@reactive-web-components/rwc 2.53.3 → 2.53.4

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/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@reactive-web-components/rwc",
3
- "version": "2.53.3",
3
+ "version": "2.53.4",
4
4
  "type": "module",
5
5
  "types": "./shared/index.d.ts",
6
6
  "exports": {
7
7
  ".": {
8
8
  "types": "./shared/index.d.ts",
9
- "import": "./reactive-web-component.jn8CKMFG.js",
10
- "require": "./reactive-web-component.B4djMSlX.umd.cjs"
9
+ "import": "./reactive-web-component.CpRR4jc5.js",
10
+ "require": "./reactive-web-component.BPxD-Q4n.umd.cjs"
11
11
  }
12
12
  },
13
13
  "author": "tamazyanarsen",
@@ -34,6 +34,6 @@
34
34
  "ui",
35
35
  "frontend"
36
36
  ],
37
- "module": "./reactive-web-component.jn8CKMFG.js",
38
- "main": "./reactive-web-component.B4djMSlX.umd.cjs"
37
+ "module": "./reactive-web-component.CpRR4jc5.js",
38
+ "main": "./reactive-web-component.BPxD-Q4n.umd.cjs"
39
39
  }
@@ -0,0 +1,2 @@
1
+ (function(o,p){typeof exports=="object"&&typeof module<"u"?p(exports):typeof define=="function"&&define.amd?define(["exports"],p):(o=typeof globalThis<"u"?globalThis:o||self,p(o.ReactiveComponent={}))})(this,function(o){"use strict";var Ge=Object.defineProperty;var Ne=(o,p,g)=>p in o?Ge(o,p,{enumerable:!0,configurable:!0,writable:!0,value:g}):o[p]=g;var E=(o,p,g)=>Ne(o,typeof p!="symbol"?p+"":p,g);const p=t=>t&&typeof t=="object"&&("classList"in t||"attributes"in t||"customAttributes"in t||"reactiveClassList"in t||"listeners"in t||"customListeners"in t||"children"in t||"effects"in t||"style"in t||Object.keys(t).some(e=>e.startsWith(".")||e.startsWith("@")||e.startsWith("$")))&&!("hostElement"in t),g=t=>t&&typeof t=="object"&&"hostElement"in t&&"append"in t&&"set"in t&&"addStyle"in t&&"setAttribute"in t&&"addClass"in t&&"addEffect"in t&&"addReactiveContent"in t&&"setReactiveContent"in t&&"clear"in t,W=(t,e,...n)=>{e&&e.apply(t,n)};let _=!0;const f=(...t)=>{_&&console.debug(["[rwc]",...t].join(" | "),...Array.from(t.join("").matchAll(/%c/gm)).map((e,n)=>n%2===0?"color:red":"color:inherit"))},I=t=>t.replace(/([A-Z])/gm,e=>`-${e.toLowerCase()}`),Y=t=>t.replace(/-(\w)/gm,(e,n)=>n.toUpperCase()),L=(t,...e)=>{if(!_)return;const n={r:"color: #ff0000",g:"color: #00ff00",b:"color: #0000ff",y:"color: #ffff00",p:"color: #800080",c:"color: #00ffff",o:"color: #ffa500",w:"color: #808080"},s=t.match(/@[rgbpycow]/g)||[],i=s.map(c=>{const d=c.slice(1);return n[d]||"color: inherit"});let l=t;s.forEach(c=>{const d=new RegExp(`\\${c}([^\\s,]+)`,"g");l=l.replace(d,"%c$1")}),console.log(l,...i,...e)},pt=()=>{_=!0},K=()=>{_=!1};K();const G=new Map,O=new WeakMap,B=[],w=[];function R(t,e){const n=new Set;let s=(e==null?void 0:e.signalCompareFn)||(()=>!0);function i(){var c;const l=B[B.length-1];if(l&&!("fake"in l&&l.fake)){const d=O.get(l),a=d==null?void 0:d.parent;if(a){const h=O.get(a);h==null||h.cleanupFns.add(()=>{n.delete(l)})}n.add(l),(c=G.get(l.effectId))==null||c.signals.push(i)}return t}return i.signalId=`${(e==null?void 0:e.name)||""}_${Math.random().toString(36).substring(2,15)}`,i.getSubscribers=()=>[...n],i.setCompareFn=function(l){return s=l,i},i.clearSubscribers=function(){n.clear()},i.peek=function(){return Object.freeze(t)},i.initValue=Object.freeze(t),i.oldValue=Object.freeze(t),i.forceSet=function(l){i.oldValue=Object.freeze(t),t=l,n.forEach(c=>Promise.resolve(c).then(d=>{const a=O.get(d);a&&a.cleanupFns.size>0&&(a.cleanupFns.forEach(h=>h()),a.cleanupFns.clear()),w.push(d),d(),w.pop()}))},i.set=function(l,c=s){t!==l&&c(t,l)&&i.forceSet(l)},i.update=function(l){i.set(l(t))},i.pipe=(l,c)=>{const d=R(null);return b(()=>{const a=i();b(()=>{const h=l(a);h instanceof Promise?h.then(m=>d.set(m)):v(h)?b(()=>d.set(h())):d.set(h)},c)}),d},i}function b(t,e){const n=`${(e==null?void 0:e.name)||""}_${Math.random().toString(36).substring(2,15)}`;f("current effect",`%c${n}%c`);const s=t;t=()=>(f("current effect callback",`%c${n}%c`),s()),"fake"in s&&s.fake&&(t.fake=!0),t.effectId=n;const i=w[w.length-1];G.set(n,{signals:[],parent:(i==null?void 0:i.effectId)||null}),O.has(t)||O.set(t,{cleanupFns:new Set});const l=O.get(t);i?l.parent=i:delete l.parent,w.push(t),B.push(t),t(),B.pop(),w.pop()}const v=t=>!!t&&["object","function"].includes(typeof t)&&"set"in t&&"oldValue"in t&&"update"in t&&"forceSet"in t;function Et(t,...e){const n=R("");return b(()=>{const s=e.map(l=>v(l)?String(l()):String(l)),i=[t[0]];s.forEach((l,c)=>{i.push(l,t[c+1])}),n.set(i.join(""))}),n}function yt(t,e){const n=R(e??null),s=i=>n.set(i);return t instanceof Promise?t.then(s):typeof t=="function"&&b(()=>{const i=t();i instanceof Promise?i.then(s):v(i)?b(()=>s(i())):s(i)}),n}function St(t,e){let n=t(),s=e();b(()=>{const i=t(),l=e();i!==l&&(i!==n?e.set(i):l!==s&&t.set(l)),n=i,s=l})}function vt(...t){let e=t.map(s=>s());const n=R(e);return t.forEach((s,i)=>{b(()=>{const l=()=>e.filter(c=>c!==void 0).length;l()===t.length&&(e=Array.from(e).fill(void 0)),e[i]=s(),l()===t.length&&n.set([...e])})}),n}class T extends HTMLElement{constructor(n=!1){super();E(this,"isSlotLazyLoading",!1);E(this,"slotTemplate");E(this,"slotContext");E(this,"rootStyle");E(this,"modelValue");E(this,"providers");E(this,"appendAllSlotContent");E(this,"allSlotContent",[]);E(this,"slotContent",{});E(this,"htmlSlotContent",{});E(this,"shadow");E(this,"injects",{});this.shadow=this.attachShadow({mode:n?"closed":"open"})}appendChild(n,s=!0){var i;if(this.isSlotLazyLoading&&s){if(n instanceof HTMLElement){const l=n.slot||"default";this.htmlSlotContent[l]||(this.htmlSlotContent[l]=[]),(i=this.htmlSlotContent[l])==null||i.push(n)}}else return super.appendChild(n)}appendSlotContent(){var n;(n=this.appendAllSlotContent)==null||n.call(this)}inject(n){return f("%cinject%c",n),this.injects[n]||(this.injects[n]=R(null)),this.injects[n]}checkInjects(){Object.entries(this.injects).forEach(([n,s])=>{f("%cinject%c",`%c${n}%c`,"from BaseElement (dispatch event)"),this.shadow.dispatchEvent(new CustomEvent(n,{detail:{context:n,callback:i=>b(()=>{s.set(i())})},bubbles:!0,composed:!0}))})}setReactiveValue(n){this.modelValue=n}}E(T,"observedAttributes",[]),E(T,"renderTagName",""),E(T,"styles");const At=t=>"render"in t&&"setReactiveValue"in t,gt="handleSlotContext",x="onConnected",Lt=()=>()=>{},N=t=>typeof t=="string"?t:JSON.stringify(t),V=t=>{const e=document.createElement("span");return e.textContent=N(t),e},D=(t,e)=>(t.appendChild(V(e)),t),tt=(t,e)=>(t.innerHTML="",D(t,e)),J=t=>{const e=document.createElement("span");return b(()=>{const n=t();e.textContent=N(n)}),e},M=t=>({append(...e){return e.forEach(n=>{t.appendChild(n.hostElement),x in n.hostElement&&setTimeout(()=>{var s,i;(i=(s=n.hostElement).onConnected)==null||i.call(s,n,n.hostElement)})}),this},set(...e){this.clear();const n=document.createDocumentFragment();return e.forEach(s=>{n.appendChild(s.hostElement)}),t.appendChild(n),this},removeChild(...e){return e.forEach(n=>{Array.from(t.childNodes.values()).some(s=>s===n.hostElement)&&t.removeChild(n.hostElement)}),this},addHtmlContent(e){return D(t,e),this},setHtmlContent(e){return tt(t,e),this},addEventlistener(e,n,s=!1){return t.addEventListener(e,i=>n(i,this,t),s),this},setAttribute(e,n){let s;if(typeof n=="boolean"&&!(t instanceof T))if(n)s="";else{this.removeAttribute(e);const i=e.toLowerCase();return i in t&&(t[i]=null),this}else typeof n!="string"?s=JSON.stringify(n):s=n;if(t.setAttribute(I(e),s),!(t instanceof T)){const i=e.toLowerCase();i in t&&(t[i]=n)}return this},setCustomAttribute(e,n){let s;return typeof n!="string"?s=JSON.stringify(n):s=n,t.setAttribute(I(e),s),this},setReactiveAttribute(e,n){return b(()=>this.setAttribute(e,n())),this},setReactiveCustomAttribute(e,n){return b(()=>this.setCustomAttribute(e,n())),this},removeAttribute(e){return t.removeAttribute(I(e)),this},addStyle(e){return Object.entries(e).forEach(([n,s])=>{const i=n.startsWith("--");typeof s=="function"?this.addEffect(()=>{if(i){const l=String(s()||"");t.style.setProperty(n,l)}else t.style[n]=s()}):typeof s=="string"&&(i?t.style.setProperty(n,s):t.style[n]=s)}),this},onConnected(e){return Reflect.defineProperty(t,x,{get(){return e}}),this},addClass(...e){return e.forEach(n=>{typeof n=="string"?t.classList.add(...n.split(" ").flatMap(s=>s.split(`
2
+ `)).map(s=>s.trim()).filter(Boolean)):(()=>{let s=null;this.addEffect(()=>{const i=n();i.length>0&&(s?this.replaceClass(s,i):this.addClass(i),s=i)})})()}),this},setClass(...e){return t.classList.remove(...t.classList),t.classList.add(...e),this},addReactiveClass(e){return Object.keys(e).forEach(n=>{b(()=>{e[n]()?this.addClass(n):this.removeClass(n)})}),this},removeClass(...e){return t.classList.remove(...e),this},replaceClass(e,n){return t.classList.replace(e,n),this},addEffect(e){return b(()=>e(this,this.hostElement)),this},addReactiveContent(e){return t.appendChild(J(e)),this},setReactiveContent(e){return this.clear(),t.appendChild(J(e)),this},clear(){return t.innerHTML="",this},hostElement:t}),et=(t,...e)=>({classList:[...t.map(n=>n.trim()).filter(Boolean),...e]}),Rt=(t,...e)=>et(t,...e),U=(t,e)=>{if(!e)return t;const n=Object.keys(e||{}).filter(s=>s.startsWith(".")||s.startsWith("@")||s.startsWith("$"));return n.filter(s=>s.startsWith(".")).forEach(s=>{e!=null&&e.attributes||(e.attributes={}),e.attributes[s.slice(1)]=e[s]}),n.filter(s=>s.startsWith("@")).forEach(s=>{e!=null&&e.listeners||(e.listeners={});const i=s.slice(1);e.listeners[i]=e[s]}),n.filter(s=>s.startsWith("$")).forEach(s=>{e!=null&&e.effects||(e.effects=[]),e.effects.push(e[s])}),it(t,e.classList),ct(t,e.style),rt(t,e.attributes),lt(t,e.reactiveClassList),ot(t,e.customAttributes),st(t,e.children),nt(t,e.effects),X(t,e.listeners),X(t,e.customListeners),t},X=(t,e)=>{e&&Object.entries(e).forEach(([n,s])=>{typeof s=="function"&&t.addEventlistener(n,s)})},nt=(t,e)=>e==null?void 0:e.forEach(n=>t.addEffect(n)),st=(t,e)=>$(t,...e||[]),ot=(t,e)=>{const n=e;n&&Object.keys(n).forEach(s=>{v(n[s])?t.setReactiveCustomAttribute(s,n[s]):typeof n[s]=="function"?t.addEffect(()=>{t.setCustomAttribute(s,n[s]())}):t.setCustomAttribute(s,n[s])})},it=(t,e)=>t.addClass(...e||[]),lt=(t,e)=>t.addReactiveClass(e||{}),ct=(t,e)=>t.addStyle(e||{}),rt=(t,e)=>{const n=e,s=(i,l)=>{l&&(v(l)?t.setReactiveAttribute(i,l):typeof l=="function"?t.addEffect(()=>{t.setAttribute(i,l())}):t.setAttribute(i,l))};n&&Object.keys(n).forEach(i=>{s(i,n[i])})},$=(t,...e)=>(e.forEach(n=>{typeof n=="string"?n.trim().length>0&&t.addHtmlContent(n):v(n)?t.addReactiveContent(n):t.append(n)}),t),k=(t,e)=>{const n=document.createElement(t),s={...M(n)};return U(s,e)},P=(t,e)=>{const[n,...s]=t.split(" ").map(l=>l.trim()),i=k(n,e);return s.length>0&&i.addClass(...s),(...l)=>$(i,...l.filter(Boolean).flat().flatMap(c=>typeof c=="function"&&!v(c)?A(()=>c(i)):c))},A=t=>k("div").addStyle({display:"contents"}).addEffect(e=>{const n=t(),s=[];Array.isArray(n)?s.push(...n):s.push(n),e.clear(),$(e,...s)}),Tt=t=>{const e=s=>typeof s=="string"?s.trim().length>0?M(V(s)):P("div")():v(s)?M(J(s)):s;return at(()=>{const s=t();return s instanceof Array&&Array.isArray(s)?s.map(e):e(s)})},jt=(t,e,n)=>{const s=k("div").addStyle({display:"contents"}),i=new Map,l=new Map;let c=[];const d=new Set;let a=t.peek();const h=m=>{d.delete(m),i.delete(m),l.delete(m)};return b(()=>{const m=t();c=m.map(e).map(u=>typeof u=="string"?u:u.toString());const C=Array.from(s.hostElement.children);f("containerChildren",C,c),C.forEach(u=>{const S=u.dataset.key;c.includes(S)||(f("remove element",S,u),u.remove(),h(S))}),c.forEach(u=>{var H,j;const S=m[c.indexOf(u)];i.has(u)?JSON.stringify(S)!==JSON.stringify(a[c.indexOf(u)])&&((H=s.hostElement.querySelector(`[data-key="${u}"]`))==null||H.remove(),(j=i.get(u))==null||j.set(Math.random().toString(36).substring(2,15)),l.set(u,()=>n(S,c.indexOf(u),m).setCustomAttribute("data-key",u))):(f("create new element",u,S),i.set(u,R(Math.random().toString(36).substring(2,15))),l.set(u,()=>n(S,c.indexOf(u),m).setCustomAttribute("data-key",u)))}),a=m;const y=()=>{i.forEach((u,S)=>{f("key from setTimeout foreach currItemSignalMap",S),d.has(S)||(d.add(S),b(()=>{var bt;u();const H=c.indexOf(S),j=(bt=l.get(S))==null?void 0:bt();j&&(f("call effect from setTimeout",S,j.hostElement),H<=s.hostElement.children.length-1?s.hostElement.insertBefore(j.hostElement,s.hostElement.children[H]):s.hostElement.append(j.hostElement))}))})};Promise.resolve().then(()=>y())}),s},at=t=>{let e=[k("div")],n=!1;return b(()=>{var l,c;const s=t();n=Array.isArray(s);const i=[];i.push(...[s].flat()),i.length===0&&i.push(k("div").addStyle({display:"none"}).setAttribute("id","empty_template"));try{f("newReactiveComponent.map",i.map(d=>{var a;return f("newReactiveComponent hostElement",d.hostElement),(a=d.hostElement)==null?void 0:a.id})),f("currComponent[0].hostElement?.id",(l=e[0].hostElement)==null?void 0:l.id,e),(c=e[0].hostElement)==null||c.replaceWith(...i.map(d=>d.hostElement)),e.slice(1).forEach(d=>{var a;return(a=d.hostElement)==null?void 0:a.remove()}),e=i}catch(d){console.error(d)}}),n?e:e[0]},Ot=t=>gt in t,wt=t=>{const e=P("div")().addStyle({display:"contents"}),n=s=>(e.hostElement.innerHTML=s,e);return typeof t=="string"?n(t):e.addEffect(()=>{n(t())}),e},Z=(t,e,n)=>t?A(e):n?A(n):P("div")().setAttribute("id","empty_div_renderIf").addStyle({display:"none"}),dt=(t,e,n)=>A(()=>Z(!!t(),e,n)),kt=(t,e,n)=>typeof t=="boolean"?Z(t,e,n):dt(t,e,n),Q=(t,e)=>{const n=A(e);return typeof t=="boolean"?[n].flat().forEach(s=>s.hostElement.style.display=t?"block":"none"):b(()=>{const s=t()?"block":"none";[n].flat().forEach(i=>i.hostElement.style.display=s)}),n},It=(t,e,n)=>{const s=[Q(t,e)].flat();return n&&s.push(...[Q(()=>typeof t=="boolean"?!t:!t(),n)].flat()),A(()=>s)},ht=(t,e)=>{f("createCustomElement",t);const n=document.createElement(t),s={...M(n),setReactiveValue(i){return n instanceof T&&n.setReactiveValue(i),this},setSlotTemplate(i){const l=n.slotTemplate;return l&&Object.entries(i).forEach(([c,d])=>{l[c]=d}),this}};return U(s,e)},ut=(t,e)=>{const n=t.split(" ").slice(1).map(i=>i.trim()),s=ht(t.split(" ")[0],e);return Array.isArray(n)&&n.length>0&&s.addClass(...n),(...i)=>{L("@rcreateCustomEl content",t,i);const l=i.filter(Boolean).flat().flatMap(c=>typeof c=="function"&&!v(c)?A(()=>c(s)):c);return s.hostElement.allSlotContent=l,s.hostElement.slotContent=l.filter(g).reduce((c,d)=>{const a=d.hostElement.getAttribute("slot")||"default";return c[a]||(c[a]=[]),c[a].push(d),c},{}),s.hostElement.appendAllSlotContent=()=>$(s,...l),s}},ft=(t,e,n)=>ut(`${t.renderTagName}${e&&typeof e=="string"?" "+e:""}`,p(e)?e:e&&typeof e=="string"?n:void 0),Mt=()=>{const t=()=>{};return t.oldValue=null,t},$t=()=>({}),Pt=(t,e,n)=>{const s=e?Ct(e,n)(t):t;return(i,...l)=>{const c=[...l];return i&&!p(i)&&c.unshift(i),ft(s,p(i)?i:{})(...c)}},r={};["div","span","section","input","button","table","tr","td","th","ul","li","ol","form","label","select","option","textarea","img","a","p","h1","h2","h3","h4","h5","h6","br","hr","pre","code","nav","header","footer","main","aside","article","figure","figcaption","blockquote","cite","small","strong","em","b","i","u","s","sub","sup","mark","del","ins","details","summary","progress","meter","audio","video","canvas","slot"].forEach(t=>{r[t]=(e,...n)=>{let s=[...n];return e&&!p(e)&&(s=[e].concat(s)),P(t,p(e)?e:{})(...s)}});const mt=r.div,Ft=r.span,Ht=r.section,Wt=r.input,_t=r.button,Bt=r.table,Jt=r.tr,zt=r.td,qt=r.th,Gt=r.ul,Nt=r.li,Vt=r.ol,Dt=r.form,Ut=r.label,Xt=r.select,Zt=r.option,Qt=r.textarea,Yt=r.img,Kt=r.a,xt=r.p,te=r.h1,ee=r.h2,ne=r.h3,se=r.h4,oe=r.h5,ie=r.h6,le=r.br,ce=r.hr,re=r.pre,ae=r.code,de=r.nav,he=r.header,ue=r.footer,fe=r.main,me=r.aside,Ce=r.article,be=r.figure,pe=r.figcaption,Ee=r.blockquote,ye=r.cite,Se=r.small,ve=r.strong,Ae=r.em,ge=r.b,Le=r.i,Re=r.u,Te=r.s,je=r.sub,Oe=r.sup,we=r.mark,ke=r.del,Ie=r.ins,Me=r.details,$e=r.summary,Pe=r.progress,Fe=r.meter,He=r.audio,We=r.video,_e=r.canvas,Be=r.slot,Je=t=>e=>t(e).addClass(...e.classList??[]).addReactiveClass(e.reactiveClassList??{}),z="eventProps",q="EVENT_CONFIG",F="observedAttributes",ze=()=>(t,e)=>{Reflect.get(t,F)||Reflect.defineProperty(t,F,{value:[]}),Reflect.get(t,F).push(I(e))},qe=t=>(e,n)=>{Reflect.get(e,z)||Reflect.defineProperty(e,z,{value:[]}),Reflect.get(e,q)||Reflect.defineProperty(e,q,{value:{}}),Reflect.get(e,q)[n]={bubbles:(t==null?void 0:t.bubbles)??!1,composed:(t==null?void 0:t.composed)??!1},Reflect.get(e,z).push(n)},Ct=(t,e=!1)=>n=>{f(t,"start register static attr",n.prototype[F]);const s=[];if(n.styles){const l=n.styles,c=[];Array.isArray(l)?c.push(...l):c.push(l),c.forEach(d=>{const a=new CSSStyleSheet;a.replaceSync(d),s.push(a);const h=new CSSStyleSheet;h.replaceSync(d.slice(d.indexOf("@property"))),document.adoptedStyleSheets.push(h)})}class i extends n{constructor(...c){f("constructor",`%c${t}%c`),super(e,...c),L("@osheet",s),s.length>0&&this.shadow.adoptedStyleSheets.push(...s)}render(){f("rwc: render from new class");let c=mt();const d=()=>{f("wrapperEffectCallback"),c=n.prototype.render.call(this)};return d.fake=!0,b(d),c}attributeChangedCallback(c,d,a){f("%cAttribute has changed.%c",`%c${c}%c`,`oldValue: ${d}, newValue: ${a}`,`%c${t}%c`);try{a=JSON.parse(a)}catch{}const h=Y(c);if(h in this&&v(this[h])){const m=this[h];a===null?(m.set(m.initValue),this.removeAttribute(c)):m.set(a)}W(this,n.prototype.attributeChangedCallback,c,d,a)}connectedCallback(){var d;f("rwc: connectedCallback"),f("connectedCallback",`%c${t}%c`,this),this.providers&&Object.keys(this.providers).length>0&&(f("WRAPPER for providers",t),Object.entries(this.providers).forEach(([a,h])=>{f("register provider",a,h()),this.addEventListener(a,m=>{var y;f("send provider",a,h());const C=m;((y=C.detail)==null?void 0:y.context)===a&&(C.stopPropagation(),C.detail.callback(h))})})),this.checkInjects(),(d=n.prototype[z])==null||d.forEach(a=>{this[a]=h=>{const m=n.prototype[q][a],{bubbles:C,composed:y}=m;v(h)?b(()=>{L("@oemit reactive value",h()),this.dispatchEvent(new CustomEvent(a,{detail:h(),bubbles:C,composed:y}))}):(L("@oemit value",h),this.dispatchEvent(new CustomEvent(a,{detail:h,bubbles:C,composed:y})))}}),f("start render",`%c${t}%c`,t);const c=()=>{f("rwc: insertRenderTemplate");const a=this.render();this.shadow.appendChild(a.hostElement),W(this,n.prototype.connectedCallback),this.appendSlotContent()};if(this.rootStyle&&!n.styles){const a=C=>C instanceof Promise||Array.isArray(C)&&C.every(y=>y instanceof Promise),h=this.rootStyle,m=C=>{const y=new CSSStyleSheet;y.replaceSync(C),this.shadow.adoptedStyleSheets.push(y);const u=new CSSStyleSheet;u.replaceSync(C.slice(C.indexOf("@property"))),document.adoptedStyleSheets.push(u)};if(a(h)){const C=[];Array.isArray(h)?C.push(...h):C.push(h),Promise.all(C).then(y=>y.forEach(u=>m(u.default))).then(()=>c())}else{const C=[];Array.isArray(h)?C.push(...h):C.push(h),C.forEach(y=>m(y)),c()}}else c();this.slotContext&&Object.keys(this.slotContext).length>0&&this.shadow.querySelectorAll("slot").forEach(a=>{f(this.slotContext,this.slotContext&&this.slotContext[a.name]),L("@bslot element",a,`name:${a.name};`,a.assignedElements()),a.assignedElements().forEach(h=>{const m=this.slotContext[a.name];this.slotContext&&v(m)&&(L("@oslot element",a,`name:${a.name};`,a.assignedElements()),b(()=>{h.dispatchEvent(new CustomEvent("handleSlotContext",{detail:m()}))}))})})}disconnectedCallback(){this.shadow.replaceChildren(),this.replaceChildren(),W(this,n.prototype.disconnectedCallback)}}return E(i,"observedAttributes",n.prototype[F]??[]),E(i,"renderTagName",t),i.toString=()=>t,customElements.get(t)?console.error(`название тега ${t} повторяется, компонент ${n.name} не зарегистрирован`):customElements.define(t,i),n.renderTagName=t,n};o.BaseElement=T,o.a=Kt,o.addAttributeList=rt,o.addClassList=it,o.addCustomAttributes=ot,o.addHtmlContent=D,o.addReactiveClassList=lt,o.addStyleList=ct,o.appendContentItem=$,o.article=Ce,o.aside=me,o.audio=He,o.b=ge,o.bindReactiveSignals=St,o.blockquote=Ee,o.br=le,o.button=_t,o.camelToKebab=I,o.canvas=_e,o.checkCall=W,o.cite=ye,o.classList=et,o.cls=Rt,o.code=ae,o.colorLog=L,o.component=Ct,o.createComponent=Je,o.createCustom=ft,o.createCustomEl=ut,o.createCustomElement=ht,o.createEl=P,o.createElement=k,o.createSignal=yt,o.defineSlotTemplate=$t,o.del=ke,o.details=Me,o.disableLogs=K,o.div=mt,o.effect=b,o.effectMap=G,o.elementHelpers=M,o.em=Ae,o.enableLogs=pt,o.event=qe,o.eventEmitter=Lt,o.figcaption=pe,o.figure=be,o.footer=ue,o.forkJoin=vt,o.form=Dt,o.getList=jt,o.getReactiveTemplate=Tt,o.getSignalContent=A,o.getTextContent=N,o.h1=te,o.h2=ee,o.h3=ne,o.h4=se,o.h5=oe,o.h6=ie,o.header=he,o.hr=ce,o.htmlEffectWrapper=J,o.i=Le,o.img=Yt,o.initComponent=U,o.input=Wt,o.ins=Ie,o.isBaseElement=At,o.isComponentConfig=g,o.isComponentInitConfig=p,o.isReactiveSignal=v,o.isSlotTemplate=Ot,o.kebabToCamel=Y,o.label=Ut,o.li=Nt,o.main=fe,o.mark=we,o.meter=Fe,o.nav=de,o.newEventEmitter=Mt,o.ol=Vt,o.option=Zt,o.p=xt,o.pre=re,o.progress=Pe,o.projectLog=f,o.property=ze,o.renderIf=Z,o.rs=Et,o.rxRenderIf=dt,o.s=Te,o.section=Ht,o.select=Xt,o.setChildren=st,o.setEffects=nt,o.setHtmlContent=tt,o.setListeners=X,o.show=It,o.showIf=Q,o.signal=R,o.signalComponent=at,o.slot=Be,o.small=Se,o.span=Ft,o.strong=ve,o.sub=je,o.summary=$e,o.sup=Oe,o.table=Bt,o.td=zt,o.textContentWrapper=V,o.textarea=Qt,o.th=qt,o.tr=Jt,o.u=Re,o.ul=Gt,o.unsafeHtml=wt,o.useCustomComponent=Pt,o.video=We,o.when=kt,Object.defineProperty(o,Symbol.toStringTag,{value:"Module"})});
@@ -1,18 +1,18 @@
1
1
  var Q = Object.defineProperty;
