cnhis-design-vue 3.4.0-beta.10 → 3.4.0-beta.11

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 (576) hide show
  1. package/README.md +87 -87
  2. package/es/components/annotation-edit/index.d.ts +5 -5
  3. package/es/components/annotation-edit/src/AnnotationEdit.d.ts +5 -5
  4. package/es/components/audio-sdk/index.d.ts +52 -54
  5. package/es/components/audio-sdk/src/Index.vue.d.ts +52 -54
  6. package/es/components/audio-sdk/src/Index.vue2.js +7 -8
  7. package/es/components/audio-sdk/src/audioSDK.d.ts +1 -1
  8. package/es/components/audio-sdk/src/components/form.vue.d.ts +16 -16
  9. package/es/components/audio-sdk/src/components/readyCountdown.vue.d.ts +10 -10
  10. package/es/components/audio-sdk/src/components/readyCountdown.vue2.js +6 -5
  11. package/es/components/audio-sdk/src/components/recording-modal.vue.d.ts +47 -49
  12. package/es/components/audio-sdk/src/components/recording.vue.d.ts +39 -41
  13. package/es/components/audio-sdk/src/components/recording.vue2.js +41 -36
  14. package/es/components/audio-sdk/src/hooks/useChartAudioContext.d.ts +5 -5
  15. package/es/components/audio-sdk/src/svgs/Close.vue.js +8 -6
  16. package/es/components/audio-sdk/src/svgs/Continue.vue.js +5 -3
  17. package/es/components/audio-sdk/src/svgs/Enlarge.vue.js +5 -3
  18. package/es/components/audio-sdk/src/svgs/Pause.vue.js +5 -3
  19. package/es/components/audio-sdk/src/svgs/WaveView.vue.js +5 -3
  20. package/es/components/audio-sdk/src/svgs/Zoom.vue.js +8 -6
  21. package/es/components/audio-sdk/src/utils/index.d.ts +1 -1
  22. package/es/components/audio-sdk/src/utils/recordingModal.d.ts +2 -2
  23. package/es/components/base-search/index.d.ts +19 -61
  24. package/es/components/base-search/src/index.vue.d.ts +19 -61
  25. package/es/components/base-search/src/index.vue2.js +31 -30
  26. package/es/components/big-table/index.d.ts +43 -67
  27. package/es/components/big-table/src/BigTable.vue.d.ts +43 -67
  28. package/es/components/big-table/src/BigTable.vue2.js +18 -18
  29. package/es/components/big-table/src/components/NoData.vue.d.ts +7 -7
  30. package/es/components/big-table/src/components/NoData.vue2.js +4 -4
  31. package/es/components/big-table/src/components/edit-form/edit-date.d.ts +5 -7
  32. package/es/components/big-table/src/components/edit-form/edit-input.d.ts +5 -8
  33. package/es/components/big-table/src/components/edit-form/edit-select-table.d.ts +5 -12
  34. package/es/components/big-table/src/components/edit-form/edit-select.d.ts +5 -7
  35. package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +23 -47
  36. package/es/components/big-table/src/components/edit-form/edit-separate.vue2.js +1 -2
  37. package/es/components/big-table/src/components/edit-form/edit-time.d.ts +5 -7
  38. package/es/components/big-table/src/components/edit-form/useCommon.d.ts +2 -2
  39. package/es/components/big-table/src/components/input-button.vue.d.ts +5 -5
  40. package/es/components/big-table/src/components/input-button.vue2.js +3 -4
  41. package/es/components/big-table/src/components/separate.vue.d.ts +7 -31
  42. package/es/components/big-table/src/components/separate.vue2.js +4 -3
  43. package/es/components/big-table/src/hooks/useAnnotation.d.ts +1 -1
  44. package/es/components/big-table/src/hooks/useEdit.d.ts +48 -84
  45. package/es/components/big-table/src/hooks/useSeparateRow.d.ts +2 -50
  46. package/es/components/body-select/index.d.ts +17 -17
  47. package/es/components/body-select/src/index.vue.d.ts +17 -17
  48. package/es/components/body-select/src/index.vue2.js +10 -8
  49. package/es/components/bpmn-workflow/index.d.ts +9 -9
  50. package/es/components/bpmn-workflow/src/BpmnWorkflow.vue.d.ts +9 -9
  51. package/es/components/bpmn-workflow/src/BpmnWorkflow.vue2.js +1 -1
  52. package/es/components/branch-notice/index.d.ts +49 -72
  53. package/es/components/branch-notice/src/BranchNotice.vue.d.ts +47 -70
  54. package/es/components/branch-notice/src/BranchNotice.vue2.js +5 -6
  55. package/es/components/branch-notice/src/components/NoticeItem.vue.d.ts +34 -57
  56. package/es/components/branch-notice/src/components/NoticeItem.vue2.js +4 -4
  57. package/es/components/branch-notice/src/components/NoticeItemAside.vue.d.ts +12 -12
  58. package/es/components/branch-notice/src/components/NoticeItemAside.vue2.js +2 -1
  59. package/es/components/branch-notice/src/components/NoticeOperationList.vue.d.ts +9 -9
  60. package/es/components/button-print/index.d.ts +141 -201
  61. package/es/components/button-print/src/ButtonPrint.vue.d.ts +141 -201
  62. package/es/components/button-print/src/ButtonPrint.vue2.js +7 -8
  63. package/es/components/button-print/src/components/EditFormat.vue.d.ts +18 -48
  64. package/es/components/button-print/src/components/EditFormat.vue2.js +8 -8
  65. package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +43 -72
  66. package/es/components/button-print/src/components/IdentityVerification.vue2.js +11 -12
  67. package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +71 -101
  68. package/es/components/button-print/src/components/NewPrintComponent.vue2.js +74 -73
  69. package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +58 -88
  70. package/es/components/button-print/src/components/OldPrintComponent.vue2.js +6 -6
  71. package/es/components/button-print/src/components/Preview.vue.d.ts +13 -13
  72. package/es/components/button-print/src/components/Preview.vue2.js +2 -3
  73. package/es/components/calendar/index.d.ts +277 -32
  74. package/es/components/calendar/src/Calendar.vue.d.ts +276 -31
  75. package/es/components/calendar/src/Calendar.vue2.js +4 -5
  76. package/es/components/callback/index.d.ts +11 -11
  77. package/es/components/callback/src/components/dialog/drawer.vue.d.ts +21 -20
  78. package/es/components/callback/src/components/dialog/drawer.vue2.js +1 -2
  79. package/es/components/callback/src/components/dialog/modal.vue.d.ts +22 -22
  80. package/es/components/callback/src/components/dialog/modal.vue2.js +1 -2
  81. package/es/components/callback/src/components/popup/index.vue.d.ts +6 -6
  82. package/es/components/callback/src/components/render/drawerIframe/index.vue.d.ts +12 -12
  83. package/es/components/callback/src/components/render/drawerIframe/index.vue2.js +1 -1
  84. package/es/components/callback/src/components/render/index.vue.d.ts +6 -6
  85. package/es/components/callback/src/components/render/popupMaps.d.ts +1624 -3184
  86. package/es/components/callback/src/index.vue.d.ts +11 -11
  87. package/es/components/callback/src/index.vue2.js +1 -2
  88. package/es/components/card-reader-sdk/src/components/readCardDialog.vue.d.ts +15 -12
  89. package/es/components/card-reader-sdk/src/components/readCardDialog.vue2.js +6 -7
  90. package/es/components/card-render/index.d.ts +10 -10
  91. package/es/components/card-render/src/CardRender.vue.d.ts +10 -10
  92. package/es/components/card-render/src/CardRender.vue2.js +5 -8
  93. package/es/components/card-render/src/components/Box.vue.d.ts +8 -8
  94. package/es/components/card-render/src/components/Box.vue2.js +4 -4
  95. package/es/components/card-render/src/components/Button.vue.d.ts +8 -8
  96. package/es/components/card-render/src/components/Button.vue2.js +5 -5
  97. package/es/components/card-render/src/components/Divider.vue.d.ts +8 -8
  98. package/es/components/card-render/src/components/Divider.vue2.js +1 -1
  99. package/es/components/card-render/src/components/Field.vue.d.ts +8 -8
  100. package/es/components/card-render/src/components/Field.vue2.js +21 -21
  101. package/es/components/card-render/src/components/FieldGroup.vue.d.ts +8 -8
  102. package/es/components/card-render/src/components/FieldGroup.vue2.js +12 -12
  103. package/es/components/card-render/src/components/Image.vue.d.ts +8 -8
  104. package/es/components/card-render/src/components/Image.vue2.js +2 -2
  105. package/es/components/card-render/src/components/Label.vue.d.ts +8 -8
  106. package/es/components/card-render/src/components/Label.vue2.js +3 -3
  107. package/es/components/card-render/src/components/Row.vue.d.ts +8 -8
  108. package/es/components/card-render/src/components/Row.vue2.js +5 -5
  109. package/es/components/card-render/src/components/ScaleView.vue.d.ts +8 -8
  110. package/es/components/card-render/src/components/ScaleView.vue2.js +2 -2
  111. package/es/components/card-render/src/components/Slot.d.ts +5 -5
  112. package/es/components/card-render/src/components/Table.vue.d.ts +16 -16
  113. package/es/components/card-render/src/components/Table.vue2.js +4 -4
  114. package/es/components/card-render/src/components/Text.vue.d.ts +7 -7
  115. package/es/components/card-render/src/components/Text.vue2.js +4 -4
  116. package/es/components/card-render/src/components/index.d.ts +113 -113
  117. package/es/components/classification/index.d.ts +432 -509
  118. package/es/components/classification/src/components/search-filter/index.vue.d.ts +358 -370
  119. package/es/components/classification/src/components/search-filter/index.vue2.js +5 -6
  120. package/es/components/classification/src/components/set-classification/index.vue.d.ts +402 -414
  121. package/es/components/classification/src/components/set-classification/index.vue2.js +2 -3
  122. package/es/components/classification/src/components/table-modal/index.vue.d.ts +27 -27
  123. package/es/components/classification/src/components/table-modal/index.vue2.js +66 -65
  124. package/es/components/classification/src/index.vue.d.ts +432 -509
  125. package/es/components/classification/src/index.vue2.js +63 -61
  126. package/es/components/config-provider/index.d.ts +5 -7
  127. package/es/components/config-provider/src/ConfigProvider.d.ts +5 -7
  128. package/es/components/date-picker/index.d.ts +15 -15
  129. package/es/components/date-picker/src/DatePicker.vue.d.ts +15 -15
  130. package/es/components/date-picker/src/DatePicker.vue2.js +8 -9
  131. package/es/components/default-page/index.d.ts +11 -11
  132. package/es/components/default-page/src/index.vue.d.ts +11 -11
  133. package/es/components/default-page/src/index.vue2.js +15 -14
  134. package/es/components/editor/index.d.ts +7 -77
  135. package/es/components/editor/src/Editor.d.ts +7 -78
  136. package/es/components/expand-field/index.d.ts +303 -478
  137. package/es/components/expand-field/src/components/FormBatchOptionsModal.vue.d.ts +14 -14
  138. package/es/components/expand-field/src/components/FormBatchOptionsModal.vue2.js +7 -7
  139. package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +225 -304
  140. package/es/components/expand-field/src/components/FormItemPerson.vue2.js +3 -4
  141. package/es/components/expand-field/src/components/PersonModal.vue.d.ts +205 -284
  142. package/es/components/expand-field/src/components/PersonModal.vue2.js +3 -4
  143. package/es/components/expand-field/src/components/form.vue.d.ts +285 -458
  144. package/es/components/expand-field/src/components/form.vue2.js +73 -65
  145. package/es/components/expand-field/src/index.vue.d.ts +304 -479
  146. package/es/components/expand-field/src/index.vue2.js +26 -26
  147. package/es/components/fabric-chart/index.d.ts +29 -29
  148. package/es/components/fabric-chart/src/FabricChart.vue.d.ts +29 -29
  149. package/es/components/fabric-chart/src/FabricChart.vue2.js +5 -6
  150. package/es/components/fabric-chart/src/components/PopupMenu.d.ts +6 -6
  151. package/es/components/fabric-chart/src/components/PopupTip.vue.d.ts +7 -7
  152. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.d.ts +9 -9
  153. package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.d.ts +9 -9
  154. package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.d.ts +1 -1
  155. package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.d.ts +1 -1
  156. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.d.ts +9 -9
  157. package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.d.ts +9 -9
  158. package/es/components/field-editor/index.d.ts +42 -50
  159. package/es/components/field-editor/src/FieldEditor.vue.d.ts +42 -50
  160. package/es/components/field-editor/src/FieldEditor.vue2.js +5 -5
  161. package/es/components/field-set/index.d.ts +13 -13
  162. package/es/components/field-set/src/FieldColor.vue.d.ts +154 -216
  163. package/es/components/field-set/src/FieldColor.vue2.js +6 -7
  164. package/es/components/field-set/src/FieldFilter.vue.d.ts +51 -77
  165. package/es/components/field-set/src/FieldFilter.vue2.js +7 -8
  166. package/es/components/field-set/src/FieldSet.vue.d.ts +64 -78
  167. package/es/components/field-set/src/FieldSet.vue2.js +23 -24
  168. package/es/components/field-set/src/Index.vue.d.ts +13 -13
  169. package/es/components/field-set/src/Index.vue2.js +13 -16
  170. package/es/components/field-set/src/TableStyle.vue.d.ts +13 -21
  171. package/es/components/field-set/src/TableStyle.vue2.js +23 -23
  172. package/es/components/field-set/src/components/condition.vue.d.ts +32 -47
  173. package/es/components/field-set/src/components/condition.vue2.js +11 -8
  174. package/es/components/field-set/src/components/edit-dialog.vue.d.ts +102 -149
  175. package/es/components/field-set/src/components/edit-dialog.vue2.js +3 -4
  176. package/es/components/field-set/src/components/edit-filter.vue.d.ts +43 -67
  177. package/es/components/field-set/src/components/edit-filter.vue2.js +1 -2
  178. package/es/components/field-set/src/components/table-row.vue.d.ts +33 -33
  179. package/es/components/field-set/src/components/table-row.vue2.js +14 -16
  180. package/es/components/form-config/index.d.ts +423 -1400
  181. package/es/components/form-config/src/FormConfig.vue.d.ts +423 -1400
  182. package/es/components/form-config/src/FormConfig.vue2.js +25 -24
  183. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +49 -57
  184. package/es/components/form-config/src/components/FormConfigCreator.vue2.js +3 -4
  185. package/es/components/form-config/src/components/FormConfigDragDisplay.vue.d.ts +9 -9
  186. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +214 -1112
  187. package/es/components/form-config/src/components/FormConfigEdit.vue2.js +6 -5
  188. package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +81 -118
  189. package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +29 -29
  190. package/es/components/form-config/src/components/FormConfigMaterialItem.d.ts +4 -4
  191. package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +11 -11
  192. package/es/components/form-config/src/components/renderer/CloseButton.vue2.js +1 -1
  193. package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +29 -29
  194. package/es/components/form-config/src/components/renderer/ComplexNode.vue2.js +5 -4
  195. package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +21 -21
  196. package/es/components/form-config/src/components/renderer/DefaultNode.vue2.js +5 -5
  197. package/es/components/form-config/src/hooks/usePresetRenderer.d.ts +1 -1
  198. package/es/components/form-render/index.d.ts +40 -48
  199. package/es/components/form-render/src/FormRender.vue.d.ts +37 -45
  200. package/es/components/form-render/src/FormRender.vue2.js +4 -5
  201. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +40 -48
  202. package/es/components/form-render/src/FormRenderWrapper.vue2.js +2 -2
  203. package/es/components/form-render/src/components/renderer/combination/combination.d.ts +6 -6
  204. package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.d.ts +4 -4
  205. package/es/components/form-render/src/components/renderer/combination/jsonCombination.d.ts +6 -6
  206. package/es/components/form-render/src/components/renderer/combination/tableCombination.d.ts +6 -6
  207. package/es/components/form-render/src/components/renderer/complex.d.ts +4 -4
  208. package/es/components/form-render/src/components/renderer/date.d.ts +9 -7
  209. package/es/components/form-render/src/components/renderer/formItem.d.ts +5 -5
  210. package/es/components/form-render/src/components/renderer/input.d.ts +5 -5
  211. package/es/components/form-render/src/components/renderer/inputNumber.d.ts +7 -7
  212. package/es/components/form-render/src/components/renderer/levelSearchCascader/index.d.ts +5 -5
  213. package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +31 -31
  214. package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue2.js +6 -6
  215. package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +31 -31
  216. package/es/components/form-render/src/components/renderer/radio&checkbox.d.ts +18 -18
  217. package/es/components/form-render/src/components/renderer/remoteSearch.d.ts +5 -5
  218. package/es/components/form-render/src/components/renderer/searchCascade.d.ts +5 -5
  219. package/es/components/form-render/src/components/renderer/select.d.ts +5 -5
  220. package/es/components/form-render/src/components/renderer/simpleComponent.d.ts +2 -2
  221. package/es/components/form-render/src/components/renderer/slider.d.ts +4 -4
  222. package/es/components/form-render/src/components/renderer/switch.d.ts +5 -5
  223. package/es/components/form-render/src/components/renderer/text.d.ts +3 -3
  224. package/es/components/form-render/src/components/renderer/textarea.d.ts +5 -5
  225. package/es/components/form-render/src/components/renderer/time.d.ts +3 -3
  226. package/es/components/form-render/src/components/tooltipMessage.vue.d.ts +9 -9
  227. package/es/components/form-render/src/components/tooltipMessage.vue2.js +1 -1
  228. package/es/components/form-render/src/hooks/useAnchor.d.ts +1 -9
  229. package/es/components/form-render/src/hooks/useCommonInjection.d.ts +1 -1
  230. package/es/components/form-render/src/hooks/useComplexOptions.d.ts +3 -3
  231. package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +6 -6
  232. package/es/components/form-render/src/hooks/useFormField.d.ts +1 -1
  233. package/es/components/form-render/src/hooks/useFormRenderOptions.d.ts +12 -12
  234. package/es/components/form-render/src/utils/index.d.ts +3 -3
  235. package/es/components/grid/index.d.ts +1 -1
  236. package/es/components/grid/src/Grid.d.ts +1 -1
  237. package/es/components/guide/src/renderer.d.ts +5 -5
  238. package/es/components/iho-chat/index.d.ts +760 -832
  239. package/es/components/iho-chat/src/Index.vue.d.ts +760 -832
  240. package/es/components/iho-chat/src/Index.vue2.js +3 -4
  241. package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +42 -42
  242. package/es/components/iho-chat/src/components/ChatAdd.vue2.js +41 -41
  243. package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +88 -122
  244. package/es/components/iho-chat/src/components/ChatFile.vue2.js +5 -5
  245. package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +64 -64
  246. package/es/components/iho-chat/src/components/ChatFooter.vue2.js +55 -48
  247. package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +272 -306
  248. package/es/components/iho-chat/src/components/ChatHeader.vue2.js +8 -8
  249. package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +177 -191
  250. package/es/components/iho-chat/src/components/ChatMain.vue2.js +5 -5
  251. package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +61 -61
  252. package/es/components/iho-chat/src/components/ChatRecord.vue2.js +63 -57
  253. package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +34 -34
  254. package/es/components/iho-chat/src/components/ChatSearch.vue2.js +36 -33
  255. package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +65 -65
  256. package/es/components/iho-chat/src/components/ChatSet.vue2.js +66 -56
  257. package/es/components/iho-chat/src/components/ContextMenu.d.ts +5 -5
  258. package/es/components/iho-chat/src/components/ImageLightbox.vue.d.ts +22 -40
  259. package/es/components/iho-chat/src/components/ImageLightbox.vue2.js +20 -19
  260. package/es/components/iho-chat/src/components/MessageEvent.vue.d.ts +9 -9
  261. package/es/components/iho-chat/src/components/MessageEvent.vue2.js +13 -11
  262. package/es/components/iho-chat/src/components/MessageMergeForward.vue.d.ts +32 -32
  263. package/es/components/iho-chat/src/components/MessageMergeForward.vue2.js +2 -2
  264. package/es/components/iho-chat/src/components/MessageTemplate.vue.d.ts +22 -18
  265. package/es/components/iho-chat/src/components/MessageTemplate.vue2.js +35 -33
  266. package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +64 -82
  267. package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +45 -39
  268. package/es/components/iho-chat/src/components/PersonProfile.vue.d.ts +13 -13
  269. package/es/components/iho-chat/src/components/PersonProfile.vue2.js +3 -3
  270. package/es/components/iho-chat/src/components/SelectLabel.vue.d.ts +15 -15
  271. package/es/components/iho-chat/src/components/SelectLabel.vue2.js +2 -3
  272. package/es/components/iho-chat/src/components/SiderList.vue.d.ts +63 -69
  273. package/es/components/iho-chat/src/components/SiderList.vue2.js +2 -2
  274. package/es/components/iho-chat/src/components/Video.vue.d.ts +13 -13
  275. package/es/components/iho-chat/src/components/Video.vue2.js +12 -8
  276. package/es/components/iho-chat/src/components/userItemRender.d.ts +5 -5
  277. package/es/components/iho-chat/src/hooks/useData.d.ts +6 -6
  278. package/es/components/iho-chat/src/hooks/useDraggable.d.ts +2 -8
  279. package/es/components/iho-chat/src/hooks/useSearchPatientList.d.ts +1 -1
  280. package/es/components/iho-chat/src/hooks/useSearchUserList.d.ts +1 -1
  281. package/es/components/iho-chat/src/hooks/useVideo.d.ts +6 -11
  282. package/es/components/iho-chat/src/utils/index.d.ts +1 -1
  283. package/es/components/iho-table/index.d.ts +1572 -3124
  284. package/es/components/iho-table/src/IhoTable.vue.d.ts +1573 -3125
  285. package/es/components/iho-table/src/IhoTable.vue2.js +7 -8
  286. package/es/components/iho-table/src/constants/index.d.ts +2 -2
  287. package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +2 -2
  288. package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.d.ts +1 -1
  289. package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +1 -1
  290. package/es/components/iho-table/src/hooks/tapHooks/useExposeHooks.d.ts +1 -1
  291. package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.d.ts +1 -1
  292. package/es/components/iho-table/src/hooks/useTableContext.d.ts +3 -3
  293. package/es/components/iho-table/src/plugins/anchorPlugin/tableAnchor.d.ts +1 -1
  294. package/es/components/iho-table/src/plugins/anchorPlugin/useAnchor.d.ts +2 -6
  295. package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue.d.ts +207 -477
  296. package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue2.js +11 -12
  297. package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +21 -21
  298. package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue2.js +1 -1
  299. package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue.d.ts +21 -21
  300. package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue2.js +11 -14
  301. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.d.ts +31 -31
  302. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +23 -26
  303. package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue.d.ts +11 -11
  304. package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue2.js +3 -3
  305. package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue.d.ts +8 -8
  306. package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue2.js +1 -1
  307. package/es/components/iho-table/src/plugins/pagerScrollPlugin/utils.d.ts +9 -9
  308. package/es/components/iho-table/src/plugins/pluginHooks/useFilter.d.ts +2 -2
  309. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +26 -26
  310. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue2.js +6 -7
  311. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useSelectOption.d.ts +1 -1
  312. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue.d.ts +47 -50
  313. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue2.js +1 -2
  314. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.d.ts +6 -6
  315. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue.d.ts +13 -15
  316. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue2.js +4 -4
  317. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +39 -39
  318. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +7 -8
  319. package/es/components/iho-table/src/plugins/verticalTablePlugin/src/utils.d.ts +1 -1
  320. package/es/components/iho-table/src/utils/index.d.ts +2 -2
  321. package/es/components/iho-table/src/utils/separateMap.d.ts +1 -14
  322. package/es/components/info-header/index.d.ts +355 -195
  323. package/es/components/info-header/src/InfoHeader.vue.d.ts +355 -195
  324. package/es/components/info-header/src/InfoHeader.vue2.js +4 -5
  325. package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +46 -37
  326. package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue2.js +24 -24
  327. package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +63 -44
  328. package/es/components/info-header/src/components/infoDescription/DescriptionList.vue2.js +11 -11
  329. package/es/components/info-header/src/components/infoDescription/HiddenContent.vue.d.ts +15 -15
  330. package/es/components/info-header/src/components/infoDescription/HiddenContent.vue2.js +4 -4
  331. package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue.d.ts +7 -7
  332. package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +129 -109
  333. package/es/components/info-header/src/components/infoDescription/index.vue2.js +8 -8
  334. package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +68 -65
  335. package/es/components/info-header/src/components/patientInfo/index.vue2.js +12 -14
  336. package/es/components/keyboard/index.d.ts +65 -77
  337. package/es/components/keyboard/src/Keyboard.vue.d.ts +65 -77
  338. package/es/components/keyboard/src/Keyboard.vue2.js +16 -16
  339. package/es/components/keyboard/src/components/InputNumber.vue.d.ts +16 -16
  340. package/es/components/keyboard/src/components/InputNumber.vue2.js +2 -3
  341. package/es/components/keyboard/src/components/NumberPanel.vue.d.ts +40 -46
  342. package/es/components/keyboard/src/components/NumberPanel.vue2.js +12 -12
  343. package/es/components/map/index.d.ts +12 -12
  344. package/es/components/map/src/Map.vue.d.ts +12 -12
  345. package/es/components/map/src/Map.vue2.js +11 -11
  346. package/es/components/picture-clipper/index.d.ts +11 -11
  347. package/es/components/picture-clipper/src/PictureClipper.vue.d.ts +11 -11
  348. package/es/components/picture-clipper/src/PictureClipper.vue2.js +6 -7
  349. package/es/components/quick-search/index.d.ts +32 -73
  350. package/es/components/quick-search/src/index.vue.d.ts +32 -73
  351. package/es/components/quick-search/src/index.vue2.js +15 -15
  352. package/es/components/recommend-search/index.d.ts +79 -79
  353. package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +79 -79
  354. package/es/components/recommend-search/src/RecommendSearch.vue2.js +4 -5
  355. package/es/components/recommend-search/src/components/BaseSearch.d.ts +7 -7
  356. package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +34 -34
  357. package/es/components/recommend-search/src/components/RecommendInput.vue2.js +14 -13
  358. package/es/components/recommend-search/src/components/RecommendMenu.vue.d.ts +9 -9
  359. package/es/components/recommend-search/src/components/RecommendMenu.vue2.js +13 -13
  360. package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +29 -29
  361. package/es/components/recommend-search/src/components/RecommendSelect.vue2.js +8 -8
  362. package/es/components/scale-view/index.d.ts +87 -107
  363. package/es/components/scale-view/src/ScaleView.vue.d.ts +63 -66
  364. package/es/components/scale-view/src/ScaleView.vue2.js +13 -15
  365. package/es/components/scale-view/src/components/AnswerParse.vue.d.ts +7 -7
  366. package/es/components/scale-view/src/components/AnswerParse.vue2.js +8 -8
  367. package/es/components/scale-view/src/components/DescribeContent.vue.d.ts +7 -7
  368. package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +12 -12
  369. package/es/components/scale-view/src/components/EvaluateCountdown.vue2.js +23 -23
  370. package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +10 -10
  371. package/es/components/scale-view/src/components/EvaluatePage.vue2.js +5 -6
  372. package/es/components/scale-view/src/components/LoadingCom.vue.js +5 -3
  373. package/es/components/scale-view/src/components/NoData.vue.d.ts +7 -7
  374. package/es/components/scale-view/src/components/NoData.vue2.js +4 -4
  375. package/es/components/scale-view/src/components/ScaleScore.d.ts +5 -5
  376. package/es/components/scale-view/src/components/formitem/r-address.d.ts +6 -9
  377. package/es/components/scale-view/src/components/formitem/r-cascader.d.ts +6 -10
  378. package/es/components/scale-view/src/components/formitem/r-checkbox.d.ts +6 -11
  379. package/es/components/scale-view/src/components/formitem/r-collection.d.ts +5 -8
  380. package/es/components/scale-view/src/components/formitem/r-datetime.d.ts +6 -9
  381. package/es/components/scale-view/src/components/formitem/r-input.d.ts +6 -8
  382. package/es/components/scale-view/src/components/formitem/r-map.d.ts +6 -70
  383. package/es/components/scale-view/src/components/formitem/r-radio.d.ts +6 -11
  384. package/es/components/scale-view/src/components/formitem/r-select.d.ts +6 -10
  385. package/es/components/scale-view/src/components/formitem/r-sign.d.ts +6 -155
  386. package/es/components/scale-view/src/components/formitem/r-upload.d.ts +6 -11
  387. package/es/components/scale-view/src/components/formitem/sign-com.d.ts +6 -6
  388. package/es/components/scale-view/src/components/formitem/standard-modal.d.ts +5 -9
  389. package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +17 -9
  390. package/es/components/search-cascader/index.d.ts +27 -27
  391. package/es/components/search-cascader/src/SearchCascader.vue.d.ts +27 -27
  392. package/es/components/search-cascader/src/SearchCascader.vue2.js +8 -9
  393. package/es/components/search-cascader/src/components/ClearIcon.vue.js +17 -15
  394. package/es/components/search-cascader/src/components/SearchMenu.d.ts +5 -5
  395. package/es/components/select-label/index.d.ts +155 -119
  396. package/es/components/select-label/src/LabelFormContent.vue.d.ts +48 -26
  397. package/es/components/select-label/src/LabelFormContent.vue2.js +25 -23
  398. package/es/components/select-label/src/SelectLabel.vue.d.ts +64 -42
  399. package/es/components/select-label/src/SelectLabel.vue2.js +12 -11
  400. package/es/components/select-label/src/components/label-classify.vue.d.ts +24 -14
  401. package/es/components/select-label/src/components/label-classify.vue2.js +29 -26
  402. package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue.d.ts +21 -29
  403. package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue2.js +16 -14
  404. package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue.d.ts +37 -45
  405. package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue2.js +6 -6
  406. package/es/components/select-label/src/ihoLabel/iho-label-classify.vue.d.ts +9 -17
  407. package/es/components/select-label/src/ihoLabel/iho-label-classify.vue2.js +13 -10
  408. package/es/components/select-label/src/index.vue.d.ts +107 -93
  409. package/es/components/select-label/src/index.vue2.js +1 -2
  410. package/es/components/select-person/index.d.ts +190 -257
  411. package/es/components/select-person/src/SelectPerson.vue.d.ts +87 -124
  412. package/es/components/select-person/src/SelectPerson.vue2.js +17 -21
  413. package/es/components/select-person/src/SelectPersonRole.vue.d.ts +66 -80
  414. package/es/components/select-person/src/SelectPersonRole.vue2.js +13 -13
  415. package/es/components/select-person/src/SelectPersonType.vue.d.ts +31 -41
  416. package/es/components/select-person/src/SelectPersonType.vue2.js +6 -6
  417. package/es/components/select-person/src/components/GroupItem.vue.d.ts +5 -5
  418. package/es/components/select-person/src/components/GroupItem.vue2.js +1 -2
  419. package/es/components/select-person/src/components/SearchGroupList.vue.d.ts +39 -39
  420. package/es/components/select-person/src/components/SearchGroupList.vue2.js +3 -4
  421. package/es/components/select-person/src/components/SearchMultiple.vue.d.ts +18 -17
  422. package/es/components/select-person/src/components/SearchMultiple.vue2.js +2 -3
  423. package/es/components/select-person/src/components/SearchOrgAndStaff.vue.d.ts +20 -19
  424. package/es/components/select-person/src/components/SearchOrgAndStaff.vue2.js +6 -7
  425. package/es/components/select-person/src/components/TagItem.vue.d.ts +11 -11
  426. package/es/components/select-person/src/components/TagItem.vue2.js +1 -2
  427. package/es/components/select-person/src/index.vue.d.ts +240 -307
  428. package/es/components/select-person/src/index.vue2.js +7 -8
  429. package/es/components/select-person/src/utils/index.d.ts +1 -1
  430. package/es/components/shortcut-provider/index.d.ts +9 -9
  431. package/es/components/shortcut-provider/src/ShortcutProvider.vue.d.ts +9 -9
  432. package/es/components/shortcut-provider/src/hooks/useShortcutSignature.d.ts +1 -1
  433. package/es/components/shortcut-setter/index.d.ts +81 -287
  434. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +81 -287
  435. package/es/components/shortcut-setter/src/ShortcutSetter.vue2.js +2 -3
  436. package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +23 -13
  437. package/es/components/shortcut-setter/src/ShortcutSetterItem.vue2.js +10 -11
  438. package/es/components/slider-tree/index.d.ts +22 -22
  439. package/es/components/slider-tree/src/index.vue.d.ts +22 -22
  440. package/es/components/slider-tree/src/index.vue2.js +5 -6
  441. package/es/components/step-notice/index.d.ts +58 -58
  442. package/es/components/step-notice/src/StepNotice.vue.d.ts +57 -57
  443. package/es/components/step-notice/src/StepNotice.vue2.js +4 -5
  444. package/es/components/step-notice/src/components/NoticeConnection.vue.d.ts +12 -12
  445. package/es/components/step-notice/src/components/NoticeConnection.vue2.js +3 -3
  446. package/es/components/step-notice/src/components/NoticeItem.vue.d.ts +40 -40
  447. package/es/components/step-notice/src/components/NoticeItem.vue2.js +4 -4
  448. package/es/components/step-notice/src/components/NoticeItemAside.vue.d.ts +9 -9
  449. package/es/components/step-notice/src/components/NoticeItemAside.vue2.js +2 -1
  450. package/es/components/step-notice/src/components/NoticeOperationList.vue.d.ts +9 -9
  451. package/es/components/steps-wheel/index.d.ts +17 -17
  452. package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +17 -17
  453. package/es/components/steps-wheel/src/StepsWheel.vue2.js +3 -3
  454. package/es/components/table-export-field/index.d.ts +66 -82
  455. package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +27 -33
  456. package/es/components/table-export-field/src/components/ExportModal.vue2.js +9 -10
  457. package/es/components/table-export-field/src/components/SaveProjectModal.vue.d.ts +23 -23
  458. package/es/components/table-export-field/src/components/SaveProjectModal.vue2.js +5 -6
  459. package/es/components/table-export-field/src/index.vue.d.ts +66 -82
  460. package/es/components/table-export-field/src/index.vue2.js +4 -5
  461. package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +71 -71
  462. package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue2.js +17 -18
  463. package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +25 -25
  464. package/es/components/table-filter/src/components/bi-filter/components/Date.vue2.js +6 -7
  465. package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue.d.ts +11 -11
  466. package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue2.js +4 -5
  467. package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue.d.ts +11 -11
  468. package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue2.js +4 -5
  469. package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue.d.ts +12 -12
  470. package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue2.js +6 -7
  471. package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +59 -59
  472. package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +94 -94
  473. package/es/components/table-filter/src/components/bi-filter/index.vue2.js +38 -33
  474. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +224 -230
  475. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +40 -41
  476. package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue.d.ts +15 -15
  477. package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue2.js +9 -10
  478. package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +44 -44
  479. package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +18 -19
  480. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +47 -47
  481. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +26 -27
  482. package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue.d.ts +13 -19
  483. package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue2.js +7 -8
  484. package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue.d.ts +11 -11
  485. package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue2.js +4 -5
  486. package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue.d.ts +13 -13
  487. package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue2.js +5 -5
  488. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue.d.ts +43 -43
  489. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue2.js +9 -10
  490. package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue.d.ts +12 -12
  491. package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue2.js +6 -7
  492. package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue.d.ts +14 -14
  493. package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue2.js +6 -7
  494. package/es/components/table-filter/src/components/classify-filter/components/SelectTreeDynamic.vue.d.ts +14 -14
  495. package/es/components/table-filter/src/components/classify-filter/components/SelectTreeDynamic.vue2.js +6 -7
  496. package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +210 -216
  497. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +247 -253
  498. package/es/components/table-filter/src/components/classify-filter/index.vue2.js +34 -31
  499. package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue.d.ts +12 -12
  500. package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue2.js +2 -3
  501. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +39 -39
  502. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue2.js +9 -10
  503. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +27 -27
  504. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +1 -2
  505. package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.d.ts +10 -10
  506. package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue2.js +1 -2
  507. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +39 -39
  508. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue2.js +14 -14
  509. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +27 -27
  510. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +1 -2
  511. package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue.d.ts +13 -13
  512. package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue2.js +9 -10
  513. package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue.d.ts +13 -13
  514. package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue2.js +5 -5
  515. package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue.d.ts +18 -18
  516. package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue2.js +9 -8
  517. package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue.d.ts +14 -14
  518. package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue2.js +6 -7
  519. package/es/components/table-filter/src/components/render-widget/components/Select.vue.d.ts +11 -11
  520. package/es/components/table-filter/src/components/render-widget/components/Select.vue2.js +4 -5
  521. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.d.ts +43 -49
  522. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue2.js +9 -10
  523. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.d.ts +24 -24
  524. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +7 -8
  525. package/es/components/table-filter/src/components/render-widget/components/SelectTree.vue.d.ts +11 -11
  526. package/es/components/table-filter/src/components/render-widget/components/SelectTree.vue2.js +6 -7
  527. package/es/components/table-filter/src/components/render-widget/components/SelectTreeDynamic.vue.d.ts +13 -13
  528. package/es/components/table-filter/src/components/render-widget/components/SelectTreeDynamic.vue2.js +5 -6
  529. package/es/components/table-filter/src/components/render-widget/components/index.d.ts +279 -285
  530. package/es/components/table-filter/src/components/render-widget/index.vue.d.ts +5 -5
  531. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +266 -272
  532. package/es/components/table-filter/src/hooks/useMixins.d.ts +1 -1
  533. package/es/components/time-line/index.d.ts +11 -11
  534. package/es/components/time-line/src/TimeLine.vue.d.ts +11 -11
  535. package/es/components/time-picker/index.d.ts +19 -19
  536. package/es/components/time-picker/src/TimePicker.vue.d.ts +19 -19
  537. package/es/components/time-picker/src/TimePicker.vue2.js +4 -5
  538. package/es/components/tooth-bitmap/index.d.ts +14 -14
  539. package/es/components/tooth-bitmap/src/ToothBitmap.vue.d.ts +12 -12
  540. package/es/components/tooth-bitmap/src/ToothBitmap.vue2.js +7 -8
  541. package/es/components/vertify/src/components/IdentityVerification.vue.d.ts +22 -19
  542. package/es/components/vertify/src/components/IdentityVerification.vue2.js +9 -10
  543. package/es/components/vod-chunk-upload/index.d.ts +28 -248
  544. package/es/components/vod-chunk-upload/src/chunk-upload-new.vue.d.ts +18 -18
  545. package/es/components/vod-chunk-upload/src/chunk-upload-new.vue2.js +25 -24
  546. package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +28 -248
  547. package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +33 -32
  548. package/es/components/vod-chunk-upload/src/vod-upload-modal.d.ts +5 -207
  549. package/es/env.d.ts +25 -25
  550. package/es/shared/components/AbbrText/AbbrText.d.ts +3 -3
  551. package/es/shared/components/ArrowIcon/ArrowIcon.vue.js +8 -6
  552. package/es/shared/components/CancelRadio/CancelRadio.d.ts +6 -6
  553. package/es/shared/components/DateIcon/DateIcon.vue.js +13 -11
  554. package/es/shared/components/InputNumberSlash/InputNumberSlash.d.ts +5 -5
  555. package/es/shared/components/JSONTree/JSONTree.vue.d.ts +8 -8
  556. package/es/shared/components/JSONTree/JSONTree.vue2.js +1 -1
  557. package/es/shared/components/SelectPage/SelectPage.vue.d.ts +10 -10
  558. package/es/shared/components/SelectPage/SelectPage.vue2.js +2 -2
  559. package/es/shared/components/SlotRender/SlotRender.d.ts +3 -3
  560. package/es/shared/components/SvgIcon/SvgIcon.vue.d.ts +10 -6
  561. package/es/shared/components/SvgIcon/SvgIcon.vue2.js +5 -5
  562. package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +17 -9
  563. package/es/shared/components/TextOverTooltip/TextOverTooltip.vue2.js +9 -9
  564. package/es/shared/components/no-data/NoData.vue.d.ts +7 -7
  565. package/es/shared/components/no-data/NoData.vue2.js +5 -5
  566. package/es/shared/components/player-vod/index.vue.d.ts +1 -1
  567. package/es/shared/components/player-vod/player.d.ts +4 -4
  568. package/es/shared/components/player-vod/video-list.d.ts +4 -77
  569. package/es/shared/components/player-vod/video-modal.d.ts +5 -23
  570. package/es/shared/hooks/selectHooks/useOptionFiltered.d.ts +2 -2
  571. package/es/shared/hooks/selectHooks/useSearchContent.d.ts +1 -1
  572. package/es/shared/hooks/selectHooks/useSelectRenders.d.ts +4 -4
  573. package/es/shared/hooks/useLevelSearchCascader.d.ts +4 -7
  574. package/es/shared/package.json.js +1 -1
  575. package/es/shared/utils/index.d.ts +1 -1
  576. package/package.json +2 -2
