@dt-frames/ui 2.0.5 → 2.0.6
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/es/assets/locales/en.d.ts +2 -0
- package/es/assets/locales/en.ts +2 -0
- package/es/assets/locales/zh.d.ts +1 -0
- package/es/assets/locales/zh.ts +6 -5
- package/es/components/curd/index.js +113 -63
- package/es/components/form/index.js +24 -12
- package/es/theme/index.js +208 -71
- package/es/theme/index.less +1 -0
- package/es/theme/src/components/content/index.d.ts +6 -4
- package/es/theme/src/components/header/index.d.ts +43 -20
- package/es/theme/src/components/header/multiple-header.d.ts +86 -40
- package/es/theme/src/components/tabs/components/TabContent.d.ts +33 -3
- package/es/theme/src/components/tabs/components/TabRedo.d.ts +6 -4
- package/es/theme/src/components/tabs/hooks/useTabDropdown.d.ts +6 -4
- package/es/theme/src/components/tabs/hooks/useTabs.d.ts +10 -0
- package/es/theme/src/components/tabs/index.d.ts +43 -20
- package/es/theme/src/hooks/useMenu.d.ts +1 -1
- package/es/theme/src/index.d.ts +136 -64
- package/es/theme/src/stores/routeReuse.store.d.ts +6 -4
- package/es/theme/src/stores/theme.store.d.ts +1 -0
- package/es/theme/src/types/theme.type.d.ts +1 -0
- package/package.json +1 -1
- package/es/packages/ui/src/assets/locales/en.d.ts +0 -101
- package/es/packages/ui/src/assets/locales/index.d.ts +0 -2
- package/es/packages/ui/src/assets/locales/zh.d.ts +0 -103
- package/es/packages/ui/src/components/container/index.d.ts +0 -94
- package/es/packages/ui/src/components/container/src/components/bar.d.ts +0 -14
- package/es/packages/ui/src/components/container/src/components/scroll-bar.d.ts +0 -70
- package/es/packages/ui/src/components/container/src/hooks/scroll.d.ts +0 -10
- package/es/packages/ui/src/components/container/src/scroll-container.d.ts +0 -76
- package/es/packages/ui/src/components/container/src/slot-container.d.ts +0 -20
- package/es/packages/ui/src/components/container/src/types/scroll.type.d.ts +0 -22
- package/es/packages/ui/src/components/container/src/utils/scroll.d.ts +0 -5
- package/es/packages/ui/src/global.d.ts +0 -7
- package/es/packages/ui/src/theme/index.d.ts +0 -10
- package/es/packages/ui/src/theme/src/components/content/index.d.ts +0 -27
- package/es/packages/ui/src/theme/src/components/feature/back-top.d.ts +0 -5
- package/es/packages/ui/src/theme/src/components/feature/index.d.ts +0 -7
- package/es/packages/ui/src/theme/src/components/footer/index.d.ts +0 -31
- package/es/packages/ui/src/theme/src/components/header/components/bread-crumb.d.ts +0 -6
- package/es/packages/ui/src/theme/src/components/header/components/fullscreen.d.ts +0 -5
- package/es/packages/ui/src/theme/src/components/header/components/index.d.ts +0 -11
- package/es/packages/ui/src/theme/src/components/header/components/lang-picker.d.ts +0 -23
- package/es/packages/ui/src/theme/src/components/header/components/logo.d.ts +0 -56
- package/es/packages/ui/src/theme/src/components/header/components/menu-filter.d.ts +0 -22
- package/es/packages/ui/src/theme/src/components/header/components/notify.d.ts +0 -24
- package/es/packages/ui/src/theme/src/components/header/components/setting-theme.d.ts +0 -223
- package/es/packages/ui/src/theme/src/components/header/components/size.d.ts +0 -282
- package/es/packages/ui/src/theme/src/components/header/components/theme-drawer/feature.d.ts +0 -138
- package/es/packages/ui/src/theme/src/components/header/components/theme-drawer/index.d.ts +0 -3
- package/es/packages/ui/src/theme/src/components/header/components/theme-drawer/menu-type.d.ts +0 -16
- package/es/packages/ui/src/theme/src/components/header/components/theme-drawer/select.d.ts +0 -58
- package/es/packages/ui/src/theme/src/components/header/components/theme-drawer/switch.d.ts +0 -49
- package/es/packages/ui/src/theme/src/components/header/components/trigger.d.ts +0 -10
- package/es/packages/ui/src/theme/src/components/header/components/user-info.d.ts +0 -37
- package/es/packages/ui/src/theme/src/components/header/helper/change-theme.d.ts +0 -13
- package/es/packages/ui/src/theme/src/components/header/helper/menu-tree.d.ts +0 -4
- package/es/packages/ui/src/theme/src/components/header/index.d.ts +0 -720
- package/es/packages/ui/src/theme/src/components/header/multiple-header.d.ts +0 -806
- package/es/packages/ui/src/theme/src/components/sider/components/basic-menu/basic-menu-item.d.ts +0 -62
- package/es/packages/ui/src/theme/src/components/sider/components/basic-menu/basic-menu.d.ts +0 -207
- package/es/packages/ui/src/theme/src/components/sider/components/basic-menu/basic-sub-menu-item.d.ts +0 -127
- package/es/packages/ui/src/theme/src/components/sider/components/basic-menu/menu-item-content.d.ts +0 -26
- package/es/packages/ui/src/theme/src/components/sider/components/drag-bar.d.ts +0 -14
- package/es/packages/ui/src/theme/src/components/sider/components/layout-menu.d.ts +0 -22
- package/es/packages/ui/src/theme/src/components/sider/components/props.d.ts +0 -69
- package/es/packages/ui/src/theme/src/components/sider/components/sider-trigger.d.ts +0 -17
- package/es/packages/ui/src/theme/src/components/sider/helper/sider.d.ts +0 -12
- package/es/packages/ui/src/theme/src/components/sider/helper/split-menu.d.ts +0 -10
- package/es/packages/ui/src/theme/src/components/sider/index.d.ts +0 -235
- package/es/packages/ui/src/theme/src/components/sider/mix-sider.d.ts +0 -167
- package/es/packages/ui/src/theme/src/components/tabs/components/TabContent.d.ts +0 -6
- package/es/packages/ui/src/theme/src/components/tabs/components/TabRedo.d.ts +0 -21
- package/es/packages/ui/src/theme/src/components/tabs/components/index.d.ts +0 -3
- package/es/packages/ui/src/theme/src/components/tabs/hooks/useMultifyTabs.d.ts +0 -7
- package/es/packages/ui/src/theme/src/components/tabs/hooks/useTabDropdown.d.ts +0 -6
- package/es/packages/ui/src/theme/src/components/tabs/index.d.ts +0 -63
- package/es/packages/ui/src/theme/src/components/tabs/types/tabs.type.d.ts +0 -7
- package/es/packages/ui/src/theme/src/enums/index.d.ts +0 -1
- package/es/packages/ui/src/theme/src/enums/theme.enum.d.ts +0 -34
- package/es/packages/ui/src/theme/src/hooks/index.d.ts +0 -6
- package/es/packages/ui/src/theme/src/hooks/useDragLine.d.ts +0 -2
- package/es/packages/ui/src/theme/src/hooks/useHeader.d.ts +0 -25
- package/es/packages/ui/src/theme/src/hooks/useMenu.d.ts +0 -29
- package/es/packages/ui/src/theme/src/hooks/useMultifyTab.d.ts +0 -8
- package/es/packages/ui/src/theme/src/hooks/useOpenKeys.d.ts +0 -7
- package/es/packages/ui/src/theme/src/hooks/useTheme.d.ts +0 -9
- package/es/packages/ui/src/theme/src/index.d.ts +0 -1851
- package/es/packages/ui/src/theme/src/setting/theme.setting.d.ts +0 -2
- package/es/packages/ui/src/theme/src/stores/index.d.ts +0 -3
- package/es/packages/ui/src/theme/src/stores/routeReuse.store.d.ts +0 -23
- package/es/packages/ui/src/theme/src/stores/theme.store.d.ts +0 -18
- package/es/packages/ui/src/theme/src/types/index.d.ts +0 -3
- package/es/packages/ui/src/theme/src/types/menu.type.d.ts +0 -15
- package/es/packages/ui/src/theme/src/types/theme.type.d.ts +0 -62
- package/es/packages/ui/src/utils/withInstall.d.ts +0 -4
|
@@ -1,223 +0,0 @@
|
|
|
1
|
-
import { unref } from 'vue';
|
|
2
|
-
import { MenuType } from '../../../../src/enums';
|
|
3
|
-
declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
4
|
-
t: {
|
|
5
|
-
(key: string): string;
|
|
6
|
-
(key: string, locale: string): string;
|
|
7
|
-
(key: string, locale: string, list: unknown[]): string;
|
|
8
|
-
(key: string, locale: string, named: Record<string, unknown>): string;
|
|
9
|
-
(key: string, list: unknown[]): string;
|
|
10
|
-
(key: string, named: Record<string, unknown>): string;
|
|
11
|
-
};
|
|
12
|
-
visible: import("vue").Ref<boolean>;
|
|
13
|
-
getShowBread: import("vue").ComputedRef<boolean>;
|
|
14
|
-
getShowSearch: import("vue").ComputedRef<boolean>;
|
|
15
|
-
getShowUiSize: import("vue").ComputedRef<boolean>;
|
|
16
|
-
getShowNotice: import("vue").ComputedRef<boolean>;
|
|
17
|
-
getShowFullScreen: import("vue").ComputedRef<boolean>;
|
|
18
|
-
getShowLocale: import("vue").ComputedRef<boolean>;
|
|
19
|
-
getShowMultipleTab: import("vue").ComputedRef<boolean>;
|
|
20
|
-
getShowFooter: import("vue").ComputedRef<any>;
|
|
21
|
-
getContentMode: import("vue").ComputedRef<import('../../../../src/enums').ContentMode>;
|
|
22
|
-
getMenuType: import("vue").ComputedRef<MenuType>;
|
|
23
|
-
getMenuMode: import("vue").ComputedRef<import('../../../../src/enums').MenuMode>;
|
|
24
|
-
defaultConf: {
|
|
25
|
-
contentMode: import('../../../../src/enums').ContentMode;
|
|
26
|
-
menuOptions: {
|
|
27
|
-
mode: import('../../../../src/enums').MenuMode;
|
|
28
|
-
type: MenuType;
|
|
29
|
-
split: boolean;
|
|
30
|
-
};
|
|
31
|
-
headOptions: {
|
|
32
|
-
showBreadCrumb: boolean;
|
|
33
|
-
showSearch: boolean;
|
|
34
|
-
notice: boolean;
|
|
35
|
-
showFullScreen: boolean;
|
|
36
|
-
showLocaleSwitch: boolean;
|
|
37
|
-
};
|
|
38
|
-
mulTabsOptions: {
|
|
39
|
-
show: boolean;
|
|
40
|
-
};
|
|
41
|
-
footerOptions: {
|
|
42
|
-
show: any;
|
|
43
|
-
};
|
|
44
|
-
};
|
|
45
|
-
getConfig: () => {
|
|
46
|
-
contentMode: import('../../../../src/enums').ContentMode;
|
|
47
|
-
menuOptions: {
|
|
48
|
-
mode: import('../../../../src/enums').MenuMode;
|
|
49
|
-
type: MenuType;
|
|
50
|
-
split: boolean;
|
|
51
|
-
};
|
|
52
|
-
headOptions: {
|
|
53
|
-
showBreadCrumb: boolean;
|
|
54
|
-
showSearch: boolean;
|
|
55
|
-
notice: boolean;
|
|
56
|
-
showFullScreen: boolean;
|
|
57
|
-
showLocaleSwitch: boolean;
|
|
58
|
-
};
|
|
59
|
-
mulTabsOptions: {
|
|
60
|
-
show: boolean;
|
|
61
|
-
};
|
|
62
|
-
footerOptions: {
|
|
63
|
-
show: any;
|
|
64
|
-
};
|
|
65
|
-
};
|
|
66
|
-
copy: () => void;
|
|
67
|
-
reset: () => void;
|
|
68
|
-
readonly DtMenuType: import("vue").DefineComponent<{}, {
|
|
69
|
-
getMenuType: import("vue").ComputedRef<MenuType>;
|
|
70
|
-
getMenuMode: import("vue").ComputedRef<import('../../../../src/enums').MenuMode>;
|
|
71
|
-
menuTypeList: {
|
|
72
|
-
title: string;
|
|
73
|
-
headTheme: import('../../../../src/enums').Theme;
|
|
74
|
-
menuTheme: import('../../../../src/enums').Theme;
|
|
75
|
-
mode: import('../../../../src/enums').MenuMode;
|
|
76
|
-
type: MenuType;
|
|
77
|
-
split: boolean;
|
|
78
|
-
}[];
|
|
79
|
-
changeMenuType: (item: {
|
|
80
|
-
title: string;
|
|
81
|
-
headTheme: import('../../../../src/enums').Theme;
|
|
82
|
-
menuTheme: import('../../../../src/enums').Theme;
|
|
83
|
-
mode: import('../../../../src/enums').MenuMode;
|
|
84
|
-
type: MenuType;
|
|
85
|
-
split: boolean;
|
|
86
|
-
}) => void;
|
|
87
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
88
|
-
readonly DtFeature: import("vue").DefineComponent<{}, {
|
|
89
|
-
t: {
|
|
90
|
-
(key: string): string;
|
|
91
|
-
(key: string, locale: string): string;
|
|
92
|
-
(key: string, locale: string, list: unknown[]): string;
|
|
93
|
-
(key: string, locale: string, named: Record<string, unknown>): string;
|
|
94
|
-
(key: string, list: unknown[]): string;
|
|
95
|
-
(key: string, named: Record<string, unknown>): string;
|
|
96
|
-
};
|
|
97
|
-
getShowBread: import("vue").ComputedRef<boolean>;
|
|
98
|
-
getShowSearch: import("vue").ComputedRef<boolean>;
|
|
99
|
-
getShowUiSize: import("vue").ComputedRef<boolean>;
|
|
100
|
-
getShowNotice: import("vue").ComputedRef<boolean>;
|
|
101
|
-
getShowFullScreen: import("vue").ComputedRef<boolean>;
|
|
102
|
-
getShowLocale: import("vue").ComputedRef<boolean>;
|
|
103
|
-
getShowMultipleTab: import("vue").ComputedRef<boolean>;
|
|
104
|
-
getShowFooter: import("vue").ComputedRef<any>;
|
|
105
|
-
getContentMode: import("vue").ComputedRef<import('../../../../src/enums').ContentMode>;
|
|
106
|
-
switchItems: {
|
|
107
|
-
title: string;
|
|
108
|
-
event: import("../helper/change-theme").HandlerEnum;
|
|
109
|
-
def: import("vue").ComputedRef<any>;
|
|
110
|
-
}[];
|
|
111
|
-
selectItems: {
|
|
112
|
-
title: string;
|
|
113
|
-
event: import("../helper/change-theme").HandlerEnum;
|
|
114
|
-
def: import("vue").ComputedRef<import('../../../../src/enums').ContentMode>;
|
|
115
|
-
options: {
|
|
116
|
-
value: import('../../../../src/enums').ContentMode;
|
|
117
|
-
label: string;
|
|
118
|
-
}[];
|
|
119
|
-
}[];
|
|
120
|
-
unref: typeof unref;
|
|
121
|
-
DtTSelect: import("vue").DefineComponent<{
|
|
122
|
-
event: {
|
|
123
|
-
type: import("vue").PropType<import("../helper/change-theme").HandlerEnum>;
|
|
124
|
-
};
|
|
125
|
-
disabled: {
|
|
126
|
-
type: BooleanConstructor;
|
|
127
|
-
};
|
|
128
|
-
title: {
|
|
129
|
-
type: StringConstructor;
|
|
130
|
-
};
|
|
131
|
-
def: {
|
|
132
|
-
type: import("vue").PropType<string | number>;
|
|
133
|
-
};
|
|
134
|
-
initValue: {
|
|
135
|
-
type: import("vue").PropType<string | number>;
|
|
136
|
-
};
|
|
137
|
-
options: {
|
|
138
|
-
type: import("vue").PropType<import("ant-design-vue/es/select").DefaultOptionType[]>;
|
|
139
|
-
default: () => any[];
|
|
140
|
-
};
|
|
141
|
-
}, {
|
|
142
|
-
props: any;
|
|
143
|
-
getBindValue: import("vue").ComputedRef<{
|
|
144
|
-
value: string | number;
|
|
145
|
-
defaultValue: string | number;
|
|
146
|
-
} | {
|
|
147
|
-
value?: undefined;
|
|
148
|
-
defaultValue?: undefined;
|
|
149
|
-
}>;
|
|
150
|
-
handleChange: (val: any) => void;
|
|
151
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
152
|
-
event: {
|
|
153
|
-
type: import("vue").PropType<import("../helper/change-theme").HandlerEnum>;
|
|
154
|
-
};
|
|
155
|
-
disabled: {
|
|
156
|
-
type: BooleanConstructor;
|
|
157
|
-
};
|
|
158
|
-
title: {
|
|
159
|
-
type: StringConstructor;
|
|
160
|
-
};
|
|
161
|
-
def: {
|
|
162
|
-
type: import("vue").PropType<string | number>;
|
|
163
|
-
};
|
|
164
|
-
initValue: {
|
|
165
|
-
type: import("vue").PropType<string | number>;
|
|
166
|
-
};
|
|
167
|
-
options: {
|
|
168
|
-
type: import("vue").PropType<import("ant-design-vue/es/select").DefaultOptionType[]>;
|
|
169
|
-
default: () => any[];
|
|
170
|
-
};
|
|
171
|
-
}>>, {
|
|
172
|
-
disabled: boolean;
|
|
173
|
-
options: import("ant-design-vue/es/select").DefaultOptionType[];
|
|
174
|
-
}>;
|
|
175
|
-
DtTSwitch: import("vue").DefineComponent<{
|
|
176
|
-
event: {
|
|
177
|
-
type: import("vue").PropType<import("../helper/change-theme").HandlerEnum>;
|
|
178
|
-
};
|
|
179
|
-
disabled: {
|
|
180
|
-
type: BooleanConstructor;
|
|
181
|
-
};
|
|
182
|
-
title: {
|
|
183
|
-
type: StringConstructor;
|
|
184
|
-
};
|
|
185
|
-
def: {
|
|
186
|
-
type: BooleanConstructor;
|
|
187
|
-
};
|
|
188
|
-
}, {
|
|
189
|
-
t: {
|
|
190
|
-
(key: string): string;
|
|
191
|
-
(key: string, locale: string): string;
|
|
192
|
-
(key: string, locale: string, list: unknown[]): string;
|
|
193
|
-
(key: string, locale: string, named: Record<string, unknown>): string;
|
|
194
|
-
(key: string, list: unknown[]): string;
|
|
195
|
-
(key: string, named: Record<string, unknown>): string;
|
|
196
|
-
};
|
|
197
|
-
props: any;
|
|
198
|
-
getBindValue: import("vue").ComputedRef<{
|
|
199
|
-
checked: true;
|
|
200
|
-
} | {
|
|
201
|
-
checked?: undefined;
|
|
202
|
-
}>;
|
|
203
|
-
handleChange: (e: any) => void;
|
|
204
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
205
|
-
event: {
|
|
206
|
-
type: import("vue").PropType<import("../helper/change-theme").HandlerEnum>;
|
|
207
|
-
};
|
|
208
|
-
disabled: {
|
|
209
|
-
type: BooleanConstructor;
|
|
210
|
-
};
|
|
211
|
-
title: {
|
|
212
|
-
type: StringConstructor;
|
|
213
|
-
};
|
|
214
|
-
def: {
|
|
215
|
-
type: BooleanConstructor;
|
|
216
|
-
};
|
|
217
|
-
}>>, {
|
|
218
|
-
def: boolean;
|
|
219
|
-
disabled: boolean;
|
|
220
|
-
}>;
|
|
221
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
222
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
223
|
-
export default _sfc_main;
|
|
@@ -1,282 +0,0 @@
|
|
|
1
|
-
import { UiSize } from '../../../../src/enums';
|
|
2
|
-
declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
3
|
-
t: {
|
|
4
|
-
(key: string): string;
|
|
5
|
-
(key: string, locale: string): string;
|
|
6
|
-
(key: string, locale: string, list: unknown[]): string;
|
|
7
|
-
(key: string, locale: string, named: Record<string, unknown>): string;
|
|
8
|
-
(key: string, list: unknown[]): string;
|
|
9
|
-
(key: string, named: Record<string, unknown>): string;
|
|
10
|
-
};
|
|
11
|
-
setThemeConf: (options?: import("../../../types/theme.type").ThemeOptions) => void;
|
|
12
|
-
getUiSize: import("vue").ComputedRef<UiSize>;
|
|
13
|
-
sizeList: {
|
|
14
|
-
text: string;
|
|
15
|
-
event: UiSize;
|
|
16
|
-
}[];
|
|
17
|
-
visible: import("vue").Ref<boolean>;
|
|
18
|
-
toggleLang: (size: UiSize) => Promise<void>;
|
|
19
|
-
readonly Popover: {
|
|
20
|
-
new (...args: any[]): {
|
|
21
|
-
$: import("vue").ComponentInternalInstance;
|
|
22
|
-
$data: {};
|
|
23
|
-
$props: Partial<{
|
|
24
|
-
visible: boolean;
|
|
25
|
-
align: import("ant-design-vue/lib/vc-trigger/interface").AlignType;
|
|
26
|
-
builtinPlacements: import("ant-design-vue/lib/vc-trigger/interface").BuildInPlacements;
|
|
27
|
-
defaultVisible: boolean;
|
|
28
|
-
overlayStyle: import("vue").CSSProperties;
|
|
29
|
-
destroyTooltipOnHide: boolean;
|
|
30
|
-
autoAdjustOverflow: boolean | import("ant-design-vue/lib/tooltip").AdjustOverflow;
|
|
31
|
-
arrowPointAtCenter: boolean;
|
|
32
|
-
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
33
|
-
content: import("vue-types").VueTypeValidableDef<any>;
|
|
34
|
-
title: import("vue-types").VueTypeValidableDef<any>;
|
|
35
|
-
trigger: import("vue").PropType<import("ant-design-vue/lib/tooltip/abstractTooltipProps").TriggerType | import("ant-design-vue/lib/tooltip/abstractTooltipProps").TriggerType[]>;
|
|
36
|
-
visible: {
|
|
37
|
-
type: BooleanConstructor;
|
|
38
|
-
default: any;
|
|
39
|
-
};
|
|
40
|
-
defaultVisible: {
|
|
41
|
-
type: BooleanConstructor;
|
|
42
|
-
default: any;
|
|
43
|
-
};
|
|
44
|
-
placement: import("vue").PropType<import("ant-design-vue/lib/tooltip").TooltipPlacement>;
|
|
45
|
-
color: StringConstructor;
|
|
46
|
-
transitionName: StringConstructor;
|
|
47
|
-
overlayStyle: {
|
|
48
|
-
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
49
|
-
default: import("vue").CSSProperties;
|
|
50
|
-
};
|
|
51
|
-
overlayClassName: StringConstructor;
|
|
52
|
-
openClassName: StringConstructor;
|
|
53
|
-
prefixCls: StringConstructor;
|
|
54
|
-
mouseEnterDelay: NumberConstructor;
|
|
55
|
-
mouseLeaveDelay: NumberConstructor;
|
|
56
|
-
getPopupContainer: import("vue").PropType<(triggerNode: HTMLElement) => HTMLElement>;
|
|
57
|
-
arrowPointAtCenter: {
|
|
58
|
-
type: BooleanConstructor;
|
|
59
|
-
default: any;
|
|
60
|
-
};
|
|
61
|
-
autoAdjustOverflow: {
|
|
62
|
-
type: import("vue").PropType<boolean | import("ant-design-vue/lib/tooltip").AdjustOverflow>;
|
|
63
|
-
default: boolean | import("ant-design-vue/lib/tooltip").AdjustOverflow;
|
|
64
|
-
};
|
|
65
|
-
destroyTooltipOnHide: {
|
|
66
|
-
type: BooleanConstructor;
|
|
67
|
-
default: any;
|
|
68
|
-
};
|
|
69
|
-
align: {
|
|
70
|
-
type: import("vue").PropType<import("ant-design-vue/lib/vc-trigger/interface").AlignType>;
|
|
71
|
-
default: import("ant-design-vue/lib/vc-trigger/interface").AlignType;
|
|
72
|
-
};
|
|
73
|
-
builtinPlacements: {
|
|
74
|
-
type: import("vue").PropType<import("ant-design-vue/lib/vc-trigger/interface").BuildInPlacements>;
|
|
75
|
-
default: import("ant-design-vue/lib/vc-trigger/interface").BuildInPlacements;
|
|
76
|
-
};
|
|
77
|
-
children: ArrayConstructor;
|
|
78
|
-
onVisibleChange: import("vue").PropType<(vis: boolean) => void>;
|
|
79
|
-
'onUpdate:visible': import("vue").PropType<(vis: boolean) => void>;
|
|
80
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "visible" | "defaultVisible" | "overlayStyle" | "arrowPointAtCenter" | "autoAdjustOverflow" | "destroyTooltipOnHide" | "align" | "builtinPlacements">;
|
|
81
|
-
$attrs: {
|
|
82
|
-
[x: string]: unknown;
|
|
83
|
-
};
|
|
84
|
-
$refs: {
|
|
85
|
-
[x: string]: unknown;
|
|
86
|
-
};
|
|
87
|
-
$slots: Readonly<{
|
|
88
|
-
[name: string]: import("vue").Slot;
|
|
89
|
-
}>;
|
|
90
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
|
91
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
|
92
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
93
|
-
$el: any;
|
|
94
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
95
|
-
content: import("vue-types").VueTypeValidableDef<any>;
|
|
96
|
-
title: import("vue-types").VueTypeValidableDef<any>;
|
|
97
|
-
trigger: import("vue").PropType<import("ant-design-vue/lib/tooltip/abstractTooltipProps").TriggerType | import("ant-design-vue/lib/tooltip/abstractTooltipProps").TriggerType[]>;
|
|
98
|
-
visible: {
|
|
99
|
-
type: BooleanConstructor;
|
|
100
|
-
default: any;
|
|
101
|
-
};
|
|
102
|
-
defaultVisible: {
|
|
103
|
-
type: BooleanConstructor;
|
|
104
|
-
default: any;
|
|
105
|
-
};
|
|
106
|
-
placement: import("vue").PropType<import("ant-design-vue/lib/tooltip").TooltipPlacement>;
|
|
107
|
-
color: StringConstructor;
|
|
108
|
-
transitionName: StringConstructor;
|
|
109
|
-
overlayStyle: {
|
|
110
|
-
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
111
|
-
default: import("vue").CSSProperties;
|
|
112
|
-
};
|
|
113
|
-
overlayClassName: StringConstructor;
|
|
114
|
-
openClassName: StringConstructor;
|
|
115
|
-
prefixCls: StringConstructor;
|
|
116
|
-
mouseEnterDelay: NumberConstructor;
|
|
117
|
-
mouseLeaveDelay: NumberConstructor;
|
|
118
|
-
getPopupContainer: import("vue").PropType<(triggerNode: HTMLElement) => HTMLElement>;
|
|
119
|
-
arrowPointAtCenter: {
|
|
120
|
-
type: BooleanConstructor;
|
|
121
|
-
default: any;
|
|
122
|
-
};
|
|
123
|
-
autoAdjustOverflow: {
|
|
124
|
-
type: import("vue").PropType<boolean | import("ant-design-vue/lib/tooltip").AdjustOverflow>;
|
|
125
|
-
default: boolean | import("ant-design-vue/lib/tooltip").AdjustOverflow;
|
|
126
|
-
};
|
|
127
|
-
destroyTooltipOnHide: {
|
|
128
|
-
type: BooleanConstructor;
|
|
129
|
-
default: any;
|
|
130
|
-
};
|
|
131
|
-
align: {
|
|
132
|
-
type: import("vue").PropType<import("ant-design-vue/lib/vc-trigger/interface").AlignType>;
|
|
133
|
-
default: import("ant-design-vue/lib/vc-trigger/interface").AlignType;
|
|
134
|
-
};
|
|
135
|
-
builtinPlacements: {
|
|
136
|
-
type: import("vue").PropType<import("ant-design-vue/lib/vc-trigger/interface").BuildInPlacements>;
|
|
137
|
-
default: import("ant-design-vue/lib/vc-trigger/interface").BuildInPlacements;
|
|
138
|
-
};
|
|
139
|
-
children: ArrayConstructor;
|
|
140
|
-
onVisibleChange: import("vue").PropType<(vis: boolean) => void>;
|
|
141
|
-
'onUpdate:visible': import("vue").PropType<(vis: boolean) => void>;
|
|
142
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
143
|
-
visible: boolean;
|
|
144
|
-
align: import("ant-design-vue/lib/vc-trigger/interface").AlignType;
|
|
145
|
-
builtinPlacements: import("ant-design-vue/lib/vc-trigger/interface").BuildInPlacements;
|
|
146
|
-
defaultVisible: boolean;
|
|
147
|
-
overlayStyle: import("vue").CSSProperties;
|
|
148
|
-
destroyTooltipOnHide: boolean;
|
|
149
|
-
autoAdjustOverflow: boolean | import("ant-design-vue/lib/tooltip").AdjustOverflow;
|
|
150
|
-
arrowPointAtCenter: boolean;
|
|
151
|
-
}> & {
|
|
152
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
153
|
-
created?: (() => void) | (() => void)[];
|
|
154
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
155
|
-
mounted?: (() => void) | (() => void)[];
|
|
156
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
157
|
-
updated?: (() => void) | (() => void)[];
|
|
158
|
-
activated?: (() => void) | (() => void)[];
|
|
159
|
-
deactivated?: (() => void) | (() => void)[];
|
|
160
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
161
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
162
|
-
destroyed?: (() => void) | (() => void)[];
|
|
163
|
-
unmounted?: (() => void) | (() => void)[];
|
|
164
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
165
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
166
|
-
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)[];
|
|
167
|
-
};
|
|
168
|
-
$forceUpdate: () => void;
|
|
169
|
-
$nextTick: typeof import("vue").nextTick;
|
|
170
|
-
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
|
171
|
-
} & Readonly<import("vue").ExtractPropTypes<{
|
|
172
|
-
content: import("vue-types").VueTypeValidableDef<any>;
|
|
173
|
-
title: import("vue-types").VueTypeValidableDef<any>;
|
|
174
|
-
trigger: import("vue").PropType<import("ant-design-vue/lib/tooltip/abstractTooltipProps").TriggerType | import("ant-design-vue/lib/tooltip/abstractTooltipProps").TriggerType[]>;
|
|
175
|
-
visible: {
|
|
176
|
-
type: BooleanConstructor;
|
|
177
|
-
default: any;
|
|
178
|
-
};
|
|
179
|
-
defaultVisible: {
|
|
180
|
-
type: BooleanConstructor;
|
|
181
|
-
default: any;
|
|
182
|
-
};
|
|
183
|
-
placement: import("vue").PropType<import("ant-design-vue/lib/tooltip").TooltipPlacement>;
|
|
184
|
-
color: StringConstructor;
|
|
185
|
-
transitionName: StringConstructor;
|
|
186
|
-
overlayStyle: {
|
|
187
|
-
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
188
|
-
default: import("vue").CSSProperties;
|
|
189
|
-
};
|
|
190
|
-
overlayClassName: StringConstructor;
|
|
191
|
-
openClassName: StringConstructor;
|
|
192
|
-
prefixCls: StringConstructor;
|
|
193
|
-
mouseEnterDelay: NumberConstructor;
|
|
194
|
-
mouseLeaveDelay: NumberConstructor;
|
|
195
|
-
getPopupContainer: import("vue").PropType<(triggerNode: HTMLElement) => HTMLElement>;
|
|
196
|
-
arrowPointAtCenter: {
|
|
197
|
-
type: BooleanConstructor;
|
|
198
|
-
default: any;
|
|
199
|
-
};
|
|
200
|
-
autoAdjustOverflow: {
|
|
201
|
-
type: import("vue").PropType<boolean | import("ant-design-vue/lib/tooltip").AdjustOverflow>;
|
|
202
|
-
default: boolean | import("ant-design-vue/lib/tooltip").AdjustOverflow;
|
|
203
|
-
};
|
|
204
|
-
destroyTooltipOnHide: {
|
|
205
|
-
type: BooleanConstructor;
|
|
206
|
-
default: any;
|
|
207
|
-
};
|
|
208
|
-
align: {
|
|
209
|
-
type: import("vue").PropType<import("ant-design-vue/lib/vc-trigger/interface").AlignType>;
|
|
210
|
-
default: import("ant-design-vue/lib/vc-trigger/interface").AlignType;
|
|
211
|
-
};
|
|
212
|
-
builtinPlacements: {
|
|
213
|
-
type: import("vue").PropType<import("ant-design-vue/lib/vc-trigger/interface").BuildInPlacements>;
|
|
214
|
-
default: import("ant-design-vue/lib/vc-trigger/interface").BuildInPlacements;
|
|
215
|
-
};
|
|
216
|
-
children: ArrayConstructor;
|
|
217
|
-
onVisibleChange: import("vue").PropType<(vis: boolean) => void>;
|
|
218
|
-
'onUpdate:visible': import("vue").PropType<(vis: boolean) => void>;
|
|
219
|
-
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & import("vue").ComponentCustomProperties;
|
|
220
|
-
__isFragment?: never;
|
|
221
|
-
__isTeleport?: never;
|
|
222
|
-
__isSuspense?: never;
|
|
223
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
224
|
-
content: import("vue-types").VueTypeValidableDef<any>;
|
|
225
|
-
title: import("vue-types").VueTypeValidableDef<any>;
|
|
226
|
-
trigger: import("vue").PropType<import("ant-design-vue/lib/tooltip/abstractTooltipProps").TriggerType | import("ant-design-vue/lib/tooltip/abstractTooltipProps").TriggerType[]>;
|
|
227
|
-
visible: {
|
|
228
|
-
type: BooleanConstructor;
|
|
229
|
-
default: any;
|
|
230
|
-
};
|
|
231
|
-
defaultVisible: {
|
|
232
|
-
type: BooleanConstructor;
|
|
233
|
-
default: any;
|
|
234
|
-
};
|
|
235
|
-
placement: import("vue").PropType<import("ant-design-vue/lib/tooltip").TooltipPlacement>;
|
|
236
|
-
color: StringConstructor;
|
|
237
|
-
transitionName: StringConstructor;
|
|
238
|
-
overlayStyle: {
|
|
239
|
-
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
240
|
-
default: import("vue").CSSProperties;
|
|
241
|
-
};
|
|
242
|
-
overlayClassName: StringConstructor;
|
|
243
|
-
openClassName: StringConstructor;
|
|
244
|
-
prefixCls: StringConstructor;
|
|
245
|
-
mouseEnterDelay: NumberConstructor;
|
|
246
|
-
mouseLeaveDelay: NumberConstructor;
|
|
247
|
-
getPopupContainer: import("vue").PropType<(triggerNode: HTMLElement) => HTMLElement>;
|
|
248
|
-
arrowPointAtCenter: {
|
|
249
|
-
type: BooleanConstructor;
|
|
250
|
-
default: any;
|
|
251
|
-
};
|
|
252
|
-
autoAdjustOverflow: {
|
|
253
|
-
type: import("vue").PropType<boolean | import("ant-design-vue/lib/tooltip").AdjustOverflow>;
|
|
254
|
-
default: boolean | import("ant-design-vue/lib/tooltip").AdjustOverflow;
|
|
255
|
-
};
|
|
256
|
-
destroyTooltipOnHide: {
|
|
257
|
-
type: BooleanConstructor;
|
|
258
|
-
default: any;
|
|
259
|
-
};
|
|
260
|
-
align: {
|
|
261
|
-
type: import("vue").PropType<import("ant-design-vue/lib/vc-trigger/interface").AlignType>;
|
|
262
|
-
default: import("ant-design-vue/lib/vc-trigger/interface").AlignType;
|
|
263
|
-
};
|
|
264
|
-
builtinPlacements: {
|
|
265
|
-
type: import("vue").PropType<import("ant-design-vue/lib/vc-trigger/interface").BuildInPlacements>;
|
|
266
|
-
default: import("ant-design-vue/lib/vc-trigger/interface").BuildInPlacements;
|
|
267
|
-
};
|
|
268
|
-
children: ArrayConstructor;
|
|
269
|
-
onVisibleChange: import("vue").PropType<(vis: boolean) => void>;
|
|
270
|
-
'onUpdate:visible': import("vue").PropType<(vis: boolean) => void>;
|
|
271
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
272
|
-
visible: boolean;
|
|
273
|
-
align: import("ant-design-vue/lib/vc-trigger/interface").AlignType;
|
|
274
|
-
builtinPlacements: import("ant-design-vue/lib/vc-trigger/interface").BuildInPlacements;
|
|
275
|
-
defaultVisible: boolean;
|
|
276
|
-
overlayStyle: import("vue").CSSProperties;
|
|
277
|
-
destroyTooltipOnHide: boolean;
|
|
278
|
-
autoAdjustOverflow: boolean | import("ant-design-vue/lib/tooltip").AdjustOverflow;
|
|
279
|
-
arrowPointAtCenter: boolean;
|
|
280
|
-
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin;
|
|
281
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
282
|
-
export default _sfc_main;
|
|
@@ -1,138 +0,0 @@
|
|
|
1
|
-
import { unref } from 'vue';
|
|
2
|
-
import { ContentMode } from '../../../../../src/enums';
|
|
3
|
-
import { HandlerEnum } from '../../helper/change-theme';
|
|
4
|
-
declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
5
|
-
t: {
|
|
6
|
-
(key: string): string;
|
|
7
|
-
(key: string, locale: string): string;
|
|
8
|
-
(key: string, locale: string, list: unknown[]): string;
|
|
9
|
-
(key: string, locale: string, named: Record<string, unknown>): string;
|
|
10
|
-
(key: string, list: unknown[]): string;
|
|
11
|
-
(key: string, named: Record<string, unknown>): string;
|
|
12
|
-
};
|
|
13
|
-
getShowBread: import("vue").ComputedRef<boolean>;
|
|
14
|
-
getShowSearch: import("vue").ComputedRef<boolean>;
|
|
15
|
-
getShowUiSize: import("vue").ComputedRef<boolean>;
|
|
16
|
-
getShowNotice: import("vue").ComputedRef<boolean>;
|
|
17
|
-
getShowFullScreen: import("vue").ComputedRef<boolean>;
|
|
18
|
-
getShowLocale: import("vue").ComputedRef<boolean>;
|
|
19
|
-
getShowMultipleTab: import("vue").ComputedRef<boolean>;
|
|
20
|
-
getShowFooter: import("vue").ComputedRef<any>;
|
|
21
|
-
getContentMode: import("vue").ComputedRef<ContentMode>;
|
|
22
|
-
switchItems: {
|
|
23
|
-
title: string;
|
|
24
|
-
event: HandlerEnum;
|
|
25
|
-
def: import("vue").ComputedRef<any>;
|
|
26
|
-
}[];
|
|
27
|
-
selectItems: {
|
|
28
|
-
title: string;
|
|
29
|
-
event: HandlerEnum;
|
|
30
|
-
def: import("vue").ComputedRef<ContentMode>;
|
|
31
|
-
options: {
|
|
32
|
-
value: ContentMode;
|
|
33
|
-
label: string;
|
|
34
|
-
}[];
|
|
35
|
-
}[];
|
|
36
|
-
unref: typeof unref;
|
|
37
|
-
DtTSelect: import("vue").DefineComponent<{
|
|
38
|
-
event: {
|
|
39
|
-
type: import("vue").PropType<HandlerEnum>;
|
|
40
|
-
};
|
|
41
|
-
disabled: {
|
|
42
|
-
type: BooleanConstructor;
|
|
43
|
-
};
|
|
44
|
-
title: {
|
|
45
|
-
type: StringConstructor;
|
|
46
|
-
};
|
|
47
|
-
def: {
|
|
48
|
-
type: import("vue").PropType<string | number>;
|
|
49
|
-
};
|
|
50
|
-
initValue: {
|
|
51
|
-
type: import("vue").PropType<string | number>;
|
|
52
|
-
};
|
|
53
|
-
options: {
|
|
54
|
-
type: import("vue").PropType<import("ant-design-vue/es/select").DefaultOptionType[]>;
|
|
55
|
-
default: () => any[];
|
|
56
|
-
};
|
|
57
|
-
}, {
|
|
58
|
-
props: any;
|
|
59
|
-
getBindValue: import("vue").ComputedRef<{
|
|
60
|
-
value: string | number;
|
|
61
|
-
defaultValue: string | number;
|
|
62
|
-
} | {
|
|
63
|
-
value?: undefined;
|
|
64
|
-
defaultValue?: undefined;
|
|
65
|
-
}>;
|
|
66
|
-
handleChange: (val: any) => void;
|
|
67
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
68
|
-
event: {
|
|
69
|
-
type: import("vue").PropType<HandlerEnum>;
|
|
70
|
-
};
|
|
71
|
-
disabled: {
|
|
72
|
-
type: BooleanConstructor;
|
|
73
|
-
};
|
|
74
|
-
title: {
|
|
75
|
-
type: StringConstructor;
|
|
76
|
-
};
|
|
77
|
-
def: {
|
|
78
|
-
type: import("vue").PropType<string | number>;
|
|
79
|
-
};
|
|
80
|
-
initValue: {
|
|
81
|
-
type: import("vue").PropType<string | number>;
|
|
82
|
-
};
|
|
83
|
-
options: {
|
|
84
|
-
type: import("vue").PropType<import("ant-design-vue/es/select").DefaultOptionType[]>;
|
|
85
|
-
default: () => any[];
|
|
86
|
-
};
|
|
87
|
-
}>>, {
|
|
88
|
-
disabled: boolean;
|
|
89
|
-
options: import("ant-design-vue/es/select").DefaultOptionType[];
|
|
90
|
-
}>;
|
|
91
|
-
DtTSwitch: import("vue").DefineComponent<{
|
|
92
|
-
event: {
|
|
93
|
-
type: import("vue").PropType<HandlerEnum>;
|
|
94
|
-
};
|
|
95
|
-
disabled: {
|
|
96
|
-
type: BooleanConstructor;
|
|
97
|
-
};
|
|
98
|
-
title: {
|
|
99
|
-
type: StringConstructor;
|
|
100
|
-
};
|
|
101
|
-
def: {
|
|
102
|
-
type: BooleanConstructor;
|
|
103
|
-
};
|
|
104
|
-
}, {
|
|
105
|
-
t: {
|
|
106
|
-
(key: string): string;
|
|
107
|
-
(key: string, locale: string): string;
|
|
108
|
-
(key: string, locale: string, list: unknown[]): string;
|
|
109
|
-
(key: string, locale: string, named: Record<string, unknown>): string;
|
|
110
|
-
(key: string, list: unknown[]): string;
|
|
111
|
-
(key: string, named: Record<string, unknown>): string;
|
|
112
|
-
};
|
|
113
|
-
props: any;
|
|
114
|
-
getBindValue: import("vue").ComputedRef<{
|
|
115
|
-
checked: true;
|
|
116
|
-
} | {
|
|
117
|
-
checked?: undefined;
|
|
118
|
-
}>;
|
|
119
|
-
handleChange: (e: any) => void;
|
|
120
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
121
|
-
event: {
|
|
122
|
-
type: import("vue").PropType<HandlerEnum>;
|
|
123
|
-
};
|
|
124
|
-
disabled: {
|
|
125
|
-
type: BooleanConstructor;
|
|
126
|
-
};
|
|
127
|
-
title: {
|
|
128
|
-
type: StringConstructor;
|
|
129
|
-
};
|
|
130
|
-
def: {
|
|
131
|
-
type: BooleanConstructor;
|
|
132
|
-
};
|
|
133
|
-
}>>, {
|
|
134
|
-
def: boolean;
|
|
135
|
-
disabled: boolean;
|
|
136
|
-
}>;
|
|
137
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
138
|
-
export default _sfc_main;
|
package/es/packages/ui/src/theme/src/components/header/components/theme-drawer/menu-type.d.ts
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { MenuMode, MenuType, Theme } from '../../../../../src/enums';
|
|
2
|
-
declare type Menu = {
|
|
3
|
-
title: string;
|
|
4
|
-
headTheme: Theme;
|
|
5
|
-
menuTheme: Theme;
|
|
6
|
-
mode: MenuMode;
|
|
7
|
-
type: MenuType;
|
|
8
|
-
split: boolean;
|
|
9
|
-
};
|
|
10
|
-
declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
11
|
-
getMenuType: import("vue").ComputedRef<MenuType>;
|
|
12
|
-
getMenuMode: import("vue").ComputedRef<MenuMode>;
|
|
13
|
-
menuTypeList: Menu[];
|
|
14
|
-
changeMenuType: (item: Menu) => void;
|
|
15
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
16
|
-
export default _sfc_main;
|