cnhis-design-vue 3.1.49-beta.2 → 3.1.49-beta.21

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