Skip to content

Commit 0acb48f

Browse files
committed
Deploy preview for PR 20 πŸ›«
1 parent 45d3e77 commit 0acb48f

File tree

65 files changed

+4469
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+4469
-0
lines changed

β€Žpr-preview/pr-20/assets/DashboardLayout-Bbs8Oat_.cssβ€Ž

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
import{_ as b,W as g,Z as a,$ as r,a0 as l,a7 as f,a2 as o,aa as p,a5 as u,a1 as c,a3 as d,d as h,a4 as y,F as x,a6 as _,ab as v}from"./index-DGMBu-Jj.js";import{V as w}from"./VMain-CO2JO3V5.js";import"./ssrBoot-DRYA-p-v.js";class k extends HTMLElement{static get observedAttributes(){return["gap"]}constructor(){super(),this.attachShadow({mode:"open"}),this.render()}render(){this.shadowRoot.innerHTML=`
2+
<style>
3+
:host {
4+
display: grid;
5+
padding: ${this.getAttribute("gap")||0}px;
6+
height: 100%;
7+
box-sizing: border-box;
8+
gap: ${this.getAttribute("gap")||"0"}px;
9+
grid-template-columns: repeat(12, 1fr);
10+
grid-template-rows: repeat(12, 1fr);
11+
}
12+
</style>
13+
<slot></slot>
14+
`}attributeChangedCallback(s,n,t){n!==t&&(this[s]=t),this.render()}}class L extends HTMLElement{static get observedAttributes(){return["x","y","w","h"]}constructor(){super(),this.attachShadow({mode:"open"}),this.render()}render(){this.shadowRoot.innerHTML=`
15+
<style>
16+
:host {
17+
overflow: hidden;
18+
19+
grid-column: ${parseInt(this.getAttribute("x"))+1} / span ${this.getAttribute("w")};
20+
grid-row: ${parseInt(this.getAttribute("y"))+1} / span ${this.getAttribute("h")};
21+
}
22+
</style>
23+
<slot></slot>
24+
`}attributeChangedCallback(s,n,t){n!==t&&(this[s]=t),this.render()}}customElements.define("eox-layout",k);customElements.define("eox-layout-item",L);const $=["gap"],A=["id","h","w","x","y"],C={__name:"DashboardLayout",setup(i){const{bgWidget:s,importedWidgets:n,gap:t}=g();return(E,T)=>(a(),r(w,null,{default:l(()=>[f("eox-layout",{gap:o(t),style:p(`padding: ${o(t)}px`)},[o(s)?.component?(a(),u("eox-layout-item",{key:0,class:"bg-panel bg-surface",style:p(`margin: -${o(t)+1}px;`),x:"0",y:"0",h:"12",w:"12"},[(a(),r(c,{suspensible:""},{default:l(()=>[(a(),r(d(o(s)?.component),h({id:"bg-widget"},o(s)?.props),null,16))]),_:1}))],4)):y("v-if",!0),(a(!0),u(x,null,_(o(n),(e,m)=>(a(),r(v,{key:m,name:"fade"},{default:l(()=>[e.value.component?(a(),u("eox-layout-item",{id:e.value.id.toString(),key:e.value.id,class:"panel bg-surface",h:e.value.layout.h,w:e.value.layout.w,x:e.value.layout.x,y:e.value.layout.y},[(a(),r(c,{suspensible:""},{default:l(()=>[(a(),r(d(e.value.component),h({key:e.value.id,ref_for:!0},e.value.props),null,16))]),_:2},1024))],8,A)):y("v-if",!0)]),_:2},1024))),128))],12,$)]),_:1}))}},D=b(C,[["__scopeId","data-v-ebeeb1d1"]]);export{D as default};

β€Žpr-preview/pr-20/assets/DynamicWebComponent-DzSfOa-n.jsβ€Ž

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpr-preview/pr-20/assets/EodashDatePicker-C_rRBz3-.cssβ€Ž

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpr-preview/pr-20/assets/EodashDatePicker-Pg67Az3U.jsβ€Ž

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)