feat(MultipleTab): add tabs auto collapse interaction in fold mode and setting (#3256)

* fix: validateFields await missing

* feat(MultipleTab): add tabs auto collapse interaction and setting

* chore(locales): update  setting name to better reflect its purpose

---------

Co-authored-by: invalid w <wangjuesix@gmail.com>
This commit is contained in:
xachary
2023-11-09 11:24:27 +08:00
committed by GitHub
parent b976933766
commit 191e809b6d
13 changed files with 262 additions and 185 deletions

1
types/config.d.ts vendored
View File

@@ -41,6 +41,7 @@ export interface MultiTabsSetting {
canDrag: boolean;
showRedo: boolean;
showFold: boolean;
autoCollapse: boolean;
}
export interface HeaderSetting {