@@ -1,7 +1,7 @@
1
- import { PropType } from 'vue';
1
+ import { ref, PropType } from 'vue';
2
2
  import { AnyObject } from '../../../shared/types';
3
3
  import { IExpandFieldItemType } from './types';
4
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
+ declare const _default: import("vue").DefineComponent<{
5
5
  id: {
6
6
  type: StringConstructor;
7
7
  default: string;
@@ -17,9 +17,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
17
17
  type: StringConstructor;
18
18
  default: string;
19
19
  };
20
- }>, {
21
- $message: import("naive-ui/es/message").MessageApi;
22
- props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
20
+ }, {
21
+ $message: import("naive-ui").MessageApi;
22
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
23
23
  id: {
24
24
  type: StringConstructor;
25
25
  default: string;
@@ -35,32 +35,32 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
35
35
  type: StringConstructor;
36
36
  default: string;
37
37
  };
38
- }>> & Readonly<{
38
+ }>> & {
39
39
  onCloseModal?: ((...args: any[]) => any) | undefined;
40
- }> & {}>;
40
+ }>>;
41
41
  deleteExtendFieldById: (params: any, filterApiConfig: any) => Promise<any>;
42
42
  filedList: {
43
43
  title: string;
44
44
  columnName: string;
45
45
  span: number;
46
46
  }[];
