@web-utils/form-ui 1.0.0-beta5 → 1.0.0-beta50

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.
Files changed (208) hide show
  1. package/api/index.d.ts +60 -0
  2. package/api/index.mjs +42 -0
  3. package/awesome-button/index.d.ts +60 -0
  4. package/awesome-button/index.mjs +49 -0
  5. package/base.css +1 -1
  6. package/chunks/6yfBZFOB.mjs +56 -0
  7. package/chunks/B-zqRAXo.mjs +69 -0
  8. package/chunks/B1IPSTA6.mjs +198 -0
  9. package/chunks/B9gA65rt2.mjs +38 -0
  10. package/chunks/BA2KEptL.mjs +172 -0
  11. package/chunks/BBERmTup.mjs +83 -0
  12. package/chunks/BUGCiCnl.mjs +83 -0
  13. package/chunks/BbSPWDDZ.mjs +100 -0
  14. package/chunks/BfxDxIg0.mjs +106 -0
  15. package/chunks/BqWvBF14.mjs +35 -0
  16. package/chunks/BsZgAJX_2.mjs +81 -0
  17. package/chunks/BtcjAHE6.mjs +317 -0
  18. package/chunks/ByHz4mmh.mjs +87 -0
  19. package/chunks/C2zgFLYO.mjs +185 -0
  20. package/chunks/CAd1zK9Q.mjs +25 -0
  21. package/chunks/CJdkjadi.mjs +17 -0
  22. package/chunks/CabldOLo.mjs +157 -0
  23. package/chunks/CkOD-_VV.mjs +8 -0
  24. package/chunks/Cln3RBAD.mjs +660 -0
  25. package/chunks/CqoVAnxC2.mjs +93 -0
  26. package/chunks/CuAoMR3n.mjs +105 -0
  27. package/chunks/CxTg0r4n.mjs +166 -0
  28. package/chunks/D0Zg2CV0.mjs +57 -0
  29. package/chunks/DA7oGHSX.mjs +141 -0
  30. package/chunks/DOP3aBxf.mjs +93 -0
  31. package/chunks/DOZRzqlo.mjs +37 -0
  32. package/chunks/D_qiRmiE.mjs +230 -0
  33. package/chunks/DcTVYqeJ.mjs +113 -0
  34. package/chunks/Dkd5BC98.mjs +198 -0
  35. package/chunks/GI8krYU82.mjs +478 -0
  36. package/chunks/V2p-PCpL.mjs +176 -0
  37. package/chunks/bFbPPcdq.mjs +25 -0
  38. package/chunks/cqIZWDHo.mjs +614 -0
  39. package/chunks/eae6huQB.mjs +25 -0
  40. package/chunks/gCeDFHo1.mjs +32 -0
  41. package/chunks/gLPy4Sus.mjs +164 -0
  42. package/chunks/hlha6Bhc.mjs +107 -0
  43. package/chunks/hzaYr6Ud2.mjs +207 -0
  44. package/chunks/kflKDW4T2.mjs +146 -0
  45. package/chunks/pIzhYsBe.mjs +93 -0
  46. package/chunks/vXQf89tS.mjs +1361 -0
  47. package/chunks/wXeqV-_7.mjs +89 -0
  48. package/chunks/zwXzk9ff2.mjs +568 -0
  49. package/confirm-button/index.d.ts +115 -0
  50. package/confirm-button/index.mjs +35 -0
  51. package/confirmable/index.d.ts +86 -0
  52. package/confirmable/index.mjs +8 -0
  53. package/constants/index.d.ts +53 -0
  54. package/constants/index.mjs +4 -0
  55. package/dict-render/index.d.ts +28 -0
  56. package/dict-render/index.mjs +2 -0
  57. package/editable-tree/index.d.ts +254 -0
  58. package/editable-tree/index.mjs +2 -0
  59. package/editable-tree/style.css +1 -0
  60. package/element-dialog/index.d.ts +337 -16
  61. package/element-dialog/index.mjs +2 -91
  62. package/element-resize-observer/index.d.ts +8 -0
  63. package/element-resize-observer/index.mjs +40 -0
  64. package/element-resize-observer/style.css +1 -0
  65. package/empty-view/index.d.ts +2 -2
  66. package/empty-view/index.mjs +1 -1
  67. package/flex-scroll-area/index.d.ts +1 -1
  68. package/flex-scroll-area/index.mjs +1 -1
  69. package/form-advice/index.mjs +13 -12
  70. package/form-button/index.d.ts +116 -0
  71. package/form-button/index.mjs +36 -0
  72. package/form-card/index.d.ts +14 -0
  73. package/form-card/index.mjs +18 -0
  74. package/form-cascader/index.d.ts +472 -0
  75. package/form-cascader/index.mjs +2 -0
  76. package/form-checkbox/index.d.ts +236 -16
  77. package/form-checkbox/index.mjs +1 -1
  78. package/form-checkbox-group/index.d.ts +364 -0
  79. package/form-checkbox-group/index.mjs +2 -0
  80. package/form-checkbox-group/style.css +1 -0
  81. package/form-date-picker/index.d.ts +390 -19
  82. package/form-date-picker/index.mjs +1 -1
  83. package/form-holder/index.d.ts +87 -20
  84. package/form-holder/index.mjs +1 -1
  85. package/form-holder/style.css +1 -1
  86. package/form-image/index.d.ts +145 -13
  87. package/form-image/index.mjs +1 -1
  88. package/form-input/index.d.ts +301 -20
  89. package/form-input/index.mjs +1 -1
  90. package/form-input/style.css +1 -0
  91. package/form-input-cron-expression/index.d.ts +217 -0
  92. package/form-input-cron-expression/index.mjs +2 -0
  93. package/form-input-cron-expression/style.css +1 -0
  94. package/form-input-email/index.d.ts +307 -16
  95. package/form-input-email/index.mjs +1 -1
  96. package/form-input-id-card/index.d.ts +307 -16
  97. package/form-input-id-card/index.mjs +1 -1
  98. package/form-input-number/index.d.ts +246 -18
  99. package/form-input-number/index.mjs +1 -1
  100. package/form-input-phone-number/index.d.ts +307 -16
  101. package/form-input-phone-number/index.mjs +1 -1
  102. package/form-input-tag/index.d.ts +263 -1
  103. package/form-input-tag/index.mjs +1 -3
  104. package/form-input-time/index.d.ts +434 -1
  105. package/form-input-time/index.mjs +1 -3
  106. package/form-item-config-provider/index.d.ts +22 -0
  107. package/form-item-config-provider/index.mjs +24 -0
  108. package/form-item-group/index.d.ts +91 -17
  109. package/form-item-group/index.mjs +2 -78
  110. package/form-item-group/style.css +1 -1
  111. package/form-item-x/index.d.ts +141 -11
  112. package/form-item-x/index.mjs +1 -1
  113. package/form-item-x/style.css +1 -0
  114. package/form-radio-group/index.d.ts +303 -16
  115. package/form-radio-group/index.mjs +1 -1
  116. package/form-rate/index.d.ts +254 -14
  117. package/form-rate/index.mjs +1 -1
  118. package/form-red-table/index.mjs +27 -26
  119. package/form-row/index.d.ts +2 -2
  120. package/form-row/index.mjs +1 -1
  121. package/form-select/index.d.ts +537 -18
  122. package/form-select/index.mjs +1 -1
  123. package/form-slider/index.d.ts +283 -16
  124. package/form-slider/index.mjs +1 -1
  125. package/form-switch/index.d.ts +272 -14
  126. package/form-switch/index.mjs +1 -1
  127. package/form-table/index.d.ts +269 -0
  128. package/form-table/index.mjs +2 -0
  129. package/form-table-plus/index.d.ts +266 -0
  130. package/form-table-plus/index.mjs +2 -0
  131. package/form-text/index.d.ts +165 -13
  132. package/form-text/index.mjs +1 -1
  133. package/form-textarea/index.d.ts +351 -0
  134. package/form-textarea/index.mjs +2 -0
  135. package/form-time-select/index.d.ts +319 -0
  136. package/form-time-select/index.mjs +2 -0
  137. package/form-view/index.mjs +1 -1
  138. package/helper/dictionary.d.ts +15 -0
  139. package/helper/dictionary.mjs +97 -0
  140. package/hook/useDictionary.d.ts +60 -0
  141. package/hook/useDictionary.mjs +15 -0
  142. package/hook/useVisibilityChange.d.ts +4 -0
  143. package/hook/useVisibilityChange.mjs +14 -0
  144. package/iframe-window/index.d.ts +9 -0
  145. package/iframe-window/index.mjs +37 -0
  146. package/iframe-window/style.css +1 -0
  147. package/index.css +2 -0
  148. package/index.d.ts +57 -36
  149. package/index.mjs +59 -61
  150. package/package.json +10 -5
  151. package/pageable-table/index.d.ts +398 -0
  152. package/pageable-table/index.mjs +2 -0
  153. package/pageable-table/style.css +1 -0
  154. package/resolver/index.mjs +29 -0
  155. package/sub-table/index.d.ts +100 -0
  156. package/sub-table/index.mjs +472 -0
  157. package/sub-table/style.css +1 -0
  158. package/sub-table-plus/index.d.ts +97 -0
  159. package/sub-table-plus/index.mjs +2 -0
  160. package/sub-table-plus/style.css +1 -0
  161. package/table-column/index.d.ts +160 -0
  162. package/table-column/index.mjs +2 -0
  163. package/table-column/style.css +1 -0
  164. package/table-column-def/index.d.ts +95 -0
  165. package/table-column-def/index.mjs +11 -0
  166. package/table-view/index.d.ts +340 -1
  167. package/table-view/index.mjs +454 -6
  168. package/table-view/style.css +1 -0
  169. package/toolbar/index.d.ts +128 -1
  170. package/toolbar/index.mjs +1 -8
  171. package/toolbar/style.css +1 -0
  172. package/toolbar-button/index.d.ts +188 -1
  173. package/toolbar-button/index.mjs +1 -8
  174. package/vue-cron/index.d.ts +191 -0
  175. package/vue-cron/index.mjs +2 -0
  176. package/vue-cron/style.css +1 -0
  177. package/web-types.json +1 -1
  178. package/x-input-tag/index.d.ts +2 -0
  179. package/x-input-tag/index.mjs +228 -0
  180. package/x-input-tag/style.css +1 -0
  181. package/year-calendar/index.d.ts +99 -0
  182. package/year-calendar/index.mjs +2 -0
  183. package/year-calendar/style.css +1 -0
  184. package/chunks/B4M_TFeR.mjs +0 -152
  185. package/chunks/B5BIQCcK.mjs +0 -149
  186. package/chunks/BHNKrW1j.mjs +0 -61
  187. package/chunks/BO9jWhBl.mjs +0 -46
  188. package/chunks/BZ8aOa78.mjs +0 -35
  189. package/chunks/Bsz7y4Xp.mjs +0 -73
  190. package/chunks/Bxj372sF.mjs +0 -53
  191. package/chunks/C33EmJN8.mjs +0 -32
  192. package/chunks/C6Li3-l7.mjs +0 -28
  193. package/chunks/CBcdalMX.mjs +0 -35
  194. package/chunks/CdRsyF0n.mjs +0 -43
  195. package/chunks/ClNahmiU.mjs +0 -23
  196. package/chunks/CstztYMu.mjs +0 -28
  197. package/chunks/DC9b53M6.mjs +0 -32
  198. package/chunks/DDVAgRED.mjs +0 -36
  199. package/chunks/DpJQABVD.mjs +0 -91
  200. package/chunks/ZsLNWI9x.mjs +0 -46
  201. package/chunks/jn_iQrVZ.mjs +0 -28
  202. package/constants.d.ts +0 -1
  203. package/constants.mjs +0 -4
  204. package/form-check-box-group/index.d.ts +0 -93
  205. package/form-check-box-group/index.mjs +0 -2
  206. package/input/style.css +0 -1
  207. package/resolver.mjs +0 -79
  208. /package/{resolver.d.ts → resolver/index.d.ts} +0 -0
