feat(editor): fragment extensions (#12066)

Closes: BS-3382
Closes: BS-3381
Closes: BS-3380

<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
## Summary by CodeRabbit

- **New Features**
	- Introduced new view extensions for document title, frame panel, and outline fragments, enhancing modularity and extensibility.
- **Refactor**
	- Updated export structure for fragments to support directory-based modules and added dedicated view module exports.
	- Replaced a centralized view extension with individual fragment-based view extensions for improved clarity.
- **Chores**
	- Updated dependencies and TypeScript project references to ensure compatibility and maintainability.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
Saul-Mirone
2025-04-29 11:21:57 +00:00
parent 081974e824
commit 638f0b466f
20 changed files with 67 additions and 37 deletions

View File

@@ -456,6 +456,7 @@ export const PackageList = [
'blocksuite/affine/blocks/frame',
'blocksuite/affine/blocks/surface',
'blocksuite/affine/components',
'blocksuite/affine/ext-loader',
'blocksuite/affine/model',
'blocksuite/affine/rich-text',
'blocksuite/affine/shared',
@@ -486,6 +487,7 @@ export const PackageList = [
workspaceDependencies: [
'blocksuite/affine/blocks/note',
'blocksuite/affine/components',
'blocksuite/affine/ext-loader',
'blocksuite/affine/fragments/doc-title',
'blocksuite/affine/model',
'blocksuite/affine/rich-text',