mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-02 06:58:49 +02:00
Use npm for gridstack, remove unnecessary folders using our dedicated service
This commit is contained in:
7
node_modules/gridstack/dist/dd-touch.d.ts
generated
vendored
7
node_modules/gridstack/dist/dd-touch.d.ts
generated
vendored
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* touch.ts 12.3.2
|
||||
* touch.ts 12.4.2
|
||||
* Copyright (c) 2021-2025 Alain Dumesny - see GridStack root license
|
||||
*/
|
||||
/**
|
||||
@@ -8,6 +8,11 @@
|
||||
* /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)
|
||||
*/
|
||||
export declare const isTouch: boolean;
|
||||
export declare class DDTouch {
|
||||
/** set to true while we are handling touch dragging, to prevent accepting browser real mouse events (trusted:true) vs our simulated ones (trusted:false) */
|
||||
static touchHandled: boolean;
|
||||
static pointerLeaveTimeout: number;
|
||||
}
|
||||
/**
|
||||
* Handle the touchstart events
|
||||
* @param {Object} e The widget element's touchstart event
|
||||
|
||||
Reference in New Issue
Block a user