@@ -1,2 +1,341 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1
+ import { tableViewContextKey } from '../../constants';
2
+ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
3
+ viewId: (StringConstructor | ArrayConstructor)[];
4
+ searchPanelAttrs: {
5
+ type: ObjectConstructor;
6
+ default: () => void;
7
+ };
8
+ toolbarAttrs: {
9
+ type: ObjectConstructor;
10
+ default: () => void;
11
+ };
12
+ toolbarListeners: ObjectConstructor;
13
+ treeAttrs: {
14
+ type: ObjectConstructor;
15
+ default: () => void;
16
+ };
17
+ treeListeners: ObjectConstructor;
18
+ tableAttrs: ObjectConstructor;
19
+ searchModel: ObjectConstructor;
20
+ tableListeners: {
21
+ type: ObjectConstructor;
22
+ default: () => void;
23
+ };
24
+ deleteApi: FunctionConstructor;
25
+ borderTop: BooleanConstructor;
26
+ borderBottom: BooleanConstructor;
27
+ borderLeft: BooleanConstructor;
28
+ borderRight: BooleanConstructor;
29
+ border: {
30
+ type: BooleanConstructor;
31
+ default: boolean;
32
+ };
33
+ labelWidth: {
34
+ type: StringConstructor;
35
+ default: string;
36
+ };
37
+ formPath: (StringConstructor | FunctionConstructor)[];
38
+ searchFormPosition: {
39
+ type: StringConstructor;
40
+ default: string;
41
+ };
42
+ embed: BooleanConstructor;
43
+ deleteTips: StringConstructor;
44
+ selectTips: StringConstructor;
45
+ rowKey: {
46
+ type: StringConstructor;
47
+ default: string;
48
+ };
49
+ expandSearch: BooleanConstructor;
50
+ showToolbar: {
51
+ type: BooleanConstructor;
52
+ default: boolean;
53
+ };
54
+ }>, {}, {
55
+ importDialogVisible: boolean;
56
+ selectedRows: never[];
57
+ isSearchVisible: boolean;
58
+ }, {
59
+ buttonSlots(): string[];
60
+ toolbarProps(): any;
61
+ treeProps(): Record<string, any>;
62
+ tableProps(): Record<string, any>;
63
+ searchPanelProps(): Record<string, any>;
64
+ toolbarEventHandlers(): {
65
+ [x: string]: any;
66
+ };
67
+ tableScopeSlotNames(): any;
68
+ }, {
69
+ toHyphenateKey: (properties: Record<string, any>) => Record<string, any>;
70
+ onTreeScroll(): void;
71
+ toggleSearch(): void;
72
+ onSearchClick(): void;
73
+ onClearClick(): void;
74
+ openFrom(row: any): void;
75
+ rowDbClick(row: any): void;
76
+ onSelectionChange(rows: any): void;
77
+ create(): void;
78
+ del(): Promise<void>;
79
+ reloadTable(): void;
80
+ refreshTable(useLoading: any): Promise<void>;
81
+ reloadTree(): void;
82
+ reloadTableAndTree(): void;
83
+ currentRow(): any;
84
+ getPageQuery(): any;
85
+ exp(): void;
86
+ getTableColumns(): any;
87
+ }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "reset"[], "reset", import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
88
+ viewId: (StringConstructor | ArrayConstructor)[];
89
+ searchPanelAttrs: {
90
+ type: ObjectConstructor;
91
+ default: () => void;
92
+ };
93
+ toolbarAttrs: {
94
+ type: ObjectConstructor;
95
+ default: () => void;
96
+ };
97
+ toolbarListeners: ObjectConstructor;
98
+ treeAttrs: {
99
+ type: ObjectConstructor;
100
+ default: () => void;
101
+ };
102
+ treeListeners: ObjectConstructor;
103
+ tableAttrs: ObjectConstructor;
104
+ searchModel: ObjectConstructor;
105
+ tableListeners: {
106
+ type: ObjectConstructor;
107
+ default: () => void;
108
+ };
109
+ deleteApi: FunctionConstructor;
110
+ borderTop: BooleanConstructor;
111
+ borderBottom: BooleanConstructor;
112
+ borderLeft: BooleanConstructor;
113
+ borderRight: BooleanConstructor;
114
+ border: {
115
+ type: BooleanConstructor;
116
+ default: boolean;
117
+ };
118
+ labelWidth: {
119
+ type: StringConstructor;
120
+ default: string;
121
+ };
122
+ formPath: (StringConstructor | FunctionConstructor)[];
123
+ searchFormPosition: {
124
+ type: StringConstructor;
125
+ default: string;
126
+ };
127
+ embed: BooleanConstructor;
128
+ deleteTips: StringConstructor;
129
+ selectTips: StringConstructor;
130
+ rowKey: {
131
+ type: StringConstructor;
132
+ default: string;
133
+ };
134
+ expandSearch: BooleanConstructor;
135
+ showToolbar: {
136
+ type: BooleanConstructor;
137
+ default: boolean;
138
+ };
139
+ }>> & Readonly<{
140
+ onReset?: ((...args: any[]) => any) | undefined;
141
+ }>, {
142
+ embed: boolean;
143
+ labelWidth: string;
144
+ border: boolean;
145
+ rowKey: string;
146
+ borderTop: boolean;
147
+ borderBottom: boolean;
148
+ borderLeft: boolean;
149
+ borderRight: boolean;
150
+ expandSearch: boolean;
151
+ searchPanelAttrs: Record<string, any>;
152
+ toolbarAttrs: Record<string, any>;
153
+ treeAttrs: Record<string, any>;
154
+ tableListeners: Record<string, any>;
155
+ searchFormPosition: string;
156
+ showToolbar: boolean;
157
+ }, {}, {}, {}, string, () => {
158
+ [tableViewContextKey]: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
159
+ viewId: (StringConstructor | ArrayConstructor)[];
160
+ searchPanelAttrs: {
161
+ type: ObjectConstructor;
162
+ default: () => void;
163
+ };
164
+ toolbarAttrs: {
165
+ type: ObjectConstructor;
166
+ default: () => void;
167
+ };
168
+ toolbarListeners: ObjectConstructor;
169
+ treeAttrs: {
170
+ type: ObjectConstructor;
171
+ default: () => void;
172
+ };
173
+ treeListeners: ObjectConstructor;
174
+ tableAttrs: ObjectConstructor;
175
+ searchModel: ObjectConstructor;
176
+ tableListeners: {
177
+ type: ObjectConstructor;
178
+ default: () => void;
179
+ };
180
+ deleteApi: FunctionConstructor;
181
+ borderTop: BooleanConstructor;
182
+ borderBottom: BooleanConstructor;
183
+ borderLeft: BooleanConstructor;
184
+ borderRight: BooleanConstructor;
185
+ border: {
186
+ type: BooleanConstructor;
187
+ default: boolean;
188
+ };
189
+ labelWidth: {
190
+ type: StringConstructor;
191
+ default: string;
192
+ };
193
+ formPath: (StringConstructor | FunctionConstructor)[];
194
+ searchFormPosition: {
195
+ type: StringConstructor;
196
+ default: string;
197
+ };
198
+ embed: BooleanConstructor;
199
+ deleteTips: StringConstructor;
200
+ selectTips: StringConstructor;
201
+ rowKey: {
202
+ type: StringConstructor;
203
+ default: string;
204
+ };
205
+ expandSearch: BooleanConstructor;
206
+ showToolbar: {
207
+ type: BooleanConstructor;
208
+ default: boolean;
209
+ };
210
+ }>> & Readonly<{
211
+ onReset?: ((...args: any[]) => any) | undefined;
212
+ }>, {}, {
213
+ importDialogVisible: boolean;
214
+ selectedRows: never[];
215
+ isSearchVisible: boolean;
216
+ }, {
217
+ buttonSlots(): string[];
218
+ toolbarProps(): any;
219
+ treeProps(): Record<string, any>;
220
+ tableProps(): Record<string, any>;
221
+ searchPanelProps(): Record<string, any>;
222
+ toolbarEventHandlers(): {
223
+ [x: string]: any;
224
+ };
225
+ tableScopeSlotNames(): any;
226
+ }, {
227
+ toHyphenateKey: (properties: Record<string, any>) => Record<string, any>;
228
+ onTreeScroll(): void;
229
+ toggleSearch(): void;
230
+ onSearchClick(): void;
231
+ onClearClick(): void;
232
+ openFrom(row: any): void;
233
+ rowDbClick(row: any): void;
234
+ onSelectionChange(rows: any): void;
235
+ create(): void;
236
+ del(): Promise<void>;
237
+ reloadTable(): void;
238
+ refreshTable(useLoading: any): Promise<void>;
239
+ reloadTree(): void;
240
+ reloadTableAndTree(): void;
241
+ currentRow(): any;
242
+ getPageQuery(): any;
243
+ exp(): void;
244
+ getTableColumns(): any;
245
+ }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "reset"[], {}, {}, false, {}, {}, {}, {}, string, {}, any, import('vue').ComponentProvideOptions, {
246
+ P: {};
247
+ B: {};
248
+ D: {};
249
+ C: {};
250
+ M: {};
251
+ Defaults: {};
252
+ }, Readonly<globalThis.ExtractPropTypes<{
253
+ viewId: (StringConstructor | ArrayConstructor)[];
254
+ searchPanelAttrs: {
255
+ type: ObjectConstructor;
256
+ default: () => void;
257
+ };
258
+ toolbarAttrs: {
259
+ type: ObjectConstructor;
260
+ default: () => void;
261
+ };
262
+ toolbarListeners: ObjectConstructor;
263
+ treeAttrs: {
264
+ type: ObjectConstructor;
265
+ default: () => void;
266
+ };
267
+ treeListeners: ObjectConstructor;
268
+ tableAttrs: ObjectConstructor;
269
+ searchModel: ObjectConstructor;
270
+ tableListeners: {
271
+ type: ObjectConstructor;
272
+ default: () => void;
273
+ };
274
+ deleteApi: FunctionConstructor;
275
+ borderTop: BooleanConstructor;
276
+ borderBottom: BooleanConstructor;
277
+ borderLeft: BooleanConstructor;
278
+ borderRight: BooleanConstructor;
279
+ border: {
280
+ type: BooleanConstructor;
281
+ default: boolean;
282
+ };
283
+ labelWidth: {
284
+ type: StringConstructor;
285
+ default: string;
286
+ };
287
+ formPath: (StringConstructor | FunctionConstructor)[];
288
+ searchFormPosition: {
289
+ type: StringConstructor;
290
+ default: string;
291
+ };
292
+ embed: BooleanConstructor;
293
+ deleteTips: StringConstructor;
294
+ selectTips: StringConstructor;
295
+ rowKey: {
296
+ type: StringConstructor;
297
+ default: string;
298
+ };
299
+ expandSearch: BooleanConstructor;
300
+ showToolbar: {
301
+ type: BooleanConstructor;
302
+ default: boolean;
303
+ };
304
+ }>> & Readonly<{
305
+ onReset?: ((...args: any[]) => any) | undefined;
306
+ }>, {}, {
307
+ importDialogVisible: boolean;
308
+ selectedRows: never[];
309
+ isSearchVisible: boolean;
310
+ }, {
311
+ buttonSlots(): string[];
312
+ toolbarProps(): any;
313
+ treeProps(): Record<string, any>;
314
+ tableProps(): Record<string, any>;
315
+ searchPanelProps(): Record<string, any>;
316
+ toolbarEventHandlers(): {
317
+ [x: string]: any;
318
+ };
319
+ tableScopeSlotNames(): any;
320
+ }, {
321
+ toHyphenateKey: (properties: Record<string, any>) => Record<string, any>;
322
+ onTreeScroll(): void;
323
+ toggleSearch(): void;
324
+ onSearchClick(): void;
325
+ onClearClick(): void;
326
+ openFrom(row: any): void;
327
+ rowDbClick(row: any): void;
328
+ onSelectionChange(rows: any): void;
329
+ create(): void;
330
+ del(): Promise<void>;
331
+ reloadTable(): void;
332
+ refreshTable(useLoading: any): Promise<void>;
333
+ reloadTree(): void;
334
+ reloadTableAndTree(): void;
335
+ currentRow(): any;
336
+ getPageQuery(): any;
337
+ exp(): void;
338
+ getTableColumns(): any;
339
+ }, {}>;
340
+ }, true, {}, any>;
2
341
  export default _default;