mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-04 08:38:34 +00:00
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced a new pointer graphics module with tools and quick tool integration for edgeless surfaces. - Added a quick tool button for pointer interactions in edgeless mode. - Exposed new extension points for pointer graphics and effects. - **Improvements** - Integrated pointer graphics as a dependency into related packages. - Enhanced toolbar context to support additional surface alignment modes. - Added conditional clipboard configuration registrations for edgeless contexts across multiple block types. - **Removals** - Removed legacy tool and effect definitions and related quick tool exports from edgeless components. - Streamlined extension arrays and removed unused exports for a cleaner codebase. - Deleted obsolete utility functions and component registrations. - **Chores** - Updated workspace and TypeScript project references to include the new pointer graphics module. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
43 lines
1.3 KiB
JSON
43 lines
1.3 KiB
JSON
{
|
|
"extends": "../../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./dist",
|
|
"tsBuildInfoFile": "./dist/tsconfig.tsbuildinfo"
|
|
},
|
|
"include": ["./src"],
|
|
"references": [
|
|
{ "path": "../attachment" },
|
|
{ "path": "../bookmark" },
|
|
{ "path": "../database" },
|
|
{ "path": "../edgeless-text" },
|
|
{ "path": "../embed" },
|
|
{ "path": "../frame" },
|
|
{ "path": "../image" },
|
|
{ "path": "../note" },
|
|
{ "path": "../paragraph" },
|
|
{ "path": "../surface" },
|
|
{ "path": "../../components" },
|
|
{ "path": "../../fragments/doc-title" },
|
|
{ "path": "../../gfx/brush" },
|
|
{ "path": "../../gfx/connector" },
|
|
{ "path": "../../gfx/group" },
|
|
{ "path": "../../gfx/mindmap" },
|
|
{ "path": "../../gfx/note" },
|
|
{ "path": "../../gfx/pointer" },
|
|
{ "path": "../../gfx/shape" },
|
|
{ "path": "../../gfx/text" },
|
|
{ "path": "../../inlines/preset" },
|
|
{ "path": "../../model" },
|
|
{ "path": "../../rich-text" },
|
|
{ "path": "../../shared" },
|
|
{ "path": "../../widgets/edgeless-toolbar" },
|
|
{ "path": "../../widgets/slash-menu" },
|
|
{ "path": "../../widgets/toolbar" },
|
|
{ "path": "../../data-view" },
|
|
{ "path": "../../../framework/global" },
|
|
{ "path": "../../../framework/std" },
|
|
{ "path": "../../../framework/store" }
|
|
]
|
|
}
|