@knowledge-medium/agent-cli 0.1.0
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/LICENSE +21 -0
- package/README.md +161 -0
- package/dist/cli.d.ts +3 -0
- package/dist/cli.d.ts.map +1 -0
- package/dist/cli.js +908 -0
- package/dist/cli.js.map +1 -0
- package/dist/config.d.ts +29 -0
- package/dist/config.d.ts.map +1 -0
- package/dist/config.js +91 -0
- package/dist/config.js.map +1 -0
- package/dist/kernel-types/assets.d.ts +14 -0
- package/dist/kernel-types/packages/agent-cli/src/protocol.d.ts +470 -0
- package/dist/kernel-types/packages/agent-cli/src/protocol.d.ts.map +1 -0
- package/dist/kernel-types/src/App.d.ts +3 -0
- package/dist/kernel-types/src/App.d.ts.map +1 -0
- package/dist/kernel-types/src/components/BlockComponent.d.ts +21 -0
- package/dist/kernel-types/src/components/BlockComponent.d.ts.map +1 -0
- package/dist/kernel-types/src/components/BlockEditor.d.ts +18 -0
- package/dist/kernel-types/src/components/BlockEditor.d.ts.map +1 -0
- package/dist/kernel-types/src/components/BlockLoadingPlaceholder.d.ts +15 -0
- package/dist/kernel-types/src/components/BlockLoadingPlaceholder.d.ts.map +1 -0
- package/dist/kernel-types/src/components/BlockProperties.d.ts +12 -0
- package/dist/kernel-types/src/components/BlockProperties.d.ts.map +1 -0
- package/dist/kernel-types/src/components/Header.d.ts +2 -0
- package/dist/kernel-types/src/components/Header.d.ts.map +1 -0
- package/dist/kernel-types/src/components/LazyBlockComponent.d.ts +29 -0
- package/dist/kernel-types/src/components/LazyBlockComponent.d.ts.map +1 -0
- package/dist/kernel-types/src/components/Login.d.ts +12 -0
- package/dist/kernel-types/src/components/Login.d.ts.map +1 -0
- package/dist/kernel-types/src/components/propertyEditors/RefPropertyEditor.d.ts +13 -0
- package/dist/kernel-types/src/components/propertyEditors/RefPropertyEditor.d.ts.map +1 -0
- package/dist/kernel-types/src/components/propertyEditors/RefTargetTypePicker.d.ts +7 -0
- package/dist/kernel-types/src/components/propertyEditors/RefTargetTypePicker.d.ts.map +1 -0
- package/dist/kernel-types/src/components/propertyEditors/TypesPropertyEditor.d.ts +3 -0
- package/dist/kernel-types/src/components/propertyEditors/TypesPropertyEditor.d.ts.map +1 -0
- package/dist/kernel-types/src/components/propertyEditors/defaults.d.ts +84 -0
- package/dist/kernel-types/src/components/propertyEditors/defaults.d.ts.map +1 -0
- package/dist/kernel-types/src/components/propertyEditors/kernelValuePresets.d.ts +7 -0
- package/dist/kernel-types/src/components/propertyEditors/kernelValuePresets.d.ts.map +1 -0
- package/dist/kernel-types/src/components/propertyEditors/refPropertyEditorOverride.d.ts +9 -0
- package/dist/kernel-types/src/components/propertyEditors/refPropertyEditorOverride.d.ts.map +1 -0
- package/dist/kernel-types/src/components/propertyEditors/typesPropertyUi.d.ts +7 -0
- package/dist/kernel-types/src/components/propertyEditors/typesPropertyUi.d.ts.map +1 -0
- package/dist/kernel-types/src/components/propertyPanel/AddPropertyForm.d.ts +16 -0
- package/dist/kernel-types/src/components/propertyPanel/AddPropertyForm.d.ts.map +1 -0
- package/dist/kernel-types/src/components/propertyPanel/PropertyPicker.d.ts +54 -0
- package/dist/kernel-types/src/components/propertyPanel/PropertyPicker.d.ts.map +1 -0
- package/dist/kernel-types/src/components/propertyPanel/PropertyRow.d.ts +21 -0
- package/dist/kernel-types/src/components/propertyPanel/PropertyRow.d.ts.map +1 -0
- package/dist/kernel-types/src/components/propertyPanel/Rows.d.ts +8 -0
- package/dist/kernel-types/src/components/propertyPanel/Rows.d.ts.map +1 -0
- package/dist/kernel-types/src/components/propertyPanel/actions.d.ts +26 -0
- package/dist/kernel-types/src/components/propertyPanel/actions.d.ts.map +1 -0
- package/dist/kernel-types/src/components/propertyPanel/layout.d.ts +7 -0
- package/dist/kernel-types/src/components/propertyPanel/layout.d.ts.map +1 -0
- package/dist/kernel-types/src/components/propertyPanel/model.d.ts +58 -0
- package/dist/kernel-types/src/components/propertyPanel/model.d.ts.map +1 -0
- package/dist/kernel-types/src/components/propertyPanel/shapeUi.d.ts +32 -0
- package/dist/kernel-types/src/components/propertyPanel/shapeUi.d.ts.map +1 -0
- package/dist/kernel-types/src/components/propertyPanel/shapes.d.ts +6 -0
- package/dist/kernel-types/src/components/propertyPanel/shapes.d.ts.map +1 -0
- package/dist/kernel-types/src/components/propertyPanel/visibility.d.ts +10 -0
- package/dist/kernel-types/src/components/propertyPanel/visibility.d.ts.map +1 -0
- package/dist/kernel-types/src/components/propertyPanelSections.d.ts +20 -0
- package/dist/kernel-types/src/components/propertyPanelSections.d.ts.map +1 -0
- package/dist/kernel-types/src/components/references/BlockEmbed.d.ts +4 -0
- package/dist/kernel-types/src/components/references/BlockEmbed.d.ts.map +1 -0
- package/dist/kernel-types/src/components/references/BlockRef.d.ts +6 -0
- package/dist/kernel-types/src/components/references/BlockRef.d.ts.map +1 -0
- package/dist/kernel-types/src/components/references/cycleGuard.d.ts +6 -0
- package/dist/kernel-types/src/components/references/cycleGuard.d.ts.map +1 -0
- package/dist/kernel-types/src/components/references/cycleGuardContext.d.ts +2 -0
- package/dist/kernel-types/src/components/references/cycleGuardContext.d.ts.map +1 -0
- package/dist/kernel-types/src/components/references/useBlockRefAncestors.d.ts +2 -0
- package/dist/kernel-types/src/components/references/useBlockRefAncestors.d.ts.map +1 -0
- package/dist/kernel-types/src/components/renderer/BlockTypeBlockRenderer.d.ts +12 -0
- package/dist/kernel-types/src/components/renderer/BlockTypeBlockRenderer.d.ts.map +1 -0
- package/dist/kernel-types/src/components/renderer/CodeMirrorContentRenderer.d.ts +3 -0
- package/dist/kernel-types/src/components/renderer/CodeMirrorContentRenderer.d.ts.map +1 -0
- package/dist/kernel-types/src/components/renderer/CodeMirrorExtensionBlockRenderer.d.ts +3 -0
- package/dist/kernel-types/src/components/renderer/CodeMirrorExtensionBlockRenderer.d.ts.map +1 -0
- package/dist/kernel-types/src/components/renderer/DefaultBlockRenderer.d.ts +26 -0
- package/dist/kernel-types/src/components/renderer/DefaultBlockRenderer.d.ts.map +1 -0
- package/dist/kernel-types/src/components/renderer/LayoutRenderer.d.ts +7 -0
- package/dist/kernel-types/src/components/renderer/LayoutRenderer.d.ts.map +1 -0
- package/dist/kernel-types/src/components/renderer/MarkdownContentRenderer.d.ts +9 -0
- package/dist/kernel-types/src/components/renderer/MarkdownContentRenderer.d.ts.map +1 -0
- package/dist/kernel-types/src/components/renderer/MissingDataRenderer.d.ts +7 -0
- package/dist/kernel-types/src/components/renderer/MissingDataRenderer.d.ts.map +1 -0
- package/dist/kernel-types/src/components/renderer/PanelRenderer.d.ts +7 -0
- package/dist/kernel-types/src/components/renderer/PanelRenderer.d.ts.map +1 -0
- package/dist/kernel-types/src/components/renderer/PropertySchemaBlockRenderer.d.ts +12 -0
- package/dist/kernel-types/src/components/renderer/PropertySchemaBlockRenderer.d.ts.map +1 -0
- package/dist/kernel-types/src/components/renderer/TopLevelRenderer.d.ts +7 -0
- package/dist/kernel-types/src/components/renderer/TopLevelRenderer.d.ts.map +1 -0
- package/dist/kernel-types/src/components/renderer/TypesPageBlockRenderer.d.ts +7 -0
- package/dist/kernel-types/src/components/renderer/TypesPageBlockRenderer.d.ts.map +1 -0
- package/dist/kernel-types/src/components/ui/anchored-floating.d.ts +25 -0
- package/dist/kernel-types/src/components/ui/anchored-floating.d.ts.map +1 -0
- package/dist/kernel-types/src/components/ui/button.d.ts +15 -0
- package/dist/kernel-types/src/components/ui/button.d.ts.map +1 -0
- package/dist/kernel-types/src/components/ui/card.d.ts +27 -0
- package/dist/kernel-types/src/components/ui/card.d.ts.map +1 -0
- package/dist/kernel-types/src/components/ui/checkbox.d.ts +8 -0
- package/dist/kernel-types/src/components/ui/checkbox.d.ts.map +1 -0
- package/dist/kernel-types/src/components/ui/collapsible.d.ts +6 -0
- package/dist/kernel-types/src/components/ui/collapsible.d.ts.map +1 -0
- package/dist/kernel-types/src/components/ui/command.d.ts +45 -0
- package/dist/kernel-types/src/components/ui/command.d.ts.map +1 -0
- package/dist/kernel-types/src/components/ui/context-menu.d.ts +52 -0
- package/dist/kernel-types/src/components/ui/context-menu.d.ts.map +1 -0
- package/dist/kernel-types/src/components/ui/dialog.d.ts +32 -0
- package/dist/kernel-types/src/components/ui/dialog.d.ts.map +1 -0
- package/dist/kernel-types/src/components/ui/dropdown-menu.d.ts +52 -0
- package/dist/kernel-types/src/components/ui/dropdown-menu.d.ts.map +1 -0
- package/dist/kernel-types/src/components/ui/floating-listbox.d.ts +20 -0
- package/dist/kernel-types/src/components/ui/floating-listbox.d.ts.map +1 -0
- package/dist/kernel-types/src/components/ui/index.d.ts +6 -0
- package/dist/kernel-types/src/components/ui/index.d.ts.map +1 -0
- package/dist/kernel-types/src/components/ui/input.d.ts +8 -0
- package/dist/kernel-types/src/components/ui/input.d.ts.map +1 -0
- package/dist/kernel-types/src/components/ui/kbd.d.ts +4 -0
- package/dist/kernel-types/src/components/ui/kbd.d.ts.map +1 -0
- package/dist/kernel-types/src/components/ui/label.d.ts +11 -0
- package/dist/kernel-types/src/components/ui/label.d.ts.map +1 -0
- package/dist/kernel-types/src/components/ui/textarea.d.ts +8 -0
- package/dist/kernel-types/src/components/ui/textarea.d.ts.map +1 -0
- package/dist/kernel-types/src/components/util/LazyViewportMount.d.ts +22 -0
- package/dist/kernel-types/src/components/util/LazyViewportMount.d.ts.map +1 -0
- package/dist/kernel-types/src/components/util/error.d.ts +4 -0
- package/dist/kernel-types/src/components/util/error.d.ts.map +1 -0
- package/dist/kernel-types/src/components/util/suspense.d.ts +2 -0
- package/dist/kernel-types/src/components/util/suspense.d.ts.map +1 -0
- package/dist/kernel-types/src/components/workspace/CreateWorkspaceDialog.d.ts +9 -0
- package/dist/kernel-types/src/components/workspace/CreateWorkspaceDialog.d.ts.map +1 -0
- package/dist/kernel-types/src/components/workspace/PendingInvitations.d.ts +2 -0
- package/dist/kernel-types/src/components/workspace/PendingInvitations.d.ts.map +1 -0
- package/dist/kernel-types/src/components/workspace/WorkspaceSettingsDialog.d.ts +10 -0
- package/dist/kernel-types/src/components/workspace/WorkspaceSettingsDialog.d.ts.map +1 -0
- package/dist/kernel-types/src/components/workspace/WorkspaceSwitcher.d.ts +4 -0
- package/dist/kernel-types/src/components/workspace/WorkspaceSwitcher.d.ts.map +1 -0
- package/dist/kernel-types/src/context/block.d.ts +13 -0
- package/dist/kernel-types/src/context/block.d.ts.map +1 -0
- package/dist/kernel-types/src/context/repo.d.ts +7 -0
- package/dist/kernel-types/src/context/repo.d.ts.map +1 -0
- package/dist/kernel-types/src/data/api/blockData.d.ts +73 -0
- package/dist/kernel-types/src/data/api/blockData.d.ts.map +1 -0
- package/dist/kernel-types/src/data/api/blockType.d.ts +19 -0
- package/dist/kernel-types/src/data/api/blockType.d.ts.map +1 -0
- package/dist/kernel-types/src/data/api/changeScope.d.ts +62 -0
- package/dist/kernel-types/src/data/api/changeScope.d.ts.map +1 -0
- package/dist/kernel-types/src/data/api/codecs.d.ts +72 -0
- package/dist/kernel-types/src/data/api/codecs.d.ts.map +1 -0
- package/dist/kernel-types/src/data/api/errors.d.ts +108 -0
- package/dist/kernel-types/src/data/api/errors.d.ts.map +1 -0
- package/dist/kernel-types/src/data/api/events.d.ts +19 -0
- package/dist/kernel-types/src/data/api/events.d.ts.map +1 -0
- package/dist/kernel-types/src/data/api/handle.d.ts +17 -0
- package/dist/kernel-types/src/data/api/handle.d.ts.map +1 -0
- package/dist/kernel-types/src/data/api/index.d.ts +20 -0
- package/dist/kernel-types/src/data/api/index.d.ts.map +1 -0
- package/dist/kernel-types/src/data/api/mutator.d.ts +42 -0
- package/dist/kernel-types/src/data/api/mutator.d.ts.map +1 -0
- package/dist/kernel-types/src/data/api/processor.d.ts +115 -0
- package/dist/kernel-types/src/data/api/processor.d.ts.map +1 -0
- package/dist/kernel-types/src/data/api/propertySchema.d.ts +90 -0
- package/dist/kernel-types/src/data/api/propertySchema.d.ts.map +1 -0
- package/dist/kernel-types/src/data/api/query.d.ts +81 -0
- package/dist/kernel-types/src/data/api/query.d.ts.map +1 -0
- package/dist/kernel-types/src/data/api/sameTxProcessor.d.ts +112 -0
- package/dist/kernel-types/src/data/api/sameTxProcessor.d.ts.map +1 -0
- package/dist/kernel-types/src/data/api/schema.d.ts +8 -0
- package/dist/kernel-types/src/data/api/schema.d.ts.map +1 -0
- package/dist/kernel-types/src/data/api/tx.d.ts +142 -0
- package/dist/kernel-types/src/data/api/tx.d.ts.map +1 -0
- package/dist/kernel-types/src/data/api/typedBlockQuery.d.ts +115 -0
- package/dist/kernel-types/src/data/api/typedBlockQuery.d.ts.map +1 -0
- package/dist/kernel-types/src/data/api/user.d.ts +9 -0
- package/dist/kernel-types/src/data/api/user.d.ts.map +1 -0
- package/dist/kernel-types/src/data/api/valuePresets.d.ts +56 -0
- package/dist/kernel-types/src/data/api/valuePresets.d.ts.map +1 -0
- package/dist/kernel-types/src/data/block.d.ts +140 -0
- package/dist/kernel-types/src/data/block.d.ts.map +1 -0
- package/dist/kernel-types/src/data/blockCache.d.ts +114 -0
- package/dist/kernel-types/src/data/blockCache.d.ts.map +1 -0
- package/dist/kernel-types/src/data/blockSchema.d.ts +102 -0
- package/dist/kernel-types/src/data/blockSchema.d.ts.map +1 -0
- package/dist/kernel-types/src/data/blockTypes.d.ts +21 -0
- package/dist/kernel-types/src/data/blockTypes.d.ts.map +1 -0
- package/dist/kernel-types/src/data/facets.d.ts +67 -0
- package/dist/kernel-types/src/data/facets.d.ts.map +1 -0
- package/dist/kernel-types/src/data/globalState.d.ts +72 -0
- package/dist/kernel-types/src/data/globalState.d.ts.map +1 -0
- package/dist/kernel-types/src/data/internals/clientSchema.d.ts +273 -0
- package/dist/kernel-types/src/data/internals/clientSchema.d.ts.map +1 -0
- package/dist/kernel-types/src/data/internals/commitPipeline.d.ts +127 -0
- package/dist/kernel-types/src/data/internals/commitPipeline.d.ts.map +1 -0
- package/dist/kernel-types/src/data/internals/coreProperties.d.ts +16 -0
- package/dist/kernel-types/src/data/internals/coreProperties.d.ts.map +1 -0
- package/dist/kernel-types/src/data/internals/handleStore.d.ts +366 -0
- package/dist/kernel-types/src/data/internals/handleStore.d.ts.map +1 -0
- package/dist/kernel-types/src/data/internals/kernelInvalidation.d.ts +77 -0
- package/dist/kernel-types/src/data/internals/kernelInvalidation.d.ts.map +1 -0
- package/dist/kernel-types/src/data/internals/kernelMutators.d.ts +174 -0
- package/dist/kernel-types/src/data/internals/kernelMutators.d.ts.map +1 -0
- package/dist/kernel-types/src/data/internals/kernelProcessors.d.ts +3 -0
- package/dist/kernel-types/src/data/internals/kernelProcessors.d.ts.map +1 -0
- package/dist/kernel-types/src/data/internals/kernelQueries.d.ts +225 -0
- package/dist/kernel-types/src/data/internals/kernelQueries.d.ts.map +1 -0
- package/dist/kernel-types/src/data/internals/mergeProperties.d.ts +21 -0
- package/dist/kernel-types/src/data/internals/mergeProperties.d.ts.map +1 -0
- package/dist/kernel-types/src/data/internals/normalizeReferencesProcessor.d.ts +28 -0
- package/dist/kernel-types/src/data/internals/normalizeReferencesProcessor.d.ts.map +1 -0
- package/dist/kernel-types/src/data/internals/processorRunner.d.ts +95 -0
- package/dist/kernel-types/src/data/internals/processorRunner.d.ts.map +1 -0
- package/dist/kernel-types/src/data/internals/rowEventsTail.d.ts +70 -0
- package/dist/kernel-types/src/data/internals/rowEventsTail.d.ts.map +1 -0
- package/dist/kernel-types/src/data/internals/timingMetrics.d.ts +115 -0
- package/dist/kernel-types/src/data/internals/timingMetrics.d.ts.map +1 -0
- package/dist/kernel-types/src/data/internals/treeQueries.d.ts +87 -0
- package/dist/kernel-types/src/data/internals/treeQueries.d.ts.map +1 -0
- package/dist/kernel-types/src/data/internals/txEngine.d.ts +155 -0
- package/dist/kernel-types/src/data/internals/txEngine.d.ts.map +1 -0
- package/dist/kernel-types/src/data/internals/txSnapshots.d.ts +32 -0
- package/dist/kernel-types/src/data/internals/txSnapshots.d.ts.map +1 -0
- package/dist/kernel-types/src/data/internals/typedBlockQuery.d.ts +37 -0
- package/dist/kernel-types/src/data/internals/typedBlockQuery.d.ts.map +1 -0
- package/dist/kernel-types/src/data/internals/undoManager.d.ts +88 -0
- package/dist/kernel-types/src/data/internals/undoManager.d.ts.map +1 -0
- package/dist/kernel-types/src/data/invalidation.d.ts +47 -0
- package/dist/kernel-types/src/data/invalidation.d.ts.map +1 -0
- package/dist/kernel-types/src/data/kernelDataExtension.d.ts +32 -0
- package/dist/kernel-types/src/data/kernelDataExtension.d.ts.map +1 -0
- package/dist/kernel-types/src/data/kernelPage.d.ts +36 -0
- package/dist/kernel-types/src/data/kernelPage.d.ts.map +1 -0
- package/dist/kernel-types/src/data/localSchema.d.ts +5 -0
- package/dist/kernel-types/src/data/localSchema.d.ts.map +1 -0
- package/dist/kernel-types/src/data/metricsConsoleHook.d.ts +22 -0
- package/dist/kernel-types/src/data/metricsConsoleHook.d.ts.map +1 -0
- package/dist/kernel-types/src/data/orderKey.d.ts +38 -0
- package/dist/kernel-types/src/data/orderKey.d.ts.map +1 -0
- package/dist/kernel-types/src/data/pluginStateExtensions.d.ts +27 -0
- package/dist/kernel-types/src/data/pluginStateExtensions.d.ts.map +1 -0
- package/dist/kernel-types/src/data/properties.d.ts +137 -0
- package/dist/kernel-types/src/data/properties.d.ts.map +1 -0
- package/dist/kernel-types/src/data/propertiesPage.d.ts +8 -0
- package/dist/kernel-types/src/data/propertiesPage.d.ts.map +1 -0
- package/dist/kernel-types/src/data/repo.d.ts +745 -0
- package/dist/kernel-types/src/data/repo.d.ts.map +1 -0
- package/dist/kernel-types/src/data/repoProvider.d.ts +35 -0
- package/dist/kernel-types/src/data/repoProvider.d.ts.map +1 -0
- package/dist/kernel-types/src/data/stateBlocks.d.ts +57 -0
- package/dist/kernel-types/src/data/stateBlocks.d.ts.map +1 -0
- package/dist/kernel-types/src/data/targets.d.ts +130 -0
- package/dist/kernel-types/src/data/targets.d.ts.map +1 -0
- package/dist/kernel-types/src/data/typeExtraction.d.ts +136 -0
- package/dist/kernel-types/src/data/typeExtraction.d.ts.map +1 -0
- package/dist/kernel-types/src/data/typesPage.d.ts +8 -0
- package/dist/kernel-types/src/data/typesPage.d.ts.map +1 -0
- package/dist/kernel-types/src/data/userPrefs.d.ts +7 -0
- package/dist/kernel-types/src/data/userPrefs.d.ts.map +1 -0
- package/dist/kernel-types/src/data/userSchemasService.d.ts +73 -0
- package/dist/kernel-types/src/data/userSchemasService.d.ts.map +1 -0
- package/dist/kernel-types/src/data/userTypesService.d.ts +70 -0
- package/dist/kernel-types/src/data/userTypesService.d.ts.map +1 -0
- package/dist/kernel-types/src/data/workspaceSchema.d.ts +49 -0
- package/dist/kernel-types/src/data/workspaceSchema.d.ts.map +1 -0
- package/dist/kernel-types/src/data/workspaces.d.ts +39 -0
- package/dist/kernel-types/src/data/workspaces.d.ts.map +1 -0
- package/dist/kernel-types/src/extensions/AppRuntimeProvider.d.ts +6 -0
- package/dist/kernel-types/src/extensions/AppRuntimeProvider.d.ts.map +1 -0
- package/dist/kernel-types/src/extensions/BlockFocusShellDecorator.d.ts +4 -0
- package/dist/kernel-types/src/extensions/BlockFocusShellDecorator.d.ts.map +1 -0
- package/dist/kernel-types/src/extensions/ExtensionRenderBoundary.d.ts +6 -0
- package/dist/kernel-types/src/extensions/ExtensionRenderBoundary.d.ts.map +1 -0
- package/dist/kernel-types/src/extensions/api.d.ts +25 -0
- package/dist/kernel-types/src/extensions/api.d.ts.map +1 -0
- package/dist/kernel-types/src/extensions/blockInteraction.d.ts +147 -0
- package/dist/kernel-types/src/extensions/blockInteraction.d.ts.map +1 -0
- package/dist/kernel-types/src/extensions/compileExtensionModule.d.ts +39 -0
- package/dist/kernel-types/src/extensions/compileExtensionModule.d.ts.map +1 -0
- package/dist/kernel-types/src/extensions/core.d.ts +99 -0
- package/dist/kernel-types/src/extensions/core.d.ts.map +1 -0
- package/dist/kernel-types/src/extensions/defaultEditorInteractions.d.ts +5 -0
- package/dist/kernel-types/src/extensions/defaultEditorInteractions.d.ts.map +1 -0
- package/dist/kernel-types/src/extensions/defaultRenderers.d.ts +5 -0
- package/dist/kernel-types/src/extensions/defaultRenderers.d.ts.map +1 -0
- package/dist/kernel-types/src/extensions/dialogAppMount.d.ts +4 -0
- package/dist/kernel-types/src/extensions/dialogAppMount.d.ts.map +1 -0
- package/dist/kernel-types/src/extensions/discoverToggleTree.d.ts +34 -0
- package/dist/kernel-types/src/extensions/discoverToggleTree.d.ts.map +1 -0
- package/dist/kernel-types/src/extensions/dynamicExtensions.d.ts +59 -0
- package/dist/kernel-types/src/extensions/dynamicExtensions.d.ts.map +1 -0
- package/dist/kernel-types/src/extensions/editor.d.ts +11 -0
- package/dist/kernel-types/src/extensions/editor.d.ts.map +1 -0
- package/dist/kernel-types/src/extensions/editorAutocomplete.d.ts +11 -0
- package/dist/kernel-types/src/extensions/editorAutocomplete.d.ts.map +1 -0
- package/dist/kernel-types/src/extensions/exampleExtensions.d.ts +19 -0
- package/dist/kernel-types/src/extensions/exampleExtensions.d.ts.map +1 -0
- package/dist/kernel-types/src/extensions/extensionLoadErrors.d.ts +28 -0
- package/dist/kernel-types/src/extensions/extensionLoadErrors.d.ts.map +1 -0
- package/dist/kernel-types/src/extensions/extensionLookup.d.ts +25 -0
- package/dist/kernel-types/src/extensions/extensionLookup.d.ts.map +1 -0
- package/dist/kernel-types/src/extensions/facet.d.ts +84 -0
- package/dist/kernel-types/src/extensions/facet.d.ts.map +1 -0
- package/dist/kernel-types/src/extensions/overridesCache.d.ts +36 -0
- package/dist/kernel-types/src/extensions/overridesCache.d.ts.map +1 -0
- package/dist/kernel-types/src/extensions/pluginIds.d.ts +20 -0
- package/dist/kernel-types/src/extensions/pluginIds.d.ts.map +1 -0
- package/dist/kernel-types/src/extensions/resolveAppRuntime.d.ts +50 -0
- package/dist/kernel-types/src/extensions/resolveAppRuntime.d.ts.map +1 -0
- package/dist/kernel-types/src/extensions/runtimeActions.d.ts +4 -0
- package/dist/kernel-types/src/extensions/runtimeActions.d.ts.map +1 -0
- package/dist/kernel-types/src/extensions/runtimeContext.d.ts +4 -0
- package/dist/kernel-types/src/extensions/runtimeContext.d.ts.map +1 -0
- package/dist/kernel-types/src/extensions/runtimeEvents.d.ts +3 -0
- package/dist/kernel-types/src/extensions/runtimeEvents.d.ts.map +1 -0
- package/dist/kernel-types/src/extensions/staticAppExtensions.d.ts +6 -0
- package/dist/kernel-types/src/extensions/staticAppExtensions.d.ts.map +1 -0
- package/dist/kernel-types/src/extensions/staticDataExtensions.d.ts +6 -0
- package/dist/kernel-types/src/extensions/staticDataExtensions.d.ts.map +1 -0
- package/dist/kernel-types/src/extensions/toastAppMount.d.ts +4 -0
- package/dist/kernel-types/src/extensions/toastAppMount.d.ts.map +1 -0
- package/dist/kernel-types/src/extensions/togglable.d.ts +79 -0
- package/dist/kernel-types/src/extensions/togglable.d.ts.map +1 -0
- package/dist/kernel-types/src/extensions/useOverrides.d.ts +36 -0
- package/dist/kernel-types/src/extensions/useOverrides.d.ts.map +1 -0
- package/dist/kernel-types/src/extensions/useShortcutSurfaceActivations.d.ts +22 -0
- package/dist/kernel-types/src/extensions/useShortcutSurfaceActivations.d.ts.map +1 -0
- package/dist/kernel-types/src/extensions/variantFacet.d.ts +70 -0
- package/dist/kernel-types/src/extensions/variantFacet.d.ts.map +1 -0
- package/dist/kernel-types/src/hooks/block.d.ts +153 -0
- package/dist/kernel-types/src/hooks/block.d.ts.map +1 -0
- package/dist/kernel-types/src/hooks/propertySchemas.d.ts +6 -0
- package/dist/kernel-types/src/hooks/propertySchemas.d.ts.map +1 -0
- package/dist/kernel-types/src/hooks/useIsFocalRender.d.ts +24 -0
- package/dist/kernel-types/src/hooks/useIsFocalRender.d.ts.map +1 -0
- package/dist/kernel-types/src/hooks/usePendingInvitations.d.ts +8 -0
- package/dist/kernel-types/src/hooks/usePendingInvitations.d.ts.map +1 -0
- package/dist/kernel-types/src/hooks/useRendererRegistry.d.ts +5 -0
- package/dist/kernel-types/src/hooks/useRendererRegistry.d.ts.map +1 -0
- package/dist/kernel-types/src/hooks/useWorkspaces.d.ts +19 -0
- package/dist/kernel-types/src/hooks/useWorkspaces.d.ts.map +1 -0
- package/dist/kernel-types/src/initData.d.ts +26 -0
- package/dist/kernel-types/src/initData.d.ts.map +1 -0
- package/dist/kernel-types/src/lib/utils.d.ts +3 -0
- package/dist/kernel-types/src/lib/utils.d.ts.map +1 -0
- package/dist/kernel-types/src/main.d.ts +2 -0
- package/dist/kernel-types/src/main.d.ts.map +1 -0
- package/dist/kernel-types/src/markdown/MarkdownImage.d.ts +6 -0
- package/dist/kernel-types/src/markdown/MarkdownImage.d.ts.map +1 -0
- package/dist/kernel-types/src/markdown/defaultMarkdownExtension.d.ts +4 -0
- package/dist/kernel-types/src/markdown/defaultMarkdownExtension.d.ts.map +1 -0
- package/dist/kernel-types/src/markdown/extensions.d.ts +18 -0
- package/dist/kernel-types/src/markdown/extensions.d.ts.map +1 -0
- package/dist/kernel-types/src/minimal-editor.d.ts +2 -0
- package/dist/kernel-types/src/minimal-editor.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/account-header/AccountHeaderItem.d.ts +2 -0
- package/dist/kernel-types/src/plugins/account-header/AccountHeaderItem.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/account-header/index.d.ts +6 -0
- package/dist/kernel-types/src/plugins/account-header/index.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/agent-runtime/AgentTokensDialog.d.ts +11 -0
- package/dist/kernel-types/src/plugins/agent-runtime/AgentTokensDialog.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/agent-runtime/authoringCatalog.d.ts +78 -0
- package/dist/kernel-types/src/plugins/agent-runtime/authoringCatalog.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/agent-runtime/bridge.d.ts +5 -0
- package/dist/kernel-types/src/plugins/agent-runtime/bridge.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/agent-runtime/commands.d.ts +5 -0
- package/dist/kernel-types/src/plugins/agent-runtime/commands.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/agent-runtime/describeRuntime.d.ts +156 -0
- package/dist/kernel-types/src/plugins/agent-runtime/describeRuntime.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/agent-runtime/extensionLint.d.ts +37 -0
- package/dist/kernel-types/src/plugins/agent-runtime/extensionLint.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/agent-runtime/index.d.ts +11 -0
- package/dist/kernel-types/src/plugins/agent-runtime/index.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/agent-runtime/protocol.d.ts +144 -0
- package/dist/kernel-types/src/plugins/agent-runtime/protocol.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/agent-runtime/serialization.d.ts +11 -0
- package/dist/kernel-types/src/plugins/agent-runtime/serialization.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/agent-runtime/tokens.d.ts +39 -0
- package/dist/kernel-types/src/plugins/agent-runtime/tokens.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/alias/dataExtension.d.ts +3 -0
- package/dist/kernel-types/src/plugins/alias/dataExtension.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/alias/index.d.ts +16 -0
- package/dist/kernel-types/src/plugins/alias/index.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/alias/syncProcessor.d.ts +54 -0
- package/dist/kernel-types/src/plugins/alias/syncProcessor.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/app-intents/appIntents.d.ts +44 -0
- package/dist/kernel-types/src/plugins/app-intents/appIntents.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/app-intents/index.d.ts +24 -0
- package/dist/kernel-types/src/plugins/app-intents/index.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/backlinks/BacklinkEntry.d.ts +6 -0
- package/dist/kernel-types/src/plugins/backlinks/BacklinkEntry.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/backlinks/BacklinkFilters.d.ts +14 -0
- package/dist/kernel-types/src/plugins/backlinks/BacklinkFilters.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/backlinks/BacklinksFilterPropertyEditor.d.ts +4 -0
- package/dist/kernel-types/src/plugins/backlinks/BacklinksFilterPropertyEditor.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/backlinks/LinkedReferences.d.ts +3 -0
- package/dist/kernel-types/src/plugins/backlinks/LinkedReferences.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/backlinks/backlinkBreadcrumbShortcuts.d.ts +19 -0
- package/dist/kernel-types/src/plugins/backlinks/backlinkBreadcrumbShortcuts.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/backlinks/dailyNoteDefaults.d.ts +13 -0
- package/dist/kernel-types/src/plugins/backlinks/dailyNoteDefaults.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/backlinks/dataExtension.d.ts +3 -0
- package/dist/kernel-types/src/plugins/backlinks/dataExtension.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/backlinks/filterProperty.d.ts +13 -0
- package/dist/kernel-types/src/plugins/backlinks/filterProperty.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/backlinks/index.d.ts +3 -0
- package/dist/kernel-types/src/plugins/backlinks/index.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/backlinks/propertyEditorOverride.d.ts +2 -0
- package/dist/kernel-types/src/plugins/backlinks/propertyEditorOverride.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/backlinks/propertyFilter.d.ts +35 -0
- package/dist/kernel-types/src/plugins/backlinks/propertyFilter.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/backlinks/query.d.ts +38 -0
- package/dist/kernel-types/src/plugins/backlinks/query.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/backlinks/useBacklinks.d.ts +5 -0
- package/dist/kernel-types/src/plugins/backlinks/useBacklinks.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/backlinks/useStoredBacklinkFilter.d.ts +11 -0
- package/dist/kernel-types/src/plugins/backlinks/useStoredBacklinkFilter.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/backlinks-view/BacklinksEmptyState.d.ts +5 -0
- package/dist/kernel-types/src/plugins/backlinks-view/BacklinksEmptyState.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/backlinks-view/BacklinksViewSection.d.ts +30 -0
- package/dist/kernel-types/src/plugins/backlinks-view/BacklinksViewSection.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/backlinks-view/facet.d.ts +23 -0
- package/dist/kernel-types/src/plugins/backlinks-view/facet.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/backlinks-view/index.d.ts +3 -0
- package/dist/kernel-types/src/plugins/backlinks-view/index.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/backlinks-view/prop.d.ts +20 -0
- package/dist/kernel-types/src/plugins/backlinks-view/prop.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/block-tagging/AddTagDialog.d.ts +6 -0
- package/dist/kernel-types/src/plugins/block-tagging/AddTagDialog.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/block-tagging/BlockTagsConfigEditor.d.ts +3 -0
- package/dist/kernel-types/src/plugins/block-tagging/BlockTagsConfigEditor.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/block-tagging/addTagAction.d.ts +7 -0
- package/dist/kernel-types/src/plugins/block-tagging/addTagAction.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/block-tagging/appendTag.d.ts +22 -0
- package/dist/kernel-types/src/plugins/block-tagging/appendTag.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/block-tagging/config.d.ts +21 -0
- package/dist/kernel-types/src/plugins/block-tagging/config.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/block-tagging/dataExtension.d.ts +3 -0
- package/dist/kernel-types/src/plugins/block-tagging/dataExtension.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/block-tagging/index.d.ts +6 -0
- package/dist/kernel-types/src/plugins/block-tagging/index.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/block-tagging/propertyEditorOverride.d.ts +2 -0
- package/dist/kernel-types/src/plugins/block-tagging/propertyEditorOverride.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/breadcrumbs/BreadcrumbList.d.ts +16 -0
- package/dist/kernel-types/src/plugins/breadcrumbs/BreadcrumbList.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/breadcrumbs/BreadcrumbRenderer.d.ts +7 -0
- package/dist/kernel-types/src/plugins/breadcrumbs/BreadcrumbRenderer.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/breadcrumbs/Breadcrumbs.d.ts +5 -0
- package/dist/kernel-types/src/plugins/breadcrumbs/Breadcrumbs.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/breadcrumbs/breadcrumbPreview.d.ts +2 -0
- package/dist/kernel-types/src/plugins/breadcrumbs/breadcrumbPreview.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/breadcrumbs/index.d.ts +9 -0
- package/dist/kernel-types/src/plugins/breadcrumbs/index.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/command-palette/CommandPalette.d.ts +2 -0
- package/dist/kernel-types/src/plugins/command-palette/CommandPalette.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/command-palette/HeaderItem.d.ts +2 -0
- package/dist/kernel-types/src/plugins/command-palette/HeaderItem.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/command-palette/context.d.ts +7 -0
- package/dist/kernel-types/src/plugins/command-palette/context.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/command-palette/events.d.ts +2 -0
- package/dist/kernel-types/src/plugins/command-palette/events.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/command-palette/index.d.ts +24 -0
- package/dist/kernel-types/src/plugins/command-palette/index.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/command-palette/useCommandPaletteActions.d.ts +8 -0
- package/dist/kernel-types/src/plugins/command-palette/useCommandPaletteActions.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/daily-notes/CalendarGrid.d.ts +39 -0
- package/dist/kernel-types/src/plugins/daily-notes/CalendarGrid.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/daily-notes/DailyNotePicker.d.ts +2 -0
- package/dist/kernel-types/src/plugins/daily-notes/DailyNotePicker.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/daily-notes/DateKeyboardScrubController.d.ts +2 -0
- package/dist/kernel-types/src/plugins/daily-notes/DateKeyboardScrubController.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/daily-notes/DateScrubOverlay.d.ts +2 -0
- package/dist/kernel-types/src/plugins/daily-notes/DateScrubOverlay.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/daily-notes/HeaderItem.d.ts +2 -0
- package/dist/kernel-types/src/plugins/daily-notes/HeaderItem.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/daily-notes/ReschedulePicker.d.ts +2 -0
- package/dist/kernel-types/src/plugins/daily-notes/ReschedulePicker.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/daily-notes/SpreadDatesDialog.d.ts +9 -0
- package/dist/kernel-types/src/plugins/daily-notes/SpreadDatesDialog.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/daily-notes/actions.d.ts +59 -0
- package/dist/kernel-types/src/plugins/daily-notes/actions.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/daily-notes/blockDateAdapter.d.ts +45 -0
- package/dist/kernel-types/src/plugins/daily-notes/blockDateAdapter.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/daily-notes/calendar.d.ts +26 -0
- package/dist/kernel-types/src/plugins/daily-notes/calendar.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/daily-notes/dailyNotes.d.ts +67 -0
- package/dist/kernel-types/src/plugins/daily-notes/dailyNotes.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/daily-notes/dataExtension.d.ts +3 -0
- package/dist/kernel-types/src/plugins/daily-notes/dataExtension.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/daily-notes/dateScrubGesture.d.ts +32 -0
- package/dist/kernel-types/src/plugins/daily-notes/dateScrubGesture.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/daily-notes/events.d.ts +15 -0
- package/dist/kernel-types/src/plugins/daily-notes/events.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/daily-notes/index.d.ts +71 -0
- package/dist/kernel-types/src/plugins/daily-notes/index.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/daily-notes/landing.d.ts +21 -0
- package/dist/kernel-types/src/plugins/daily-notes/landing.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/daily-notes/localSchema.d.ts +4 -0
- package/dist/kernel-types/src/plugins/daily-notes/localSchema.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/daily-notes/referenceDateAdapter.d.ts +20 -0
- package/dist/kernel-types/src/plugins/daily-notes/referenceDateAdapter.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/daily-notes/rescheduleAction.d.ts +6 -0
- package/dist/kernel-types/src/plugins/daily-notes/rescheduleAction.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/daily-notes/rescheduleEvents.d.ts +25 -0
- package/dist/kernel-types/src/plugins/daily-notes/rescheduleEvents.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/daily-notes/schema.d.ts +11 -0
- package/dist/kernel-types/src/plugins/daily-notes/schema.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/daily-notes/spreadBlockDates.d.ts +37 -0
- package/dist/kernel-types/src/plugins/daily-notes/spreadBlockDates.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/daily-notes/spreadDatesAction.d.ts +7 -0
- package/dist/kernel-types/src/plugins/daily-notes/spreadDatesAction.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/daily-notes/wikilinkDateDecorator.d.ts +3 -0
- package/dist/kernel-types/src/plugins/daily-notes/wikilinkDateDecorator.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/extensions-settings/ExtensionsOverridesEditor.d.ts +19 -0
- package/dist/kernel-types/src/plugins/extensions-settings/ExtensionsOverridesEditor.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/extensions-settings/ExtensionsSettings.d.ts +28 -0
- package/dist/kernel-types/src/plugins/extensions-settings/ExtensionsSettings.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/extensions-settings/actions.d.ts +16 -0
- package/dist/kernel-types/src/plugins/extensions-settings/actions.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/extensions-settings/config.d.ts +19 -0
- package/dist/kernel-types/src/plugins/extensions-settings/config.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/extensions-settings/dataExtension.d.ts +3 -0
- package/dist/kernel-types/src/plugins/extensions-settings/dataExtension.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/extensions-settings/effect.d.ts +36 -0
- package/dist/kernel-types/src/plugins/extensions-settings/effect.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/extensions-settings/index.d.ts +13 -0
- package/dist/kernel-types/src/plugins/extensions-settings/index.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/extensions-settings/propertyEditorOverride.d.ts +3 -0
- package/dist/kernel-types/src/plugins/extensions-settings/propertyEditorOverride.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/extensions-settings/useToggleTree.d.ts +21 -0
- package/dist/kernel-types/src/plugins/extensions-settings/useToggleTree.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/extract-type/ExtractTypeDialog.d.ts +17 -0
- package/dist/kernel-types/src/plugins/extract-type/ExtractTypeDialog.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/extract-type/FindTypeInstancesDialog.d.ts +18 -0
- package/dist/kernel-types/src/plugins/extract-type/FindTypeInstancesDialog.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/extract-type/PropertyShapePicker.d.ts +78 -0
- package/dist/kernel-types/src/plugins/extract-type/PropertyShapePicker.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/extract-type/action.d.ts +19 -0
- package/dist/kernel-types/src/plugins/extract-type/action.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/extract-type/events.d.ts +16 -0
- package/dist/kernel-types/src/plugins/extract-type/events.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/extract-type/index.d.ts +22 -0
- package/dist/kernel-types/src/plugins/extract-type/index.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/find-replace/FindReplaceDialog.d.ts +2 -0
- package/dist/kernel-types/src/plugins/find-replace/FindReplaceDialog.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/find-replace/HeaderItem.d.ts +2 -0
- package/dist/kernel-types/src/plugins/find-replace/HeaderItem.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/find-replace/dataExtension.d.ts +25 -0
- package/dist/kernel-types/src/plugins/find-replace/dataExtension.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/find-replace/events.d.ts +2 -0
- package/dist/kernel-types/src/plugins/find-replace/events.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/find-replace/index.d.ts +13 -0
- package/dist/kernel-types/src/plugins/find-replace/index.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/find-replace/search.d.ts +15 -0
- package/dist/kernel-types/src/plugins/find-replace/search.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/find-replace/types.d.ts +33 -0
- package/dist/kernel-types/src/plugins/find-replace/types.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/geo/LocationPropertyEditor.d.ts +14 -0
- package/dist/kernel-types/src/plugins/geo/LocationPropertyEditor.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/geo/MapView.d.ts +29 -0
- package/dist/kernel-types/src/plugins/geo/MapView.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/geo/blockTypes.d.ts +15 -0
- package/dist/kernel-types/src/plugins/geo/blockTypes.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/geo/codeMirrorExtensions.d.ts +17 -0
- package/dist/kernel-types/src/plugins/geo/codeMirrorExtensions.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/geo/codecs.d.ts +16 -0
- package/dist/kernel-types/src/plugins/geo/codecs.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/geo/createOrFindPlace.d.ts +36 -0
- package/dist/kernel-types/src/plugins/geo/createOrFindPlace.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/geo/currentLocation.d.ts +34 -0
- package/dist/kernel-types/src/plugins/geo/currentLocation.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/geo/dataExtension.d.ts +7 -0
- package/dist/kernel-types/src/plugins/geo/dataExtension.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/geo/geoContentDecorator.d.ts +18 -0
- package/dist/kernel-types/src/plugins/geo/geoContentDecorator.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/geo/googlePlacesClient.d.ts +102 -0
- package/dist/kernel-types/src/plugins/geo/googlePlacesClient.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/geo/index.d.ts +11 -0
- package/dist/kernel-types/src/plugins/geo/index.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/geo/locationsPage.d.ts +11 -0
- package/dist/kernel-types/src/plugins/geo/locationsPage.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/geo/pickCurrentLocation.d.ts +23 -0
- package/dist/kernel-types/src/plugins/geo/pickCurrentLocation.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/geo/placeAutocomplete.d.ts +103 -0
- package/dist/kernel-types/src/plugins/geo/placeAutocomplete.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/geo/properties.d.ts +33 -0
- package/dist/kernel-types/src/plugins/geo/properties.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/geo/propertyEditorOverrides.d.ts +6 -0
- package/dist/kernel-types/src/plugins/geo/propertyEditorOverrides.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/geo/query.d.ts +48 -0
- package/dist/kernel-types/src/plugins/geo/query.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/geo/usePlaceSearch.d.ts +43 -0
- package/dist/kernel-types/src/plugins/geo/usePlaceSearch.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/grouped-backlinks/GroupHeaderActionButton.d.ts +27 -0
- package/dist/kernel-types/src/plugins/grouped-backlinks/GroupHeaderActionButton.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/grouped-backlinks/GroupedBacklinksConfigEditor.d.ts +4 -0
- package/dist/kernel-types/src/plugins/grouped-backlinks/GroupedBacklinksConfigEditor.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/grouped-backlinks/GroupedLinkedReferences.d.ts +3 -0
- package/dist/kernel-types/src/plugins/grouped-backlinks/GroupedLinkedReferences.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/grouped-backlinks/config.d.ts +24 -0
- package/dist/kernel-types/src/plugins/grouped-backlinks/config.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/grouped-backlinks/dataExtension.d.ts +3 -0
- package/dist/kernel-types/src/plugins/grouped-backlinks/dataExtension.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/grouped-backlinks/facet.d.ts +31 -0
- package/dist/kernel-types/src/plugins/grouped-backlinks/facet.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/grouped-backlinks/grouping.d.ts +23 -0
- package/dist/kernel-types/src/plugins/grouped-backlinks/grouping.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/grouped-backlinks/index.d.ts +3 -0
- package/dist/kernel-types/src/plugins/grouped-backlinks/index.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/grouped-backlinks/propertyEditorOverride.d.ts +3 -0
- package/dist/kernel-types/src/plugins/grouped-backlinks/propertyEditorOverride.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/grouped-backlinks/query.d.ts +34 -0
- package/dist/kernel-types/src/plugins/grouped-backlinks/query.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/grouped-backlinks/useGroupedBacklinks.d.ts +6 -0
- package/dist/kernel-types/src/plugins/grouped-backlinks/useGroupedBacklinks.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/grouped-backlinks/useGroupedBacklinksConfig.d.ts +4 -0
- package/dist/kernel-types/src/plugins/grouped-backlinks/useGroupedBacklinksConfig.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/left-sidebar/HeaderItem.d.ts +2 -0
- package/dist/kernel-types/src/plugins/left-sidebar/HeaderItem.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/left-sidebar/LeftSidebar.d.ts +5 -0
- package/dist/kernel-types/src/plugins/left-sidebar/LeftSidebar.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/left-sidebar/actions.d.ts +5 -0
- package/dist/kernel-types/src/plugins/left-sidebar/actions.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/left-sidebar/events.d.ts +7 -0
- package/dist/kernel-types/src/plugins/left-sidebar/events.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/left-sidebar/facet.d.ts +11 -0
- package/dist/kernel-types/src/plugins/left-sidebar/facet.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/left-sidebar/index.d.ts +14 -0
- package/dist/kernel-types/src/plugins/left-sidebar/index.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/left-sidebar/shortcuts.d.ts +5 -0
- package/dist/kernel-types/src/plugins/left-sidebar/shortcuts.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/merge-blocks/MergePicker.d.ts +2 -0
- package/dist/kernel-types/src/plugins/merge-blocks/MergePicker.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/merge-blocks/events.d.ts +17 -0
- package/dist/kernel-types/src/plugins/merge-blocks/events.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/merge-blocks/index.d.ts +5 -0
- package/dist/kernel-types/src/plugins/merge-blocks/index.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/merge-blocks/mergeAction.d.ts +4 -0
- package/dist/kernel-types/src/plugins/merge-blocks/mergeAction.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/merge-blocks/strategy.d.ts +13 -0
- package/dist/kernel-types/src/plugins/merge-blocks/strategy.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/mobile-bottom-nav/Button.d.ts +9 -0
- package/dist/kernel-types/src/plugins/mobile-bottom-nav/Button.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/mobile-bottom-nav/MobileBottomNav.d.ts +2 -0
- package/dist/kernel-types/src/plugins/mobile-bottom-nav/MobileBottomNav.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/mobile-bottom-nav/defaultItems.d.ts +9 -0
- package/dist/kernel-types/src/plugins/mobile-bottom-nav/defaultItems.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/mobile-bottom-nav/facet.d.ts +12 -0
- package/dist/kernel-types/src/plugins/mobile-bottom-nav/facet.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/mobile-bottom-nav/index.d.ts +9 -0
- package/dist/kernel-types/src/plugins/mobile-bottom-nav/index.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/mobile-keyboard-toolbar/MobileKeyboardToolbar.d.ts +7 -0
- package/dist/kernel-types/src/plugins/mobile-keyboard-toolbar/MobileKeyboardToolbar.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/mobile-keyboard-toolbar/actions.d.ts +5 -0
- package/dist/kernel-types/src/plugins/mobile-keyboard-toolbar/actions.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/mobile-keyboard-toolbar/index.d.ts +7 -0
- package/dist/kernel-types/src/plugins/mobile-keyboard-toolbar/index.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/plain-outliner/index.d.ts +3 -0
- package/dist/kernel-types/src/plugins/plain-outliner/index.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/plain-outliner/interactions.d.ts +4 -0
- package/dist/kernel-types/src/plugins/plain-outliner/interactions.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/quick-find/HeaderItem.d.ts +2 -0
- package/dist/kernel-types/src/plugins/quick-find/HeaderItem.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/quick-find/QuickFind.d.ts +2 -0
- package/dist/kernel-types/src/plugins/quick-find/QuickFind.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/quick-find/events.d.ts +2 -0
- package/dist/kernel-types/src/plugins/quick-find/events.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/quick-find/index.d.ts +13 -0
- package/dist/kernel-types/src/plugins/quick-find/index.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/quick-find/recents.d.ts +13 -0
- package/dist/kernel-types/src/plugins/quick-find/recents.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/quick-find/selection.d.ts +40 -0
- package/dist/kernel-types/src/plugins/quick-find/selection.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/references/codeMirrorExtensions.d.ts +9 -0
- package/dist/kernel-types/src/plugins/references/codeMirrorExtensions.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/references/dataExtension.d.ts +3 -0
- package/dist/kernel-types/src/plugins/references/dataExtension.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/references/index.d.ts +3 -0
- package/dist/kernel-types/src/plugins/references/index.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/references/invalidation.d.ts +4 -0
- package/dist/kernel-types/src/plugins/references/invalidation.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/references/localSchema.d.ts +21 -0
- package/dist/kernel-types/src/plugins/references/localSchema.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/references/markdown/blockrefs/index.d.ts +3 -0
- package/dist/kernel-types/src/plugins/references/markdown/blockrefs/index.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/references/markdown/blockrefs/remark-blockrefs.d.ts +3 -0
- package/dist/kernel-types/src/plugins/references/markdown/blockrefs/remark-blockrefs.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/references/markdown/wikilinks/Wikilink.d.ts +14 -0
- package/dist/kernel-types/src/plugins/references/markdown/wikilinks/Wikilink.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/references/markdown/wikilinks/index.d.ts +3 -0
- package/dist/kernel-types/src/plugins/references/markdown/wikilinks/index.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/references/markdown/wikilinks/remark-wikilinks.d.ts +6 -0
- package/dist/kernel-types/src/plugins/references/markdown/wikilinks/remark-wikilinks.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/references/markdown/wikilinks/wikilinkDecorator.d.ts +49 -0
- package/dist/kernel-types/src/plugins/references/markdown/wikilinks/wikilinkDecorator.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/references/referenceParser.d.ts +84 -0
- package/dist/kernel-types/src/plugins/references/referenceParser.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/references/referenceProjection.d.ts +3 -0
- package/dist/kernel-types/src/plugins/references/referenceProjection.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/references/referencesProcessor.d.ts +59 -0
- package/dist/kernel-types/src/plugins/references/referencesProcessor.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/references/renameProcessor.d.ts +56 -0
- package/dist/kernel-types/src/plugins/references/renameProcessor.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/roam-import/action.d.ts +6 -0
- package/dist/kernel-types/src/plugins/roam-import/action.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/roam-import/content.d.ts +9 -0
- package/dist/kernel-types/src/plugins/roam-import/content.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/roam-import/effect.d.ts +7 -0
- package/dist/kernel-types/src/plugins/roam-import/effect.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/roam-import/ids.d.ts +9 -0
- package/dist/kernel-types/src/plugins/roam-import/ids.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/roam-import/import.d.ts +37 -0
- package/dist/kernel-types/src/plugins/roam-import/import.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/roam-import/index.d.ts +8 -0
- package/dist/kernel-types/src/plugins/roam-import/index.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/roam-import/plan.d.ts +82 -0
- package/dist/kernel-types/src/plugins/roam-import/plan.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/roam-import/plugin.d.ts +23 -0
- package/dist/kernel-types/src/plugins/roam-import/plugin.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/roam-import/promotion.d.ts +39 -0
- package/dist/kernel-types/src/plugins/roam-import/promotion.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/roam-import/properties.d.ts +62 -0
- package/dist/kernel-types/src/plugins/roam-import/properties.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/roam-import/references.d.ts +2 -0
- package/dist/kernel-types/src/plugins/roam-import/references.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/roam-import/report.d.ts +25 -0
- package/dist/kernel-types/src/plugins/roam-import/report.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/roam-import/roamMemo.d.ts +35 -0
- package/dist/kernel-types/src/plugins/roam-import/roamMemo.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/roam-import/runtime.d.ts +24 -0
- package/dist/kernel-types/src/plugins/roam-import/runtime.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/roam-import/schemaReconciliation.d.ts +75 -0
- package/dist/kernel-types/src/plugins/roam-import/schemaReconciliation.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/roam-import/srsMarkers.d.ts +22 -0
- package/dist/kernel-types/src/plugins/roam-import/srsMarkers.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/roam-import/todo.d.ts +7 -0
- package/dist/kernel-types/src/plugins/roam-import/todo.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/roam-import/typeCandidates.d.ts +26 -0
- package/dist/kernel-types/src/plugins/roam-import/typeCandidates.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/roam-import/types.d.ts +32 -0
- package/dist/kernel-types/src/plugins/roam-import/types.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/spatial-navigation/PanelFocusRecovery.d.ts +38 -0
- package/dist/kernel-types/src/plugins/spatial-navigation/PanelFocusRecovery.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/spatial-navigation/ShellDecorator.d.ts +35 -0
- package/dist/kernel-types/src/plugins/spatial-navigation/ShellDecorator.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/spatial-navigation/actions.d.ts +7 -0
- package/dist/kernel-types/src/plugins/spatial-navigation/actions.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/spatial-navigation/index.d.ts +5 -0
- package/dist/kernel-types/src/plugins/spatial-navigation/index.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/spatial-navigation/shell.d.ts +3 -0
- package/dist/kernel-types/src/plugins/spatial-navigation/shell.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/spatial-navigation/surface.d.ts +4 -0
- package/dist/kernel-types/src/plugins/spatial-navigation/surface.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/spatial-navigation/walker.d.ts +131 -0
- package/dist/kernel-types/src/plugins/spatial-navigation/walker.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/srs-rescheduling/RescheduleToast.d.ts +14 -0
- package/dist/kernel-types/src/plugins/srs-rescheduling/RescheduleToast.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/srs-rescheduling/dataExtension.d.ts +3 -0
- package/dist/kernel-types/src/plugins/srs-rescheduling/dataExtension.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/srs-rescheduling/index.d.ts +19 -0
- package/dist/kernel-types/src/plugins/srs-rescheduling/index.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/srs-rescheduling/indicator.d.ts +9 -0
- package/dist/kernel-types/src/plugins/srs-rescheduling/indicator.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/srs-rescheduling/moveSrsState.d.ts +8 -0
- package/dist/kernel-types/src/plugins/srs-rescheduling/moveSrsState.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/srs-rescheduling/rescheduleDecorator.d.ts +3 -0
- package/dist/kernel-types/src/plugins/srs-rescheduling/rescheduleDecorator.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/srs-rescheduling/scheduler.d.ts +24 -0
- package/dist/kernel-types/src/plugins/srs-rescheduling/scheduler.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/srs-rescheduling/schema.d.ts +17 -0
- package/dist/kernel-types/src/plugins/srs-rescheduling/schema.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/srs-rescheduling/srsBlockDateAdapter.d.ts +3 -0
- package/dist/kernel-types/src/plugins/srs-rescheduling/srsBlockDateAdapter.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/srs-rescheduling/srsClipboard.d.ts +9 -0
- package/dist/kernel-types/src/plugins/srs-rescheduling/srsClipboard.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/srs-rescheduling/swipeRightDecorator.d.ts +6 -0
- package/dist/kernel-types/src/plugins/srs-rescheduling/swipeRightDecorator.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/swipe-quick-actions/SwipeActionMenu.d.ts +15 -0
- package/dist/kernel-types/src/plugins/swipe-quick-actions/SwipeActionMenu.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/swipe-quick-actions/actions.d.ts +46 -0
- package/dist/kernel-types/src/plugins/swipe-quick-actions/actions.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/swipe-quick-actions/anchor.d.ts +9 -0
- package/dist/kernel-types/src/plugins/swipe-quick-actions/anchor.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/swipe-quick-actions/events.d.ts +31 -0
- package/dist/kernel-types/src/plugins/swipe-quick-actions/events.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/swipe-quick-actions/index.d.ts +6 -0
- package/dist/kernel-types/src/plugins/swipe-quick-actions/index.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/swipe-quick-actions/swipeGesture.d.ts +13 -0
- package/dist/kernel-types/src/plugins/swipe-quick-actions/swipeGesture.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/sync-status/RejectionDialog.d.ts +7 -0
- package/dist/kernel-types/src/plugins/sync-status/RejectionDialog.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/sync-status/SyncStatusHeaderItem.d.ts +2 -0
- package/dist/kernel-types/src/plugins/sync-status/SyncStatusHeaderItem.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/sync-status/index.d.ts +5 -0
- package/dist/kernel-types/src/plugins/sync-status/index.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/sync-status/model.d.ts +27 -0
- package/dist/kernel-types/src/plugins/sync-status/model.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/sync-status/rejectedHelpers.d.ts +25 -0
- package/dist/kernel-types/src/plugins/sync-status/rejectedHelpers.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/theme-toggle/ThemeToggle.d.ts +2 -0
- package/dist/kernel-types/src/plugins/theme-toggle/ThemeToggle.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/theme-toggle/index.d.ts +7 -0
- package/dist/kernel-types/src/plugins/theme-toggle/index.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/theme-toggle/theme.d.ts +6 -0
- package/dist/kernel-types/src/plugins/theme-toggle/theme.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/todo/actions.d.ts +9 -0
- package/dist/kernel-types/src/plugins/todo/actions.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/todo/dataExtension.d.ts +3 -0
- package/dist/kernel-types/src/plugins/todo/dataExtension.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/todo/index.d.ts +6 -0
- package/dist/kernel-types/src/plugins/todo/index.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/todo/schema.d.ts +7 -0
- package/dist/kernel-types/src/plugins/todo/schema.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/update-indicator/UpdateIndicator.d.ts +5 -0
- package/dist/kernel-types/src/plugins/update-indicator/UpdateIndicator.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/update-indicator/index.d.ts +3 -0
- package/dist/kernel-types/src/plugins/update-indicator/index.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/update-indicator/loadTimes.d.ts +17 -0
- package/dist/kernel-types/src/plugins/update-indicator/loadTimes.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/video-player/VideoPlayerRenderer.d.ts +15 -0
- package/dist/kernel-types/src/plugins/video-player/VideoPlayerRenderer.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/video-player/VideoTimeStamp.d.ts +7 -0
- package/dist/kernel-types/src/plugins/video-player/VideoTimeStamp.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/video-player/actions.d.ts +17 -0
- package/dist/kernel-types/src/plugins/video-player/actions.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/video-player/events.d.ts +13 -0
- package/dist/kernel-types/src/plugins/video-player/events.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/video-player/index.d.ts +3 -0
- package/dist/kernel-types/src/plugins/video-player/index.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/video-player/markdown.d.ts +3 -0
- package/dist/kernel-types/src/plugins/video-player/markdown.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/video-player/notes.d.ts +4 -0
- package/dist/kernel-types/src/plugins/video-player/notes.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/video-player/remark-timestamps.d.ts +4 -0
- package/dist/kernel-types/src/plugins/video-player/remark-timestamps.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/video-player/view.d.ts +5 -0
- package/dist/kernel-types/src/plugins/video-player/view.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/vim-normal-mode/actions.d.ts +10 -0
- package/dist/kernel-types/src/plugins/vim-normal-mode/actions.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/vim-normal-mode/index.d.ts +7 -0
- package/dist/kernel-types/src/plugins/vim-normal-mode/index.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/vim-normal-mode/interactions.d.ts +5 -0
- package/dist/kernel-types/src/plugins/vim-normal-mode/interactions.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/visual-navigation/VisualNavigationShellDecorator.d.ts +3 -0
- package/dist/kernel-types/src/plugins/visual-navigation/VisualNavigationShellDecorator.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/visual-navigation/actions.d.ts +7 -0
- package/dist/kernel-types/src/plugins/visual-navigation/actions.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/visual-navigation/index.d.ts +7 -0
- package/dist/kernel-types/src/plugins/visual-navigation/index.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/visual-navigation/navigation.d.ts +69 -0
- package/dist/kernel-types/src/plugins/visual-navigation/navigation.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/visual-navigation/shell.d.ts +3 -0
- package/dist/kernel-types/src/plugins/visual-navigation/shell.d.ts.map +1 -0
- package/dist/kernel-types/src/plugins/workspace-header/index.d.ts +8 -0
- package/dist/kernel-types/src/plugins/workspace-header/index.d.ts.map +1 -0
- package/dist/kernel-types/src/registerServiceWorker.d.ts +15 -0
- package/dist/kernel-types/src/registerServiceWorker.d.ts.map +1 -0
- package/dist/kernel-types/src/services/powersync.d.ts +49 -0
- package/dist/kernel-types/src/services/powersync.d.ts.map +1 -0
- package/dist/kernel-types/src/services/supabase.d.ts +6 -0
- package/dist/kernel-types/src/services/supabase.d.ts.map +1 -0
- package/dist/kernel-types/src/services/uploadErrorClassifier.d.ts +16 -0
- package/dist/kernel-types/src/services/uploadErrorClassifier.d.ts.map +1 -0
- package/dist/kernel-types/src/shortcuts/ActiveContexts.d.ts +26 -0
- package/dist/kernel-types/src/shortcuts/ActiveContexts.d.ts.map +1 -0
- package/dist/kernel-types/src/shortcuts/HotkeyReconciler.d.ts +24 -0
- package/dist/kernel-types/src/shortcuts/HotkeyReconciler.d.ts.map +1 -0
- package/dist/kernel-types/src/shortcuts/blockActions.d.ts +39 -0
- package/dist/kernel-types/src/shortcuts/blockActions.d.ts.map +1 -0
- package/dist/kernel-types/src/shortcuts/defaultContexts.d.ts +3 -0
- package/dist/kernel-types/src/shortcuts/defaultContexts.d.ts.map +1 -0
- package/dist/kernel-types/src/shortcuts/defaultShortcuts.d.ts +22 -0
- package/dist/kernel-types/src/shortcuts/defaultShortcuts.d.ts.map +1 -0
- package/dist/kernel-types/src/shortcuts/effectiveActions.d.ts +7 -0
- package/dist/kernel-types/src/shortcuts/effectiveActions.d.ts.map +1 -0
- package/dist/kernel-types/src/shortcuts/runAction.d.ts +20 -0
- package/dist/kernel-types/src/shortcuts/runAction.d.ts.map +1 -0
- package/dist/kernel-types/src/shortcuts/types.d.ts +118 -0
- package/dist/kernel-types/src/shortcuts/types.d.ts.map +1 -0
- package/dist/kernel-types/src/shortcuts/useActionContext.d.ts +25 -0
- package/dist/kernel-types/src/shortcuts/useActionContext.d.ts.map +1 -0
- package/dist/kernel-types/src/shortcuts/utils.d.ts +90 -0
- package/dist/kernel-types/src/shortcuts/utils.d.ts.map +1 -0
- package/dist/kernel-types/src/tutorial/outline.d.ts +39 -0
- package/dist/kernel-types/src/tutorial/outline.d.ts.map +1 -0
- package/dist/kernel-types/src/types.d.ts +104 -0
- package/dist/kernel-types/src/types.d.ts.map +1 -0
- package/dist/kernel-types/src/utils/AliasCollisionToast.d.ts +13 -0
- package/dist/kernel-types/src/utils/AliasCollisionToast.d.ts.map +1 -0
- package/dist/kernel-types/src/utils/ClientLocalSettings.d.ts +47 -0
- package/dist/kernel-types/src/utils/ClientLocalSettings.d.ts.map +1 -0
- package/dist/kernel-types/src/utils/array.d.ts +9 -0
- package/dist/kernel-types/src/utils/array.d.ts.map +1 -0
- package/dist/kernel-types/src/utils/async.d.ts +7 -0
- package/dist/kernel-types/src/utils/async.d.ts.map +1 -0
- package/dist/kernel-types/src/utils/backlinkAutocomplete.d.ts +33 -0
- package/dist/kernel-types/src/utils/backlinkAutocomplete.d.ts.map +1 -0
- package/dist/kernel-types/src/utils/blockrefAutocomplete.d.ts +18 -0
- package/dist/kernel-types/src/utils/blockrefAutocomplete.d.ts.map +1 -0
- package/dist/kernel-types/src/utils/callbackSet.d.ts +29 -0
- package/dist/kernel-types/src/utils/callbackSet.d.ts.map +1 -0
- package/dist/kernel-types/src/utils/codemirror.d.ts +46 -0
- package/dist/kernel-types/src/utils/codemirror.d.ts.map +1 -0
- package/dist/kernel-types/src/utils/codemirrorCompletion.d.ts +3 -0
- package/dist/kernel-types/src/utils/codemirrorCompletion.d.ts.map +1 -0
- package/dist/kernel-types/src/utils/copy.d.ts +8 -0
- package/dist/kernel-types/src/utils/copy.d.ts.map +1 -0
- package/dist/kernel-types/src/utils/dailyPage.d.ts +7 -0
- package/dist/kernel-types/src/utils/dailyPage.d.ts.map +1 -0
- package/dist/kernel-types/src/utils/dialogs.d.ts +38 -0
- package/dist/kernel-types/src/utils/dialogs.d.ts.map +1 -0
- package/dist/kernel-types/src/utils/dom.d.ts +4 -0
- package/dist/kernel-types/src/utils/dom.d.ts.map +1 -0
- package/dist/kernel-types/src/utils/exportSqliteDb.d.ts +29 -0
- package/dist/kernel-types/src/utils/exportSqliteDb.d.ts.map +1 -0
- package/dist/kernel-types/src/utils/lastWorkspace.d.ts +4 -0
- package/dist/kernel-types/src/utils/lastWorkspace.d.ts.map +1 -0
- package/dist/kernel-types/src/utils/layoutSessionId.d.ts +11 -0
- package/dist/kernel-types/src/utils/layoutSessionId.d.ts.map +1 -0
- package/dist/kernel-types/src/utils/linkTargetAutocomplete.d.ts +61 -0
- package/dist/kernel-types/src/utils/linkTargetAutocomplete.d.ts.map +1 -0
- package/dist/kernel-types/src/utils/markdownParser.d.ts +12 -0
- package/dist/kernel-types/src/utils/markdownParser.d.ts.map +1 -0
- package/dist/kernel-types/src/utils/navigation.d.ts +64 -0
- package/dist/kernel-types/src/utils/navigation.d.ts.map +1 -0
- package/dist/kernel-types/src/utils/object.d.ts +7 -0
- package/dist/kernel-types/src/utils/object.d.ts.map +1 -0
- package/dist/kernel-types/src/utils/panelHistory.d.ts +70 -0
- package/dist/kernel-types/src/utils/panelHistory.d.ts.map +1 -0
- package/dist/kernel-types/src/utils/panelLayoutProjection.d.ts +70 -0
- package/dist/kernel-types/src/utils/panelLayoutProjection.d.ts.map +1 -0
- package/dist/kernel-types/src/utils/paste.d.ts +22 -0
- package/dist/kernel-types/src/utils/paste.d.ts.map +1 -0
- package/dist/kernel-types/src/utils/processorRejectionToast.d.ts +26 -0
- package/dist/kernel-types/src/utils/processorRejectionToast.d.ts.map +1 -0
- package/dist/kernel-types/src/utils/propertyCreation.d.ts +4 -0
- package/dist/kernel-types/src/utils/propertyCreation.d.ts.map +1 -0
- package/dist/kernel-types/src/utils/propertyNavigation.d.ts +20 -0
- package/dist/kernel-types/src/utils/propertyNavigation.d.ts.map +1 -0
- package/dist/kernel-types/src/utils/react.d.ts +2 -0
- package/dist/kernel-types/src/utils/react.d.ts.map +1 -0
- package/dist/kernel-types/src/utils/relativeDate.d.ts +42 -0
- package/dist/kernel-types/src/utils/relativeDate.d.ts.map +1 -0
- package/dist/kernel-types/src/utils/routing.d.ts +23 -0
- package/dist/kernel-types/src/utils/routing.d.ts.map +1 -0
- package/dist/kernel-types/src/utils/safeMode.d.ts +5 -0
- package/dist/kernel-types/src/utils/safeMode.d.ts.map +1 -0
- package/dist/kernel-types/src/utils/scheduleIdle.d.ts +14 -0
- package/dist/kernel-types/src/utils/scheduleIdle.d.ts.map +1 -0
- package/dist/kernel-types/src/utils/selection.d.ts +74 -0
- package/dist/kernel-types/src/utils/selection.d.ts.map +1 -0
- package/dist/kernel-types/src/utils/state.d.ts +17 -0
- package/dist/kernel-types/src/utils/state.d.ts.map +1 -0
- package/dist/kernel-types/src/utils/templateLiterals.d.ts +6 -0
- package/dist/kernel-types/src/utils/templateLiterals.d.ts.map +1 -0
- package/dist/kernel-types/src/utils/time.d.ts +3 -0
- package/dist/kernel-types/src/utils/time.d.ts.map +1 -0
- package/dist/kernel-types/src/utils/toast.d.ts +65 -0
- package/dist/kernel-types/src/utils/toast.d.ts.map +1 -0
- package/dist/kernel-types/src/utils/types.d.ts +6 -0
- package/dist/kernel-types/src/utils/types.d.ts.map +1 -0
- package/dist/kernel-types/src/utils/viewTransition.d.ts +29 -0
- package/dist/kernel-types/src/utils/viewTransition.d.ts.map +1 -0
- package/dist/kernelDts.d.ts +13 -0
- package/dist/kernelDts.d.ts.map +1 -0
- package/dist/kernelDts.js +47 -0
- package/dist/kernelDts.js.map +1 -0
- package/dist/protocol.d.ts +470 -0
- package/dist/protocol.d.ts.map +1 -0
- package/dist/protocol.js +365 -0
- package/dist/protocol.js.map +1 -0
- package/dist/server.d.ts +3 -0
- package/dist/server.d.ts.map +1 -0
- package/dist/server.js +554 -0
- package/dist/server.js.map +1 -0
- package/package.json +59 -0
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { ActionConfig, ActiveContextInfo, ShortcutBinding } from '@/shortcuts/types.js';
|
|
2
|
+
export interface CommandPaletteActionsResult {
|
|
3
|
+
actions: readonly ActionConfig[];
|
|
4
|
+
activeContexts: ActiveContextInfo[];
|
|
5
|
+
bindingsFor: (action: Pick<ActionConfig, 'context' | 'id'>) => readonly ShortcutBinding[];
|
|
6
|
+
}
|
|
7
|
+
export declare function useCommandPaletteActions(): CommandPaletteActionsResult;
|
|
8
|
+
//# sourceMappingURL=useCommandPaletteActions.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useCommandPaletteActions.d.ts","sourceRoot":"","sources":["../../../../../../../src/plugins/command-palette/useCommandPaletteActions.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EACV,YAAY,EAEZ,iBAAiB,EACjB,eAAe,EAChB,MAAM,sBAAsB,CAAA;AAc7B,MAAM,WAAW,2BAA2B;IAC1C,OAAO,EAAE,SAAS,YAAY,EAAE,CAAA;IAChC,cAAc,EAAE,iBAAiB,EAAE,CAAA;IACnC,WAAW,EAAE,CAAC,MAAM,EAAE,IAAI,CAAC,YAAY,EAAE,SAAS,GAAG,IAAI,CAAC,KAAK,SAAS,eAAe,EAAE,CAAA;CAC1F;AAID,wBAAgB,wBAAwB,IAAI,2BAA2B,CAmDtE"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Calendar grid shared by `DailyNotePicker` (daily-note navigation,
|
|
3
|
+
* popover) and `ReschedulePicker` (mobile reschedule sheet). The
|
|
4
|
+
* date math, layout, and accessibility attributes are identical
|
|
5
|
+
* between the two callers; only the highlight color of "today" and
|
|
6
|
+
* "selected" differed historically — `variant` lets each caller pick
|
|
7
|
+
* its tone without forking the component.
|
|
8
|
+
*
|
|
9
|
+
* The grid renders only the month nav + weekday header + day cells.
|
|
10
|
+
* Each caller wraps it in their own chrome (popover / bottom sheet)
|
|
11
|
+
* and supplies their own `onSelect` handler — navigation vs. write.
|
|
12
|
+
*/
|
|
13
|
+
import { type MouseEvent } from 'react';
|
|
14
|
+
export type CalendarGridVariant = 'destructive' | 'primary';
|
|
15
|
+
export interface CalendarGridProps {
|
|
16
|
+
/** First-of-month date driving which 6-week block is shown. */
|
|
17
|
+
visibleMonth: Date;
|
|
18
|
+
onVisibleMonthChange: (next: Date) => void;
|
|
19
|
+
/** ISO of the currently highlighted day, or null for "no selection
|
|
20
|
+
* yet". */
|
|
21
|
+
selectedIso: string | null;
|
|
22
|
+
/** Fires when the user taps a day cell. The caller decides what
|
|
23
|
+
* "select" means (navigate vs. write). */
|
|
24
|
+
onSelect: (iso: string, event: MouseEvent<HTMLButtonElement>) => void;
|
|
25
|
+
/** Greys out the grid while a write is in flight. Day cells stay
|
|
26
|
+
* rendered so the user sees what they picked; they're just
|
|
27
|
+
* un-clickable until the writer settles. */
|
|
28
|
+
disabled?: boolean;
|
|
29
|
+
/** Tone for the today / selected highlights. `destructive` is the
|
|
30
|
+
* existing daily-note picker red accent; `primary` is the
|
|
31
|
+
* reschedule sheet's blue. Default `primary`. */
|
|
32
|
+
variant?: CalendarGridVariant;
|
|
33
|
+
/** Tailwind-style class injection for fine layout tweaks at the
|
|
34
|
+
* call site (e.g. `h-10` vs `h-9` cells). Optional; sensible
|
|
35
|
+
* defaults otherwise. */
|
|
36
|
+
cellClassName?: string;
|
|
37
|
+
}
|
|
38
|
+
export declare const CalendarGrid: ({ visibleMonth, onVisibleMonthChange, selectedIso, onSelect, disabled, variant, cellClassName, }: CalendarGridProps) => import("react/jsx-runtime").JSX.Element;
|
|
39
|
+
//# sourceMappingURL=CalendarGrid.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CalendarGrid.d.ts","sourceRoot":"","sources":["../../../../../../../src/plugins/daily-notes/CalendarGrid.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AACH,OAAO,EAAW,KAAK,UAAU,EAAE,MAAM,OAAO,CAAA;AAYhD,MAAM,MAAM,mBAAmB,GAAG,aAAa,GAAG,SAAS,CAAA;AAE3D,MAAM,WAAW,iBAAiB;IAChC,+DAA+D;IAC/D,YAAY,EAAE,IAAI,CAAA;IAClB,oBAAoB,EAAE,CAAC,IAAI,EAAE,IAAI,KAAK,IAAI,CAAA;IAC1C;gBACY;IACZ,WAAW,EAAE,MAAM,GAAG,IAAI,CAAA;IAC1B;+CAC2C;IAC3C,QAAQ,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,UAAU,CAAC,iBAAiB,CAAC,KAAK,IAAI,CAAA;IACrE;;iDAE6C;IAC7C,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB;;sDAEkD;IAClD,OAAO,CAAC,EAAE,mBAAmB,CAAA;IAC7B;;8BAE0B;IAC1B,aAAa,CAAC,EAAE,MAAM,CAAA;CACvB;AAkBD,eAAO,MAAM,YAAY,GAAI,kGAQ1B,iBAAiB,4CAsEnB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DailyNotePicker.d.ts","sourceRoot":"","sources":["../../../../../../../src/plugins/daily-notes/DailyNotePicker.tsx"],"names":[],"mappings":"AA0CA,wBAAgB,eAAe,uCAyF9B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DateKeyboardScrubController.d.ts","sourceRoot":"","sources":["../../../../../../../src/plugins/daily-notes/DateKeyboardScrubController.tsx"],"names":[],"mappings":"AA8CA,eAAO,MAAM,2BAA2B,YAkBvC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DateScrubOverlay.d.ts","sourceRoot":"","sources":["../../../../../../../src/plugins/daily-notes/DateScrubOverlay.tsx"],"names":[],"mappings":"AAkFA,eAAO,MAAM,gBAAgB,0CAuK5B,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HeaderItem.d.ts","sourceRoot":"","sources":["../../../../../../../src/plugins/daily-notes/HeaderItem.tsx"],"names":[],"mappings":"AAcA,wBAAgB,yBAAyB,4CA6DxC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReschedulePicker.d.ts","sourceRoot":"","sources":["../../../../../../../src/plugins/daily-notes/ReschedulePicker.tsx"],"names":[],"mappings":"AAoFA,eAAO,MAAM,gBAAgB,0CA8S5B,CAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { DialogContextProps } from '@/utils/dialogs.js';
|
|
2
|
+
export interface SpreadDatesDialogProps {
|
|
3
|
+
defaultDays?: number;
|
|
4
|
+
}
|
|
5
|
+
export interface SpreadDatesDialogResult {
|
|
6
|
+
days: number;
|
|
7
|
+
}
|
|
8
|
+
export declare const SpreadDatesDialog: ({ defaultDays, resolve, cancel, }: SpreadDatesDialogProps & DialogContextProps<SpreadDatesDialogResult>) => import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
//# sourceMappingURL=SpreadDatesDialog.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SpreadDatesDialog.d.ts","sourceRoot":"","sources":["../../../../../../../src/plugins/daily-notes/SpreadDatesDialog.tsx"],"names":[],"mappings":"AAWA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAA;AAE5D,MAAM,WAAW,sBAAsB;IACrC,WAAW,CAAC,EAAE,MAAM,CAAA;CACrB;AAED,MAAM,WAAW,uBAAuB;IACtC,IAAI,EAAE,MAAM,CAAA;CACb;AAUD,eAAO,MAAM,iBAAiB,GAAI,mCAI/B,sBAAsB,GAAG,kBAAkB,CAAC,uBAAuB,CAAC,4CA8CtE,CAAA"}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Global keyboard actions for navigating daily notes:
|
|
3
|
+
*
|
|
4
|
+
* - `open_today` (cmd+shift+`) — today's note
|
|
5
|
+
* - `append_today_daily_block` (ctrl+shift+n) — new block in today's note,
|
|
6
|
+
* opened in a stacked panel
|
|
7
|
+
* - `open_previous_daily_note` (cmd+shift+[) — yesterday relative to
|
|
8
|
+
* the currently viewed daily note (or to today if not on one)
|
|
9
|
+
* - `open_next_daily_note` (cmd+shift+]) — tomorrow relative
|
|
10
|
+
*
|
|
11
|
+
* The prev/next actions need to figure out "what daily note is this
|
|
12
|
+
* panel showing right now" so the offset is relative. We do that by
|
|
13
|
+
* walking ancestors of the panel's top-level block and looking for a
|
|
14
|
+
* page whose `aliases` list contains an ISO-shaped date — that's the
|
|
15
|
+
* canonical alias for a daily note, written by `getOrCreateDailyNote`
|
|
16
|
+
* via `dailyPageAliases`. Falling back to `todayIso()` when nothing in
|
|
17
|
+
* the ancestor chain is a daily note keeps the shortcuts functional
|
|
18
|
+
* from any view.
|
|
19
|
+
*
|
|
20
|
+
* Originally lived in `src/shortcuts/defaultShortcuts.ts` alongside
|
|
21
|
+
* the rest of the kernel action set; extracted here so the daily-notes
|
|
22
|
+
* feature can be removed/replaced as a single unit.
|
|
23
|
+
*/
|
|
24
|
+
import type { Block } from '@/data/block';
|
|
25
|
+
import type { Repo } from '@/data/repo';
|
|
26
|
+
import { ActionConfig, ActionContextTypes } from '@/shortcuts/types.js';
|
|
27
|
+
export declare const OPEN_TODAY_ACTION_ID = "open_today";
|
|
28
|
+
export declare const APPEND_TODAY_DAILY_BLOCK_ACTION_ID = "append_today_daily_block";
|
|
29
|
+
export declare const OPEN_PREVIOUS_DAILY_NOTE_ACTION_ID = "open_previous_daily_note";
|
|
30
|
+
export declare const OPEN_NEXT_DAILY_NOTE_ACTION_ID = "open_next_daily_note";
|
|
31
|
+
/** Resolve the ISO date of the daily note currently visible in the
|
|
32
|
+
* primary (or active, on mobile) panel. Returns null when the panel's
|
|
33
|
+
* top-level block isn't a daily note or no panel is open. Used by both
|
|
34
|
+
* the prev/next offset actions and the date picker to open with the
|
|
35
|
+
* correct month + selected day. */
|
|
36
|
+
export declare const resolveCurrentDailyNoteIso: (repo: Repo, workspaceId: string) => Promise<string | null>;
|
|
37
|
+
/** Append a fresh block to today's daily note and open it in a new
|
|
38
|
+
* sidebar-stacked panel ready for editing. Shared between the
|
|
39
|
+
* `append_today_daily_block` keyboard action and the
|
|
40
|
+
* `consumeAppIntent` PWA-shortcut / share-target dispatcher in
|
|
41
|
+
* the app-intents plugin — both want the exact same UX (drop the
|
|
42
|
+
* user into a fresh, focused, editable block on today's note);
|
|
43
|
+
* `content` lets the share-target seed the block with the shared
|
|
44
|
+
* title/text/URL. Cursor lands at end-of-content so the user can
|
|
45
|
+
* keep typing.
|
|
46
|
+
*
|
|
47
|
+
* Returns the new block id on success, or `null` when nothing was
|
|
48
|
+
* done (no active workspace, or read-only mode). The PWA-intent
|
|
49
|
+
* dispatcher inspects the return value before stripping the URL
|
|
50
|
+
* params — that way a shared payload that hits a read-only repo
|
|
51
|
+
* isn't silently lost (the params survive so a reload, after the
|
|
52
|
+
* user exits read-only mode, retries the dispatch). */
|
|
53
|
+
export declare const appendTodayDailyBlockInStack: (repo: Repo, layoutSessionBlock: Block, options?: {
|
|
54
|
+
content?: string;
|
|
55
|
+
}) => Promise<string | null>;
|
|
56
|
+
export declare const dailyNotesActions: ({ repo }: {
|
|
57
|
+
repo: Repo;
|
|
58
|
+
}) => readonly ActionConfig<typeof ActionContextTypes.GLOBAL>[];
|
|
59
|
+
//# sourceMappingURL=actions.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"actions.d.ts","sourceRoot":"","sources":["../../../../../../../src/plugins/daily-notes/actions.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,cAAc,CAAA;AACzC,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,aAAa,CAAA;AAUvC,OAAO,EACL,YAAY,EACZ,kBAAkB,EACnB,MAAM,sBAAsB,CAAA;AAW7B,eAAO,MAAM,oBAAoB,eAAe,CAAA;AAChD,eAAO,MAAM,kCAAkC,6BAA6B,CAAA;AAC5E,eAAO,MAAM,kCAAkC,6BAA6B,CAAA;AAC5E,eAAO,MAAM,8BAA8B,yBAAyB,CAAA;AA0BpE;;;;oCAIoC;AACpC,eAAO,MAAM,0BAA0B,GACrC,MAAM,IAAI,EACV,aAAa,MAAM,KAClB,OAAO,CAAC,MAAM,GAAG,IAAI,CAIvB,CAAA;AAaD;;;;;;;;;;;;;;;wDAewD;AACxD,eAAO,MAAM,4BAA4B,GACvC,MAAM,IAAI,EACV,oBAAoB,KAAK,EACzB,UAAS;IAAC,OAAO,CAAC,EAAE,MAAM,CAAA;CAAM,KAC/B,OAAO,CAAC,MAAM,GAAG,IAAI,CAwBvB,CAAA;AAED,eAAO,MAAM,iBAAiB,GAC5B,UAAQ;IAAC,IAAI,EAAE,IAAI,CAAA;CAAC,KACnB,SAAS,YAAY,CAAC,OAAO,kBAAkB,CAAC,MAAM,CAAC,EA0DzD,CAAA"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Adapter facet that lets plugins teach the date-shift UI how to read
|
|
3
|
+
* and write a block's date. Decouples UI components (the calendar sheet,
|
|
4
|
+
* the long-press scrub gesture) from the per-block-kind storage details.
|
|
5
|
+
*
|
|
6
|
+
* Why a facet rather than direct imports?
|
|
7
|
+
* - daily-notes can't import srs-rescheduling without a layering cycle
|
|
8
|
+
* (srs-rescheduling already depends on daily-notes for daily-note
|
|
9
|
+
* resolution).
|
|
10
|
+
* - The existing `actionDecoratorsFacet` pattern only handles
|
|
11
|
+
* parameter-less actions ("shift +1d"). Picking an absolute ISO from
|
|
12
|
+
* a calendar can't go through that channel without inventing a
|
|
13
|
+
* parameter passing mechanism.
|
|
14
|
+
*
|
|
15
|
+
* Adapters are queried via `pickBlockDateAdapter(runtime, block)` which
|
|
16
|
+
* returns the first matching adapter in precedence order — so SRS
|
|
17
|
+
* (registered with negative precedence) wins over the generic
|
|
18
|
+
* date-reference adapter on blocks that satisfy both.
|
|
19
|
+
*/
|
|
20
|
+
import type { Block } from '@/data/block';
|
|
21
|
+
import { type FacetRuntime } from '@/extensions/facet.js';
|
|
22
|
+
export interface BlockDateAdapter {
|
|
23
|
+
/** Diagnostic id, also distinguishes adapters in tests. */
|
|
24
|
+
readonly id: string;
|
|
25
|
+
/** Sync predicate over `block.peek()` — used by `canRun` gates and
|
|
26
|
+
* the swipe-menu visibility filter, which both run during render. */
|
|
27
|
+
canHandle: (block: Block) => boolean;
|
|
28
|
+
/** Resolves the ISO (`YYYY-MM-DD`) the adapter is currently representing
|
|
29
|
+
* for this block. Async because some adapters (SRS) need to load a
|
|
30
|
+
* related row. Returns null if the adapter can't resolve a date right
|
|
31
|
+
* now (e.g. SRS row exists but the next-review reference is dangling). */
|
|
32
|
+
getCurrentIso: (block: Block) => Promise<string | null>;
|
|
33
|
+
/** Move this block's date to `iso`. Returns false if the write was
|
|
34
|
+
* refused (read-only repo, lost type, etc.) so the caller can
|
|
35
|
+
* surface a "no-op" state without throwing. */
|
|
36
|
+
setIso: (block: Block, iso: string) => Promise<boolean>;
|
|
37
|
+
}
|
|
38
|
+
export declare const blockDateAdapterFacet: import("@/extensions/facet.js").Facet<BlockDateAdapter, readonly BlockDateAdapter[]>;
|
|
39
|
+
/** First adapter (in precedence order) whose `canHandle` returns true,
|
|
40
|
+
* or null if none apply. The picker / scrub gesture call this once
|
|
41
|
+
* when they activate; the chosen adapter handles both the initial read
|
|
42
|
+
* and the eventual commit. */
|
|
43
|
+
export declare const pickBlockDateAdapter: (runtime: FacetRuntime, block: Block) => BlockDateAdapter | null;
|
|
44
|
+
export declare const hasAnyBlockDateAdapter: (runtime: FacetRuntime, block: Block) => boolean;
|
|
45
|
+
//# sourceMappingURL=blockDateAdapter.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"blockDateAdapter.d.ts","sourceRoot":"","sources":["../../../../../../../src/plugins/daily-notes/blockDateAdapter.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AACH,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,cAAc,CAAA;AACzC,OAAO,EAAe,KAAK,YAAY,EAAE,MAAM,uBAAuB,CAAA;AAEtE,MAAM,WAAW,gBAAgB;IAC/B,2DAA2D;IAC3D,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAA;IACnB;0EACsE;IACtE,SAAS,EAAE,CAAC,KAAK,EAAE,KAAK,KAAK,OAAO,CAAA;IACpC;;;+EAG2E;IAC3E,aAAa,EAAE,CAAC,KAAK,EAAE,KAAK,KAAK,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC,CAAA;IACvD;;oDAEgD;IAChD,MAAM,EAAE,CAAC,KAAK,EAAE,KAAK,EAAE,GAAG,EAAE,MAAM,KAAK,OAAO,CAAC,OAAO,CAAC,CAAA;CACxD;AAUD,eAAO,MAAM,qBAAqB,sFAGhC,CAAA;AAEF;;;+BAG+B;AAC/B,eAAO,MAAM,oBAAoB,GAC/B,SAAS,YAAY,EACrB,OAAO,KAAK,KACX,gBAAgB,GAAG,IAMrB,CAAA;AAED,eAAO,MAAM,sBAAsB,GACjC,SAAS,YAAY,EACrB,OAAO,KAAK,KACX,OAAwD,CAAA"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
export interface CalendarCell {
|
|
2
|
+
date: Date | null;
|
|
3
|
+
iso: string | null;
|
|
4
|
+
}
|
|
5
|
+
/** 6 weeks × 7 days — fixed grid so consumers can rely on a stable
|
|
6
|
+
* cell count regardless of month length / start-of-week. */
|
|
7
|
+
export declare const CALENDAR_CELL_COUNT = 42;
|
|
8
|
+
export declare const CALENDAR_WEEKDAY_LABELS: readonly ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"];
|
|
9
|
+
export declare const monthLabel: (date: Date) => string;
|
|
10
|
+
export declare const firstOfMonth: (date: Date) => Date;
|
|
11
|
+
export declare const addMonths: (date: Date, months: number) => Date;
|
|
12
|
+
/** Parse an ISO date string into a local-midnight Date, or null if
|
|
13
|
+
* the string isn't a valid `YYYY-MM-DD`. The round-trip check
|
|
14
|
+
* guards against inputs like `2026-02-30` that JS Date silently
|
|
15
|
+
* rewrites. */
|
|
16
|
+
export declare const fromIso: (iso: string) => Date | null;
|
|
17
|
+
/** Resolve a Date to seed the calendar's "visible month" state from
|
|
18
|
+
* an optional ISO string. Falls back to "now" if absent or invalid. */
|
|
19
|
+
export declare const initialDateFromIso: (iso: string | undefined) => Date;
|
|
20
|
+
/** Build the 42-cell month grid, with leading/trailing empty cells
|
|
21
|
+
* for out-of-month positions. Week starts Monday (matches
|
|
22
|
+
* `CALENDAR_WEEKDAY_LABELS`). */
|
|
23
|
+
export declare const buildCalendarCells: (visibleMonth: Date) => CalendarCell[];
|
|
24
|
+
/** ARIA-label-friendly day name, e.g. "March 21, 2026". */
|
|
25
|
+
export declare const formatDayLabel: (date: Date) => string;
|
|
26
|
+
//# sourceMappingURL=calendar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendar.d.ts","sourceRoot":"","sources":["../../../../../../../src/plugins/daily-notes/calendar.ts"],"names":[],"mappings":"AAcA,MAAM,WAAW,YAAY;IAC3B,IAAI,EAAE,IAAI,GAAG,IAAI,CAAA;IACjB,GAAG,EAAE,MAAM,GAAG,IAAI,CAAA;CACnB;AAED;6DAC6D;AAC7D,eAAO,MAAM,mBAAmB,KAAK,CAAA;AAErC,eAAO,MAAM,uBAAuB,4DAA6D,CAAA;AAEjG,eAAO,MAAM,UAAU,GAAI,MAAM,IAAI,KAAG,MACO,CAAA;AAE/C,eAAO,MAAM,YAAY,GAAI,MAAM,IAAI,KAAG,IACQ,CAAA;AAElD,eAAO,MAAM,SAAS,GAAI,MAAM,IAAI,EAAE,QAAQ,MAAM,KAAG,IACI,CAAA;AAE3D;;;gBAGgB;AAChB,eAAO,MAAM,OAAO,GAAI,KAAK,MAAM,KAAG,IAAI,GAAG,IAM5C,CAAA;AAED;wEACwE;AACxE,eAAO,MAAM,kBAAkB,GAAI,KAAK,MAAM,GAAG,SAAS,KAAG,IAG5D,CAAA;AAED;;kCAEkC;AAClC,eAAO,MAAM,kBAAkB,GAAI,cAAc,IAAI,KAAG,YAAY,EAYnE,CAAA;AAED,2DAA2D;AAC3D,eAAO,MAAM,cAAc,GAAI,MAAM,IAAI,KAAG,MAKxC,CAAA"}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import { type Tx, type TypeRegistrySnapshot } from '@/data/api';
|
|
2
|
+
import { Block } from '@/data/block';
|
|
3
|
+
import type { Repo } from '@/data/repo';
|
|
4
|
+
export declare const JOURNAL_NS = "a304a5da-807a-4c20-8af3-53a033aa9df8";
|
|
5
|
+
export declare const DAILY_NOTE_NS = "53421e08-2f31-42f8-b73a-43830bb718f1";
|
|
6
|
+
export declare const journalBlockId: (workspaceId: string) => string;
|
|
7
|
+
export declare const dailyNoteBlockId: (workspaceId: string, iso: string) => string;
|
|
8
|
+
export declare const todayIso: (now?: Date) => string;
|
|
9
|
+
declare const dailyNoteCreatedAt: (iso: string) => number;
|
|
10
|
+
export declare const addDaysIso: (iso: string, days: number) => string;
|
|
11
|
+
/** Get-or-create the workspace's Journal page. Idempotent: a
|
|
12
|
+
* deterministic id derived from `workspaceId` means two clients
|
|
13
|
+
* booting offline converge on the same row. Soft-deleted journal
|
|
14
|
+
* rows are restored. */
|
|
15
|
+
export declare const getOrCreateJournalBlock: (repo: Repo, workspaceId: string) => Promise<Block>;
|
|
16
|
+
/** Get-or-create today's daily note. Two clients calling concurrently
|
|
17
|
+
* with the same (workspaceId, iso) write to the same row, so the
|
|
18
|
+
* daily note never duplicates even when both are offline at boot.
|
|
19
|
+
*
|
|
20
|
+
* On a soft-deleted row we resurrect rather than recreate from
|
|
21
|
+
* scratch — the row's content + descendant subtree may carry edits
|
|
22
|
+
* the user wants back. We also re-link to the journal because the
|
|
23
|
+
* resurrected row's parent_id may have drifted; `tx.move` sets it
|
|
24
|
+
* cleanly. */
|
|
25
|
+
export declare const getOrCreateDailyNote: (repo: Repo, workspaceId: string, iso: string) => Promise<Block>;
|
|
26
|
+
export { dailyNoteCreatedAt };
|
|
27
|
+
/** Date-shaped alias detector (spec §7.6). Shape-only — matches the
|
|
28
|
+
* `YYYY-MM-DD` regex without checking calendar validity. Reach for
|
|
29
|
+
* this when you want to find any date-looking alias on a row
|
|
30
|
+
* (e.g. extracting the iso from a daily-note's alias list) and the
|
|
31
|
+
* caller will tolerate a malformed-but-shaped result. Routing
|
|
32
|
+
* decisions (references processor) use `isValidDateAlias` instead. */
|
|
33
|
+
export declare const isDateAlias: (alias: string) => boolean;
|
|
34
|
+
/** Shape + calendar-validity check. Returns `true` only for strings
|
|
35
|
+
* that parse to a real calendar day (rejects `2026-13-01`,
|
|
36
|
+
* `2026-02-30`, etc. via a round-trip-to-ISO comparison — naive
|
|
37
|
+
* `Date.parse` rolls these over silently). This is the routing
|
|
38
|
+
* predicate: aliases that pass go through `ensureDailyNoteTarget`
|
|
39
|
+
* (deterministic-id daily-note seat); aliases that only pass the
|
|
40
|
+
* shape check fall through to `ensureAliasTarget` (regular alias
|
|
41
|
+
* target page) so the user's typo doesn't pollute the daily-note
|
|
42
|
+
* namespace with a wrong-but-deterministic seat. */
|
|
43
|
+
export declare const isValidDateAlias: (alias: string) => boolean;
|
|
44
|
+
/** Ensure a daily-note **target seat** block exists for ISO date `date`
|
|
45
|
+
* in `workspaceId`. The seat is a reference target materialised at
|
|
46
|
+
* workspace-root when nobody has authored a real daily-note row for
|
|
47
|
+
* that date yet — same `dailyNoteBlockId(workspaceId, date)` namespace
|
|
48
|
+
* as `getOrCreateDailyNote`, so the two flows converge on the same
|
|
49
|
+
* row through PowerSync without a merge.
|
|
50
|
+
*
|
|
51
|
+
* Contract: `date` MUST be a valid calendar ISO (`isValidDateAlias`).
|
|
52
|
+
* The references-processor routing gate enforces this; callers
|
|
53
|
+
* invoking this directly are responsible for the same. Invalid input
|
|
54
|
+
* throws via `dailyNoteDateValue`.
|
|
55
|
+
*
|
|
56
|
+
* Distinct from `getOrCreateDailyNote`, which parents the row under
|
|
57
|
+
* the Journal page and writes long-form aliases. `ensureDailyNoteTarget`
|
|
58
|
+
* is the lighter-weight materialiser invoked from `parseReferences`
|
|
59
|
+
* during reference resolution; it leaves the row at workspace-root
|
|
60
|
+
* with the iso date as content (matches the alias — mirrors
|
|
61
|
+
* `ensureAliasTarget`'s creation-time-default rule) until
|
|
62
|
+
* `getOrCreateDailyNote` later promotes it with the long-form label. */
|
|
63
|
+
export declare const ensureDailyNoteTarget: (tx: Tx, repo: Repo, date: string, workspaceId: string, typeSnapshot?: TypeRegistrySnapshot) => Promise<{
|
|
64
|
+
id: string;
|
|
65
|
+
inserted: boolean;
|
|
66
|
+
}>;
|
|
67
|
+
//# sourceMappingURL=dailyNotes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dailyNotes.d.ts","sourceRoot":"","sources":["../../../../../../../src/plugins/daily-notes/dailyNotes.ts"],"names":[],"mappings":"AACA,OAAO,EAAe,KAAK,EAAE,EAAE,KAAK,oBAAoB,EAAE,MAAM,YAAY,CAAA;AAC5E,OAAO,EAAE,KAAK,EAAE,MAAM,cAAc,CAAA;AACpC,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,aAAa,CAAA;AAqCvC,eAAO,MAAM,UAAU,yCAAyC,CAAA;AAChE,eAAO,MAAM,aAAa,yCAAyC,CAAA;AAKnE,eAAO,MAAM,cAAc,GAAI,aAAa,MAAM,KAAG,MACpB,CAAA;AAEjC,eAAO,MAAM,gBAAgB,GAAI,aAAa,MAAM,EAAE,KAAK,MAAM,KAAG,MACpB,CAAA;AAEhD,eAAO,MAAM,QAAQ,GAAI,MAAK,IAAiB,KAAG,MAC9B,CAAA;AAQpB,QAAA,MAAM,kBAAkB,GAAI,KAAK,MAAM,KAAG,MAOzC,CAAA;AAED,eAAO,MAAM,UAAU,GAAI,KAAK,MAAM,EAAE,MAAM,MAAM,KAAG,MAGtD,CAAA;AAqBD;;;yBAGyB;AACzB,eAAO,MAAM,uBAAuB,GAClC,MAAM,IAAI,EACV,aAAa,MAAM,KAClB,OAAO,CAAC,KAAK,CA8Cf,CAAA;AAeD;;;;;;;;eAQe;AACf,eAAO,MAAM,oBAAoB,GAC/B,MAAM,IAAI,EACV,aAAa,MAAM,EACnB,KAAK,MAAM,KACV,OAAO,CAAC,KAAK,CA6Ef,CAAA;AAKD,OAAO,EAAC,kBAAkB,EAAC,CAAA;AAE3B;;;;;uEAKuE;AACvE,eAAO,MAAM,WAAW,GAAI,OAAO,MAAM,KAAG,OACT,CAAA;AAEnC;;;;;;;;qDAQqD;AACrD,eAAO,MAAM,gBAAgB,GAAI,OAAO,MAAM,KAAG,OAKhD,CAAA;AAED;;;;;;;;;;;;;;;;;;yEAkByE;AACzE,eAAO,MAAM,qBAAqB,GAChC,IAAI,EAAE,EACN,MAAM,IAAI,EACV,MAAM,MAAM,EACZ,aAAa,MAAM,EACnB,eAAc,oBAAoD,KACjE,OAAO,CAAC;IAAE,EAAE,EAAE,MAAM,CAAC;IAAC,QAAQ,EAAE,OAAO,CAAA;CAAE,CAgBxC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dataExtension.d.ts","sourceRoot":"","sources":["../../../../../../../src/plugins/daily-notes/dataExtension.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAA;AAIzD,eAAO,MAAM,uBAAuB,EAAE,YAOrC,CAAA"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { type BlockContentSurfaceContribution } from '@/extensions/blockInteraction.js';
|
|
2
|
+
import type { Block } from '@/data/block';
|
|
3
|
+
import type { BlockDateAdapter } from './blockDateAdapter.ts';
|
|
4
|
+
export interface ScrubStartArgs {
|
|
5
|
+
block: Block;
|
|
6
|
+
blockId: string;
|
|
7
|
+
/** Optional adapter override for input surfaces with fresher state
|
|
8
|
+
* than `block.peek()` (notably a live CodeMirror editor). */
|
|
9
|
+
adapter?: BlockDateAdapter;
|
|
10
|
+
/** Midpoint between the two locked fingers at activation time.
|
|
11
|
+
* The overlay anchors its pill near this point. */
|
|
12
|
+
startX: number;
|
|
13
|
+
startY: number;
|
|
14
|
+
}
|
|
15
|
+
export interface ScrubHandler {
|
|
16
|
+
/** Returns true if the overlay accepted the scrub (block is
|
|
17
|
+
* date-shiftable). Returning false makes the gesture revert as if
|
|
18
|
+
* no activation happened. */
|
|
19
|
+
start: (args: ScrubStartArgs) => boolean;
|
|
20
|
+
update: (deltaDays: number, intentCancel: boolean) => void;
|
|
21
|
+
end: (commit: boolean) => void;
|
|
22
|
+
}
|
|
23
|
+
export declare const registerScrubHandler: (handler: ScrubHandler) => (() => void);
|
|
24
|
+
export interface KeyboardScrubTarget {
|
|
25
|
+
block: Block;
|
|
26
|
+
adapter?: BlockDateAdapter;
|
|
27
|
+
}
|
|
28
|
+
type KeyboardScrubTargetProvider = () => KeyboardScrubTarget | null;
|
|
29
|
+
export declare const installDateKeyboardScrubListeners: (getTarget: KeyboardScrubTargetProvider) => (() => void);
|
|
30
|
+
export declare const dateScrubContentSurface: BlockContentSurfaceContribution;
|
|
31
|
+
export {};
|
|
32
|
+
//# sourceMappingURL=dateScrubGesture.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dateScrubGesture.d.ts","sourceRoot":"","sources":["../../../../../../../src/plugins/daily-notes/dateScrubGesture.ts"],"names":[],"mappings":"AA8BA,OAAO,EAEL,KAAK,+BAA+B,EACrC,MAAM,kCAAkC,CAAA;AAKzC,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,cAAc,CAAA;AAEzC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAA;AA2B7D,MAAM,WAAW,cAAc;IAC7B,KAAK,EAAE,KAAK,CAAA;IACZ,OAAO,EAAE,MAAM,CAAA;IACf;kEAC8D;IAC9D,OAAO,CAAC,EAAE,gBAAgB,CAAA;IAC1B;wDACoD;IACpD,MAAM,EAAE,MAAM,CAAA;IACd,MAAM,EAAE,MAAM,CAAA;CACf;AAED,MAAM,WAAW,YAAY;IAC3B;;kCAE8B;IAC9B,KAAK,EAAE,CAAC,IAAI,EAAE,cAAc,KAAK,OAAO,CAAA;IACxC,MAAM,EAAE,CAAC,SAAS,EAAE,MAAM,EAAE,YAAY,EAAE,OAAO,KAAK,IAAI,CAAA;IAC1D,GAAG,EAAE,CAAC,MAAM,EAAE,OAAO,KAAK,IAAI,CAAA;CAC/B;AAID,eAAO,MAAM,oBAAoB,GAAI,SAAS,YAAY,KAAG,CAAC,MAAM,IAAI,CAKvE,CAAA;AA2BD,MAAM,WAAW,mBAAmB;IAClC,KAAK,EAAE,KAAK,CAAA;IACZ,OAAO,CAAC,EAAE,gBAAgB,CAAA;CAC3B;AAED,KAAK,2BAA2B,GAAG,MAAM,mBAAmB,GAAG,IAAI,CAAA;AA4MnE,eAAO,MAAM,iCAAiC,GAC5C,WAAW,2BAA2B,KACrC,CAAC,MAAM,IAAI,CAiEb,CAAA;AAED,eAAO,MAAM,uBAAuB,EAAE,+BA6JrC,CAAA"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export interface DailyNotePickerAnchorRect {
|
|
2
|
+
bottom: number;
|
|
3
|
+
height: number;
|
|
4
|
+
left: number;
|
|
5
|
+
right: number;
|
|
6
|
+
top: number;
|
|
7
|
+
width: number;
|
|
8
|
+
}
|
|
9
|
+
export interface OpenDailyNotePickerEventDetail {
|
|
10
|
+
anchorRect?: DailyNotePickerAnchorRect;
|
|
11
|
+
initialIso?: string;
|
|
12
|
+
}
|
|
13
|
+
export declare const openDailyNotePickerEvent = "daily-notes.open-date-picker";
|
|
14
|
+
export declare const openDailyNotePicker: (detail?: OpenDailyNotePickerEventDetail) => void;
|
|
15
|
+
//# sourceMappingURL=events.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"events.d.ts","sourceRoot":"","sources":["../../../../../../../src/plugins/daily-notes/events.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,yBAAyB;IACxC,MAAM,EAAE,MAAM,CAAA;IACd,MAAM,EAAE,MAAM,CAAA;IACd,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,MAAM,CAAA;IACb,GAAG,EAAE,MAAM,CAAA;IACX,KAAK,EAAE,MAAM,CAAA;CACd;AAED,MAAM,WAAW,8BAA8B;IAC7C,UAAU,CAAC,EAAE,yBAAyB,CAAA;IACtC,UAAU,CAAC,EAAE,MAAM,CAAA;CACpB;AAED,eAAO,MAAM,wBAAwB,iCAAiC,CAAA;AAEtE,eAAO,MAAM,mBAAmB,GAC9B,SAAQ,8BAAmC,KAC1C,IAMF,CAAA"}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Daily-notes plugin — owns the workspace's Journal page, the dated
|
|
3
|
+
* pages under it, and the bootstrap behavior of landing on today's
|
|
4
|
+
* daily note when the user opens the app with an empty layout hash.
|
|
5
|
+
*
|
|
6
|
+
* Public surface (stable; other plugins import from here):
|
|
7
|
+
* - `DAILY_NOTE_TYPE` — block-type id. The plugin contributes the
|
|
8
|
+
* type via `dailyNotesDataExtension`; SRS uses it to constrain
|
|
9
|
+
* `srsNextReviewDateProp` ref targets.
|
|
10
|
+
* - `dailyNoteBlockId(workspaceId, iso)` — deterministic id for a
|
|
11
|
+
* daily note. Used by the Roam importer and the backlinks
|
|
12
|
+
* references-processor for date-shaped alias routing.
|
|
13
|
+
* - `journalBlockId(workspaceId)` — deterministic id for the
|
|
14
|
+
* workspace's Journal page.
|
|
15
|
+
* - `todayIso()` / `addDaysIso(iso, days)` — date math used by
|
|
16
|
+
* keyboard actions and the bootstrap.
|
|
17
|
+
* - `getOrCreateDailyNote(repo, ws, iso)` /
|
|
18
|
+
* `getOrCreateJournalBlock(repo, ws)` — idempotent repo mutators.
|
|
19
|
+
* - `ensureDailyNoteTarget(tx, repo, date, ws, snap?)` — lighter
|
|
20
|
+
* reference-target materialiser called from the backlinks
|
|
21
|
+
* references-processor when a date-shaped alias resolves to a
|
|
22
|
+
* date that has no row yet.
|
|
23
|
+
* - `openDailyNotePicker(detail?)` / `openDailyNotePickerEvent` —
|
|
24
|
+
* reusable UI trigger for the global daily-note date picker.
|
|
25
|
+
* - `isDateAlias(alias)` — shape-only predicate (`YYYY-MM-DD`).
|
|
26
|
+
* - `isValidDateAlias(alias)` — shape + calendar-validity predicate.
|
|
27
|
+
* The routing decision in `parseReferences` and SRS's daily-note
|
|
28
|
+
* ISO extraction use this so calendar-invalid strings
|
|
29
|
+
* (`2026-13-01`, `2026-02-30`) don't get treated as real dates.
|
|
30
|
+
* - `DAILY_NOTE_NS`, `JOURNAL_NS` — namespace UUIDs.
|
|
31
|
+
*
|
|
32
|
+
* The `dailyNotesPlugin` AppExtension contributes:
|
|
33
|
+
* - the three global `open_*_daily_note` actions, and
|
|
34
|
+
* - a header button + app mount for the daily-note picker, and
|
|
35
|
+
* - a `workspaceLandingFacet` resolver that lands the user on
|
|
36
|
+
* today's note when the panel layout is empty (plus a tutorial
|
|
37
|
+
* bullet on first-run workspaces).
|
|
38
|
+
*
|
|
39
|
+
* `dailyNotesDataExtension` (in `dataExtension.ts`) contributes the
|
|
40
|
+
* `daily-note` block type via `typesFacet`. It's a separate export so
|
|
41
|
+
* `staticDataExtensions.ts` can install it before the React app
|
|
42
|
+
* mounts, alongside the kernel + other data-only plugins.
|
|
43
|
+
*/
|
|
44
|
+
import type { Repo } from '@/data/repo';
|
|
45
|
+
import type { AppExtension } from '@/extensions/facet.js';
|
|
46
|
+
import { type AppMountContribution, type HeaderItemContribution } from '@/extensions/core.js';
|
|
47
|
+
import { ActionContextTypes, type ActionConfig } from '@/shortcuts/types.js';
|
|
48
|
+
export { APPEND_TODAY_DAILY_BLOCK_ACTION_ID, OPEN_NEXT_DAILY_NOTE_ACTION_ID, OPEN_PREVIOUS_DAILY_NOTE_ACTION_ID, OPEN_TODAY_ACTION_ID, appendTodayDailyBlockInStack, resolveCurrentDailyNoteIso, } from './actions.ts';
|
|
49
|
+
export { openDailyNotePicker, openDailyNotePickerEvent, type DailyNotePickerAnchorRect, type OpenDailyNotePickerEventDetail, } from './events.ts';
|
|
50
|
+
export declare const OPEN_DAILY_NOTE_PICKER_ACTION_ID = "open_daily_note_picker";
|
|
51
|
+
export declare const dailyNotePickerMount: AppMountContribution;
|
|
52
|
+
export declare const reschedulePickerMount: AppMountContribution;
|
|
53
|
+
export declare const dateScrubOverlayMount: AppMountContribution;
|
|
54
|
+
export declare const dateKeyboardScrubControllerMount: AppMountContribution;
|
|
55
|
+
export declare const dailyNotePickerHeaderItem: HeaderItemContribution;
|
|
56
|
+
export declare const openDailyNotePickerAction: ({ repo }: {
|
|
57
|
+
repo: Repo;
|
|
58
|
+
}) => ActionConfig<typeof ActionContextTypes.GLOBAL>;
|
|
59
|
+
export declare const dailyNotesPlugin: ({ repo }: {
|
|
60
|
+
repo: Repo;
|
|
61
|
+
}) => AppExtension;
|
|
62
|
+
export { DAILY_NOTE_TYPE, dailyNoteDateProp, dailyNoteType } from './schema.ts';
|
|
63
|
+
export { dailyNotesDataExtension } from './dataExtension.ts';
|
|
64
|
+
export { DAILY_NOTE_NS, JOURNAL_NS, addDaysIso, dailyNoteBlockId, dailyNoteCreatedAt, ensureDailyNoteTarget, getOrCreateDailyNote, getOrCreateJournalBlock, isDateAlias, isValidDateAlias, journalBlockId, todayIso, } from './dailyNotes.ts';
|
|
65
|
+
export { blockDateAdapterFacet, pickBlockDateAdapter, hasAnyBlockDateAdapter, type BlockDateAdapter, } from './blockDateAdapter.ts';
|
|
66
|
+
export { referenceDateAdapter } from './referenceDateAdapter.ts';
|
|
67
|
+
export { RESCHEDULE_BLOCK_DATE_ACTION_ID, rescheduleBlockDateAction, rescheduleQuickActionItem, } from './rescheduleAction.ts';
|
|
68
|
+
export { SPREAD_BLOCK_DATES_ACTION_ID, SPREAD_BLOCK_DATES_BLOCKS_ACTION_ID, spreadBlockDateAction, spreadBlockDatesAction, spreadBlockDatesGroupHeaderEntry, } from './spreadDatesAction.ts';
|
|
69
|
+
export { randomUpcomingDateOffset, spreadBlockDates, type SpreadBlockDatesOptions, type SpreadBlockDatesResult, } from './spreadBlockDates.ts';
|
|
70
|
+
export { openReschedulePicker, openReschedulePickerEvent, type OpenReschedulePickerEventDetail, type ReschedulePickerAnchorRect, } from './rescheduleEvents.ts';
|
|
71
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/plugins/daily-notes/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA0CG;AACH,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,aAAa,CAAA;AACvC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAA;AAEzD,OAAO,EAKL,KAAK,oBAAoB,EACzB,KAAK,sBAAsB,EAC5B,MAAM,sBAAsB,CAAA;AAG7B,OAAO,EAAE,kBAAkB,EAAE,KAAK,YAAY,EAAE,MAAM,sBAAsB,CAAA;AA4B5E,OAAO,EACL,kCAAkC,EAClC,8BAA8B,EAC9B,kCAAkC,EAClC,oBAAoB,EACpB,4BAA4B,EAC5B,0BAA0B,GAC3B,MAAM,cAAc,CAAA;AACrB,OAAO,EACL,mBAAmB,EACnB,wBAAwB,EACxB,KAAK,yBAAyB,EAC9B,KAAK,8BAA8B,GACpC,MAAM,aAAa,CAAA;AAEpB,eAAO,MAAM,gCAAgC,2BAA2B,CAAA;AAExE,eAAO,MAAM,oBAAoB,EAAE,oBAGlC,CAAA;AAED,eAAO,MAAM,qBAAqB,EAAE,oBAGnC,CAAA;AAED,eAAO,MAAM,qBAAqB,EAAE,oBAGnC,CAAA;AAED,eAAO,MAAM,gCAAgC,EAAE,oBAG9C,CAAA;AAED,eAAO,MAAM,yBAAyB,EAAE,sBAIvC,CAAA;AAOD,eAAO,MAAM,yBAAyB,GACpC,UAAQ;IAAC,IAAI,EAAE,IAAI,CAAA;CAAC,KACnB,YAAY,CAAC,OAAO,kBAAkB,CAAC,MAAM,CAa9C,CAAA;AAqBF,eAAO,MAAM,gBAAgB,GAAI,UAAQ;IAAC,IAAI,EAAE,IAAI,CAAA;CAAC,KAAG,YAgCpD,CAAA;AAEJ,OAAO,EAAE,eAAe,EAAE,iBAAiB,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AAC/E,OAAO,EAAE,uBAAuB,EAAE,MAAM,oBAAoB,CAAA;AAC5D,OAAO,EACL,aAAa,EACb,UAAU,EACV,UAAU,EACV,gBAAgB,EAChB,kBAAkB,EAClB,qBAAqB,EACrB,oBAAoB,EACpB,uBAAuB,EACvB,WAAW,EACX,gBAAgB,EAChB,cAAc,EACd,QAAQ,GACT,MAAM,iBAAiB,CAAA;AACxB,OAAO,EACL,qBAAqB,EACrB,oBAAoB,EACpB,sBAAsB,EACtB,KAAK,gBAAgB,GACtB,MAAM,uBAAuB,CAAA;AAC9B,OAAO,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAA;AAChE,OAAO,EACL,+BAA+B,EAC/B,yBAAyB,EACzB,yBAAyB,GAC1B,MAAM,uBAAuB,CAAA;AAC9B,OAAO,EACL,4BAA4B,EAC5B,mCAAmC,EACnC,qBAAqB,EACrB,sBAAsB,EACtB,gCAAgC,GACjC,MAAM,wBAAwB,CAAA;AAC/B,OAAO,EACL,wBAAwB,EACxB,gBAAgB,EAChB,KAAK,uBAAuB,EAC5B,KAAK,sBAAsB,GAC5B,MAAM,uBAAuB,CAAA;AAC9B,OAAO,EACL,oBAAoB,EACpB,yBAAyB,EACzB,KAAK,+BAA+B,EACpC,KAAK,0BAA0B,GAChC,MAAM,uBAAuB,CAAA"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Landing resolver: when the app boots into an empty layout (URL hash
|
|
3
|
+
* has no panels), land the user on today's daily note. Get-or-create
|
|
4
|
+
* the note via the deterministic-id helper so two clients booting
|
|
5
|
+
* offline converge on the same row when they later sync.
|
|
6
|
+
*
|
|
7
|
+
* On `freshlyCreated` workspaces also prepend a `[[Tutorial]]` bullet
|
|
8
|
+
* so the welcome content is one click away from the landing page —
|
|
9
|
+
* this matches the historical first-run behavior that lived in
|
|
10
|
+
* App.tsx before the daily-notes feature became a plugin.
|
|
11
|
+
*
|
|
12
|
+
* Returns the block id of today's daily note. App.tsx is responsible
|
|
13
|
+
* for the rest of the bootstrap chain (replaceHash, panel-row tx);
|
|
14
|
+
* the resolver intentionally stops here so the same surface can be
|
|
15
|
+
* used to land somewhere that isn't a daily note (e.g. a future
|
|
16
|
+
* "open last panel" plugin) without duplicating the navigation
|
|
17
|
+
* plumbing.
|
|
18
|
+
*/
|
|
19
|
+
import type { WorkspaceLandingResolver } from '@/extensions/core.js';
|
|
20
|
+
export declare const todayDailyNoteLanding: WorkspaceLandingResolver;
|
|
21
|
+
//# sourceMappingURL=landing.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"landing.d.ts","sourceRoot":"","sources":["../../../../../../../src/plugins/daily-notes/landing.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;GAiBG;AACH,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,sBAAsB,CAAA;AAGpE,eAAO,MAAM,qBAAqB,EAAE,wBAoBnC,CAAA"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { LocalSchemaContribution, LocalSchemaDb } from '@/data/facets.js';
|
|
2
|
+
export declare const backfillDailyNoteDatePropertyIfNeeded: (db: LocalSchemaDb) => Promise<void>;
|
|
3
|
+
export declare const dailyNotesLocalSchema: LocalSchemaContribution;
|
|
4
|
+
//# sourceMappingURL=localSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"localSchema.d.ts","sourceRoot":"","sources":["../../../../../../../src/plugins/daily-notes/localSchema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,uBAAuB,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAA;AA6G9E,eAAO,MAAM,qCAAqC,GAChD,IAAI,aAAa,KAChB,OAAO,CAAC,IAAI,CAId,CAAA;AAED,eAAO,MAAM,qBAAqB,EAAE,uBASnC,CAAA"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* BlockDateAdapter implementation for blocks whose "date" is an inline
|
|
3
|
+
* wikilink in their content (`due [[2026-05-15]]` or
|
|
4
|
+
* `meeting [[April 28th, 2026]]`). Mirrors the visibility/write logic
|
|
5
|
+
* of the old date-shift actions but exposes get/set in absolute-ISO
|
|
6
|
+
* form for the calendar sheet and scrub gestures.
|
|
7
|
+
*/
|
|
8
|
+
import type { EditorView } from '@codemirror/view';
|
|
9
|
+
import { type ParsedReference } from '@/plugins/references/referenceParser.js';
|
|
10
|
+
import type { BlockDateAdapter } from './blockDateAdapter.ts';
|
|
11
|
+
export interface DateReferenceMatch {
|
|
12
|
+
ref: ParsedReference;
|
|
13
|
+
iso: string;
|
|
14
|
+
style: 'iso' | 'long';
|
|
15
|
+
}
|
|
16
|
+
export declare const singleDateReferenceMatch: (content: string) => DateReferenceMatch | null;
|
|
17
|
+
export declare const replaceSingleDateReferenceContent: (content: string, iso: string) => string | null;
|
|
18
|
+
export declare const referenceDateAdapter: BlockDateAdapter;
|
|
19
|
+
export declare const createEditorReferenceDateAdapter: (editorView: EditorView) => BlockDateAdapter;
|
|
20
|
+
//# sourceMappingURL=referenceDateAdapter.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"referenceDateAdapter.d.ts","sourceRoot":"","sources":["../../../../../../../src/plugins/daily-notes/referenceDateAdapter.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAA;AAElD,OAAO,EAEL,KAAK,eAAe,EAErB,MAAM,yCAAyC,CAAA;AAGhD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAA;AAE7D,MAAM,WAAW,kBAAkB;IACjC,GAAG,EAAE,eAAe,CAAA;IACpB,GAAG,EAAE,MAAM,CAAA;IACX,KAAK,EAAE,KAAK,GAAG,MAAM,CAAA;CACtB;AAmBD,eAAO,MAAM,wBAAwB,GAAI,SAAS,MAAM,KAAG,kBAAkB,GAAG,IAG/E,CAAA;AAED,eAAO,MAAM,iCAAiC,GAC5C,SAAS,MAAM,EACf,KAAK,MAAM,KACV,MAAM,GAAG,IASX,CAAA;AAID,eAAO,MAAM,oBAAoB,EAAE,gBAqBlC,CAAA;AAED,eAAO,MAAM,gCAAgC,GAAI,YAAY,UAAU,KAAG,gBAqBxE,CAAA"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { ActionConfig, ActionContextTypes } from '@/shortcuts/types.js';
|
|
2
|
+
import type { QuickActionItem } from '@/plugins/swipe-quick-actions/actions.js';
|
|
3
|
+
export declare const RESCHEDULE_BLOCK_DATE_ACTION_ID = "block.date.reschedule";
|
|
4
|
+
export declare const rescheduleBlockDateAction: ActionConfig<typeof ActionContextTypes.NORMAL_MODE>;
|
|
5
|
+
export declare const rescheduleQuickActionItem: QuickActionItem;
|
|
6
|
+
//# sourceMappingURL=rescheduleAction.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rescheduleAction.d.ts","sourceRoot":"","sources":["../../../../../../../src/plugins/daily-notes/rescheduleAction.ts"],"names":[],"mappings":"AASA,OAAO,EACL,YAAY,EACZ,kBAAkB,EAEnB,MAAM,sBAAsB,CAAA;AAC7B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,0CAA0C,CAAA;AAI/E,eAAO,MAAM,+BAA+B,0BAA0B,CAAA;AAEtE,eAAO,MAAM,yBAAyB,EAAE,YAAY,CAAC,OAAO,kBAAkB,CAAC,WAAW,CAczF,CAAA;AAED,eAAO,MAAM,yBAAyB,EAAE,eAGvC,CAAA"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Cross-component bridge that opens the mobile reschedule sheet.
|
|
3
|
+
* Mirrors the daily-note-picker open event so consumers don't need a
|
|
4
|
+
* direct ref to the React component.
|
|
5
|
+
*/
|
|
6
|
+
export interface ReschedulePickerAnchorRect {
|
|
7
|
+
bottom: number;
|
|
8
|
+
height: number;
|
|
9
|
+
left: number;
|
|
10
|
+
right: number;
|
|
11
|
+
top: number;
|
|
12
|
+
width: number;
|
|
13
|
+
}
|
|
14
|
+
export interface OpenReschedulePickerEventDetail {
|
|
15
|
+
blockId: string;
|
|
16
|
+
/** Workspace the block lives in. The picker uses this to call
|
|
17
|
+
* `getOrCreateDailyNote` — we pass it explicitly rather than reading
|
|
18
|
+
* from app state so a panel showing a different workspace can still
|
|
19
|
+
* reschedule its own block. */
|
|
20
|
+
workspaceId: string;
|
|
21
|
+
anchorRect?: ReschedulePickerAnchorRect;
|
|
22
|
+
}
|
|
23
|
+
export declare const openReschedulePickerEvent = "daily-notes.open-reschedule-picker";
|
|
24
|
+
export declare const openReschedulePicker: (detail: OpenReschedulePickerEventDetail) => void;
|
|
25
|
+
//# sourceMappingURL=rescheduleEvents.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rescheduleEvents.d.ts","sourceRoot":"","sources":["../../../../../../../src/plugins/daily-notes/rescheduleEvents.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,MAAM,WAAW,0BAA0B;IACzC,MAAM,EAAE,MAAM,CAAA;IACd,MAAM,EAAE,MAAM,CAAA;IACd,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,MAAM,CAAA;IACb,GAAG,EAAE,MAAM,CAAA;IACX,KAAK,EAAE,MAAM,CAAA;CACd;AAED,MAAM,WAAW,+BAA+B;IAC9C,OAAO,EAAE,MAAM,CAAA;IACf;;;oCAGgC;IAChC,WAAW,EAAE,MAAM,CAAA;IACnB,UAAU,CAAC,EAAE,0BAA0B,CAAA;CACxC;AAED,eAAO,MAAM,yBAAyB,uCAAuC,CAAA;AAE7E,eAAO,MAAM,oBAAoB,GAC/B,QAAQ,+BAA+B,KACtC,IAMF,CAAA"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { type PropertySchema, type TypeContribution } from '@/data/api';
|
|
2
|
+
export declare const DAILY_NOTE_TYPE = "daily-note";
|
|
3
|
+
/** Indexable calendar-day value for a daily-note page. Lets the query
|
|
4
|
+
* layer resolve ref-typed properties that point at daily notes
|
|
5
|
+
* (e.g. SRS's `next-review-date`) as comparable dates without
|
|
6
|
+
* parsing aliases at query time. Populated at write by
|
|
7
|
+
* `getOrCreateDailyNote` / `ensureDailyNoteTarget` and backfilled
|
|
8
|
+
* once per device from the ISO alias for pre-existing rows. */
|
|
9
|
+
export declare const dailyNoteDateProp: PropertySchema<Date | undefined>;
|
|
10
|
+
export declare const dailyNoteType: TypeContribution;
|
|
11
|
+
//# sourceMappingURL=schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../../../../../src/plugins/daily-notes/schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAKL,KAAK,cAAc,EACnB,KAAK,gBAAgB,EACtB,MAAM,YAAY,CAAA;AAGnB,eAAO,MAAM,eAAe,eAAe,CAAA;AAE3C;;;;;gEAKgE;AAChE,eAAO,MAAM,iBAAiB,EAAE,cAAc,CAAC,IAAI,GAAG,SAAS,CAO9D,CAAA;AAED,eAAO,MAAM,aAAa,EAAE,gBAI1B,CAAA"}
|