@zsviczian/excalidraw 0.17.0-obsidian-3 → 0.17.1-obsidian-2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/excalidraw.development.js +90 -35
- package/dist/excalidraw.production.min.js +1 -1
- package/package.json +1 -1
- package/types/actions/actionAddToLibrary.d.ts +12 -9
- package/types/actions/actionBoundText.d.ts +8 -6
- package/types/actions/actionCanvas.d.ts +52 -39
- package/types/actions/actionClipboard.d.ts +28 -21
- package/types/actions/actionDeleteSelected.d.ts +12 -9
- package/types/actions/actionElementLock.d.ts +8 -6
- package/types/actions/actionExport.d.ts +32 -24
- package/types/actions/actionFinalize.d.ts +8 -6
- package/types/actions/actionFrame.d.ts +12 -9
- package/types/actions/actionGroup.d.ts +8 -6
- package/types/actions/actionLinearEditor.d.ts +4 -3
- package/types/actions/actionMenu.d.ts +8 -6
- package/types/actions/actionProperties.d.ts +52 -39
- package/types/actions/actionSelectAll.d.ts +4 -3
- package/types/actions/actionStyles.d.ts +4 -3
- package/types/actions/actionToggleGridMode.d.ts +4 -3
- package/types/actions/actionToggleObjectsSnapMode.d.ts +4 -3
- package/types/actions/actionToggleStats.d.ts +4 -3
- package/types/actions/actionToggleViewMode.d.ts +4 -3
- package/types/actions/actionToggleZenMode.d.ts +4 -3
- package/types/components/IconPicker.d.ts +3 -2
- package/types/components/MagicSettings.d.ts +1 -1
- package/types/components/TTDDialog/TTDDialog.d.ts +1 -1
- package/types/components/TTDDialog/TTDDialogPanel.d.ts +2 -1
- package/types/components/TTDDialog/TTDDialogSubmitShortcut.d.ts +1 -0
- package/types/components/TTDDialog/TTDDialogTabs.d.ts +8 -3
- package/types/components/TTDDialog/common.d.ts +3 -4
- package/types/components/icons.d.ts +13 -1
- package/types/constants.d.ts +1 -0
- package/types/element/Hyperlink.d.ts +4 -3
- package/types/element/bounds.d.ts +4 -0
- package/types/element/embeddable.d.ts +4 -3
- package/types/element/linearElementEditor.d.ts +4 -3
- package/types/element/types.d.ts +1 -1
- package/types/math.d.ts +1 -1
- package/types/packages/excalidraw/webpack.preact.config.d.ts +126 -22
- package/types/renderer/renderElement.d.ts +2 -7
- package/types/renderer/renderScene.d.ts +3 -14
- package/types/scene/Shape.d.ts +4 -1
- package/types/scene/ShapeCache.d.ts +5 -1
- package/types/scene/types.d.ts +12 -1
- package/types/types.d.ts +3 -2
package/package.json
CHANGED
|
@@ -82,11 +82,12 @@ export declare const actionAddToLibrary: {
|
|
|
82
82
|
openDialog: {
|
|
83
83
|
name: "imageExport" | "help" | "jsonExport";
|
|
84
84
|
} | {
|
|
85
|
-
name: "
|
|
86
|
-
source: "
|
|
85
|
+
name: "settings";
|
|
86
|
+
source: "settings" | "tool" | "generation";
|
|
87
|
+
tab: "text-to-diagram" | "diagram-to-code";
|
|
87
88
|
} | {
|
|
88
89
|
name: "ttd";
|
|
89
|
-
tab:
|
|
90
|
+
tab: "mermaid" | "text-to-diagram";
|
|
90
91
|
} | null;
|
|
91
92
|
defaultSidebarDockedPreference: boolean;
|
|
92
93
|
lastPointerDownWith: import("../element/types").PointerType;
|
|
@@ -240,11 +241,12 @@ export declare const actionAddToLibrary: {
|
|
|
240
241
|
openDialog: {
|
|
241
242
|
name: "imageExport" | "help" | "jsonExport";
|
|
242
243
|
} | {
|
|
243
|
-
name: "
|
|
244
|
-
source: "
|
|
244
|
+
name: "settings";
|
|
245
|
+
source: "settings" | "tool" | "generation";
|
|
246
|
+
tab: "text-to-diagram" | "diagram-to-code";
|
|
245
247
|
} | {
|
|
246
248
|
name: "ttd";
|
|
247
|
-
tab:
|
|
249
|
+
tab: "mermaid" | "text-to-diagram";
|
|
248
250
|
} | null;
|
|
249
251
|
defaultSidebarDockedPreference: boolean;
|
|
250
252
|
lastPointerDownWith: import("../element/types").PointerType;
|
|
@@ -403,11 +405,12 @@ export declare const actionAddToLibrary: {
|
|
|
403
405
|
openDialog: {
|
|
404
406
|
name: "imageExport" | "help" | "jsonExport";
|
|
405
407
|
} | {
|
|
406
|
-
name: "
|
|
407
|
-
source: "
|
|
408
|
+
name: "settings";
|
|
409
|
+
source: "settings" | "tool" | "generation";
|
|
410
|
+
tab: "text-to-diagram" | "diagram-to-code";
|
|
408
411
|
} | {
|
|
409
412
|
name: "ttd";
|
|
410
|
-
tab:
|
|
413
|
+
tab: "mermaid" | "text-to-diagram";
|
|
411
414
|
} | null;
|
|
412
415
|
defaultSidebarDockedPreference: boolean;
|
|
413
416
|
lastPointerDownWith: import("../element/types").PointerType;
|
|
@@ -102,11 +102,12 @@ export declare const actionBindText: {
|
|
|
102
102
|
openDialog: {
|
|
103
103
|
name: "imageExport" | "help" | "jsonExport";
|
|
104
104
|
} | {
|
|
105
|
-
name: "
|
|
106
|
-
source: "
|
|
105
|
+
name: "settings";
|
|
106
|
+
source: "settings" | "tool" | "generation";
|
|
107
|
+
tab: "text-to-diagram" | "diagram-to-code";
|
|
107
108
|
} | {
|
|
108
109
|
name: "ttd";
|
|
109
|
-
tab:
|
|
110
|
+
tab: "mermaid" | "text-to-diagram";
|
|
110
111
|
} | null;
|
|
111
112
|
defaultSidebarDockedPreference: boolean;
|
|
112
113
|
lastPointerDownWith: import("../element/types").PointerType;
|
|
@@ -277,11 +278,12 @@ export declare const actionWrapTextInContainer: {
|
|
|
277
278
|
openDialog: {
|
|
278
279
|
name: "imageExport" | "help" | "jsonExport";
|
|
279
280
|
} | {
|
|
280
|
-
name: "
|
|
281
|
-
source: "
|
|
281
|
+
name: "settings";
|
|
282
|
+
source: "settings" | "tool" | "generation";
|
|
283
|
+
tab: "text-to-diagram" | "diagram-to-code";
|
|
282
284
|
} | {
|
|
283
285
|
name: "ttd";
|
|
284
|
-
tab:
|
|
286
|
+
tab: "mermaid" | "text-to-diagram";
|
|
285
287
|
} | null;
|
|
286
288
|
defaultSidebarDockedPreference: boolean;
|
|
287
289
|
lastPointerDownWith: import("../element/types").PointerType;
|
|
@@ -120,11 +120,12 @@ export declare const actionClearCanvas: {
|
|
|
120
120
|
openDialog: {
|
|
121
121
|
name: "imageExport" | "help" | "jsonExport";
|
|
122
122
|
} | {
|
|
123
|
-
name: "
|
|
124
|
-
source: "
|
|
123
|
+
name: "settings";
|
|
124
|
+
source: "settings" | "tool" | "generation";
|
|
125
|
+
tab: "text-to-diagram" | "diagram-to-code";
|
|
125
126
|
} | {
|
|
126
127
|
name: "ttd";
|
|
127
|
-
tab:
|
|
128
|
+
tab: "mermaid" | "text-to-diagram";
|
|
128
129
|
} | null;
|
|
129
130
|
defaultSidebarDockedPreference: boolean;
|
|
130
131
|
lastPointerDownWith: import("../element/types").PointerType;
|
|
@@ -264,11 +265,12 @@ export declare const actionZoomIn: {
|
|
|
264
265
|
openDialog: {
|
|
265
266
|
name: "imageExport" | "help" | "jsonExport";
|
|
266
267
|
} | {
|
|
267
|
-
name: "
|
|
268
|
-
source: "
|
|
268
|
+
name: "settings";
|
|
269
|
+
source: "settings" | "tool" | "generation";
|
|
270
|
+
tab: "text-to-diagram" | "diagram-to-code";
|
|
269
271
|
} | {
|
|
270
272
|
name: "ttd";
|
|
271
|
-
tab:
|
|
273
|
+
tab: "mermaid" | "text-to-diagram";
|
|
272
274
|
} | null;
|
|
273
275
|
defaultSidebarDockedPreference: boolean;
|
|
274
276
|
lastPointerDownWith: import("../element/types").PointerType;
|
|
@@ -439,11 +441,12 @@ export declare const actionZoomOut: {
|
|
|
439
441
|
openDialog: {
|
|
440
442
|
name: "imageExport" | "help" | "jsonExport";
|
|
441
443
|
} | {
|
|
442
|
-
name: "
|
|
443
|
-
source: "
|
|
444
|
+
name: "settings";
|
|
445
|
+
source: "settings" | "tool" | "generation";
|
|
446
|
+
tab: "text-to-diagram" | "diagram-to-code";
|
|
444
447
|
} | {
|
|
445
448
|
name: "ttd";
|
|
446
|
-
tab:
|
|
449
|
+
tab: "mermaid" | "text-to-diagram";
|
|
447
450
|
} | null;
|
|
448
451
|
defaultSidebarDockedPreference: boolean;
|
|
449
452
|
lastPointerDownWith: import("../element/types").PointerType;
|
|
@@ -614,11 +617,12 @@ export declare const actionResetZoom: {
|
|
|
614
617
|
openDialog: {
|
|
615
618
|
name: "imageExport" | "help" | "jsonExport";
|
|
616
619
|
} | {
|
|
617
|
-
name: "
|
|
618
|
-
source: "
|
|
620
|
+
name: "settings";
|
|
621
|
+
source: "settings" | "tool" | "generation";
|
|
622
|
+
tab: "text-to-diagram" | "diagram-to-code";
|
|
619
623
|
} | {
|
|
620
624
|
name: "ttd";
|
|
621
|
-
tab:
|
|
625
|
+
tab: "mermaid" | "text-to-diagram";
|
|
622
626
|
} | null;
|
|
623
627
|
defaultSidebarDockedPreference: boolean;
|
|
624
628
|
lastPointerDownWith: import("../element/types").PointerType;
|
|
@@ -790,11 +794,12 @@ export declare const zoomToFit: ({ targetElements, appState, fitToViewport, view
|
|
|
790
794
|
openDialog: {
|
|
791
795
|
name: "imageExport" | "help" | "jsonExport";
|
|
792
796
|
} | {
|
|
793
|
-
name: "
|
|
794
|
-
source: "
|
|
797
|
+
name: "settings";
|
|
798
|
+
source: "settings" | "tool" | "generation";
|
|
799
|
+
tab: "text-to-diagram" | "diagram-to-code";
|
|
795
800
|
} | {
|
|
796
801
|
name: "ttd";
|
|
797
|
-
tab:
|
|
802
|
+
tab: "mermaid" | "text-to-diagram";
|
|
798
803
|
} | null;
|
|
799
804
|
defaultSidebarDockedPreference: boolean;
|
|
800
805
|
lastPointerDownWith: import("../element/types").PointerType;
|
|
@@ -959,11 +964,12 @@ export declare const actionZoomToFitSelectionInViewport: {
|
|
|
959
964
|
openDialog: {
|
|
960
965
|
name: "imageExport" | "help" | "jsonExport";
|
|
961
966
|
} | {
|
|
962
|
-
name: "
|
|
963
|
-
source: "
|
|
967
|
+
name: "settings";
|
|
968
|
+
source: "settings" | "tool" | "generation";
|
|
969
|
+
tab: "text-to-diagram" | "diagram-to-code";
|
|
964
970
|
} | {
|
|
965
971
|
name: "ttd";
|
|
966
|
-
tab:
|
|
972
|
+
tab: "mermaid" | "text-to-diagram";
|
|
967
973
|
} | null;
|
|
968
974
|
defaultSidebarDockedPreference: boolean;
|
|
969
975
|
lastPointerDownWith: import("../element/types").PointerType;
|
|
@@ -1132,11 +1138,12 @@ export declare const actionZoomToFitSelection: {
|
|
|
1132
1138
|
openDialog: {
|
|
1133
1139
|
name: "imageExport" | "help" | "jsonExport";
|
|
1134
1140
|
} | {
|
|
1135
|
-
name: "
|
|
1136
|
-
source: "
|
|
1141
|
+
name: "settings";
|
|
1142
|
+
source: "settings" | "tool" | "generation";
|
|
1143
|
+
tab: "text-to-diagram" | "diagram-to-code";
|
|
1137
1144
|
} | {
|
|
1138
1145
|
name: "ttd";
|
|
1139
|
-
tab:
|
|
1146
|
+
tab: "mermaid" | "text-to-diagram";
|
|
1140
1147
|
} | null;
|
|
1141
1148
|
defaultSidebarDockedPreference: boolean;
|
|
1142
1149
|
lastPointerDownWith: import("../element/types").PointerType;
|
|
@@ -1306,11 +1313,12 @@ export declare const actionZoomToFit: {
|
|
|
1306
1313
|
openDialog: {
|
|
1307
1314
|
name: "imageExport" | "help" | "jsonExport";
|
|
1308
1315
|
} | {
|
|
1309
|
-
name: "
|
|
1310
|
-
source: "
|
|
1316
|
+
name: "settings";
|
|
1317
|
+
source: "settings" | "tool" | "generation";
|
|
1318
|
+
tab: "text-to-diagram" | "diagram-to-code";
|
|
1311
1319
|
} | {
|
|
1312
1320
|
name: "ttd";
|
|
1313
|
-
tab:
|
|
1321
|
+
tab: "mermaid" | "text-to-diagram";
|
|
1314
1322
|
} | null;
|
|
1315
1323
|
defaultSidebarDockedPreference: boolean;
|
|
1316
1324
|
lastPointerDownWith: import("../element/types").PointerType;
|
|
@@ -1481,11 +1489,12 @@ export declare const actionToggleTheme: {
|
|
|
1481
1489
|
openDialog: {
|
|
1482
1490
|
name: "imageExport" | "help" | "jsonExport";
|
|
1483
1491
|
} | {
|
|
1484
|
-
name: "
|
|
1485
|
-
source: "
|
|
1492
|
+
name: "settings";
|
|
1493
|
+
source: "settings" | "tool" | "generation";
|
|
1494
|
+
tab: "text-to-diagram" | "diagram-to-code";
|
|
1486
1495
|
} | {
|
|
1487
1496
|
name: "ttd";
|
|
1488
|
-
tab:
|
|
1497
|
+
tab: "mermaid" | "text-to-diagram";
|
|
1489
1498
|
} | null;
|
|
1490
1499
|
defaultSidebarDockedPreference: boolean;
|
|
1491
1500
|
lastPointerDownWith: import("../element/types").PointerType;
|
|
@@ -1653,11 +1662,12 @@ export declare const actionToggleEraserTool: {
|
|
|
1653
1662
|
openDialog: {
|
|
1654
1663
|
name: "imageExport" | "help" | "jsonExport";
|
|
1655
1664
|
} | {
|
|
1656
|
-
name: "
|
|
1657
|
-
source: "
|
|
1665
|
+
name: "settings";
|
|
1666
|
+
source: "settings" | "tool" | "generation";
|
|
1667
|
+
tab: "text-to-diagram" | "diagram-to-code";
|
|
1658
1668
|
} | {
|
|
1659
1669
|
name: "ttd";
|
|
1660
|
-
tab:
|
|
1670
|
+
tab: "mermaid" | "text-to-diagram";
|
|
1661
1671
|
} | null;
|
|
1662
1672
|
defaultSidebarDockedPreference: boolean;
|
|
1663
1673
|
lastPointerDownWith: import("../element/types").PointerType;
|
|
@@ -1819,11 +1829,12 @@ export declare const actionToggleHandTool: {
|
|
|
1819
1829
|
openDialog: {
|
|
1820
1830
|
name: "imageExport" | "help" | "jsonExport";
|
|
1821
1831
|
} | {
|
|
1822
|
-
name: "
|
|
1823
|
-
source: "
|
|
1832
|
+
name: "settings";
|
|
1833
|
+
source: "settings" | "tool" | "generation";
|
|
1834
|
+
tab: "text-to-diagram" | "diagram-to-code";
|
|
1824
1835
|
} | {
|
|
1825
1836
|
name: "ttd";
|
|
1826
|
-
tab:
|
|
1837
|
+
tab: "mermaid" | "text-to-diagram";
|
|
1827
1838
|
} | null;
|
|
1828
1839
|
defaultSidebarDockedPreference: boolean;
|
|
1829
1840
|
lastPointerDownWith: import("../element/types").PointerType;
|
|
@@ -1986,11 +1997,12 @@ export declare const actionToggleLaserPointer: {
|
|
|
1986
1997
|
openDialog: {
|
|
1987
1998
|
name: "imageExport" | "help" | "jsonExport";
|
|
1988
1999
|
} | {
|
|
1989
|
-
name: "
|
|
1990
|
-
source: "
|
|
2000
|
+
name: "settings";
|
|
2001
|
+
source: "settings" | "tool" | "generation";
|
|
2002
|
+
tab: "text-to-diagram" | "diagram-to-code";
|
|
1991
2003
|
} | {
|
|
1992
2004
|
name: "ttd";
|
|
1993
|
-
tab:
|
|
2005
|
+
tab: "mermaid" | "text-to-diagram";
|
|
1994
2006
|
} | null;
|
|
1995
2007
|
defaultSidebarDockedPreference: boolean;
|
|
1996
2008
|
lastPointerDownWith: import("../element/types").PointerType;
|
|
@@ -2149,11 +2161,12 @@ export declare const zoomToFitElements: (elements: readonly ExcalidrawElement[],
|
|
|
2149
2161
|
openDialog: {
|
|
2150
2162
|
name: "imageExport" | "help" | "jsonExport";
|
|
2151
2163
|
} | {
|
|
2152
|
-
name: "
|
|
2153
|
-
source: "
|
|
2164
|
+
name: "settings";
|
|
2165
|
+
source: "settings" | "tool" | "generation";
|
|
2166
|
+
tab: "text-to-diagram" | "diagram-to-code";
|
|
2154
2167
|
} | {
|
|
2155
2168
|
name: "ttd";
|
|
2156
|
-
tab:
|
|
2169
|
+
tab: "mermaid" | "text-to-diagram";
|
|
2157
2170
|
} | null;
|
|
2158
2171
|
defaultSidebarDockedPreference: boolean;
|
|
2159
2172
|
lastPointerDownWith: import("../element/types").PointerType;
|
|
@@ -79,11 +79,12 @@ export declare const actionCopy: {
|
|
|
79
79
|
openDialog: {
|
|
80
80
|
name: "imageExport" | "help" | "jsonExport";
|
|
81
81
|
} | {
|
|
82
|
-
name: "
|
|
83
|
-
source: "
|
|
82
|
+
name: "settings";
|
|
83
|
+
source: "settings" | "tool" | "generation";
|
|
84
|
+
tab: "text-to-diagram" | "diagram-to-code";
|
|
84
85
|
} | {
|
|
85
86
|
name: "ttd";
|
|
86
|
-
tab:
|
|
87
|
+
tab: "mermaid" | "text-to-diagram";
|
|
87
88
|
} | null;
|
|
88
89
|
defaultSidebarDockedPreference: boolean;
|
|
89
90
|
lastPointerDownWith: import("../element/types").PointerType;
|
|
@@ -256,11 +257,12 @@ export declare const actionPaste: {
|
|
|
256
257
|
openDialog: {
|
|
257
258
|
name: "imageExport" | "help" | "jsonExport";
|
|
258
259
|
} | {
|
|
259
|
-
name: "
|
|
260
|
-
source: "
|
|
260
|
+
name: "settings";
|
|
261
|
+
source: "settings" | "tool" | "generation";
|
|
262
|
+
tab: "text-to-diagram" | "diagram-to-code";
|
|
261
263
|
} | {
|
|
262
264
|
name: "ttd";
|
|
263
|
-
tab:
|
|
265
|
+
tab: "mermaid" | "text-to-diagram";
|
|
264
266
|
} | null;
|
|
265
267
|
defaultSidebarDockedPreference: boolean;
|
|
266
268
|
lastPointerDownWith: import("../element/types").PointerType;
|
|
@@ -433,11 +435,12 @@ export declare const actionCut: {
|
|
|
433
435
|
openDialog: {
|
|
434
436
|
name: "imageExport" | "help" | "jsonExport";
|
|
435
437
|
} | {
|
|
436
|
-
name: "
|
|
437
|
-
source: "
|
|
438
|
+
name: "settings";
|
|
439
|
+
source: "settings" | "tool" | "generation";
|
|
440
|
+
tab: "text-to-diagram" | "diagram-to-code";
|
|
438
441
|
} | {
|
|
439
442
|
name: "ttd";
|
|
440
|
-
tab:
|
|
443
|
+
tab: "mermaid" | "text-to-diagram";
|
|
441
444
|
} | null;
|
|
442
445
|
defaultSidebarDockedPreference: boolean;
|
|
443
446
|
lastPointerDownWith: import("../element/types").PointerType;
|
|
@@ -625,11 +628,12 @@ export declare const actionCut: {
|
|
|
625
628
|
openDialog: {
|
|
626
629
|
name: "imageExport" | "help" | "jsonExport";
|
|
627
630
|
} | {
|
|
628
|
-
name: "
|
|
629
|
-
source: "
|
|
631
|
+
name: "settings";
|
|
632
|
+
source: "settings" | "tool" | "generation";
|
|
633
|
+
tab: "text-to-diagram" | "diagram-to-code";
|
|
630
634
|
} | {
|
|
631
635
|
name: "ttd";
|
|
632
|
-
tab:
|
|
636
|
+
tab: "mermaid" | "text-to-diagram";
|
|
633
637
|
} | null;
|
|
634
638
|
defaultSidebarDockedPreference: boolean;
|
|
635
639
|
lastPointerDownWith: import("../element/types").PointerType;
|
|
@@ -788,11 +792,12 @@ export declare const actionCut: {
|
|
|
788
792
|
openDialog: {
|
|
789
793
|
name: "imageExport" | "help" | "jsonExport";
|
|
790
794
|
} | {
|
|
791
|
-
name: "
|
|
792
|
-
source: "
|
|
795
|
+
name: "settings";
|
|
796
|
+
source: "settings" | "tool" | "generation";
|
|
797
|
+
tab: "text-to-diagram" | "diagram-to-code";
|
|
793
798
|
} | {
|
|
794
799
|
name: "ttd";
|
|
795
|
-
tab:
|
|
800
|
+
tab: "mermaid" | "text-to-diagram";
|
|
796
801
|
} | null;
|
|
797
802
|
defaultSidebarDockedPreference: boolean;
|
|
798
803
|
lastPointerDownWith: import("../element/types").PointerType;
|
|
@@ -959,11 +964,12 @@ export declare const actionCopyAsSvg: {
|
|
|
959
964
|
openDialog: {
|
|
960
965
|
name: "imageExport" | "help" | "jsonExport";
|
|
961
966
|
} | {
|
|
962
|
-
name: "
|
|
963
|
-
source: "
|
|
967
|
+
name: "settings";
|
|
968
|
+
source: "settings" | "tool" | "generation";
|
|
969
|
+
tab: "text-to-diagram" | "diagram-to-code";
|
|
964
970
|
} | {
|
|
965
971
|
name: "ttd";
|
|
966
|
-
tab:
|
|
972
|
+
tab: "mermaid" | "text-to-diagram";
|
|
967
973
|
} | null;
|
|
968
974
|
defaultSidebarDockedPreference: boolean;
|
|
969
975
|
lastPointerDownWith: import("../element/types").PointerType;
|
|
@@ -1136,11 +1142,12 @@ export declare const actionCopyAsPng: {
|
|
|
1136
1142
|
openDialog: {
|
|
1137
1143
|
name: "imageExport" | "help" | "jsonExport";
|
|
1138
1144
|
} | {
|
|
1139
|
-
name: "
|
|
1140
|
-
source: "
|
|
1145
|
+
name: "settings";
|
|
1146
|
+
source: "settings" | "tool" | "generation";
|
|
1147
|
+
tab: "text-to-diagram" | "diagram-to-code";
|
|
1141
1148
|
} | {
|
|
1142
1149
|
name: "ttd";
|
|
1143
|
-
tab:
|
|
1150
|
+
tab: "mermaid" | "text-to-diagram";
|
|
1144
1151
|
} | null;
|
|
1145
1152
|
defaultSidebarDockedPreference: boolean;
|
|
1146
1153
|
lastPointerDownWith: import("../element/types").PointerType;
|
|
@@ -83,11 +83,12 @@ export declare const actionDeleteSelected: {
|
|
|
83
83
|
openDialog: {
|
|
84
84
|
name: "imageExport" | "help" | "jsonExport";
|
|
85
85
|
} | {
|
|
86
|
-
name: "
|
|
87
|
-
source: "
|
|
86
|
+
name: "settings";
|
|
87
|
+
source: "settings" | "tool" | "generation";
|
|
88
|
+
tab: "text-to-diagram" | "diagram-to-code";
|
|
88
89
|
} | {
|
|
89
90
|
name: "ttd";
|
|
90
|
-
tab:
|
|
91
|
+
tab: "mermaid" | "text-to-diagram";
|
|
91
92
|
} | null;
|
|
92
93
|
defaultSidebarDockedPreference: boolean;
|
|
93
94
|
lastPointerDownWith: import("../element/types").PointerType;
|
|
@@ -275,11 +276,12 @@ export declare const actionDeleteSelected: {
|
|
|
275
276
|
openDialog: {
|
|
276
277
|
name: "imageExport" | "help" | "jsonExport";
|
|
277
278
|
} | {
|
|
278
|
-
name: "
|
|
279
|
-
source: "
|
|
279
|
+
name: "settings";
|
|
280
|
+
source: "settings" | "tool" | "generation";
|
|
281
|
+
tab: "text-to-diagram" | "diagram-to-code";
|
|
280
282
|
} | {
|
|
281
283
|
name: "ttd";
|
|
282
|
-
tab:
|
|
284
|
+
tab: "mermaid" | "text-to-diagram";
|
|
283
285
|
} | null;
|
|
284
286
|
defaultSidebarDockedPreference: boolean;
|
|
285
287
|
lastPointerDownWith: import("../element/types").PointerType;
|
|
@@ -438,11 +440,12 @@ export declare const actionDeleteSelected: {
|
|
|
438
440
|
openDialog: {
|
|
439
441
|
name: "imageExport" | "help" | "jsonExport";
|
|
440
442
|
} | {
|
|
441
|
-
name: "
|
|
442
|
-
source: "
|
|
443
|
+
name: "settings";
|
|
444
|
+
source: "settings" | "tool" | "generation";
|
|
445
|
+
tab: "text-to-diagram" | "diagram-to-code";
|
|
443
446
|
} | {
|
|
444
447
|
name: "ttd";
|
|
445
|
-
tab:
|
|
448
|
+
tab: "mermaid" | "text-to-diagram";
|
|
446
449
|
} | null;
|
|
447
450
|
defaultSidebarDockedPreference: boolean;
|
|
448
451
|
lastPointerDownWith: import("../element/types").PointerType;
|
|
@@ -82,11 +82,12 @@ export declare const actionToggleElementLock: {
|
|
|
82
82
|
openDialog: {
|
|
83
83
|
name: "imageExport" | "help" | "jsonExport";
|
|
84
84
|
} | {
|
|
85
|
-
name: "
|
|
86
|
-
source: "
|
|
85
|
+
name: "settings";
|
|
86
|
+
source: "settings" | "tool" | "generation";
|
|
87
|
+
tab: "text-to-diagram" | "diagram-to-code";
|
|
87
88
|
} | {
|
|
88
89
|
name: "ttd";
|
|
89
|
-
tab:
|
|
90
|
+
tab: "mermaid" | "text-to-diagram";
|
|
90
91
|
} | null;
|
|
91
92
|
defaultSidebarDockedPreference: boolean;
|
|
92
93
|
lastPointerDownWith: import("../element/types").PointerType;
|
|
@@ -261,11 +262,12 @@ export declare const actionUnlockAllElements: {
|
|
|
261
262
|
openDialog: {
|
|
262
263
|
name: "imageExport" | "help" | "jsonExport";
|
|
263
264
|
} | {
|
|
264
|
-
name: "
|
|
265
|
-
source: "
|
|
265
|
+
name: "settings";
|
|
266
|
+
source: "settings" | "tool" | "generation";
|
|
267
|
+
tab: "text-to-diagram" | "diagram-to-code";
|
|
266
268
|
} | {
|
|
267
269
|
name: "ttd";
|
|
268
|
-
tab:
|
|
270
|
+
tab: "mermaid" | "text-to-diagram";
|
|
269
271
|
} | null;
|
|
270
272
|
defaultSidebarDockedPreference: boolean;
|
|
271
273
|
lastPointerDownWith: import("../element/types").PointerType;
|
|
@@ -78,11 +78,12 @@ export declare const actionChangeProjectName: {
|
|
|
78
78
|
openDialog: {
|
|
79
79
|
name: "imageExport" | "help" | "jsonExport";
|
|
80
80
|
} | {
|
|
81
|
-
name: "
|
|
82
|
-
source: "
|
|
81
|
+
name: "settings";
|
|
82
|
+
source: "settings" | "tool" | "generation";
|
|
83
|
+
tab: "text-to-diagram" | "diagram-to-code";
|
|
83
84
|
} | {
|
|
84
85
|
name: "ttd";
|
|
85
|
-
tab:
|
|
86
|
+
tab: "mermaid" | "text-to-diagram";
|
|
86
87
|
} | null;
|
|
87
88
|
defaultSidebarDockedPreference: boolean;
|
|
88
89
|
lastPointerDownWith: import("../element/types").PointerType;
|
|
@@ -252,11 +253,12 @@ export declare const actionChangeExportScale: {
|
|
|
252
253
|
openDialog: {
|
|
253
254
|
name: "imageExport" | "help" | "jsonExport";
|
|
254
255
|
} | {
|
|
255
|
-
name: "
|
|
256
|
-
source: "
|
|
256
|
+
name: "settings";
|
|
257
|
+
source: "settings" | "tool" | "generation";
|
|
258
|
+
tab: "text-to-diagram" | "diagram-to-code";
|
|
257
259
|
} | {
|
|
258
260
|
name: "ttd";
|
|
259
|
-
tab:
|
|
261
|
+
tab: "mermaid" | "text-to-diagram";
|
|
260
262
|
} | null;
|
|
261
263
|
defaultSidebarDockedPreference: boolean;
|
|
262
264
|
lastPointerDownWith: import("../element/types").PointerType;
|
|
@@ -426,11 +428,12 @@ export declare const actionChangeExportBackground: {
|
|
|
426
428
|
openDialog: {
|
|
427
429
|
name: "imageExport" | "help" | "jsonExport";
|
|
428
430
|
} | {
|
|
429
|
-
name: "
|
|
430
|
-
source: "
|
|
431
|
+
name: "settings";
|
|
432
|
+
source: "settings" | "tool" | "generation";
|
|
433
|
+
tab: "text-to-diagram" | "diagram-to-code";
|
|
431
434
|
} | {
|
|
432
435
|
name: "ttd";
|
|
433
|
-
tab:
|
|
436
|
+
tab: "mermaid" | "text-to-diagram";
|
|
434
437
|
} | null;
|
|
435
438
|
defaultSidebarDockedPreference: boolean;
|
|
436
439
|
lastPointerDownWith: import("../element/types").PointerType;
|
|
@@ -600,11 +603,12 @@ export declare const actionChangeExportEmbedScene: {
|
|
|
600
603
|
openDialog: {
|
|
601
604
|
name: "imageExport" | "help" | "jsonExport";
|
|
602
605
|
} | {
|
|
603
|
-
name: "
|
|
604
|
-
source: "
|
|
606
|
+
name: "settings";
|
|
607
|
+
source: "settings" | "tool" | "generation";
|
|
608
|
+
tab: "text-to-diagram" | "diagram-to-code";
|
|
605
609
|
} | {
|
|
606
610
|
name: "ttd";
|
|
607
|
-
tab:
|
|
611
|
+
tab: "mermaid" | "text-to-diagram";
|
|
608
612
|
} | null;
|
|
609
613
|
defaultSidebarDockedPreference: boolean;
|
|
610
614
|
lastPointerDownWith: import("../element/types").PointerType;
|
|
@@ -779,11 +783,12 @@ export declare const actionSaveToActiveFile: {
|
|
|
779
783
|
openDialog: {
|
|
780
784
|
name: "imageExport" | "help" | "jsonExport";
|
|
781
785
|
} | {
|
|
782
|
-
name: "
|
|
783
|
-
source: "
|
|
786
|
+
name: "settings";
|
|
787
|
+
source: "settings" | "tool" | "generation";
|
|
788
|
+
tab: "text-to-diagram" | "diagram-to-code";
|
|
784
789
|
} | {
|
|
785
790
|
name: "ttd";
|
|
786
|
-
tab:
|
|
791
|
+
tab: "mermaid" | "text-to-diagram";
|
|
787
792
|
} | null;
|
|
788
793
|
defaultSidebarDockedPreference: boolean;
|
|
789
794
|
lastPointerDownWith: import("../element/types").PointerType;
|
|
@@ -1119,11 +1124,12 @@ export declare const actionLoadScene: {
|
|
|
1119
1124
|
openDialog: {
|
|
1120
1125
|
name: "imageExport" | "help" | "jsonExport";
|
|
1121
1126
|
} | {
|
|
1122
|
-
name: "
|
|
1123
|
-
source: "
|
|
1127
|
+
name: "settings";
|
|
1128
|
+
source: "settings" | "tool" | "generation";
|
|
1129
|
+
tab: "text-to-diagram" | "diagram-to-code";
|
|
1124
1130
|
} | {
|
|
1125
1131
|
name: "ttd";
|
|
1126
|
-
tab:
|
|
1132
|
+
tab: "mermaid" | "text-to-diagram";
|
|
1127
1133
|
} | null;
|
|
1128
1134
|
defaultSidebarDockedPreference: boolean;
|
|
1129
1135
|
lastPointerDownWith: import("../element/types").PointerType;
|
|
@@ -1279,11 +1285,12 @@ export declare const actionLoadScene: {
|
|
|
1279
1285
|
openDialog: {
|
|
1280
1286
|
name: "imageExport" | "help" | "jsonExport";
|
|
1281
1287
|
} | {
|
|
1282
|
-
name: "
|
|
1283
|
-
source: "
|
|
1288
|
+
name: "settings";
|
|
1289
|
+
source: "settings" | "tool" | "generation";
|
|
1290
|
+
tab: "text-to-diagram" | "diagram-to-code";
|
|
1284
1291
|
} | {
|
|
1285
1292
|
name: "ttd";
|
|
1286
|
-
tab:
|
|
1293
|
+
tab: "mermaid" | "text-to-diagram";
|
|
1287
1294
|
} | null;
|
|
1288
1295
|
defaultSidebarDockedPreference: boolean;
|
|
1289
1296
|
lastPointerDownWith: import("../element/types").PointerType;
|
|
@@ -1454,11 +1461,12 @@ export declare const actionExportWithDarkMode: {
|
|
|
1454
1461
|
openDialog: {
|
|
1455
1462
|
name: "imageExport" | "help" | "jsonExport";
|
|
1456
1463
|
} | {
|
|
1457
|
-
name: "
|
|
1458
|
-
source: "
|
|
1464
|
+
name: "settings";
|
|
1465
|
+
source: "settings" | "tool" | "generation";
|
|
1466
|
+
tab: "text-to-diagram" | "diagram-to-code";
|
|
1459
1467
|
} | {
|
|
1460
1468
|
name: "ttd";
|
|
1461
|
-
tab:
|
|
1469
|
+
tab: "mermaid" | "text-to-diagram";
|
|
1462
1470
|
} | null;
|
|
1463
1471
|
defaultSidebarDockedPreference: boolean;
|
|
1464
1472
|
lastPointerDownWith: import("../element/types").PointerType;
|
|
@@ -79,11 +79,12 @@ export declare const actionFinalize: {
|
|
|
79
79
|
openDialog: {
|
|
80
80
|
name: "imageExport" | "help" | "jsonExport";
|
|
81
81
|
} | {
|
|
82
|
-
name: "
|
|
83
|
-
source: "
|
|
82
|
+
name: "settings";
|
|
83
|
+
source: "settings" | "tool" | "generation";
|
|
84
|
+
tab: "text-to-diagram" | "diagram-to-code";
|
|
84
85
|
} | {
|
|
85
86
|
name: "ttd";
|
|
86
|
-
tab:
|
|
87
|
+
tab: "mermaid" | "text-to-diagram";
|
|
87
88
|
} | null;
|
|
88
89
|
defaultSidebarDockedPreference: boolean;
|
|
89
90
|
lastPointerDownWith: import("../element/types").PointerType;
|
|
@@ -245,11 +246,12 @@ export declare const actionFinalize: {
|
|
|
245
246
|
openDialog: {
|
|
246
247
|
name: "imageExport" | "help" | "jsonExport";
|
|
247
248
|
} | {
|
|
248
|
-
name: "
|
|
249
|
-
source: "
|
|
249
|
+
name: "settings";
|
|
250
|
+
source: "settings" | "tool" | "generation";
|
|
251
|
+
tab: "text-to-diagram" | "diagram-to-code";
|
|
250
252
|
} | {
|
|
251
253
|
name: "ttd";
|
|
252
|
-
tab:
|
|
254
|
+
tab: "mermaid" | "text-to-diagram";
|
|
253
255
|
} | null;
|
|
254
256
|
defaultSidebarDockedPreference: boolean;
|
|
255
257
|
lastPointerDownWith: import("../element/types").PointerType;
|