Compare commits
128 Commits
Author | SHA1 | Date | |
---|---|---|---|
3b946d7700 | |||
20e14bf14d | |||
23a9ea9dfc | |||
a64af6f0ff | |||
e456df08d1 | |||
fd758e5ec1 | |||
c45eac1796 | |||
5530642c3e | |||
6b8bd28057 | |||
1ba907d2cc | |||
6a7da41c98 | |||
b67a602f78 | |||
fa093e6f5b | |||
29f26d2ea7 | |||
77fe34ebac | |||
9ccd2fb2cf | |||
02f67c64df | |||
31dd8aa258 | |||
5f66725c6b | |||
89af82d2c4 | |||
98dab6c683 | |||
805ce5ed88 | |||
6f30b7618d | |||
42fd443ad8 | |||
b2cb49a314 | |||
d580df7e0a | |||
68ea3052fd | |||
252d56a321 | |||
497e6d1c11 | |||
f1949bdc5d | |||
d36d4a921a | |||
e6194045d1 | |||
6147e5f02f | |||
0e64232e26 | |||
fa66a51612 | |||
b26cc004c1 | |||
f923802ba1 | |||
cf589d727f | |||
b6720aef9d | |||
ce945173ec | |||
0c016ea6d9 | |||
467b0d3011 | |||
333e991231 | |||
94c6c5a525 | |||
bb64a8ecac | |||
a4a26e44aa | |||
f350905907 | |||
a90e326f5e | |||
7c9aef342d | |||
99eab4e35f | |||
6d12aed53e | |||
29bcd17350 | |||
f2e858d0b8 | |||
83a78a2c97 | |||
d77c657d6a | |||
f8f2f05396 | |||
7ee0d63a2c | |||
e01f1a6a72 | |||
c7b9374169 | |||
dfe189ff1c | |||
b777508b7a | |||
52664d8ea1 | |||
7bad85a1fa | |||
e5056a7be3 | |||
989d4d35d2 | |||
c5e75419b3 | |||
ca52d06c60 | |||
d33366c487 | |||
3bc5e1d0e2 | |||
96a88112dc | |||
6c0c1e165f | |||
653a4138a9 | |||
d776843494 | |||
79e64c4cc2 | |||
7192d3fbf7 | |||
42bcb8243d | |||
52fb046fa8 | |||
b83d3e1aed | |||
4ec8707596 | |||
69e1b52e72 | |||
a5ff175913 | |||
f84e7c48ae | |||
185d9ff957 | |||
6145bd66dc | |||
d58272a604 | |||
68ca1e8906 | |||
7023888f38 | |||
1356666700 | |||
b436fe77b0 | |||
3de788bb75 | |||
d50e320f17 | |||
a7532c8816 | |||
2d5944cdd7 | |||
5a8527068a | |||
ffd0bb925a | |||
4a5fb3ef4b | |||
a059c268af | |||
714aa77839 | |||
2527e6e586 | |||
88f7f20b6f | |||
8e23b7ebec | |||
b3d12c39bf | |||
d102d5a7e6 | |||
8be31958b4 | |||
e21f6c3920 | |||
356a756962 | |||
0bb66e8221 | |||
b70077c43f | |||
9c5f024e5f | |||
5eea208924 | |||
f21fdb2eb8 | |||
d6ea74cb71 | |||
10375576a7 | |||
367be854ff | |||
0933c1d83b | |||
af1eb73028 | |||
4bff0091c9 | |||
7bae4585f3 | |||
d9cdff2897 | |||
189060f11d | |||
fc2dfa8018 | |||
be44cb7a78 | |||
de6aba4289 | |||
3babbce2c5 | |||
707956b7ee | |||
c71a6170d5 | |||
3f98f2867c | |||
7c86f5a8f6 |
@ -12,40 +12,36 @@ stages:
|
|||||||
- release
|
- release
|
||||||
- metadata
|
- metadata
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- pnpm install -g pnpm
|
||||||
|
- pnpm install -g @shipzone/npmci
|
||||||
|
- npmci npm prepare
|
||||||
|
|
||||||
|
# ====================
|
||||||
|
# security stage
|
||||||
|
# ====================
|
||||||
# ====================
|
# ====================
|
||||||
# security stage
|
# security stage
|
||||||
# ====================
|
# ====================
|
||||||
mirror:
|
|
||||||
stage: security
|
|
||||||
script:
|
|
||||||
- npmci git mirror
|
|
||||||
only:
|
|
||||||
- tags
|
|
||||||
tags:
|
|
||||||
- lossless
|
|
||||||
- docker
|
|
||||||
- notpriv
|
|
||||||
|
|
||||||
auditProductionDependencies:
|
auditProductionDependencies:
|
||||||
image: registry.gitlab.com/hosttoday/ht-docker-node:npmci
|
image: registry.gitlab.com/hosttoday/ht-docker-node:npmci
|
||||||
stage: security
|
stage: security
|
||||||
script:
|
script:
|
||||||
- npmci npm prepare
|
- npmci command npm config set registry https://registry.npmjs.org
|
||||||
- npmci command npm install --production --ignore-scripts
|
- npmci command pnpm audit --audit-level=high --prod
|
||||||
- npmci command npm config set registry https://registry.npmjs.org
|
|
||||||
- npmci command npm audit --audit-level=high --only=prod --production
|
|
||||||
tags:
|
tags:
|
||||||
|
- lossless
|
||||||
- docker
|
- docker
|
||||||
|
allow_failure: true
|
||||||
|
|
||||||
auditDevDependencies:
|
auditDevDependencies:
|
||||||
image: registry.gitlab.com/hosttoday/ht-docker-node:npmci
|
image: registry.gitlab.com/hosttoday/ht-docker-node:npmci
|
||||||
stage: security
|
stage: security
|
||||||
script:
|
script:
|
||||||
- npmci npm prepare
|
|
||||||
- npmci command npm install --ignore-scripts
|
|
||||||
- npmci command npm config set registry https://registry.npmjs.org
|
- npmci command npm config set registry https://registry.npmjs.org
|
||||||
- npmci command npm audit --audit-level=high --only=dev
|
- npmci command pnpm audit --audit-level=high --dev
|
||||||
tags:
|
tags:
|
||||||
|
- lossless
|
||||||
- docker
|
- docker
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
|
|
||||||
@ -56,7 +52,6 @@ auditDevDependencies:
|
|||||||
testStable:
|
testStable:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- npmci npm prepare
|
|
||||||
- npmci node install stable
|
- npmci node install stable
|
||||||
- npmci npm install
|
- npmci npm install
|
||||||
- npmci npm test
|
- npmci npm test
|
||||||
@ -67,10 +62,9 @@ testStable:
|
|||||||
testBuild:
|
testBuild:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- npmci npm prepare
|
|
||||||
- npmci node install stable
|
- npmci node install stable
|
||||||
- npmci npm install
|
- npmci npm install
|
||||||
- npmci command npm run build
|
- npmci npm build
|
||||||
coverage: /\d+.?\d+?\%\s*coverage/
|
coverage: /\d+.?\d+?\%\s*coverage/
|
||||||
tags:
|
tags:
|
||||||
- docker
|
- docker
|
||||||
@ -96,10 +90,9 @@ codequality:
|
|||||||
only:
|
only:
|
||||||
- tags
|
- tags
|
||||||
script:
|
script:
|
||||||
- npmci command npm install -g tslint typescript
|
- npmci command npm install -g typescript
|
||||||
- npmci npm prepare
|
- npmci npm prepare
|
||||||
- npmci npm install
|
- npmci npm install
|
||||||
- npmci command "tslint -c tslint.json ./ts/**/*.ts"
|
|
||||||
tags:
|
tags:
|
||||||
- lossless
|
- lossless
|
||||||
- docker
|
- docker
|
||||||
@ -119,11 +112,9 @@ trigger:
|
|||||||
pages:
|
pages:
|
||||||
stage: metadata
|
stage: metadata
|
||||||
script:
|
script:
|
||||||
- npmci node install lts
|
- npmci node install stable
|
||||||
- npmci command npm install -g @gitzone/tsdoc
|
|
||||||
- npmci npm prepare
|
|
||||||
- npmci npm install
|
- npmci npm install
|
||||||
- npmci command tsdoc
|
- npmci command npm run buildDocs
|
||||||
tags:
|
tags:
|
||||||
- lossless
|
- lossless
|
||||||
- docker
|
- docker
|
||||||
|
24
.vscode/launch.json
vendored
24
.vscode/launch.json
vendored
@ -2,28 +2,10 @@
|
|||||||
"version": "0.2.0",
|
"version": "0.2.0",
|
||||||
"configurations": [
|
"configurations": [
|
||||||
{
|
{
|
||||||
"name": "current file",
|
"command": "npm test",
|
||||||
"type": "node",
|
"name": "Run npm test",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"args": [
|
"type": "node-terminal"
|
||||||
"${relativeFile}"
|
|
||||||
],
|
|
||||||
"runtimeArgs": ["-r", "@gitzone/tsrun"],
|
|
||||||
"cwd": "${workspaceRoot}",
|
|
||||||
"protocol": "inspector",
|
|
||||||
"internalConsoleOptions": "openOnSessionStart"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "test.ts",
|
|
||||||
"type": "node",
|
|
||||||
"request": "launch",
|
|
||||||
"args": [
|
|
||||||
"test/test.ts"
|
|
||||||
],
|
|
||||||
"runtimeArgs": ["-r", "@gitzone/tsrun"],
|
|
||||||
"cwd": "${workspaceRoot}",
|
|
||||||
"protocol": "inspector",
|
|
||||||
"internalConsoleOptions": "openOnSessionStart"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
1
license
1
license
@ -1,4 +1,5 @@
|
|||||||
Copyright (c) 2020 Lossless GmbH (hello@lossless.com)
|
Copyright (c) 2020 Lossless GmbH (hello@lossless.com)
|
||||||
|
Copyright (c) 2017 Nathan Friend (ts-keycode-enum)
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -3,10 +3,10 @@
|
|||||||
"projectType": "npm",
|
"projectType": "npm",
|
||||||
"module": {
|
"module": {
|
||||||
"githost": "gitlab.com",
|
"githost": "gitlab.com",
|
||||||
"gitscope": "designestate",
|
"gitscope": "design.estate",
|
||||||
"gitrepo": "dees-domtools",
|
"gitrepo": "dees-domtools",
|
||||||
"shortDescription": "tools to simplify complex css structures",
|
"description": "tools to simplify complex css structures",
|
||||||
"npmPackagename": "@designestate/dees-domtools",
|
"npmPackagename": "@design.estate/dees-domtools",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"projectDomain": "design.estate"
|
"projectDomain": "design.estate"
|
||||||
}
|
}
|
||||||
|
27316
package-lock.json
generated
27316
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
48
package.json
48
package.json
@ -1,39 +1,41 @@
|
|||||||
{
|
{
|
||||||
"name": "@designestate/dees-domtools",
|
"name": "@design.estate/dees-domtools",
|
||||||
"version": "1.0.102",
|
"version": "2.0.51",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "tools to simplify complex css structures",
|
"description": "tools to simplify complex css structures",
|
||||||
"main": "dist_ts/index.js",
|
"main": "dist_ts/index.js",
|
||||||
"typings": "dist_ts/index.d.ts",
|
"typings": "dist_ts/index.d.ts",
|
||||||
|
"type": "module",
|
||||||
"author": "Lossless GmbH",
|
"author": "Lossless GmbH",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "(tstest test/ --web)",
|
"test": "(tstest test/ --web)",
|
||||||
"build": "(tsbuild --web && tsbundle npm)",
|
"build": "(tsbuild --web --allowimplicitany && tsbundle npm)",
|
||||||
"format": "(gitzone format)"
|
"format": "(gitzone format)",
|
||||||
|
"buildDocs": "tsdoc"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@gitzone/tsbuild": "^2.1.28",
|
"@git.zone/tsbuild": "^2.1.70",
|
||||||
"@gitzone/tsbundle": "^1.0.88",
|
"@git.zone/tsbundle": "^2.0.10",
|
||||||
"@gitzone/tstest": "^1.0.60",
|
"@git.zone/tstest": "^1.0.81",
|
||||||
"@pushrocks/tapbundle": "^3.2.14",
|
"@push.rocks/tapbundle": "^5.0.15",
|
||||||
"@types/node": "^16.11.9",
|
"@types/node": "^20.8.3"
|
||||||
"tslint": "^6.1.3",
|
|
||||||
"tslint-config-prettier": "^1.15.0"
|
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@apiglobal/typedrequest": "^1.0.65",
|
"@api.global/typedrequest": "^3.0.1",
|
||||||
"@designestate/dees-comms": "^1.0.11",
|
"@design.estate/dees-comms": "^1.0.22",
|
||||||
"@pushrocks/lik": "^5.0.0",
|
"@push.rocks/lik": "^6.0.5",
|
||||||
"@pushrocks/smartdelay": "^2.0.13",
|
"@push.rocks/smartdelay": "^3.0.5",
|
||||||
"@pushrocks/smartpromise": "^3.1.6",
|
"@push.rocks/smartjson": "^5.0.10",
|
||||||
"@pushrocks/smartrouter": "^1.0.11",
|
"@push.rocks/smartpromise": "^4.0.2",
|
||||||
"@pushrocks/smartrx": "^2.0.19",
|
"@push.rocks/smartrouter": "^1.0.16",
|
||||||
"@pushrocks/smartstate": "^1.0.21",
|
"@push.rocks/smartrx": "^3.0.6",
|
||||||
"@pushrocks/webrequest": "^2.0.13",
|
"@push.rocks/smartstate": "^2.0.17",
|
||||||
"@pushrocks/websetup": "^3.0.15",
|
"@push.rocks/smarturl": "^3.0.6",
|
||||||
"@pushrocks/webstore": "^1.0.16",
|
"@push.rocks/webrequest": "^3.0.33",
|
||||||
"lit": "^2.0.2",
|
"@push.rocks/websetup": "^3.0.19",
|
||||||
|
"@push.rocks/webstore": "^2.0.13",
|
||||||
|
"lit": "^2.8.0",
|
||||||
"sweet-scroll": "^4.0.0"
|
"sweet-scroll": "^4.0.0"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
|
5778
pnpm-lock.yaml
generated
Normal file
5778
pnpm-lock.yaml
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -21,7 +21,6 @@ Code Style | [](htt
|
|||||||
PackagePhobia (total standalone install weight) | [](https://lossless.cloud)
|
PackagePhobia (total standalone install weight) | [](https://lossless.cloud)
|
||||||
PackagePhobia (package size on registry) | [](https://lossless.cloud)
|
PackagePhobia (package size on registry) | [](https://lossless.cloud)
|
||||||
BundlePhobia (total size when bundled) | [](https://lossless.cloud)
|
BundlePhobia (total size when bundled) | [](https://lossless.cloud)
|
||||||
Platform support | [](https://lossless.cloud) [](https://lossless.cloud)
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
@ -33,7 +32,6 @@ We are always happy for code contributions. If you are not the code contributing
|
|||||||
|
|
||||||
For further information read the linked docs at the top of this readme.
|
For further information read the linked docs at the top of this readme.
|
||||||
|
|
||||||
> MIT licensed | **©** [Lossless GmbH](https://lossless.gmbh)
|
## Legal
|
||||||
|
> MIT licensed | **©** [Task Venture Capital GmbH](https://task.vc)
|
||||||
| By using this npm module you agree to our [privacy policy](https://lossless.gmbH/privacy)
|
| By using this npm module you agree to our [privacy policy](https://lossless.gmbH/privacy)
|
||||||
|
|
||||||
[](https://maintainedby.lossless.com)
|
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
import { expect, tap } from '@pushrocks/tapbundle';
|
import { expect, tap } from '@push.rocks/tapbundle';
|
||||||
import * as domtools from '../ts/index';
|
import * as domtools from '../ts/index.js';
|
||||||
|
|
||||||
tap.test('first test', async () => {
|
tap.test('first test', async () => {
|
||||||
const domtoolsInstance = await domtools.DomTools.setupDomTools();
|
const domtoolsInstance = await domtools.DomTools.setupDomTools();
|
||||||
expect(domtoolsInstance).to.be.instanceof(domtools.DomTools);
|
expect(domtoolsInstance).toBeInstanceOf(domtools.DomTools);
|
||||||
});
|
});
|
||||||
|
|
||||||
tap.start();
|
tap.start();
|
||||||
|
8
ts/00_commitinfo_data.ts
Normal file
8
ts/00_commitinfo_data.ts
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
/**
|
||||||
|
* autocreated commitinfo by @pushrocks/commitinfo
|
||||||
|
*/
|
||||||
|
export const commitinfo = {
|
||||||
|
name: '@design.estate/dees-domtools',
|
||||||
|
version: '2.0.51',
|
||||||
|
description: 'tools to simplify complex css structures'
|
||||||
|
}
|
@ -1,14 +1,17 @@
|
|||||||
import * as plugins from './domtools.plugins';
|
import * as plugins from './domtools.plugins.js';
|
||||||
import { Stringmap } from '@pushrocks/lik/dist_ts/lik.stringmap';
|
import { type TViewport } from './domtools.css.breakpoints.js';
|
||||||
import { FastMap } from '@pushrocks/lik/dist_ts/lik.fastmap';
|
import { Scroller } from './domtools.classes.scroller.js';
|
||||||
import { TViewport } from './domtools.css.breakpoints';
|
import { WebSetup } from '@push.rocks/websetup';
|
||||||
|
import { ThemeManager } from './domtools.classes.thememanager.js';
|
||||||
import { Scroller } from './domtools.classes.scroller';
|
import { Keyboard } from './domtools.classes.keyboard.js';
|
||||||
import { WebSetup } from '@pushrocks/websetup';
|
|
||||||
import { ThemeManager } from './domtools.classes.thememanager';
|
|
||||||
|
|
||||||
export interface IDomToolsState {
|
export interface IDomToolsState {
|
||||||
virtualViewport: TViewport;
|
virtualViewport: TViewport;
|
||||||
|
jwt: string;
|
||||||
|
}
|
||||||
|
|
||||||
|
export interface IDomToolsContructorOptions {
|
||||||
|
ignoreGlobal?: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
export class DomTools {
|
export class DomTools {
|
||||||
@ -18,10 +21,10 @@ export class DomTools {
|
|||||||
/**
|
/**
|
||||||
* setups domtools
|
* setups domtools
|
||||||
*/
|
*/
|
||||||
public static async setupDomTools() {
|
public static async setupDomTools(optionsArg: IDomToolsContructorOptions = {}) {
|
||||||
let domToolsInstance: DomTools;
|
let domToolsInstance: DomTools;
|
||||||
if (!globalThis.deesDomTools) {
|
if (!globalThis.deesDomTools && !optionsArg.ignoreGlobal) {
|
||||||
globalThis.deesDomTools = new DomTools();
|
globalThis.deesDomTools = new DomTools(optionsArg);
|
||||||
domToolsInstance = globalThis.deesDomTools;
|
domToolsInstance = globalThis.deesDomTools;
|
||||||
|
|
||||||
// lets make sure the dom is ready
|
// lets make sure the dom is ready
|
||||||
@ -34,6 +37,8 @@ export class DomTools {
|
|||||||
};
|
};
|
||||||
document.addEventListener('readystatechange', readyStateChangedFunc);
|
document.addEventListener('readystatechange', readyStateChangedFunc);
|
||||||
domToolsInstance.domToolsReady.resolve();
|
domToolsInstance.domToolsReady.resolve();
|
||||||
|
} else if (optionsArg.ignoreGlobal) {
|
||||||
|
domToolsInstance = new DomTools(optionsArg);
|
||||||
} else {
|
} else {
|
||||||
domToolsInstance = globalThis.deesDomTools;
|
domToolsInstance = globalThis.deesDomTools;
|
||||||
}
|
}
|
||||||
@ -73,6 +78,7 @@ export class DomTools {
|
|||||||
public smartstate = new plugins.smartstate.Smartstate();
|
public smartstate = new plugins.smartstate.Smartstate();
|
||||||
public domToolsStatePart = this.smartstate.getStatePart<IDomToolsState>('domtools', {
|
public domToolsStatePart = this.smartstate.getStatePart<IDomToolsState>('domtools', {
|
||||||
virtualViewport: 'native',
|
virtualViewport: 'native',
|
||||||
|
jwt: null,
|
||||||
});
|
});
|
||||||
|
|
||||||
public router = new plugins.smartrouter.SmartRouter({
|
public router = new plugins.smartrouter.SmartRouter({
|
||||||
@ -82,6 +88,8 @@ export class DomTools {
|
|||||||
public convenience = {
|
public convenience = {
|
||||||
typedrequest: plugins.typedrequest,
|
typedrequest: plugins.typedrequest,
|
||||||
smartdelay: plugins.smartdelay,
|
smartdelay: plugins.smartdelay,
|
||||||
|
smartjson: plugins.smartjson,
|
||||||
|
smarturl: plugins.smarturl,
|
||||||
};
|
};
|
||||||
|
|
||||||
public deesComms = new plugins.deesComms.DeesComms();
|
public deesComms = new plugins.deesComms.DeesComms();
|
||||||
@ -89,27 +97,16 @@ export class DomTools {
|
|||||||
/* some options */
|
/* some options */
|
||||||
}); // TODO: switch to scroller class
|
}); // TODO: switch to scroller class
|
||||||
public themeManager = new ThemeManager(this);
|
public themeManager = new ThemeManager(this);
|
||||||
|
public keyboard = new Keyboard(document.body);
|
||||||
/* private actionSetVirtualViewport = this.domToolsStatePart.createAction<TViewport>(
|
|
||||||
async (statePart, payload) => {
|
|
||||||
const currentState = statePart.getState();
|
|
||||||
currentState.virtualViewport = payload;
|
|
||||||
return currentState;
|
|
||||||
}
|
|
||||||
);
|
|
||||||
|
|
||||||
public setVirtualViewport(environmentArg: TViewport) {
|
|
||||||
this.domToolsStatePart.dispatchAction(this.actionSetVirtualViewport, environmentArg);
|
|
||||||
} */
|
|
||||||
|
|
||||||
public domToolsReady = plugins.smartpromise.defer();
|
public domToolsReady = plugins.smartpromise.defer();
|
||||||
public domReady = plugins.smartpromise.defer();
|
public domReady = plugins.smartpromise.defer();
|
||||||
public globalStylesReady = plugins.smartpromise.defer();
|
public globalStylesReady = plugins.smartpromise.defer();
|
||||||
|
|
||||||
constructor() {}
|
constructor(optionsArg: IDomToolsContructorOptions) {}
|
||||||
|
|
||||||
private runOnceTrackerStringMap = new Stringmap();
|
private runOnceTrackerStringMap = new plugins.lik.Stringmap();
|
||||||
private runOnceResultMap = new FastMap();
|
private runOnceResultMap = new plugins.lik.FastMap();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* run a function once and always get the Promise of the first execution
|
* run a function once and always get the Promise of the first execution
|
||||||
@ -148,6 +145,23 @@ export class DomTools {
|
|||||||
this.elements.headElement.appendChild(styleElement);
|
this.elements.headElement.appendChild(styleElement);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* allows to set global styles
|
||||||
|
* @param stylesText the css text you want to set
|
||||||
|
*/
|
||||||
|
public async setExternalScript(scriptLinkArg: string) {
|
||||||
|
await this.domReady.promise;
|
||||||
|
const done = plugins.smartpromise.defer();
|
||||||
|
const script = document.createElement('script');
|
||||||
|
script.src = scriptLinkArg;
|
||||||
|
script.addEventListener('load', function () {
|
||||||
|
done.resolve();
|
||||||
|
});
|
||||||
|
const parentNode = document.head || document.body;
|
||||||
|
parentNode.append(script);
|
||||||
|
await done.promise;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* allows setting external css files
|
* allows setting external css files
|
||||||
* @param cssLinkArg a url to an external stylesheet
|
* @param cssLinkArg a url to an external stylesheet
|
||||||
|
213
ts/domtools.classes.keyboard.ts
Normal file
213
ts/domtools.classes.keyboard.ts
Normal file
@ -0,0 +1,213 @@
|
|||||||
|
import * as plugins from './domtools.plugins.js';
|
||||||
|
|
||||||
|
export enum Key {
|
||||||
|
Backspace = 8,
|
||||||
|
Tab = 9,
|
||||||
|
Enter = 13,
|
||||||
|
Shift = 16,
|
||||||
|
Ctrl = 17,
|
||||||
|
Alt = 18,
|
||||||
|
PauseBreak = 19,
|
||||||
|
CapsLock = 20,
|
||||||
|
Escape = 27,
|
||||||
|
Space = 32,
|
||||||
|
PageUp = 33,
|
||||||
|
PageDown = 34,
|
||||||
|
End = 35,
|
||||||
|
Home = 36,
|
||||||
|
|
||||||
|
LeftArrow = 37,
|
||||||
|
UpArrow = 38,
|
||||||
|
RightArrow = 39,
|
||||||
|
DownArrow = 40,
|
||||||
|
|
||||||
|
Insert = 45,
|
||||||
|
Delete = 46,
|
||||||
|
|
||||||
|
Zero = 48,
|
||||||
|
ClosedParen = Zero,
|
||||||
|
One = 49,
|
||||||
|
ExclamationMark = One,
|
||||||
|
Two = 50,
|
||||||
|
AtSign = Two,
|
||||||
|
Three = 51,
|
||||||
|
PoundSign = Three,
|
||||||
|
Hash = PoundSign,
|
||||||
|
Four = 52,
|
||||||
|
DollarSign = Four,
|
||||||
|
Five = 53,
|
||||||
|
PercentSign = Five,
|
||||||
|
Six = 54,
|
||||||
|
Caret = Six,
|
||||||
|
Hat = Caret,
|
||||||
|
Seven = 55,
|
||||||
|
Ampersand = Seven,
|
||||||
|
Eight = 56,
|
||||||
|
Star = Eight,
|
||||||
|
Asterik = Star,
|
||||||
|
Nine = 57,
|
||||||
|
OpenParen = Nine,
|
||||||
|
|
||||||
|
A = 65,
|
||||||
|
B = 66,
|
||||||
|
C = 67,
|
||||||
|
D = 68,
|
||||||
|
E = 69,
|
||||||
|
F = 70,
|
||||||
|
G = 71,
|
||||||
|
H = 72,
|
||||||
|
I = 73,
|
||||||
|
J = 74,
|
||||||
|
K = 75,
|
||||||
|
L = 76,
|
||||||
|
M = 77,
|
||||||
|
N = 78,
|
||||||
|
O = 79,
|
||||||
|
P = 80,
|
||||||
|
Q = 81,
|
||||||
|
R = 82,
|
||||||
|
S = 83,
|
||||||
|
T = 84,
|
||||||
|
U = 85,
|
||||||
|
V = 86,
|
||||||
|
W = 87,
|
||||||
|
X = 88,
|
||||||
|
Y = 89,
|
||||||
|
Z = 90,
|
||||||
|
|
||||||
|
LeftWindowKey = 91,
|
||||||
|
RightWindowKey = 92,
|
||||||
|
SelectKey = 93,
|
||||||
|
|
||||||
|
Numpad0 = 96,
|
||||||
|
Numpad1 = 97,
|
||||||
|
Numpad2 = 98,
|
||||||
|
Numpad3 = 99,
|
||||||
|
Numpad4 = 100,
|
||||||
|
Numpad5 = 101,
|
||||||
|
Numpad6 = 102,
|
||||||
|
Numpad7 = 103,
|
||||||
|
Numpad8 = 104,
|
||||||
|
Numpad9 = 105,
|
||||||
|
|
||||||
|
Multiply = 106,
|
||||||
|
Add = 107,
|
||||||
|
Subtract = 109,
|
||||||
|
DecimalPoint = 110,
|
||||||
|
Divide = 111,
|
||||||
|
|
||||||
|
F1 = 112,
|
||||||
|
F2 = 113,
|
||||||
|
F3 = 114,
|
||||||
|
F4 = 115,
|
||||||
|
F5 = 116,
|
||||||
|
F6 = 117,
|
||||||
|
F7 = 118,
|
||||||
|
F8 = 119,
|
||||||
|
F9 = 120,
|
||||||
|
F10 = 121,
|
||||||
|
F11 = 122,
|
||||||
|
F12 = 123,
|
||||||
|
|
||||||
|
NumLock = 144,
|
||||||
|
ScrollLock = 145,
|
||||||
|
|
||||||
|
SemiColon = 186,
|
||||||
|
Equals = 187,
|
||||||
|
Comma = 188,
|
||||||
|
Dash = 189,
|
||||||
|
Period = 190,
|
||||||
|
UnderScore = Dash,
|
||||||
|
PlusSign = Equals,
|
||||||
|
ForwardSlash = 191,
|
||||||
|
Tilde = 192,
|
||||||
|
GraveAccent = Tilde,
|
||||||
|
|
||||||
|
OpenBracket = 219,
|
||||||
|
ClosedBracket = 221,
|
||||||
|
Quote = 222,
|
||||||
|
}
|
||||||
|
|
||||||
|
export class Keyboard {
|
||||||
|
private mapCombosToHandlers = new Map<number[], plugins.smartrx.rxjs.Subject<KeyboardEvent>>();
|
||||||
|
private pressedKeys = new Set<Key>();
|
||||||
|
|
||||||
|
constructor(private domNode: Element | Document) {
|
||||||
|
this.startListening();
|
||||||
|
}
|
||||||
|
|
||||||
|
public keyEnum = Key;
|
||||||
|
|
||||||
|
public on(keys: Key[]) {
|
||||||
|
const subject = new plugins.smartrx.rxjs.Subject<KeyboardEvent>();
|
||||||
|
this.registerKeys(keys, subject);
|
||||||
|
return subject;
|
||||||
|
}
|
||||||
|
|
||||||
|
public triggerKeyPress(keysArg: Key[]) {
|
||||||
|
for (const key of keysArg) {
|
||||||
|
this.pressedKeys.add(key);
|
||||||
|
}
|
||||||
|
this.checkMatchingKeyboardSubjects();
|
||||||
|
for (const key of keysArg) {
|
||||||
|
this.pressedKeys.delete(key);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public startListening() {
|
||||||
|
this.domNode.addEventListener('keydown', this.handleKeyDown);
|
||||||
|
this.domNode.addEventListener('keyup', this.handleKeyUp);
|
||||||
|
}
|
||||||
|
|
||||||
|
public stopListening() {
|
||||||
|
this.domNode.removeEventListener('keydown', this.handleKeyDown);
|
||||||
|
this.domNode.removeEventListener('keyup', this.handleKeyUp);
|
||||||
|
}
|
||||||
|
|
||||||
|
public clear() {
|
||||||
|
this.stopListening();
|
||||||
|
this.mapCombosToHandlers.clear();
|
||||||
|
this.pressedKeys.clear();
|
||||||
|
}
|
||||||
|
|
||||||
|
private handleKeyDown = (event: KeyboardEvent) => {
|
||||||
|
this.pressedKeys.add(event.keyCode);
|
||||||
|
this.checkMatchingKeyboardSubjects(event);
|
||||||
|
};
|
||||||
|
|
||||||
|
private checkMatchingKeyboardSubjects(payloadArg?) {
|
||||||
|
this.mapCombosToHandlers.forEach((subjectArg, keysArg) => {
|
||||||
|
if (this.areAllKeysPressed(keysArg)) {
|
||||||
|
subjectArg.next(payloadArg);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
private handleKeyUp = (event: KeyboardEvent) => {
|
||||||
|
this.pressedKeys.delete(event.keyCode);
|
||||||
|
};
|
||||||
|
|
||||||
|
private areAllKeysPressed(keysArg: Key[]) {
|
||||||
|
let result = true;
|
||||||
|
|
||||||
|
keysArg.forEach((key) => {
|
||||||
|
if (!this.pressedKeys.has(key)) {
|
||||||
|
result = false;
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
return result;
|
||||||
|
}
|
||||||
|
|
||||||
|
private registerKeys(
|
||||||
|
keysArg: Array<Key>,
|
||||||
|
subjectArg: plugins.smartrx.rxjs.Subject<KeyboardEvent>
|
||||||
|
) {
|
||||||
|
if (!this.mapCombosToHandlers.has(keysArg)) {
|
||||||
|
this.mapCombosToHandlers.set(keysArg, subjectArg);
|
||||||
|
} else {
|
||||||
|
const subject = this.mapCombosToHandlers.get(keysArg);
|
||||||
|
return subject;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -1,4 +1,4 @@
|
|||||||
import * as plugins from './domtools.plugins';
|
import * as plugins from './domtools.plugins.js';
|
||||||
|
|
||||||
export class Scroller {
|
export class Scroller {
|
||||||
// TODO: move sweet scroll over to here;
|
// TODO: move sweet scroll over to here;
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
import { DomTools } from './domtools.classes.domtools';
|
import { DomTools } from './domtools.classes.domtools.js';
|
||||||
import * as plugins from './domtools.plugins';
|
import * as plugins from './domtools.plugins.js';
|
||||||
|
|
||||||
export class ThemeManager {
|
export class ThemeManager {
|
||||||
public domtoolsRef: DomTools;
|
public domtoolsRef: DomTools;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
import { DomTools } from './domtools.classes.domtools';
|
import { DomTools } from './domtools.classes.domtools.js';
|
||||||
|
|
||||||
import { css, unsafeCSS } from 'lit';
|
import { css, unsafeCSS } from 'lit';
|
||||||
|
|
||||||
@ -6,51 +6,33 @@ import { css, unsafeCSS } from 'lit';
|
|||||||
* changes scrollbar styles to be consistent across OS borders
|
* changes scrollbar styles to be consistent across OS borders
|
||||||
*/
|
*/
|
||||||
export const scrollBarStyles: string = (() => {
|
export const scrollBarStyles: string = (() => {
|
||||||
const returnStyles =
|
const returnStylesOld = navigator.userAgent.indexOf('Mac OS X') === -1 ? css``.cssText : ``;
|
||||||
navigator.userAgent.indexOf('Mac OS X') !== -1
|
const returnStyles = css`
|
||||||
? css`
|
/* width */
|
||||||
/* width */
|
::-webkit-scrollbar {
|
||||||
::-webkit-scrollbar {
|
width: 0px;
|
||||||
width: 8px;
|
}
|
||||||
}
|
body {
|
||||||
|
scrollbar-width: none;
|
||||||
/* Track */
|
}
|
||||||
::-webkit-scrollbar-track {
|
`.cssText;
|
||||||
background: #111;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Handle */
|
|
||||||
::-webkit-scrollbar-thumb {
|
|
||||||
background: #666;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Handle on hover */
|
|
||||||
::-webkit-scrollbar-thumb:hover {
|
|
||||||
background: #777;
|
|
||||||
}
|
|
||||||
`.cssText
|
|
||||||
: ``;
|
|
||||||
return returnStyles;
|
return returnStyles;
|
||||||
})();
|
})();
|
||||||
|
|
||||||
export const globalBaseStyles: string = css`
|
export const globalBaseStyles: string = css`
|
||||||
/* global material font */
|
/*
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Material Icons';
|
font-family: 'Material Icons';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
src: url(https://fonts.gstatic.com/s/materialicons/v42/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2)
|
src: url(https://fonts.gstatic.com/s/materialicons/v42/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2)
|
||||||
format('woff2');
|
format('woff2');
|
||||||
}
|
} */
|
||||||
|
|
||||||
/* Roboto Font */
|
|
||||||
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400');
|
|
||||||
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@100;300;400');
|
|
||||||
|
|
||||||
/* global body styles */
|
/* global body styles */
|
||||||
body {
|
body {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
font-family: 'Roboto', sans-serif;
|
font-family: 'Roboto', 'Inter', sans-serif;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,14 +1,37 @@
|
|||||||
import { DomTools } from './domtools.classes.domtools';
|
import { DomTools } from './domtools.classes.domtools.js';
|
||||||
|
|
||||||
import { CSSResult, unsafeCSS } from 'lit';
|
import { CSSResult, unsafeCSS } from 'lit';
|
||||||
|
|
||||||
export const desktop = 1240;
|
export const desktop = 1600;
|
||||||
|
export const notebook = 1240;
|
||||||
export const tablet = 1024;
|
export const tablet = 1024;
|
||||||
export const phablet = 600;
|
export const phablet = 600;
|
||||||
export const phone = 400;
|
export const phone = 400;
|
||||||
|
|
||||||
export type TViewport = 'native' | 'desktop' | 'tablet' | 'phablet' | 'phone';
|
export type TViewport = 'native' | 'desktop' | 'tablet' | 'phablet' | 'phone';
|
||||||
|
|
||||||
|
export const cssForDesktop = (cssArg: CSSResult) => {
|
||||||
|
return unsafeCSS(`
|
||||||
|
@container wccToolsViewport (min-width: ${desktop}px) {
|
||||||
|
${cssArg.cssText}
|
||||||
|
}
|
||||||
|
@media (min-width: ${desktop}px) {
|
||||||
|
${cssArg.cssText}
|
||||||
|
}
|
||||||
|
`);
|
||||||
|
};
|
||||||
|
|
||||||
|
export const cssForNotebook = (cssArg: CSSResult) => {
|
||||||
|
return unsafeCSS(`
|
||||||
|
@container wccToolsViewport (max-width: ${notebook}px) {
|
||||||
|
${cssArg.cssText}
|
||||||
|
}
|
||||||
|
@media (max-width: ${notebook}px) {
|
||||||
|
${cssArg.cssText}
|
||||||
|
}
|
||||||
|
`);
|
||||||
|
};
|
||||||
|
|
||||||
export const cssForTablet = (cssArg: CSSResult) => {
|
export const cssForTablet = (cssArg: CSSResult) => {
|
||||||
return unsafeCSS(`
|
return unsafeCSS(`
|
||||||
@container wccToolsViewport (max-width: ${tablet}px) {
|
@container wccToolsViewport (max-width: ${tablet}px) {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
import * as plugins from './domtools.plugins';
|
import * as plugins from './domtools.plugins.js';
|
||||||
import { DomTools } from './domtools.classes.domtools';
|
import { DomTools, type IDomToolsContructorOptions } from './domtools.classes.domtools.js';
|
||||||
import { scrollBarStyles, globalBaseStyles } from './domtools.css.basestyles';
|
import { scrollBarStyles, globalBaseStyles } from './domtools.css.basestyles.js';
|
||||||
|
|
||||||
import { html, LitElement, css, unsafeCSS } from 'lit';
|
import { html, LitElement, css, unsafeCSS } from 'lit';
|
||||||
|
|
||||||
@ -11,7 +11,8 @@ export const staticStyles = css`
|
|||||||
}
|
}
|
||||||
|
|
||||||
:host {
|
:host {
|
||||||
font-family: 'Roboto', sans-serif;
|
box-sizing: border-box;
|
||||||
|
font-family: 'Roboto', 'Inter', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
${unsafeCSS(scrollBarStyles)}
|
${unsafeCSS(scrollBarStyles)}
|
||||||
@ -28,7 +29,7 @@ export const styles = html`
|
|||||||
}
|
}
|
||||||
|
|
||||||
:host {
|
:host {
|
||||||
font-family: 'Roboto', sans-serif;
|
font-family: 'Roboto', 'Inter', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
${scrollBarStyles}
|
${scrollBarStyles}
|
||||||
@ -39,8 +40,11 @@ export const styles = html`
|
|||||||
* a basic setup for elements
|
* a basic setup for elements
|
||||||
* makes sure everything is in check
|
* makes sure everything is in check
|
||||||
*/
|
*/
|
||||||
export const setup = async (elementArg?: LitElement): Promise<DomTools> => {
|
export const setup = async (
|
||||||
const domTools = await DomTools.setupDomTools();
|
elementArg?: LitElement,
|
||||||
|
optionsArg: IDomToolsContructorOptions = {}
|
||||||
|
): Promise<DomTools> => {
|
||||||
|
const domTools = await DomTools.setupDomTools(optionsArg);
|
||||||
|
|
||||||
if (elementArg) {
|
if (elementArg) {
|
||||||
// lets do something with the element
|
// lets do something with the element
|
||||||
|
@ -1,35 +1,43 @@
|
|||||||
// designestate scope
|
// designestate scope
|
||||||
import * as deesComms from '@designestate/dees-comms';
|
import * as deesComms from '@design.estate/dees-comms';
|
||||||
|
|
||||||
export { deesComms };
|
export { deesComms };
|
||||||
|
|
||||||
// apiglobal scope
|
// apiglobal scope
|
||||||
import * as typedrequest from '@apiglobal/typedrequest';
|
import * as typedrequest from '@api.global/typedrequest';
|
||||||
|
|
||||||
export { typedrequest };
|
export { typedrequest };
|
||||||
|
|
||||||
// pushrocks scope
|
// pushrocks scope
|
||||||
import * as smartdelay from '@pushrocks/smartdelay';
|
import * as smartdelay from '@push.rocks/smartdelay';
|
||||||
import * as smartpromise from '@pushrocks/smartpromise';
|
import * as smartjson from '@push.rocks/smartjson';
|
||||||
import * as smartrouter from '@pushrocks/smartrouter';
|
import * as smartpromise from '@push.rocks/smartpromise';
|
||||||
import * as smartrx from '@pushrocks/smartrx';
|
import * as smartrouter from '@push.rocks/smartrouter';
|
||||||
import * as smartstate from '@pushrocks/smartstate';
|
import * as smartrx from '@push.rocks/smartrx';
|
||||||
import * as webrequest from '@pushrocks/webrequest';
|
import * as smartstate from '@push.rocks/smartstate';
|
||||||
import * as websetup from '@pushrocks/websetup';
|
import * as smarturl from '@push.rocks/smarturl';
|
||||||
import * as webstore from '@pushrocks/webstore';
|
import * as webrequest from '@push.rocks/webrequest';
|
||||||
|
import * as websetup from '@push.rocks/websetup';
|
||||||
|
import * as webstore from '@push.rocks/webstore';
|
||||||
|
|
||||||
// subscope lik
|
// subscope lik
|
||||||
import { ObjectMap } from '@pushrocks/lik/dist_ts/lik.objectmap';
|
import { ObjectMap } from '@push.rocks/lik/dist_ts/lik.objectmap.js';
|
||||||
|
import { Stringmap } from '@push.rocks/lik/dist_ts/lik.stringmap.js';
|
||||||
|
import { FastMap } from '@push.rocks/lik/dist_ts/lik.fastmap.js';
|
||||||
const lik = {
|
const lik = {
|
||||||
ObjectMap,
|
ObjectMap,
|
||||||
|
Stringmap,
|
||||||
|
FastMap,
|
||||||
};
|
};
|
||||||
|
|
||||||
export {
|
export {
|
||||||
lik,
|
lik,
|
||||||
smartdelay,
|
smartdelay,
|
||||||
|
smartjson,
|
||||||
smartpromise,
|
smartpromise,
|
||||||
smartrouter,
|
smartrouter,
|
||||||
smartrx,
|
smartrx,
|
||||||
|
smarturl,
|
||||||
smartstate,
|
smartstate,
|
||||||
webrequest,
|
webrequest,
|
||||||
websetup,
|
websetup,
|
||||||
|
23
ts/index.ts
23
ts/index.ts
@ -1,20 +1,23 @@
|
|||||||
export * from './domtools.colors';
|
export * from './domtools.colors.js';
|
||||||
|
|
||||||
import * as elementBasic from './domtools.elementbasic';
|
import * as elementBasic from './domtools.elementbasic.js';
|
||||||
import * as breakpoints from './domtools.css.breakpoints';
|
import * as breakpoints from './domtools.css.breakpoints.js';
|
||||||
import * as css from './domtools.css';
|
import * as css from './domtools.css.js';
|
||||||
|
|
||||||
export { css, breakpoints, elementBasic };
|
export { css, breakpoints, elementBasic };
|
||||||
export { DomTools } from './domtools.classes.domtools';
|
export { DomTools, type IDomToolsContructorOptions } from './domtools.classes.domtools.js';
|
||||||
export { TypedRequest } from '@apiglobal/typedrequest';
|
export { TypedRequest } from '@api.global/typedrequest';
|
||||||
export { IWebSetupConstructorOptions } from '@pushrocks/websetup';
|
export { type IWebSetupConstructorOptions } from '@push.rocks/websetup';
|
||||||
export { rxjs } from '@pushrocks/smartrx';
|
export { rxjs } from '@push.rocks/smartrx';
|
||||||
|
|
||||||
import * as allPlugins from './domtools.plugins';
|
import * as allPlugins from './domtools.plugins.js';
|
||||||
|
|
||||||
export const plugins = {
|
export const plugins = {
|
||||||
smartdelay: allPlugins.smartdelay,
|
smartdelay: allPlugins.smartdelay,
|
||||||
smartpromise: allPlugins.smartpromise,
|
smartpromise: allPlugins.smartpromise,
|
||||||
SweetScroll: allPlugins.SweetScroll,
|
SweetScroll: allPlugins.SweetScroll,
|
||||||
smartstate: allPlugins.smartstate
|
smartstate: allPlugins.smartstate,
|
||||||
|
smartrx: allPlugins.smartrx,
|
||||||
|
smarturl: allPlugins.smarturl,
|
||||||
|
typedrequest: allPlugins.typedrequest,
|
||||||
};
|
};
|
||||||
|
11
tsconfig.json
Normal file
11
tsconfig.json
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"compilerOptions": {
|
||||||
|
"experimentalDecorators": true,
|
||||||
|
"useDefineForClassFields": false,
|
||||||
|
"target": "ES2022",
|
||||||
|
"module": "NodeNext",
|
||||||
|
"moduleResolution": "NodeNext",
|
||||||
|
"esModuleInterop": true,
|
||||||
|
"verbatimModuleSyntax": true,
|
||||||
|
}
|
||||||
|
}
|
17
tslint.json
17
tslint.json
@ -1,17 +0,0 @@
|
|||||||
{
|
|
||||||
"extends": ["tslint:latest", "tslint-config-prettier"],
|
|
||||||
"rules": {
|
|
||||||
"semicolon": [true, "always"],
|
|
||||||
"no-console": false,
|
|
||||||
"ordered-imports": false,
|
|
||||||
"object-literal-sort-keys": false,
|
|
||||||
"member-ordering": {
|
|
||||||
"options":{
|
|
||||||
"order": [
|
|
||||||
"static-method"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"defaultSeverity": "warning"
|
|
||||||
}
|
|
Reference in New Issue
Block a user