@hellixit/hellixitboard 0.1.2 → 0.1.3
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-QHHZVMH3.js → chunk-FWD6V37R.js} +3 -3
- package/dist/prod/chunk-LMRTGTGG.js +4 -0
- package/dist/prod/chunk-RB2IDBVE.js +7 -0
- package/dist/prod/components/TTDDialog/{CodeMirrorEditor-MJK6LQ6P.js → CodeMirrorEditor-ERTLCS7Z.js} +1 -1
- package/dist/prod/data/image-UDSDQWVP.js +1 -0
- package/dist/prod/fonts/DancingScript/DancingScript-Regular-Latin.woff2 +0 -0
- package/dist/prod/fonts/DancingScript/DancingScript-Regular-LatinExt.woff2 +0 -0
- package/dist/prod/fonts/DancingScript/DancingScript-Regular-Vietnamese.woff2 +0 -0
- package/dist/prod/fonts/Lobster/Lobster-Regular-Cyrillic.woff2 +0 -0
- package/dist/prod/fonts/Lobster/Lobster-Regular-CyrillicExt.woff2 +0 -0
- package/dist/prod/fonts/Lobster/Lobster-Regular-Latin.woff2 +0 -0
- package/dist/prod/fonts/Lobster/Lobster-Regular-LatinExt.woff2 +0 -0
- package/dist/prod/fonts/Lobster/Lobster-Regular-Vietnamese.woff2 +0 -0
- package/dist/prod/fonts/Merriweather/Merriweather-Regular-Cyrillic.woff2 +0 -0
- package/dist/prod/fonts/Merriweather/Merriweather-Regular-CyrillicExt.woff2 +0 -0
- package/dist/prod/fonts/Merriweather/Merriweather-Regular-Latin.woff2 +0 -0
- package/dist/prod/fonts/Merriweather/Merriweather-Regular-LatinExt.woff2 +0 -0
- package/dist/prod/fonts/Merriweather/Merriweather-Regular-Vietnamese.woff2 +0 -0
- package/dist/prod/fonts/Pacifico/Pacifico-Regular-Cyrillic.woff2 +0 -0
- package/dist/prod/fonts/Pacifico/Pacifico-Regular-CyrillicExt.woff2 +0 -0
- package/dist/prod/fonts/Pacifico/Pacifico-Regular-Latin.woff2 +0 -0
- package/dist/prod/fonts/Pacifico/Pacifico-Regular-LatinExt.woff2 +0 -0
- package/dist/prod/fonts/Pacifico/Pacifico-Regular-Vietnamese.woff2 +0 -0
- package/dist/prod/fonts/PlayfairDisplay/PlayfairDisplay-Regular-Cyrillic.woff2 +0 -0
- package/dist/prod/fonts/PlayfairDisplay/PlayfairDisplay-Regular-Latin.woff2 +0 -0
- package/dist/prod/fonts/PlayfairDisplay/PlayfairDisplay-Regular-LatinExt.woff2 +0 -0
- package/dist/prod/fonts/PlayfairDisplay/PlayfairDisplay-Regular-Vietnamese.woff2 +0 -0
- package/dist/prod/fonts/Righteous/Righteous-Regular-Latin.woff2 +0 -0
- package/dist/prod/fonts/Righteous/Righteous-Regular-LatinExt.woff2 +0 -0
- package/dist/prod/index.css +1 -1
- package/dist/prod/index.js +27 -27
- package/dist/prod/locales/en-SLCFPWUZ.js +1 -0
- package/dist/prod/subset-shared.chunk.js +1 -1
- package/dist/prod/subset-worker.chunk.js +1 -1
- package/dist/types/common/src/constants.d.ts +10 -4
- package/dist/types/common/src/keys.d.ts +2 -0
- package/dist/types/element/src/renderElement.d.ts +1 -0
- package/dist/types/hellixitboard/actions/actionAddToLibrary.d.ts +6 -0
- package/dist/types/hellixitboard/actions/actionBoundText.d.ts +4 -0
- package/dist/types/hellixitboard/actions/actionCanvas.d.ts +24 -0
- package/dist/types/hellixitboard/actions/actionClipboard.d.ts +4 -0
- package/dist/types/hellixitboard/actions/actionCropEditor.d.ts +2 -0
- package/dist/types/hellixitboard/actions/actionDeleteSelected.d.ts +6 -0
- package/dist/types/hellixitboard/actions/actionElementLink.d.ts +2 -0
- package/dist/types/hellixitboard/actions/actionElementLock.d.ts +4 -0
- package/dist/types/hellixitboard/actions/actionEmbeddable.d.ts +2 -0
- package/dist/types/hellixitboard/actions/actionExport.d.ts +4 -0
- package/dist/types/hellixitboard/actions/actionFrame.d.ts +8 -0
- package/dist/types/hellixitboard/actions/actionGroup.d.ts +4 -0
- package/dist/types/hellixitboard/actions/actionLinearEditor.d.ts +2 -0
- package/dist/types/hellixitboard/actions/actionLink.d.ts +2 -0
- package/dist/types/hellixitboard/actions/actionMenu.d.ts +2 -0
- package/dist/types/hellixitboard/actions/actionPresentation.d.ts +336 -0
- package/dist/types/hellixitboard/actions/actionProperties.d.ts +4 -0
- package/dist/types/hellixitboard/actions/actionSelectAll.d.ts +2 -0
- package/dist/types/hellixitboard/actions/actionStackToScale.d.ts +173 -0
- package/dist/types/hellixitboard/actions/actionStyles.d.ts +2 -0
- package/dist/types/hellixitboard/actions/actionToggleArrowBinding.d.ts +2 -0
- package/dist/types/hellixitboard/actions/actionToggleGridMode.d.ts +2 -0
- package/dist/types/hellixitboard/actions/actionToggleMidpointSnapping.d.ts +2 -0
- package/dist/types/hellixitboard/actions/actionToggleObjectsSnapMode.d.ts +2 -0
- package/dist/types/hellixitboard/actions/actionToggleSearchMenu.d.ts +2 -0
- package/dist/types/hellixitboard/actions/actionToggleStats.d.ts +2 -0
- package/dist/types/hellixitboard/actions/actionToggleViewMode.d.ts +2 -0
- package/dist/types/hellixitboard/actions/actionToggleZenMode.d.ts +2 -0
- package/dist/types/hellixitboard/actions/index.d.ts +2 -0
- package/dist/types/hellixitboard/actions/types.d.ts +1 -1
- package/dist/types/hellixitboard/components/Actions.d.ts +2 -1
- package/dist/types/hellixitboard/components/App.d.ts +1 -1
- package/dist/types/hellixitboard/components/FontPicker/FontPicker.d.ts +2 -7
- package/dist/types/hellixitboard/components/FontPicker/fontPickerConstants.d.ts +6 -0
- package/dist/types/hellixitboard/components/ImageExportDialog.d.ts +4 -1
- package/dist/types/hellixitboard/components/PresentationOverlay.d.ts +10 -0
- package/dist/types/hellixitboard/components/dropdownMenu/dropdownMenuUtils.d.ts +4 -4
- package/dist/types/hellixitboard/components/footer/Footer.d.ts +2 -1
- package/dist/types/hellixitboard/data/blob.d.ts +5 -1
- package/dist/types/hellixitboard/data/json.d.ts +2 -0
- package/dist/types/hellixitboard/data/library.d.ts +1 -1
- package/dist/types/hellixitboard/fonts/DancingScript/index.d.ts +2 -0
- package/dist/types/hellixitboard/fonts/{Excalifont → Hellixfont}/index.d.ts +1 -1
- package/dist/types/hellixitboard/fonts/Lobster/index.d.ts +2 -0
- package/dist/types/hellixitboard/fonts/Merriweather/index.d.ts +2 -0
- package/dist/types/hellixitboard/fonts/Pacifico/index.d.ts +2 -0
- package/dist/types/hellixitboard/fonts/PlayfairDisplay/index.d.ts +2 -0
- package/dist/types/hellixitboard/fonts/Righteous/index.d.ts +2 -0
- package/dist/types/hellixitboard/types.d.ts +3 -0
- package/package.json +1 -1
- package/dist/prod/chunk-IGUB3U7T.js +0 -4
- package/dist/prod/chunk-SHLNM5GH.js +0 -7
- package/dist/prod/data/image-WXEFXRM6.js +0 -1
- package/dist/prod/locales/en-MFJ6PZDC.js +0 -1
- /package/dist/prod/fonts/{Excalifont/Excalifont-Regular-b9dcf9d2e50a1eaf42fc664b50a3fd0d.woff2 → Hellixfont/Hellixfont-Regular-Cyrillic.woff2} +0 -0
- /package/dist/prod/fonts/{Excalifont/Excalifont-Regular-349fac6ca4700ffec595a7150a0d1e1d.woff2 → Hellixfont/Hellixfont-Regular-CyrillicExt.woff2} +0 -0
- /package/dist/prod/fonts/{Excalifont/Excalifont-Regular-623ccf21b21ef6b3a0d87738f77eb071.woff2 → Hellixfont/Hellixfont-Regular-Diacritics.woff2} +0 -0
- /package/dist/prod/fonts/{Excalifont/Excalifont-Regular-41b173a47b57366892116a575a43e2b6.woff2 → Hellixfont/Hellixfont-Regular-Greek.woff2} +0 -0
- /package/dist/prod/fonts/{Excalifont/Excalifont-Regular-a88b72a24fb54c9f94e3b5fdaa7481c9.woff2 → Hellixfont/Hellixfont-Regular-Latin.woff2} +0 -0
- /package/dist/prod/fonts/{Excalifont/Excalifont-Regular-be310b9bcd4f1a43f571c46df7809174.woff2 → Hellixfont/Hellixfont-Regular-LatinExt.woff2} +0 -0
- /package/dist/prod/fonts/{Excalifont/Excalifont-Regular-3f2c5db56cc93c5a6873b1361d730c16.woff2 → Hellixfont/Hellixfont-Regular-Special.woff2} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z}from"../chunk-FWD6V37R.js";import"../chunk-SRAX5OIU.js";export{f as alerts,e as buttons,l as canvasError,H as chat,t as clearCanvasDialog,D as colorPicker,B as colors,L as commandPalette,w as confirmDialog,O as default,i as element,b as elementLink,y as encrypted,p as errorDialog,m as errorSplash,g as errors,r as exportDialog,J as fontList,j as headings,s as helpDialog,k as hints,x as imageExportDialog,M as keys,a as labels,c as library,F as mermaid,E as overwriteConfirm,N as presentation,q as progressDialog,u as publishDialog,v as publishSuccessDialog,I as quickSearch,o as roomDialog,d as search,n as shareDialog,z as stats,A as toast,h as toolBar,G as ttd,K as userList,C as welcomeScreen};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{a,b,c,d}from"./chunk-Z5NKEFVG.js";import"./chunk-
|
|
1
|
+
import{a,b,c,d}from"./chunk-Z5NKEFVG.js";import"./chunk-RB2IDBVE.js";import"./chunk-SRAX5OIU.js";export{a as Commands,b as subsetToBase64,c as subsetToBinary,d as toBase64};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{a as r,c as t}from"./chunk-Z5NKEFVG.js";import"./chunk-
|
|
1
|
+
import{a as r,c as t}from"./chunk-Z5NKEFVG.js";import"./chunk-RB2IDBVE.js";import"./chunk-SRAX5OIU.js";var s=import.meta.url?new URL(import.meta.url):void 0;typeof window>"u"&&typeof self<"u"&&(self.onmessage=async e=>{switch(e.data.command){case r.Subset:let a=await t(e.data.arrayBuffer,e.data.codePoints);self.postMessage(a,{transfer:[a]});break}});export{s as WorkerUrl};
|
|
@@ -107,12 +107,18 @@ export declare const FONT_FAMILY: {
|
|
|
107
107
|
Virgil: number;
|
|
108
108
|
Helvetica: number;
|
|
109
109
|
Cascadia: number;
|
|
110
|
-
|
|
110
|
+
Hellixfont: number;
|
|
111
111
|
Nunito: number;
|
|
112
112
|
"Lilita One": number;
|
|
113
113
|
"Comic Shanns": number;
|
|
114
114
|
"Liberation Sans": number;
|
|
115
115
|
Assistant: number;
|
|
116
|
+
Pacifico: number;
|
|
117
|
+
"Dancing Script": number;
|
|
118
|
+
"Playfair Display": number;
|
|
119
|
+
Lobster: number;
|
|
120
|
+
Righteous: number;
|
|
121
|
+
Merriweather: number;
|
|
116
122
|
};
|
|
117
123
|
export declare const SANS_SERIF_GENERIC_FONT = "sans-serif";
|
|
118
124
|
export declare const MONOSPACE_GENERIC_FONT = "monospace";
|
|
@@ -179,7 +185,7 @@ export declare const STRING_MIME_TYPES: {
|
|
|
179
185
|
readonly text: "text/plain";
|
|
180
186
|
readonly html: "text/html";
|
|
181
187
|
readonly json: "application/json";
|
|
182
|
-
readonly hellixitboard: "application/vnd.
|
|
188
|
+
readonly hellixitboard: "application/vnd.hellixitboard+json";
|
|
183
189
|
readonly hellixitlib: "application/vnd.hellixitboardlib+json";
|
|
184
190
|
readonly hellixitboardClipboard: "application/vnd.hellixitboard.clipboard+json";
|
|
185
191
|
readonly hellixitboardlib: "application/vnd.hellixitboardlib+json";
|
|
@@ -201,7 +207,7 @@ export declare const MIME_TYPES: {
|
|
|
201
207
|
readonly text: "text/plain";
|
|
202
208
|
readonly html: "text/html";
|
|
203
209
|
readonly json: "application/json";
|
|
204
|
-
readonly hellixitboard: "application/vnd.
|
|
210
|
+
readonly hellixitboard: "application/vnd.hellixitboard+json";
|
|
205
211
|
readonly hellixitlib: "application/vnd.hellixitboardlib+json";
|
|
206
212
|
readonly hellixitboardClipboard: "application/vnd.hellixitboard.clipboard+json";
|
|
207
213
|
readonly hellixitboardlib: "application/vnd.hellixitboardlib+json";
|
|
@@ -319,7 +325,7 @@ export declare const TOOL_TYPE: {
|
|
|
319
325
|
};
|
|
320
326
|
export declare const EDITOR_LS_KEYS: {
|
|
321
327
|
readonly OAI_API_KEY: "hellixitboard-oai-api-key";
|
|
322
|
-
readonly MERMAID_TO_HELLIXITBOARD: "mermaid-to-
|
|
328
|
+
readonly MERMAID_TO_HELLIXITBOARD: "mermaid-to-hellixitboard";
|
|
323
329
|
readonly PUBLISH_LIBRARY: "publish-library-data";
|
|
324
330
|
};
|
|
325
331
|
/**
|
|
@@ -64,6 +64,7 @@ export declare const KEYS: {
|
|
|
64
64
|
readonly X: "x";
|
|
65
65
|
readonly Y: "y";
|
|
66
66
|
readonly Z: "z";
|
|
67
|
+
readonly J: "j";
|
|
67
68
|
readonly K: "k";
|
|
68
69
|
readonly W: "w";
|
|
69
70
|
readonly 0: "0";
|
|
@@ -119,6 +120,7 @@ export declare const KeyCodeMap: Map<ValueOf<{
|
|
|
119
120
|
readonly X: "x";
|
|
120
121
|
readonly Y: "y";
|
|
121
122
|
readonly Z: "z";
|
|
123
|
+
readonly J: "j";
|
|
122
124
|
readonly K: "k";
|
|
123
125
|
readonly W: "w";
|
|
124
126
|
readonly 0: "0";
|
|
@@ -17,6 +17,7 @@ export interface HellixitboardElementWithCanvas {
|
|
|
17
17
|
imageCrop: HellixitboardImageElement["crop"] | null;
|
|
18
18
|
containingFrameOpacity: number;
|
|
19
19
|
boundTextCanvas: HTMLCanvasElement;
|
|
20
|
+
animationType: string | undefined;
|
|
20
21
|
}
|
|
21
22
|
export declare const DEFAULT_LINK_SIZE = 14;
|
|
22
23
|
export declare const elementWithCanvasCache: WeakMap<HellixitboardElement, HellixitboardElementWithCanvas>;
|
|
@@ -119,6 +119,8 @@ export declare const actionAddToLibrary: {
|
|
|
119
119
|
selectedElementsAreBeingDragged: boolean;
|
|
120
120
|
shouldCacheIgnoreZoom: boolean;
|
|
121
121
|
zenModeEnabled: boolean;
|
|
122
|
+
presentationMode: boolean;
|
|
123
|
+
presentationFrameIndex: number;
|
|
122
124
|
theme: import("@hellixit/element/types").Theme;
|
|
123
125
|
gridSize: number;
|
|
124
126
|
gridStep: number;
|
|
@@ -278,6 +280,8 @@ export declare const actionAddToLibrary: {
|
|
|
278
280
|
duration?: number;
|
|
279
281
|
} | null;
|
|
280
282
|
zenModeEnabled: boolean;
|
|
283
|
+
presentationMode: boolean;
|
|
284
|
+
presentationFrameIndex: number;
|
|
281
285
|
theme: import("@hellixit/element/types").Theme;
|
|
282
286
|
gridSize: number;
|
|
283
287
|
gridStep: number;
|
|
@@ -437,6 +441,8 @@ export declare const actionAddToLibrary: {
|
|
|
437
441
|
duration?: number;
|
|
438
442
|
} | null;
|
|
439
443
|
zenModeEnabled: boolean;
|
|
444
|
+
presentationMode: boolean;
|
|
445
|
+
presentationFrameIndex: number;
|
|
440
446
|
theme: import("@hellixit/element/types").Theme;
|
|
441
447
|
gridSize: number;
|
|
442
448
|
gridStep: number;
|
|
@@ -141,6 +141,8 @@ export declare const actionBindText: {
|
|
|
141
141
|
duration?: number;
|
|
142
142
|
} | null;
|
|
143
143
|
zenModeEnabled: boolean;
|
|
144
|
+
presentationMode: boolean;
|
|
145
|
+
presentationFrameIndex: number;
|
|
144
146
|
theme: import("@hellixit/element/types").Theme;
|
|
145
147
|
gridSize: number;
|
|
146
148
|
gridStep: number;
|
|
@@ -312,6 +314,8 @@ export declare const actionWrapTextInContainer: {
|
|
|
312
314
|
duration?: number;
|
|
313
315
|
} | null;
|
|
314
316
|
zenModeEnabled: boolean;
|
|
317
|
+
presentationMode: boolean;
|
|
318
|
+
presentationFrameIndex: number;
|
|
315
319
|
theme: import("@hellixit/element/types").Theme;
|
|
316
320
|
gridSize: number;
|
|
317
321
|
gridStep: number;
|
|
@@ -155,6 +155,8 @@ export declare const actionClearCanvas: {
|
|
|
155
155
|
closable?: boolean;
|
|
156
156
|
duration?: number;
|
|
157
157
|
} | null;
|
|
158
|
+
presentationMode: boolean;
|
|
159
|
+
presentationFrameIndex: number;
|
|
158
160
|
fileHandle: FileSystemFileHandle | null;
|
|
159
161
|
showHyperlinkPopup: false | "info" | "editor";
|
|
160
162
|
originSnapOffset: {
|
|
@@ -301,6 +303,8 @@ export declare const actionZoomIn: {
|
|
|
301
303
|
duration?: number;
|
|
302
304
|
} | null;
|
|
303
305
|
zenModeEnabled: boolean;
|
|
306
|
+
presentationMode: boolean;
|
|
307
|
+
presentationFrameIndex: number;
|
|
304
308
|
theme: import("@hellixit/element/types").Theme;
|
|
305
309
|
gridSize: number;
|
|
306
310
|
gridStep: number;
|
|
@@ -476,6 +480,8 @@ export declare const actionZoomOut: {
|
|
|
476
480
|
duration?: number;
|
|
477
481
|
} | null;
|
|
478
482
|
zenModeEnabled: boolean;
|
|
483
|
+
presentationMode: boolean;
|
|
484
|
+
presentationFrameIndex: number;
|
|
479
485
|
theme: import("@hellixit/element/types").Theme;
|
|
480
486
|
gridSize: number;
|
|
481
487
|
gridStep: number;
|
|
@@ -651,6 +657,8 @@ export declare const actionResetZoom: {
|
|
|
651
657
|
duration?: number;
|
|
652
658
|
} | null;
|
|
653
659
|
zenModeEnabled: boolean;
|
|
660
|
+
presentationMode: boolean;
|
|
661
|
+
presentationFrameIndex: number;
|
|
654
662
|
theme: import("@hellixit/element/types").Theme;
|
|
655
663
|
gridSize: number;
|
|
656
664
|
gridStep: number;
|
|
@@ -827,6 +835,8 @@ export declare const zoomToFitBounds: ({ bounds, appState, canvasOffsets, fitToV
|
|
|
827
835
|
duration?: number;
|
|
828
836
|
} | null;
|
|
829
837
|
zenModeEnabled: boolean;
|
|
838
|
+
presentationMode: boolean;
|
|
839
|
+
presentationFrameIndex: number;
|
|
830
840
|
theme: import("@hellixit/element/types").Theme;
|
|
831
841
|
gridSize: number;
|
|
832
842
|
gridStep: number;
|
|
@@ -999,6 +1009,8 @@ export declare const zoomToFit: ({ canvasOffsets, targetElements, appState, fitT
|
|
|
999
1009
|
duration?: number;
|
|
1000
1010
|
} | null;
|
|
1001
1011
|
zenModeEnabled: boolean;
|
|
1012
|
+
presentationMode: boolean;
|
|
1013
|
+
presentationFrameIndex: number;
|
|
1002
1014
|
theme: import("@hellixit/element/types").Theme;
|
|
1003
1015
|
gridSize: number;
|
|
1004
1016
|
gridStep: number;
|
|
@@ -1168,6 +1180,8 @@ export declare const actionZoomToFitSelectionInViewport: {
|
|
|
1168
1180
|
duration?: number;
|
|
1169
1181
|
} | null;
|
|
1170
1182
|
zenModeEnabled: boolean;
|
|
1183
|
+
presentationMode: boolean;
|
|
1184
|
+
presentationFrameIndex: number;
|
|
1171
1185
|
theme: import("@hellixit/element/types").Theme;
|
|
1172
1186
|
gridSize: number;
|
|
1173
1187
|
gridStep: number;
|
|
@@ -1341,6 +1355,8 @@ export declare const actionZoomToFitSelection: {
|
|
|
1341
1355
|
duration?: number;
|
|
1342
1356
|
} | null;
|
|
1343
1357
|
zenModeEnabled: boolean;
|
|
1358
|
+
presentationMode: boolean;
|
|
1359
|
+
presentationFrameIndex: number;
|
|
1344
1360
|
theme: import("@hellixit/element/types").Theme;
|
|
1345
1361
|
gridSize: number;
|
|
1346
1362
|
gridStep: number;
|
|
@@ -1515,6 +1531,8 @@ export declare const actionZoomToFit: {
|
|
|
1515
1531
|
duration?: number;
|
|
1516
1532
|
} | null;
|
|
1517
1533
|
zenModeEnabled: boolean;
|
|
1534
|
+
presentationMode: boolean;
|
|
1535
|
+
presentationFrameIndex: number;
|
|
1518
1536
|
theme: import("@hellixit/element/types").Theme;
|
|
1519
1537
|
gridSize: number;
|
|
1520
1538
|
gridStep: number;
|
|
@@ -1684,6 +1702,8 @@ export declare const actionToggleEraserTool: {
|
|
|
1684
1702
|
duration?: number;
|
|
1685
1703
|
} | null;
|
|
1686
1704
|
zenModeEnabled: boolean;
|
|
1705
|
+
presentationMode: boolean;
|
|
1706
|
+
presentationFrameIndex: number;
|
|
1687
1707
|
theme: import("@hellixit/element/types").Theme;
|
|
1688
1708
|
gridSize: number;
|
|
1689
1709
|
gridStep: number;
|
|
@@ -1849,6 +1869,8 @@ export declare const actionToggleLassoTool: {
|
|
|
1849
1869
|
duration?: number;
|
|
1850
1870
|
} | null;
|
|
1851
1871
|
zenModeEnabled: boolean;
|
|
1872
|
+
presentationMode: boolean;
|
|
1873
|
+
presentationFrameIndex: number;
|
|
1852
1874
|
theme: import("@hellixit/element/types").Theme;
|
|
1853
1875
|
gridSize: number;
|
|
1854
1876
|
gridStep: number;
|
|
@@ -2013,6 +2035,8 @@ export declare const actionToggleHandTool: {
|
|
|
2013
2035
|
duration?: number;
|
|
2014
2036
|
} | null;
|
|
2015
2037
|
zenModeEnabled: boolean;
|
|
2038
|
+
presentationMode: boolean;
|
|
2039
|
+
presentationFrameIndex: number;
|
|
2016
2040
|
theme: import("@hellixit/element/types").Theme;
|
|
2017
2041
|
gridSize: number;
|
|
2018
2042
|
gridStep: number;
|
|
@@ -125,6 +125,8 @@ export declare const actionPaste: {
|
|
|
125
125
|
duration?: number;
|
|
126
126
|
} | null;
|
|
127
127
|
zenModeEnabled: boolean;
|
|
128
|
+
presentationMode: boolean;
|
|
129
|
+
presentationFrameIndex: number;
|
|
128
130
|
theme: import("@hellixit/element/types").Theme;
|
|
129
131
|
gridSize: number;
|
|
130
132
|
gridStep: number;
|
|
@@ -334,6 +336,8 @@ export declare const actionCopyAsPng: {
|
|
|
334
336
|
duration?: number;
|
|
335
337
|
} | null;
|
|
336
338
|
zenModeEnabled: boolean;
|
|
339
|
+
presentationMode: boolean;
|
|
340
|
+
presentationFrameIndex: number;
|
|
337
341
|
theme: import("@hellixit/element/types").Theme;
|
|
338
342
|
gridSize: number;
|
|
339
343
|
gridStep: number;
|
|
@@ -126,6 +126,8 @@ export declare const actionToggleCropEditor: {
|
|
|
126
126
|
duration?: number;
|
|
127
127
|
} | null;
|
|
128
128
|
zenModeEnabled: boolean;
|
|
129
|
+
presentationMode: boolean;
|
|
130
|
+
presentationFrameIndex: number;
|
|
129
131
|
theme: import("@hellixit/element/types").Theme;
|
|
130
132
|
gridSize: number;
|
|
131
133
|
gridStep: number;
|
|
@@ -127,6 +127,8 @@ export declare const actionDeleteSelected: {
|
|
|
127
127
|
duration?: number;
|
|
128
128
|
} | null;
|
|
129
129
|
zenModeEnabled: boolean;
|
|
130
|
+
presentationMode: boolean;
|
|
131
|
+
presentationFrameIndex: number;
|
|
130
132
|
theme: import("@hellixit/element/types").Theme;
|
|
131
133
|
gridSize: number;
|
|
132
134
|
gridStep: number;
|
|
@@ -319,6 +321,8 @@ export declare const actionDeleteSelected: {
|
|
|
319
321
|
duration?: number;
|
|
320
322
|
} | null;
|
|
321
323
|
zenModeEnabled: boolean;
|
|
324
|
+
presentationMode: boolean;
|
|
325
|
+
presentationFrameIndex: number;
|
|
322
326
|
theme: import("@hellixit/element/types").Theme;
|
|
323
327
|
gridSize: number;
|
|
324
328
|
gridStep: number;
|
|
@@ -476,6 +480,8 @@ export declare const actionDeleteSelected: {
|
|
|
476
480
|
duration?: number;
|
|
477
481
|
} | null;
|
|
478
482
|
zenModeEnabled: boolean;
|
|
483
|
+
presentationMode: boolean;
|
|
484
|
+
presentationFrameIndex: number;
|
|
479
485
|
theme: import("@hellixit/element/types").Theme;
|
|
480
486
|
gridSize: number;
|
|
481
487
|
gridStep: number;
|
|
@@ -138,6 +138,8 @@ export declare const actionLinkToElement: {
|
|
|
138
138
|
duration?: number;
|
|
139
139
|
} | null;
|
|
140
140
|
zenModeEnabled: boolean;
|
|
141
|
+
presentationMode: boolean;
|
|
142
|
+
presentationFrameIndex: number;
|
|
141
143
|
theme: import("@hellixit/element/types").Theme;
|
|
142
144
|
gridSize: number;
|
|
143
145
|
gridStep: number;
|
|
@@ -134,6 +134,8 @@ export declare const actionToggleElementLock: {
|
|
|
134
134
|
duration?: number;
|
|
135
135
|
} | null;
|
|
136
136
|
zenModeEnabled: boolean;
|
|
137
|
+
presentationMode: boolean;
|
|
138
|
+
presentationFrameIndex: number;
|
|
137
139
|
theme: import("@hellixit/element/types").Theme;
|
|
138
140
|
gridSize: number;
|
|
139
141
|
gridStep: number;
|
|
@@ -304,6 +306,8 @@ export declare const actionUnlockAllElements: {
|
|
|
304
306
|
duration?: number;
|
|
305
307
|
} | null;
|
|
306
308
|
zenModeEnabled: boolean;
|
|
309
|
+
presentationMode: boolean;
|
|
310
|
+
presentationFrameIndex: number;
|
|
307
311
|
theme: import("@hellixit/element/types").Theme;
|
|
308
312
|
gridSize: number;
|
|
309
313
|
gridStep: number;
|
|
@@ -123,6 +123,8 @@ export declare const actionSetEmbeddableAsActiveTool: {
|
|
|
123
123
|
duration?: number;
|
|
124
124
|
} | null;
|
|
125
125
|
zenModeEnabled: boolean;
|
|
126
|
+
presentationMode: boolean;
|
|
127
|
+
presentationFrameIndex: number;
|
|
126
128
|
theme: import("@hellixit/element/types").Theme;
|
|
127
129
|
gridSize: number;
|
|
128
130
|
gridStep: number;
|
|
@@ -215,6 +215,8 @@ export declare const actionLoadScene: {
|
|
|
215
215
|
closable?: boolean;
|
|
216
216
|
duration?: number;
|
|
217
217
|
} | null;
|
|
218
|
+
presentationMode: boolean;
|
|
219
|
+
presentationFrameIndex: number;
|
|
218
220
|
gridStep: number;
|
|
219
221
|
gridModeEnabled: boolean;
|
|
220
222
|
fileHandle: FileSystemFileHandle | null;
|
|
@@ -354,6 +356,8 @@ export declare const actionLoadScene: {
|
|
|
354
356
|
duration?: number;
|
|
355
357
|
} | null;
|
|
356
358
|
zenModeEnabled: boolean;
|
|
359
|
+
presentationMode: boolean;
|
|
360
|
+
presentationFrameIndex: number;
|
|
357
361
|
theme: Theme;
|
|
358
362
|
gridSize: number;
|
|
359
363
|
gridStep: number;
|
|
@@ -122,6 +122,8 @@ export declare const actionSelectAllElementsInFrame: {
|
|
|
122
122
|
duration?: number;
|
|
123
123
|
} | null;
|
|
124
124
|
zenModeEnabled: boolean;
|
|
125
|
+
presentationMode: boolean;
|
|
126
|
+
presentationFrameIndex: number;
|
|
125
127
|
theme: import("@hellixit/element/types").Theme;
|
|
126
128
|
gridSize: number;
|
|
127
129
|
gridStep: number;
|
|
@@ -297,6 +299,8 @@ export declare const actionRemoveAllElementsFromFrame: {
|
|
|
297
299
|
duration?: number;
|
|
298
300
|
} | null;
|
|
299
301
|
zenModeEnabled: boolean;
|
|
302
|
+
presentationMode: boolean;
|
|
303
|
+
presentationFrameIndex: number;
|
|
300
304
|
theme: import("@hellixit/element/types").Theme;
|
|
301
305
|
gridSize: number;
|
|
302
306
|
gridStep: number;
|
|
@@ -473,6 +477,8 @@ export declare const actionupdateFrameRendering: {
|
|
|
473
477
|
duration?: number;
|
|
474
478
|
} | null;
|
|
475
479
|
zenModeEnabled: boolean;
|
|
480
|
+
presentationMode: boolean;
|
|
481
|
+
presentationFrameIndex: number;
|
|
476
482
|
theme: import("@hellixit/element/types").Theme;
|
|
477
483
|
gridSize: number;
|
|
478
484
|
gridStep: number;
|
|
@@ -646,6 +652,8 @@ export declare const actionSetFrameAsActiveTool: {
|
|
|
646
652
|
duration?: number;
|
|
647
653
|
} | null;
|
|
648
654
|
zenModeEnabled: boolean;
|
|
655
|
+
presentationMode: boolean;
|
|
656
|
+
presentationFrameIndex: number;
|
|
649
657
|
theme: import("@hellixit/element/types").Theme;
|
|
650
658
|
gridSize: number;
|
|
651
659
|
gridStep: number;
|
|
@@ -128,6 +128,8 @@ export declare const actionGroup: {
|
|
|
128
128
|
duration?: number;
|
|
129
129
|
} | null;
|
|
130
130
|
zenModeEnabled: boolean;
|
|
131
|
+
presentationMode: boolean;
|
|
132
|
+
presentationFrameIndex: number;
|
|
131
133
|
theme: import("@hellixit/element/types").Theme;
|
|
132
134
|
gridSize: number;
|
|
133
135
|
gridStep: number;
|
|
@@ -302,6 +304,8 @@ export declare const actionUngroup: {
|
|
|
302
304
|
duration?: number;
|
|
303
305
|
} | null;
|
|
304
306
|
zenModeEnabled: boolean;
|
|
307
|
+
presentationMode: boolean;
|
|
308
|
+
presentationFrameIndex: number;
|
|
305
309
|
theme: import("@hellixit/element/types").Theme;
|
|
306
310
|
gridSize: number;
|
|
307
311
|
gridStep: number;
|
|
@@ -158,6 +158,8 @@ export declare const actionToggleLinearEditor: {
|
|
|
158
158
|
duration?: number;
|
|
159
159
|
} | null;
|
|
160
160
|
zenModeEnabled: boolean;
|
|
161
|
+
presentationMode: boolean;
|
|
162
|
+
presentationFrameIndex: number;
|
|
161
163
|
theme: import("@hellixit/element/types").Theme;
|
|
162
164
|
gridSize: number;
|
|
163
165
|
gridStep: number;
|
|
@@ -121,6 +121,8 @@ export declare const actionLink: {
|
|
|
121
121
|
duration?: number;
|
|
122
122
|
} | null;
|
|
123
123
|
zenModeEnabled: boolean;
|
|
124
|
+
presentationMode: boolean;
|
|
125
|
+
presentationFrameIndex: number;
|
|
124
126
|
theme: import("@hellixit/element/types").Theme;
|
|
125
127
|
gridSize: number;
|
|
126
128
|
gridStep: number;
|
|
@@ -110,6 +110,8 @@ export declare const actionShortcuts: {
|
|
|
110
110
|
duration?: number;
|
|
111
111
|
} | null;
|
|
112
112
|
zenModeEnabled: boolean;
|
|
113
|
+
presentationMode: boolean;
|
|
114
|
+
presentationFrameIndex: number;
|
|
113
115
|
theme: import("@hellixit/element/types").Theme;
|
|
114
116
|
gridSize: number;
|
|
115
117
|
gridStep: number;
|