nucliadb-admin-assets 1.0.0.post2036__py3-none-any.whl → 1.0.0.post2063__py3-none-any.whl

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.

Potentially problematic release.


This version of nucliadb-admin-assets might be problematic. Click here for more details.

@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunknucliadb_admin=self.webpackChunknucliadb_admin||[]).push([[789],{1789:(En,B,a)=>{a.r(B),a.d(B,{SYNC_ROUTES:()=>$n});var e=a(4438),g=a(177),S=a(6489),I=a(1413),le=a(1584),f=a(5964),p=a(5558),M=a(6977);const v="assets/connector-logos";var k=function(o){return o.PENDING="PENDING",o.PROCESSING="PROCESSING",o.UPLOADED="UPLOADED",o.ERROR="ERROR",o}(k||{}),x=a(4412),h=a(7673),y=a(8141),b=a(6697),u=a(6354),O=a(9437),C=a(2542);const pe={id:"sitemap",title:"Sitemap",logo:`${v}/sitemap.svg`,description:"Upload web pages from a sitemap.xml",permanentSyncOnly:!0,factory:()=>new ue};class ue{constructor(){this.hasServerSideAuth=!1,this.isExternal=!0,this.allowToSelectFolders=!1,this.canSyncSecurityGroups=!1}getStaticFolders(){return[{uuid:"",title:"Sitemap",originalId:"SITEMAP",metadata:{},status:k.PENDING}]}getParametersSections(){return(0,h.of)([{id:"url",title:"sync.connectors.sitemap.url.section-title",fields:[{id:"sitemap",label:"sync.connectors.sitemap.url.label",type:"text",required:!0,pattern:/.+\.(ashx|xml)/,placeholder:"https://my-website.com/sitemap.xml"}]},{id:"restrict-indexation",title:"sync.connectors.common.restrict-indexation.title",description:"sync.connectors.common.restrict-indexation.description",badge:"generic.badge.optional",fields:[{id:"cssSelector",label:"sync.connectors.common.css.label",help:"sync.connectors.common.css.help",type:"text",required:!1,placeholder:".main-content"},{id:"xpathSelector",label:"sync.connectors.common.xpath.label",help:"sync.connectors.common.xpath.help",type:"text",required:!1,placeholder:'//div[@id="main"]'}]},{id:"web-scraping-helpers",title:"sync.connectors.common.web-scraping-helpers.title",description:"sync.connectors.common.web-scraping-helpers.description",badge:"generic.badge.advanced",fields:[{id:"localExtract",label:"sync.connectors.common.local-extract.label",help:"sync.connectors.common.local-extract.help",type:"boolean",required:!1},{id:"headers",label:"sync.connectors.common.headers.label",help:"sync.connectors.common.headers.help",type:"table",required:!1},{id:"cookies",label:"sync.connectors.common.cookies.label",help:"sync.connectors.common.cookies.help",type:"table",required:!1},{id:"localstorage",label:"sync.connectors.common.localstorage.label",help:"sync.connectors.common.localstorage.help",type:"table",required:!1}]}])}handleParameters(s){}cleanAuthData(){throw new Error("Method not implemented.")}getParametersValues(){return{}}goToOAuth(){}authenticate(){return(0,h.of)(!0)}}const me={id:"folder",title:"Folder",logo:`${v}/folder.svg`,description:"Upload a folder from your device",factory:()=>new he};class he{constructor(){this.hasServerSideAuth=!1,this.isExternal=!1,this.allowToSelectFolders=!1,this.files=[],this.path="",this.canSyncSecurityGroups=!1}getStaticFolders(){return this.path?[{uuid:"",title:this.path,originalId:this.path,metadata:{},status:k.PENDING}]:[]}getParametersSections(){return(0,h.of)([{id:"local-path",title:"sync.connectors.folder.local-path.title",description:"sync.connectors.folder.local-path.description",fields:[{id:"path",label:"sync.connectors.folder.local-path.field-label",placeholder:"/Users/alice/Documents or C:\\Users\\Alice\\Documents",type:"text",required:!0}]}])}goToOAuth(){}cleanAuthData(){throw new Error("Method not implemented.")}handleParameters(s){s.path&&(this.path=s.path)}getParametersValues(){return{path:this.path}}authenticate(){return(0,h.of)(!0)}}const D="token",w="refresh";class N{constructor(s,t,n){this.hasServerSideAuth=!0,this.isExternal=!0,this.allowToSelectFolders=!0,this.resumable=!1,this.isAuthenticated=new x.t(!1),this.canSyncSecurityGroups="gdrive"===s,this.name=s,this.id=t,this.path=n}getParametersSections(){return(0,h.of)([])}handleParameters(s){}getParametersValues(){return{token:localStorage.getItem(this.prefixStorageKey(D)),refresh:localStorage.getItem(this.prefixStorageKey(w)),refresh_endpoint:`${this.path}/api/external_auth/${this.name}/refresh`}}cleanAuthData(){localStorage.removeItem(this.prefixStorageKey(D)),localStorage.removeItem(this.prefixStorageKey(w))}goToOAuth(s,t){if(t&&this.cleanAuthData(),localStorage.getItem(this.prefixStorageKey(D)))this.isAuthenticated.next(!0);else{const i=`${this.path}/api/external_auth/${this.name}/authorize`;window.electron?window.electron.openExternal(`${i}?redirect=nuclia-desktop://index.html`):location.href=`${i}?redirect=${s}`}}authenticate(){if(!this.isAuthenticated.getValue()){const s=setInterval(()=>{const t=function _e(){let o=location.search;if(!o&&location.href.includes("#")){const s=location.href.split("#")[1];o=s.includes("?")?"?"+s.split("?")[1]:"?"+s}return o&&o.includes("#")&&!o.includes("?")&&(o=o.replace("#","?")),o}();if(t&&t.includes("?")){const n=new URLSearchParams(t.split("?")[1]),i=n.get("token")||"",c=n.get("refresh")||"";clearInterval(s),i?(localStorage.setItem(this.prefixStorageKey(D),i),localStorage.setItem(this.prefixStorageKey(w),c||""),this.isAuthenticated.next(!0)):this.isAuthenticated.next(!1)}},500)}return this.isAuthenticated.asObservable()}prefixStorageKey(s){return`${this.name}-${this.id}-${s}`}getStaticFolders(){return[]}}const Y="SHAREPOINT_SITE_NAME";class ge extends N{constructor(s,t,n){super(s,t,n)}getParametersSections(){return(0,h.of)([{id:"account",title:"sync.connectors.sharepoint.account.title",fields:[{id:"site_name",label:"sync.connectors.sharepoint.site.label",type:"text",required:!0}]}])}handleParameters(s){localStorage.setItem(Y,s.site_name)}getParametersValues(){return{...super.getParametersValues(),site_name:localStorage.getItem(Y)}}}const fe={id:"confluence",title:"Confluence",logo:`${v}/confluence.svg`,description:"Collaboration platform developed by Atlassian",helpUrl:"https://docs.nuclia.dev/docs/docs/using/sync-agent#confluence-connector-usage",deprecated:!0,factory:()=>new ye},L="CONFLUENCE_TOKEN";class ye{constructor(){this.hasServerSideAuth=!1,this.isExternal=!1,this.allowToSelectFolders=!0,this.canSyncSecurityGroups=!1}getParametersSections(){return(0,h.of)([{id:"account",title:"sync.connectors.confluence.account.title",description:"sync.connectors.confluence.account.description",fields:[{id:"url",label:"sync.connectors.confluence.url.label",type:"text",placeholder:"https://my-site.atlassian.net/wiki",required:!0},{id:"user",label:"sync.connectors.confluence.user.label",type:"text",placeholder:"me@mycompany.com",required:!0},{id:"token",label:"sync.connectors.confluence.token.label",type:"text",required:!0}]}])}handleParameters(s){localStorage.setItem(L,s.token)}getParametersValues(){return{token:localStorage.getItem(L)}}goToOAuth(s,t){return(0,h.of)(!0)}cleanAuthData(){throw new Error("Method not implemented.")}authenticate(){return(0,h.of)(!!this.getParametersValues().token)}getStaticFolders(){return[]}}const be={id:"rss",title:"RSS",logo:`${v}/rss.svg`,description:"Upload web pages from a RSS feed",permanentSyncOnly:!0,factory:()=>new Ce};class Ce{constructor(){this.hasServerSideAuth=!1,this.isExternal=!0,this.allowToSelectFolders=!1,this.canSyncSecurityGroups=!1}getStaticFolders(){return[{uuid:"",title:"RSS",originalId:"rss",metadata:{},status:k.PENDING}]}getParametersSections(){return(0,h.of)([{id:"url",title:"sync.connectors.rss.url.label",fields:[{id:"url",label:"sync.connectors.rss.url.label",type:"text",required:!0,placeholder:"https://rss-feed-url"}]},{id:"restrict-indexation",title:"sync.connectors.common.restrict-indexation.title",description:"sync.connectors.common.restrict-indexation.description",badge:"generic.badge.optional",fields:[{id:"cssSelector",label:"sync.connectors.common.css.label",help:"sync.connectors.common.css.help",type:"text",required:!1,placeholder:".main-content"},{id:"xpathSelector",label:"sync.connectors.common.xpath.label",help:"sync.connectors.common.xpath.help",type:"text",required:!1,placeholder:'//div[@id="main"]'}]},{id:"web-scraping-helpers",title:"sync.connectors.common.web-scraping-helpers.title",description:"sync.connectors.common.web-scraping-helpers.description",badge:"generic.badge.advanced",fields:[{id:"localExtract",label:"sync.connectors.common.local-extract.label",help:"sync.connectors.common.local-extract.help",type:"boolean",required:!1},{id:"headers",label:"sync.connectors.common.headers.label",help:"sync.connectors.common.headers.help",type:"table",required:!1},{id:"cookies",label:"sync.connectors.common.cookies.label",help:"sync.connectors.common.cookies.help",type:"table",required:!1},{id:"localstorage",label:"sync.connectors.common.localstorage.label",help:"sync.connectors.common.localstorage.help",type:"table",required:!1}]}])}handleParameters(s){}cleanAuthData(){throw new Error("Method not implemented.")}getParametersValues(){return{}}goToOAuth(){}authenticate(){return(0,h.of)(!0)}}var Se=a(5512),ve=a(1626);const J="http://localhost:8090",Q="NUCLIA_SYNC_SERVER",W="NUCLIA_SYNC_SERVER_TYPE";let $=(()=>{class o{constructor(t,n,i,c){this.sdk=t,this.http=n,this.config=i,this.notificationService=c,this.connectors={gdrive:{definition:{id:"gdrive",title:"Google Drive",logo:`${v}/gdrive.svg`,description:"File storage and synchronization service developed by Google",permanentSyncOnly:!0,deprecated:!0,factory:d=>new N("gdrive",d?.id||"",this.config.getOAuthServer())}},onedrive:{definition:{id:"onedrive",title:"One Drive",logo:`${v}/onedrive.svg`,description:"Microsoft OneDrive file hosting service",permanentSyncOnly:!0,deprecated:!0,factory:d=>new N("onedrive",d?.id||"",this.config.getOAuthServer())}},sharepoint:{definition:{id:"sharepoint",title:"SharePoint",logo:`${v}/sharepoint.svg`,description:"Microsoft Sharepoint service",permanentSyncOnly:!0,deprecated:!0,factory:d=>new ge("sharepoint",d?.id||"",this.config.getOAuthServer())}},dropbox:{definition:{id:"dropbox",title:"Dropbox",logo:`${v}/dropbox.svg`,description:"File storage and synchronization service developed by Dropbox",permanentSyncOnly:!0,deprecated:!0,factory:d=>new N("dropbox",d?.id||"",this.config.getOAuthServer())}},folder:{definition:me},sitemap:{definition:pe},confluence:{definition:fe},rss:{definition:be}},this.connectorsObs=new x.t(Object.values(this.connectors).map(d=>d.definition).filter(d=>!d.deprecated)),this._syncServer=new x.t({serverUrl:localStorage.getItem(Q)||J,type:localStorage.getItem(W)||"desktop"}),this.syncServer=this._syncServer.asObservable(),this._isServerDown=new x.t(!0),this._currentSyncId=new x.t(null),this._syncCache=new x.t({}),this._cacheUpdated=new x.t((new Date).toISOString()),this._isSyncing=new x.t({}),this.isServerDown=this._isServerDown.asObservable(),this.currentSyncId=this._currentSyncId.asObservable(),this.serverHeaders={token:this.sdk.nuclia.auth.getToken(!0)},this.cacheUpdated=this._cacheUpdated.asObservable(),this.isSyncing=this._isSyncing.asObservable()}getConnectorDefinition(t){return this.connectors[t]?.definition}getConnector(t,n){const i=this.connectors[t];i.instances||(i.instances={});const c=i.instances;return c[n]||(c[n]=i.definition.factory({id:n})),c[n]}getCurrentSync(){return this.currentSyncId.pipe((0,f.p)(t=>!!t),(0,p.n)(t=>this.getSync(t)))}getSync(t){const n=this._syncCache.getValue();return n[t]?(0,h.of)(n[t]):this.http.get(`${this._syncServer.getValue().serverUrl}/sync/${t}`,{headers:this.serverHeaders}).pipe((0,y.M)(i=>{n[t]=i,this._syncCache.next(n)}))}addSync(t){return this.sdk.currentKb.pipe((0,b.s)(1),(0,p.n)(n=>this.sdk.nuclia.options.standalone?(0,h.of)({...t,kb:{...this.sdk.nuclia.options,knowledgeBox:n.id}}):this.getNucliaKey(n).pipe((0,u.T)(i=>({...t,kb:{zone:this.sdk.nuclia.options.zone,backend:this.sdk.nuclia.options.backend,knowledgeBox:i.kbid,apiKey:i.token}})))),(0,p.n)(n=>this.http.post(`${this._syncServer.getValue().serverUrl}/sync`,n,{headers:this.serverHeaders})),(0,y.M)(()=>{const n=this._syncCache.getValue();n[t.id]=t,this._syncCache.next(n),this._cacheUpdated.next((new Date).toISOString())}),(0,u.T)(()=>{}))}updateSync(t,n,i){return this.http.patch(`${this._syncServer.getValue().serverUrl}/sync/${t}`,{...n,lastSyncGMT:i?"1970-01-01":void 0},{headers:this.serverHeaders}).pipe((0,y.M)(()=>{const c=this._syncCache.getValue();c[t]={...c[t],...n},this._syncCache.next(c),this._cacheUpdated.next((new Date).toISOString())}))}deleteSync(t){return this.http.delete(`${this._syncServer.getValue().serverUrl}/sync/${t}`,{headers:this.serverHeaders}).pipe((0,y.M)(()=>{const n=this._syncCache.getValue();delete n[t],this._syncCache.next(n),this._cacheUpdated.next((new Date).toISOString())}))}hasCurrentSourceAuth(){return this.getCurrentSyncId()?this.http.get(`${this._syncServer.getValue().serverUrl}/sync/${this.getCurrentSyncId()}/auth`).pipe((0,u.T)(n=>n.hasAuth)):(0,h.of)(!1)}getSyncsForKB(t){return this.isServerDown.pipe((0,p.n)(n=>n?(0,h.of)([]):this.http.get(`${this._syncServer.getValue().serverUrl}/sync/kb/${t}`).pipe((0,u.T)(i=>i.map(c=>({...c,kbId:t,connectorId:c.connector,connector:this.getConnector(c.connector,"")})).filter(c=>c.kbId===t)))))}getFiles(t){return this.http.get(`${this._syncServer.getValue().serverUrl}/sync/${this.getCurrentSyncId()}/files/search${t?`?query=${t}`:""}`)}getFolders(t){return this.http.get(`${this._syncServer.getValue().serverUrl}/sync/${this.getCurrentSyncId()}/folders`,{headers:this.serverHeaders})}canSelectFiles(t){const n=this._syncCache.getValue()[t];return n&&!("sitemap"===n.connector.name||"folder"===n.connector.name||"rss"===n.connector.name)}getNucliaKey(t){return t.createKeyForService({title:"Sync",role:"SCONTRIBUTOR"},this.getExpirationDate()).pipe((0,u.T)(n=>({...n,kbid:t.id})))}getExpirationDate(){const t=new Date;return t.setFullYear(t.getFullYear()+1),Math.floor(t.getTime()/1e3).toString()}serverStatus(t){return this.http.get(`${t}/status`).pipe((0,O.W)(()=>(0,h.of)({running:!1,logs:["Server down"]})),(0,u.T)(n=>((n.logs||[]).forEach(i=>console.log("[SERVER]",i)),{running:n.running})))}setSyncServer(t,n){localStorage.setItem(Q,t||""),localStorage.setItem(W,n),this._syncServer.next({serverUrl:t||"",type:n}),t&&this.serverStatus(t).subscribe(i=>{this.setServerStatus(!i.running)})}authenticateToConnector(t,n){return n.authenticate().pipe((0,f.p)(i=>i),(0,b.s)(1),(0,p.n)(()=>this.updateSync(this.getCurrentSyncId()||"",{connector:{name:t,parameters:n.getParametersValues()}})),(0,u.T)(()=>(n.cleanAuthData(),!0)))}getCurrentSyncId(){return this._currentSyncId.getValue()}setCurrentSyncId(t){this._currentSyncId.next(t)}clearCurrentSourceId(){this._currentSyncId.next(null)}getLogs(t,n){return this.http.get(`${this._syncServer.getValue().serverUrl}/logs${t?"/"+t:""}${n?"/"+n:""}`).pipe((0,u.T)(i=>i.sort((c,d)=>{const T=(0,Se.T)(c.createdAt,d.createdAt);return 0===T?c.action.startsWith("start")?1:-1:T})))}clearLogs(){return this.http.delete(`${this._syncServer.getValue().serverUrl}/logs`)}getSyncServer(){return this._syncServer.getValue().serverUrl}setServerStatus(t){t&&!this._isServerDown.value&&this.notificationService.pushNotifications([{type:"sync-server",data:[],timestamp:(new Date).toISOString(),unread:!0,failure:!0}]),this._isServerDown.next(t)}triggerSync(t,n=!1){return this._isSyncing.next({...this._isSyncing.value,[t]:!0}),(n?this.updateSync(t,{},!0).pipe((0,u.T)(()=>!0)):(0,h.of)(!0)).pipe((0,p.n)(()=>this.http.get(`${this._syncServer.getValue().serverUrl}/sync/execute/${t}`)),(0,y.M)(()=>this._isSyncing.next({...this._isSyncing.value,[t]:!1})),(0,O.W)(c=>(console.warn("Trigger sync failed:",c),this._isSyncing.next({...this._isSyncing.value,[t]:!1}),(0,h.of)())))}static{this.\u0275fac=function(n){return new(n||o)(e.KVO(C.ok),e.KVO(ve.Qq),e.KVO(C.M),e.KVO(C.JE))}}static{this.\u0275prov=e.jDH({token:o,factory:o.\u0275fac,providedIn:"root"})}}return o})(),xe=(()=>{class o{constructor(){this.unsubscribeAll=new I.B,this.syncService=(0,e.WQX)($)}ngOnInit(){let t=!1,n=0;(0,le.O)(0,5e3).pipe((0,f.p)(()=>{const c=n>=(t?12:0);return n++,c}),(0,p.n)(()=>this.syncService.serverStatus(this.syncService.getSyncServer())),(0,M.Q)(this.unsubscribeAll)).subscribe(i=>{t=i.running,n=0,this.syncService.setServerStatus(!t)})}ngOnDestroy(){this.unsubscribeAll.next(),this.unsubscribeAll.complete()}static{this.\u0275fac=function(n){return new(n||o)}}static{this.\u0275cmp=e.VBU({type:o,selectors:[["ng-component"]],decls:1,vars:0,template:function(n,i){1&n&&e.nrm(0,"router-outlet")},dependencies:[g.MD,S.n3],encapsulation:2,changeDetection:0})}}return o})();var r=a(671),Te=a(9874),E=a(4929);let Fe=(()=>{class o{constructor(){this.title="",this.logo="",this.disabled=!1,this.selectConnector=new e.bkB}static{this.\u0275fac=function(n){return new(n||o)}}static{this.\u0275cmp=e.VBU({type:o,selectors:[["nsy-connector"]],inputs:{title:"title",logo:"logo",disabled:[2,"disabled","disabled",e.L39]},outputs:{selectConnector:"selectConnector"},features:[e.GFd],decls:5,vars:3,consts:[[3,"cardClick","disabled"],[1,"connector"],["size","large",3,"path"]],template:function(n,i){1&n&&(e.j41(0,"pa-card",0),e.bIt("cardClick",function(d){return i.selectConnector.emit(d)}),e.j41(1,"div",1),e.nrm(2,"pa-icon",2),e.j41(3,"div"),e.EFF(4),e.k0s()()()),2&n&&(e.Y8G("disabled",i.disabled),e.R7$(2),e.Y8G("path",i.logo),e.R7$(2),e.JRh(i.title))},dependencies:[g.MD,r.ALJ,Te.i,r.V3x,E.R],styles:['@charset "UTF-8";.connector[_ngcontent-%COMP%]{align-items:center;display:flex;flex-direction:column;gap:.5rem;width:6rem}'],changeDetection:0})}}return o})();var _=a(8018),m=a(2938),l=a(9417),P=a(3606),Ie=a(820),H=a(6812),X=a(3085),A=a(4899),Re=a(7481),Me=a(3257),ke=a(6010),z=a(5472),K=a(9435),Z=a(3107),$e=a(7839),Ee=a(4099),q=a(4684),Pe=a(9122);const ee=(o,s)=>s.id,je=()=>({section:"activity"});function Ge(o,s){1&o&&(e.j41(0,"nsi-dropdown-button",17),e.EFF(1),e.nI1(2,"translate"),e.k0s()),2&o&&(e.R7$(),e.SpI(" ",e.bMT(2,1,"sync.home-page.setup-server.on-desktop.download-dropdown")," "))}function Oe(o,s){if(1&o&&(e.j41(0,"nsi-badge"),e.EFF(1),e.nI1(2,"translate"),e.k0s(),e.DNE(3,Ge,3,3,"nsi-dropdown-button",17)),2&o){const t=e.XpG(2);e.R7$(),e.JRh(e.bMT(2,2,"sync.badge.inactive")),e.R7$(2),e.vxM(t.downloadSyncAgentFeature?3:-1)}}function De(o,s){1&o&&(e.j41(0,"nsi-badge",16),e.EFF(1),e.nI1(2,"translate"),e.k0s()),2&o&&(e.R7$(),e.JRh(e.bMT(2,1,"sync.badge.active")))}function Ne(o,s){if(1&o&&(e.DNE(0,Oe,4,4),e.nI1(1,"async"),e.DNE(2,De,3,3,"nsi-badge",16)),2&o){const t=e.XpG();e.vxM(e.bMT(1,1,t.inactiveServer)?0:2)}}function we(o,s){1&o&&(e.j41(0,"nsi-badge"),e.EFF(1),e.nI1(2,"translate"),e.k0s()),2&o&&(e.R7$(),e.JRh(e.bMT(2,1,"sync.badge.inactive")))}function Xe(o,s){1&o&&(e.j41(0,"nsi-badge",16),e.EFF(1),e.nI1(2,"translate"),e.k0s()),2&o&&(e.R7$(),e.JRh(e.bMT(2,1,"sync.badge.active")))}function Ae(o,s){if(1&o&&(e.j41(0,"div",13),e.DNE(1,we,3,3,"nsi-badge"),e.nI1(2,"async"),e.DNE(3,Xe,3,3,"nsi-badge",16),e.j41(4,"pa-input",18),e.EFF(5," Server URL "),e.k0s(),e.j41(6,"pa-button",19),e.EFF(7),e.nI1(8,"translate"),e.k0s()()),2&o){const t=e.XpG();e.R7$(),e.vxM(e.bMT(2,3,t.inactiveServer)?1:3),e.R7$(5),e.Y8G("disabled",!t.serverUrlChanged),e.R7$(),e.SpI(" ",e.bMT(8,5,"generic.save")," ")}}function Ve(o,s){if(1&o){const t=e.RV6();e.j41(0,"nsy-connector",20),e.nI1(1,"async"),e.nI1(2,"translate"),e.nI1(3,"async"),e.bIt("selectConnector",function(){const i=e.eBV(t).$implicit,c=e.XpG();return e.Njj(c.onSelectConnector(i))}),e.k0s()}if(2&o){const t=s.$implicit,n=e.XpG();e.Y8G("paTooltip",e.bMT(2,6,e.bMT(1,4,n.inactiveServer)?"sync.home-page.add-sources.disabled-source-tooltip":""))("disabled",e.bMT(3,8,n.inactiveServer))("title",t.title)("logo",t.logo)}}function Ue(o,s){1&o&&(e.j41(0,"nsi-info-card",21),e.EFF(1),e.nI1(2,"translate"),e.k0s()),2&o&&(e.R7$(),e.JRh(e.bMT(2,1,"sync.home-page.sync-list.empty-info")))}function Be(o,s){if(1&o&&(e.j41(0,"div",25),e.nrm(1,"pa-icon",33),e.EFF(2),e.k0s()),2&o){const t=s;e.R7$(),e.Y8G("path",t.logo),e.R7$(),e.SpI(" ",t.title," ")}}function Ye(o,s){if(1&o&&e.nrm(0,"pa-datetime",28),2&o){const t=e.XpG().$implicit;e.Y8G("datetime",t.lastSyncGMT)}}function Le(o,s){1&o&&e.EFF(0," \u2013 ")}function Je(o,s){if(1&o&&(e.j41(0,"pa-option",30),e.EFF(1),e.nI1(2,"translate"),e.k0s()),2&o){const t=e.XpG().$implicit;e.Y8G("routerLink","./"+t.id+"/edit"),e.R7$(),e.SpI(" ",e.bMT(2,2,"sync.home-page.sync-list.menu.edit-folders")," ")}}function Qe(o,s){if(1&o){const t=e.RV6();e.j41(0,"pa-table-row")(1,"pa-table-cell")(2,"a",24),e.EFF(3),e.k0s()(),e.j41(4,"pa-table-cell"),e.DNE(5,Be,3,2,"div",25),e.k0s(),e.j41(6,"pa-table-cell")(7,"div",26),e.EFF(8),e.k0s()(),e.j41(9,"pa-table-cell")(10,"pa-toggle",27),e.bIt("valueChange",function(i){const c=e.eBV(t).$implicit,d=e.XpG(3);return e.Njj(d.toggleSync(c.id,i))}),e.EFF(11),e.k0s()(),e.j41(12,"pa-table-cell")(13,"div",26),e.DNE(14,Ye,1,1,"pa-datetime",28)(15,Le,1,0),e.k0s()(),e.j41(16,"pa-table-cell-menu")(17,"pa-button",29),e.EFF(18," Menu "),e.k0s(),e.j41(19,"pa-dropdown",null,0)(21,"pa-option",30),e.EFF(22),e.nI1(23,"translate"),e.k0s(),e.DNE(24,Je,3,4,"pa-option",30),e.j41(25,"pa-option",31),e.EFF(26),e.nI1(27,"translate"),e.k0s(),e.j41(28,"pa-option",32),e.bIt("selectOption",function(){const i=e.eBV(t).$implicit,c=e.XpG(3);return e.Njj(c.deleteSync(i))}),e.EFF(29),e.nI1(30,"translate"),e.k0s()()()()}if(2&o){let t;const n=s.$implicit,i=e.sdS(20),c=e.XpG(3);e.R7$(2),e.Y8G("routerLink","./"+n.id),e.R7$(),e.SpI(" ",n.title," "),e.R7$(2),e.vxM((t=null==c.connectors[n.connectorId]?null:c.connectors[n.connectorId].definition)?5:-1,t),e.R7$(3),e.JRh(n.totalSyncedResources),e.R7$(2),e.Y8G("value",!n.disabled),e.R7$(),e.SpI(" ",n.disabled?"Off":"On"," "),e.R7$(3),e.vxM("1970-01-01"!==n.lastSyncGMT?14:15),e.R7$(3),e.Y8G("paPopup",i),e.R7$(4),e.Y8G("routerLink","./"+n.id+"/edit"),e.R7$(),e.SpI(" ",e.bMT(23,15,"sync.home-page.sync-list.menu.edit-settings")," "),e.R7$(2),e.vxM(n.connector.allowToSelectFolders?24:-1),e.R7$(),e.Y8G("routerLink","./"+n.id)("queryParams",e.lJ4(21,je)),e.R7$(),e.SpI(" ",e.bMT(27,17,"sync.home-page.sync-list.menu.activity-logs")," "),e.R7$(3),e.SpI(" ",e.bMT(30,19,"sync.home-page.sync-list.menu.delete")," ")}}function We(o,s){if(1&o&&(e.j41(0,"pa-table",22),e.nrm(1,"pa-table-sortable-header",23),e.Z7z(2,Qe,31,22,"pa-table-row",null,ee),e.k0s()),2&o){const t=e.XpG(),n=e.XpG();e.R7$(),e.Y8G("cells",n.syncTableHeader),e.R7$(),e.Dyx(t)}}function He(o,s){1&o&&e.DNE(0,Ue,3,3,"nsi-info-card",21)(1,We,4,1,"pa-table",22),2&o&&e.vxM(0===s.length?0:1)}let ze=(()=>{class o{constructor(){this.router=(0,e.WQX)(S.Ix),this.currentRoute=(0,e.WQX)(S.nX),this.syncService=(0,e.WQX)($),this.sdk=(0,e.WQX)(C.ok),this.toaster=(0,e.WQX)(m._g),this.modalService=(0,e.WQX)(m.w8),this.translate=(0,e.WQX)(_.c$),this.unsubscribeAll=new I.B,this.downloadSyncAgentFeature=!1,this.inactiveServer=this.syncService.isServerDown,this.syncAgentForm=new l.gE({type:new l.MJ("desktop",{nonNullable:!0}),serverUrl:new l.MJ("",{nonNullable:!0,validators:[l.k0.required]})}),this.connectors=this.syncService.connectors,this.connectorList=this.syncService.connectorsObs.pipe((0,u.T)(t=>t.sort((n,i)=>n.title.localeCompare(i.title)))),this.serverUrlBackup="",this.syncs=this.syncService.cacheUpdated.pipe((0,p.n)(()=>this.sdk.currentKb),(0,p.n)(t=>this.syncService.getSyncsForKB(t.id))),this.syncTableHeader=[new r.A3f({id:"name",label:"sync.home-page.sync-list.table-columns.name"}),new r.A3f({id:"connector",label:"sync.home-page.sync-list.table-columns.connector"}),new r.A3f({id:"resources",label:"sync.home-page.sync-list.table-columns.resources"}),new r.A3f({id:"sync",label:"sync.home-page.sync-list.table-columns.sync"}),new r.A3f({id:"latest-sync",label:"sync.home-page.sync-list.table-columns.latest-sync",sortable:!0}),new r.A3f({id:"actions",label:"sync.home-page.sync-list.table-columns.actions"})]}get syncAgentOnServer(){return"server"===this.syncAgentForm.controls.type.value}get syncAgentTypeControl(){return this.syncAgentForm.controls.type}get syncServerUrl(){return this.syncAgentForm.controls.serverUrl.value}get serverUrlChanged(){return this.serverUrlBackup!==this.syncServerUrl}ngOnInit(){this.syncService.syncServer.pipe((0,b.s)(1)).subscribe(t=>{this.syncAgentForm.patchValue(t),this.serverUrlBackup=t.serverUrl}),this.syncAgentTypeControl.valueChanges.pipe((0,M.Q)(this.unsubscribeAll)).subscribe(()=>this.saveSyncServer())}ngOnDestroy(){this.unsubscribeAll.next(),this.unsubscribeAll.complete()}saveSyncServer(){if(this.syncAgentForm.valid){const t=this.syncAgentForm.getRawValue();this.syncService.setSyncServer("server"===t.type?t.serverUrl:J,t.type)}}onSelectConnector(t){this.router.navigate(["./add",t.id],{relativeTo:this.currentRoute})}deleteSync(t){this.modalService.openConfirm({title:this.translate.instant("sync.confirm.deletion.title",{title:t.title}),description:"sync.confirm.deletion.description",isDestructive:!0,confirmLabel:"generic.delete"}).onClose.pipe((0,f.p)(n=>!!n),(0,p.n)(()=>this.syncService.deleteSync(t.id))).subscribe({error:()=>this.toaster.error("sync.details.toast.deletion-failed")})}toggleSync(t,n){this.syncService.updateSync(t,{disabled:!n}).subscribe({error:()=>this.toaster.error(n?"sync.details.toast.activating-failed":"sync.details.toast.disabling-failed")})}static{this.\u0275fac=function(n){return new(n||o)}}static{this.\u0275cmp=e.VBU({type:o,selectors:[["ng-component"]],decls:56,vars:44,consts:[["syncMenu",""],[1,"page-spacing"],[1,"page-title"],[1,"page-description"],[1,"section-description"],[1,"title-l"],[1,"setup-sync-agent",3,"ngSubmit","formGroup"],["formControlName","type"],[1,"radio-config-row"],["value","desktop",3,"help"],[1,"title-m"],[1,"separator-line"],["value","server",3,"help"],[1,"inline-form"],[1,"connector-list"],[3,"paTooltip","disabled","title","logo"],["kind","success"],["aspect","basic"],["formControlName","serverUrl",1,"server-url"],["type","submit",3,"disabled"],[3,"selectConnector","paTooltip","disabled","title","logo"],["icon","info"],["border","","columns","repeat(5, 1fr) 96px"],[3,"cells"],[1,"body-m","black-link",3,"routerLink"],[1,"logo-title"],[1,"body-s"],["labelOnRight","",3,"valueChange","value"],[3,"datetime"],["icon","more-vertical","aspect","basic","size","small",3,"paPopup"],[3,"routerLink"],[3,"routerLink","queryParams"],["destructive","",3,"selectOption"],["size","small",3,"path"]],template:function(n,i){if(1&n&&(e.j41(0,"div",1)(1,"div")(2,"h1",2),e.EFF(3),e.nI1(4,"translate"),e.k0s(),e.j41(5,"p",3),e.EFF(6),e.nI1(7,"translate"),e.k0s()(),e.j41(8,"section")(9,"div",4)(10,"div",5),e.EFF(11),e.nI1(12,"translate"),e.k0s(),e.j41(13,"div",3),e.EFF(14),e.nI1(15,"translate"),e.k0s()(),e.j41(16,"form",6),e.bIt("ngSubmit",function(){return i.saveSyncServer()}),e.j41(17,"pa-radio-group",7)(18,"div",8)(19,"pa-radio",9),e.nI1(20,"translate"),e.j41(21,"span",10),e.EFF(22),e.nI1(23,"translate"),e.k0s()(),e.DNE(24,Ne,3,3),e.k0s(),e.nrm(25,"div",11),e.j41(26,"div",8)(27,"pa-radio",12),e.nI1(28,"translate"),e.j41(29,"span",10),e.EFF(30),e.nI1(31,"translate"),e.k0s()(),e.DNE(32,Ae,9,7,"div",13),e.k0s()()()(),e.nrm(33,"div",11),e.j41(34,"section")(35,"div",4)(36,"div",5),e.EFF(37),e.nI1(38,"translate"),e.k0s(),e.j41(39,"div",3),e.EFF(40),e.nI1(41,"translate"),e.k0s()(),e.j41(42,"div",14),e.Z7z(43,Ve,4,10,"nsy-connector",15,ee),e.nI1(45,"async"),e.k0s()(),e.j41(46,"section")(47,"div",4)(48,"div",5),e.EFF(49),e.nI1(50,"translate"),e.k0s(),e.j41(51,"div",3),e.EFF(52),e.nI1(53,"translate"),e.k0s()(),e.DNE(54,He,2,1),e.nI1(55,"async"),e.k0s()()),2&n){let c;e.R7$(3),e.JRh(e.bMT(4,16,"navbar.sync")),e.R7$(3),e.JRh(e.bMT(7,18,"sync.home-page.description")),e.R7$(5),e.JRh(e.bMT(12,20,"sync.home-page.setup-server.title")),e.R7$(3),e.JRh(e.bMT(15,22,"sync.home-page.setup-server.description")),e.R7$(2),e.Y8G("formGroup",i.syncAgentForm),e.R7$(3),e.Y8G("help",e.bMT(20,24,"sync.home-page.setup-server.on-desktop.radio-help")),e.R7$(3),e.JRh(e.bMT(23,26,"sync.home-page.setup-server.on-desktop.radio-label")),e.R7$(2),e.vxM(i.syncAgentOnServer?-1:24),e.R7$(3),e.Y8G("help",e.bMT(28,28,"sync.home-page.setup-server.on-server.radio-help")),e.R7$(3),e.JRh(e.bMT(31,30,"sync.home-page.setup-server.on-server.radio-label")),e.R7$(2),e.vxM(i.syncAgentOnServer?32:-1),e.R7$(5),e.JRh(e.bMT(38,32,"sync.home-page.add-sources.title")),e.R7$(3),e.JRh(e.bMT(41,34,"sync.home-page.add-sources.description")),e.R7$(3),e.Dyx(e.bMT(45,36,i.connectorList)),e.R7$(6),e.JRh(e.bMT(50,38,"sync.home-page.sync-list.title")),e.R7$(3),e.JRh(e.bMT(53,40,"sync.home-page.sync-list.description")),e.R7$(2),e.vxM((c=e.bMT(55,42,i.syncs))?54:-1,c)}},dependencies:[g.MD,g.Jj,m.nS,Fe,m.vY,r.Ymm,P.Q,r.Rx2,Ie.P,H.P,r.XgI,X.S,r.rkm,A.a,Re.v,Me.u,r.tml,ke.d,l.X1,l.qT,l.BC,l.cb,l.j4,l.JD,_.h,_.D9,r.EGN,z.O,K.e,Z.U,$e.N,Ee.V,S.Wk,r.V3x,E.R,r.Pa6,q.Z,m.IA,r.OgD,Pe.w],styles:['@charset "UTF-8";.page-spacing[_ngcontent-%COMP%]{display:flex;flex-direction:column;gap:2rem}.page-title[_ngcontent-%COMP%]{align-items:center;display:flex;gap:.5rem}section[_ngcontent-%COMP%]{display:flex;flex-direction:column;gap:1rem}section[_ngcontent-%COMP%] .section-description[_ngcontent-%COMP%]{display:flex;flex-direction:column;gap:.25rem}section[_ngcontent-%COMP%] .setup-sync-agent[_ngcontent-%COMP%]{border:1px solid var(--custom-color-neutral-lighter, hsl(0, 0%, 90%));border-radius:.5rem;padding:1.5rem}section[_ngcontent-%COMP%] .setup-sync-agent[_ngcontent-%COMP%] .radio-config-row[_ngcontent-%COMP%]{align-items:center;display:flex;gap:.5rem;justify-content:space-between}section[_ngcontent-%COMP%] .setup-sync-agent[_ngcontent-%COMP%] .radio-config-row[_ngcontent-%COMP%] pa-radio[_ngcontent-%COMP%]{flex:1 0 auto}section[_ngcontent-%COMP%] .setup-sync-agent[_ngcontent-%COMP%] .inline-form[_ngcontent-%COMP%]{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-end}section[_ngcontent-%COMP%] .setup-sync-agent[_ngcontent-%COMP%] pa-input.server-url[_ngcontent-%COMP%] .pa-field-control{width:20rem}@media (min-width: 1440px){section[_ngcontent-%COMP%] .setup-sync-agent[_ngcontent-%COMP%] pa-input.server-url[_ngcontent-%COMP%] .pa-field-control{width:26.5rem}}section[_ngcontent-%COMP%] .separator-line[_ngcontent-%COMP%]{margin:1.5rem 0}section[_ngcontent-%COMP%] .connector-list[_ngcontent-%COMP%]{display:flex;flex-wrap:wrap;gap:1rem}section[_ngcontent-%COMP%] .logo-title[_ngcontent-%COMP%]{font-size:.75rem;line-height:1.25rem;letter-spacing:0;font-weight:400;align-items:center;display:flex;gap:.5rem}section[_ngcontent-%COMP%] pa-table-cell[_ngcontent-%COMP%] pa-toggle[_ngcontent-%COMP%] .pa-toggle-context{gap:.5rem}section[_ngcontent-%COMP%] pa-table-sortable-header[_ngcontent-%COMP%] .pa-table-grid--header{z-index:1}'],changeDetection:0})}}return o})();var Ke=a(6499),Ze=a(6851),qe=a(5119),et=a(5814),tt=a(9285),te=a(6420);const ne=(o,s)=>s.id,nt=(o,s)=>s.value,ot=()=>[];function it(o,s){if(1&o&&(e.j41(0,"pa-input",25),e.EFF(1),e.nI1(2,"translate"),e.k0s()),2&o){const t=e.XpG().$implicit;e.Y8G("formControlName",t.id)("placeholder",t.placeholder)("help",t.help),e.R7$(),e.SpI(" ",e.bMT(2,4,t.label)," ")}}function st(o,s){if(1&o&&(e.j41(0,"pa-toggle",26),e.EFF(1),e.nI1(2,"translate"),e.k0s()),2&o){const t=e.XpG().$implicit;e.Y8G("formControlName",t.id)("help",t.help),e.R7$(),e.SpI(" ",e.bMT(2,3,t.label)," ")}}function ct(o,s){if(1&o&&(e.j41(0,"pa-option",29),e.EFF(1),e.nI1(2,"translate"),e.k0s()),2&o){const t=s.$implicit;e.Y8G("disabled",t.disabled)("value",t.value),e.R7$(),e.SpI(" ",e.bMT(2,3,t.label)," ")}}function at(o,s){if(1&o&&(e.j41(0,"pa-select",27),e.Z7z(1,ct,3,5,"pa-option",29,nt),e.k0s()),2&o){const t=e.XpG().$implicit;e.Y8G("formControlName",t.id)("label",t.label)("help",t.help),e.R7$(),e.Dyx(t.options)}}function rt(o,s){if(1&o&&(e.j41(0,"pa-textarea",26),e.EFF(1),e.k0s()),2&o){const t=e.XpG().$implicit;e.Y8G("formControlName",t.id)("help",t.help),e.R7$(),e.SpI(" ",t.label," ")}}function lt(o,s){if(1&o&&(e.j41(0,"p"),e.EFF(1),e.nI1(2,"translate"),e.k0s()),2&o){const t=e.XpG(2).$implicit;e.R7$(),e.JRh(e.bMT(2,1,t.help))}}function dt(o,s){1&o&&(e.j41(0,"nsi-info-card",31),e.EFF(1),e.nI1(2,"translate"),e.k0s()),2&o&&(e.R7$(),e.SpI(" ",e.bMT(2,1,"sync.form-validation.extra-parameters-incomplete")," "))}function pt(o,s){if(1&o){const t=e.RV6();e.j41(0,"div",28)(1,"label"),e.EFF(2),e.nI1(3,"translate"),e.k0s(),e.DNE(4,lt,3,3,"p"),e.j41(5,"app-parameters-table",30),e.bIt("valuesChange",function(i){e.eBV(t);const c=e.XpG().$implicit,d=e.XpG(3);return e.Njj(d.updateTable(c.id,i))}),e.k0s(),e.DNE(6,dt,3,3,"nsi-info-card",31),e.k0s()}if(2&o){const t=e.XpG().$implicit,n=e.XpG(3);e.R7$(2),e.JRh(e.bMT(3,4,t.label)),e.R7$(2),e.vxM(t.help?4:-1),e.R7$(),e.Y8G("values",n.tables[t.id]||e.lJ4(6,ot)),e.R7$(),e.vxM(n.invalidTables.includes(t.id)?6:-1)}}function ut(o,s){if(1&o&&e.DNE(0,it,3,6,"pa-input",25)(1,st,3,5,"pa-toggle",26)(2,at,3,3,"pa-select",27)(3,rt,2,3,"pa-textarea",26)(4,pt,7,7,"div",28),2&o){let t;e.vxM("text"===(t=s.$implicit.type)?0:"boolean"===t?1:"select"===t?2:"textarea"===t?3:"table"===t?4:-1)}}function mt(o,s){if(1&o&&(e.j41(0,"nsi-two-columns-configuration-item",5)(1,"div",2),e.Z7z(2,ut,5,1,null,null,ne),e.k0s()()),2&o){const t=s.$implicit;e.Y8G("badge",t.badge)("itemTitle",t.title)("description",t.description||""),e.R7$(2),e.Dyx(t.fields)}}function ht(o,s){1&o&&(e.j41(0,"nsi-two-columns-configuration-item",6)(1,"div",32)(2,"pa-toggle",33),e.EFF(3),e.nI1(4,"translate"),e.k0s()()()),2&o&&(e.R7$(3),e.SpI(" ",e.bMT(4,1,"sync.add-page.security-group.toggle-label")," "))}function _t(o,s){if(1&o){const t=e.RV6();e.j41(0,"nsi-label",34),e.bIt("removeLabel",function(){const i=e.eBV(t).$implicit,c=e.XpG(2);return e.Njj(c.removeLabel(i))}),e.EFF(1),e.k0s()}if(2&o){const t=s.$implicit;e.Y8G("color",t.color),e.R7$(),e.SpI(" ",t.label," ")}}function gt(o,s){if(1&o){const t=e.RV6();e.j41(0,"nsi-label",35),e.bIt("removeLabel",function(){const i=e.eBV(t).$implicit,c=e.XpG(2);return e.Njj(c.removeExtension(i))}),e.EFF(1),e.k0s()}if(2&o){const t=s.$implicit;e.R7$(),e.SpI(" ",t," ")}}function ft(o,s){if(1&o){const t=e.RV6();e.j41(0,"form",0)(1,"nsi-two-columns-configuration-item",1)(2,"div",2)(3,"pa-input",3),e.EFF(4),e.nI1(5,"translate"),e.k0s()()(),e.qex(6,4),e.Z7z(7,mt,4,3,"nsi-two-columns-configuration-item",5,ne),e.nI1(9,"async"),e.bVm(),e.DNE(10,ht,5,3,"nsi-two-columns-configuration-item",6),e.j41(11,"nsi-two-columns-configuration-item",7)(12,"div",2)(13,"div",8)(14,"app-label-dropdown",9),e.nI1(15,"async"),e.nI1(16,"async"),e.bIt("selectionChange",function(i){e.eBV(t);const c=e.XpG();return e.Njj(c.updateLabelSelection(i))}),e.EFF(17),e.nI1(18,"translate"),e.k0s(),e.j41(19,"span",10),e.EFF(20),e.nI1(21,"translate"),e.k0s(),e.j41(22,"pa-button",11),e.bIt("click",function(){e.eBV(t);const i=e.XpG();return e.Njj(i.createLabelSet())}),e.EFF(23),e.nI1(24,"translate"),e.k0s()(),e.j41(25,"div",12),e.Z7z(26,_t,2,2,"nsi-label",13,e.fX1),e.k0s()()(),e.j41(28,"nsi-two-columns-configuration-item",14)(29,"div",2)(30,"nsi-info-card"),e.EFF(31),e.nI1(32,"translate"),e.k0s(),e.j41(33,"div",15)(34,"div",16)(35,"pa-select",17)(36,"pa-option",18),e.EFF(37),e.nI1(38,"translate"),e.k0s(),e.j41(39,"pa-option",19),e.EFF(40),e.nI1(41,"translate"),e.k0s()(),e.j41(42,"pa-input",20),e.EFF(43),e.nI1(44,"translate"),e.k0s()(),e.j41(45,"div",12),e.Z7z(46,gt,2,1,"nsi-label",21,e.fX1),e.k0s(),e.j41(48,"div",22)(49,"label"),e.EFF(50),e.nI1(51,"translate"),e.k0s(),e.j41(52,"div",16),e.nrm(53,"pa-date-picker",23),e.nI1(54,"translate"),e.nrm(55,"pa-date-picker",24),e.nI1(56,"translate"),e.k0s()()()()()()}if(2&o){const t=e.XpG();e.Y8G("formGroup",t.form),e.R7$(),e.Y8G("noTopBorder",t.noTopBorder),e.R7$(3),e.JRh(e.bMT(5,17,"sync.add-page.connector-name.field-label")),e.R7$(3),e.Dyx(e.bMT(9,19,t.connector.getParametersSections())),e.R7$(3),e.vxM(t.connector.canSyncSecurityGroups?10:-1),e.R7$(4),e.Y8G("labelSets",e.bMT(15,21,t.labelSets))("selection",t.labelSelection)("disabled",!1===e.bMT(16,23,t.hasLabelSet)),e.R7$(3),e.SpI(" ",e.bMT(18,25,"sync.add-page.add-labels.select-labels")," "),e.R7$(3),e.JRh(e.bMT(21,27,"generic.or")),e.R7$(3),e.SpI(" ",e.bMT(24,29,"sync.add-page.add-labels.create-labelset")," "),e.R7$(3),e.Dyx(t.labelSelection),e.R7$(5),e.JRh(e.bMT(32,31,"sync.add-page.filter-resources.file-extension.info")),e.R7$(6),e.SpI(" ",e.bMT(38,33,"sync.add-page.filter-resources.file-extension.include")," "),e.R7$(3),e.SpI(" ",e.bMT(41,35,"sync.add-page.filter-resources.file-extension.exclude")," "),e.R7$(3),e.SpI(" ",e.bMT(44,37,"sync.add-page.filter-resources.file-extension.label")," "),e.R7$(3),e.Dyx(t.extensionList),e.R7$(4),e.JRh(e.bMT(51,39,"sync.add-page.filter-resources.modification-date.label")),e.R7$(3),e.Y8G("label",e.bMT(54,41,"sync.add-page.filter-resources.modification-date.from")),e.R7$(2),e.Y8G("label",e.bMT(56,43,"sync.add-page.filter-resources.modification-date.to"))}}const yt=new RegExp(/[^a-z0-9_-]/g);let oe=(()=>{class o{constructor(){this.labelService=(0,e.WQX)(C.xQ),this.modalService=(0,e.WQX)(m.w8),this.cdr=(0,e.WQX)(e.gRc),this.unsubscribeAll=new I.B,this.noTopBorder=!1,this.validForm=new e.bkB,this.configurationChange=new e.bkB,this.form=new l.gE({name:new l.MJ("",{nonNullable:!0,validators:[l.k0.required]}),syncSecurityGroups:new l.MJ(null),filterResources:new l.gE({extensions:new l.MJ("",{updateOn:"blur"}),extensionUsage:new l.MJ("include",{nonNullable:!0}),from:new l.MJ(""),to:new l.MJ("")}),extra:new l.gE({})}),this.labelSets=this.labelService.resourceLabelSets,this.hasLabelSet=this.labelService.hasResourceLabelSets,this.labelSelection=[],this.extensionList=[],this.tables={},this.invalidTables=[],this._extra={}}set sync(t){if(t){this.connectorParametersBackup=t.connector.parameters;const n={extensions:t.filters?.fileExtensions?.extensions||"",extensionUsage:t.filters?.fileExtensions?.exclude?"exclude":"include",from:t.filters?.modified?.from||"",to:t.filters?.modified?.to||""};this.form.patchValue({name:t.title,syncSecurityGroups:t.syncSecurityGroups,filterResources:n}),this.labelSelection=t.labels||[],this.extensionList=this.formatExtensionList(n.extensions),t.connector.parameters&&Object.entries(t.connector.parameters).forEach(([i,c])=>{"object"!=typeof c?this._extra[i]=c:this.tables[i]=c})}}get extensionsControl(){return this.form.controls.filterResources.controls.extensions}ngOnInit(){this.connector&&this.connector.getParametersSections().subscribe(t=>{t.forEach(n=>n.fields.forEach(i=>{"table"!==i.type&&this.form.controls.extra.addControl(i.id,new l.MJ("",{nonNullable:!0,validators:i.required?[l.k0.required]:[]}))})),Object.keys(this._extra).length>0&&this.form.patchValue({extra:this._extra})}),this.extensionsControl.valueChanges.pipe((0,M.Q)(this.unsubscribeAll)).subscribe(t=>this.extensionList=this.formatExtensionList(t)),this.form.valueChanges.pipe((0,M.Q)(this.unsubscribeAll)).subscribe(()=>{this.validForm.emit(this.form.valid),this.emitSyncEntity()})}ngOnDestroy(){this.unsubscribeAll.next(),this.unsubscribeAll.complete()}updateTable(t,n){this.tables[t]=n,n.some(i=>!(i.value.trim()&&i.key.trim()||!i.value.trim()&&!i.key.trim()))?this.invalidTables.includes(t)||this.invalidTables.push(t):this.invalidTables.includes(t)&&(this.invalidTables=this.invalidTables.filter(i=>i!==t)),this.cdr.markForCheck(),this.emitSyncEntity()}createLabelSet(){this.modalService.openModal(C.Tv,new r.S6u({data:{kind:Ke.po.RESOURCES}}))}updateLabelSelection(t){this.labelSets.pipe((0,b.s)(1),(0,f.p)(n=>!!n),(0,u.T)(n=>n)).subscribe(n=>{this.labelSelection=t.map(i=>({...i,color:n[i.labelset]?.color})),this.emitSyncEntity()})}removeExtension(t){const n=this.extensionList.filter(i=>i!==t);this.extensionsControl.patchValue(n.join(", "))}removeLabel(t){this.labelSelection=this.labelSelection.filter(n=>!(n.labelset===t.labelset&&n.label===t.label)),this.emitSyncEntity()}formatExtensionList(t){return t&&t.length>0?t.split(",").map(n=>n.trim()).filter(n=>!!n):[]}emitSyncEntity(){if(!this.connectorId)return;const t=this.form.getRawValue(),n=t.name,i=(Math.random()+1).toString(36).substring(7),c=`${this.kbId}-${n?.toLowerCase().replace(yt,"-")}-${i}`,d={fileExtensions:t.filterResources.extensions?{extensions:t.filterResources.extensions,exclude:"exclude"===t.filterResources.extensionUsage}:void 0,modified:t.filterResources.from||t.filterResources.to?{from:t.filterResources.from||void 0,to:t.filterResources.to||void 0}:void 0},T=Object.entries(t.extra||{}).reduce((j,[G,U])=>({...j,[G]:U}),{}),F=Object.entries(this.tables).reduce((j,[G,U])=>(j[G]=U.filter(re=>!(!re.key.trim()||!re.value.trim())),j),{}),R={id:c,title:n,labels:this.labelSelection,filters:d,connector:{name:this.connectorId,parameters:{...this.connectorParametersBackup,...F,...T}}};null!==t.syncSecurityGroups&&(R.syncSecurityGroups=t.syncSecurityGroups),this.configurationChange.emit(R)}static{this.\u0275fac=function(n){return new(n||o)}}static{this.\u0275cmp=e.VBU({type:o,selectors:[["nsy-configuration-form"]],inputs:{connector:"connector",connectorId:"connectorId",kbId:"kbId",sync:"sync",noTopBorder:[2,"noTopBorder","noTopBorder",e.L39]},outputs:{validForm:"validForm",configurationChange:"configurationChange"},features:[e.GFd],decls:1,vars:1,consts:[[3,"formGroup"],["itemTitle","sync.add-page.connector-name.title","description","sync.add-page.connector-name.description",3,"noTopBorder"],[1,"form-container"],["formControlName","name"],["formGroupName","extra"],[3,"badge","itemTitle","description"],["itemTitle","sync.add-page.security-group.title","description","sync.add-page.security-group.description","badge","generic.badge.advanced"],["badge","generic.badge.optional","itemTitle","sync.add-page.add-labels.title","description","sync.add-page.add-labels.description"],[1,"inline-form","full-width"],["aspect","basic","fullWidth","",3,"selectionChange","labelSets","selection","disabled"],[1,"separator-word","body-s"],["icon","circle-plus","aspect","basic","iconAndText","",1,"full-width",3,"click"],[1,"inline-form","small-gap"],[3,"color"],["badge","generic.badge.optional","itemTitle","sync.add-page.filter-resources.title","description","sync.add-page.filter-resources.description"],["formGroupName","filterResources",1,"form-container"],[1,"inline-form","full-width","small-gap"],["formControlName","extensionUsage"],["value","include"],["value","exclude"],["id","extension","placeholder",".pdf,.docx","formControlName","extensions"],["neutral",""],[1,"label-field-container"],["formControlName","from",3,"label"],["formControlName","to",3,"label"],[3,"formControlName","placeholder","help"],[3,"formControlName","help"],[3,"formControlName","label","help"],[1,"table-container"],[3,"disabled","value"],[3,"valuesChange","values"],["type","warning","icon","warning"],[1,"form-container","toggle-container"],["withBackground","","formControlName","syncSecurityGroups"],[3,"removeLabel","color"],["neutral","",3,"removeLabel"]],template:function(n,i){1&n&&e.DNE(0,ft,57,45,"form",0),2&n&&e.vxM(i.connector?0:-1)},dependencies:[g.MD,g.Jj,m.IA,m._8,l.X1,l.qT,l.BC,l.cb,l.j4,l.JD,l.$R,r.XgI,X.S,Ze.w,qe.Q,H.P,C.Qy,C.Bo,et.L,r.Ymm,P.Q,_.h,_.D9,r.OYn,tt.I,m.OE,te.U,r.rkm,A.a],styles:['@charset "UTF-8";.toggle-container[_ngcontent-%COMP%] pa-toggle[_ngcontent-%COMP%] .pa-toggle-context{justify-content:space-between}.table-container[_ngcontent-%COMP%] nsi-info-card[_ngcontent-%COMP%]{margin-top:.75rem}'],changeDetection:0})}}return o})();var bt=a(1943),ie=a(7670);const Ct=o=>({total:o}),St=o=>({count:o});function vt(o,s){1&o&&e.nrm(0,"nsi-spinner")}function xt(o,s){if(1&o){const t=e.RV6();e.j41(0,"nsi-folder-tree",3),e.bIt("selectionChange",function(i){e.eBV(t);const c=e.XpG(2);return e.Njj(c.updateSelection(i))}),e.k0s()}if(2&o){const t=e.XpG(2);e.Y8G("selection",t.selection)("folderTree",t.folders)}}function Tt(o,s){if(1&o&&e.nrm(0,"nsi-folder-list",2),2&o){const t=e.XpG(2);e.Y8G("folders",t.selectedPaths)}}function Ft(o,s){if(1&o&&e.DNE(0,xt,1,2,"nsi-folder-tree",1)(1,Tt,1,1,"nsi-folder-list",2),2&o){const t=e.XpG();e.vxM(t.seeAll?0:1)}}let V=(()=>{class o{constructor(){this.syncService=(0,e.WQX)($),this.toaster=(0,e.WQX)(m._g),this.cdr=(0,e.WQX)(e.gRc),this.selectedSyncItems=new e.bkB,this.searchQuery=new l.MJ("",{nonNullable:!0}),this.totalFolders=0,this.selectionCount=0,this.loading=!1,this.seeAll=!0,this.selection=[],this.selectedPaths=[],this.syncItems=[],this.selectedIds=[]}ngOnInit(){this.updateSelection((this.sync.foldersToSync||[]).map(t=>({id:t.uuid,path:t.metadata.path}))),this.loadFolders()}updateView(t){this.seeAll="left"===t}updateSelection(t){this.selection=t,this.selectedPaths=t.map(n=>n.path),this.selectedIds=t.map(n=>n.id),this.selectionCount=t.length,this.selectedSyncItems.emit(this.syncItems.filter(n=>this.selectedIds.includes(n.uuid))),this.cdr.markForCheck()}loadFolders(t){this.loading=!0,this.syncService.getFolders(t?.value||"").pipe((0,O.W)(n=>(n&&this.toaster.error("string"==typeof n?n:n.error?.message||n.error||n.message||"An error occurred"),(0,h.of)({items:[],nextPage:void 0}))),(0,bt.S)((n,i)=>n.concat(i.items),[]),(0,u.T)(n=>[{uuid:"root",originalId:"/",title:"/",status:k.PENDING,metadata:{path:"/"}},...n]),(0,u.T)(n=>n.sort((i,c)=>i.metadata.path.localeCompare(c.metadata.path))),(0,y.M)(n=>{this.totalFolders=n.length,this.syncItems=n}),(0,u.T)(n=>this.getFolderTreeFromSyncItems(n))).subscribe({next:n=>{this.loading=!1,this.folders=n,this.cdr.markForCheck()}})}getFolderTreeFromSyncItems(t){const n={id:"root",path:"/",title:"/",expanded:!0,children:{}};return t.filter(i=>"root"!==i.uuid).forEach(i=>{const c=i.metadata.path,d=i.originalId,T={id:d,title:i.title,path:c,displayPath:i.metadata.displayPath||c,children:{}};if("/"===c)n.children[d]=T;else{let R,F=n;c.split("/").slice(1,-1).forEach(G=>{F&&(R=F.children?.[G],R&&(F=R))}),F.children?F.children[d]=T:F.children={[d]:T}}}),n}static{this.\u0275fac=function(n){return new(n||o)}}static{this.\u0275cmp=e.VBU({type:o,selectors:[["nsy-folder-selection"]],inputs:{sync:"sync"},outputs:{selectedSyncItems:"selectedSyncItems"},decls:7,vars:14,consts:[[3,"activeChange","leftButton","rightButton"],[3,"selection","folderTree"],[3,"folders"],[3,"selectionChange","selection","folderTree"]],template:function(n,i){1&n&&(e.j41(0,"header"),e.nrm(1,"div"),e.j41(2,"nsi-segmented-buttons",0),e.nI1(3,"translate"),e.nI1(4,"translate"),e.bIt("activeChange",function(d){return i.updateView(d)}),e.k0s()(),e.DNE(5,vt,1,0,"nsi-spinner")(6,Ft,2,1)),2&n&&(e.R7$(2),e.Y8G("leftButton",e.i5U(3,4,"sync.folder-selection.see-all",e.eq3(10,Ct,i.totalFolders)))("rightButton",e.i5U(4,7,"sync.folder-selection.see-selection",e.eq3(12,St,i.selectionCount))),e.R7$(3),e.vxM(i.loading?5:-1),e.R7$(),e.vxM(i.folders?6:-1))},dependencies:[g.MD,m.Sq,m.sH,r.Ymm,r.XgI,l.X1,m.vI,m.J4,ie.t,_.h,_.D9],styles:['@charset "UTF-8";header[_ngcontent-%COMP%]{display:flex;justify-content:space-between;margin-bottom:1rem}header[_ngcontent-%COMP%] pa-input[_ngcontent-%COMP%]{width:30rem}'],changeDetection:0})}}return o})();const It=o=>({connector:o}),Rt=(o,s)=>({index:o,total:s});function Mt(o,s){if(1&o&&(e.j41(0,"div")(1,"h1",2),e.nrm(2,"pa-icon",3),e.EFF(3),e.nI1(4,"translate"),e.k0s(),e.j41(5,"p",4),e.EFF(6),e.nI1(7,"translate"),e.k0s()()),2&o){const t=s,n=e.XpG();e.R7$(2),e.Y8G("path",t.logo),e.R7$(),e.SpI(" ",e.i5U(4,3,"sync.add-page.title",e.eq3(8,It,t.title))," "),e.R7$(3),e.JRh(e.bMT(7,6,"sync.add-page.description."+n))}}function kt(o,s){if(1&o&&(e.DNE(0,Mt,8,10,"div"),e.nI1(1,"async")),2&o){let t;const n=e.XpG();e.vxM((t=e.bMT(1,1,n.connectorDefinition))?0:-1,t)}}function $t(o,s){1&o&&e.nrm(0,"nsi-spinner")}function Et(o,s){if(1&o){const t=e.RV6();e.j41(0,"nsy-configuration-form",6),e.nI1(1,"async"),e.nI1(2,"async"),e.bIt("configurationChange",function(i){e.eBV(t);const c=e.XpG(3);return e.Njj(c.updateConfiguration(i))})("validForm",function(i){e.eBV(t);const c=e.XpG(3);return e.Njj(c.validForm=i)}),e.k0s()}if(2&o){const t=e.XpG(2),n=e.XpG();e.Y8G("sync",n.sync)("kbId",e.bMT(1,4,n.kbId))("connector",t)("connectorId",e.bMT(2,6,n.connectorId))}}function Pt(o,s){if(1&o){const t=e.RV6();e.j41(0,"nsy-folder-selection",8),e.bIt("selectedSyncItems",function(i){e.eBV(t);const c=e.XpG(4);return e.Njj(c.updateSelection(i))}),e.k0s()}if(2&o){const t=e.XpG(4);e.Y8G("sync",t.sync)}}function jt(o,s){if(1&o&&e.DNE(0,Pt,1,1,"nsy-folder-selection",7),2&o){const t=e.XpG(3);e.vxM(t.sync?0:-1)}}function Gt(o,s){if(1&o&&(e.EFF(0),e.nI1(1,"translate")),2&o){const t=e.XpG(),n=e.XpG(3);e.SpI(" ",e.i5U(1,1,"sync.add-page.footer.steps",e.l_i(4,Rt,n.step(),t.length))," ")}}function Ot(o,s){if(1&o){const t=e.RV6();e.j41(0,"pa-button",12),e.bIt("click",function(){e.eBV(t);const i=e.XpG(4);return e.Njj(i.cancel())}),e.EFF(1),e.nI1(2,"translate"),e.k0s()}2&o&&(e.R7$(),e.SpI(" ",e.bMT(2,1,"generic.cancel")," "))}function Dt(o,s){if(1&o){const t=e.RV6();e.j41(0,"pa-button",12),e.bIt("click",function(){e.eBV(t);const i=e.XpG(4);return e.Njj(i.goBack())}),e.EFF(1),e.nI1(2,"translate"),e.k0s()}2&o&&(e.R7$(),e.SpI(" ",e.bMT(2,1,"generic.back")," "))}function Nt(o,s){if(1&o){const t=e.RV6();e.j41(0,"pa-button",13),e.bIt("click",function(){e.eBV(t);const i=e.XpG(4);return e.Njj(i.goNext())}),e.EFF(1),e.nI1(2,"translate"),e.k0s()}if(2&o){const t=e.XpG(4);e.Y8G("disabled",!t.validForm||t.saving),e.R7$(),e.SpI(" ",e.bMT(2,2,"sync.add-page.footer.folder-selection-button")," ")}}function wt(o,s){if(1&o){const t=e.RV6();e.j41(0,"pa-button",13),e.bIt("click",function(){e.eBV(t);const i=e.XpG(4);return e.Njj(i.save())}),e.EFF(1),e.nI1(2,"translate"),e.k0s()}if(2&o){const t=e.XpG(3),n=e.XpG();e.Y8G("disabled",!n.validForm||t.allowToSelectFolders&&0===n.folderSelection.length||n.saving),e.R7$(),e.SpI(" ",e.bMT(2,2,"sync.add-page.footer.save-button")," ")}}function Xt(o,s){if(1&o&&(e.j41(0,"nsi-sticky-footer")(1,"div",9),e.DNE(2,Gt,2,7),e.k0s(),e.DNE(3,Ot,3,3,"pa-button",10)(4,Dt,3,3,"pa-button",10)(5,Nt,3,4,"pa-button",11)(6,wt,3,4,"pa-button",11),e.k0s()),2&o){const t=s,n=e.XpG(3);e.R7$(2),e.vxM(t.length>1?2:-1),e.R7$(),e.vxM(1===n.step()?3:4),e.R7$(2),e.vxM(t.length>1&&n.step()<t.length?5:6)}}function At(o,s){if(1&o&&(e.DNE(0,Et,3,8,"nsy-configuration-form",5)(1,jt,1,1)(2,Xt,7,3,"nsi-sticky-footer"),e.nI1(3,"async")),2&o){let t,n;const i=e.XpG(2);e.vxM(1===(t=i.step())?0:2===t?1:-1),e.R7$(2),e.vxM((n=e.bMT(3,2,i.steps))?2:-1,n)}}function Vt(o,s){if(1&o&&(e.j41(0,"div"),e.DNE(1,$t,1,0,"nsi-spinner")(2,At,4,4),e.k0s()),2&o){const t=e.XpG();e.R7$(),e.vxM(t.loading?1:2)}}let se=(()=>{class o{constructor(){this.router=(0,e.WQX)(S.Ix),this.currentRoute=(0,e.WQX)(S.nX),this.sdk=(0,e.WQX)(C.ok),this.syncService=(0,e.WQX)($),this.modalService=(0,e.WQX)(m.w8),this.translate=(0,e.WQX)(_.c$),this.toaster=(0,e.WQX)(m._g),this.cdr=(0,e.WQX)(e.gRc),this.connectorId=this.currentRoute.params.pipe((0,f.p)(t=>t.connector),(0,u.T)(t=>t.connector)),this.connectorDefinition=this.connectorId.pipe((0,u.T)(t=>this.syncService.getConnectorDefinition(t))),this.connector=this.connectorId.pipe((0,u.T)(t=>this.syncService.getConnector(t,""))),this.kbId=this.sdk.currentKb.pipe((0,u.T)(t=>t.id)),this.steps=this.connector.pipe((0,u.T)(t=>t.allowToSelectFolders?["configuration","folder-selection"]:["configuration"])),this.stepIndex=(0,e.vPA)(0),this.step=(0,e.EWP)(()=>this.stepIndex()+1),this.validForm=!1,this.folderSelection=[],this.loading=!1,this.saving=!1}get backPath(){return this.syncId?"../../..":"../.."}ngOnInit(){this.currentRoute.params.pipe((0,f.p)(t=>!!t.syncId),(0,b.s)(1),(0,y.M)(t=>{this.loading=!0,this.cdr.markForCheck(),this.syncId=t.syncId,this.syncService.setCurrentSyncId(this.syncId),this.validForm=!0}),(0,p.n)(()=>this.syncService.getSync(this.syncId)),(0,y.M)(t=>{this.sync=t,this.configuration=t,this.cdr.markForCheck()}),(0,p.n)(t=>this.syncService.hasCurrentSourceAuth().pipe((0,y.M)(n=>{n&&(this.loading=!1,this.cdr.markForCheck())}),(0,f.p)(n=>!n),(0,u.T)(()=>this.syncService.getConnector(t.connector.name,t.id)),(0,p.n)(n=>this.syncService.authenticateToConnector(t.connector.name,n))))).subscribe({next:()=>{this._goNext(),this.loading=!1,this.cdr.markForCheck(),this.router.navigate([],{queryParams:{}})},error:()=>this.toaster.error("sync.details.authentication.fail")})}goBack(){this.stepIndex()>0&&this.stepIndex.update(t=>t-1)}goNext(){if(!this.configuration)return;const t=this.configuration;this.syncId?this._goNext():this.connectorDefinition.pipe((0,b.s)(1),(0,p.n)(n=>this.modalService.openConfirm({title:this.translate.instant("sync.add-page.confirm-authenticate.title",{connector:n.title}),description:this.translate.instant("sync.add-page.confirm-authenticate.description"),confirmLabel:this.translate.instant("sync.add-page.confirm-authenticate.confirm-button")}).onClose),(0,f.p)(n=>!!n),(0,p.n)(()=>this._createSync(t)),(0,p.n)(n=>this._onSuccessfulCreation(n,t))).subscribe({error:n=>{console.warn(n),this.toaster.error("sync.add-page.toast.generic-error")}})}cancel(){this.syncId?this.modalService.openConfirm({title:"sync.confirm.cancel-oauth.title",description:"sync.confirm.cancel-oauth.description",isDestructive:!0,confirmLabel:"sync.confirm.cancel-oauth.confirm-label",cancelLabel:"sync.confirm.cancel-oauth.cancel-label"}).onClose.pipe((0,f.p)(t=>!!t),(0,p.n)(()=>this.syncService.deleteSync(this.syncId))).subscribe({next:()=>this.router.navigate([this.backPath],{relativeTo:this.currentRoute})}):this.router.navigate([this.backPath],{relativeTo:this.currentRoute})}save(){if(!this.configuration)return;this.saving=!0;const t=this.configuration;if(this.syncId){if(this.folderSelection.length>0){const n=this.syncId;this.syncService.updateSync(n,{foldersToSync:this.folderSelection},!0).pipe((0,p.n)(()=>this._syncCreationDone(n))).subscribe({error:i=>this._errorHandler(i)})}}else this._createSync(t).pipe((0,p.n)(n=>this._onSuccessfulCreation(n,t))).subscribe({error:n=>this._errorHandler(n)})}updateConfiguration(t){this.configuration=t}updateSelection(t){this.folderSelection=t}_goNext(){this.steps.pipe((0,b.s)(1)).subscribe(t=>{this.stepIndex()<t.length&&this.stepIndex.update(n=>n+1)})}_createSync(t){return this.syncService.addSync(t).pipe((0,y.M)(()=>this.syncService.setCurrentSyncId(t.id)),(0,u.T)(()=>this.syncService.getConnector(t.connector.name,t.id)),(0,p.n)(n=>n.allowToSelectFolders?(0,h.of)(n):("function"==typeof n.handleParameters&&n.handleParameters(t.connector.parameters),this.syncService.updateSync(t.id,{foldersToSync:n.getStaticFolders()}).pipe((0,u.T)(()=>this.syncService.getConnector(t.connector.name,t.id))))))}_onSuccessfulCreation(t,n){if(t.hasServerSideAuth){let i=location.href.split("/sync/add/")[0];return this.sdk.nuclia.options.standalone&&(i=i.replace("#/","")),t.goToOAuth(`${i}/sync/add/${n.connector.name}/${n.id}`,!0),(0,h.of)()}return this._syncCreationDone(n.id)}_syncCreationDone(t){return(0,h.of)(!0).pipe((0,y.M)(()=>{this.router.navigate([this.syncId?`../../../${t}`:`../../${t}`],{relativeTo:this.currentRoute})}),(0,p.n)(()=>(this.toaster.success("sync.details.toast.triggering-sync-success"),this.syncService.triggerSync(t).pipe((0,O.W)(()=>(this.toaster.error("sync.details.toast.triggering-sync-failed"),(0,h.of)()))))))}_errorHandler(t){this.saving=!1,console.warn(t),this.toaster.error("sync.add-page.toast.generic-error")}static{this.\u0275fac=function(n){return new(n||o)}}static{this.\u0275cmp=e.VBU({type:o,selectors:[["nsy-add-sync-page"]],decls:8,vars:10,consts:[[1,"page-spacing"],[3,"link"],[1,"page-title"],["size","large",3,"path"],[1,"page-description"],[3,"sync","kbId","connector","connectorId"],[3,"configurationChange","validForm","sync","kbId","connector","connectorId"],[3,"sync"],[3,"selectedSyncItems","sync"],["footerNote",""],["aspect","basic"],["kind","primary",3,"disabled"],["aspect","basic",3,"click"],["kind","primary",3,"click","disabled"]],template:function(n,i){if(1&n&&(e.j41(0,"div",0)(1,"nsi-back-button",1),e.EFF(2),e.nI1(3,"translate"),e.k0s(),e.DNE(4,kt,2,3),e.nI1(5,"async"),e.DNE(6,Vt,3,1,"div"),e.nI1(7,"async"),e.k0s()),2&n){let c,d;e.R7$(),e.Y8G("link",i.backPath),e.R7$(),e.SpI(" ",e.bMT(3,4,"sync.add-page.back-button")," "),e.R7$(2),e.vxM((c=e.bMT(5,6,i.connectorId))?4:-1,c),e.R7$(2),e.vxM((d=e.bMT(7,8,i.connector))?6:-1,d)}},dependencies:[g.MD,g.Jj,m.Xp,r.Ymm,P.Q,r.V3x,E.R,m.o3,_.h,_.D9,oe,V,m.J4,ie.t],styles:['@charset "UTF-8";.page-spacing[_ngcontent-%COMP%]{display:flex;flex-direction:column;gap:2rem}.page-title[_ngcontent-%COMP%]{align-items:center;display:flex;gap:.5rem}.inline-form[_ngcontent-%COMP%] pa-select[_ngcontent-%COMP%]{flex:0 0 auto;min-width:8rem;width:fit-content}.inline-form[_ngcontent-%COMP%] pa-input[_ngcontent-%COMP%]{max-width:unset}'],changeDetection:0})}}return o})();var Ut=a(4572),Bt=a(2885);const Yt=["activitySection"],ce=(o,s)=>s.id;function Lt(o,s){if(1&o&&(e.j41(0,"div",3)(1,"label"),e.EFF(2),e.nI1(3,"translate"),e.k0s(),e.j41(4,"div",13),e.EFF(5),e.nI1(6,"translate"),e.k0s()(),e.nrm(7,"div",4)),2&o){const t=e.XpG();e.R7$(2),e.JRh(e.bMT(3,2,"sync.details.settings.synchronize-security-groups")),e.R7$(3),e.SpI(" ",e.bMT(6,4,t.sync.syncSecurityGroups?"sync.details.settings.boolean.true":"sync.details.settings.boolean.false")," ")}}function Jt(o,s){if(1&o&&(e.j41(0,"nsi-label",6),e.EFF(1),e.k0s()),2&o){const t=s.$implicit;e.Y8G("color",t.color),e.R7$(),e.SpI(" ",t.label," ")}}function Qt(o,s){1&o&&e.EFF(0," \u2013 ")}function Wt(o,s){if(1&o&&(e.j41(0,"nsi-label",14),e.EFF(1),e.k0s()),2&o){const t=s.$implicit;e.R7$(),e.SpI(" ",t," ")}}function Ht(o,s){1&o&&e.EFF(0," \u2013 ")}function zt(o,s){1&o&&(e.j41(0,"div",5),e.Z7z(1,Wt,2,1,"nsi-label",14,e.fX1,!1,Ht,1,0),e.k0s()),2&o&&(e.R7$(),e.Dyx(s.extensions.split(", ")))}function Kt(o,s){1&o&&e.EFF(0," \u2013 ")}function Zt(o,s){if(1&o&&(e.EFF(0),e.nI1(1,"translate"),e.nrm(2,"pa-datetime",15),e.EFF(3),e.nI1(4,"translate"),e.nrm(5,"pa-datetime",15)),2&o){const t=s;e.SpI(" ",e.bMT(1,4,"sync.details.settings.modification-date.from")," "),e.R7$(2),e.Y8G("datetime",t.from),e.R7$(),e.SpI(" ",e.bMT(4,6,"sync.details.settings.modification-date.to")," "),e.R7$(2),e.Y8G("datetime",t.to)}}function qt(o,s){1&o&&e.EFF(0," \u2013 ")}function en(o,s){if(1&o&&(e.j41(0,"div"),e.EFF(1),e.k0s()),2&o){const t=e.XpG().$implicit,n=e.XpG(3);e.R7$(),e.JRh(n.sync.connector.parameters[t.id]||"_")}}function tn(o,s){if(1&o&&e.nrm(0,"app-parameters-table",17),2&o){const t=e.XpG().$implicit,n=e.XpG(3);e.Y8G("values",n.sync.connector.parameters[t.id])}}function nn(o,s){1&o&&e.EFF(0," \u2013 ")}function on(o,s){1&o&&e.nrm(0,"div",4)}function sn(o,s){if(1&o&&(e.j41(0,"div",3)(1,"label"),e.EFF(2),e.nI1(3,"translate"),e.k0s(),e.DNE(4,en,2,1,"div")(5,tn,1,1,"app-parameters-table",17)(6,nn,1,0),e.k0s(),e.DNE(7,on,1,0,"div",4)),2&o){const t=s.$implicit,n=s.$index,i=s.$count,c=e.XpG(3);e.R7$(2),e.JRh(e.bMT(3,3,t.label)),e.R7$(2),e.vxM("table"!==t.type?4:c.sync.connector.parameters[t.id].length>0?5:6),e.R7$(3),e.vxM(n!==i-1?7:-1)}}function cn(o,s){if(1&o&&(e.j41(0,"nsi-two-columns-configuration-item",16)(1,"div",2),e.Z7z(2,sn,8,5,null,null,ce),e.k0s()()),2&o){const t=s.$implicit;e.Y8G("itemTitle",t.title)("description",t.description||""),e.R7$(2),e.Dyx(t.fields)}}function an(o,s){if(1&o&&(e.Z7z(0,cn,4,2,"nsi-two-columns-configuration-item",16,ce),e.nI1(2,"async")),2&o){const t=e.XpG();e.Dyx(e.bMT(2,0,t.connector.getParametersSections()))}}function rn(o,s){1&o&&e.nrm(0,"pa-icon",19)}function ln(o,s){1&o&&e.nrm(0,"pa-icon",20)}function dn(o,s){1&o&&e.nrm(0,"pa-icon",21)}function pn(o,s){if(1&o&&(e.j41(0,"pa-table-row")(1,"pa-table-cell")(2,"div",18),e.DNE(3,rn,1,0,"pa-icon",19)(4,ln,1,0,"pa-icon",20)(5,dn,1,0,"pa-icon",21),e.EFF(6),e.k0s()(),e.j41(7,"pa-table-cell")(8,"div",22),e.nrm(9,"pa-datetime",23),e.k0s()()()),2&o){let t;const n=s.$implicit;e.R7$(3),e.vxM("high"===(t=n.level)?3:"medium"===t?4:"low"===t?5:-1),e.R7$(3),e.SpI(" ",n.message," "),e.R7$(3),e.Y8G("datetime",n.createdAt)}}function un(o,s){1&o&&(e.j41(0,"pa-table-row",12)(1,"pa-table-cell")(2,"div",22),e.EFF(3),e.nI1(4,"translate"),e.k0s()()()),2&o&&(e.R7$(3),e.JRh(e.bMT(4,1,"sync.details.activity-log.no-activity")))}let mn=(()=>{class o{constructor(){this.labelService=(0,e.WQX)(C.xQ),this.cdr=(0,e.WQX)(e.gRc),this.currentRoute=(0,e.WQX)(S.nX),this.connector=null,this._logs=[],this.labelSets={},this.coloredLabels=[]}set logs(t){t&&(this._logs=t)}get logs(){return this._logs}ngAfterViewInit(){this.currentRoute.queryParams.pipe((0,f.p)(t=>t.section),(0,u.T)(t=>t.section),(0,b.s)(1)).subscribe({next:t=>{setTimeout(()=>{"activity"===t&&this.activitySection&&this.activitySection.nativeElement.scrollIntoView({behavior:"smooth"})},300)}})}ngOnInit(){this.labelService.resourceLabelSets.pipe((0,b.s)(1),(0,f.p)(t=>!!t),(0,u.T)(t=>t)).subscribe(t=>{this.labelSets=t,this.coloredLabels=this.sync.labels?.map(n=>({...n,color:this.labelSets[n.labelset]?.color}))||[],this.cdr.detectChanges()})}static{this.\u0275fac=function(n){return new(n||o)}}static{this.\u0275cmp=e.VBU({type:o,selectors:[["nsy-sync-settings"]],viewQuery:function(n,i){if(1&n&&e.GBs(Yt,5),2&n){let c;e.mGM(c=e.lsd())&&(i.activitySection=c.first)}},inputs:{sync:"sync",connector:"connector",logs:"logs"},decls:47,vars:25,consts:[["activitySection",""],["noTopBorder","","itemTitle","sync.details.settings.title","description","sync.details.settings.description"],[1,"sync-settings-container"],[1,"body-s","settings-item"],[1,"separator-line"],[1,"row-container"],["readonly","",3,"color"],[1,"body-s","row-container"],["itemTitle","sync.details.activity-log.title","description","sync.details.activity-log.description"],[1,"activity-logs-container"],["border","","columns","2fr 1fr"],["header",""],["last",""],[2,"text-transform","capitalize"],["readonly","","neutral",""],["dateOnly","",3,"datetime"],[3,"itemTitle","description"],["readonly","",3,"values"],[1,"body-s","icon-and-text"],["size","small","name","circle-cross",1,"error"],["size","small","name","warning",1,"warning"],["size","small","name","circle-check",1,"success"],[1,"body-s"],[3,"datetime"]],template:function(n,i){if(1&n&&(e.j41(0,"nsi-two-columns-configuration-item",1)(1,"div",2)(2,"div",3)(3,"label"),e.EFF(4),e.nI1(5,"translate"),e.k0s(),e.j41(6,"div"),e.EFF(7),e.k0s()(),e.nrm(8,"div",4),e.DNE(9,Lt,8,6),e.j41(10,"div",3)(11,"label"),e.EFF(12),e.nI1(13,"translate"),e.k0s(),e.j41(14,"div",5),e.Z7z(15,Jt,2,2,"nsi-label",6,e.fX1,!1,Qt,1,0),e.k0s()(),e.nrm(18,"div",4),e.j41(19,"label"),e.EFF(20),e.nI1(21,"translate"),e.k0s(),e.j41(22,"div",3),e.DNE(23,zt,4,1,"div",5)(24,Kt,1,0),e.k0s(),e.nrm(25,"div",4),e.j41(26,"label"),e.EFF(27),e.nI1(28,"translate"),e.k0s(),e.j41(29,"div",7),e.DNE(30,Zt,6,8)(31,qt,1,0),e.k0s()()(),e.DNE(32,an,3,2),e.j41(33,"nsi-two-columns-configuration-item",8)(34,"div",9,0)(36,"pa-table",10)(37,"pa-table-header")(38,"pa-table-cell",11),e.EFF(39),e.nI1(40,"translate"),e.k0s(),e.j41(41,"pa-table-cell",11),e.EFF(42),e.nI1(43,"translate"),e.k0s()(),e.Z7z(44,pn,10,3,"pa-table-row",null,e.fX1,!1,un,5,3,"pa-table-row",12),e.k0s()()()),2&n){let c,d;e.R7$(4),e.JRh(e.bMT(5,13,"sync.details.settings.name")),e.R7$(3),e.JRh(i.sync.title),e.R7$(2),e.vxM(null!=i.connector&&i.connector.canSyncSecurityGroups?9:-1),e.R7$(3),e.JRh(e.bMT(13,15,"sync.details.settings.labels")),e.R7$(3),e.Dyx(i.coloredLabels),e.R7$(5),e.SpI(" ",e.bMT(21,17,null!=i.sync.filters&&null!=i.sync.filters.fileExtensions&&i.sync.filters.fileExtensions.exclude?"sync.details.settings.file-extensions.excluded":"sync.details.settings.file-extensions.included")," "),e.R7$(3),e.vxM((c=null==i.sync.filters?null:i.sync.filters.fileExtensions)?23:24,c),e.R7$(4),e.JRh(e.bMT(28,19,"sync.details.settings.modification-date.label")),e.R7$(3),e.vxM((d=null==i.sync.filters?null:i.sync.filters.modified)?30:31,d),e.R7$(2),e.vxM(i.connector?32:-1),e.R7$(7),e.JRh(e.bMT(40,21,"sync.details.activity-log.table-header.message")),e.R7$(3),e.JRh(e.bMT(43,23,"sync.details.activity-log.table-header.date")),e.R7$(2),e.Dyx(i.logs)}},dependencies:[g.MD,g.Jj,m._8,_.h,_.D9,m.OE,te.U,r.Pa6,q.Z,r.EGN,z.O,K.e,Z.U,Bt.Bz,r.V3x,E.R,C.Qy],styles:['@charset "UTF-8";.sync-settings-container[_ngcontent-%COMP%]{display:flex;flex-direction:column;gap:.75rem}.sync-settings-container[_ngcontent-%COMP%] .settings-item[_ngcontent-%COMP%]{display:flex;flex-direction:column;gap:.25rem}.sync-settings-container[_ngcontent-%COMP%] .body-s[_ngcontent-%COMP%] + label[_ngcontent-%COMP%]{color:var(--custom-color-neutral-regular, hsl(0, 0%, 44%));font-weight:600}.sync-settings-container[_ngcontent-%COMP%] .row-container[_ngcontent-%COMP%]{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem}.activity-logs-container[_ngcontent-%COMP%] .icon-and-text[_ngcontent-%COMP%]{align-items:center;display:flex;gap:.25rem}.activity-logs-container[_ngcontent-%COMP%] .icon-and-text[_ngcontent-%COMP%] pa-icon[_ngcontent-%COMP%]{display:flex}.activity-logs-container[_ngcontent-%COMP%] .icon-and-text[_ngcontent-%COMP%] .error[_ngcontent-%COMP%], .activity-logs-container[_ngcontent-%COMP%] .icon-and-text[_ngcontent-%COMP%] .warning[_ngcontent-%COMP%]{color:#917e12}.activity-logs-container[_ngcontent-%COMP%] .icon-and-text[_ngcontent-%COMP%] .success[_ngcontent-%COMP%]{color:#16a249}'],changeDetection:0})}}return o})();const hn=o=>({count:o});function _n(o,s){if(1&o){const t=e.RV6();e.j41(0,"header")(1,"pa-input",1),e.EFF(2),e.nI1(3,"translate"),e.k0s(),e.j41(4,"pa-button",2),e.bIt("click",function(){e.eBV(t);const i=e.XpG();return e.Njj(i.editing=!0)}),e.EFF(5),e.nI1(6,"translate"),e.k0s()(),e.j41(7,"div",3),e.EFF(8),e.nI1(9,"translate"),e.k0s(),e.nrm(10,"nsi-folder-list",4)}if(2&o){const t=e.XpG();e.R7$(),e.Y8G("formControl",t.queryControl),e.R7$(),e.SpI(" ",e.bMT(3,6,"sync.folder-selection.search-input-label")," "),e.R7$(3),e.JRh(e.bMT(6,8,"sync.folder-selection.edit-folders-button")),e.R7$(3),e.JRh(e.bMT(9,10,"sync.folder-selection.current-selection")),e.R7$(2),e.Y8G("filtered",!!t.query)("folders",t.selectedFolders)}}function gn(o,s){if(1&o){const t=e.RV6();e.j41(0,"nsy-folder-selection",5),e.bIt("selectedSyncItems",function(i){e.eBV(t);const c=e.XpG();return e.Njj(c.updateSelection(i))}),e.k0s(),e.j41(1,"nsi-sticky-footer")(2,"div",6),e.EFF(3),e.nI1(4,"translate"),e.k0s(),e.j41(5,"pa-button",7),e.bIt("click",function(){e.eBV(t);const i=e.XpG();return e.Njj(i.editing=!1)}),e.EFF(6),e.nI1(7,"translate"),e.k0s(),e.j41(8,"pa-button",8),e.bIt("click",function(){e.eBV(t);const i=e.XpG();return e.Njj(i.saveSelection())}),e.EFF(9),e.nI1(10,"translate"),e.k0s()()}if(2&o){const t=e.XpG();e.Y8G("sync",t.sync),e.R7$(3),e.SpI(" ",e.i5U(4,4,"sync.folder-selection.footer.selection-count",e.eq3(11,hn,t.selectionCount))," "),e.R7$(3),e.SpI(" ",e.bMT(7,7,"generic.cancel")," "),e.R7$(3),e.SpI(" ",e.bMT(10,9,"sync.folder-selection.footer.save-changes")," ")}}let fn=(()=>{class o{constructor(){this.cdr=(0,e.WQX)(e.gRc),this._unsubscribeAll=new I.B,this.selectionChange=new e.bkB,this.editing=!1,this.selection=[],this.selectionCount=0,this.queryControl=new l.MJ("")}set sync(t){this._sync=t,this.updateSelection(t.foldersToSync||[])}get sync(){return this._sync}get selectedFolders(){const t=this.selection.map(i=>i.metadata.displayPath||i.metadata.path)||[],n=this.query?this.query.toLocaleLowerCase():"";return n?t.filter(i=>i.toLocaleLowerCase().includes(n)):t}get query(){return this.queryControl.value}updateSelection(t){this.selection=t,this.selectionCount=this.selection.length,this.cdr.detectChanges()}saveSelection(){this.selectionChange.emit(this.selection),this.editing=!1,this.cdr.markForCheck()}static{this.\u0275fac=function(n){return new(n||o)}}static{this.\u0275cmp=e.VBU({type:o,selectors:[["nsy-folders-tab"]],inputs:{sync:"sync"},outputs:{selectionChange:"selectionChange"},decls:3,vars:1,consts:[[1,"folders-tab"],["icon","search",3,"formControl"],[3,"click"],[1,"title-xxs"],[3,"filtered","folders"],[3,"selectedSyncItems","sync"],["footerNote","",1,"title-xs"],["aspect","basic",3,"click"],["kind","primary",3,"click"]],template:function(n,i){1&n&&(e.j41(0,"div",0),e.DNE(1,_n,11,12)(2,gn,11,13),e.k0s()),2&n&&(e.R7$(),e.vxM(i.editing?i.sync?2:-1:1))},dependencies:[g.MD,V,r.XgI,X.S,r.Ymm,P.Q,_.h,_.D9,r.V3x,m.Sq,m.o3,l.X1,l.BC,l.l_],styles:['@charset "UTF-8";.folders-tab[_ngcontent-%COMP%]{position:relative}.folders-tab[_ngcontent-%COMP%] header[_ngcontent-%COMP%]{display:flex;justify-content:space-between;margin-bottom:1rem}.folders-tab[_ngcontent-%COMP%] header[_ngcontent-%COMP%] pa-input[_ngcontent-%COMP%]{width:30rem}'],changeDetection:0})}}return o})();var yn=a(7725),bn=a(3515);function Cn(o,s){if(1&o){const t=e.RV6();e.j41(0,"div",8)(1,"div",9)(2,"pa-toggle",10),e.bIt("valueChange",function(i){e.eBV(t);const c=e.XpG(3);return e.Njj(c.toggleSync(i))}),e.EFF(3),e.nI1(4,"translate"),e.k0s()(),e.j41(5,"pa-button",11),e.nI1(6,"async"),e.bIt("click",function(){e.eBV(t);const i=e.XpG(3);return e.Njj(i.triggerSync())}),e.EFF(7),e.nI1(8,"translate"),e.k0s(),e.j41(9,"pa-button",12),e.EFF(10),e.nI1(11,"translate"),e.k0s(),e.j41(12,"pa-button",13),e.bIt("click",function(){e.eBV(t);const i=e.XpG(3);return e.Njj(i.deleteSync())}),e.EFF(13),e.nI1(14,"translate"),e.k0s()()}if(2&o){const t=e.XpG(2),n=e.XpG();e.R7$(2),e.Y8G("value",!t.disabled),e.R7$(),e.SpI(" ",e.bMT(4,6,t.disabled?"sync.badge.inactive":"sync.badge.active")," "),e.R7$(2),e.Y8G("disabled",e.bMT(6,8,n.isSyncing)),e.R7$(2),e.SpI(" ",e.bMT(8,10,"sync.details.buttons.sync-now")," "),e.R7$(3),e.SpI(" ",e.bMT(11,12,"sync.details.buttons.edit-settings")," "),e.R7$(3),e.SpI(" ",e.bMT(14,14,"sync.details.buttons.delete")," ")}}function Sn(o,s){if(1&o&&(e.j41(0,"div",2)(1,"h1",6),e.nrm(2,"pa-icon",7),e.EFF(3),e.k0s(),e.DNE(4,Cn,15,16,"div",8),e.nI1(5,"async"),e.k0s()),2&o){const t=e.XpG(),n=e.XpG();e.R7$(2),e.Y8G("path",s.logo),e.R7$(),e.SpI(" ",t.title," "),e.R7$(),e.vxM(!1===e.bMT(5,3,n.editMode)?4:-1)}}function vn(o,s){if(1&o){const t=e.RV6();e.j41(0,"pa-tab",14),e.bIt("click",function(){e.eBV(t);const i=e.XpG(2);return e.Njj(i.activeTab="folders")}),e.EFF(1),e.nI1(2,"translate"),e.k0s()}if(2&o){const t=e.XpG(2);e.Y8G("active","folders"===t.activeTab),e.R7$(),e.SpI(" ",e.bMT(2,2,"sync.details.tabs.folders")," ")}}function xn(o,s){if(1&o){const t=e.RV6();e.j41(0,"nsy-configuration-form",19),e.nI1(1,"async"),e.nI1(2,"async"),e.nI1(3,"async"),e.bIt("configurationChange",function(i){e.eBV(t);const c=e.XpG(3);return e.Njj(c.updateConfiguration(i))})("validForm",function(i){e.eBV(t);const c=e.XpG(3);return e.Njj(c.validForm=i)}),e.k0s()}if(2&o){let t;const n=e.XpG(2),i=e.XpG();e.Y8G("sync",n)("kbId",e.bMT(1,4,i.kbId))("connector",e.bMT(2,6,i.connector))("connectorId",null==(t=e.bMT(3,8,i.connectorDef))?null:t.id)}}function Tn(o,s){if(1&o){const t=e.RV6();e.j41(0,"nsy-folder-selection",20),e.bIt("selectedSyncItems",function(i){e.eBV(t);const c=e.XpG(3);return e.Njj(c.updateSelection(i))}),e.k0s()}if(2&o){const t=e.XpG(2);e.Y8G("sync",t)}}function Fn(o,s){if(1&o){const t=e.RV6();e.j41(0,"div"),e.DNE(1,xn,4,10,"nsy-configuration-form",15)(2,Tn,1,1,"nsy-folder-selection",16),e.j41(3,"nsi-sticky-footer")(4,"pa-button",17),e.EFF(5),e.nI1(6,"translate"),e.k0s(),e.j41(7,"pa-button",18),e.bIt("click",function(){e.eBV(t);const i=e.XpG(2);return e.Njj(i.saveChanges())}),e.EFF(8),e.nI1(9,"translate"),e.k0s()()()}if(2&o){let t;const n=e.XpG(2);e.R7$(),e.vxM("settings"===(t=n.activeTab)?1:"folders"===t?2:-1),e.R7$(4),e.SpI(" ",e.bMT(6,3,"generic.cancel")," "),e.R7$(3),e.SpI(" ",e.bMT(9,5,"sync.details.buttons.save-changes")," ")}}function In(o,s){if(1&o&&(e.nrm(0,"nsy-sync-settings",21),e.nI1(1,"async"),e.nI1(2,"async")),2&o){const t=e.XpG(2),n=e.XpG();e.Y8G("sync",t)("connector",e.bMT(1,3,n.connector))("logs",e.bMT(2,5,n.activityLogs))}}function Rn(o,s){if(1&o){const t=e.RV6();e.j41(0,"nsy-folders-tab",22),e.bIt("selectionChange",function(i){e.eBV(t);const c=e.XpG(3);return e.Njj(c.updateFolders(i))}),e.k0s()}if(2&o){const t=e.XpG(2);e.Y8G("sync",t)}}function Mn(o,s){if(1&o&&e.DNE(0,In,3,7,"nsy-sync-settings",21)(1,Rn,1,1,"nsy-folders-tab",16),2&o){let t;const n=e.XpG(2);e.vxM("settings"===(t=n.activeTab)?0:"folders"===t?1:-1)}}function kn(o,s){if(1&o){const t=e.RV6();e.DNE(0,Sn,6,5,"div",2),e.nI1(1,"async"),e.j41(2,"pa-tabs",3)(3,"pa-tab",4),e.bIt("click",function(){e.eBV(t);const i=e.XpG();return e.Njj(i.activeTab="settings")}),e.EFF(4),e.nI1(5,"translate"),e.k0s(),e.DNE(6,vn,3,4,"pa-tab",5),e.nI1(7,"async"),e.k0s(),e.DNE(8,Fn,10,7,"div"),e.nI1(9,"async"),e.DNE(10,Mn,2,1)}if(2&o){let t,n;const i=e.XpG();e.vxM((t=e.bMT(1,5,i.connectorDef))?0:-1,t),e.R7$(3),e.Y8G("active","settings"===i.activeTab),e.R7$(),e.SpI(" ",e.bMT(5,7,"sync.details.tabs.settings")," "),e.R7$(2),e.vxM(null!=(n=e.bMT(7,9,i.connector))&&n.allowToSelectFolders?6:-1),e.R7$(2),e.vxM(e.bMT(9,11,i.editMode)?8:10)}}let ae=(()=>{class o{constructor(){this.router=(0,e.WQX)(S.Ix),this.currentRoute=(0,e.WQX)(S.nX),this.syncService=(0,e.WQX)($),this.toaster=(0,e.WQX)(m._g),this.sdk=(0,e.WQX)(C.ok),this.modalService=(0,e.WQX)(m.w8),this.translate=(0,e.WQX)(_.c$),this.unsubscribeAll=new I.B,this.isDeleted=new I.B,this.kbId=this.sdk.currentKb.pipe((0,u.T)(t=>t.id)),this.syncId=this.currentRoute.params.pipe((0,f.p)(t=>!!t.syncId),(0,u.T)(t=>t.syncId),(0,y.M)(t=>this.syncService.setCurrentSyncId(t))),this.sync=this.syncService.cacheUpdated.pipe((0,p.n)(()=>this.syncId),(0,p.n)(t=>this.syncService.getSync(t)),(0,M.Q)(this.isDeleted)),this.connectorDef=this.sync.pipe((0,u.T)(t=>this.syncService.connectors[t.connector.name].definition)),this.connector=this.connectorDef.pipe((0,u.T)(t=>this.syncService.getConnector(t.id,""))),this.activityLogs=this.syncId.pipe((0,p.n)(t=>this.syncService.getLogs(t))),this.activeTab="settings",this.editMode=this.currentRoute.url.pipe((0,u.T)(t=>t.length>1&&"edit"===t[1].path)),this.validForm=!1,this.isSyncing=(0,Ut.z)([this.syncId,this.syncService.isSyncing]).pipe((0,u.T)(([t,n])=>n[t]||!1))}ngOnDestroy(){this.unsubscribeAll.next(),this.unsubscribeAll.complete(),this.isDeleted.next(),this.isDeleted.complete()}toggleSync(t){this.syncId.pipe((0,b.s)(1),(0,p.n)(n=>this.syncService.updateSync(n,{disabled:!t}))).subscribe({error:()=>this.toaster.error(t?"sync.details.toast.activating-failed":"sync.details.toast.disabling-failed")})}triggerSync(){this.modalService.openConfirm({title:this.translate.instant("sync.details.modal.title"),description:"sync.details.modal.description",confirmLabel:"sync.details.modal.sync-new",cancelLabel:"sync.details.modal.re-sync-all"}).onClose.pipe((0,p.n)(t=>this.syncId.pipe((0,b.s)(1),(0,p.n)(n=>this.syncService.triggerSync(n,!t))))).subscribe({next:()=>this.toaster.success("sync.details.toast.triggering-sync-success"),error:()=>this.toaster.error("sync.details.toast.triggering-sync-failed")})}deleteSync(){this.sync.pipe((0,p.n)(t=>this.modalService.openConfirm({title:this.translate.instant("sync.confirm.deletion.title",{title:t.title}),description:"sync.confirm.deletion.description",isDestructive:!0,confirmLabel:"generic.delete"}).onClose.pipe((0,f.p)(n=>!!n),(0,y.M)(()=>this.isDeleted.next()),(0,p.n)(()=>this.syncService.deleteSync(t.id))))).subscribe({next:()=>this.router.navigate([".."],{relativeTo:this.currentRoute}),error:()=>this.toaster.error("sync.details.toast.deletion-failed")})}updateConfiguration(t){this.updatedConfig=t}updateSelection(t){this.updatedSelection=t}saveChanges(){!this.updatedConfig&&!this.updatedSelection||this.syncId.pipe((0,b.s)(1),(0,p.n)(t=>{const n={...this.updatedConfig};return this.updatedSelection&&(n.foldersToSync=this.updatedSelection),this.syncService.updateSync(t,n)})).subscribe({next:()=>{this.toaster.success("sync.details.toast.modification-success"),this.router.navigate([".."],{relativeTo:this.currentRoute})},error:()=>this.toaster.error("sync.details.toast.modification-failed")})}updateFolders(t){this.syncId.pipe((0,b.s)(1),(0,p.n)(n=>this.syncService.updateSync(n,{foldersToSync:t}))).subscribe({error:()=>this.toaster.error("sync.details.toast.modification-failed")})}static{this.\u0275fac=function(n){return new(n||o)}}static{this.\u0275cmp=e.VBU({type:o,selectors:[["nsy-sync-details-page"]],decls:7,vars:9,consts:[[1,"page-spacing"],[3,"link"],[1,"details-header"],["notFullWidth",""],["data-cy","settings-tab",3,"click","active"],["data-cy","folders-tab",3,"active"],[1,"page-title"],["size","large",3,"path"],[1,"cta-container"],[1,"toggle-container"],["withBackground","","data-cy","active-toggle",3,"valueChange","value"],["aspect","basic","data-cy","sync-now",3,"click","disabled"],["aspect","basic","routerLink","./edit"],["kind","destructive","data-cy","delete",3,"click"],["data-cy","folders-tab",3,"click","active"],["noTopBorder","",3,"sync","kbId","connector","connectorId"],[3,"sync"],["aspect","basic","routerLink",".."],["kind","primary",3,"click"],["noTopBorder","",3,"configurationChange","validForm","sync","kbId","connector","connectorId"],[3,"selectedSyncItems","sync"],[3,"sync","connector","logs"],[3,"selectionChange","sync"]],template:function(n,i){if(1&n&&(e.j41(0,"div",0)(1,"nsi-back-button",1),e.nI1(2,"async"),e.EFF(3),e.nI1(4,"translate"),e.k0s(),e.DNE(5,kn,11,13),e.nI1(6,"async"),e.k0s()),2&n){let c;e.R7$(),e.Y8G("link",e.bMT(2,3,i.editMode)?"../..":".."),e.R7$(2),e.SpI(" ",e.bMT(4,5,"sync.add-page.back-button")," "),e.R7$(2),e.vxM((c=e.bMT(6,7,i.sync))?5:-1,c)}},dependencies:[g.MD,g.Jj,m.Xp,_.h,_.D9,r.V3x,E.R,r.Ymm,P.Q,r.rkm,A.a,r.aT,yn.Q,bn.w,mn,fn,S.Wk,m.o3,oe,V],styles:['@charset "UTF-8";.page-spacing[_ngcontent-%COMP%]{display:flex;flex-direction:column;gap:2rem}.page-title[_ngcontent-%COMP%]{align-items:center;display:flex;gap:.5rem}.details-header[_ngcontent-%COMP%]{align-items:center;display:flex;justify-content:space-between}.cta-container[_ngcontent-%COMP%]{align-items:center;display:flex;gap:.5rem}'],changeDetection:0})}}return o})();const $n=[{path:"",component:xe,children:[{path:"",component:ze},{path:"add/:connector",component:se},{path:"add/:connector/:syncId",component:se},{path:":syncId/edit",component:ae},{path:":syncId",component:ae}]}]}}]);
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "45c308a4f284fde3a007448b1a31b4d1c3f1dff0",
2
+ "version": "913b1d6ec40fb51e2e22815bc89c1d24b5623685",
3
3
  "production": true,
