New implementation without a third-party lib.

This commit is contained in:
2024-10-21 23:34:53 +02:00
parent 1ad5f6bb35
commit a3a8065c6a
3 changed files with 283 additions and 58 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@tp/tp-sortable",
"version": "1.0.1",
"version": "2.0.0",
"description": "",
"main": "tp-sortable.js",
"scripts": {
@@ -13,6 +13,7 @@
"author": "trading_peter",
"license": "Apache-2.0",
"dependencies": {
"@tp/helpers": "^2.2.0",
"lit": "^2.8.0",
"sortablejs": "^1.15.0"
}