@duplicati/ngclient 0.0.62 → 0.0.64
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/spk.woff2 +0 -0
- package/chunk-4N2WKEQR.js +1 -0
- package/chunk-E36Y2NND.js +1 -0
- package/index.html +1 -1
- package/{main-7UWWTKQK.js → main-UKLCRGBL.js} +1 -1
- package/package.json +1 -1
- package/chunk-HSJMMQHL.js +0 -1
- package/chunk-QPPVZ4KN.js +0 -1
package/chunk-QPPVZ4KN.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{a as oe,b as re}from"./chunk-N3GBABZB.js";import{a as H}from"./chunk-M27H5SJL.js";import{a as B}from"./chunk-PD4M6YP7.js";import{a as nt}from"./chunk-IHYJHBCC.js";import{a as ze}from"./chunk-PIVMNQL6.js";import{a as it}from"./chunk-ZUGIRXAF.js";import"./chunk-GE3T3AG3.js";import{b as j,d as W,e as Ve,g as q,h as Ue,l as Be,m as je,o as We,p as qe,q as K,r as Ke}from"./chunk-OROSSCXB.js";import{b as U}from"./chunk-O2MZ5CAQ.js";import{g as He,l as Je,o as Qe,p as Ye,q as Ze,r as et,w as tt}from"./chunk-ZTSITRHY.js";import"./chunk-NJSJNACP.js";import"./chunk-BSZZLSIX.js";import"./chunk-BUARZS4A.js";import"./chunk-O53NVQ2A.js";import{Ab as v,Bb as A,Cb as i,Db as r,Eb as h,F as ee,G as te,Ib as I,Kc as b,Lc as xe,Mc as Xe,N as P,Oa as ve,Ob as Fe,Pb as Le,Qb as a,Ra as l,Rb as ne,Sb as ie,Tb as ke,U as ye,Ub as p,Vb as T,Xa as Ae,Ya as u,Yb as we,_ as S,b as Oe,c as Re,ca as be,da as Ge,eb as x,fa as N,ga as M,hc as R,ic as F,jc as L,k as he,ka as $e,kb as y,l as Q,mc as X,n as Pe,nc as z,oc as V,q as Ie,r as Y,rc as De,tb as m,vb as O,yb as E,z as Z,zb as $}from"./chunk-VGQ6X3AL.js";import"./chunk-C6Q5SG76.js";function ot(o,e,t){!e&&Ge(o);let n=e??S($e);return t?be(n,t):n}function se(...o){let{normalizedSources:e,hasInitValue:t,operator:n,options:s}=at(o),_=ot(se,s?.injector);return t?re(Y(e).pipe(n),{initialValue:s.initialValue,injector:_}):re(Y(e).pipe(n),{injector:_,requireSync:!0})}function at(o){if(!o||!o.length||typeof o[0]!="object")throw new TypeError("derivedFrom needs sources");let e=typeof o[1]=="function";if(o.length==3&&!e)throw new TypeError("derivedFrom needs pipeable operator as a second argument");e||o.splice(1,0,Oe);let[t,n,s]=o,_=!!s&&"initialValue"in s;return{normalizedSources:Object.entries(t).reduce((C,[d,g])=>{if(Ae(g))C[d]=oe(g,{injector:s?.injector}).pipe(P(xe(g)));else if(Pe(g))C[d]=g.pipe(ee());else if(typeof g=="function"){let w=b(g);C[d]=oe(w,{injector:s?.injector}).pipe(P(g()))}else C[d]=he(g).pipe(ee());return C},Array.isArray(t)?[]:{}),operator:n,hasInitValue:_,options:s}}var G=class o{#e=S(U);#i=S(B);repeatRegisterTimer=null;state=u("unknown");claimUrl=u(null);registerUrl=u("");status=b(()=>{let e=this.state();return e==="enabled"?"Remote control is enabled but not connected":e==="connected"?"Remote control is connected":e==="registering"?"Registering machine...":e==="registeringfaulted"?"Registration failed":e==="registered"?"Registered, waiting for accept":e==="disabled"?"Remote control is configured but not enabled":e==="unknown"?"...loading...":"Remote control is not set up"});sysInfoEffect=Xe(()=>{let e=this.#i.systemInfo();e&&this.registerUrl.set(e.RemoteControlRegistrationUrl??"")});#t(e){e.RegistrationUrl&&this.claimUrl.set(e.RegistrationUrl),e.IsConnected?this.state.set("connected"):e.IsEnabled?this.state.set("enabled"):e.CanEnable?this.state.set("disabled"):e.IsRegisteringFaulted?this.state.set("registeringfaulted"):e.IsRegistering?e.RegistrationUrl!=null&&e.RegistrationUrl.trim().length>0?this.state.set("registered"):this.state.set("registering"):this.state.set("inactive");let t=this.state();console.log("currentState: ",t),this.repeatRegisterTimer!==null&&(clearTimeout(this.repeatRegisterTimer),this.repeatRegisterTimer=null),t==="registering"&&(this.repeatRegisterTimer=setTimeout(()=>{this.#e.postApiV1RemotecontrolRegister({requestBody:{RegistrationUrl:""}}).subscribe({next:n=>this.#t(n),error:n=>this.#n(n)})},5e3)),(t==="enabled"||t==="registered")&&(this.repeatRegisterTimer=setTimeout(()=>{this.#e.getApiV1RemotecontrolStatus().subscribe({next:n=>this.#t(n),error:n=>this.#n(n)})},5e3)),e.IsRegistering&&e.CanEnable&&this.#e.deleteApiV1RemotecontrolRegister().subscribe({next:n=>this.#t(n)})}#n(e){this.#e.getApiV1RemotecontrolStatus().subscribe({next:t=>this.#t(t)})}refreshRemoteControlStatus(){this.#e.getApiV1RemotecontrolStatus().subscribe({next:e=>this.#t(e),error:e=>this.#n(e)})}beginRemoteRegistration(){this.state.set("registering"),this.#e.postApiV1RemotecontrolRegister({requestBody:{RegistrationUrl:this.registerUrl()}}).subscribe({next:e=>this.#t(e),error:e=>this.#n(e)})}cancelRemoteRegistration(){this.#e.deleteApiV1RemotecontrolRegister().subscribe({next:e=>this.#t(e),error:e=>this.#n(e)})}enableRemoteControl(){this.#e.postApiV1RemotecontrolEnable().subscribe({next:e=>this.#t(e),error:e=>this.#n(e)})}disableRemoteControl(){this.#e.postApiV1RemotecontrolDisable().subscribe({next:e=>this.#t(e),error:e=>this.#n(e)})}deleteRemoteControl(){let e=this;confirm("Are you sure you want to delete the remote control registration?")&&e.#e.deleteApiV1RemotecontrolRegistration().subscribe({next:t=>e.#t(t),error:t=>e.#n(t)})}static \u0275fac=function(t){return new(t||o)};static \u0275prov=ye({token:o,factory:o.\u0275fac,providedIn:"root"})};function pt(o,e){if(o&1){let t=I();i(0,"spk-form-field",10)(1,"input",11),V("ngModelChange",function(s){N(t);let _=T(2);return z(_.registerUrl,s)||(_.registerUrl=s),M(s)}),r()(),i(2,"button",12),p("click",function(){N(t);let s=T(2);return M(s.register())}),a(3,0),r()}if(o&2){let t=T(2);l(),X("ngModel",t.registerUrl)}}function dt(o,e){if(o&1&&(i(0,"div",8)(1,"label"),a(2,1),r(),i(3,"a",13),R(4),r()()),o&2){let t=T(2);l(3),we("href",t.claimUrl(),ve),l(),F(t.claimUrl())}}function St(o,e){o&1&&(i(0,"div",8)(1,"label"),a(2,2),r()())}function ut(o,e){if(o&1){let t=I();i(0,"button",12),p("click",function(){N(t);let s=T(2);return M(s.cancel())}),a(1,3),r()}}function Tt(o,e){if(o&1){let t=I();i(0,"button",12),p("click",function(){N(t);let s=T(2);return M(s.disable())}),a(1,4),r()}}function gt(o,e){if(o&1){let t=I();i(0,"button",12),p("click",function(){N(t);let s=T(2);return M(s.enable())}),a(1,5),r(),i(2,"button",14),p("click",function(){N(t);let s=T(2);return M(s.delete())}),a(3,6),r()}}function mt(o,e){if(o&1&&(i(0,"div",7),y(1,pt,4,1)(2,dt,5,2,"div",8)(3,St,3,0,"div",8)(4,ut,2,0,"button",9)(5,Tt,2,0,"button",9)(6,gt,4,0),r()),o&2){let t=T();l(),E(t.state()==="inactive"?1:-1),l(),E(t.state()==="registered"?2:-1),l(),E(t.state()==="registering"?3:-1),l(),E(t.state()==="registering"||t.state()==="registeringfaulted"||t.state()==="registered"?4:-1),l(),E(t.state()==="connected"||t.state()==="enabled"?5:-1),l(),E(t.state()==="disabled"?6:-1)}}var J=class o{#e=S(G);state=this.#e.state;claimUrl=this.#e.claimUrl;registerUrl=this.#e.registerUrl;ngOnInit(){this.#e.refreshRemoteControlStatus()}cancel(){this.#e.cancelRemoteRegistration()}register(){this.#e.beginRemoteRegistration()}disable(){this.#e.disableRemoteControl()}enable(){this.#e.enableRemoteControl()}delete(){this.#e.deleteRemoteControl()}static \u0275fac=function(t){return new(t||o)};static \u0275cmp=x({type:o,selectors:[["app-remote-control"]],decls:1,vars:1,consts:()=>{let e;e=$localize`Register for remote control`;let t;t=$localize`Machine is now registered, open this link to add it to your account:`;let n;n=$localize`Registering, please wait...`;let s;s=$localize`Cancel registration`;let _;_=$localize`Disable remote control`;let f;f=$localize`Enable remote control`;let C;return C=$localize`Delete remote control setup`,[e,t,n,s,_,f,C,[1,"field-row"],[1,"field-col"],["type","button","spk-button","",1,"raised"],["label","Registration URL","for","remoteControlRegisterUrl"],["type","text","spk-input","","id","remoteControlRegisterUrl","name","remoteControlRegisterUrl",3,"ngModelChange","ngModel"],["type","button","spk-button","",1,"raised",3,"click"],["target","_blank",3,"href"],["type","button","spk-button","",1,"raised","warn",3,"click"]]},template:function(t,n){t&1&&y(0,mt,7,6,"div",7),t&2&&E(n.state()!=="unknown"?0:-1)},dependencies:[K,j,W,q,Je],styles:["[_nghost-%COMP%]{display:block}[_nghost-%COMP%] button[_ngcontent-%COMP%]{white-space:nowrap}.field-row[_ngcontent-%COMP%]{display:flex;gap:.5rem;width:100%}.field-row[_ngcontent-%COMP%] spk-form-field[_ngcontent-%COMP%], .field-row[_ngcontent-%COMP%] spk-select[_ngcontent-%COMP%]{flex:1 0}"],changeDetection:0})};var Ct=()=>({standalone:!0});function Et(o,e){if(o&1&&(i(0,"spk-option",34),R(1),r()),o&2){let t=e.$implicit;m("value",t),l(),F(t)}}function ft(o,e){if(o&1){let t=I();i(0,"spk-option",51),p("click",function(){let s=N(t).$implicit,_=T();return M(_.pauseSettings.controls.timeType.setValue(s.value))}),R(1),r()}if(o&2){let t=e.$implicit;m("value",t.value),l(),L(" ",t.label," ")}}function Nt(o,e){if(o&1&&(i(0,"spk-option",34),R(1),r()),o&2){let t=e.$implicit;m("value",t.value),l(),L(" ",t.label," ")}}function Mt(o,e){if(o&1&&R(0),o&2){let t,n=T();L(" ",(t=n.sysinfo())==null?null:t.ServerVersion," ")}}function Ot(o,e){o&1&&h(0,"spk-progress-bar",44)}function Rt(o,e){if(o&1&&(i(0,"spk-option",34),R(1),r()),o&2){let t=e.$implicit;m("value",t.value),l(),L(" ",t.label," ")}}var k=new qe,st=[{value:"s",label:$localize`Seconds`},{value:"m",label:$localize`Minutes`},{value:"h",label:$localize`Hours`}],lt=[{value:"",label:$localize`System default (information)`},{value:"information",label:$localize`Usage statistics, warnings, errors, and crashes`},{value:"warning",label:$localize`Warnings, errors and crashes`},{value:"error",label:$localize`Errors and crashes`},{value:"crash",label:$localize`Crashes only`},{value:"none",label:$localize`None / disabled`}],le=class o{#e=S(nt);#i=S(B);#t=S(U);#n=S(G);#o=S(ze);#r=this.#o.getItem("locale")??"en-US";sysinfo=this.#i.systemInfo;isDarkMode=this.#e.isDarkMode;editAs=u("list");langCtrl=u(this.#r);remoteControlStatus=this.#n.status;settingsForm=k.group({pauseSettings:k.group({time:k.control(0),timeType:k.control("s")}),usageStatistics:k.control("")});updatingChannel=u(!1);updateChannel=u("");setNewChannel(e){let t=this.updateChannel();this.updateChannel.set(e),this.#t.patchApiV1Serversettings({requestBody:{"update-channel":e}}).pipe(te(()=>this.updatingChannel.set(!1)),Z(()=>(this.updateChannel.set(t),Q(null)))).subscribe()}updatingDisableTrayIconLogin=u(!1);disableTrayIconLogin=u(!1);saveDisableTrayIconLogin(){let e=this.disableTrayIconLogin(),t=!e;this.updatingDisableTrayIconLogin.set(!0),this.disableTrayIconLogin.set(t),this.#t.patchApiV1Serversettings({requestBody:{"disable-tray-icon-login":t?"True":"False"}}).pipe(te(()=>this.updatingDisableTrayIconLogin.set(!1)),Z(()=>(this.disableTrayIconLogin.set(e),Q(null)))).subscribe()}get pauseSettings(){return this.settingsForm.controls.pauseSettings}languageOptions=b(()=>{let e=this.langCtrl();return e?H.filter(t=>t.label.toLowerCase().includes(e.toLowerCase())):H});usageStatisticsOptions=u(lt);timeTypeOptions=u(st);timeOptions=se([this.pauseSettings.controls.timeType.valueChanges.pipe(P("s")),this.pauseSettings.controls.time.valueChanges.pipe(P(null))],Re(Ie(([e,t])=>{let n=this.#s(e);return t!==null?n.filter(s=>s.toString().includes(t.toString())):n}),P([])));#s(e){let t=e==="h"?25:61;return new Array(t).fill(0).map((n,s)=>s)}ngOnInit(){this.getServerSettings()}saveLocale(e){this.#o.setItem("locale",e),window.location.reload()}submit(){let e=`${this.pauseSettings.controls.time.value}${this.pauseSettings.controls.timeType.value}`;this.#t.patchApiV1Serversettings({requestBody:{"usage-reporter-level":this.settingsForm.controls.usageStatistics.value,"startup-delay":e==="0s"?"":e}}).subscribe()}getServerSettings(){return this.#t.getApiV1Serversettings().subscribe({next:e=>{let t=e["startup-delay"],n=t.slice(-1),s=t.slice(0,-1),_=["s","m","h"];this.settingsForm.patchValue({pauseSettings:{time:parseInt(s==""?"0":s),timeType:_.includes(n)?n:"s"},usageStatistics:e["usage-reporter-level"]}),this.disableTrayIconLogin.set(e["disable-tray-icon-login"]!=="False"),this.updateChannel.set(e["update-channel"])}})}languageDisplay(){let e=this;return()=>{let t=e.langCtrl();return t?H.find(n=>n.value===t)?.label??null:null}}typeDisplay(){let e=this;return()=>{let t=e.settingsForm.value.pauseSettings?.timeType;return t==null?null:st.find(n=>n.value===t)?.label??null}}usageDisplay(){let e=this;return()=>{let t=e.settingsForm.value.usageStatistics;return t==null?null:lt.find(n=>n.value===t)?.label??null}}setDarkMode(){this.#e.setDarkMode()}setLightMode(){this.#e.setLightMode()}static \u0275fac=function(t){return new(t||o)};static \u0275cmp=x({type:o,selectors:[["app-settings"]],decls:112,vars:32,consts:()=>{let e;e=$localize`Settings`;let t;t=$localize`Configure your backup settings.`;let n;n=$localize` Save changes `;let s;s=$localize`Remote access control`;let _;_=$localize`Pause after startup or hibernation`;let f;f=$localize` Duplicati will run when started, but will remain in paused state for the duration. Duplicati will occupy minimal system resources and no backups will be run. `;let C;C=$localize`Color theme`;let d;d=$localize`Customize your application theme`;let g;g=$localize`Language`;let w;w=$localize`Select a language for the platform`;let ae;ae=$localize`Tray icon`;let _e;_e=$localize`Disable the tray icon login`;let ce;ce=$localize`Disable the tray icon login`;let pe;pe=$localize`Update channel`;let de;de=$localize` Default (${"\uFFFD0\uFFFD"}:INTERPOLATION:) `;let Se;Se=$localize`Same as the base install version: ${"\uFFFD0\uFFFD"}:INTERPOLATION:`;let ue;ue=$localize`Stable`;let Te;Te=$localize`Official releases`;let ge;ge=$localize`Beta`;let me;me=$localize` Try out the new features that we are working on. Currently the most stable version available. Test Restore data before using this in production environments. `;let Ce;Ce=$localize` Experimental `;let Ee;Ee=$localize`Specific builds for developers only. Not for use with important data.`;let fe;fe=$localize`Canary`;let Ne;Ne=$localize`Individual builds for developers only. Not for use with important data.`;let Me;Me=$localize`Usage statistics`;let D;return D=$localize` Usage reports help us improve the user experience and evaluate impact of new features. We use them to generate ${"\uFFFD#104\uFFFD"}:START_LINK:public usage statistics.${"\uFFFD/#104\uFFFD"}:CLOSE_LINK:${"[\uFFFD#105\uFFFD\uFFFD/#105\uFFFD|\uFFFD#106\uFFFD\uFFFD/#106\uFFFD]"}:LINE_BREAK:${"[\uFFFD#105\uFFFD\uFFFD/#105\uFFFD|\uFFFD#106\uFFFD\uFFFD/#106\uFFFD]"}:LINE_BREAK: All usage reports are sent anonymously and do not contain any personal information. They contain information about hardware and operating system, the type of backend, backup duration, overall size of source data and similar data. They do not contain paths, filenames, usernames, passwords or similar sensitive information. `,D=ke(D),[e,t,n,s,_,f,C,d,g,w,ae,_e,ce,pe,de,Se,ue,Te,ge,me,Ce,Ee,fe,Ne,Me,D,[1,"content",3,"submit","formGroup"],[1,"title"],["type","submit","spk-button","",1,"raised","primary",3,"disabled"],[1,"left"],[1,"right"],["formGroupName","pauseSettings",1,"field-row"],[3,"hideClearButton"],["type","search","formControlName","time"],[3,"value"],[3,"displayFn","hideClearButton"],["type","text","formControlName","timeType"],[1,"themes"],["src","assets/images/light-theme.png","alt","light theme",3,"click"],["src","assets/images/dark-theme.png","alt","dark theme",3,"click"],[3,"change","displayFn","hideClearButton"],["type","search",3,"ngModelChange","ngModel","ngModelOptions"],[1,"primary","raised",3,"click"],["for","disable-tray-icon-login"],[1,"indeterminate","primary"],[1,"right","radios"],[1,"radio-option",3,"click"],[1,"primary","raised"],["href","#"],[3,"displayFn"],["type","text","formControlName","usageStatistics"],[3,"click","value"]]},template:function(t,n){if(t&1&&(h(0,"app-status-bar"),i(1,"form",26),p("submit",function(){return n.submit()}),i(2,"header")(3,"div",27)(4,"h2"),a(5,0),r(),i(6,"p"),a(7,1),r()(),i(8,"button",28),a(9,2),r()(),i(10,"section")(11,"div",29)(12,"h3"),a(13,3),r(),i(14,"p"),R(15),r()(),i(16,"div",30),h(17,"app-remote-control"),r()(),i(18,"section")(19,"div",29)(20,"h3"),a(21,4),r(),i(22,"p"),a(23,5),r()(),i(24,"div",30)(25,"div",31)(26,"spk-select",32),h(27,"input",33),v(28,Et,2,2,"spk-option",34,$),r(),i(30,"spk-select",35),h(31,"input",36),v(32,ft,2,2,"spk-option",34,$),r()()()(),i(34,"section")(35,"div",29)(36,"h3"),a(37,6),r(),i(38,"p"),a(39,7),r()(),i(40,"div",30)(41,"div",37)(42,"img",38),p("click",function(){return n.setLightMode()}),r(),i(43,"img",39),p("click",function(){return n.setDarkMode()}),r()()()(),i(44,"section")(45,"div",29)(46,"h3"),a(47,8),r(),i(48,"p"),a(49,9),r()(),i(50,"div",30)(51,"spk-select",40),p("change",function(_){return n.saveLocale(_)}),i(52,"input",41),V("ngModelChange",function(_){return z(n.langCtrl,_)||(n.langCtrl=_),_}),r(),v(53,Nt,2,2,"spk-option",34,$),r()()(),i(55,"section")(56,"div",29)(57,"h3"),a(58,10),r(),i(59,"p"),a(60,11),r()(),i(61,"div",30)(62,"spk-toggle",42),p("click",function(){return n.saveDisableTrayIconLogin()}),i(63,"label",43),a(64,12),r()()()(),i(65,"section")(66,"div",29)(67,"h3"),a(68,13),r(),i(69,"p"),y(70,Mt,1,1),r(),y(71,Ot,1,0,"spk-progress-bar",44),r(),i(72,"div",45)(73,"div",46),p("click",function(){return n.setNewChannel("")}),i(74,"spk-radio",47),a(75,14),r(),i(76,"p"),a(77,15),r()(),i(78,"div",46),p("click",function(){return n.setNewChannel("stable")}),i(79,"spk-radio",47),a(80,16),r(),i(81,"p"),a(82,17),r()(),i(83,"div",46),p("click",function(){return n.setNewChannel("beta")}),i(84,"spk-radio",47),a(85,18),r(),i(86,"p"),a(87,19),r()(),i(88,"div",46),p("click",function(){return n.setNewChannel("experimental")}),i(89,"spk-radio",47),a(90,20),r(),i(91,"p"),a(92,21),r()(),i(93,"div",46),p("click",function(){return n.setNewChannel("canary")}),i(94,"spk-radio",47),a(95,22),r(),i(96,"p"),a(97,23),r()()()(),i(98,"section")(99,"div",29)(100,"h3"),a(101,24),r(),i(102,"p"),Fe(103,25),h(104,"a",48)(105,"br")(106,"br"),Le(),r()(),i(107,"div",30)(108,"spk-select",49),h(109,"input",50),v(110,Rt,2,2,"spk-option",34,$),r()()()()),t&2){let s,_,f;l(),m("formGroup",n.settingsForm),l(7),m("disabled",n.settingsForm.untouched),l(7),F(n.remoteControlStatus()),l(11),m("hideClearButton",!0),l(2),A(n.timeOptions()),l(2),m("displayFn",n.typeDisplay())("hideClearButton",!0),l(2),A(n.timeTypeOptions()),l(10),O("active",!n.isDarkMode()),l(),O("active",n.isDarkMode()),l(8),m("displayFn",n.languageDisplay())("hideClearButton",!0),l(),X("ngModel",n.langCtrl),m("ngModelOptions",De(31,Ct)),l(),A(n.languageOptions()),l(9),O("active",n.disableTrayIconLogin()),l(8),E(n.updateChannel()!==""&&((s=n.sysinfo())!=null&&s.ServerVersion)?70:-1),l(),E(n.updatingChannel()?71:-1),l(3),O("active",n.updateChannel()===""),l(),ne((_=n.sysinfo())==null?null:_.DefaultUpdateChannel),ie(75),l(2),ne((f=n.sysinfo())==null?null:f.ServerVersionType),ie(77),l(2),O("active",n.updateChannel()==="stable"),l(5),O("active",n.updateChannel()==="beta"),l(5),O("active",n.updateChannel()==="experimental"),l(5),O("active",n.updateChannel()==="canary"),l(14),m("displayFn",n.usageDisplay()),l(2),A(n.usageStatisticsOptions())}},dependencies:[K,Ue,j,W,Ve,q,Ke,Be,We,je,it,J,Ze,He,Ye,et,Qe,tt],styles:["[_nghost-%COMP%]{display:block}.content[_ngcontent-%COMP%]{display:flex;flex-direction:column;padding:0 2rem 2rem}header[_ngcontent-%COMP%]{display:flex;align-items:center;justify-content:space-between;padding:2rem 0;position:sticky;top:0;background:var(--base-level-10);z-index:1000;border-bottom:1px solid var(--base-level-40)}header[_ngcontent-%COMP%] .title[_ngcontent-%COMP%]{display:flex;flex-direction:column;gap:.25rem}section[_ngcontent-%COMP%]{display:grid;grid-template-columns:1fr 1fr;gap:1rem;padding:2rem 0;border-top:1px solid var(--base-level-40)}section[_ngcontent-%COMP%]:first-of-type{border-top:0}section[_ngcontent-%COMP%] .left[_ngcontent-%COMP%]{display:flex;flex-direction:column;gap:.25rem;align-items:flex-start}section[_ngcontent-%COMP%] .left[_ngcontent-%COMP%] spk-button-group[_ngcontent-%COMP%]{margin-top:.25rem}section[_ngcontent-%COMP%] .left[_ngcontent-%COMP%] p[_ngcontent-%COMP%]{text-wrap:balance;width:50%}.themes[_ngcontent-%COMP%]{display:flex;gap:.5rem}.themes[_ngcontent-%COMP%] img[_ngcontent-%COMP%]{max-width:240px;border-radius:var(--shape-3);cursor:pointer}.themes[_ngcontent-%COMP%] img.active[_ngcontent-%COMP%]{border:2px solid var(--primary-500)}.radios[_ngcontent-%COMP%]{display:flex;flex-direction:column;gap:1rem}.radio-option[_ngcontent-%COMP%]{cursor:pointer}.radio-option[_ngcontent-%COMP%] spk-radio[_ngcontent-%COMP%]{color:var(--base-level-60);margin-bottom:.25rem}.radio-option[_ngcontent-%COMP%] p[_ngcontent-%COMP%]{text-wrap:balance;color:var(--base-level-60R)}.field-col[_ngcontent-%COMP%]{display:flex;flex-direction:column;gap:.5rem}.field-row[_ngcontent-%COMP%]{display:flex;gap:.5rem;width:100%}.field-row[_ngcontent-%COMP%] spk-form-field[_ngcontent-%COMP%], .field-row[_ngcontent-%COMP%] spk-select[_ngcontent-%COMP%]{flex:1 0}"],changeDetection:0})};export{le as default};
|