3h1-ui 3.0.0-next.249 → 3.0.0-next.250

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 (113) hide show
  1. package/es/index.js +26 -24
  2. package/es/style.css +21 -33
  3. package/es/ui/src/AdvancedSearch/src/AdvancedSearch.vue.d.ts +279 -0
  4. package/es/ui/src/Basic/src/BasicHelp.d.ts +2 -2
  5. package/es/ui/src/Basic/src/BasicTitle.vue.d.ts +2 -2
  6. package/es/ui/src/BasicContainer/src/BasicContainer.vue.d.ts +1 -1
  7. package/es/ui/src/Button/index.d.ts +7 -7
  8. package/es/ui/src/Button/src/BasicButton.d.ts +3 -3
  9. package/es/ui/src/Button/src/props.d.ts +1 -1
  10. package/es/ui/src/ColorPickerPopover/src/ColorPickerPopover.d.ts +1 -1
  11. package/es/ui/src/Container/src/LazyContainer.vue.d.ts +2 -2
  12. package/es/ui/src/Container/src/collapse/CollapseContainer.vue.d.ts +1 -384
  13. package/es/ui/src/ContextMenu/src/ContextMenu.d.ts +2 -2
  14. package/es/ui/src/Cropper/src/CopperModal.vue.d.ts +2 -2
  15. package/es/ui/src/Cropper/src/CropperAvatar.vue.d.ts +3 -3
  16. package/es/ui/src/Description/src/Description.d.ts +1 -1
  17. package/es/ui/src/Descriptions/index.d.ts +3 -3
  18. package/es/ui/src/Descriptions/src/ShyDescriptions.d.ts +1 -1
  19. package/es/ui/src/DescriptionsForm/index.d.ts +426 -0
  20. package/es/ui/src/DescriptionsForm/src/DescriptionsForm.vue.d.ts +106 -0
  21. package/es/ui/src/Drawer/src/BasicDrawer.vue.d.ts +1 -1
  22. package/es/ui/src/Modal/index.d.ts +7 -7
  23. package/es/ui/src/Modal/src/BasicModal.vue.d.ts +2 -2
  24. package/es/ui/src/Modal/src/components/BasicTitle.vue.d.ts +2 -2
  25. package/es/ui/src/Modal/src/components/Modal.d.ts +1 -1
  26. package/es/ui/src/Modal/src/components/ModalFooter.vue.d.ts +1 -1
  27. package/es/ui/src/Modal/src/components/ModalWrapper.vue.d.ts +1 -1
  28. package/es/ui/src/Page/src/PageSecond.d.ts +1 -1
  29. package/es/ui/src/Process/src/Process.d.ts +1 -1
  30. package/es/ui/src/ShyContainer/src/ShyContainer.d.ts +4 -4
  31. package/es/ui/src/ShyContainer/src/props.d.ts +1 -1
  32. package/es/ui/src/ShyForm/src/ShyForm.d.ts +161 -161
  33. package/es/ui/src/ShyForm/src/components/ApiModalSelect/ApiModalSelect.vue.d.ts +2211 -0
  34. package/es/ui/src/ShyForm/src/components/ApiModalSelect/DeptTree.vue.d.ts +4 -4
  35. package/es/ui/src/ShyForm/src/components/ApiModalSelect/Modal.vue.d.ts +13 -13
  36. package/es/ui/src/ShyForm/src/components/ApiModalSelect/Table.vue.d.ts +2 -2
  37. package/es/ui/src/ShyForm/src/components/ApiSelect.vue.d.ts +1 -1
  38. package/es/ui/src/ShyForm/src/components/ApiTransfer.vue.d.ts +3 -3
  39. package/es/ui/src/ShyForm/src/components/FormAction.vue.d.ts +1 -1
  40. package/es/ui/src/ShyForm/src/components/Table.d.ts +2 -2
  41. package/es/ui/src/ShyForm/src/hooks/useLabelWidth.d.ts +13 -13
  42. package/es/ui/src/ShyForm/src/props.d.ts +80 -80
  43. package/es/ui/src/ShyTable/src/ShyTable.d.ts +2 -2
  44. package/es/ui/src/ShyTable/src/components/HeaderCell.vue.d.ts +2 -2
  45. package/es/ui/src/ShyTable/src/components/ShyTableAction.d.ts +1 -1
  46. package/es/ui/src/ShyTable/src/components/TableImg.vue.d.ts +1 -1
  47. package/es/ui/src/TablePlus/TablePlus.vue.d.ts +163 -606
  48. package/es/ui/src/TablePlus/components/ButtonGroupEdit.vue.d.ts +1 -1
  49. package/es/ui/src/Tree/src/BasicTree.d.ts +3 -3
  50. package/es/ui/src/Upload/index.d.ts +9574 -0
  51. package/es/ui/src/Upload/src/BasicUpload.vue.d.ts +2949 -0
  52. package/es/ui/src/Upload/src/components/FileList.d.ts +18 -18
  53. package/es/ui/src/Upload/src/components/ImageUpload.vue.d.ts +410 -0
  54. package/es/ui/src/Upload/src/components/ThumbUrl.vue.d.ts +25 -0
  55. package/es/ui/src/Upload/src/components/UploadModal.vue.d.ts +1350 -0
  56. package/es/ui/src/Upload/src/components/UploadPreviewModal.vue.d.ts +25 -25
  57. package/lib/index.js +26 -24
  58. package/lib/style.css +21 -33
  59. package/lib/ui/src/AdvancedSearch/src/AdvancedSearch.vue.d.ts +279 -0
  60. package/lib/ui/src/Basic/src/BasicHelp.d.ts +2 -2
  61. package/lib/ui/src/Basic/src/BasicTitle.vue.d.ts +2 -2
  62. package/lib/ui/src/BasicContainer/src/BasicContainer.vue.d.ts +1 -1
  63. package/lib/ui/src/Button/index.d.ts +7 -7
  64. package/lib/ui/src/Button/src/BasicButton.d.ts +3 -3
  65. package/lib/ui/src/Button/src/props.d.ts +1 -1
  66. package/lib/ui/src/ColorPickerPopover/src/ColorPickerPopover.d.ts +1 -1
  67. package/lib/ui/src/Container/src/LazyContainer.vue.d.ts +2 -2
  68. package/lib/ui/src/Container/src/collapse/CollapseContainer.vue.d.ts +1 -384
  69. package/lib/ui/src/ContextMenu/src/ContextMenu.d.ts +2 -2
  70. package/lib/ui/src/Cropper/src/CopperModal.vue.d.ts +2 -2
  71. package/lib/ui/src/Cropper/src/CropperAvatar.vue.d.ts +3 -3
  72. package/lib/ui/src/Description/src/Description.d.ts +1 -1
  73. package/lib/ui/src/Descriptions/index.d.ts +3 -3
  74. package/lib/ui/src/Descriptions/src/ShyDescriptions.d.ts +1 -1
  75. package/lib/ui/src/DescriptionsForm/index.d.ts +426 -0
  76. package/lib/ui/src/DescriptionsForm/src/DescriptionsForm.vue.d.ts +106 -0
  77. package/lib/ui/src/Drawer/src/BasicDrawer.vue.d.ts +1 -1
  78. package/lib/ui/src/Modal/index.d.ts +7 -7
  79. package/lib/ui/src/Modal/src/BasicModal.vue.d.ts +2 -2
  80. package/lib/ui/src/Modal/src/components/BasicTitle.vue.d.ts +2 -2
  81. package/lib/ui/src/Modal/src/components/Modal.d.ts +1 -1
  82. package/lib/ui/src/Modal/src/components/ModalFooter.vue.d.ts +1 -1
  83. package/lib/ui/src/Modal/src/components/ModalWrapper.vue.d.ts +1 -1
  84. package/lib/ui/src/Page/src/PageSecond.d.ts +1 -1
  85. package/lib/ui/src/Process/src/Process.d.ts +1 -1
  86. package/lib/ui/src/ShyContainer/src/ShyContainer.d.ts +4 -4
  87. package/lib/ui/src/ShyContainer/src/props.d.ts +1 -1
  88. package/lib/ui/src/ShyForm/src/ShyForm.d.ts +161 -161
  89. package/lib/ui/src/ShyForm/src/components/ApiModalSelect/ApiModalSelect.vue.d.ts +2211 -0
  90. package/lib/ui/src/ShyForm/src/components/ApiModalSelect/DeptTree.vue.d.ts +4 -4
  91. package/lib/ui/src/ShyForm/src/components/ApiModalSelect/Modal.vue.d.ts +13 -13
  92. package/lib/ui/src/ShyForm/src/components/ApiModalSelect/Table.vue.d.ts +2 -2
  93. package/lib/ui/src/ShyForm/src/components/ApiSelect.vue.d.ts +1 -1
  94. package/lib/ui/src/ShyForm/src/components/ApiTransfer.vue.d.ts +3 -3
  95. package/lib/ui/src/ShyForm/src/components/FormAction.vue.d.ts +1 -1
  96. package/lib/ui/src/ShyForm/src/components/Table.d.ts +2 -2
  97. package/lib/ui/src/ShyForm/src/hooks/useLabelWidth.d.ts +13 -13
  98. package/lib/ui/src/ShyForm/src/props.d.ts +80 -80
  99. package/lib/ui/src/ShyTable/src/ShyTable.d.ts +2 -2
  100. package/lib/ui/src/ShyTable/src/components/HeaderCell.vue.d.ts +2 -2
  101. package/lib/ui/src/ShyTable/src/components/ShyTableAction.d.ts +1 -1
  102. package/lib/ui/src/ShyTable/src/components/TableImg.vue.d.ts +1 -1
  103. package/lib/ui/src/TablePlus/TablePlus.vue.d.ts +163 -606
  104. package/lib/ui/src/TablePlus/components/ButtonGroupEdit.vue.d.ts +1 -1
  105. package/lib/ui/src/Tree/src/BasicTree.d.ts +3 -3
  106. package/lib/ui/src/Upload/index.d.ts +9574 -0
  107. package/lib/ui/src/Upload/src/BasicUpload.vue.d.ts +2949 -0
  108. package/lib/ui/src/Upload/src/components/FileList.d.ts +18 -18
  109. package/lib/ui/src/Upload/src/components/ImageUpload.vue.d.ts +410 -0
  110. package/lib/ui/src/Upload/src/components/ThumbUrl.vue.d.ts +25 -0
  111. package/lib/ui/src/Upload/src/components/UploadModal.vue.d.ts +1350 -0
  112. package/lib/ui/src/Upload/src/components/UploadPreviewModal.vue.d.ts +25 -25
  113. package/package.json +3 -3
