@expcat/tigercat-vue 2.0.4 → 2.0.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-H6FZBFRT.mjs → chunk-EDBMWZKH.mjs} +2 -1
- package/dist/components/ActivityFeed.d.mts +2 -2
- package/dist/components/Affix.d.mts +4 -4
- package/dist/components/Alert.d.mts +2 -2
- package/dist/components/Anchor.d.mts +3 -3
- package/dist/components/AutoComplete.d.mts +2 -2
- package/dist/components/Avatar.d.mts +1 -1
- package/dist/components/AvatarGroup.d.mts +1 -1
- package/dist/components/BackTop.d.mts +1 -1
- package/dist/components/Badge.d.mts +2 -2
- package/dist/components/Breadcrumb.d.mts +2 -2
- package/dist/components/Button.d.mts +2 -2
- package/dist/components/ButtonGroup.d.mts +1 -1
- package/dist/components/Calendar.d.mts +1 -1
- package/dist/components/Card.d.mts +2 -2
- package/dist/components/Carousel.d.mts +2 -2
- package/dist/components/ChartTooltip.d.mts +1 -1
- package/dist/components/ChatWindow.d.mts +1 -1
- package/dist/components/CodeEditor.d.mts +3 -3
- package/dist/components/CodeEditor.mjs +1 -1
- package/dist/components/CollapsePanel.d.mts +1 -1
- package/dist/components/CommentThread.d.mts +1 -1
- package/dist/components/Countdown.d.mts +3 -3
- package/dist/components/CropUpload.d.mts +1 -1
- package/dist/components/DataExport.d.mts +1 -1
- package/dist/components/DataTableWithToolbar.d.mts +3 -3
- package/dist/components/DatePicker.d.mts +3 -3
- package/dist/components/Descriptions.d.mts +1 -1
- package/dist/components/Drawer.d.mts +5 -5
- package/dist/components/Empty.d.mts +1 -1
- package/dist/components/FileManager.d.mts +1 -1
- package/dist/components/FloatButton.d.mts +2 -2
- package/dist/components/FormWizard.d.mts +2 -2
- package/dist/components/FunnelChart.d.mts +1 -1
- package/dist/components/Gantt.d.mts +1 -1
- package/dist/components/GaugeChart.d.mts +2 -2
- package/dist/components/Header.d.mts +1 -1
- package/dist/components/HeatmapChart.d.mts +1 -1
- package/dist/components/Icon.d.mts +1 -1
- package/dist/components/ImageAnnotation.d.mts +3 -3
- package/dist/components/ImageCropper.d.mts +1 -1
- package/dist/components/ImagePreview.d.mts +1 -1
- package/dist/components/ImageViewer.d.mts +1 -1
- package/dist/components/InfiniteScroll.d.mts +1 -1
- package/dist/components/Input.d.mts +3 -3
- package/dist/components/InputGroup.d.mts +1 -1
- package/dist/components/InputNumber.d.mts +3 -3
- package/dist/components/Kanban.d.mts +1 -1
- package/dist/components/List.d.mts +2 -2
- package/dist/components/Loading.d.mts +2 -2
- package/dist/components/MarkdownEditor.d.mts +5 -5
- package/dist/components/Mentions.d.mts +2 -2
- package/dist/components/Menu.d.mts +4 -4
- package/dist/components/Modal.d.mts +6 -6
- package/dist/components/NotificationCenter.d.mts +2 -2
- package/dist/components/NumberKeyboard.d.mts +3 -3
- package/dist/components/OrgChart.d.mts +2 -2
- package/dist/components/Pagination.d.mts +2 -2
- package/dist/components/Popconfirm.d.mts +2 -2
- package/dist/components/Popover.d.mts +3 -3
- package/dist/components/Progress.d.mts +6 -6
- package/dist/components/QRCode.d.mts +1 -1
- package/dist/components/Result.d.mts +1 -1
- package/dist/components/RichTextEditor.d.mts +4 -4
- package/dist/components/ScatterChart.d.mts +2 -2
- package/dist/components/ScrollSpy.d.mts +3 -3
- package/dist/components/Segmented.d.mts +2 -2
- package/dist/components/Signature.d.mts +5 -5
- package/dist/components/Skeleton.d.mts +1 -1
- package/dist/components/Slider.d.mts +1 -1
- package/dist/components/Splitter.d.mts +1 -1
- package/dist/components/Spotlight.d.mts +4 -4
- package/dist/components/Statistic.d.mts +1 -1
- package/dist/components/Steps.d.mts +3 -3
- package/dist/components/Tabs.d.mts +3 -3
- package/dist/components/Tag.d.mts +2 -2
- package/dist/components/TaskBoard.d.mts +2 -2
- package/dist/components/Textarea.d.mts +1 -1
- package/dist/components/TimePicker.d.mts +3 -3
- package/dist/components/Timeline.d.mts +3 -3
- package/dist/components/Tour.d.mts +1 -1
- package/dist/components/Tree.d.mts +2 -2
- package/dist/components/Upload.d.mts +4 -4
- package/dist/components/VirtualTable.d.mts +2 -2
- package/dist/components/Watermark.d.mts +5 -5
- package/dist/index.mjs +1 -0
- package/package.json +2 -2
|
@@ -101,10 +101,10 @@ declare const InfiniteScroll: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
101
101
|
}>> & Readonly<{
|
|
102
102
|
"onLoad-more"?: ((...args: any[]) => any) | undefined;
|
|
103
103
|
}>, {
|
|
104
|
+
className: string;
|
|
104
105
|
locale: Partial<TigerLocale>;
|
|
105
106
|
direction: "vertical" | "horizontal";
|
|
106
107
|
loadingText: string;
|
|
107
|
-
className: string;
|
|
108
108
|
disabled: boolean;
|
|
109
109
|
loading: boolean;
|
|
110
110
|
threshold: number;
|
|
@@ -244,15 +244,15 @@ declare const Input: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
244
244
|
type: PropType<Record<string, string | number>>;
|
|
245
245
|
};
|
|
246
246
|
}>> & Readonly<{
|
|
247
|
-
|
|
247
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
248
248
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
249
249
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
250
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
251
250
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
251
|
+
onClear?: ((...args: any[]) => any) | undefined;
|
|
252
252
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
253
253
|
}>, {
|
|
254
|
-
status: InputStatus;
|
|
255
254
|
type: InputType;
|
|
255
|
+
status: InputStatus;
|
|
256
256
|
placeholder: string;
|
|
257
257
|
required: boolean;
|
|
258
258
|
size: ComponentSize;
|
|
@@ -45,8 +45,8 @@ declare const InputGroup: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
45
45
|
default: undefined;
|
|
46
46
|
};
|
|
47
47
|
}>> & Readonly<{}>, {
|
|
48
|
-
size: ComponentSize;
|
|
49
48
|
className: string;
|
|
49
|
+
size: ComponentSize;
|
|
50
50
|
compact: boolean;
|
|
51
51
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
52
52
|
declare const InputGroupAddon: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
@@ -106,7 +106,7 @@ declare const InputNumber: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
106
106
|
};
|
|
107
107
|
}>, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
108
108
|
[key: string]: any;
|
|
109
|
-
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("
|
|
109
|
+
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("change" | "blur" | "focus" | "update:modelValue")[], "change" | "blur" | "focus" | "update:modelValue", vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
110
110
|
modelValue: {
|
|
111
111
|
type: PropType<number | null>;
|
|
112
112
|
};
|
|
@@ -184,14 +184,14 @@ declare const InputNumber: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
184
184
|
default: undefined;
|
|
185
185
|
};
|
|
186
186
|
}>> & Readonly<{
|
|
187
|
-
onBlur?: ((...args: any[]) => any) | undefined;
|
|
188
187
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
188
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
189
189
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
190
190
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
191
191
|
}>, {
|
|
192
|
+
className: string;
|
|
192
193
|
status: InputStatus;
|
|
193
194
|
size: ComponentSize;
|
|
194
|
-
className: string;
|
|
195
195
|
disabled: boolean;
|
|
196
196
|
defaultValue: number | null;
|
|
197
197
|
min: number;
|
|
@@ -177,9 +177,9 @@ declare const Kanban: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
177
177
|
"onColumn-add"?: ((...args: any[]) => any) | undefined;
|
|
178
178
|
"onUpdate:columns"?: ((...args: any[]) => any) | undefined;
|
|
179
179
|
}>, {
|
|
180
|
-
locale: Partial<TigerLocale>;
|
|
181
180
|
className: string;
|
|
182
181
|
style: Record<string, string | number>;
|
|
182
|
+
locale: Partial<TigerLocale>;
|
|
183
183
|
columns: TaskBoardColumn[];
|
|
184
184
|
columnDraggable: boolean;
|
|
185
185
|
draggable: boolean;
|
|
@@ -295,12 +295,12 @@ declare const List: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
295
295
|
"onItem-click"?: ((...args: any[]) => any) | undefined;
|
|
296
296
|
onReorder?: ((...args: any[]) => any) | undefined;
|
|
297
297
|
}>, {
|
|
298
|
+
className: string;
|
|
299
|
+
style: Record<string, string | number>;
|
|
298
300
|
locale: Partial<TigerLocale>;
|
|
299
301
|
pagination: false | ListPaginationConfig;
|
|
300
302
|
emptyText: string;
|
|
301
303
|
size: ComponentSize;
|
|
302
|
-
className: string;
|
|
303
|
-
style: Record<string, string | number>;
|
|
304
304
|
loading: boolean;
|
|
305
305
|
virtual: boolean;
|
|
306
306
|
dataSource: ListItem[];
|
|
@@ -115,10 +115,10 @@ declare const Loading: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
115
115
|
default: undefined;
|
|
116
116
|
};
|
|
117
117
|
}>> & Readonly<{}>, {
|
|
118
|
-
locale: Partial<TigerLocale>;
|
|
119
|
-
size: LoadingSize;
|
|
120
118
|
className: string;
|
|
121
119
|
style: Record<string, string | number>;
|
|
120
|
+
locale: Partial<TigerLocale>;
|
|
121
|
+
size: LoadingSize;
|
|
122
122
|
variant: LoadingVariant;
|
|
123
123
|
text: string;
|
|
124
124
|
color: LoadingColor;
|
|
@@ -149,16 +149,16 @@ declare const MarkdownEditor: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
149
149
|
"onUpdate:mode"?: ((...args: any[]) => any) | undefined;
|
|
150
150
|
"onMode-change"?: ((...args: any[]) => any) | undefined;
|
|
151
151
|
}>, {
|
|
152
|
+
className: string;
|
|
153
|
+
style: Record<string, string | number>;
|
|
154
|
+
mode: MarkdownEditorMode;
|
|
155
|
+
value: string;
|
|
156
|
+
height: string | number;
|
|
152
157
|
locale: Partial<TigerLocale>;
|
|
153
158
|
labels: Partial<TigerLocaleMarkdownEditor>;
|
|
154
159
|
placeholder: string;
|
|
155
|
-
className: string;
|
|
156
|
-
mode: MarkdownEditorMode;
|
|
157
|
-
style: Record<string, string | number>;
|
|
158
160
|
disabled: boolean;
|
|
159
|
-
value: string;
|
|
160
161
|
defaultValue: string;
|
|
161
|
-
height: string | number;
|
|
162
162
|
toolbar: false | MarkdownToolbarItem[];
|
|
163
163
|
readOnly: boolean;
|
|
164
164
|
defaultMode: MarkdownEditorMode;
|
|
@@ -42,7 +42,7 @@ declare const Mentions: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
42
42
|
};
|
|
43
43
|
}>, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
44
44
|
[key: string]: any;
|
|
45
|
-
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("
|
|
45
|
+
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("change" | "select" | "update:modelValue")[], "change" | "select" | "update:modelValue", vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
46
46
|
modelValue: {
|
|
47
47
|
type: StringConstructor;
|
|
48
48
|
default: string;
|
|
@@ -72,8 +72,8 @@ declare const Mentions: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
72
72
|
default: number;
|
|
73
73
|
};
|
|
74
74
|
}>> & Readonly<{
|
|
75
|
-
onSelect?: ((...args: any[]) => any) | undefined;
|
|
76
75
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
76
|
+
onSelect?: ((...args: any[]) => any) | undefined;
|
|
77
77
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
78
78
|
}>, {
|
|
79
79
|
placeholder: string;
|
|
@@ -144,7 +144,7 @@ declare const Menu: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
144
144
|
};
|
|
145
145
|
}>, () => VNode<vue.RendererNode, vue.RendererElement, {
|
|
146
146
|
[key: string]: any;
|
|
147
|
-
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("
|
|
147
|
+
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("search" | "select" | "update:searchValue" | "open-change" | "update:selectedKeys" | "update:openKeys")[], "search" | "select" | "update:searchValue" | "open-change" | "update:selectedKeys" | "update:openKeys", vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
148
148
|
/**
|
|
149
149
|
* Data-driven menu items
|
|
150
150
|
*/
|
|
@@ -260,12 +260,12 @@ declare const Menu: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
260
260
|
onSearch?: ((...args: any[]) => any) | undefined;
|
|
261
261
|
"onUpdate:openKeys"?: ((...args: any[]) => any) | undefined;
|
|
262
262
|
}>, {
|
|
263
|
+
className: string;
|
|
264
|
+
style: Record<string, string | number> | undefined;
|
|
265
|
+
mode: MenuMode;
|
|
263
266
|
theme: MenuTheme;
|
|
264
267
|
emptyText: string;
|
|
265
268
|
searchPlaceholder: string;
|
|
266
|
-
className: string;
|
|
267
|
-
mode: MenuMode;
|
|
268
|
-
style: Record<string, string | number> | undefined;
|
|
269
269
|
searchable: boolean;
|
|
270
270
|
multiple: boolean;
|
|
271
271
|
searchValue: string;
|
|
@@ -176,7 +176,7 @@ declare const Modal: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
176
176
|
type: BooleanConstructor;
|
|
177
177
|
default: boolean;
|
|
178
178
|
};
|
|
179
|
-
}>, () => vue.VNodeChild, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("
|
|
179
|
+
}>, () => vue.VNodeChild, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("cancel" | "close" | "ok" | "update:open" | "after-close")[], "cancel" | "close" | "ok" | "update:open" | "after-close", vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
180
180
|
/**
|
|
181
181
|
* Whether the modal is open
|
|
182
182
|
* @default false
|
|
@@ -338,21 +338,21 @@ declare const Modal: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
338
338
|
"onAfter-close"?: ((...args: any[]) => any) | undefined;
|
|
339
339
|
onOk?: ((...args: any[]) => any) | undefined;
|
|
340
340
|
}>, {
|
|
341
|
+
zIndex: number;
|
|
342
|
+
className: string;
|
|
343
|
+
style: Record<string, unknown>;
|
|
344
|
+
title: string;
|
|
345
|
+
width: string | number;
|
|
341
346
|
locale: Partial<TigerLocale>;
|
|
342
347
|
okText: string;
|
|
343
348
|
cancelText: string;
|
|
344
349
|
closeAriaLabel: string;
|
|
345
350
|
labels: Partial<TigerLocaleModal>;
|
|
346
351
|
size: ModalSize;
|
|
347
|
-
className: string;
|
|
348
|
-
style: Record<string, unknown>;
|
|
349
|
-
title: string;
|
|
350
352
|
mask: boolean;
|
|
351
353
|
open: boolean;
|
|
352
|
-
width: string | number;
|
|
353
354
|
draggable: boolean;
|
|
354
355
|
closable: boolean;
|
|
355
|
-
zIndex: number;
|
|
356
356
|
maskClosable: boolean;
|
|
357
357
|
centered: boolean;
|
|
358
358
|
destroyOnClose: boolean;
|
|
@@ -187,11 +187,11 @@ declare const NotificationCenter: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
187
187
|
"onMark-all-read"?: ((...args: any[]) => any) | undefined;
|
|
188
188
|
"onItem-read-change"?: ((...args: any[]) => any) | undefined;
|
|
189
189
|
}>, {
|
|
190
|
-
loadingText: string;
|
|
191
|
-
emptyText: string;
|
|
192
190
|
className: string;
|
|
193
191
|
style: Record<string, string | number>;
|
|
194
192
|
title: string;
|
|
193
|
+
loadingText: string;
|
|
194
|
+
emptyText: string;
|
|
195
195
|
loading: boolean;
|
|
196
196
|
groupBy: (item: NotificationItem) => string;
|
|
197
197
|
items: NotificationItem[];
|
|
@@ -134,13 +134,13 @@ declare const NumberKeyboard: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
134
134
|
"onKey-press"?: ((...args: any[]) => any) | undefined;
|
|
135
135
|
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
136
136
|
}>, {
|
|
137
|
+
className: string;
|
|
138
|
+
style: Record<string, unknown>;
|
|
139
|
+
mode: NumberKeyboardMode;
|
|
137
140
|
locale: Partial<TigerLocale>;
|
|
138
141
|
ariaLabel: string;
|
|
139
142
|
deleteText: string;
|
|
140
143
|
maxLength: number;
|
|
141
|
-
className: string;
|
|
142
|
-
mode: NumberKeyboardMode;
|
|
143
|
-
style: Record<string, unknown>;
|
|
144
144
|
disabled: boolean;
|
|
145
145
|
defaultValue: string;
|
|
146
146
|
modelValue: string;
|
|
@@ -174,10 +174,10 @@ declare const OrgChart: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
174
174
|
"onNode-hover"?: ((...args: any[]) => any) | undefined;
|
|
175
175
|
"onUpdate:selectedId"?: ((...args: any[]) => any) | undefined;
|
|
176
176
|
}>, {
|
|
177
|
-
direction: "vertical" | "horizontal";
|
|
178
|
-
ariaLabel: string;
|
|
179
177
|
width: number;
|
|
180
178
|
height: number;
|
|
179
|
+
direction: "vertical" | "horizontal";
|
|
180
|
+
ariaLabel: string;
|
|
181
181
|
padding: ChartPadding;
|
|
182
182
|
hoverable: boolean;
|
|
183
183
|
selectedId: string | number | null;
|
|
@@ -380,13 +380,13 @@ declare const Pagination: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
380
380
|
"onUpdate:pageSize"?: ((...args: any[]) => any) | undefined;
|
|
381
381
|
"onPage-size-change"?: ((...args: any[]) => any) | undefined;
|
|
382
382
|
}>, {
|
|
383
|
+
className: string;
|
|
384
|
+
style: Record<string, unknown>;
|
|
383
385
|
locale: TigerLocaleInput;
|
|
384
386
|
totalText: (total: number, range: [number, number]) => string;
|
|
385
387
|
pageIndicatorText: (current: number, totalPages: number) => string;
|
|
386
388
|
labels: Partial<TigerLocalePagination>;
|
|
387
389
|
size: PaginationSize;
|
|
388
|
-
className: string;
|
|
389
|
-
style: Record<string, unknown>;
|
|
390
390
|
disabled: boolean;
|
|
391
391
|
align: PaginationAlign;
|
|
392
392
|
simple: boolean;
|
|
@@ -154,11 +154,11 @@ declare const Popconfirm: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
154
154
|
"onUpdate:open"?: ((...args: any[]) => any) | undefined;
|
|
155
155
|
"onOpen-change"?: ((...args: any[]) => any) | undefined;
|
|
156
156
|
}>, {
|
|
157
|
-
okText: string;
|
|
158
|
-
cancelText: string;
|
|
159
157
|
className: string;
|
|
160
158
|
style: StyleValue;
|
|
161
159
|
title: string;
|
|
160
|
+
okText: string;
|
|
161
|
+
cancelText: string;
|
|
162
162
|
disabled: boolean;
|
|
163
163
|
icon: PopconfirmIconType;
|
|
164
164
|
placement: FloatingPlacement;
|
|
@@ -44,7 +44,7 @@ declare const Popover: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
44
44
|
};
|
|
45
45
|
/** Width (pixel number or Tailwind class) */
|
|
46
46
|
width: {
|
|
47
|
-
type: (
|
|
47
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
48
48
|
default: undefined;
|
|
49
49
|
};
|
|
50
50
|
/** Offset distance in pixels @default 8 */
|
|
@@ -101,7 +101,7 @@ declare const Popover: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
101
101
|
};
|
|
102
102
|
/** Width (pixel number or Tailwind class) */
|
|
103
103
|
width: {
|
|
104
|
-
type: (
|
|
104
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
105
105
|
default: undefined;
|
|
106
106
|
};
|
|
107
107
|
/** Offset distance in pixels @default 8 */
|
|
@@ -125,11 +125,11 @@ declare const Popover: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
125
125
|
className: string;
|
|
126
126
|
style: StyleValue;
|
|
127
127
|
title: string;
|
|
128
|
+
width: string | number;
|
|
128
129
|
disabled: boolean;
|
|
129
130
|
placement: FloatingPlacement;
|
|
130
131
|
offset: number;
|
|
131
132
|
open: boolean;
|
|
132
|
-
width: string | number;
|
|
133
133
|
content: string;
|
|
134
134
|
trigger: PopoverTrigger;
|
|
135
135
|
defaultOpen: boolean;
|
|
@@ -51,7 +51,7 @@ declare const Progress: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
51
51
|
default: number;
|
|
52
52
|
};
|
|
53
53
|
width: {
|
|
54
|
-
type: (
|
|
54
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
55
55
|
default: string;
|
|
56
56
|
};
|
|
57
57
|
height: {
|
|
@@ -114,7 +114,7 @@ declare const Progress: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
114
114
|
default: number;
|
|
115
115
|
};
|
|
116
116
|
width: {
|
|
117
|
-
type: (
|
|
117
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
118
118
|
default: string;
|
|
119
119
|
};
|
|
120
120
|
height: {
|
|
@@ -130,15 +130,15 @@ declare const Progress: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
130
130
|
default: undefined;
|
|
131
131
|
};
|
|
132
132
|
}>> & Readonly<{}>, {
|
|
133
|
-
status: ProgressStatus;
|
|
134
133
|
type: ProgressType;
|
|
135
|
-
size: ProgressSize;
|
|
136
134
|
className: string;
|
|
137
135
|
style: Record<string, string | number>;
|
|
138
|
-
variant: ProgressVariant;
|
|
139
|
-
text: string;
|
|
140
136
|
width: string | number;
|
|
141
137
|
height: number;
|
|
138
|
+
status: ProgressStatus;
|
|
139
|
+
size: ProgressSize;
|
|
140
|
+
variant: ProgressVariant;
|
|
141
|
+
text: string;
|
|
142
142
|
format: (p: number) => string;
|
|
143
143
|
striped: boolean;
|
|
144
144
|
strokeWidth: number;
|
|
@@ -83,10 +83,10 @@ declare const QRCode: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
83
83
|
}>> & Readonly<{
|
|
84
84
|
onRefresh?: ((...args: any[]) => any) | undefined;
|
|
85
85
|
}>, {
|
|
86
|
+
className: string;
|
|
86
87
|
locale: Partial<TigerLocale>;
|
|
87
88
|
status: QRCodeStatus;
|
|
88
89
|
size: number;
|
|
89
|
-
className: string;
|
|
90
90
|
color: string;
|
|
91
91
|
level: QRCodeLevel;
|
|
92
92
|
bgColor: string;
|
|
@@ -54,10 +54,10 @@ declare const Result: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
54
54
|
default: undefined;
|
|
55
55
|
};
|
|
56
56
|
}>> & Readonly<{}>, {
|
|
57
|
-
status: ResultStatus;
|
|
58
57
|
className: string;
|
|
59
58
|
style: Record<string, string | number>;
|
|
60
59
|
title: string;
|
|
60
|
+
status: ResultStatus;
|
|
61
61
|
subTitle: string;
|
|
62
62
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
63
63
|
|
|
@@ -126,15 +126,15 @@ declare const RichTextEditor: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
126
126
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
127
127
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
128
128
|
}>, {
|
|
129
|
+
className: string;
|
|
130
|
+
mode: RichTextEditorMode;
|
|
131
|
+
value: string;
|
|
132
|
+
height: string | number;
|
|
129
133
|
locale: Partial<TigerLocale>;
|
|
130
134
|
labels: Partial<TigerLocaleRichTextEditor>;
|
|
131
135
|
placeholder: string;
|
|
132
|
-
className: string;
|
|
133
|
-
mode: RichTextEditorMode;
|
|
134
136
|
disabled: boolean;
|
|
135
|
-
value: string;
|
|
136
137
|
defaultValue: string;
|
|
137
|
-
height: string | number;
|
|
138
138
|
toolbar: ToolbarItem[];
|
|
139
139
|
readOnly: boolean;
|
|
140
140
|
engine: RichTextEngine;
|
|
@@ -382,10 +382,10 @@ declare const ScatterChart: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
382
382
|
"onPoint-click"?: ((...args: any[]) => any) | undefined;
|
|
383
383
|
"onPoint-hover"?: ((...args: any[]) => any) | undefined;
|
|
384
384
|
}>, {
|
|
385
|
-
locale: Partial<TigerLocale>;
|
|
386
|
-
labels: Partial<TigerLocaleChart>;
|
|
387
385
|
width: number;
|
|
388
386
|
height: number;
|
|
387
|
+
locale: Partial<TigerLocale>;
|
|
388
|
+
labels: Partial<TigerLocaleChart>;
|
|
389
389
|
padding: ChartPadding;
|
|
390
390
|
gradient: boolean;
|
|
391
391
|
hoverable: boolean;
|
|
@@ -107,15 +107,15 @@ declare const ScrollSpy: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
107
107
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
108
108
|
"onUpdate:activeKey"?: ((...args: any[]) => any) | undefined;
|
|
109
109
|
}>, {
|
|
110
|
-
|
|
111
|
-
ariaLabel: string;
|
|
110
|
+
offsetTop: number;
|
|
112
111
|
className: string;
|
|
113
112
|
style: Record<string, string | number>;
|
|
113
|
+
direction: ScrollSpyDirection;
|
|
114
|
+
ariaLabel: string;
|
|
114
115
|
sticky: boolean;
|
|
115
116
|
items: ScrollSpyItem[];
|
|
116
117
|
activeKey: ScrollSpyKey;
|
|
117
118
|
defaultActiveKey: ScrollSpyKey;
|
|
118
|
-
offsetTop: number;
|
|
119
119
|
targetOffset: number;
|
|
120
120
|
bounds: number;
|
|
121
121
|
getContainer: () => HTMLElement | Window;
|
|
@@ -59,10 +59,10 @@ declare const Segmented: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
59
59
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
60
60
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
61
61
|
}>, {
|
|
62
|
-
size: ComponentSize;
|
|
63
62
|
className: string;
|
|
64
|
-
disabled: boolean;
|
|
65
63
|
block: boolean;
|
|
64
|
+
size: ComponentSize;
|
|
65
|
+
disabled: boolean;
|
|
66
66
|
modelValue: string | number;
|
|
67
67
|
options: SegmentedOption[];
|
|
68
68
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
@@ -70,7 +70,7 @@ declare const Signature: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
70
70
|
};
|
|
71
71
|
}>, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
72
72
|
[key: string]: any;
|
|
73
|
-
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("
|
|
73
|
+
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("change" | "end" | "clear" | "update:modelValue" | "begin")[], "change" | "end" | "clear" | "update:modelValue" | "begin", vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
74
74
|
modelValue: {
|
|
75
75
|
type: StringConstructor;
|
|
76
76
|
default: undefined;
|
|
@@ -142,16 +142,16 @@ declare const Signature: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
142
142
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
143
143
|
onBegin?: ((...args: any[]) => any) | undefined;
|
|
144
144
|
}>, {
|
|
145
|
+
className: string;
|
|
146
|
+
style: Record<string, unknown>;
|
|
147
|
+
width: number;
|
|
148
|
+
height: number;
|
|
145
149
|
locale: Partial<TigerLocale>;
|
|
146
150
|
clearText: string;
|
|
147
151
|
ariaLabel: string;
|
|
148
|
-
className: string;
|
|
149
|
-
style: Record<string, unknown>;
|
|
150
152
|
disabled: boolean;
|
|
151
153
|
modelValue: string;
|
|
152
154
|
clearable: boolean;
|
|
153
|
-
width: number;
|
|
154
|
-
height: number;
|
|
155
155
|
penColor: string;
|
|
156
156
|
backgroundColor: string;
|
|
157
157
|
lineWidth: number;
|
|
@@ -84,9 +84,9 @@ declare const Skeleton: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
84
84
|
}>> & Readonly<{}>, {
|
|
85
85
|
className: string;
|
|
86
86
|
style: Record<string, string | number>;
|
|
87
|
-
variant: SkeletonVariant;
|
|
88
87
|
width: string;
|
|
89
88
|
height: string;
|
|
89
|
+
variant: SkeletonVariant;
|
|
90
90
|
rows: number;
|
|
91
91
|
shape: SkeletonShape;
|
|
92
92
|
animation: SkeletonAnimation;
|
|
@@ -213,9 +213,9 @@ declare const Slider: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
213
213
|
onChange?: ((value: number | [number, number]) => any) | undefined;
|
|
214
214
|
"onUpdate:value"?: ((value: number | [number, number]) => any) | undefined;
|
|
215
215
|
}>, {
|
|
216
|
-
size: ComponentSize;
|
|
217
216
|
className: string;
|
|
218
217
|
style: Record<string, string | number>;
|
|
218
|
+
size: ComponentSize;
|
|
219
219
|
disabled: boolean;
|
|
220
220
|
min: number;
|
|
221
221
|
max: number;
|
|
@@ -86,9 +86,9 @@ declare const Splitter: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
86
86
|
"onResize-start"?: ((...args: any[]) => any) | undefined;
|
|
87
87
|
"onResize-end"?: ((...args: any[]) => any) | undefined;
|
|
88
88
|
}>, {
|
|
89
|
-
direction: SplitDirection;
|
|
90
89
|
className: string;
|
|
91
90
|
style: Record<string, string | number>;
|
|
91
|
+
direction: SplitDirection;
|
|
92
92
|
disabled: boolean;
|
|
93
93
|
min: number;
|
|
94
94
|
max: number;
|
|
@@ -180,17 +180,17 @@ declare const Spotlight: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
180
180
|
"onUpdate:query"?: ((...args: any[]) => any) | undefined;
|
|
181
181
|
"onQuery-change"?: ((...args: any[]) => any) | undefined;
|
|
182
182
|
}>, {
|
|
183
|
-
|
|
184
|
-
emptyText: string;
|
|
185
|
-
placeholder: string;
|
|
183
|
+
zIndex: number;
|
|
186
184
|
className: string;
|
|
187
185
|
style: Record<string, unknown>;
|
|
188
186
|
title: string;
|
|
187
|
+
locale: Partial<TigerLocale>;
|
|
188
|
+
emptyText: string;
|
|
189
|
+
placeholder: string;
|
|
189
190
|
mask: boolean;
|
|
190
191
|
open: boolean | undefined;
|
|
191
192
|
limit: number;
|
|
192
193
|
defaultOpen: boolean;
|
|
193
|
-
zIndex: number;
|
|
194
194
|
maskClosable: boolean;
|
|
195
195
|
items: SpotlightItem[];
|
|
196
196
|
query: string | undefined;
|
|
@@ -88,10 +88,10 @@ declare const Statistic: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
88
88
|
default: undefined;
|
|
89
89
|
};
|
|
90
90
|
}>> & Readonly<{}>, {
|
|
91
|
-
size: ComponentSize;
|
|
92
91
|
className: string;
|
|
93
92
|
title: string;
|
|
94
93
|
value: string | number;
|
|
94
|
+
size: ComponentSize;
|
|
95
95
|
precision: number;
|
|
96
96
|
prefix: string;
|
|
97
97
|
suffix: string;
|
|
@@ -150,9 +150,9 @@ declare const StepsItem: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
150
150
|
default: boolean;
|
|
151
151
|
};
|
|
152
152
|
}>> & Readonly<{}>, {
|
|
153
|
-
status: StepStatus;
|
|
154
153
|
className: string;
|
|
155
154
|
style: Record<string, unknown>;
|
|
155
|
+
status: StepStatus;
|
|
156
156
|
disabled: boolean;
|
|
157
157
|
icon: undefined;
|
|
158
158
|
description: string;
|
|
@@ -285,11 +285,11 @@ declare const Steps: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
285
285
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
286
286
|
"onUpdate:current"?: ((...args: any[]) => any) | undefined;
|
|
287
287
|
}>, {
|
|
288
|
+
className: string;
|
|
289
|
+
style: Record<string, unknown>;
|
|
288
290
|
direction: StepsDirection;
|
|
289
291
|
status: StepStatus;
|
|
290
292
|
size: StepSize;
|
|
291
|
-
className: string;
|
|
292
|
-
style: Record<string, unknown>;
|
|
293
293
|
simple: boolean;
|
|
294
294
|
current: number;
|
|
295
295
|
clickable: boolean;
|
|
@@ -410,12 +410,12 @@ declare const Tabs: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
410
410
|
onEdit?: ((...args: any[]) => any) | undefined;
|
|
411
411
|
"onTab-click"?: ((...args: any[]) => any) | undefined;
|
|
412
412
|
}>, {
|
|
413
|
-
locale: Partial<TigerLocale>;
|
|
414
413
|
type: TabType;
|
|
415
|
-
labels: Partial<TigerLocaleTabs>;
|
|
416
|
-
size: TabSize;
|
|
417
414
|
className: string;
|
|
418
415
|
style: Record<string, string | number>;
|
|
416
|
+
locale: Partial<TigerLocale>;
|
|
417
|
+
labels: Partial<TigerLocaleTabs>;
|
|
418
|
+
size: TabSize;
|
|
419
419
|
closable: boolean;
|
|
420
420
|
lazy: boolean;
|
|
421
421
|
activeKey: string | number;
|
|
@@ -118,11 +118,11 @@ declare const Tag: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
118
118
|
}>> & Readonly<{
|
|
119
119
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
120
120
|
}>, {
|
|
121
|
+
className: string;
|
|
122
|
+
style: Record<string, string | number>;
|
|
121
123
|
locale: Partial<TigerLocale>;
|
|
122
124
|
closeAriaLabel: string;
|
|
123
125
|
size: TagSize;
|
|
124
|
-
className: string;
|
|
125
|
-
style: Record<string, string | number>;
|
|
126
126
|
variant: TagVariant;
|
|
127
127
|
closable: boolean;
|
|
128
128
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
@@ -186,10 +186,10 @@ declare const TaskBoard: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
186
186
|
"onColumn-add"?: ((...args: any[]) => any) | undefined;
|
|
187
187
|
"onUpdate:columns"?: ((...args: any[]) => any) | undefined;
|
|
188
188
|
}>, {
|
|
189
|
-
locale: Partial<TigerLocale>;
|
|
190
|
-
labels: Partial<TigerLocaleTaskBoard>;
|
|
191
189
|
className: string;
|
|
192
190
|
style: Record<string, string | number>;
|
|
191
|
+
locale: Partial<TigerLocale>;
|
|
192
|
+
labels: Partial<TigerLocaleTaskBoard>;
|
|
193
193
|
columns: TaskBoardColumn[];
|
|
194
194
|
columnDraggable: boolean;
|
|
195
195
|
draggable: boolean;
|
|
@@ -288,9 +288,9 @@ declare const Textarea: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
288
288
|
type: PropType<Record<string, string | number>>;
|
|
289
289
|
};
|
|
290
290
|
}>> & Readonly<{
|
|
291
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
291
292
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
292
293
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
293
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
294
294
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
295
295
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
296
296
|
}>, {
|