@dxos/ui-editor 0.0.0 → 0.8.4-main.69d29f4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lib/browser/chunk-HL3YF6WC.mjs +22 -0
- package/dist/lib/browser/chunk-HL3YF6WC.mjs.map +7 -0
- package/dist/lib/browser/index.mjs +7779 -0
- package/dist/lib/browser/index.mjs.map +7 -0
- package/dist/lib/browser/meta.json +1 -0
- package/dist/lib/browser/types/index.mjs +13 -0
- package/dist/lib/browser/types/index.mjs.map +7 -0
- package/dist/lib/node-esm/chunk-YJZGD3LY.mjs +24 -0
- package/dist/lib/node-esm/chunk-YJZGD3LY.mjs.map +7 -0
- package/dist/lib/node-esm/index.mjs +7780 -0
- package/dist/lib/node-esm/index.mjs.map +7 -0
- package/dist/lib/node-esm/meta.json +1 -0
- package/dist/lib/node-esm/types/index.mjs +14 -0
- package/dist/lib/node-esm/types/index.mjs.map +7 -0
- package/dist/types/src/defaults.d.ts +12 -0
- package/dist/types/src/defaults.d.ts.map +1 -0
- package/dist/types/src/extensions/annotations.d.ts +9 -0
- package/dist/types/src/extensions/annotations.d.ts.map +1 -0
- package/dist/types/src/extensions/autocomplete/autocomplete.d.ts +17 -0
- package/dist/types/src/extensions/autocomplete/autocomplete.d.ts.map +1 -0
- package/dist/types/src/extensions/autocomplete/index.d.ts +5 -0
- package/dist/types/src/extensions/autocomplete/index.d.ts.map +1 -0
- package/dist/types/src/extensions/autocomplete/match.d.ts +13 -0
- package/dist/types/src/extensions/autocomplete/match.d.ts.map +1 -0
- package/dist/types/src/extensions/autocomplete/placeholder.d.ts +20 -0
- package/dist/types/src/extensions/autocomplete/placeholder.d.ts.map +1 -0
- package/dist/types/src/extensions/autocomplete/typeahead.d.ts +10 -0
- package/dist/types/src/extensions/autocomplete/typeahead.d.ts.map +1 -0
- package/dist/types/src/extensions/automerge/automerge.d.ts +4 -0
- package/dist/types/src/extensions/automerge/automerge.d.ts.map +1 -0
- package/dist/types/src/extensions/automerge/automerge.test.d.ts +2 -0
- package/dist/types/src/extensions/automerge/automerge.test.d.ts.map +1 -0
- package/dist/types/src/extensions/automerge/cursor.d.ts +4 -0
- package/dist/types/src/extensions/automerge/cursor.d.ts.map +1 -0
- package/dist/types/src/extensions/automerge/defs.d.ts +17 -0
- package/dist/types/src/extensions/automerge/defs.d.ts.map +1 -0
- package/dist/types/src/extensions/automerge/index.d.ts +2 -0
- package/dist/types/src/extensions/automerge/index.d.ts.map +1 -0
- package/dist/types/src/extensions/automerge/sync.d.ts +17 -0
- package/dist/types/src/extensions/automerge/sync.d.ts.map +1 -0
- package/dist/types/src/extensions/automerge/update-automerge.d.ts +6 -0
- package/dist/types/src/extensions/automerge/update-automerge.d.ts.map +1 -0
- package/dist/types/src/extensions/automerge/update-codemirror.d.ts +5 -0
- package/dist/types/src/extensions/automerge/update-codemirror.d.ts.map +1 -0
- package/dist/types/src/extensions/autoscroll.d.ts +20 -0
- package/dist/types/src/extensions/autoscroll.d.ts.map +1 -0
- package/dist/types/src/extensions/awareness/awareness-provider.d.ts +31 -0
- package/dist/types/src/extensions/awareness/awareness-provider.d.ts.map +1 -0
- package/dist/types/src/extensions/awareness/awareness.d.ts +46 -0
- package/dist/types/src/extensions/awareness/awareness.d.ts.map +1 -0
- package/dist/types/src/extensions/awareness/index.d.ts +3 -0
- package/dist/types/src/extensions/awareness/index.d.ts.map +1 -0
- package/dist/types/src/extensions/blast.d.ts +25 -0
- package/dist/types/src/extensions/blast.d.ts.map +1 -0
- package/dist/types/src/extensions/blocks.d.ts +2 -0
- package/dist/types/src/extensions/blocks.d.ts.map +1 -0
- package/dist/types/src/extensions/bookmarks.d.ts +12 -0
- package/dist/types/src/extensions/bookmarks.d.ts.map +1 -0
- package/dist/types/src/extensions/comments.d.ts +90 -0
- package/dist/types/src/extensions/comments.d.ts.map +1 -0
- package/dist/types/src/extensions/debug.d.ts +3 -0
- package/dist/types/src/extensions/debug.d.ts.map +1 -0
- package/dist/types/src/extensions/dnd.d.ts +9 -0
- package/dist/types/src/extensions/dnd.d.ts.map +1 -0
- package/dist/types/src/extensions/factories.d.ts +87 -0
- package/dist/types/src/extensions/factories.d.ts.map +1 -0
- package/dist/types/src/extensions/focus.d.ts +7 -0
- package/dist/types/src/extensions/focus.d.ts.map +1 -0
- package/dist/types/src/extensions/folding.d.ts +6 -0
- package/dist/types/src/extensions/folding.d.ts.map +1 -0
- package/dist/types/src/extensions/hashtag.d.ts +3 -0
- package/dist/types/src/extensions/hashtag.d.ts.map +1 -0
- package/dist/types/src/extensions/index.d.ts +31 -0
- package/dist/types/src/extensions/index.d.ts.map +1 -0
- package/dist/types/src/extensions/json.d.ts +7 -0
- package/dist/types/src/extensions/json.d.ts.map +1 -0
- package/dist/types/src/extensions/listener.d.ts +13 -0
- package/dist/types/src/extensions/listener.d.ts.map +1 -0
- package/dist/types/src/extensions/markdown/action.d.ts +12 -0
- package/dist/types/src/extensions/markdown/action.d.ts.map +1 -0
- package/dist/types/src/extensions/markdown/bundle.d.ts +22 -0
- package/dist/types/src/extensions/markdown/bundle.d.ts.map +1 -0
- package/dist/types/src/extensions/markdown/changes.d.ts +10 -0
- package/dist/types/src/extensions/markdown/changes.d.ts.map +1 -0
- package/dist/types/src/extensions/markdown/changes.test.d.ts +2 -0
- package/dist/types/src/extensions/markdown/changes.test.d.ts.map +1 -0
- package/dist/types/src/extensions/markdown/debug.d.ts +11 -0
- package/dist/types/src/extensions/markdown/debug.d.ts.map +1 -0
- package/dist/types/src/extensions/markdown/decorate.d.ts +25 -0
- package/dist/types/src/extensions/markdown/decorate.d.ts.map +1 -0
- package/dist/types/src/extensions/markdown/formatting.d.ts +63 -0
- package/dist/types/src/extensions/markdown/formatting.d.ts.map +1 -0
- package/dist/types/src/extensions/markdown/formatting.test.d.ts +3 -0
- package/dist/types/src/extensions/markdown/formatting.test.d.ts.map +1 -0
- package/dist/types/src/extensions/markdown/highlight.d.ts +37 -0
- package/dist/types/src/extensions/markdown/highlight.d.ts.map +1 -0
- package/dist/types/src/extensions/markdown/image.d.ts +7 -0
- package/dist/types/src/extensions/markdown/image.d.ts.map +1 -0
- package/dist/types/src/extensions/markdown/index.d.ts +10 -0
- package/dist/types/src/extensions/markdown/index.d.ts.map +1 -0
- package/dist/types/src/extensions/markdown/link.d.ts +7 -0
- package/dist/types/src/extensions/markdown/link.d.ts.map +1 -0
- package/dist/types/src/extensions/markdown/parser.test.d.ts +2 -0
- package/dist/types/src/extensions/markdown/parser.test.d.ts.map +1 -0
- package/dist/types/src/extensions/markdown/styles.d.ts +4 -0
- package/dist/types/src/extensions/markdown/styles.d.ts.map +1 -0
- package/dist/types/src/extensions/markdown/table.d.ts +8 -0
- package/dist/types/src/extensions/markdown/table.d.ts.map +1 -0
- package/dist/types/src/extensions/mention.d.ts +7 -0
- package/dist/types/src/extensions/mention.d.ts.map +1 -0
- package/dist/types/src/extensions/modal.d.ts +7 -0
- package/dist/types/src/extensions/modal.d.ts.map +1 -0
- package/dist/types/src/extensions/modes.d.ts +10 -0
- package/dist/types/src/extensions/modes.d.ts.map +1 -0
- package/dist/types/src/extensions/outliner/commands.d.ts +10 -0
- package/dist/types/src/extensions/outliner/commands.d.ts.map +1 -0
- package/dist/types/src/extensions/outliner/editor.d.ts +5 -0
- package/dist/types/src/extensions/outliner/editor.d.ts.map +1 -0
- package/dist/types/src/extensions/outliner/editor.test.d.ts +2 -0
- package/dist/types/src/extensions/outliner/editor.test.d.ts.map +1 -0
- package/dist/types/src/extensions/outliner/index.d.ts +4 -0
- package/dist/types/src/extensions/outliner/index.d.ts.map +1 -0
- package/dist/types/src/extensions/outliner/menu.d.ts +8 -0
- package/dist/types/src/extensions/outliner/menu.d.ts.map +1 -0
- package/dist/types/src/extensions/outliner/outliner.d.ts +11 -0
- package/dist/types/src/extensions/outliner/outliner.d.ts.map +1 -0
- package/dist/types/src/extensions/outliner/outliner.test.d.ts +2 -0
- package/dist/types/src/extensions/outliner/outliner.test.d.ts.map +1 -0
- package/dist/types/src/extensions/outliner/selection.d.ts +12 -0
- package/dist/types/src/extensions/outliner/selection.d.ts.map +1 -0
- package/dist/types/src/extensions/outliner/tree.d.ts +79 -0
- package/dist/types/src/extensions/outliner/tree.d.ts.map +1 -0
- package/dist/types/src/extensions/outliner/tree.test.d.ts +2 -0
- package/dist/types/src/extensions/outliner/tree.test.d.ts.map +1 -0
- package/dist/types/src/extensions/preview/index.d.ts +2 -0
- package/dist/types/src/extensions/preview/index.d.ts.map +1 -0
- package/dist/types/src/extensions/preview/preview.d.ts +32 -0
- package/dist/types/src/extensions/preview/preview.d.ts.map +1 -0
- package/dist/types/src/extensions/replacer.d.ts +21 -0
- package/dist/types/src/extensions/replacer.d.ts.map +1 -0
- package/dist/types/src/extensions/replacer.test.d.ts +2 -0
- package/dist/types/src/extensions/replacer.test.d.ts.map +1 -0
- package/dist/types/src/extensions/scrolling.d.ts +78 -0
- package/dist/types/src/extensions/scrolling.d.ts.map +1 -0
- package/dist/types/src/extensions/selection.d.ts +24 -0
- package/dist/types/src/extensions/selection.d.ts.map +1 -0
- package/dist/types/src/extensions/state.d.ts +2 -0
- package/dist/types/src/extensions/state.d.ts.map +1 -0
- package/dist/types/src/extensions/submit.d.ts +10 -0
- package/dist/types/src/extensions/submit.d.ts.map +1 -0
- package/dist/types/src/extensions/tags/extended-markdown.d.ts +10 -0
- package/dist/types/src/extensions/tags/extended-markdown.d.ts.map +1 -0
- package/dist/types/src/extensions/tags/extended-markdown.test.d.ts +2 -0
- package/dist/types/src/extensions/tags/extended-markdown.test.d.ts.map +1 -0
- package/dist/types/src/extensions/tags/index.d.ts +4 -0
- package/dist/types/src/extensions/tags/index.d.ts.map +1 -0
- package/dist/types/src/extensions/tags/streamer.d.ts +12 -0
- package/dist/types/src/extensions/tags/streamer.d.ts.map +1 -0
- package/dist/types/src/extensions/tags/xml-tags.d.ts +97 -0
- package/dist/types/src/extensions/tags/xml-tags.d.ts.map +1 -0
- package/dist/types/src/extensions/tags/xml-util.d.ts +10 -0
- package/dist/types/src/extensions/tags/xml-util.d.ts.map +1 -0
- package/dist/types/src/extensions/tags/xml-util.test.d.ts +2 -0
- package/dist/types/src/extensions/tags/xml-util.test.d.ts.map +1 -0
- package/dist/types/src/extensions/typewriter.d.ts +10 -0
- package/dist/types/src/extensions/typewriter.d.ts.map +1 -0
- package/dist/types/src/index.d.ts +9 -0
- package/dist/types/src/index.d.ts.map +1 -0
- package/dist/types/src/styles/index.d.ts +4 -0
- package/dist/types/src/styles/index.d.ts.map +1 -0
- package/dist/types/src/styles/markdown.d.ts +8 -0
- package/dist/types/src/styles/markdown.d.ts.map +1 -0
- package/dist/types/src/styles/theme.d.ts +43 -0
- package/dist/types/src/styles/theme.d.ts.map +1 -0
- package/dist/types/src/styles/tokens.d.ts +3 -0
- package/dist/types/src/styles/tokens.d.ts.map +1 -0
- package/dist/types/src/types/index.d.ts +2 -0
- package/dist/types/src/types/index.d.ts.map +1 -0
- package/dist/types/src/types/types.d.ts +21 -0
- package/dist/types/src/types/types.d.ts.map +1 -0
- package/dist/types/src/util/cursor.d.ts +31 -0
- package/dist/types/src/util/cursor.d.ts.map +1 -0
- package/dist/types/src/util/debug.d.ts +17 -0
- package/dist/types/src/util/debug.d.ts.map +1 -0
- package/dist/types/src/util/decorations.d.ts +4 -0
- package/dist/types/src/util/decorations.d.ts.map +1 -0
- package/dist/types/src/util/dom.d.ts +10 -0
- package/dist/types/src/util/dom.d.ts.map +1 -0
- package/dist/types/src/util/facet.d.ts +3 -0
- package/dist/types/src/util/facet.d.ts.map +1 -0
- package/dist/types/src/util/index.d.ts +7 -0
- package/dist/types/src/util/index.d.ts.map +1 -0
- package/dist/types/src/util/util.d.ts +8 -0
- package/dist/types/src/util/util.d.ts.map +1 -0
- package/dist/types/tsconfig.tsbuildinfo +1 -0
- package/package.json +31 -29
- package/src/extensions/markdown/formatting.ts +5 -10
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"inputs":{"src/defaults.ts":{"bytes":3527,"imports":[{"path":"@dxos/ui-theme","kind":"import-statement","external":true}],"format":"esm"},"src/extensions/annotations.ts":{"bytes":5817,"imports":[{"path":"@codemirror/state","kind":"import-statement","external":true},{"path":"@codemirror/view","kind":"import-statement","external":true}],"format":"esm"},"src/extensions/autocomplete/autocomplete.ts":{"bytes":13088,"imports":[{"path":"@codemirror/state","kind":"import-statement","external":true},{"path":"@codemirror/view","kind":"import-statement","external":true}],"format":"esm"},"src/extensions/autocomplete/match.ts":{"bytes":4070,"imports":[],"format":"esm"},"src/util/facet.ts":{"bytes":1261,"imports":[{"path":"@codemirror/state","kind":"import-statement","external":true}],"format":"esm"},"src/util/cursor.ts":{"bytes":5551,"imports":[{"path":"src/util/facet.ts","kind":"import-statement","original":"./facet"}],"format":"esm"},"src/util/decorations.ts":{"bytes":1720,"imports":[],"format":"esm"},"src/util/debug.ts":{"bytes":5049,"imports":[{"path":"@dxos/log","kind":"import-statement","external":true}],"format":"esm"},"src/util/dom.ts":{"bytes":3475,"imports":[],"format":"esm"},"src/util/util.ts":{"bytes":3448,"imports":[],"format":"esm"},"src/util/index.ts":{"bytes":863,"imports":[{"path":"src/util/cursor.ts","kind":"import-statement","original":"./cursor"},{"path":"src/util/decorations.ts","kind":"import-statement","original":"./decorations"},{"path":"src/util/debug.ts","kind":"import-statement","original":"./debug"},{"path":"src/util/dom.ts","kind":"import-statement","original":"./dom"},{"path":"src/util/facet.ts","kind":"import-statement","original":"./facet"},{"path":"src/util/util.ts","kind":"import-statement","original":"./util"}],"format":"esm"},"src/extensions/autocomplete/placeholder.ts":{"bytes":11990,"imports":[{"path":"@codemirror/view","kind":"import-statement","external":true},{"path":"src/util/index.ts","kind":"import-statement","original":"../../util"}],"format":"esm"},"src/extensions/autocomplete/typeahead.ts":{"bytes":8135,"imports":[{"path":"@codemirror/state","kind":"import-statement","external":true},{"path":"@codemirror/view","kind":"import-statement","external":true},{"path":"src/extensions/autocomplete/placeholder.ts","kind":"import-statement","original":"./placeholder"}],"format":"esm"},"src/extensions/autocomplete/index.ts":{"bytes":753,"imports":[{"path":"src/extensions/autocomplete/autocomplete.ts","kind":"import-statement","original":"./autocomplete"},{"path":"src/extensions/autocomplete/match.ts","kind":"import-statement","original":"./match"},{"path":"src/extensions/autocomplete/placeholder.ts","kind":"import-statement","original":"./placeholder"},{"path":"src/extensions/autocomplete/typeahead.ts","kind":"import-statement","original":"./typeahead"}],"format":"esm"},"src/extensions/scrolling.ts":{"bytes":17720,"imports":[{"path":"@codemirror/state","kind":"import-statement","external":true},{"path":"@codemirror/view","kind":"import-statement","external":true}],"format":"esm"},"src/extensions/autoscroll.ts":{"bytes":18623,"imports":[{"path":"@codemirror/state","kind":"import-statement","external":true},{"path":"@codemirror/view","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/ui","kind":"import-statement","external":true},{"path":"src/extensions/scrolling.ts","kind":"import-statement","original":"./scrolling"}],"format":"esm"},"src/extensions/state.ts":{"bytes":825,"imports":[{"path":"@codemirror/state","kind":"import-statement","external":true}],"format":"esm"},"src/extensions/automerge/cursor.ts":{"bytes":2965,"imports":[{"path":"@dxos/echo-db","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true}],"format":"esm"},"src/extensions/automerge/defs.ts":{"bytes":3192,"imports":[{"path":"@codemirror/state","kind":"import-statement","external":true}],"format":"esm"},"src/extensions/automerge/update-automerge.ts":{"bytes":5395,"imports":[{"path":"@automerge/automerge","kind":"import-statement","external":true}],"format":"esm"},"src/extensions/automerge/update-codemirror.ts":{"bytes":11359,"imports":[{"path":"@codemirror/state","kind":"import-statement","external":true},{"path":"src/extensions/automerge/defs.ts","kind":"import-statement","original":"./defs"}],"format":"esm"},"src/extensions/automerge/sync.ts":{"bytes":8617,"imports":[{"path":"@automerge/automerge","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"src/extensions/automerge/defs.ts","kind":"import-statement","original":"./defs"},{"path":"src/extensions/automerge/update-automerge.ts","kind":"import-statement","original":"./update-automerge"},{"path":"src/extensions/automerge/update-codemirror.ts","kind":"import-statement","original":"./update-codemirror"}],"format":"esm"},"src/extensions/automerge/automerge.ts":{"bytes":11459,"imports":[{"path":"@automerge/automerge","kind":"import-statement","external":true},{"path":"@codemirror/state","kind":"import-statement","external":true},{"path":"@codemirror/view","kind":"import-statement","external":true},{"path":"@dxos/echo-db","kind":"import-statement","external":true},{"path":"src/util/index.ts","kind":"import-statement","original":"../../util"},{"path":"src/extensions/state.ts","kind":"import-statement","original":"../state"},{"path":"src/extensions/automerge/cursor.ts","kind":"import-statement","original":"./cursor"},{"path":"src/extensions/automerge/defs.ts","kind":"import-statement","original":"./defs"},{"path":"src/extensions/automerge/sync.ts","kind":"import-statement","original":"./sync"}],"format":"esm"},"src/extensions/automerge/index.ts":{"bytes":530,"imports":[{"path":"src/extensions/automerge/automerge.ts","kind":"import-statement","original":"./automerge"}],"format":"esm"},"src/extensions/awareness/awareness.ts":{"bytes":30038,"imports":[{"path":"@codemirror/state","kind":"import-statement","external":true},{"path":"@codemirror/view","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"src/util/index.ts","kind":"import-statement","original":"../../util"}],"format":"esm"},"src/extensions/awareness/awareness-provider.ts":{"bytes":11662,"imports":[{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true}],"format":"esm"},"src/extensions/awareness/index.ts":{"bytes":588,"imports":[{"path":"src/extensions/awareness/awareness.ts","kind":"import-statement","original":"./awareness"},{"path":"src/extensions/awareness/awareness-provider.ts","kind":"import-statement","original":"./awareness-provider"}],"format":"esm"},"src/extensions/blast.ts":{"bytes":38277,"imports":[{"path":"@codemirror/view","kind":"import-statement","external":true},{"path":"lodash.defaultsdeep","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true}],"format":"esm"},"src/extensions/blocks.ts":{"bytes":13413,"imports":[{"path":"@codemirror/state","kind":"import-statement","external":true},{"path":"@codemirror/view","kind":"import-statement","external":true},{"path":"@dxos/ui-theme","kind":"import-statement","external":true}],"format":"esm"},"src/extensions/bookmarks.ts":{"bytes":7388,"imports":[{"path":"@codemirror/state","kind":"import-statement","external":true},{"path":"@codemirror/view","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true}],"format":"esm"},"src/extensions/selection.ts":{"bytes":10845,"imports":[{"path":"@codemirror/state","kind":"import-statement","external":true},{"path":"@codemirror/view","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"src/util/index.ts","kind":"import-statement","original":"../util"}],"format":"esm"},"src/extensions/comments.ts":{"bytes":58902,"imports":[{"path":"@codemirror/commands","kind":"import-statement","external":true},{"path":"@codemirror/state","kind":"import-statement","external":true},{"path":"@codemirror/view","kind":"import-statement","external":true},{"path":"lodash.sortby","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"src/util/index.ts","kind":"import-statement","original":"../util"},{"path":"src/extensions/selection.ts","kind":"import-statement","original":"./selection"}],"format":"esm"},"src/extensions/debug.ts":{"bytes":2222,"imports":[{"path":"@codemirror/language","kind":"import-statement","external":true},{"path":"@codemirror/state","kind":"import-statement","external":true}],"format":"esm"},"src/extensions/dnd.ts":{"bytes":3692,"imports":[{"path":"@codemirror/view","kind":"import-statement","external":true}],"format":"esm"},"src/styles/markdown.ts":{"bytes":2145,"imports":[{"path":"@dxos/ui-theme","kind":"import-statement","external":true}],"format":"esm"},"src/styles/tokens.ts":{"bytes":1693,"imports":[{"path":"@dxos/ui-theme","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true}],"format":"esm"},"src/styles/theme.ts":{"bytes":21636,"imports":[{"path":"@codemirror/view","kind":"import-statement","external":true},{"path":"src/styles/tokens.ts","kind":"import-statement","original":"./tokens"}],"format":"esm"},"src/styles/index.ts":{"bytes":622,"imports":[{"path":"src/styles/markdown.ts","kind":"import-statement","original":"./markdown"},{"path":"src/styles/theme.ts","kind":"import-statement","original":"./theme"},{"path":"src/styles/tokens.ts","kind":"import-statement","original":"./tokens"}],"format":"esm"},"src/extensions/focus.ts":{"bytes":3379,"imports":[{"path":"@codemirror/state","kind":"import-statement","external":true},{"path":"@codemirror/view","kind":"import-statement","external":true}],"format":"esm"},"src/extensions/factories.ts":{"bytes":27108,"imports":[{"path":"@codemirror/autocomplete","kind":"import-statement","external":true},{"path":"@codemirror/commands","kind":"import-statement","external":true},{"path":"@codemirror/language","kind":"import-statement","external":true},{"path":"@codemirror/search","kind":"import-statement","external":true},{"path":"@codemirror/state","kind":"import-statement","external":true},{"path":"@codemirror/view","kind":"import-statement","external":true},{"path":"@uiw/codemirror-theme-vscode","kind":"import-statement","external":true},{"path":"lodash.defaultsdeep","kind":"import-statement","external":true},{"path":"@dxos/display-name","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"src/styles/index.ts","kind":"import-statement","original":"../styles"},{"path":"src/extensions/automerge/index.ts","kind":"import-statement","original":"./automerge"},{"path":"src/extensions/awareness/index.ts","kind":"import-statement","original":"./awareness"},{"path":"src/extensions/focus.ts","kind":"import-statement","original":"./focus"}],"format":"esm"},"src/extensions/folding.ts":{"bytes":5207,"imports":[{"path":"@codemirror/language","kind":"import-statement","external":true},{"path":"@codemirror/view","kind":"import-statement","external":true},{"path":"@dxos/ui","kind":"import-statement","external":true}],"format":"esm"},"src/extensions/hashtag.ts":{"bytes":5724,"imports":[{"path":"@codemirror/view","kind":"import-statement","external":true},{"path":"@dxos/ui-theme","kind":"import-statement","external":true}],"format":"esm"},"src/extensions/json.ts":{"bytes":5503,"imports":[{"path":"@codemirror/lang-json","kind":"import-statement","external":true},{"path":"@codemirror/lint","kind":"import-statement","external":true},{"path":"ajv","kind":"import-statement","external":true}],"format":"esm"},"src/extensions/listener.ts":{"bytes":3170,"imports":[{"path":"@codemirror/view","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"src/extensions/selection.ts","kind":"import-statement","original":"./selection"}],"format":"esm"},"src/extensions/markdown/formatting.ts":{"bytes":152442,"imports":[{"path":"@codemirror/autocomplete","kind":"import-statement","external":true},{"path":"@codemirror/language","kind":"import-statement","external":true},{"path":"@codemirror/state","kind":"import-statement","external":true},{"path":"@codemirror/view","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true}],"format":"esm"},"src/extensions/markdown/action.ts":{"bytes":8090,"imports":[{"path":"src/extensions/comments.ts","kind":"import-statement","original":"../comments"},{"path":"src/extensions/markdown/formatting.ts","kind":"import-statement","original":"./formatting"}],"format":"esm"},"src/extensions/markdown/highlight.ts":{"bytes":18728,"imports":[{"path":"@codemirror/lang-markdown","kind":"import-statement","external":true},{"path":"@codemirror/language","kind":"import-statement","external":true},{"path":"@lezer/highlight","kind":"import-statement","external":true},{"path":"@lezer/markdown","kind":"import-statement","external":true},{"path":"src/styles/index.ts","kind":"import-statement","original":"../../styles"}],"format":"esm"},"src/extensions/markdown/bundle.ts":{"bytes":9637,"imports":[{"path":"@codemirror/autocomplete","kind":"import-statement","external":true},{"path":"@codemirror/commands","kind":"import-statement","external":true},{"path":"@codemirror/lang-json","kind":"import-statement","external":true},{"path":"@codemirror/lang-markdown","kind":"import-statement","external":true},{"path":"@codemirror/lang-xml","kind":"import-statement","external":true},{"path":"@codemirror/language","kind":"import-statement","external":true},{"path":"@codemirror/language-data","kind":"import-statement","external":true},{"path":"@codemirror/view","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"src/extensions/markdown/highlight.ts","kind":"import-statement","original":"./highlight"}],"format":"esm"},"src/extensions/markdown/debug.ts":{"bytes":3923,"imports":[{"path":"@codemirror/language","kind":"import-statement","external":true},{"path":"@codemirror/state","kind":"import-statement","external":true}],"format":"esm"},"src/extensions/markdown/changes.ts":{"bytes":18097,"imports":[{"path":"@codemirror/language","kind":"import-statement","external":true},{"path":"@codemirror/state","kind":"import-statement","external":true},{"path":"@codemirror/view","kind":"import-statement","external":true}],"format":"esm"},"src/extensions/markdown/image.ts":{"bytes":13156,"imports":[{"path":"@codemirror/language","kind":"import-statement","external":true},{"path":"@codemirror/state","kind":"import-statement","external":true},{"path":"@codemirror/view","kind":"import-statement","external":true},{"path":"src/extensions/focus.ts","kind":"import-statement","original":"../focus"}],"format":"esm"},"src/extensions/markdown/styles.ts":{"bytes":9794,"imports":[{"path":"@codemirror/view","kind":"import-statement","external":true},{"path":"src/styles/index.ts","kind":"import-statement","original":"../../styles"}],"format":"esm"},"src/extensions/markdown/table.ts":{"bytes":14074,"imports":[{"path":"@codemirror/language","kind":"import-statement","external":true},{"path":"@codemirror/state","kind":"import-statement","external":true},{"path":"@codemirror/view","kind":"import-statement","external":true}],"format":"esm"},"src/extensions/markdown/decorate.ts":{"bytes":70096,"imports":[{"path":"@codemirror/language","kind":"import-statement","external":true},{"path":"@codemirror/state","kind":"import-statement","external":true},{"path":"@codemirror/view","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/ui-theme","kind":"import-statement","external":true},{"path":"src/styles/index.ts","kind":"import-statement","original":"../../styles"},{"path":"src/util/index.ts","kind":"import-statement","original":"../../util"},{"path":"src/extensions/markdown/changes.ts","kind":"import-statement","original":"./changes"},{"path":"src/extensions/markdown/image.ts","kind":"import-statement","original":"./image"},{"path":"src/extensions/markdown/styles.ts","kind":"import-statement","original":"./styles"},{"path":"src/extensions/markdown/table.ts","kind":"import-statement","original":"./table"}],"format":"esm"},"src/extensions/markdown/link.ts":{"bytes":5393,"imports":[{"path":"@codemirror/language","kind":"import-statement","external":true},{"path":"@codemirror/view","kind":"import-statement","external":true},{"path":"@dxos/ui-theme","kind":"import-statement","external":true}],"format":"esm"},"src/extensions/markdown/index.ts":{"bytes":1142,"imports":[{"path":"src/extensions/markdown/action.ts","kind":"import-statement","original":"./action"},{"path":"src/extensions/markdown/bundle.ts","kind":"import-statement","original":"./bundle"},{"path":"src/extensions/markdown/debug.ts","kind":"import-statement","original":"./debug"},{"path":"src/extensions/markdown/decorate.ts","kind":"import-statement","original":"./decorate"},{"path":"src/extensions/markdown/formatting.ts","kind":"import-statement","original":"./formatting"},{"path":"src/extensions/markdown/highlight.ts","kind":"import-statement","original":"./highlight"},{"path":"src/extensions/markdown/image.ts","kind":"import-statement","original":"./image"},{"path":"src/extensions/markdown/link.ts","kind":"import-statement","original":"./link"},{"path":"src/extensions/markdown/table.ts","kind":"import-statement","original":"./table"}],"format":"esm"},"src/extensions/mention.ts":{"bytes":4387,"imports":[{"path":"@codemirror/autocomplete","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true}],"format":"esm"},"src/extensions/modal.ts":{"bytes":2169,"imports":[{"path":"@codemirror/state","kind":"import-statement","external":true}],"format":"esm"},"src/extensions/modes.ts":{"bytes":3647,"imports":[{"path":"@codemirror/view","kind":"import-statement","external":true},{"path":"@replit/codemirror-vim","kind":"import-statement","external":true},{"path":"@replit/codemirror-vscode-keymap","kind":"import-statement","external":true},{"path":"src/util/index.ts","kind":"import-statement","original":"../util"}],"format":"esm"},"src/extensions/outliner/tree.ts":{"bytes":32451,"imports":[{"path":"@codemirror/language","kind":"import-statement","external":true},{"path":"@codemirror/state","kind":"import-statement","external":true},{"path":"@codemirror/state","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true}],"format":"esm"},"src/extensions/outliner/selection.ts":{"bytes":5151,"imports":[{"path":"@codemirror/state","kind":"import-statement","external":true},{"path":"src/extensions/outliner/tree.ts","kind":"import-statement","original":"./tree"}],"format":"esm"},"src/extensions/outliner/commands.ts":{"bytes":25043,"imports":[{"path":"@codemirror/commands","kind":"import-statement","external":true},{"path":"@codemirror/language","kind":"import-statement","external":true},{"path":"@codemirror/state","kind":"import-statement","external":true},{"path":"@codemirror/view","kind":"import-statement","external":true},{"path":"src/extensions/outliner/selection.ts","kind":"import-statement","original":"./selection"},{"path":"src/extensions/outliner/tree.ts","kind":"import-statement","original":"./tree"}],"format":"esm"},"src/extensions/outliner/editor.ts":{"bytes":24156,"imports":[{"path":"@codemirror/state","kind":"import-statement","external":true},{"path":"@codemirror/view","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"src/extensions/outliner/selection.ts","kind":"import-statement","original":"./selection"},{"path":"src/extensions/outliner/tree.ts","kind":"import-statement","original":"./tree"}],"format":"esm"},"src/extensions/outliner/menu.ts":{"bytes":13336,"imports":[{"path":"@codemirror/view","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true}],"format":"esm"},"src/extensions/outliner/outliner.ts":{"bytes":16854,"imports":[{"path":"@codemirror/state","kind":"import-statement","external":true},{"path":"@codemirror/view","kind":"import-statement","external":true},{"path":"@dxos/ui-theme","kind":"import-statement","external":true},{"path":"src/extensions/markdown/index.ts","kind":"import-statement","original":"../markdown"},{"path":"src/extensions/outliner/commands.ts","kind":"import-statement","original":"./commands"},{"path":"src/extensions/outliner/editor.ts","kind":"import-statement","original":"./editor"},{"path":"src/extensions/outliner/menu.ts","kind":"import-statement","original":"./menu"},{"path":"src/extensions/outliner/selection.ts","kind":"import-statement","original":"./selection"},{"path":"src/extensions/outliner/tree.ts","kind":"import-statement","original":"./tree"}],"format":"esm"},"src/extensions/outliner/index.ts":{"bytes":636,"imports":[{"path":"src/extensions/outliner/commands.ts","kind":"import-statement","original":"./commands"},{"path":"src/extensions/outliner/outliner.ts","kind":"import-statement","original":"./outliner"},{"path":"src/extensions/outliner/tree.ts","kind":"import-statement","original":"./tree"}],"format":"esm"},"src/extensions/preview/preview.ts":{"bytes":16887,"imports":[{"path":"@codemirror/language","kind":"import-statement","external":true},{"path":"@codemirror/state","kind":"import-statement","external":true},{"path":"@codemirror/view","kind":"import-statement","external":true}],"format":"esm"},"src/extensions/preview/index.ts":{"bytes":466,"imports":[{"path":"src/extensions/preview/preview.ts","kind":"import-statement","original":"./preview"}],"format":"esm"},"src/extensions/replacer.ts":{"bytes":9076,"imports":[{"path":"@codemirror/view","kind":"import-statement","external":true}],"format":"esm"},"src/extensions/submit.ts":{"bytes":5760,"imports":[{"path":"@codemirror/state","kind":"import-statement","external":true},{"path":"@codemirror/view","kind":"import-statement","external":true}],"format":"esm"},"src/extensions/tags/extended-markdown.ts":{"bytes":6694,"imports":[{"path":"@codemirror/lang-xml","kind":"import-statement","external":true},{"path":"@lezer/common","kind":"import-statement","external":true},{"path":"src/extensions/markdown/index.ts","kind":"import-statement","original":"../markdown"}],"format":"esm"},"src/extensions/tags/streamer.ts":{"bytes":23943,"imports":[{"path":"@codemirror/state","kind":"import-statement","external":true},{"path":"@codemirror/view","kind":"import-statement","external":true},{"path":"@dxos/ui","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true}],"format":"esm"},"src/extensions/tags/xml-util.ts":{"bytes":9709,"imports":[{"path":"@dxos/invariant","kind":"import-statement","external":true}],"format":"esm"},"src/extensions/tags/xml-tags.ts":{"bytes":53230,"imports":[{"path":"@codemirror/language","kind":"import-statement","external":true},{"path":"@codemirror/state","kind":"import-statement","external":true},{"path":"@codemirror/view","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"src/util/index.ts","kind":"import-statement","original":"../../util"},{"path":"src/extensions/scrolling.ts","kind":"import-statement","original":"../scrolling"},{"path":"src/extensions/tags/xml-util.ts","kind":"import-statement","original":"./xml-util"}],"format":"esm"},"src/extensions/tags/index.ts":{"bytes":665,"imports":[{"path":"src/extensions/tags/extended-markdown.ts","kind":"import-statement","original":"./extended-markdown"},{"path":"src/extensions/tags/streamer.ts","kind":"import-statement","original":"./streamer"},{"path":"src/extensions/tags/xml-tags.ts","kind":"import-statement","original":"./xml-tags"}],"format":"esm"},"src/extensions/typewriter.ts":{"bytes":6242,"imports":[{"path":"@codemirror/view","kind":"import-statement","external":true}],"format":"esm"},"src/extensions/index.ts":{"bytes":2965,"imports":[{"path":"src/extensions/annotations.ts","kind":"import-statement","original":"./annotations"},{"path":"src/extensions/autocomplete/index.ts","kind":"import-statement","original":"./autocomplete"},{"path":"src/extensions/autoscroll.ts","kind":"import-statement","original":"./autoscroll"},{"path":"src/extensions/automerge/index.ts","kind":"import-statement","original":"./automerge"},{"path":"src/extensions/awareness/index.ts","kind":"import-statement","original":"./awareness"},{"path":"src/extensions/blast.ts","kind":"import-statement","original":"./blast"},{"path":"src/extensions/blocks.ts","kind":"import-statement","original":"./blocks"},{"path":"src/extensions/bookmarks.ts","kind":"import-statement","original":"./bookmarks"},{"path":"src/extensions/comments.ts","kind":"import-statement","original":"./comments"},{"path":"src/extensions/debug.ts","kind":"import-statement","original":"./debug"},{"path":"src/extensions/dnd.ts","kind":"import-statement","original":"./dnd"},{"path":"src/extensions/factories.ts","kind":"import-statement","original":"./factories"},{"path":"src/extensions/focus.ts","kind":"import-statement","original":"./focus"},{"path":"src/extensions/folding.ts","kind":"import-statement","original":"./folding"},{"path":"src/extensions/hashtag.ts","kind":"import-statement","original":"./hashtag"},{"path":"src/extensions/json.ts","kind":"import-statement","original":"./json"},{"path":"src/extensions/listener.ts","kind":"import-statement","original":"./listener"},{"path":"src/extensions/markdown/index.ts","kind":"import-statement","original":"./markdown"},{"path":"src/extensions/mention.ts","kind":"import-statement","original":"./mention"},{"path":"src/extensions/modal.ts","kind":"import-statement","original":"./modal"},{"path":"src/extensions/modes.ts","kind":"import-statement","original":"./modes"},{"path":"src/extensions/outliner/index.ts","kind":"import-statement","original":"./outliner"},{"path":"src/extensions/preview/index.ts","kind":"import-statement","original":"./preview"},{"path":"src/extensions/replacer.ts","kind":"import-statement","original":"./replacer"},{"path":"src/extensions/selection.ts","kind":"import-statement","original":"./selection"},{"path":"src/extensions/scrolling.ts","kind":"import-statement","original":"./scrolling"},{"path":"src/extensions/state.ts","kind":"import-statement","original":"./state"},{"path":"src/extensions/submit.ts","kind":"import-statement","original":"./submit"},{"path":"src/extensions/tags/index.ts","kind":"import-statement","original":"./tags"},{"path":"src/extensions/typewriter.ts","kind":"import-statement","original":"./typewriter"}],"format":"esm"},"src/types/types.ts":{"bytes":2669,"imports":[{"path":"effect/Schema","kind":"import-statement","external":true}],"format":"esm"},"src/types/index.ts":{"bytes":447,"imports":[{"path":"src/types/types.ts","kind":"import-statement","original":"./types"}],"format":"esm"},"src/index.ts":{"bytes":1479,"imports":[{"path":"@codemirror/state","kind":"import-statement","external":true},{"path":"@codemirror/view","kind":"import-statement","external":true},{"path":"@lezer/highlight","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/echo/model/text","kind":"import-statement","external":true},{"path":"src/defaults.ts","kind":"import-statement","original":"./defaults"},{"path":"src/extensions/index.ts","kind":"import-statement","original":"./extensions"},{"path":"src/types/index.ts","kind":"import-statement","original":"./types"},{"path":"src/util/index.ts","kind":"import-statement","original":"./util"}],"format":"esm"}},"outputs":{"dist/lib/node-esm/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":480415},"dist/lib/node-esm/index.mjs":{"imports":[{"path":"dist/lib/node-esm/chunk-YJZGD3LY.mjs","kind":"import-statement"},{"path":"@codemirror/state","kind":"import-statement","external":true},{"path":"@codemirror/view","kind":"import-statement","external":true},{"path":"@lezer/highlight","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/echo/model/text","kind":"import-statement","external":true},{"path":"@dxos/ui-theme","kind":"import-statement","external":true},{"path":"@codemirror/state","kind":"import-statement","external":true},{"path":"@codemirror/view","kind":"import-statement","external":true},{"path":"@codemirror/state","kind":"import-statement","external":true},{"path":"@codemirror/view","kind":"import-statement","external":true},{"path":"@codemirror/view","kind":"import-statement","external":true},{"path":"@codemirror/state","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@codemirror/state","kind":"import-statement","external":true},{"path":"@codemirror/view","kind":"import-statement","external":true},{"path":"@codemirror/state","kind":"import-statement","external":true},{"path":"@codemirror/view","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/ui","kind":"import-statement","external":true},{"path":"@codemirror/state","kind":"import-statement","external":true},{"path":"@codemirror/view","kind":"import-statement","external":true},{"path":"@automerge/automerge","kind":"import-statement","external":true},{"path":"@codemirror/state","kind":"import-statement","external":true},{"path":"@codemirror/view","kind":"import-statement","external":true},{"path":"@dxos/echo-db","kind":"import-statement","external":true},{"path":"@codemirror/state","kind":"import-statement","external":true},{"path":"@dxos/echo-db","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@codemirror/state","kind":"import-statement","external":true},{"path":"@automerge/automerge","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@automerge/automerge","kind":"import-statement","external":true},{"path":"@codemirror/state","kind":"import-statement","external":true},{"path":"@codemirror/state","kind":"import-statement","external":true},{"path":"@codemirror/view","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@codemirror/view","kind":"import-statement","external":true},{"path":"lodash.defaultsdeep","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@codemirror/state","kind":"import-statement","external":true},{"path":"@codemirror/view","kind":"import-statement","external":true},{"path":"@dxos/ui-theme","kind":"import-statement","external":true},{"path":"@codemirror/state","kind":"import-statement","external":true},{"path":"@codemirror/view","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@codemirror/commands","kind":"import-statement","external":true},{"path":"@codemirror/state","kind":"import-statement","external":true},{"path":"@codemirror/view","kind":"import-statement","external":true},{"path":"lodash.sortby","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@codemirror/state","kind":"import-statement","external":true},{"path":"@codemirror/view","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@codemirror/language","kind":"import-statement","external":true},{"path":"@codemirror/state","kind":"import-statement","external":true},{"path":"@codemirror/view","kind":"import-statement","external":true},{"path":"@codemirror/autocomplete","kind":"import-statement","external":true},{"path":"@codemirror/commands","kind":"import-statement","external":true},{"path":"@codemirror/language","kind":"import-statement","external":true},{"path":"@codemirror/search","kind":"import-statement","external":true},{"path":"@codemirror/state","kind":"import-statement","external":true},{"path":"@codemirror/view","kind":"import-statement","external":true},{"path":"@uiw/codemirror-theme-vscode","kind":"import-statement","external":true},{"path":"lodash.defaultsdeep","kind":"import-statement","external":true},{"path":"@dxos/display-name","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@dxos/ui-theme","kind":"import-statement","external":true},{"path":"@codemirror/view","kind":"import-statement","external":true},{"path":"@dxos/ui-theme","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@codemirror/state","kind":"import-statement","external":true},{"path":"@codemirror/view","kind":"import-statement","external":true},{"path":"@codemirror/language","kind":"import-statement","external":true},{"path":"@codemirror/view","kind":"import-statement","external":true},{"path":"@dxos/ui","kind":"import-statement","external":true},{"path":"@codemirror/view","kind":"import-statement","external":true},{"path":"@dxos/ui-theme","kind":"import-statement","external":true},{"path":"@codemirror/lang-json","kind":"import-statement","external":true},{"path":"@codemirror/lint","kind":"import-statement","external":true},{"path":"ajv","kind":"import-statement","external":true},{"path":"@codemirror/view","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@codemirror/autocomplete","kind":"import-statement","external":true},{"path":"@codemirror/language","kind":"import-statement","external":true},{"path":"@codemirror/state","kind":"import-statement","external":true},{"path":"@codemirror/view","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@codemirror/autocomplete","kind":"import-statement","external":true},{"path":"@codemirror/commands","kind":"import-statement","external":true},{"path":"@codemirror/lang-json","kind":"import-statement","external":true},{"path":"@codemirror/lang-markdown","kind":"import-statement","external":true},{"path":"@codemirror/lang-xml","kind":"import-statement","external":true},{"path":"@codemirror/language","kind":"import-statement","external":true},{"path":"@codemirror/language-data","kind":"import-statement","external":true},{"path":"@codemirror/view","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@codemirror/lang-markdown","kind":"import-statement","external":true},{"path":"@codemirror/language","kind":"import-statement","external":true},{"path":"@lezer/highlight","kind":"import-statement","external":true},{"path":"@lezer/markdown","kind":"import-statement","external":true},{"path":"@codemirror/language","kind":"import-statement","external":true},{"path":"@codemirror/state","kind":"import-statement","external":true},{"path":"@codemirror/language","kind":"import-statement","external":true},{"path":"@codemirror/state","kind":"import-statement","external":true},{"path":"@codemirror/view","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/ui-theme","kind":"import-statement","external":true},{"path":"@codemirror/language","kind":"import-statement","external":true},{"path":"@codemirror/state","kind":"import-statement","external":true},{"path":"@codemirror/view","kind":"import-statement","external":true},{"path":"@codemirror/language","kind":"import-statement","external":true},{"path":"@codemirror/state","kind":"import-statement","external":true},{"path":"@codemirror/view","kind":"import-statement","external":true},{"path":"@codemirror/view","kind":"import-statement","external":true},{"path":"@codemirror/language","kind":"import-statement","external":true},{"path":"@codemirror/state","kind":"import-statement","external":true},{"path":"@codemirror/view","kind":"import-statement","external":true},{"path":"@codemirror/language","kind":"import-statement","external":true},{"path":"@codemirror/view","kind":"import-statement","external":true},{"path":"@dxos/ui-theme","kind":"import-statement","external":true},{"path":"@codemirror/autocomplete","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@codemirror/state","kind":"import-statement","external":true},{"path":"@codemirror/view","kind":"import-statement","external":true},{"path":"@replit/codemirror-vim","kind":"import-statement","external":true},{"path":"@replit/codemirror-vscode-keymap","kind":"import-statement","external":true},{"path":"@codemirror/commands","kind":"import-statement","external":true},{"path":"@codemirror/language","kind":"import-statement","external":true},{"path":"@codemirror/state","kind":"import-statement","external":true},{"path":"@codemirror/view","kind":"import-statement","external":true},{"path":"@codemirror/state","kind":"import-statement","external":true},{"path":"@codemirror/language","kind":"import-statement","external":true},{"path":"@codemirror/state","kind":"import-statement","external":true},{"path":"@codemirror/state","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@codemirror/state","kind":"import-statement","external":true},{"path":"@codemirror/view","kind":"import-statement","external":true},{"path":"@dxos/ui-theme","kind":"import-statement","external":true},{"path":"@codemirror/state","kind":"import-statement","external":true},{"path":"@codemirror/view","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@codemirror/view","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@codemirror/language","kind":"import-statement","external":true},{"path":"@codemirror/state","kind":"import-statement","external":true},{"path":"@codemirror/view","kind":"import-statement","external":true},{"path":"@codemirror/view","kind":"import-statement","external":true},{"path":"@codemirror/state","kind":"import-statement","external":true},{"path":"@codemirror/view","kind":"import-statement","external":true},{"path":"@codemirror/lang-xml","kind":"import-statement","external":true},{"path":"@lezer/common","kind":"import-statement","external":true},{"path":"@codemirror/state","kind":"import-statement","external":true},{"path":"@codemirror/view","kind":"import-statement","external":true},{"path":"@dxos/ui","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@codemirror/language","kind":"import-statement","external":true},{"path":"@codemirror/state","kind":"import-statement","external":true},{"path":"@codemirror/view","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@codemirror/view","kind":"import-statement","external":true}],"exports":["Cursor","EditorInputMode","EditorInputModes","EditorState","EditorView","EditorViewMode","EditorViewModes","Inline","InputModeExtensions","List","PlaceholderWidget","RemoteSelectionsDecorator","SpaceAwarenessProvider","TextKind","Tree","addBlockquote","addBookmark","addCodeblock","addLink","addList","addStyle","annotations","autoScroll","autocomplete","automerge","awareness","awarenessProvider","blast","blocks","bookmarks","clearBookmarks","clientRectsFor","commands","commentClickedEffect","comments","commentsState","convertTreeToJson","createBasicExtensions","createComment","createDataExtensions","createEditorStateStore","createEditorStateTransaction","createExternalCommentSync","createJsonExtensions","createMarkdownExtensions","createThemeExtensions","debugDispatcher","debugNodeLogger","debugTree","decorateMarkdown","decorationSetToArray","defaultExtensions","defaultOptions","defaultReplacements","defaultStyles","defaultThemeSlots","deleteItem","documentId","dropFile","editorInputMode","editorSlots","editorWidth","editorWithToolbarLayout","extendedMarkdown","filterChars","flattenRect","focus","focusField","folding","formattingEquals","formattingKeymap","formattingListener","fullWidth","getFormatting","getLinkRef","getListItemContent","getRange","getXmlTextChild","grow","hashtag","image","indentItemLess","indentItemMore","initialSync","insertAtCursor","insertAtLineStart","insertTable","itemToJSON","join","keymap","linkTooltip","listItemToString","listener","logChanges","markdownHighlightStyle","markdownTags","markdownTagsExtensions","matchCompletion","mention","modalStateEffect","modalStateField","moveItemDown","moveItemUp","navigateNextEffect","navigatePreviousEffect","outliner","outlinerTree","overlap","placeholder","preview","processEditorPayload","removeBlockquote","removeBookmark","removeCodeblock","removeLink","removeList","removeStyle","replacer","scrollThreadIntoView","scrollToBottomEffect","scrollToLine","scrollToLineEffect","selectionState","setBlockquote","setComments","setHeading","setSelection","setStyle","singleValueFacet","smoothScroll","stackItemContentEditorClassNames","staticCompletion","streamer","submit","tabbable","table","tags","textRange","toggleBlockquote","toggleCodeblock","toggleEmphasis","toggleInlineCode","toggleList","toggleStrikethrough","toggleStrong","toggleStyle","toggleTask","traverse","treeFacet","typeahead","typewriter","wrapWithCatch","xmlTagContextEffect","xmlTagResetEffect","xmlTagUpdateEffect","xmlTags"],"entryPoint":"src/index.ts","inputs":{"src/index.ts":{"bytesInOutput":269},"src/defaults.ts":{"bytesInOutput":603},"src/extensions/annotations.ts":{"bytesInOutput":1135},"src/extensions/autocomplete/autocomplete.ts":{"bytesInOutput":2775},"src/extensions/autocomplete/match.ts":{"bytesInOutput":684},"src/extensions/autocomplete/placeholder.ts":{"bytesInOutput":2505},"src/util/facet.ts":{"bytesInOutput":201},"src/util/cursor.ts":{"bytesInOutput":909},"src/util/decorations.ts":{"bytesInOutput":244},"src/util/debug.ts":{"bytesInOutput":1055},"src/util/dom.ts":{"bytesInOutput":609},"src/util/util.ts":{"bytesInOutput":656},"src/extensions/autocomplete/typeahead.ts":{"bytesInOutput":1682},"src/extensions/autoscroll.ts":{"bytesInOutput":4078},"src/extensions/scrolling.ts":{"bytesInOutput":3085},"src/extensions/automerge/automerge.ts":{"bytesInOutput":2297},"src/extensions/state.ts":{"bytesInOutput":109},"src/extensions/automerge/cursor.ts":{"bytesInOutput":757},"src/extensions/automerge/defs.ts":{"bytesInOutput":445},"src/extensions/automerge/sync.ts":{"bytesInOutput":1744},"src/extensions/automerge/update-automerge.ts":{"bytesInOutput":856},"src/extensions/automerge/update-codemirror.ts":{"bytesInOutput":2416},"src/extensions/automerge/index.ts":{"bytesInOutput":0},"src/extensions/awareness/awareness.ts":{"bytesInOutput":7138},"src/extensions/awareness/awareness-provider.ts":{"bytesInOutput":2708},"src/extensions/blast.ts":{"bytesInOutput":8601},"src/extensions/blocks.ts":{"bytesInOutput":3083},"src/extensions/bookmarks.ts":{"bytesInOutput":1875},"src/extensions/comments.ts":{"bytesInOutput":13238},"src/extensions/selection.ts":{"bytesInOutput":2641},"src/extensions/debug.ts":{"bytesInOutput":389},"src/extensions/dnd.ts":{"bytesInOutput":823},"src/extensions/factories.ts":{"bytesInOutput":6153},"src/styles/markdown.ts":{"bytesInOutput":404},"src/styles/theme.ts":{"bytesInOutput":5737},"src/styles/tokens.ts":{"bytesInOutput":290},"src/extensions/focus.ts":{"bytesInOutput":771},"src/extensions/folding.ts":{"bytesInOutput":893},"src/extensions/hashtag.ts":{"bytesInOutput":1232},"src/extensions/json.ts":{"bytesInOutput":1052},"src/extensions/listener.ts":{"bytesInOutput":612},"src/extensions/markdown/formatting.ts":{"bytesInOutput":35271},"src/extensions/markdown/action.ts":{"bytesInOutput":1462},"src/extensions/markdown/bundle.ts":{"bytesInOutput":2271},"src/extensions/markdown/highlight.ts":{"bytesInOutput":4133},"src/extensions/markdown/debug.ts":{"bytesInOutput":785},"src/extensions/markdown/decorate.ts":{"bytesInOutput":16608},"src/extensions/markdown/changes.ts":{"bytesInOutput":4055},"src/extensions/markdown/image.ts":{"bytesInOutput":2848},"src/extensions/markdown/styles.ts":{"bytesInOutput":2640},"src/extensions/markdown/table.ts":{"bytesInOutput":3131},"src/extensions/markdown/link.ts":{"bytesInOutput":1231},"src/extensions/mention.ts":{"bytesInOutput":1032},"src/extensions/modal.ts":{"bytesInOutput":413},"src/extensions/modes.ts":{"bytesInOutput":733},"src/extensions/outliner/commands.ts":{"bytesInOutput":5776},"src/extensions/outliner/selection.ts":{"bytesInOutput":910},"src/extensions/outliner/tree.ts":{"bytesInOutput":7758},"src/extensions/outliner/outliner.ts":{"bytesInOutput":3243},"src/extensions/outliner/editor.ts":{"bytesInOutput":5350},"src/extensions/outliner/menu.ts":{"bytesInOutput":2607},"src/extensions/preview/preview.ts":{"bytesInOutput":3734},"src/extensions/replacer.ts":{"bytesInOutput":1837},"src/extensions/submit.ts":{"bytesInOutput":1198},"src/extensions/tags/extended-markdown.ts":{"bytesInOutput":1421},"src/extensions/tags/streamer.ts":{"bytesInOutput":5172},"src/extensions/tags/xml-tags.ts":{"bytesInOutput":12064},"src/extensions/tags/xml-util.ts":{"bytesInOutput":2238},"src/extensions/typewriter.ts":{"bytesInOutput":1339}},"bytes":223758},"dist/lib/node-esm/types/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":93},"dist/lib/node-esm/types/index.mjs":{"imports":[{"path":"dist/lib/node-esm/chunk-YJZGD3LY.mjs","kind":"import-statement"}],"exports":["EditorInputMode","EditorInputModes","EditorViewMode","EditorViewModes"],"entryPoint":"src/types/index.ts","inputs":{},"bytes":330},"dist/lib/node-esm/chunk-YJZGD3LY.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1542},"dist/lib/node-esm/chunk-YJZGD3LY.mjs":{"imports":[{"path":"effect/Schema","kind":"import-statement","external":true}],"exports":["EditorInputMode","EditorInputModes","EditorViewMode","EditorViewModes"],"inputs":{"src/types/types.ts":{"bytesInOutput":351},"src/types/index.ts":{"bytesInOutput":0}},"bytes":598}}}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { createRequire } from 'node:module';const require = createRequire(import.meta.url);
|
|
2
|
+
import {
|
|
3
|
+
EditorInputMode,
|
|
4
|
+
EditorInputModes,
|
|
5
|
+
EditorViewMode,
|
|
6
|
+
EditorViewModes
|
|
7
|
+
} from "../chunk-YJZGD3LY.mjs";
|
|
8
|
+
export {
|
|
9
|
+
EditorInputMode,
|
|
10
|
+
EditorInputModes,
|
|
11
|
+
EditorViewMode,
|
|
12
|
+
EditorViewModes
|
|
13
|
+
};
|
|
14
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { type ThemeExtensionsOptions } from './extensions';
|
|
2
|
+
/**
|
|
3
|
+
* CodeMirror content width.
|
|
4
|
+
* 40rem = 640px. Corresponds to initial plank width (Google docs, Stashpad, etc.)
|
|
5
|
+
* 50rem = 800px. Maximum content width for solo mode.
|
|
6
|
+
* NOTE: Max width - 4rem = 2rem left/right margin (or 2rem gutter plus 1rem left/right margin).
|
|
7
|
+
*/
|
|
8
|
+
export declare const editorWidth = "!mli-auto is-full max-is-[min(50rem,100%-4rem)]";
|
|
9
|
+
export declare const editorSlots: ThemeExtensionsOptions['slots'];
|
|
10
|
+
export declare const editorWithToolbarLayout = "grid grid-cols-1 grid-rows-[min-content_1fr] data-[toolbar=disabled]:grid-rows-[1fr] justify-center content-start overflow-hidden";
|
|
11
|
+
export declare const stackItemContentEditorClassNames: (role?: string) => string;
|
|
12
|
+
//# sourceMappingURL=defaults.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"defaults.d.ts","sourceRoot":"","sources":["../../../src/defaults.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,sBAAsB,EAAE,MAAM,cAAc,CAAC;AAE3D;;;;;GAKG;AACH,eAAO,MAAM,WAAW,oDAAoD,CAAC;AAE7E,eAAO,MAAM,WAAW,EAAE,sBAAsB,CAAC,OAAO,CAOvD,CAAC;AAEF,eAAO,MAAM,uBAAuB,sIACiG,CAAC;AAGtI,eAAO,MAAM,gCAAgC,GAAI,OAAO,MAAM,WAI3D,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"annotations.d.ts","sourceRoot":"","sources":["../../../../src/extensions/annotations.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,SAAS,EAAmB,MAAM,mBAAmB,CAAC;AAKpE,MAAM,MAAM,iBAAiB,GAAG;IAC9B,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,WAAW,GAAI,YAAW,iBAAsB,KAAG,SAsC/D,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { type Extension } from '@codemirror/state';
|
|
2
|
+
export type AutocompleteOptions = {
|
|
3
|
+
/**
|
|
4
|
+
* Function that returns a list of suggestions based on the current text.
|
|
5
|
+
* @param text The current text before the cursor
|
|
6
|
+
* @returns Array of suggestion strings
|
|
7
|
+
*/
|
|
8
|
+
onSuggest?: (text: string) => string[];
|
|
9
|
+
};
|
|
10
|
+
/**
|
|
11
|
+
* Creates an autocomplete extension that shows inline suggestions.
|
|
12
|
+
* Pressing Tab will complete the suggestion.
|
|
13
|
+
*
|
|
14
|
+
* @deprecated Use typeahead.
|
|
15
|
+
*/
|
|
16
|
+
export declare const autocomplete: ({ onSuggest }?: AutocompleteOptions) => Extension;
|
|
17
|
+
//# sourceMappingURL=autocomplete.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"autocomplete.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/autocomplete/autocomplete.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,SAAS,EAAQ,MAAM,mBAAmB,CAAC;AAWzD,MAAM,MAAM,mBAAmB,GAAG;IAChC;;;;OAIG;IACH,SAAS,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,MAAM,EAAE,CAAC;CACxC,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,YAAY,GAAI,gBAAe,mBAAwB,KAAG,SAuGtE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/autocomplete/index.ts"],"names":[],"mappings":"AAIA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export type CompoetionContext = {
|
|
2
|
+
line: string;
|
|
3
|
+
};
|
|
4
|
+
export type CompletionOptions = {
|
|
5
|
+
default?: string;
|
|
6
|
+
minLength?: number;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Util to match current line to a static list of completions.
|
|
10
|
+
*/
|
|
11
|
+
export declare const staticCompletion: (completions: string[], options?: CompletionOptions) => ({ line }: CompoetionContext) => string | undefined;
|
|
12
|
+
export declare const matchCompletion: (completion: string, str: string, minLength?: number) => string | undefined;
|
|
13
|
+
//# sourceMappingURL=match.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"match.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/autocomplete/match.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,iBAAiB,GAAG;IAAE,IAAI,EAAE,MAAM,CAAA;CAAE,CAAC;AAEjD,MAAM,MAAM,iBAAiB,GAAG;IAC9B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,gBAAgB,GAC1B,aAAa,MAAM,EAAE,EAAE,UAAS,iBAAsB,MACtD,UAAU,iBAAiB,uBAiB3B,CAAC;AAEJ,eAAO,MAAM,eAAe,GAAI,YAAY,MAAM,EAAE,KAAK,MAAM,EAAE,kBAAa,KAAG,MAAM,GAAG,SAUzF,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { type Extension } from '@codemirror/state';
|
|
2
|
+
import { EditorView, WidgetType } from '@codemirror/view';
|
|
3
|
+
type Content = string | HTMLElement | ((view: EditorView) => HTMLElement);
|
|
4
|
+
export type PlaceholderOptions = {
|
|
5
|
+
content: Content;
|
|
6
|
+
delay?: number;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Shows a transient placeholder at the current cursor position.
|
|
10
|
+
*/
|
|
11
|
+
export declare const placeholder: ({ content, delay }: PlaceholderOptions) => Extension;
|
|
12
|
+
export declare class PlaceholderWidget extends WidgetType {
|
|
13
|
+
readonly content: Content;
|
|
14
|
+
constructor(content: Content);
|
|
15
|
+
toDOM(view: EditorView): HTMLSpanElement;
|
|
16
|
+
coordsAt(dom: HTMLElement): import("../..").Rect | null;
|
|
17
|
+
ignoreEvent(): boolean;
|
|
18
|
+
}
|
|
19
|
+
export {};
|
|
20
|
+
//# sourceMappingURL=placeholder.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"placeholder.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/autocomplete/placeholder.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAAc,UAAU,EAA+B,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAInG,KAAK,OAAO,GAAG,MAAM,GAAG,WAAW,GAAG,CAAC,CAAC,IAAI,EAAE,UAAU,KAAK,WAAW,CAAC,CAAC;AAE1E,MAAM,MAAM,kBAAkB,GAAG;IAC/B,OAAO,EAAE,OAAO,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,WAAW,GAAI,oBAA4B,kBAAkB,KAAG,SAiD5E,CAAC;AAEF,qBAAa,iBAAkB,SAAQ,UAAU;IACnC,QAAQ,CAAC,OAAO,EAAE,OAAO;gBAAhB,OAAO,EAAE,OAAO;IAIrC,KAAK,CAAC,IAAI,EAAE,UAAU;IAgBb,QAAQ,CAAC,GAAG,EAAE,WAAW;IAqBzB,WAAW;CAGrB"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { type Extension } from '@codemirror/state';
|
|
2
|
+
import { type CompoetionContext } from './match';
|
|
3
|
+
export type TypeaheadOptions = {
|
|
4
|
+
onComplete?: (context: CompoetionContext) => string | undefined;
|
|
5
|
+
};
|
|
6
|
+
/**
|
|
7
|
+
* Shows a completion placeholder.
|
|
8
|
+
*/
|
|
9
|
+
export declare const typeahead: ({ onComplete }?: TypeaheadOptions) => Extension;
|
|
10
|
+
//# sourceMappingURL=typeahead.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"typeahead.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/autocomplete/typeahead.ts"],"names":[],"mappings":"AAIA,OAAO,EAAmB,KAAK,SAAS,EAAyB,MAAM,mBAAmB,CAAC;AAW3F,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAIjD,MAAM,MAAM,gBAAgB,GAAG;IAC7B,UAAU,CAAC,EAAE,CAAC,OAAO,EAAE,iBAAiB,KAAK,MAAM,GAAG,SAAS,CAAC;CACjE,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,SAAS,GAAI,iBAAgB,gBAAqB,KAAG,SA4DjE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"automerge.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/automerge/automerge.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,KAAK,SAAS,EAA2B,MAAM,mBAAmB,CAAC;AAG5E,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAS5C,eAAO,MAAM,SAAS,GAAI,UAAU,WAAW,KAAG,SAqFjD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"automerge.test.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/automerge/automerge.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cursor.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/automerge/cursor.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,WAAW,EAAwB,MAAM,eAAe,CAAC;AAGvE,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,YAAY,CAAC;AAElD,eAAO,MAAM,eAAe,GAAI,UAAU,WAAW,KAAG,eAkBtD,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { type Heads, type Prop } from '@automerge/automerge';
|
|
2
|
+
import { type EditorState, StateEffect, type StateField, type Transaction } from '@codemirror/state';
|
|
3
|
+
export type State = {
|
|
4
|
+
path: Prop[];
|
|
5
|
+
lastHeads: Heads;
|
|
6
|
+
unreconciledTransactions: Transaction[];
|
|
7
|
+
};
|
|
8
|
+
export declare const getPath: (state: EditorState, field: StateField<State>) => Prop[];
|
|
9
|
+
export declare const getLastHeads: (state: EditorState, field: StateField<State>) => Heads;
|
|
10
|
+
export type UpdateHeads = {
|
|
11
|
+
newHeads: Heads;
|
|
12
|
+
};
|
|
13
|
+
export declare const updateHeadsEffect: import("@codemirror/state").StateEffectType<UpdateHeads>;
|
|
14
|
+
export declare const updateHeads: (newHeads: Heads) => StateEffect<UpdateHeads>;
|
|
15
|
+
export declare const reconcileAnnotation: import("@codemirror/state").AnnotationType<boolean>;
|
|
16
|
+
export declare const isReconcile: (tr: Transaction) => boolean;
|
|
17
|
+
//# sourceMappingURL=defs.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"defs.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/automerge/defs.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,KAAK,EAAE,KAAK,IAAI,EAAE,MAAM,sBAAsB,CAAC;AAC7D,OAAO,EAAc,KAAK,WAAW,EAAE,WAAW,EAAE,KAAK,UAAU,EAAE,KAAK,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAEjH,MAAM,MAAM,KAAK,GAAG;IAClB,IAAI,EAAE,IAAI,EAAE,CAAC;IACb,SAAS,EAAE,KAAK,CAAC;IACjB,wBAAwB,EAAE,WAAW,EAAE,CAAC;CACzC,CAAC;AAEF,eAAO,MAAM,OAAO,GAAI,OAAO,WAAW,EAAE,OAAO,UAAU,CAAC,KAAK,CAAC,KAAG,IAAI,EAA6B,CAAC;AACzG,eAAO,MAAM,YAAY,GAAI,OAAO,WAAW,EAAE,OAAO,UAAU,CAAC,KAAK,CAAC,KAAG,KAAqC,CAAC;AAElH,MAAM,MAAM,WAAW,GAAG;IACxB,QAAQ,EAAE,KAAK,CAAC;CACjB,CAAC;AAEF,eAAO,MAAM,iBAAiB,0DAAsC,CAAC;AAErE,eAAO,MAAM,WAAW,GAAI,UAAU,KAAK,KAAG,WAAW,CAAC,WAAW,CAAuC,CAAC;AAE7G,eAAO,MAAM,mBAAmB,qDAA+B,CAAC;AAEhE,eAAO,MAAM,WAAW,GAAI,IAAI,WAAW,KAAG,OAE7C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/automerge/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { type StateField } from '@codemirror/state';
|
|
2
|
+
import { type EditorView } from '@codemirror/view';
|
|
3
|
+
import { type IDocHandle } from '@dxos/echo-db';
|
|
4
|
+
import { type State } from './defs';
|
|
5
|
+
/**
|
|
6
|
+
* Implements three-way merge (on each mutation).
|
|
7
|
+
*/
|
|
8
|
+
export declare class Syncer {
|
|
9
|
+
private readonly _handle;
|
|
10
|
+
private readonly _state;
|
|
11
|
+
private _pending;
|
|
12
|
+
constructor(_handle: IDocHandle, _state: StateField<State>);
|
|
13
|
+
reconcile(view: EditorView, editor: boolean): void;
|
|
14
|
+
private onEditorChange;
|
|
15
|
+
private onAutomergeChange;
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=sync.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sync.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/automerge/sync.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAEnD,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,eAAe,CAAC;AAGhD,OAAO,EAAE,KAAK,KAAK,EAAwE,MAAM,QAAQ,CAAC;AAI1G;;GAEG;AACH,qBAAa,MAAM;IAKf,OAAO,CAAC,QAAQ,CAAC,OAAO;IACxB,OAAO,CAAC,QAAQ,CAAC,MAAM;IALzB,OAAO,CAAC,QAAQ,CAAS;gBAIN,OAAO,EAAE,UAAU,EACnB,MAAM,EAAE,UAAU,CAAC,KAAK,CAAC;IAG5C,SAAS,CAAC,IAAI,EAAE,UAAU,EAAE,MAAM,EAAE,OAAO,GAAG,IAAI;IAclD,OAAO,CAAC,cAAc;IAetB,OAAO,CAAC,iBAAiB;CAoB1B"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { type Heads } from '@automerge/automerge';
|
|
2
|
+
import { type EditorState, type StateField, type Transaction } from '@codemirror/state';
|
|
3
|
+
import { type IDocHandle } from '@dxos/echo-db';
|
|
4
|
+
import { type State } from './defs';
|
|
5
|
+
export declare const updateAutomerge: (field: StateField<State>, handle: IDocHandle, transactions: Transaction[], state: EditorState) => Heads | undefined;
|
|
6
|
+
//# sourceMappingURL=update-automerge.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-automerge.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/automerge/update-automerge.ts"],"names":[],"mappings":"AAMA,OAAO,EAAa,KAAK,KAAK,EAAE,MAAM,sBAAsB,CAAC;AAC7D,OAAO,EAAE,KAAK,WAAW,EAAE,KAAK,UAAU,EAAa,KAAK,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAEnG,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,eAAe,CAAC;AAEhD,OAAO,EAAE,KAAK,KAAK,EAAE,MAAM,QAAQ,CAAC;AAEpC,eAAO,MAAM,eAAe,GAC1B,OAAO,UAAU,CAAC,KAAK,CAAC,EACxB,QAAQ,UAAU,EAClB,cAAc,WAAW,EAAE,EAC3B,OAAO,WAAW,KACjB,KAAK,GAAG,SA+BV,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { type Patch, type Prop } from '@automerge/automerge';
|
|
2
|
+
import { type EditorSelection } from '@codemirror/state';
|
|
3
|
+
import { type EditorView } from '@codemirror/view';
|
|
4
|
+
export declare const updateCodeMirror: (view: EditorView, selection: EditorSelection, target: Prop[], patches: Patch[]) => void;
|
|
5
|
+
//# sourceMappingURL=update-codemirror.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-codemirror.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/automerge/update-codemirror.ts"],"names":[],"mappings":"AAMA,OAAO,EAGL,KAAK,KAAK,EACV,KAAK,IAAI,EAGV,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAA8B,KAAK,eAAe,EAAoB,MAAM,mBAAmB,CAAC;AACvG,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAInD,eAAO,MAAM,gBAAgB,GAAI,MAAM,UAAU,EAAE,WAAW,eAAe,EAAE,QAAQ,IAAI,EAAE,EAAE,SAAS,KAAK,EAAE,SAiB9G,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { EditorView } from '@codemirror/view';
|
|
2
|
+
export declare const scrollToBottomEffect: import("@codemirror/state").StateEffectType<ScrollBehavior | undefined>;
|
|
3
|
+
export type AutoScrollOptions = {
|
|
4
|
+
/** Auto-scroll when reaches the bottom. */
|
|
5
|
+
autoScroll?: boolean;
|
|
6
|
+
/** Threshold in px to trigger scroll from bottom. */
|
|
7
|
+
threshold?: number;
|
|
8
|
+
/** Throttle time in ms. */
|
|
9
|
+
throttleDelay?: number;
|
|
10
|
+
/** Callback when auto-scrolling. */
|
|
11
|
+
onAutoScroll?: (props: {
|
|
12
|
+
view: EditorView;
|
|
13
|
+
distanceFromBottom: number;
|
|
14
|
+
}) => boolean | void;
|
|
15
|
+
};
|
|
16
|
+
/**
|
|
17
|
+
* Extension that supports pinning the scroll position and automatically scrolls to the bottom when content is added.
|
|
18
|
+
*/
|
|
19
|
+
export declare const autoScroll: ({ autoScroll, threshold, throttleDelay, onAutoScroll, }?: Partial<AutoScrollOptions>) => import("@codemirror/state").Extension[];
|
|
20
|
+
//# sourceMappingURL=autoscroll.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"autoscroll.d.ts","sourceRoot":"","sources":["../../../../src/extensions/autoscroll.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,UAAU,EAAc,MAAM,kBAAkB,CAAC;AAQ1D,eAAO,MAAM,oBAAoB,yEAAmD,CAAC;AAErF,MAAM,MAAM,iBAAiB,GAAG;IAC9B,2CAA2C;IAC3C,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,qDAAqD;IACrD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,2BAA2B;IAC3B,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,oCAAoC;IACpC,YAAY,CAAC,EAAE,CAAC,KAAK,EAAE;QAAE,IAAI,EAAE,UAAU,CAAC;QAAC,kBAAkB,EAAE,MAAM,CAAA;KAAE,KAAK,OAAO,GAAG,IAAI,CAAC;CAC5F,CAAC;AAEF;;GAEG;AAEH,eAAO,MAAM,UAAU,GAAI,0DAKxB,OAAO,CAAC,iBAAiB,CAAM,4CAiIjC,CAAC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { Event } from '@dxos/async';
|
|
2
|
+
import { type Messenger } from '@dxos/protocols';
|
|
3
|
+
import { type AwarenessInfo, type AwarenessPosition, type AwarenessProvider, type AwarenessState } from './awareness';
|
|
4
|
+
export type AwarenessProviderProps = {
|
|
5
|
+
messenger: Messenger;
|
|
6
|
+
channel: string;
|
|
7
|
+
peerId: string;
|
|
8
|
+
info: AwarenessInfo;
|
|
9
|
+
};
|
|
10
|
+
/**
|
|
11
|
+
* Receives and broadcasts profile and cursor position.
|
|
12
|
+
*/
|
|
13
|
+
export declare class SpaceAwarenessProvider implements AwarenessProvider {
|
|
14
|
+
private readonly _remoteStates;
|
|
15
|
+
private readonly _messenger;
|
|
16
|
+
private readonly _channel;
|
|
17
|
+
private readonly _peerId;
|
|
18
|
+
private readonly _info;
|
|
19
|
+
private _ctx?;
|
|
20
|
+
private _postTask?;
|
|
21
|
+
private _localState?;
|
|
22
|
+
readonly remoteStateChange: Event<void>;
|
|
23
|
+
constructor({ messenger, channel, peerId, info }: AwarenessProviderProps);
|
|
24
|
+
open(): void;
|
|
25
|
+
close(): void;
|
|
26
|
+
getRemoteStates(): AwarenessState[];
|
|
27
|
+
update(position: AwarenessPosition | undefined): void;
|
|
28
|
+
private _handleQueryMessage;
|
|
29
|
+
private _handlePostMessage;
|
|
30
|
+
}
|
|
31
|
+
//# sourceMappingURL=awareness-provider.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"awareness-provider.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/awareness/awareness-provider.ts"],"names":[],"mappings":"AAIA,OAAO,EAAgB,KAAK,EAAS,MAAM,aAAa,CAAC;AAIzD,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAGjD,OAAO,EAAE,KAAK,aAAa,EAAE,KAAK,iBAAiB,EAAE,KAAK,iBAAiB,EAAE,KAAK,cAAc,EAAE,MAAM,aAAa,CAAC;AAatH,MAAM,MAAM,sBAAsB,GAAG;IACnC,SAAS,EAAE,SAAS,CAAC;IACrB,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,aAAa,CAAC;CACrB,CAAC;AAEF;;GAEG;AACH,qBAAa,sBAAuB,YAAW,iBAAiB;IAC9D,OAAO,CAAC,QAAQ,CAAC,aAAa,CAAqC;IAEnE,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAY;IACvC,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAS;IAClC,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAS;IACjC,OAAO,CAAC,QAAQ,CAAC,KAAK,CAAgB;IAEtC,OAAO,CAAC,IAAI,CAAC,CAAU;IACvB,OAAO,CAAC,SAAS,CAAC,CAAe;IACjC,OAAO,CAAC,WAAW,CAAC,CAAiB;IAErC,SAAgB,iBAAiB,cAAqB;gBAE1C,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,EAAE,IAAI,EAAE,EAAE,sBAAsB;IAOxE,IAAI,IAAI,IAAI;IAuCZ,KAAK,IAAI,IAAI;IAMb,eAAe,IAAI,cAAc,EAAE;IAInC,MAAM,CAAC,QAAQ,EAAE,iBAAiB,GAAG,SAAS,GAAG,IAAI;IAWrD,OAAO,CAAC,mBAAmB;IAK3B,OAAO,CAAC,kBAAkB;CAM3B"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { type Extension } from '@codemirror/state';
|
|
2
|
+
import { type DecorationSet, EditorView, type PluginValue, type ViewUpdate } from '@codemirror/view';
|
|
3
|
+
import { Event } from '@dxos/async';
|
|
4
|
+
export interface AwarenessProvider {
|
|
5
|
+
remoteStateChange: Event<void>;
|
|
6
|
+
open(): void;
|
|
7
|
+
close(): void;
|
|
8
|
+
getRemoteStates(): AwarenessState[];
|
|
9
|
+
update(position: AwarenessPosition | undefined): void;
|
|
10
|
+
}
|
|
11
|
+
export declare const awarenessProvider: import("@codemirror/state").Facet<AwarenessProvider, AwarenessProvider>;
|
|
12
|
+
export type AwarenessPosition = {
|
|
13
|
+
anchor?: string;
|
|
14
|
+
head?: string;
|
|
15
|
+
};
|
|
16
|
+
export type AwarenessInfo = {
|
|
17
|
+
displayName: string;
|
|
18
|
+
darkColor: string;
|
|
19
|
+
lightColor: string;
|
|
20
|
+
};
|
|
21
|
+
export type AwarenessState = {
|
|
22
|
+
position?: AwarenessPosition;
|
|
23
|
+
peerId: string;
|
|
24
|
+
info: AwarenessInfo;
|
|
25
|
+
};
|
|
26
|
+
/**
|
|
27
|
+
* Extension provides presence information about other peers.
|
|
28
|
+
*/
|
|
29
|
+
export declare const awareness: (provider?: AwarenessProvider) => Extension;
|
|
30
|
+
/**
|
|
31
|
+
* Generates selection decorations from remote peers.
|
|
32
|
+
*/
|
|
33
|
+
export declare class RemoteSelectionsDecorator implements PluginValue {
|
|
34
|
+
private readonly _ctx;
|
|
35
|
+
private readonly _cursorConverter;
|
|
36
|
+
private readonly _provider;
|
|
37
|
+
private _lastAnchor?;
|
|
38
|
+
private _lastHead?;
|
|
39
|
+
decorations: DecorationSet;
|
|
40
|
+
constructor(view: EditorView);
|
|
41
|
+
destroy(): void;
|
|
42
|
+
update(update: ViewUpdate): void;
|
|
43
|
+
private _updateLocalSelection;
|
|
44
|
+
private _updateRemoteSelections;
|
|
45
|
+
}
|
|
46
|
+
//# sourceMappingURL=awareness.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"awareness.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/awareness/awareness.ts"],"names":[],"mappings":"AAIA,OAAO,EAAc,KAAK,SAAS,EAAwB,MAAM,mBAAmB,CAAC;AACrF,OAAO,EAEL,KAAK,aAAa,EAClB,UAAU,EACV,KAAK,WAAW,EAEhB,KAAK,UAAU,EAEhB,MAAM,kBAAkB,CAAC;AAE1B,OAAO,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AAKpC,MAAM,WAAW,iBAAiB;IAChC,iBAAiB,EAAE,KAAK,CAAC,IAAI,CAAC,CAAC;IAE/B,IAAI,IAAI,IAAI,CAAC;IACb,KAAK,IAAI,IAAI,CAAC;IAEd,eAAe,IAAI,cAAc,EAAE,CAAC;IACpC,MAAM,CAAC,QAAQ,EAAE,iBAAiB,GAAG,SAAS,GAAG,IAAI,CAAC;CACvD;AAYD,eAAO,MAAM,iBAAiB,yEAAqD,CAAC;AAKpF,MAAM,MAAM,iBAAiB,GAAG;IAC9B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG;IAC1B,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG;IAC3B,QAAQ,CAAC,EAAE,iBAAiB,CAAC;IAC7B,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,aAAa,CAAC;CACrB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,SAAS,GAAI,4BAAwB,KAAG,SAQpD,CAAC;AAEF;;GAEG;AACH,qBAAa,yBAA0B,YAAW,WAAW;IAC3D,OAAO,CAAC,QAAQ,CAAC,IAAI,CAAiB;IACtC,OAAO,CAAC,QAAQ,CAAC,gBAAgB,CAAkB;IACnD,OAAO,CAAC,QAAQ,CAAC,SAAS,CAAoB;IAE9C,OAAO,CAAC,WAAW,CAAC,CAAS;IAC7B,OAAO,CAAC,SAAS,CAAC,CAAS;IAEpB,WAAW,EAAE,aAAa,CAAmB;gBAExC,IAAI,EAAE,UAAU;IAS5B,OAAO,IAAI,IAAI;IAKf,MAAM,CAAC,MAAM,EAAE,UAAU,GAAG,IAAI;IAKhC,OAAO,CAAC,qBAAqB;IAoB7B,OAAO,CAAC,uBAAuB;CAmFhC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/awareness/index.ts"],"names":[],"mappings":"AAIA,cAAc,aAAa,CAAC;AAC5B,cAAc,sBAAsB,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { type Extension } from '@codemirror/state';
|
|
2
|
+
export type BlastOptions = {
|
|
3
|
+
effect?: number;
|
|
4
|
+
maxParticles: number;
|
|
5
|
+
particleGravity: number;
|
|
6
|
+
particleAlphaFadeout: number;
|
|
7
|
+
particleSize: {
|
|
8
|
+
min: number;
|
|
9
|
+
max: number;
|
|
10
|
+
};
|
|
11
|
+
particleNumRange: {
|
|
12
|
+
min: number;
|
|
13
|
+
max: number;
|
|
14
|
+
};
|
|
15
|
+
particleVelocityRange: {
|
|
16
|
+
x: [number, number];
|
|
17
|
+
y: [number, number];
|
|
18
|
+
};
|
|
19
|
+
particleShrinkRate: number;
|
|
20
|
+
shakeIntensity: number;
|
|
21
|
+
color?: () => number[];
|
|
22
|
+
};
|
|
23
|
+
export declare const defaultOptions: BlastOptions;
|
|
24
|
+
export declare const blast: (options?: Partial<BlastOptions>) => Extension;
|
|
25
|
+
//# sourceMappingURL=blast.d.ts.map
|