@expcat/tigercat-vue 1.2.16 → 1.2.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{chunk-2GQE47OY.mjs → chunk-DSHV7EAX.mjs} +45 -4
- package/dist/{chunk-FXS5GHQZ.js → chunk-IQZX54SQ.js} +45 -4
- package/dist/{chunk-LDDGBB3V.mjs → chunk-IXJSZIAE.mjs} +100 -23
- package/dist/{chunk-4OOR4524.js → chunk-ZNGRSXFK.js} +107 -30
- package/dist/components/ActivityFeed.d.mts +6 -6
- package/dist/components/ActivityFeed.d.ts +6 -6
- package/dist/components/Alert.d.mts +2 -2
- package/dist/components/Alert.d.ts +2 -2
- package/dist/components/Anchor.d.mts +1 -1
- package/dist/components/Anchor.d.ts +1 -1
- package/dist/components/AreaChart.d.mts +1 -1
- package/dist/components/AreaChart.d.ts +1 -1
- package/dist/components/AutoComplete.d.mts +2 -2
- package/dist/components/AutoComplete.d.ts +2 -2
- package/dist/components/Avatar.d.mts +1 -1
- package/dist/components/Avatar.d.ts +1 -1
- package/dist/components/Badge.d.mts +3 -3
- package/dist/components/Badge.d.ts +3 -3
- package/dist/components/BarChart.d.mts +1 -1
- package/dist/components/BarChart.d.ts +1 -1
- package/dist/components/Breadcrumb.d.mts +2 -2
- package/dist/components/Breadcrumb.d.ts +2 -2
- package/dist/components/Button.d.mts +3 -3
- package/dist/components/Button.d.ts +3 -3
- package/dist/components/ButtonGroup.d.mts +1 -1
- package/dist/components/ButtonGroup.d.ts +1 -1
- package/dist/components/Calendar.d.mts +1 -1
- package/dist/components/Calendar.d.ts +1 -1
- package/dist/components/Card.d.mts +2 -2
- package/dist/components/Card.d.ts +2 -2
- package/dist/components/ChatWindow.d.mts +3 -3
- package/dist/components/ChatWindow.d.ts +3 -3
- package/dist/components/CodeEditor.d.mts +2 -2
- package/dist/components/CodeEditor.d.ts +2 -2
- package/dist/components/Collapse.d.mts +1 -1
- package/dist/components/Collapse.d.ts +1 -1
- package/dist/components/CollapsePanel.d.mts +1 -1
- package/dist/components/CollapsePanel.d.ts +1 -1
- package/dist/components/ColorSwatch.d.mts +1 -1
- package/dist/components/ColorSwatch.d.ts +1 -1
- package/dist/components/CommentThread.d.mts +2 -2
- package/dist/components/CommentThread.d.ts +2 -2
- package/dist/components/ConfigProvider.d.mts +1 -1
- package/dist/components/ConfigProvider.d.ts +1 -1
- package/dist/components/DataTableWithToolbar.d.mts +8 -8
- package/dist/components/DataTableWithToolbar.d.ts +8 -8
- package/dist/components/DatePicker.d.mts +2 -2
- package/dist/components/DatePicker.d.ts +2 -2
- package/dist/components/Descriptions.d.mts +2 -2
- package/dist/components/Descriptions.d.ts +2 -2
- package/dist/components/DonutChart.d.mts +2 -2
- package/dist/components/DonutChart.d.ts +2 -2
- package/dist/components/Drawer.d.mts +74 -5
- package/dist/components/Drawer.d.ts +74 -5
- package/dist/components/Drawer.js +2 -2
- package/dist/components/Drawer.mjs +1 -1
- package/dist/components/FileManager.d.mts +1 -1
- package/dist/components/FileManager.d.ts +1 -1
- package/dist/components/FloatButton.d.mts +3 -3
- package/dist/components/FloatButton.d.ts +3 -3
- package/dist/components/Form.d.mts +1 -1
- package/dist/components/Form.d.ts +1 -1
- package/dist/components/FormWizard.d.mts +4 -4
- package/dist/components/FormWizard.d.ts +4 -4
- package/dist/components/FunnelChart.d.mts +1 -1
- package/dist/components/FunnelChart.d.ts +1 -1
- package/dist/components/Gantt.d.mts +1 -1
- package/dist/components/Gantt.d.ts +1 -1
- package/dist/components/GaugeChart.d.mts +1 -1
- package/dist/components/GaugeChart.d.ts +1 -1
- package/dist/components/HeatmapChart.d.mts +2 -2
- package/dist/components/HeatmapChart.d.ts +2 -2
- package/dist/components/Image.d.mts +2 -2
- package/dist/components/Image.d.ts +2 -2
- package/dist/components/ImageAnnotation.d.mts +3 -3
- package/dist/components/ImageAnnotation.d.ts +3 -3
- package/dist/components/InfiniteScroll.d.mts +2 -2
- package/dist/components/InfiniteScroll.d.ts +2 -2
- package/dist/components/Input.d.mts +4 -4
- package/dist/components/Input.d.ts +4 -4
- package/dist/components/InputGroup.d.mts +1 -1
- package/dist/components/InputGroup.d.ts +1 -1
- package/dist/components/InputNumber.d.mts +1 -1
- package/dist/components/InputNumber.d.ts +1 -1
- package/dist/components/Kanban.d.mts +1 -1
- package/dist/components/Kanban.d.ts +1 -1
- package/dist/components/LineChart.d.mts +1 -1
- package/dist/components/LineChart.d.ts +1 -1
- package/dist/components/Link.d.mts +1 -1
- package/dist/components/Link.d.ts +1 -1
- package/dist/components/List.d.mts +6 -6
- package/dist/components/List.d.ts +6 -6
- package/dist/components/Loading.d.mts +5 -5
- package/dist/components/Loading.d.ts +5 -5
- package/dist/components/MarkdownEditor.d.mts +2 -2
- package/dist/components/MarkdownEditor.d.ts +2 -2
- package/dist/components/Mentions.d.mts +2 -2
- package/dist/components/Mentions.d.ts +2 -2
- package/dist/components/Menu.d.mts +25 -4
- package/dist/components/Menu.d.ts +25 -4
- package/dist/components/Menu.js +3 -2
- package/dist/components/Menu.mjs +2 -1
- package/dist/components/MenuItem.js +4 -3
- package/dist/components/MenuItem.mjs +2 -1
- package/dist/components/MenuItemGroup.js +4 -3
- package/dist/components/MenuItemGroup.mjs +2 -1
- package/dist/components/Modal.d.mts +7 -7
- package/dist/components/Modal.d.ts +7 -7
- package/dist/components/NotificationCenter.d.mts +5 -5
- package/dist/components/NotificationCenter.d.ts +5 -5
- package/dist/components/NumberKeyboard.d.mts +2 -2
- package/dist/components/NumberKeyboard.d.ts +2 -2
- package/dist/components/OrgChart.d.mts +1 -1
- package/dist/components/OrgChart.d.ts +1 -1
- package/dist/components/Pagination.d.mts +3 -3
- package/dist/components/Pagination.d.ts +3 -3
- package/dist/components/PieChart.d.mts +2 -2
- package/dist/components/PieChart.d.ts +2 -2
- package/dist/components/Popconfirm.d.mts +3 -3
- package/dist/components/Popconfirm.d.ts +3 -3
- package/dist/components/Popover.d.mts +1 -1
- package/dist/components/Popover.d.ts +1 -1
- package/dist/components/Progress.d.mts +2 -2
- package/dist/components/Progress.d.ts +2 -2
- package/dist/components/QRCode.d.mts +1 -1
- package/dist/components/QRCode.d.ts +1 -1
- package/dist/components/RadarChart.d.mts +1 -1
- package/dist/components/RadarChart.d.ts +1 -1
- package/dist/components/RichTextEditor.d.mts +1 -1
- package/dist/components/RichTextEditor.d.ts +1 -1
- package/dist/components/Row.d.mts +1 -1
- package/dist/components/Row.d.ts +1 -1
- package/dist/components/ScatterChart.d.mts +1 -1
- package/dist/components/ScatterChart.d.ts +1 -1
- package/dist/components/ScrollSpy.d.mts +2 -2
- package/dist/components/ScrollSpy.d.ts +2 -2
- package/dist/components/Select.d.mts +1 -1
- package/dist/components/Select.d.ts +1 -1
- package/dist/components/Signature.d.mts +2 -2
- package/dist/components/Signature.d.ts +2 -2
- package/dist/components/Skeleton.d.mts +1 -1
- package/dist/components/Skeleton.d.ts +1 -1
- package/dist/components/Space.d.mts +2 -2
- package/dist/components/Space.d.ts +2 -2
- package/dist/components/Splitter.d.mts +1 -1
- package/dist/components/Splitter.d.ts +1 -1
- package/dist/components/Spotlight.d.mts +4 -4
- package/dist/components/Spotlight.d.ts +4 -4
- package/dist/components/Steps.d.mts +2 -2
- package/dist/components/Steps.d.ts +2 -2
- package/dist/components/SubMenu.js +4 -3
- package/dist/components/SubMenu.mjs +2 -1
- package/dist/components/SunburstChart.d.mts +1 -1
- package/dist/components/SunburstChart.d.ts +1 -1
- package/dist/components/Table.d.mts +5 -5
- package/dist/components/Table.d.ts +5 -5
- package/dist/components/Tabs.d.mts +2 -2
- package/dist/components/Tabs.d.ts +2 -2
- package/dist/components/Tag.d.mts +1 -1
- package/dist/components/Tag.d.ts +1 -1
- package/dist/components/TaskBoard.d.mts +1 -1
- package/dist/components/TaskBoard.d.ts +1 -1
- package/dist/components/Text.d.mts +3 -3
- package/dist/components/Text.d.ts +3 -3
- package/dist/components/Textarea.d.mts +1 -1
- package/dist/components/Textarea.d.ts +1 -1
- package/dist/components/TimePicker.d.mts +3 -3
- package/dist/components/TimePicker.d.ts +3 -3
- package/dist/components/Timeline.d.mts +3 -3
- package/dist/components/Timeline.d.ts +3 -3
- package/dist/components/Tooltip.d.mts +1 -1
- package/dist/components/Tooltip.d.ts +1 -1
- package/dist/components/Tour.d.mts +2 -2
- package/dist/components/Tour.d.ts +2 -2
- package/dist/components/Tree.d.mts +2 -2
- package/dist/components/Tree.d.ts +2 -2
- package/dist/components/TreeMapChart.d.mts +1 -1
- package/dist/components/TreeMapChart.d.ts +1 -1
- package/dist/components/Upload.d.mts +4 -4
- package/dist/components/Upload.d.ts +4 -4
- package/dist/components/VirtualTable.d.mts +2 -2
- package/dist/components/VirtualTable.d.ts +2 -2
- package/dist/components/Watermark.d.mts +1 -1
- package/dist/components/Watermark.d.ts +1 -1
- package/dist/index.js +3 -3
- package/dist/index.mjs +2 -2
- package/package.json +2 -2
|
@@ -60,8 +60,8 @@ declare const Calendar: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
60
60
|
}>, {
|
|
61
61
|
className: string;
|
|
62
62
|
mode: CalendarMode;
|
|
63
|
-
fullscreen: boolean;
|
|
64
63
|
modelValue: Date;
|
|
64
|
+
fullscreen: boolean;
|
|
65
65
|
disabledDate: (date: Date) => boolean;
|
|
66
66
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
67
67
|
|
|
@@ -137,13 +137,13 @@ declare const Card: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
137
137
|
default: undefined;
|
|
138
138
|
};
|
|
139
139
|
}>> & Readonly<{}>, {
|
|
140
|
+
direction: CardDirection;
|
|
140
141
|
size: CardSize;
|
|
141
142
|
className: string;
|
|
142
143
|
style: Record<string, string | number>;
|
|
143
144
|
variant: CardVariant;
|
|
144
|
-
hoverable: boolean;
|
|
145
|
-
direction: CardDirection;
|
|
146
145
|
cover: string;
|
|
146
|
+
hoverable: boolean;
|
|
147
147
|
coverAlt: string;
|
|
148
148
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
149
149
|
|
|
@@ -137,13 +137,13 @@ declare const Card: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
137
137
|
default: undefined;
|
|
138
138
|
};
|
|
139
139
|
}>> & Readonly<{}>, {
|
|
140
|
+
direction: CardDirection;
|
|
140
141
|
size: CardSize;
|
|
141
142
|
className: string;
|
|
142
143
|
style: Record<string, string | number>;
|
|
143
144
|
variant: CardVariant;
|
|
144
|
-
hoverable: boolean;
|
|
145
|
-
direction: CardDirection;
|
|
146
145
|
cover: string;
|
|
146
|
+
hoverable: boolean;
|
|
147
147
|
coverAlt: string;
|
|
148
148
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
149
149
|
|
|
@@ -225,20 +225,20 @@ declare const ChatWindow: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
225
225
|
type: PropType<Record<string, string | number>>;
|
|
226
226
|
};
|
|
227
227
|
}>> & Readonly<{
|
|
228
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
229
228
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
229
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
230
230
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
231
231
|
onSend?: ((...args: any[]) => any) | undefined;
|
|
232
232
|
}>, {
|
|
233
233
|
emptyText: string;
|
|
234
|
-
showAvatar: boolean;
|
|
235
|
-
showTime: boolean;
|
|
236
234
|
disabled: boolean;
|
|
237
235
|
defaultValue: string;
|
|
238
236
|
virtual: boolean;
|
|
239
237
|
placeholder: string;
|
|
240
238
|
virtualHeight: number;
|
|
241
239
|
virtualItemHeight: number;
|
|
240
|
+
showAvatar: boolean;
|
|
241
|
+
showTime: boolean;
|
|
242
242
|
messages: ChatMessage[];
|
|
243
243
|
sendText: string;
|
|
244
244
|
statusVariant: string;
|
|
@@ -225,20 +225,20 @@ declare const ChatWindow: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
225
225
|
type: PropType<Record<string, string | number>>;
|
|
226
226
|
};
|
|
227
227
|
}>> & Readonly<{
|
|
228
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
229
228
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
229
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
230
230
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
231
231
|
onSend?: ((...args: any[]) => any) | undefined;
|
|
232
232
|
}>, {
|
|
233
233
|
emptyText: string;
|
|
234
|
-
showAvatar: boolean;
|
|
235
|
-
showTime: boolean;
|
|
236
234
|
disabled: boolean;
|
|
237
235
|
defaultValue: string;
|
|
238
236
|
virtual: boolean;
|
|
239
237
|
placeholder: string;
|
|
240
238
|
virtualHeight: number;
|
|
241
239
|
virtualItemHeight: number;
|
|
240
|
+
showAvatar: boolean;
|
|
241
|
+
showTime: boolean;
|
|
242
242
|
messages: ChatMessage[];
|
|
243
243
|
sendText: string;
|
|
244
244
|
statusVariant: string;
|
|
@@ -162,11 +162,11 @@ declare const CodeEditor: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
162
162
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
163
163
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
164
164
|
}>, {
|
|
165
|
+
theme: CodeEditorTheme;
|
|
165
166
|
className: string;
|
|
166
167
|
style: Record<string, string | number>;
|
|
167
|
-
value: string;
|
|
168
168
|
disabled: boolean;
|
|
169
|
-
|
|
169
|
+
value: string;
|
|
170
170
|
defaultValue: string;
|
|
171
171
|
placeholder: string;
|
|
172
172
|
language: CodeLanguage;
|
|
@@ -162,11 +162,11 @@ declare const CodeEditor: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
162
162
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
163
163
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
164
164
|
}>, {
|
|
165
|
+
theme: CodeEditorTheme;
|
|
165
166
|
className: string;
|
|
166
167
|
style: Record<string, string | number>;
|
|
167
|
-
value: string;
|
|
168
168
|
disabled: boolean;
|
|
169
|
-
|
|
169
|
+
value: string;
|
|
170
170
|
defaultValue: string;
|
|
171
171
|
placeholder: string;
|
|
172
172
|
language: CodeLanguage;
|
|
@@ -151,8 +151,8 @@ declare const Collapse: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
151
151
|
}>, {
|
|
152
152
|
className: string;
|
|
153
153
|
style: Record<string, string | number>;
|
|
154
|
-
bordered: boolean;
|
|
155
154
|
ghost: boolean;
|
|
155
|
+
bordered: boolean;
|
|
156
156
|
expandIconPosition: ExpandIconPosition;
|
|
157
157
|
activeKey: string | number | (string | number)[];
|
|
158
158
|
defaultActiveKey: string | number | (string | number)[];
|
|
@@ -151,8 +151,8 @@ declare const Collapse: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
151
151
|
}>, {
|
|
152
152
|
className: string;
|
|
153
153
|
style: Record<string, string | number>;
|
|
154
|
-
bordered: boolean;
|
|
155
154
|
ghost: boolean;
|
|
155
|
+
bordered: boolean;
|
|
156
156
|
expandIconPosition: ExpandIconPosition;
|
|
157
157
|
activeKey: string | number | (string | number)[];
|
|
158
158
|
defaultActiveKey: string | number | (string | number)[];
|
|
@@ -103,8 +103,8 @@ declare const CollapsePanel: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
103
103
|
};
|
|
104
104
|
}>> & Readonly<{}>, {
|
|
105
105
|
className: string;
|
|
106
|
-
style: Record<string, string | number>;
|
|
107
106
|
header: string;
|
|
107
|
+
style: Record<string, string | number>;
|
|
108
108
|
disabled: boolean;
|
|
109
109
|
showArrow: boolean;
|
|
110
110
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
@@ -103,8 +103,8 @@ declare const CollapsePanel: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
103
103
|
};
|
|
104
104
|
}>> & Readonly<{}>, {
|
|
105
105
|
className: string;
|
|
106
|
-
style: Record<string, string | number>;
|
|
107
106
|
header: string;
|
|
107
|
+
style: Record<string, string | number>;
|
|
108
108
|
disabled: boolean;
|
|
109
109
|
showArrow: boolean;
|
|
110
110
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
@@ -68,11 +68,11 @@ declare const ColorSwatch: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
68
68
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
69
69
|
}>, {
|
|
70
70
|
size: ColorSwatchSize;
|
|
71
|
-
groups: ColorSwatchGroup[];
|
|
72
71
|
disabled: boolean;
|
|
73
72
|
modelValue: string;
|
|
74
73
|
ariaLabel: string;
|
|
75
74
|
columns: number;
|
|
75
|
+
groups: ColorSwatchGroup[];
|
|
76
76
|
colors: ColorSwatchOptionInput[];
|
|
77
77
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
78
78
|
|
|
@@ -68,11 +68,11 @@ declare const ColorSwatch: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
68
68
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
69
69
|
}>, {
|
|
70
70
|
size: ColorSwatchSize;
|
|
71
|
-
groups: ColorSwatchGroup[];
|
|
72
71
|
disabled: boolean;
|
|
73
72
|
modelValue: string;
|
|
74
73
|
ariaLabel: string;
|
|
75
74
|
columns: number;
|
|
75
|
+
groups: ColorSwatchGroup[];
|
|
76
76
|
colors: ColorSwatchOptionInput[];
|
|
77
77
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
78
78
|
|
|
@@ -194,13 +194,13 @@ declare const CommentThread: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
194
194
|
onAction?: ((...args: any[]) => any) | undefined;
|
|
195
195
|
"onLoad-more"?: ((...args: any[]) => any) | undefined;
|
|
196
196
|
}>, {
|
|
197
|
-
items: CommentNode[];
|
|
198
197
|
emptyText: string;
|
|
199
|
-
showAvatar: boolean;
|
|
200
198
|
className: string;
|
|
201
199
|
style: Record<string, string | number>;
|
|
200
|
+
items: CommentNode[];
|
|
202
201
|
defaultExpandedKeys: (string | number)[];
|
|
203
202
|
expandedKeys: (string | number)[];
|
|
203
|
+
showAvatar: boolean;
|
|
204
204
|
nodes: CommentNode[];
|
|
205
205
|
maxDepth: number;
|
|
206
206
|
maxReplies: number;
|
|
@@ -194,13 +194,13 @@ declare const CommentThread: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
194
194
|
onAction?: ((...args: any[]) => any) | undefined;
|
|
195
195
|
"onLoad-more"?: ((...args: any[]) => any) | undefined;
|
|
196
196
|
}>, {
|
|
197
|
-
items: CommentNode[];
|
|
198
197
|
emptyText: string;
|
|
199
|
-
showAvatar: boolean;
|
|
200
198
|
className: string;
|
|
201
199
|
style: Record<string, string | number>;
|
|
200
|
+
items: CommentNode[];
|
|
202
201
|
defaultExpandedKeys: (string | number)[];
|
|
203
202
|
expandedKeys: (string | number)[];
|
|
203
|
+
showAvatar: boolean;
|
|
204
204
|
nodes: CommentNode[];
|
|
205
205
|
maxDepth: number;
|
|
206
206
|
maxReplies: number;
|
|
@@ -67,8 +67,8 @@ declare const ConfigProvider: vue.DefineComponent<ExtractPropTypes<{
|
|
|
67
67
|
default: undefined;
|
|
68
68
|
};
|
|
69
69
|
}>> & Readonly<{}>, {
|
|
70
|
-
direction: TigerLocaleDirection;
|
|
71
70
|
locale: TigerLocaleInput;
|
|
71
|
+
direction: TigerLocaleDirection;
|
|
72
72
|
theme: string;
|
|
73
73
|
colorScheme: ColorScheme;
|
|
74
74
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
@@ -67,8 +67,8 @@ declare const ConfigProvider: vue.DefineComponent<ExtractPropTypes<{
|
|
|
67
67
|
default: undefined;
|
|
68
68
|
};
|
|
69
69
|
}>> & Readonly<{}>, {
|
|
70
|
-
direction: TigerLocaleDirection;
|
|
71
70
|
locale: TigerLocaleInput;
|
|
71
|
+
direction: TigerLocaleDirection;
|
|
72
72
|
theme: string;
|
|
73
73
|
colorScheme: ColorScheme;
|
|
74
74
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
@@ -233,28 +233,28 @@ 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
|
-
|
|
236
|
+
pagination: false | PaginationConfig;
|
|
237
|
+
sort: SortState;
|
|
238
238
|
emptyText: string;
|
|
239
|
+
size: TableSize;
|
|
239
240
|
className: string;
|
|
240
241
|
style: Record<string, string | number>;
|
|
241
|
-
|
|
242
|
-
bordered: boolean;
|
|
243
|
-
hoverable: boolean;
|
|
244
|
-
filters: Record<string, unknown>;
|
|
245
|
-
pagination: false | PaginationConfig;
|
|
242
|
+
loading: boolean;
|
|
246
243
|
dataSource: Record<string, unknown>[];
|
|
247
244
|
toolbar: VueTableToolbarProps;
|
|
245
|
+
filters: Record<string, unknown>;
|
|
248
246
|
columnLockable: boolean;
|
|
249
247
|
defaultSort: SortState;
|
|
250
248
|
defaultFilters: Record<string, unknown>;
|
|
249
|
+
bordered: boolean;
|
|
251
250
|
striped: boolean;
|
|
251
|
+
hoverable: boolean;
|
|
252
252
|
rowSelection: RowSelectionConfig<Record<string, unknown>>;
|
|
253
253
|
rowKey: string | ((record: Record<string, unknown>) => string | number);
|
|
254
254
|
rowClassName: string | ((record: Record<string, unknown>, index: number) => string);
|
|
255
255
|
stickyHeader: boolean;
|
|
256
256
|
maxHeight: string | number;
|
|
257
|
-
tableLayout: "
|
|
257
|
+
tableLayout: "auto" | "fixed";
|
|
258
258
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
259
259
|
|
|
260
260
|
export { DataTableWithToolbar, type VueDataTableWithToolbarProps, type VueTableToolbarProps, DataTableWithToolbar as default };
|
|
@@ -233,28 +233,28 @@ 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
|
-
|
|
236
|
+
pagination: false | PaginationConfig;
|
|
237
|
+
sort: SortState;
|
|
238
238
|
emptyText: string;
|
|
239
|
+
size: TableSize;
|
|
239
240
|
className: string;
|
|
240
241
|
style: Record<string, string | number>;
|
|
241
|
-
|
|
242
|
-
bordered: boolean;
|
|
243
|
-
hoverable: boolean;
|
|
244
|
-
filters: Record<string, unknown>;
|
|
245
|
-
pagination: false | PaginationConfig;
|
|
242
|
+
loading: boolean;
|
|
246
243
|
dataSource: Record<string, unknown>[];
|
|
247
244
|
toolbar: VueTableToolbarProps;
|
|
245
|
+
filters: Record<string, unknown>;
|
|
248
246
|
columnLockable: boolean;
|
|
249
247
|
defaultSort: SortState;
|
|
250
248
|
defaultFilters: Record<string, unknown>;
|
|
249
|
+
bordered: boolean;
|
|
251
250
|
striped: boolean;
|
|
251
|
+
hoverable: boolean;
|
|
252
252
|
rowSelection: RowSelectionConfig<Record<string, unknown>>;
|
|
253
253
|
rowKey: string | ((record: Record<string, unknown>) => string | number);
|
|
254
254
|
rowClassName: string | ((record: Record<string, unknown>, index: number) => string);
|
|
255
255
|
stickyHeader: boolean;
|
|
256
256
|
maxHeight: string | number;
|
|
257
|
-
tableLayout: "
|
|
257
|
+
tableLayout: "auto" | "fixed";
|
|
258
258
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
259
259
|
|
|
260
260
|
export { DataTableWithToolbar, type VueDataTableWithToolbarProps, type VueTableToolbarProps, DataTableWithToolbar as default };
|
|
@@ -304,15 +304,15 @@ declare const DatePicker: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
304
304
|
default: undefined;
|
|
305
305
|
};
|
|
306
306
|
}>> & Readonly<{
|
|
307
|
-
onClear?: (() => any) | undefined;
|
|
308
307
|
onChange?: ((value: unknown) => any) | undefined;
|
|
308
|
+
onClear?: (() => any) | undefined;
|
|
309
309
|
"onUpdate:modelValue"?: ((value: unknown) => any) | undefined;
|
|
310
310
|
}>, {
|
|
311
|
+
labels: Partial<DatePickerLabels>;
|
|
311
312
|
size: DatePickerSize;
|
|
312
313
|
className: string;
|
|
313
314
|
style: Record<string, unknown>;
|
|
314
315
|
disabled: boolean;
|
|
315
|
-
labels: Partial<DatePickerLabels>;
|
|
316
316
|
range: boolean;
|
|
317
317
|
modelValue: string | Date | [string | Date | null, string | Date | null] | null;
|
|
318
318
|
placeholder: string;
|
|
@@ -304,15 +304,15 @@ declare const DatePicker: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
304
304
|
default: undefined;
|
|
305
305
|
};
|
|
306
306
|
}>> & Readonly<{
|
|
307
|
-
onClear?: (() => any) | undefined;
|
|
308
307
|
onChange?: ((value: unknown) => any) | undefined;
|
|
308
|
+
onClear?: (() => any) | undefined;
|
|
309
309
|
"onUpdate:modelValue"?: ((value: unknown) => any) | undefined;
|
|
310
310
|
}>, {
|
|
311
|
+
labels: Partial<DatePickerLabels>;
|
|
311
312
|
size: DatePickerSize;
|
|
312
313
|
className: string;
|
|
313
314
|
style: Record<string, unknown>;
|
|
314
315
|
disabled: boolean;
|
|
315
|
-
labels: Partial<DatePickerLabels>;
|
|
316
316
|
range: boolean;
|
|
317
317
|
modelValue: string | Date | [string | Date | null, string | Date | null] | null;
|
|
318
318
|
placeholder: string;
|
|
@@ -188,17 +188,17 @@ declare const Descriptions: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
188
188
|
};
|
|
189
189
|
}>> & Readonly<{}>, {
|
|
190
190
|
size: DescriptionsSize;
|
|
191
|
-
items: DescriptionsItem[];
|
|
192
191
|
className: string;
|
|
193
192
|
style: string | Record<string, string | number>;
|
|
194
193
|
title: string | number;
|
|
195
|
-
bordered: boolean;
|
|
196
194
|
column: number | Partial<Record<ResponsiveBreakpoint, number>>;
|
|
197
195
|
layout: DescriptionsLayout;
|
|
196
|
+
bordered: boolean;
|
|
198
197
|
extra: undefined;
|
|
199
198
|
colon: boolean;
|
|
200
199
|
labelStyle: Record<string, string | number>;
|
|
201
200
|
contentStyle: Record<string, string | number>;
|
|
201
|
+
items: DescriptionsItem[];
|
|
202
202
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
203
203
|
|
|
204
204
|
export { Descriptions, type VueDescriptionsProps, Descriptions as default };
|
|
@@ -188,17 +188,17 @@ declare const Descriptions: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
188
188
|
};
|
|
189
189
|
}>> & Readonly<{}>, {
|
|
190
190
|
size: DescriptionsSize;
|
|
191
|
-
items: DescriptionsItem[];
|
|
192
191
|
className: string;
|
|
193
192
|
style: string | Record<string, string | number>;
|
|
194
193
|
title: string | number;
|
|
195
|
-
bordered: boolean;
|
|
196
194
|
column: number | Partial<Record<ResponsiveBreakpoint, number>>;
|
|
197
195
|
layout: DescriptionsLayout;
|
|
196
|
+
bordered: boolean;
|
|
198
197
|
extra: undefined;
|
|
199
198
|
colon: boolean;
|
|
200
199
|
labelStyle: Record<string, string | number>;
|
|
201
200
|
contentStyle: Record<string, string | number>;
|
|
201
|
+
items: DescriptionsItem[];
|
|
202
202
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
203
203
|
|
|
204
204
|
export { Descriptions, type VueDescriptionsProps, Descriptions as default };
|
|
@@ -292,13 +292,13 @@ declare const DonutChart: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
292
292
|
"onSlice-click"?: ((...args: any[]) => any) | undefined;
|
|
293
293
|
"onSlice-hover"?: ((...args: any[]) => any) | undefined;
|
|
294
294
|
}>, {
|
|
295
|
-
shadow: boolean;
|
|
296
|
-
hoverable: boolean;
|
|
297
295
|
width: number;
|
|
298
296
|
height: number;
|
|
299
297
|
padding: ChartPadding;
|
|
300
298
|
labelPosition: "inside" | "outside";
|
|
301
299
|
gradient: boolean;
|
|
300
|
+
hoverable: boolean;
|
|
301
|
+
shadow: boolean;
|
|
302
302
|
showLabels: boolean;
|
|
303
303
|
selectable: boolean;
|
|
304
304
|
hoveredIndex: number | null;
|
|
@@ -292,13 +292,13 @@ declare const DonutChart: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
292
292
|
"onSlice-click"?: ((...args: any[]) => any) | undefined;
|
|
293
293
|
"onSlice-hover"?: ((...args: any[]) => any) | undefined;
|
|
294
294
|
}>, {
|
|
295
|
-
shadow: boolean;
|
|
296
|
-
hoverable: boolean;
|
|
297
295
|
width: number;
|
|
298
296
|
height: number;
|
|
299
297
|
padding: ChartPadding;
|
|
300
298
|
labelPosition: "inside" | "outside";
|
|
301
299
|
gradient: boolean;
|
|
300
|
+
hoverable: boolean;
|
|
301
|
+
shadow: boolean;
|
|
302
302
|
showLabels: boolean;
|
|
303
303
|
selectable: boolean;
|
|
304
304
|
hoveredIndex: number | null;
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import * as vue from 'vue';
|
|
2
2
|
import { PropType } from 'vue';
|
|
3
|
-
import { DrawerPlacement, DrawerSize, TigerLocale } from '@expcat/tigercat-core';
|
|
3
|
+
import { DrawerPlacement, DrawerSize, StyleValue, TigerLocale } from '@expcat/tigercat-core';
|
|
4
4
|
|
|
5
5
|
interface VueDrawerProps {
|
|
6
6
|
open?: boolean;
|
|
7
7
|
placement?: DrawerPlacement;
|
|
8
8
|
size?: DrawerSize;
|
|
9
|
+
width?: string | number;
|
|
9
10
|
title?: string;
|
|
10
11
|
closable?: boolean;
|
|
11
12
|
mask?: boolean;
|
|
@@ -14,6 +15,10 @@ interface VueDrawerProps {
|
|
|
14
15
|
className?: string;
|
|
15
16
|
bodyClassName?: string;
|
|
16
17
|
destroyOnClose?: boolean;
|
|
18
|
+
destroyOnCloseAfterLeave?: boolean;
|
|
19
|
+
fullscreenOnMobile?: boolean;
|
|
20
|
+
panelClassName?: string;
|
|
21
|
+
panelStyle?: StyleValue;
|
|
17
22
|
style?: Record<string, unknown>;
|
|
18
23
|
closeAriaLabel?: string;
|
|
19
24
|
locale?: Partial<TigerLocale>;
|
|
@@ -111,6 +116,29 @@ declare const Drawer: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
111
116
|
type: BooleanConstructor;
|
|
112
117
|
default: boolean;
|
|
113
118
|
};
|
|
119
|
+
/**
|
|
120
|
+
* When destroyOnClose is true, wait for leave animation before unmounting.
|
|
121
|
+
* @default false
|
|
122
|
+
*/
|
|
123
|
+
destroyOnCloseAfterLeave: {
|
|
124
|
+
type: BooleanConstructor;
|
|
125
|
+
default: boolean;
|
|
126
|
+
};
|
|
127
|
+
/**
|
|
128
|
+
* Whether the drawer panel should become fullscreen on mobile viewports.
|
|
129
|
+
* @default true
|
|
130
|
+
*/
|
|
131
|
+
fullscreenOnMobile: {
|
|
132
|
+
type: BooleanConstructor;
|
|
133
|
+
default: boolean;
|
|
134
|
+
};
|
|
135
|
+
/**
|
|
136
|
+
* Additional CSS class for drawer panel.
|
|
137
|
+
*/
|
|
138
|
+
panelClassName: {
|
|
139
|
+
type: StringConstructor;
|
|
140
|
+
default: undefined;
|
|
141
|
+
};
|
|
114
142
|
/**
|
|
115
143
|
* Custom inline style for drawer panel
|
|
116
144
|
*/
|
|
@@ -118,6 +146,13 @@ declare const Drawer: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
118
146
|
type: PropType<Record<string, unknown>>;
|
|
119
147
|
default: undefined;
|
|
120
148
|
};
|
|
149
|
+
/**
|
|
150
|
+
* Custom inline style for drawer panel.
|
|
151
|
+
*/
|
|
152
|
+
panelStyle: {
|
|
153
|
+
type: PropType<StyleValue>;
|
|
154
|
+
default: undefined;
|
|
155
|
+
};
|
|
121
156
|
/**
|
|
122
157
|
* Close button aria-label
|
|
123
158
|
* @default 'Close drawer'
|
|
@@ -235,6 +270,29 @@ declare const Drawer: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
235
270
|
type: BooleanConstructor;
|
|
236
271
|
default: boolean;
|
|
237
272
|
};
|
|
273
|
+
/**
|
|
274
|
+
* When destroyOnClose is true, wait for leave animation before unmounting.
|
|
275
|
+
* @default false
|
|
276
|
+
*/
|
|
277
|
+
destroyOnCloseAfterLeave: {
|
|
278
|
+
type: BooleanConstructor;
|
|
279
|
+
default: boolean;
|
|
280
|
+
};
|
|
281
|
+
/**
|
|
282
|
+
* Whether the drawer panel should become fullscreen on mobile viewports.
|
|
283
|
+
* @default true
|
|
284
|
+
*/
|
|
285
|
+
fullscreenOnMobile: {
|
|
286
|
+
type: BooleanConstructor;
|
|
287
|
+
default: boolean;
|
|
288
|
+
};
|
|
289
|
+
/**
|
|
290
|
+
* Additional CSS class for drawer panel.
|
|
291
|
+
*/
|
|
292
|
+
panelClassName: {
|
|
293
|
+
type: StringConstructor;
|
|
294
|
+
default: undefined;
|
|
295
|
+
};
|
|
238
296
|
/**
|
|
239
297
|
* Custom inline style for drawer panel
|
|
240
298
|
*/
|
|
@@ -242,6 +300,13 @@ declare const Drawer: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
242
300
|
type: PropType<Record<string, unknown>>;
|
|
243
301
|
default: undefined;
|
|
244
302
|
};
|
|
303
|
+
/**
|
|
304
|
+
* Custom inline style for drawer panel.
|
|
305
|
+
*/
|
|
306
|
+
panelStyle: {
|
|
307
|
+
type: PropType<StyleValue>;
|
|
308
|
+
default: undefined;
|
|
309
|
+
};
|
|
245
310
|
/**
|
|
246
311
|
* Close button aria-label
|
|
247
312
|
* @default 'Close drawer'
|
|
@@ -272,22 +337,26 @@ declare const Drawer: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
272
337
|
"onAfter-enter"?: ((...args: any[]) => any) | undefined;
|
|
273
338
|
"onAfter-leave"?: ((...args: any[]) => any) | undefined;
|
|
274
339
|
}>, {
|
|
340
|
+
locale: Partial<TigerLocale>;
|
|
341
|
+
closeAriaLabel: string;
|
|
275
342
|
size: DrawerSize;
|
|
276
343
|
className: string;
|
|
277
344
|
style: Record<string, unknown>;
|
|
278
345
|
title: string;
|
|
279
|
-
disableTeleport: boolean;
|
|
280
|
-
closable: boolean;
|
|
281
|
-
closeAriaLabel: string;
|
|
282
|
-
locale: Partial<TigerLocale>;
|
|
283
346
|
mask: boolean;
|
|
284
347
|
open: boolean;
|
|
285
348
|
width: string | number;
|
|
349
|
+
closable: boolean;
|
|
286
350
|
zIndex: number;
|
|
287
351
|
maskClosable: boolean;
|
|
288
352
|
placement: DrawerPlacement;
|
|
353
|
+
disableTeleport: boolean;
|
|
289
354
|
bodyClassName: string;
|
|
290
355
|
destroyOnClose: boolean;
|
|
356
|
+
destroyOnCloseAfterLeave: boolean;
|
|
357
|
+
fullscreenOnMobile: boolean;
|
|
358
|
+
panelClassName: string;
|
|
359
|
+
panelStyle: StyleValue;
|
|
291
360
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
292
361
|
|
|
293
362
|
export { Drawer, type VueDrawerProps, Drawer as default };
|