@expcat/tigercat-vue 0.3.70 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chunk-HFBRO2IF.mjs +440 -0
- package/dist/chunk-YQGKXFV5.js +443 -0
- package/dist/components/ActivityFeed.d.mts +1 -1
- package/dist/components/ActivityFeed.d.ts +1 -1
- package/dist/components/Alert.d.mts +1 -1
- package/dist/components/Alert.d.ts +1 -1
- package/dist/components/Anchor.d.mts +5 -5
- package/dist/components/Anchor.d.ts +5 -5
- package/dist/components/AnchorLink.d.mts +1 -1
- package/dist/components/AnchorLink.d.ts +1 -1
- package/dist/components/Avatar.d.mts +2 -2
- package/dist/components/Avatar.d.ts +2 -2
- package/dist/components/BackTop.d.mts +1 -1
- package/dist/components/BackTop.d.ts +1 -1
- package/dist/components/Badge.d.mts +1 -1
- package/dist/components/Badge.d.ts +1 -1
- package/dist/components/Breadcrumb.d.mts +1 -1
- package/dist/components/Breadcrumb.d.ts +1 -1
- package/dist/components/BreadcrumbItem.d.mts +1 -1
- package/dist/components/BreadcrumbItem.d.ts +1 -1
- package/dist/components/Button.d.mts +2 -2
- package/dist/components/Button.d.ts +2 -2
- package/dist/components/Card.d.mts +1 -1
- package/dist/components/Card.d.ts +1 -1
- package/dist/components/Carousel.d.mts +2 -2
- package/dist/components/Carousel.d.ts +2 -2
- package/dist/components/ChartAxis.d.mts +1 -1
- package/dist/components/ChartAxis.d.ts +1 -1
- package/dist/components/ChartGrid.d.mts +2 -2
- package/dist/components/ChartGrid.d.ts +2 -2
- package/dist/components/ChartTooltip.d.mts +1 -1
- package/dist/components/ChartTooltip.d.ts +1 -1
- package/dist/components/ChatWindow.d.mts +1 -1
- package/dist/components/ChatWindow.d.ts +1 -1
- package/dist/components/Code.d.mts +1 -1
- package/dist/components/Code.d.ts +1 -1
- package/dist/components/Collapse.d.mts +2 -2
- package/dist/components/Collapse.d.ts +2 -2
- package/dist/components/CollapsePanel.d.mts +2 -2
- package/dist/components/CollapsePanel.d.ts +2 -2
- package/dist/components/CommentThread.d.mts +1 -1
- package/dist/components/CommentThread.d.ts +1 -1
- package/dist/components/Content.d.mts +1 -1
- package/dist/components/Content.d.ts +1 -1
- package/dist/components/CropUpload.d.mts +1 -1
- package/dist/components/CropUpload.d.ts +1 -1
- package/dist/components/DataTableWithToolbar.d.mts +3 -3
- package/dist/components/DataTableWithToolbar.d.ts +3 -3
- package/dist/components/DatePicker.d.mts +1 -1
- package/dist/components/DatePicker.d.ts +1 -1
- package/dist/components/Descriptions.d.mts +1 -1
- package/dist/components/Descriptions.d.ts +1 -1
- package/dist/components/Drawer.d.mts +3 -3
- package/dist/components/Drawer.d.ts +3 -3
- package/dist/components/Dropdown.d.mts +1 -1
- package/dist/components/Dropdown.d.ts +1 -1
- package/dist/components/DropdownItem.d.mts +1 -1
- package/dist/components/DropdownItem.d.ts +1 -1
- package/dist/components/DropdownMenu.d.mts +1 -1
- package/dist/components/DropdownMenu.d.ts +1 -1
- package/dist/components/Footer.d.mts +1 -1
- package/dist/components/Footer.d.ts +1 -1
- package/dist/components/FormWizard.d.mts +3 -3
- package/dist/components/FormWizard.d.ts +3 -3
- package/dist/components/Header.d.mts +1 -1
- package/dist/components/Header.d.ts +1 -1
- package/dist/components/Image.d.mts +1 -1
- package/dist/components/Image.d.ts +1 -1
- package/dist/components/ImageCropper.d.mts +1 -1
- package/dist/components/ImageCropper.d.ts +1 -1
- package/dist/components/Input.d.mts +1 -1
- package/dist/components/Input.d.ts +1 -1
- package/dist/components/Layout.d.mts +1 -1
- package/dist/components/Layout.d.ts +1 -1
- package/dist/components/List.d.mts +2 -2
- package/dist/components/List.d.ts +2 -2
- package/dist/components/Loading.d.mts +2 -2
- package/dist/components/Loading.d.ts +2 -2
- package/dist/components/Menu.d.mts +1 -1
- package/dist/components/Menu.d.ts +1 -1
- package/dist/components/MenuItem.d.mts +1 -1
- package/dist/components/MenuItem.d.ts +1 -1
- package/dist/components/MenuItemGroup.d.mts +1 -1
- package/dist/components/MenuItemGroup.d.ts +1 -1
- package/dist/components/Modal.d.mts +3 -3
- package/dist/components/Modal.d.ts +3 -3
- package/dist/components/NotificationCenter.d.mts +1 -1
- package/dist/components/NotificationCenter.d.ts +1 -1
- package/dist/components/Pagination.d.mts +2 -2
- package/dist/components/Pagination.d.ts +2 -2
- package/dist/components/Popconfirm.d.mts +1 -1
- package/dist/components/Popconfirm.d.ts +1 -1
- package/dist/components/Popover.d.mts +3 -3
- package/dist/components/Popover.d.ts +3 -3
- package/dist/components/Progress.d.mts +4 -4
- package/dist/components/Progress.d.ts +4 -4
- package/dist/components/Select.d.mts +1 -1
- package/dist/components/Select.d.ts +1 -1
- package/dist/components/Sidebar.d.mts +1 -1
- package/dist/components/Sidebar.d.ts +1 -1
- package/dist/components/Skeleton.d.mts +1 -1
- package/dist/components/Skeleton.d.ts +1 -1
- package/dist/components/Slider.d.mts +1 -1
- package/dist/components/Slider.d.ts +1 -1
- package/dist/components/Space.d.mts +1 -1
- package/dist/components/Space.d.ts +1 -1
- package/dist/components/Steps.d.mts +2 -2
- package/dist/components/Steps.d.ts +2 -2
- package/dist/components/StepsItem.d.mts +1 -1
- package/dist/components/StepsItem.d.ts +1 -1
- package/dist/components/SubMenu.d.mts +1 -1
- package/dist/components/SubMenu.d.ts +1 -1
- package/dist/components/TabPane.d.mts +1 -1
- package/dist/components/TabPane.d.ts +1 -1
- package/dist/components/Tabs.d.mts +1 -1
- package/dist/components/Tabs.d.ts +1 -1
- package/dist/components/Tag.d.mts +1 -1
- package/dist/components/Tag.d.ts +1 -1
- package/dist/components/TaskBoard.d.mts +129 -0
- package/dist/components/TaskBoard.d.ts +129 -0
- package/dist/components/TaskBoard.js +18 -0
- package/dist/components/TaskBoard.mjs +3 -0
- package/dist/components/Textarea.d.mts +1 -1
- package/dist/components/Textarea.d.ts +1 -1
- package/dist/components/TimePicker.d.mts +2 -2
- package/dist/components/TimePicker.d.ts +2 -2
- package/dist/components/Timeline.d.mts +2 -2
- package/dist/components/Timeline.d.ts +2 -2
- package/dist/components/Tooltip.d.mts +1 -1
- package/dist/components/Tooltip.d.ts +1 -1
- package/dist/components/Upload.d.mts +3 -3
- package/dist/components/Upload.d.ts +3 -3
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +5 -0
- package/dist/index.mjs +1 -0
- package/package.json +2 -2
|
@@ -92,8 +92,8 @@ declare const ImageCropper: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
92
92
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
93
93
|
"onCrop-change"?: ((...args: any[]) => any) | undefined;
|
|
94
94
|
}>, {
|
|
95
|
-
style: Record<string, string | number>;
|
|
96
95
|
className: string;
|
|
96
|
+
style: Record<string, string | number>;
|
|
97
97
|
aspectRatio: number;
|
|
98
98
|
minWidth: number;
|
|
99
99
|
minHeight: number;
|
|
@@ -92,8 +92,8 @@ declare const ImageCropper: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
92
92
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
93
93
|
"onCrop-change"?: ((...args: any[]) => any) | undefined;
|
|
94
94
|
}>, {
|
|
95
|
-
style: Record<string, string | number>;
|
|
96
95
|
className: string;
|
|
96
|
+
style: Record<string, string | number>;
|
|
97
97
|
aspectRatio: number;
|
|
98
98
|
minWidth: number;
|
|
99
99
|
minHeight: number;
|
|
@@ -216,9 +216,9 @@ declare const Input: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
216
216
|
type: PropType<Record<string, string | number>>;
|
|
217
217
|
};
|
|
218
218
|
}>> & Readonly<{
|
|
219
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
219
220
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
220
221
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
221
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
222
222
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
223
223
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
224
224
|
}>, {
|
|
@@ -216,9 +216,9 @@ declare const Input: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
216
216
|
type: PropType<Record<string, string | number>>;
|
|
217
217
|
};
|
|
218
218
|
}>> & Readonly<{
|
|
219
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
219
220
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
220
221
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
221
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
222
222
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
223
223
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
224
224
|
}>, {
|
|
@@ -38,8 +38,8 @@ declare const Layout: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
38
38
|
default: undefined;
|
|
39
39
|
};
|
|
40
40
|
}>> & Readonly<{}>, {
|
|
41
|
-
style: Record<string, string | number>;
|
|
42
41
|
className: string;
|
|
42
|
+
style: Record<string, string | number>;
|
|
43
43
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
44
44
|
|
|
45
45
|
export { Layout, type VueLayoutProps, Layout as default };
|
|
@@ -38,8 +38,8 @@ declare const Layout: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
38
38
|
default: undefined;
|
|
39
39
|
};
|
|
40
40
|
}>> & Readonly<{}>, {
|
|
41
|
-
style: Record<string, string | number>;
|
|
42
41
|
className: string;
|
|
42
|
+
style: Record<string, string | number>;
|
|
43
43
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
44
44
|
|
|
45
45
|
export { Layout, type VueLayoutProps, Layout as default };
|
|
@@ -208,11 +208,11 @@ declare const List: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
208
208
|
"onPage-change"?: ((...args: any[]) => any) | undefined;
|
|
209
209
|
"onItem-click"?: ((...args: any[]) => any) | undefined;
|
|
210
210
|
}>, {
|
|
211
|
-
|
|
211
|
+
className: string;
|
|
212
212
|
style: Record<string, string | number>;
|
|
213
|
+
pagination: false | ListPaginationConfig;
|
|
213
214
|
size: ListSize;
|
|
214
215
|
loading: boolean;
|
|
215
|
-
className: string;
|
|
216
216
|
split: boolean;
|
|
217
217
|
dataSource: ListItem[];
|
|
218
218
|
bordered: ListBorderStyle;
|
|
@@ -208,11 +208,11 @@ declare const List: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
208
208
|
"onPage-change"?: ((...args: any[]) => any) | undefined;
|
|
209
209
|
"onItem-click"?: ((...args: any[]) => any) | undefined;
|
|
210
210
|
}>, {
|
|
211
|
-
|
|
211
|
+
className: string;
|
|
212
212
|
style: Record<string, string | number>;
|
|
213
|
+
pagination: false | ListPaginationConfig;
|
|
213
214
|
size: ListSize;
|
|
214
215
|
loading: boolean;
|
|
215
|
-
className: string;
|
|
216
216
|
split: boolean;
|
|
217
217
|
dataSource: ListItem[];
|
|
218
218
|
bordered: ListBorderStyle;
|
|
@@ -90,11 +90,11 @@ declare const Loading: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
90
90
|
default: undefined;
|
|
91
91
|
};
|
|
92
92
|
}>> & Readonly<{}>, {
|
|
93
|
+
className: string;
|
|
93
94
|
style: Record<string, string | number>;
|
|
95
|
+
text: string;
|
|
94
96
|
size: LoadingSize;
|
|
95
97
|
variant: LoadingVariant;
|
|
96
|
-
className: string;
|
|
97
|
-
text: string;
|
|
98
98
|
color: LoadingColor;
|
|
99
99
|
fullscreen: boolean;
|
|
100
100
|
delay: number;
|
|
@@ -90,11 +90,11 @@ declare const Loading: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
90
90
|
default: undefined;
|
|
91
91
|
};
|
|
92
92
|
}>> & Readonly<{}>, {
|
|
93
|
+
className: string;
|
|
93
94
|
style: Record<string, string | number>;
|
|
95
|
+
text: string;
|
|
94
96
|
size: LoadingSize;
|
|
95
97
|
variant: LoadingVariant;
|
|
96
|
-
className: string;
|
|
97
|
-
text: string;
|
|
98
98
|
color: LoadingColor;
|
|
99
99
|
fullscreen: boolean;
|
|
100
100
|
delay: number;
|
|
@@ -188,8 +188,8 @@ declare const Menu: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
188
188
|
"onUpdate:openKeys"?: ((...args: any[]) => any) | undefined;
|
|
189
189
|
"onOpen-change"?: ((...args: any[]) => any) | undefined;
|
|
190
190
|
}>, {
|
|
191
|
-
style: Record<string, string | number> | undefined;
|
|
192
191
|
className: string;
|
|
192
|
+
style: Record<string, string | number> | undefined;
|
|
193
193
|
mode: MenuMode;
|
|
194
194
|
multiple: boolean;
|
|
195
195
|
collapsed: boolean;
|
|
@@ -188,8 +188,8 @@ declare const Menu: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
188
188
|
"onUpdate:openKeys"?: ((...args: any[]) => any) | undefined;
|
|
189
189
|
"onOpen-change"?: ((...args: any[]) => any) | undefined;
|
|
190
190
|
}>, {
|
|
191
|
-
style: Record<string, string | number> | undefined;
|
|
192
191
|
className: string;
|
|
192
|
+
style: Record<string, string | number> | undefined;
|
|
193
193
|
mode: MenuMode;
|
|
194
194
|
multiple: boolean;
|
|
195
195
|
collapsed: boolean;
|
|
@@ -87,9 +87,9 @@ declare const MenuItem: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
87
87
|
default: undefined;
|
|
88
88
|
};
|
|
89
89
|
}>> & Readonly<{}>, {
|
|
90
|
+
className: string;
|
|
90
91
|
style: Record<string, string | number>;
|
|
91
92
|
disabled: boolean;
|
|
92
|
-
className: string;
|
|
93
93
|
collapsed: boolean;
|
|
94
94
|
level: number;
|
|
95
95
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
@@ -87,9 +87,9 @@ declare const MenuItem: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
87
87
|
default: undefined;
|
|
88
88
|
};
|
|
89
89
|
}>> & Readonly<{}>, {
|
|
90
|
+
className: string;
|
|
90
91
|
style: Record<string, string | number>;
|
|
91
92
|
disabled: boolean;
|
|
92
|
-
className: string;
|
|
93
93
|
collapsed: boolean;
|
|
94
94
|
level: number;
|
|
95
95
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
@@ -50,9 +50,9 @@ declare const MenuItemGroup: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
50
50
|
default: undefined;
|
|
51
51
|
};
|
|
52
52
|
}>> & Readonly<{}>, {
|
|
53
|
+
className: string;
|
|
53
54
|
style: Record<string, string | number>;
|
|
54
55
|
title: string;
|
|
55
|
-
className: string;
|
|
56
56
|
level: number;
|
|
57
57
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
58
58
|
|
|
@@ -50,9 +50,9 @@ declare const MenuItemGroup: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
50
50
|
default: undefined;
|
|
51
51
|
};
|
|
52
52
|
}>> & Readonly<{}>, {
|
|
53
|
+
className: string;
|
|
53
54
|
style: Record<string, string | number>;
|
|
54
55
|
title: string;
|
|
55
|
-
className: string;
|
|
56
56
|
level: number;
|
|
57
57
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
58
58
|
|
|
@@ -295,12 +295,12 @@ declare const Modal: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
295
295
|
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
296
296
|
onOk?: ((...args: any[]) => any) | undefined;
|
|
297
297
|
}>, {
|
|
298
|
-
|
|
298
|
+
className: string;
|
|
299
299
|
style: Record<string, unknown>;
|
|
300
300
|
title: string;
|
|
301
|
-
size: ModalSize;
|
|
302
|
-
className: string;
|
|
303
301
|
mask: boolean;
|
|
302
|
+
locale: Partial<TigerLocale>;
|
|
303
|
+
size: ModalSize;
|
|
304
304
|
visible: boolean;
|
|
305
305
|
closable: boolean;
|
|
306
306
|
closeAriaLabel: string;
|
|
@@ -295,12 +295,12 @@ declare const Modal: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
295
295
|
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
296
296
|
onOk?: ((...args: any[]) => any) | undefined;
|
|
297
297
|
}>, {
|
|
298
|
-
|
|
298
|
+
className: string;
|
|
299
299
|
style: Record<string, unknown>;
|
|
300
300
|
title: string;
|
|
301
|
-
size: ModalSize;
|
|
302
|
-
className: string;
|
|
303
301
|
mask: boolean;
|
|
302
|
+
locale: Partial<TigerLocale>;
|
|
303
|
+
size: ModalSize;
|
|
304
304
|
visible: boolean;
|
|
305
305
|
closable: boolean;
|
|
306
306
|
closeAriaLabel: string;
|
|
@@ -187,10 +187,10 @@ 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
|
+
className: string;
|
|
190
191
|
style: Record<string, string | number>;
|
|
191
192
|
title: string;
|
|
192
193
|
loading: boolean;
|
|
193
|
-
className: string;
|
|
194
194
|
emptyText: string;
|
|
195
195
|
items: NotificationItem[];
|
|
196
196
|
groups: NotificationGroup[];
|
|
@@ -187,10 +187,10 @@ 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
|
+
className: string;
|
|
190
191
|
style: Record<string, string | number>;
|
|
191
192
|
title: string;
|
|
192
193
|
loading: boolean;
|
|
193
|
-
className: string;
|
|
194
194
|
emptyText: string;
|
|
195
195
|
items: NotificationItem[];
|
|
196
196
|
groups: NotificationGroup[];
|
|
@@ -326,11 +326,11 @@ declare const Pagination: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
326
326
|
"onUpdate:pageSize"?: ((...args: any[]) => any) | undefined;
|
|
327
327
|
"onPage-size-change"?: ((...args: any[]) => any) | undefined;
|
|
328
328
|
}>, {
|
|
329
|
-
|
|
329
|
+
className: string;
|
|
330
330
|
style: Record<string, unknown>;
|
|
331
|
+
locale: Partial<TigerLocale>;
|
|
331
332
|
size: PaginationSize;
|
|
332
333
|
disabled: boolean;
|
|
333
|
-
className: string;
|
|
334
334
|
align: PaginationAlign;
|
|
335
335
|
defaultCurrent: number;
|
|
336
336
|
defaultPageSize: number;
|
|
@@ -326,11 +326,11 @@ declare const Pagination: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
326
326
|
"onUpdate:pageSize"?: ((...args: any[]) => any) | undefined;
|
|
327
327
|
"onPage-size-change"?: ((...args: any[]) => any) | undefined;
|
|
328
328
|
}>, {
|
|
329
|
-
|
|
329
|
+
className: string;
|
|
330
330
|
style: Record<string, unknown>;
|
|
331
|
+
locale: Partial<TigerLocale>;
|
|
331
332
|
size: PaginationSize;
|
|
332
333
|
disabled: boolean;
|
|
333
|
-
className: string;
|
|
334
334
|
align: PaginationAlign;
|
|
335
335
|
defaultCurrent: number;
|
|
336
336
|
defaultPageSize: number;
|
|
@@ -154,10 +154,10 @@ declare const Popconfirm: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
154
154
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
155
155
|
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
156
156
|
}>, {
|
|
157
|
+
className: string;
|
|
157
158
|
style: StyleValue;
|
|
158
159
|
title: string;
|
|
159
160
|
disabled: boolean;
|
|
160
|
-
className: string;
|
|
161
161
|
offset: number;
|
|
162
162
|
visible: boolean;
|
|
163
163
|
icon: PopconfirmIconType;
|
|
@@ -154,10 +154,10 @@ declare const Popconfirm: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
154
154
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
155
155
|
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
156
156
|
}>, {
|
|
157
|
+
className: string;
|
|
157
158
|
style: StyleValue;
|
|
158
159
|
title: string;
|
|
159
160
|
disabled: boolean;
|
|
160
|
-
className: string;
|
|
161
161
|
offset: number;
|
|
162
162
|
visible: boolean;
|
|
163
163
|
icon: PopconfirmIconType;
|
|
@@ -44,7 +44,7 @@ declare const Popover: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
44
44
|
};
|
|
45
45
|
/** Width (pixel number or Tailwind class) */
|
|
46
46
|
width: {
|
|
47
|
-
type: (
|
|
47
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
48
48
|
default: undefined;
|
|
49
49
|
};
|
|
50
50
|
/** Offset distance in pixels @default 8 */
|
|
@@ -101,7 +101,7 @@ declare const Popover: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
101
101
|
};
|
|
102
102
|
/** Width (pixel number or Tailwind class) */
|
|
103
103
|
width: {
|
|
104
|
-
type: (
|
|
104
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
105
105
|
default: undefined;
|
|
106
106
|
};
|
|
107
107
|
/** Offset distance in pixels @default 8 */
|
|
@@ -122,10 +122,10 @@ declare const Popover: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
122
122
|
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
123
123
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
124
124
|
}>, {
|
|
125
|
+
className: string;
|
|
125
126
|
style: StyleValue;
|
|
126
127
|
title: string;
|
|
127
128
|
disabled: boolean;
|
|
128
|
-
className: string;
|
|
129
129
|
width: string | number;
|
|
130
130
|
offset: number;
|
|
131
131
|
visible: boolean;
|
|
@@ -44,7 +44,7 @@ declare const Popover: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
44
44
|
};
|
|
45
45
|
/** Width (pixel number or Tailwind class) */
|
|
46
46
|
width: {
|
|
47
|
-
type: (
|
|
47
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
48
48
|
default: undefined;
|
|
49
49
|
};
|
|
50
50
|
/** Offset distance in pixels @default 8 */
|
|
@@ -101,7 +101,7 @@ declare const Popover: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
101
101
|
};
|
|
102
102
|
/** Width (pixel number or Tailwind class) */
|
|
103
103
|
width: {
|
|
104
|
-
type: (
|
|
104
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
105
105
|
default: undefined;
|
|
106
106
|
};
|
|
107
107
|
/** Offset distance in pixels @default 8 */
|
|
@@ -122,10 +122,10 @@ declare const Popover: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
122
122
|
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
123
123
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
124
124
|
}>, {
|
|
125
|
+
className: string;
|
|
125
126
|
style: StyleValue;
|
|
126
127
|
title: string;
|
|
127
128
|
disabled: boolean;
|
|
128
|
-
className: string;
|
|
129
129
|
width: string | number;
|
|
130
130
|
offset: number;
|
|
131
131
|
visible: boolean;
|
|
@@ -51,7 +51,7 @@ declare const Progress: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
51
51
|
default: number;
|
|
52
52
|
};
|
|
53
53
|
width: {
|
|
54
|
-
type: (
|
|
54
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
55
55
|
default: string;
|
|
56
56
|
};
|
|
57
57
|
height: {
|
|
@@ -114,7 +114,7 @@ declare const Progress: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
114
114
|
default: number;
|
|
115
115
|
};
|
|
116
116
|
width: {
|
|
117
|
-
type: (
|
|
117
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
118
118
|
default: string;
|
|
119
119
|
};
|
|
120
120
|
height: {
|
|
@@ -131,11 +131,11 @@ declare const Progress: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
131
131
|
};
|
|
132
132
|
}>> & Readonly<{}>, {
|
|
133
133
|
type: ProgressType;
|
|
134
|
+
className: string;
|
|
134
135
|
style: Record<string, string | number>;
|
|
136
|
+
text: string;
|
|
135
137
|
size: ProgressSize;
|
|
136
138
|
variant: ProgressVariant;
|
|
137
|
-
className: string;
|
|
138
|
-
text: string;
|
|
139
139
|
status: ProgressStatus;
|
|
140
140
|
width: string | number;
|
|
141
141
|
height: number;
|
|
@@ -51,7 +51,7 @@ declare const Progress: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
51
51
|
default: number;
|
|
52
52
|
};
|
|
53
53
|
width: {
|
|
54
|
-
type: (
|
|
54
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
55
55
|
default: string;
|
|
56
56
|
};
|
|
57
57
|
height: {
|
|
@@ -114,7 +114,7 @@ declare const Progress: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
114
114
|
default: number;
|
|
115
115
|
};
|
|
116
116
|
width: {
|
|
117
|
-
type: (
|
|
117
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
118
118
|
default: string;
|
|
119
119
|
};
|
|
120
120
|
height: {
|
|
@@ -131,11 +131,11 @@ declare const Progress: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
131
131
|
};
|
|
132
132
|
}>> & Readonly<{}>, {
|
|
133
133
|
type: ProgressType;
|
|
134
|
+
className: string;
|
|
134
135
|
style: Record<string, string | number>;
|
|
136
|
+
text: string;
|
|
135
137
|
size: ProgressSize;
|
|
136
138
|
variant: ProgressVariant;
|
|
137
|
-
className: string;
|
|
138
|
-
text: string;
|
|
139
139
|
status: ProgressStatus;
|
|
140
140
|
width: string | number;
|
|
141
141
|
height: number;
|
|
@@ -71,7 +71,7 @@ declare const Select: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
71
71
|
};
|
|
72
72
|
}>, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
73
73
|
[key: string]: any;
|
|
74
|
-
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("
|
|
74
|
+
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("change" | "search" | "update:modelValue")[], "change" | "search" | "update:modelValue", vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
75
75
|
/**
|
|
76
76
|
* Selected value(s) (for v-model)
|
|
77
77
|
*/
|
|
@@ -71,7 +71,7 @@ declare const Select: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
71
71
|
};
|
|
72
72
|
}>, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
73
73
|
[key: string]: any;
|
|
74
|
-
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("
|
|
74
|
+
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("change" | "search" | "update:modelValue")[], "change" | "search" | "update:modelValue", vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
75
75
|
/**
|
|
76
76
|
* Selected value(s) (for v-model)
|
|
77
77
|
*/
|
|
@@ -72,8 +72,8 @@ declare const Sidebar: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
72
72
|
default: undefined;
|
|
73
73
|
};
|
|
74
74
|
}>> & Readonly<{}>, {
|
|
75
|
-
style: Record<string, string | number>;
|
|
76
75
|
className: string;
|
|
76
|
+
style: Record<string, string | number>;
|
|
77
77
|
width: string;
|
|
78
78
|
collapsed: boolean;
|
|
79
79
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
@@ -72,8 +72,8 @@ declare const Sidebar: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
72
72
|
default: undefined;
|
|
73
73
|
};
|
|
74
74
|
}>> & Readonly<{}>, {
|
|
75
|
-
style: Record<string, string | number>;
|
|
76
75
|
className: string;
|
|
76
|
+
style: Record<string, string | number>;
|
|
77
77
|
width: string;
|
|
78
78
|
collapsed: boolean;
|
|
79
79
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
@@ -82,9 +82,9 @@ declare const Skeleton: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
82
82
|
default: undefined;
|
|
83
83
|
};
|
|
84
84
|
}>> & Readonly<{}>, {
|
|
85
|
+
className: string;
|
|
85
86
|
style: Record<string, string | number>;
|
|
86
87
|
variant: SkeletonVariant;
|
|
87
|
-
className: string;
|
|
88
88
|
rows: number;
|
|
89
89
|
width: string;
|
|
90
90
|
height: string;
|
|
@@ -82,9 +82,9 @@ declare const Skeleton: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
82
82
|
default: undefined;
|
|
83
83
|
};
|
|
84
84
|
}>> & Readonly<{}>, {
|
|
85
|
+
className: string;
|
|
85
86
|
style: Record<string, string | number>;
|
|
86
87
|
variant: SkeletonVariant;
|
|
87
|
-
className: string;
|
|
88
88
|
rows: number;
|
|
89
89
|
width: string;
|
|
90
90
|
height: string;
|
|
@@ -213,10 +213,10 @@ declare const Slider: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
213
213
|
onChange?: ((value: number | [number, number]) => any) | undefined;
|
|
214
214
|
"onUpdate:value"?: ((value: number | [number, number]) => any) | undefined;
|
|
215
215
|
}>, {
|
|
216
|
+
className: string;
|
|
216
217
|
style: Record<string, string | number>;
|
|
217
218
|
size: SliderSize;
|
|
218
219
|
disabled: boolean;
|
|
219
|
-
className: string;
|
|
220
220
|
min: number;
|
|
221
221
|
max: number;
|
|
222
222
|
step: number;
|
|
@@ -213,10 +213,10 @@ declare const Slider: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
213
213
|
onChange?: ((value: number | [number, number]) => any) | undefined;
|
|
214
214
|
"onUpdate:value"?: ((value: number | [number, number]) => any) | undefined;
|
|
215
215
|
}>, {
|
|
216
|
+
className: string;
|
|
216
217
|
style: Record<string, string | number>;
|
|
217
218
|
size: SliderSize;
|
|
218
219
|
disabled: boolean;
|
|
219
|
-
className: string;
|
|
220
220
|
min: number;
|
|
221
221
|
max: number;
|
|
222
222
|
step: number;
|
|
@@ -40,8 +40,8 @@ declare const Space: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
40
40
|
default: boolean;
|
|
41
41
|
};
|
|
42
42
|
}>> & Readonly<{}>, {
|
|
43
|
-
size: SpaceSize;
|
|
44
43
|
direction: SpaceDirection;
|
|
44
|
+
size: SpaceSize;
|
|
45
45
|
align: SpaceAlign;
|
|
46
46
|
wrap: boolean;
|
|
47
47
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
@@ -40,8 +40,8 @@ declare const Space: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
40
40
|
default: boolean;
|
|
41
41
|
};
|
|
42
42
|
}>> & Readonly<{}>, {
|
|
43
|
-
size: SpaceSize;
|
|
44
43
|
direction: SpaceDirection;
|
|
44
|
+
size: SpaceSize;
|
|
45
45
|
align: SpaceAlign;
|
|
46
46
|
wrap: boolean;
|
|
47
47
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
@@ -148,11 +148,11 @@ declare const Steps: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
148
148
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
149
149
|
"onUpdate:current"?: ((...args: any[]) => any) | undefined;
|
|
150
150
|
}>, {
|
|
151
|
+
direction: StepsDirection;
|
|
152
|
+
className: string;
|
|
151
153
|
style: Record<string, unknown>;
|
|
152
154
|
size: StepSize;
|
|
153
|
-
className: string;
|
|
154
155
|
status: StepStatus;
|
|
155
|
-
direction: StepsDirection;
|
|
156
156
|
current: number;
|
|
157
157
|
simple: boolean;
|
|
158
158
|
clickable: boolean;
|
|
@@ -148,11 +148,11 @@ declare const Steps: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
148
148
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
149
149
|
"onUpdate:current"?: ((...args: any[]) => any) | undefined;
|
|
150
150
|
}>, {
|
|
151
|
+
direction: StepsDirection;
|
|
152
|
+
className: string;
|
|
151
153
|
style: Record<string, unknown>;
|
|
152
154
|
size: StepSize;
|
|
153
|
-
className: string;
|
|
154
155
|
status: StepStatus;
|
|
155
|
-
direction: StepsDirection;
|
|
156
156
|
current: number;
|
|
157
157
|
simple: boolean;
|
|
158
158
|
clickable: boolean;
|
|
@@ -130,9 +130,9 @@ declare const StepsItem: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
130
130
|
default: boolean;
|
|
131
131
|
};
|
|
132
132
|
}>> & Readonly<{}>, {
|
|
133
|
+
className: string;
|
|
133
134
|
style: Record<string, unknown>;
|
|
134
135
|
disabled: boolean;
|
|
135
|
-
className: string;
|
|
136
136
|
status: StepStatus;
|
|
137
137
|
icon: undefined;
|
|
138
138
|
stepIndex: number;
|
|
@@ -130,9 +130,9 @@ declare const StepsItem: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
130
130
|
default: boolean;
|
|
131
131
|
};
|
|
132
132
|
}>> & Readonly<{}>, {
|
|
133
|
+
className: string;
|
|
133
134
|
style: Record<string, unknown>;
|
|
134
135
|
disabled: boolean;
|
|
135
|
-
className: string;
|
|
136
136
|
status: StepStatus;
|
|
137
137
|
icon: undefined;
|
|
138
138
|
stepIndex: number;
|
|
@@ -108,10 +108,10 @@ declare const SubMenu: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
108
108
|
default: undefined;
|
|
109
109
|
};
|
|
110
110
|
}>> & Readonly<{}>, {
|
|
111
|
+
className: string;
|
|
111
112
|
style: Record<string, string | number>;
|
|
112
113
|
title: string;
|
|
113
114
|
disabled: boolean;
|
|
114
|
-
className: string;
|
|
115
115
|
collapsed: boolean;
|
|
116
116
|
level: number;
|
|
117
117
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
@@ -108,10 +108,10 @@ declare const SubMenu: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
108
108
|
default: undefined;
|
|
109
109
|
};
|
|
110
110
|
}>> & Readonly<{}>, {
|
|
111
|
+
className: string;
|
|
111
112
|
style: Record<string, string | number>;
|
|
112
113
|
title: string;
|
|
113
114
|
disabled: boolean;
|
|
114
|
-
className: string;
|
|
115
115
|
collapsed: boolean;
|
|
116
116
|
level: number;
|
|
117
117
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
@@ -155,9 +155,9 @@ declare const TabPane: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
155
155
|
default: undefined;
|
|
156
156
|
};
|
|
157
157
|
}>> & Readonly<{}>, {
|
|
158
|
+
className: string;
|
|
158
159
|
style: Record<string, string | number>;
|
|
159
160
|
disabled: boolean;
|
|
160
|
-
className: string;
|
|
161
161
|
icon: string | VNode<vue.RendererNode, vue.RendererElement, {
|
|
162
162
|
[key: string]: any;
|
|
163
163
|
}>;
|