Vanessa 2023-11-20 11:12:02 +08:00
parent ec4da7cde7
commit c8ea33c5ce
13 changed files with 372 additions and 245 deletions

View file

@ -71,6 +71,7 @@ type TAVCol =
| "template"
| "created"
| "updated"
| "checkbox"
type THintSource = "search" | "av" | "hint";
type TAVFilterOperator =
"="
@ -1094,6 +1095,9 @@ interface IAVCellValue {
}
template?: {
content: string
},
checkbox?: {
checked: boolean
}
date?: IAVCellDateValue
created?: IAVCellDateValue