obsidian-typings 4.93.0 → 4.95.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 +2 -2
- package/dist/cjs/types.d.cts +0 -36
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -69,8 +69,8 @@ To make it easier to adapt to these differences, this package provides typings f
|
|
|
69
69
|
|
|
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
|
-
- Latest `public` release: [`release/obsidian-public/1.11.
|
|
73
|
-
- Latest `catalyst` release: [`release/obsidian-catalyst/1.
|
|
72
|
+
- Latest `public` release: [`release/obsidian-public/1.11.7`](https://github.com/Fevol/obsidian-typings/tree/release/obsidian-public/1.11.7)
|
|
73
|
+
- Latest `catalyst` release: [`release/obsidian-catalyst/1.12.0`](https://github.com/Fevol/obsidian-typings/tree/release/obsidian-catalyst/1.12.0)
|
|
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.
|
package/dist/cjs/types.d.cts
CHANGED
|
@@ -13589,42 +13589,6 @@ declare module "obsidian" {
|
|
|
13589
13589
|
* @since 1.11.0
|
|
13590
13590
|
*/
|
|
13591
13591
|
interface SettingGroup {
|
|
13592
|
-
/**
|
|
13593
|
-
* The components of the setting group.
|
|
13594
|
-
*
|
|
13595
|
-
* @unofficial
|
|
13596
|
-
*/
|
|
13597
|
-
components: BaseComponent[];
|
|
13598
|
-
/**
|
|
13599
|
-
* The control element of the setting group.
|
|
13600
|
-
*
|
|
13601
|
-
* @unofficial
|
|
13602
|
-
*/
|
|
13603
|
-
controlEl: HTMLDivElement;
|
|
13604
|
-
/**
|
|
13605
|
-
* The group element of the setting group.
|
|
13606
|
-
*
|
|
13607
|
-
* @unofficial
|
|
13608
|
-
*/
|
|
13609
|
-
groupEl: HTMLDivElement;
|
|
13610
|
-
/**
|
|
13611
|
-
* The header element of the setting group.
|
|
13612
|
-
*
|
|
13613
|
-
* @unofficial
|
|
13614
|
-
*/
|
|
13615
|
-
headerEl: HTMLDivElement;
|
|
13616
|
-
/**
|
|
13617
|
-
* The header inner element of the setting group.
|
|
13618
|
-
*
|
|
13619
|
-
* @unofficial
|
|
13620
|
-
*/
|
|
13621
|
-
headerInnerEl: HTMLDivElement;
|
|
13622
|
-
/**
|
|
13623
|
-
* The list element of the setting group.
|
|
13624
|
-
*
|
|
13625
|
-
* @unofficial
|
|
13626
|
-
*/
|
|
13627
|
-
listEl: HTMLDivElement;
|
|
13628
13592
|
/**
|
|
13629
13593
|
* Add a CSS class to the setting group.
|
|
13630
13594
|
*
|