Compare commits

...

55 Commits

Author SHA1 Message Date
bb6818324d 2.0.0 2022-03-16 14:47:45 +01:00
3dee5f9b68 1.0.36 2022-03-16 14:46:51 +01:00
ef92d1bde3 fix(core): update 2022-03-16 14:46:51 +01:00
e394c999b2 1.0.35 2022-01-07 19:47:05 +01:00
68bcc10ee6 fix(core): update 2022-01-07 19:47:05 +01:00
d2cd5ce6f3 1.0.34 2022-01-06 22:09:53 +01:00
29fb3a2f9b fix(core): update 2022-01-06 22:09:52 +01:00
ef1e373fb3 1.0.33 2022-01-06 22:08:09 +01:00
d607968dfb fix(core): update 2022-01-06 22:08:08 +01:00
45b2183c88 1.0.32 2022-01-06 21:53:21 +01:00
68f11d7e76 fix(core): update 2022-01-06 21:53:21 +01:00
cc6f14551f 1.0.31 2021-12-14 01:59:51 +01:00
12f6bb3317 fix(core): update 2021-12-14 01:59:50 +01:00
b63fac3f75 1.0.30 2021-12-13 23:29:16 +01:00
61d7de2323 fix(core): update 2021-12-13 23:29:16 +01:00
d6c7f5da97 1.0.29 2021-12-10 22:23:36 +01:00
36c7f8ae38 fix(core): update 2021-12-10 22:23:36 +01:00
2cae90816d 1.0.28 2021-12-10 17:01:04 +01:00
9e527d7fdb fix(core): update 2021-12-10 17:01:03 +01:00
9e6887bc11 1.0.27 2021-11-27 17:07:34 +01:00
17a2504760 fix(core): update 2021-11-27 17:07:33 +01:00
5622ea41e9 1.0.26 2021-09-27 12:49:32 +02:00
a0f6777930 fix(core): update 2021-09-27 12:49:31 +02:00
265e5c2264 1.0.25 2021-09-16 16:58:24 +02:00
f15e4e2948 fix(core): update 2021-09-16 16:58:23 +02:00
5b2218126c 1.0.24 2021-09-16 16:52:56 +02:00
ae39ad12a1 fix(core): update 2021-09-16 16:52:55 +02:00
dc71f41df3 1.0.23 2021-09-13 20:49:08 +02:00
41c93a0b27 fix(core): update 2021-09-13 20:49:07 +02:00
192cd76012 1.0.22 2021-09-08 23:53:22 +02:00
b25be8c85e fix(core): update 2021-09-08 23:53:22 +02:00
188690a845 1.0.21 2021-09-08 23:52:04 +02:00
85aa910046 fix(core): update 2021-09-08 23:52:04 +02:00
7b8e9ecdf3 1.0.20 2021-09-08 23:42:07 +02:00
df79f7a27c fix(core): update 2021-09-08 23:42:06 +02:00
a7527ab73c 1.0.19 2021-03-28 22:20:16 +00:00
ffba30da5a fix(core): update 2021-03-28 22:20:16 +00:00
c6204f5324 1.0.18 2021-03-28 22:14:25 +00:00
6411028376 fix(core): update 2021-03-28 22:14:25 +00:00
c915c3a713 1.0.17 2021-03-28 22:02:20 +00:00
5009068b56 fix(core): update 2021-03-28 22:02:19 +00:00
62136c8d20 1.0.16 2021-03-28 20:10:51 +00:00
06b7f7fd12 fix(core): update 2021-03-28 20:10:51 +00:00
07be13cf39 1.0.15 2021-03-28 19:57:46 +00:00
20e539edf0 fix(core): update 2021-03-28 19:57:45 +00:00
a06752b09f 1.0.14 2021-03-28 14:38:18 +00:00
d697fa2437 fix(core): update 2021-03-28 14:38:17 +00:00
a0cad2f4bc 1.0.13 2021-03-27 18:25:39 +00:00
240e34b7d0 fix(core): update 2021-03-27 18:25:39 +00:00
4d4dd59b9b 1.0.12 2021-03-27 18:21:39 +00:00
746ebe1490 fix(core): update 2021-03-27 18:21:38 +00:00
b6fc6b4f31 1.0.11 2021-03-27 16:52:06 +00:00
fae10a3240 fix(core): update 2021-03-27 16:52:06 +00:00
8390ba67b3 1.0.10 2020-12-07 22:56:24 +00:00
d5872511b8 fix(core): update 2020-12-07 22:56:24 +00:00
10 changed files with 15928 additions and 7497 deletions

