mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-21 20:16:26 +08:00
77950cfc1b
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit ## Summary by CodeRabbit * **New Features** * Enhanced extraction of selected content in the editor to include document snapshots, markdown summaries, and attachments for both edgeless and page modes. * Attachments related to selected content are now available in chat and input contexts, providing additional metadata. * Added utility to identify and retrieve selected attachments in editor content. * **Bug Fixes** * Improved consistency in attachment retrieval when extracting selected content. * **Chores** * Updated dependencies and workspace references to include new block suite components. <!-- end of auto-generated comment: release notes by coderabbit.ai --> > CLOSE AF-2770
10 lines
533 B
TypeScript
10 lines
533 B
TypeScript
export { EdgelessRootPreviewBlockComponent } from '../preview/edgeless-root-preview-block';
|
|
export * from './clipboard/clipboard';
|
|
export * from './clipboard/command';
|
|
export * from './edgeless-root-block.js';
|
|
export { EdgelessRootService } from './edgeless-root-service.js';
|
|
export * from './utils/clipboard-utils.js';
|
|
export { getElementProps, sortEdgelessElements } from './utils/clone-utils.js';
|
|
export { isCanvasElement } from './utils/query.js';
|
|
export { EDGELESS_BLOCK_CHILD_PADDING } from '@blocksuite/affine-shared/consts';
|