obsidian-typings 4.98.0 → 4.99.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.
@@ -13608,6 +13608,42 @@ declare module "obsidian" {
13608
13608
  * @since 1.11.0
13609
13609
  */
13610
13610
  interface SettingGroup {
13611
+ /**
13612
+ * The components of the setting group.
13613
+ *
13614
+ * @unofficial
13615
+ */
13616
+ components: BaseComponent[];
13617
+ /**
13618
+ * The control element of the setting group.
13619
+ *
13620
+ * @unofficial
13621
+ */
13622
+ controlEl: HTMLDivElement;
13623
+ /**
13624
+ * The group element of the setting group.
13625
+ *
13626
+ * @unofficial
13627
+ */
13628
+ groupEl: HTMLDivElement;
13629
+ /**
13630
+ * The header element of the setting group.
13631
+ *
13632
+ * @unofficial
13633
+ */
13634
+ headerEl: HTMLDivElement;
13635
+ /**
13636
+ * The header inner element of the setting group.
13637
+ *
13638
+ * @unofficial
13639
+ */
13640
+ headerInnerEl: HTMLDivElement;
13641
+ /**
13642
+ * The list element of the setting group.
13643
+ *
13644
+ * @unofficial
13645
+ */
13646
+ listEl: HTMLDivElement;
13611
13647
  /**
13612
13648
  * Add a CSS class to the setting group.
13613
13649
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "obsidian-typings",
3
- "version": "4.98.0",
3
+ "version": "4.99.0",
4
4
  "description": "Extended type definitions for the Obsidian API (https://obsidian.md)",
5
5
  "main": "",
6
6
  "module": "",