@design.estate/dees-catalog 1.0.272 → 1.0.273
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/dist_bundle/bundle.js +27 -25
- package/dist_bundle/bundle.js.map +3 -3
- package/dist_ts_web/00_commitinfo_data.js +1 -1
- package/dist_ts_web/elements/dees-simple-appdash.js +31 -28
- package/dist_watch/bundle.js +31 -18
- package/dist_watch/bundle.js.map +2 -2
- package/package.json +1 -1
- package/ts_web/00_commitinfo_data.ts +1 -1
- package/ts_web/elements/dees-simple-appdash.ts +30 -27
package/dist_bundle/bundle.js
CHANGED
|
@@ -3541,27 +3541,27 @@ $ `);let s=await(await n4.boot()).spawn("jsh");s.output.pipeTo(new WritableStrea
|
|
|
3541
3541
|
text-decoration: underline;
|
|
3542
3542
|
}
|
|
3543
3543
|
`],mr=Y([ue("dees-terminal")],mr);var hr=class extends oe{constructor(){super(...arguments);this.name="Dees Simple Login";this.views=[]}render(){return $`
|
|
3544
|
-
<div class="
|
|
3545
|
-
<div class="
|
|
3546
|
-
|
|
3547
|
-
|
|
3548
|
-
<div class="
|
|
3544
|
+
<div class="maincontainer">
|
|
3545
|
+
<div class="appbar">
|
|
3546
|
+
<div class="appName">${this.name}</div>
|
|
3547
|
+
<div class="viewTabs"></div>
|
|
3548
|
+
<div class="appActions">
|
|
3549
|
+
<div class="action">Logout</div>
|
|
3550
|
+
</div>
|
|
3549
3551
|
</div>
|
|
3550
|
-
|
|
3551
|
-
<div class="appcontent">
|
|
3552
|
-
<div class="slotted">
|
|
3552
|
+
<div class="appcontent">
|
|
3553
3553
|
<slot></slot>
|
|
3554
3554
|
</div>
|
|
3555
|
-
|
|
3556
|
-
|
|
3557
|
-
|
|
3558
|
-
|
|
3559
|
-
|
|
3560
|
-
|
|
3561
|
-
|
|
3555
|
+
<div class="controlbar">
|
|
3556
|
+
<div class="control">
|
|
3557
|
+
<dees-icon .iconFA=${"networkWired"}></dees-icon>
|
|
3558
|
+
</div>
|
|
3559
|
+
<div class="control" @click=${this.launchTerminal}>
|
|
3560
|
+
<dees-icon .iconFA=${"terminal"}></dees-icon>
|
|
3561
|
+
</div>
|
|
3562
3562
|
</div>
|
|
3563
3563
|
</div>
|
|
3564
|
-
`}async firstUpdated(r){let n=await this.domtoolsPromise;super.firstUpdated(r)}async launchTerminal(){let r=this.shadowRoot.querySelector(".
|
|
3564
|
+
`}async firstUpdated(r){let n=await this.domtoolsPromise;super.firstUpdated(r)}async launchTerminal(){let r=this.shadowRoot.querySelector(".maincontainer"),n=new mr;r.appendChild(n),n.style.position="absolute",n.style.zIndex="1",n.style.top="32px",n.style.left="0px",n.style.right="0px",n.style.bottom="24px",n.style.opacity="0",n.style.transform="translateY(20px)",n.style.transition="all 0.2s",await Te.plugins.smartdelay.delayFor(0),n.style.opacity="1",n.style.transform="translateY(0px)"}};hr.demo=ZV,hr.styles=[K.defaultStyles,me`
|
|
3565
3565
|
:host {
|
|
3566
3566
|
color: ${K.bdTheme("#333","#ccc")};
|
|
3567
3567
|
user-select: none;
|
|
@@ -3569,6 +3569,16 @@ $ `);let s=await(await n4.boot()).spawn("jsh");s.output.pipeTo(new WritableStrea
|
|
|
3569
3569
|
position: relative;
|
|
3570
3570
|
height: 100%;
|
|
3571
3571
|
}
|
|
3572
|
+
|
|
3573
|
+
.maincontainer {
|
|
3574
|
+
position: absolute;
|
|
3575
|
+
width: 100%;
|
|
3576
|
+
height: 100%;
|
|
3577
|
+
top: 0px;
|
|
3578
|
+
left: 0px;
|
|
3579
|
+
overflow: hidden;
|
|
3580
|
+
}
|
|
3581
|
+
|
|
3572
3582
|
.appbar {
|
|
3573
3583
|
position: fixed;
|
|
3574
3584
|
top: 0;
|
|
@@ -3611,14 +3621,6 @@ $ `);let s=await(await n4.boot()).spawn("jsh");s.output.pipeTo(new WritableStrea
|
|
|
3611
3621
|
background: ${K.bdTheme("#eeeeeb","#000")};
|
|
3612
3622
|
}
|
|
3613
3623
|
|
|
3614
|
-
.slotted {
|
|
3615
|
-
top: 0px;
|
|
3616
|
-
left: 0px;
|
|
3617
|
-
position: absolute;
|
|
3618
|
-
height: 100%;
|
|
3619
|
-
width: 100%;
|
|
3620
|
-
}
|
|
3621
|
-
|
|
3622
3624
|
.controlbar {
|
|
3623
3625
|
color: #fff;
|
|
3624
3626
|
position: absolute;
|
|
@@ -4110,7 +4112,7 @@ $ `);let s=await(await n4.boot()).spawn("jsh");s.output.pipeTo(new WritableStrea
|
|
|
4110
4112
|
.windowControls div:hover {
|
|
4111
4113
|
background: #333333;
|
|
4112
4114
|
}
|
|
4113
|
-
`],Y([Z({reflect:!0})],gr.prototype,"type",2),Y([Z({reflect:!0})],gr.prototype,"position",2),gr=Y([ue("dees-windowcontrols")],gr);var tse={name:"@design.estate/dees-catalog",version:"1.0.
|
|
4115
|
+
`],Y([Z({reflect:!0})],gr.prototype,"type",2),Y([Z({reflect:!0})],gr.prototype,"position",2),gr=Y([ue("dees-windowcontrols")],gr);var tse={name:"@design.estate/dees-catalog",version:"1.0.273",description:"website for lossless.com"};export{C2 as DeesButton,Xi as DeesButtonExit,z2 as DeesChips,$e as DeesContextmenu,or as DeesDataviewCodebox,xn as DeesDataviewStatusobject,e2 as DeesEditor,n3 as DeesEditorMarkdown,Ga as DeesEditorMarkdownOutlet,qa as DeesForm,H2 as DeesFormSubmit,Mn as DeesHint,dr as DeesIcon,y2 as DeesInputCheckbox,T1 as DeesInputDropdown,l2 as DeesInputFileupload,t2 as DeesInputIban,r2 as DeesInputMultitoggle,r4 as DeesInputPhone,T2 as DeesInputQuantitySelector,x2 as DeesInputRadio,C1 as DeesInputText,wn as DeesInputTypelist,pr as DeesLabel,P2 as DeesMobilenavigation,u2 as DeesModal,n2 as DeesPdf,On as DeesProgressbar,hr as DeesSimpleAppDash,zn as DeesSimpleLogin,f2 as DeesSpeechbubble,Ot as DeesSpinner,_r as DeesStepper,a1 as DeesTable,mr as DeesTerminal,i4 as DeesToast,M2 as DeesUpdater,gr as DeesWindowControls,E1 as DeesWindowLayer,tse as commitinfo,tf as faIcons};
|
|
4114
4116
|
/*! Bundled license information:
|
|
4115
4117
|
|
|
4116
4118
|
@lit/reactive-element/css-tag.js:
|