mirror of
https://github.com/anyproto/anytype-heart.git
synced 2025-06-09 09:35:00 +09:00
GO-3938 Return deprecated fields
This commit is contained in:
parent
0c8992e42c
commit
4189807809
3 changed files with 808 additions and 583 deletions
|
@ -2020,7 +2020,9 @@
|
|||
- [Block.Content.Dataview.Filter.Condition](#anytype-model-Block-Content-Dataview-Filter-Condition)
|
||||
- [Block.Content.Dataview.Filter.Operator](#anytype-model-Block-Content-Dataview-Filter-Operator)
|
||||
- [Block.Content.Dataview.Filter.QuickOption](#anytype-model-Block-Content-Dataview-Filter-QuickOption)
|
||||
- [Block.Content.Dataview.Relation.DateFormat](#anytype-model-Block-Content-Dataview-Relation-DateFormat)
|
||||
- [Block.Content.Dataview.Relation.FormulaType](#anytype-model-Block-Content-Dataview-Relation-FormulaType)
|
||||
- [Block.Content.Dataview.Relation.TimeFormat](#anytype-model-Block-Content-Dataview-Relation-TimeFormat)
|
||||
- [Block.Content.Dataview.Sort.EmptyType](#anytype-model-Block-Content-Dataview-Sort-EmptyType)
|
||||
- [Block.Content.Dataview.Sort.Type](#anytype-model-Block-Content-Dataview-Sort-Type)
|
||||
- [Block.Content.Dataview.View.Size](#anytype-model-Block-Content-Dataview-View-Size)
|
||||
|
@ -30437,6 +30439,11 @@ Bookmark is to keep a web-link and to preview a content.
|
|||
| key | [string](#string) | | |
|
||||
| isVisible | [bool](#bool) | | |
|
||||
| width | [int32](#int32) | | the displayed column % calculated based on other visible relations |
|
||||
| dateIncludeTime | [bool](#bool) | | bool isReadOnly = 4; // deprecated
|
||||
|
||||
deprecated |
|
||||
| timeFormat | [Block.Content.Dataview.Relation.TimeFormat](#anytype-model-Block-Content-Dataview-Relation-TimeFormat) | | deprecated |
|
||||
| dateFormat | [Block.Content.Dataview.Relation.DateFormat](#anytype-model-Block-Content-Dataview-Relation-DateFormat) | | deprecated |
|
||||
| formula | [Block.Content.Dataview.Relation.FormulaType](#anytype-model-Block-Content-Dataview-Relation-FormulaType) | | |
|
||||
| align | [Block.Align](#anytype-model-Block-Align) | | |
|
||||
|
||||
|
@ -32030,6 +32037,21 @@ stored |
|
|||
|
||||
|
||||
|
||||
<a name="anytype-model-Block-Content-Dataview-Relation-DateFormat"></a>
|
||||
|
||||
### Block.Content.Dataview.Relation.DateFormat
|
||||
|
||||
|
||||
| Name | Number | Description |
|
||||
| ---- | ------ | ----------- |
|
||||
| MonthAbbrBeforeDay | 0 | Jul 30, 2020 |
|
||||
| MonthAbbrAfterDay | 1 | 30 Jul 2020 |
|
||||
| Short | 2 | 30/07/2020 |
|
||||
| ShortUS | 3 | 07/30/2020 |
|
||||
| ISO | 4 | 2020-07-30 |
|
||||
|
||||
|
||||
|
||||
<a name="anytype-model-Block-Content-Dataview-Relation-FormulaType"></a>
|
||||
|
||||
### Block.Content.Dataview.Relation.FormulaType
|
||||
|
@ -32054,6 +32076,18 @@ stored |
|
|||
|
||||
|
||||
|
||||
<a name="anytype-model-Block-Content-Dataview-Relation-TimeFormat"></a>
|
||||
|
||||
### Block.Content.Dataview.Relation.TimeFormat
|
||||
|
||||
|
||||
| Name | Number | Description |
|
||||
| ---- | ------ | ----------- |
|
||||
| Format12 | 0 | |
|
||||
| Format24 | 1 | |
|
||||
|
||||
|
||||
|
||||
<a name="anytype-model-Block-Content-Dataview-Sort-EmptyType"></a>
|
||||
|
||||
### Block.Content.Dataview.Sort.EmptyType
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue