@hellixit/hellixitboard 0.1.0 → 0.1.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/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,9 +1,9 @@
|
|
|
1
1
|
export declare const actionLink: {
|
|
2
2
|
name: "hyperlink";
|
|
3
|
-
label: (elements: readonly import("@
|
|
3
|
+
label: (elements: readonly import("@hellixit/element/types").HellixitboardElement[], appState: Readonly<import("../types").AppState>) => "labels.link.editEmbed" | "labels.link.edit" | "labels.link.create";
|
|
4
4
|
icon: import("react/jsx-runtime").JSX.Element;
|
|
5
|
-
perform: (elements: readonly import("@
|
|
6
|
-
elements: readonly import("@
|
|
5
|
+
perform: (elements: readonly import("@hellixit/element/types").OrderedHellixitboardElement[], appState: Readonly<import("../types").AppState>) => false | {
|
|
6
|
+
elements: readonly import("@hellixit/element/types").OrderedHellixitboardElement[];
|
|
7
7
|
appState: {
|
|
8
8
|
showHyperlinkPopup: "editor";
|
|
9
9
|
openMenu: null;
|
|
@@ -16,22 +16,22 @@ export declare const actionLink: {
|
|
|
16
16
|
isLoading: boolean;
|
|
17
17
|
errorMessage: React.ReactNode;
|
|
18
18
|
activeEmbeddable: {
|
|
19
|
-
element: import("@
|
|
19
|
+
element: import("@hellixit/element/types").NonDeletedHellixitboardElement;
|
|
20
20
|
state: "hover" | "active";
|
|
21
21
|
} | null;
|
|
22
|
-
newElement: import("@
|
|
23
|
-
resizingElement: import("@
|
|
24
|
-
multiElement: import("@
|
|
25
|
-
selectionElement: import("@
|
|
22
|
+
newElement: import("@hellixit/element/types").NonDeleted<import("@hellixit/element/types").HellixitboardNonSelectionElement> | null;
|
|
23
|
+
resizingElement: import("@hellixit/element/types").NonDeletedHellixitboardElement | null;
|
|
24
|
+
multiElement: import("@hellixit/element/types").NonDeleted<import("@hellixit/element/types").HellixitboardLinearElement> | null;
|
|
25
|
+
selectionElement: import("@hellixit/element/types").NonDeletedHellixitboardElement | null;
|
|
26
26
|
isBindingEnabled: boolean;
|
|
27
27
|
bindingPreference: "enabled" | "disabled";
|
|
28
28
|
isMidpointSnappingEnabled: boolean;
|
|
29
|
-
startBoundElement: import("@
|
|
29
|
+
startBoundElement: import("@hellixit/element/types").NonDeleted<import("@hellixit/element/types").HellixitboardBindableElement> | null;
|
|
30
30
|
suggestedBinding: {
|
|
31
|
-
element: import("@
|
|
32
|
-
midPoint?: import("@
|
|
31
|
+
element: import("@hellixit/element/types").NonDeleted<import("@hellixit/element/types").HellixitboardBindableElement>;
|
|
32
|
+
midPoint?: import("@hellixit/math").GlobalPoint;
|
|
33
33
|
} | null;
|
|
34
|
-
frameToHighlight: import("@
|
|
34
|
+
frameToHighlight: import("@hellixit/element/types").NonDeleted<import("@hellixit/element/types").HellixitboardFrameLikeElement> | null;
|
|
35
35
|
frameRendering: {
|
|
36
36
|
enabled: boolean;
|
|
37
37
|
name: boolean;
|
|
@@ -39,8 +39,8 @@ export declare const actionLink: {
|
|
|
39
39
|
clip: boolean;
|
|
40
40
|
};
|
|
41
41
|
editingFrame: string | null;
|
|
42
|
-
elementsToHighlight: import("@
|
|
43
|
-
editingTextElement: import("@
|
|
42
|
+
elementsToHighlight: import("@hellixit/element/types").NonDeleted<import("@hellixit/element/types").HellixitboardElement>[] | null;
|
|
43
|
+
editingTextElement: import("@hellixit/element/types").NonDeletedHellixitboardElement | null;
|
|
44
44
|
activeTool: {
|
|
45
45
|
lastActiveTool: import("../types").ActiveTool | null;
|
|
46
46
|
locked: boolean;
|
|
@@ -58,18 +58,18 @@ export declare const actionLink: {
|
|
|
58
58
|
exportScale: number;
|
|
59
59
|
currentItemStrokeColor: string;
|
|
60
60
|
currentItemBackgroundColor: string;
|
|
61
|
-
currentItemFillStyle: import("@
|
|
61
|
+
currentItemFillStyle: import("@hellixit/element/types").HellixitboardElement["fillStyle"];
|
|
62
62
|
currentItemStrokeWidth: number;
|
|
63
|
-
currentItemStrokeStyle: import("@
|
|
63
|
+
currentItemStrokeStyle: import("@hellixit/element/types").HellixitboardElement["strokeStyle"];
|
|
64
64
|
currentItemRoughness: number;
|
|
65
65
|
currentItemOpacity: number;
|
|
66
|
-
currentItemFontFamily: import("@
|
|
66
|
+
currentItemFontFamily: import("@hellixit/element/types").FontFamilyValues;
|
|
67
67
|
currentItemFontSize: number;
|
|
68
|
-
currentItemTextAlign: import("@
|
|
69
|
-
currentItemStartArrowhead: import("@
|
|
70
|
-
currentItemEndArrowhead: import("@
|
|
71
|
-
currentHoveredFontFamily: import("@
|
|
72
|
-
currentItemRoundness: import("@
|
|
68
|
+
currentItemTextAlign: import("@hellixit/element/types").TextAlign;
|
|
69
|
+
currentItemStartArrowhead: import("@hellixit/element/types").Arrowhead | null;
|
|
70
|
+
currentItemEndArrowhead: import("@hellixit/element/types").Arrowhead | null;
|
|
71
|
+
currentHoveredFontFamily: import("@hellixit/element/types").FontFamilyValues | null;
|
|
72
|
+
currentItemRoundness: import("@hellixit/element/types").StrokeRoundness;
|
|
73
73
|
currentItemArrowType: "sharp" | "round" | "elbow";
|
|
74
74
|
viewBackgroundColor: string;
|
|
75
75
|
scrollX: number;
|
|
@@ -96,14 +96,14 @@ export declare const actionLink: {
|
|
|
96
96
|
name: "settings";
|
|
97
97
|
} | {
|
|
98
98
|
name: "elementLinkSelector";
|
|
99
|
-
sourceElementId: import("@
|
|
99
|
+
sourceElementId: import("@hellixit/element/types").HellixitboardElement["id"];
|
|
100
100
|
} | {
|
|
101
101
|
name: "charts";
|
|
102
102
|
data: import("../charts").Spreadsheet;
|
|
103
103
|
rawText: string;
|
|
104
104
|
};
|
|
105
105
|
defaultSidebarDockedPreference: boolean;
|
|
106
|
-
lastPointerDownWith: import("@
|
|
106
|
+
lastPointerDownWith: import("@hellixit/element/types").PointerType;
|
|
107
107
|
selectedElementIds: Readonly<{
|
|
108
108
|
[id: string]: true;
|
|
109
109
|
}>;
|
|
@@ -121,7 +121,7 @@ export declare const actionLink: {
|
|
|
121
121
|
duration?: number;
|
|
122
122
|
} | null;
|
|
123
123
|
zenModeEnabled: boolean;
|
|
124
|
-
theme: import("@
|
|
124
|
+
theme: import("@hellixit/element/types").Theme;
|
|
125
125
|
gridSize: number;
|
|
126
126
|
gridStep: number;
|
|
127
127
|
gridModeEnabled: boolean;
|
|
@@ -129,7 +129,7 @@ export declare const actionLink: {
|
|
|
129
129
|
selectedGroupIds: {
|
|
130
130
|
[groupId: string]: boolean;
|
|
131
131
|
};
|
|
132
|
-
editingGroupId: import("@
|
|
132
|
+
editingGroupId: import("@hellixit/element/types").GroupId | null;
|
|
133
133
|
width: number;
|
|
134
134
|
height: number;
|
|
135
135
|
offsetTop: number;
|
|
@@ -140,7 +140,7 @@ export declare const actionLink: {
|
|
|
140
140
|
open: boolean;
|
|
141
141
|
panels: number;
|
|
142
142
|
};
|
|
143
|
-
selectedLinearElement: import("@
|
|
143
|
+
selectedLinearElement: import("@hellixit/element").LinearElementEditor | null;
|
|
144
144
|
snapLines: readonly import("../snapping").SnapLine[];
|
|
145
145
|
originSnapOffset: {
|
|
146
146
|
x: number;
|
|
@@ -150,16 +150,16 @@ export declare const actionLink: {
|
|
|
150
150
|
userToFollow: import("../types").UserToFollow | null;
|
|
151
151
|
followedBy: Set<import("../types").SocketId>;
|
|
152
152
|
isCropping: boolean;
|
|
153
|
-
croppingElementId: import("@
|
|
153
|
+
croppingElementId: import("@hellixit/element/types").HellixitboardElement["id"] | null;
|
|
154
154
|
searchMatches: Readonly<{
|
|
155
|
-
focusedId: import("@
|
|
155
|
+
focusedId: import("@hellixit/element/types").HellixitboardElement["id"] | null;
|
|
156
156
|
matches: readonly import("../types").SearchMatch[];
|
|
157
157
|
}> | null;
|
|
158
158
|
activeLockedId: string | null;
|
|
159
159
|
lockedMultiSelections: {
|
|
160
160
|
[groupId: string]: true;
|
|
161
161
|
};
|
|
162
|
-
bindMode: import("@
|
|
162
|
+
bindMode: import("@hellixit/element/types").BindMode;
|
|
163
163
|
};
|
|
164
164
|
captureUpdate: "IMMEDIATELY";
|
|
165
165
|
};
|
|
@@ -168,7 +168,7 @@ export declare const actionLink: {
|
|
|
168
168
|
action: string;
|
|
169
169
|
};
|
|
170
170
|
keyTest: (event: KeyboardEvent | import("react").KeyboardEvent<Element>) => boolean;
|
|
171
|
-
predicate: (elements: readonly import("@
|
|
171
|
+
predicate: (elements: readonly import("@hellixit/element/types").HellixitboardElement[], appState: import("../types").AppState) => boolean;
|
|
172
172
|
PanelComponent: ({ elements, appState, updateData }: import("./types").PanelComponentProps) => import("react/jsx-runtime").JSX.Element;
|
|
173
173
|
} & {
|
|
174
174
|
keyTest?: ((event: KeyboardEvent | import("react").KeyboardEvent<Element>) => boolean) | undefined;
|
|
@@ -7,7 +7,7 @@ export declare const actionShortcuts: {
|
|
|
7
7
|
category: "menu";
|
|
8
8
|
action: string;
|
|
9
9
|
};
|
|
10
|
-
perform: (_elements: readonly import("@
|
|
10
|
+
perform: (_elements: readonly import("@hellixit/element/types").OrderedHellixitboardElement[], appState: Readonly<import("../types").AppState>, _: unknown, { focusContainer }: import("../types").AppClassProperties) => {
|
|
11
11
|
appState: {
|
|
12
12
|
openDialog: {
|
|
13
13
|
name: "help";
|
|
@@ -23,22 +23,22 @@ export declare const actionShortcuts: {
|
|
|
23
23
|
isLoading: boolean;
|
|
24
24
|
errorMessage: React.ReactNode;
|
|
25
25
|
activeEmbeddable: {
|
|
26
|
-
element: import("@
|
|
26
|
+
element: import("@hellixit/element/types").NonDeletedHellixitboardElement;
|
|
27
27
|
state: "hover" | "active";
|
|
28
28
|
} | null;
|
|
29
|
-
newElement: import("@
|
|
30
|
-
resizingElement: import("@
|
|
31
|
-
multiElement: import("@
|
|
32
|
-
selectionElement: import("@
|
|
29
|
+
newElement: import("@hellixit/element/types").NonDeleted<import("@hellixit/element/types").HellixitboardNonSelectionElement> | null;
|
|
30
|
+
resizingElement: import("@hellixit/element/types").NonDeletedHellixitboardElement | null;
|
|
31
|
+
multiElement: import("@hellixit/element/types").NonDeleted<import("@hellixit/element/types").HellixitboardLinearElement> | null;
|
|
32
|
+
selectionElement: import("@hellixit/element/types").NonDeletedHellixitboardElement | null;
|
|
33
33
|
isBindingEnabled: boolean;
|
|
34
34
|
bindingPreference: "enabled" | "disabled";
|
|
35
35
|
isMidpointSnappingEnabled: boolean;
|
|
36
|
-
startBoundElement: import("@
|
|
36
|
+
startBoundElement: import("@hellixit/element/types").NonDeleted<import("@hellixit/element/types").HellixitboardBindableElement> | null;
|
|
37
37
|
suggestedBinding: {
|
|
38
|
-
element: import("@
|
|
39
|
-
midPoint?: import("@
|
|
38
|
+
element: import("@hellixit/element/types").NonDeleted<import("@hellixit/element/types").HellixitboardBindableElement>;
|
|
39
|
+
midPoint?: import("@hellixit/math").GlobalPoint;
|
|
40
40
|
} | null;
|
|
41
|
-
frameToHighlight: import("@
|
|
41
|
+
frameToHighlight: import("@hellixit/element/types").NonDeleted<import("@hellixit/element/types").HellixitboardFrameLikeElement> | null;
|
|
42
42
|
frameRendering: {
|
|
43
43
|
enabled: boolean;
|
|
44
44
|
name: boolean;
|
|
@@ -46,8 +46,8 @@ export declare const actionShortcuts: {
|
|
|
46
46
|
clip: boolean;
|
|
47
47
|
};
|
|
48
48
|
editingFrame: string | null;
|
|
49
|
-
elementsToHighlight: import("@
|
|
50
|
-
editingTextElement: import("@
|
|
49
|
+
elementsToHighlight: import("@hellixit/element/types").NonDeleted<import("@hellixit/element/types").HellixitboardElement>[] | null;
|
|
50
|
+
editingTextElement: import("@hellixit/element/types").NonDeletedHellixitboardElement | null;
|
|
51
51
|
activeTool: {
|
|
52
52
|
lastActiveTool: import("../types").ActiveTool | null;
|
|
53
53
|
locked: boolean;
|
|
@@ -65,18 +65,18 @@ export declare const actionShortcuts: {
|
|
|
65
65
|
exportScale: number;
|
|
66
66
|
currentItemStrokeColor: string;
|
|
67
67
|
currentItemBackgroundColor: string;
|
|
68
|
-
currentItemFillStyle: import("@
|
|
68
|
+
currentItemFillStyle: import("@hellixit/element/types").HellixitboardElement["fillStyle"];
|
|
69
69
|
currentItemStrokeWidth: number;
|
|
70
|
-
currentItemStrokeStyle: import("@
|
|
70
|
+
currentItemStrokeStyle: import("@hellixit/element/types").HellixitboardElement["strokeStyle"];
|
|
71
71
|
currentItemRoughness: number;
|
|
72
72
|
currentItemOpacity: number;
|
|
73
|
-
currentItemFontFamily: import("@
|
|
73
|
+
currentItemFontFamily: import("@hellixit/element/types").FontFamilyValues;
|
|
74
74
|
currentItemFontSize: number;
|
|
75
|
-
currentItemTextAlign: import("@
|
|
76
|
-
currentItemStartArrowhead: import("@
|
|
77
|
-
currentItemEndArrowhead: import("@
|
|
78
|
-
currentHoveredFontFamily: import("@
|
|
79
|
-
currentItemRoundness: import("@
|
|
75
|
+
currentItemTextAlign: import("@hellixit/element/types").TextAlign;
|
|
76
|
+
currentItemStartArrowhead: import("@hellixit/element/types").Arrowhead | null;
|
|
77
|
+
currentItemEndArrowhead: import("@hellixit/element/types").Arrowhead | null;
|
|
78
|
+
currentHoveredFontFamily: import("@hellixit/element/types").FontFamilyValues | null;
|
|
79
|
+
currentItemRoundness: import("@hellixit/element/types").StrokeRoundness;
|
|
80
80
|
currentItemArrowType: "sharp" | "round" | "elbow";
|
|
81
81
|
viewBackgroundColor: string;
|
|
82
82
|
scrollX: number;
|
|
@@ -92,7 +92,7 @@ export declare const actionShortcuts: {
|
|
|
92
92
|
tab?: import("../types").SidebarTabName;
|
|
93
93
|
} | null;
|
|
94
94
|
defaultSidebarDockedPreference: boolean;
|
|
95
|
-
lastPointerDownWith: import("@
|
|
95
|
+
lastPointerDownWith: import("@hellixit/element/types").PointerType;
|
|
96
96
|
selectedElementIds: Readonly<{
|
|
97
97
|
[id: string]: true;
|
|
98
98
|
}>;
|
|
@@ -110,7 +110,7 @@ export declare const actionShortcuts: {
|
|
|
110
110
|
duration?: number;
|
|
111
111
|
} | null;
|
|
112
112
|
zenModeEnabled: boolean;
|
|
113
|
-
theme: import("@
|
|
113
|
+
theme: import("@hellixit/element/types").Theme;
|
|
114
114
|
gridSize: number;
|
|
115
115
|
gridStep: number;
|
|
116
116
|
gridModeEnabled: boolean;
|
|
@@ -118,7 +118,7 @@ export declare const actionShortcuts: {
|
|
|
118
118
|
selectedGroupIds: {
|
|
119
119
|
[groupId: string]: boolean;
|
|
120
120
|
};
|
|
121
|
-
editingGroupId: import("@
|
|
121
|
+
editingGroupId: import("@hellixit/element/types").GroupId | null;
|
|
122
122
|
width: number;
|
|
123
123
|
height: number;
|
|
124
124
|
offsetTop: number;
|
|
@@ -130,7 +130,7 @@ export declare const actionShortcuts: {
|
|
|
130
130
|
panels: number;
|
|
131
131
|
};
|
|
132
132
|
showHyperlinkPopup: false | "info" | "editor";
|
|
133
|
-
selectedLinearElement: import("@
|
|
133
|
+
selectedLinearElement: import("@hellixit/element").LinearElementEditor | null;
|
|
134
134
|
snapLines: readonly import("../snapping").SnapLine[];
|
|
135
135
|
originSnapOffset: {
|
|
136
136
|
x: number;
|
|
@@ -140,16 +140,16 @@ export declare const actionShortcuts: {
|
|
|
140
140
|
userToFollow: import("../types").UserToFollow | null;
|
|
141
141
|
followedBy: Set<import("../types").SocketId>;
|
|
142
142
|
isCropping: boolean;
|
|
143
|
-
croppingElementId: import("@
|
|
143
|
+
croppingElementId: import("@hellixit/element/types").HellixitboardElement["id"] | null;
|
|
144
144
|
searchMatches: Readonly<{
|
|
145
|
-
focusedId: import("@
|
|
145
|
+
focusedId: import("@hellixit/element/types").HellixitboardElement["id"] | null;
|
|
146
146
|
matches: readonly import("../types").SearchMatch[];
|
|
147
147
|
}> | null;
|
|
148
148
|
activeLockedId: string | null;
|
|
149
149
|
lockedMultiSelections: {
|
|
150
150
|
[groupId: string]: true;
|
|
151
151
|
};
|
|
152
|
-
bindMode: import("@
|
|
152
|
+
bindMode: import("@hellixit/element/types").BindMode;
|
|
153
153
|
};
|
|
154
154
|
captureUpdate: "EVENTUALLY";
|
|
155
155
|
};
|
|
@@ -3,7 +3,7 @@ export declare const actionGoToCollaborator: import("./types").Action<Readonly<{
|
|
|
3
3
|
button?: "up" | "down";
|
|
4
4
|
selectedElementIds?: import("../types").AppState["selectedElementIds"];
|
|
5
5
|
username?: string | null;
|
|
6
|
-
userState?: import("@
|
|
6
|
+
userState?: import("@hellixit/common").UserIdleState;
|
|
7
7
|
color?: {
|
|
8
8
|
background: string;
|
|
9
9
|
stroke: string;
|
|
@@ -16,5 +16,5 @@ export declare const actionGoToCollaborator: import("./types").Action<Readonly<{
|
|
|
16
16
|
isSpeaking?: boolean;
|
|
17
17
|
isMuted?: boolean;
|
|
18
18
|
}>> & {
|
|
19
|
-
keyTest?: ((event: React.KeyboardEvent | KeyboardEvent, appState: import("../types").AppState, elements: readonly import("@
|
|
19
|
+
keyTest?: ((event: React.KeyboardEvent | KeyboardEvent, appState: import("../types").AppState, elements: readonly import("@hellixit/element/types").HellixitboardElement[], app: import("../types").AppClassProperties) => boolean) | undefined;
|
|
20
20
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { LinearElementEditor } from "@
|
|
2
|
-
import type { Arrowhead, HellixitboardBindableElement, HellixitboardElement, HellixitboardLinearElement, FontFamilyValues, TextAlign } from "@
|
|
1
|
+
import { LinearElementEditor } from "@hellixit/element";
|
|
2
|
+
import type { Arrowhead, HellixitboardBindableElement, HellixitboardElement, HellixitboardLinearElement, FontFamilyValues, TextAlign } from "@hellixit/element/types";
|
|
3
3
|
import type { AppClassProperties, AppState, Primitive } from "../types";
|
|
4
4
|
export declare const changeProperty: (elements: readonly HellixitboardElement[], appState: AppState, callback: (element: HellixitboardElement) => HellixitboardElement, includeBoundText?: boolean) => HellixitboardElement[];
|
|
5
5
|
export declare const getFormValue: <T extends Primitive>(elements: readonly HellixitboardElement[], app: AppClassProperties, getAttribute: (element: HellixitboardElement) => T, isRelevantElement: true | ((element: HellixitboardElement) => boolean), defaultValue: T | ((isSomeElementSelected: boolean) => T)) => T;
|
|
@@ -9,7 +9,7 @@ export declare const actionChangeStrokeColor: import("./types").Action<Pick<AppS
|
|
|
9
9
|
export declare const actionChangeBackgroundColor: import("./types").Action<Pick<AppState, "viewBackgroundColor" | "currentItemBackgroundColor">> & {
|
|
10
10
|
keyTest?: ((event: React.KeyboardEvent | KeyboardEvent, appState: AppState, elements: readonly HellixitboardElement[], app: AppClassProperties) => boolean) | undefined;
|
|
11
11
|
};
|
|
12
|
-
export declare const actionChangeFillStyle: import("./types").Action<import("@
|
|
12
|
+
export declare const actionChangeFillStyle: import("./types").Action<import("@hellixit/element/types").FillStyle> & {
|
|
13
13
|
keyTest?: ((event: React.KeyboardEvent | KeyboardEvent, appState: AppState, elements: readonly HellixitboardElement[], app: AppClassProperties) => boolean) | undefined;
|
|
14
14
|
};
|
|
15
15
|
export declare const actionChangeStrokeWidth: import("./types").Action<number> & {
|
|
@@ -18,7 +18,7 @@ export declare const actionChangeStrokeWidth: import("./types").Action<number> &
|
|
|
18
18
|
export declare const actionChangeSloppiness: import("./types").Action<number> & {
|
|
19
19
|
keyTest?: ((event: React.KeyboardEvent | KeyboardEvent, appState: AppState, elements: readonly HellixitboardElement[], app: AppClassProperties) => boolean) | undefined;
|
|
20
20
|
};
|
|
21
|
-
export declare const actionChangeStrokeStyle: import("./types").Action<import("@
|
|
21
|
+
export declare const actionChangeStrokeStyle: import("./types").Action<import("@hellixit/element/types").StrokeStyle> & {
|
|
22
22
|
keyTest?: ((event: React.KeyboardEvent | KeyboardEvent, appState: AppState, elements: readonly HellixitboardElement[], app: AppClassProperties) => boolean) | undefined;
|
|
23
23
|
};
|
|
24
24
|
export declare const actionChangeOpacity: import("./types").Action<number> & {
|
|
@@ -32,7 +32,7 @@ export declare const actionDecreaseFontSize: {
|
|
|
32
32
|
label: string;
|
|
33
33
|
icon: import("react/jsx-runtime").JSX.Element;
|
|
34
34
|
trackEvent: false;
|
|
35
|
-
perform: (elements: readonly import("@
|
|
35
|
+
perform: (elements: readonly import("@hellixit/element/types").OrderedHellixitboardElement[], appState: Readonly<AppState>, value: unknown, app: AppClassProperties) => {
|
|
36
36
|
elements: HellixitboardElement[];
|
|
37
37
|
appState: {
|
|
38
38
|
currentItemFontSize: number;
|
|
@@ -45,22 +45,22 @@ export declare const actionDecreaseFontSize: {
|
|
|
45
45
|
isLoading: boolean;
|
|
46
46
|
errorMessage: React.ReactNode;
|
|
47
47
|
activeEmbeddable: {
|
|
48
|
-
element: import("@
|
|
48
|
+
element: import("@hellixit/element/types").NonDeletedHellixitboardElement;
|
|
49
49
|
state: "hover" | "active";
|
|
50
50
|
} | null;
|
|
51
|
-
newElement: import("@
|
|
52
|
-
resizingElement: import("@
|
|
53
|
-
multiElement: import("@
|
|
54
|
-
selectionElement: import("@
|
|
51
|
+
newElement: import("@hellixit/element/types").NonDeleted<import("@hellixit/element/types").HellixitboardNonSelectionElement> | null;
|
|
52
|
+
resizingElement: import("@hellixit/element/types").NonDeletedHellixitboardElement | null;
|
|
53
|
+
multiElement: import("@hellixit/element/types").NonDeleted<HellixitboardLinearElement> | null;
|
|
54
|
+
selectionElement: import("@hellixit/element/types").NonDeletedHellixitboardElement | null;
|
|
55
55
|
isBindingEnabled: boolean;
|
|
56
56
|
bindingPreference: "enabled" | "disabled";
|
|
57
57
|
isMidpointSnappingEnabled: boolean;
|
|
58
|
-
startBoundElement: import("@
|
|
58
|
+
startBoundElement: import("@hellixit/element/types").NonDeleted<HellixitboardBindableElement> | null;
|
|
59
59
|
suggestedBinding: {
|
|
60
|
-
element: import("@
|
|
61
|
-
midPoint?: import("@
|
|
60
|
+
element: import("@hellixit/element/types").NonDeleted<HellixitboardBindableElement>;
|
|
61
|
+
midPoint?: import("@hellixit/math").GlobalPoint;
|
|
62
62
|
} | null;
|
|
63
|
-
frameToHighlight: import("@
|
|
63
|
+
frameToHighlight: import("@hellixit/element/types").NonDeleted<import("@hellixit/element/types").HellixitboardFrameLikeElement> | null;
|
|
64
64
|
frameRendering: {
|
|
65
65
|
enabled: boolean;
|
|
66
66
|
name: boolean;
|
|
@@ -68,8 +68,8 @@ export declare const actionDecreaseFontSize: {
|
|
|
68
68
|
clip: boolean;
|
|
69
69
|
};
|
|
70
70
|
editingFrame: string | null;
|
|
71
|
-
elementsToHighlight: import("@
|
|
72
|
-
editingTextElement: import("@
|
|
71
|
+
elementsToHighlight: import("@hellixit/element/types").NonDeleted<HellixitboardElement>[] | null;
|
|
72
|
+
editingTextElement: import("@hellixit/element/types").NonDeletedHellixitboardElement | null;
|
|
73
73
|
activeTool: {
|
|
74
74
|
lastActiveTool: import("../types").ActiveTool | null;
|
|
75
75
|
locked: boolean;
|
|
@@ -97,7 +97,7 @@ export declare const actionDecreaseFontSize: {
|
|
|
97
97
|
currentItemStartArrowhead: Arrowhead | null;
|
|
98
98
|
currentItemEndArrowhead: Arrowhead | null;
|
|
99
99
|
currentHoveredFontFamily: FontFamilyValues | null;
|
|
100
|
-
currentItemRoundness: import("@
|
|
100
|
+
currentItemRoundness: import("@hellixit/element/types").StrokeRoundness;
|
|
101
101
|
currentItemArrowType: "sharp" | "round" | "elbow";
|
|
102
102
|
viewBackgroundColor: string;
|
|
103
103
|
scrollX: number;
|
|
@@ -132,7 +132,7 @@ export declare const actionDecreaseFontSize: {
|
|
|
132
132
|
rawText: string;
|
|
133
133
|
};
|
|
134
134
|
defaultSidebarDockedPreference: boolean;
|
|
135
|
-
lastPointerDownWith: import("@
|
|
135
|
+
lastPointerDownWith: import("@hellixit/element/types").PointerType;
|
|
136
136
|
selectedElementIds: Readonly<{
|
|
137
137
|
[id: string]: true;
|
|
138
138
|
}>;
|
|
@@ -150,7 +150,7 @@ export declare const actionDecreaseFontSize: {
|
|
|
150
150
|
duration?: number;
|
|
151
151
|
} | null;
|
|
152
152
|
zenModeEnabled: boolean;
|
|
153
|
-
theme: import("@
|
|
153
|
+
theme: import("@hellixit/element/types").Theme;
|
|
154
154
|
gridSize: number;
|
|
155
155
|
gridStep: number;
|
|
156
156
|
gridModeEnabled: boolean;
|
|
@@ -158,7 +158,7 @@ export declare const actionDecreaseFontSize: {
|
|
|
158
158
|
selectedGroupIds: {
|
|
159
159
|
[groupId: string]: boolean;
|
|
160
160
|
};
|
|
161
|
-
editingGroupId: import("@
|
|
161
|
+
editingGroupId: import("@hellixit/element/types").GroupId | null;
|
|
162
162
|
width: number;
|
|
163
163
|
height: number;
|
|
164
164
|
offsetTop: number;
|
|
@@ -189,7 +189,7 @@ export declare const actionDecreaseFontSize: {
|
|
|
189
189
|
lockedMultiSelections: {
|
|
190
190
|
[groupId: string]: true;
|
|
191
191
|
};
|
|
192
|
-
bindMode: import("@
|
|
192
|
+
bindMode: import("@hellixit/element/types").BindMode;
|
|
193
193
|
};
|
|
194
194
|
captureUpdate: "IMMEDIATELY";
|
|
195
195
|
};
|
|
@@ -202,7 +202,7 @@ export declare const actionIncreaseFontSize: {
|
|
|
202
202
|
label: string;
|
|
203
203
|
icon: import("react/jsx-runtime").JSX.Element;
|
|
204
204
|
trackEvent: false;
|
|
205
|
-
perform: (elements: readonly import("@
|
|
205
|
+
perform: (elements: readonly import("@hellixit/element/types").OrderedHellixitboardElement[], appState: Readonly<AppState>, value: unknown, app: AppClassProperties) => {
|
|
206
206
|
elements: HellixitboardElement[];
|
|
207
207
|
appState: {
|
|
208
208
|
currentItemFontSize: number;
|
|
@@ -215,22 +215,22 @@ export declare const actionIncreaseFontSize: {
|
|
|
215
215
|
isLoading: boolean;
|
|
216
216
|
errorMessage: React.ReactNode;
|
|
217
217
|
activeEmbeddable: {
|
|
218
|
-
element: import("@
|
|
218
|
+
element: import("@hellixit/element/types").NonDeletedHellixitboardElement;
|
|
219
219
|
state: "hover" | "active";
|
|
220
220
|
} | null;
|
|
221
|
-
newElement: import("@
|
|
222
|
-
resizingElement: import("@
|
|
223
|
-
multiElement: import("@
|
|
224
|
-
selectionElement: import("@
|
|
221
|
+
newElement: import("@hellixit/element/types").NonDeleted<import("@hellixit/element/types").HellixitboardNonSelectionElement> | null;
|
|
222
|
+
resizingElement: import("@hellixit/element/types").NonDeletedHellixitboardElement | null;
|
|
223
|
+
multiElement: import("@hellixit/element/types").NonDeleted<HellixitboardLinearElement> | null;
|
|
224
|
+
selectionElement: import("@hellixit/element/types").NonDeletedHellixitboardElement | null;
|
|
225
225
|
isBindingEnabled: boolean;
|
|
226
226
|
bindingPreference: "enabled" | "disabled";
|
|
227
227
|
isMidpointSnappingEnabled: boolean;
|
|
228
|
-
startBoundElement: import("@
|
|
228
|
+
startBoundElement: import("@hellixit/element/types").NonDeleted<HellixitboardBindableElement> | null;
|
|
229
229
|
suggestedBinding: {
|
|
230
|
-
element: import("@
|
|
231
|
-
midPoint?: import("@
|
|
230
|
+
element: import("@hellixit/element/types").NonDeleted<HellixitboardBindableElement>;
|
|
231
|
+
midPoint?: import("@hellixit/math").GlobalPoint;
|
|
232
232
|
} | null;
|
|
233
|
-
frameToHighlight: import("@
|
|
233
|
+
frameToHighlight: import("@hellixit/element/types").NonDeleted<import("@hellixit/element/types").HellixitboardFrameLikeElement> | null;
|
|
234
234
|
frameRendering: {
|
|
235
235
|
enabled: boolean;
|
|
236
236
|
name: boolean;
|
|
@@ -238,8 +238,8 @@ export declare const actionIncreaseFontSize: {
|
|
|
238
238
|
clip: boolean;
|
|
239
239
|
};
|
|
240
240
|
editingFrame: string | null;
|
|
241
|
-
elementsToHighlight: import("@
|
|
242
|
-
editingTextElement: import("@
|
|
241
|
+
elementsToHighlight: import("@hellixit/element/types").NonDeleted<HellixitboardElement>[] | null;
|
|
242
|
+
editingTextElement: import("@hellixit/element/types").NonDeletedHellixitboardElement | null;
|
|
243
243
|
activeTool: {
|
|
244
244
|
lastActiveTool: import("../types").ActiveTool | null;
|
|
245
245
|
locked: boolean;
|
|
@@ -267,7 +267,7 @@ export declare const actionIncreaseFontSize: {
|
|
|
267
267
|
currentItemStartArrowhead: Arrowhead | null;
|
|
268
268
|
currentItemEndArrowhead: Arrowhead | null;
|
|
269
269
|
currentHoveredFontFamily: FontFamilyValues | null;
|
|
270
|
-
currentItemRoundness: import("@
|
|
270
|
+
currentItemRoundness: import("@hellixit/element/types").StrokeRoundness;
|
|
271
271
|
currentItemArrowType: "sharp" | "round" | "elbow";
|
|
272
272
|
viewBackgroundColor: string;
|
|
273
273
|
scrollX: number;
|
|
@@ -302,7 +302,7 @@ export declare const actionIncreaseFontSize: {
|
|
|
302
302
|
rawText: string;
|
|
303
303
|
};
|
|
304
304
|
defaultSidebarDockedPreference: boolean;
|
|
305
|
-
lastPointerDownWith: import("@
|
|
305
|
+
lastPointerDownWith: import("@hellixit/element/types").PointerType;
|
|
306
306
|
selectedElementIds: Readonly<{
|
|
307
307
|
[id: string]: true;
|
|
308
308
|
}>;
|
|
@@ -320,7 +320,7 @@ export declare const actionIncreaseFontSize: {
|
|
|
320
320
|
duration?: number;
|
|
321
321
|
} | null;
|
|
322
322
|
zenModeEnabled: boolean;
|
|
323
|
-
theme: import("@
|
|
323
|
+
theme: import("@hellixit/element/types").Theme;
|
|
324
324
|
gridSize: number;
|
|
325
325
|
gridStep: number;
|
|
326
326
|
gridModeEnabled: boolean;
|
|
@@ -328,7 +328,7 @@ export declare const actionIncreaseFontSize: {
|
|
|
328
328
|
selectedGroupIds: {
|
|
329
329
|
[groupId: string]: boolean;
|
|
330
330
|
};
|
|
331
|
-
editingGroupId: import("@
|
|
331
|
+
editingGroupId: import("@hellixit/element/types").GroupId | null;
|
|
332
332
|
width: number;
|
|
333
333
|
height: number;
|
|
334
334
|
offsetTop: number;
|
|
@@ -359,7 +359,7 @@ export declare const actionIncreaseFontSize: {
|
|
|
359
359
|
lockedMultiSelections: {
|
|
360
360
|
[groupId: string]: true;
|
|
361
361
|
};
|
|
362
|
-
bindMode: import("@
|
|
362
|
+
bindMode: import("@hellixit/element/types").BindMode;
|
|
363
363
|
};
|
|
364
364
|
captureUpdate: "IMMEDIATELY";
|
|
365
365
|
};
|
|
@@ -392,7 +392,7 @@ export declare const actionChangeArrowProperties: {
|
|
|
392
392
|
name: "changeArrowProperties";
|
|
393
393
|
label: string;
|
|
394
394
|
trackEvent: false;
|
|
395
|
-
perform: (elements: readonly import("@
|
|
395
|
+
perform: (elements: readonly import("@hellixit/element/types").OrderedHellixitboardElement[], appState: Readonly<AppState>, value: unknown, app: AppClassProperties) => false;
|
|
396
396
|
PanelComponent: ({ elements, appState, updateData, app, renderAction }: import("./types").PanelComponentProps) => import("react/jsx-runtime").JSX.Element;
|
|
397
397
|
} & {
|
|
398
398
|
keyTest?: undefined;
|