@hellixit/hellixitboard 0.1.0 → 0.1.2
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 +11 -53
- package/dist/prod/chunk-IGUB3U7T.js +4 -0
- package/dist/prod/data/{image-2IKBHSIF.js → image-WXEFXRM6.js} +1 -1
- package/dist/prod/index.css +1 -1
- package/dist/prod/index.js +16 -16
- 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 +2 -2
- package/dist/types/element/src/Scene.d.ts +4 -4
- package/dist/types/element/src/arrows/focus.d.ts +1 -1
- 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/hellixitboard/actions/actionAddToLibrary.d.ts +82 -82
- package/dist/types/hellixitboard/actions/actionAlign.d.ts +7 -7
- package/dist/types/hellixitboard/actions/actionBoundText.d.ts +50 -50
- package/dist/types/hellixitboard/actions/actionCanvas.d.ts +275 -275
- package/dist/types/hellixitboard/actions/actionClipboard.d.ts +63 -63
- package/dist/types/hellixitboard/actions/actionCropEditor.d.ts +28 -28
- package/dist/types/hellixitboard/actions/actionDeleteSelected.d.ts +69 -69
- package/dist/types/hellixitboard/actions/actionDistribute.d.ts +3 -3
- package/dist/types/hellixitboard/actions/actionDuplicateSelection.d.ts +2 -2
- package/dist/types/hellixitboard/actions/actionElementLink.d.ts +32 -32
- package/dist/types/hellixitboard/actions/actionElementLock.d.ts +49 -49
- package/dist/types/hellixitboard/actions/actionEmbeddable.d.ts +29 -29
- package/dist/types/hellixitboard/actions/actionExport.d.ts +48 -48
- package/dist/types/hellixitboard/actions/actionFinalize.d.ts +1 -1
- package/dist/types/hellixitboard/actions/actionFlip.d.ts +3 -3
- package/dist/types/hellixitboard/actions/actionFrame.d.ts +210 -210
- package/dist/types/hellixitboard/actions/actionGroup.d.ts +43 -43
- package/dist/types/hellixitboard/actions/actionLinearEditor.d.ts +149 -149
- package/dist/types/hellixitboard/actions/actionLink.d.ts +31 -31
- package/dist/types/hellixitboard/actions/actionMenu.d.ts +27 -27
- package/dist/types/hellixitboard/actions/actionNavigate.d.ts +2 -2
- package/dist/types/hellixitboard/actions/actionProperties.d.ts +39 -39
- package/dist/types/hellixitboard/actions/actionSelectAll.d.ts +23 -23
- package/dist/types/hellixitboard/actions/actionStyles.d.ts +31 -31
- package/dist/types/hellixitboard/actions/actionTextAutoResize.d.ts +3 -3
- package/dist/types/hellixitboard/actions/actionToggleArrowBinding.d.ts +28 -28
- package/dist/types/hellixitboard/actions/actionToggleGridMode.d.ts +29 -29
- package/dist/types/hellixitboard/actions/actionToggleMidpointSnapping.d.ts +28 -28
- package/dist/types/hellixitboard/actions/actionToggleObjectsSnapMode.d.ts +29 -29
- package/dist/types/hellixitboard/actions/actionToggleSearchMenu.d.ts +28 -28
- package/dist/types/hellixitboard/actions/actionToggleShapeSwitch.d.ts +2 -2
- package/dist/types/hellixitboard/actions/actionToggleStats.d.ts +28 -28
- package/dist/types/hellixitboard/actions/actionToggleViewMode.d.ts +29 -29
- package/dist/types/hellixitboard/actions/actionToggleZenMode.d.ts +29 -29
- package/dist/types/hellixitboard/actions/actionZindex.d.ts +8 -8
- package/dist/types/hellixitboard/actions/manager.d.ts +1 -1
- package/dist/types/hellixitboard/actions/shortcuts.d.ts +1 -1
- package/dist/types/hellixitboard/actions/types.d.ts +2 -2
- package/dist/types/hellixitboard/animated-trail.d.ts +2 -2
- package/dist/types/hellixitboard/appState.d.ts +9 -9
- package/dist/types/hellixitboard/charts/charts.constants.d.ts +1 -1
- package/dist/types/hellixitboard/charts/charts.helpers.d.ts +3 -3
- package/dist/types/hellixitboard/charts/charts.types.d.ts +1 -1
- package/dist/types/hellixitboard/charts/index.d.ts +1 -1
- package/dist/types/hellixitboard/clipboard.d.ts +4 -4
- package/dist/types/hellixitboard/components/Actions.d.ts +1 -1
- package/dist/types/hellixitboard/components/App.d.ts +9 -9
- package/dist/types/hellixitboard/components/ColorPicker/ColorPicker.d.ts +2 -2
- package/dist/types/hellixitboard/components/ColorPicker/Picker.d.ts +2 -2
- package/dist/types/hellixitboard/components/ColorPicker/PickerColorList.d.ts +1 -1
- package/dist/types/hellixitboard/components/ColorPicker/ShadeList.d.ts +1 -1
- package/dist/types/hellixitboard/components/ColorPicker/colorPickerUtils.d.ts +2 -2
- package/dist/types/hellixitboard/components/ColorPicker/keyboardNavHandlers.d.ts +1 -1
- package/dist/types/hellixitboard/components/ConvertElementTypePopup.d.ts +2 -2
- package/dist/types/hellixitboard/components/DarkModeToggle.d.ts +1 -1
- package/dist/types/hellixitboard/components/DefaultSidebar.d.ts +1 -1
- package/dist/types/hellixitboard/components/ElementCanvasButtons.d.ts +1 -1
- package/dist/types/hellixitboard/components/ElementLinkDialog.d.ts +2 -2
- package/dist/types/hellixitboard/components/EyeDropper.d.ts +1 -1
- package/dist/types/hellixitboard/components/FontPicker/FontPicker.d.ts +1 -1
- package/dist/types/hellixitboard/components/FontPicker/FontPickerList.d.ts +2 -2
- package/dist/types/hellixitboard/components/FontPicker/FontPickerTrigger.d.ts +1 -1
- package/dist/types/hellixitboard/components/FontPicker/keyboardNavHandlers.d.ts +1 -1
- package/dist/types/hellixitboard/components/HintViewer.d.ts +1 -1
- package/dist/types/hellixitboard/components/ImageExportDialog.d.ts +1 -1
- package/dist/types/hellixitboard/components/InitializeApp.d.ts +1 -1
- package/dist/types/hellixitboard/components/JSONExportDialog.d.ts +1 -1
- package/dist/types/hellixitboard/components/LayerUI.d.ts +1 -1
- package/dist/types/hellixitboard/components/LibraryMenuSection.d.ts +1 -1
- package/dist/types/hellixitboard/components/LoadingMessage.d.ts +1 -1
- package/dist/types/hellixitboard/components/MobileMenu.d.ts +1 -1
- package/dist/types/hellixitboard/components/Stats/Angle.d.ts +2 -2
- package/dist/types/hellixitboard/components/Stats/CanvasGrid.d.ts +1 -1
- package/dist/types/hellixitboard/components/Stats/Dimension.d.ts +2 -2
- package/dist/types/hellixitboard/components/Stats/DragInput.d.ts +2 -2
- package/dist/types/hellixitboard/components/Stats/FontSize.d.ts +2 -2
- package/dist/types/hellixitboard/components/Stats/MultiAngle.d.ts +2 -2
- package/dist/types/hellixitboard/components/Stats/MultiDimension.d.ts +2 -2
- package/dist/types/hellixitboard/components/Stats/MultiFontSize.d.ts +2 -2
- package/dist/types/hellixitboard/components/Stats/MultiPosition.d.ts +2 -2
- package/dist/types/hellixitboard/components/Stats/Position.d.ts +2 -2
- package/dist/types/hellixitboard/components/Stats/index.d.ts +1 -1
- package/dist/types/hellixitboard/components/Stats/utils.d.ts +2 -2
- package/dist/types/hellixitboard/components/TTDDialog/CodeMirrorEditor.d.ts +1 -1
- package/dist/types/hellixitboard/components/TTDDialog/common.d.ts +1 -1
- package/dist/types/hellixitboard/components/TTDDialog/hooks/useMermaidRenderer.d.ts +1 -1
- package/dist/types/hellixitboard/components/TTDDialog/types.d.ts +3 -3
- package/dist/types/hellixitboard/components/ToolButton.d.ts +1 -1
- package/dist/types/hellixitboard/components/canvases/InteractiveCanvas.d.ts +2 -2
- package/dist/types/hellixitboard/components/canvases/NewElementCanvas.d.ts +1 -1
- package/dist/types/hellixitboard/components/canvases/StaticCanvas.d.ts +1 -1
- package/dist/types/hellixitboard/components/dropdownMenu/DropdownMenu.d.ts +1 -1
- package/dist/types/hellixitboard/components/dropdownMenu/DropdownMenuItem.d.ts +1 -1
- package/dist/types/hellixitboard/components/hyperlink/Hyperlink.d.ts +2 -2
- package/dist/types/hellixitboard/components/hyperlink/helpers.d.ts +3 -3
- package/dist/types/hellixitboard/components/icons.d.ts +1 -1
- package/dist/types/hellixitboard/components/live-collaboration/LiveCollaborationTrigger.d.ts +1 -1
- package/dist/types/hellixitboard/components/main-menu/DefaultItems.d.ts +1 -1
- package/dist/types/hellixitboard/components/main-menu/MainMenu.d.ts +1 -1
- package/dist/types/hellixitboard/data/EditorLocalStorage.d.ts +1 -1
- package/dist/types/hellixitboard/data/blob.d.ts +49 -49
- package/dist/types/hellixitboard/data/filesystem.d.ts +1 -1
- package/dist/types/hellixitboard/data/index.d.ts +1 -1
- package/dist/types/hellixitboard/data/json.d.ts +24 -24
- package/dist/types/hellixitboard/data/library.d.ts +2 -2
- package/dist/types/hellixitboard/data/reconcile.d.ts +2 -2
- package/dist/types/hellixitboard/data/resave.d.ts +2 -2
- package/dist/types/hellixitboard/data/restore.d.ts +2 -2
- package/dist/types/hellixitboard/data/types.d.ts +2 -2
- package/dist/types/hellixitboard/fonts/Fonts.d.ts +3 -3
- package/dist/types/hellixitboard/history.d.ts +4 -4
- package/dist/types/hellixitboard/hooks/useEmitter.d.ts +1 -1
- package/dist/types/hellixitboard/i18n.d.ts +1 -1
- package/dist/types/hellixitboard/index.d.ts +12 -12
- package/dist/types/hellixitboard/lasso/utils.d.ts +2 -2
- package/dist/types/hellixitboard/renderer/staticScene.d.ts +1 -1
- package/dist/types/hellixitboard/renderer/staticSvgScene.d.ts +1 -1
- package/dist/types/hellixitboard/scene/Renderer.d.ts +2 -2
- package/dist/types/hellixitboard/scene/export.d.ts +1 -1
- package/dist/types/hellixitboard/scene/index.d.ts +2 -2
- package/dist/types/hellixitboard/scene/scroll.d.ts +1 -1
- package/dist/types/hellixitboard/scene/types.d.ts +3 -3
- package/dist/types/hellixitboard/snapping.d.ts +5 -5
- package/dist/types/hellixitboard/types.d.ts +7 -7
- package/dist/types/hellixitboard/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 +7 -7
- package/dist/prod/chunk-6TQ3TBTF.js +0 -4
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { HellixitboardElement, OrderedHellixitboardElement } from "@
|
|
1
|
+
import type { HellixitboardElement, OrderedHellixitboardElement } from "@hellixit/element/types";
|
|
2
2
|
import type { AppClassProperties, AppState } from "../types";
|
|
3
3
|
export declare const actionGroup: {
|
|
4
4
|
name: "group";
|
|
@@ -25,22 +25,22 @@ export declare const actionGroup: {
|
|
|
25
25
|
isLoading: boolean;
|
|
26
26
|
errorMessage: React.ReactNode;
|
|
27
27
|
activeEmbeddable: {
|
|
28
|
-
element: import("@
|
|
28
|
+
element: import("@hellixit/element/types").NonDeletedHellixitboardElement;
|
|
29
29
|
state: "hover" | "active";
|
|
30
30
|
} | null;
|
|
31
|
-
newElement: import("@
|
|
32
|
-
resizingElement: import("@
|
|
33
|
-
multiElement: import("@
|
|
34
|
-
selectionElement: import("@
|
|
31
|
+
newElement: import("@hellixit/element/types").NonDeleted<import("@hellixit/element/types").HellixitboardNonSelectionElement> | null;
|
|
32
|
+
resizingElement: import("@hellixit/element/types").NonDeletedHellixitboardElement | null;
|
|
33
|
+
multiElement: import("@hellixit/element/types").NonDeleted<import("@hellixit/element/types").HellixitboardLinearElement> | null;
|
|
34
|
+
selectionElement: import("@hellixit/element/types").NonDeletedHellixitboardElement | null;
|
|
35
35
|
isBindingEnabled: boolean;
|
|
36
36
|
bindingPreference: "enabled" | "disabled";
|
|
37
37
|
isMidpointSnappingEnabled: boolean;
|
|
38
|
-
startBoundElement: import("@
|
|
38
|
+
startBoundElement: import("@hellixit/element/types").NonDeleted<import("@hellixit/element/types").HellixitboardBindableElement> | null;
|
|
39
39
|
suggestedBinding: {
|
|
40
|
-
element: import("@
|
|
41
|
-
midPoint?: import("@
|
|
40
|
+
element: import("@hellixit/element/types").NonDeleted<import("@hellixit/element/types").HellixitboardBindableElement>;
|
|
41
|
+
midPoint?: import("@hellixit/math").GlobalPoint;
|
|
42
42
|
} | null;
|
|
43
|
-
frameToHighlight: import("@
|
|
43
|
+
frameToHighlight: import("@hellixit/element/types").NonDeleted<import("@hellixit/element/types").HellixitboardFrameLikeElement> | null;
|
|
44
44
|
frameRendering: {
|
|
45
45
|
enabled: boolean;
|
|
46
46
|
name: boolean;
|
|
@@ -48,8 +48,8 @@ export declare const actionGroup: {
|
|
|
48
48
|
clip: boolean;
|
|
49
49
|
};
|
|
50
50
|
editingFrame: string | null;
|
|
51
|
-
elementsToHighlight: import("@
|
|
52
|
-
editingTextElement: import("@
|
|
51
|
+
elementsToHighlight: import("@hellixit/element/types").NonDeleted<HellixitboardElement>[] | null;
|
|
52
|
+
editingTextElement: import("@hellixit/element/types").NonDeletedHellixitboardElement | null;
|
|
53
53
|
activeTool: {
|
|
54
54
|
lastActiveTool: import("../types").ActiveTool | null;
|
|
55
55
|
locked: boolean;
|
|
@@ -72,13 +72,13 @@ export declare const actionGroup: {
|
|
|
72
72
|
currentItemStrokeStyle: HellixitboardElement["strokeStyle"];
|
|
73
73
|
currentItemRoughness: number;
|
|
74
74
|
currentItemOpacity: number;
|
|
75
|
-
currentItemFontFamily: import("@
|
|
75
|
+
currentItemFontFamily: import("@hellixit/element/types").FontFamilyValues;
|
|
76
76
|
currentItemFontSize: number;
|
|
77
|
-
currentItemTextAlign: import("@
|
|
78
|
-
currentItemStartArrowhead: import("@
|
|
79
|
-
currentItemEndArrowhead: import("@
|
|
80
|
-
currentHoveredFontFamily: import("@
|
|
81
|
-
currentItemRoundness: import("@
|
|
77
|
+
currentItemTextAlign: import("@hellixit/element/types").TextAlign;
|
|
78
|
+
currentItemStartArrowhead: import("@hellixit/element/types").Arrowhead | null;
|
|
79
|
+
currentItemEndArrowhead: import("@hellixit/element/types").Arrowhead | null;
|
|
80
|
+
currentHoveredFontFamily: import("@hellixit/element/types").FontFamilyValues | null;
|
|
81
|
+
currentItemRoundness: import("@hellixit/element/types").StrokeRoundness;
|
|
82
82
|
currentItemArrowType: "sharp" | "round" | "elbow";
|
|
83
83
|
viewBackgroundColor: string;
|
|
84
84
|
scrollX: number;
|
|
@@ -113,7 +113,7 @@ export declare const actionGroup: {
|
|
|
113
113
|
rawText: string;
|
|
114
114
|
};
|
|
115
115
|
defaultSidebarDockedPreference: boolean;
|
|
116
|
-
lastPointerDownWith: import("@
|
|
116
|
+
lastPointerDownWith: import("@hellixit/element/types").PointerType;
|
|
117
117
|
hoveredElementIds: Readonly<{
|
|
118
118
|
[id: string]: true;
|
|
119
119
|
}>;
|
|
@@ -128,7 +128,7 @@ export declare const actionGroup: {
|
|
|
128
128
|
duration?: number;
|
|
129
129
|
} | null;
|
|
130
130
|
zenModeEnabled: boolean;
|
|
131
|
-
theme: import("@
|
|
131
|
+
theme: import("@hellixit/element/types").Theme;
|
|
132
132
|
gridSize: number;
|
|
133
133
|
gridStep: number;
|
|
134
134
|
gridModeEnabled: boolean;
|
|
@@ -144,7 +144,7 @@ export declare const actionGroup: {
|
|
|
144
144
|
panels: number;
|
|
145
145
|
};
|
|
146
146
|
showHyperlinkPopup: false | "info" | "editor";
|
|
147
|
-
selectedLinearElement: import("@
|
|
147
|
+
selectedLinearElement: import("@hellixit/element").LinearElementEditor | null;
|
|
148
148
|
snapLines: readonly import("../snapping").SnapLine[];
|
|
149
149
|
originSnapOffset: {
|
|
150
150
|
x: number;
|
|
@@ -163,7 +163,7 @@ export declare const actionGroup: {
|
|
|
163
163
|
lockedMultiSelections: {
|
|
164
164
|
[groupId: string]: true;
|
|
165
165
|
};
|
|
166
|
-
bindMode: import("@
|
|
166
|
+
bindMode: import("@hellixit/element/types").BindMode;
|
|
167
167
|
};
|
|
168
168
|
elements: OrderedHellixitboardElement[];
|
|
169
169
|
captureUpdate: "IMMEDIATELY";
|
|
@@ -199,22 +199,22 @@ export declare const actionUngroup: {
|
|
|
199
199
|
isLoading: boolean;
|
|
200
200
|
errorMessage: React.ReactNode;
|
|
201
201
|
activeEmbeddable: {
|
|
202
|
-
element: import("@
|
|
202
|
+
element: import("@hellixit/element/types").NonDeletedHellixitboardElement;
|
|
203
203
|
state: "hover" | "active";
|
|
204
204
|
} | null;
|
|
205
|
-
newElement: import("@
|
|
206
|
-
resizingElement: import("@
|
|
207
|
-
multiElement: import("@
|
|
208
|
-
selectionElement: import("@
|
|
205
|
+
newElement: import("@hellixit/element/types").NonDeleted<import("@hellixit/element/types").HellixitboardNonSelectionElement> | null;
|
|
206
|
+
resizingElement: import("@hellixit/element/types").NonDeletedHellixitboardElement | null;
|
|
207
|
+
multiElement: import("@hellixit/element/types").NonDeleted<import("@hellixit/element/types").HellixitboardLinearElement> | null;
|
|
208
|
+
selectionElement: import("@hellixit/element/types").NonDeletedHellixitboardElement | null;
|
|
209
209
|
isBindingEnabled: boolean;
|
|
210
210
|
bindingPreference: "enabled" | "disabled";
|
|
211
211
|
isMidpointSnappingEnabled: boolean;
|
|
212
|
-
startBoundElement: import("@
|
|
212
|
+
startBoundElement: import("@hellixit/element/types").NonDeleted<import("@hellixit/element/types").HellixitboardBindableElement> | null;
|
|
213
213
|
suggestedBinding: {
|
|
214
|
-
element: import("@
|
|
215
|
-
midPoint?: import("@
|
|
214
|
+
element: import("@hellixit/element/types").NonDeleted<import("@hellixit/element/types").HellixitboardBindableElement>;
|
|
215
|
+
midPoint?: import("@hellixit/math").GlobalPoint;
|
|
216
216
|
} | null;
|
|
217
|
-
frameToHighlight: import("@
|
|
217
|
+
frameToHighlight: import("@hellixit/element/types").NonDeleted<import("@hellixit/element/types").HellixitboardFrameLikeElement> | null;
|
|
218
218
|
frameRendering: {
|
|
219
219
|
enabled: boolean;
|
|
220
220
|
name: boolean;
|
|
@@ -222,8 +222,8 @@ export declare const actionUngroup: {
|
|
|
222
222
|
clip: boolean;
|
|
223
223
|
};
|
|
224
224
|
editingFrame: string | null;
|
|
225
|
-
elementsToHighlight: import("@
|
|
226
|
-
editingTextElement: import("@
|
|
225
|
+
elementsToHighlight: import("@hellixit/element/types").NonDeleted<HellixitboardElement>[] | null;
|
|
226
|
+
editingTextElement: import("@hellixit/element/types").NonDeletedHellixitboardElement | null;
|
|
227
227
|
activeTool: {
|
|
228
228
|
lastActiveTool: import("../types").ActiveTool | null;
|
|
229
229
|
locked: boolean;
|
|
@@ -246,13 +246,13 @@ export declare const actionUngroup: {
|
|
|
246
246
|
currentItemStrokeStyle: HellixitboardElement["strokeStyle"];
|
|
247
247
|
currentItemRoughness: number;
|
|
248
248
|
currentItemOpacity: number;
|
|
249
|
-
currentItemFontFamily: import("@
|
|
249
|
+
currentItemFontFamily: import("@hellixit/element/types").FontFamilyValues;
|
|
250
250
|
currentItemFontSize: number;
|
|
251
|
-
currentItemTextAlign: import("@
|
|
252
|
-
currentItemStartArrowhead: import("@
|
|
253
|
-
currentItemEndArrowhead: import("@
|
|
254
|
-
currentHoveredFontFamily: import("@
|
|
255
|
-
currentItemRoundness: import("@
|
|
251
|
+
currentItemTextAlign: import("@hellixit/element/types").TextAlign;
|
|
252
|
+
currentItemStartArrowhead: import("@hellixit/element/types").Arrowhead | null;
|
|
253
|
+
currentItemEndArrowhead: import("@hellixit/element/types").Arrowhead | null;
|
|
254
|
+
currentHoveredFontFamily: import("@hellixit/element/types").FontFamilyValues | null;
|
|
255
|
+
currentItemRoundness: import("@hellixit/element/types").StrokeRoundness;
|
|
256
256
|
currentItemArrowType: "sharp" | "round" | "elbow";
|
|
257
257
|
viewBackgroundColor: string;
|
|
258
258
|
scrollX: number;
|
|
@@ -287,7 +287,7 @@ export declare const actionUngroup: {
|
|
|
287
287
|
rawText: string;
|
|
288
288
|
};
|
|
289
289
|
defaultSidebarDockedPreference: boolean;
|
|
290
|
-
lastPointerDownWith: import("@
|
|
290
|
+
lastPointerDownWith: import("@hellixit/element/types").PointerType;
|
|
291
291
|
hoveredElementIds: Readonly<{
|
|
292
292
|
[id: string]: true;
|
|
293
293
|
}>;
|
|
@@ -302,7 +302,7 @@ export declare const actionUngroup: {
|
|
|
302
302
|
duration?: number;
|
|
303
303
|
} | null;
|
|
304
304
|
zenModeEnabled: boolean;
|
|
305
|
-
theme: import("@
|
|
305
|
+
theme: import("@hellixit/element/types").Theme;
|
|
306
306
|
gridSize: number;
|
|
307
307
|
gridStep: number;
|
|
308
308
|
gridModeEnabled: boolean;
|
|
@@ -318,7 +318,7 @@ export declare const actionUngroup: {
|
|
|
318
318
|
panels: number;
|
|
319
319
|
};
|
|
320
320
|
showHyperlinkPopup: false | "info" | "editor";
|
|
321
|
-
selectedLinearElement: import("@
|
|
321
|
+
selectedLinearElement: import("@hellixit/element").LinearElementEditor | null;
|
|
322
322
|
snapLines: readonly import("../snapping").SnapLine[];
|
|
323
323
|
originSnapOffset: {
|
|
324
324
|
x: number;
|
|
@@ -337,7 +337,7 @@ export declare const actionUngroup: {
|
|
|
337
337
|
lockedMultiSelections: {
|
|
338
338
|
[groupId: string]: true;
|
|
339
339
|
};
|
|
340
|
-
bindMode: import("@
|
|
340
|
+
bindMode: import("@hellixit/element/types").BindMode;
|
|
341
341
|
};
|
|
342
342
|
elements: OrderedHellixitboardElement[];
|
|
343
343
|
captureUpdate: "IMMEDIATELY";
|