Skip to content

Commit

Permalink
feat: update types
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuChencheng committed Jun 10, 2023
1 parent d20c6b4 commit e54b250
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions types/src/components/Tree.vue.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ declare const _default: import("vue/types/vue").ExtendedVue<Vue & {
*/
updateRenderNodes(isScroll?: boolean): void;
handleTreeScroll(): void;
initializeNonReactiveData(): void;
}, {
topSpaceStyles: object;
bottomSpaceStyles: object;
Expand Down
3 changes: 2 additions & 1 deletion types/src/components/TreeDrop.vue.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ declare const _default: import("vue/types/vue").ExtendedVue<Vue & {
checkAllStatus: {
checked: boolean;
indeterminate: boolean; /** 多选选中节点个数 */
disabled: boolean;
disabled: boolean; /** 单选选中节点名称 */
};
isShowingChecked: boolean;
/** 展示 slot 的 props */
Expand Down Expand Up @@ -149,6 +149,7 @@ declare const _default: import("vue/types/vue").ExtendedVue<Vue & {
updateRenderAmount(): void;
updateRenderNodes(isScroll?: boolean): void;
handleTreeScroll(): void;
initializeNonReactiveData(): void;
} & {
topSpaceStyles: object;
bottomSpaceStyles: object;
Expand Down
1 change: 1 addition & 0 deletions types/src/components/TreeSearch.vue.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ declare const _default: import("vue/types/vue").ExtendedVue<Vue & {
updateRenderAmount(): void;
updateRenderNodes(isScroll?: boolean): void;
handleTreeScroll(): void;
initializeNonReactiveData(): void;
} & {
topSpaceStyles: object;
bottomSpaceStyles: object;
Expand Down

0 comments on commit e54b250

Please sign in to comment.