@dt-frames/ui 1.0.51 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +18 -1
- package/package.json +62 -40
- package/es/assets/data/icons/actions.d.ts +0 -1
- package/es/assets/data/icons/actions.ts +0 -427
- package/es/assets/data/icons/code.d.ts +0 -1
- package/es/assets/data/icons/code.ts +0 -10
- package/es/assets/data/icons/commuticate.d.ts +0 -1
- package/es/assets/data/icons/commuticate.ts +0 -190
- package/es/assets/data/icons/currency.d.ts +0 -1
- package/es/assets/data/icons/currency.ts +0 -46
- package/es/assets/data/icons/devices.d.ts +0 -1
- package/es/assets/data/icons/devices.ts +0 -128
- package/es/assets/data/icons/edit.d.ts +0 -1
- package/es/assets/data/icons/edit.ts +0 -165
- package/es/assets/data/icons/file.d.ts +0 -1
- package/es/assets/data/icons/file.ts +0 -104
- package/es/assets/data/icons/math.d.ts +0 -1
- package/es/assets/data/icons/math.ts +0 -53
- package/es/assets/data/icons/message.d.ts +0 -1
- package/es/assets/data/icons/message.ts +0 -75
- package/es/assets/data/icons/navigate.d.ts +0 -1
- package/es/assets/data/icons/navigate.ts +0 -181
- package/es/assets/data/icons/other.d.ts +0 -1
- package/es/assets/data/icons/other.ts +0 -333
- package/es/assets/data/icons.d.ts +0 -4
- package/es/assets/data/icons.ts +0 -58
- package/es/assets/imgs/header/avatar.png +0 -0
- package/es/assets/imgs/logo/logo.png +0 -0
- package/es/assets/imgs/table/empty.png +0 -0
- package/es/assets/locales/en.json +0 -97
- package/es/assets/locales/zh.json +0 -100
- package/es/assets/style/index.less +0 -10
- package/es/assets/style/reset.less +0 -17
- package/es/components/container/index.d.ts +0 -3
- package/es/components/container/index.less +0 -85
- package/es/components/container/src/bar.d.ts +0 -14
- package/es/components/container/src/scroll-bar.d.ts +0 -93
- package/es/components/container/src/scroll-container.d.ts +0 -99
- package/es/components/curd/index.d.ts +0 -2
- package/es/components/curd/src/components/dialog.d.ts +0 -1505
- package/es/components/curd/src/components/props.d.ts +0 -34
- package/es/components/curd/src/hooks/useCurd.d.ts +0 -17
- package/es/components/curd/src/types/curd.type.d.ts +0 -22
- package/es/components/forms/index.d.ts +0 -5
- package/es/components/forms/index.less +0 -107
- package/es/components/forms/src/componentMap.d.ts +0 -4
- package/es/components/forms/src/components/formButton.d.ts +0 -83
- package/es/components/forms/src/components/formIcon.d.ts +0 -2866
- package/es/components/forms/src/components/formInputUseDialog.d.ts +0 -911
- package/es/components/forms/src/components/formItem.d.ts +0 -58
- package/es/components/forms/src/components/radioButton.d.ts +0 -33
- package/es/components/forms/src/const/form.const.d.ts +0 -7
- package/es/components/forms/src/hooks/helper.d.ts +0 -8
- package/es/components/forms/src/hooks/useForm.d.ts +0 -5
- package/es/components/forms/src/hooks/useFormActions.d.ts +0 -13
- package/es/components/forms/src/hooks/useFormEvents.d.ts +0 -26
- package/es/components/forms/src/hooks/useFormValue.d.ts +0 -3
- package/es/components/forms/src/hooks/useFormValues.d.ts +0 -14
- package/es/components/forms/src/hooks/useLabelWidth.d.ts +0 -35
- package/es/components/forms/src/index.d.ts +0 -182
- package/es/components/forms/src/prop.d.ts +0 -79
- package/es/components/forms/src/types/form.type.d.ts +0 -115
- package/es/components/icons/index.d.ts +0 -3
- package/es/components/icons/index.less +0 -109
- package/es/components/icons/src/pick-icon.d.ts +0 -441
- package/es/components/icons/src/svg-icon.d.ts +0 -44
- package/es/components/iframe/index.d.ts +0 -2
- package/es/components/iframe/index.less +0 -3
- package/es/components/iframe/src/index.d.ts +0 -967
- package/es/components/iframe/src/index.less +0 -3
- package/es/components/index.d.ts +0 -14
- package/es/components/modal/index.d.ts +0 -3
- package/es/components/modal/index.less +0 -60
- package/es/components/modal/src/components/close-icon.d.ts +0 -309
- package/es/components/modal/src/components/modal-wrap.d.ts +0 -237
- package/es/components/modal/src/components/modal.d.ts +0 -200
- package/es/components/modal/src/components/modalFooter.d.ts +0 -124
- package/es/components/modal/src/hooks/useDrag.d.ts +0 -7
- package/es/components/modal/src/hooks/useFullScreen.d.ts +0 -12
- package/es/components/modal/src/hooks/useModal.d.ts +0 -4
- package/es/components/modal/src/index.d.ts +0 -1190
- package/es/components/modal/src/props.d.ts +0 -93
- package/es/components/modal/src/types/modal.type.d.ts +0 -25
- package/es/components/router/base-router.d.ts +0 -2
- package/es/components/router/index.d.ts +0 -2
- package/es/components/source/index.d.ts +0 -1
- package/es/components/source/src/hooks/useDownload.d.ts +0 -8
- package/es/components/source/src/hooks/useFetch.d.ts +0 -4
- package/es/components/source/src/hooks/useSource.d.ts +0 -43
- package/es/components/source/src/index.d.ts +0 -2
- package/es/components/source/src/types/source.type.d.ts +0 -34
- package/es/components/source/src/types/table.type.d.ts +0 -7
- package/es/components/table/index.d.ts +0 -4
- package/es/components/table/index.less +0 -224
- package/es/components/table/src/components/TableActions.d.ts +0 -1280
- package/es/components/table/src/components/TableHeader.d.ts +0 -28
- package/es/components/table/src/components/TableRender.d.ts +0 -25
- package/es/components/table/src/components/editable/CellComponent.d.ts +0 -14
- package/es/components/table/src/components/editable/EditTableCell.d.ts +0 -88
- package/es/components/table/src/components/editable/componentMap.d.ts +0 -4
- package/es/components/table/src/components/editable/index.d.ts +0 -9
- package/es/components/table/src/components/setting/Column.d.ts +0 -1360
- package/es/components/table/src/components/setting/Download.d.ts +0 -3088
- package/es/components/table/src/components/setting/DownloadCtrl.d.ts +0 -1930
- package/es/components/table/src/components/setting/Fullscreen.d.ts +0 -280
- package/es/components/table/src/components/setting/index.d.ts +0 -26
- package/es/components/table/src/const.d.ts +0 -12
- package/es/components/table/src/hooks/useColumns.d.ts +0 -14
- package/es/components/table/src/hooks/useCustomRow.d.ts +0 -19
- package/es/components/table/src/hooks/useDataSource.d.ts +0 -16
- package/es/components/table/src/hooks/useHeaderCode.d.ts +0 -3
- package/es/components/table/src/hooks/useLoading.d.ts +0 -17
- package/es/components/table/src/hooks/usePagination.d.ts +0 -122
- package/es/components/table/src/hooks/useRowSelection.d.ts +0 -12
- package/es/components/table/src/hooks/useRows.d.ts +0 -5
- package/es/components/table/src/hooks/useTable.d.ts +0 -5
- package/es/components/table/src/hooks/useTableHeader.d.ts +0 -8
- package/es/components/table/src/hooks/useTableInstance.d.ts +0 -15
- package/es/components/table/src/hooks/useTableScroll.d.ts +0 -12
- package/es/components/table/src/index.d.ts +0 -719
- package/es/components/table/src/props.d.ts +0 -211
- package/es/components/table/src/types/table.type.d.ts +0 -111
- package/es/components/table/src/types/tableHeader.type.d.ts +0 -23
- package/es/components/tree/index.d.ts +0 -2
- package/es/components/tree/index.less +0 -53
- package/es/components/tree/src/hooks/useTree.d.ts +0 -14
- package/es/components/tree/src/props.d.ts +0 -108
- package/es/components/tree/src/type/tree.d.ts +0 -85
- package/es/components/tree/src/utils/tree.d.ts +0 -5
- package/es/components/upload/index.d.ts +0 -2
- package/es/components/upload/index.less +0 -37
- package/es/components/upload/src/helper.d.ts +0 -5
- package/es/components/upload/src/props.d.ts +0 -47
- package/es/components/upload/src/upload.d.ts +0 -1794
- package/es/directives/icon.d.ts +0 -2
- package/es/directives/index.d.ts +0 -6
- package/es/directives/permission.d.ts +0 -2
- package/es/global.d.ts +0 -8
- package/es/index.d.ts +0 -3
- package/es/index.js +0 -10436
- package/es/style/assets/style/index.less +0 -10
- package/es/style/assets/style/reset.less +0 -17
- package/es/style/components/container/index.less +0 -85
- package/es/style/components/forms/index.less +0 -107
- package/es/style/components/icons/index.less +0 -108
- package/es/style/components/iframe/index.less +0 -3
- package/es/style/components/iframe/src/index.less +0 -3
- package/es/style/components/modal/index.less +0 -60
- package/es/style/components/table/index.less +0 -217
- package/es/style/components/tree/index.less +0 -53
- package/es/style/theme/footer/index.less +0 -16
- package/es/style/theme/header/index.less +0 -451
- package/es/style/theme/header/set-theme.less +0 -68
- package/es/style/theme/sider/index.less +0 -212
- package/es/style/theme/tabs/index.less +0 -165
- package/es/style/theme/theme.less +0 -73
- package/es/style/theme/transition.less +0 -105
- package/es/theme/content/index.d.ts +0 -44
- package/es/theme/feature/back-top.d.ts +0 -105
- package/es/theme/feature/index.d.ts +0 -107
- package/es/theme/footer/index.d.ts +0 -30
- package/es/theme/footer/index.less +0 -16
- package/es/theme/header/components/bread-crumb.d.ts +0 -128
- package/es/theme/header/components/fullscreen.d.ts +0 -5
- package/es/theme/header/components/handler.d.ts +0 -2
- package/es/theme/header/components/index.d.ts +0 -11
- package/es/theme/header/components/lang-picker.d.ts +0 -291
- package/es/theme/header/components/logo.d.ts +0 -91
- package/es/theme/header/components/menu-search.d.ts +0 -284
- package/es/theme/header/components/notify.d.ts +0 -268
- package/es/theme/header/components/setting-theme.d.ts +0 -2604
- package/es/theme/header/components/size.d.ts +0 -282
- package/es/theme/header/components/theme-drawer/feature.d.ts +0 -1113
- package/es/theme/header/components/theme-drawer/index.d.ts +0 -3
- package/es/theme/header/components/theme-drawer/menu-type.d.ts +0 -273
- package/es/theme/header/components/theme-drawer/select-item.d.ts +0 -778
- package/es/theme/header/components/theme-drawer/switch-item.d.ts +0 -297
- package/es/theme/header/components/trigger.d.ts +0 -14
- package/es/theme/header/components/user-info.d.ts +0 -8318
- package/es/theme/header/const/index.d.ts +0 -20
- package/es/theme/header/helper/menu-tree.d.ts +0 -3
- package/es/theme/header/index.less +0 -458
- package/es/theme/header/set-theme.less +0 -68
- package/es/theme/index.d.ts +0 -2
- package/es/theme/sider/components/basic-menu/basic-menu-item.d.ts +0 -123
- package/es/theme/sider/components/basic-menu/basic-menu.d.ts +0 -756
- package/es/theme/sider/components/basic-menu/basic-sub-menu-item.d.ts +0 -254
- package/es/theme/sider/components/basic-menu/menu-item-content.d.ts +0 -36
- package/es/theme/sider/components/drag-bar.d.ts +0 -14
- package/es/theme/sider/components/layout-menu.d.ts +0 -22
- package/es/theme/sider/components/props.d.ts +0 -69
- package/es/theme/sider/components/sider-trigger.d.ts +0 -68
- package/es/theme/sider/helper/sider.d.ts +0 -12
- package/es/theme/sider/helper/split-menu.d.ts +0 -10
- package/es/theme/sider/hooks/useDragLine.d.ts +0 -2
- package/es/theme/sider/hooks/useOpenKeys.d.ts +0 -13
- package/es/theme/sider/index.d.ts +0 -152
- package/es/theme/sider/index.less +0 -212
- package/es/theme/tabs/components/TabContent.d.ts +0 -887
- package/es/theme/tabs/components/TabRedo.d.ts +0 -64
- package/es/theme/tabs/hooks/useMultifyTabs.d.ts +0 -7
- package/es/theme/tabs/hooks/useTabDropdown.d.ts +0 -6
- package/es/theme/tabs/index.d.ts +0 -1429
- package/es/theme/tabs/index.less +0 -165
- package/es/theme/tabs/types/tabs.type.d.ts +0 -7
- package/es/theme/theme.less +0 -73
- package/es/theme/transition.less +0 -105
- package/index.html +0 -13
- package/tsconfig.json +0 -28
- package/vite.config.js +0 -10
package/es/theme/tabs/index.d.ts
DELETED
|
@@ -1,1429 +0,0 @@
|
|
|
1
|
-
declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
2
|
-
menuLabelMap: Map<any, any>;
|
|
3
|
-
getShowQuick: import("vue").ComputedRef<boolean>;
|
|
4
|
-
getShowRedo: import("vue").ComputedRef<boolean>;
|
|
5
|
-
activeKeyRef: import("vue").Ref<string>;
|
|
6
|
-
tabStore: import("pinia").Store<"route-reuse", import("@dt-frames/core/es/store/routeReuse").RouteReuseState, {
|
|
7
|
-
getTabList(): import("vue-router").RouteLocationNormalized[];
|
|
8
|
-
getCachedTabList(): string[];
|
|
9
|
-
getLastDragEndIndex(): number;
|
|
10
|
-
}, {
|
|
11
|
-
addTab(route: import("vue-router").RouteLocationNormalized): Promise<void>;
|
|
12
|
-
closeTab(path: string, router: import("vue-router").Router): void;
|
|
13
|
-
closeAllTab(currentRoute: import("vue").Ref<import("vue-router").RouteLocationNormalizedLoaded>, router: import("vue-router").Router): void;
|
|
14
|
-
closeLeftTabs(path: string): void;
|
|
15
|
-
closeRightTabs(path: string): void;
|
|
16
|
-
closeOtherTabs(path: string): void;
|
|
17
|
-
bulkCloseTabs(pathList: string[]): void;
|
|
18
|
-
updateCacheTab(): void;
|
|
19
|
-
refreshPage(router: import("vue-router").Router): Promise<void>;
|
|
20
|
-
sortTabs(oldIndex: number, newIndex: number): void;
|
|
21
|
-
}>;
|
|
22
|
-
getTabsState: import("vue").ComputedRef<import("vue-router").RouteLocationNormalized[]>;
|
|
23
|
-
unClose: import("vue").ComputedRef<boolean>;
|
|
24
|
-
getWrapCls: import("vue").ComputedRef<(string | {
|
|
25
|
-
'dt-reuse-tabs--hide-close': boolean;
|
|
26
|
-
})[]>;
|
|
27
|
-
router: any;
|
|
28
|
-
currentRoute: any;
|
|
29
|
-
affixTextList: string[];
|
|
30
|
-
handleChange: (activeKey: any) => void;
|
|
31
|
-
handleEdit: (targetKey: string) => void;
|
|
32
|
-
Tabs: {
|
|
33
|
-
new (...args: any[]): {
|
|
34
|
-
$: import("vue").ComponentInternalInstance;
|
|
35
|
-
$data: {};
|
|
36
|
-
$props: Partial<{
|
|
37
|
-
locale: import("ant-design-vue/lib/tabs/src/interface").TabsLocale;
|
|
38
|
-
destroyInactiveTabPane: boolean;
|
|
39
|
-
hideAdd: boolean;
|
|
40
|
-
centered: boolean;
|
|
41
|
-
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
42
|
-
prefixCls: {
|
|
43
|
-
type: StringConstructor;
|
|
44
|
-
};
|
|
45
|
-
id: {
|
|
46
|
-
type: StringConstructor;
|
|
47
|
-
};
|
|
48
|
-
activeKey: {
|
|
49
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
50
|
-
};
|
|
51
|
-
defaultActiveKey: {
|
|
52
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
53
|
-
};
|
|
54
|
-
direction: {
|
|
55
|
-
type: import("vue").PropType<"ltr" | "rtl">;
|
|
56
|
-
};
|
|
57
|
-
animated: {
|
|
58
|
-
type: import("vue").PropType<boolean | import("ant-design-vue/lib/tabs/src/interface").AnimatedConfig>;
|
|
59
|
-
};
|
|
60
|
-
renderTabBar: {
|
|
61
|
-
type: import("vue").PropType<import("ant-design-vue/lib/tabs/src/interface").RenderTabBar>;
|
|
62
|
-
};
|
|
63
|
-
tabBarGutter: {
|
|
64
|
-
type: NumberConstructor;
|
|
65
|
-
};
|
|
66
|
-
tabBarStyle: {
|
|
67
|
-
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
68
|
-
};
|
|
69
|
-
tabPosition: {
|
|
70
|
-
type: import("vue").PropType<import("ant-design-vue/lib/tabs/src/interface").TabPosition>;
|
|
71
|
-
};
|
|
72
|
-
destroyInactiveTabPane: {
|
|
73
|
-
type: BooleanConstructor;
|
|
74
|
-
};
|
|
75
|
-
hideAdd: BooleanConstructor;
|
|
76
|
-
type: {
|
|
77
|
-
type: import("vue").PropType<import("ant-design-vue/lib/tabs/src/Tabs").TabsType>;
|
|
78
|
-
};
|
|
79
|
-
size: {
|
|
80
|
-
type: import("vue").PropType<import("ant-design-vue/lib/button").ButtonSize>;
|
|
81
|
-
};
|
|
82
|
-
centered: BooleanConstructor;
|
|
83
|
-
onEdit: {
|
|
84
|
-
type: import("vue").PropType<(e: import("ant-design-vue/lib/_util/type").Key | MouseEvent | KeyboardEvent, action: "add" | "remove") => void>;
|
|
85
|
-
};
|
|
86
|
-
onChange: {
|
|
87
|
-
type: import("vue").PropType<(activeKey: import("ant-design-vue/lib/_util/type").Key) => void>;
|
|
88
|
-
};
|
|
89
|
-
onTabClick: {
|
|
90
|
-
type: import("vue").PropType<(activeKey: import("ant-design-vue/lib/_util/type").Key, e: MouseEvent | KeyboardEvent) => void>;
|
|
91
|
-
};
|
|
92
|
-
onTabScroll: {
|
|
93
|
-
type: import("vue").PropType<import("ant-design-vue/lib/tabs/src/interface").OnTabScroll>;
|
|
94
|
-
};
|
|
95
|
-
'onUpdate:activeKey': {
|
|
96
|
-
type: import("vue").PropType<(activeKey: import("ant-design-vue/lib/_util/type").Key) => void>;
|
|
97
|
-
};
|
|
98
|
-
locale: {
|
|
99
|
-
type: import("vue").PropType<import("ant-design-vue/lib/tabs/src/interface").TabsLocale>;
|
|
100
|
-
default: import("ant-design-vue/lib/tabs/src/interface").TabsLocale;
|
|
101
|
-
};
|
|
102
|
-
onPrevClick: import("vue").PropType<import("ant-design-vue/lib/_util/EventInterface").MouseEventHandler>;
|
|
103
|
-
onNextClick: import("vue").PropType<import("ant-design-vue/lib/_util/EventInterface").MouseEventHandler>;
|
|
104
|
-
tabBarExtraContent: import("vue-types").VueTypeValidableDef<any>;
|
|
105
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "centered" | "locale" | "destroyInactiveTabPane" | "hideAdd">;
|
|
106
|
-
$attrs: {
|
|
107
|
-
[x: string]: unknown;
|
|
108
|
-
};
|
|
109
|
-
$refs: {
|
|
110
|
-
[x: string]: unknown;
|
|
111
|
-
};
|
|
112
|
-
$slots: Readonly<{
|
|
113
|
-
[name: string]: import("vue").Slot;
|
|
114
|
-
}>;
|
|
115
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
|
116
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
|
117
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
118
|
-
$el: any;
|
|
119
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
120
|
-
prefixCls: {
|
|
121
|
-
type: StringConstructor;
|
|
122
|
-
};
|
|
123
|
-
id: {
|
|
124
|
-
type: StringConstructor;
|
|
125
|
-
};
|
|
126
|
-
activeKey: {
|
|
127
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
128
|
-
};
|
|
129
|
-
defaultActiveKey: {
|
|
130
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
131
|
-
};
|
|
132
|
-
direction: {
|
|
133
|
-
type: import("vue").PropType<"ltr" | "rtl">;
|
|
134
|
-
};
|
|
135
|
-
animated: {
|
|
136
|
-
type: import("vue").PropType<boolean | import("ant-design-vue/lib/tabs/src/interface").AnimatedConfig>;
|
|
137
|
-
};
|
|
138
|
-
renderTabBar: {
|
|
139
|
-
type: import("vue").PropType<import("ant-design-vue/lib/tabs/src/interface").RenderTabBar>;
|
|
140
|
-
};
|
|
141
|
-
tabBarGutter: {
|
|
142
|
-
type: NumberConstructor;
|
|
143
|
-
};
|
|
144
|
-
tabBarStyle: {
|
|
145
|
-
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
146
|
-
};
|
|
147
|
-
tabPosition: {
|
|
148
|
-
type: import("vue").PropType<import("ant-design-vue/lib/tabs/src/interface").TabPosition>;
|
|
149
|
-
};
|
|
150
|
-
destroyInactiveTabPane: {
|
|
151
|
-
type: BooleanConstructor;
|
|
152
|
-
};
|
|
153
|
-
hideAdd: BooleanConstructor;
|
|
154
|
-
type: {
|
|
155
|
-
type: import("vue").PropType<import("ant-design-vue/lib/tabs/src/Tabs").TabsType>;
|
|
156
|
-
};
|
|
157
|
-
size: {
|
|
158
|
-
type: import("vue").PropType<import("ant-design-vue/lib/button").ButtonSize>;
|
|
159
|
-
};
|
|
160
|
-
centered: BooleanConstructor;
|
|
161
|
-
onEdit: {
|
|
162
|
-
type: import("vue").PropType<(e: import("ant-design-vue/lib/_util/type").Key | MouseEvent | KeyboardEvent, action: "add" | "remove") => void>;
|
|
163
|
-
};
|
|
164
|
-
onChange: {
|
|
165
|
-
type: import("vue").PropType<(activeKey: import("ant-design-vue/lib/_util/type").Key) => void>;
|
|
166
|
-
};
|
|
167
|
-
onTabClick: {
|
|
168
|
-
type: import("vue").PropType<(activeKey: import("ant-design-vue/lib/_util/type").Key, e: MouseEvent | KeyboardEvent) => void>;
|
|
169
|
-
};
|
|
170
|
-
onTabScroll: {
|
|
171
|
-
type: import("vue").PropType<import("ant-design-vue/lib/tabs/src/interface").OnTabScroll>;
|
|
172
|
-
};
|
|
173
|
-
'onUpdate:activeKey': {
|
|
174
|
-
type: import("vue").PropType<(activeKey: import("ant-design-vue/lib/_util/type").Key) => void>;
|
|
175
|
-
};
|
|
176
|
-
locale: {
|
|
177
|
-
type: import("vue").PropType<import("ant-design-vue/lib/tabs/src/interface").TabsLocale>;
|
|
178
|
-
default: import("ant-design-vue/lib/tabs/src/interface").TabsLocale;
|
|
179
|
-
};
|
|
180
|
-
onPrevClick: import("vue").PropType<import("ant-design-vue/lib/_util/EventInterface").MouseEventHandler>;
|
|
181
|
-
onNextClick: import("vue").PropType<import("ant-design-vue/lib/_util/EventInterface").MouseEventHandler>;
|
|
182
|
-
tabBarExtraContent: import("vue-types").VueTypeValidableDef<any>;
|
|
183
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
184
|
-
locale: import("ant-design-vue/lib/tabs/src/interface").TabsLocale;
|
|
185
|
-
destroyInactiveTabPane: boolean;
|
|
186
|
-
hideAdd: boolean;
|
|
187
|
-
centered: boolean;
|
|
188
|
-
}> & {
|
|
189
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
190
|
-
created?: (() => void) | (() => void)[];
|
|
191
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
192
|
-
mounted?: (() => void) | (() => void)[];
|
|
193
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
194
|
-
updated?: (() => void) | (() => void)[];
|
|
195
|
-
activated?: (() => void) | (() => void)[];
|
|
196
|
-
deactivated?: (() => void) | (() => void)[];
|
|
197
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
198
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
199
|
-
destroyed?: (() => void) | (() => void)[];
|
|
200
|
-
unmounted?: (() => void) | (() => void)[];
|
|
201
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
202
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
203
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void)[];
|
|
204
|
-
};
|
|
205
|
-
$forceUpdate: () => void;
|
|
206
|
-
$nextTick: typeof import("vue").nextTick;
|
|
207
|
-
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
|
208
|
-
} & Readonly<import("vue").ExtractPropTypes<{
|
|
209
|
-
prefixCls: {
|
|
210
|
-
type: StringConstructor;
|
|
211
|
-
};
|
|
212
|
-
id: {
|
|
213
|
-
type: StringConstructor;
|
|
214
|
-
};
|
|
215
|
-
activeKey: {
|
|
216
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
217
|
-
};
|
|
218
|
-
defaultActiveKey: {
|
|
219
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
220
|
-
};
|
|
221
|
-
direction: {
|
|
222
|
-
type: import("vue").PropType<"ltr" | "rtl">;
|
|
223
|
-
};
|
|
224
|
-
animated: {
|
|
225
|
-
type: import("vue").PropType<boolean | import("ant-design-vue/lib/tabs/src/interface").AnimatedConfig>;
|
|
226
|
-
};
|
|
227
|
-
renderTabBar: {
|
|
228
|
-
type: import("vue").PropType<import("ant-design-vue/lib/tabs/src/interface").RenderTabBar>;
|
|
229
|
-
};
|
|
230
|
-
tabBarGutter: {
|
|
231
|
-
type: NumberConstructor;
|
|
232
|
-
};
|
|
233
|
-
tabBarStyle: {
|
|
234
|
-
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
235
|
-
};
|
|
236
|
-
tabPosition: {
|
|
237
|
-
type: import("vue").PropType<import("ant-design-vue/lib/tabs/src/interface").TabPosition>;
|
|
238
|
-
};
|
|
239
|
-
destroyInactiveTabPane: {
|
|
240
|
-
type: BooleanConstructor;
|
|
241
|
-
};
|
|
242
|
-
hideAdd: BooleanConstructor;
|
|
243
|
-
type: {
|
|
244
|
-
type: import("vue").PropType<import("ant-design-vue/lib/tabs/src/Tabs").TabsType>;
|
|
245
|
-
};
|
|
246
|
-
size: {
|
|
247
|
-
type: import("vue").PropType<import("ant-design-vue/lib/button").ButtonSize>;
|
|
248
|
-
};
|
|
249
|
-
centered: BooleanConstructor;
|
|
250
|
-
onEdit: {
|
|
251
|
-
type: import("vue").PropType<(e: import("ant-design-vue/lib/_util/type").Key | MouseEvent | KeyboardEvent, action: "add" | "remove") => void>;
|
|
252
|
-
};
|
|
253
|
-
onChange: {
|
|
254
|
-
type: import("vue").PropType<(activeKey: import("ant-design-vue/lib/_util/type").Key) => void>;
|
|
255
|
-
};
|
|
256
|
-
onTabClick: {
|
|
257
|
-
type: import("vue").PropType<(activeKey: import("ant-design-vue/lib/_util/type").Key, e: MouseEvent | KeyboardEvent) => void>;
|
|
258
|
-
};
|
|
259
|
-
onTabScroll: {
|
|
260
|
-
type: import("vue").PropType<import("ant-design-vue/lib/tabs/src/interface").OnTabScroll>;
|
|
261
|
-
};
|
|
262
|
-
'onUpdate:activeKey': {
|
|
263
|
-
type: import("vue").PropType<(activeKey: import("ant-design-vue/lib/_util/type").Key) => void>;
|
|
264
|
-
};
|
|
265
|
-
locale: {
|
|
266
|
-
type: import("vue").PropType<import("ant-design-vue/lib/tabs/src/interface").TabsLocale>;
|
|
267
|
-
default: import("ant-design-vue/lib/tabs/src/interface").TabsLocale;
|
|
268
|
-
};
|
|
269
|
-
onPrevClick: import("vue").PropType<import("ant-design-vue/lib/_util/EventInterface").MouseEventHandler>;
|
|
270
|
-
onNextClick: import("vue").PropType<import("ant-design-vue/lib/_util/EventInterface").MouseEventHandler>;
|
|
271
|
-
tabBarExtraContent: import("vue-types").VueTypeValidableDef<any>;
|
|
272
|
-
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & import("vue").ComponentCustomProperties;
|
|
273
|
-
__isFragment?: never;
|
|
274
|
-
__isTeleport?: never;
|
|
275
|
-
__isSuspense?: never;
|
|
276
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
277
|
-
prefixCls: {
|
|
278
|
-
type: StringConstructor;
|
|
279
|
-
};
|
|
280
|
-
id: {
|
|
281
|
-
type: StringConstructor;
|
|
282
|
-
};
|
|
283
|
-
activeKey: {
|
|
284
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
285
|
-
};
|
|
286
|
-
defaultActiveKey: {
|
|
287
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
288
|
-
};
|
|
289
|
-
direction: {
|
|
290
|
-
type: import("vue").PropType<"ltr" | "rtl">;
|
|
291
|
-
};
|
|
292
|
-
animated: {
|
|
293
|
-
type: import("vue").PropType<boolean | import("ant-design-vue/lib/tabs/src/interface").AnimatedConfig>;
|
|
294
|
-
};
|
|
295
|
-
renderTabBar: {
|
|
296
|
-
type: import("vue").PropType<import("ant-design-vue/lib/tabs/src/interface").RenderTabBar>;
|
|
297
|
-
};
|
|
298
|
-
tabBarGutter: {
|
|
299
|
-
type: NumberConstructor;
|
|
300
|
-
};
|
|
301
|
-
tabBarStyle: {
|
|
302
|
-
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
303
|
-
};
|
|
304
|
-
tabPosition: {
|
|
305
|
-
type: import("vue").PropType<import("ant-design-vue/lib/tabs/src/interface").TabPosition>;
|
|
306
|
-
};
|
|
307
|
-
destroyInactiveTabPane: {
|
|
308
|
-
type: BooleanConstructor;
|
|
309
|
-
};
|
|
310
|
-
hideAdd: BooleanConstructor;
|
|
311
|
-
type: {
|
|
312
|
-
type: import("vue").PropType<import("ant-design-vue/lib/tabs/src/Tabs").TabsType>;
|
|
313
|
-
};
|
|
314
|
-
size: {
|
|
315
|
-
type: import("vue").PropType<import("ant-design-vue/lib/button").ButtonSize>;
|
|
316
|
-
};
|
|
317
|
-
centered: BooleanConstructor;
|
|
318
|
-
onEdit: {
|
|
319
|
-
type: import("vue").PropType<(e: import("ant-design-vue/lib/_util/type").Key | MouseEvent | KeyboardEvent, action: "add" | "remove") => void>;
|
|
320
|
-
};
|
|
321
|
-
onChange: {
|
|
322
|
-
type: import("vue").PropType<(activeKey: import("ant-design-vue/lib/_util/type").Key) => void>;
|
|
323
|
-
};
|
|
324
|
-
onTabClick: {
|
|
325
|
-
type: import("vue").PropType<(activeKey: import("ant-design-vue/lib/_util/type").Key, e: MouseEvent | KeyboardEvent) => void>;
|
|
326
|
-
};
|
|
327
|
-
onTabScroll: {
|
|
328
|
-
type: import("vue").PropType<import("ant-design-vue/lib/tabs/src/interface").OnTabScroll>;
|
|
329
|
-
};
|
|
330
|
-
'onUpdate:activeKey': {
|
|
331
|
-
type: import("vue").PropType<(activeKey: import("ant-design-vue/lib/_util/type").Key) => void>;
|
|
332
|
-
};
|
|
333
|
-
locale: {
|
|
334
|
-
type: import("vue").PropType<import("ant-design-vue/lib/tabs/src/interface").TabsLocale>;
|
|
335
|
-
default: import("ant-design-vue/lib/tabs/src/interface").TabsLocale;
|
|
336
|
-
};
|
|
337
|
-
onPrevClick: import("vue").PropType<import("ant-design-vue/lib/_util/EventInterface").MouseEventHandler>;
|
|
338
|
-
onNextClick: import("vue").PropType<import("ant-design-vue/lib/_util/EventInterface").MouseEventHandler>;
|
|
339
|
-
tabBarExtraContent: import("vue-types").VueTypeValidableDef<any>;
|
|
340
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
341
|
-
locale: import("ant-design-vue/lib/tabs/src/interface").TabsLocale;
|
|
342
|
-
destroyInactiveTabPane: boolean;
|
|
343
|
-
hideAdd: boolean;
|
|
344
|
-
centered: boolean;
|
|
345
|
-
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
|
|
346
|
-
readonly TabPane: import("vue").DefineComponent<{
|
|
347
|
-
tab: import("vue-types").VueTypeValidableDef<any>;
|
|
348
|
-
disabled: {
|
|
349
|
-
type: BooleanConstructor;
|
|
350
|
-
};
|
|
351
|
-
forceRender: {
|
|
352
|
-
type: BooleanConstructor;
|
|
353
|
-
};
|
|
354
|
-
closable: {
|
|
355
|
-
type: BooleanConstructor;
|
|
356
|
-
};
|
|
357
|
-
animated: {
|
|
358
|
-
type: BooleanConstructor;
|
|
359
|
-
};
|
|
360
|
-
active: {
|
|
361
|
-
type: BooleanConstructor;
|
|
362
|
-
};
|
|
363
|
-
destroyInactiveTabPane: {
|
|
364
|
-
type: BooleanConstructor;
|
|
365
|
-
};
|
|
366
|
-
prefixCls: {
|
|
367
|
-
type: StringConstructor;
|
|
368
|
-
};
|
|
369
|
-
tabKey: {
|
|
370
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
371
|
-
};
|
|
372
|
-
id: {
|
|
373
|
-
type: StringConstructor;
|
|
374
|
-
};
|
|
375
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
376
|
-
tab: import("vue-types").VueTypeValidableDef<any>;
|
|
377
|
-
disabled: {
|
|
378
|
-
type: BooleanConstructor;
|
|
379
|
-
};
|
|
380
|
-
forceRender: {
|
|
381
|
-
type: BooleanConstructor;
|
|
382
|
-
};
|
|
383
|
-
closable: {
|
|
384
|
-
type: BooleanConstructor;
|
|
385
|
-
};
|
|
386
|
-
animated: {
|
|
387
|
-
type: BooleanConstructor;
|
|
388
|
-
};
|
|
389
|
-
active: {
|
|
390
|
-
type: BooleanConstructor;
|
|
391
|
-
};
|
|
392
|
-
destroyInactiveTabPane: {
|
|
393
|
-
type: BooleanConstructor;
|
|
394
|
-
};
|
|
395
|
-
prefixCls: {
|
|
396
|
-
type: StringConstructor;
|
|
397
|
-
};
|
|
398
|
-
tabKey: {
|
|
399
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
400
|
-
};
|
|
401
|
-
id: {
|
|
402
|
-
type: StringConstructor;
|
|
403
|
-
};
|
|
404
|
-
}>>, {
|
|
405
|
-
active: boolean;
|
|
406
|
-
disabled: boolean;
|
|
407
|
-
forceRender: boolean;
|
|
408
|
-
closable: boolean;
|
|
409
|
-
animated: boolean;
|
|
410
|
-
destroyInactiveTabPane: boolean;
|
|
411
|
-
}>;
|
|
412
|
-
};
|
|
413
|
-
TabPane: import("vue").DefineComponent<{
|
|
414
|
-
tab: import("vue-types").VueTypeValidableDef<any>;
|
|
415
|
-
disabled: {
|
|
416
|
-
type: BooleanConstructor;
|
|
417
|
-
};
|
|
418
|
-
forceRender: {
|
|
419
|
-
type: BooleanConstructor;
|
|
420
|
-
};
|
|
421
|
-
closable: {
|
|
422
|
-
type: BooleanConstructor;
|
|
423
|
-
};
|
|
424
|
-
animated: {
|
|
425
|
-
type: BooleanConstructor;
|
|
426
|
-
};
|
|
427
|
-
active: {
|
|
428
|
-
type: BooleanConstructor;
|
|
429
|
-
};
|
|
430
|
-
destroyInactiveTabPane: {
|
|
431
|
-
type: BooleanConstructor;
|
|
432
|
-
};
|
|
433
|
-
prefixCls: {
|
|
434
|
-
type: StringConstructor;
|
|
435
|
-
};
|
|
436
|
-
tabKey: {
|
|
437
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
438
|
-
};
|
|
439
|
-
id: {
|
|
440
|
-
type: StringConstructor;
|
|
441
|
-
};
|
|
442
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
443
|
-
tab: import("vue-types").VueTypeValidableDef<any>;
|
|
444
|
-
disabled: {
|
|
445
|
-
type: BooleanConstructor;
|
|
446
|
-
};
|
|
447
|
-
forceRender: {
|
|
448
|
-
type: BooleanConstructor;
|
|
449
|
-
};
|
|
450
|
-
closable: {
|
|
451
|
-
type: BooleanConstructor;
|
|
452
|
-
};
|
|
453
|
-
animated: {
|
|
454
|
-
type: BooleanConstructor;
|
|
455
|
-
};
|
|
456
|
-
active: {
|
|
457
|
-
type: BooleanConstructor;
|
|
458
|
-
};
|
|
459
|
-
destroyInactiveTabPane: {
|
|
460
|
-
type: BooleanConstructor;
|
|
461
|
-
};
|
|
462
|
-
prefixCls: {
|
|
463
|
-
type: StringConstructor;
|
|
464
|
-
};
|
|
465
|
-
tabKey: {
|
|
466
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
467
|
-
};
|
|
468
|
-
id: {
|
|
469
|
-
type: StringConstructor;
|
|
470
|
-
};
|
|
471
|
-
}>>, {
|
|
472
|
-
active: boolean;
|
|
473
|
-
disabled: boolean;
|
|
474
|
-
forceRender: boolean;
|
|
475
|
-
closable: boolean;
|
|
476
|
-
animated: boolean;
|
|
477
|
-
destroyInactiveTabPane: boolean;
|
|
478
|
-
}>;
|
|
479
|
-
TabContent: import("vue").DefineComponent<{}, {
|
|
480
|
-
getDropMenuList: import("vue").ComputedRef<import("./types/tabs.type").DropMenu[]>;
|
|
481
|
-
handleContext: (e: any) => void;
|
|
482
|
-
handleMenuEvent: (item: import("./types/tabs.type").DropMenu) => void;
|
|
483
|
-
Dropdown: {
|
|
484
|
-
new (...args: any[]): {
|
|
485
|
-
$: import("vue").ComponentInternalInstance;
|
|
486
|
-
$data: {};
|
|
487
|
-
$props: Partial<{
|
|
488
|
-
visible: boolean;
|
|
489
|
-
disabled: boolean;
|
|
490
|
-
destroyPopupOnHide: boolean;
|
|
491
|
-
forceRender: boolean;
|
|
492
|
-
overlayStyle: import("vue").CSSProperties;
|
|
493
|
-
arrow: any;
|
|
494
|
-
minOverlayWidthMatchTrigger: boolean;
|
|
495
|
-
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
496
|
-
arrow: {
|
|
497
|
-
type: import("vue").PropType<boolean | import("ant-design-vue/lib/dropdown/props").DropdownArrowOptions>;
|
|
498
|
-
default: any;
|
|
499
|
-
};
|
|
500
|
-
trigger: {
|
|
501
|
-
type: import("vue").PropType<import("ant-design-vue/lib/dropdown/props").Trigger | import("ant-design-vue/lib/dropdown/props").Trigger[]>;
|
|
502
|
-
};
|
|
503
|
-
overlay: import("vue-types").VueTypeValidableDef<any>;
|
|
504
|
-
visible: {
|
|
505
|
-
type: BooleanConstructor;
|
|
506
|
-
default: any;
|
|
507
|
-
};
|
|
508
|
-
disabled: {
|
|
509
|
-
type: BooleanConstructor;
|
|
510
|
-
default: any;
|
|
511
|
-
};
|
|
512
|
-
align: {
|
|
513
|
-
type: import("vue").PropType<import("ant-design-vue/lib/dropdown/props").Align>;
|
|
514
|
-
};
|
|
515
|
-
getPopupContainer: import("vue").PropType<(triggerNode: HTMLElement) => HTMLElement>;
|
|
516
|
-
prefixCls: StringConstructor;
|
|
517
|
-
transitionName: StringConstructor;
|
|
518
|
-
placement: import("vue").PropType<"top" | "bottom" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "topCenter" | "bottomCenter">;
|
|
519
|
-
overlayClassName: StringConstructor;
|
|
520
|
-
overlayStyle: {
|
|
521
|
-
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
522
|
-
default: import("vue").CSSProperties;
|
|
523
|
-
};
|
|
524
|
-
forceRender: {
|
|
525
|
-
type: BooleanConstructor;
|
|
526
|
-
default: any;
|
|
527
|
-
};
|
|
528
|
-
mouseEnterDelay: NumberConstructor;
|
|
529
|
-
mouseLeaveDelay: NumberConstructor;
|
|
530
|
-
openClassName: StringConstructor;
|
|
531
|
-
minOverlayWidthMatchTrigger: {
|
|
532
|
-
type: BooleanConstructor;
|
|
533
|
-
default: any;
|
|
534
|
-
};
|
|
535
|
-
destroyPopupOnHide: {
|
|
536
|
-
type: BooleanConstructor;
|
|
537
|
-
default: any;
|
|
538
|
-
};
|
|
539
|
-
onVisibleChange: {
|
|
540
|
-
type: import("vue").PropType<(val: boolean) => void>;
|
|
541
|
-
};
|
|
542
|
-
'onUpdate:visible': {
|
|
543
|
-
type: import("vue").PropType<(val: boolean) => void>;
|
|
544
|
-
};
|
|
545
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "visible" | "overlayStyle" | "disabled" | "arrow" | "forceRender" | "minOverlayWidthMatchTrigger" | "destroyPopupOnHide">;
|
|
546
|
-
$attrs: {
|
|
547
|
-
[x: string]: unknown;
|
|
548
|
-
};
|
|
549
|
-
$refs: {
|
|
550
|
-
[x: string]: unknown;
|
|
551
|
-
};
|
|
552
|
-
$slots: Readonly<{
|
|
553
|
-
[name: string]: import("vue").Slot;
|
|
554
|
-
}>;
|
|
555
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
|
556
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
|
557
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
558
|
-
$el: any;
|
|
559
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
560
|
-
arrow: {
|
|
561
|
-
type: import("vue").PropType<boolean | import("ant-design-vue/lib/dropdown/props").DropdownArrowOptions>;
|
|
562
|
-
default: any;
|
|
563
|
-
};
|
|
564
|
-
trigger: {
|
|
565
|
-
type: import("vue").PropType<import("ant-design-vue/lib/dropdown/props").Trigger | import("ant-design-vue/lib/dropdown/props").Trigger[]>;
|
|
566
|
-
};
|
|
567
|
-
overlay: import("vue-types").VueTypeValidableDef<any>;
|
|
568
|
-
visible: {
|
|
569
|
-
type: BooleanConstructor;
|
|
570
|
-
default: any;
|
|
571
|
-
};
|
|
572
|
-
disabled: {
|
|
573
|
-
type: BooleanConstructor;
|
|
574
|
-
default: any;
|
|
575
|
-
};
|
|
576
|
-
align: {
|
|
577
|
-
type: import("vue").PropType<import("ant-design-vue/lib/dropdown/props").Align>;
|
|
578
|
-
};
|
|
579
|
-
getPopupContainer: import("vue").PropType<(triggerNode: HTMLElement) => HTMLElement>;
|
|
580
|
-
prefixCls: StringConstructor;
|
|
581
|
-
transitionName: StringConstructor;
|
|
582
|
-
placement: import("vue").PropType<"top" | "bottom" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "topCenter" | "bottomCenter">;
|
|
583
|
-
overlayClassName: StringConstructor;
|
|
584
|
-
overlayStyle: {
|
|
585
|
-
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
586
|
-
default: import("vue").CSSProperties;
|
|
587
|
-
};
|
|
588
|
-
forceRender: {
|
|
589
|
-
type: BooleanConstructor;
|
|
590
|
-
default: any;
|
|
591
|
-
};
|
|
592
|
-
mouseEnterDelay: NumberConstructor;
|
|
593
|
-
mouseLeaveDelay: NumberConstructor;
|
|
594
|
-
openClassName: StringConstructor;
|
|
595
|
-
minOverlayWidthMatchTrigger: {
|
|
596
|
-
type: BooleanConstructor;
|
|
597
|
-
default: any;
|
|
598
|
-
};
|
|
599
|
-
destroyPopupOnHide: {
|
|
600
|
-
type: BooleanConstructor;
|
|
601
|
-
default: any;
|
|
602
|
-
};
|
|
603
|
-
onVisibleChange: {
|
|
604
|
-
type: import("vue").PropType<(val: boolean) => void>;
|
|
605
|
-
};
|
|
606
|
-
'onUpdate:visible': {
|
|
607
|
-
type: import("vue").PropType<(val: boolean) => void>;
|
|
608
|
-
};
|
|
609
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
610
|
-
visible: boolean;
|
|
611
|
-
disabled: boolean;
|
|
612
|
-
destroyPopupOnHide: boolean;
|
|
613
|
-
forceRender: boolean;
|
|
614
|
-
overlayStyle: import("vue").CSSProperties;
|
|
615
|
-
arrow: any;
|
|
616
|
-
minOverlayWidthMatchTrigger: boolean;
|
|
617
|
-
}> & {
|
|
618
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
619
|
-
created?: (() => void) | (() => void)[];
|
|
620
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
621
|
-
mounted?: (() => void) | (() => void)[];
|
|
622
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
623
|
-
updated?: (() => void) | (() => void)[];
|
|
624
|
-
activated?: (() => void) | (() => void)[];
|
|
625
|
-
deactivated?: (() => void) | (() => void)[];
|
|
626
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
627
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
628
|
-
destroyed?: (() => void) | (() => void)[];
|
|
629
|
-
unmounted?: (() => void) | (() => void)[];
|
|
630
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
631
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
632
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void)[];
|
|
633
|
-
};
|
|
634
|
-
$forceUpdate: () => void;
|
|
635
|
-
$nextTick: typeof import("vue").nextTick;
|
|
636
|
-
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
|
637
|
-
} & Readonly<import("vue").ExtractPropTypes<{
|
|
638
|
-
arrow: {
|
|
639
|
-
type: import("vue").PropType<boolean | import("ant-design-vue/lib/dropdown/props").DropdownArrowOptions>;
|
|
640
|
-
default: any;
|
|
641
|
-
};
|
|
642
|
-
trigger: {
|
|
643
|
-
type: import("vue").PropType<import("ant-design-vue/lib/dropdown/props").Trigger | import("ant-design-vue/lib/dropdown/props").Trigger[]>;
|
|
644
|
-
};
|
|
645
|
-
overlay: import("vue-types").VueTypeValidableDef<any>;
|
|
646
|
-
visible: {
|
|
647
|
-
type: BooleanConstructor;
|
|
648
|
-
default: any;
|
|
649
|
-
};
|
|
650
|
-
disabled: {
|
|
651
|
-
type: BooleanConstructor;
|
|
652
|
-
default: any;
|
|
653
|
-
};
|
|
654
|
-
align: {
|
|
655
|
-
type: import("vue").PropType<import("ant-design-vue/lib/dropdown/props").Align>;
|
|
656
|
-
};
|
|
657
|
-
getPopupContainer: import("vue").PropType<(triggerNode: HTMLElement) => HTMLElement>;
|
|
658
|
-
prefixCls: StringConstructor;
|
|
659
|
-
transitionName: StringConstructor;
|
|
660
|
-
placement: import("vue").PropType<"top" | "bottom" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "topCenter" | "bottomCenter">;
|
|
661
|
-
overlayClassName: StringConstructor;
|
|
662
|
-
overlayStyle: {
|
|
663
|
-
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
664
|
-
default: import("vue").CSSProperties;
|
|
665
|
-
};
|
|
666
|
-
forceRender: {
|
|
667
|
-
type: BooleanConstructor;
|
|
668
|
-
default: any;
|
|
669
|
-
};
|
|
670
|
-
mouseEnterDelay: NumberConstructor;
|
|
671
|
-
mouseLeaveDelay: NumberConstructor;
|
|
672
|
-
openClassName: StringConstructor;
|
|
673
|
-
minOverlayWidthMatchTrigger: {
|
|
674
|
-
type: BooleanConstructor;
|
|
675
|
-
default: any;
|
|
676
|
-
};
|
|
677
|
-
destroyPopupOnHide: {
|
|
678
|
-
type: BooleanConstructor;
|
|
679
|
-
default: any;
|
|
680
|
-
};
|
|
681
|
-
onVisibleChange: {
|
|
682
|
-
type: import("vue").PropType<(val: boolean) => void>;
|
|
683
|
-
};
|
|
684
|
-
'onUpdate:visible': {
|
|
685
|
-
type: import("vue").PropType<(val: boolean) => void>;
|
|
686
|
-
};
|
|
687
|
-
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & import("vue").ComponentCustomProperties;
|
|
688
|
-
__isFragment?: never;
|
|
689
|
-
__isTeleport?: never;
|
|
690
|
-
__isSuspense?: never;
|
|
691
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
692
|
-
arrow: {
|
|
693
|
-
type: import("vue").PropType<boolean | import("ant-design-vue/lib/dropdown/props").DropdownArrowOptions>;
|
|
694
|
-
default: any;
|
|
695
|
-
};
|
|
696
|
-
trigger: {
|
|
697
|
-
type: import("vue").PropType<import("ant-design-vue/lib/dropdown/props").Trigger | import("ant-design-vue/lib/dropdown/props").Trigger[]>;
|
|
698
|
-
};
|
|
699
|
-
overlay: import("vue-types").VueTypeValidableDef<any>;
|
|
700
|
-
visible: {
|
|
701
|
-
type: BooleanConstructor;
|
|
702
|
-
default: any;
|
|
703
|
-
};
|
|
704
|
-
disabled: {
|
|
705
|
-
type: BooleanConstructor;
|
|
706
|
-
default: any;
|
|
707
|
-
};
|
|
708
|
-
align: {
|
|
709
|
-
type: import("vue").PropType<import("ant-design-vue/lib/dropdown/props").Align>;
|
|
710
|
-
};
|
|
711
|
-
getPopupContainer: import("vue").PropType<(triggerNode: HTMLElement) => HTMLElement>;
|
|
712
|
-
prefixCls: StringConstructor;
|
|
713
|
-
transitionName: StringConstructor;
|
|
714
|
-
placement: import("vue").PropType<"top" | "bottom" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "topCenter" | "bottomCenter">;
|
|
715
|
-
overlayClassName: StringConstructor;
|
|
716
|
-
overlayStyle: {
|
|
717
|
-
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
718
|
-
default: import("vue").CSSProperties;
|
|
719
|
-
};
|
|
720
|
-
forceRender: {
|
|
721
|
-
type: BooleanConstructor;
|
|
722
|
-
default: any;
|
|
723
|
-
};
|
|
724
|
-
mouseEnterDelay: NumberConstructor;
|
|
725
|
-
mouseLeaveDelay: NumberConstructor;
|
|
726
|
-
openClassName: StringConstructor;
|
|
727
|
-
minOverlayWidthMatchTrigger: {
|
|
728
|
-
type: BooleanConstructor;
|
|
729
|
-
default: any;
|
|
730
|
-
};
|
|
731
|
-
destroyPopupOnHide: {
|
|
732
|
-
type: BooleanConstructor;
|
|
733
|
-
default: any;
|
|
734
|
-
};
|
|
735
|
-
onVisibleChange: {
|
|
736
|
-
type: import("vue").PropType<(val: boolean) => void>;
|
|
737
|
-
};
|
|
738
|
-
'onUpdate:visible': {
|
|
739
|
-
type: import("vue").PropType<(val: boolean) => void>;
|
|
740
|
-
};
|
|
741
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
742
|
-
visible: boolean;
|
|
743
|
-
disabled: boolean;
|
|
744
|
-
destroyPopupOnHide: boolean;
|
|
745
|
-
forceRender: boolean;
|
|
746
|
-
overlayStyle: import("vue").CSSProperties;
|
|
747
|
-
arrow: any;
|
|
748
|
-
minOverlayWidthMatchTrigger: boolean;
|
|
749
|
-
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
|
|
750
|
-
readonly Button: import("vue").DefineComponent<{
|
|
751
|
-
type: import("vue").PropType<import("ant-design-vue/lib/button").ButtonType>;
|
|
752
|
-
size: import("vue").PropType<"small" | "large">;
|
|
753
|
-
htmlType: {
|
|
754
|
-
type: import("vue").PropType<import("ant-design-vue/lib/button/buttonTypes").ButtonHTMLType>;
|
|
755
|
-
default: string;
|
|
756
|
-
};
|
|
757
|
-
href: StringConstructor;
|
|
758
|
-
disabled: {
|
|
759
|
-
type: BooleanConstructor;
|
|
760
|
-
default: any;
|
|
761
|
-
};
|
|
762
|
-
prefixCls: StringConstructor;
|
|
763
|
-
icon: import("vue-types").VueTypeValidableDef<any>;
|
|
764
|
-
title: StringConstructor;
|
|
765
|
-
loading: {
|
|
766
|
-
type: import("vue").PropType<boolean | {
|
|
767
|
-
delay?: number;
|
|
768
|
-
}>;
|
|
769
|
-
default: () => boolean | {
|
|
770
|
-
delay?: number;
|
|
771
|
-
};
|
|
772
|
-
};
|
|
773
|
-
onClick: {
|
|
774
|
-
type: import("vue").PropType<import("ant-design-vue/lib/_util/EventInterface").MouseEventHandler>;
|
|
775
|
-
};
|
|
776
|
-
arrow: {
|
|
777
|
-
type: import("vue").PropType<boolean | import("ant-design-vue/lib/dropdown/props").DropdownArrowOptions>;
|
|
778
|
-
default: any;
|
|
779
|
-
};
|
|
780
|
-
trigger: {
|
|
781
|
-
type: import("vue").PropType<import("ant-design-vue/lib/dropdown/props").Trigger | import("ant-design-vue/lib/dropdown/props").Trigger[]>;
|
|
782
|
-
};
|
|
783
|
-
overlay: import("vue-types").VueTypeValidableDef<any>;
|
|
784
|
-
visible: {
|
|
785
|
-
type: BooleanConstructor;
|
|
786
|
-
default: any;
|
|
787
|
-
};
|
|
788
|
-
align: {
|
|
789
|
-
type: import("vue").PropType<import("ant-design-vue/lib/dropdown/props").Align>;
|
|
790
|
-
};
|
|
791
|
-
getPopupContainer: import("vue").PropType<(triggerNode: HTMLElement) => HTMLElement>;
|
|
792
|
-
transitionName: StringConstructor;
|
|
793
|
-
placement: import("vue").PropType<"top" | "bottom" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "topCenter" | "bottomCenter">;
|
|
794
|
-
overlayClassName: StringConstructor;
|
|
795
|
-
overlayStyle: {
|
|
796
|
-
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
797
|
-
default: import("vue").CSSProperties;
|
|
798
|
-
};
|
|
799
|
-
forceRender: {
|
|
800
|
-
type: BooleanConstructor;
|
|
801
|
-
default: any;
|
|
802
|
-
};
|
|
803
|
-
mouseEnterDelay: NumberConstructor;
|
|
804
|
-
mouseLeaveDelay: NumberConstructor;
|
|
805
|
-
openClassName: StringConstructor;
|
|
806
|
-
minOverlayWidthMatchTrigger: {
|
|
807
|
-
type: BooleanConstructor;
|
|
808
|
-
default: any;
|
|
809
|
-
};
|
|
810
|
-
destroyPopupOnHide: {
|
|
811
|
-
type: BooleanConstructor;
|
|
812
|
-
default: any;
|
|
813
|
-
};
|
|
814
|
-
onVisibleChange: {
|
|
815
|
-
type: import("vue").PropType<(val: boolean) => void>;
|
|
816
|
-
};
|
|
817
|
-
'onUpdate:visible': {
|
|
818
|
-
type: import("vue").PropType<(val: boolean) => void>;
|
|
819
|
-
};
|
|
820
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
821
|
-
type: import("vue").PropType<import("ant-design-vue/lib/button").ButtonType>;
|
|
822
|
-
size: import("vue").PropType<"small" | "large">;
|
|
823
|
-
htmlType: {
|
|
824
|
-
type: import("vue").PropType<import("ant-design-vue/lib/button/buttonTypes").ButtonHTMLType>;
|
|
825
|
-
default: string;
|
|
826
|
-
};
|
|
827
|
-
href: StringConstructor;
|
|
828
|
-
disabled: {
|
|
829
|
-
type: BooleanConstructor;
|
|
830
|
-
default: any;
|
|
831
|
-
};
|
|
832
|
-
prefixCls: StringConstructor;
|
|
833
|
-
icon: import("vue-types").VueTypeValidableDef<any>;
|
|
834
|
-
title: StringConstructor;
|
|
835
|
-
loading: {
|
|
836
|
-
type: import("vue").PropType<boolean | {
|
|
837
|
-
delay?: number;
|
|
838
|
-
}>;
|
|
839
|
-
default: () => boolean | {
|
|
840
|
-
delay?: number;
|
|
841
|
-
};
|
|
842
|
-
};
|
|
843
|
-
onClick: {
|
|
844
|
-
type: import("vue").PropType<import("ant-design-vue/lib/_util/EventInterface").MouseEventHandler>;
|
|
845
|
-
};
|
|
846
|
-
arrow: {
|
|
847
|
-
type: import("vue").PropType<boolean | import("ant-design-vue/lib/dropdown/props").DropdownArrowOptions>;
|
|
848
|
-
default: any;
|
|
849
|
-
};
|
|
850
|
-
trigger: {
|
|
851
|
-
type: import("vue").PropType<import("ant-design-vue/lib/dropdown/props").Trigger | import("ant-design-vue/lib/dropdown/props").Trigger[]>;
|
|
852
|
-
};
|
|
853
|
-
overlay: import("vue-types").VueTypeValidableDef<any>;
|
|
854
|
-
visible: {
|
|
855
|
-
type: BooleanConstructor;
|
|
856
|
-
default: any;
|
|
857
|
-
};
|
|
858
|
-
align: {
|
|
859
|
-
type: import("vue").PropType<import("ant-design-vue/lib/dropdown/props").Align>;
|
|
860
|
-
};
|
|
861
|
-
getPopupContainer: import("vue").PropType<(triggerNode: HTMLElement) => HTMLElement>;
|
|
862
|
-
transitionName: StringConstructor;
|
|
863
|
-
placement: import("vue").PropType<"top" | "bottom" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "topCenter" | "bottomCenter">;
|
|
864
|
-
overlayClassName: StringConstructor;
|
|
865
|
-
overlayStyle: {
|
|
866
|
-
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
867
|
-
default: import("vue").CSSProperties;
|
|
868
|
-
};
|
|
869
|
-
forceRender: {
|
|
870
|
-
type: BooleanConstructor;
|
|
871
|
-
default: any;
|
|
872
|
-
};
|
|
873
|
-
mouseEnterDelay: NumberConstructor;
|
|
874
|
-
mouseLeaveDelay: NumberConstructor;
|
|
875
|
-
openClassName: StringConstructor;
|
|
876
|
-
minOverlayWidthMatchTrigger: {
|
|
877
|
-
type: BooleanConstructor;
|
|
878
|
-
default: any;
|
|
879
|
-
};
|
|
880
|
-
destroyPopupOnHide: {
|
|
881
|
-
type: BooleanConstructor;
|
|
882
|
-
default: any;
|
|
883
|
-
};
|
|
884
|
-
onVisibleChange: {
|
|
885
|
-
type: import("vue").PropType<(val: boolean) => void>;
|
|
886
|
-
};
|
|
887
|
-
'onUpdate:visible': {
|
|
888
|
-
type: import("vue").PropType<(val: boolean) => void>;
|
|
889
|
-
};
|
|
890
|
-
}>>, {
|
|
891
|
-
visible: boolean;
|
|
892
|
-
disabled: boolean;
|
|
893
|
-
destroyPopupOnHide: boolean;
|
|
894
|
-
forceRender: boolean;
|
|
895
|
-
overlayStyle: import("vue").CSSProperties;
|
|
896
|
-
arrow: any;
|
|
897
|
-
loading: boolean | {
|
|
898
|
-
delay?: number;
|
|
899
|
-
};
|
|
900
|
-
minOverlayWidthMatchTrigger: boolean;
|
|
901
|
-
htmlType: import("ant-design-vue/lib/button/buttonTypes").ButtonHTMLType;
|
|
902
|
-
}>;
|
|
903
|
-
};
|
|
904
|
-
Menu: {
|
|
905
|
-
new (...args: any[]): {
|
|
906
|
-
$: import("vue").ComponentInternalInstance;
|
|
907
|
-
$data: {};
|
|
908
|
-
$props: Partial<{
|
|
909
|
-
multiple: boolean;
|
|
910
|
-
disabled: boolean;
|
|
911
|
-
mode: import("ant-design-vue").MenuMode;
|
|
912
|
-
selectable: boolean;
|
|
913
|
-
inlineIndent: number;
|
|
914
|
-
inlineCollapsed: boolean;
|
|
915
|
-
subMenuOpenDelay: number;
|
|
916
|
-
subMenuCloseDelay: number;
|
|
917
|
-
triggerSubMenuAction: import("ant-design-vue/lib/menu/src/interface").TriggerSubMenuAction;
|
|
918
|
-
forceSubMenuRender: boolean;
|
|
919
|
-
disabledOverflow: boolean;
|
|
920
|
-
theme: import("ant-design-vue").MenuTheme;
|
|
921
|
-
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
922
|
-
id: StringConstructor;
|
|
923
|
-
prefixCls: StringConstructor;
|
|
924
|
-
disabled: BooleanConstructor;
|
|
925
|
-
inlineCollapsed: BooleanConstructor;
|
|
926
|
-
disabledOverflow: BooleanConstructor;
|
|
927
|
-
forceSubMenuRender: BooleanConstructor;
|
|
928
|
-
openKeys: import("vue").PropType<import("ant-design-vue/lib/_util/type").Key[]>;
|
|
929
|
-
selectedKeys: import("vue").PropType<import("ant-design-vue/lib/_util/type").Key[]>;
|
|
930
|
-
activeKey: StringConstructor;
|
|
931
|
-
selectable: {
|
|
932
|
-
type: BooleanConstructor;
|
|
933
|
-
default: boolean;
|
|
934
|
-
};
|
|
935
|
-
multiple: {
|
|
936
|
-
type: BooleanConstructor;
|
|
937
|
-
default: boolean;
|
|
938
|
-
};
|
|
939
|
-
motion: import("vue").PropType<import("ant-design-vue/lib/_util/transition").CSSMotionProps>;
|
|
940
|
-
theme: {
|
|
941
|
-
type: import("vue").PropType<import("ant-design-vue").MenuTheme>;
|
|
942
|
-
default: string;
|
|
943
|
-
};
|
|
944
|
-
mode: {
|
|
945
|
-
type: import("vue").PropType<import("ant-design-vue").MenuMode>;
|
|
946
|
-
default: string;
|
|
947
|
-
};
|
|
948
|
-
inlineIndent: {
|
|
949
|
-
type: NumberConstructor;
|
|
950
|
-
default: number;
|
|
951
|
-
};
|
|
952
|
-
subMenuOpenDelay: {
|
|
953
|
-
type: NumberConstructor;
|
|
954
|
-
default: number;
|
|
955
|
-
};
|
|
956
|
-
subMenuCloseDelay: {
|
|
957
|
-
type: NumberConstructor;
|
|
958
|
-
default: number;
|
|
959
|
-
};
|
|
960
|
-
builtinPlacements: {
|
|
961
|
-
type: import("vue").PropType<import("ant-design-vue/lib/menu/src/interface").BuiltinPlacements>;
|
|
962
|
-
};
|
|
963
|
-
triggerSubMenuAction: {
|
|
964
|
-
type: import("vue").PropType<import("ant-design-vue/lib/menu/src/interface").TriggerSubMenuAction>;
|
|
965
|
-
default: string;
|
|
966
|
-
};
|
|
967
|
-
getPopupContainer: import("vue").PropType<(node: HTMLElement) => HTMLElement>;
|
|
968
|
-
expandIcon: import("vue").PropType<(p?: {
|
|
969
|
-
[key: string]: any;
|
|
970
|
-
isOpen: boolean;
|
|
971
|
-
}) => any>;
|
|
972
|
-
onOpenChange: import("vue").PropType<(keys: import("ant-design-vue/lib/_util/type").Key[]) => void>;
|
|
973
|
-
onSelect: import("vue").PropType<import("ant-design-vue/lib/menu/src/interface").SelectEventHandler>;
|
|
974
|
-
onDeselect: import("vue").PropType<import("ant-design-vue/lib/menu/src/interface").SelectEventHandler>;
|
|
975
|
-
onClick: import("vue").PropType<import("ant-design-vue/lib/menu/src/interface").MenuClickEventHandler>;
|
|
976
|
-
onFocus: import("vue").PropType<import("ant-design-vue/lib/_util/EventInterface").FocusEventHandler>;
|
|
977
|
-
onBlur: import("vue").PropType<import("ant-design-vue/lib/_util/EventInterface").FocusEventHandler>;
|
|
978
|
-
onMousedown: import("vue").PropType<import("ant-design-vue/lib/_util/EventInterface").MouseEventHandler>;
|
|
979
|
-
'onUpdate:openKeys': import("vue").PropType<(keys: import("ant-design-vue/lib/_util/type").Key[]) => void>;
|
|
980
|
-
'onUpdate:selectedKeys': import("vue").PropType<(keys: import("ant-design-vue/lib/_util/type").Key[]) => void>;
|
|
981
|
-
'onUpdate:activeKey': import("vue").PropType<(key: import("ant-design-vue/lib/_util/type").Key) => void>;
|
|
982
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "mode" | "selectable" | "multiple" | "inlineCollapsed" | "disabledOverflow" | "forceSubMenuRender" | "theme" | "inlineIndent" | "subMenuOpenDelay" | "subMenuCloseDelay" | "triggerSubMenuAction">;
|
|
983
|
-
$attrs: {
|
|
984
|
-
[x: string]: unknown;
|
|
985
|
-
};
|
|
986
|
-
$refs: {
|
|
987
|
-
[x: string]: unknown;
|
|
988
|
-
};
|
|
989
|
-
$slots: Readonly<{
|
|
990
|
-
[name: string]: import("vue").Slot;
|
|
991
|
-
}>;
|
|
992
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
|
993
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
|
994
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
995
|
-
$el: any;
|
|
996
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
997
|
-
id: StringConstructor;
|
|
998
|
-
prefixCls: StringConstructor;
|
|
999
|
-
disabled: BooleanConstructor;
|
|
1000
|
-
inlineCollapsed: BooleanConstructor;
|
|
1001
|
-
disabledOverflow: BooleanConstructor;
|
|
1002
|
-
forceSubMenuRender: BooleanConstructor;
|
|
1003
|
-
openKeys: import("vue").PropType<import("ant-design-vue/lib/_util/type").Key[]>;
|
|
1004
|
-
selectedKeys: import("vue").PropType<import("ant-design-vue/lib/_util/type").Key[]>;
|
|
1005
|
-
activeKey: StringConstructor;
|
|
1006
|
-
selectable: {
|
|
1007
|
-
type: BooleanConstructor;
|
|
1008
|
-
default: boolean;
|
|
1009
|
-
};
|
|
1010
|
-
multiple: {
|
|
1011
|
-
type: BooleanConstructor;
|
|
1012
|
-
default: boolean;
|
|
1013
|
-
};
|
|
1014
|
-
motion: import("vue").PropType<import("ant-design-vue/lib/_util/transition").CSSMotionProps>;
|
|
1015
|
-
theme: {
|
|
1016
|
-
type: import("vue").PropType<import("ant-design-vue").MenuTheme>;
|
|
1017
|
-
default: string;
|
|
1018
|
-
};
|
|
1019
|
-
mode: {
|
|
1020
|
-
type: import("vue").PropType<import("ant-design-vue").MenuMode>;
|
|
1021
|
-
default: string;
|
|
1022
|
-
};
|
|
1023
|
-
inlineIndent: {
|
|
1024
|
-
type: NumberConstructor;
|
|
1025
|
-
default: number;
|
|
1026
|
-
};
|
|
1027
|
-
subMenuOpenDelay: {
|
|
1028
|
-
type: NumberConstructor;
|
|
1029
|
-
default: number;
|
|
1030
|
-
};
|
|
1031
|
-
subMenuCloseDelay: {
|
|
1032
|
-
type: NumberConstructor;
|
|
1033
|
-
default: number;
|
|
1034
|
-
};
|
|
1035
|
-
builtinPlacements: {
|
|
1036
|
-
type: import("vue").PropType<import("ant-design-vue/lib/menu/src/interface").BuiltinPlacements>;
|
|
1037
|
-
};
|
|
1038
|
-
triggerSubMenuAction: {
|
|
1039
|
-
type: import("vue").PropType<import("ant-design-vue/lib/menu/src/interface").TriggerSubMenuAction>;
|
|
1040
|
-
default: string;
|
|
1041
|
-
};
|
|
1042
|
-
getPopupContainer: import("vue").PropType<(node: HTMLElement) => HTMLElement>;
|
|
1043
|
-
expandIcon: import("vue").PropType<(p?: {
|
|
1044
|
-
[key: string]: any;
|
|
1045
|
-
isOpen: boolean;
|
|
1046
|
-
}) => any>;
|
|
1047
|
-
onOpenChange: import("vue").PropType<(keys: import("ant-design-vue/lib/_util/type").Key[]) => void>;
|
|
1048
|
-
onSelect: import("vue").PropType<import("ant-design-vue/lib/menu/src/interface").SelectEventHandler>;
|
|
1049
|
-
onDeselect: import("vue").PropType<import("ant-design-vue/lib/menu/src/interface").SelectEventHandler>;
|
|
1050
|
-
onClick: import("vue").PropType<import("ant-design-vue/lib/menu/src/interface").MenuClickEventHandler>;
|
|
1051
|
-
onFocus: import("vue").PropType<import("ant-design-vue/lib/_util/EventInterface").FocusEventHandler>;
|
|
1052
|
-
onBlur: import("vue").PropType<import("ant-design-vue/lib/_util/EventInterface").FocusEventHandler>;
|
|
1053
|
-
onMousedown: import("vue").PropType<import("ant-design-vue/lib/_util/EventInterface").MouseEventHandler>;
|
|
1054
|
-
'onUpdate:openKeys': import("vue").PropType<(keys: import("ant-design-vue/lib/_util/type").Key[]) => void>;
|
|
1055
|
-
'onUpdate:selectedKeys': import("vue").PropType<(keys: import("ant-design-vue/lib/_util/type").Key[]) => void>;
|
|
1056
|
-
'onUpdate:activeKey': import("vue").PropType<(key: import("ant-design-vue/lib/_util/type").Key) => void>;
|
|
1057
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
1058
|
-
multiple: boolean;
|
|
1059
|
-
disabled: boolean;
|
|
1060
|
-
mode: import("ant-design-vue").MenuMode;
|
|
1061
|
-
selectable: boolean;
|
|
1062
|
-
inlineIndent: number;
|
|
1063
|
-
inlineCollapsed: boolean;
|
|
1064
|
-
subMenuOpenDelay: number;
|
|
1065
|
-
subMenuCloseDelay: number;
|
|
1066
|
-
triggerSubMenuAction: import("ant-design-vue/lib/menu/src/interface").TriggerSubMenuAction;
|
|
1067
|
-
forceSubMenuRender: boolean;
|
|
1068
|
-
disabledOverflow: boolean;
|
|
1069
|
-
theme: import("ant-design-vue").MenuTheme;
|
|
1070
|
-
}> & {
|
|
1071
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
1072
|
-
created?: (() => void) | (() => void)[];
|
|
1073
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
1074
|
-
mounted?: (() => void) | (() => void)[];
|
|
1075
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
1076
|
-
updated?: (() => void) | (() => void)[];
|
|
1077
|
-
activated?: (() => void) | (() => void)[];
|
|
1078
|
-
deactivated?: (() => void) | (() => void)[];
|
|
1079
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
1080
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
1081
|
-
destroyed?: (() => void) | (() => void)[];
|
|
1082
|
-
unmounted?: (() => void) | (() => void)[];
|
|
1083
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
1084
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
1085
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void)[];
|
|
1086
|
-
};
|
|
1087
|
-
$forceUpdate: () => void;
|
|
1088
|
-
$nextTick: typeof import("vue").nextTick;
|
|
1089
|
-
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
|
1090
|
-
} & Readonly<import("vue").ExtractPropTypes<{
|
|
1091
|
-
id: StringConstructor;
|
|
1092
|
-
prefixCls: StringConstructor;
|
|
1093
|
-
disabled: BooleanConstructor;
|
|
1094
|
-
inlineCollapsed: BooleanConstructor;
|
|
1095
|
-
disabledOverflow: BooleanConstructor;
|
|
1096
|
-
forceSubMenuRender: BooleanConstructor;
|
|
1097
|
-
openKeys: import("vue").PropType<import("ant-design-vue/lib/_util/type").Key[]>;
|
|
1098
|
-
selectedKeys: import("vue").PropType<import("ant-design-vue/lib/_util/type").Key[]>;
|
|
1099
|
-
activeKey: StringConstructor;
|
|
1100
|
-
selectable: {
|
|
1101
|
-
type: BooleanConstructor;
|
|
1102
|
-
default: boolean;
|
|
1103
|
-
};
|
|
1104
|
-
multiple: {
|
|
1105
|
-
type: BooleanConstructor;
|
|
1106
|
-
default: boolean;
|
|
1107
|
-
};
|
|
1108
|
-
motion: import("vue").PropType<import("ant-design-vue/lib/_util/transition").CSSMotionProps>;
|
|
1109
|
-
theme: {
|
|
1110
|
-
type: import("vue").PropType<import("ant-design-vue").MenuTheme>;
|
|
1111
|
-
default: string;
|
|
1112
|
-
};
|
|
1113
|
-
mode: {
|
|
1114
|
-
type: import("vue").PropType<import("ant-design-vue").MenuMode>;
|
|
1115
|
-
default: string;
|
|
1116
|
-
};
|
|
1117
|
-
inlineIndent: {
|
|
1118
|
-
type: NumberConstructor;
|
|
1119
|
-
default: number;
|
|
1120
|
-
};
|
|
1121
|
-
subMenuOpenDelay: {
|
|
1122
|
-
type: NumberConstructor;
|
|
1123
|
-
default: number;
|
|
1124
|
-
};
|
|
1125
|
-
subMenuCloseDelay: {
|
|
1126
|
-
type: NumberConstructor;
|
|
1127
|
-
default: number;
|
|
1128
|
-
};
|
|
1129
|
-
builtinPlacements: {
|
|
1130
|
-
type: import("vue").PropType<import("ant-design-vue/lib/menu/src/interface").BuiltinPlacements>;
|
|
1131
|
-
};
|
|
1132
|
-
triggerSubMenuAction: {
|
|
1133
|
-
type: import("vue").PropType<import("ant-design-vue/lib/menu/src/interface").TriggerSubMenuAction>;
|
|
1134
|
-
default: string;
|
|
1135
|
-
};
|
|
1136
|
-
getPopupContainer: import("vue").PropType<(node: HTMLElement) => HTMLElement>;
|
|
1137
|
-
expandIcon: import("vue").PropType<(p?: {
|
|
1138
|
-
[key: string]: any;
|
|
1139
|
-
isOpen: boolean;
|
|
1140
|
-
}) => any>;
|
|
1141
|
-
onOpenChange: import("vue").PropType<(keys: import("ant-design-vue/lib/_util/type").Key[]) => void>;
|
|
1142
|
-
onSelect: import("vue").PropType<import("ant-design-vue/lib/menu/src/interface").SelectEventHandler>;
|
|
1143
|
-
onDeselect: import("vue").PropType<import("ant-design-vue/lib/menu/src/interface").SelectEventHandler>;
|
|
1144
|
-
onClick: import("vue").PropType<import("ant-design-vue/lib/menu/src/interface").MenuClickEventHandler>;
|
|
1145
|
-
onFocus: import("vue").PropType<import("ant-design-vue/lib/_util/EventInterface").FocusEventHandler>;
|
|
1146
|
-
onBlur: import("vue").PropType<import("ant-design-vue/lib/_util/EventInterface").FocusEventHandler>;
|
|
1147
|
-
onMousedown: import("vue").PropType<import("ant-design-vue/lib/_util/EventInterface").MouseEventHandler>;
|
|
1148
|
-
'onUpdate:openKeys': import("vue").PropType<(keys: import("ant-design-vue/lib/_util/type").Key[]) => void>;
|
|
1149
|
-
'onUpdate:selectedKeys': import("vue").PropType<(keys: import("ant-design-vue/lib/_util/type").Key[]) => void>;
|
|
1150
|
-
'onUpdate:activeKey': import("vue").PropType<(key: import("ant-design-vue/lib/_util/type").Key) => void>;
|
|
1151
|
-
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & import("vue").ComponentCustomProperties;
|
|
1152
|
-
__isFragment?: never;
|
|
1153
|
-
__isTeleport?: never;
|
|
1154
|
-
__isSuspense?: never;
|
|
1155
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1156
|
-
id: StringConstructor;
|
|
1157
|
-
prefixCls: StringConstructor;
|
|
1158
|
-
disabled: BooleanConstructor;
|
|
1159
|
-
inlineCollapsed: BooleanConstructor;
|
|
1160
|
-
disabledOverflow: BooleanConstructor;
|
|
1161
|
-
forceSubMenuRender: BooleanConstructor;
|
|
1162
|
-
openKeys: import("vue").PropType<import("ant-design-vue/lib/_util/type").Key[]>;
|
|
1163
|
-
selectedKeys: import("vue").PropType<import("ant-design-vue/lib/_util/type").Key[]>;
|
|
1164
|
-
activeKey: StringConstructor;
|
|
1165
|
-
selectable: {
|
|
1166
|
-
type: BooleanConstructor;
|
|
1167
|
-
default: boolean;
|
|
1168
|
-
};
|
|
1169
|
-
multiple: {
|
|
1170
|
-
type: BooleanConstructor;
|
|
1171
|
-
default: boolean;
|
|
1172
|
-
};
|
|
1173
|
-
motion: import("vue").PropType<import("ant-design-vue/lib/_util/transition").CSSMotionProps>;
|
|
1174
|
-
theme: {
|
|
1175
|
-
type: import("vue").PropType<import("ant-design-vue").MenuTheme>;
|
|
1176
|
-
default: string;
|
|
1177
|
-
};
|
|
1178
|
-
mode: {
|
|
1179
|
-
type: import("vue").PropType<import("ant-design-vue").MenuMode>;
|
|
1180
|
-
default: string;
|
|
1181
|
-
};
|
|
1182
|
-
inlineIndent: {
|
|
1183
|
-
type: NumberConstructor;
|
|
1184
|
-
default: number;
|
|
1185
|
-
};
|
|
1186
|
-
subMenuOpenDelay: {
|
|
1187
|
-
type: NumberConstructor;
|
|
1188
|
-
default: number;
|
|
1189
|
-
};
|
|
1190
|
-
subMenuCloseDelay: {
|
|
1191
|
-
type: NumberConstructor;
|
|
1192
|
-
default: number;
|
|
1193
|
-
};
|
|
1194
|
-
builtinPlacements: {
|
|
1195
|
-
type: import("vue").PropType<import("ant-design-vue/lib/menu/src/interface").BuiltinPlacements>;
|
|
1196
|
-
};
|
|
1197
|
-
triggerSubMenuAction: {
|
|
1198
|
-
type: import("vue").PropType<import("ant-design-vue/lib/menu/src/interface").TriggerSubMenuAction>;
|
|
1199
|
-
default: string;
|
|
1200
|
-
};
|
|
1201
|
-
getPopupContainer: import("vue").PropType<(node: HTMLElement) => HTMLElement>;
|
|
1202
|
-
expandIcon: import("vue").PropType<(p?: {
|
|
1203
|
-
[key: string]: any;
|
|
1204
|
-
isOpen: boolean;
|
|
1205
|
-
}) => any>;
|
|
1206
|
-
onOpenChange: import("vue").PropType<(keys: import("ant-design-vue/lib/_util/type").Key[]) => void>;
|
|
1207
|
-
onSelect: import("vue").PropType<import("ant-design-vue/lib/menu/src/interface").SelectEventHandler>;
|
|
1208
|
-
onDeselect: import("vue").PropType<import("ant-design-vue/lib/menu/src/interface").SelectEventHandler>;
|
|
1209
|
-
onClick: import("vue").PropType<import("ant-design-vue/lib/menu/src/interface").MenuClickEventHandler>;
|
|
1210
|
-
onFocus: import("vue").PropType<import("ant-design-vue/lib/_util/EventInterface").FocusEventHandler>;
|
|
1211
|
-
onBlur: import("vue").PropType<import("ant-design-vue/lib/_util/EventInterface").FocusEventHandler>;
|
|
1212
|
-
onMousedown: import("vue").PropType<import("ant-design-vue/lib/_util/EventInterface").MouseEventHandler>;
|
|
1213
|
-
'onUpdate:openKeys': import("vue").PropType<(keys: import("ant-design-vue/lib/_util/type").Key[]) => void>;
|
|
1214
|
-
'onUpdate:selectedKeys': import("vue").PropType<(keys: import("ant-design-vue/lib/_util/type").Key[]) => void>;
|
|
1215
|
-
'onUpdate:activeKey': import("vue").PropType<(key: import("ant-design-vue/lib/_util/type").Key) => void>;
|
|
1216
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
1217
|
-
multiple: boolean;
|
|
1218
|
-
disabled: boolean;
|
|
1219
|
-
mode: import("ant-design-vue").MenuMode;
|
|
1220
|
-
selectable: boolean;
|
|
1221
|
-
inlineIndent: number;
|
|
1222
|
-
inlineCollapsed: boolean;
|
|
1223
|
-
subMenuOpenDelay: number;
|
|
1224
|
-
subMenuCloseDelay: number;
|
|
1225
|
-
triggerSubMenuAction: import("ant-design-vue/lib/menu/src/interface").TriggerSubMenuAction;
|
|
1226
|
-
forceSubMenuRender: boolean;
|
|
1227
|
-
disabledOverflow: boolean;
|
|
1228
|
-
theme: import("ant-design-vue").MenuTheme;
|
|
1229
|
-
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
|
|
1230
|
-
readonly Item: import("vue").DefineComponent<{
|
|
1231
|
-
id: StringConstructor;
|
|
1232
|
-
role: StringConstructor;
|
|
1233
|
-
disabled: BooleanConstructor;
|
|
1234
|
-
danger: BooleanConstructor;
|
|
1235
|
-
title: {
|
|
1236
|
-
type: (BooleanConstructor | StringConstructor)[];
|
|
1237
|
-
default: any;
|
|
1238
|
-
};
|
|
1239
|
-
icon: import("vue-types").VueTypeValidableDef<any>;
|
|
1240
|
-
onMouseenter: import("vue").PropType<import("ant-design-vue/lib/_util/EventInterface").MouseEventHandler>;
|
|
1241
|
-
onMouseleave: import("vue").PropType<import("ant-design-vue/lib/_util/EventInterface").MouseEventHandler>;
|
|
1242
|
-
onClick: import("vue").PropType<import("ant-design-vue/lib/_util/EventInterface").MouseEventHandler>;
|
|
1243
|
-
onKeydown: import("vue").PropType<import("ant-design-vue/lib/_util/EventInterface").MouseEventHandler>;
|
|
1244
|
-
onFocus: import("vue").PropType<import("ant-design-vue/lib/_util/EventInterface").MouseEventHandler>;
|
|
1245
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1246
|
-
id: StringConstructor;
|
|
1247
|
-
role: StringConstructor;
|
|
1248
|
-
disabled: BooleanConstructor;
|
|
1249
|
-
danger: BooleanConstructor;
|
|
1250
|
-
title: {
|
|
1251
|
-
type: (BooleanConstructor | StringConstructor)[];
|
|
1252
|
-
default: any;
|
|
1253
|
-
};
|
|
1254
|
-
icon: import("vue-types").VueTypeValidableDef<any>;
|
|
1255
|
-
onMouseenter: import("vue").PropType<import("ant-design-vue/lib/_util/EventInterface").MouseEventHandler>;
|
|
1256
|
-
onMouseleave: import("vue").PropType<import("ant-design-vue/lib/_util/EventInterface").MouseEventHandler>;
|
|
1257
|
-
onClick: import("vue").PropType<import("ant-design-vue/lib/_util/EventInterface").MouseEventHandler>;
|
|
1258
|
-
onKeydown: import("vue").PropType<import("ant-design-vue/lib/_util/EventInterface").MouseEventHandler>;
|
|
1259
|
-
onFocus: import("vue").PropType<import("ant-design-vue/lib/_util/EventInterface").MouseEventHandler>;
|
|
1260
|
-
}>>, {
|
|
1261
|
-
title: string | boolean;
|
|
1262
|
-
disabled: boolean;
|
|
1263
|
-
danger: boolean;
|
|
1264
|
-
}>;
|
|
1265
|
-
readonly SubMenu: import("vue").DefineComponent<{
|
|
1266
|
-
icon: import("vue-types").VueTypeValidableDef<any>;
|
|
1267
|
-
title: import("vue-types").VueTypeValidableDef<any>;
|
|
1268
|
-
disabled: BooleanConstructor;
|
|
1269
|
-
level: NumberConstructor;
|
|
1270
|
-
popupClassName: StringConstructor;
|
|
1271
|
-
popupOffset: import("vue").PropType<[number, number]>;
|
|
1272
|
-
internalPopupClose: BooleanConstructor;
|
|
1273
|
-
eventKey: StringConstructor;
|
|
1274
|
-
expandIcon: import("vue").PropType<(p?: {
|
|
1275
|
-
[key: string]: any;
|
|
1276
|
-
isOpen: boolean;
|
|
1277
|
-
}) => any>;
|
|
1278
|
-
onMouseenter: import("vue").PropType<import("ant-design-vue/lib/_util/EventInterface").MouseEventHandler>;
|
|
1279
|
-
onMouseleave: import("vue").PropType<import("ant-design-vue/lib/_util/EventInterface").MouseEventHandler>;
|
|
1280
|
-
onTitleClick: import("vue").PropType<(e: MouseEvent, key: import("ant-design-vue/es/_util/type").Key) => void>;
|
|
1281
|
-
}, () => JSX.Element | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1282
|
-
[key: string]: any;
|
|
1283
|
-
}>[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1284
|
-
icon: import("vue-types").VueTypeValidableDef<any>;
|
|
1285
|
-
title: import("vue-types").VueTypeValidableDef<any>;
|
|
1286
|
-
disabled: BooleanConstructor;
|
|
1287
|
-
level: NumberConstructor;
|
|
1288
|
-
popupClassName: StringConstructor;
|
|
1289
|
-
popupOffset: import("vue").PropType<[number, number]>;
|
|
1290
|
-
internalPopupClose: BooleanConstructor;
|
|
1291
|
-
eventKey: StringConstructor;
|
|
1292
|
-
expandIcon: import("vue").PropType<(p?: {
|
|
1293
|
-
[key: string]: any;
|
|
1294
|
-
isOpen: boolean;
|
|
1295
|
-
}) => any>;
|
|
1296
|
-
onMouseenter: import("vue").PropType<import("ant-design-vue/lib/_util/EventInterface").MouseEventHandler>;
|
|
1297
|
-
onMouseleave: import("vue").PropType<import("ant-design-vue/lib/_util/EventInterface").MouseEventHandler>;
|
|
1298
|
-
onTitleClick: import("vue").PropType<(e: MouseEvent, key: import("ant-design-vue/es/_util/type").Key) => void>;
|
|
1299
|
-
}>>, {
|
|
1300
|
-
disabled: boolean;
|
|
1301
|
-
internalPopupClose: boolean;
|
|
1302
|
-
}>;
|
|
1303
|
-
readonly Divider: import("vue").DefineComponent<{
|
|
1304
|
-
prefixCls: StringConstructor;
|
|
1305
|
-
dashed: BooleanConstructor;
|
|
1306
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1307
|
-
prefixCls: StringConstructor;
|
|
1308
|
-
dashed: BooleanConstructor;
|
|
1309
|
-
}>>, {
|
|
1310
|
-
dashed: boolean;
|
|
1311
|
-
}>;
|
|
1312
|
-
readonly ItemGroup: import("vue").DefineComponent<{
|
|
1313
|
-
title: import("vue-types").VueTypeValidableDef<any>;
|
|
1314
|
-
}, () => JSX.Element | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1315
|
-
[key: string]: any;
|
|
1316
|
-
}>[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1317
|
-
title: import("vue-types").VueTypeValidableDef<any>;
|
|
1318
|
-
}>>, {}>;
|
|
1319
|
-
};
|
|
1320
|
-
MenuDivider: import("vue").DefineComponent<{
|
|
1321
|
-
prefixCls: StringConstructor;
|
|
1322
|
-
dashed: BooleanConstructor;
|
|
1323
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1324
|
-
prefixCls: StringConstructor;
|
|
1325
|
-
dashed: BooleanConstructor;
|
|
1326
|
-
}>>, {
|
|
1327
|
-
dashed: boolean;
|
|
1328
|
-
}>;
|
|
1329
|
-
MenuItem: import("vue").DefineComponent<{
|
|
1330
|
-
id: StringConstructor;
|
|
1331
|
-
role: StringConstructor;
|
|
1332
|
-
disabled: BooleanConstructor;
|
|
1333
|
-
danger: BooleanConstructor;
|
|
1334
|
-
title: {
|
|
1335
|
-
type: (BooleanConstructor | StringConstructor)[];
|
|
1336
|
-
default: any;
|
|
1337
|
-
};
|
|
1338
|
-
icon: import("vue-types").VueTypeValidableDef<any>;
|
|
1339
|
-
onMouseenter: import("vue").PropType<import("ant-design-vue/lib/_util/EventInterface").MouseEventHandler>;
|
|
1340
|
-
onMouseleave: import("vue").PropType<import("ant-design-vue/lib/_util/EventInterface").MouseEventHandler>;
|
|
1341
|
-
onClick: import("vue").PropType<import("ant-design-vue/lib/_util/EventInterface").MouseEventHandler>;
|
|
1342
|
-
onKeydown: import("vue").PropType<import("ant-design-vue/lib/_util/EventInterface").MouseEventHandler>;
|
|
1343
|
-
onFocus: import("vue").PropType<import("ant-design-vue/lib/_util/EventInterface").MouseEventHandler>;
|
|
1344
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1345
|
-
id: StringConstructor;
|
|
1346
|
-
role: StringConstructor;
|
|
1347
|
-
disabled: BooleanConstructor;
|
|
1348
|
-
danger: BooleanConstructor;
|
|
1349
|
-
title: {
|
|
1350
|
-
type: (BooleanConstructor | StringConstructor)[];
|
|
1351
|
-
default: any;
|
|
1352
|
-
};
|
|
1353
|
-
icon: import("vue-types").VueTypeValidableDef<any>;
|
|
1354
|
-
onMouseenter: import("vue").PropType<import("ant-design-vue/lib/_util/EventInterface").MouseEventHandler>;
|
|
1355
|
-
onMouseleave: import("vue").PropType<import("ant-design-vue/lib/_util/EventInterface").MouseEventHandler>;
|
|
1356
|
-
onClick: import("vue").PropType<import("ant-design-vue/lib/_util/EventInterface").MouseEventHandler>;
|
|
1357
|
-
onKeydown: import("vue").PropType<import("ant-design-vue/lib/_util/EventInterface").MouseEventHandler>;
|
|
1358
|
-
onFocus: import("vue").PropType<import("ant-design-vue/lib/_util/EventInterface").MouseEventHandler>;
|
|
1359
|
-
}>>, {
|
|
1360
|
-
title: string | boolean;
|
|
1361
|
-
disabled: boolean;
|
|
1362
|
-
danger: boolean;
|
|
1363
|
-
}>;
|
|
1364
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
1365
|
-
TabRedo: import("vue").DefineComponent<{}, {
|
|
1366
|
-
tabStore: import("pinia").Store<"route-reuse", import("@dt-frames/core/es/store/routeReuse").RouteReuseState, {
|
|
1367
|
-
getTabList(): import("vue-router").RouteLocationNormalized[];
|
|
1368
|
-
getCachedTabList(): string[];
|
|
1369
|
-
getLastDragEndIndex(): number;
|
|
1370
|
-
}, {
|
|
1371
|
-
addTab(route: import("vue-router").RouteLocationNormalized): Promise<void>;
|
|
1372
|
-
closeTab(path: string, router: import("vue-router").Router): void;
|
|
1373
|
-
closeAllTab(currentRoute: import("vue").Ref<import("vue-router").RouteLocationNormalizedLoaded>, router: import("vue-router").Router): void;
|
|
1374
|
-
closeLeftTabs(path: string): void;
|
|
1375
|
-
closeRightTabs(path: string): void;
|
|
1376
|
-
closeOtherTabs(path: string): void;
|
|
1377
|
-
bulkCloseTabs(pathList: string[]): void;
|
|
1378
|
-
updateCacheTab(): void;
|
|
1379
|
-
refreshPage(router: import("vue-router").Router): Promise<void>;
|
|
1380
|
-
sortTabs(oldIndex: number, newIndex: number): void;
|
|
1381
|
-
}>;
|
|
1382
|
-
router: any;
|
|
1383
|
-
handleRedo: () => void;
|
|
1384
|
-
DtIcon: import("vue").DefineComponent<{
|
|
1385
|
-
iconClass: {
|
|
1386
|
-
type: StringConstructor;
|
|
1387
|
-
required: true;
|
|
1388
|
-
};
|
|
1389
|
-
className: {
|
|
1390
|
-
type: (StringConstructor | ArrayConstructor)[];
|
|
1391
|
-
default: string;
|
|
1392
|
-
};
|
|
1393
|
-
color: {
|
|
1394
|
-
type: StringConstructor;
|
|
1395
|
-
default: string;
|
|
1396
|
-
};
|
|
1397
|
-
size: {
|
|
1398
|
-
type: NumberConstructor;
|
|
1399
|
-
default: number;
|
|
1400
|
-
};
|
|
1401
|
-
}, {
|
|
1402
|
-
isSvgIcon: import("vue").ComputedRef<boolean>;
|
|
1403
|
-
iconName: import("vue").ComputedRef<string>;
|
|
1404
|
-
clsName: import("vue").ComputedRef<string>;
|
|
1405
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1406
|
-
iconClass: {
|
|
1407
|
-
type: StringConstructor;
|
|
1408
|
-
required: true;
|
|
1409
|
-
};
|
|
1410
|
-
className: {
|
|
1411
|
-
type: (StringConstructor | ArrayConstructor)[];
|
|
1412
|
-
default: string;
|
|
1413
|
-
};
|
|
1414
|
-
color: {
|
|
1415
|
-
type: StringConstructor;
|
|
1416
|
-
default: string;
|
|
1417
|
-
};
|
|
1418
|
-
size: {
|
|
1419
|
-
type: NumberConstructor;
|
|
1420
|
-
default: number;
|
|
1421
|
-
};
|
|
1422
|
-
}>>, {
|
|
1423
|
-
className: string | unknown[];
|
|
1424
|
-
color: string;
|
|
1425
|
-
size: number;
|
|
1426
|
-
}>;
|
|
1427
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
1428
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
1429
|
-
export default _sfc_main;
|