@quentin.marechal/vue3-drr-grid-layout
Advanced tools
Comparing version 1.9.10 to 1.9.11
@@ -33,2 +33,6 @@ declare const _default: import("vue").DefineComponent<{}, { | ||
}; | ||
dragIgnoreFrom: { | ||
type: StringConstructor; | ||
required: false; | ||
}; | ||
horizontalShift: { | ||
@@ -133,2 +137,3 @@ default: boolean; | ||
containerWidth: number; | ||
dragIgnoreFrom: string; | ||
isDraggable: boolean; | ||
@@ -135,0 +140,0 @@ isResizable: boolean; |
{ | ||
"name": "@quentin.marechal/vue3-drr-grid-layout", | ||
"version": "1.9.10", | ||
"version": "1.9.11", | ||
"description": "Vue3 grid layout with resize, drag and responsive", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
324506
6859