@myoc/excalidraw 0.18.1 → 0.18.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (231) hide show
  1. package/dist/dev/{chunk-IVKGBVG7.js → chunk-3K6YEH7O.js} +2 -2
  2. package/dist/dev/{chunk-IVKGBVG7.js.map → chunk-3K6YEH7O.js.map} +1 -1
  3. package/dist/dev/{chunk-DYSQNY2T.js → chunk-6MXLCRC3.js} +2 -1
  4. package/dist/dev/chunk-6MXLCRC3.js.map +7 -0
  5. package/dist/dev/{chunk-ND5KUA7P.js → chunk-S4MA4GYT.js} +16541 -21170
  6. package/dist/dev/chunk-S4MA4GYT.js.map +7 -0
  7. package/dist/dev/data/{image-ZD4HK457.js → image-I5I3FC2R.js} +3 -3
  8. package/dist/dev/index.css +44 -47
  9. package/dist/dev/index.css.map +3 -3
  10. package/dist/dev/index.js +6642 -1356
  11. package/dist/dev/index.js.map +4 -4
  12. package/dist/dev/locales/{en-IW3FTNXY.js → en-FBYNI7ML.js} +2 -2
  13. package/dist/dev/subset-shared.chunk.js +1 -1
  14. package/dist/dev/subset-worker.chunk.js +1 -1
  15. package/dist/prod/{chunk-Y5S6JYT2.js → chunk-6NO4X5TH.js} +1 -1
  16. package/dist/prod/chunk-7TL427PR.js +31 -0
  17. package/dist/prod/{chunk-SIW4TYTH.js → chunk-ECENQK44.js} +1 -1
  18. package/dist/prod/data/image-TMH4UP47.js +1 -0
  19. package/dist/prod/index.css +1 -1
  20. package/dist/prod/index.js +17 -14
  21. package/dist/prod/locales/{en-3JJA6ONK.js → en-RF5UZHGV.js} +1 -1
  22. package/dist/prod/subset-shared.chunk.js +1 -1
  23. package/dist/prod/subset-worker.chunk.js +1 -1
  24. package/dist/types/{excalidraw/binaryheap.d.ts → common/src/binary-heap.d.ts} +1 -1
  25. package/dist/types/{excalidraw → common/src}/colors.d.ts +1 -0
  26. package/dist/types/{excalidraw → common/src}/constants.d.ts +7 -6
  27. package/dist/types/{excalidraw/fonts/FontMetadata.d.ts → common/src/font-metadata.d.ts} +11 -3
  28. package/dist/types/common/src/index.d.ts +11 -0
  29. package/dist/types/{excalidraw → common/src}/points.d.ts +2 -0
  30. package/dist/types/common/src/promise-pool.d.ts +6 -0
  31. package/dist/types/{excalidraw → common/src}/utils.d.ts +9 -12
  32. package/dist/types/{excalidraw/scene → element/src}/Shape.d.ts +2 -2
  33. package/dist/types/{excalidraw/scene → element/src}/ShapeCache.d.ts +4 -4
  34. package/dist/types/{excalidraw → element/src}/align.d.ts +2 -2
  35. package/dist/types/{excalidraw/element → element/src}/binding.d.ts +5 -4
  36. package/dist/types/{excalidraw/element → element/src}/bounds.d.ts +6 -1
  37. package/dist/types/{excalidraw/element → element/src}/collision.d.ts +2 -2
  38. package/dist/types/{excalidraw/scene → element/src}/comparisons.d.ts +1 -1
  39. package/dist/types/{excalidraw → element/src}/distribute.d.ts +1 -1
  40. package/dist/types/{excalidraw/element → element/src}/dragElements.d.ts +3 -3
  41. package/dist/types/element/src/duplicate.d.ts +66 -0
  42. package/dist/types/{excalidraw/element → element/src}/elementLink.d.ts +1 -1
  43. package/dist/types/element/src/embeddable.d.ts +10 -0
  44. package/dist/types/{excalidraw/element → element/src}/flowchart.d.ts +1 -1
  45. package/dist/types/{excalidraw → element/src}/fractionalIndex.d.ts +4 -1
  46. package/dist/types/{excalidraw → element/src}/frame.d.ts +6 -6
  47. package/dist/types/{excalidraw → element/src}/groups.d.ts +5 -5
  48. package/dist/types/{excalidraw/element → element/src}/heading.d.ts +1 -2
  49. package/dist/types/{excalidraw/element → element/src}/image.d.ts +2 -2
  50. package/dist/types/{excalidraw/element → element/src}/index.d.ts +0 -10
  51. package/dist/types/{excalidraw/element → element/src}/linearElementEditor.d.ts +5 -5
  52. package/dist/types/{excalidraw/element → element/src}/mutateElement.d.ts +1 -1
  53. package/dist/types/{excalidraw/element → element/src}/newElement.d.ts +3 -43
  54. package/dist/types/{excalidraw/renderer → element/src}/renderElement.d.ts +3 -3
  55. package/dist/types/{excalidraw/element → element/src}/resizeElements.d.ts +2 -2
  56. package/dist/types/{excalidraw/element → element/src}/resizeTest.d.ts +1 -1
  57. package/dist/types/{excalidraw/scene → element/src}/selection.d.ts +2 -2
  58. package/dist/types/{excalidraw → element/src}/shapes.d.ts +6 -6
  59. package/dist/types/{excalidraw/element → element/src}/showSelectedShapeActions.d.ts +1 -1
  60. package/dist/types/{excalidraw/element → element/src}/sizeHelpers.d.ts +1 -1
  61. package/dist/types/{excalidraw/element → element/src}/textElement.d.ts +3 -4
  62. package/dist/types/{excalidraw/element → element/src}/transformHandles.d.ts +5 -5
  63. package/dist/types/{excalidraw/element → element/src}/typeChecks.d.ts +2 -2
  64. package/dist/types/{excalidraw/element → element/src}/types.d.ts +2 -2
  65. package/dist/types/{excalidraw → element/src}/zindex.d.ts +5 -4
  66. package/dist/types/excalidraw/actions/actionAddToLibrary.d.ts +73 -70
  67. package/dist/types/excalidraw/actions/actionAlign.d.ts +7 -7
  68. package/dist/types/excalidraw/actions/actionBoundText.d.ts +54 -52
  69. package/dist/types/excalidraw/actions/actionCanvas.d.ts +456 -264
  70. package/dist/types/excalidraw/actions/actionClipboard.d.ts +155 -149
  71. package/dist/types/excalidraw/actions/actionCropEditor.d.ts +26 -25
  72. package/dist/types/excalidraw/actions/actionDeleteSelected.d.ts +73 -70
  73. package/dist/types/excalidraw/actions/actionDistribute.d.ts +3 -3
  74. package/dist/types/excalidraw/actions/actionDuplicateSelection.d.ts +3 -7
  75. package/dist/types/excalidraw/actions/actionElementLink.d.ts +30 -29
  76. package/dist/types/excalidraw/actions/actionElementLock.d.ts +53 -52
  77. package/dist/types/excalidraw/{element/embeddable.d.ts → actions/actionEmbeddable.d.ts} +26 -35
  78. package/dist/types/excalidraw/actions/actionExport.d.ts +306 -297
  79. package/dist/types/excalidraw/actions/actionFinalize.d.ts +41 -39
  80. package/dist/types/excalidraw/actions/actionFlip.d.ts +3 -3
  81. package/dist/types/excalidraw/actions/actionFrame.d.ts +217 -213
  82. package/dist/types/excalidraw/actions/actionGroup.d.ts +51 -49
  83. package/dist/types/excalidraw/actions/actionLinearEditor.d.ts +27 -26
  84. package/dist/types/excalidraw/actions/actionLink.d.ts +26 -25
  85. package/dist/types/excalidraw/actions/actionMenu.d.ts +73 -70
  86. package/dist/types/excalidraw/actions/actionNavigate.d.ts +48 -46
  87. package/dist/types/excalidraw/actions/actionProperties.d.ts +317 -302
  88. package/dist/types/excalidraw/actions/actionSelectAll.d.ts +26 -25
  89. package/dist/types/excalidraw/actions/actionSmartZoom.d.ts +1 -1
  90. package/dist/types/excalidraw/actions/actionStyles.d.ts +28 -27
  91. package/dist/types/excalidraw/actions/actionTextAutoResize.d.ts +3 -3
  92. package/dist/types/excalidraw/actions/actionToggleGridMode.d.ts +26 -25
  93. package/dist/types/excalidraw/actions/actionToggleObjectsSnapMode.d.ts +26 -25
  94. package/dist/types/excalidraw/actions/actionToggleSearchMenu.d.ts +50 -48
  95. package/dist/types/excalidraw/actions/actionToggleStats.d.ts +25 -25
  96. package/dist/types/excalidraw/actions/actionToggleViewMode.d.ts +26 -26
  97. package/dist/types/excalidraw/actions/actionToggleZenMode.d.ts +26 -26
  98. package/dist/types/excalidraw/actions/actionZindex.d.ts +8 -8
  99. package/dist/types/excalidraw/actions/index.d.ts +1 -0
  100. package/dist/types/excalidraw/actions/manager.d.ts +1 -1
  101. package/dist/types/excalidraw/actions/shortcuts.d.ts +1 -1
  102. package/dist/types/excalidraw/actions/types.d.ts +2 -2
  103. package/dist/types/excalidraw/animated-trail.d.ts +7 -1
  104. package/dist/types/excalidraw/appState.d.ts +35 -34
  105. package/dist/types/excalidraw/change.d.ts +3 -3
  106. package/dist/types/excalidraw/charts.d.ts +1 -1
  107. package/dist/types/excalidraw/clipboard.d.ts +2 -2
  108. package/dist/types/excalidraw/components/Actions.d.ts +2 -2
  109. package/dist/types/excalidraw/components/App.d.ts +14 -9
  110. package/dist/types/excalidraw/components/ColorPicker/ColorPicker.d.ts +2 -2
  111. package/dist/types/excalidraw/components/ColorPicker/HotkeyLabel.d.ts +1 -2
  112. package/dist/types/excalidraw/components/ColorPicker/Picker.d.ts +2 -2
  113. package/dist/types/excalidraw/components/ColorPicker/PickerColorList.d.ts +1 -1
  114. package/dist/types/excalidraw/components/ColorPicker/ShadeList.d.ts +1 -1
  115. package/dist/types/excalidraw/components/ColorPicker/colorPickerUtils.d.ts +3 -3
  116. package/dist/types/excalidraw/components/ColorPicker/keyboardNavHandlers.d.ts +1 -1
  117. package/dist/types/excalidraw/components/DarkModeToggle.d.ts +1 -1
  118. package/dist/types/excalidraw/components/DefaultSidebar.d.ts +1 -1
  119. package/dist/types/excalidraw/{element → components}/ElementCanvasButtons.d.ts +1 -1
  120. package/dist/types/excalidraw/components/ElementLinkDialog.d.ts +1 -1
  121. package/dist/types/excalidraw/components/EyeDropper.d.ts +1 -1
  122. package/dist/types/excalidraw/components/FontPicker/FontPicker.d.ts +1 -1
  123. package/dist/types/excalidraw/components/FontPicker/FontPickerList.d.ts +2 -2
  124. package/dist/types/excalidraw/components/FontPicker/FontPickerTrigger.d.ts +1 -1
  125. package/dist/types/excalidraw/components/FontPicker/keyboardNavHandlers.d.ts +1 -1
  126. package/dist/types/excalidraw/components/ImageExportDialog.d.ts +1 -1
  127. package/dist/types/excalidraw/components/InitializeApp.d.ts +1 -1
  128. package/dist/types/excalidraw/components/JSONExportDialog.d.ts +1 -1
  129. package/dist/types/excalidraw/components/LayerUI.d.ts +1 -1
  130. package/dist/types/excalidraw/components/LibraryMenuSection.d.ts +1 -1
  131. package/dist/types/excalidraw/components/LibraryUnit.d.ts +1 -1
  132. package/dist/types/excalidraw/components/LoadingMessage.d.ts +1 -1
  133. package/dist/types/excalidraw/components/MobileMenu.d.ts +1 -1
  134. package/dist/types/excalidraw/components/Stats/Angle.d.ts +1 -1
  135. package/dist/types/excalidraw/components/Stats/Dimension.d.ts +1 -1
  136. package/dist/types/excalidraw/components/Stats/DragInput.d.ts +1 -1
  137. package/dist/types/excalidraw/components/Stats/FontSize.d.ts +1 -1
  138. package/dist/types/excalidraw/components/Stats/MultiAngle.d.ts +1 -1
  139. package/dist/types/excalidraw/components/Stats/MultiDimension.d.ts +1 -1
  140. package/dist/types/excalidraw/components/Stats/MultiFontSize.d.ts +1 -1
  141. package/dist/types/excalidraw/components/Stats/MultiPosition.d.ts +1 -1
  142. package/dist/types/excalidraw/components/Stats/Position.d.ts +1 -1
  143. package/dist/types/excalidraw/components/Stats/index.d.ts +1 -1
  144. package/dist/types/excalidraw/components/Stats/utils.d.ts +1 -1
  145. package/dist/types/excalidraw/components/TTDDialog/common.d.ts +1 -1
  146. package/dist/types/excalidraw/components/ToolButton.d.ts +1 -1
  147. package/dist/types/excalidraw/components/canvases/InteractiveCanvas.d.ts +1 -1
  148. package/dist/types/excalidraw/components/canvases/NewElementCanvas.d.ts +1 -1
  149. package/dist/types/excalidraw/components/canvases/StaticCanvas.d.ts +1 -1
  150. package/dist/types/excalidraw/components/dropdownMenu/DropdownMenu.d.ts +1 -1
  151. package/dist/types/excalidraw/components/dropdownMenu/DropdownMenuItem.d.ts +1 -1
  152. package/dist/types/excalidraw/components/dropdownMenu/common.d.ts +1 -1
  153. package/dist/types/excalidraw/components/hyperlink/Hyperlink.d.ts +1 -1
  154. package/dist/types/excalidraw/components/hyperlink/helpers.d.ts +2 -2
  155. package/dist/types/excalidraw/components/icons.d.ts +2 -1
  156. package/dist/types/excalidraw/components/main-menu/DefaultItems.d.ts +1 -1
  157. package/dist/types/excalidraw/components/main-menu/MainMenu.d.ts +4 -1
  158. package/dist/types/excalidraw/components/shapes.d.ts +62 -0
  159. package/dist/types/excalidraw/data/EditorLocalStorage.d.ts +1 -1
  160. package/dist/types/excalidraw/data/blob.d.ts +5 -5
  161. package/dist/types/excalidraw/data/filesystem.d.ts +1 -1
  162. package/dist/types/excalidraw/data/index.d.ts +1 -1
  163. package/dist/types/excalidraw/data/json.d.ts +1 -1
  164. package/dist/types/excalidraw/data/library.d.ts +2 -2
  165. package/dist/types/excalidraw/data/reconcile.d.ts +2 -2
  166. package/dist/types/excalidraw/data/resave.d.ts +1 -1
  167. package/dist/types/excalidraw/data/restore.d.ts +1 -1
  168. package/dist/types/excalidraw/data/transform.d.ts +4 -4
  169. package/dist/types/excalidraw/data/types.d.ts +2 -2
  170. package/dist/types/excalidraw/errors.d.ts +0 -3
  171. package/dist/types/excalidraw/fonts/Fonts.d.ts +2 -12
  172. package/dist/types/excalidraw/history.d.ts +1 -1
  173. package/dist/types/excalidraw/i18n.d.ts +1 -1
  174. package/dist/types/excalidraw/index.d.ts +11 -10
  175. package/dist/types/excalidraw/lasso/index.d.ts +15 -0
  176. package/dist/types/excalidraw/lasso/utils.d.ts +13 -0
  177. package/dist/types/excalidraw/renderer/helpers.d.ts +1 -1
  178. package/dist/types/excalidraw/renderer/staticSvgScene.d.ts +1 -1
  179. package/dist/types/excalidraw/scene/Renderer.d.ts +2 -2
  180. package/dist/types/excalidraw/scene/Scene.d.ts +5 -5
  181. package/dist/types/excalidraw/scene/export.d.ts +1 -1
  182. package/dist/types/excalidraw/scene/index.d.ts +2 -2
  183. package/dist/types/excalidraw/scene/scroll.d.ts +1 -1
  184. package/dist/types/excalidraw/scene/scrollbars.d.ts +1 -1
  185. package/dist/types/excalidraw/scene/types.d.ts +3 -3
  186. package/dist/types/excalidraw/snapping.d.ts +4 -5
  187. package/dist/types/excalidraw/store.d.ts +2 -2
  188. package/dist/types/excalidraw/types.d.ts +10 -9
  189. package/dist/types/excalidraw/visualdebug.d.ts +1 -1
  190. package/dist/types/excalidraw/{element → wysiwyg}/textWysiwyg.d.ts +1 -1
  191. package/dist/types/math/{point.d.ts → src/point.d.ts} +2 -2
  192. package/dist/types/math/{polygon.d.ts → src/polygon.d.ts} +1 -0
  193. package/dist/types/math/{segment.d.ts → src/segment.d.ts} +1 -1
  194. package/dist/types/utils/{bbox.d.ts → src/bbox.d.ts} +1 -1
  195. package/dist/types/utils/{collision.d.ts → src/collision.d.ts} +1 -2
  196. package/dist/types/utils/{export.d.ts → src/export.d.ts} +2 -2
  197. package/dist/types/utils/{index.d.ts → src/index.d.ts} +1 -1
  198. package/dist/types/utils/{geometry → src}/shape.d.ts +1 -14
  199. package/dist/types/utils/{withinBounds.d.ts → src/withinBounds.d.ts} +2 -2
  200. package/history.ts +2 -1
  201. package/package.json +14 -2
  202. package/dist/dev/chunk-DYSQNY2T.js.map +0 -7
  203. package/dist/dev/chunk-ND5KUA7P.js.map +0 -7
  204. package/dist/prod/chunk-45TA3AZW.js +0 -34
  205. package/dist/prod/data/image-YE6T6FOC.js +0 -1
  206. /package/dist/dev/data/{image-ZD4HK457.js.map → image-I5I3FC2R.js.map} +0 -0
  207. /package/dist/dev/locales/{en-IW3FTNXY.js.map → en-FBYNI7ML.js.map} +0 -0
  208. /package/dist/types/{excalidraw → common/src}/keys.d.ts +0 -0
  209. /package/dist/types/{excalidraw → common/src}/queue.d.ts +0 -0
  210. /package/dist/types/{excalidraw → common/src}/random.d.ts +0 -0
  211. /package/dist/types/{excalidraw/data → common/src}/url.d.ts +0 -0
  212. /package/dist/types/{excalidraw → common/src}/utility-types.d.ts +0 -0
  213. /package/dist/types/{excalidraw/element → element/src}/containerCache.d.ts +0 -0
  214. /package/dist/types/{excalidraw/element → element/src}/cropElement.d.ts +0 -0
  215. /package/dist/types/{excalidraw/element → element/src}/distance.d.ts +0 -0
  216. /package/dist/types/{excalidraw/element → element/src}/elbowArrow.d.ts +0 -0
  217. /package/dist/types/{excalidraw/element → element/src}/sortElements.d.ts +0 -0
  218. /package/dist/types/{excalidraw/element → element/src}/textMeasurements.d.ts +0 -0
  219. /package/dist/types/{excalidraw/element → element/src}/textWrapping.d.ts +0 -0
  220. /package/dist/types/{excalidraw/element → element/src}/utils.d.ts +0 -0
  221. /package/dist/types/math/{angle.d.ts → src/angle.d.ts} +0 -0
  222. /package/dist/types/math/{curve.d.ts → src/curve.d.ts} +0 -0
  223. /package/dist/types/math/{ellipse.d.ts → src/ellipse.d.ts} +0 -0
  224. /package/dist/types/math/{index.d.ts → src/index.d.ts} +0 -0
  225. /package/dist/types/math/{line.d.ts → src/line.d.ts} +0 -0
  226. /package/dist/types/math/{range.d.ts → src/range.d.ts} +0 -0
  227. /package/dist/types/math/{rectangle.d.ts → src/rectangle.d.ts} +0 -0
  228. /package/dist/types/math/{triangle.d.ts → src/triangle.d.ts} +0 -0
  229. /package/dist/types/math/{types.d.ts → src/types.d.ts} +0 -0
  230. /package/dist/types/math/{utils.d.ts → src/utils.d.ts} +0 -0
  231. /package/dist/types/math/{vector.d.ts → src/vector.d.ts} +0 -0
