Tldraw/packages/editor/src/lib
Steve Ruiz 3437ca89d9
[feature] ui events (#1326)
This PR updates the editor events:
- adds types to the events emitted by the app (by `app.emit`)
- removes a few events emitted by the app (e.g. `move-to-page`,
`change-camera`)
- adds `onEvent` prop to the <TldrawUi> / <Tldraw> components
- call the `onEvent` when actions occur or tools are selected
- does some superficial cleanup on editor app APIs

### Release Note

- Fix layout bug in error dialog
- (ui) Add `TLEventMap` for types emitted from editor app
- (editor) Update `crash` event emitted from editor app to include error
- (editor) Update `change-history` event emitted from editor app
- (editor) Remove `change-camera` event from editor app
- (editor) Remove `move-to-page` event from editor app
- (ui) Add `onEvent` prop and events to <Tldraw> / <TldrawUi>
- (editor) Replace `app.openMenus` plain Set with computed value
- (editor) Add `addOpenMenu` method
- (editor) Add `removeOpenMenu` method
- (editor) Add `setFocusMode` method 
- (editor) Add `setToolLocked` method  
- (editor) Add `setSnapMode` method 
- (editor) Add `isSnapMode` method 
- (editor) Update `setGridMode` method return type to editor app
- (editor) Update `setReadOnly` method return type to editor app
- (editor) Update `setPenMode` method return type to editor app
- (editor) Update `selectNone` method return type to editor app
- (editor) Rename `backToContent` to `zoomToContent`
- (editor) Remove `TLReorderOperation` type

---------

Co-authored-by: Orange Mug <orangemug@users.noreply.github.com>
2023-05-11 22:14:58 +00:00
..
app [feature] ui events (#1326) 2023-05-11 22:14:58 +00:00
components remove svg layer, html all the things, rs to tl (#1227) 2023-05-05 14:14:42 +00:00
config [chore] move schema construction to tlschema package (#1334) 2023-05-09 14:40:58 +00:00
hooks [fix] update useTransform.ts (#1327) 2023-05-07 18:24:06 +01:00
test [feature] ui events (#1326) 2023-05-11 22:14:58 +00:00
utils [fix] tabs in text exports (#1323) 2023-05-11 09:20:48 +00:00
TldrawEditor.tsx [feature] ui events (#1326) 2023-05-11 22:14:58 +00:00
assetUrls.ts New vite-based examples app (#1226) 2023-05-05 13:10:36 +00:00
constants.ts [feature] `check-box` geo shape (#1330) 2023-05-09 13:32:04 +00:00