Tag dropdown visual and functional enhancements

This commit is contained in:
benemiryilmazer 2025-06-09 18:15:11 +03:00
parent d8a87676ce
commit 7a04e3653b
2 changed files with 0 additions and 17 deletions

16
package-lock.json generated
View file

@ -83,7 +83,6 @@
"tcp-ping": "~0.1.1", "tcp-ping": "~0.1.1",
"thirty-two": "~1.0.2", "thirty-two": "~1.0.2",
"tough-cookie": "~4.1.3", "tough-cookie": "~4.1.3",
"vue-grid-layout": "^2.4.0",
"ws": "^8.13.0" "ws": "^8.13.0"
}, },
"devDependencies": { "devDependencies": {
@ -17659,21 +17658,6 @@
"eslint": ">=6.0.0" "eslint": ">=6.0.0"
} }
}, },
"node_modules/vue-grid-layout": {
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/vue-grid-layout/-/vue-grid-layout-2.4.0.tgz",
"integrity": "sha512-MRQVt1BdWDaPN4gKGEKOVVwiTyucqJhrGEyjiY9Muor+dzFFq4Hm0geSpYJpLvC1GLlTL8KWUwy0suKrHm+mqg==",
"license": "MIT",
"dependencies": {
"@interactjs/actions": "1.10.2",
"@interactjs/auto-scroll": "1.10.2",
"@interactjs/auto-start": "1.10.2",
"@interactjs/dev-tools": "1.10.2",
"@interactjs/interactjs": "1.10.2",
"@interactjs/modifiers": "1.10.2",
"element-resize-detector": "^1.2.1"
}
},
"node_modules/vue-i18n": { "node_modules/vue-i18n": {
"version": "9.14.4", "version": "9.14.4",
"resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-9.14.4.tgz", "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-9.14.4.tgz",

View file

@ -141,7 +141,6 @@
"tcp-ping": "~0.1.1", "tcp-ping": "~0.1.1",
"thirty-two": "~1.0.2", "thirty-two": "~1.0.2",
"tough-cookie": "~4.1.3", "tough-cookie": "~4.1.3",
"vue-grid-layout": "^2.4.0",
"ws": "^8.13.0" "ws": "^8.13.0"
}, },
"devDependencies": { "devDependencies": {