fix AF-1790 fix AF-1774 added `DateSelectorDialog` for selecting a date through blocksuite; added `AtMenuConfigService` for constructing the at menu config fix AF-1776 fix PD-1942 resubmitted to replace #8877
This commit is contained in:
@@ -51,6 +51,10 @@ export type WORKSPACE_DIALOG_SCHEMA = {
|
||||
init: string[];
|
||||
onBeforeConfirm?: (ids: string[], cb: () => void) => void;
|
||||
}) => string[];
|
||||
'date-selector': (props: {
|
||||
position: [number, number, number, number]; // [x, y, width, height]
|
||||
onSelect?: (date?: string) => void;
|
||||
}) => string;
|
||||
import: () => {
|
||||
docIds: string[];
|
||||
entryId?: string;
|
||||
|
||||
Reference in New Issue
Block a user