update ui

This commit is contained in:
antv
2026-07-10 16:36:12 +07:00
parent a1ad7e738b
commit 62d922627f
11 changed files with 133 additions and 9 deletions
+34 -1
View File
@@ -6,7 +6,8 @@
"": {
"dependencies": {
"@fontsource/roboto": "^5.2.10",
"puppeteer": "^25.2.1"
"puppeteer": "^25.2.1",
"tom-select": "^2.2.2"
},
"devDependencies": {
"@tailwindcss/vite": "^4.0.0",
@@ -518,6 +519,21 @@
"@jridgewell/sourcemap-codec": "^1.4.14"
}
},
"node_modules/@orchidjs/sifter": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/@orchidjs/sifter/-/sifter-1.1.0.tgz",
"integrity": "sha512-mYwHCfr736cIWWdhhSZvDbf90AKt2xyrJspKFC3qyIJG1LtrJeJunYEqCGG4Aq2ijENbc4WkOjszcvNaIAS/pQ==",
"license": "Apache-2.0",
"dependencies": {
"@orchidjs/unicode-variants": "^1.1.2"
}
},
"node_modules/@orchidjs/unicode-variants": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/@orchidjs/unicode-variants/-/unicode-variants-1.1.2.tgz",
"integrity": "sha512-5DobW1CHgnBROOEpFlEXytED5OosEWESFvg/VYmH0143oXcijYTprRYJTs+55HzGM4IqxiLFSuqEzu9mPNwVsA==",
"license": "Apache-2.0"
},
"node_modules/@puppeteer/browsers": {
"version": "3.0.5",
"resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-3.0.5.tgz",
@@ -2553,6 +2569,23 @@
"url": "https://github.com/sponsors/SuperchupuDev"
}
},
"node_modules/tom-select": {
"version": "2.6.2",
"resolved": "https://registry.npmjs.org/tom-select/-/tom-select-2.6.2.tgz",
"integrity": "sha512-eiXIkk82XzzUTOVQDFpy+ZGejuqdTvMukyUyeZBQaKnqW42UoTiTZnrod/eX0rkqJEc4rZY9DZ3zdjV07i29wQ==",
"license": "Apache-2.0",
"dependencies": {
"@orchidjs/sifter": "^1.1.0",
"@orchidjs/unicode-variants": "^1.1.2"
},
"engines": {
"node": "*"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/tom-select"
}
},
"node_modules/tree-kill": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/tree-kill/-/tree-kill-1.2.2.tgz",