mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
chore: bump blocksuite (#7107)
## Features - https://github.com/toeverything/BlockSuite/pull/7161 @regischen - https://github.com/toeverything/BlockSuite/pull/7142 @pengx17 - https://github.com/toeverything/BlockSuite/pull/7166 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7151 @donteatfriedrice - https://github.com/toeverything/BlockSuite/pull/7164 @pengx17 - https://github.com/toeverything/BlockSuite/pull/7163 @donteatfriedrice - https://github.com/toeverything/BlockSuite/pull/7156 @donteatfriedrice - https://github.com/toeverything/BlockSuite/pull/7160 @pengx17 - https://github.com/toeverything/BlockSuite/pull/7158 @golok727 - https://github.com/toeverything/BlockSuite/pull/7157 @pengx17 - https://github.com/toeverything/BlockSuite/pull/7154 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7106 @fundon - https://github.com/toeverything/BlockSuite/pull/7136 @fourdim ## Bugfix - https://github.com/toeverything/BlockSuite/pull/7171 @zzj3720 - https://github.com/toeverything/BlockSuite/pull/7169 @fundon - https://github.com/toeverything/BlockSuite/pull/7165 @lawvs ## Refactor - https://github.com/toeverything/BlockSuite/pull/7162 @regischen - https://github.com/toeverything/BlockSuite/pull/7153 @akumatus - https://github.com/toeverything/BlockSuite/pull/7149 @golok727 - https://github.com/toeverything/BlockSuite/pull/7152 @Flrande ## Misc - https://github.com/toeverything/BlockSuite/pull/7170 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7155 @fundon
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
import { mixpanel } from '@affine/core/utils';
|
||||
import type { EditorHost } from '@blocksuite/block-std';
|
||||
import type { ElementModel } from '@blocksuite/blocks';
|
||||
import { AIProvider } from '@blocksuite/presets';
|
||||
import type { BlockModel } from '@blocksuite/store';
|
||||
import { lowerCase, omit } from 'lodash-es';
|
||||
|
||||
type ElementModel = BlockSuite.SurfaceElementModelType;
|
||||
|
||||
type AIActionEventName =
|
||||
| 'AI action invoked'
|
||||
| 'AI action aborted'
|
||||
|
||||
Reference in New Issue
Block a user