mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-01 02:10:15 +01:00
This commit is contained in:
parent
8e1e8139bb
commit
91b23f0bb0
18 changed files with 159 additions and 39 deletions
15
app/src/types/index.d.ts
vendored
15
app/src/types/index.d.ts
vendored
|
|
@ -45,7 +45,18 @@ type TEventBus = "ws-main" |
|
|||
"open-menu-av" | "open-menu-content" | "open-menu-breadcrumbmore" |
|
||||
"input-search" |
|
||||
"loaded-protyle"
|
||||
type TAVCol = "text" | "date" | "number" | "relation" | "rollup" | "select" | "block" | "mSelect" | "url"
|
||||
type TAVCol =
|
||||
"text"
|
||||
| "date"
|
||||
| "number"
|
||||
| "relation"
|
||||
| "rollup"
|
||||
| "select"
|
||||
| "block"
|
||||
| "mSelect"
|
||||
| "url"
|
||||
| "email"
|
||||
| "phone"
|
||||
type THintSource = "search" | "av" | "hint";
|
||||
type TAVFilterOperator =
|
||||
"="
|
||||
|
|
@ -932,6 +943,8 @@ interface IAVCellValue {
|
|||
mSelect?: { content: string, color: string }[]
|
||||
block?: { content: string, id?: string }
|
||||
url?: { content: string }
|
||||
phone?: { content: string }
|
||||
email?: { content: string }
|
||||
date?: IAVCellDateValue
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue