@zsviczian/excalidraw 0.15.2-obsidian-13 → 0.15.3-obsidian

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.
Files changed (434) hide show
  1. package/dist/excalidraw.development.js +56 -56
  2. package/dist/excalidraw.production.min.js +1 -1
  3. package/package.json +1 -1
  4. package/types/actions/actionAddToLibrary.d.ts +449 -440
  5. package/types/actions/actionAlign.d.ts +96 -96
  6. package/types/actions/actionBoundText.d.ts +336 -330
  7. package/types/actions/actionCanvas.d.ts +1880 -1844
  8. package/types/actions/actionClipboard.d.ts +843 -828
  9. package/types/actions/actionDeleteSelected.d.ts +483 -474
  10. package/types/actions/actionDistribute.d.ts +32 -32
  11. package/types/actions/actionDuplicateSelection.d.ts +21 -21
  12. package/types/actions/actionElementLock.d.ts +321 -315
  13. package/types/actions/actionExport.d.ts +1415 -1388
  14. package/types/actions/actionFinalize.d.ts +304 -298
  15. package/types/actions/actionFlip.d.ts +32 -32
  16. package/types/actions/actionFrame.d.ts +498 -489
  17. package/types/actions/actionGroup.d.ts +332 -326
  18. package/types/actions/actionHistory.d.ts +6 -6
  19. package/types/actions/actionLinearEditor.d.ts +160 -157
  20. package/types/actions/actionMenu.d.ts +487 -478
  21. package/types/actions/actionNavigate.d.ts +14 -14
  22. package/types/actions/actionProperties.d.ts +2051 -2012
  23. package/types/actions/actionSelectAll.d.ts +160 -157
  24. package/types/actions/actionStyles.d.ts +174 -171
  25. package/types/actions/actionToggleGridMode.d.ts +163 -160
  26. package/types/actions/actionToggleStats.d.ts +160 -157
  27. package/types/actions/actionToggleViewMode.d.ts +162 -159
  28. package/types/actions/actionToggleZenMode.d.ts +162 -159
  29. package/types/actions/actionZindex.d.ts +67 -67
  30. package/types/actions/index.d.ts +24 -24
  31. package/types/actions/manager.d.ts +21 -21
  32. package/types/actions/register.d.ts +5 -5
  33. package/types/actions/shortcuts.d.ts +4 -4
  34. package/types/actions/types.d.ts +45 -45
  35. package/types/align.d.ts +6 -6
  36. package/types/analytics.d.ts +1 -1
  37. package/types/appState.d.ts +81 -81
  38. package/types/charts.d.ts +27 -27
  39. package/types/clients.d.ts +5 -5
  40. package/types/clipboard.d.ts +26 -26
  41. package/types/colors.d.ts +61 -61
  42. package/types/components/Actions.d.ts +36 -36
  43. package/types/components/ActiveConfirmDialog.d.ts +4 -4
  44. package/types/components/App.d.ts +290 -290
  45. package/types/components/Avatar.d.ts +10 -10
  46. package/types/components/BraveMeasureTextError.d.ts +2 -2
  47. package/types/components/Button.d.ts +16 -16
  48. package/types/components/ButtonIconSelect.d.ts +19 -19
  49. package/types/components/Card.d.ts +6 -6
  50. package/types/components/CheckboxItem.d.ts +8 -8
  51. package/types/components/ColorPicker/ColorInput.d.ts +7 -7
  52. package/types/components/ColorPicker/ColorPicker.d.ts +19 -19
  53. package/types/components/ColorPicker/CustomColorList.d.ts +8 -8
  54. package/types/components/ColorPicker/HotkeyLabel.d.ts +8 -8
  55. package/types/components/ColorPicker/Picker.d.ts +18 -18
  56. package/types/components/ColorPicker/PickerColorList.d.ts +10 -10
  57. package/types/components/ColorPicker/PickerHeading.d.ts +5 -5
  58. package/types/components/ColorPicker/ShadeList.d.ts +8 -8
  59. package/types/components/ColorPicker/TopPicks.d.ts +9 -9
  60. package/types/components/ColorPicker/colorPickerUtils.d.ts +21 -21
  61. package/types/components/ColorPicker/keyboardNavHandlers.d.ts +20 -20
  62. package/types/components/ConfirmDialog.d.ts +10 -10
  63. package/types/components/ContextMenu.d.ts +15 -15
  64. package/types/components/DarkModeToggle.d.ts +7 -7
  65. package/types/components/DefaultSidebar.d.ts +29 -29
  66. package/types/components/Dialog.d.ts +13 -13
  67. package/types/components/DialogActionButton.d.ts +10 -10
  68. package/types/components/ErrorDialog.d.ts +5 -5
  69. package/types/components/EyeDropper.d.ts +17 -17
  70. package/types/components/FilledButton.d.ts +17 -17
  71. package/types/components/FixedSideContainer.d.ts +9 -9
  72. package/types/components/HandButton.d.ts +10 -10
  73. package/types/components/HelpButton.d.ts +7 -7
  74. package/types/components/HelpDialog.d.ts +4 -4
  75. package/types/components/HintViewer.d.ts +10 -10
  76. package/types/components/IconPicker.d.ts +13 -13
  77. package/types/components/ImageExportDialog.d.ts +13 -13
  78. package/types/components/InitializeApp.d.ts +10 -10
  79. package/types/components/Island.d.ts +10 -10
  80. package/types/components/JSONExportDialog.d.ts +15 -15
  81. package/types/components/LayerUI.d.ts +33 -33
  82. package/types/components/LibraryMenu.d.ts +24 -24
  83. package/types/components/LibraryMenuBrowseButton.d.ts +7 -7
  84. package/types/components/LibraryMenuControlButtons.d.ts +9 -9
  85. package/types/components/LibraryMenuHeaderContent.d.ts +17 -17
  86. package/types/components/LibraryMenuItems.d.ts +14 -14
  87. package/types/components/LibraryMenuSection.d.ts +22 -22
  88. package/types/components/LibraryUnit.d.ts +14 -14
  89. package/types/components/LoadingMessage.d.ts +5 -5
  90. package/types/components/LockButton.d.ts +10 -10
  91. package/types/components/MobileMenu.d.ts +27 -27
  92. package/types/components/Modal.d.ts +13 -13
  93. package/types/components/OverwriteConfirm/OverwriteConfirm.d.ts +17 -17
  94. package/types/components/OverwriteConfirm/OverwriteConfirmActions.d.ts +17 -17
  95. package/types/components/OverwriteConfirm/OverwriteConfirmState.d.ts +22 -22
  96. package/types/components/PasteChartDialog.d.ts +8 -8
  97. package/types/components/PenModeButton.d.ts +12 -12
  98. package/types/components/Popover.d.ts +15 -15
  99. package/types/components/ProjectName.d.ts +11 -11
  100. package/types/components/PublishLibrary.d.ts +16 -16
  101. package/types/components/RadioGroup.d.ts +12 -12
  102. package/types/components/Section.d.ts +6 -6
  103. package/types/components/Sidebar/Sidebar.d.ts +76 -76
  104. package/types/components/Sidebar/SidebarHeader.d.ts +7 -7
  105. package/types/components/Sidebar/SidebarTab.d.ts +8 -8
  106. package/types/components/Sidebar/SidebarTabTrigger.d.ts +9 -9
  107. package/types/components/Sidebar/SidebarTabTriggers.d.ts +6 -6
  108. package/types/components/Sidebar/SidebarTabs.d.ts +6 -6
  109. package/types/components/Sidebar/SidebarTrigger.d.ts +6 -6
  110. package/types/components/Sidebar/common.d.ts +33 -33
  111. package/types/components/Spinner.d.ts +7 -7
  112. package/types/components/Stack.d.ts +16 -16
  113. package/types/components/Stats.d.ts +11 -11
  114. package/types/components/Switch.d.ts +9 -9
  115. package/types/components/Toast.d.ts +7 -7
  116. package/types/components/ToolButton.d.ts +47 -47
  117. package/types/components/Tooltip.d.ts +17 -17
  118. package/types/components/Trans.d.ts +9 -9
  119. package/types/components/UserList.d.ts +8 -8
  120. package/types/components/canvases/InteractiveCanvas.d.ts +27 -26
  121. package/types/components/canvases/StaticCanvas.d.ts +18 -18
  122. package/types/components/canvases/index.d.ts +3 -3
  123. package/types/components/dropdownMenu/DropdownMenu.d.ts +67 -67
  124. package/types/components/dropdownMenu/DropdownMenuContent.d.ts +15 -15
  125. package/types/components/dropdownMenu/DropdownMenuGroup.d.ts +11 -11
  126. package/types/components/dropdownMenu/DropdownMenuItem.d.ts +12 -12
  127. package/types/components/dropdownMenu/DropdownMenuItemContent.d.ts +6 -6
  128. package/types/components/dropdownMenu/DropdownMenuItemCustom.d.ts +6 -6
  129. package/types/components/dropdownMenu/DropdownMenuItemLink.d.ts +13 -13
  130. package/types/components/dropdownMenu/DropdownMenuSeparator.d.ts +5 -5
  131. package/types/components/dropdownMenu/DropdownMenuTrigger.d.ts +10 -10
  132. package/types/components/dropdownMenu/common.d.ts +6 -6
  133. package/types/components/dropdownMenu/dropdownMenuUtils.d.ts +3 -3
  134. package/types/components/footer/Footer.d.ts +12 -12
  135. package/types/components/footer/FooterCenter.d.ts +8 -8
  136. package/types/components/hoc/withInternalFallback.d.ts +4 -4
  137. package/types/components/icons.d.ts +154 -154
  138. package/types/components/live-collaboration/LiveCollaborationTrigger.d.ts +9 -9
  139. package/types/components/main-menu/DefaultItems.d.ts +44 -44
  140. package/types/components/main-menu/MainMenu.d.ts +61 -61
  141. package/types/components/welcome-screen/WelcomeScreen.Center.d.ts +57 -57
  142. package/types/components/welcome-screen/WelcomeScreen.Hints.d.ts +19 -19
  143. package/types/components/welcome-screen/WelcomeScreen.d.ts +84 -84
  144. package/types/constants.d.ts +230 -230
  145. package/types/context/tunnels.d.ts +19 -19
  146. package/types/context/ui-appState.d.ts +4 -4
  147. package/types/data/blob.d.ts +48 -48
  148. package/types/data/encode.d.ts +53 -53
  149. package/types/data/encryption.d.ts +9 -9
  150. package/types/data/filesystem.d.ts +19 -19
  151. package/types/data/image.d.ts +15 -15
  152. package/types/data/index.d.ts +13 -13
  153. package/types/data/json.d.ts +16 -16
  154. package/types/data/library.d.ts +54 -54
  155. package/types/data/resave.d.ts +5 -5
  156. package/types/data/restore.d.ts +21 -21
  157. package/types/data/transform.d.ts +71 -71
  158. package/types/data/types.d.ts +45 -45
  159. package/types/data/url.d.ts +7 -7
  160. package/types/distribute.d.ts +6 -6
  161. package/types/element/Hyperlink.d.ts +184 -181
  162. package/types/element/binding.d.ts +34 -34
  163. package/types/element/bounds.d.ts +53 -53
  164. package/types/element/collision.d.ts +21 -21
  165. package/types/element/dragElements.d.ts +6 -6
  166. package/types/element/embeddable.d.ts +178 -175
  167. package/types/element/image.d.ts +32 -32
  168. package/types/element/index.d.ts +21 -21
  169. package/types/element/linearElementEditor.d.ts +295 -292
  170. package/types/element/mutateElement.d.ts +12 -12
  171. package/types/element/newElement.d.ts +99 -99
  172. package/types/element/resizeElements.d.ts +9 -9
  173. package/types/element/resizeTest.d.ts +13 -13
  174. package/types/element/showSelectedShapeActions.d.ts +3 -3
  175. package/types/element/sizeHelpers.d.ts +28 -28
  176. package/types/element/sortElements.d.ts +2 -2
  177. package/types/element/textElement.d.ts +78 -78
  178. package/types/element/textWysiwyg.d.ts +21 -21
  179. package/types/element/transformHandles.d.ts +35 -35
  180. package/types/element/typeChecks.d.ts +29 -29
  181. package/types/element/types.d.ts +166 -166
  182. package/types/errors.d.ts +8 -8
  183. package/types/frame.d.ts +40 -40
  184. package/types/ga.d.ts +63 -63
  185. package/types/gadirections.d.ts +8 -8
  186. package/types/galines.d.ts +22 -22
  187. package/types/gapoints.d.ts +7 -7
  188. package/types/gatransforms.d.ts +10 -10
  189. package/types/gesture.d.ts +6 -6
  190. package/types/groups.d.ts +31 -30
  191. package/types/history.d.ts +52 -52
  192. package/types/hooks/useCallbackRefState.d.ts +1 -1
  193. package/types/hooks/useCreatePortalContainer.d.ts +5 -5
  194. package/types/hooks/useLibraryItemSvg.d.ts +11 -11
  195. package/types/hooks/useOutsideClick.d.ts +19 -19
  196. package/types/hooks/useScrollPosition.d.ts +1 -1
  197. package/types/hooks/useTransition.d.ts +2 -2
  198. package/types/i18n.d.ts +24 -24
  199. package/types/jotai.d.ts +34 -34
  200. package/types/keys.d.ts +80 -80
  201. package/types/math.d.ts +30 -30
  202. package/types/packages/excalidraw/dist/excalidraw.development.d.ts +2 -2
  203. package/types/packages/excalidraw/dist/excalidraw.production.min.d.ts +1 -1
  204. package/types/packages/excalidraw/entry.d.ts +1 -1
  205. package/types/packages/excalidraw/env.d.ts +1 -1
  206. package/types/packages/excalidraw/example/App.d.ts +14 -14
  207. package/types/packages/excalidraw/example/CustomFooter.d.ts +5 -5
  208. package/types/packages/excalidraw/example/MobileFooter.d.ts +5 -5
  209. package/types/packages/excalidraw/example/index.d.ts +1 -1
  210. package/types/packages/excalidraw/example/initialData.d.ts +290 -290
  211. package/types/packages/excalidraw/example/sidebar/ExampleSidebar.d.ts +5 -5
  212. package/types/packages/excalidraw/index.d.ts +39 -39
  213. package/types/packages/excalidraw/main.d.ts +2 -2
  214. package/types/packages/excalidraw/publicPath.d.ts +1 -1
  215. package/types/packages/excalidraw/webpack.dev-server.config.d.ts +19 -19
  216. package/types/packages/excalidraw/webpack.dev.config.d.ts +80 -80
  217. package/types/packages/excalidraw/webpack.prod.config.d.ts +95 -95
  218. package/types/packages/utils.d.ts +43 -43
  219. package/types/points.d.ts +7 -7
  220. package/types/polyfill.d.ts +2 -2
  221. package/types/random.d.ts +4 -4
  222. package/types/renderer/easingFunctions.d.ts +6 -6
  223. package/types/renderer/renderElement.d.ts +25 -25
  224. package/types/renderer/renderScene.d.ts +31 -31
  225. package/types/renderer/roundRect.d.ts +11 -11
  226. package/types/scene/Fonts.d.ts +21 -21
  227. package/types/scene/Renderer.d.ts +25 -25
  228. package/types/scene/Scene.d.ts +62 -62
  229. package/types/scene/Shape.d.ts +12 -12
  230. package/types/scene/ShapeCache.d.ts +20 -20
  231. package/types/scene/comparisons.d.ts +10 -10
  232. package/types/scene/export.d.ts +25 -25
  233. package/types/scene/index.d.ts +5 -5
  234. package/types/scene/scroll.d.ts +17 -17
  235. package/types/scene/scrollbars.d.ts +12 -12
  236. package/types/scene/selection.d.ts +31 -31
  237. package/types/scene/types.d.ts +92 -92
  238. package/types/scene/zoom.d.ts +13 -13
  239. package/types/shapes.d.ts +62 -62
  240. package/types/types.d.ts +546 -544
  241. package/types/utility-types.d.ts +24 -24
  242. package/types/utils.d.ts +200 -200
  243. package/types/zindex.d.ts +6 -6
  244. package/types/actions/actionToggleLock.d.ts +0 -135
  245. package/types/components/ColorPicker.d.ts +0 -19
  246. package/types/components/LibraryButton.d.ts +0 -8
  247. package/types/components/SingleLibraryItem.d.ts +0 -10
  248. package/types/components/context/tunnels.d.ts +0 -16
  249. package/types/components/hoc/withUpstreamOverride.d.ts +0 -10
  250. package/types/packages/common.webpack.dev.config.d.ts +0 -72
  251. package/types/packages/common.webpack.prod.config.d.ts +0 -84
  252. package/types/packages/excalidraw/dist/100.d.ts +0 -0
  253. package/types/packages/excalidraw/dist/1389.d.ts +0 -0
  254. package/types/packages/excalidraw/dist/1998.d.ts +0 -0
  255. package/types/packages/excalidraw/dist/4194.d.ts +0 -0
  256. package/types/packages/excalidraw/dist/4881.d.ts +0 -0
  257. package/types/packages/excalidraw/dist/5763.d.ts +0 -0
  258. package/types/packages/excalidraw/dist/5914.d.ts +0 -0
  259. package/types/packages/excalidraw/dist/6689.d.ts +0 -0
  260. package/types/packages/excalidraw/dist/excalidraw-assets/locales/ar-SA-json-b9c75e6743e089f51f9b.d.ts +0 -0
  261. package/types/packages/excalidraw/dist/excalidraw-assets/locales/az-AZ-json-32268e2c7ad89fce5d2c.d.ts +0 -0
  262. package/types/packages/excalidraw/dist/excalidraw-assets/locales/bg-BG-json-ff5ef83d3c2706367417.d.ts +0 -0
  263. package/types/packages/excalidraw/dist/excalidraw-assets/locales/bn-BD-json-f9b1344b2f5c0ab53ce8.d.ts +0 -0
  264. package/types/packages/excalidraw/dist/excalidraw-assets/locales/ca-ES-json-d4a1f01f8c174c315974.d.ts +0 -0
  265. package/types/packages/excalidraw/dist/excalidraw-assets/locales/cs-CZ-json-ff1b9bbfe92356698245.d.ts +0 -0
  266. package/types/packages/excalidraw/dist/excalidraw-assets/locales/da-DK-json-ac982a0c1e02b45f9500.d.ts +0 -0
  267. package/types/packages/excalidraw/dist/excalidraw-assets/locales/de-DE-json-a3222d8a9ed4864ccedf.d.ts +0 -0
  268. package/types/packages/excalidraw/dist/excalidraw-assets/locales/el-GR-json-8cc1609bd088ec4f197a.d.ts +0 -0
  269. package/types/packages/excalidraw/dist/excalidraw-assets/locales/es-ES-json-4f3da97feff33cb00e6d.d.ts +0 -0
  270. package/types/packages/excalidraw/dist/excalidraw-assets/locales/eu-ES-json-f9efd2bf2555bceb526a.d.ts +0 -0
  271. package/types/packages/excalidraw/dist/excalidraw-assets/locales/fa-IR-json-abcad5d329ac9558750e.d.ts +0 -0
  272. package/types/packages/excalidraw/dist/excalidraw-assets/locales/fi-FI-json-7250174bb3682c3ee602.d.ts +0 -0
  273. package/types/packages/excalidraw/dist/excalidraw-assets/locales/fr-FR-json-f82759a1bc767e0889bd.d.ts +0 -0
  274. package/types/packages/excalidraw/dist/excalidraw-assets/locales/gl-ES-json-8408403b5df17158e269.d.ts +0 -0
  275. package/types/packages/excalidraw/dist/excalidraw-assets/locales/he-IL-json-2e5cea590dd00f76b42f.d.ts +0 -0
  276. package/types/packages/excalidraw/dist/excalidraw-assets/locales/hi-IN-json-3898c9c1216b44476529.d.ts +0 -0
  277. package/types/packages/excalidraw/dist/excalidraw-assets/locales/hu-HU-json-1b5028b3a2676b3e7bde.d.ts +0 -0
  278. package/types/packages/excalidraw/dist/excalidraw-assets/locales/id-ID-json-43d505d7071a0e359681.d.ts +0 -0
  279. package/types/packages/excalidraw/dist/excalidraw-assets/locales/it-IT-json-a1526e95ebe4c2156ffb.d.ts +0 -0
  280. package/types/packages/excalidraw/dist/excalidraw-assets/locales/ja-JP-json-b7b0079dca8ece2551c7.d.ts +0 -0
  281. package/types/packages/excalidraw/dist/excalidraw-assets/locales/kaa-json-b2f03ae2f239b9fae304.d.ts +0 -0
  282. package/types/packages/excalidraw/dist/excalidraw-assets/locales/kab-KAB-json-e8618205ea49417e5fb4.d.ts +0 -0
  283. package/types/packages/excalidraw/dist/excalidraw-assets/locales/kk-KZ-json-f648362328b839e9313f.d.ts +0 -0
  284. package/types/packages/excalidraw/dist/excalidraw-assets/locales/km-KH-json-920cbd8cb9ea3c2ce631.d.ts +0 -0
  285. package/types/packages/excalidraw/dist/excalidraw-assets/locales/ko-KR-json-e5f26d9854a5d68ada0a.d.ts +0 -0
  286. package/types/packages/excalidraw/dist/excalidraw-assets/locales/ku-TR-json-374bbbb0b003a490681d.d.ts +0 -0
  287. package/types/packages/excalidraw/dist/excalidraw-assets/locales/lt-LT-json-9caac0d3530651221c75.d.ts +0 -0
  288. package/types/packages/excalidraw/dist/excalidraw-assets/locales/lv-LV-json-c811870330575e53285c.d.ts +0 -0
  289. package/types/packages/excalidraw/dist/excalidraw-assets/locales/mr-IN-json-05294735c64b63223d8e.d.ts +0 -0
  290. package/types/packages/excalidraw/dist/excalidraw-assets/locales/my-MM-json-c3cff6d30b1e629f546f.d.ts +0 -0
  291. package/types/packages/excalidraw/dist/excalidraw-assets/locales/nb-NO-json-75cfab63ad7c2ff45f19.d.ts +0 -0
  292. package/types/packages/excalidraw/dist/excalidraw-assets/locales/nl-NL-json-90ef39ed303967aeb9c2.d.ts +0 -0
  293. package/types/packages/excalidraw/dist/excalidraw-assets/locales/nn-NO-json-1a8db0d8c3717d895cc5.d.ts +0 -0
  294. package/types/packages/excalidraw/dist/excalidraw-assets/locales/oc-FR-json-925326d13bc187dcd377.d.ts +0 -0
  295. package/types/packages/excalidraw/dist/excalidraw-assets/locales/pa-IN-json-d9ee09801ed220840b2b.d.ts +0 -0
  296. package/types/packages/excalidraw/dist/excalidraw-assets/locales/pl-PL-json-9a1b0b7262cd86ab734f.d.ts +0 -0
  297. package/types/packages/excalidraw/dist/excalidraw-assets/locales/pt-BR-json-62a1095dd13343b61194.d.ts +0 -0
  298. package/types/packages/excalidraw/dist/excalidraw-assets/locales/pt-PT-json-cc517eed349ce432b054.d.ts +0 -0
  299. package/types/packages/excalidraw/dist/excalidraw-assets/locales/ro-RO-json-162b57c475da796d5a5b.d.ts +0 -0
  300. package/types/packages/excalidraw/dist/excalidraw-assets/locales/ru-RU-json-cfc347872e181d1335a7.d.ts +0 -0
  301. package/types/packages/excalidraw/dist/excalidraw-assets/locales/si-LK-json-674ece30d49390e45733.d.ts +0 -0
  302. package/types/packages/excalidraw/dist/excalidraw-assets/locales/sk-SK-json-8edebc008b63305c87e1.d.ts +0 -0
  303. package/types/packages/excalidraw/dist/excalidraw-assets/locales/sl-SI-json-826580e1006547dbbd3b.d.ts +0 -0
  304. package/types/packages/excalidraw/dist/excalidraw-assets/locales/sv-SE-json-84a855efd030e37f51ab.d.ts +0 -0
  305. package/types/packages/excalidraw/dist/excalidraw-assets/locales/ta-IN-json-f59f50c4b8f2b2fee8ca.d.ts +0 -0
  306. package/types/packages/excalidraw/dist/excalidraw-assets/locales/th-TH-json-4cbe42d56e0a6f261769.d.ts +0 -0
  307. package/types/packages/excalidraw/dist/excalidraw-assets/locales/tr-TR-json-eb07e9699c26fef02345.d.ts +0 -0
  308. package/types/packages/excalidraw/dist/excalidraw-assets/locales/uk-UA-json-a48bb2e866a11d396a35.d.ts +0 -0
  309. package/types/packages/excalidraw/dist/excalidraw-assets/locales/vi-VN-json-cbbaff972778abc0e34b.d.ts +0 -0
  310. package/types/packages/excalidraw/dist/excalidraw-assets/locales/zh-CN-json-48964474c5d477443a1b.d.ts +0 -0
  311. package/types/packages/excalidraw/dist/excalidraw-assets/locales/zh-HK-json-19e6814bddb06e0dd6e3.d.ts +0 -0
  312. package/types/packages/excalidraw/dist/excalidraw-assets/locales/zh-TW-json-3fcc3dcef74999ea3757.d.ts +0 -0
  313. package/types/packages/excalidraw/dist/excalidraw-assets/vendor-4e96a832da47fc7016f9.d.ts +0 -0
  314. package/types/packages/excalidraw/dist/excalidraw-assets/vendor-e62281f32dc8bed5f240.d.ts +0 -0
  315. package/types/packages/excalidraw/dist/excalidraw-assets-dev/locales/ar-SA-json-a69e95810fd104088c5c.d.ts +0 -2
  316. package/types/packages/excalidraw/dist/excalidraw-assets-dev/locales/az-AZ-json-589b1b62c7020f14c833.d.ts +0 -2
  317. package/types/packages/excalidraw/dist/excalidraw-assets-dev/locales/bg-BG-json-79742eced03e74339dfa.d.ts +0 -2
  318. package/types/packages/excalidraw/dist/excalidraw-assets-dev/locales/bn-BD-json-737c1b739f303a032d89.d.ts +0 -2
  319. package/types/packages/excalidraw/dist/excalidraw-assets-dev/locales/ca-ES-json-5f515dea6151baaa2eaa.d.ts +0 -2
  320. package/types/packages/excalidraw/dist/excalidraw-assets-dev/locales/cs-CZ-json-124bc5ab8060f0c7e965.d.ts +0 -2
  321. package/types/packages/excalidraw/dist/excalidraw-assets-dev/locales/da-DK-json-d099915b14b07f999456.d.ts +0 -2
  322. package/types/packages/excalidraw/dist/excalidraw-assets-dev/locales/de-DE-json-d8d9ee97794526088903.d.ts +0 -2
  323. package/types/packages/excalidraw/dist/excalidraw-assets-dev/locales/el-GR-json-8562deea2ef40d73cf8a.d.ts +0 -2
  324. package/types/packages/excalidraw/dist/excalidraw-assets-dev/locales/es-ES-json-da3d630806693d7dac08.d.ts +0 -2
  325. package/types/packages/excalidraw/dist/excalidraw-assets-dev/locales/eu-ES-json-ea32646b47bf29438fb9.d.ts +0 -2
  326. package/types/packages/excalidraw/dist/excalidraw-assets-dev/locales/fa-IR-json-e8d73ea1c5bdccca7b27.d.ts +0 -2
  327. package/types/packages/excalidraw/dist/excalidraw-assets-dev/locales/fi-FI-json-1d2a667fad3ea0ced0ef.d.ts +0 -2
  328. package/types/packages/excalidraw/dist/excalidraw-assets-dev/locales/fr-FR-json-ef3b02eac347cee42eac.d.ts +0 -2
  329. package/types/packages/excalidraw/dist/excalidraw-assets-dev/locales/gl-ES-json-3c8bbe9429fc52e410b2.d.ts +0 -2
  330. package/types/packages/excalidraw/dist/excalidraw-assets-dev/locales/he-IL-json-4a05a09da3b8c37144d5.d.ts +0 -2
  331. package/types/packages/excalidraw/dist/excalidraw-assets-dev/locales/hi-IN-json-0300ce94e80ea89134af.d.ts +0 -2
  332. package/types/packages/excalidraw/dist/excalidraw-assets-dev/locales/hu-HU-json-331ac1b31c82505ea6cc.d.ts +0 -2
  333. package/types/packages/excalidraw/dist/excalidraw-assets-dev/locales/id-ID-json-f8ba56a28586e4e77070.d.ts +0 -2
  334. package/types/packages/excalidraw/dist/excalidraw-assets-dev/locales/it-IT-json-0d8f11dec1a87e9359c8.d.ts +0 -2
  335. package/types/packages/excalidraw/dist/excalidraw-assets-dev/locales/ja-JP-json-ceaa3287f265ae241112.d.ts +0 -2
  336. package/types/packages/excalidraw/dist/excalidraw-assets-dev/locales/kaa-json-4efd2d14964af8a534cb.d.ts +0 -2
  337. package/types/packages/excalidraw/dist/excalidraw-assets-dev/locales/kab-KAB-json-3e7e196cc06505d82d71.d.ts +0 -2
  338. package/types/packages/excalidraw/dist/excalidraw-assets-dev/locales/kk-KZ-json-96ab3e149666871ce872.d.ts +0 -2
  339. package/types/packages/excalidraw/dist/excalidraw-assets-dev/locales/km-KH-json-5e3f43be16a6ec0eb24f.d.ts +0 -2
  340. package/types/packages/excalidraw/dist/excalidraw-assets-dev/locales/ko-KR-json-1f078c7aad070d3bd0e9.d.ts +0 -2
  341. package/types/packages/excalidraw/dist/excalidraw-assets-dev/locales/ku-TR-json-fcef5d1f6a04981f2a5e.d.ts +0 -2
  342. package/types/packages/excalidraw/dist/excalidraw-assets-dev/locales/lt-LT-json-09bf8afbe684fc98c92a.d.ts +0 -2
  343. package/types/packages/excalidraw/dist/excalidraw-assets-dev/locales/lv-LV-json-95d0faca7a20097e219f.d.ts +0 -2
  344. package/types/packages/excalidraw/dist/excalidraw-assets-dev/locales/mr-IN-json-3ffe983e37fedc73cd65.d.ts +0 -2
  345. package/types/packages/excalidraw/dist/excalidraw-assets-dev/locales/my-MM-json-c88241ade5d8f9bafe5d.d.ts +0 -2
  346. package/types/packages/excalidraw/dist/excalidraw-assets-dev/locales/nb-NO-json-b80dd1befb2641b9364c.d.ts +0 -2
  347. package/types/packages/excalidraw/dist/excalidraw-assets-dev/locales/nl-NL-json-4f65f25ec5e87503413e.d.ts +0 -2
  348. package/types/packages/excalidraw/dist/excalidraw-assets-dev/locales/nn-NO-json-2134d8b06b7e30965748.d.ts +0 -2
  349. package/types/packages/excalidraw/dist/excalidraw-assets-dev/locales/oc-FR-json-3e134022a025ff54b6f2.d.ts +0 -2
  350. package/types/packages/excalidraw/dist/excalidraw-assets-dev/locales/pa-IN-json-97ad2e2064b71f244820.d.ts +0 -2
  351. package/types/packages/excalidraw/dist/excalidraw-assets-dev/locales/pl-PL-json-1ed88814e0018339868e.d.ts +0 -2
  352. package/types/packages/excalidraw/dist/excalidraw-assets-dev/locales/pt-BR-json-49f03e588be4c6bbe08c.d.ts +0 -2
  353. package/types/packages/excalidraw/dist/excalidraw-assets-dev/locales/pt-PT-json-2929d15eba5953ef7715.d.ts +0 -2
  354. package/types/packages/excalidraw/dist/excalidraw-assets-dev/locales/ro-RO-json-785455320326c2640311.d.ts +0 -2
  355. package/types/packages/excalidraw/dist/excalidraw-assets-dev/locales/ru-RU-json-8836a70e1fe715aa70c7.d.ts +0 -2
  356. package/types/packages/excalidraw/dist/excalidraw-assets-dev/locales/si-LK-json-244722aa29ba7ca8bd7a.d.ts +0 -2
  357. package/types/packages/excalidraw/dist/excalidraw-assets-dev/locales/sk-SK-json-97afb0ec22d1503e2af4.d.ts +0 -2
  358. package/types/packages/excalidraw/dist/excalidraw-assets-dev/locales/sl-SI-json-e59c2bd944228503e705.d.ts +0 -2
  359. package/types/packages/excalidraw/dist/excalidraw-assets-dev/locales/sv-SE-json-8ee6702d94e84e48faa8.d.ts +0 -2
  360. package/types/packages/excalidraw/dist/excalidraw-assets-dev/locales/ta-IN-json-3c99dc4ff8af7e2523f3.d.ts +0 -2
  361. package/types/packages/excalidraw/dist/excalidraw-assets-dev/locales/th-TH-json-a4b323409d22013c30e2.d.ts +0 -2
  362. package/types/packages/excalidraw/dist/excalidraw-assets-dev/locales/tr-TR-json-399c6f39c50e30399d18.d.ts +0 -2
  363. package/types/packages/excalidraw/dist/excalidraw-assets-dev/locales/uk-UA-json-8657d9ac1c78af847957.d.ts +0 -2
  364. package/types/packages/excalidraw/dist/excalidraw-assets-dev/locales/vi-VN-json-e81217b667a314e4b841.d.ts +0 -2
  365. package/types/packages/excalidraw/dist/excalidraw-assets-dev/locales/zh-CN-json-a97b8c616b2f0548d66c.d.ts +0 -2
  366. package/types/packages/excalidraw/dist/excalidraw-assets-dev/locales/zh-HK-json-2f278ce98daca1c37501.d.ts +0 -2
  367. package/types/packages/excalidraw/dist/excalidraw-assets-dev/locales/zh-TW-json-e4eb1416e4564d3a1fd9.d.ts +0 -2
  368. package/types/packages/excalidraw/dist/excalidraw-assets-dev/vendor-a14cd58fa2db417e42b2.d.ts +0 -0
  369. package/types/packages/excalidraw/dist/excalidraw-assets-dev/vendor-ca1b29f7c27b424efab5.d.ts +0 -0
  370. package/types/packages/excalidraw/dist/locales/ar-SA-json.d.ts +0 -2
  371. package/types/packages/excalidraw/dist/locales/az-AZ-json.d.ts +0 -2
  372. package/types/packages/excalidraw/dist/locales/bg-BG-json.d.ts +0 -2
  373. package/types/packages/excalidraw/dist/locales/bn-BD-json.d.ts +0 -2
  374. package/types/packages/excalidraw/dist/locales/ca-ES-json.d.ts +0 -2
  375. package/types/packages/excalidraw/dist/locales/cs-CZ-json.d.ts +0 -2
  376. package/types/packages/excalidraw/dist/locales/da-DK-json.d.ts +0 -2
  377. package/types/packages/excalidraw/dist/locales/de-DE-json.d.ts +0 -2
  378. package/types/packages/excalidraw/dist/locales/el-GR-json.d.ts +0 -2
  379. package/types/packages/excalidraw/dist/locales/es-ES-json.d.ts +0 -2
  380. package/types/packages/excalidraw/dist/locales/eu-ES-json.d.ts +0 -2
  381. package/types/packages/excalidraw/dist/locales/fa-IR-json.d.ts +0 -2
  382. package/types/packages/excalidraw/dist/locales/fi-FI-json.d.ts +0 -2
  383. package/types/packages/excalidraw/dist/locales/fr-FR-json.d.ts +0 -2
  384. package/types/packages/excalidraw/dist/locales/gl-ES-json.d.ts +0 -2
  385. package/types/packages/excalidraw/dist/locales/he-IL-json.d.ts +0 -2
  386. package/types/packages/excalidraw/dist/locales/hi-IN-json.d.ts +0 -2
  387. package/types/packages/excalidraw/dist/locales/hu-HU-json.d.ts +0 -2
  388. package/types/packages/excalidraw/dist/locales/id-ID-json.d.ts +0 -2
  389. package/types/packages/excalidraw/dist/locales/it-IT-json.d.ts +0 -2
  390. package/types/packages/excalidraw/dist/locales/ja-JP-json.d.ts +0 -2
  391. package/types/packages/excalidraw/dist/locales/kaa-json.d.ts +0 -2
  392. package/types/packages/excalidraw/dist/locales/kab-KAB-json.d.ts +0 -2
  393. package/types/packages/excalidraw/dist/locales/kk-KZ-json.d.ts +0 -2
  394. package/types/packages/excalidraw/dist/locales/km-KH-json.d.ts +0 -2
  395. package/types/packages/excalidraw/dist/locales/ko-KR-json.d.ts +0 -2
  396. package/types/packages/excalidraw/dist/locales/ku-TR-json.d.ts +0 -2
  397. package/types/packages/excalidraw/dist/locales/lt-LT-json.d.ts +0 -2
  398. package/types/packages/excalidraw/dist/locales/lv-LV-json.d.ts +0 -2
  399. package/types/packages/excalidraw/dist/locales/mr-IN-json.d.ts +0 -2
  400. package/types/packages/excalidraw/dist/locales/my-MM-json.d.ts +0 -2
  401. package/types/packages/excalidraw/dist/locales/nb-NO-json.d.ts +0 -2
  402. package/types/packages/excalidraw/dist/locales/nl-NL-json.d.ts +0 -2
  403. package/types/packages/excalidraw/dist/locales/nn-NO-json.d.ts +0 -2
  404. package/types/packages/excalidraw/dist/locales/oc-FR-json.d.ts +0 -2
  405. package/types/packages/excalidraw/dist/locales/pa-IN-json.d.ts +0 -2
  406. package/types/packages/excalidraw/dist/locales/pl-PL-json.d.ts +0 -2
  407. package/types/packages/excalidraw/dist/locales/pt-BR-json.d.ts +0 -2
  408. package/types/packages/excalidraw/dist/locales/pt-PT-json.d.ts +0 -2
  409. package/types/packages/excalidraw/dist/locales/ro-RO-json.d.ts +0 -2
  410. package/types/packages/excalidraw/dist/locales/ru-RU-json.d.ts +0 -2
  411. package/types/packages/excalidraw/dist/locales/si-LK-json.d.ts +0 -2
  412. package/types/packages/excalidraw/dist/locales/sk-SK-json.d.ts +0 -2
  413. package/types/packages/excalidraw/dist/locales/sl-SI-json.d.ts +0 -2
  414. package/types/packages/excalidraw/dist/locales/sv-SE-json.d.ts +0 -2
  415. package/types/packages/excalidraw/dist/locales/ta-IN-json.d.ts +0 -2
  416. package/types/packages/excalidraw/dist/locales/th-TH-json.d.ts +0 -2
  417. package/types/packages/excalidraw/dist/locales/tr-TR-json.d.ts +0 -2
  418. package/types/packages/excalidraw/dist/locales/uk-UA-json.d.ts +0 -2
  419. package/types/packages/excalidraw/dist/locales/vi-VN-json.d.ts +0 -2
  420. package/types/packages/excalidraw/dist/locales/zh-CN-json.d.ts +0 -2
  421. package/types/packages/excalidraw/dist/locales/zh-HK-json.d.ts +0 -2
  422. package/types/packages/excalidraw/dist/locales/zh-TW-json.d.ts +0 -2
  423. package/types/packages/excalidraw/dist/node_modules_browser-fs-access_dist_directory-open-01563666_js.d.ts +0 -0
  424. package/types/packages/excalidraw/dist/node_modules_browser-fs-access_dist_directory-open-4ed118d0_js.d.ts +0 -0
  425. package/types/packages/excalidraw/dist/node_modules_browser-fs-access_dist_file-open-002ab408_js.d.ts +0 -0
  426. package/types/packages/excalidraw/dist/node_modules_browser-fs-access_dist_file-open-7c801643_js.d.ts +0 -0
  427. package/types/packages/excalidraw/dist/node_modules_browser-fs-access_dist_file-save-3189631c_js.d.ts +0 -0
  428. package/types/packages/excalidraw/dist/node_modules_browser-fs-access_dist_file-save-745eba88_js.d.ts +0 -0
  429. package/types/packages/excalidraw/dist/node_modules_image-blob-reduce_dist_image-blob-reduce_esm_mjs.d.ts +0 -0
  430. package/types/packages/excalidraw/dist/node_modules_pica_dist_pica_js.d.ts +0 -0
  431. package/types/packages/excalidraw/dist/vendors-node_modules_image-blob-reduce_dist_image-blob-reduce_esm_mjs.d.ts +0 -0
  432. package/types/packages/excalidraw/dist/vendors-node_modules_pica_dist_pica_js.d.ts +0 -0
  433. package/types/packages/excalidraw/webpack.prod.config.newfromexcalidraw.d.ts +0 -95
  434. package/types/packages/excalidraw/webpack.prod.config.old.d.ts +0 -78