@@ -1,12 +1,12 @@
1
1
  /// <reference types="react" />
2
- import { LinearElementEditor } from "../element/linearElementEditor";
2
+ import { LinearElementEditor } from "@excalidraw/element/linearElementEditor";
3
3
  import type { AppState } from "../types";
4
4
  export declare const actionFinalize: {
5
5
  name: "finalize";
6
6
  label: string;
7
7
  trackEvent: false;
8
- perform: (elements: readonly import("../element/types").OrderedExcalidrawElement[], appState: Readonly<AppState>, _: any, app: import("../types").AppClassProperties) => {
9
- elements: import("../element/types").OrderedExcalidrawElement[] | undefined;
8
+ perform: (elements: readonly import("@excalidraw/element/types").OrderedExcalidrawElement[], appState: Readonly<AppState>, _: any, app: import("../types").AppClassProperties) => {
9
+ elements: import("@excalidraw/element/types").OrderedExcalidrawElement[] | undefined;
10
10
  appState: {
11
11
  cursorButton: "up";
12
12
  editingLinearElement: null;
@@ -22,17 +22,17 @@ export declare const actionFinalize: {
22
22
  wheelZoomsOnDefault?: boolean | undefined;
23
23
  errorMessage: import("react").ReactNode;
24
24
  activeEmbeddable: {
25
- element: import("../element/types").NonDeletedExcalidrawElement;
25
+ element: import("@excalidraw/element/types").NonDeletedExcalidrawElement;
26
26
  state: "hover" | "active";
27
27
  } | null;
28
- newElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawNonSelectionElement> | null;
29
- resizingElement: import("../element/types").NonDeletedExcalidrawElement | null;
30
- multiElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawLinearElement> | null;
31
- selectionElement: import("../element/types").NonDeletedExcalidrawElement | null;
28
+ newElement: import("@excalidraw/element/types").NonDeleted<import("@excalidraw/element/types").ExcalidrawNonSelectionElement> | null;
29
+ resizingElement: import("@excalidraw/element/types").NonDeletedExcalidrawElement | null;
30
+ multiElement: import("@excalidraw/element/types").NonDeleted<import("@excalidraw/element/types").ExcalidrawLinearElement> | null;
31
+ selectionElement: import("@excalidraw/element/types").NonDeletedExcalidrawElement | null;
32
32
  isBindingEnabled: boolean;
33
- startBoundElement: import("../element/types").NonDeleted<import("../element/types").ExcalidrawBindableElement> | null;
34
- suggestedBindings: import("../element/binding").SuggestedBinding[];
35
- frameToHighlight: import("../element/types").NonDeleted<import("../element/types").ExcalidrawFrameLikeElement> | null;
33
+ startBoundElement: import("@excalidraw/element/types").NonDeleted<import("@excalidraw/element/types").ExcalidrawBindableElement> | null;
34
+ suggestedBindings: import("@excalidraw/element/binding").SuggestedBinding[];
35
+ frameToHighlight: import("@excalidraw/element/types").NonDeleted<import("@excalidraw/element/types").ExcalidrawFrameLikeElement> | null;
36
36
  frameRendering: {
37
37
  enabled: boolean;
38
38
  name: boolean;
@@ -40,11 +40,12 @@ export declare const actionFinalize: {
40
40
  clip: boolean;
41
41
  };
42
42
  editingFrame: string | null;
43
- elementsToHighlight: import("../element/types").NonDeleted<import("../element/types").ExcalidrawElement>[] | null;
44
- editingTextElement: import("../element/types").NonDeletedExcalidrawElement | null;
43
+ elementsToHighlight: import("@excalidraw/element/types").NonDeleted<import("@excalidraw/element/types").ExcalidrawElement>[] | null;
44
+ editingTextElement: import("@excalidraw/element/types").NonDeletedExcalidrawElement | null;
45
45
  activeTool: {
46
46
  lastActiveTool: import("../types").ActiveTool | null;
47
47
  locked: boolean;
48
+ fromSelection: boolean;
48
49
  } & import("../types").ActiveTool;
49
50
  penMode: boolean;
50
51
  penDetected: boolean;
@@ -54,18 +55,18 @@ export declare const actionFinalize: {
54
55
  exportScale: number;
55
56
  currentItemStrokeColor: string;
56
57
  currentItemBackgroundColor: string;
57
- currentItemFillStyle: import("../element/types").FillStyle;
58
+ currentItemFillStyle: import("@excalidraw/element/types").FillStyle;
58
59
  currentItemStrokeWidth: number;
59
- currentItemStrokeStyle: import("../element/types").StrokeStyle;
60
+ currentItemStrokeStyle: import("@excalidraw/element/types").StrokeStyle;
60
61
  currentItemRoughness: number;
61
62
  currentItemOpacity: number;
62
63
  currentItemFontFamily: number;
63
64
  currentItemFontSize: number;
64
65
  currentItemTextAlign: string;
65
- currentItemStartArrowhead: import("../element/types").Arrowhead | null;
66
- currentItemEndArrowhead: import("../element/types").Arrowhead | null;
66
+ currentItemStartArrowhead: import("@excalidraw/element/types").Arrowhead | null;
67
+ currentItemEndArrowhead: import("@excalidraw/element/types").Arrowhead | null;
67
68
  currentHoveredFontFamily: number | null;
68
- currentItemRoundness: import("../element/types").StrokeRoundness;
69
+ currentItemRoundness: import("@excalidraw/element/types").StrokeRoundness;
69
70
  currentItemArrowType: "round" | "sharp" | "elbow";
70
71
  viewBackgroundColor: string;
71
72
  scrollX: number;
@@ -77,7 +78,7 @@ export declare const actionFinalize: {
77
78
  zoom: Readonly<{
78
79
  value: import("../types").NormalizedZoomValue;
79
80
  }>;
80
- openMenu: "canvas" | "shape" | null;
81
+ openMenu: "shape" | "canvas" | null;
81
82
  openPopup: "fontFamily" | "canvasBackground" | "elementBackground" | "elementStroke" | null;
82
83
  openSidebar: {
83
84
  name: string;
@@ -95,7 +96,7 @@ export declare const actionFinalize: {
95
96
  sourceElementId: string;
96
97
  } | null;
97
98
  defaultSidebarDockedPreference: boolean;
98
- lastPointerDownWith: import("../element/types").PointerType;
99
+ lastPointerDownWith: import("@excalidraw/element/types").PointerType;
99
100
  selectedElementIds: Readonly<{
100
101
  [id: string]: true;
101
102
  }>;
@@ -113,7 +114,7 @@ export declare const actionFinalize: {
113
114
  duration?: number | undefined;
114
115
  } | null;
115
116
  zenModeEnabled: boolean;
116
- theme: import("../element/types").Theme;
117
+ theme: import("@excalidraw/element/types").Theme;
117
118
  gridSize: number;
118
119
  gridStep: number;
119
120
  gridModeEnabled: boolean;
@@ -134,7 +135,7 @@ export declare const actionFinalize: {
134
135
  [id: string]: true;
135
136
  }> | undefined;
136
137
  username?: string | null | undefined;
137
- userState?: import("..").UserIdleState | undefined;
138
+ userState?: import("@excalidraw/common").UserIdleState | undefined;
138
139
  color?: {
139
140
  background: string;
140
141
  stroke: string;
@@ -151,7 +152,7 @@ export declare const actionFinalize: {
151
152
  open: boolean;
152
153
  panels: number;
153
154
  };
154
- currentChartType: import("../element/types").ChartType;
155
+ currentChartType: import("@excalidraw/element/types").ChartType;
155
156
  pasteDialog: {
156
157
  shown: false;
157
158
  data: null;
@@ -160,7 +161,7 @@ export declare const actionFinalize: {
160
161
  data: import("../charts").Spreadsheet;
161
162
  };
162
163
  pendingImageElementId: string | null;
163
- showHyperlinkPopup: false | "info" | "editor";
164
+ showHyperlinkPopup: false | "editor" | "info";
164
165
  selectedLinearElement: LinearElementEditor | null;
165
166
  snapLines: readonly import("../snapping").SnapLine[];
166
167
  originSnapOffset: {
@@ -185,12 +186,13 @@ export declare const actionFinalize: {
185
186
  };
186
187
  captureUpdate: "IMMEDIATELY";
187
188
  } | {
188
- elements: readonly import("../element/types").OrderedExcalidrawElement[];
189
+ elements: readonly import("@excalidraw/element/types").OrderedExcalidrawElement[];
189
190
  appState: {
190
191
  cursorButton: "up";
191
192
  activeTool: {
192
193
  lastActiveTool: import("../types").ActiveTool | null;
193
194
  locked: boolean;
195
+ fromSelection: boolean;
194
196
  } & import("../types").ActiveTool;
195
197
  activeEmbeddable: null;
196
198
  newElement: null;
@@ -215,9 +217,9 @@ export declare const actionFinalize: {
215
217
  hideMainMenus: boolean;
216
218
  wheelZoomsOnDefault?: boolean | undefined;
217
219
  errorMessage: import("react").ReactNode;
218
- resizingElement: import("../element/types").NonDeletedExcalidrawElement | null;
220
+ resizingElement: import("@excalidraw/element/types").NonDeletedExcalidrawElement | null;
219
221
  isBindingEnabled: boolean;
220
- frameToHighlight: import("../element/types").NonDeleted<import("../element/types").ExcalidrawFrameLikeElement> | null;
222
+ frameToHighlight: import("@excalidraw/element/types").NonDeleted<import("@excalidraw/element/types").ExcalidrawFrameLikeElement> | null;
221
223
  frameRendering: {
222
224
  enabled: boolean;
223
225
  name: boolean;
@@ -225,7 +227,7 @@ export declare const actionFinalize: {
225
227
  clip: boolean;
226
228
  };
227
229
  editingFrame: string | null;
228
- elementsToHighlight: import("../element/types").NonDeleted<import("../element/types").ExcalidrawElement>[] | null;
230
+ elementsToHighlight: import("@excalidraw/element/types").NonDeleted<import("@excalidraw/element/types").ExcalidrawElement>[] | null;
229
231
  editingLinearElement: LinearElementEditor | null;
230
232
  penMode: boolean;
231
233
  penDetected: boolean;
@@ -235,18 +237,18 @@ export declare const actionFinalize: {
235
237
  exportScale: number;
236
238
  currentItemStrokeColor: string;
237
239
  currentItemBackgroundColor: string;
238
- currentItemFillStyle: import("../element/types").FillStyle;
240
+ currentItemFillStyle: import("@excalidraw/element/types").FillStyle;
239
241
  currentItemStrokeWidth: number;
240
- currentItemStrokeStyle: import("../element/types").StrokeStyle;
242
+ currentItemStrokeStyle: import("@excalidraw/element/types").StrokeStyle;
241
243
  currentItemRoughness: number;
242
244
  currentItemOpacity: number;
243
245
  currentItemFontFamily: number;
244
246
  currentItemFontSize: number;
245
247
  currentItemTextAlign: string;
246
- currentItemStartArrowhead: import("../element/types").Arrowhead | null;
247
- currentItemEndArrowhead: import("../element/types").Arrowhead | null;
248
+ currentItemStartArrowhead: import("@excalidraw/element/types").Arrowhead | null;
249
+ currentItemEndArrowhead: import("@excalidraw/element/types").Arrowhead | null;
248
250
  currentHoveredFontFamily: number | null;
249
- currentItemRoundness: import("../element/types").StrokeRoundness;
251
+ currentItemRoundness: import("@excalidraw/element/types").StrokeRoundness;
250
252
  currentItemArrowType: "round" | "sharp" | "elbow";
251
253
  viewBackgroundColor: string;
252
254
  scrollX: number;
@@ -258,7 +260,7 @@ export declare const actionFinalize: {
258
260
  zoom: Readonly<{
259
261
  value: import("../types").NormalizedZoomValue;
260
262
  }>;
261
- openMenu: "canvas" | "shape" | null;
263
+ openMenu: "shape" | "canvas" | null;
262
264
  openPopup: "fontFamily" | "canvasBackground" | "elementBackground" | "elementStroke" | null;
263
265
  openSidebar: {
264
266
  name: string;
@@ -276,7 +278,7 @@ export declare const actionFinalize: {
276
278
  sourceElementId: string;
277
279
  } | null;
278
280
  defaultSidebarDockedPreference: boolean;
279
- lastPointerDownWith: import("../element/types").PointerType;
281
+ lastPointerDownWith: import("@excalidraw/element/types").PointerType;
280
282
  hoveredElementIds: Readonly<{
281
283
  [id: string]: true;
282
284
  }>;
@@ -291,7 +293,7 @@ export declare const actionFinalize: {
291
293
  duration?: number | undefined;
292
294
  } | null;
293
295
  zenModeEnabled: boolean;
294
- theme: import("../element/types").Theme;
296
+ theme: import("@excalidraw/element/types").Theme;
295
297
  gridSize: number;
296
298
  gridStep: number;
297
299
  gridModeEnabled: boolean;
@@ -312,7 +314,7 @@ export declare const actionFinalize: {
312
314
  [id: string]: true;
313
315
  }> | undefined;
314
316
  username?: string | null | undefined;
315
- userState?: import("..").UserIdleState | undefined;
317
+ userState?: import("@excalidraw/common").UserIdleState | undefined;
316
318
  color?: {
317
319
  background: string;
318
320
  stroke: string;
@@ -329,7 +331,7 @@ export declare const actionFinalize: {
329
331
  open: boolean;
330
332
  panels: number;
331
333
  };
332
- currentChartType: import("../element/types").ChartType;
334
+ currentChartType: import("@excalidraw/element/types").ChartType;
333
335
  pasteDialog: {
334
336
  shown: false;
335
337
  data: null;
@@ -337,7 +339,7 @@ export declare const actionFinalize: {
337
339
  shown: true;
338
340
  data: import("../charts").Spreadsheet;
339
341
  };
340
- showHyperlinkPopup: false | "info" | "editor";
342
+ showHyperlinkPopup: false | "editor" | "info";
341
343
  snapLines: readonly import("../snapping").SnapLine[];
342
344
  originSnapOffset: {
343
345
  x: number;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { ExcalidrawElement } from "../element/types";
2
+ import type { ExcalidrawElement } from "@excalidraw/element/types";
3
3
  import type { AppClassProperties, AppState } from "../types";
4
4
  export declare const actionFlipHorizontal: {
5
5
  name: "flipHorizontal";
@@ -8,7 +8,7 @@ export declare const actionFlipHorizontal: {
8
8
  trackEvent: {
9
9
  category: "element";
10
10
  };
11
- perform: (elements: readonly import("../element/types").OrderedExcalidrawElement[], appState: Readonly<AppState>, _: any, app: AppClassProperties) => {
11
+ perform: (elements: readonly import("@excalidraw/element/types").OrderedExcalidrawElement[], appState: Readonly<AppState>, _: any, app: AppClassProperties) => {
12
12
  elements: ExcalidrawElement[];
13
13
  appState: Readonly<AppState>;
14
14
  captureUpdate: "IMMEDIATELY";
@@ -24,7 +24,7 @@ export declare const actionFlipVertical: {
24
24
  trackEvent: {
25
25
  category: "element";
26
26
  };
27
- perform: (elements: readonly import("../element/types").OrderedExcalidrawElement[], appState: Readonly<AppState>, _: any, app: AppClassProperties) => {
27
+ perform: (elements: readonly import("@excalidraw/element/types").OrderedExcalidrawElement[], appState: Readonly<AppState>, _: any, app: AppClassProperties) => {
28
28
  elements: ExcalidrawElement[];
29
29
  appState: Readonly<AppState>;
30
30
  captureUpdate: "IMMEDIATELY";