@sync-in/server 2.0.0 → 2.1.0
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 +18 -0
- package/README.md +38 -28
- package/environment/environment.dist.yaml +4 -0
- package/package.json +17 -17
- package/server/applications/files/utils/doc-textify/adapters/pdf.js +1 -1
- package/server/applications/files/utils/doc-textify/adapters/pdf.js.map +1 -1
- package/server/applications/files/utils/files.js +37 -24
- package/server/applications/files/utils/files.js.map +1 -1
- package/server/applications/notifications/i18n/index.js +5 -0
- package/server/applications/notifications/i18n/index.js.map +1 -1
- package/server/applications/notifications/i18n/nl.js +54 -0
- package/server/applications/notifications/i18n/nl.js.map +1 -0
- package/server/applications/sync/services/sync-clients-manager.service.js +1 -1
- package/server/applications/sync/services/sync-clients-manager.service.js.map +1 -1
- package/server/authentication/providers/oidc/auth-oidc.config.js +5 -0
- package/server/authentication/providers/oidc/auth-oidc.config.js.map +1 -1
- package/server/authentication/providers/oidc/auth-provider-oidc.service.js +10 -7
- package/server/authentication/providers/oidc/auth-provider-oidc.service.js.map +1 -1
- package/server/authentication/providers/oidc/auth-provider-oidc.service.spec.js +16 -0
- package/server/authentication/providers/oidc/auth-provider-oidc.service.spec.js.map +1 -1
- package/server/common/i18n.js +1 -0
- package/server/common/i18n.js.map +1 -1
- package/server/infrastructure/database/database.module.js +7 -0
- package/server/infrastructure/database/database.module.js.map +1 -1
- package/server/infrastructure/database/scripts/check-db.js +20 -0
- package/server/infrastructure/database/scripts/check-db.js.map +1 -0
- package/static/3rdpartylicenses.txt +391 -391
- package/static/assets/pdfjs/build/pdf.mjs +512 -417
- package/static/assets/pdfjs/build/pdf.mjs.map +1 -1
- package/static/assets/pdfjs/build/pdf.sandbox.mjs +390 -4
- package/static/assets/pdfjs/build/pdf.sandbox.mjs.map +1 -1
- package/static/assets/pdfjs/build/pdf.worker.mjs +2378 -401
- package/static/assets/pdfjs/build/pdf.worker.mjs.map +1 -1
- package/static/assets/pdfjs/version +1 -1
- package/static/assets/pdfjs/web/debugger.mjs +6 -15
- package/static/assets/pdfjs/web/locale/be/viewer.ftl +78 -0
- package/static/assets/pdfjs/web/locale/cs/viewer.ftl +82 -0
- package/static/assets/pdfjs/web/locale/cy/viewer.ftl +90 -0
- package/static/assets/pdfjs/web/locale/de/viewer.ftl +75 -0
- package/static/assets/pdfjs/web/locale/dsb/viewer.ftl +82 -0
- package/static/assets/pdfjs/web/locale/el/viewer.ftl +74 -0
- package/static/assets/pdfjs/web/locale/en-CA/viewer.ftl +74 -0
- package/static/assets/pdfjs/web/locale/en-GB/viewer.ftl +81 -0
- package/static/assets/pdfjs/web/locale/en-US/viewer.ftl +14 -14
- package/static/assets/pdfjs/web/locale/eo/viewer.ftl +74 -0
- package/static/assets/pdfjs/web/locale/es-AR/viewer.ftl +74 -0
- package/static/assets/pdfjs/web/locale/es-CL/viewer.ftl +74 -0
- package/static/assets/pdfjs/web/locale/es-ES/viewer.ftl +74 -0
- package/static/assets/pdfjs/web/locale/es-MX/viewer.ftl +75 -0
- package/static/assets/pdfjs/web/locale/eu/viewer.ftl +74 -0
- package/static/assets/pdfjs/web/locale/fi/viewer.ftl +74 -0
- package/static/assets/pdfjs/web/locale/fr/viewer.ftl +81 -0
- package/static/assets/pdfjs/web/locale/fy-NL/viewer.ftl +74 -0
- package/static/assets/pdfjs/web/locale/gn/viewer.ftl +77 -0
- package/static/assets/pdfjs/web/locale/he/viewer.ftl +81 -0
- package/static/assets/pdfjs/web/locale/hsb/viewer.ftl +87 -0
- package/static/assets/pdfjs/web/locale/hu/viewer.ftl +74 -0
- package/static/assets/pdfjs/web/locale/hy-AM/viewer.ftl +10 -10
- package/static/assets/pdfjs/web/locale/ia/viewer.ftl +75 -0
- package/static/assets/pdfjs/web/locale/it/viewer.ftl +81 -0
- package/static/assets/pdfjs/web/locale/ja/viewer.ftl +58 -0
- package/static/assets/pdfjs/web/locale/ka/viewer.ftl +74 -0
- package/static/assets/pdfjs/web/locale/kk/viewer.ftl +81 -0
- package/static/assets/pdfjs/web/locale/km/viewer.ftl +44 -0
- package/static/assets/pdfjs/web/locale/ko/viewer.ftl +65 -0
- package/static/assets/pdfjs/web/locale/nb-NO/viewer.ftl +74 -0
- package/static/assets/pdfjs/web/locale/nl/viewer.ftl +81 -0
- package/static/assets/pdfjs/web/locale/nn-NO/viewer.ftl +75 -0
- package/static/assets/pdfjs/web/locale/pa-IN/viewer.ftl +74 -0
- package/static/assets/pdfjs/web/locale/pl/viewer.ftl +78 -0
- package/static/assets/pdfjs/web/locale/pt-BR/viewer.ftl +74 -0
- package/static/assets/pdfjs/web/locale/ro/viewer.ftl +81 -3
- package/static/assets/pdfjs/web/locale/ru/viewer.ftl +85 -0
- package/static/assets/pdfjs/web/locale/sk/viewer.ftl +83 -1
- package/static/assets/pdfjs/web/locale/sl/viewer.ftl +82 -0
- package/static/assets/pdfjs/web/locale/sv-SE/viewer.ftl +81 -0
- package/static/assets/pdfjs/web/locale/tg/viewer.ftl +74 -0
- package/static/assets/pdfjs/web/locale/th/viewer.ftl +58 -0
- package/static/assets/pdfjs/web/locale/tr/viewer.ftl +74 -0
- package/static/assets/pdfjs/web/locale/uk/viewer.ftl +144 -0
- package/static/assets/pdfjs/web/locale/vi/viewer.ftl +65 -0
- package/static/assets/pdfjs/web/locale/zh-CN/viewer.ftl +61 -3
- package/static/assets/pdfjs/web/locale/zh-TW/viewer.ftl +65 -0
- package/static/assets/pdfjs/web/viewer.css +292 -152
- package/static/assets/pdfjs/web/viewer.html +14 -21
- package/static/assets/pdfjs/web/viewer.mjs +782 -327
- package/static/assets/pdfjs/web/viewer.mjs.map +1 -1
- package/static/assets/pdfjs/web/wasm/jbig2.wasm +0 -0
- package/static/{chunk-7WOPGQXB.js → chunk-25XD7GNL.js} +1 -1
- package/static/{chunk-E5WI5725.js → chunk-2W4Z5VTY.js} +1 -1
- package/static/chunk-2XNPCG4F.js +1 -0
- package/static/chunk-3B2RHO2H.js +1 -0
- package/static/{chunk-UMDRE4S7.js → chunk-3DNAFXGN.js} +1 -1
- package/static/{chunk-OANZITPM.js → chunk-3EPN4WD7.js} +1 -1
- package/static/chunk-4L2WBHB6.js +1 -0
- package/static/chunk-4RYZNAIZ.js +1 -0
- package/static/chunk-5C77PEFA.js +1 -0
- package/static/chunk-5JA3DZWQ.js +1 -0
- package/static/chunk-5MSTJGPE.js +1 -0
- package/static/{chunk-VSBFNFOM.js → chunk-5O7KTREI.js} +1 -1
- package/static/chunk-6KORLSUZ.js +1 -0
- package/static/chunk-6LIHQVPW.js +2 -0
- package/static/{chunk-2CKLZ3FM.js → chunk-72BXGTUG.js} +1 -1
- package/static/chunk-7423QJQN.js +1 -0
- package/static/chunk-77HB4DE6.js +1 -0
- package/static/{chunk-RWAAC3A4.js → chunk-7PVTMTWH.js} +1 -1
- package/static/{chunk-IWWBV6EM.js → chunk-7UIOW5AD.js} +1 -1
- package/static/chunk-7YMONFZZ.js +1 -0
- package/static/chunk-AUPNSQGJ.js +1 -0
- package/static/chunk-AYF6ZI6L.js +5 -0
- package/static/chunk-BEESW4BF.js +1 -0
- package/static/{chunk-2R6IBBPZ.js → chunk-BI3VI6XG.js} +1 -1
- package/static/chunk-BMGKB3JK.js +4 -0
- package/static/chunk-CFXAKPPB.js +563 -0
- package/static/chunk-CGYZG6CB.js +2 -0
- package/static/{chunk-K25E7YGG.js → chunk-CHAYERHQ.js} +1 -1
- package/static/chunk-CLNKPQMZ.js +1 -0
- package/static/{chunk-ISV3BO6R.js → chunk-CVLSRA2W.js} +1 -1
- package/static/chunk-D373HBMN.js +1 -0
- package/static/{chunk-MTRXBVWZ.js → chunk-D43PHZEY.js} +1 -1
- package/static/chunk-D44RAVFK.js +1 -0
- package/static/chunk-DFVVEGWC.js +1 -0
- package/static/chunk-E43LXI27.js +1 -0
- package/static/{chunk-GQFMWVFD.js → chunk-E5M4ZDID.js} +1 -1
- package/static/chunk-F7JS3YWP.js +2 -0
- package/static/chunk-FRWEEOOM.js +1 -0
- package/static/chunk-HIZGSP7R.js +1 -0
- package/static/chunk-HX6ZWXQD.js +1 -0
- package/static/chunk-HZ6LLXLE.js +1 -0
- package/static/{chunk-RLL634K4.js → chunk-IFHFPV5W.js} +1 -1
- package/static/{chunk-KJD3KFF3.js → chunk-JICKUOQ6.js} +1 -1
- package/static/chunk-KY2BW2LP.js +1 -0
- package/static/{chunk-CWYHOPOP.js → chunk-KYA3HPDX.js} +1 -1
- package/static/{chunk-RWCNTCU5.js → chunk-KYLATNX5.js} +1 -1
- package/static/chunk-LCZNSV4Z.js +1 -0
- package/static/{chunk-GVNTC564.js → chunk-MA6DYTMQ.js} +1 -1
- package/static/{chunk-KZS7CTNR.js → chunk-MXH5XYBD.js} +1 -1
- package/static/{chunk-NMTBMHUL.js → chunk-MXIJGSDQ.js} +1 -1
- package/static/{chunk-RS2OFKWP.js → chunk-NE75E3GD.js} +1 -1
- package/static/{chunk-MZQK6LNV.js → chunk-NJKIHMOH.js} +1 -1
- package/static/chunk-NMDGST45.js +1 -0
- package/static/{chunk-CU76ATCF.js → chunk-OF7P4LTI.js} +1 -1
- package/static/chunk-OK5K5CYJ.js +13 -0
- package/static/chunk-OZ6LXMUH.js +1 -0
- package/static/chunk-PFY6YUPS.js +2 -0
- package/static/chunk-PQ2YFCVM.js +1 -0
- package/static/{chunk-Y4AUYQTG.js → chunk-QPX34S6P.js} +4 -4
- package/static/{chunk-27ATUHBH.js → chunk-QQO7S2VY.js} +1 -1
- package/static/chunk-RANZZPRG.js +1 -0
- package/static/{chunk-WN4WXCVK.js → chunk-RNQB2QJB.js} +1 -1
- package/static/{chunk-Q3EGCMF5.js → chunk-S7QYAKG5.js} +1 -1
- package/static/chunk-SCEWOW5C.js +2 -0
- package/static/chunk-SQ2KIOJ7.js +1 -0
- package/static/{chunk-QVRVFYJH.js → chunk-SW5GCGOI.js} +1 -1
- package/static/chunk-SWCYWB2T.js +1 -0
- package/static/{chunk-4FIGEBNL.js → chunk-SWZ3L2LK.js} +1 -1
- package/static/{chunk-TWCGKSYE.js → chunk-TDK62XEQ.js} +1 -1
- package/static/chunk-TH4L5H6P.js +1 -0
- package/static/chunk-U3ZGYOLA.js +1 -0
- package/static/chunk-U6V4Y234.js +1 -0
- package/static/chunk-U7KNV64D.js +2 -0
- package/static/chunk-UC66HJV4.js +1 -0
- package/static/{chunk-7GWW6MJO.js → chunk-V4HAIERK.js} +1 -1
- package/static/chunk-V55LDRV7.js +1 -0
- package/static/{chunk-5CZOSAMZ.js → chunk-WF6D7CQ4.js} +1 -1
- package/static/chunk-WJPVHM7T.js +1 -0
- package/static/chunk-WM4XBDC2.js +1 -0
- package/static/chunk-X2EKQYMZ.js +1 -0
- package/static/{chunk-L5IHUVXL.js → chunk-XEDABMM5.js} +1 -1
- package/static/{chunk-OGE4SAHU.js → chunk-Y3YKVK3K.js} +1 -1
- package/static/{chunk-QIGUDEZF.js → chunk-YEOAMYRK.js} +1 -1
- package/static/{chunk-A4UGPSWX.js → chunk-ZLTL7I7D.js} +1 -1
- package/static/chunk-ZYNBYM7I.js +3 -0
- package/static/index.html +2 -2
- package/static/main-KFUSRCP5.js +5 -0
- package/static/media/inter-cyrillic-ext-wght-normal-IYF56FF6.woff2 +0 -0
- package/static/media/inter-cyrillic-wght-normal-JEOLYBOO.woff2 +0 -0
- package/static/media/inter-greek-ext-wght-normal-EOVOK2B5.woff2 +0 -0
- package/static/media/inter-greek-wght-normal-IRE366VL.woff2 +0 -0
- package/static/media/inter-latin-ext-wght-normal-HA22NDSG.woff2 +0 -0
- package/static/media/inter-latin-wght-normal-NRMW37G5.woff2 +0 -0
- package/static/media/inter-vietnamese-wght-normal-CE5GGD3W.woff2 +0 -0
- package/static/styles-66AEF62D.css +1 -0
- package/static/chunk-22TZP6HW.js +0 -1
- package/static/chunk-2QZPX7LO.js +0 -1
- package/static/chunk-4P3JABAP.js +0 -13
- package/static/chunk-677WUBCT.js +0 -1
- package/static/chunk-74CAHBFM.js +0 -1
- package/static/chunk-AHO37FKW.js +0 -1
- package/static/chunk-AQCXMKP3.js +0 -1
- package/static/chunk-B6PDYCRO.js +0 -3
- package/static/chunk-FC5HTKVM.js +0 -1
- package/static/chunk-FOSM7EYI.js +0 -1
- package/static/chunk-GAZO25PI.js +0 -1
- package/static/chunk-GB7ABR5N.js +0 -1
- package/static/chunk-GEHFKZQ5.js +0 -2
- package/static/chunk-HGL3NYP2.js +0 -2
- package/static/chunk-HLIWPWRA.js +0 -1
- package/static/chunk-HNYB3M4S.js +0 -1
- package/static/chunk-HUXAUQMN.js +0 -1
- package/static/chunk-I2XA6PPK.js +0 -1
- package/static/chunk-JV3AGU5B.js +0 -1
- package/static/chunk-K46PUTZB.js +0 -1
- package/static/chunk-KERFLJ56.js +0 -1
- package/static/chunk-KPKSI23S.js +0 -1
- package/static/chunk-L7RRX2M3.js +0 -1
- package/static/chunk-LGWJ2WKU.js +0 -1
- package/static/chunk-LUSVISM6.js +0 -1
- package/static/chunk-MLC7JK2H.js +0 -2
- package/static/chunk-MOHNYW2A.js +0 -1
- package/static/chunk-NCDUOVMW.js +0 -1
- package/static/chunk-NGUAJIGI.js +0 -1
- package/static/chunk-NIPP6JDI.js +0 -1
- package/static/chunk-O4XXMZFX.js +0 -4
- package/static/chunk-OI3ME22C.js +0 -1
- package/static/chunk-QF2NSHZA.js +0 -1
- package/static/chunk-QJVC3SRJ.js +0 -562
- package/static/chunk-QKN6LAAA.js +0 -1
- package/static/chunk-QRFESU5O.js +0 -2
- package/static/chunk-RFJIPIOK.js +0 -2
- package/static/chunk-S5Y64DDS.js +0 -1
- package/static/chunk-SLG5KDU6.js +0 -1
- package/static/chunk-TJ4CVFEL.js +0 -1
- package/static/chunk-VRIOLRYR.js +0 -5
- package/static/chunk-VS4O2XDP.js +0 -1
- package/static/chunk-WX7RXW7K.js +0 -1
- package/static/chunk-XC4POKR3.js +0 -2
- package/static/chunk-Y67J3BOL.js +0 -1
- package/static/chunk-YMIXHRJQ.js +0 -1
- package/static/chunk-ZUNKFAKP.js +0 -1
- package/static/main-QN4UCOC5.js +0 -5
- package/static/styles-46GLIE7Y.css +0 -1
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import"./chunk-KAVP6UXH.js";var a="Autentica\xE7\xE3o",r="Usu\xE1rio",i="Senha",s="Confirmar",n="Cancelar",t="Fechar",d="Abrir",c="Filtrar",l="Filtros",u="pesquisar",p="Pesquisar",m="Ver",h="Nenhuma tarefa",v="{{ nb }} tarefa conclu\xEDda",f="{{ nb }} tarefas conclu\xEDdas",g="{{ nba }} tarefa em andamento de {{ nb }}",b="{{ nba }} tarefas em andamento de {{ nb }}",y="{{nb}} elemento(s)",w="{{nb}} a\xE7\xE3o(\xF5es)",S="{{ nb }} nova mensagem",x="{{ nb }} novas mensagens",A="{{ nb }} notifica\xE7\xE3o n\xE3o lida",C="{{ nb }} notifica\xE7\xF5es n\xE3o lidas",E="Aplicativo",z="aplicativo",q="Notifica\xE7\xE3o",k="Notifica\xE7\xF5es",N="Evento",T="Arquivo",D="Arquivos",O="Pessoais",P="Externo",U="Grupos",F="Grupo",L="grupo",_="grupos",M="Vis\xEDvel",R="Privado",G="Isolado",V="Adicionar",j="Administrador",I="Administra\xE7\xE3o",Y="Usu\xE1rio",W="usu\xE1rio",B="Usu\xE1rios",Q="usu\xE1rios",H="conta",K="Conta",J="E-mail",X="Status",Z="Fun\xE7\xE3o",$="IP",ee="Visto",oe="Conex\xE3o",ae="Conex\xF5es",re="Espa\xE7o dispon\xEDvel baixo ( {{ nb }}% )",ie="online",se="Ilimitado",ne="membro",te="membros",de="Membro",ce="Membros",le="Gerente",ue="gerente",pe="Gerentes",me="Gerar",he="Importar",ve="Configura\xE7\xE3o",fe="Aplicativos",ge="aplicativos",be="Avatar",ye="Atualizar",we="Idioma",Se="In\xEDcio",xe="Recentes",Ae="recentes",Ce="Lixeira",Ee="Compartilhamentos",ze="Compartilhar",qe="compartilhamentos",ke="compartilhado",Ne="Acesso ao espa\xE7o pessoal",Te="Acesso aos espa\xE7os",De="Administra\xE7\xE3o de espa\xE7os",Oe="Acesso aos compartilhamentos",Pe="Administra\xE7\xE3o de compartilhamentos",Ue="Administra\xE7\xE3o de convidados",Fe="Administra\xE7\xE3o de grupos pessoais",Le="Acesso pelo aplicativo de desktop",_e="Sincroniza\xE7\xE3o pelo aplicativo de desktop",Me="Acesso WebDAV",Re="WebDAV",Ge="Espa\xE7o",Ve="Espa\xE7os",je="espa\xE7os",Ie="ancorou",Ye="desancorou",We="Localiza\xE7\xE3o",Be="Ancorado",Qe="Configura\xE7\xF5es",He="Op\xE7\xF5es",Ke="Nome",Je="Baixar",Xe="Mover",Ze="Copiar",$e="Renomear",eo="Editar",oo="Remover",ao="\xC1rea de transfer\xEAncia",ro="Atualizar",io="Esvaziar",so="Lista",no="Exibi\xE7\xE3o",to="Deseja mover <b>{{arg}}</b> para a lixeira?",co="Deseja excluir <b>{{arg}}</b> permanentemente?",lo="Deseja mover estes <b>{{arg}} arquivos</b> para a lixeira?",uo="Deseja excluir estes <b>{{arg}} arquivos</b> permanentemente?",po="sincroniza\xE7\xE3o",mo="Sincroniza\xE7\xE3o",ho="Sincroniza\xE7\xF5es",vo="Sincronizar",fo="Sync",go="Sincronizado",bo="Comprimir",yo="Descomprimir",wo="Info",So="Tamanho",xo="Modificado",Ao="modificado",Co="Tarefas",Eo="Texto",zo="Elementos",qo="Novo",ko="Pasta",No="pasta",To="arquivo",Do="arquivos",Oo="diret\xF3rio",Po="diret\xF3rios",Uo="Total",Fo="nenhum item selecionado",Lo="{{ nb }} item selecionado",_o="{{ nb }} itens selecionados",Mo="item",Ro="itens",Go="criar",Vo="escrever",jo="mover",Io="excluir",Yo="modificar",Wo="compartilhamento",Bo="Link",Qo="link",Ho="Links",Ko="links",Jo="Convidado",Xo="Convidados",Zo="convidado",$o="convidados",ea="Expirado",oa="expirado",aa="nenhum",ra="Permiss\xF5es",ia="Propriet\xE1rio",sa="Eu",na="Compartilhado",ta="Criado",da="Data",ca="Caminho",la="ativo",ua="Ativo",pa="suspenso",ma="Tipo",ha="Descri\xE7\xE3o",va="Visibilidade",fa="Desconhecido",ga="Expira\xE7\xE3o",ba="Acesso",ya="Acessado",wa="Comentar",Sa="Coment\xE1rios",xa="coment\xE1rios",Aa="comentou",Ca="sim",Ea="n\xE3o",za="Cliente",qa="Clientes",ka="dispon\xEDvel",Na="ocupado",Ta="ausente",Da="desconectado",Oa="sair",Pa="dias",Ua="dia",Fa="Excluir",La="Agendador",_a="paralelo",Ma="sequencial",Ra="Transfer\xEAncias",Ga="Simular",Va="Redefinir",ja="Navegar",Ia="A\xE7\xE3o",Ya="Adicionado",Wa="Removido",Ba="Copiado",Qa="Movido",Ha="Filtrado",Ka="Erro",Ja="Servidor",Xa="Dire\xE7\xE3o",Za="Conflito",$a="recente",er="Origem",or="Destino",ar="Modo",rr="Sequencialmente",ir="Ass\xEDncronamente",sr="r\xE1pido",nr="seguro",tr="ativado",dr="Ativar",cr="desativado",lr="Desativar",ur="horas",pr="minutos",mr="dias",hr="ambos",vr="nunca",fr="Assistente",gr="Pr\xF3ximo",br="Anterior",yr="Conclu\xEDdo",wr="para",Sr="Reposit\xF3rio",xr="p\xFAblico",Ar="local",Cr="remoto",Er="Site",zr="Vers\xF5es",qr="Seguran\xE7a",kr="Gerenciar",Nr="Deseja renomear <b>{{ old }}</b> para <b>{{ new }}</b>?",Tr="Salvar",Dr="Desfazer",Or="Refazer",Pr="eu",Ur="Desbloquear",Fr="Bloqueio",Lr="Exclusivo",_r="Tela cheia",Mr="Dimens\xF5es",Rr="Prefer\xEAncias",Gr="de",Vr="Vers\xE3o",jr={"Sign-in to your account":"Fa\xE7a login na sua conta","Wrong login or password":"Usu\xE1rio ou senha incorretos","Authentication service error":"Erro do servi\xE7o de autentica\xE7\xE3o","Account locked":"Conta bloqueada","Account is not allowed":"Conta n\xE3o autorizada","Account matching error":"Erro de correspond\xEAncia de conta",Authentication:a,"Sign in":"Entrar",Login:r,Password:i,"Login or Email":"Usu\xE1rio ou e-mail","Login already used":"Usu\xE1rio j\xE1 utilizado","You are already logged in":"Voc\xEA j\xE1 est\xE1 conectado","Name already used":"Nome j\xE1 utilizado","Token has expired":"O token expirou",Confirm:s,Cancel:n,Close:t,Open:d,"Server connection error":"Erro de conex\xE3o com o servidor",Filter:c,Filters:l,search:u,Search:p,"Search for content":"Pesquisar conte\xFAdo","Search for files":"Pesquisar arquivos","Full-text search":"Pesquisa de texto completo","Full-text search is disabled":"A pesquisa de texto completo est\xE1 desativada","Type to search for users or groups to add":"Digite para procurar usu\xE1rios ou grupos para adicionar","Type to search for groups to add":"Digite para procurar grupos para adicionar","Type to search for users to add":"Digite para procurar usu\xE1rios para adicionar","Type to search for managers to add":"Digite para procurar gerentes para adicionar","Member since":"Membro desde","Windows Manager":"Gerenciador de janelas","Mark as read":"Marcar como lido",See:m,no_task:h,one_task:v,nb_tasks:f,one_active_task:g,nb_active_tasks:b,nb_elements:y,nb_actions:w,one_message:S,nb_messages:x,one_notification:A,nb_notifications:C,Application:E,application:z,"application and email":"aplicativo e e-mail",Notification:q,Notifications:k,Event:N,File:T,Files:D,"Personal files":"Arquivos pessoais",Personal:O,External:P,"Share status":"Status do compartilhamento","No recent files":"Nenhum arquivo recente",Groups:U,Group:F,group:L,"New personal group":"Novo grupo pessoal","Edit personal group":"Editar grupo pessoal","personal group":"grupo pessoal","Personal group":"Grupo pessoal","Personal groups":"Grupos pessoais",groups:_,"Parent group":"Grupo pai","Group updated":"Grupo atualizado","Group created":"Grupo criado","Group not found":"Grupo n\xE3o encontrado","Group error":"Erro do grupo","Set as group manager":"Definir como gerente do grupo","As a manager, the user will be able to manage the group and its members.":"Como gerente, o usu\xE1rio poder\xE1 gerenciar o grupo e seus membros.","As a manager, the user will be able to manage group members but not group properties.":`Como gerente, o usu\xE1rio poder\xE1 gerenciar os membros do grupo, mas n\xE3o as propriedades do grupo.
|
|
2
|
+
`,Visible:M,Private:R,Isolated:G,"Select the parent group":"Selecionar o grupo pai","from the group":"do grupo","New group":"Novo grupo","Edit group":"Editar grupo","Leave group":"Sair do grupo","Delete group":"Excluir grupo","Remove from group":"Remover do grupo","Group must have at least one manager":"O grupo deve ter pelo menos um gerente","The group was left":"O grupo foi abandonado","The group was not left":"O grupo n\xE3o foi abandonado","will be left, you will no longer be a member of this group":"ser\xE1 abandonado, voc\xEA n\xE3o ser\xE1 mais membro deste grupo","All users can see this group.":"Todos os usu\xE1rios podem ver este grupo.","Users who are not members of this group cannot see it.":"Os usu\xE1rios que n\xE3o s\xE3o membros deste grupo n\xE3o podem v\xEA-lo.","The group is not visible, its members cannot see it and cannot see each other.":"O grupo n\xE3o \xE9 vis\xEDvel, seus membros n\xE3o podem v\xEA-lo nem ver uns aos outros.",Add:V,"Add members":"Adicionar membros","See members":"Ver membros",Administrator:j,Administration:I,User:Y,user:W,Users:B,users:Q,"New user":"Novo usu\xE1rio",account:H,Account:K,"Account status":"Status da conta",Email:J,"Email already used":"E-mail j\xE1 utilizado","First name":"Nome","Last name":"Sobrenome","Full name":"Nome completo",Status:X,Role:Z,IP:$,"IP Addresses":"Endere\xE7os IP",Seen:ee,Connection:oe,Connections:ae,"Confirm deletion":"Confirmar exclus\xE3o","Confirm permanent deletion of data":"Confirmar a exclus\xE3o permanente dos dados","Space and data will be deleted in":"O espa\xE7o e os dados ser\xE3o exclu\xEDdos em","Space is disabled":"O espa\xE7o est\xE1 desativado","Storage Space":"Espa\xE7o de armazenamento","Storage Quota":"Cota de armazenamento","Storage Usage":"Uso do armazenamento","Space status":"Estado do espa\xE7o","Storage quota exceeded":"A cota de armazenamento foi excedida","Storage quota will be exceeded":"A cota de armazenamento ser\xE1 excedida","No more space available":"Sem mais espa\xE7o dispon\xEDvel",available_space_is_low:re,online:ie,"Online users":"Usu\xE1rios online",Unlimited:se,member:ne,members:te,Member:de,Members:ce,Manager:le,manager:ue,Managers:pe,"At least one manager is required":"\xC9 necess\xE1rio pelo menos um gerente",Generate:me,Import:he,Configuration:ve,Applications:fe,applications:ge,"Permissions inherited from groups":"Permiss\xF5es herdadas dos grupos","Permissions inherited from the file":"Permiss\xF5es herdadas do arquivo","Only the group will be deleted, the members will no longer be part of it.":"Somente o grupo ser\xE1 exclu\xEDdo, os membros n\xE3o far\xE3o mais parte dele.",Avatar:be,Update:ye,"current password":"senha atual","new password":"nova senha","Change me !":"Mude-me!","Current password missing !":"Senha atual ausente!","New password missing !":"Nova senha ausente!","New password must have 8 characters minimum":"A nova senha deve ter no m\xEDnimo 8 caracteres","Current password does not match":"A senha atual n\xE3o confere","Password has been updated":"A senha foi atualizada","Unable to update password":"N\xE3o \xE9 poss\xEDvel atualizar a senha","Bad password":"Senha incorreta","too many login attempts":"muitas tentativas de login",Language:we,"Language updated":"Idioma atualizado","Unable to update language":"N\xE3o \xE9 poss\xEDvel atualizar o idioma","Notification preference updated":"Prefer\xEAncia de notifica\xE7\xE3o atualizada","Full-text search preference updated":"Prefer\xEAncia de pesquisa de texto completo atualizada","Unable to update notification preference":"N\xE3o \xE9 poss\xEDvel atualizar a prefer\xEAncia de notifica\xE7\xE3o","Unable to update full-text search preference":"N\xE3o \xE9 poss\xEDvel atualizar a prefer\xEAncia de pesquisa de texto completo","Unable to open document":"N\xE3o \xE9 poss\xEDvel abrir o documento","Unable to save document":"N\xE3o \xE9 poss\xEDvel salvar o documento",Home:Se,Recents:xe,recents:Ae,Trash:Ce,"trash bins":"lixeiras",Shares:Ee,Share:ze,shares:qe,shared:ke,personal_space:Ne,spaces_access:Te,spaces_admin:De,shares_access:Oe,shares_admin:Pe,guests_admin:Ue,personal_groups_admin:Fe,desktop_app_access:Le,desktop_app_sync:_e,webdav_access:Me,"Create share":"Criar compartilhamento","Edit share":"Editar compartilhamento","Delete share":"Excluir compartilhamento","Child shares":"Compartilhamentos filhos",webdav:Re,"Share is disabled":"O compartilhamento est\xE1 desativado",Space:Ge,Spaces:Ve,spaces:je,"Space name":"Nome do espa\xE7o","New space":"Novo espa\xE7o","Create a new space":"Criar um novo espa\xE7o","Create space":"Criar espa\xE7o","Edit space":"Editar espa\xE7o","Delete space":"Excluir espa\xE7o","Create a new share":"Criar um novo compartilhamento","Type to search for space to select":"Digite para procurar o espa\xE7o a selecionar","Anchor to a space":"Ancorar a um espa\xE7o","Anchor files to a space":"Ancorar arquivos a um espa\xE7o","You have been invited to join this space":"Voc\xEA foi convidado a participar deste espa\xE7o","You have been invited to join this share":"Voc\xEA foi convidado a participar deste compartilhamento","Shared with others":"Compartilhado com outros","With others":"Com outros","Shared with me":"Compartilhado comigo","With me":"Comigo","Shared via links":"Compartilhado por links","Via links":"Por links","Shared from":"Compartilhado de","share with you this":"compartilha com voc\xEA este","shared with you":"compartilhou com voc\xEA","no longer share with you":"n\xE3o compartilha mais com voc\xEA","You now have access to the space":"Agora voc\xEA tem acesso ao espa\xE7o","You no longer have access to the space":"Voc\xEA n\xE3o tem mais acesso ao espa\xE7o","This space has been permanently deleted":"Este espa\xE7o foi exclu\xEDdo permanentemente","You now have access to the share":"Agora voc\xEA tem acesso ao compartilhamento","You no longer have access to the share":"Voc\xEA n\xE3o tem mais acesso ao compartilhamento","You are no longer a member of the parent share, your child share has been deleted":"Voc\xEA n\xE3o \xE9 mais membro do compartilhamento pai; seu compartilhamento filho foi exclu\xEDdo",anchored:Ie,unanchored:Ye,"Share not found":"Compartilhamento n\xE3o encontrado","Go to":"Ir para",Location:We,"Name and location are required":"Nome e localiza\xE7\xE3o s\xE3o obrigat\xF3rios","Parent location already exists in files":"A localiza\xE7\xE3o pai j\xE1 existe nos arquivos","Check the location":"Verificar a localiza\xE7\xE3o","Location not found":"Localiza\xE7\xE3o n\xE3o encontrada","Forbidden resource":"Localiza\xE7\xE3o n\xE3o autorizada","Resource already exists":"O item j\xE1 existe","The location does not exist":"A localiza\xE7\xE3o n\xE3o existe","The location is not readable":"A localiza\xE7\xE3o n\xE3o \xE9 leg\xEDvel","The location is not writeable":"A localiza\xE7\xE3o n\xE3o \xE9 grav\xE1vel","The location is a directory":"A localiza\xE7\xE3o \xE9 um diret\xF3rio","The file is locked":"O arquivo est\xE1 bloqueado","This access is protected by a password":"Este acesso est\xE1 protegido por senha","You do not have share permission":"Voc\xEA n\xE3o tem permiss\xE3o para compartilhar","Desktop app permission required":"Permiss\xE3o para o aplicativo desktop necess\xE1ria","You can not share a space":"Voc\xEA n\xE3o pode compartilhar um espa\xE7o","You can not remove an anchored file":"Voc\xEA n\xE3o pode remover um arquivo ancorado","You are not allowed to write here":"Voc\xEA n\xE3o est\xE1 autorizado a escrever aqui","You are not allowed to do this action":"Voc\xEA n\xE3o est\xE1 autorizado a realizar esta a\xE7\xE3o","You can not move an anchored file":"Voc\xEA n\xE3o pode mover um arquivo ancorado","You can not move a locked file":"Voc\xEA n\xE3o pode mover um arquivo bloqueado",Anchored:Be,"Anchored by":"Ancorado por","Manage my anchored files":"Gerenciar meus arquivos ancorados","You have no files anchored on this space":"Voc\xEA n\xE3o tem arquivos ancorados neste espa\xE7o","An anchored file already has this name":"Um arquivo ancorado j\xE1 tem este nome",Settings:Qe,Options:He,Name:Ke,Download:Je,"Download done":"Download conclu\xEDdo","Download failed":"Falha no download","Upload done":"Envio conclu\xEDdo","Upload failed":"Falha no envio","Copy \xB7 Move":"Copiar \xB7 Mover",Move:Xe,"Move done":"Movimenta\xE7\xE3o conclu\xEDda","Move failed":"Falha na movimenta\xE7\xE3o","Deletion done":"Exclus\xE3o conclu\xEDda","Deletion failed":"Falha na exclus\xE3o","Creation failed":"Falha na cria\xE7\xE3o",Copy:Ze,"Copy done":"C\xF3pia conclu\xEDda","Copy failed":"Falha na c\xF3pia","Copy-Paste":"Copiar-Colar","Cut-Paste":"Recortar-Colar",Rename:$e,Edit:eo,"Share inside":"Compartilhar internamente","Share outside":"Compartilhar externamente",Remove:oo,Clipboard:ao,"Send to Clipboard":"Enviar para a \xE1rea de transfer\xEAncia","will be removed":"ser\xE1 removido",Refresh:ro,Empty:io,List:so,Display:no,"Sort by":"Ordenar por",trash_one_file:to,delete_one_file:co,trash_multiple_files:lo,delete_multiple_files:uo,"Moving to trash":"Movendo para a lixeira","Permanent deletion":"Exclus\xE3o permanente","Would you like to empty the trash ?":"Deseja esvaziar a lixeira?","All items will be permanently deleted":"Todos os itens ser\xE3o exclu\xEDdos permanentemente","Actions will be performed in the current folder":"As a\xE7\xF5es ser\xE3o realizadas na pasta atual","The client will no longer have permission to access your account and will no longer be able to synchronize.":"O cliente n\xE3o ter\xE1 mais permiss\xE3o para acessar sua conta e n\xE3o poder\xE1 mais sincronizar.","The access expires":"O acesso expira","The access has expired":"O acesso expirou","Never expires":"Nunca expira",synchronization:po,Synchronization:mo,Synchronizations:ho,Synchronize:vo,Sync:fo,"Stop synchronization":"Parar sincroniza\xE7\xE3o","Synchronize all":"Sincronizar tudo","Stop synchronizations":"Parar sincroniza\xE7\xF5es",Synced:go,"Sync already exists":"A sincroniza\xE7\xE3o j\xE1 existe","Sync was reset":"Sincroniza\xE7\xE3o redefinida","Sync deleted":"Sincroniza\xE7\xE3o exclu\xEDda","This client":"Este cliente","You are no longer synchronizing":"Voc\xEA n\xE3o est\xE1 mais sincronizando",Compress:bo,Decompress:yo,"Compress and Download":"Comprimir e baixar","Compress and Save":"Comprimir e salvar","Enable compression":"Ativar compress\xE3o","Compression done":"Compress\xE3o conclu\xEDda","Compression failed":"Falha na compress\xE3o","Decompression done":"Descompress\xE3o conclu\xEDda","Decompression failed":"Falha na descompress\xE3o","(this may take longer)":"(isso pode demorar mais)","Save in the current directory":"Salvar no diret\xF3rio atual","This name is already used":"Este nome j\xE1 est\xE1 em uso",Info:wo,Size:So,Modified:xo,modified:Ao,Tasks:Co,"Download from URL":"Baixar de uma URL","Upload files":"Enviar arquivos","Upload folders":"Enviar pastas","Folder name":"Nome da pasta","New folder":"Nova pasta","Document name":"Nome do documento","New document":"Novo documento","File name":"Nome do arquivo","File permissions":"Permiss\xF5es do arquivo",Text:Eo,"Rich Text Format":"Texto enriquecido","Forbidden characters":"Caracteres proibidos",Elements:zo,"Malformed URL":"URL malformada",New:qo,Folder:ko,folder:No,file:To,files:Do,directory:Oo,directories:Po,Total:Uo,no_selection:Fo,one_selection:Lo,nb_selections:_o,"Archive name":"Nome do arquivo compactado","Drag and drop your files here":"Arraste e solte seus arquivos aqui","The destination already exists":"O destino j\xE1 existe","This item is already selected":"Este item j\xE1 est\xE1 selecionado","Parent item is already selected":"O item pai j\xE1 est\xE1 selecionado","This file contains binary data that can not be read":"Este arquivo cont\xE9m dados bin\xE1rios que n\xE3o podem ser lidos","Navigation Tree":"\xC1rvore de navega\xE7\xE3o",item:Mo,items:Ro,create:Go,write:Vo,move:jo,delete:Io,modify:Yo,"Delete user":"Excluir usu\xE1rio","Delete all user files":"Excluir todos os arquivos do usu\xE1rio",share:Wo,"Share name":"Nome do compartilhamento","New share":"Novo compartilhamento","New share link":"Novo link de compartilhamento","New link":"Novo link","Edit children shares":"Editar compartilhamentos filhos",Link:Bo,link:Qo,Links:Ho,links:Ko,"Link copied":"Link copiado","Link created":"Link criado","Link deleted":"Link exclu\xEDdo","Link error":"Erro de link","Copy link":"Copiar link","Edit link":"Editar link","Guest Link":"Link de convidado","Guest name":"Nome do convidado","Guest email":"E-mail do convidado","Guest language":"Idioma do convidado",Guest:Jo,Guests:Xo,guest:Zo,guests:$o,"New guest":"Novo convidado","Edit guest":"Editar convidado","Guest created":"Convidado criado","Guest deleted":"Convidado exclu\xEDdo","Guest updated":"Convidado atualizado","Guest error":"Erro do convidado","Add an external location":"Adicionar uma localiza\xE7\xE3o externa","External location":"Localiza\xE7\xE3o externa","Select a file":"Selecionar um arquivo","The link is expired":"O link expirou","The link is disabled":"O link est\xE1 desativado","The link was not found":"O link n\xE3o foi encontrado",Expired:ea,expired:oa,none:aa,"The maximum number of access allowed to the link is exceeded":"O n\xFAmero m\xE1ximo de acessos permitidos ao link foi excedido","Set a password":"Definir uma senha","Enter your password":"Digite sua senha",Permissions:ra,"No permissions":"Sem permiss\xF5es",Owner:ia,Me:sa,Shared:na,Created:ta,"Created & Modified":"Criado e modificado","Creation date":"Data de cria\xE7\xE3o","Modification date":"Data de modifica\xE7\xE3o","Deactivation date":"Data de desativa\xE7\xE3o",Date:da,Path:ca,active:la,Active:ua,suspended:pa,"Unable to rename user space":"N\xE3o \xE9 poss\xEDvel renomear o espa\xE7o do usu\xE1rio","Unable to delete user space":"N\xE3o \xE9 poss\xEDvel excluir o espa\xE7o do usu\xE1rio","Unable to update user":"N\xE3o \xE9 poss\xEDvel atualizar o usu\xE1rio","Unable to update user groups":"N\xE3o \xE9 poss\xEDvel atualizar os grupos do usu\xE1rio","User created":"Usu\xE1rio criado","User updated":"Usu\xE1rio atualizado","User not found":"Usu\xE1rio n\xE3o encontrado","Edit user":"Editar usu\xE1rio","Impersonate identity":"Assumir identidade",Type:ma,Description:ha,Visibility:va,"Unknown error !":"Erro desconhecido!",Unknown:fa,Expiration:ga,"Limit access":"Limitar acessos","Current access count":"N\xFAmero atual de acessos",Access:ba,Accessed:ya,"Last access":"\xDAltimo acesso","Last accesses":"\xDAltimos acessos",Comment:wa,Comments:Sa,comments:xa,commented:Aa,"No recent comments":"Nenhum coment\xE1rio recente","Write a comment ...":"Escreva um coment\xE1rio ...",yes:Ca,no:Ea,Client:za,Clients:qa,available:ka,busy:Na,absent:Ta,offline:Da,"Session has expired":"A sess\xE3o expirou","Please sign in":"Por favor, fa\xE7a login",logout:Oa,days:Pa,day:Ua,Delete:Fa,Scheduler:La,async:_a,seq:Ma,Transfers:Ra,Simulate:Ga,Reset:Va,Browse:ja,Action:Ia,Added:Ya,Removed:Wa,Copied:Ba,Moved:Qa,Filtered:Ha,Error:Ka,Server:Ja,Direction:Xa,Conflict:Za,"Show filtered files":"Mostrar arquivos filtrados",recent:$a,Source:er,Destination:or,Mode:ar,Sequentially:rr,Asynchronously:ir,fast:sr,secure:nr,enabled:tr,Enable:dr,disabled:cr,Disable:lr,scheduler_unit_hour:ur,scheduler_unit_minute:pr,scheduler_unit_day:mr,"You must have permission to modify the server folder to choose a different sync mode":"Voc\xEA deve ter permiss\xE3o para modificar a pasta do servidor para escolher um modo de sincroniza\xE7\xE3o diferente","upload only":"enviar apenas","download only":"baixar apenas",both:hr,never:vr,"Clear events":"Limpar eventos","Events from":"Eventos de","All syncs":"Todas as sincroniza\xE7\xF5es","All events":"Todos os eventos","will be cleared":"ser\xE3o limpos","No differences":"Sem diferen\xE7as","Select a folder":"Selecionar uma pasta","The files containing":"Os arquivos contendo","The files starting":"Os arquivos come\xE7ando","The files ending":"Os arquivos terminando","Expert (Regexp)":"Especialista (Regexp)","click on the browse button":"clique no bot\xE3o navegar","with a name or pattern":"por um nome ou padr\xE3o","with the extension ('.mp3', '.avi', '.mov' ...)":"pela extens\xE3o ('.mp3', '.avi', '.mov' ...)",Wizard:fr,Next:gr,Previous:br,Done:yr,"This wizard will help you synchronize a directory on your computer with a Sync-in directory.":"Este assistente vai ajud\xE1-lo a sincronizar um diret\xF3rio do seu computador com um diret\xF3rio do Sync-in.","To begin, select a folder on your computer.":"Para come\xE7ar, selecione uma pasta no seu computador.",'You can drag the folder into the area below or click on the "Select" button.':'Voc\xEA pode arrastar a pasta para a \xE1rea abaixo ou clicar no bot\xE3o "Selecionar".',"Drop folder here":"Solte a pasta aqui","This directory is already synced":"Este diret\xF3rio j\xE1 est\xE1 sincronizado","The parent directory is already synced":"O diret\xF3rio pai j\xE1 est\xE1 sincronizado","This directory is not accessible":"Este diret\xF3rio n\xE3o \xE9 acess\xEDvel","This directory is read-only, you will not be able to modify it":"Este diret\xF3rio \xE9 somente leitura; voc\xEA n\xE3o poder\xE1 modific\xE1-lo","Please select the server directory to sync, if it doesn't exist you can create it.":"Selecione o diret\xF3rio do servidor para sincronizar; se n\xE3o existir, voc\xEA poder\xE1 cri\xE1-lo.","Double click to browse directories":"Clique duas vezes para navegar pelos diret\xF3rios","The data will be synchronized from":"Os dados ser\xE3o sincronizados de","the client folder":"a pasta do cliente","the server folder":"a pasta do servidor","(One-Way)":"(unidirecional)","(Two-Way)":"(bidirecional)",to:wr,"and from":"e de","All files created or modified in":"Todos os arquivos criados ou modificados em","will be ignored and deleted":"ser\xE3o ignorados e exclu\xEDdos","In case of conflict,":"Em caso de conflito,","the most recent files will be kept":"os arquivos mais recentes ser\xE3o mantidos","the client\u2019s files take precedence":"os arquivos do cliente t\xEAm preced\xEAncia","the server\u2019s files take precedence":"os arquivos do servidor t\xEAm preced\xEAncia","the files in":"os arquivos em","will be preferred":"ser\xE3o preferidos","Loading...":"Carregando...","No results":"Sem resultados","Download ARM64 version":"Baixar a vers\xE3o ARM64","Download Apple Silicon ARM64 version":"Baixar a vers\xE3o Apple Silicon ARM64","Download tar.gz version":"Baixar a vers\xE3o tar.gz",Repository:Sr,public:xr,local:Ar,remote:Cr,"System requirements":"Requisitos do sistema","Feature not enabled":"Funcionalidade n\xE3o habilitada",Website:Er,Versions:zr,Security:qr,"Recovery code":"C\xF3digo de recupera\xE7\xE3o","Use a recovery code":"Usar um c\xF3digo de recupera\xE7\xE3o","Authentication code":"C\xF3digo de autentica\xE7\xE3o","Secret copied":"Segredo copiado","Recovery codes copied":"C\xF3digos de recupera\xE7\xE3o copiados","Invalid code":"C\xF3digo inv\xE1lido","Incorrect code or password":"C\xF3digo ou senha incorretos","Application Passwords":"Senhas de aplicativo","Generate a new app password":"Gerar uma nova senha de aplicativo","Generated password":"Senha gerada","Password generated":"Senha gerada","Existing passwords":"Senhas existentes","This password will only be shown once after it is generated":"Esta senha ser\xE1 mostrada apenas uma vez ap\xF3s ser gerada","Password name":"Nome da senha",Manage:kr,"Manage app passwords":"Gerenciar senhas de aplicativo","Password Authentication":"Autentica\xE7\xE3o por senha","Two-Factor Authentication":"Autentica\xE7\xE3o de dois fatores","Two-Factor Authentication is enabled":"A autentica\xE7\xE3o de dois fatores est\xE1 ativada","Two-Factor Authentication is disabled":"A autentica\xE7\xE3o de dois fatores est\xE1 desativada","Scan this QR code using your authenticator app.":"Escaneie este c\xF3digo QR com seu aplicativo de autentica\xE7\xE3o.","(Such as FreeOTP, Proton Authenticator etc.)":"(Como FreeOTP, Proton Authenticator, etc.)","Or enter this secret manually:":"Ou insira este segredo manualmente:","Valid with your TOTP code":"Valide com seu c\xF3digo TOTP","The secret has expired":"O segredo expirou","Keep these codes in a safe place. They will allow you to access your account if you lose access to your two-factor authentication.":"Guarde estes c\xF3digos em um local seguro. Eles permitir\xE3o que voc\xEA acesse sua conta se perder o acesso \xE0 sua autentica\xE7\xE3o de dois fatores.","These recovery codes are for one-time use only and will only be displayed here once.":"Estes c\xF3digos de recupera\xE7\xE3o s\xE3o de uso \xFAnico e ser\xE3o exibidos aqui apenas uma vez.","Overwrite Existing File(s)":"Sobrescrever arquivo(s) existente(s)","Replace Existing File":"Substituir arquivo existente","Do you want to replace the existing file(s)?":"Deseja substituir o(s) arquivo(s) existente(s)?",RenameFileToExisting:Nr,Save:Tr,"Line Wrap":"Quebra de linha autom\xE1tica","Read-only":"Somente leitura","Read-write":"Leitura e escrita","Save And Exit":"Salvar e sair","Close Without Saving":"Fechar sem salvar",Undo:Dr,Redo:Or,me:Pr,"The file is locked by":"O arquivo est\xE1 bloqueado por",Unlock:Ur,Lock:Fr,Exclusive:Lr,"Send an unlock request":"Enviar um pedido de desbloqueio","sends you a request to unlock the file":"lhe envia um pedido para desbloquear o arquivo","As the file owner, you can unlock the file or request the current lock owner to release it.":"Como propriet\xE1rio do arquivo, voc\xEA pode desbloquear o arquivo ou solicitar ao atual propriet\xE1rio do bloqueio que o libere.","The file is edited by":"O arquivo est\xE1 sendo editado por","A new update is available":"Est\xE1 dispon\xEDvel uma nova atualiza\xE7\xE3o",Fullscreen:_r,Dimensions:Mr,"Start Slideshow":"Iniciar apresenta\xE7\xE3o de slides","Unable to load OnlyOffice editor":"N\xE3o foi poss\xEDvel carregar o editor OnlyOffice","The document server may be unreachable or the configuration is invalid":"O servidor de documentos pode estar inacess\xEDvel ou a configura\xE7\xE3o \xE9 inv\xE1lida","OnlyOffice editor failed to initialize":"Falha ao inicializar o editor OnlyOffice","DocsAPI not available":"DocsAPI n\xE3o est\xE1 dispon\xEDvel","Unknown OnlyOffice error":"Erro desconhecido do OnlyOffice","No editor found":"Nenhum editor encontrado","Choose which editor you want to use to open this document.":"Escolha qual editor deseja usar para abrir este documento.","Open-source office suite built on LibreOffice.":"Su\xEDte de escrit\xF3rio de c\xF3digo aberto baseada no LibreOffice.","Open-source office suite for Microsoft Office.":"Su\xEDte de escrit\xF3rio de c\xF3digo aberto para Microsoft Office.","Remember my choice for next time":"Lembrar minha escolha para a pr\xF3xima vez","Document editor":"Editor de documentos","Ask Me":"Perguntar sempre","Used when both editors support the file type.":"Usado quando ambos os editores suportam o tipo de arquivo.","Enable content indexation for personal files.":"Ativar indexa\xE7\xE3o de conte\xFAdo para ficheiros pessoais.",Preferences:Rr,of:Gr,"Sidebar auto-hide enabled":"Oculta\xE7\xE3o autom\xE1tica da barra lateral ativada","Sidebar pinned":"Barra lateral fixa","Continue with OpenID Connect":"Continuar com OpenID Connect","Link identity":"Identidade do link","Share details":"Detalhes da partilha","Access rules":"Regras de acesso","Guest profile":"Perfil do convidado",Version:Vr,"Filter type":"Tipo de filtro","Filter value":"Valor do filtro","No filter configured":"Nenhum filtro configurado","checksums are not identical":"As somas de verifica\xE7\xE3o n\xE3o s\xE3o id\xEAnticas","size has changed since parsing":"O tamanho mudou desde a an\xE1lise","No synchronized folder":"Nenhuma pasta sincronizada"};export{ba as Access,ya as Accessed,K as Account,Ia as Action,ua as Active,V as Add,Ya as Added,I as Administration,j as Administrator,Be as Anchored,E as Application,fe as Applications,ir as Asynchronously,a as Authentication,be as Avatar,ja as Browse,n as Cancel,za as Client,qa as Clients,ao as Clipboard,t as Close,wa as Comment,Sa as Comments,bo as Compress,ve as Configuration,s as Confirm,Za as Conflict,oe as Connection,ae as Connections,Ba as Copied,Ze as Copy,ta as Created,da as Date,yo as Decompress,Fa as Delete,ha as Description,or as Destination,Mr as Dimensions,Xa as Direction,lr as Disable,no as Display,yr as Done,Je as Download,eo as Edit,zo as Elements,J as Email,io as Empty,dr as Enable,Ka as Error,N as Event,Lr as Exclusive,ga as Expiration,ea as Expired,P as External,T as File,D as Files,c as Filter,Ha as Filtered,l as Filters,ko as Folder,_r as Fullscreen,me as Generate,F as Group,U as Groups,Jo as Guest,Xo as Guests,Se as Home,$ as IP,he as Import,wo as Info,G as Isolated,we as Language,Bo as Link,Ho as Links,so as List,We as Location,Fr as Lock,r as Login,kr as Manage,le as Manager,pe as Managers,sa as Me,de as Member,ce as Members,ar as Mode,xo as Modified,Xe as Move,Qa as Moved,Ke as Name,qo as New,gr as Next,q as Notification,k as Notifications,d as Open,He as Options,ia as Owner,i as Password,ca as Path,ra as Permissions,O as Personal,Rr as Preferences,br as Previous,R as Private,xe as Recents,Or as Redo,ro as Refresh,oo as Remove,Wa as Removed,$e as Rename,Nr as RenameFileToExisting,Sr as Repository,Va as Reset,Z as Role,Tr as Save,La as Scheduler,p as Search,qr as Security,m as See,ee as Seen,rr as Sequentially,Ja as Server,Qe as Settings,ze as Share,na as Shared,Ee as Shares,Ga as Simulate,So as Size,er as Source,Ge as Space,Ve as Spaces,X as Status,fo as Sync,go as Synced,mo as Synchronization,ho as Synchronizations,vo as Synchronize,Co as Tasks,Eo as Text,Uo as Total,Ra as Transfers,Ce as Trash,ma as Type,Dr as Undo,fa as Unknown,se as Unlimited,Ur as Unlock,ye as Update,Y as User,B as Users,Vr as Version,zr as Versions,va as Visibility,M as Visible,Er as Website,fr as Wizard,Ta as absent,H as account,la as active,Ie as anchored,z as application,ge as applications,_a as async,ka as available,re as available_space_is_low,hr as both,Na as busy,Aa as commented,xa as comments,Go as create,Ua as day,Pa as days,jr as default,Io as delete,uo as delete_multiple_files,co as delete_one_file,Le as desktop_app_access,_e as desktop_app_sync,Po as directories,Oo as directory,cr as disabled,tr as enabled,oa as expired,sr as fast,To as file,Do as files,No as folder,L as group,_ as groups,Zo as guest,$o as guests,Ue as guests_admin,Mo as item,Ro as items,Qo as link,Ko as links,Ar as local,Oa as logout,ue as manager,Pr as me,ne as member,te as members,Ao as modified,Yo as modify,jo as move,w as nb_actions,b as nb_active_tasks,y as nb_elements,x as nb_messages,C as nb_notifications,_o as nb_selections,f as nb_tasks,vr as never,Ea as no,Fo as no_selection,h as no_task,aa as none,Gr as of,Da as offline,g as one_active_task,S as one_message,A as one_notification,Lo as one_selection,v as one_task,ie as online,Fe as personal_groups_admin,Ne as personal_space,xr as public,$a as recent,Ae as recents,Cr as remote,mr as scheduler_unit_day,ur as scheduler_unit_hour,pr as scheduler_unit_minute,u as search,nr as secure,Ma as seq,Wo as share,ke as shared,qe as shares,Oe as shares_access,Pe as shares_admin,je as spaces,Te as spaces_access,De as spaces_admin,pa as suspended,po as synchronization,wr as to,lo as trash_multiple_files,to as trash_one_file,Ye as unanchored,W as user,Q as users,Re as webdav,Me as webdav_access,Vo as write,Ca as yes};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{b as Me}from"./chunk-BMGKB3JK.js";import{a as ke}from"./chunk-D43PHZEY.js";import{o as xe,p as ye,u as R,y as Oe}from"./chunk-WM4XBDC2.js";import{Eb as be,J as ve}from"./chunk-ZYNBYM7I.js";import{$a as k,$e as he,Ab as M,Bd as pe,Cd as de,Db as _,Ef as Ce,Fb as c,Ga as G,J as W,Jd as ue,Lc as oe,N as q,Na as a,Nd as me,Ob as A,Pa as x,Qb as y,Rb as Y,Sb as p,Tb as C,Wb as H,Xb as z,Yb as I,bb as K,bc as ee,bd as re,ca as $,cd as se,cf as fe,dc as te,eb as E,ed as ae,fc as ie,gc as ne,ia as O,id as le,jb as X,jc as w,kb as h,kc as j,lb as f,lc as N,mb as Z,na as v,nc as L,nd as ce,oa as b,ob as T,of as ge,pb as D,qb as u,rb as l,sb as s,sf as _e,tb as g,ug as S,wa as Q,za as J,zb as V,ze as F}from"./chunk-CFXAKPPB.js";var Pe=(function(t){return t[t.USER=0]="USER",t[t.PERSONAL=1]="PERSONAL",t})(Pe||{}),Ee=(function(t){return t[t.VISIBLE=0]="VISIBLE",t[t.PRIVATE=1]="PRIVATE",t[t.ISOLATED=2]="ISOLATED",t})(Ee||{});var Te=(t,n)=>n.key;function De(t,n){if(t&1&&(l(0,"span",2),g(1,"fa-icon",3),l(2,"span",4),p(3),s()()),t&2){let o=n.$implicit;a(),y("members-icon-user",o.key==="users"),u("icon",o.icon),a(2),C(o.value)}}function Fe(t,n){if(t&1&&(l(0,"span",0)(1,"span",1),T(2,De,4,4,"span",2,Te),s()()),t&2){let o=c();X("title",o.tooltipText),a(2),D(o.entries)}}var it=(()=>{let n=class n{constructor(){this.members={users:0,groups:0,links:0},this.entries=[],this.tooltipText=""}ngOnChanges(){this.entries=this.buildEntries(),this.tooltipText=this.entries.map(e=>`${e.key}: ${e.value}`).join(" \u2022 ")}buildEntries(){let e=this.members??{};return[{key:"users",icon:_e,value:e.users??0},{key:"groups",icon:F,value:e.groups??0},{key:"links",icon:he,value:e.links??0}].filter(r=>r.value>0)}};n.\u0275fac=function(i){return new(i||n)},n.\u0275cmp=k({type:n,selectors:[["app-badge-members"]],inputs:{members:"members"},features:[Q],decls:1,vars:1,consts:[[1,"members-summary"],[1,"members-breakdown"],[1,"members-part"],[3,"icon"],[1,"members-value"]],template:function(i,r){i&1&&h(0,Fe,4,1,"span",0),i&2&&f(r.entries.length?0:-1)},dependencies:[S],styles:["[_nghost-%COMP%]{--members-breakdown-color: #5f6f81;display:inline-block;max-width:100%}body.theme-dark[_nghost-%COMP%], body.theme-dark [_nghost-%COMP%]{--members-breakdown-color: #a7b4c2}.members-summary[_ngcontent-%COMP%]{display:inline-flex;align-items:center;gap:.35rem;max-width:100%;line-height:1.2;white-space:nowrap}.members-breakdown[_ngcontent-%COMP%]{display:inline-flex;align-items:center;gap:.5rem;color:var(--members-breakdown-color);font-size:var(--font-size-base)}.members-part[_ngcontent-%COMP%]{display:inline-flex;align-items:center;gap:.2rem}.members-icon-user[_ngcontent-%COMP%]{margin-right:-.14rem}.members-value[_ngcontent-%COMP%]{font-size:var(--font-size-sm);line-height:1}"],changeDetection:0});let t=n;return t})();function Ge(t,n){if(t&1&&(l(0,"span"),p(1),s()),t&2){let o=c();a(),C(o.group.name)}}function Ve(t,n){t&1&&(l(0,"span",3),p(1,"New personal group"),s())}function Ae(t,n){if(t&1&&g(0,"fa-icon",4),t&2){let o=c();u("icon",o.icons.faSpinner)}}function He(t,n){t&1&&(l(0,"span",3),p(1,"Edit personal group"),s())}function ze(t,n){t&1&&(l(0,"span",3),p(1,"Edit group"),s())}function Ie(t,n){if(t&1&&(l(0,"h4",5),h(1,He,2,0,"span",3)(2,ze,2,0,"span",3),s()),t&2){let o=c();a(),f(o.isPersonalGroup?1:2)}}function je(t,n){if(t&1&&(l(0,"div",16)(1,"div",20)(2,"div",21)(3,"div",22)(4,"div",23)(5,"label",24),p(6,"Creation date"),s(),l(7,"div",25),p(8),w(9,"amDateFormat"),s()()(),l(10,"div",22)(11,"div",26)(12,"label",27),p(13,"Modification date"),s(),l(14,"div",28),p(15),w(16,"amDateFormat"),s()()()()()()),t&2){let o=c();a(8),C(j(9,2,o.group.createdAt)),a(7),C(j(16,4,o.group.modifiedAt))}}var bt=(()=>{let n=class n{constructor(){this.groupChange=new x,this.layout=O(be),this.icons={GROUPS:ve.GROUPS,faSpinner:ge,faCog:fe,faUsers:F,faPen:Ce},this.isPersonalGroup=!0,this.submitted=!1,this.loading=!1,this.userService=O(Oe),this.user=this.userService.user}ngOnInit(){this.originalGroup?.id?(this.isPersonalGroup=this.originalGroup.isPersonalGroup,this.group=new R({id:this.originalGroup.id,name:this.originalGroup.name,description:this.originalGroup.description,createdAt:this.originalGroup.createdAt,modifiedAt:this.originalGroup.modifiedAt,type:this.originalGroup.type})):this.group=new R({id:0,name:"",description:"",createdAt:null,modifiedAt:null,type:ye.PGROUP})}onCancel(){this.layout.closeDialog()}onSubmit(){if(this.loading=!0,this.submitted=!0,this.group.id===0)this.userService.createPersonalGroup(this.makeDto(!0)).subscribe({next:e=>{this.loading=!1,this.groupChange.emit(["add",e]),this.layout.sendNotification("success","Group created",e.name),this.layout.closeDialog()},error:e=>this.onError(e)});else{let e=this.makeDto();if(!Object.keys(e).length){this.loading=!1,this.submitted=!1;return}this.userService.updatePersonalGroup(this.originalGroup.id,this.makeDto()).subscribe({next:i=>{this.loading=!1,this.groupChange.emit(["update",i]),this.layout.sendNotification("success","Group updated",i.name),this.layout.closeDialog()},error:i=>this.onError(i)})}}makeDto(e=!1){return{name:e?this.group.name:this.group.name!==this.originalGroup.name?this.group.name:void 0,description:e?this.group.description:this.group.description!==this.originalGroup.description?this.group.description:void 0}}onError(e){this.layout.sendNotification("error","Group error",this.group.name,e),this.submitted=!1,this.loading=!1}};n.\u0275fac=function(i){return new(i||n)},n.\u0275cmp=k({type:n,selectors:[["app-user-group-dialog"]],inputs:{originalGroup:"originalGroup"},outputs:{groupChange:"groupChange"},decls:27,vars:16,consts:[[1,"modal-header","align-items-center"],[1,"modal-title"],[3,"icon"],["l10nTranslate",""],["animation","spin","size","sm",1,"ms-2",3,"icon"],[1,"modal-title","ms-auto"],["aria-label","Close","type","button",3,"click"],[1,"modal-body"],[1,"app-tab-content","row","g-3"],[1,"col-12","d-flex","flex-column"],[1,"card","dialog-tab-card","w-100"],[1,"card-body","d-flex","flex-column","gap-3"],["for","name","l10nTranslate","",1,"form-label"],["id","name","appAutofocus","","autocomplete","off","type","text",1,"form-control",3,"ngModelChange","disabled","autoSelect","ngModel"],["for","description","l10nTranslate","",1,"form-label"],["id","description","autocomplete","off","type","text",1,"form-control",3,"ngModelChange","ngModel","disabled"],[1,"card","dialog-tab-card","w-100","mt-3"],[1,"modal-footer"],["data-dismiss","modal","type","button","l10nTranslate","",1,"btn","btn-secondary","ms-auto",3,"click"],["type","button","l10nTranslate","",1,"btn","btn-primary",3,"click","disabled"],[1,"card-body"],[1,"row","g-3"],[1,"col-12","col-md-6"],[1,"d-flex","flex-column"],["for","created","l10nTranslate","",1,"form-label"],["id","created",1,"fs-sm"],[1,"d-flex","flex-column","text-md-end"],["for","modified","l10nTranslate","",1,"form-label"],["id","modified",1,"fs-sm"]],template:function(i,r){i&1&&(l(0,"div",0)(1,"h4",1),g(2,"fa-icon",2),h(3,Ge,2,1,"span")(4,Ve,2,0,"span",3),h(5,Ae,1,1,"fa-icon",4),s(),h(6,Ie,3,1,"h4",5),l(7,"button",6),_("click",function(){return r.layout.closeDialog()}),s()(),l(8,"div",7)(9,"div",8)(10,"div",9)(11,"div",10)(12,"div",11)(13,"div")(14,"label",12),p(15,"Name"),s(),l(16,"input",13),I("ngModelChange",function(m){return z(r.group.name,m)||(r.group.name=m),m}),s()(),l(17,"div")(18,"label",14),p(19,"Description"),s(),l(20,"input",15),I("ngModelChange",function(m){return z(r.group.description,m)||(r.group.description=m),m}),s()()()(),h(21,je,17,6,"div",16),s()()(),l(22,"div",17)(23,"button",18),_("click",function(){return r.onCancel()}),p(24,"Cancel"),s(),l(25,"button",19),_("click",function(){return r.onSubmit()}),p(26," Confirm "),s()()),i&2&&(a(2),u("icon",r.icons.GROUPS),a(),f(r.group.id?3:4),a(2),f(r.loading?5:-1),a(),f(r.group.id?6:-1),a(),Y(ee("btn-close btn-close-white ",r.group.id?"ms-2":"ms-auto"," ms-2")),a(9),y("is-invalid",!r.group.name),u("disabled",!r.isPersonalGroup)("autoSelect",!1),H("ngModel",r.group.name),a(4),H("ngModel",r.group.description),u("disabled",!r.isPersonalGroup),a(),f(r.group.id?21:-1),a(4),u("disabled",!r.group.name||r.submitted))},dependencies:[de,ae,le,pe,ce,S,ue,xe,ke],encapsulation:2});let t=n;return t})();var we=(()=>{let n=class n{onClick(e){e.stopPropagation()}ngOnInit(){setTimeout(()=>{typeof document<"u"&&document.addEventListener("click",this.offClickHandler)},0)}ngOnDestroy(){typeof document<"u"&&document.removeEventListener("click",this.offClickHandler)}};n.\u0275fac=function(i){return new(i||n)},n.\u0275dir=K({type:n,selectors:[["","offClick",""]],hostBindings:function(i,r){i&1&&_("click",function(m){return r.onClick(m)})},inputs:{offClickHandler:[0,"offClick","offClickHandler"]}});let t=n;return t})();var P=class{constructor(n){typeof n=="string"&&(this.id=this.name=n,this.description=""),typeof n=="object"&&(this.id=n.id||n.name,this.name=n.name,this.description=n.description||"")}};var Ne=t=>({active:t}),Le=(t,n)=>({o:t,i:n});function Re(t,n){if(t&1){let o=M();l(0,"input",6),_("keydown",function(i){v(o);let r=c();return b(r.inputEvent(i))})("keyup",function(i){v(o);let r=c();return b(r.inputEvent(i,!0))}),s()}if(t&2){let o=c();u("disabled",o.disabled)}}function Be(t,n){t&1&&V(0)}function Ue(t,n){if(t&1&&(l(0,"span",12),E(1,Be,1,0,"ng-container",13),s()),t&2){let o=c(2),e=A(6);y("ui-select-allow-clear",o.allowClear&&o.active),a(),u("ngTemplateOutlet",o.customTemplateSelect||e)("ngTemplateOutletContext",ie(4,Ne,o.active))}}function We(t,n){if(t&1&&(l(0,"span",9),p(1),s()),t&2){let o=c(2);a(),C(o.placeholder)}}function qe(t,n){if(t&1){let o=M();l(0,"button",14),_("click",function(i){v(o);let r=c(2);return b(r.removeClick(r.active,i))}),s()}}function $e(t,n){if(t&1){let o=M();l(0,"div",4)(1,"span",7),_("click",function(i){v(o);let r=c();return b(r.matchClick(i))}),h(2,Ue,2,6,"span",8)(3,We,2,1,"span",9),h(4,qe,1,0,"button",10),g(5,"i",11),s()()}if(t&2){let o=c();a(2),f(o.active?2:3),a(2),f(o.allowClear&&o.active?4:-1)}}function Qe(t,n){t&1&&V(0)}function Je(t,n){if(t&1){let o=M();l(0,"li",15)(1,"div",16),_("click",function(i){let r=v(o).$implicit,d=c(2);return b(d.selectMatch(r,i))})("mouseenter",function(){let i=v(o).$implicit,r=c(2);return b(r.selectActive(i))}),E(2,Qe,1,0,"ng-container",13),s()()}if(t&2){let o=n.$implicit,e=c(2),i=A(8);a(),y("active",e.isActive(o)),a(),u("ngTemplateOutlet",e.customTemplateOptions||i)("ngTemplateOutletContext",ne(4,Le,o,e.inputValue))}}function Ke(t,n){if(t&1&&(l(0,"ul",5),T(1,Je,3,7,"li",15,Z),s()),t&2){let o=c();a(),D(o.options)}}function Xe(t,n){if(t&1&&(l(0,"div",17)(1,"span",18),g(2,"fa-icon",19),s(),l(3,"span"),p(4),s(),l(5,"div",20),p(6),s()()),t&2){let o=n.active,e=c();a(2),u("icon",e.itemIcon)("fixedWidth",!1),a(2),C(o.name),a(2),C(o.description)}}function Ze(t,n){if(t&1&&(l(0,"a",21)(1,"div",17)(2,"span",18),g(3,"fa-icon",19),s(),g(4,"span",22),w(5,"highlight"),g(6,"span",23),w(7,"highlight"),s()()),t&2){let o=n.i,e=n.o,i=c();a(3),u("icon",i.itemIcon)("fixedWidth",!1),a(),u("innerHtml",i.sanitize(N(5,4,e.name,o)),G),a(2),u("innerHtml",i.sanitize(N(7,7,e.description,o)),G)}}var zt=(()=>{let n=class n{constructor(){this.element=O(J),this.itemIcon=me,this.allowClear=!0,this.placeholder="",this.idField="id",this.nameField="name",this.descriptionField="description",this.data=new x,this.selected=new x,this.removed=new x,this.typed=new x,this.opened=new x,this.options=[],this.itemObjects=[],this.inputMode=!1,this.inputValue="",this.onChange=Function.prototype,this.onTouched=Function.prototype,this.sanitizer=O(re),this._items=[],this._optionsOpened=!1,this._disabled=!1,this._active=null,this.clickedOutside=this.clickedOutside.bind(this)}set items(e){if(!e.length){this._items=this.itemObjects=[],this.itemObjects=[];return}this._items=e.filter(i=>{if(typeof i=="string"||typeof i=="object"&&i&&i[this.nameField]&&i[this.idField])return i}),this.itemObjects=this._items.map(i=>typeof i=="string"?new P(i):new P({id:i[this.idField],name:i[this.nameField],description:i[this.descriptionField]}))}get optionsOpened(){return this._optionsOpened}set optionsOpened(e){this._optionsOpened=e,this.opened.emit(e)}get disabled(){return this._disabled}set disabled(e){this._disabled=e,this._disabled===!0&&this.hideOptions()}get active(){return this._active}set active(e){e?this._active=typeof e=="string"?e:new P({id:e[this.idField],name:e[this.nameField],description:e[this.descriptionField]}):this._active=null}sanitize(e){return this.sanitizer.bypassSecurityTrustHtml(e)}inputEvent(e,i=!1){if(e.keyCode===9)return;if(i&&(e.keyCode===37||e.keyCode===39||e.keyCode===38||e.keyCode===40||e.keyCode===13)){e.preventDefault();return}if(!i&&e.keyCode===8){let d=this.element.nativeElement.querySelector("div.ui-select-container > input");(!d.value||d.value.length<=0)&&(this.active&&this.remove(this.active),e.preventDefault())}if(!i&&e.keyCode===27){this.hideOptions(),e.preventDefault();return}if(!i&&e.keyCode===46&&(this.active&&this.remove(this.active),e.preventDefault()),!i&&e.keyCode===37&&this._items.length>0){this.behavior.first(),e.preventDefault();return}if(!i&&e.keyCode===39&&this._items.length>0){this.behavior.last(),e.preventDefault();return}if(!i&&e.keyCode===38){this.behavior.prev(),e.preventDefault();return}if(!i&&e.keyCode===40){this.behavior.next(),e.preventDefault();return}if(!i&&e.keyCode===13){(!this.active||this.active.id!==this.activeOption.id)&&(this.selectActiveMatch(),this.behavior.next()),e.preventDefault();return}let r=e.target||e.srcElement;r?(this.inputValue=r.value,this.doEvent("typed",this.inputValue||" ")):this.open()}ngOnInit(){this.subscription=this.typed.asObservable().pipe(W(200),q()).subscribe(e=>this.doSearch(e)),this.behavior=new U(this),this.doEvent("typed"," ")}ngOnDestroy(){this.subscription.unsubscribe()}remove(e){this._disabled!==!0&&(this.active=null,this.data.next(this.active),this.doEvent("removed",e),this.inputValue="",this.doEvent("typed"," "))}doEvent(e,i){this[e]&&i&&this[e].next(i),this.onTouched(),(e==="selected"||e==="removed")&&this.onChange(this.active)}clickedOutside(){this.inputMode=!1,this.optionsOpened=!1}writeValue(e){this.active=e,this.data.emit(this.active)}registerOnChange(e){this.onChange=e}registerOnTouched(e){this.onTouched=e}matchClick(e){this._disabled!==!0&&(this.inputMode=!this.inputMode,this.inputMode===!0&&(this.focusToInput(),this.open()))}mainClick(e){if(this.inputMode===!0||this._disabled===!0)return;if(e.keyCode===46){e.preventDefault(),this.inputEvent(e);return}if(e.keyCode===8){e.preventDefault(),this.inputEvent(e,!0);return}if(e.keyCode===9||e.keyCode===13||e.keyCode===27||e.keyCode>=37&&e.keyCode<=40){e.preventDefault();return}this.inputMode=!0;let i=String.fromCharCode(96<=e.keyCode&&e.keyCode<=105?e.keyCode-48:e.keyCode).toLowerCase();this.focusToInput(i),this.open();let r=e.target||e.srcElement;r.value=i,this.inputEvent(e)}selectActive(e){this.activeOption=e}isActive(e){return this.activeOption.id===e.id}removeClick(e,i){i.stopPropagation(),this.remove(e)}focusToInput(e=""){setTimeout(()=>{let i=this.element.nativeElement.querySelector("div.ui-select-container > input");i&&(i.focus(),i.value=e)},0)}selectMatch(e,i=void 0){i&&(i.stopPropagation(),i.preventDefault()),!(this.options.length<=0)&&(this.active=e,this.data.next(this.active),this.doEvent("selected",e),this.hideOptions(),this.focusToInput(e.name),this.element.nativeElement.querySelector(".ui-select-container").focus())}doSearch(e){this.searchFunction(e).subscribe({next:i=>{this.items=i},error:i=>{console.error(i),this.items=[]},complete:()=>this.behavior.filter()})}open(){this.options=this.itemObjects,this.options.length>0&&this.behavior.first(),this.optionsOpened=!0}hideOptions(){this.inputMode=!1,this.optionsOpened=!1}selectActiveMatch(){this.selectMatch(this.activeOption)}};n.\u0275fac=function(i){return new(i||n)},n.\u0275cmp=k({type:n,selectors:[["app-select"]],inputs:{searchFunction:"searchFunction",customTemplateOptions:"customTemplateOptions",customTemplateSelect:"customTemplateSelect",itemIcon:"itemIcon",allowClear:"allowClear",placeholder:"placeholder",idField:"idField",nameField:"nameField",descriptionField:"descriptionField",disabled:"disabled",active:"active"},outputs:{data:"data",selected:"selected",removed:"removed",typed:"typed",opened:"opened"},features:[te([{provide:se,useExisting:$(()=>n),multi:!0}])],decls:9,vars:5,consts:[["DefaultSelect",""],["DefaultOptions",""],[1,"ui-select-container","dropdown","open",3,"keyup","offClick"],["autocomplete","false","tabindex","-1","type","text",1,"form-control","ui-select-search",3,"disabled"],[1,"ui-select-match","form-control"],["role","menu",1,"ui-select-choices","dropdown-menu"],["autocomplete","false","tabindex","-1","type","text",1,"form-control","ui-select-search",3,"keydown","keyup","disabled"],["tabindex","-1",1,"ui-select-toggle","no-select",2,"outline","0",3,"click"],[1,"ui-select-match-text","w-100",3,"ui-select-allow-clear"],[1,"ui-select-placeholder"],["aria-label","close","type","button",1,"btn-close"],[1,"dropdown-toggle"],[1,"ui-select-match-text","w-100"],[4,"ngTemplateOutlet","ngTemplateOutletContext"],["aria-label","close","type","button",1,"btn-close",3,"click"],["role","menuitem"],[1,"ui-select-choices-row",3,"click","mouseenter"],[1,"d-flex","align-items-center"],[1,"ui-icon","circle-primary-icon","me-2"],[3,"icon","fixedWidth"],[1,"d-flex","ms-auto","me-4","fs-xs","text-muted"],["href","javascript:void(0)",1,"dropdown-item","cursor-pointer",2,"padding","3px 5px"],[3,"innerHtml"],[1,"d-flex","ms-auto","fs-xs","text-muted",3,"innerHtml"]],template:function(i,r){if(i&1){let d=M();l(0,"div",2),_("keyup",function(Se){return v(d),b(r.mainClick(Se))}),g(1,"div"),h(2,Re,1,1,"input",3)(3,$e,6,2,"div",4),h(4,Ke,3,0,"ul",5),s(),E(5,Xe,7,4,"ng-template",null,0,L)(7,Ze,8,10,"ng-template",null,1,L)}i&2&&(u("offClick",r.clickedOutside),a(),y("ui-disabled",r.disabled),a(),f(r.inputMode?2:3),a(2),f(r.optionsOpened&&r.options&&r.options.length>0?4:-1))},dependencies:[we,S,oe,Me],styles:[".ui-select-container[_ngcontent-%COMP%]{background-color:transparent;border-radius:4px}.ui-select-container.open[_ngcontent-%COMP%] > .dropdown-menu[_ngcontent-%COMP%]{display:block}.ui-select-container.open[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{outline:none}.ui-select-container[_ngcontent-%COMP%] .ui-icon[_ngcontent-%COMP%]{min-width:26px;min-height:26px;font-size:calc(var(--font-size-base) * .9066667)}.ui-select-container[_ngcontent-%COMP%] .ui-disabled[_ngcontent-%COMP%]{background-color:#d4dbe8;border-radius:4px;position:absolute;width:100%;height:100%;z-index:5;opacity:.6;top:0;left:0;cursor:not-allowed}.ui-select-container[_ngcontent-%COMP%] .ui-select-search[_ngcontent-%COMP%]{line-height:26px}.ui-select-container[_ngcontent-%COMP%] .ui-select-match[_ngcontent-%COMP%]{padding-left:.3rem}.ui-select-container[_ngcontent-%COMP%] .ui-select-match[_ngcontent-%COMP%] .btn[_ngcontent-%COMP%]{text-align:start!important}.ui-select-container[_ngcontent-%COMP%] .ui-select-match[_ngcontent-%COMP%] .caret[_ngcontent-%COMP%]{position:absolute;top:45%;right:15px}.ui-select-container[_ngcontent-%COMP%] .ui-select-match[_ngcontent-%COMP%] .close[_ngcontent-%COMP%]{font-size:calc(var(--font-size-base) * 1.6);line-height:.75}.ui-select-container[_ngcontent-%COMP%] .ui-select-match[_ngcontent-%COMP%] .ui-select-toggle[_ngcontent-%COMP%]{display:flex;align-items:center}.ui-select-container[_ngcontent-%COMP%] .ui-select-match[_ngcontent-%COMP%] .ui-select-toggle[_ngcontent-%COMP%] > .caret[_ngcontent-%COMP%]{position:absolute;height:10px;top:50%;right:10px;margin-top:-2px}.ui-select-container[_ngcontent-%COMP%] .ui-select-match[_ngcontent-%COMP%] .ui-select-placeholder[_ngcontent-%COMP%]{float:left;line-height:26px;color:#8c8c8c;width:100%}.ui-select-container[_ngcontent-%COMP%] .ui-select-match[_ngcontent-%COMP%] .dropdown-toggle[_ngcontent-%COMP%]{cursor:pointer}.ui-select-container[_ngcontent-%COMP%] .ui-select-match[_ngcontent-%COMP%] .dropdown-toggle[_ngcontent-%COMP%]:after{display:inline-block!important}.ui-select-container[_ngcontent-%COMP%] .ui-select-choices[_ngcontent-%COMP%]{width:100%;height:auto;max-height:200px;overflow-x:hidden;margin-top:0}.ui-select-container[_ngcontent-%COMP%] .ui-select-choices[_ngcontent-%COMP%] .ui-select-choices-row[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{display:block;padding:3px 5px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.ui-select-container[_ngcontent-%COMP%] .ui-select-choices[_ngcontent-%COMP%] .ui-select-choices-row[_ngcontent-%COMP%] .active[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{text-decoration:none;outline:0}.ui-select-container[_ngcontent-%COMP%] .ui-select-choices[_ngcontent-%COMP%] .ui-select-choices-row[_ngcontent-%COMP%] .dropdown-item[_ngcontent-%COMP%] > div[_ngcontent-%COMP%]{pointer-events:none}"]});let t=n;return t})(),U=class{constructor(n){this.actor=n}first(){this.actor.activeOption=this.actor.options[0],this.ensureHighlightVisible()}last(){this.actor.activeOption=this.actor.options[this.actor.options.length-1],this.ensureHighlightVisible()}prev(){let n=this.actor.options.indexOf(this.actor.activeOption);this.actor.activeOption=this.actor.options[n-1<0?this.actor.options.length-1:n-1],this.ensureHighlightVisible()}next(){let n=this.actor.options.indexOf(this.actor.activeOption);this.actor.activeOption=this.actor.options[n+1>this.actor.options.length-1?0:n+1],this.ensureHighlightVisible()}ensureHighlightVisible(n=void 0){let o=this.actor.element.nativeElement.querySelector(".ui-select-choices-content");if(!o)return;let e=o.querySelectorAll(".ui-select-choices-row");if(e.length<1)return;let i=this.getActiveIndex(n);if(i<0)return;let r=e[i];if(!r)return;let d=r.offsetTop+r.clientHeight-o.scrollTop,m=o.offsetHeight;d>m?o.scrollTop+=d-m:d<r.clientHeight&&(o.scrollTop-=r.clientHeight-d)}filter(){this.actor.options=[...this.actor.itemObjects],this.actor.options.length>0&&(this.actor.activeOption=this.actor.options[0],this.ensureHighlightVisible())}getActiveIndex(n=void 0){let o=this.actor.options.indexOf(this.actor.activeOption);return o<0&&n!==void 0&&(o=n.get(this.actor.activeOption.id)),o}};export{Pe as a,Ee as b,it as c,bt as d,zt as e};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{b as V,c as _t}from"./chunk-7PVTMTWH.js";import{a as ue,b as z,c as bt,d as Te,e as Ct}from"./chunk-FRWEEOOM.js";import{a as ft,b as ht,c as gt}from"./chunk-QQO7S2VY.js";import{a as S,b as Y,c as et}from"./chunk-U3ZGYOLA.js";import{a as at,c as dt}from"./chunk-BMGKB3JK.js";import{a as fe}from"./chunk-D43PHZEY.js";import"./chunk-5C77PEFA.js";import{o as ot,p as ye,u as Ge}from"./chunk-WM4XBDC2.js";import{a as ut}from"./chunk-SQ2KIOJ7.js";import{a as lt}from"./chunk-WJPVHM7T.js";import{a as Se,b as we,c as st}from"./chunk-U6V4Y234.js";import{a as mt,b as pt,c as ct}from"./chunk-7UIOW5AD.js";import{a as rt}from"./chunk-NJKIHMOH.js";import"./chunk-V4HAIERK.js";import{A as Xe,B as K,C as Ze,Eb as P,J as H,db as xe,hb as _e,s as Le,wa as tt,xa as it,ya as nt}from"./chunk-ZYNBYM7I.js";import{b as De,d as Me}from"./chunk-NMDGST45.js";import{$a as E,Ab as A,Bd as oe,Cd as $e,Db as _,Dd as re,E as Ce,Ef as pe,Fb as d,Ge as He,Ha as J,Id as ae,Jb as Q,Jd as D,Kb as q,Kd as je,L as O,Lb as W,Na as s,Nf as ce,Oc as ie,Pa as I,Pb as ve,Pd as le,Pe as me,Qb as k,Qf as We,Rb as R,Sb as m,Sf as ze,Tb as v,Ub as $,Ud as Ke,Vb as Ae,Wb as X,Xb as Z,Xf as de,Yb as ee,Zf as Ye,bc as te,cf as Qe,dd as Pe,eb as T,ed as Ve,ff as qe,gd as Re,ge as se,ia as C,id as L,ig as Je,jc as x,jd as Fe,kb as h,kc as F,kd as Ue,lb as g,lc as w,md as j,na as y,nd as ne,oa as G,ob as B,pb as N,qb as p,rb as r,rd as ke,sb as a,sd as Oe,tb as u,td as Ie,ud as Be,ug as M,vd as Ne}from"./chunk-CFXAKPPB.js";import"./chunk-DM4NXKEP.js";import"./chunk-ZIJQRARU.js";import{a as ge,b as be}from"./chunk-KAVP6UXH.js";var vt=(()=>{let l=class l{constructor(){this.currentMemberIds=[],this.hasChanges=new I,this.layout=C(P),this.newMembers=[],this.submitted=!1,this.icons={faUserPlus:me},this.adminService=C(V)}searchMembers(n){let o={search:n,onlyUsers:!0,usersRole:this.parentGroup.type===ue.USER?Xe.USER:void 0,ignoreUserIds:[...this.currentMemberIds,...this.newMembers.map(e=>e.id)]};return this.adminService.searchMembers(o)}onSubmit(){this.submitted=!0,this.adminService.addUsersToGroup(this.parentGroup.id,this.newMembers.map(n=>n.id)).subscribe({next:()=>{this.hasChanges.emit(!0),this.layout.sendNotification("success","Add members",this.newMembers.map(n=>n.name).join("<br>"),null,{enableHtml:!0}),this.layout.closeDialog()},error:n=>{this.submitted=!1,this.layout.sendNotification("error","Add members",this.newMembers.map(o=>o.name).join("<br>"),n,{enableHtml:!0})}})}};l.\u0275fac=function(o){return new(o||l)},l.\u0275cmp=E({type:l,selectors:[["app-admin-group-add-users-dialog"]],inputs:{parentGroup:"parentGroup",currentMemberIds:"currentMemberIds"},outputs:{hasChanges:"hasChanges"},decls:16,vars:7,consts:[[1,"modal-header","align-items-center"],[1,"modal-title"],[3,"icon"],[1,"modal-title","ms-auto"],["l10nTranslate",""],["aria-label","Close","type","button",1,"btn-close","btn-close-white","ms-2",3,"click"],[1,"modal-body"],[3,"membersChange","members","withPermissions","customPlaceholder","searchFunction"],[1,"modal-footer"],["data-dismiss","modal","type","button","l10nTranslate","",1,"btn","btn-secondary","ms-auto",3,"click"],["type","button","l10nTranslate","",1,"btn","btn-primary",3,"click","disabled"]],template:function(o,e){o&1&&(r(0,"div",0)(1,"h4",1),u(2,"fa-icon",2),r(3,"span"),m(4),a()(),r(5,"h4",3)(6,"span",4),m(7,"Add members"),a()(),r(8,"button",5),_("click",function(){return e.layout.closeDialog()}),a()(),r(9,"div",6)(10,"app-user-search",7),ee("membersChange",function(f){return Z(e.newMembers,f)||(e.newMembers=f),f}),a()(),r(11,"div",8)(12,"button",9),_("click",function(){return e.layout.closeDialog()}),m(13,"Cancel"),a(),r(14,"button",10),_("click",function(){return e.onSubmit()}),m(15," Confirm "),a()()),o&2&&(s(2),p("icon",e.icons.faUserPlus),s(2),v(e.parentGroup.name),s(6),X("members",e.newMembers),p("withPermissions",!1)("customPlaceholder","Type to search for users to add")("searchFunction",e.searchMembers.bind(e)),s(4),p("disabled",e.submitted||!e.newMembers.length))},dependencies:[M,D,dt],encapsulation:2});let t=l;return t})();function wt(t,l){if(t&1&&u(0,"img",9),t&2){let i=d();p("src",i.member.avatarUrl,J)}}function Tt(t,l){if(t&1&&u(0,"fa-icon",2),t&2){let i=d();R(i.member.isPersonalGroup?"circle-purple-icon":"circle-primary-icon"),p("icon",i.icons.GROUPS)}}function Et(t,l){if(t&1&&(r(0,"div",7)(1,"span",16),m(2,"from the group"),a(),r(3,"span",11),m(4),x(5,"capitalize"),a()()),t&2){let i=d();s(4),v(F(5,1,i.parentGroup.name))}}function At(t,l){t&1&&(r(0,"div",12),m(1,"Only the group will be deleted, the members will no longer be part of it."),a())}var xt=(()=>{let l=class l{constructor(){this.wasDeleted=new I,this.submitted=!1,this.icons={GROUPS:H.GROUPS,faMinus:le,faUserMinus:ce},this.layout=C(P),this.adminService=C(V)}onSubmit(){this.submitted=!0;let n=this.member.isUser?"Remove from group":"Delete group";(this.member.isUser?this.adminService.removeUserFromGroup(this.parentGroup.id,this.member.id):this.adminService.deleteGroup(this.member.id)).subscribe({next:()=>{this.wasDeleted.emit(!0),this.layout.sendNotification("success",n,this.member.name),this.onClose()},error:e=>{this.submitted=!1,this.layout.sendNotification("error",n,this.member.name,e)}})}onClose(){this.wasDeleted.emit(!1),this.layout.closeDialog()}};l.\u0275fac=function(o){return new(o||l)},l.\u0275cmp=E({type:l,selectors:[["app-admin-group-delete-dialog"]],inputs:{parentGroup:"parentGroup",member:"member"},outputs:{wasDeleted:"wasDeleted"},decls:26,vars:10,consts:[[1,"modal-header","align-items-center"],[1,"modal-title"],[3,"icon"],[1,"modal-title","ms-auto"],["l10nTranslate",""],["aria-label","Close","type","button",1,"btn-close","btn-close-white","ms-2",3,"click"],[1,"modal-body"],[1,"d-flex","align-items-center"],[1,"d-flex","align-items-center","avatar","me-2"],["alt","",1,"avatar-img",3,"src"],[3,"icon","class"],[1,"text-bold","me-1"],["l10nTranslate","",1,"small","mt-2"],[1,"modal-footer"],["data-dismiss","modal","type","button","l10nTranslate","",1,"btn","btn-secondary","ms-auto",3,"click"],["type","button","l10nTranslate","",1,"btn","btn-danger",3,"click","disabled"],["l10nTranslate","",1,"mx-1"]],template:function(o,e){o&1&&(r(0,"div",0)(1,"h4",1),u(2,"fa-icon",2),r(3,"span"),m(4),a()(),r(5,"h4",3)(6,"span",4),m(7),a()(),r(8,"button",5),_("click",function(){return e.onClose()}),a()(),r(9,"div",6)(10,"div",7)(11,"div",8),h(12,wt,1,1,"img",9)(13,Tt,1,3,"fa-icon",10),a(),r(14,"span",11),m(15),x(16,"capitalize"),a(),r(17,"span",4),m(18,"will be removed"),a(),h(19,Et,6,3,"div",7),a(),h(20,At,2,0,"div",12),a(),r(21,"div",13)(22,"button",14),_("click",function(){return e.onClose()}),m(23,"Cancel"),a(),r(24,"button",15),_("click",function(){return e.onSubmit()}),m(25," Remove "),a()()),o&2&&(s(2),p("icon",e.member.isUser?e.icons.faUserMinus:e.icons.faMinus),s(2),v(e.member.name),s(3),v(e.member.isUser?"Remove from group":"Delete group"),s(5),g(e.member.isUser?12:13),s(3),v(F(16,8,e.member.name)),s(4),g(e.member.isUser?19:-1),s(),g(e.member.isGroup?20:-1),s(4),p("disabled",e.submitted))},dependencies:[M,D,ut],encapsulation:2});let t=l;return t})();var Dt=(t,l)=>l.value;function Mt(t,l){if(t&1&&(u(0,"fa-icon",32),r(1,"span"),m(2),a()),t&2){let i=d();p("icon",i.icons.faPen),s(2),v(i.group.name)}}function Pt(t,l){if(t&1&&(u(0,"fa-icon",32),r(1,"span",22),m(2,"New group"),a()),t&2){let i=d();p("icon",i.icons.faPlus)}}function Vt(t,l){t&1&&(r(0,"h4",2)(1,"span",22),m(2,"Edit group"),a()())}function Rt(t,l){if(t&1&&(r(0,"span",33),u(1,"fa-icon",32),r(2,"span",34),m(3,"Settings"),a()()),t&2){let i=d();s(),p("icon",i.icons.faCog)}}function Ft(t,l){if(t&1&&(r(0,"option",20),m(1),a()),t&2){let i=l.$implicit;p("ngValue",i.value),s(),v(i.key)}}function Ut(t,l){t&1&&(r(0,"span",22),m(1,"All users can see this group."),a())}function kt(t,l){t&1&&(r(0,"span",22),m(1,"Users who are not members of this group cannot see it."),a())}function Ot(t,l){t&1&&(r(0,"span",22),m(1,"The group is not visible, its members cannot see it and cannot see each other."),a())}function It(t,l){if(t&1&&(r(0,"div",16)(1,"div",23)(2,"div",35)(3,"div",36)(4,"div",37)(5,"label",38),m(6,"Creation date"),a(),r(7,"div",39),m(8),x(9,"amDateFormat"),a()()(),r(10,"div",36)(11,"div",40)(12,"label",41),m(13,"Modification date"),a(),r(14,"div",42),m(15),x(16,"amDateFormat"),a()()()()()()),t&2){let i=d();s(8),v(F(9,2,i.group.createdAt)),s(7),v(F(16,4,i.group.modifiedAt))}}function Bt(t,l){if(t&1&&(r(0,"span",33),u(1,"fa-icon",32),r(2,"span",34),m(3,"Permissions"),a()()),t&2){let i=d();s(),p("icon",i.icons.faShieldHalved)}}var Ee=(()=>{let l=class l{constructor(){this.group=null,this.parentGroup=null,this.groupChange=new I,this.locale=C(re),this.layout=C(P),this.icons={GROUPS:H.GROUPS,faPen:pe,faPlus:de,faCog:Qe,faShieldHalved:ze},this.submitted=!1,this.originalOrderKeyValue=_e,this.allVisibilities={Visible:z.VISIBLE,Private:z.PRIVATE,Isolated:z.ISOLATED},this.adminService=C(V)}ngOnInit(){this.groupForm=new Ue({name:new j(this.group?.name||"",Re.required),description:new j(this.group?.description||""),visibility:new j(this.group?.visibility||z.VISIBLE),applications:new j(this.group?.applications||[]),parent:new j(this.parentGroup)})}updateApplications(n){this.groupForm.controls.applications.setValue(n),this.groupForm.controls.applications.markAsDirty()}onSetParent(n){this.groupForm.controls.parent.setValue(n?{id:n.id,name:n.name}:null),this.groupForm.controls.parent.markAsDirty()}searchGroups(n){let o={search:n,onlyGroups:!0,excludePersonalGroups:!0,ignoreGroupIds:this.groupForm.value.parent?[this.groupForm.value.parent.id]:[]};return this.adminService.searchMembers(o,!0)}onSubmit(){if(this.submitted=!0,this.group?.id){let n=this.makeDto();this.adminService.updateGroup(this.group.id,n).subscribe({next:o=>{this.groupChange.emit(["update",o]),this.layout.sendNotification("success","Group updated",this.groupForm.value.name),this.layout.closeDialog()},error:o=>this.onError(o)})}else{let n=this.makeDto(!0);this.adminService.createGroup(n).subscribe({next:o=>{this.groupChange.emit(["add",o]),this.layout.sendNotification("success","Group created",this.groupForm.value.name),this.layout.closeDialog()},error:o=>this.onError(o)})}}makeDto(n=!1){let o;n?o=Object.fromEntries(Object.keys(this.groupForm.controls).map(e=>[e,this.groupForm.controls[e].value])):o=Object.fromEntries(Object.keys(this.groupForm.controls).filter(e=>this.groupForm.controls[e].dirty).map(e=>[e,this.groupForm.controls[e].value]));for(let e in o)switch(e){case"applications":o.permissions=o[e].join(Ze),delete o.applications;break;case"parent":o.parentId=o[e]?o[e].id:null,delete o.parent;break}return o}onError(n){this.layout.sendNotification("error","Group error",this.groupForm.value.name,n),this.submitted=!1}};l.\u0275fac=function(o){return new(o||l)},l.\u0275cmp=E({type:l,selectors:[["app-admin-group-dialog"]],inputs:{group:"group",parentGroup:"parentGroup"},outputs:{groupChange:"groupChange"},decls:54,vars:24,consts:[[1,"modal-header","align-items-center"],[1,"modal-title"],[1,"modal-title","ms-auto"],["aria-label","Close","type","button",3,"click"],[1,"modal-body","form-validation",3,"formGroup"],["type","pills",3,"justified"],["customClass","tab-dialog form-validation",3,"selectTab"],["tabHeading",""],[1,"app-tab-content","row","g-3"],[1,"col-12","col-lg-6","d-flex","flex-column"],[1,"card","dialog-tab-card","w-100","mb-3"],[1,"card-body","d-flex","flex-column","gap-3"],["for","name","l10nTranslate","",1,"form-label"],["id","name","appAutofocus","","formControlName","name","autocomplete","off","type","text",1,"form-control",3,"autoSelect"],["for","description","l10nTranslate","",1,"form-label"],["id","description","formControlName","description","autocomplete","off","type","text",1,"form-control"],[1,"card","dialog-tab-card","w-100"],[1,"card-body","d-flex","flex-column","gap-2"],["for","visibility","l10nTranslate","",1,"form-label"],["id","visibility","formControlName","visibility",1,"form-control","form-select"],["l10nTranslate","",3,"ngValue"],[1,"fst-italic","fs-sm"],["l10nTranslate",""],[1,"card-body"],["for","parent","translate","",1,"form-label"],["id","parent",3,"data","searchFunction","active","itemIcon","placeholder"],[1,"app-tab-content"],[1,"card","dialog-tab-card"],[3,"permissionsChange","permissions"],[1,"modal-footer"],["data-dismiss","modal","type","button","l10nTranslate","",1,"btn","btn-secondary","ms-auto",3,"click"],["type","button","l10nTranslate","",1,"btn","btn-primary",3,"click","disabled"],[3,"icon"],[1,"app-tab-heading"],["l10nTranslate","",1,"app-tab-label"],[1,"row","g-3"],[1,"col-12","col-md-6"],[1,"d-flex","flex-column"],["for","created","l10nTranslate","",1,"form-label"],["id","created",1,"fs-sm"],[1,"d-flex","flex-column","text-md-end"],["for","modified","l10nTranslate","",1,"form-label"],["id","modified",1,"fs-sm"]],template:function(o,e){if(o&1&&(r(0,"div",0)(1,"h4",1),h(2,Mt,3,2)(3,Pt,3,1),a(),h(4,Vt,3,0,"h4",2),r(5,"button",3),_("click",function(){return e.layout.closeDialog()}),a()(),r(6,"div",4)(7,"tabset",5)(8,"tab",6),_("selectTab",function(){return e.tabView=null}),T(9,Rt,4,1,"ng-template",7),r(10,"div",8)(11,"div",9)(12,"div",10)(13,"div",11)(14,"div")(15,"label",12),m(16,"Name"),a(),u(17,"input",13),a(),r(18,"div")(19,"label",14),m(20,"Description"),a(),u(21,"input",15),a()()(),r(22,"div",16)(23,"div",17)(24,"div")(25,"label",18),m(26,"Visibility"),a(),r(27,"select",19),B(28,Ft,2,2,"option",20,Dt),x(30,"keyvalue"),a()(),r(31,"div",21),h(32,Ut,2,0,"span",22)(33,kt,2,0,"span",22)(34,Ot,2,0,"span",22),a()()()(),r(35,"div",9)(36,"div",10)(37,"div",23)(38,"label",24),m(39,"Parent group"),a(),r(40,"app-select",25),x(41,"translate"),_("data",function(f){return e.onSetParent(f)}),a()()(),h(42,It,17,6,"div",16),a()()(),r(43,"tab",6),_("selectTab",function(){return e.tabView="permissions"}),T(44,Bt,4,1,"ng-template",7),r(45,"div",26)(46,"div",27)(47,"div",23)(48,"app-admin-permissions",28),_("permissionsChange",function(f){return e.updateApplications(f)}),a()()()()()()(),r(49,"div",29)(50,"button",30),_("click",function(){return e.layout.closeDialog()}),m(51,"Cancel"),a(),r(52,"button",31),_("click",function(){return e.onSubmit()}),m(53," Confirm "),a()()),o&2){let c;s(2),g(e.group?2:3),s(2),g(e.group?4:-1),s(),R(te("btn-close btn-close-white ",e.group?"ms-2":"ms-auto"," ms-2")),s(),p("formGroup",e.groupForm),s(),p("justified",!0),s(10),k("is-invalid",e.groupForm.controls.name.invalid),p("autoSelect",!1),s(11),N(w(30,18,e.allVisibilities,e.originalOrderKeyValue)),s(4),g((c=e.groupForm.value.visibility)===e.allVisibilities.Visible?32:c===e.allVisibilities.Private?33:c===e.allVisibilities.Isolated?34:-1),s(8),p("searchFunction",e.searchGroups.bind(e))("active",e.groupForm.value.parent)("itemIcon",e.icons.GROUPS)("placeholder",w(41,21,"Select the parent group",e.locale.language)),s(2),g(e.group?42:-1),s(6),p("permissions",e.groupForm.value.applications),s(4),p("disabled",e.submitted||e.groupForm.invalid)}},dependencies:[M,D,$e,Be,Ne,Ve,Ie,L,Fe,ke,Oe,ot,_t,Ct,pt,ct,mt,ie,ae,fe],encapsulation:2});let t=l;return t})();var Gt=(()=>{let l=class l{constructor(){this.layout=C(P),this.submitted=!1,this.isManager=!1,this.USER_GROUP_ROLE=K,this.icons={faUserPen:He,faKey:se},this.adminService=C(V)}ngOnInit(){this.isManager=this.user.isGroupManager}onSubmit(){if(this.submitted=!0,this.user.isGroupManager===this.isManager){this.layout.closeDialog();return}let n=this.isManager?K.MANAGER:K.MEMBER;this.adminService.updateUserFromGroup(this.parentGroup.id,this.user.id,{role:n}).subscribe({next:()=>{this.user.setGroupRole(n),this.layout.sendNotification("success","Edit user",this.user.name),this.layout.closeDialog()},error:o=>{this.submitted=!1,this.layout.sendNotification("error","Edit user",this.user.name,o)}})}};l.\u0275fac=function(o){return new(o||l)},l.\u0275cmp=E({type:l,selectors:[["app-admin-group-edit-user-dialog"]],inputs:{parentGroup:"parentGroup",user:"user"},decls:25,vars:5,consts:[[1,"modal-header","align-items-center"],[1,"modal-title"],[3,"icon"],[1,"modal-title","ms-auto"],["l10nTranslate",""],["aria-label","Close","type","button",1,"btn-close","btn-close-white","ms-2",3,"click"],[1,"modal-body"],[1,"d-flex","align-items-center"],[1,"form-check","form-switch","form-check-inline"],[1,"d-flex"],[1,"form-check-label"],["type","checkbox",1,"form-check-input",3,"ngModelChange","ngModel"],[1,"ms-1",3,"icon"],[1,"modal-footer"],["data-dismiss","modal","type","button","l10nTranslate","",1,"btn","btn-secondary","ms-auto",3,"click"],["type","button","l10nTranslate","",1,"btn","btn-primary",3,"click","disabled"]],template:function(o,e){o&1&&(r(0,"div",0)(1,"h4",1),u(2,"fa-icon",2),r(3,"span"),m(4),a()(),r(5,"h4",3)(6,"span",4),m(7,"Edit user"),a()(),r(8,"button",5),_("click",function(){return e.layout.closeDialog()}),a()(),r(9,"div",6)(10,"div",7)(11,"div",8)(12,"div",9)(13,"label",10)(14,"input",11),ee("ngModelChange",function(f){return Z(e.isManager,f)||(e.isManager=f),f}),a(),r(15,"span",4),m(16,"Set as group manager"),a(),u(17,"fa-icon",12),a()()()(),r(18,"small",4),m(19,"As a manager, the user will be able to manage group members but not group properties."),a()(),r(20,"div",13)(21,"button",14),_("click",function(){return e.layout.closeDialog()}),m(22,"Cancel"),a(),r(23,"button",15),_("click",function(){return e.onSubmit()}),m(24," Confirm "),a()()),o&2&&(s(2),p("icon",e.icons.faUserPen),s(2),v(e.user.name),s(10),X("ngModel",e.isManager),s(3),p("icon",e.icons.faKey),s(6),p("disabled",e.submitted))},dependencies:[M,D,oe,Pe,L,ne],encapsulation:2});let t=l;return t})();var Nt=["MainContextMenu"],$t=["TargetContextMenu"],St=(t,l)=>l.key,Lt=(t,l)=>l.mid;function jt(t,l){if(t&1){let i=A();r(0,"ul",27)(1,"li",28)(2,"a",29),_("click",function(){y(i);let o=d();return G(o.openDialog(!0))}),r(3,"span",15),u(4,"fa-icon",7),m(5),a()()(),r(6,"li",28)(7,"a",29),_("click",function(){y(i);let o=d();return G(o.addUserToGroupDialog())}),r(8,"span",15),u(9,"fa-icon",7),m(10,"Add members"),a()()()()}if(t&2){let i=d();s(2),k("disabled",!!i.currentGroup&&i.personalGroupsView),s(2),p("icon",i.icons.GROUPS),s(),$(" ",i.personalGroupsView?"Personal group":"Group"),s(2),k("disabled",!i.currentGroup),s(2),p("icon",i.icons.faUserPlus)}}function Kt(t,l){if(t&1&&u(0,"fa-icon",32),t&2){let i=d(3);p("icon",i.sortTable.sortParam.asc?i.icons.faArrowDown:i.icons.faArrowUp)("fixedWidth",!1)}}function Ht(t,l){if(t&1){let i=A();r(0,"th",31),_("click",function(){y(i);let o=d().$implicit,e=d();return G(e.sortBy(o.key))}),m(1),h(2,Kt,1,2,"fa-icon",32),a()}if(t&2){let i=d().$implicit,n=d();R(i.value.class),ve("width",i.value.width,"%"),k("text-align-center",i.value.textCenter)("cursor-pointer",i.value.sortable),s(),$(" ",i.value.label," "),s(),g(n.sortTable.sortParam.column===i.key?2:-1)}}function Qt(t,l){if(t&1&&h(0,Ht,3,10,"th",30),t&2){let i=l.$implicit;g(i.value.show?0:-1)}}function qt(t,l){if(t&1&&u(0,"img",37),t&2){let i=d(4).$implicit;p("src",i.avatarUrl,J)}}function Wt(t,l){if(t&1&&u(0,"fa-icon",7),t&2){let i=d(4).$implicit,n=d();R(i.isPersonalGroup?"circle-purple-icon":"circle-primary-icon"),p("icon",n.icons.GROUPS)}}function zt(t,l){if(t&1&&u(0,"fa-icon",41),t&2){let i=d(5);p("icon",i.icons.faKey)}}function Yt(t,l){if(t&1&&(r(0,"div",35),h(1,qt,1,1,"img",37)(2,Wt,1,3,"fa-icon",38),r(3,"div",39)(4,"span",40),m(5),h(6,zt,1,1,"fa-icon",41),a(),r(7,"span",42),m(8),a()()()),t&2){let i=d(3).$implicit;s(),g(i.isUser?1:2),s(4),$(" ",i.name," "),s(),g(i.isUser&&i.isGroupManager?6:-1),s(2),v(i.description)}}function Jt(t,l){if(t&1&&u(0,"app-badge-members",43),t&2){let i=d(4).$implicit;p("members",i.counts)}}function Xt(t,l){if(t&1&&h(0,Jt,1,1,"app-badge-members",43),t&2){let i=d(3).$implicit;g(i.isGroup?0:-1)}}function Zt(t,l){t&1&&(r(0,"span",15),m(1,"manager"),a())}function ei(t,l){if(t&1&&(r(0,"span",15),m(1),a()),t&2){let i=d(4).$implicit;s(),v(i.type)}}function ti(t,l){if(t&1&&h(0,Zt,2,0,"span",15)(1,ei,2,1,"span",15),t&2){let i=d(3).$implicit;g(i.isUser&&i.isGroupManager?0:1)}}function ii(t,l){if(t&1&&(r(0,"span"),m(1),x(2,"amDateFormat"),a()),t&2){let i=d(4).$implicit;s(),v(F(2,1,i.modifiedAt))}}function ni(t,l){if(t&1&&(r(0,"span")(1,"span"),m(2),x(3,"amDateFormat"),a(),h(4,ii,3,3,"span"),a()),t&2){let i=d(2).$implicit,n=d().$implicit;R(te("d-flex flex-column ",i.value.newly&&n[i.value.newly]?"badge prop-newly-"+n[i.value.newly]:"")),s(2),v(F(3,5,n.createdAt)),s(2),g(n.modifiedAt?4:-1)}}function oi(t,l){if(t&1&&(r(0,"td"),h(1,Yt,9,4,"div",35)(2,Xt,1,1)(3,ti,2,1)(4,ni,5,7,"span",36),a()),t&2){let i,n=d().$implicit;R(n.value.class),ve("width",n.value.width,"%"),k("text-align-center",n.value.textCenter),s(),g((i=n.key)==="name"?1:i==="members"?2:i==="type"?3:i==="createdAndModified"?4:-1)}}function ri(t,l){if(t&1&&h(0,oi,5,7,"td",34),t&2){let i=l.$implicit;g(i.value.show?0:-1)}}function ai(t,l){if(t&1){let i=A();r(0,"tr",33),_("click",function(){let o=y(i).$implicit,e=d();return G(e.onSelect(o))})("contextmenu",function(o){let e=y(i).$implicit,c=d();return G(c.onTargetContextMenu(o,e))})("appTap",function(){let o=y(i).$implicit,e=d();return G(e.browse(o))}),B(1,ri,1,1,null,null,St),x(3,"keyvalue"),a()}if(t&2){let i=l.$implicit,n=d();k("selected",i.mid===(n.selected==null?null:n.selected.mid)),s(),N(w(3,2,n.tableHeaders,n.originalOrderKeyValue))}}function li(t,l){if(t&1&&(r(0,"span",15),u(1,"fa-icon",7),m(2),a()),t&2){let i=d(2);s(),p("icon",i.icons.faPlus),s(),$(" ",i.personalGroupsView?"Personal group":"Group")}}function si(t,l){if(t&1){let i=A();T(0,li,3,2,"ng-template",26),_("execute",function(){y(i);let o=d();return G(o.openDialog(!0))})}}function mi(t,l){if(t&1&&(r(0,"span",15),u(1,"fa-icon",7),m(2,"Add members"),a()),t&2){let i=d(2);s(),p("icon",i.icons.faUserPlus)}}function pi(t,l){if(t&1){let i=A();T(0,mi,3,1,"ng-template",26),_("execute",function(){y(i);let o=d();return G(o.addUserToGroupDialog())})}}function ci(t,l){}function di(t,l){if(t&1&&(r(0,"span",15),u(1,"fa-icon",7),m(2,"Refresh"),a()),t&2){let i=d();s(),p("icon",i.icons.faArrowRotateRight)}}function ui(t,l){if(t&1&&(r(0,"span",15),u(1,"fa-icon",7),m(2),a()),t&2){let i=d(2);s(),p("icon",i.icons.faPen),s(),$(" ",i.selected.isGroup?"Edit group":"Edit user")}}function _i(t,l){if(t&1&&(r(0,"span",15),u(1,"fa-icon",7),m(2,"Delete group"),a()),t&2){let i=d(3);s(),p("icon",i.icons.faMinus)}}function fi(t,l){if(t&1){let i=A();T(0,_i,3,1,"ng-template",26),_("execute",function(){y(i);let o=d(2);return G(o.openDialog(!1,!0))})}}function hi(t,l){if(t&1&&(r(0,"span",15),u(1,"fa-icon",7),m(2,"Remove from group"),a()),t&2){let i=d(3);s(),p("icon",i.icons.faUserMinus)}}function gi(t,l){if(t&1){let i=A();T(0,hi,3,1,"ng-template",26),_("execute",function(){y(i);let o=d(2);return G(o.openDialog(!1,!0))})}}function bi(t,l){if(t&1){let i=A();T(0,ui,3,2,"ng-template",26),_("execute",function(){y(i);let o=d();return G(o.openDialog())}),h(1,fi,1,0,null,24)(2,gi,1,0,null,24)}if(t&2){let i=d();s(),g(i.selected.isGroup?1:2)}}var ro=(()=>{let l=class l{constructor(){this.locale=C(re),this.originalOrderKeyValue=_e,this.icons={GROUPS:H.GROUPS,faRotate:je,faPlus:de,faMinus:le,faPen:pe,faArrowDown:Je,faArrowUp:qe,faKey:se,faUserPlus:me,faUserMinus:ce,faArrowRotateRight:Ye,faToggleOn:We,faToggleOff:Ke},this.tableHeaders={name:{label:"Name",width:30,textCenter:!1,class:"",show:!0,sortable:!0},type:{label:"Type",width:10,textCenter:!0,class:"d-none d-md-table-cell",show:!0,sortable:!0},members:{label:"Members",width:10,class:"d-none d-lg-table-cell",textCenter:!0,show:!0},createdAndModified:{label:"Created & Modified",width:12,textCenter:!0,class:"d-none d-lg-table-cell",newly:"newly",show:!0,sortable:!0}},this.personalGroupsView=!1,this.loading=!1,this.selected=null,this.members=[],this.router=C(Me),this.activatedRoute=C(De),this.layout=C(P),this.adminService=C(V),this.sortSettings={default:[{prop:"name",type:"string"}],name:[{prop:"name",type:"string"}],type:[{prop:"type",type:"string"}],createdAndModified:[{prop:"modifiedAt",type:"date"},{prop:"createdAt",type:"date"}]},this.sortTable=new st(this.constructor.name,this.sortSettings),this.activatedRoute.data.subscribe(n=>{this.personalGroupsView=n.type===ue.PERSONAL,this.setEnv(n.routes)}),this.activatedRoute.queryParams.subscribe(n=>this.focusOnSelect=n.select),this.layout.setBreadcrumbIcon(et.GROUPS)}onPersonalGroupsView(n){this.personalGroupsView=n,this.router.navigate([S.BASE,n?S.PGROUPS:S.GROUPS]).catch(console.error)}refresh(){this.loadGroups(this.currentGroup?.name)}browse(n){n.isGroup&&this.router.navigate([n.name],{relativeTo:this.activatedRoute}).catch(console.error)}onSelect(n=null){this.selected=n}onContextMenu(n){n.preventDefault(),n.stopPropagation(),this.layout.openContextMenu(n,this.mainContextMenu)}onTargetContextMenu(n,o){n.preventDefault(),n.type==="contextmenu"&&n.stopPropagation(),this.onSelect(o),this.layout.openContextMenu(n,this.targetContextMenu)}sortBy(n,o=!0,e){this.members=this.sortTable.sortBy(n,o,e||this.members)}addUserToGroupDialog(){this.layout.openDialog(vt,"md",{initialState:{parentGroup:this.currentGroup,currentMemberIds:this.members.filter(o=>o.isUser).map(o=>o.id)}}).content.hasChanges.pipe(Ce(o=>o),O(1)).subscribe(()=>this.refresh())}openDialog(n=!1,o=!1){n?this.personalGroupsView?this.layout.openDialog(Te,"md").content.groupChange.pipe(O(1)).subscribe(c=>{let[f,b]=c;f==="add"&&(b.setGroupRole(K.MANAGER),b.counts={users:1},this.sortBy(this.sortTable.sortParam.column,!1,this.members.concat(b)),this.onSelect(b))}):this.layout.openDialog(Ee,"lg",{initialState:{parentGroup:this.currentGroup}}).content.groupChange.pipe(O(1)).subscribe(c=>{let[f,b]=c;if(f==="add")if(!this.currentGroup&&!b?.parent||b.parent.id===this.currentGroup.id){let U=new Ge(be(ge({},b),{type:ye.GROUP}));this.sortBy(this.sortTable.sortParam.column,!1,this.members.concat(new Ge(be(ge({},b),{type:ye.GROUP})))),this.onSelect(U)}else this.router.navigate([`${S.BASE}/${S.GROUPS}`,b.parent?.id?b.parent.name:""],{queryParams:{select:b.name}}).catch(console.error)}):o?this.layout.openDialog(xt,"md",{initialState:{parentGroup:this.currentGroup,member:this.selected}}).content.wasDeleted.pipe(Ce(c=>c),O(1)).subscribe(()=>{this.currentGroup?this.selected.counts?.groups?this.loadGroups(this.currentGroup.name):(this.sortBy(this.sortTable.sortParam.column,!1,this.members.filter(c=>this.selected.mid!==c.mid)),this.onSelect()):this.loadGroups()}):this.selected.isGroup?this.personalGroupsView?this.layout.openDialog(Te,"md",{initialState:{originalGroup:this.selected}}).content.groupChange.pipe(O(1)).subscribe(c=>{let[f,b]=c;f==="update"&&(this.selected=Object.assign(this.selected,{name:b.name,description:b.description,modifiedAt:b.modifiedAt}))}):this.adminService.getGroup(this.selected.id).subscribe({next:e=>{this.layout.openDialog(Ee,"lg",{initialState:{group:e,parentGroup:this.currentGroup}}).content.groupChange.pipe(O(1)).subscribe(f=>{let[b,U]=f;b==="update"&&(!this.currentGroup&&!U?.parent||U.parent.id===this.currentGroup.id?this.selected=Object.assign(this.selected,U):this.router.navigate([`${S.BASE}/${S.GROUPS}`,U.parent?.id?U.parent.name:""],{queryParams:{select:U.name}}).catch(console.error))})},error:e=>this.layout.sendNotification("error","Edit group",this.selected.name,e)}):this.layout.openDialog(Gt,"md",{initialState:{user:this.selected,parentGroup:this.currentGroup}})}setEnv(n){let o;n.length?(o=n[n.length-1].path,this.layout.setBreadcrumbNav({url:this.personalGroupsView?`/${S.BASE}/${S.PGROUPS}${xe(n)}`:`/${S.BASE}/${S.GROUPS}${xe(n)}`,firstLink:`/${S.BASE}/${S.GROUPS}`,splicing:1,translating:!0,sameLink:!1,mutateLevel:{0:{setTitle:this.personalGroupsView?Y.PGROUPS:Y.GROUPS,translateTitle:!0}}})):this.layout.setBreadcrumbNav({url:this.personalGroupsView?`/${S.BASE}/${S.PGROUPS}/${Y.PGROUPS}`:`/${S.BASE}/${S.GROUPS}/${Y.GROUPS}`,splicing:2,translating:!0,sameLink:!0}),this.loadGroups(o)}loadGroups(n){this.loading=!0,this.onSelect(),this.adminService.browseGroup(n,this.personalGroupsView).subscribe({next:o=>{this.currentGroup=o.parentGroup,this.sortBy(this.sortTable.sortParam.column,!1,o.members),this.focusOnSelect?this.focusOn(this.focusOnSelect):this.scrollView.scrollInto(-1),this.loading=!1},error:o=>{this.members=[],this.layout.sendNotification("error","Groups",o.error.message),this.onSelect(),this.loading=!1}})}focusOn(n){let o=this.members.find(e=>e.name===n);o&&(setTimeout(()=>this.scrollView.scrollInto(o),100),this.onSelect(o))}};l.\u0275fac=function(o){return new(o||l)},l.\u0275cmp=E({type:l,selectors:[["app-admin-groups"]],viewQuery:function(o,e){if(o&1&&(Q(we,5),Q(Se,7),Q(Nt,7),Q($t,7)),o&2){let c;q(c=W())&&(e.scrollView=c.first),q(c=W())&&(e.inputFilter=c.first),q(c=W())&&(e.mainContextMenu=c.first),q(c=W())&&(e.targetContextMenu=c.first)}},decls:48,vars:42,consts:[["MainContextMenu",""],["TargetContextMenu",""],[1,"app-top-menu"],["container","body","type","button",1,"d-none","d-sm-block","btn","btn-default","me-1",3,"click","tooltip"],[3,"icon","animation"],["dropdown","",1,"btn-group","me-1"],["dropdownToggle","","container","body","type","button",1,"btn","btn-default","dropdown-toggle",3,"tooltip"],[3,"icon"],["class","dropdown-menu","role","menu",4,"dropdownMenu"],["container","body","type","button",1,"d-none","d-sm-block","btn","btn-default","me-1",3,"click","disabled","tooltip"],["container","body","type","button",1,"btn","btn-default","me-1",3,"click","disabled","tooltip"],[1,"ms-auto"],["btnCheckbox","","type","button",1,"btn","btn-custom","me-1",3,"ngModelChange","ngModel"],[1,"d-flex","align-items-center"],[1,"me-2",3,"icon"],["l10nTranslate",""],[1,"btn-group"],[1,"d-none","d-sm-block"],[1,"app-table"],[3,"contextmenu","bufferAmount","items"],["tabindex","-1"],[3,"selected"],[1,"app-foot-menu"],[1,"mx-auto"],["contextMenuItem",""],["contextMenuItem","",3,"divider"],["contextMenuItem","",3,"execute"],["role","menu",1,"dropdown-menu"],["role","menuitem"],[1,"dropdown-item",3,"click"],["l10nTranslate","",3,"width","text-align-center","cursor-pointer","class"],["l10nTranslate","",3,"click"],[3,"icon","fixedWidth"],[3,"click","contextmenu","appTap"],[3,"width","text-align-center","class"],[1,"d-flex","align-items-center","avatar"],[3,"class"],["alt","",1,"avatar-img",3,"src"],[3,"icon","class"],[1,"d-flex","flex-column"],["draggable","false",1,"no-pointer-events"],[1,"m-0",3,"icon"],["draggable","false",1,"no-pointer-events","text-muted","fs-xs"],[3,"members"]],template:function(o,e){if(o&1){let c=A();r(0,"div",2)(1,"button",3),x(2,"translate"),_("click",function(){return y(c),G(e.refresh())}),u(3,"fa-icon",4),a(),r(4,"div",5)(5,"button",6),x(6,"translate"),u(7,"fa-icon",7),a(),T(8,jt,11,7,"ul",8),a(),r(9,"button",9),x(10,"translate"),_("click",function(){return y(c),G(e.openDialog(!1,!0))}),u(11,"fa-icon",7),a(),r(12,"button",10),x(13,"translate"),_("click",function(){return y(c),G(e.openDialog())}),u(14,"fa-icon",7),a(),r(15,"div",11)(16,"button",12),_("ngModelChange",function(b){return y(c),G(e.onPersonalGroupsView(b))}),r(17,"div",13),u(18,"fa-icon",14),r(19,"span",15),m(20,"Personal groups"),a()()(),r(21,"div",16),u(22,"app-input-filter",17),a()()(),r(23,"table",18)(24,"thead")(25,"tr"),B(26,Qt,1,1,null,null,St),x(28,"keyvalue"),a()()(),r(29,"app-virtual-scroll",19),x(30,"searchFilter"),_("contextmenu",function(b){return y(c),G(e.onContextMenu(b))}),r(31,"table",18)(32,"tbody",20),B(33,ai,4,5,"tr",21,Lt),a()()(),r(35,"div",22)(36,"span",23),m(37),x(38,"translate"),a()(),r(39,"context-menu",null,0),h(41,si,1,0,null,24),h(42,pi,1,0,null,24),T(43,ci,0,0,"ng-template",25)(44,di,3,1,"ng-template",26),_("execute",function(){return y(c),G(e.refresh())}),a(),r(45,"context-menu",null,1),h(47,bi,3,1),a()}o&2&&(s(),p("tooltip",w(2,21,"Refresh",e.locale.language)),s(2),p("icon",e.icons.faRotate)("animation",e.loading?"spin":null),s(2),p("tooltip",w(6,24,"New",e.locale.language)),s(2),p("icon",e.icons.faPlus),s(2),p("disabled",!e.selected)("tooltip",w(10,27,e.selected!=null&&e.selected.isUser?"Remove from group":"Delete group",e.locale.language)),s(2),p("icon",e.icons.faMinus),s(),p("disabled",!e.selected)("tooltip",w(13,30,e.selected!=null&&e.selected.isGroup?"Edit group":"Edit user",e.locale.language)),s(2),p("icon",e.icons.faPen),s(2),p("ngModel",e.personalGroupsView),s(2),p("icon",e.personalGroupsView?e.icons.faToggleOn:e.icons.faToggleOff),s(8),N(w(28,33,e.tableHeaders,e.originalOrderKeyValue)),s(3),p("bufferAmount",5)("items",w(30,36,e.members,e.inputFilter.search())),s(4),N(e.scrollView==null?null:e.scrollView.viewPortItems),s(4),Ae("",e.members.length," ",w(38,39,"groups",e.locale.language)),s(4),g(e.currentGroup&&!e.personalGroupsView||!e.currentGroup&&e.personalGroupsView?41:-1),s(),g(e.currentGroup?42:-1),s(),p("divider",!0),s(4),g(e.selected?47:-1))},dependencies:[nt,it,tt,M,D,Se,we,Le,ft,gt,ht,rt,oe,L,ne,at,bt,ie,ae,lt,fe],encapsulation:2});let t=l;return t})();export{ro as AdminGroupsComponent};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{a as w}from"./chunk-NMF2ZFBE.js";import{h as $}from"./chunk-RNQB2QJB.js";import{c as v,h as S}from"./chunk-RTNEBRKJ.js";import{Eb as O,rb as L,sb as N,tb as d,xb as M}from"./chunk-ZYNBYM7I.js";import{d as R}from"./chunk-NMDGST45.js";import{$a as I,Ab as x,Db as u,Fb as p,Fe as k,Ha as E,Jd as D,Me as A,Na as o,Of as W,Sb as c,Tb as T,Ub as P,Va as b,ia as f,kb as C,lb as g,na as h,oa as _,qb as m,rb as n,sb as r,tb as y,ug as V}from"./chunk-CFXAKPPB.js";import"./chunk-DM4NXKEP.js";import"./chunk-ZIJQRARU.js";import"./chunk-KAVP6UXH.js";function U(l,s){if(l&1&&(n(0,"div",16)(1,"span",3),c(2),r(),n(3,"span",17),c(4),r()()),l&2){let a=p(2);o(2),T(a.infoMsg),o(2),P(":\xA0",a.syncService.wizard.localPath.origin)}}function Y(l,s){if(l&1){let a=x();n(0,"div",5)(1,"fa-icon",13),u("click",function(){h(a);let t=p();return _(t.onReset())}),r(),y(2,"img",14),n(3,"div",15),c(4),r(),C(5,U,5,2,"div",16),r()}if(l&2){let a=p();o(),m("icon",a.icons.faTimesCircle),o(),m("src",a.syncService.wizard.localPath.mimeUrl,E),o(2),T(a.syncService.wizard.localPath.path),o(),g(a.infoMsg?5:-1)}}function Z(l,s){if(l&1){let a=x();n(0,"div",18),u("dragleave",function(t){h(a);let i=p();return _(i.dragLeave(t))})("dragover",function(t){h(a);let i=p();return _(i.dragOver(t))})("drop",function(t){h(a);let i=p();return _(i.drop(t))}),n(1,"div",19)(2,"span",20),c(3,"Drop folder here"),r()()()}}var ne=(()=>{let s=class s{constructor(){this.pathIsValid=!1,this.infoMsg=null,this.syncService=f($),this.icons={faTimesCircle:k,faArrowCircleRight:A,faDownload:W},this.router=f(R),this.renderer=f(b),this.store=f(M),this.layout=f(O),this.layout.setBreadcrumbIcon(N.WIZARD),this.layout.setBreadcrumbNav({url:`/${d.BASE}/${d.WIZARD}/${d.WIZARD_CLIENT}/${L.WIZARD_CLIENT}`,splicing:3,translating:!0,sameLink:!0}),this.syncService.wizard.localPath&&this.checkSelection();let e=this.router.currentNavigation()?.extras.state;e?.file&&this.syncService.addFileToRemotePath(e.file)}dragOver(e){return e.preventDefault(),e.dataTransfer.items[0].type?!1:(e.dataTransfer.dropEffect="copy",e.stopPropagation(),e.target.classList.contains("dropzone")&&this.renderer.addClass(e.target,"active"),!0)}dragLeave(e){e.preventDefault(),e.target.classList.contains("dropzone")&&this.renderer.removeClass(e.target,"active")}drop(e){e.preventDefault(),e.stopPropagation();let t=e.dataTransfer.items[0].webkitGetAsEntry();return t&&t.isDirectory?(this.syncService.wizard.localPath={name:t.name,path:this.syncService.getFilePath(e.dataTransfer.files[0]),mimeUrl:S(v),origin:null},this.checkSelection(),!0):!1}onSelect(){this.syncService.showOpenDialog({properties:[w.DIRECTORY,w.CREATE_DIRECTORY],defaultPath:""}).then(e=>{e.canceled||(this.syncService.wizard.localPath={name:e.filePaths[0].split("\\").pop().split("/").pop(),path:e.filePaths[0],mimeUrl:S(v),origin:null},this.checkSelection())})}onReset(){this.syncService.wizard.localPath=null,this.pathIsValid=!1,this.infoMsg=null}onNext(){this.router.navigate([d.BASE,d.WIZARD,d.WIZARD_SERVER]).catch(console.error)}onCancel(){this.router.navigate([d.BASE,d.PATHS]).catch(console.error),this.syncService.resetWizard()}checkSelection(){let e=this.store.clientSyncPaths().find(t=>new RegExp(`^${t.settings.localPath}((\\/.*)+|\\/?)$`).test(this.syncService.wizard.localPath.path));e?(this.pathIsValid=!1,this.syncService.wizard.localPath.mimeUrl=S(`${v}_sync`),this.syncService.wizard.localPath.origin=e.settings.localPath,this.infoMsg="The parent directory is already synced"):(this.infoMsg=null,this.pathIsValid=!0)}};s.\u0275fac=function(t){return new(t||s)},s.\u0275cmp=I({type:s,selectors:[["app-sync-wizard-client"]],decls:23,vars:5,consts:[[1,"wizard"],[1,"d-flex","flex-column","text-center","fs-md"],["l10nTranslate","",1,"mb-2"],["l10nTranslate",""],[1,"d-flex","flex-column","h-100"],[1,"d-flex","flex-column","my-auto"],[1,"area"],[1,"d-flex","flex-column","mt-4"],[1,"d-flex","align-items-start"],["type","button","l10nTranslate","",1,"btn","btn-secondary","me-auto",3,"click"],[3,"icon"],["type","button","l10nTranslate","",1,"btn","btn-default",3,"click"],["type","button","l10nTranslate","",1,"btn","btn-default","ms-auto",3,"click","disabled"],["size","2x",1,"position-absolute","align-self-center","cursor-pointer",2,"margin-left","85px",3,"click","icon"],["alt","","height","96",1,"align-self-center","mb-2",3,"src"],[1,"align-self-center","mt-2","fs-md","word-break-all","fw-500"],[1,"align-self-center","text-warning","mt-4"],[1,"text-bold","ms-1"],[1,"area",3,"dragleave","dragover","drop"],["l10nTranslate","",1,"dropzone"],[1,"d-flex","flex-column","justify-content-center","align-self-center"]],template:function(t,i){t&1&&(n(0,"div",0)(1,"div",1)(2,"div",2),c(3,"This wizard will help you synchronize a directory on your computer with a Sync-in directory."),r(),n(4,"div")(5,"div",3),c(6,"To begin, select a folder on your computer."),r(),n(7,"div",3),c(8,'You can drag the folder into the area below or click on the "Select" button.'),r()()(),n(9,"div",4),C(10,Y,6,4,"div",5)(11,Z,4,0,"div",6),r(),n(12,"div",7)(13,"div",8)(14,"button",9),u("click",function(){return i.onCancel()}),y(15,"fa-icon",10),c(16," Cancel "),r(),n(17,"button",11),u("click",function(){return i.onSelect()}),y(18,"fa-icon",10),c(19," Select a folder "),r(),n(20,"button",12),u("click",function(){return i.onNext()}),y(21,"fa-icon",10),c(22," Next "),r()()()()),t&2&&(o(10),g(i.syncService.wizard.localPath?10:11),o(5),m("icon",i.icons.faTimesCircle),o(3),m("icon",i.icons.faDownload),o(2),m("disabled",!i.pathIsValid),o(),m("icon",i.icons.faArrowCircleRight))},dependencies:[V,D],encapsulation:2});let l=s;return l})();export{ne as SyncWizardClientComponent};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import"./chunk-KAVP6UXH.js";var i="Authentifizierung",r="Benutzername",t="Passwort",s="Best\xE4tigen",a="Abbrechen",o="Schlie\xDFen",l="\xD6ffnen",d="Filtern",c="Filter",h="suchen",u="Suchen",g="Anzeigen",p="Keine Aufgabe",m="{{ nb }} erledigte Aufgabe",f="{{ nb }} erledigte Aufgaben",b="{{ nba }} laufende Aufgabe von {{ nb }}",w="{{ nba }} laufende Aufgaben von {{ nb }}",k="{{nb}} Element(e)",S="{{nb}} Aktion(en)",y="{{ nb }} neue Nachricht",v="{{ nb }} neue Nachrichten",D="{{ nb }} ungelesene Benachrichtigung",z="{{ nb }} ungelesene Benachrichtigungen",A="Anwendung",G="anwendung",E="Benachrichtigung",P="Benachrichtigungen",T="Ereignis",F="Datei",M="Dateien",B="Pers\xF6nlich",N="Extern",x="Gruppen",C="Gruppe",L="gruppe",O="gruppen",U="Sichtbar",_="Privat",V="Isoliert",I="Hinzuf\xFCgen",K="Administrator",R="Administration",Z="Benutzer",W="benutzer",Y="Benutzer",q="benutzer",H="konto",j="Konto",Q="E\u2011Mail",J="Status",X="Rolle",$="IP",ee="Gesehen",ne="Verbindung",ie="Verbindungen",re="Verf\xFCgbarer Speicherplatz niedrig ( {{ nb }}% )",te="online",se="Unbegrenzt",ae="mitglied",oe="mitglieder",le="Mitglied",de="Mitglieder",ce="Manager",he="manager",ue="Manager",ge="Generieren",pe="Importieren",me="Konfiguration",fe="Anwendungen",be="anwendungen",we="Avatar",ke="Aktualisieren",Se="Sprache",ye="Startseite",ve="Zuletzt verwendet",De="zuletzt",ze="Papierkorb",Ae="Freigaben",Ge="Freigabe",Ee="freigaben",Pe="freigegeben",Te="Zugriff auf pers\xF6nlichen Bereich",Fe="Zugriff auf Bereiche",Me="Administration der Bereiche",Be="Zugriff auf Freigaben",Ne="Administration der Freigaben",xe="Administration der G\xE4ste",Ce="Administration der pers\xF6nlichen Gruppen",Le="Zugriff von der Desktop-App",Oe="Synchronisierung von der Desktop-App",Ue="WebDAV-Zugriff",_e="WebDAV",Ve="Bereich",Ie="Bereiche",Ke="bereiche",Re="angeheftet",Ze="gel\xF6st",We="Speicherort",Ye="Angeheftet",qe="Einstellungen",He="Optionen",je="Name",Qe="Herunterladen",Je="Verschieben",Xe="Kopieren",$e="Umbenennen",en="Bearbeiten",nn="Entfernen",rn="Zwischenablage",tn="Aktualisieren",sn="Leeren",an="Liste",on="Anzeige",ln="M\xF6chten Sie <b>{{arg}}</b> in den Papierkorb verschieben?",dn="M\xF6chten Sie <b>{{arg}}</b> endg\xFCltig l\xF6schen?",cn="M\xF6chten Sie diese <b>{{arg}} Dateien</b> in den Papierkorb verschieben?",hn="M\xF6chten Sie diese <b>{{arg}} Dateien</b> endg\xFCltig l\xF6schen?",un="synchronisierung",gn="Synchronisierung",pn="Synchronisierungen",mn="Synchronisieren",fn="Sync",bn="Synchronisiert",wn="Komprimieren",kn="Dekomprimieren",Sn="Info",yn="Gr\xF6\xDFe",vn="Ge\xE4ndert",Dn="ge\xE4ndert",zn="Aufgaben",An="Text",Gn="Elemente",En="Neu",Pn="Ordner",Tn="ordner",Fn="datei",Mn="dateien",Bn="verzeichnis",Nn="verzeichnisse",xn="Gesamt",Cn="kein Element ausgew\xE4hlt",Ln="{{ nb }} Element ausgew\xE4hlt",On="{{ nb }} Elemente ausgew\xE4hlt",Un="element",_n="elemente",Vn="erstellen",In="schreiben",Kn="verschieben",Rn="l\xF6schen",Zn="\xE4ndern",Wn="freigabe",Yn="Link",qn="link",Hn="Links",jn="links",Qn="Gast",Jn="G\xE4ste",Xn="gast",$n="g\xE4ste",ei="Abgelaufen",ni="abgelaufen",ii="keine",ri="Berechtigungen",ti="Eigent\xFCmer",si="Ich",ai="Geteilt",oi="Erstellt",li="Datum",di="Pfad",ci="aktiv",hi="Aktiv",ui="ausgesetzt",gi="Typ",pi="Beschreibung",mi="Sichtbarkeit",fi="Unbekannt",bi="Ablauf",wi="Zugriff",ki="Zugegriffen",Si="Kommentieren",yi="Kommentare",vi="kommentare",Di="hat kommentiert",zi="ja",Ai="nein",Gi="Client",Ei="Clients",Pi="verf\xFCgbar",Ti="besch\xE4ftigt",Fi="abwesend",Mi="offline",Bi="abmelden",Ni="Tage",xi="Tag",Ci="L\xF6schen",Li="Planer",Oi="parallel",Ui="sequenziell",_i="\xDCbertragungen",Vi="Simulieren",Ii="Zur\xFCcksetzen",Ki="Durchsuchen",Ri="Aktion",Zi="Hinzugef\xFCgt",Wi="Entfernt",Yi="Kopiert",qi="Verschoben",Hi="Gefiltert",ji="Fehler",Qi="Server",Ji="Richtung",Xi="Konflikt",$i="aktuell",er="Quelle",nr="Ziel",ir="Modus",rr="Sequenziell",tr="Parallel",sr="schnell",ar="sicher",or="aktiviert",lr="Aktivieren",dr="deaktiviert",cr="Deaktivieren",hr="Stunden",ur="Minuten",gr="Tage",pr="beides",mr="nie",fr="Assistent",br="Weiter",wr="Zur\xFCck",kr="Fertig",Sr="zu",yr="Repository",vr="\xF6ffentlich",Dr="lokal",zr="entfernt",Ar="Website",Gr="Versionen",Er="Sicherheit",Pr="Verwalten",Tr="M\xF6chten Sie <b>{{ old }}</b> in <b>{{ new }}</b> umbenennen?",Fr="Speichern",Mr="R\xFCckg\xE4ngig",Br="Wiederholen",Nr="ich",xr="Entsperren",Cr="Sperre",Lr="Exklusiv",Or="Vollbild",Ur="Abmessungen",_r="Einstellungen",Vr="von",Ir="Version",Kr={"Sign-in to your account":"Melden Sie sich bei Ihrem Konto an","Wrong login or password":"Falscher Benutzername oder Passwort","Authentication service error":"Fehler des Authentifizierungsdienstes","Account locked":"Konto gesperrt","Account is not allowed":"Konto ist nicht zugelassen","Account matching error":"Fehler bei der Kontozuordnung",Authentication:i,"Sign in":"Anmelden",Login:r,Password:t,"Login or Email":"Benutzername oder E\u2011Mail","Login already used":"Benutzername bereits vergeben","You are already logged in":"Sie sind bereits angemeldet","Name already used":"Name bereits vergeben","Token has expired":"Token ist abgelaufen",Confirm:s,Cancel:a,Close:o,Open:l,"Server connection error":"Fehler bei der Serververbindung",Filter:d,Filters:c,search:h,Search:u,"Search for content":"Nach Inhalten suchen","Search for files":"Nach Dateien suchen","Full-text search":"Volltextsuche","Full-text search is disabled":"Volltextsuche ist deaktiviert","Type to search for users or groups to add":"Tippen, um Benutzer oder Gruppen zum Hinzuf\xFCgen zu suchen","Type to search for groups to add":"Tippen, um Gruppen zum Hinzuf\xFCgen zu suchen","Type to search for users to add":"Tippen, um Benutzer zum Hinzuf\xFCgen zu suchen","Type to search for managers to add":"Tippen, um Manager zum Hinzuf\xFCgen zu suchen","Member since":"Mitglied seit","Windows Manager":"Fenster-Manager","Mark as read":"Als gelesen markieren",See:g,no_task:p,one_task:m,nb_tasks:f,one_active_task:b,nb_active_tasks:w,nb_elements:k,nb_actions:S,one_message:y,nb_messages:v,one_notification:D,nb_notifications:z,Application:A,application:G,"application and email":"Anwendung und E\u2011Mail",Notification:E,Notifications:P,Event:T,File:F,Files:M,"Personal files":"Pers\xF6nliche Dateien",Personal:B,External:N,"Share status":"Freigabestatus","No recent files":"Keine aktuellen Dateien",Groups:x,Group:C,group:L,"New personal group":"Neue pers\xF6nliche Gruppe","Edit personal group":"Pers\xF6nliche Gruppe bearbeiten","personal group":"pers\xF6nliche Gruppe","Personal group":"Pers\xF6nliche Gruppe","Personal groups":"Pers\xF6nliche Gruppen",groups:O,"Parent group":"\xDCbergeordnete Gruppe","Group updated":"Gruppe aktualisiert","Group created":"Gruppe erstellt","Group not found":"Gruppe nicht gefunden","Group error":"Gruppenfehler","Set as group manager":"Als Gruppenmanager festlegen","As a manager, the user will be able to manage the group and its members.":"Als Manager kann der Benutzer die Gruppe und ihre Mitglieder verwalten.","As a manager, the user will be able to manage group members but not group properties.":"Als Manager kann der Benutzer die Gruppenmitglieder verwalten, jedoch nicht die Gruppeneigenschaften.",Visible:U,Private:_,Isolated:V,"Select the parent group":"\xDCbergeordnete Gruppe ausw\xE4hlen","from the group":"der Gruppe","New group":"Neue Gruppe","Edit group":"Gruppe bearbeiten","Leave group":"Gruppe verlassen","Delete group":"Gruppe l\xF6schen","Remove from group":"Aus Gruppe entfernen","Group must have at least one manager":"Die Gruppe muss mindestens einen Manager haben","The group was left":"Die Gruppe wurde verlassen","The group was not left":"Die Gruppe wurde nicht verlassen","will be left, you will no longer be a member of this group":"wird verlassen, Sie sind nicht mehr Mitglied dieser Gruppe","All users can see this group.":"Alle Benutzer k\xF6nnen diese Gruppe sehen.","Users who are not members of this group cannot see it.":"Benutzer, die nicht Mitglieder dieser Gruppe sind, k\xF6nnen sie nicht sehen.","The group is not visible, its members cannot see it and cannot see each other.":"Die Gruppe ist nicht sichtbar; ihre Mitglieder k\xF6nnen sie nicht sehen und sich gegenseitig nicht sehen.",Add:I,"Add members":"Mitglieder hinzuf\xFCgen","See members":"Mitglieder anzeigen",Administrator:K,Administration:R,User:Z,user:W,Users:Y,users:q,"New user":"Neuer Benutzer",account:H,Account:j,"Account status":"Kontostatus",Email:Q,"Email already used":"E\u2011Mail bereits verwendet","First name":"Vorname","Last name":"Nachname","Full name":"Vor- und Nachname",Status:J,Role:X,IP:$,"IP Addresses":"IP-Adressen",Seen:ee,Connection:ne,Connections:ie,"Confirm deletion":"L\xF6schen best\xE4tigen","Confirm permanent deletion of data":"Dauerhafte Datenl\xF6schung best\xE4tigen","Space and data will be deleted in":"Bereich und Daten werden gel\xF6scht in","Space is disabled":"Bereich ist deaktiviert","Storage Space":"Speicherplatz","Storage Quota":"Speicherkontingent","Storage Usage":"Speichernutzung","Space status":"Status des Bereichs","Storage quota exceeded":"Speicherkontingent \xFCberschritten","Storage quota will be exceeded":"Speicherkontingent wird \xFCberschritten","No more space available":"Kein Speicherplatz mehr verf\xFCgbar",available_space_is_low:re,online:te,"Online users":"Benutzer online",Unlimited:se,member:ae,members:oe,Member:le,Members:de,Manager:ce,manager:he,Managers:ue,"At least one manager is required":"Mindestens ein Manager ist erforderlich",Generate:ge,Import:pe,Configuration:me,Applications:fe,applications:be,"Permissions inherited from groups":"Berechtigungen von Gruppen geerbt","Permissions inherited from the file":"Von der Datei geerbte Berechtigungen","Only the group will be deleted, the members will no longer be part of it.":"Nur die Gruppe wird gel\xF6scht, die Mitglieder geh\xF6ren ihr nicht mehr an.",Avatar:we,Update:ke,"current password":"aktuelles Passwort","new password":"neues Passwort","Change me !":"\xC4ndern Sie mich!","Current password missing !":"Aktuelles Passwort fehlt!","New password missing !":"Neues Passwort fehlt!","New password must have 8 characters minimum":"Neues Passwort muss mindestens 8 Zeichen haben","Current password does not match":"Aktuelles Passwort stimmt nicht \xFCberein","Password has been updated":"Passwort wurde aktualisiert","Unable to update password":"Passwort kann nicht aktualisiert werden","Bad password":"Falsches Passwort","too many login attempts":"zu viele Anmeldeversuche",Language:Se,"Language updated":"Sprache aktualisiert","Unable to update language":"Sprache kann nicht aktualisiert werden","Notification preference updated":"Benachrichtigungseinstellung aktualisiert","Full-text search preference updated":"Einstellung der Volltextsuche aktualisiert","Unable to update notification preference":"Benachrichtigungseinstellung kann nicht aktualisiert werden","Unable to update full-text search preference":"Volltextsuche-Einstellung kann nicht aktualisiert werden","Unable to open document":"Dokument kann nicht ge\xF6ffnet werden","Unable to save document":"Dokument kann nicht gespeichert werden",Home:ye,Recents:ve,recents:De,Trash:ze,"trash bins":"Papierk\xF6rbe",Shares:Ae,Share:Ge,shares:Ee,shared:Pe,personal_space:Te,spaces_access:Fe,spaces_admin:Me,shares_access:Be,shares_admin:Ne,guests_admin:xe,personal_groups_admin:Ce,desktop_app_access:Le,desktop_app_sync:Oe,webdav_access:Ue,"Create share":"Freigabe erstellen","Edit share":"Freigabe bearbeiten","Delete share":"Freigabe l\xF6schen","Child shares":"Untergeordnete Freigaben",webdav:_e,"Share is disabled":"Freigabe ist deaktiviert",Space:Ve,Spaces:Ie,spaces:Ke,"Space name":"Name des Bereichs","New space":"Neuer Bereich","Create a new space":"Neuen Bereich erstellen","Create space":"Bereich erstellen","Edit space":"Bereich bearbeiten","Delete space":"Bereich l\xF6schen","Create a new share":"Neue Freigabe erstellen","Type to search for space to select":"Tippen, um einen Bereich zum Ausw\xE4hlen zu suchen","Anchor to a space":"An einen Bereich anheften","Anchor files to a space":"Dateien an einen Bereich anheften","You have been invited to join this space":"Sie wurden eingeladen, diesem Bereich beizutreten","You have been invited to join this share":"Sie wurden eingeladen, dieser Freigabe beizutreten","Shared with others":"Mit anderen geteilt","With others":"Mit anderen","Shared with me":"Mit mir geteilt","With me":"Mit mir","Shared via links":"\xDCber Links geteilt","Via links":"\xDCber Links","Shared from":"Geteilt von","share with you this":"teilt mit Ihnen dieses","shared with you":"hat mit Ihnen geteilt","no longer share with you":"teilt nicht mehr mit Ihnen","You now have access to the space":"Sie haben jetzt Zugriff auf den Bereich","You no longer have access to the space":"Sie haben keinen Zugriff mehr auf den Bereich","This space has been permanently deleted":"Dieser Bereich wurde dauerhaft gel\xF6scht","You now have access to the share":"Sie haben jetzt Zugriff auf die Freigabe","You no longer have access to the share":"Sie haben keinen Zugriff mehr auf die Freigabe","You are no longer a member of the parent share, your child share has been deleted":"Sie sind kein Mitglied der \xFCbergeordneten Freigabe mehr; Ihre untergeordnete Freigabe wurde gel\xF6scht",anchored:Re,unanchored:Ze,"Share not found":"Freigabe nicht gefunden","Go to":"Gehe zu",Location:We,"Name and location are required":"Name und Speicherort sind erforderlich","Parent location already exists in files":"\xDCbergeordneter Speicherort existiert bereits in Dateien","Check the location":"Speicherort pr\xFCfen","Location not found":"Speicherort nicht gefunden","Forbidden resource":"Nicht zul\xE4ssige Ressource","Resource already exists":"Element existiert bereits","The location does not exist":"Der Speicherort existiert nicht","The location is not readable":"Der Speicherort ist nicht lesbar","The location is not writeable":"Der Speicherort ist nicht beschreibbar","The location is a directory":"Der Speicherort ist ein Verzeichnis","The file is locked":"Die Datei ist gesperrt","This access is protected by a password":"Dieser Zugriff ist durch ein Passwort gesch\xFCtzt","You do not have share permission":"Sie haben keine Berechtigung zum Freigeben","Desktop app permission required":"Berechtigung f\xFCr Desktop-App erforderlich","You can not share a space":"Sie k\xF6nnen keinen Bereich freigeben","You can not remove an anchored file":"Sie k\xF6nnen eine angeheftete Datei nicht entfernen","You are not allowed to write here":"Sie d\xFCrfen hier nicht schreiben","You are not allowed to do this action":"Sie d\xFCrfen diese Aktion nicht ausf\xFChren","You can not move an anchored file":"Sie k\xF6nnen eine angeheftete Datei nicht verschieben","You can not move a locked file":"Sie k\xF6nnen eine gesperrte Datei nicht verschieben",Anchored:Ye,"Anchored by":"Angeheftet von","Manage my anchored files":"Meine angehefteten Dateien verwalten","You have no files anchored on this space":"Sie haben keine angehefteten Dateien in diesem Bereich","An anchored file already has this name":"Eine angeheftete Datei tr\xE4gt bereits diesen Namen",Settings:qe,Options:He,Name:je,Download:Qe,"Download done":"Download abgeschlossen","Download failed":"Download fehlgeschlagen","Upload done":"Upload abgeschlossen","Upload failed":"Upload fehlgeschlagen","Copy \xB7 Move":"Kopieren \xB7 Verschieben",Move:Je,"Move done":"Verschieben abgeschlossen","Move failed":"Verschieben fehlgeschlagen","Deletion done":"L\xF6schen abgeschlossen","Deletion failed":"L\xF6schen fehlgeschlagen","Creation failed":"Erstellung fehlgeschlagen",Copy:Xe,"Copy done":"Kopieren abgeschlossen","Copy failed":"Kopieren fehlgeschlagen","Copy-Paste":"Kopieren-Einf\xFCgen","Cut-Paste":"Ausschneiden-Einf\xFCgen",Rename:$e,Edit:en,"Share inside":"Intern teilen","Share outside":"Extern teilen",Remove:nn,Clipboard:rn,"Send to Clipboard":"In die Zwischenablage senden","will be removed":"wird entfernt",Refresh:tn,Empty:sn,List:an,Display:on,"Sort by":"Sortieren nach",trash_one_file:ln,delete_one_file:dn,trash_multiple_files:cn,delete_multiple_files:hn,"Moving to trash":"Verschieben in den Papierkorb","Permanent deletion":"Endg\xFCltiges L\xF6schen","Would you like to empty the trash ?":"M\xF6chten Sie den Papierkorb leeren?","All items will be permanently deleted":"Alle Elemente werden endg\xFCltig gel\xF6scht","Actions will be performed in the current folder":"Aktionen werden im aktuellen Ordner ausgef\xFChrt","The client will no longer have permission to access your account and will no longer be able to synchronize.":"Der Client hat keine Berechtigung mehr, auf Ihr Konto zuzugreifen, und kann nicht mehr synchronisieren.","The access expires":"Der Zugriff l\xE4uft ab","The access has expired":"Der Zugriff ist abgelaufen","Never expires":"L\xE4uft nie ab",synchronization:un,Synchronization:gn,Synchronizations:pn,Synchronize:mn,Sync:fn,"Stop synchronization":"Synchronisierung beenden","Synchronize all":"Alles synchronisieren","Stop synchronizations":"Synchronisierungen beenden",Synced:bn,"Sync already exists":"Synchronisierung existiert bereits","Sync was reset":"Synchronisierung zur\xFCckgesetzt","Sync deleted":"Synchronisierung gel\xF6scht","This client":"Dieser Client","You are no longer synchronizing":"Sie synchronisieren nicht mehr",Compress:wn,Decompress:kn,"Compress and Download":"Komprimieren und Herunterladen","Compress and Save":"Komprimieren und Speichern","Enable compression":"Komprimierung aktivieren","Compression done":"Komprimierung abgeschlossen","Compression failed":"Komprimierung fehlgeschlagen","Decompression done":"Dekomprimierung abgeschlossen","Decompression failed":"Dekomprimierung fehlgeschlagen","(this may take longer)":"(dies kann l\xE4nger dauern)","Save in the current directory":"Im aktuellen Verzeichnis speichern","This name is already used":"Dieser Name wird bereits verwendet",Info:Sn,Size:yn,Modified:vn,modified:Dn,Tasks:zn,"Download from URL":"Von URL herunterladen","Upload files":"Dateien hochladen","Upload folders":"Ordner hochladen","Folder name":"Ordnername","New folder":"Neuer Ordner","Document name":"Dokumentname","New document":"Neues Dokument","File name":"Dateiname","File permissions":"Dateiberechtigungen",Text:An,"Rich Text Format":"Rich Text Format","Forbidden characters":"Unzul\xE4ssige Zeichen",Elements:Gn,"Malformed URL":"Fehlerhafte URL",New:En,Folder:Pn,folder:Tn,file:Fn,files:Mn,directory:Bn,directories:Nn,Total:xn,no_selection:Cn,one_selection:Ln,nb_selections:On,"Archive name":"Archivname","Drag and drop your files here":"Dateien hierher ziehen","The destination already exists":"Das Ziel existiert bereits","This item is already selected":"Dieses Element ist bereits ausgew\xE4hlt","Parent item is already selected":"\xDCbergeordnetes Element ist bereits ausgew\xE4hlt","This file contains binary data that can not be read":"Diese Datei enth\xE4lt Bin\xE4rdaten, die nicht gelesen werden k\xF6nnen","Navigation Tree":"Navigationsstruktur",item:Un,items:_n,create:Vn,write:In,move:Kn,delete:Rn,modify:Zn,"Delete user":"Benutzer l\xF6schen","Delete all user files":"Alle Dateien des Benutzers l\xF6schen",share:Wn,"Share name":"Name der Freigabe","New share":"Neue Freigabe","New share link":"Neuer Freigabelink","New link":"Neuer Link","Edit children shares":"Untergeordnete Freigaben bearbeiten",Link:Yn,link:qn,Links:Hn,links:jn,"Link copied":"Link kopiert","Link created":"Link erstellt","Link deleted":"Link gel\xF6scht","Link error":"Linkfehler","Copy link":"Link kopieren","Edit link":"Link bearbeiten","Guest Link":"Gast-Link","Guest name":"Name des Gasts","Guest email":"E\u2011Mail des Gasts","Guest language":"Sprache des Gasts",Guest:Qn,Guests:Jn,guest:Xn,guests:$n,"New guest":"Neuer Gast","Edit guest":"Gast bearbeiten","Guest created":"Gast erstellt","Guest deleted":"Gast gel\xF6scht","Guest updated":"Gast aktualisiert","Guest error":"Gastfehler","Add an external location":"Externen Speicherort hinzuf\xFCgen","External location":"Externer Speicherort","Select a file":"Datei ausw\xE4hlen","The link is expired":"Der Link ist abgelaufen","The link is disabled":"Der Link ist deaktiviert","The link was not found":"Der Link wurde nicht gefunden",Expired:ei,expired:ni,none:ii,"The maximum number of access allowed to the link is exceeded":"Die maximale Anzahl von Zugriffen auf den Link ist \xFCberschritten","Set a password":"Passwort festlegen","Enter your password":"Geben Sie Ihr Passwort ein",Permissions:ri,"No permissions":"Keine Berechtigungen",Owner:ti,Me:si,Shared:ai,Created:oi,"Created & Modified":"Erstellt & Ge\xE4ndert","Creation date":"Erstellungsdatum","Modification date":"\xC4nderungsdatum","Deactivation date":"Deaktivierungsdatum",Date:li,Path:di,active:ci,Active:hi,suspended:ui,"Unable to rename user space":"Benutzerbereich kann nicht umbenannt werden","Unable to delete user space":"Benutzerbereich kann nicht gel\xF6scht werden","Unable to update user":"Benutzer kann nicht aktualisiert werden","Unable to update user groups":"Benutzergruppen k\xF6nnen nicht aktualisiert werden","User created":"Benutzer erstellt","User updated":"Benutzer aktualisiert","User not found":"Benutzer nicht gefunden","Edit user":"Benutzer bearbeiten","Impersonate identity":"Identit\xE4t \xFCbernehmen",Type:gi,Description:pi,Visibility:mi,"Unknown error !":"Unbekannter Fehler!",Unknown:fi,Expiration:bi,"Limit access":"Zugriff begrenzen","Current access count":"Aktuelle Anzahl der Zugriffe",Access:wi,Accessed:ki,"Last access":"Letzter Zugriff","Last accesses":"Letzte Zugriffe",Comment:Si,Comments:yi,comments:vi,commented:Di,"No recent comments":"Keine aktuellen Kommentare","Write a comment ...":"Einen Kommentar schreiben ...",yes:zi,no:Ai,Client:Gi,Clients:Ei,available:Pi,busy:Ti,absent:Fi,offline:Mi,"Session has expired":"Sitzung ist abgelaufen","Please sign in":"Bitte melden Sie sich an",logout:Bi,days:Ni,day:xi,Delete:Ci,Scheduler:Li,async:Oi,seq:Ui,Transfers:_i,Simulate:Vi,Reset:Ii,Browse:Ki,Action:Ri,Added:Zi,Removed:Wi,Copied:Yi,Moved:qi,Filtered:Hi,Error:ji,Server:Qi,Direction:Ji,Conflict:Xi,"Show filtered files":"Gefilterte Dateien anzeigen",recent:$i,Source:er,Destination:nr,Mode:ir,Sequentially:rr,Asynchronously:tr,fast:sr,secure:ar,enabled:or,Enable:lr,disabled:dr,Disable:cr,scheduler_unit_hour:hr,scheduler_unit_minute:ur,scheduler_unit_day:gr,"You must have permission to modify the server folder to choose a different sync mode":"Sie m\xFCssen die Berechtigung haben, den Serverordner zu \xE4ndern, um einen anderen Synchronisierungsmodus zu w\xE4hlen","upload only":"nur hochladen","download only":"nur herunterladen",both:pr,never:mr,"Clear events":"Ereignisse l\xF6schen","Events from":"Ereignisse von","All syncs":"Alle Synchronisierungen","All events":"Alle Ereignisse","will be cleared":"werden gel\xF6scht","No differences":"Keine Unterschiede","Select a folder":"Ordner ausw\xE4hlen","The files containing":"Die Dateien, die enthalten","The files starting":"Die Dateien, die beginnen mit","The files ending":"Die Dateien, die enden mit","Expert (Regexp)":"Experte (Regexp)","click on the browse button":"klicken Sie auf die Schaltfl\xE4che Durchsuchen","with a name or pattern":"mit einem Namen oder Muster","with the extension ('.mp3', '.avi', '.mov' ...)":"mit der Erweiterung ('.mp3', '.avi', '.mov' ...)",Wizard:fr,Next:br,Previous:wr,Done:kr,"This wizard will help you synchronize a directory on your computer with a Sync-in directory.":"Dieser Assistent hilft Ihnen, ein Verzeichnis auf Ihrem Computer mit einem Sync\u2011in-Verzeichnis zu synchronisieren.","To begin, select a folder on your computer.":"W\xE4hlen Sie zun\xE4chst einen Ordner auf Ihrem Computer aus.",'You can drag the folder into the area below or click on the "Select" button.':'Sie k\xF6nnen den Ordner in den unteren Bereich ziehen oder auf die Schaltfl\xE4che "Ausw\xE4hlen" klicken.',"Drop folder here":"Ordner hier ablegen","This directory is already synced":"Dieses Verzeichnis wird bereits synchronisiert","The parent directory is already synced":"Das \xFCbergeordnete Verzeichnis wird bereits synchronisiert","This directory is not accessible":"Dieses Verzeichnis ist nicht zug\xE4nglich","This directory is read-only, you will not be able to modify it":"Dieses Verzeichnis ist schreibgesch\xFCtzt; Sie k\xF6nnen es nicht \xE4ndern","Please select the server directory to sync, if it doesn't exist you can create it.":"Bitte w\xE4hlen Sie das Serververzeichnis zur Synchronisierung aus; falls es nicht existiert, k\xF6nnen Sie es erstellen.","Double click to browse directories":"Doppelklicken, um Verzeichnisse zu durchsuchen","The data will be synchronized from":"Die Daten werden synchronisiert von","the client folder":"dem Client-Ordner","the server folder":"dem Server-Ordner","(One-Way)":"(einseitig)","(Two-Way)":"(zweiseitig)",to:Sr,"and from":"und von","All files created or modified in":"Alle Dateien, die erstellt oder ge\xE4ndert wurden in","will be ignored and deleted":"werden ignoriert und gel\xF6scht","In case of conflict,":"Im Konfliktfall,","the most recent files will be kept":"werden die neuesten Dateien beibehalten","the client\u2019s files take precedence":"haben die Dateien des Clients Vorrang","the server\u2019s files take precedence":"haben die Dateien des Servers Vorrang","the files in":"die Dateien in","will be preferred":"werden bevorzugt","Loading...":"Laden ...","No results":"Keine Ergebnisse","Download ARM64 version":"ARM64-Version herunterladen","Download Apple Silicon ARM64 version":"Apple\u2011Silicon\u2011ARM64\u2011Version herunterladen","Download tar.gz version":"tar.gz\u2011Version herunterladen",Repository:yr,public:vr,local:Dr,remote:zr,"System requirements":"Systemanforderungen","Feature not enabled":"Funktion nicht aktiviert",Website:Ar,Versions:Gr,Security:Er,"Recovery code":"Wiederherstellungscode","Use a recovery code":"Wiederherstellungscode verwenden","Authentication code":"Authentifizierungscode","Secret copied":"Geheimer Schl\xFCssel kopiert","Recovery codes copied":"Wiederherstellungscodes kopiert","Invalid code":"Ung\xFCltiger Code","Incorrect code or password":"Falscher Code oder falsches Passwort","Application Passwords":"Anwendungskennw\xF6rter","Generate a new app password":"Neues App\u2011Passwort generieren","Generated password":"Generiertes Passwort","Password generated":"Passwort generiert","Existing passwords":"Bestehende Passw\xF6rter","This password will only be shown once after it is generated":"Dieses Passwort wird nur einmal nach der Generierung angezeigt","Password name":"Passwortname",Manage:Pr,"Manage app passwords":"App\u2011Passw\xF6rter verwalten","Password Authentication":"Passwortauthentifizierung","Two-Factor Authentication":"Zwei-Faktor-Authentifizierung","Two-Factor Authentication is enabled":"Zwei-Faktor-Authentifizierung ist aktiviert","Two-Factor Authentication is disabled":"Zwei-Faktor-Authentifizierung ist deaktiviert","Scan this QR code using your authenticator app.":"Scannen Sie diesen QR\u2011Code mit Ihrer Authentifizierungs-App.","(Such as FreeOTP, Proton Authenticator etc.)":"(z. B. FreeOTP, Proton Authenticator usw.)","Or enter this secret manually:":"Oder geben Sie diesen geheimen Schl\xFCssel manuell ein:","Valid with your TOTP code":"Mit Ihrem TOTP\u2011Code best\xE4tigen","The secret has expired":"Der geheime Schl\xFCssel ist abgelaufen","Keep these codes in a safe place. They will allow you to access your account if you lose access to your two-factor authentication.":"Bewahren Sie diese Codes an einem sicheren Ort auf. Sie erm\xF6glichen Ihnen den Zugriff auf Ihr Konto, falls Sie den Zugriff auf Ihre Zwei\u2011Faktor\u2011Authentifizierung verlieren.","These recovery codes are for one-time use only and will only be displayed here once.":"Diese Wiederherstellungscodes sind nur einmal verwendbar und werden hier nur einmal angezeigt.","Overwrite Existing File(s)":"Vorhandene Datei(en) \xFCberschreiben","Replace Existing File":"Vorhandene Datei ersetzen","Do you want to replace the existing file(s)?":"M\xF6chten Sie die vorhandene(n) Datei(en) ersetzen?",RenameFileToExisting:Tr,Save:Fr,"Line Wrap":"Zeilenumbruch","Read-only":"Schreibgesch\xFCtzt","Read-write":"Lesen/Schreiben","Save And Exit":"Speichern und beenden","Close Without Saving":"Schlie\xDFen ohne zu speichern",Undo:Mr,Redo:Br,me:Nr,"The file is locked by":"Die Datei ist gesperrt von",Unlock:xr,Lock:Cr,Exclusive:Lr,"Send an unlock request":"Entsperrung anfordern","sends you a request to unlock the file":"sendet Ihnen eine Anfrage zum Entsperren der Datei","As the file owner, you can unlock the file or request the current lock owner to release it.":"Als Dateieigent\xFCmer k\xF6nnen Sie die Datei entsperren oder den aktuellen Sperrinhaber bitten, sie freizugeben.","The file is edited by":"Die Datei wird bearbeitet von","A new update is available":"Ein neues Update ist verf\xFCgbar",Fullscreen:Or,Dimensions:Ur,"Start Slideshow":"Diashow starten","Unable to load OnlyOffice editor":"OnlyOffice\u2011Editor konnte nicht geladen werden","The document server may be unreachable or the configuration is invalid":"Der Dokumentenserver ist m\xF6glicherweise nicht erreichbar oder die Konfiguration ist ung\xFCltig","OnlyOffice editor failed to initialize":"Initialisierung des OnlyOffice\u2011Editors ist fehlgeschlagen","DocsAPI not available":"DocsAPI ist nicht verf\xFCgbar","Unknown OnlyOffice error":"Unbekannter OnlyOffice\u2011Fehler","No editor found":"Kein Editor gefunden","Choose which editor you want to use to open this document.":"W\xE4hlen Sie den Editor aus, mit dem Sie dieses Dokument \xF6ffnen m\xF6chten.","Open-source office suite built on LibreOffice.":"Open-Source-Office-Suite basierend auf LibreOffice.","Open-source office suite for Microsoft Office.":"Open-Source-Office-Suite f\xFCr Microsoft Office.","Remember my choice for next time":"Meine Wahl f\xFCr das n\xE4chste Mal merken","Document editor":"Dokumenteditor","Ask Me":"Mich fragen","Used when both editors support the file type.":"Wird verwendet, wenn beide Editoren den Dateityp unterst\xFCtzen.","Enable content indexation for personal files.":"Inhaltsindexierung f\xFCr pers\xF6nliche Dateien aktivieren.",Preferences:_r,of:Vr,"Sidebar auto-hide enabled":"Automatisches Ausblenden der Seitenleiste aktiviert","Sidebar pinned":"Seitenleiste angeheftet","Continue with OpenID Connect":"Mit OpenID Connect fortfahren","Link identity":"Link-Identit\xE4t","Share details":"Freigabedetails","Access rules":"Zugriffsregeln","Guest profile":"Gastprofil",Version:Ir,"Filter type":"Filtertyp","Filter value":"Filterwert","No filter configured":"Kein Filter konfiguriert","checksums are not identical":"Pr\xFCfsummen sind nicht identisch","size has changed since parsing":"Die Gr\xF6\xDFe hat sich seit dem Parsen ge\xE4ndert","No synchronized folder":"Kein synchronisierter Ordner"};export{wi as Access,ki as Accessed,j as Account,Ri as Action,hi as Active,I as Add,Zi as Added,R as Administration,K as Administrator,Ye as Anchored,A as Application,fe as Applications,tr as Asynchronously,i as Authentication,we as Avatar,Ki as Browse,a as Cancel,Gi as Client,Ei as Clients,rn as Clipboard,o as Close,Si as Comment,yi as Comments,wn as Compress,me as Configuration,s as Confirm,Xi as Conflict,ne as Connection,ie as Connections,Yi as Copied,Xe as Copy,oi as Created,li as Date,kn as Decompress,Ci as Delete,pi as Description,nr as Destination,Ur as Dimensions,Ji as Direction,cr as Disable,on as Display,kr as Done,Qe as Download,en as Edit,Gn as Elements,Q as Email,sn as Empty,lr as Enable,ji as Error,T as Event,Lr as Exclusive,bi as Expiration,ei as Expired,N as External,F as File,M as Files,d as Filter,Hi as Filtered,c as Filters,Pn as Folder,Or as Fullscreen,ge as Generate,C as Group,x as Groups,Qn as Guest,Jn as Guests,ye as Home,$ as IP,pe as Import,Sn as Info,V as Isolated,Se as Language,Yn as Link,Hn as Links,an as List,We as Location,Cr as Lock,r as Login,Pr as Manage,ce as Manager,ue as Managers,si as Me,le as Member,de as Members,ir as Mode,vn as Modified,Je as Move,qi as Moved,je as Name,En as New,br as Next,E as Notification,P as Notifications,l as Open,He as Options,ti as Owner,t as Password,di as Path,ri as Permissions,B as Personal,_r as Preferences,wr as Previous,_ as Private,ve as Recents,Br as Redo,tn as Refresh,nn as Remove,Wi as Removed,$e as Rename,Tr as RenameFileToExisting,yr as Repository,Ii as Reset,X as Role,Fr as Save,Li as Scheduler,u as Search,Er as Security,g as See,ee as Seen,rr as Sequentially,Qi as Server,qe as Settings,Ge as Share,ai as Shared,Ae as Shares,Vi as Simulate,yn as Size,er as Source,Ve as Space,Ie as Spaces,J as Status,fn as Sync,bn as Synced,gn as Synchronization,pn as Synchronizations,mn as Synchronize,zn as Tasks,An as Text,xn as Total,_i as Transfers,ze as Trash,gi as Type,Mr as Undo,fi as Unknown,se as Unlimited,xr as Unlock,ke as Update,Z as User,Y as Users,Ir as Version,Gr as Versions,mi as Visibility,U as Visible,Ar as Website,fr as Wizard,Fi as absent,H as account,ci as active,Re as anchored,G as application,be as applications,Oi as async,Pi as available,re as available_space_is_low,pr as both,Ti as busy,Di as commented,vi as comments,Vn as create,xi as day,Ni as days,Kr as default,Rn as delete,hn as delete_multiple_files,dn as delete_one_file,Le as desktop_app_access,Oe as desktop_app_sync,Nn as directories,Bn as directory,dr as disabled,or as enabled,ni as expired,sr as fast,Fn as file,Mn as files,Tn as folder,L as group,O as groups,Xn as guest,$n as guests,xe as guests_admin,Un as item,_n as items,qn as link,jn as links,Dr as local,Bi as logout,he as manager,Nr as me,ae as member,oe as members,Dn as modified,Zn as modify,Kn as move,S as nb_actions,w as nb_active_tasks,k as nb_elements,v as nb_messages,z as nb_notifications,On as nb_selections,f as nb_tasks,mr as never,Ai as no,Cn as no_selection,p as no_task,ii as none,Vr as of,Mi as offline,b as one_active_task,y as one_message,D as one_notification,Ln as one_selection,m as one_task,te as online,Ce as personal_groups_admin,Te as personal_space,vr as public,$i as recent,De as recents,zr as remote,gr as scheduler_unit_day,hr as scheduler_unit_hour,ur as scheduler_unit_minute,h as search,ar as secure,Ui as seq,Wn as share,Pe as shared,Ee as shares,Be as shares_access,Ne as shares_admin,Ke as spaces,Fe as spaces_access,Me as spaces_admin,ui as suspended,un as synchronization,Sr as to,cn as trash_multiple_files,ln as trash_one_file,Ze as unanchored,W as user,q as users,_e as webdav,Ue as webdav_access,In as write,zi as yes};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{b as M,d as K}from"./chunk-
|
|
1
|
+
import{b as M,d as K}from"./chunk-SW5GCGOI.js";import{b as E,c as W}from"./chunk-BEESW4BF.js";import{da as R,ea as i,ja as D,ka as Z,ma as N,ta as V,wa as $,za as A}from"./chunk-OK5K5CYJ.js";import{a as X,b as I}from"./chunk-KAVP6UXH.js";var _e=36,F=1,ge=2,b=3,C=4,he=5,ye=6,be=7,ve=8,ke=9,xe=10,Oe=11,we=12,Qe=13,Ce=14,Se=15,qe=16,Pe=17,G=18,Te=19,ne=20,ie=21,Y=22,ze=23,je=24;function q(t){return t>=65&&t<=90||t>=97&&t<=122||t>=48&&t<=57}function Ue(t){return t>=48&&t<=57||t>=97&&t<=102||t>=65&&t<=70}function g(t,e,a){for(let r=!1;;){if(t.next<0)return;if(t.next==e&&!r){t.advance();return}r=a&&!r&&t.next==92,t.advance()}}function Be(t,e){e:for(;;){if(t.next<0)return;if(t.next==36){t.advance();for(let a=0;a<e.length;a++){if(t.next!=e.charCodeAt(a))continue e;t.advance()}if(t.next==36){t.advance();return}}else t.advance()}}function Le(t,e){let a="[{<(".indexOf(String.fromCharCode(e)),r=a<0?e:"]}>)".charCodeAt(a);for(;;){if(t.next<0)return;if(t.next==r&&t.peek(1)==39){t.advance(2);return}t.advance()}}function P(t,e){for(;!(t.next!=95&&!q(t.next));)e!=null&&(e+=String.fromCharCode(t.next)),t.advance();return e}function Xe(t){if(t.next==39||t.next==34||t.next==96){let e=t.next;t.advance(),g(t,e,!1)}else P(t)}function H(t,e){for(;t.next==48||t.next==49;)t.advance();e&&t.next==e&&t.advance()}function J(t,e){for(;;){if(t.next==46){if(e)break;e=!0}else if(t.next<48||t.next>57)break;t.advance()}if(t.next==69||t.next==101)for(t.advance(),(t.next==43||t.next==45)&&t.advance();t.next>=48&&t.next<=57;)t.advance()}function ee(t){for(;!(t.next<0||t.next==10);)t.advance()}function _(t,e){for(let a=0;a<e.length;a++)if(e.charCodeAt(a)==t)return!0;return!1}var S=` \r
|
|
2
2
|
`;function se(t,e,a){let r=Object.create(null);r.true=r.false=he,r.null=r.unknown=ye;for(let n of t.split(" "))n&&(r[n]=ne);for(let n of e.split(" "))n&&(r[n]=ie);for(let n of(a||"").split(" "))n&&(r[n]=je);return r}var h="array binary bit boolean char character clob date decimal double float int integer interval large national nchar nclob numeric object precision real smallint time timestamp varchar varying ",y="absolute action add after all allocate alter and any are as asc assertion at authorization before begin between both breadth by call cascade cascaded case cast catalog check close collate collation column commit condition connect connection constraint constraints constructor continue corresponding count create cross cube current current_date current_default_transform_group current_transform_group_for_type current_path current_role current_time current_timestamp current_user cursor cycle data day deallocate declare default deferrable deferred delete depth deref desc describe descriptor deterministic diagnostics disconnect distinct do domain drop dynamic each else elseif end end-exec equals escape except exception exec execute exists exit external fetch first for foreign found from free full function general get global go goto grant group grouping handle having hold hour identity if immediate in indicator initially inner inout input insert intersect into is isolation join key language last lateral leading leave left level like limit local localtime localtimestamp locator loop map match method minute modifies module month names natural nesting new next no none not of old on only open option or order ordinality out outer output overlaps pad parameter partial path prepare preserve primary prior privileges procedure public read reads recursive redo ref references referencing relative release repeat resignal restrict result return returns revoke right role rollback rollup routine row rows savepoint schema scroll search second section select session session_user set sets signal similar size some space specific specifictype sql sqlexception sqlstate sqlwarning start state static system_user table temporary then timezone_hour timezone_minute to trailing transaction translation treat trigger under undo union unique unnest until update usage user using value values view when whenever where while with without work write year zone ",T={backslashEscapes:!1,hashComments:!1,spaceAfterDashes:!1,slashComments:!1,doubleQuotedStrings:!1,doubleDollarQuotedStrings:!1,unquotedBitLiterals:!1,treatBitsAsBytes:!1,charSetCasts:!1,plsqlQuotingMechanism:!1,operatorChars:"*+-%<>!=&|~^/",specialVar:"?",identifierQuotes:'"',caseInsensitiveIdentifiers:!1,words:se(y,h)};function Ie(t,e,a,r){let n={};for(let s in T)n[s]=(t.hasOwnProperty(s)?t:T)[s];return e&&(n.words=se(e,a||"",r)),n}function oe(t){return new M(e=>{var a;let{next:r}=e;if(e.advance(),_(r,S)){for(;_(e.next,S);)e.advance();e.acceptToken(_e)}else if(r==36&&t.doubleDollarQuotedStrings){let n=P(e,"");e.next==36&&(e.advance(),Be(e,n),e.acceptToken(b))}else if(r==39||r==34&&t.doubleQuotedStrings)g(e,r,t.backslashEscapes),e.acceptToken(b);else if(r==35&&t.hashComments||r==47&&e.next==47&&t.slashComments)ee(e),e.acceptToken(F);else if(r==45&&e.next==45&&(!t.spaceAfterDashes||e.peek(1)==32))ee(e),e.acceptToken(F);else if(r==47&&e.next==42){e.advance();for(let n=1;;){let s=e.next;if(e.next<0)break;if(e.advance(),s==42&&e.next==47){if(n--,e.advance(),!n)break}else s==47&&e.next==42&&(n++,e.advance())}e.acceptToken(ge)}else if((r==101||r==69)&&e.next==39)e.advance(),g(e,39,!0),e.acceptToken(b);else if((r==110||r==78)&&e.next==39&&t.charSetCasts)e.advance(),g(e,39,t.backslashEscapes),e.acceptToken(b);else if(r==95&&t.charSetCasts)for(let n=0;;n++){if(e.next==39&&n>1){e.advance(),g(e,39,t.backslashEscapes),e.acceptToken(b);break}if(!q(e.next))break;e.advance()}else if(t.plsqlQuotingMechanism&&(r==113||r==81)&&e.next==39&&e.peek(1)>0&&!_(e.peek(1),S)){let n=e.peek(1);e.advance(2),Le(e,n),e.acceptToken(b)}else if(_(r,t.identifierQuotes)){let n=r==91?93:r;g(e,n,!1),e.acceptToken(Te)}else if(r==40)e.acceptToken(be);else if(r==41)e.acceptToken(ve);else if(r==123)e.acceptToken(ke);else if(r==125)e.acceptToken(xe);else if(r==91)e.acceptToken(Oe);else if(r==93)e.acceptToken(we);else if(r==59)e.acceptToken(Qe);else if(t.unquotedBitLiterals&&r==48&&e.next==98)e.advance(),H(e),e.acceptToken(Y);else if((r==98||r==66)&&(e.next==39||e.next==34)){let n=e.next;e.advance(),t.treatBitsAsBytes?(g(e,n,t.backslashEscapes),e.acceptToken(ze)):(H(e,n),e.acceptToken(Y))}else if(r==48&&(e.next==120||e.next==88)||(r==120||r==88)&&e.next==39){let n=e.next==39;for(e.advance();Ue(e.next);)e.advance();n&&e.next==39&&e.advance(),e.acceptToken(C)}else if(r==46&&e.next>=48&&e.next<=57)J(e,!0),e.acceptToken(C);else if(r==46)e.acceptToken(Ce);else if(r>=48&&r<=57)J(e,!1),e.acceptToken(C);else if(_(r,t.operatorChars)){for(;_(e.next,t.operatorChars);)e.advance();e.acceptToken(Se)}else if(_(r,t.specialVar))e.next==r&&e.advance(),Xe(e),e.acceptToken(Pe);else if(r==58||r==44)e.acceptToken(qe);else if(q(r)){let n=P(e,String.fromCharCode(r));e.acceptToken(e.next==46||e.peek(-n.length-1)==46?G:(a=t.words[n.toLowerCase()])!==null&&a!==void 0?a:G)}})}var le=oe(T),Re=K.deserialize({version:14,states:"%vQ]QQOOO#wQRO'#DSO$OQQO'#CwO%eQQO'#CxO%lQQO'#CyO%sQQO'#CzOOQQ'#DS'#DSOOQQ'#C}'#C}O'UQRO'#C{OOQQ'#Cv'#CvOOQQ'#C|'#C|Q]QQOOQOQQOOO'`QQO'#DOO(xQRO,59cO)PQQO,59cO)UQQO'#DSOOQQ,59d,59dO)cQQO,59dOOQQ,59e,59eO)jQQO,59eOOQQ,59f,59fO)qQQO,59fOOQQ-E6{-E6{OOQQ,59b,59bOOQQ-E6z-E6zOOQQ,59j,59jOOQQ-E6|-E6|O+VQRO1G.}O+^QQO,59cOOQQ1G/O1G/OOOQQ1G/P1G/POOQQ1G/Q1G/QP+kQQO'#C}O+rQQO1G.}O)PQQO,59cO,PQQO'#Cw",stateData:",[~OtOSPOSQOS~ORUOSUOTUOUUOVROXSOZTO]XO^QO_UO`UOaPObPOcPOdUOeUOfUOgUOhUO~O^]ORvXSvXTvXUvXVvXXvXZvX]vX_vX`vXavXbvXcvXdvXevXfvXgvXhvX~OsvX~P!jOa_Ob_Oc_O~ORUOSUOTUOUUOVROXSOZTO^tO_UO`UOa`Ob`Oc`OdUOeUOfUOgUOhUO~OWaO~P$ZOYcO~P$ZO[eO~P$ZORUOSUOTUOUUOVROXSOZTO^QO_UO`UOaPObPOcPOdUOeUOfUOgUOhUO~O]hOsoX~P%zOajObjOcjO~O^]ORkaSkaTkaUkaVkaXkaZka]ka_ka`kaakabkackadkaekafkagkahka~Oska~P'kO^]O~OWvXYvX[vX~P!jOWnO~P$ZOYoO~P$ZO[pO~P$ZO^]ORkiSkiTkiUkiVkiXkiZki]ki_ki`kiakibkickidkiekifkigkihki~Oski~P)xOWkaYka[ka~P'kO]hO~P$ZOWkiYki[ki~P)xOasObsOcsO~O",goto:"#hwPPPPPPPPPPPPPPPPPPPPPPPPPPx||||!Y!^!d!xPPP#[TYOZeUORSTWZbdfqT[OZQZORiZSWOZQbRQdSQfTZgWbdfqQ^PWk^lmrQl_Qm`RrseVORSTWZbdfq",nodeNames:"\u26A0 LineComment BlockComment String Number Bool Null ( ) { } [ ] ; . Operator Punctuation SpecialVar Identifier QuotedIdentifier Keyword Type Bits Bytes Builtin Script Statement CompositeIdentifier Parens Braces Brackets Statement",maxTerm:38,nodeProps:[["isolate",-4,1,2,3,19,""]],skippedNodes:[0,1,2],repeatNodeCount:3,tokenData:"RORO",tokenizers:[0,le],topRules:{Script:[0,25]},tokenPrec:0});function z(t){let e=t.cursor().moveTo(t.from,-1);for(;/Comment/.test(e.name);)e.moveTo(e.from,-1);return e.node}function x(t,e){let a=t.sliceString(e.from,e.to),r=/^([`'"\[])(.*)([`'"\]])$/.exec(a);return r?r[2]:a}function Q(t){return t&&(t.name=="Identifier"||t.name=="QuotedIdentifier")}function De(t,e){if(e.name=="CompositeIdentifier"){let a=[];for(let r=e.firstChild;r;r=r.nextSibling)Q(r)&&a.push(x(t,r));return a}return[x(t,e)]}function te(t,e){for(let a=[];;){if(!e||e.name!=".")return a;let r=z(e);if(!Q(r))return a;a.unshift(x(t,r)),e=z(r)}}function Ze(t,e){let a=Z(t).resolveInner(e,-1),r=Ve(t.doc,a);return a.name=="Identifier"||a.name=="QuotedIdentifier"||a.name=="Keyword"?{from:a.from,quoted:a.name=="QuotedIdentifier"?t.doc.sliceString(a.from,a.from+1):null,parents:te(t.doc,z(a)),aliases:r}:a.name=="."?{from:e,quoted:null,parents:te(t.doc,a),aliases:r}:{from:e,quoted:null,parents:[],empty:!0,aliases:r}}var Ne=new Set("where group having order union intersect except all distinct limit offset fetch for".split(" "));function Ve(t,e){let a;for(let n=e;!a;n=n.parent){if(!n)return null;n.name=="Statement"&&(a=n)}let r=null;for(let n=a.firstChild,s=!1,c=null;n;n=n.nextSibling){let l=n.name=="Keyword"?t.sliceString(n.from,n.to).toLowerCase():null,o=null;if(!s)s=l=="from";else if(l=="as"&&c&&Q(n.nextSibling))o=x(t,n.nextSibling);else{if(l&&Ne.has(l))break;c&&Q(n)&&(o=x(t,n))}o&&(r||(r=Object.create(null)),r[o]=De(t,c)),c=/Identifier$/.test(n.name)?n:null}return r}function $e(t,e,a){return a.map(r=>I(X({},r),{label:r.label[0]==t?r.label:t+r.label+e,apply:void 0}))}var Ae=/^\w*$/,Ee=/^[`'"\[]?\w*[`'"\]]?$/;function re(t){return t.self&&typeof t.self.label=="string"}var j=class t{constructor(e,a){this.idQuote=e,this.idCaseInsensitive=a,this.list=[],this.children=void 0}child(e){let a=this.children||(this.children=Object.create(null)),r=a[e];return r||(e&&!this.list.some(n=>n.label==e)&&this.list.push(ae(e,"type",this.idQuote,this.idCaseInsensitive)),a[e]=new t(this.idQuote,this.idCaseInsensitive))}maybeChild(e){return this.children?this.children[e]:null}addCompletion(e){let a=this.list.findIndex(r=>r.label==e.label);a>-1?this.list[a]=e:this.list.push(e)}addCompletions(e){for(let a of e)this.addCompletion(typeof a=="string"?ae(a,"property",this.idQuote,this.idCaseInsensitive):a)}addNamespace(e){Array.isArray(e)?this.addCompletions(e):re(e)?this.addNamespace(e.children):this.addNamespaceObject(e)}addNamespaceObject(e){for(let a of Object.keys(e)){let r=e[a],n=null,s=a.replace(/\\?\./g,l=>l=="."?"\0":l).split("\0"),c=this;re(r)&&(n=r.self,r=r.children);for(let l=0;l<s.length;l++)n&&l==s.length-1&&c.addCompletion(n),c=c.child(s[l].replace(/\\\./g,"."));c.addNamespace(r)}}};function ae(t,e,a,r){return new RegExp("^[a-z_][a-z_\\d]*$",r?"i":"").test(t)?{label:t,type:e}:{label:t,type:e,apply:a+t+ce(a)}}function ce(t){return t==="["?"]":t}function We(t,e,a,r,n,s){var c;let l=((c=s?.spec.identifierQuotes)===null||c===void 0?void 0:c[0])||'"',o=new j(l,!!s?.spec.caseInsensitiveIdentifiers),u=n?o.child(n):null;return o.addNamespace(t),e&&(u||o).addCompletions(e),a&&o.addCompletions(a),u&&o.addCompletions(u.list),r&&o.addCompletions((u||o).child(r).list),p=>{let{parents:v,from:B,quoted:L,empty:pe,aliases:O}=Ze(p.state,p.pos);if(pe&&!p.explicit)return null;O&&v.length==1&&(v=O[v[0]]||v);let d=o;for(let f of v){for(;!d.children||!d.children[f];)if(d==o&&u)d=u;else if(d==u&&r)d=d.child(r);else return null;let k=d.maybeChild(f);if(!k)return null;d=k}let w=d.list;if(d==o&&O&&(w=w.concat(Object.keys(O).map(f=>({label:f,type:"constant"})))),L){let f=L[0],k=ce(f),fe=p.state.sliceDoc(p.pos,p.pos+1)==k;return{from:B,to:fe?p.pos+1:void 0,options:$e(f,k,w),validFor:Ee}}else return{from:B,options:w,validFor:Ae}}}function Me(t){return t==ie?"type":t==ne?"keyword":"variable"}function Ke(t,e,a){let r=Object.keys(t).map(n=>a(e?n.toUpperCase():n,Me(t[n])));return W(["QuotedIdentifier","String","LineComment","BlockComment","."],E(r))}var Fe=Re.configure({props:[V.add({Statement:$()}),A.add({Statement(t,e){return{from:Math.min(t.from+100,e.doc.lineAt(t.from).to),to:t.to}},BlockComment(t){return{from:t.from+2,to:t.to-2}}}),R({Keyword:i.keyword,Type:i.typeName,Builtin:i.standard(i.name),Bits:i.number,Bytes:i.string,Bool:i.bool,Null:i.null,Number:i.number,String:i.string,Identifier:i.name,QuotedIdentifier:i.special(i.string),SpecialVar:i.special(i.name),LineComment:i.lineComment,BlockComment:i.blockComment,Operator:i.operator,"Semi Punctuation":i.punctuation,"( )":i.paren,"{ }":i.brace,"[ ]":i.squareBracket})]}),m=class t{constructor(e,a,r){this.dialect=e,this.language=a,this.spec=r}get extension(){return this.language.extension}configureLanguage(e,a){return new t(this.dialect,this.language.configure(e,a),this.spec)}static define(e){let a=Ie(e,e.keywords,e.types,e.builtin),r=D.define({name:"sql",parser:Fe.configure({tokenizers:[{from:le,to:oe(a)}]}),languageData:{commentTokens:{line:"--",block:{open:"/*",close:"*/"}},closeBrackets:{brackets:["(","[","{","'",'"',"`"]}}});return new t(a,r,e)}};function Ge(t,e){return{label:t,type:e,boost:-1}}function Ye(t,e=!1,a){return Ke(t.dialect.words,e,a||Ge)}function He(t){return t.schema?We(t.schema,t.tables,t.schemas,t.defaultTable,t.defaultSchema,t.dialect||U):()=>null}function Je(t){return t.schema?(t.dialect||U).language.data.of({autocomplete:He(t)}):[]}function it(t={}){let e=t.dialect||U;return new N(e.language,[Je(t),e.language.data.of({autocomplete:Ye(e,t.upperCaseKeywords,t.keywordCompletion)})])}var U=m.define({}),st=m.define({charSetCasts:!0,doubleDollarQuotedStrings:!0,operatorChars:"+-*/<>=~!@#%^&|`?",specialVar:"",keywords:y+"abort abs absent access according ada admin aggregate alias also always analyse analyze array_agg array_max_cardinality asensitive assert assignment asymmetric atomic attach attribute attributes avg backward base64 begin_frame begin_partition bernoulli bit_length blocked bom cache called cardinality catalog_name ceil ceiling chain char_length character_length character_set_catalog character_set_name character_set_schema characteristics characters checkpoint class class_origin cluster coalesce cobol collation_catalog collation_name collation_schema collect column_name columns command_function command_function_code comment comments committed concurrently condition_number configuration conflict connection_name constant constraint_catalog constraint_name constraint_schema contains content control conversion convert copy corr cost covar_pop covar_samp csv cume_dist current_catalog current_row current_schema cursor_name database datalink datatype datetime_interval_code datetime_interval_precision db debug defaults defined definer degree delimiter delimiters dense_rank depends derived detach detail dictionary disable discard dispatch dlnewcopy dlpreviouscopy dlurlcomplete dlurlcompleteonly dlurlcompletewrite dlurlpath dlurlpathonly dlurlpathwrite dlurlscheme dlurlserver dlvalue document dump dynamic_function dynamic_function_code element elsif empty enable encoding encrypted end_frame end_partition endexec enforced enum errcode error event every exclude excluding exclusive exp explain expression extension extract family file filter final first_value flag floor following force foreach fortran forward frame_row freeze fs functions fusion generated granted greatest groups handler header hex hierarchy hint id ignore ilike immediately immutable implementation implicit import include including increment indent index indexes info inherit inherits inline insensitive instance instantiable instead integrity intersection invoker isnull key_member key_type label lag last_value lead leakproof least length library like_regex link listen ln load location lock locked log logged lower mapping matched materialized max max_cardinality maxvalue member merge message message_length message_octet_length message_text min minvalue mod mode more move multiset mumps name namespace nfc nfd nfkc nfkd nil normalize normalized nothing notice notify notnull nowait nth_value ntile nullable nullif nulls number occurrences_regex octet_length octets off offset oids operator options ordering others over overlay overriding owned owner parallel parameter_mode parameter_name parameter_ordinal_position parameter_specific_catalog parameter_specific_name parameter_specific_schema parser partition pascal passing passthrough password percent percent_rank percentile_cont percentile_disc perform period permission pg_context pg_datatype_name pg_exception_context pg_exception_detail pg_exception_hint placing plans pli policy portion position position_regex power precedes preceding prepared print_strict_params procedural procedures program publication query quote raise range rank reassign recheck recovery refresh regr_avgx regr_avgy regr_count regr_intercept regr_r2 regr_slope regr_sxx regr_sxy regr_syy reindex rename repeatable replace replica requiring reset respect restart restore result_oid returned_cardinality returned_length returned_octet_length returned_sqlstate returning reverse routine_catalog routine_name routine_schema routines row_count row_number rowtype rule scale schema_name schemas scope scope_catalog scope_name scope_schema security selective self sensitive sequence sequences serializable server server_name setof share show simple skip slice snapshot source specific_name sqlcode sqlerror sqrt stable stacked standalone statement statistics stddev_pop stddev_samp stdin stdout storage strict strip structure style subclass_origin submultiset subscription substring substring_regex succeeds sum symmetric sysid system system_time table_name tables tablesample tablespace temp template ties token top_level_count transaction_active transactions_committed transactions_rolled_back transform transforms translate translate_regex trigger_catalog trigger_name trigger_schema trim trim_array truncate trusted type types uescape unbounded uncommitted unencrypted unlink unlisten unlogged unnamed untyped upper uri use_column use_variable user_defined_type_catalog user_defined_type_code user_defined_type_name user_defined_type_schema vacuum valid validate validator value_of var_pop var_samp varbinary variable_conflict variadic verbose version versioning views volatile warning whitespace width_bucket window within wrapper xmlagg xmlattributes xmlbinary xmlcast xmlcomment xmlconcat xmldeclaration xmldocument xmlelement xmlexists xmlforest xmliterate xmlnamespaces xmlparse xmlpi xmlquery xmlroot xmlschema xmlserialize xmltable xmltext xmlvalidate yes",types:h+"bigint int8 bigserial serial8 varbit bool box bytea cidr circle precision float8 inet int4 json jsonb line lseg macaddr macaddr8 money numeric pg_lsn point polygon float4 int2 smallserial serial2 serial serial4 text timetz timestamptz tsquery tsvector txid_snapshot uuid xml"}),de="accessible algorithm analyze asensitive authors auto_increment autocommit avg avg_row_length binlog btree cache catalog_name chain change changed checkpoint checksum class_origin client_statistics coalesce code collations columns comment committed completion concurrent consistent contains contributors convert database databases day_hour day_microsecond day_minute day_second delay_key_write delayed delimiter des_key_file dev_pop dev_samp deviance directory disable discard distinctrow div dual dumpfile enable enclosed ends engine engines enum errors escaped even event events every explain extended fast field fields flush force found_rows fulltext grants handler hash high_priority hosts hour_microsecond hour_minute hour_second ignore ignore_server_ids import index index_statistics infile innodb insensitive insert_method install invoker iterate keys kill linear lines list load lock logs low_priority master master_heartbeat_period master_ssl_verify_server_cert masters max max_rows maxvalue message_text middleint migrate min min_rows minute_microsecond minute_second mod mode modify mutex mysql_errno no_write_to_binlog offline offset one online optimize optionally outfile pack_keys parser partition partitions password phase plugin plugins prev processlist profile profiles purge query quick range read_write rebuild recover regexp relaylog remove rename reorganize repair repeatable replace require resume rlike row_format rtree schedule schema_name schemas second_microsecond security sensitive separator serializable server share show slave slow snapshot soname spatial sql_big_result sql_buffer_result sql_cache sql_calc_found_rows sql_no_cache sql_small_result ssl starting starts std stddev stddev_pop stddev_samp storage straight_join subclass_origin sum suspend table_name table_statistics tables tablespace terminated triggers truncate uncommitted uninstall unlock upgrade use use_frm user_resources user_statistics utc_date utc_time utc_timestamp variables views warnings xa xor year_month zerofill",me=h+"bool blob long longblob longtext medium mediumblob mediumint mediumtext tinyblob tinyint tinytext text bigint int1 int2 int3 int4 int8 float4 float8 varbinary varcharacter precision datetime unsigned signed",ue="charset clear edit ego help nopager notee nowarning pager print prompt quit rehash source status system tee",ot=m.define({operatorChars:"*+-%<>!=&|^",charSetCasts:!0,doubleQuotedStrings:!0,unquotedBitLiterals:!0,hashComments:!0,spaceAfterDashes:!0,specialVar:"@?",identifierQuotes:"`",keywords:y+"group_concat "+de,types:me,builtin:ue}),lt=m.define({operatorChars:"*+-%<>!=&|^",charSetCasts:!0,doubleQuotedStrings:!0,unquotedBitLiterals:!0,hashComments:!0,spaceAfterDashes:!0,specialVar:"@?",identifierQuotes:"`",keywords:y+"always generated groupby_concat hard persistent shutdown soft virtual "+de,types:me,builtin:ue}),et="approx_count_distinct approx_percentile_cont approx_percentile_disc avg checksum_agg count count_big grouping grouping_id max min product stdev stdevp sum var varp ai_generate_embeddings ai_generate_chunks cume_dist first_value lag last_value lead percentile_cont percentile_disc percent_rank left_shift right_shift bit_count get_bit set_bit collationproperty tertiary_weights @@datefirst @@dbts @@langid @@language @@lock_timeout @@max_connections @@max_precision @@nestlevel @@options @@remserver @@servername @@servicename @@spid @@textsize @@version cast convert parse try_cast try_convert try_parse asymkey_id asymkeyproperty certproperty cert_id crypt_gen_random decryptbyasymkey decryptbycert decryptbykey decryptbykeyautoasymkey decryptbykeyautocert decryptbypassphrase encryptbyasymkey encryptbycert encryptbykey encryptbypassphrase hashbytes is_objectsigned key_guid key_id key_name signbyasymkey signbycert symkeyproperty verifysignedbycert verifysignedbyasymkey @@cursor_rows @@fetch_status cursor_status datalength ident_current ident_incr ident_seed identity sql_variant_property @@datefirst current_timestamp current_timezone current_timezone_id date_bucket dateadd datediff datediff_big datefromparts datename datepart datetime2fromparts datetimefromparts datetimeoffsetfromparts datetrunc day eomonth getdate getutcdate isdate month smalldatetimefromparts switchoffset sysdatetime sysdatetimeoffset sysutcdatetime timefromparts todatetimeoffset year edit_distance edit_distance_similarity jaro_winkler_distance jaro_winkler_similarity edge_id_from_parts graph_id_from_edge_id graph_id_from_node_id node_id_from_parts object_id_from_edge_id object_id_from_node_id json isjson json_array json_contains json_modify json_object json_path_exists json_query json_value regexp_like regexp_replace regexp_substr regexp_instr regexp_count regexp_matches regexp_split_to_table abs acos asin atan atn2 ceiling cos cot degrees exp floor log log10 pi power radians rand round sign sin sqrt square tan choose greatest iif least @@procid app_name applock_mode applock_test assemblyproperty col_length col_name columnproperty databasepropertyex db_id db_name file_id file_idex file_name filegroup_id filegroup_name filegroupproperty fileproperty filepropertyex fulltextcatalogproperty fulltextserviceproperty index_col indexkey_property indexproperty next value for object_definition object_id object_name object_schema_name objectproperty objectpropertyex original_db_name parsename schema_id schema_name scope_identity serverproperty stats_date type_id type_name typeproperty dense_rank ntile rank row_number publishingservername certenclosed certprivatekey current_user database_principal_id has_dbaccess has_perms_by_name is_member is_rolemember is_srvrolemember loginproperty original_login permissions pwdencrypt pwdcompare session_user sessionproperty suser_id suser_name suser_sid suser_sname system_user user user_id user_name ascii char charindex concat concat_ws difference format left len lower ltrim nchar patindex quotename replace replicate reverse right rtrim soundex space str string_agg string_escape stuff substring translate trim unicode upper $partition @@error @@identity @@pack_received @@rowcount @@trancount binary_checksum checksum compress connectionproperty context_info current_request_id current_transaction_id decompress error_line error_message error_number error_procedure error_severity error_state formatmessage get_filestream_transaction_context getansinull host_id host_name isnull isnumeric min_active_rowversion newid newsequentialid rowcount_big session_context xact_state @@connections @@cpu_busy @@idle @@io_busy @@pack_sent @@packet_errors @@timeticks @@total_errors @@total_read @@total_write textptr textvalid columns_updated eventdata trigger_nestlevel vector_distance vectorproperty vector_search generate_series opendatasource openjson openquery openrowset openxml predict string_split coalesce nullif apply catch filter force include keep keepfixed modify optimize parameterization parameters partition recompile sequence set",ct=m.define({keywords:y+"add external procedure all fetch public alter file raiserror and fillfactor read any for readtext as foreign reconfigure asc freetext references authorization freetexttable replication backup from restore begin full restrict between function return break goto revert browse grant revoke bulk group right by having rollback cascade holdlock rowcount case identity rowguidcol check identity_insert rule checkpoint identitycol save close if schema clustered in securityaudit coalesce index select collate inner semantickeyphrasetable column insert semanticsimilaritydetailstable commit intersect semanticsimilaritytable compute into session_user constraint is set contains join setuser containstable key shutdown continue kill some convert left statistics create like system_user cross lineno table current load tablesample current_date merge textsize current_time national then current_timestamp nocheck to current_user nonclustered top cursor not tran database null transaction dbcc nullif trigger deallocate of truncate declare off try_convert default offsets tsequal delete on union deny open unique desc opendatasource unpivot disk openquery update distinct openrowset updatetext distributed openxml use double option user drop or values dump order varying else outer view end over waitfor errlvl percent when escape pivot where except plan while exec precision with execute primary within group exists print writetext exit proc noexpand index forceseek forcescan holdlock nolock nowait paglock readcommitted readcommittedlock readpast readuncommitted repeatableread rowlock serializable snapshot spatial_window_max_cells tablock tablockx updlock xlock keepidentity keepdefaults ignore_constraints ignore_triggers",types:h+"smalldatetime datetimeoffset datetime2 datetime bigint smallint smallmoney tinyint money real text nvarchar ntext varbinary image hierarchyid uniqueidentifier sql_variant xml",builtin:et,operatorChars:"*+-%<>!=^&|/",specialVar:"@",identifierQuotes:'"['}),dt=m.define({keywords:y+"abort analyze attach autoincrement conflict database detach exclusive fail glob ignore index indexed instead isnull notnull offset plan pragma query raise regexp reindex rename replace temp vacuum virtual",types:h+"bool blob long longblob longtext medium mediumblob mediumint mediumtext tinyblob tinyint tinytext text bigint int2 int8 unsigned signed real",builtin:"auth backup bail changes clone databases dbinfo dump echo eqp explain fullschema headers help import imposter indexes iotrace lint load log mode nullvalue once print prompt quit restore save scanstats separator shell show stats system tables testcase timeout timer trace vfsinfo vfslist vfsname width",operatorChars:"*+-%<>!=&|/~",identifierQuotes:'`"',specialVar:"@:?$"}),mt=m.define({keywords:"add all allow alter and any apply as asc authorize batch begin by clustering columnfamily compact consistency count create custom delete desc distinct drop each_quorum exists filtering from grant if in index insert into key keyspace keyspaces level limit local_one local_quorum modify nan norecursive nosuperuser not of on one order password permission permissions primary quorum rename revoke schema select set storage superuser table three to token truncate ttl two type unlogged update use user users using values where with writetime infinity NaN",types:h+"ascii bigint blob counter frozen inet list map static text timeuuid tuple uuid varint",slashComments:!0}),ut=m.define({keywords:y+"abort accept access add all alter and any arraylen as asc assert assign at attributes audit authorization avg base_table begin between binary_integer body by case cast char_base check close cluster clusters colauth column comment commit compress connected constant constraint crash create current currval cursor data_base database dba deallocate debugoff debugon declare default definition delay delete desc digits dispose distinct do drop else elseif elsif enable end entry exception exception_init exchange exclusive exists external fast fetch file for force form from function generic goto grant group having identified if immediate in increment index indexes indicator initial initrans insert interface intersect into is key level library like limited local lock log logging loop master maxextents maxtrans member minextents minus mislabel mode modify multiset new next no noaudit nocompress nologging noparallel not nowait number_base of off offline on online only option or order out package parallel partition pctfree pctincrease pctused pls_integer positive positiven pragma primary prior private privileges procedure public raise range raw rebuild record ref references refresh rename replace resource restrict return returning returns reverse revoke rollback row rowid rowlabel rownum rows run savepoint schema segment select separate set share snapshot some space split sql start statement storage subtype successful synonym tabauth table tables tablespace task terminate then to trigger truncate type union unique unlimited unrecoverable unusable update use using validate value values variable view views when whenever where while with work",builtin:"appinfo arraysize autocommit autoprint autorecovery autotrace blockterminator break btitle cmdsep colsep compatibility compute concat copycommit copytypecheck define echo editfile embedded feedback flagger flush heading headsep instance linesize lno loboffset logsource longchunksize markup native newpage numformat numwidth pagesize pause pno recsep recsepchar repfooter repheader serveroutput shiftinout show showmode spool sqlblanklines sqlcase sqlcode sqlcontinue sqlnumber sqlpluscompatibility sqlprefix sqlprompt sqlterminator suffix tab term termout timing trimout trimspool ttitle underline verify version wrap",types:h+"ascii bfile bfilename bigserial bit blob dec long number nvarchar nvarchar2 serial smallint string text uid varchar2 xml",operatorChars:"*/+-%<>!=~",doubleQuotedStrings:!0,charSetCasts:!0,plsqlQuotingMechanism:!0});export{mt as Cassandra,ct as MSSQL,lt as MariaSQL,ot as MySQL,ut as PLSQL,st as PostgreSQL,m as SQLDialect,dt as SQLite,U as StandardSQL,Ye as keywordCompletionSource,He as schemaCompletionSource,it as sql};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{d as l}from"./chunk-
|
|
1
|
+
import{d as l}from"./chunk-CVLSRA2W.js";import"./chunk-MXH5XYBD.js";import{f as u}from"./chunk-QPX34S6P.js";import{a as r,d as s}from"./chunk-SW5GCGOI.js";import"./chunk-BEESW4BF.js";import{ba as a,da as o,ea as t,ja as i,ma as p}from"./chunk-OK5K5CYJ.js";import"./chunk-KAVP6UXH.js";var c=s.deserialize({version:14,states:"%pOVOWOOObQPOOOpOSO'#C_OOOO'#Cp'#CpQVOWOOQxQPOOO!TQQOOQ!YQPOOOOOO,58y,58yO!_OSO,58yOOOO-E6n-E6nO!dQQO'#CqQ{QPOOO!iQPOOQ{QPOOO!qQPOOOOOO1G.e1G.eOOQO,59],59]OOQO-E6o-E6oO!yOpO'#CiO#RO`O'#CiQOQPOOO#ZO#tO'#CmO#fO!bO'#CmOOQO,59T,59TO#qOpO,59TO#vO`O,59TOOOO'#Cr'#CrO#{O#tO,59XOOQO,59X,59XOOOO'#Cs'#CsO$WO!bO,59XOOQO1G.o1G.oOOOO-E6p-E6pOOQO1G.s1G.sOOOO-E6q-E6q",stateData:"$g~OjOS~OQROUROkQO~OWTOXUOZUO`VO~OSXOTWO~OXUO[]OlZO~OY^O~O[_O~OT`O~OYaO~OmcOodO~OmfOogO~O^iOnhO~O_jOphO~ObkOqkOrmO~OcnOsnOtmO~OnpO~OppO~ObkOqkOrrO~OcnOsnOtrO~OWX`~",goto:"!^hPPPiPPPPPPPPPmPPPpPPsy!Q!WTROSRe]Re_QSORYSS[T^Rb[QlfRqlQogRso",nodeNames:"\u26A0 Content Text Interpolation InterpolationContent }} Entity Attribute VueAttributeName : Identifier @ Is ScriptAttributeValue AttributeScript AttributeScript AttributeName AttributeValue Entity Entity",maxTerm:36,nodeProps:[["isolate",-3,3,13,17,""]],skippedNodes:[0],repeatNodeCount:4,tokenData:"'y~RdXY!aYZ!a]^!apq!ars!rwx!w}!O!|!O!P#t!Q![#y![!]$s!_!`%g!b!c%l!c!}#y#R#S#y#T#j#y#j#k%q#k#o#y%W;'S#y;'S;:j$m<%lO#y~!fSj~XY!aYZ!a]^!apq!a~!wOm~~!|Oo~!b#RX`!b}!O!|!Q![!|![!]!|!c!}!|#R#S!|#T#o!|%W;'S!|;'S;:j#n<%lO!|!b#qP;=`<%l!|~#yOl~%W$QXY#t`!b}!O!|!Q![#y![!]!|!c!}#y#R#S#y#T#o#y%W;'S#y;'S;:j$m<%lO#y%W$pP;=`<%l#y~$zXX~`!b}!O!|!Q![!|![!]!|!c!}!|#R#S!|#T#o!|%W;'S!|;'S;:j#n<%lO!|~%lO[~~%qOZ~%W%xXY#t`!b}!O&e!Q![#y![!]!|!c!}#y#R#S#y#T#o#y%W;'S#y;'S;:j$m<%lO#y!b&jX`!b}!O!|!Q![!|![!]!|!c!}'V#R#S!|#T#o'V%W;'S!|;'S;:j#n<%lO!|!b'^XW!b`!b}!O!|!Q![!|![!]!|!c!}'V#R#S!|#T#o'V%W;'S!|;'S;:j#n<%lO!|",tokenizers:[6,7,new r("b~RP#q#rU~XP#q#r[~aOT~~",17,4),new r("!k~RQvwX#o#p!_~^TU~Opmq!]m!^;'Sm;'S;=`!X<%lOm~pUOpmq!]m!]!^!S!^;'Sm;'S;=`!X<%lOm~!XOU~~![P;=`<%lm~!bP#o#p!e~!jOk~~",72,2),new r("[~RPwxU~ZOp~~",11,15),new r("[~RPrsU~ZOn~~",11,14),new r("!e~RQvwXwx!_~^Tc~Opmq!]m!^;'Sm;'S;=`!X<%lOm~pUOpmq!]m!]!^!S!^;'Sm;'S;=`!X<%lOm~!XOc~~![P;=`<%lm~!dOt~~",66,35),new r("!e~RQrsXvw^~^Or~~cTb~Oprq!]r!^;'Sr;'S;=`!^<%lOr~uUOprq!]r!]!^!X!^;'Sr;'S;=`!^<%lOr~!^Ob~~!aP;=`<%lr~",66,33)],topRules:{Content:[0,1],Attribute:[1,7]},tokenPrec:157}),P=u.parser.configure({top:"SingleExpression"}),m=c.configure({props:[o({Text:t.content,Is:t.definitionOperator,AttributeName:t.attributeName,VueAttributeName:t.keyword,Identifier:t.variableName,"AttributeValue ScriptAttributeValue":t.attributeValue,Entity:t.character,"{{ }}":t.brace,"@ :":t.punctuation})]}),b={parser:P},Q=m.configure({wrap:a((O,e)=>O.name=="InterpolationContent"?b:null)}),g=m.configure({wrap:a((O,e)=>O.name=="AttributeScript"?b:null),top:"Attribute"}),y={parser:Q},R={parser:g},n=l();function S(O){return O.configure({dialect:"selfClosing",wrap:a(X)},"vue")}var T=S(n.language);function X(O,e){switch(O.name){case"Attribute":return/^(@|:|v-)/.test(e.read(O.from,O.from+2))?R:null;case"Text":return y}return null}function C(O={}){let e=n;if(O.base){if(O.base.language.name!="html"||!(O.base.language instanceof i))throw new RangeError("The base option must be the result of calling html(...)");e=O.base}return new p(e.language==n.language?T:S(e.language),[e.support,e.language.data.of({closeBrackets:{brackets:["{",'"']}})])}export{C as vue,T as vueLanguage};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{a,b,c,d}from"./chunk-MXH5XYBD.js";import"./chunk-SW5GCGOI.js";import"./chunk-OK5K5CYJ.js";import"./chunk-KAVP6UXH.js";export{d as css,b as cssCompletionSource,c as cssLanguage,a as defineCSSCompletionSource};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{d as n}from"./chunk-
|
|
1
|
+
import{d as n}from"./chunk-SW5GCGOI.js";import{Aa as a,da as O,ea as e,ja as r,ma as b,ta as t,ua as P,za as s}from"./chunk-OK5K5CYJ.js";import"./chunk-KAVP6UXH.js";var S={__proto__:null,anyref:34,dataref:34,eqref:34,externref:34,i31ref:34,funcref:34,i8:34,i16:34,i32:34,i64:34,f32:34,f64:34},i=n.deserialize({version:14,states:"!^Q]QPOOOqQPO'#CbOOQO'#Cd'#CdOOQO'#Cl'#ClOOQO'#Ch'#ChQ]QPOOOOQO,58|,58|OxQPO,58|OOQO-E6f-E6fOOQO1G.h1G.h",stateData:"!P~O_OSPOSQOS~OTPOVROXROYROZROaQO~OSUO~P]OSXO~P]O",goto:"xaPPPPPPbPbPPPhPPPrXROPTVQTOQVPTWTVXSOPTV",nodeNames:"\u26A0 LineComment BlockComment Module ) ( App Identifier Type Keyword Number String",maxTerm:17,nodeProps:[["isolate",-3,1,2,11,""],["openedBy",4,"("],["closedBy",5,")"],["group",-6,6,7,8,9,10,11,"Expression"]],skippedNodes:[0,1,2],repeatNodeCount:1,tokenData:"0o~R^XY}YZ}]^}pq}rs!Stu#pxy'Uyz(e{|(j}!O(j!Q!R(s!R![*p!]!^.^#T#o.{~!SO_~~!VVOr!Srs!ls#O!S#O#P!q#P;'S!S;'S;=`#j<%lO!S~!qOZ~~!tRO;'S!S;'S;=`!};=`O!S~#QWOr!Srs!ls#O!S#O#P!q#P;'S!S;'S;=`#j;=`<%l!S<%lO!S~#mP;=`<%l!S~#siqr%bst%btu%buv%bvw%bwx%bz{%b{|%b}!O%b!O!P%b!P!Q%b!Q![%b![!]%b!^!_%b!_!`%b!`!a%b!a!b%b!b!c%b!c!}%b#Q#R%b#R#S%b#S#T%b#T#o%b#p#q%b#r#s%b~%giV~qr%bst%btu%buv%bvw%bwx%bz{%b{|%b}!O%b!O!P%b!P!Q%b!Q![%b![!]%b!^!_%b!_!`%b!`!a%b!a!b%b!b!c%b!c!}%b#Q#R%b#R#S%b#S#T%b#T#o%b#p#q%b#r#s%b~'ZPT~!]!^'^~'aTO!]'^!]!^'p!^;'S'^;'S;=`(_<%lO'^~'sVOy'^yz(Yz!]'^!]!^'p!^;'S'^;'S;=`(_<%lO'^~(_OQ~~(bP;=`<%l'^~(jOS~~(mQ!Q!R(s!R![*p~(xUY~!O!P)[!Q![*p!g!h){#R#S+U#X#Y){#l#m+[~)aRY~!Q![)j!g!h){#X#Y){~)oSY~!Q![)j!g!h){#R#S*j#X#Y){~*OR{|*X}!O*X!Q![*_~*[P!Q![*_~*dQY~!Q![*_#R#S*X~*mP!Q![)j~*uTY~!O!P)[!Q![*p!g!h){#R#S+U#X#Y){~+XP!Q![*p~+_R!Q![+h!c!i+h#T#Z+h~+mVY~!O!P,S!Q![+h!c!i+h!r!s-P#R#S+[#T#Z+h#d#e-P~,XTY~!Q![,h!c!i,h!r!s-P#T#Z,h#d#e-P~,mUY~!Q![,h!c!i,h!r!s-P#R#S.Q#T#Z,h#d#e-P~-ST{|-c}!O-c!Q![-o!c!i-o#T#Z-o~-fR!Q![-o!c!i-o#T#Z-o~-tSY~!Q![-o!c!i-o#R#S-c#T#Z-o~.TR!Q![,h!c!i,h#T#Z,h~.aP!]!^.d~.iSP~OY.dZ;'S.d;'S;=`.u<%lO.d~.xP;=`<%l.d~/QiX~qr.{st.{tu.{uv.{vw.{wx.{z{.{{|.{}!O.{!O!P.{!P!Q.{!Q![.{![!].{!^!_.{!_!`.{!`!a.{!a!b.{!b!c.{!c!}.{#Q#R.{#R#S.{#S#T.{#T#o.{#p#q.{#r#s.{",tokenizers:[0],topRules:{Module:[0,3]},specialized:[{term:9,get:o=>S[o]||-1}],tokenPrec:0}),Q=r.define({name:"wast",parser:i.configure({props:[t.add({App:P({closing:")",align:!1})}),s.add({App:a,BlockComment(o){return{from:o.from+2,to:o.to-2}}}),O({Keyword:e.keyword,Type:e.typeName,Number:e.number,String:e.string,Identifier:e.variableName,LineComment:e.lineComment,BlockComment:e.blockComment,"( )":e.paren})]}),languageData:{commentTokens:{line:";;",block:{open:"(;",close:";)"}},closeBrackets:{brackets:["(",'"']}}});function m(){return new b(Q)}export{m as wast,Q as wastLanguage};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{k as L}from"./chunk-RTNEBRKJ.js";import{b as u,e as h}from"./chunk-
|
|
1
|
+
import{k as L}from"./chunk-RTNEBRKJ.js";import{b as u,e as h}from"./chunk-NMDGST45.js";import{$a as f,Ha as d,Jd as g,Na as n,Sb as s,Tb as v,_e as x,ia as p,qb as c,rb as t,sb as i,tb as o,ug as R,yg as E}from"./chunk-CFXAKPPB.js";import"./chunk-KAVP6UXH.js";var D=(()=>{let e=class e{constructor(){this.logoUrl=L,this.icons={faExclamationCircle:x},this.activatedRoute=p(u),this.activatedRoute.params.subscribe(l=>this.error=E[l.error])}};e.\u0275fac=function(r){return new(r||e)},e.\u0275cmp=f({type:e,selectors:[["app-public-link-error"]],decls:13,vars:3,consts:[[1,"link-page"],[1,"header"],["routerLink",""],["alt","","height","40",3,"src"],[1,"d-flex","flex-column","align-items-center",2,"margin-top","1.2rem","margin-bottom",".6rem"],["size","5x",1,"text-white",3,"icon"],["l10nTranslate","",1,"error-code"],[1,"error-text"],[1,"hr"],["l10nTranslate","",1,"solve"]],template:function(r,m){r&1&&(t(0,"div",0)(1,"div",1)(2,"a",2),o(3,"img",3),i()(),t(4,"div",4),o(5,"fa-icon",5),i(),t(6,"div",6),s(7,"Link error"),i(),t(8,"div",7),o(9,"span",8),t(10,"div")(11,"span",9),s(12),i()()()()),r&2&&(n(3),c("src",m.logoUrl,d),n(2),c("icon",m.icons.faExclamationCircle),n(7),v(m.error))},dependencies:[h,g,R],encapsulation:2});let a=e;return a})();export{D as PublicLinkErrorComponent};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{b as c,c as d,d as b,f as T,h as I}from"./chunk-AYF6ZI6L.js";import{b as l,c as M,d as S,h as y,m as O,o as A,p as t,q as B}from"./chunk-RTNEBRKJ.js";import{s as E}from"./chunk-WM4XBDC2.js";import{$a as f,Ja as u,Oa as m,ab as g,vb as p,za as r}from"./chunk-ZYNBYM7I.js";import{n}from"./chunk-DM4NXKEP.js";var N=class{constructor(s,e,h=!1,i){this.shares=[],this.links=[],this.spaces=[],this.syncs=[],this.nbBadges=0,this.galleryBadges=[],this.newly=0,this.isRenamed=!1,this.isImage=!1,this.isViewable=!1,this.isEditable=!1,this.isCompressible=!0,this.isBeingDeleted=!1,this.isSelected=!1,this.isDisabled=!1,this.canBeReShared=!1,this.haveThumbnail=!1,this.setShares(m("shares",s)),Object.assign(this,s),this.path=`${e}/${this.path!=="."?`${this.path}/`:""}${this.root?.alias||this.name}`,this.mime=this.getMime(this.mime,h,i),this.updateHTimeAgo(this.mtime),this.setMimeUrl(),this.setHSize(),this.setRoot(h),this.updateNbBadges()}get dataUrl(){return`${c}/${this.path}`}get taskUrl(){return`${b}/${this.path}`}get thumbnailUrl(){return`${d}/${this.path}`}fallBackMimeUrl(){this.mimeUrl=O}rename(s){this.name=s,this.path=[...this.path.split("/").slice(0,-1),this.name].join("/")}updateMime(s){this.mime=s,this.setMimeUrl()}updateHTimeAgo(s){s??=u(null,!0),this.hTimeAgo=n(s).fromNow(!0),this.newly=g(s)}createLock(s){this.lock=s}removeLock(){this.lock=null}getExtension(){let s=this.name.lastIndexOf(".");return s>=0?this.name.slice(s+1).toLowerCase():""}getType(s){return this.isDir?s?S:M:l}getMime(s,e,h){if(this.isDir)return this.isViewable=!1,this.getType(e);if(!s||s===l)return this.isViewable=!0,this.shortMime=t.TEXT,this.getType(e);let i=this.getExtension(),o=s.indexOf("-"),a=o>=0?s.slice(0,o):s;return i===t.PDF?(this.shortMime=t.PDF,this.isViewable=!0,this.isEditable=h.onlyoffice===!0,s):h.collabora===!0&&T.has(i)||h.onlyoffice===!0&&I.has(i)?(this.shortMime=t.DOCUMENT,this.isEditable=!0,this.isViewable=!0,s):i==="mp4"?(this.isViewable=!0,this.shortMime=t.MEDIA,this.haveThumbnail=!0,s):a===t.IMAGE?(this.shortMime=t.IMAGE,this.isImage=!0,this.isViewable=!0,this.haveThumbnail=!0,s):a==="video"||a==="audio"?(this.shortMime=t.MEDIA,this.isViewable=!0,this.haveThumbnail=!0,s):A.has(s)?(this.isCompressible=!1,this.isViewable=!1,s):(B.has(i)||(this.shortMime=t.TEXT,this.isViewable=!0,this.isEditable=!0),s)}setMimeUrl(){this.mimeUrl=y(this.mime)}setRoot(s){this.root&&(this.root.enabled===!1&&(this.isDisabled=!0),this.root.hPerms=E(this.root.permissions,this.isDir?[]:[r.DELETE,r.ADD]),this.root?.owner?.login&&(this.root.owner.avatarUrl=p(this.root.owner.login)),this.canBeReShared=s&&r.SHARE_OUTSIDE in this.root.hPerms)}setHSize(){this.hSize=this.isDir?"\u25CF":f(this.size,0,!0)}setShares(s){if(s?.length){for(let e of s)e.type===0?this.shares.push(e):this.links.push(e);this.updateNbBadges()}}updateNbBadges(){this.galleryBadges=[],this.lock&&this.galleryBadges.push("lock"),this.shares.length&&this.galleryBadges.push("shares"),this.spaces.length&&this.galleryBadges.push("spaces"),this.links.length&&this.galleryBadges.push("links"),this.syncs.length&&this.galleryBadges.push("syncs"),this.hasComments&&this.galleryBadges.push("comments"),this.nbBadges=this.galleryBadges.length}};export{N as a};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{Eb as h}from"./chunk-ZYNBYM7I.js";import{Va as n,X as r,bb as l,ia as t,za as o}from"./chunk-CFXAKPPB.js";var m=".selected",c="drag-over";var x=(()=>{let e=class e{constructor(){this.overFlowX="hidden",this.resizeOffset=80,this.useMaxHeight=!0,this.elementRef=t(o),this.renderer=t(n),this.layout=t(h),this.renderer.setStyle(this.elementRef.nativeElement,"overflow-y","auto"),this.renderer.setStyle(this.elementRef.nativeElement,"scrollbar-width","thin"),this.resizeSubscription=this.layout.resizeEvent.pipe(r(1)).subscribe(()=>this.onResize())}ngAfterViewInit(){this.renderer.setStyle(this.elementRef.nativeElement,"overflow-x",this.overFlowX),this.onResize()}ngOnDestroy(){this.resizeSubscription.unsubscribe()}scrollTop(){this.renderer.setProperty(this.elementRef.nativeElement,"scrollTop","0")}scrollIntoView(s=0){setTimeout(()=>this.elementRef.nativeElement.scrollTo({left:0,top:s,behavior:"smooth"}),50)}onResize(){this.renderer.setStyle(this.elementRef.nativeElement,this.useMaxHeight?"max-height":"height",`${window.innerHeight-this.resizeOffset-1}px`)}};e.\u0275fac=function(f){return new(f||e)},e.\u0275dir=l({type:e,selectors:[["","appAutoResize",""]],inputs:{overFlowX:"overFlowX",resizeOffset:"resizeOffset",useMaxHeight:"useMaxHeight"}});let i=e;return i})();export{m as a,c as b,x as c};
|