obsidian-typings 4.41.0 → 4.42.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/dist/cjs/types.d.cts
CHANGED
|
@@ -18135,7 +18135,7 @@ export interface BasesList extends BasesControl {
|
|
|
18135
18135
|
/**
|
|
18136
18136
|
* The controls.
|
|
18137
18137
|
*/
|
|
18138
|
-
data: BasesControl
|
|
18138
|
+
data: Record<string, BasesControl>;
|
|
18139
18139
|
/**
|
|
18140
18140
|
* Gets a value by key.
|
|
18141
18141
|
*
|
|
@@ -12931,6 +12931,15 @@
|
|
|
12931
12931
|
"kind": "Content",
|
|
12932
12932
|
"text": "data: "
|
|
12933
12933
|
},
|
|
12934
|
+
{
|
|
12935
|
+
"kind": "Reference",
|
|
12936
|
+
"text": "Record",
|
|
12937
|
+
"canonicalReference": "!Record:type"
|
|
12938
|
+
},
|
|
12939
|
+
{
|
|
12940
|
+
"kind": "Content",
|
|
12941
|
+
"text": "<string, "
|
|
12942
|
+
},
|
|
12934
12943
|
{
|
|
12935
12944
|
"kind": "Reference",
|
|
12936
12945
|
"text": "BasesControl",
|
|
@@ -12938,7 +12947,7 @@
|
|
|
12938
12947
|
},
|
|
12939
12948
|
{
|
|
12940
12949
|
"kind": "Content",
|
|
12941
|
-
"text": "
|
|
12950
|
+
"text": ">"
|
|
12942
12951
|
},
|
|
12943
12952
|
{
|
|
12944
12953
|
"kind": "Content",
|
|
@@ -12951,7 +12960,7 @@
|
|
|
12951
12960
|
"name": "data",
|
|
12952
12961
|
"propertyTypeTokenRange": {
|
|
12953
12962
|
"startIndex": 1,
|
|
12954
|
-
"endIndex":
|
|
12963
|
+
"endIndex": 5
|
|
12955
12964
|
}
|
|
12956
12965
|
},
|
|
12957
12966
|
{
|