orion-design 0.1.31 → 0.1.33
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +5 -5
- package/dist/Throne/hooks/use-throne-context.d.ts +5 -0
- package/dist/Throne/hooks/use-throne-context.js +15 -0
- package/dist/Throne/hooks/use-throne-context.js.map +1 -0
- package/dist/Throne/index.d.ts +1 -1
- package/dist/Throne/index.js +14 -30
- package/dist/Throne/index.js.map +1 -1
- package/dist/components/Button/ButtonGroup/ButtonGroup.d.ts +2 -0
- package/dist/components/Button/index.js +36 -41
- package/dist/components/Button/index.js.map +1 -1
- package/dist/components/Flex/index.js +89 -122
- package/dist/components/Flex/index.js.map +1 -1
- package/dist/components/Form/FileInput/FileInput.vue.d.ts +4 -4
- package/dist/components/Form/Form.js +2 -2
- package/dist/components/Form/Form.js.map +1 -1
- package/dist/components/Form/LovInput/LovInput.js +2 -2
- package/dist/components/Form/LovInput/LovInput.js.map +1 -1
- package/dist/components/Form/LovInput/LovInput.vue.d.ts +894 -0
- package/dist/components/Form/LovInput/hooks/useLov.js +5 -5
- package/dist/components/Form/LovInput/hooks/useLov.js.map +1 -1
- package/dist/components/Form/LovInput/index.js +4 -4
- package/dist/components/Form/MultiTableSelect/MultiTableSelect.d.ts +26 -0
- package/dist/components/Form/MultiTableSelect/MultiTableSelect.js +5 -0
- package/dist/components/Form/MultiTableSelect/MultiTableSelect.js.map +1 -0
- package/dist/components/Form/MultiTableSelect/MultiTableSelect.vue.d.ts +6249 -0
- package/dist/components/Form/MultiTableSelect/hooks/useMultiTableSelect.d.ts +1 -0
- package/dist/components/Form/MultiTableSelect/hooks/useMultiTableSelect.js +9 -0
- package/dist/components/Form/MultiTableSelect/hooks/useMultiTableSelect.js.map +1 -0
- package/dist/components/Form/MultiTableSelect/index.d.ts +2 -0
- package/dist/components/Form/MultiTableSelect/index.js +7 -0
- package/dist/components/Form/MultiTableSelect/index.js.map +1 -0
- package/dist/components/Form/hooks/FormItemValidateTrigger.js +2 -2
- package/dist/components/Form/hooks/FormItemValidateTrigger.js.map +1 -1
- package/dist/components/Form/hooks/index.js +69 -127
- package/dist/components/Form/hooks/index.js.map +1 -1
- package/dist/components/Form/index.d.ts +3 -0
- package/dist/components/Form/index.js +790 -829
- package/dist/components/Form/index.js.map +1 -1
- package/dist/components/Form/utils/index.js +18 -30
- package/dist/components/Form/utils/index.js.map +1 -1
- package/dist/components/LovTable/LovPagetable.vue.d.ts +510 -6
- package/dist/components/LovTable/LovQuerytable.vue.d.ts +468 -4
- package/dist/components/LovTable/index.d.ts +489 -5
- package/dist/components/LovTable/index.js +104 -179
- package/dist/components/LovTable/index.js.map +1 -1
- package/dist/components/Modal/index.js +56 -111
- package/dist/components/Modal/index.js.map +1 -1
- package/dist/components/Modal/types.d.ts +1 -1
- package/dist/components/Modal/types.js +3 -4
- package/dist/components/Modal/types.js.map +1 -1
- package/dist/components/Modal/useModal.js +5 -5
- package/dist/components/Modal/useModal.js.map +1 -1
- package/dist/components/MultiTableSelectPagetable/MultiTableSelectPagetable.vue.d.ts +880 -0
- package/dist/components/MultiTableSelectPagetable/index.d.ts +462 -0
- package/dist/components/MultiTableSelectPagetable/index.js +164 -0
- package/dist/components/MultiTableSelectPagetable/index.js.map +1 -0
- package/dist/components/Pagetable/Pagetable.d.ts +96 -3
- package/dist/components/Pagetable/columns/PagetableColumnButtongroup.d.ts +14 -1
- package/dist/components/Pagetable/columns/PagetableColumnDate.d.ts +14 -1
- package/dist/components/Pagetable/columns/PagetableColumnDiy.d.ts +1 -1
- package/dist/components/Pagetable/columns/PagetableColumnLink.d.ts +14 -1
- package/dist/components/Pagetable/columns/PagetableColumnMultiselect.d.ts +14 -1
- package/dist/components/Pagetable/columns/PagetableColumnNumber.d.ts +14 -1
- package/dist/components/Pagetable/columns/PagetableColumnSingleselect.d.ts +14 -1
- package/dist/components/Pagetable/columns/PagetableColumnString.d.ts +14 -1
- package/dist/components/Pagetable/hooks/useCode.d.ts +2 -0
- package/dist/components/Pagetable/hooks/useCode.js +24 -0
- package/dist/components/Pagetable/hooks/useCode.js.map +1 -0
- package/dist/components/Pagetable/hooks/useColumns.js +85 -88
- package/dist/components/Pagetable/hooks/useColumns.js.map +1 -1
- package/dist/components/Pagetable/index.d.ts +159 -2
- package/dist/components/Pagetable/index.js +601 -684
- package/dist/components/Pagetable/index.js.map +1 -1
- package/dist/components/Pagetable/utils/index.js +54 -92
- package/dist/components/Pagetable/utils/index.js.map +1 -1
- package/dist/components/Querytable/Querytable.d.ts +80 -2
- package/dist/components/Querytable/columns/QuerytableColumnButtongroup.d.ts +14 -1
- package/dist/components/Querytable/columns/QuerytableColumnDate.d.ts +14 -1
- package/dist/components/Querytable/columns/QuerytableColumnDiy.d.ts +1 -1
- package/dist/components/Querytable/columns/QuerytableColumnLink.d.ts +14 -1
- package/dist/components/Querytable/columns/QuerytableColumnMultiselect.d.ts +14 -1
- package/dist/components/Querytable/columns/QuerytableColumnNumber.d.ts +14 -1
- package/dist/components/Querytable/columns/QuerytableColumnSingleselect.d.ts +14 -1
- package/dist/components/Querytable/columns/QuerytableColumnString.d.ts +14 -1
- package/dist/components/Querytable/hooks/useColumns.js +79 -82
- package/dist/components/Querytable/hooks/useColumns.js.map +1 -1
- package/dist/components/Querytable/index.d.ts +147 -1
- package/dist/components/Querytable/index.js +526 -579
- package/dist/components/Querytable/index.js.map +1 -1
- package/dist/components/Querytable/utils/index.js +54 -92
- package/dist/components/Querytable/utils/index.js.map +1 -1
- package/dist/components/RichTextEditor/index.js +74 -100
- package/dist/components/RichTextEditor/index.js.map +1 -1
- package/dist/components/Tabs/constants.js +2 -2
- package/dist/components/Tabs/constants.js.map +1 -1
- package/dist/components/Tabs/index.js +358 -603
- package/dist/components/Tabs/index.js.map +1 -1
- package/dist/components/Tabs/tab-bar.js +6 -6
- package/dist/components/Tabs/tab-bar.js.map +1 -1
- package/dist/components/Tabs/tab-pane.js +3 -3
- package/dist/components/Tabs/tab-pane.js.map +1 -1
- package/dist/components/Throne/ThroneContextProvider.d.ts +25 -0
- package/dist/components/_constants/aria.js +2 -2
- package/dist/components/_constants/aria.js.map +1 -1
- package/dist/components/_constants/event.js +4 -6
- package/dist/components/_constants/event.js.map +1 -1
- package/dist/components/_constants/index.js +6 -6
- package/dist/components/_hooks/index.js +7 -7
- package/dist/components/_hooks/use-namespace/index.js +39 -74
- package/dist/components/_hooks/use-namespace/index.js.map +1 -1
- package/dist/components/_hooks/use-ordered-children/index.js +19 -29
- package/dist/components/_hooks/use-ordered-children/index.js.map +1 -1
- package/dist/components/_util/arrays.js +5 -9
- package/dist/components/_util/arrays.js.map +1 -1
- package/dist/components/_util/browser.js +6 -6
- package/dist/components/_util/browser.js.map +1 -1
- package/dist/components/_util/classNames.js +17 -22
- package/dist/components/_util/classNames.js.map +1 -1
- package/dist/components/_util/dom/aria.js +39 -74
- package/dist/components/_util/dom/aria.js.map +1 -1
- package/dist/components/_util/dom/element.js +8 -9
- package/dist/components/_util/dom/element.js.map +1 -1
- package/dist/components/_util/dom/event.js +7 -14
- package/dist/components/_util/dom/event.js.map +1 -1
- package/dist/components/_util/dom/index.js +36 -36
- package/dist/components/_util/dom/position.js +25 -49
- package/dist/components/_util/dom/position.js.map +1 -1
- package/dist/components/_util/dom/scroll.js +61 -103
- package/dist/components/_util/dom/scroll.js.map +1 -1
- package/dist/components/_util/dom/style.js +50 -65
- package/dist/components/_util/dom/style.js.map +1 -1
- package/dist/components/_util/easings.js +4 -8
- package/dist/components/_util/easings.js.map +1 -1
- package/dist/components/_util/error.js +11 -12
- package/dist/components/_util/error.js.map +1 -1
- package/dist/components/_util/functions.js +3 -3
- package/dist/components/_util/i18n.js +2 -2
- package/dist/components/_util/i18n.js.map +1 -1
- package/dist/components/_util/index.js +137 -137
- package/dist/components/_util/isValid.js +2 -4
- package/dist/components/_util/isValid.js.map +1 -1
- package/dist/components/_util/objects.js +14 -18
- package/dist/components/_util/objects.js.map +1 -1
- package/dist/components/_util/props-util/index.js +20 -46
- package/dist/components/_util/props-util/index.js.map +1 -1
- package/dist/components/_util/props-util/initDefaultProps.js +10 -18
- package/dist/components/_util/props-util/initDefaultProps.js.map +1 -1
- package/dist/components/_util/raf.js +4 -5
- package/dist/components/_util/raf.js.map +1 -1
- package/dist/components/_util/rand.js +3 -4
- package/dist/components/_util/rand.js.map +1 -1
- package/dist/components/_util/strings.js +8 -9
- package/dist/components/_util/strings.js.map +1 -1
- package/dist/components/_util/throttleByRaf.js +10 -16
- package/dist/components/_util/throttleByRaf.js.map +1 -1
- package/dist/components/_util/type.js +38 -41
- package/dist/components/_util/type.js.map +1 -1
- package/dist/components/_util/types.js +22 -41
- package/dist/components/_util/types.js.map +1 -1
- package/dist/components/_util/typescript.js +2 -2
- package/dist/components/_util/typescript.js.map +1 -1
- package/dist/components/_util/util.js +43 -85
- package/dist/components/_util/util.js.map +1 -1
- package/dist/components/_util/vue/global-node.js +15 -27
- package/dist/components/_util/vue/global-node.js.map +1 -1
- package/dist/components/_util/vue/icon.js +25 -29
- package/dist/components/_util/vue/icon.js.map +1 -1
- package/dist/components/_util/vue/index.js +41 -41
- package/dist/components/_util/vue/install.js +18 -35
- package/dist/components/_util/vue/install.js.map +1 -1
- package/dist/components/_util/vue/props/index.js +6 -6
- package/dist/components/_util/vue/props/runtime.js +30 -46
- package/dist/components/_util/vue/props/runtime.js.map +1 -1
- package/dist/components/_util/vue/refs.js +6 -12
- package/dist/components/_util/vue/refs.js.map +1 -1
- package/dist/components/_util/vue/size.js +3 -5
- package/dist/components/_util/vue/size.js.map +1 -1
- package/dist/components/_util/vue/validator.js +4 -5
- package/dist/components/_util/vue/validator.js.map +1 -1
- package/dist/components/_util/vue/vnode.js +54 -100
- package/dist/components/_util/vue/vnode.js.map +1 -1
- package/dist/components/_util/vue-types/index.js +220 -231
- package/dist/components/_util/vue-types/index.js.map +1 -1
- package/dist/components/components.d.ts +2 -0
- package/dist/components/components.js +24 -20
- package/dist/components/components.js.map +1 -1
- package/dist/components/index.js +43 -38
- package/dist/components/index.js.map +1 -1
- package/dist/components-DP9bnDLm.js +48 -0
- package/dist/components-DP9bnDLm.js.map +1 -0
- package/dist/error/OrionError.js +4 -8
- package/dist/error/OrionError.js.map +1 -1
- package/dist/{index-C6P_0wAy.js → index-ChkLOmNK.js} +76 -46
- package/dist/{index-C6P_0wAy.js.map → index-ChkLOmNK.js.map} +1 -1
- package/dist/index.css +1 -797
- package/dist/index.d.ts +1 -0
- package/dist/index.js +46 -36
- package/dist/index.js.map +1 -1
- package/dist/print/LodopFuncs.js +43 -101
- package/dist/print/LodopFuncs.js.map +1 -1
- package/dist/print/index.js +108 -200
- package/dist/print/index.js.map +1 -1
- package/dist/request/ErrorHandlerChain.js +14 -17
- package/dist/request/ErrorHandlerChain.js.map +1 -1
- package/dist/request/RequestFilterChain.js +13 -16
- package/dist/request/RequestFilterChain.js.map +1 -1
- package/dist/request/ResponseParserChain.js +14 -17
- package/dist/request/ResponseParserChain.js.map +1 -1
- package/dist/request/disivion/DateSerializer.js +22 -47
- package/dist/request/disivion/DateSerializer.js.map +1 -1
- package/dist/request/disivion/DivisionErrorHandler.js +25 -40
- package/dist/request/disivion/DivisionErrorHandler.js.map +1 -1
- package/dist/request/disivion/DivisionResponseParser.js +10 -16
- package/dist/request/disivion/DivisionResponseParser.js.map +1 -1
- package/dist/request/disivion/index.js +201 -305
- package/dist/request/disivion/index.js.map +1 -1
- package/dist/request/error/BizExceptionResponseError.js +5 -11
- package/dist/request/error/BizExceptionResponseError.js.map +1 -1
- package/dist/request/error/ExceptionResponseError.js +5 -11
- package/dist/request/error/ExceptionResponseError.js.map +1 -1
- package/dist/request/error/ResponseError.js +4 -9
- package/dist/request/error/ResponseError.js.map +1 -1
- package/dist/request/error/SessionExceptionResponseError.js +5 -11
- package/dist/request/error/SessionExceptionResponseError.js.map +1 -1
- package/dist/request/index.js +11 -11
- package/dist/utils/DateUtil.js +33 -48
- package/dist/utils/DateUtil.js.map +1 -1
- package/dist/utils/NumberUtil.js +6 -6
- package/dist/utils/NumberUtil.js.map +1 -1
- package/dist/utils/cloneDeep.js +2 -2
- package/dist/utils/delay.js +3 -3
- package/dist/utils/delay.js.map +1 -1
- package/dist/utils/functions.js +3 -3
- package/dist/utils/index.js +12 -12
- package/dist/utils/md5.js +93 -191
- package/dist/utils/md5.js.map +1 -1
- package/dist/utils/uuid.js +25 -35
- package/dist/utils/uuid.js.map +1 -1
- package/dist/version/index.js +2 -2
- package/dist/version/version.d.ts +1 -1
- package/dist/version/version.js +2 -2
- package/dist/version/version.js.map +1 -1
- package/package.json +1 -1
- package/dist/_commonjsHelpers-DWwsNxpa.js +0 -9
- package/dist/_commonjsHelpers-DWwsNxpa.js.map +0 -1
- package/dist/components-8oZ2kpUC.js +0 -27
- package/dist/components-8oZ2kpUC.js.map +0 -1
- package/dist/components-B3d9m_tn.js +0 -27
- package/dist/components-B3d9m_tn.js.map +0 -1
- package/dist/functions-BeMkokbY.js +0 -63
- package/dist/functions-BeMkokbY.js.map +0 -1
- package/dist/index-BOKLZnqH.js +0 -54
- package/dist/index-BOKLZnqH.js.map +0 -1
- package/dist/index-D1m0KTpK.js +0 -69
- package/dist/index-D1m0KTpK.js.map +0 -1
- package/dist/index-DR5ZP7mD.js +0 -160
- package/dist/index-DR5ZP7mD.js.map +0 -1
- package/dist/index-DkwIULcN.js +0 -200
- package/dist/index-DkwIULcN.js.map +0 -1
@@ -26,6 +26,66 @@ declare const _default: import('../_util').SFCWithInstall<{}> & {
|
|
26
26
|
type: import('vue').PropType<"" | "small" | "default" | "large">;
|
27
27
|
default: "" | "small" | "default" | "large";
|
28
28
|
};
|
29
|
+
rowClassName: {
|
30
|
+
type: import('vue').PropType<string | ((data: {
|
31
|
+
rowData: any;
|
32
|
+
rowIndex: number;
|
33
|
+
}) => string)>;
|
34
|
+
default: string | ((data: {
|
35
|
+
rowData: any;
|
36
|
+
rowIndex: number;
|
37
|
+
}) => string);
|
38
|
+
};
|
39
|
+
rowStyle: {
|
40
|
+
type: import('vue').PropType<import('vue').CSSProperties | ((data: {
|
41
|
+
rowData: any;
|
42
|
+
rowIndex: number;
|
43
|
+
}) => import('vue').CSSProperties)>;
|
44
|
+
default: import('vue').CSSProperties | ((data: {
|
45
|
+
rowData: any;
|
46
|
+
rowIndex: number;
|
47
|
+
}) => import('vue').CSSProperties);
|
48
|
+
};
|
49
|
+
cellClassName: {
|
50
|
+
type: import('vue').PropType<string | ((data: {
|
51
|
+
rowData: any;
|
52
|
+
column: {
|
53
|
+
name: string;
|
54
|
+
head: string;
|
55
|
+
};
|
56
|
+
rowIndex: number;
|
57
|
+
columnIndex: number;
|
58
|
+
}) => string)>;
|
59
|
+
default: string | ((data: {
|
60
|
+
rowData: any;
|
61
|
+
column: {
|
62
|
+
name: string;
|
63
|
+
head: string;
|
64
|
+
};
|
65
|
+
rowIndex: number;
|
66
|
+
columnIndex: number;
|
67
|
+
}) => string);
|
68
|
+
};
|
69
|
+
cellStyle: {
|
70
|
+
type: import('vue').PropType<import('vue').CSSProperties | ((data: {
|
71
|
+
rowData: any;
|
72
|
+
column: {
|
73
|
+
name: string;
|
74
|
+
head: string;
|
75
|
+
};
|
76
|
+
rowIndex: number;
|
77
|
+
columnIndex: number;
|
78
|
+
}) => import('vue').CSSProperties)>;
|
79
|
+
default: import('vue').CSSProperties | ((data: {
|
80
|
+
rowData: any;
|
81
|
+
column: {
|
82
|
+
name: string;
|
83
|
+
head: string;
|
84
|
+
};
|
85
|
+
rowIndex: number;
|
86
|
+
columnIndex: number;
|
87
|
+
}) => import('vue').CSSProperties);
|
88
|
+
};
|
29
89
|
}>> & Readonly<{
|
30
90
|
onSelectionChange?: ((...args: any[]) => any) | undefined;
|
31
91
|
onCurrentRowChange?: ((...args: any[]) => any) | undefined;
|
@@ -54,6 +114,66 @@ declare const _default: import('../_util').SFCWithInstall<{}> & {
|
|
54
114
|
type: import('vue').PropType<"" | "small" | "default" | "large">;
|
55
115
|
default: "" | "small" | "default" | "large";
|
56
116
|
};
|
117
|
+
rowClassName: {
|
118
|
+
type: import('vue').PropType<string | ((data: {
|
119
|
+
rowData: any;
|
120
|
+
rowIndex: number;
|
121
|
+
}) => string)>;
|
122
|
+
default: string | ((data: {
|
123
|
+
rowData: any;
|
124
|
+
rowIndex: number;
|
125
|
+
}) => string);
|
126
|
+
};
|
127
|
+
rowStyle: {
|
128
|
+
type: import('vue').PropType<import('vue').CSSProperties | ((data: {
|
129
|
+
rowData: any;
|
130
|
+
rowIndex: number;
|
131
|
+
}) => import('vue').CSSProperties)>;
|
132
|
+
default: import('vue').CSSProperties | ((data: {
|
133
|
+
rowData: any;
|
134
|
+
rowIndex: number;
|
135
|
+
}) => import('vue').CSSProperties);
|
136
|
+
};
|
137
|
+
cellClassName: {
|
138
|
+
type: import('vue').PropType<string | ((data: {
|
139
|
+
rowData: any;
|
140
|
+
column: {
|
141
|
+
name: string;
|
142
|
+
head: string;
|
143
|
+
};
|
144
|
+
rowIndex: number;
|
145
|
+
columnIndex: number;
|
146
|
+
}) => string)>;
|
147
|
+
default: string | ((data: {
|
148
|
+
rowData: any;
|
149
|
+
column: {
|
150
|
+
name: string;
|
151
|
+
head: string;
|
152
|
+
};
|
153
|
+
rowIndex: number;
|
154
|
+
columnIndex: number;
|
155
|
+
}) => string);
|
156
|
+
};
|
157
|
+
cellStyle: {
|
158
|
+
type: import('vue').PropType<import('vue').CSSProperties | ((data: {
|
159
|
+
rowData: any;
|
160
|
+
column: {
|
161
|
+
name: string;
|
162
|
+
head: string;
|
163
|
+
};
|
164
|
+
rowIndex: number;
|
165
|
+
columnIndex: number;
|
166
|
+
}) => import('vue').CSSProperties)>;
|
167
|
+
default: import('vue').CSSProperties | ((data: {
|
168
|
+
rowData: any;
|
169
|
+
column: {
|
170
|
+
name: string;
|
171
|
+
head: string;
|
172
|
+
};
|
173
|
+
rowIndex: number;
|
174
|
+
columnIndex: number;
|
175
|
+
}) => import('vue').CSSProperties);
|
176
|
+
};
|
57
177
|
}>> & Readonly<{
|
58
178
|
onSelectionChange?: ((...args: any[]) => any) | undefined;
|
59
179
|
onCurrentRowChange?: ((...args: any[]) => any) | undefined;
|
@@ -62,11 +182,37 @@ declare const _default: import('../_util').SFCWithInstall<{}> & {
|
|
62
182
|
onCellClick?: ((...args: any[]) => any) | undefined;
|
63
183
|
onCellDblclick?: ((...args: any[]) => any) | undefined;
|
64
184
|
}>, {
|
65
|
-
data: any[];
|
66
185
|
size: "" | "small" | "default" | "large";
|
186
|
+
data: any[];
|
67
187
|
showRowNumber: boolean;
|
68
188
|
selectionMode: boolean;
|
69
189
|
currentRowMode: boolean;
|
190
|
+
rowClassName: string | ((data: {
|
191
|
+
rowData: any;
|
192
|
+
rowIndex: number;
|
193
|
+
}) => string);
|
194
|
+
rowStyle: import('vue').CSSProperties | ((data: {
|
195
|
+
rowData: any;
|
196
|
+
rowIndex: number;
|
197
|
+
}) => import('vue').CSSProperties);
|
198
|
+
cellClassName: string | ((data: {
|
199
|
+
rowData: any;
|
200
|
+
column: {
|
201
|
+
name: string;
|
202
|
+
head: string;
|
203
|
+
};
|
204
|
+
rowIndex: number;
|
205
|
+
columnIndex: number;
|
206
|
+
}) => string);
|
207
|
+
cellStyle: import('vue').CSSProperties | ((data: {
|
208
|
+
rowData: any;
|
209
|
+
column: {
|
210
|
+
name: string;
|
211
|
+
head: string;
|
212
|
+
};
|
213
|
+
rowIndex: number;
|
214
|
+
columnIndex: number;
|
215
|
+
}) => import('vue').CSSProperties);
|
70
216
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
71
217
|
P: {};
|
72
218
|
B: {};
|
@@ -95,6 +241,66 @@ declare const _default: import('../_util').SFCWithInstall<{}> & {
|
|
95
241
|
type: import('vue').PropType<"" | "small" | "default" | "large">;
|
96
242
|
default: "" | "small" | "default" | "large";
|
97
243
|
};
|
244
|
+
rowClassName: {
|
245
|
+
type: import('vue').PropType<string | ((data: {
|
246
|
+
rowData: any;
|
247
|
+
rowIndex: number;
|
248
|
+
}) => string)>;
|
249
|
+
default: string | ((data: {
|
250
|
+
rowData: any;
|
251
|
+
rowIndex: number;
|
252
|
+
}) => string);
|
253
|
+
};
|
254
|
+
rowStyle: {
|
255
|
+
type: import('vue').PropType<import('vue').CSSProperties | ((data: {
|
256
|
+
rowData: any;
|
257
|
+
rowIndex: number;
|
258
|
+
}) => import('vue').CSSProperties)>;
|
259
|
+
default: import('vue').CSSProperties | ((data: {
|
260
|
+
rowData: any;
|
261
|
+
rowIndex: number;
|
262
|
+
}) => import('vue').CSSProperties);
|
263
|
+
};
|
264
|
+
cellClassName: {
|
265
|
+
type: import('vue').PropType<string | ((data: {
|
266
|
+
rowData: any;
|
267
|
+
column: {
|
268
|
+
name: string;
|
269
|
+
head: string;
|
270
|
+
};
|
271
|
+
rowIndex: number;
|
272
|
+
columnIndex: number;
|
273
|
+
}) => string)>;
|
274
|
+
default: string | ((data: {
|
275
|
+
rowData: any;
|
276
|
+
column: {
|
277
|
+
name: string;
|
278
|
+
head: string;
|
279
|
+
};
|
280
|
+
rowIndex: number;
|
281
|
+
columnIndex: number;
|
282
|
+
}) => string);
|
283
|
+
};
|
284
|
+
cellStyle: {
|
285
|
+
type: import('vue').PropType<import('vue').CSSProperties | ((data: {
|
286
|
+
rowData: any;
|
287
|
+
column: {
|
288
|
+
name: string;
|
289
|
+
head: string;
|
290
|
+
};
|
291
|
+
rowIndex: number;
|
292
|
+
columnIndex: number;
|
293
|
+
}) => import('vue').CSSProperties)>;
|
294
|
+
default: import('vue').CSSProperties | ((data: {
|
295
|
+
rowData: any;
|
296
|
+
column: {
|
297
|
+
name: string;
|
298
|
+
head: string;
|
299
|
+
};
|
300
|
+
rowIndex: number;
|
301
|
+
columnIndex: number;
|
302
|
+
}) => import('vue').CSSProperties);
|
303
|
+
};
|
98
304
|
}>> & Readonly<{
|
99
305
|
onSelectionChange?: ((...args: any[]) => any) | undefined;
|
100
306
|
onCurrentRowChange?: ((...args: any[]) => any) | undefined;
|
@@ -103,11 +309,37 @@ declare const _default: import('../_util').SFCWithInstall<{}> & {
|
|
103
309
|
onCellClick?: ((...args: any[]) => any) | undefined;
|
104
310
|
onCellDblclick?: ((...args: any[]) => any) | undefined;
|
105
311
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
106
|
-
data: any[];
|
107
312
|
size: "" | "small" | "default" | "large";
|
313
|
+
data: any[];
|
108
314
|
showRowNumber: boolean;
|
109
315
|
selectionMode: boolean;
|
110
316
|
currentRowMode: boolean;
|
317
|
+
rowClassName: string | ((data: {
|
318
|
+
rowData: any;
|
319
|
+
rowIndex: number;
|
320
|
+
}) => string);
|
321
|
+
rowStyle: import('vue').CSSProperties | ((data: {
|
322
|
+
rowData: any;
|
323
|
+
rowIndex: number;
|
324
|
+
}) => import('vue').CSSProperties);
|
325
|
+
cellClassName: string | ((data: {
|
326
|
+
rowData: any;
|
327
|
+
column: {
|
328
|
+
name: string;
|
329
|
+
head: string;
|
330
|
+
};
|
331
|
+
rowIndex: number;
|
332
|
+
columnIndex: number;
|
333
|
+
}) => string);
|
334
|
+
cellStyle: import('vue').CSSProperties | ((data: {
|
335
|
+
rowData: any;
|
336
|
+
column: {
|
337
|
+
name: string;
|
338
|
+
head: string;
|
339
|
+
};
|
340
|
+
rowIndex: number;
|
341
|
+
columnIndex: number;
|
342
|
+
}) => import('vue').CSSProperties);
|
111
343
|
}> | null;
|
112
344
|
}, any, import('vue').ComponentProvideOptions, {
|
113
345
|
P: {};
|
@@ -174,6 +406,10 @@ declare const _default: import('../_util').SFCWithInstall<{}> & {
|
|
174
406
|
total?: number;
|
175
407
|
};
|
176
408
|
};
|
409
|
+
paginationTeleported: {
|
410
|
+
type: BooleanConstructor;
|
411
|
+
default: boolean;
|
412
|
+
};
|
177
413
|
showRowNumber: {
|
178
414
|
type: BooleanConstructor;
|
179
415
|
default: boolean;
|
@@ -190,7 +426,69 @@ declare const _default: import('../_util').SFCWithInstall<{}> & {
|
|
190
426
|
type: import('vue').PropType<"" | "small" | "default" | "large">;
|
191
427
|
default: "" | "small" | "default" | "large";
|
192
428
|
};
|
429
|
+
rowClassName: {
|
430
|
+
type: import('vue').PropType<string | ((data: {
|
431
|
+
rowData: any;
|
432
|
+
rowIndex: number;
|
433
|
+
}) => string)>;
|
434
|
+
default: string | ((data: {
|
435
|
+
rowData: any;
|
436
|
+
rowIndex: number;
|
437
|
+
}) => string);
|
438
|
+
};
|
439
|
+
rowStyle: {
|
440
|
+
type: import('vue').PropType<import('vue').CSSProperties | ((data: {
|
441
|
+
rowData: any;
|
442
|
+
rowIndex: number;
|
443
|
+
}) => import('vue').CSSProperties)>;
|
444
|
+
default: import('vue').CSSProperties | ((data: {
|
445
|
+
rowData: any;
|
446
|
+
rowIndex: number;
|
447
|
+
}) => import('vue').CSSProperties);
|
448
|
+
};
|
449
|
+
cellClassName: {
|
450
|
+
type: import('vue').PropType<string | ((data: {
|
451
|
+
rowData: any;
|
452
|
+
column: {
|
453
|
+
name: string;
|
454
|
+
head: string;
|
455
|
+
};
|
456
|
+
rowIndex: number;
|
457
|
+
columnIndex: number;
|
458
|
+
}) => string)>;
|
459
|
+
default: string | ((data: {
|
460
|
+
rowData: any;
|
461
|
+
column: {
|
462
|
+
name: string;
|
463
|
+
head: string;
|
464
|
+
};
|
465
|
+
rowIndex: number;
|
466
|
+
columnIndex: number;
|
467
|
+
}) => string);
|
468
|
+
};
|
469
|
+
cellStyle: {
|
470
|
+
type: import('vue').PropType<import('vue').CSSProperties | ((data: {
|
471
|
+
rowData: any;
|
472
|
+
column: {
|
473
|
+
name: string;
|
474
|
+
head: string;
|
475
|
+
};
|
476
|
+
rowIndex: number;
|
477
|
+
columnIndex: number;
|
478
|
+
}) => import('vue').CSSProperties)>;
|
479
|
+
default: import('vue').CSSProperties | ((data: {
|
480
|
+
rowData: any;
|
481
|
+
column: {
|
482
|
+
name: string;
|
483
|
+
head: string;
|
484
|
+
};
|
485
|
+
rowIndex: number;
|
486
|
+
columnIndex: number;
|
487
|
+
}) => import('vue').CSSProperties);
|
488
|
+
};
|
193
489
|
}>> & Readonly<{
|
490
|
+
onSelect?: ((...args: any[]) => any) | undefined;
|
491
|
+
"onSelect-all"?: ((...args: any[]) => any) | undefined;
|
194
492
|
onSelectionChange?: ((...args: any[]) => any) | undefined;
|
195
493
|
onCurrentRowChange?: ((...args: any[]) => any) | undefined;
|
196
494
|
"onUpdate:pagination"?: ((...args: any[]) => any) | undefined;
|
@@ -198,7 +496,7 @@ declare const _default: import('../_util').SFCWithInstall<{}> & {
|
|
198
496
|
onRowDblclick?: ((...args: any[]) => any) | undefined;
|
199
497
|
onCellClick?: ((...args: any[]) => any) | undefined;
|
200
498
|
onCellDblclick?: ((...args: any[]) => any) | undefined;
|
201
|
-
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("selectionChange" | "currentRowChange" | "update:pagination" | "rowClick" | "rowDblclick" | "cellClick" | "cellDblclick")[], import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
499
|
+
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("select" | "select-all" | "selectionChange" | "currentRowChange" | "update:pagination" | "rowClick" | "rowDblclick" | "cellClick" | "cellDblclick")[], import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
202
500
|
data: {
|
203
501
|
type: import('vue').PropType<any[]>;
|
204
502
|
default: any[];
|
@@ -221,6 +519,10 @@ declare const _default: import('../_util').SFCWithInstall<{}> & {
|
|
221
519
|
total?: number;
|
222
520
|
};
|
223
521
|
};
|
522
|
+
paginationTeleported: {
|
523
|
+
type: BooleanConstructor;
|
524
|
+
default: boolean;
|
525
|
+
};
|
224
526
|
showRowNumber: {
|
225
527
|
type: BooleanConstructor;
|
226
528
|
default: boolean;
|
@@ -237,7 +539,69 @@ declare const _default: import('../_util').SFCWithInstall<{}> & {
|
|
237
539
|
type: import('vue').PropType<"" | "small" | "default" | "large">;
|
238
540
|
default: "" | "small" | "default" | "large";
|
239
541
|
};
|
542
|
+
rowClassName: {
|
543
|
+
type: import('vue').PropType<string | ((data: {
|
544
|
+
rowData: any;
|
545
|
+
rowIndex: number;
|
546
|
+
}) => string)>;
|
547
|
+
default: string | ((data: {
|
548
|
+
rowData: any;
|
549
|
+
rowIndex: number;
|
550
|
+
}) => string);
|
551
|
+
};
|
552
|
+
rowStyle: {
|
553
|
+
type: import('vue').PropType<import('vue').CSSProperties | ((data: {
|
554
|
+
rowData: any;
|
555
|
+
rowIndex: number;
|
556
|
+
}) => import('vue').CSSProperties)>;
|
557
|
+
default: import('vue').CSSProperties | ((data: {
|
558
|
+
rowData: any;
|
559
|
+
rowIndex: number;
|
560
|
+
}) => import('vue').CSSProperties);
|
561
|
+
};
|
562
|
+
cellClassName: {
|
563
|
+
type: import('vue').PropType<string | ((data: {
|
564
|
+
rowData: any;
|
565
|
+
column: {
|
566
|
+
name: string;
|
567
|
+
head: string;
|
568
|
+
};
|
569
|
+
rowIndex: number;
|
570
|
+
columnIndex: number;
|
571
|
+
}) => string)>;
|
572
|
+
default: string | ((data: {
|
573
|
+
rowData: any;
|
574
|
+
column: {
|
575
|
+
name: string;
|
576
|
+
head: string;
|
577
|
+
};
|
578
|
+
rowIndex: number;
|
579
|
+
columnIndex: number;
|
580
|
+
}) => string);
|
581
|
+
};
|
582
|
+
cellStyle: {
|
583
|
+
type: import('vue').PropType<import('vue').CSSProperties | ((data: {
|
584
|
+
rowData: any;
|
585
|
+
column: {
|
586
|
+
name: string;
|
587
|
+
head: string;
|
588
|
+
};
|
589
|
+
rowIndex: number;
|
590
|
+
columnIndex: number;
|
591
|
+
}) => import('vue').CSSProperties)>;
|
592
|
+
default: import('vue').CSSProperties | ((data: {
|
593
|
+
rowData: any;
|
594
|
+
column: {
|
595
|
+
name: string;
|
596
|
+
head: string;
|
597
|
+
};
|
598
|
+
rowIndex: number;
|
599
|
+
columnIndex: number;
|
600
|
+
}) => import('vue').CSSProperties);
|
601
|
+
};
|
240
602
|
}>> & Readonly<{
|
603
|
+
onSelect?: ((...args: any[]) => any) | undefined;
|
604
|
+
"onSelect-all"?: ((...args: any[]) => any) | undefined;
|
241
605
|
onSelectionChange?: ((...args: any[]) => any) | undefined;
|
242
606
|
onCurrentRowChange?: ((...args: any[]) => any) | undefined;
|
243
607
|
"onUpdate:pagination"?: ((...args: any[]) => any) | undefined;
|
@@ -246,8 +610,8 @@ declare const _default: import('../_util').SFCWithInstall<{}> & {
|
|
246
610
|
onCellClick?: ((...args: any[]) => any) | undefined;
|
247
611
|
onCellDblclick?: ((...args: any[]) => any) | undefined;
|
248
612
|
}>, {
|
249
|
-
data: any[];
|
250
613
|
size: "" | "small" | "default" | "large";
|
614
|
+
data: any[];
|
251
615
|
pagination: {
|
252
616
|
currentPage?: number;
|
253
617
|
pageSize?: number;
|
@@ -255,9 +619,36 @@ declare const _default: import('../_util').SFCWithInstall<{}> & {
|
|
255
619
|
total?: number;
|
256
620
|
};
|
257
621
|
tailData: Record<string, any>;
|
622
|
+
paginationTeleported: boolean;
|
258
623
|
showRowNumber: boolean;
|
259
624
|
selectionMode: boolean;
|
260
625
|
currentRowMode: boolean;
|
626
|
+
rowClassName: string | ((data: {
|
627
|
+
rowData: any;
|
628
|
+
rowIndex: number;
|
629
|
+
}) => string);
|
630
|
+
rowStyle: import('vue').CSSProperties | ((data: {
|
631
|
+
rowData: any;
|
632
|
+
rowIndex: number;
|
633
|
+
}) => import('vue').CSSProperties);
|
634
|
+
cellClassName: string | ((data: {
|
635
|
+
rowData: any;
|
636
|
+
column: {
|
637
|
+
name: string;
|
638
|
+
head: string;
|
639
|
+
};
|
640
|
+
rowIndex: number;
|
641
|
+
columnIndex: number;
|
642
|
+
}) => string);
|
643
|
+
cellStyle: import('vue').CSSProperties | ((data: {
|
644
|
+
rowData: any;
|
645
|
+
column: {
|
646
|
+
name: string;
|
647
|
+
head: string;
|
648
|
+
};
|
649
|
+
rowIndex: number;
|
650
|
+
columnIndex: number;
|
651
|
+
}) => import('vue').CSSProperties);
|
261
652
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
262
653
|
P: {};
|
263
654
|
B: {};
|
@@ -288,6 +679,10 @@ declare const _default: import('../_util').SFCWithInstall<{}> & {
|
|
288
679
|
total?: number;
|
289
680
|
};
|
290
681
|
};
|
682
|
+
paginationTeleported: {
|
683
|
+
type: BooleanConstructor;
|
684
|
+
default: boolean;
|
685
|
+
};
|
291
686
|
showRowNumber: {
|
292
687
|
type: BooleanConstructor;
|
293
688
|
default: boolean;
|
@@ -304,7 +699,69 @@ declare const _default: import('../_util').SFCWithInstall<{}> & {
|
|
304
699
|
type: import('vue').PropType<"" | "small" | "default" | "large">;
|
305
700
|
default: "" | "small" | "default" | "large";
|
306
701
|
};
|
702
|
+
rowClassName: {
|
703
|
+
type: import('vue').PropType<string | ((data: {
|
704
|
+
rowData: any;
|
705
|
+
rowIndex: number;
|
706
|
+
}) => string)>;
|
707
|
+
default: string | ((data: {
|
708
|
+
rowData: any;
|
709
|
+
rowIndex: number;
|
710
|
+
}) => string);
|
711
|
+
};
|
712
|
+
rowStyle: {
|
713
|
+
type: import('vue').PropType<import('vue').CSSProperties | ((data: {
|
714
|
+
rowData: any;
|
715
|
+
rowIndex: number;
|
716
|
+
}) => import('vue').CSSProperties)>;
|
717
|
+
default: import('vue').CSSProperties | ((data: {
|
718
|
+
rowData: any;
|
719
|
+
rowIndex: number;
|
720
|
+
}) => import('vue').CSSProperties);
|
721
|
+
};
|
722
|
+
cellClassName: {
|
723
|
+
type: import('vue').PropType<string | ((data: {
|
724
|
+
rowData: any;
|
725
|
+
column: {
|
726
|
+
name: string;
|
727
|
+
head: string;
|
728
|
+
};
|
729
|
+
rowIndex: number;
|
730
|
+
columnIndex: number;
|
731
|
+
}) => string)>;
|
732
|
+
default: string | ((data: {
|
733
|
+
rowData: any;
|
734
|
+
column: {
|
735
|
+
name: string;
|
736
|
+
head: string;
|
737
|
+
};
|
738
|
+
rowIndex: number;
|
739
|
+
columnIndex: number;
|
740
|
+
}) => string);
|
741
|
+
};
|
742
|
+
cellStyle: {
|
743
|
+
type: import('vue').PropType<import('vue').CSSProperties | ((data: {
|
744
|
+
rowData: any;
|
745
|
+
column: {
|
746
|
+
name: string;
|
747
|
+
head: string;
|
748
|
+
};
|
749
|
+
rowIndex: number;
|
750
|
+
columnIndex: number;
|
751
|
+
}) => import('vue').CSSProperties)>;
|
752
|
+
default: import('vue').CSSProperties | ((data: {
|
753
|
+
rowData: any;
|
754
|
+
column: {
|
755
|
+
name: string;
|
756
|
+
head: string;
|
757
|
+
};
|
758
|
+
rowIndex: number;
|
759
|
+
columnIndex: number;
|
760
|
+
}) => import('vue').CSSProperties);
|
761
|
+
};
|
307
762
|
}>> & Readonly<{
|
763
|
+
onSelect?: ((...args: any[]) => any) | undefined;
|
764
|
+
"onSelect-all"?: ((...args: any[]) => any) | undefined;
|
308
765
|
onSelectionChange?: ((...args: any[]) => any) | undefined;
|
309
766
|
onCurrentRowChange?: ((...args: any[]) => any) | undefined;
|
310
767
|
"onUpdate:pagination"?: ((...args: any[]) => any) | undefined;
|
@@ -313,8 +770,8 @@ declare const _default: import('../_util').SFCWithInstall<{}> & {
|
|
313
770
|
onCellClick?: ((...args: any[]) => any) | undefined;
|
314
771
|
onCellDblclick?: ((...args: any[]) => any) | undefined;
|
315
772
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
316
|
-
data: any[];
|
317
773
|
size: "" | "small" | "default" | "large";
|
774
|
+
data: any[];
|
318
775
|
pagination: {
|
319
776
|
currentPage?: number;
|
320
777
|
pageSize?: number;
|
@@ -322,9 +779,36 @@ declare const _default: import('../_util').SFCWithInstall<{}> & {
|
|
322
779
|
total?: number;
|
323
780
|
};
|
324
781
|
tailData: Record<string, any>;
|
782
|
+
paginationTeleported: boolean;
|
325
783
|
showRowNumber: boolean;
|
326
784
|
selectionMode: boolean;
|
327
785
|
currentRowMode: boolean;
|
786
|
+
rowClassName: string | ((data: {
|
787
|
+
rowData: any;
|
788
|
+
rowIndex: number;
|
789
|
+
}) => string);
|
790
|
+
rowStyle: import('vue').CSSProperties | ((data: {
|
791
|
+
rowData: any;
|
792
|
+
rowIndex: number;
|
793
|
+
}) => import('vue').CSSProperties);
|
794
|
+
cellClassName: string | ((data: {
|
795
|
+
rowData: any;
|
796
|
+
column: {
|
797
|
+
name: string;
|
798
|
+
head: string;
|
799
|
+
};
|
800
|
+
rowIndex: number;
|
801
|
+
columnIndex: number;
|
802
|
+
}) => string);
|
803
|
+
cellStyle: import('vue').CSSProperties | ((data: {
|
804
|
+
rowData: any;
|
805
|
+
column: {
|
806
|
+
name: string;
|
807
|
+
head: string;
|
808
|
+
};
|
809
|
+
rowIndex: number;
|
810
|
+
columnIndex: number;
|
811
|
+
}) => import('vue').CSSProperties);
|
328
812
|
}> | null;
|
329
813
|
}, any, import('vue').ComponentProvideOptions, {
|
330
814
|
P: {};
|