obsidian-typings 4.58.0 → 4.60.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/README.md CHANGED
@@ -70,7 +70,7 @@ To make it easier to adapt to these differences, this package provides typings f
70
70
  Typings for each `Obsidian` version can be found in their own git branches: namely `release/obsidian-public/*` and `release/obsidian-catalyst/*`:
71
71
 
72
72
  - Latest `public` release: [`release/obsidian-public/1.9.14`](https://github.com/Fevol/obsidian-typings/tree/release/obsidian-public/1.9.14)
73
- - Latest `catalyst` release: [`release/obsidian-catalyst/1.10.0`](https://github.com/Fevol/obsidian-typings/tree/release/obsidian-catalyst/1.10.0)
73
+ - Latest `catalyst` release: [`release/obsidian-catalyst/1.10.2`](https://github.com/Fevol/obsidian-typings/tree/release/obsidian-catalyst/1.10.2)
74
74
 
75
75
  Older versions of the package are available, but support for them is limited.
76
76
  In most cases, we recommend to always use the latest release.
@@ -8,7 +8,7 @@ import type { Tree as LezerTree } from '@lezer/common';
8
8
  import type { App as App$1, BrowserWindow } from 'electron';
9
9
  import type { default as moment$1 } from 'moment';
10
10
  import type { FSWatcher } from 'node:fs';
11
- import type { App, BlockCache, CacheItem, CachedMetadata, CloseableComponent, ColorComponent, Command, Component, DataAdapter, Debouncer, EditableFileView, Editor, EditorPosition, EditorRange, EditorRangeOrCaret, EditorSuggest, EmbedCache, EventRef, Events, FileStats, FileView, FrontmatterLinkCache, FuzzySuggestModal, HoverLinkSource, HoverPopover, IconName, ItemView, KeymapInfo, LinkCache, MarkdownEditView, MarkdownFileInfo, MarkdownPostProcessorContext, MarkdownPreviewView, MarkdownView, Menu, Modal, PaneType, Plugin as Plugin, PluginManifest, PluginSettingTab, PopoverSuggest, Reference, ReferenceCache, Scope, SearchComponent, SearchResult, Setting, SettingTab, SplitDirection, TAbstractFile, TFile, TFolder, TextComponent, TextFileView, Vault, View, ViewCreator, ViewState, Workspace, WorkspaceLeaf, WorkspaceTabs } from 'obsidian';
11
+ import type { App, BlockCache, CacheItem, CachedMetadata, CloseableComponent, ColorComponent, Command, Component, DataAdapter, Debouncer, EditableFileView, Editor, EditorPosition, EditorRange, EditorRangeOrCaret, EditorSuggest, EmbedCache, EventRef, Events, FileStats, FileView, FrontmatterLinkCache, FuzzySuggestModal, HoverLinkSource, HoverPopover, IconName, ItemView, KeymapInfo, LinkCache, MarkdownEditView, MarkdownFileInfo, MarkdownPostProcessorContext, MarkdownPreviewView, MarkdownView, Menu, Modal, PaneType, Plugin as Plugin, PluginManifest, PluginSettingTab, PopoverSuggest, Reference, ReferenceCache, RenderContext, Scope, SearchComponent, SearchResult, Setting, SettingTab, SplitDirection, TAbstractFile, TFile, TFolder, TextComponent, TextFileView, Vault, View, ViewCreator, ViewState, Workspace, WorkspaceLeaf, WorkspaceTabs } from 'obsidian';
12
12
  import type { Application, Container, Graphics, ICanvas, Sprite, Text as Text$1, TextStyle } from 'pixi.js';
13
13
 
14
14
  /**
@@ -10221,14 +10221,6 @@ export interface ReleaseNotesView extends ItemView {
10221
10221
  */
10222
10222
  export interface ReleaseNotesViewConstructor extends TypedViewConstructor<ReleaseNotesView> {
10223
10223
  }
10224
- /**
10225
- * Render context.
10226
- *
10227
- * @public
10228
- * @unofficial
10229
- */
10230
- export interface RenderContext {
10231
- }
10232
10224
  /**
10233
10225
  * @todo Documentation incomplete.
10234
10226
  * @public