Files
tp-table/package.json
pk 0b3bd31d75 Clone columns in column-moved event to prevent side-effects through mutability.
Fix use of clone function. Seems like old code wasn't updated when the
_clone mixin was replaced by helpers/clone.
2025-08-19 09:46:13 +02:00

24 lines
555 B
JSON

{
"name": "@tp/tp-table",
"version": "1.4.1",
"description": "",
"main": "tp-table.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitea.codeblob.work/tp-elements/tp-table.git"
},
"author": "trading_peter",
"license": "Apache-2.0",
"dependencies": {
"@lit-labs/virtualizer": "^2.0.7",
"@tp/helpers": "^2.1.0",
"@tp/tp-checkbox": "^1.0.7",
"@tp/tp-icon": "^1.0.1",
"@tp/tp-scroll-threshold": "^1.0.0",
"lit": "^3.0.0"
}
}