47
- formVisible: import("vue").Ref<boolean, boolean>;
48
- formOntype: import("vue").Ref<string, string>;
49
- formItemData: import("vue").Ref<{}, {}>;
47
+ formVisible: import("vue").Ref<boolean>;
48
+ formOntype: import("vue").Ref<string>;
49
+ formItemData: import("vue").Ref<{}>;
50
50
  emits: (event: "closeModal", ...args: any[]) => void;
51
51
  closeModal: () => void;
52
52
  addField: () => void;
53
53
  cancelModal: () => void;
54
54
  handleEditItem: (row: any) => void;
55
55
  handleDelItem: (row: any) => Promise<void>;
56
- readonly NButton: any;
57
- readonly NGrid: any;
58
- readonly NGridItem: any;
59
- readonly NTooltip: any;
60
- readonly NPopconfirm: any;
61
- readonly NIcon: any;
62
- readonly 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
63
- ExpandFieldForm: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
56
+ NButton: any;
57
+ NGrid: any;
58
+ NGridItem: any;
59
+ NTooltip: any;
60
+ NPopconfirm: any;
61
+ NIcon: any;
62
+ 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<{}>>, {}>;
63
+ ExpandFieldForm: import("vue").DefineComponent<{
64
64
  visible: {
65
65
  type: BooleanConstructor;
66
66
  default: boolean;
@@ -89,10 +89,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
89
89
  type: ArrayConstructor;
90
90
  default: () => never[];
91
91
  };
92
- }>, {
93
- $message: import("naive-ui/es/message").MessageApi;
92
+ }, {
93
+ $message: import("naive-ui").MessageApi;
94
94
  defaultPlaceholder: string;
95
- rules: import("naive-ui/es/form").FormRules;
95
+ rules: import("naive-ui").FormRules;
96
96
  dateList: {
97
97
  value: string;
98
98
  label: string;
@@ -101,7 +101,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
101
101
  value: string;
102
102
  label: string;
103
103
  }[];
104
- props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
104
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
105
105
  visible: {
106
106
  type: BooleanConstructor;
107
107
  default: boolean;
@@ -130,25 +130,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
130
130
  type: ArrayConstructor;
131
131
  default: () => never[];
132
132
  };
133
- }>> & Readonly<{
133
+ }>> & {
134
134
  onCancelModal?: ((...args: any[]) => any) | undefined;
135
- }> & {}>;
135
+ }>>;
136
136
  emits: (event: "cancelModal", ...args: any[]) => void;
