@expcat/tigercat-vue 1.2.16 → 1.2.23
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-2GQE47OY.mjs → chunk-DSHV7EAX.mjs} +45 -4
- package/dist/{chunk-FXS5GHQZ.js → chunk-IQZX54SQ.js} +45 -4
- package/dist/{chunk-LDDGBB3V.mjs → chunk-IXJSZIAE.mjs} +100 -23
- package/dist/{chunk-4OOR4524.js → chunk-ZNGRSXFK.js} +107 -30
- package/dist/components/ActivityFeed.d.mts +6 -6
- package/dist/components/ActivityFeed.d.ts +6 -6
- package/dist/components/Alert.d.mts +2 -2
- package/dist/components/Alert.d.ts +2 -2
- package/dist/components/Anchor.d.mts +1 -1
- package/dist/components/Anchor.d.ts +1 -1
- package/dist/components/AreaChart.d.mts +1 -1
- package/dist/components/AreaChart.d.ts +1 -1
- 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/ChatWindow.d.mts +3 -3
- package/dist/components/ChatWindow.d.ts +3 -3
- 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 +8 -8
- package/dist/components/DataTableWithToolbar.d.ts +8 -8
- 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 +74 -5
- package/dist/components/Drawer.d.ts +74 -5
- package/dist/components/Drawer.js +2 -2
- package/dist/components/Drawer.mjs +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 +4 -4
- package/dist/components/FormWizard.d.ts +4 -4
- 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 +3 -3
- package/dist/components/ImageAnnotation.d.ts +3 -3
- 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 +1 -1
- package/dist/components/LineChart.d.ts +1 -1
- 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 +25 -4
- package/dist/components/Menu.d.ts +25 -4
- package/dist/components/Menu.js +3 -2
- package/dist/components/Menu.mjs +2 -1
- package/dist/components/MenuItem.js +4 -3
- package/dist/components/MenuItem.mjs +2 -1
- package/dist/components/MenuItemGroup.js +4 -3
- package/dist/components/MenuItemGroup.mjs +2 -1
- package/dist/components/Modal.d.mts +7 -7
- package/dist/components/Modal.d.ts +7 -7
- 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 +3 -3
- package/dist/components/Pagination.d.ts +3 -3
- 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/Popover.d.mts +1 -1
- package/dist/components/Popover.d.ts +1 -1
- package/dist/components/Progress.d.mts +2 -2
- package/dist/components/Progress.d.ts +2 -2
- package/dist/components/QRCode.d.mts +1 -1
- package/dist/components/QRCode.d.ts +1 -1
- package/dist/components/RadarChart.d.mts +1 -1
- package/dist/components/RadarChart.d.ts +1 -1
- 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 +2 -2
- package/dist/components/Steps.d.ts +2 -2
- package/dist/components/SubMenu.js +4 -3
- package/dist/components/SubMenu.mjs +2 -1
- package/dist/components/SunburstChart.d.mts +1 -1
- package/dist/components/SunburstChart.d.ts +1 -1
- package/dist/components/Table.d.mts +5 -5
- package/dist/components/Table.d.ts +5 -5
- 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 +1 -1
- package/dist/components/TaskBoard.d.ts +1 -1
- 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/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 +3 -3
- package/dist/index.mjs +2 -2
- package/package.json +2 -2
|
@@ -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;
|
|
@@ -344,13 +344,13 @@ declare const Pagination: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
344
344
|
"onUpdate:pageSize"?: ((...args: any[]) => any) | undefined;
|
|
345
345
|
"onPage-size-change"?: ((...args: any[]) => any) | undefined;
|
|
346
346
|
}>, {
|
|
347
|
+
locale: TigerLocaleInput;
|
|
348
|
+
totalText: (total: number, range: [number, number]) => string;
|
|
347
349
|
size: PaginationSize;
|
|
348
350
|
className: string;
|
|
349
351
|
style: Record<string, unknown>;
|
|
350
|
-
align: PaginationAlign;
|
|
351
352
|
disabled: boolean;
|
|
352
|
-
|
|
353
|
-
totalText: (total: number, range: [number, number]) => string;
|
|
353
|
+
align: PaginationAlign;
|
|
354
354
|
defaultCurrent: number;
|
|
355
355
|
defaultPageSize: number;
|
|
356
356
|
total: number;
|
|
@@ -344,13 +344,13 @@ declare const Pagination: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
344
344
|
"onUpdate:pageSize"?: ((...args: any[]) => any) | undefined;
|
|
345
345
|
"onPage-size-change"?: ((...args: any[]) => any) | undefined;
|
|
346
346
|
}>, {
|
|
347
|
+
locale: TigerLocaleInput;
|
|
348
|
+
totalText: (total: number, range: [number, number]) => string;
|
|
347
349
|
size: PaginationSize;
|
|
348
350
|
className: string;
|
|
349
351
|
style: Record<string, unknown>;
|
|
350
|
-
align: PaginationAlign;
|
|
351
352
|
disabled: boolean;
|
|
352
|
-
|
|
353
|
-
totalText: (total: number, range: [number, number]) => string;
|
|
353
|
+
align: PaginationAlign;
|
|
354
354
|
defaultCurrent: number;
|
|
355
355
|
defaultPageSize: number;
|
|
356
356
|
total: number;
|
|
@@ -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
166
|
showIcon: boolean;
|
|
167
|
-
description: string;
|
|
168
167
|
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
166
|
showIcon: boolean;
|
|
167
|
-
description: string;
|
|
168
167
|
placement: FloatingPlacement;
|
|
168
|
+
description: string;
|
|
169
169
|
defaultOpen: boolean;
|
|
170
170
|
okType: "primary" | "danger";
|
|
171
171
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
@@ -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;
|
|
@@ -130,15 +130,15 @@ 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
139
|
width: string | number;
|
|
141
140
|
height: number;
|
|
141
|
+
status: ProgressStatus;
|
|
142
142
|
format: (p: number) => string;
|
|
143
143
|
striped: boolean;
|
|
144
144
|
strokeWidth: number;
|
|
@@ -130,15 +130,15 @@ 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
139
|
width: string | number;
|
|
141
140
|
height: number;
|
|
141
|
+
status: ProgressStatus;
|
|
142
142
|
format: (p: number) => string;
|
|
143
143
|
striped: boolean;
|
|
144
144
|
strokeWidth: number;
|
|
@@ -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,11 +411,11 @@ 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
414
|
width: number;
|
|
416
415
|
height: number;
|
|
417
416
|
padding: ChartPadding;
|
|
418
417
|
gradient: boolean;
|
|
418
|
+
hoverable: boolean;
|
|
419
419
|
strokeWidth: number;
|
|
420
420
|
showLabels: boolean;
|
|
421
421
|
fillOpacity: number;
|
|
@@ -411,11 +411,11 @@ 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
414
|
width: number;
|
|
416
415
|
height: number;
|
|
417
416
|
padding: ChartPadding;
|
|
418
417
|
gradient: boolean;
|
|
418
|
+
hoverable: boolean;
|
|
419
419
|
strokeWidth: number;
|
|
420
420
|
showLabels: boolean;
|
|
421
421
|
fillOpacity: 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;
|
|
@@ -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 };
|