Skip to content

Commit

Permalink
Deploy preview for PR 6 🛫
Browse files Browse the repository at this point in the history
  • Loading branch information
santilland committed Mar 12, 2024
1 parent 1aa9d75 commit 419afa4
Show file tree
Hide file tree
Showing 34 changed files with 951 additions and 0 deletions.
1 change: 1 addition & 0 deletions pr-preview/pr-6/assets/Dashboard-BcJLy2Sm.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*[data-v-3c83a0bb]{font-family:var(--127c4b03)}
7 changes: 7 additions & 0 deletions pr-preview/pr-6/assets/Dashboard-CwZ1dG1-.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pr-preview/pr-6/assets/DashboardLayout-BFl1iksG.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
eox-layout-item[data-v-66a736e2]{background:rgb(var(--v-theme-surface))}.bg-widget[data-v-66a736e2]{z-index:0}.custom-widget[data-v-66a736e2]{position:relative;overflow:visible;z-index:1}
29 changes: 29 additions & 0 deletions pr-preview/pr-6/assets/DashboardLayout-DYJtOk2t.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
import{i as f,e as w,y as x,M as k,f as r,z as d,A as p,G as h,j as t,B as g,C as v,D as C,g as m,F as A,E,h as y,n as B,K as L}from"./index-BpFfTGqO.js";import{u as b,V}from"./VMain-D5TpJ_bl.js";import{_ as $}from"./Dashboard-CwZ1dG1-.js";import{V as M,a as D}from"./ssrBoot-BBx1_9Vq.js";import"./color-fO5Aq4Nt.js";class I extends HTMLElement{static get observedAttributes(){return["gap"]}constructor(){super(),this.attachShadow({mode:"open"}),this.render()}render(){this.shadowRoot.innerHTML=`
<style>
:host {
display: grid;
padding: ${this.getAttribute("gap")||0}px;
height: 100%;
box-sizing: border-box;
gap: ${this.getAttribute("gap")||"0"}px;
grid-template-columns: repeat(12, 1fr);
grid-template-rows: repeat(12, 1fr);
}
</style>
<slot></slot>
`}attributeChangedCallback(o,a,e){a!==e&&(this[o]=e),this.render()}}class z extends HTMLElement{static get observedAttributes(){return["x","y","w","h"]}constructor(){super(),this.attachShadow({mode:"open"}),this.render()}render(){this.shadowRoot.innerHTML=`
<style>
:host {
background: lightgrey;
border: 1px solid darkgrey;
border-radius: 4px;
padding: 4px 8px;
overflow: hidden;
grid-column: ${parseInt(this.getAttribute("x"))+1} / span ${this.getAttribute("w")};
grid-row: ${parseInt(this.getAttribute("y"))+1} / span ${this.getAttribute("h")};
}
</style>
<slot></slot>
`}attributeChangedCallback(o,a,e){a!==e&&(this[o]=e),this.render()}}customElements.define("eox-layout",I);customElements.define("eox-layout-item",z);const H=["gap"],P={class:"bg-widget",x:"0",y:"0",h:"12",w:"12"},S=["x","y","h","w"],T={__name:"DashboardLayout",setup(u){const o=f(w),[a]=b([o.template?.background]),e=o.template?.widgets,l=b(e),c=x([]),{slideBtns:n,slideInOut:_}=k(c,e);return(R,W)=>(r(),d(V,null,{default:p(()=>[h("eox-layout",{gap:t(o).template.gap??2},[h("eox-layout-item",P,[(r(),d(g(t(a).component),v(C(t(a).props)),null,16))]),(r(!0),m(A,null,E(t(e),(i,s)=>(r(),m("eox-layout-item",{ref_for:!0,ref_key:"itemEls",ref:c,key:s,class:"custom-widget",x:i.layout.x,y:i.layout.y,h:i.layout.h,w:i.layout.w},[y(M,{position:"absolute",variant:"tonal",style:B(t(n)[s].style),class:"slide-btn",onClick:j=>t(_)(s)},{default:p(()=>[y(D,{icon:t(n)[s].active?t(n)[s].icon.in:t(n)[s].icon.out},null,8,["icon"])]),_:2},1032,["style","onClick"]),(r(),d(g(t(l)[s].value.component),L({key:t(l)[s].value.id},t(l)[s].value.props),null,16))],8,S))),128))],8,H)]),_:1}))}},q=$(T,[["__scopeId","data-v-66a736e2"]]);export{q as default};
7 changes: 7 additions & 0 deletions pr-preview/pr-6/assets/DynamicWebComponent-DxY5Dk6j.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pr-preview/pr-6/assets/Footer-CfszXuCo.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pr-preview/pr-6/assets/Footer-P94lqQ5-.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pr-preview/pr-6/assets/Header-CvxgFWiI.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 419afa4

Please sign in to comment.