137
- isChangeWindow: import("vue").Ref<boolean, boolean>;
138
- modalWidth: import("vue").Ref<string, string>;
137
+ isChangeWindow: import("vue").Ref<boolean>;
138
+ modalWidth: import("vue").Ref<string>;
139
139
  bodyStyle: import("vue").Ref<{
140
140
  maxHeight: string;
141
141
  height: string;
142
- }, {
143
- maxHeight: string;
144
- height: string;
145
- } | {
146
- maxHeight: string;
147
- height: string;
148
142
  }>;
149
143
  saveOrUpdateExtendField: (params: any, filterApiConfig: any) => Promise<any>;
150
144
  expandFieldApiConfig: AnyObject;
151
- formRef: import("vue").Ref<null, null>;
145
+ formRef: import("vue").Ref<null>;
152
146
  defaultData: import("vue").Ref<{
153
147
  name: undefined;
154
148
  remark: undefined;
@@ -166,52 +160,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
166
160
  isMultiSelect: string;
167
161
  decimal_length: undefined;
168
162
  date_format: string;
169
- }, {
170
- name: undefined;
171
- remark: undefined;
172
- is_edit: string;
173
- is_null: string;
174
- is_show: string;
175
- key: string;
176
- val_key: undefined;
177
- validate: {};
178
- html_type: string;
179
- name_i18n: undefined;
180
- elem_width: string;
181
- default_val: undefined;
182
- label_type: undefined;
183
- isMultiSelect: string;
184
- decimal_length: undefined;
185
- date_format: string;
186
- } | {
187
- name: undefined;
188
- remark: undefined;
189
- is_edit: string;
190
- is_null: string;
191
- is_show: string;
192
- key: string;
193
- val_key: undefined;
194
- validate: {};
195
- html_type: string;
196
- name_i18n: undefined;
197
- elem_width: string;
198
- default_val: undefined;
199
- label_type: undefined;
200
- isMultiSelect: string;
201
- decimal_length: undefined;
202
- date_format: string;
203
163
  }>;
204
164
  optionList: import("vue").Ref<{
205
165
  text: undefined;
206
166
  value: undefined;
207
- }[], {
208
- text: undefined;
209
- value: undefined;
210
- }[] | {
211
- text: undefined;
212
- value: undefined;
213
167
  }[]>;
214
- dateInfo: import("vue").Ref<any, any>;
168
+ dateInfo: any;
215
169
  validate: import("vue").Ref<{
216
170
  obj_type: string;
217
171
  vali_obj: string;
@@ -220,22 +174,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
220
174
  min_length: string;
221
175
  min_value: string;
222
176
  max_value: string;
223
- }, {
224
- obj_type: string;
225
- vali_obj: string;
226
- event_obj: string;
227
- max_length: string;
228
- min_length: string;
229
- min_value: string;
230
- max_value: string;
231
- } | {
232
- obj_type: string;
233
- vali_obj: string;
234
- event_obj: string;
235
- max_length: string;
236
- min_length: string;
237
- min_value: string;
238
- max_value: string;
239
177
  }>;
240
178
  wordbook: import("vue").Ref<{
241
179
  value_key: string;
@@ -254,49 +192,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
254
192
  setting: {
255
193
  cascading: never[];
256
194
  };
257
- }, {
258
- value_key: string;
259
- levelSetting: never[];
260
- search_key: never[];
261
- level_num: undefined;
262
- render_key: never[];
263
- name: string;
264
- level_key: string;
265
- id: string;
266
- type: string;
267
- primary_key: string;
268
- sqlExpression: string;
269
- conObj: string;
270
- add_btn: string;
271
- setting: {
272
- cascading: never[];
273
- };
274
- } | {
275
- value_key: string;
276
- levelSetting: never[];
277
- search_key: never[];
278
- level_num: undefined;
279
- render_key: never[];
280
- name: string;
281
- level_key: string;
282
- id: string;
283
- type: string;
284
- primary_key: string;
285
- sqlExpression: string;
286
- conObj: string;
287
- add_btn: string;
288
- setting: {
289
- cascading: never[];
290
- };
291
195
  }>;
292
- isNull: import("vue").Ref<boolean, boolean>;
293
- isMultiSelect: import("vue").Ref<boolean, boolean>;
294
- curPrecision: import("vue").Ref<undefined, undefined>;
295
- isOpErr: import("vue").Ref<boolean, boolean>;
296
- loading: import("vue").Ref<boolean, boolean>;
297
- isDatePopup: import("vue").Ref<boolean, boolean>;
298
- formBatchVisible: import("vue").Ref<boolean, boolean>;
299
- selectPersonStr: import("vue").Ref<string, string>;
196
+ isNull: import("vue").Ref<boolean>;
197
+ isMultiSelect: import("vue").Ref<boolean>;
198
+ curPrecision: import("vue").Ref<undefined>;
199
+ isOpErr: import("vue").Ref<boolean>;
200
+ loading: import("vue").Ref<boolean>;
201
+ isDatePopup: import("vue").Ref<boolean>;
202
+ formBatchVisible: import("vue").Ref<boolean>;
203
+ selectPersonStr: import("vue").Ref<string>;
300
204
  isDis: import("vue").ComputedRef<boolean>;
301
205
  currentType: import("vue").ComputedRef<string>;
302
206
  defMax: import("vue").ComputedRef<1000 | 255>;
@@ -345,32 +249,32 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
345
249
  setCandidateError: (saveOjb: any, message: string) => void;
346
250
  validateCandidate: (saveOjb: any) => boolean;
347
251
  handleSubmit: (params?: {}) => Promise<void>;
