cnhis-design-vue 3.1.49-beta.6 → 3.1.49-beta.8

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 (74) hide show
  1. package/README.md +87 -87
  2. package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
  3. package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +1 -0
  4. package/es/components/bpmn-workflow/types/ModelingModule.d.ts +1 -0
  5. package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +1 -0
  6. package/es/components/expand-field/index.d.ts +1630 -0
  7. package/es/components/expand-field/index.js +1 -0
  8. package/es/components/expand-field/src/components/FormBatchOptionsModal.vue.d.ts +54 -0
  9. package/es/components/expand-field/src/components/FormBatchOptionsModal.vue.js +1 -0
  10. package/es/components/expand-field/src/components/FormBatchOptionsModal.vue2.js +1 -0
  11. package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +841 -0
  12. package/es/components/expand-field/src/components/FormItemPerson.vue.js +1 -0
  13. package/es/components/expand-field/src/components/FormItemPerson.vue2.js +1 -0
  14. package/es/components/expand-field/src/components/PersonModal.vue.d.ts +777 -0
  15. package/es/components/expand-field/src/components/PersonModal.vue.js +1 -0
  16. package/es/components/expand-field/src/components/PersonModal.vue2.js +1 -0
  17. package/es/components/expand-field/src/components/form.vue.d.ts +1502 -0
  18. package/es/components/expand-field/src/components/form.vue.js +1 -0
  19. package/es/components/expand-field/src/components/form.vue2.js +1 -0
  20. package/es/components/expand-field/src/constants/index.d.ts +3 -0
  21. package/es/components/expand-field/src/constants/index.js +1 -0
  22. package/es/components/expand-field/src/hooks/useAsyncData.d.ts +6 -0
  23. package/es/components/expand-field/src/hooks/useAsyncData.js +1 -0
  24. package/es/components/expand-field/src/index.vue.d.ts +1632 -0
  25. package/es/components/expand-field/src/index.vue.js +1 -0
  26. package/es/components/expand-field/src/index.vue2.js +1 -0
  27. package/es/components/expand-field/src/types/index.d.ts +1 -0
  28. package/es/components/expand-field/src/types/index.js +1 -0
  29. package/es/components/expand-field/src/utils/constant.d.ts +17 -0
  30. package/es/components/expand-field/src/utils/constant.js +1 -0
  31. package/es/components/expand-field/src/utils/index.d.ts +6 -0
  32. package/es/components/expand-field/src/utils/index.js +1 -0
  33. package/es/components/expand-field/src/utils/tool.d.ts +2 -0
  34. package/es/components/expand-field/src/utils/tool.js +1 -0
  35. package/es/components/expand-field/style/expand-field-iconfont.ttf +0 -0
  36. package/es/components/expand-field/style/index.css +1 -0
  37. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.js +1 -1
  38. package/es/components/fabric-chart/src/interface.d.ts +1 -1
  39. package/es/components/field-set/index.d.ts +114 -20
  40. package/es/components/field-set/src/FieldSet.vue.d.ts +114 -20
  41. package/es/components/field-set/src/FieldSet.vue2.js +1 -1
  42. package/es/components/field-set/src/components/Row.vue.d.ts +110 -19
  43. package/es/components/field-set/src/components/Row.vue2.js +1 -1
  44. package/es/components/field-set/src/types/index.d.ts +1 -1
  45. package/es/components/field-set/src/utils/index.js +1 -1
  46. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.d.ts +6 -0
  47. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.js +1 -1
  48. package/es/components/index.css +1 -1
  49. package/es/components/index.d.ts +2 -1
  50. package/es/components/index.js +1 -1
  51. package/es/components/scale-view/src/ScaleView.vue2.js +1 -1
  52. package/es/components/select-label/src/LabelFormContent.vue2.js +1 -1
  53. package/es/components/select-person/src/SearchMultiple.vue.d.ts +0 -6
  54. package/es/components/select-person/src/SelectPerson.vue2.js +1 -1
  55. package/es/components/select-person/style/index.css +1 -1
  56. package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +3 -0
  57. package/es/components/table-filter/src/hooks/useAdvanced.js +1 -1
  58. package/es/env.d.ts +25 -25
  59. package/es/shared/assets/img/failure.png.js +1 -1
  60. package/es/shared/assets/img/no-permission.png.js +1 -1
  61. package/es/shared/assets/img/nodata.png.js +1 -1
  62. package/es/shared/assets/img/notfound.png.js +1 -1
  63. package/es/shared/assets/img/qr.png.js +1 -1
  64. package/es/shared/assets/img/success.png.js +1 -1
  65. package/es/shared/assets/img/video.png.js +1 -1
  66. package/es/shared/assets/img/video_default_cover.png.js +1 -1
  67. package/es/shared/assets/img/xb_big.png.js +1 -1
  68. package/es/shared/assets/img/xb_small.png.js +1 -1
  69. package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +86 -0
  70. package/es/shared/hooks/useDateTime.js +1 -1
  71. package/es/shared/package.json.js +1 -1
  72. package/es/shared/utils/fabricjs/index.d.ts +6823 -0
  73. package/es/shared/utils/tapable/index.d.ts +139 -0
  74. package/package.json +2 -2
