v1.9.2-rc.1 - tooltip slots / taskList collapse enable etc.

This commit is contained in:
LINING-PC\lining
2026-02-26 22:43:54 +08:00
parent f3b0c55bba
commit 544f6ec2d5
13 changed files with 2494 additions and 160 deletions
+16
View File
@@ -115,6 +115,22 @@
"true": "True",
"false": "False"
}
},
"showViewMode": {
"title": "Task/Resource View Toggle",
"label": "Show view mode switcher",
"hint": "Hides the Task/Resource toggle control from the toolbar when off"
},
"taskListControl": {
"sectionTitle": "TaskList Collapsible Control",
"sectionTitle1": "TaskList Show/Hide Control",
"show": "Expand",
"hide": "Collapse",
"toggle": "Toggle (animated)",
"enableCollapsible": "enableTaskListCollapsible",
"visibleProp": "taskListVisible",
"true": "Enabled",
"false": "Disabled"
}
},
"taskBarConfig": {
+16
View File
@@ -115,6 +115,22 @@
"true": "真",
"false": "假"
}
},
"showViewMode": {
"title": "Task/Resource 视图切换按钮组",
"label": "显示视图切换按钮组",
"hint": "关闭后工具栏不展示 Task/Resource 切换控件"
},
"taskListControl": {
"sectionTitle": "TaskList 可折叠控制",
"sectionTitle1": "TaskList 显隐控制",
"show": "展开",
"hide": "收起",
"toggle": "切换(动画)",
"enableCollapsible": "enableTaskListCollapsible",
"visibleProp": "taskListVisible",
"true": "允许",
"false": "禁用"
}
},
"taskBarConfig": {