348
- readonly NModal: any;
349
- readonly NCard: any;
350
- readonly NButton: any;
351
- readonly NForm: any;
352
- readonly NFormItem: any;
353
- readonly NInput: any;
354
- readonly NSelect: any;
355
- readonly NSwitch: any;
356
- readonly NInputNumber: any;
357
- readonly NPopover: any;
358
- readonly NDatePicker: any;
359
- readonly NTimePicker: any;
360
- readonly NGrid: any;
361
- readonly NGridItem: any;
362
- readonly NIcon: any;
363
- readonly NTooltip: any;
364
- readonly isTextarea: typeof import("./utils").isTextarea;
365
- readonly isNumber: typeof import("./utils").isNumber;
366
- readonly isDate: typeof import("./utils").isDate;
367
- readonly isShowOptions: typeof import("./utils").isShowOptions;
368
- readonly isCandidate: typeof import("./utils").isCandidate;
369
- readonly HtmlTypeList: {
252
+ NModal: any;
253
+ NCard: any;
254
+ NButton: any;
255
+ NForm: any;
256
+ NFormItem: any;
257
+ NInput: any;
258
+ NSelect: any;
259
+ NSwitch: any;
260
+ NInputNumber: any;
261
+ NPopover: any;
262
+ NDatePicker: any;
263
+ NTimePicker: any;
264
+ NGrid: any;
265
+ NGridItem: any;
266
+ NIcon: any;
267
+ NTooltip: any;
268
+ isTextarea: typeof import("./utils").isTextarea;
269
+ isNumber: typeof import("./utils").isNumber;
270
+ isDate: typeof import("./utils").isDate;
271
+ isShowOptions: typeof import("./utils").isShowOptions;
272
+ isCandidate: typeof import("./utils").isCandidate;
273
+ HtmlTypeList: {
370
274
  value: string;
371
275
  label: string;
372
276
  }[];
373
- FormBatchOptionsModal: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
277
+ FormBatchOptionsModal: import("vue").DefineComponent<{
374
278
  visible: {
375
279
  type: BooleanConstructor;
376
280
  default: boolean;
@@ -379,9 +283,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
379
283
  type: ArrayConstructor;
380
284
  default: () => never[];
381
285
  };
382
- }>, {
286
+ }, {
383
287
  placeholder: string;
384
- props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
288
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
385
289
  visible: {
386
290
  type: BooleanConstructor;
387
291
  default: boolean;
@@ -390,12 +294,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
390
294
  type: ArrayConstructor;
391
295
  default: () => never[];
392
296
  };
393
- }>> & Readonly<{
297
+ }>> & {
394
298
  onHandleSaveBatch?: ((...args: any[]) => any) | undefined;
395
299
  onTriggerBatch?: ((...args: any[]) => any) | undefined;
396
- }> & {}>;
300
+ }>>;
397
301
  emits: (event: "handleSaveBatch" | "triggerBatch", ...args: any[]) => void;
398
- editOptionstr: import("vue").Ref<string, string>;
302
+ editOptionstr: import("vue").Ref<string>;
399
303
  init: () => void;
400
304
  getSaveParams: () => {
401
305
  value: any;
@@ -403,11 +307,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
403
307
  }[];
404
308
  handleSave: () => void;
405
309
  cancelEdit: () => void;
406
- readonly NModal: any;
407
- readonly NCard: any;
408
- readonly NButton: any;
409
- readonly NInput: any;
410
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("handleSaveBatch" | "triggerBatch")[], "handleSaveBatch" | "triggerBatch", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
310
+ NModal: any;
311
+ NCard: any;
312
+ NButton: any;
313
+ NInput: any;
314
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("handleSaveBatch" | "triggerBatch")[], "handleSaveBatch" | "triggerBatch", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
411
315
  visible: {
412
316
  type: BooleanConstructor;
413
317
  default: boolean;
@@ -416,14 +320,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
416
320
  type: ArrayConstructor;
417
321
  default: () => never[];
418
322
  };
419
- }>> & Readonly<{
323
+ }>> & {
420
324
  onHandleSaveBatch?: ((...args: any[]) => any) | undefined;
421
325
  onTriggerBatch?: ((...args: any[]) => any) | undefined;
422
- }>, {
326
+ }, {
423
327
  options: unknown[];
424
328
  visible: boolean;
425
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
426
- FormItemPerson: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
329
+ }>;
330
+ FormItemPerson: import("vue").DefineComponent<{
427
331
  defaultValue: {
428
332
  type: (ArrayConstructor | StringConstructor)[];
429
333
  };
@@ -431,10 +335,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
431
335
  type: StringConstructor;
432
336
  default: string;
433
337
  };
434
- }>, {
338
+ }, {
435
339
  findAllDeptEmpByOrg: (params: any, filterApiConfig: any) => Promise<any>;
436
340
  expandFieldApiConfig: AnyObject;
437
- props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
341
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
438
342
  defaultValue: {
439
343
  type: (ArrayConstructor | StringConstructor)[];
440
344
  };
@@ -442,16 +346,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
442
346
  type: StringConstructor;
443
347
  default: string;
444
348
  };
445
- }>> & Readonly<{
349
+ }>> & {
446
350
  onCheckPerson?: ((...args: any[]) => any) | undefined;
447
- }> & {}>;
351
+ }>>;
448
352
  emits: (event: "checkPerson", ...args: any[]) => void;
449
- personSelect: import("vue").Ref<any[], any[]>;
450
- personDefaultList: import("vue").Ref<any[], any[]>;
451
- treeData: import("vue").Ref<any[], any[]>;
452
- personStr: import("vue").Ref<any, any>;
453
- personModalRef: import("vue").Ref<null, null>;
454
- personModalVisible: import("vue").Ref<boolean, boolean>;
353
+ personSelect: import("vue").Ref<any[]>;
354
+ personDefaultList: import("vue").Ref<any[]>;
355
+ treeData: import("vue").Ref<any[]>;
356
+ personStr: import("vue").Ref<any>;
357
+ personModalRef: import("vue").Ref<null>;
358
+ personModalVisible: import("vue").Ref<boolean>;
455
359
  inputChange: (value: string) => void;
456
360
  openChoice: () => void;
457
361
  clearAllTags: () => void;
@@ -460,12 +364,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
460
364
  findAllDeptEmpByOrgFunc: () => Promise<void>;
461
365
  handleInit: () => never[] | undefined;
462
366
  init: () => Promise<void>;
463
- readonly NInputGroup: any;
464
- readonly NButton: any;
465
- readonly NInput: any;
466
- readonly NTooltip: any;
467
- readonly NTag: any;
468
- PersonModal: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
367
+ NInputGroup: any;
368
+ NButton: any;
369
+ NInput: any;
370
+ NTooltip: any;
371
+ NTag: any;
372
+ PersonModal: import("vue").DefineComponent<{
469
373
  visible: {
470
374
  type: BooleanConstructor;
471
375
  default: boolean;
@@ -478,8 +382,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
478
382
  type: PropType<AnyObject[]>;
479
383
  default: () => never[];
480
384
  };
481
- }>, {
482
- props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
385
+ }, {
386
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
483
387
  visible: {
484
388
  type: BooleanConstructor;
485
389
  default: boolean;
@@ -492,10 +396,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
492
396
  type: PropType<AnyObject[]>;
493
397
  default: () => never[];
494
398
  };
495
- }>> & Readonly<{
399
+ }>> & {
496
400
  onCheck?: ((...args: any[]) => any) | undefined;
497
401
  onChangeModalVisible?: ((...args: any[]) => any) | undefined;
498
- }> & {}>;
402
+ }>>;
499
403
  emits: (event: "check" | "changeModalVisible", ...args: any[]) => void;
500
404
  wordbook: import("vue").Ref<{
501
405
  parent_id_obj: string;
@@ -503,18 +407,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
503
407
  parent_name_obj: string;
504
408
  parent_name_obj_key: string;
505
409
  user_count_obj: string;
506
- }, {
507
- parent_id_obj: string;
508
- parent_id_obj_key: string;
509
- parent_name_obj: string;
510
- parent_name_obj_key: string;
511
- user_count_obj: string;
512
- } | {
513
- parent_id_obj: string;
514
- parent_id_obj_key: string;
515
- parent_name_obj: string;
516
- parent_name_obj_key: string;
517
- user_count_obj: string;
518
410
  }>;
519
411
  wordbookChild: {
520
412
  user_id_obj: string;
@@ -522,15 +414,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
522
414
  user_name_obj: string;
523
415
  user_name_obj_key: string;
524
416
  };
525
- personList: import("vue").Ref<never[], never[]>;
526
- checkedTreeItem: import("vue").Ref<any[], any[]>;
417
+ personList: import("vue").Ref<never[]>;
418
+ checkedTreeItem: import("vue").Ref<any[]>;
527
419
  modalSave: () => void;
528
420
  modalCancel: () => void;
529
421
  checkWithLevel: (checkedItem: any[]) => void;
