@expcat/tigercat-vue 1.2.37 → 1.2.41
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-MD7S2A55.js → chunk-5TJI4HOT.js} +2 -2
- package/dist/{chunk-FKCZSBM6.js → chunk-7IVLFDZI.js} +17 -3
- package/dist/{chunk-W54LFA7A.mjs → chunk-CHDKJDZQ.mjs} +306 -94
- package/dist/{chunk-2HT6YGRY.js → chunk-EWQJGR7E.js} +185 -18
- package/dist/{chunk-U2PPTMQX.mjs → chunk-FI2EIJIF.mjs} +1 -1
- package/dist/{chunk-HSMN5FWL.js → chunk-GD2WAN62.js} +2 -2
- package/dist/{chunk-ILTIUESE.mjs → chunk-GFQDHFAX.mjs} +178 -11
- package/dist/{chunk-3EVCDIZE.js → chunk-KGDRA475.js} +2 -2
- package/dist/{chunk-WT3LV7OQ.mjs → chunk-KJ6VISRW.mjs} +1 -1
- package/dist/{chunk-6DYGPOYH.js → chunk-LUAI6VXV.js} +2 -2
- package/dist/{chunk-UJZPEXF5.mjs → chunk-M4EP4OVR.mjs} +19 -4
- package/dist/{chunk-RRI3F52B.js → chunk-OFTAQ2A4.js} +305 -93
- package/dist/{chunk-PC2FNA4J.mjs → chunk-PT4Q7C2A.mjs} +1 -1
- package/dist/{chunk-S3KTGULC.js → chunk-QOMWROWE.js} +22 -7
- package/dist/{chunk-FATIMV7O.mjs → chunk-ROMVD7LS.mjs} +1 -1
- package/dist/{chunk-NYH6GSP7.mjs → chunk-VKW2O36D.mjs} +17 -3
- package/dist/components/ActivityFeed.d.mts +6 -6
- package/dist/components/ActivityFeed.d.ts +6 -6
- package/dist/components/Alert.d.mts +3 -3
- package/dist/components/Alert.d.ts +3 -3
- package/dist/components/Anchor.d.mts +1 -1
- package/dist/components/Anchor.d.ts +1 -1
- package/dist/components/AreaChart.d.mts +2 -2
- package/dist/components/AreaChart.d.ts +2 -2
- 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/Badge.d.mts +3 -3
- package/dist/components/Badge.d.ts +3 -3
- package/dist/components/BarChart.d.mts +1 -1
- package/dist/components/BarChart.d.ts +1 -1
- package/dist/components/Breadcrumb.d.mts +2 -2
- package/dist/components/Breadcrumb.d.ts +2 -2
- package/dist/components/Button.d.mts +3 -3
- package/dist/components/Button.d.ts +3 -3
- package/dist/components/ButtonGroup.d.mts +1 -1
- package/dist/components/ButtonGroup.d.ts +1 -1
- package/dist/components/Calendar.d.mts +1 -1
- package/dist/components/Calendar.d.ts +1 -1
- package/dist/components/Card.d.mts +2 -2
- package/dist/components/Card.d.ts +2 -2
- package/dist/components/ChartGrid.d.mts +1 -1
- package/dist/components/ChartGrid.d.ts +1 -1
- package/dist/components/ChatWindow.d.mts +3 -3
- package/dist/components/ChatWindow.d.ts +3 -3
- package/dist/components/ChatWindow.js +3 -3
- package/dist/components/ChatWindow.mjs +2 -2
- package/dist/components/CodeEditor.d.mts +2 -2
- package/dist/components/CodeEditor.d.ts +2 -2
- package/dist/components/Collapse.d.mts +1 -1
- package/dist/components/Collapse.d.ts +1 -1
- package/dist/components/CollapsePanel.d.mts +1 -1
- package/dist/components/CollapsePanel.d.ts +1 -1
- package/dist/components/ColorSwatch.d.mts +1 -1
- package/dist/components/ColorSwatch.d.ts +1 -1
- package/dist/components/CommentThread.d.mts +2 -2
- package/dist/components/CommentThread.d.ts +2 -2
- package/dist/components/ConfigProvider.d.mts +1 -1
- package/dist/components/ConfigProvider.d.ts +1 -1
- package/dist/components/DataTableWithToolbar.d.mts +55 -11
- package/dist/components/DataTableWithToolbar.d.ts +55 -11
- package/dist/components/DataTableWithToolbar.js +11 -3
- package/dist/components/DataTableWithToolbar.mjs +10 -2
- package/dist/components/DatePicker.d.mts +2 -2
- package/dist/components/DatePicker.d.ts +2 -2
- package/dist/components/Descriptions.d.mts +2 -2
- package/dist/components/Descriptions.d.ts +2 -2
- package/dist/components/DonutChart.d.mts +2 -2
- package/dist/components/DonutChart.d.ts +2 -2
- package/dist/components/Drawer.d.mts +5 -5
- package/dist/components/Drawer.d.ts +5 -5
- package/dist/components/Dropdown.d.mts +19 -0
- package/dist/components/Dropdown.d.ts +19 -0
- package/dist/components/Dropdown.js +2 -2
- package/dist/components/Dropdown.mjs +1 -1
- package/dist/components/DropdownItem.js +3 -3
- package/dist/components/DropdownItem.mjs +2 -2
- package/dist/components/DropdownMenu.js +3 -3
- package/dist/components/DropdownMenu.mjs +1 -1
- package/dist/components/Empty.d.mts +1 -1
- package/dist/components/Empty.d.ts +1 -1
- package/dist/components/FileManager.d.mts +1 -1
- package/dist/components/FileManager.d.ts +1 -1
- package/dist/components/FloatButton.d.mts +3 -3
- package/dist/components/FloatButton.d.ts +3 -3
- package/dist/components/Form.d.mts +1 -1
- package/dist/components/Form.d.ts +1 -1
- package/dist/components/FormWizard.d.mts +6 -6
- package/dist/components/FormWizard.d.ts +6 -6
- package/dist/components/FunnelChart.d.mts +1 -1
- package/dist/components/FunnelChart.d.ts +1 -1
- package/dist/components/Gantt.d.mts +1 -1
- package/dist/components/Gantt.d.ts +1 -1
- package/dist/components/GaugeChart.d.mts +1 -1
- package/dist/components/GaugeChart.d.ts +1 -1
- package/dist/components/HeatmapChart.d.mts +2 -2
- package/dist/components/HeatmapChart.d.ts +2 -2
- package/dist/components/Image.d.mts +2 -2
- package/dist/components/Image.d.ts +2 -2
- package/dist/components/ImageAnnotation.d.mts +4 -4
- package/dist/components/ImageAnnotation.d.ts +4 -4
- package/dist/components/InfiniteScroll.d.mts +2 -2
- package/dist/components/InfiniteScroll.d.ts +2 -2
- package/dist/components/Input.d.mts +4 -4
- package/dist/components/Input.d.ts +4 -4
- package/dist/components/InputGroup.d.mts +1 -1
- package/dist/components/InputGroup.d.ts +1 -1
- package/dist/components/InputNumber.d.mts +1 -1
- package/dist/components/InputNumber.d.ts +1 -1
- package/dist/components/Kanban.d.mts +1 -1
- package/dist/components/Kanban.d.ts +1 -1
- package/dist/components/LineChart.d.mts +2 -2
- package/dist/components/LineChart.d.ts +2 -2
- package/dist/components/Link.d.mts +1 -1
- package/dist/components/Link.d.ts +1 -1
- package/dist/components/List.d.mts +6 -6
- package/dist/components/List.d.ts +6 -6
- package/dist/components/Loading.d.mts +5 -5
- package/dist/components/Loading.d.ts +5 -5
- package/dist/components/MarkdownEditor.d.mts +2 -2
- package/dist/components/MarkdownEditor.d.ts +2 -2
- package/dist/components/Mentions.d.mts +2 -2
- package/dist/components/Mentions.d.ts +2 -2
- package/dist/components/Menu.d.mts +5 -5
- package/dist/components/Menu.d.ts +5 -5
- package/dist/components/Modal.d.mts +8 -8
- package/dist/components/Modal.d.ts +8 -8
- package/dist/components/NotificationCenter.d.mts +5 -5
- package/dist/components/NotificationCenter.d.ts +5 -5
- package/dist/components/NumberKeyboard.d.mts +2 -2
- package/dist/components/NumberKeyboard.d.ts +2 -2
- package/dist/components/OrgChart.d.mts +1 -1
- package/dist/components/OrgChart.d.ts +1 -1
- package/dist/components/Pagination.d.mts +5 -5
- package/dist/components/Pagination.d.ts +5 -5
- package/dist/components/PieChart.d.mts +2 -2
- package/dist/components/PieChart.d.ts +2 -2
- package/dist/components/Popconfirm.d.mts +3 -3
- package/dist/components/Popconfirm.d.ts +3 -3
- package/dist/components/Popconfirm.js +3 -3
- package/dist/components/Popconfirm.mjs +2 -2
- package/dist/components/Popover.d.mts +1 -1
- package/dist/components/Popover.d.ts +1 -1
- package/dist/components/Popover.js +3 -3
- package/dist/components/Popover.mjs +2 -2
- package/dist/components/Progress.d.mts +3 -3
- package/dist/components/Progress.d.ts +3 -3
- package/dist/components/QRCode.d.mts +1 -1
- package/dist/components/QRCode.d.ts +1 -1
- package/dist/components/RadarChart.d.mts +2 -2
- package/dist/components/RadarChart.d.ts +2 -2
- package/dist/components/RichTextEditor.d.mts +1 -1
- package/dist/components/RichTextEditor.d.ts +1 -1
- package/dist/components/Row.d.mts +1 -1
- package/dist/components/Row.d.ts +1 -1
- package/dist/components/ScatterChart.d.mts +1 -1
- package/dist/components/ScatterChart.d.ts +1 -1
- package/dist/components/ScrollSpy.d.mts +2 -2
- package/dist/components/ScrollSpy.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/Space.d.mts +2 -2
- package/dist/components/Space.d.ts +2 -2
- package/dist/components/Splitter.d.mts +1 -1
- package/dist/components/Splitter.d.ts +1 -1
- package/dist/components/Spotlight.d.mts +4 -4
- package/dist/components/Spotlight.d.ts +4 -4
- package/dist/components/Steps.d.mts +3 -3
- package/dist/components/Steps.d.ts +3 -3
- package/dist/components/SunburstChart.d.mts +1 -1
- package/dist/components/SunburstChart.d.ts +1 -1
- package/dist/components/Table.d.mts +56 -8
- package/dist/components/Table.d.ts +56 -8
- package/dist/components/Table.js +8 -2
- package/dist/components/Table.mjs +7 -1
- package/dist/components/Tabs.d.mts +2 -2
- package/dist/components/Tabs.d.ts +2 -2
- package/dist/components/Tag.d.mts +1 -1
- package/dist/components/Tag.d.ts +1 -1
- package/dist/components/TaskBoard.d.mts +2 -2
- package/dist/components/TaskBoard.d.ts +2 -2
- package/dist/components/Text.d.mts +3 -3
- package/dist/components/Text.d.ts +3 -3
- package/dist/components/Textarea.d.mts +1 -1
- package/dist/components/Textarea.d.ts +1 -1
- package/dist/components/TimePicker.d.mts +3 -3
- package/dist/components/TimePicker.d.ts +3 -3
- package/dist/components/Timeline.d.mts +3 -3
- package/dist/components/Timeline.d.ts +3 -3
- package/dist/components/Tooltip.d.mts +1 -1
- package/dist/components/Tooltip.d.ts +1 -1
- package/dist/components/Tooltip.js +3 -3
- package/dist/components/Tooltip.mjs +2 -2
- package/dist/components/Tour.d.mts +2 -2
- package/dist/components/Tour.d.ts +2 -2
- package/dist/components/Tree.d.mts +2 -2
- package/dist/components/Tree.d.ts +2 -2
- package/dist/components/TreeMapChart.d.mts +1 -1
- package/dist/components/TreeMapChart.d.ts +1 -1
- package/dist/components/Upload.d.mts +4 -4
- package/dist/components/Upload.d.ts +4 -4
- package/dist/components/VirtualTable.d.mts +2 -2
- package/dist/components/VirtualTable.d.ts +2 -2
- package/dist/components/Watermark.d.mts +1 -1
- package/dist/components/Watermark.d.ts +1 -1
- package/dist/index.js +20 -20
- package/dist/index.mjs +20 -20
- package/package.json +2 -2
- package/dist/{chunk-S45NWVQS.mjs → chunk-6GPX4ONB.mjs} +3 -3
- package/dist/{chunk-VES3OJOP.js → chunk-YS6FW775.js} +2 -2
|
@@ -70,8 +70,8 @@ declare const InputGroupAddon: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
70
70
|
default: undefined;
|
|
71
71
|
};
|
|
72
72
|
}>> & Readonly<{}>, {
|
|
73
|
+
type: "icon" | "text";
|
|
73
74
|
className: string;
|
|
74
|
-
type: "text" | "icon";
|
|
75
75
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
76
76
|
|
|
77
77
|
export { INPUT_GROUP_INJECTION_KEY, InputGroup, InputGroupAddon, type InputGroupContext, type VueInputGroupAddonProps, type VueInputGroupProps, InputGroup as default };
|
|
@@ -70,8 +70,8 @@ declare const InputGroupAddon: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
70
70
|
default: undefined;
|
|
71
71
|
};
|
|
72
72
|
}>> & Readonly<{}>, {
|
|
73
|
+
type: "icon" | "text";
|
|
73
74
|
className: string;
|
|
74
|
-
type: "text" | "icon";
|
|
75
75
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
76
76
|
|
|
77
77
|
export { INPUT_GROUP_INJECTION_KEY, InputGroup, InputGroupAddon, type InputGroupContext, type VueInputGroupAddonProps, type VueInputGroupProps, InputGroup as default };
|
|
@@ -155,13 +155,13 @@ declare const InputNumber: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
155
155
|
}>, {
|
|
156
156
|
size: InputSize;
|
|
157
157
|
disabled: boolean;
|
|
158
|
-
status: InputStatus;
|
|
159
158
|
min: number;
|
|
160
159
|
max: number;
|
|
161
160
|
step: number;
|
|
162
161
|
readonly: boolean;
|
|
163
162
|
precision: number | undefined;
|
|
164
163
|
autoFocus: boolean;
|
|
164
|
+
status: InputStatus;
|
|
165
165
|
keyboard: boolean;
|
|
166
166
|
controls: boolean;
|
|
167
167
|
controlsPosition: "right" | "both";
|
|
@@ -155,13 +155,13 @@ declare const InputNumber: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
155
155
|
}>, {
|
|
156
156
|
size: InputSize;
|
|
157
157
|
disabled: boolean;
|
|
158
|
-
status: InputStatus;
|
|
159
158
|
min: number;
|
|
160
159
|
max: number;
|
|
161
160
|
step: number;
|
|
162
161
|
readonly: boolean;
|
|
163
162
|
precision: number | undefined;
|
|
164
163
|
autoFocus: boolean;
|
|
164
|
+
status: InputStatus;
|
|
165
165
|
keyboard: boolean;
|
|
166
166
|
controls: boolean;
|
|
167
167
|
controlsPosition: "right" | "both";
|
|
@@ -159,9 +159,9 @@ declare const Kanban: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
159
159
|
"onColumn-add"?: ((...args: any[]) => any) | undefined;
|
|
160
160
|
"onUpdate:columns"?: ((...args: any[]) => any) | undefined;
|
|
161
161
|
}>, {
|
|
162
|
+
locale: Partial<TigerLocale>;
|
|
162
163
|
className: string;
|
|
163
164
|
style: Record<string, string | number>;
|
|
164
|
-
locale: Partial<TigerLocale>;
|
|
165
165
|
columns: TaskBoardColumn[];
|
|
166
166
|
columnDraggable: boolean;
|
|
167
167
|
draggable: boolean;
|
|
@@ -159,9 +159,9 @@ declare const Kanban: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
159
159
|
"onColumn-add"?: ((...args: any[]) => any) | undefined;
|
|
160
160
|
"onUpdate:columns"?: ((...args: any[]) => any) | undefined;
|
|
161
161
|
}>, {
|
|
162
|
+
locale: Partial<TigerLocale>;
|
|
162
163
|
className: string;
|
|
163
164
|
style: Record<string, string | number>;
|
|
164
|
-
locale: Partial<TigerLocale>;
|
|
165
165
|
columns: TaskBoardColumn[];
|
|
166
166
|
columnDraggable: boolean;
|
|
167
167
|
draggable: boolean;
|
|
@@ -395,11 +395,11 @@ declare const LineChart: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
395
395
|
"onSeries-click"?: ((...args: any[]) => any) | undefined;
|
|
396
396
|
"onSeries-hover"?: ((...args: any[]) => any) | undefined;
|
|
397
397
|
}>, {
|
|
398
|
-
hoverable: boolean;
|
|
399
|
-
strokeWidth: number;
|
|
400
398
|
width: number;
|
|
401
399
|
height: number;
|
|
402
400
|
padding: ChartPadding;
|
|
401
|
+
hoverable: boolean;
|
|
402
|
+
strokeWidth: number;
|
|
403
403
|
selectable: boolean;
|
|
404
404
|
xTicks: number;
|
|
405
405
|
yTicks: number;
|
|
@@ -395,11 +395,11 @@ declare const LineChart: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
395
395
|
"onSeries-click"?: ((...args: any[]) => any) | undefined;
|
|
396
396
|
"onSeries-hover"?: ((...args: any[]) => any) | undefined;
|
|
397
397
|
}>, {
|
|
398
|
-
hoverable: boolean;
|
|
399
|
-
strokeWidth: number;
|
|
400
398
|
width: number;
|
|
401
399
|
height: number;
|
|
402
400
|
padding: ChartPadding;
|
|
401
|
+
hoverable: boolean;
|
|
402
|
+
strokeWidth: number;
|
|
403
403
|
selectable: boolean;
|
|
404
404
|
xTicks: number;
|
|
405
405
|
yTicks: number;
|
|
@@ -81,9 +81,9 @@ declare const Link: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
81
81
|
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
82
82
|
}>, {
|
|
83
83
|
size: LinkSize;
|
|
84
|
+
disabled: boolean;
|
|
84
85
|
variant: LinkVariant;
|
|
85
86
|
underline: boolean;
|
|
86
|
-
disabled: boolean;
|
|
87
87
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
88
88
|
|
|
89
89
|
export { Link, type VueLinkProps, Link as default };
|
|
@@ -81,9 +81,9 @@ declare const Link: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
81
81
|
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
82
82
|
}>, {
|
|
83
83
|
size: LinkSize;
|
|
84
|
+
disabled: boolean;
|
|
84
85
|
variant: LinkVariant;
|
|
85
86
|
underline: boolean;
|
|
86
|
-
disabled: boolean;
|
|
87
87
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
88
88
|
|
|
89
89
|
export { Link, type VueLinkProps, Link as default };
|
|
@@ -281,17 +281,17 @@ declare const List: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
281
281
|
"onItem-click"?: ((...args: any[]) => any) | undefined;
|
|
282
282
|
onReorder?: ((...args: any[]) => any) | undefined;
|
|
283
283
|
}>, {
|
|
284
|
-
|
|
285
|
-
loading: boolean;
|
|
284
|
+
pagination: false | ListPaginationConfig;
|
|
286
285
|
emptyText: string;
|
|
286
|
+
size: ListSize;
|
|
287
287
|
className: string;
|
|
288
288
|
style: Record<string, string | number>;
|
|
289
|
-
|
|
290
|
-
hoverable: boolean;
|
|
291
|
-
split: boolean;
|
|
292
|
-
pagination: false | ListPaginationConfig;
|
|
289
|
+
loading: boolean;
|
|
293
290
|
virtual: boolean;
|
|
294
291
|
dataSource: ListItem[];
|
|
292
|
+
split: boolean;
|
|
293
|
+
bordered: ListBorderStyle;
|
|
294
|
+
hoverable: boolean;
|
|
295
295
|
rowKey: string | ((item: ListItem, index: number) => string | number);
|
|
296
296
|
virtualHeight: number;
|
|
297
297
|
virtualItemHeight: number;
|
|
@@ -281,17 +281,17 @@ declare const List: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
281
281
|
"onItem-click"?: ((...args: any[]) => any) | undefined;
|
|
282
282
|
onReorder?: ((...args: any[]) => any) | undefined;
|
|
283
283
|
}>, {
|
|
284
|
-
|
|
285
|
-
loading: boolean;
|
|
284
|
+
pagination: false | ListPaginationConfig;
|
|
286
285
|
emptyText: string;
|
|
286
|
+
size: ListSize;
|
|
287
287
|
className: string;
|
|
288
288
|
style: Record<string, string | number>;
|
|
289
|
-
|
|
290
|
-
hoverable: boolean;
|
|
291
|
-
split: boolean;
|
|
292
|
-
pagination: false | ListPaginationConfig;
|
|
289
|
+
loading: boolean;
|
|
293
290
|
virtual: boolean;
|
|
294
291
|
dataSource: ListItem[];
|
|
292
|
+
split: boolean;
|
|
293
|
+
bordered: ListBorderStyle;
|
|
294
|
+
hoverable: boolean;
|
|
295
295
|
rowKey: string | ((item: ListItem, index: number) => string | number);
|
|
296
296
|
virtualHeight: number;
|
|
297
297
|
virtualItemHeight: number;
|
|
@@ -54,9 +54,9 @@ declare const Loading: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
54
54
|
type: PropType<Record<string, string | number>>;
|
|
55
55
|
default: undefined;
|
|
56
56
|
};
|
|
57
|
-
}>, () => string | number | boolean | void | vue.
|
|
57
|
+
}>, () => string | number | boolean | void | vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
58
58
|
[key: string]: any;
|
|
59
|
-
}> | null, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
59
|
+
}> | vue.VNodeArrayChildren | null, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
60
60
|
variant: {
|
|
61
61
|
type: PropType<LoadingVariant>;
|
|
62
62
|
default: LoadingVariant;
|
|
@@ -110,14 +110,14 @@ declare const Loading: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
110
110
|
className: string;
|
|
111
111
|
style: Record<string, string | number>;
|
|
112
112
|
variant: LoadingVariant;
|
|
113
|
-
color: LoadingColor;
|
|
114
113
|
text: string;
|
|
115
|
-
|
|
114
|
+
color: LoadingColor;
|
|
116
115
|
delay: number;
|
|
116
|
+
disableTeleport: boolean;
|
|
117
|
+
fullscreen: boolean;
|
|
117
118
|
background: string;
|
|
118
119
|
customColor: string;
|
|
119
120
|
lockScroll: boolean;
|
|
120
|
-
disableTeleport: boolean;
|
|
121
121
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
122
122
|
|
|
123
123
|
export { Loading, type VueLoadingProps, Loading as default };
|
|
@@ -54,9 +54,9 @@ declare const Loading: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
54
54
|
type: PropType<Record<string, string | number>>;
|
|
55
55
|
default: undefined;
|
|
56
56
|
};
|
|
57
|
-
}>, () => string | number | boolean | void | vue.
|
|
57
|
+
}>, () => string | number | boolean | void | vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
58
58
|
[key: string]: any;
|
|
59
|
-
}> | null, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
59
|
+
}> | vue.VNodeArrayChildren | null, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
60
60
|
variant: {
|
|
61
61
|
type: PropType<LoadingVariant>;
|
|
62
62
|
default: LoadingVariant;
|
|
@@ -110,14 +110,14 @@ declare const Loading: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
110
110
|
className: string;
|
|
111
111
|
style: Record<string, string | number>;
|
|
112
112
|
variant: LoadingVariant;
|
|
113
|
-
color: LoadingColor;
|
|
114
113
|
text: string;
|
|
115
|
-
|
|
114
|
+
color: LoadingColor;
|
|
116
115
|
delay: number;
|
|
116
|
+
disableTeleport: boolean;
|
|
117
|
+
fullscreen: boolean;
|
|
117
118
|
background: string;
|
|
118
119
|
customColor: string;
|
|
119
120
|
lockScroll: boolean;
|
|
120
|
-
disableTeleport: boolean;
|
|
121
121
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
122
122
|
|
|
123
123
|
export { Loading, type VueLoadingProps, Loading as default };
|
|
@@ -132,10 +132,10 @@ declare const MarkdownEditor: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
132
132
|
"onMode-change"?: ((...args: any[]) => any) | undefined;
|
|
133
133
|
}>, {
|
|
134
134
|
className: string;
|
|
135
|
-
style: Record<string, string | number>;
|
|
136
135
|
mode: MarkdownEditorMode;
|
|
137
|
-
|
|
136
|
+
style: Record<string, string | number>;
|
|
138
137
|
disabled: boolean;
|
|
138
|
+
value: string;
|
|
139
139
|
defaultValue: string;
|
|
140
140
|
placeholder: string;
|
|
141
141
|
height: string | number;
|
|
@@ -132,10 +132,10 @@ declare const MarkdownEditor: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
132
132
|
"onMode-change"?: ((...args: any[]) => any) | undefined;
|
|
133
133
|
}>, {
|
|
134
134
|
className: string;
|
|
135
|
-
style: Record<string, string | number>;
|
|
136
135
|
mode: MarkdownEditorMode;
|
|
137
|
-
|
|
136
|
+
style: Record<string, string | number>;
|
|
138
137
|
disabled: boolean;
|
|
138
|
+
value: string;
|
|
139
139
|
defaultValue: string;
|
|
140
140
|
placeholder: string;
|
|
141
141
|
height: string | number;
|
|
@@ -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, ("select" | "change" | "update:modelValue")[], "select" | "change" | "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
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
76
75
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
76
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
77
77
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
78
78
|
}>, {
|
|
79
79
|
size: MentionsSize;
|
|
@@ -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, ("select" | "change" | "update:modelValue")[], "select" | "change" | "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
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
76
75
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
76
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
77
77
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
78
78
|
}>, {
|
|
79
79
|
size: MentionsSize;
|
|
@@ -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:selectedKeys" | "update:openKeys" | "update:searchValue" | "open-change")[], "search" | "select" | "update:selectedKeys" | "update:openKeys" | "update:searchValue" | "open-change", vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
148
148
|
/**
|
|
149
149
|
* Data-driven menu items
|
|
150
150
|
*/
|
|
@@ -260,15 +260,16 @@ declare const Menu: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
260
260
|
"onUpdate:searchValue"?: ((...args: any[]) => any) | undefined;
|
|
261
261
|
"onOpen-change"?: ((...args: any[]) => any) | undefined;
|
|
262
262
|
}>, {
|
|
263
|
-
|
|
263
|
+
theme: MenuTheme;
|
|
264
264
|
emptyText: string;
|
|
265
|
+
searchPlaceholder: string;
|
|
265
266
|
className: string;
|
|
266
|
-
style: Record<string, string | number> | undefined;
|
|
267
267
|
mode: MenuMode;
|
|
268
|
-
|
|
268
|
+
style: Record<string, string | number> | undefined;
|
|
269
269
|
searchable: boolean;
|
|
270
270
|
multiple: boolean;
|
|
271
271
|
collapsed: boolean;
|
|
272
|
+
items: MenuItem$1[];
|
|
272
273
|
defaultSelectedKeys: (string | number)[];
|
|
273
274
|
selectedKeys: (string | number)[];
|
|
274
275
|
openKeys: (string | number)[];
|
|
@@ -277,7 +278,6 @@ declare const Menu: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
277
278
|
popupPortal: boolean;
|
|
278
279
|
searchValue: string;
|
|
279
280
|
defaultSearchValue: string;
|
|
280
|
-
searchPlaceholder: string;
|
|
281
281
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
282
282
|
|
|
283
283
|
interface VueMenuItemProps {
|
|
@@ -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:selectedKeys" | "update:openKeys" | "update:searchValue" | "open-change")[], "search" | "select" | "update:selectedKeys" | "update:openKeys" | "update:searchValue" | "open-change", vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
148
148
|
/**
|
|
149
149
|
* Data-driven menu items
|
|
150
150
|
*/
|
|
@@ -260,15 +260,16 @@ declare const Menu: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
260
260
|
"onUpdate:searchValue"?: ((...args: any[]) => any) | undefined;
|
|
261
261
|
"onOpen-change"?: ((...args: any[]) => any) | undefined;
|
|
262
262
|
}>, {
|
|
263
|
-
|
|
263
|
+
theme: MenuTheme;
|
|
264
264
|
emptyText: string;
|
|
265
|
+
searchPlaceholder: string;
|
|
265
266
|
className: string;
|
|
266
|
-
style: Record<string, string | number> | undefined;
|
|
267
267
|
mode: MenuMode;
|
|
268
|
-
|
|
268
|
+
style: Record<string, string | number> | undefined;
|
|
269
269
|
searchable: boolean;
|
|
270
270
|
multiple: boolean;
|
|
271
271
|
collapsed: boolean;
|
|
272
|
+
items: MenuItem$1[];
|
|
272
273
|
defaultSelectedKeys: (string | number)[];
|
|
273
274
|
selectedKeys: (string | number)[];
|
|
274
275
|
openKeys: (string | number)[];
|
|
@@ -277,7 +278,6 @@ declare const Menu: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
277
278
|
popupPortal: boolean;
|
|
278
279
|
searchValue: string;
|
|
279
280
|
defaultSearchValue: string;
|
|
280
|
-
searchPlaceholder: string;
|
|
281
281
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
282
282
|
|
|
283
283
|
interface VueMenuItemProps {
|
|
@@ -185,7 +185,7 @@ declare const Modal: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
185
185
|
type: BooleanConstructor;
|
|
186
186
|
default: boolean;
|
|
187
187
|
};
|
|
188
|
-
}>, () => vue.VNodeChild, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("
|
|
188
|
+
}>, () => vue.VNodeChild, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("ok" | "cancel" | "close" | "update:open")[], "ok" | "cancel" | "close" | "update:open", vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
189
189
|
/**
|
|
190
190
|
* Whether the modal is open
|
|
191
191
|
* @default false
|
|
@@ -355,24 +355,24 @@ declare const Modal: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
355
355
|
"onUpdate:open"?: ((...args: any[]) => any) | undefined;
|
|
356
356
|
onOk?: ((...args: any[]) => any) | undefined;
|
|
357
357
|
}>, {
|
|
358
|
-
size: ModalSize;
|
|
359
|
-
className: string;
|
|
360
|
-
style: Record<string, unknown>;
|
|
361
|
-
title: string;
|
|
362
|
-
disableTeleport: boolean;
|
|
363
|
-
closable: boolean;
|
|
364
|
-
closeAriaLabel: string;
|
|
365
358
|
locale: Partial<TigerLocale>;
|
|
366
359
|
okText: string;
|
|
367
360
|
cancelText: string;
|
|
361
|
+
closeAriaLabel: string;
|
|
368
362
|
labels: Partial<TigerLocaleModal>;
|
|
363
|
+
size: ModalSize;
|
|
364
|
+
className: string;
|
|
365
|
+
style: Record<string, unknown>;
|
|
366
|
+
title: string;
|
|
369
367
|
mask: boolean;
|
|
370
368
|
open: boolean;
|
|
371
369
|
width: string | number;
|
|
372
370
|
draggable: boolean;
|
|
371
|
+
closable: boolean;
|
|
373
372
|
zIndex: number;
|
|
374
373
|
maskClosable: boolean;
|
|
375
374
|
centered: boolean;
|
|
375
|
+
disableTeleport: boolean;
|
|
376
376
|
destroyOnClose: boolean;
|
|
377
377
|
mobileSheet: boolean;
|
|
378
378
|
showDefaultFooter: boolean;
|
|
@@ -185,7 +185,7 @@ declare const Modal: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
185
185
|
type: BooleanConstructor;
|
|
186
186
|
default: boolean;
|
|
187
187
|
};
|
|
188
|
-
}>, () => vue.VNodeChild, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("
|
|
188
|
+
}>, () => vue.VNodeChild, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("ok" | "cancel" | "close" | "update:open")[], "ok" | "cancel" | "close" | "update:open", vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
189
189
|
/**
|
|
190
190
|
* Whether the modal is open
|
|
191
191
|
* @default false
|
|
@@ -355,24 +355,24 @@ declare const Modal: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
355
355
|
"onUpdate:open"?: ((...args: any[]) => any) | undefined;
|
|
356
356
|
onOk?: ((...args: any[]) => any) | undefined;
|
|
357
357
|
}>, {
|
|
358
|
-
size: ModalSize;
|
|
359
|
-
className: string;
|
|
360
|
-
style: Record<string, unknown>;
|
|
361
|
-
title: string;
|
|
362
|
-
disableTeleport: boolean;
|
|
363
|
-
closable: boolean;
|
|
364
|
-
closeAriaLabel: string;
|
|
365
358
|
locale: Partial<TigerLocale>;
|
|
366
359
|
okText: string;
|
|
367
360
|
cancelText: string;
|
|
361
|
+
closeAriaLabel: string;
|
|
368
362
|
labels: Partial<TigerLocaleModal>;
|
|
363
|
+
size: ModalSize;
|
|
364
|
+
className: string;
|
|
365
|
+
style: Record<string, unknown>;
|
|
366
|
+
title: string;
|
|
369
367
|
mask: boolean;
|
|
370
368
|
open: boolean;
|
|
371
369
|
width: string | number;
|
|
372
370
|
draggable: boolean;
|
|
371
|
+
closable: boolean;
|
|
373
372
|
zIndex: number;
|
|
374
373
|
maskClosable: boolean;
|
|
375
374
|
centered: boolean;
|
|
375
|
+
disableTeleport: boolean;
|
|
376
376
|
destroyOnClose: boolean;
|
|
377
377
|
mobileSheet: boolean;
|
|
378
378
|
showDefaultFooter: boolean;
|
|
@@ -187,16 +187,16 @@ 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
|
-
items: NotificationItem[];
|
|
191
|
-
groups: NotificationGroup[];
|
|
192
|
-
groupBy: (item: NotificationItem) => string;
|
|
193
|
-
groupOrder: string[];
|
|
194
|
-
loading: boolean;
|
|
195
190
|
loadingText: string;
|
|
196
191
|
emptyText: string;
|
|
197
192
|
className: string;
|
|
198
193
|
style: Record<string, string | number>;
|
|
199
194
|
title: string;
|
|
195
|
+
loading: boolean;
|
|
196
|
+
groupBy: (item: NotificationItem) => string;
|
|
197
|
+
items: NotificationItem[];
|
|
198
|
+
groups: NotificationGroup[];
|
|
199
|
+
groupOrder: string[];
|
|
200
200
|
activeGroupKey: string | number;
|
|
201
201
|
defaultActiveGroupKey: string | number;
|
|
202
202
|
readFilter: NotificationReadFilter;
|
|
@@ -187,16 +187,16 @@ 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
|
-
items: NotificationItem[];
|
|
191
|
-
groups: NotificationGroup[];
|
|
192
|
-
groupBy: (item: NotificationItem) => string;
|
|
193
|
-
groupOrder: string[];
|
|
194
|
-
loading: boolean;
|
|
195
190
|
loadingText: string;
|
|
196
191
|
emptyText: string;
|
|
197
192
|
className: string;
|
|
198
193
|
style: Record<string, string | number>;
|
|
199
194
|
title: string;
|
|
195
|
+
loading: boolean;
|
|
196
|
+
groupBy: (item: NotificationItem) => string;
|
|
197
|
+
items: NotificationItem[];
|
|
198
|
+
groups: NotificationGroup[];
|
|
199
|
+
groupOrder: string[];
|
|
200
200
|
activeGroupKey: string | number;
|
|
201
201
|
defaultActiveGroupKey: string | number;
|
|
202
202
|
readFilter: NotificationReadFilter;
|
|
@@ -62,7 +62,7 @@ declare const NumberKeyboard: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
62
62
|
};
|
|
63
63
|
}>, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
64
64
|
[key: string]: any;
|
|
65
|
-
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("
|
|
65
|
+
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("change" | "delete" | "update:modelValue" | "key-press" | "confirm")[], "change" | "delete" | "update:modelValue" | "key-press" | "confirm", vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
66
66
|
modelValue: {
|
|
67
67
|
type: StringConstructor;
|
|
68
68
|
default: undefined;
|
|
@@ -127,8 +127,8 @@ declare const NumberKeyboard: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
127
127
|
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
128
128
|
}>, {
|
|
129
129
|
className: string;
|
|
130
|
-
style: Record<string, unknown>;
|
|
131
130
|
mode: NumberKeyboardMode;
|
|
131
|
+
style: Record<string, unknown>;
|
|
132
132
|
disabled: boolean;
|
|
133
133
|
defaultValue: string;
|
|
134
134
|
modelValue: string;
|
|
@@ -62,7 +62,7 @@ declare const NumberKeyboard: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
62
62
|
};
|
|
63
63
|
}>, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
64
64
|
[key: string]: any;
|
|
65
|
-
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("
|
|
65
|
+
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("change" | "delete" | "update:modelValue" | "key-press" | "confirm")[], "change" | "delete" | "update:modelValue" | "key-press" | "confirm", vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
66
66
|
modelValue: {
|
|
67
67
|
type: StringConstructor;
|
|
68
68
|
default: undefined;
|
|
@@ -127,8 +127,8 @@ declare const NumberKeyboard: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
127
127
|
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
128
128
|
}>, {
|
|
129
129
|
className: string;
|
|
130
|
-
style: Record<string, unknown>;
|
|
131
130
|
mode: NumberKeyboardMode;
|
|
131
|
+
style: Record<string, unknown>;
|
|
132
132
|
disabled: boolean;
|
|
133
133
|
defaultValue: string;
|
|
134
134
|
modelValue: string;
|
|
@@ -174,12 +174,12 @@ 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
|
-
hoverable: boolean;
|
|
178
177
|
direction: "vertical" | "horizontal";
|
|
179
178
|
width: number;
|
|
180
179
|
height: number;
|
|
181
180
|
ariaLabel: string;
|
|
182
181
|
padding: ChartPadding;
|
|
182
|
+
hoverable: boolean;
|
|
183
183
|
selectedId: string | number | null;
|
|
184
184
|
selectable: boolean;
|
|
185
185
|
activeOpacity: number;
|
|
@@ -174,12 +174,12 @@ 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
|
-
hoverable: boolean;
|
|
178
177
|
direction: "vertical" | "horizontal";
|
|
179
178
|
width: number;
|
|
180
179
|
height: number;
|
|
181
180
|
ariaLabel: string;
|
|
182
181
|
padding: ChartPadding;
|
|
182
|
+
hoverable: boolean;
|
|
183
183
|
selectedId: string | number | null;
|
|
184
184
|
selectable: boolean;
|
|
185
185
|
activeOpacity: number;
|
|
@@ -363,19 +363,19 @@ declare const Pagination: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
363
363
|
"onUpdate:pageSize"?: ((...args: any[]) => any) | undefined;
|
|
364
364
|
"onPage-size-change"?: ((...args: any[]) => any) | undefined;
|
|
365
365
|
}>, {
|
|
366
|
+
locale: TigerLocaleInput;
|
|
367
|
+
totalText: (total: number, range: [number, number]) => string;
|
|
368
|
+
labels: Partial<TigerLocalePagination>;
|
|
366
369
|
size: PaginationSize;
|
|
367
370
|
className: string;
|
|
368
371
|
style: Record<string, unknown>;
|
|
369
|
-
align: PaginationAlign;
|
|
370
372
|
disabled: boolean;
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
labels: Partial<TigerLocalePagination>;
|
|
373
|
+
align: PaginationAlign;
|
|
374
|
+
simple: boolean;
|
|
374
375
|
defaultCurrent: number;
|
|
375
376
|
defaultPageSize: number;
|
|
376
377
|
total: number;
|
|
377
378
|
current: number;
|
|
378
|
-
simple: boolean;
|
|
379
379
|
pageSize: number;
|
|
380
380
|
pageSizeOptions: PaginationPageSizeOptionItem[];
|
|
381
381
|
showQuickJumper: boolean;
|
|
@@ -363,19 +363,19 @@ declare const Pagination: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
363
363
|
"onUpdate:pageSize"?: ((...args: any[]) => any) | undefined;
|
|
364
364
|
"onPage-size-change"?: ((...args: any[]) => any) | undefined;
|
|
365
365
|
}>, {
|
|
366
|
+
locale: TigerLocaleInput;
|
|
367
|
+
totalText: (total: number, range: [number, number]) => string;
|
|
368
|
+
labels: Partial<TigerLocalePagination>;
|
|
366
369
|
size: PaginationSize;
|
|
367
370
|
className: string;
|
|
368
371
|
style: Record<string, unknown>;
|
|
369
|
-
align: PaginationAlign;
|
|
370
372
|
disabled: boolean;
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
labels: Partial<TigerLocalePagination>;
|
|
373
|
+
align: PaginationAlign;
|
|
374
|
+
simple: boolean;
|
|
374
375
|
defaultCurrent: number;
|
|
375
376
|
defaultPageSize: number;
|
|
376
377
|
total: number;
|
|
377
378
|
current: number;
|
|
378
|
-
simple: boolean;
|
|
379
379
|
pageSize: number;
|
|
380
380
|
pageSizeOptions: PaginationPageSizeOptionItem[];
|
|
381
381
|
showQuickJumper: boolean;
|