4
4
  "backend": {
5
5
  "app": "nucliadb-admin",
@@ -85,6 +85,7 @@
85
85
  "account.nua_keys": "Claus de Nuclia Understanding API",
86
86
  "account.nua_webhook": "Webhook URL",
87
87
  "account.nua_webhook_help": "Un cop processades les teves dades, el resultat es publica a aquest URL",
88
+ "account.nua_webhook_hint": "Si es defineix un webhook, sempre que hi hagi un resultat nou disponible, Nuclia farà una trucada <code>POST</code> a aquest URL, enviant el resultat com a càrrega útil.",
88
89
  "account.nuclia-tokens.account": "Compte",
89
90
  "account.nuclia-tokens.average-cost": "Cost mitjà",
90
91
  "account.nuclia-tokens.description": "Descripció",
@@ -228,6 +229,7 @@
228
229
  "billing.my-subscription": "La meva subscripció",
229
230
  "billing.next-payment": "Proper pagament",
230
231
  "billing.not_company": "No soc una empresa",
232
+ "billing.nucliadb": "NucliaDB",
231
233
  "billing.on_premise_cost": "Amb <strong>NucliaDB On-prem</strong> no comporta cap cost addicional.",
232
234
  "billing.order_number": "Número de comanda",
233
235
  "billing.paragraphs_per_file": "Un fitxer de text de 10 pàgines conté aproximadament 300 blocs de text",
@@ -245,6 +247,7 @@
245
247
  "billing.phone": "Número de telèfon",
246
248
  "billing.phone_placeholder": "e.g. +34 000 000 000",
247
249
  "billing.postal_code": "Còdi postal",
250
+ "billing.preprocessing": "Preprocessament Nuclia",
248
251
  "billing.prices_vat": "L’IVA podria ser aplicable",
249
252
  "billing.quotas.files": "Nombre màxim de fitxers",
250
253
  "billing.quotas.files-up-to": "Arxius fins a",
@@ -285,6 +288,7 @@
285
288
  "billing.support": "Suport",
286
289
  "billing.tier": "Nivell",
287
290
  "billing.token-help": "Nuclia Tokens són les unitats utilitzades per mesurar el consum",
291
+ "billing.tokens": "Nuclia Tokens",
288
292
  "billing.trial.title": "{{days}} dies de prova",
289
293
  "billing.unit": "unitat",
290
294
  "billing.unlimited": "Il·limitat",
@@ -424,6 +428,7 @@
424
428
  "generic.color": "Color",
425
429
  "generic.confirm_password": "Confirmar contrasenya",
426
430
  "generic.content": "Contingut",
431
+ "generic.continue": "Continuar",
427
432
  "generic.contributor": "Contributor",
428
433
  "generic.copied": "Copiat!",
429
434
  "generic.copy": "Copiar",
@@ -587,6 +592,9 @@
587
592
  "kb.ai-models.extraction.title": "Configuracions d'extracció",
588
593
  "kb.ai-models.page-description": "Configureu els models disponibles per a les vostres dades",
589
594
  "kb.ai-models.page-title": "Models d’IA",
595
+ "kb.ai-models.semantic-model.default-model.delete.description": "Aquest model d'embeddings i el conjunt de vectors associats se suprimiran permanentment.",
596
+ "kb.ai-models.semantic-model.default-model.delete.success": "S'ha completat la supressió del model d'embeddings",
597
+ "kb.ai-models.semantic-model.default-model.delete.title": "Suprimeix model d'embeddings",
590
598
  "kb.ai-models.semantic-model.default-model.description": "En fer una cerca, s'utilitzarà el model següent per fer coincidències semàntiques.",
591
599
  "kb.ai-models.semantic-model.default-model.title": "Model d'embeddings per defecte per a la cerca",
592
600
  "kb.ai-models.semantic-model.label": "Model d’embeddings per defecte",
@@ -1470,6 +1478,9 @@
1470
1478
  "tasks-automation.actions.delete-data.description": "Les dades generades al vostre Knowledge Box se suprimiran permanentment i les tasques actives s'aturaran. Podeu continuar modificant el teu agent després.",
1471
1479
  "tasks-automation.actions.delete-data.success": "Les dades generades se suprimiran en breu.",
1472
1480
  "tasks-automation.actions.delete-data.title": "Elimina les dades generades",
1481
+ "tasks-automation.actions.edit.description": "En continuar, acceptes que s'aturarà qualsevol treball actiu.",
1482
+ "tasks-automation.actions.edit.edit-configuration": "Edita la configuració",
1483
+ "tasks-automation.actions.edit.title": "L'edició de la configuració atura el treball actiu",
1473
1484
  "tasks-automation.actions.restart": "Reiniciar",
1474
1485
  "tasks-automation.actions.stop": "Parar",
1475
1486
  "tasks-automation.applies-on.existing-resources": "Recursos existents",
@@ -1493,8 +1504,6 @@
1493
1504
  "tasks-automation.form.filter.fields.all-types": "Tots els tipus de camp",
1494
1505
  "tasks-automation.form.filter.fields.button-label": "Tipus de camp",
1495
1506
  "tasks-automation.form.filter.resource-labels.button-label": "Etiquetes de recursos",
1496
- "tasks-automation.form.filter.search-in.content": "El contingut conté",
1497
- "tasks-automation.form.filter.search-in.title": "El títol conté",
1498
1507
  "tasks-automation.form.filter.search-in.title-or-content": "El títol o el contingut conté",
1499
1508
  "tasks-automation.form.filter.search-input-label": "Paraules clau",
1500
1509
  "tasks-automation.form.filter.title": "Filtreu els recursos",
@@ -1516,6 +1525,7 @@
1516
1525
  "tasks-automation.form.on.text-blocks": "Les etiquetes s'assignaran als blocs de text de manera independent",
1517
1526
  "tasks-automation.form.prompts.answer-prompt": "Prompt de generació de respostes",
1518
1527
  "tasks-automation.form.prompts.question-prompt": "Prompt de generació de preguntes",
1528
+ "tasks-automation.form.save": "Desa la configuració",
1519
1529
  "tasks-automation.form.task-name.input-label": "Nom",
1520
1530
  "tasks-automation.form.task-name.title": "Anomena el teu agent",
1521
1531
  "tasks-automation.form.webhook.description": "Sempre que es produeixi l’esdeveniment activador, Nuclia farà una trucada POST a l’URL donat, passant les capçaleres i els paràmetres (si n’hi ha).",
@@ -1596,6 +1606,8 @@
1596
1606
  "tasks-automation.status.progress": "En progrés",
1597
1607
  "tasks-automation.status.stopped": "Parat",
1598
1608
  "tasks-automation.status.watching": "A l'espera d'actualitzacions",
1609
+ "tasks-automation.tab.configuration": "Configuració",
1610
+ "tasks-automation.tab.testing": "Proves",
1599
1611
  "tasks-automation.table.header.actions": "Accions",
1600
1612
  "tasks-automation.table.header.activity": "Activitat",
1601
1613
  "tasks-automation.table.header.creation-date": "Data de creació",
@@ -85,6 +85,7 @@
85
85
  "account.nua_keys": "Nuclia Understanding API keys",
86
86
  "account.nua_webhook": "Webhook URL",
87
87
  "account.nua_webhook_help": "Once your data is processed, the result is posted to this URL",
88
+ "account.nua_webhook_hint": "If webhook is defined, anytime a new result is available, Nuclia will make a <code>POST</code> call to this URL, sending the result as payload.",
88
89
  "account.nuclia-tokens.account": "Account",
89
90
  "account.nuclia-tokens.average-cost": "Average cost",
90
91
  "account.nuclia-tokens.description": "Description",
@@ -228,6 +229,7 @@
228
229
  "billing.my-subscription": "My subscription",
229
230
  "billing.next-payment": "Next payment",
230
231
  "billing.not_company": "I’m not a company",
232
+ "billing.nucliadb": "NucliaDB",
231
233
  "billing.on_premise_cost": "With <strong>NucliaDB On-prem</strong> does not carry any extra cost.",
232
234
  "billing.order_number": "Order number",
233
235
  "billing.paragraphs_per_file": "A 10-page text file contains approximately 300 text blocks",
@@ -245,6 +247,7 @@
245
247
  "billing.phone": "Phone number",
246
248
  "billing.phone_placeholder": "e.g. +34 000 000 000",
247
249
  "billing.postal_code": "ZIP",
250
+ "billing.preprocessing": "Nuclia preprocessing",
248
251
  "billing.prices_vat": "VAT might be applicable",
249
252
  "billing.quotas.files": "Maximum number of files",
250
253
  "billing.quotas.files-up-to": "Files up to",
@@ -285,6 +288,7 @@
285
288
  "billing.support": "Support",
286
289
  "billing.tier": "Tier",
287
290
  "billing.token-help": "Nuclia Tokens are the units used to measure consumption",
291
+ "billing.tokens": "Nuclia Tokens",
288
292
  "billing.trial.title": "{{days}} days trial",
289
293
  "billing.unit": "unit",
290
294
  "billing.unlimited": "Unlimited",
@@ -424,6 +428,7 @@
424
428
  "generic.color": "Color",
425
429
  "generic.confirm_password": "Confirm password",
426
430
  "generic.content": "Content",
431
+ "generic.continue": "Continue",
427
432
  "generic.contributor": "Contributor",
428
433
  "generic.copied": "Copied!",
429
434
  "generic.copy": "Copy",
@@ -587,6 +592,9 @@
587
592
  "kb.ai-models.extraction.title": "Extract configurations",
588
593
  "kb.ai-models.page-description": "Configure the available models for your data",
589
594
  "kb.ai-models.page-title": "AI models",
595
+ "kb.ai-models.semantic-model.default-model.delete.description": "This embedding model and associated vectorset will be permanently deleted.",
596
+ "kb.ai-models.semantic-model.default-model.delete.success": "Embedding model deletion completed",
597
+ "kb.ai-models.semantic-model.default-model.delete.title": "Delete embedding model",
590
598
  "kb.ai-models.semantic-model.default-model.description": "When doing a search, the following model will be used to make semantic matches.",
591
599
  "kb.ai-models.semantic-model.default-model.title": "Default embeddings model for searching",
592
600
  "kb.ai-models.semantic-model.label": "Default embeddings model",
@@ -1470,6 +1478,9 @@
1470
1478
  "tasks-automation.actions.delete-data.description": "The generated data in your Knowledge Box will be permanently deleted, and the active jobs will be stopped. You can continue modifying your agent after.",
1471
1479
  "tasks-automation.actions.delete-data.success": "Your generated data will be deleted shortly.",
1472
1480
  "tasks-automation.actions.delete-data.title": "Delete generated data",
1481
+ "tasks-automation.actions.edit.description": "By continuing you accept that any active job will be stopped.",
1482
+ "tasks-automation.actions.edit.edit-configuration": "Edit configuration",
1483
+ "tasks-automation.actions.edit.title": "Editing the configuration stops active job",
1473
1484
  "tasks-automation.actions.restart": "Restart",
1474
1485
  "tasks-automation.actions.stop": "Stop",
1475
1486
  "tasks-automation.applies-on.existing-resources": "Existing resources",
@@ -1493,8 +1504,6 @@
1493
1504
  "tasks-automation.form.filter.fields.all-types": "All field types",
1494
1505
  "tasks-automation.form.filter.fields.button-label": "Field types",
1495
1506
  "tasks-automation.form.filter.resource-labels.button-label": "Resource labels",
1496
- "tasks-automation.form.filter.search-in.content": "Content contains",
1497
- "tasks-automation.form.filter.search-in.title": "Title contains",
1498
1507
  "tasks-automation.form.filter.search-in.title-or-content": "Title or content contains",
1499
1508
  "tasks-automation.form.filter.search-input-label": "Keywords",
1500
1509
  "tasks-automation.form.filter.title": "Filter the resources",
@@ -1516,6 +1525,7 @@
1516
1525
  "tasks-automation.form.on.text-blocks": "Labels will be assigned to text blocks independently",
1517
1526
  "tasks-automation.form.prompts.answer-prompt": "Answer generation prompt",
1518
1527
  "tasks-automation.form.prompts.question-prompt": "Question generation prompt",
1528
+ "tasks-automation.form.save": "Save configuration",
1519
1529
  "tasks-automation.form.task-name.input-label": "Name",
1520
1530
  "tasks-automation.form.task-name.title": "Name your agent",
1521
1531
  "tasks-automation.form.webhook.description": "Whenever the trigger event is happening, Nuclia will make POST call to the given URL, passing the given headers and parameters (if any).",
@@ -1596,6 +1606,8 @@
1596
1606
  "tasks-automation.status.progress": "In progress",
1597
1607
  "tasks-automation.status.stopped": "Stopped",
1598
1608
  "tasks-automation.status.watching": "Watching for updates",
1609
+ "tasks-automation.tab.configuration": "Configuration",
1610
+ "tasks-automation.tab.testing": "Testing",
1599
1611
  "tasks-automation.table.header.actions": "Actions",
1600
1612
  "tasks-automation.table.header.activity": "Activity",
1601
1613
  "tasks-automation.table.header.creation-date": "Date created",
@@ -85,6 +85,7 @@
85
85
  "account.nua_keys": "Claves de Nuclia Understanding API",
86
86
  "account.nua_webhook": "Webhook URL",
87
87
  "account.nua_webhook_help": "Una vez que se procesan sus datos, el resultado se publica en esta URL",
88
+ "account.nua_webhook_hint": "Si se define un webhook, cada vez que haya un nuevo resultado disponible, Nuclia realizará una llamada <code>POST</code> a esta URL y enviará el resultado como carga útil.",
88
89
  "account.nuclia-tokens.account": "Cuenta",
89
90
  "account.nuclia-tokens.average-cost": "Costo promedio",
90
91
  "account.nuclia-tokens.description": "Descripción",
@@ -228,6 +229,7 @@
228
229
  "billing.my-subscription": "Mi suscripción",
229
230
  "billing.next-payment": "Próximo pago",
230
231
  "billing.not_company": "No soy una empresa",
232
+ "billing.nucliadb": "NucliaDB",
231
233
  "billing.on_premise_cost": "Con <strong>NucliaDB On-prem</strong> no conlleva ningún coste extra.",
232
234
  "billing.order_number": "Número de pedido",
233
235
  "billing.paragraphs_per_file": "Un archivo de texto de 10 páginas contiene aproximadamente 300 bloques de texto.",
@@ -245,6 +247,7 @@
245
247
  "billing.phone": "Número de teléfono",
246
248
  "billing.phone_placeholder": "e.g. +34 000 000 000",
247
249
  "billing.postal_code": "Código postal",
250
+ "billing.preprocessing": "Preprocesamiento de Nuclia",
248
251
  "billing.prices_vat": "El IVA podría ser aplicable",
249
252
  "billing.quotas.files": "Cantidad máxima de archivos",
250
253
  "billing.quotas.files-up-to": "Archivos hasta",
@@ -285,6 +288,7 @@
285
288
  "billing.support": "Soporte",
286
289
  "billing.tier": "Nivel",
287
290
  "billing.token-help": "Nuclia Tokens son las unidades utilizadas para medir el consumo",
291
+ "billing.tokens": "Nuclia Tokens",
288
292
  "billing.trial.title": "{{days}} días de prueba",
289
293
  "billing.unit": "unidad",
290
294
  "billing.unlimited": "Ilimitado",
@@ -424,6 +428,7 @@
424
428
  "generic.color": "Color",
425
429
  "generic.confirm_password": "Confirmar contraseña",
426
430
  "generic.content": "Contenido",
431
+ "generic.continue": "Continuar",
427
432
  "generic.contributor": "Contributor",
428
433
  "generic.copied": "Copiado!",
429
434
  "generic.copy": "Copiar",
@@ -587,6 +592,9 @@
587
592
  "kb.ai-models.extraction.title": "Configuraciones de extracción",
588
593
  "kb.ai-models.page-description": "Configura los modelos disponibles para tus datos",
589
594
  "kb.ai-models.page-title": "Modelos de IA",
595
+ "kb.ai-models.semantic-model.default-model.delete.description": "Este modelo de embeddings y el conjunto de vectores asociado se eliminarán de forma permanente.",
596
+ "kb.ai-models.semantic-model.default-model.delete.success": "Se completó la eliminación del modelo de embeddings",
597
+ "kb.ai-models.semantic-model.default-model.delete.title": "Eliminar modelo de embeddings",
590
598
  "kb.ai-models.semantic-model.default-model.description": "Al realizar una búsqueda, se utilizará el siguiente modelo para realizar coincidencias semánticas.",
591
599
  "kb.ai-models.semantic-model.default-model.title": "Modelo de embeddings predeterminado para búsquedas",
592
600
  "kb.ai-models.semantic-model.label": "Modelo de embeddings por defecto",
@@ -1470,6 +1478,9 @@
1470
1478
  "tasks-automation.actions.delete-data.description": "Los datos generados en su Knowledge Box se eliminarán de forma permanente y las tareas activas se detendrán. Puede continuar modificando tu agente después.",
1471
1479
  "tasks-automation.actions.delete-data.success": "Los datos generados se eliminarán en breve.",
1472
1480
  "tasks-automation.actions.delete-data.title": "Eliminar datos generados",
1481
+ "tasks-automation.actions.edit.description": "Al continuar, usted acepta que se detendrá cualquier trabajo activo.",
1482
+ "tasks-automation.actions.edit.edit-configuration": "Editar configuración",
1483
+ "tasks-automation.actions.edit.title": "La edición de la configuración detiene el trabajo activo",
1473
1484
  "tasks-automation.actions.restart": "Reiniciar",
1474
1485
  "tasks-automation.actions.stop": "Parar",
1475
1486
  "tasks-automation.applies-on.existing-resources": "Recursos existentes",
@@ -1493,8 +1504,6 @@
1493
1504
  "tasks-automation.form.filter.fields.all-types": "Todos los tipos de campos",
1494
1505
  "tasks-automation.form.filter.fields.button-label": "Tipos de campos",
1495
1506
  "tasks-automation.form.filter.resource-labels.button-label": "Etiquetas de recursos",
1496
- "tasks-automation.form.filter.search-in.content": "Contenido",
1497
- "tasks-automation.form.filter.search-in.title": "El título contiene",
1498
1507
  "tasks-automation.form.filter.search-in.title-or-content": "El título o contenido contiene",
1499
1508
  "tasks-automation.form.filter.search-input-label": "Palabras clave",
1500
1509
  "tasks-automation.form.filter.title": "Filtrar los recursos",
@@ -1516,6 +1525,7 @@
1516
1525
  "tasks-automation.form.on.text-blocks": "Las etiquetas se asignarán a bloques de texto de forma independiente.",
1517
1526
  "tasks-automation.form.prompts.answer-prompt": "Prompt de generación de respuestas",
1518
1527
  "tasks-automation.form.prompts.question-prompt": "Prompt de generación de preguntas",
1528
+ "tasks-automation.form.save": "Guardar configuración",
1519
1529
  "tasks-automation.form.task-name.input-label": "Nombre",
1520
1530
  "tasks-automation.form.task-name.title": "Nombra a tu agente",
1521
1531
  "tasks-automation.form.webhook.description": "Siempre que ocurra el evento desencadenante, Nuclia realizará una llamada POST a la URL dada, pasando los encabezados y los parámetros (si los hay).",
@@ -1596,6 +1606,8 @@
1596
1606
  "tasks-automation.status.progress": "En progreso",
1597
1607
  "tasks-automation.status.stopped": "Interrumpido",
1598
1608
  "tasks-automation.status.watching": "Esperando actualizaciones",
1609
+ "tasks-automation.tab.configuration": "Configuración",
1610
+ "tasks-automation.tab.testing": "Pruebas",
1599
1611
  "tasks-automation.table.header.actions": "Acciones",
1600
1612
  "tasks-automation.table.header.activity": "Actividad",
1601
1613
  "tasks-automation.table.header.creation-date": "Fecha de creacion",
@@ -85,6 +85,7 @@
85
85
  "account.nua_keys": "Clés Nuclia Understanding API",
86
86
  "account.nua_webhook": "Webhook URL",
87
87
  "account.nua_webhook_help": "Une fois vos données traitées, le résultat est affiché à l’adresse suivante",
88
+ "account.nua_webhook_hint": "Si un webhook est défini, chaque fois qu'un nouveau résultat est disponible, Nuclia effectuera un appel <code>POST</code> vers cette URL, envoyant le résultat sous forme de charge utile.",
88
89
  "account.nuclia-tokens.account": "Compte",
89
90
  "account.nuclia-tokens.average-cost": "Coût Moyen",
90
91
  "account.nuclia-tokens.description": "Description",
@@ -228,6 +229,7 @@
228
229
  "billing.my-subscription": "Mon abonnement",
229
230
  "billing.next-payment": "Prochain paiement",
230
231
  "billing.not_company": "Je ne suis pas une entreprise",
232
+ "billing.nucliadb": "NucliaDB",
231
233
  "billing.on_premise_cost": "Avec <strong>NucliaDB On-prem</strong> n’entraîne aucun coût supplémentaire.\n",
232
234
  "billing.order_number": "Numéro de commande",
233
235
  "billing.paragraphs_per_file": "Un fichier texte de 10 pages contient environ 300 blocs de texte",
@@ -245,6 +247,7 @@
245
247
  "billing.phone": "Numéro de téléphone",
246
248
  "billing.phone_placeholder": "par exemple. +34 000 000 000",
247
249
  "billing.postal_code": "Zip *: français",
250
+ "billing.preprocessing": "Prétraitement Nuclia",
248
251
  "billing.prices_vat": "La TVA peut être applicable",
249
252
  "billing.quotas.files": "Nombre maximum de fichiers",
250
253
  "billing.quotas.files-up-to": "Fichiers jusqu’à",
@@ -285,6 +288,7 @@
285
288
  "billing.support": "Soutien",
286
289
  "billing.tier": "Étage",
287
290
  "billing.token-help": "Les Nuclia Tokens sont les unités utilisées pour mesurer la consommation",
291
+ "billing.tokens": "Nuclia Tokens",
288
292
  "billing.trial.title": "{{days}} jours d’essai",
289
293
  "billing.unit": "Unité",
290
294
  "billing.unlimited": "Illimité",
@@ -424,6 +428,7 @@
424
428
  "generic.color": "Couleur",
425
429
  "generic.confirm_password": "Confirmer le mot de passe",
426
430
  "generic.content": "Contenu",
431
+ "generic.continue": "Continuer",
427
432
  "generic.contributor": "Contributeur",
428
433
  "generic.copied": "Copié !",
429
434
  "generic.copy": "Copie",
@@ -587,6 +592,9 @@
587
592
  "kb.ai-models.extraction.title": "Configurations d'extraction",
588
593
  "kb.ai-models.page-description": "Configurez les modèles disponibles pour vos données",
589
594
  "kb.ai-models.page-title": "Modèles d’IA",
595
+ "kb.ai-models.semantic-model.default-model.delete.description": "Ce modèle d'embeddings et le jeu de vecteurs associé seront définitivement supprimés.",
596
+ "kb.ai-models.semantic-model.default-model.delete.success": "Suppression du modèle d'embeddings terminée",
597
+ "kb.ai-models.semantic-model.default-model.delete.title": "Supprimer le modèle d'embeddings",
590
598
  "kb.ai-models.semantic-model.default-model.description": "Lors d'une recherche, le modèle suivant sera utilisé pour établir des correspondances sémantiques.",
591
599
  "kb.ai-models.semantic-model.default-model.title": "Modèle d'embeddings par défaut pour la recherche",
592
600
  "kb.ai-models.semantic-model.label": "Modèle d’embeddings par défaut",
@@ -1470,6 +1478,9 @@
1470
1478
  "tasks-automation.actions.delete-data.description": "Les données générées dans votre Knowledge Box seront définitivement supprimées et les tâches actives seront arrêtées. Vous pourrez ensuite continuer à modifier votre agent.",
1471
1479
  "tasks-automation.actions.delete-data.success": "Vos données générées seront supprimées sous peu.",
1472
1480
  "tasks-automation.actions.delete-data.title": "Supprimer les données générées",
1481
+ "tasks-automation.actions.edit.description": "En continuant, vous acceptez que tout travail actif soit arrêté.",
1482
+ "tasks-automation.actions.edit.edit-configuration": "Modifier la configuration",
1483
+ "tasks-automation.actions.edit.title": "La modification de la configuration arrête le travail actif",
1473
1484
  "tasks-automation.actions.restart": "Redémarrer",
1474
1485
  "tasks-automation.actions.stop": "Arrêter",
1475
1486
  "tasks-automation.applies-on.existing-resources": "Ressources existantes",
@@ -1493,8 +1504,6 @@
1493
1504
  "tasks-automation.form.filter.fields.all-types": "Tous types de champs",
1494
1505
  "tasks-automation.form.filter.fields.button-label": "Types de champs",
1495
1506
  "tasks-automation.form.filter.resource-labels.button-label": "Étiquettes de ressources",
1496
- "tasks-automation.form.filter.search-in.content": "Le contenu contient",
1497
- "tasks-automation.form.filter.search-in.title": "Le titre contient",
1498
1507
  "tasks-automation.form.filter.search-in.title-or-content": "Le titre ou le contenu contient",
1499
1508
  "tasks-automation.form.filter.search-input-label": "Mots clés",
1500
1509
  "tasks-automation.form.filter.title": "Filtrer les ressources",
@@ -1516,6 +1525,7 @@
1516
1525
  "tasks-automation.form.on.text-blocks": "Les étiquettes seront attribuées aux blocs de texte indépendamment",
1517
1526
  "tasks-automation.form.prompts.answer-prompt": "Prompt de génération de réponse",
1518
1527
  "tasks-automation.form.prompts.question-prompt": "Prompt de génération de questions",
1528
+ "tasks-automation.form.save": "Enregistrer la configuration",
1519
1529
  "tasks-automation.form.task-name.input-label": "Nom",
1520
1530
  "tasks-automation.form.task-name.title": "Nommez votre agent",
1521
1531
  "tasks-automation.form.webhook.description": "Chaque fois que l’événement déclencheur se produit, Nuclia effectuera un appel POST vers l’URL donnée, en transmettant les en-têtes et les paramètres donnés (le cas échéant).",
@@ -1596,6 +1606,8 @@
1596
1606
  "tasks-automation.status.progress": "En cours",
1597
1607
  "tasks-automation.status.stopped": "Arrêté",
1598
1608
  "tasks-automation.status.watching": "À l'affût des mises à jour",
1609
+ "tasks-automation.tab.configuration": "Configuration",
1610
+ "tasks-automation.tab.testing": "Essai",
1599
1611
  "tasks-automation.table.header.actions": "Actions",
1600
1612
  "tasks-automation.table.header.activity": "Activité",
1601
1613
  "tasks-automation.table.header.creation-date": "Date de création",
@@ -9,10 +9,10 @@
9
9
  <style>@font-face{font-family:'Inter';font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}@font-face{font-family:'Inter';font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}@font-face{font-family:'Inter';font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2) format('woff2');unicode-range:U+1F00-1FFF;}@font-face{font-family:'Inter';font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.woff2) format('woff2');unicode-range:U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;}@font-face{font-family:'Inter';font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}@font-face{font-family:'Inter';font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.woff2) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Inter';font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Inter';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}@font-face{font-family:'Inter';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}@font-face{font-family:'Inter';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2) format('woff2');unicode-range:U+1F00-1FFF;}@font-face{font-family:'Inter';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.woff2) format('woff2');unicode-range:U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;}@font-face{font-family:'Inter';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}@font-face{font-family:'Inter';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.woff2) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Inter';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Inter';font-style:normal;font-weight:600;src:url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}@font-face{font-family:'Inter';font-style:normal;font-weight:600;src:url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}@font-face{font-family:'Inter';font-style:normal;font-weight:600;src:url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2) format('woff2');unicode-range:U+1F00-1FFF;}@font-face{font-family:'Inter';font-style:normal;font-weight:600;src:url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.woff2) format('woff2');unicode-range:U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;}@font-face{font-family:'Inter';font-style:normal;font-weight:600;src:url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}@font-face{font-family:'Inter';font-style:normal;font-weight:600;src:url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.woff2) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Inter';font-style:normal;font-weight:600;src:url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Inter';font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}@font-face{font-family:'Inter';font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}@font-face{font-family:'Inter';font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2) format('woff2');unicode-range:U+1F00-1FFF;}@font-face{font-family:'Inter';font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.woff2) format('woff2');unicode-range:U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;}@font-face{font-family:'Inter';font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}@font-face{font-family:'Inter';font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.woff2) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Inter';font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}</style>
