Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vue-draggable-grid
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Libraries
vue-draggable-grid
Commits
ebb9ed373f418bd39eba1c563affbc6826a4fb25
Select Git revision
Branches
11
renovate/rollup-4.x
renovate/vite-6.x
renovate/pin-dependencies
renovate/eslint-9.x
renovate/eslint-plugin-vue-10.x
renovate/prettier-3.x
renovate/vitejs-plugin-legacy-6.x
renovate/vue-eslint-config-prettier-10.x
renovate/uuid-11.x
renovate/vitejs-plugin-vue2-2.x
main
default
protected
Tags
3
0.1.0-post0
v0.1.0-post0
v1.0.0
14 results
vue-draggable-grid
src
Author
Search by author
Any Author
authors
Aleksolotl
aleksolotl
****
group_87_bot_d93488a905735d87b8bb68592057655f
Benedict Suska
benni
Hangzhi Yu
yuha
Jonathan Weth
hansegucker
Julian
ZugBahnHof
Kirill Schmidt
k1r1ll
Lukas Weichelt
lukasw
magicfelix
magicfelix
Nik | Klampfradler
nik
permcu
permcu
Pinguin
pinguin
Tine Wittler
_renovate
Tom Teichler
debdolph
Weblate Push User
_weblate
15 authors
Mar 02, 2023
Isolate stacking context of dragged items
· 3268c30c
Julian
authored
2 years ago
3268c30c
Mar 01, 2023
Add new feature: loading grids which are disabled and show loaders
· 14d9d189
Julian
authored
2 years ago
14d9d189
Feb 20, 2023
Fix plugin
· 954c2e45
Julian
authored
2 years ago
954c2e45
Include vue interactjs to support touch drag and drop
· add448bd
Julian
authored
2 years ago
add448bd
Feb 16, 2023
Calculate new position better by using mouse coordinates as well
· 943c7fc5
Julian
authored
2 years ago
943c7fc5
Feb 13, 2023
Hide highlight on drag leave
· 56a78f1f
Julian
authored
2 years ago
56a78f1f
Fix visibility bug
· 40c8abea
Julian
authored
2 years ago
40c8abea
Calculate grid coordinates correctly (especially don't use deprecated browser features)
· d578eecf
Julian
authored
2 years ago
d578eecf
Remove grid ids from non-emitted items
· 485ccd50
Julian
authored
2 years ago
485ccd50
Disable dropping of wrong elements
· da3f558c
Julian
authored
2 years ago
da3f558c
Use a drag cursor for draggable elements
· 1f6a9df2
Julian
authored
2 years ago
1f6a9df2
Fix disabled grid item key
· 9df76102
Julian
authored
2 years ago
9df76102
Allow grids to declare disabled fields
· 5120f160
Julian
authored
2 years ago
5120f160
Enable grid disablement
· 78005ceb
Julian
authored
2 years ago
78005ceb
Emit raw items
· e4902e0c
Julian
authored
2 years ago
e4902e0c
Fix linter
· bacf007a
Julian
authored
2 years ago
bacf007a
Feb 10, 2023
Enable highlight disablement
· 6af6ca04
Julian
authored
2 years ago
6af6ca04
Reformat
· 4a480afb
Julian
authored
2 years ago
4a480afb
Allow data to be a function
· 193777ff
Julian
authored
2 years ago
193777ff
Feb 09, 2023
Fix custom highlight element
· 998d06b6
Julian
authored
2 years ago
998d06b6
Save ID of grid
· 59987a22
Julian
authored
2 years ago
59987a22
Accept functions for own properties
· c239cfbc
Julian
authored
2 years ago
c239cfbc
Feb 08, 2023
Add element validation function
· c55ca323
Julian
authored
2 years ago
c55ca323
(Dis)Allow dragging between grids
· 748edaf5
Julian
authored
2 years ago
748edaf5
Fix linter
· 5321953b
Julian
authored
2 years ago
5321953b
Rename Grid to DragGrid
· 41f31a0c
Julian
authored
2 years ago
41f31a0c
Move backgrounds to example and to slot in grid
· 4ca85202
Julian
authored
2 years ago
4ca85202
Use v-model instead of defining items inside grid
· e6553ad8
Julian
authored
2 years ago
e6553ad8
Add data attribute
· 4853a40a
Julian
authored
2 years ago
4853a40a
Feb 07, 2023
Supply key to custom blocking method
· d445fda3
Julian
authored
2 years ago
d445fda3
More extensive default values
· 4defa08b
Julian
authored
2 years ago
4defa08b
Fix field validation bug
· 7073cdc6
Julian
authored
2 years ago
7073cdc6
Don't allow items outside grid
· 83e8c97f
Julian
authored
2 years ago
83e8c97f
Don't allow items inside each other
· 6e943df7
Julian
authored
2 years ago
6e943df7
Feb 06, 2023
Display highlight
· a733304f
Julian
authored
2 years ago
a733304f
Run linter
· 2fe0f9fd
Julian
authored
2 years ago
2fe0f9fd
Make objects draggable
· 48abe2b1
Julian
authored
2 years ago
48abe2b1
Feb 03, 2023
Start developing functionality
· 45625cd7
Julian
authored
2 years ago
45625cd7
Run linter
· 41d17a2f
Julian
authored
2 years ago
41d17a2f
Feb 02, 2023
Create Grid And Container components
· 33924d20
Julian
authored
2 years ago
33924d20
Loading