@nous-excalidraw/math 0.18.0-cy.1 → 0.18.1
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/README.md +4 -4
- package/dist/dev/index.js +1 -1
- package/dist/dev/index.js.map +1 -1
- package/dist/prod/index.js +1 -1
- package/dist/types/common/src/appEventBus.d.ts +1 -1
- package/dist/types/common/src/constants.d.ts +2 -4
- package/dist/types/common/src/emitter.d.ts +1 -1
- package/dist/types/common/src/font-metadata.d.ts +1 -1
- package/dist/types/common/src/points.d.ts +2 -2
- package/dist/types/common/src/utils.d.ts +3 -3
- package/dist/types/element/src/Scene.d.ts +4 -4
- package/dist/types/element/src/align.d.ts +1 -1
- package/dist/types/element/src/arrows/focus.d.ts +2 -2
- package/dist/types/element/src/arrows/helpers.d.ts +1 -1
- package/dist/types/element/src/binding.d.ts +4 -4
- package/dist/types/element/src/bounds.d.ts +3 -3
- package/dist/types/element/src/collision.d.ts +2 -2
- package/dist/types/element/src/comparisons.d.ts +1 -1
- package/dist/types/element/src/delta.d.ts +3 -3
- package/dist/types/element/src/distance.d.ts +1 -1
- package/dist/types/element/src/distribute.d.ts +1 -1
- package/dist/types/element/src/dragElements.d.ts +2 -2
- package/dist/types/element/src/duplicate.d.ts +2 -2
- package/dist/types/element/src/elbowArrow.d.ts +1 -1
- package/dist/types/element/src/elementLink.d.ts +1 -1
- package/dist/types/element/src/embeddable.d.ts +2 -2
- package/dist/types/element/src/flowchart.d.ts +1 -1
- package/dist/types/element/src/frame.d.ts +2 -2
- package/dist/types/element/src/groups.d.ts +2 -2
- package/dist/types/element/src/heading.d.ts +2 -2
- package/dist/types/element/src/image.d.ts +2 -2
- package/dist/types/element/src/linearElementEditor.d.ts +4 -4
- 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 +4 -4
- package/dist/types/element/src/resizeElements.d.ts +2 -2
- package/dist/types/element/src/resizeTest.d.ts +4 -4
- package/dist/types/element/src/selection.d.ts +1 -1
- package/dist/types/element/src/shape.d.ts +5 -5
- package/dist/types/element/src/showSelectedShapeActions.d.ts +1 -1
- package/dist/types/element/src/sizeHelpers.d.ts +1 -1
- package/dist/types/element/src/store.d.ts +4 -4
- package/dist/types/element/src/textElement.d.ts +3 -3
- package/dist/types/element/src/transform.d.ts +1 -1
- package/dist/types/element/src/transformHandles.d.ts +4 -4
- package/dist/types/element/src/typeChecks.d.ts +2 -2
- package/dist/types/element/src/types.d.ts +3 -3
- package/dist/types/element/src/utils.d.ts +3 -3
- package/dist/types/element/src/zindex.d.ts +2 -2
- 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 +48 -48
- 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/actionDeselect.d.ts +24 -24
- 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 +48 -48
- 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 +210 -210
- package/dist/types/excalidraw/actions/actionGroup.d.ts +41 -41
- package/dist/types/excalidraw/actions/actionLinearEditor.d.ts +149 -149
- 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 +37 -37
- 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/actionToggleArrowBinding.d.ts +28 -28
- package/dist/types/excalidraw/actions/actionToggleGridMode.d.ts +29 -29
- package/dist/types/excalidraw/actions/actionToggleMidpointSnapping.d.ts +28 -28
- 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 +9 -9
- package/dist/types/excalidraw/charts/charts.constants.d.ts +1 -1
- package/dist/types/excalidraw/charts/charts.helpers.d.ts +3 -3
- package/dist/types/excalidraw/charts/charts.types.d.ts +1 -1
- package/dist/types/excalidraw/charts/index.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 +10 -10
- 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/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/CodeMirrorEditor.d.ts +1 -1
- package/dist/types/excalidraw/components/TTDDialog/common.d.ts +1 -1
- package/dist/types/excalidraw/components/TTDDialog/hooks/useMermaidRenderer.d.ts +1 -1
- package/dist/types/excalidraw/components/TTDDialog/types.d.ts +2 -2
- package/dist/types/excalidraw/components/ToolButton.d.ts +1 -1
- package/dist/types/excalidraw/components/canvases/InteractiveCanvas.d.ts +3 -3
- 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/main-menu/DefaultItems.d.ts +1 -1
- package/dist/types/excalidraw/components/main-menu/MainMenu.d.ts +1 -1
- 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/resave.d.ts +2 -2
- 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/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/textAutoResizeHandle.d.ts +4 -4
- package/dist/types/excalidraw/types.d.ts +7 -7
- 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 +3 -3
- 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 +2 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ExcalidrawElement, ExcalidrawTextElement, OrderedExcalidrawElement } from "@excalidraw/element/types";
|
|
1
|
+
import type { ExcalidrawElement, ExcalidrawTextElement, OrderedExcalidrawElement } from "@nous-excalidraw/element/types";
|
|
2
2
|
import type { AppClassProperties, AppState } from "../types";
|
|
3
3
|
export declare const actionGroup: {
|
|
4
4
|
name: "group";
|
|
@@ -25,23 +25,23 @@ export declare const actionGroup: {
|
|
|
25
25
|
isLoading: boolean;
|
|
26
26
|
errorMessage: React.ReactNode;
|
|
27
27
|
activeEmbeddable: {
|
|
28
|
-
element: import("@excalidraw/element/types").NonDeletedExcalidrawElement;
|
|
28
|
+
element: import("@nous-excalidraw/element/types").NonDeletedExcalidrawElement;
|
|
29
29
|
state: "hover" | "active";
|
|
30
30
|
} | null;
|
|
31
|
-
newElement: import("@excalidraw/element/types").NonDeleted<import("@excalidraw/element/types").ExcalidrawNonSelectionElement> | null;
|
|
32
|
-
resizingElement: import("@excalidraw/element/types").NonDeletedExcalidrawElement | null;
|
|
33
|
-
multiElement: import("@excalidraw/element/types").NonDeleted<import("@excalidraw/element/types").ExcalidrawLinearElement> | null;
|
|
34
|
-
selectionElement: import("@excalidraw/element/types").NonDeletedExcalidrawElement | null;
|
|
31
|
+
newElement: import("@nous-excalidraw/element/types").NonDeleted<import("@nous-excalidraw/element/types").ExcalidrawNonSelectionElement> | null;
|
|
32
|
+
resizingElement: import("@nous-excalidraw/element/types").NonDeletedExcalidrawElement | null;
|
|
33
|
+
multiElement: import("@nous-excalidraw/element/types").NonDeleted<import("@nous-excalidraw/element/types").ExcalidrawLinearElement> | null;
|
|
34
|
+
selectionElement: import("@nous-excalidraw/element/types").NonDeletedExcalidrawElement | null;
|
|
35
35
|
isBindingEnabled: boolean;
|
|
36
36
|
boxSelectionMode: import("../types").BoxSelectionMode;
|
|
37
37
|
bindingPreference: "enabled" | "disabled";
|
|
38
38
|
isMidpointSnappingEnabled: boolean;
|
|
39
|
-
startBoundElement: import("@excalidraw/element/types").NonDeleted<import("@excalidraw/element/types").ExcalidrawBindableElement> | null;
|
|
39
|
+
startBoundElement: import("@nous-excalidraw/element/types").NonDeleted<import("@nous-excalidraw/element/types").ExcalidrawBindableElement> | null;
|
|
40
40
|
suggestedBinding: {
|
|
41
|
-
element: import("@excalidraw/element/types").NonDeleted<import("@excalidraw/element/types").ExcalidrawBindableElement>;
|
|
42
|
-
midPoint?: import("@excalidraw/math").GlobalPoint;
|
|
41
|
+
element: import("@nous-excalidraw/element/types").NonDeleted<import("@nous-excalidraw/element/types").ExcalidrawBindableElement>;
|
|
42
|
+
midPoint?: import("@nous-excalidraw/math").GlobalPoint;
|
|
43
43
|
} | null;
|
|
44
|
-
frameToHighlight: import("@excalidraw/element/types").NonDeleted<import("@excalidraw/element/types").ExcalidrawFrameLikeElement> | null;
|
|
44
|
+
frameToHighlight: import("@nous-excalidraw/element/types").NonDeleted<import("@nous-excalidraw/element/types").ExcalidrawFrameLikeElement> | null;
|
|
45
45
|
frameRendering: {
|
|
46
46
|
enabled: boolean;
|
|
47
47
|
name: boolean;
|
|
@@ -49,7 +49,7 @@ export declare const actionGroup: {
|
|
|
49
49
|
clip: boolean;
|
|
50
50
|
};
|
|
51
51
|
editingFrame: string | null;
|
|
52
|
-
elementsToHighlight: import("@excalidraw/element/types").NonDeleted<ExcalidrawElement>[] | null;
|
|
52
|
+
elementsToHighlight: import("@nous-excalidraw/element/types").NonDeleted<ExcalidrawElement>[] | null;
|
|
53
53
|
editingTextElement: ExcalidrawTextElement | null;
|
|
54
54
|
activeTool: {
|
|
55
55
|
lastActiveTool: import("../types").ActiveTool | null;
|
|
@@ -73,13 +73,13 @@ export declare const actionGroup: {
|
|
|
73
73
|
currentItemStrokeStyle: ExcalidrawElement["strokeStyle"];
|
|
74
74
|
currentItemRoughness: number;
|
|
75
75
|
currentItemOpacity: number;
|
|
76
|
-
currentItemFontFamily: import("@excalidraw/element/types").FontFamilyValues;
|
|
76
|
+
currentItemFontFamily: import("@nous-excalidraw/element/types").FontFamilyValues;
|
|
77
77
|
currentItemFontSize: number;
|
|
78
|
-
currentItemTextAlign: import("@excalidraw/element/types").TextAlign;
|
|
79
|
-
currentItemStartArrowhead: import("@excalidraw/element/types").Arrowhead | null;
|
|
80
|
-
currentItemEndArrowhead: import("@excalidraw/element/types").Arrowhead | null;
|
|
81
|
-
currentHoveredFontFamily: import("@excalidraw/element/types").FontFamilyValues | null;
|
|
82
|
-
currentItemRoundness: import("@excalidraw/element/types").StrokeRoundness;
|
|
78
|
+
currentItemTextAlign: import("@nous-excalidraw/element/types").TextAlign;
|
|
79
|
+
currentItemStartArrowhead: import("@nous-excalidraw/element/types").Arrowhead | null;
|
|
80
|
+
currentItemEndArrowhead: import("@nous-excalidraw/element/types").Arrowhead | null;
|
|
81
|
+
currentHoveredFontFamily: import("@nous-excalidraw/element/types").FontFamilyValues | null;
|
|
82
|
+
currentItemRoundness: import("@nous-excalidraw/element/types").StrokeRoundness;
|
|
83
83
|
currentItemArrowType: "sharp" | "round" | "elbow";
|
|
84
84
|
viewBackgroundColor: string;
|
|
85
85
|
scrollX: number;
|
|
@@ -114,7 +114,7 @@ export declare const actionGroup: {
|
|
|
114
114
|
rawText: string;
|
|
115
115
|
};
|
|
116
116
|
defaultSidebarDockedPreference: boolean;
|
|
117
|
-
lastPointerDownWith: import("@excalidraw/element/types").PointerType;
|
|
117
|
+
lastPointerDownWith: import("@nous-excalidraw/element/types").PointerType;
|
|
118
118
|
hoveredElementIds: Readonly<{
|
|
119
119
|
[id: string]: true;
|
|
120
120
|
}>;
|
|
@@ -129,7 +129,7 @@ export declare const actionGroup: {
|
|
|
129
129
|
duration?: number;
|
|
130
130
|
} | null;
|
|
131
131
|
zenModeEnabled: boolean;
|
|
132
|
-
theme: import("@excalidraw/element/types").Theme;
|
|
132
|
+
theme: import("@nous-excalidraw/element/types").Theme;
|
|
133
133
|
gridSize: number;
|
|
134
134
|
gridStep: number;
|
|
135
135
|
gridModeEnabled: boolean;
|
|
@@ -145,7 +145,7 @@ export declare const actionGroup: {
|
|
|
145
145
|
panels: number;
|
|
146
146
|
};
|
|
147
147
|
showHyperlinkPopup: false | "info" | "editor";
|
|
148
|
-
selectedLinearElement: import("@excalidraw/element").LinearElementEditor | null;
|
|
148
|
+
selectedLinearElement: import("@nous-excalidraw/element").LinearElementEditor | null;
|
|
149
149
|
snapLines: readonly import("../snapping").SnapLine[];
|
|
150
150
|
originSnapOffset: {
|
|
151
151
|
x: number;
|
|
@@ -164,7 +164,7 @@ export declare const actionGroup: {
|
|
|
164
164
|
lockedMultiSelections: {
|
|
165
165
|
[groupId: string]: true;
|
|
166
166
|
};
|
|
167
|
-
bindMode: import("@excalidraw/element/types").BindMode;
|
|
167
|
+
bindMode: import("@nous-excalidraw/element/types").BindMode;
|
|
168
168
|
};
|
|
169
169
|
elements: OrderedExcalidrawElement[];
|
|
170
170
|
captureUpdate: "IMMEDIATELY";
|
|
@@ -200,23 +200,23 @@ export declare const actionUngroup: {
|
|
|
200
200
|
isLoading: boolean;
|
|
201
201
|
errorMessage: React.ReactNode;
|
|
202
202
|
activeEmbeddable: {
|
|
203
|
-
element: import("@excalidraw/element/types").NonDeletedExcalidrawElement;
|
|
203
|
+
element: import("@nous-excalidraw/element/types").NonDeletedExcalidrawElement;
|
|
204
204
|
state: "hover" | "active";
|
|
205
205
|
} | null;
|
|
206
|
-
newElement: import("@excalidraw/element/types").NonDeleted<import("@excalidraw/element/types").ExcalidrawNonSelectionElement> | null;
|
|
207
|
-
resizingElement: import("@excalidraw/element/types").NonDeletedExcalidrawElement | null;
|
|
208
|
-
multiElement: import("@excalidraw/element/types").NonDeleted<import("@excalidraw/element/types").ExcalidrawLinearElement> | null;
|
|
209
|
-
selectionElement: import("@excalidraw/element/types").NonDeletedExcalidrawElement | null;
|
|
206
|
+
newElement: import("@nous-excalidraw/element/types").NonDeleted<import("@nous-excalidraw/element/types").ExcalidrawNonSelectionElement> | null;
|
|
207
|
+
resizingElement: import("@nous-excalidraw/element/types").NonDeletedExcalidrawElement | null;
|
|
208
|
+
multiElement: import("@nous-excalidraw/element/types").NonDeleted<import("@nous-excalidraw/element/types").ExcalidrawLinearElement> | null;
|
|
209
|
+
selectionElement: import("@nous-excalidraw/element/types").NonDeletedExcalidrawElement | null;
|
|
210
210
|
isBindingEnabled: boolean;
|
|
211
211
|
boxSelectionMode: import("../types").BoxSelectionMode;
|
|
212
212
|
bindingPreference: "enabled" | "disabled";
|
|
213
213
|
isMidpointSnappingEnabled: boolean;
|
|
214
|
-
startBoundElement: import("@excalidraw/element/types").NonDeleted<import("@excalidraw/element/types").ExcalidrawBindableElement> | null;
|
|
214
|
+
startBoundElement: import("@nous-excalidraw/element/types").NonDeleted<import("@nous-excalidraw/element/types").ExcalidrawBindableElement> | null;
|
|
215
215
|
suggestedBinding: {
|
|
216
|
-
element: import("@excalidraw/element/types").NonDeleted<import("@excalidraw/element/types").ExcalidrawBindableElement>;
|
|
217
|
-
midPoint?: import("@excalidraw/math").GlobalPoint;
|
|
216
|
+
element: import("@nous-excalidraw/element/types").NonDeleted<import("@nous-excalidraw/element/types").ExcalidrawBindableElement>;
|
|
217
|
+
midPoint?: import("@nous-excalidraw/math").GlobalPoint;
|
|
218
218
|
} | null;
|
|
219
|
-
frameToHighlight: import("@excalidraw/element/types").NonDeleted<import("@excalidraw/element/types").ExcalidrawFrameLikeElement> | null;
|
|
219
|
+
frameToHighlight: import("@nous-excalidraw/element/types").NonDeleted<import("@nous-excalidraw/element/types").ExcalidrawFrameLikeElement> | null;
|
|
220
220
|
frameRendering: {
|
|
221
221
|
enabled: boolean;
|
|
222
222
|
name: boolean;
|
|
@@ -224,7 +224,7 @@ export declare const actionUngroup: {
|
|
|
224
224
|
clip: boolean;
|
|
225
225
|
};
|
|
226
226
|
editingFrame: string | null;
|
|
227
|
-
elementsToHighlight: import("@excalidraw/element/types").NonDeleted<ExcalidrawElement>[] | null;
|
|
227
|
+
elementsToHighlight: import("@nous-excalidraw/element/types").NonDeleted<ExcalidrawElement>[] | null;
|
|
228
228
|
editingTextElement: ExcalidrawTextElement | null;
|
|
229
229
|
activeTool: {
|
|
230
230
|
lastActiveTool: import("../types").ActiveTool | null;
|
|
@@ -248,13 +248,13 @@ export declare const actionUngroup: {
|
|
|
248
248
|
currentItemStrokeStyle: ExcalidrawElement["strokeStyle"];
|
|
249
249
|
currentItemRoughness: number;
|
|
250
250
|
currentItemOpacity: number;
|
|
251
|
-
currentItemFontFamily: import("@excalidraw/element/types").FontFamilyValues;
|
|
251
|
+
currentItemFontFamily: import("@nous-excalidraw/element/types").FontFamilyValues;
|
|
252
252
|
currentItemFontSize: number;
|
|
253
|
-
currentItemTextAlign: import("@excalidraw/element/types").TextAlign;
|
|
254
|
-
currentItemStartArrowhead: import("@excalidraw/element/types").Arrowhead | null;
|
|
255
|
-
currentItemEndArrowhead: import("@excalidraw/element/types").Arrowhead | null;
|
|
256
|
-
currentHoveredFontFamily: import("@excalidraw/element/types").FontFamilyValues | null;
|
|
257
|
-
currentItemRoundness: import("@excalidraw/element/types").StrokeRoundness;
|
|
253
|
+
currentItemTextAlign: import("@nous-excalidraw/element/types").TextAlign;
|
|
254
|
+
currentItemStartArrowhead: import("@nous-excalidraw/element/types").Arrowhead | null;
|
|
255
|
+
currentItemEndArrowhead: import("@nous-excalidraw/element/types").Arrowhead | null;
|
|
256
|
+
currentHoveredFontFamily: import("@nous-excalidraw/element/types").FontFamilyValues | null;
|
|
257
|
+
currentItemRoundness: import("@nous-excalidraw/element/types").StrokeRoundness;
|
|
258
258
|
currentItemArrowType: "sharp" | "round" | "elbow";
|
|
259
259
|
viewBackgroundColor: string;
|
|
260
260
|
scrollX: number;
|
|
@@ -289,7 +289,7 @@ export declare const actionUngroup: {
|
|
|
289
289
|
rawText: string;
|
|
290
290
|
};
|
|
291
291
|
defaultSidebarDockedPreference: boolean;
|
|
292
|
-
lastPointerDownWith: import("@excalidraw/element/types").PointerType;
|
|
292
|
+
lastPointerDownWith: import("@nous-excalidraw/element/types").PointerType;
|
|
293
293
|
hoveredElementIds: Readonly<{
|
|
294
294
|
[id: string]: true;
|
|
295
295
|
}>;
|
|
@@ -304,7 +304,7 @@ export declare const actionUngroup: {
|
|
|
304
304
|
duration?: number;
|
|
305
305
|
} | null;
|
|
306
306
|
zenModeEnabled: boolean;
|
|
307
|
-
theme: import("@excalidraw/element/types").Theme;
|
|
307
|
+
theme: import("@nous-excalidraw/element/types").Theme;
|
|
308
308
|
gridSize: number;
|
|
309
309
|
gridStep: number;
|
|
310
310
|
gridModeEnabled: boolean;
|
|
@@ -320,7 +320,7 @@ export declare const actionUngroup: {
|
|
|
320
320
|
panels: number;
|
|
321
321
|
};
|
|
322
322
|
showHyperlinkPopup: false | "info" | "editor";
|
|
323
|
-
selectedLinearElement: import("@excalidraw/element").LinearElementEditor | null;
|
|
323
|
+
selectedLinearElement: import("@nous-excalidraw/element").LinearElementEditor | null;
|
|
324
324
|
snapLines: readonly import("../snapping").SnapLine[];
|
|
325
325
|
originSnapOffset: {
|
|
326
326
|
x: number;
|
|
@@ -339,7 +339,7 @@ export declare const actionUngroup: {
|
|
|
339
339
|
lockedMultiSelections: {
|
|
340
340
|
[groupId: string]: true;
|
|
341
341
|
};
|
|
342
|
-
bindMode: import("@excalidraw/element/types").BindMode;
|
|
342
|
+
bindMode: import("@nous-excalidraw/element/types").BindMode;
|
|
343
343
|
};
|
|
344
344
|
elements: OrderedExcalidrawElement[];
|
|
345
345
|
captureUpdate: "IMMEDIATELY";
|