@input/pen-types 0.2.3 → 0.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.cts +3 -1
- package/dist/index.d.ts +3 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1047,9 +1047,11 @@ type InferProps<P extends Record<string, PropSchema>> = {
|
|
|
1047
1047
|
type FieldEditorType = "richtext" | "plaintext" | "code" | "table" | "subdocument" | "none";
|
|
1048
1048
|
type FlowBlockCapability = "flow-inline" | "flow-structural" | "flow-delegated" | "flow-disallowed";
|
|
1049
1049
|
type BlockSelectionRole = "editable-inline" | "structural" | "delegated";
|
|
1050
|
+
type BlockContentRole = "content" | "chrome";
|
|
1050
1051
|
interface BlockAuthoring {
|
|
1051
1052
|
flowCapability?: FlowBlockCapability;
|
|
1052
1053
|
selectionRole?: BlockSelectionRole;
|
|
1054
|
+
contentRole?: BlockContentRole;
|
|
1053
1055
|
}
|
|
1054
1056
|
interface BlockSchema<Type extends string = string, Props extends Record<string, PropSchema> = Record<string, PropSchema>, Content extends ContentType = ContentType> {
|
|
1055
1057
|
type: Type;
|
|
@@ -2509,4 +2511,4 @@ declare const ANNOUNCER_SLOT_KEY = "pen.announcer";
|
|
|
2509
2511
|
*/
|
|
2510
2512
|
declare const HISTORY_ORIGIN_TAG = "__pen_history__";
|
|
2511
2513
|
|
|
2512
|
-
export { type A11yLabel, type A11yMessageCatalog, type A11yMessageKey, type AIDocumentExcerpt, type AIDocumentExcerptKind, type AIRequestContext, type AIRequestFeature, type AIRequestFilter, AI_AUTOCOMPLETE_CONTROLLER_SLOT, AI_CONTROLLER_SLOT, AI_EGRESS_INVENTORY_CODE, AI_INLINE_HISTORY_SLOT, AI_REQUEST_REFUSED_CODE, AI_REVIEW_CONTROLLER_SLOT, AI_SUGGESTIONS_CONTROLLER_SLOT, ANNOUNCER_SLOT_KEY, AWAIT_EXTENSION_LIFECYCLE_SLOT_KEY, type AbortPart, type Affinity, type Anchor, type AnchorPosition, type AnchorRange, type AnchorTarget, type App, type AppChange, type AppCreatePart, type AppDecoration, type AppDeletePart, type AppHandle, type AppOp, type AppPlacement, type AppSchema, type AppSelection, type AppUpdatePart, type ApplyOptions, type AssetProvider, type AssetRef, type AssetUploadOptions, type Assoc, type AttributionRange, type Awareness, type AwarenessChangeEvent, type Block, type BlockA11ySpec, type BlockAuthoring, type BlockCapabilityKey, type BlockCapabilityMap, type BlockDecoration, type BlockDeletePart, type BlockDisplay, type BlockHandle, type BlockImportMatch, type BlockInsertPart, type BlockMovePart, type BlockRenderContext, type BlockRenderer, type BlockSchema, type BlockSelection, type BlockSelectionRole, type BlockSuggestion, type BlockSuggestionAction, type BlockSuggestionPreviousState, type BlockTextChange, type BlockUpdatePart, type BorderDef, COLLECT_KEY_BINDINGS_SLOT_KEY, type CRDTAdapter, type CRDTArray, type CRDTDocument, type CRDTEvent, type CRDTMap, type CRDTUndoManager, type CRDTUndoStackItem, type CellSelection, type ChangeSummary, type ClientExtensionContext, type ColumnType, type Command, type CommandContext, type CommandHandler, type CommandHandlerProvider, type CommandHandlerRegistration, type CommandResult, type CommitEvent, type CommitEventSource, type ComposableSchema, type ConnectionState, type ContentType, type CreateEditorOptions, type CreateSubdocumentOptions, DECORATION_OMIT_FROM_RENDER_ATTRIBUTE, DEFAULT_MESSAGE_CATALOG, DOCUMENT_PROFILE_METADATA_KEY, type DataPart, type DateFormat, type Decoration, type DecorationSet, type DefaultAssoc, type DefineCommand, type DefineFacet, type DeleteBlockOp, type Diagnostic, type DiagnosticEvent, type DocumentOp, type DocumentProfile, type DocumentRange, type DocumentScope, type DocumentScopeInfo, type DocumentScopeKind, type DocumentScopeLookupOptions, type DocumentScopeReplacementEvent, type DocumentSession, type DocumentSessionAttachOptions, type DocumentState, type DocumentValidationError, type DonePart, type Editor, type EditorAnchors, type EditorAnnouncer, type EditorInternals, type EditorPreset, type EditorPresetContext, type EditorPresetResult, type EditorViewMode, type ErrorPart, type ExportOptions, type Exporter, type Extension, type ExtensionStateSpec, FIELD_EDITOR_SLOT_KEY, type Facet, type FacetDependency, type FacetOutput, type FacetProvider, type FacetSpec, type FieldEditor, type FieldEditorBehavior, type FieldEditorFocusOptions, type FieldEditorFocusReason, type FieldEditorInputMode, type FieldEditorType, type FlowBlockCapability, type FormatTextOp, type GenDeltaPart, type GenEndPart, type GenStartPart, type GenerationZone, type GridChange, type GridOp, HISTORY_ORIGIN_TAG, HOOK_PRIORITY_AUTH, HOOK_PRIORITY_DEFAULT, HOOK_PRIORITY_INPUT_RULE, HOOK_PRIORITY_SUGGEST, type HTMLImportElement, type HTMLImportNode, type HTMLImportTextNode, type HistoryAppliedEvent, IMPLICIT_V1_FORMAT_STAMP, INLINE_COMPLETION_SLOT, INLINE_COMPLETION_VISIBLE_BLOCK_ATTRIBUTE, INPUT_RULES_ENGINE_SLOT_KEY, type ImportContentSource, type ImportInlineMark, type ImportOptions, type ImportResult, type Importer, type InlineCompletionController, type InlineCompletionPreviewBlock, type InlineCompletionState, type InlineCompletionSuggestion, type InlineDecoration, type InlineDelta, type InlineInsert, type InlineNodeDeltaInsert, type InlineSchema, type InputRule, type InputRuleContext, type InputRuleHandler, type InsertBlockOp, type InteractionModel, type KeyBinding, type KeyBindingContext, type LayoutProps, type LayoutSchema, type LayoutUpdatePart, type LoadDocumentOptions, MIGRATION_LEDGER_METADATA_KEY, MULTIPLAYER_CONTROLLER_SLOT, MUTATION_GROUP_METADATA_KEY, type MarkdownNode, type MessageArgs, type MessageCatalog, type MessageKey, type MessageParams, type MessageParamsByKey, type MessageValue, type ModelAdapter, type ModelAdapterCapabilities, type ModelMessage, type ModelMessagePart, type ModelOperationBlockTarget, type ModelOperationDocumentTarget, type ModelOperationKind, type ModelOperationProvenance, type ModelOperationRangeTarget, type ModelOperationScopedRangeTarget, type ModelOperationSelectionTarget, type ModelRequestedOperation, type ModelStreamEvent, type ModelToolChoice, type MoveBlockOp, type MultiplayerSession, type MultiplayerSessionContext, type MutationGroupMetadata, type NumberFormat, type OpOrigin, type OpOriginType, type OpenTextStreamOptions, PEN_CLIPBOARD_JSON_MIME, PEN_CLIPBOARD_JSON_MIME_LEGACY, PEN_CLIPBOARD_PAYLOAD_VERSION, PEN_DOCUMENT_FORMAT, PEN_FORMAT_METADATA_KEY, PEN_STREAM_PROTOCOL_VERSION, type PenClipboardBlock, type PenClipboardDelta, type PenClipboardPayload, type PenDocument, type PenEventMap, type PenFormatStamp, type PenPersistence, type PenStreamPart, type PenStreamRequest, type PenTransport, type PingPart, type PipelinePhase, type PluralMessage, type Point, type Position, type Precedence, type PropSchema, RESERVED_METADATA_KEYS, REVIEW_SURFACE_BLOCK_SUGGESTION_CLASSES, REVIEW_SURFACE_CLASSES, REVIEW_SURFACE_CUSTOM_PROPERTIES, type Range, type ReadonlySelectionState, type ReplaceScopeDocumentOptions, type ReservedMetadataKey, type ResolveRelativePositionOptions, type ResolvedAnchorRange, SEARCH_CONTROLLER_SLOT, SNAPSHOTS_CONTROLLER_SLOT, type SchemaEngine, type SchemaRegistry, type SelectAllBehavior, type SelectOption, type SelectionOrigin, type SelectionRecord, type SelectionRecordState, type SelectionState, type ServerConfig, type ServerExtensionContext, type SetMetaOp, type SetPropsOp, type Spacing, type SpliceTextOp, type StepEndPart, type StepStartPart, type StreamOpenOp, type StreamingTarget, type StructuralChange, type StructuralOriginTag, type StructuredOpOrigin, type TableBlockHandle, type TableCellHandle, type TableColumnSchema, type TableRowHandle, type TextSelection, type TextSplice, type TextStreamWriter, type ToolContext, type ToolDefinition, type ToolErrorPart, type ToolExecutionResult, type ToolInputAvailablePart, type ToolInputDeltaPart, type ToolInputStartPart, type ToolOutputPart, type ToolRegistry, type ToolRuntime, type ToolSchema, UNDO_HISTORY_METADATA_CONTROLLER_SLOT_KEY, UNDO_HISTORY_RESTORE_SLOT_KEY, type UndoHistoryMetadataController, type UndoHistoryMetadataEntry, type UndoHistoryMetadataRestoreContext, type UndoHistoryRestore, type UndoManager, type UndoManagerOptions, type Unsubscribe, type VersionEntry, type VersionMetadata, type XMLElement, generateId, isA11yLabelledBy, isAsyncIterable, isMessageKey, isNestedContent, isPluralMessage, isScopedSelectionTarget };
|
|
2514
|
+
export { type A11yLabel, type A11yMessageCatalog, type A11yMessageKey, type AIDocumentExcerpt, type AIDocumentExcerptKind, type AIRequestContext, type AIRequestFeature, type AIRequestFilter, AI_AUTOCOMPLETE_CONTROLLER_SLOT, AI_CONTROLLER_SLOT, AI_EGRESS_INVENTORY_CODE, AI_INLINE_HISTORY_SLOT, AI_REQUEST_REFUSED_CODE, AI_REVIEW_CONTROLLER_SLOT, AI_SUGGESTIONS_CONTROLLER_SLOT, ANNOUNCER_SLOT_KEY, AWAIT_EXTENSION_LIFECYCLE_SLOT_KEY, type AbortPart, type Affinity, type Anchor, type AnchorPosition, type AnchorRange, type AnchorTarget, type App, type AppChange, type AppCreatePart, type AppDecoration, type AppDeletePart, type AppHandle, type AppOp, type AppPlacement, type AppSchema, type AppSelection, type AppUpdatePart, type ApplyOptions, type AssetProvider, type AssetRef, type AssetUploadOptions, type Assoc, type AttributionRange, type Awareness, type AwarenessChangeEvent, type Block, type BlockA11ySpec, type BlockAuthoring, type BlockCapabilityKey, type BlockCapabilityMap, type BlockContentRole, type BlockDecoration, type BlockDeletePart, type BlockDisplay, type BlockHandle, type BlockImportMatch, type BlockInsertPart, type BlockMovePart, type BlockRenderContext, type BlockRenderer, type BlockSchema, type BlockSelection, type BlockSelectionRole, type BlockSuggestion, type BlockSuggestionAction, type BlockSuggestionPreviousState, type BlockTextChange, type BlockUpdatePart, type BorderDef, COLLECT_KEY_BINDINGS_SLOT_KEY, type CRDTAdapter, type CRDTArray, type CRDTDocument, type CRDTEvent, type CRDTMap, type CRDTUndoManager, type CRDTUndoStackItem, type CellSelection, type ChangeSummary, type ClientExtensionContext, type ColumnType, type Command, type CommandContext, type CommandHandler, type CommandHandlerProvider, type CommandHandlerRegistration, type CommandResult, type CommitEvent, type CommitEventSource, type ComposableSchema, type ConnectionState, type ContentType, type CreateEditorOptions, type CreateSubdocumentOptions, DECORATION_OMIT_FROM_RENDER_ATTRIBUTE, DEFAULT_MESSAGE_CATALOG, DOCUMENT_PROFILE_METADATA_KEY, type DataPart, type DateFormat, type Decoration, type DecorationSet, type DefaultAssoc, type DefineCommand, type DefineFacet, type DeleteBlockOp, type Diagnostic, type DiagnosticEvent, type DocumentOp, type DocumentProfile, type DocumentRange, type DocumentScope, type DocumentScopeInfo, type DocumentScopeKind, type DocumentScopeLookupOptions, type DocumentScopeReplacementEvent, type DocumentSession, type DocumentSessionAttachOptions, type DocumentState, type DocumentValidationError, type DonePart, type Editor, type EditorAnchors, type EditorAnnouncer, type EditorInternals, type EditorPreset, type EditorPresetContext, type EditorPresetResult, type EditorViewMode, type ErrorPart, type ExportOptions, type Exporter, type Extension, type ExtensionStateSpec, FIELD_EDITOR_SLOT_KEY, type Facet, type FacetDependency, type FacetOutput, type FacetProvider, type FacetSpec, type FieldEditor, type FieldEditorBehavior, type FieldEditorFocusOptions, type FieldEditorFocusReason, type FieldEditorInputMode, type FieldEditorType, type FlowBlockCapability, type FormatTextOp, type GenDeltaPart, type GenEndPart, type GenStartPart, type GenerationZone, type GridChange, type GridOp, HISTORY_ORIGIN_TAG, HOOK_PRIORITY_AUTH, HOOK_PRIORITY_DEFAULT, HOOK_PRIORITY_INPUT_RULE, HOOK_PRIORITY_SUGGEST, type HTMLImportElement, type HTMLImportNode, type HTMLImportTextNode, type HistoryAppliedEvent, IMPLICIT_V1_FORMAT_STAMP, INLINE_COMPLETION_SLOT, INLINE_COMPLETION_VISIBLE_BLOCK_ATTRIBUTE, INPUT_RULES_ENGINE_SLOT_KEY, type ImportContentSource, type ImportInlineMark, type ImportOptions, type ImportResult, type Importer, type InlineCompletionController, type InlineCompletionPreviewBlock, type InlineCompletionState, type InlineCompletionSuggestion, type InlineDecoration, type InlineDelta, type InlineInsert, type InlineNodeDeltaInsert, type InlineSchema, type InputRule, type InputRuleContext, type InputRuleHandler, type InsertBlockOp, type InteractionModel, type KeyBinding, type KeyBindingContext, type LayoutProps, type LayoutSchema, type LayoutUpdatePart, type LoadDocumentOptions, MIGRATION_LEDGER_METADATA_KEY, MULTIPLAYER_CONTROLLER_SLOT, MUTATION_GROUP_METADATA_KEY, type MarkdownNode, type MessageArgs, type MessageCatalog, type MessageKey, type MessageParams, type MessageParamsByKey, type MessageValue, type ModelAdapter, type ModelAdapterCapabilities, type ModelMessage, type ModelMessagePart, type ModelOperationBlockTarget, type ModelOperationDocumentTarget, type ModelOperationKind, type ModelOperationProvenance, type ModelOperationRangeTarget, type ModelOperationScopedRangeTarget, type ModelOperationSelectionTarget, type ModelRequestedOperation, type ModelStreamEvent, type ModelToolChoice, type MoveBlockOp, type MultiplayerSession, type MultiplayerSessionContext, type MutationGroupMetadata, type NumberFormat, type OpOrigin, type OpOriginType, type OpenTextStreamOptions, PEN_CLIPBOARD_JSON_MIME, PEN_CLIPBOARD_JSON_MIME_LEGACY, PEN_CLIPBOARD_PAYLOAD_VERSION, PEN_DOCUMENT_FORMAT, PEN_FORMAT_METADATA_KEY, PEN_STREAM_PROTOCOL_VERSION, type PenClipboardBlock, type PenClipboardDelta, type PenClipboardPayload, type PenDocument, type PenEventMap, type PenFormatStamp, type PenPersistence, type PenStreamPart, type PenStreamRequest, type PenTransport, type PingPart, type PipelinePhase, type PluralMessage, type Point, type Position, type Precedence, type PropSchema, RESERVED_METADATA_KEYS, REVIEW_SURFACE_BLOCK_SUGGESTION_CLASSES, REVIEW_SURFACE_CLASSES, REVIEW_SURFACE_CUSTOM_PROPERTIES, type Range, type ReadonlySelectionState, type ReplaceScopeDocumentOptions, type ReservedMetadataKey, type ResolveRelativePositionOptions, type ResolvedAnchorRange, SEARCH_CONTROLLER_SLOT, SNAPSHOTS_CONTROLLER_SLOT, type SchemaEngine, type SchemaRegistry, type SelectAllBehavior, type SelectOption, type SelectionOrigin, type SelectionRecord, type SelectionRecordState, type SelectionState, type ServerConfig, type ServerExtensionContext, type SetMetaOp, type SetPropsOp, type Spacing, type SpliceTextOp, type StepEndPart, type StepStartPart, type StreamOpenOp, type StreamingTarget, type StructuralChange, type StructuralOriginTag, type StructuredOpOrigin, type TableBlockHandle, type TableCellHandle, type TableColumnSchema, type TableRowHandle, type TextSelection, type TextSplice, type TextStreamWriter, type ToolContext, type ToolDefinition, type ToolErrorPart, type ToolExecutionResult, type ToolInputAvailablePart, type ToolInputDeltaPart, type ToolInputStartPart, type ToolOutputPart, type ToolRegistry, type ToolRuntime, type ToolSchema, UNDO_HISTORY_METADATA_CONTROLLER_SLOT_KEY, UNDO_HISTORY_RESTORE_SLOT_KEY, type UndoHistoryMetadataController, type UndoHistoryMetadataEntry, type UndoHistoryMetadataRestoreContext, type UndoHistoryRestore, type UndoManager, type UndoManagerOptions, type Unsubscribe, type VersionEntry, type VersionMetadata, type XMLElement, generateId, isA11yLabelledBy, isAsyncIterable, isMessageKey, isNestedContent, isPluralMessage, isScopedSelectionTarget };
|
package/dist/index.d.ts
CHANGED
|
@@ -1047,9 +1047,11 @@ type InferProps<P extends Record<string, PropSchema>> = {
|
|
|
1047
1047
|
type FieldEditorType = "richtext" | "plaintext" | "code" | "table" | "subdocument" | "none";
|
|
1048
1048
|
type FlowBlockCapability = "flow-inline" | "flow-structural" | "flow-delegated" | "flow-disallowed";
|
|
1049
1049
|
type BlockSelectionRole = "editable-inline" | "structural" | "delegated";
|
|
1050
|
+
type BlockContentRole = "content" | "chrome";
|
|
1050
1051
|
interface BlockAuthoring {
|
|
1051
1052
|
flowCapability?: FlowBlockCapability;
|
|
1052
1053
|
selectionRole?: BlockSelectionRole;
|
|
1054
|
+
contentRole?: BlockContentRole;
|
|
1053
1055
|
}
|
|
1054
1056
|
interface BlockSchema<Type extends string = string, Props extends Record<string, PropSchema> = Record<string, PropSchema>, Content extends ContentType = ContentType> {
|
|
1055
1057
|
type: Type;
|
|
@@ -2509,4 +2511,4 @@ declare const ANNOUNCER_SLOT_KEY = "pen.announcer";
|
|
|
2509
2511
|
*/
|
|
2510
2512
|
declare const HISTORY_ORIGIN_TAG = "__pen_history__";
|
|
2511
2513
|
|
|
2512
|
-
export { type A11yLabel, type A11yMessageCatalog, type A11yMessageKey, type AIDocumentExcerpt, type AIDocumentExcerptKind, type AIRequestContext, type AIRequestFeature, type AIRequestFilter, AI_AUTOCOMPLETE_CONTROLLER_SLOT, AI_CONTROLLER_SLOT, AI_EGRESS_INVENTORY_CODE, AI_INLINE_HISTORY_SLOT, AI_REQUEST_REFUSED_CODE, AI_REVIEW_CONTROLLER_SLOT, AI_SUGGESTIONS_CONTROLLER_SLOT, ANNOUNCER_SLOT_KEY, AWAIT_EXTENSION_LIFECYCLE_SLOT_KEY, type AbortPart, type Affinity, type Anchor, type AnchorPosition, type AnchorRange, type AnchorTarget, type App, type AppChange, type AppCreatePart, type AppDecoration, type AppDeletePart, type AppHandle, type AppOp, type AppPlacement, type AppSchema, type AppSelection, type AppUpdatePart, type ApplyOptions, type AssetProvider, type AssetRef, type AssetUploadOptions, type Assoc, type AttributionRange, type Awareness, type AwarenessChangeEvent, type Block, type BlockA11ySpec, type BlockAuthoring, type BlockCapabilityKey, type BlockCapabilityMap, type BlockDecoration, type BlockDeletePart, type BlockDisplay, type BlockHandle, type BlockImportMatch, type BlockInsertPart, type BlockMovePart, type BlockRenderContext, type BlockRenderer, type BlockSchema, type BlockSelection, type BlockSelectionRole, type BlockSuggestion, type BlockSuggestionAction, type BlockSuggestionPreviousState, type BlockTextChange, type BlockUpdatePart, type BorderDef, COLLECT_KEY_BINDINGS_SLOT_KEY, type CRDTAdapter, type CRDTArray, type CRDTDocument, type CRDTEvent, type CRDTMap, type CRDTUndoManager, type CRDTUndoStackItem, type CellSelection, type ChangeSummary, type ClientExtensionContext, type ColumnType, type Command, type CommandContext, type CommandHandler, type CommandHandlerProvider, type CommandHandlerRegistration, type CommandResult, type CommitEvent, type CommitEventSource, type ComposableSchema, type ConnectionState, type ContentType, type CreateEditorOptions, type CreateSubdocumentOptions, DECORATION_OMIT_FROM_RENDER_ATTRIBUTE, DEFAULT_MESSAGE_CATALOG, DOCUMENT_PROFILE_METADATA_KEY, type DataPart, type DateFormat, type Decoration, type DecorationSet, type DefaultAssoc, type DefineCommand, type DefineFacet, type DeleteBlockOp, type Diagnostic, type DiagnosticEvent, type DocumentOp, type DocumentProfile, type DocumentRange, type DocumentScope, type DocumentScopeInfo, type DocumentScopeKind, type DocumentScopeLookupOptions, type DocumentScopeReplacementEvent, type DocumentSession, type DocumentSessionAttachOptions, type DocumentState, type DocumentValidationError, type DonePart, type Editor, type EditorAnchors, type EditorAnnouncer, type EditorInternals, type EditorPreset, type EditorPresetContext, type EditorPresetResult, type EditorViewMode, type ErrorPart, type ExportOptions, type Exporter, type Extension, type ExtensionStateSpec, FIELD_EDITOR_SLOT_KEY, type Facet, type FacetDependency, type FacetOutput, type FacetProvider, type FacetSpec, type FieldEditor, type FieldEditorBehavior, type FieldEditorFocusOptions, type FieldEditorFocusReason, type FieldEditorInputMode, type FieldEditorType, type FlowBlockCapability, type FormatTextOp, type GenDeltaPart, type GenEndPart, type GenStartPart, type GenerationZone, type GridChange, type GridOp, HISTORY_ORIGIN_TAG, HOOK_PRIORITY_AUTH, HOOK_PRIORITY_DEFAULT, HOOK_PRIORITY_INPUT_RULE, HOOK_PRIORITY_SUGGEST, type HTMLImportElement, type HTMLImportNode, type HTMLImportTextNode, type HistoryAppliedEvent, IMPLICIT_V1_FORMAT_STAMP, INLINE_COMPLETION_SLOT, INLINE_COMPLETION_VISIBLE_BLOCK_ATTRIBUTE, INPUT_RULES_ENGINE_SLOT_KEY, type ImportContentSource, type ImportInlineMark, type ImportOptions, type ImportResult, type Importer, type InlineCompletionController, type InlineCompletionPreviewBlock, type InlineCompletionState, type InlineCompletionSuggestion, type InlineDecoration, type InlineDelta, type InlineInsert, type InlineNodeDeltaInsert, type InlineSchema, type InputRule, type InputRuleContext, type InputRuleHandler, type InsertBlockOp, type InteractionModel, type KeyBinding, type KeyBindingContext, type LayoutProps, type LayoutSchema, type LayoutUpdatePart, type LoadDocumentOptions, MIGRATION_LEDGER_METADATA_KEY, MULTIPLAYER_CONTROLLER_SLOT, MUTATION_GROUP_METADATA_KEY, type MarkdownNode, type MessageArgs, type MessageCatalog, type MessageKey, type MessageParams, type MessageParamsByKey, type MessageValue, type ModelAdapter, type ModelAdapterCapabilities, type ModelMessage, type ModelMessagePart, type ModelOperationBlockTarget, type ModelOperationDocumentTarget, type ModelOperationKind, type ModelOperationProvenance, type ModelOperationRangeTarget, type ModelOperationScopedRangeTarget, type ModelOperationSelectionTarget, type ModelRequestedOperation, type ModelStreamEvent, type ModelToolChoice, type MoveBlockOp, type MultiplayerSession, type MultiplayerSessionContext, type MutationGroupMetadata, type NumberFormat, type OpOrigin, type OpOriginType, type OpenTextStreamOptions, PEN_CLIPBOARD_JSON_MIME, PEN_CLIPBOARD_JSON_MIME_LEGACY, PEN_CLIPBOARD_PAYLOAD_VERSION, PEN_DOCUMENT_FORMAT, PEN_FORMAT_METADATA_KEY, PEN_STREAM_PROTOCOL_VERSION, type PenClipboardBlock, type PenClipboardDelta, type PenClipboardPayload, type PenDocument, type PenEventMap, type PenFormatStamp, type PenPersistence, type PenStreamPart, type PenStreamRequest, type PenTransport, type PingPart, type PipelinePhase, type PluralMessage, type Point, type Position, type Precedence, type PropSchema, RESERVED_METADATA_KEYS, REVIEW_SURFACE_BLOCK_SUGGESTION_CLASSES, REVIEW_SURFACE_CLASSES, REVIEW_SURFACE_CUSTOM_PROPERTIES, type Range, type ReadonlySelectionState, type ReplaceScopeDocumentOptions, type ReservedMetadataKey, type ResolveRelativePositionOptions, type ResolvedAnchorRange, SEARCH_CONTROLLER_SLOT, SNAPSHOTS_CONTROLLER_SLOT, type SchemaEngine, type SchemaRegistry, type SelectAllBehavior, type SelectOption, type SelectionOrigin, type SelectionRecord, type SelectionRecordState, type SelectionState, type ServerConfig, type ServerExtensionContext, type SetMetaOp, type SetPropsOp, type Spacing, type SpliceTextOp, type StepEndPart, type StepStartPart, type StreamOpenOp, type StreamingTarget, type StructuralChange, type StructuralOriginTag, type StructuredOpOrigin, type TableBlockHandle, type TableCellHandle, type TableColumnSchema, type TableRowHandle, type TextSelection, type TextSplice, type TextStreamWriter, type ToolContext, type ToolDefinition, type ToolErrorPart, type ToolExecutionResult, type ToolInputAvailablePart, type ToolInputDeltaPart, type ToolInputStartPart, type ToolOutputPart, type ToolRegistry, type ToolRuntime, type ToolSchema, UNDO_HISTORY_METADATA_CONTROLLER_SLOT_KEY, UNDO_HISTORY_RESTORE_SLOT_KEY, type UndoHistoryMetadataController, type UndoHistoryMetadataEntry, type UndoHistoryMetadataRestoreContext, type UndoHistoryRestore, type UndoManager, type UndoManagerOptions, type Unsubscribe, type VersionEntry, type VersionMetadata, type XMLElement, generateId, isA11yLabelledBy, isAsyncIterable, isMessageKey, isNestedContent, isPluralMessage, isScopedSelectionTarget };
|
|
2514
|
+
export { type A11yLabel, type A11yMessageCatalog, type A11yMessageKey, type AIDocumentExcerpt, type AIDocumentExcerptKind, type AIRequestContext, type AIRequestFeature, type AIRequestFilter, AI_AUTOCOMPLETE_CONTROLLER_SLOT, AI_CONTROLLER_SLOT, AI_EGRESS_INVENTORY_CODE, AI_INLINE_HISTORY_SLOT, AI_REQUEST_REFUSED_CODE, AI_REVIEW_CONTROLLER_SLOT, AI_SUGGESTIONS_CONTROLLER_SLOT, ANNOUNCER_SLOT_KEY, AWAIT_EXTENSION_LIFECYCLE_SLOT_KEY, type AbortPart, type Affinity, type Anchor, type AnchorPosition, type AnchorRange, type AnchorTarget, type App, type AppChange, type AppCreatePart, type AppDecoration, type AppDeletePart, type AppHandle, type AppOp, type AppPlacement, type AppSchema, type AppSelection, type AppUpdatePart, type ApplyOptions, type AssetProvider, type AssetRef, type AssetUploadOptions, type Assoc, type AttributionRange, type Awareness, type AwarenessChangeEvent, type Block, type BlockA11ySpec, type BlockAuthoring, type BlockCapabilityKey, type BlockCapabilityMap, type BlockContentRole, type BlockDecoration, type BlockDeletePart, type BlockDisplay, type BlockHandle, type BlockImportMatch, type BlockInsertPart, type BlockMovePart, type BlockRenderContext, type BlockRenderer, type BlockSchema, type BlockSelection, type BlockSelectionRole, type BlockSuggestion, type BlockSuggestionAction, type BlockSuggestionPreviousState, type BlockTextChange, type BlockUpdatePart, type BorderDef, COLLECT_KEY_BINDINGS_SLOT_KEY, type CRDTAdapter, type CRDTArray, type CRDTDocument, type CRDTEvent, type CRDTMap, type CRDTUndoManager, type CRDTUndoStackItem, type CellSelection, type ChangeSummary, type ClientExtensionContext, type ColumnType, type Command, type CommandContext, type CommandHandler, type CommandHandlerProvider, type CommandHandlerRegistration, type CommandResult, type CommitEvent, type CommitEventSource, type ComposableSchema, type ConnectionState, type ContentType, type CreateEditorOptions, type CreateSubdocumentOptions, DECORATION_OMIT_FROM_RENDER_ATTRIBUTE, DEFAULT_MESSAGE_CATALOG, DOCUMENT_PROFILE_METADATA_KEY, type DataPart, type DateFormat, type Decoration, type DecorationSet, type DefaultAssoc, type DefineCommand, type DefineFacet, type DeleteBlockOp, type Diagnostic, type DiagnosticEvent, type DocumentOp, type DocumentProfile, type DocumentRange, type DocumentScope, type DocumentScopeInfo, type DocumentScopeKind, type DocumentScopeLookupOptions, type DocumentScopeReplacementEvent, type DocumentSession, type DocumentSessionAttachOptions, type DocumentState, type DocumentValidationError, type DonePart, type Editor, type EditorAnchors, type EditorAnnouncer, type EditorInternals, type EditorPreset, type EditorPresetContext, type EditorPresetResult, type EditorViewMode, type ErrorPart, type ExportOptions, type Exporter, type Extension, type ExtensionStateSpec, FIELD_EDITOR_SLOT_KEY, type Facet, type FacetDependency, type FacetOutput, type FacetProvider, type FacetSpec, type FieldEditor, type FieldEditorBehavior, type FieldEditorFocusOptions, type FieldEditorFocusReason, type FieldEditorInputMode, type FieldEditorType, type FlowBlockCapability, type FormatTextOp, type GenDeltaPart, type GenEndPart, type GenStartPart, type GenerationZone, type GridChange, type GridOp, HISTORY_ORIGIN_TAG, HOOK_PRIORITY_AUTH, HOOK_PRIORITY_DEFAULT, HOOK_PRIORITY_INPUT_RULE, HOOK_PRIORITY_SUGGEST, type HTMLImportElement, type HTMLImportNode, type HTMLImportTextNode, type HistoryAppliedEvent, IMPLICIT_V1_FORMAT_STAMP, INLINE_COMPLETION_SLOT, INLINE_COMPLETION_VISIBLE_BLOCK_ATTRIBUTE, INPUT_RULES_ENGINE_SLOT_KEY, type ImportContentSource, type ImportInlineMark, type ImportOptions, type ImportResult, type Importer, type InlineCompletionController, type InlineCompletionPreviewBlock, type InlineCompletionState, type InlineCompletionSuggestion, type InlineDecoration, type InlineDelta, type InlineInsert, type InlineNodeDeltaInsert, type InlineSchema, type InputRule, type InputRuleContext, type InputRuleHandler, type InsertBlockOp, type InteractionModel, type KeyBinding, type KeyBindingContext, type LayoutProps, type LayoutSchema, type LayoutUpdatePart, type LoadDocumentOptions, MIGRATION_LEDGER_METADATA_KEY, MULTIPLAYER_CONTROLLER_SLOT, MUTATION_GROUP_METADATA_KEY, type MarkdownNode, type MessageArgs, type MessageCatalog, type MessageKey, type MessageParams, type MessageParamsByKey, type MessageValue, type ModelAdapter, type ModelAdapterCapabilities, type ModelMessage, type ModelMessagePart, type ModelOperationBlockTarget, type ModelOperationDocumentTarget, type ModelOperationKind, type ModelOperationProvenance, type ModelOperationRangeTarget, type ModelOperationScopedRangeTarget, type ModelOperationSelectionTarget, type ModelRequestedOperation, type ModelStreamEvent, type ModelToolChoice, type MoveBlockOp, type MultiplayerSession, type MultiplayerSessionContext, type MutationGroupMetadata, type NumberFormat, type OpOrigin, type OpOriginType, type OpenTextStreamOptions, PEN_CLIPBOARD_JSON_MIME, PEN_CLIPBOARD_JSON_MIME_LEGACY, PEN_CLIPBOARD_PAYLOAD_VERSION, PEN_DOCUMENT_FORMAT, PEN_FORMAT_METADATA_KEY, PEN_STREAM_PROTOCOL_VERSION, type PenClipboardBlock, type PenClipboardDelta, type PenClipboardPayload, type PenDocument, type PenEventMap, type PenFormatStamp, type PenPersistence, type PenStreamPart, type PenStreamRequest, type PenTransport, type PingPart, type PipelinePhase, type PluralMessage, type Point, type Position, type Precedence, type PropSchema, RESERVED_METADATA_KEYS, REVIEW_SURFACE_BLOCK_SUGGESTION_CLASSES, REVIEW_SURFACE_CLASSES, REVIEW_SURFACE_CUSTOM_PROPERTIES, type Range, type ReadonlySelectionState, type ReplaceScopeDocumentOptions, type ReservedMetadataKey, type ResolveRelativePositionOptions, type ResolvedAnchorRange, SEARCH_CONTROLLER_SLOT, SNAPSHOTS_CONTROLLER_SLOT, type SchemaEngine, type SchemaRegistry, type SelectAllBehavior, type SelectOption, type SelectionOrigin, type SelectionRecord, type SelectionRecordState, type SelectionState, type ServerConfig, type ServerExtensionContext, type SetMetaOp, type SetPropsOp, type Spacing, type SpliceTextOp, type StepEndPart, type StepStartPart, type StreamOpenOp, type StreamingTarget, type StructuralChange, type StructuralOriginTag, type StructuredOpOrigin, type TableBlockHandle, type TableCellHandle, type TableColumnSchema, type TableRowHandle, type TextSelection, type TextSplice, type TextStreamWriter, type ToolContext, type ToolDefinition, type ToolErrorPart, type ToolExecutionResult, type ToolInputAvailablePart, type ToolInputDeltaPart, type ToolInputStartPart, type ToolOutputPart, type ToolRegistry, type ToolRuntime, type ToolSchema, UNDO_HISTORY_METADATA_CONTROLLER_SLOT_KEY, UNDO_HISTORY_RESTORE_SLOT_KEY, type UndoHistoryMetadataController, type UndoHistoryMetadataEntry, type UndoHistoryMetadataRestoreContext, type UndoHistoryRestore, type UndoManager, type UndoManagerOptions, type Unsubscribe, type VersionEntry, type VersionMetadata, type XMLElement, generateId, isA11yLabelledBy, isAsyncIterable, isMessageKey, isNestedContent, isPluralMessage, isScopedSelectionTarget };
|