23061
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,29 +1,31 @@
{
"name": "@designestate/dees-element",
"version": "1.0.9",
"version": "2.0.0",
"private": false,
"description": "a custom element class extending lit element class",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/ --web)",
"build": "(tsbuild --web)"
"build": "(tsbuild --web --allowimplicitany --skiplibcheck && tsbundle npm)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.25",
"@gitzone/tsbundle": "^1.0.78",
"@gitzone/tstest": "^1.0.44",
"@pushrocks/tapbundle": "^3.2.9",
"@types/node": "^14.11.2",
"@gitzone/tsbuild": "^2.1.56",
"@gitzone/tsbundle": "^1.0.98",
"@gitzone/tstest": "^1.0.68",
"@pushrocks/tapbundle": "^5.0.2",
"@types/node": "^17.0.21",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.15.0"
"tslint-config-prettier": "^1.18.0"
},
"dependencies": {
"@designestate/dees-domtools": "^1.0.80",
"@pushrocks/smartrx": "^2.0.19",
"lit-element": "^2.4.0"
"@designestate/dees-domtools": "^2.0.0",
"@pushrocks/isounique": "^1.0.5",
"@pushrocks/smartrx": "^2.0.25",
"lit": "^2.2.1"
},
"browserslist": [
"last 1 chrome versions"

24
test/test.browser.ts Normal file
View File

@ -0,0 +1,24 @@
import { expect, tap } from '@pushrocks/tapbundle';
import * as deesElement from '../ts/index';
tap.test('should create a static element', async () => {
@deesElement.customElement('my-button')
class MyButton extends deesElement.DeesElement {
// STATIC
public static styles = [
deesElement.cssManager.defaultStyles,
deesElement.css`
.buttonClass {
background: ${deesElement.cssManager.bdTheme('blue', 'black')};
}
`
];
// INSTANCE
render() {
return deesElement.html`<div class="buttonClass">My Button</div>`
}
}
});
tap.start();

View File

@ -1,6 +0,0 @@
import { expect, tap } from '@pushrocks/tapbundle';
import * as deesElement from '../ts/index';
tap.test('first test', async () => {});
tap.start();

View File

@ -0,0 +1,80 @@
import { CSSResult, unsafeCSS } from 'lit';
import * as plugins from './dees-element.plugins.js';
import * as domtools from '@designestate/dees-domtools';
export interface IBdVarTriplet {
cssVarName: string;
darkValue: string;
brightValue: string;
}
export class CssManager {
public domtoolsPromise = domtools.DomTools.setupDomTools();
public goBright: boolean = false;
public bdVarTripletStore: IBdVarTriplet[] = [];
constructor() {
this.domtoolsPromise.then(async (domtoolsArg) => {
domtoolsArg.themeManager.themeObservable.subscribe(async (goBrightArg) => {
this.goBright = goBrightArg;
await domtoolsArg.domReady.promise;
for (const bdTripletArg of this.bdVarTripletStore) {
document.body.style.setProperty(
bdTripletArg.cssVarName,
this.goBright ? bdTripletArg.brightValue : bdTripletArg.darkValue
);
}
});
});
}
public get defaultStyles () {
return domtools.elementBasic.staticStyles;
}
public cssForTablet(contentArg: CSSResult) {
return unsafeCSS(domtools.breakpoints.cssForTablet(contentArg));
};
public cssForPhablet(contentArg: CSSResult) {
return unsafeCSS(domtools.breakpoints.cssForPhablet(contentArg));
}
public cssForPhone(contentArg: CSSResult) {
return unsafeCSS(domtools.breakpoints.cssForPhone(contentArg));
};
public bdTheme(brightValueArg: string, darkValueArg: string): CSSResult {
let returnCssVar: string;
const existingTriplet = this.bdVarTripletStore.find(
(tripletArg) =>
tripletArg.darkValue === darkValueArg && tripletArg.brightValue === brightValueArg
);
if (existingTriplet) {
returnCssVar = existingTriplet.cssVarName;
} else {
const newTriplet: IBdVarTriplet = {
cssVarName: `--${plugins.isounique.uni()}`,
brightValue: brightValueArg,
darkValue: darkValueArg,
};
this.bdVarTripletStore.push(newTriplet);
this.domtoolsPromise.then(async (domtoolsArg) => {
await domtoolsArg.domReady.promise;
document.body.style.setProperty(newTriplet.cssVarName, this.goBright ? newTriplet.brightValue : newTriplet.darkValue);
});
returnCssVar = newTriplet.cssVarName;
}
return plugins.lit.unsafeCSS(`var(${returnCssVar})`);
}
public cssGridColumns = (amountOfColumnsArg: number, gapSizeArg: number): CSSResult => {
let returnString = ``;
for (let i = 0; i < amountOfColumnsArg; i++) {
returnString += ` calc((100%/${amountOfColumnsArg}) - (${
gapSizeArg * (amountOfColumnsArg - 1)
}px/${amountOfColumnsArg}))`;
}
return plugins.lit.unsafeCSS(returnString);
};
}

View File

@ -0,0 +1,46 @@
import * as plugins from './dees-element.plugins.js';
export class DeesElement extends plugins.lit.LitElement {
// INSTANCE
@plugins.lit.property({ type: Boolean })
public goBright: boolean = false;
// domtools
public domtoolsPromise = plugins.domtools.elementBasic.setup(this);
@plugins.lit.property()
domtools?: plugins.domtools.DomTools;
private themeSubscription: plugins.smartrx.rxjs.Subscription;
private elementDomReadyDeferred = plugins.domtools.plugins.smartpromise.defer();
public elementDomReady = this.elementDomReadyDeferred.promise;
constructor() {
super();
this.domtoolsPromise.then((domtoolsArg) => {
this.domtools = domtoolsArg;
});
}
public async connectedCallback() {
super.connectedCallback();
const domtools = await this.domtoolsPromise;
this.themeSubscription = domtools.themeManager.themeObservable.subscribe((goBrightArg) => {
this.goBright = goBrightArg;
});
this.dispatchEvent(new CustomEvent('deesElementConnected'));
}
public firstUpdated(_changedProperties: Map<string | number | symbol, unknown>): void {
super.firstUpdated(_changedProperties);
this.elementDomReadyDeferred.resolve();
}
public async disconnectedCallback() {
await this.domtoolsPromise;
super.disconnectedCallback();
this.themeSubscription.unsubscribe();
this.dispatchEvent(new CustomEvent('deesElementDisconnected'));
}
}

View File

@ -1,20 +1,25 @@
// pushrocks scope
import * as isounique from '@pushrocks/isounique';
import * as smartrx from '@pushrocks/smartrx';
export {
isounique,
smartrx
};
// third party scope
import { LitElement, property } from 'lit-element';
const litElement = {
import { css, unsafeCSS, LitElement } from 'lit';
import { property } from 'lit/decorators/property.js';
const lit = {
css,
unsafeCSS,
LitElement,
property
property,
};
import * as domtools from '@designestate/dees-domtools';
export {
litElement,
lit,
domtools
};

View File

@ -1,35 +1,22 @@
import * as plugins from './dees-element.plugins';
import { CssManager } from './dees-element.classes.cssmanager.js';
export {
property,
html,
customElement,
TemplateResult,
internalProperty,
css,
unsafeCSS
} from 'lit-element';
// lit exports
export { html, TemplateResult, css, unsafeCSS, render } from 'lit';
export class DeesElement extends plugins.litElement.LitElement {
@plugins.litElement.property({type: Boolean})
public goBright: boolean = false;
public domtoolsPromise = plugins.domtools.elementBasic.setup(this);
export { customElement } from 'lit/decorators/custom-element.js';
private themeSubscription: plugins.smartrx.rxjs.Subscription;
export { property } from 'lit/decorators/property.js';
public connectedCallback() {
super.connectedCallback();
this.domtoolsPromise.then(async (domtools) => {
this.themeSubscription = domtools.themeManager.themeObservable.subscribe(goBrightArg => {
this.goBright = goBrightArg;
});
});
this.dispatchEvent(new CustomEvent('deesElementConnected'));
}
export { state } from 'lit/decorators/state.js';
public disconnectedCallback() {
super.disconnectedCallback();
this.themeSubscription.unsubscribe();
this.dispatchEvent(new CustomEvent('deesElementDisconnected'));
}
}
// domtools exports
import * as domtools from '@designestate/dees-domtools';
export { domtools };
// DeesElements exports
export { DeesElement } from './dees-element.classes.dees-element.js';
/**
* a singleton instance of CssManager
*/
export const cssManager = new CssManager();

View File

@ -1,16 +0,0 @@
{
"compilerOptions": {
"target": "es2017",
"module": "es2015",
"moduleResolution": "node",
"lib": ["es2017", "dom"],
"declaration": true,
"inlineSources": true,
"inlineSourceMap": true,
"noUnusedLocals": true,
"noFallthroughCasesInSwitch": true,
"outDir": "dist/",
"skipLibCheck": true,
"experimentalDecorators": true
}
}

8
tsconfig.json Normal file
View File

@ -0,0 +1,8 @@
{
"compilerOptions": {
"target": "es2020",
"module": "es2020",
"moduleResolution": "node12",
"experimentalDecorators": true
}
}