@misenkashari/excalidraw-common 1.0.3 → 1.0.6
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/dev/index.js +5 -5
- package/dist/dev/index.js.map +1 -1
- package/dist/prod/index.js +3 -3
- package/dist/types/common/src/constants.d.ts +1 -1
- package/dist/types/common/src/font-metadata.d.ts +1 -1
- package/dist/types/common/src/points.d.ts +1 -1
- package/dist/types/common/src/utils.d.ts +1 -1
- package/dist/types/common/src/visualdebug.d.ts +3 -3
- package/dist/types/element/src/Scene.d.ts +4 -4
- package/dist/types/element/src/binding.d.ts +3 -3
- package/dist/types/element/src/bounds.d.ts +2 -2
- package/dist/types/element/src/collision.d.ts +1 -1
- package/dist/types/element/src/delta.d.ts +2 -2
- package/dist/types/element/src/distance.d.ts +1 -1
- package/dist/types/element/src/dragElements.d.ts +1 -1
- package/dist/types/element/src/duplicate.d.ts +1 -1
- package/dist/types/element/src/elbowArrow.d.ts +1 -1
- package/dist/types/element/src/embeddable.d.ts +1 -1
- package/dist/types/element/src/frame.d.ts +1 -1
- package/dist/types/element/src/groups.d.ts +1 -1
- package/dist/types/element/src/heading.d.ts +2 -2
- package/dist/types/element/src/image.d.ts +1 -1
- package/dist/types/element/src/linearElementEditor.d.ts +3 -3
- package/dist/types/element/src/mutateElement.d.ts +1 -1
- package/dist/types/element/src/newElement.d.ts +1 -1
- package/dist/types/element/src/renderElement.d.ts +2 -2
- package/dist/types/element/src/resizeElements.d.ts +1 -1
- package/dist/types/element/src/resizeTest.d.ts +3 -3
- package/dist/types/element/src/shape.d.ts +3 -3
- package/dist/types/element/src/store.d.ts +2 -2
- package/dist/types/element/src/textElement.d.ts +2 -2
- package/dist/types/element/src/transform.d.ts +1 -1
- package/dist/types/element/src/transformHandles.d.ts +3 -3
- package/dist/types/element/src/typeChecks.d.ts +1 -1
- package/dist/types/element/src/types.d.ts +3 -3
- package/dist/types/element/src/utils.d.ts +2 -2
- package/dist/types/element/src/zindex.d.ts +1 -1
- package/dist/types/excalidraw/actions/actionAddToLibrary.d.ts +82 -82
- package/dist/types/excalidraw/actions/actionAlign.d.ts +7 -7
- package/dist/types/excalidraw/actions/actionBoundText.d.ts +50 -50
- package/dist/types/excalidraw/actions/actionCanvas.d.ts +275 -275
- package/dist/types/excalidraw/actions/actionClipboard.d.ts +63 -63
- package/dist/types/excalidraw/actions/actionCropEditor.d.ts +28 -28
- package/dist/types/excalidraw/actions/actionDeleteSelected.d.ts +69 -69
- package/dist/types/excalidraw/actions/actionDistribute.d.ts +3 -3
- package/dist/types/excalidraw/actions/actionDuplicateSelection.d.ts +2 -2
- package/dist/types/excalidraw/actions/actionElementLink.d.ts +32 -32
- package/dist/types/excalidraw/actions/actionElementLock.d.ts +49 -49
- package/dist/types/excalidraw/actions/actionEmbeddable.d.ts +29 -29
- package/dist/types/excalidraw/actions/actionExport.d.ts +116 -116
- package/dist/types/excalidraw/actions/actionFinalize.d.ts +1 -1
- package/dist/types/excalidraw/actions/actionFlip.d.ts +3 -3
- package/dist/types/excalidraw/actions/actionFrame.d.ts +242 -242
- package/dist/types/excalidraw/actions/actionGroup.d.ts +43 -43
- package/dist/types/excalidraw/actions/actionLinearEditor.d.ts +181 -181
- package/dist/types/excalidraw/actions/actionLink.d.ts +31 -31
- package/dist/types/excalidraw/actions/actionMenu.d.ts +27 -27
- package/dist/types/excalidraw/actions/actionNavigate.d.ts +2 -2
- package/dist/types/excalidraw/actions/actionProperties.d.ts +39 -39
- package/dist/types/excalidraw/actions/actionSelectAll.d.ts +23 -23
- package/dist/types/excalidraw/actions/actionStyles.d.ts +31 -31
- package/dist/types/excalidraw/actions/actionTextAutoResize.d.ts +3 -3
- package/dist/types/excalidraw/actions/actionToggleGridMode.d.ts +29 -29
- package/dist/types/excalidraw/actions/actionToggleObjectsSnapMode.d.ts +29 -29
- package/dist/types/excalidraw/actions/actionToggleSearchMenu.d.ts +28 -28
- package/dist/types/excalidraw/actions/actionToggleShapeSwitch.d.ts +2 -2
- package/dist/types/excalidraw/actions/actionToggleStats.d.ts +28 -28
- package/dist/types/excalidraw/actions/actionToggleViewMode.d.ts +29 -29
- package/dist/types/excalidraw/actions/actionToggleZenMode.d.ts +29 -29
- package/dist/types/excalidraw/actions/actionZindex.d.ts +8 -8
- package/dist/types/excalidraw/actions/manager.d.ts +1 -1
- package/dist/types/excalidraw/actions/shortcuts.d.ts +1 -1
- package/dist/types/excalidraw/actions/types.d.ts +2 -2
- package/dist/types/excalidraw/appState.d.ts +10 -10
- package/dist/types/excalidraw/charts.d.ts +1 -1
- package/dist/types/excalidraw/clipboard.d.ts +4 -4
- package/dist/types/excalidraw/components/Actions.d.ts +1 -1
- package/dist/types/excalidraw/components/App.d.ts +9 -9
- package/dist/types/excalidraw/components/ColorPicker/ColorPicker.d.ts +2 -2
- package/dist/types/excalidraw/components/ColorPicker/Picker.d.ts +2 -2
- package/dist/types/excalidraw/components/ColorPicker/PickerColorList.d.ts +1 -1
- package/dist/types/excalidraw/components/ColorPicker/ShadeList.d.ts +1 -1
- package/dist/types/excalidraw/components/ColorPicker/colorPickerUtils.d.ts +2 -2
- package/dist/types/excalidraw/components/ColorPicker/keyboardNavHandlers.d.ts +1 -1
- package/dist/types/excalidraw/components/ConvertElementTypePopup.d.ts +2 -2
- package/dist/types/excalidraw/components/DarkModeToggle.d.ts +1 -1
- package/dist/types/excalidraw/components/DefaultSidebar.d.ts +1 -1
- package/dist/types/excalidraw/components/ElementCanvasButtons.d.ts +1 -1
- package/dist/types/excalidraw/components/ElementLinkDialog.d.ts +2 -2
- package/dist/types/excalidraw/components/EyeDropper.d.ts +1 -1
- package/dist/types/excalidraw/components/FontPicker/FontPicker.d.ts +1 -1
- package/dist/types/excalidraw/components/FontPicker/FontPickerList.d.ts +2 -2
- package/dist/types/excalidraw/components/FontPicker/FontPickerTrigger.d.ts +1 -1
- package/dist/types/excalidraw/components/FontPicker/keyboardNavHandlers.d.ts +1 -1
- package/dist/types/excalidraw/components/HintViewer.d.ts +1 -1
- package/dist/types/excalidraw/components/ImageExportDialog.d.ts +1 -1
- package/dist/types/excalidraw/components/InitializeApp.d.ts +1 -1
- package/dist/types/excalidraw/components/JSONExportDialog.d.ts +1 -1
- package/dist/types/excalidraw/components/LayerUI.d.ts +1 -1
- package/dist/types/excalidraw/components/LibraryMenuSection.d.ts +1 -1
- package/dist/types/excalidraw/components/LoadingMessage.d.ts +1 -1
- package/dist/types/excalidraw/components/MobileMenu.d.ts +1 -1
- package/dist/types/excalidraw/components/Stats/Angle.d.ts +2 -2
- package/dist/types/excalidraw/components/Stats/CanvasGrid.d.ts +1 -1
- package/dist/types/excalidraw/components/Stats/Dimension.d.ts +2 -2
- package/dist/types/excalidraw/components/Stats/DragInput.d.ts +2 -2
- package/dist/types/excalidraw/components/Stats/FontSize.d.ts +2 -2
- package/dist/types/excalidraw/components/Stats/MultiAngle.d.ts +2 -2
- package/dist/types/excalidraw/components/Stats/MultiDimension.d.ts +2 -2
- package/dist/types/excalidraw/components/Stats/MultiFontSize.d.ts +2 -2
- package/dist/types/excalidraw/components/Stats/MultiPosition.d.ts +2 -2
- package/dist/types/excalidraw/components/Stats/Position.d.ts +2 -2
- package/dist/types/excalidraw/components/Stats/index.d.ts +1 -1
- package/dist/types/excalidraw/components/Stats/utils.d.ts +2 -2
- package/dist/types/excalidraw/components/TTDDialog/common.d.ts +1 -1
- package/dist/types/excalidraw/components/ToolButton.d.ts +1 -1
- package/dist/types/excalidraw/components/canvases/InteractiveCanvas.d.ts +2 -2
- package/dist/types/excalidraw/components/canvases/NewElementCanvas.d.ts +1 -1
- package/dist/types/excalidraw/components/canvases/StaticCanvas.d.ts +1 -1
- package/dist/types/excalidraw/components/dropdownMenu/DropdownMenu.d.ts +1 -1
- package/dist/types/excalidraw/components/dropdownMenu/DropdownMenuItem.d.ts +1 -1
- package/dist/types/excalidraw/components/hyperlink/Hyperlink.d.ts +2 -2
- package/dist/types/excalidraw/components/hyperlink/helpers.d.ts +3 -3
- package/dist/types/excalidraw/components/icons.d.ts +1 -1
- package/dist/types/excalidraw/components/live-collaboration/LiveCollaborationTrigger.d.ts +1 -1
- package/dist/types/excalidraw/components/main-menu/DefaultItems.d.ts +1 -1
- package/dist/types/excalidraw/components/main-menu/MainMenu.d.ts +2 -4
- package/dist/types/excalidraw/data/EditorLocalStorage.d.ts +1 -1
- package/dist/types/excalidraw/data/blob.d.ts +49 -49
- package/dist/types/excalidraw/data/filesystem.d.ts +1 -1
- package/dist/types/excalidraw/data/index.d.ts +1 -1
- package/dist/types/excalidraw/data/json.d.ts +24 -24
- package/dist/types/excalidraw/data/library.d.ts +2 -2
- package/dist/types/excalidraw/data/reconcile.d.ts +2 -2
- package/dist/types/excalidraw/data/resave.d.ts +1 -1
- package/dist/types/excalidraw/data/restore.d.ts +2 -2
- package/dist/types/excalidraw/data/types.d.ts +2 -2
- package/dist/types/excalidraw/fonts/Fonts.d.ts +3 -3
- package/dist/types/excalidraw/history.d.ts +4 -4
- package/dist/types/excalidraw/hooks/useEmitter.d.ts +1 -1
- package/dist/types/excalidraw/i18n.d.ts +1 -1
- package/dist/types/excalidraw/index.d.ts +12 -12
- package/dist/types/excalidraw/lasso/utils.d.ts +2 -2
- package/dist/types/excalidraw/renderer/staticScene.d.ts +1 -1
- package/dist/types/excalidraw/renderer/staticSvgScene.d.ts +1 -1
- package/dist/types/excalidraw/scene/Renderer.d.ts +2 -2
- package/dist/types/excalidraw/scene/export.d.ts +1 -1
- package/dist/types/excalidraw/scene/index.d.ts +2 -2
- package/dist/types/excalidraw/scene/scroll.d.ts +1 -1
- package/dist/types/excalidraw/scene/types.d.ts +3 -3
- package/dist/types/excalidraw/snapping.d.ts +5 -5
- package/dist/types/excalidraw/types.d.ts +6 -6
- package/dist/types/excalidraw/wysiwyg/textWysiwyg.d.ts +1 -1
- package/dist/types/utils/src/bbox.d.ts +2 -2
- package/dist/types/utils/src/export.d.ts +2 -2
- package/dist/types/utils/src/index.d.ts +1 -1
- package/dist/types/utils/src/shape.d.ts +4 -4
- package/dist/types/utils/src/withinBounds.d.ts +2 -2
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ExcalidrawElement, OrderedExcalidrawElement } from "@excalidraw
|
|
1
|
+
import type { ExcalidrawElement, OrderedExcalidrawElement } from "@misenkashari/excalidraw-element/types";
|
|
2
2
|
import type { AppClassProperties, AppState } from "../types";
|
|
3
3
|
export declare const actionGroup: {
|
|
4
4
|
name: "group";
|
|
@@ -25,17 +25,17 @@ export declare const actionGroup: {
|
|
|
25
25
|
isLoading: boolean;
|
|
26
26
|
errorMessage: React.ReactNode;
|
|
27
27
|
activeEmbeddable: {
|
|
28
|
-
element: import("@excalidraw
|
|
28
|
+
element: import("@misenkashari/excalidraw-element/types").NonDeletedExcalidrawElement;
|
|
29
29
|
state: "hover" | "active";
|
|
30
30
|
} | null;
|
|
31
|
-
newElement: import("@excalidraw
|
|
32
|
-
resizingElement: import("@excalidraw
|
|
33
|
-
multiElement: import("@excalidraw
|
|
34
|
-
selectionElement: import("@excalidraw
|
|
31
|
+
newElement: import("@misenkashari/excalidraw-element/types").NonDeleted<import("@misenkashari/excalidraw-element/types").ExcalidrawNonSelectionElement> | null;
|
|
32
|
+
resizingElement: import("@misenkashari/excalidraw-element/types").NonDeletedExcalidrawElement | null;
|
|
33
|
+
multiElement: import("@misenkashari/excalidraw-element/types").NonDeleted<import("@misenkashari/excalidraw-element/types").ExcalidrawLinearElement> | null;
|
|
34
|
+
selectionElement: import("@misenkashari/excalidraw-element/types").NonDeletedExcalidrawElement | null;
|
|
35
35
|
isBindingEnabled: boolean;
|
|
36
|
-
startBoundElement: import("@excalidraw
|
|
37
|
-
suggestedBinding: import("@excalidraw
|
|
38
|
-
frameToHighlight: import("@excalidraw
|
|
36
|
+
startBoundElement: import("@misenkashari/excalidraw-element/types").NonDeleted<import("@misenkashari/excalidraw-element/types").ExcalidrawBindableElement> | null;
|
|
37
|
+
suggestedBinding: import("@misenkashari/excalidraw-element/types").NonDeleted<import("@misenkashari/excalidraw-element/types").ExcalidrawBindableElement> | null;
|
|
38
|
+
frameToHighlight: import("@misenkashari/excalidraw-element/types").NonDeleted<import("@misenkashari/excalidraw-element/types").ExcalidrawFrameLikeElement> | null;
|
|
39
39
|
frameRendering: {
|
|
40
40
|
enabled: boolean;
|
|
41
41
|
name: boolean;
|
|
@@ -43,8 +43,8 @@ export declare const actionGroup: {
|
|
|
43
43
|
clip: boolean;
|
|
44
44
|
};
|
|
45
45
|
editingFrame: string | null;
|
|
46
|
-
elementsToHighlight: import("@excalidraw
|
|
47
|
-
editingTextElement: import("@excalidraw
|
|
46
|
+
elementsToHighlight: import("@misenkashari/excalidraw-element/types").NonDeleted<ExcalidrawElement>[] | null;
|
|
47
|
+
editingTextElement: import("@misenkashari/excalidraw-element/types").NonDeletedExcalidrawElement | null;
|
|
48
48
|
activeTool: {
|
|
49
49
|
lastActiveTool: import("../types").ActiveTool | null;
|
|
50
50
|
locked: boolean;
|
|
@@ -67,13 +67,13 @@ export declare const actionGroup: {
|
|
|
67
67
|
currentItemStrokeStyle: ExcalidrawElement["strokeStyle"];
|
|
68
68
|
currentItemRoughness: number;
|
|
69
69
|
currentItemOpacity: number;
|
|
70
|
-
currentItemFontFamily: import("@excalidraw
|
|
70
|
+
currentItemFontFamily: import("@misenkashari/excalidraw-element/types").FontFamilyValues;
|
|
71
71
|
currentItemFontSize: number;
|
|
72
|
-
currentItemTextAlign: import("@excalidraw
|
|
73
|
-
currentItemStartArrowhead: import("@excalidraw
|
|
74
|
-
currentItemEndArrowhead: import("@excalidraw
|
|
75
|
-
currentHoveredFontFamily: import("@excalidraw
|
|
76
|
-
currentItemRoundness: import("@excalidraw
|
|
72
|
+
currentItemTextAlign: import("@misenkashari/excalidraw-element/types").TextAlign;
|
|
73
|
+
currentItemStartArrowhead: import("@misenkashari/excalidraw-element/types").Arrowhead | null;
|
|
74
|
+
currentItemEndArrowhead: import("@misenkashari/excalidraw-element/types").Arrowhead | null;
|
|
75
|
+
currentHoveredFontFamily: import("@misenkashari/excalidraw-element/types").FontFamilyValues | null;
|
|
76
|
+
currentItemRoundness: import("@misenkashari/excalidraw-element/types").StrokeRoundness;
|
|
77
77
|
currentItemArrowType: "sharp" | "round" | "elbow";
|
|
78
78
|
viewBackgroundColor: string;
|
|
79
79
|
scrollX: number;
|
|
@@ -104,7 +104,7 @@ export declare const actionGroup: {
|
|
|
104
104
|
sourceElementId: ExcalidrawElement["id"];
|
|
105
105
|
};
|
|
106
106
|
defaultSidebarDockedPreference: boolean;
|
|
107
|
-
lastPointerDownWith: import("@excalidraw
|
|
107
|
+
lastPointerDownWith: import("@misenkashari/excalidraw-element/types").PointerType;
|
|
108
108
|
hoveredElementIds: Readonly<{
|
|
109
109
|
[id: string]: true;
|
|
110
110
|
}>;
|
|
@@ -119,7 +119,7 @@ export declare const actionGroup: {
|
|
|
119
119
|
duration?: number;
|
|
120
120
|
} | null;
|
|
121
121
|
zenModeEnabled: boolean;
|
|
122
|
-
theme: import("@excalidraw
|
|
122
|
+
theme: import("@misenkashari/excalidraw-element/types").Theme;
|
|
123
123
|
gridSize: number;
|
|
124
124
|
gridStep: number;
|
|
125
125
|
gridModeEnabled: boolean;
|
|
@@ -134,7 +134,7 @@ export declare const actionGroup: {
|
|
|
134
134
|
open: boolean;
|
|
135
135
|
panels: number;
|
|
136
136
|
};
|
|
137
|
-
currentChartType: import("@excalidraw
|
|
137
|
+
currentChartType: import("@misenkashari/excalidraw-element/types").ChartType;
|
|
138
138
|
pasteDialog: {
|
|
139
139
|
shown: false;
|
|
140
140
|
data: null;
|
|
@@ -143,7 +143,7 @@ export declare const actionGroup: {
|
|
|
143
143
|
data: import("../charts").Spreadsheet;
|
|
144
144
|
};
|
|
145
145
|
showHyperlinkPopup: false | "info" | "editor";
|
|
146
|
-
selectedLinearElement: import("@excalidraw
|
|
146
|
+
selectedLinearElement: import("@misenkashari/excalidraw-element").LinearElementEditor | null;
|
|
147
147
|
snapLines: readonly import("../snapping").SnapLine[];
|
|
148
148
|
originSnapOffset: {
|
|
149
149
|
x: number;
|
|
@@ -162,7 +162,7 @@ export declare const actionGroup: {
|
|
|
162
162
|
lockedMultiSelections: {
|
|
163
163
|
[groupId: string]: true;
|
|
164
164
|
};
|
|
165
|
-
bindMode: import("@excalidraw
|
|
165
|
+
bindMode: import("@misenkashari/excalidraw-element/types").BindMode;
|
|
166
166
|
};
|
|
167
167
|
elements: OrderedExcalidrawElement[];
|
|
168
168
|
captureUpdate: "IMMEDIATELY";
|
|
@@ -198,17 +198,17 @@ export declare const actionUngroup: {
|
|
|
198
198
|
isLoading: boolean;
|
|
199
199
|
errorMessage: React.ReactNode;
|
|
200
200
|
activeEmbeddable: {
|
|
201
|
-
element: import("@excalidraw
|
|
201
|
+
element: import("@misenkashari/excalidraw-element/types").NonDeletedExcalidrawElement;
|
|
202
202
|
state: "hover" | "active";
|
|
203
203
|
} | null;
|
|
204
|
-
newElement: import("@excalidraw
|
|
205
|
-
resizingElement: import("@excalidraw
|
|
206
|
-
multiElement: import("@excalidraw
|
|
207
|
-
selectionElement: import("@excalidraw
|
|
204
|
+
newElement: import("@misenkashari/excalidraw-element/types").NonDeleted<import("@misenkashari/excalidraw-element/types").ExcalidrawNonSelectionElement> | null;
|
|
205
|
+
resizingElement: import("@misenkashari/excalidraw-element/types").NonDeletedExcalidrawElement | null;
|
|
206
|
+
multiElement: import("@misenkashari/excalidraw-element/types").NonDeleted<import("@misenkashari/excalidraw-element/types").ExcalidrawLinearElement> | null;
|
|
207
|
+
selectionElement: import("@misenkashari/excalidraw-element/types").NonDeletedExcalidrawElement | null;
|
|
208
208
|
isBindingEnabled: boolean;
|
|
209
|
-
startBoundElement: import("@excalidraw
|
|
210
|
-
suggestedBinding: import("@excalidraw
|
|
211
|
-
frameToHighlight: import("@excalidraw
|
|
209
|
+
startBoundElement: import("@misenkashari/excalidraw-element/types").NonDeleted<import("@misenkashari/excalidraw-element/types").ExcalidrawBindableElement> | null;
|
|
210
|
+
suggestedBinding: import("@misenkashari/excalidraw-element/types").NonDeleted<import("@misenkashari/excalidraw-element/types").ExcalidrawBindableElement> | null;
|
|
211
|
+
frameToHighlight: import("@misenkashari/excalidraw-element/types").NonDeleted<import("@misenkashari/excalidraw-element/types").ExcalidrawFrameLikeElement> | null;
|
|
212
212
|
frameRendering: {
|
|
213
213
|
enabled: boolean;
|
|
214
214
|
name: boolean;
|
|
@@ -216,8 +216,8 @@ export declare const actionUngroup: {
|
|
|
216
216
|
clip: boolean;
|
|
217
217
|
};
|
|
218
218
|
editingFrame: string | null;
|
|
219
|
-
elementsToHighlight: import("@excalidraw
|
|
220
|
-
editingTextElement: import("@excalidraw
|
|
219
|
+
elementsToHighlight: import("@misenkashari/excalidraw-element/types").NonDeleted<ExcalidrawElement>[] | null;
|
|
220
|
+
editingTextElement: import("@misenkashari/excalidraw-element/types").NonDeletedExcalidrawElement | null;
|
|
221
221
|
activeTool: {
|
|
222
222
|
lastActiveTool: import("../types").ActiveTool | null;
|
|
223
223
|
locked: boolean;
|
|
@@ -240,13 +240,13 @@ export declare const actionUngroup: {
|
|
|
240
240
|
currentItemStrokeStyle: ExcalidrawElement["strokeStyle"];
|
|
241
241
|
currentItemRoughness: number;
|
|
242
242
|
currentItemOpacity: number;
|
|
243
|
-
currentItemFontFamily: import("@excalidraw
|
|
243
|
+
currentItemFontFamily: import("@misenkashari/excalidraw-element/types").FontFamilyValues;
|
|
244
244
|
currentItemFontSize: number;
|
|
245
|
-
currentItemTextAlign: import("@excalidraw
|
|
246
|
-
currentItemStartArrowhead: import("@excalidraw
|
|
247
|
-
currentItemEndArrowhead: import("@excalidraw
|
|
248
|
-
currentHoveredFontFamily: import("@excalidraw
|
|
249
|
-
currentItemRoundness: import("@excalidraw
|
|
245
|
+
currentItemTextAlign: import("@misenkashari/excalidraw-element/types").TextAlign;
|
|
246
|
+
currentItemStartArrowhead: import("@misenkashari/excalidraw-element/types").Arrowhead | null;
|
|
247
|
+
currentItemEndArrowhead: import("@misenkashari/excalidraw-element/types").Arrowhead | null;
|
|
248
|
+
currentHoveredFontFamily: import("@misenkashari/excalidraw-element/types").FontFamilyValues | null;
|
|
249
|
+
currentItemRoundness: import("@misenkashari/excalidraw-element/types").StrokeRoundness;
|
|
250
250
|
currentItemArrowType: "sharp" | "round" | "elbow";
|
|
251
251
|
viewBackgroundColor: string;
|
|
252
252
|
scrollX: number;
|
|
@@ -277,7 +277,7 @@ export declare const actionUngroup: {
|
|
|
277
277
|
sourceElementId: ExcalidrawElement["id"];
|
|
278
278
|
};
|
|
279
279
|
defaultSidebarDockedPreference: boolean;
|
|
280
|
-
lastPointerDownWith: import("@excalidraw
|
|
280
|
+
lastPointerDownWith: import("@misenkashari/excalidraw-element/types").PointerType;
|
|
281
281
|
hoveredElementIds: Readonly<{
|
|
282
282
|
[id: string]: true;
|
|
283
283
|
}>;
|
|
@@ -292,7 +292,7 @@ export declare const actionUngroup: {
|
|
|
292
292
|
duration?: number;
|
|
293
293
|
} | null;
|
|
294
294
|
zenModeEnabled: boolean;
|
|
295
|
-
theme: import("@excalidraw
|
|
295
|
+
theme: import("@misenkashari/excalidraw-element/types").Theme;
|
|
296
296
|
gridSize: number;
|
|
297
297
|
gridStep: number;
|
|
298
298
|
gridModeEnabled: boolean;
|
|
@@ -307,7 +307,7 @@ export declare const actionUngroup: {
|
|
|
307
307
|
open: boolean;
|
|
308
308
|
panels: number;
|
|
309
309
|
};
|
|
310
|
-
currentChartType: import("@excalidraw
|
|
310
|
+
currentChartType: import("@misenkashari/excalidraw-element/types").ChartType;
|
|
311
311
|
pasteDialog: {
|
|
312
312
|
shown: false;
|
|
313
313
|
data: null;
|
|
@@ -316,7 +316,7 @@ export declare const actionUngroup: {
|
|
|
316
316
|
data: import("../charts").Spreadsheet;
|
|
317
317
|
};
|
|
318
318
|
showHyperlinkPopup: false | "info" | "editor";
|
|
319
|
-
selectedLinearElement: import("@excalidraw
|
|
319
|
+
selectedLinearElement: import("@misenkashari/excalidraw-element").LinearElementEditor | null;
|
|
320
320
|
snapLines: readonly import("../snapping").SnapLine[];
|
|
321
321
|
originSnapOffset: {
|
|
322
322
|
x: number;
|
|
@@ -335,7 +335,7 @@ export declare const actionUngroup: {
|
|
|
335
335
|
lockedMultiSelections: {
|
|
336
336
|
[groupId: string]: true;
|
|
337
337
|
};
|
|
338
|
-
bindMode: import("@excalidraw
|
|
338
|
+
bindMode: import("@misenkashari/excalidraw-element/types").BindMode;
|
|
339
339
|
};
|
|
340
340
|
elements: OrderedExcalidrawElement[];
|
|
341
341
|
captureUpdate: "IMMEDIATELY";
|