2
2
  var Y = (t, e, s) => e in t ? Q(t, e, { enumerable: !0, configurable: !0, writable: !0, value: s }) : t[e] = s;
3
3
  var C = (t, e, s) => Y(t, typeof e != "symbol" ? e + "" : e, s);
4
- const w = (t) => t && typeof t == "object" && ("classList" in t || "attributes" in t || "customAttributes" in t || "reactiveClassList" in t || "listeners" in t || "customListeners" in t || "children" in t || "effects" in t || "style" in t || Object.keys(t).some(
4
+ const x = (t) => t && typeof t == "object" && ("classList" in t || "attributes" in t || "customAttributes" in t || "reactiveClassList" in t || "listeners" in t || "customListeners" in t || "children" in t || "effects" in t || "style" in t || Object.keys(t).some(
5
5
  (e) => e.startsWith(".") || e.startsWith("@") || e.startsWith("$")
6
6
  )) && !("hostElement" in t), K = (t) => t && typeof t == "object" && "hostElement" in t && "append" in t && "set" in t && "addStyle" in t && "setAttribute" in t && "addClass" in t && "addEffect" in t && "addReactiveContent" in t && "setReactiveContent" in t && "clear" in t, _ = (t, e, ...s) => {
7
7
  e && e.apply(t, s);
8
8
  };
9
9
  let F = !0;
10
- const f = (...t) => {
10
+ const u = (...t) => {
11
11
  F && console.debug(
12
12
  ["[rwc]", ...t].join(" | "),
13
13
  ...Array.from(t.join("").matchAll(/%c/gm)).map((e, s) => s % 2 === 0 ? "color:red" : "color:inherit")
14
14
  );
15
- }, k = (t) => t.replace(/([A-Z])/gm, (e) => `-${e.toLowerCase()}`), tt = (t) => t.replace(/-(\w)/gm, (e, s) => s.toUpperCase()), A = (t, ...e) => {
15
+ }, $ = (t) => t.replace(/([A-Z])/gm, (e) => `-${e.toLowerCase()}`), tt = (t) => t.replace(/-(\w)/gm, (e, s) => s.toUpperCase()), A = (t, ...e) => {
16
16
  if (!F) return;
17
17
  const s = {
18
18
  r: "color: #ff0000",
@@ -31,13 +31,13 @@ const f = (...t) => {
31
31
  // orange
32
32
  w: "color: #808080"
33
33
  // gray (w for white/gray)
34
- }, n = t.match(/@[rgbpycow]/g) || [], o = n.map((c) => {
35
- const a = c.slice(1);
34
+ }, n = t.match(/@[rgbpycow]/g) || [], o = n.map((l) => {
35
+ const a = l.slice(1);
36
36
  return s[a] || "color: inherit";
37
37
  });
38
38
  let r = t;
39
- n.forEach((c) => {
40
- const a = new RegExp(`\\${c}([^\\s,]+)`, "g");
39
+ n.forEach((l) => {
40
+ const a = new RegExp(`\\${l}([^\\s,]+)`, "g");
41
41
  r = r.replace(a, "%c$1");
42
42
  }), console.log(r, ...o, ...e);
43
43
  }, vt = () => {
@@ -46,60 +46,60 @@ const f = (...t) => {
46
46
  F = !1;
47
47
  };
48
48
  et();
49
- const V = /* @__PURE__ */ new Map(), L = /* @__PURE__ */ new WeakMap(), I = [], g = [];
50
- function O(t, e = () => !0, s) {
51
- const n = /* @__PURE__ */ new Set();
52
- let o = e;
53
- function r() {
54
- var a;
55
- const c = I[I.length - 1];
56
- if (c && !("fake" in c && c.fake)) {
57
- const l = L.get(c), d = l == null ? void 0 : l.parent;
58
- if (d) {
59
- const h = L.get(d);
60
- h == null || h.cleanupFns.add(() => {
61
- n.delete(c);
49
+ const V = /* @__PURE__ */ new Map(), R = /* @__PURE__ */ new WeakMap(), I = [], L = [];
50
+ function O(t, e) {
51
+ const s = /* @__PURE__ */ new Set();
52
+ let n = (e == null ? void 0 : e.signalCompareFn) || (() => !0);
53
+ function o() {
54
+ var l;
55
+ const r = I[I.length - 1];
56
+ if (r && !("fake" in r && r.fake)) {
57
+ const a = R.get(r), c = a == null ? void 0 : a.parent;
58
+ if (c) {
59
+ const d = R.get(c);
60
+ d == null || d.cleanupFns.add(() => {
61
+ s.delete(r);
62
62
  });
63
63
  }
64
- n.add(c), (a = V.get(c.effectId)) == null || a.add(r);
64
+ s.add(r), (l = V.get(r.effectId)) == null || l.signals.push(o);
65
65
  }
66
66
  return t;
67
67
  }
68
- return r.effectId = (s == null ? void 0 : s.name) || Math.random().toString(36).substring(2, 15), r.getSubscribers = () => [...n], r.setCompareFn = function(c) {
69
- return o = c, r;
70
- }, r.clearSubscribers = function() {
71
- n.clear();
72
- }, r.peek = function() {
68
+ return o.signalId = `${(e == null ? void 0 : e.name) || ""}_${Math.random().toString(36).substring(2, 15)}`, o.getSubscribers = () => [...s], o.setCompareFn = function(r) {
69
+ return n = r, o;
70
+ }, o.clearSubscribers = function() {
71
+ s.clear();
72
+ }, o.peek = function() {
73
73
  return Object.freeze(t);
74
- }, r.initValue = Object.freeze(t), r.oldValue = Object.freeze(t), r.forceSet = function(c) {
75
- r.oldValue = Object.freeze(t), t = c, n.forEach((a) => Promise.resolve(a).then((l) => {
76
- const d = L.get(l);
77
- d && d.cleanupFns.size > 0 && (d.cleanupFns.forEach((h) => h()), d.cleanupFns.clear()), g.push(l), l(), g.pop();
74
+ }, o.initValue = Object.freeze(t), o.oldValue = Object.freeze(t), o.forceSet = function(r) {
75
+ o.oldValue = Object.freeze(t), t = r, s.forEach((l) => Promise.resolve(l).then((a) => {
76
+ const c = R.get(a);
77
+ c && c.cleanupFns.size > 0 && (c.cleanupFns.forEach((d) => d()), c.cleanupFns.clear()), L.push(a), a(), L.pop();
78
78
  }));
79
- }, r.set = function(c, a = o) {
80
- t !== c && a(t, c) && r.forceSet(c);
81
- }, r.update = function(c) {
82
- r.set(c(t));
83
- }, r.pipe = (c) => {
79
+ }, o.set = function(r, l = n) {
80
+ t !== r && l(t, r) && o.forceSet(r);
81
+ }, o.update = function(r) {
82
+ o.set(r(t));
83
+ }, o.pipe = (r, l) => {
84
84
  const a = O(null);
85
85
  return m(() => {
86
- const l = r();
86
+ const c = o();
87
87
  m(() => {
88
- const d = c(l);
89
- d instanceof Promise ? d.then((h) => a.set(h)) : y(d) ? m(() => a.set(d())) : a.set(d);
90
- });
88
+ const d = r(c);
89
+ d instanceof Promise ? d.then((f) => a.set(f)) : y(d) ? m(() => a.set(d())) : a.set(d);
90
+ }, l);
91
91
  }), a;
92
- }, r;
92
+ }, o;
93
93
  }
94
94
  function m(t, e) {
95
- const s = e || Math.random().toString(36).substring(2, 15);
96
- f("current effect", `%c${s}%c`);
95
+ const s = `${(e == null ? void 0 : e.name) || ""}_${Math.random().toString(36).substring(2, 15)}`;
96
+ u("current effect", `%c${s}%c`);
97
97
  const n = t;
98
- t = () => (f("current effect callback", `%c${s}%c`), n()), "fake" in n && n.fake && (t.fake = !0), V.set(s, /* @__PURE__ */ new WeakSet()), t.effectId = s;
99
- const o = g[g.length - 1];
100
- L.has(t) || L.set(t, { cleanupFns: /* @__PURE__ */ new Set() });
101
- const r = L.get(t);
102
- o ? r.parent = o : delete r.parent, g.push(t), I.push(t), t(), I.pop(), g.pop();
98
+ t = () => (u("current effect callback", `%c${s}%c`), n()), "fake" in n && n.fake && (t.fake = !0), t.effectId = s;
99
+ const o = L[L.length - 1];
100
+ V.set(s, { signals: [], parent: (o == null ? void 0 : o.effectId) || null }), R.has(t) || R.set(t, { cleanupFns: /* @__PURE__ */ new Set() });
101
+ const r = R.get(t);
102
+ o ? r.parent = o : delete r.parent, L.push(t), I.push(t), t(), I.pop(), L.pop();
103
103
  }
104
104
  const y = (t) => !!t && ["object", "function"].includes(typeof t) && "set" in t && "oldValue" in t && "update" in t && "forceSet" in t;
105
105
  function At(t, ...e) {
@@ -108,36 +108,36 @@ function At(t, ...e) {
108
108
  const n = e.map(
109
109
  (r) => y(r) ? String(r()) : String(r)
110
110
  ), o = [t[0]];
111
- n.forEach((r, c) => {
112
- o.push(r, t[c + 1]);
111
+ n.forEach((r, l) => {
112
+ o.push(r, t[l + 1]);
113
113
  }), s.set(o.join(""));
114
114
  }), s;
115
115
  }
116
- function gt(t, e) {
116
+ function Lt(t, e) {
117
117
  const s = O(e ?? null), n = (o) => s.set(o);
118
118
  return t instanceof Promise ? t.then(n) : typeof t == "function" && m(() => {
119
119
  const o = t();
120
120
  o instanceof Promise ? o.then(n) : y(o) ? m(() => n(o())) : n(o);
121
121
  }), s;
122
122
  }
123
- function Lt(t, e) {
123
+ function Rt(t, e) {
124
124
  let s = t(), n = e();
125
125
  m(() => {
126
126
  const o = t(), r = e();
127
127
  o !== r && (o !== s ? e.set(o) : r !== n && t.set(r)), s = o, n = r;
128
128
  });
129
129
  }
130
- function Rt(...t) {
130
+ function gt(...t) {
131
131
  let e = t.map((n) => n());
132
132
  const s = O(e);
133
133
  return t.forEach((n, o) => {
134
134
  m(() => {
135
- const r = () => e.filter((c) => c !== void 0).length;
135
+ const r = () => e.filter((l) => l !== void 0).length;
136
136
  r() === t.length && (e = Array.from(e).fill(void 0)), e[o] = n(), r() === t.length && s.set([...e]);
137
137
  });
138
138
  }), s;
139
139
  }
140
- class R extends HTMLElement {
140
+ class g extends HTMLElement {
141
141
  constructor(s = !1) {
142
142
  super();
143
143
  C(this, "isSlotLazyLoading", !1);
@@ -169,11 +169,11 @@ class R extends HTMLElement {
169
169
  (s = this.appendAllSlotContent) == null || s.call(this);
170
170
  }
171
171
  inject(s) {
172
- return f("%cinject%c", s), this.injects[s] || (this.injects[s] = O(null)), this.injects[s];
172
+ return u("%cinject%c", s), this.injects[s] || (this.injects[s] = O(null)), this.injects[s];
173
173
  }
174
174
  checkInjects() {
175
175
  Object.entries(this.injects).forEach(([s, n]) => {
176
- f(
176
+ u(
177
177
  "%cinject%c",
178
178
  `%c${s}%c`,
179
179
  "from BaseElement (dispatch event)"
@@ -195,7 +195,7 @@ class R extends HTMLElement {
195
195
  this.modelValue = s;
196
196
  }
197
197
  }
198
- C(R, "observedAttributes", []), C(R, "renderTagName", ""), C(R, "styles");
198
+ C(g, "observedAttributes", []), C(g, "renderTagName", ""), C(g, "styles");
199
199
  const Ot = (t) => "render" in t && "setReactiveValue" in t, st = "handleSlotContext", J = "onConnected", jt = () => () => {
200
200
  }, D = (t) => typeof t == "string" ? t : JSON.stringify(t), G = (t) => {
201
201
  const e = document.createElement("span");
@@ -244,7 +244,7 @@ const Ot = (t) => "render" in t && "setReactiveValue" in t, st = "handleSlotCont
244
244
  },
245
245
  setAttribute(e, s) {
246
246
  let n;
247
- if (typeof s == "boolean" && !(t instanceof R))
247
+ if (typeof s == "boolean" && !(t instanceof g))
248
248
  if (s)
249
249
  n = "";
250
250
  else {
@@ -253,7 +253,7 @@ const Ot = (t) => "render" in t && "setReactiveValue" in t, st = "handleSlotCont
253
253
  return o in t && (t[o] = null), this;
254
254
  }
255
255
  else typeof s != "string" ? n = JSON.stringify(s) : n = s;
256
- if (t.setAttribute(k(e), n), !(t instanceof R)) {
256
+ if (t.setAttribute($(e), n), !(t instanceof g)) {
257
257
  const o = e.toLowerCase();
258
258
  o in t && (t[o] = s);
259
259
  }
@@ -261,7 +261,7 @@ const Ot = (t) => "render" in t && "setReactiveValue" in t, st = "handleSlotCont
261
261
  },
262
262
  setCustomAttribute(e, s) {
263
263
  let n;
264
- return typeof s != "string" ? n = JSON.stringify(s) : n = s, t.setAttribute(k(e), n), this;
264
+ return typeof s != "string" ? n = JSON.stringify(s) : n = s, t.setAttribute($(e), n), this;
265
265
  },
266
266
  setReactiveAttribute(e, s) {
267
267
  return m(() => this.setAttribute(e, s())), this;
@@ -270,7 +270,7 @@ const Ot = (t) => "render" in t && "setReactiveValue" in t, st = "handleSlotCont
270
270
  return m(() => this.setCustomAttribute(e, s())), this;
271
271
  },
272
272
  removeAttribute(e) {
273
- return t.removeAttribute(k(e)), this;
273
+ return t.removeAttribute($(e)), this;
274
274
  },
275
275
  addStyle(e) {
276
276
  return Object.entries(e).forEach(([s, n]) => {
@@ -349,19 +349,19 @@ const Ot = (t) => "render" in t && "setReactiveValue" in t, st = "handleSlotCont
349
349
  e.listeners[o] = e[n];
350
350
  }), s.filter((n) => n.startsWith("$")).forEach((n) => {
351
351
  e != null && e.effects || (e.effects = []), e.effects.push(e[n]);
352
- }), lt(t, e.classList), dt(t, e.style), ht(t, e.attributes), at(t, e.reactiveClassList), it(t, e.customAttributes), ct(t, e.children), rt(t, e.effects), q(t, e.listeners), q(t, e.customListeners), t;
352
+ }), ct(t, e.classList), dt(t, e.style), ht(t, e.attributes), at(t, e.reactiveClassList), it(t, e.customAttributes), lt(t, e.children), rt(t, e.effects), q(t, e.listeners), q(t, e.customListeners), t;
353
353
  }, q = (t, e) => {
354
354
  e && Object.entries(e).forEach(([s, n]) => {
355
355
  typeof n == "function" && t.addEventlistener(s, n);
356
356
  });
357
- }, rt = (t, e) => e == null ? void 0 : e.forEach((s) => t.addEffect(s)), ct = (t, e) => W(t, ...e || []), it = (t, e) => {
357
+ }, rt = (t, e) => e == null ? void 0 : e.forEach((s) => t.addEffect(s)), lt = (t, e) => W(t, ...e || []), it = (t, e) => {
358
358
  const s = e;
359
359
  s && Object.keys(s).forEach((n) => {
360
360
  y(s[n]) ? t.setReactiveCustomAttribute(n, s[n]) : typeof s[n] == "function" ? t.addEffect(() => {
361
361
  t.setCustomAttribute(n, s[n]());
362
362
  }) : t.setCustomAttribute(n, s[n]);
363
363
  });
364
- }, lt = (t, e) => t.addClass(...e || []), at = (t, e) => t.addReactiveClass(e || {}), dt = (t, e) => t.addStyle(e || {}), ht = (t, e) => {
364
+ }, ct = (t, e) => t.addClass(...e || []), at = (t, e) => t.addReactiveClass(e || {}), dt = (t, e) => t.addStyle(e || {}), ht = (t, e) => {
365
365
  const s = e, n = (o, r) => {
366
366
  r && (y(r) ? t.setReactiveAttribute(o, r) : typeof r == "function" ? t.addEffect(() => {
367
367
  t.setAttribute(o, r());
@@ -372,70 +372,70 @@ const Ot = (t) => "render" in t && "setReactiveValue" in t, st = "handleSlotCont
372
372
  });
373
373
  }, W = (t, ...e) => (e.forEach((s) => {
374
374
  typeof s == "string" ? s.trim().length > 0 && t.addHtmlContent(s) : y(s) ? t.addReactiveContent(s) : t.append(s);
375
- }), t), x = (t, e) => {
375
+ }), t), w = (t, e) => {
376
376
  const s = document.createElement(t), n = {
377
377
  ...P(s)
378
378
  };
379
379
  return X(n, e);
380
380
  }, H = (t, e) => {
381
- const [s, ...n] = t.split(" ").map((r) => r.trim()), o = x(s, e);
381
+ const [s, ...n] = t.split(" ").map((r) => r.trim()), o = w(s, e);
382
382
  return n.length > 0 && o.addClass(...n), (...r) => W(
383
383
  o,
384
384
  ...r.filter(Boolean).flat().flatMap(
385
- (c) => typeof c == "function" && !y(c) ? v(() => c(o)) : c
385
+ (l) => typeof l == "function" && !y(l) ? v(() => l(o)) : l
386
386
  )
387
387
  );
388
- }, v = (t) => x("div").addStyle({ display: "contents" }).addEffect((e) => {
388
+ }, v = (t) => w("div").addStyle({ display: "contents" }).addEffect((e) => {
389
389
  const s = t(), n = [];
390
390
  Array.isArray(s) ? n.push(...s) : n.push(s), e.clear(), W(e, ...n);
391
- }), wt = (t) => {
391
+ }), xt = (t) => {
392
392
  const e = (n) => typeof n == "string" ? n.trim().length > 0 ? P(G(n)) : H("div")() : y(n) ? P(z(n)) : n;
393
393
  return ut(() => {
394
394
  const n = t();
395
395
  return n instanceof Array && Array.isArray(n) ? n.map(e) : e(n);
396
396
  });
397
- }, xt = (t, e, s) => {
398
- const n = x("div").addStyle({ display: "contents" }), o = /* @__PURE__ */ new Map(), r = /* @__PURE__ */ new Map();
399
- let c = [];
397
+ }, wt = (t, e, s) => {
398
+ const n = w("div").addStyle({ display: "contents" }), o = /* @__PURE__ */ new Map(), r = /* @__PURE__ */ new Map();
399
+ let l = [];
400
400
  const a = /* @__PURE__ */ new Set();
401
- let l = t.peek();
402
- const d = (h) => {
403
- a.delete(h), o.delete(h), r.delete(h);
401
+ let c = t.peek();
402
+ const d = (f) => {
403
+ a.delete(f), o.delete(f), r.delete(f);
404
404
  };
405
405
  return m(() => {
406
- const h = t();
407
- c = h.map(e).map((u) => typeof u == "string" ? u : u.toString());
406
+ const f = t();
407
+ l = f.map(e).map((h) => typeof h == "string" ? h : h.toString());
408
408
  const p = Array.from(n.hostElement.children);
409
- f("containerChildren", p, c), p.forEach((u) => {
410
- const E = u.dataset.key;
411
- c.includes(E) || (f("remove element", E, u), u.remove(), d(E));
412
- }), c.forEach((u) => {
409
+ u("containerChildren", p, l), p.forEach((h) => {
410
+ const E = h.dataset.key;
411
+ l.includes(E) || (u("remove element", E, h), h.remove(), d(E));
412
+ }), l.forEach((h) => {
413
413
  var j, S;
414
- const E = h[c.indexOf(u)];
415
- o.has(u) ? JSON.stringify(E) !== JSON.stringify(l[c.indexOf(u)]) && ((j = n.hostElement.querySelector(`[data-key="${u}"]`)) == null || j.remove(), (S = o.get(u)) == null || S.set(Math.random().toString(36).substring(2, 15)), r.set(
416
- u,
417
- () => s(E, c.indexOf(u), h).setCustomAttribute(
414
+ const E = f[l.indexOf(h)];
415
+ o.has(h) ? JSON.stringify(E) !== JSON.stringify(c[l.indexOf(h)]) && ((j = n.hostElement.querySelector(`[data-key="${h}"]`)) == null || j.remove(), (S = o.get(h)) == null || S.set(Math.random().toString(36).substring(2, 15)), r.set(
416
+ h,
417
+ () => s(E, l.indexOf(h), f).setCustomAttribute(
418
418
  "data-key",
419
- u
419
+ h
420
420
  )
421
- )) : (f("create new element", u, E), o.set(
422
- u,
421
+ )) : (u("create new element", h, E), o.set(
422
+ h,
423
423
  O(Math.random().toString(36).substring(2, 15))
424
424
  ), r.set(
425
- u,
426
- () => s(E, c.indexOf(u), h).setCustomAttribute(
425
+ h,
426
+ () => s(E, l.indexOf(h), f).setCustomAttribute(
427
427
  "data-key",
428
- u
428
+ h
429
429
  )
430
430
  ));
431
- }), l = h;
431
+ }), c = f;
432
432
  const b = () => {
433
- o.forEach((u, E) => {
434
- f("key from setTimeout foreach currItemSignalMap", E), a.has(E) || (a.add(E), m(() => {
433
+ o.forEach((h, E) => {
434
+ u("key from setTimeout foreach currItemSignalMap", E), a.has(E) || (a.add(E), m(() => {
435
435
  var B;
436
- u();
437
- const j = c.indexOf(E), S = (B = r.get(E)) == null ? void 0 : B();
438
- S && (f(
436
+ h();
437
+ const j = l.indexOf(E), S = (B = r.get(E)) == null ? void 0 : B();
438
+ S && (u(
439
439
  "call effect from setTimeout",
440
440
  E,
441
441
  S.hostElement
@@ -449,35 +449,35 @@ const Ot = (t) => "render" in t && "setReactiveValue" in t, st = "handleSlotCont
449
449
  Promise.resolve().then(() => b());
450
450
  }), n;
451
451
  }, ut = (t) => {
452
- let e = [x("div")], s = !1;
452
+ let e = [w("div")], s = !1;
453
453
  return m(() => {
454
- var r, c;
454
+ var r, l;
455
455
  const n = t();
456
456
  s = Array.isArray(n);
457
457
  const o = [];
458
458
  o.push(...[n].flat()), o.length === 0 && o.push(
459
- x("div").addStyle({ display: "none" }).setAttribute("id", "empty_template")
459
+ w("div").addStyle({ display: "none" }).setAttribute("id", "empty_template")
460
460
  );
461
461
  try {
462
- f("newReactiveComponent.map", o.map((a) => {
463
- var l;
464
- return f("newReactiveComponent hostElement", a.hostElement), (l = a.hostElement) == null ? void 0 : l.id;
465
- })), f("currComponent[0].hostElement?.id", (r = e[0].hostElement) == null ? void 0 : r.id, e), (c = e[0].hostElement) == null || c.replaceWith(
462
+ u("newReactiveComponent.map", o.map((a) => {
463
+ var c;
464
+ return u("newReactiveComponent hostElement", a.hostElement), (c = a.hostElement) == null ? void 0 : c.id;
465
+ })), u("currComponent[0].hostElement?.id", (r = e[0].hostElement) == null ? void 0 : r.id, e), (l = e[0].hostElement) == null || l.replaceWith(
466
466
  ...o.map((a) => a.hostElement)
467
467
  ), e.slice(1).forEach((a) => {
468
- var l;
469
- return (l = a.hostElement) == null ? void 0 : l.remove();
468
+ var c;
469
+ return (c = a.hostElement) == null ? void 0 : c.remove();
470
470
  }), e = o;
471
471
  } catch (a) {
472
472
  console.error(a);
473
473
  }
474
474
  }), s ? e : e[0];
475
- }, kt = (t) => st in t, Mt = (t) => {
475
+ }, $t = (t) => st in t, kt = (t) => {
476
476
  const e = H("div")().addStyle({ display: "contents" }), s = (n) => (e.hostElement.innerHTML = n, e);
477
477
  return typeof t == "string" ? s(t) : e.addEffect(() => {
478
478
  s(t());
479
479
  }), e;
480
- }, Z = (t, e, s) => t ? v(e) : s ? v(s) : H("div")().setAttribute("id", "empty_div_renderIf").addStyle({ display: "none" }), ft = (t, e, s) => v(() => Z(!!t(), e, s)), $t = (t, e, s) => typeof t == "boolean" ? Z(t, e, s) : ft(t, e, s), N = (t, e) => {
480
+ }, Z = (t, e, s) => t ? v(e) : s ? v(s) : H("div")().setAttribute("id", "empty_div_renderIf").addStyle({ display: "none" }), ft = (t, e, s) => v(() => Z(!!t(), e, s)), Mt = (t, e, s) => typeof t == "boolean" ? Z(t, e, s) : ft(t, e, s), N = (t, e) => {
481
481
  const s = v(e);
482
482
  return typeof t == "boolean" ? [s].flat().forEach((n) => n.hostElement.style.display = t ? "block" : "none") : m(() => {
483
483
  const n = t() ? "block" : "none";
@@ -492,16 +492,16 @@ const Ot = (t) => "render" in t && "setReactiveValue" in t, st = "handleSlotCont
492
492
  )].flat()
493
493
  ), v(() => n);
494
494
  }, pt = (t, e) => {
495
- f("createCustomElement", t);
495
+ u("createCustomElement", t);
496
496
  const s = document.createElement(t), n = {
497
497
  ...P(s),
498
498
  setReactiveValue(o) {
499
- return s instanceof R && s.setReactiveValue(o), this;
499
+ return s instanceof g && s.setReactiveValue(o), this;
500
500
  },
501
501
  setSlotTemplate(o) {
502
502
  const r = s.slotTemplate;
503
- return r && Object.entries(o).forEach(([c, a]) => {
504
- r[c] = a;
503
+ return r && Object.entries(o).forEach(([l, a]) => {
504
+ r[l] = a;
505
505
  }), this;
506
506
  }
507
507
  };
@@ -511,19 +511,19 @@ const Ot = (t) => "render" in t && "setReactiveValue" in t, st = "handleSlotCont
511
511
  return Array.isArray(s) && s.length > 0 && n.addClass(...s), (...o) => {
512
512
  A("@rcreateCustomEl content", t, o);
513
513
  const r = o.filter(Boolean).flat().flatMap(
514
- (c) => typeof c == "function" && !y(c) ? v(() => c(n)) : c
514
+ (l) => typeof l == "function" && !y(l) ? v(() => l(n)) : l
515
515
  );
516
516
  return n.hostElement.allSlotContent = r, n.hostElement.slotContent = r.filter(K).reduce(
517
- (c, a) => {
518
- const l = a.hostElement.getAttribute("slot") || "default";
519
- return c[l] || (c[l] = []), c[l].push(a), c;
517
+ (l, a) => {
518
+ const c = a.hostElement.getAttribute("slot") || "default";
519
+ return l[c] || (l[c] = []), l[c].push(a), l;
520
520
  },
521
521
  {}
522
522
  ), n.hostElement.appendAllSlotContent = () => W(n, ...r), n;
523
523
  };
524
524
  }, Ct = (t, e, s) => mt(
525
525
  `${t.renderTagName}${e && typeof e == "string" ? " " + e : ""}`,
526
- w(e) ? e : e && typeof e == "string" ? s : void 0
526
+ x(e) ? e : e && typeof e == "string" ? s : void 0
527
527
  ), Pt = () => {
528
528
  const t = () => {
529
529
  };
@@ -531,8 +531,8 @@ const Ot = (t) => "render" in t && "setReactiveValue" in t, st = "handleSlotCont
531
531
  }, Ft = () => ({}), Wt = (t, e, s) => {
532
532
  const n = e ? yt(e, s)(t) : t;
533
533
  return (o, ...r) => {
534
- const c = [...r];
535
- return o && !w(o) && c.unshift(o), Ct(n, w(o) ? o : {})(...c);
534
+ const l = [...r];
535
+ return o && !x(o) && l.unshift(o), Ct(n, x(o) ? o : {})(...l);
536
536
  };
537
537
  }, i = {}, bt = [
538
538
  "div",
@@ -599,101 +599,101 @@ const Ot = (t) => "render" in t && "setReactiveValue" in t, st = "handleSlotCont
599
599
  bt.forEach((t) => {
600
600
  i[t] = (e, ...s) => {
601
601
  let n = [...s];
602
- return e && !w(e) && (n = [e].concat(n)), H(t, w(e) ? e : {})(...n);
602
+ return e && !x(e) && (n = [e].concat(n)), H(t, x(e) ? e : {})(...n);
603
603
  };
604
604
  });
605
- const Et = i.div, Ht = i.span, _t = i.section, zt = i.input, Bt = i.button, Jt = i.table, qt = i.tr, Nt = i.td, Vt = i.th, Dt = i.ul, Gt = i.li, Ut = i.ol, Xt = i.form, Zt = i.label, Qt = i.select, Yt = i.option, Kt = i.textarea, te = i.img, ee = i.a, se = i.p, ne = i.h1, oe = i.h2, re = i.h3, ce = i.h4, ie = i.h5, le = i.h6, ae = i.br, de = i.hr, he = i.pre, ue = i.code, fe = i.nav, pe = i.header, me = i.footer, Ce = i.main, be = i.aside, Ee = i.article, ye = i.figure, Se = i.figcaption, ve = i.blockquote, Ae = i.cite, ge = i.small, Le = i.strong, Re = i.em, Oe = i.b, je = i.i, Te = i.u, we = i.s, xe = i.sub, ke = i.sup, Me = i.mark, $e = i.del, Ie = i.ins, Pe = i.details, Fe = i.summary, We = i.progress, He = i.meter, _e = i.audio, ze = i.video, Be = i.canvas, Je = i.slot, qe = (t) => (e) => t(e).addClass(...e.classList ?? []).addReactiveClass(e.reactiveClassList ?? {}), M = "eventProps", $ = "EVENT_CONFIG", T = "observedAttributes", Ne = () => (t, e) => {
605
+ const Et = i.div, Ht = i.span, _t = i.section, zt = i.input, Bt = i.button, Jt = i.table, qt = i.tr, Nt = i.td, Vt = i.th, Dt = i.ul, Gt = i.li, Ut = i.ol, Xt = i.form, Zt = i.label, Qt = i.select, Yt = i.option, Kt = i.textarea, te = i.img, ee = i.a, se = i.p, ne = i.h1, oe = i.h2, re = i.h3, le = i.h4, ie = i.h5, ce = i.h6, ae = i.br, de = i.hr, he = i.pre, ue = i.code, fe = i.nav, pe = i.header, me = i.footer, Ce = i.main, be = i.aside, Ee = i.article, ye = i.figure, Se = i.figcaption, ve = i.blockquote, Ae = i.cite, Le = i.small, Re = i.strong, ge = i.em, Oe = i.b, je = i.i, Te = i.u, xe = i.s, we = i.sub, $e = i.sup, ke = i.mark, Me = i.del, Ie = i.ins, Pe = i.details, Fe = i.summary, We = i.progress, He = i.meter, _e = i.audio, ze = i.video, Be = i.canvas, Je = i.slot, qe = (t) => (e) => t(e).addClass(...e.classList ?? []).addReactiveClass(e.reactiveClassList ?? {}), k = "eventProps", M = "EVENT_CONFIG", T = "observedAttributes", Ne = () => (t, e) => {
606
606
  Reflect.get(t, T) || Reflect.defineProperty(t, T, {
607
607
  value: []
608
608
  }), Reflect.get(t, T).push(
609
- k(e)
609
+ $(e)
610
610
  );
611
611
  }, Ve = (t) => (e, s) => {
612
- Reflect.get(e, M) || Reflect.defineProperty(e, M, {
612
+ Reflect.get(e, k) || Reflect.defineProperty(e, k, {
613
613
  value: []
614
- }), Reflect.get(e, $) || Reflect.defineProperty(e, $, {
614
+ }), Reflect.get(e, M) || Reflect.defineProperty(e, M, {
615
615
  value: {}
616
- }), Reflect.get(e, $)[s] = {
616
+ }), Reflect.get(e, M)[s] = {
617
617
  bubbles: (t == null ? void 0 : t.bubbles) ?? !1,
618
618
  composed: (t == null ? void 0 : t.composed) ?? !1
619
- }, Reflect.get(e, M).push(s);
619
+ }, Reflect.get(e, k).push(s);
620
620
  }, yt = (t, e = !1) => (s) => {
621
- f(
621
+ u(
622
622
  t,
623
623
  "start register static attr",
624
624
  s.prototype[T]
625
625
  );
626
626
  const n = [];
627
627
  if (s.styles) {
628
- const r = s.styles, c = [];
629
- Array.isArray(r) ? c.push(...r) : c.push(r), c.forEach((a) => {
630
- const l = new CSSStyleSheet();
631
- l.replaceSync(a), n.push(l);
628
+ const r = s.styles, l = [];
629
+ Array.isArray(r) ? l.push(...r) : l.push(r), l.forEach((a) => {
630
+ const c = new CSSStyleSheet();
631
+ c.replaceSync(a), n.push(c);
632
632
  const d = new CSSStyleSheet();
633
633
  d.replaceSync(a.slice(a.indexOf("@property"))), document.adoptedStyleSheets.push(d);
634
634
  });
635
635
  }
636
636
  class o extends s {
637
- constructor(...c) {
638
- f("constructor", `%c${t}%c`), super(e, ...c), A("@osheet", n), n.length > 0 && this.shadow.adoptedStyleSheets.push(...n);
637
+ constructor(...l) {
638
+ u("constructor", `%c${t}%c`), super(e, ...l), A("@osheet", n), n.length > 0 && this.shadow.adoptedStyleSheets.push(...n);
639
639
  }
640
640
  render() {
641
- f("rwc: render from new class");
642
- let c = Et();
641
+ u("rwc: render from new class");
642
+ let l = Et();
643
643
  const a = () => {
644
- f("wrapperEffectCallback"), c = s.prototype.render.call(this);
644
+ u("wrapperEffectCallback"), l = s.prototype.render.call(this);
645
645
  };
646
- return a.fake = !0, m(a), c;
646
+ return a.fake = !0, m(a), l;
647
647
  }
648
- attributeChangedCallback(c, a, l) {
649
- f(
648
+ attributeChangedCallback(l, a, c) {
649
+ u(
650
650
  "%cAttribute has changed.%c",
651
- `%c${c}%c`,
652
- `oldValue: ${a}, newValue: ${l}`,
651
+ `%c${l}%c`,
652
+ `oldValue: ${a}, newValue: ${c}`,
653
653
  `%c${t}%c`
654
654
  );
655
655
  try {
656
- l = JSON.parse(l);
656
+ c = JSON.parse(c);
657
657
  } catch {
658
658
  }
659
- const d = tt(c);
659
+ const d = tt(l);
660
660
  if (d in this && y(this[d])) {
661
- const h = this[d];
662
- l === null ? (h.set(h.initValue), this.removeAttribute(c)) : h.set(l);
661
+ const f = this[d];
662
+ c === null ? (f.set(f.initValue), this.removeAttribute(l)) : f.set(c);
663
663
  }
664
664
  _(
665
665
  this,
666
666
  s.prototype.attributeChangedCallback,
667
- c,
667
+ l,
668
668
  a,
669
- l
669
+ c
670
670
  );
671
671
  }
672
672
  connectedCallback() {
673
673
  var a;
674
- f("rwc: connectedCallback"), f("connectedCallback", `%c${t}%c`, this), this.providers && Object.keys(this.providers).length > 0 && (f("WRAPPER for providers", t), Object.entries(this.providers).forEach(
675
- ([l, d]) => {
676
- f("register provider", l, d()), this.addEventListener(l, (h) => {
674
+ u("rwc: connectedCallback"), u("connectedCallback", `%c${t}%c`, this), this.providers && Object.keys(this.providers).length > 0 && (u("WRAPPER for providers", t), Object.entries(this.providers).forEach(
675
+ ([c, d]) => {
676
+ u("register provider", c, d()), this.addEventListener(c, (f) => {
677
677
  var b;
678
- f("send provider", l, d());
679
- const p = h;
680
- ((b = p.detail) == null ? void 0 : b.context) === l && (p.stopPropagation(), p.detail.callback(d));
678
+ u("send provider", c, d());
679
+ const p = f;
680
+ ((b = p.detail) == null ? void 0 : b.context) === c && (p.stopPropagation(), p.detail.callback(d));
681
681
  });
682
682
  }
683
- )), this.checkInjects(), (a = s.prototype[M]) == null || a.forEach(
684
- (l) => {
685
- this[l] = (d) => {
686
- const h = s.prototype[$][l], { bubbles: p, composed: b } = h;
683
+ )), this.checkInjects(), (a = s.prototype[k]) == null || a.forEach(
684
+ (c) => {
685
+ this[c] = (d) => {
686
+ const f = s.prototype[M][c], { bubbles: p, composed: b } = f;
687
687
  y(d) ? m(() => {
688
688
  A("@oemit reactive value", d()), this.dispatchEvent(
689
- new CustomEvent(l, {
689
+ new CustomEvent(c, {
690
690
  detail: d(),
691
691
  bubbles: p,
692
692
  composed: b
693
693
  })
694
694
  );
695
695
  }) : (A("@oemit value", d), this.dispatchEvent(
696
- new CustomEvent(l, {
696
+ new CustomEvent(c, {
697
697
  detail: d,
698
698
  bubbles: p,
699
699
  composed: b
@@ -701,48 +701,48 @@ const Et = i.div, Ht = i.span, _t = i.section, zt = i.input, Bt = i.button, Jt =
701
701
  ));
702
702
  };
703
703
  }
704
- ), f("start render", `%c${t}%c`, t);
705
- const c = () => {
706
- f("rwc: insertRenderTemplate");
707
- const l = this.render();
708
- this.shadow.appendChild(l.hostElement), _(this, s.prototype.connectedCallback), this.appendSlotContent();
704
+ ), u("start render", `%c${t}%c`, t);
705
+ const l = () => {
706
+ u("rwc: insertRenderTemplate");
707
+ const c = this.render();
708
+ this.shadow.appendChild(c.hostElement), _(this, s.prototype.connectedCallback), this.appendSlotContent();
709
709
  };
710
710
  if (this.rootStyle && !s.styles) {
711
- const l = (p) => p instanceof Promise || Array.isArray(p) && p.every((b) => b instanceof Promise), d = this.rootStyle, h = (p) => {
711
+ const c = (p) => p instanceof Promise || Array.isArray(p) && p.every((b) => b instanceof Promise), d = this.rootStyle, f = (p) => {
712
712
  const b = new CSSStyleSheet();
713
713
  b.replaceSync(p), this.shadow.adoptedStyleSheets.push(b);
714
- const u = new CSSStyleSheet();
715
- u.replaceSync(p.slice(p.indexOf("@property"))), document.adoptedStyleSheets.push(u);
714
+ const h = new CSSStyleSheet();
715
+ h.replaceSync(p.slice(p.indexOf("@property"))), document.adoptedStyleSheets.push(h);
716
716
  };
717
- if (l(d)) {
717
+ if (c(d)) {
718
718
  const p = [];
719
- Array.isArray(d) ? p.push(...d) : p.push(d), Promise.all(p).then((b) => b.forEach((u) => h(u.default))).then(() => c());
719
+ Array.isArray(d) ? p.push(...d) : p.push(d), Promise.all(p).then((b) => b.forEach((h) => f(h.default))).then(() => l());
720
720
  } else {
721
721
  const p = [];
722
- Array.isArray(d) ? p.push(...d) : p.push(d), p.forEach((b) => h(b)), c();
722
+ Array.isArray(d) ? p.push(...d) : p.push(d), p.forEach((b) => f(b)), l();
723
723
  }
724
724
  } else
725
- c();
726
- this.slotContext && Object.keys(this.slotContext).length > 0 && this.shadow.querySelectorAll("slot").forEach((l) => {
727
- f(
725
+ l();
726
+ this.slotContext && Object.keys(this.slotContext).length > 0 && this.shadow.querySelectorAll("slot").forEach((c) => {
727
+ u(
728
728
  this.slotContext,
729
- this.slotContext && this.slotContext[l.name]
729
+ this.slotContext && this.slotContext[c.name]
730
730
  ), A(
731
731
  "@bslot element",
732
- l,
733
- `name:${l.name};`,
734
- l.assignedElements()
735
- ), l.assignedElements().forEach((d) => {
736
- const h = this.slotContext[l.name];
737
- this.slotContext && y(h) && (A(
732
+ c,
733
+ `name:${c.name};`,
734
+ c.assignedElements()
735
+ ), c.assignedElements().forEach((d) => {
736
+ const f = this.slotContext[c.name];
737
+ this.slotContext && y(f) && (A(
738
738
  "@oslot element",
739
- l,
740
- `name:${l.name};`,
741
- l.assignedElements()
739
+ c,
740
+ `name:${c.name};`,
741
+ c.assignedElements()
742
742
  ), m(() => {
743
743
  d.dispatchEvent(
744
744
  new CustomEvent("handleSlotContext", {
745
- detail: h()
745
+ detail: f()
746
746
  })
747
747
  );
748
748
  }));
@@ -758,10 +758,10 @@ const Et = i.div, Ht = i.span, _t = i.section, zt = i.input, Bt = i.button, Jt =
758
758
  ) : customElements.define(t, o), s.renderTagName = t, s;
759
759
  };
760
760
  export {
761
- R as BaseElement,
761
+ g as BaseElement,
762
762
  ee as a,
763
763
  ht as addAttributeList,
764
- lt as addClassList,
764
+ ct as addClassList,
765
765
  it as addCustomAttributes,
766
766
  U as addHtmlContent,
767
767
  at as addReactiveClassList,
@@ -771,11 +771,11 @@ export {
771
771
  be as aside,
772
772
  _e as audio,
773
773
  Oe as b,
774
- Lt as bindReactiveSignals,
774
+ Rt as bindReactiveSignals,
775
775
  ve as blockquote,
776
776
  ae as br,
777
777
  Bt as button,
778
- k as camelToKebab,
778
+ $ as camelToKebab,
779
779
  Be as canvas,
780
780
  _ as checkCall,
781
781
  Ae as cite,
@@ -789,34 +789,35 @@ export {
789
789
  mt as createCustomEl,
790
790
  pt as createCustomElement,
791
791
  H as createEl,
792
- x as createElement,
793
- gt as createSignal,
792
+ w as createElement,
793
+ Lt as createSignal,
794
794
  Ft as defineSlotTemplate,
795
- $e as del,
795
+ Me as del,
796
796
  Pe as details,
797
797
  et as disableLogs,
798
798
  Et as div,
799
799
  m as effect,
800
+ V as effectMap,
800
801
  P as elementHelpers,
801
- Re as em,
802
+ ge as em,
802
803
  vt as enableLogs,
803
804
  Ve as event,
804
805
  jt as eventEmitter,
805
806
  Se as figcaption,
806
807
  ye as figure,
807
808
  me as footer,
808
- Rt as forkJoin,
809
+ gt as forkJoin,
809
810
  Xt as form,
810
- xt as getList,
811
- wt as getReactiveTemplate,
811
+ wt as getList,
812
+ xt as getReactiveTemplate,
812
813
  v as getSignalContent,
813
814
  D as getTextContent,
814
815
  ne as h1,
815
816
  oe as h2,
816
817
  re as h3,
817
- ce as h4,
818
+ le as h4,
818
819
  ie as h5,
819
- le as h6,
820
+ ce as h6,
820
821
  pe as header,
821
822
  de as hr,
822
823
  z as htmlEffectWrapper,
@@ -827,14 +828,14 @@ export {
827
828
  Ie as ins,
828
829
  Ot as isBaseElement,
829
830
  K as isComponentConfig,
830
- w as isComponentInitConfig,
831
+ x as isComponentInitConfig,
831
832
  y as isReactiveSignal,
832
- kt as isSlotTemplate,
833
+ $t as isSlotTemplate,
833
834
  tt as kebabToCamel,
834
835
  Zt as label,
835
836
  Gt as li,
836
837
  Ce as main,
837
- Me as mark,
838
+ ke as mark,
838
839
  He as meter,
839
840
  fe as nav,
840
841
  Pt as newEventEmitter,
@@ -843,15 +844,15 @@ export {
843
844
  se as p,
844
845
  he as pre,
845
846
  We as progress,
846
- f as projectLog,
847
+ u as projectLog,
847
848
  Ne as property,
848
849
  Z as renderIf,
849
850
  At as rs,
850
851
  ft as rxRenderIf,
851
- we as s,
852
+ xe as s,
852
853
  _t as section,
853
854
  Qt as select,
854
- ct as setChildren,
855
+ lt as setChildren,
855
856
  rt as setEffects,
856
857
  nt as setHtmlContent,
857
858
  q as setListeners,
@@ -860,12 +861,12 @@ export {
860
861
  O as signal,
861
862
  ut as signalComponent,
862
863
  Je as slot,
863
- ge as small,
864
+ Le as small,
864
865
  Ht as span,
865
- Le as strong,
866
- xe as sub,
866
+ Re as strong,
867
+ we as sub,
867
868
  Fe as summary,
868
- ke as sup,
869
+ $e as sup,
869
870
  Jt as table,
870
871
  Nt as td,
871
872
  G as textContentWrapper,
@@ -874,8 +875,8 @@ export {
874
875
  qt as tr,
875
876
  Te as u,
876
877
  Dt as ul,
877
- Mt as unsafeHtml,
878
+ kt as unsafeHtml,
878
879
  Wt as useCustomComponent,
879
880
  ze as video,
880
- $t as when
881
+ Mt as when
881
882
  };
@@ -1,9 +1,16 @@
1
1
  import { IsPromise, IsPromiseFunction, UnwrapPromise } from './helpers.types';
2
2
  import { CompareFn, ReactiveSignal, UnwrapSignal } from './signal.type';
3
- export declare function signal<T = unknown>(initValue: T, signalCompareFn?: CompareFn<T>, config?: {
3
+ export declare const effectMap: Map<string, {
4
+ signals: Array<ReactiveSignal<any>>;
5
+ parent: string | null;
6
+ }>;
7
+ export declare function signal<T = unknown>(initValue: T, config?: {
8
+ signalCompareFn?: CompareFn<T>;
4
9
  name?: string;
5
10
  }): ReactiveSignal<T>;
6
- export declare function effect(cb: () => void, name?: string): void;
11
+ export declare function effect(cb: () => void, config?: {
12
+ name?: string;
13
+ }): void;
7
14
  export declare const isReactiveSignal: <R extends ReactiveSignal<any>>(v: R | any) => v is R;
8
15
  /**
9
16
  * Reactive String (rs). Создаёт зависимый string сигнал от источника.
@@ -13,6 +13,8 @@ export interface ReactiveSignal<T> {
13
13
  update(cb: SignalUpdateFunc<T>): void;
14
14
  clearSubscribers(): void;
15
15
  peek(): Readonly<T>;
16
- pipe<R>(fn: (sg: T) => R): ReactiveSignal<R extends Promise<any> ? UnwrapPromise<R> : UnwrapSignal<R>>;
16
+ pipe<R>(fn: (sg: T) => R, config?: {
17
+ name?: string;
18
+ }): ReactiveSignal<R extends Promise<any> ? UnwrapPromise<R> : UnwrapSignal<R>>;
17
19
  }
18
20
  export type UnwrapSignal<T> = T extends ReactiveSignal<infer U> ? U : T;
@@ -1,2 +0,0 @@
1
- (function(o,p){typeof exports=="object"&&typeof module<"u"?p(exports):typeof define=="function"&&define.amd?define(["exports"],p):(o=typeof globalThis<"u"?globalThis:o||self,p(o.ReactiveComponent={}))})(this,function(o){"use strict";var Ge=Object.defineProperty;var Ne=(o,p,A)=>p in o?Ge(o,p,{enumerable:!0,configurable:!0,writable:!0,value:A}):o[p]=A;var E=(o,p,A)=>Ne(o,typeof p!="symbol"?p+"":p,A);const p=t=>t&&typeof t=="object"&&("classList"in t||"attributes"in t||"customAttributes"in t||"reactiveClassList"in t||"listeners"in t||"customListeners"in t||"children"in t||"effects"in t||"style"in t||Object.keys(t).some(e=>e.startsWith(".")||e.startsWith("@")||e.startsWith("$")))&&!("hostElement"in t),A=t=>t&&typeof t=="object"&&"hostElement"in t&&"append"in t&&"set"in t&&"addStyle"in t&&"setAttribute"in t&&"addClass"in t&&"addEffect"in t&&"addReactiveContent"in t&&"setReactiveContent"in t&&"clear"in t,F=(t,e,...n)=>{e&&e.apply(t,n)};let _=!0;const m=(...t)=>{_&&console.debug(["[rwc]",...t].join(" | "),...Array.from(t.join("").matchAll(/%c/gm)).map((e,n)=>n%2===0?"color:red":"color:inherit"))},I=t=>t.replace(/([A-Z])/gm,e=>`-${e.toLowerCase()}`),Q=t=>t.replace(/-(\w)/gm,(e,n)=>n.toUpperCase()),L=(t,...e)=>{if(!_)return;const n={r:"color: #ff0000",g:"color: #00ff00",b:"color: #0000ff",y:"color: #ffff00",p:"color: #800080",c:"color: #00ffff",o:"color: #ffa500",w:"color: #808080"},s=t.match(/@[rgbpycow]/g)||[],i=s.map(c=>{const d=c.slice(1);return n[d]||"color: inherit"});let l=t;s.forEach(c=>{const d=new RegExp(`\\${c}([^\\s,]+)`,"g");l=l.replace(d,"%c$1")}),console.log(l,...i,...e)},pt=()=>{_=!0},Y=()=>{_=!1};Y();const K=new Map,O=new WeakMap,B=[],w=[];function R(t,e=()=>!0,n){const s=new Set;let i=e;function l(){var d;const c=B[B.length-1];if(c&&!("fake"in c&&c.fake)){const a=O.get(c),h=a==null?void 0:a.parent;if(h){const f=O.get(h);f==null||f.cleanupFns.add(()=>{s.delete(c)})}s.add(c),(d=K.get(c.effectId))==null||d.add(l)}return t}return l.effectId=(n==null?void 0:n.name)||Math.random().toString(36).substring(2,15),l.getSubscribers=()=>[...s],l.setCompareFn=function(c){return i=c,l},l.clearSubscribers=function(){s.clear()},l.peek=function(){return Object.freeze(t)},l.initValue=Object.freeze(t),l.oldValue=Object.freeze(t),l.forceSet=function(c){l.oldValue=Object.freeze(t),t=c,s.forEach(d=>Promise.resolve(d).then(a=>{const h=O.get(a);h&&h.cleanupFns.size>0&&(h.cleanupFns.forEach(f=>f()),h.cleanupFns.clear()),w.push(a),a(),w.pop()}))},l.set=function(c,d=i){t!==c&&d(t,c)&&l.forceSet(c)},l.update=function(c){l.set(c(t))},l.pipe=c=>{const d=R(null);return b(()=>{const a=l();b(()=>{const h=c(a);h instanceof Promise?h.then(f=>d.set(f)):v(h)?b(()=>d.set(h())):d.set(h)})}),d},l}function b(t,e){const n=e||Math.random().toString(36).substring(2,15);m("current effect",`%c${n}%c`);const s=t;t=()=>(m("current effect callback",`%c${n}%c`),s()),"fake"in s&&s.fake&&(t.fake=!0),K.set(n,new WeakSet),t.effectId=n;const i=w[w.length-1];O.has(t)||O.set(t,{cleanupFns:new Set});const l=O.get(t);i?l.parent=i:delete l.parent,w.push(t),B.push(t),t(),B.pop(),w.pop()}const v=t=>!!t&&["object","function"].includes(typeof t)&&"set"in t&&"oldValue"in t&&"update"in t&&"forceSet"in t;function Et(t,...e){const n=R("");return b(()=>{const s=e.map(l=>v(l)?String(l()):String(l)),i=[t[0]];s.forEach((l,c)=>{i.push(l,t[c+1])}),n.set(i.join(""))}),n}function yt(t,e){const n=R(e??null),s=i=>n.set(i);return t instanceof Promise?t.then(s):typeof t=="function"&&b(()=>{const i=t();i instanceof Promise?i.then(s):v(i)?b(()=>s(i())):s(i)}),n}function St(t,e){let n=t(),s=e();b(()=>{const i=t(),l=e();i!==l&&(i!==n?e.set(i):l!==s&&t.set(l)),n=i,s=l})}function vt(...t){let e=t.map(s=>s());const n=R(e);return t.forEach((s,i)=>{b(()=>{const l=()=>e.filter(c=>c!==void 0).length;l()===t.length&&(e=Array.from(e).fill(void 0)),e[i]=s(),l()===t.length&&n.set([...e])})}),n}class T extends HTMLElement{constructor(n=!1){super();E(this,"isSlotLazyLoading",!1);E(this,"slotTemplate");E(this,"slotContext");E(this,"rootStyle");E(this,"modelValue");E(this,"providers");E(this,"appendAllSlotContent");E(this,"allSlotContent",[]);E(this,"slotContent",{});E(this,"htmlSlotContent",{});E(this,"shadow");E(this,"injects",{});this.shadow=this.attachShadow({mode:n?"closed":"open"})}appendChild(n,s=!0){var i;if(this.isSlotLazyLoading&&s){if(n instanceof HTMLElement){const l=n.slot||"default";this.htmlSlotContent[l]||(this.htmlSlotContent[l]=[]),(i=this.htmlSlotContent[l])==null||i.push(n)}}else return super.appendChild(n)}appendSlotContent(){var n;(n=this.appendAllSlotContent)==null||n.call(this)}inject(n){return m("%cinject%c",n),this.injects[n]||(this.injects[n]=R(null)),this.injects[n]}checkInjects(){Object.entries(this.injects).forEach(([n,s])=>{m("%cinject%c",`%c${n}%c`,"from BaseElement (dispatch event)"),this.shadow.dispatchEvent(new CustomEvent(n,{detail:{context:n,callback:i=>b(()=>{s.set(i())})},bubbles:!0,composed:!0}))})}setReactiveValue(n){this.modelValue=n}}E(T,"observedAttributes",[]),E(T,"renderTagName",""),E(T,"styles");const gt=t=>"render"in t&&"setReactiveValue"in t,At="handleSlotContext",x="onConnected",Lt=()=>()=>{},G=t=>typeof t=="string"?t:JSON.stringify(t),N=t=>{const e=document.createElement("span");return e.textContent=G(t),e},V=(t,e)=>(t.appendChild(N(e)),t),tt=(t,e)=>(t.innerHTML="",V(t,e)),J=t=>{const e=document.createElement("span");return b(()=>{const n=t();e.textContent=G(n)}),e},M=t=>({append(...e){return e.forEach(n=>{t.appendChild(n.hostElement),x in n.hostElement&&setTimeout(()=>{var s,i;(i=(s=n.hostElement).onConnected)==null||i.call(s,n,n.hostElement)})}),this},set(...e){this.clear();const n=document.createDocumentFragment();return e.forEach(s=>{n.appendChild(s.hostElement)}),t.appendChild(n),this},removeChild(...e){return e.forEach(n=>{Array.from(t.childNodes.values()).some(s=>s===n.hostElement)&&t.removeChild(n.hostElement)}),this},addHtmlContent(e){return V(t,e),this},setHtmlContent(e){return tt(t,e),this},addEventlistener(e,n,s=!1){return t.addEventListener(e,i=>n(i,this,t),s),this},setAttribute(e,n){let s;if(typeof n=="boolean"&&!(t instanceof T))if(n)s="";else{this.removeAttribute(e);const i=e.toLowerCase();return i in t&&(t[i]=null),this}else typeof n!="string"?s=JSON.stringify(n):s=n;if(t.setAttribute(I(e),s),!(t instanceof T)){const i=e.toLowerCase();i in t&&(t[i]=n)}return this},setCustomAttribute(e,n){let s;return typeof n!="string"?s=JSON.stringify(n):s=n,t.setAttribute(I(e),s),this},setReactiveAttribute(e,n){return b(()=>this.setAttribute(e,n())),this},setReactiveCustomAttribute(e,n){return b(()=>this.setCustomAttribute(e,n())),this},removeAttribute(e){return t.removeAttribute(I(e)),this},addStyle(e){return Object.entries(e).forEach(([n,s])=>{const i=n.startsWith("--");typeof s=="function"?this.addEffect(()=>{if(i){const l=String(s()||"");t.style.setProperty(n,l)}else t.style[n]=s()}):typeof s=="string"&&(i?t.style.setProperty(n,s):t.style[n]=s)}),this},onConnected(e){return Reflect.defineProperty(t,x,{get(){return e}}),this},addClass(...e){return e.forEach(n=>{typeof n=="string"?t.classList.add(...n.split(" ").flatMap(s=>s.split(`
2
- `)).map(s=>s.trim()).filter(Boolean)):(()=>{let s=null;this.addEffect(()=>{const i=n();i.length>0&&(s?this.replaceClass(s,i):this.addClass(i),s=i)})})()}),this},setClass(...e){return t.classList.remove(...t.classList),t.classList.add(...e),this},addReactiveClass(e){return Object.keys(e).forEach(n=>{b(()=>{e[n]()?this.addClass(n):this.removeClass(n)})}),this},removeClass(...e){return t.classList.remove(...e),this},replaceClass(e,n){return t.classList.replace(e,n),this},addEffect(e){return b(()=>e(this,this.hostElement)),this},addReactiveContent(e){return t.appendChild(J(e)),this},setReactiveContent(e){return this.clear(),t.appendChild(J(e)),this},clear(){return t.innerHTML="",this},hostElement:t}),et=(t,...e)=>({classList:[...t.map(n=>n.trim()).filter(Boolean),...e]}),Rt=(t,...e)=>et(t,...e),D=(t,e)=>{if(!e)return t;const n=Object.keys(e||{}).filter(s=>s.startsWith(".")||s.startsWith("@")||s.startsWith("$"));return n.filter(s=>s.startsWith(".")).forEach(s=>{e!=null&&e.attributes||(e.attributes={}),e.attributes[s.slice(1)]=e[s]}),n.filter(s=>s.startsWith("@")).forEach(s=>{e!=null&&e.listeners||(e.listeners={});const i=s.slice(1);e.listeners[i]=e[s]}),n.filter(s=>s.startsWith("$")).forEach(s=>{e!=null&&e.effects||(e.effects=[]),e.effects.push(e[s])}),it(t,e.classList),ct(t,e.style),rt(t,e.attributes),lt(t,e.reactiveClassList),ot(t,e.customAttributes),st(t,e.children),nt(t,e.effects),U(t,e.listeners),U(t,e.customListeners),t},U=(t,e)=>{e&&Object.entries(e).forEach(([n,s])=>{typeof s=="function"&&t.addEventlistener(n,s)})},nt=(t,e)=>e==null?void 0:e.forEach(n=>t.addEffect(n)),st=(t,e)=>$(t,...e||[]),ot=(t,e)=>{const n=e;n&&Object.keys(n).forEach(s=>{v(n[s])?t.setReactiveCustomAttribute(s,n[s]):typeof n[s]=="function"?t.addEffect(()=>{t.setCustomAttribute(s,n[s]())}):t.setCustomAttribute(s,n[s])})},it=(t,e)=>t.addClass(...e||[]),lt=(t,e)=>t.addReactiveClass(e||{}),ct=(t,e)=>t.addStyle(e||{}),rt=(t,e)=>{const n=e,s=(i,l)=>{l&&(v(l)?t.setReactiveAttribute(i,l):typeof l=="function"?t.addEffect(()=>{t.setAttribute(i,l())}):t.setAttribute(i,l))};n&&Object.keys(n).forEach(i=>{s(i,n[i])})},$=(t,...e)=>(e.forEach(n=>{typeof n=="string"?n.trim().length>0&&t.addHtmlContent(n):v(n)?t.addReactiveContent(n):t.append(n)}),t),k=(t,e)=>{const n=document.createElement(t),s={...M(n)};return D(s,e)},P=(t,e)=>{const[n,...s]=t.split(" ").map(l=>l.trim()),i=k(n,e);return s.length>0&&i.addClass(...s),(...l)=>$(i,...l.filter(Boolean).flat().flatMap(c=>typeof c=="function"&&!v(c)?g(()=>c(i)):c))},g=t=>k("div").addStyle({display:"contents"}).addEffect(e=>{const n=t(),s=[];Array.isArray(n)?s.push(...n):s.push(n),e.clear(),$(e,...s)}),Tt=t=>{const e=s=>typeof s=="string"?s.trim().length>0?M(N(s)):P("div")():v(s)?M(J(s)):s;return at(()=>{const s=t();return s instanceof Array&&Array.isArray(s)?s.map(e):e(s)})},jt=(t,e,n)=>{const s=k("div").addStyle({display:"contents"}),i=new Map,l=new Map;let c=[];const d=new Set;let a=t.peek();const h=f=>{d.delete(f),i.delete(f),l.delete(f)};return b(()=>{const f=t();c=f.map(e).map(u=>typeof u=="string"?u:u.toString());const C=Array.from(s.hostElement.children);m("containerChildren",C,c),C.forEach(u=>{const S=u.dataset.key;c.includes(S)||(m("remove element",S,u),u.remove(),h(S))}),c.forEach(u=>{var W,j;const S=f[c.indexOf(u)];i.has(u)?JSON.stringify(S)!==JSON.stringify(a[c.indexOf(u)])&&((W=s.hostElement.querySelector(`[data-key="${u}"]`))==null||W.remove(),(j=i.get(u))==null||j.set(Math.random().toString(36).substring(2,15)),l.set(u,()=>n(S,c.indexOf(u),f).setCustomAttribute("data-key",u))):(m("create new element",u,S),i.set(u,R(Math.random().toString(36).substring(2,15))),l.set(u,()=>n(S,c.indexOf(u),f).setCustomAttribute("data-key",u)))}),a=f;const y=()=>{i.forEach((u,S)=>{m("key from setTimeout foreach currItemSignalMap",S),d.has(S)||(d.add(S),b(()=>{var bt;u();const W=c.indexOf(S),j=(bt=l.get(S))==null?void 0:bt();j&&(m("call effect from setTimeout",S,j.hostElement),W<=s.hostElement.children.length-1?s.hostElement.insertBefore(j.hostElement,s.hostElement.children[W]):s.hostElement.append(j.hostElement))}))})};Promise.resolve().then(()=>y())}),s},at=t=>{let e=[k("div")],n=!1;return b(()=>{var l,c;const s=t();n=Array.isArray(s);const i=[];i.push(...[s].flat()),i.length===0&&i.push(k("div").addStyle({display:"none"}).setAttribute("id","empty_template"));try{m("newReactiveComponent.map",i.map(d=>{var a;return m("newReactiveComponent hostElement",d.hostElement),(a=d.hostElement)==null?void 0:a.id})),m("currComponent[0].hostElement?.id",(l=e[0].hostElement)==null?void 0:l.id,e),(c=e[0].hostElement)==null||c.replaceWith(...i.map(d=>d.hostElement)),e.slice(1).forEach(d=>{var a;return(a=d.hostElement)==null?void 0:a.remove()}),e=i}catch(d){console.error(d)}}),n?e:e[0]},Ot=t=>At in t,wt=t=>{const e=P("div")().addStyle({display:"contents"}),n=s=>(e.hostElement.innerHTML=s,e);return typeof t=="string"?n(t):e.addEffect(()=>{n(t())}),e},X=(t,e,n)=>t?g(e):n?g(n):P("div")().setAttribute("id","empty_div_renderIf").addStyle({display:"none"}),dt=(t,e,n)=>g(()=>X(!!t(),e,n)),kt=(t,e,n)=>typeof t=="boolean"?X(t,e,n):dt(t,e,n),Z=(t,e)=>{const n=g(e);return typeof t=="boolean"?[n].flat().forEach(s=>s.hostElement.style.display=t?"block":"none"):b(()=>{const s=t()?"block":"none";[n].flat().forEach(i=>i.hostElement.style.display=s)}),n},It=(t,e,n)=>{const s=[Z(t,e)].flat();return n&&s.push(...[Z(()=>typeof t=="boolean"?!t:!t(),n)].flat()),g(()=>s)},ht=(t,e)=>{m("createCustomElement",t);const n=document.createElement(t),s={...M(n),setReactiveValue(i){return n instanceof T&&n.setReactiveValue(i),this},setSlotTemplate(i){const l=n.slotTemplate;return l&&Object.entries(i).forEach(([c,d])=>{l[c]=d}),this}};return D(s,e)},ft=(t,e)=>{const n=t.split(" ").slice(1).map(i=>i.trim()),s=ht(t.split(" ")[0],e);return Array.isArray(n)&&n.length>0&&s.addClass(...n),(...i)=>{L("@rcreateCustomEl content",t,i);const l=i.filter(Boolean).flat().flatMap(c=>typeof c=="function"&&!v(c)?g(()=>c(s)):c);return s.hostElement.allSlotContent=l,s.hostElement.slotContent=l.filter(A).reduce((c,d)=>{const a=d.hostElement.getAttribute("slot")||"default";return c[a]||(c[a]=[]),c[a].push(d),c},{}),s.hostElement.appendAllSlotContent=()=>$(s,...l),s}},ut=(t,e,n)=>ft(`${t.renderTagName}${e&&typeof e=="string"?" "+e:""}`,p(e)?e:e&&typeof e=="string"?n:void 0),Mt=()=>{const t=()=>{};return t.oldValue=null,t},$t=()=>({}),Pt=(t,e,n)=>{const s=e?Ct(e,n)(t):t;return(i,...l)=>{const c=[...l];return i&&!p(i)&&c.unshift(i),ut(s,p(i)?i:{})(...c)}},r={};["div","span","section","input","button","table","tr","td","th","ul","li","ol","form","label","select","option","textarea","img","a","p","h1","h2","h3","h4","h5","h6","br","hr","pre","code","nav","header","footer","main","aside","article","figure","figcaption","blockquote","cite","small","strong","em","b","i","u","s","sub","sup","mark","del","ins","details","summary","progress","meter","audio","video","canvas","slot"].forEach(t=>{r[t]=(e,...n)=>{let s=[...n];return e&&!p(e)&&(s=[e].concat(s)),P(t,p(e)?e:{})(...s)}});const mt=r.div,Ht=r.span,Wt=r.section,Ft=r.input,_t=r.button,Bt=r.table,Jt=r.tr,zt=r.td,qt=r.th,Gt=r.ul,Nt=r.li,Vt=r.ol,Dt=r.form,Ut=r.label,Xt=r.select,Zt=r.option,Qt=r.textarea,Yt=r.img,Kt=r.a,xt=r.p,te=r.h1,ee=r.h2,ne=r.h3,se=r.h4,oe=r.h5,ie=r.h6,le=r.br,ce=r.hr,re=r.pre,ae=r.code,de=r.nav,he=r.header,fe=r.footer,ue=r.main,me=r.aside,Ce=r.article,be=r.figure,pe=r.figcaption,Ee=r.blockquote,ye=r.cite,Se=r.small,ve=r.strong,ge=r.em,Ae=r.b,Le=r.i,Re=r.u,Te=r.s,je=r.sub,Oe=r.sup,we=r.mark,ke=r.del,Ie=r.ins,Me=r.details,$e=r.summary,Pe=r.progress,He=r.meter,We=r.audio,Fe=r.video,_e=r.canvas,Be=r.slot,Je=t=>e=>t(e).addClass(...e.classList??[]).addReactiveClass(e.reactiveClassList??{}),z="eventProps",q="EVENT_CONFIG",H="observedAttributes",ze=()=>(t,e)=>{Reflect.get(t,H)||Reflect.defineProperty(t,H,{value:[]}),Reflect.get(t,H).push(I(e))},qe=t=>(e,n)=>{Reflect.get(e,z)||Reflect.defineProperty(e,z,{value:[]}),Reflect.get(e,q)||Reflect.defineProperty(e,q,{value:{}}),Reflect.get(e,q)[n]={bubbles:(t==null?void 0:t.bubbles)??!1,composed:(t==null?void 0:t.composed)??!1},Reflect.get(e,z).push(n)},Ct=(t,e=!1)=>n=>{m(t,"start register static attr",n.prototype[H]);const s=[];if(n.styles){const l=n.styles,c=[];Array.isArray(l)?c.push(...l):c.push(l),c.forEach(d=>{const a=new CSSStyleSheet;a.replaceSync(d),s.push(a);const h=new CSSStyleSheet;h.replaceSync(d.slice(d.indexOf("@property"))),document.adoptedStyleSheets.push(h)})}class i extends n{constructor(...c){m("constructor",`%c${t}%c`),super(e,...c),L("@osheet",s),s.length>0&&this.shadow.adoptedStyleSheets.push(...s)}render(){m("rwc: render from new class");let c=mt();const d=()=>{m("wrapperEffectCallback"),c=n.prototype.render.call(this)};return d.fake=!0,b(d),c}attributeChangedCallback(c,d,a){m("%cAttribute has changed.%c",`%c${c}%c`,`oldValue: ${d}, newValue: ${a}`,`%c${t}%c`);try{a=JSON.parse(a)}catch{}const h=Q(c);if(h in this&&v(this[h])){const f=this[h];a===null?(f.set(f.initValue),this.removeAttribute(c)):f.set(a)}F(this,n.prototype.attributeChangedCallback,c,d,a)}connectedCallback(){var d;m("rwc: connectedCallback"),m("connectedCallback",`%c${t}%c`,this),this.providers&&Object.keys(this.providers).length>0&&(m("WRAPPER for providers",t),Object.entries(this.providers).forEach(([a,h])=>{m("register provider",a,h()),this.addEventListener(a,f=>{var y;m("send provider",a,h());const C=f;((y=C.detail)==null?void 0:y.context)===a&&(C.stopPropagation(),C.detail.callback(h))})})),this.checkInjects(),(d=n.prototype[z])==null||d.forEach(a=>{this[a]=h=>{const f=n.prototype[q][a],{bubbles:C,composed:y}=f;v(h)?b(()=>{L("@oemit reactive value",h()),this.dispatchEvent(new CustomEvent(a,{detail:h(),bubbles:C,composed:y}))}):(L("@oemit value",h),this.dispatchEvent(new CustomEvent(a,{detail:h,bubbles:C,composed:y})))}}),m("start render",`%c${t}%c`,t);const c=()=>{m("rwc: insertRenderTemplate");const a=this.render();this.shadow.appendChild(a.hostElement),F(this,n.prototype.connectedCallback),this.appendSlotContent()};if(this.rootStyle&&!n.styles){const a=C=>C instanceof Promise||Array.isArray(C)&&C.every(y=>y instanceof Promise),h=this.rootStyle,f=C=>{const y=new CSSStyleSheet;y.replaceSync(C),this.shadow.adoptedStyleSheets.push(y);const u=new CSSStyleSheet;u.replaceSync(C.slice(C.indexOf("@property"))),document.adoptedStyleSheets.push(u)};if(a(h)){const C=[];Array.isArray(h)?C.push(...h):C.push(h),Promise.all(C).then(y=>y.forEach(u=>f(u.default))).then(()=>c())}else{const C=[];Array.isArray(h)?C.push(...h):C.push(h),C.forEach(y=>f(y)),c()}}else c();this.slotContext&&Object.keys(this.slotContext).length>0&&this.shadow.querySelectorAll("slot").forEach(a=>{m(this.slotContext,this.slotContext&&this.slotContext[a.name]),L("@bslot element",a,`name:${a.name};`,a.assignedElements()),a.assignedElements().forEach(h=>{const f=this.slotContext[a.name];this.slotContext&&v(f)&&(L("@oslot element",a,`name:${a.name};`,a.assignedElements()),b(()=>{h.dispatchEvent(new CustomEvent("handleSlotContext",{detail:f()}))}))})})}disconnectedCallback(){this.shadow.replaceChildren(),this.replaceChildren(),F(this,n.prototype.disconnectedCallback)}}return E(i,"observedAttributes",n.prototype[H]??[]),E(i,"renderTagName",t),i.toString=()=>t,customElements.get(t)?console.error(`название тега ${t} повторяется, компонент ${n.name} не зарегистрирован`):customElements.define(t,i),n.renderTagName=t,n};o.BaseElement=T,o.a=Kt,o.addAttributeList=rt,o.addClassList=it,o.addCustomAttributes=ot,o.addHtmlContent=V,o.addReactiveClassList=lt,o.addStyleList=ct,o.appendContentItem=$,o.article=Ce,o.aside=me,o.audio=We,o.b=Ae,o.bindReactiveSignals=St,o.blockquote=Ee,o.br=le,o.button=_t,o.camelToKebab=I,o.canvas=_e,o.checkCall=F,o.cite=ye,o.classList=et,o.cls=Rt,o.code=ae,o.colorLog=L,o.component=Ct,o.createComponent=Je,o.createCustom=ut,o.createCustomEl=ft,o.createCustomElement=ht,o.createEl=P,o.createElement=k,o.createSignal=yt,o.defineSlotTemplate=$t,o.del=ke,o.details=Me,o.disableLogs=Y,o.div=mt,o.effect=b,o.elementHelpers=M,o.em=ge,o.enableLogs=pt,o.event=qe,o.eventEmitter=Lt,o.figcaption=pe,o.figure=be,o.footer=fe,o.forkJoin=vt,o.form=Dt,o.getList=jt,o.getReactiveTemplate=Tt,o.getSignalContent=g,o.getTextContent=G,o.h1=te,o.h2=ee,o.h3=ne,o.h4=se,o.h5=oe,o.h6=ie,o.header=he,o.hr=ce,o.htmlEffectWrapper=J,o.i=Le,o.img=Yt,o.initComponent=D,o.input=Ft,o.ins=Ie,o.isBaseElement=gt,o.isComponentConfig=A,o.isComponentInitConfig=p,o.isReactiveSignal=v,o.isSlotTemplate=Ot,o.kebabToCamel=Q,o.label=Ut,o.li=Nt,o.main=ue,o.mark=we,o.meter=He,o.nav=de,o.newEventEmitter=Mt,o.ol=Vt,o.option=Zt,o.p=xt,o.pre=re,o.progress=Pe,o.projectLog=m,o.property=ze,o.renderIf=X,o.rs=Et,o.rxRenderIf=dt,o.s=Te,o.section=Wt,o.select=Xt,o.setChildren=st,o.setEffects=nt,o.setHtmlContent=tt,o.setListeners=U,o.show=It,o.showIf=Z,o.signal=R,o.signalComponent=at,o.slot=Be,o.small=Se,o.span=Ht,o.strong=ve,o.sub=je,o.summary=$e,o.sup=Oe,o.table=Bt,o.td=zt,o.textContentWrapper=N,o.textarea=Qt,o.th=qt,o.tr=Jt,o.u=Re,o.ul=Gt,o.unsafeHtml=wt,o.useCustomComponent=Pt,o.video=Fe,o.when=kt,Object.defineProperty(o,Symbol.toStringTag,{value:"Module"})});