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