@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
|
@@ -123,8 +123,8 @@ declare const BreadcrumbItem: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
123
123
|
}>> & Readonly<{
|
|
124
124
|
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
125
125
|
}>, {
|
|
126
|
-
style: Record<string, unknown>;
|
|
127
126
|
className: string;
|
|
127
|
+
style: Record<string, unknown>;
|
|
128
128
|
separator: string;
|
|
129
129
|
href: string;
|
|
130
130
|
target: "_blank" | "_self" | "_parent" | "_top";
|
|
@@ -123,8 +123,8 @@ declare const BreadcrumbItem: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
123
123
|
}>> & Readonly<{
|
|
124
124
|
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
125
125
|
}>, {
|
|
126
|
-
style: Record<string, unknown>;
|
|
127
126
|
className: string;
|
|
127
|
+
style: Record<string, unknown>;
|
|
128
128
|
separator: string;
|
|
129
129
|
href: string;
|
|
130
130
|
target: "_blank" | "_self" | "_parent" | "_top";
|
|
@@ -107,14 +107,14 @@ declare const Button: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
107
107
|
}>> & Readonly<{
|
|
108
108
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
109
109
|
}>, {
|
|
110
|
-
type: "button" | "
|
|
110
|
+
type: "button" | "reset" | "submit";
|
|
111
|
+
className: string;
|
|
111
112
|
style: Record<string, unknown>;
|
|
112
113
|
size: ButtonSize;
|
|
113
114
|
disabled: boolean;
|
|
114
115
|
loading: boolean;
|
|
115
116
|
block: boolean;
|
|
116
117
|
variant: ButtonVariant;
|
|
117
|
-
className: string;
|
|
118
118
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
119
119
|
|
|
120
120
|
export { Button, type VueButtonProps, Button as default };
|
|
@@ -107,14 +107,14 @@ declare const Button: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
107
107
|
}>> & Readonly<{
|
|
108
108
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
109
109
|
}>, {
|
|
110
|
-
type: "button" | "
|
|
110
|
+
type: "button" | "reset" | "submit";
|
|
111
|
+
className: string;
|
|
111
112
|
style: Record<string, unknown>;
|
|
112
113
|
size: ButtonSize;
|
|
113
114
|
disabled: boolean;
|
|
114
115
|
loading: boolean;
|
|
115
116
|
block: boolean;
|
|
116
117
|
variant: ButtonVariant;
|
|
117
|
-
className: string;
|
|
118
118
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
119
119
|
|
|
120
120
|
export { Button, type VueButtonProps, Button as default };
|
|
@@ -120,10 +120,10 @@ declare const Card: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
120
120
|
default: undefined;
|
|
121
121
|
};
|
|
122
122
|
}>> & Readonly<{}>, {
|
|
123
|
+
className: string;
|
|
123
124
|
style: Record<string, string | number>;
|
|
124
125
|
size: CardSize;
|
|
125
126
|
variant: CardVariant;
|
|
126
|
-
className: string;
|
|
127
127
|
cover: string;
|
|
128
128
|
hoverable: boolean;
|
|
129
129
|
coverAlt: string;
|
|
@@ -120,10 +120,10 @@ declare const Card: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
120
120
|
default: undefined;
|
|
121
121
|
};
|
|
122
122
|
}>> & Readonly<{}>, {
|
|
123
|
+
className: string;
|
|
123
124
|
style: Record<string, string | number>;
|
|
124
125
|
size: CardSize;
|
|
125
126
|
variant: CardVariant;
|
|
126
|
-
className: string;
|
|
127
127
|
cover: string;
|
|
128
128
|
hoverable: boolean;
|
|
129
129
|
coverAlt: string;
|
|
@@ -229,9 +229,9 @@ declare const Carousel: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
229
229
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
230
230
|
"onBefore-change"?: ((...args: any[]) => any) | undefined;
|
|
231
231
|
}>, {
|
|
232
|
-
dots: boolean;
|
|
233
|
-
style: Record<string, string | number>;
|
|
234
232
|
className: string;
|
|
233
|
+
style: Record<string, string | number>;
|
|
234
|
+
dots: boolean;
|
|
235
235
|
infinite: boolean;
|
|
236
236
|
autoplay: boolean;
|
|
237
237
|
autoplaySpeed: number;
|
|
@@ -229,9 +229,9 @@ declare const Carousel: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
229
229
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
230
230
|
"onBefore-change"?: ((...args: any[]) => any) | undefined;
|
|
231
231
|
}>, {
|
|
232
|
-
dots: boolean;
|
|
233
|
-
style: Record<string, string | number>;
|
|
234
232
|
className: string;
|
|
233
|
+
style: Record<string, string | number>;
|
|
234
|
+
dots: boolean;
|
|
235
235
|
infinite: boolean;
|
|
236
236
|
autoplay: boolean;
|
|
237
237
|
autoplaySpeed: number;
|
|
@@ -98,9 +98,9 @@ declare const ChartAxis: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
98
98
|
type: StringConstructor;
|
|
99
99
|
};
|
|
100
100
|
}>> & Readonly<{}>, {
|
|
101
|
+
orientation: ChartAxisOrientation;
|
|
101
102
|
x: number;
|
|
102
103
|
y: number;
|
|
103
|
-
orientation: ChartAxisOrientation;
|
|
104
104
|
ticks: number;
|
|
105
105
|
tickSize: number;
|
|
106
106
|
tickPadding: number;
|
|
@@ -98,9 +98,9 @@ declare const ChartAxis: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
98
98
|
type: StringConstructor;
|
|
99
99
|
};
|
|
100
100
|
}>> & Readonly<{}>, {
|
|
101
|
+
orientation: ChartAxisOrientation;
|
|
101
102
|
x: number;
|
|
102
103
|
y: number;
|
|
103
|
-
orientation: ChartAxisOrientation;
|
|
104
104
|
ticks: number;
|
|
105
105
|
tickSize: number;
|
|
106
106
|
tickPadding: number;
|
|
@@ -97,10 +97,10 @@ declare const ChartGrid: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
97
97
|
type: StringConstructor;
|
|
98
98
|
};
|
|
99
99
|
}>> & Readonly<{}>, {
|
|
100
|
-
x: number;
|
|
101
|
-
y: number;
|
|
102
100
|
lineStyle: ChartGridLineStyle;
|
|
103
101
|
show: ChartGridLine;
|
|
102
|
+
x: number;
|
|
103
|
+
y: number;
|
|
104
104
|
strokeWidth: number;
|
|
105
105
|
xTicks: number;
|
|
106
106
|
yTicks: number;
|
|
@@ -97,10 +97,10 @@ declare const ChartGrid: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
97
97
|
type: StringConstructor;
|
|
98
98
|
};
|
|
99
99
|
}>> & Readonly<{}>, {
|
|
100
|
-
x: number;
|
|
101
|
-
y: number;
|
|
102
100
|
lineStyle: ChartGridLineStyle;
|
|
103
101
|
show: ChartGridLine;
|
|
102
|
+
x: number;
|
|
103
|
+
y: number;
|
|
104
104
|
strokeWidth: number;
|
|
105
105
|
xTicks: number;
|
|
106
106
|
yTicks: number;
|
|
@@ -50,9 +50,9 @@ declare const ChartTooltip: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
50
50
|
type: StringConstructor;
|
|
51
51
|
};
|
|
52
52
|
}>> & Readonly<{}>, {
|
|
53
|
+
visible: boolean;
|
|
53
54
|
x: number;
|
|
54
55
|
y: number;
|
|
55
|
-
visible: boolean;
|
|
56
56
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
57
57
|
|
|
58
58
|
export { ChartTooltip, type VueChartTooltipProps, ChartTooltip as default };
|
|
@@ -50,9 +50,9 @@ declare const ChartTooltip: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
50
50
|
type: StringConstructor;
|
|
51
51
|
};
|
|
52
52
|
}>> & Readonly<{}>, {
|
|
53
|
+
visible: boolean;
|
|
53
54
|
x: number;
|
|
54
55
|
y: number;
|
|
55
|
-
visible: boolean;
|
|
56
56
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
57
57
|
|
|
58
58
|
export { ChartTooltip, type VueChartTooltipProps, ChartTooltip as default };
|
|
@@ -193,8 +193,8 @@ declare const ChatWindow: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
193
193
|
type: PropType<Record<string, string | number>>;
|
|
194
194
|
};
|
|
195
195
|
}>> & Readonly<{
|
|
196
|
-
onInput?: ((...args: any[]) => any) | undefined;
|
|
197
196
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
197
|
+
onInput?: ((...args: any[]) => any) | undefined;
|
|
198
198
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
199
199
|
onSend?: ((...args: any[]) => any) | undefined;
|
|
200
200
|
}>, {
|
|
@@ -193,8 +193,8 @@ declare const ChatWindow: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
193
193
|
type: PropType<Record<string, string | number>>;
|
|
194
194
|
};
|
|
195
195
|
}>> & Readonly<{
|
|
196
|
-
onInput?: ((...args: any[]) => any) | undefined;
|
|
197
196
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
197
|
+
onInput?: ((...args: any[]) => any) | undefined;
|
|
198
198
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
199
199
|
onSend?: ((...args: any[]) => any) | undefined;
|
|
200
200
|
}>, {
|
|
@@ -61,8 +61,8 @@ declare const Code: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
61
61
|
}>> & Readonly<{
|
|
62
62
|
onCopy?: ((...args: any[]) => any) | undefined;
|
|
63
63
|
}>, {
|
|
64
|
-
style: Record<string, string | number>;
|
|
65
64
|
className: string;
|
|
65
|
+
style: Record<string, string | number>;
|
|
66
66
|
copyable: boolean;
|
|
67
67
|
copyLabel: string;
|
|
68
68
|
copiedLabel: string;
|
|
@@ -61,8 +61,8 @@ declare const Code: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
61
61
|
}>> & Readonly<{
|
|
62
62
|
onCopy?: ((...args: any[]) => any) | undefined;
|
|
63
63
|
}>, {
|
|
64
|
-
style: Record<string, string | number>;
|
|
65
64
|
className: string;
|
|
65
|
+
style: Record<string, string | number>;
|
|
66
66
|
copyable: boolean;
|
|
67
67
|
copyLabel: string;
|
|
68
68
|
copiedLabel: string;
|
|
@@ -149,9 +149,9 @@ declare const Collapse: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
149
149
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
150
150
|
"onUpdate:activeKey"?: ((...args: any[]) => any) | undefined;
|
|
151
151
|
}>, {
|
|
152
|
-
ghost: boolean;
|
|
153
|
-
style: Record<string, string | number>;
|
|
154
152
|
className: string;
|
|
153
|
+
style: Record<string, string | number>;
|
|
154
|
+
ghost: boolean;
|
|
155
155
|
bordered: boolean;
|
|
156
156
|
activeKey: string | number | (string | number)[];
|
|
157
157
|
defaultActiveKey: string | number | (string | number)[];
|
|
@@ -149,9 +149,9 @@ declare const Collapse: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
149
149
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
150
150
|
"onUpdate:activeKey"?: ((...args: any[]) => any) | undefined;
|
|
151
151
|
}>, {
|
|
152
|
-
ghost: boolean;
|
|
153
|
-
style: Record<string, string | number>;
|
|
154
152
|
className: string;
|
|
153
|
+
style: Record<string, string | number>;
|
|
154
|
+
ghost: boolean;
|
|
155
155
|
bordered: boolean;
|
|
156
156
|
activeKey: string | number | (string | number)[];
|
|
157
157
|
defaultActiveKey: string | number | (string | number)[];
|
|
@@ -102,10 +102,10 @@ declare const CollapsePanel: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
102
102
|
default: undefined;
|
|
103
103
|
};
|
|
104
104
|
}>> & Readonly<{}>, {
|
|
105
|
-
|
|
105
|
+
className: string;
|
|
106
106
|
style: Record<string, string | number>;
|
|
107
|
+
header: string;
|
|
107
108
|
disabled: boolean;
|
|
108
|
-
className: string;
|
|
109
109
|
showArrow: boolean;
|
|
110
110
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
111
111
|
|
|
@@ -102,10 +102,10 @@ declare const CollapsePanel: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
102
102
|
default: undefined;
|
|
103
103
|
};
|
|
104
104
|
}>> & Readonly<{}>, {
|
|
105
|
-
|
|
105
|
+
className: string;
|
|
106
106
|
style: Record<string, string | number>;
|
|
107
|
+
header: string;
|
|
107
108
|
disabled: boolean;
|
|
108
|
-
className: string;
|
|
109
109
|
showArrow: boolean;
|
|
110
110
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
111
111
|
|
|
@@ -194,8 +194,8 @@ declare const CommentThread: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
194
194
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
195
195
|
"onLoad-more"?: ((...args: any[]) => any) | undefined;
|
|
196
196
|
}>, {
|
|
197
|
-
style: Record<string, string | number>;
|
|
198
197
|
className: string;
|
|
198
|
+
style: Record<string, string | number>;
|
|
199
199
|
emptyText: string;
|
|
200
200
|
items: CommentNode[];
|
|
201
201
|
defaultExpandedKeys: (string | number)[];
|
|
@@ -194,8 +194,8 @@ declare const CommentThread: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
194
194
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
195
195
|
"onLoad-more"?: ((...args: any[]) => any) | undefined;
|
|
196
196
|
}>, {
|
|
197
|
-
style: Record<string, string | number>;
|
|
198
197
|
className: string;
|
|
198
|
+
style: Record<string, string | number>;
|
|
199
199
|
emptyText: string;
|
|
200
200
|
items: CommentNode[];
|
|
201
201
|
defaultExpandedKeys: (string | number)[];
|
|
@@ -38,8 +38,8 @@ declare const Content: 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 { Content, type VueContentProps, Content as default };
|
|
@@ -38,8 +38,8 @@ declare const Content: 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 { Content, type VueContentProps, Content as default };
|
|
@@ -84,9 +84,9 @@ declare const CropUpload: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
84
84
|
onError?: ((...args: any[]) => any) | undefined;
|
|
85
85
|
"onCrop-complete"?: ((...args: any[]) => any) | undefined;
|
|
86
86
|
}>, {
|
|
87
|
+
className: string;
|
|
87
88
|
style: Record<string, string | number>;
|
|
88
89
|
disabled: boolean;
|
|
89
|
-
className: string;
|
|
90
90
|
accept: string;
|
|
91
91
|
maxSize: number;
|
|
92
92
|
cropperProps: Partial<Omit<ImageCropperProps, "src">>;
|
|
@@ -84,9 +84,9 @@ declare const CropUpload: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
84
84
|
onError?: ((...args: any[]) => any) | undefined;
|
|
85
85
|
"onCrop-complete"?: ((...args: any[]) => any) | undefined;
|
|
86
86
|
}>, {
|
|
87
|
+
className: string;
|
|
87
88
|
style: Record<string, string | number>;
|
|
88
89
|
disabled: boolean;
|
|
89
|
-
className: string;
|
|
90
90
|
accept: string;
|
|
91
91
|
maxSize: number;
|
|
92
92
|
cropperProps: Partial<Omit<ImageCropperProps, "src">>;
|
|
@@ -233,12 +233,12 @@ declare const DataTableWithToolbar: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
233
233
|
"onFilters-change"?: ((filters: Record<string, TableToolbarFilterValue>) => any) | undefined;
|
|
234
234
|
"onBulk-action"?: ((action: TableToolbarAction, keys: (string | number)[]) => any) | undefined;
|
|
235
235
|
}>, {
|
|
236
|
-
|
|
237
|
-
sort: SortState;
|
|
236
|
+
className: string;
|
|
238
237
|
style: Record<string, string | number>;
|
|
238
|
+
sort: SortState;
|
|
239
|
+
pagination: false | PaginationProps;
|
|
239
240
|
size: TableSize;
|
|
240
241
|
loading: boolean;
|
|
241
|
-
className: string;
|
|
242
242
|
filters: Record<string, unknown>;
|
|
243
243
|
toolbar: VueTableToolbarProps;
|
|
244
244
|
columnLockable: boolean;
|
|
@@ -233,12 +233,12 @@ declare const DataTableWithToolbar: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
233
233
|
"onFilters-change"?: ((filters: Record<string, TableToolbarFilterValue>) => any) | undefined;
|
|
234
234
|
"onBulk-action"?: ((action: TableToolbarAction, keys: (string | number)[]) => any) | undefined;
|
|
235
235
|
}>, {
|
|
236
|
-
|
|
237
|
-
sort: SortState;
|
|
236
|
+
className: string;
|
|
238
237
|
style: Record<string, string | number>;
|
|
238
|
+
sort: SortState;
|
|
239
|
+
pagination: false | PaginationProps;
|
|
239
240
|
size: TableSize;
|
|
240
241
|
loading: boolean;
|
|
241
|
-
className: string;
|
|
242
242
|
filters: Record<string, unknown>;
|
|
243
243
|
toolbar: VueTableToolbarProps;
|
|
244
244
|
columnLockable: boolean;
|
|
@@ -294,10 +294,10 @@ declare const DatePicker: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
294
294
|
onClear?: (() => any) | undefined;
|
|
295
295
|
"onUpdate:modelValue"?: ((value: unknown) => any) | undefined;
|
|
296
296
|
}>, {
|
|
297
|
+
className: string;
|
|
297
298
|
style: Record<string, unknown>;
|
|
298
299
|
size: DatePickerSize;
|
|
299
300
|
disabled: boolean;
|
|
300
|
-
className: string;
|
|
301
301
|
range: boolean;
|
|
302
302
|
modelValue: string | Date | [string | Date | null, string | Date | null] | null;
|
|
303
303
|
placeholder: string;
|
|
@@ -294,10 +294,10 @@ declare const DatePicker: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
294
294
|
onClear?: (() => any) | undefined;
|
|
295
295
|
"onUpdate:modelValue"?: ((value: unknown) => any) | undefined;
|
|
296
296
|
}>, {
|
|
297
|
+
className: string;
|
|
297
298
|
style: Record<string, unknown>;
|
|
298
299
|
size: DatePickerSize;
|
|
299
300
|
disabled: boolean;
|
|
300
|
-
className: string;
|
|
301
301
|
range: boolean;
|
|
302
302
|
modelValue: string | Date | [string | Date | null, string | Date | null] | null;
|
|
303
303
|
placeholder: string;
|
|
@@ -189,10 +189,10 @@ declare const Descriptions: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
189
189
|
default: undefined;
|
|
190
190
|
};
|
|
191
191
|
}>> & Readonly<{}>, {
|
|
192
|
+
className: string;
|
|
192
193
|
style: string | Record<string, string | number>;
|
|
193
194
|
title: string | number;
|
|
194
195
|
size: DescriptionsSize;
|
|
195
|
-
className: string;
|
|
196
196
|
column: number;
|
|
197
197
|
layout: DescriptionsLayout;
|
|
198
198
|
bordered: boolean;
|
|
@@ -189,10 +189,10 @@ declare const Descriptions: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
189
189
|
default: undefined;
|
|
190
190
|
};
|
|
191
191
|
}>> & Readonly<{}>, {
|
|
192
|
+
className: string;
|
|
192
193
|
style: string | Record<string, string | number>;
|
|
193
194
|
title: string | number;
|
|
194
195
|
size: DescriptionsSize;
|
|
195
|
-
className: string;
|
|
196
196
|
column: number;
|
|
197
197
|
layout: DescriptionsLayout;
|
|
198
198
|
bordered: boolean;
|
|
@@ -260,12 +260,12 @@ declare const Drawer: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
260
260
|
"onAfter-enter"?: ((...args: any[]) => any) | undefined;
|
|
261
261
|
"onAfter-leave"?: ((...args: any[]) => any) | undefined;
|
|
262
262
|
}>, {
|
|
263
|
-
|
|
263
|
+
className: string;
|
|
264
264
|
style: Record<string, unknown>;
|
|
265
265
|
title: string;
|
|
266
|
-
size: DrawerSize;
|
|
267
|
-
className: string;
|
|
268
266
|
mask: boolean;
|
|
267
|
+
locale: Partial<TigerLocale>;
|
|
268
|
+
size: DrawerSize;
|
|
269
269
|
visible: boolean;
|
|
270
270
|
closable: boolean;
|
|
271
271
|
closeAriaLabel: string;
|
|
@@ -260,12 +260,12 @@ declare const Drawer: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
260
260
|
"onAfter-enter"?: ((...args: any[]) => any) | undefined;
|
|
261
261
|
"onAfter-leave"?: ((...args: any[]) => any) | undefined;
|
|
262
262
|
}>, {
|
|
263
|
-
|
|
263
|
+
className: string;
|
|
264
264
|
style: Record<string, unknown>;
|
|
265
265
|
title: string;
|
|
266
|
-
size: DrawerSize;
|
|
267
|
-
className: string;
|
|
268
266
|
mask: boolean;
|
|
267
|
+
locale: Partial<TigerLocale>;
|
|
268
|
+
size: DrawerSize;
|
|
269
269
|
visible: boolean;
|
|
270
270
|
closable: boolean;
|
|
271
271
|
closeAriaLabel: string;
|
|
@@ -175,9 +175,9 @@ declare const Dropdown: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
175
175
|
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
176
176
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
177
177
|
}>, {
|
|
178
|
+
className: string;
|
|
178
179
|
style: Record<string, unknown>;
|
|
179
180
|
disabled: boolean;
|
|
180
|
-
className: string;
|
|
181
181
|
offset: number;
|
|
182
182
|
visible: boolean;
|
|
183
183
|
showArrow: boolean;
|
|
@@ -175,9 +175,9 @@ declare const Dropdown: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
175
175
|
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
176
176
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
177
177
|
}>, {
|
|
178
|
+
className: string;
|
|
178
179
|
style: Record<string, unknown>;
|
|
179
180
|
disabled: boolean;
|
|
180
|
-
className: string;
|
|
181
181
|
offset: number;
|
|
182
182
|
visible: boolean;
|
|
183
183
|
showArrow: boolean;
|
|
@@ -80,9 +80,9 @@ declare const DropdownItem: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
80
80
|
}>> & Readonly<{
|
|
81
81
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
82
82
|
}>, {
|
|
83
|
+
className: string;
|
|
83
84
|
style: Record<string, unknown>;
|
|
84
85
|
disabled: boolean;
|
|
85
|
-
className: string;
|
|
86
86
|
divided: boolean;
|
|
87
87
|
itemKey: string | number;
|
|
88
88
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
@@ -80,9 +80,9 @@ declare const DropdownItem: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
80
80
|
}>> & Readonly<{
|
|
81
81
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
82
82
|
}>, {
|
|
83
|
+
className: string;
|
|
83
84
|
style: Record<string, unknown>;
|
|
84
85
|
disabled: boolean;
|
|
85
|
-
className: string;
|
|
86
86
|
divided: boolean;
|
|
87
87
|
itemKey: string | number;
|
|
88
88
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
@@ -31,8 +31,8 @@ declare const DropdownMenu: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
31
31
|
default: undefined;
|
|
32
32
|
};
|
|
33
33
|
}>> & Readonly<{}>, {
|
|
34
|
-
style: Record<string, unknown>;
|
|
35
34
|
className: string;
|
|
35
|
+
style: Record<string, unknown>;
|
|
36
36
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
37
37
|
|
|
38
38
|
export { DropdownMenu, type VueDropdownMenuProps, DropdownMenu as default };
|
|
@@ -31,8 +31,8 @@ declare const DropdownMenu: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
31
31
|
default: undefined;
|
|
32
32
|
};
|
|
33
33
|
}>> & Readonly<{}>, {
|
|
34
|
-
style: Record<string, unknown>;
|
|
35
34
|
className: string;
|
|
35
|
+
style: Record<string, unknown>;
|
|
36
36
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
37
37
|
|
|
38
38
|
export { DropdownMenu, type VueDropdownMenuProps, DropdownMenu as default };
|
|
@@ -55,8 +55,8 @@ declare const Footer: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
55
55
|
default: undefined;
|
|
56
56
|
};
|
|
57
57
|
}>> & Readonly<{}>, {
|
|
58
|
-
style: Record<string, string | number>;
|
|
59
58
|
className: string;
|
|
59
|
+
style: Record<string, string | number>;
|
|
60
60
|
height: string;
|
|
61
61
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
62
62
|
|
|
@@ -55,8 +55,8 @@ declare const Footer: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
55
55
|
default: undefined;
|
|
56
56
|
};
|
|
57
57
|
}>> & Readonly<{}>, {
|
|
58
|
-
style: Record<string, string | number>;
|
|
59
58
|
className: string;
|
|
59
|
+
style: Record<string, string | number>;
|
|
60
60
|
height: string;
|
|
61
61
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
62
62
|
|
|
@@ -157,11 +157,11 @@ declare const FormWizard: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
157
157
|
"onUpdate:current"?: ((...args: any[]) => any) | undefined;
|
|
158
158
|
onFinish?: ((...args: any[]) => any) | undefined;
|
|
159
159
|
}>, {
|
|
160
|
-
|
|
160
|
+
direction: StepsDirection;
|
|
161
|
+
className: string;
|
|
161
162
|
style: Record<string, string | number>;
|
|
163
|
+
locale: Partial<TigerLocale>;
|
|
162
164
|
size: StepSize;
|
|
163
|
-
className: string;
|
|
164
|
-
direction: StepsDirection;
|
|
165
165
|
defaultCurrent: number;
|
|
166
166
|
current: number;
|
|
167
167
|
simple: boolean;
|
|
@@ -157,11 +157,11 @@ declare const FormWizard: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
157
157
|
"onUpdate:current"?: ((...args: any[]) => any) | undefined;
|
|
158
158
|
onFinish?: ((...args: any[]) => any) | undefined;
|
|
159
159
|
}>, {
|
|
160
|
-
|
|
160
|
+
direction: StepsDirection;
|
|
161
|
+
className: string;
|
|
161
162
|
style: Record<string, string | number>;
|
|
163
|
+
locale: Partial<TigerLocale>;
|
|
162
164
|
size: StepSize;
|
|
163
|
-
className: string;
|
|
164
|
-
direction: StepsDirection;
|
|
165
165
|
defaultCurrent: number;
|
|
166
166
|
current: number;
|
|
167
167
|
simple: boolean;
|
|
@@ -55,8 +55,8 @@ declare const Header: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
55
55
|
default: undefined;
|
|
56
56
|
};
|
|
57
57
|
}>> & Readonly<{}>, {
|
|
58
|
-
style: Record<string, string | number>;
|
|
59
58
|
className: string;
|
|
59
|
+
style: Record<string, string | number>;
|
|
60
60
|
height: string;
|
|
61
61
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
62
62
|
|
|
@@ -55,8 +55,8 @@ declare const Header: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
55
55
|
default: undefined;
|
|
56
56
|
};
|
|
57
57
|
}>> & Readonly<{}>, {
|
|
58
|
-
style: Record<string, string | number>;
|
|
59
58
|
className: string;
|
|
59
|
+
style: Record<string, string | number>;
|
|
60
60
|
height: string;
|
|
61
61
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
62
62
|
|
|
@@ -104,8 +104,8 @@ declare const Image: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
104
104
|
onLoad?: ((...args: any[]) => any) | undefined;
|
|
105
105
|
"onPreview-visible-change"?: ((...args: any[]) => any) | undefined;
|
|
106
106
|
}>, {
|
|
107
|
-
style: Record<string, string | number>;
|
|
108
107
|
className: string;
|
|
108
|
+
style: Record<string, string | number>;
|
|
109
109
|
width: string | number;
|
|
110
110
|
height: string | number;
|
|
111
111
|
preview: boolean;
|
|
@@ -104,8 +104,8 @@ declare const Image: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
104
104
|
onLoad?: ((...args: any[]) => any) | undefined;
|
|
105
105
|
"onPreview-visible-change"?: ((...args: any[]) => any) | undefined;
|
|
106
106
|
}>, {
|
|
107
|
-
style: Record<string, string | number>;
|
|
108
107
|
className: string;
|
|
108
|
+
style: Record<string, string | number>;
|
|
109
109
|
width: string | number;
|
|
110
110
|
height: string | number;
|
|
111
111
|
preview: boolean;
|