@expcat/tigercat-vue 0.4.0 → 0.4.2
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-ZTJTIQZY.mjs → chunk-DEFEAEYE.mjs} +126 -6
- package/dist/{chunk-KUJ75OHX.js → chunk-ESALMEHU.js} +10 -9
- package/dist/{chunk-KVZLGW45.js → chunk-ETTYERGO.js} +14 -5
- package/dist/chunk-HK2TAPQX.js +334 -0
- package/dist/{chunk-YZK2HXRT.js → chunk-LGRUMMOG.js} +2 -2
- package/dist/chunk-LW3LFCRZ.mjs +331 -0
- package/dist/{chunk-ND4XDRYR.mjs → chunk-TCJBN2DA.mjs} +1 -1
- package/dist/{chunk-7FCHU5KV.mjs → chunk-TTDBR2B4.mjs} +11 -10
- package/dist/{chunk-RKPYLBPU.mjs → chunk-WM4ESIHG.mjs} +15 -6
- package/dist/{chunk-3PQIZBT5.js → chunk-WV3Y45YK.js} +125 -5
- package/dist/components/ActivityFeed.d.mts +1 -1
- package/dist/components/ActivityFeed.d.ts +1 -1
- package/dist/components/ActivityFeed.js +4 -4
- package/dist/components/ActivityFeed.mjs +2 -2
- 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 +3 -3
- package/dist/components/Collapse.d.ts +3 -3
- 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/DataTableWithToolbar.js +4 -4
- package/dist/components/DataTableWithToolbar.mjs +2 -2
- 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/InputNumber.d.mts +170 -0
- package/dist/components/InputNumber.d.ts +170 -0
- package/dist/components/InputNumber.js +17 -0
- package/dist/components/InputNumber.mjs +2 -0
- 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 +21 -1
- package/dist/components/Sidebar.d.ts +21 -1
- package/dist/components/Sidebar.js +3 -3
- package/dist/components/Sidebar.mjs +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/SubMenu.js +3 -3
- package/dist/components/SubMenu.mjs +1 -1
- package/dist/components/TabPane.d.mts +1 -1
- package/dist/components/TabPane.d.ts +1 -1
- package/dist/components/Table.d.mts +16 -2
- package/dist/components/Table.d.ts +16 -2
- package/dist/components/Table.js +3 -3
- package/dist/components/Table.mjs +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 +2 -2
- package/dist/components/TaskBoard.d.ts +2 -2
- 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 +45 -40
- package/dist/index.mjs +12 -11
- package/package.json +2 -2
- package/dist/{chunk-NGW5UMAN.js → chunk-EBTLMVDJ.js} +1 -1
- package/dist/{chunk-D7VMY6WX.mjs → chunk-RVEEEDJQ.mjs} +1 -1
|
@@ -107,9 +107,9 @@ declare const ActivityFeed: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
107
107
|
default: undefined;
|
|
108
108
|
};
|
|
109
109
|
}>> & Readonly<{}>, {
|
|
110
|
-
className: string;
|
|
111
110
|
style: Record<string, string | number>;
|
|
112
111
|
loading: boolean;
|
|
112
|
+
className: string;
|
|
113
113
|
emptyText: string;
|
|
114
114
|
items: ActivityItem[];
|
|
115
115
|
groups: ActivityGroup[];
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var
|
|
5
|
+
var chunkEBTLMVDJ_js = require('../chunk-EBTLMVDJ.js');
|
|
6
6
|
require('../chunk-27T3QDSF.js');
|
|
7
|
-
require('../chunk-DN5GU5PC.js');
|
|
8
7
|
require('../chunk-ZED7TU62.js');
|
|
8
|
+
require('../chunk-DN5GU5PC.js');
|
|
9
9
|
require('../chunk-2KDSHEZT.js');
|
|
10
10
|
require('../chunk-DUQ7Q2GO.js');
|
|
11
11
|
require('../chunk-WEFQCJAG.js');
|
|
@@ -16,9 +16,9 @@ require('../chunk-PNKVD2UK.js');
|
|
|
16
16
|
|
|
17
17
|
Object.defineProperty(exports, "ActivityFeed", {
|
|
18
18
|
enumerable: true,
|
|
19
|
-
get: function () { return
|
|
19
|
+
get: function () { return chunkEBTLMVDJ_js.ActivityFeed; }
|
|
20
20
|
});
|
|
21
21
|
Object.defineProperty(exports, "default", {
|
|
22
22
|
enumerable: true,
|
|
23
|
-
get: function () { return
|
|
23
|
+
get: function () { return chunkEBTLMVDJ_js.ActivityFeed_default; }
|
|
24
24
|
});
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export { ActivityFeed, ActivityFeed_default as default } from '../chunk-
|
|
1
|
+
export { ActivityFeed, ActivityFeed_default as default } from '../chunk-RVEEEDJQ.mjs';
|
|
2
2
|
import '../chunk-LBGTABIU.mjs';
|
|
3
|
-
import '../chunk-Q6OYCTQO.mjs';
|
|
4
3
|
import '../chunk-4YHOD7LT.mjs';
|
|
4
|
+
import '../chunk-Q6OYCTQO.mjs';
|
|
5
5
|
import '../chunk-3G4VPV4D.mjs';
|
|
6
6
|
import '../chunk-6V7XCCXN.mjs';
|
|
7
7
|
import '../chunk-YXN3YY5Y.mjs';
|
|
@@ -157,10 +157,10 @@ declare const Alert: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
157
157
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
158
158
|
}>, {
|
|
159
159
|
type: AlertType;
|
|
160
|
-
className: string;
|
|
161
160
|
style: Record<string, string | number>;
|
|
162
161
|
title: string;
|
|
163
162
|
size: AlertSize;
|
|
163
|
+
className: string;
|
|
164
164
|
closable: boolean;
|
|
165
165
|
closeAriaLabel: string;
|
|
166
166
|
showIcon: boolean;
|
|
@@ -157,10 +157,10 @@ declare const Alert: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
157
157
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
158
158
|
}>, {
|
|
159
159
|
type: AlertType;
|
|
160
|
-
className: string;
|
|
161
160
|
style: Record<string, string | number>;
|
|
162
161
|
title: string;
|
|
163
162
|
size: AlertSize;
|
|
163
|
+
className: string;
|
|
164
164
|
closable: boolean;
|
|
165
165
|
closeAriaLabel: string;
|
|
166
166
|
showIcon: boolean;
|
|
@@ -96,7 +96,7 @@ declare const Anchor: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
96
96
|
};
|
|
97
97
|
}>, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
98
98
|
[key: string]: any;
|
|
99
|
-
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("
|
|
99
|
+
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("change" | "click")[], "change" | "click", vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
100
100
|
/**
|
|
101
101
|
* Whether to fix the anchor to the viewport
|
|
102
102
|
* @default true
|
|
@@ -168,9 +168,12 @@ declare const Anchor: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
168
168
|
default: undefined;
|
|
169
169
|
};
|
|
170
170
|
}>> & Readonly<{
|
|
171
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
172
171
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
172
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
173
173
|
}>, {
|
|
174
|
+
style: Record<string, unknown>;
|
|
175
|
+
className: string;
|
|
176
|
+
direction: AnchorDirection;
|
|
174
177
|
affix: boolean;
|
|
175
178
|
bounds: number;
|
|
176
179
|
offsetTop: number;
|
|
@@ -178,9 +181,6 @@ declare const Anchor: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
178
181
|
targetOffset: number;
|
|
179
182
|
getCurrentAnchor: (activeLink: string) => string;
|
|
180
183
|
getContainer: () => HTMLElement | Window;
|
|
181
|
-
direction: AnchorDirection;
|
|
182
|
-
className: string;
|
|
183
|
-
style: Record<string, unknown>;
|
|
184
184
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
185
185
|
|
|
186
186
|
export { Anchor, type AnchorContext, AnchorContextKey, type VueAnchorProps, Anchor as default };
|
|
@@ -96,7 +96,7 @@ declare const Anchor: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
96
96
|
};
|
|
97
97
|
}>, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
98
98
|
[key: string]: any;
|
|
99
|
-
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("
|
|
99
|
+
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("change" | "click")[], "change" | "click", vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
100
100
|
/**
|
|
101
101
|
* Whether to fix the anchor to the viewport
|
|
102
102
|
* @default true
|
|
@@ -168,9 +168,12 @@ declare const Anchor: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
168
168
|
default: undefined;
|
|
169
169
|
};
|
|
170
170
|
}>> & Readonly<{
|
|
171
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
172
171
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
172
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
173
173
|
}>, {
|
|
174
|
+
style: Record<string, unknown>;
|
|
175
|
+
className: string;
|
|
176
|
+
direction: AnchorDirection;
|
|
174
177
|
affix: boolean;
|
|
175
178
|
bounds: number;
|
|
176
179
|
offsetTop: number;
|
|
@@ -178,9 +181,6 @@ declare const Anchor: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
178
181
|
targetOffset: number;
|
|
179
182
|
getCurrentAnchor: (activeLink: string) => string;
|
|
180
183
|
getContainer: () => HTMLElement | Window;
|
|
181
|
-
direction: AnchorDirection;
|
|
182
|
-
className: string;
|
|
183
|
-
style: Record<string, unknown>;
|
|
184
184
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
185
185
|
|
|
186
186
|
export { Anchor, type AnchorContext, AnchorContextKey, type VueAnchorProps, Anchor as default };
|
|
@@ -61,8 +61,8 @@ declare const AnchorLink: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
61
61
|
default: undefined;
|
|
62
62
|
};
|
|
63
63
|
}>> & Readonly<{}>, {
|
|
64
|
-
className: string;
|
|
65
64
|
title: string;
|
|
65
|
+
className: string;
|
|
66
66
|
target: string;
|
|
67
67
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
68
68
|
|
|
@@ -61,8 +61,8 @@ declare const AnchorLink: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
61
61
|
default: undefined;
|
|
62
62
|
};
|
|
63
63
|
}>> & Readonly<{}>, {
|
|
64
|
-
className: string;
|
|
65
64
|
title: string;
|
|
65
|
+
className: string;
|
|
66
66
|
target: string;
|
|
67
67
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
68
68
|
|
|
@@ -148,10 +148,10 @@ declare const Avatar: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
148
148
|
default: undefined;
|
|
149
149
|
};
|
|
150
150
|
}>> & Readonly<{}>, {
|
|
151
|
-
className: string;
|
|
152
151
|
style: Record<string, string | number>;
|
|
153
|
-
text: string;
|
|
154
152
|
size: AvatarSize;
|
|
153
|
+
className: string;
|
|
154
|
+
text: string;
|
|
155
155
|
src: string;
|
|
156
156
|
alt: string;
|
|
157
157
|
shape: AvatarShape;
|
|
@@ -148,10 +148,10 @@ declare const Avatar: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
148
148
|
default: undefined;
|
|
149
149
|
};
|
|
150
150
|
}>> & Readonly<{}>, {
|
|
151
|
-
className: string;
|
|
152
151
|
style: Record<string, string | number>;
|
|
153
|
-
text: string;
|
|
154
152
|
size: AvatarSize;
|
|
153
|
+
className: string;
|
|
154
|
+
text: string;
|
|
155
155
|
src: string;
|
|
156
156
|
alt: string;
|
|
157
157
|
shape: AvatarShape;
|
|
@@ -78,8 +78,8 @@ declare const BackTop: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
78
78
|
}>> & Readonly<{
|
|
79
79
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
80
80
|
}>, {
|
|
81
|
-
className: string;
|
|
82
81
|
style: Record<string, unknown>;
|
|
82
|
+
className: string;
|
|
83
83
|
target: () => HTMLElement | Window | null;
|
|
84
84
|
duration: number;
|
|
85
85
|
visibilityHeight: number;
|
|
@@ -78,8 +78,8 @@ declare const BackTop: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
78
78
|
}>> & Readonly<{
|
|
79
79
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
80
80
|
}>, {
|
|
81
|
-
className: string;
|
|
82
81
|
style: Record<string, unknown>;
|
|
82
|
+
className: string;
|
|
83
83
|
target: () => HTMLElement | Window | null;
|
|
84
84
|
duration: number;
|
|
85
85
|
visibilityHeight: number;
|
|
@@ -93,10 +93,10 @@ declare const Badge: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
93
93
|
};
|
|
94
94
|
}>> & Readonly<{}>, {
|
|
95
95
|
type: BadgeType;
|
|
96
|
-
className: string;
|
|
97
96
|
style: Record<string, string | number>;
|
|
98
97
|
size: BadgeSize;
|
|
99
98
|
variant: BadgeVariant;
|
|
99
|
+
className: string;
|
|
100
100
|
max: number;
|
|
101
101
|
content: string | number;
|
|
102
102
|
position: BadgePosition;
|
|
@@ -93,10 +93,10 @@ declare const Badge: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
93
93
|
};
|
|
94
94
|
}>> & Readonly<{}>, {
|
|
95
95
|
type: BadgeType;
|
|
96
|
-
className: string;
|
|
97
96
|
style: Record<string, string | number>;
|
|
98
97
|
size: BadgeSize;
|
|
99
98
|
variant: BadgeVariant;
|
|
99
|
+
className: string;
|
|
100
100
|
max: number;
|
|
101
101
|
content: string | number;
|
|
102
102
|
position: BadgePosition;
|
|
@@ -75,8 +75,8 @@ declare const Breadcrumb: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
75
75
|
default: undefined;
|
|
76
76
|
};
|
|
77
77
|
}>> & Readonly<{}>, {
|
|
78
|
-
className: string;
|
|
79
78
|
style: Record<string, unknown>;
|
|
79
|
+
className: string;
|
|
80
80
|
separator: string;
|
|
81
81
|
extra: VNodeChild | VNodeChild[];
|
|
82
82
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
@@ -75,8 +75,8 @@ declare const Breadcrumb: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
75
75
|
default: undefined;
|
|
76
76
|
};
|
|
77
77
|
}>> & Readonly<{}>, {
|
|
78
|
-
className: string;
|
|
79
78
|
style: Record<string, unknown>;
|
|
79
|
+
className: string;
|
|
80
80
|
separator: string;
|
|
81
81
|
extra: VNodeChild | VNodeChild[];
|
|
82
82
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
@@ -123,8 +123,8 @@ declare const BreadcrumbItem: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
123
123
|
}>> & Readonly<{
|
|
124
124
|
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
125
125
|
}>, {
|
|
126
|
-
className: string;
|
|
127
126
|
style: Record<string, unknown>;
|
|
127
|
+
className: string;
|
|
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
|
-
className: string;
|
|
127
126
|
style: Record<string, unknown>;
|
|
127
|
+
className: string;
|
|
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" | "
|
|
111
|
-
className: string;
|
|
110
|
+
type: "button" | "submit" | "reset";
|
|
112
111
|
style: Record<string, unknown>;
|
|
113
112
|
size: ButtonSize;
|
|
114
113
|
disabled: boolean;
|
|
115
114
|
loading: boolean;
|
|
116
115
|
block: boolean;
|
|
117
116
|
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" | "
|
|
111
|
-
className: string;
|
|
110
|
+
type: "button" | "submit" | "reset";
|
|
112
111
|
style: Record<string, unknown>;
|
|
113
112
|
size: ButtonSize;
|
|
114
113
|
disabled: boolean;
|
|
115
114
|
loading: boolean;
|
|
116
115
|
block: boolean;
|
|
117
116
|
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;
|
|
124
123
|
style: Record<string, string | number>;
|
|
125
124
|
size: CardSize;
|
|
126
125
|
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;
|
|
124
123
|
style: Record<string, string | number>;
|
|
125
124
|
size: CardSize;
|
|
126
125
|
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
|
-
className: string;
|
|
233
|
-
style: Record<string, string | number>;
|
|
234
232
|
dots: boolean;
|
|
233
|
+
style: Record<string, string | number>;
|
|
234
|
+
className: string;
|
|
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
|
-
className: string;
|
|
233
|
-
style: Record<string, string | number>;
|
|
234
232
|
dots: boolean;
|
|
233
|
+
style: Record<string, string | number>;
|
|
234
|
+
className: string;
|
|
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;
|
|
102
101
|
x: number;
|
|
103
102
|
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;
|
|
102
101
|
x: number;
|
|
103
102
|
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
|
-
lineStyle: ChartGridLineStyle;
|
|
101
|
-
show: ChartGridLine;
|
|
102
100
|
x: number;
|
|
103
101
|
y: number;
|
|
102
|
+
lineStyle: ChartGridLineStyle;
|
|
103
|
+
show: ChartGridLine;
|
|
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
|
-
lineStyle: ChartGridLineStyle;
|
|
101
|
-
show: ChartGridLine;
|
|
102
100
|
x: number;
|
|
103
101
|
y: number;
|
|
102
|
+
lineStyle: ChartGridLineStyle;
|
|
103
|
+
show: ChartGridLine;
|
|
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;
|
|
54
53
|
x: number;
|
|
55
54
|
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;
|
|
54
53
|
x: number;
|
|
55
54
|
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
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
197
196
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
197
|
+
onChange?: ((...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
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
197
196
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
197
|
+
onChange?: ((...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
|
-
className: string;
|
|
65
64
|
style: Record<string, string | number>;
|
|
65
|
+
className: string;
|
|
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
|
-
className: string;
|
|
65
64
|
style: Record<string, string | number>;
|
|
65
|
+
className: string;
|
|
66
66
|
copyable: boolean;
|
|
67
67
|
copyLabel: string;
|
|
68
68
|
copiedLabel: string;
|
|
@@ -149,14 +149,14 @@ 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
|
-
className: string;
|
|
153
|
-
style: Record<string, string | number>;
|
|
154
152
|
ghost: boolean;
|
|
153
|
+
style: Record<string, string | number>;
|
|
154
|
+
className: string;
|
|
155
155
|
bordered: boolean;
|
|
156
|
+
expandIconPosition: ExpandIconPosition;
|
|
156
157
|
activeKey: string | number | (string | number)[];
|
|
157
158
|
defaultActiveKey: string | number | (string | number)[];
|
|
158
159
|
accordion: boolean;
|
|
159
|
-
expandIconPosition: ExpandIconPosition;
|
|
160
160
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
161
161
|
|
|
162
162
|
export { Collapse, type CollapseContext, CollapseContextKey, type VueCollapseProps, Collapse as default };
|
|
@@ -149,14 +149,14 @@ 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
|
-
className: string;
|
|
153
|
-
style: Record<string, string | number>;
|
|
154
152
|
ghost: boolean;
|
|
153
|
+
style: Record<string, string | number>;
|
|
154
|
+
className: string;
|
|
155
155
|
bordered: boolean;
|
|
156
|
+
expandIconPosition: ExpandIconPosition;
|
|
156
157
|
activeKey: string | number | (string | number)[];
|
|
157
158
|
defaultActiveKey: string | number | (string | number)[];
|
|
158
159
|
accordion: boolean;
|
|
159
|
-
expandIconPosition: ExpandIconPosition;
|
|
160
160
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
161
161
|
|
|
162
162
|
export { Collapse, type CollapseContext, CollapseContextKey, type VueCollapseProps, Collapse as default };
|
|
@@ -102,10 +102,10 @@ declare const CollapsePanel: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
102
102
|
default: undefined;
|
|
103
103
|
};
|
|
104
104
|
}>> & Readonly<{}>, {
|
|
105
|
-
className: string;
|
|
106
|
-
style: Record<string, string | number>;
|
|
107
105
|
header: string;
|
|
106
|
+
style: Record<string, string | number>;
|
|
108
107
|
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
|
-
className: string;
|
|
106
|
-
style: Record<string, string | number>;
|
|
107
105
|
header: string;
|
|
106
|
+
style: Record<string, string | number>;
|
|
108
107
|
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
|
-
className: string;
|
|
198
197
|
style: Record<string, string | number>;
|
|
198
|
+
className: string;
|
|
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
|
-
className: string;
|
|
198
197
|
style: Record<string, string | number>;
|
|
198
|
+
className: string;
|
|
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
|
-
className: string;
|
|
42
41
|
style: Record<string, string | number>;
|
|
42
|
+
className: string;
|
|
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
|
-
className: string;
|
|
42
41
|
style: Record<string, string | number>;
|
|
42
|
+
className: string;
|
|
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;
|
|
88
87
|
style: Record<string, string | number>;
|
|
89
88
|
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;
|
|
88
87
|
style: Record<string, string | number>;
|
|
89
88
|
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
|
-
className: string;
|
|
237
|
-
style: Record<string, string | number>;
|
|
238
|
-
sort: SortState;
|
|
239
236
|
pagination: false | PaginationProps;
|
|
237
|
+
sort: SortState;
|
|
238
|
+
style: Record<string, string | number>;
|
|
240
239
|
size: TableSize;
|
|
241
240
|
loading: boolean;
|
|
241
|
+
className: string;
|
|
242
242
|
filters: Record<string, unknown>;
|
|
243
243
|
toolbar: VueTableToolbarProps;
|
|
244
244
|
columnLockable: boolean;
|