Vanessa 2025-11-10 18:37:07 +08:00
parent 6c6f7d8ce2
commit 8e853fe66f
3 changed files with 14 additions and 5 deletions

View file

@ -72,6 +72,8 @@ type TOperation =
| "foldAttrViewGroup"
| "setAttrViewDisplayFieldName"
| "setAttrViewFillColBackgroundColor"
| "setAttrViewUpdatedIncludeTime"
| "setAttrViewCreatedIncludeTime"
type TBazaarType = "templates" | "icons" | "widgets" | "themes" | "plugins"
type TCardType = "doc" | "notebook" | "all"
type TEventBus = "ws-main" | "sync-start" | "sync-end" | "sync-fail" |
@ -969,6 +971,12 @@ interface IAVColumn {
numberFormat: string,
template: string,
calc: IAVCalc,
updated?: {
includeTime: boolean
}
created?: {
includeTime: boolean
}
date?: {
autoFillNow: boolean,
fillSpecificTime: boolean,