@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
|
@@ -266,13 +266,13 @@ declare const PieChart: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
266
266
|
"onSlice-click"?: ((...args: any[]) => any) | undefined;
|
|
267
267
|
"onSlice-hover"?: ((...args: any[]) => any) | undefined;
|
|
268
268
|
}>, {
|
|
269
|
-
shadow: boolean;
|
|
270
|
-
hoverable: boolean;
|
|
271
269
|
width: number;
|
|
272
270
|
height: number;
|
|
273
271
|
padding: ChartPadding;
|
|
274
272
|
labelPosition: "inside" | "outside";
|
|
275
273
|
gradient: boolean;
|
|
274
|
+
hoverable: boolean;
|
|
275
|
+
shadow: boolean;
|
|
276
276
|
showLabels: boolean;
|
|
277
277
|
selectable: boolean;
|
|
278
278
|
hoveredIndex: number | null;
|
|
@@ -266,13 +266,13 @@ declare const PieChart: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
266
266
|
"onSlice-click"?: ((...args: any[]) => any) | undefined;
|
|
267
267
|
"onSlice-hover"?: ((...args: any[]) => any) | undefined;
|
|
268
268
|
}>, {
|
|
269
|
-
shadow: boolean;
|
|
270
|
-
hoverable: boolean;
|
|
271
269
|
width: number;
|
|
272
270
|
height: number;
|
|
273
271
|
padding: ChartPadding;
|
|
274
272
|
labelPosition: "inside" | "outside";
|
|
275
273
|
gradient: boolean;
|
|
274
|
+
hoverable: boolean;
|
|
275
|
+
shadow: boolean;
|
|
276
276
|
showLabels: boolean;
|
|
277
277
|
selectable: boolean;
|
|
278
278
|
hoveredIndex: number | null;
|
|
@@ -154,18 +154,18 @@ 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;
|
|
157
159
|
className: string;
|
|
158
160
|
style: StyleValue;
|
|
159
161
|
title: string;
|
|
160
162
|
disabled: boolean;
|
|
161
|
-
okText: string;
|
|
162
|
-
cancelText: string;
|
|
163
163
|
icon: PopconfirmIconType;
|
|
164
164
|
open: boolean;
|
|
165
165
|
offset: number;
|
|
166
|
+
description: string;
|
|
166
167
|
showIcon: boolean;
|
|
167
168
|
placement: FloatingPlacement;
|
|
168
|
-
description: string;
|
|
169
169
|
defaultOpen: boolean;
|
|
170
170
|
okType: "primary" | "danger";
|
|
171
171
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
@@ -154,18 +154,18 @@ 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;
|
|
157
159
|
className: string;
|
|
158
160
|
style: StyleValue;
|
|
159
161
|
title: string;
|
|
160
162
|
disabled: boolean;
|
|
161
|
-
okText: string;
|
|
162
|
-
cancelText: string;
|
|
163
163
|
icon: PopconfirmIconType;
|
|
164
164
|
open: boolean;
|
|
165
165
|
offset: number;
|
|
166
|
+
description: string;
|
|
166
167
|
showIcon: boolean;
|
|
167
168
|
placement: FloatingPlacement;
|
|
168
|
-
description: string;
|
|
169
169
|
defaultOpen: boolean;
|
|
170
170
|
okType: "primary" | "danger";
|
|
171
171
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('../chunk-
|
|
4
|
+
var _chunkGD2WAN62js = require('../chunk-GD2WAN62.js');
|
|
5
|
+
require('../chunk-QOMWROWE.js');
|
|
6
6
|
require('../chunk-EQW6IUHG.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.Popconfirm =
|
|
10
|
+
exports.Popconfirm = _chunkGD2WAN62js.Popconfirm; exports.default = _chunkGD2WAN62js.Popconfirm_default;
|
|
@@ -125,10 +125,10 @@ declare const Popover: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
125
125
|
className: string;
|
|
126
126
|
style: StyleValue;
|
|
127
127
|
title: string;
|
|
128
|
-
content: string;
|
|
129
128
|
disabled: boolean;
|
|
130
129
|
open: boolean;
|
|
131
130
|
width: string | number;
|
|
131
|
+
content: string;
|
|
132
132
|
offset: number;
|
|
133
133
|
placement: FloatingPlacement;
|
|
134
134
|
trigger: PopoverTrigger;
|
|
@@ -125,10 +125,10 @@ declare const Popover: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
125
125
|
className: string;
|
|
126
126
|
style: StyleValue;
|
|
127
127
|
title: string;
|
|
128
|
-
content: string;
|
|
129
128
|
disabled: boolean;
|
|
130
129
|
open: boolean;
|
|
131
130
|
width: string | number;
|
|
131
|
+
content: string;
|
|
132
132
|
offset: number;
|
|
133
133
|
placement: FloatingPlacement;
|
|
134
134
|
trigger: PopoverTrigger;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('../chunk-
|
|
4
|
+
var _chunkLUAI6VXVjs = require('../chunk-LUAI6VXV.js');
|
|
5
|
+
require('../chunk-QOMWROWE.js');
|
|
6
6
|
require('../chunk-EQW6IUHG.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.Popover =
|
|
10
|
+
exports.Popover = _chunkLUAI6VXVjs.Popover; exports.default = _chunkLUAI6VXVjs.Popover_default;
|
|
@@ -130,18 +130,18 @@ declare const Progress: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
130
130
|
default: undefined;
|
|
131
131
|
};
|
|
132
132
|
}>> & Readonly<{}>, {
|
|
133
|
+
type: ProgressType;
|
|
133
134
|
size: ProgressSize;
|
|
134
135
|
className: string;
|
|
135
136
|
style: Record<string, string | number>;
|
|
136
|
-
type: ProgressType;
|
|
137
137
|
variant: ProgressVariant;
|
|
138
138
|
text: string;
|
|
139
|
-
status: ProgressStatus;
|
|
140
|
-
strokeWidth: number;
|
|
141
139
|
width: string | number;
|
|
142
140
|
height: number;
|
|
141
|
+
status: ProgressStatus;
|
|
143
142
|
format: (p: number) => string;
|
|
144
143
|
striped: boolean;
|
|
144
|
+
strokeWidth: number;
|
|
145
145
|
percentage: number;
|
|
146
146
|
showText: boolean;
|
|
147
147
|
stripedAnimation: boolean;
|
|
@@ -130,18 +130,18 @@ declare const Progress: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
130
130
|
default: undefined;
|
|
131
131
|
};
|
|
132
132
|
}>> & Readonly<{}>, {
|
|
133
|
+
type: ProgressType;
|
|
133
134
|
size: ProgressSize;
|
|
134
135
|
className: string;
|
|
135
136
|
style: Record<string, string | number>;
|
|
136
|
-
type: ProgressType;
|
|
137
137
|
variant: ProgressVariant;
|
|
138
138
|
text: string;
|
|
139
|
-
status: ProgressStatus;
|
|
140
|
-
strokeWidth: number;
|
|
141
139
|
width: string | number;
|
|
142
140
|
height: number;
|
|
141
|
+
status: ProgressStatus;
|
|
143
142
|
format: (p: number) => string;
|
|
144
143
|
striped: boolean;
|
|
144
|
+
strokeWidth: number;
|
|
145
145
|
percentage: number;
|
|
146
146
|
showText: boolean;
|
|
147
147
|
stripedAnimation: boolean;
|
|
@@ -77,9 +77,9 @@ declare const QRCode: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
77
77
|
size: number;
|
|
78
78
|
className: string;
|
|
79
79
|
color: string;
|
|
80
|
+
level: QRCodeLevel;
|
|
80
81
|
status: QRCodeStatus;
|
|
81
82
|
bgColor: string;
|
|
82
|
-
level: QRCodeLevel;
|
|
83
83
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
84
84
|
|
|
85
85
|
export { QRCode, type VueQRCodeProps, QRCode as default };
|
|
@@ -77,9 +77,9 @@ declare const QRCode: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
77
77
|
size: number;
|
|
78
78
|
className: string;
|
|
79
79
|
color: string;
|
|
80
|
+
level: QRCodeLevel;
|
|
80
81
|
status: QRCodeStatus;
|
|
81
82
|
bgColor: string;
|
|
82
|
-
level: QRCodeLevel;
|
|
83
83
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
84
84
|
|
|
85
85
|
export { QRCode, type VueQRCodeProps, QRCode as default };
|
|
@@ -411,12 +411,12 @@ declare const RadarChart: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
411
411
|
"onSeries-click"?: ((...args: any[]) => any) | undefined;
|
|
412
412
|
"onSeries-hover"?: ((...args: any[]) => any) | undefined;
|
|
413
413
|
}>, {
|
|
414
|
-
hoverable: boolean;
|
|
415
|
-
strokeWidth: number;
|
|
416
414
|
width: number;
|
|
417
415
|
height: number;
|
|
418
416
|
padding: ChartPadding;
|
|
419
417
|
gradient: boolean;
|
|
418
|
+
hoverable: boolean;
|
|
419
|
+
strokeWidth: number;
|
|
420
420
|
showLabels: boolean;
|
|
421
421
|
fillOpacity: number;
|
|
422
422
|
selectable: boolean;
|
|
@@ -411,12 +411,12 @@ declare const RadarChart: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
411
411
|
"onSeries-click"?: ((...args: any[]) => any) | undefined;
|
|
412
412
|
"onSeries-hover"?: ((...args: any[]) => any) | undefined;
|
|
413
413
|
}>, {
|
|
414
|
-
hoverable: boolean;
|
|
415
|
-
strokeWidth: number;
|
|
416
414
|
width: number;
|
|
417
415
|
height: number;
|
|
418
416
|
padding: ChartPadding;
|
|
419
417
|
gradient: boolean;
|
|
418
|
+
hoverable: boolean;
|
|
419
|
+
strokeWidth: number;
|
|
420
420
|
showLabels: boolean;
|
|
421
421
|
fillOpacity: number;
|
|
422
422
|
selectable: boolean;
|
|
@@ -110,8 +110,8 @@ declare const RichTextEditor: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
110
110
|
}>, {
|
|
111
111
|
className: string;
|
|
112
112
|
mode: RichTextEditorMode;
|
|
113
|
-
value: string;
|
|
114
113
|
disabled: boolean;
|
|
114
|
+
value: string;
|
|
115
115
|
defaultValue: string;
|
|
116
116
|
placeholder: string;
|
|
117
117
|
height: string | number;
|
|
@@ -110,8 +110,8 @@ declare const RichTextEditor: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
110
110
|
}>, {
|
|
111
111
|
className: string;
|
|
112
112
|
mode: RichTextEditorMode;
|
|
113
|
-
value: string;
|
|
114
113
|
disabled: boolean;
|
|
114
|
+
value: string;
|
|
115
115
|
defaultValue: string;
|
|
116
116
|
placeholder: string;
|
|
117
117
|
height: string | number;
|
|
@@ -81,9 +81,9 @@ declare const Row: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
81
81
|
default: boolean;
|
|
82
82
|
};
|
|
83
83
|
}>> & Readonly<{}>, {
|
|
84
|
+
wrap: boolean;
|
|
84
85
|
justify: Justify;
|
|
85
86
|
align: Align;
|
|
86
|
-
wrap: boolean;
|
|
87
87
|
gutter: GutterSize;
|
|
88
88
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
89
89
|
|
package/dist/components/Row.d.ts
CHANGED
|
@@ -81,9 +81,9 @@ declare const Row: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
81
81
|
default: boolean;
|
|
82
82
|
};
|
|
83
83
|
}>> & Readonly<{}>, {
|
|
84
|
+
wrap: boolean;
|
|
84
85
|
justify: Justify;
|
|
85
86
|
align: Align;
|
|
86
|
-
wrap: boolean;
|
|
87
87
|
gutter: GutterSize;
|
|
88
88
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
89
89
|
|
|
@@ -356,11 +356,11 @@ declare const ScatterChart: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
356
356
|
"onPoint-click"?: ((...args: any[]) => any) | undefined;
|
|
357
357
|
"onPoint-hover"?: ((...args: any[]) => any) | undefined;
|
|
358
358
|
}>, {
|
|
359
|
-
hoverable: boolean;
|
|
360
359
|
width: number;
|
|
361
360
|
height: number;
|
|
362
361
|
padding: ChartPadding;
|
|
363
362
|
gradient: boolean;
|
|
363
|
+
hoverable: boolean;
|
|
364
364
|
selectable: boolean;
|
|
365
365
|
xTicks: number;
|
|
366
366
|
yTicks: number;
|
|
@@ -356,11 +356,11 @@ declare const ScatterChart: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
356
356
|
"onPoint-click"?: ((...args: any[]) => any) | undefined;
|
|
357
357
|
"onPoint-hover"?: ((...args: any[]) => any) | undefined;
|
|
358
358
|
}>, {
|
|
359
|
-
hoverable: boolean;
|
|
360
359
|
width: number;
|
|
361
360
|
height: number;
|
|
362
361
|
padding: ChartPadding;
|
|
363
362
|
gradient: boolean;
|
|
363
|
+
hoverable: boolean;
|
|
364
364
|
selectable: boolean;
|
|
365
365
|
xTicks: number;
|
|
366
366
|
yTicks: number;
|
|
@@ -107,12 +107,12 @@ 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
|
-
|
|
110
|
+
direction: ScrollSpyDirection;
|
|
111
111
|
className: string;
|
|
112
112
|
style: Record<string, string | number>;
|
|
113
|
-
direction: ScrollSpyDirection;
|
|
114
113
|
ariaLabel: string;
|
|
115
114
|
sticky: boolean;
|
|
115
|
+
items: ScrollSpyItem[];
|
|
116
116
|
activeKey: ScrollSpyKey;
|
|
117
117
|
defaultActiveKey: ScrollSpyKey;
|
|
118
118
|
offsetTop: number;
|
|
@@ -107,12 +107,12 @@ 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
|
-
|
|
110
|
+
direction: ScrollSpyDirection;
|
|
111
111
|
className: string;
|
|
112
112
|
style: Record<string, string | number>;
|
|
113
|
-
direction: ScrollSpyDirection;
|
|
114
113
|
ariaLabel: string;
|
|
115
114
|
sticky: boolean;
|
|
115
|
+
items: ScrollSpyItem[];
|
|
116
116
|
activeKey: ScrollSpyKey;
|
|
117
117
|
defaultActiveKey: ScrollSpyKey;
|
|
118
118
|
offsetTop: number;
|
|
@@ -136,7 +136,7 @@ declare const Select: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
136
136
|
};
|
|
137
137
|
}>, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
138
138
|
[key: string]: any;
|
|
139
|
-
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("
|
|
139
|
+
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("search" | "change" | "update:modelValue" | "create")[], "search" | "change" | "update:modelValue" | "create", vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
140
140
|
/**
|
|
141
141
|
* Selected value(s) (for v-model)
|
|
142
142
|
*/
|
|
@@ -136,7 +136,7 @@ declare const Select: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
136
136
|
};
|
|
137
137
|
}>, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
138
138
|
[key: string]: any;
|
|
139
|
-
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("
|
|
139
|
+
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("search" | "change" | "update:modelValue" | "create")[], "search" | "change" | "update:modelValue" | "create", vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
140
140
|
/**
|
|
141
141
|
* Selected value(s) (for v-model)
|
|
142
142
|
*/
|
|
@@ -66,7 +66,7 @@ declare const Signature: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
66
66
|
};
|
|
67
67
|
}>, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
68
68
|
[key: string]: any;
|
|
69
|
-
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("
|
|
69
|
+
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("change" | "clear" | "update:modelValue" | "end" | "begin")[], "change" | "clear" | "update:modelValue" | "end" | "begin", vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
70
70
|
modelValue: {
|
|
71
71
|
type: StringConstructor;
|
|
72
72
|
default: undefined;
|
|
@@ -136,13 +136,13 @@ declare const Signature: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
136
136
|
}>, {
|
|
137
137
|
className: string;
|
|
138
138
|
style: Record<string, unknown>;
|
|
139
|
-
backgroundColor: string;
|
|
140
139
|
disabled: boolean;
|
|
141
140
|
modelValue: string;
|
|
142
141
|
clearable: boolean;
|
|
143
142
|
width: number;
|
|
144
143
|
height: number;
|
|
145
144
|
penColor: string;
|
|
145
|
+
backgroundColor: string;
|
|
146
146
|
lineWidth: number;
|
|
147
147
|
readonly: boolean;
|
|
148
148
|
exportType: SignatureExportType;
|
|
@@ -66,7 +66,7 @@ declare const Signature: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
66
66
|
};
|
|
67
67
|
}>, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
68
68
|
[key: string]: any;
|
|
69
|
-
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("
|
|
69
|
+
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("change" | "clear" | "update:modelValue" | "end" | "begin")[], "change" | "clear" | "update:modelValue" | "end" | "begin", vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
70
70
|
modelValue: {
|
|
71
71
|
type: StringConstructor;
|
|
72
72
|
default: undefined;
|
|
@@ -136,13 +136,13 @@ declare const Signature: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
136
136
|
}>, {
|
|
137
137
|
className: string;
|
|
138
138
|
style: Record<string, unknown>;
|
|
139
|
-
backgroundColor: string;
|
|
140
139
|
disabled: boolean;
|
|
141
140
|
modelValue: string;
|
|
142
141
|
clearable: boolean;
|
|
143
142
|
width: number;
|
|
144
143
|
height: number;
|
|
145
144
|
penColor: string;
|
|
145
|
+
backgroundColor: string;
|
|
146
146
|
lineWidth: number;
|
|
147
147
|
readonly: boolean;
|
|
148
148
|
exportType: SignatureExportType;
|
|
@@ -85,10 +85,10 @@ declare const Skeleton: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
85
85
|
className: string;
|
|
86
86
|
style: Record<string, string | number>;
|
|
87
87
|
variant: SkeletonVariant;
|
|
88
|
-
shape: SkeletonShape;
|
|
89
88
|
width: string;
|
|
90
89
|
height: string;
|
|
91
90
|
rows: number;
|
|
91
|
+
shape: SkeletonShape;
|
|
92
92
|
animation: SkeletonAnimation;
|
|
93
93
|
paragraph: boolean;
|
|
94
94
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
@@ -85,10 +85,10 @@ declare const Skeleton: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
85
85
|
className: string;
|
|
86
86
|
style: Record<string, string | number>;
|
|
87
87
|
variant: SkeletonVariant;
|
|
88
|
-
shape: SkeletonShape;
|
|
89
88
|
width: string;
|
|
90
89
|
height: string;
|
|
91
90
|
rows: number;
|
|
91
|
+
shape: SkeletonShape;
|
|
92
92
|
animation: SkeletonAnimation;
|
|
93
93
|
paragraph: boolean;
|
|
94
94
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
@@ -40,10 +40,10 @@ declare const Space: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
40
40
|
default: boolean;
|
|
41
41
|
};
|
|
42
42
|
}>> & Readonly<{}>, {
|
|
43
|
-
size: SpaceSize;
|
|
44
43
|
direction: SpaceDirection;
|
|
45
|
-
|
|
44
|
+
size: SpaceSize;
|
|
46
45
|
wrap: boolean;
|
|
46
|
+
align: SpaceAlign;
|
|
47
47
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
48
48
|
|
|
49
49
|
export { Space, type VueSpaceProps, Space as default };
|
|
@@ -40,10 +40,10 @@ declare const Space: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
40
40
|
default: boolean;
|
|
41
41
|
};
|
|
42
42
|
}>> & Readonly<{}>, {
|
|
43
|
-
size: SpaceSize;
|
|
44
43
|
direction: SpaceDirection;
|
|
45
|
-
|
|
44
|
+
size: SpaceSize;
|
|
46
45
|
wrap: boolean;
|
|
46
|
+
align: SpaceAlign;
|
|
47
47
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
48
48
|
|
|
49
49
|
export { Space, type VueSpaceProps, Space as default };
|
|
@@ -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;
|
|
89
90
|
className: string;
|
|
90
91
|
style: Record<string, string | number>;
|
|
91
|
-
direction: SplitDirection;
|
|
92
92
|
disabled: boolean;
|
|
93
93
|
min: number;
|
|
94
94
|
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;
|
|
89
90
|
className: string;
|
|
90
91
|
style: Record<string, string | number>;
|
|
91
|
-
direction: SplitDirection;
|
|
92
92
|
disabled: boolean;
|
|
93
93
|
min: number;
|
|
94
94
|
max: number;
|
|
@@ -84,7 +84,7 @@ declare const Spotlight: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
84
84
|
type: BooleanConstructor;
|
|
85
85
|
default: boolean;
|
|
86
86
|
};
|
|
87
|
-
}>, () => VNodeChild, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("
|
|
87
|
+
}>, () => VNodeChild, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("select" | "close" | "update:open" | "open-change" | "update:query" | "query-change")[], "select" | "close" | "update:open" | "open-change" | "update:query" | "query-change", vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
88
88
|
open: {
|
|
89
89
|
type: PropType<boolean | undefined>;
|
|
90
90
|
default: undefined;
|
|
@@ -166,25 +166,24 @@ declare const Spotlight: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
166
166
|
default: boolean;
|
|
167
167
|
};
|
|
168
168
|
}>> & Readonly<{
|
|
169
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
170
169
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
170
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
171
171
|
"onUpdate:open"?: ((...args: any[]) => any) | undefined;
|
|
172
172
|
"onOpen-change"?: ((...args: any[]) => any) | undefined;
|
|
173
173
|
"onUpdate:query"?: ((...args: any[]) => any) | undefined;
|
|
174
174
|
"onQuery-change"?: ((...args: any[]) => any) | undefined;
|
|
175
175
|
}>, {
|
|
176
|
-
items: SpotlightItem[];
|
|
177
176
|
emptyText: string;
|
|
178
177
|
className: string;
|
|
179
178
|
style: Record<string, unknown>;
|
|
180
179
|
title: string;
|
|
181
|
-
disableTeleport: boolean;
|
|
182
180
|
placeholder: string;
|
|
183
181
|
mask: boolean;
|
|
184
182
|
open: boolean | undefined;
|
|
185
183
|
limit: number;
|
|
186
184
|
zIndex: number;
|
|
187
185
|
maskClosable: boolean;
|
|
186
|
+
items: SpotlightItem[];
|
|
188
187
|
defaultOpen: boolean;
|
|
189
188
|
query: string | undefined;
|
|
190
189
|
defaultQuery: string;
|
|
@@ -193,6 +192,7 @@ declare const Spotlight: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
193
192
|
closeOnSelect: boolean;
|
|
194
193
|
defaultActiveFirstItem: boolean;
|
|
195
194
|
filterItem: SpotlightItemFilter;
|
|
195
|
+
disableTeleport: boolean;
|
|
196
196
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
197
197
|
|
|
198
198
|
export { Spotlight, type VueSpotlightProps, Spotlight as default };
|
|
@@ -84,7 +84,7 @@ declare const Spotlight: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
84
84
|
type: BooleanConstructor;
|
|
85
85
|
default: boolean;
|
|
86
86
|
};
|
|
87
|
-
}>, () => VNodeChild, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("
|
|
87
|
+
}>, () => VNodeChild, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("select" | "close" | "update:open" | "open-change" | "update:query" | "query-change")[], "select" | "close" | "update:open" | "open-change" | "update:query" | "query-change", vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
88
88
|
open: {
|
|
89
89
|
type: PropType<boolean | undefined>;
|
|
90
90
|
default: undefined;
|
|
@@ -166,25 +166,24 @@ declare const Spotlight: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
166
166
|
default: boolean;
|
|
167
167
|
};
|
|
168
168
|
}>> & Readonly<{
|
|
169
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
170
169
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
170
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
171
171
|
"onUpdate:open"?: ((...args: any[]) => any) | undefined;
|
|
172
172
|
"onOpen-change"?: ((...args: any[]) => any) | undefined;
|
|
173
173
|
"onUpdate:query"?: ((...args: any[]) => any) | undefined;
|
|
174
174
|
"onQuery-change"?: ((...args: any[]) => any) | undefined;
|
|
175
175
|
}>, {
|
|
176
|
-
items: SpotlightItem[];
|
|
177
176
|
emptyText: string;
|
|
178
177
|
className: string;
|
|
179
178
|
style: Record<string, unknown>;
|
|
180
179
|
title: string;
|
|
181
|
-
disableTeleport: boolean;
|
|
182
180
|
placeholder: string;
|
|
183
181
|
mask: boolean;
|
|
184
182
|
open: boolean | undefined;
|
|
185
183
|
limit: number;
|
|
186
184
|
zIndex: number;
|
|
187
185
|
maskClosable: boolean;
|
|
186
|
+
items: SpotlightItem[];
|
|
188
187
|
defaultOpen: boolean;
|
|
189
188
|
query: string | undefined;
|
|
190
189
|
defaultQuery: string;
|
|
@@ -193,6 +192,7 @@ declare const Spotlight: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
193
192
|
closeOnSelect: boolean;
|
|
194
193
|
defaultActiveFirstItem: boolean;
|
|
195
194
|
filterItem: SpotlightItemFilter;
|
|
195
|
+
disableTeleport: boolean;
|
|
196
196
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
197
197
|
|
|
198
198
|
export { Spotlight, type VueSpotlightProps, Spotlight as default };
|
|
@@ -153,8 +153,8 @@ declare const StepsItem: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
153
153
|
className: string;
|
|
154
154
|
style: Record<string, unknown>;
|
|
155
155
|
disabled: boolean;
|
|
156
|
-
status: StepStatus;
|
|
157
156
|
icon: undefined;
|
|
157
|
+
status: StepStatus;
|
|
158
158
|
description: string;
|
|
159
159
|
stepIndex: number;
|
|
160
160
|
isLast: boolean;
|
|
@@ -285,13 +285,13 @@ 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
|
+
direction: StepsDirection;
|
|
288
289
|
size: StepSize;
|
|
289
290
|
className: string;
|
|
290
291
|
style: Record<string, unknown>;
|
|
291
|
-
direction: StepsDirection;
|
|
292
292
|
status: StepStatus;
|
|
293
|
-
current: number;
|
|
294
293
|
simple: boolean;
|
|
294
|
+
current: number;
|
|
295
295
|
clickable: boolean;
|
|
296
296
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
297
297
|
|