@@ -0,0 +1,1632 @@
1
+ import { ref, PropType } from 'vue';
2
+ import { AnyObject } from '../../../../es/shared/types';
3
+ import { IExpandFieldItemType } from './types';
4
+ declare const _default: import("vue").DefineComponent<{
5
+ id: {
6
+ type: StringConstructor;
7
+ default: string;
8
+ };
9
+ expandFieldApiConfig: {
10
+ type: ObjectConstructor;
11
+ };
12
+ tableData: {
13
+ type: PropType<IExpandFieldItemType[]>;
14
+ default: () => never[];
15
+ };
16
+ orgId: {
17
+ type: StringConstructor;
18
+ default: string;
19
+ };
20
+ }, {
21
+ $message: import("naive-ui").MessageApi;
22
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
23
+ id: {
24
+ type: StringConstructor;
25
+ default: string;
26
+ };
27
+ expandFieldApiConfig: {
28
+ type: ObjectConstructor;
29
+ };
30
+ tableData: {
31
+ type: PropType<IExpandFieldItemType[]>;
32
+ default: () => never[];
33
+ };
34
+ orgId: {
35
+ type: StringConstructor;
36
+ default: string;
37
+ };
38
+ }>> & {
39
+ onCloseModal?: ((...args: any[]) => any) | undefined;
40
+ }>>;
41
+ deleteExtendFieldById: (params: any, filterApiConfig: any) => Promise<any>;
42
+ filedList: {
43
+ title: string;
44
+ columnName: string;
45
+ span: number;
46
+ }[];
47
+ formVisible: import("vue").Ref<boolean>;
48
+ formOntype: import("vue").Ref<string>;
49
+ formItemData: import("vue").Ref<{}>;
50
+ emits: (event: "closeModal", ...args: any[]) => void;
51
+ closeModal: () => void;
52
+ addField: () => void;
53
+ cancelModal: () => void;
54
+ handleEditItem: (row: any) => void;
55
+ handleDelItem: (row: any) => Promise<void>;
56
+ NButton: any;
57
+ NGrid: any;
58
+ NGridItem: import("vue").DefineComponent<{
59
+ readonly span: {
60
+ readonly type: PropType<string | number>;
61
+ readonly default: 1;
62
+ };
63
+ readonly offset: {
64
+ readonly type: PropType<string | number>;
65
+ readonly default: 0;
66
+ };
67
+ readonly suffix: BooleanConstructor;
68
+ readonly privateOffset: NumberConstructor;
69
+ readonly privateSpan: NumberConstructor;
70
+ readonly privateColStart: NumberConstructor;
71
+ readonly privateShow: {
72
+ readonly type: BooleanConstructor;
73
+ readonly default: true;
74
+ };
75
+ }, {
76
+ overflow: import("vue").Ref<boolean>;
77
+ itemStyle: import("vue").Ref<string | import("vue").CSSProperties | undefined>;
78
+ layoutShiftDisabled: import("vue").Ref<boolean>;
79
+ mergedXGap: import("vue").ComputedRef<string>;
80
+ deriveStyle: () => {
81
+ display: string;
82
+ gridColumn: string;
83
+ marginLeft: string;
84
+ };
85
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
86
+ readonly span: {
87
+ readonly type: PropType<string | number>;
88
+ readonly default: 1;
89
+ };
90
+ readonly offset: {
91
+ readonly type: PropType<string | number>;
92
+ readonly default: 0;
93
+ };
94
+ readonly suffix: BooleanConstructor;
95
+ readonly privateOffset: NumberConstructor;
96
+ readonly privateSpan: NumberConstructor;
97
+ readonly privateColStart: NumberConstructor;
98
+ readonly privateShow: {
99
+ readonly type: BooleanConstructor;
100
+ readonly default: true;
101
+ };
102
+ }>>, {
103
+ readonly offset: string | number;
104
+ readonly span: string | number;
105
+ readonly suffix: boolean;
106
+ readonly privateShow: boolean;
107
+ }>;
108
+ NTooltip: any;
109
+ NPopconfirm: any;
110
+ NIcon: any;
111
+ Brush: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
112
+ ExpandFieldForm: import("vue").DefineComponent<{
113
+ visible: {
114
+ type: BooleanConstructor;
115
+ default: boolean;
116
+ };
117
+ formOntype: {
118
+ type: StringConstructor;
119
+ default: string;
120
+ };
121
+ formItemData: {
122
+ type: ObjectConstructor;
123
+ default: () => {};
124
+ };
125
+ id: {
126
+ type: StringConstructor;
127
+ default: string;
128
+ };
129
+ orgId: {
130
+ type: StringConstructor;
131
+ default: string;
132
+ };
133
+ conditionList: {
134
+ type: ArrayConstructor;
135
+ default: () => never[];
136
+ };
137
+ searchFieldList: {
138
+ type: ArrayConstructor;
139
+ default: () => never[];
140
+ };
141
+ }, {
142
+ $message: import("naive-ui").MessageApi;
143
+ defaultPlaceholder: string;
144
+ rules: import("naive-ui").FormRules;
145
+ dateList: {
146
+ value: string;
147
+ label: string;
148
+ }[];
149
+ widthList: {
150
+ value: string;
151
+ label: string;
152
+ }[];
153
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
154
+ visible: {
155
+ type: BooleanConstructor;
156
+ default: boolean;
157
+ };
158
+ formOntype: {
159
+ type: StringConstructor;
160
+ default: string;
161
+ };
162
+ formItemData: {
163
+ type: ObjectConstructor;
164
+ default: () => {};
165
+ };
166
+ id: {
167
+ type: StringConstructor;
168
+ default: string;
169
+ };
170
+ orgId: {
171
+ type: StringConstructor;
172
+ default: string;
173
+ };
174
+ conditionList: {
175
+ type: ArrayConstructor;
176
+ default: () => never[];
177
+ };
178
+ searchFieldList: {
179
+ type: ArrayConstructor;
180
+ default: () => never[];
181
+ };
182
+ }>> & {
183
+ onCancelModal?: ((...args: any[]) => any) | undefined;
184
+ }>>;
185
+ emits: (event: "cancelModal", ...args: any[]) => void;
186
+ isChangeWindow: import("vue").Ref<boolean>;
187
+ modalWidth: import("vue").Ref<string>;
188
+ bodyStyle: import("vue").Ref<{
189
+ maxHeight: string;
190
+ height: string;
191
+ }>;
192
+ saveOrUpdateExtendField: (params: any, filterApiConfig: any) => Promise<any>;
193
+ expandFieldApiConfig: AnyObject;
194
+ formRef: import("vue").Ref<null>;
195
+ defaultData: import("vue").Ref<{
196
+ name: undefined;
197
+ remark: undefined;
198
+ is_edit: string;
199
+ is_null: string;
200
+ is_show: string;
201
+ key: string;
202
+ val_key: undefined;
203
+ validate: {};
204
+ html_type: string;
205
+ name_i18n: undefined;
206
+ elem_width: string;
207
+ default_val: undefined;
208
+ label_type: undefined;
209
+ isMultiSelect: string;
210
+ decimal_length: undefined;
211
+ date_format: string;
212
+ }>;
213
+ optionList: import("vue").Ref<{
214
+ text: undefined;
215
+ value: undefined;
216
+ }[]>;
217
+ dateInfo: import("vue").Ref<{
218
+ format: string;
219
+ dateType: string;
220
+ mode: string;
221
+ value: null;
222
+ showTime: boolean;
223
+ open: boolean;
224
+ componentType: string;
225
+ }>;
226
+ validate: import("vue").Ref<{
227
+ obj_type: string;
228
+ vali_obj: string;
229
+ event_obj: string;
230
+ max_length: string;
231
+ min_length: string;
232
+ min_value: string;
233
+ max_value: string;
234
+ }>;
235
+ wordbook: import("vue").Ref<{
236
+ value_key: string;
237
+ levelSetting: never[];
238
+ search_key: never[];
239
+ level_num: undefined;
240
+ render_key: never[];
241
+ name: string;
242
+ level_key: string;
243
+ id: string;
244
+ type: string;
245
+ primary_key: string;
246
+ sqlExpression: string;
247
+ conObj: string;
248
+ add_btn: string;
249
+ setting: {
250
+ cascading: never[];
251
+ };
252
+ }>;
253
+ isNull: import("vue").Ref<boolean>;
254
+ isMultiSelect: import("vue").Ref<boolean>;
255
+ curPrecision: import("vue").Ref<undefined>;
256
+ isOpErr: import("vue").Ref<boolean>;
257
+ loading: import("vue").Ref<boolean>;
258
+ isDatePopup: import("vue").Ref<boolean>;
259
+ formBatchVisible: import("vue").Ref<boolean>;
260
+ selectPersonStr: import("vue").Ref<string>;
261
+ isDis: import("vue").ComputedRef<boolean>;
262
+ currentType: import("vue").ComputedRef<string>;
263
+ defMax: import("vue").ComputedRef<1000 | 255>;
264
+ useOptions: import("vue").ComputedRef<{
265
+ text: undefined;
266
+ value: undefined;
267
+ }[]>;
268
+ multiMode: import("vue").ComputedRef<boolean>;
269
+ isDatePicker: import("vue").ComputedRef<boolean>;
270
+ triggerBatch: (isEdit: boolean) => void;
271
+ handleDelOptions: (item: any, i: number) => void;
272
+ checkPerson: (val: any) => void;
273
+ changeDateFormat: (val: string) => void;
274
+ resetChangeWindow: () => void;
275
+ changeModalWindow: () => void;
276
+ isMonthMode: (e: string) => boolean;
277
+ isShowTime: (e: string) => boolean;
278
+ isTimeType: (str: string) => boolean;
279
+ handlerClick: (type: string, value: boolean) => void;
280
+ handleInitDate: (copyData: any) => void;
281
+ handleInitMulti: (copyData: any) => any;
282
+ handleInitOp: (copyData: any) => void;
283
+ handleInitData: () => void;
284
+ resetOp: () => void;
285
+ handleTypeDef: () => never[] | undefined;
286
+ htmlTypeOnChange: (e: string) => void;
287
+ handleAddOptions: () => void;
288
+ handleNumberDef: (saveOjb: any) => any;
289
+ decimalLengthChange: (val: any) => void;
290
+ handleSaveBatch: (list: any[]) => void;
291
+ handleGetinitVal: (k: string) => any;
292
+ handleDateInfo: (val: string) => void;
293
+ dateInputChange: (e: any) => void;
294
+ isAMomentObject: (t: number, type: string) => string | undefined;
295
+ handleMenu: () => void;
296
+ monthChange: (val: number) => void;
297
+ dateChange: (val: number) => void;
298
+ timeChange: (time: any) => void;
299
+ handleCancel: () => void;
300
+ validateOptions: () => {
301
+ validate: boolean;
302
+ message: string;
303
+ };
304
+ handleSave: () => void;
305
+ isCandidateVariable: (str: string, saveOjb: AnyObject) => true | "error" | undefined;
306
+ setCandidateError: (saveOjb: any, message: string) => void;
307
+ validateCandidate: (saveOjb: any) => boolean;
308
+ handleSubmit: (params?: {}) => Promise<void>;
309
+ NModal: any;
310
+ NCard: any;
311
+ NButton: any;
312
+ NForm: any;
313
+ NFormItem: import("vue").DefineComponent<{
314
+ readonly label: StringConstructor;
315
+ readonly labelWidth: PropType<string | number>;
316
+ readonly labelStyle: PropType<string | import("vue").CSSProperties>;
317
+ readonly labelAlign: PropType<import("naive-ui/es/form/src/interface").LabelAlign>;
318
+ readonly labelPlacement: PropType<import("naive-ui/es/form/src/interface").LabelPlacement>;
319
+ readonly path: StringConstructor;
320
+ readonly first: BooleanConstructor;
321
+ readonly rulePath: StringConstructor;
322
+ readonly required: BooleanConstructor;
323
+ readonly showRequireMark: {
324
+ readonly type: PropType<boolean | undefined>;
325
+ readonly default: undefined;
326
+ };
327
+ readonly requireMarkPlacement: PropType<"left" | "right" | "right-hanging">;
328
+ readonly showFeedback: {
329
+ readonly type: PropType<boolean | undefined>;
330
+ readonly default: undefined;
331
+ };
332
+ readonly rule: PropType<import("naive-ui").FormItemRule | import("naive-ui").FormItemRule[]>;
333
+ readonly size: PropType<"small" | "medium" | "large">;
334
+ readonly ignorePathChange: BooleanConstructor;
335
+ readonly validationStatus: PropType<"error" | "success" | "warning">;
336
+ readonly feedback: StringConstructor;
337
+ readonly showLabel: {
338
+ readonly type: PropType<boolean | undefined>;
339
+ readonly default: undefined;
340
+ };
341
+ readonly labelProps: PropType<import("vue").LabelHTMLAttributes>;
342
+ readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Form", {
343
+ blankHeightSmall: string;
344
+ blankHeightMedium: string;
345
+ blankHeightLarge: string;
346
+ lineHeight: string;
347
+ labelTextColor: string;
348
+ asteriskColor: string;
349
+ feedbackTextColorError: string;
350
+ feedbackTextColorWarning: string;
351
+ feedbackTextColor: string;
352
+ feedbackPadding: string;
353
+ feedbackHeightSmall: string;
354
+ feedbackHeightMedium: string;
355
+ feedbackHeightLarge: string;
356
+ feedbackFontSizeSmall: string;
357
+ feedbackFontSizeMedium: string;
358
+ feedbackFontSizeLarge: string;
359
+ labelFontSizeLeftSmall: string;
360
+ labelFontSizeLeftMedium: string;
361
+ labelFontSizeLeftLarge: string;
362
+ labelFontSizeTopSmall: string;
363
+ labelFontSizeTopMedium: string;
364
+ labelFontSizeTopLarge: string;
365
+ labelHeightSmall: string;
366
+ labelHeightMedium: string;
367
+ labelHeightLarge: string;
368
+ labelPaddingVertical: string;
369
+ labelPaddingHorizontal: string;
370
+ labelTextAlignVertical: string;
371
+ labelTextAlignHorizontal: string;
372
+ }, any>>;
373
+ readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
374
+ blankHeightSmall: string;
375
+ blankHeightMedium: string;
376
+ blankHeightLarge: string;
377
+ lineHeight: string;
378
+ labelTextColor: string;
379
+ asteriskColor: string;
380
+ feedbackTextColorError: string;
381
+ feedbackTextColorWarning: string;
382
+ feedbackTextColor: string;
383
+ feedbackPadding: string;
384
+ feedbackHeightSmall: string;
385
+ feedbackHeightMedium: string;
386
+ feedbackHeightLarge: string;
387
+ feedbackFontSizeSmall: string;
388
+ feedbackFontSizeMedium: string;
389
+ feedbackFontSizeLarge: string;
390
+ labelFontSizeLeftSmall: string;
391
+ labelFontSizeLeftMedium: string;
392
+ labelFontSizeLeftLarge: string;
393
+ labelFontSizeTopSmall: string;
394
+ labelFontSizeTopMedium: string;
395
+ labelFontSizeTopLarge: string;
396
+ labelHeightSmall: string;
397
+ labelHeightMedium: string;
398
+ labelHeightLarge: string;
399
+ labelPaddingVertical: string;
400
+ labelPaddingHorizontal: string;
401
+ labelTextAlignVertical: string;
402
+ labelTextAlignHorizontal: string;
403
+ }, any>>>;
404
+ readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
405
+ blankHeightSmall: string;
406
+ blankHeightMedium: string;
407
+ blankHeightLarge: string;
408
+ lineHeight: string;
409
+ labelTextColor: string;
410
+ asteriskColor: string;
411
+ feedbackTextColorError: string;
412
+ feedbackTextColorWarning: string;
413
+ feedbackTextColor: string;
414
+ feedbackPadding: string;
415
+ feedbackHeightSmall: string;
416
+ feedbackHeightMedium: string;
417
+ feedbackHeightLarge: string;
418
+ feedbackFontSizeSmall: string;
419
+ feedbackFontSizeMedium: string;
420
+ feedbackFontSizeLarge: string;
421
+ labelFontSizeLeftSmall: string;
422
+ labelFontSizeLeftMedium: string;
423
+ labelFontSizeLeftLarge: string;
424
+ labelFontSizeTopSmall: string;
425
+ labelFontSizeTopMedium: string;
426
+ labelFontSizeTopLarge: string;
427
+ labelHeightSmall: string;
428
+ labelHeightMedium: string;
429
+ labelHeightLarge: string;
430
+ labelPaddingVertical: string;
431
+ labelPaddingHorizontal: string;
432
+ labelTextAlignVertical: string;
433
+ labelTextAlignHorizontal: string;
434
+ }, any>>>;
435
+ }, {
436
+ cssVars: import("vue").ComputedRef<{
437
+ '--n-bezier': string;
438
+ '--n-line-height': string;
439
+ '--n-blank-height': string;
440
+ '--n-label-font-size': string;
441
+ '--n-label-text-align': string;
442
+ '--n-label-height': string;
443
+ '--n-label-padding': string;
444
+ '--n-asterisk-color': string;
445
+ '--n-label-text-color': string;
446
+ '--n-feedback-padding': string;
447
+ '--n-feedback-font-size': string;
448
+ '--n-feedback-height': string;
449
+ '--n-feedback-text-color': string;
450
+ '--n-feedback-text-color-warning': string;
451
+ '--n-feedback-text-color-error': string;
452
+ }> | undefined;
453
+ themeClass: import("vue").Ref<string>;
454
+ onRender: () => void;
455
+ validate: import("naive-ui/es/form/src/interface").FormItemValidate;
456
+ restoreValidation: () => void;
457
+ path?: string | undefined;
458
+ internalValidate: import("naive-ui/es/form/src/interface").FormItemInternalValidate;
459
+ mergedSize: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").Size>;
460
+ validationErrored: import("vue").Ref<boolean>;
461
+ mergedLabelStyle: import("vue").ComputedRef<(import("vue").StyleValue | undefined)[]>;
462
+ mergedLabelPlacement: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").LabelPlacement>;
463
+ mergedLabelAlign: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").LabelAlign | undefined>;
464
+ mergedShowRequireMark: import("vue").ComputedRef<boolean | undefined>;
465
+ mergedRequireMarkPlacement: import("vue").ComputedRef<"left" | "right" | "right-hanging">;
466
+ mergedValidationStatus: import("vue").ComputedRef<"error" | "success" | "warning" | undefined>;
467
+ mergedShowFeedback: import("vue").ComputedRef<boolean>;
468
+ mergedShowLabel: import("vue").ComputedRef<boolean>;
469
+ isAutoLabelWidth: import("vue").ComputedRef<boolean>;
470
+ labelElementRef: import("vue").Ref<HTMLLabelElement | null>;
471
+ mergedClsPrefix: import("vue").ComputedRef<string>;
472
+ mergedRequired: import("vue").ComputedRef<boolean>;
473
+ feedbackId: import("vue").Ref<string>;
474
+ renderExplains: import("vue").Ref<{
475
+ key: string;
476
+ render: () => import("vue").VNodeChild;
477
+ }[]>;
478
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
479
+ readonly label: StringConstructor;
480
+ readonly labelWidth: PropType<string | number>;
481
+ readonly labelStyle: PropType<string | import("vue").CSSProperties>;
482
+ readonly labelAlign: PropType<import("naive-ui/es/form/src/interface").LabelAlign>;
483
+ readonly labelPlacement: PropType<import("naive-ui/es/form/src/interface").LabelPlacement>;
484
+ readonly path: StringConstructor;
485
+ readonly first: BooleanConstructor;
486
+ readonly rulePath: StringConstructor;
487
+ readonly required: BooleanConstructor;
488
+ readonly showRequireMark: {
489
+ readonly type: PropType<boolean | undefined>;
490
+ readonly default: undefined;
491
+ };
492
+ readonly requireMarkPlacement: PropType<"left" | "right" | "right-hanging">;
493
+ readonly showFeedback: {
494
+ readonly type: PropType<boolean | undefined>;
495
+ readonly default: undefined;
496
+ };
497
+ readonly rule: PropType<import("naive-ui").FormItemRule | import("naive-ui").FormItemRule[]>;
498
+ readonly size: PropType<"small" | "medium" | "large">;
499
+ readonly ignorePathChange: BooleanConstructor;
500
+ readonly validationStatus: PropType<"error" | "success" | "warning">;
501
+ readonly feedback: StringConstructor;
502
+ readonly showLabel: {
503
+ readonly type: PropType<boolean | undefined>;
504
+ readonly default: undefined;
505
+ };
506
+ readonly labelProps: PropType<import("vue").LabelHTMLAttributes>;
507
+ readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Form", {
508
+ blankHeightSmall: string;
509
+ blankHeightMedium: string;
510
+ blankHeightLarge: string;
511
+ lineHeight: string;
512
+ labelTextColor: string;
513
+ asteriskColor: string;
514
+ feedbackTextColorError: string;
515
+ feedbackTextColorWarning: string;
516
+ feedbackTextColor: string;
517
+ feedbackPadding: string;
518
+ feedbackHeightSmall: string;
519
+ feedbackHeightMedium: string;
520
+ feedbackHeightLarge: string;
521
+ feedbackFontSizeSmall: string;
522
+ feedbackFontSizeMedium: string;
523
+ feedbackFontSizeLarge: string;
524
+ labelFontSizeLeftSmall: string;
525
+ labelFontSizeLeftMedium: string;
526
+ labelFontSizeLeftLarge: string;
527
+ labelFontSizeTopSmall: string;
528
+ labelFontSizeTopMedium: string;
529
+ labelFontSizeTopLarge: string;
530
+ labelHeightSmall: string;
531
+ labelHeightMedium: string;
532
+ labelHeightLarge: string;
533
+ labelPaddingVertical: string;
534
+ labelPaddingHorizontal: string;
535
+ labelTextAlignVertical: string;
536
+ labelTextAlignHorizontal: string;
537
+ }, any>>;
538
+ readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
539
+ blankHeightSmall: string;
540
+ blankHeightMedium: string;
541
+ blankHeightLarge: string;
542
+ lineHeight: string;
543
+ labelTextColor: string;
544
+ asteriskColor: string;
545
+ feedbackTextColorError: string;
546
+ feedbackTextColorWarning: string;
547
+ feedbackTextColor: string;
548
+ feedbackPadding: string;
549
+ feedbackHeightSmall: string;
550
+ feedbackHeightMedium: string;
551
+ feedbackHeightLarge: string;
552
+ feedbackFontSizeSmall: string;
553
+ feedbackFontSizeMedium: string;
554
+ feedbackFontSizeLarge: string;
555
+ labelFontSizeLeftSmall: string;
556
+ labelFontSizeLeftMedium: string;
557
+ labelFontSizeLeftLarge: string;
558
+ labelFontSizeTopSmall: string;
559
+ labelFontSizeTopMedium: string;
560
+ labelFontSizeTopLarge: string;
561
+ labelHeightSmall: string;
562
+ labelHeightMedium: string;
563
+ labelHeightLarge: string;
564
+ labelPaddingVertical: string;
565
+ labelPaddingHorizontal: string;
566
+ labelTextAlignVertical: string;
567
+ labelTextAlignHorizontal: string;
568
+ }, any>>>;
569
+ readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
570
+ blankHeightSmall: string;
571
+ blankHeightMedium: string;
572
+ blankHeightLarge: string;
573
+ lineHeight: string;
574
+ labelTextColor: string;
575
+ asteriskColor: string;
576
+ feedbackTextColorError: string;
577
+ feedbackTextColorWarning: string;
578
+ feedbackTextColor: string;
579
+ feedbackPadding: string;
580
+ feedbackHeightSmall: string;
581
+ feedbackHeightMedium: string;
582
+ feedbackHeightLarge: string;
583
+ feedbackFontSizeSmall: string;
584
+ feedbackFontSizeMedium: string;
585
+ feedbackFontSizeLarge: string;
586
+ labelFontSizeLeftSmall: string;
587
+ labelFontSizeLeftMedium: string;
588
+ labelFontSizeLeftLarge: string;
589
+ labelFontSizeTopSmall: string;
590
+ labelFontSizeTopMedium: string;
591
+ labelFontSizeTopLarge: string;
592
+ labelHeightSmall: string;
593
+ labelHeightMedium: string;
594
+ labelHeightLarge: string;
595
+ labelPaddingVertical: string;
596
+ labelPaddingHorizontal: string;
597
+ labelTextAlignVertical: string;
598
+ labelTextAlignHorizontal: string;
599
+ }, any>>>;
600
+ }>>, {
601
+ readonly required: boolean;
602
+ readonly first: boolean;
603
+ readonly showRequireMark: boolean | undefined;
604
+ readonly showFeedback: boolean | undefined;
605
+ readonly showLabel: boolean | undefined;
606
+ readonly ignorePathChange: boolean;
607
+ }>;
608
+ NInput: any;
609
+ NSelect: any;
610
+ NSwitch: any;
611
+ NInputNumber: any;
612
+ NPopover: any;
613
+ NDatePicker: any;
614
+ NTimePicker: any;
615
+ NGrid: any;
616
+ NGridItem: import("vue").DefineComponent<{
617
+ readonly span: {
618
+ readonly type: PropType<string | number>;
619
+ readonly default: 1;
620
+ };
621
+ readonly offset: {
622
+ readonly type: PropType<string | number>;
623
+ readonly default: 0;
624
+ };
625
+ readonly suffix: BooleanConstructor;
626
+ readonly privateOffset: NumberConstructor;
627
+ readonly privateSpan: NumberConstructor;
628
+ readonly privateColStart: NumberConstructor;
629
+ readonly privateShow: {
630
+ readonly type: BooleanConstructor;
631
+ readonly default: true;
632
+ };
633
+ }, {
634
+ overflow: import("vue").Ref<boolean>;
635
+ itemStyle: import("vue").Ref<string | import("vue").CSSProperties | undefined>;
636
+ layoutShiftDisabled: import("vue").Ref<boolean>;
637
+ mergedXGap: import("vue").ComputedRef<string>;
638
+ deriveStyle: () => {
639
+ display: string;
640
+ gridColumn: string;
641
+ marginLeft: string;
642
+ };
643
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
644
+ readonly span: {
645
+ readonly type: PropType<string | number>;
646
+ readonly default: 1;
647
+ };
648
+ readonly offset: {
649
+ readonly type: PropType<string | number>;
650
+ readonly default: 0;
651
+ };
652
+ readonly suffix: BooleanConstructor;
653
+ readonly privateOffset: NumberConstructor;
654
+ readonly privateSpan: NumberConstructor;
655
+ readonly privateColStart: NumberConstructor;
656
+ readonly privateShow: {
657
+ readonly type: BooleanConstructor;
658
+ readonly default: true;
659
+ };
660
+ }>>, {
661
+ readonly offset: string | number;
662
+ readonly span: string | number;
663
+ readonly suffix: boolean;
664
+ readonly privateShow: boolean;
665
+ }>;
666
+ NIcon: any;
667
+ NTooltip: any;
668
+ isTextarea: typeof import("./utils").isTextarea;
669
+ isNumber: typeof import("./utils").isNumber;
670
+ isDate: typeof import("./utils").isDate;
671
+ isShowOptions: typeof import("./utils").isShowOptions;
672
+ isCandidate: typeof import("./utils").isCandidate;
673
+ HtmlTypeList: {
674
+ value: string;
675
+ label: string;
676
+ }[];
677
+ FormBatchOptionsModal: import("vue").DefineComponent<{
678
+ visible: {
679
+ type: BooleanConstructor;
680
+ default: boolean;
681
+ };
682
+ options: {
683
+ type: ArrayConstructor;
684
+ default: () => never[];
685
+ };
686
+ }, {
687
+ placeholder: string;
688
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
689
+ visible: {
690
+ type: BooleanConstructor;
691
+ default: boolean;
692
+ };
693
+ options: {
694
+ type: ArrayConstructor;
695
+ default: () => never[];
696
+ };
697
+ }>> & {
698
+ onHandleSaveBatch?: ((...args: any[]) => any) | undefined;
699
+ onTriggerBatch?: ((...args: any[]) => any) | undefined;
700
+ }>>;
701
+ emits: (event: "handleSaveBatch" | "triggerBatch", ...args: any[]) => void;
702
+ editOptionstr: import("vue").Ref<string>;
703
+ init: () => void;
704
+ getSaveParams: () => {
705
+ value: any;
706
+ text: any;
707
+ }[];
708
+ handleSave: () => void;
709
+ cancelEdit: () => void;
710
+ NModal: any;
711
+ NCard: any;
712
+ NButton: any;
713
+ NInput: any;
714
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("handleSaveBatch" | "triggerBatch")[], "handleSaveBatch" | "triggerBatch", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
715
+ visible: {
716
+ type: BooleanConstructor;
717
+ default: boolean;
718
+ };
719
+ options: {
720
+ type: ArrayConstructor;
721
+ default: () => never[];
722
+ };
723
+ }>> & {
724
+ onHandleSaveBatch?: ((...args: any[]) => any) | undefined;
725
+ onTriggerBatch?: ((...args: any[]) => any) | undefined;
726
+ }, {
727
+ options: unknown[];
728
+ visible: boolean;
729
+ }>;
730
+ FormItemPerson: import("vue").DefineComponent<{
731
+ defaultValue: {
732
+ type: (ArrayConstructor | StringConstructor)[];
733
+ };
734
+ orgId: {
735
+ type: StringConstructor;
736
+ default: string;
737
+ };
738
+ }, {
739
+ findAllDeptEmpByOrg: (params: any, filterApiConfig: any) => Promise<any>;
740
+ expandFieldApiConfig: AnyObject;
741
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
742
+ defaultValue: {
743
+ type: (ArrayConstructor | StringConstructor)[];
744
+ };
745
+ orgId: {
746
+ type: StringConstructor;
747
+ default: string;
748
+ };
749
+ }>> & {
750
+ onCheckPerson?: ((...args: any[]) => any) | undefined;
751
+ }>>;
752
+ emits: (event: "checkPerson", ...args: any[]) => void;
753
+ personSelect: import("vue").Ref<any[]>;
754
+ personDefaultList: import("vue").Ref<any[]>;
755
+ treeData: import("vue").Ref<any[]>;
756
+ personStr: import("vue").Ref<any>;
757
+ personModalRef: import("vue").Ref<null>;
758
+ personModalVisible: import("vue").Ref<boolean>;
759
+ inputChange: (value: string) => void;
760
+ openChoice: () => void;
761
+ clearAllTags: () => void;
762
+ checkModal: (list: any[]) => void;
763
+ getPersonModelData: () => Promise<void>;
764
+ findAllDeptEmpByOrgFunc: () => Promise<void>;
765
+ handleInit: () => never[] | undefined;
766
+ init: () => Promise<void>;
767
+ NInputGroup: import("vue").DefineComponent<{
768
+ [x: string]: never;
769
+ [x: number]: never;
770
+ [x: symbol]: never;
771
+ }, {
772
+ mergedClsPrefix: import("vue").ComputedRef<string>;
773
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
774
+ [x: string]: never;
775
+ [x: number]: never;
776
+ [x: symbol]: never;
777
+ }>>, {}>;
778
+ NButton: any;
779
+ NInput: any;
780
+ NTooltip: any;
781
+ NTag: any;
782
+ PersonModal: import("vue").DefineComponent<{
783
+ visible: {
784
+ type: BooleanConstructor;
785
+ default: boolean;
786
+ };
787
+ orgId: {
788
+ type: StringConstructor;
789
+ default: string;
790
+ };
791
+ defaultList: {
792
+ type: PropType<string[]>;
793
+ default: () => never[];
794
+ };
795
+ treeData: {
796
+ type: PropType<AnyObject[]>;
797
+ default: () => never[];
798
+ };
799
+ }, {
800
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
801
+ visible: {
802
+ type: BooleanConstructor;
803
+ default: boolean;
804
+ };
805
+ orgId: {
806
+ type: StringConstructor;
807
+ default: string;
808
+ };
809
+ defaultList: {
810
+ type: PropType<string[]>;
811
+ default: () => never[];
812
+ };
813
+ treeData: {
814
+ type: PropType<AnyObject[]>;
815
+ default: () => never[];
816
+ };
817
+ }>> & {
818
+ onCheck?: ((...args: any[]) => any) | undefined;
819
+ onChangeModalVisible?: ((...args: any[]) => any) | undefined;
820
+ }>>;
821
+ emits: (event: "check" | "changeModalVisible", ...args: any[]) => void;
822
+ wordbook: import("vue").Ref<{
823
+ parent_id_obj: string;
824
+ parent_id_obj_key: string;
825
+ parent_name_obj: string;
826
+ parent_name_obj_key: string;
827
+ user_count_obj: string;
828
+ }>;
829
+ wordbookChild: {
830
+ user_id_obj: string;
831
+ user_id_obj_key: string;
832
+ user_name_obj: string;
833
+ user_name_obj_key: string;
834
+ };
835
+ personList: import("vue").Ref<never[]>;
836
+ checkedTreeItem: import("vue").Ref<any[]>;
837
+ modalSave: () => void;
838
+ modalCancel: () => void;
839
+ checkWithLevel: (checkedItem: any[]) => void;
840
+ NModal: any;
841
+ NCard: any;
842
+ NButton: any;
843
+ CSelectPerson: import("../../../../es/shared/types").SFCWithInstall<import("vue").DefineComponent<{
844
+ defaultList: {
845
+ type: PropType<((string | number) | {
846
+ [key: string]: any;
847
+ key: string | number;
848
+ name: string;
849
+ })[]>;
850
+ default: () => never[];
851
+ };
852
+ data: {
853
+ type: PropType<(import("naive-ui/es/tree/src/interface").TreeOptionBase & {
854
+ [k: string]: unknown;
855
+ } & AnyObject)[]>;
856
+ default: () => never[];
857
+ };
858
+ searchPlaceholder: {
859
+ type: StringConstructor;
860
+ default: string;
861
+ };
862
+ searchButtonText: {
863
+ type: StringConstructor;
864
+ default: string;
865
+ };
866
+ wordbook: {
867
+ type: PropType<{
868
+ parent_id_obj: string | number;
869
+ parent_name_obj: string | number;
870
+ user_count_obj?: string | number | undefined;
871
+ filter_key?: string | undefined;
872
+ }>;
873
+ default: () => {};
874
+ };
875
+ wordbookChild: {
876
+ type: PropType<{
877
+ user_id_obj: string | number;
878
+ user_name_obj: string | number;
879
+ user_expand_keys?: string[] | undefined;
880
+ }>;
881
+ default: () => {};
882
+ };
883
+ showCount: {
884
+ type: BooleanConstructor;
885
+ default: boolean;
886
+ };
887
+ showClear: {
888
+ type: BooleanConstructor;
889
+ default: boolean;
890
+ };
891
+ multiple: {
892
+ type: BooleanConstructor;
893
+ default: boolean;
894
+ };
895
+ searchInner: {
896
+ type: BooleanConstructor;
897
+ default: boolean;
898
+ };
899
+ searchFilter: {
900
+ type: PropType<AnyObject>;
901
+ default: () => {};
902
+ };
903
+ treeSetting: {
904
+ type: PropType<import("naive-ui/es/tree/src/interface").TreeOptionBase & {
905
+ [k: string]: unknown;
906
+ } & AnyObject>;
907
+ default: () => {};
908
+ };
909
+ queryLoadChildData: {
910
+ type: PropType<(node: import("naive-ui").TreeOption) => Promise<AnyObject>>;
911
+ default: undefined;
912
+ };
913
+ queryTreeSearch: {
914
+ type: PropType<(keyWork: string) => Promise<AnyObject[]>>;
915
+ default: () => Promise<never[]>;
916
+ };
917
+ }, {
918
+ searchFilterBase: {
919
+ isOpen: boolean;
920
+ multiple: boolean;
921
+ customTitles: string[];
922
+ itemHeight: number;
923
+ };
924
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
925
+ defaultList: {
926
+ type: PropType<((string | number) | {
927
+ [key: string]: any;
928
+ key: string | number;
929
+ name: string;
930
+ })[]>;
931
+ default: () => never[];
932
+ };
933
+ data: {
934
+ type: PropType<(import("naive-ui/es/tree/src/interface").TreeOptionBase & {
935
+ [k: string]: unknown;
936
+ } & AnyObject)[]>;
937
+ default: () => never[];
938
+ };
939
+ searchPlaceholder: {
940
+ type: StringConstructor;
941
+ default: string;
942
+ };
943
+ searchButtonText: {
944
+ type: StringConstructor;
945
+ default: string;
946
+ };
947
+ wordbook: {
948
+ type: PropType<{
949
+ parent_id_obj: string | number;
950
+ parent_name_obj: string | number;
951
+ user_count_obj?: string | number | undefined;
952
+ filter_key?: string | undefined;
953
+ }>;
954
+ default: () => {};
955
+ };
956
+ wordbookChild: {
957
+ type: PropType<{
958
+ user_id_obj: string | number;
959
+ user_name_obj: string | number;
960
+ user_expand_keys?: string[] | undefined;
961
+ }>;
962
+ default: () => {};
963
+ };
964
+ showCount: {
965
+ type: BooleanConstructor;
966
+ default: boolean;
967
+ };
968
+ showClear: {
969
+ type: BooleanConstructor;
970
+ default: boolean;
971
+ };
972
+ multiple: {
973
+ type: BooleanConstructor;
974
+ default: boolean;
975
+ };
976
+ searchInner: {
977
+ type: BooleanConstructor;
978
+ default: boolean;
979
+ };
980
+ searchFilter: {
981
+ type: PropType<AnyObject>;
982
+ default: () => {};
983
+ };
984
+ treeSetting: {
985
+ type: PropType<import("naive-ui/es/tree/src/interface").TreeOptionBase & {
986
+ [k: string]: unknown;
987
+ } & AnyObject>;
988
+ default: () => {};
989
+ };
990
+ queryLoadChildData: {
991
+ type: PropType<(node: import("naive-ui").TreeOption) => Promise<AnyObject>>;
992
+ default: undefined;
993
+ };
994
+ queryTreeSearch: {
995
+ type: PropType<(keyWork: string) => Promise<AnyObject[]>>;
996
+ default: () => Promise<never[]>;
997
+ };
998
+ }>> & {
999
+ onCheck?: ((...args: any[]) => any) | undefined;
1000
+ onCheckWithLevel?: ((...args: any[]) => any) | undefined;
1001
+ }>>;
1002
+ emit: (event: "check" | "checkWithLevel", ...args: any[]) => void;
1003
+ keyword: import("vue").Ref<string>;
1004
+ checkedAll: import("vue").Ref<boolean>;
1005
+ checkedKeys: import("vue").Ref<(string | number)[]>;
1006
+ expandedKeys: import("vue").Ref<(string | number)[]>;
1007
+ treeData: import("vue").Ref<{
1008
+ [x: string]: unknown;
1009
+ key?: import("naive-ui/es/tree/src/interface").Key | undefined;
1010
+ label?: string | undefined;
1011
+ checkboxDisabled?: boolean | undefined;
1012
+ disabled?: boolean | undefined;
1013
+ isLeaf?: boolean | undefined;
1014
+ children?: any[] | undefined;
1015
+ prefix?: (() => import("vue").VNodeChild) | undefined;
1016
+ suffix?: (() => import("vue").VNodeChild) | undefined;
1017
+ }[]>;
1018
+ tagData: import("vue").Ref<{
1019
+ [x: string]: any;
1020
+ key: string | number;
1021
+ name: string;
1022
+ }[]>;
1023
+ initTagData: import("vue").Ref<{
1024
+ [x: string]: any;
1025
+ key: string | number;
1026
+ name: string;
1027
+ }[]>;
1028
+ isSearch: import("vue").Ref<boolean>;
1029
+ temp: import("naive-ui").TreeOption[];
1030
+ allCheckedKeys: (string | number)[];
1031
+ isRemote: import("vue").ComputedRef<boolean>;
1032
+ checkStrategyResult: import("vue").ComputedRef<any>;
1033
+ isSearchFilter: import("vue").ComputedRef<boolean>;
1034
+ mergeSearchFilter: import("vue").ComputedRef<{
1035
+ isOpen: boolean;
1036
+ multiple: boolean;
1037
+ customTitles: string[];
1038
+ itemHeight: number;
1039
+ }>;
1040
+ wordbookChildExpandkeys: import("vue").ComputedRef<string[]>;
1041
+ caculateTagData: import("vue").ComputedRef<any[]>;
1042
+ init: () => void;
1043
+ getallCheckedKeysWithChild: (item: import("naive-ui").TreeOption) => void;
1044
+ getallCheckedKeysWithParent: (item: import("naive-ui").TreeOption) => void;
1045
+ queryLoadChildNode: (node: import("naive-ui").TreeOption) => Promise<AnyObject>;
1046
+ setDisabled: (data: import("naive-ui").TreeOption) => void;
1047
+ renderLabel: ({ option }: {
1048
+ option: import("naive-ui").TreeOption;
1049
+ }) => JSX.Element;
1050
+ getLabelName: (option: import("naive-ui").TreeOption) => unknown;
1051
+ transformData: (trees: import("naive-ui").TreeOption[]) => import("naive-ui").TreeOption[];
1052
+ calculateRootItems: (trees: import("naive-ui").TreeOption[], items: import("naive-ui").TreeOption[]) => import("naive-ui").TreeOption[];
1053
+ transformParentNodeName: (trees: import("naive-ui").TreeOption[], temp: any) => import("naive-ui").TreeOption[];
1054
+ setAllCheckedKeys: (tree: import("naive-ui").TreeOption[]) => void;
1055
+ setAllCheckedKeysWithChild: (tree: import("naive-ui").TreeOption[]) => void;
1056
+ setAllCheckedKeysWithParent: (tree: import("naive-ui").TreeOption[]) => void;
1057
+ searchSetting: () => string;
1058
+ onSearch: () => Promise<void>;
1059
+ setTreeCheckd: (tree: import("naive-ui").TreeOption[], checked: boolean) => void;
1060
+ setCheckdWithChild: (tree: import("naive-ui").TreeOption[], checked: boolean) => void;
1061
+ setCheckdWithParent: (tree: import("naive-ui").TreeOption[], checked: boolean) => void;
1062
+ checkedAllChange: (checked: boolean) => void;
1063
+ uniq: (arr: {
1064
+ [key: string]: any;
1065
+ key: string | number;
1066
+ name: string;
1067
+ }[]) => {
1068
+ [key: string]: any;
1069
+ key: string | number;
1070
+ name: string;
1071
+ }[];
1072
+ setTagData: (tree: import("naive-ui").TreeOption[]) => void;
1073
+ updateTreeChecked: (keys: (string | number)[]) => void;
1074
+ setCheckedAll: () => void;
1075
+ clearAll: () => void;
1076
+ closeTag: (tag: {
1077
+ [key: string]: any;
1078
+ key: string | number;
1079
+ name: string;
1080
+ }) => void;
1081
+ notifyCheck: (keys: (string | number)[]) => void;
1082
+ notifySearchClear: () => void;
1083
+ getCheckWithLevel: () => {
1084
+ [x: string]: any;
1085
+ key: string | number;
1086
+ name: string;
1087
+ }[];
1088
+ NButton: any;
1089
+ NInput: any;
1090
+ NInputGroup: import("vue").DefineComponent<{
1091
+ [x: string]: never;
1092
+ [x: number]: never;
1093
+ [x: symbol]: never;
1094
+ }, {
1095
+ mergedClsPrefix: import("vue").ComputedRef<string>;
1096
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1097
+ [x: string]: never;
1098
+ [x: number]: never;
1099
+ [x: symbol]: never;
1100
+ }>>, {}>;
1101
+ NCheckbox: any;
1102
+ NTree: any;
1103
+ NIcon: any;
1104
+ NSpace: any;
1105
+ NGrid: any;
1106
+ NGi: import("vue").DefineComponent<{
1107
+ readonly span: {
1108
+ readonly type: PropType<string | number>;
1109
+ readonly default: 1;
1110
+ };
1111
+ readonly offset: {
1112
+ readonly type: PropType<string | number>;
1113
+ readonly default: 0;
1114
+ };
1115
+ readonly suffix: BooleanConstructor;
1116
+ readonly privateOffset: NumberConstructor;
1117
+ readonly privateSpan: NumberConstructor;
1118
+ readonly privateColStart: NumberConstructor;
1119
+ readonly privateShow: {
1120
+ readonly type: BooleanConstructor;
1121
+ readonly default: true;
1122
+ };
1123
+ }, {
1124
+ overflow: import("vue").Ref<boolean>;
1125
+ itemStyle: import("vue").Ref<string | import("vue").CSSProperties | undefined>;
1126
+ layoutShiftDisabled: import("vue").Ref<boolean>;
1127
+ mergedXGap: import("vue").ComputedRef<string>;
1128
+ deriveStyle: () => {
1129
+ display: string;
1130
+ gridColumn: string;
1131
+ marginLeft: string;
1132
+ };
1133
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1134
+ readonly span: {
1135
+ readonly type: PropType<string | number>;
1136
+ readonly default: 1;
1137
+ };
1138
+ readonly offset: {
1139
+ readonly type: PropType<string | number>;
1140
+ readonly default: 0;
1141
+ };
1142
+ readonly suffix: BooleanConstructor;
1143
+ readonly privateOffset: NumberConstructor;
1144
+ readonly privateSpan: NumberConstructor;
1145
+ readonly privateColStart: NumberConstructor;
1146
+ readonly privateShow: {
1147
+ readonly type: BooleanConstructor;
1148
+ readonly default: true;
1149
+ };
1150
+ }>>, {
1151
+ readonly offset: string | number;
1152
+ readonly span: string | number;
1153
+ readonly suffix: boolean;
1154
+ readonly privateShow: boolean;
1155
+ }>;
1156
+ CloseCircleSharp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1157
+ SearchMultiple: import("vue").DefineComponent<{
1158
+ treeData: {
1159
+ type: PropType<any[]>;
1160
+ default: () => never[];
1161
+ };
1162
+ checkedKeys: {
1163
+ type: PropType<(string | number)[]>;
1164
+ default: () => never[];
1165
+ };
1166
+ }, {
1167
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1168
+ treeData: {
1169
+ type: PropType<any[]>;
1170
+ default: () => never[];
1171
+ };
1172
+ checkedKeys: {
1173
+ type: PropType<(string | number)[]>;
1174
+ default: () => never[];
1175
+ };
1176
+ }>> & {
1177
+ onNotifyCheck?: ((...args: any[]) => any) | undefined;
1178
+ }>>;
1179
+ emit: (event: "notifyCheck", ...args: any[]) => void;
1180
+ optionsRef: import("vue").ComputedRef<any[]>;
1181
+ list: import("vue").Ref<import("@vueuse/core").UseVirtualListItem<any>[]>;
1182
+ containerProps: {
1183
+ ref: import("vue").Ref<any>;
1184
+ onScroll: () => void;
1185
+ style: Partial<CSSStyleDeclaration>;
1186
+ };
1187
+ wrapperProps: import("vue").ComputedRef<{
1188
+ style: {
1189
+ width: string;
1190
+ height: string;
1191
+ marginTop: string;
1192
+ };
1193
+ }>;
1194
+ containerStyleWithHeight: import("vue").ComputedRef<import("vue").CSSProperties>;
1195
+ searchCheckKeys: import("vue").Ref<(string | number)[]>;
1196
+ showSelectKeys: import("vue").Ref<(string | number)[]>;
1197
+ checkedChange: (checkList: (string | number)[], meta: {
1198
+ actionType: "check" | "uncheck";
1199
+ value: string | number;
1200
+ }) => void;
1201
+ handleCheckKey: (baseKeys: (string | number)[], currentTree: {
1202
+ [key: string]: any;
1203
+ key: string | number;
1204
+ children: any[];
1205
+ parentNode: any;
1206
+ } | null, value: string | number) => false | undefined;
1207
+ findParent: (baseKeys: (string | number)[], currentTree: {
1208
+ [key: string]: any;
1209
+ key: string | number;
1210
+ children: any[];
1211
+ parentNode: any;
1212
+ }) => false | undefined;
1213
+ handleUnCheckKey: (baseKeys: (string | number)[], currentTree: {
1214
+ [key: string]: any;
1215
+ key: string | number;
1216
+ children: any[];
1217
+ parentNode: any;
1218
+ }, value: string | number) => false | undefined;
1219
+ findChild: (baseKeys: (string | number)[], children: {
1220
+ [key: string]: any;
1221
+ key: string | number;
1222
+ children: any[];
1223
+ parentNode: any;
1224
+ }[], value: string | number) => false | undefined;
1225
+ checkInitTree: (tree: {
1226
+ [key: string]: any;
1227
+ key: string | number;
1228
+ children: any[];
1229
+ parentNode: any;
1230
+ }, baseKey: string | number) => false | undefined;
1231
+ ref: typeof ref;
1232
+ NCheckboxGroup: import("vue").DefineComponent<{
1233
+ readonly min: NumberConstructor;
1234
+ readonly max: NumberConstructor;
1235
+ readonly size: PropType<"small" | "medium" | "large">;
1236
+ readonly value: PropType<(string | number)[] | null>;
1237
+ readonly defaultValue: {
1238
+ readonly type: PropType<(string | number)[] | null>;
1239
+ readonly default: null;
1240
+ };
1241
+ readonly disabled: {
1242
+ readonly type: PropType<boolean | undefined>;
1243
+ readonly default: undefined;
1244
+ };
1245
+ readonly 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<(value: (string | number)[], meta: {
1246
+ actionType: "check" | "uncheck";
1247
+ value: string | number;
1248
+ }) => void>>;
1249
+ readonly onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<(value: (string | number)[], meta: {
1250
+ actionType: "check" | "uncheck";
1251
+ value: string | number;
1252
+ }) => void>>;
1253
+ readonly onChange: PropType<import("naive-ui/es/_utils").MaybeArray<(value: (string | number)[]) => void> | undefined>;
1254
+ }, {
1255
+ mergedClsPrefix: import("vue").ComputedRef<string>;
1256
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1257
+ readonly min: NumberConstructor;
1258
+ readonly max: NumberConstructor;
1259
+ readonly size: PropType<"small" | "medium" | "large">;
1260
+ readonly value: PropType<(string | number)[] | null>;
1261
+ readonly defaultValue: {
1262
+ readonly type: PropType<(string | number)[] | null>;
1263
+ readonly default: null;
1264
+ };
1265
+ readonly disabled: {
1266
+ readonly type: PropType<boolean | undefined>;
1267
+ readonly default: undefined;
1268
+ };
1269
+ readonly 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<(value: (string | number)[], meta: {
1270
+ actionType: "check" | "uncheck";
1271
+ value: string | number;
1272
+ }) => void>>;
1273
+ readonly onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<(value: (string | number)[], meta: {
1274
+ actionType: "check" | "uncheck";
1275
+ value: string | number;
1276
+ }) => void>>;
1277
+ readonly onChange: PropType<import("naive-ui/es/_utils").MaybeArray<(value: (string | number)[]) => void> | undefined>;
1278
+ }>>, {
1279
+ readonly disabled: boolean | undefined;
1280
+ readonly defaultValue: (string | number)[] | null;
1281
+ }>;
1282
+ NCheckbox: any;
1283
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "notifyCheck"[], "notifyCheck", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1284
+ treeData: {
1285
+ type: PropType<any[]>;
1286
+ default: () => never[];
1287
+ };
1288
+ checkedKeys: {
1289
+ type: PropType<(string | number)[]>;
1290
+ default: () => never[];
1291
+ };
1292
+ }>> & {
1293
+ onNotifyCheck?: ((...args: any[]) => any) | undefined;
1294
+ }, {
1295
+ treeData: any[];
1296
+ checkedKeys: (string | number)[];
1297
+ }>;
1298
+ SearchOrgAndStaff: import("vue").DefineComponent<{
1299
+ treeData: {
1300
+ type: PropType<any[]>;
1301
+ default: () => never[];
1302
+ };
1303
+ checkedKeys: {
1304
+ type: PropType<(string | number)[]>;
1305
+ default: () => never[];
1306
+ };
1307
+ searchFilter: {
1308
+ type: ObjectConstructor;
1309
+ default: () => {};
1310
+ };
1311
+ }, {
1312
+ $message: import("naive-ui").MessageApi;
1313
+ virtualItemHeight: number;
1314
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1315
+ treeData: {
1316
+ type: PropType<any[]>;
1317
+ default: () => never[];
1318
+ };
1319
+ checkedKeys: {
1320
+ type: PropType<(string | number)[]>;
1321
+ default: () => never[];
1322
+ };
1323
+ searchFilter: {
1324
+ type: ObjectConstructor;
1325
+ default: () => {};
1326
+ };
1327
+ }>> & {
1328
+ onNotifyCheck?: ((...args: any[]) => any) | undefined;
1329
+ onNotifyClear?: ((...args: any[]) => any) | undefined;
1330
+ }>>;
1331
+ emit: (event: "notifyCheck" | "notifyClear", ...args: any[]) => void;
1332
+ moduleHeight: import("vue").ComputedRef<any>;
1333
+ showNums: import("vue").ComputedRef<number>;
1334
+ staffDataRef: import("vue").ComputedRef<any[]>;
1335
+ staffList: import("vue").Ref<import("@vueuse/core").UseVirtualListItem<any>[]>;
1336
+ staffContainerProps: {
1337
+ ref: import("vue").Ref<any>;
1338
+ onScroll: () => void;
1339
+ style: Partial<CSSStyleDeclaration>;
1340
+ };
1341
+ staffWrapperProps: import("vue").ComputedRef<{
1342
+ style: {
1343
+ width: string;
1344
+ height: string;
1345
+ marginTop: string;
1346
+ };
1347
+ }>;
1348
+ staffContainerStyleWithHeight: import("vue").ComputedRef<import("vue").CSSProperties>;
1349
+ orgDataRef: import("vue").ComputedRef<any[]>;
1350
+ orgList: import("vue").Ref<import("@vueuse/core").UseVirtualListItem<any>[]>;
1351
+ orgContainerProps: {
1352
+ ref: import("vue").Ref<any>;
1353
+ onScroll: () => void;
1354
+ style: Partial<CSSStyleDeclaration>;
1355
+ };
1356
+ orgWrapperProps: import("vue").ComputedRef<{
1357
+ style: {
1358
+ width: string;
1359
+ height: string;
1360
+ marginTop: string;
1361
+ };
1362
+ }>;
1363
+ orgContainerStyleWithHeight: import("vue").ComputedRef<import("vue").CSSProperties>;
1364
+ searchCheckKeys: import("vue").Ref<(string | number)[]>;
1365
+ showSelectKeys: import("vue").Ref<(string | number)[]>;
1366
+ handleClick: (tree: any) => void;
1367
+ handleStaffClick: (baseKeys: (string | number)[], currentTree: {
1368
+ [key: string]: any;
1369
+ key: string | number;
1370
+ children: any[];
1371
+ parentNode: any;
1372
+ }, value: string | number) => false | undefined;
1373
+ findParent: (baseKeys: (string | number)[], currentTree: {
1374
+ [key: string]: any;
1375
+ key: string | number;
1376
+ children: any[];
1377
+ parentNode: any;
1378
+ }) => false | undefined;
1379
+ handleOrgClick: (baseKeys: (string | number)[], currentTree: {
1380
+ [key: string]: any;
1381
+ key: string | number;
1382
+ children: any[];
1383
+ parentNode: any;
1384
+ }, value: string | number) => void;
1385
+ handleFindChildren: (treeList: {
1386
+ [key: string]: any;
1387
+ key: string | number;
1388
+ children: any[];
1389
+ parentNode: any;
1390
+ }[]) => void;
1391
+ checkInitTree: (tree: {
1392
+ [key: string]: any;
1393
+ key: string | number;
1394
+ children: any[];
1395
+ parentNode: any;
1396
+ }, baseKey: string | number) => false | undefined;
1397
+ ref: typeof ref;
1398
+ NEmpty: any;
1399
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("notifyCheck" | "notifyClear")[], "notifyCheck" | "notifyClear", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1400
+ treeData: {
1401
+ type: PropType<any[]>;
1402
+ default: () => never[];
1403
+ };
1404
+ checkedKeys: {
1405
+ type: PropType<(string | number)[]>;
1406
+ default: () => never[];
1407
+ };
1408
+ searchFilter: {
1409
+ type: ObjectConstructor;
1410
+ default: () => {};
1411
+ };
1412
+ }>> & {
1413
+ onNotifyCheck?: ((...args: any[]) => any) | undefined;
1414
+ onNotifyClear?: ((...args: any[]) => any) | undefined;
1415
+ }, {
1416
+ searchFilter: Record<string, any>;
1417
+ treeData: any[];
1418
+ checkedKeys: (string | number)[];
1419
+ }>;
1420
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("check" | "checkWithLevel")[], "check" | "checkWithLevel", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1421
+ defaultList: {
1422
+ type: PropType<((string | number) | {
1423
+ [key: string]: any;
1424
+ key: string | number;
1425
+ name: string;
1426
+ })[]>;
1427
+ default: () => never[];
1428
+ };
1429
+ data: {
1430
+ type: PropType<(import("naive-ui/es/tree/src/interface").TreeOptionBase & {
1431
+ [k: string]: unknown;
1432
+ } & AnyObject)[]>;
1433
+ default: () => never[];
1434
+ };
1435
+ searchPlaceholder: {
1436
+ type: StringConstructor;
1437
+ default: string;
1438
+ };
1439
+ searchButtonText: {
1440
+ type: StringConstructor;
1441
+ default: string;
1442
+ };
1443
+ wordbook: {
1444
+ type: PropType<{
1445
+ parent_id_obj: string | number;
1446
+ parent_name_obj: string | number;
1447
+ user_count_obj?: string | number | undefined;
1448
+ filter_key?: string | undefined;
1449
+ }>;
1450
+ default: () => {};
1451
+ };
1452
+ wordbookChild: {
1453
+ type: PropType<{
1454
+ user_id_obj: string | number;
1455
+ user_name_obj: string | number;
1456
+ user_expand_keys?: string[] | undefined;
1457
+ }>;
1458
+ default: () => {};
1459
+ };
1460
+ showCount: {
1461
+ type: BooleanConstructor;
1462
+ default: boolean;
1463
+ };
1464
+ showClear: {
1465
+ type: BooleanConstructor;
1466
+ default: boolean;
1467
+ };
1468
+ multiple: {
1469
+ type: BooleanConstructor;
1470
+ default: boolean;
1471
+ };
1472
+ searchInner: {
1473
+ type: BooleanConstructor;
1474
+ default: boolean;
1475
+ };
1476
+ searchFilter: {
1477
+ type: PropType<AnyObject>;
1478
+ default: () => {};
1479
+ };
1480
+ treeSetting: {
1481
+ type: PropType<import("naive-ui/es/tree/src/interface").TreeOptionBase & {
1482
+ [k: string]: unknown;
1483
+ } & AnyObject>;
1484
+ default: () => {};
1485
+ };
1486
+ queryLoadChildData: {
1487
+ type: PropType<(node: import("naive-ui").TreeOption) => Promise<AnyObject>>;
1488
+ default: undefined;
1489
+ };
1490
+ queryTreeSearch: {
1491
+ type: PropType<(keyWork: string) => Promise<AnyObject[]>>;
1492
+ default: () => Promise<never[]>;
1493
+ };
1494
+ }>> & {
1495
+ onCheck?: ((...args: any[]) => any) | undefined;
1496
+ onCheckWithLevel?: ((...args: any[]) => any) | undefined;
1497
+ }, {
1498
+ data: (import("naive-ui/es/tree/src/interface").TreeOptionBase & {
1499
+ [k: string]: unknown;
1500
+ } & AnyObject)[];
1501
+ defaultList: ((string | number) | {
1502
+ [key: string]: any;
1503
+ key: string | number;
1504
+ name: string;
1505
+ })[];
1506
+ searchPlaceholder: string;
1507
+ searchButtonText: string;
1508
+ wordbook: {
1509
+ parent_id_obj: string | number;
1510
+ parent_name_obj: string | number;
1511
+ user_count_obj?: string | number | undefined;
1512
+ filter_key?: string | undefined;
1513
+ };
1514
+ wordbookChild: {
1515
+ user_id_obj: string | number;
1516
+ user_name_obj: string | number;
1517
+ user_expand_keys?: string[] | undefined;
1518
+ };
1519
+ showCount: boolean;
1520
+ showClear: boolean;
1521
+ multiple: boolean;
1522
+ searchInner: boolean;
1523
+ searchFilter: AnyObject;
1524
+ treeSetting: import("naive-ui/es/tree/src/interface").TreeOptionBase & {
1525
+ [k: string]: unknown;
1526
+ } & AnyObject;
1527
+ queryLoadChildData: (node: import("naive-ui").TreeOption) => Promise<AnyObject>;
1528
+ queryTreeSearch: (keyWork: string) => Promise<AnyObject[]>;
1529
+ }>>;
1530
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("check" | "changeModalVisible")[], "check" | "changeModalVisible", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1531
+ visible: {
1532
+ type: BooleanConstructor;
1533
+ default: boolean;
1534
+ };
1535
+ orgId: {
1536
+ type: StringConstructor;
1537
+ default: string;
1538
+ };
1539
+ defaultList: {
1540
+ type: PropType<string[]>;
1541
+ default: () => never[];
1542
+ };
1543
+ treeData: {
1544
+ type: PropType<AnyObject[]>;
1545
+ default: () => never[];
1546
+ };
1547
+ }>> & {
1548
+ onCheck?: ((...args: any[]) => any) | undefined;
1549
+ onChangeModalVisible?: ((...args: any[]) => any) | undefined;
1550
+ }, {
1551
+ visible: boolean;
1552
+ defaultList: string[];
1553
+ treeData: AnyObject[];
1554
+ orgId: string;
1555
+ }>;
1556
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "checkPerson"[], "checkPerson", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1557
+ defaultValue: {
1558
+ type: (ArrayConstructor | StringConstructor)[];
1559
+ };
1560
+ orgId: {
1561
+ type: StringConstructor;
1562
+ default: string;
1563
+ };
1564
+ }>> & {
1565
+ onCheckPerson?: ((...args: any[]) => any) | undefined;
1566
+ }, {
1567
+ orgId: string;
1568
+ }>;
1569
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "cancelModal"[], "cancelModal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1570
+ visible: {
1571
+ type: BooleanConstructor;
1572
+ default: boolean;
1573
+ };
1574
+ formOntype: {
1575
+ type: StringConstructor;
1576
+ default: string;
1577
+ };
1578
+ formItemData: {
1579
+ type: ObjectConstructor;
1580
+ default: () => {};
1581
+ };
1582
+ id: {
1583
+ type: StringConstructor;
1584
+ default: string;
1585
+ };
1586
+ orgId: {
1587
+ type: StringConstructor;
1588
+ default: string;
1589
+ };
1590
+ conditionList: {
1591
+ type: ArrayConstructor;
1592
+ default: () => never[];
1593
+ };
1594
+ searchFieldList: {
1595
+ type: ArrayConstructor;
1596
+ default: () => never[];
1597
+ };
1598
+ }>> & {
1599
+ onCancelModal?: ((...args: any[]) => any) | undefined;
1600
+ }, {
1601
+ id: string;
1602
+ visible: boolean;
1603
+ searchFieldList: unknown[];
1604
+ conditionList: unknown[];
1605
+ orgId: string;
1606
+ formOntype: string;
1607
+ formItemData: Record<string, any>;
1608
+ }>;
1609
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "closeModal"[], "closeModal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1610
+ id: {
1611
+ type: StringConstructor;
1612
+ default: string;
1613
+ };
1614
+ expandFieldApiConfig: {
1615
+ type: ObjectConstructor;
1616
+ };
1617
+ tableData: {
1618
+ type: PropType<IExpandFieldItemType[]>;
1619
+ default: () => never[];
1620
+ };
1621
+ orgId: {
1622
+ type: StringConstructor;
1623
+ default: string;
1624
+ };
1625
+ }>> & {
1626
+ onCloseModal?: ((...args: any[]) => any) | undefined;
1627
+ }, {
1628
+ id: string;
1629
+ tableData: IExpandFieldItemType[];
1630
+ orgId: string;
1631
+ }>;
1632
+ export default _default;