@@ -0,0 +1,2211 @@
1
+ declare const _sfc_main: import("vue").DefineComponent<{
2
+ value: {
3
+ default: string;
4
+ };
5
+ title: {
6
+ default: string;
7
+ };
8
+ tableComponentProps: {
9
+ type: ObjectConstructor;
10
+ default: () => {
11
+ api: () => Promise<unknown>;
12
+ columns: {
13
+ title: string;
14
+ dataIndex: string;
15
+ }[];
16
+ searchKey: string;
17
+ };
18
+ };
19
+ tree: {
20
+ default: () => {
21
+ fieldNames: {
22
+ label: string;
23
+ value: string;
24
+ };
25
+ api: () => Promise<unknown>;
26
+ };
27
+ };
28
+ selectMode: {
29
+ default: string;
30
+ type: StringConstructor;
31
+ };
32
+ fieldNames: {
33
+ default: {
34
+ label: string;
35
+ value: string;
36
+ };
37
+ };
38
+ readonly: {
39
+ default: boolean;
40
+ type: BooleanConstructor;
41
+ };
42
+ }, {
43
+ props: any;
44
+ register: import("../../../../Modal").RegisterFn;
45
+ openModal: <T = any>(props?: boolean, data?: T, openOnSet?: boolean) => void;
46
+ emitData: import("vue").Ref<any[]>;
47
+ label: import("vue").Ref<string>;
48
+ state: import("vue").WritableComputedRef<string>;
49
+ emit: (event: "change" | "update:value" | "modal-confirm", ...args: any[]) => void;
50
+ getTreeProps: import("vue").ComputedRef<{
51
+ fieldNames: {
52
+ label: string;
53
+ value: string;
54
+ };
55
+ api: () => Promise<unknown>;
56
+ }>;
57
+ getTableProps: import("vue").ComputedRef<{
58
+ [x: string]: any;
59
+ }>;
60
+ getSelectMode: import("vue").ComputedRef<string>;
61
+ handleClick: () => void;
62
+ handleConfirm: (rows: any) => void;
63
+ handleChange: (_: any, ...args: any[]) => void;
64
+ getLabel: () => string;
65
+ setLabel: (value: any) => void;
66
+ readonly Input: any;
67
+ readonly FormItemRest: any;
68
+ readonly SmallDashOutlined: import("@ant-design/icons-vue/lib/icons/SmallDashOutlined").SmallDashOutlinedIconType;
69
+ Modal: import("vue").DefineComponent<{
70
+ title: {
71
+ type: StringConstructor;
72
+ required: true;
73
+ default: string;
74
+ };
75
+ }, {
76
+ props: any;
77
+ register: import("../../../../Modal").RegisterFn;
78
+ closeModal: () => void;
79
+ getTreeProps: unknown;
80
+ getTableProps: any;
81
+ tableRef: import("vue").Ref<any>;
82
+ treeRef: import("vue").Ref<any>;
83
+ handleSelect: (key: any) => Promise<void>;
84
+ emit: (event: "register" | "confirm", ...args: any[]) => void;
85
+ handleComfirm: () => void;
86
+ readonly BasicModal: {
87
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
88
+ defaultFullscreen: {
89
+ type: BooleanConstructor;
90
+ };
91
+ canFullscreen: {
92
+ type: BooleanConstructor;
93
+ default: boolean;
94
+ };
95
+ wrapperFooterOffset: {
96
+ type: NumberConstructor;
97
+ default: number;
98
+ };
99
+ helpMessage: ((new (...args: any[]) => string | string[]) | (() => string | string[])) | ((new (...args: any[]) => string | string[]) | (() => string | string[]))[];
100
+ useWrapper: {
101
+ type: BooleanConstructor;
102
+ default: boolean;
103
+ };
104
+ loading: {
105
+ type: BooleanConstructor;
106
+ };
107
+ loadingTip: {
108
+ type: StringConstructor;
109
+ };
110
+ showCancelBtn: {
111
+ type: BooleanConstructor;
112
+ default: boolean;
113
+ };
114
+ showOkBtn: {
115
+ type: BooleanConstructor;
116
+ default: boolean;
117
+ };
118
+ wrapperProps: ((new (...args: any[]) => Partial<import("../../../../Modal").ModalWrapperProps>) | (() => Partial<import("../../../../Modal").ModalWrapperProps>)) | ((new (...args: any[]) => Partial<import("../../../../Modal").ModalWrapperProps>) | (() => Partial<import("../../../../Modal").ModalWrapperProps>))[];
119
+ afterClose: ((new (...args: any[]) => () => Promise<VueNode>) | (() => () => Promise<VueNode>) | {
120
+ (): () => Promise<VueNode>;
121
+ new (): any;
122
+ readonly prototype: any;
123
+ }) | ((new (...args: any[]) => () => Promise<VueNode>) | (() => () => Promise<VueNode>) | {
124
+ (): () => Promise<VueNode>;
125
+ new (): any;
126
+ readonly prototype: any;
127
+ })[];
128
+ bodyStyle: ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties)) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties))[];
129
+ closable: {
130
+ type: BooleanConstructor;
131
+ default: boolean;
132
+ };
133
+ closeIcon: ((new (...args: any[]) => VueNode & {}) | (() => VueNode)) | ((new (...args: any[]) => VueNode & {}) | (() => VueNode))[];
134
+ confirmLoading: {
135
+ type: BooleanConstructor;
136
+ };
137
+ destroyOnClose: {
138
+ type: BooleanConstructor;
139
+ };
140
+ footer: ((new (...args: any[]) => VueNode & {}) | (() => VueNode)) | ((new (...args: any[]) => VueNode & {}) | (() => VueNode))[];
141
+ getContainer: ((new (...args: any[]) => () => any) | (() => () => any) | {
142
+ (): () => any;
143
+ new (): any;
144
+ readonly prototype: any;
145
+ }) | ((new (...args: any[]) => () => any) | (() => () => any) | {
146
+ (): () => any;
147
+ new (): any;
148
+ readonly prototype: any;
149
+ })[];
150
+ mask: {
151
+ type: BooleanConstructor;
152
+ default: boolean;
153
+ };
154
+ maskClosable: {
155
+ type: BooleanConstructor;
156
+ default: boolean;
157
+ };
158
+ keyboard: {
159
+ type: BooleanConstructor;
160
+ default: boolean;
161
+ };
162
+ maskStyle: ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties)) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties))[];
163
+ okType: {
164
+ type: StringConstructor;
165
+ default: string;
166
+ };
167
+ okButtonProps: {
168
+ type: ((new (...args: any[]) => Recordable<any>) | (() => Recordable<any>)) | ((new (...args: any[]) => Recordable<any>) | (() => Recordable<any>))[];
169
+ };
170
+ cancelButtonProps: {
171
+ type: ((new (...args: any[]) => Recordable<any>) | (() => Recordable<any>)) | ((new (...args: any[]) => Recordable<any>) | (() => Recordable<any>))[];
172
+ };
173
+ title: {
174
+ type: StringConstructor;
175
+ };
176
+ visible: {
177
+ type: BooleanConstructor;
178
+ };
179
+ width: ((new (...args: any[]) => string | number) | (() => string | number)) | ((new (...args: any[]) => string | number) | (() => string | number))[];
180
+ wrapClassName: {
181
+ type: StringConstructor;
182
+ };
183
+ zIndex: {
184
+ type: NumberConstructor;
185
+ };
186
+ size: {
187
+ type: ((new (...args: any[]) => "small" | "default" | "large") | (() => "small" | "default" | "large")) | ((new (...args: any[]) => "small" | "default" | "large") | (() => "small" | "default" | "large"))[];
188
+ default: string;
189
+ };
190
+ scrollTop: {
191
+ type: BooleanConstructor;
192
+ default: boolean;
193
+ };
194
+ height: {
195
+ type: NumberConstructor;
196
+ };
197
+ minHeight: {
198
+ type: NumberConstructor;
199
+ };
200
+ draggable: {
201
+ type: BooleanConstructor;
202
+ default: boolean;
203
+ };
204
+ centered: {
205
+ type: BooleanConstructor;
206
+ };
207
+ cancelText: {
208
+ type: StringConstructor;
209
+ default: string;
210
+ };
211
+ okText: {
212
+ type: StringConstructor;
213
+ default: string;
214
+ };
215
+ closeFunc: ((new (...args: any[]) => () => Promise<boolean>) | (() => () => Promise<boolean>) | {
216
+ (): () => Promise<boolean>;
217
+ new (): any;
218
+ readonly prototype: any;
219
+ }) | ((new (...args: any[]) => () => Promise<boolean>) | (() => () => Promise<boolean>) | {
220
+ (): () => Promise<boolean>;
221
+ new (): any;
222
+ readonly prototype: any;
223
+ })[];
224
+ }>> & {
225
+ onCancel?: (...args: any[]) => any;
226
+ "onHeight-change"?: (...args: any[]) => any;
227
+ onOk?: (...args: any[]) => any;
228
+ "onVisible-change"?: (...args: any[]) => any;
229
+ onRegister?: (...args: any[]) => any;
230
+ "onUpdate:visible"?: (...args: any[]) => any;
231
+ }, {
232
+ prefixCls: string;
233
+ handleCancel: (e: Event) => Promise<void>;
234
+ getBindValue: import("vue").ComputedRef<Recordable<any>>;
235
+ getProps: import("vue").ComputedRef<Recordable<any>>;
236
+ handleFullScreen: (e: Event) => void;
237
+ fullScreenRef: import("vue").Ref<boolean>;
238
+ getMergeProps: import("vue").ComputedRef<Recordable<any>>;
239
+ handleOk: (e: Event) => void;
240
+ visibleRef: import("vue").Ref<boolean>;
241
+ omitBindValue: Object;
242
+ omitSlotKeys: import("vue").ComputedRef<string[]>;
243
+ modalWrapperRef: import("vue").Ref<any>;
244
+ handleExtHeight: (height: number) => void;
245
+ handleHeightChange: (height: string) => void;
246
+ handleTitleDbClick: (e: Event) => void;
247
+ getWrapperHeight: import("vue").ComputedRef<any>;
248
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancel" | "height-change" | "ok" | "visible-change" | "register" | "update:visible")[], import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
249
+ defaultFullscreen: {
250
+ type: BooleanConstructor;
251
+ };
252
+ canFullscreen: {
253
+ type: BooleanConstructor;
254
+ default: boolean;
255
+ };
256
+ wrapperFooterOffset: {
257
+ type: NumberConstructor;
258
+ default: number;
259
+ };
260
+ helpMessage: ((new (...args: any[]) => string | string[]) | (() => string | string[])) | ((new (...args: any[]) => string | string[]) | (() => string | string[]))[];
261
+ useWrapper: {
262
+ type: BooleanConstructor;
263
+ default: boolean;
264
+ };
265
+ loading: {
266
+ type: BooleanConstructor;
267
+ };
268
+ loadingTip: {
269
+ type: StringConstructor;
270
+ };
271
+ showCancelBtn: {
272
+ type: BooleanConstructor;
273
+ default: boolean;
274
+ };
275
+ showOkBtn: {
276
+ type: BooleanConstructor;
277
+ default: boolean;
278
+ };
279
+ wrapperProps: ((new (...args: any[]) => Partial<import("../../../../Modal").ModalWrapperProps>) | (() => Partial<import("../../../../Modal").ModalWrapperProps>)) | ((new (...args: any[]) => Partial<import("../../../../Modal").ModalWrapperProps>) | (() => Partial<import("../../../../Modal").ModalWrapperProps>))[];
280
+ afterClose: ((new (...args: any[]) => () => Promise<VueNode>) | (() => () => Promise<VueNode>) | {
281
+ (): () => Promise<VueNode>;
282
+ new (): any;
283
+ readonly prototype: any;
284
+ }) | ((new (...args: any[]) => () => Promise<VueNode>) | (() => () => Promise<VueNode>) | {
285
+ (): () => Promise<VueNode>;
286
+ new (): any;
287
+ readonly prototype: any;
288
+ })[];
289
+ bodyStyle: ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties)) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties))[];
290
+ closable: {
291
+ type: BooleanConstructor;
292
+ default: boolean;
293
+ };
294
+ closeIcon: ((new (...args: any[]) => VueNode & {}) | (() => VueNode)) | ((new (...args: any[]) => VueNode & {}) | (() => VueNode))[];
295
+ confirmLoading: {
296
+ type: BooleanConstructor;
297
+ };
298
+ destroyOnClose: {
299
+ type: BooleanConstructor;
300
+ };
301
+ footer: ((new (...args: any[]) => VueNode & {}) | (() => VueNode)) | ((new (...args: any[]) => VueNode & {}) | (() => VueNode))[];
302
+ getContainer: ((new (...args: any[]) => () => any) | (() => () => any) | {
303
+ (): () => any;
304
+ new (): any;
305
+ readonly prototype: any;
306
+ }) | ((new (...args: any[]) => () => any) | (() => () => any) | {
307
+ (): () => any;
308
+ new (): any;
309
+ readonly prototype: any;
310
+ })[];
311
+ mask: {
312
+ type: BooleanConstructor;
313
+ default: boolean;
314
+ };
315
+ maskClosable: {
316
+ type: BooleanConstructor;
317
+ default: boolean;
318
+ };
319
+ keyboard: {
320
+ type: BooleanConstructor;
321
+ default: boolean;
322
+ };
323
+ maskStyle: ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties)) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties))[];
324
+ okType: {
325
+ type: StringConstructor;
326
+ default: string;
327
+ };
328
+ okButtonProps: {
329
+ type: ((new (...args: any[]) => Recordable<any>) | (() => Recordable<any>)) | ((new (...args: any[]) => Recordable<any>) | (() => Recordable<any>))[];
330
+ };
331
+ cancelButtonProps: {
332
+ type: ((new (...args: any[]) => Recordable<any>) | (() => Recordable<any>)) | ((new (...args: any[]) => Recordable<any>) | (() => Recordable<any>))[];
333
+ };
334
+ title: {
335
+ type: StringConstructor;
336
+ };
337
+ visible: {
338
+ type: BooleanConstructor;
339
+ };
340
+ width: ((new (...args: any[]) => string | number) | (() => string | number)) | ((new (...args: any[]) => string | number) | (() => string | number))[];
341
+ wrapClassName: {
342
+ type: StringConstructor;
343
+ };
344
+ zIndex: {
345
+ type: NumberConstructor;
346
+ };
347
+ size: {
348
+ type: ((new (...args: any[]) => "small" | "default" | "large") | (() => "small" | "default" | "large")) | ((new (...args: any[]) => "small" | "default" | "large") | (() => "small" | "default" | "large"))[];
349
+ default: string;
350
+ };
351
+ scrollTop: {
352
+ type: BooleanConstructor;
353
+ default: boolean;
354
+ };
355
+ height: {
356
+ type: NumberConstructor;
357
+ };
358
+ minHeight: {
359
+ type: NumberConstructor;
360
+ };
361
+ draggable: {
362
+ type: BooleanConstructor;
363
+ default: boolean;
364
+ };
365
+ centered: {
366
+ type: BooleanConstructor;
367
+ };
368
+ cancelText: {
369
+ type: StringConstructor;
370
+ default: string;
371
+ };
372
+ okText: {
373
+ type: StringConstructor;
374
+ default: string;
375
+ };
376
+ closeFunc: ((new (...args: any[]) => () => Promise<boolean>) | (() => () => Promise<boolean>) | {
377
+ (): () => Promise<boolean>;
378
+ new (): any;
379
+ readonly prototype: any;
380
+ }) | ((new (...args: any[]) => () => Promise<boolean>) | (() => () => Promise<boolean>) | {
381
+ (): () => Promise<boolean>;
382
+ new (): any;
383
+ readonly prototype: any;
384
+ })[];
385
+ }>> & {
386
+ onCancel?: (...args: any[]) => any;
387
+ "onHeight-change"?: (...args: any[]) => any;
388
+ onOk?: (...args: any[]) => any;
389
+ "onVisible-change"?: (...args: any[]) => any;
390
+ onRegister?: (...args: any[]) => any;
391
+ "onUpdate:visible"?: (...args: any[]) => any;
392
+ }, {
393
+ size: "small" | "default" | "large";
394
+ mask: boolean;
395
+ loading: boolean;
396
+ defaultFullscreen: boolean;
397
+ canFullscreen: boolean;
398
+ wrapperFooterOffset: number;
399
+ useWrapper: boolean;
400
+ showCancelBtn: boolean;
401
+ showOkBtn: boolean;
402
+ visible: boolean;
403
+ closable: boolean;
404
+ confirmLoading: boolean;
405
+ destroyOnClose: boolean;
406
+ maskClosable: boolean;
407
+ keyboard: boolean;
408
+ okType: string;
409
+ scrollTop: boolean;
410
+ draggable: boolean;
411
+ centered: boolean;
412
+ cancelText: string;
413
+ okText: string;
414
+ }, true, {}, {}, {
415
+ P: {};
416
+ B: {};
417
+ D: {};
418
+ C: {};
419
+ M: {};
420
+ Defaults: {};
421
+ }, Readonly<import("vue").ExtractPropTypes<{
422
+ defaultFullscreen: {
423
+ type: BooleanConstructor;
424
+ };
425
+ canFullscreen: {
426
+ type: BooleanConstructor;
427
+ default: boolean;
428
+ };
429
+ wrapperFooterOffset: {
430
+ type: NumberConstructor;
431
+ default: number;
432
+ };
433
+ helpMessage: ((new (...args: any[]) => string | string[]) | (() => string | string[])) | ((new (...args: any[]) => string | string[]) | (() => string | string[]))[];
434
+ useWrapper: {
435
+ type: BooleanConstructor;
436
+ default: boolean;
437
+ };
438
+ loading: {
439
+ type: BooleanConstructor;
440
+ };
441
+ loadingTip: {
442
+ type: StringConstructor;
443
+ };
444
+ showCancelBtn: {
445
+ type: BooleanConstructor;
446
+ default: boolean;
447
+ };
448
+ showOkBtn: {
449
+ type: BooleanConstructor;
450
+ default: boolean;
451
+ };
452
+ wrapperProps: ((new (...args: any[]) => Partial<import("../../../../Modal").ModalWrapperProps>) | (() => Partial<import("../../../../Modal").ModalWrapperProps>)) | ((new (...args: any[]) => Partial<import("../../../../Modal").ModalWrapperProps>) | (() => Partial<import("../../../../Modal").ModalWrapperProps>))[];
453
+ afterClose: ((new (...args: any[]) => () => Promise<VueNode>) | (() => () => Promise<VueNode>) | {
454
+ (): () => Promise<VueNode>;
455
+ new (): any;
456
+ readonly prototype: any;
457
+ }) | ((new (...args: any[]) => () => Promise<VueNode>) | (() => () => Promise<VueNode>) | {
458
+ (): () => Promise<VueNode>;
459
+ new (): any;
460
+ readonly prototype: any;
461
+ })[];
462
+ bodyStyle: ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties)) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties))[];
463
+ closable: {
464
+ type: BooleanConstructor;
465
+ default: boolean;
466
+ };
467
+ closeIcon: ((new (...args: any[]) => VueNode & {}) | (() => VueNode)) | ((new (...args: any[]) => VueNode & {}) | (() => VueNode))[];
468
+ confirmLoading: {
469
+ type: BooleanConstructor;
470
+ };
471
+ destroyOnClose: {
472
+ type: BooleanConstructor;
473
+ };
474
+ footer: ((new (...args: any[]) => VueNode & {}) | (() => VueNode)) | ((new (...args: any[]) => VueNode & {}) | (() => VueNode))[];
475
+ getContainer: ((new (...args: any[]) => () => any) | (() => () => any) | {
476
+ (): () => any;
477
+ new (): any;
478
+ readonly prototype: any;
479
+ }) | ((new (...args: any[]) => () => any) | (() => () => any) | {
480
+ (): () => any;
481
+ new (): any;
482
+ readonly prototype: any;
483
+ })[];
484
+ mask: {
485
+ type: BooleanConstructor;
486
+ default: boolean;
487
+ };
488
+ maskClosable: {
489
+ type: BooleanConstructor;
490
+ default: boolean;
491
+ };
492
+ keyboard: {
493
+ type: BooleanConstructor;
494
+ default: boolean;
495
+ };
496
+ maskStyle: ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties)) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties))[];
497
+ okType: {
498
+ type: StringConstructor;
499
+ default: string;
500
+ };
501
+ okButtonProps: {
502
+ type: ((new (...args: any[]) => Recordable<any>) | (() => Recordable<any>)) | ((new (...args: any[]) => Recordable<any>) | (() => Recordable<any>))[];
503
+ };
504
+ cancelButtonProps: {
505
+ type: ((new (...args: any[]) => Recordable<any>) | (() => Recordable<any>)) | ((new (...args: any[]) => Recordable<any>) | (() => Recordable<any>))[];
506
+ };
507
+ title: {
508
+ type: StringConstructor;
509
+ };
510
+ visible: {
511
+ type: BooleanConstructor;
512
+ };
513
+ width: ((new (...args: any[]) => string | number) | (() => string | number)) | ((new (...args: any[]) => string | number) | (() => string | number))[];
514
+ wrapClassName: {
515
+ type: StringConstructor;
516
+ };
517
+ zIndex: {
518
+ type: NumberConstructor;
519
+ };
520
+ size: {
521
+ type: ((new (...args: any[]) => "small" | "default" | "large") | (() => "small" | "default" | "large")) | ((new (...args: any[]) => "small" | "default" | "large") | (() => "small" | "default" | "large"))[];
522
+ default: string;
523
+ };
524
+ scrollTop: {
525
+ type: BooleanConstructor;
526
+ default: boolean;
527
+ };
528
+ height: {
529
+ type: NumberConstructor;
530
+ };
531
+ minHeight: {
532
+ type: NumberConstructor;
533
+ };
534
+ draggable: {
535
+ type: BooleanConstructor;
536
+ default: boolean;
537
+ };
538
+ centered: {
539
+ type: BooleanConstructor;
540
+ };
541
+ cancelText: {
542
+ type: StringConstructor;
543
+ default: string;
544
+ };
545
+ okText: {
546
+ type: StringConstructor;
547
+ default: string;
548
+ };
549
+ closeFunc: ((new (...args: any[]) => () => Promise<boolean>) | (() => () => Promise<boolean>) | {
550
+ (): () => Promise<boolean>;
551
+ new (): any;
552
+ readonly prototype: any;
553
+ }) | ((new (...args: any[]) => () => Promise<boolean>) | (() => () => Promise<boolean>) | {
554
+ (): () => Promise<boolean>;
555
+ new (): any;
556
+ readonly prototype: any;
557
+ })[];
558
+ }>> & {
559
+ onCancel?: (...args: any[]) => any;
560
+ "onHeight-change"?: (...args: any[]) => any;
561
+ onOk?: (...args: any[]) => any;
562
+ "onVisible-change"?: (...args: any[]) => any;
563
+ onRegister?: (...args: any[]) => any;
564
+ "onUpdate:visible"?: (...args: any[]) => any;
565
+ }, {
566
+ prefixCls: string;
567
+ handleCancel: (e: Event) => Promise<void>;
568
+ getBindValue: import("vue").ComputedRef<Recordable<any>>;
569
+ getProps: import("vue").ComputedRef<Recordable<any>>;
570
+ handleFullScreen: (e: Event) => void;
571
+ fullScreenRef: import("vue").Ref<boolean>;
572
+ getMergeProps: import("vue").ComputedRef<Recordable<any>>;
573
+ handleOk: (e: Event) => void;
574
+ visibleRef: import("vue").Ref<boolean>;
575
+ omitBindValue: Object;
576
+ omitSlotKeys: import("vue").ComputedRef<string[]>;
577
+ modalWrapperRef: import("vue").Ref<any>;
578
+ handleExtHeight: (height: number) => void;
579
+ handleHeightChange: (height: string) => void;
580
+ handleTitleDbClick: (e: Event) => void;
581
+ getWrapperHeight: import("vue").ComputedRef<any>;
582
+ }, {}, {}, {}, {
583
+ size: "small" | "default" | "large";
584
+ mask: boolean;
585
+ loading: boolean;
586
+ defaultFullscreen: boolean;
587
+ canFullscreen: boolean;
588
+ wrapperFooterOffset: number;
589
+ useWrapper: boolean;
590
+ showCancelBtn: boolean;
591
+ showOkBtn: boolean;
592
+ visible: boolean;
593
+ closable: boolean;
594
+ confirmLoading: boolean;
595
+ destroyOnClose: boolean;
596
+ maskClosable: boolean;
597
+ keyboard: boolean;
598
+ okType: string;
599
+ scrollTop: boolean;
600
+ draggable: boolean;
601
+ centered: boolean;
602
+ cancelText: string;
603
+ okText: string;
604
+ }>;
605
+ __isFragment?: never;
606
+ __isTeleport?: never;
607
+ __isSuspense?: never;
608
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
609
+ defaultFullscreen: {
610
+ type: BooleanConstructor;
611
+ };
612
+ canFullscreen: {
613
+ type: BooleanConstructor;
614
+ default: boolean;
615
+ };
616
+ wrapperFooterOffset: {
617
+ type: NumberConstructor;
618
+ default: number;
619
+ };
620
+ helpMessage: ((new (...args: any[]) => string | string[]) | (() => string | string[])) | ((new (...args: any[]) => string | string[]) | (() => string | string[]))[];
621
+ useWrapper: {
622
+ type: BooleanConstructor;
623
+ default: boolean;
624
+ };
625
+ loading: {
626
+ type: BooleanConstructor;
627
+ };
628
+ loadingTip: {
629
+ type: StringConstructor;
630
+ };
631
+ showCancelBtn: {
632
+ type: BooleanConstructor;
633
+ default: boolean;
634
+ };
635
+ showOkBtn: {
636
+ type: BooleanConstructor;
637
+ default: boolean;
638
+ };
639
+ wrapperProps: ((new (...args: any[]) => Partial<import("../../../../Modal").ModalWrapperProps>) | (() => Partial<import("../../../../Modal").ModalWrapperProps>)) | ((new (...args: any[]) => Partial<import("../../../../Modal").ModalWrapperProps>) | (() => Partial<import("../../../../Modal").ModalWrapperProps>))[];
640
+ afterClose: ((new (...args: any[]) => () => Promise<VueNode>) | (() => () => Promise<VueNode>) | {
641
+ (): () => Promise<VueNode>;
642
+ new (): any;
643
+ readonly prototype: any;
644
+ }) | ((new (...args: any[]) => () => Promise<VueNode>) | (() => () => Promise<VueNode>) | {
645
+ (): () => Promise<VueNode>;
646
+ new (): any;
647
+ readonly prototype: any;
648
+ })[];
649
+ bodyStyle: ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties)) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties))[];
650
+ closable: {
651
+ type: BooleanConstructor;
652
+ default: boolean;
653
+ };
654
+ closeIcon: ((new (...args: any[]) => VueNode & {}) | (() => VueNode)) | ((new (...args: any[]) => VueNode & {}) | (() => VueNode))[];
655
+ confirmLoading: {
656
+ type: BooleanConstructor;
657
+ };
658
+ destroyOnClose: {
659
+ type: BooleanConstructor;
660
+ };
661
+ footer: ((new (...args: any[]) => VueNode & {}) | (() => VueNode)) | ((new (...args: any[]) => VueNode & {}) | (() => VueNode))[];
662
+ getContainer: ((new (...args: any[]) => () => any) | (() => () => any) | {
663
+ (): () => any;
664
+ new (): any;
665
+ readonly prototype: any;
666
+ }) | ((new (...args: any[]) => () => any) | (() => () => any) | {
667
+ (): () => any;
668
+ new (): any;
669
+ readonly prototype: any;
670
+ })[];
671
+ mask: {
672
+ type: BooleanConstructor;
673
+ default: boolean;
674
+ };
675
+ maskClosable: {
676
+ type: BooleanConstructor;
677
+ default: boolean;
678
+ };
679
+ keyboard: {
680
+ type: BooleanConstructor;
681
+ default: boolean;
682
+ };
683
+ maskStyle: ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties)) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties))[];
684
+ okType: {
685
+ type: StringConstructor;
686
+ default: string;
687
+ };
688
+ okButtonProps: {
689
+ type: ((new (...args: any[]) => Recordable<any>) | (() => Recordable<any>)) | ((new (...args: any[]) => Recordable<any>) | (() => Recordable<any>))[];
690
+ };
691
+ cancelButtonProps: {
692
+ type: ((new (...args: any[]) => Recordable<any>) | (() => Recordable<any>)) | ((new (...args: any[]) => Recordable<any>) | (() => Recordable<any>))[];
693
+ };
694
+ title: {
695
+ type: StringConstructor;
696
+ };
697
+ visible: {
698
+ type: BooleanConstructor;
699
+ };
700
+ width: ((new (...args: any[]) => string | number) | (() => string | number)) | ((new (...args: any[]) => string | number) | (() => string | number))[];
701
+ wrapClassName: {
702
+ type: StringConstructor;
703
+ };
704
+ zIndex: {
705
+ type: NumberConstructor;
706
+ };
707
+ size: {
708
+ type: ((new (...args: any[]) => "small" | "default" | "large") | (() => "small" | "default" | "large")) | ((new (...args: any[]) => "small" | "default" | "large") | (() => "small" | "default" | "large"))[];
709
+ default: string;
710
+ };
711
+ scrollTop: {
712
+ type: BooleanConstructor;
713
+ default: boolean;
714
+ };
715
+ height: {
716
+ type: NumberConstructor;
717
+ };
718
+ minHeight: {
719
+ type: NumberConstructor;
720
+ };
721
+ draggable: {
722
+ type: BooleanConstructor;
723
+ default: boolean;
724
+ };
725
+ centered: {
726
+ type: BooleanConstructor;
727
+ };
728
+ cancelText: {
729
+ type: StringConstructor;
730
+ default: string;
731
+ };
732
+ okText: {
733
+ type: StringConstructor;
734
+ default: string;
735
+ };
736
+ closeFunc: ((new (...args: any[]) => () => Promise<boolean>) | (() => () => Promise<boolean>) | {
737
+ (): () => Promise<boolean>;
738
+ new (): any;
739
+ readonly prototype: any;
740
+ }) | ((new (...args: any[]) => () => Promise<boolean>) | (() => () => Promise<boolean>) | {
741
+ (): () => Promise<boolean>;
742
+ new (): any;
743
+ readonly prototype: any;
744
+ })[];
745
+ }>> & {
746
+ onCancel?: (...args: any[]) => any;
747
+ "onHeight-change"?: (...args: any[]) => any;
748
+ onOk?: (...args: any[]) => any;
749
+ "onVisible-change"?: (...args: any[]) => any;
750
+ onRegister?: (...args: any[]) => any;
751
+ "onUpdate:visible"?: (...args: any[]) => any;
752
+ }, {
753
+ prefixCls: string;
754
+ handleCancel: (e: Event) => Promise<void>;
755
+ getBindValue: import("vue").ComputedRef<Recordable<any>>;
756
+ getProps: import("vue").ComputedRef<Recordable<any>>;
757
+ handleFullScreen: (e: Event) => void;
758
+ fullScreenRef: import("vue").Ref<boolean>;
759
+ getMergeProps: import("vue").ComputedRef<Recordable<any>>;
760
+ handleOk: (e: Event) => void;
761
+ visibleRef: import("vue").Ref<boolean>;
762
+ omitBindValue: Object;
763
+ omitSlotKeys: import("vue").ComputedRef<string[]>;
764
+ modalWrapperRef: import("vue").Ref<any>;
765
+ handleExtHeight: (height: number) => void;
766
+ handleHeightChange: (height: string) => void;
767
+ handleTitleDbClick: (e: Event) => void;
768
+ getWrapperHeight: import("vue").ComputedRef<any>;
769
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancel" | "height-change" | "ok" | "visible-change" | "register" | "update:visible")[], "cancel" | "height-change" | "ok" | "visible-change" | "register" | "update:visible", {
770
+ size: "small" | "default" | "large";
771
+ mask: boolean;
772
+ loading: boolean;
773
+ defaultFullscreen: boolean;
774
+ canFullscreen: boolean;
775
+ wrapperFooterOffset: number;
776
+ useWrapper: boolean;
777
+ showCancelBtn: boolean;
778
+ showOkBtn: boolean;
779
+ visible: boolean;
780
+ closable: boolean;
781
+ confirmLoading: boolean;
782
+ destroyOnClose: boolean;
783
+ maskClosable: boolean;
784
+ keyboard: boolean;
785
+ okType: string;
786
+ scrollTop: boolean;
787
+ draggable: boolean;
788
+ centered: boolean;
789
+ cancelText: string;
790
+ okText: string;
791
+ }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>;
792
+ DeptTree: import("vue").DefineComponent<{
793
+ api: {
794
+ default: () => () => Promise<unknown>;
795
+ };
796
+ fieldNames: {
797
+ default: () => {
798
+ label: string;
799
+ value: string;
800
+ };
801
+ };
802
+ }, {
803
+ treeData: import("vue").Ref<any>;
804
+ searchToolbar: import("vue").Ref<boolean>;
805
+ emit: (event: "select", ...args: any[]) => void;
806
+ props: any;
807
+ fetch: () => Promise<void>;
808
+ handleSelect: (keys: string) => void;
809
+ reload: () => Promise<void>;
810
+ readonly BasicTree: import("vue").DefineComponent<{
811
+ value: import("@shy-plugins/utils").BuildPropReturn<PropType<import("../../../../Tree").KeyType[] | import("../../../../Tree").CheckKeys>, (() => import("../../../../Tree").KeyType[]) | (() => import("../../../../Tree").KeyType[]) | (() => {
812
+ checked: string[] | number[];
813
+ halfChecked: string[] | number[];
814
+ }), unknown, unknown, unknown>;
815
+ renderIcon: import("@shy-plugins/utils").BuildPropReturn<PropType<(params: Recordable<any>) => string>, ((params: Recordable<any>) => string) | (() => (params: Recordable<any>) => string), unknown, unknown, unknown>;
816
+ helpMessage: import("@shy-plugins/utils").BuildPropReturn<PropType<string | string[]>, string | (() => string), unknown, unknown, unknown>;
817
+ title: import("@shy-plugins/utils").BuildPropReturn<StringConstructor, string | (() => string), unknown, unknown, unknown>;
818
+ toolbar: import("@shy-plugins/utils").BuildPropReturn<BooleanConstructor, boolean | (() => false) | (() => true), unknown, unknown, unknown>;
819
+ search: import("@shy-plugins/utils").BuildPropReturn<BooleanConstructor, boolean | (() => false) | (() => true), unknown, unknown, unknown>;
820
+ searchValue: import("@shy-plugins/utils").BuildPropReturn<StringConstructor, string | (() => string), unknown, unknown, unknown>;
821
+ checkStrictly: BooleanConstructor;
822
+ clickRowToExpand: import("@shy-plugins/utils").BuildPropReturn<BooleanConstructor, boolean | (() => false) | (() => true), unknown, unknown, unknown>;
823
+ checkable: import("@shy-plugins/utils").BuildPropReturn<BooleanConstructor, boolean | (() => false) | (() => true), unknown, unknown, unknown>;
824
+ addable: import("@shy-plugins/utils").BuildPropReturn<BooleanConstructor, boolean | (() => false) | (() => true), unknown, unknown, unknown>;
825
+ defaultExpandLevel: import("@shy-plugins/utils").BuildPropReturn<PropType<string | number>, string | (() => string), unknown, unknown, unknown>;
826
+ defaultExpandAll: BooleanConstructor;
827
+ fieldNames: import("@shy-plugins/utils").BuildPropReturn<PropType<import("../../../../Tree").FieldNames>, unknown, unknown, unknown, unknown>;
828
+ treeData: import("@shy-plugins/utils").BuildPropReturn<PropType<import("ant-design-vue/es/tree").DataNode[]>, () => import("ant-design-vue/es/tree").DataNode[], unknown, unknown, unknown>;
829
+ actionList: import("@shy-plugins/utils").BuildPropReturn<PropType<import("../../../../Tree").TreeActionItem[]>, () => any[], unknown, unknown, unknown>;
830
+ expandedKeys: import("@shy-plugins/utils").BuildPropReturn<PropType<import("../../../../Tree").KeyType[]>, () => any[], unknown, unknown, unknown>;
831
+ selectedKeys: import("@shy-plugins/utils").BuildPropReturn<PropType<import("../../../../Tree").KeyType[]>, () => any[], unknown, unknown, unknown>;
832
+ checkedKeys: import("@shy-plugins/utils").BuildPropReturn<PropType<import("../../../../Tree").CheckKeys>, () => any[], unknown, unknown, unknown>;
833
+ beforeRightClick: import("@shy-plugins/utils").BuildPropReturn<PropType<(...arg: any) => import("../../../../Tree").ContextMenuOptions | import("../../../../Tree/src/types/tree").ContextMenuItem[]>, any, unknown, unknown, unknown>;
834
+ rightMenuList: import("@shy-plugins/utils").BuildPropReturn<PropType<import("../../../../Tree/src/types/tree").ContextMenuItem[]>, () => import("../../../../Tree/src/types/tree").ContextMenuItem[], unknown, unknown, unknown>;
835
+ filterFn: import("@shy-plugins/utils").BuildPropReturn<PropType<(searchValue: any, node: import("../../../../Tree").TreeItem, fieldNames: import("../../../../Tree").FieldNames) => boolean>, any, unknown, unknown, unknown>;
836
+ highlight: import("@shy-plugins/utils").BuildPropReturn<PropType<String | Boolean>, boolean | (() => false) | (() => true), unknown, unknown, unknown>;
837
+ expandOnSearch: BooleanConstructor;
838
+ checkOnSearch: BooleanConstructor;
839
+ selectedOnSearch: BooleanConstructor;
840
+ loading: import("@shy-plugins/utils").BuildPropReturn<BooleanConstructor, boolean | (() => false) | (() => true), unknown, unknown, unknown>;
841
+ treeWrapperClassName: StringConstructor;
842
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, string[], string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
843
+ value: import("@shy-plugins/utils").BuildPropReturn<PropType<import("../../../../Tree").KeyType[] | import("../../../../Tree").CheckKeys>, (() => import("../../../../Tree").KeyType[]) | (() => import("../../../../Tree").KeyType[]) | (() => {
844
+ checked: string[] | number[];
845
+ halfChecked: string[] | number[];
846
+ }), unknown, unknown, unknown>;
847
+ renderIcon: import("@shy-plugins/utils").BuildPropReturn<PropType<(params: Recordable<any>) => string>, ((params: Recordable<any>) => string) | (() => (params: Recordable<any>) => string), unknown, unknown, unknown>;
848
+ helpMessage: import("@shy-plugins/utils").BuildPropReturn<PropType<string | string[]>, string | (() => string), unknown, unknown, unknown>;
849
+ title: import("@shy-plugins/utils").BuildPropReturn<StringConstructor, string | (() => string), unknown, unknown, unknown>;
850
+ toolbar: import("@shy-plugins/utils").BuildPropReturn<BooleanConstructor, boolean | (() => false) | (() => true), unknown, unknown, unknown>;
851
+ search: import("@shy-plugins/utils").BuildPropReturn<BooleanConstructor, boolean | (() => false) | (() => true), unknown, unknown, unknown>;
852
+ searchValue: import("@shy-plugins/utils").BuildPropReturn<StringConstructor, string | (() => string), unknown, unknown, unknown>;
853
+ checkStrictly: BooleanConstructor;
854
+ clickRowToExpand: import("@shy-plugins/utils").BuildPropReturn<BooleanConstructor, boolean | (() => false) | (() => true), unknown, unknown, unknown>;
855
+ checkable: import("@shy-plugins/utils").BuildPropReturn<BooleanConstructor, boolean | (() => false) | (() => true), unknown, unknown, unknown>;
856
+ addable: import("@shy-plugins/utils").BuildPropReturn<BooleanConstructor, boolean | (() => false) | (() => true), unknown, unknown, unknown>;
857
+ defaultExpandLevel: import("@shy-plugins/utils").BuildPropReturn<PropType<string | number>, string | (() => string), unknown, unknown, unknown>;
858
+ defaultExpandAll: BooleanConstructor;
859
+ fieldNames: import("@shy-plugins/utils").BuildPropReturn<PropType<import("../../../../Tree").FieldNames>, unknown, unknown, unknown, unknown>;
860
+ treeData: import("@shy-plugins/utils").BuildPropReturn<PropType<import("ant-design-vue/es/tree").DataNode[]>, () => import("ant-design-vue/es/tree").DataNode[], unknown, unknown, unknown>;
861
+ actionList: import("@shy-plugins/utils").BuildPropReturn<PropType<import("../../../../Tree").TreeActionItem[]>, () => any[], unknown, unknown, unknown>;
862
+ expandedKeys: import("@shy-plugins/utils").BuildPropReturn<PropType<import("../../../../Tree").KeyType[]>, () => any[], unknown, unknown, unknown>;
863
+ selectedKeys: import("@shy-plugins/utils").BuildPropReturn<PropType<import("../../../../Tree").KeyType[]>, () => any[], unknown, unknown, unknown>;
864
+ checkedKeys: import("@shy-plugins/utils").BuildPropReturn<PropType<import("../../../../Tree").CheckKeys>, () => any[], unknown, unknown, unknown>;
865
+ beforeRightClick: import("@shy-plugins/utils").BuildPropReturn<PropType<(...arg: any) => import("../../../../Tree").ContextMenuOptions | import("../../../../Tree/src/types/tree").ContextMenuItem[]>, any, unknown, unknown, unknown>;
866
+ rightMenuList: import("@shy-plugins/utils").BuildPropReturn<PropType<import("../../../../Tree/src/types/tree").ContextMenuItem[]>, () => import("../../../../Tree/src/types/tree").ContextMenuItem[], unknown, unknown, unknown>;
867
+ filterFn: import("@shy-plugins/utils").BuildPropReturn<PropType<(searchValue: any, node: import("../../../../Tree").TreeItem, fieldNames: import("../../../../Tree").FieldNames) => boolean>, any, unknown, unknown, unknown>;
868
+ highlight: import("@shy-plugins/utils").BuildPropReturn<PropType<String | Boolean>, boolean | (() => false) | (() => true), unknown, unknown, unknown>;
869
+ expandOnSearch: BooleanConstructor;
870
+ checkOnSearch: BooleanConstructor;
871
+ selectedOnSearch: BooleanConstructor;
872
+ loading: import("@shy-plugins/utils").BuildPropReturn<BooleanConstructor, boolean | (() => false) | (() => true), unknown, unknown, unknown>;
873
+ treeWrapperClassName: StringConstructor;
874
+ }>> & {
875
+ [x: `on${Capitalize<string>}`]: (...args: any[]) => any;
876
+ }, {
877
+ value: import("@shy-plugins/utils").BuildPropType<PropType<import("../../../../Tree").KeyType[] | import("../../../../Tree").CheckKeys>, unknown, unknown>;
878
+ title: string;
879
+ loading: import("@shy-plugins/utils").BuildPropType<BooleanConstructor, unknown, unknown>;
880
+ helpMessage: import("@shy-plugins/utils").BuildPropType<PropType<string | string[]>, unknown, unknown>;
881
+ search: import("@shy-plugins/utils").BuildPropType<BooleanConstructor, unknown, unknown>;
882
+ selectedKeys: import("../../../../Tree").KeyType[];
883
+ fieldNames: undefined;
884
+ filterFn: (searchValue: any, node: import("../../../../Tree").TreeItem, fieldNames: import("../../../../Tree").FieldNames) => boolean;
885
+ treeData: import("ant-design-vue/es/tree").DataNode[];
886
+ renderIcon: (params: Recordable<any>) => string;
887
+ toolbar: import("@shy-plugins/utils").BuildPropType<BooleanConstructor, unknown, unknown>;
888
+ searchValue: string;
889
+ checkStrictly: boolean;
890
+ clickRowToExpand: import("@shy-plugins/utils").BuildPropType<BooleanConstructor, unknown, unknown>;
891
+ checkable: import("@shy-plugins/utils").BuildPropType<BooleanConstructor, unknown, unknown>;
892
+ addable: import("@shy-plugins/utils").BuildPropType<BooleanConstructor, unknown, unknown>;
893
+ defaultExpandLevel: import("@shy-plugins/utils").BuildPropType<PropType<string | number>, unknown, unknown>;
894
+ defaultExpandAll: boolean;
895
+ actionList: import("../../../../Tree").TreeActionItem[];
896
+ expandedKeys: import("../../../../Tree").KeyType[];
897
+ checkedKeys: import("../../../../Tree").CheckKeys;
898
+ beforeRightClick: (...arg: any) => import("../../../../Tree").ContextMenuOptions | import("../../../../Tree/src/types/tree").ContextMenuItem[];
899
+ rightMenuList: import("../../../../Tree/src/types/tree").ContextMenuItem[];
900
+ highlight: import("@shy-plugins/utils").BuildPropType<PropType<String | Boolean>, unknown, unknown>;
901
+ expandOnSearch: boolean;
902
+ checkOnSearch: boolean;
903
+ selectedOnSearch: boolean;
904
+ }, {}>;
905
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "select"[], "select", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
906
+ api: {
907
+ default: () => () => Promise<unknown>;
908
+ };
909
+ fieldNames: {
910
+ default: () => {
911
+ label: string;
912
+ value: string;
913
+ };
914
+ };
915
+ }>> & {
916
+ onSelect?: (...args: any[]) => any;
917
+ }, {
918
+ api: () => Promise<unknown>;
919
+ fieldNames: {
920
+ label: string;
921
+ value: string;
922
+ };
923
+ }, {}>;
924
+ Table: import("vue").DefineComponent<{}, {
925
+ getTableProps: any;
926
+ registerTable: (instance: import("../../../../ShyTable").TableActionType, formInstance: import("../../../../ShyTable").TableActionType & {
927
+ getForm: () => import("../../..").FormActionType;
928
+ getAdvancedForm: () => import("../../..").FormActionType;
929
+ }, advancedInstance: import("../../../../ShyTable").TableActionType & {
930
+ getForm: () => import("../../..").FormActionType;
931
+ getAdvancedForm: () => import("../../..").FormActionType;
932
+ }) => void;
933
+ tableAction: import("../../../../ShyTable").TableActionType & {
934
+ getForm: () => import("../../..").FormActionType;
935
+ getAdvancedForm: () => import("../../..").FormActionType;
936
+ };
937
+ readonly ShyTable: import("vue").DefineComponent<{
938
+ inset: {
939
+ type: BooleanConstructor;
940
+ default: boolean;
941
+ };
942
+ striped: {
943
+ type: BooleanConstructor;
944
+ default: boolean;
945
+ };
946
+ indentSize: {
947
+ type: NumberConstructor;
948
+ default: number;
949
+ };
950
+ canColDrag: {
951
+ type: BooleanConstructor;
952
+ default: boolean;
953
+ };
954
+ useTableWrapper: {
955
+ type: BooleanConstructor;
956
+ default: boolean;
957
+ };
958
+ isCanResizeParent: {
959
+ type: BooleanConstructor;
960
+ default: boolean;
961
+ };
962
+ canResize: {
963
+ type: BooleanConstructor;
964
+ default: boolean;
965
+ };
966
+ resizeHeightOffset: {
967
+ type: NumberConstructor;
968
+ default: number;
969
+ };
970
+ maxHeight: {
971
+ type: NumberConstructor;
972
+ };
973
+ bordered: {
974
+ type: BooleanConstructor;
975
+ default: boolean;
976
+ };
977
+ rowClassName: {
978
+ type: ((new (...args: any[]) => (record: import("../../../../ShyTable").TableCustomRecord<any>, index: number) => string) | (() => (record: import("../../../../ShyTable").TableCustomRecord<any>, index: number) => string) | {
979
+ (): (record: import("../../../../ShyTable").TableCustomRecord<any>, index: number) => string;
980
+ new (): any;
981
+ readonly prototype: any;
982
+ }) | ((new (...args: any[]) => (record: import("../../../../ShyTable").TableCustomRecord<any>, index: number) => string) | (() => (record: import("../../../../ShyTable").TableCustomRecord<any>, index: number) => string) | {
983
+ (): (record: import("../../../../ShyTable").TableCustomRecord<any>, index: number) => string;
984
+ new (): any;
985
+ readonly prototype: any;
986
+ })[];
987
+ };
988
+ scroll: {
989
+ type: ((new (...args: any[]) => {
990
+ x: number | true;
991
+ y: number;
992
+ }) | (() => {
993
+ x: number | true;
994
+ y: number;
995
+ })) | ((new (...args: any[]) => {
996
+ x: number | true;
997
+ y: number;
998
+ }) | (() => {
999
+ x: number | true;
1000
+ y: number;
1001
+ }))[];
1002
+ default: any;
1003
+ };
1004
+ size: {
1005
+ type: ((new (...args: any[]) => "small" | "default" | "large" | "middle") | (() => import("../../../../ShyTable").SizeType)) | ((new (...args: any[]) => "small" | "default" | "large" | "middle") | (() => import("../../../../ShyTable").SizeType))[];
1006
+ default: string;
1007
+ };
1008
+ isShowPagination: {
1009
+ type: BooleanConstructor;
1010
+ default: boolean;
1011
+ };
1012
+ isShowFooterSettings: {
1013
+ type: BooleanConstructor;
1014
+ default: boolean;
1015
+ };
1016
+ isShowFooter: {
1017
+ type: BooleanConstructor;
1018
+ default: boolean;
1019
+ };
1020
+ pagination: {
1021
+ type: ((new (...args: any[]) => import("../../../../ShyTable").PaginationProps) | (() => import("../../../../ShyTable").PaginationProps)) | ((new (...args: any[]) => import("../../../../ShyTable").PaginationProps) | (() => import("../../../../ShyTable").PaginationProps))[];
1022
+ default: () => void;
1023
+ };
1024
+ clickToRowSelect: {
1025
+ type: BooleanConstructor;
1026
+ default: boolean;
1027
+ };
1028
+ autoCreateKey: {
1029
+ type: BooleanConstructor;
1030
+ default: boolean;
1031
+ };
1032
+ rowSelection: {
1033
+ type: ((new (...args: any[]) => import("../../../../ShyTable").TableRowSelection<any>) | (() => import("../../../../ShyTable").TableRowSelection<any>)) | ((new (...args: any[]) => import("../../../../ShyTable").TableRowSelection<any>) | (() => import("../../../../ShyTable").TableRowSelection<any>))[];
1034
+ default: any;
1035
+ };
1036
+ clearSelectOnPageChange: {
1037
+ type: BooleanConstructor;
1038
+ };
1039
+ rowKey: {
1040
+ type: ((new (...args: any[]) => string | ((record: Recordable<any>) => string)) | (() => string | ((record: Recordable<any>) => string))) | ((new (...args: any[]) => string | ((record: Recordable<any>) => string)) | (() => string | ((record: Recordable<any>) => string)))[];
1041
+ default: string;
1042
+ };
1043
+ isShowHeader: {
1044
+ type: BooleanConstructor;
1045
+ default: boolean;
1046
+ };
1047
+ headerAlign: {
1048
+ type: ((new (...args: any[]) => "left" | "right") | (() => "left" | "right")) | ((new (...args: any[]) => "left" | "right") | (() => "left" | "right"))[];
1049
+ default: string;
1050
+ };
1051
+ isShowTitle: {
1052
+ type: BooleanConstructor;
1053
+ default: boolean;
1054
+ };
1055
+ title: {
1056
+ type: ((new (...args: any[]) => Element | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1057
+ [key: string]: any;
1058
+ }> | ((data: Recordable<any>) => string)) | (() => Element | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1059
+ [key: string]: any;
1060
+ }> | ((data: Recordable<any>) => string))) | ((new (...args: any[]) => Element | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1061
+ [key: string]: any;
1062
+ }> | ((data: Recordable<any>) => string)) | (() => Element | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1063
+ [key: string]: any;
1064
+ }> | ((data: Recordable<any>) => string)))[];
1065
+ };
1066
+ titleHelpMessage: {
1067
+ type: ((new (...args: any[]) => string | string[]) | (() => string | string[])) | ((new (...args: any[]) => string | string[]) | (() => string | string[]))[];
1068
+ };
1069
+ showTableSetting: {
1070
+ type: BooleanConstructor;
1071
+ default: boolean;
1072
+ };
1073
+ tableSetting: {
1074
+ type: ((new (...args: any[]) => import("../../../../ShyTable").TableSetting) | (() => import("../../../../ShyTable").TableSetting)) | ((new (...args: any[]) => import("../../../../ShyTable").TableSetting) | (() => import("../../../../ShyTable").TableSetting))[];
1075
+ default: () => {};
1076
+ };
1077
+ loading: {
1078
+ type: BooleanConstructor;
1079
+ };
1080
+ api: {
1081
+ type: ((new (...args: any[]) => (...arg: any[]) => Promise<any>) | (() => (...arg: any[]) => Promise<any>) | {
1082
+ (): (...arg: any[]) => Promise<any>;
1083
+ new (): any;
1084
+ readonly prototype: any;
1085
+ }) | ((new (...args: any[]) => (...arg: any[]) => Promise<any>) | (() => (...arg: any[]) => Promise<any>) | {
1086
+ (): (...arg: any[]) => Promise<any>;
1087
+ new (): any;
1088
+ readonly prototype: any;
1089
+ })[];
1090
+ default: any;
1091
+ };
1092
+ beforeFetch: {
1093
+ type: ((new (...args: any[]) => Fn<any, any>) | (() => Fn<any, any>) | {
1094
+ (): Fn<any, any>;
1095
+ new (): any;
1096
+ readonly prototype: any;
1097
+ }) | ((new (...args: any[]) => Fn<any, any>) | (() => Fn<any, any>) | {
1098
+ (): Fn<any, any>;
1099
+ new (): any;
1100
+ readonly prototype: any;
1101
+ })[];
1102
+ default: any;
1103
+ };
1104
+ afterFetch: {
1105
+ type: ((new (...args: any[]) => Fn<any, any>) | (() => Fn<any, any>) | {
1106
+ (): Fn<any, any>;
1107
+ new (): any;
1108
+ readonly prototype: any;
1109
+ }) | ((new (...args: any[]) => Fn<any, any>) | (() => Fn<any, any>) | {
1110
+ (): Fn<any, any>;
1111
+ new (): any;
1112
+ readonly prototype: any;
1113
+ })[];
1114
+ default: any;
1115
+ };
1116
+ fetchSetting: {
1117
+ type: ((new (...args: any[]) => import("../../../../ShyTable").FetchSetting) | (() => import("../../../../ShyTable").FetchSetting)) | ((new (...args: any[]) => import("../../../../ShyTable").FetchSetting) | (() => import("../../../../ShyTable").FetchSetting))[];
1118
+ default: () => {
1119
+ pageField: string;
1120
+ sizeField: string;
1121
+ listField: string;
1122
+ totalField: string;
1123
+ };
1124
+ };
1125
+ immediate: {
1126
+ type: BooleanConstructor;
1127
+ default: boolean;
1128
+ };
1129
+ emptyDataIsShowTable: {
1130
+ type: BooleanConstructor;
1131
+ default: boolean;
1132
+ };
1133
+ dataSource: {
1134
+ type: ((new (...args: any[]) => Recordable<any>[]) | (() => Recordable<any>[])) | ((new (...args: any[]) => Recordable<any>[]) | (() => Recordable<any>[]))[];
1135
+ default: any;
1136
+ };
1137
+ isTreeTable: {
1138
+ type: BooleanConstructor;
1139
+ default: boolean;
1140
+ };
1141
+ beforeEditSubmit: {
1142
+ type: ((new (...args: any[]) => (data: {
1143
+ record: Recordable<any>;
1144
+ index: number;
1145
+ key: string | number;
1146
+ value: any;
1147
+ }) => Promise<any>) | (() => (data: {
1148
+ record: Recordable<any>;
1149
+ index: number;
1150
+ key: string | number;
1151
+ value: any;
1152
+ }) => Promise<any>) | {
1153
+ (): (data: {
1154
+ record: Recordable<any>;
1155
+ index: number;
1156
+ key: string | number;
1157
+ value: any;
1158
+ }) => Promise<any>;
1159
+ new (): any;
1160
+ readonly prototype: any;
1161
+ }) | ((new (...args: any[]) => (data: {
1162
+ record: Recordable<any>;
1163
+ index: number;
1164
+ key: string | number;
1165
+ value: any;
1166
+ }) => Promise<any>) | (() => (data: {
1167
+ record: Recordable<any>;
1168
+ index: number;
1169
+ key: string | number;
1170
+ value: any;
1171
+ }) => Promise<any>) | {
1172
+ (): (data: {
1173
+ record: Recordable<any>;
1174
+ index: number;
1175
+ key: string | number;
1176
+ value: any;
1177
+ }) => Promise<any>;
1178
+ new (): any;
1179
+ readonly prototype: any;
1180
+ })[];
1181
+ };
1182
+ actionColWidth: {
1183
+ type: NumberConstructor;
1184
+ default: number;
1185
+ };
1186
+ showIndexColumn: {
1187
+ type: BooleanConstructor;
1188
+ default: boolean;
1189
+ };
1190
+ indexColumnProps: {
1191
+ type: ((new (...args: any[]) => {
1192
+ width?: number;
1193
+ children?: import("../../../../ShyTable").ShyColumn[];
1194
+ filters?: {
1195
+ text: string;
1196
+ value: string;
1197
+ children?: unknown[] | (((props: Record<string, unknown>) => unknown[]) & (() => unknown[]) & (() => unknown[]));
1198
+ }[];
1199
+ flag?: "INDEX" | "ACTION" | "DEFAULT" | "CHECKBOX" | "RADIO";
1200
+ customTitle?: import("@shy-plugins/utils").VueNode;
1201
+ slots?: Recordable<any>;
1202
+ advancedType?: import("../../../../ShyAdvancedSearch").AdvancedSearchType;
1203
+ advancedComponent?: import("../../types").ComponentType;
1204
+ advancedComponentProps?: import("../../..").ComponentProps;
1205
+ globalShow?: boolean;
1206
+ advancedShow?: boolean;
1207
+ defaultHidden?: boolean;
1208
+ helpMessage?: string | string[];
1209
+ format?: import("../../../../ShyTable").CellFormat;
1210
+ tag?: boolean;
1211
+ options?: Recordable<any>[];
1212
+ edit?: boolean;
1213
+ editRow?: boolean;
1214
+ editable?: boolean;
1215
+ editComponent?: import("../../types").ComponentType;
1216
+ editComponentProps?: Recordable<any> | ((opt: {
1217
+ text: string | number | boolean | Recordable<any>;
1218
+ record: Recordable<any>;
1219
+ column: import("../../../../ShyTable").ShyColumn;
1220
+ index: number;
1221
+ typeAction: import("../../../../ShyTable").TableActionType;
1222
+ }) => Recordable<any>);
1223
+ editRule?: boolean | ((text: string, record: Recordable<any>) => Promise<string>);
1224
+ editValueMap?: (value: any) => string;
1225
+ onEditRow?: () => void;
1226
+ auth?: string | string[] | import("../../../../ShyTable").RoleEnum[];
1227
+ ifShow?: boolean | ((column: import("../../../../ShyTable").ShyColumn) => boolean);
1228
+ editRender?: (opt: {
1229
+ text: string | number | boolean | Recordable<any>;
1230
+ record: Recordable<any>;
1231
+ column: import("../../../../ShyTable").ShyColumn;
1232
+ index: number;
1233
+ }) => import("vue").VNodeChild | JSX.Element;
1234
+ editDynamicDisabled?: boolean | ((record: Recordable<any>) => boolean);
1235
+ } & import("ant-design-vue/lib/table").ColumnProps<Recordable<any>>) | (() => import("../../../../ShyTable").ShyColumn)) | ((new (...args: any[]) => {
1236
+ width?: number;
1237
+ children?: import("../../../../ShyTable").ShyColumn[];
1238
+ filters?: {
1239
+ text: string;
1240
+ value: string;
1241
+ children?: unknown[] | (((props: Record<string, unknown>) => unknown[]) & (() => unknown[]) & (() => unknown[]));
1242
+ }[];
1243
+ flag?: "INDEX" | "ACTION" | "DEFAULT" | "CHECKBOX" | "RADIO";
1244
+ customTitle?: import("@shy-plugins/utils").VueNode;
1245
+ slots?: Recordable<any>;
1246
+ advancedType?: import("../../../../ShyAdvancedSearch").AdvancedSearchType;
1247
+ advancedComponent?: import("../../types").ComponentType;
1248
+ advancedComponentProps?: import("../../..").ComponentProps;
1249
+ globalShow?: boolean;
1250
+ advancedShow?: boolean;
1251
+ defaultHidden?: boolean;
1252
+ helpMessage?: string | string[];
1253
+ format?: import("../../../../ShyTable").CellFormat;
1254
+ tag?: boolean;
1255
+ options?: Recordable<any>[];
1256
+ edit?: boolean;
1257
+ editRow?: boolean;
1258
+ editable?: boolean;
1259
+ editComponent?: import("../../types").ComponentType;
1260
+ editComponentProps?: Recordable<any> | ((opt: {
1261
+ text: string | number | boolean | Recordable<any>;
1262
+ record: Recordable<any>;
1263
+ column: import("../../../../ShyTable").ShyColumn;
1264
+ index: number;
1265
+ typeAction: import("../../../../ShyTable").TableActionType;
1266
+ }) => Recordable<any>);
1267
+ editRule?: boolean | ((text: string, record: Recordable<any>) => Promise<string>);
1268
+ editValueMap?: (value: any) => string;
1269
+ onEditRow?: () => void;
1270
+ auth?: string | string[] | import("../../../../ShyTable").RoleEnum[];
1271
+ ifShow?: boolean | ((column: import("../../../../ShyTable").ShyColumn) => boolean);
1272
+ editRender?: (opt: {
1273
+ text: string | number | boolean | Recordable<any>;
1274
+ record: Recordable<any>;
1275
+ column: import("../../../../ShyTable").ShyColumn;
1276
+ index: number;
1277
+ }) => import("vue").VNodeChild | JSX.Element;
1278
+ editDynamicDisabled?: boolean | ((record: Recordable<any>) => boolean);
1279
+ } & import("ant-design-vue/lib/table").ColumnProps<Recordable<any>>) | (() => import("../../../../ShyTable").ShyColumn))[];
1280
+ default: any;
1281
+ };
1282
+ actionColumn: {
1283
+ type: ((new (...args: any[]) => {
1284
+ width?: number;
1285
+ children?: import("../../../../ShyTable").ShyColumn[];
1286
+ filters?: {
1287
+ text: string;
1288
+ value: string;
1289
+ children?: unknown[] | (((props: Record<string, unknown>) => unknown[]) & (() => unknown[]) & (() => unknown[]));
1290
+ }[];
1291
+ flag?: "INDEX" | "ACTION" | "DEFAULT" | "CHECKBOX" | "RADIO";
1292
+ customTitle?: import("@shy-plugins/utils").VueNode;
1293
+ slots?: Recordable<any>;
1294
+ advancedType?: import("../../../../ShyAdvancedSearch").AdvancedSearchType;
1295
+ advancedComponent?: import("../../types").ComponentType;
1296
+ advancedComponentProps?: import("../../..").ComponentProps;
1297
+ globalShow?: boolean;
1298
+ advancedShow?: boolean;
1299
+ defaultHidden?: boolean;
1300
+ helpMessage?: string | string[];
1301
+ format?: import("../../../../ShyTable").CellFormat;
1302
+ tag?: boolean;
1303
+ options?: Recordable<any>[];
1304
+ edit?: boolean;
1305
+ editRow?: boolean;
1306
+ editable?: boolean;
1307
+ editComponent?: import("../../types").ComponentType;
1308
+ editComponentProps?: Recordable<any> | ((opt: {
1309
+ text: string | number | boolean | Recordable<any>;
1310
+ record: Recordable<any>;
1311
+ column: import("../../../../ShyTable").ShyColumn;
1312
+ index: number;
1313
+ typeAction: import("../../../../ShyTable").TableActionType;
1314
+ }) => Recordable<any>);
1315
+ editRule?: boolean | ((text: string, record: Recordable<any>) => Promise<string>);
1316
+ editValueMap?: (value: any) => string;
1317
+ onEditRow?: () => void;
1318
+ auth?: string | string[] | import("../../../../ShyTable").RoleEnum[];
1319
+ ifShow?: boolean | ((column: import("../../../../ShyTable").ShyColumn) => boolean);
1320
+ editRender?: (opt: {
1321
+ text: string | number | boolean | Recordable<any>;
1322
+ record: Recordable<any>;
1323
+ column: import("../../../../ShyTable").ShyColumn;
1324
+ index: number;
1325
+ }) => import("vue").VNodeChild | JSX.Element;
1326
+ editDynamicDisabled?: boolean | ((record: Recordable<any>) => boolean);
1327
+ } & import("ant-design-vue/lib/table").ColumnProps<Recordable<any>>) | (() => import("../../../../ShyTable").ShyColumn)) | ((new (...args: any[]) => {
1328
+ width?: number;
1329
+ children?: import("../../../../ShyTable").ShyColumn[];
1330
+ filters?: {
1331
+ text: string;
1332
+ value: string;
1333
+ children?: unknown[] | (((props: Record<string, unknown>) => unknown[]) & (() => unknown[]) & (() => unknown[]));
1334
+ }[];
1335
+ flag?: "INDEX" | "ACTION" | "DEFAULT" | "CHECKBOX" | "RADIO";
1336
+ customTitle?: import("@shy-plugins/utils").VueNode;
1337
+ slots?: Recordable<any>;
1338
+ advancedType?: import("../../../../ShyAdvancedSearch").AdvancedSearchType;
1339
+ advancedComponent?: import("../../types").ComponentType;
1340
+ advancedComponentProps?: import("../../..").ComponentProps;
1341
+ globalShow?: boolean;
1342
+ advancedShow?: boolean;
1343
+ defaultHidden?: boolean;
1344
+ helpMessage?: string | string[];
1345
+ format?: import("../../../../ShyTable").CellFormat;
1346
+ tag?: boolean;
1347
+ options?: Recordable<any>[];
1348
+ edit?: boolean;
1349
+ editRow?: boolean;
1350
+ editable?: boolean;
1351
+ editComponent?: import("../../types").ComponentType;
1352
+ editComponentProps?: Recordable<any> | ((opt: {
1353
+ text: string | number | boolean | Recordable<any>;
1354
+ record: Recordable<any>;
1355
+ column: import("../../../../ShyTable").ShyColumn;
1356
+ index: number;
1357
+ typeAction: import("../../../../ShyTable").TableActionType;
1358
+ }) => Recordable<any>);
1359
+ editRule?: boolean | ((text: string, record: Recordable<any>) => Promise<string>);
1360
+ editValueMap?: (value: any) => string;
1361
+ onEditRow?: () => void;
1362
+ auth?: string | string[] | import("../../../../ShyTable").RoleEnum[];
1363
+ ifShow?: boolean | ((column: import("../../../../ShyTable").ShyColumn) => boolean);
1364
+ editRender?: (opt: {
1365
+ text: string | number | boolean | Recordable<any>;
1366
+ record: Recordable<any>;
1367
+ column: import("../../../../ShyTable").ShyColumn;
1368
+ index: number;
1369
+ }) => import("vue").VNodeChild | JSX.Element;
1370
+ editDynamicDisabled?: boolean | ((record: Recordable<any>) => boolean);
1371
+ } & import("ant-design-vue/lib/table").ColumnProps<Recordable<any>>) | (() => import("../../../../ShyTable").ShyColumn))[];
1372
+ default: any;
1373
+ };
1374
+ ellipsis: {
1375
+ type: BooleanConstructor;
1376
+ default: boolean;
1377
+ };
1378
+ resizable: {
1379
+ type: BooleanConstructor;
1380
+ default: boolean;
1381
+ };
1382
+ columns: {
1383
+ type: ((new (...args: any[]) => import("../../../../ShyTable").ShyColumn[]) | (() => import("../../../../ShyTable").ShyColumn[])) | ((new (...args: any[]) => import("../../../../ShyTable").ShyColumn[]) | (() => import("../../../../ShyTable").ShyColumn[]))[];
1384
+ default: () => any[];
1385
+ };
1386
+ showSummary: {
1387
+ type: BooleanConstructor;
1388
+ default: boolean;
1389
+ };
1390
+ summaryFunc: {
1391
+ type: ((new (...args: any[]) => (...arg: any[]) => any[]) | (() => (...arg: any[]) => any[]) | {
1392
+ (): (...arg: any[]) => any[];
1393
+ new (): any;
1394
+ readonly prototype: any;
1395
+ }) | ((new (...args: any[]) => (...arg: any[]) => any[]) | (() => (...arg: any[]) => any[]) | {
1396
+ (): (...arg: any[]) => any[];
1397
+ new (): any;
1398
+ readonly prototype: any;
1399
+ })[];
1400
+ default: any;
1401
+ };
1402
+ summaryData: {
1403
+ type: ((new (...args: any[]) => Recordable<any>[]) | (() => Recordable<any>[])) | ((new (...args: any[]) => Recordable<any>[]) | (() => Recordable<any>[]))[];
1404
+ default: any;
1405
+ };
1406
+ summaryTotalFields: {
1407
+ type: ((new (...args: any[]) => string[]) | (() => string[])) | ((new (...args: any[]) => string[]) | (() => string[]))[];
1408
+ default: any;
1409
+ };
1410
+ showSummaryTotal: {
1411
+ type: BooleanConstructor;
1412
+ default: boolean;
1413
+ };
1414
+ summaryPrecision: {
1415
+ type: NumberConstructor;
1416
+ default: number;
1417
+ };
1418
+ useSearchForm: {
1419
+ type: BooleanConstructor;
1420
+ };
1421
+ isSortFetch: {
1422
+ type: BooleanConstructor;
1423
+ default: boolean;
1424
+ };
1425
+ sortFn: {
1426
+ type: ((new (...args: any[]) => (sortInfo: import("../../../../ShyTable").SorterResult) => any) | (() => (sortInfo: import("../../../../ShyTable").SorterResult) => any) | {
1427
+ (): (sortInfo: import("../../../../ShyTable").SorterResult) => any;
1428
+ new (): any;
1429
+ readonly prototype: any;
1430
+ }) | ((new (...args: any[]) => (sortInfo: import("../../../../ShyTable").SorterResult) => any) | (() => (sortInfo: import("../../../../ShyTable").SorterResult) => any) | {
1431
+ (): (sortInfo: import("../../../../ShyTable").SorterResult) => any;
1432
+ new (): any;
1433
+ readonly prototype: any;
1434
+ })[];
1435
+ default: (sortInfo: import("../../../../ShyTable").SorterResult) => {
1436
+ sort: string;
1437
+ order: string;
1438
+ } | {
1439
+ sort?: undefined;
1440
+ order?: undefined;
1441
+ };
1442
+ };
1443
+ filterFn: {
1444
+ type: ((new (...args: any[]) => (data: Partial<Recordable<string[]>>) => any) | (() => (data: Partial<Recordable<string[]>>) => any) | {
1445
+ (): (data: Partial<Recordable<string[]>>) => any;
1446
+ new (): any;
1447
+ readonly prototype: any;
1448
+ }) | ((new (...args: any[]) => (data: Partial<Recordable<string[]>>) => any) | (() => (data: Partial<Recordable<string[]>>) => any) | {
1449
+ (): (data: Partial<Recordable<string[]>>) => any;
1450
+ new (): any;
1451
+ readonly prototype: any;
1452
+ })[];
1453
+ default: (data: Partial<Recordable<string[]>>) => Partial<Recordable<string[]>>;
1454
+ };
1455
+ searchInfo: {
1456
+ type: ((new (...args: any[]) => Recordable<any>) | (() => Recordable<any>)) | ((new (...args: any[]) => Recordable<any>) | (() => Recordable<any>))[];
1457
+ default: any;
1458
+ };
1459
+ defSort: {
1460
+ type: ((new (...args: any[]) => Recordable<any>) | (() => Recordable<any>)) | ((new (...args: any[]) => Recordable<any>) | (() => Recordable<any>))[];
1461
+ default: any;
1462
+ };
1463
+ handleSearchInfoFn: {
1464
+ type: ((new (...args: any[]) => Fn<any, any>) | (() => Fn<any, any>) | {
1465
+ (): Fn<any, any>;
1466
+ new (): any;
1467
+ readonly prototype: any;
1468
+ }) | ((new (...args: any[]) => Fn<any, any>) | (() => Fn<any, any>) | {
1469
+ (): Fn<any, any>;
1470
+ new (): any;
1471
+ readonly prototype: any;
1472
+ })[];
1473
+ default: any;
1474
+ };
1475
+ formLayout: {
1476
+ type: ((new (...args: any[]) => "vertical" | "horizontal" | "inline") | (() => "vertical" | "horizontal" | "inline")) | ((new (...args: any[]) => "vertical" | "horizontal" | "inline") | (() => "vertical" | "horizontal" | "inline"))[];
1477
+ default: string;
1478
+ };
1479
+ formLabelInInput: {
1480
+ type: BooleanConstructor;
1481
+ default: boolean;
1482
+ };
1483
+ formConfig: {
1484
+ type: ((new (...args: any[]) => Partial<import("../../..").FormProps>) | (() => Partial<import("../../..").FormProps>)) | ((new (...args: any[]) => Partial<import("../../..").FormProps>) | (() => Partial<import("../../..").FormProps>))[];
1485
+ default: any;
1486
+ };
1487
+ useInfo: {
1488
+ type: BooleanConstructor;
1489
+ default: boolean;
1490
+ };
1491
+ infoConfig: {
1492
+ type: ((new (...args: any[]) => import("../../../../ShyTable").InfoConfig) | (() => import("../../../../ShyTable").InfoConfig)) | ((new (...args: any[]) => import("../../../../ShyTable").InfoConfig) | (() => import("../../../../ShyTable").InfoConfig))[];
1493
+ default: () => {};
1494
+ };
1495
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "register" | "fetch-success" | "fetch-error" | "selection-change" | "row-click" | "row-dbClick" | "row-contextmenu" | "row-mouseenter" | "row-mouseleave" | "edit-end" | "edit-cancel" | "edit-row-end" | "edit-change" | "expanded-rows-change" | "columns-change" | "columns-reset")[], "change" | "register" | "fetch-success" | "fetch-error" | "selection-change" | "row-click" | "row-dbClick" | "row-contextmenu" | "row-mouseenter" | "row-mouseleave" | "edit-end" | "edit-cancel" | "edit-row-end" | "edit-change" | "expanded-rows-change" | "columns-change" | "columns-reset", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1496
+ inset: {
1497
+ type: BooleanConstructor;
1498
+ default: boolean;
1499
+ };
1500
+ striped: {
1501
+ type: BooleanConstructor;
1502
+ default: boolean;
1503
+ };
1504
+ indentSize: {
1505
+ type: NumberConstructor;
1506
+ default: number;
1507
+ };
1508
+ canColDrag: {
1509
+ type: BooleanConstructor;
1510
+ default: boolean;
1511
+ };
1512
+ useTableWrapper: {
1513
+ type: BooleanConstructor;
1514
+ default: boolean;
1515
+ };
1516
+ isCanResizeParent: {
1517
+ type: BooleanConstructor;
1518
+ default: boolean;
1519
+ };
1520
+ canResize: {
1521
+ type: BooleanConstructor;
1522
+ default: boolean;
1523
+ };
1524
+ resizeHeightOffset: {
1525
+ type: NumberConstructor;
1526
+ default: number;
1527
+ };
1528
+ maxHeight: {
1529
+ type: NumberConstructor;
1530
+ };
1531
+ bordered: {
1532
+ type: BooleanConstructor;
1533
+ default: boolean;
1534
+ };
1535
+ rowClassName: {
1536
+ type: ((new (...args: any[]) => (record: import("../../../../ShyTable").TableCustomRecord<any>, index: number) => string) | (() => (record: import("../../../../ShyTable").TableCustomRecord<any>, index: number) => string) | {
1537
+ (): (record: import("../../../../ShyTable").TableCustomRecord<any>, index: number) => string;
1538
+ new (): any;
1539
+ readonly prototype: any;
1540
+ }) | ((new (...args: any[]) => (record: import("../../../../ShyTable").TableCustomRecord<any>, index: number) => string) | (() => (record: import("../../../../ShyTable").TableCustomRecord<any>, index: number) => string) | {
1541
+ (): (record: import("../../../../ShyTable").TableCustomRecord<any>, index: number) => string;
1542
+ new (): any;
1543
+ readonly prototype: any;
1544
+ })[];
1545
+ };
1546
+ scroll: {
1547
+ type: ((new (...args: any[]) => {
1548
+ x: number | true;
1549
+ y: number;
1550
+ }) | (() => {
1551
+ x: number | true;
1552
+ y: number;
1553
+ })) | ((new (...args: any[]) => {
1554
+ x: number | true;
1555
+ y: number;
1556
+ }) | (() => {
1557
+ x: number | true;
1558
+ y: number;
1559
+ }))[];
1560
+ default: any;
1561
+ };
1562
+ size: {
1563
+ type: ((new (...args: any[]) => "small" | "default" | "large" | "middle") | (() => import("../../../../ShyTable").SizeType)) | ((new (...args: any[]) => "small" | "default" | "large" | "middle") | (() => import("../../../../ShyTable").SizeType))[];
1564
+ default: string;
1565
+ };
1566
+ isShowPagination: {
1567
+ type: BooleanConstructor;
1568
+ default: boolean;
1569
+ };
1570
+ isShowFooterSettings: {
1571
+ type: BooleanConstructor;
1572
+ default: boolean;
1573
+ };
1574
+ isShowFooter: {
1575
+ type: BooleanConstructor;
1576
+ default: boolean;
1577
+ };
1578
+ pagination: {
1579
+ type: ((new (...args: any[]) => import("../../../../ShyTable").PaginationProps) | (() => import("../../../../ShyTable").PaginationProps)) | ((new (...args: any[]) => import("../../../../ShyTable").PaginationProps) | (() => import("../../../../ShyTable").PaginationProps))[];
1580
+ default: () => void;
1581
+ };
1582
+ clickToRowSelect: {
1583
+ type: BooleanConstructor;
1584
+ default: boolean;
1585
+ };
1586
+ autoCreateKey: {
1587
+ type: BooleanConstructor;
1588
+ default: boolean;
1589
+ };
1590
+ rowSelection: {
1591
+ type: ((new (...args: any[]) => import("../../../../ShyTable").TableRowSelection<any>) | (() => import("../../../../ShyTable").TableRowSelection<any>)) | ((new (...args: any[]) => import("../../../../ShyTable").TableRowSelection<any>) | (() => import("../../../../ShyTable").TableRowSelection<any>))[];
1592
+ default: any;
1593
+ };
1594
+ clearSelectOnPageChange: {
1595
+ type: BooleanConstructor;
1596
+ };
1597
+ rowKey: {
1598
+ type: ((new (...args: any[]) => string | ((record: Recordable<any>) => string)) | (() => string | ((record: Recordable<any>) => string))) | ((new (...args: any[]) => string | ((record: Recordable<any>) => string)) | (() => string | ((record: Recordable<any>) => string)))[];
1599
+ default: string;
1600
+ };
1601
+ isShowHeader: {
1602
+ type: BooleanConstructor;
1603
+ default: boolean;
1604
+ };
1605
+ headerAlign: {
1606
+ type: ((new (...args: any[]) => "left" | "right") | (() => "left" | "right")) | ((new (...args: any[]) => "left" | "right") | (() => "left" | "right"))[];
1607
+ default: string;
1608
+ };
1609
+ isShowTitle: {
1610
+ type: BooleanConstructor;
1611
+ default: boolean;
1612
+ };
1613
+ title: {
1614
+ type: ((new (...args: any[]) => Element | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1615
+ [key: string]: any;
1616
+ }> | ((data: Recordable<any>) => string)) | (() => Element | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1617
+ [key: string]: any;
1618
+ }> | ((data: Recordable<any>) => string))) | ((new (...args: any[]) => Element | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1619
+ [key: string]: any;
1620
+ }> | ((data: Recordable<any>) => string)) | (() => Element | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1621
+ [key: string]: any;
1622
+ }> | ((data: Recordable<any>) => string)))[];
1623
+ };
1624
+ titleHelpMessage: {
1625
+ type: ((new (...args: any[]) => string | string[]) | (() => string | string[])) | ((new (...args: any[]) => string | string[]) | (() => string | string[]))[];
1626
+ };
1627
+ showTableSetting: {
1628
+ type: BooleanConstructor;
1629
+ default: boolean;
1630
+ };
1631
+ tableSetting: {
1632
+ type: ((new (...args: any[]) => import("../../../../ShyTable").TableSetting) | (() => import("../../../../ShyTable").TableSetting)) | ((new (...args: any[]) => import("../../../../ShyTable").TableSetting) | (() => import("../../../../ShyTable").TableSetting))[];
1633
+ default: () => {};
1634
+ };
1635
+ loading: {
1636
+ type: BooleanConstructor;
1637
+ };
1638
+ api: {
1639
+ type: ((new (...args: any[]) => (...arg: any[]) => Promise<any>) | (() => (...arg: any[]) => Promise<any>) | {
1640
+ (): (...arg: any[]) => Promise<any>;
1641
+ new (): any;
1642
+ readonly prototype: any;
1643
+ }) | ((new (...args: any[]) => (...arg: any[]) => Promise<any>) | (() => (...arg: any[]) => Promise<any>) | {
1644
+ (): (...arg: any[]) => Promise<any>;
1645
+ new (): any;
1646
+ readonly prototype: any;
1647
+ })[];
1648
+ default: any;
1649
+ };
1650
+ beforeFetch: {
1651
+ type: ((new (...args: any[]) => Fn<any, any>) | (() => Fn<any, any>) | {
1652
+ (): Fn<any, any>;
1653
+ new (): any;
1654
+ readonly prototype: any;
1655
+ }) | ((new (...args: any[]) => Fn<any, any>) | (() => Fn<any, any>) | {
1656
+ (): Fn<any, any>;
1657
+ new (): any;
1658
+ readonly prototype: any;
1659
+ })[];
1660
+ default: any;
1661
+ };
1662
+ afterFetch: {
1663
+ type: ((new (...args: any[]) => Fn<any, any>) | (() => Fn<any, any>) | {
1664
+ (): Fn<any, any>;
1665
+ new (): any;
1666
+ readonly prototype: any;
1667
+ }) | ((new (...args: any[]) => Fn<any, any>) | (() => Fn<any, any>) | {
1668
+ (): Fn<any, any>;
1669
+ new (): any;
1670
+ readonly prototype: any;
1671
+ })[];
1672
+ default: any;
1673
+ };
1674
+ fetchSetting: {
1675
+ type: ((new (...args: any[]) => import("../../../../ShyTable").FetchSetting) | (() => import("../../../../ShyTable").FetchSetting)) | ((new (...args: any[]) => import("../../../../ShyTable").FetchSetting) | (() => import("../../../../ShyTable").FetchSetting))[];
1676
+ default: () => {
1677
+ pageField: string;
1678
+ sizeField: string;
1679
+ listField: string;
1680
+ totalField: string;
1681
+ };
1682
+ };
1683
+ immediate: {
1684
+ type: BooleanConstructor;
1685
+ default: boolean;
1686
+ };
1687
+ emptyDataIsShowTable: {
1688
+ type: BooleanConstructor;
1689
+ default: boolean;
1690
+ };
1691
+ dataSource: {
1692
+ type: ((new (...args: any[]) => Recordable<any>[]) | (() => Recordable<any>[])) | ((new (...args: any[]) => Recordable<any>[]) | (() => Recordable<any>[]))[];
1693
+ default: any;
1694
+ };
1695
+ isTreeTable: {
1696
+ type: BooleanConstructor;
1697
+ default: boolean;
1698
+ };
1699
+ beforeEditSubmit: {
1700
+ type: ((new (...args: any[]) => (data: {
1701
+ record: Recordable<any>;
1702
+ index: number;
1703
+ key: string | number;
1704
+ value: any;
1705
+ }) => Promise<any>) | (() => (data: {
1706
+ record: Recordable<any>;
1707
+ index: number;
1708
+ key: string | number;
1709
+ value: any;
1710
+ }) => Promise<any>) | {
1711
+ (): (data: {
1712
+ record: Recordable<any>;
1713
+ index: number;
1714
+ key: string | number;
1715
+ value: any;
1716
+ }) => Promise<any>;
1717
+ new (): any;
1718
+ readonly prototype: any;
1719
+ }) | ((new (...args: any[]) => (data: {
1720
+ record: Recordable<any>;
1721
+ index: number;
1722
+ key: string | number;
1723
+ value: any;
1724
+ }) => Promise<any>) | (() => (data: {
1725
+ record: Recordable<any>;
1726
+ index: number;
1727
+ key: string | number;
1728
+ value: any;
1729
+ }) => Promise<any>) | {
1730
+ (): (data: {
1731
+ record: Recordable<any>;
1732
+ index: number;
1733
+ key: string | number;
1734
+ value: any;
1735
+ }) => Promise<any>;
1736
+ new (): any;
1737
+ readonly prototype: any;
1738
+ })[];
1739
+ };
1740
+ actionColWidth: {
1741
+ type: NumberConstructor;
1742
+ default: number;
1743
+ };
1744
+ showIndexColumn: {
1745
+ type: BooleanConstructor;
1746
+ default: boolean;
1747
+ };
1748
+ indexColumnProps: {
1749
+ type: ((new (...args: any[]) => {
1750
+ width?: number;
1751
+ children?: import("../../../../ShyTable").ShyColumn[];
1752
+ filters?: {
1753
+ text: string;
1754
+ value: string;
1755
+ children?: unknown[] | (((props: Record<string, unknown>) => unknown[]) & (() => unknown[]) & (() => unknown[]));
1756
+ }[];
1757
+ flag?: "INDEX" | "ACTION" | "DEFAULT" | "CHECKBOX" | "RADIO";
1758
+ customTitle?: import("@shy-plugins/utils").VueNode;
1759
+ slots?: Recordable<any>;
1760
+ advancedType?: import("../../../../ShyAdvancedSearch").AdvancedSearchType;
1761
+ advancedComponent?: import("../../types").ComponentType;
1762
+ advancedComponentProps?: import("../../..").ComponentProps;
1763
+ globalShow?: boolean;
1764
+ advancedShow?: boolean;
1765
+ defaultHidden?: boolean;
1766
+ helpMessage?: string | string[];
1767
+ format?: import("../../../../ShyTable").CellFormat;
1768
+ tag?: boolean;
1769
+ options?: Recordable<any>[];
1770
+ edit?: boolean;
1771
+ editRow?: boolean;
1772
+ editable?: boolean;
1773
+ editComponent?: import("../../types").ComponentType;
1774
+ editComponentProps?: Recordable<any> | ((opt: {
1775
+ text: string | number | boolean | Recordable<any>;
1776
+ record: Recordable<any>;
1777
+ column: import("../../../../ShyTable").ShyColumn;
1778
+ index: number;
1779
+ typeAction: import("../../../../ShyTable").TableActionType;
1780
+ }) => Recordable<any>);
1781
+ editRule?: boolean | ((text: string, record: Recordable<any>) => Promise<string>);
1782
+ editValueMap?: (value: any) => string;
1783
+ onEditRow?: () => void;
1784
+ auth?: string | string[] | import("../../../../ShyTable").RoleEnum[];
1785
+ ifShow?: boolean | ((column: import("../../../../ShyTable").ShyColumn) => boolean);
1786
+ editRender?: (opt: {
1787
+ text: string | number | boolean | Recordable<any>;
1788
+ record: Recordable<any>;
1789
+ column: import("../../../../ShyTable").ShyColumn;
1790
+ index: number;
1791
+ }) => import("vue").VNodeChild | JSX.Element;
1792
+ editDynamicDisabled?: boolean | ((record: Recordable<any>) => boolean);
1793
+ } & import("ant-design-vue/lib/table").ColumnProps<Recordable<any>>) | (() => import("../../../../ShyTable").ShyColumn)) | ((new (...args: any[]) => {
1794
+ width?: number;
1795
+ children?: import("../../../../ShyTable").ShyColumn[];
1796
+ filters?: {
1797
+ text: string;
1798
+ value: string;
1799
+ children?: unknown[] | (((props: Record<string, unknown>) => unknown[]) & (() => unknown[]) & (() => unknown[]));
1800
+ }[];
1801
+ flag?: "INDEX" | "ACTION" | "DEFAULT" | "CHECKBOX" | "RADIO";
1802
+ customTitle?: import("@shy-plugins/utils").VueNode;
1803
+ slots?: Recordable<any>;
1804
+ advancedType?: import("../../../../ShyAdvancedSearch").AdvancedSearchType;
1805
+ advancedComponent?: import("../../types").ComponentType;
1806
+ advancedComponentProps?: import("../../..").ComponentProps;
1807
+ globalShow?: boolean;
1808
+ advancedShow?: boolean;
1809
+ defaultHidden?: boolean;
1810
+ helpMessage?: string | string[];
1811
+ format?: import("../../../../ShyTable").CellFormat;
1812
+ tag?: boolean;
1813
+ options?: Recordable<any>[];
1814
+ edit?: boolean;
1815
+ editRow?: boolean;
1816
+ editable?: boolean;
1817
+ editComponent?: import("../../types").ComponentType;
1818
+ editComponentProps?: Recordable<any> | ((opt: {
1819
+ text: string | number | boolean | Recordable<any>;
1820
+ record: Recordable<any>;
1821
+ column: import("../../../../ShyTable").ShyColumn;
1822
+ index: number;
1823
+ typeAction: import("../../../../ShyTable").TableActionType;
1824
+ }) => Recordable<any>);
1825
+ editRule?: boolean | ((text: string, record: Recordable<any>) => Promise<string>);
1826
+ editValueMap?: (value: any) => string;
1827
+ onEditRow?: () => void;
1828
+ auth?: string | string[] | import("../../../../ShyTable").RoleEnum[];
1829
+ ifShow?: boolean | ((column: import("../../../../ShyTable").ShyColumn) => boolean);
1830
+ editRender?: (opt: {
1831
+ text: string | number | boolean | Recordable<any>;
1832
+ record: Recordable<any>;
1833
+ column: import("../../../../ShyTable").ShyColumn;
1834
+ index: number;
1835
+ }) => import("vue").VNodeChild | JSX.Element;
1836
+ editDynamicDisabled?: boolean | ((record: Recordable<any>) => boolean);
1837
+ } & import("ant-design-vue/lib/table").ColumnProps<Recordable<any>>) | (() => import("../../../../ShyTable").ShyColumn))[];
1838
+ default: any;
1839
+ };
1840
+ actionColumn: {
1841
+ type: ((new (...args: any[]) => {
1842
+ width?: number;
1843
+ children?: import("../../../../ShyTable").ShyColumn[];
1844
+ filters?: {
1845
+ text: string;
1846
+ value: string;
1847
+ children?: unknown[] | (((props: Record<string, unknown>) => unknown[]) & (() => unknown[]) & (() => unknown[]));
1848
+ }[];
1849
+ flag?: "INDEX" | "ACTION" | "DEFAULT" | "CHECKBOX" | "RADIO";
1850
+ customTitle?: import("@shy-plugins/utils").VueNode;
1851
+ slots?: Recordable<any>;
1852
+ advancedType?: import("../../../../ShyAdvancedSearch").AdvancedSearchType;
1853
+ advancedComponent?: import("../../types").ComponentType;
1854
+ advancedComponentProps?: import("../../..").ComponentProps;
1855
+ globalShow?: boolean;
1856
+ advancedShow?: boolean;
1857
+ defaultHidden?: boolean;
1858
+ helpMessage?: string | string[];
1859
+ format?: import("../../../../ShyTable").CellFormat;
1860
+ tag?: boolean;
1861
+ options?: Recordable<any>[];
1862
+ edit?: boolean;
1863
+ editRow?: boolean;
1864
+ editable?: boolean;
1865
+ editComponent?: import("../../types").ComponentType;
1866
+ editComponentProps?: Recordable<any> | ((opt: {
1867
+ text: string | number | boolean | Recordable<any>;
1868
+ record: Recordable<any>;
1869
+ column: import("../../../../ShyTable").ShyColumn;
1870
+ index: number;
1871
+ typeAction: import("../../../../ShyTable").TableActionType;
1872
+ }) => Recordable<any>);
1873
+ editRule?: boolean | ((text: string, record: Recordable<any>) => Promise<string>);
1874
+ editValueMap?: (value: any) => string;
1875
+ onEditRow?: () => void;
1876
+ auth?: string | string[] | import("../../../../ShyTable").RoleEnum[];
1877
+ ifShow?: boolean | ((column: import("../../../../ShyTable").ShyColumn) => boolean);
1878
+ editRender?: (opt: {
1879
+ text: string | number | boolean | Recordable<any>;
1880
+ record: Recordable<any>;
1881
+ column: import("../../../../ShyTable").ShyColumn;
1882
+ index: number;
1883
+ }) => import("vue").VNodeChild | JSX.Element;
1884
+ editDynamicDisabled?: boolean | ((record: Recordable<any>) => boolean);
1885
+ } & import("ant-design-vue/lib/table").ColumnProps<Recordable<any>>) | (() => import("../../../../ShyTable").ShyColumn)) | ((new (...args: any[]) => {
1886
+ width?: number;
1887
+ children?: import("../../../../ShyTable").ShyColumn[];
1888
+ filters?: {
1889
+ text: string;
1890
+ value: string;
1891
+ children?: unknown[] | (((props: Record<string, unknown>) => unknown[]) & (() => unknown[]) & (() => unknown[]));
1892
+ }[];
1893
+ flag?: "INDEX" | "ACTION" | "DEFAULT" | "CHECKBOX" | "RADIO";
1894
+ customTitle?: import("@shy-plugins/utils").VueNode;
1895
+ slots?: Recordable<any>;
1896
+ advancedType?: import("../../../../ShyAdvancedSearch").AdvancedSearchType;
1897
+ advancedComponent?: import("../../types").ComponentType;
1898
+ advancedComponentProps?: import("../../..").ComponentProps;
1899
+ globalShow?: boolean;
1900
+ advancedShow?: boolean;
1901
+ defaultHidden?: boolean;
1902
+ helpMessage?: string | string[];
1903
+ format?: import("../../../../ShyTable").CellFormat;
1904
+ tag?: boolean;
1905
+ options?: Recordable<any>[];
1906
+ edit?: boolean;
1907
+ editRow?: boolean;
1908
+ editable?: boolean;
1909
+ editComponent?: import("../../types").ComponentType;
1910
+ editComponentProps?: Recordable<any> | ((opt: {
1911
+ text: string | number | boolean | Recordable<any>;
1912
+ record: Recordable<any>;
1913
+ column: import("../../../../ShyTable").ShyColumn;
1914
+ index: number;
1915
+ typeAction: import("../../../../ShyTable").TableActionType;
1916
+ }) => Recordable<any>);
1917
+ editRule?: boolean | ((text: string, record: Recordable<any>) => Promise<string>);
1918
+ editValueMap?: (value: any) => string;
1919
+ onEditRow?: () => void;
1920
+ auth?: string | string[] | import("../../../../ShyTable").RoleEnum[];
1921
+ ifShow?: boolean | ((column: import("../../../../ShyTable").ShyColumn) => boolean);
1922
+ editRender?: (opt: {
1923
+ text: string | number | boolean | Recordable<any>;
1924
+ record: Recordable<any>;
1925
+ column: import("../../../../ShyTable").ShyColumn;
1926
+ index: number;
1927
+ }) => import("vue").VNodeChild | JSX.Element;
1928
+ editDynamicDisabled?: boolean | ((record: Recordable<any>) => boolean);
1929
+ } & import("ant-design-vue/lib/table").ColumnProps<Recordable<any>>) | (() => import("../../../../ShyTable").ShyColumn))[];
1930
+ default: any;
1931
+ };
1932
+ ellipsis: {
1933
+ type: BooleanConstructor;
1934
+ default: boolean;
1935
+ };
1936
+ resizable: {
1937
+ type: BooleanConstructor;
1938
+ default: boolean;
1939
+ };
1940
+ columns: {
1941
+ type: ((new (...args: any[]) => import("../../../../ShyTable").ShyColumn[]) | (() => import("../../../../ShyTable").ShyColumn[])) | ((new (...args: any[]) => import("../../../../ShyTable").ShyColumn[]) | (() => import("../../../../ShyTable").ShyColumn[]))[];
1942
+ default: () => any[];
1943
+ };
1944
+ showSummary: {
1945
+ type: BooleanConstructor;
1946
+ default: boolean;
1947
+ };
1948
+ summaryFunc: {
1949
+ type: ((new (...args: any[]) => (...arg: any[]) => any[]) | (() => (...arg: any[]) => any[]) | {
1950
+ (): (...arg: any[]) => any[];
1951
+ new (): any;
1952
+ readonly prototype: any;
1953
+ }) | ((new (...args: any[]) => (...arg: any[]) => any[]) | (() => (...arg: any[]) => any[]) | {
1954
+ (): (...arg: any[]) => any[];
1955
+ new (): any;
1956
+ readonly prototype: any;
1957
+ })[];
1958
+ default: any;
1959
+ };
1960
+ summaryData: {
1961
+ type: ((new (...args: any[]) => Recordable<any>[]) | (() => Recordable<any>[])) | ((new (...args: any[]) => Recordable<any>[]) | (() => Recordable<any>[]))[];
1962
+ default: any;
1963
+ };
1964
+ summaryTotalFields: {
1965
+ type: ((new (...args: any[]) => string[]) | (() => string[])) | ((new (...args: any[]) => string[]) | (() => string[]))[];
1966
+ default: any;
1967
+ };
1968
+ showSummaryTotal: {
1969
+ type: BooleanConstructor;
1970
+ default: boolean;
1971
+ };
1972
+ summaryPrecision: {
1973
+ type: NumberConstructor;
1974
+ default: number;
1975
+ };
1976
+ useSearchForm: {
1977
+ type: BooleanConstructor;
1978
+ };
1979
+ isSortFetch: {
1980
+ type: BooleanConstructor;
1981
+ default: boolean;
1982
+ };
1983
+ sortFn: {
1984
+ type: ((new (...args: any[]) => (sortInfo: import("../../../../ShyTable").SorterResult) => any) | (() => (sortInfo: import("../../../../ShyTable").SorterResult) => any) | {
1985
+ (): (sortInfo: import("../../../../ShyTable").SorterResult) => any;
1986
+ new (): any;
1987
+ readonly prototype: any;
1988
+ }) | ((new (...args: any[]) => (sortInfo: import("../../../../ShyTable").SorterResult) => any) | (() => (sortInfo: import("../../../../ShyTable").SorterResult) => any) | {
1989
+ (): (sortInfo: import("../../../../ShyTable").SorterResult) => any;
1990
+ new (): any;
1991
+ readonly prototype: any;
1992
+ })[];
1993
+ default: (sortInfo: import("../../../../ShyTable").SorterResult) => {
1994
+ sort: string;
1995
+ order: string;
1996
+ } | {
1997
+ sort?: undefined;
1998
+ order?: undefined;
1999
+ };
2000
+ };
2001
+ filterFn: {
2002
+ type: ((new (...args: any[]) => (data: Partial<Recordable<string[]>>) => any) | (() => (data: Partial<Recordable<string[]>>) => any) | {
2003
+ (): (data: Partial<Recordable<string[]>>) => any;
2004
+ new (): any;
2005
+ readonly prototype: any;
2006
+ }) | ((new (...args: any[]) => (data: Partial<Recordable<string[]>>) => any) | (() => (data: Partial<Recordable<string[]>>) => any) | {
2007
+ (): (data: Partial<Recordable<string[]>>) => any;
2008
+ new (): any;
2009
+ readonly prototype: any;
2010
+ })[];
2011
+ default: (data: Partial<Recordable<string[]>>) => Partial<Recordable<string[]>>;
2012
+ };
2013
+ searchInfo: {
2014
+ type: ((new (...args: any[]) => Recordable<any>) | (() => Recordable<any>)) | ((new (...args: any[]) => Recordable<any>) | (() => Recordable<any>))[];
2015
+ default: any;
2016
+ };
2017
+ defSort: {
2018
+ type: ((new (...args: any[]) => Recordable<any>) | (() => Recordable<any>)) | ((new (...args: any[]) => Recordable<any>) | (() => Recordable<any>))[];
2019
+ default: any;
2020
+ };
2021
+ handleSearchInfoFn: {
2022
+ type: ((new (...args: any[]) => Fn<any, any>) | (() => Fn<any, any>) | {
2023
+ (): Fn<any, any>;
2024
+ new (): any;
2025
+ readonly prototype: any;
2026
+ }) | ((new (...args: any[]) => Fn<any, any>) | (() => Fn<any, any>) | {
2027
+ (): Fn<any, any>;
2028
+ new (): any;
2029
+ readonly prototype: any;
2030
+ })[];
2031
+ default: any;
2032
+ };
2033
+ formLayout: {
2034
+ type: ((new (...args: any[]) => "vertical" | "horizontal" | "inline") | (() => "vertical" | "horizontal" | "inline")) | ((new (...args: any[]) => "vertical" | "horizontal" | "inline") | (() => "vertical" | "horizontal" | "inline"))[];
2035
+ default: string;
2036
+ };
2037
+ formLabelInInput: {
2038
+ type: BooleanConstructor;
2039
+ default: boolean;
2040
+ };
2041
+ formConfig: {
2042
+ type: ((new (...args: any[]) => Partial<import("../../..").FormProps>) | (() => Partial<import("../../..").FormProps>)) | ((new (...args: any[]) => Partial<import("../../..").FormProps>) | (() => Partial<import("../../..").FormProps>))[];
2043
+ default: any;
2044
+ };
2045
+ useInfo: {
2046
+ type: BooleanConstructor;
2047
+ default: boolean;
2048
+ };
2049
+ infoConfig: {
2050
+ type: ((new (...args: any[]) => import("../../../../ShyTable").InfoConfig) | (() => import("../../../../ShyTable").InfoConfig)) | ((new (...args: any[]) => import("../../../../ShyTable").InfoConfig) | (() => import("../../../../ShyTable").InfoConfig))[];
2051
+ default: () => {};
2052
+ };
2053
+ }>> & {
2054
+ onChange?: (...args: any[]) => any;
2055
+ onRegister?: (...args: any[]) => any;
2056
+ "onFetch-success"?: (...args: any[]) => any;
2057
+ "onFetch-error"?: (...args: any[]) => any;
2058
+ "onSelection-change"?: (...args: any[]) => any;
2059
+ "onRow-click"?: (...args: any[]) => any;
2060
+ "onRow-dbClick"?: (...args: any[]) => any;
2061
+ "onRow-contextmenu"?: (...args: any[]) => any;
2062
+ "onRow-mouseenter"?: (...args: any[]) => any;
2063
+ "onRow-mouseleave"?: (...args: any[]) => any;
2064
+ "onEdit-end"?: (...args: any[]) => any;
2065
+ "onEdit-cancel"?: (...args: any[]) => any;
2066
+ "onEdit-row-end"?: (...args: any[]) => any;
2067
+ "onEdit-change"?: (...args: any[]) => any;
2068
+ "onExpanded-rows-change"?: (...args: any[]) => any;
2069
+ "onColumns-change"?: (...args: any[]) => any;
2070
+ "onColumns-reset"?: (...args: any[]) => any;
2071
+ }, {
2072
+ size: import("../../../../ShyTable").SizeType;
2073
+ scroll: {
2074
+ x: number | true;
2075
+ y: number;
2076
+ };
2077
+ api: (...arg: any[]) => Promise<any>;
2078
+ immediate: boolean;
2079
+ loading: boolean;
2080
+ inset: boolean;
2081
+ isShowHeader: boolean;
2082
+ isShowFooter: boolean;
2083
+ summaryPrecision: number;
2084
+ summaryTotalFields: string[];
2085
+ bordered: boolean;
2086
+ columns: import("../../../../ShyTable").ShyColumn[];
2087
+ formLabelInInput: boolean;
2088
+ resizable: boolean;
2089
+ ellipsis: boolean;
2090
+ striped: boolean;
2091
+ indentSize: number;
2092
+ canColDrag: boolean;
2093
+ useTableWrapper: boolean;
2094
+ isCanResizeParent: boolean;
2095
+ canResize: boolean;
2096
+ resizeHeightOffset: number;
2097
+ isShowPagination: boolean;
2098
+ isShowFooterSettings: boolean;
2099
+ pagination: void;
2100
+ clickToRowSelect: boolean;
2101
+ autoCreateKey: boolean;
2102
+ rowSelection: any;
2103
+ clearSelectOnPageChange: boolean;
2104
+ rowKey: string | ((record: Recordable<any>) => string);
2105
+ headerAlign: "left" | "right";
2106
+ isShowTitle: boolean;
2107
+ showTableSetting: boolean;
2108
+ tableSetting: {};
2109
+ beforeFetch: Fn<any, any>;
2110
+ afterFetch: Fn<any, any>;
2111
+ fetchSetting: import("../../../../ShyTable").FetchSetting;
2112
+ emptyDataIsShowTable: boolean;
2113
+ dataSource: Recordable<any>[];
2114
+ isTreeTable: boolean;
2115
+ actionColWidth: number;
2116
+ showIndexColumn: boolean;
2117
+ indexColumnProps: any;
2118
+ actionColumn: any;
2119
+ showSummary: boolean;
2120
+ summaryFunc: (...arg: any[]) => any[];
2121
+ summaryData: Recordable<any>[];
2122
+ showSummaryTotal: boolean;
2123
+ useSearchForm: boolean;
2124
+ isSortFetch: boolean;
2125
+ sortFn: (sortInfo: import("../../../../ShyTable").SorterResult) => any;
2126
+ filterFn: (data: Partial<Recordable<string[]>>) => any;
2127
+ searchInfo: any;
2128
+ defSort: any;
2129
+ handleSearchInfoFn: Fn<any, any>;
2130
+ formLayout: "vertical" | "horizontal" | "inline";
2131
+ formConfig: any;
2132
+ useInfo: boolean;
2133
+ infoConfig: {};
2134
+ }, {}>;
2135
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2136
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("register" | "confirm")[], "register" | "confirm", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2137
+ title: {
2138
+ type: StringConstructor;
2139
+ required: true;
2140
+ default: string;
2141
+ };
2142
+ }>> & {
2143
+ onRegister?: (...args: any[]) => any;
2144
+ onConfirm?: (...args: any[]) => any;
2145
+ }, {
2146
+ title: string;
2147
+ }, {}>;
2148
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:value" | "modal-confirm")[], "change" | "update:value" | "modal-confirm", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2149
+ value: {
2150
+ default: string;
2151
+ };
2152
+ title: {
2153
+ default: string;
2154
+ };
2155
+ tableComponentProps: {
2156
+ type: ObjectConstructor;
2157
+ default: () => {
2158
+ api: () => Promise<unknown>;
2159
+ columns: {
2160
+ title: string;
2161
+ dataIndex: string;
2162
+ }[];
2163
+ searchKey: string;
2164
+ };
2165
+ };
2166
+ tree: {
2167
+ default: () => {
2168
+ fieldNames: {
2169
+ label: string;
2170
+ value: string;
2171
+ };
2172
+ api: () => Promise<unknown>;
2173
+ };
2174
+ };
2175
+ selectMode: {
2176
+ default: string;
2177
+ type: StringConstructor;
2178
+ };
2179
+ fieldNames: {
2180
+ default: {
2181
+ label: string;
2182
+ value: string;
2183
+ };
2184
+ };
2185
+ readonly: {
2186
+ default: boolean;
2187
+ type: BooleanConstructor;
2188
+ };
2189
+ }>> & {
2190
+ onChange?: (...args: any[]) => any;
2191
+ "onUpdate:value"?: (...args: any[]) => any;
2192
+ "onModal-confirm"?: (...args: any[]) => any;
2193
+ }, {
2194
+ value: string;
2195
+ title: string;
2196
+ readonly: boolean;
2197
+ fieldNames: {
2198
+ label: string;
2199
+ value: string;
2200
+ };
2201
+ tree: {
2202
+ fieldNames: {
2203
+ label: string;
2204
+ value: string;
2205
+ };
2206
+ api: () => Promise<unknown>;
2207
+ };
2208
+ tableComponentProps: Record<string, any>;
2209
+ selectMode: string;
2210
+ }, {}>;
2211
+ export default _sfc_main;