Compare commits
50 Commits
Author | SHA1 | Date | |
---|---|---|---|
618b6c5ba0 | |||
185b8a3947 | |||
77dddfc300 | |||
bb6b4788b8 | |||
c223038b39 | |||
bd4fab872f | |||
385cab0b1b | |||
b6620120e9 | |||
20e2149fd9 | |||
af2eaf010f | |||
fdfc7b4963 | |||
28be3f3095 | |||
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 |
@ -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",
|
||||||
"description": "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"
|
||||||
}
|
}
|
||||||
|
44
package.json
44
package.json
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@designestate/dees-domtools",
|
"name": "@design.estate/dees-domtools",
|
||||||
"version": "2.0.32",
|
"version": "2.0.57",
|
||||||
"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",
|
||||||
@ -15,27 +15,29 @@
|
|||||||
"buildDocs": "tsdoc"
|
"buildDocs": "tsdoc"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@gitzone/tsbuild": "^2.1.63",
|
"@git.zone/tsbuild": "^2.1.72",
|
||||||
"@gitzone/tsbundle": "^2.0.6",
|
"@git.zone/tsbundle": "^2.0.15",
|
||||||
"@gitzone/tstest": "^1.0.72",
|
"@git.zone/tstest": "^1.0.86",
|
||||||
"@pushrocks/tapbundle": "^5.0.4",
|
"@push.rocks/tapbundle": "^5.0.15",
|
||||||
"@types/node": "^20.1.0"
|
"@types/node": "^20.11.5"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@apiglobal/typedrequest": "^2.0.8",
|
"@api.global/typedrequest": "^3.0.4",
|
||||||
"@designestate/dees-comms": "^1.0.22",
|
"@design.estate/dees-comms": "^1.0.22",
|
||||||
"@pushrocks/lik": "^6.0.2",
|
"@push.rocks/lik": "^6.0.12",
|
||||||
"@pushrocks/smartdelay": "^3.0.1",
|
"@push.rocks/smartdelay": "^3.0.5",
|
||||||
"@pushrocks/smartjson": "^5.0.5",
|
"@push.rocks/smartjson": "^5.0.10",
|
||||||
"@pushrocks/smartpromise": "^4.0.2",
|
"@push.rocks/smartmarkdown": "^3.0.3",
|
||||||
"@pushrocks/smartrouter": "^1.0.16",
|
"@push.rocks/smartpromise": "^4.0.2",
|
||||||
"@pushrocks/smartrx": "^3.0.0",
|
"@push.rocks/smartrouter": "^1.0.16",
|
||||||
"@pushrocks/smartstate": "^2.0.6",
|
"@push.rocks/smartrx": "^3.0.7",
|
||||||
"@pushrocks/smarturl": "^3.0.6",
|
"@push.rocks/smartstate": "^2.0.17",
|
||||||
"@pushrocks/webrequest": "^3.0.23",
|
"@push.rocks/smartstring": "^4.0.13",
|
||||||
"@pushrocks/websetup": "^3.0.18",
|
"@push.rocks/smarturl": "^3.0.6",
|
||||||
"@pushrocks/webstore": "^2.0.8",
|
"@push.rocks/webrequest": "^3.0.34",
|
||||||
"lit": "^2.7.4",
|
"@push.rocks/websetup": "^3.0.19",
|
||||||
|
"@push.rocks/webstore": "^2.0.13",
|
||||||
|
"lit": "^3.1.1",
|
||||||
"sweet-scroll": "^4.0.0"
|
"sweet-scroll": "^4.0.0"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
|
4558
pnpm-lock.yaml
generated
4558
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,5 @@
|
|||||||
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();
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
* autocreated commitinfo by @pushrocks/commitinfo
|
* autocreated commitinfo by @pushrocks/commitinfo
|
||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@designestate/dees-domtools',
|
name: '@design.estate/dees-domtools',
|
||||||
version: '2.0.32',
|
version: '2.0.57',
|
||||||
description: 'tools to simplify complex css structures'
|
description: 'tools to simplify complex css structures'
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
import * as plugins from './domtools.plugins.js';
|
import * as plugins from './domtools.plugins.js';
|
||||||
import { TViewport } from './domtools.css.breakpoints.js';
|
import { type TViewport } from './domtools.css.breakpoints.js';
|
||||||
import { Scroller } from './domtools.classes.scroller.js';
|
import { Scroller } from './domtools.classes.scroller.js';
|
||||||
import { WebSetup } from '@pushrocks/websetup';
|
import { WebSetup } from '@push.rocks/websetup';
|
||||||
import { ThemeManager } from './domtools.classes.thememanager.js';
|
import { ThemeManager } from './domtools.classes.thememanager.js';
|
||||||
import { Keyboard } from './domtools.classes.keyboard.js';
|
import { Keyboard } from './domtools.classes.keyboard.js';
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@ export const globalBaseStyles: string = css`
|
|||||||
/* global body styles */
|
/* global body styles */
|
||||||
body {
|
body {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
font-family: 'Inter', sans-serif;
|
font-family: 'Roboto', 'Inter', sans-serif;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
import * as plugins from './domtools.plugins.js';
|
import * as plugins from './domtools.plugins.js';
|
||||||
import { DomTools, IDomToolsContructorOptions } from './domtools.classes.domtools.js';
|
import { DomTools, type IDomToolsContructorOptions } from './domtools.classes.domtools.js';
|
||||||
import { scrollBarStyles, globalBaseStyles } from './domtools.css.basestyles.js';
|
import { scrollBarStyles, globalBaseStyles } from './domtools.css.basestyles.js';
|
||||||
|
|
||||||
import { html, LitElement, css, unsafeCSS } from 'lit';
|
import { html, LitElement, css, unsafeCSS } from 'lit';
|
||||||
@ -12,7 +12,7 @@ export const staticStyles = css`
|
|||||||
|
|
||||||
:host {
|
:host {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
font-family: 'Inter', sans-serif;
|
font-family: 'Roboto', 'Inter', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
${unsafeCSS(scrollBarStyles)}
|
${unsafeCSS(scrollBarStyles)}
|
||||||
@ -29,7 +29,7 @@ export const styles = html`
|
|||||||
}
|
}
|
||||||
|
|
||||||
:host {
|
:host {
|
||||||
font-family: 'Inter', sans-serif;
|
font-family: 'Roboto', 'Inter', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
${scrollBarStyles}
|
${scrollBarStyles}
|
||||||
|
@ -1,29 +1,31 @@
|
|||||||
// 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 smartjson from '@pushrocks/smartjson';
|
import * as smartjson from '@push.rocks/smartjson';
|
||||||
import * as smartpromise from '@pushrocks/smartpromise';
|
import * as smartmarkdown from '@push.rocks/smartmarkdown';
|
||||||
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 smarturl from '@pushrocks/smarturl';
|
import * as smartstate from '@push.rocks/smartstate';
|
||||||
import * as webrequest from '@pushrocks/webrequest';
|
import * as smartstring from '@push.rocks/smartstring';
|
||||||
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.js';
|
import { ObjectMap } from '@push.rocks/lik/dist_ts/lik.objectmap.js';
|
||||||
import { Stringmap } from '@pushrocks/lik/dist_ts/lik.stringmap.js';
|
import { Stringmap } from '@push.rocks/lik/dist_ts/lik.stringmap.js';
|
||||||
import { FastMap } from '@pushrocks/lik/dist_ts/lik.fastmap.js';
|
import { FastMap } from '@push.rocks/lik/dist_ts/lik.fastmap.js';
|
||||||
const lik = {
|
const lik = {
|
||||||
ObjectMap,
|
ObjectMap,
|
||||||
Stringmap,
|
Stringmap,
|
||||||
@ -34,11 +36,13 @@ export {
|
|||||||
lik,
|
lik,
|
||||||
smartdelay,
|
smartdelay,
|
||||||
smartjson,
|
smartjson,
|
||||||
|
smartmarkdown,
|
||||||
smartpromise,
|
smartpromise,
|
||||||
smartrouter,
|
smartrouter,
|
||||||
smartrx,
|
smartrx,
|
||||||
smarturl,
|
smarturl,
|
||||||
smartstate,
|
smartstate,
|
||||||
|
smartstring,
|
||||||
webrequest,
|
webrequest,
|
||||||
websetup,
|
websetup,
|
||||||
webstore,
|
webstore,
|
||||||
|
19
ts/index.ts
19
ts/index.ts
@ -5,16 +5,27 @@ import * as breakpoints from './domtools.css.breakpoints.js';
|
|||||||
import * as css from './domtools.css.js';
|
import * as css from './domtools.css.js';
|
||||||
|
|
||||||
export { css, breakpoints, elementBasic };
|
export { css, breakpoints, elementBasic };
|
||||||
export { DomTools, IDomToolsContructorOptions } from './domtools.classes.domtools.js';
|
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';
|
|
||||||
|
|
||||||
import * as allPlugins from './domtools.plugins.js';
|
import * as allPlugins from './domtools.plugins.js';
|
||||||
|
|
||||||
export const plugins = {
|
export const plugins = {
|
||||||
smartdelay: allPlugins.smartdelay,
|
smartdelay: allPlugins.smartdelay,
|
||||||
|
smartmarkdown: allPlugins.smartmarkdown,
|
||||||
smartpromise: allPlugins.smartpromise,
|
smartpromise: allPlugins.smartpromise,
|
||||||
SweetScroll: allPlugins.SweetScroll,
|
SweetScroll: allPlugins.SweetScroll,
|
||||||
smartstate: allPlugins.smartstate,
|
smartstate: allPlugins.smartstate,
|
||||||
|
smartrx: allPlugins.smartrx,
|
||||||
|
smartstring: allPlugins.smartstring,
|
||||||
|
smarturl: allPlugins.smarturl,
|
||||||
|
typedrequest: allPlugins.typedrequest,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// type exports
|
||||||
|
import type { rxjs } from '@push.rocks/smartrx';
|
||||||
|
|
||||||
|
export type {
|
||||||
|
rxjs,
|
||||||
|
}
|
||||||
|
@ -3,8 +3,9 @@
|
|||||||
"experimentalDecorators": true,
|
"experimentalDecorators": true,
|
||||||
"useDefineForClassFields": false,
|
"useDefineForClassFields": false,
|
||||||
"target": "ES2022",
|
"target": "ES2022",
|
||||||
"module": "ES2022",
|
"module": "NodeNext",
|
||||||
"moduleResolution": "nodenext",
|
"moduleResolution": "NodeNext",
|
||||||
"esModuleInterop": true
|
"esModuleInterop": true,
|
||||||
|
"verbatimModuleSyntax": true,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user