orion-design 0.1.49 → 0.1.52

Sign up to get free protection for your applications and to get access to all the features.
Files changed (131) hide show
  1. package/dist/base64-KVpG-D_n.js +103 -0
  2. package/dist/base64-KVpG-D_n.js.map +1 -0
  3. package/dist/components/Button/index.d.ts +2 -41
  4. package/dist/components/Card/index.d.ts +1 -3
  5. package/dist/components/Form/FileInput/FileInput.vue.d.ts +3 -100
  6. package/dist/components/Form/Form.vue.d.ts +2 -70
  7. package/dist/components/Form/LovInput/LovInput.vue.d.ts +21526 -1248
  8. package/dist/components/Form/TableSelect/TableSelect.vue.d.ts +21526 -1248
  9. package/dist/components/Form/index.d.ts +2 -38
  10. package/dist/components/Form/index.js +126 -127
  11. package/dist/components/Form/index.js.map +1 -1
  12. package/dist/components/LovTable/LovPagetable.vue.d.ts +2 -262
  13. package/dist/components/LovTable/LovQuerytable.vue.d.ts +2 -178
  14. package/dist/components/LovTable/index.d.ts +560 -792
  15. package/dist/components/LovTable/index.js +12 -17
  16. package/dist/components/LovTable/index.js.map +1 -1
  17. package/dist/components/Pagetable/Pagetable.d.ts +36 -28
  18. package/dist/components/Pagetable/hooks/usePagetable.d.ts +38 -0
  19. package/dist/components/Pagetable/hooks/usePagetable.js +49 -0
  20. package/dist/components/Pagetable/hooks/usePagetable.js.map +1 -0
  21. package/dist/components/Pagetable/index.d.ts +2 -1
  22. package/dist/components/Pagetable/index.js +5 -2
  23. package/dist/components/Pagetable/index.js.map +1 -1
  24. package/dist/components/Space/index.d.ts +1 -10
  25. package/dist/components/TableSelectPagetable/TableSelectPagetable.vue.d.ts +2 -262
  26. package/dist/components/TableSelectPagetable/index.d.ts +2 -136
  27. package/dist/components/Tabs/index.js +1 -1
  28. package/dist/components/Tree/Tree.vue.d.ts +2 -160
  29. package/dist/components/Tree/index.d.ts +2 -84
  30. package/dist/components/_util/dom/element.js +1 -1
  31. package/dist/components/_util/dom/style.js +1 -1
  32. package/dist/components/_util/error.js +1 -1
  33. package/dist/components/_util/functions.js +1 -1
  34. package/dist/components/_util/index.js +1 -1
  35. package/dist/components/_util/objects.js +1 -1
  36. package/dist/components/_util/strings.js +2 -2
  37. package/dist/components/_util/types.js +2 -2
  38. package/dist/components/_util/vue/install.js +1 -1
  39. package/dist/components/_util/vue/props/runtime.js +1 -1
  40. package/dist/components/_util/vue/refs.js +1 -1
  41. package/dist/components/_util/vue/vnode.js +1 -1
  42. package/dist/components/components.d.ts +1 -2
  43. package/dist/components/components.js +18 -17
  44. package/dist/components/index.d.ts +1 -0
  45. package/dist/components/index.js +42 -38
  46. package/dist/components/index.js.map +1 -1
  47. package/dist/{components-G3_R2B-U.js → components-BvgQJQRM.js} +18 -17
  48. package/dist/{components-G3_R2B-U.js.map → components-BvgQJQRM.js.map} +1 -1
  49. package/dist/{functions-DzLqXvGt.js → functions-LOH6x_02.js} +2 -2
  50. package/dist/functions-LOH6x_02.js.map +1 -0
  51. package/dist/index-BW3nOBfD.js +714 -0
  52. package/dist/index-BW3nOBfD.js.map +1 -0
  53. package/dist/index.js +49 -45
  54. package/dist/index.js.map +1 -1
  55. package/dist/request/disivion/DivisionErrorHandler.d.ts +0 -2
  56. package/dist/request/disivion/DivisionErrorHandler.js +18 -28
  57. package/dist/request/disivion/DivisionErrorHandler.js.map +1 -1
  58. package/dist/request/disivion/index.d.ts +1 -0
  59. package/dist/request/disivion/index.js +73 -168
  60. package/dist/request/disivion/index.js.map +1 -1
  61. package/dist/request/error/ResponseError404.d.ts +7 -0
  62. package/dist/request/error/ResponseError404.js +10 -0
  63. package/dist/request/error/ResponseError404.js.map +1 -0
  64. package/dist/request/error/ResponseError500.d.ts +6 -0
  65. package/dist/request/error/ResponseError500.js +10 -0
  66. package/dist/request/error/ResponseError500.js.map +1 -0
  67. package/dist/request/error/{BizExceptionResponseError.d.ts → ResponseErrorBizException.d.ts} +1 -1
  68. package/dist/request/error/{BizExceptionResponseError.js → ResponseErrorBizException.js} +2 -2
  69. package/dist/request/error/ResponseErrorBizException.js.map +1 -0
  70. package/dist/request/error/{ExceptionResponseError.d.ts → ResponseErrorException.d.ts} +1 -1
  71. package/dist/request/error/{ExceptionResponseError.js → ResponseErrorException.js} +2 -2
  72. package/dist/request/error/ResponseErrorException.js.map +1 -0
  73. package/dist/request/error/{SessionExceptionResponseError.d.ts → ResponseErrorSessionException.d.ts} +1 -1
  74. package/dist/request/error/{SessionExceptionResponseError.js → ResponseErrorSessionException.js} +2 -2
  75. package/dist/request/error/{SessionExceptionResponseError.js.map → ResponseErrorSessionException.js.map} +1 -1
  76. package/dist/request/index.d.ts +12 -3
  77. package/dist/request/index.js +35 -11
  78. package/dist/request/index.js.map +1 -1
  79. package/dist/request/leaf7/Leaf7EncryptRequestParser.d.ts +8 -0
  80. package/dist/request/leaf7/Leaf7EncryptRequestParser.js +28 -0
  81. package/dist/request/leaf7/Leaf7EncryptRequestParser.js.map +1 -0
  82. package/dist/request/leaf7/Leaf7EncryptResponseParser.d.ts +8 -0
  83. package/dist/request/leaf7/Leaf7EncryptResponseParser.js +42 -0
  84. package/dist/request/leaf7/Leaf7EncryptResponseParser.js.map +1 -0
  85. package/dist/request/leaf7/Leaf7ErrorHandler.d.ts +7 -0
  86. package/dist/request/leaf7/Leaf7ErrorHandler.js +51 -0
  87. package/dist/request/leaf7/Leaf7ErrorHandler.js.map +1 -0
  88. package/dist/request/leaf7/Leaf7ResponseParser.d.ts +5 -0
  89. package/dist/request/leaf7/Leaf7ResponseParser.js +17 -0
  90. package/dist/request/leaf7/Leaf7ResponseParser.js.map +1 -0
  91. package/dist/request/leaf7/index.d.ts +20 -0
  92. package/dist/request/leaf7/index.js +130 -0
  93. package/dist/request/leaf7/index.js.map +1 -0
  94. package/dist/request/leaf7/smCrypto/sm2/asn1.d.ts +14 -0
  95. package/dist/request/leaf7/smCrypto/sm2/asn1.js +81 -0
  96. package/dist/request/leaf7/smCrypto/sm2/asn1.js.map +1 -0
  97. package/dist/request/leaf7/smCrypto/sm2/ec.d.ts +119 -0
  98. package/dist/request/leaf7/smCrypto/sm2/ec.js +199 -0
  99. package/dist/request/leaf7/smCrypto/sm2/ec.js.map +1 -0
  100. package/dist/request/leaf7/smCrypto/sm2/index.d.ts +45 -0
  101. package/dist/request/leaf7/smCrypto/sm2/index.js +102 -0
  102. package/dist/request/leaf7/smCrypto/sm2/index.js.map +1 -0
  103. package/dist/request/leaf7/smCrypto/sm2/sm3.d.ts +10 -0
  104. package/dist/request/leaf7/smCrypto/sm2/sm3.js +69 -0
  105. package/dist/request/leaf7/smCrypto/sm2/sm3.js.map +1 -0
  106. package/dist/request/leaf7/smCrypto/sm2/utils.d.ts +66 -0
  107. package/dist/request/leaf7/smCrypto/sm2/utils.js +91 -0
  108. package/dist/request/leaf7/smCrypto/sm2/utils.js.map +1 -0
  109. package/dist/request/leaf7/smCrypto/sm3/index.d.ts +1 -0
  110. package/dist/request/leaf7/smCrypto/sm3/index.js +45 -0
  111. package/dist/request/leaf7/smCrypto/sm3/index.js.map +1 -0
  112. package/dist/request/leaf7/smCrypto/sm4/index.d.ts +5 -0
  113. package/dist/request/leaf7/smCrypto/sm4/index.js +399 -0
  114. package/dist/request/leaf7/smCrypto/sm4/index.js.map +1 -0
  115. package/dist/request/leaf7/smCrypto/smCrypto.d.ts +3 -0
  116. package/dist/request/leaf7/smCrypto/smCrypto.js +9 -0
  117. package/dist/request/leaf7/smCrypto/smCrypto.js.map +1 -0
  118. package/dist/request/leaf7/types.d.ts +11 -0
  119. package/dist/request/leaf7/types.js +2 -0
  120. package/dist/request/leaf7/types.js.map +1 -0
  121. package/dist/request/utils/readBlob.d.ts +1 -0
  122. package/dist/request/utils/readBlob.js +12 -0
  123. package/dist/request/utils/readBlob.js.map +1 -0
  124. package/dist/utils/functions.js +1 -1
  125. package/dist/version/version.d.ts +1 -1
  126. package/dist/version/version.js +1 -1
  127. package/dist/version/version.js.map +1 -1
  128. package/package.json +2 -1
  129. package/dist/functions-DzLqXvGt.js.map +0 -1
  130. package/dist/request/error/BizExceptionResponseError.js.map +0 -1
  131. package/dist/request/error/ExceptionResponseError.js.map +0 -1