530
- readonly NModal: any;
531
- readonly NCard: any;
532
- readonly NButton: any;
533
- readonly CSelectPerson: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
422
+ NModal: any;
423
+ NCard: any;
424
+ NButton: any;
425
+ CSelectPerson: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
534
426
  defaultList: {
535
427
  type: PropType<((string | number) | {
536
428
  [key: string]: any;
@@ -653,11 +545,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
653
545
  type: BooleanConstructor;
654
546
  default: boolean;
655
547
  };
656
- }>, {
548
+ }, {
657
549
  $attrs: {
658
550
  [x: string]: unknown;
659
551
  };
660
- props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
552
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
661
553
  defaultList: {
662
554
  type: PropType<((string | number) | {
663
555
  [key: string]: any;
@@ -780,13 +672,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
780
672
  type: BooleanConstructor;
781
673
  default: boolean;
782
674
  };
783
- }>> & Readonly<{
675
+ }>> & {
784
676
  onCheck?: ((...args: any[]) => any) | undefined;
785
677
  onCheckWithLevel?: ((...args: any[]) => any) | undefined;
786
- }> & {}>;
678
+ }>>;
787
679
  __emits: (event: "check" | "checkWithLevel", ...args: any[]) => void;
788
- selectPersonRef: import("vue").Ref<any, any>;
789
- isComponent: import("vue").ComputedRef<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
680
+ selectPersonRef: import("vue").Ref<any>;
681
+ isComponent: import("vue").ComputedRef<import("vue").DefineComponent<{
790
682
  defaultList: {
791
683
  type: PropType<((string | number) | {
792
684
  [key: string]: any;
@@ -871,8 +763,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
871
763
  forceShowSelectAll: {
872
764
  type: BooleanConstructor;
873
765
  };
874
- }>, {
875
- props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
766
+ }, {
767
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
876
768
  defaultList: {
877
769
  type: PropType<((string | number) | {
878
770
  [key: string]: any;
@@ -957,12 +849,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
957
849
  forceShowSelectAll: {
958
850
  type: BooleanConstructor;
959
851
  };
960
- }>> & Readonly<{}> & {}>;
852
+ }>> & {}>>;
961
853
  emit: any;
962
- keyword: import("vue").Ref<string, string>;
963
- checkedAll: import("vue").Ref<boolean, boolean>;
964
- checkedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
965
- expandedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
854
+ keyword: import("vue").Ref<string>;
855
+ checkedAll: import("vue").Ref<boolean>;
856
+ checkedKeys: import("vue").Ref<(string | number)[]>;
857
+ expandedKeys: import("vue").Ref<(string | number)[]>;
966
858
  treeData: import("vue").Ref<{
967
859
  [x: string]: unknown;
968
860
  key?: import("naive-ui/es/tree/src/interface").Key | undefined;
@@ -973,22 +865,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
973
865
  children?: any[] | undefined;
974
866
  prefix?: (() => import("vue").VNodeChild) | undefined;
975
867
  suffix?: (() => import("vue").VNodeChild) | undefined;
976
- }[], import("naive-ui").TreeOption[] | {
977
- [x: string]: unknown;
978
- key?: import("naive-ui/es/tree/src/interface").Key | undefined;
979
- label?: string | undefined;
980
- checkboxDisabled?: boolean | undefined;
981
- disabled?: boolean | undefined;
982
- isLeaf?: boolean | undefined;
983
- children?: any[] | undefined;
984
- prefix?: (() => import("vue").VNodeChild) | undefined;
985
- suffix?: (() => import("vue").VNodeChild) | undefined;
986
868
  }[]>;
987
- isSearch: import("vue").Ref<boolean, boolean>;
988
- allCheckedTreeKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
989
- curSelectKey: import("vue").Ref<any, any>;
990
- treeDataMiddle: import("vue").Ref<any, any>;
991
- checkedTagsMiddle: import("vue").Ref<any[], any[]>;
869
+ isSearch: import("vue").Ref<boolean>;
870
+ allCheckedTreeKeys: import("vue").Ref<(string | number)[]>;
871
+ curSelectKey: any;
872
+ treeDataMiddle: any;
873
+ checkedTagsMiddle: import("vue").Ref<any[]>;
992
874
  allCheckedKeysMiddle: any;
993
875
  isSearchFilter: import("vue").ComputedRef<boolean>;
994
876
  keyStr: import("vue").ComputedRef<string | number>;
@@ -1003,7 +885,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1003
885
  setDisabled: (data: import("naive-ui").TreeOption) => void;
1004
886
  renderLabel: ({ option }: {
1005
887
  option: import("naive-ui").TreeOption;
1006
- }) => any;
888
+ }) => JSX.Element;
1007
889
  getLabelName: (curProps: any, option: import("naive-ui").TreeOption) => {};
1008
890
  loopTrees: (treeObjs: any) => any;
1009
891
  transformData: (key: string, trees: import("naive-ui").TreeOption[], parentNode: import("naive-ui").TreeOption | null, cb?: any) => import("naive-ui").TreeOption[];
@@ -1023,19 +905,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1023
905
  }) => void;
1024
906
  notifySearchClear: () => void;
1025
907
  getCheckWithLevel: () => any[];
1026
- readonly NButton: any;
1027
- readonly NInput: any;
1028
- readonly NInputGroup: any;
1029
- readonly NCheckbox: any;
1030
- readonly NTree: any;
1031
- readonly NTag: any;
1032
- readonly NIcon: any;
1033
- readonly NSpace: any;
1034
- readonly NGrid: any;
1035
- readonly NGi: any;
1036
- readonly NEmpty: any;
1037
- readonly 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1038
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
908
+ NButton: any;
909
+ NInput: any;
910
+ NInputGroup: any;
911
+ NCheckbox: any;
912
+ NTree: any;
913
+ NTag: any;
914
+ NIcon: any;
915
+ NSpace: any;
916
+ NGrid: any;
917
+ NGi: any;
918
+ NEmpty: any;
919
+ 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<{}>>, {}>;
920
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1039
921
  defaultList: {
1040
922
  type: PropType<((string | number) | {
1041
923
  [key: string]: any;
@@ -1120,7 +1002,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1120
1002
  forceShowSelectAll: {
1121
1003
  type: BooleanConstructor;
1122
1004
  };
1123
- }>> & Readonly<{}>, {
1005
+ }>>, {
1124
1006
  data: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject)[];
1125
1007
  defaultList: ((string | number) | {
1126
1008
  [key: string]: any;
@@ -1152,7 +1034,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1152
1034
  switchTypeData: AnyObject;
1153
1035
  tagProps: AnyObject;
1154
1036
  forceShowSelectAll: boolean;
1155
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any> | import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1037
+ }> | import("vue").DefineComponent<{
1156
1038
  defaultList: {
1157
1039
  type: PropType<((string | number) | {
1158
1040
  [key: string]: any;
@@ -1247,7 +1129,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1247
1129
  onlyForwardCascade: {
1248
1130
  type: BooleanConstructor;
1249
1131
  };
1250
- }>, {
1132
+ }, {
1251
1133
  searchFilterBase: {
1252
1134
  isOpen: boolean;
1253
1135
  multiple: boolean;
@@ -1259,7 +1141,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1259
1141
  label: string;
1260
1142
  }[];
1261
1143
  labelListName: any;
1262
- props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1144
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1263
1145
  defaultList: {
1264
1146
  type: PropType<((string | number) | {
1265
1147
  [key: string]: any;
@@ -1354,12 +1236,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1354
1236
  onlyForwardCascade: {
1355
1237
  type: BooleanConstructor;
1356
1238
  };
1357
- }>> & Readonly<{}> & {}>;
1239
+ }>> & {}>>;
1358
1240
  emit: any;
1359
- keyword: import("vue").Ref<string, string>;
1360
- checkedAll: import("vue").Ref<boolean, boolean>;
1361
- checkedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
1362
- expandedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
1241
+ keyword: import("vue").Ref<string>;
1242
+ checkedAll: import("vue").Ref<boolean>;
1243
+ checkedKeys: import("vue").Ref<(string | number)[]>;
1244
+ expandedKeys: import("vue").Ref<(string | number)[]>;
1363
1245
  treeData: import("vue").Ref<{
1364
1246
  [x: string]: unknown;
1365
1247
  key?: import("naive-ui/es/tree/src/interface").Key | undefined;
@@ -1370,43 +1252,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1370
1252
  children?: any[] | undefined;
1371
1253
  prefix?: (() => import("vue").VNodeChild) | undefined;
1372
1254
  suffix?: (() => import("vue").VNodeChild) | undefined;
1373
- }[], import("naive-ui").TreeOption[] | {
1374
- [x: string]: unknown;
1375
- key?: import("naive-ui/es/tree/src/interface").Key | undefined;
1376
- label?: string | undefined;
1377
- checkboxDisabled?: boolean | undefined;
1378
- disabled?: boolean | undefined;
1379
- isLeaf?: boolean | undefined;
1380
- children?: any[] | undefined;
1381
- prefix?: (() => import("vue").VNodeChild) | undefined;
1382
- suffix?: (() => import("vue").VNodeChild) | undefined;
1383
1255
  }[]>;
1384
1256
  tagData: import("vue").Ref<{
1385
1257
  [x: string]: any;
1386
1258
  key: string | number;
1387
- }[], {
1388
- [key: string]: any;
1389
- key: string | number;
1390
- }[] | {
1391
- [x: string]: any;
1392
- key: string | number;
1393
1259
  }[]>;
1394
1260
  initTagData: import("vue").Ref<{
1395
1261
  [x: string]: any;
1396
1262
  key: string | number;
1397
- }[], {
1398
- [key: string]: any;
1399
- key: string | number;
1400
- }[] | {
1401
- [x: string]: any;
1402
- key: string | number;
1403
1263
  }[]>;
1404
- isSearch: import("vue").Ref<boolean, boolean>;
1405
- allCheckedTreeKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
1264
+ isSearch: import("vue").Ref<boolean>;
1265
+ allCheckedTreeKeys: import("vue").Ref<(string | number)[]>;
1406
1266
  isRemote: import("vue").ComputedRef<boolean>;
1407
1267
  checkStrategyResult: import("vue").ComputedRef<any>;
1408
1268
  isSearchFilter: import("vue").ComputedRef<boolean>;
1409
- curSelectKey: import("vue").Ref<string, string>;
1269
+ curSelectKey: import("vue").Ref<string>;
1410
1270
  mergeSearchFilter: import("vue").ComputedRef<{
1411
1271
  isOpen: boolean;
1412
1272
  multiple: boolean;
@@ -1440,7 +1300,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1440
1300
  setDisabled: (data: import("naive-ui").TreeOption) => void;
1441
1301
  renderLabel: ({ option }: {
1442
1302
  option: import("naive-ui").TreeOption;
1443
- }) => any;
1303
+ }) => JSX.Element;
1444
1304
  getLabelName: (option: import("naive-ui").TreeOption) => {};
1445
1305
  transformData: (trees: import("naive-ui").TreeOption[]) => import("naive-ui").TreeOption[];
1446
1306
  calculateRootItems: (trees: import("naive-ui").TreeOption[], items: import("naive-ui").TreeOption[]) => import("naive-ui").TreeOption[];
@@ -1475,19 +1335,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1475
1335
  notifySearchClear: () => void;
1476
1336
  getCheckWithLevel: () => any;
1477
1337
  resetParams: () => void;
1478
- readonly NButton: any;
1479
- readonly NInput: any;
1480
- readonly NInputGroup: any;
1481
- readonly NCheckbox: any;
1482
- readonly NTree: any;
1483
- readonly NTag: any;
1484
- readonly NIcon: any;
1485
- readonly NSpace: any;
1486
- readonly NGrid: any;
1487
- readonly NGi: any;
1488
- readonly NEmpty: any;
1489
- readonly 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1490
- SearchMultiple: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1338
+ NButton: any;
1339
+ NInput: any;
1340
+ NInputGroup: any;
1341
+ NCheckbox: any;
1342
+ NTree: any;
1343
+ NTag: any;
1344
+ NIcon: any;
1345
+ NSpace: any;
1346
+ NGrid: any;
1347
+ NGi: any;
1348
+ NEmpty: any;
1349
+ 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<{}>>, {}>;
1350
+ SearchMultiple: import("vue").DefineComponent<{
1491
1351
  treeData: {
1492
1352
  type: PropType<any[]>;
1493
1353
  default: () => never[];
@@ -1496,8 +1356,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1496
1356
  type: PropType<(string | number)[]>;
1497
1357
  default: () => never[];
1498
1358
  };
1499
- }>, {
1500
- props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1359
+ }, {
1360
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1501
1361
  treeData: {
1502
1362
  type: PropType<any[]>;
1503
1363
  default: () => never[];
@@ -1506,14 +1366,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1506
1366
  type: PropType<(string | number)[]>;
1507
1367
  default: () => never[];
1508
1368
  };
1509
- }>> & Readonly<{
1369
+ }>> & {
1510
1370
  onNotifyCheck?: ((...args: any[]) => any) | undefined;
1511
- }> & {}>;
1371
+ }>>;
1512
1372
  emit: (event: "notifyCheck", ...args: any[]) => void;
1513
1373
  optionsRef: import("vue").ComputedRef<any[]>;
1514
- list: import("vue").Ref<import("@vueuse/core").UseVirtualListItem<any>[], import("@vueuse/core").UseVirtualListItem<any>[]>;
1374
+ list: import("vue").Ref<import("@vueuse/core").UseVirtualListItem<any>[]>;
1515
1375
  containerProps: {
1516
- ref: import("vue").Ref<any, any>;
1376
+ ref: import("vue").Ref<any>;
1517
1377
  onScroll: () => void;
1518
1378
  style: Partial<CSSStyleDeclaration>;
1519
1379
  };
@@ -1525,8 +1385,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1525
1385
  };
1526
1386
  }>;
1527
1387
  containerStyleWithHeight: import("vue").ComputedRef<import("vue").CSSProperties>;
1528
- searchCheckKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
1529
- showSelectKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
1388
+ searchCheckKeys: import("vue").Ref<(string | number)[]>;
1389
+ showSelectKeys: import("vue").Ref<(string | number)[]>;
1530
1390
  checkedChange: (checkList: (string | number)[], meta: {
1531
1391
  actionType: "check" | "uncheck";
1532
1392
  value: string | number;
@@ -1561,9 +1421,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1561
1421
  children: any[];
1562
1422
  parentNode: any;
1563
1423
  }, baseKey: string | number) => false | undefined;
1564
- readonly NCheckboxGroup: any;
1565
- readonly NCheckbox: any;
1566
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "notifyCheck"[], "notifyCheck", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1424
+ ref: typeof ref;
1425
+ NCheckboxGroup: any;
1426
+ NCheckbox: any;
1427
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "notifyCheck"[], "notifyCheck", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1567
1428
  treeData: {
1568
1429
  type: PropType<any[]>;
1569
1430
  default: () => never[];
@@ -1572,13 +1433,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1572
1433
  type: PropType<(string | number)[]>;
1573
1434
  default: () => never[];
1574
1435
  };
1575
- }>> & Readonly<{
1436
+ }>> & {
1576
1437
  onNotifyCheck?: ((...args: any[]) => any) | undefined;
1577
- }>, {
1578
- checkedKeys: (string | number)[];
1438
+ }, {
1579
1439
  treeData: any[];
1580
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1581
- SearchOrgAndStaff: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1440
+ checkedKeys: (string | number)[];
1441
+ }>;
1442
+ SearchOrgAndStaff: import("vue").DefineComponent<{
1582
1443
  treeData: {
1583
1444
  type: PropType<any[]>;
1584
1445
  default: () => never[];
@@ -1595,10 +1456,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1595
1456
  type: BooleanConstructor;
1596
1457
  default: boolean;
1597
1458
  };
1598
- }>, {
1599
- $message: import("naive-ui/es/message").MessageApi;
1459
+ }, {
1460
+ $message: import("naive-ui").MessageApi;
1600
1461
  virtualItemHeight: number;
1601
- props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1462
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1602
1463
  treeData: {
1603
1464
  type: PropType<any[]>;
1604
1465
  default: () => never[];
@@ -1615,17 +1476,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1615
1476
  type: BooleanConstructor;
1616
1477
  default: boolean;
1617
1478
  };
1618
- }>> & Readonly<{
1479
+ }>> & {
1619
1480
  onNotifyCheck?: ((...args: any[]) => any) | undefined;
1620
1481
  onNotifyClear?: ((...args: any[]) => any) | undefined;
1621
- }> & {}>;
1482
+ }>>;
1622
1483
  emit: (event: "notifyCheck" | "notifyClear", ...args: any[]) => void;
1623
1484
  moduleHeight: import("vue").ComputedRef<any>;
1624
1485
  showNums: import("vue").ComputedRef<number>;
1625
1486
  staffDataRef: import("vue").ComputedRef<any[]>;
1626
- staffList: import("vue").Ref<import("@vueuse/core").UseVirtualListItem<any>[], import("@vueuse/core").UseVirtualListItem<any>[]>;
1487
+ staffList: import("vue").Ref<import("@vueuse/core").UseVirtualListItem<any>[]>;
1627
1488
  staffContainerProps: {
1628
- ref: import("vue").Ref<any, any>;
1489
+ ref: import("vue").Ref<any>;
1629
1490
  onScroll: () => void;
1630
1491
  style: Partial<CSSStyleDeclaration>;
1631
1492
  };
@@ -1638,9 +1499,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1638
1499
  }>;
1639
1500
  staffContainerStyleWithHeight: import("vue").ComputedRef<import("vue").CSSProperties>;
1640
1501
  orgDataRef: import("vue").ComputedRef<any[]>;
1641
- orgList: import("vue").Ref<import("@vueuse/core").UseVirtualListItem<any>[], import("@vueuse/core").UseVirtualListItem<any>[]>;
1502
+ orgList: import("vue").Ref<import("@vueuse/core").UseVirtualListItem<any>[]>;
1642
1503
  orgContainerProps: {
1643
- ref: import("vue").Ref<any, any>;
1504
+ ref: import("vue").Ref<any>;
1644
1505
  onScroll: () => void;
1645
1506
  style: Partial<CSSStyleDeclaration>;
1646
1507
  };
@@ -1652,8 +1513,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1652
1513
  };
1653
1514
  }>;
1654
1515
  orgContainerStyleWithHeight: import("vue").ComputedRef<import("vue").CSSProperties>;
1655
- searchCheckKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
1656
- showSelectKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
1516
+ searchCheckKeys: import("vue").Ref<(string | number)[]>;
1517
+ showSelectKeys: import("vue").Ref<(string | number)[]>;
1657
1518
  handleClick: (tree: any) => void;
1658
1519
  handleStaffClick: (baseKeys: (string | number)[], currentTree: {
1659
1520
  [key: string]: any;
@@ -1685,8 +1546,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1685
1546
  children: any[];
1686
1547
  parentNode: any;
1687
1548
  }, baseKey: string | number) => false | undefined;
1688
- readonly NEmpty: any;
1689
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("notifyCheck" | "notifyClear")[], "notifyCheck" | "notifyClear", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1549
+ ref: typeof ref;
1550
+ NEmpty: any;
1551
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("notifyCheck" | "notifyClear")[], "notifyCheck" | "notifyClear", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1690
1552
  treeData: {
1691
1553
  type: PropType<any[]>;
1692
1554
  default: () => never[];
@@ -1703,16 +1565,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1703
1565
  type: BooleanConstructor;
1704
1566
  default: boolean;
1705
1567
  };
1706
- }>> & Readonly<{
1568
+ }>> & {
1707
1569
  onNotifyCheck?: ((...args: any[]) => any) | undefined;
1708
1570
  onNotifyClear?: ((...args: any[]) => any) | undefined;
1709
- }>, {
1571
+ }, {
1710
1572
  searchFilter: Record<string, any>;
1711
- checkedKeys: (string | number)[];
1712
1573
  treeData: any[];
1574
+ checkedKeys: (string | number)[];
1713
1575
  isMultiple: boolean;
1714
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1715
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1576
+ }>;
1577
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1716
1578
  defaultList: {
1717
1579
  type: PropType<((string | number) | {
1718
1580
  [key: string]: any;
@@ -1807,7 +1669,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1807
1669
  onlyForwardCascade: {
1808
1670
  type: BooleanConstructor;
1809
1671
  };
1810
- }>> & Readonly<{}>, {
1672
+ }>>, {
1811
1673
  data: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject)[];
1812
1674
  defaultList: ((string | number) | {
1813
1675
  [key: string]: any;
@@ -1840,7 +1702,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1840
1702
  roleFields: Record<string, any>;
1841
1703
  forceShowSelectAll: boolean;
1842
1704
  onlyForwardCascade: boolean;
1843
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any> | import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1705
+ }> | import("vue").DefineComponent<{
1844
1706
  defaultList: {
1845
1707
  type: PropType<((string | number) | {
1846
1708
  [key: string]: any;
@@ -1924,9 +1786,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1924
1786
  type: BooleanConstructor;
1925
1787
  default: boolean;
1926
1788
  };
1927
- }>, {
1928
- $message: import("naive-ui/es/message").MessageApi;
1929
- props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1789
+ }, {
1790
+ $message: import("naive-ui").MessageApi;
1791
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1930
1792
  defaultList: {
1931
1793
  type: PropType<((string | number) | {
1932
1794
  [key: string]: any;
@@ -2010,13 +1872,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2010
1872
  type: BooleanConstructor;
2011
1873
  default: boolean;
2012
1874
  };
2013
- }>> & Readonly<{}> & {}>;
1875
+ }>> & {}>>;
2014
1876
  emit: any;
2015
- keyword: import("vue").Ref<string, string>;
2016
- checkedAll: import("vue").Ref<boolean, boolean>;
2017
- checkedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
2018
- expandedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
2019
- treeData: import("vue").ShallowRef<import("../../select-person/src/types").PTreeOption[], import("../../select-person/src/types").PTreeOption[]>;
1877
+ keyword: import("vue").Ref<string>;
1878
+ checkedAll: import("vue").Ref<boolean>;
1879
+ checkedKeys: import("vue").Ref<(string | number)[]>;
1880
+ expandedKeys: import("vue").Ref<(string | number)[]>;
1881
+ treeData: import("vue").ShallowRef<import("../../select-person/src/types").PTreeOption[]>;
2020
1882
  treeAsyncData: import("vue").Ref<{
2021
1883
  [x: string]: any;
2022
1884
  key: string | number;
@@ -2051,52 +1913,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2051
1913
  };
2052
1914
  disabled?: boolean | undefined;
2053
1915
  count?: number | undefined;
2054
- }[], import("../../select-person/src/types").PTreeOption[] | {
2055
- [x: string]: any;
2056
- key: string | number;
2057
- label: string;
2058
- name: string;
2059
- labelExpand: string;
2060
- parentKey?: (string | number) | undefined;
2061
- parentName: string;
2062
- innerItemsNum: number;
2063
- children: any[] | undefined;
2064
- leaf: boolean;
2065
- originItem: {
2066
- [x: string]: any;
2067
- key?: import("naive-ui/es/tree/src/interface").Key | undefined;
2068
- label?: string | undefined;
2069
- checkboxDisabled?: boolean | undefined;
2070
- disabled?: boolean | undefined;
2071
- isLeaf?: boolean | undefined;
2072
- children?: {
2073
- [x: string]: unknown;
2074
- key?: import("naive-ui/es/tree/src/interface").Key | undefined;
2075
- label?: string | undefined;
2076
- checkboxDisabled?: boolean | undefined;
2077
- disabled?: boolean | undefined;
2078
- isLeaf?: boolean | undefined;
2079
- children?: any[] | undefined;
2080
- prefix?: (() => import("vue").VNodeChild) | undefined;
2081
- suffix?: (() => import("vue").VNodeChild) | undefined;
2082
- }[] | undefined;
2083
- prefix?: (() => import("vue").VNodeChild) | undefined;
2084
- suffix?: (() => import("vue").VNodeChild) | undefined;
2085
- };
2086
- disabled?: boolean | undefined;
2087
- count?: number | undefined;
2088
1916
  }[]>;
2089
- searchTreeData: import("vue").ShallowRef<import("../../select-person/src/types").PTreeOption[], import("../../select-person/src/types").PTreeOption[]>;
1917
+ searchTreeData: import("vue").ShallowRef<import("../../select-person/src/types").PTreeOption[]>;
2090
1918
  searchData: import("vue").ShallowRef<{
2091
1919
  title: string;
2092
1920
  data: import("../../select-person/src/types").PTreeOption[];
2093
- }[], {
2094
- title: string;
2095
- data: import("../../select-person/src/types").PTreeOption[];
2096
1921
  }[]>;
2097
1922
  treeMap: Map<string | number, import("../../select-person/src/types").PTreeOption>;
2098
- isSearch: import("vue").Ref<boolean, boolean>;
2099
- remoteDefaultList: import("vue").Ref<AnyObject[], AnyObject[]>;
1923
+ isSearch: import("vue").Ref<boolean>;
1924
+ remoteDefaultList: import("vue").Ref<AnyObject[]>;
2100
1925
  isRemote: import("vue").ComputedRef<boolean>;
2101
1926
  checkStrategyResult: import("vue").ComputedRef<any>;
2102
1927
  isSearchFilter: import("vue").ComputedRef<boolean>;
@@ -2142,7 +1967,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2142
1967
  queryLoadChildNode: (node: import("../../select-person/src/types").PTreeOption) => Promise<AnyObject>;
2143
1968
  renderLabel: ({ option }: {
2144
1969
  option: import("naive-ui").TreeOption;
2145
- }) => any;
1970
+ }) => JSX.Element;
2146
1971
  getChildren: (tag: import("../../select-person/src/types").PTreeOption) => AnyObject[];
2147
1972
  transformData: (trees: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject)[], parentNode: import("../../select-person/src/types").PTreeOption | null, visitor?: Partial<Record<"enter" | "leave", (node: import("../../select-person/src/types").PTreeOption) => unknown>> | undefined) => {
2148
1973
  treeItems: import("../../select-person/src/types").PTreeOption[];
@@ -2178,16 +2003,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2178
2003
  count?: number | undefined;
2179
2004
  }[];
2180
2005
  resetParams: () => void;
2181
- readonly NButton: any;
2182
- readonly NInput: any;
2183
- readonly NInputGroup: any;
2184
- readonly NCheckbox: any;
2185
- readonly NTree: any;
2186
- readonly NSpace: any;
2187
- readonly NGrid: any;
2188
- readonly NGi: any;
2189
- readonly NPopover: any;
2190
- SearchGroupList: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2006
+ NButton: any;
2007
+ NInput: any;
2008
+ NInputGroup: any;
2009
+ NCheckbox: any;
2010
+ NTree: any;
2011
+ NSpace: any;
2012
+ NGrid: any;
2013
+ NGi: any;
2014
+ NPopover: any;
2015
+ SearchGroupList: import("vue").DefineComponent<{
2191
2016
  data: {
2192
2017
  type: PropType<{
2193
2018
  title: string;
@@ -2212,9 +2037,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2212
2037
  type: StringConstructor;
2213
2038
  default: string;
2214
2039
  };
2215
- }>, {
2040
+ }, {
2216
2041
  emit: (event: "checked", ...args: any[]) => void;
2217
- props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2042
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2218
2043
  data: {
2219
2044
  type: PropType<{
2220
2045
  title: string;
@@ -2239,9 +2064,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2239
2064
  type: StringConstructor;
2240
2065
  default: string;
2241
2066
  };
2242
- }>> & Readonly<{
2067
+ }>> & {
2243
2068
  onChecked?: ((...args: any[]) => any) | undefined;
2244
- }> & {}>;
2069
+ }>>;
2245
2070
  renderData: import("vue").ComputedRef<{
2246
2071
  title: string;
2247
2072
  data: {
@@ -2253,10 +2078,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2253
2078
  }[]>;
2254
2079
  handleClick: (item: AnyObject) => void;
2255
2080
  handleChange: (item: AnyObject, checked: boolean) => void;
2256
- readonly NVirtualList: any;
2257
- readonly NCheckbox: any;
2258
- readonly NPopover: any;
2259
- readonly CDefaultPage: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2081
+ NVirtualList: any;
2082
+ NCheckbox: any;
2083
+ NPopover: any;
2084
+ CDefaultPage: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
2260
2085
  type: {
2261
2086
  type: StringConstructor;
2262
2087
  default: string;
@@ -2268,8 +2093,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2268
2093
  content: string;
2269
2094
  };
2270
2095
  };
2271
- }>, {
2272
- props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2096
+ }, {
2097
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2273
2098
  type: {
2274
2099
  type: StringConstructor;
2275
2100
  default: string;
@@ -2281,9 +2106,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2281
2106
  content: string;
2282
2107
  };
2283
2108
  };
2284
- }>> & Readonly<{
2109
+ }>> & {
2285
2110
  onReloadPage?: ((...args: any[]) => any) | undefined;
2286
- }> & {}>;
2111
+ }>>;
2287
2112
  emit: (event: "reloadPage", ...args: any[]) => void;
2288
2113
  configResult: import("vue").ComputedRef<{
2289
2114
  title: string;
@@ -2291,9 +2116,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2291
2116
  img: string;
2292
2117
  }>;
2293
2118
  reloadPage: () => void;
2294
- readonly NIcon: any;
2295
- readonly 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2296
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "reloadPage"[], "reloadPage", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2119
+ NIcon: any;
2120
+ 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<{}>>, {}>;
2121
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "reloadPage"[], "reloadPage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2297
2122
  type: {
2298
2123
  type: StringConstructor;
2299
2124
  default: string;
@@ -2305,29 +2130,29 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2305
2130
  content: string;
2306
2131
  };
2307
2132
  };
