cnhis-design-vue 3.3.3-beta.1 → 3.3.3-beta.10

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 (87) hide show
  1. package/README.md +87 -87
  2. package/es/components/audio-sdk/src/Index.vue2.js +7 -7
  3. package/es/components/audio-sdk/src/audioSDK.js +1 -1
  4. package/es/components/audio-sdk/src/components/recording.vue2.js +16 -2
  5. package/es/components/big-table/src/components/NoData.vue2.js +8 -1
  6. package/es/components/big-table/src/hooks/useTableParse.js +8 -1
  7. package/es/components/button-print/index.d.ts +2 -1
  8. package/es/components/button-print/src/ButtonPrint.vue.d.ts +2 -1
  9. package/es/components/button-print/src/ButtonPrint.vue2.js +6 -1
  10. package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +1 -1
  11. package/es/components/button-print/src/components/NewPrintComponent.vue2.js +8 -5
  12. package/es/components/button-print/src/components/OldPrintComponent.vue2.js +4 -1
  13. package/es/components/button-print/src/utils/print.d.ts +2 -2
  14. package/es/components/button-print/src/utils/print.js +29 -20
  15. package/es/components/card-reader-sdk-cn/src/henan/index.js +8 -1
  16. package/es/components/classification/src/components/table-modal/index.vue.d.ts +0 -3
  17. package/es/components/expand-field/index.d.ts +639 -0
  18. package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +639 -0
  19. package/es/components/expand-field/src/components/PersonModal.vue.d.ts +639 -0
  20. package/es/components/expand-field/src/components/form.vue.d.ts +639 -0
  21. package/es/components/expand-field/src/components/form.vue2.js +8 -1
  22. package/es/components/expand-field/src/index.vue.d.ts +639 -0
  23. package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +8 -1
  24. package/es/components/form-render/src/components/renderer/formItem.js +8 -1
  25. package/es/components/form-render/src/hooks/useFormValidator.js +8 -1
  26. package/es/components/iho-chat/src/components/ChatFooter.vue2.js +8 -1
  27. package/es/components/iho-chat/src/components/PersonProfile.vue2.js +1 -1
  28. package/es/components/iho-chat/style/index.css +1 -1
  29. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.js +1 -1
  30. package/es/components/index.css +1 -1
  31. package/es/components/info-header/src/components/patientInfo/index.vue2.js +16 -2
  32. package/es/components/scale-view/index.d.ts +26 -15
  33. package/es/components/scale-view/src/ScaleView.vue.d.ts +26 -15
  34. package/es/components/scale-view/src/ScaleView.vue2.js +13 -7
  35. package/es/components/scale-view/src/components/AnswerParse.vue.d.ts +5 -0
  36. package/es/components/scale-view/src/components/AnswerParse.vue2.js +74 -8
  37. package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +10 -7
  38. package/es/components/scale-view/src/components/EvaluateCountdown.vue2.js +28 -4
  39. package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +10 -7
  40. package/es/components/scale-view/src/components/EvaluatePage.vue2.js +29 -8
  41. package/es/components/scale-view/src/components/NoData.vue2.js +9 -3
  42. package/es/components/scale-view/src/components/ScaleScore.d.ts +1 -1
  43. package/es/components/scale-view/src/components/ScaleScore.js +47 -4
  44. package/es/components/scale-view/src/components/formitem/r-checkbox.js +20 -2
  45. package/es/components/scale-view/src/components/formitem/r-radio.js +2 -0
  46. package/es/components/scale-view/src/components/formitem/r-sign.js +32 -4
  47. package/es/components/scale-view/src/components/formitem/r-upload.js +65 -7
  48. package/es/components/scale-view/src/components/formitem/sign-com.js +8 -1
  49. package/es/components/scale-view/src/hooks/scaleview-computed.js +20 -5
  50. package/es/components/scale-view/src/hooks/scaleview-init.js +24 -3
  51. package/es/components/scale-view/src/hooks/scaleview-methods.js +40 -5
  52. package/es/components/scale-view/src/hooks/scaleview-submit.js +64 -8
  53. package/es/components/scale-view/src/hooks/scaleview-validate.d.ts +1 -1
  54. package/es/components/scale-view/src/hooks/scaleview-validate.js +157 -24
  55. package/es/components/scale-view/src/hooks/use-evaluate.js +16 -2
  56. package/es/components/scale-view/src/hooks/use-noData.js +33 -5
  57. package/es/components/scale-view/style/index.css +1 -1
  58. package/es/components/select-person/index.d.ts +639 -0
  59. package/es/components/select-person/src/SelectPerson.vue.d.ts +305 -347
  60. package/es/components/select-person/src/SelectPerson.vue2.js +477 -678
  61. package/es/components/select-person/src/SelectPersonRole.vue.d.ts +630 -0
  62. package/es/components/select-person/src/SelectPersonRole.vue.js +6 -0
  63. package/es/components/select-person/src/SelectPersonRole.vue2.js +942 -0
  64. package/es/components/select-person/src/SelectPersonTest.vue.d.ts +555 -0
  65. package/es/components/select-person/src/components/SearchGroupList.vue.d.ts +132 -0
  66. package/es/components/select-person/src/components/SearchGroupList.vue.js +6 -0
  67. package/es/components/select-person/src/components/SearchGroupList.vue2.js +116 -0
  68. package/es/components/select-person/src/components/SearchMultiple.vue2.js +1 -1
  69. package/es/components/select-person/src/components/SearchOrgAndStaff.vue2.js +21 -12
  70. package/es/components/select-person/src/index.vue.d.ts +639 -0
  71. package/es/components/select-person/src/index.vue2.js +15 -2
  72. package/es/components/select-person/src/types/index.d.ts +35 -0
  73. package/es/components/select-person/src/types/index.js +1 -0
  74. package/es/components/select-person/src/utils/index.d.ts +1 -0
  75. package/es/components/select-person/src/utils/index.js +6 -8
  76. package/es/components/select-person/style/index.css +1 -1
  77. package/es/components/vod-chunk-upload/index.d.ts +3 -0
  78. package/es/components/vod-chunk-upload/src/chunk-upload-new.vue.d.ts +1 -29
  79. package/es/components/vod-chunk-upload/src/chunk-upload-new.vue2.js +109 -11
  80. package/es/components/vod-chunk-upload/src/hooks/upload-computed.js +15 -1
  81. package/es/components/vod-chunk-upload/src/hooks/upload-data.js +72 -9
  82. package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +3 -0
  83. package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +75 -9
  84. package/es/env.d.ts +25 -25
  85. package/es/shared/hooks/selectHooks/useSearchContent.js +1 -1
  86. package/es/shared/package.json.js +1 -1
  87. package/package.json +2 -2
