@expcat/tigercat-vue 1.2.14 → 1.2.19
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/dist/{chunk-LDDGBB3V.mjs → chunk-54G23KA7.mjs} +79 -18
- package/dist/{chunk-2GQE47OY.mjs → chunk-DSHV7EAX.mjs} +45 -4
- package/dist/{chunk-FXS5GHQZ.js → chunk-IQZX54SQ.js} +45 -4
- package/dist/{chunk-V32X2OEO.js → chunk-JZJEZKGN.js} +1 -1
- package/dist/{chunk-TGIXSJI3.mjs → chunk-LS4VI4RG.mjs} +1 -1
- package/dist/{chunk-4OOR4524.js → chunk-O5DBHXGJ.js} +86 -25
- package/dist/components/ActivityFeed.d.mts +2 -2
- package/dist/components/ActivityFeed.d.ts +2 -2
- package/dist/components/Affix.d.mts +4 -4
- package/dist/components/Affix.d.ts +4 -4
- package/dist/components/Alert.d.mts +2 -2
- package/dist/components/Alert.d.ts +2 -2
- package/dist/components/Anchor.d.mts +3 -3
- package/dist/components/Anchor.d.ts +3 -3
- package/dist/components/AutoComplete.d.mts +2 -2
- package/dist/components/AutoComplete.d.ts +2 -2
- package/dist/components/Avatar.d.mts +1 -1
- package/dist/components/Avatar.d.ts +1 -1
- package/dist/components/AvatarGroup.d.mts +1 -1
- package/dist/components/AvatarGroup.d.ts +1 -1
- package/dist/components/BackTop.d.mts +1 -1
- package/dist/components/BackTop.d.ts +1 -1
- package/dist/components/Badge.d.mts +1 -1
- package/dist/components/Badge.d.ts +1 -1
- package/dist/components/Breadcrumb.d.mts +1 -1
- package/dist/components/Breadcrumb.d.ts +1 -1
- package/dist/components/Button.d.mts +2 -2
- package/dist/components/Button.d.ts +2 -2
- package/dist/components/ButtonGroup.d.mts +1 -1
- package/dist/components/ButtonGroup.d.ts +1 -1
- package/dist/components/Card.d.mts +2 -2
- package/dist/components/Card.d.ts +2 -2
- package/dist/components/ChatWindow.d.mts +1 -1
- package/dist/components/ChatWindow.d.ts +1 -1
- package/dist/components/CodeEditor.d.mts +2 -2
- package/dist/components/CodeEditor.d.ts +2 -2
- package/dist/components/CollapsePanel.d.mts +1 -1
- package/dist/components/CollapsePanel.d.ts +1 -1
- package/dist/components/CommentThread.d.mts +1 -1
- package/dist/components/CommentThread.d.ts +1 -1
- package/dist/components/Countdown.d.mts +1 -1
- package/dist/components/Countdown.d.ts +1 -1
- package/dist/components/DataTableWithToolbar.d.mts +3 -3
- package/dist/components/DataTableWithToolbar.d.ts +3 -3
- package/dist/components/DatePicker.d.mts +2 -2
- package/dist/components/DatePicker.d.ts +2 -2
- package/dist/components/Descriptions.d.mts +1 -1
- package/dist/components/Descriptions.d.ts +1 -1
- package/dist/components/Drawer.d.mts +75 -6
- package/dist/components/Drawer.d.ts +75 -6
- package/dist/components/Drawer.js +2 -2
- package/dist/components/Drawer.mjs +1 -1
- package/dist/components/FileManager.d.mts +1 -1
- package/dist/components/FileManager.d.ts +1 -1
- package/dist/components/FloatButton.d.mts +1 -1
- package/dist/components/FloatButton.d.ts +1 -1
- package/dist/components/FormWizard.d.mts +2 -2
- package/dist/components/FormWizard.d.ts +2 -2
- package/dist/components/FunnelChart.d.mts +1 -1
- package/dist/components/FunnelChart.d.ts +1 -1
- package/dist/components/GaugeChart.d.mts +2 -2
- package/dist/components/GaugeChart.d.ts +2 -2
- package/dist/components/HeatmapChart.d.mts +1 -1
- package/dist/components/HeatmapChart.d.ts +1 -1
- package/dist/components/ImageAnnotation.d.mts +2 -2
- package/dist/components/ImageAnnotation.d.ts +2 -2
- package/dist/components/ImagePreview.d.mts +1 -1
- package/dist/components/ImagePreview.d.ts +1 -1
- package/dist/components/InfiniteScroll.d.mts +1 -1
- package/dist/components/InfiniteScroll.d.ts +1 -1
- package/dist/components/Input.d.mts +1 -1
- package/dist/components/Input.d.ts +1 -1
- package/dist/components/InputGroup.d.mts +1 -1
- package/dist/components/InputGroup.d.ts +1 -1
- package/dist/components/InputNumber.d.mts +2 -2
- package/dist/components/InputNumber.d.ts +2 -2
- package/dist/components/Kanban.d.mts +1 -1
- package/dist/components/Kanban.d.ts +1 -1
- package/dist/components/List.d.mts +2 -2
- package/dist/components/List.d.ts +2 -2
- package/dist/components/Loading.d.mts +1 -1
- package/dist/components/Loading.d.ts +1 -1
- package/dist/components/MarkdownEditor.d.mts +3 -3
- package/dist/components/MarkdownEditor.d.ts +3 -3
- package/dist/components/Mentions.d.mts +2 -2
- package/dist/components/Mentions.d.ts +2 -2
- package/dist/components/Menu.d.mts +14 -3
- package/dist/components/Menu.d.ts +14 -3
- package/dist/components/Menu.js +3 -2
- package/dist/components/Menu.mjs +2 -1
- package/dist/components/MenuItem.js +4 -3
- package/dist/components/MenuItem.mjs +2 -1
- package/dist/components/MenuItemGroup.js +4 -3
- package/dist/components/MenuItemGroup.mjs +2 -1
- package/dist/components/Message.js +2 -2
- package/dist/components/Message.mjs +1 -1
- package/dist/components/Modal.d.mts +6 -6
- package/dist/components/Modal.d.ts +6 -6
- package/dist/components/NotificationCenter.d.mts +2 -2
- package/dist/components/NotificationCenter.d.ts +2 -2
- package/dist/components/NumberKeyboard.d.mts +1 -1
- package/dist/components/NumberKeyboard.d.ts +1 -1
- package/dist/components/OrgChart.d.mts +1 -1
- package/dist/components/OrgChart.d.ts +1 -1
- package/dist/components/Pagination.d.mts +2 -2
- package/dist/components/Pagination.d.ts +2 -2
- package/dist/components/Popconfirm.d.mts +3 -3
- package/dist/components/Popconfirm.d.ts +3 -3
- package/dist/components/Popover.d.mts +3 -3
- package/dist/components/Popover.d.ts +3 -3
- package/dist/components/Progress.d.mts +5 -5
- package/dist/components/Progress.d.ts +5 -5
- package/dist/components/QRCode.d.mts +1 -1
- package/dist/components/QRCode.d.ts +1 -1
- package/dist/components/RichTextEditor.d.mts +2 -2
- package/dist/components/RichTextEditor.d.ts +2 -2
- package/dist/components/ScrollSpy.d.mts +2 -2
- package/dist/components/ScrollSpy.d.ts +2 -2
- package/dist/components/Segmented.d.mts +2 -2
- package/dist/components/Segmented.d.ts +2 -2
- package/dist/components/Select.d.mts +1 -1
- package/dist/components/Select.d.ts +1 -1
- package/dist/components/Signature.d.mts +2 -2
- package/dist/components/Signature.d.ts +2 -2
- package/dist/components/Skeleton.d.mts +1 -1
- package/dist/components/Skeleton.d.ts +1 -1
- package/dist/components/Slider.d.mts +1 -1
- package/dist/components/Slider.d.ts +1 -1
- package/dist/components/Splitter.d.mts +1 -1
- package/dist/components/Splitter.d.ts +1 -1
- package/dist/components/Spotlight.d.mts +2 -2
- package/dist/components/Spotlight.d.ts +2 -2
- package/dist/components/Statistic.d.mts +1 -1
- package/dist/components/Statistic.d.ts +1 -1
- package/dist/components/Steps.d.mts +2 -2
- package/dist/components/Steps.d.ts +2 -2
- package/dist/components/SubMenu.js +4 -3
- package/dist/components/SubMenu.mjs +2 -1
- package/dist/components/Tabs.d.mts +1 -1
- package/dist/components/Tabs.d.ts +1 -1
- package/dist/components/Tag.d.mts +2 -2
- package/dist/components/Tag.d.ts +2 -2
- package/dist/components/TaskBoard.d.mts +1 -1
- package/dist/components/TaskBoard.d.ts +1 -1
- package/dist/components/Textarea.d.mts +1 -1
- package/dist/components/Textarea.d.ts +1 -1
- package/dist/components/TimePicker.d.mts +2 -2
- package/dist/components/TimePicker.d.ts +2 -2
- package/dist/components/Timeline.d.mts +2 -2
- package/dist/components/Timeline.d.ts +2 -2
- package/dist/components/Tour.d.mts +1 -1
- package/dist/components/Tour.d.ts +1 -1
- package/dist/components/Tree.d.mts +2 -2
- package/dist/components/Tree.d.ts +2 -2
- package/dist/components/Upload.d.mts +3 -3
- package/dist/components/Upload.d.ts +3 -3
- package/dist/components/VirtualTable.d.mts +2 -2
- package/dist/components/VirtualTable.d.ts +2 -2
- package/dist/components/Watermark.d.mts +5 -5
- package/dist/components/Watermark.d.ts +5 -5
- package/dist/index.js +4 -4
- package/dist/index.mjs +3 -3
- package/package.json +2 -2
|
@@ -107,10 +107,10 @@ declare const ActivityFeed: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
107
107
|
default: undefined;
|
|
108
108
|
};
|
|
109
109
|
}>> & Readonly<{}>, {
|
|
110
|
-
loadingText: string;
|
|
111
|
-
emptyText: string;
|
|
112
110
|
className: string;
|
|
113
111
|
style: Record<string, string | number>;
|
|
112
|
+
loadingText: string;
|
|
113
|
+
emptyText: string;
|
|
114
114
|
loading: boolean;
|
|
115
115
|
groupBy: (item: ActivityItem) => string;
|
|
116
116
|
items: ActivityItem[];
|
|
@@ -64,12 +64,12 @@ declare const Affix: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
64
64
|
}>> & Readonly<{
|
|
65
65
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
66
66
|
}>, {
|
|
67
|
-
className: string;
|
|
68
|
-
style: Record<string, string | number>;
|
|
69
|
-
target: string;
|
|
70
|
-
zIndex: number;
|
|
71
67
|
offsetTop: number;
|
|
72
68
|
offsetBottom: number;
|
|
69
|
+
target: string;
|
|
70
|
+
zIndex: number;
|
|
71
|
+
className: string;
|
|
72
|
+
style: Record<string, string | number>;
|
|
73
73
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
74
74
|
|
|
75
75
|
export { Affix, type VueAffixProps, Affix as default };
|
|
@@ -64,12 +64,12 @@ declare const Affix: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
64
64
|
}>> & Readonly<{
|
|
65
65
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
66
66
|
}>, {
|
|
67
|
-
className: string;
|
|
68
|
-
style: Record<string, string | number>;
|
|
69
|
-
target: string;
|
|
70
|
-
zIndex: number;
|
|
71
67
|
offsetTop: number;
|
|
72
68
|
offsetBottom: number;
|
|
69
|
+
target: string;
|
|
70
|
+
zIndex: number;
|
|
71
|
+
className: string;
|
|
72
|
+
style: Record<string, string | number>;
|
|
73
73
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
74
74
|
|
|
75
75
|
export { Affix, type VueAffixProps, Affix as default };
|
|
@@ -205,11 +205,11 @@ declare const Alert: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
205
205
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
206
206
|
}>, {
|
|
207
207
|
type: AlertType;
|
|
208
|
-
closeAriaLabel: string;
|
|
209
|
-
size: AlertSize;
|
|
210
208
|
className: string;
|
|
211
209
|
style: Record<string, string | number>;
|
|
212
210
|
title: string;
|
|
211
|
+
closeAriaLabel: string;
|
|
212
|
+
size: AlertSize;
|
|
213
213
|
closable: boolean;
|
|
214
214
|
showIcon: boolean;
|
|
215
215
|
description: string;
|
|
@@ -205,11 +205,11 @@ declare const Alert: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
205
205
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
206
206
|
}>, {
|
|
207
207
|
type: AlertType;
|
|
208
|
-
closeAriaLabel: string;
|
|
209
|
-
size: AlertSize;
|
|
210
208
|
className: string;
|
|
211
209
|
style: Record<string, string | number>;
|
|
212
210
|
title: string;
|
|
211
|
+
closeAriaLabel: string;
|
|
212
|
+
size: AlertSize;
|
|
213
213
|
closable: boolean;
|
|
214
214
|
showIcon: boolean;
|
|
215
215
|
description: string;
|
|
@@ -84,9 +84,9 @@ declare const AnchorLink: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
84
84
|
default: undefined;
|
|
85
85
|
};
|
|
86
86
|
}>> & Readonly<{}>, {
|
|
87
|
+
target: string;
|
|
87
88
|
className: string;
|
|
88
89
|
title: string;
|
|
89
|
-
target: string;
|
|
90
90
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
91
91
|
declare const Anchor: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
92
92
|
/**
|
|
@@ -236,10 +236,10 @@ declare const Anchor: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
236
236
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
237
237
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
238
238
|
}>, {
|
|
239
|
-
|
|
239
|
+
offsetTop: number;
|
|
240
240
|
className: string;
|
|
241
241
|
style: Record<string, unknown>;
|
|
242
|
-
|
|
242
|
+
direction: AnchorDirection;
|
|
243
243
|
targetOffset: number;
|
|
244
244
|
bounds: number;
|
|
245
245
|
getContainer: () => HTMLElement | Window;
|
|
@@ -84,9 +84,9 @@ declare const AnchorLink: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
84
84
|
default: undefined;
|
|
85
85
|
};
|
|
86
86
|
}>> & Readonly<{}>, {
|
|
87
|
+
target: string;
|
|
87
88
|
className: string;
|
|
88
89
|
title: string;
|
|
89
|
-
target: string;
|
|
90
90
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
91
91
|
declare const Anchor: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
92
92
|
/**
|
|
@@ -236,10 +236,10 @@ declare const Anchor: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
236
236
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
237
237
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
238
238
|
}>, {
|
|
239
|
-
|
|
239
|
+
offsetTop: number;
|
|
240
240
|
className: string;
|
|
241
241
|
style: Record<string, unknown>;
|
|
242
|
-
|
|
242
|
+
direction: AnchorDirection;
|
|
243
243
|
targetOffset: number;
|
|
244
244
|
bounds: number;
|
|
245
245
|
getContainer: () => HTMLElement | Window;
|
|
@@ -46,7 +46,7 @@ declare const AutoComplete: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
46
46
|
};
|
|
47
47
|
}>, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
48
48
|
[key: string]: any;
|
|
49
|
-
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("
|
|
49
|
+
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("change" | "search" | "select" | "update:modelValue")[], "change" | "search" | "select" | "update:modelValue", vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
50
50
|
modelValue: {
|
|
51
51
|
type: PropType<string | number>;
|
|
52
52
|
default: string;
|
|
@@ -88,8 +88,8 @@ declare const AutoComplete: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
88
88
|
default: boolean;
|
|
89
89
|
};
|
|
90
90
|
}>> & Readonly<{
|
|
91
|
-
onSelect?: ((...args: any[]) => any) | undefined;
|
|
92
91
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
92
|
+
onSelect?: ((...args: any[]) => any) | undefined;
|
|
93
93
|
onSearch?: ((...args: any[]) => any) | undefined;
|
|
94
94
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
95
95
|
}>, {
|
|
@@ -46,7 +46,7 @@ declare const AutoComplete: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
46
46
|
};
|
|
47
47
|
}>, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
48
48
|
[key: string]: any;
|
|
49
|
-
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("
|
|
49
|
+
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("change" | "search" | "select" | "update:modelValue")[], "change" | "search" | "select" | "update:modelValue", vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
50
50
|
modelValue: {
|
|
51
51
|
type: PropType<string | number>;
|
|
52
52
|
default: string;
|
|
@@ -88,8 +88,8 @@ declare const AutoComplete: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
88
88
|
default: boolean;
|
|
89
89
|
};
|
|
90
90
|
}>> & Readonly<{
|
|
91
|
-
onSelect?: ((...args: any[]) => any) | undefined;
|
|
92
91
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
92
|
+
onSelect?: ((...args: any[]) => any) | undefined;
|
|
93
93
|
onSearch?: ((...args: any[]) => any) | undefined;
|
|
94
94
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
95
95
|
}>, {
|
|
@@ -148,9 +148,9 @@ declare const Avatar: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
148
148
|
default: undefined;
|
|
149
149
|
};
|
|
150
150
|
}>> & Readonly<{}>, {
|
|
151
|
-
size: AvatarSize;
|
|
152
151
|
className: string;
|
|
153
152
|
style: Record<string, string | number>;
|
|
153
|
+
size: AvatarSize;
|
|
154
154
|
text: string;
|
|
155
155
|
src: string;
|
|
156
156
|
alt: string;
|
|
@@ -148,9 +148,9 @@ declare const Avatar: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
148
148
|
default: undefined;
|
|
149
149
|
};
|
|
150
150
|
}>> & Readonly<{}>, {
|
|
151
|
-
size: AvatarSize;
|
|
152
151
|
className: string;
|
|
153
152
|
style: Record<string, string | number>;
|
|
153
|
+
size: AvatarSize;
|
|
154
154
|
text: string;
|
|
155
155
|
src: string;
|
|
156
156
|
alt: string;
|
|
@@ -41,8 +41,8 @@ declare const AvatarGroup: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
41
41
|
default: undefined;
|
|
42
42
|
};
|
|
43
43
|
}>> & Readonly<{}>, {
|
|
44
|
-
size: AvatarSize;
|
|
45
44
|
className: string;
|
|
45
|
+
size: AvatarSize;
|
|
46
46
|
max: number;
|
|
47
47
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
48
48
|
|
|
@@ -41,8 +41,8 @@ declare const AvatarGroup: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
41
41
|
default: undefined;
|
|
42
42
|
};
|
|
43
43
|
}>> & Readonly<{}>, {
|
|
44
|
-
size: AvatarSize;
|
|
45
44
|
className: string;
|
|
45
|
+
size: AvatarSize;
|
|
46
46
|
max: number;
|
|
47
47
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
48
48
|
|
|
@@ -78,9 +78,9 @@ declare const BackTop: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
78
78
|
}>> & Readonly<{
|
|
79
79
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
80
80
|
}>, {
|
|
81
|
+
target: () => HTMLElement | Window | null;
|
|
81
82
|
className: string;
|
|
82
83
|
style: Record<string, unknown>;
|
|
83
|
-
target: () => HTMLElement | Window | null;
|
|
84
84
|
duration: number;
|
|
85
85
|
visibilityHeight: number;
|
|
86
86
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
@@ -78,9 +78,9 @@ declare const BackTop: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
78
78
|
}>> & Readonly<{
|
|
79
79
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
80
80
|
}>, {
|
|
81
|
+
target: () => HTMLElement | Window | null;
|
|
81
82
|
className: string;
|
|
82
83
|
style: Record<string, unknown>;
|
|
83
|
-
target: () => HTMLElement | Window | null;
|
|
84
84
|
duration: number;
|
|
85
85
|
visibilityHeight: number;
|
|
86
86
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
@@ -93,9 +93,9 @@ declare const Badge: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
93
93
|
};
|
|
94
94
|
}>> & Readonly<{}>, {
|
|
95
95
|
type: BadgeType;
|
|
96
|
-
size: BadgeSize;
|
|
97
96
|
className: string;
|
|
98
97
|
style: Record<string, string | number>;
|
|
98
|
+
size: BadgeSize;
|
|
99
99
|
variant: BadgeVariant;
|
|
100
100
|
max: number;
|
|
101
101
|
content: string | number;
|
|
@@ -93,9 +93,9 @@ declare const Badge: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
93
93
|
};
|
|
94
94
|
}>> & Readonly<{}>, {
|
|
95
95
|
type: BadgeType;
|
|
96
|
-
size: BadgeSize;
|
|
97
96
|
className: string;
|
|
98
97
|
style: Record<string, string | number>;
|
|
98
|
+
size: BadgeSize;
|
|
99
99
|
variant: BadgeVariant;
|
|
100
100
|
max: number;
|
|
101
101
|
content: string | number;
|
|
@@ -134,6 +134,7 @@ declare const BreadcrumbItem: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
134
134
|
}>> & Readonly<{
|
|
135
135
|
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
136
136
|
}>, {
|
|
137
|
+
target: "_blank" | "_self" | "_parent" | "_top";
|
|
137
138
|
className: string;
|
|
138
139
|
style: Record<string, unknown>;
|
|
139
140
|
icon: string | VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -141,7 +142,6 @@ declare const BreadcrumbItem: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
141
142
|
}>;
|
|
142
143
|
separator: string;
|
|
143
144
|
href: string;
|
|
144
|
-
target: "_blank" | "_self" | "_parent" | "_top";
|
|
145
145
|
current: boolean;
|
|
146
146
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
147
147
|
declare const Breadcrumb: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
@@ -134,6 +134,7 @@ declare const BreadcrumbItem: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
134
134
|
}>> & Readonly<{
|
|
135
135
|
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
136
136
|
}>, {
|
|
137
|
+
target: "_blank" | "_self" | "_parent" | "_top";
|
|
137
138
|
className: string;
|
|
138
139
|
style: Record<string, unknown>;
|
|
139
140
|
icon: string | VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -141,7 +142,6 @@ declare const BreadcrumbItem: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
141
142
|
}>;
|
|
142
143
|
separator: string;
|
|
143
144
|
href: string;
|
|
144
|
-
target: "_blank" | "_self" | "_parent" | "_top";
|
|
145
145
|
current: boolean;
|
|
146
146
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
147
147
|
declare const Breadcrumb: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
@@ -131,12 +131,12 @@ declare const Button: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
131
131
|
}>> & Readonly<{
|
|
132
132
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
133
133
|
}>, {
|
|
134
|
-
size: ButtonSize;
|
|
135
134
|
className: string;
|
|
136
135
|
style: Record<string, unknown>;
|
|
136
|
+
block: boolean;
|
|
137
|
+
size: ButtonSize;
|
|
137
138
|
disabled: boolean;
|
|
138
139
|
loading: boolean;
|
|
139
|
-
block: boolean;
|
|
140
140
|
danger: boolean;
|
|
141
141
|
variant: ButtonVariant;
|
|
142
142
|
iconPosition: ButtonIconPosition;
|
|
@@ -131,12 +131,12 @@ declare const Button: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
131
131
|
}>> & Readonly<{
|
|
132
132
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
133
133
|
}>, {
|
|
134
|
-
size: ButtonSize;
|
|
135
134
|
className: string;
|
|
136
135
|
style: Record<string, unknown>;
|
|
136
|
+
block: boolean;
|
|
137
|
+
size: ButtonSize;
|
|
137
138
|
disabled: boolean;
|
|
138
139
|
loading: boolean;
|
|
139
|
-
block: boolean;
|
|
140
140
|
danger: boolean;
|
|
141
141
|
variant: ButtonVariant;
|
|
142
142
|
iconPosition: ButtonIconPosition;
|
|
@@ -34,9 +34,9 @@ declare const ButtonGroup: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
34
34
|
default: undefined;
|
|
35
35
|
};
|
|
36
36
|
}>> & Readonly<{}>, {
|
|
37
|
+
className: string;
|
|
37
38
|
vertical: boolean;
|
|
38
39
|
size: ButtonSize;
|
|
39
|
-
className: string;
|
|
40
40
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
41
41
|
|
|
42
42
|
export { BUTTON_GROUP_INJECTION_KEY, ButtonGroup, type ButtonGroupContext, type VueButtonGroupProps, ButtonGroup as default };
|
|
@@ -34,9 +34,9 @@ declare const ButtonGroup: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
34
34
|
default: undefined;
|
|
35
35
|
};
|
|
36
36
|
}>> & Readonly<{}>, {
|
|
37
|
+
className: string;
|
|
37
38
|
vertical: boolean;
|
|
38
39
|
size: ButtonSize;
|
|
39
|
-
className: string;
|
|
40
40
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
41
41
|
|
|
42
42
|
export { BUTTON_GROUP_INJECTION_KEY, ButtonGroup, type ButtonGroupContext, type VueButtonGroupProps, ButtonGroup as default };
|
|
@@ -137,10 +137,10 @@ declare const Card: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
137
137
|
default: undefined;
|
|
138
138
|
};
|
|
139
139
|
}>> & Readonly<{}>, {
|
|
140
|
-
direction: CardDirection;
|
|
141
|
-
size: CardSize;
|
|
142
140
|
className: string;
|
|
143
141
|
style: Record<string, string | number>;
|
|
142
|
+
direction: CardDirection;
|
|
143
|
+
size: CardSize;
|
|
144
144
|
variant: CardVariant;
|
|
145
145
|
cover: string;
|
|
146
146
|
hoverable: boolean;
|
|
@@ -137,10 +137,10 @@ declare const Card: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
137
137
|
default: undefined;
|
|
138
138
|
};
|
|
139
139
|
}>> & Readonly<{}>, {
|
|
140
|
-
direction: CardDirection;
|
|
141
|
-
size: CardSize;
|
|
142
140
|
className: string;
|
|
143
141
|
style: Record<string, string | number>;
|
|
142
|
+
direction: CardDirection;
|
|
143
|
+
size: CardSize;
|
|
144
144
|
variant: CardVariant;
|
|
145
145
|
cover: string;
|
|
146
146
|
hoverable: boolean;
|
|
@@ -225,8 +225,8 @@ declare const ChatWindow: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
225
225
|
type: PropType<Record<string, string | number>>;
|
|
226
226
|
};
|
|
227
227
|
}>> & Readonly<{
|
|
228
|
-
onInput?: ((...args: any[]) => any) | undefined;
|
|
229
228
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
229
|
+
onInput?: ((...args: any[]) => any) | undefined;
|
|
230
230
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
231
231
|
onSend?: ((...args: any[]) => any) | undefined;
|
|
232
232
|
}>, {
|
|
@@ -225,8 +225,8 @@ declare const ChatWindow: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
225
225
|
type: PropType<Record<string, string | number>>;
|
|
226
226
|
};
|
|
227
227
|
}>> & Readonly<{
|
|
228
|
-
onInput?: ((...args: any[]) => any) | undefined;
|
|
229
228
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
229
|
+
onInput?: ((...args: any[]) => any) | undefined;
|
|
230
230
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
231
231
|
onSend?: ((...args: any[]) => any) | undefined;
|
|
232
232
|
}>, {
|
|
@@ -162,11 +162,11 @@ declare const CodeEditor: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
162
162
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
163
163
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
164
164
|
}>, {
|
|
165
|
-
theme: CodeEditorTheme;
|
|
166
165
|
className: string;
|
|
167
166
|
style: Record<string, string | number>;
|
|
168
|
-
disabled: boolean;
|
|
169
167
|
value: string;
|
|
168
|
+
theme: CodeEditorTheme;
|
|
169
|
+
disabled: boolean;
|
|
170
170
|
defaultValue: string;
|
|
171
171
|
placeholder: string;
|
|
172
172
|
language: CodeLanguage;
|
|
@@ -162,11 +162,11 @@ declare const CodeEditor: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
162
162
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
163
163
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
164
164
|
}>, {
|
|
165
|
-
theme: CodeEditorTheme;
|
|
166
165
|
className: string;
|
|
167
166
|
style: Record<string, string | number>;
|
|
168
|
-
disabled: boolean;
|
|
169
167
|
value: string;
|
|
168
|
+
theme: CodeEditorTheme;
|
|
169
|
+
disabled: boolean;
|
|
170
170
|
defaultValue: string;
|
|
171
171
|
placeholder: string;
|
|
172
172
|
language: CodeLanguage;
|
|
@@ -103,8 +103,8 @@ declare const CollapsePanel: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
103
103
|
};
|
|
104
104
|
}>> & Readonly<{}>, {
|
|
105
105
|
className: string;
|
|
106
|
-
header: string;
|
|
107
106
|
style: Record<string, string | number>;
|
|
107
|
+
header: string;
|
|
108
108
|
disabled: boolean;
|
|
109
109
|
showArrow: boolean;
|
|
110
110
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
@@ -103,8 +103,8 @@ declare const CollapsePanel: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
103
103
|
};
|
|
104
104
|
}>> & Readonly<{}>, {
|
|
105
105
|
className: string;
|
|
106
|
-
header: string;
|
|
107
106
|
style: Record<string, string | number>;
|
|
107
|
+
header: string;
|
|
108
108
|
disabled: boolean;
|
|
109
109
|
showArrow: boolean;
|
|
110
110
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
@@ -194,9 +194,9 @@ declare const CommentThread: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
194
194
|
onAction?: ((...args: any[]) => any) | undefined;
|
|
195
195
|
"onLoad-more"?: ((...args: any[]) => any) | undefined;
|
|
196
196
|
}>, {
|
|
197
|
-
emptyText: string;
|
|
198
197
|
className: string;
|
|
199
198
|
style: Record<string, string | number>;
|
|
199
|
+
emptyText: string;
|
|
200
200
|
items: CommentNode[];
|
|
201
201
|
defaultExpandedKeys: (string | number)[];
|
|
202
202
|
expandedKeys: (string | number)[];
|
|
@@ -194,9 +194,9 @@ declare const CommentThread: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
194
194
|
onAction?: ((...args: any[]) => any) | undefined;
|
|
195
195
|
"onLoad-more"?: ((...args: any[]) => any) | undefined;
|
|
196
196
|
}>, {
|
|
197
|
-
emptyText: string;
|
|
198
197
|
className: string;
|
|
199
198
|
style: Record<string, string | number>;
|
|
199
|
+
emptyText: string;
|
|
200
200
|
items: CommentNode[];
|
|
201
201
|
defaultExpandedKeys: (string | number)[];
|
|
202
202
|
expandedKeys: (string | number)[];
|
|
@@ -91,10 +91,10 @@ declare const Countdown: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
91
91
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
92
92
|
onFinish?: ((...args: any[]) => any) | undefined;
|
|
93
93
|
}>, {
|
|
94
|
-
size: CountdownSize;
|
|
95
94
|
className: string;
|
|
96
95
|
title: string;
|
|
97
96
|
value: CountdownValue;
|
|
97
|
+
size: CountdownSize;
|
|
98
98
|
ariaLabel: string;
|
|
99
99
|
prefix: string;
|
|
100
100
|
suffix: string;
|
|
@@ -91,10 +91,10 @@ declare const Countdown: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
91
91
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
92
92
|
onFinish?: ((...args: any[]) => any) | undefined;
|
|
93
93
|
}>, {
|
|
94
|
-
size: CountdownSize;
|
|
95
94
|
className: string;
|
|
96
95
|
title: string;
|
|
97
96
|
value: CountdownValue;
|
|
97
|
+
size: CountdownSize;
|
|
98
98
|
ariaLabel: string;
|
|
99
99
|
prefix: string;
|
|
100
100
|
suffix: string;
|
|
@@ -233,12 +233,12 @@ declare const DataTableWithToolbar: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
233
233
|
"onFilters-change"?: ((_filters: Record<string, TableToolbarFilterValue>) => any) | undefined;
|
|
234
234
|
"onBulk-action"?: ((_action: TableToolbarAction, _keys: (string | number)[]) => any) | undefined;
|
|
235
235
|
}>, {
|
|
236
|
-
|
|
236
|
+
className: string;
|
|
237
|
+
style: Record<string, string | number>;
|
|
237
238
|
sort: SortState;
|
|
239
|
+
pagination: false | PaginationConfig;
|
|
238
240
|
emptyText: string;
|
|
239
241
|
size: TableSize;
|
|
240
|
-
className: string;
|
|
241
|
-
style: Record<string, string | number>;
|
|
242
242
|
loading: boolean;
|
|
243
243
|
dataSource: Record<string, unknown>[];
|
|
244
244
|
toolbar: VueTableToolbarProps;
|
|
@@ -233,12 +233,12 @@ declare const DataTableWithToolbar: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
233
233
|
"onFilters-change"?: ((_filters: Record<string, TableToolbarFilterValue>) => any) | undefined;
|
|
234
234
|
"onBulk-action"?: ((_action: TableToolbarAction, _keys: (string | number)[]) => any) | undefined;
|
|
235
235
|
}>, {
|
|
236
|
-
|
|
236
|
+
className: string;
|
|
237
|
+
style: Record<string, string | number>;
|
|
237
238
|
sort: SortState;
|
|
239
|
+
pagination: false | PaginationConfig;
|
|
238
240
|
emptyText: string;
|
|
239
241
|
size: TableSize;
|
|
240
|
-
className: string;
|
|
241
|
-
style: Record<string, string | number>;
|
|
242
242
|
loading: boolean;
|
|
243
243
|
dataSource: Record<string, unknown>[];
|
|
244
244
|
toolbar: VueTableToolbarProps;
|
|
@@ -308,10 +308,10 @@ declare const DatePicker: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
308
308
|
onClear?: (() => any) | undefined;
|
|
309
309
|
"onUpdate:modelValue"?: ((value: unknown) => any) | undefined;
|
|
310
310
|
}>, {
|
|
311
|
-
labels: Partial<DatePickerLabels>;
|
|
312
|
-
size: DatePickerSize;
|
|
313
311
|
className: string;
|
|
314
312
|
style: Record<string, unknown>;
|
|
313
|
+
labels: Partial<DatePickerLabels>;
|
|
314
|
+
size: DatePickerSize;
|
|
315
315
|
disabled: boolean;
|
|
316
316
|
range: boolean;
|
|
317
317
|
modelValue: string | Date | [string | Date | null, string | Date | null] | null;
|
|
@@ -308,10 +308,10 @@ declare const DatePicker: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
308
308
|
onClear?: (() => any) | undefined;
|
|
309
309
|
"onUpdate:modelValue"?: ((value: unknown) => any) | undefined;
|
|
310
310
|
}>, {
|
|
311
|
-
labels: Partial<DatePickerLabels>;
|
|
312
|
-
size: DatePickerSize;
|
|
313
311
|
className: string;
|
|
314
312
|
style: Record<string, unknown>;
|
|
313
|
+
labels: Partial<DatePickerLabels>;
|
|
314
|
+
size: DatePickerSize;
|
|
315
315
|
disabled: boolean;
|
|
316
316
|
range: boolean;
|
|
317
317
|
modelValue: string | Date | [string | Date | null, string | Date | null] | null;
|
|
@@ -187,10 +187,10 @@ declare const Descriptions: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
187
187
|
default: undefined;
|
|
188
188
|
};
|
|
189
189
|
}>> & Readonly<{}>, {
|
|
190
|
-
size: DescriptionsSize;
|
|
191
190
|
className: string;
|
|
192
191
|
style: string | Record<string, string | number>;
|
|
193
192
|
title: string | number;
|
|
193
|
+
size: DescriptionsSize;
|
|
194
194
|
column: number | Partial<Record<ResponsiveBreakpoint, number>>;
|
|
195
195
|
layout: DescriptionsLayout;
|
|
196
196
|
bordered: boolean;
|
|
@@ -187,10 +187,10 @@ declare const Descriptions: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
187
187
|
default: undefined;
|
|
188
188
|
};
|
|
189
189
|
}>> & Readonly<{}>, {
|
|
190
|
-
size: DescriptionsSize;
|
|
191
190
|
className: string;
|
|
192
191
|
style: string | Record<string, string | number>;
|
|
193
192
|
title: string | number;
|
|
193
|
+
size: DescriptionsSize;
|
|
194
194
|
column: number | Partial<Record<ResponsiveBreakpoint, number>>;
|
|
195
195
|
layout: DescriptionsLayout;
|
|
196
196
|
bordered: boolean;
|