@zsviczian/excalidraw 0.18.0-34 → 0.18.0-36
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/package.json
CHANGED
|
@@ -486,6 +486,7 @@ declare class App extends React.Component<AppProps, AppState> {
|
|
|
486
486
|
*/
|
|
487
487
|
private maybeCleanupAfterMissingPointerUp;
|
|
488
488
|
handleCanvasPanUsingWheelOrSpaceDrag: (event: React.PointerEvent<HTMLElement> | MouseEvent) => boolean;
|
|
489
|
+
private startRightClickPanning;
|
|
489
490
|
private updateGestureOnPointerDown;
|
|
490
491
|
private initialPointerDownState;
|
|
491
492
|
private handleDraggingScrollBar;
|
|
@@ -227,4 +227,5 @@ export declare const elementLinkIcon: import("react/jsx-runtime").JSX.Element;
|
|
|
227
227
|
export declare const markerFrameIcon: import("react/jsx-runtime").JSX.Element;
|
|
228
228
|
export declare const LaTeXIcon: import("react/jsx-runtime").JSX.Element;
|
|
229
229
|
export declare const InsertAnyFileIcon: import("react/jsx-runtime").JSX.Element;
|
|
230
|
+
export declare const Card: import("react/jsx-runtime").JSX.Element;
|
|
230
231
|
export {};
|
|
@@ -9,6 +9,7 @@ export declare function initializeObsidianUtils(): void;
|
|
|
9
9
|
export declare function getAreaLimit(): any;
|
|
10
10
|
export declare function getWidthHeightLimit(): any;
|
|
11
11
|
export declare function allowDoubleTapEraser(): any;
|
|
12
|
+
export declare function isPanWithRightMouseEnabled(): boolean;
|
|
12
13
|
export declare function getMaxZoom(): number;
|
|
13
14
|
export declare function isExcaliBrainView(): any;
|
|
14
15
|
export declare function getExcalidrawContentEl(): HTMLElement;
|