@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,214 @@
|
|
|
1
|
+
import * as vue from 'vue';
|
|
2
|
+
import { PropType } from 'vue';
|
|
3
|
+
import { ComponentSize, InputStatus } from '@expcat/tigercat-core';
|
|
4
|
+
|
|
5
|
+
type VueTagsInputProps = InstanceType<typeof TagsInput>['$props'];
|
|
6
|
+
declare const TagsInput: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
7
|
+
/**
|
|
8
|
+
* Tags (for v-model)
|
|
9
|
+
*/
|
|
10
|
+
modelValue: {
|
|
11
|
+
type: PropType<string[]>;
|
|
12
|
+
default: undefined;
|
|
13
|
+
};
|
|
14
|
+
/**
|
|
15
|
+
* Default tags (for uncontrolled mode)
|
|
16
|
+
*/
|
|
17
|
+
defaultValue: {
|
|
18
|
+
type: PropType<string[]>;
|
|
19
|
+
default: () => never[];
|
|
20
|
+
};
|
|
21
|
+
/**
|
|
22
|
+
* Input size
|
|
23
|
+
* @default 'md'
|
|
24
|
+
*/
|
|
25
|
+
size: {
|
|
26
|
+
type: PropType<ComponentSize>;
|
|
27
|
+
default: string;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* Validation status
|
|
31
|
+
* @default 'default'
|
|
32
|
+
*/
|
|
33
|
+
status: {
|
|
34
|
+
type: PropType<InputStatus>;
|
|
35
|
+
default: string;
|
|
36
|
+
};
|
|
37
|
+
/** Error message to display */
|
|
38
|
+
errorMessage: StringConstructor;
|
|
39
|
+
/** Placeholder for the inner text input */
|
|
40
|
+
placeholder: {
|
|
41
|
+
type: StringConstructor;
|
|
42
|
+
default: string;
|
|
43
|
+
};
|
|
44
|
+
/** Whether the same tag may be added more than once */
|
|
45
|
+
allowDuplicates: BooleanConstructor;
|
|
46
|
+
/** Maximum number of tags */
|
|
47
|
+
max: {
|
|
48
|
+
type: NumberConstructor;
|
|
49
|
+
default: undefined;
|
|
50
|
+
};
|
|
51
|
+
/**
|
|
52
|
+
* Characters that commit input while typing and split pasted text
|
|
53
|
+
* @default [',']
|
|
54
|
+
*/
|
|
55
|
+
delimiters: {
|
|
56
|
+
type: PropType<string[]>;
|
|
57
|
+
default: () => string[];
|
|
58
|
+
};
|
|
59
|
+
/** Commit the pending input as a tag on blur */
|
|
60
|
+
addOnBlur: BooleanConstructor;
|
|
61
|
+
/** Validate/transform a candidate tag before it is added */
|
|
62
|
+
beforeAdd: {
|
|
63
|
+
type: PropType<(tag: string) => boolean | string>;
|
|
64
|
+
default: undefined;
|
|
65
|
+
};
|
|
66
|
+
/** Whether to show a clear-all button */
|
|
67
|
+
clearable: BooleanConstructor;
|
|
68
|
+
/** Whether the input is disabled */
|
|
69
|
+
disabled: BooleanConstructor;
|
|
70
|
+
/** Whether the input is readonly */
|
|
71
|
+
readonly: BooleanConstructor;
|
|
72
|
+
/** Name for the hidden input carrying the joined value */
|
|
73
|
+
name: StringConstructor;
|
|
74
|
+
/** Id attribute applied to the inner text input */
|
|
75
|
+
id: StringConstructor;
|
|
76
|
+
/** Aria-label template for tag remove buttons; supports {tag} */
|
|
77
|
+
removeTagAriaLabel: StringConstructor;
|
|
78
|
+
/**
|
|
79
|
+
* Internal shake trigger counter (used by FormItem)
|
|
80
|
+
* @internal
|
|
81
|
+
*/
|
|
82
|
+
_shakeTrigger: {
|
|
83
|
+
type: NumberConstructor;
|
|
84
|
+
default: undefined;
|
|
85
|
+
};
|
|
86
|
+
/** Additional CSS classes */
|
|
87
|
+
className: StringConstructor;
|
|
88
|
+
/** Inline styles */
|
|
89
|
+
style: {
|
|
90
|
+
type: PropType<Record<string, string | number>>;
|
|
91
|
+
default: undefined;
|
|
92
|
+
};
|
|
93
|
+
}>, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
94
|
+
[key: string]: any;
|
|
95
|
+
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
96
|
+
'update:modelValue': null;
|
|
97
|
+
add: null;
|
|
98
|
+
remove: null;
|
|
99
|
+
clear: null;
|
|
100
|
+
focus: null;
|
|
101
|
+
blur: null;
|
|
102
|
+
}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
103
|
+
/**
|
|
104
|
+
* Tags (for v-model)
|
|
105
|
+
*/
|
|
106
|
+
modelValue: {
|
|
107
|
+
type: PropType<string[]>;
|
|
108
|
+
default: undefined;
|
|
109
|
+
};
|
|
110
|
+
/**
|
|
111
|
+
* Default tags (for uncontrolled mode)
|
|
112
|
+
*/
|
|
113
|
+
defaultValue: {
|
|
114
|
+
type: PropType<string[]>;
|
|
115
|
+
default: () => never[];
|
|
116
|
+
};
|
|
117
|
+
/**
|
|
118
|
+
* Input size
|
|
119
|
+
* @default 'md'
|
|
120
|
+
*/
|
|
121
|
+
size: {
|
|
122
|
+
type: PropType<ComponentSize>;
|
|
123
|
+
default: string;
|
|
124
|
+
};
|
|
125
|
+
/**
|
|
126
|
+
* Validation status
|
|
127
|
+
* @default 'default'
|
|
128
|
+
*/
|
|
129
|
+
status: {
|
|
130
|
+
type: PropType<InputStatus>;
|
|
131
|
+
default: string;
|
|
132
|
+
};
|
|
133
|
+
/** Error message to display */
|
|
134
|
+
errorMessage: StringConstructor;
|
|
135
|
+
/** Placeholder for the inner text input */
|
|
136
|
+
placeholder: {
|
|
137
|
+
type: StringConstructor;
|
|
138
|
+
default: string;
|
|
139
|
+
};
|
|
140
|
+
/** Whether the same tag may be added more than once */
|
|
141
|
+
allowDuplicates: BooleanConstructor;
|
|
142
|
+
/** Maximum number of tags */
|
|
143
|
+
max: {
|
|
144
|
+
type: NumberConstructor;
|
|
145
|
+
default: undefined;
|
|
146
|
+
};
|
|
147
|
+
/**
|
|
148
|
+
* Characters that commit input while typing and split pasted text
|
|
149
|
+
* @default [',']
|
|
150
|
+
*/
|
|
151
|
+
delimiters: {
|
|
152
|
+
type: PropType<string[]>;
|
|
153
|
+
default: () => string[];
|
|
154
|
+
};
|
|
155
|
+
/** Commit the pending input as a tag on blur */
|
|
156
|
+
addOnBlur: BooleanConstructor;
|
|
157
|
+
/** Validate/transform a candidate tag before it is added */
|
|
158
|
+
beforeAdd: {
|
|
159
|
+
type: PropType<(tag: string) => boolean | string>;
|
|
160
|
+
default: undefined;
|
|
161
|
+
};
|
|
162
|
+
/** Whether to show a clear-all button */
|
|
163
|
+
clearable: BooleanConstructor;
|
|
164
|
+
/** Whether the input is disabled */
|
|
165
|
+
disabled: BooleanConstructor;
|
|
166
|
+
/** Whether the input is readonly */
|
|
167
|
+
readonly: BooleanConstructor;
|
|
168
|
+
/** Name for the hidden input carrying the joined value */
|
|
169
|
+
name: StringConstructor;
|
|
170
|
+
/** Id attribute applied to the inner text input */
|
|
171
|
+
id: StringConstructor;
|
|
172
|
+
/** Aria-label template for tag remove buttons; supports {tag} */
|
|
173
|
+
removeTagAriaLabel: StringConstructor;
|
|
174
|
+
/**
|
|
175
|
+
* Internal shake trigger counter (used by FormItem)
|
|
176
|
+
* @internal
|
|
177
|
+
*/
|
|
178
|
+
_shakeTrigger: {
|
|
179
|
+
type: NumberConstructor;
|
|
180
|
+
default: undefined;
|
|
181
|
+
};
|
|
182
|
+
/** Additional CSS classes */
|
|
183
|
+
className: StringConstructor;
|
|
184
|
+
/** Inline styles */
|
|
185
|
+
style: {
|
|
186
|
+
type: PropType<Record<string, string | number>>;
|
|
187
|
+
default: undefined;
|
|
188
|
+
};
|
|
189
|
+
}>> & Readonly<{
|
|
190
|
+
onClear?: ((...args: any[]) => any) | undefined;
|
|
191
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
192
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
193
|
+
onAdd?: ((...args: any[]) => any) | undefined;
|
|
194
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
195
|
+
onRemove?: ((...args: any[]) => any) | undefined;
|
|
196
|
+
}>, {
|
|
197
|
+
status: InputStatus;
|
|
198
|
+
placeholder: string;
|
|
199
|
+
size: ComponentSize;
|
|
200
|
+
style: Record<string, string | number>;
|
|
201
|
+
disabled: boolean;
|
|
202
|
+
delimiters: string[];
|
|
203
|
+
defaultValue: string[];
|
|
204
|
+
max: number;
|
|
205
|
+
modelValue: string[];
|
|
206
|
+
clearable: boolean;
|
|
207
|
+
readonly: boolean;
|
|
208
|
+
_shakeTrigger: number;
|
|
209
|
+
allowDuplicates: boolean;
|
|
210
|
+
addOnBlur: boolean;
|
|
211
|
+
beforeAdd: (tag: string) => boolean | string;
|
|
212
|
+
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
213
|
+
|
|
214
|
+
export { TagsInput, type VueTagsInputProps, TagsInput as default };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import {
|
|
2
|
+
TagsInput,
|
|
3
|
+
TagsInput_default
|
|
4
|
+
} from "../chunk-AOLRZG4E.mjs";
|
|
5
|
+
import "../chunk-P2LZ2MR5.mjs";
|
|
6
|
+
import "../chunk-342DH5CF.mjs";
|
|
7
|
+
import "../chunk-UOJOJBEU.mjs";
|
|
8
|
+
import "../chunk-TGXBCKOU.mjs";
|
|
9
|
+
export {
|
|
10
|
+
TagsInput,
|
|
11
|
+
TagsInput_default as default
|
|
12
|
+
};
|
|
@@ -116,8 +116,8 @@ declare const Timeline: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
116
116
|
className: string;
|
|
117
117
|
mode: TimelineMode;
|
|
118
118
|
style: Record<string, unknown>;
|
|
119
|
-
items: TimelineItem[];
|
|
120
119
|
pending: boolean;
|
|
120
|
+
items: TimelineItem[];
|
|
121
121
|
pendingDot: null;
|
|
122
122
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
123
123
|
|
|
@@ -107,10 +107,10 @@ declare const Tooltip: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
107
107
|
disabled: boolean;
|
|
108
108
|
placement: FloatingPlacement;
|
|
109
109
|
offset: number;
|
|
110
|
-
open: boolean;
|
|
111
|
-
content: string;
|
|
112
110
|
trigger: TooltipTrigger;
|
|
111
|
+
open: boolean;
|
|
113
112
|
defaultOpen: boolean;
|
|
113
|
+
content: string;
|
|
114
114
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
115
115
|
|
|
116
116
|
export { Tooltip, type VueTooltipProps, Tooltip as default };
|
|
@@ -60,7 +60,7 @@ declare const Tour: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
60
60
|
type: StringConstructor;
|
|
61
61
|
default: undefined;
|
|
62
62
|
};
|
|
63
|
-
}>, () => vue.VNodeChild, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("change" | "close" | "update:
|
|
63
|
+
}>, () => vue.VNodeChild, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("change" | "close" | "update:open" | "update:current" | "finish")[], "change" | "close" | "update:open" | "update:current" | "finish", vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
64
64
|
steps: {
|
|
65
65
|
type: PropType<TourStep[]>;
|
|
66
66
|
required: true;
|
|
@@ -108,8 +108,8 @@ declare const Tour: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
108
108
|
}>> & Readonly<{
|
|
109
109
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
110
110
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
111
|
-
"onUpdate:current"?: ((...args: any[]) => any) | undefined;
|
|
112
111
|
"onUpdate:open"?: ((...args: any[]) => any) | undefined;
|
|
112
|
+
"onUpdate:current"?: ((...args: any[]) => any) | undefined;
|
|
113
113
|
onFinish?: ((...args: any[]) => any) | undefined;
|
|
114
114
|
}>, {
|
|
115
115
|
locale: Partial<TigerLocale>;
|
|
@@ -118,8 +118,8 @@ declare const Tour: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
118
118
|
finishText: string;
|
|
119
119
|
className: string;
|
|
120
120
|
open: boolean;
|
|
121
|
-
current: number;
|
|
122
121
|
closable: boolean;
|
|
122
|
+
current: number;
|
|
123
123
|
loadSteps: TourStepLoader;
|
|
124
124
|
showIndicators: boolean;
|
|
125
125
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
@@ -464,10 +464,10 @@ declare const Tree: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
464
464
|
multiple: boolean;
|
|
465
465
|
virtual: boolean;
|
|
466
466
|
height: number;
|
|
467
|
+
itemHeight: number;
|
|
467
468
|
treeData: TreeNode[];
|
|
468
469
|
defaultExpandAll: boolean;
|
|
469
470
|
draggable: boolean;
|
|
470
|
-
itemHeight: number;
|
|
471
471
|
checkable: boolean;
|
|
472
472
|
showIcon: boolean;
|
|
473
473
|
showLine: boolean;
|
|
@@ -202,10 +202,10 @@ declare const TreeMapChart: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
202
202
|
height: number;
|
|
203
203
|
padding: ChartPadding;
|
|
204
204
|
gradient: boolean;
|
|
205
|
+
gap: number;
|
|
205
206
|
hoverable: boolean;
|
|
206
207
|
showLabels: 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
|
TreeMapChart,
|
|
3
3
|
TreeMapChart_default
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-EHGFW5GX.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
|
TreeMapChart,
|
|
12
12
|
TreeMapChart_default as default
|
|
@@ -52,6 +52,30 @@ declare const TreeSelect: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
52
52
|
type: BooleanConstructor;
|
|
53
53
|
default: boolean;
|
|
54
54
|
};
|
|
55
|
+
/**
|
|
56
|
+
* Enable virtualized rendering of the dropdown tree.
|
|
57
|
+
* Visible flattened rows are rendered through VirtualList with fixed item height.
|
|
58
|
+
*/
|
|
59
|
+
virtual: {
|
|
60
|
+
type: BooleanConstructor;
|
|
61
|
+
default: boolean;
|
|
62
|
+
};
|
|
63
|
+
/**
|
|
64
|
+
* Pixel height of the virtualized dropdown viewport.
|
|
65
|
+
* @default 400
|
|
66
|
+
*/
|
|
67
|
+
height: {
|
|
68
|
+
type: NumberConstructor;
|
|
69
|
+
default: number;
|
|
70
|
+
};
|
|
71
|
+
/**
|
|
72
|
+
* Pixel height of each virtualized tree row.
|
|
73
|
+
* @default 32
|
|
74
|
+
*/
|
|
75
|
+
itemHeight: {
|
|
76
|
+
type: NumberConstructor;
|
|
77
|
+
default: number;
|
|
78
|
+
};
|
|
55
79
|
/**
|
|
56
80
|
* Locale overrides merged on top of ConfigProvider locale
|
|
57
81
|
*/
|
|
@@ -110,6 +134,30 @@ declare const TreeSelect: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
110
134
|
type: BooleanConstructor;
|
|
111
135
|
default: boolean;
|
|
112
136
|
};
|
|
137
|
+
/**
|
|
138
|
+
* Enable virtualized rendering of the dropdown tree.
|
|
139
|
+
* Visible flattened rows are rendered through VirtualList with fixed item height.
|
|
140
|
+
*/
|
|
141
|
+
virtual: {
|
|
142
|
+
type: BooleanConstructor;
|
|
143
|
+
default: boolean;
|
|
144
|
+
};
|
|
145
|
+
/**
|
|
146
|
+
* Pixel height of the virtualized dropdown viewport.
|
|
147
|
+
* @default 400
|
|
148
|
+
*/
|
|
149
|
+
height: {
|
|
150
|
+
type: NumberConstructor;
|
|
151
|
+
default: number;
|
|
152
|
+
};
|
|
153
|
+
/**
|
|
154
|
+
* Pixel height of each virtualized tree row.
|
|
155
|
+
* @default 32
|
|
156
|
+
*/
|
|
157
|
+
itemHeight: {
|
|
158
|
+
type: NumberConstructor;
|
|
159
|
+
default: number;
|
|
160
|
+
};
|
|
113
161
|
/**
|
|
114
162
|
* Locale overrides merged on top of ConfigProvider locale
|
|
115
163
|
*/
|
|
@@ -131,9 +179,12 @@ declare const TreeSelect: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
131
179
|
modelValue: TreeSelectValue;
|
|
132
180
|
searchable: boolean;
|
|
133
181
|
multiple: boolean;
|
|
182
|
+
virtual: boolean;
|
|
134
183
|
searchValue: string;
|
|
135
184
|
defaultSearchValue: string;
|
|
136
185
|
clearable: boolean;
|
|
186
|
+
height: number;
|
|
187
|
+
itemHeight: number;
|
|
137
188
|
treeData: TreeNode[];
|
|
138
189
|
defaultExpandAll: boolean;
|
|
139
190
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
@@ -328,8 +328,8 @@ declare const Upload: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
328
328
|
onProgress?: ((progress: number, _file: UploadFile) => any) | undefined;
|
|
329
329
|
onChange?: ((_file: UploadFile, _fileList: UploadFile[]) => any) | undefined;
|
|
330
330
|
onSuccess?: ((_response: unknown, _file: UploadFile) => any) | undefined;
|
|
331
|
-
"onUpdate:file-list"?: ((files: UploadFile[]) => any) | undefined;
|
|
332
331
|
onRemove?: ((_file: UploadFile, _fileList: UploadFile[]) => any) | undefined;
|
|
332
|
+
"onUpdate:file-list"?: ((files: UploadFile[]) => any) | undefined;
|
|
333
333
|
onPreview?: ((_file: UploadFile) => any) | undefined;
|
|
334
334
|
"onChunk-progress"?: ((_chunk: UploadChunk, progress: number, _file: UploadFile) => any) | undefined;
|
|
335
335
|
"onQueue-change"?: ((queue: unknown[]) => any) | undefined;
|
|
@@ -171,6 +171,7 @@ declare const VirtualTable: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
171
171
|
loading: boolean;
|
|
172
172
|
width: number | "auto";
|
|
173
173
|
dataSource: Record<string, unknown>[];
|
|
174
|
+
overscan: number;
|
|
174
175
|
columns: TableColumn<Record<string, unknown>>[];
|
|
175
176
|
bordered: boolean;
|
|
176
177
|
striped: boolean;
|
|
@@ -180,7 +181,6 @@ declare const VirtualTable: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
180
181
|
stickyHeader: boolean;
|
|
181
182
|
virtualHeight: number;
|
|
182
183
|
virtualItemHeight: number;
|
|
183
|
-
overscan: number;
|
|
184
184
|
virtualizeColumns: boolean;
|
|
185
185
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
186
186
|
|
|
@@ -128,9 +128,9 @@ declare const Watermark: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
128
128
|
}>> & Readonly<{}>, {
|
|
129
129
|
className: string;
|
|
130
130
|
style: Record<string, string | number>;
|
|
131
|
+
image: string;
|
|
131
132
|
offsetX: number;
|
|
132
133
|
offsetY: number;
|
|
133
|
-
image: string;
|
|
134
134
|
font: WatermarkFont;
|
|
135
135
|
width: number;
|
|
136
136
|
height: number;
|
package/dist/index.d.mts
CHANGED
|
@@ -3,6 +3,7 @@ export { DrawerPlacement, DrawerSize, ListItem, TableColumn, TreeNode, UploadFil
|
|
|
3
3
|
export { ConfigProvider, TigerConfig, VueConfigProviderProps, useTigerConfig } from './components/ConfigProvider.mjs';
|
|
4
4
|
export { Button, VueButtonProps } from './components/Button.mjs';
|
|
5
5
|
export { ButtonGroup, VueButtonGroupProps } from './components/ButtonGroup.mjs';
|
|
6
|
+
export { SplitButton, VueSplitButtonProps } from './components/SplitButton.mjs';
|
|
6
7
|
export { Slider, VueSliderProps } from './components/Slider.mjs';
|
|
7
8
|
export { Switch, VueSwitchProps } from './components/Switch.mjs';
|
|
8
9
|
export { Select, VueSelectProps } from './components/Select.mjs';
|
|
@@ -10,6 +11,9 @@ export { Cascader, VueCascaderProps } from './components/Cascader.mjs';
|
|
|
10
11
|
export { AutoComplete, VueAutoCompleteProps } from './components/AutoComplete.mjs';
|
|
11
12
|
export { Signature, VueSignatureProps } from './components/Signature.mjs';
|
|
12
13
|
export { NumberKeyboard, VueNumberKeyboardProps } from './components/NumberKeyboard.mjs';
|
|
14
|
+
export { InputOTP, VueInputOTPProps } from './components/InputOTP.mjs';
|
|
15
|
+
export { TagsInput, VueTagsInputProps } from './components/TagsInput.mjs';
|
|
16
|
+
export { MaskInput, VueMaskInputProps } from './components/MaskInput.mjs';
|
|
13
17
|
export { Transfer, VueTransferProps } from './components/Transfer.mjs';
|
|
14
18
|
export { TreeSelect, VueTreeSelectProps } from './components/TreeSelect.mjs';
|
|
15
19
|
export { Checkbox, VueCheckboxProps } from './components/Checkbox.mjs';
|
|
@@ -35,6 +39,9 @@ export { Container, VueContainerProps } from './components/Container.mjs';
|
|
|
35
39
|
export { Link, VueLinkProps } from './components/Link.mjs';
|
|
36
40
|
export { Text, VueTextProps } from './components/Text.mjs';
|
|
37
41
|
export { Code, VueCodeProps } from './components/Code.mjs';
|
|
42
|
+
export { Kbd, VueKbdProps } from './components/Kbd.mjs';
|
|
43
|
+
export { Highlight, VueHighlightProps } from './components/Highlight.mjs';
|
|
44
|
+
export { Marquee, VueMarqueeProps } from './components/Marquee.mjs';
|
|
38
45
|
export { Icon, VueIconProps } from './components/Icon.mjs';
|
|
39
46
|
export { DatePicker, VueDatePickerModelValue, VueDatePickerProps } from './components/DatePicker.mjs';
|
|
40
47
|
export { TimePicker, VueTimePickerModelValue, VueTimePickerProps } from './components/TimePicker.mjs';
|
|
@@ -47,6 +54,7 @@ export { Card, VueCardProps } from './components/Card.mjs';
|
|
|
47
54
|
export { Avatar, VueAvatarProps } from './components/Avatar.mjs';
|
|
48
55
|
export { AvatarGroup, VueAvatarGroupProps } from './components/AvatarGroup.mjs';
|
|
49
56
|
export { Image, VueImageProps } from './components/Image.mjs';
|
|
57
|
+
export { ImageCompare, VueImageCompareProps } from './components/ImageCompare.mjs';
|
|
50
58
|
export { ImagePreview, VueImagePreviewProps } from './components/ImagePreview.mjs';
|
|
51
59
|
export { ImageGroup, VueImageGroupProps } from './components/ImageGroup.mjs';
|
|
52
60
|
export { ImageCropper, VueImageCropperProps } from './components/ImageCropper.mjs';
|
|
@@ -66,6 +74,9 @@ export { Breadcrumb, BreadcrumbItem, VueBreadcrumbItemProps, VueBreadcrumbProps
|
|
|
66
74
|
export { Steps, StepsItem, VueStepsItemProps, VueStepsProps } from './components/Steps.mjs';
|
|
67
75
|
export { Pagination, VuePaginationProps } from './components/Pagination.mjs';
|
|
68
76
|
export { Dropdown, DropdownItem, DropdownMenu, VueDropdownItemProps, VueDropdownMenuProps, VueDropdownProps } from './components/Dropdown.mjs';
|
|
77
|
+
export { ContextMenu, ContextMenuItem, ContextMenuMenu, ContextMenuSub, VueContextMenuItemProps, VueContextMenuMenuProps, VueContextMenuProps, VueContextMenuSubProps } from './components/ContextMenu.mjs';
|
|
78
|
+
export { NavigationMenu, NavigationMenuContent, NavigationMenuItem, NavigationMenuLink, NavigationMenuTrigger, VueNavigationMenuContentProps, VueNavigationMenuItemProps, VueNavigationMenuLinkProps, VueNavigationMenuProps, VueNavigationMenuTriggerProps } from './components/NavigationMenu.mjs';
|
|
79
|
+
export { PageHeader, VuePageHeaderProps } from './components/PageHeader.mjs';
|
|
69
80
|
export { Spotlight, VueSpotlightProps } from './components/Spotlight.mjs';
|
|
70
81
|
export { ScrollSpy, VueScrollSpyProps } from './components/ScrollSpy.mjs';
|
|
71
82
|
export { Drawer, VueDrawerProps } from './components/Drawer.mjs';
|
|
@@ -76,6 +87,8 @@ export { MessageContainer, VueMessageContainerProps } from './components/Message
|
|
|
76
87
|
export { VueNotificationProps, notification } from './components/NotificationRoot.mjs';
|
|
77
88
|
export { NotificationContainer, VueNotificationContainerProps } from './components/NotificationContainer.mjs';
|
|
78
89
|
export { Loading, VueLoadingProps } from './components/Loading.mjs';
|
|
90
|
+
export { LoadingBar, VueLoadingBarProps } from './components/LoadingBarRoot.mjs';
|
|
91
|
+
export { LoadingBarContainer, VueLoadingBarContainerProps } from './components/LoadingBarContainer.mjs';
|
|
79
92
|
export { Popconfirm, VuePopconfirmProps } from './components/Popconfirm.mjs';
|
|
80
93
|
export { Popover, VuePopoverProps } from './components/Popover.mjs';
|
|
81
94
|
export { Tooltip, VueTooltipProps } from './components/Tooltip.mjs';
|
|
@@ -129,6 +142,8 @@ export { UseChartInteractionOptions, UseChartInteractionReturn, useChartInteract
|
|
|
129
142
|
export { UseDragOptions, UseDragReturn, useDrag } from './composables/useDrag.mjs';
|
|
130
143
|
export { Splitter, VueSplitterProps } from './components/Splitter.mjs';
|
|
131
144
|
export { Resizable, VueResizableProps } from './components/Resizable.mjs';
|
|
145
|
+
export { ScrollArea, VueScrollAreaProps } from './components/ScrollArea.mjs';
|
|
146
|
+
export { Masonry, VueMasonryProps } from './components/Masonry.mjs';
|
|
132
147
|
export { CodeEditor, VueCodeEditorProps } from './components/CodeEditor.mjs';
|
|
133
148
|
export { RichTextEditor, VueRichTextEditorProps } from './components/RichTextEditor.mjs';
|
|
134
149
|
export { MarkdownEditor, VueMarkdownEditorProps } from './components/MarkdownEditor.mjs';
|
|
@@ -141,6 +156,7 @@ export { Gantt, VueGanttProps } from './components/Gantt.mjs';
|
|
|
141
156
|
export { InputGroup, InputGroupAddon, VueInputGroupAddonProps, VueInputGroupProps } from './components/InputGroup.mjs';
|
|
142
157
|
export { PrintLayout, PrintPageBreak, VuePrintLayoutProps } from './components/PrintLayout.mjs';
|
|
143
158
|
export { ImageViewer, VueImageViewerProps } from './components/ImageViewer.mjs';
|
|
159
|
+
export { AspectRatio, VueAspectRatioProps } from './components/AspectRatio.mjs';
|
|
144
160
|
import 'vue';
|
|
145
161
|
|
|
146
162
|
/**
|
|
@@ -149,6 +165,6 @@ import 'vue';
|
|
|
149
165
|
* Vue 3 components for Tigercat UI library
|
|
150
166
|
*/
|
|
151
167
|
|
|
152
|
-
declare const version = "2.
|
|
168
|
+
declare const version = "2.1.0";
|
|
153
169
|
|
|
154
170
|
export { version };
|