cnhis-design-vue 3.1.49-beta.7 → 3.1.49-beta.9

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