2308
- }>> & Readonly<{
2133
+ }>> & {
2309
2134
  onReloadPage?: ((...args: any[]) => any) | undefined;
2310
- }>, {
2135
+ }, {
2311
2136
  type: string;
2312
2137
  config: AnyObject;
2313
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
2314
- GroupItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2138
+ }>>;
2139
+ GroupItem: import("vue").DefineComponent<{
2315
2140
  item: {
2316
2141
  type: PropType<AnyObject>;
2317
2142
  required: true;
2318
2143
  };
2319
- }>, {
2144
+ }, {
2320
2145
  emit: (event: "checked", ...args: any[]) => void;
2321
2146
  handleClick: (item: AnyObject) => void;
2322
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "checked"[], "checked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2147
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "checked"[], "checked", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2323
2148
  item: {
2324
2149
  type: PropType<AnyObject>;
2325
2150
  required: true;
2326
2151
  };
2327
- }>> & Readonly<{
2152
+ }>> & {
2328
2153
  onChecked?: ((...args: any[]) => any) | undefined;
2329
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2330
- TagItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2154
+ }, {}>;
2155
+ TagItem: import("vue").DefineComponent<{
2331
2156
  tag: {
2332
2157
  type: PropType<AnyObject>;
2333
2158
  required: true;
@@ -2336,8 +2161,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2336
2161
  type: BooleanConstructor;
2337
2162
  default: boolean;
2338
2163
  };
2339
- }>, {
2340
- props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2164
+ }, {
2165
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2341
2166
  tag: {
2342
2167
  type: PropType<AnyObject>;
2343
2168
  required: true;
@@ -2346,14 +2171,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2346
2171
  type: BooleanConstructor;
2347
2172
  default: boolean;
2348
2173
  };
2349
- }>> & Readonly<{
2174
+ }>> & {
2350
2175
  onUnchecked?: ((...args: any[]) => any) | undefined;
2351
- }> & {}>;
2176
+ }>>;
2352
2177
  emit: (event: "unchecked", ...args: any[]) => void;
