@expcat/tigercat-vue 2.0.4 → 2.1.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 +20 -10
- package/dist/chunk-26QCTL2E.mjs +180 -0
- package/dist/{chunk-GS4SV2HK.mjs → chunk-32X54QKW.mjs} +1 -1
- package/dist/chunk-3ONCXHE5.mjs +184 -0
- package/dist/{chunk-KOG3HKOF.mjs → chunk-6AMWX5K4.mjs} +1 -4
- package/dist/chunk-6GR3XC5V.mjs +281 -0
- package/dist/chunk-6GR5U4UB.mjs +225 -0
- package/dist/chunk-7DWWNFRP.mjs +302 -0
- package/dist/chunk-AECXFT7D.mjs +121 -0
- package/dist/chunk-AOLRZG4E.mjs +347 -0
- package/dist/chunk-AY7CGLMO.mjs +368 -0
- package/dist/chunk-BBNCP55O.mjs +156 -0
- package/dist/chunk-F3ZVVVYD.mjs +257 -0
- package/dist/{chunk-OTGGPXDT.mjs → chunk-IEAEB4TX.mjs} +255 -44
- package/dist/chunk-P6FMU4AT.mjs +54 -0
- package/dist/chunk-PFIV5MXD.mjs +48 -0
- package/dist/chunk-TBOXTAIA.mjs +94 -0
- package/dist/{chunk-H6FZBFRT.mjs → chunk-TPESRDUG.mjs} +6 -1
- package/dist/{chunk-2XCXK3NQ.mjs → chunk-U4B5QT72.mjs} +1 -1
- package/dist/chunk-UUWPSRNV.mjs +337 -0
- package/dist/chunk-UXJRH72H.mjs +834 -0
- package/dist/chunk-VFS5XAZ3.mjs +602 -0
- package/dist/{chunk-WC5MKASU.mjs → chunk-VN2TWPRC.mjs} +169 -55
- package/dist/components/ActivityFeed.d.mts +1 -1
- package/dist/components/ActivityFeed.mjs +1 -1
- package/dist/components/Alert.d.mts +2 -2
- package/dist/components/AreaChart.mjs +2 -2
- package/dist/components/AspectRatio.d.mts +44 -0
- package/dist/components/AspectRatio.mjs +8 -0
- package/dist/components/BarChart.mjs +2 -2
- package/dist/components/Carousel.d.mts +1 -1
- package/dist/components/Cascader.d.mts +34 -0
- package/dist/components/Cascader.mjs +1 -1
- package/dist/components/ChartLegend.d.mts +1 -1
- package/dist/components/ChatWindow.mjs +1 -1
- package/dist/components/CodeEditor.mjs +1 -1
- package/dist/components/ColorSwatch.d.mts +1 -1
- package/dist/components/ContextMenu.d.mts +234 -0
- package/dist/components/ContextMenu.mjs +17 -0
- package/dist/components/DataTableWithToolbar.d.mts +1 -1
- package/dist/components/DataTableWithToolbar.mjs +2 -2
- package/dist/components/DonutChart.mjs +3 -3
- package/dist/components/Dropdown.d.mts +1 -1
- package/dist/components/FloatButton.d.mts +2 -2
- package/dist/components/FunnelChart.d.mts +1 -1
- package/dist/components/FunnelChart.mjs +2 -2
- package/dist/components/Highlight.d.mts +146 -0
- package/dist/components/Highlight.mjs +8 -0
- package/dist/components/ImageCompare.d.mts +284 -0
- package/dist/components/ImageCompare.mjs +8 -0
- package/dist/components/Input.d.mts +1 -1
- package/dist/components/InputOTP.d.mts +261 -0
- package/dist/components/InputOTP.mjs +11 -0
- package/dist/components/Kbd.d.mts +118 -0
- package/dist/components/Kbd.mjs +8 -0
- package/dist/components/LineChart.mjs +2 -2
- package/dist/components/List.d.mts +1 -1
- package/dist/components/List.mjs +1 -1
- package/dist/components/LoadingBar.d.mts +8 -0
- package/dist/components/LoadingBar.mjs +114 -0
- package/dist/components/LoadingBarContainer.d.mts +78 -0
- package/dist/components/LoadingBarContainer.mjs +8 -0
- package/dist/components/LoadingBarRoot.d.mts +6 -0
- package/dist/components/LoadingBarRoot.mjs +6 -0
- package/dist/components/Marquee.d.mts +158 -0
- package/dist/components/Marquee.mjs +8 -0
- package/dist/components/MaskInput.d.mts +201 -0
- package/dist/components/MaskInput.mjs +11 -0
- package/dist/components/Masonry.d.mts +66 -0
- package/dist/components/Masonry.mjs +8 -0
- package/dist/components/Menu.d.mts +2 -2
- package/dist/components/Modal.d.mts +1 -1
- package/dist/components/NavigationMenu.d.mts +411 -0
- package/dist/components/NavigationMenu.mjs +25 -0
- package/dist/components/NotificationCenter.d.mts +1 -1
- package/dist/components/NotificationCenter.mjs +2 -2
- package/dist/components/PageHeader.d.mts +140 -0
- package/dist/components/PageHeader.mjs +11 -0
- package/dist/components/PieChart.mjs +2 -2
- package/dist/components/Popconfirm.d.mts +3 -3
- package/dist/components/Popover.d.mts +2 -2
- package/dist/components/RadarChart.mjs +2 -2
- package/dist/components/ScatterChart.mjs +2 -2
- package/dist/components/ScrollArea.d.mts +136 -0
- package/dist/components/ScrollArea.mjs +8 -0
- package/dist/components/SplitButton.d.mts +286 -0
- package/dist/components/SplitButton.mjs +12 -0
- package/dist/components/Spotlight.d.mts +1 -1
- package/dist/components/SunburstChart.mjs +2 -2
- package/dist/components/TagsInput.d.mts +214 -0
- package/dist/components/TagsInput.mjs +12 -0
- package/dist/components/Timeline.d.mts +1 -1
- package/dist/components/Tooltip.d.mts +2 -2
- package/dist/components/Tour.d.mts +3 -3
- package/dist/components/Tree.d.mts +1 -1
- package/dist/components/TreeMapChart.d.mts +1 -1
- package/dist/components/TreeMapChart.mjs +2 -2
- package/dist/components/TreeSelect.d.mts +51 -0
- package/dist/components/TreeSelect.mjs +2 -1
- package/dist/components/Upload.d.mts +1 -1
- package/dist/components/VirtualTable.d.mts +1 -1
- package/dist/components/Watermark.d.mts +1 -1
- package/dist/index.d.mts +17 -1
- package/dist/index.mjs +356 -0
- package/package.json +117 -2
- package/dist/{chunk-MAKOSWR6.mjs → chunk-37W7XTA6.mjs} +3 -3
- package/dist/{chunk-WUQMFKQ6.mjs → chunk-66OS5A4D.mjs} +3 -3
- package/dist/{chunk-NNC75I7F.mjs → chunk-CHEXI7MO.mjs} +3 -3
- package/dist/{chunk-KFJIZED5.mjs → chunk-EHGFW5GX.mjs} +3 -3
- package/dist/{chunk-ZGA66PSG.mjs → chunk-EZYOCPMM.mjs} +3 -3
- package/dist/{chunk-XGXZF27U.mjs → chunk-JHMT5Q6P.mjs} +3 -3
- package/dist/{chunk-NGAA73CV.mjs → chunk-VLW3UBIR.mjs} +3 -3
- package/dist/{chunk-OTHJIFDV.mjs → chunk-W5XFWVNV.mjs} +3 -3
- package/dist/{chunk-3KITFMBJ.mjs → chunk-ZOYHZF4N.mjs} +3 -3
|
@@ -0,0 +1,234 @@
|
|
|
1
|
+
import * as vue from 'vue';
|
|
2
|
+
import { PropType, VNode, ComputedRef } from 'vue';
|
|
3
|
+
import { FloatingPlacement, ContextMenuItemProps, ContextMenuMenuProps, ContextMenuProps, ContextMenuSubProps } from '@expcat/tigercat-core';
|
|
4
|
+
|
|
5
|
+
interface VueContextMenuMenuProps extends ContextMenuMenuProps {
|
|
6
|
+
}
|
|
7
|
+
declare const ContextMenuMenu: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
8
|
+
className: {
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
default: undefined;
|
|
11
|
+
};
|
|
12
|
+
style: {
|
|
13
|
+
type: PropType<Record<string, unknown>>;
|
|
14
|
+
default: undefined;
|
|
15
|
+
};
|
|
16
|
+
}>, () => VNode<vue.RendererNode, vue.RendererElement, {
|
|
17
|
+
[key: string]: any;
|
|
18
|
+
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
19
|
+
className: {
|
|
20
|
+
type: StringConstructor;
|
|
21
|
+
default: undefined;
|
|
22
|
+
};
|
|
23
|
+
style: {
|
|
24
|
+
type: PropType<Record<string, unknown>>;
|
|
25
|
+
default: undefined;
|
|
26
|
+
};
|
|
27
|
+
}>> & Readonly<{}>, {
|
|
28
|
+
className: string;
|
|
29
|
+
style: Record<string, unknown>;
|
|
30
|
+
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
31
|
+
declare const ContextMenuContextKey: unique symbol;
|
|
32
|
+
interface ContextMenuContext {
|
|
33
|
+
closeOnClick: boolean;
|
|
34
|
+
handleItemClick: () => void;
|
|
35
|
+
portal: ComputedRef<boolean>;
|
|
36
|
+
visible: ComputedRef<boolean>;
|
|
37
|
+
}
|
|
38
|
+
type VueContextMenuItemProps = ContextMenuItemProps;
|
|
39
|
+
declare const ContextMenuItem: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
40
|
+
disabled: {
|
|
41
|
+
type: BooleanConstructor;
|
|
42
|
+
default: boolean;
|
|
43
|
+
};
|
|
44
|
+
divided: {
|
|
45
|
+
type: BooleanConstructor;
|
|
46
|
+
default: boolean;
|
|
47
|
+
};
|
|
48
|
+
className: {
|
|
49
|
+
type: StringConstructor;
|
|
50
|
+
default: undefined;
|
|
51
|
+
};
|
|
52
|
+
style: {
|
|
53
|
+
type: PropType<Record<string, unknown>>;
|
|
54
|
+
default: undefined;
|
|
55
|
+
};
|
|
56
|
+
}>, () => VNode<vue.RendererNode, vue.RendererElement, {
|
|
57
|
+
[key: string]: any;
|
|
58
|
+
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, "click"[], "click", vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
59
|
+
disabled: {
|
|
60
|
+
type: BooleanConstructor;
|
|
61
|
+
default: boolean;
|
|
62
|
+
};
|
|
63
|
+
divided: {
|
|
64
|
+
type: BooleanConstructor;
|
|
65
|
+
default: boolean;
|
|
66
|
+
};
|
|
67
|
+
className: {
|
|
68
|
+
type: StringConstructor;
|
|
69
|
+
default: undefined;
|
|
70
|
+
};
|
|
71
|
+
style: {
|
|
72
|
+
type: PropType<Record<string, unknown>>;
|
|
73
|
+
default: undefined;
|
|
74
|
+
};
|
|
75
|
+
}>> & Readonly<{
|
|
76
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
77
|
+
}>, {
|
|
78
|
+
className: string;
|
|
79
|
+
style: Record<string, unknown>;
|
|
80
|
+
disabled: boolean;
|
|
81
|
+
divided: boolean;
|
|
82
|
+
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
83
|
+
interface VueContextMenuSubProps extends ContextMenuSubProps {
|
|
84
|
+
}
|
|
85
|
+
declare const ContextMenuSub: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
86
|
+
itemKey: {
|
|
87
|
+
type: PropType<string | number>;
|
|
88
|
+
default: undefined;
|
|
89
|
+
};
|
|
90
|
+
title: {
|
|
91
|
+
type: StringConstructor;
|
|
92
|
+
default: string;
|
|
93
|
+
};
|
|
94
|
+
disabled: {
|
|
95
|
+
type: BooleanConstructor;
|
|
96
|
+
default: boolean;
|
|
97
|
+
};
|
|
98
|
+
className: {
|
|
99
|
+
type: StringConstructor;
|
|
100
|
+
default: undefined;
|
|
101
|
+
};
|
|
102
|
+
style: {
|
|
103
|
+
type: PropType<Record<string, unknown>>;
|
|
104
|
+
default: undefined;
|
|
105
|
+
};
|
|
106
|
+
}>, () => VNode<vue.RendererNode, vue.RendererElement, {
|
|
107
|
+
[key: string]: any;
|
|
108
|
+
}> | null, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
109
|
+
itemKey: {
|
|
110
|
+
type: PropType<string | number>;
|
|
111
|
+
default: undefined;
|
|
112
|
+
};
|
|
113
|
+
title: {
|
|
114
|
+
type: StringConstructor;
|
|
115
|
+
default: string;
|
|
116
|
+
};
|
|
117
|
+
disabled: {
|
|
118
|
+
type: BooleanConstructor;
|
|
119
|
+
default: boolean;
|
|
120
|
+
};
|
|
121
|
+
className: {
|
|
122
|
+
type: StringConstructor;
|
|
123
|
+
default: undefined;
|
|
124
|
+
};
|
|
125
|
+
style: {
|
|
126
|
+
type: PropType<Record<string, unknown>>;
|
|
127
|
+
default: undefined;
|
|
128
|
+
};
|
|
129
|
+
}>> & Readonly<{}>, {
|
|
130
|
+
className: string;
|
|
131
|
+
style: Record<string, unknown>;
|
|
132
|
+
title: string;
|
|
133
|
+
disabled: boolean;
|
|
134
|
+
itemKey: string | number;
|
|
135
|
+
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
136
|
+
interface VueContextMenuProps extends ContextMenuProps {
|
|
137
|
+
/**
|
|
138
|
+
* Menu placement relative to the cursor point
|
|
139
|
+
* @default 'bottom-start'
|
|
140
|
+
*/
|
|
141
|
+
placement?: FloatingPlacement;
|
|
142
|
+
}
|
|
143
|
+
declare const ContextMenu: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
144
|
+
disabled: {
|
|
145
|
+
type: BooleanConstructor;
|
|
146
|
+
default: boolean;
|
|
147
|
+
};
|
|
148
|
+
open: {
|
|
149
|
+
type: BooleanConstructor;
|
|
150
|
+
default: undefined;
|
|
151
|
+
};
|
|
152
|
+
defaultOpen: {
|
|
153
|
+
type: BooleanConstructor;
|
|
154
|
+
default: boolean;
|
|
155
|
+
};
|
|
156
|
+
closeOnClick: {
|
|
157
|
+
type: BooleanConstructor;
|
|
158
|
+
default: boolean;
|
|
159
|
+
};
|
|
160
|
+
portal: {
|
|
161
|
+
type: BooleanConstructor;
|
|
162
|
+
default: boolean;
|
|
163
|
+
};
|
|
164
|
+
offset: {
|
|
165
|
+
type: NumberConstructor;
|
|
166
|
+
default: number;
|
|
167
|
+
};
|
|
168
|
+
placement: {
|
|
169
|
+
type: PropType<FloatingPlacement>;
|
|
170
|
+
default: FloatingPlacement;
|
|
171
|
+
};
|
|
172
|
+
className: {
|
|
173
|
+
type: StringConstructor;
|
|
174
|
+
default: undefined;
|
|
175
|
+
};
|
|
176
|
+
style: {
|
|
177
|
+
type: PropType<Record<string, unknown>>;
|
|
178
|
+
default: undefined;
|
|
179
|
+
};
|
|
180
|
+
}>, () => VNode<vue.RendererNode, vue.RendererElement, {
|
|
181
|
+
[key: string]: any;
|
|
182
|
+
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("update:open" | "open-change")[], "update:open" | "open-change", vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
183
|
+
disabled: {
|
|
184
|
+
type: BooleanConstructor;
|
|
185
|
+
default: boolean;
|
|
186
|
+
};
|
|
187
|
+
open: {
|
|
188
|
+
type: BooleanConstructor;
|
|
189
|
+
default: undefined;
|
|
190
|
+
};
|
|
191
|
+
defaultOpen: {
|
|
192
|
+
type: BooleanConstructor;
|
|
193
|
+
default: boolean;
|
|
194
|
+
};
|
|
195
|
+
closeOnClick: {
|
|
196
|
+
type: BooleanConstructor;
|
|
197
|
+
default: boolean;
|
|
198
|
+
};
|
|
199
|
+
portal: {
|
|
200
|
+
type: BooleanConstructor;
|
|
201
|
+
default: boolean;
|
|
202
|
+
};
|
|
203
|
+
offset: {
|
|
204
|
+
type: NumberConstructor;
|
|
205
|
+
default: number;
|
|
206
|
+
};
|
|
207
|
+
placement: {
|
|
208
|
+
type: PropType<FloatingPlacement>;
|
|
209
|
+
default: FloatingPlacement;
|
|
210
|
+
};
|
|
211
|
+
className: {
|
|
212
|
+
type: StringConstructor;
|
|
213
|
+
default: undefined;
|
|
214
|
+
};
|
|
215
|
+
style: {
|
|
216
|
+
type: PropType<Record<string, unknown>>;
|
|
217
|
+
default: undefined;
|
|
218
|
+
};
|
|
219
|
+
}>> & Readonly<{
|
|
220
|
+
"onUpdate:open"?: ((...args: any[]) => any) | undefined;
|
|
221
|
+
"onOpen-change"?: ((...args: any[]) => any) | undefined;
|
|
222
|
+
}>, {
|
|
223
|
+
className: string;
|
|
224
|
+
style: Record<string, unknown>;
|
|
225
|
+
disabled: boolean;
|
|
226
|
+
placement: FloatingPlacement;
|
|
227
|
+
offset: number;
|
|
228
|
+
open: boolean;
|
|
229
|
+
defaultOpen: boolean;
|
|
230
|
+
closeOnClick: boolean;
|
|
231
|
+
portal: boolean;
|
|
232
|
+
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
233
|
+
|
|
234
|
+
export { ContextMenu, type ContextMenuContext, ContextMenuContextKey, ContextMenuItem, ContextMenuMenu, ContextMenuSub, type VueContextMenuItemProps, type VueContextMenuMenuProps, type VueContextMenuProps, type VueContextMenuSubProps, ContextMenu as default };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import {
|
|
2
|
+
ContextMenu,
|
|
3
|
+
ContextMenuContextKey,
|
|
4
|
+
ContextMenuItem,
|
|
5
|
+
ContextMenuMenu,
|
|
6
|
+
ContextMenuSub,
|
|
7
|
+
ContextMenu_default
|
|
8
|
+
} from "../chunk-VFS5XAZ3.mjs";
|
|
9
|
+
import "../chunk-Q7Y22OFX.mjs";
|
|
10
|
+
export {
|
|
11
|
+
ContextMenu,
|
|
12
|
+
ContextMenuContextKey,
|
|
13
|
+
ContextMenuItem,
|
|
14
|
+
ContextMenuMenu,
|
|
15
|
+
ContextMenuSub,
|
|
16
|
+
ContextMenu_default as default
|
|
17
|
+
};
|
|
@@ -528,10 +528,10 @@ declare const DataTableWithToolbar: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
528
528
|
className: string;
|
|
529
529
|
style: Record<string, string | number>;
|
|
530
530
|
loading: boolean;
|
|
531
|
+
filters: Record<string, unknown>;
|
|
531
532
|
virtual: boolean;
|
|
532
533
|
dataSource: Record<string, unknown>[];
|
|
533
534
|
toolbar: VueTableToolbarProps;
|
|
534
|
-
filters: Record<string, unknown>;
|
|
535
535
|
columnLockable: boolean;
|
|
536
536
|
hiddenColumnKeys: string[];
|
|
537
537
|
defaultHiddenColumnKeys: string[];
|
|
@@ -4,14 +4,14 @@ import {
|
|
|
4
4
|
} from "../chunk-DI6RRAGQ.mjs";
|
|
5
5
|
import "../chunk-AU6IC6K7.mjs";
|
|
6
6
|
import "../chunk-BZ6MVFV7.mjs";
|
|
7
|
-
import "../chunk-OQVGB7X6.mjs";
|
|
8
7
|
import "../chunk-6BDDX2R4.mjs";
|
|
9
8
|
import "../chunk-6TTICJR4.mjs";
|
|
9
|
+
import "../chunk-OQVGB7X6.mjs";
|
|
10
10
|
import "../chunk-2LIIMWBR.mjs";
|
|
11
11
|
import "../chunk-26OI3TEA.mjs";
|
|
12
12
|
import "../chunk-XLNK3Z2P.mjs";
|
|
13
|
-
import "../chunk-SJINC5NF.mjs";
|
|
14
13
|
import "../chunk-P2LZ2MR5.mjs";
|
|
14
|
+
import "../chunk-SJINC5NF.mjs";
|
|
15
15
|
import "../chunk-VIIGYWUY.mjs";
|
|
16
16
|
import "../chunk-MYKKKVGK.mjs";
|
|
17
17
|
import "../chunk-P3VAY2IQ.mjs";
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import {
|
|
2
2
|
DonutChart,
|
|
3
3
|
DonutChart_default
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-
|
|
4
|
+
} from "../chunk-U4B5QT72.mjs";
|
|
5
|
+
import "../chunk-CHEXI7MO.mjs";
|
|
6
6
|
import "../chunk-PE5OA4YG.mjs";
|
|
7
|
+
import "../chunk-2ZUEXCVJ.mjs";
|
|
7
8
|
import "../chunk-SPFL55TF.mjs";
|
|
8
9
|
import "../chunk-W5RZPTFD.mjs";
|
|
9
10
|
import "../chunk-V443QIJM.mjs";
|
|
10
|
-
import "../chunk-2ZUEXCVJ.mjs";
|
|
11
11
|
export {
|
|
12
12
|
DonutChart,
|
|
13
13
|
DonutChart_default as default
|
|
@@ -297,8 +297,8 @@ declare const Dropdown: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
297
297
|
disabled: boolean;
|
|
298
298
|
placement: FloatingPlacement;
|
|
299
299
|
offset: number;
|
|
300
|
-
open: boolean;
|
|
301
300
|
trigger: DropdownTrigger;
|
|
301
|
+
open: boolean;
|
|
302
302
|
defaultOpen: boolean;
|
|
303
303
|
closeOnClick: boolean;
|
|
304
304
|
showArrow: boolean;
|
|
@@ -116,10 +116,10 @@ declare const FloatButton: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
116
116
|
className: string;
|
|
117
117
|
style: Record<string, string | number>;
|
|
118
118
|
disabled: boolean;
|
|
119
|
-
tooltip: string;
|
|
120
119
|
placement: ViewportPlacement;
|
|
121
120
|
offset: ViewportOffset;
|
|
122
121
|
floating: boolean;
|
|
122
|
+
tooltip: string;
|
|
123
123
|
shape: FloatButtonShape;
|
|
124
124
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
125
125
|
interface VueFloatButtonGroupProps {
|
|
@@ -178,8 +178,8 @@ declare const FloatButtonGroup: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
178
178
|
}>, {
|
|
179
179
|
className: string;
|
|
180
180
|
style: Record<string, string | number>;
|
|
181
|
-
open: boolean;
|
|
182
181
|
trigger: "click" | "hover";
|
|
182
|
+
open: boolean;
|
|
183
183
|
shape: FloatButtonShape;
|
|
184
184
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
185
185
|
|
|
@@ -203,9 +203,9 @@ declare const FunnelChart: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
203
203
|
height: number;
|
|
204
204
|
padding: ChartPadding;
|
|
205
205
|
gradient: boolean;
|
|
206
|
+
gap: number;
|
|
206
207
|
hoverable: boolean;
|
|
207
208
|
selectable: boolean;
|
|
208
|
-
gap: number;
|
|
209
209
|
hoveredIndex: number | null;
|
|
210
210
|
activeOpacity: number;
|
|
211
211
|
inactiveOpacity: number;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
FunnelChart,
|
|
3
3
|
FunnelChart_default
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-37W7XTA6.mjs";
|
|
5
5
|
import "../chunk-PE5OA4YG.mjs";
|
|
6
|
+
import "../chunk-2ZUEXCVJ.mjs";
|
|
6
7
|
import "../chunk-SPFL55TF.mjs";
|
|
7
8
|
import "../chunk-W5RZPTFD.mjs";
|
|
8
9
|
import "../chunk-V443QIJM.mjs";
|
|
9
|
-
import "../chunk-2ZUEXCVJ.mjs";
|
|
10
10
|
export {
|
|
11
11
|
FunnelChart,
|
|
12
12
|
FunnelChart_default as default
|
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
import * as vue from 'vue';
|
|
2
|
+
import { PropType, VNode } from 'vue';
|
|
3
|
+
import { HighlightKeywords } from '@expcat/tigercat-core';
|
|
4
|
+
|
|
5
|
+
interface VueHighlightProps {
|
|
6
|
+
text?: string;
|
|
7
|
+
keywords?: HighlightKeywords;
|
|
8
|
+
caseSensitive?: boolean;
|
|
9
|
+
global?: boolean;
|
|
10
|
+
highlightClassName?: string;
|
|
11
|
+
highlightStyle?: Record<string, unknown>;
|
|
12
|
+
className?: string;
|
|
13
|
+
style?: Record<string, unknown>;
|
|
14
|
+
}
|
|
15
|
+
declare const Highlight: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
16
|
+
/**
|
|
17
|
+
* Source text to search. When omitted, the default slot is flattened to a string.
|
|
18
|
+
*/
|
|
19
|
+
text: {
|
|
20
|
+
type: StringConstructor;
|
|
21
|
+
default: undefined;
|
|
22
|
+
};
|
|
23
|
+
/**
|
|
24
|
+
* Keyword string(s) and/or regular expression(s) to highlight.
|
|
25
|
+
*/
|
|
26
|
+
keywords: {
|
|
27
|
+
type: PropType<HighlightKeywords>;
|
|
28
|
+
default: undefined;
|
|
29
|
+
};
|
|
30
|
+
/**
|
|
31
|
+
* Match case for string keywords. Regular expressions keep their own `i` flag.
|
|
32
|
+
* @default false
|
|
33
|
+
*/
|
|
34
|
+
caseSensitive: {
|
|
35
|
+
type: BooleanConstructor;
|
|
36
|
+
default: boolean;
|
|
37
|
+
};
|
|
38
|
+
/**
|
|
39
|
+
* Highlight every occurrence. When false, only the first match of each keyword.
|
|
40
|
+
* @default true
|
|
41
|
+
*/
|
|
42
|
+
global: {
|
|
43
|
+
type: BooleanConstructor;
|
|
44
|
+
default: boolean;
|
|
45
|
+
};
|
|
46
|
+
/**
|
|
47
|
+
* Additional CSS classes on highlighted `mark` elements
|
|
48
|
+
*/
|
|
49
|
+
highlightClassName: {
|
|
50
|
+
type: StringConstructor;
|
|
51
|
+
default: undefined;
|
|
52
|
+
};
|
|
53
|
+
/**
|
|
54
|
+
* Inline styles on highlighted `mark` elements
|
|
55
|
+
*/
|
|
56
|
+
highlightStyle: {
|
|
57
|
+
type: PropType<Record<string, unknown>>;
|
|
58
|
+
default: undefined;
|
|
59
|
+
};
|
|
60
|
+
/**
|
|
61
|
+
* Additional CSS classes
|
|
62
|
+
*/
|
|
63
|
+
className: {
|
|
64
|
+
type: StringConstructor;
|
|
65
|
+
default: undefined;
|
|
66
|
+
};
|
|
67
|
+
/**
|
|
68
|
+
* Inline styles
|
|
69
|
+
*/
|
|
70
|
+
style: {
|
|
71
|
+
type: PropType<Record<string, unknown>>;
|
|
72
|
+
default: undefined;
|
|
73
|
+
};
|
|
74
|
+
}>, () => VNode<vue.RendererNode, vue.RendererElement, {
|
|
75
|
+
[key: string]: any;
|
|
76
|
+
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
77
|
+
/**
|
|
78
|
+
* Source text to search. When omitted, the default slot is flattened to a string.
|
|
79
|
+
*/
|
|
80
|
+
text: {
|
|
81
|
+
type: StringConstructor;
|
|
82
|
+
default: undefined;
|
|
83
|
+
};
|
|
84
|
+
/**
|
|
85
|
+
* Keyword string(s) and/or regular expression(s) to highlight.
|
|
86
|
+
*/
|
|
87
|
+
keywords: {
|
|
88
|
+
type: PropType<HighlightKeywords>;
|
|
89
|
+
default: undefined;
|
|
90
|
+
};
|
|
91
|
+
/**
|
|
92
|
+
* Match case for string keywords. Regular expressions keep their own `i` flag.
|
|
93
|
+
* @default false
|
|
94
|
+
*/
|
|
95
|
+
caseSensitive: {
|
|
96
|
+
type: BooleanConstructor;
|
|
97
|
+
default: boolean;
|
|
98
|
+
};
|
|
99
|
+
/**
|
|
100
|
+
* Highlight every occurrence. When false, only the first match of each keyword.
|
|
101
|
+
* @default true
|
|
102
|
+
*/
|
|
103
|
+
global: {
|
|
104
|
+
type: BooleanConstructor;
|
|
105
|
+
default: boolean;
|
|
106
|
+
};
|
|
107
|
+
/**
|
|
108
|
+
* Additional CSS classes on highlighted `mark` elements
|
|
109
|
+
*/
|
|
110
|
+
highlightClassName: {
|
|
111
|
+
type: StringConstructor;
|
|
112
|
+
default: undefined;
|
|
113
|
+
};
|
|
114
|
+
/**
|
|
115
|
+
* Inline styles on highlighted `mark` elements
|
|
116
|
+
*/
|
|
117
|
+
highlightStyle: {
|
|
118
|
+
type: PropType<Record<string, unknown>>;
|
|
119
|
+
default: undefined;
|
|
120
|
+
};
|
|
121
|
+
/**
|
|
122
|
+
* Additional CSS classes
|
|
123
|
+
*/
|
|
124
|
+
className: {
|
|
125
|
+
type: StringConstructor;
|
|
126
|
+
default: undefined;
|
|
127
|
+
};
|
|
128
|
+
/**
|
|
129
|
+
* Inline styles
|
|
130
|
+
*/
|
|
131
|
+
style: {
|
|
132
|
+
type: PropType<Record<string, unknown>>;
|
|
133
|
+
default: undefined;
|
|
134
|
+
};
|
|
135
|
+
}>> & Readonly<{}>, {
|
|
136
|
+
className: string;
|
|
137
|
+
style: Record<string, unknown>;
|
|
138
|
+
text: string;
|
|
139
|
+
keywords: HighlightKeywords;
|
|
140
|
+
caseSensitive: boolean;
|
|
141
|
+
global: boolean;
|
|
142
|
+
highlightClassName: string;
|
|
143
|
+
highlightStyle: Record<string, unknown>;
|
|
144
|
+
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
145
|
+
|
|
146
|
+
export { Highlight, type VueHighlightProps, Highlight as default };
|