obsidian-typings 3.16.5 → 3.16.6

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.
@@ -8837,10 +8837,6 @@ export interface PropertyWidget<Value = unknown, ComponentType extends Component
8837
8837
  * Lucide-dev icon associated with the widget.
8838
8838
  */
8839
8839
  icon: string;
8840
- /**
8841
- * Returns the I18N name of the widget.
8842
- */
8843
- name: string;
8844
8840
  /**
8845
8841
  * Reserved keys for the widget.
8846
8842
  */
@@ -8854,6 +8850,10 @@ export interface PropertyWidget<Value = unknown, ComponentType extends Component
8854
8850
  * @deprecated Removed in 1.9.0.
8855
8851
  */
8856
8852
  default(): Value;
8853
+ /**
8854
+ * Returns the I18N name of the widget.
8855
+ */
8856
+ name(): string;
8857
8857
  /**
8858
8858
  * Render function for the widget on field container given context and data.
8859
8859
  * @deprecated Removed in 1.9.0.
@@ -24980,10 +24980,6 @@ export interface PropertyWidget<Value = unknown, ComponentType extends Component
24980
24980
  * Lucide-dev icon associated with the widget.
24981
24981
  */
24982
24982
  icon: string;
24983
- /**
24984
- * Returns the I18N name of the widget.
24985
- */
24986
- name: string;
24987
24983
  /**
24988
24984
  * Reserved keys for the widget.
24989
24985
  */
@@ -24997,6 +24993,10 @@ export interface PropertyWidget<Value = unknown, ComponentType extends Component
24997
24993
  * @deprecated Removed in 1.9.0.
24998
24994
  */
24999
24995
  default(): Value;
24996
+ /**
24997
+ * Returns the I18N name of the widget.
24998
+ */
24999
+ name(): string;
25000
25000
  /**
25001
25001
  * Render function for the widget on field container given context and data.
25002
25002
  * @deprecated Removed in 1.9.0.
@@ -97833,13 +97833,13 @@
97833
97833
  }
97834
97834
  },
97835
97835
  {
97836
- "kind": "PropertySignature",
97837
- "canonicalReference": "obsidian-typings!PropertyWidget#name:member",
97836
+ "kind": "MethodSignature",
97837
+ "canonicalReference": "obsidian-typings!PropertyWidget#name:member(1)",
97838
97838
  "docComment": "/**\n * Returns the I18N name of the widget.\n */\n",
97839
97839
  "excerptTokens": [
97840
97840
  {
97841
97841
  "kind": "Content",
97842
- "text": "name: "
97842
+ "text": "name(): "
97843
97843
  },
97844
97844
  {
97845
97845
  "kind": "Content",
@@ -97850,14 +97850,15 @@
97850
97850
  "text": ";"
97851
97851
  }
97852
97852
  ],
97853
- "isReadonly": false,
97854
97853
  "isOptional": false,
97855
- "releaseTag": "Public",
97856
- "name": "name",
97857
- "propertyTypeTokenRange": {
97854
+ "returnTypeTokenRange": {
97858
97855
  "startIndex": 1,
97859
97856
  "endIndex": 2
97860
- }
97857
+ },
97858
+ "releaseTag": "Public",
97859
+ "overloadIndex": 1,
97860
+ "parameters": [],
97861
+ "name": "name"
97861
97862
  },
97862
97863
  {
97863
97864
  "kind": "MethodSignature",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "obsidian-typings",
3
- "version": "3.16.5",
3
+ "version": "3.16.6",
4
4
  "description": "Extended type definitions for the Obsidian API (https://obsidian.md)",
5
5
  "main": "",
6
6
  "module": "",