10
10
 
11
11
  <link rel="icon" href="https://nucliadb.com/wp-content/uploads/2023/02/cropped-simbol-db-32x32.png" sizes="32x32">
12
- <style>@charset "UTF-8";*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.4;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0);margin:0;font-size:16px}body{margin:0;font-family:Inter,Futura,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-size:1rem;font-weight:300;line-height:1.4;color:#000;text-align:left;background-color:#fff}.body-s{font-size:.75rem;line-height:1.25rem;letter-spacing:0;font-weight:400}:root{--app-background-color:variables.$color-light-stronger;--app-topbar-height:4.5rem;--app-layout-padding-bottom:2rem;--app-layout-padding-left:3rem;--app-layout-padding-right:2rem;--app-layout-padding-top:2rem;--app-zindex-topbar:1000}html,body{height:100%}body{background-color:var(--app-background-color)}:root{--app-background-color:$color-light-stronger}</style><link rel="stylesheet" href="styles.f5730b0f4acb8613.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.f5730b0f4acb8613.css"></noscript></head>
12
+ <style>@charset "UTF-8";*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.4;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0);margin:0;font-size:16px}body{margin:0;font-family:var(--custom-font-family, Inter),Futura,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:1rem;font-weight:300;line-height:1.4;color:#000;text-align:left;background-color:#fff}.body-s{font-size:.75rem;line-height:1.25rem;letter-spacing:0;font-weight:400}:root{--app-background-color:variables.$color-light-stronger;--app-topbar-height:4.5rem;--app-layout-padding-bottom:2rem;--app-layout-padding-left:3rem;--app-layout-padding-right:2rem;--app-layout-padding-top:2rem;--app-zindex-topbar:1000}html,body{height:100%}body{background-color:var(--app-background-color)}:root{--app-background-color:$color-light-stronger}</style><link rel="stylesheet" href="styles.ea53d0b3c609c55a.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.ea53d0b3c609c55a.css"></noscript></head>
13
13
  <body class="body-s">
14
14
  <nad-root></nad-root>
15
15
  <script src="https://uptime.betterstack.com/widgets/announcement.js" data-id="194280" async="async" type="text/javascript"></script>
16
16
  <noscript>Please enable JavaScript to continue using this application.</noscript>
17
- <script src="runtime.50a29869dda44175.js" type="module"></script><script src="polyfills.efad6530f6d11a58.js" type="module"></script><script src="main.e692bbfa0ddb1614.js" type="module"></script></body>
17
+ <script src="runtime.e91f8cbe8c165918.js" type="module"></script><script src="polyfills.efad6530f6d11a58.js" type="module"></script><script src="main.0c658d69141935f4.js" type="module"></script></body>
18
18
  </html>