@@ -1,201 +1,59 @@
1
- declare const _default: import('../_util').SFCWithInstall<{}> & {
2
- LovQuerytable: {
3
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
4
- data: any[];
5
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<{
6
- data: any[];
7
- }> & Readonly<{}>, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
8
- table: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
9
- data: {
10
- type: import('vue').PropType<any[]>;
11
- default: any[];
12
- };
13
- showRowNumber: {
14
- type: BooleanConstructor;
15
- default: boolean;
16
- };
17
- selectionMode: {
18
- type: BooleanConstructor;
19
- default: boolean;
20
- };
21
- currentRowMode: {
22
- type: BooleanConstructor;
23
- default: boolean;
24
- };
25
- size: {
26
- type: import('vue').PropType<"" | "small" | "default" | "large">;
27
- default: "" | "small" | "default" | "large";
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
- };
89
- }>> & Readonly<{
90
- onSelectionChange?: ((...args: any[]) => any) | undefined;
91
- onCurrentRowChange?: ((...args: any[]) => any) | undefined;
92
- onRowClick?: ((...args: any[]) => any) | undefined;
93
- onRowDblclick?: ((...args: any[]) => any) | undefined;
94
- onCellClick?: ((...args: any[]) => any) | undefined;
95
- onCellDblclick?: ((...args: any[]) => any) | undefined;
96
- }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("selectionChange" | "currentRowChange" | "rowClick" | "rowDblclick" | "cellClick" | "cellDblclick")[], import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
97
- data: {
98
- type: import('vue').PropType<any[]>;
99
- default: any[];
100
- };
101
- showRowNumber: {
102
- type: BooleanConstructor;
103
- default: boolean;
104
- };
105
- selectionMode: {
106
- type: BooleanConstructor;
107
- default: boolean;
108
- };
109
- currentRowMode: {
110
- type: BooleanConstructor;
111
- default: boolean;
112
- };
113
- size: {
114
- type: import('vue').PropType<"" | "small" | "default" | "large">;
115
- default: "" | "small" | "default" | "large";
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
- };
177
- }>> & Readonly<{
178
- onSelectionChange?: ((...args: any[]) => any) | undefined;
179
- onCurrentRowChange?: ((...args: any[]) => any) | undefined;
180
- onRowClick?: ((...args: any[]) => any) | undefined;
181
- onRowDblclick?: ((...args: any[]) => any) | undefined;
182
- onCellClick?: ((...args: any[]) => any) | undefined;
183
- onCellDblclick?: ((...args: any[]) => any) | undefined;
184
- }>, {
185
- size: "" | "small" | "default" | "large";
186
- data: any[];
187
- showRowNumber: boolean;
188
- selectionMode: boolean;
189
- currentRowMode: boolean;
190
- rowClassName: string | ((data: {
1
+ export declare const LovQuerytable: import('../_util').SFCWithInstall<{
2
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
3
+ data: any[];
4
+ }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
5
+ table: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
6
+ data: {
7
+ type: import('vue').PropType<any[]>;
8
+ default: any[];
9
+ };
10
+ showRowNumber: {
11
+ type: BooleanConstructor;
12
+ default: boolean;
13
+ };
14
+ selectionMode: {
15
+ type: BooleanConstructor;
16
+ default: boolean;
17
+ };
18
+ currentRowMode: {
19
+ type: BooleanConstructor;
20
+ default: boolean;
21
+ };
22
+ size: {
23
+ type: import('vue').PropType<"" | "small" | "default" | "large">;
24
+ default: "" | "small" | "default" | "large";
25
+ };
26
+ rowClassName: {
27
+ type: import('vue').PropType<string | ((data: {
28
+ rowData: any;
29
+ rowIndex: number;
30
+ }) => string)>;
31
+ default: string | ((data: {
191
32
  rowData: any;
192
33
  rowIndex: number;
193
34
  }) => string);
194
- rowStyle: import('vue').CSSProperties | ((data: {
35
+ };
36
+ rowStyle: {
37
+ type: import('vue').PropType<import('vue').CSSProperties | ((data: {
38
+ rowData: any;
39
+ rowIndex: number;
40
+ }) => import('vue').CSSProperties)>;
41
+ default: import('vue').CSSProperties | ((data: {
195
42
  rowData: any;
196
43
  rowIndex: number;
197
44
  }) => import('vue').CSSProperties);
198
- cellClassName: string | ((data: {
45
+ };
46
+ cellClassName: {
47
+ type: import('vue').PropType<string | ((data: {
48
+ rowData: any;
49
+ column: {
50
+ name: string;
51
+ head: string;
52
+ };
53
+ rowIndex: number;
54
+ columnIndex: number;
55
+ }) => string)>;
56
+ default: string | ((data: {
199
57
  rowData: any;
200
58
  column: {
201
59
  name: string;
@@ -204,7 +62,18 @@ declare const _default: import('../_util').SFCWithInstall<{}> & {
204
62
  rowIndex: number;
205
63
  columnIndex: number;
206
64
  }) => string);
207
- cellStyle: import('vue').CSSProperties | ((data: {
65
+ };
66
+ cellStyle: {
67
+ type: import('vue').PropType<import('vue').CSSProperties | ((data: {
68
+ rowData: any;
69
+ column: {
70
+ name: string;
71
+ head: string;
72
+ };
73
+ rowIndex: number;
74
+ columnIndex: number;
75
+ }) => import('vue').CSSProperties)>;
76
+ default: import('vue').CSSProperties | ((data: {
208
77
  rowData: any;
209
78
  column: {
210
79
  name: string;
@@ -213,116 +82,105 @@ declare const _default: import('../_util').SFCWithInstall<{}> & {
213
82
  rowIndex: number;
214
83
  columnIndex: number;
215
84
  }) => import('vue').CSSProperties);
216
- }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
217
- P: {};
218
- B: {};
219
- D: {};
220
- C: {};
221
- M: {};
222
- Defaults: {};
223
- }, Readonly<import('vue').ExtractPropTypes<{
224
- data: {
225
- type: import('vue').PropType<any[]>;
226
- default: any[];
227
- };
228
- showRowNumber: {
229
- type: BooleanConstructor;
230
- default: boolean;
231
- };
232
- selectionMode: {
233
- type: BooleanConstructor;
234
- default: boolean;
235
- };
236
- currentRowMode: {
237
- type: BooleanConstructor;
238
- default: boolean;
239
- };
240
- size: {
241
- type: import('vue').PropType<"" | "small" | "default" | "large">;
242
- default: "" | "small" | "default" | "large";
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
- };
304
- }>> & Readonly<{
305
- onSelectionChange?: ((...args: any[]) => any) | undefined;
306
- onCurrentRowChange?: ((...args: any[]) => any) | undefined;
307
- onRowClick?: ((...args: any[]) => any) | undefined;
308
- onRowDblclick?: ((...args: any[]) => any) | undefined;
309
- onCellClick?: ((...args: any[]) => any) | undefined;
310
- onCellDblclick?: ((...args: any[]) => any) | undefined;
311
- }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
312
- size: "" | "small" | "default" | "large";
313
- data: any[];
314
- showRowNumber: boolean;
315
- selectionMode: boolean;
316
- currentRowMode: boolean;
317
- rowClassName: string | ((data: {
85
+ };
86
+ }>> & Readonly<{
87
+ onSelectionChange?: ((...args: any[]) => any) | undefined;
88
+ onCurrentRowChange?: ((...args: any[]) => any) | undefined;
89
+ onRowClick?: ((...args: any[]) => any) | undefined;
90
+ onRowDblclick?: ((...args: any[]) => any) | undefined;
91
+ onCellClick?: ((...args: any[]) => any) | undefined;
92
+ onCellDblclick?: ((...args: any[]) => any) | undefined;
93
+ }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("selectionChange" | "currentRowChange" | "rowClick" | "rowDblclick" | "cellClick" | "cellDblclick")[], import('vue').PublicProps, {
94
+ size: "" | "small" | "default" | "large";
95
+ data: any[];
96
+ showRowNumber: boolean;
97
+ selectionMode: boolean;
98
+ currentRowMode: boolean;
99
+ rowClassName: string | ((data: {
100
+ rowData: any;
101
+ rowIndex: number;
102
+ }) => string);
103
+ rowStyle: import('vue').CSSProperties | ((data: {
104
+ rowData: any;
105
+ rowIndex: number;
106
+ }) => import('vue').CSSProperties);
107
+ cellClassName: string | ((data: {
108
+ rowData: any;
109
+ column: {
110
+ name: string;
111
+ head: string;
112
+ };
113
+ rowIndex: number;
114
+ columnIndex: number;
115
+ }) => string);
116
+ cellStyle: import('vue').CSSProperties | ((data: {
117
+ rowData: any;
118
+ column: {
119
+ name: string;
120
+ head: string;
121
+ };
122
+ rowIndex: number;
123
+ columnIndex: number;
124
+ }) => import('vue').CSSProperties);
125
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
126
+ P: {};
127
+ B: {};
128
+ D: {};
129
+ C: {};
130
+ M: {};
131
+ Defaults: {};
132
+ }, Readonly<import('vue').ExtractPropTypes<{
133
+ data: {
134
+ type: import('vue').PropType<any[]>;
135
+ default: any[];
136
+ };
137
+ showRowNumber: {
138
+ type: BooleanConstructor;
139
+ default: boolean;
140
+ };
141
+ selectionMode: {
142
+ type: BooleanConstructor;
143
+ default: boolean;
144
+ };
145
+ currentRowMode: {
146
+ type: BooleanConstructor;
147
+ default: boolean;
148
+ };
149
+ size: {
150
+ type: import('vue').PropType<"" | "small" | "default" | "large">;
151
+ default: "" | "small" | "default" | "large";
152
+ };
153
+ rowClassName: {
154
+ type: import('vue').PropType<string | ((data: {
155
+ rowData: any;
156
+ rowIndex: number;
157
+ }) => string)>;
158
+ default: string | ((data: {
318
159
  rowData: any;
319
160
  rowIndex: number;
320
161
  }) => string);
321
- rowStyle: import('vue').CSSProperties | ((data: {
162
+ };
163
+ rowStyle: {
164
+ type: import('vue').PropType<import('vue').CSSProperties | ((data: {
165
+ rowData: any;
166
+ rowIndex: number;
167
+ }) => import('vue').CSSProperties)>;
168
+ default: import('vue').CSSProperties | ((data: {
322
169
  rowData: any;
323
170
  rowIndex: number;
324
171
  }) => import('vue').CSSProperties);
325
- cellClassName: string | ((data: {
172
+ };
173
+ cellClassName: {
174
+ type: import('vue').PropType<string | ((data: {
175
+ rowData: any;
176
+ column: {
177
+ name: string;
178
+ head: string;
179
+ };
180
+ rowIndex: number;
181
+ columnIndex: number;
182
+ }) => string)>;
183
+ default: string | ((data: {
326
184
  rowData: any;
327
185
  column: {
328
186
  name: string;
@@ -331,7 +189,18 @@ declare const _default: import('../_util').SFCWithInstall<{}> & {
331
189
  rowIndex: number;
332
190
  columnIndex: number;
333
191
  }) => string);
334
- cellStyle: import('vue').CSSProperties | ((data: {
192
+ };
193
+ cellStyle: {
194
+ type: import('vue').PropType<import('vue').CSSProperties | ((data: {
195
+ rowData: any;
196
+ column: {
197
+ name: string;
198
+ head: string;
199
+ };
200
+ rowIndex: number;
201
+ columnIndex: number;
202
+ }) => import('vue').CSSProperties)>;
203
+ default: import('vue').CSSProperties | ((data: {
335
204
  rowData: any;
336
205
  column: {
337
206
  name: string;
@@ -340,336 +209,170 @@ declare const _default: import('../_util').SFCWithInstall<{}> & {
340
209
  rowIndex: number;
341
210
  columnIndex: number;
342
211
  }) => import('vue').CSSProperties);
343
- }> | null;
344
- }, any, import('vue').ComponentProvideOptions, {
345
- P: {};
346
- B: {};
347
- D: {};
348
- C: {};
349
- M: {};
350
- Defaults: {};
351
- }, Readonly<{
212
+ };
213
+ }>> & Readonly<{
214
+ onSelectionChange?: ((...args: any[]) => any) | undefined;
215
+ onCurrentRowChange?: ((...args: any[]) => any) | undefined;
216
+ onRowClick?: ((...args: any[]) => any) | undefined;
217
+ onRowDblclick?: ((...args: any[]) => any) | undefined;
218
+ onCellClick?: ((...args: any[]) => any) | undefined;
219
+ onCellDblclick?: ((...args: any[]) => any) | undefined;
220
+ }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
221
+ size: "" | "small" | "default" | "large";
352
222
  data: any[];
353
- }> & Readonly<{}>, {}, {}, {}, {}, {}>;
354
- __isFragment?: never;
355
- __isTeleport?: never;
356
- __isSuspense?: never;
357
- } & import('vue').ComponentOptionsBase<Readonly<{
223
+ showRowNumber: boolean;
224
+ selectionMode: boolean;
225
+ currentRowMode: boolean;
226
+ rowClassName: string | ((data: {
227
+ rowData: any;
228
+ rowIndex: number;
229
+ }) => string);
230
+ rowStyle: import('vue').CSSProperties | ((data: {
231
+ rowData: any;
232
+ rowIndex: number;
233
+ }) => import('vue').CSSProperties);
234
+ cellClassName: string | ((data: {
235
+ rowData: any;
236
+ column: {
237
+ name: string;
238
+ head: string;
239
+ };
240
+ rowIndex: number;
241
+ columnIndex: number;
242
+ }) => string);
243
+ cellStyle: import('vue').CSSProperties | ((data: {
244
+ rowData: any;
245
+ column: {
246
+ name: string;
247
+ head: string;
248
+ };
249
+ rowIndex: number;
250
+ columnIndex: number;
251
+ }) => import('vue').CSSProperties);
252
+ }> | null;
253
+ }, any, import('vue').ComponentProvideOptions, {
254
+ P: {};
255
+ B: {};
256
+ D: {};
257
+ C: {};
258
+ M: {};
259
+ Defaults: {};
260
+ }, Readonly<{
261
+ data: any[];
262
+ }> & Readonly<{}>, {}, {}, {}, {}, {}>;
263
+ __isFragment?: never;
264
+ __isTeleport?: never;
265
+ __isSuspense?: never;
266
+ } & import('vue').ComponentOptionsBase<Readonly<{
267
+ data: any[];
268
+ }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
269
+ $slots: {
270
+ default?(_: {}): any;
271
+ };
272
+ })> & Record<string, any>;
273
+ export declare const LovPagetable: import('../_util').SFCWithInstall<{
274
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
358
275
  data: any[];
359
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
360
- $slots: {
361
- default?(_: {}): any;
276
+ pagination: {
277
+ currentPage?: number;
278
+ pageSize?: number;
279
+ total?: number;
362
280
  };
363
- });
364
- LovPagetable: {
365
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
366
- data: any[];
367
- pagination: {
368
- currentPage?: number;
369
- pageSize?: number;
370
- total?: number;
281
+ }> & Readonly<{
282
+ "onUpdate:pagination"?: ((...args: any[]) => any) | undefined;
283
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
284
+ "update:pagination": (...args: any[]) => void;
285
+ }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
286
+ table: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
287
+ data: {
288
+ type: import('vue').PropType<any[]>;
289
+ default: any[];
371
290
  };
372
- }> & Readonly<{
373
- "onUpdate:pagination"?: ((...args: any[]) => any) | undefined;
374
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
375
- "update:pagination": (...args: any[]) => void;
376
- }, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<{
377
- data: any[];
378
- pagination: {
379
- currentPage?: number;
380
- pageSize?: number;
381
- total?: number;
291
+ tailData: {
292
+ type: import('vue').PropType<Record<string, any>>;
293
+ default: Record<string, any>;
382
294
  };
383
- }> & Readonly<{
384
- "onUpdate:pagination"?: ((...args: any[]) => any) | undefined;
385
- }>, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
386
- table: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
387
- data: {
388
- type: import('vue').PropType<any[]>;
389
- default: any[];
390
- };
391
- tailData: {
392
- type: import('vue').PropType<Record<string, any>>;
393
- default: Record<string, any>;
394
- };
395
- pagination: {
396
- type: import('vue').PropType<{
397
- currentPage?: number;
398
- pageSize?: number;
399
- pageSizes?: number[];
400
- total?: number;
401
- }>;
402
- default: {
403
- currentPage?: number;
404
- pageSize?: number;
405
- pageSizes?: number[];
406
- total?: number;
407
- };
408
- };
409
- paginationTeleported: {
410
- type: BooleanConstructor;
411
- default: boolean;
412
- };
413
- paginationPagerCount: {
414
- type: import('vue').PropType<number>;
415
- default: number;
416
- };
417
- paginationShowTotal: {
418
- type: BooleanConstructor;
419
- default: boolean;
420
- };
421
- paginationShowSizes: {
422
- type: BooleanConstructor;
423
- default: boolean;
424
- };
425
- paginationShowJumber: {
426
- type: BooleanConstructor;
427
- default: boolean;
428
- };
429
- showRowNumber: {
430
- type: BooleanConstructor;
431
- default: boolean;
432
- };
433
- selectionMode: {
434
- type: BooleanConstructor;
435
- default: boolean;
436
- };
437
- currentRowMode: {
438
- type: BooleanConstructor;
439
- default: boolean;
440
- };
441
- size: {
442
- type: import('vue').PropType<"" | "small" | "default" | "large">;
443
- default: "" | "small" | "default" | "large";
444
- };
445
- rowClassName: {
446
- type: import('vue').PropType<string | ((data: {
447
- rowData: any;
448
- rowIndex: number;
449
- }) => string)>;
450
- default: string | ((data: {
451
- rowData: any;
452
- rowIndex: number;
453
- }) => string);
454
- };
455
- rowStyle: {
456
- type: import('vue').PropType<import('vue').CSSProperties | ((data: {
457
- rowData: any;
458
- rowIndex: number;
459
- }) => import('vue').CSSProperties)>;
460
- default: import('vue').CSSProperties | ((data: {
461
- rowData: any;
462
- rowIndex: number;
463
- }) => import('vue').CSSProperties);
464
- };
465
- cellClassName: {
466
- type: import('vue').PropType<string | ((data: {
467
- rowData: any;
468
- column: {
469
- name: string;
470
- head: string;
471
- };
472
- rowIndex: number;
473
- columnIndex: number;
474
- }) => string)>;
475
- default: string | ((data: {
476
- rowData: any;
477
- column: {
478
- name: string;
479
- head: string;
480
- };
481
- rowIndex: number;
482
- columnIndex: number;
483
- }) => string);
484
- };
485
- cellStyle: {
486
- type: import('vue').PropType<import('vue').CSSProperties | ((data: {
487
- rowData: any;
488
- column: {
489
- name: string;
490
- head: string;
491
- };
492
- rowIndex: number;
493
- columnIndex: number;
494
- }) => import('vue').CSSProperties)>;
495
- default: import('vue').CSSProperties | ((data: {
496
- rowData: any;
497
- column: {
498
- name: string;
499
- head: string;
500
- };
501
- rowIndex: number;
502
- columnIndex: number;
503
- }) => import('vue').CSSProperties);
504
- };
505
- }>> & Readonly<{
506
- onSelect?: ((...args: any[]) => any) | undefined;
507
- "onSelect-all"?: ((...args: any[]) => any) | undefined;
508
- onSelectionChange?: ((...args: any[]) => any) | undefined;
509
- onCurrentRowChange?: ((...args: any[]) => any) | undefined;
510
- "onUpdate:pagination"?: ((...args: any[]) => any) | undefined;
511
- onPaginationChange?: ((...args: any[]) => any) | undefined;
512
- onRowClick?: ((...args: any[]) => any) | undefined;
513
- onRowDblclick?: ((...args: any[]) => any) | undefined;
514
- onCellClick?: ((...args: any[]) => any) | undefined;
515
- onCellDblclick?: ((...args: any[]) => any) | undefined;
516
- }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("select" | "select-all" | "selectionChange" | "currentRowChange" | "update:pagination" | "paginationChange" | "rowClick" | "rowDblclick" | "cellClick" | "cellDblclick")[], import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
517
- data: {
518
- type: import('vue').PropType<any[]>;
519
- default: any[];
520
- };
521
- tailData: {
522
- type: import('vue').PropType<Record<string, any>>;
523
- default: Record<string, any>;
524
- };
525
- pagination: {
526
- type: import('vue').PropType<{
527
- currentPage?: number;
528
- pageSize?: number;
529
- pageSizes?: number[];
530
- total?: number;
531
- }>;
532
- default: {
533
- currentPage?: number;
534
- pageSize?: number;
535
- pageSizes?: number[];
536
- total?: number;
537
- };
538
- };
539
- paginationTeleported: {
540
- type: BooleanConstructor;
541
- default: boolean;
542
- };
543
- paginationPagerCount: {
544
- type: import('vue').PropType<number>;
545
- default: number;
546
- };
547
- paginationShowTotal: {
548
- type: BooleanConstructor;
549
- default: boolean;
550
- };
551
- paginationShowSizes: {
552
- type: BooleanConstructor;
553
- default: boolean;
554
- };
555
- paginationShowJumber: {
556
- type: BooleanConstructor;
557
- default: boolean;
558
- };
559
- showRowNumber: {
560
- type: BooleanConstructor;
561
- default: boolean;
562
- };
563
- selectionMode: {
564
- type: BooleanConstructor;
565
- default: boolean;
566
- };
567
- currentRowMode: {
568
- type: BooleanConstructor;
569
- default: boolean;
570
- };
571
- size: {
572
- type: import('vue').PropType<"" | "small" | "default" | "large">;
573
- default: "" | "small" | "default" | "large";
574
- };
575
- rowClassName: {
576
- type: import('vue').PropType<string | ((data: {
577
- rowData: any;
578
- rowIndex: number;
579
- }) => string)>;
580
- default: string | ((data: {
581
- rowData: any;
582
- rowIndex: number;
583
- }) => string);
584
- };
585
- rowStyle: {
586
- type: import('vue').PropType<import('vue').CSSProperties | ((data: {
587
- rowData: any;
588
- rowIndex: number;
589
- }) => import('vue').CSSProperties)>;
590
- default: import('vue').CSSProperties | ((data: {
591
- rowData: any;
592
- rowIndex: number;
593
- }) => import('vue').CSSProperties);
594
- };
595
- cellClassName: {
596
- type: import('vue').PropType<string | ((data: {
597
- rowData: any;
598
- column: {
599
- name: string;
600
- head: string;
601
- };
602
- rowIndex: number;
603
- columnIndex: number;
604
- }) => string)>;
605
- default: string | ((data: {
606
- rowData: any;
607
- column: {
608
- name: string;
609
- head: string;
610
- };
611
- rowIndex: number;
612
- columnIndex: number;
613
- }) => string);
614
- };
615
- cellStyle: {
616
- type: import('vue').PropType<import('vue').CSSProperties | ((data: {
617
- rowData: any;
618
- column: {
619
- name: string;
620
- head: string;
621
- };
622
- rowIndex: number;
623
- columnIndex: number;
624
- }) => import('vue').CSSProperties)>;
625
- default: import('vue').CSSProperties | ((data: {
626
- rowData: any;
627
- column: {
628
- name: string;
629
- head: string;
630
- };
631
- rowIndex: number;
632
- columnIndex: number;
633
- }) => import('vue').CSSProperties);
634
- };
635
- }>> & Readonly<{
636
- onSelect?: ((...args: any[]) => any) | undefined;
637
- "onSelect-all"?: ((...args: any[]) => any) | undefined;
638
- onSelectionChange?: ((...args: any[]) => any) | undefined;
639
- onCurrentRowChange?: ((...args: any[]) => any) | undefined;
640
- "onUpdate:pagination"?: ((...args: any[]) => any) | undefined;
641
- onPaginationChange?: ((...args: any[]) => any) | undefined;
642
- onRowClick?: ((...args: any[]) => any) | undefined;
643
- onRowDblclick?: ((...args: any[]) => any) | undefined;
644
- onCellClick?: ((...args: any[]) => any) | undefined;
645
- onCellDblclick?: ((...args: any[]) => any) | undefined;
646
- }>, {
647
- size: "" | "small" | "default" | "large";
648
- data: any[];
649
- pagination: {
295
+ pagination: {
296
+ type: import('vue').PropType<{
297
+ currentPage?: number;
298
+ pageSize?: number;
299
+ pageSizes?: number[];
300
+ total?: number;
301
+ }>;
302
+ default: {
650
303
  currentPage?: number;
651
304
  pageSize?: number;
652
305
  pageSizes?: number[];
653
306
  total?: number;
654
307
  };
655
- tailData: Record<string, any>;
656
- paginationTeleported: boolean;
657
- paginationPagerCount: number;
658
- paginationShowTotal: boolean;
659
- paginationShowSizes: boolean;
660
- paginationShowJumber: boolean;
661
- showRowNumber: boolean;
662
- selectionMode: boolean;
663
- currentRowMode: boolean;
664
- rowClassName: string | ((data: {
308
+ };
309
+ paginationTeleported: {
310
+ type: BooleanConstructor;
311
+ default: boolean;
312
+ };
313
+ paginationPagerCount: {
314
+ type: import('vue').PropType<number>;
315
+ default: number;
316
+ };
317
+ paginationShowTotal: {
318
+ type: BooleanConstructor;
319
+ default: boolean;
320
+ };
321
+ paginationShowSizes: {
322
+ type: BooleanConstructor;
323
+ default: boolean;
324
+ };
325
+ paginationShowJumber: {
326
+ type: BooleanConstructor;
327
+ default: boolean;
328
+ };
329
+ showRowNumber: {
330
+ type: BooleanConstructor;
331
+ default: boolean;
332
+ };
333
+ selectionMode: {
334
+ type: BooleanConstructor;
335
+ default: boolean;
336
+ };
337
+ currentRowMode: {
338
+ type: BooleanConstructor;
339
+ default: boolean;
340
+ };
341
+ size: {
342
+ type: import('vue').PropType<"" | "small" | "default" | "large">;
343
+ default: "" | "small" | "default" | "large";
344
+ };
345
+ rowClassName: {
346
+ type: import('vue').PropType<string | ((data: {
347
+ rowData: any;
348
+ rowIndex: number;
349
+ }) => string)>;
350
+ default: string | ((data: {
665
351
  rowData: any;
666
352
  rowIndex: number;
667
353
  }) => string);
668
- rowStyle: import('vue').CSSProperties | ((data: {
354
+ };
355
+ rowStyle: {
356
+ type: import('vue').PropType<import('vue').CSSProperties | ((data: {
357
+ rowData: any;
358
+ rowIndex: number;
359
+ }) => import('vue').CSSProperties)>;
360
+ default: import('vue').CSSProperties | ((data: {
669
361
  rowData: any;
670
362
  rowIndex: number;
671
363
  }) => import('vue').CSSProperties);
672
- cellClassName: string | ((data: {
364
+ };
365
+ cellClassName: {
366
+ type: import('vue').PropType<string | ((data: {
367
+ rowData: any;
368
+ column: {
369
+ name: string;
370
+ head: string;
371
+ };
372
+ rowIndex: number;
373
+ columnIndex: number;
374
+ }) => string)>;
375
+ default: string | ((data: {
673
376
  rowData: any;
674
377
  column: {
675
378
  name: string;
@@ -678,7 +381,9 @@ declare const _default: import('../_util').SFCWithInstall<{}> & {
678
381
  rowIndex: number;
679
382
  columnIndex: number;
680
383
  }) => string);
681
- cellStyle: import('vue').CSSProperties | ((data: {
384
+ };
385
+ cellStyle: {
386
+ type: import('vue').PropType<import('vue').CSSProperties | ((data: {
682
387
  rowData: any;
683
388
  column: {
684
389
  name: string;
@@ -686,171 +391,169 @@ declare const _default: import('../_util').SFCWithInstall<{}> & {
686
391
  };
687
392
  rowIndex: number;
688
393
  columnIndex: number;
689
- }) => import('vue').CSSProperties);
690
- }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
691
- P: {};
692
- B: {};
693
- D: {};
694
- C: {};
695
- M: {};
696
- Defaults: {};
697
- }, Readonly<import('vue').ExtractPropTypes<{
698
- data: {
699
- type: import('vue').PropType<any[]>;
700
- default: any[];
701
- };
702
- tailData: {
703
- type: import('vue').PropType<Record<string, any>>;
704
- default: Record<string, any>;
705
- };
706
- pagination: {
707
- type: import('vue').PropType<{
708
- currentPage?: number;
709
- pageSize?: number;
710
- pageSizes?: number[];
711
- total?: number;
712
- }>;
713
- default: {
714
- currentPage?: number;
715
- pageSize?: number;
716
- pageSizes?: number[];
717
- total?: number;
394
+ }) => import('vue').CSSProperties)>;
395
+ default: import('vue').CSSProperties | ((data: {
396
+ rowData: any;
397
+ column: {
398
+ name: string;
399
+ head: string;
718
400
  };
719
- };
720
- paginationTeleported: {
721
- type: BooleanConstructor;
722
- default: boolean;
723
- };
724
- paginationPagerCount: {
725
- type: import('vue').PropType<number>;
726
- default: number;
727
- };
728
- paginationShowTotal: {
729
- type: BooleanConstructor;
730
- default: boolean;
731
- };
732
- paginationShowSizes: {
733
- type: BooleanConstructor;
734
- default: boolean;
735
- };
736
- paginationShowJumber: {
737
- type: BooleanConstructor;
738
- default: boolean;
739
- };
740
- showRowNumber: {
741
- type: BooleanConstructor;
742
- default: boolean;
743
- };
744
- selectionMode: {
745
- type: BooleanConstructor;
746
- default: boolean;
747
- };
748
- currentRowMode: {
749
- type: BooleanConstructor;
750
- default: boolean;
751
- };
752
- size: {
753
- type: import('vue').PropType<"" | "small" | "default" | "large">;
754
- default: "" | "small" | "default" | "large";
755
- };
756
- rowClassName: {
757
- type: import('vue').PropType<string | ((data: {
758
- rowData: any;
759
- rowIndex: number;
760
- }) => string)>;
761
- default: string | ((data: {
762
- rowData: any;
763
- rowIndex: number;
764
- }) => string);
765
- };
766
- rowStyle: {
767
- type: import('vue').PropType<import('vue').CSSProperties | ((data: {
768
- rowData: any;
769
- rowIndex: number;
770
- }) => import('vue').CSSProperties)>;
771
- default: import('vue').CSSProperties | ((data: {
772
- rowData: any;
773
- rowIndex: number;
774
- }) => import('vue').CSSProperties);
775
- };
776
- cellClassName: {
777
- type: import('vue').PropType<string | ((data: {
778
- rowData: any;
779
- column: {
780
- name: string;
781
- head: string;
782
- };
783
- rowIndex: number;
784
- columnIndex: number;
785
- }) => string)>;
786
- default: string | ((data: {
787
- rowData: any;
788
- column: {
789
- name: string;
790
- head: string;
791
- };
792
- rowIndex: number;
793
- columnIndex: number;
794
- }) => string);
795
- };
796
- cellStyle: {
797
- type: import('vue').PropType<import('vue').CSSProperties | ((data: {
798
- rowData: any;
799
- column: {
800
- name: string;
801
- head: string;
802
- };
803
- rowIndex: number;
804
- columnIndex: number;
805
- }) => import('vue').CSSProperties)>;
806
- default: import('vue').CSSProperties | ((data: {
807
- rowData: any;
808
- column: {
809
- name: string;
810
- head: string;
811
- };
812
- rowIndex: number;
813
- columnIndex: number;
814
- }) => import('vue').CSSProperties);
815
- };
816
- }>> & Readonly<{
817
- onSelect?: ((...args: any[]) => any) | undefined;
818
- "onSelect-all"?: ((...args: any[]) => any) | undefined;
819
- onSelectionChange?: ((...args: any[]) => any) | undefined;
820
- onCurrentRowChange?: ((...args: any[]) => any) | undefined;
821
- "onUpdate:pagination"?: ((...args: any[]) => any) | undefined;
822
- onPaginationChange?: ((...args: any[]) => any) | undefined;
823
- onRowClick?: ((...args: any[]) => any) | undefined;
824
- onRowDblclick?: ((...args: any[]) => any) | undefined;
825
- onCellClick?: ((...args: any[]) => any) | undefined;
826
- onCellDblclick?: ((...args: any[]) => any) | undefined;
827
- }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
828
- size: "" | "small" | "default" | "large";
829
- data: any[];
830
- pagination: {
401
+ rowIndex: number;
402
+ columnIndex: number;
403
+ }) => import('vue').CSSProperties);
404
+ };
405
+ }>> & Readonly<{
406
+ onSelect?: ((...args: any[]) => any) | undefined;
407
+ "onSelect-all"?: ((...args: any[]) => any) | undefined;
408
+ onSelectionChange?: ((...args: any[]) => any) | undefined;
409
+ onCurrentRowChange?: ((...args: any[]) => any) | undefined;
410
+ "onUpdate:pagination"?: ((...args: any[]) => any) | undefined;
411
+ onPaginationChange?: ((...args: any[]) => any) | undefined;
412
+ onRowClick?: ((...args: any[]) => any) | undefined;
413
+ onRowDblclick?: ((...args: any[]) => any) | undefined;
414
+ onCellClick?: ((...args: any[]) => any) | undefined;
415
+ onCellDblclick?: ((...args: any[]) => any) | undefined;
416
+ }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("select" | "select-all" | "selectionChange" | "currentRowChange" | "update:pagination" | "paginationChange" | "rowClick" | "rowDblclick" | "cellClick" | "cellDblclick")[], import('vue').PublicProps, {
417
+ size: "" | "small" | "default" | "large";
418
+ data: any[];
419
+ pagination: {
420
+ currentPage?: number;
421
+ pageSize?: number;
422
+ pageSizes?: number[];
423
+ total?: number;
424
+ };
425
+ tailData: Record<string, any>;
426
+ paginationTeleported: boolean;
427
+ paginationPagerCount: number;
428
+ paginationShowTotal: boolean;
429
+ paginationShowSizes: boolean;
430
+ paginationShowJumber: boolean;
431
+ showRowNumber: boolean;
432
+ selectionMode: boolean;
433
+ currentRowMode: boolean;
434
+ rowClassName: string | ((data: {
435
+ rowData: any;
436
+ rowIndex: number;
437
+ }) => string);
438
+ rowStyle: import('vue').CSSProperties | ((data: {
439
+ rowData: any;
440
+ rowIndex: number;
441
+ }) => import('vue').CSSProperties);
442
+ cellClassName: string | ((data: {
443
+ rowData: any;
444
+ column: {
445
+ name: string;
446
+ head: string;
447
+ };
448
+ rowIndex: number;
449
+ columnIndex: number;
450
+ }) => string);
451
+ cellStyle: import('vue').CSSProperties | ((data: {
452
+ rowData: any;
453
+ column: {
454
+ name: string;
455
+ head: string;
456
+ };
457
+ rowIndex: number;
458
+ columnIndex: number;
459
+ }) => import('vue').CSSProperties);
460
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
461
+ P: {};
462
+ B: {};
463
+ D: {};
464
+ C: {};
465
+ M: {};
466
+ Defaults: {};
467
+ }, Readonly<import('vue').ExtractPropTypes<{
468
+ data: {
469
+ type: import('vue').PropType<any[]>;
470
+ default: any[];
471
+ };
472
+ tailData: {
473
+ type: import('vue').PropType<Record<string, any>>;
474
+ default: Record<string, any>;
475
+ };
476
+ pagination: {
477
+ type: import('vue').PropType<{
478
+ currentPage?: number;
479
+ pageSize?: number;
480
+ pageSizes?: number[];
481
+ total?: number;
482
+ }>;
483
+ default: {
831
484
  currentPage?: number;
832
485
  pageSize?: number;
833
486
  pageSizes?: number[];
834
487
  total?: number;
835
488
  };
836
- tailData: Record<string, any>;
837
- paginationTeleported: boolean;
838
- paginationPagerCount: number;
839
- paginationShowTotal: boolean;
840
- paginationShowSizes: boolean;
841
- paginationShowJumber: boolean;
842
- showRowNumber: boolean;
843
- selectionMode: boolean;
844
- currentRowMode: boolean;
845
- rowClassName: string | ((data: {
489
+ };
490
+ paginationTeleported: {
491
+ type: BooleanConstructor;
492
+ default: boolean;
493
+ };
494
+ paginationPagerCount: {
495
+ type: import('vue').PropType<number>;
496
+ default: number;
497
+ };
498
+ paginationShowTotal: {
499
+ type: BooleanConstructor;
500
+ default: boolean;
501
+ };
502
+ paginationShowSizes: {
503
+ type: BooleanConstructor;
504
+ default: boolean;
505
+ };
506
+ paginationShowJumber: {
507
+ type: BooleanConstructor;
508
+ default: boolean;
509
+ };
510
+ showRowNumber: {
511
+ type: BooleanConstructor;
512
+ default: boolean;
513
+ };
514
+ selectionMode: {
515
+ type: BooleanConstructor;
516
+ default: boolean;
517
+ };
518
+ currentRowMode: {
519
+ type: BooleanConstructor;
520
+ default: boolean;
521
+ };
522
+ size: {
523
+ type: import('vue').PropType<"" | "small" | "default" | "large">;
524
+ default: "" | "small" | "default" | "large";
525
+ };
526
+ rowClassName: {
527
+ type: import('vue').PropType<string | ((data: {
528
+ rowData: any;
529
+ rowIndex: number;
530
+ }) => string)>;
531
+ default: string | ((data: {
846
532
  rowData: any;
847
533
  rowIndex: number;
848
534
  }) => string);
849
- rowStyle: import('vue').CSSProperties | ((data: {
535
+ };
536
+ rowStyle: {
537
+ type: import('vue').PropType<import('vue').CSSProperties | ((data: {
538
+ rowData: any;
539
+ rowIndex: number;
540
+ }) => import('vue').CSSProperties)>;
541
+ default: import('vue').CSSProperties | ((data: {
850
542
  rowData: any;
851
543
  rowIndex: number;
852
544
  }) => import('vue').CSSProperties);
853
- cellClassName: string | ((data: {
545
+ };
546
+ cellClassName: {
547
+ type: import('vue').PropType<string | ((data: {
548
+ rowData: any;
549
+ column: {
550
+ name: string;
551
+ head: string;
552
+ };
553
+ rowIndex: number;
554
+ columnIndex: number;
555
+ }) => string)>;
556
+ default: string | ((data: {
854
557
  rowData: any;
855
558
  column: {
856
559
  name: string;
@@ -859,7 +562,18 @@ declare const _default: import('../_util').SFCWithInstall<{}> & {
859
562
  rowIndex: number;
860
563
  columnIndex: number;
861
564
  }) => string);
862
- cellStyle: import('vue').CSSProperties | ((data: {
565
+ };
566
+ cellStyle: {
567
+ type: import('vue').PropType<import('vue').CSSProperties | ((data: {
568
+ rowData: any;
569
+ column: {
570
+ name: string;
571
+ head: string;
572
+ };
573
+ rowIndex: number;
574
+ columnIndex: number;
575
+ }) => import('vue').CSSProperties)>;
576
+ default: import('vue').CSSProperties | ((data: {
863
577
  rowData: any;
864
578
  column: {
865
579
  name: string;
@@ -868,28 +582,71 @@ declare const _default: import('../_util').SFCWithInstall<{}> & {
868
582
  rowIndex: number;
869
583
  columnIndex: number;
870
584
  }) => import('vue').CSSProperties);
871
- }> | null;
872
- }, any, import('vue').ComponentProvideOptions, {
873
- P: {};
874
- B: {};
875
- D: {};
876
- C: {};
877
- M: {};
878
- Defaults: {};
879
- }, Readonly<{
585
+ };
586
+ }>> & Readonly<{
587
+ onSelect?: ((...args: any[]) => any) | undefined;
588
+ "onSelect-all"?: ((...args: any[]) => any) | undefined;
589
+ onSelectionChange?: ((...args: any[]) => any) | undefined;
590
+ onCurrentRowChange?: ((...args: any[]) => any) | undefined;
591
+ "onUpdate:pagination"?: ((...args: any[]) => any) | undefined;
592
+ onPaginationChange?: ((...args: any[]) => any) | undefined;
593
+ onRowClick?: ((...args: any[]) => any) | undefined;
594
+ onRowDblclick?: ((...args: any[]) => any) | undefined;
595
+ onCellClick?: ((...args: any[]) => any) | undefined;
596
+ onCellDblclick?: ((...args: any[]) => any) | undefined;
597
+ }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
598
+ size: "" | "small" | "default" | "large";
880
599
  data: any[];
881
600
  pagination: {
882
601
  currentPage?: number;
883
602
  pageSize?: number;
603
+ pageSizes?: number[];
884
604
  total?: number;
885
605
  };
886
- }> & Readonly<{
887
- "onUpdate:pagination"?: ((...args: any[]) => any) | undefined;
888
- }>, {}, {}, {}, {}, {}>;
889
- __isFragment?: never;
890
- __isTeleport?: never;
891
- __isSuspense?: never;
892
- } & import('vue').ComponentOptionsBase<Readonly<{
606
+ tailData: Record<string, any>;
607
+ paginationTeleported: boolean;
608
+ paginationPagerCount: number;
609
+ paginationShowTotal: boolean;
610
+ paginationShowSizes: boolean;
611
+ paginationShowJumber: boolean;
612
+ showRowNumber: boolean;
613
+ selectionMode: boolean;
614
+ currentRowMode: boolean;
615
+ rowClassName: string | ((data: {
616
+ rowData: any;
617
+ rowIndex: number;
618
+ }) => string);
619
+ rowStyle: import('vue').CSSProperties | ((data: {
620
+ rowData: any;
621
+ rowIndex: number;
622
+ }) => import('vue').CSSProperties);
623
+ cellClassName: string | ((data: {
624
+ rowData: any;
625
+ column: {
626
+ name: string;
627
+ head: string;
628
+ };
629
+ rowIndex: number;
630
+ columnIndex: number;
631
+ }) => string);
632
+ cellStyle: import('vue').CSSProperties | ((data: {
633
+ rowData: any;
634
+ column: {
635
+ name: string;
636
+ head: string;
637
+ };
638
+ rowIndex: number;
639
+ columnIndex: number;
640
+ }) => import('vue').CSSProperties);
641
+ }> | null;
642
+ }, any, import('vue').ComponentProvideOptions, {
643
+ P: {};
644
+ B: {};
645
+ D: {};
646
+ C: {};
647
+ M: {};
648
+ Defaults: {};
649
+ }, Readonly<{
893
650
  data: any[];
894
651
  pagination: {
895
652
  currentPage?: number;
@@ -898,12 +655,23 @@ declare const _default: import('../_util').SFCWithInstall<{}> & {
898
655
  };
899
656
  }> & Readonly<{
900
657
  "onUpdate:pagination"?: ((...args: any[]) => any) | undefined;
901
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
902
- "update:pagination": (...args: any[]) => void;
903
- }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
904
- $slots: {
905
- default?(_: {}): any;
906
- };
907
- });
908
- };
909
- export default _default;
658
+ }>, {}, {}, {}, {}, {}>;
659
+ __isFragment?: never;
660
+ __isTeleport?: never;
661
+ __isSuspense?: never;
662
+ } & import('vue').ComponentOptionsBase<Readonly<{
663
+ data: any[];
664
+ pagination: {
665
+ currentPage?: number;
666
+ pageSize?: number;
667
+ total?: number;
668
+ };
669
+ }> & Readonly<{
670
+ "onUpdate:pagination"?: ((...args: any[]) => any) | undefined;
671
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
672
+ "update:pagination": (...args: any[]) => void;
673
+ }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
674
+ $slots: {
675
+ default?(_: {}): any;
676
+ };
677
+ })> & Record<string, any>;