@expcat/tigercat-vue 1.2.37 → 1.2.41
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-MD7S2A55.js → chunk-5TJI4HOT.js} +2 -2
- package/dist/{chunk-FKCZSBM6.js → chunk-7IVLFDZI.js} +17 -3
- package/dist/{chunk-W54LFA7A.mjs → chunk-CHDKJDZQ.mjs} +306 -94
- package/dist/{chunk-2HT6YGRY.js → chunk-EWQJGR7E.js} +185 -18
- package/dist/{chunk-U2PPTMQX.mjs → chunk-FI2EIJIF.mjs} +1 -1
- package/dist/{chunk-HSMN5FWL.js → chunk-GD2WAN62.js} +2 -2
- package/dist/{chunk-ILTIUESE.mjs → chunk-GFQDHFAX.mjs} +178 -11
- package/dist/{chunk-3EVCDIZE.js → chunk-KGDRA475.js} +2 -2
- package/dist/{chunk-WT3LV7OQ.mjs → chunk-KJ6VISRW.mjs} +1 -1
- package/dist/{chunk-6DYGPOYH.js → chunk-LUAI6VXV.js} +2 -2
- package/dist/{chunk-UJZPEXF5.mjs → chunk-M4EP4OVR.mjs} +19 -4
- package/dist/{chunk-RRI3F52B.js → chunk-OFTAQ2A4.js} +305 -93
- package/dist/{chunk-PC2FNA4J.mjs → chunk-PT4Q7C2A.mjs} +1 -1
- package/dist/{chunk-S3KTGULC.js → chunk-QOMWROWE.js} +22 -7
- package/dist/{chunk-FATIMV7O.mjs → chunk-ROMVD7LS.mjs} +1 -1
- package/dist/{chunk-NYH6GSP7.mjs → chunk-VKW2O36D.mjs} +17 -3
- package/dist/components/ActivityFeed.d.mts +6 -6
- package/dist/components/ActivityFeed.d.ts +6 -6
- package/dist/components/Alert.d.mts +3 -3
- package/dist/components/Alert.d.ts +3 -3
- package/dist/components/Anchor.d.mts +1 -1
- package/dist/components/Anchor.d.ts +1 -1
- package/dist/components/AreaChart.d.mts +2 -2
- package/dist/components/AreaChart.d.ts +2 -2
- 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/ChartGrid.d.mts +1 -1
- package/dist/components/ChartGrid.d.ts +1 -1
- package/dist/components/ChatWindow.d.mts +3 -3
- package/dist/components/ChatWindow.d.ts +3 -3
- package/dist/components/ChatWindow.js +3 -3
- package/dist/components/ChatWindow.mjs +2 -2
- 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 +55 -11
- package/dist/components/DataTableWithToolbar.d.ts +55 -11
- package/dist/components/DataTableWithToolbar.js +11 -3
- package/dist/components/DataTableWithToolbar.mjs +10 -2
- 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 +5 -5
- package/dist/components/Drawer.d.ts +5 -5
- package/dist/components/Dropdown.d.mts +19 -0
- package/dist/components/Dropdown.d.ts +19 -0
- package/dist/components/Dropdown.js +2 -2
- package/dist/components/Dropdown.mjs +1 -1
- package/dist/components/DropdownItem.js +3 -3
- package/dist/components/DropdownItem.mjs +2 -2
- package/dist/components/DropdownMenu.js +3 -3
- package/dist/components/DropdownMenu.mjs +1 -1
- package/dist/components/Empty.d.mts +1 -1
- package/dist/components/Empty.d.ts +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 +6 -6
- package/dist/components/FormWizard.d.ts +6 -6
- 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 +4 -4
- package/dist/components/ImageAnnotation.d.ts +4 -4
- 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 +2 -2
- package/dist/components/LineChart.d.ts +2 -2
- 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 +5 -5
- package/dist/components/Menu.d.ts +5 -5
- package/dist/components/Modal.d.mts +8 -8
- package/dist/components/Modal.d.ts +8 -8
- 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 +5 -5
- package/dist/components/Pagination.d.ts +5 -5
- 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/Popconfirm.js +3 -3
- package/dist/components/Popconfirm.mjs +2 -2
- package/dist/components/Popover.d.mts +1 -1
- package/dist/components/Popover.d.ts +1 -1
- package/dist/components/Popover.js +3 -3
- package/dist/components/Popover.mjs +2 -2
- package/dist/components/Progress.d.mts +3 -3
- package/dist/components/Progress.d.ts +3 -3
- package/dist/components/QRCode.d.mts +1 -1
- package/dist/components/QRCode.d.ts +1 -1
- package/dist/components/RadarChart.d.mts +2 -2
- package/dist/components/RadarChart.d.ts +2 -2
- 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 +3 -3
- package/dist/components/Steps.d.ts +3 -3
- package/dist/components/SunburstChart.d.mts +1 -1
- package/dist/components/SunburstChart.d.ts +1 -1
- package/dist/components/Table.d.mts +56 -8
- package/dist/components/Table.d.ts +56 -8
- package/dist/components/Table.js +8 -2
- package/dist/components/Table.mjs +7 -1
- 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 +2 -2
- package/dist/components/TaskBoard.d.ts +2 -2
- 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/Tooltip.js +3 -3
- package/dist/components/Tooltip.mjs +2 -2
- 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 +20 -20
- package/dist/index.mjs +20 -20
- package/package.json +2 -2
- package/dist/{chunk-S45NWVQS.mjs → chunk-6GPX4ONB.mjs} +3 -3
- package/dist/{chunk-VES3OJOP.js → chunk-YS6FW775.js} +2 -2
|
@@ -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>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as vue from 'vue';
|
|
2
2
|
import { PropType } from 'vue';
|
|
3
|
-
import { TableColumn, SortState, TableSize, RowSelectionConfig, TableResponsiveMode, TableCardBreakpoint, TableToolbarProps, PaginationConfig, TableToolbarFilterValue, TableToolbarAction } from '@expcat/tigercat-core';
|
|
3
|
+
import { TableColumn, SortState, TableSize, TigerLocaleInput, TigerLocaleTable, RowSelectionConfig, TableResponsiveMode, TableCardBreakpoint, TableToolbarProps, PaginationConfig, TableToolbarFilterValue, TableToolbarAction } from '@expcat/tigercat-core';
|
|
4
4
|
|
|
5
5
|
interface VueTableToolbarProps extends Omit<TableToolbarProps, 'onSearchChange' | 'onSearch' | 'onFiltersChange' | 'onBulkAction'> {
|
|
6
6
|
}
|
|
@@ -8,6 +8,8 @@ interface VueDataTableWithToolbarProps {
|
|
|
8
8
|
columns: TableColumn[];
|
|
9
9
|
columnLockable?: boolean;
|
|
10
10
|
dataSource?: Record<string, unknown>[];
|
|
11
|
+
hiddenColumnKeys?: string[];
|
|
12
|
+
defaultHiddenColumnKeys?: string[];
|
|
11
13
|
sort?: SortState;
|
|
12
14
|
defaultSort?: SortState;
|
|
13
15
|
filters?: Record<string, unknown>;
|
|
@@ -17,6 +19,8 @@ interface VueDataTableWithToolbarProps {
|
|
|
17
19
|
striped?: boolean;
|
|
18
20
|
hoverable?: boolean;
|
|
19
21
|
loading?: boolean;
|
|
22
|
+
locale?: TigerLocaleInput;
|
|
23
|
+
labels?: Partial<TigerLocaleTable>;
|
|
20
24
|
emptyText?: string;
|
|
21
25
|
rowSelection?: RowSelectionConfig;
|
|
22
26
|
rowKey?: string | ((record: Record<string, unknown>) => string | number);
|
|
@@ -43,6 +47,14 @@ declare const DataTableWithToolbar: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
43
47
|
type: PropType<Record<string, unknown>[]>;
|
|
44
48
|
default: () => never[];
|
|
45
49
|
};
|
|
50
|
+
hiddenColumnKeys: {
|
|
51
|
+
type: PropType<string[]>;
|
|
52
|
+
default: undefined;
|
|
53
|
+
};
|
|
54
|
+
defaultHiddenColumnKeys: {
|
|
55
|
+
type: PropType<string[]>;
|
|
56
|
+
default: undefined;
|
|
57
|
+
};
|
|
46
58
|
sort: {
|
|
47
59
|
type: PropType<SortState>;
|
|
48
60
|
default: undefined;
|
|
@@ -79,9 +91,17 @@ declare const DataTableWithToolbar: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
79
91
|
type: BooleanConstructor;
|
|
80
92
|
default: boolean;
|
|
81
93
|
};
|
|
94
|
+
locale: {
|
|
95
|
+
type: PropType<TigerLocaleInput>;
|
|
96
|
+
default: undefined;
|
|
97
|
+
};
|
|
98
|
+
labels: {
|
|
99
|
+
type: PropType<Partial<TigerLocaleTable>>;
|
|
100
|
+
default: undefined;
|
|
101
|
+
};
|
|
82
102
|
emptyText: {
|
|
83
103
|
type: StringConstructor;
|
|
84
|
-
default:
|
|
104
|
+
default: undefined;
|
|
85
105
|
};
|
|
86
106
|
rowSelection: {
|
|
87
107
|
type: PropType<RowSelectionConfig>;
|
|
@@ -141,6 +161,8 @@ declare const DataTableWithToolbar: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
141
161
|
'selection-change': (_keys: (string | number)[]) => true;
|
|
142
162
|
'page-change': (_current: number, _pageSize: number) => true;
|
|
143
163
|
'page-size-change': (_current: number, _pageSize: number) => true;
|
|
164
|
+
'update:hiddenColumnKeys': (_hiddenKeys: string[]) => true;
|
|
165
|
+
'hidden-columns-change': (_hiddenKeys: string[]) => true;
|
|
144
166
|
}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
145
167
|
columns: {
|
|
146
168
|
type: PropType<TableColumn[]>;
|
|
@@ -154,6 +176,14 @@ declare const DataTableWithToolbar: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
154
176
|
type: PropType<Record<string, unknown>[]>;
|
|
155
177
|
default: () => never[];
|
|
156
178
|
};
|
|
179
|
+
hiddenColumnKeys: {
|
|
180
|
+
type: PropType<string[]>;
|
|
181
|
+
default: undefined;
|
|
182
|
+
};
|
|
183
|
+
defaultHiddenColumnKeys: {
|
|
184
|
+
type: PropType<string[]>;
|
|
185
|
+
default: undefined;
|
|
186
|
+
};
|
|
157
187
|
sort: {
|
|
158
188
|
type: PropType<SortState>;
|
|
159
189
|
default: undefined;
|
|
@@ -190,9 +220,17 @@ declare const DataTableWithToolbar: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
190
220
|
type: BooleanConstructor;
|
|
191
221
|
default: boolean;
|
|
192
222
|
};
|
|
223
|
+
locale: {
|
|
224
|
+
type: PropType<TigerLocaleInput>;
|
|
225
|
+
default: undefined;
|
|
226
|
+
};
|
|
227
|
+
labels: {
|
|
228
|
+
type: PropType<Partial<TigerLocaleTable>>;
|
|
229
|
+
default: undefined;
|
|
230
|
+
};
|
|
193
231
|
emptyText: {
|
|
194
232
|
type: StringConstructor;
|
|
195
|
-
default:
|
|
233
|
+
default: undefined;
|
|
196
234
|
};
|
|
197
235
|
rowSelection: {
|
|
198
236
|
type: PropType<RowSelectionConfig>;
|
|
@@ -245,34 +283,40 @@ declare const DataTableWithToolbar: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
245
283
|
}>> & Readonly<{
|
|
246
284
|
onSearch?: ((_value: string) => any) | undefined;
|
|
247
285
|
"onSelection-change"?: ((_keys: (string | number)[]) => any) | undefined;
|
|
286
|
+
"onUpdate:hiddenColumnKeys"?: ((_hiddenKeys: string[]) => any) | undefined;
|
|
287
|
+
"onHidden-columns-change"?: ((_hiddenKeys: string[]) => any) | undefined;
|
|
248
288
|
"onPage-change"?: ((_current: number, _pageSize: number) => any) | undefined;
|
|
249
289
|
"onPage-size-change"?: ((_current: number, _pageSize: number) => any) | undefined;
|
|
250
290
|
"onSearch-change"?: ((_value: string) => any) | undefined;
|
|
251
291
|
"onFilters-change"?: ((_filters: Record<string, TableToolbarFilterValue>) => any) | undefined;
|
|
252
292
|
"onBulk-action"?: ((_action: TableToolbarAction, _keys: (string | number)[]) => any) | undefined;
|
|
253
293
|
}>, {
|
|
254
|
-
|
|
255
|
-
|
|
294
|
+
locale: TigerLocaleInput;
|
|
295
|
+
pagination: false | PaginationConfig;
|
|
296
|
+
sort: SortState;
|
|
256
297
|
emptyText: string;
|
|
298
|
+
labels: Partial<TigerLocaleTable>;
|
|
299
|
+
size: TableSize;
|
|
257
300
|
className: string;
|
|
258
301
|
style: Record<string, string | number>;
|
|
259
|
-
|
|
260
|
-
bordered: boolean;
|
|
261
|
-
hoverable: boolean;
|
|
262
|
-
filters: Record<string, unknown>;
|
|
263
|
-
pagination: false | PaginationConfig;
|
|
302
|
+
loading: boolean;
|
|
264
303
|
dataSource: Record<string, unknown>[];
|
|
265
304
|
toolbar: VueTableToolbarProps;
|
|
305
|
+
filters: Record<string, unknown>;
|
|
266
306
|
columnLockable: boolean;
|
|
307
|
+
hiddenColumnKeys: string[];
|
|
308
|
+
defaultHiddenColumnKeys: string[];
|
|
267
309
|
defaultSort: SortState;
|
|
268
310
|
defaultFilters: Record<string, unknown>;
|
|
311
|
+
bordered: boolean;
|
|
269
312
|
striped: boolean;
|
|
313
|
+
hoverable: boolean;
|
|
270
314
|
rowSelection: RowSelectionConfig<Record<string, unknown>>;
|
|
271
315
|
rowKey: string | ((record: Record<string, unknown>) => string | number);
|
|
272
316
|
rowClassName: string | ((record: Record<string, unknown>, index: number) => string);
|
|
273
317
|
stickyHeader: boolean;
|
|
274
318
|
maxHeight: string | number;
|
|
275
|
-
tableLayout: "
|
|
319
|
+
tableLayout: "auto" | "fixed";
|
|
276
320
|
responsiveMode: TableResponsiveMode;
|
|
277
321
|
cardBreakpoint: TableCardBreakpoint;
|
|
278
322
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as vue from 'vue';
|
|
2
2
|
import { PropType } from 'vue';
|
|
3
|
-
import { TableColumn, SortState, TableSize, RowSelectionConfig, TableResponsiveMode, TableCardBreakpoint, TableToolbarProps, PaginationConfig, TableToolbarFilterValue, TableToolbarAction } from '@expcat/tigercat-core';
|
|
3
|
+
import { TableColumn, SortState, TableSize, TigerLocaleInput, TigerLocaleTable, RowSelectionConfig, TableResponsiveMode, TableCardBreakpoint, TableToolbarProps, PaginationConfig, TableToolbarFilterValue, TableToolbarAction } from '@expcat/tigercat-core';
|
|
4
4
|
|
|
5
5
|
interface VueTableToolbarProps extends Omit<TableToolbarProps, 'onSearchChange' | 'onSearch' | 'onFiltersChange' | 'onBulkAction'> {
|
|
6
6
|
}
|
|
@@ -8,6 +8,8 @@ interface VueDataTableWithToolbarProps {
|
|
|
8
8
|
columns: TableColumn[];
|
|
9
9
|
columnLockable?: boolean;
|
|
10
10
|
dataSource?: Record<string, unknown>[];
|
|
11
|
+
hiddenColumnKeys?: string[];
|
|
12
|
+
defaultHiddenColumnKeys?: string[];
|
|
11
13
|
sort?: SortState;
|
|
12
14
|
defaultSort?: SortState;
|
|
13
15
|
filters?: Record<string, unknown>;
|
|
@@ -17,6 +19,8 @@ interface VueDataTableWithToolbarProps {
|
|
|
17
19
|
striped?: boolean;
|
|
18
20
|
hoverable?: boolean;
|
|
19
21
|
loading?: boolean;
|
|
22
|
+
locale?: TigerLocaleInput;
|
|
23
|
+
labels?: Partial<TigerLocaleTable>;
|
|
20
24
|
emptyText?: string;
|
|
21
25
|
rowSelection?: RowSelectionConfig;
|
|
22
26
|
rowKey?: string | ((record: Record<string, unknown>) => string | number);
|
|
@@ -43,6 +47,14 @@ declare const DataTableWithToolbar: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
43
47
|
type: PropType<Record<string, unknown>[]>;
|
|
44
48
|
default: () => never[];
|
|
45
49
|
};
|
|
50
|
+
hiddenColumnKeys: {
|
|
51
|
+
type: PropType<string[]>;
|
|
52
|
+
default: undefined;
|
|
53
|
+
};
|
|
54
|
+
defaultHiddenColumnKeys: {
|
|
55
|
+
type: PropType<string[]>;
|
|
56
|
+
default: undefined;
|
|
57
|
+
};
|
|
46
58
|
sort: {
|
|
47
59
|
type: PropType<SortState>;
|
|
48
60
|
default: undefined;
|
|
@@ -79,9 +91,17 @@ declare const DataTableWithToolbar: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
79
91
|
type: BooleanConstructor;
|
|
80
92
|
default: boolean;
|
|
81
93
|
};
|
|
94
|
+
locale: {
|
|
95
|
+
type: PropType<TigerLocaleInput>;
|
|
96
|
+
default: undefined;
|
|
97
|
+
};
|
|
98
|
+
labels: {
|
|
99
|
+
type: PropType<Partial<TigerLocaleTable>>;
|
|
100
|
+
default: undefined;
|
|
101
|
+
};
|
|
82
102
|
emptyText: {
|
|
83
103
|
type: StringConstructor;
|
|
84
|
-
default:
|
|
104
|
+
default: undefined;
|
|
85
105
|
};
|
|
86
106
|
rowSelection: {
|
|
87
107
|
type: PropType<RowSelectionConfig>;
|
|
@@ -141,6 +161,8 @@ declare const DataTableWithToolbar: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
141
161
|
'selection-change': (_keys: (string | number)[]) => true;
|
|
142
162
|
'page-change': (_current: number, _pageSize: number) => true;
|
|
143
163
|
'page-size-change': (_current: number, _pageSize: number) => true;
|
|
164
|
+
'update:hiddenColumnKeys': (_hiddenKeys: string[]) => true;
|
|
165
|
+
'hidden-columns-change': (_hiddenKeys: string[]) => true;
|
|
144
166
|
}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
145
167
|
columns: {
|
|
146
168
|
type: PropType<TableColumn[]>;
|
|
@@ -154,6 +176,14 @@ declare const DataTableWithToolbar: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
154
176
|
type: PropType<Record<string, unknown>[]>;
|
|
155
177
|
default: () => never[];
|
|
156
178
|
};
|
|
179
|
+
hiddenColumnKeys: {
|
|
180
|
+
type: PropType<string[]>;
|
|
181
|
+
default: undefined;
|
|
182
|
+
};
|
|
183
|
+
defaultHiddenColumnKeys: {
|
|
184
|
+
type: PropType<string[]>;
|
|
185
|
+
default: undefined;
|
|
186
|
+
};
|
|
157
187
|
sort: {
|
|
158
188
|
type: PropType<SortState>;
|
|
159
189
|
default: undefined;
|
|
@@ -190,9 +220,17 @@ declare const DataTableWithToolbar: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
190
220
|
type: BooleanConstructor;
|
|
191
221
|
default: boolean;
|
|
192
222
|
};
|
|
223
|
+
locale: {
|
|
224
|
+
type: PropType<TigerLocaleInput>;
|
|
225
|
+
default: undefined;
|
|
226
|
+
};
|
|
227
|
+
labels: {
|
|
228
|
+
type: PropType<Partial<TigerLocaleTable>>;
|
|
229
|
+
default: undefined;
|
|
230
|
+
};
|
|
193
231
|
emptyText: {
|
|
194
232
|
type: StringConstructor;
|
|
195
|
-
default:
|
|
233
|
+
default: undefined;
|
|
196
234
|
};
|
|
197
235
|
rowSelection: {
|
|
198
236
|
type: PropType<RowSelectionConfig>;
|
|
@@ -245,34 +283,40 @@ declare const DataTableWithToolbar: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
245
283
|
}>> & Readonly<{
|
|
246
284
|
onSearch?: ((_value: string) => any) | undefined;
|
|
247
285
|
"onSelection-change"?: ((_keys: (string | number)[]) => any) | undefined;
|
|
286
|
+
"onUpdate:hiddenColumnKeys"?: ((_hiddenKeys: string[]) => any) | undefined;
|
|
287
|
+
"onHidden-columns-change"?: ((_hiddenKeys: string[]) => any) | undefined;
|
|
248
288
|
"onPage-change"?: ((_current: number, _pageSize: number) => any) | undefined;
|
|
249
289
|
"onPage-size-change"?: ((_current: number, _pageSize: number) => any) | undefined;
|
|
250
290
|
"onSearch-change"?: ((_value: string) => any) | undefined;
|
|
251
291
|
"onFilters-change"?: ((_filters: Record<string, TableToolbarFilterValue>) => any) | undefined;
|
|
252
292
|
"onBulk-action"?: ((_action: TableToolbarAction, _keys: (string | number)[]) => any) | undefined;
|
|
253
293
|
}>, {
|
|
254
|
-
|
|
255
|
-
|
|
294
|
+
locale: TigerLocaleInput;
|
|
295
|
+
pagination: false | PaginationConfig;
|
|
296
|
+
sort: SortState;
|
|
256
297
|
emptyText: string;
|
|
298
|
+
labels: Partial<TigerLocaleTable>;
|
|
299
|
+
size: TableSize;
|
|
257
300
|
className: string;
|
|
258
301
|
style: Record<string, string | number>;
|
|
259
|
-
|
|
260
|
-
bordered: boolean;
|
|
261
|
-
hoverable: boolean;
|
|
262
|
-
filters: Record<string, unknown>;
|
|
263
|
-
pagination: false | PaginationConfig;
|
|
302
|
+
loading: boolean;
|
|
264
303
|
dataSource: Record<string, unknown>[];
|
|
265
304
|
toolbar: VueTableToolbarProps;
|
|
305
|
+
filters: Record<string, unknown>;
|
|
266
306
|
columnLockable: boolean;
|
|
307
|
+
hiddenColumnKeys: string[];
|
|
308
|
+
defaultHiddenColumnKeys: string[];
|
|
267
309
|
defaultSort: SortState;
|
|
268
310
|
defaultFilters: Record<string, unknown>;
|
|
311
|
+
bordered: boolean;
|
|
269
312
|
striped: boolean;
|
|
313
|
+
hoverable: boolean;
|
|
270
314
|
rowSelection: RowSelectionConfig<Record<string, unknown>>;
|
|
271
315
|
rowKey: string | ((record: Record<string, unknown>) => string | number);
|
|
272
316
|
rowClassName: string | ((record: Record<string, unknown>, index: number) => string);
|
|
273
317
|
stickyHeader: boolean;
|
|
274
318
|
maxHeight: string | number;
|
|
275
|
-
tableLayout: "
|
|
319
|
+
tableLayout: "auto" | "fixed";
|
|
276
320
|
responsiveMode: TableResponsiveMode;
|
|
277
321
|
cardBreakpoint: TableCardBreakpoint;
|
|
278
322
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
@@ -1,14 +1,22 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('../chunk-
|
|
4
|
+
var _chunkEWQJGR7Ejs = require('../chunk-EWQJGR7E.js');
|
|
5
|
+
require('../chunk-OFTAQ2A4.js');
|
|
6
6
|
require('../chunk-BGMAWKWV.js');
|
|
7
|
+
require('../chunk-LUAI6VXV.js');
|
|
8
|
+
require('../chunk-3QV2D54H.js');
|
|
9
|
+
require('../chunk-FC7RXQTM.js');
|
|
10
|
+
require('../chunk-QOMWROWE.js');
|
|
7
11
|
require('../chunk-25EYT2CB.js');
|
|
8
12
|
require('../chunk-BYNMOQBB.js');
|
|
13
|
+
require('../chunk-NOZ65AMO.js');
|
|
14
|
+
require('../chunk-2YFXJUBT.js');
|
|
15
|
+
require('../chunk-Q4MH333P.js');
|
|
9
16
|
require('../chunk-4VLNT2ED.js');
|
|
10
17
|
require('../chunk-7ADONGSB.js');
|
|
18
|
+
require('../chunk-EQW6IUHG.js');
|
|
11
19
|
|
|
12
20
|
|
|
13
21
|
|
|
14
|
-
exports.DataTableWithToolbar =
|
|
22
|
+
exports.DataTableWithToolbar = _chunkEWQJGR7Ejs.DataTableWithToolbar; exports.default = _chunkEWQJGR7Ejs.DataTableWithToolbar_default;
|
|
@@ -1,13 +1,21 @@
|
|
|
1
1
|
import {
|
|
2
2
|
DataTableWithToolbar,
|
|
3
3
|
DataTableWithToolbar_default
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-
|
|
4
|
+
} from "../chunk-GFQDHFAX.mjs";
|
|
5
|
+
import "../chunk-CHDKJDZQ.mjs";
|
|
6
6
|
import "../chunk-PYT5DTQQ.mjs";
|
|
7
|
+
import "../chunk-PT4Q7C2A.mjs";
|
|
8
|
+
import "../chunk-YZP4K6KI.mjs";
|
|
9
|
+
import "../chunk-Y4V7BOVR.mjs";
|
|
10
|
+
import "../chunk-M4EP4OVR.mjs";
|
|
7
11
|
import "../chunk-VG6E4NX6.mjs";
|
|
8
12
|
import "../chunk-2WJADO6O.mjs";
|
|
13
|
+
import "../chunk-WFISP42H.mjs";
|
|
14
|
+
import "../chunk-2BNQGU7E.mjs";
|
|
15
|
+
import "../chunk-CPV7INZ4.mjs";
|
|
9
16
|
import "../chunk-PO5GVU4Q.mjs";
|
|
10
17
|
import "../chunk-Z2ZECCGD.mjs";
|
|
18
|
+
import "../chunk-BDTPFPSB.mjs";
|
|
11
19
|
export {
|
|
12
20
|
DataTableWithToolbar,
|
|
13
21
|
DataTableWithToolbar_default 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;
|
|
198
196
|
extra: undefined;
|
|
197
|
+
bordered: boolean;
|
|
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;
|
|
198
196
|
extra: undefined;
|
|
197
|
+
bordered: boolean;
|
|
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;
|
|
@@ -352,21 +352,21 @@ declare const Drawer: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
352
352
|
"onAfter-enter"?: ((...args: any[]) => any) | undefined;
|
|
353
353
|
"onAfter-leave"?: ((...args: any[]) => any) | undefined;
|
|
354
354
|
}>, {
|
|
355
|
+
locale: Partial<TigerLocale>;
|
|
356
|
+
closeAriaLabel: string;
|
|
357
|
+
labels: Partial<TigerLocaleDrawer>;
|
|
355
358
|
size: DrawerSize;
|
|
356
359
|
className: string;
|
|
357
360
|
style: Record<string, unknown>;
|
|
358
361
|
title: string;
|
|
359
|
-
disableTeleport: boolean;
|
|
360
|
-
closable: boolean;
|
|
361
|
-
closeAriaLabel: string;
|
|
362
|
-
locale: Partial<TigerLocale>;
|
|
363
|
-
labels: Partial<TigerLocaleDrawer>;
|
|
364
362
|
mask: boolean;
|
|
365
363
|
open: boolean;
|
|
366
364
|
width: string | number;
|
|
365
|
+
closable: boolean;
|
|
367
366
|
zIndex: number;
|
|
368
367
|
maskClosable: boolean;
|
|
369
368
|
placement: DrawerPlacement;
|
|
369
|
+
disableTeleport: boolean;
|
|
370
370
|
bodyClassName: string;
|
|
371
371
|
destroyOnClose: boolean;
|
|
372
372
|
destroyOnCloseAfterLeave: boolean;
|
|
@@ -352,21 +352,21 @@ declare const Drawer: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
352
352
|
"onAfter-enter"?: ((...args: any[]) => any) | undefined;
|
|
353
353
|
"onAfter-leave"?: ((...args: any[]) => any) | undefined;
|
|
354
354
|
}>, {
|
|
355
|
+
locale: Partial<TigerLocale>;
|
|
356
|
+
closeAriaLabel: string;
|
|
357
|
+
labels: Partial<TigerLocaleDrawer>;
|
|
355
358
|
size: DrawerSize;
|
|
356
359
|
className: string;
|
|
357
360
|
style: Record<string, unknown>;
|
|
358
361
|
title: string;
|
|
359
|
-
disableTeleport: boolean;
|
|
360
|
-
closable: boolean;
|
|
361
|
-
closeAriaLabel: string;
|
|
362
|
-
locale: Partial<TigerLocale>;
|
|
363
|
-
labels: Partial<TigerLocaleDrawer>;
|
|
364
362
|
mask: boolean;
|
|
365
363
|
open: boolean;
|
|
366
364
|
width: string | number;
|
|
365
|
+
closable: boolean;
|
|
367
366
|
zIndex: number;
|
|
368
367
|
maskClosable: boolean;
|
|
369
368
|
placement: DrawerPlacement;
|
|
369
|
+
disableTeleport: boolean;
|
|
370
370
|
bodyClassName: string;
|
|
371
371
|
destroyOnClose: boolean;
|
|
372
372
|
destroyOnCloseAfterLeave: boolean;
|