homebridge-config-ui-x 5.11.1 → 5.11.2-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/dist/core/auth/auth.controller.d.ts +4 -0
- package/dist/core/config/config.interfaces.d.ts +14 -0
- package/dist/core/config/config.service.d.ts +6 -0
- package/dist/core/config/config.service.js +8 -0
- package/dist/core/config/config.service.js.map +1 -1
- package/dist/core/config/config.startup.js +48 -17
- package/dist/core/config/config.startup.js.map +1 -1
- package/dist/core/feature-flags/feature-flags.registry.js +5 -0
- package/dist/core/feature-flags/feature-flags.registry.js.map +1 -1
- package/dist/core/homebridge-ipc/homebridge-ipc.service.js +1 -0
- package/dist/core/homebridge-ipc/homebridge-ipc.service.js.map +1 -1
- package/dist/core/spa/spa-html.service.d.ts +5 -0
- package/dist/core/spa/spa-html.service.js +32 -0
- package/dist/core/spa/spa-html.service.js.map +1 -0
- package/dist/core/spa/spa.filter.d.ts +3 -0
- package/dist/core/spa/spa.filter.js +22 -2
- package/dist/core/spa/spa.filter.js.map +1 -1
- package/dist/core/ssl/ssl-cert-generator.service.d.ts +15 -0
- package/dist/core/ssl/ssl-cert-generator.service.js +125 -0
- package/dist/core/ssl/ssl-cert-generator.service.js.map +1 -0
- package/dist/globalDefaults.js +3 -0
- package/dist/globalDefaults.js.map +1 -1
- package/dist/main.js +18 -4
- package/dist/main.js.map +1 -1
- package/dist/modules/accessories/accessories.controller.d.ts +1 -1
- package/dist/modules/accessories/accessories.interfaces.d.ts +94 -0
- package/dist/modules/accessories/accessories.interfaces.js +2 -0
- package/dist/modules/accessories/accessories.interfaces.js.map +1 -0
- package/dist/modules/accessories/accessories.module.js +2 -0
- package/dist/modules/accessories/accessories.module.js.map +1 -1
- package/dist/modules/accessories/accessories.service.d.ts +21 -3
- package/dist/modules/accessories/accessories.service.js +280 -17
- package/dist/modules/accessories/accessories.service.js.map +1 -1
- package/dist/modules/child-bridges/child-bridges.interfaces.d.ts +9 -0
- package/dist/modules/config-editor/config-editor.controller.d.ts +4 -0
- package/dist/modules/config-editor/config-editor.controller.js +64 -0
- package/dist/modules/config-editor/config-editor.controller.js.map +1 -1
- package/dist/modules/config-editor/config-editor.service.d.ts +6 -1
- package/dist/modules/config-editor/config-editor.service.js +45 -1
- package/dist/modules/config-editor/config-editor.service.js.map +1 -1
- package/dist/modules/custom-plugins/plugins-settings-ui/plugins-settings-ui.service.js +1 -1
- package/dist/modules/custom-plugins/plugins-settings-ui/plugins-settings-ui.service.js.map +1 -1
- package/dist/modules/plugins/plugins.service.js +15 -0
- package/dist/modules/plugins/plugins.service.js.map +1 -1
- package/dist/modules/server/server.controller.d.ts +50 -0
- package/dist/modules/server/server.controller.js +201 -2
- package/dist/modules/server/server.controller.js.map +1 -1
- package/dist/modules/server/server.service.d.ts +48 -0
- package/dist/modules/server/server.service.js +502 -14
- package/dist/modules/server/server.service.js.map +1 -1
- package/dist/modules/status/status.gateway.d.ts +2 -0
- package/dist/modules/status/status.interfaces.d.ts +11 -0
- package/dist/modules/status/status.service.d.ts +4 -1
- package/dist/modules/status/status.service.js +21 -2
- package/dist/modules/status/status.service.js.map +1 -1
- package/docs/matter-todo.md +15 -0
- package/docs/ssl-upload-pr.md +103 -0
- package/package.json +3 -1
- package/public/3rdpartylicenses.txt +558 -636
- package/public/assets/matter.svg +8 -0
- package/public/assets/plugin-ui-utils/ui.js +3 -0
- package/public/assets/plugin-ui-utils/ui.js.map +1 -1
- package/public/chunk-2AZ4IAJX.js +1 -0
- package/public/chunk-2W47TKRP.js +8 -0
- package/public/chunk-32NSGOWJ.js +1 -0
- package/public/chunk-3AXKQX7N.js +1 -0
- package/public/chunk-3ND4FTJL.js +1 -0
- package/public/chunk-3SLVSNU6.js +1 -0
- package/public/chunk-4FBWT2PG.js +1 -0
- package/public/chunk-4HRXISNZ.js +1 -0
- package/public/chunk-4KYVPUTG.js +1 -0
- package/public/chunk-56AT4EBV.js +1 -0
- package/public/chunk-5INR7MRZ.js +1 -0
- package/public/chunk-5IRYX3WN.js +1 -0
- package/public/chunk-5N6BZ66K.js +1 -0
- package/public/chunk-5USVC2CC.js +3 -0
- package/public/chunk-6G6325AZ.js +1 -0
- package/public/chunk-6IPZ57S4.js +1 -0
- package/public/chunk-74KAKFTX.js +1 -0
- package/public/chunk-77KQMZKD.js +1 -0
- package/public/chunk-7IMDRRHF.js +50 -0
- package/public/chunk-7MHPXFPT.js +1 -0
- package/public/chunk-A2VBYQGU.js +1 -0
- package/public/chunk-AASDOQGB.js +1 -0
- package/public/chunk-AM2AGROH.js +68 -0
- package/public/chunk-AU6YJ4VB.js +1 -0
- package/public/chunk-B2R3BKIF.js +1 -0
- package/public/chunk-B4AJQJMI.js +1 -0
- package/public/chunk-BCAWAC5S.js +19 -0
- package/public/chunk-BMH5GPEB.js +1 -0
- package/public/{chunk-KI6BE77G.js → chunk-BMOLDRJ3.js} +1 -1
- package/public/chunk-BOVXKVZC.js +1 -0
- package/public/chunk-BRUFPV4S.js +1 -0
- package/public/chunk-C2W3HONU.js +1 -0
- package/public/chunk-CAB2VD3D.js +1 -0
- package/public/chunk-CB6OGKHG.js +1 -0
- package/public/chunk-CBSLCVSR.js +1 -0
- package/public/chunk-CQHE4TU3.js +1 -0
- package/public/chunk-CYSSAU76.js +1 -0
- package/public/chunk-CZBBUBTH.js +1 -0
- package/public/chunk-E2INCMIB.js +1 -0
- package/public/chunk-F344NE7H.js +2 -0
- package/public/{chunk-75KR2TK6.js → chunk-FARCNAHH.js} +1 -1
- package/public/chunk-FDD3SM5M.js +1 -0
- package/public/chunk-FJCRSYAB.js +1 -0
- package/public/{chunk-BKCIVF4W.js → chunk-FL4D5IR7.js} +52 -2
- package/public/chunk-FNIVJEH2.js +1 -0
- package/public/chunk-FOAHTHQO.js +1 -0
- package/public/chunk-FW2NZE2W.js +1 -0
- package/public/chunk-GAI5J4YQ.js +5 -0
- package/public/chunk-GHNACZX3.js +1 -0
- package/public/chunk-GIPFJVAC.js +1 -0
- package/public/chunk-GQMGUEFI.js +1 -0
- package/public/chunk-GRUJENQH.js +1 -0
- package/public/chunk-GV5JF2YJ.js +16 -0
- package/public/chunk-GWQFQK2F.js +2 -0
- package/public/{chunk-OMFNURQZ.js → chunk-H7F7H5MW.js} +1 -1
- package/public/chunk-HRBBCSGX.js +1 -0
- package/public/chunk-I7UZENUE.js +1 -0
- package/public/chunk-IIAESTI5.js +1 -0
- package/public/chunk-IUXXJEPG.js +1 -0
- package/public/chunk-JEWURKW3.js +1 -0
- package/public/chunk-JH5W4II7.js +1 -0
- package/public/chunk-JLNKCN3A.js +1 -0
- package/public/chunk-JTGLNZVD.js +1 -0
- package/public/chunk-KSP343GE.js +1 -0
- package/public/chunk-KTE7SASZ.js +1 -0
- package/public/chunk-KTLG6VZT.js +1 -0
- package/public/chunk-L2BEQFIA.js +1 -0
- package/public/chunk-L6LSM43U.js +1 -0
- package/public/chunk-MKCBNPFH.js +1 -0
- package/public/chunk-MKFXR7SP.js +1 -0
- package/public/chunk-MW6H5Z5G.js +2 -0
- package/public/chunk-MYJVEYXW.js +1 -0
- package/public/chunk-NDBIOJ3K.js +1 -0
- package/public/chunk-NMM246IB.js +1 -0
- package/public/chunk-NPWYNB2M.js +1 -0
- package/public/chunk-O6MJC7P2.js +1 -0
- package/public/chunk-OB3JM574.js +1 -0
- package/public/chunk-OKQK5WGA.js +1 -0
- package/public/{chunk-RKUILXRL.js → chunk-OWEBBEZA.js} +1 -1
- package/public/chunk-OYHGZQRR.js +1 -0
- package/public/chunk-QB4JVFF7.js +1 -0
- package/public/chunk-QIW6VVBV.js +1 -0
- package/public/chunk-QPYSLZDC.js +5 -0
- package/public/chunk-QRWK7JO5.js +1 -0
- package/public/chunk-R24RQS2V.js +3 -0
- package/public/chunk-R3PJ6UT3.js +4 -0
- package/public/chunk-RRYSODYJ.js +1 -0
- package/public/chunk-SIIM6WZ6.js +12 -0
- package/public/chunk-TCWZ7ASJ.js +1 -0
- package/public/chunk-TNQQAZ6Z.js +1 -0
- package/public/chunk-TWVOLPMB.js +1 -0
- package/public/chunk-TXOHSX6R.js +1 -0
- package/public/chunk-UR2DRSIX.js +1 -0
- package/public/chunk-UTCW7GEG.js +1 -0
- package/public/chunk-UXXY7XNH.js +1 -0
- package/public/chunk-VHK6V2IY.js +1 -0
- package/public/chunk-VNSIIEIM.js +1 -0
- package/public/chunk-VQBGFNDB.js +1 -0
- package/public/chunk-VTSSBPGB.js +4 -0
- package/public/chunk-VVINUJOQ.js +1 -0
- package/public/chunk-W2OS6MJH.js +1 -0
- package/public/chunk-W546I2QX.js +1 -0
- package/public/chunk-X6NYM4NC.js +1 -0
- package/public/chunk-XEOYEVJE.js +1 -0
- package/public/chunk-XM3BXRQJ.js +1 -0
- package/public/chunk-YI2ZMXIQ.js +1 -0
- package/public/chunk-YJWJIJMQ.js +1 -0
- package/public/chunk-ZAKTSIL5.js +1 -0
- package/public/chunk-ZCGZM7LU.js +1 -0
- package/public/chunk-ZPXACREZ.js +4 -0
- package/public/index.html +2 -2
- package/public/main-HATN2V6Z.js +1 -0
- package/public/media/matter-P563JGDL.svg +8 -0
- package/public/polyfills-34U4WL3Z.js +1 -0
- package/public/styles-CT2LPGES.css +1 -0
- package/scripts/extract-plugin-alias.js +53 -2
- package/public/chunk-23BCCFJ5.js +0 -1
- package/public/chunk-2WBRY5UH.js +0 -1
- package/public/chunk-3BW6ZOEY.js +0 -1
- package/public/chunk-3F6KNL45.js +0 -5
- package/public/chunk-42GW3RJL.js +0 -1
- package/public/chunk-5GRM2PNI.js +0 -8
- package/public/chunk-66LEC5UY.js +0 -1
- package/public/chunk-66QXUNEP.js +0 -1
- package/public/chunk-6LTVSYZW.js +0 -1
- package/public/chunk-6VK3QZGU.js +0 -1
- package/public/chunk-73C4I43L.js +0 -1
- package/public/chunk-7OASQ2AG.js +0 -1
- package/public/chunk-7WU4X6RM.js +0 -1
- package/public/chunk-ADWZU2CD.js +0 -1
- package/public/chunk-AJFDU7Z7.js +0 -1
- package/public/chunk-APNLFZE3.js +0 -1
- package/public/chunk-B6MBMYJR.js +0 -1
- package/public/chunk-BKFWDZA6.js +0 -1
- package/public/chunk-BON2K2BD.js +0 -2
- package/public/chunk-BROGM6SY.js +0 -3
- package/public/chunk-CA3TZ6PQ.js +0 -1
- package/public/chunk-EH36LHRK.js +0 -1
- package/public/chunk-EI7FRBF5.js +0 -1
- package/public/chunk-END7FY3E.js +0 -4
- package/public/chunk-FIMBNRF3.js +0 -1
- package/public/chunk-FYJ5B755.js +0 -1
- package/public/chunk-GYXHUBV3.js +0 -1
- package/public/chunk-HIUHYFSQ.js +0 -1
- package/public/chunk-I6OSTXHH.js +0 -1
- package/public/chunk-IEAPUTEM.js +0 -4
- package/public/chunk-IT6PLC4W.js +0 -1
- package/public/chunk-IYHUB3D3.js +0 -1
- package/public/chunk-JCCE2HYA.js +0 -1
- package/public/chunk-JMI4ETRQ.js +0 -4
- package/public/chunk-K27TBISE.js +0 -16
- package/public/chunk-KGF7IKOW.js +0 -1
- package/public/chunk-KIQBLIB2.js +0 -8
- package/public/chunk-MAY7B34T.js +0 -1
- package/public/chunk-MCMS4UYL.js +0 -1
- package/public/chunk-MMBLECEN.js +0 -1
- package/public/chunk-MNWNSJ2K.js +0 -5
- package/public/chunk-NK5MY45D.js +0 -1
- package/public/chunk-OOM2PIRM.js +0 -5
- package/public/chunk-ORRSUOEI.js +0 -1
- package/public/chunk-QSG34JA4.js +0 -1
- package/public/chunk-QXD4RXA4.js +0 -1
- package/public/chunk-R7Q4CXAE.js +0 -1
- package/public/chunk-RMH5OYGC.js +0 -1
- package/public/chunk-SIVMM2JG.js +0 -1
- package/public/chunk-SMWVFNSN.js +0 -1
- package/public/chunk-U5K3GAHN.js +0 -1
- package/public/chunk-UUDMBNOI.js +0 -1
- package/public/chunk-V5LQ5DCH.js +0 -1
- package/public/chunk-VAYELJWR.js +0 -50
- package/public/chunk-VIRYWO5H.js +0 -40
- package/public/chunk-WYUCIHNO.js +0 -1
- package/public/chunk-XDFBUXFD.js +0 -1
- package/public/chunk-XX2HF46Y.js +0 -1
- package/public/chunk-YY4RH27F.js +0 -1
- package/public/chunk-ZCLW5Y7D.js +0 -19
- package/public/chunk-ZOOWBXGT.js +0 -1
- package/public/chunk-ZPKW4S77.js +0 -2
- package/public/chunk-ZXUIFQS4.js +0 -51
- package/public/main-BAQKIXE4.js +0 -1
- package/public/polyfills-5KWHJ7II.js +0 -2
- package/public/styles-7EFV5QBG.css +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{a}from"./chunk-2AZ4IAJX.js";import"./chunk-B4AJQJMI.js";export default a();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{a as I}from"./chunk-74KAKFTX.js";import{e as C}from"./chunk-ZAKTSIL5.js";import{a as v}from"./chunk-JLNKCN3A.js";import"./chunk-KTLG6VZT.js";import{b as D}from"./chunk-CAB2VD3D.js";import{E as $,F as w,H as T,K as R}from"./chunk-MW6H5Z5G.js";import{Ab as f,Ec as m,Fc as c,Gc as k,Jb as o,Kb as i,Lb as l,Sb as b,Ua as E,Za as r,Zb as h,aa as n,kc as s,lc as a,ma as y,nb as g,w as d,yc as S,zb as u}from"./chunk-ZPXACREZ.js";import"./chunk-B4AJQJMI.js";var B=t=>({command:t});function M(t,x){if(t&1&&(o(0,"div",7),s(1),i()),t&2){let e=h();r(),a(e.error)}}function O(t,x){t&1&&(o(0,"p",9),s(1),m(2,"translate"),i(),o(3,"div",10)(4,"div",11),l(5,"i",12),i()()),t&2&&(r(),a(c(2,1,"restart.please_wait_while_server_restarts")))}function j(t,x){if(t&1&&(o(0,"div",8)(1,"p"),s(2),m(3,"translate"),i(),l(4,"p",13),m(5,"translate"),i()),t&2){let e=h();r(2),a(c(3,2,"platform.docker.server_long_time")),r(2),b("innerHTML",k(5,4,"platform.docker.run_with_restart",S(7,B,e.command)),E)}}var J=(()=>{class t{$api=n(R);$router=n(C);$settings=n(D);$toastr=n(T);$translate=n($);$ws=n(I);destroyRef=n(y);checkTimeoutSubscription=null;checkDelaySubscription=null;io;resp={};timeout=!1;error=!1;command='<span class="font-monospace">--restart=always</span>';ngOnInit(){this.io=this.$ws.connectToNamespace("status"),this.io.connected.subscribe(()=>{this.io.socket.emit("monitor-server-status"),this.$settings.getAppSettings().catch(()=>{})}),this.$api.put("/platform-tools/docker/restart-container",{}).then(e=>{this.resp=e,this.checkIfServerUp()}).catch(e=>{this.error=this.$translate.instant("restart.toast_server_restart_error"),console.error(e),this.$toastr.error(this.$translate.instant("restart.toast_server_restart_error"),this.$translate.instant("toast.title_error"))})}ngOnDestroy(){this.io.end(),this.checkDelaySubscription&&this.checkDelaySubscription.unsubscribe(),this.checkTimeoutSubscription&&this.checkTimeoutSubscription.unsubscribe()}checkIfServerUp(){this.checkDelaySubscription=d(1e4).pipe(v(this.destroyRef)).subscribe(()=>{this.io.socket.on("homebridge-status",e=>{(e.status==="ok"||e.status==="pending")&&(this.$toastr.success(this.$translate.instant("platform.docker.container_restarted"),this.$translate.instant("toast.title_success")),this.$router.navigate(["/"]))})}),this.checkTimeoutSubscription=d(6e4).pipe(v(this.destroyRef)).subscribe(()=>{this.$toastr.warning(this.$translate.instant("restart.toast_server_restart_timeout"),this.$translate.instant("toast.title_warning"),{timeOut:1e4}),this.timeout=!0})}static \u0275fac=function(p){return new(p||t)};static \u0275cmp=g({type:t,selectors:[["ng-component"]],decls:14,vars:8,consts:[[1,"d-flex","justify-content-between"],[1,"primary-text","m-0"],[1,"my-4","align-items-center",2,"max-width","1000px","margin","auto"],[1,"w-100","text-center","primary-text","mb-5"],[1,"fab","fa-docker",2,"font-size","75px"],[1,"text-center"],[1,"primary-text","mb-4"],[1,"alert","alert-error","my-4"],[1,"alert","alert-warning","my-4"],[1,"grey-text"],[1,"justify-content-center","my-4"],[1,"restart-progress-box","primary-text"],[1,"fas","fa-spinner","fa-spin"],[1,"grey-text","mb-0",3,"innerHTML"]],template:function(p,_){p&1&&(o(0,"div",0)(1,"h3",1),s(2),m(3,"translate"),i()(),o(4,"div",2)(5,"div",3),l(6,"i",4),i(),o(7,"div",5)(8,"h4",6),s(9),m(10,"translate"),i(),u(11,M,2,1,"div",7)(12,O,6,3),u(13,j,6,9,"div",8),i()()),p&2&&(r(2),a(c(3,4,"menu.restart.title")),r(7),a(c(10,6,"platform.docker.title_restarting")),r(2),f(_.error?11:12),r(2),f(_.timeout?13:-1))},dependencies:[w],styles:[".restart-progress-box[_ngcontent-%COMP%]{font-size:22px;font-weight:300;margin-top:15px}"]})}return t})();export{J as ContainerRestartComponent};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{a}from"./chunk-GQMGUEFI.js";import"./chunk-B4AJQJMI.js";export default a();
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import{a as ct}from"./chunk-JLNKCN3A.js";import{a as Dn}from"./chunk-O6MJC7P2.js";import{g as mi}from"./chunk-MW6H5Z5G.js";import{$b as lt,A as ei,Aa as W,Ab as xt,Ac as yn,B as Mt,Bb as di,Cb as un,Db as kt,Eb as Ft,Fb as We,G as tt,Gb as ui,H as on,Hb as hi,Hc as wn,I as sn,Ib as hn,J as rn,Jb as st,Kb as rt,Lb as pn,O as an,Ob as _n,P as ln,Pb as fn,Q as ti,Qb as gn,R as j,Rb as pi,Rc as fe,S as it,Sb as ee,T as Ct,W as ii,X as K,Xb as pe,Xc as Bt,Y as N,Yb as mn,Za as Fe,Zb as le,_ as cn,_b as at,aa as c,ac as _e,bc as Pt,c as Zi,cb as It,cc as Y,d as $,db as nt,dc as q,e as en,ea as ni,eb as ot,g as Et,ga as Tt,gc as vn,ha as Nt,i as et,ic as P,jc as De,ka as ue,kb as ai,kc as _i,la as re,lc as fi,ma as oi,nb as ge,o as xe,oa as D,ob as I,pa as ae,pb as T,q as tn,rb as dn,sb as li,tb as Rt,v as X,w as nn,wc as gi,xa as je,xb as ci,ya as si,yb as he,yc as bn,z as ke,za as ri,zb as St}from"./chunk-ZPXACREZ.js";import{a as Zt,b as qi}from"./chunk-B4AJQJMI.js";var R="top",U="bottom",B="right",x="left",At="auto",Oe=[R,U,B,x],me="start",Pe="end",On="clippingParents",Gt="viewport",ze="popper",En="reference",vi=Oe.reduce(function(e,o){return e.concat([o+"-"+me,o+"-"+Pe])},[]),Ht=[].concat(Oe,[At]).reduce(function(e,o){return e.concat([o,o+"-"+me,o+"-"+Pe])},[]),To="beforeRead",No="read",Io="afterRead",Ro="beforeMain",So="main",xo="afterMain",ko="beforeWrite",Fo="write",Po="afterWrite",Mn=[To,No,Io,Ro,So,xo,ko,Fo,Po];function A(e){return e?(e.nodeName||"").toLowerCase():null}function O(e){if(e==null)return window;if(e.toString()!=="[object Window]"){var o=e.ownerDocument;return o&&o.defaultView||window}return e}function te(e){var o=O(e).Element;return e instanceof o||e instanceof Element}function k(e){var o=O(e).HTMLElement;return e instanceof o||e instanceof HTMLElement}function Xe(e){if(typeof ShadowRoot>"u")return!1;var o=O(e).ShadowRoot;return e instanceof o||e instanceof ShadowRoot}function Bo(e){var o=e.state;Object.keys(o.elements).forEach(function(t){var i=o.styles[t]||{},n=o.attributes[t]||{},s=o.elements[t];!k(s)||!A(s)||(Object.assign(s.style,i),Object.keys(n).forEach(function(r){var a=n[r];a===!1?s.removeAttribute(r):s.setAttribute(r,a===!0?"":a)}))})}function Ao(e){var o=e.state,t={popper:{position:o.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(o.elements.popper.style,t.popper),o.styles=t,o.elements.arrow&&Object.assign(o.elements.arrow.style,t.arrow),function(){Object.keys(o.elements).forEach(function(i){var n=o.elements[i],s=o.attributes[i]||{},r=Object.keys(o.styles.hasOwnProperty(i)?o.styles[i]:t[i]),a=r.reduce(function(l,u){return l[u]="",l},{});!k(n)||!A(n)||(Object.assign(n.style,a),Object.keys(s).forEach(function(l){n.removeAttribute(l)}))})}}var Cn={name:"applyStyles",enabled:!0,phase:"write",fn:Bo,effect:Ao,requires:["computeStyles"]};function G(e){return e.split("-")[0]}var ce=Math.max,Be=Math.min,ve=Math.round;function Ke(){var e=navigator.userAgentData;return e!=null&&e.brands&&Array.isArray(e.brands)?e.brands.map(function(o){return o.brand+"/"+o.version}).join(" "):navigator.userAgent}function dt(){return!/^((?!chrome|android).)*safari/i.test(Ke())}function ie(e,o,t){o===void 0&&(o=!1),t===void 0&&(t=!1);var i=e.getBoundingClientRect(),n=1,s=1;o&&k(e)&&(n=e.offsetWidth>0&&ve(i.width)/e.offsetWidth||1,s=e.offsetHeight>0&&ve(i.height)/e.offsetHeight||1);var r=te(e)?O(e):window,a=r.visualViewport,l=!dt()&&t,u=(i.left+(l&&a?a.offsetLeft:0))/n,d=(i.top+(l&&a?a.offsetTop:0))/s,f=i.width/n,p=i.height/s;return{width:f,height:p,top:d,right:u+f,bottom:d+p,left:u,x:u,y:d}}function Ae(e){var o=ie(e),t=e.offsetWidth,i=e.offsetHeight;return Math.abs(o.width-t)<=1&&(t=o.width),Math.abs(o.height-i)<=1&&(i=o.height),{x:e.offsetLeft,y:e.offsetTop,width:t,height:i}}function ut(e,o){var t=o.getRootNode&&o.getRootNode();if(e.contains(o))return!0;if(t&&Xe(t)){var i=o;do{if(i&&e.isSameNode(i))return!0;i=i.parentNode||i.host}while(i)}return!1}function Q(e){return O(e).getComputedStyle(e)}function bi(e){return["table","td","th"].indexOf(A(e))>=0}function L(e){return((te(e)?e.ownerDocument:e.document)||window.document).documentElement}function be(e){return A(e)==="html"?e:e.assignedSlot||e.parentNode||(Xe(e)?e.host:null)||L(e)}function Tn(e){return!k(e)||Q(e).position==="fixed"?null:e.offsetParent}function Go(e){var o=/firefox/i.test(Ke()),t=/Trident/i.test(Ke());if(t&&k(e)){var i=Q(e);if(i.position==="fixed")return null}var n=be(e);for(Xe(n)&&(n=n.host);k(n)&&["html","body"].indexOf(A(n))<0;){var s=Q(n);if(s.transform!=="none"||s.perspective!=="none"||s.contain==="paint"||["transform","perspective"].indexOf(s.willChange)!==-1||o&&s.willChange==="filter"||o&&s.filter&&s.filter!=="none")return n;n=n.parentNode}return null}function de(e){for(var o=O(e),t=Tn(e);t&&bi(t)&&Q(t).position==="static";)t=Tn(t);return t&&(A(t)==="html"||A(t)==="body"&&Q(t).position==="static")?o:t||Go(e)||o}function Ge(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}function He(e,o,t){return ce(e,Be(o,t))}function Nn(e,o,t){var i=He(e,o,t);return i>t?t:i}function ht(){return{top:0,right:0,bottom:0,left:0}}function pt(e){return Object.assign({},ht(),e)}function _t(e,o){return o.reduce(function(t,i){return t[i]=e,t},{})}var Ho=function(o,t){return o=typeof o=="function"?o(Object.assign({},t.rects,{placement:t.placement})):o,pt(typeof o!="number"?o:_t(o,Oe))};function Uo(e){var o,t=e.state,i=e.name,n=e.options,s=t.elements.arrow,r=t.modifiersData.popperOffsets,a=G(t.placement),l=Ge(a),u=[x,B].indexOf(a)>=0,d=u?"height":"width";if(!(!s||!r)){var f=Ho(n.padding,t),p=Ae(s),h=l==="y"?R:x,v=l==="y"?U:B,_=t.rects.reference[d]+t.rects.reference[l]-r[l]-t.rects.popper[d],g=r[l]-t.rects.reference[l],w=de(s),E=w?l==="y"?w.clientHeight||0:w.clientWidth||0:0,C=_/2-g/2,m=f[h],b=E-p[d]-f[v],y=E/2-p[d]/2+C,M=He(m,y,b),H=l;t.modifiersData[i]=(o={},o[H]=M,o.centerOffset=M-y,o)}}function Lo(e){var o=e.state,t=e.options,i=t.element,n=i===void 0?"[data-popper-arrow]":i;n!=null&&(typeof n=="string"&&(n=o.elements.popper.querySelector(n),!n)||ut(o.elements.popper,n)&&(o.elements.arrow=n))}var yi={name:"arrow",enabled:!0,phase:"main",fn:Uo,effect:Lo,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function ne(e){return e.split("-")[1]}var Vo={top:"auto",right:"auto",bottom:"auto",left:"auto"};function $o(e,o){var t=e.x,i=e.y,n=o.devicePixelRatio||1;return{x:ve(t*n)/n||0,y:ve(i*n)/n||0}}function In(e){var o,t=e.popper,i=e.popperRect,n=e.placement,s=e.variation,r=e.offsets,a=e.position,l=e.gpuAcceleration,u=e.adaptive,d=e.roundOffsets,f=e.isFixed,p=r.x,h=p===void 0?0:p,v=r.y,_=v===void 0?0:v,g=typeof d=="function"?d({x:h,y:_}):{x:h,y:_};h=g.x,_=g.y;var w=r.hasOwnProperty("x"),E=r.hasOwnProperty("y"),C=x,m=R,b=window;if(u){var y=de(t),M="clientHeight",H="clientWidth";if(y===O(t)&&(y=L(t),Q(y).position!=="static"&&a==="absolute"&&(M="scrollHeight",H="scrollWidth")),y=y,n===R||(n===x||n===B)&&s===Pe){m=U;var F=f&&y===b&&b.visualViewport?b.visualViewport.height:y[M];_-=F-i.height,_*=l?1:-1}if(n===x||(n===R||n===U)&&s===Pe){C=B;var S=f&&y===b&&b.visualViewport?b.visualViewport.width:y[H];h-=S-i.width,h*=l?1:-1}}var V=Object.assign({position:a},u&&Vo),oe=d===!0?$o({x:h,y:_},O(t)):{x:h,y:_};if(h=oe.x,_=oe.y,l){var z;return Object.assign({},V,(z={},z[m]=E?"0":"",z[C]=w?"0":"",z.transform=(b.devicePixelRatio||1)<=1?"translate("+h+"px, "+_+"px)":"translate3d("+h+"px, "+_+"px, 0)",z))}return Object.assign({},V,(o={},o[m]=E?_+"px":"",o[C]=w?h+"px":"",o.transform="",o))}function jo(e){var o=e.state,t=e.options,i=t.gpuAcceleration,n=i===void 0?!0:i,s=t.adaptive,r=s===void 0?!0:s,a=t.roundOffsets,l=a===void 0?!0:a,u={placement:G(o.placement),variation:ne(o.placement),popper:o.elements.popper,popperRect:o.rects.popper,gpuAcceleration:n,isFixed:o.options.strategy==="fixed"};o.modifiersData.popperOffsets!=null&&(o.styles.popper=Object.assign({},o.styles.popper,In(Object.assign({},u,{offsets:o.modifiersData.popperOffsets,position:o.options.strategy,adaptive:r,roundOffsets:l})))),o.modifiersData.arrow!=null&&(o.styles.arrow=Object.assign({},o.styles.arrow,In(Object.assign({},u,{offsets:o.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:l})))),o.attributes.popper=Object.assign({},o.attributes.popper,{"data-popper-placement":o.placement})}var Rn={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:jo,data:{}};var Ut={passive:!0};function Wo(e){var o=e.state,t=e.instance,i=e.options,n=i.scroll,s=n===void 0?!0:n,r=i.resize,a=r===void 0?!0:r,l=O(o.elements.popper),u=[].concat(o.scrollParents.reference,o.scrollParents.popper);return s&&u.forEach(function(d){d.addEventListener("scroll",t.update,Ut)}),a&&l.addEventListener("resize",t.update,Ut),function(){s&&u.forEach(function(d){d.removeEventListener("scroll",t.update,Ut)}),a&&l.removeEventListener("resize",t.update,Ut)}}var Sn={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:Wo,data:{}};var zo={left:"right",right:"left",bottom:"top",top:"bottom"};function Qe(e){return e.replace(/left|right|bottom|top/g,function(o){return zo[o]})}var Xo={start:"end",end:"start"};function Lt(e){return e.replace(/start|end/g,function(o){return Xo[o]})}function Ue(e){var o=O(e),t=o.pageXOffset,i=o.pageYOffset;return{scrollLeft:t,scrollTop:i}}function Le(e){return ie(L(e)).left+Ue(e).scrollLeft}function wi(e,o){var t=O(e),i=L(e),n=t.visualViewport,s=i.clientWidth,r=i.clientHeight,a=0,l=0;if(n){s=n.width,r=n.height;var u=dt();(u||!u&&o==="fixed")&&(a=n.offsetLeft,l=n.offsetTop)}return{width:s,height:r,x:a+Le(e),y:l}}function Di(e){var o,t=L(e),i=Ue(e),n=(o=e.ownerDocument)==null?void 0:o.body,s=ce(t.scrollWidth,t.clientWidth,n?n.scrollWidth:0,n?n.clientWidth:0),r=ce(t.scrollHeight,t.clientHeight,n?n.scrollHeight:0,n?n.clientHeight:0),a=-i.scrollLeft+Le(e),l=-i.scrollTop;return Q(n||t).direction==="rtl"&&(a+=ce(t.clientWidth,n?n.clientWidth:0)-s),{width:s,height:r,x:a,y:l}}function Ve(e){var o=Q(e),t=o.overflow,i=o.overflowX,n=o.overflowY;return/auto|scroll|overlay|hidden/.test(t+n+i)}function Vt(e){return["html","body","#document"].indexOf(A(e))>=0?e.ownerDocument.body:k(e)&&Ve(e)?e:Vt(be(e))}function Ee(e,o){var t;o===void 0&&(o=[]);var i=Vt(e),n=i===((t=e.ownerDocument)==null?void 0:t.body),s=O(i),r=n?[s].concat(s.visualViewport||[],Ve(i)?i:[]):i,a=o.concat(r);return n?a:a.concat(Ee(be(r)))}function Je(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function Ko(e,o){var t=ie(e,!1,o==="fixed");return t.top=t.top+e.clientTop,t.left=t.left+e.clientLeft,t.bottom=t.top+e.clientHeight,t.right=t.left+e.clientWidth,t.width=e.clientWidth,t.height=e.clientHeight,t.x=t.left,t.y=t.top,t}function xn(e,o,t){return o===Gt?Je(wi(e,t)):te(o)?Ko(o,t):Je(Di(L(e)))}function Qo(e){var o=Ee(be(e)),t=["absolute","fixed"].indexOf(Q(e).position)>=0,i=t&&k(e)?de(e):e;return te(i)?o.filter(function(n){return te(n)&&ut(n,i)&&A(n)!=="body"}):[]}function Oi(e,o,t,i){var n=o==="clippingParents"?Qo(e):[].concat(o),s=[].concat(n,[t]),r=s[0],a=s.reduce(function(l,u){var d=xn(e,u,i);return l.top=ce(d.top,l.top),l.right=Be(d.right,l.right),l.bottom=Be(d.bottom,l.bottom),l.left=ce(d.left,l.left),l},xn(e,r,i));return a.width=a.right-a.left,a.height=a.bottom-a.top,a.x=a.left,a.y=a.top,a}function ft(e){var o=e.reference,t=e.element,i=e.placement,n=i?G(i):null,s=i?ne(i):null,r=o.x+o.width/2-t.width/2,a=o.y+o.height/2-t.height/2,l;switch(n){case R:l={x:r,y:o.y-t.height};break;case U:l={x:r,y:o.y+o.height};break;case B:l={x:o.x+o.width,y:a};break;case x:l={x:o.x-t.width,y:a};break;default:l={x:o.x,y:o.y}}var u=n?Ge(n):null;if(u!=null){var d=u==="y"?"height":"width";switch(s){case me:l[u]=l[u]-(o[d]/2-t[d]/2);break;case Pe:l[u]=l[u]+(o[d]/2-t[d]/2);break;default:}}return l}function Me(e,o){o===void 0&&(o={});var t=o,i=t.placement,n=i===void 0?e.placement:i,s=t.strategy,r=s===void 0?e.strategy:s,a=t.boundary,l=a===void 0?On:a,u=t.rootBoundary,d=u===void 0?Gt:u,f=t.elementContext,p=f===void 0?ze:f,h=t.altBoundary,v=h===void 0?!1:h,_=t.padding,g=_===void 0?0:_,w=pt(typeof g!="number"?g:_t(g,Oe)),E=p===ze?En:ze,C=e.rects.popper,m=e.elements[v?E:p],b=Oi(te(m)?m:m.contextElement||L(e.elements.popper),l,d,r),y=ie(e.elements.reference),M=ft({reference:y,element:C,strategy:"absolute",placement:n}),H=Je(Object.assign({},C,M)),F=p===ze?H:y,S={top:b.top-F.top+w.top,bottom:F.bottom-b.bottom+w.bottom,left:b.left-F.left+w.left,right:F.right-b.right+w.right},V=e.modifiersData.offset;if(p===ze&&V){var oe=V[n];Object.keys(S).forEach(function(z){var Te=[B,U].indexOf(z)>=0?1:-1,Ne=[R,U].indexOf(z)>=0?"y":"x";S[z]+=oe[Ne]*Te})}return S}function Ei(e,o){o===void 0&&(o={});var t=o,i=t.placement,n=t.boundary,s=t.rootBoundary,r=t.padding,a=t.flipVariations,l=t.allowedAutoPlacements,u=l===void 0?Ht:l,d=ne(i),f=d?a?vi:vi.filter(function(v){return ne(v)===d}):Oe,p=f.filter(function(v){return u.indexOf(v)>=0});p.length===0&&(p=f);var h=p.reduce(function(v,_){return v[_]=Me(e,{placement:_,boundary:n,rootBoundary:s,padding:r})[G(_)],v},{});return Object.keys(h).sort(function(v,_){return h[v]-h[_]})}function Jo(e){if(G(e)===At)return[];var o=Qe(e);return[Lt(e),o,Lt(o)]}function Yo(e){var o=e.state,t=e.options,i=e.name;if(!o.modifiersData[i]._skip){for(var n=t.mainAxis,s=n===void 0?!0:n,r=t.altAxis,a=r===void 0?!0:r,l=t.fallbackPlacements,u=t.padding,d=t.boundary,f=t.rootBoundary,p=t.altBoundary,h=t.flipVariations,v=h===void 0?!0:h,_=t.allowedAutoPlacements,g=o.options.placement,w=G(g),E=w===g,C=l||(E||!v?[Qe(g)]:Jo(g)),m=[g].concat(C).reduce(function($e,we){return $e.concat(G(we)===At?Ei(o,{placement:we,boundary:d,rootBoundary:f,padding:u,flipVariations:v,allowedAutoPlacements:_}):we)},[]),b=o.rects.reference,y=o.rects.popper,M=new Map,H=!0,F=m[0],S=0;S<m.length;S++){var V=m[S],oe=G(V),z=ne(V)===me,Te=[R,U].indexOf(oe)>=0,Ne=Te?"width":"height",J=Me(o,{placement:V,boundary:d,rootBoundary:f,altBoundary:p,padding:u}),se=Te?z?B:x:z?U:R;b[Ne]>y[Ne]&&(se=Qe(se));var bt=Qe(se),Ie=[];if(s&&Ie.push(J[oe]<=0),a&&Ie.push(J[se]<=0,J[bt]<=0),Ie.every(function($e){return $e})){F=V,H=!1;break}M.set(V,Ie)}if(H)for(var yt=v?3:1,Qt=function(we){var Ze=m.find(function(Dt){var Re=M.get(Dt);if(Re)return Re.slice(0,we).every(function(Jt){return Jt})});if(Ze)return F=Ze,"break"},qe=yt;qe>0;qe--){var wt=Qt(qe);if(wt==="break")break}o.placement!==F&&(o.modifiersData[i]._skip=!0,o.placement=F,o.reset=!0)}}var Mi={name:"flip",enabled:!0,phase:"main",fn:Yo,requiresIfExists:["offset"],data:{_skip:!1}};function qo(e,o,t){var i=G(e),n=[x,R].indexOf(i)>=0?-1:1,s=typeof t=="function"?t(Object.assign({},o,{placement:e})):t,r=s[0],a=s[1];return r=r||0,a=(a||0)*n,[x,B].indexOf(i)>=0?{x:a,y:r}:{x:r,y:a}}function Zo(e){var o=e.state,t=e.options,i=e.name,n=t.offset,s=n===void 0?[0,0]:n,r=Ht.reduce(function(d,f){return d[f]=qo(f,o.rects,s),d},{}),a=r[o.placement],l=a.x,u=a.y;o.modifiersData.popperOffsets!=null&&(o.modifiersData.popperOffsets.x+=l,o.modifiersData.popperOffsets.y+=u),o.modifiersData[i]=r}var Ci={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:Zo};function es(e){var o=e.state,t=e.name;o.modifiersData[t]=ft({reference:o.rects.reference,element:o.rects.popper,strategy:"absolute",placement:o.placement})}var kn={name:"popperOffsets",enabled:!0,phase:"read",fn:es,data:{}};function Ti(e){return e==="x"?"y":"x"}function ts(e){var o=e.state,t=e.options,i=e.name,n=t.mainAxis,s=n===void 0?!0:n,r=t.altAxis,a=r===void 0?!1:r,l=t.boundary,u=t.rootBoundary,d=t.altBoundary,f=t.padding,p=t.tether,h=p===void 0?!0:p,v=t.tetherOffset,_=v===void 0?0:v,g=Me(o,{boundary:l,rootBoundary:u,padding:f,altBoundary:d}),w=G(o.placement),E=ne(o.placement),C=!E,m=Ge(w),b=Ti(m),y=o.modifiersData.popperOffsets,M=o.rects.reference,H=o.rects.popper,F=typeof _=="function"?_(Object.assign({},o.rects,{placement:o.placement})):_,S=typeof F=="number"?{mainAxis:F,altAxis:F}:Object.assign({mainAxis:0,altAxis:0},F),V=o.modifiersData.offset?o.modifiersData.offset[o.placement]:null,oe={x:0,y:0};if(y){if(s){var z,Te=m==="y"?R:x,Ne=m==="y"?U:B,J=m==="y"?"height":"width",se=y[m],bt=se+g[Te],Ie=se-g[Ne],yt=h?-H[J]/2:0,Qt=E===me?M[J]:H[J],qe=E===me?-H[J]:-M[J],wt=o.elements.arrow,$e=h&&wt?Ae(wt):{width:0,height:0},we=o.modifiersData["arrow#persistent"]?o.modifiersData["arrow#persistent"].padding:ht(),Ze=we[Te],Dt=we[Ne],Re=He(0,M[J],$e[J]),Jt=C?M[J]/2-yt-Re-Ze-S.mainAxis:Qt-Re-Ze-S.mainAxis,wo=C?-M[J]/2+yt+Re+Dt+S.mainAxis:qe+Re+Dt+S.mainAxis,Yt=o.elements.arrow&&de(o.elements.arrow),Do=Yt?m==="y"?Yt.clientTop||0:Yt.clientLeft||0:0,$i=(z=V?.[m])!=null?z:0,Oo=se+Jt-$i-Do,Eo=se+wo-$i,ji=He(h?Be(bt,Oo):bt,se,h?ce(Ie,Eo):Ie);y[m]=ji,oe[m]=ji-se}if(a){var Wi,Mo=m==="x"?R:x,Co=m==="x"?U:B,Se=y[b],Ot=b==="y"?"height":"width",zi=Se+g[Mo],Xi=Se-g[Co],qt=[R,x].indexOf(w)!==-1,Ki=(Wi=V?.[b])!=null?Wi:0,Qi=qt?zi:Se-M[Ot]-H[Ot]-Ki+S.altAxis,Ji=qt?Se+M[Ot]+H[Ot]-Ki-S.altAxis:Xi,Yi=h&&qt?Nn(Qi,Se,Ji):He(h?Qi:zi,Se,h?Ji:Xi);y[b]=Yi,oe[b]=Yi-Se}o.modifiersData[i]=oe}}var Ni={name:"preventOverflow",enabled:!0,phase:"main",fn:ts,requiresIfExists:["offset"]};function Ii(e){return{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}}function Ri(e){return e===O(e)||!k(e)?Ue(e):Ii(e)}function is(e){var o=e.getBoundingClientRect(),t=ve(o.width)/e.offsetWidth||1,i=ve(o.height)/e.offsetHeight||1;return t!==1||i!==1}function Si(e,o,t){t===void 0&&(t=!1);var i=k(o),n=k(o)&&is(o),s=L(o),r=ie(e,n,t),a={scrollLeft:0,scrollTop:0},l={x:0,y:0};return(i||!i&&!t)&&((A(o)!=="body"||Ve(s))&&(a=Ri(o)),k(o)?(l=ie(o,!0),l.x+=o.clientLeft,l.y+=o.clientTop):s&&(l.x=Le(s))),{x:r.left+a.scrollLeft-l.x,y:r.top+a.scrollTop-l.y,width:r.width,height:r.height}}function ns(e){var o=new Map,t=new Set,i=[];e.forEach(function(s){o.set(s.name,s)});function n(s){t.add(s.name);var r=[].concat(s.requires||[],s.requiresIfExists||[]);r.forEach(function(a){if(!t.has(a)){var l=o.get(a);l&&n(l)}}),i.push(s)}return e.forEach(function(s){t.has(s.name)||n(s)}),i}function xi(e){var o=ns(e);return Mn.reduce(function(t,i){return t.concat(o.filter(function(n){return n.phase===i}))},[])}function ki(e){var o;return function(){return o||(o=new Promise(function(t){Promise.resolve().then(function(){o=void 0,t(e())})})),o}}function Fi(e){var o=e.reduce(function(t,i){var n=t[i.name];return t[i.name]=n?Object.assign({},n,i,{options:Object.assign({},n.options,i.options),data:Object.assign({},n.data,i.data)}):i,t},{});return Object.keys(o).map(function(t){return o[t]})}var Fn={placement:"bottom",modifiers:[],strategy:"absolute"};function Pn(){for(var e=arguments.length,o=new Array(e),t=0;t<e;t++)o[t]=arguments[t];return!o.some(function(i){return!(i&&typeof i.getBoundingClientRect=="function")})}function Bn(e){e===void 0&&(e={});var o=e,t=o.defaultModifiers,i=t===void 0?[]:t,n=o.defaultOptions,s=n===void 0?Fn:n;return function(a,l,u){u===void 0&&(u=s);var d={placement:"bottom",orderedModifiers:[],options:Object.assign({},Fn,s),modifiersData:{},elements:{reference:a,popper:l},attributes:{},styles:{}},f=[],p=!1,h={state:d,setOptions:function(w){var E=typeof w=="function"?w(d.options):w;_(),d.options=Object.assign({},s,d.options,E),d.scrollParents={reference:te(a)?Ee(a):a.contextElement?Ee(a.contextElement):[],popper:Ee(l)};var C=xi(Fi([].concat(i,d.options.modifiers)));return d.orderedModifiers=C.filter(function(m){return m.enabled}),v(),h.update()},forceUpdate:function(){if(!p){var w=d.elements,E=w.reference,C=w.popper;if(Pn(E,C)){d.rects={reference:Si(E,de(C),d.options.strategy==="fixed"),popper:Ae(C)},d.reset=!1,d.placement=d.options.placement,d.orderedModifiers.forEach(function(S){return d.modifiersData[S.name]=Object.assign({},S.data)});for(var m=0;m<d.orderedModifiers.length;m++){if(d.reset===!0){d.reset=!1,m=-1;continue}var b=d.orderedModifiers[m],y=b.fn,M=b.options,H=M===void 0?{}:M,F=b.name;typeof y=="function"&&(d=y({state:d,options:H,name:F,instance:h})||d)}}}},update:ki(function(){return new Promise(function(g){h.forceUpdate(),g(d)})}),destroy:function(){_(),p=!0}};if(!Pn(a,l))return h;h.setOptions(u).then(function(g){!p&&u.onFirstUpdate&&u.onFirstUpdate(g)});function v(){d.orderedModifiers.forEach(function(g){var w=g.name,E=g.options,C=E===void 0?{}:E,m=g.effect;if(typeof m=="function"){var b=m({state:d,name:w,instance:h,options:C}),y=function(){};f.push(b||y)}})}function _(){f.forEach(function(g){return g()}),f=[]}return h}}var os=[Sn,kn,Rn,Cn],Pi=Bn({defaultModifiers:os});var ss=["container"],rs=["ngbAccordionBody",""],zt=["*"];function as(e,o){if(e&1){let t=pi();st(0,"button",1),mn("click",function(){Tt(t);let n=le();return Nt(n.close())}),rt()}}var ls=e=>({$implicit:e});var cs=["dialog"],ds=["ngbNavOutlet",""];function us(e,o){}function hs(e,o){if(e&1&&(ui(0,"div",0),Rt(1,us,0,0,"ng-template",1),hi()),e&2){let t=le().$implicit,i=le();We("item",t)("nav",i.nav)("role",i.paneRole),Fe(),We("ngTemplateOutlet",(t.contentTpl==null?null:t.contentTpl.templateRef)||null)("ngTemplateOutletContext",bn(5,ls,t.active||i.isPanelTransitioning(t)))}}function ps(e,o){if(e&1&&St(0,hs,2,7,"div",0),e&2){let t=o.$implicit,i=le();xt(t.isPanelInDom()||i.isPanelTransitioning(t)?0:-1)}}function _s(e,o){if(e&1&&(st(0,"span"),_i(1),rt()),e&2){let t=le().$implicit,i=le();De(i.highlightClass),Fe(),fi(t)}}function fs(e,o){if(e&1&&(_n(0),_i(1),fn()),e&2){let t=le().$implicit;Fe(),fi(t)}}function gs(e,o){if(e&1&&St(0,_s,2,3,"span",0)(1,fs,2,1,"ng-container"),e&2){let t=o.$index;xt(t%2!==0?0:1)}}var ms=(e,o,t)=>({result:e,term:o,formatter:t});function vs(e,o){if(e&1&&hn(0,"ngb-highlight",2),e&2){let t=o.result,i=o.term,n=o.formatter;We("result",n(t))("term",i)}}function bs(e,o){}function ys(e,o){if(e&1){let t=pi();ui(0,"button",3),pe("mouseenter",function(){let n=Tt(t).$index,s=le();return Nt(s.markActive(n))})("click",function(){let n=Tt(t).$implicit,s=le();return Nt(s.select(n))}),Rt(1,bs,0,0,"ng-template",4),hi()}if(e&2){let t=o.$implicit,i=o.$index,n=le(),s=vn(1);P("active",i===n.activeIdx),We("id",n.id+"-"+i),Fe(),We("ngTemplateOutlet",n.resultTemplate||s)("ngTemplateOutletContext",yn(5,ms,t,n.term,n.formatter))}}var Wn={animation:!0,transitionTimerDelayMs:5},Ye=(()=>{class e{constructor(){this.animation=Wn.animation}static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275prov=K({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})(),ws=(()=>{class e{constructor(){this._ngbConfig=c(Ye),this.closeOthers=!1,this.destroyOnHide=!0}get animation(){return this._animation??this._ngbConfig.animation}set animation(t){this._animation=t}static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275prov=K({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})();function Ds(e){let{transitionDelay:o,transitionDuration:t}=window.getComputedStyle(e),i=parseFloat(o),n=parseFloat(t);return(i+n)*1e3}function mt(e){return e!=null?`${e}`:""}function Xt(e){return typeof e=="string"}function Ce(e){return e!=null}function Os(e){return e&&e.then}function Es(e){return e.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&")}function Ms(e,o){return!o||typeof e.closest>"u"?null:e.closest(o)}function Kt(e){return(e||document.body).getBoundingClientRect()}function Cs(e){return o=>new Zi(t=>{let i=r=>e.run(()=>t.next(r)),n=r=>e.run(()=>t.error(r)),s=()=>e.run(()=>t.complete());return o.subscribe({next:i,error:n,complete:s})})}function An(e){return e.normalize("NFD").replace(/[\u0300-\u036f]/g,"")}function zn(e=document){let o=e?.activeElement;return o?o.shadowRoot?zn(o.shadowRoot):o:null}var Ts=()=>{},{transitionTimerDelayMs:Ns}=Wn,gt=new Map,Z=(e,o,t,i)=>{let n=i.context||{},s=gt.get(o);if(s)switch(i.runningTransition){case"continue":return Et;case"stop":e.run(()=>s.transition$.complete()),n=Object.assign(s.context,n),gt.delete(o)}let r=t(o,i.animation,n)||Ts;if(!i.animation||window.getComputedStyle(o).transitionProperty==="none")return e.run(()=>r()),et(void 0).pipe(Cs(e));let a=new $,l=new $,u=a.pipe(rn(!0));gt.set(o,{transition$:a,complete:()=>{l.next(),l.complete()},context:n});let d=Ds(o);return e.runOutsideAngular(()=>{let f=X(o,"transitionend").pipe(j(u),ke(({target:h})=>h===o)),p=nn(d+Ns).pipe(j(u));ei(p,f,l).pipe(j(u)).subscribe(()=>{gt.delete(o),e.run(()=>{r(),a.next(),a.complete()})})}),a.asObservable()},Gn=e=>{gt.get(e)?.complete()};function Is(e,o){if(typeof navigator>"u")return"0px";let{classList:t}=e,i=t.contains("show");i||t.add("show"),e.style[o]="";let n=e.getBoundingClientRect()[o]+"px";return i||t.remove("show"),n}var Rs=(e,o,t)=>{let{direction:i,maxSize:n,dimension:s}=t,{classList:r}=e;function a(){r.add("collapse"),i==="show"?r.add("show"):r.remove("show")}if(!o){a();return}return n||(n=Is(e,s),t.maxSize=n,e.style[s]=i!=="show"?n:"0px",r.remove("collapse","collapsing","show"),Kt(e),r.add("collapsing")),e.style[s]=i==="show"?n:"0px",()=>{a(),r.remove("collapsing"),e.style[s]=""}},Ss=(()=>{class e{constructor(){this._ngbConfig=c(Ye),this.horizontal=!1}get animation(){return this._animation??this._ngbConfig.animation}set animation(t){this._animation=t}static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275prov=K({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})(),Hn=(()=>{class e{constructor(){this._config=c(Ss),this._element=c(W),this._zone=c(ae),this.animation=this._config.animation,this._afterInit=!1,this._isCollapsed=!1,this.ngbCollapseChange=new D,this.horizontal=this._config.horizontal,this.shown=new D,this.hidden=new D}set collapsed(t){this._isCollapsed!==t&&(this._isCollapsed=t,this._afterInit&&this._runTransitionWithEvents(t,this.animation))}ngOnInit(){this._runTransition(this._isCollapsed,!1),this._afterInit=!0}toggle(t=this._isCollapsed){this.collapsed=!t,this.ngbCollapseChange.next(this._isCollapsed)}_runTransition(t,i){return Z(this._zone,this._element.nativeElement,Rs,{animation:i,runningTransition:"stop",context:{direction:t?"hide":"show",dimension:this.horizontal?"width":"height"}})}_runTransitionWithEvents(t,i){this._runTransition(t,i).subscribe(()=>{t?this.hidden.emit():this.shown.emit()})}static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275dir=T({type:e,selectors:[["","ngbCollapse",""]],hostVars:2,hostBindings:function(i,n){i&2&&P("collapse-horizontal",n.horizontal)},inputs:{animation:"animation",collapsed:[0,"ngbCollapse","collapsed"],horizontal:"horizontal"},outputs:{ngbCollapseChange:"ngbCollapseChange",shown:"shown",hidden:"hidden"},exportAs:["ngbCollapse"]})}}return e})(),xs=0,tu=(()=>{class e{constructor(){this._item=c(vt),this._viewRef=null,this.elementRef=c(W)}ngAfterContentChecked(){this._bodyTpl&&(this._item._shouldBeInDOM?this._createViewIfNotExists():this._destroyViewIfExists())}ngOnDestroy(){this._destroyViewIfExists()}_destroyViewIfExists(){this._viewRef?.destroy(),this._viewRef=null}_createViewIfNotExists(){this._viewRef||(this._viewRef=this._vcr.createEmbeddedView(this._bodyTpl),this._viewRef.detectChanges())}static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275cmp=ge({type:e,selectors:[["","ngbAccordionBody",""]],contentQueries:function(i,n,s){if(i&1&&_e(s,ot,7),i&2){let r;Y(r=q())&&(n._bodyTpl=r.first)}},viewQuery:function(i,n){if(i&1&&Pt(ss,7,ai),i&2){let s;Y(s=q())&&(n._vcr=s.first)}},hostAttrs:[1,"accordion-body"],attrs:rs,ngContentSelectors:zt,decls:3,vars:0,consts:[["container",""]],template:function(i,n){i&1&&(at(),gn(0,null,0),lt(2))},encapsulation:2})}}return e})(),ks=(()=>{class e{constructor(){this.item=c(vt),this.ngbCollapse=c(Hn)}static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275dir=T({type:e,selectors:[["","ngbAccordionCollapse",""]],hostAttrs:["role","region",1,"accordion-collapse"],hostVars:2,hostBindings:function(i,n){i&2&&(ee("id",n.item.collapseId),he("aria-labelledby",n.item.toggleId))},exportAs:["ngbAccordionCollapse"],features:[dn([Hn])]})}}return e})(),iu=(()=>{class e{constructor(){this.item=c(vt),this.accordion=c(Xn)}static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275dir=T({type:e,selectors:[["","ngbAccordionToggle",""]],hostVars:5,hostBindings:function(i,n){i&1&&pe("click",function(){return!n.item.disabled&&n.accordion.toggle(n.item.id)}),i&2&&(ee("id",n.item.toggleId),he("aria-controls",n.item.collapseId)("aria-expanded",!n.item.collapsed),P("collapsed",n.item.collapsed))}})}}return e})();var nu=(()=>{class e{constructor(){this.item=c(vt)}static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275dir=T({type:e,selectors:[["","ngbAccordionHeader",""]],hostAttrs:["role","heading",1,"accordion-header"],hostVars:2,hostBindings:function(i,n){i&2&&P("collapsed",n.item.collapsed)}})}}return e})(),vt=(()=>{class e{constructor(){this._accordion=c(Xn),this._cd=c(fe),this._destroyRef=c(oi),this._collapsed=!0,this._id=`ngb-accordion-item-${xs++}`,this._collapseAnimationRunning=!1,this.disabled=!1,this.show=new D,this.shown=new D,this.hide=new D,this.hidden=new D}set id(t){Xt(t)&&t!==""&&(this._id=t)}set destroyOnHide(t){this._destroyOnHide=t}get destroyOnHide(){return this._destroyOnHide===void 0?this._accordion.destroyOnHide:this._destroyOnHide}set collapsed(t){t?this.collapse():this.expand()}get collapsed(){return this._collapsed}get id(){return`${this._id}`}get toggleId(){return`${this.id}-toggle`}get collapseId(){return`${this.id}-collapse`}get _shouldBeInDOM(){return!this.collapsed||this._collapseAnimationRunning||!this.destroyOnHide}ngAfterContentInit(){let{ngbCollapse:t}=this._collapse;t.animation=!1,t.collapsed=this.collapsed,t.animation=this._accordion.animation,t.hidden.pipe(ct(this._destroyRef)).subscribe(()=>{this._collapseAnimationRunning=!1,this.hidden.emit(),this._accordion.hidden.emit(this.id),this._cd.markForCheck()}),t.shown.pipe(ct(this._destroyRef)).subscribe(()=>{this.shown.emit(),this._accordion.shown.emit(this.id),this._cd.markForCheck()})}toggle(){this.collapsed=!this.collapsed}expand(){if(this.collapsed){if(!this._accordion._ensureCanExpand(this))return;this._collapsed=!1,this._cd.markForCheck(),this._cd.detectChanges(),this.show.emit(),this._accordion.show.emit(this.id),this._collapse.ngbCollapse.animation=this._accordion.animation,this._collapse.ngbCollapse.collapsed=!1}}collapse(){this.collapsed||(this._collapsed=!0,this._collapseAnimationRunning=!0,this._cd.markForCheck(),this.hide.emit(),this._accordion.hide.emit(this.id),this._collapse.ngbCollapse.animation=this._accordion.animation,this._collapse.ngbCollapse.collapsed=!0)}static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275dir=T({type:e,selectors:[["","ngbAccordionItem",""]],contentQueries:function(i,n,s){if(i&1&&_e(s,ks,7),i&2){let r;Y(r=q())&&(n._collapse=r.first)}},hostAttrs:[1,"accordion-item"],hostVars:1,hostBindings:function(i,n){i&2&&ee("id",n.id)},inputs:{id:[0,"ngbAccordionItem","id"],destroyOnHide:"destroyOnHide",disabled:"disabled",collapsed:"collapsed"},outputs:{show:"show",shown:"shown",hide:"hide",hidden:"hidden"},exportAs:["ngbAccordionItem"]})}}return e})(),Xn=(()=>{class e{constructor(){this._config=c(ws),this._anItemWasAlreadyExpandedDuringInitialisation=!1,this.animation=this._config.animation,this.closeOthers=this._config.closeOthers,this.destroyOnHide=this._config.destroyOnHide,this.show=new D,this.shown=new D,this.hide=new D,this.hidden=new D}toggle(t){this._getItem(t)?.toggle()}expand(t){this._getItem(t)?.expand()}expandAll(){this._items&&(this.closeOthers?this._items.find(t=>!t.collapsed)||this._items.first.expand():this._items.forEach(t=>t.expand()))}collapse(t){this._getItem(t)?.collapse()}collapseAll(){this._items?.forEach(t=>t.collapse())}isExpanded(t){let i=this._getItem(t);return i?!i.collapsed:!1}_ensureCanExpand(t){return this.closeOthers?this._items?(this._items.find(i=>!i.collapsed&&t!==i)?.collapse(),!0):this._anItemWasAlreadyExpandedDuringInitialisation?!1:(this._anItemWasAlreadyExpandedDuringInitialisation=!0,!0):!0}_getItem(t){return this._items?.find(i=>i.id===t)}static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275dir=T({type:e,selectors:[["","ngbAccordion",""]],contentQueries:function(i,n,s){if(i&1&&_e(s,vt,4),i&2){let r;Y(r=q())&&(n._items=r)}},hostAttrs:[1,"accordion"],inputs:{animation:"animation",closeOthers:"closeOthers",destroyOnHide:"destroyOnHide"},outputs:{show:"show",shown:"shown",hide:"hide",hidden:"hidden"},exportAs:["ngbAccordion"]})}}return e})();var Kn=(()=>{class e{static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275mod=I({type:e})}static{this.\u0275inj=N({})}}return e})(),Fs=(()=>{class e{constructor(){this._ngbConfig=c(Ye),this.dismissible=!0,this.type="warning"}get animation(){return this._animation??this._ngbConfig.animation}set animation(t){this._animation=t}static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275prov=K({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})(),Ps=({classList:e})=>{e.remove("show")},ou=(()=>{class e{constructor(){this._config=c(Fs),this._elementRef=c(W),this._zone=c(ae),this.animation=this._config.animation,this.dismissible=this._config.dismissible,this.type=this._config.type,this.closed=new D}close(){let t=Z(this._zone,this._elementRef.nativeElement,Ps,{animation:this.animation,runningTransition:"continue"});return t.subscribe(()=>this.closed.emit()),t}static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275cmp=ge({type:e,selectors:[["ngb-alert"]],hostAttrs:["role","alert"],hostVars:6,hostBindings:function(i,n){i&2&&(De("alert show"+(n.type?" alert-"+n.type:"")),P("fade",n.animation)("alert-dismissible",n.dismissible))},inputs:{animation:"animation",dismissible:"dismissible",type:"type"},outputs:{closed:"closed"},exportAs:["ngbAlert"],ngContentSelectors:zt,decls:2,vars:1,consts:()=>{let t;return t=$localize`:@@ngb.alert.close:Close`,[["type","button","aria-label",t,1,"btn-close"],["type","button","aria-label",t,1,"btn-close",3,"click"]]},template:function(i,n){i&1&&(at(),lt(0),St(1,as,1,0,"button",0)),i&2&&(Fe(),xt(n.dismissible?1:-1))},styles:[`ngb-alert{display:block}
|
|
2
|
+
`],encapsulation:2,changeDetection:0})}}return e})(),Qn=(()=>{class e{static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275mod=I({type:e})}static{this.\u0275inj=N({})}}return e})();var Jn=(()=>{class e{static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275mod=I({type:e})}static{this.\u0275inj=N({})}}return e})(),Yn=(()=>{class e{static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275mod=I({type:e})}static{this.\u0275inj=N({})}}return e})();var $t=(e,o)=>o?o.some(t=>t.contains(e)):!1,Un=(e,o)=>!o||Ms(e,o)!=null,Bs=(()=>{let e=()=>/iPad|iPhone|iPod/.test(navigator.userAgent)||/Macintosh/.test(navigator.userAgent)&&navigator.maxTouchPoints&&navigator.maxTouchPoints>2,o=()=>/Android/.test(navigator.userAgent);return typeof navigator<"u"?!!navigator.userAgent&&(e()||o()):!1})(),As=e=>Bs?()=>setTimeout(()=>e(),100):e;function Hi(e,o,t,i,n,s,r,a){t&&e.runOutsideAngular(As(()=>{let l=p=>{let h=p.target;return p.button===2||$t(h,r)?!1:t==="inside"?$t(h,s)&&Un(h,a):t==="outside"?!$t(h,s):Un(h,a)||!$t(h,s)},u=X(o,"keydown").pipe(j(n),ke(p=>p.key==="Escape"),it(p=>p.preventDefault())),d=X(o,"mousedown").pipe(xe(l),j(n)),f=X(o,"mouseup").pipe(Ct(d),ke(([p,h])=>h),on(0),j(n));ei([u.pipe(xe(p=>0)),f.pipe(xe(p=>1))]).subscribe(p=>e.run(()=>i(p)))}))}var qn=["a[href]","button:not([disabled])",'input:not([disabled]):not([type="hidden"])',"select:not([disabled])","textarea:not([disabled])","[contenteditable]",'[tabindex]:not([tabindex="-1"])'].join(", ");function Zn(e){let o=Array.from(e.querySelectorAll(qn)).filter(t=>t.tabIndex!==-1);return[o[0],o[o.length-1]]}var Gs=(e,o,t,i=!1)=>{e.runOutsideAngular(()=>{let n=X(o,"focusin").pipe(j(t),xe(s=>s.target));X(o,"keydown").pipe(j(t),ke(s=>s.key==="Tab"),Ct(n)).subscribe(([s,r])=>{let[a,l]=Zn(o);(r===a||r===o)&&s.shiftKey&&(l.focus(),s.preventDefault()),r===l&&!s.shiftKey&&(a.focus(),s.preventDefault())}),i&&X(o,"click").pipe(j(t),Ct(n),xe(s=>s[1])).subscribe(s=>s.focus())})},Hs=(()=>{class e{constructor(){this._element=c(re).documentElement}isRTL(){return(this._element.getAttribute("dir")||"").toLowerCase()==="rtl"}static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275prov=K({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})(),Us=/\s+/,Ls=/ +/gi,Vs={top:["top"],bottom:["bottom"],start:["left","right"],left:["left"],end:["right","left"],right:["right"],"top-start":["top-start","top-end"],"top-left":["top-start"],"top-end":["top-end","top-start"],"top-right":["top-end"],"bottom-start":["bottom-start","bottom-end"],"bottom-left":["bottom-start"],"bottom-end":["bottom-end","bottom-start"],"bottom-right":["bottom-end"],"start-top":["left-start","right-start"],"left-top":["left-start"],"start-bottom":["left-end","right-end"],"left-bottom":["left-end"],"end-top":["right-start","left-start"],"right-top":["right-start"],"end-bottom":["right-end","left-end"],"right-bottom":["right-end"]};function $s(e,o){let[t,i]=Vs[e];return o&&i||t}var js=/^left/,Ws=/^right/,zs=/^start/,Xs=/^end/;function Ks(e,o){let[t,i]=o.split("-"),n=t.replace(js,"start").replace(Ws,"end"),s=[n];if(i){let r=i;(t==="left"||t==="right")&&(r=r.replace(zs,"top").replace(Xs,"bottom")),s.push(`${n}-${r}`)}return e&&(s=s.map(r=>`${e}-${r}`)),s.join(" ")}function Ln({placement:e,baseClass:o},t){let i=Array.isArray(e)?e:e.split(Us),n=["top","bottom","start","end","top-start","top-end","bottom-start","bottom-end","start-top","start-bottom","end-top","end-bottom"],s=i.findIndex(u=>u==="auto");s>=0&&n.forEach(function(u){i.find(d=>d.search("^"+u)!==-1)==null&&i.splice(s++,1,u)});let r=i.map(u=>$s(u,t.isRTL()));return{placement:r.shift(),modifiers:[{name:"bootstrapClasses",enabled:!!o,phase:"write",fn({state:u}){let d=new RegExp(o+"(-[a-z]+)*","gi"),f=u.elements.popper,p=u.placement,h=f.className;h=h.replace(d,""),h+=` ${Ks(o,p)}`,h=h.trim().replace(Ls," "),f.className=h}},Mi,Ni,yi,{enabled:!0,name:"flip",options:{fallbackPlacements:r}}]}}function Vn(e){return e}function Ui(){let e=c(Hs),o=null;return{createPopper(t){if(!o){let n=(t.updatePopperOptions||Vn)(Ln(t,e));o=Pi(t.hostElement,t.targetElement,n)}},update(){o&&o.update()},setOptions(t){if(o){let n=(t.updatePopperOptions||Vn)(Ln(t,e));o.setOptions(n)}},destroy(){o&&(o.destroy(),o=null)}}}function Li(e){return o=>(o.modifiers.push(Ci,{name:"offset",options:{offset:()=>e}}),o)}var su=new Date(1882,10,12),ru=new Date(2174,10,25);var au=1e3*60*60*24;var Vi=1080,Qs=24*Vi,Js=12*Vi+793,lu=29*Qs+Js,cu=11*Vi+204;var eo=(()=>{class e{static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275mod=I({type:e})}static{this.\u0275inj=N({})}}return e})(),Ys=(()=>{class e{constructor(){this.autoClose=!0,this.placement=["bottom-start","bottom-end","top-start","top-end"],this.popperOptions=t=>t,this.container=null}static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275prov=K({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})(),to=(()=>{class e{constructor(){this._disabled=!1,this.nativeElement=c(W).nativeElement,this.tabindex=0}set disabled(t){this._disabled=t===""||t===!0}get disabled(){return this._disabled}static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275dir=T({type:e,selectors:[["","ngbDropdownItem",""]],hostAttrs:[1,"dropdown-item"],hostVars:3,hostBindings:function(i,n){i&2&&(ee("tabIndex",n.disabled?-1:n.tabindex),P("disabled",n.disabled))},inputs:{tabindex:"tabindex",disabled:"disabled"}})}}return e})(),du=(()=>{class e{constructor(){this.item=c(to)}static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275dir=T({type:e,selectors:[["button","ngbDropdownItem",""]],hostVars:1,hostBindings:function(i,n){i&2&&ee("disabled",n.item.disabled)}})}}return e})(),qs=(()=>{class e{constructor(){this.dropdown=c(io),this.nativeElement=c(W).nativeElement}static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275dir=T({type:e,selectors:[["","ngbDropdownMenu",""]],contentQueries:function(i,n,s){if(i&1&&_e(s,to,4),i&2){let r;Y(r=q())&&(n.menuItems=r)}},hostAttrs:[1,"dropdown-menu"],hostVars:2,hostBindings:function(i,n){i&1&&pe("keydown.ArrowUp",function(r){return n.dropdown.onKeyDown(r)})("keydown.ArrowDown",function(r){return n.dropdown.onKeyDown(r)})("keydown.Home",function(r){return n.dropdown.onKeyDown(r)})("keydown.End",function(r){return n.dropdown.onKeyDown(r)})("keydown.Enter",function(r){return n.dropdown.onKeyDown(r)})("keydown.Space",function(r){return n.dropdown.onKeyDown(r)})("keydown.Tab",function(r){return n.dropdown.onKeyDown(r)})("keydown.Shift.Tab",function(r){return n.dropdown.onKeyDown(r)}),i&2&&P("show",n.dropdown.isOpen())}})}}return e})(),Bi=(()=>{class e{constructor(){this.dropdown=c(io),this.nativeElement=c(W).nativeElement}static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275dir=T({type:e,selectors:[["","ngbDropdownAnchor",""]],hostAttrs:[1,"dropdown-toggle"],hostVars:3,hostBindings:function(i,n){i&2&&(he("aria-expanded",n.dropdown.isOpen()),P("show",n.dropdown.isOpen()))}})}}return e})(),uu=(()=>{class e extends Bi{static{this.\u0275fac=(()=>{let t;return function(n){return(t||(t=si(e)))(n||e)}})()}static{this.\u0275dir=T({type:e,selectors:[["","ngbDropdownToggle",""]],hostAttrs:[1,"dropdown-toggle"],hostVars:3,hostBindings:function(i,n){i&1&&pe("click",function(){return n.dropdown.toggle()})("keydown.ArrowUp",function(r){return n.dropdown.onKeyDown(r)})("keydown.ArrowDown",function(r){return n.dropdown.onKeyDown(r)})("keydown.Home",function(r){return n.dropdown.onKeyDown(r)})("keydown.End",function(r){return n.dropdown.onKeyDown(r)})("keydown.Tab",function(r){return n.dropdown.onKeyDown(r)})("keydown.Shift.Tab",function(r){return n.dropdown.onKeyDown(r)}),i&2&&(he("aria-expanded",n.dropdown.isOpen()),P("show",n.dropdown.isOpen()))},features:[gi([{provide:Bi,useExisting:ii(()=>e)}]),li]})}}return e})(),io=(()=>{class e{constructor(){this._changeDetector=c(fe),this._config=c(Ys),this._document=c(re),this._injector=c(ue),this._ngZone=c(ae),this._nativeElement=c(W).nativeElement,this._destroyCloseHandlers$=new $,this._bodyContainer=null,this._positioning=Ui(),this.autoClose=this._config.autoClose,this._open=!1,this.placement=this._config.placement,this.popperOptions=this._config.popperOptions,this.container=this._config.container,this.openChange=new D}ngOnInit(){this.display||(this.display=this._nativeElement.closest(".navbar")?"static":"dynamic")}ngAfterContentInit(){nt({write:()=>{this._applyPlacementClasses(),this._open&&this._setCloseHandlers()}},{injector:this._injector})}ngOnChanges(t){if(t.container&&this._open&&this._applyContainer(this.container),t.placement&&!t.placement.firstChange&&(this._positioning.setOptions({hostElement:this._anchor.nativeElement,targetElement:this._bodyContainer||this._menu.nativeElement,placement:this.placement}),this._applyPlacementClasses()),t.dropdownClass){let{currentValue:i,previousValue:n}=t.dropdownClass;this._applyCustomDropdownClass(i,n)}t.autoClose&&this._open&&(this.autoClose=t.autoClose.currentValue,this._setCloseHandlers())}isOpen(){return this._open}open(){this._open||(this._open=!0,this._applyContainer(this.container),this.openChange.emit(!0),this._setCloseHandlers(),this._anchor&&(this._anchor.nativeElement.focus(),this.display==="dynamic"&&this._ngZone.runOutsideAngular(()=>{this._positioning.createPopper({hostElement:this._anchor.nativeElement,targetElement:this._bodyContainer||this._menu.nativeElement,placement:this.placement,updatePopperOptions:t=>this.popperOptions(Li([0,2])(t))}),this._applyPlacementClasses(),this._afterRenderRef=It({write:()=>{this._positionMenu()}},{injector:this._injector})})))}_setCloseHandlers(){this._destroyCloseHandlers$.next(),Hi(this._ngZone,this._document,this.autoClose,t=>{this.close(),t===0&&this._anchor.nativeElement.focus()},this._destroyCloseHandlers$,this._menu?[this._menu.nativeElement]:[],this._anchor?[this._anchor.nativeElement]:[],".dropdown-item,.dropdown-divider")}close(){this._open&&(this._open=!1,this._resetContainer(),this._positioning.destroy(),this._afterRenderRef?.destroy(),this._destroyCloseHandlers$.next(),this.openChange.emit(!1),this._changeDetector.markForCheck())}toggle(){this.isOpen()?this.close():this.open()}ngOnDestroy(){this.close()}onKeyDown(t){let{key:i}=t,n=this._getMenuElements(),s=-1,r=null,a=this._isEventFromToggle(t);if(!a&&n.length&&n.forEach((l,u)=>{l.contains(t.target)&&(r=l),l===zn(this._document)&&(s=u)}),i===" "||i==="Enter"){r&&(this.autoClose===!0||this.autoClose==="inside")&&X(r,"click").pipe(tt(1)).subscribe(()=>this.close());return}if(i==="Tab"){if(t.target&&this.isOpen()&&this.autoClose)if(this._anchor.nativeElement===t.target){this.container==="body"&&!t.shiftKey?(this._menu.nativeElement.setAttribute("tabindex","0"),this._menu.nativeElement.focus(),this._menu.nativeElement.removeAttribute("tabindex")):t.shiftKey&&this.close();return}else if(this.container==="body"){let l=this._menu.nativeElement.querySelectorAll(qn);t.shiftKey&&t.target===l[0]?(this._anchor.nativeElement.focus(),t.preventDefault()):!t.shiftKey&&t.target===l[l.length-1]&&(this._anchor.nativeElement.focus(),this.close())}else X(t.target,"focusout").pipe(tt(1)).subscribe(({relatedTarget:l})=>{this._nativeElement.contains(l)||this.close()});return}if(a||r){if(this.open(),n.length){switch(i){case"ArrowDown":s=Math.min(s+1,n.length-1);break;case"ArrowUp":if(this._isDropup()&&s===-1){s=n.length-1;break}s=Math.max(s-1,0);break;case"Home":s=0;break;case"End":s=n.length-1;break}n[s].focus()}t.preventDefault()}}_isDropup(){return this._nativeElement.classList.contains("dropup")}_isEventFromToggle(t){return this._anchor.nativeElement.contains(t.target)}_getMenuElements(){return this._menu?this._menu.menuItems.filter(({disabled:t})=>!t).map(({nativeElement:t})=>t):[]}_positionMenu(){let t=this._menu;this.isOpen()&&t&&(this.display==="dynamic"?(this._positioning.update(),this._applyPlacementClasses()):this._applyPlacementClasses(this._getFirstPlacement(this.placement)))}_getFirstPlacement(t){return Array.isArray(t)?t[0]:t.split(" ")[0]}_resetContainer(){this._menu&&this._nativeElement.appendChild(this._menu.nativeElement),this._bodyContainer&&(this._document.body.removeChild(this._bodyContainer),this._bodyContainer=null)}_applyContainer(t=null){if(this._resetContainer(),t==="body"){let i=this._menu.nativeElement,n=this._bodyContainer=this._bodyContainer||this._document.createElement("div");n.style.position="absolute",i.style.position="static",n.style.zIndex="1055",n.appendChild(i),this._document.body.appendChild(n)}this._applyCustomDropdownClass(this.dropdownClass)}_applyCustomDropdownClass(t,i){let n=this.container==="body"?this._bodyContainer:this._nativeElement;n&&(i&&n.classList.remove(i),t&&n.classList.add(t))}_applyPlacementClasses(t){if(this._menu){t||(t=this._getFirstPlacement(this.placement)),this._nativeElement.classList.remove("dropup","dropdown"),this.display==="static"?this._menu.nativeElement.setAttribute("data-bs-popper","static"):this._menu.nativeElement.removeAttribute("data-bs-popper");let i=t.search("^top")!==-1?"dropup":"dropdown";this._nativeElement.classList.add(i),this._bodyContainer&&(this._bodyContainer.classList.remove("dropup","dropdown"),this._bodyContainer.classList.add(i))}}static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275dir=T({type:e,selectors:[["","ngbDropdown",""]],contentQueries:function(i,n,s){if(i&1&&(_e(s,qs,5),_e(s,Bi,5)),i&2){let r;Y(r=q())&&(n._menu=r.first),Y(r=q())&&(n._anchor=r.first)}},hostVars:2,hostBindings:function(i,n){i&2&&P("show",n.isOpen())},inputs:{autoClose:"autoClose",dropdownClass:"dropdownClass",_open:[0,"open","_open"],placement:"placement",popperOptions:"popperOptions",container:"container",display:"display"},outputs:{openChange:"openChange"},exportAs:["ngbDropdown"],features:[je]})}}return e})();var no=(()=>{class e{static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275mod=I({type:e})}static{this.\u0275inj=N({})}}return e})(),Zs=(()=>{class e{constructor(){this._ngbConfig=c(Ye),this.backdrop=!0,this.fullscreen=!1,this.keyboard=!0,this.role="dialog"}get animation(){return this._animation??this._ngbConfig.animation}set animation(t){this._animation=t}static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275prov=K({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})(),ye=class{constructor(o,t,i){this.nodes=o,this.viewRef=t,this.componentRef=i}},jt=class{constructor(o){this._componentType=o,this._windowRef=null,this._contentRef=null,this._document=c(re),this._applicationRef=c(ci),this._injector=c(ue),this._viewContainerRef=c(ai),this._ngZone=c(ae)}open(o,t,i=!1){this._windowRef||(this._contentRef=this._getContentRef(o,t),this._windowRef=this._viewContainerRef.createComponent(this._componentType,{injector:this._injector,projectableNodes:this._contentRef.nodes}));let{nativeElement:n}=this._windowRef.location,s=new $;nt({mixedReadWrite:()=>{s.next(),s.complete()}},{injector:this._injector});let r=s.pipe(tn(()=>Z(this._ngZone,n,({classList:a})=>a.add("show"),{animation:i,runningTransition:"continue"})));return{windowRef:this._windowRef,transition$:r}}close(o=!1){return this._windowRef?Z(this._ngZone,this._windowRef.location.nativeElement,({classList:t})=>t.remove("show"),{animation:o,runningTransition:"stop"}).pipe(it(()=>{this._windowRef?.destroy(),this._contentRef?.viewRef?.destroy(),this._windowRef=null,this._contentRef=null})):et(void 0)}_getContentRef(o,t){if(o)if(o instanceof ot){let i=o.createEmbeddedView(t);return this._applicationRef.attachView(i),new ye([i.rootNodes],i)}else return new ye([[this._document.createTextNode(`${o}`)]]);else return new ye([])}},er=(()=>{class e{constructor(){this._document=c(re)}hide(){let t=Math.abs(window.innerWidth-this._document.documentElement.clientWidth),i=this._document.body,n=i.style,{overflow:s,paddingRight:r}=n;if(t>0){let a=parseFloat(window.getComputedStyle(i).paddingRight);n.paddingRight=`${a+t}px`}return n.overflow="hidden",()=>{t>0&&(n.paddingRight=r),n.overflow=s}}static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275prov=K({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})(),tr=["animation","backdropClass"],ir=(()=>{class e{constructor(){this._nativeElement=c(W).nativeElement,this._zone=c(ae),this._injector=c(ue),this._cdRef=c(fe)}ngOnInit(){nt({mixedReadWrite:()=>Z(this._zone,this._nativeElement,(t,i)=>{i&&Kt(t),t.classList.add("show")},{animation:this.animation,runningTransition:"continue"})},{injector:this._injector})}hide(){return Z(this._zone,this._nativeElement,({classList:t})=>t.remove("show"),{animation:this.animation,runningTransition:"stop"})}updateOptions(t){tr.forEach(i=>{Ce(t[i])&&(this[i]=t[i])}),this._cdRef.markForCheck()}static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275cmp=ge({type:e,selectors:[["ngb-modal-backdrop"]],hostAttrs:[2,"z-index","1055"],hostVars:6,hostBindings:function(i,n){i&2&&(De("modal-backdrop"+(n.backdropClass?" "+n.backdropClass:"")),P("show",!n.animation)("fade",n.animation))},inputs:{animation:"animation",backdropClass:"backdropClass"},decls:0,vars:0,template:function(i,n){},encapsulation:2})}}return e})(),Wt=class{update(o){}close(o){}dismiss(o){}},Ai=class{update(o){this._windowCmptRef.instance.updateOptions(o),this._backdropCmptRef&&this._backdropCmptRef.instance&&this._backdropCmptRef.instance.updateOptions(o)}get componentInstance(){if(this._contentRef&&this._contentRef.componentRef)return this._contentRef.componentRef.instance}get closed(){return this._closed.asObservable().pipe(j(this._hidden))}get dismissed(){return this._dismissed.asObservable().pipe(j(this._hidden))}get hidden(){return this._hidden.asObservable()}get shown(){return this._windowCmptRef.instance.shown.asObservable()}constructor(o,t,i,n){this._windowCmptRef=o,this._contentRef=t,this._backdropCmptRef=i,this._beforeDismiss=n,this._closed=new $,this._dismissed=new $,this._hidden=new $,o.instance.dismissEvent.subscribe(s=>{this.dismiss(s)}),this.result=new Promise((s,r)=>{this._resolve=s,this._reject=r}),this.result.then(null,()=>{})}close(o){this._windowCmptRef&&(this._closed.next(o),this._resolve(o),this._removeModalElements())}_dismiss(o){this._dismissed.next(o),this._reject(o),this._removeModalElements()}dismiss(o){if(this._windowCmptRef)if(!this._beforeDismiss)this._dismiss(o);else{let t=this._beforeDismiss();Os(t)?t.then(i=>{i!==!1&&this._dismiss(o)},()=>{}):t!==!1&&this._dismiss(o)}}_removeModalElements(){let o=this._windowCmptRef.instance.hide(),t=this._backdropCmptRef?this._backdropCmptRef.instance.hide():et(void 0);o.subscribe(()=>{let{nativeElement:i}=this._windowCmptRef.location;i.parentNode.removeChild(i),this._windowCmptRef.destroy(),this._contentRef?.viewRef?.destroy(),this._windowCmptRef=null,this._contentRef=null}),t.subscribe(()=>{if(this._backdropCmptRef){let{nativeElement:i}=this._backdropCmptRef.location;i.parentNode.removeChild(i),this._backdropCmptRef.destroy(),this._backdropCmptRef=null}}),Mt(o,t).subscribe(()=>{this._hidden.next(),this._hidden.complete()})}},Gi=(function(e){return e[e.BACKDROP_CLICK=0]="BACKDROP_CLICK",e[e.ESC=1]="ESC",e})(Gi||{}),nr=["animation","ariaLabelledBy","ariaDescribedBy","backdrop","centered","fullscreen","keyboard","role","scrollable","size","windowClass","modalDialogClass"],or=(()=>{class e{constructor(){this._document=c(re),this._elRef=c(W),this._zone=c(ae),this._injector=c(ue),this._cdRef=c(fe),this._closed$=new $,this._elWithFocus=null,this.backdrop=!0,this.keyboard=!0,this.role="dialog",this.dismissEvent=new D,this.shown=new $,this.hidden=new $}get fullscreenClass(){return this.fullscreen===!0?" modal-fullscreen":Xt(this.fullscreen)?` modal-fullscreen-${this.fullscreen}-down`:""}dismiss(t){this.dismissEvent.emit(t)}ngOnInit(){this._elWithFocus=this._document.activeElement,nt({mixedReadWrite:()=>this._show()},{injector:this._injector})}ngOnDestroy(){this._disableEventHandling()}hide(){let{nativeElement:t}=this._elRef,i={animation:this.animation,runningTransition:"stop"},n=Z(this._zone,t,()=>t.classList.remove("show"),i),s=Z(this._zone,this._dialogEl.nativeElement,()=>{},i),r=Mt(n,s);return r.subscribe(()=>{this.hidden.next(),this.hidden.complete()}),this._disableEventHandling(),this._restoreFocus(),r}updateOptions(t){nr.forEach(i=>{Ce(t[i])&&(this[i]=t[i])}),this._cdRef.markForCheck()}_show(){let t={animation:this.animation,runningTransition:"continue"},i=Z(this._zone,this._elRef.nativeElement,(s,r)=>{r&&Kt(s),s.classList.add("show")},t),n=Z(this._zone,this._dialogEl.nativeElement,()=>{},t);Mt(i,n).subscribe(()=>{this.shown.next(),this.shown.complete()}),this._enableEventHandling(),this._setFocus()}_enableEventHandling(){let{nativeElement:t}=this._elRef;this._zone.runOutsideAngular(()=>{X(t,"keydown").pipe(j(this._closed$),ke(n=>n.key==="Escape")).subscribe(n=>{this.keyboard?requestAnimationFrame(()=>{n.defaultPrevented||this._zone.run(()=>this.dismiss(Gi.ESC))}):this.backdrop==="static"&&this._bumpBackdrop()});let i=!1;X(this._dialogEl.nativeElement,"mousedown").pipe(j(this._closed$),it(()=>i=!1),ti(()=>X(t,"mouseup").pipe(j(this._closed$),tt(1))),ke(({target:n})=>t===n)).subscribe(()=>{i=!0}),X(t,"click").pipe(j(this._closed$)).subscribe(({target:n})=>{t===n&&(this.backdrop==="static"?this._bumpBackdrop():this.backdrop===!0&&!i&&this._zone.run(()=>this.dismiss(Gi.BACKDROP_CLICK))),i=!1})})}_disableEventHandling(){this._closed$.next()}_setFocus(){let{nativeElement:t}=this._elRef;if(!t.contains(document.activeElement)){let i=t.querySelector("[ngbAutofocus]"),n=Zn(t)[0];(i||n||t).focus()}}_restoreFocus(){let t=this._document.body,i=this._elWithFocus,n;i&&i.focus&&t.contains(i)?n=i:n=t,this._zone.runOutsideAngular(()=>{setTimeout(()=>n.focus()),this._elWithFocus=null})}_bumpBackdrop(){this.backdrop==="static"&&Z(this._zone,this._elRef.nativeElement,({classList:t})=>(t.add("modal-static"),()=>t.remove("modal-static")),{animation:this.animation,runningTransition:"continue"})}static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275cmp=ge({type:e,selectors:[["ngb-modal-window"]],viewQuery:function(i,n){if(i&1&&Pt(cs,7),i&2){let s;Y(s=q())&&(n._dialogEl=s.first)}},hostAttrs:["tabindex","-1"],hostVars:8,hostBindings:function(i,n){i&2&&(he("aria-modal",!0)("aria-labelledby",n.ariaLabelledBy)("aria-describedby",n.ariaDescribedBy)("role",n.role),De("modal d-block"+(n.windowClass?" "+n.windowClass:"")),P("fade",n.animation))},inputs:{animation:"animation",ariaLabelledBy:"ariaLabelledBy",ariaDescribedBy:"ariaDescribedBy",backdrop:"backdrop",centered:"centered",fullscreen:"fullscreen",keyboard:"keyboard",role:"role",scrollable:"scrollable",size:"size",windowClass:"windowClass",modalDialogClass:"modalDialogClass"},outputs:{dismissEvent:"dismiss"},ngContentSelectors:zt,decls:4,vars:2,consts:[["dialog",""],["role","document"],[1,"modal-content"]],template:function(i,n){i&1&&(at(),st(0,"div",1,0)(2,"div",2),lt(3),rt()()),i&2&&De("modal-dialog"+(n.size?" modal-"+n.size:"")+(n.centered?" modal-dialog-centered":"")+n.fullscreenClass+(n.scrollable?" modal-dialog-scrollable":"")+(n.modalDialogClass?" "+n.modalDialogClass:""))},styles:[`ngb-modal-window .component-host-scrollable{display:flex;flex-direction:column;overflow:hidden}
|
|
3
|
+
`],encapsulation:2})}}return e})(),sr=(()=>{class e{constructor(){this._applicationRef=c(ci),this._injector=c(ue),this._environmentInjector=c(ni),this._document=c(re),this._scrollBar=c(er),this._activeWindowCmptHasChanged=new $,this._ariaHiddenValues=new Map,this._scrollBarRestoreFn=null,this._modalRefs=[],this._windowCmpts=[],this._activeInstances=new D;let t=c(ae);this._activeWindowCmptHasChanged.subscribe(()=>{if(this._windowCmpts.length){let i=this._windowCmpts[this._windowCmpts.length-1];Gs(t,i.location.nativeElement,this._activeWindowCmptHasChanged),this._revertAriaHidden(),this._setAriaHidden(i.location.nativeElement)}})}_restoreScrollBar(){let t=this._scrollBarRestoreFn;t&&(this._scrollBarRestoreFn=null,t())}_hideScrollBar(){this._scrollBarRestoreFn||(this._scrollBarRestoreFn=this._scrollBar.hide())}open(t,i,n){let s=n.container instanceof HTMLElement?n.container:Ce(n.container)?this._document.querySelector(n.container):this._document.body;if(!s)throw new Error(`The specified modal container "${n.container||"body"}" was not found in the DOM.`);this._hideScrollBar();let r=new Wt;t=n.injector||t;let a=t.get(ni,null)||this._environmentInjector,l=this._getContentRef(t,a,i,r,n),u=n.backdrop!==!1?this._attachBackdrop(s):void 0,d=this._attachWindowComponent(s,l.nodes),f=new Ai(d,l,u,n.beforeDismiss);return this._registerModalRef(f),this._registerWindowCmpt(d),f.hidden.pipe(tt(1)).subscribe(()=>Promise.resolve(!0).then(()=>{this._modalRefs.length||(this._document.body.classList.remove("modal-open"),this._restoreScrollBar(),this._revertAriaHidden())})),r.close=p=>{f.close(p)},r.dismiss=p=>{f.dismiss(p)},r.update=p=>{f.update(p)},f.update(n),this._modalRefs.length===1&&this._document.body.classList.add("modal-open"),u&&u.instance&&u.changeDetectorRef.detectChanges(),d.changeDetectorRef.detectChanges(),f}get activeInstances(){return this._activeInstances}dismissAll(t){this._modalRefs.forEach(i=>i.dismiss(t))}hasOpenModals(){return this._modalRefs.length>0}_attachBackdrop(t){let i=Bt(ir,{environmentInjector:this._applicationRef.injector,elementInjector:this._injector});return this._applicationRef.attachView(i.hostView),t.appendChild(i.location.nativeElement),i}_attachWindowComponent(t,i){let n=Bt(or,{environmentInjector:this._applicationRef.injector,elementInjector:this._injector,projectableNodes:i});return this._applicationRef.attachView(n.hostView),t.appendChild(n.location.nativeElement),n}_getContentRef(t,i,n,s,r){return n?n instanceof ot?this._createFromTemplateRef(n,s):Xt(n)?this._createFromString(n):this._createFromComponent(t,i,n,s,r):new ye([])}_createFromTemplateRef(t,i){let n={$implicit:i,close(r){i.close(r)},dismiss(r){i.dismiss(r)}},s=t.createEmbeddedView(n);return this._applicationRef.attachView(s),new ye([s.rootNodes],s)}_createFromString(t){let i=this._document.createTextNode(`${t}`);return new ye([[i]])}_createFromComponent(t,i,n,s,r){let a=ue.create({providers:[{provide:Wt,useValue:s}],parent:t}),l=Bt(n,{environmentInjector:i,elementInjector:a}),u=l.location.nativeElement;return r.scrollable&&u.classList.add("component-host-scrollable"),this._applicationRef.attachView(l.hostView),new ye([[u]],l.hostView,l)}_setAriaHidden(t){let i=t.parentElement;i&&t!==this._document.body&&(Array.from(i.children).forEach(n=>{n!==t&&n.nodeName!=="SCRIPT"&&(this._ariaHiddenValues.set(n,n.getAttribute("aria-hidden")),n.setAttribute("aria-hidden","true"))}),this._setAriaHidden(i))}_revertAriaHidden(){this._ariaHiddenValues.forEach((t,i)=>{t?i.setAttribute("aria-hidden",t):i.removeAttribute("aria-hidden")}),this._ariaHiddenValues.clear()}_registerModalRef(t){let i=()=>{let n=this._modalRefs.indexOf(t);n>-1&&(this._modalRefs.splice(n,1),this._activeInstances.emit(this._modalRefs))};this._modalRefs.push(t),this._activeInstances.emit(this._modalRefs),t.result.then(i,i)}_registerWindowCmpt(t){this._windowCmpts.push(t),this._activeWindowCmptHasChanged.next(),t.onDestroy(()=>{let i=this._windowCmpts.indexOf(t);i>-1&&(this._windowCmpts.splice(i,1),this._activeWindowCmptHasChanged.next())})}static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275prov=K({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})(),rr=(()=>{class e{constructor(){this._injector=c(ue),this._modalStack=c(sr),this._config=c(Zs)}open(t,i={}){let n=Zt(qi(Zt({},this._config),{animation:this._config.animation}),i);return this._modalStack.open(this._injector,t,n)}get activeInstances(){return this._modalStack.activeInstances}dismissAll(t){this._modalStack.dismissAll(t)}hasOpenModals(){return this._modalStack.hasOpenModals()}static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275prov=K({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})(),oo=(()=>{class e{static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275mod=I({type:e})}static{this.\u0275inj=N({providers:[rr]})}}return e})(),ar=(()=>{class e{constructor(){this._ngbConfig=c(Ye),this.destroyOnHide=!0,this.orientation="horizontal",this.roles="tablist",this.keyboard=!0}get animation(){return this._animation??this._ngbConfig.animation}set animation(t){this._animation=t}static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275prov=K({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})(),so=e=>Ce(e)&&e!=="",lr=0,cr=(()=>{class e{constructor(){this.templateRef=c(ot)}static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275dir=T({type:e,selectors:[["ng-template","ngbNavContent",""]]})}}return e})();var ro=(()=>{class e{constructor(){this._nav=c(ao),this._nativeElement=c(W).nativeElement,this.disabled=!1,this.shown=new D,this.hidden=new D}ngOnInit(){Ce(this.domId)||(this.domId=`ngb-nav-${lr++}`)}get active(){return this._nav.activeId===this.id}get id(){return so(this._id)?this._id:this.domId}get panelDomId(){return`${this.domId}-panel`}isPanelInDom(){return(Ce(this.destroyOnHide)?!this.destroyOnHide:!this._nav.destroyOnHide)||this.active}isNgContainer(){return this._nativeElement.nodeType===Node.COMMENT_NODE}static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275dir=T({type:e,selectors:[["","ngbNavItem",""]],contentQueries:function(i,n,s){if(i&1&&_e(s,cr,4),i&2){let r;Y(r=q())&&(n.contentTpl=r.first)}},hostAttrs:[1,"nav-item"],inputs:{destroyOnHide:"destroyOnHide",disabled:"disabled",domId:"domId",_id:[0,"ngbNavItem","_id"]},outputs:{shown:"shown",hidden:"hidden"},exportAs:["ngbNavItem"]})}}return e})(),ao=(()=>{class e{constructor(t){this.role=t,this._config=c(ar),this._cd=c(fe),this._document=c(re),this._nativeElement=c(W).nativeElement,this.destroyRef=c(oi),this._navigatingWithKeyboard=!1,this.activeIdChange=new D,this.animation=this._config.animation,this.destroyOnHide=this._config.destroyOnHide,this.orientation=this._config.orientation,this.roles=this._config.roles,this.keyboard=this._config.keyboard,this.shown=new D,this.hidden=new D,this.navItemChange$=new $,this.navChange=new D}click(t){t.disabled||this._updateActiveId(t.id)}onFocusout({relatedTarget:t}){this._nativeElement.contains(t)||(this._navigatingWithKeyboard=!1)}onKeyDown(t){if(this.roles!=="tablist"||!this.keyboard)return;let i=this.links.filter(r=>!r.navItem.disabled),{length:n}=i,s=-1;if(i.forEach((r,a)=>{r.nativeElement===this._document.activeElement&&(s=a)}),n){switch(t.key){case"ArrowUp":case"ArrowLeft":s=(s-1+n)%n;break;case"ArrowRight":case"ArrowDown":s=(s+1)%n;break;case"Home":s=0;break;case"End":s=n-1;break}this.keyboard==="changeWithArrows"&&this.select(i[s].navItem.id),i[s].nativeElement.focus(),this._navigatingWithKeyboard=!0,t.preventDefault()}}select(t){this._updateActiveId(t,!1)}ngAfterContentInit(){if(!Ce(this.activeId)){let t=this.items.first?this.items.first.id:null;so(t)&&(this._updateActiveId(t,!1),this._cd.detectChanges())}this.items.changes.pipe(ct(this.destroyRef)).subscribe(()=>this._notifyItemChanged(this.activeId))}ngOnChanges({activeId:t}){t&&!t.firstChange&&this._notifyItemChanged(t.currentValue)}_updateActiveId(t,i=!0){if(this.activeId!==t){let n=!1;i&&this.navChange.emit({activeId:this.activeId,nextId:t,preventDefault:()=>{n=!0}}),n||(this.activeId=t,this.activeIdChange.emit(t),this._notifyItemChanged(t))}}_notifyItemChanged(t){this.navItemChange$.next(this._getItemById(t))}_getItemById(t){return this.items&&this.items.find(i=>i.id===t)||null}static{this.\u0275fac=function(i){return new(i||e)(ri("role"))}}static{this.\u0275dir=T({type:e,selectors:[["","ngbNav",""]],contentQueries:function(i,n,s){if(i&1&&(_e(s,ro,4),_e(s,lo,5)),i&2){let r;Y(r=q())&&(n.items=r),Y(r=q())&&(n.links=r)}},hostAttrs:[1,"nav"],hostVars:4,hostBindings:function(i,n){i&1&&pe("keydown.arrowLeft",function(r){return n.onKeyDown(r)})("keydown.arrowRight",function(r){return n.onKeyDown(r)})("keydown.arrowDown",function(r){return n.onKeyDown(r)})("keydown.arrowUp",function(r){return n.onKeyDown(r)})("keydown.Home",function(r){return n.onKeyDown(r)})("keydown.End",function(r){return n.onKeyDown(r)})("focusout",function(r){return n.onFocusout(r)}),i&2&&(he("aria-orientation",n.orientation==="vertical"&&n.roles==="tablist"?"vertical":void 0)("role",n.role?n.role:n.roles?"tablist":void 0),P("flex-column",n.orientation==="vertical"))},inputs:{activeId:"activeId",animation:"animation",destroyOnHide:"destroyOnHide",orientation:"orientation",roles:"roles",keyboard:"keyboard"},outputs:{activeIdChange:"activeIdChange",shown:"shown",hidden:"hidden",navChange:"navChange"},exportAs:["ngbNav"],features:[je]})}}return e})(),lo=(()=>{class e{constructor(t){this.role=t,this.navItem=c(ro),this.nav=c(ao),this.nativeElement=c(W).nativeElement}get tabindex(){return this.nav.keyboard===!1?this.navItem.disabled?-1:void 0:this.nav._navigatingWithKeyboard||this.navItem.disabled||!this.navItem.active?-1:void 0}static{this.\u0275fac=function(i){return new(i||e)(ri("role"))}}static{this.\u0275dir=T({type:e,selectors:[["","ngbNavLink",""]],hostAttrs:[1,"nav-link"],hostVars:12,hostBindings:function(i,n){i&2&&(ee("id",n.navItem.domId),he("role",n.role?n.role:n.nav.roles?"tab":void 0)("tabindex",n.tabindex)("aria-controls",n.navItem.isPanelInDom()?n.navItem.panelDomId:null)("aria-selected",n.navItem.active)("aria-disabled",n.navItem.disabled),P("nav-item",n.navItem.isNgContainer())("active",n.navItem.active)("disabled",n.navItem.disabled))}})}}return e})(),hu=(()=>{class e extends lo{static{this.\u0275fac=(()=>{let t;return function(n){return(t||(t=si(e)))(n||e)}})()}static{this.\u0275dir=T({type:e,selectors:[["button","ngbNavLink",""]],hostAttrs:["type","button"],hostVars:1,hostBindings:function(i,n){i&1&&pe("click",function(){return n.nav.click(n.navItem)}),i&2&&ee("disabled",n.navItem.disabled)},features:[li]})}}return e})();var dr=({classList:e})=>(e.remove("show"),()=>e.remove("active")),ur=(e,o)=>{o&&Kt(e),e.classList.add("show")},$n=(()=>{class e{constructor(){this.nativeElement=c(W).nativeElement}static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275dir=T({type:e,selectors:[["","ngbNavPane",""]],hostAttrs:[1,"tab-pane"],hostVars:5,hostBindings:function(i,n){i&2&&(ee("id",n.item.panelDomId),he("role",n.role?n.role:n.nav.roles?"tabpanel":void 0)("aria-labelledby",n.item.domId),P("fade",n.nav.animation))},inputs:{item:"item",nav:"nav",role:"role"}})}}return e})(),pu=(()=>{class e{constructor(){this._cd=c(fe),this._ngZone=c(ae),this._activePane=null}isPanelTransitioning(t){return this._activePane?.item===t}ngAfterViewInit(){this._updateActivePane(),this.nav.navItemChange$.pipe(ct(this.nav.destroyRef),ln(this._activePane?.item||null),sn(),an(1)).subscribe(t=>{let i={animation:this.nav.animation,runningTransition:"stop"};this._cd.detectChanges(),this._activePane?Z(this._ngZone,this._activePane.nativeElement,dr,i).subscribe(()=>{let n=this._activePane?.item;this._activePane=this._getPaneForItem(t),this._cd.markForCheck(),this._activePane&&(this._activePane.nativeElement.classList.add("active"),Z(this._ngZone,this._activePane.nativeElement,ur,i).subscribe(()=>{t&&(t.shown.emit(),this.nav.shown.emit(t.id))})),n&&(n.hidden.emit(),this.nav.hidden.emit(n.id))}):this._updateActivePane()})}_updateActivePane(){this._activePane=this._getActivePane(),this._activePane?.nativeElement.classList.add("show","active")}_getPaneForItem(t){return this._panes&&this._panes.find(i=>i.item===t)||null}_getActivePane(){return this._panes&&this._panes.find(t=>t.item.active)||null}static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275cmp=ge({type:e,selectors:[["","ngbNavOutlet",""]],viewQuery:function(i,n){if(i&1&&Pt($n,5),i&2){let s;Y(s=q())&&(n._panes=s)}},hostAttrs:[1,"tab-content"],inputs:{paneRole:"paneRole",nav:[0,"ngbNavOutlet","nav"]},attrs:ds,decls:2,vars:0,consts:[["ngbNavPane","",3,"item","nav","role"],[3,"ngTemplateOutlet","ngTemplateOutletContext"]],template:function(i,n){i&1&&kt(0,ps,1,1,null,null,un),i&2&&Ft(n.nav.items)},dependencies:[$n,mi],encapsulation:2,changeDetection:0})}}return e})();var co=(()=>{class e{static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275mod=I({type:e})}static{this.\u0275inj=N({})}}return e})();var uo=(()=>{class e{static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275mod=I({type:e})}static{this.\u0275inj=N({})}}return e})(),hr={hover:["mouseenter","mouseleave"],focus:["focusin","focusout"]};function pr(e){let o=(e||"").trim();if(o.length===0)return[];let t=o.split(/\s+/).map(n=>n.split(":")).map(n=>hr[n[0]]||n),i=t.filter(n=>n.includes("manual"));if(i.length>1)throw"Triggers parse error: only one manual trigger is allowed";if(i.length===1&&t.length>1)throw"Triggers parse error: manual trigger can't be mixed with other triggers";return i.length?[]:t}function _r(e,o,t,i,n,s=0,r=0,a=Et,l=Et){let u=pr(o);if(u.length===0)return()=>{};let d=new Set,f=[],p;function h(_,g){e.addEventListener(_,g),f.push(()=>e.removeEventListener(_,g))}function v(_,g){clearTimeout(p),g>0?p=setTimeout(_,g):_()}for(let[_,g]of u)if(g?(h(_,()=>{d.add(_),v(()=>d.size>0&&i(),s)}),h(g,()=>{d.delete(_),v(()=>d.size===0&&n(),r)})):h(_,()=>t()?v(n,r):v(i,s)),_==="mouseenter"&&g==="mouseleave"&&r>0){let w=a.subscribe(()=>{d.delete(_),clearTimeout(p)}),E=l.subscribe(()=>{d.delete(_),v(()=>d.size===0&&n(),r)});f.push(()=>w.unsubscribe(),()=>E.unsubscribe())}return f.push(()=>clearTimeout(p)),()=>f.forEach(_=>_())}var ho=(()=>{class e{static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275mod=I({type:e})}static{this.\u0275inj=N({})}}return e})();var po=(()=>{class e{static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275mod=I({type:e})}static{this.\u0275inj=N({})}}return e})();var _o=(()=>{class e{static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275mod=I({type:e})}static{this.\u0275inj=N({})}}return e})();var fo=(()=>{class e{static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275mod=I({type:e})}static{this.\u0275inj=N({})}}return e})();var go=(()=>{class e{static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275mod=I({type:e})}static{this.\u0275inj=N({})}}return e})();var mo=(()=>{class e{static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275mod=I({type:e})}static{this.\u0275inj=N({})}}return e})(),fr=(()=>{class e{constructor(){this._ngbConfig=c(Ye),this.autoClose=!0,this.placement="auto",this.popperOptions=t=>t,this.triggers="hover focus",this.disableTooltip=!1,this.openDelay=0,this.closeDelay=0}get animation(){return this._animation??this._ngbConfig.animation}set animation(t){this._animation=t}static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275prov=K({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})(),gr=0,mr=(()=>{class e{static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275cmp=ge({type:e,selectors:[["ngb-tooltip-window"]],hostAttrs:["role","tooltip"],hostVars:5,hostBindings:function(i,n){i&1&&pe("mouseenter",function(){return n.onMouseEnter()})("mouseleave",function(){return n.onMouseLeave()}),i&2&&(ee("id",n.id),De("tooltip"+(n.tooltipClass?" "+n.tooltipClass:"")),P("fade",n.animation))},inputs:{animation:"animation",id:"id",tooltipClass:"tooltipClass",onMouseEnter:"onMouseEnter",onMouseLeave:"onMouseLeave"},ngContentSelectors:zt,decls:3,vars:0,consts:[["data-popper-arrow","",1,"tooltip-arrow"],[1,"tooltip-inner"]],template:function(i,n){i&1&&(at(),pn(0,"div",0),st(1,"div",1),lt(2),rt())},styles:[`ngb-tooltip-window{pointer-events:none;position:absolute}ngb-tooltip-window .tooltip-inner{pointer-events:auto}ngb-tooltip-window.bs-tooltip-top,ngb-tooltip-window.bs-tooltip-bottom{padding-left:0;padding-right:0}ngb-tooltip-window.bs-tooltip-start,ngb-tooltip-window.bs-tooltip-end{padding-top:0;padding-bottom:0}
|
|
4
|
+
`],encapsulation:2,changeDetection:0})}}return e})(),_u=(()=>{class e{constructor(){this._config=c(fr),this.animation=this._config.animation,this.autoClose=this._config.autoClose,this.placement=this._config.placement,this.popperOptions=this._config.popperOptions,this.triggers=this._config.triggers,this.container=this._config.container,this.disableTooltip=this._config.disableTooltip,this.tooltipClass=this._config.tooltipClass,this.openDelay=this._config.openDelay,this.closeDelay=this._config.closeDelay,this.shown=new D,this.hidden=new D,this._nativeElement=c(W).nativeElement,this._ngZone=c(ae),this._document=c(re),this._changeDetector=c(fe),this._injector=c(ue),this._ngbTooltipWindowId=`ngb-tooltip-${gr++}`,this._popupService=new jt(mr),this._windowRef=null,this._positioning=Ui(),this._mouseEnterTooltip=new $,this._mouseLeaveTooltip=new $,this._opening=!0,this._transitioning=!1}set ngbTooltip(t){this._ngbTooltip=t,!t&&this._windowRef&&this.close()}get ngbTooltip(){return this._ngbTooltip}open(t){if(!this._opening&&this._transitioning&&(this._transitioning=!1,Gn(this._windowRef.location.nativeElement)),!this._windowRef&&this._ngbTooltip&&!this.disableTooltip){let{windowRef:i,transition$:n}=this._popupService.open(this._ngbTooltip,t??this.tooltipContext,this.animation);this._opening=!0,this._transitioning=!0,this._windowRef=i,this._windowRef.setInput("animation",this.animation),this._windowRef.setInput("tooltipClass",this.tooltipClass),this._windowRef.setInput("id",this._ngbTooltipWindowId),this._windowRef.setInput("onMouseEnter",()=>this._mouseEnterTooltip.next()),this._windowRef.setInput("onMouseLeave",()=>this._mouseLeaveTooltip.next()),this._getPositionTargetElement().setAttribute("aria-describedby",this._ngbTooltipWindowId),this.container==="body"&&this._document.body.appendChild(this._windowRef.location.nativeElement),this._windowRef.changeDetectorRef.detectChanges(),this._windowRef.changeDetectorRef.markForCheck(),this._ngZone.runOutsideAngular(()=>{this._positioning.createPopper({hostElement:this._getPositionTargetElement(),targetElement:this._windowRef.location.nativeElement,placement:this.placement,baseClass:"bs-tooltip",updatePopperOptions:s=>this.popperOptions(Li([0,6])(s))}),Promise.resolve().then(()=>{this._positioning.update()}),this._afterRenderRef=It({mixedReadWrite:()=>{this._positioning.update()}},{injector:this._injector})}),Hi(this._ngZone,this._document,this.autoClose,()=>this.close(),this.hidden,[this._windowRef.location.nativeElement],[this._nativeElement]),n.subscribe(()=>{this._transitioning&&(this._transitioning=!1,this.shown.emit())})}}close(t=this.animation){this._opening&&this._transitioning&&(this._transitioning=!1,Gn(this._windowRef.location.nativeElement)),this._windowRef!=null&&(this._getPositionTargetElement().removeAttribute("aria-describedby"),this._opening=!1,this._transitioning=!0,this._popupService.close(t).subscribe(()=>{this._windowRef=null,this._positioning.destroy(),this._afterRenderRef?.destroy(),this._transitioning&&(this._transitioning=!1,this.hidden.emit()),this._changeDetector.markForCheck()}))}toggle(){this._windowRef?this.close():this.open()}isOpen(){return this._windowRef!=null}ngOnInit(){this._unregisterListenersFn=_r(this._nativeElement,this.triggers,this.isOpen.bind(this),this.open.bind(this),this.close.bind(this),+this.openDelay,+this.closeDelay,this._mouseEnterTooltip,this._mouseLeaveTooltip)}ngOnChanges({tooltipClass:t}){t&&this.isOpen()&&this._windowRef.setInput("tooltipClass",t.currentValue)}ngOnDestroy(){this.close(!1),this._unregisterListenersFn?.()}_getPositionTargetElement(){return(Xt(this.positionTarget)?this._document.querySelector(this.positionTarget):this.positionTarget)||this._nativeElement}static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275dir=T({type:e,selectors:[["","ngbTooltip",""]],inputs:{animation:"animation",autoClose:"autoClose",placement:"placement",popperOptions:"popperOptions",triggers:"triggers",positionTarget:"positionTarget",container:"container",disableTooltip:"disableTooltip",tooltipClass:"tooltipClass",tooltipContext:"tooltipContext",openDelay:"openDelay",closeDelay:"closeDelay",ngbTooltip:"ngbTooltip"},outputs:{shown:"shown",hidden:"hidden"},exportAs:["ngbTooltip"],features:[je]})}}return e})(),vo=(()=>{class e{static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275mod=I({type:e})}static{this.\u0275inj=N({})}}return e})(),vr=(()=>{class e{constructor(){this.highlightClass="ngb-highlight",this.accentSensitive=!0}ngOnChanges(t){!this.accentSensitive&&!String.prototype.normalize&&(console.warn("The `accentSensitive` input in `ngb-highlight` cannot be set to `false` in a browser that does not implement the `String.normalize` function. You will have to include a polyfill in your application to use this feature in the current browser."),this.accentSensitive=!0);let i=mt(this.result),n=Array.isArray(this.term)?this.term:[this.term],s=u=>this.accentSensitive?u:An(u),r=n.map(u=>Es(s(mt(u)))).filter(u=>u),a=this.accentSensitive?i:An(i),l=r.length?a.split(new RegExp(`(${r.join("|")})`,"gmi")):[i];if(this.accentSensitive)this.parts=l;else{let u=0;this.parts=l.map(d=>i.substring(u,u+=d.length))}}static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275cmp=ge({type:e,selectors:[["ngb-highlight"]],inputs:{highlightClass:"highlightClass",result:"result",term:"term",accentSensitive:"accentSensitive"},features:[je],decls:2,vars:0,consts:[[3,"class"]],template:function(i,n){i&1&&kt(0,gs,2,1,null,null,di),i&2&&Ft(n.parts)},styles:[`.ngb-highlight{font-weight:700}
|
|
5
|
+
`],encapsulation:2,changeDetection:0})}}return e})(),br=new cn("live announcer delay",{providedIn:"root",factory:()=>100});function jn(e,o=!1){let t=e.body.querySelector("#ngb-live");return t==null&&o&&(t=e.createElement("div"),t.setAttribute("id","ngb-live"),t.setAttribute("aria-live","polite"),t.setAttribute("aria-atomic","true"),t.classList.add("visually-hidden"),e.body.appendChild(t)),t}var yr=(()=>{class e{constructor(){this._document=c(re),this._delay=c(br)}ngOnDestroy(){let t=jn(this._document);t&&t.parentElement.removeChild(t)}say(t){let i=jn(this._document,!0),n=this._delay;if(i!=null){i.textContent="";let s=()=>i.textContent=t;n===null?s():setTimeout(s,n)}}static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275prov=K({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})(),wr=(()=>{class e{constructor(){this.editable=!0,this.focusFirst=!0,this.selectOnExact=!1,this.showHint=!1,this.placement=["bottom-start","bottom-end","top-start","top-end"],this.popperOptions=t=>t}static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275prov=K({token:e,factory:e.\u0275fac,providedIn:"root"})}}return e})(),Dr=(()=>{class e{constructor(){this.activeIdx=0,this.focusFirst=!0,this.formatter=mt,this.selectEvent=new D,this.activeChangeEvent=new D}hasActive(){return this.activeIdx>-1&&this.activeIdx<this.results.length}getActive(){return this.results[this.activeIdx]}markActive(t){this.activeIdx=t,this._activeChanged()}next(){this.activeIdx===this.results.length-1?this.activeIdx=this.focusFirst?(this.activeIdx+1)%this.results.length:-1:this.activeIdx++,this._activeChanged()}prev(){this.activeIdx<0?this.activeIdx=this.results.length-1:this.activeIdx===0?this.activeIdx=this.focusFirst?this.results.length-1:-1:this.activeIdx--,this._activeChanged()}resetActive(){this.activeIdx=this.focusFirst?0:-1,this._activeChanged()}select(t){this.selectEvent.emit(t)}ngOnInit(){this.resetActive()}_activeChanged(){this.activeChangeEvent.emit(this.activeIdx>=0?this.id+"-"+this.activeIdx:void 0)}static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275cmp=ge({type:e,selectors:[["ngb-typeahead-window"]],hostAttrs:["role","listbox"],hostVars:3,hostBindings:function(i,n){i&1&&pe("mousedown",function(r){return r.preventDefault()}),i&2&&(ee("id",n.id),De("dropdown-menu show"+(n.popupClass?" "+n.popupClass:"")))},inputs:{id:"id",focusFirst:"focusFirst",results:"results",term:"term",formatter:"formatter",resultTemplate:"resultTemplate",popupClass:"popupClass"},outputs:{selectEvent:"select",activeChangeEvent:"activeChange"},exportAs:["ngbTypeaheadWindow"],decls:4,vars:0,consts:[["rt",""],["type","button","role","option",1,"dropdown-item",3,"id","active"],[3,"result","term"],["type","button","role","option",1,"dropdown-item",3,"mouseenter","click","id"],[3,"ngTemplateOutlet","ngTemplateOutletContext"]],template:function(i,n){i&1&&(Rt(0,vs,1,2,"ng-template",null,0,wn),kt(2,ys,2,9,"button",1,di)),i&2&&(Fe(2),Ft(n.results))},dependencies:[vr,mi],encapsulation:2})}}return e})(),Or=0,fu=(()=>{class e{constructor(){this._nativeElement=c(W).nativeElement,this._config=c(wr),this._live=c(yr),this._document=c(re),this._ngZone=c(ae),this._changeDetector=c(fe),this._injector=c(ue),this._popupService=new jt(Dr),this._positioning=Ui(),this._subscription=null,this._closed$=new $,this._inputValueBackup=null,this._inputValueForSelectOnExact=null,this._valueChanges$=X(this._nativeElement,"input").pipe(xe(t=>t.target.value)),this._resubscribeTypeahead$=new en(null),this._windowRef=null,this.autocomplete="off",this.container=this._config.container,this.editable=this._config.editable,this.focusFirst=this._config.focusFirst,this.selectOnExact=this._config.selectOnExact,this.showHint=this._config.showHint,this.placement=this._config.placement,this.popperOptions=this._config.popperOptions,this.selectItem=new D,this.activeDescendant=null,this.popupId=`ngb-typeahead-${Or++}`,this._onTouched=()=>{},this._onChange=t=>{}}ngOnInit(){this._subscribeToUserInput()}ngOnChanges({ngbTypeahead:t}){t&&!t.firstChange&&(this._unsubscribeFromUserInput(),this._subscribeToUserInput())}ngOnDestroy(){this._closePopup(),this._unsubscribeFromUserInput()}registerOnChange(t){this._onChange=t}registerOnTouched(t){this._onTouched=t}writeValue(t){this._writeInputValue(this._formatItemForInput(t)),this.showHint&&(this._inputValueBackup=t)}setDisabledState(t){this._nativeElement.disabled=t}dismissPopup(){this.isPopupOpen()&&(this._resubscribeTypeahead$.next(null),this._closePopup(),this.showHint&&this._inputValueBackup!==null&&this._writeInputValue(this._inputValueBackup),this._changeDetector.markForCheck())}isPopupOpen(){return this._windowRef!=null}handleBlur(){this._resubscribeTypeahead$.next(null),this._onTouched()}handleKeyDown(t){if(this.isPopupOpen())switch(t.key){case"ArrowDown":t.preventDefault(),this._windowRef.instance.next(),this._showHint();break;case"ArrowUp":t.preventDefault(),this._windowRef.instance.prev(),this._showHint();break;case"Enter":case"Tab":{let i=this._windowRef.instance.getActive();Ce(i)&&(t.preventDefault(),t.stopPropagation(),this._selectResult(i)),this._closePopup();break}}}_openPopup(){if(!this.isPopupOpen()){this._inputValueBackup=this._nativeElement.value;let{windowRef:t}=this._popupService.open();this._windowRef=t,this._windowRef.setInput("id",this.popupId),this._windowRef.setInput("popupClass",this.popupClass),this._windowRef.instance.selectEvent.subscribe(i=>this._selectResultClosePopup(i)),this._windowRef.instance.activeChangeEvent.subscribe(i=>this.activeDescendant=i),this.container==="body"&&(this._windowRef.location.nativeElement.style.zIndex="1055",this._document.body.appendChild(this._windowRef.location.nativeElement)),this._changeDetector.markForCheck(),this._ngZone.runOutsideAngular(()=>{this._windowRef&&(this._positioning.createPopper({hostElement:this._nativeElement,targetElement:this._windowRef.location.nativeElement,placement:this.placement,updatePopperOptions:i=>this.popperOptions(Li([0,2])(i))}),this._afterRenderRef=It({mixedReadWrite:()=>{this._positioning.update()}},{injector:this._injector}))}),Hi(this._ngZone,this._document,"outside",()=>this.dismissPopup(),this._closed$,[this._nativeElement,this._windowRef.location.nativeElement])}}_closePopup(){this._popupService.close().subscribe(()=>{this._positioning.destroy(),this._afterRenderRef?.destroy(),this._closed$.next(),this._windowRef=null,this.activeDescendant=null})}_selectResult(t){let i=!1;this.selectItem.emit({item:t,preventDefault:()=>{i=!0}}),this._resubscribeTypeahead$.next(null),i||(this.writeValue(t),this._onChange(t))}_selectResultClosePopup(t){this._selectResult(t),this._closePopup()}_showHint(){if(this.showHint&&this._windowRef?.instance.hasActive()&&this._inputValueBackup!=null){let t=this._inputValueBackup.toLowerCase(),i=this._formatItemForInput(this._windowRef.instance.getActive());t===i.substring(0,this._inputValueBackup.length).toLowerCase()?(this._writeInputValue(this._inputValueBackup+i.substring(this._inputValueBackup.length)),this._nativeElement.setSelectionRange.apply(this._nativeElement,[this._inputValueBackup.length,i.length])):this._writeInputValue(i)}}_formatItemForInput(t){return t!=null&&this.inputFormatter?this.inputFormatter(t):mt(t)}_writeInputValue(t){this._nativeElement.value=mt(t)}_subscribeToUserInput(){let t=this._valueChanges$.pipe(it(i=>{this._inputValueBackup=this.showHint?i:null,this._inputValueForSelectOnExact=this.selectOnExact?i:null,this._onChange(this.editable?i:null)}),this.ngbTypeahead?this.ngbTypeahead:()=>et([]));this._subscription=this._resubscribeTypeahead$.pipe(ti(()=>t)).subscribe(i=>{!i||i.length===0?this._closePopup():this.selectOnExact&&i.length===1&&this._formatItemForInput(i[0])===this._inputValueForSelectOnExact?(this._selectResult(i[0]),this._closePopup()):(this._openPopup(),this._windowRef.setInput("focusFirst",this.focusFirst),this._windowRef.setInput("results",i),this._windowRef.setInput("term",this._nativeElement.value),this.resultFormatter&&this._windowRef.setInput("formatter",this.resultFormatter),this.resultTemplate&&this._windowRef.setInput("resultTemplate",this.resultTemplate),this._windowRef.instance.resetActive(),this._windowRef.changeDetectorRef.detectChanges(),this._showHint());let n=i?i.length:0;this._live.say(n===0?"No results available":`${n} result${n===1?"":"s"} available`)})}_unsubscribeFromUserInput(){this._subscription&&this._subscription.unsubscribe(),this._subscription=null}static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275dir=T({type:e,selectors:[["input","ngbTypeahead",""]],hostAttrs:["autocapitalize","off","autocorrect","off","role","combobox"],hostVars:7,hostBindings:function(i,n){i&1&&pe("blur",function(){return n.handleBlur()})("keydown",function(r){return n.handleKeyDown(r)}),i&2&&(ee("autocomplete",n.autocomplete),he("aria-autocomplete",n.showHint?"both":"list")("aria-activedescendant",n.activeDescendant)("aria-controls",n.isPopupOpen()?n.popupId:null)("aria-expanded",n.isPopupOpen()),P("open",n.isPopupOpen()))},inputs:{autocomplete:"autocomplete",container:"container",editable:"editable",focusFirst:"focusFirst",inputFormatter:"inputFormatter",ngbTypeahead:"ngbTypeahead",resultFormatter:"resultFormatter",resultTemplate:"resultTemplate",selectOnExact:"selectOnExact",showHint:"showHint",placement:"placement",popperOptions:"popperOptions",popupClass:"popupClass"},outputs:{selectItem:"selectItem"},exportAs:["ngbTypeahead"],features:[gi([{provide:Dn,useExisting:ii(()=>e),multi:!0}]),je]})}}return e})(),bo=(()=>{class e{static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275mod=I({type:e})}static{this.\u0275inj=N({})}}return e})();var yo=(()=>{class e{static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275mod=I({type:e})}static{this.\u0275inj=N({})}}return e})(),Er=[Kn,Qn,Jn,Yn,eo,no,oo,co,yo,uo,ho,po,_o,fo,go,mo,vo,bo],gu=(()=>{class e{static{this.\u0275fac=function(i){return new(i||e)}}static{this.\u0275mod=I({type:e})}static{this.\u0275inj=N({imports:[Er,Kn,Qn,Jn,Yn,eo,no,oo,co,yo,uo,ho,po,_o,fo,go,mo,vo,bo]})}}return e})();export{tu as a,ks as b,iu as c,nu as d,vt as e,Xn as f,ou as g,to as h,du as i,qs as j,uu as k,io as l,Wt as m,rr as n,cr as o,ro as p,ao as q,hu as r,pu as s,_u as t,fu as u,gu as v};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{a}from"./chunk-KTE7SASZ.js";import"./chunk-B4AJQJMI.js";export default a();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{a}from"./chunk-IUXXJEPG.js";import"./chunk-B4AJQJMI.js";export default a();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{e}from"./chunk-B4AJQJMI.js";var s=e((t,i)=>{i.exports={"accessories.accessory_info":"Accessory Information","accessories.bridge_ip":"Bridge IP","accessories.bridge_port":"Bridge Port","accessories.button_add_room":"Oda Ekle","accessories.button_hidden_hide":"Hide Hidden","accessories.button_hidden_show":"Show Hidden","accessories.button_remove":"Remove From Cache","accessories.control.adaptive_lighting":"Adaptive Lighting","accessories.control.adaptive_lighting_note":"Some plugins may automatically re-enable Adaptive Lighting when changing this.","accessories.control.auto":"Otomatik","accessories.control.away":"Uzakta","accessories.control.battery_charged":"Charged","accessories.control.battery_charging":"\u015Earj Oluyor","accessories.control.battery_low":"Battery Low","accessories.control.battery_notchargeable":"\u015Earj Edilemez","accessories.control.battery_notcharging":"\u015Earj Olmuyor","accessories.control.brightness":"Parlakl\u0131k","accessories.control.cleaning":"Cleaning","accessories.control.closed":"Kapand\u0131","accessories.control.closing":"Kapan\u0131yor","accessories.control.color_temperature":"Color Temperature","accessories.control.cool":"Serin","accessories.control.current":"Current","accessories.control.default_room":"Varsay\u0131lan Oda","accessories.control.dehumidify":"Dehumidify","accessories.control.detected":"Detected","accessories.control.direction_control":"Direction Control","accessories.control.drag_here":"Drag Here","accessories.control.filter_level":"Filter Life","accessories.control.heat":"S\u0131cak","accessories.control.home":"Ev","accessories.control.hue":"Hue","accessories.control.humidify":"Humidify","accessories.control.idle":"Idle","accessories.control.input":"Input List","accessories.control.input_control":"Input Control","accessories.control.jammed":"Jammed","accessories.control.lock_auto":"Auto Lock Timer","accessories.control.locked":"Kilitli","accessories.control.manual":"Manual","accessories.control.media_control":"Media Control","accessories.control.microphone":"Microphone","accessories.control.mode":"Mode","accessories.control.mode_control":"Mode Control","accessories.control.mute":"Sessiz","accessories.control.mute_control":"Mute Control","accessories.control.night":"Gece","accessories.control.no_data":"No Data","accessories.control.not_detected":"Not Detected","accessories.control.not_mute":"Audible","accessories.control.obstructed":"Obstructed","accessories.control.off":"Kapal\u0131","accessories.control.on":"A\xE7\u0131k","accessories.control.open":"A\xE7\u0131k","accessories.control.opening":"A\xE7\u0131l\u0131yor","accessories.control.pause":"Pause","accessories.control.paused":"Paused","accessories.control.play":"Play","accessories.control.replace":"Replace","accessories.control.rotation_c_clockwise":"Counter Clockwise","accessories.control.rotation_clockwise":"Clockwise","accessories.control.rotation_direction":"Rotation Direction","accessories.control.rotation_speed":"D\xF6nme H\u0131z\u0131","accessories.control.running":"\xC7al\u0131\u015F\u0131yor","accessories.control.saturation":"Saturation","accessories.control.set_duration":"Set Duration","accessories.control.speaker":"Speaker","accessories.control.speaker_volume":"Ses Seviyesi","accessories.control.state_control":"State Control","accessories.control.stateless":"Stateless","accessories.control.stop":"Stop","accessories.control.stopped":"Durdu","accessories.control.target":"Hedef","accessories.control.target_auto":"Auto Target","accessories.control.threshold_auto":"Auto Threshold","accessories.control.triggered":"Tetiklendi","accessories.control.unknown":"Bilinmeyen","accessories.control.unlocked":"Kilidi A\xE7\u0131ld\u0131","accessories.control_disabled":"Homebridge Aksesuar Kontrol\xFC Devre D\u0131\u015F\u0131 B\u0131rak\u0131ld\u0131","accessories.core.air_purifier":"Air Purifier","accessories.core.air_quality_sensor":"Air Quality Sensor","accessories.core.battery":"Battery","accessories.core.carbon_dioxide_sensor":"Carbon Dioxide Sensor","accessories.core.carbon_monoxide_sensor":"Carbon Monoxide Sensor","accessories.core.contact_sensor":"Contact Sensor","accessories.core.cooler":"Cooler","accessories.core.dehumidifier":"Dehumidifier","accessories.core.door":"Door","accessories.core.doorbell":"Doorbell","accessories.core.fan":"Fan","accessories.core.faucet_valve":"Valve","accessories.core.filter_maintenance":"Filter Maintenance","accessories.core.garage_door_opener":"Garage Door Opener","accessories.core.generic_valve":"Valve","accessories.core.heater":"Heater","accessories.core.heater_cooler":"Heater Cooler","accessories.core.humidifier":"Humidifier","accessories.core.humidifier_dehumidifier":"Humidifier Dehumidifier","accessories.core.humidity_sensor":"Humidity Sensor","accessories.core.irrigation_system":"Irrigation System","accessories.core.irrigation_valve":"Valve","accessories.core.leak_sensor":"Leak Sensor","accessories.core.light_sensor":"Light Sensor","accessories.core.lightbulb":"Lightbulb","accessories.core.lock_mechanism":"Lock Mechanism","accessories.core.microphone":"Microphone","accessories.core.motion_sensor":"Motion Sensor","accessories.core.occupancy_sensor":"Occupancy Sensor","accessories.core.on_off_light":"Lightbulb","accessories.core.on_off_light_switch":"Switch","accessories.core.on_off_plug_in_unit":"Outlet","accessories.core.outlet":"Outlet","accessories.core.robot_vacuum":"Robot Vacuum","accessories.core.robotic_vacuum_cleaner":"Robot Vacuum","accessories.core.security_system":"Security System","accessories.core.shower_head_valve":"Valve","accessories.core.smoke_sensor":"Smoke Sensor","accessories.core.speaker":"Speaker","accessories.core.stateless_programmable_switch":"Stateless Programmable Switch","accessories.core.switch":"Switch","accessories.core.television":"Television","accessories.core.temperature_sensor":"Temperature Sensor","accessories.core.thermostat":"Thermostat","accessories.core.valve":"Valve","accessories.core.washing_machine":"Washing Machine","accessories.core.window":"Window","accessories.core.window_covering":"Window Covering","accessories.custom_name":"Custom Name","accessories.custom_type":"Custom Type","accessories.hide_this_accessory":"Bu aksesuar\u0131 gizle","accessories.message_must_use_insecure_mode":"Aksesuarlar\u0131n\u0131z\u0131 kontrol etmek i\xE7in Homebridge'i emniyetsiz modda \xE7al\u0131\u015Ft\u0131r\u0131yor olmal\u0131s\u0131n\u0131z {{ link }}.","accessories.name":"Ad","accessories.no_plugins.message_1":"Accessories are created and managed by Homebridge plugins.","accessories.no_plugins.message_2":"You can find and install plugins from the plugins page.","accessories.no_plugins.title":"No Plugins Installed","accessories.only_ui":"These settings are only for the Homebridge UI and <strong>will not be reflected in HomeKit</strong>.","accessories.only_ui_2":"These options are unique to your Homebridge UI account.","accessories.plugin":"Plugin","accessories.room_name":"Oda Ad\u0131","accessories.service":"Service","accessories.service_info":"Service Information","accessories.settings_link":"You can access the Homebridge Settings at any time from the cog icon in the side menu.","accessories.show_on_dashboard":"G\xF6sterge paneli arac\u0131nda g\xF6ster","accessories.support.acc_1":"Accessories may take a few minutes to appear on this screen after a Homebridge restart or after being added. If accessories are consistently missing, try changing the mDNS advertiser in the settings.","accessories.support.acc_2":"You can change the type of certain accessories in the UI (like showing a switch as a heater). You can do this by clicking on the three bars that appear in the top-right corner of the accessory tile as you hover over it. A 'Custom Type' option will appear if the accessory supports this. Note this will not change the accessory in HomeKit (only a plugin can do this).","accessories.support.rooms_1":"The rooms you create here will not appear in HomeKit, they are only for the organisation of accessories in the Homebridge UI.","accessories.support.rooms_2":"To rename an existing room, create a new room with the desired name and move the accessories to the new room.","accessories.support.rooms_3":"To delete an existing room, move all its accessories to another room and refresh the page.","accessories.title_rooms":"Rooms","backup.backup_delete_failed":"Backup deletion failed. See logs for details.","backup.backup_download_failed":"Yedekleme \u0130ndirme Ba\u015Far\u0131s\u0131z","backup.backup_exceeds_max_size":"Backup ({{ backupSize }}) exceeds maximum restore file size of {{ maxBackupSizeText }}","backup.backup_help_one":"Homebridge ortam\u0131n\u0131n tamam\u0131 i\xE7in bir yedekleme ar\u015Fivin indirin. Bu i\u015Flem daha sonra Homebridge UI \xE7al\u0131\u015Ft\u0131rabilen herhangi bir platformda geri y\xFCkleyebilece\u011Finiz, Homebridge depolama dizininin t\xFCm i\xE7eri\u011Fini yedekler.","backup.backup_help_two":"npm \xFCzerinde bar\u0131nd\u0131r\u0131lmayan, veya direkt Github \xFCzerinden kurulmu\u015F eklentiler yedeklenmeyecek ve geri y\xFCklenemeyecektir.","backup.backup_now":"Backup Now","backup.backup_now_desc":"Generate and download an up-to-date backup file.","backup.backup_now_save_desc":"Generate an up-to-date backup file in your backup storage directory.","backup.backup_restored":"Yedekleme Ar\u015Fivi Geri Y\xFCklendi","backup.backup_warning":"Yedekleme ar\u015Fivleri hassas bilgiler bar\u0131nd\u0131r\u0131rlar ve ba\u015Fka ki\u015Filerle payla\u015F\u0131lmamal\u0131d\u0131rlar.","backup.files_auto":"Stored Backup Files","backup.label_extracting":"Extracting Archive","backup.label_uploading":"Y\xFCkleniyor\u2026","backup.load_error":"Failed to load config backup.","backup.restore_failed":"Geri Y\xFCkleme Ba\u015Far\u0131s\u0131z","backup.restore_help_one":"Daha \xF6ncesinde Homebridge UI kullanarak olu\u015Fturdu\u011Funuz bir yedekleme ar\u015Fivini geri y\xFCkleyin. Homebridge yap\u0131land\u0131rman\u0131z, \xF6nbelle\u011Fe al\u0131nm\u0131\u015F aksesuarlar\u0131n\u0131z, HomeKit e\u015Flemeleriniz ve Homebridge UI kullan\u0131c\u0131 hesaplar\u0131n\u0131z geri y\xFCklenecek. Ayr\u0131ca \xF6nceden kurdu\u011Funuz herhangi bir Homebridge eklentisi de npm \xFCzerinden indirilecek.","backup.restore_help_two":"Bir yede\u011Fi geri y\xFCkledikten sonra yedekteki kimlik bilgilerini kullanarak Homebridge UI'e giri\u015F yapman\u0131z gerekecek.","backup.restore_max_size":"You can restore a backup archive up to {{ maxBackupSizeText }} in size.","backup.restore_now":"Restore Now","backup.restore_now_desc":"Restore from a previously downloaded backup file.","backup.restore_warning":"Bir yede\u011Fi geri y\xFCklemek, mevcuttaki Homebridge yap\u0131land\u0131rmas\u0131n\u0131 geri al\u0131namaz \u015Fekilde ge\xE7ersiz k\u0131lacak.","backup.scheduled_backup_disabled":"Scheduled backups have been disabled via the configuration.","backup.scheduled_backup_time":"Homebridge'in tam bir yede\u011Fi otomatik olarak her g\xFCn \u015Fu saatde: {{ backupTime }} olu\u015Fturulacak ve {{ dayCount }} g\xFCn boyunca saklanacak.","backup.settings_enable":"Enable Automated Backups","backup.settings_path":"Backup Storage Path","backup.settings_path_desc":"If you are changing this from the default, please ensure the directory exists and is writable by the Homebridge user.","backup.settings_title":"Backup Settings","backup.title_backup":"Backup & Restore","child_bridge.about":"Homebridge allows you to run your plugin's platform or accessory as an isolated child bridge {{ link }}. This can improve the general responsiveness and reliability of Homebridge.","child_bridge.bridge_connect":"Connect to HomeKit","child_bridge.bridge_settings":"Child Bridge Config","child_bridge.bridges":"Bridges","child_bridge.bridges_paired":"Each child bridge platform or accessory will need to be paired with HomeKit separately.","child_bridge.bridges_paired_2":"If you set up a child bridge now and later disable it, any accessories on this bridge will be removed and re-created on the main Homebridge bridge.","child_bridge.config.accessory":"Accessory","child_bridge.config.debug":"Debug Mode","child_bridge.config.enable_hap":"Enable HAP","child_bridge.config.firmware":"Firmware Version","child_bridge.config.hide_pairing_alert":"Hide Pairing Alert","child_bridge.config.manufacturer":"Manufacturer","child_bridge.config.matter_note_1":"Plugins must be updated by the developer to support Matter accessories. There is no use in enabling Matter here unless you definitely know the plugin supports it.","child_bridge.config.matter_note_2":"Matter accessories don't appear in the Homebridge UI accessories screen. They can be managed using the Home app or other Matter controllers.","child_bridge.config.model":"Model","child_bridge.config.name":"Name","child_bridge.config.or_link":"Link Existing Bridge","child_bridge.config.platform":"Platform","child_bridge.config.port":"Port","child_bridge.config.prevent":"Cannot disable a child bridge with linked accessories.","child_bridge.config.select_existing":"Select an existing bridge...","child_bridge.config.use":"Use Child Bridge","child_bridge.confirm_delete_1":"The following child bridges will be removed.","child_bridge.confirm_delete_2":"You will need to remove the paired bridges manually from the Home app. Any accessories will be removed and re-created on the main Homebridge bridge.","child_bridge.must_configure_plugin":"You need to configure this plugin before you can manage its bridge settings.","child_bridge.reset_accessories":"Reset Accessories","child_bridge.restart":"Restart Child Bridge","child_bridge.restart_plural":"Restart Child Bridges","child_bridge.return_to_pair":"Return to this screen after Homebridge has restarted to view the pairing QR code.","child_bridge.setup":"Set Up Child Bridge","child_bridge.start":"Start Child Bridge","child_bridge.start_plural":"Start Child Bridges","child_bridge.stop":"Stop Child Bridge","child_bridge.stop_plural":"Stop Child Bridges","common.labels.beta":"beta","common.labels.no_confirmation":"There is no confirmation when clicking the button, it will immediately perform the action.","common.phrases.are_you_sure":"Are you sure you want to continue anyway?","common.phrases.support":"Feel like there is something useful we could add here? Let us know on {{ github }} or {{ discord }}!","config.config_accessory_must_be_array":"aksesuarlar bir dizi olmal\u0131 []","config.config_bridge_missing":"K\xF6pr\xFC ayarlar\u0131 eksik","config.config_invalid_json":"Yap\u0131land\u0131rma ge\xE7ersiz JSON bi\xE7imi i\xE7eriyor","config.config_platform_must_be_array":"platformlar bir dizi olmal\u0131 []","config.config_saved":"Configuration Saved","config.config_username_error":"K\xF6pr\xFC kullan\u0131c\u0131 ad\u0131 6 \xE7ift, iki nokta \xFCst \xFCste ile ayr\u0131lm\u0131\u015F onalt\u0131l\u0131k karakterlerden olu\u015Fmal\u0131d\u0131r (A-F 0-9)","config.error_blocks_objects":"All {{ type }} blocks must be objects.","config.error_blocks_type":"All {{ type }} blocks must contain the {{ type }} attribute.","config.error_string_array":"Each item in the {{ key }} array must be a string.","config.error_string_type":"The {{ type }} attribute must be a string.","config.failed_to_save_config":"Yap\u0131land\u0131rma kaydedilemedi","config.hide_hap_pairing":"Hide HAP Pairing Alert","config.hide_matter_pairing":"Hide Matter Pairing Alert","config.hide_plugin_updates":"Hide Plugin Updates For","config.no_restart":"A restart is not needed as no changes were made to the Homebridge configuration.","config.restore.confirm":"Bu yede\u011Fi geri y\xFCklemek istedi\u011Finizi onaylamak i\xE7in Kaydet'e t\u0131klay\u0131n.","config.restore.copy_to_editor":"Edit\xF6re Kopyala","config.restore.download":"Download your current configuration as a JSON file.","config.restore.help_1":"A backup of your config file is created each time it is updated from actions you take in the Homebridge UI.","config.restore.help_2":"You can restore a previous version of your config file by selecting it from the list below. You will be able to compare this version with your current config before deciding whether to restore it.","config.restore.title":"Config File Backup & Restore","config.restore.toast_backups_deleted":"T\xFCm Yedeklemeler Silindi","config.restore.view_inline":"Inline View","config.restore.view_side_by_side":"Side-By-Side View","config.title_backup_loaded":"Yedekleme Y\xFCklendi","form.button_allow":"Allow","form.button_back":"Back","form.button_cancel":"\u0130ptal Et","form.button_close":"Kapat","form.button_continue":"Continue","form.button_delete":"Sil","form.button_delete_all":"Delete All","form.button_disable":"Disable","form.button_download":"\u0130ndir","form.button_edit":"D\xFCzenle","form.button_enable":"Enable","form.button_lock":"Lock","form.button_more_info":"More Info","form.button_remove":"Remove","form.button_reset":"Reset","form.button_restore":"Yedekten Geri Y\xFCkle","form.button_save":"Kaydet","form.button_show":"Show","form.button_unlock":"Unlock","form.button_unpair":"Unpair","form.label.changes_kept":"Note that existing selections/changes are preserved when switching between items.","form.label_invalid":"Config validation failed - you can still save your changes.","form.label_invalid_strict":"Config validation failed - please review the form before saving.","form.label_valid":"Config validation passed.","form.optional":"Optional","form.search":"Search...","form.select.auto":"Automatic (Use Browser Settings)","login.invalid_code":"The code entered is incorrect or has expired","login.invalid_credentials":"Ge\xE7ersiz Kullan\u0131c\u0131 Ad\u0131 ve Parola","login.invalid_credentials_2":"If you lose access, delete the <code>auth.json</code> file in your Homebridge storage directory and restart Homebridge. Then refresh this page to set up a new admin account. Your Homebridge/UI settings will remain unchanged, except for UI user accounts. The only user account will be the admin account that you are setting up now.","login.invalid_password":"Invalid Password","login.label_2fa_code":"\u0130ki A\u015Famal\u0131 Do\u011Frulama Kodu","logs.download.error":"Failed to download log file.","logs.download_warning":"Homebridge g\xFCnl\xFCk dosyalar\u0131 ki\u015Fisel bilgiler, parolalar ve eri\u015Fim belirte\xE7leri i\xE7eriyor olabilir. L\xFCtfen ba\u015Fka ki\u015Filerle payla\u015Fmadan \xF6nce g\xFCnl\xFCk dosyas\u0131n\u0131 inceleyin ve t\xFCm hassas bilgileri kald\u0131r\u0131n.","logs.log_file_truncated":"G\xFCnl\xFCk dosyas\u0131 budand\u0131.","logs.placeholder_search_logs":"Search logs (min. 3 characters)...","logs.title_download_log_file":"G\xFCnl\xFCk Dosyas\u0131n\u0131 \u0130ndir","logs.title_truncate_log_file":"G\xFCnl\xFCk Dosyas\u0131n\u0131 Buda","logs.truncate.error":"Failed to truncate log file.","logs.truncate_log_warning":"Bu i\u015Flem mevcuttaki Homebridge g\xFCnl\xFCklerini geri al\u0131namaz \u015Fekilde silecektir. Devam etmek istedi\u011Finizden emin misiniz?","matter_bridge.config.use":"Enable Matter","menu.config_json_editor":"JSON Config","menu.docker.restart_container":"Kapsay\u0131c\u0131y\u0131 Yeniden Ba\u015Flat","menu.docker.startup_script":"Ba\u015Flang\u0131\xE7 Komutu","menu.docker.terminal":"Terminal","menu.hbrestart.confirm_hb":"Restart Homebridge","menu.hbrestart.confirm_ui":"Restart HB Service & UI","menu.hbrestart.title":"Restart Homebridge","menu.label_accessories":"Aksesuarlar","menu.label_plugins":"Eklentiler","menu.label_settings":"Settings","menu.label_status":"Durum","menu.linux.label_logs":"Logs","menu.linux.label_restart_server":"Sunucuyu Yeniden Ba\u015Flat","menu.linux.label_shutdown_modal":"Are you sure you want to shut down the operating system? You will need physical access to turn it back on.","menu.linux.label_shutdown_server":"Sunucuyu Kapat","menu.linux.label_terminal":"Terminal","menu.reload":"Reload","menu.restart.title":"Power Options","menu.settings.title":"Settings","menu.tooltip_logout":"\xC7\u0131k\u0131\u015F Yap","menu.tooltip_restart":"Yeniden Ba\u015Flat","menu.tooltip_user_accounts":"Kullan\u0131c\u0131 Hesaplar\u0131","menu.tooltip_view_logs":"G\xFCnl\xFCkleri G\xF6r\xFCnt\xFCle","platform.docker.container_restarted":"Docker kapsay\u0131c\u0131s\u0131 yeniden ba\u015Flat\u0131ld\u0131","platform.docker.must_use_hashbang":"Komut dosyas\u0131 #!/bin/sh hashbang kullanmal\u0131d\u0131r.","platform.docker.restart_required":"De\u011Fi\u015Fikliklerin etkili olmas\u0131 i\xE7in Docker kapsay\u0131c\u0131s\u0131n\u0131 yeniden ba\u015Flatman\u0131z gerekli.","platform.docker.run_with_restart":"Docker kapsay\u0131c\u0131s\u0131n\u0131 {{ command }} ile \xE7al\u0131\u015Ft\u0131rd\u0131\u011F\u0131n\u0131zdan emin olun","platform.docker.script_help":"Bu komut dosyas\u0131 Docker kapsay\u0131c\u0131s\u0131n\u0131n ba\u015Flat\u0131l\u0131\u015F\u0131nda \xE7al\u0131\u015Ft\u0131r\u0131lacakt\u0131r. Bunu, eklentilerinizin ihtiya\xE7 duyabilece\u011Fi paketleri (ffmpeg ya da libpcap-dev gibi) y\xFCklemek i\xE7in kullanabilirsiniz.","platform.docker.script_saved":"Ba\u015Flang\u0131\xE7 Komut Dosyas\u0131 Kaydedildi","platform.docker.server_long_time":"Sunucunun yeniden ba\u015Flat\u0131lmas\u0131 uzun zaman al\u0131yor. Docker kapsay\u0131c\u0131s\u0131n\u0131 el ile aya\u011Fa kald\u0131rman\u0131z gerekebilir.","platform.docker.title_restarting":"Docker kapsay\u0131c\u0131s\u0131 yeniden ba\u015Flat\u0131l\u0131yor","platform.linux.long_time":"Sunucunun yeniden ba\u015Flat\u0131lmas\u0131 uzun zaman al\u0131yor. Sunucuyu el ile aya\u011Fa kald\u0131rman\u0131z gerekebilir.","platform.linux.restart":"L\xFCtfen bekleyin, Homebridge tekrardan \xE7evrimi\xE7i oldu\u011Funda bu sayfa otomatik olarak y\xF6nlendirilecektir.","platform.linux.restarting_server":"Sunucu Yeniden Ba\u015Flat\u0131l\u0131yor","platform.linux.server_restart_error":"Yeniden ba\u015Flatma komutu sunucuya g\xF6nderilirken hata olu\u015Ftu.","platform.linux.server_restarted":"Sunucu yeniden ba\u015Flat\u0131ld\u0131.","platform.linux.server_taking_long_time":"Sunucunun yeniden \xE7evirimi\xE7i olmas\u0131 uzun zaman al\u0131yor.","platform.linux.server_will_power_down":"Sunucu k\u0131sa bir s\xFCre sonra kapanacak.","platform.linux.shutting_down_server":"Sunucu Kapat\u0131l\u0131yor","platform.terminal.terminate_message_1":"Navigating away from this page will terminate your current session, all foreground processes will be terminated.","platform.terminal.terminate_message_2":"To avoid this warning, enable <strong>Terminal Session Persistence</strong> from the settings page.","platform.terminal.terminate_title":"Session Termination","platform.terminal.terminate_unload":"Your terminal session will be terminated. Enable Terminal Session Persistence in Settings to prevent this.","platform.version.restart_required":"Homebridge UI v{{ uiVersion }} kuruldu, fakat sunucu halen v{{ serverVersion }} s\xFCr\xFCm\xFCn\xFC \xE7al\u0131\u015Ft\u0131r\u0131yor.","platform.version.service_restart_required":"Servisin Yeniden Ba\u015Flat\u0131lmas\u0131 Gerekli","plugins.bridge.action_error":"Failed to {{ action }} child bridge(s).","plugins.bridge.name_error":"Bridge name must start and end with a letter or number, and can only contain letters, numbers, spaces, and apostrophes.","plugins.bridge.port_error":"{{ type }} port must be an integer between 1025 and 65533, excluding 5353, 8080, 8443 and any other already-configured port.","plugins.button_homepage":"Plugin Homepage","plugins.button_set_up":"Set Up","plugins.button_settings":"Ayarlar","plugins.button_uninstall":"Kald\u0131r","plugins.button_update":"G\xFCncelle","plugins.compat.hb_node_too_low":"{{ packageName }} v{{ latestVersion }}, Node.js v{{ minVersion }} veya daha \xFCst s\xFCr\xFCm\xFCne ihtiya\xE7 duyar. Mevcutta Node.js {{ installedVersion }} \xE7al\u0131\u015Ft\u0131r\u0131yorsunuz.","plugins.compat.hb_too_low":"{{ pluginName }} eklentisi Homebridge v{{ minVersion }} veya daha \xFCst s\xFCr\xFCm\xFCn\xFC \xE7al\u0131\u015Ft\u0131rman\u0131z\u0131 tavsiye ediyor. Mevutta Homebridge v{{ installedVersion }} \xE7al\u0131\u015Ft\u0131r\u0131yorsunuz.","plugins.compat.node_first":"L\xFCtfen {{ packageName }}'i g\xFCncellemeden \xF6nce Node.js s\xFCr\xFCm\xFCn\xFC y\xFCkseltin.","plugins.compat.node_link":"How To Update Node.js","plugins.compat.node_too_low":"{{ pluginName }} eklentisi Node.js v{{ minVersion }} veya daha \xFCst s\xFCr\xFCm\xFCn\xFC \xE7al\u0131\u015Ft\u0131rman\u0131z\u0131 tavsiye ediyor. Mevutta Node.js {{ installedVersion }} \xE7al\u0131\u015Ft\u0131r\u0131yorsunuz.","plugins.compat.title":"Compatibility Check","plugins.config.load_error":"Failed to load plugin config.","plugins.config.must_be_array":"Plugin config must be an array.","plugins.config.must_be_array_objects":"Plugin config must be an array of objects.","plugins.config.must_be_object":"Config block must be an object.","plugins.config.name_property":'Accessory must have a valid "name" attribute',"plugins.config.please_fix":"Please fix validation errors before adding a new block.","plugins.config.remove_error":"Failed to remove plugin config.","plugins.disable.error":"Failed to disable plugin.","plugins.donate.message_1":"As more users install their plugins through the Homebridge UI, they are less likely to visit the projects' GitHub page where the ways to support a developer would typically be displayed.","plugins.donate.message_2":"Adding donation links directly in the Homebridge UI ensures users know how to support Homebridge developers if they wish to do so.","plugins.donate.tile_donate_to":"{{ author }} Ki\u015Fisine Ba\u011F\u0131\u015F Yap.","plugins.enable.error":"Failed to enable plugin.","plugins.manage.all_versions":"All versions","plugins.manage.backup":"Download a backup before updating?","plugins.manage.changelog":"Full Changelog","plugins.manage.changelog_none":"Could not retrieve changelog, perhaps this plugin does not provide a <code>CHANGELOG.md</code> file.","plugins.manage.child_bridge_restart":"Child bridge restarted successfully.","plugins.manage.child_bridge_restart_failed":"Plugin restart failed, please restart Homebridge manually.","plugins.manage.confirm_disable":"Are you sure you want to disable {{ pluginName }}?","plugins.manage.confirm_disable_accessory_1":"Any accessories exposed by this plugin will be removed from the Homebridge UI accessory screen and removed from HomeKit.","plugins.manage.confirm_disable_accessory_2":"When you re-enable the plugin, the accessories will reappear in the Homebridge UI and HomeKit. The accessories will lose their HomeKit data (like related scenes and automations).","plugins.manage.confirm_disable_platform_1":"Any accessories exposed by this plugin will be removed from the Homebridge UI accessory screen but remain in HomeKit with a 'No Response' label.","plugins.manage.confirm_disable_platform_2":"When you re-enable the plugin, the accessories will reappear in the Homebridge UI and become controllable again in HomeKit. The accessories will not lose their HomeKit data (like related scenes and automations).","plugins.manage.confirm_disable_setting":"Your setting for {{ setting }} is currently {{ value }}, therefore:","plugins.manage.confirm_enable":"{{ pluginName }} eklentisini etkinle\u015Ftirmek istedi\u011Finizden emin misiniz?","plugins.manage.disable":"Devre D\u0131\u015F\u0131 B\u0131rak","plugins.manage.enable":"Etkinle\u015Ftir","plugins.manage.github_support":"You can show your support by giving this plugin a {{ iconStar }} (or the release a {{ iconThumbsUp }}) on GitHub!","plugins.manage.hb_restart":"Homebridge and the UI will automatically restart after any version change.","plugins.manage.hide_updates":"Disable Update Notifications","plugins.manage.hide_updates_desc":"If you don't want to see update notifications for this plugin, you can turn them off here.","plugins.manage.information":"Plugin Information","plugins.manage.install":"Y\xFCkle","plugins.manage.installed":"Y\xFCkl\xFC","plugins.manage.json_config":"JSON Config","plugins.manage.manage_version":"Bir \xD6nceki S\xFCr\xFCm\xFC Y\xFCkle","plugins.manage.manual_update_command":"To upgrade the package, open a Node.js command prompt as an Administrator and run the following commands:","plugins.manage.more_info":"More information about scoped {{ scopedLink }} and verified {{ verifiedLink }} plugins.","plugins.manage.notes":"Release Notes","plugins.manage.notes_beta_1":"Thank you for helping improve {{ pluginName }} by testing a pre-release version.","plugins.manage.notes_beta_2":"You can use the Homebridge UI to revert back to the stable version at any time.","plugins.manage.notes_beta_3":"Please remember this is a pre-release version, and report any issues to the plugin's GitHub repository page.","plugins.manage.notes_latest":"Release notes are only shown when updating to the latest version.","plugins.manage.notes_none":"Could not retrieve release notes, perhaps this version does not have a GitHub release.","plugins.manage.online_updates":"Windows'ta \xE7evrimi\xE7i g\xFCncellemeler desteklenmiyor. Homebridge UI'i, Homebridge servisini el ile durdurduktan sonra g\xFCncellemeniz gerekecek.","plugins.manage.plugin_logs":"Plugin Logs","plugins.manage.scoped.error":"An error occurred. You can download the logs below.","plugins.manage.scoped.info_1":"Homebridge scoped plugins have names beginning with {{ prefix }}.","plugins.manage.scoped.info_2":"For more information about scoped plugins and why to switch, see the wiki page {{ link }}.","plugins.manage.scoped.process":"This process will not affect your Homebridge/HomeKit accessories. You will not be able to cancel the process once it has started. It will:","plugins.manage.scoped.switch":"Switch To Scoped Plugin","plugins.manage.scoped.windows":'Online updates are not supported on Windows. You will need to install the new plugin and uninstall the old plugin manually. You should <span class="fw-bold">not</span> restart Homebridge until both steps are complete.',"plugins.manage.scoped_message":"Scoped plugins improve long-term reliability and ensure consistent maintenance by combining centralized oversight from the Homebridge team with continued involvement from the original maintainer.","plugins.manage.scoped_subtitle":"This plugin is scoped and verified.","plugins.manage.select_version":"Y\xFCklemek istedi\u011Finiz s\xFCr\xFCm\xFC se\xE7in","plugins.manage.uninstall":"Kald\u0131r","plugins.manage.uninstalled":"Kald\u0131r\u0131ld\u0131","plugins.manage.unverified_message":"Unverified Homebridge plugins indicate that they haven't undergone the review process by the Homebridge project team. Lack of verification does not necessarily imply inefficacy or safety concerns. Authors might have opted not to seek verification for various reasons.","plugins.manage.unverified_subtitle":"This plugin is not verified.","plugins.manage.update":"G\xFCncelle","plugins.manage.updated":"G\xFCncellendi","plugins.manage.verified_message":"Homebridge plugins that are marked as verified have been reviewed by the Homebridge project team to ensure they meet various requirements that encourage best practices and a trouble-free user experience.","plugins.manage.verified_subtitle":"This plugin is verified.","plugins.placeholder_search_first":"Use the search bar above to find your first plugin","plugins.placeholder_search_none":"No results were found","plugins.placeholder_search_plugin":"Y\xFCklemek i\xE7in eklentiler aray\u0131n\u2026","plugins.settings.custom.homebridge-gsh.label_account_linked":"Hesap Ba\u011Fland\u0131","plugins.settings.custom.homebridge-gsh.label_link_account":"Hesab\u0131 Ba\u011Fla","plugins.settings.custom.homebridge-gsh.message_about":"Homebridge Google Smart Home eklentisi Homebridge aksesuarlar\u0131n\u0131z\u0131 Google Home kullanan ak\u0131ll\u0131 hoparl\xF6rlerinizden veya Google Home mobil uygulamas\u0131ndan kontrol etmenize olanak sa\u011Flar.","plugins.settings.custom.homebridge-gsh.message_account_link_required":"Bu \xF6zelli\u011Fi etkinle\u015Ftirmek i\xE7in Google veya Github hesab\u0131n\u0131z ile giri\u015F yapman\u0131z gerekli; Google Home mobil uygulamas\u0131nda Homebridge'i eklerken ayn\u0131 hesab\u0131 kulland\u0131\u011F\u0131n\u0131zdan emin olun.","plugins.settings.custom.homebridge-gsh.message_homebridge_restart_required":"De\u011Fi\u015Fikliklerin y\xFCr\xFCrl\xFC\u011Fe girmesi i\xE7in Homebridge yeniden ba\u015Flat\u0131lmaya ihtiya\xE7 duyar.","plugins.settings.deconz.dump_no_exist":"Homebridge deCONZ dump file does not exist yet.","plugins.settings.hue.dump_no_exist":"Homebridge Hue dump file does not exist yet.","plugins.settings.label_open_config_editor":"Yap\u0131land\u0131rma D\xFCzenleyiciyi A\xE7","plugins.settings.message_consult_documentation":"Bu eklentiyi gerekti\u011Fi \u015Fekilde yap\u0131land\u0131rmak i\xE7in l\xFCtfen eklenti dok\xFCmantasyonuna ba\u015Fvurun.","plugins.settings.message_manual_config_required":"Bu eklenti Homebridge UI Yap\u0131land\u0131rma D\xFCzenleyicisi kullan\u0131larak el ile yap\u0131land\u0131r\u0131lmal\u0131d\u0131r.","plugins.settings.plugin_config_saved":"Eklenti Yap\u0131land\u0131rmas\u0131 Kaydedildi","plugins.settings.restart_required":"De\u011Fi\u015Fiklikleri uygulamak i\xE7in Homebridge'i yeniden ba\u015Flat\u0131n.","plugins.stats":"Plugin Statistics","plugins.stats_note":"Plugins cannot be installed from this page, this is provided just for interest.","plugins.status_disabled":"Devre D\u0131\u015F\u0131 B\u0131rak\u0131ld\u0131","plugins.status_installed":"Y\xFCkl\xFC","plugins.support.list_1":"Homebridge plugins are the building blocks of Homebridge, allowing you to add support for new accessories and platforms. Plugins add support for smart lights, cameras, TVs, etc, for brands that don't natively support HomeKit. For example, to bring your Ring doorbells and cameras into HomeKit, you can install the <code>homebridge-ring</code> plugin.","plugins.support.list_2":"Homebridge plugins are created by public contributors in the Homebridge community, and are not typically associated with the Homebridge maintainers, nor with the manufacturers of the accessories themselves. If you have a question about a specific plugin, you should let the plugin developer know via the plugin's GitHub page.","plugins.support.list_3":"There are currently over 4,700 plugins available for Homebridge, so you should be able to find plugins to suit your needs. If you are a Javascript/TypeScript developer (or want to take the opportunity to learn), you can also create your own plugin and share it with the Homebridge community. Check out the Support section for some handy links to get you started.","plugins.support.list_4":"Some plugins allow you to create 'virtual/dummy' accessories, which are accessories that do not have a physical counterpart. These can be used to create virtual accessories in HomeKit, such as virtual switches, lights, or sensors. Try searching for <code>dummy</code> or <code>virtual</code> in the search bar to find some examples.","plugins.toast_failed_to_load_plugin_schema":"Failed to load plugin config schema.","plugins.toast_failed_to_load_plugins":"Eklentiler y\xFCklenemedi","plugins.toast_failed_to_search_plugins":"Failed to search plugins","plugins.uninstall_bridge_error":"Failed to remove child bridge.","plugins.uninstall_remove_child_bridge":"Remove plugin child bridge?","plugins.uninstall_remove_child_bridges":"Remove {{ count }} plugin child bridges?","plugins.uninstall_remove_config_required":"E\u011Fer bu eklentiyi kal\u0131c\u0131 olarak kald\u0131r\u0131yorsan\u0131z Homebridge'i yeniden ba\u015Flatmadan \xF6nce yap\u0131land\u0131rma dosyas\u0131ndaki bu eklenti ile ilgili t\xFCm yap\u0131land\u0131rma bilgilerini de kald\u0131rd\u0131\u011F\u0131n\u0131zdan emin olun.","plugins.uninstall_remove_confirmation":"{{ pluginName }} eklentisini kald\u0131rmak istedi\u011Finize emin misiniz?","plugins.uninstall_remove_plugin_config":"Eklenti yap\u0131land\u0131rmas\u0131n\u0131 kald\u0131r?","plugins.uninstall_warn_1":"When removing a child bridge, any accessories published by this bridge will be removed from the Homebridge cache.","plugins.uninstall_warn_2":"The accessories will become stale in HomeKit (showing no response). To remove them, you will need to manually remove this bridge from HomeKit. You can do this in the Home app from the Home Settings section.","reset.accessory_all.desc":"Remove all accessories from the cache.","reset.accessory_all.list_1":"When clicking on the remove button below, Homebridge will restart and all your existing accessories will be removed from Homebridge and HomeKit.","reset.accessory_all.list_2":"All associated HomeKit data will also be removed, this includes room associations, scenes and automations that this accessory uses.","reset.accessory_all.list_3":"After Homebridge restarts, your plugins will re-add any accessories as if the plugin was being installed for the first time.","reset.accessory_all.title":"Remove All Accessories","reset.accessory_ind.bridge":"Bridge","reset.accessory_ind.desc":"Remove individual accessories from the cache.","reset.accessory_ind.done":"Finished removing accessories from the cache, check the log for confirmation and/or errors.","reset.accessory_ind.fail":"Failed to remove accessories from cache, check the log for errors.","reset.accessory_ind.list_1":"Some plugins don't clean up after themselves properly. If you have stale accessories, you can remove them from the cache. This function can also be used to reset an existing accessory in HomeKit.","reset.accessory_ind.list_2":"The accessories will be removed from Homebridge and HomeKit, along with their related room associations, scenes and automations.","reset.accessory_ind.list_3":"After Homebridge restarts, your plugins will re-add any removed accessories as if the plugin was being installed for the first time.","reset.accessory_ind.title":"Remove Individual Accessories","reset.accessory_ind.unknown":"Unknown Name","reset.accessory_reset":"Homebridge Aksesuar S\u0131f\u0131rlama","reset.action_is_irreversible":"Bu i\u015Flem geri al\u0131namaz. L\xFCtfen devam etmeden \xF6nce dikkatlice okuyunuz.","reset.bridge_accessories.desc":"Remove all accessories published by a child bridge from the cache.","reset.bridge_accessories.empty":"You have no bridges from which to remove accessories.","reset.bridge_accessories.list_1":"This function can be used to reset a plugin's existing accessories in HomeKit. They will be removed from Homebridge and HomeKit, and then re-added by the plugin as new accessories.","reset.bridge_accessories.list_2":"The child bridge's pairing details and status will remain the same.","reset.bridge_accessories.title":"Remove Bridge Accessories","reset.bridge_all.desc":"Reset all bridges by removing them from the cache. This includes the main Homebridge bridge, child bridges and bridges for external accessories.","reset.bridge_all.list_1":"This will reset the Homebridge bridge, all child bridges and bridges for external accessories from HomeKit.","reset.bridge_all.list_2":"Note that your accessories will continue to show in HomeKit as no response, until the bridges are manually removed from HomeKit. You can do this in the Home app, by accessing Home Settings \u2192 Home Hubs & Bridges \u2192 {Bridge} \u2192 Remove Bridge from Home.","reset.bridge_all.list_3":"All your Homebridge to HomeKit accessories, scenes and automations will need to be reconfigured after the unpairing.","reset.bridge_all.list_4":"The pin for pairing your Homebridge bridge to HomeKit will be changed. You can see the new values in your Homebridge config after the unpairing.","reset.bridge_all.title":"Reset All Bridges","reset.bridge_ind.desc":"Reset an individual bridge by removing it from the cache. This may be a child bridge or a bridge for an external accessory like a camera or TV.","reset.bridge_ind.desc_child_active":"Homebridge has detected that these child bridges are in-use. Once removed, their accessories will be removed from the Homebridge cache. If paired with HomeKit, the bridge's accessories will show as 'No Response', and the bridge will need to be removed via the Home app. The child bridge's pairing information will be changed. Once Homebridge has restarted, the plugin will create the new child bridge and accessories. The new bridge will need to be re-paired with HomeKit. You can view the new pairing information from the corresponding plugin's bridge settings page.","reset.bridge_ind.desc_child_stale":"Homebridge has detected that these bridges are not in-use, but double-check before deleting. They could be left-over from previously uninstalled plugins. If paired with HomeKit, the accessories will show as 'No Response', and the bridge will need to be removed via the Home app.","reset.bridge_ind.desc_non_child":"Homebridge has detected that these bridges are in-use. You can remove them from the cache, but they will likely be re-added by the plugin when Homebridge restarts. The pairing information will remain unchanged.","reset.bridge_ind.done":"Finished resetting bridges, check the log for confirmation and/or errors.","reset.bridge_ind.fail":"Failed to reset bridges, check the log for errors.","reset.bridge_ind.head_child_active":"Active Child Bridges","reset.bridge_ind.head_child_stale":"Stale Child Bridges","reset.bridge_ind.head_non_child":"Non Child Bridges","reset.bridge_ind.title":"Reset Individual Bridges","reset.bridges.desc":"If you are having trouble pairing Homebridge, an external accessory or a child bridge to HomeKit, you may need to unpair it from HomeKit to start again.","reset.bridges.empty":"You have no bridges to unpair from HomeKit.","reset.bridges.title":"Bridges","reset.clear_cache_single.list_3":"When removing an accessory from the cache, all its associated HomeKit data will be removed. This includes any associated scenes and automations that use this accessory.","reset.delete_success":"Homebridge yeniden ba\u015Flat\u0131l\u0131yor ve aksesuar \xF6n belle\u011Fi temizleniyor.","reset.error_message":"Accessory cache could not be loaded. You may not have any cached accessories.","reset.failed_to_reset":"Homebridge s\u0131f\u0131rlanamad\u0131. G\xFCnl\xFCkleri g\xF6r\xFCnt\xFCle.","reset.force_restart_hb_help_text":"hb-service servisini zorla yeniden ba\u015Flatmak i\xE7in bu i\u015Flevi kullan\u0131n.","reset.no_accessories":"You have no cached accessories to remove.","restart.child_bridge_list":"Please restart these child bridges for the changes to apply:","restart.child_bridges":"Please restart the plugin's child bridges for the changes to apply.","restart.label_restart_command_executed":"Yeniden Ba\u015Flatma Komutu \xC7al\u0131\u015Ft\u0131r\u0131ld\u0131","restart.please_wait_while_server_restarts":"L\xFCtfen bekleyin, sunucu tekrar \xE7evrimi\xE7i oldu\u011Funda bu sayfa otomatik olarak y\xF6nlendirilecektir.","restart.server_is_taking_long_time_to_restart":"Sunucunun yeniden ba\u015Flat\u0131lmas\u0131 uzun zaman al\u0131yor. Homebridge servisini el ile aya\u011Fa kald\u0131rman\u0131z gerekebilir.","restart.service_ready":"Homebridge Sunucusu Haz\u0131r","restart.title_restart":"Homebridge Yeniden Ba\u015Flat\u0131l\u0131yor","restart.toast_server_restart_error":"Yeniden ba\u015Flatma komutunun sunucuya g\xF6nderilmesi s\u0131ras\u0131nda bir hata olu\u015Ftu.","restart.toast_server_restart_timeout":"Sunucunun tekrar \xE7evrimi\xE7i olmas\u0131 uzun zaman al\u0131yor.","restart.toast_server_restarted":"Sunucu Yeniden Ba\u015Flat\u0131ld\u0131","restart.ui_online":"Homebridge UI \xC7evrimi\xE7i","rpi.throttled.currently_message":"This Raspberry Pi is reporting it is currently under-voltage; please check it is connected to an appropriate power supply. Under-voltage can result in system instability and SD card corruption.","rpi.throttled.previously_message":"This Raspberry Pi has reported an under-voltage event since it was last rebooted; please check it is connected to an appropriate power supply.","rpi.throttled.undervoltage_title":"Under Voltage","settings.accessory.debug":"Accessory Debug Mode","settings.accessory.debug_desc":"If enabled, the Homebridge UI will log debug level messages to the console.","settings.cache.desc":"Homebridge maintains accessories in cache so they aren't removed and re-added to HomeKit each time Homebridge restarts. Sometimes this cache can become out of sync with the actual accessories in Homebridge.","settings.changes.saved":"Your changes have been saved and require a restart to take effect.","settings.datetime.incorrect":"The date and time on your Homebridge server seem to be incorrect. This may cause unexpected issues. Click here for more information.","settings.display.blue":"Blue","settings.display.bluegrey":"Blue Grey","settings.display.brown":"Brown","settings.display.cyan":"Cyan","settings.display.dark":"Dark","settings.display.deep_purple":"Deep Purple","settings.display.green":"Green","settings.display.grey":"Grey","settings.display.indigo":"Indigo","settings.display.lang":"Language","settings.display.light":"Light","settings.display.lighting_mode":"Lighting Mode","settings.display.menu_default":"Default","settings.display.menu_freeze":"Keep Closed (On Desktop)","settings.display.menu_mode":"Menu Mode","settings.display.orange":"Orange","settings.display.pink":"Pink","settings.display.purple":"Purple","settings.display.red":"Red","settings.display.show_betas":"Prefer Beta Versions","settings.display.teal":"Teal","settings.display.temp_units":"Temperature Units","settings.display.temp_units.c":"Celsius (\xB0C)","settings.display.temp_units.f":"Fahrenheit (\xB0F)","settings.display.theme":"Theme","settings.display.wallpaper":"Wallpaper","settings.display.wallpaper_intro":"Upload a wallpaper for your Homebridge UI. This is currently shown on the login screen.","settings.display.wallpaper_rule":"You can choose an image file which is up to {{ maxFileSizeText }}.","settings.display.wallpaper_rule2":"You will need to click Save to upload the wallpaper to your Homebridge storage directory.","settings.display.wallpaper_success":"Wallpaper was successfully updated.","settings.general.title_display":"Display","settings.general.title_general":"General","settings.linux.restart":"Restart Command","settings.linux.restart_desc":"If no restart command is set the process will terminate with a non-zero exit code.","settings.linux.shutdown":"Shutdown Command","settings.linux.shutdown_desc":"If no shutdown command is set the process will terminate with a non-zero exit code.","settings.linux.temp":"Temperature File Path","settings.linux.temp_desc":"If you are running Homebridge on a Raspberry Pi, you can enter the path to the OS temperature file here. This will display the current temperature on the UI status page.","settings.matter.desc":"Enables Matter accessories on the main bridge. If only using Matter with child bridges, this setting does not need to be enabled - child bridges have independent Matter settings in their plugin bridge settings.","settings.matter.enabled":"Enabled","settings.matter.enabled_desc":"Whether to start a Matter instance and allow plugins to expose Matter accessories.","settings.matter.port":"Port","settings.matter.port_desc":"This must be between 1025 and 65533, and unique to any other configured port.","settings.matter.title":"Matter Settings","settings.mdns_advertiser":"mDNS Advertiser","settings.mdns_advertiser_exp":"experimental","settings.mdns_advertiser_help":"If you have trouble connecting Homebridge to HomeKit (all accessories showing 'No Response' in the Home app), try using one of the alternate mDNS advertisers.","settings.mdns_advertiser_not_connected":"Not Connected","settings.mdns_advertiser_rec":"recommended","settings.name":"Homebridge Name","settings.network.hb_package":"Homebridge Module Path","settings.network.hb_package_desc":"If you have multiple versions of Homebridge installed, you can specify the path to the version you want to use here.","settings.network.host":"Host IP Address","settings.network.host_desc":"The host IP address to listen on. In most cases this will be <code>::</code> or <code>0.0.0.0</code>.","settings.network.mdns_advertise":"Advertise Via mDNS","settings.network.mdns_advertise_help":"Enable mDNS advertising (using Bonjour) for your Homebridge UI, making it discoverable as an HTTP service on your local network.","settings.network.message_network_interface":"E\u011Fer herhangi bir a\u011F aray\xFCz\xFC se\xE7ilmezse, Homebridge otomatik olarak yay\u0131n yapmas\u0131 gereken aray\xFCz\xFC tesip etmeyi deneyecektir.","settings.network.port_end":"End Port","settings.network.port_end_desc":"Control the end of the range of ports that separate accessories (like camera or television) should run on. This must be between 1025 and 65533, and higher than the start port above.","settings.network.port_hb":"Homebridge Port","settings.network.port_hb_desc":"The port number to run the Homebridge bridge on. This must be between 1025 and 65533, and should not be the same as the Homebridge UI port.","settings.network.port_start":"Start Port","settings.network.port_start_desc":"Control the start of the range of ports that separate accessories (like camera or television) should run on. This must be between 1025 and 65533, and lower than the end port below.","settings.network.port_ui":"UI Port","settings.network.port_ui_desc":"The port number to run the Homebridge UI on.","settings.network.proxy":"Reverse Proxy Hostname","settings.network.proxy_desc":"When running behind a reverse proxy you may need to enter the hostname you use to access the UI.","settings.network.title_network":"A\u011F","settings.network.title_network_interfaces":"A\u011F Aray\xFCzleri","settings.network.title_security":"Security","settings.network.title_terminal":"Logging & Terminal","settings.network.webroot":"Webroot Path","settings.network.webroot_desc":"This can be configured if you want to access the Homebridge UI under a specific URL path.","settings.reset_bridge.error":"Failed to reset bridge.","settings.security.auth":"Authentication","settings.security.auth_desc":"Whether to enable authentication for the Homebridge UI with a username and password.","settings.security.cert":"Certificate Path","settings.security.https":"Enable HTTPS","settings.security.https_desc":"Enable HTTPS using an auto-generated self-signed certificate or by providing your own certificate files.","settings.security.https_keycert":"Private Key + Certificate","settings.security.https_pfx":"PKCS#12 Certificate + Passphrase","settings.security.https_raspbian":"HTTPS is already enabled by default when running the Homebridge Raspbian image {{ link }}.","settings.security.https_selfsigned":"Self-Signed Certificate","settings.security.key":"Private Key Path","settings.security.pass":"PKCS#12 Certificate Passphrase","settings.security.pfx":"PKCS#12 Certificate Path","settings.security.selfsigned_generate_keycert":"Generate Self\u2011Signed & Use as Key + Cert","settings.security.selfsigned_generate_selfsigned":"Generate & Enable Self\u2011Signed Mode","settings.security.selfsigned_generate_success_keycert":"Generated self\u2011signed certificate and set as Key + Cert","settings.security.selfsigned_generate_success_selfsigned":"Generated self\u2011signed certificate and enabled Self\u2011signed mode","settings.security.selfsigned_hostnames":"Certificate Hostnames","settings.security.selfsigned_hostnames_desc":"Comma-separated list of hostnames or IP addresses to include in the certificate (e.g., localhost, 127.0.0.1, homebridge.local, 192.168.1.100)","settings.security.ssl_upload_keycert_aria":"Upload private key and certificate","settings.security.ssl_upload_pfx_aria":"Upload PKCS#12 certificate","settings.security.ssl_upload_success_keycert":"Certificate and private key uploaded","settings.security.ssl_upload_success_pfx":"PKCS#12 certificate uploaded","settings.security.ssl_validate":"Validate SSL","settings.security.ssl_validate_error":"SSL configuration is invalid.","settings.security.ssl_validate_success":"SSL configuration is valid.","settings.security.ui_control":"Accessory Control Lists","settings.security.ui_control_desc":"Define which bridges and bridged accessories can be controlled or blocked by the Homebridge UI.","settings.security.ui_control_desc_2":"Allow the UI to control the accessories on a bridge by toggling on the switch below.","settings.service.debug_tooltip":"Some plugins require you to set the DEBUG environment variable {{ link }} to enable debug level logging.","settings.service.node_tooltip":"Node.js runtime options for this process. This should be kept blank unless you know what you are doing.","settings.startup.debug":"Homebridge Debug Mode","settings.startup.debug_desc_v1":"Enable this if you need Homebridge to output more detailed logs. This setting applies to the main Homebridge bridge as well as all child bridges. Some plugins may also adhere to this setting and output more detailed logs.","settings.startup.debug_desc_v2":"Enable this if you need Homebridge to output more detailed logs. This setting applies to the main Homebridge bridge. The setting for child bridges can be found in the child bridge configuration from the plugins page. Some plugins may also adhere to this setting and output more detailed logs.","settings.startup.insecure":"Enable UI Accessory Control","settings.startup.insecure_desc":"To control your accessories via the Homebridge UI you must be running Homebridge in insecure mode.","settings.startup.keep_accessories":"Keep Accessories Of Uninstalled Plugins","settings.startup.keep_accessories_desc":"If enabled, accessories of platform plugins will remain in the cache even after the plugin is uninstalled. This can be useful if you plan to reinstall the plugin later.","settings.startup.metrics":"Enable Server Metric Monitoring","settings.startup.metrics_desc":"When enabled, the Homebridge UI will collect and show CPU and memory stats on the status page.","settings.startup.scheduled_restart":"Scheduled Restart Cron","settings.startup.scheduled_restart_desc":"Schedule automatic restarts relative to your timezone using a cron expression. Leave empty to disable. Create a cron expression {{ link }}.","settings.startup.scheduled_restart_desc_2":"You can apply this setting per child bridge from the plugin bridge configuration.","settings.startup.session":"Session Timeout","settings.startup.session_days":"days","settings.startup.session_desc":"The number of seconds before a user will be logged out of the UI. Defaults to 8 hours.","settings.startup.session_hours":"hours","settings.startup.session_inactivity_based":"Inactivity-Based Session Refresh","settings.startup.session_inactivity_based_desc":"When enabled, the session will automatically refresh on navigation to prevent logout during active use.","settings.startup.session_minutes":"minutes","settings.terminal.buffer_size":"Terminal Buffer Character Size","settings.terminal.buffer_size_help":"Amount of terminal output to preserve for persistent sessions. Larger values use more memory.","settings.terminal.log_max":"Log Max Size","settings.terminal.log_max_desc":"The max log size (bytes). Set to -1 to disable log truncation.","settings.terminal.log_truncate":"Log Truncate Size","settings.terminal.log_truncate_desc":"The size (bytes) to truncate the log to once it goes over the max size specified above.","settings.terminal.persistence":"Terminal Session Persistence","settings.terminal.persistence_confirm_message":"Disabling terminal session persistence will terminate your current terminal session.","settings.terminal.persistence_confirm_title":"Disable Terminal Session Persistence","settings.terminal.persistence_help":"When enabled, terminal sessions will persist when navigating away and can be resumed when returning to the terminal page (or status page widget). Terminal sessions are shared across Homebridge UI admin users.","settings.terminal.warning":"Hide Terminal Termination Warning","settings.terminal.warning_help":"When enabled, the warning dialog will not be shown before terminating non-persistent terminal sessions.","settings.title_startup_options":"Ba\u015Flang\u0131\xE7 Se\xE7enekleri","settings.unpair_bridge.load_error":"Paired bridges could not be loaded.","settings.warning_pwa":"This setting cannot be changed when accessing the UI from a PWA, please use a regular browser.","settings.warning_webroot":"Homebridge does not have write access to the served <code>index.html</code> file. To set up a webroot, please fix this issue and restart the Homebridge service.","setup.button_get_started":"Get Started","setup.create_account":"Create Account","setup.intro":"If you are setting up for the first time, or if you just need to reset the password for your existing Homebridge setup, then choose <strong>Get Started</strong>.","setup.welcome_to_homebridge":"Welcome to Homebridge",setup_wizard_complete:"Restore Complete!",setup_wizard_complete_title:"Congratulations!",setup_wizard_completed:"The setup procedure is complete and you are now ready to start using Homebridge.",setup_wizard_create_info:"Once Homebridge is set up, you can set up 2FA on your account, or disable the need for authentication altogether.",setup_wizard_page_title:"Setup Homebridge",setup_wizard_restore:"Restore From Backup",setup_wizard_restoring:"Restoring Backup...",setup_wizard_starting:"Starting Homebridge...","status.code_scan":"HomeKit'e eklemek i\xE7in taray\u0131n","status.cpu.load":"Y\xFCkle","status.cpu.temp":"S\u0131cakl\u0131k","status.cpu.title_cpu":"\u0130\u015Flemci","status.credits.plugins_thanks":"Homebridge plugins are created by awesome developers in the Homebridge community.","status.credits.supporters":"Supporters","status.credits.title":"Credits","status.credits.translations":"Translations","status.credits.translations_thanks":"Homebridge UI translations are provided by the community, with special thanks to:","status.homebridge.checking":"G\xFCncellemeler kontrol ediliyor\u2026","status.homebridge.up_to_date":"G\xFCncel","status.memory.label_available":"Kullan\u0131labilir","status.memory.label_total":"Toplam","status.memory.title_memory":"Bellek","status.network.received_per_second":"Received","status.network.sent_per_second":"Sent","status.network.title_network":"Network Activity","status.readiness.node_no":"Your version of Node.js is not compatible with {{ app }}.","status.readiness.node_yes":"Your version of Node.js is compatible with {{ app }}.","status.readiness.title":"{{ app }} Readiness","status.services.label_not_enabled":"Not Enabled","status.services.label_not_running":"\xC7al\u0131\u015Fm\u0131yor","status.services.label_running":"\xC7al\u0131\u015F\u0131yor","status.services.updates":"Update Information","status.uptime.title_uptime":"\xC7al\u0131\u015Fma S\xFCresi","status.widget.accessories.choose_accessories":"Bu ara\xE7ta g\xF6stermek istedi\u011Finiz aksesuarlar\u0131 aksesuarlar sekmesinden se\xE7in.","status.widget.account_1":"The widget layout is shared among all Homebridge UI users.","status.widget.account_2":"Admin users can modify the layout, while non-admin users cannot make changes.","status.widget.add.label_pairing_code":"E\u015Fleme Kodu","status.widget.add.matter_pairing_code":"Matter Pairing Code","status.widget.bridge.restart_error":"Failed to restart child bridge.","status.widget.clock":"Saat","status.widget.clock_dateformat":"Tarih Bi\xE7imi","status.widget.clock_timeformat":"Saat Bi\xE7imi","status.widget.expand_docker":"Expand Docker Container Information","status.widget.font_size":"Yaz\u0131 Boyutu","status.widget.font_weight":"Yaz\u0131 Kal\u0131nl\u0131\u011F\u0131","status.widget.hide_node_info":"Hide Node.js Updates","status.widget.hide_npm":"Show npm Version","status.widget.hide_on_mobile":"K\xFC\xE7\xFCk G\xF6sterimde Gizle (Mobil Ekranlar)","status.widget.homebridge_logs":"Homebridge G\xFCnl\xFCkleri","status.widget.info":"Sistem Bilgisi","status.widget.info.arch":"Arch.","status.widget.info.config_path":"Yap\u0131land\u0131rma Konumu","status.widget.info.docker":"Docker","status.widget.info.docker_update_message":"Updating the Docker container requires manually pulling the latest image and restarting the container. Homebridge does not perform this automatically. Refer to your Docker image's documentation for update instructions.","status.widget.info.docker_update_title":"Docker Container Update","status.widget.info.hostname":"Ana Bilgisayar Ad\u0131","status.widget.info.ipv4":"IPv4","status.widget.info.ipv6":"IPv6","status.widget.info.no":"No","status.widget.info.node_major":"Node.js Major Versions","status.widget.info.node_next_no":"Your current architecture ({{ architecture }}) is 32-bit, which is not supported. You will need to migrate to a 64-bit system. Please use Node.js v22 instead, which we will be supporting until April 2027.","status.widget.info.node_next_yes":"Your current architecture ({{ architecture }}) supports Node.js v24, so you can upgrade when you are ready.","status.widget.info.node_unsupp":"Unsupported","status.widget.info.node_unsupp_message":"You are running a version of Node.js that is not officially supported by Homebridge. You should consider changing to a supported version.","status.widget.info.node_update_message":"Homebridge requires Node.js installed on your system to run. From time to time, you will need to update the Node.js runtime to enable support for new features. Homebridge (and verified plugins) support all current Active and Maintenance LTS releases of Node.js.","status.widget.info.node_update_message_2":"For Docker/Synology users, the Node.js version is managed by the Docker image or Synology package. You can hide Node.js update information using the widget settings.","status.widget.info.nodejs_path":"Node.js Path","status.widget.info.os":"\u0130S","status.widget.info.plugin_path":"Eklentiler Konumu","status.widget.info.service_user":"Kullan\u0131c\u0131","status.widget.info.storage_path":"Depolama Konumu","status.widget.info.synology_package":"Synology Package","status.widget.info.timezone":"Saat Dilimi","status.widget.info.yes":"Yes","status.widget.network.history_items":"History Items","status.widget.network.items":"items","status.widget.network.network_interface":"Network Interface","status.widget.network.none_selected":"Using Default","status.widget.network.refresh_interval":"Refresh Interval","status.widget.network.seconds":"seconds","status.widget.qr_paired":"Paired","status.widget.qr_unpaired":"Not Paired","status.widget.show_hide":"Show/Hide Widgets","status.widget.title_manage_widget":"Arac\u0131 Y\xF6net","status.widget.update_node_no":"{{ pluginName }} is not compatible with Node {{ nodeVersion }}.","status.widget.update_node_unknown":"The developer of {{ pluginName }} has not specified the Node version compatibility.","status.widget.update_node_yes":"{{ pluginName }} is compatible with Node {{ nodeVersion }}.","status.widget.uptime.label_process":"\u0130\u015Flem","status.widget.uptime.label_server":"Sunucu","status.widget.weather.label_config_required_help":"L\xFCtfen ara\xE7 se\xE7eneklerinde \u015Fehrinizi se\xE7in.","status.widget.weather.label_search_for_your_city":"\u015Eehrinizi aray\u0131n:","status.widget.weather.title_weather":"Hava Durumu","support.dev.api":"Homebridge API","support.dev.api_hap":"HAP-NodeJS API","support.dev.api_hap_sub":"HAP-NodeJS is an implementation of the HomeKit Accessory Server as specified in the HomeKit Accessory Protocol (HAP), which is defined by Apple as part of the HomeKit Framework.","support.dev.api_sub":"Homebridge is a lightweight Node.js server you can run on your home network to emulate the HomeKit Accessory Protocol (HAP).","support.dev.item_swagger":"Swagger Docs","support.dev.item_swagger_sub":"The Homebridge REST API allows you to interact with your Homebridge server using HTTP requests.","support.dev.template":"Plugin Template Repo","support.dev.template_sub":"A template Homebridge plugin that can be used as a base to help you get started developing your own plugin.","support.dev.title":"Developers","support.dev.verified":"Verified By Homebridge","support.dev.verified_sub":"The Verified By Homebridge program allows plugin developers to get their plugins reviewed and endorsed by the Homebridge project team.","support.links.discord":"Discord Server","support.links.discord_sub":"Join the Homebridge Discord chat server to chat with other users and developers.","support.links.documentation":"Documentation","support.links.documentation_sub":"The Homebridge documentation provides a wealth of information on how to get started with Homebridge and common issue resolutions.","support.links.issue":"Report An Issue","support.links.issue_sub":"If you are experiencing an issue with Homebridge, please open a new issue on GitHub. This should not be used for issues with specific plugins.","support.links.reddit":"Reddit Community","support.links.reddit_sub":"The Homebridge subreddit is a great place to share your Homebridge setup and ask for help.","support.links.title":"Useful Links","support.title":"Support","toast.no_auth":"Only administrators may access the requested page.","toast.title_error":"Hata","toast.title_success":"Ba\u015Far\u0131l\u0131","toast.title_warning":"Uyar\u0131","users.button_add_user":"Kullan\u0131c\u0131 Ekle","users.label_admin_user":"Y\xF6netici Kullan\u0131c\u0131?","users.label_confirm_password":"Parolay\u0131 Do\u011Frula","users.label_full_name":"Tam Ad\u0131","users.label_new_password":"Yeni Parola","users.label_password":"Parola","users.label_username":"Kullan\u0131c\u0131 ad\u0131","users.setup_2fa":"2AD Kur","users.setup_2fa_activate_error":"An error occurred activating 2FA","users.setup_2fa_cannot_setup_2fa":"2AD Kurulam\u0131yor","users.setup_2fa_disable":"2AD'yi Devre D\u0131\u015F\u0131 B\u0131rak","users.setup_2fa_disable_current_password":"\u0130ki a\u015Famal\u0131 do\u011Frulamay\u0131 devre d\u0131\u015F\u0131 b\u0131rakmak i\xE7in mevcut parolan\u0131z\u0131 girin:","users.setup_2fa_disable_success":"\u0130ki a\u015Famal\u0131 do\u011Frulama devre d\u0131\u015F\u0131 b\u0131rak\u0131ld\u0131.","users.setup_2fa_enable":"2AD'yi Etkinle\u015Ftir","users.setup_2fa_enable_error":"An error occurred setting up 2FA","users.setup_2fa_enabled_success":"\u0130ki a\u015Famal\u0131 do\u011Frulama etkinle\u015Ftirildi.","users.setup_2fa_enter_code":"Do\u011Frulama uygulaman\u0131zdaki kodu girin:","users.setup_2fa_scan_qr_code":"Do\u011Frulama uygulaman\u0131zla a\u015Fa\u011F\u0131daki QR kodu taray\u0131n:","users.setup_2fa_scan_qr_manual":"If you cannot scan the QR code, you can enter the following secret key manually:","users.setup_2fa_server_time_out":"Sunucunuzun saat fark\u0131 {{ timeDiffError }} ms. En fazla izin verilen +/-5000 milisaniyedir","users.setup_2fa_warning":"\u0130ki a\u015Famal\u0131 do\u011Frulama ile giri\u015F yapmak i\xE7in Homebridge sunucunuzun tam do\u011Fru tarih ve zaman ayar\u0131nda olmas\u0131 gerekir. E\u011Fer sunucunuz tarih ve saat ayar\u0131n\u0131 do\u011Fru \u015Fekilde tutam\u0131yorsa 2AD'yi etkinle\u015Ftirmemeniz gerekir aksi takdirde Homebridge UI'a kal\u0131c\u0131 olarak giri\u015F yapamayabilirsiniz.","users.support.acc_1":"There are two types of users that can access the Homebridge UI: admin and non-admin users. Admins can access and control everything available in the UI. Non-admin users have a read-only view of the following pages:","users.support.acc_2":"2FA can only be set up on admin accounts, and must do this via the users page logged in as themselves.","users.support.control":"can be controlled","users.title_add_user":"Kullan\u0131c\u0131 Ekle","users.title_edit_user":"Kullan\u0131c\u0131y\u0131 D\xFCzenle","users.title_users":"Kullan\u0131c\u0131lar","users.toast_added_new_user":"Yeni Kullan\u0131c\u0131 Eklendi","users.toast_failed_to_add_user":"Kullan\u0131c\u0131 Eklenemedi","users.toast_failed_to_delete_user":"Kullan\u0131c\u0131 Silinemedi","users.toast_updated_user":"Kullan\u0131c\u0131 G\xFCncellendi","users.toast_user_deleted":"Kullan\u0131c\u0131 Silindi"}});export{s as a};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{a}from"./chunk-B2R3BKIF.js";import"./chunk-B4AJQJMI.js";export default a();
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import{m as du}from"./chunk-GAI5J4YQ.js";import{e as Qu}from"./chunk-ZAKTSIL5.js";import{b as ue}from"./chunk-CAB2VD3D.js";import{E as Wu,F as lu,H as Xu,K as Yu}from"./chunk-MW6H5Z5G.js";import{Ab as Ju,Cb as qu,Db as Gu,Eb as Ku,Ec as T,Fc as M,Jb as g,Kb as N,Lb as q,Oc as Zu,Yb as Z,Za as p,Zb as wu,aa as J,hc as Uu,kc as j,lc as nu,mc as Q,nb as fu,yb as tu,zb as zu}from"./chunk-ZPXACREZ.js";import{a as Su,b as ku,e as He,h as Hu}from"./chunk-B4AJQJMI.js";var Ke=He((Pu,Nu)=>{(function(F,B){typeof Pu=="object"&&typeof Nu<"u"?Nu.exports=B():typeof define=="function"&&define.amd?define(B):F.JSON5=B()})(Pu,function(){"use strict";function F(u,e){return e={exports:{}},u(e,e.exports),e.exports}var B=F(function(u){var e=u.exports=typeof window<"u"&&window.Math==Math?window:typeof self<"u"&&self.Math==Math?self:Function("return this")();typeof __g=="number"&&(__g=e)}),l=F(function(u){var e=u.exports={version:"2.6.5"};typeof __e=="number"&&(__e=e)}),I=l.version,b=function(u){return typeof u=="object"?u!==null:typeof u=="function"},G=function(u){if(!b(u))throw TypeError(u+" is not an object!");return u},Iu=function(u){try{return!!u()}catch{return!0}},Bu=!Iu(function(){return Object.defineProperty({},"a",{get:function(){return 7}}).a!=7}),mu=B.document,ee=b(mu)&&b(mu.createElement),te=function(u){return ee?mu.createElement(u):{}},De=!Bu&&!Iu(function(){return Object.defineProperty(te("div"),"a",{get:function(){return 7}}).a!=7}),re=function(u,e){if(!b(u))return u;var r,D;if(e&&typeof(r=u.toString)=="function"&&!b(D=r.call(u))||typeof(r=u.valueOf)=="function"&&!b(D=r.call(u))||!e&&typeof(r=u.toString)=="function"&&!b(D=r.call(u)))return D;throw TypeError("Can't convert object to primitive value")},ne=Object.defineProperty,ie=Bu?Object.defineProperty:function(e,r,D){if(G(e),r=re(r,!0),G(D),De)try{return ne(e,r,D)}catch{}if("get"in D||"set"in D)throw TypeError("Accessors not supported!");return"value"in D&&(e[r]=D.value),e},ae={f:ie},oe=function(u,e){return{enumerable:!(u&1),configurable:!(u&2),writable:!(u&4),value:e}},iu=Bu?function(u,e,r){return ae.f(u,e,oe(1,r))}:function(u,e,r){return u[e]=r,u},Ce={}.hasOwnProperty,Tu=function(u,e){return Ce.call(u,e)},Fe=0,se=Math.random(),Ae=function(u){return"Symbol(".concat(u===void 0?"":u,")_",(++Fe+se).toString(36))},Ee=!1,ce=F(function(u){var e="__core-js_shared__",r=B[e]||(B[e]={});(u.exports=function(D,n){return r[D]||(r[D]=n!==void 0?n:{})})("versions",[]).push({version:l.version,mode:Ee?"pure":"global",copyright:"\xA9 2019 Denis Pushkarev (zloirock.ru)"})}),pu=ce("native-function-to-string",Function.toString),fe=F(function(u){var e=Ae("src"),r="toString",D=(""+pu).split(r);l.inspectSource=function(n){return pu.call(n)},(u.exports=function(n,C,A,w){var m=typeof A=="function";m&&(Tu(A,"name")||iu(A,"name",C)),n[C]!==A&&(m&&(Tu(A,e)||iu(A,e,n[C]?""+n[C]:D.join(String(C)))),n===B?n[C]=A:w?n[C]?n[C]=A:iu(n,C,A):(delete n[C],iu(n,C,A)))})(Function.prototype,r,function(){return typeof this=="function"&&this[e]||pu.call(this)})}),le=function(u){if(typeof u!="function")throw TypeError(u+" is not a function!");return u},Mu=function(u,e,r){if(le(u),e===void 0)return u;switch(r){case 1:return function(D){return u.call(e,D)};case 2:return function(D,n){return u.call(e,D,n)};case 3:return function(D,n,C){return u.call(e,D,n,C)}}return function(){return u.apply(e,arguments)}},vu="prototype",x=function(u,e,r){var D=u&x.F,n=u&x.G,C=u&x.S,A=u&x.P,w=u&x.B,m=n?B:C?B[e]||(B[e]={}):(B[e]||{})[vu],Y=n?l:l[e]||(l[e]={}),Du=Y[vu]||(Y[vu]={}),O,R,P,ru;n&&(r=e);for(O in r)R=!D&&m&&m[O]!==void 0,P=(R?m:r)[O],ru=w&&R?Mu(P,B):A&&typeof P=="function"?Mu(Function.call,P):P,m&&fe(m,O,P,u&x.U),Y[O]!=P&&iu(Y,O,ru),A&&Du[O]!=P&&(Du[O]=P)};B.core=l,x.F=1,x.G=2,x.S=4,x.P=8,x.B=16,x.W=32,x.U=64,x.R=128;var au=x,de=Math.ceil,Be=Math.floor,ju=function(u){return isNaN(u=+u)?0:(u>0?Be:de)(u)},me=function(u){if(u==null)throw TypeError("Can't call method on "+u);return u},pe=function(u){return function(e,r){var D=String(me(e)),n=ju(r),C=D.length,A,w;return n<0||n>=C?u?"":void 0:(A=D.charCodeAt(n),A<55296||A>56319||n+1===C||(w=D.charCodeAt(n+1))<56320||w>57343?u?D.charAt(n):A:u?D.slice(n,n+2):(A-55296<<10)+(w-56320)+65536)}},ve=pe(!1);au(au.P,"String",{codePointAt:function(e){return ve(this,e)}});var Ue=l.String.codePointAt,ge=Math.max,he=Math.min,be=function(u,e){return u=ju(u),u<0?ge(u+e,0):he(u,e)},$u=String.fromCharCode,Ou=String.fromCodePoint;au(au.S+au.F*(!!Ou&&Ou.length!=1),"String",{fromCodePoint:function(e){for(var r=arguments,D=[],n=arguments.length,C=0,A;n>C;){if(A=+r[C++],be(A,1114111)!==A)throw RangeError(A+" is not a valid code point");D.push(A<65536?$u(A):$u(((A-=65536)>>10)+55296,A%1024+56320))}return D.join("")}});var Ze=l.String.fromCodePoint,ye=/[\u1680\u2000-\u200A\u202F\u205F\u3000]/,_e=/[\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\u0561-\u0587\u05D0-\u05EA\u05F0-\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\u08A0-\u08B4\u08B6-\u08BD\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\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\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\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\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\u16EE-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\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-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\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\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\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-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\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-\uAB65\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\uDD40-\uDD74\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\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-\uDE33\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\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\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE83\uDE86-\uDE89\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50\uDF93-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\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]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43]|\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-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]/,xe=/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u08D4-\u08E1\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u09FC\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9-\u0AFF\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C80-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D00-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D54-\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\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\u135D-\u135F\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19D9\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1CD0-\u1CD2\u1CD4-\u1CF9\u1D00-\u1DF9\u1DFB-\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\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u2E2F\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099\u309A\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\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\uDD40-\uDD74\uDDFD\uDE80-\uDE9C\uDEA0-\uDED0\uDEE0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF7A\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\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-\uDE03\uDE05\uDE06\uDE0C-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE38-\uDE3A\uDE3F\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE6\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC00-\uDC46\uDC66-\uDC6F\uDC7F-\uDCBA\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD00-\uDD34\uDD36-\uDD3F\uDD50-\uDD73\uDD76\uDD80-\uDDC4\uDDCA-\uDDCC\uDDD0-\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE37\uDE3E\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEEA\uDEF0-\uDEF9\uDF00-\uDF03\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3C-\uDF44\uDF47\uDF48\uDF4B-\uDF4D\uDF50\uDF57\uDF5D-\uDF63\uDF66-\uDF6C\uDF70-\uDF74]|\uD805[\uDC00-\uDC4A\uDC50-\uDC59\uDC80-\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDB5\uDDB8-\uDDC0\uDDD8-\uDDDD\uDE00-\uDE40\uDE44\uDE50-\uDE59\uDE80-\uDEB7\uDEC0-\uDEC9\uDF00-\uDF19\uDF1D-\uDF2B\uDF30-\uDF39]|\uD806[\uDCA0-\uDCE9\uDCFF\uDE00-\uDE3E\uDE47\uDE50-\uDE83\uDE86-\uDE99\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC36\uDC38-\uDC40\uDC50-\uDC59\uDC72-\uDC8F\uDC92-\uDCA7\uDCA9-\uDCB6\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD36\uDD3A\uDD3C\uDD3D\uDD3F-\uDD47\uDD50-\uDD59]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDED0-\uDEED\uDEF0-\uDEF4\uDF00-\uDF36\uDF40-\uDF43\uDF50-\uDF59\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50-\uDF7E\uDF8F-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99\uDC9D\uDC9E]|\uD834[\uDD65-\uDD69\uDD6D-\uDD72\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\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\uDFCE-\uDFFF]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE9B-\uDE9F\uDEA1-\uDEAF]|\uD838[\uDC00-\uDC06\uDC08-\uDC18\uDC1B-\uDC21\uDC23\uDC24\uDC26-\uDC2A]|\uD83A[\uDC00-\uDCC4\uDCD0-\uDCD6\uDD00-\uDD4A\uDD50-\uDD59]|\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-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uDB40[\uDD00-\uDDEF]/,gu={Space_Separator:ye,ID_Start:_e,ID_Continue:xe},d={isSpaceSeparator:function(e){return typeof e=="string"&&gu.Space_Separator.test(e)},isIdStartChar:function(e){return typeof e=="string"&&(e>="a"&&e<="z"||e>="A"&&e<="Z"||e==="$"||e==="_"||gu.ID_Start.test(e))},isIdContinueChar:function(e){return typeof e=="string"&&(e>="a"&&e<="z"||e>="A"&&e<="Z"||e>="0"&&e<="9"||e==="$"||e==="_"||e==="\u200C"||e==="\u200D"||gu.ID_Continue.test(e))},isDigit:function(e){return typeof e=="string"&&/[0-9]/.test(e)},isHexDigit:function(e){return typeof e=="string"&&/[0-9A-Fa-f]/.test(e)}},hu,S,V,Fu,K,$,v,bu,ou,Se=function(e,r){hu=String(e),S="start",V=[],Fu=0,K=1,$=0,v=void 0,bu=void 0,ou=void 0;do v=we(),Ie[S]();while(v.type!=="eof");return typeof r=="function"?yu({"":ou},"",r):ou};function yu(u,e,r){var D=u[e];if(D!=null&&typeof D=="object")if(Array.isArray(D))for(var n=0;n<D.length;n++){var C=String(n),A=yu(D,C,r);A===void 0?delete D[C]:Object.defineProperty(D,C,{value:A,writable:!0,enumerable:!0,configurable:!0})}else for(var w in D){var m=yu(D,w,r);m===void 0?delete D[w]:Object.defineProperty(D,w,{value:m,writable:!0,enumerable:!0,configurable:!0})}return r.call(u,e,D)}var o,i,Cu,k,s;function we(){for(o="default",i="",Cu=!1,k=1;;){s=H();var u=Lu[o]();if(u)return u}}function H(){if(hu[Fu])return String.fromCodePoint(hu.codePointAt(Fu))}function t(){var u=H();return u===`
|
|
2
|
+
`?(K++,$=0):u?$+=u.length:$++,u&&(Fu+=u.length),u}var Lu={default:function(){switch(s){case" ":case"\v":case"\f":case" ":case"\xA0":case"\uFEFF":case`
|
|
3
|
+
`:case"\r":case"\u2028":case"\u2029":t();return;case"/":t(),o="comment";return;case void 0:return t(),c("eof")}if(d.isSpaceSeparator(s)){t();return}return Lu[S]()},comment:function(){switch(s){case"*":t(),o="multiLineComment";return;case"/":t(),o="singleLineComment";return}throw f(t())},multiLineComment:function(){switch(s){case"*":t(),o="multiLineCommentAsterisk";return;case void 0:throw f(t())}t()},multiLineCommentAsterisk:function(){switch(s){case"*":t();return;case"/":t(),o="default";return;case void 0:throw f(t())}t(),o="multiLineComment"},singleLineComment:function(){switch(s){case`
|
|
4
|
+
`:case"\r":case"\u2028":case"\u2029":t(),o="default";return;case void 0:return t(),c("eof")}t()},value:function(){switch(s){case"{":case"[":return c("punctuator",t());case"n":return t(),W("ull"),c("null",null);case"t":return t(),W("rue"),c("boolean",!0);case"f":return t(),W("alse"),c("boolean",!1);case"-":case"+":t()==="-"&&(k=-1),o="sign";return;case".":i=t(),o="decimalPointLeading";return;case"0":i=t(),o="zero";return;case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":i=t(),o="decimalInteger";return;case"I":return t(),W("nfinity"),c("numeric",1/0);case"N":return t(),W("aN"),c("numeric",NaN);case'"':case"'":Cu=t()==='"',i="",o="string";return}throw f(t())},identifierNameStartEscape:function(){if(s!=="u")throw f(t());t();var e=_u();switch(e){case"$":case"_":break;default:if(!d.isIdStartChar(e))throw Ru();break}i+=e,o="identifierName"},identifierName:function(){switch(s){case"$":case"_":case"\u200C":case"\u200D":i+=t();return;case"\\":t(),o="identifierNameEscape";return}if(d.isIdContinueChar(s)){i+=t();return}return c("identifier",i)},identifierNameEscape:function(){if(s!=="u")throw f(t());t();var e=_u();switch(e){case"$":case"_":case"\u200C":case"\u200D":break;default:if(!d.isIdContinueChar(e))throw Ru();break}i+=e,o="identifierName"},sign:function(){switch(s){case".":i=t(),o="decimalPointLeading";return;case"0":i=t(),o="zero";return;case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":i=t(),o="decimalInteger";return;case"I":return t(),W("nfinity"),c("numeric",k*(1/0));case"N":return t(),W("aN"),c("numeric",NaN)}throw f(t())},zero:function(){switch(s){case".":i+=t(),o="decimalPoint";return;case"e":case"E":i+=t(),o="decimalExponent";return;case"x":case"X":i+=t(),o="hexadecimal";return}return c("numeric",k*0)},decimalInteger:function(){switch(s){case".":i+=t(),o="decimalPoint";return;case"e":case"E":i+=t(),o="decimalExponent";return}if(d.isDigit(s)){i+=t();return}return c("numeric",k*Number(i))},decimalPointLeading:function(){if(d.isDigit(s)){i+=t(),o="decimalFraction";return}throw f(t())},decimalPoint:function(){switch(s){case"e":case"E":i+=t(),o="decimalExponent";return}if(d.isDigit(s)){i+=t(),o="decimalFraction";return}return c("numeric",k*Number(i))},decimalFraction:function(){switch(s){case"e":case"E":i+=t(),o="decimalExponent";return}if(d.isDigit(s)){i+=t();return}return c("numeric",k*Number(i))},decimalExponent:function(){switch(s){case"+":case"-":i+=t(),o="decimalExponentSign";return}if(d.isDigit(s)){i+=t(),o="decimalExponentInteger";return}throw f(t())},decimalExponentSign:function(){if(d.isDigit(s)){i+=t(),o="decimalExponentInteger";return}throw f(t())},decimalExponentInteger:function(){if(d.isDigit(s)){i+=t();return}return c("numeric",k*Number(i))},hexadecimal:function(){if(d.isHexDigit(s)){i+=t(),o="hexadecimalInteger";return}throw f(t())},hexadecimalInteger:function(){if(d.isHexDigit(s)){i+=t();return}return c("numeric",k*Number(i))},string:function(){switch(s){case"\\":t(),i+=Pe();return;case'"':if(Cu)return t(),c("string",i);i+=t();return;case"'":if(!Cu)return t(),c("string",i);i+=t();return;case`
|
|
5
|
+
`:case"\r":throw f(t());case"\u2028":case"\u2029":Te(s);break;case void 0:throw f(t())}i+=t()},start:function(){switch(s){case"{":case"[":return c("punctuator",t())}o="value"},beforePropertyName:function(){switch(s){case"$":case"_":i=t(),o="identifierName";return;case"\\":t(),o="identifierNameStartEscape";return;case"}":return c("punctuator",t());case'"':case"'":Cu=t()==='"',o="string";return}if(d.isIdStartChar(s)){i+=t(),o="identifierName";return}throw f(t())},afterPropertyName:function(){if(s===":")return c("punctuator",t());throw f(t())},beforePropertyValue:function(){o="value"},afterPropertyValue:function(){switch(s){case",":case"}":return c("punctuator",t())}throw f(t())},beforeArrayValue:function(){if(s==="]")return c("punctuator",t());o="value"},afterArrayValue:function(){switch(s){case",":case"]":return c("punctuator",t())}throw f(t())},end:function(){throw f(t())}};function c(u,e){return{type:u,value:e,line:K,column:$}}function W(u){for(var e=0,r=u;e<r.length;e+=1){var D=r[e],n=H();if(n!==D)throw f(t());t()}}function Pe(){var u=H();switch(u){case"b":return t(),"\b";case"f":return t(),"\f";case"n":return t(),`
|
|
6
|
+
`;case"r":return t(),"\r";case"t":return t()," ";case"v":return t(),"\v";case"0":if(t(),d.isDigit(H()))throw f(t());return"\0";case"x":return t(),Ne();case"u":return t(),_u();case`
|
|
7
|
+
`:case"\u2028":case"\u2029":return t(),"";case"\r":return t(),H()===`
|
|
8
|
+
`&&t(),"";case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":throw f(t());case void 0:throw f(t())}return t()}function Ne(){var u="",e=H();if(!d.isHexDigit(e)||(u+=t(),e=H(),!d.isHexDigit(e)))throw f(t());return u+=t(),String.fromCodePoint(parseInt(u,16))}function _u(){for(var u="",e=4;e-- >0;){var r=H();if(!d.isHexDigit(r))throw f(t());u+=t()}return String.fromCodePoint(parseInt(u,16))}var Ie={start:function(){if(v.type==="eof")throw X();xu()},beforePropertyName:function(){switch(v.type){case"identifier":case"string":bu=v.value,S="afterPropertyName";return;case"punctuator":su();return;case"eof":throw X()}},afterPropertyName:function(){if(v.type==="eof")throw X();S="beforePropertyValue"},beforePropertyValue:function(){if(v.type==="eof")throw X();xu()},beforeArrayValue:function(){if(v.type==="eof")throw X();if(v.type==="punctuator"&&v.value==="]"){su();return}xu()},afterPropertyValue:function(){if(v.type==="eof")throw X();switch(v.value){case",":S="beforePropertyName";return;case"}":su()}},afterArrayValue:function(){if(v.type==="eof")throw X();switch(v.value){case",":S="beforeArrayValue";return;case"]":su()}},end:function(){}};function xu(){var u;switch(v.type){case"punctuator":switch(v.value){case"{":u={};break;case"[":u=[];break}break;case"null":case"boolean":case"numeric":case"string":u=v.value;break}if(ou===void 0)ou=u;else{var e=V[V.length-1];Array.isArray(e)?e.push(u):Object.defineProperty(e,bu,{value:u,writable:!0,enumerable:!0,configurable:!0})}if(u!==null&&typeof u=="object")V.push(u),Array.isArray(u)?S="beforeArrayValue":S="beforePropertyName";else{var r=V[V.length-1];r==null?S="end":Array.isArray(r)?S="afterArrayValue":S="afterPropertyValue"}}function su(){V.pop();var u=V[V.length-1];u==null?S="end":Array.isArray(u)?S="afterArrayValue":S="afterPropertyValue"}function f(u){return Au(u===void 0?"JSON5: invalid end of input at "+K+":"+$:"JSON5: invalid character '"+Vu(u)+"' at "+K+":"+$)}function X(){return Au("JSON5: invalid end of input at "+K+":"+$)}function Ru(){return $-=5,Au("JSON5: invalid identifier character at "+K+":"+$)}function Te(u){console.warn("JSON5: '"+Vu(u)+"' in strings is not valid ECMAScript; consider escaping")}function Vu(u){var e={"'":"\\'",'"':'\\"',"\\":"\\\\","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r"," ":"\\t","\v":"\\v","\0":"\\0","\u2028":"\\u2028","\u2029":"\\u2029"};if(e[u])return e[u];if(u<" "){var r=u.charCodeAt(0).toString(16);return"\\x"+("00"+r).substring(r.length)}return u}function Au(u){var e=new SyntaxError(u);return e.lineNumber=K,e.columnNumber=$,e}var Me=function(e,r,D){var n=[],C="",A,w,m="",Y;if(r!=null&&typeof r=="object"&&!Array.isArray(r)&&(D=r.space,Y=r.quote,r=r.replacer),typeof r=="function")w=r;else if(Array.isArray(r)){A=[];for(var Du=0,O=r;Du<O.length;Du+=1){var R=O[Du],P=void 0;typeof R=="string"?P=R:(typeof R=="number"||R instanceof String||R instanceof Number)&&(P=String(R)),P!==void 0&&A.indexOf(P)<0&&A.push(P)}}return D instanceof Number?D=Number(D):D instanceof String&&(D=String(D)),typeof D=="number"?D>0&&(D=Math.min(10,Math.floor(D)),m=" ".substr(0,D)):typeof D=="string"&&(m=D.substr(0,10)),ru("",{"":e});function ru(E,y){var a=y[E];switch(a!=null&&(typeof a.toJSON5=="function"?a=a.toJSON5(E):typeof a.toJSON=="function"&&(a=a.toJSON(E))),w&&(a=w.call(y,E,a)),a instanceof Number?a=Number(a):a instanceof String?a=String(a):a instanceof Boolean&&(a=a.valueOf()),a){case null:return"null";case!0:return"true";case!1:return"false"}if(typeof a=="string")return Eu(a,!1);if(typeof a=="number")return String(a);if(typeof a=="object")return Array.isArray(a)?Ve(a):Le(a)}function Eu(E){for(var y={"'":.1,'"':.2},a={"'":"\\'",'"':'\\"',"\\":"\\\\","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r"," ":"\\t","\v":"\\v","\0":"\\0","\u2028":"\\u2028","\u2029":"\\u2029"},h="",L=0;L<E.length;L++){var _=E[L];switch(_){case"'":case'"':y[_]++,h+=_;continue;case"\0":if(d.isDigit(E[L+1])){h+="\\x00";continue}}if(a[_]){h+=a[_];continue}if(_<" "){var uu=_.charCodeAt(0).toString(16);h+="\\x"+("00"+uu).substring(uu.length);continue}h+=_}var z=Y||Object.keys(y).reduce(function(U,eu){return y[U]<y[eu]?U:eu});return h=h.replace(new RegExp(z,"g"),a[z]),z+h+z}function Le(E){if(n.indexOf(E)>=0)throw TypeError("Converting circular structure to JSON5");n.push(E);var y=C;C=C+m;for(var a=A||Object.keys(E),h=[],L=0,_=a;L<_.length;L+=1){var uu=_[L],z=ru(uu,E);if(z!==void 0){var U=Re(uu)+":";m!==""&&(U+=" "),U+=z,h.push(U)}}var eu;if(h.length===0)eu="{}";else{var cu;if(m==="")cu=h.join(","),eu="{"+cu+"}";else{var ke=`,
|
|
9
|
+
`+C;cu=h.join(ke),eu=`{
|
|
10
|
+
`+C+cu+`,
|
|
11
|
+
`+y+"}"}}return n.pop(),C=y,eu}function Re(E){if(E.length===0)return Eu(E,!0);var y=String.fromCodePoint(E.codePointAt(0));if(!d.isIdStartChar(y))return Eu(E,!0);for(var a=y.length;a<E.length;a++)if(!d.isIdContinueChar(String.fromCodePoint(E.codePointAt(a))))return Eu(E,!0);return E}function Ve(E){if(n.indexOf(E)>=0)throw TypeError("Converting circular structure to JSON5");n.push(E);var y=C;C=C+m;for(var a=[],h=0;h<E.length;h++){var L=ru(String(h),E);a.push(L!==void 0?L:"null")}var _;if(a.length===0)_="[]";else if(m===""){var uu=a.join(",");_="["+uu+"]"}else{var z=`,
|
|
12
|
+
`+C,U=a.join(z);_=`[
|
|
13
|
+
`+C+U+`,
|
|
14
|
+
`+y+"]"}return n.pop(),C=y,_}},je={parse:Se,stringify:Me},$e=je,Oe=$e;return Oe})});var e0=(()=>{class F{$activeModal=J(du);$router=J(Qu);onRestartHomebridgeClick(){this.$router.navigate(["/restart"]),this.$activeModal.close()}dismissModal(){this.$activeModal.dismiss("Dismiss")}static \u0275fac=function(I){return new(I||F)};static \u0275cmp=fu({type:F,selectors:[["ng-component"]],decls:23,vars:19,consts:[["role","dialog","aria-modal","true",1,"modal-content"],[1,"modal-header"],["id","restart-homebridge-modal-title",1,"modal-title"],["type","button","data-bs-dismiss","modal",1,"btn-close",3,"click"],[1,"modal-body","text-center"],[1,"fas","fa-power-off","primary-text","mb-3",2,"font-size","75px"],[1,"mb-0"],[1,"modal-footer","justify-content-between"],[1,"text-start"],["type","button","data-bs-dismiss","modal",1,"btn","btn-elegant",3,"click"],[1,"text-center"],[1,"text-end"],["type","button",1,"btn","btn-primary",3,"click"]],template:function(I,b){I&1&&(g(0,"div",0)(1,"div",1)(2,"h5",2),j(3),T(4,"translate"),N(),g(5,"button",3),T(6,"translate"),Z("click",function(){return b.dismissModal()}),N()(),g(7,"div",4),q(8,"i",5),g(9,"p",6),j(10),T(11,"translate"),N()(),g(12,"div",7)(13,"div",8)(14,"button",9),T(15,"translate"),Z("click",function(){return b.dismissModal()}),j(16),T(17,"translate"),N()(),q(18,"div",10),g(19,"div",11)(20,"button",12),Z("click",function(){return b.onRestartHomebridgeClick()}),j(21),T(22,"translate"),N()()()()),I&2&&(tu("aria-labelledby","restart-homebridge-modal-title"),p(3),Q(" ",M(4,7,"platform.version.service_restart_required")," "),p(2),tu("aria-label",M(6,9,"form.button_close")),p(5),nu(M(11,11,"plugins.settings.restart_required")),p(4),tu("aria-label",M(15,13,"form.button_close")),p(2),Q(" ",M(17,15,"form.button_close")," "),p(5),Q(" ",M(22,17,"menu.tooltip_restart")," "))},dependencies:[lu],encapsulation:2})}return F})();function Je(F,B){if(F&1&&q(0,"i",19)(1,"i",20),F&2){let l=wu().$implicit;p(),Uu("opacity",l.matterSerialNumber?"1":"0.25")}}function qe(F,B){F&1&&q(0,"i",16)}function Ge(F,B){if(F&1&&(g(0,"li",9)(1,"span",15),zu(2,Je,2,2)(3,qe,1,0,"i",16),N(),g(4,"span",17),j(5),q(6,"br"),g(7,"small",18),j(8),N()()()),F&2){let l=B.$implicit,I=wu();p(2),Ju(I.isMatterSupported?2:3),p(3),Q(" ",l.name),p(3),nu(l.username)}}var F0=(()=>{class F{$activeModal=J(du);$api=J(Yu);$settings=J(ue);$toastr=J(Xu);$translate=J(Wu);isMatterSupported=this.$settings.isFeatureEnabled("matterSupport");bridges=Zu.required({});onRestartChildBridgeClick(){return Hu(this,null,function*(){try{for(let l of this.bridges())yield this.$api.put(`/server/restart/${l.username}`,{});this.$toastr.success(this.$translate.instant("plugins.manage.child_bridge_restart"),this.$translate.instant("toast.title_success"))}catch(l){console.error(l),this.$toastr.error(this.$translate.instant("plugins.manage.child_bridge_restart_failed"),this.$translate.instant("toast.title_error"))}finally{this.$activeModal.close()}})}dismissModal(){this.$activeModal.dismiss("Dismiss")}static \u0275fac=function(I){return new(I||F)};static \u0275cmp=fu({type:F,selectors:[["ng-component"]],inputs:{bridges:[1,"bridges"]},decls:27,vars:18,consts:[[1,"modal-content"],[1,"modal-header"],[1,"modal-title"],["type","button","data-bs-dismiss","modal",1,"btn-close",3,"click"],[1,"modal-body","text-center"],[1,"fas","fa-power-off","primary-text","mb-3",2,"font-size","75px"],[1,"w-100"],[1,"text-center"],[1,"list-group","list-group-box","mb-0","w-75","mx-auto"],[1,"list-group-item","d-flex","justify-content-between","align-items-center"],[1,"modal-footer","justify-content-between"],[1,"text-start"],["type","button","data-bs-dismiss","modal",1,"btn","btn-elegant",3,"click"],[1,"text-end"],["type","button",1,"btn","btn-primary",3,"click"],[1,"me-3"],[1,"fas","fa-hap"],[1,"flex-grow-1","text-start"],[1,"grey-text","font-monospace"],[1,"fas","fa-lg","fa-hap","me-2"],[1,"fas","fa-lg","fa-matter"]],template:function(I,b){I&1&&(g(0,"div",0)(1,"div",1)(2,"h5",2),j(3),T(4,"translate"),N(),g(5,"button",3),T(6,"translate"),Z("click",function(){return b.dismissModal()}),N()(),g(7,"div",4),q(8,"i",5),g(9,"p",6),j(10),T(11,"translate"),N(),g(12,"div",7)(13,"ul",8),Gu(14,Ge,9,3,"li",9,qu),N()()(),g(16,"div",10)(17,"div",11)(18,"button",12),T(19,"translate"),Z("click",function(){return b.dismissModal()}),j(20),T(21,"translate"),N()(),q(22,"div",7),g(23,"div",13)(24,"button",14),Z("click",function(){return b.onRestartChildBridgeClick()}),j(25),T(26,"translate"),N()()()()),I&2&&(p(3),nu(M(4,6,"platform.version.service_restart_required")),p(2),tu("aria-label",M(6,8,"form.button_close")),p(5),nu(M(11,10,"restart.child_bridge_list")),p(4),Ku(b.bridges()),p(4),tu("aria-label",M(19,12,"form.button_close")),p(2),Q(" ",M(21,14,"form.button_close")," "),p(5),Q(" ",M(26,16,"menu.tooltip_restart")," "))},dependencies:[lu],encapsulation:2})}return F})();function E0(F,{isDebugModeEnabled:B,isMatterSupported:l,isPlatformPlugin:I=!0}){return{type:"object",required:["username"],additionalProperties:!1,title:F.instant("child_bridge.bridge_settings"),properties:Su(ku(Su({username:{type:"string",title:F.instant("users.label_username"),description:`The child bridge username must be 6 pairs of colon-separated hexadecimal characters (A-F 0-9).
|
|
15
|
+
Example: 0E:89:49:64:91:86.`,pattern:"^([A-Fa-f0-9]{2}:){5}[A-Fa-f0-9]{2}$"},port:{type:"number",title:F.instant("accessories.bridge_port"),description:"The port the child bridge listens on.",minimum:1025,maximum:65534},pin:{type:"string",title:"Bridge PIN",description:`The child bridge pin.
|
|
16
|
+
Example: 630-27-655.`,pattern:"^([0-9]{3}-[0-9]{2}-[0-9]{3})$"},name:{type:"string",title:F.instant("child_bridge.config.name"),description:"The name of the child bridge.",maxLength:64},manufacturer:{type:"string",title:F.instant("child_bridge.config.manufacturer"),description:"The child bridge manufacturer to be displayed in HomeKit.",maxLength:32},firmwareRevision:{type:"string",title:F.instant("child_bridge.config.firmware"),description:"The child bridge firmware version to be displayed in HomeKit.",maxLength:64},model:{type:"string",title:F.instant("child_bridge.config.model"),description:"The child bridge model to be displayed in HomeKit.",maxLength:32}},B?{debugModeEnabled:{type:"boolean",title:"Debug Mode",description:"Enable verbose logging for debugging."}}:{}),{env:{type:"object",additionalProperties:!1,title:"Environment Variables",description:"Environment variables to set for this child bridge.",properties:{DEBUG:{type:"string",title:"DEBUG",description:F.instant("settings.service.debug_tooltip")},NODE_OPTIONS:{type:"string",title:"NODE_OPTIONS",description:F.instant("settings.service.node_tooltip")}}}}),l&&I?{matter:{type:"object",additionalProperties:!1,title:F.instant("settings.matter.title"),description:"Matter-specific configuration for this child bridge.",properties:{port:{type:"number",title:F.instant("settings.matter.port"),description:F.instant("settings.matter.port_desc"),minimum:1025,maximum:65534}}}}:{})}}export{e0 as a,F0 as b,Ke as c,E0 as d};
|