@@ -1,1844 +1,1880 @@
1
- import { ExcalidrawElement } from "../element/types";
2
- import { AppClassProperties, AppState, NormalizedZoomValue } from "../types";
3
- export declare const actionChangeViewBackgroundColor: {
4
- name: "changeViewBackgroundColor";
5
- trackEvent: false;
6
- predicate: (elements: readonly ExcalidrawElement[], appState: AppState, props: import("../types").ExcalidrawProps, app: AppClassProperties) => boolean;
7
- perform: (_: readonly ExcalidrawElement[], appState: Readonly<AppState>, value: any) => {
8
- appState: any;
9
- commitToHistory: boolean;
10
- };
11
- PanelComponent: ({ elements, appState, updateData, appProps }: import("./types").PanelComponentProps) => JSX.Element;
12
- } & {
13
- keyTest?: undefined;
14
- };
15
- export declare const actionClearCanvas: {
16
- name: "clearCanvas";
17
- trackEvent: {
18
- category: "canvas";
19
- };
20
- predicate: (elements: readonly ExcalidrawElement[], appState: AppState, props: import("../types").ExcalidrawProps, app: AppClassProperties) => boolean;
21
- perform: (elements: readonly ExcalidrawElement[], appState: Readonly<AppState>, _: any, app: AppClassProperties) => {
22
- elements: ExcalidrawElement[];
23
- appState: {
24
- files: {};
25
- theme: import("../element/types").Theme;
26
- penMode: boolean;
27
- penDetected: boolean;
28
- exportBackground: boolean;
29
- exportEmbedScene: boolean;
30
- gridSize: number | null;
31
- showStats: boolean;
32
- pasteDialog: {
33
- shown: false;
34
- data: null;
35
- } | {
36
- shown: true;
37
- data: import("../charts").Spreadsheet;
38
- };
39
- activeTool: {
40
- lastActiveTool: import("../types").LastActiveTool;
41
- locked: boolean;
42
- } & ({
43
- type: "line" | "arrow" | "text" | "selection" | "rectangle" | "diamond" | "ellipse" | "embeddable" | "image" | "frame" | "freedraw" | "eraser" | "hand";
44
- customType: null;
45
- } | {
46
- type: "custom";
47
- customType: string;
48
- });
49
- colorPalette: {
50
- canvasBackground: import("../colors").ColorPaletteCustom;
51
- elementBackground: import("../colors").ColorPaletteCustom;
52
- elementStroke: import("../colors").ColorPaletteCustom;
53
- topPicks: {
54
- canvasBackground: [string, string, string, string, string];
55
- elementStroke: [string, string, string, string, string];
56
- elementBackground: [string, string, string, string, string];
57
- };
58
- } | undefined;
59
- trayModeEnabled: boolean;
60
- allowPinchZoom: boolean | undefined;
61
- allowWheelZoom: boolean | undefined;
62
- pinnedScripts: string[] | undefined;
63
- customPens: any[] | undefined;
64
- name: string;
65
- toast: {
66
- message: string;
67
- closable?: boolean | undefined;
68
- duration?: number | undefined;
69
- } | null;
70
- collaborators: Map<string, import("../types").Collaborator>;
71
- contextMenu: {
72
- items: import("../components/ContextMenu").ContextMenuItems;
73
- top: number;
74
- left: number;
75
- } | null;
76
- showWelcomeScreen: boolean;
77
- isLoading: boolean;
78
- errorMessage: import("react").ReactNode;
79
- activeEmbeddable: {
80
- element: import("../element/types").NonDeletedExcalidrawElement;
81
- state: "active" | "hover";
82
- } | null;
83
- draggingElement: import("../element/types").NonDeletedExcalidrawElement | null;
84
- resizingElement: import("../element/types").NonDeletedExcalidrawElement | null;
85
- multiElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawLinearElement> | null;
86
- selectionElement: import("../element/types").NonDeletedExcalidrawElement | null;
87
- isBindingEnabled: boolean;
88
- startBoundElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawBindableElement> | null;
89
- suggestedBindings: import("../element/binding").SuggestedBinding[];
90
- frameToHighlight: import("../element/types").NonDeleted<import("../element/types").ExcalidrawFrameElement> | null;
91
- frameRendering: {
92
- enabled: boolean;
93
- name: boolean;
94
- outline: boolean;
95
- clip: boolean;
96
- };
97
- editingFrame: string | null;
98
- elementsToHighlight: import("../element/types").NonDeleted<ExcalidrawElement>[] | null;
99
- editingElement: import("../element/types").NonDeletedExcalidrawElement | null;
100
- editingLinearElement: import("../element/linearElementEditor").LinearElementEditor | null;
101
- exportWithDarkMode: boolean;
102
- exportScale: number;
103
- currentItemStrokeColor: string;
104
- currentItemBackgroundColor: string;
105
- currentItemFillStyle: import("../element/types").FillStyle;
106
- currentItemStrokeWidth: number;
107
- currentItemStrokeStyle: import("../element/types").StrokeStyle;
108
- currentItemRoughness: number;
109
- currentItemOpacity: number;
110
- currentItemFontFamily: number;
111
- currentItemFontSize: number;
112
- currentItemTextAlign: string;
113
- currentItemStartArrowhead: import("../element/types").Arrowhead | null;
114
- currentItemEndArrowhead: import("../element/types").Arrowhead | null;
115
- currentItemRoundness: import("../element/types").StrokeRoundness;
116
- viewBackgroundColor: string;
117
- scrollX: number;
118
- scrollY: number;
119
- cursorButton: "up" | "down";
120
- scrolledOutside: boolean;
121
- isResizing: boolean;
122
- isRotating: boolean;
123
- zoom: Readonly<{
124
- value: NormalizedZoomValue;
125
- }>;
126
- openMenu: "canvas" | "shape" | null;
127
- openPopup: "canvasBackground" | "elementBackground" | "elementStroke" | null;
128
- openSidebar: {
129
- name: string;
130
- tab?: string | undefined;
131
- } | null;
132
- openDialog: "imageExport" | "help" | "jsonExport" | null;
133
- defaultSidebarDockedPreference: boolean;
134
- lastPointerDownWith: import("../element/types").PointerType;
135
- selectedElementIds: Readonly<{
136
- [id: string]: true;
137
- }>;
138
- previousSelectedElementIds: {
139
- [id: string]: true;
140
- };
141
- selectedElementsAreBeingDragged: boolean;
142
- shouldCacheIgnoreZoom: boolean;
143
- zenModeEnabled: boolean;
144
- previousGridSize: number | null;
145
- viewModeEnabled: boolean;
146
- selectedGroupIds: {
147
- [groupId: string]: boolean;
148
- };
149
- editingGroupId: string | null;
150
- fileHandle: import("browser-fs-access").FileSystemHandle | null;
151
- currentChartType: import("../element/types").ChartType;
152
- pendingImageElementId: string | null;
153
- showHyperlinkPopup: false | "editor" | "info";
154
- linkOpacity: number;
155
- currentStrokeOptions?: any;
156
- resetCustomPen?: any;
157
- gridColor: string;
158
- dynamicStyle: string;
159
- invertBindingBehaviour: boolean;
160
- selectedLinearElement: import("../element/linearElementEditor").LinearElementEditor | null;
161
- };
162
- commitToHistory: true;
163
- };
164
- } & {
165
- keyTest?: undefined;
166
- };
167
- export declare const actionZoomIn: {
168
- name: "zoomIn";
169
- viewMode: true;
170
- trackEvent: {
171
- category: "canvas";
172
- };
173
- perform: (_elements: readonly ExcalidrawElement[], appState: Readonly<AppState>, _: any, app: AppClassProperties) => {
174
- appState: {
175
- scrollX: number;
176
- scrollY: number;
177
- zoom: {
178
- value: NormalizedZoomValue;
179
- };
180
- contextMenu: {
181
- items: import("../components/ContextMenu").ContextMenuItems;
182
- top: number;
183
- left: number;
184
- } | null;
185
- showWelcomeScreen: boolean;
186
- isLoading: boolean;
187
- errorMessage: import("react").ReactNode;
188
- activeEmbeddable: {
189
- element: import("../element/types").NonDeletedExcalidrawElement;
190
- state: "active" | "hover";
191
- } | null;
192
- draggingElement: import("../element/types").NonDeletedExcalidrawElement | null;
193
- resizingElement: import("../element/types").NonDeletedExcalidrawElement | null;
194
- multiElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawLinearElement> | null;
195
- selectionElement: import("../element/types").NonDeletedExcalidrawElement | null;
196
- isBindingEnabled: boolean;
197
- startBoundElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawBindableElement> | null;
198
- suggestedBindings: import("../element/binding").SuggestedBinding[];
199
- frameToHighlight: import("../element/types").NonDeleted<import("../element/types").ExcalidrawFrameElement> | null;
200
- frameRendering: {
201
- enabled: boolean;
202
- name: boolean;
203
- outline: boolean;
204
- clip: boolean;
205
- };
206
- editingFrame: string | null;
207
- elementsToHighlight: import("../element/types").NonDeleted<ExcalidrawElement>[] | null;
208
- editingElement: import("../element/types").NonDeletedExcalidrawElement | null;
209
- editingLinearElement: import("../element/linearElementEditor").LinearElementEditor | null;
210
- activeTool: {
211
- lastActiveTool: import("../types").LastActiveTool;
212
- locked: boolean;
213
- } & ({
214
- type: "line" | "arrow" | "text" | "selection" | "rectangle" | "diamond" | "ellipse" | "embeddable" | "image" | "frame" | "freedraw" | "eraser" | "hand";
215
- customType: null;
216
- } | {
217
- type: "custom";
218
- customType: string;
219
- });
220
- penMode: boolean;
221
- penDetected: boolean;
222
- exportBackground: boolean;
223
- exportEmbedScene: boolean;
224
- exportWithDarkMode: boolean;
225
- exportScale: number;
226
- currentItemStrokeColor: string;
227
- currentItemBackgroundColor: string;
228
- currentItemFillStyle: import("../element/types").FillStyle;
229
- currentItemStrokeWidth: number;
230
- currentItemStrokeStyle: import("../element/types").StrokeStyle;
231
- currentItemRoughness: number;
232
- currentItemOpacity: number;
233
- currentItemFontFamily: number;
234
- currentItemFontSize: number;
235
- currentItemTextAlign: string;
236
- currentItemStartArrowhead: import("../element/types").Arrowhead | null;
237
- currentItemEndArrowhead: import("../element/types").Arrowhead | null;
238
- currentItemRoundness: import("../element/types").StrokeRoundness;
239
- viewBackgroundColor: string;
240
- cursorButton: "up" | "down";
241
- scrolledOutside: boolean;
242
- name: string;
243
- isResizing: boolean;
244
- isRotating: boolean;
245
- openMenu: "canvas" | "shape" | null;
246
- openPopup: "canvasBackground" | "elementBackground" | "elementStroke" | null;
247
- openSidebar: {
248
- name: string;
249
- tab?: string | undefined;
250
- } | null;
251
- openDialog: "imageExport" | "help" | "jsonExport" | null;
252
- defaultSidebarDockedPreference: boolean;
253
- lastPointerDownWith: import("../element/types").PointerType;
254
- selectedElementIds: Readonly<{
255
- [id: string]: true;
256
- }>;
257
- previousSelectedElementIds: {
258
- [id: string]: true;
259
- };
260
- selectedElementsAreBeingDragged: boolean;
261
- shouldCacheIgnoreZoom: boolean;
262
- toast: {
263
- message: string;
264
- closable?: boolean | undefined;
265
- duration?: number | undefined;
266
- } | null;
267
- zenModeEnabled: boolean;
268
- theme: import("../element/types").Theme;
269
- gridSize: number | null;
270
- previousGridSize: number | null;
271
- viewModeEnabled: boolean;
272
- selectedGroupIds: {
273
- [groupId: string]: boolean;
274
- };
275
- editingGroupId: string | null;
276
- width: number;
277
- height: number;
278
- offsetTop: number;
279
- offsetLeft: number;
280
- fileHandle: import("browser-fs-access").FileSystemHandle | null;
281
- collaborators: Map<string, import("../types").Collaborator>;
282
- showStats: boolean;
283
- currentChartType: import("../element/types").ChartType;
284
- pasteDialog: {
285
- shown: false;
286
- data: null;
287
- } | {
288
- shown: true;
289
- data: import("../charts").Spreadsheet;
290
- };
291
- pendingImageElementId: string | null;
292
- showHyperlinkPopup: false | "editor" | "info";
293
- linkOpacity: number;
294
- trayModeEnabled: boolean;
295
- colorPalette?: {
296
- canvasBackground: import("../colors").ColorPaletteCustom;
297
- elementBackground: import("../colors").ColorPaletteCustom;
298
- elementStroke: import("../colors").ColorPaletteCustom;
299
- topPicks: {
300
- canvasBackground: [string, string, string, string, string];
301
- elementStroke: [string, string, string, string, string];
302
- elementBackground: [string, string, string, string, string];
303
- };
304
- } | undefined;
305
- allowWheelZoom?: boolean | undefined;
306
- allowPinchZoom?: boolean | undefined;
307
- pinnedScripts?: string[] | undefined;
308
- customPens?: any[] | undefined;
309
- currentStrokeOptions?: any;
310
- resetCustomPen?: any;
311
- gridColor: string;
312
- dynamicStyle: string;
313
- invertBindingBehaviour: boolean;
314
- selectedLinearElement: import("../element/linearElementEditor").LinearElementEditor | null;
315
- };
316
- commitToHistory: false;
317
- };
318
- PanelComponent: ({ updateData }: import("./types").PanelComponentProps) => JSX.Element;
319
- keyTest: (event: KeyboardEvent | import("react").KeyboardEvent<Element>) => boolean;
320
- } & {
321
- keyTest?: ((event: KeyboardEvent | import("react").KeyboardEvent<Element>) => boolean) | undefined;
322
- };
323
- export declare const actionZoomOut: {
324
- name: "zoomOut";
325
- viewMode: true;
326
- trackEvent: {
327
- category: "canvas";
328
- };
329
- perform: (_elements: readonly ExcalidrawElement[], appState: Readonly<AppState>, _: any, app: AppClassProperties) => {
330
- appState: {
331
- scrollX: number;
332
- scrollY: number;
333
- zoom: {
334
- value: NormalizedZoomValue;
335
- };
336
- contextMenu: {
337
- items: import("../components/ContextMenu").ContextMenuItems;
338
- top: number;
339
- left: number;
340
- } | null;
341
- showWelcomeScreen: boolean;
342
- isLoading: boolean;
343
- errorMessage: import("react").ReactNode;
344
- activeEmbeddable: {
345
- element: import("../element/types").NonDeletedExcalidrawElement;
346
- state: "active" | "hover";
347
- } | null;
348
- draggingElement: import("../element/types").NonDeletedExcalidrawElement | null;
349
- resizingElement: import("../element/types").NonDeletedExcalidrawElement | null;
350
- multiElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawLinearElement> | null;
351
- selectionElement: import("../element/types").NonDeletedExcalidrawElement | null;
352
- isBindingEnabled: boolean;
353
- startBoundElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawBindableElement> | null;
354
- suggestedBindings: import("../element/binding").SuggestedBinding[];
355
- frameToHighlight: import("../element/types").NonDeleted<import("../element/types").ExcalidrawFrameElement> | null;
356
- frameRendering: {
357
- enabled: boolean;
358
- name: boolean;
359
- outline: boolean;
360
- clip: boolean;
361
- };
362
- editingFrame: string | null;
363
- elementsToHighlight: import("../element/types").NonDeleted<ExcalidrawElement>[] | null;
364
- editingElement: import("../element/types").NonDeletedExcalidrawElement | null;
365
- editingLinearElement: import("../element/linearElementEditor").LinearElementEditor | null;
366
- activeTool: {
367
- lastActiveTool: import("../types").LastActiveTool;
368
- locked: boolean;
369
- } & ({
370
- type: "line" | "arrow" | "text" | "selection" | "rectangle" | "diamond" | "ellipse" | "embeddable" | "image" | "frame" | "freedraw" | "eraser" | "hand";
371
- customType: null;
372
- } | {
373
- type: "custom";
374
- customType: string;
375
- });
376
- penMode: boolean;
377
- penDetected: boolean;
378
- exportBackground: boolean;
379
- exportEmbedScene: boolean;
380
- exportWithDarkMode: boolean;
381
- exportScale: number;
382
- currentItemStrokeColor: string;
383
- currentItemBackgroundColor: string;
384
- currentItemFillStyle: import("../element/types").FillStyle;
385
- currentItemStrokeWidth: number;
386
- currentItemStrokeStyle: import("../element/types").StrokeStyle;
387
- currentItemRoughness: number;
388
- currentItemOpacity: number;
389
- currentItemFontFamily: number;
390
- currentItemFontSize: number;
391
- currentItemTextAlign: string;
392
- currentItemStartArrowhead: import("../element/types").Arrowhead | null;
393
- currentItemEndArrowhead: import("../element/types").Arrowhead | null;
394
- currentItemRoundness: import("../element/types").StrokeRoundness;
395
- viewBackgroundColor: string;
396
- cursorButton: "up" | "down";
397
- scrolledOutside: boolean;
398
- name: string;
399
- isResizing: boolean;
400
- isRotating: boolean;
401
- openMenu: "canvas" | "shape" | null;
402
- openPopup: "canvasBackground" | "elementBackground" | "elementStroke" | null;
403
- openSidebar: {
404
- name: string;
405
- tab?: string | undefined;
406
- } | null;
407
- openDialog: "imageExport" | "help" | "jsonExport" | null;
408
- defaultSidebarDockedPreference: boolean;
409
- lastPointerDownWith: import("../element/types").PointerType;
410
- selectedElementIds: Readonly<{
411
- [id: string]: true;
412
- }>;
413
- previousSelectedElementIds: {
414
- [id: string]: true;
415
- };
416
- selectedElementsAreBeingDragged: boolean;
417
- shouldCacheIgnoreZoom: boolean;
418
- toast: {
419
- message: string;
420
- closable?: boolean | undefined;
421
- duration?: number | undefined;
422
- } | null;
423
- zenModeEnabled: boolean;
424
- theme: import("../element/types").Theme;
425
- gridSize: number | null;
426
- previousGridSize: number | null;
427
- viewModeEnabled: boolean;
428
- selectedGroupIds: {
429
- [groupId: string]: boolean;
430
- };
431
- editingGroupId: string | null;
432
- width: number;
433
- height: number;
434
- offsetTop: number;
435
- offsetLeft: number;
436
- fileHandle: import("browser-fs-access").FileSystemHandle | null;
437
- collaborators: Map<string, import("../types").Collaborator>;
438
- showStats: boolean;
439
- currentChartType: import("../element/types").ChartType;
440
- pasteDialog: {
441
- shown: false;
442
- data: null;
443
- } | {
444
- shown: true;
445
- data: import("../charts").Spreadsheet;
446
- };
447
- pendingImageElementId: string | null;
448
- showHyperlinkPopup: false | "editor" | "info";
449
- linkOpacity: number;
450
- trayModeEnabled: boolean;
451
- colorPalette?: {
452
- canvasBackground: import("../colors").ColorPaletteCustom;
453
- elementBackground: import("../colors").ColorPaletteCustom;
454
- elementStroke: import("../colors").ColorPaletteCustom;
455
- topPicks: {
456
- canvasBackground: [string, string, string, string, string];
457
- elementStroke: [string, string, string, string, string];
458
- elementBackground: [string, string, string, string, string];
459
- };
460
- } | undefined;
461
- allowWheelZoom?: boolean | undefined;
462
- allowPinchZoom?: boolean | undefined;
463
- pinnedScripts?: string[] | undefined;
464
- customPens?: any[] | undefined;
465
- currentStrokeOptions?: any;
466
- resetCustomPen?: any;
467
- gridColor: string;
468
- dynamicStyle: string;
469
- invertBindingBehaviour: boolean;
470
- selectedLinearElement: import("../element/linearElementEditor").LinearElementEditor | null;
471
- };
472
- commitToHistory: false;
473
- };
474
- PanelComponent: ({ updateData }: import("./types").PanelComponentProps) => JSX.Element;
475
- keyTest: (event: KeyboardEvent | import("react").KeyboardEvent<Element>) => boolean;
476
- } & {
477
- keyTest?: ((event: KeyboardEvent | import("react").KeyboardEvent<Element>) => boolean) | undefined;
478
- };
479
- export declare const actionResetZoom: {
480
- name: "resetZoom";
481
- viewMode: true;
482
- trackEvent: {
483
- category: "canvas";
484
- };
485
- perform: (_elements: readonly ExcalidrawElement[], appState: Readonly<AppState>, _: any, app: AppClassProperties) => {
486
- appState: {
487
- scrollX: number;
488
- scrollY: number;
489
- zoom: {
490
- value: NormalizedZoomValue;
491
- };
492
- contextMenu: {
493
- items: import("../components/ContextMenu").ContextMenuItems;
494
- top: number;
495
- left: number;
496
- } | null;
497
- showWelcomeScreen: boolean;
498
- isLoading: boolean;
499
- errorMessage: import("react").ReactNode;
500
- activeEmbeddable: {
501
- element: import("../element/types").NonDeletedExcalidrawElement;
502
- state: "active" | "hover";
503
- } | null;
504
- draggingElement: import("../element/types").NonDeletedExcalidrawElement | null;
505
- resizingElement: import("../element/types").NonDeletedExcalidrawElement | null;
506
- multiElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawLinearElement> | null;
507
- selectionElement: import("../element/types").NonDeletedExcalidrawElement | null;
508
- isBindingEnabled: boolean;
509
- startBoundElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawBindableElement> | null;
510
- suggestedBindings: import("../element/binding").SuggestedBinding[];
511
- frameToHighlight: import("../element/types").NonDeleted<import("../element/types").ExcalidrawFrameElement> | null;
512
- frameRendering: {
513
- enabled: boolean;
514
- name: boolean;
515
- outline: boolean;
516
- clip: boolean;
517
- };
518
- editingFrame: string | null;
519
- elementsToHighlight: import("../element/types").NonDeleted<ExcalidrawElement>[] | null;
520
- editingElement: import("../element/types").NonDeletedExcalidrawElement | null;
521
- editingLinearElement: import("../element/linearElementEditor").LinearElementEditor | null;
522
- activeTool: {
523
- lastActiveTool: import("../types").LastActiveTool;
524
- locked: boolean;
525
- } & ({
526
- type: "line" | "arrow" | "text" | "selection" | "rectangle" | "diamond" | "ellipse" | "embeddable" | "image" | "frame" | "freedraw" | "eraser" | "hand";
527
- customType: null;
528
- } | {
529
- type: "custom";
530
- customType: string;
531
- });
532
- penMode: boolean;
533
- penDetected: boolean;
534
- exportBackground: boolean;
535
- exportEmbedScene: boolean;
536
- exportWithDarkMode: boolean;
537
- exportScale: number;
538
- currentItemStrokeColor: string;
539
- currentItemBackgroundColor: string;
540
- currentItemFillStyle: import("../element/types").FillStyle;
541
- currentItemStrokeWidth: number;
542
- currentItemStrokeStyle: import("../element/types").StrokeStyle;
543
- currentItemRoughness: number;
544
- currentItemOpacity: number;
545
- currentItemFontFamily: number;
546
- currentItemFontSize: number;
547
- currentItemTextAlign: string;
548
- currentItemStartArrowhead: import("../element/types").Arrowhead | null;
549
- currentItemEndArrowhead: import("../element/types").Arrowhead | null;
550
- currentItemRoundness: import("../element/types").StrokeRoundness;
551
- viewBackgroundColor: string;
552
- cursorButton: "up" | "down";
553
- scrolledOutside: boolean;
554
- name: string;
555
- isResizing: boolean;
556
- isRotating: boolean;
557
- openMenu: "canvas" | "shape" | null;
558
- openPopup: "canvasBackground" | "elementBackground" | "elementStroke" | null;
559
- openSidebar: {
560
- name: string;
561
- tab?: string | undefined;
562
- } | null;
563
- openDialog: "imageExport" | "help" | "jsonExport" | null;
564
- defaultSidebarDockedPreference: boolean;
565
- lastPointerDownWith: import("../element/types").PointerType;
566
- selectedElementIds: Readonly<{
567
- [id: string]: true;
568
- }>;
569
- previousSelectedElementIds: {
570
- [id: string]: true;
571
- };
572
- selectedElementsAreBeingDragged: boolean;
573
- shouldCacheIgnoreZoom: boolean;
574
- toast: {
575
- message: string;
576
- closable?: boolean | undefined;
577
- duration?: number | undefined;
578
- } | null;
579
- zenModeEnabled: boolean;
580
- theme: import("../element/types").Theme;
581
- gridSize: number | null;
582
- previousGridSize: number | null;
583
- viewModeEnabled: boolean;
584
- selectedGroupIds: {
585
- [groupId: string]: boolean;
586
- };
587
- editingGroupId: string | null;
588
- width: number;
589
- height: number;
590
- offsetTop: number;
591
- offsetLeft: number;
592
- fileHandle: import("browser-fs-access").FileSystemHandle | null;
593
- collaborators: Map<string, import("../types").Collaborator>;
594
- showStats: boolean;
595
- currentChartType: import("../element/types").ChartType;
596
- pasteDialog: {
597
- shown: false;
598
- data: null;
599
- } | {
600
- shown: true;
601
- data: import("../charts").Spreadsheet;
602
- };
603
- pendingImageElementId: string | null;
604
- showHyperlinkPopup: false | "editor" | "info";
605
- linkOpacity: number;
606
- trayModeEnabled: boolean;
607
- colorPalette?: {
608
- canvasBackground: import("../colors").ColorPaletteCustom;
609
- elementBackground: import("../colors").ColorPaletteCustom;
610
- elementStroke: import("../colors").ColorPaletteCustom;
611
- topPicks: {
612
- canvasBackground: [string, string, string, string, string];
613
- elementStroke: [string, string, string, string, string];
614
- elementBackground: [string, string, string, string, string];
615
- };
616
- } | undefined;
617
- allowWheelZoom?: boolean | undefined;
618
- allowPinchZoom?: boolean | undefined;
619
- pinnedScripts?: string[] | undefined;
620
- customPens?: any[] | undefined;
621
- currentStrokeOptions?: any;
622
- resetCustomPen?: any;
623
- gridColor: string;
624
- dynamicStyle: string;
625
- invertBindingBehaviour: boolean;
626
- selectedLinearElement: import("../element/linearElementEditor").LinearElementEditor | null;
627
- };
628
- commitToHistory: false;
629
- };
630
- PanelComponent: ({ updateData, appState }: import("./types").PanelComponentProps) => JSX.Element;
631
- keyTest: (event: KeyboardEvent | import("react").KeyboardEvent<Element>) => boolean;
632
- } & {
633
- keyTest?: ((event: KeyboardEvent | import("react").KeyboardEvent<Element>) => boolean) | undefined;
634
- };
635
- export declare const zoomToFit: ({ targetElements, appState, fitToViewport, viewportZoomFactor, }: {
636
- targetElements: readonly ExcalidrawElement[];
637
- appState: Readonly<AppState>;
638
- /** whether to fit content to viewport (beyond >100%) */
639
- fitToViewport: boolean;
640
- /** zoom content to cover X of the viewport, when fitToViewport=true */
641
- viewportZoomFactor?: number | undefined;
642
- }) => {
643
- appState: {
644
- scrollX: number;
645
- scrollY: number;
646
- zoom: {
647
- value: NormalizedZoomValue;
648
- };
649
- contextMenu: {
650
- items: import("../components/ContextMenu").ContextMenuItems;
651
- top: number;
652
- left: number;
653
- } | null;
654
- showWelcomeScreen: boolean;
655
- isLoading: boolean;
656
- errorMessage: import("react").ReactNode;
657
- activeEmbeddable: {
658
- element: import("../element/types").NonDeletedExcalidrawElement;
659
- state: "active" | "hover";
660
- } | null;
661
- draggingElement: import("../element/types").NonDeletedExcalidrawElement | null;
662
- resizingElement: import("../element/types").NonDeletedExcalidrawElement | null;
663
- multiElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawLinearElement> | null;
664
- selectionElement: import("../element/types").NonDeletedExcalidrawElement | null;
665
- isBindingEnabled: boolean;
666
- startBoundElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawBindableElement> | null;
667
- suggestedBindings: import("../element/binding").SuggestedBinding[];
668
- frameToHighlight: import("../element/types").NonDeleted<import("../element/types").ExcalidrawFrameElement> | null;
669
- frameRendering: {
670
- enabled: boolean;
671
- name: boolean;
672
- outline: boolean;
673
- clip: boolean;
674
- };
675
- editingFrame: string | null;
676
- elementsToHighlight: import("../element/types").NonDeleted<ExcalidrawElement>[] | null;
677
- editingElement: import("../element/types").NonDeletedExcalidrawElement | null;
678
- editingLinearElement: import("../element/linearElementEditor").LinearElementEditor | null;
679
- activeTool: {
680
- lastActiveTool: import("../types").LastActiveTool;
681
- locked: boolean;
682
- } & ({
683
- type: "line" | "arrow" | "text" | "selection" | "rectangle" | "diamond" | "ellipse" | "embeddable" | "image" | "frame" | "freedraw" | "eraser" | "hand";
684
- customType: null;
685
- } | {
686
- type: "custom";
687
- customType: string;
688
- });
689
- penMode: boolean;
690
- penDetected: boolean;
691
- exportBackground: boolean;
692
- exportEmbedScene: boolean;
693
- exportWithDarkMode: boolean;
694
- exportScale: number;
695
- currentItemStrokeColor: string;
696
- currentItemBackgroundColor: string;
697
- currentItemFillStyle: import("../element/types").FillStyle;
698
- currentItemStrokeWidth: number;
699
- currentItemStrokeStyle: import("../element/types").StrokeStyle;
700
- currentItemRoughness: number;
701
- currentItemOpacity: number;
702
- currentItemFontFamily: number;
703
- currentItemFontSize: number;
704
- currentItemTextAlign: string;
705
- currentItemStartArrowhead: import("../element/types").Arrowhead | null;
706
- currentItemEndArrowhead: import("../element/types").Arrowhead | null;
707
- currentItemRoundness: import("../element/types").StrokeRoundness;
708
- viewBackgroundColor: string;
709
- cursorButton: "up" | "down";
710
- scrolledOutside: boolean;
711
- name: string;
712
- isResizing: boolean;
713
- isRotating: boolean;
714
- openMenu: "canvas" | "shape" | null;
715
- openPopup: "canvasBackground" | "elementBackground" | "elementStroke" | null;
716
- openSidebar: {
717
- name: string;
718
- tab?: string | undefined;
719
- } | null;
720
- openDialog: "imageExport" | "help" | "jsonExport" | null;
721
- defaultSidebarDockedPreference: boolean;
722
- lastPointerDownWith: import("../element/types").PointerType;
723
- selectedElementIds: Readonly<{
724
- [id: string]: true;
725
- }>;
726
- previousSelectedElementIds: {
727
- [id: string]: true;
728
- };
729
- selectedElementsAreBeingDragged: boolean;
730
- shouldCacheIgnoreZoom: boolean;
731
- toast: {
732
- message: string;
733
- closable?: boolean | undefined;
734
- duration?: number | undefined;
735
- } | null;
736
- zenModeEnabled: boolean;
737
- theme: import("../element/types").Theme;
738
- gridSize: number | null;
739
- previousGridSize: number | null;
740
- viewModeEnabled: boolean;
741
- selectedGroupIds: {
742
- [groupId: string]: boolean;
743
- };
744
- editingGroupId: string | null;
745
- width: number;
746
- height: number;
747
- offsetTop: number;
748
- offsetLeft: number;
749
- fileHandle: import("browser-fs-access").FileSystemHandle | null;
750
- collaborators: Map<string, import("../types").Collaborator>;
751
- showStats: boolean;
752
- currentChartType: import("../element/types").ChartType;
753
- pasteDialog: {
754
- shown: false;
755
- data: null;
756
- } | {
757
- shown: true;
758
- data: import("../charts").Spreadsheet;
759
- };
760
- pendingImageElementId: string | null;
761
- showHyperlinkPopup: false | "editor" | "info";
762
- linkOpacity: number;
763
- trayModeEnabled: boolean;
764
- colorPalette?: {
765
- canvasBackground: import("../colors").ColorPaletteCustom;
766
- elementBackground: import("../colors").ColorPaletteCustom;
767
- elementStroke: import("../colors").ColorPaletteCustom;
768
- topPicks: {
769
- canvasBackground: [string, string, string, string, string];
770
- elementStroke: [string, string, string, string, string];
771
- elementBackground: [string, string, string, string, string];
772
- };
773
- } | undefined;
774
- allowWheelZoom?: boolean | undefined;
775
- allowPinchZoom?: boolean | undefined;
776
- pinnedScripts?: string[] | undefined;
777
- customPens?: any[] | undefined;
778
- currentStrokeOptions?: any;
779
- resetCustomPen?: any;
780
- gridColor: string;
781
- dynamicStyle: string;
782
- invertBindingBehaviour: boolean;
783
- selectedLinearElement: import("../element/linearElementEditor").LinearElementEditor | null;
784
- };
785
- commitToHistory: boolean;
786
- };
787
- export declare const actionZoomToFitSelectionInViewport: {
788
- name: "zoomToFitSelectionInViewport";
789
- trackEvent: {
790
- category: "canvas";
791
- };
792
- perform: (elements: readonly ExcalidrawElement[], appState: Readonly<AppState>, _: any, app: AppClassProperties) => {
793
- appState: {
794
- scrollX: number;
795
- scrollY: number;
796
- zoom: {
797
- value: NormalizedZoomValue;
798
- };
799
- contextMenu: {
800
- items: import("../components/ContextMenu").ContextMenuItems;
801
- top: number;
802
- left: number;
803
- } | null;
804
- showWelcomeScreen: boolean;
805
- isLoading: boolean;
806
- errorMessage: import("react").ReactNode;
807
- activeEmbeddable: {
808
- element: import("../element/types").NonDeletedExcalidrawElement;
809
- state: "active" | "hover";
810
- } | null;
811
- draggingElement: import("../element/types").NonDeletedExcalidrawElement | null;
812
- resizingElement: import("../element/types").NonDeletedExcalidrawElement | null;
813
- multiElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawLinearElement> | null;
814
- selectionElement: import("../element/types").NonDeletedExcalidrawElement | null;
815
- isBindingEnabled: boolean;
816
- startBoundElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawBindableElement> | null;
817
- suggestedBindings: import("../element/binding").SuggestedBinding[];
818
- frameToHighlight: import("../element/types").NonDeleted<import("../element/types").ExcalidrawFrameElement> | null;
819
- frameRendering: {
820
- enabled: boolean;
821
- name: boolean;
822
- outline: boolean;
823
- clip: boolean;
824
- };
825
- editingFrame: string | null;
826
- elementsToHighlight: import("../element/types").NonDeleted<ExcalidrawElement>[] | null;
827
- editingElement: import("../element/types").NonDeletedExcalidrawElement | null;
828
- editingLinearElement: import("../element/linearElementEditor").LinearElementEditor | null;
829
- activeTool: {
830
- lastActiveTool: import("../types").LastActiveTool;
831
- locked: boolean;
832
- } & ({
833
- type: "line" | "arrow" | "text" | "selection" | "rectangle" | "diamond" | "ellipse" | "embeddable" | "image" | "frame" | "freedraw" | "eraser" | "hand";
834
- customType: null;
835
- } | {
836
- type: "custom";
837
- customType: string;
838
- });
839
- penMode: boolean;
840
- penDetected: boolean;
841
- exportBackground: boolean;
842
- exportEmbedScene: boolean;
843
- exportWithDarkMode: boolean;
844
- exportScale: number;
845
- currentItemStrokeColor: string;
846
- currentItemBackgroundColor: string;
847
- currentItemFillStyle: import("../element/types").FillStyle;
848
- currentItemStrokeWidth: number;
849
- currentItemStrokeStyle: import("../element/types").StrokeStyle;
850
- currentItemRoughness: number;
851
- currentItemOpacity: number;
852
- currentItemFontFamily: number;
853
- currentItemFontSize: number;
854
- currentItemTextAlign: string;
855
- currentItemStartArrowhead: import("../element/types").Arrowhead | null;
856
- currentItemEndArrowhead: import("../element/types").Arrowhead | null;
857
- currentItemRoundness: import("../element/types").StrokeRoundness;
858
- viewBackgroundColor: string;
859
- cursorButton: "up" | "down";
860
- scrolledOutside: boolean;
861
- name: string;
862
- isResizing: boolean;
863
- isRotating: boolean;
864
- openMenu: "canvas" | "shape" | null;
865
- openPopup: "canvasBackground" | "elementBackground" | "elementStroke" | null;
866
- openSidebar: {
867
- name: string;
868
- tab?: string | undefined;
869
- } | null;
870
- openDialog: "imageExport" | "help" | "jsonExport" | null;
871
- defaultSidebarDockedPreference: boolean;
872
- lastPointerDownWith: import("../element/types").PointerType;
873
- selectedElementIds: Readonly<{
874
- [id: string]: true;
875
- }>;
876
- previousSelectedElementIds: {
877
- [id: string]: true;
878
- };
879
- selectedElementsAreBeingDragged: boolean;
880
- shouldCacheIgnoreZoom: boolean;
881
- toast: {
882
- message: string;
883
- closable?: boolean | undefined;
884
- duration?: number | undefined;
885
- } | null;
886
- zenModeEnabled: boolean;
887
- theme: import("../element/types").Theme;
888
- gridSize: number | null;
889
- previousGridSize: number | null;
890
- viewModeEnabled: boolean;
891
- selectedGroupIds: {
892
- [groupId: string]: boolean;
893
- };
894
- editingGroupId: string | null;
895
- width: number;
896
- height: number;
897
- offsetTop: number;
898
- offsetLeft: number;
899
- fileHandle: import("browser-fs-access").FileSystemHandle | null;
900
- collaborators: Map<string, import("../types").Collaborator>;
901
- showStats: boolean;
902
- currentChartType: import("../element/types").ChartType;
903
- pasteDialog: {
904
- shown: false;
905
- data: null;
906
- } | {
907
- shown: true;
908
- data: import("../charts").Spreadsheet;
909
- };
910
- pendingImageElementId: string | null;
911
- showHyperlinkPopup: false | "editor" | "info";
912
- linkOpacity: number;
913
- trayModeEnabled: boolean;
914
- colorPalette?: {
915
- canvasBackground: import("../colors").ColorPaletteCustom;
916
- elementBackground: import("../colors").ColorPaletteCustom;
917
- elementStroke: import("../colors").ColorPaletteCustom;
918
- topPicks: {
919
- canvasBackground: [string, string, string, string, string];
920
- elementStroke: [string, string, string, string, string];
921
- elementBackground: [string, string, string, string, string];
922
- };
923
- } | undefined;
924
- allowWheelZoom?: boolean | undefined;
925
- allowPinchZoom?: boolean | undefined;
926
- pinnedScripts?: string[] | undefined;
927
- customPens?: any[] | undefined;
928
- currentStrokeOptions?: any;
929
- resetCustomPen?: any;
930
- gridColor: string;
931
- dynamicStyle: string;
932
- invertBindingBehaviour: boolean;
933
- selectedLinearElement: import("../element/linearElementEditor").LinearElementEditor | null;
934
- };
935
- commitToHistory: boolean;
936
- };
937
- keyTest: (event: KeyboardEvent | import("react").KeyboardEvent<Element>) => boolean;
938
- } & {
939
- keyTest?: ((event: KeyboardEvent | import("react").KeyboardEvent<Element>) => boolean) | undefined;
940
- };
941
- export declare const actionZoomToFitSelection: {
942
- name: "zoomToFitSelection";
943
- trackEvent: {
944
- category: "canvas";
945
- };
946
- perform: (elements: readonly ExcalidrawElement[], appState: Readonly<AppState>, _: any, app: AppClassProperties) => {
947
- appState: {
948
- scrollX: number;
949
- scrollY: number;
950
- zoom: {
951
- value: NormalizedZoomValue;
952
- };
953
- contextMenu: {
954
- items: import("../components/ContextMenu").ContextMenuItems;
955
- top: number;
956
- left: number;
957
- } | null;
958
- showWelcomeScreen: boolean;
959
- isLoading: boolean;
960
- errorMessage: import("react").ReactNode;
961
- activeEmbeddable: {
962
- element: import("../element/types").NonDeletedExcalidrawElement;
963
- state: "active" | "hover";
964
- } | null;
965
- draggingElement: import("../element/types").NonDeletedExcalidrawElement | null;
966
- resizingElement: import("../element/types").NonDeletedExcalidrawElement | null;
967
- multiElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawLinearElement> | null;
968
- selectionElement: import("../element/types").NonDeletedExcalidrawElement | null;
969
- isBindingEnabled: boolean;
970
- startBoundElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawBindableElement> | null;
971
- suggestedBindings: import("../element/binding").SuggestedBinding[];
972
- frameToHighlight: import("../element/types").NonDeleted<import("../element/types").ExcalidrawFrameElement> | null;
973
- frameRendering: {
974
- enabled: boolean;
975
- name: boolean;
976
- outline: boolean;
977
- clip: boolean;
978
- };
979
- editingFrame: string | null;
980
- elementsToHighlight: import("../element/types").NonDeleted<ExcalidrawElement>[] | null;
981
- editingElement: import("../element/types").NonDeletedExcalidrawElement | null;
982
- editingLinearElement: import("../element/linearElementEditor").LinearElementEditor | null;
983
- activeTool: {
984
- lastActiveTool: import("../types").LastActiveTool;
985
- locked: boolean;
986
- } & ({
987
- type: "line" | "arrow" | "text" | "selection" | "rectangle" | "diamond" | "ellipse" | "embeddable" | "image" | "frame" | "freedraw" | "eraser" | "hand";
988
- customType: null;
989
- } | {
990
- type: "custom";
991
- customType: string;
992
- });
993
- penMode: boolean;
994
- penDetected: boolean;
995
- exportBackground: boolean;
996
- exportEmbedScene: boolean;
997
- exportWithDarkMode: boolean;
998
- exportScale: number;
999
- currentItemStrokeColor: string;
1000
- currentItemBackgroundColor: string;
1001
- currentItemFillStyle: import("../element/types").FillStyle;
1002
- currentItemStrokeWidth: number;
1003
- currentItemStrokeStyle: import("../element/types").StrokeStyle;
1004
- currentItemRoughness: number;
1005
- currentItemOpacity: number;
1006
- currentItemFontFamily: number;
1007
- currentItemFontSize: number;
1008
- currentItemTextAlign: string;
1009
- currentItemStartArrowhead: import("../element/types").Arrowhead | null;
1010
- currentItemEndArrowhead: import("../element/types").Arrowhead | null;
1011
- currentItemRoundness: import("../element/types").StrokeRoundness;
1012
- viewBackgroundColor: string;
1013
- cursorButton: "up" | "down";
1014
- scrolledOutside: boolean;
1015
- name: string;
1016
- isResizing: boolean;
1017
- isRotating: boolean;
1018
- openMenu: "canvas" | "shape" | null;
1019
- openPopup: "canvasBackground" | "elementBackground" | "elementStroke" | null;
1020
- openSidebar: {
1021
- name: string;
1022
- tab?: string | undefined;
1023
- } | null;
1024
- openDialog: "imageExport" | "help" | "jsonExport" | null;
1025
- defaultSidebarDockedPreference: boolean;
1026
- lastPointerDownWith: import("../element/types").PointerType;
1027
- selectedElementIds: Readonly<{
1028
- [id: string]: true;
1029
- }>;
1030
- previousSelectedElementIds: {
1031
- [id: string]: true;
1032
- };
1033
- selectedElementsAreBeingDragged: boolean;
1034
- shouldCacheIgnoreZoom: boolean;
1035
- toast: {
1036
- message: string;
1037
- closable?: boolean | undefined;
1038
- duration?: number | undefined;
1039
- } | null;
1040
- zenModeEnabled: boolean;
1041
- theme: import("../element/types").Theme;
1042
- gridSize: number | null;
1043
- previousGridSize: number | null;
1044
- viewModeEnabled: boolean;
1045
- selectedGroupIds: {
1046
- [groupId: string]: boolean;
1047
- };
1048
- editingGroupId: string | null;
1049
- width: number;
1050
- height: number;
1051
- offsetTop: number;
1052
- offsetLeft: number;
1053
- fileHandle: import("browser-fs-access").FileSystemHandle | null;
1054
- collaborators: Map<string, import("../types").Collaborator>;
1055
- showStats: boolean;
1056
- currentChartType: import("../element/types").ChartType;
1057
- pasteDialog: {
1058
- shown: false;
1059
- data: null;
1060
- } | {
1061
- shown: true;
1062
- data: import("../charts").Spreadsheet;
1063
- };
1064
- pendingImageElementId: string | null;
1065
- showHyperlinkPopup: false | "editor" | "info";
1066
- linkOpacity: number;
1067
- trayModeEnabled: boolean;
1068
- colorPalette?: {
1069
- canvasBackground: import("../colors").ColorPaletteCustom;
1070
- elementBackground: import("../colors").ColorPaletteCustom;
1071
- elementStroke: import("../colors").ColorPaletteCustom;
1072
- topPicks: {
1073
- canvasBackground: [string, string, string, string, string];
1074
- elementStroke: [string, string, string, string, string];
1075
- elementBackground: [string, string, string, string, string];
1076
- };
1077
- } | undefined;
1078
- allowWheelZoom?: boolean | undefined;
1079
- allowPinchZoom?: boolean | undefined;
1080
- pinnedScripts?: string[] | undefined;
1081
- customPens?: any[] | undefined;
1082
- currentStrokeOptions?: any;
1083
- resetCustomPen?: any;
1084
- gridColor: string;
1085
- dynamicStyle: string;
1086
- invertBindingBehaviour: boolean;
1087
- selectedLinearElement: import("../element/linearElementEditor").LinearElementEditor | null;
1088
- };
1089
- commitToHistory: boolean;
1090
- };
1091
- keyTest: (event: KeyboardEvent | import("react").KeyboardEvent<Element>) => boolean;
1092
- } & {
1093
- keyTest?: ((event: KeyboardEvent | import("react").KeyboardEvent<Element>) => boolean) | undefined;
1094
- };
1095
- export declare const actionZoomToFit: {
1096
- name: "zoomToFit";
1097
- viewMode: true;
1098
- trackEvent: {
1099
- category: "canvas";
1100
- };
1101
- perform: (elements: readonly ExcalidrawElement[], appState: Readonly<AppState>) => {
1102
- appState: {
1103
- scrollX: number;
1104
- scrollY: number;
1105
- zoom: {
1106
- value: NormalizedZoomValue;
1107
- };
1108
- contextMenu: {
1109
- items: import("../components/ContextMenu").ContextMenuItems;
1110
- top: number;
1111
- left: number;
1112
- } | null;
1113
- showWelcomeScreen: boolean;
1114
- isLoading: boolean;
1115
- errorMessage: import("react").ReactNode;
1116
- activeEmbeddable: {
1117
- element: import("../element/types").NonDeletedExcalidrawElement;
1118
- state: "active" | "hover";
1119
- } | null;
1120
- draggingElement: import("../element/types").NonDeletedExcalidrawElement | null;
1121
- resizingElement: import("../element/types").NonDeletedExcalidrawElement | null;
1122
- multiElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawLinearElement> | null;
1123
- selectionElement: import("../element/types").NonDeletedExcalidrawElement | null;
1124
- isBindingEnabled: boolean;
1125
- startBoundElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawBindableElement> | null;
1126
- suggestedBindings: import("../element/binding").SuggestedBinding[];
1127
- frameToHighlight: import("../element/types").NonDeleted<import("../element/types").ExcalidrawFrameElement> | null;
1128
- frameRendering: {
1129
- enabled: boolean;
1130
- name: boolean;
1131
- outline: boolean;
1132
- clip: boolean;
1133
- };
1134
- editingFrame: string | null;
1135
- elementsToHighlight: import("../element/types").NonDeleted<ExcalidrawElement>[] | null;
1136
- editingElement: import("../element/types").NonDeletedExcalidrawElement | null;
1137
- editingLinearElement: import("../element/linearElementEditor").LinearElementEditor | null;
1138
- activeTool: {
1139
- lastActiveTool: import("../types").LastActiveTool;
1140
- locked: boolean;
1141
- } & ({
1142
- type: "line" | "arrow" | "text" | "selection" | "rectangle" | "diamond" | "ellipse" | "embeddable" | "image" | "frame" | "freedraw" | "eraser" | "hand";
1143
- customType: null;
1144
- } | {
1145
- type: "custom";
1146
- customType: string;
1147
- });
1148
- penMode: boolean;
1149
- penDetected: boolean;
1150
- exportBackground: boolean;
1151
- exportEmbedScene: boolean;
1152
- exportWithDarkMode: boolean;
1153
- exportScale: number;
1154
- currentItemStrokeColor: string;
1155
- currentItemBackgroundColor: string;
1156
- currentItemFillStyle: import("../element/types").FillStyle;
1157
- currentItemStrokeWidth: number;
1158
- currentItemStrokeStyle: import("../element/types").StrokeStyle;
1159
- currentItemRoughness: number;
1160
- currentItemOpacity: number;
1161
- currentItemFontFamily: number;
1162
- currentItemFontSize: number;
1163
- currentItemTextAlign: string;
1164
- currentItemStartArrowhead: import("../element/types").Arrowhead | null;
1165
- currentItemEndArrowhead: import("../element/types").Arrowhead | null;
1166
- currentItemRoundness: import("../element/types").StrokeRoundness;
1167
- viewBackgroundColor: string;
1168
- cursorButton: "up" | "down";
1169
- scrolledOutside: boolean;
1170
- name: string;
1171
- isResizing: boolean;
1172
- isRotating: boolean;
1173
- openMenu: "canvas" | "shape" | null;
1174
- openPopup: "canvasBackground" | "elementBackground" | "elementStroke" | null;
1175
- openSidebar: {
1176
- name: string;
1177
- tab?: string | undefined;
1178
- } | null;
1179
- openDialog: "imageExport" | "help" | "jsonExport" | null;
1180
- defaultSidebarDockedPreference: boolean;
1181
- lastPointerDownWith: import("../element/types").PointerType;
1182
- selectedElementIds: Readonly<{
1183
- [id: string]: true;
1184
- }>;
1185
- previousSelectedElementIds: {
1186
- [id: string]: true;
1187
- };
1188
- selectedElementsAreBeingDragged: boolean;
1189
- shouldCacheIgnoreZoom: boolean;
1190
- toast: {
1191
- message: string;
1192
- closable?: boolean | undefined;
1193
- duration?: number | undefined;
1194
- } | null;
1195
- zenModeEnabled: boolean;
1196
- theme: import("../element/types").Theme;
1197
- gridSize: number | null;
1198
- previousGridSize: number | null;
1199
- viewModeEnabled: boolean;
1200
- selectedGroupIds: {
1201
- [groupId: string]: boolean;
1202
- };
1203
- editingGroupId: string | null;
1204
- width: number;
1205
- height: number;
1206
- offsetTop: number;
1207
- offsetLeft: number;
1208
- fileHandle: import("browser-fs-access").FileSystemHandle | null;
1209
- collaborators: Map<string, import("../types").Collaborator>;
1210
- showStats: boolean;
1211
- currentChartType: import("../element/types").ChartType;
1212
- pasteDialog: {
1213
- shown: false;
1214
- data: null;
1215
- } | {
1216
- shown: true;
1217
- data: import("../charts").Spreadsheet;
1218
- };
1219
- pendingImageElementId: string | null;
1220
- showHyperlinkPopup: false | "editor" | "info";
1221
- linkOpacity: number;
1222
- trayModeEnabled: boolean;
1223
- colorPalette?: {
1224
- canvasBackground: import("../colors").ColorPaletteCustom;
1225
- elementBackground: import("../colors").ColorPaletteCustom;
1226
- elementStroke: import("../colors").ColorPaletteCustom;
1227
- topPicks: {
1228
- canvasBackground: [string, string, string, string, string];
1229
- elementStroke: [string, string, string, string, string];
1230
- elementBackground: [string, string, string, string, string];
1231
- };
1232
- } | undefined;
1233
- allowWheelZoom?: boolean | undefined;
1234
- allowPinchZoom?: boolean | undefined;
1235
- pinnedScripts?: string[] | undefined;
1236
- customPens?: any[] | undefined;
1237
- currentStrokeOptions?: any;
1238
- resetCustomPen?: any;
1239
- gridColor: string;
1240
- dynamicStyle: string;
1241
- invertBindingBehaviour: boolean;
1242
- selectedLinearElement: import("../element/linearElementEditor").LinearElementEditor | null;
1243
- };
1244
- commitToHistory: boolean;
1245
- };
1246
- keyTest: (event: KeyboardEvent | import("react").KeyboardEvent<Element>) => boolean;
1247
- } & {
1248
- keyTest?: ((event: KeyboardEvent | import("react").KeyboardEvent<Element>) => boolean) | undefined;
1249
- };
1250
- export declare const actionToggleTheme: {
1251
- name: "toggleTheme";
1252
- viewMode: true;
1253
- trackEvent: {
1254
- category: "canvas";
1255
- };
1256
- perform: (_: readonly ExcalidrawElement[], appState: Readonly<AppState>, value: any, app: AppClassProperties) => {
1257
- appState: {
1258
- theme: any;
1259
- contextMenu: {
1260
- items: import("../components/ContextMenu").ContextMenuItems;
1261
- top: number;
1262
- left: number;
1263
- } | null;
1264
- showWelcomeScreen: boolean;
1265
- isLoading: boolean;
1266
- errorMessage: import("react").ReactNode;
1267
- activeEmbeddable: {
1268
- element: import("../element/types").NonDeletedExcalidrawElement;
1269
- state: "active" | "hover";
1270
- } | null;
1271
- draggingElement: import("../element/types").NonDeletedExcalidrawElement | null;
1272
- resizingElement: import("../element/types").NonDeletedExcalidrawElement | null;
1273
- multiElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawLinearElement> | null;
1274
- selectionElement: import("../element/types").NonDeletedExcalidrawElement | null;
1275
- isBindingEnabled: boolean;
1276
- startBoundElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawBindableElement> | null;
1277
- suggestedBindings: import("../element/binding").SuggestedBinding[];
1278
- frameToHighlight: import("../element/types").NonDeleted<import("../element/types").ExcalidrawFrameElement> | null;
1279
- frameRendering: {
1280
- enabled: boolean;
1281
- name: boolean;
1282
- outline: boolean;
1283
- clip: boolean;
1284
- };
1285
- editingFrame: string | null;
1286
- elementsToHighlight: import("../element/types").NonDeleted<ExcalidrawElement>[] | null;
1287
- editingElement: import("../element/types").NonDeletedExcalidrawElement | null;
1288
- editingLinearElement: import("../element/linearElementEditor").LinearElementEditor | null;
1289
- activeTool: {
1290
- lastActiveTool: import("../types").LastActiveTool;
1291
- locked: boolean;
1292
- } & ({
1293
- type: "line" | "arrow" | "text" | "selection" | "rectangle" | "diamond" | "ellipse" | "embeddable" | "image" | "frame" | "freedraw" | "eraser" | "hand";
1294
- customType: null;
1295
- } | {
1296
- type: "custom";
1297
- customType: string;
1298
- });
1299
- penMode: boolean;
1300
- penDetected: boolean;
1301
- exportBackground: boolean;
1302
- exportEmbedScene: boolean;
1303
- exportWithDarkMode: boolean;
1304
- exportScale: number;
1305
- currentItemStrokeColor: string;
1306
- currentItemBackgroundColor: string;
1307
- currentItemFillStyle: import("../element/types").FillStyle;
1308
- currentItemStrokeWidth: number;
1309
- currentItemStrokeStyle: import("../element/types").StrokeStyle;
1310
- currentItemRoughness: number;
1311
- currentItemOpacity: number;
1312
- currentItemFontFamily: number;
1313
- currentItemFontSize: number;
1314
- currentItemTextAlign: string;
1315
- currentItemStartArrowhead: import("../element/types").Arrowhead | null;
1316
- currentItemEndArrowhead: import("../element/types").Arrowhead | null;
1317
- currentItemRoundness: import("../element/types").StrokeRoundness;
1318
- viewBackgroundColor: string;
1319
- scrollX: number;
1320
- scrollY: number;
1321
- cursorButton: "up" | "down";
1322
- scrolledOutside: boolean;
1323
- name: string;
1324
- isResizing: boolean;
1325
- isRotating: boolean;
1326
- zoom: Readonly<{
1327
- value: NormalizedZoomValue;
1328
- }>;
1329
- openMenu: "canvas" | "shape" | null;
1330
- openPopup: "canvasBackground" | "elementBackground" | "elementStroke" | null;
1331
- openSidebar: {
1332
- name: string;
1333
- tab?: string | undefined;
1334
- } | null;
1335
- openDialog: "imageExport" | "help" | "jsonExport" | null;
1336
- defaultSidebarDockedPreference: boolean;
1337
- lastPointerDownWith: import("../element/types").PointerType;
1338
- selectedElementIds: Readonly<{
1339
- [id: string]: true;
1340
- }>;
1341
- previousSelectedElementIds: {
1342
- [id: string]: true;
1343
- };
1344
- selectedElementsAreBeingDragged: boolean;
1345
- shouldCacheIgnoreZoom: boolean;
1346
- toast: {
1347
- message: string;
1348
- closable?: boolean | undefined;
1349
- duration?: number | undefined;
1350
- } | null;
1351
- zenModeEnabled: boolean;
1352
- gridSize: number | null;
1353
- previousGridSize: number | null;
1354
- viewModeEnabled: boolean;
1355
- selectedGroupIds: {
1356
- [groupId: string]: boolean;
1357
- };
1358
- editingGroupId: string | null;
1359
- width: number;
1360
- height: number;
1361
- offsetTop: number;
1362
- offsetLeft: number;
1363
- fileHandle: import("browser-fs-access").FileSystemHandle | null;
1364
- collaborators: Map<string, import("../types").Collaborator>;
1365
- showStats: boolean;
1366
- currentChartType: import("../element/types").ChartType;
1367
- pasteDialog: {
1368
- shown: false;
1369
- data: null;
1370
- } | {
1371
- shown: true;
1372
- data: import("../charts").Spreadsheet;
1373
- };
1374
- pendingImageElementId: string | null;
1375
- showHyperlinkPopup: false | "editor" | "info";
1376
- linkOpacity: number;
1377
- trayModeEnabled: boolean;
1378
- colorPalette?: {
1379
- canvasBackground: import("../colors").ColorPaletteCustom;
1380
- elementBackground: import("../colors").ColorPaletteCustom;
1381
- elementStroke: import("../colors").ColorPaletteCustom;
1382
- topPicks: {
1383
- canvasBackground: [string, string, string, string, string];
1384
- elementStroke: [string, string, string, string, string];
1385
- elementBackground: [string, string, string, string, string];
1386
- };
1387
- } | undefined;
1388
- allowWheelZoom?: boolean | undefined;
1389
- allowPinchZoom?: boolean | undefined;
1390
- pinnedScripts?: string[] | undefined;
1391
- customPens?: any[] | undefined;
1392
- currentStrokeOptions?: any;
1393
- resetCustomPen?: any;
1394
- gridColor: string;
1395
- dynamicStyle: string;
1396
- invertBindingBehaviour: boolean;
1397
- selectedLinearElement: import("../element/linearElementEditor").LinearElementEditor | null;
1398
- };
1399
- commitToHistory: false;
1400
- };
1401
- keyTest: (event: KeyboardEvent | import("react").KeyboardEvent<Element>) => boolean;
1402
- predicate: (elements: readonly ExcalidrawElement[], appState: AppState, props: import("../types").ExcalidrawProps, app: AppClassProperties) => boolean;
1403
- } & {
1404
- keyTest?: ((event: KeyboardEvent | import("react").KeyboardEvent<Element>) => boolean) | undefined;
1405
- };
1406
- export declare const actionToggleEraserTool: {
1407
- name: "toggleEraserTool";
1408
- trackEvent: {
1409
- category: "toolbar";
1410
- };
1411
- perform: (elements: readonly ExcalidrawElement[], appState: Readonly<AppState>) => {
1412
- appState: {
1413
- selectedElementIds: {};
1414
- selectedGroupIds: {};
1415
- activeEmbeddable: null;
1416
- activeTool: {
1417
- lastActiveTool: import("../types").LastActiveTool;
1418
- locked: boolean;
1419
- } & ({
1420
- type: "line" | "arrow" | "text" | "selection" | "rectangle" | "diamond" | "ellipse" | "embeddable" | "image" | "frame" | "freedraw" | "eraser" | "hand";
1421
- customType: null;
1422
- } | {
1423
- type: "custom";
1424
- customType: string;
1425
- });
1426
- contextMenu: {
1427
- items: import("../components/ContextMenu").ContextMenuItems;
1428
- top: number;
1429
- left: number;
1430
- } | null;
1431
- showWelcomeScreen: boolean;
1432
- isLoading: boolean;
1433
- errorMessage: import("react").ReactNode;
1434
- draggingElement: import("../element/types").NonDeletedExcalidrawElement | null;
1435
- resizingElement: import("../element/types").NonDeletedExcalidrawElement | null;
1436
- multiElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawLinearElement> | null;
1437
- selectionElement: import("../element/types").NonDeletedExcalidrawElement | null;
1438
- isBindingEnabled: boolean;
1439
- startBoundElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawBindableElement> | null;
1440
- suggestedBindings: import("../element/binding").SuggestedBinding[];
1441
- frameToHighlight: import("../element/types").NonDeleted<import("../element/types").ExcalidrawFrameElement> | null;
1442
- frameRendering: {
1443
- enabled: boolean;
1444
- name: boolean;
1445
- outline: boolean;
1446
- clip: boolean;
1447
- };
1448
- editingFrame: string | null;
1449
- elementsToHighlight: import("../element/types").NonDeleted<ExcalidrawElement>[] | null;
1450
- editingElement: import("../element/types").NonDeletedExcalidrawElement | null;
1451
- editingLinearElement: import("../element/linearElementEditor").LinearElementEditor | null;
1452
- penMode: boolean;
1453
- penDetected: boolean;
1454
- exportBackground: boolean;
1455
- exportEmbedScene: boolean;
1456
- exportWithDarkMode: boolean;
1457
- exportScale: number;
1458
- currentItemStrokeColor: string;
1459
- currentItemBackgroundColor: string;
1460
- currentItemFillStyle: import("../element/types").FillStyle;
1461
- currentItemStrokeWidth: number;
1462
- currentItemStrokeStyle: import("../element/types").StrokeStyle;
1463
- currentItemRoughness: number;
1464
- currentItemOpacity: number;
1465
- currentItemFontFamily: number;
1466
- currentItemFontSize: number;
1467
- currentItemTextAlign: string;
1468
- currentItemStartArrowhead: import("../element/types").Arrowhead | null;
1469
- currentItemEndArrowhead: import("../element/types").Arrowhead | null;
1470
- currentItemRoundness: import("../element/types").StrokeRoundness;
1471
- viewBackgroundColor: string;
1472
- scrollX: number;
1473
- scrollY: number;
1474
- cursorButton: "up" | "down";
1475
- scrolledOutside: boolean;
1476
- name: string;
1477
- isResizing: boolean;
1478
- isRotating: boolean;
1479
- zoom: Readonly<{
1480
- value: NormalizedZoomValue;
1481
- }>;
1482
- openMenu: "canvas" | "shape" | null;
1483
- openPopup: "canvasBackground" | "elementBackground" | "elementStroke" | null;
1484
- openSidebar: {
1485
- name: string;
1486
- tab?: string | undefined;
1487
- } | null;
1488
- openDialog: "imageExport" | "help" | "jsonExport" | null;
1489
- defaultSidebarDockedPreference: boolean;
1490
- lastPointerDownWith: import("../element/types").PointerType;
1491
- previousSelectedElementIds: {
1492
- [id: string]: true;
1493
- };
1494
- selectedElementsAreBeingDragged: boolean;
1495
- shouldCacheIgnoreZoom: boolean;
1496
- toast: {
1497
- message: string;
1498
- closable?: boolean | undefined;
1499
- duration?: number | undefined;
1500
- } | null;
1501
- zenModeEnabled: boolean;
1502
- theme: import("../element/types").Theme;
1503
- gridSize: number | null;
1504
- previousGridSize: number | null;
1505
- viewModeEnabled: boolean;
1506
- editingGroupId: string | null;
1507
- width: number;
1508
- height: number;
1509
- offsetTop: number;
1510
- offsetLeft: number;
1511
- fileHandle: import("browser-fs-access").FileSystemHandle | null;
1512
- collaborators: Map<string, import("../types").Collaborator>;
1513
- showStats: boolean;
1514
- currentChartType: import("../element/types").ChartType;
1515
- pasteDialog: {
1516
- shown: false;
1517
- data: null;
1518
- } | {
1519
- shown: true;
1520
- data: import("../charts").Spreadsheet;
1521
- };
1522
- pendingImageElementId: string | null;
1523
- showHyperlinkPopup: false | "editor" | "info";
1524
- linkOpacity: number;
1525
- trayModeEnabled: boolean;
1526
- colorPalette?: {
1527
- canvasBackground: import("../colors").ColorPaletteCustom;
1528
- elementBackground: import("../colors").ColorPaletteCustom;
1529
- elementStroke: import("../colors").ColorPaletteCustom;
1530
- topPicks: {
1531
- canvasBackground: [string, string, string, string, string];
1532
- elementStroke: [string, string, string, string, string];
1533
- elementBackground: [string, string, string, string, string];
1534
- };
1535
- } | undefined;
1536
- allowWheelZoom?: boolean | undefined;
1537
- allowPinchZoom?: boolean | undefined;
1538
- pinnedScripts?: string[] | undefined;
1539
- customPens?: any[] | undefined;
1540
- currentStrokeOptions?: any;
1541
- resetCustomPen?: any;
1542
- gridColor: string;
1543
- dynamicStyle: string;
1544
- invertBindingBehaviour: boolean;
1545
- selectedLinearElement: import("../element/linearElementEditor").LinearElementEditor | null;
1546
- };
1547
- commitToHistory: true;
1548
- };
1549
- keyTest: (event: KeyboardEvent | import("react").KeyboardEvent<Element>) => boolean;
1550
- } & {
1551
- keyTest?: ((event: KeyboardEvent | import("react").KeyboardEvent<Element>) => boolean) | undefined;
1552
- };
1553
- export declare const actionToggleHandTool: {
1554
- name: "toggleHandTool";
1555
- trackEvent: {
1556
- category: "toolbar";
1557
- };
1558
- perform: (elements: readonly ExcalidrawElement[], appState: Readonly<AppState>, _: any, app: AppClassProperties) => {
1559
- appState: {
1560
- selectedElementIds: {};
1561
- selectedGroupIds: {};
1562
- activeEmbeddable: null;
1563
- activeTool: {
1564
- lastActiveTool: import("../types").LastActiveTool;
1565
- locked: boolean;
1566
- } & ({
1567
- type: "line" | "arrow" | "text" | "selection" | "rectangle" | "diamond" | "ellipse" | "embeddable" | "image" | "frame" | "freedraw" | "eraser" | "hand";
1568
- customType: null;
1569
- } | {
1570
- type: "custom";
1571
- customType: string;
1572
- });
1573
- contextMenu: {
1574
- items: import("../components/ContextMenu").ContextMenuItems;
1575
- top: number;
1576
- left: number;
1577
- } | null;
1578
- showWelcomeScreen: boolean;
1579
- isLoading: boolean;
1580
- errorMessage: import("react").ReactNode;
1581
- draggingElement: import("../element/types").NonDeletedExcalidrawElement | null;
1582
- resizingElement: import("../element/types").NonDeletedExcalidrawElement | null;
1583
- multiElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawLinearElement> | null;
1584
- selectionElement: import("../element/types").NonDeletedExcalidrawElement | null;
1585
- isBindingEnabled: boolean;
1586
- startBoundElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawBindableElement> | null;
1587
- suggestedBindings: import("../element/binding").SuggestedBinding[];
1588
- frameToHighlight: import("../element/types").NonDeleted<import("../element/types").ExcalidrawFrameElement> | null;
1589
- frameRendering: {
1590
- enabled: boolean;
1591
- name: boolean;
1592
- outline: boolean;
1593
- clip: boolean;
1594
- };
1595
- editingFrame: string | null;
1596
- elementsToHighlight: import("../element/types").NonDeleted<ExcalidrawElement>[] | null;
1597
- editingElement: import("../element/types").NonDeletedExcalidrawElement | null;
1598
- editingLinearElement: import("../element/linearElementEditor").LinearElementEditor | null;
1599
- penMode: boolean;
1600
- penDetected: boolean;
1601
- exportBackground: boolean;
1602
- exportEmbedScene: boolean;
1603
- exportWithDarkMode: boolean;
1604
- exportScale: number;
1605
- currentItemStrokeColor: string;
1606
- currentItemBackgroundColor: string;
1607
- currentItemFillStyle: import("../element/types").FillStyle;
1608
- currentItemStrokeWidth: number;
1609
- currentItemStrokeStyle: import("../element/types").StrokeStyle;
1610
- currentItemRoughness: number;
1611
- currentItemOpacity: number;
1612
- currentItemFontFamily: number;
1613
- currentItemFontSize: number;
1614
- currentItemTextAlign: string;
1615
- currentItemStartArrowhead: import("../element/types").Arrowhead | null;
1616
- currentItemEndArrowhead: import("../element/types").Arrowhead | null;
1617
- currentItemRoundness: import("../element/types").StrokeRoundness;
1618
- viewBackgroundColor: string;
1619
- scrollX: number;
1620
- scrollY: number;
1621
- cursorButton: "up" | "down";
1622
- scrolledOutside: boolean;
1623
- name: string;
1624
- isResizing: boolean;
1625
- isRotating: boolean;
1626
- zoom: Readonly<{
1627
- value: NormalizedZoomValue;
1628
- }>;
1629
- openMenu: "canvas" | "shape" | null;
1630
- openPopup: "canvasBackground" | "elementBackground" | "elementStroke" | null;
1631
- openSidebar: {
1632
- name: string;
1633
- tab?: string | undefined;
1634
- } | null;
1635
- openDialog: "imageExport" | "help" | "jsonExport" | null;
1636
- defaultSidebarDockedPreference: boolean;
1637
- lastPointerDownWith: import("../element/types").PointerType;
1638
- previousSelectedElementIds: {
1639
- [id: string]: true;
1640
- };
1641
- selectedElementsAreBeingDragged: boolean;
1642
- shouldCacheIgnoreZoom: boolean;
1643
- toast: {
1644
- message: string;
1645
- closable?: boolean | undefined;
1646
- duration?: number | undefined;
1647
- } | null;
1648
- zenModeEnabled: boolean;
1649
- theme: import("../element/types").Theme;
1650
- gridSize: number | null;
1651
- previousGridSize: number | null;
1652
- viewModeEnabled: boolean;
1653
- editingGroupId: string | null;
1654
- width: number;
1655
- height: number;
1656
- offsetTop: number;
1657
- offsetLeft: number;
1658
- fileHandle: import("browser-fs-access").FileSystemHandle | null;
1659
- collaborators: Map<string, import("../types").Collaborator>;
1660
- showStats: boolean;
1661
- currentChartType: import("../element/types").ChartType;
1662
- pasteDialog: {
1663
- shown: false;
1664
- data: null;
1665
- } | {
1666
- shown: true;
1667
- data: import("../charts").Spreadsheet;
1668
- };
1669
- pendingImageElementId: string | null;
1670
- showHyperlinkPopup: false | "editor" | "info";
1671
- linkOpacity: number;
1672
- trayModeEnabled: boolean;
1673
- colorPalette?: {
1674
- canvasBackground: import("../colors").ColorPaletteCustom;
1675
- elementBackground: import("../colors").ColorPaletteCustom;
1676
- elementStroke: import("../colors").ColorPaletteCustom;
1677
- topPicks: {
1678
- canvasBackground: [string, string, string, string, string];
1679
- elementStroke: [string, string, string, string, string];
1680
- elementBackground: [string, string, string, string, string];
1681
- };
1682
- } | undefined;
1683
- allowWheelZoom?: boolean | undefined;
1684
- allowPinchZoom?: boolean | undefined;
1685
- pinnedScripts?: string[] | undefined;
1686
- customPens?: any[] | undefined;
1687
- currentStrokeOptions?: any;
1688
- resetCustomPen?: any;
1689
- gridColor: string;
1690
- dynamicStyle: string;
1691
- invertBindingBehaviour: boolean;
1692
- selectedLinearElement: import("../element/linearElementEditor").LinearElementEditor | null;
1693
- };
1694
- commitToHistory: true;
1695
- };
1696
- keyTest: (event: KeyboardEvent | import("react").KeyboardEvent<Element>) => boolean;
1697
- } & {
1698
- keyTest?: ((event: KeyboardEvent | import("react").KeyboardEvent<Element>) => boolean) | undefined;
1699
- };
1700
- export declare const zoomToFitElements: (elements: readonly ExcalidrawElement[], appState: Readonly<AppState>, zoomToSelection: boolean, app: AppClassProperties, maxZoom?: number, margin?: number) => {
1701
- appState: {
1702
- zoom: {
1703
- value: NormalizedZoomValue;
1704
- };
1705
- scrollX: number;
1706
- scrollY: number;
1707
- contextMenu: {
1708
- items: import("../components/ContextMenu").ContextMenuItems;
1709
- top: number;
1710
- left: number;
1711
- } | null;
1712
- showWelcomeScreen: boolean;
1713
- isLoading: boolean;
1714
- errorMessage: import("react").ReactNode;
1715
- activeEmbeddable: {
1716
- element: import("../element/types").NonDeletedExcalidrawElement;
1717
- state: "active" | "hover";
1718
- } | null;
1719
- draggingElement: import("../element/types").NonDeletedExcalidrawElement | null;
1720
- resizingElement: import("../element/types").NonDeletedExcalidrawElement | null;
1721
- multiElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawLinearElement> | null;
1722
- selectionElement: import("../element/types").NonDeletedExcalidrawElement | null;
1723
- isBindingEnabled: boolean;
1724
- startBoundElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawBindableElement> | null;
1725
- suggestedBindings: import("../element/binding").SuggestedBinding[];
1726
- frameToHighlight: import("../element/types").NonDeleted<import("../element/types").ExcalidrawFrameElement> | null;
1727
- frameRendering: {
1728
- enabled: boolean;
1729
- name: boolean;
1730
- outline: boolean;
1731
- clip: boolean;
1732
- };
1733
- editingFrame: string | null;
1734
- elementsToHighlight: import("../element/types").NonDeleted<ExcalidrawElement>[] | null;
1735
- editingElement: import("../element/types").NonDeletedExcalidrawElement | null;
1736
- editingLinearElement: import("../element/linearElementEditor").LinearElementEditor | null;
1737
- activeTool: {
1738
- lastActiveTool: import("../types").LastActiveTool;
1739
- locked: boolean;
1740
- } & ({
1741
- type: "line" | "arrow" | "text" | "selection" | "rectangle" | "diamond" | "ellipse" | "embeddable" | "image" | "frame" | "freedraw" | "eraser" | "hand";
1742
- customType: null;
1743
- } | {
1744
- type: "custom";
1745
- customType: string;
1746
- });
1747
- penMode: boolean;
1748
- penDetected: boolean;
1749
- exportBackground: boolean;
1750
- exportEmbedScene: boolean;
1751
- exportWithDarkMode: boolean;
1752
- exportScale: number;
1753
- currentItemStrokeColor: string;
1754
- currentItemBackgroundColor: string;
1755
- currentItemFillStyle: import("../element/types").FillStyle;
1756
- currentItemStrokeWidth: number;
1757
- currentItemStrokeStyle: import("../element/types").StrokeStyle;
1758
- currentItemRoughness: number;
1759
- currentItemOpacity: number;
1760
- currentItemFontFamily: number;
1761
- currentItemFontSize: number;
1762
- currentItemTextAlign: string;
1763
- currentItemStartArrowhead: import("../element/types").Arrowhead | null;
1764
- currentItemEndArrowhead: import("../element/types").Arrowhead | null;
1765
- currentItemRoundness: import("../element/types").StrokeRoundness;
1766
- viewBackgroundColor: string;
1767
- cursorButton: "up" | "down";
1768
- scrolledOutside: boolean;
1769
- name: string;
1770
- isResizing: boolean;
1771
- isRotating: boolean;
1772
- openMenu: "canvas" | "shape" | null;
1773
- openPopup: "canvasBackground" | "elementBackground" | "elementStroke" | null;
1774
- openSidebar: {
1775
- name: string;
1776
- tab?: string | undefined;
1777
- } | null;
1778
- openDialog: "imageExport" | "help" | "jsonExport" | null;
1779
- defaultSidebarDockedPreference: boolean;
1780
- lastPointerDownWith: import("../element/types").PointerType;
1781
- selectedElementIds: Readonly<{
1782
- [id: string]: true;
1783
- }>;
1784
- previousSelectedElementIds: {
1785
- [id: string]: true;
1786
- };
1787
- selectedElementsAreBeingDragged: boolean;
1788
- shouldCacheIgnoreZoom: boolean;
1789
- toast: {
1790
- message: string;
1791
- closable?: boolean | undefined;
1792
- duration?: number | undefined;
1793
- } | null;
1794
- zenModeEnabled: boolean;
1795
- theme: import("../element/types").Theme;
1796
- gridSize: number | null;
1797
- previousGridSize: number | null;
1798
- viewModeEnabled: boolean;
1799
- selectedGroupIds: {
1800
- [groupId: string]: boolean;
1801
- };
1802
- editingGroupId: string | null;
1803
- width: number;
1804
- height: number;
1805
- offsetTop: number;
1806
- offsetLeft: number;
1807
- fileHandle: import("browser-fs-access").FileSystemHandle | null;
1808
- collaborators: Map<string, import("../types").Collaborator>;
1809
- showStats: boolean;
1810
- currentChartType: import("../element/types").ChartType;
1811
- pasteDialog: {
1812
- shown: false;
1813
- data: null;
1814
- } | {
1815
- shown: true;
1816
- data: import("../charts").Spreadsheet;
1817
- };
1818
- pendingImageElementId: string | null;
1819
- showHyperlinkPopup: false | "editor" | "info";
1820
- linkOpacity: number;
1821
- trayModeEnabled: boolean;
1822
- colorPalette?: {
1823
- canvasBackground: import("../colors").ColorPaletteCustom;
1824
- elementBackground: import("../colors").ColorPaletteCustom;
1825
- elementStroke: import("../colors").ColorPaletteCustom;
1826
- topPicks: {
1827
- canvasBackground: [string, string, string, string, string];
1828
- elementStroke: [string, string, string, string, string];
1829
- elementBackground: [string, string, string, string, string];
1830
- };
1831
- } | undefined;
1832
- allowWheelZoom?: boolean | undefined;
1833
- allowPinchZoom?: boolean | undefined;
1834
- pinnedScripts?: string[] | undefined;
1835
- customPens?: any[] | undefined;
1836
- currentStrokeOptions?: any;
1837
- resetCustomPen?: any;
1838
- gridColor: string;
1839
- dynamicStyle: string;
1840
- invertBindingBehaviour: boolean;
1841
- selectedLinearElement: import("../element/linearElementEditor").LinearElementEditor | null;
1842
- };
1843
- commitToHistory: boolean;
1844
- };
1
+ import { ExcalidrawElement } from "../element/types";
2
+ import { AppClassProperties, AppState, NormalizedZoomValue } from "../types";
3
+ export declare const actionChangeViewBackgroundColor: {
4
+ name: "changeViewBackgroundColor";
5
+ trackEvent: false;
6
+ predicate: (elements: readonly ExcalidrawElement[], appState: AppState, props: import("../types").ExcalidrawProps, app: AppClassProperties) => boolean;
7
+ perform: (_: readonly ExcalidrawElement[], appState: Readonly<AppState>, value: any) => {
8
+ appState: any;
9
+ commitToHistory: boolean;
10
+ };
11
+ PanelComponent: ({ elements, appState, updateData, appProps }: import("./types").PanelComponentProps) => JSX.Element;
12
+ } & {
13
+ keyTest?: undefined;
14
+ };
15
+ export declare const actionClearCanvas: {
16
+ name: "clearCanvas";
17
+ trackEvent: {
18
+ category: "canvas";
19
+ };
20
+ predicate: (elements: readonly ExcalidrawElement[], appState: AppState, props: import("../types").ExcalidrawProps, app: AppClassProperties) => boolean;
21
+ perform: (elements: readonly ExcalidrawElement[], appState: Readonly<AppState>, _: any, app: AppClassProperties) => {
22
+ elements: ExcalidrawElement[];
23
+ appState: {
24
+ files: {};
25
+ theme: import("../element/types").Theme;
26
+ penMode: boolean;
27
+ penDetected: boolean;
28
+ exportBackground: boolean;
29
+ exportEmbedScene: boolean;
30
+ gridSize: number | null;
31
+ showStats: boolean;
32
+ pasteDialog: {
33
+ shown: false;
34
+ data: null;
35
+ } | {
36
+ shown: true;
37
+ data: import("../charts").Spreadsheet;
38
+ };
39
+ activeTool: {
40
+ lastActiveTool: import("../types").LastActiveTool;
41
+ locked: boolean;
42
+ } & ({
43
+ type: "line" | "arrow" | "text" | "selection" | "rectangle" | "diamond" | "ellipse" | "embeddable" | "image" | "frame" | "freedraw" | "eraser" | "hand";
44
+ customType: null;
45
+ } | {
46
+ type: "custom";
47
+ customType: string;
48
+ });
49
+ colorPalette: {
50
+ canvasBackground: import("../colors").ColorPaletteCustom;
51
+ elementBackground: import("../colors").ColorPaletteCustom;
52
+ elementStroke: import("../colors").ColorPaletteCustom;
53
+ topPicks: {
54
+ canvasBackground: [string, string, string, string, string];
55
+ elementStroke: [string, string, string, string, string];
56
+ elementBackground: [string, string, string, string, string];
57
+ };
58
+ } | undefined;
59
+ trayModeEnabled: boolean;
60
+ allowPinchZoom: boolean | undefined;
61
+ allowWheelZoom: boolean | undefined;
62
+ pinnedScripts: string[] | undefined;
63
+ customPens: any[] | undefined;
64
+ name: string;
65
+ toast: {
66
+ message: string;
67
+ closable?: boolean | undefined;
68
+ duration?: number | undefined;
69
+ } | null;
70
+ collaborators: Map<string, import("../types").Collaborator>;
71
+ contextMenu: {
72
+ items: import("../components/ContextMenu").ContextMenuItems;
73
+ top: number;
74
+ left: number;
75
+ } | null;
76
+ showWelcomeScreen: boolean;
77
+ isLoading: boolean;
78
+ errorMessage: import("react").ReactNode;
79
+ activeEmbeddable: {
80
+ element: import("../element/types").NonDeletedExcalidrawElement;
81
+ state: "active" | "hover";
82
+ } | null;
83
+ draggingElement: import("../element/types").NonDeletedExcalidrawElement | null;
84
+ resizingElement: import("../element/types").NonDeletedExcalidrawElement | null;
85
+ multiElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawLinearElement> | null;
86
+ selectionElement: import("../element/types").NonDeletedExcalidrawElement | null;
87
+ isBindingEnabled: boolean;
88
+ startBoundElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawBindableElement> | null;
89
+ suggestedBindings: import("../element/binding").SuggestedBinding[];
90
+ frameToHighlight: import("../element/types").NonDeleted<import("../element/types").ExcalidrawFrameElement> | null;
91
+ frameRendering: {
92
+ enabled: boolean;
93
+ name: boolean;
94
+ outline: boolean;
95
+ clip: boolean;
96
+ };
97
+ editingFrame: string | null;
98
+ elementsToHighlight: import("../element/types").NonDeleted<ExcalidrawElement>[] | null;
99
+ editingElement: import("../element/types").NonDeletedExcalidrawElement | null;
100
+ editingLinearElement: import("../element/linearElementEditor").LinearElementEditor | null;
101
+ exportWithDarkMode: boolean;
102
+ exportScale: number;
103
+ currentItemStrokeColor: string;
104
+ currentItemBackgroundColor: string;
105
+ currentItemFillStyle: import("../element/types").FillStyle;
106
+ currentItemStrokeWidth: number;
107
+ currentItemStrokeStyle: import("../element/types").StrokeStyle;
108
+ currentItemRoughness: number;
109
+ currentItemOpacity: number;
110
+ currentItemFontFamily: number;
111
+ currentItemFontSize: number;
112
+ currentItemTextAlign: string;
113
+ currentItemStartArrowhead: import("../element/types").Arrowhead | null;
114
+ currentItemEndArrowhead: import("../element/types").Arrowhead | null;
115
+ currentItemRoundness: import("../element/types").StrokeRoundness;
116
+ viewBackgroundColor: string;
117
+ scrollX: number;
118
+ scrollY: number;
119
+ cursorButton: "up" | "down";
120
+ scrolledOutside: boolean;
121
+ isResizing: boolean;
122
+ isRotating: boolean;
123
+ zoom: Readonly<{
124
+ value: NormalizedZoomValue;
125
+ }>;
126
+ openMenu: "canvas" | "shape" | null;
127
+ openPopup: "canvasBackground" | "elementBackground" | "elementStroke" | null;
128
+ openSidebar: {
129
+ name: string;
130
+ tab?: string | undefined;
131
+ } | null;
132
+ openDialog: "imageExport" | "help" | "jsonExport" | null;
133
+ defaultSidebarDockedPreference: boolean;
134
+ lastPointerDownWith: import("../element/types").PointerType;
135
+ selectedElementIds: Readonly<{
136
+ [id: string]: true;
137
+ }>;
138
+ previousSelectedElementIds: {
139
+ [id: string]: true;
140
+ };
141
+ selectedElementsAreBeingDragged: boolean;
142
+ shouldCacheIgnoreZoom: boolean;
143
+ zenModeEnabled: boolean;
144
+ previousGridSize: number | null;
145
+ viewModeEnabled: boolean;
146
+ selectedGroupIds: {
147
+ [groupId: string]: boolean;
148
+ };
149
+ editingGroupId: string | null;
150
+ fileHandle: import("browser-fs-access").FileSystemHandle | null;
151
+ currentChartType: import("../element/types").ChartType;
152
+ pendingImageElementId: string | null;
153
+ showHyperlinkPopup: false | "editor" | "info";
154
+ linkOpacity: number;
155
+ currentStrokeOptions?: any;
156
+ resetCustomPen?: any;
157
+ gridColor: {
158
+ Bold: string;
159
+ Regular: string;
160
+ };
161
+ dynamicStyle: string;
162
+ invertBindingBehaviour: boolean;
163
+ selectedLinearElement: import("../element/linearElementEditor").LinearElementEditor | null;
164
+ };
165
+ commitToHistory: true;
166
+ };
167
+ } & {
168
+ keyTest?: undefined;
169
+ };
170
+ export declare const actionZoomIn: {
171
+ name: "zoomIn";
172
+ viewMode: true;
173
+ trackEvent: {
174
+ category: "canvas";
175
+ };
176
+ perform: (_elements: readonly ExcalidrawElement[], appState: Readonly<AppState>, _: any, app: AppClassProperties) => {
177
+ appState: {
178
+ scrollX: number;
179
+ scrollY: number;
180
+ zoom: {
181
+ value: NormalizedZoomValue;
182
+ };
183
+ contextMenu: {
184
+ items: import("../components/ContextMenu").ContextMenuItems;
185
+ top: number;
186
+ left: number;
187
+ } | null;
188
+ showWelcomeScreen: boolean;
189
+ isLoading: boolean;
190
+ errorMessage: import("react").ReactNode;
191
+ activeEmbeddable: {
192
+ element: import("../element/types").NonDeletedExcalidrawElement;
193
+ state: "active" | "hover";
194
+ } | null;
195
+ draggingElement: import("../element/types").NonDeletedExcalidrawElement | null;
196
+ resizingElement: import("../element/types").NonDeletedExcalidrawElement | null;
197
+ multiElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawLinearElement> | null;
198
+ selectionElement: import("../element/types").NonDeletedExcalidrawElement | null;
199
+ isBindingEnabled: boolean;
200
+ startBoundElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawBindableElement> | null;
201
+ suggestedBindings: import("../element/binding").SuggestedBinding[];
202
+ frameToHighlight: import("../element/types").NonDeleted<import("../element/types").ExcalidrawFrameElement> | null;
203
+ frameRendering: {
204
+ enabled: boolean;
205
+ name: boolean;
206
+ outline: boolean;
207
+ clip: boolean;
208
+ };
209
+ editingFrame: string | null;
210
+ elementsToHighlight: import("../element/types").NonDeleted<ExcalidrawElement>[] | null;
211
+ editingElement: import("../element/types").NonDeletedExcalidrawElement | null;
212
+ editingLinearElement: import("../element/linearElementEditor").LinearElementEditor | null;
213
+ activeTool: {
214
+ lastActiveTool: import("../types").LastActiveTool;
215
+ locked: boolean;
216
+ } & ({
217
+ type: "line" | "arrow" | "text" | "selection" | "rectangle" | "diamond" | "ellipse" | "embeddable" | "image" | "frame" | "freedraw" | "eraser" | "hand";
218
+ customType: null;
219
+ } | {
220
+ type: "custom";
221
+ customType: string;
222
+ });
223
+ penMode: boolean;
224
+ penDetected: boolean;
225
+ exportBackground: boolean;
226
+ exportEmbedScene: boolean;
227
+ exportWithDarkMode: boolean;
228
+ exportScale: number;
229
+ currentItemStrokeColor: string;
230
+ currentItemBackgroundColor: string;
231
+ currentItemFillStyle: import("../element/types").FillStyle;
232
+ currentItemStrokeWidth: number;
233
+ currentItemStrokeStyle: import("../element/types").StrokeStyle;
234
+ currentItemRoughness: number;
235
+ currentItemOpacity: number;
236
+ currentItemFontFamily: number;
237
+ currentItemFontSize: number;
238
+ currentItemTextAlign: string;
239
+ currentItemStartArrowhead: import("../element/types").Arrowhead | null;
240
+ currentItemEndArrowhead: import("../element/types").Arrowhead | null;
241
+ currentItemRoundness: import("../element/types").StrokeRoundness;
242
+ viewBackgroundColor: string;
243
+ cursorButton: "up" | "down";
244
+ scrolledOutside: boolean;
245
+ name: string;
246
+ isResizing: boolean;
247
+ isRotating: boolean;
248
+ openMenu: "canvas" | "shape" | null;
249
+ openPopup: "canvasBackground" | "elementBackground" | "elementStroke" | null;
250
+ openSidebar: {
251
+ name: string;
252
+ tab?: string | undefined;
253
+ } | null;
254
+ openDialog: "imageExport" | "help" | "jsonExport" | null;
255
+ defaultSidebarDockedPreference: boolean;
256
+ lastPointerDownWith: import("../element/types").PointerType;
257
+ selectedElementIds: Readonly<{
258
+ [id: string]: true;
259
+ }>;
260
+ previousSelectedElementIds: {
261
+ [id: string]: true;
262
+ };
263
+ selectedElementsAreBeingDragged: boolean;
264
+ shouldCacheIgnoreZoom: boolean;
265
+ toast: {
266
+ message: string;
267
+ closable?: boolean | undefined;
268
+ duration?: number | undefined;
269
+ } | null;
270
+ zenModeEnabled: boolean;
271
+ theme: import("../element/types").Theme;
272
+ gridSize: number | null;
273
+ previousGridSize: number | null;
274
+ viewModeEnabled: boolean;
275
+ selectedGroupIds: {
276
+ [groupId: string]: boolean;
277
+ };
278
+ editingGroupId: string | null;
279
+ width: number;
280
+ height: number;
281
+ offsetTop: number;
282
+ offsetLeft: number;
283
+ fileHandle: import("browser-fs-access").FileSystemHandle | null;
284
+ collaborators: Map<string, import("../types").Collaborator>;
285
+ showStats: boolean;
286
+ currentChartType: import("../element/types").ChartType;
287
+ pasteDialog: {
288
+ shown: false;
289
+ data: null;
290
+ } | {
291
+ shown: true;
292
+ data: import("../charts").Spreadsheet;
293
+ };
294
+ pendingImageElementId: string | null;
295
+ showHyperlinkPopup: false | "editor" | "info";
296
+ linkOpacity: number;
297
+ trayModeEnabled: boolean;
298
+ colorPalette?: {
299
+ canvasBackground: import("../colors").ColorPaletteCustom;
300
+ elementBackground: import("../colors").ColorPaletteCustom;
301
+ elementStroke: import("../colors").ColorPaletteCustom;
302
+ topPicks: {
303
+ canvasBackground: [string, string, string, string, string];
304
+ elementStroke: [string, string, string, string, string];
305
+ elementBackground: [string, string, string, string, string];
306
+ };
307
+ } | undefined;
308
+ allowWheelZoom?: boolean | undefined;
309
+ allowPinchZoom?: boolean | undefined;
310
+ pinnedScripts?: string[] | undefined;
311
+ customPens?: any[] | undefined;
312
+ currentStrokeOptions?: any;
313
+ resetCustomPen?: any;
314
+ gridColor: {
315
+ Bold: string;
316
+ Regular: string;
317
+ };
318
+ dynamicStyle: string;
319
+ invertBindingBehaviour: boolean;
320
+ selectedLinearElement: import("../element/linearElementEditor").LinearElementEditor | null;
321
+ };
322
+ commitToHistory: false;
323
+ };
324
+ PanelComponent: ({ updateData }: import("./types").PanelComponentProps) => JSX.Element;
325
+ keyTest: (event: KeyboardEvent | import("react").KeyboardEvent<Element>) => boolean;
326
+ } & {
327
+ keyTest?: ((event: KeyboardEvent | import("react").KeyboardEvent<Element>) => boolean) | undefined;
328
+ };
329
+ export declare const actionZoomOut: {
330
+ name: "zoomOut";
331
+ viewMode: true;
332
+ trackEvent: {
333
+ category: "canvas";
334
+ };
335
+ perform: (_elements: readonly ExcalidrawElement[], appState: Readonly<AppState>, _: any, app: AppClassProperties) => {
336
+ appState: {
337
+ scrollX: number;
338
+ scrollY: number;
339
+ zoom: {
340
+ value: NormalizedZoomValue;
341
+ };
342
+ contextMenu: {
343
+ items: import("../components/ContextMenu").ContextMenuItems;
344
+ top: number;
345
+ left: number;
346
+ } | null;
347
+ showWelcomeScreen: boolean;
348
+ isLoading: boolean;
349
+ errorMessage: import("react").ReactNode;
350
+ activeEmbeddable: {
351
+ element: import("../element/types").NonDeletedExcalidrawElement;
352
+ state: "active" | "hover";
353
+ } | null;
354
+ draggingElement: import("../element/types").NonDeletedExcalidrawElement | null;
355
+ resizingElement: import("../element/types").NonDeletedExcalidrawElement | null;
356
+ multiElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawLinearElement> | null;
357
+ selectionElement: import("../element/types").NonDeletedExcalidrawElement | null;
358
+ isBindingEnabled: boolean;
359
+ startBoundElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawBindableElement> | null;
360
+ suggestedBindings: import("../element/binding").SuggestedBinding[];
361
+ frameToHighlight: import("../element/types").NonDeleted<import("../element/types").ExcalidrawFrameElement> | null;
362
+ frameRendering: {
363
+ enabled: boolean;
364
+ name: boolean;
365
+ outline: boolean;
366
+ clip: boolean;
367
+ };
368
+ editingFrame: string | null;
369
+ elementsToHighlight: import("../element/types").NonDeleted<ExcalidrawElement>[] | null;
370
+ editingElement: import("../element/types").NonDeletedExcalidrawElement | null;
371
+ editingLinearElement: import("../element/linearElementEditor").LinearElementEditor | null;
372
+ activeTool: {
373
+ lastActiveTool: import("../types").LastActiveTool;
374
+ locked: boolean;
375
+ } & ({
376
+ type: "line" | "arrow" | "text" | "selection" | "rectangle" | "diamond" | "ellipse" | "embeddable" | "image" | "frame" | "freedraw" | "eraser" | "hand";
377
+ customType: null;
378
+ } | {
379
+ type: "custom";
380
+ customType: string;
381
+ });
382
+ penMode: boolean;
383
+ penDetected: boolean;
384
+ exportBackground: boolean;
385
+ exportEmbedScene: boolean;
386
+ exportWithDarkMode: boolean;
387
+ exportScale: number;
388
+ currentItemStrokeColor: string;
389
+ currentItemBackgroundColor: string;
390
+ currentItemFillStyle: import("../element/types").FillStyle;
391
+ currentItemStrokeWidth: number;
392
+ currentItemStrokeStyle: import("../element/types").StrokeStyle;
393
+ currentItemRoughness: number;
394
+ currentItemOpacity: number;
395
+ currentItemFontFamily: number;
396
+ currentItemFontSize: number;
397
+ currentItemTextAlign: string;
398
+ currentItemStartArrowhead: import("../element/types").Arrowhead | null;
399
+ currentItemEndArrowhead: import("../element/types").Arrowhead | null;
400
+ currentItemRoundness: import("../element/types").StrokeRoundness;
401
+ viewBackgroundColor: string;
402
+ cursorButton: "up" | "down";
403
+ scrolledOutside: boolean;
404
+ name: string;
405
+ isResizing: boolean;
406
+ isRotating: boolean;
407
+ openMenu: "canvas" | "shape" | null;
408
+ openPopup: "canvasBackground" | "elementBackground" | "elementStroke" | null;
409
+ openSidebar: {
410
+ name: string;
411
+ tab?: string | undefined;
412
+ } | null;
413
+ openDialog: "imageExport" | "help" | "jsonExport" | null;
414
+ defaultSidebarDockedPreference: boolean;
415
+ lastPointerDownWith: import("../element/types").PointerType;
416
+ selectedElementIds: Readonly<{
417
+ [id: string]: true;
418
+ }>;
419
+ previousSelectedElementIds: {
420
+ [id: string]: true;
421
+ };
422
+ selectedElementsAreBeingDragged: boolean;
423
+ shouldCacheIgnoreZoom: boolean;
424
+ toast: {
425
+ message: string;
426
+ closable?: boolean | undefined;
427
+ duration?: number | undefined;
428
+ } | null;
429
+ zenModeEnabled: boolean;
430
+ theme: import("../element/types").Theme;
431
+ gridSize: number | null;
432
+ previousGridSize: number | null;
433
+ viewModeEnabled: boolean;
434
+ selectedGroupIds: {
435
+ [groupId: string]: boolean;
436
+ };
437
+ editingGroupId: string | null;
438
+ width: number;
439
+ height: number;
440
+ offsetTop: number;
441
+ offsetLeft: number;
442
+ fileHandle: import("browser-fs-access").FileSystemHandle | null;
443
+ collaborators: Map<string, import("../types").Collaborator>;
444
+ showStats: boolean;
445
+ currentChartType: import("../element/types").ChartType;
446
+ pasteDialog: {
447
+ shown: false;
448
+ data: null;
449
+ } | {
450
+ shown: true;
451
+ data: import("../charts").Spreadsheet;
452
+ };
453
+ pendingImageElementId: string | null;
454
+ showHyperlinkPopup: false | "editor" | "info";
455
+ linkOpacity: number;
456
+ trayModeEnabled: boolean;
457
+ colorPalette?: {
458
+ canvasBackground: import("../colors").ColorPaletteCustom;
459
+ elementBackground: import("../colors").ColorPaletteCustom;
460
+ elementStroke: import("../colors").ColorPaletteCustom;
461
+ topPicks: {
462
+ canvasBackground: [string, string, string, string, string];
463
+ elementStroke: [string, string, string, string, string];
464
+ elementBackground: [string, string, string, string, string];
465
+ };
466
+ } | undefined;
467
+ allowWheelZoom?: boolean | undefined;
468
+ allowPinchZoom?: boolean | undefined;
469
+ pinnedScripts?: string[] | undefined;
470
+ customPens?: any[] | undefined;
471
+ currentStrokeOptions?: any;
472
+ resetCustomPen?: any;
473
+ gridColor: {
474
+ Bold: string;
475
+ Regular: string;
476
+ };
477
+ dynamicStyle: string;
478
+ invertBindingBehaviour: boolean;
479
+ selectedLinearElement: import("../element/linearElementEditor").LinearElementEditor | null;
480
+ };
481
+ commitToHistory: false;
482
+ };
483
+ PanelComponent: ({ updateData }: import("./types").PanelComponentProps) => JSX.Element;
484
+ keyTest: (event: KeyboardEvent | import("react").KeyboardEvent<Element>) => boolean;
485
+ } & {
486
+ keyTest?: ((event: KeyboardEvent | import("react").KeyboardEvent<Element>) => boolean) | undefined;
487
+ };
488
+ export declare const actionResetZoom: {
489
+ name: "resetZoom";
490
+ viewMode: true;
491
+ trackEvent: {
492
+ category: "canvas";
493
+ };
494
+ perform: (_elements: readonly ExcalidrawElement[], appState: Readonly<AppState>, _: any, app: AppClassProperties) => {
495
+ appState: {
496
+ scrollX: number;
497
+ scrollY: number;
498
+ zoom: {
499
+ value: NormalizedZoomValue;
500
+ };
501
+ contextMenu: {
502
+ items: import("../components/ContextMenu").ContextMenuItems;
503
+ top: number;
504
+ left: number;
505
+ } | null;
506
+ showWelcomeScreen: boolean;
507
+ isLoading: boolean;
508
+ errorMessage: import("react").ReactNode;
509
+ activeEmbeddable: {
510
+ element: import("../element/types").NonDeletedExcalidrawElement;
511
+ state: "active" | "hover";
512
+ } | null;
513
+ draggingElement: import("../element/types").NonDeletedExcalidrawElement | null;
514
+ resizingElement: import("../element/types").NonDeletedExcalidrawElement | null;
515
+ multiElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawLinearElement> | null;
516
+ selectionElement: import("../element/types").NonDeletedExcalidrawElement | null;
517
+ isBindingEnabled: boolean;
518
+ startBoundElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawBindableElement> | null;
519
+ suggestedBindings: import("../element/binding").SuggestedBinding[];
520
+ frameToHighlight: import("../element/types").NonDeleted<import("../element/types").ExcalidrawFrameElement> | null;
521
+ frameRendering: {
522
+ enabled: boolean;
523
+ name: boolean;
524
+ outline: boolean;
525
+ clip: boolean;
526
+ };
527
+ editingFrame: string | null;
528
+ elementsToHighlight: import("../element/types").NonDeleted<ExcalidrawElement>[] | null;
529
+ editingElement: import("../element/types").NonDeletedExcalidrawElement | null;
530
+ editingLinearElement: import("../element/linearElementEditor").LinearElementEditor | null;
531
+ activeTool: {
532
+ lastActiveTool: import("../types").LastActiveTool;
533
+ locked: boolean;
534
+ } & ({
535
+ type: "line" | "arrow" | "text" | "selection" | "rectangle" | "diamond" | "ellipse" | "embeddable" | "image" | "frame" | "freedraw" | "eraser" | "hand";
536
+ customType: null;
537
+ } | {
538
+ type: "custom";
539
+ customType: string;
540
+ });
541
+ penMode: boolean;
542
+ penDetected: boolean;
543
+ exportBackground: boolean;
544
+ exportEmbedScene: boolean;
545
+ exportWithDarkMode: boolean;
546
+ exportScale: number;
547
+ currentItemStrokeColor: string;
548
+ currentItemBackgroundColor: string;
549
+ currentItemFillStyle: import("../element/types").FillStyle;
550
+ currentItemStrokeWidth: number;
551
+ currentItemStrokeStyle: import("../element/types").StrokeStyle;
552
+ currentItemRoughness: number;
553
+ currentItemOpacity: number;
554
+ currentItemFontFamily: number;
555
+ currentItemFontSize: number;
556
+ currentItemTextAlign: string;
557
+ currentItemStartArrowhead: import("../element/types").Arrowhead | null;
558
+ currentItemEndArrowhead: import("../element/types").Arrowhead | null;
559
+ currentItemRoundness: import("../element/types").StrokeRoundness;
560
+ viewBackgroundColor: string;
561
+ cursorButton: "up" | "down";
562
+ scrolledOutside: boolean;
563
+ name: string;
564
+ isResizing: boolean;
565
+ isRotating: boolean;
566
+ openMenu: "canvas" | "shape" | null;
567
+ openPopup: "canvasBackground" | "elementBackground" | "elementStroke" | null;
568
+ openSidebar: {
569
+ name: string;
570
+ tab?: string | undefined;
571
+ } | null;
572
+ openDialog: "imageExport" | "help" | "jsonExport" | null;
573
+ defaultSidebarDockedPreference: boolean;
574
+ lastPointerDownWith: import("../element/types").PointerType;
575
+ selectedElementIds: Readonly<{
576
+ [id: string]: true;
577
+ }>;
578
+ previousSelectedElementIds: {
579
+ [id: string]: true;
580
+ };
581
+ selectedElementsAreBeingDragged: boolean;
582
+ shouldCacheIgnoreZoom: boolean;
583
+ toast: {
584
+ message: string;
585
+ closable?: boolean | undefined;
586
+ duration?: number | undefined;
587
+ } | null;
588
+ zenModeEnabled: boolean;
589
+ theme: import("../element/types").Theme;
590
+ gridSize: number | null;
591
+ previousGridSize: number | null;
592
+ viewModeEnabled: boolean;
593
+ selectedGroupIds: {
594
+ [groupId: string]: boolean;
595
+ };
596
+ editingGroupId: string | null;
597
+ width: number;
598
+ height: number;
599
+ offsetTop: number;
600
+ offsetLeft: number;
601
+ fileHandle: import("browser-fs-access").FileSystemHandle | null;
602
+ collaborators: Map<string, import("../types").Collaborator>;
603
+ showStats: boolean;
604
+ currentChartType: import("../element/types").ChartType;
605
+ pasteDialog: {
606
+ shown: false;
607
+ data: null;
608
+ } | {
609
+ shown: true;
610
+ data: import("../charts").Spreadsheet;
611
+ };
612
+ pendingImageElementId: string | null;
613
+ showHyperlinkPopup: false | "editor" | "info";
614
+ linkOpacity: number;
615
+ trayModeEnabled: boolean;
616
+ colorPalette?: {
617
+ canvasBackground: import("../colors").ColorPaletteCustom;
618
+ elementBackground: import("../colors").ColorPaletteCustom;
619
+ elementStroke: import("../colors").ColorPaletteCustom;
620
+ topPicks: {
621
+ canvasBackground: [string, string, string, string, string];
622
+ elementStroke: [string, string, string, string, string];
623
+ elementBackground: [string, string, string, string, string];
624
+ };
625
+ } | undefined;
626
+ allowWheelZoom?: boolean | undefined;
627
+ allowPinchZoom?: boolean | undefined;
628
+ pinnedScripts?: string[] | undefined;
629
+ customPens?: any[] | undefined;
630
+ currentStrokeOptions?: any;
631
+ resetCustomPen?: any;
632
+ gridColor: {
633
+ Bold: string;
634
+ Regular: string;
635
+ };
636
+ dynamicStyle: string;
637
+ invertBindingBehaviour: boolean;
638
+ selectedLinearElement: import("../element/linearElementEditor").LinearElementEditor | null;
639
+ };
640
+ commitToHistory: false;
641
+ };
642
+ PanelComponent: ({ updateData, appState }: import("./types").PanelComponentProps) => JSX.Element;
643
+ keyTest: (event: KeyboardEvent | import("react").KeyboardEvent<Element>) => boolean;
644
+ } & {
645
+ keyTest?: ((event: KeyboardEvent | import("react").KeyboardEvent<Element>) => boolean) | undefined;
646
+ };
647
+ export declare const zoomToFit: ({ targetElements, appState, fitToViewport, viewportZoomFactor, }: {
648
+ targetElements: readonly ExcalidrawElement[];
649
+ appState: Readonly<AppState>;
650
+ /** whether to fit content to viewport (beyond >100%) */
651
+ fitToViewport: boolean;
652
+ /** zoom content to cover X of the viewport, when fitToViewport=true */
653
+ viewportZoomFactor?: number | undefined;
654
+ }) => {
655
+ appState: {
656
+ scrollX: number;
657
+ scrollY: number;
658
+ zoom: {
659
+ value: NormalizedZoomValue;
660
+ };
661
+ contextMenu: {
662
+ items: import("../components/ContextMenu").ContextMenuItems;
663
+ top: number;
664
+ left: number;
665
+ } | null;
666
+ showWelcomeScreen: boolean;
667
+ isLoading: boolean;
668
+ errorMessage: import("react").ReactNode;
669
+ activeEmbeddable: {
670
+ element: import("../element/types").NonDeletedExcalidrawElement;
671
+ state: "active" | "hover";
672
+ } | null;
673
+ draggingElement: import("../element/types").NonDeletedExcalidrawElement | null;
674
+ resizingElement: import("../element/types").NonDeletedExcalidrawElement | null;
675
+ multiElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawLinearElement> | null;
676
+ selectionElement: import("../element/types").NonDeletedExcalidrawElement | null;
677
+ isBindingEnabled: boolean;
678
+ startBoundElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawBindableElement> | null;
679
+ suggestedBindings: import("../element/binding").SuggestedBinding[];
680
+ frameToHighlight: import("../element/types").NonDeleted<import("../element/types").ExcalidrawFrameElement> | null;
681
+ frameRendering: {
682
+ enabled: boolean;
683
+ name: boolean;
684
+ outline: boolean;
685
+ clip: boolean;
686
+ };
687
+ editingFrame: string | null;
688
+ elementsToHighlight: import("../element/types").NonDeleted<ExcalidrawElement>[] | null;
689
+ editingElement: import("../element/types").NonDeletedExcalidrawElement | null;
690
+ editingLinearElement: import("../element/linearElementEditor").LinearElementEditor | null;
691
+ activeTool: {
692
+ lastActiveTool: import("../types").LastActiveTool;
693
+ locked: boolean;
694
+ } & ({
695
+ type: "line" | "arrow" | "text" | "selection" | "rectangle" | "diamond" | "ellipse" | "embeddable" | "image" | "frame" | "freedraw" | "eraser" | "hand";
696
+ customType: null;
697
+ } | {
698
+ type: "custom";
699
+ customType: string;
700
+ });
701
+ penMode: boolean;
702
+ penDetected: boolean;
703
+ exportBackground: boolean;
704
+ exportEmbedScene: boolean;
705
+ exportWithDarkMode: boolean;
706
+ exportScale: number;
707
+ currentItemStrokeColor: string;
708
+ currentItemBackgroundColor: string;
709
+ currentItemFillStyle: import("../element/types").FillStyle;
710
+ currentItemStrokeWidth: number;
711
+ currentItemStrokeStyle: import("../element/types").StrokeStyle;
712
+ currentItemRoughness: number;
713
+ currentItemOpacity: number;
714
+ currentItemFontFamily: number;
715
+ currentItemFontSize: number;
716
+ currentItemTextAlign: string;
717
+ currentItemStartArrowhead: import("../element/types").Arrowhead | null;
718
+ currentItemEndArrowhead: import("../element/types").Arrowhead | null;
719
+ currentItemRoundness: import("../element/types").StrokeRoundness;
720
+ viewBackgroundColor: string;
721
+ cursorButton: "up" | "down";
722
+ scrolledOutside: boolean;
723
+ name: string;
724
+ isResizing: boolean;
725
+ isRotating: boolean;
726
+ openMenu: "canvas" | "shape" | null;
727
+ openPopup: "canvasBackground" | "elementBackground" | "elementStroke" | null;
728
+ openSidebar: {
729
+ name: string;
730
+ tab?: string | undefined;
731
+ } | null;
732
+ openDialog: "imageExport" | "help" | "jsonExport" | null;
733
+ defaultSidebarDockedPreference: boolean;
734
+ lastPointerDownWith: import("../element/types").PointerType;
735
+ selectedElementIds: Readonly<{
736
+ [id: string]: true;
737
+ }>;
738
+ previousSelectedElementIds: {
739
+ [id: string]: true;
740
+ };
741
+ selectedElementsAreBeingDragged: boolean;
742
+ shouldCacheIgnoreZoom: boolean;
743
+ toast: {
744
+ message: string;
745
+ closable?: boolean | undefined;
746
+ duration?: number | undefined;
747
+ } | null;
748
+ zenModeEnabled: boolean;
749
+ theme: import("../element/types").Theme;
750
+ gridSize: number | null;
751
+ previousGridSize: number | null;
752
+ viewModeEnabled: boolean;
753
+ selectedGroupIds: {
754
+ [groupId: string]: boolean;
755
+ };
756
+ editingGroupId: string | null;
757
+ width: number;
758
+ height: number;
759
+ offsetTop: number;
760
+ offsetLeft: number;
761
+ fileHandle: import("browser-fs-access").FileSystemHandle | null;
762
+ collaborators: Map<string, import("../types").Collaborator>;
763
+ showStats: boolean;
764
+ currentChartType: import("../element/types").ChartType;
765
+ pasteDialog: {
766
+ shown: false;
767
+ data: null;
768
+ } | {
769
+ shown: true;
770
+ data: import("../charts").Spreadsheet;
771
+ };
772
+ pendingImageElementId: string | null;
773
+ showHyperlinkPopup: false | "editor" | "info";
774
+ linkOpacity: number;
775
+ trayModeEnabled: boolean;
776
+ colorPalette?: {
777
+ canvasBackground: import("../colors").ColorPaletteCustom;
778
+ elementBackground: import("../colors").ColorPaletteCustom;
779
+ elementStroke: import("../colors").ColorPaletteCustom;
780
+ topPicks: {
781
+ canvasBackground: [string, string, string, string, string];
782
+ elementStroke: [string, string, string, string, string];
783
+ elementBackground: [string, string, string, string, string];
784
+ };
785
+ } | undefined;
786
+ allowWheelZoom?: boolean | undefined;
787
+ allowPinchZoom?: boolean | undefined;
788
+ pinnedScripts?: string[] | undefined;
789
+ customPens?: any[] | undefined;
790
+ currentStrokeOptions?: any;
791
+ resetCustomPen?: any;
792
+ gridColor: {
793
+ Bold: string;
794
+ Regular: string;
795
+ };
796
+ dynamicStyle: string;
797
+ invertBindingBehaviour: boolean;
798
+ selectedLinearElement: import("../element/linearElementEditor").LinearElementEditor | null;
799
+ };
800
+ commitToHistory: boolean;
801
+ };
802
+ export declare const actionZoomToFitSelectionInViewport: {
803
+ name: "zoomToFitSelectionInViewport";
804
+ trackEvent: {
805
+ category: "canvas";
806
+ };
807
+ perform: (elements: readonly ExcalidrawElement[], appState: Readonly<AppState>, _: any, app: AppClassProperties) => {
808
+ appState: {
809
+ scrollX: number;
810
+ scrollY: number;
811
+ zoom: {
812
+ value: NormalizedZoomValue;
813
+ };
814
+ contextMenu: {
815
+ items: import("../components/ContextMenu").ContextMenuItems;
816
+ top: number;
817
+ left: number;
818
+ } | null;
819
+ showWelcomeScreen: boolean;
820
+ isLoading: boolean;
821
+ errorMessage: import("react").ReactNode;
822
+ activeEmbeddable: {
823
+ element: import("../element/types").NonDeletedExcalidrawElement;
824
+ state: "active" | "hover";
825
+ } | null;
826
+ draggingElement: import("../element/types").NonDeletedExcalidrawElement | null;
827
+ resizingElement: import("../element/types").NonDeletedExcalidrawElement | null;
828
+ multiElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawLinearElement> | null;
829
+ selectionElement: import("../element/types").NonDeletedExcalidrawElement | null;
830
+ isBindingEnabled: boolean;
831
+ startBoundElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawBindableElement> | null;
832
+ suggestedBindings: import("../element/binding").SuggestedBinding[];
833
+ frameToHighlight: import("../element/types").NonDeleted<import("../element/types").ExcalidrawFrameElement> | null;
834
+ frameRendering: {
835
+ enabled: boolean;
836
+ name: boolean;
837
+ outline: boolean;
838
+ clip: boolean;
839
+ };
840
+ editingFrame: string | null;
841
+ elementsToHighlight: import("../element/types").NonDeleted<ExcalidrawElement>[] | null;
842
+ editingElement: import("../element/types").NonDeletedExcalidrawElement | null;
843
+ editingLinearElement: import("../element/linearElementEditor").LinearElementEditor | null;
844
+ activeTool: {
845
+ lastActiveTool: import("../types").LastActiveTool;
846
+ locked: boolean;
847
+ } & ({
848
+ type: "line" | "arrow" | "text" | "selection" | "rectangle" | "diamond" | "ellipse" | "embeddable" | "image" | "frame" | "freedraw" | "eraser" | "hand";
849
+ customType: null;
850
+ } | {
851
+ type: "custom";
852
+ customType: string;
853
+ });
854
+ penMode: boolean;
855
+ penDetected: boolean;
856
+ exportBackground: boolean;
857
+ exportEmbedScene: boolean;
858
+ exportWithDarkMode: boolean;
859
+ exportScale: number;
860
+ currentItemStrokeColor: string;
861
+ currentItemBackgroundColor: string;
862
+ currentItemFillStyle: import("../element/types").FillStyle;
863
+ currentItemStrokeWidth: number;
864
+ currentItemStrokeStyle: import("../element/types").StrokeStyle;
865
+ currentItemRoughness: number;
866
+ currentItemOpacity: number;
867
+ currentItemFontFamily: number;
868
+ currentItemFontSize: number;
869
+ currentItemTextAlign: string;
870
+ currentItemStartArrowhead: import("../element/types").Arrowhead | null;
871
+ currentItemEndArrowhead: import("../element/types").Arrowhead | null;
872
+ currentItemRoundness: import("../element/types").StrokeRoundness;
873
+ viewBackgroundColor: string;
874
+ cursorButton: "up" | "down";
875
+ scrolledOutside: boolean;
876
+ name: string;
877
+ isResizing: boolean;
878
+ isRotating: boolean;
879
+ openMenu: "canvas" | "shape" | null;
880
+ openPopup: "canvasBackground" | "elementBackground" | "elementStroke" | null;
881
+ openSidebar: {
882
+ name: string;
883
+ tab?: string | undefined;
884
+ } | null;
885
+ openDialog: "imageExport" | "help" | "jsonExport" | null;
886
+ defaultSidebarDockedPreference: boolean;
887
+ lastPointerDownWith: import("../element/types").PointerType;
888
+ selectedElementIds: Readonly<{
889
+ [id: string]: true;
890
+ }>;
891
+ previousSelectedElementIds: {
892
+ [id: string]: true;
893
+ };
894
+ selectedElementsAreBeingDragged: boolean;
895
+ shouldCacheIgnoreZoom: boolean;
896
+ toast: {
897
+ message: string;
898
+ closable?: boolean | undefined;
899
+ duration?: number | undefined;
900
+ } | null;
901
+ zenModeEnabled: boolean;
902
+ theme: import("../element/types").Theme;
903
+ gridSize: number | null;
904
+ previousGridSize: number | null;
905
+ viewModeEnabled: boolean;
906
+ selectedGroupIds: {
907
+ [groupId: string]: boolean;
908
+ };
909
+ editingGroupId: string | null;
910
+ width: number;
911
+ height: number;
912
+ offsetTop: number;
913
+ offsetLeft: number;
914
+ fileHandle: import("browser-fs-access").FileSystemHandle | null;
915
+ collaborators: Map<string, import("../types").Collaborator>;
916
+ showStats: boolean;
917
+ currentChartType: import("../element/types").ChartType;
918
+ pasteDialog: {
919
+ shown: false;
920
+ data: null;
921
+ } | {
922
+ shown: true;
923
+ data: import("../charts").Spreadsheet;
924
+ };
925
+ pendingImageElementId: string | null;
926
+ showHyperlinkPopup: false | "editor" | "info";
927
+ linkOpacity: number;
928
+ trayModeEnabled: boolean;
929
+ colorPalette?: {
930
+ canvasBackground: import("../colors").ColorPaletteCustom;
931
+ elementBackground: import("../colors").ColorPaletteCustom;
932
+ elementStroke: import("../colors").ColorPaletteCustom;
933
+ topPicks: {
934
+ canvasBackground: [string, string, string, string, string];
935
+ elementStroke: [string, string, string, string, string];
936
+ elementBackground: [string, string, string, string, string];
937
+ };
938
+ } | undefined;
939
+ allowWheelZoom?: boolean | undefined;
940
+ allowPinchZoom?: boolean | undefined;
941
+ pinnedScripts?: string[] | undefined;
942
+ customPens?: any[] | undefined;
943
+ currentStrokeOptions?: any;
944
+ resetCustomPen?: any;
945
+ gridColor: {
946
+ Bold: string;
947
+ Regular: string;
948
+ };
949
+ dynamicStyle: string;
950
+ invertBindingBehaviour: boolean;
951
+ selectedLinearElement: import("../element/linearElementEditor").LinearElementEditor | null;
952
+ };
953
+ commitToHistory: boolean;
954
+ };
955
+ keyTest: (event: KeyboardEvent | import("react").KeyboardEvent<Element>) => boolean;
956
+ } & {
957
+ keyTest?: ((event: KeyboardEvent | import("react").KeyboardEvent<Element>) => boolean) | undefined;
958
+ };
959
+ export declare const actionZoomToFitSelection: {
960
+ name: "zoomToFitSelection";
961
+ trackEvent: {
962
+ category: "canvas";
963
+ };
964
+ perform: (elements: readonly ExcalidrawElement[], appState: Readonly<AppState>, _: any, app: AppClassProperties) => {
965
+ appState: {
966
+ scrollX: number;
967
+ scrollY: number;
968
+ zoom: {
969
+ value: NormalizedZoomValue;
970
+ };
971
+ contextMenu: {
972
+ items: import("../components/ContextMenu").ContextMenuItems;
973
+ top: number;
974
+ left: number;
975
+ } | null;
976
+ showWelcomeScreen: boolean;
977
+ isLoading: boolean;
978
+ errorMessage: import("react").ReactNode;
979
+ activeEmbeddable: {
980
+ element: import("../element/types").NonDeletedExcalidrawElement;
981
+ state: "active" | "hover";
982
+ } | null;
983
+ draggingElement: import("../element/types").NonDeletedExcalidrawElement | null;
984
+ resizingElement: import("../element/types").NonDeletedExcalidrawElement | null;
985
+ multiElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawLinearElement> | null;
986
+ selectionElement: import("../element/types").NonDeletedExcalidrawElement | null;
987
+ isBindingEnabled: boolean;
988
+ startBoundElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawBindableElement> | null;
989
+ suggestedBindings: import("../element/binding").SuggestedBinding[];
990
+ frameToHighlight: import("../element/types").NonDeleted<import("../element/types").ExcalidrawFrameElement> | null;
991
+ frameRendering: {
992
+ enabled: boolean;
993
+ name: boolean;
994
+ outline: boolean;
995
+ clip: boolean;
996
+ };
997
+ editingFrame: string | null;
998
+ elementsToHighlight: import("../element/types").NonDeleted<ExcalidrawElement>[] | null;
999
+ editingElement: import("../element/types").NonDeletedExcalidrawElement | null;
1000
+ editingLinearElement: import("../element/linearElementEditor").LinearElementEditor | null;
1001
+ activeTool: {
1002
+ lastActiveTool: import("../types").LastActiveTool;
1003
+ locked: boolean;
1004
+ } & ({
1005
+ type: "line" | "arrow" | "text" | "selection" | "rectangle" | "diamond" | "ellipse" | "embeddable" | "image" | "frame" | "freedraw" | "eraser" | "hand";
1006
+ customType: null;
1007
+ } | {
1008
+ type: "custom";
1009
+ customType: string;
1010
+ });
1011
+ penMode: boolean;
1012
+ penDetected: boolean;
1013
+ exportBackground: boolean;
1014
+ exportEmbedScene: boolean;
1015
+ exportWithDarkMode: boolean;
1016
+ exportScale: number;
1017
+ currentItemStrokeColor: string;
1018
+ currentItemBackgroundColor: string;
1019
+ currentItemFillStyle: import("../element/types").FillStyle;
1020
+ currentItemStrokeWidth: number;
1021
+ currentItemStrokeStyle: import("../element/types").StrokeStyle;
1022
+ currentItemRoughness: number;
1023
+ currentItemOpacity: number;
1024
+ currentItemFontFamily: number;
1025
+ currentItemFontSize: number;
1026
+ currentItemTextAlign: string;
1027
+ currentItemStartArrowhead: import("../element/types").Arrowhead | null;
1028
+ currentItemEndArrowhead: import("../element/types").Arrowhead | null;
1029
+ currentItemRoundness: import("../element/types").StrokeRoundness;
1030
+ viewBackgroundColor: string;
1031
+ cursorButton: "up" | "down";
1032
+ scrolledOutside: boolean;
1033
+ name: string;
1034
+ isResizing: boolean;
1035
+ isRotating: boolean;
1036
+ openMenu: "canvas" | "shape" | null;
1037
+ openPopup: "canvasBackground" | "elementBackground" | "elementStroke" | null;
1038
+ openSidebar: {
1039
+ name: string;
1040
+ tab?: string | undefined;
1041
+ } | null;
1042
+ openDialog: "imageExport" | "help" | "jsonExport" | null;
1043
+ defaultSidebarDockedPreference: boolean;
1044
+ lastPointerDownWith: import("../element/types").PointerType;
1045
+ selectedElementIds: Readonly<{
1046
+ [id: string]: true;
1047
+ }>;
1048
+ previousSelectedElementIds: {
1049
+ [id: string]: true;
1050
+ };
1051
+ selectedElementsAreBeingDragged: boolean;
1052
+ shouldCacheIgnoreZoom: boolean;
1053
+ toast: {
1054
+ message: string;
1055
+ closable?: boolean | undefined;
1056
+ duration?: number | undefined;
1057
+ } | null;
1058
+ zenModeEnabled: boolean;
1059
+ theme: import("../element/types").Theme;
1060
+ gridSize: number | null;
1061
+ previousGridSize: number | null;
1062
+ viewModeEnabled: boolean;
1063
+ selectedGroupIds: {
1064
+ [groupId: string]: boolean;
1065
+ };
1066
+ editingGroupId: string | null;
1067
+ width: number;
1068
+ height: number;
1069
+ offsetTop: number;
1070
+ offsetLeft: number;
1071
+ fileHandle: import("browser-fs-access").FileSystemHandle | null;
1072
+ collaborators: Map<string, import("../types").Collaborator>;
1073
+ showStats: boolean;
1074
+ currentChartType: import("../element/types").ChartType;
1075
+ pasteDialog: {
1076
+ shown: false;
1077
+ data: null;
1078
+ } | {
1079
+ shown: true;
1080
+ data: import("../charts").Spreadsheet;
1081
+ };
1082
+ pendingImageElementId: string | null;
1083
+ showHyperlinkPopup: false | "editor" | "info";
1084
+ linkOpacity: number;
1085
+ trayModeEnabled: boolean;
1086
+ colorPalette?: {
1087
+ canvasBackground: import("../colors").ColorPaletteCustom;
1088
+ elementBackground: import("../colors").ColorPaletteCustom;
1089
+ elementStroke: import("../colors").ColorPaletteCustom;
1090
+ topPicks: {
1091
+ canvasBackground: [string, string, string, string, string];
1092
+ elementStroke: [string, string, string, string, string];
1093
+ elementBackground: [string, string, string, string, string];
1094
+ };
1095
+ } | undefined;
1096
+ allowWheelZoom?: boolean | undefined;
1097
+ allowPinchZoom?: boolean | undefined;
1098
+ pinnedScripts?: string[] | undefined;
1099
+ customPens?: any[] | undefined;
1100
+ currentStrokeOptions?: any;
1101
+ resetCustomPen?: any;
1102
+ gridColor: {
1103
+ Bold: string;
1104
+ Regular: string;
1105
+ };
1106
+ dynamicStyle: string;
1107
+ invertBindingBehaviour: boolean;
1108
+ selectedLinearElement: import("../element/linearElementEditor").LinearElementEditor | null;
1109
+ };
1110
+ commitToHistory: boolean;
1111
+ };
1112
+ keyTest: (event: KeyboardEvent | import("react").KeyboardEvent<Element>) => boolean;
1113
+ } & {
1114
+ keyTest?: ((event: KeyboardEvent | import("react").KeyboardEvent<Element>) => boolean) | undefined;
1115
+ };
1116
+ export declare const actionZoomToFit: {
1117
+ name: "zoomToFit";
1118
+ viewMode: true;
1119
+ trackEvent: {
1120
+ category: "canvas";
1121
+ };
1122
+ perform: (elements: readonly ExcalidrawElement[], appState: Readonly<AppState>) => {
1123
+ appState: {
1124
+ scrollX: number;
1125
+ scrollY: number;
1126
+ zoom: {
1127
+ value: NormalizedZoomValue;
1128
+ };
1129
+ contextMenu: {
1130
+ items: import("../components/ContextMenu").ContextMenuItems;
1131
+ top: number;
1132
+ left: number;
1133
+ } | null;
1134
+ showWelcomeScreen: boolean;
1135
+ isLoading: boolean;
1136
+ errorMessage: import("react").ReactNode;
1137
+ activeEmbeddable: {
1138
+ element: import("../element/types").NonDeletedExcalidrawElement;
1139
+ state: "active" | "hover";
1140
+ } | null;
1141
+ draggingElement: import("../element/types").NonDeletedExcalidrawElement | null;
1142
+ resizingElement: import("../element/types").NonDeletedExcalidrawElement | null;
1143
+ multiElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawLinearElement> | null;
1144
+ selectionElement: import("../element/types").NonDeletedExcalidrawElement | null;
1145
+ isBindingEnabled: boolean;
1146
+ startBoundElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawBindableElement> | null;
1147
+ suggestedBindings: import("../element/binding").SuggestedBinding[];
1148
+ frameToHighlight: import("../element/types").NonDeleted<import("../element/types").ExcalidrawFrameElement> | null;
1149
+ frameRendering: {
1150
+ enabled: boolean;
1151
+ name: boolean;
1152
+ outline: boolean;
1153
+ clip: boolean;
1154
+ };
1155
+ editingFrame: string | null;
1156
+ elementsToHighlight: import("../element/types").NonDeleted<ExcalidrawElement>[] | null;
1157
+ editingElement: import("../element/types").NonDeletedExcalidrawElement | null;
1158
+ editingLinearElement: import("../element/linearElementEditor").LinearElementEditor | null;
1159
+ activeTool: {
1160
+ lastActiveTool: import("../types").LastActiveTool;
1161
+ locked: boolean;
1162
+ } & ({
1163
+ type: "line" | "arrow" | "text" | "selection" | "rectangle" | "diamond" | "ellipse" | "embeddable" | "image" | "frame" | "freedraw" | "eraser" | "hand";
1164
+ customType: null;
1165
+ } | {
1166
+ type: "custom";
1167
+ customType: string;
1168
+ });
1169
+ penMode: boolean;
1170
+ penDetected: boolean;
1171
+ exportBackground: boolean;
1172
+ exportEmbedScene: boolean;
1173
+ exportWithDarkMode: boolean;
1174
+ exportScale: number;
1175
+ currentItemStrokeColor: string;
1176
+ currentItemBackgroundColor: string;
1177
+ currentItemFillStyle: import("../element/types").FillStyle;
1178
+ currentItemStrokeWidth: number;
1179
+ currentItemStrokeStyle: import("../element/types").StrokeStyle;
1180
+ currentItemRoughness: number;
1181
+ currentItemOpacity: number;
1182
+ currentItemFontFamily: number;
1183
+ currentItemFontSize: number;
1184
+ currentItemTextAlign: string;
1185
+ currentItemStartArrowhead: import("../element/types").Arrowhead | null;
1186
+ currentItemEndArrowhead: import("../element/types").Arrowhead | null;
1187
+ currentItemRoundness: import("../element/types").StrokeRoundness;
1188
+ viewBackgroundColor: string;
1189
+ cursorButton: "up" | "down";
1190
+ scrolledOutside: boolean;
1191
+ name: string;
1192
+ isResizing: boolean;
1193
+ isRotating: boolean;
1194
+ openMenu: "canvas" | "shape" | null;
1195
+ openPopup: "canvasBackground" | "elementBackground" | "elementStroke" | null;
1196
+ openSidebar: {
1197
+ name: string;
1198
+ tab?: string | undefined;
1199
+ } | null;
1200
+ openDialog: "imageExport" | "help" | "jsonExport" | null;
1201
+ defaultSidebarDockedPreference: boolean;
1202
+ lastPointerDownWith: import("../element/types").PointerType;
1203
+ selectedElementIds: Readonly<{
1204
+ [id: string]: true;
1205
+ }>;
1206
+ previousSelectedElementIds: {
1207
+ [id: string]: true;
1208
+ };
1209
+ selectedElementsAreBeingDragged: boolean;
1210
+ shouldCacheIgnoreZoom: boolean;
1211
+ toast: {
1212
+ message: string;
1213
+ closable?: boolean | undefined;
1214
+ duration?: number | undefined;
1215
+ } | null;
1216
+ zenModeEnabled: boolean;
1217
+ theme: import("../element/types").Theme;
1218
+ gridSize: number | null;
1219
+ previousGridSize: number | null;
1220
+ viewModeEnabled: boolean;
1221
+ selectedGroupIds: {
1222
+ [groupId: string]: boolean;
1223
+ };
1224
+ editingGroupId: string | null;
1225
+ width: number;
1226
+ height: number;
1227
+ offsetTop: number;
1228
+ offsetLeft: number;
1229
+ fileHandle: import("browser-fs-access").FileSystemHandle | null;
1230
+ collaborators: Map<string, import("../types").Collaborator>;
1231
+ showStats: boolean;
1232
+ currentChartType: import("../element/types").ChartType;
1233
+ pasteDialog: {
1234
+ shown: false;
1235
+ data: null;
1236
+ } | {
1237
+ shown: true;
1238
+ data: import("../charts").Spreadsheet;
1239
+ };
1240
+ pendingImageElementId: string | null;
1241
+ showHyperlinkPopup: false | "editor" | "info";
1242
+ linkOpacity: number;
1243
+ trayModeEnabled: boolean;
1244
+ colorPalette?: {
1245
+ canvasBackground: import("../colors").ColorPaletteCustom;
1246
+ elementBackground: import("../colors").ColorPaletteCustom;
1247
+ elementStroke: import("../colors").ColorPaletteCustom;
1248
+ topPicks: {
1249
+ canvasBackground: [string, string, string, string, string];
1250
+ elementStroke: [string, string, string, string, string];
1251
+ elementBackground: [string, string, string, string, string];
1252
+ };
1253
+ } | undefined;
1254
+ allowWheelZoom?: boolean | undefined;
1255
+ allowPinchZoom?: boolean | undefined;
1256
+ pinnedScripts?: string[] | undefined;
1257
+ customPens?: any[] | undefined;
1258
+ currentStrokeOptions?: any;
1259
+ resetCustomPen?: any;
1260
+ gridColor: {
1261
+ Bold: string;
1262
+ Regular: string;
1263
+ };
1264
+ dynamicStyle: string;
1265
+ invertBindingBehaviour: boolean;
1266
+ selectedLinearElement: import("../element/linearElementEditor").LinearElementEditor | null;
1267
+ };
1268
+ commitToHistory: boolean;
1269
+ };
1270
+ keyTest: (event: KeyboardEvent | import("react").KeyboardEvent<Element>) => boolean;
1271
+ } & {
1272
+ keyTest?: ((event: KeyboardEvent | import("react").KeyboardEvent<Element>) => boolean) | undefined;
1273
+ };
1274
+ export declare const actionToggleTheme: {
1275
+ name: "toggleTheme";
1276
+ viewMode: true;
1277
+ trackEvent: {
1278
+ category: "canvas";
1279
+ };
1280
+ perform: (_: readonly ExcalidrawElement[], appState: Readonly<AppState>, value: any, app: AppClassProperties) => {
1281
+ appState: {
1282
+ theme: any;
1283
+ contextMenu: {
1284
+ items: import("../components/ContextMenu").ContextMenuItems;
1285
+ top: number;
1286
+ left: number;
1287
+ } | null;
1288
+ showWelcomeScreen: boolean;
1289
+ isLoading: boolean;
1290
+ errorMessage: import("react").ReactNode;
1291
+ activeEmbeddable: {
1292
+ element: import("../element/types").NonDeletedExcalidrawElement;
1293
+ state: "active" | "hover";
1294
+ } | null;
1295
+ draggingElement: import("../element/types").NonDeletedExcalidrawElement | null;
1296
+ resizingElement: import("../element/types").NonDeletedExcalidrawElement | null;
1297
+ multiElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawLinearElement> | null;
1298
+ selectionElement: import("../element/types").NonDeletedExcalidrawElement | null;
1299
+ isBindingEnabled: boolean;
1300
+ startBoundElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawBindableElement> | null;
1301
+ suggestedBindings: import("../element/binding").SuggestedBinding[];
1302
+ frameToHighlight: import("../element/types").NonDeleted<import("../element/types").ExcalidrawFrameElement> | null;
1303
+ frameRendering: {
1304
+ enabled: boolean;
1305
+ name: boolean;
1306
+ outline: boolean;
1307
+ clip: boolean;
1308
+ };
1309
+ editingFrame: string | null;
1310
+ elementsToHighlight: import("../element/types").NonDeleted<ExcalidrawElement>[] | null;
1311
+ editingElement: import("../element/types").NonDeletedExcalidrawElement | null;
1312
+ editingLinearElement: import("../element/linearElementEditor").LinearElementEditor | null;
1313
+ activeTool: {
1314
+ lastActiveTool: import("../types").LastActiveTool;
1315
+ locked: boolean;
1316
+ } & ({
1317
+ type: "line" | "arrow" | "text" | "selection" | "rectangle" | "diamond" | "ellipse" | "embeddable" | "image" | "frame" | "freedraw" | "eraser" | "hand";
1318
+ customType: null;
1319
+ } | {
1320
+ type: "custom";
1321
+ customType: string;
1322
+ });
1323
+ penMode: boolean;
1324
+ penDetected: boolean;
1325
+ exportBackground: boolean;
1326
+ exportEmbedScene: boolean;
1327
+ exportWithDarkMode: boolean;
1328
+ exportScale: number;
1329
+ currentItemStrokeColor: string;
1330
+ currentItemBackgroundColor: string;
1331
+ currentItemFillStyle: import("../element/types").FillStyle;
1332
+ currentItemStrokeWidth: number;
1333
+ currentItemStrokeStyle: import("../element/types").StrokeStyle;
1334
+ currentItemRoughness: number;
1335
+ currentItemOpacity: number;
1336
+ currentItemFontFamily: number;
1337
+ currentItemFontSize: number;
1338
+ currentItemTextAlign: string;
1339
+ currentItemStartArrowhead: import("../element/types").Arrowhead | null;
1340
+ currentItemEndArrowhead: import("../element/types").Arrowhead | null;
1341
+ currentItemRoundness: import("../element/types").StrokeRoundness;
1342
+ viewBackgroundColor: string;
1343
+ scrollX: number;
1344
+ scrollY: number;
1345
+ cursorButton: "up" | "down";
1346
+ scrolledOutside: boolean;
1347
+ name: string;
1348
+ isResizing: boolean;
1349
+ isRotating: boolean;
1350
+ zoom: Readonly<{
1351
+ value: NormalizedZoomValue;
1352
+ }>;
1353
+ openMenu: "canvas" | "shape" | null;
1354
+ openPopup: "canvasBackground" | "elementBackground" | "elementStroke" | null;
1355
+ openSidebar: {
1356
+ name: string;
1357
+ tab?: string | undefined;
1358
+ } | null;
1359
+ openDialog: "imageExport" | "help" | "jsonExport" | null;
1360
+ defaultSidebarDockedPreference: boolean;
1361
+ lastPointerDownWith: import("../element/types").PointerType;
1362
+ selectedElementIds: Readonly<{
1363
+ [id: string]: true;
1364
+ }>;
1365
+ previousSelectedElementIds: {
1366
+ [id: string]: true;
1367
+ };
1368
+ selectedElementsAreBeingDragged: boolean;
1369
+ shouldCacheIgnoreZoom: boolean;
1370
+ toast: {
1371
+ message: string;
1372
+ closable?: boolean | undefined;
1373
+ duration?: number | undefined;
1374
+ } | null;
1375
+ zenModeEnabled: boolean;
1376
+ gridSize: number | null;
1377
+ previousGridSize: number | null;
1378
+ viewModeEnabled: boolean;
1379
+ selectedGroupIds: {
1380
+ [groupId: string]: boolean;
1381
+ };
1382
+ editingGroupId: string | null;
1383
+ width: number;
1384
+ height: number;
1385
+ offsetTop: number;
1386
+ offsetLeft: number;
1387
+ fileHandle: import("browser-fs-access").FileSystemHandle | null;
1388
+ collaborators: Map<string, import("../types").Collaborator>;
1389
+ showStats: boolean;
1390
+ currentChartType: import("../element/types").ChartType;
1391
+ pasteDialog: {
1392
+ shown: false;
1393
+ data: null;
1394
+ } | {
1395
+ shown: true;
1396
+ data: import("../charts").Spreadsheet;
1397
+ };
1398
+ pendingImageElementId: string | null;
1399
+ showHyperlinkPopup: false | "editor" | "info";
1400
+ linkOpacity: number;
1401
+ trayModeEnabled: boolean;
1402
+ colorPalette?: {
1403
+ canvasBackground: import("../colors").ColorPaletteCustom;
1404
+ elementBackground: import("../colors").ColorPaletteCustom;
1405
+ elementStroke: import("../colors").ColorPaletteCustom;
1406
+ topPicks: {
1407
+ canvasBackground: [string, string, string, string, string];
1408
+ elementStroke: [string, string, string, string, string];
1409
+ elementBackground: [string, string, string, string, string];
1410
+ };
1411
+ } | undefined;
1412
+ allowWheelZoom?: boolean | undefined;
1413
+ allowPinchZoom?: boolean | undefined;
1414
+ pinnedScripts?: string[] | undefined;
1415
+ customPens?: any[] | undefined;
1416
+ currentStrokeOptions?: any;
1417
+ resetCustomPen?: any;
1418
+ gridColor: {
1419
+ Bold: string;
1420
+ Regular: string;
1421
+ };
1422
+ dynamicStyle: string;
1423
+ invertBindingBehaviour: boolean;
1424
+ selectedLinearElement: import("../element/linearElementEditor").LinearElementEditor | null;
1425
+ };
1426
+ commitToHistory: false;
1427
+ };
1428
+ keyTest: (event: KeyboardEvent | import("react").KeyboardEvent<Element>) => boolean;
1429
+ predicate: (elements: readonly ExcalidrawElement[], appState: AppState, props: import("../types").ExcalidrawProps, app: AppClassProperties) => boolean;
1430
+ } & {
1431
+ keyTest?: ((event: KeyboardEvent | import("react").KeyboardEvent<Element>) => boolean) | undefined;
1432
+ };
1433
+ export declare const actionToggleEraserTool: {
1434
+ name: "toggleEraserTool";
1435
+ trackEvent: {
1436
+ category: "toolbar";
1437
+ };
1438
+ perform: (elements: readonly ExcalidrawElement[], appState: Readonly<AppState>) => {
1439
+ appState: {
1440
+ selectedElementIds: {};
1441
+ selectedGroupIds: {};
1442
+ activeEmbeddable: null;
1443
+ activeTool: {
1444
+ lastActiveTool: import("../types").LastActiveTool;
1445
+ locked: boolean;
1446
+ } & ({
1447
+ type: "line" | "arrow" | "text" | "selection" | "rectangle" | "diamond" | "ellipse" | "embeddable" | "image" | "frame" | "freedraw" | "eraser" | "hand";
1448
+ customType: null;
1449
+ } | {
1450
+ type: "custom";
1451
+ customType: string;
1452
+ });
1453
+ contextMenu: {
1454
+ items: import("../components/ContextMenu").ContextMenuItems;
1455
+ top: number;
1456
+ left: number;
1457
+ } | null;
1458
+ showWelcomeScreen: boolean;
1459
+ isLoading: boolean;
1460
+ errorMessage: import("react").ReactNode;
1461
+ draggingElement: import("../element/types").NonDeletedExcalidrawElement | null;
1462
+ resizingElement: import("../element/types").NonDeletedExcalidrawElement | null;
1463
+ multiElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawLinearElement> | null;
1464
+ selectionElement: import("../element/types").NonDeletedExcalidrawElement | null;
1465
+ isBindingEnabled: boolean;
1466
+ startBoundElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawBindableElement> | null;
1467
+ suggestedBindings: import("../element/binding").SuggestedBinding[];
1468
+ frameToHighlight: import("../element/types").NonDeleted<import("../element/types").ExcalidrawFrameElement> | null;
1469
+ frameRendering: {
1470
+ enabled: boolean;
1471
+ name: boolean;
1472
+ outline: boolean;
1473
+ clip: boolean;
1474
+ };
1475
+ editingFrame: string | null;
1476
+ elementsToHighlight: import("../element/types").NonDeleted<ExcalidrawElement>[] | null;
1477
+ editingElement: import("../element/types").NonDeletedExcalidrawElement | null;
1478
+ editingLinearElement: import("../element/linearElementEditor").LinearElementEditor | null;
1479
+ penMode: boolean;
1480
+ penDetected: boolean;
1481
+ exportBackground: boolean;
1482
+ exportEmbedScene: boolean;
1483
+ exportWithDarkMode: boolean;
1484
+ exportScale: number;
1485
+ currentItemStrokeColor: string;
1486
+ currentItemBackgroundColor: string;
1487
+ currentItemFillStyle: import("../element/types").FillStyle;
1488
+ currentItemStrokeWidth: number;
1489
+ currentItemStrokeStyle: import("../element/types").StrokeStyle;
1490
+ currentItemRoughness: number;
1491
+ currentItemOpacity: number;
1492
+ currentItemFontFamily: number;
1493
+ currentItemFontSize: number;
1494
+ currentItemTextAlign: string;
1495
+ currentItemStartArrowhead: import("../element/types").Arrowhead | null;
1496
+ currentItemEndArrowhead: import("../element/types").Arrowhead | null;
1497
+ currentItemRoundness: import("../element/types").StrokeRoundness;
1498
+ viewBackgroundColor: string;
1499
+ scrollX: number;
1500
+ scrollY: number;
1501
+ cursorButton: "up" | "down";
1502
+ scrolledOutside: boolean;
1503
+ name: string;
1504
+ isResizing: boolean;
1505
+ isRotating: boolean;
1506
+ zoom: Readonly<{
1507
+ value: NormalizedZoomValue;
1508
+ }>;
1509
+ openMenu: "canvas" | "shape" | null;
1510
+ openPopup: "canvasBackground" | "elementBackground" | "elementStroke" | null;
1511
+ openSidebar: {
1512
+ name: string;
1513
+ tab?: string | undefined;
1514
+ } | null;
1515
+ openDialog: "imageExport" | "help" | "jsonExport" | null;
1516
+ defaultSidebarDockedPreference: boolean;
1517
+ lastPointerDownWith: import("../element/types").PointerType;
1518
+ previousSelectedElementIds: {
1519
+ [id: string]: true;
1520
+ };
1521
+ selectedElementsAreBeingDragged: boolean;
1522
+ shouldCacheIgnoreZoom: boolean;
1523
+ toast: {
1524
+ message: string;
1525
+ closable?: boolean | undefined;
1526
+ duration?: number | undefined;
1527
+ } | null;
1528
+ zenModeEnabled: boolean;
1529
+ theme: import("../element/types").Theme;
1530
+ gridSize: number | null;
1531
+ previousGridSize: number | null;
1532
+ viewModeEnabled: boolean;
1533
+ editingGroupId: string | null;
1534
+ width: number;
1535
+ height: number;
1536
+ offsetTop: number;
1537
+ offsetLeft: number;
1538
+ fileHandle: import("browser-fs-access").FileSystemHandle | null;
1539
+ collaborators: Map<string, import("../types").Collaborator>;
1540
+ showStats: boolean;
1541
+ currentChartType: import("../element/types").ChartType;
1542
+ pasteDialog: {
1543
+ shown: false;
1544
+ data: null;
1545
+ } | {
1546
+ shown: true;
1547
+ data: import("../charts").Spreadsheet;
1548
+ };
1549
+ pendingImageElementId: string | null;
1550
+ showHyperlinkPopup: false | "editor" | "info";
1551
+ linkOpacity: number;
1552
+ trayModeEnabled: boolean;
1553
+ colorPalette?: {
1554
+ canvasBackground: import("../colors").ColorPaletteCustom;
1555
+ elementBackground: import("../colors").ColorPaletteCustom;
1556
+ elementStroke: import("../colors").ColorPaletteCustom;
1557
+ topPicks: {
1558
+ canvasBackground: [string, string, string, string, string];
1559
+ elementStroke: [string, string, string, string, string];
1560
+ elementBackground: [string, string, string, string, string];
1561
+ };
1562
+ } | undefined;
1563
+ allowWheelZoom?: boolean | undefined;
1564
+ allowPinchZoom?: boolean | undefined;
1565
+ pinnedScripts?: string[] | undefined;
1566
+ customPens?: any[] | undefined;
1567
+ currentStrokeOptions?: any;
1568
+ resetCustomPen?: any;
1569
+ gridColor: {
1570
+ Bold: string;
1571
+ Regular: string;
1572
+ };
1573
+ dynamicStyle: string;
1574
+ invertBindingBehaviour: boolean;
1575
+ selectedLinearElement: import("../element/linearElementEditor").LinearElementEditor | null;
1576
+ };
1577
+ commitToHistory: true;
1578
+ };
1579
+ keyTest: (event: KeyboardEvent | import("react").KeyboardEvent<Element>) => boolean;
1580
+ } & {
1581
+ keyTest?: ((event: KeyboardEvent | import("react").KeyboardEvent<Element>) => boolean) | undefined;
1582
+ };
1583
+ export declare const actionToggleHandTool: {
1584
+ name: "toggleHandTool";
1585
+ trackEvent: {
1586
+ category: "toolbar";
1587
+ };
1588
+ perform: (elements: readonly ExcalidrawElement[], appState: Readonly<AppState>, _: any, app: AppClassProperties) => {
1589
+ appState: {
1590
+ selectedElementIds: {};
1591
+ selectedGroupIds: {};
1592
+ activeEmbeddable: null;
1593
+ activeTool: {
1594
+ lastActiveTool: import("../types").LastActiveTool;
1595
+ locked: boolean;
1596
+ } & ({
1597
+ type: "line" | "arrow" | "text" | "selection" | "rectangle" | "diamond" | "ellipse" | "embeddable" | "image" | "frame" | "freedraw" | "eraser" | "hand";
1598
+ customType: null;
1599
+ } | {
1600
+ type: "custom";
1601
+ customType: string;
1602
+ });
1603
+ contextMenu: {
1604
+ items: import("../components/ContextMenu").ContextMenuItems;
1605
+ top: number;
1606
+ left: number;
1607
+ } | null;
1608
+ showWelcomeScreen: boolean;
1609
+ isLoading: boolean;
1610
+ errorMessage: import("react").ReactNode;
1611
+ draggingElement: import("../element/types").NonDeletedExcalidrawElement | null;
1612
+ resizingElement: import("../element/types").NonDeletedExcalidrawElement | null;
1613
+ multiElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawLinearElement> | null;
1614
+ selectionElement: import("../element/types").NonDeletedExcalidrawElement | null;
1615
+ isBindingEnabled: boolean;
1616
+ startBoundElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawBindableElement> | null;
1617
+ suggestedBindings: import("../element/binding").SuggestedBinding[];
1618
+ frameToHighlight: import("../element/types").NonDeleted<import("../element/types").ExcalidrawFrameElement> | null;
1619
+ frameRendering: {
1620
+ enabled: boolean;
1621
+ name: boolean;
1622
+ outline: boolean;
1623
+ clip: boolean;
1624
+ };
1625
+ editingFrame: string | null;
1626
+ elementsToHighlight: import("../element/types").NonDeleted<ExcalidrawElement>[] | null;
1627
+ editingElement: import("../element/types").NonDeletedExcalidrawElement | null;
1628
+ editingLinearElement: import("../element/linearElementEditor").LinearElementEditor | null;
1629
+ penMode: boolean;
1630
+ penDetected: boolean;
1631
+ exportBackground: boolean;
1632
+ exportEmbedScene: boolean;
1633
+ exportWithDarkMode: boolean;
1634
+ exportScale: number;
1635
+ currentItemStrokeColor: string;
1636
+ currentItemBackgroundColor: string;
1637
+ currentItemFillStyle: import("../element/types").FillStyle;
1638
+ currentItemStrokeWidth: number;
1639
+ currentItemStrokeStyle: import("../element/types").StrokeStyle;
1640
+ currentItemRoughness: number;
1641
+ currentItemOpacity: number;
1642
+ currentItemFontFamily: number;
1643
+ currentItemFontSize: number;
1644
+ currentItemTextAlign: string;
1645
+ currentItemStartArrowhead: import("../element/types").Arrowhead | null;
1646
+ currentItemEndArrowhead: import("../element/types").Arrowhead | null;
1647
+ currentItemRoundness: import("../element/types").StrokeRoundness;
1648
+ viewBackgroundColor: string;
1649
+ scrollX: number;
1650
+ scrollY: number;
1651
+ cursorButton: "up" | "down";
1652
+ scrolledOutside: boolean;
1653
+ name: string;
1654
+ isResizing: boolean;
1655
+ isRotating: boolean;
1656
+ zoom: Readonly<{
1657
+ value: NormalizedZoomValue;
1658
+ }>;
1659
+ openMenu: "canvas" | "shape" | null;
1660
+ openPopup: "canvasBackground" | "elementBackground" | "elementStroke" | null;
1661
+ openSidebar: {
1662
+ name: string;
1663
+ tab?: string | undefined;
1664
+ } | null;
1665
+ openDialog: "imageExport" | "help" | "jsonExport" | null;
1666
+ defaultSidebarDockedPreference: boolean;
1667
+ lastPointerDownWith: import("../element/types").PointerType;
1668
+ previousSelectedElementIds: {
1669
+ [id: string]: true;
1670
+ };
1671
+ selectedElementsAreBeingDragged: boolean;
1672
+ shouldCacheIgnoreZoom: boolean;
1673
+ toast: {
1674
+ message: string;
1675
+ closable?: boolean | undefined;
1676
+ duration?: number | undefined;
1677
+ } | null;
1678
+ zenModeEnabled: boolean;
1679
+ theme: import("../element/types").Theme;
1680
+ gridSize: number | null;
1681
+ previousGridSize: number | null;
1682
+ viewModeEnabled: boolean;
1683
+ editingGroupId: string | null;
1684
+ width: number;
1685
+ height: number;
1686
+ offsetTop: number;
1687
+ offsetLeft: number;
1688
+ fileHandle: import("browser-fs-access").FileSystemHandle | null;
1689
+ collaborators: Map<string, import("../types").Collaborator>;
1690
+ showStats: boolean;
1691
+ currentChartType: import("../element/types").ChartType;
1692
+ pasteDialog: {
1693
+ shown: false;
1694
+ data: null;
1695
+ } | {
1696
+ shown: true;
1697
+ data: import("../charts").Spreadsheet;
1698
+ };
1699
+ pendingImageElementId: string | null;
1700
+ showHyperlinkPopup: false | "editor" | "info";
1701
+ linkOpacity: number;
1702
+ trayModeEnabled: boolean;
1703
+ colorPalette?: {
1704
+ canvasBackground: import("../colors").ColorPaletteCustom;
1705
+ elementBackground: import("../colors").ColorPaletteCustom;
1706
+ elementStroke: import("../colors").ColorPaletteCustom;
1707
+ topPicks: {
1708
+ canvasBackground: [string, string, string, string, string];
1709
+ elementStroke: [string, string, string, string, string];
1710
+ elementBackground: [string, string, string, string, string];
1711
+ };
1712
+ } | undefined;
1713
+ allowWheelZoom?: boolean | undefined;
1714
+ allowPinchZoom?: boolean | undefined;
1715
+ pinnedScripts?: string[] | undefined;
1716
+ customPens?: any[] | undefined;
1717
+ currentStrokeOptions?: any;
1718
+ resetCustomPen?: any;
1719
+ gridColor: {
1720
+ Bold: string;
1721
+ Regular: string;
1722
+ };
1723
+ dynamicStyle: string;
1724
+ invertBindingBehaviour: boolean;
1725
+ selectedLinearElement: import("../element/linearElementEditor").LinearElementEditor | null;
1726
+ };
1727
+ commitToHistory: true;
1728
+ };
1729
+ keyTest: (event: KeyboardEvent | import("react").KeyboardEvent<Element>) => boolean;
1730
+ } & {
1731
+ keyTest?: ((event: KeyboardEvent | import("react").KeyboardEvent<Element>) => boolean) | undefined;
1732
+ };
1733
+ export declare const zoomToFitElements: (elements: readonly ExcalidrawElement[], appState: Readonly<AppState>, zoomToSelection: boolean, app: AppClassProperties, maxZoom?: number, margin?: number) => {
1734
+ appState: {
1735
+ zoom: {
1736
+ value: NormalizedZoomValue;
1737
+ };
1738
+ scrollX: number;
1739
+ scrollY: number;
1740
+ contextMenu: {
1741
+ items: import("../components/ContextMenu").ContextMenuItems;
1742
+ top: number;
1743
+ left: number;
1744
+ } | null;
1745
+ showWelcomeScreen: boolean;
1746
+ isLoading: boolean;
1747
+ errorMessage: import("react").ReactNode;
1748
+ activeEmbeddable: {
1749
+ element: import("../element/types").NonDeletedExcalidrawElement;
1750
+ state: "active" | "hover";
1751
+ } | null;
1752
+ draggingElement: import("../element/types").NonDeletedExcalidrawElement | null;
1753
+ resizingElement: import("../element/types").NonDeletedExcalidrawElement | null;
1754
+ multiElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawLinearElement> | null;
1755
+ selectionElement: import("../element/types").NonDeletedExcalidrawElement | null;
1756
+ isBindingEnabled: boolean;
1757
+ startBoundElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawBindableElement> | null;
1758
+ suggestedBindings: import("../element/binding").SuggestedBinding[];
1759
+ frameToHighlight: import("../element/types").NonDeleted<import("../element/types").ExcalidrawFrameElement> | null;
1760
+ frameRendering: {
1761
+ enabled: boolean;
1762
+ name: boolean;
1763
+ outline: boolean;
1764
+ clip: boolean;
1765
+ };
1766
+ editingFrame: string | null;
1767
+ elementsToHighlight: import("../element/types").NonDeleted<ExcalidrawElement>[] | null;
1768
+ editingElement: import("../element/types").NonDeletedExcalidrawElement | null;
1769
+ editingLinearElement: import("../element/linearElementEditor").LinearElementEditor | null;
1770
+ activeTool: {
1771
+ lastActiveTool: import("../types").LastActiveTool;
1772
+ locked: boolean;
1773
+ } & ({
1774
+ type: "line" | "arrow" | "text" | "selection" | "rectangle" | "diamond" | "ellipse" | "embeddable" | "image" | "frame" | "freedraw" | "eraser" | "hand";
1775
+ customType: null;
1776
+ } | {
1777
+ type: "custom";
1778
+ customType: string;
1779
+ });
1780
+ penMode: boolean;
1781
+ penDetected: boolean;
1782
+ exportBackground: boolean;
1783
+ exportEmbedScene: boolean;
1784
+ exportWithDarkMode: boolean;
1785
+ exportScale: number;
1786
+ currentItemStrokeColor: string;
1787
+ currentItemBackgroundColor: string;
1788
+ currentItemFillStyle: import("../element/types").FillStyle;
1789
+ currentItemStrokeWidth: number;
1790
+ currentItemStrokeStyle: import("../element/types").StrokeStyle;
1791
+ currentItemRoughness: number;
1792
+ currentItemOpacity: number;
1793
+ currentItemFontFamily: number;
1794
+ currentItemFontSize: number;
1795
+ currentItemTextAlign: string;
1796
+ currentItemStartArrowhead: import("../element/types").Arrowhead | null;
1797
+ currentItemEndArrowhead: import("../element/types").Arrowhead | null;
1798
+ currentItemRoundness: import("../element/types").StrokeRoundness;
1799
+ viewBackgroundColor: string;
1800
+ cursorButton: "up" | "down";
1801
+ scrolledOutside: boolean;
1802
+ name: string;
1803
+ isResizing: boolean;
1804
+ isRotating: boolean;
1805
+ openMenu: "canvas" | "shape" | null;
1806
+ openPopup: "canvasBackground" | "elementBackground" | "elementStroke" | null;
1807
+ openSidebar: {
1808
+ name: string;
1809
+ tab?: string | undefined;
1810
+ } | null;
1811
+ openDialog: "imageExport" | "help" | "jsonExport" | null;
1812
+ defaultSidebarDockedPreference: boolean;
1813
+ lastPointerDownWith: import("../element/types").PointerType;
1814
+ selectedElementIds: Readonly<{
1815
+ [id: string]: true;
1816
+ }>;
1817
+ previousSelectedElementIds: {
1818
+ [id: string]: true;
1819
+ };
1820
+ selectedElementsAreBeingDragged: boolean;
1821
+ shouldCacheIgnoreZoom: boolean;
1822
+ toast: {
1823
+ message: string;
1824
+ closable?: boolean | undefined;
1825
+ duration?: number | undefined;
1826
+ } | null;
1827
+ zenModeEnabled: boolean;
1828
+ theme: import("../element/types").Theme;
1829
+ gridSize: number | null;
1830
+ previousGridSize: number | null;
1831
+ viewModeEnabled: boolean;
1832
+ selectedGroupIds: {
1833
+ [groupId: string]: boolean;
1834
+ };
1835
+ editingGroupId: string | null;
1836
+ width: number;
1837
+ height: number;
1838
+ offsetTop: number;
1839
+ offsetLeft: number;
1840
+ fileHandle: import("browser-fs-access").FileSystemHandle | null;
1841
+ collaborators: Map<string, import("../types").Collaborator>;
1842
+ showStats: boolean;
1843
+ currentChartType: import("../element/types").ChartType;
1844
+ pasteDialog: {
1845
+ shown: false;
1846
+ data: null;
1847
+ } | {
1848
+ shown: true;
1849
+ data: import("../charts").Spreadsheet;
1850
+ };
1851
+ pendingImageElementId: string | null;
1852
+ showHyperlinkPopup: false | "editor" | "info";
1853
+ linkOpacity: number;
1854
+ trayModeEnabled: boolean;
1855
+ colorPalette?: {
1856
+ canvasBackground: import("../colors").ColorPaletteCustom;
1857
+ elementBackground: import("../colors").ColorPaletteCustom;
1858
+ elementStroke: import("../colors").ColorPaletteCustom;
1859
+ topPicks: {
1860
+ canvasBackground: [string, string, string, string, string];
1861
+ elementStroke: [string, string, string, string, string];
1862
+ elementBackground: [string, string, string, string, string];
1863
+ };
1864
+ } | undefined;
1865
+ allowWheelZoom?: boolean | undefined;
1866
+ allowPinchZoom?: boolean | undefined;
1867
+ pinnedScripts?: string[] | undefined;
1868
+ customPens?: any[] | undefined;
1869
+ currentStrokeOptions?: any;
1870
+ resetCustomPen?: any;
1871
+ gridColor: {
1872
+ Bold: string;
1873
+ Regular: string;
1874
+ };
1875
+ dynamicStyle: string;
1876
+ invertBindingBehaviour: boolean;
1877
+ selectedLinearElement: import("../element/linearElementEditor").LinearElementEditor | null;
1878
+ };
1879
+ commitToHistory: boolean;
1880
+ };