@progress/kendo-vue-common 3.0.9-dev.202203010857 → 3.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/es/Draggable.d.ts
CHANGED
|
@@ -15,7 +15,8 @@ export interface DraggableProps {
|
|
|
15
15
|
/**
|
|
16
16
|
* @hidden
|
|
17
17
|
*/
|
|
18
|
-
export interface DraggableMethods extends
|
|
18
|
+
export interface DraggableMethods extends Vue2type {
|
|
19
|
+
[key: string]: any;
|
|
19
20
|
press: (event: any) => void;
|
|
20
21
|
drag: (event: any) => void;
|
|
21
22
|
release: (event: any) => void;
|
package/dist/npm/Draggable.d.ts
CHANGED
|
@@ -15,7 +15,8 @@ export interface DraggableProps {
|
|
|
15
15
|
/**
|
|
16
16
|
* @hidden
|
|
17
17
|
*/
|
|
18
|
-
export interface DraggableMethods extends
|
|
18
|
+
export interface DraggableMethods extends Vue2type {
|
|
19
|
+
[key: string]: any;
|
|
19
20
|
press: (event: any) => void;
|
|
20
21
|
drag: (event: any) => void;
|
|
21
22
|
release: (event: any) => void;
|
package/package.json
CHANGED