Initial implementation.

This commit is contained in:
2022-06-17 16:13:55 +02:00
parent f16e0cd8b5
commit 8b7facdc64
8 changed files with 1118 additions and 9 deletions

View File

@ -1,18 +1,23 @@
{
"name": "@tp/tp-element",
"version": "0.0.1",
"name": "@tp/tp-table",
"version": "1.0.0",
"description": "",
"main": "tp-element.js",
"main": "tp-table.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitea.codeblob.work/tp-elements/tp-element.git"
"url": "https://gitea.codeblob.work/tp-elements/tp-table.git"
},
"author": "trading_peter",
"license": "Apache-2.0",
"dependencies": {
"lit": "^2.2.0"
"@lit-labs/virtualizer": "^0.7.0",
"@tp/helpers": "^1.1.3",
"@tp/tp-checkbox": "^1.0.4",
"@tp/tp-icon": "^1.0.1",
"@tp/tp-scroll-threshold": "^1.0.0",
"lit": "^2.2.6"
}
}