2353
2178
  updateChecked: (key: string, checked: boolean) => void;
2354
- readonly NIcon: any;
2355
- readonly 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2356
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "unchecked"[], "unchecked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2179
+ NIcon: any;
2180
+ 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<{}>>, {}>;
2181
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "unchecked"[], "unchecked", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2357
2182
  tag: {
2358
2183
  type: PropType<AnyObject>;
2359
2184
  required: true;
@@ -2362,12 +2187,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2362
2187
  type: BooleanConstructor;
2363
2188
  default: boolean;
2364
2189
  };
2365
- }>> & Readonly<{
2190
+ }>> & {
2366
2191
  onUnchecked?: ((...args: any[]) => any) | undefined;
2367
- }>, {
2192
+ }, {
2368
2193
  showClose: boolean;
2369
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2370
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "checked"[], "checked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2194
+ }>;
2195
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "checked"[], "checked", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2371
2196
  data: {
2372
2197
  type: PropType<{
2373
2198
  title: string;
@@ -2392,13 +2217,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2392
2217
  type: StringConstructor;
2393
2218
  default: string;
2394
2219
  };
2395
- }>> & Readonly<{
2220
+ }>> & {
2396
2221
  onChecked?: ((...args: any[]) => any) | undefined;
2397
- }>, {
2222
+ }, {
2398
2223
  type: string;
2399
2224
  showTagHover: boolean;
2400
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2401
- TagItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2225
+ }>;
2226
+ TagItem: import("vue").DefineComponent<{
2402
2227
  tag: {
2403
2228
  type: PropType<AnyObject>;
2404
2229
  required: true;
@@ -2407,8 +2232,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2407
2232
  type: BooleanConstructor;
2408
2233
  default: boolean;
2409
2234
  };
2410
- }>, {
2411
- props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2235
+ }, {
2236
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2412
2237
  tag: {
2413
2238
  type: PropType<AnyObject>;
2414
2239
  required: true;
@@ -2417,14 +2242,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2417
2242
  type: BooleanConstructor;
2418
2243
  default: boolean;
2419
2244
  };
2420
- }>> & Readonly<{
2245
+ }>> & {
2421
2246
  onUnchecked?: ((...args: any[]) => any) | undefined;
2422
- }> & {}>;
2247
+ }>>;
2423
2248
  emit: (event: "unchecked", ...args: any[]) => void;
2424
2249
  updateChecked: (key: string, checked: boolean) => void;
2425
- readonly NIcon: any;
2426
- readonly 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2427
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "unchecked"[], "unchecked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2250
+ NIcon: any;
2251
+ 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<{}>>, {}>;
2252
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "unchecked"[], "unchecked", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2428
2253
  tag: {
2429
2254
  type: PropType<AnyObject>;
2430
2255
  required: true;
@@ -2433,12 +2258,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2433
2258
  type: BooleanConstructor;
2434
2259
  default: boolean;
2435
2260
  };
2436
- }>> & Readonly<{
2261
+ }>> & {
2437
2262
  onUnchecked?: ((...args: any[]) => any) | undefined;
2438
- }>, {
2263
+ }, {
2439
2264
  showClose: boolean;
2440
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2441
- readonly CDefaultPage: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2265
+ }>;
2266
+ CDefaultPage: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
2442
2267
  type: {
2443
2268
  type: StringConstructor;
2444
2269
  default: string;
@@ -2450,8 +2275,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2450
2275
  content: string;
2451
2276
  };
2452
2277
  };
2453
- }>, {
2454
- props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2278
+ }, {
2279
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2455
2280
  type: {
2456
2281
  type: StringConstructor;
2457
2282
  default: string;
@@ -2463,9 +2288,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2463
2288
  content: string;
2464
2289
  };
2465
2290
  };
2466
- }>> & Readonly<{
2291
+ }>> & {
2467
2292
  onReloadPage?: ((...args: any[]) => any) | undefined;
2468
- }> & {}>;
2293
+ }>>;
2469
2294
  emit: (event: "reloadPage", ...args: any[]) => void;
2470
2295
  configResult: import("vue").ComputedRef<{
2471
2296
  title: string;
@@ -2473,9 +2298,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2473
2298
  img: string;
2474
2299
  }>;
2475
2300
  reloadPage: () => void;
2476
- readonly NIcon: any;
2477
- readonly 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2478
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "reloadPage"[], "reloadPage", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2301
+ NIcon: any;
2302
+ 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<{}>>, {}>;
2303
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "reloadPage"[], "reloadPage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2479
2304
  type: {
2480
2305
  type: StringConstructor;
2481
2306
  default: string;
@@ -2487,13 +2312,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2487
2312
  content: string;
2488
2313
  };
2489
2314
  };
2490
- }>> & Readonly<{
2315
+ }>> & {
2491
2316
  onReloadPage?: ((...args: any[]) => any) | undefined;
2492
- }>, {
2317
+ }, {
2493
2318
  type: string;
2494
2319
  config: AnyObject;
2495
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
2496
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2320
+ }>>;
2321
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2497
2322
  defaultList: {
2498
2323
  type: PropType<((string | number) | {
2499
2324
  [key: string]: any;
@@ -2577,7 +2402,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2577
2402
  type: BooleanConstructor;
2578
2403
  default: boolean;
2579
2404
  };
2580
- }>> & Readonly<{}>, {
2405
+ }>>, {
2581
2406
  data: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject)[];
2582
2407
  defaultList: ((string | number) | {
2583
2408
  [key: string]: any;
@@ -2600,8 +2425,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2600
2425
  hideLeaf: boolean;
2601
2426
  itemKey: (node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject) => string | number;
2602
2427
  showTagHover: boolean;
2603
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
2604
- getProps: import("vue").ComputedRef<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2428
+ }>>;
2429
+ getProps: import("vue").ComputedRef<Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2605
2430
  defaultList: {
2606
2431
  type: PropType<((string | number) | {
2607
2432
  [key: string]: any;
@@ -2724,15 +2549,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2724
2549
  type: BooleanConstructor;
2725
2550
  default: boolean;
2726
2551
  };
2727
- }>> & Readonly<{
2552
+ }>> & {
2728
2553
  onCheck?: ((...args: any[]) => any) | undefined;
2729
2554
  onCheckWithLevel?: ((...args: any[]) => any) | undefined;
2730
- }> & {}> & {
2555
+ }>> & {
2731
2556
  [x: string]: unknown;
2732
2557
  }>;
2733
2558
  emits: (event: "check" | "checkWithLevel", ...args: any[]) => void;
2734
2559
  getCheckWithLevel: (strategy?: import("../../select-person/src/types").Strategy | undefined, hideLeaf?: boolean | undefined) => any;
2735
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("check" | "checkWithLevel")[], "check" | "checkWithLevel", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2560
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("check" | "checkWithLevel")[], "check" | "checkWithLevel", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2736
2561
  defaultList: {
2737
2562
  type: PropType<((string | number) | {
2738
2563
  [key: string]: any;
@@ -2855,10 +2680,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2855
2680
  type: BooleanConstructor;
2856
2681
  default: boolean;
2857
2682
  };
2858
- }>> & Readonly<{
2683
+ }>> & {
2859
2684
  onCheck?: ((...args: any[]) => any) | undefined;
2860
2685
  onCheckWithLevel?: ((...args: any[]) => any) | undefined;
2861
- }>, {
2686
+ }, {
2862
2687
  data: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject)[];
2863
2688
  height: string;
2864
2689
  defaultList: ((string | number) | {
@@ -2898,8 +2723,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2898
2723
  hideLeaf: boolean;
2899
2724
  itemKey: (node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject) => string | number;
2900
2725
  showTagHover: boolean;
2901
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
2902
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("check" | "changeModalVisible")[], "check" | "changeModalVisible", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2726
+ }>>;
2727
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("check" | "changeModalVisible")[], "check" | "changeModalVisible", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2903
2728
  visible: {
2904
2729
  type: BooleanConstructor;
2905
2730
  default: boolean;
@@ -2912,15 +2737,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2912
2737
  type: PropType<AnyObject[]>;
2913
2738
  default: () => never[];
2914
2739
  };
2915
- }>> & Readonly<{
2740
+ }>> & {
2916
2741
  onCheck?: ((...args: any[]) => any) | undefined;
2917
2742
  onChangeModalVisible?: ((...args: any[]) => any) | undefined;
2918
- }>, {
2743
+ }, {
2919
2744
  visible: boolean;
2920
2745
  defaultList: string[];
2921
2746
  treeData: AnyObject[];
2922
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2923
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "checkPerson"[], "checkPerson", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2747
+ }>;
2748
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "checkPerson"[], "checkPerson", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2924
2749
  defaultValue: {
2925
2750
  type: (ArrayConstructor | StringConstructor)[];
2926
2751
  };
@@ -2928,12 +2753,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2928
2753
  type: StringConstructor;
2929
2754
  default: string;
2930
2755
  };
2931
- }>> & Readonly<{
2756
+ }>> & {
2932
2757
  onCheckPerson?: ((...args: any[]) => any) | undefined;
2933
- }>, {
2758
+ }, {
2934
2759
  orgId: string;
2935
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2936
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "cancelModal"[], "cancelModal", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2760
+ }>;
2761
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "cancelModal"[], "cancelModal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2937
2762
  visible: {
2938
2763
  type: BooleanConstructor;
2939
2764
  default: boolean;
@@ -2962,9 +2787,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2962
2787
  type: ArrayConstructor;
2963
2788
  default: () => never[];
2964
2789
  };
2965
- }>> & Readonly<{
2790
+ }>> & {
2966
2791
  onCancelModal?: ((...args: any[]) => any) | undefined;
2967
- }>, {
2792
+ }, {
2968
2793
  id: string;
2969
2794
  visible: boolean;
2970
2795
  searchFieldList: unknown[];
@@ -2972,8 +2797,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2972
2797
  orgId: string;
2973
2798
  formOntype: string;
2974
2799
  formItemData: Record<string, any>;
2975
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2976
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "closeModal"[], "closeModal", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2800
+ }>;
2801
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "closeModal"[], "closeModal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2977
2802
  id: {
2978
2803
  type: StringConstructor;
2979
2804
  default: string;
@@ -2989,11 +2814,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2989
2814
  type: StringConstructor;
2990
2815
  default: string;
2991
2816
  };
2992
- }>> & Readonly<{
2817
+ }>> & {
2993
2818
  onCloseModal?: ((...args: any[]) => any) | undefined;
2994
- }>, {
2819
+ }, {
2995
2820
  id: string;
2996
2821
  tableData: IExpandFieldItemType[];
2997
2822
  orgId: string;
2998
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2823
+ }>;
2999
2824
  export default _default;