@@ -0,0 +1,555 @@
1
+ import { ref, PropType } from 'vue';
2
+ import { type TreeOption } from 'naive-ui';
3
+ import { AnyObject } from '../../../shared/types';
4
+ type IKey = string | number;
5
+ type ITreeOption = TreeOption & AnyObject;
6
+ type IWordBook<T> = {
7
+ parent_id_obj: keyof T;
8
+ parent_name_obj: keyof T;
9
+ user_count_obj?: keyof T;
10
+ filter_key?: string;
11
+ [key: string]: any;
12
+ };
13
+ type IWordBookChild<T> = {
14
+ user_id_obj: keyof T;
15
+ user_name_obj: keyof T;
16
+ user_expand_keys?: string[];
17
+ };
18
+ type ITag = {
19
+ key: IKey;
20
+ [key: string]: any;
21
+ };
22
+ declare const _default: import("vue").DefineComponent<{
23
+ defaultList: {
24
+ type: PropType<(IKey | ITag)[]>;
25
+ default: () => never[];
26
+ };
27
+ data: {
28
+ type: PropType<ITreeOption[]>;
29
+ default: () => never[];
30
+ };
31
+ searchPlaceholder: {
32
+ type: StringConstructor;
33
+ default: string;
34
+ };
35
+ searchButtonText: {
36
+ type: StringConstructor;
37
+ default: string;
38
+ };
39
+ wordbook: {
40
+ type: PropType<IWordBook<ITreeOption>>;
41
+ default: () => {};
42
+ };
43
+ wordbookChild: {
44
+ type: PropType<IWordBookChild<ITreeOption>>;
45
+ default: () => {};
46
+ };
47
+ showCount: {
48
+ type: BooleanConstructor;
49
+ default: boolean;
50
+ };
51
+ showClear: {
52
+ type: BooleanConstructor;
53
+ default: boolean;
54
+ };
55
+ multiple: {
56
+ type: BooleanConstructor;
57
+ default: boolean;
58
+ };
59
+ searchInner: {
60
+ type: BooleanConstructor;
61
+ default: boolean;
62
+ };
63
+ searchFilter: {
64
+ type: PropType<AnyObject>;
65
+ default: () => {};
66
+ };
67
+ treeSetting: {
68
+ type: PropType<ITreeOption>;
69
+ default: () => {};
70
+ };
71
+ queryLoadChildData: {
72
+ type: PropType<(node: TreeOption) => Promise<AnyObject>>;
73
+ default: undefined;
74
+ };
75
+ queryTreeSearch: {
76
+ type: PropType<(keyWork: string) => Promise<Array<AnyObject>>>;
77
+ default: () => Promise<never[]>;
78
+ };
79
+ forceShowSelectAll: {
80
+ type: BooleanConstructor;
81
+ };
82
+ uncheckableField: {
83
+ type: StringConstructor;
84
+ };
85
+ onlyForwardCascade: {
86
+ type: BooleanConstructor;
87
+ };
88
+ }, {
89
+ searchFilterBase: {
90
+ isOpen: boolean;
91
+ multiple: boolean;
92
+ customTitles: string[];
93
+ itemHeight: number;
94
+ };
95
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
96
+ defaultList: {
97
+ type: PropType<(IKey | ITag)[]>;
98
+ default: () => never[];
99
+ };
100
+ data: {
101
+ type: PropType<ITreeOption[]>;
102
+ default: () => never[];
103
+ };
104
+ searchPlaceholder: {
105
+ type: StringConstructor;
106
+ default: string;
107
+ };
108
+ searchButtonText: {
109
+ type: StringConstructor;
110
+ default: string;
111
+ };
112
+ wordbook: {
113
+ type: PropType<IWordBook<ITreeOption>>;
114
+ default: () => {};
115
+ };
116
+ wordbookChild: {
117
+ type: PropType<IWordBookChild<ITreeOption>>;
118
+ default: () => {};
119
+ };
120
+ showCount: {
121
+ type: BooleanConstructor;
122
+ default: boolean;
123
+ };
124
+ showClear: {
125
+ type: BooleanConstructor;
126
+ default: boolean;
127
+ };
128
+ multiple: {
129
+ type: BooleanConstructor;
130
+ default: boolean;
131
+ };
132
+ searchInner: {
133
+ type: BooleanConstructor;
134
+ default: boolean;
135
+ };
136
+ searchFilter: {
137
+ type: PropType<AnyObject>;
138
+ default: () => {};
139
+ };
140
+ treeSetting: {
141
+ type: PropType<ITreeOption>;
142
+ default: () => {};
143
+ };
144
+ queryLoadChildData: {
145
+ type: PropType<(node: TreeOption) => Promise<AnyObject>>;
146
+ default: undefined;
147
+ };
148
+ queryTreeSearch: {
149
+ type: PropType<(keyWork: string) => Promise<Array<AnyObject>>>;
150
+ default: () => Promise<never[]>;
151
+ };
152
+ forceShowSelectAll: {
153
+ type: BooleanConstructor;
154
+ };
155
+ uncheckableField: {
156
+ type: StringConstructor;
157
+ };
158
+ onlyForwardCascade: {
159
+ type: BooleanConstructor;
160
+ };
161
+ }>> & {}>>;
162
+ emit: any;
163
+ keyword: import("vue").Ref<string>;
164
+ checkedAll: import("vue").Ref<boolean>;
165
+ checkedKeys: import("vue").Ref<IKey[]>;
166
+ expandedKeys: import("vue").Ref<IKey[]>;
167
+ treeData: import("vue").Ref<{
168
+ [x: string]: unknown;
169
+ key?: import("naive-ui/es/tree/src/interface").Key | undefined;
170
+ label?: string | undefined;
171
+ checkboxDisabled?: boolean | undefined;
172
+ disabled?: boolean | undefined;
173
+ isLeaf?: boolean | undefined;
174
+ children?: any[] | undefined;
175
+ prefix?: (() => import("vue").VNodeChild) | undefined;
176
+ suffix?: (() => import("vue").VNodeChild) | undefined;
177
+ }[]>;
178
+ tagData: import("vue").Ref<{
179
+ [x: string]: any;
180
+ key: IKey;
181
+ }[]>;
182
+ initTagData: import("vue").Ref<{
183
+ [x: string]: any;
184
+ key: IKey;
185
+ }[]>;
186
+ isSearch: import("vue").Ref<boolean>;
187
+ isRemote: import("vue").ComputedRef<boolean>;
188
+ checkStrategyResult: import("vue").ComputedRef<any>;
189
+ isSearchFilter: import("vue").ComputedRef<boolean>;
190
+ mergeSearchFilter: import("vue").ComputedRef<{
191
+ isOpen: boolean;
192
+ multiple: boolean;
193
+ customTitles: string[];
194
+ itemHeight: number;
195
+ }>;
196
+ wordbookChildExpandkeys: import("vue").ComputedRef<string[]>;
197
+ styleObject: import("vue").ComputedRef<{
198
+ height: string;
199
+ }>;
200
+ caculateTagData: import("vue").ComputedRef<any[]>;
201
+ originTreeData: any;
202
+ initTreeData: () => void;
203
+ queryLoadChildNode: (node: TreeOption) => Promise<AnyObject>;
204
+ setDisabled: (data: TreeOption) => void;
205
+ renderLabel: ({ option }: {
206
+ option: TreeOption;
207
+ }) => JSX.Element;
208
+ getLabelName: (option: TreeOption) => {};
209
+ transformData: (trees: TreeOption[], tempContent?: any) => TreeOption[];
210
+ calculateRootItems: (trees: TreeOption[], items: TreeOption[]) => TreeOption[];
211
+ searchSetting: () => string;
212
+ onSearch: () => Promise<void>;
213
+ setTreeCheckd: (tree: TreeOption[], checked: boolean) => void;
214
+ setCheckdWithChild: (tree: TreeOption[], checked: boolean) => void;
215
+ setCheckdWithParent: (tree: TreeOption[], checked: boolean) => void;
216
+ setCheckdWithAll: (tree: TreeOption[], checked: boolean) => void;
217
+ checkedAllChange: (checked: boolean) => void;
218
+ setTagData: (tree: TreeOption[]) => void;
219
+ getFlattenKeys: (tree: TreeOption[]) => any[];
220
+ updateTreeChecked: (keys: Array<IKey>, _: any, meta: {
221
+ node: TreeOption | null;
222
+ action: 'check' | 'uncheck';
223
+ }) => void;
224
+ clearAll: () => void;
225
+ closeTag: (tag: ITag) => void;
226
+ notifyCheck: (keys: IKey[]) => void;
227
+ notifySearchClear: () => void;
228
+ getCheckWithLevel: () => {
229
+ [x: string]: any;
230
+ key: IKey;
231
+ }[];
232
+ resetParams: () => void;
233
+ NButton: any;
234
+ NInput: any;
235
+ NInputGroup: any;
236
+ NCheckbox: any;
237
+ NTree: any;
238
+ NIcon: any;
239
+ NSpace: any;
240
+ NGrid: any;
241
+ NGi: any;
242
+ NEmpty: any;
243
+ 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<{}>>, {}>;
244
+ SearchMultiple: import("vue").DefineComponent<{
245
+ treeData: {
246
+ type: PropType<any[]>;
247
+ default: () => never[];
248
+ };
249
+ checkedKeys: {
250
+ type: PropType<(string | number)[]>;
251
+ default: () => never[];
252
+ };
253
+ }, {
254
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
255
+ treeData: {
256
+ type: PropType<any[]>;
257
+ default: () => never[];
258
+ };
259
+ checkedKeys: {
260
+ type: PropType<(string | number)[]>;
261
+ default: () => never[];
262
+ };
263
+ }>> & {
264
+ onNotifyCheck?: ((...args: any[]) => any) | undefined;
265
+ }>>;
266
+ emit: (event: "notifyCheck", ...args: any[]) => void;
267
+ optionsRef: import("vue").ComputedRef<any[]>;
268
+ list: import("vue").Ref<import("@vueuse/core").UseVirtualListItem<any>[]>;
269
+ containerProps: {
270
+ ref: import("vue").Ref<any>;
271
+ onScroll: () => void;
272
+ style: Partial<CSSStyleDeclaration>;
273
+ };
274
+ wrapperProps: import("vue").ComputedRef<{
275
+ style: {
276
+ width: string;
277
+ height: string;
278
+ marginTop: string;
279
+ };
280
+ }>;
281
+ containerStyleWithHeight: import("vue").ComputedRef<import("vue").CSSProperties>;
282
+ searchCheckKeys: import("vue").Ref<(string | number)[]>;
283
+ showSelectKeys: import("vue").Ref<(string | number)[]>;
284
+ checkedChange: (checkList: (string | number)[], meta: {
285
+ actionType: "check" | "uncheck";
286
+ value: string | number;
287
+ }) => void;
288
+ handleCheckKey: (baseKeys: (string | number)[], currentTree: {
289
+ [key: string]: any;
290
+ key: string | number;
291
+ children: any[];
292
+ parentNode: any;
293
+ } | null, value: string | number) => false | undefined;
294
+ findParent: (baseKeys: (string | number)[], currentTree: {
295
+ [key: string]: any;
296
+ key: string | number;
297
+ children: any[];
298
+ parentNode: any;
299
+ }) => false | undefined;
300
+ handleUnCheckKey: (baseKeys: (string | number)[], currentTree: {
301
+ [key: string]: any;
302
+ key: string | number;
303
+ children: any[];
304
+ parentNode: any;
305
+ }, value: string | number) => false | undefined;
306
+ findChild: (baseKeys: (string | number)[], children: {
307
+ [key: string]: any;
308
+ key: string | number;
309
+ children: any[];
310
+ parentNode: any;
311
+ }[], value: string | number) => false | undefined;
312
+ checkInitTree: (tree: {
313
+ [key: string]: any;
314
+ key: string | number;
315
+ children: any[];
316
+ parentNode: any;
317
+ }, baseKey: string | number) => false | undefined;
318
+ ref: typeof ref;
319
+ NCheckboxGroup: any;
320
+ NCheckbox: any;
321
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "notifyCheck"[], "notifyCheck", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
322
+ treeData: {
323
+ type: PropType<any[]>;
324
+ default: () => never[];
325
+ };
326
+ checkedKeys: {
327
+ type: PropType<(string | number)[]>;
328
+ default: () => never[];
329
+ };
330
+ }>> & {
331
+ onNotifyCheck?: ((...args: any[]) => any) | undefined;
332
+ }, {
333
+ treeData: any[];
334
+ checkedKeys: (string | number)[];
335
+ }>;
336
+ SearchOrgAndStaff: import("vue").DefineComponent<{
337
+ treeData: {
338
+ type: PropType<any[]>;
339
+ default: () => never[];
340
+ };
341
+ checkedKeys: {
342
+ type: PropType<(string | number)[]>;
343
+ default: () => never[];
344
+ };
345
+ searchFilter: {
346
+ type: ObjectConstructor;
347
+ default: () => {};
348
+ };
349
+ isMultiple: {
350
+ type: BooleanConstructor;
351
+ default: boolean;
352
+ };
353
+ }, {
354
+ $message: import("naive-ui").MessageApi;
355
+ virtualItemHeight: number;
356
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
357
+ treeData: {
358
+ type: PropType<any[]>;
359
+ default: () => never[];
360
+ };
361
+ checkedKeys: {
362
+ type: PropType<(string | number)[]>;
363
+ default: () => never[];
364
+ };
365
+ searchFilter: {
366
+ type: ObjectConstructor;
367
+ default: () => {};
368
+ };
369
+ isMultiple: {
370
+ type: BooleanConstructor;
371
+ default: boolean;
372
+ };
373
+ }>> & {
374
+ onNotifyCheck?: ((...args: any[]) => any) | undefined;
375
+ onNotifyClear?: ((...args: any[]) => any) | undefined;
376
+ }>>;
377
+ emit: (event: "notifyCheck" | "notifyClear", ...args: any[]) => void;
378
+ moduleHeight: import("vue").ComputedRef<any>;
379
+ showNums: import("vue").ComputedRef<number>;
380
+ staffDataRef: import("vue").ComputedRef<any[]>;
381
+ staffList: import("vue").Ref<import("@vueuse/core").UseVirtualListItem<any>[]>;
382
+ staffContainerProps: {
383
+ ref: import("vue").Ref<any>;
384
+ onScroll: () => void;
385
+ style: Partial<CSSStyleDeclaration>;
386
+ };
387
+ staffWrapperProps: import("vue").ComputedRef<{
388
+ style: {
389
+ width: string;
390
+ height: string;
391
+ marginTop: string;
392
+ };
393
+ }>;
394
+ staffContainerStyleWithHeight: import("vue").ComputedRef<import("vue").CSSProperties>;
395
+ orgDataRef: import("vue").ComputedRef<any[]>;
396
+ orgList: import("vue").Ref<import("@vueuse/core").UseVirtualListItem<any>[]>;
397
+ orgContainerProps: {
398
+ ref: import("vue").Ref<any>;
399
+ onScroll: () => void;
400
+ style: Partial<CSSStyleDeclaration>;
401
+ };
402
+ orgWrapperProps: import("vue").ComputedRef<{
403
+ style: {
404
+ width: string;
405
+ height: string;
406
+ marginTop: string;
407
+ };
408
+ }>;
409
+ orgContainerStyleWithHeight: import("vue").ComputedRef<import("vue").CSSProperties>;
410
+ searchCheckKeys: import("vue").Ref<(string | number)[]>;
411
+ showSelectKeys: import("vue").Ref<(string | number)[]>;
412
+ handleClick: (tree: any) => void;
413
+ handleStaffClick: (baseKeys: (string | number)[], currentTree: {
414
+ [key: string]: any;
415
+ key: string | number;
416
+ children: any[];
417
+ parentNode: any;
418
+ }, value: string | number) => false | undefined;
419
+ findParent: (baseKeys: (string | number)[], currentTree: {
420
+ [key: string]: any;
421
+ key: string | number;
422
+ children: any[];
423
+ parentNode: any;
424
+ }) => false | undefined;
425
+ handleOrgClick: (baseKeys: (string | number)[], currentTree: {
426
+ [key: string]: any;
427
+ key: string | number;
428
+ children: any[];
429
+ parentNode: any;
430
+ }, value: string | number) => void;
431
+ handleFindChildren: (treeList: {
432
+ [key: string]: any;
433
+ key: string | number;
434
+ children: any[];
435
+ parentNode: any;
436
+ }[]) => void;
437
+ checkInitTree: (tree: {
438
+ [key: string]: any;
439
+ key: string | number;
440
+ children: any[];
441
+ parentNode: any;
442
+ }, baseKey: string | number) => false | undefined;
443
+ ref: typeof ref;
444
+ NEmpty: any;
445
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("notifyCheck" | "notifyClear")[], "notifyCheck" | "notifyClear", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
446
+ treeData: {
447
+ type: PropType<any[]>;
448
+ default: () => never[];
449
+ };
450
+ checkedKeys: {
451
+ type: PropType<(string | number)[]>;
452
+ default: () => never[];
453
+ };
454
+ searchFilter: {
455
+ type: ObjectConstructor;
456
+ default: () => {};
457
+ };
458
+ isMultiple: {
459
+ type: BooleanConstructor;
460
+ default: boolean;
461
+ };
462
+ }>> & {
463
+ onNotifyCheck?: ((...args: any[]) => any) | undefined;
464
+ onNotifyClear?: ((...args: any[]) => any) | undefined;
465
+ }, {
466
+ searchFilter: Record<string, any>;
467
+ treeData: any[];
468
+ checkedKeys: (string | number)[];
469
+ isMultiple: boolean;
470
+ }>;
471
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
472
+ defaultList: {
473
+ type: PropType<(IKey | ITag)[]>;
474
+ default: () => never[];
475
+ };
476
+ data: {
477
+ type: PropType<ITreeOption[]>;
478
+ default: () => never[];
479
+ };
480
+ searchPlaceholder: {
481
+ type: StringConstructor;
482
+ default: string;
483
+ };
484
+ searchButtonText: {
485
+ type: StringConstructor;
486
+ default: string;
487
+ };
488
+ wordbook: {
489
+ type: PropType<IWordBook<ITreeOption>>;
490
+ default: () => {};
491
+ };
492
+ wordbookChild: {
493
+ type: PropType<IWordBookChild<ITreeOption>>;
494
+ default: () => {};
495
+ };
496
+ showCount: {
497
+ type: BooleanConstructor;
498
+ default: boolean;
499
+ };
500
+ showClear: {
501
+ type: BooleanConstructor;
502
+ default: boolean;
503
+ };
504
+ multiple: {
505
+ type: BooleanConstructor;
506
+ default: boolean;
507
+ };
508
+ searchInner: {
509
+ type: BooleanConstructor;
510
+ default: boolean;
511
+ };
512
+ searchFilter: {
513
+ type: PropType<AnyObject>;
514
+ default: () => {};
515
+ };
516
+ treeSetting: {
517
+ type: PropType<ITreeOption>;
518
+ default: () => {};
519
+ };
520
+ queryLoadChildData: {
521
+ type: PropType<(node: TreeOption) => Promise<AnyObject>>;
522
+ default: undefined;
523
+ };
524
+ queryTreeSearch: {
525
+ type: PropType<(keyWork: string) => Promise<Array<AnyObject>>>;
526
+ default: () => Promise<never[]>;
527
+ };
528
+ forceShowSelectAll: {
529
+ type: BooleanConstructor;
530
+ };
531
+ uncheckableField: {
532
+ type: StringConstructor;
533
+ };
534
+ onlyForwardCascade: {
535
+ type: BooleanConstructor;
536
+ };
537
+ }>>, {
538
+ data: ITreeOption[];
539
+ defaultList: (IKey | ITag)[];
540
+ searchPlaceholder: string;
541
+ searchButtonText: string;
542
+ wordbook: IWordBook<ITreeOption>;
543
+ wordbookChild: IWordBookChild<ITreeOption>;
544
+ showCount: boolean;
545
+ showClear: boolean;
546
+ multiple: boolean;
547
+ searchInner: boolean;
548
+ searchFilter: AnyObject;
549
+ treeSetting: ITreeOption;
550
+ queryLoadChildData: (node: TreeOption) => Promise<AnyObject>;
551
+ queryTreeSearch: (keyWork: string) => Promise<Array<AnyObject>>;
552
+ forceShowSelectAll: boolean;
553
+ onlyForwardCascade: boolean;
554
+ }>;
555
+ export default _default;
@@ -0,0 +1,132 @@
1
+ import { PropType } from 'vue';
2
+ import { AnyObject } from '../../../../shared/types';
3
+ declare const _default: import("vue").DefineComponent<{
4
+ data: {
5
+ type: PropType<{
6
+ title: string;
7
+ data: {
8
+ key: string | number;
9
+ label: string;
10
+ labelExpand: string;
11
+ parentName: string;
12
+ }[];
13
+ }[]>;
14
+ required: true;
15
+ };
16
+ type: {
17
+ type: StringConstructor;
18
+ default: string;
19
+ };
20
+ }, {
21
+ emit: (event: "checked", ...args: any[]) => void;
22
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
23
+ data: {
24
+ type: PropType<{
25
+ title: string;
26
+ data: {
27
+ key: string | number;
28
+ label: string;
29
+ labelExpand: string;
30
+ parentName: string;
31
+ }[];
32
+ }[]>;
33
+ required: true;
34
+ };
35
+ type: {
36
+ type: StringConstructor;
37
+ default: string;
38
+ };
39
+ }>> & {
40
+ onChecked?: ((...args: any[]) => any) | undefined;
41
+ }>>;
42
+ renderData: import("vue").ComputedRef<{
43
+ title: string;
44
+ data: {
45
+ key: string | number;
46
+ label: string;
47
+ labelExpand: string;
48
+ parentName: string;
49
+ }[];
50
+ }[]>;
51
+ handleClick: (item: AnyObject) => void;
52
+ handleChange: (item: AnyObject, checked: boolean) => void;
53
+ NVirtualList: any;
54
+ NCheckbox: any;
55
+ CDefaultPage: import("../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
56
+ type: {
57
+ type: StringConstructor;
58
+ default: string;
59
+ };
60
+ config: {
61
+ type: PropType<AnyObject>;
62
+ default: () => {
63
+ title: string;
64
+ content: string;
65
+ };
66
+ };
67
+ }, {
68
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
69
+ type: {
70
+ type: StringConstructor;
71
+ default: string;
72
+ };
73
+ config: {
74
+ type: PropType<AnyObject>;
75
+ default: () => {
76
+ title: string;
77
+ content: string;
78
+ };
79
+ };
80
+ }>> & {
81
+ onReloadPage?: ((...args: any[]) => any) | undefined;
82
+ }>>;
83
+ emit: (event: "reloadPage", ...args: any[]) => void;
84
+ configResult: import("vue").ComputedRef<{
85
+ title: string;
86
+ content: string;
87
+ img: string;
88
+ }>;
89
+ reloadPage: () => void;
90
+ NIcon: any;
91
+ Refresh: 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<{}>>, {}>;
92
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "reloadPage"[], "reloadPage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
93
+ type: {
94
+ type: StringConstructor;
95
+ default: string;
96
+ };
97
+ config: {
98
+ type: PropType<AnyObject>;
99
+ default: () => {
100
+ title: string;
101
+ content: string;
102
+ };
103
+ };
104
+ }>> & {
105
+ onReloadPage?: ((...args: any[]) => any) | undefined;
106
+ }, {
107
+ type: string;
108
+ config: AnyObject;
109
+ }>>;
110
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "checked"[], "checked", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
111
+ data: {
112
+ type: PropType<{
113
+ title: string;
114
+ data: {
115
+ key: string | number;
116
+ label: string;
117
+ labelExpand: string;
118
+ parentName: string;
119
+ }[];
120
+ }[]>;
121
+ required: true;
122
+ };
123
+ type: {
124
+ type: StringConstructor;
125
+ default: string;
126
+ };
127
+ }>> & {
128
+ onChecked?: ((...args: any[]) => any) | undefined;
129
+ }, {
130
+ type: string;
131
+ }>;
132
+ export default _default;
@@ -0,0 +1,6 @@
1
+ import _sfc_main from './SearchGroupList.vue2.js';
2
+ import _export_sfc from '../../../../_virtual/_plugin-vue_export-helper.js';
3
+
4
+ var SearchGroupList = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "SearchGroupList.vue"]]);
5
+
6
+ export { SearchGroupList as default };