Compare commits
36 Commits
Author | SHA1 | Date | |
---|---|---|---|
e7232b6a53 | |||
2eb26544b3 | |||
a40834d1cf | |||
0c1159d4c7 | |||
4584765046 | |||
5817068cb5 | |||
8fa01fbaad | |||
9cdae8ccdb | |||
7e1c5f3dbb | |||
1f3f17247c | |||
f07f2bb95e | |||
0b2f6715e0 | |||
e473364d40 | |||
554b72b075 | |||
2c34ec8b39 | |||
e6b8e2de19 | |||
a99d270ef1 | |||
93ee42135c | |||
f3ca4a114a | |||
7515b824eb | |||
18b98b831a | |||
d99fc8bde9 | |||
f8d5f86814 | |||
9c1de08b4b | |||
7f26337e1b | |||
49f3fc8feb | |||
5613ad7fa6 | |||
5af43900c4 | |||
c5598f95ef | |||
13d0cf729c | |||
032e928dde | |||
14ab3682f2 | |||
c554e730a6 | |||
4d5a490e80 | |||
7708c89fe1 | |||
0a0be3e357 |
30
package.json
30
package.json
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@design.estate/dees-catalog",
|
"name": "@design.estate/dees-catalog",
|
||||||
"version": "1.0.231",
|
"version": "1.0.249",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "website for lossless.com",
|
"description": "website for lossless.com",
|
||||||
"main": "dist_ts_web/index.js",
|
"main": "dist_ts_web/index.js",
|
||||||
@ -15,29 +15,29 @@
|
|||||||
"author": "Lossless GmbH",
|
"author": "Lossless GmbH",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@design.estate/dees-domtools": "^2.0.55",
|
"@design.estate/dees-domtools": "^2.0.57",
|
||||||
"@design.estate/dees-element": "^2.0.33",
|
"@design.estate/dees-element": "^2.0.33",
|
||||||
"@design.estate/dees-wcctools": "^1.0.81",
|
"@design.estate/dees-wcctools": "^1.0.87",
|
||||||
"@fortawesome/fontawesome-svg-core": "^6.5.0",
|
"@fortawesome/fontawesome-svg-core": "^6.5.1",
|
||||||
"@fortawesome/free-brands-svg-icons": "^6.5.0",
|
"@fortawesome/free-brands-svg-icons": "^6.5.1",
|
||||||
"@fortawesome/free-regular-svg-icons": "^6.5.0",
|
"@fortawesome/free-regular-svg-icons": "^6.5.1",
|
||||||
"@fortawesome/free-solid-svg-icons": "^6.5.0",
|
"@fortawesome/free-solid-svg-icons": "^6.5.1",
|
||||||
"@push.rocks/smarti18n": "^1.0.4",
|
"@push.rocks/smarti18n": "^1.0.4",
|
||||||
"@push.rocks/smartpromise": "^4.0.3",
|
"@push.rocks/smartpromise": "^4.0.3",
|
||||||
"@push.rocks/smartstring": "^4.0.9",
|
"@push.rocks/smartstring": "^4.0.13",
|
||||||
"@tsclass/tsclass": "^4.0.46",
|
"@tsclass/tsclass": "^4.0.46",
|
||||||
"highlight.js": "11.9.0",
|
"highlight.js": "11.9.0",
|
||||||
"ibantools": "^4.3.6",
|
"ibantools": "^4.3.9",
|
||||||
"pdfjs-dist": "^3.11.174"
|
"pdfjs-dist": "^4.0.379"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@git.zone/tsbuild": "^2.1.66",
|
"@git.zone/tsbuild": "^2.1.72",
|
||||||
"@git.zone/tsbundle": "^2.0.8",
|
"@git.zone/tsbundle": "^2.0.15",
|
||||||
"@git.zone/tstest": "^1.0.77",
|
"@git.zone/tstest": "^1.0.86",
|
||||||
"@git.zone/tswatch": "^2.0.7",
|
"@git.zone/tswatch": "^2.0.21",
|
||||||
"@push.rocks/projectinfo": "^5.0.2",
|
"@push.rocks/projectinfo": "^5.0.2",
|
||||||
"@push.rocks/tapbundle": "^5.0.15",
|
"@push.rocks/tapbundle": "^5.0.15",
|
||||||
"@types/node": "^20.10.0"
|
"@types/node": "^20.11.5"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"ts/**/*",
|
"ts/**/*",
|
||||||
|
1478
pnpm-lock.yaml
generated
1478
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@design.estate/dees-catalog',
|
name: '@design.estate/dees-catalog',
|
||||||
version: '1.0.231',
|
version: '1.0.249',
|
||||||
description: 'website for lossless.com'
|
description: 'website for lossless.com'
|
||||||
}
|
}
|
||||||
|
11
ts_web/elements/00colors.ts
Normal file
11
ts_web/elements/00colors.ts
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
export const dark = {
|
||||||
|
blue: '#0050b9',
|
||||||
|
blueActive: '#0069f2',
|
||||||
|
text: '#ffffff',
|
||||||
|
}
|
||||||
|
|
||||||
|
export const bright = {
|
||||||
|
blue: '#0050b9',
|
||||||
|
blueActive: '#0069f2',
|
||||||
|
text: '#333333',
|
||||||
|
}
|
@ -93,16 +93,15 @@ export class DeesButton extends DeesElement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.button:hover {
|
.button:hover {
|
||||||
cursor: pointer;
|
background: #0050b9;
|
||||||
background: #039be5;
|
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
border: 1px solid #039be5;
|
border: 1px solid #0050b9;
|
||||||
border-top: 1px solid #039be5;
|
border-top: 1px solid #0050b9;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button:active {
|
.button:active {
|
||||||
background: #0277bd;
|
background: #0069f2;
|
||||||
border-top: 1px solid #0277bd;
|
border-top: 1px solid #0069f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button.disabled {
|
.button.disabled {
|
||||||
@ -146,8 +145,8 @@ export class DeesButton extends DeesElement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.button.pending {
|
.button.pending {
|
||||||
border: 1px dashed ${cssManager.bdTheme('#0277bd', '#0277bd70')};
|
border: 1px dashed ${cssManager.bdTheme('#0069f2', '#0069f270')};
|
||||||
background: ${cssManager.bdTheme('#0277bd', '#0277bd70')};
|
background: ${cssManager.bdTheme('#0069f2', '#0069f270')};
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -81,7 +81,6 @@ export class DeesChips extends DeesElement {
|
|||||||
|
|
||||||
.chip:hover {
|
.chip:hover {
|
||||||
background: #666666;
|
background: #666666;
|
||||||
cursor: pointer;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.chip.selected {
|
.chip.selected {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
import { html } from '@design.estate/dees-element';
|
import { html } from '@design.estate/dees-element';
|
||||||
import * as plugins from './plugins.js';
|
import * as plugins from './00plugins.js';
|
||||||
|
|
||||||
import { DeesContextmenu } from './dees-contextmenu.js';
|
import { DeesContextmenu } from './dees-contextmenu.js';
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
|
import * as colors from './00colors.js';
|
||||||
|
import * as plugins from './00plugins.js';
|
||||||
import { demoFunc } from './dees-contextmenu.demo.js';
|
import { demoFunc } from './dees-contextmenu.demo.js';
|
||||||
import * as plugins from './plugins.js';
|
|
||||||
import {
|
import {
|
||||||
customElement,
|
customElement,
|
||||||
html,
|
html,
|
||||||
@ -110,16 +111,18 @@ export class DeesContextmenu extends DeesElement {
|
|||||||
color: ${cssManager.bdTheme('#222', '#ccc')};
|
color: ${cssManager.bdTheme('#222', '#ccc')};
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
width: 200px;
|
width: 200px;
|
||||||
border: 1px solid ${cssManager.bdTheme('#fff', '#444')};
|
border: 1px solid ${cssManager.bdTheme('#fff', '#ffffff10')};
|
||||||
min-height: 34px;
|
min-height: 34px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
background: ${cssManager.bdTheme('#fff', '#222')};
|
background: ${cssManager.bdTheme('#fff', '#222')};
|
||||||
box-shadow: 0px 1px 4px ${cssManager.bdTheme('#00000020', '#000000')};
|
box-shadow: 0px 1px 4px ${cssManager.bdTheme('#00000020', '#000000')};
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
padding: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mainbox .menuitem {
|
.mainbox .menuitem {
|
||||||
padding: 8px;
|
padding: 4px 8px;
|
||||||
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mainbox .menuitem dees-icon {
|
.mainbox .menuitem dees-icon {
|
||||||
@ -130,12 +133,10 @@ export class DeesContextmenu extends DeesElement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.mainbox .menuitem:hover {
|
.mainbox .menuitem:hover {
|
||||||
cursor: pointer;
|
background: ${cssManager.bdTheme(colors.bright.blue, colors.dark.blue)};
|
||||||
background: ${cssManager.bdTheme('#00000010', '#ffffff10')};
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.mainbox .menuitem:active {
|
.mainbox .menuitem:active {
|
||||||
cursor: pointer;
|
|
||||||
background: #ffffff05;
|
background: #ffffff05;
|
||||||
}
|
}
|
||||||
`,
|
`,
|
||||||
@ -158,7 +159,7 @@ export class DeesContextmenu extends DeesElement {
|
|||||||
this.destroy();
|
this.destroy();
|
||||||
}}>
|
}}>
|
||||||
<dees-icon .iconFA=${'xmark'}></dees-icon
|
<dees-icon .iconFA=${'xmark'}></dees-icon
|
||||||
>Deactivate Contextmenu globally.
|
>allow native context
|
||||||
</div>
|
</div>
|
||||||
` : html``}
|
` : html``}
|
||||||
</div>
|
</div>
|
||||||
|
@ -61,51 +61,22 @@ export class DeesDataviewCodebox extends DeesElement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.appbar {
|
.appbar {
|
||||||
|
position: relative;
|
||||||
color: ${cssManager.bdTheme('#333', '#ccc')};
|
color: ${cssManager.bdTheme('#333', '#ccc')};
|
||||||
background: ${cssManager.bdTheme('#ffffff', '#161616')};
|
background: ${cssManager.bdTheme('#ffffff', '#161616')};
|
||||||
border-bottom: 1px solid ${cssManager.bdTheme('#eeeeeb', '#222222')};
|
border-bottom: 1px solid ${cssManager.bdTheme('#eeeeeb', '#222222')};
|
||||||
height: 24px;
|
height: 24px;
|
||||||
|
display: flex;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
}
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
.appbar .macControls {
|
|
||||||
position: absolute;
|
|
||||||
top: 6px;
|
|
||||||
left: 20px;
|
|
||||||
width: 200px;
|
|
||||||
display: grid;
|
|
||||||
grid-template-columns: 24px 24px 24px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.appbar .macControls div {
|
|
||||||
width: 12px;
|
|
||||||
height: 12px;
|
|
||||||
display: inline-block;
|
|
||||||
border-radius: 50%;
|
|
||||||
margin: 0px;
|
|
||||||
padding: 0px;
|
|
||||||
cursor: pointer;
|
|
||||||
background: #222222;
|
|
||||||
}
|
|
||||||
|
|
||||||
.appbar .macControls div.close {
|
|
||||||
background: #ff5f57;
|
|
||||||
}
|
|
||||||
|
|
||||||
.appbar .macControls div.toDock {
|
|
||||||
background: #ffbd2e;
|
|
||||||
}
|
|
||||||
|
|
||||||
.appbar .macControls div.minMax {
|
|
||||||
background: #27c93f;
|
|
||||||
}
|
|
||||||
|
|
||||||
.appbar .macControls div:hover {
|
|
||||||
background: #333333;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.appbar .fileName {
|
.appbar .fileName {
|
||||||
|
line-height: inherit;
|
||||||
|
position: relative;
|
||||||
|
flex: 1;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -209,12 +180,9 @@ export class DeesDataviewCodebox extends DeesElement {
|
|||||||
}}"
|
}}"
|
||||||
>
|
>
|
||||||
<div class="appbar">
|
<div class="appbar">
|
||||||
<div class="macControls">
|
<dees-windowcontrols type="mac" position="left"></dees-windowcontrols>
|
||||||
<div class="close"></div>
|
|
||||||
<div class="toDock"></div>
|
|
||||||
<div class="minMax"></div>
|
|
||||||
</div>
|
|
||||||
<div class="fileName">index.ts</div>
|
<div class="fileName">index.ts</div>
|
||||||
|
<dees-windowcontrols type="mac" position="right"></dees-windowcontrols>
|
||||||
</div>
|
</div>
|
||||||
<div class="codegrid">
|
<div class="codegrid">
|
||||||
<div class="lineNumbers">
|
<div class="lineNumbers">
|
||||||
|
@ -1,39 +1,49 @@
|
|||||||
import { html } from '@design.estate/dees-element';
|
import { html, cssManager } from '@design.estate/dees-element';
|
||||||
import * as tsclass from '@tsclass/tsclass';
|
import * as tsclass from '@tsclass/tsclass';
|
||||||
|
|
||||||
export const demoFunc = () => html`<dees-dataview-statusobject
|
export const demoFunc = () => html` <style>
|
||||||
.statusObject=${{
|
.demo {
|
||||||
id: '1',
|
background: ${cssManager.bdTheme('#eeeeeb', '#000000')};
|
||||||
name: 'Demo Item',
|
display: block;
|
||||||
combinedStatus: 'partly_ok',
|
content: '';
|
||||||
combinedStatusText: 'partly_ok',
|
padding: 40px;
|
||||||
details: [
|
}
|
||||||
{
|
</style>
|
||||||
name: 'Detail 1',
|
<div class="demo">
|
||||||
value: 'Value 1',
|
<dees-dataview-statusobject
|
||||||
status: 'ok',
|
.statusObject=${{
|
||||||
statusText: 'OK',
|
id: '1',
|
||||||
},
|
name: 'Demo Item',
|
||||||
{
|
combinedStatus: 'partly_ok',
|
||||||
name: 'Detail 2',
|
combinedStatusText: 'partly_ok',
|
||||||
value: 'Value 2',
|
details: [
|
||||||
status: 'partly_ok',
|
{
|
||||||
statusText: 'partly_ok',
|
name: 'Detail 1',
|
||||||
},
|
value: 'Value 1',
|
||||||
{
|
status: 'ok',
|
||||||
name: 'Detail 3',
|
statusText: 'OK',
|
||||||
value: 'Value 3',
|
},
|
||||||
status: 'not_ok',
|
{
|
||||||
statusText: 'not_ok',
|
name: 'Detail 2',
|
||||||
},
|
value: 'Value 2',
|
||||||
{
|
status: 'partly_ok',
|
||||||
name: 'Detail 4',
|
statusText: 'partly_ok',
|
||||||
value:
|
},
|
||||||
'Value 4 jhdkfjhalskdfjhfdjskalsdkfjhfdjskalskdjfhjdkslaksjdhfjdkslaskdfjhfjdkslaskdjfhjdskalskdjhfdjskalskdjfhdjskl',
|
{
|
||||||
status: 'ok',
|
name: 'Detail 3',
|
||||||
statusText: 'OK',
|
value: 'Value 3',
|
||||||
},
|
status: 'not_ok',
|
||||||
],
|
statusText: 'not_ok',
|
||||||
} as tsclass.code.IStatusObject}
|
},
|
||||||
>
|
{
|
||||||
</dees-dataview-statusobject>`;
|
name: 'Detail 4',
|
||||||
|
value:
|
||||||
|
'Value 4 jhdkfjhalskdfjhfdjskalsdkfjhfdjskalskdjfhjdkslaksjdhfjdkslaskdfjhfjdkslaskdjfhjdskalskdjhfdjskalskdjfhdjskl',
|
||||||
|
status: 'ok',
|
||||||
|
statusText: 'OK',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
} as tsclass.code.IStatusObject}
|
||||||
|
>
|
||||||
|
</dees-dataview-statusobject>
|
||||||
|
</div>`;
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
import * as colors from './00colors.js';
|
||||||
|
import * as plugins from './00plugins.js';
|
||||||
|
|
||||||
import { demoFunc } from './dees-dataview-statusobject.demo.js';
|
import { demoFunc } from './dees-dataview-statusobject.demo.js';
|
||||||
import {
|
import {
|
||||||
DeesElement,
|
DeesElement,
|
||||||
@ -34,6 +37,8 @@ export class DeesDataviewStatusobject extends DeesElement {
|
|||||||
box-shadow: 0px 1px 3px #00000030;
|
box-shadow: 0px 1px 3px #00000030;
|
||||||
min-height: 48px;
|
min-height: 48px;
|
||||||
color: ${cssManager.bdTheme('#000', '#fff')};
|
color: ${cssManager.bdTheme('#000', '#fff')};
|
||||||
|
border-top: ${cssManager.bdTheme('none', '1px solid #ffffff10')};
|
||||||
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
.heading {
|
.heading {
|
||||||
@ -61,16 +66,28 @@ export class DeesDataviewStatusobject extends DeesElement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.copyMain {
|
.copyMain {
|
||||||
cursor: pointer;
|
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
border: 1px solid ${cssManager.bdTheme('#999', '#444')};
|
border: 1px solid ${cssManager.bdTheme('#e0e0e0', '#444')};
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
margin-right: 16px;
|
margin-right: 16px;
|
||||||
color: #ffffff80
|
color: ${cssManager.bdTheme('#333', '#ffffff80')};
|
||||||
|
user-select: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.copyMain:hover {
|
||||||
|
background: ${cssManager.bdTheme(colors.bright.blue, colors.dark.blue)};
|
||||||
|
border: 1px solid ${cssManager.bdTheme(colors.bright.blue, colors.dark.blue)};
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.copyMain:active {
|
||||||
|
background: ${cssManager.bdTheme(colors.bright.blueActive, colors.dark.blueActive)};
|
||||||
|
border: 1px solid ${cssManager.bdTheme(colors.bright.blueActive, colors.dark.blueActive)};
|
||||||
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.statusdot.ok {
|
.statusdot.ok {
|
||||||
@ -86,11 +103,20 @@ export class DeesDataviewStatusobject extends DeesElement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.detail {
|
.detail {
|
||||||
minheight: 60px;
|
min-height: 60px;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 40px auto;
|
grid-template-columns: 40px auto;
|
||||||
border-top: 1px dotted ${cssManager.bdTheme('#999', '#282828')};
|
border-top: 1px dotted ${cssManager.bdTheme('#e0e0e0', '#282828')};
|
||||||
|
transition: all 0.2s;
|
||||||
|
}
|
||||||
|
|
||||||
|
.detail:hover {
|
||||||
|
background: #ffffff05;
|
||||||
|
}
|
||||||
|
|
||||||
|
.detail:active {
|
||||||
|
background: #ffffff10;
|
||||||
}
|
}
|
||||||
|
|
||||||
.detail .detailsText {
|
.detail .detailsText {
|
||||||
|
@ -1,13 +1,14 @@
|
|||||||
import { html, domtools } from '@design.estate/dees-element';
|
import { html, domtools, cssManager } from '@design.estate/dees-element';
|
||||||
import type { DeesForm } from './dees-form.js';
|
import type { DeesForm } from './dees-form.js';
|
||||||
|
|
||||||
export const demoFunc = () => html`
|
export const demoFunc = () => html`
|
||||||
<style>
|
<style>
|
||||||
.demoContainer {
|
.demoContainer {
|
||||||
max-width: 400px;
|
max-width: 400px;
|
||||||
margin: auto;
|
margin: 24px auto;
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
background: #111;
|
background: ${cssManager.bdTheme('#eeeeeb', '#111')};
|
||||||
|
box-shadow: 0px 1px 3px #00000030;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<div class="demoContainer">
|
<div class="demoContainer">
|
||||||
@ -20,15 +21,48 @@ export const demoFunc = () => html`
|
|||||||
form.setStatus('success', 'authenticated!');
|
form.setStatus('success', 'authenticated!');
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<dees-input-text .required="${true}" key="hello1" label="a text"></dees-input-text>
|
<dees-input-dropdown
|
||||||
|
.label=${'title'}
|
||||||
|
.options=${[
|
||||||
|
{ option: 'option 1', key: 'option1' },
|
||||||
|
{ option: 'option 2', key: 'option2' },
|
||||||
|
{ option: 'option 3', key: 'option3' },
|
||||||
|
]}
|
||||||
|
></dees-input-dropdown>
|
||||||
|
<dees-input-multiselect
|
||||||
|
.label=${'title'}
|
||||||
|
.options=${[
|
||||||
|
{ option: 'option 1', key: 'option1' },
|
||||||
|
{ option: 'option 2', key: 'option2' },
|
||||||
|
{ option: 'option 3', key: 'option3' },
|
||||||
|
]}></dees-input-multiselect>
|
||||||
|
<dees-input-typelist
|
||||||
|
.label=${'a type list'}
|
||||||
|
></dees-input-typelist>
|
||||||
|
<dees-input-text .required="${true}" key="hello1" label="a text" .description=${`
|
||||||
|
This is an awesome description.
|
||||||
|
`}></dees-input-text>
|
||||||
<dees-input-text .required="${true}" key="hello2" label="also a text"></dees-input-text>
|
<dees-input-text .required="${true}" key="hello2" label="also a text"></dees-input-text>
|
||||||
<dees-input-text .required="${true}" key="hello3" label="a password" isPasswordBool></dees-input-text>
|
<dees-input-text
|
||||||
|
.required="${true}"
|
||||||
|
key="hello3"
|
||||||
|
label="a password"
|
||||||
|
isPasswordBool
|
||||||
|
></dees-input-text>
|
||||||
<dees-input-checkbox
|
<dees-input-checkbox
|
||||||
.required="${true}"
|
.required="${true}"
|
||||||
key="hello3"
|
key="hello3"
|
||||||
label="another text"
|
label="another text"
|
||||||
></dees-input-checkbox>
|
></dees-input-checkbox>
|
||||||
<dees-input-iban></dees-input-iban>
|
<dees-input-iban></dees-input-iban>
|
||||||
|
<dees-input-multitoggle
|
||||||
|
.label=${'multi select'}
|
||||||
|
.options=${['option 1', 'option 2', 'option 3']}
|
||||||
|
.selectedOption=${'option 1'}
|
||||||
|
></dees-input-multitoggle>
|
||||||
|
<dees-input-fileupload
|
||||||
|
.label=${'attachments'}
|
||||||
|
></dees-input-fileupload>
|
||||||
<dees-form-submit>Submit</dees-form-submit>
|
<dees-form-submit>Submit</dees-form-submit>
|
||||||
</dees-form>
|
</dees-form>
|
||||||
</div>
|
</div>
|
||||||
|
@ -50,11 +50,13 @@ import {
|
|||||||
faEyeSlash as faEyeSlashSolid,
|
faEyeSlash as faEyeSlashSolid,
|
||||||
faFileInvoice as faFileInvoiceSolid,
|
faFileInvoice as faFileInvoiceSolid,
|
||||||
faFileInvoiceDollar as faFileInvoiceDollarSolid,
|
faFileInvoiceDollar as faFileInvoiceDollarSolid,
|
||||||
|
faGear as faGearSolid,
|
||||||
faGrip as faGripSolid,
|
faGrip as faGripSolid,
|
||||||
faMessage as faMessageSolid,
|
faMessage as faMessageSolid,
|
||||||
faMoneyCheckDollar as faMoneyCheckDollarSolid,
|
faMoneyCheckDollar as faMoneyCheckDollarSolid,
|
||||||
faMugHot as faMugHotSolid,
|
faMugHot as faMugHotSolid,
|
||||||
faMinus as faMinusSolid,
|
faMinus as faMinusSolid,
|
||||||
|
faPaperclip as faPaperclipSolid,
|
||||||
faPaste as faPasteSolid,
|
faPaste as faPasteSolid,
|
||||||
faPenToSquare as faPenToSquareSolid,
|
faPenToSquare as faPenToSquareSolid,
|
||||||
faPlus as faPlusSolid,
|
faPlus as faPlusSolid,
|
||||||
@ -93,12 +95,14 @@ export const faIcons = {
|
|||||||
eyeSlash: faEyeSlashSolid,
|
eyeSlash: faEyeSlashSolid,
|
||||||
fileInvoice: faFileInvoiceSolid,
|
fileInvoice: faFileInvoiceSolid,
|
||||||
fileInvoiceDoller: faFileInvoiceDollarSolid,
|
fileInvoiceDoller: faFileInvoiceDollarSolid,
|
||||||
|
gear: faGearSolid,
|
||||||
grip: faGripSolid,
|
grip: faGripSolid,
|
||||||
message: faMessageRegular,
|
message: faMessageRegular,
|
||||||
messageSolid: faMessageSolid,
|
messageSolid: faMessageSolid,
|
||||||
moneyCheckDollar: faMoneyCheckDollarSolid,
|
moneyCheckDollar: faMoneyCheckDollarSolid,
|
||||||
mugHot: faMugHotSolid,
|
mugHot: faMugHotSolid,
|
||||||
minus: faMinusSolid,
|
minus: faMinusSolid,
|
||||||
|
paperclip: faPaperclipSolid,
|
||||||
paste: faPasteRegular,
|
paste: faPasteRegular,
|
||||||
pasteSolid: faPasteSolid,
|
pasteSolid: faPasteSolid,
|
||||||
penToSquare: faPenToSquareSolid,
|
penToSquare: faPenToSquareSolid,
|
||||||
|
@ -62,7 +62,10 @@ export class DeesInputCheckbox extends DeesElement {
|
|||||||
display: block;
|
display: block;
|
||||||
position: relative;
|
position: relative;
|
||||||
margin: 20px 0px;
|
margin: 20px 0px;
|
||||||
cursor: pointer;
|
cursor: default;
|
||||||
|
}
|
||||||
|
:host(:hover) {
|
||||||
|
filter: ${cssManager.bdTheme('brightness(0.95)', 'brightness(1.1)')};
|
||||||
}
|
}
|
||||||
|
|
||||||
.maincontainer {
|
.maincontainer {
|
||||||
@ -100,8 +103,8 @@ export class DeesInputCheckbox extends DeesElement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.checkbox.selected {
|
.checkbox.selected {
|
||||||
background: #039BE5;
|
background: #0050b9;
|
||||||
border: 1px solid #039BE5;
|
border: 1px solid #0050b9;
|
||||||
}
|
}
|
||||||
|
|
||||||
.checkbox.disabled {
|
.checkbox.disabled {
|
||||||
|
@ -8,4 +8,20 @@ export const demoFunc = () => html`
|
|||||||
{option: 'option 3', key: 'option3'}
|
{option: 'option 3', key: 'option3'}
|
||||||
]}
|
]}
|
||||||
></dees-input-dropdown>
|
></dees-input-dropdown>
|
||||||
|
<dees-input-dropdown
|
||||||
|
.enableSearch=${false}
|
||||||
|
.options=${[
|
||||||
|
{option: 'option 1', key: 'option1'},
|
||||||
|
{option: 'option 2', key: 'option2'},
|
||||||
|
{option: 'option 3', key: 'option3'}
|
||||||
|
]}
|
||||||
|
></dees-input-dropdown>
|
||||||
|
<div style="height: 300px"></div>
|
||||||
|
<dees-input-dropdown
|
||||||
|
.options=${[
|
||||||
|
{option: 'option 1', key: 'option1'},
|
||||||
|
{option: 'option 2', key: 'option2'},
|
||||||
|
{option: 'option 3', key: 'option3'}
|
||||||
|
]}
|
||||||
|
></dees-input-dropdown>
|
||||||
`
|
`
|
@ -1,6 +1,17 @@
|
|||||||
import { customElement, DeesElement, type TemplateResult, property, html, css, cssManager, type CSSResult, } from '@design.estate/dees-element';
|
import {
|
||||||
|
customElement,
|
||||||
|
DeesElement,
|
||||||
|
type TemplateResult,
|
||||||
|
property,
|
||||||
|
state,
|
||||||
|
html,
|
||||||
|
css,
|
||||||
|
cssManager,
|
||||||
|
type CSSResult,
|
||||||
|
} from '@design.estate/dees-element';
|
||||||
import * as domtools from '@design.estate/dees-domtools';
|
import * as domtools from '@design.estate/dees-domtools';
|
||||||
import { demoFunc } from './dees-input-dropdown.demo.js';
|
import { demoFunc } from './dees-input-dropdown.demo.js';
|
||||||
|
import { DeesWindowLayer } from './dees-windowlayer.js';
|
||||||
|
|
||||||
declare global {
|
declare global {
|
||||||
interface HTMLElementTagNameMap {
|
interface HTMLElementTagNameMap {
|
||||||
@ -10,7 +21,7 @@ declare global {
|
|||||||
|
|
||||||
@customElement('dees-input-dropdown')
|
@customElement('dees-input-dropdown')
|
||||||
export class DeesInputDropdown extends DeesElement {
|
export class DeesInputDropdown extends DeesElement {
|
||||||
public static demo = demoFunc
|
public static demo = demoFunc;
|
||||||
|
|
||||||
// INSTANCE
|
// INSTANCE
|
||||||
public changeSubject = new domtools.plugins.smartrx.rxjs.Subject();
|
public changeSubject = new domtools.plugins.smartrx.rxjs.Subject();
|
||||||
@ -25,144 +36,340 @@ export class DeesInputDropdown extends DeesElement {
|
|||||||
public key: string;
|
public key: string;
|
||||||
|
|
||||||
@property()
|
@property()
|
||||||
public options: {option: string, key: string, payload?: any}[] = [];
|
public options: { option: string; key: string; payload?: any }[] = [];
|
||||||
|
|
||||||
@property()
|
@property()
|
||||||
public selectedOption: {option: string, key: string, payload?: any} = {
|
public selectedOption: { option: string; key: string; payload?: any } = null;
|
||||||
key: null,
|
|
||||||
option: null,
|
|
||||||
payload: null
|
|
||||||
};
|
|
||||||
|
|
||||||
@property({
|
@property({
|
||||||
type: Boolean
|
type: Boolean,
|
||||||
})
|
})
|
||||||
public required: boolean = false;
|
public required: boolean = false;
|
||||||
|
|
||||||
@property({
|
@property({
|
||||||
type: Boolean
|
type: Boolean,
|
||||||
|
})
|
||||||
|
public enableSearch: boolean = true;
|
||||||
|
|
||||||
|
@property({
|
||||||
|
type: Boolean,
|
||||||
})
|
})
|
||||||
public disabled: boolean = false;
|
public disabled: boolean = false;
|
||||||
|
|
||||||
|
@state()
|
||||||
|
public opensToTop: boolean = false;
|
||||||
|
|
||||||
|
@state()
|
||||||
|
private filteredOptions: { option: string; key: string; payload?: any }[] = [];
|
||||||
|
|
||||||
|
@state()
|
||||||
|
private highlightedIndex: number = 0;
|
||||||
|
|
||||||
|
@state()
|
||||||
|
public isOpened = false;
|
||||||
|
|
||||||
public static styles = [
|
public static styles = [
|
||||||
cssManager.defaultStyles,
|
cssManager.defaultStyles,
|
||||||
css`
|
css`
|
||||||
* {
|
* {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
:host {
|
:host {
|
||||||
position: relative;
|
font-family: Roboto;
|
||||||
display: block;
|
position: relative;
|
||||||
height: 40px;
|
display: block;
|
||||||
color: ${cssManager.bdTheme('#222', '#fff')};
|
color: ${cssManager.bdTheme('#222', '#fff')};
|
||||||
}
|
margin-bottom: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
.maincontainer {
|
.maincontainer {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.label {
|
.label {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
margin-bottom: 15px;
|
margin-bottom: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.selectedBox {
|
.selectedBox {
|
||||||
cursor: pointer;
|
user-select: none;
|
||||||
position: relative;
|
position: relative;
|
||||||
max-width: 420px;
|
max-width: 420px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
line-height: 40px;
|
line-height: 40px;
|
||||||
padding: 0px 8px;
|
padding: 0px 8px;
|
||||||
z-index: 0px;
|
background: ${cssManager.bdTheme('#fafafa', '#222222')};
|
||||||
background: ${cssManager.bdTheme('#ffffff', '#333333')};
|
box-shadow: ${cssManager.bdTheme('0px 1px 4px rgba(0,0,0,0.3)', 'none')};
|
||||||
box-shadow: ${cssManager.bdTheme('0px 1px 4px rgba(0,0,0,0.3)', 'none')};
|
border-radius: 3px;
|
||||||
border-radius: 3px;
|
border-top: ${cssManager.bdTheme('1px solid #CCC', '1px solid #ffffff10')};
|
||||||
border-top: 1px solid #CCCCCC00;
|
border-bottom: ${cssManager.bdTheme('1px solid #CCC', '1px solid #222')};
|
||||||
border-bottom: 1px solid #66666600;
|
transition: all 0.2s ease;
|
||||||
}
|
font-size: 16px;
|
||||||
|
color: ${cssManager.bdTheme('#222', '#ccc')};
|
||||||
|
}
|
||||||
|
|
||||||
.selectedBox.show {
|
.selectedBox:hover {
|
||||||
border-top: 1px solid ${cssManager.bdTheme('#ffffff', '#666666')};
|
filter: ${cssManager.bdTheme('brightness(0.95)', 'brightness(1.1)')};
|
||||||
border-bottom: 1px solid ${cssManager.bdTheme('#fafafa', '#222222')};
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.selectionBox {
|
.accentBottom {
|
||||||
will-change:transform;
|
filter: none !important;
|
||||||
pointer-events: none;
|
}
|
||||||
cursor: pointer;
|
|
||||||
transition: all 0.2s ease;
|
|
||||||
opacity: 0;
|
|
||||||
position: absolute;
|
|
||||||
background: ${cssManager.bdTheme('#ffffff', '#222222')};
|
|
||||||
max-width: 420px;
|
|
||||||
box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
|
|
||||||
min-height: 40px;
|
|
||||||
z-index: 100;
|
|
||||||
border-radius: 3px;
|
|
||||||
padding: 4px;
|
|
||||||
transform: scale(0.99,0.99);
|
|
||||||
}
|
|
||||||
|
|
||||||
.selectionBox.show {
|
.accentTop {
|
||||||
pointer-events: all;
|
filter: none !important;
|
||||||
opacity: 1;
|
}
|
||||||
transform: scale(1,1);
|
|
||||||
}
|
|
||||||
|
|
||||||
.option {
|
.selectionBox {
|
||||||
transition: all 0.1s;
|
will-change: transform;
|
||||||
line-height: 40px;
|
pointer-events: none;
|
||||||
padding: 0px 4px;
|
transition: all 0.2s ease;
|
||||||
border-radius: 3px;
|
opacity: 0;
|
||||||
}
|
background: ${cssManager.bdTheme('#ffffff', '#222222')};
|
||||||
|
max-width: 420px;
|
||||||
|
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
|
||||||
|
min-height: 40px;
|
||||||
|
border-radius: 8px;
|
||||||
|
padding: 4px 8px;
|
||||||
|
position: absolute;
|
||||||
|
user-select: none;
|
||||||
|
margin: 3px 0px 0px 0px;
|
||||||
|
border-top: ${cssManager.bdTheme('1px solid #CCC', '1px solid #ffffff10')};
|
||||||
|
}
|
||||||
|
.selectionBox.top {
|
||||||
|
transform: translate(0px, 4px);
|
||||||
|
}
|
||||||
|
.selectionBox.bottom {
|
||||||
|
transform: translate(0px, -4px);
|
||||||
|
}
|
||||||
|
|
||||||
.option:hover {
|
.selectionBox.show {
|
||||||
color: #fff;
|
pointer-events: all;
|
||||||
padding-left: 8px;
|
transform: scale(1, 1) translate(0px, 0px);
|
||||||
background: #0277bd;
|
opacity: 1;
|
||||||
}
|
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
|
||||||
`
|
}
|
||||||
]
|
|
||||||
|
.option {
|
||||||
|
transition: all 0.1s;
|
||||||
|
line-height: 32px;
|
||||||
|
padding: 0px 4px;
|
||||||
|
border-radius: 3px;
|
||||||
|
margin: 4px 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.option.highlighted {
|
||||||
|
border-left: 2px solid #0069f2;
|
||||||
|
padding-left: 6px;
|
||||||
|
background: #ffffff20;
|
||||||
|
}
|
||||||
|
|
||||||
|
.option:hover {
|
||||||
|
color: #fff;
|
||||||
|
padding-left: 8px;
|
||||||
|
background: #0069f2;
|
||||||
|
}
|
||||||
|
|
||||||
|
.search.top {
|
||||||
|
padding-top: 4px;
|
||||||
|
}
|
||||||
|
.search.bottom {
|
||||||
|
padding-bottom: 4px;
|
||||||
|
}
|
||||||
|
.search input {
|
||||||
|
display: block;
|
||||||
|
background: none;
|
||||||
|
border: none;
|
||||||
|
height: 24px;
|
||||||
|
color: inherit;
|
||||||
|
text-align: left;
|
||||||
|
font-size: 12px;
|
||||||
|
font-weight: 600;
|
||||||
|
width: 100%;
|
||||||
|
margin: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.search.top input {
|
||||||
|
border-bottom: 1px dotted #333;
|
||||||
|
}
|
||||||
|
.search.bottom input {
|
||||||
|
border-top: 1px dotted #333;
|
||||||
|
}
|
||||||
|
|
||||||
|
.search input:focus {
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
|
`,
|
||||||
|
];
|
||||||
|
|
||||||
public render(): TemplateResult {
|
public render(): TemplateResult {
|
||||||
return html`
|
return html`
|
||||||
<div class="maincontainer">
|
<div class="maincontainer" @keydown="${this.isOpened ? this.handleKeyDown : undefined}">
|
||||||
<div class="selectedBox show" @click="${event => {this.openSelectionBox();}}">
|
${this.label ? html`<div class="label">${this.label}</div>` : html``}
|
||||||
${this.selectedOption?.option}
|
|
||||||
</div>
|
|
||||||
<div class="selectionBox">
|
<div class="selectionBox">
|
||||||
${this.options.map(option => {
|
${this.enableSearch && !this.opensToTop
|
||||||
|
? html`
|
||||||
|
<div class="search top">
|
||||||
|
<input type="text" placeholder="Search" @input="${this.handleSearch}" />
|
||||||
|
</div>
|
||||||
|
`
|
||||||
|
: null}
|
||||||
|
${this.filteredOptions.map((option, index) => {
|
||||||
|
const isHighlighted = this.highlightedIndex === index;
|
||||||
return html`
|
return html`
|
||||||
<div class="option" @click=${() => {this.updateSelection(option);}}>${option.option}</div>
|
<div
|
||||||
`
|
class="option ${isHighlighted ? 'highlighted' : ''}"
|
||||||
|
@click=${() => {
|
||||||
|
this.updateSelection(option);
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
${option.option}
|
||||||
|
</div>
|
||||||
|
`;
|
||||||
})}
|
})}
|
||||||
|
${this.enableSearch && this.opensToTop
|
||||||
|
? html`
|
||||||
|
<div class="search bottom">
|
||||||
|
<input type="text" placeholder="Search" @input="${this.handleSearch}" />
|
||||||
|
</div>
|
||||||
|
`
|
||||||
|
: null}
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="selectedBox"
|
||||||
|
@click="${(event) => {
|
||||||
|
if (!this.isElevated) {
|
||||||
|
this.toggleSelectionBox();
|
||||||
|
} else {
|
||||||
|
this.updateSelection(this.selectedOption);
|
||||||
|
}
|
||||||
|
}}"
|
||||||
|
>
|
||||||
|
${this.selectedOption?.option || 'Select...'}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
|
|
||||||
firstUpdated() {
|
firstUpdated() {
|
||||||
this.selectedOption = this.options[0] || null;
|
this.selectedOption = this.selectedOption || null;
|
||||||
|
this.filteredOptions = this.options; // Initialize filteredOptions
|
||||||
}
|
}
|
||||||
|
|
||||||
public async updateSelection(selectedOption) {
|
public async updateSelection(selectedOption) {
|
||||||
this.selectedOption = selectedOption;
|
this.selectedOption = selectedOption;
|
||||||
|
|
||||||
this.dispatchEvent(new CustomEvent('selectedOption', {
|
this.dispatchEvent(
|
||||||
detail: selectedOption,
|
new CustomEvent('selectedOption', {
|
||||||
bubbles: true
|
detail: selectedOption,
|
||||||
}));
|
bubbles: true,
|
||||||
this.openSelectionBox();
|
})
|
||||||
|
);
|
||||||
|
if (this.isElevated) {
|
||||||
|
this.toggleSelectionBox();
|
||||||
|
}
|
||||||
this.changeSubject.next(this);
|
this.changeSubject.next(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
public openSelectionBox() {
|
private isElevated: boolean = false;
|
||||||
this.shadowRoot.querySelector('.selectedBox').classList.toggle('show');
|
private windowOverlay: DeesWindowLayer;
|
||||||
this.shadowRoot.querySelector('.selectionBox').classList.toggle('show');
|
public async toggleSelectionBox() {
|
||||||
|
this.isOpened = !this.isOpened;
|
||||||
|
const domtoolsInstance = await this.domtoolsPromise;
|
||||||
|
const selectedBox: HTMLElement = this.shadowRoot.querySelector('.selectedBox');
|
||||||
|
const selectionBox: HTMLElement = this.shadowRoot.querySelector('.selectionBox');
|
||||||
|
if (!this.isElevated) {
|
||||||
|
this.windowOverlay = await DeesWindowLayer.createAndShow({
|
||||||
|
blur: false,
|
||||||
|
});
|
||||||
|
const elevatedDropdown = new DeesInputDropdown();
|
||||||
|
elevatedDropdown.isElevated = true;
|
||||||
|
elevatedDropdown.label = this.label;
|
||||||
|
elevatedDropdown.enableSearch = this.enableSearch;
|
||||||
|
elevatedDropdown.required = this.required;
|
||||||
|
elevatedDropdown.disabled = this.disabled;
|
||||||
|
elevatedDropdown.style.position = 'fixed';
|
||||||
|
elevatedDropdown.style.top = this.getBoundingClientRect().top + 'px';
|
||||||
|
elevatedDropdown.style.left = this.getBoundingClientRect().left + 'px';
|
||||||
|
elevatedDropdown.style.width = this.clientWidth + 'px';
|
||||||
|
elevatedDropdown.options = this.options;
|
||||||
|
elevatedDropdown.selectedOption = this.selectedOption;
|
||||||
|
elevatedDropdown.highlightedIndex = elevatedDropdown.selectedOption ? elevatedDropdown.options.indexOf(
|
||||||
|
elevatedDropdown.options.find((option) => option.key === this.selectedOption.key)
|
||||||
|
) : -1;
|
||||||
|
console.log(elevatedDropdown.options);
|
||||||
|
console.log(elevatedDropdown.selectedOption);
|
||||||
|
console.log(elevatedDropdown.highlightedIndex);
|
||||||
|
this.windowOverlay.appendChild(elevatedDropdown);
|
||||||
|
await domtoolsInstance.convenience.smartdelay.delayFor(0);
|
||||||
|
elevatedDropdown.toggleSelectionBox();
|
||||||
|
const destroyOverlay = async () => {
|
||||||
|
(elevatedDropdown.shadowRoot.querySelector('.selectionBox') as HTMLElement).style.opacity =
|
||||||
|
'0';
|
||||||
|
elevatedDropdown.removeEventListener('selectedOption', handleSelection);
|
||||||
|
this.windowOverlay.removeEventListener('clicked', destroyOverlay);
|
||||||
|
this.windowOverlay.destroy();
|
||||||
|
};
|
||||||
|
const handleSelection = async (event) => {
|
||||||
|
await this.updateSelection(elevatedDropdown.selectedOption);
|
||||||
|
destroyOverlay();
|
||||||
|
};
|
||||||
|
elevatedDropdown.addEventListener('selectedOption', handleSelection);
|
||||||
|
this.windowOverlay.addEventListener('clicked', destroyOverlay);
|
||||||
|
} else {
|
||||||
|
if (!selectionBox.classList.contains('show')) {
|
||||||
|
selectionBox.style.width = selectedBox.clientWidth + 'px';
|
||||||
|
const spaceData = selectedBox.getBoundingClientRect();
|
||||||
|
if (300 > window.innerHeight - spaceData.bottom) {
|
||||||
|
this.opensToTop = true;
|
||||||
|
selectedBox.classList.add('accentTop');
|
||||||
|
selectionBox.classList.add('top');
|
||||||
|
selectionBox.style.bottom = selectedBox.clientHeight + 2 + 'px';
|
||||||
|
} else {
|
||||||
|
selectedBox.classList.add('accentBottom');
|
||||||
|
selectionBox.classList.add('bottom');
|
||||||
|
this.opensToTop = false;
|
||||||
|
const labelOffset = this.label ? 24 : 0;
|
||||||
|
selectionBox.style.top = selectedBox.clientHeight + labelOffset + 'px';
|
||||||
|
}
|
||||||
|
await domtoolsInstance.convenience.smartdelay.delayFor(0);
|
||||||
|
const searchInput = selectionBox.querySelector('input');
|
||||||
|
searchInput?.focus();
|
||||||
|
selectionBox.classList.add('show');
|
||||||
|
} else {
|
||||||
|
selectedBox.style.pointerEvents = 'none';
|
||||||
|
selectionBox.classList.remove('show');
|
||||||
|
// selectedBox.style.opacity = '0';
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public closeSelectionBox() {
|
private handleSearch(event: Event): void {
|
||||||
|
const searchTerm = (event.target as HTMLInputElement).value.toLowerCase();
|
||||||
|
this.filteredOptions = this.options.filter((option) =>
|
||||||
|
option.option.toLowerCase().includes(searchTerm)
|
||||||
|
);
|
||||||
|
this.highlightedIndex = 0; // Reset highlighted index
|
||||||
|
}
|
||||||
|
|
||||||
|
private handleKeyDown(event: KeyboardEvent): void {
|
||||||
|
if (!this.isOpened) {
|
||||||
|
console.log('discarded key event. Check why this function is called.');
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
const key = event.key;
|
||||||
|
const maxIndex = this.filteredOptions.length - 1;
|
||||||
|
|
||||||
|
if (key === 'ArrowDown') {
|
||||||
|
this.highlightedIndex = this.highlightedIndex + 1 > maxIndex ? 0 : this.highlightedIndex + 1;
|
||||||
|
event.preventDefault();
|
||||||
|
} else if (key === 'ArrowUp') {
|
||||||
|
this.highlightedIndex = this.highlightedIndex - 1 < 0 ? maxIndex : this.highlightedIndex - 1;
|
||||||
|
event.preventDefault();
|
||||||
|
} else if (key === 'Enter') {
|
||||||
|
this.updateSelection(this.filteredOptions[this.highlightedIndex]);
|
||||||
|
event.preventDefault();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
import * as colors from './00colors.js';
|
||||||
|
import * as plugins from './00plugins.js';
|
||||||
|
|
||||||
|
import { DeesContextmenu } from './dees-contextmenu.js';
|
||||||
|
|
||||||
import {
|
import {
|
||||||
customElement,
|
customElement,
|
||||||
DeesElement,
|
DeesElement,
|
||||||
@ -19,7 +24,8 @@ declare global {
|
|||||||
|
|
||||||
@customElement('dees-input-fileupload')
|
@customElement('dees-input-fileupload')
|
||||||
export class DeesInputFileupload extends DeesElement {
|
export class DeesInputFileupload extends DeesElement {
|
||||||
public static demo = () => html`<dees-input-fileupload .label=${'Attachments'}></dees-input-fileupload>`;
|
public static demo = () =>
|
||||||
|
html`<dees-input-fileupload .label=${'Attachments'}></dees-input-fileupload>`;
|
||||||
|
|
||||||
// INSTANCE
|
// INSTANCE
|
||||||
public changeSubject = new domtools.plugins.smartrx.rxjs.Subject();
|
public changeSubject = new domtools.plugins.smartrx.rxjs.Subject();
|
||||||
@ -70,6 +76,7 @@ export class DeesInputFileupload extends DeesElement {
|
|||||||
display: grid;
|
display: grid;
|
||||||
margin: 10px 0px;
|
margin: 10px 0px;
|
||||||
margin-bottom: 24px;
|
margin-bottom: 24px;
|
||||||
|
color: ${cssManager.bdTheme('#333', '#ccc')};
|
||||||
}
|
}
|
||||||
|
|
||||||
.hidden {
|
.hidden {
|
||||||
@ -77,31 +84,15 @@ export class DeesInputFileupload extends DeesElement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.maincontainer {
|
.maincontainer {
|
||||||
color: ${cssManager.bdTheme('#333', '#ccc')};
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.label {
|
|
||||||
font-size: 14px;
|
|
||||||
margin-bottom: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.uploadButton {
|
|
||||||
position: relative;
|
position: relative;
|
||||||
cursor: pointer;
|
|
||||||
padding: 8px;
|
|
||||||
max-width: 600px;
|
|
||||||
background: ${cssManager.bdTheme('#fafafa', '#333333')};
|
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
text-align: center;
|
padding: 8px;
|
||||||
|
background: ${cssManager.bdTheme('#fafafa', '#222222')};
|
||||||
|
color: ${cssManager.bdTheme('#333', '#ccc')};
|
||||||
|
border-top: 1px solid #ffffff10;
|
||||||
}
|
}
|
||||||
|
|
||||||
.uploadButton:hover {
|
.maincontainer::after {
|
||||||
color: #fff;
|
|
||||||
background: rgb(3, 155, 229);
|
|
||||||
}
|
|
||||||
|
|
||||||
.uploadButton::after {
|
|
||||||
top: 2px;
|
top: 2px;
|
||||||
right: 2px;
|
right: 2px;
|
||||||
left: 2px;
|
left: 2px;
|
||||||
@ -112,28 +103,71 @@ export class DeesInputFileupload extends DeesElement {
|
|||||||
display: block;
|
display: block;
|
||||||
border: 2px dashed rgba(255, 255, 255, 0);
|
border: 2px dashed rgba(255, 255, 255, 0);
|
||||||
transition: all 0.2s;
|
transition: all 0.2s;
|
||||||
|
pointer-events: none;
|
||||||
|
background: #00000000;
|
||||||
}
|
}
|
||||||
.uploadButton.dragOver::after {
|
.maincontainer.dragOver::after {
|
||||||
transform: scale3d(1, 1, 1);
|
transform: scale3d(1, 1, 1);
|
||||||
border: 2px dashed rgba(255, 255, 255, 0.3);
|
border: 2px dashed rgba(255, 255, 255, 0.3);
|
||||||
|
background: #00000080;
|
||||||
|
}
|
||||||
|
|
||||||
|
.label {
|
||||||
|
font-size: 14px;
|
||||||
|
margin-bottom: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.uploadButton {
|
||||||
|
position: relative;
|
||||||
|
padding: 8px;
|
||||||
|
max-width: 600px;
|
||||||
|
background: ${cssManager.bdTheme('#fafafa', '#333333')};
|
||||||
|
border-radius: 3px;
|
||||||
|
text-align: center;
|
||||||
|
font-size: 14px;
|
||||||
|
cursor: default;
|
||||||
|
}
|
||||||
|
|
||||||
|
.uploadButton:hover {
|
||||||
|
color: #fff;
|
||||||
|
background: ${unsafeCSS(colors.dark.blue)};
|
||||||
}
|
}
|
||||||
|
|
||||||
.uploadCandidate {
|
.uploadCandidate {
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: 48px auto;
|
||||||
|
background: #333;
|
||||||
|
padding: 8px 8px 8px 0px;
|
||||||
|
margin-bottom: 8px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
border-bottom: 1px dashed #444;
|
border-radius: 3px;
|
||||||
color: ${cssManager.bdTheme('#666', '#ccc')};
|
color: ${cssManager.bdTheme('#666', '#ccc')};
|
||||||
padding: 8px;
|
|
||||||
font-family: 'Roboto', 'Inter', sans-serif;
|
font-family: 'Roboto', 'Inter', sans-serif;
|
||||||
}
|
cursor: default;
|
||||||
|
transition: all 0.2s;
|
||||||
.uploadButton:hover .uploadCandidate {
|
border-top: 1px solid #ffffff10;
|
||||||
color: ${cssManager.bdTheme('#fff', '#fff')};
|
|
||||||
border-bottom: 1px dashed #fff;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.uploadCandidate:last-child {
|
.uploadCandidate:last-child {
|
||||||
margin-bottom: 8px;
|
margin-bottom: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.uploadCandidate .icon {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.uploadCandidate:hover {
|
||||||
|
background: #393939;
|
||||||
|
}
|
||||||
|
|
||||||
|
.uploadCandidate .description {
|
||||||
|
font-size: 14px;
|
||||||
|
border-left: 1px solid #ffffff10;
|
||||||
|
padding-left: 8px;
|
||||||
|
}
|
||||||
`,
|
`,
|
||||||
];
|
];
|
||||||
|
|
||||||
@ -142,10 +176,32 @@ export class DeesInputFileupload extends DeesElement {
|
|||||||
<div class="hidden">
|
<div class="hidden">
|
||||||
<input type="file"></div>
|
<input type="file"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="maincontainer">
|
${this.label ? html`<div class="label">${this.label}</div>` : null}
|
||||||
${this.label ? html`<div class="label">${this.label}</div>` : null}
|
<div class="maincontainer ${this.state === 'dragOver' ? 'dragOver' : ''}">
|
||||||
${this.value.map((fileArg) => html` <div class="uploadCandidate">${fileArg.name} | ${fileArg.size}</div> `)}
|
${this.value.map(
|
||||||
<div class="uploadButton ${this.state === 'dragOver' ? 'dragOver' : ''}" @click=${this.openFileSelector}>
|
(fileArg) => html`
|
||||||
|
<div class="uploadCandidate" @contextmenu=${eventArg => {
|
||||||
|
DeesContextmenu.openContextMenuWithOptions(eventArg, [{
|
||||||
|
iconName: 'trash',
|
||||||
|
name: 'Remove',
|
||||||
|
action: async () => {
|
||||||
|
this.value.splice(this.value.indexOf(fileArg), 1);
|
||||||
|
this.requestUpdate();
|
||||||
|
}
|
||||||
|
}]);
|
||||||
|
}}>
|
||||||
|
<div class="icon">
|
||||||
|
<dees-icon .iconFA=${'paperclip'}></dees-icon>
|
||||||
|
</div>
|
||||||
|
<div class="description">
|
||||||
|
<span style="font-weight: 600">${fileArg.name}</span><br />
|
||||||
|
<span style="font-weight: 400">${fileArg.size}</span>
|
||||||
|
</div>
|
||||||
|
</div> `
|
||||||
|
)}
|
||||||
|
<div class="uploadButton" @click=${
|
||||||
|
this.openFileSelector
|
||||||
|
}>
|
||||||
${this.buttonText}
|
${this.buttonText}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -158,7 +214,6 @@ export class DeesInputFileupload extends DeesElement {
|
|||||||
this.state = 'idle';
|
this.state = 'idle';
|
||||||
this.buttonText = 'Upload more files...';
|
this.buttonText = 'Upload more files...';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public async updateValue(eventArg: Event) {
|
public async updateValue(eventArg: Event) {
|
||||||
const target: any = eventArg.target;
|
const target: any = eventArg.target;
|
||||||
@ -179,9 +234,8 @@ export class DeesInputFileupload extends DeesElement {
|
|||||||
target.value = '';
|
target.value = '';
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
// lets handle drag and drop
|
// lets handle drag and drop
|
||||||
const dropArea = this.shadowRoot.querySelector('.uploadButton');
|
const dropArea = this.shadowRoot.querySelector('.maincontainer');
|
||||||
const handlerFunction = (eventArg: DragEvent) => {
|
const handlerFunction = (eventArg: DragEvent) => {
|
||||||
eventArg.preventDefault();
|
eventArg.preventDefault();
|
||||||
switch (eventArg.type) {
|
switch (eventArg.type) {
|
||||||
|
14
ts_web/elements/dees-input-multitoggle.demo.ts
Normal file
14
ts_web/elements/dees-input-multitoggle.demo.ts
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
import { html } from '@design.estate/dees-element';
|
||||||
|
|
||||||
|
export const demoFunc = () => html`
|
||||||
|
<dees-input-multitoggle
|
||||||
|
.options=${['option 1', 'option 2', 'a longer option with multiple words']}
|
||||||
|
.selectedOption=${'option 2'}
|
||||||
|
></dees-input-multitoggle>
|
||||||
|
<dees-input-multitoggle
|
||||||
|
.type=${'boolean'}
|
||||||
|
.booleanTrueName=${'enabled'}
|
||||||
|
.booleanFalseName=${'disabled'}
|
||||||
|
.selectedOption=${'true'}
|
||||||
|
></dees-input-multitoggle>
|
||||||
|
`;
|
153
ts_web/elements/dees-input-multitoggle.ts
Normal file
153
ts_web/elements/dees-input-multitoggle.ts
Normal file
@ -0,0 +1,153 @@
|
|||||||
|
import {
|
||||||
|
customElement,
|
||||||
|
DeesElement,
|
||||||
|
type TemplateResult,
|
||||||
|
state,
|
||||||
|
html,
|
||||||
|
domtools,
|
||||||
|
property,
|
||||||
|
css,
|
||||||
|
cssManager,
|
||||||
|
} from '@design.estate/dees-element';
|
||||||
|
|
||||||
|
const { demoFunc } = await import('./dees-input-multitoggle.demo.js');
|
||||||
|
|
||||||
|
@customElement('dees-input-multitoggle')
|
||||||
|
export class DeesInputMultitoggle extends DeesElement {
|
||||||
|
public static demo = demoFunc;
|
||||||
|
|
||||||
|
@property({
|
||||||
|
type: String,
|
||||||
|
})
|
||||||
|
public label: string;
|
||||||
|
|
||||||
|
@property({
|
||||||
|
type: String,
|
||||||
|
})
|
||||||
|
public description: string;
|
||||||
|
|
||||||
|
@property()
|
||||||
|
type: 'boolean' | 'multi' | 'single' = 'multi';
|
||||||
|
|
||||||
|
@property()
|
||||||
|
booleanTrueName: string = 'true';
|
||||||
|
|
||||||
|
@property()
|
||||||
|
booleanFalseName: string = 'false';
|
||||||
|
|
||||||
|
@property({
|
||||||
|
type: Array,
|
||||||
|
})
|
||||||
|
options: string[] = [];
|
||||||
|
|
||||||
|
@property()
|
||||||
|
selectedOption: string = '';
|
||||||
|
|
||||||
|
@property()
|
||||||
|
boolValue: boolean = false;
|
||||||
|
|
||||||
|
public static styles = [
|
||||||
|
cssManager.defaultStyles,
|
||||||
|
css`
|
||||||
|
:host {
|
||||||
|
display: block;
|
||||||
|
color: ${cssManager.bdTheme('#333', '#ccc')};
|
||||||
|
user-select: none;
|
||||||
|
margin: 8px 0px 24px 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.label {
|
||||||
|
font-size: 14px;
|
||||||
|
margin-bottom: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.selections {
|
||||||
|
position: relative;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
flex-wrap: nowrap;
|
||||||
|
background: ${cssManager.bdTheme('#fff', '#222')};
|
||||||
|
width: min-content;
|
||||||
|
border-radius: 20px;
|
||||||
|
height: 32px;
|
||||||
|
border-top: 1px solid #ffffff10;
|
||||||
|
}
|
||||||
|
|
||||||
|
.option {
|
||||||
|
color: #ccc;
|
||||||
|
position: relative;
|
||||||
|
padding: 0px 16px;
|
||||||
|
line-height: 32px;
|
||||||
|
cursor: default;
|
||||||
|
width: min-content; /* Make the width as per the content */
|
||||||
|
white-space: nowrap; /* Prevent text wrapping */
|
||||||
|
transition: all 0.1s;
|
||||||
|
font-size: 14px;
|
||||||
|
transform: translateY(-1px);
|
||||||
|
}
|
||||||
|
|
||||||
|
.option:hover {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.option.selected {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.indicator {
|
||||||
|
opacity: 0;
|
||||||
|
position: absolute;
|
||||||
|
height: 24px;
|
||||||
|
left: 4px;
|
||||||
|
top: 3px;
|
||||||
|
border-radius: 16px;
|
||||||
|
background: #0050b9;
|
||||||
|
min-width: 36px;
|
||||||
|
}
|
||||||
|
`,
|
||||||
|
];
|
||||||
|
|
||||||
|
public render(): TemplateResult {
|
||||||
|
return html`
|
||||||
|
<dees-label .label=${this.label} .description=${this.description}></dees-label>
|
||||||
|
<div class="mainbox">
|
||||||
|
<div class="selections">
|
||||||
|
<div class="indicator"></div>
|
||||||
|
${this.options.map(
|
||||||
|
(option) =>
|
||||||
|
html`<div class="option ${option === this.selectedOption ? 'selected': ''}" @click=${() => this.handleSelection(option)}>
|
||||||
|
${option}
|
||||||
|
</div> `
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
`;
|
||||||
|
}
|
||||||
|
|
||||||
|
public async firstUpdated() {
|
||||||
|
if (this.type === 'boolean') {
|
||||||
|
this.options = [this.booleanTrueName || 'true', this.booleanFalseName || 'false'];
|
||||||
|
}
|
||||||
|
this.setIndicator();
|
||||||
|
}
|
||||||
|
|
||||||
|
public async handleSelection(optionArg: string) {
|
||||||
|
this.selectedOption = optionArg;
|
||||||
|
this.setIndicator();
|
||||||
|
}
|
||||||
|
|
||||||
|
public async setIndicator() {
|
||||||
|
const indicator: HTMLDivElement = this.shadowRoot.querySelector('.indicator');
|
||||||
|
const option: HTMLDivElement = this.shadowRoot.querySelector(
|
||||||
|
`.option:nth-child(${this.options.indexOf(this.selectedOption) + 2})`
|
||||||
|
);
|
||||||
|
if (indicator && option) {
|
||||||
|
indicator.style.width = `${option.clientWidth - 8}px`;
|
||||||
|
indicator.style.left = `${option.offsetLeft + 4}px`;
|
||||||
|
indicator.style.opacity = '1';
|
||||||
|
}
|
||||||
|
setTimeout(() => {
|
||||||
|
indicator.style.transition = 'all 0.1s';
|
||||||
|
}, 100);
|
||||||
|
}
|
||||||
|
}
|
@ -85,7 +85,6 @@ export class DeesInputQuantitySelector extends DeesElement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.selector:hover {
|
.selector:hover {
|
||||||
cursor: pointer;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.quantity {
|
.quantity {
|
||||||
|
@ -51,7 +51,6 @@ export class DeesInputRadio extends DeesElement {
|
|||||||
display: block;
|
display: block;
|
||||||
position: relative;
|
position: relative;
|
||||||
margin: 20px 0px;
|
margin: 20px 0px;
|
||||||
cursor: pointer;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.maincontainer {
|
.maincontainer {
|
||||||
@ -91,8 +90,8 @@ export class DeesInputRadio extends DeesElement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.checkbox.selected {
|
.checkbox.selected {
|
||||||
background: #039BE5;
|
background: #0050b9;
|
||||||
border: 1px solid #039BE5;
|
border: 1px solid #0050b9;
|
||||||
}
|
}
|
||||||
|
|
||||||
.maincontainer:hover .checkbox.selected {
|
.maincontainer:hover .checkbox.selected {
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
import * as colors from './00colors.js';
|
||||||
|
|
||||||
import {
|
import {
|
||||||
customElement,
|
customElement,
|
||||||
DeesElement,
|
DeesElement,
|
||||||
@ -31,6 +33,11 @@ export class DeesInputText extends DeesElement {
|
|||||||
})
|
})
|
||||||
public label: string;
|
public label: string;
|
||||||
|
|
||||||
|
@property({
|
||||||
|
type: String,
|
||||||
|
})
|
||||||
|
public description: string;
|
||||||
|
|
||||||
@property({
|
@property({
|
||||||
type: String,
|
type: String,
|
||||||
reflect: true,
|
reflect: true,
|
||||||
@ -98,16 +105,11 @@ export class DeesInputText extends DeesElement {
|
|||||||
color: ${cssManager.bdTheme('#333', '#ccc')};
|
color: ${cssManager.bdTheme('#333', '#ccc')};
|
||||||
}
|
}
|
||||||
|
|
||||||
.label {
|
|
||||||
font-size: 14px;
|
|
||||||
margin-bottom: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
input {
|
input {
|
||||||
margin-top: 5px;
|
margin-top: 0px;
|
||||||
background: ${cssManager.bdTheme('#fafafa', '#222')};
|
background: ${cssManager.bdTheme('#fafafa', '#222')};
|
||||||
border-top: ${cssManager.bdTheme('1px solid #CCC', '1px solid #444')};
|
border-top: ${cssManager.bdTheme('1px solid #CCC', '1px solid #ffffff10')};
|
||||||
border-bottom: ${cssManager.bdTheme('1px solid #CCC', '1px solid #333')};
|
border-bottom: ${cssManager.bdTheme('1px solid #CCC', '1px solid #222')};
|
||||||
border-right: ${cssManager.bdTheme('1px solid #CCC', 'none')};
|
border-right: ${cssManager.bdTheme('1px solid #CCC', 'none')};
|
||||||
border-left: ${cssManager.bdTheme('1px solid #CCC', 'none')};
|
border-left: ${cssManager.bdTheme('1px solid #CCC', 'none')};
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
@ -120,7 +122,7 @@ export class DeesInputText extends DeesElement {
|
|||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
// see template for more
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
input:disabled {
|
input:disabled {
|
||||||
@ -132,7 +134,12 @@ export class DeesInputText extends DeesElement {
|
|||||||
|
|
||||||
input:focus {
|
input:focus {
|
||||||
outline: none;
|
outline: none;
|
||||||
border-bottom: 1px solid #e4002b;
|
border-bottom: 1px solid ${cssManager.bdTheme( colors.bright.blueActive, colors.dark.blueActive)};
|
||||||
|
cursor: text;
|
||||||
|
}
|
||||||
|
|
||||||
|
input:hover {
|
||||||
|
filter: ${cssManager.bdTheme('brightness(0.95)', 'brightness(1.1)')};
|
||||||
}
|
}
|
||||||
|
|
||||||
.showPassword {
|
.showPassword {
|
||||||
@ -143,10 +150,10 @@ export class DeesInputText extends DeesElement {
|
|||||||
border-radius: 7px;
|
border-radius: 7px;
|
||||||
padding: 4px 0px;
|
padding: 4px 0px;
|
||||||
width: 40px;
|
width: 40px;
|
||||||
|
z-index: 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
.showPassword:hover {
|
.showPassword:hover {
|
||||||
cursor: pointer;
|
|
||||||
background: ${cssManager.bdTheme('#00000010', '#ffffff10')};
|
background: ${cssManager.bdTheme('#00000010', '#ffffff10')};
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -169,7 +176,7 @@ export class DeesInputText extends DeesElement {
|
|||||||
return html`
|
return html`
|
||||||
<style>
|
<style>
|
||||||
input {
|
input {
|
||||||
font-family: ${this.isPasswordBool ? 'monospace' : 'Inter'};
|
font-family: ${this.isPasswordBool ? 'monospace' : 'Roboto'};
|
||||||
letter-spacing: ${this.isPasswordBool ? '1px' : 'normal'};
|
letter-spacing: ${this.isPasswordBool ? '1px' : 'normal'};
|
||||||
color: ${this.goBright ? '#333' : '#ccc'};
|
color: ${this.goBright ? '#333' : '#ccc'};
|
||||||
}
|
}
|
||||||
@ -187,7 +194,7 @@ export class DeesInputText extends DeesElement {
|
|||||||
`}
|
`}
|
||||||
</style>
|
</style>
|
||||||
<div class="maincontainer">
|
<div class="maincontainer">
|
||||||
${this.label ? html`<div class="label">${this.label}</div>` : html``}
|
<dees-label .label=${this.label} .description=${this.description}></dees-label>
|
||||||
<input
|
<input
|
||||||
type="${this.isPasswordBool && !this.showPasswordBool ? 'password' : 'text'}"
|
type="${this.isPasswordBool && !this.showPasswordBool ? 'password' : 'text'}"
|
||||||
.value=${this.value}
|
.value=${this.value}
|
||||||
|
15
ts_web/elements/dees-input-typelist.demo.ts
Normal file
15
ts_web/elements/dees-input-typelist.demo.ts
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
import { html } from '@design.estate/dees-element';
|
||||||
|
|
||||||
|
export const demoFunc = () => html`
|
||||||
|
<style>
|
||||||
|
.demoContainer {
|
||||||
|
max-width: 600px;
|
||||||
|
margin: auto;
|
||||||
|
padding: 40px;
|
||||||
|
background: #000;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
<div class="demoContainer">
|
||||||
|
<dees-input-typelist></dees-input-typelist>
|
||||||
|
</div>
|
||||||
|
`;
|
98
ts_web/elements/dees-input-typelist.ts
Normal file
98
ts_web/elements/dees-input-typelist.ts
Normal file
@ -0,0 +1,98 @@
|
|||||||
|
import {
|
||||||
|
customElement,
|
||||||
|
DeesElement,
|
||||||
|
type TemplateResult,
|
||||||
|
state,
|
||||||
|
html,
|
||||||
|
domtools,
|
||||||
|
property,
|
||||||
|
css,
|
||||||
|
cssManager,
|
||||||
|
} from '@design.estate/dees-element';
|
||||||
|
|
||||||
|
const { demoFunc } = await import('./dees-input-typelist.demo.js');
|
||||||
|
|
||||||
|
@customElement('dees-input-typelist')
|
||||||
|
export class DeesInputTypelist extends DeesElement {
|
||||||
|
public static demo = demoFunc;
|
||||||
|
|
||||||
|
|
||||||
|
// INSTANCE
|
||||||
|
|
||||||
|
@property({
|
||||||
|
type: String,
|
||||||
|
})
|
||||||
|
public label: string;
|
||||||
|
|
||||||
|
constructor() {
|
||||||
|
super();
|
||||||
|
}
|
||||||
|
|
||||||
|
public static styles = [
|
||||||
|
cssManager.defaultStyles,
|
||||||
|
css`
|
||||||
|
:host {
|
||||||
|
display: block;
|
||||||
|
color: ${cssManager.bdTheme('#333', '#fff')};
|
||||||
|
margin: 8px 0px 24px 0px;
|
||||||
|
}
|
||||||
|
.label {
|
||||||
|
font-size: 14px;
|
||||||
|
margin-bottom: 8px;
|
||||||
|
}
|
||||||
|
.mainbox {
|
||||||
|
border-radius: 3px;
|
||||||
|
background: #222;
|
||||||
|
overflow: hidden;
|
||||||
|
border-top: ${cssManager.bdTheme('1px solid #CCC', '1px solid #444')};
|
||||||
|
border-bottom: ${cssManager.bdTheme('1px solid #CCC', '1px solid #333')};
|
||||||
|
border-right: ${cssManager.bdTheme('1px solid #CCC', 'none')};
|
||||||
|
border-left: ${cssManager.bdTheme('1px solid #CCC', 'none')};
|
||||||
|
}
|
||||||
|
|
||||||
|
.tags {
|
||||||
|
padding: 16px;
|
||||||
|
cursor: default;
|
||||||
|
}
|
||||||
|
|
||||||
|
.notags {
|
||||||
|
text-align: center;
|
||||||
|
opacity: 0.5;
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
input {
|
||||||
|
display: block;
|
||||||
|
box-sizing: border-box;
|
||||||
|
background: #181818;
|
||||||
|
width: 100%;
|
||||||
|
outline: none;
|
||||||
|
border: none;
|
||||||
|
color: inherit;
|
||||||
|
padding: 0px 16px;
|
||||||
|
overflow: hidden;
|
||||||
|
line-height: 32px;
|
||||||
|
height: 0px;
|
||||||
|
transition: height 0.2s;
|
||||||
|
}
|
||||||
|
|
||||||
|
input:focus {
|
||||||
|
height: 32px;
|
||||||
|
}
|
||||||
|
`,
|
||||||
|
];
|
||||||
|
|
||||||
|
public render(): TemplateResult {
|
||||||
|
return html`
|
||||||
|
<div class="label">${this.label}</div>
|
||||||
|
<div class="mainbox">
|
||||||
|
<div class="tags" @click=${() => {
|
||||||
|
this.shadowRoot.querySelector('input').focus();
|
||||||
|
}}>
|
||||||
|
<div class="notags">No tags yet</div>
|
||||||
|
</div>
|
||||||
|
<input type="text" placeholder="Type, press Enter to add it..." />
|
||||||
|
</div>
|
||||||
|
`;
|
||||||
|
}
|
||||||
|
}
|
7
ts_web/elements/dees-label.demo.ts
Normal file
7
ts_web/elements/dees-label.demo.ts
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
import { html, cssManager } from '@design.estate/dees-element';
|
||||||
|
|
||||||
|
export const demoFunc = () => {
|
||||||
|
return html`
|
||||||
|
<dees-label .label=${'a label'}></dees-label>
|
||||||
|
`;
|
||||||
|
}
|
70
ts_web/elements/dees-label.ts
Normal file
70
ts_web/elements/dees-label.ts
Normal file
@ -0,0 +1,70 @@
|
|||||||
|
import * as plugins from './00plugins.js';
|
||||||
|
import * as colors from './00colors.js';
|
||||||
|
|
||||||
|
import {
|
||||||
|
customElement,
|
||||||
|
html,
|
||||||
|
css,
|
||||||
|
cssManager,
|
||||||
|
DeesElement,
|
||||||
|
property,
|
||||||
|
unsafeCSS,
|
||||||
|
query,
|
||||||
|
} from '@design.estate/dees-element';
|
||||||
|
|
||||||
|
import { demoFunc } from './dees-label.demo.js';
|
||||||
|
|
||||||
|
@customElement('dees-label')
|
||||||
|
export class DeesLabel extends DeesElement {
|
||||||
|
public static demo = demoFunc;
|
||||||
|
|
||||||
|
// INSTANCE
|
||||||
|
|
||||||
|
@property({
|
||||||
|
type: String,
|
||||||
|
reflect: true,
|
||||||
|
})
|
||||||
|
public label = '';
|
||||||
|
|
||||||
|
@property({
|
||||||
|
type: String,
|
||||||
|
reflect: true,
|
||||||
|
})
|
||||||
|
public description: string;
|
||||||
|
|
||||||
|
public static styles = [
|
||||||
|
cssManager.defaultStyles,
|
||||||
|
css`
|
||||||
|
.label {
|
||||||
|
color: ${cssManager.bdTheme('#333', '#ccc')};
|
||||||
|
font-size: 14px;
|
||||||
|
margin-bottom: 8px;
|
||||||
|
cursor: default;
|
||||||
|
user-select: none;
|
||||||
|
}
|
||||||
|
dees-icon {
|
||||||
|
display: inline-block;
|
||||||
|
font-size: 14px;
|
||||||
|
transform: translateY(1.5px);
|
||||||
|
}
|
||||||
|
`,
|
||||||
|
];
|
||||||
|
|
||||||
|
public render() {
|
||||||
|
return html`
|
||||||
|
${this.label
|
||||||
|
? html`
|
||||||
|
<div class="label">
|
||||||
|
${this.label}
|
||||||
|
${this.description
|
||||||
|
? html`
|
||||||
|
<dees-icon .iconFA=${'circleInfo'}></dees-icon>
|
||||||
|
<dees-speechbubble .text=${this.description}></dees-speechbubble>
|
||||||
|
`
|
||||||
|
: html``}
|
||||||
|
</div>
|
||||||
|
`
|
||||||
|
: html``}
|
||||||
|
`;
|
||||||
|
}
|
||||||
|
}
|
@ -1,4 +1,4 @@
|
|||||||
import * as plugins from './plugins.js';
|
import * as plugins from './00plugins.js';
|
||||||
import {
|
import {
|
||||||
cssManager,
|
cssManager,
|
||||||
css,
|
css,
|
||||||
@ -105,7 +105,6 @@ export class DeesMobilenavigation extends DeesElement {
|
|||||||
padding: 8px;
|
padding: 8px;
|
||||||
margin-left: -8px;
|
margin-left: -8px;
|
||||||
margin-right: -8px;
|
margin-right: -8px;
|
||||||
cursor: pointer;
|
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
.menuItem:hover {
|
.menuItem:hover {
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
import * as plugins from './plugins.js';
|
import * as colors from './00colors.js';
|
||||||
|
import * as plugins from './00plugins.js';
|
||||||
|
|
||||||
import { demoFunc } from './dees-modal.demo.js';
|
import { demoFunc } from './dees-modal.demo.js';
|
||||||
import {
|
import {
|
||||||
customElement,
|
customElement,
|
||||||
@ -123,20 +125,35 @@ export class DeesModal extends DeesElement {
|
|||||||
padding: 16px;
|
padding: 16px;
|
||||||
}
|
}
|
||||||
.modal .bottomButtons {
|
.modal .bottomButtons {
|
||||||
display: grid;
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
border-top: 1px solid #222;
|
border-top: 1px solid #222;
|
||||||
|
justify-content: flex-end;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal .bottomButtons .bottomButton {
|
.modal .bottomButtons .bottomButton {
|
||||||
height: 40px;
|
margin: 8px 0px;
|
||||||
line-height: 40px;
|
padding: 8px 12px;
|
||||||
|
border-radius: 4px;
|
||||||
|
line-height: 16px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
border-right: 1px solid #222;
|
cursor: default;
|
||||||
cursor: pointer;
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.modal .bottomButtons .bottomButton:first-child {
|
||||||
|
margin-left: 8px;
|
||||||
|
}
|
||||||
|
.modal .bottomButtons .bottomButton:last-child {
|
||||||
|
margin-right: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
.modal .bottomButtons .bottomButton:hover {
|
.modal .bottomButtons .bottomButton:hover {
|
||||||
background: #222;
|
background: ${cssManager.bdTheme(colors.bright.blue, colors.dark.blue)};
|
||||||
|
}
|
||||||
|
.modal .bottomButtons .bottomButton:active {
|
||||||
|
background: ${cssManager.bdTheme(colors.bright.blueActive, colors.dark.blueActive)};
|
||||||
}
|
}
|
||||||
.modal .bottomButtons .bottomButton:last-child {
|
.modal .bottomButtons .bottomButton:last-child {
|
||||||
border-right: none;
|
border-right: none;
|
||||||
|
@ -57,18 +57,9 @@ export class DeesPdf extends DeesElement {
|
|||||||
if (!DeesPdf.pdfJsReady) {
|
if (!DeesPdf.pdfJsReady) {
|
||||||
const pdfJsReadyDeferred = domtools.plugins.smartpromise.defer();
|
const pdfJsReadyDeferred = domtools.plugins.smartpromise.defer();
|
||||||
DeesPdf.pdfJsReady = pdfJsReadyDeferred.promise;
|
DeesPdf.pdfJsReady = pdfJsReadyDeferred.promise;
|
||||||
const loadDeferred = domtools.plugins.smartpromise.defer();
|
// @ts-ignore
|
||||||
const script = document.createElement('script');
|
DeesPdf.pdfjsLib = await import('https://cdn.jsdelivr.net/npm/pdfjs-dist@4.0.379/+esm');
|
||||||
script.addEventListener('load', () => {
|
DeesPdf.pdfjsLib.GlobalWorkerOptions.workerSrc = 'https://cdn.jsdelivr.net/npm/pdfjs-dist@4.0.379/build/pdf.worker.mjs';
|
||||||
console.log('pdf.js loaded!');
|
|
||||||
loadDeferred.resolve();
|
|
||||||
});
|
|
||||||
script.src = 'https:////mozilla.github.io/pdf.js/build/pdf.js';
|
|
||||||
document.getElementsByTagName('head')[0].appendChild(script);
|
|
||||||
// The workerSrc property shall be specified.
|
|
||||||
await loadDeferred.promise;
|
|
||||||
DeesPdf.pdfjsLib = window['pdfjs-dist/build/pdf'];
|
|
||||||
DeesPdf.pdfjsLib.GlobalWorkerOptions.workerSrc = '//mozilla.github.io/pdf.js/build/pdf.worker.js';
|
|
||||||
pdfJsReadyDeferred.resolve();
|
pdfJsReadyDeferred.resolve();
|
||||||
}
|
}
|
||||||
await DeesPdf.pdfJsReady;
|
await DeesPdf.pdfJsReady;
|
||||||
|
11
ts_web/elements/dees-progressbar.demo.ts
Normal file
11
ts_web/elements/dees-progressbar.demo.ts
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
import { html } from '@design.estate/dees-element';
|
||||||
|
|
||||||
|
import { DeesProgressbar } from './dees-progressbar.js';
|
||||||
|
|
||||||
|
export const demoFunc = () => {
|
||||||
|
return html`
|
||||||
|
<dees-progressbar
|
||||||
|
.percentage=${50}
|
||||||
|
></dees-progressbar>
|
||||||
|
`;
|
||||||
|
}
|
95
ts_web/elements/dees-progressbar.ts
Normal file
95
ts_web/elements/dees-progressbar.ts
Normal file
@ -0,0 +1,95 @@
|
|||||||
|
import * as plugins from './00plugins.js';
|
||||||
|
import * as colors from './00colors.js';
|
||||||
|
import { demoFunc } from './dees-progressbar.demo.js';
|
||||||
|
import {
|
||||||
|
customElement,
|
||||||
|
html,
|
||||||
|
DeesElement,
|
||||||
|
property,
|
||||||
|
type TemplateResult,
|
||||||
|
cssManager,
|
||||||
|
css,
|
||||||
|
type CSSResult,
|
||||||
|
unsafeCSS,
|
||||||
|
unsafeHTML,
|
||||||
|
state,
|
||||||
|
} from '@design.estate/dees-element';
|
||||||
|
|
||||||
|
import * as domtools from '@design.estate/dees-domtools';
|
||||||
|
|
||||||
|
@customElement('dees-progressbar')
|
||||||
|
export class DeesProgressbar extends DeesElement {
|
||||||
|
// STATIC
|
||||||
|
public static demo = demoFunc;
|
||||||
|
|
||||||
|
// INSTANCE
|
||||||
|
@property({
|
||||||
|
type: Number,
|
||||||
|
})
|
||||||
|
public percentage = 0;
|
||||||
|
|
||||||
|
public static styles = [
|
||||||
|
cssManager.defaultStyles,
|
||||||
|
css`
|
||||||
|
:host {
|
||||||
|
color: ${cssManager.bdTheme(colors.bright.text, colors.dark.text)};
|
||||||
|
}
|
||||||
|
.progressBarContainer {
|
||||||
|
padding: 8px;
|
||||||
|
min-width: 200px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.progressBar {
|
||||||
|
background: ${cssManager.bdTheme('#eeeeeb', '#444')};
|
||||||
|
height: 8px;
|
||||||
|
width: 100%;
|
||||||
|
border-radius: 4px;
|
||||||
|
border-top: 0.5px solid ${cssManager.bdTheme('none', '#555')};
|
||||||
|
}
|
||||||
|
|
||||||
|
.progressBarFill {
|
||||||
|
background: ${cssManager.bdTheme(colors.dark.blueActive, colors.bright.blueActive)};
|
||||||
|
height: 8px;
|
||||||
|
margin-top: -0.5px;
|
||||||
|
transition: 0.2s width;
|
||||||
|
border-radius: 4px;
|
||||||
|
width: 0px;
|
||||||
|
border-top: 0.5 solid ${cssManager.bdTheme('none', '#398fff')};
|
||||||
|
}
|
||||||
|
|
||||||
|
.progressText {
|
||||||
|
padding: 8px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
`
|
||||||
|
];
|
||||||
|
|
||||||
|
public render() {
|
||||||
|
return html`
|
||||||
|
<div class="progressBarContainer">
|
||||||
|
<div class="progressBar">
|
||||||
|
<div class="progressBarFill"></div>
|
||||||
|
<div class="progressText">
|
||||||
|
${this.percentage}%
|
||||||
|
<div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
`
|
||||||
|
}
|
||||||
|
|
||||||
|
firstUpdated (_changedProperties: Map<string | number | symbol, unknown>): void {
|
||||||
|
super.firstUpdated(_changedProperties);
|
||||||
|
this.updateComplete.then(() => {
|
||||||
|
this.updatePercentage();
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
public async updatePercentage() {
|
||||||
|
const progressBarFill = this.shadowRoot.querySelector('.progressBarFill') as HTMLElement;
|
||||||
|
progressBarFill.style.width = `${this.percentage}%`;
|
||||||
|
}
|
||||||
|
|
||||||
|
updated(){
|
||||||
|
this.updatePercentage();
|
||||||
|
}
|
||||||
|
}
|
@ -48,7 +48,7 @@ export class DeesSimpleLogin extends DeesElement {
|
|||||||
min-height: 100px;
|
min-height: 100px;
|
||||||
background: ${cssManager.bdTheme('#eeeeeb', '#111')};
|
background: ${cssManager.bdTheme('#eeeeeb', '#111')};
|
||||||
box-shadow: ${cssManager.bdTheme('0px 1px 4px rgba(0,0,0,0.3)', 'none')};
|
box-shadow: ${cssManager.bdTheme('0px 1px 4px rgba(0,0,0,0.3)', 'none')};
|
||||||
border-radius: 3px;
|
border-radius: 8px;
|
||||||
padding: 24px;
|
padding: 24px;
|
||||||
transition: opacity 0.3s, transform 0.3s;
|
transition: opacity 0.3s, transform 0.3s;
|
||||||
}
|
}
|
||||||
|
23
ts_web/elements/dees-speechbubble.demo.ts
Normal file
23
ts_web/elements/dees-speechbubble.demo.ts
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
import { html, cssManager } from '@design.estate/dees-element';
|
||||||
|
|
||||||
|
export const demoFunc = () => {
|
||||||
|
return html`
|
||||||
|
<style>
|
||||||
|
.ref1 {
|
||||||
|
margin: 20px;
|
||||||
|
width: 10px;
|
||||||
|
height: 10px;
|
||||||
|
background-color: red;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
<div class="ref1"></div>
|
||||||
|
<dees-speechbubble .text=${`
|
||||||
|
**This is a longer markdown text that can be used the write**
|
||||||
|
a longer description about whats going on the app
|
||||||
|
|
||||||
|
**This is a subheader**
|
||||||
|
and another text
|
||||||
|
|
||||||
|
`}></dees-speechbubble>
|
||||||
|
`;
|
||||||
|
};
|
@ -1,3 +1,7 @@
|
|||||||
|
import * as colors from './00colors.js';
|
||||||
|
import * as plugins from './00plugins.js';
|
||||||
|
|
||||||
|
import { demoFunc } from './dees-speechbubble.demo.js';
|
||||||
import {
|
import {
|
||||||
customElement,
|
customElement,
|
||||||
html,
|
html,
|
||||||
@ -8,9 +12,11 @@ import {
|
|||||||
css,
|
css,
|
||||||
type CSSResult,
|
type CSSResult,
|
||||||
unsafeCSS,
|
unsafeCSS,
|
||||||
|
domtools,
|
||||||
|
directives,
|
||||||
|
unsafeHTML,
|
||||||
} from '@design.estate/dees-element';
|
} from '@design.estate/dees-element';
|
||||||
|
import { DeesWindowLayer } from './dees-windowlayer.js';
|
||||||
import * as domtools from '@design.estate/dees-domtools';
|
|
||||||
|
|
||||||
declare global {
|
declare global {
|
||||||
interface HTMLElementTagNameMap {
|
interface HTMLElementTagNameMap {
|
||||||
@ -20,26 +26,53 @@ declare global {
|
|||||||
|
|
||||||
@customElement('dees-speechbubble')
|
@customElement('dees-speechbubble')
|
||||||
export class DeesSpeechbubble extends DeesElement {
|
export class DeesSpeechbubble extends DeesElement {
|
||||||
public static demo = () => html` <dees-speechbubble></dees-speechbubble> `;
|
public static demo = demoFunc;
|
||||||
|
|
||||||
@property()
|
// STATIC
|
||||||
|
public static async createAndShow(refElement: HTMLElement, textArg: string) {
|
||||||
|
const windowLayer = await DeesWindowLayer.createAndShow({
|
||||||
|
blur: false,
|
||||||
|
});
|
||||||
|
const speechbubble = document.createElement('dees-speechbubble');
|
||||||
|
speechbubble.windowLayer = windowLayer;
|
||||||
|
speechbubble.reffedElement = refElement;
|
||||||
|
speechbubble.text = textArg;
|
||||||
|
speechbubble.manifested = true;
|
||||||
|
windowLayer.appendChild(speechbubble);
|
||||||
|
windowLayer.style.pointerEvents = 'none';
|
||||||
|
(windowLayer.shadowRoot.querySelector('.windowOverlay') as HTMLElement).style.pointerEvents = 'none';
|
||||||
|
return speechbubble;
|
||||||
|
}
|
||||||
|
|
||||||
|
// INSTANCE
|
||||||
|
@property({
|
||||||
|
type: Object,
|
||||||
|
})
|
||||||
|
reffedElement: HTMLElement;
|
||||||
|
|
||||||
|
@property({
|
||||||
|
type: String,
|
||||||
|
reflect: true,
|
||||||
|
})
|
||||||
public text: string;
|
public text: string;
|
||||||
|
|
||||||
@property({
|
@property({
|
||||||
type: Boolean,
|
type: Boolean,
|
||||||
})
|
})
|
||||||
public disabled = false;
|
public wave: boolean = false;
|
||||||
|
|
||||||
@property({
|
@property({
|
||||||
type: Boolean,
|
type: Boolean,
|
||||||
})
|
})
|
||||||
public isHidden = false;
|
public manifested = false;
|
||||||
|
|
||||||
@property({
|
@property({
|
||||||
type: String,
|
type: String,
|
||||||
})
|
})
|
||||||
public status: 'normal' | 'pending' | 'success' | 'error' = 'normal';
|
public status: 'normal' | 'pending' | 'success' | 'error' = 'normal';
|
||||||
|
|
||||||
|
public windowLayer: DeesWindowLayer;
|
||||||
|
|
||||||
constructor() {
|
constructor() {
|
||||||
super();
|
super();
|
||||||
}
|
}
|
||||||
@ -48,28 +81,22 @@ export class DeesSpeechbubble extends DeesElement {
|
|||||||
cssManager.defaultStyles,
|
cssManager.defaultStyles,
|
||||||
css`
|
css`
|
||||||
:host {
|
:host {
|
||||||
position: relative;
|
|
||||||
display: block;
|
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
color: ${cssManager.bdTheme('#333', '#fff')};
|
color: ${cssManager.bdTheme('#333', '#fff')};
|
||||||
cursor: pointer;
|
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
:host([hidden]) {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.maincontainer {
|
.maincontainer {
|
||||||
|
position: relative;
|
||||||
will-change: transform;
|
will-change: transform;
|
||||||
transition: transform 0.2s;
|
transition: transform 0.2s;
|
||||||
transform: translateX(0px);
|
transform: translateX(0px);
|
||||||
position: relative;
|
|
||||||
transition: all 0.2s;
|
transition: all 0.2s;
|
||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
}
|
filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.2));
|
||||||
|
pointer-events: none;
|
||||||
.maincontainer:hover {
|
opacity: 0;
|
||||||
transform: translateX(3px);
|
transition: all 0.2s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.arrow {
|
.arrow {
|
||||||
@ -78,17 +105,17 @@ export class DeesSpeechbubble extends DeesElement {
|
|||||||
background: ${cssManager.bdTheme('#fff', '#333')};
|
background: ${cssManager.bdTheme('#fff', '#333')};
|
||||||
height: 15px;
|
height: 15px;
|
||||||
width: 15px;
|
width: 15px;
|
||||||
left: 4px;
|
left: 2px;
|
||||||
top: 5px;
|
top: 12px;
|
||||||
border-radius: 2px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.speechbubble {
|
.speechbubble {
|
||||||
background: ${cssManager.bdTheme('#fff', '#333')};
|
background: ${cssManager.bdTheme('#fff', '#333')};
|
||||||
padding: 0px 10px;
|
padding: 0px 16px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
line-height: 25px;
|
min-width: 240px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
left: 8px;
|
left: 8px;
|
||||||
@ -133,25 +160,70 @@ export class DeesSpeechbubble extends DeesElement {
|
|||||||
|
|
||||||
public render(): TemplateResult {
|
public render(): TemplateResult {
|
||||||
return html`
|
return html`
|
||||||
<div class="maincontainer" @click=${this.handleClick}>
|
${this.manifested
|
||||||
<div class="arrow"></div>
|
? html`
|
||||||
<div class="speechbubble"><span class="wave">👋</span> We build with launch.sh, and you can too.</div>
|
<div class="maincontainer" @click=${this.handleClick}>
|
||||||
</div>
|
<div class="arrow"></div>
|
||||||
|
<div class="speechbubble">
|
||||||
|
${this.wave ? html`<span class="wave">👋</span>` : html``}
|
||||||
|
${directives.resolve(this.getHtml())}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
`
|
||||||
|
: html``}
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
|
|
||||||
public async handleClick() {
|
public async handleClick() {
|
||||||
if (this.disabled) {
|
console.log('speechbubble got clicked.');
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
globalThis.location.href = "https://launch.sh"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public async firstUpdated() {
|
public async firstUpdated() {
|
||||||
if (!this.textContent) {
|
// lets make sure we have a ref
|
||||||
this.textContent = 'Button';
|
if (!this.reffedElement) {
|
||||||
this.performUpdate();
|
this.reffedElement = this.previousElementSibling as HTMLElement;
|
||||||
|
}
|
||||||
|
if (this.manifested) {
|
||||||
|
await this.updatePosition();
|
||||||
|
(this.shadowRoot.querySelector('.maincontainer') as HTMLElement).style.opacity = '1';
|
||||||
|
} else {
|
||||||
|
// lets make sure we instrument it
|
||||||
|
let speechbubble: DeesSpeechbubble;
|
||||||
|
this.reffedElement.addEventListener('mouseenter', async () => {
|
||||||
|
speechbubble = await DeesSpeechbubble.createAndShow(this.reffedElement, this.text);
|
||||||
|
});
|
||||||
|
this.reffedElement.addEventListener('mouseleave', () => {
|
||||||
|
speechbubble.destroy();
|
||||||
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public async updatePosition() {
|
||||||
|
const refElement = this.reffedElement;
|
||||||
|
const boundingClientRect = refElement.getBoundingClientRect();
|
||||||
|
this.style.position = 'fixed';
|
||||||
|
this.style.top = `${boundingClientRect.top - 13}px`;
|
||||||
|
this.style.left = `${boundingClientRect.left + refElement.clientWidth + 4}px`;
|
||||||
|
if (boundingClientRect.right > 250) {
|
||||||
|
this.style.width = `250px`;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public async getHtml(): Promise<any> {
|
||||||
|
if (!this.text) {
|
||||||
|
return '';
|
||||||
|
}
|
||||||
|
const normalized = domtools.plugins.smartstring.normalize.standard(this.text);
|
||||||
|
const result = await domtools.plugins.smartmarkdown.SmartMarkdown.easyMarkdownToHtml(
|
||||||
|
normalized
|
||||||
|
);
|
||||||
|
return unsafeHTML(result);
|
||||||
|
}
|
||||||
|
|
||||||
|
public async show() {}
|
||||||
|
|
||||||
|
public async destroy() {
|
||||||
|
(this.shadowRoot.querySelector('.maincontainer') as HTMLElement).style.opacity = '0';
|
||||||
|
this.windowLayer.destroy();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
import * as plugins from './00plugins.js';
|
||||||
|
import * as colors from './00colors.js';
|
||||||
|
|
||||||
import {
|
import {
|
||||||
DeesElement,
|
DeesElement,
|
||||||
customElement,
|
customElement,
|
||||||
@ -99,7 +102,7 @@ export class DeesStepper extends DeesElement {
|
|||||||
transition: all 0.7s ease-in-out;
|
transition: all 0.7s ease-in-out;
|
||||||
max-width: 500px;
|
max-width: 500px;
|
||||||
min-height: 300px;
|
min-height: 300px;
|
||||||
border-radius: 3px;
|
border-radius: 8px;
|
||||||
background: ${cssManager.bdTheme('#ffffff', '#181818')};
|
background: ${cssManager.bdTheme('#ffffff', '#181818')};
|
||||||
border-top: 1px solid ${cssManager.bdTheme('#ffffff', '#181818')};
|
border-top: 1px solid ${cssManager.bdTheme('#ffffff', '#181818')};
|
||||||
color: ${cssManager.bdTheme('#333', '#fff')};
|
color: ${cssManager.bdTheme('#333', '#fff')};
|
||||||
@ -127,6 +130,7 @@ export class DeesStepper extends DeesElement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.step .stepCounter {
|
.step .stepCounter {
|
||||||
|
color: #999;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
right: 0px;
|
right: 0px;
|
||||||
@ -137,6 +141,8 @@ export class DeesStepper extends DeesElement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.step .goBack {
|
.step .goBack {
|
||||||
|
color: #999;
|
||||||
|
cursor: default;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
@ -144,11 +150,25 @@ export class DeesStepper extends DeesElement {
|
|||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
border-bottom-right-radius: 3px;
|
border-bottom-right-radius: 3px;
|
||||||
background: ${cssManager.bdTheme('#00000008', '#ffffff08')};
|
background: ${cssManager.bdTheme('#00000008', '#ffffff08')};
|
||||||
cursor: pointer;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.step .goBack:hover {
|
.step .goBack:hover {
|
||||||
background: ${cssManager.bdTheme('#00000012', '#ffffff12')};
|
color: ${cssManager.bdTheme('#333', '#fff')};
|
||||||
|
background: ${cssManager.bdTheme('#00000012', colors.dark.blue)};
|
||||||
|
}
|
||||||
|
|
||||||
|
.step .goBack:active {
|
||||||
|
color: ${cssManager.bdTheme('#333', '#fff')};
|
||||||
|
background: ${cssManager.bdTheme('#00000012', colors.dark.blueActive)};
|
||||||
|
}
|
||||||
|
|
||||||
|
.step .goBack span {
|
||||||
|
transition: all 0.2s;
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.step .goBack:hover span {
|
||||||
|
transform: translateX(-2px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.step .title {
|
.step .title {
|
||||||
@ -178,7 +198,7 @@ export class DeesStepper extends DeesElement {
|
|||||||
: ''}"
|
: ''}"
|
||||||
>
|
>
|
||||||
${this.getIndexOfStep(stepArg) > 0
|
${this.getIndexOfStep(stepArg) > 0
|
||||||
? html`<div class="goBack" @click=${this.goBack}><- go to previous step</div>`
|
? html`<div class="goBack" @click=${this.goBack}><span style="font-family: Inter"><-</span> go to previous step</div>`
|
||||||
: ``}
|
: ``}
|
||||||
<div class="stepCounter">
|
<div class="stepCounter">
|
||||||
Step ${this.steps.findIndex((elementArg) => elementArg === stepArg) + 1} of
|
Step ${this.steps.findIndex((elementArg) => elementArg === stepArg) + 1} of
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
import { type ITableAction } from './dees-table.js';
|
import { type ITableAction } from './dees-table.js';
|
||||||
import * as plugins from './plugins.js';
|
import * as plugins from './00plugins.js';
|
||||||
import { html } from '@design.estate/dees-element';
|
import { html } from '@design.estate/dees-element';
|
||||||
|
|
||||||
interface ITableDemoData {
|
interface ITableDemoData {
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
import * as plugins from './plugins.js';
|
import * as colors from './00colors.js';
|
||||||
|
import * as plugins from './00plugins.js';
|
||||||
import { demoFunc } from './dees-table.demo.js';
|
import { demoFunc } from './dees-table.demo.js';
|
||||||
import {
|
import {
|
||||||
customElement,
|
customElement,
|
||||||
@ -173,6 +174,7 @@ export class DeesTable<T> extends DeesElement {
|
|||||||
border-top: 1px solid ${cssManager.bdTheme('#fff', '#444')};
|
border-top: 1px solid ${cssManager.bdTheme('#fff', '#444')};
|
||||||
box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
|
box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
@ -202,7 +204,6 @@ export class DeesTable<T> extends DeesElement {
|
|||||||
|
|
||||||
.headerActions {
|
.headerActions {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
cursor: pointer;
|
|
||||||
}
|
}
|
||||||
.headerAction {
|
.headerAction {
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -217,6 +218,12 @@ export class DeesTable<T> extends DeesElement {
|
|||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.searchGrid {
|
||||||
|
display: grid;
|
||||||
|
grid-gap: 16px;
|
||||||
|
grid-template-columns: 1fr 200px;
|
||||||
|
}
|
||||||
|
|
||||||
table,
|
table,
|
||||||
.noDataSet {
|
.noDataSet {
|
||||||
margin-top: 16px;
|
margin-top: 16px;
|
||||||
@ -236,7 +243,6 @@ export class DeesTable<T> extends DeesElement {
|
|||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
tr:hover {
|
tr:hover {
|
||||||
cursor: pointer;
|
|
||||||
}
|
}
|
||||||
tr:hover td {
|
tr:hover td {
|
||||||
background: ${cssManager.bdTheme('#22222210', '#ffffff10')};
|
background: ${cssManager.bdTheme('#22222210', '#ffffff10')};
|
||||||
@ -307,20 +313,30 @@ export class DeesTable<T> extends DeesElement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.action {
|
.action {
|
||||||
margin: -6px 0px;
|
margin: -4px 0px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
line-height: 36px;
|
line-height: 34px;
|
||||||
height: 36px;
|
height: 34px;
|
||||||
|
size: 16px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
border-radius: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.action:first-child {
|
.action:first-child {
|
||||||
margin-left: -8px;
|
margin-left: -6px;
|
||||||
width: min-content;
|
width: min-content;
|
||||||
}
|
}
|
||||||
|
|
||||||
.action:hover {
|
.action:hover {
|
||||||
background: ${cssManager.bdTheme('#CCC', '#00000030')};
|
background: ${cssManager.bdTheme(colors.bright.blue, colors.dark.blue)};
|
||||||
|
}
|
||||||
|
|
||||||
|
.action:active {
|
||||||
|
background: ${cssManager.bdTheme(colors.bright.blue, colors.dark.blueActive)};
|
||||||
|
}
|
||||||
|
|
||||||
|
.action:hover dees-icon {
|
||||||
|
filter: ${cssManager.bdTheme('invert(1) brightness(3)', '')};
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
@ -343,19 +359,23 @@ export class DeesTable<T> extends DeesElement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.footerActions .footerAction {
|
.footerActions .footerAction {
|
||||||
cursor: pointer;
|
|
||||||
padding: 8px 16px;
|
padding: 8px 16px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footerActions .footerAction:hover {
|
.footerActions .footerAction:hover {
|
||||||
background: ${cssManager.bdTheme('#CCC', '#111')};
|
background: ${cssManager.bdTheme(colors.bright.blue, colors.dark.blue)};
|
||||||
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footerActions dees-icon {
|
.footerActions .footerAction dees-icon {
|
||||||
display: flex;
|
display: flex;
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.footerActions .footerAction:hover dees-icon {
|
||||||
|
}
|
||||||
`,
|
`,
|
||||||
];
|
];
|
||||||
|
|
||||||
@ -395,8 +415,30 @@ export class DeesTable<T> extends DeesElement {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="headingSeparation"></div>
|
<div class="headingSeparation"></div>
|
||||||
|
<div class="searchGrid">
|
||||||
<dees-input-text></dees-input-text>
|
<dees-input-text
|
||||||
|
.label=${'lucene syntax search'}
|
||||||
|
.description=${`
|
||||||
|
You can use the lucene syntax to search for data, e.g.:
|
||||||
|
|
||||||
|
\`\`\`
|
||||||
|
name: "john" AND age: 18
|
||||||
|
\`\`\`
|
||||||
|
|
||||||
|
`}></dees-input-text>
|
||||||
|
<dees-input-multitoggle
|
||||||
|
.label=${'search mode'}
|
||||||
|
.options=${['table', 'data', 'server']}
|
||||||
|
.description=${`
|
||||||
|
There are three basic modes:
|
||||||
|
|
||||||
|
* table: only searches data already in the table
|
||||||
|
* data: searches original data, ignoring table transforms
|
||||||
|
* server: searches data on the server
|
||||||
|
|
||||||
|
`}
|
||||||
|
></dees-input-multitoggle>
|
||||||
|
</div>
|
||||||
|
|
||||||
<!-- the actual table -->
|
<!-- the actual table -->
|
||||||
<style></style>
|
<style></style>
|
||||||
|
10
ts_web/elements/dees-updater.demo.ts
Normal file
10
ts_web/elements/dees-updater.demo.ts
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
import { html } from '@design.estate/dees-element';
|
||||||
|
|
||||||
|
import { DeesUpdater } from './dees-updater.js';
|
||||||
|
|
||||||
|
export const demoFunc = async () => {
|
||||||
|
const updater = await DeesUpdater.createAndShow();
|
||||||
|
setTimeout(async () => {
|
||||||
|
await updater.destroy();
|
||||||
|
}, 10000);
|
||||||
|
}
|
@ -1,7 +1,13 @@
|
|||||||
import { customElement, DeesElement, type TemplateResult, html, property, type CSSResult, } from '@design.estate/dees-element';
|
import {
|
||||||
|
customElement,
|
||||||
import * as domtools from '@design.estate/dees-domtools';
|
DeesElement,
|
||||||
|
type TemplateResult,
|
||||||
|
html,
|
||||||
|
property,
|
||||||
|
type CSSResult,
|
||||||
|
domtools,
|
||||||
|
} from '@design.estate/dees-element';
|
||||||
|
import { demoFunc } from './dees-updater.demo.js';
|
||||||
|
|
||||||
import './dees-windowlayer';
|
import './dees-windowlayer';
|
||||||
import { css, cssManager } from '@design.estate/dees-element';
|
import { css, cssManager } from '@design.estate/dees-element';
|
||||||
@ -14,7 +20,13 @@ declare global {
|
|||||||
|
|
||||||
@customElement('dees-updater')
|
@customElement('dees-updater')
|
||||||
export class DeesUpdater extends DeesElement {
|
export class DeesUpdater extends DeesElement {
|
||||||
public static demo = () => html`<dees-updater></dees-updater>`;
|
public static demo = demoFunc;
|
||||||
|
|
||||||
|
public static async createAndShow() {
|
||||||
|
const updater = new DeesUpdater();
|
||||||
|
document.body.appendChild(updater);
|
||||||
|
return updater;
|
||||||
|
}
|
||||||
|
|
||||||
@property({
|
@property({
|
||||||
type: String,
|
type: String,
|
||||||
@ -35,56 +47,64 @@ export class DeesUpdater extends DeesElement {
|
|||||||
cssManager.defaultStyles,
|
cssManager.defaultStyles,
|
||||||
css`
|
css`
|
||||||
.modalContainer {
|
.modalContainer {
|
||||||
will-change: transform;
|
will-change: transform;
|
||||||
position: relative;
|
position: relative;
|
||||||
background: ${cssManager.bdTheme('#eeeeeb', '#222')};
|
background: ${cssManager.bdTheme('#eeeeeb', '#222')};
|
||||||
margin: auto;
|
max-width: 800px;
|
||||||
max-width: 800px;
|
border-radius: 8px;
|
||||||
border-radius: 3px;
|
border-top: 1px solid ${cssManager.bdTheme('#eeeeeb', '#333')};
|
||||||
border-top: 1px solid ${cssManager.bdTheme('#eeeeeb', '#333')};
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.headingContainer {
|
.headingContainer {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 40px 40px;
|
padding: 40px 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin: none;
|
margin: none;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
color: ${cssManager.bdTheme('#333', '#fff')};
|
color: ${cssManager.bdTheme('#333', '#fff')};
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.buttonContainer {
|
.buttonContainer {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 50% 50%;
|
grid-template-columns: 50% 50%;
|
||||||
}
|
}
|
||||||
`
|
`,
|
||||||
]
|
];
|
||||||
|
|
||||||
public render(): TemplateResult {
|
public render(): TemplateResult {
|
||||||
return html`
|
return html`
|
||||||
<dees-windowlayer @clicked="${this.windowLayerClicked}">
|
<dees-windowlayer
|
||||||
|
@clicked="${this.windowLayerClicked}"
|
||||||
|
.options=${{
|
||||||
|
blur: true,
|
||||||
|
}}
|
||||||
|
>
|
||||||
<div class="modalContainer">
|
<div class="modalContainer">
|
||||||
<div class="headingContainer">
|
<div class="headingContainer">
|
||||||
<dees-spinner .size=${60}></dees-spinner>
|
<dees-spinner .size=${60}></dees-spinner>
|
||||||
<h1>Updating the application...</h1>
|
<h1>Updating the application...</h1>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="progress">
|
||||||
|
<dees-progressbar .progress=${0.5}></dees-progressbar>
|
||||||
|
</div>
|
||||||
<div class="buttonContainer">
|
<div class="buttonContainer">
|
||||||
<dees-button>More info</dees-button>
|
<dees-button>More info</dees-button>
|
||||||
<dees-button>Changelog</dees-button>
|
<dees-button>Changelog</dees-button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div> </dees-windowlayer
|
||||||
</dees-windowlayer>>
|
>>
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
|
|
||||||
private windowLayerClicked() {
|
public async destroy() {
|
||||||
const windowLayer = this.shadowRoot.querySelector('dees-windowlayer');
|
this.parentElement.removeChild(this);
|
||||||
windowLayer.toggleVisibility();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private windowLayerClicked() {}
|
||||||
}
|
}
|
||||||
|
99
ts_web/elements/dees-windowcontrols.ts
Normal file
99
ts_web/elements/dees-windowcontrols.ts
Normal file
@ -0,0 +1,99 @@
|
|||||||
|
import {
|
||||||
|
customElement,
|
||||||
|
DeesElement,
|
||||||
|
domtools,
|
||||||
|
type TemplateResult,
|
||||||
|
html,
|
||||||
|
property,
|
||||||
|
type CSSResult,
|
||||||
|
state,
|
||||||
|
css,
|
||||||
|
cssManager,
|
||||||
|
} from '@design.estate/dees-element';
|
||||||
|
|
||||||
|
declare global {
|
||||||
|
interface HTMLElementTagNameMap {
|
||||||
|
'dees-windowcontrols': DeesWindowControls;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@customElement('dees-windowcontrols')
|
||||||
|
export class DeesWindowControls extends DeesElement {
|
||||||
|
// STATIC
|
||||||
|
public static demo = () => html`<dees-windowcontrols></dees-windowcontrols>`;
|
||||||
|
|
||||||
|
// Instance
|
||||||
|
@property({
|
||||||
|
reflect: true,
|
||||||
|
})
|
||||||
|
public type: 'mac' | 'linux' | 'windows' = 'mac';
|
||||||
|
|
||||||
|
@property({
|
||||||
|
reflect: true,
|
||||||
|
})
|
||||||
|
public position: 'left' | 'right' = 'left';
|
||||||
|
|
||||||
|
public static styles = [
|
||||||
|
cssManager.defaultStyles,
|
||||||
|
css`
|
||||||
|
:host {
|
||||||
|
position: relative;
|
||||||
|
display: block;
|
||||||
|
box-sizing: border-box;
|
||||||
|
padding-left: 16px;
|
||||||
|
padding-right: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.windowControls {
|
||||||
|
height: 100%;
|
||||||
|
position: relative;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.windowControls div {
|
||||||
|
width: 12px;
|
||||||
|
height: 12px;
|
||||||
|
display: inline-block;
|
||||||
|
border-radius: 50%;
|
||||||
|
margin: 0px;
|
||||||
|
padding: 0px;
|
||||||
|
background: #222222;
|
||||||
|
}
|
||||||
|
|
||||||
|
.windowControls div.close {
|
||||||
|
background: #ff5f57;
|
||||||
|
margin-right: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.windowControls div.toDock {
|
||||||
|
background: #ffbd2e;
|
||||||
|
margin-right: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.windowControls div.minMax {
|
||||||
|
background: #27c93f;
|
||||||
|
}
|
||||||
|
|
||||||
|
.windowControls div:hover {
|
||||||
|
background: #333333;
|
||||||
|
}
|
||||||
|
`,
|
||||||
|
];
|
||||||
|
|
||||||
|
public render(): TemplateResult {
|
||||||
|
return html`
|
||||||
|
${(this.type === 'mac' && this.position === 'left') ||
|
||||||
|
((this.type === 'linux' || this.type === 'windows') && this.position === 'right')
|
||||||
|
? html`
|
||||||
|
<div class="windowControls">
|
||||||
|
<div class="close"></div>
|
||||||
|
<div class="toDock"></div>
|
||||||
|
<div class="minMax"></div>
|
||||||
|
</div>
|
||||||
|
`
|
||||||
|
: html``}
|
||||||
|
`;
|
||||||
|
}
|
||||||
|
}
|
@ -1,6 +1,4 @@
|
|||||||
import { customElement, DeesElement, type TemplateResult, html, property, type CSSResult, state, } from '@design.estate/dees-element';
|
import { customElement, DeesElement, domtools, type TemplateResult, html, property, type CSSResult, state, } from '@design.estate/dees-element';
|
||||||
|
|
||||||
import * as domtools from '@design.estate/dees-domtools';
|
|
||||||
|
|
||||||
declare global {
|
declare global {
|
||||||
interface HTMLElementTagNameMap {
|
interface HTMLElementTagNameMap {
|
||||||
@ -67,16 +65,19 @@ export class DeesWindowLayer extends DeesElement {
|
|||||||
z-index: 200;
|
z-index: 200;
|
||||||
}
|
}
|
||||||
.slotContent {
|
.slotContent {
|
||||||
|
position: fixed;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
z-index: 201;
|
||||||
}
|
}
|
||||||
|
|
||||||
.visible {
|
.visible {
|
||||||
background: rgba(0, 0, 0, 0.2);
|
background: rgba(0, 0, 0, 0.2);
|
||||||
backdrop-filter: brightness(0.9) ${this.options.blur ? 'blur(2px)' : ''};
|
backdrop-filter: brightness(0.9) ${this.options.blur ? 'blur(2px)' : ''};
|
||||||
|
pointer-events: all;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<div class="windowOverlay ${this.visible ? 'visible' : null}">
|
<div class="windowOverlay ${this.visible ? 'visible' : null}">
|
||||||
|
@ -12,12 +12,16 @@ export * from './dees-input-checkbox.js';
|
|||||||
export * from './dees-input-dropdown.js';
|
export * from './dees-input-dropdown.js';
|
||||||
export * from './dees-input-fileupload.js';
|
export * from './dees-input-fileupload.js';
|
||||||
export * from './dees-input-iban.js';
|
export * from './dees-input-iban.js';
|
||||||
|
export * from './dees-input-typelist.js';
|
||||||
export * from './dees-input-phone.js';
|
export * from './dees-input-phone.js';
|
||||||
|
export * from './dees-progressbar.js';
|
||||||
export * from './dees-input-quantityselector.js';
|
export * from './dees-input-quantityselector.js';
|
||||||
export * from './dees-input-radio.js';
|
export * from './dees-input-radio.js';
|
||||||
export * from './dees-input-text.js';
|
export * from './dees-input-text.js';
|
||||||
|
export * from './dees-label.js';
|
||||||
export * from './dees-mobilenavigation.js';
|
export * from './dees-mobilenavigation.js';
|
||||||
export * from './dees-modal.js';
|
export * from './dees-modal.js';
|
||||||
|
export * from './dees-input-multitoggle.js';
|
||||||
export * from './dees-pdf.js';
|
export * from './dees-pdf.js';
|
||||||
export * from './dees-simple-appdash.js';
|
export * from './dees-simple-appdash.js';
|
||||||
export * from './dees-simple-login.js';
|
export * from './dees-simple-login.js';
|
||||||
@ -27,4 +31,5 @@ export * from './dees-stepper.js';
|
|||||||
export * from './dees-table.js';
|
export * from './dees-table.js';
|
||||||
export * from './dees-toast.js';
|
export * from './dees-toast.js';
|
||||||
export * from './dees-updater.js';
|
export * from './dees-updater.js';
|
||||||
|
export * from './dees-windowcontrols.js';
|
||||||
export * from './dees-windowlayer.js';
|
export * from './dees-windowlayer.js';
|
||||||
|
Reference in New Issue
Block a user