-module(lustre@server_component). -compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch]). -export([component/1, script/0, route/1, data/1, include/1, subscribe/2, unsubscribe/1, emit/2, set_selector/1, decode_action/1, encode_patch/1]). -spec component(list(lustre@internals@vdom:attribute(SJP))) -> lustre@internals@vdom:element(SJP). component(Attrs) -> lustre@element:element(<<"lustre-server-component"/utf8>>, Attrs, []). -spec script() -> lustre@internals@vdom:element(any()). script() -> lustre@element:element( <<"script"/utf8>>, [lustre@attribute:attribute(<<"type"/utf8>>, <<"module"/utf8>>)], [lustre@element:text( <<"function k(r,n,o,s=!1){let t,l=[{prev:r,next:n,parent:r.parentNode}];for(;l.length;){let{prev:e,next:i,parent:u}=l.pop();if(i.subtree!==void 0&&(i=i.subtree()),i.content!==void 0)if(e)if(e.nodeType===Node.TEXT_NODE)e.textContent!==i.content&&(e.textContent=i.content),t??=e;else{let a=document.createTextNode(i.content);u.replaceChild(a,e),t??=a}else{let a=document.createTextNode(i.content);u.appendChild(a),t??=a}else if(i.tag!==void 0){let a=$({prev:e,next:i,dispatch:o,stack:l,isComponent:s});e?e!==a&&u.replaceChild(a,e):u.appendChild(a),t??=a}}return t}function T(r,n,o){let s=r.parentNode;for(let t of n[0]){let l=t[0].split(\"-\"),e=t[1],i=N(s,l),u;if(i!==null&&i!==s)u=k(i,e,o);else{let a=N(s,l.slice(0,-1)),f=document.createTextNode(\"\");a.appendChild(f),u=k(f,e,o)}l===\"0\"&&(r=u)}for(let t of n[1]){let l=t[0].split(\"-\");N(s,l).remove()}for(let t of n[2]){let l=t[0].split(\"-\"),e=t[1],i=N(s,l),u=v.get(i);for(let a of e[0]){let f=a[0],m=a[1];if(f.startsWith(\"data-lustre-on-\")){let b=f.slice(15),d=o(J);u.has(b)||el.addEventListener(b,y),u.set(b,d),el.setAttribute(f,m)}else i.setAttribute(f,m),i[f]=m}for(let a of e[1])if(a[0].startsWith(\"data-lustre-on-\")){let f=a[0].slice(15);i.removeEventListener(f,y),u.delete(f)}else i.removeAttribute(a[0])}return r}function $({prev:r,next:n,dispatch:o,stack:s}){let t=n.namespace||\"http://www.w3.org/1999/xhtml\",l=r&&r.nodeType===Node.ELEMENT_NODE&&r.localName===n.tag&&r.namespaceURI===(n.namespace||\"http://www.w3.org/1999/xhtml\"),e=l?r:t?document.createElementNS(t,n.tag):document.createElement(n.tag),i;if(v.has(e))i=v.get(e);else{let c=new Map;v.set(e,c),i=c}let u=l?new Set(i.keys()):null,a=l?new Set(Array.from(r.attributes,c=>c.name)):null,f=null,m=null,b=null;for(let c of n.attrs){let h=c[0],p=c[1];if(c[2])e[h]=p;else if(h.startsWith(\"on\")){let g=h.slice(2),A=o(p);i.has(g)||e.addEventListener(g,y),i.set(g,A),l&&u.delete(g)}else if(h.startsWith(\"data-lustre-on-\")){let g=h.slice(15),A=o(J);i.has(g)||e.addEventListener(g,y),i.set(g,A),e.setAttribute(h,p)}else h===\"class\"?f=f===null?p:f+\" \"+p:h===\"style\"?m=m===null?p:m+p:h===\"dangerous-unescaped-html\"?b=p:(e.setAttribute(h,p),h===\"value\"&&(e[h]=p),l&&a.delete(h))}if(f!==null&&(e.setAttribute(\"class\",f),l&&a.delete(\"class\")),m!==null&&(e.setAttribute(\"style\",m),l&&a.delete(\"style\")),l){for(let c of a)e.removeAttribute(c);for(let c of u)e.removeEventListener(c,y)}if(n.key!==void 0&&n.key!==\"\")e.setAttribute(\"data-lustre-key\",n.key);else if(b!==null)return e.innerHTML=b,e;let d=e.firstChild,C=null,w=null,O=null,E=n.children[Symbol.iterator]().next().value;E!==void 0&&E.key!==void 0&&E.key!==\"\"&&(C=new Set,w=L(r),O=L(n));for(let c of n.children)if(c.key!==void 0&&C!==null){for(;d&&!O.has(d.getAttribute(\"data-lustre-key\"));){let p=d.nextSibling;e.removeChild(d),d=p}if(w.size===0){s.unshift({prev:d,next:c,parent:e}),d=d?.nextSibling;continue}if(C.has(c.key)){console.warn(`Duplicate key found in Lustre vnode: ${c.key}`),s.unshift({prev:null,next:c,parent:e});continue}C.add(c.key);let h=w.get(c.key);if(!h&&!d){s.unshift({prev:null,next:c,parent:e});continue}if(!h&&d!==null){let p=document.createTextNode(\"\");e.insertBefore(p,d),s.unshift({prev:p,next:c,parent:e});continue}if(!h||h===d){s.unshift({prev:d,next:c,parent:e}),d=d?.nextSibling;continue}e.insertBefore(h,d),s.unshift({prev:h,next:c,parent:e})}else s.unshift({prev:d,next:c,parent:e}),d=d?.nextSibling;for(;d;){let c=d.nextSibling;e.removeChild(d),d=c}return e}var v=new WeakMap;function y(r){if(!v.has(r.target)){r.target.removeEventListener(r.type,y);return}let n=v.get(r.target);if(!n.has(r.type)){r.target.removeEventListener(r.type,y);return}n.get(r.type)(r)}function J(r){let n=r.target,o=n.getAttribute(`data-lustre-on-${r.type}`),s=JSON.parse(n.getAttribute(\"data-lustre-data\")||\"{}\"),t=JSON.parse(n.getAttribute(\"data-lustre-include\")||\"[]\");switch(r.type){case\"input\":case\"change\":t.push(\"target.value\");break}return{tag:o,data:t.reduce((l,e)=>{let i=e.split(\".\");for(let u=0,a=l,f=r;u{let o=[];for(let s of n)if(s.type===\"attributes\"){let{attributeName:t,oldValue:l}=s,e=this.getAttribute(t);if(l!==e)try{o.push([t,JSON.parse(e)])}catch{o.push([t,e])}}o.length&&this.#e?.send(JSON.stringify([5,o]))})}connectedCallback(){this.#t=document.createElement(\"div\"),this.appendChild(this.#t)}attributeChangedCallback(n,o,s){switch(n){case\"route\":if(!s)this.#e?.close(),this.#e=null;else if(o!==s){let t=this.getAttribute(\"id\"),l=s+(t?`?id=${t}`:\"\");this.#e?.close(),this.#e=new WebSocket(`ws://${window.location.host}${l}`),this.#e.addEventListener(\"message\",e=>this.messageReceivedCallback(e))}}}messageReceivedCallback({data:n}){let[o,...s]=JSON.parse(n);switch(o){case 0:return this.diff(s);case 1:return this.emit(s);case 2:return this.init(s)}}init([n,o]){let s=[];for(let t of n)t in this?s.push([t,this[t]]):this.hasAttribute(t)&&s.push([t,this.getAttribute(t)]),Object.defineProperty(this,t,{get(){return this[`_${t}`]??this.getAttribute(t)},set(l){let e=this[t];typeof l==\"string\"?this.setAttribute(t,l):this[`_${t}`]=l,e!==l&&this.#e?.send(JSON.stringify([5,[[t,l]]]))}});this.#n.observe(this,{attributeFilter:n,attributeOldValue:!0,attributes:!0,characterData:!1,characterDataOldValue:!1,childList:!1,subtree:!1}),this.morph(o),s.length&&this.#e?.send(JSON.stringify([5,s]))}morph(n){this.#t=k(this.#t,n,o=>s=>{let t=o(s);this.#e?.send(JSON.stringify([4,t.tag,t.data]))})}diff([n]){this.#t=T(this.#t,n,o=>s=>{let t=o(s);this.#e?.send(JSON.stringify([4,t.tag,t.data]))})}emit([n,o]){this.dispatchEvent(new CustomEvent(n,{detail:o}))}disconnectedCallback(){this.#e?.close()}};window.customElements.define(\"lustre-server-component\",S);export{S as LustreServerComponent};"/utf8>> )] ). -spec route(binary()) -> lustre@internals@vdom:attribute(any()). route(Path) -> lustre@attribute:attribute(<<"route"/utf8>>, Path). -spec data(gleam@json:json()) -> lustre@internals@vdom:attribute(any()). data(Json) -> _pipe = Json, _pipe@1 = gleam@json:to_string(_pipe), lustre@attribute:attribute(<<"data-lustre-data"/utf8>>, _pipe@1). -spec include(list(binary())) -> lustre@internals@vdom:attribute(any()). include(Properties) -> _pipe = Properties, _pipe@1 = gleam@json:array(_pipe, fun gleam@json:string/1), _pipe@2 = gleam@json:to_string(_pipe@1), lustre@attribute:attribute(<<"data-lustre-include"/utf8>>, _pipe@2). -spec subscribe(binary(), fun((lustre@internals@patch:patch(SKC)) -> nil)) -> lustre@internals@runtime:action(SKC, lustre:server_component()). subscribe(Id, Renderer) -> {subscribe, Id, Renderer}. -spec unsubscribe(binary()) -> lustre@internals@runtime:action(any(), lustre:server_component()). unsubscribe(Id) -> {unsubscribe, Id}. -spec emit(binary(), gleam@json:json()) -> lustre@effect:effect(any()). emit(Event, Data) -> lustre@effect:event(Event, Data). -spec do_set_selector( gleam@erlang@process:selector(lustre@internals@runtime:action(any(), SKS)) ) -> lustre@effect:effect(SKS). do_set_selector(Sel) -> lustre@effect:from( fun(_) -> Self = gleam@erlang@process:new_subject(), gleam@erlang@process:send(Self, {set_selector, Sel}) end ). -spec set_selector( gleam@erlang@process:selector(lustre@internals@runtime:action(any(), SKM)) ) -> lustre@effect:effect(SKM). set_selector(Sel) -> do_set_selector(Sel). -spec decode_event(gleam@dynamic:dynamic_()) -> {ok, lustre@internals@runtime:action(any(), any())} | {error, list(gleam@dynamic:decode_error())}. decode_event(Dyn) -> gleam@result:'try'( (gleam@dynamic:tuple3( fun gleam@dynamic:int/1, fun gleam@dynamic:dynamic/1, fun gleam@dynamic:dynamic/1 ))(Dyn), fun(_use0) -> {Kind, Name, Data} = _use0, gleam@bool:guard( Kind /= 4, {error, [{decode_error, gleam@int:to_string(4), gleam@int:to_string(Kind), [<<"0"/utf8>>]}]}, fun() -> gleam@result:'try'( gleam@dynamic:string(Name), fun(Name@1) -> {ok, {event, Name@1, Data}} end ) end ) end ). -spec decode_attr(gleam@dynamic:dynamic_()) -> {ok, {binary(), gleam@dynamic:dynamic_()}} | {error, list(gleam@dynamic:decode_error())}. decode_attr(Dyn) -> (gleam@dynamic:tuple2( fun gleam@dynamic:string/1, fun gleam@dynamic:dynamic/1 ))(Dyn). -spec decode_attrs(gleam@dynamic:dynamic_()) -> {ok, lustre@internals@runtime:action(any(), any())} | {error, list(gleam@dynamic:decode_error())}. decode_attrs(Dyn) -> gleam@result:'try'( (gleam@dynamic:tuple2( fun gleam@dynamic:int/1, fun gleam@dynamic:dynamic/1 ))(Dyn), fun(_use0) -> {Kind, Attrs} = _use0, gleam@bool:guard( Kind /= 5, {error, [{decode_error, gleam@int:to_string(5), gleam@int:to_string(Kind), [<<"0"/utf8>>]}]}, fun() -> gleam@result:'try'( (gleam@dynamic:list(fun decode_attr/1))(Attrs), fun(Attrs@1) -> {ok, {attrs, Attrs@1}} end ) end ) end ). -spec decode_action(gleam@dynamic:dynamic_()) -> {ok, lustre@internals@runtime:action(any(), lustre:server_component())} | {error, list(gleam@dynamic:decode_error())}. decode_action(Dyn) -> (gleam@dynamic:any([fun decode_event/1, fun decode_attrs/1]))(Dyn). -spec encode_patch(lustre@internals@patch:patch(any())) -> gleam@json:json(). encode_patch(Patch) -> lustre@internals@patch:patch_to_json(Patch).