mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-21 20:16:26 +08:00
a2a90df276
close: BS-3433 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced advanced group-by configurations for database blocks with user membership support. - Added a React hook for fetching and displaying user information in member-related components. - Enabled dynamic user and membership data types in database properties. - **Improvements** - Replaced context-based service access with a dependency injection system for shared services and state. - Enhanced type safety and consistency across group-by UI components and data handling. - Centralized group data management with a new Group class and refined group trait logic. - **Bug Fixes** - Improved reliability and consistency in retrieving and rendering user and group information. - **Style** - Removed obsolete member selection styles for cleaner UI code. - **Chores** - Registered external group-by configurations via dependency injection. - Refactored internal APIs for data sources, views, and group-by matchers to use service-based patterns. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
15 lines
486 B
TypeScript
15 lines
486 B
TypeScript
export * from './adapters';
|
|
export * from './commands';
|
|
export * from './config';
|
|
export * from './context';
|
|
export * from './data-source';
|
|
export * from './database-block';
|
|
export * from './detail-panel/block-renderer';
|
|
export * from './detail-panel/note-renderer';
|
|
export * from './properties';
|
|
export * from './properties/rich-text/cell-renderer';
|
|
export * from './selection.js';
|
|
export * from './service';
|
|
export * from './utils/block-utils';
|
|
export * from '@blocksuite/data-view';
|