@zsviczian/excalidraw 0.10.0-obsidian-48 → 0.10.0-obsidian-49
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/excalidraw.development.js +6 -6
- package/dist/excalidraw.production.min.js +1 -1
- package/package.json +1 -1
- package/types/actions/actionAddToLibrary.d.ts +3 -3
- package/types/actions/actionCanvas.d.ts +8 -8
- package/types/actions/actionClipboard.d.ts +5 -5
- package/types/actions/actionDeleteSelected.d.ts +3 -3
- package/types/actions/actionExport.d.ts +9 -9
- package/types/actions/actionFinalize.d.ts +2 -2
- package/types/actions/actionMenu.d.ts +3 -3
- package/types/actions/actionProperties.d.ts +12 -12
- package/types/actions/actionStyles.d.ts +1 -1
- package/types/actions/actionToggleGridMode.d.ts +1 -1
- package/types/actions/actionToggleStats.d.ts +1 -1
- package/types/actions/actionToggleViewMode.d.ts +1 -1
- package/types/actions/actionToggleZenMode.d.ts +1 -1
- package/types/element/Hyperlink.d.ts +1 -1
- package/types/element/linearElementEditor.d.ts +1 -1
- package/types/types.d.ts +1 -1
package/package.json
CHANGED
|
@@ -86,7 +86,7 @@ export declare const actionAddToLibrary: {
|
|
|
86
86
|
pendingImageElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawImageElement> | null;
|
|
87
87
|
showHyperlinkPopup: false | "info" | "editor";
|
|
88
88
|
linkOpacity: number;
|
|
89
|
-
|
|
89
|
+
trayModeEnabled: boolean;
|
|
90
90
|
colorPalette: {
|
|
91
91
|
canvasBackground?: string[] | undefined;
|
|
92
92
|
elementBackground?: string[] | undefined;
|
|
@@ -179,7 +179,7 @@ export declare const actionAddToLibrary: {
|
|
|
179
179
|
pendingImageElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawImageElement> | null;
|
|
180
180
|
showHyperlinkPopup: false | "info" | "editor";
|
|
181
181
|
linkOpacity: number;
|
|
182
|
-
|
|
182
|
+
trayModeEnabled: boolean;
|
|
183
183
|
colorPalette: {
|
|
184
184
|
canvasBackground?: string[] | undefined;
|
|
185
185
|
elementBackground?: string[] | undefined;
|
|
@@ -272,7 +272,7 @@ export declare const actionAddToLibrary: {
|
|
|
272
272
|
pendingImageElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawImageElement> | null;
|
|
273
273
|
showHyperlinkPopup: false | "info" | "editor";
|
|
274
274
|
linkOpacity: number;
|
|
275
|
-
|
|
275
|
+
trayModeEnabled: boolean;
|
|
276
276
|
colorPalette: {
|
|
277
277
|
canvasBackground?: string[] | undefined;
|
|
278
278
|
elementBackground?: string[] | undefined;
|
|
@@ -96,7 +96,7 @@ export declare const actionClearCanvas: {
|
|
|
96
96
|
pendingImageElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawImageElement> | null;
|
|
97
97
|
showHyperlinkPopup: false | "info" | "editor";
|
|
98
98
|
linkOpacity: number;
|
|
99
|
-
|
|
99
|
+
trayModeEnabled: boolean;
|
|
100
100
|
colorPalette: {
|
|
101
101
|
canvasBackground?: string[] | undefined;
|
|
102
102
|
elementBackground?: string[] | undefined;
|
|
@@ -196,7 +196,7 @@ export declare const actionZoomIn: {
|
|
|
196
196
|
pendingImageElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawImageElement> | null;
|
|
197
197
|
showHyperlinkPopup: false | "info" | "editor";
|
|
198
198
|
linkOpacity: number;
|
|
199
|
-
|
|
199
|
+
trayModeEnabled: boolean;
|
|
200
200
|
colorPalette: {
|
|
201
201
|
canvasBackground?: string[] | undefined;
|
|
202
202
|
elementBackground?: string[] | undefined;
|
|
@@ -297,7 +297,7 @@ export declare const actionZoomOut: {
|
|
|
297
297
|
pendingImageElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawImageElement> | null;
|
|
298
298
|
showHyperlinkPopup: false | "info" | "editor";
|
|
299
299
|
linkOpacity: number;
|
|
300
|
-
|
|
300
|
+
trayModeEnabled: boolean;
|
|
301
301
|
colorPalette: {
|
|
302
302
|
canvasBackground?: string[] | undefined;
|
|
303
303
|
elementBackground?: string[] | undefined;
|
|
@@ -398,7 +398,7 @@ export declare const actionResetZoom: {
|
|
|
398
398
|
pendingImageElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawImageElement> | null;
|
|
399
399
|
showHyperlinkPopup: false | "info" | "editor";
|
|
400
400
|
linkOpacity: number;
|
|
401
|
-
|
|
401
|
+
trayModeEnabled: boolean;
|
|
402
402
|
colorPalette: {
|
|
403
403
|
canvasBackground?: string[] | undefined;
|
|
404
404
|
elementBackground?: string[] | undefined;
|
|
@@ -497,7 +497,7 @@ export declare const zoomToFitElements: (elements: readonly ExcalidrawElement[],
|
|
|
497
497
|
pendingImageElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawImageElement> | null;
|
|
498
498
|
showHyperlinkPopup: false | "info" | "editor";
|
|
499
499
|
linkOpacity: number;
|
|
500
|
-
|
|
500
|
+
trayModeEnabled: boolean;
|
|
501
501
|
colorPalette: {
|
|
502
502
|
canvasBackground?: string[] | undefined;
|
|
503
503
|
elementBackground?: string[] | undefined;
|
|
@@ -593,7 +593,7 @@ export declare const actionZoomToSelected: {
|
|
|
593
593
|
pendingImageElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawImageElement> | null;
|
|
594
594
|
showHyperlinkPopup: false | "info" | "editor";
|
|
595
595
|
linkOpacity: number;
|
|
596
|
-
|
|
596
|
+
trayModeEnabled: boolean;
|
|
597
597
|
colorPalette: {
|
|
598
598
|
canvasBackground?: string[] | undefined;
|
|
599
599
|
elementBackground?: string[] | undefined;
|
|
@@ -693,7 +693,7 @@ export declare const actionZoomToFit: {
|
|
|
693
693
|
pendingImageElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawImageElement> | null;
|
|
694
694
|
showHyperlinkPopup: false | "info" | "editor";
|
|
695
695
|
linkOpacity: number;
|
|
696
|
-
|
|
696
|
+
trayModeEnabled: boolean;
|
|
697
697
|
colorPalette: {
|
|
698
698
|
canvasBackground?: string[] | undefined;
|
|
699
699
|
elementBackground?: string[] | undefined;
|
|
@@ -793,7 +793,7 @@ export declare const actionToggleTheme: {
|
|
|
793
793
|
pendingImageElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawImageElement> | null;
|
|
794
794
|
showHyperlinkPopup: false | "info" | "editor";
|
|
795
795
|
linkOpacity: number;
|
|
796
|
-
|
|
796
|
+
trayModeEnabled: boolean;
|
|
797
797
|
colorPalette: {
|
|
798
798
|
canvasBackground?: string[] | undefined;
|
|
799
799
|
elementBackground?: string[] | undefined;
|
|
@@ -97,7 +97,7 @@ export declare const actionCut: {
|
|
|
97
97
|
pendingImageElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawImageElement> | null;
|
|
98
98
|
showHyperlinkPopup: false | "info" | "editor";
|
|
99
99
|
linkOpacity: number;
|
|
100
|
-
|
|
100
|
+
trayModeEnabled: boolean;
|
|
101
101
|
colorPalette: {
|
|
102
102
|
canvasBackground?: string[] | undefined;
|
|
103
103
|
elementBackground?: string[] | undefined;
|
|
@@ -208,7 +208,7 @@ export declare const actionCut: {
|
|
|
208
208
|
pendingImageElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawImageElement> | null;
|
|
209
209
|
showHyperlinkPopup: false | "info" | "editor";
|
|
210
210
|
linkOpacity: number;
|
|
211
|
-
|
|
211
|
+
trayModeEnabled: boolean;
|
|
212
212
|
colorPalette: {
|
|
213
213
|
canvasBackground?: string[] | undefined;
|
|
214
214
|
elementBackground?: string[] | undefined;
|
|
@@ -300,7 +300,7 @@ export declare const actionCut: {
|
|
|
300
300
|
pendingImageElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawImageElement> | null;
|
|
301
301
|
showHyperlinkPopup: false | "info" | "editor";
|
|
302
302
|
linkOpacity: number;
|
|
303
|
-
|
|
303
|
+
trayModeEnabled: boolean;
|
|
304
304
|
colorPalette: {
|
|
305
305
|
canvasBackground?: string[] | undefined;
|
|
306
306
|
elementBackground?: string[] | undefined;
|
|
@@ -404,7 +404,7 @@ export declare const actionCopyAsSvg: {
|
|
|
404
404
|
pendingImageElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawImageElement> | null;
|
|
405
405
|
showHyperlinkPopup: false | "info" | "editor";
|
|
406
406
|
linkOpacity: number;
|
|
407
|
-
|
|
407
|
+
trayModeEnabled: boolean;
|
|
408
408
|
colorPalette: {
|
|
409
409
|
canvasBackground?: string[] | undefined;
|
|
410
410
|
elementBackground?: string[] | undefined;
|
|
@@ -507,7 +507,7 @@ export declare const actionCopyAsPng: {
|
|
|
507
507
|
pendingImageElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawImageElement> | null;
|
|
508
508
|
showHyperlinkPopup: false | "info" | "editor";
|
|
509
509
|
linkOpacity: number;
|
|
510
|
-
|
|
510
|
+
trayModeEnabled: boolean;
|
|
511
511
|
colorPalette: {
|
|
512
512
|
canvasBackground?: string[] | undefined;
|
|
513
513
|
elementBackground?: string[] | undefined;
|
|
@@ -90,7 +90,7 @@ export declare const actionDeleteSelected: {
|
|
|
90
90
|
pendingImageElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawImageElement> | null;
|
|
91
91
|
showHyperlinkPopup: false | "info" | "editor";
|
|
92
92
|
linkOpacity: number;
|
|
93
|
-
|
|
93
|
+
trayModeEnabled: boolean;
|
|
94
94
|
colorPalette: {
|
|
95
95
|
canvasBackground?: string[] | undefined;
|
|
96
96
|
elementBackground?: string[] | undefined;
|
|
@@ -201,7 +201,7 @@ export declare const actionDeleteSelected: {
|
|
|
201
201
|
pendingImageElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawImageElement> | null;
|
|
202
202
|
showHyperlinkPopup: false | "info" | "editor";
|
|
203
203
|
linkOpacity: number;
|
|
204
|
-
|
|
204
|
+
trayModeEnabled: boolean;
|
|
205
205
|
colorPalette: {
|
|
206
206
|
canvasBackground?: string[] | undefined;
|
|
207
207
|
elementBackground?: string[] | undefined;
|
|
@@ -293,7 +293,7 @@ export declare const actionDeleteSelected: {
|
|
|
293
293
|
pendingImageElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawImageElement> | null;
|
|
294
294
|
showHyperlinkPopup: false | "info" | "editor";
|
|
295
295
|
linkOpacity: number;
|
|
296
|
-
|
|
296
|
+
trayModeEnabled: boolean;
|
|
297
297
|
colorPalette: {
|
|
298
298
|
canvasBackground?: string[] | undefined;
|
|
299
299
|
elementBackground?: string[] | undefined;
|
|
@@ -87,7 +87,7 @@ export declare const actionChangeProjectName: {
|
|
|
87
87
|
pendingImageElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawImageElement> | null;
|
|
88
88
|
showHyperlinkPopup: false | "info" | "editor";
|
|
89
89
|
linkOpacity: number;
|
|
90
|
-
|
|
90
|
+
trayModeEnabled: boolean;
|
|
91
91
|
colorPalette: {
|
|
92
92
|
canvasBackground?: string[] | undefined;
|
|
93
93
|
elementBackground?: string[] | undefined;
|
|
@@ -187,7 +187,7 @@ export declare const actionChangeExportScale: {
|
|
|
187
187
|
pendingImageElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawImageElement> | null;
|
|
188
188
|
showHyperlinkPopup: false | "info" | "editor";
|
|
189
189
|
linkOpacity: number;
|
|
190
|
-
|
|
190
|
+
trayModeEnabled: boolean;
|
|
191
191
|
colorPalette: {
|
|
192
192
|
canvasBackground?: string[] | undefined;
|
|
193
193
|
elementBackground?: string[] | undefined;
|
|
@@ -287,7 +287,7 @@ export declare const actionChangeExportBackground: {
|
|
|
287
287
|
pendingImageElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawImageElement> | null;
|
|
288
288
|
showHyperlinkPopup: false | "info" | "editor";
|
|
289
289
|
linkOpacity: number;
|
|
290
|
-
|
|
290
|
+
trayModeEnabled: boolean;
|
|
291
291
|
colorPalette: {
|
|
292
292
|
canvasBackground?: string[] | undefined;
|
|
293
293
|
elementBackground?: string[] | undefined;
|
|
@@ -387,7 +387,7 @@ export declare const actionChangeExportEmbedScene: {
|
|
|
387
387
|
pendingImageElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawImageElement> | null;
|
|
388
388
|
showHyperlinkPopup: false | "info" | "editor";
|
|
389
389
|
linkOpacity: number;
|
|
390
|
-
|
|
390
|
+
trayModeEnabled: boolean;
|
|
391
391
|
colorPalette: {
|
|
392
392
|
canvasBackground?: string[] | undefined;
|
|
393
393
|
elementBackground?: string[] | undefined;
|
|
@@ -488,7 +488,7 @@ export declare const actionSaveToActiveFile: {
|
|
|
488
488
|
pendingImageElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawImageElement> | null;
|
|
489
489
|
showHyperlinkPopup: false | "info" | "editor";
|
|
490
490
|
linkOpacity: number;
|
|
491
|
-
|
|
491
|
+
trayModeEnabled: boolean;
|
|
492
492
|
colorPalette: {
|
|
493
493
|
canvasBackground?: string[] | undefined;
|
|
494
494
|
elementBackground?: string[] | undefined;
|
|
@@ -592,7 +592,7 @@ export declare const actionSaveFileToDisk: {
|
|
|
592
592
|
pendingImageElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawImageElement> | null;
|
|
593
593
|
showHyperlinkPopup: false | "info" | "editor";
|
|
594
594
|
linkOpacity: number;
|
|
595
|
-
|
|
595
|
+
trayModeEnabled: boolean;
|
|
596
596
|
colorPalette: {
|
|
597
597
|
canvasBackground?: string[] | undefined;
|
|
598
598
|
elementBackground?: string[] | undefined;
|
|
@@ -692,7 +692,7 @@ export declare const actionLoadScene: {
|
|
|
692
692
|
pendingImageElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawImageElement> | null;
|
|
693
693
|
showHyperlinkPopup: false | "info" | "editor";
|
|
694
694
|
linkOpacity: number;
|
|
695
|
-
|
|
695
|
+
trayModeEnabled: boolean;
|
|
696
696
|
colorPalette: {
|
|
697
697
|
canvasBackground?: string[] | undefined;
|
|
698
698
|
elementBackground?: string[] | undefined;
|
|
@@ -787,7 +787,7 @@ export declare const actionLoadScene: {
|
|
|
787
787
|
pendingImageElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawImageElement> | null;
|
|
788
788
|
showHyperlinkPopup: false | "info" | "editor";
|
|
789
789
|
linkOpacity: number;
|
|
790
|
-
|
|
790
|
+
trayModeEnabled: boolean;
|
|
791
791
|
colorPalette: {
|
|
792
792
|
canvasBackground?: string[] | undefined;
|
|
793
793
|
elementBackground?: string[] | undefined;
|
|
@@ -889,7 +889,7 @@ export declare const actionExportWithDarkMode: {
|
|
|
889
889
|
pendingImageElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawImageElement> | null;
|
|
890
890
|
showHyperlinkPopup: false | "info" | "editor";
|
|
891
891
|
linkOpacity: number;
|
|
892
|
-
|
|
892
|
+
trayModeEnabled: boolean;
|
|
893
893
|
colorPalette: {
|
|
894
894
|
canvasBackground?: string[] | undefined;
|
|
895
895
|
elementBackground?: string[] | undefined;
|
|
@@ -88,7 +88,7 @@ export declare const actionFinalize: {
|
|
|
88
88
|
pendingImageElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawImageElement> | null;
|
|
89
89
|
showHyperlinkPopup: false | "info" | "editor";
|
|
90
90
|
linkOpacity: number;
|
|
91
|
-
|
|
91
|
+
trayModeEnabled: boolean;
|
|
92
92
|
colorPalette: {
|
|
93
93
|
canvasBackground?: string[] | undefined;
|
|
94
94
|
elementBackground?: string[] | undefined;
|
|
@@ -182,7 +182,7 @@ export declare const actionFinalize: {
|
|
|
182
182
|
};
|
|
183
183
|
showHyperlinkPopup: false | "info" | "editor";
|
|
184
184
|
linkOpacity: number;
|
|
185
|
-
|
|
185
|
+
trayModeEnabled: boolean;
|
|
186
186
|
colorPalette: {
|
|
187
187
|
canvasBackground?: string[] | undefined;
|
|
188
188
|
elementBackground?: string[] | undefined;
|
|
@@ -86,7 +86,7 @@ export declare const actionToggleCanvasMenu: {
|
|
|
86
86
|
pendingImageElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawImageElement> | null;
|
|
87
87
|
showHyperlinkPopup: false | "info" | "editor";
|
|
88
88
|
linkOpacity: number;
|
|
89
|
-
|
|
89
|
+
trayModeEnabled: boolean;
|
|
90
90
|
colorPalette: {
|
|
91
91
|
canvasBackground?: string[] | undefined;
|
|
92
92
|
elementBackground?: string[] | undefined;
|
|
@@ -186,7 +186,7 @@ export declare const actionToggleEditMenu: {
|
|
|
186
186
|
pendingImageElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawImageElement> | null;
|
|
187
187
|
showHyperlinkPopup: false | "info" | "editor";
|
|
188
188
|
linkOpacity: number;
|
|
189
|
-
|
|
189
|
+
trayModeEnabled: boolean;
|
|
190
190
|
colorPalette: {
|
|
191
191
|
canvasBackground?: string[] | undefined;
|
|
192
192
|
elementBackground?: string[] | undefined;
|
|
@@ -295,7 +295,7 @@ export declare const actionShortcuts: {
|
|
|
295
295
|
pendingImageElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawImageElement> | null;
|
|
296
296
|
showHyperlinkPopup: false | "info" | "editor";
|
|
297
297
|
linkOpacity: number;
|
|
298
|
-
|
|
298
|
+
trayModeEnabled: boolean;
|
|
299
299
|
colorPalette: {
|
|
300
300
|
canvasBackground?: string[] | undefined;
|
|
301
301
|
elementBackground?: string[] | undefined;
|
|
@@ -103,7 +103,7 @@ export declare const actionChangeFillStyle: {
|
|
|
103
103
|
pendingImageElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawImageElement> | null;
|
|
104
104
|
showHyperlinkPopup: false | "info" | "editor";
|
|
105
105
|
linkOpacity: number;
|
|
106
|
-
|
|
106
|
+
trayModeEnabled: boolean;
|
|
107
107
|
colorPalette: {
|
|
108
108
|
canvasBackground?: string[] | undefined;
|
|
109
109
|
elementBackground?: string[] | undefined;
|
|
@@ -204,7 +204,7 @@ export declare const actionChangeStrokeWidth: {
|
|
|
204
204
|
pendingImageElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawImageElement> | null;
|
|
205
205
|
showHyperlinkPopup: false | "info" | "editor";
|
|
206
206
|
linkOpacity: number;
|
|
207
|
-
|
|
207
|
+
trayModeEnabled: boolean;
|
|
208
208
|
colorPalette: {
|
|
209
209
|
canvasBackground?: string[] | undefined;
|
|
210
210
|
elementBackground?: string[] | undefined;
|
|
@@ -305,7 +305,7 @@ export declare const actionChangeSloppiness: {
|
|
|
305
305
|
pendingImageElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawImageElement> | null;
|
|
306
306
|
showHyperlinkPopup: false | "info" | "editor";
|
|
307
307
|
linkOpacity: number;
|
|
308
|
-
|
|
308
|
+
trayModeEnabled: boolean;
|
|
309
309
|
colorPalette: {
|
|
310
310
|
canvasBackground?: string[] | undefined;
|
|
311
311
|
elementBackground?: string[] | undefined;
|
|
@@ -406,7 +406,7 @@ export declare const actionChangeStrokeStyle: {
|
|
|
406
406
|
pendingImageElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawImageElement> | null;
|
|
407
407
|
showHyperlinkPopup: false | "info" | "editor";
|
|
408
408
|
linkOpacity: number;
|
|
409
|
-
|
|
409
|
+
trayModeEnabled: boolean;
|
|
410
410
|
colorPalette: {
|
|
411
411
|
canvasBackground?: string[] | undefined;
|
|
412
412
|
elementBackground?: string[] | undefined;
|
|
@@ -507,7 +507,7 @@ export declare const actionChangeOpacity: {
|
|
|
507
507
|
pendingImageElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawImageElement> | null;
|
|
508
508
|
showHyperlinkPopup: false | "info" | "editor";
|
|
509
509
|
linkOpacity: number;
|
|
510
|
-
|
|
510
|
+
trayModeEnabled: boolean;
|
|
511
511
|
colorPalette: {
|
|
512
512
|
canvasBackground?: string[] | undefined;
|
|
513
513
|
elementBackground?: string[] | undefined;
|
|
@@ -608,7 +608,7 @@ export declare const actionChangeFontSize: {
|
|
|
608
608
|
pendingImageElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawImageElement> | null;
|
|
609
609
|
showHyperlinkPopup: false | "info" | "editor";
|
|
610
610
|
linkOpacity: number;
|
|
611
|
-
|
|
611
|
+
trayModeEnabled: boolean;
|
|
612
612
|
colorPalette: {
|
|
613
613
|
canvasBackground?: string[] | undefined;
|
|
614
614
|
elementBackground?: string[] | undefined;
|
|
@@ -709,7 +709,7 @@ export declare const actionDecreaseFontSize: {
|
|
|
709
709
|
pendingImageElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawImageElement> | null;
|
|
710
710
|
showHyperlinkPopup: false | "info" | "editor";
|
|
711
711
|
linkOpacity: number;
|
|
712
|
-
|
|
712
|
+
trayModeEnabled: boolean;
|
|
713
713
|
colorPalette: {
|
|
714
714
|
canvasBackground?: string[] | undefined;
|
|
715
715
|
elementBackground?: string[] | undefined;
|
|
@@ -810,7 +810,7 @@ export declare const actionIncreaseFontSize: {
|
|
|
810
810
|
pendingImageElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawImageElement> | null;
|
|
811
811
|
showHyperlinkPopup: false | "info" | "editor";
|
|
812
812
|
linkOpacity: number;
|
|
813
|
-
|
|
813
|
+
trayModeEnabled: boolean;
|
|
814
814
|
colorPalette: {
|
|
815
815
|
canvasBackground?: string[] | undefined;
|
|
816
816
|
elementBackground?: string[] | undefined;
|
|
@@ -911,7 +911,7 @@ export declare const actionChangeFontFamily: {
|
|
|
911
911
|
pendingImageElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawImageElement> | null;
|
|
912
912
|
showHyperlinkPopup: false | "info" | "editor";
|
|
913
913
|
linkOpacity: number;
|
|
914
|
-
|
|
914
|
+
trayModeEnabled: boolean;
|
|
915
915
|
colorPalette: {
|
|
916
916
|
canvasBackground?: string[] | undefined;
|
|
917
917
|
elementBackground?: string[] | undefined;
|
|
@@ -1012,7 +1012,7 @@ export declare const actionChangeTextAlign: {
|
|
|
1012
1012
|
pendingImageElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawImageElement> | null;
|
|
1013
1013
|
showHyperlinkPopup: false | "info" | "editor";
|
|
1014
1014
|
linkOpacity: number;
|
|
1015
|
-
|
|
1015
|
+
trayModeEnabled: boolean;
|
|
1016
1016
|
colorPalette: {
|
|
1017
1017
|
canvasBackground?: string[] | undefined;
|
|
1018
1018
|
elementBackground?: string[] | undefined;
|
|
@@ -1113,7 +1113,7 @@ export declare const actionChangeSharpness: {
|
|
|
1113
1113
|
pendingImageElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawImageElement> | null;
|
|
1114
1114
|
showHyperlinkPopup: false | "info" | "editor";
|
|
1115
1115
|
linkOpacity: number;
|
|
1116
|
-
|
|
1116
|
+
trayModeEnabled: boolean;
|
|
1117
1117
|
colorPalette: {
|
|
1118
1118
|
canvasBackground?: string[] | undefined;
|
|
1119
1119
|
elementBackground?: string[] | undefined;
|
|
@@ -1217,7 +1217,7 @@ export declare const actionChangeArrowhead: {
|
|
|
1217
1217
|
pendingImageElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawImageElement> | null;
|
|
1218
1218
|
showHyperlinkPopup: false | "info" | "editor";
|
|
1219
1219
|
linkOpacity: number;
|
|
1220
|
-
|
|
1220
|
+
trayModeEnabled: boolean;
|
|
1221
1221
|
colorPalette: {
|
|
1222
1222
|
canvasBackground?: string[] | undefined;
|
|
1223
1223
|
elementBackground?: string[] | undefined;
|
|
@@ -87,7 +87,7 @@ export declare const actionCopyStyles: {
|
|
|
87
87
|
pendingImageElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawImageElement> | null;
|
|
88
88
|
showHyperlinkPopup: false | "info" | "editor";
|
|
89
89
|
linkOpacity: number;
|
|
90
|
-
|
|
90
|
+
trayModeEnabled: boolean;
|
|
91
91
|
colorPalette: {
|
|
92
92
|
canvasBackground?: string[] | undefined;
|
|
93
93
|
elementBackground?: string[] | undefined;
|
|
@@ -87,7 +87,7 @@ export declare const actionToggleGridMode: {
|
|
|
87
87
|
pendingImageElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawImageElement> | null;
|
|
88
88
|
showHyperlinkPopup: false | "info" | "editor";
|
|
89
89
|
linkOpacity: number;
|
|
90
|
-
|
|
90
|
+
trayModeEnabled: boolean;
|
|
91
91
|
colorPalette: {
|
|
92
92
|
canvasBackground?: string[] | undefined;
|
|
93
93
|
elementBackground?: string[] | undefined;
|
|
@@ -86,7 +86,7 @@ export declare const actionToggleStats: {
|
|
|
86
86
|
pendingImageElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawImageElement> | null;
|
|
87
87
|
showHyperlinkPopup: false | "info" | "editor";
|
|
88
88
|
linkOpacity: number;
|
|
89
|
-
|
|
89
|
+
trayModeEnabled: boolean;
|
|
90
90
|
colorPalette: {
|
|
91
91
|
canvasBackground?: string[] | undefined;
|
|
92
92
|
elementBackground?: string[] | undefined;
|
|
@@ -86,7 +86,7 @@ export declare const actionToggleViewMode: {
|
|
|
86
86
|
pendingImageElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawImageElement> | null;
|
|
87
87
|
showHyperlinkPopup: false | "info" | "editor";
|
|
88
88
|
linkOpacity: number;
|
|
89
|
-
|
|
89
|
+
trayModeEnabled: boolean;
|
|
90
90
|
colorPalette: {
|
|
91
91
|
canvasBackground?: string[] | undefined;
|
|
92
92
|
elementBackground?: string[] | undefined;
|
|
@@ -86,7 +86,7 @@ export declare const actionToggleZenMode: {
|
|
|
86
86
|
pendingImageElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawImageElement> | null;
|
|
87
87
|
showHyperlinkPopup: false | "info" | "editor";
|
|
88
88
|
linkOpacity: number;
|
|
89
|
-
|
|
89
|
+
trayModeEnabled: boolean;
|
|
90
90
|
colorPalette: {
|
|
91
91
|
canvasBackground?: string[] | undefined;
|
|
92
92
|
elementBackground?: string[] | undefined;
|
|
@@ -100,7 +100,7 @@ export declare const actionLink: {
|
|
|
100
100
|
};
|
|
101
101
|
pendingImageElement: import("./types").NonDeleted<import("./types").ExcalidrawImageElement> | null;
|
|
102
102
|
linkOpacity: number;
|
|
103
|
-
|
|
103
|
+
trayModeEnabled: boolean;
|
|
104
104
|
colorPalette: {
|
|
105
105
|
canvasBackground?: string[] | undefined;
|
|
106
106
|
elementBackground?: string[] | undefined;
|
|
@@ -168,7 +168,7 @@ export declare class LinearElementEditor {
|
|
|
168
168
|
pendingImageElement: NonDeleted<import("./types").ExcalidrawImageElement> | null;
|
|
169
169
|
showHyperlinkPopup: false | "info" | "editor";
|
|
170
170
|
linkOpacity: number;
|
|
171
|
-
|
|
171
|
+
trayModeEnabled: boolean;
|
|
172
172
|
colorPalette: {
|
|
173
173
|
canvasBackground?: string[] | undefined;
|
|
174
174
|
elementBackground?: string[] | undefined;
|
package/types/types.d.ts
CHANGED
|
@@ -127,7 +127,7 @@ export declare type AppState = {
|
|
|
127
127
|
pendingImageElement: NonDeleted<ExcalidrawImageElement> | null;
|
|
128
128
|
showHyperlinkPopup: false | "info" | "editor";
|
|
129
129
|
linkOpacity: number;
|
|
130
|
-
|
|
130
|
+
trayModeEnabled: boolean;
|
|
131
131
|
colorPalette: {
|
|
132
132
|
canvasBackground?: string[];
|
|
133
133
|
elementBackground?: string[];
|