cnhis-design-vue 3.4.0-beta.8 → 3.4.0-release.3

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 (602) 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 +54 -52
  5. package/es/components/audio-sdk/src/Index.vue.d.ts +54 -52
  6. package/es/components/audio-sdk/src/Index.vue2.js +8 -7
  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 +5 -6
  11. package/es/components/audio-sdk/src/components/recording-modal.vue.d.ts +49 -47
  12. package/es/components/audio-sdk/src/components/recording.vue.d.ts +41 -39
  13. package/es/components/audio-sdk/src/components/recording.vue2.js +36 -41
  14. package/es/components/audio-sdk/src/hooks/useChartAudioContext.d.ts +5 -5
  15. package/es/components/audio-sdk/src/svgs/Close.vue.js +6 -8
  16. package/es/components/audio-sdk/src/svgs/Continue.vue.js +3 -5
  17. package/es/components/audio-sdk/src/svgs/Enlarge.vue.js +3 -5
  18. package/es/components/audio-sdk/src/svgs/Pause.vue.js +3 -5
  19. package/es/components/audio-sdk/src/svgs/WaveView.vue.js +3 -5
  20. package/es/components/audio-sdk/src/svgs/Zoom.vue.js +6 -8
  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 +61 -19
  24. package/es/components/base-search/src/index.vue.d.ts +61 -19
  25. package/es/components/base-search/src/index.vue2.js +30 -31
  26. package/es/components/big-table/index.d.ts +67 -43
  27. package/es/components/big-table/src/BigTable.vue.d.ts +67 -43
  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 +7 -5
  32. package/es/components/big-table/src/components/edit-form/edit-input.d.ts +8 -5
  33. package/es/components/big-table/src/components/edit-form/edit-select-table.d.ts +12 -5
  34. package/es/components/big-table/src/components/edit-form/edit-select.d.ts +7 -5
  35. package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +47 -23
  36. package/es/components/big-table/src/components/edit-form/edit-separate.vue2.js +2 -1
  37. package/es/components/big-table/src/components/edit-form/edit-time.d.ts +7 -5
  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 +4 -3
  41. package/es/components/big-table/src/components/separate.vue.d.ts +31 -7
  42. package/es/components/big-table/src/components/separate.vue2.js +3 -4
  43. package/es/components/big-table/src/hooks/useAnnotation.d.ts +1 -1
  44. package/es/components/big-table/src/hooks/useEdit.d.ts +84 -48
  45. package/es/components/big-table/src/hooks/useSeparateRow.d.ts +50 -2
  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 +8 -10
  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 +72 -49
  53. package/es/components/branch-notice/src/BranchNotice.vue.d.ts +70 -47
  54. package/es/components/branch-notice/src/BranchNotice.vue2.js +6 -5
  55. package/es/components/branch-notice/src/components/NoticeItem.vue.d.ts +57 -34
  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 +1 -2
  59. package/es/components/branch-notice/src/components/NoticeOperationList.vue.d.ts +9 -9
  60. package/es/components/button-print/index.d.ts +201 -141
  61. package/es/components/button-print/src/ButtonPrint.vue.d.ts +201 -141
  62. package/es/components/button-print/src/ButtonPrint.vue2.js +8 -7
  63. package/es/components/button-print/src/components/EditFormat.vue.d.ts +48 -18
  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 +72 -43
  66. package/es/components/button-print/src/components/IdentityVerification.vue2.js +12 -11
  67. package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +101 -71
  68. package/es/components/button-print/src/components/NewPrintComponent.vue2.js +75 -72
  69. package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +88 -58
  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 +3 -2
  73. package/es/components/button-print/src/utils/print.d.ts +1 -0
  74. package/es/components/button-print/src/utils/print.js +9 -6
  75. package/es/components/calendar/index.d.ts +32 -277
  76. package/es/components/calendar/src/Calendar.vue.d.ts +31 -276
  77. package/es/components/calendar/src/Calendar.vue2.js +5 -4
  78. package/es/components/callback/index.d.ts +11 -11
  79. package/es/components/callback/src/components/dialog/drawer.vue.d.ts +20 -21
  80. package/es/components/callback/src/components/dialog/drawer.vue2.js +2 -1
  81. package/es/components/callback/src/components/dialog/modal.vue.d.ts +22 -22
  82. package/es/components/callback/src/components/dialog/modal.vue2.js +2 -1
  83. package/es/components/callback/src/components/popup/index.vue.d.ts +6 -6
  84. package/es/components/callback/src/components/render/drawerIframe/index.vue.d.ts +12 -12
  85. package/es/components/callback/src/components/render/drawerIframe/index.vue2.js +1 -1
  86. package/es/components/callback/src/components/render/index.vue.d.ts +6 -6
  87. package/es/components/callback/src/components/render/popupMaps.d.ts +3440 -2006
  88. package/es/components/callback/src/index.vue.d.ts +11 -11
  89. package/es/components/callback/src/index.vue2.js +2 -1
  90. package/es/components/card-reader-sdk/src/components/readCardDialog.vue.d.ts +12 -15
  91. package/es/components/card-reader-sdk/src/components/readCardDialog.vue2.js +7 -6
  92. package/es/components/card-render/index.d.ts +10 -10
  93. package/es/components/card-render/src/CardRender.vue.d.ts +10 -10
  94. package/es/components/card-render/src/CardRender.vue2.js +8 -5
  95. package/es/components/card-render/src/components/Box.vue.d.ts +8 -8
  96. package/es/components/card-render/src/components/Box.vue2.js +4 -4
  97. package/es/components/card-render/src/components/Button.vue.d.ts +8 -8
  98. package/es/components/card-render/src/components/Button.vue2.js +5 -5
  99. package/es/components/card-render/src/components/Divider.vue.d.ts +8 -8
  100. package/es/components/card-render/src/components/Divider.vue2.js +1 -1
  101. package/es/components/card-render/src/components/Field.vue.d.ts +8 -8
  102. package/es/components/card-render/src/components/Field.vue2.js +21 -21
  103. package/es/components/card-render/src/components/FieldGroup.vue.d.ts +8 -8
  104. package/es/components/card-render/src/components/FieldGroup.vue2.js +12 -12
  105. package/es/components/card-render/src/components/Image.vue.d.ts +8 -8
  106. package/es/components/card-render/src/components/Image.vue2.js +2 -2
  107. package/es/components/card-render/src/components/Label.vue.d.ts +8 -8
  108. package/es/components/card-render/src/components/Label.vue2.js +3 -3
  109. package/es/components/card-render/src/components/Row.vue.d.ts +8 -8
  110. package/es/components/card-render/src/components/Row.vue2.js +5 -5
  111. package/es/components/card-render/src/components/ScaleView.vue.d.ts +8 -8
  112. package/es/components/card-render/src/components/ScaleView.vue2.js +2 -2
  113. package/es/components/card-render/src/components/Slot.d.ts +5 -5
  114. package/es/components/card-render/src/components/Table.vue.d.ts +16 -16
  115. package/es/components/card-render/src/components/Table.vue2.js +4 -4
  116. package/es/components/card-render/src/components/Text.vue.d.ts +7 -7
  117. package/es/components/card-render/src/components/Text.vue2.js +4 -4
  118. package/es/components/card-render/src/components/index.d.ts +113 -113
  119. package/es/components/classification/index.d.ts +548 -432
  120. package/es/components/classification/src/components/search-filter/index.vue.d.ts +409 -358
  121. package/es/components/classification/src/components/search-filter/index.vue2.js +6 -5
  122. package/es/components/classification/src/components/set-classification/index.vue.d.ts +453 -402
  123. package/es/components/classification/src/components/set-classification/index.vue2.js +3 -2
  124. package/es/components/classification/src/components/table-modal/index.vue.d.ts +27 -27
  125. package/es/components/classification/src/components/table-modal/index.vue2.js +65 -66
  126. package/es/components/classification/src/index.vue.d.ts +548 -432
  127. package/es/components/classification/src/index.vue2.js +61 -63
  128. package/es/components/config-provider/index.d.ts +7 -5
  129. package/es/components/config-provider/src/ConfigProvider.d.ts +7 -5
  130. package/es/components/date-picker/index.d.ts +28 -15
  131. package/es/components/date-picker/src/DatePicker.vue.d.ts +28 -15
  132. package/es/components/date-picker/src/DatePicker.vue2.js +17 -11
  133. package/es/components/default-page/index.d.ts +11 -11
  134. package/es/components/default-page/src/index.vue.d.ts +11 -11
  135. package/es/components/default-page/src/index.vue2.js +14 -15
  136. package/es/components/editor/index.d.ts +77 -7
  137. package/es/components/editor/src/Editor.d.ts +78 -7
  138. package/es/components/expand-field/index.d.ts +478 -303
  139. package/es/components/expand-field/src/components/FormBatchOptionsModal.vue.d.ts +14 -14
  140. package/es/components/expand-field/src/components/FormBatchOptionsModal.vue2.js +7 -7
  141. package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +304 -225
  142. package/es/components/expand-field/src/components/FormItemPerson.vue2.js +4 -3
  143. package/es/components/expand-field/src/components/PersonModal.vue.d.ts +284 -205
  144. package/es/components/expand-field/src/components/PersonModal.vue2.js +4 -3
  145. package/es/components/expand-field/src/components/form.vue.d.ts +458 -285
  146. package/es/components/expand-field/src/components/form.vue2.js +65 -73
  147. package/es/components/expand-field/src/index.vue.d.ts +479 -304
  148. package/es/components/expand-field/src/index.vue2.js +26 -26
  149. package/es/components/fabric-chart/index.d.ts +29 -29
  150. package/es/components/fabric-chart/src/FabricChart.vue.d.ts +29 -29
  151. package/es/components/fabric-chart/src/FabricChart.vue2.js +6 -5
  152. package/es/components/fabric-chart/src/components/PopupMenu.d.ts +6 -6
  153. package/es/components/fabric-chart/src/components/PopupTip.vue.d.ts +7 -7
  154. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.d.ts +9 -9
  155. package/es/components/fabric-chart/src/hooks/electrocardiogram/hooks/useDetailEvent.js +3 -1
  156. package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogram.js +27 -11
  157. package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.d.ts +9 -9
  158. package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.js +3 -1
  159. package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.d.ts +1 -1
  160. package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.d.ts +1 -1
  161. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.js +15 -7
  162. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.d.ts +9 -9
  163. package/es/components/fabric-chart/src/hooks/temperature/useOther.js +11 -12
  164. package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.d.ts +9 -9
  165. package/es/components/fabric-chart/src/interface.d.ts +1 -0
  166. package/es/components/field-editor/index.d.ts +50 -42
  167. package/es/components/field-editor/src/FieldEditor.vue.d.ts +50 -42
  168. package/es/components/field-editor/src/FieldEditor.vue2.js +5 -5
  169. package/es/components/field-set/index.d.ts +13 -13
  170. package/es/components/field-set/src/FieldColor.vue.d.ts +241 -153
  171. package/es/components/field-set/src/FieldColor.vue2.js +9 -7
  172. package/es/components/field-set/src/FieldFilter.vue.d.ts +76 -50
  173. package/es/components/field-set/src/FieldFilter.vue2.js +10 -8
  174. package/es/components/field-set/src/FieldSet.vue.d.ts +78 -64
  175. package/es/components/field-set/src/FieldSet.vue2.js +25 -23
  176. package/es/components/field-set/src/Index.vue.d.ts +13 -13
  177. package/es/components/field-set/src/Index.vue2.js +16 -13
  178. package/es/components/field-set/src/TableStyle.vue.d.ts +21 -13
  179. package/es/components/field-set/src/TableStyle.vue2.js +23 -23
  180. package/es/components/field-set/src/components/condition.vue.d.ts +60 -32
  181. package/es/components/field-set/src/components/condition.vue2.js +8 -11
  182. package/es/components/field-set/src/components/edit-dialog.vue.d.ts +175 -102
  183. package/es/components/field-set/src/components/edit-dialog.vue2.js +4 -3
  184. package/es/components/field-set/src/components/edit-filter.vue.d.ts +80 -43
  185. package/es/components/field-set/src/components/edit-filter.vue2.js +2 -1
  186. package/es/components/field-set/src/components/table-row.vue.d.ts +32 -32
  187. package/es/components/field-set/src/components/table-row.vue2.js +17 -14
  188. package/es/components/form-config/index.d.ts +1399 -422
  189. package/es/components/form-config/src/FormConfig.vue.d.ts +1399 -422
  190. package/es/components/form-config/src/FormConfig.vue2.js +24 -25
  191. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +57 -49
  192. package/es/components/form-config/src/components/FormConfigCreator.vue2.js +4 -3
  193. package/es/components/form-config/src/components/FormConfigDragDisplay.vue.d.ts +9 -9
  194. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +1100 -202
  195. package/es/components/form-config/src/components/FormConfigEdit.vue2.js +5 -6
  196. package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +118 -81
  197. package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +29 -29
  198. package/es/components/form-config/src/components/FormConfigMaterialItem.d.ts +4 -4
  199. package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +11 -11
  200. package/es/components/form-config/src/components/renderer/CloseButton.vue2.js +1 -1
  201. package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +29 -29
  202. package/es/components/form-config/src/components/renderer/ComplexNode.vue2.js +4 -5
  203. package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +21 -21
  204. package/es/components/form-config/src/components/renderer/DefaultNode.vue2.js +5 -5
  205. package/es/components/form-config/src/hooks/usePresetRenderer.d.ts +1 -1
  206. package/es/components/form-render/index.d.ts +48 -40
  207. package/es/components/form-render/src/FormRender.vue.d.ts +45 -37
  208. package/es/components/form-render/src/FormRender.vue2.js +5 -4
  209. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +48 -40
  210. package/es/components/form-render/src/FormRenderWrapper.vue2.js +2 -2
  211. package/es/components/form-render/src/components/renderer/combination/combination.d.ts +6 -6
  212. package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.d.ts +4 -4
  213. package/es/components/form-render/src/components/renderer/combination/jsonCombination.d.ts +6 -6
  214. package/es/components/form-render/src/components/renderer/combination/tableCombination.d.ts +6 -6
  215. package/es/components/form-render/src/components/renderer/complex.d.ts +4 -4
  216. package/es/components/form-render/src/components/renderer/date.d.ts +7 -9
  217. package/es/components/form-render/src/components/renderer/formItem.d.ts +5 -5
  218. package/es/components/form-render/src/components/renderer/input.d.ts +5 -5
  219. package/es/components/form-render/src/components/renderer/inputNumber.d.ts +7 -7
  220. package/es/components/form-render/src/components/renderer/levelSearchCascader/index.d.ts +5 -5
  221. package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +31 -31
  222. package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue2.js +6 -6
  223. package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +31 -31
  224. package/es/components/form-render/src/components/renderer/radio&checkbox.d.ts +18 -18
  225. package/es/components/form-render/src/components/renderer/remoteSearch.d.ts +5 -5
  226. package/es/components/form-render/src/components/renderer/searchCascade.d.ts +5 -5
  227. package/es/components/form-render/src/components/renderer/select.d.ts +5 -5
  228. package/es/components/form-render/src/components/renderer/simpleComponent.d.ts +2 -2
  229. package/es/components/form-render/src/components/renderer/slider.d.ts +4 -4
  230. package/es/components/form-render/src/components/renderer/switch.d.ts +5 -5
  231. package/es/components/form-render/src/components/renderer/text.d.ts +3 -3
  232. package/es/components/form-render/src/components/renderer/textarea.d.ts +7 -7
  233. package/es/components/form-render/src/components/renderer/textarea.js +1 -1
  234. package/es/components/form-render/src/components/renderer/time.d.ts +3 -3
  235. package/es/components/form-render/src/components/tooltipMessage.vue.d.ts +9 -9
  236. package/es/components/form-render/src/components/tooltipMessage.vue2.js +1 -1
  237. package/es/components/form-render/src/hooks/useAnchor.d.ts +9 -1
  238. package/es/components/form-render/src/hooks/useCommonInjection.d.ts +1 -1
  239. package/es/components/form-render/src/hooks/useComplexOptions.d.ts +3 -3
  240. package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +6 -6
  241. package/es/components/form-render/src/hooks/useFormField.d.ts +1 -1
  242. package/es/components/form-render/src/hooks/useFormRenderOptions.d.ts +12 -12
  243. package/es/components/form-render/src/utils/index.d.ts +3 -3
  244. package/es/components/grid/index.d.ts +1 -1
  245. package/es/components/grid/src/Grid.d.ts +1 -1
  246. package/es/components/guide/src/renderer.d.ts +5 -5
  247. package/es/components/iho-chat/index.d.ts +858 -760
  248. package/es/components/iho-chat/src/Index.vue.d.ts +858 -760
  249. package/es/components/iho-chat/src/Index.vue2.js +4 -3
  250. package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +42 -42
  251. package/es/components/iho-chat/src/components/ChatAdd.vue2.js +41 -41
  252. package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +122 -88
  253. package/es/components/iho-chat/src/components/ChatFile.vue2.js +5 -5
  254. package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +64 -64
  255. package/es/components/iho-chat/src/components/ChatFooter.vue2.js +72 -69
  256. package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +319 -272
  257. package/es/components/iho-chat/src/components/ChatHeader.vue2.js +8 -8
  258. package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +191 -177
  259. package/es/components/iho-chat/src/components/ChatMain.vue2.js +5 -5
  260. package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +74 -61
  261. package/es/components/iho-chat/src/components/ChatRecord.vue2.js +57 -63
  262. package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +34 -34
  263. package/es/components/iho-chat/src/components/ChatSearch.vue2.js +33 -36
  264. package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +65 -65
  265. package/es/components/iho-chat/src/components/ChatSet.vue2.js +56 -66
  266. package/es/components/iho-chat/src/components/ContextMenu.d.ts +5 -5
  267. package/es/components/iho-chat/src/components/ContextMenu.js +40 -15
  268. package/es/components/iho-chat/src/components/ImageLightbox.vue.d.ts +40 -22
  269. package/es/components/iho-chat/src/components/ImageLightbox.vue2.js +19 -20
  270. package/es/components/iho-chat/src/components/MessageEvent.vue.d.ts +9 -9
  271. package/es/components/iho-chat/src/components/MessageEvent.vue2.js +11 -13
  272. package/es/components/iho-chat/src/components/MessageMergeForward.vue.d.ts +32 -32
  273. package/es/components/iho-chat/src/components/MessageMergeForward.vue2.js +2 -2
  274. package/es/components/iho-chat/src/components/MessageTemplate.vue.d.ts +18 -22
  275. package/es/components/iho-chat/src/components/MessageTemplate.vue2.js +33 -35
  276. package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +82 -64
  277. package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +39 -45
  278. package/es/components/iho-chat/src/components/PersonProfile.vue.d.ts +13 -13
  279. package/es/components/iho-chat/src/components/PersonProfile.vue2.js +3 -3
  280. package/es/components/iho-chat/src/components/SelectLabel.vue.d.ts +15 -15
  281. package/es/components/iho-chat/src/components/SelectLabel.vue2.js +3 -2
  282. package/es/components/iho-chat/src/components/SiderList.vue.d.ts +82 -63
  283. package/es/components/iho-chat/src/components/SiderList.vue2.js +2 -2
  284. package/es/components/iho-chat/src/components/Video.vue.d.ts +13 -13
  285. package/es/components/iho-chat/src/components/Video.vue2.js +8 -12
  286. package/es/components/iho-chat/src/components/userItemRender.d.ts +5 -5
  287. package/es/components/iho-chat/src/hooks/useData.d.ts +6 -6
  288. package/es/components/iho-chat/src/hooks/useDraggable.d.ts +8 -2
  289. package/es/components/iho-chat/src/hooks/useSearchPatientList.d.ts +1 -1
  290. package/es/components/iho-chat/src/hooks/useSearchUserList.d.ts +1 -1
  291. package/es/components/iho-chat/src/hooks/useVideo.d.ts +11 -6
  292. package/es/components/iho-chat/src/utils/index.d.ts +1 -1
  293. package/es/components/iho-table/index.d.ts +3155 -1729
  294. package/es/components/iho-table/src/IhoTable.vue.d.ts +3156 -1730
  295. package/es/components/iho-table/src/IhoTable.vue2.js +24 -19
  296. package/es/components/iho-table/src/constants/index.d.ts +3 -3
  297. package/es/components/iho-table/src/constants/index.js +0 -21
  298. package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +39 -60
  299. package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.d.ts +1 -1
  300. package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +1 -1
  301. package/es/components/iho-table/src/hooks/tapHooks/useExposeHooks.d.ts +1 -1
  302. package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.d.ts +1 -1
  303. package/es/components/iho-table/src/hooks/useTableContext.d.ts +3 -3
  304. package/es/components/iho-table/src/plugins/anchorPlugin/tableAnchor.d.ts +1 -1
  305. package/es/components/iho-table/src/plugins/anchorPlugin/useAnchor.d.ts +6 -2
  306. package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue.d.ts +477 -207
  307. package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue2.js +12 -11
  308. package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +34 -21
  309. package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue2.js +1 -1
  310. package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue.d.ts +21 -21
  311. package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue2.js +14 -11
  312. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.d.ts +31 -31
  313. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +26 -23
  314. package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue.d.ts +11 -11
  315. package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue2.js +3 -3
  316. package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue.d.ts +8 -8
  317. package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue2.js +1 -1
  318. package/es/components/iho-table/src/plugins/pagerScrollPlugin/utils.d.ts +9 -9
  319. package/es/components/iho-table/src/plugins/pluginHooks/useFilter.d.ts +2 -2
  320. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +39 -26
  321. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue2.js +7 -6
  322. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/index.js +1 -1
  323. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useAutoFocus.js +25 -0
  324. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useSelectOption.d.ts +1 -1
  325. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/inputRendererPlugin.js +1 -1
  326. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/index.js +1 -1
  327. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue.d.ts +50 -47
  328. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue2.js +2 -1
  329. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.js +1 -1
  330. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.d.ts +6 -6
  331. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +1 -1
  332. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue.d.ts +15 -13
  333. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue2.js +4 -4
  334. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/index.js +1 -1
  335. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +39 -39
  336. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +8 -7
  337. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/index.js +1 -1
  338. package/es/components/iho-table/src/plugins/verticalTablePlugin/src/utils.d.ts +1 -1
  339. package/es/components/iho-table/src/utils/index.d.ts +2 -2
  340. package/es/components/iho-table/src/utils/separateMap.d.ts +14 -1
  341. package/es/components/info-header/index.d.ts +195 -355
  342. package/es/components/info-header/src/InfoHeader.vue.d.ts +195 -355
  343. package/es/components/info-header/src/InfoHeader.vue2.js +5 -4
  344. package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +37 -46
  345. package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue2.js +24 -24
  346. package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +44 -63
  347. package/es/components/info-header/src/components/infoDescription/DescriptionList.vue2.js +11 -11
  348. package/es/components/info-header/src/components/infoDescription/HiddenContent.vue.d.ts +15 -15
  349. package/es/components/info-header/src/components/infoDescription/HiddenContent.vue2.js +4 -4
  350. package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue.d.ts +7 -7
  351. package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +109 -129
  352. package/es/components/info-header/src/components/infoDescription/index.vue2.js +8 -8
  353. package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +65 -68
  354. package/es/components/info-header/src/components/patientInfo/index.vue2.js +14 -12
  355. package/es/components/keyboard/index.d.ts +77 -65
  356. package/es/components/keyboard/src/Keyboard.vue.d.ts +77 -65
  357. package/es/components/keyboard/src/Keyboard.vue2.js +16 -16
  358. package/es/components/keyboard/src/components/InputNumber.vue.d.ts +16 -16
  359. package/es/components/keyboard/src/components/InputNumber.vue2.js +3 -2
  360. package/es/components/keyboard/src/components/NumberPanel.vue.d.ts +46 -40
  361. package/es/components/keyboard/src/components/NumberPanel.vue2.js +12 -12
  362. package/es/components/map/index.d.ts +12 -12
  363. package/es/components/map/src/Map.vue.d.ts +12 -12
  364. package/es/components/map/src/Map.vue2.js +11 -11
  365. package/es/components/picture-clipper/index.d.ts +11 -11
  366. package/es/components/picture-clipper/src/PictureClipper.vue.d.ts +11 -11
  367. package/es/components/picture-clipper/src/PictureClipper.vue2.js +7 -6
  368. package/es/components/quick-search/index.d.ts +73 -32
  369. package/es/components/quick-search/src/index.vue.d.ts +73 -32
  370. package/es/components/quick-search/src/index.vue2.js +15 -15
  371. package/es/components/recommend-search/index.d.ts +79 -79
  372. package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +79 -79
  373. package/es/components/recommend-search/src/RecommendSearch.vue2.js +5 -4
  374. package/es/components/recommend-search/src/components/BaseSearch.d.ts +7 -7
  375. package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +34 -34
  376. package/es/components/recommend-search/src/components/RecommendInput.vue2.js +13 -14
  377. package/es/components/recommend-search/src/components/RecommendMenu.vue.d.ts +9 -9
  378. package/es/components/recommend-search/src/components/RecommendMenu.vue2.js +13 -13
  379. package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +29 -29
  380. package/es/components/recommend-search/src/components/RecommendSelect.vue2.js +8 -8
  381. package/es/components/scale-view/index.d.ts +107 -87
  382. package/es/components/scale-view/src/ScaleView.vue.d.ts +66 -63
  383. package/es/components/scale-view/src/ScaleView.vue2.js +15 -13
  384. package/es/components/scale-view/src/components/AnswerParse.vue.d.ts +7 -7
  385. package/es/components/scale-view/src/components/AnswerParse.vue2.js +8 -8
  386. package/es/components/scale-view/src/components/DescribeContent.vue.d.ts +7 -7
  387. package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +12 -12
  388. package/es/components/scale-view/src/components/EvaluateCountdown.vue2.js +23 -23
  389. package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +10 -10
  390. package/es/components/scale-view/src/components/EvaluatePage.vue2.js +6 -5
  391. package/es/components/scale-view/src/components/LoadingCom.vue.js +3 -5
  392. package/es/components/scale-view/src/components/NoData.vue.d.ts +7 -7
  393. package/es/components/scale-view/src/components/NoData.vue2.js +4 -4
  394. package/es/components/scale-view/src/components/ScaleScore.d.ts +5 -5
  395. package/es/components/scale-view/src/components/formitem/r-address.d.ts +9 -6
  396. package/es/components/scale-view/src/components/formitem/r-cascader.d.ts +10 -6
  397. package/es/components/scale-view/src/components/formitem/r-checkbox.d.ts +11 -6
  398. package/es/components/scale-view/src/components/formitem/r-collection.d.ts +8 -5
  399. package/es/components/scale-view/src/components/formitem/r-datetime.d.ts +9 -6
  400. package/es/components/scale-view/src/components/formitem/r-input.d.ts +8 -6
  401. package/es/components/scale-view/src/components/formitem/r-map.d.ts +70 -6
  402. package/es/components/scale-view/src/components/formitem/r-radio.d.ts +11 -6
  403. package/es/components/scale-view/src/components/formitem/r-select.d.ts +10 -6
  404. package/es/components/scale-view/src/components/formitem/r-sign.d.ts +155 -6
  405. package/es/components/scale-view/src/components/formitem/r-upload.d.ts +11 -6
  406. package/es/components/scale-view/src/components/formitem/sign-com.d.ts +6 -6
  407. package/es/components/scale-view/src/components/formitem/standard-modal.d.ts +9 -5
  408. package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +9 -17
  409. package/es/components/search-cascader/index.d.ts +27 -27
  410. package/es/components/search-cascader/src/SearchCascader.vue.d.ts +27 -27
  411. package/es/components/search-cascader/src/SearchCascader.vue2.js +9 -8
  412. package/es/components/search-cascader/src/components/ClearIcon.vue.js +15 -17
  413. package/es/components/search-cascader/src/components/SearchMenu.d.ts +5 -5
  414. package/es/components/select-label/index.d.ts +119 -155
  415. package/es/components/select-label/src/LabelFormContent.vue.d.ts +26 -48
  416. package/es/components/select-label/src/LabelFormContent.vue2.js +23 -25
  417. package/es/components/select-label/src/SelectLabel.vue.d.ts +42 -64
  418. package/es/components/select-label/src/SelectLabel.vue2.js +11 -12
  419. package/es/components/select-label/src/components/label-classify.vue.d.ts +14 -24
  420. package/es/components/select-label/src/components/label-classify.vue2.js +26 -29
  421. package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue.d.ts +29 -21
  422. package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue2.js +14 -16
  423. package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue.d.ts +45 -37
  424. package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue2.js +6 -6
  425. package/es/components/select-label/src/ihoLabel/iho-label-classify.vue.d.ts +17 -9
  426. package/es/components/select-label/src/ihoLabel/iho-label-classify.vue2.js +10 -13
  427. package/es/components/select-label/src/index.vue.d.ts +93 -107
  428. package/es/components/select-label/src/index.vue2.js +2 -1
  429. package/es/components/select-person/index.d.ts +257 -190
  430. package/es/components/select-person/src/SelectPerson.vue.d.ts +124 -87
  431. package/es/components/select-person/src/SelectPerson.vue2.js +23 -18
  432. package/es/components/select-person/src/SelectPersonRole.vue.d.ts +80 -66
  433. package/es/components/select-person/src/SelectPersonRole.vue2.js +13 -13
  434. package/es/components/select-person/src/SelectPersonType.vue.d.ts +41 -31
  435. package/es/components/select-person/src/SelectPersonType.vue2.js +6 -6
  436. package/es/components/select-person/src/components/GroupItem.vue.d.ts +5 -5
  437. package/es/components/select-person/src/components/GroupItem.vue2.js +2 -1
  438. package/es/components/select-person/src/components/SearchGroupList.vue.d.ts +39 -39
  439. package/es/components/select-person/src/components/SearchGroupList.vue2.js +4 -3
  440. package/es/components/select-person/src/components/SearchMultiple.vue.d.ts +17 -18
  441. package/es/components/select-person/src/components/SearchMultiple.vue2.js +3 -2
  442. package/es/components/select-person/src/components/SearchOrgAndStaff.vue.d.ts +19 -20
  443. package/es/components/select-person/src/components/SearchOrgAndStaff.vue2.js +7 -6
  444. package/es/components/select-person/src/components/TagItem.vue.d.ts +11 -11
  445. package/es/components/select-person/src/components/TagItem.vue2.js +2 -1
  446. package/es/components/select-person/src/index.vue.d.ts +307 -240
  447. package/es/components/select-person/src/index.vue2.js +8 -7
  448. package/es/components/select-person/src/utils/index.d.ts +1 -1
  449. package/es/components/select-person/src/utils/index.js +11 -9
  450. package/es/components/shortcut-provider/index.d.ts +9 -9
  451. package/es/components/shortcut-provider/src/ShortcutProvider.vue.d.ts +9 -9
  452. package/es/components/shortcut-provider/src/hooks/useShortcutSignature.d.ts +1 -1
  453. package/es/components/shortcut-provider/src/hooks/useShortcuts.d.ts +3 -0
  454. package/es/components/shortcut-provider/src/hooks/useShortcuts.js +9 -3
  455. package/es/components/shortcut-setter/index.d.ts +288 -81
  456. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +288 -81
  457. package/es/components/shortcut-setter/src/ShortcutSetter.vue2.js +3 -2
  458. package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +13 -23
  459. package/es/components/shortcut-setter/src/ShortcutSetterItem.vue2.js +11 -10
  460. package/es/components/slider-tree/index.d.ts +22 -22
  461. package/es/components/slider-tree/src/index.vue.d.ts +22 -22
  462. package/es/components/slider-tree/src/index.vue2.js +6 -5
  463. package/es/components/step-notice/index.d.ts +58 -58
  464. package/es/components/step-notice/src/StepNotice.vue.d.ts +57 -57
  465. package/es/components/step-notice/src/StepNotice.vue2.js +5 -4
  466. package/es/components/step-notice/src/components/NoticeConnection.vue.d.ts +12 -12
  467. package/es/components/step-notice/src/components/NoticeConnection.vue2.js +3 -3
  468. package/es/components/step-notice/src/components/NoticeItem.vue.d.ts +40 -40
  469. package/es/components/step-notice/src/components/NoticeItem.vue2.js +4 -4
  470. package/es/components/step-notice/src/components/NoticeItemAside.vue.d.ts +9 -9
  471. package/es/components/step-notice/src/components/NoticeItemAside.vue2.js +1 -2
  472. package/es/components/step-notice/src/components/NoticeOperationList.vue.d.ts +9 -9
  473. package/es/components/steps-wheel/index.d.ts +17 -17
  474. package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +17 -17
  475. package/es/components/steps-wheel/src/StepsWheel.vue2.js +3 -3
  476. package/es/components/table-export-field/index.d.ts +88 -66
  477. package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +33 -27
  478. package/es/components/table-export-field/src/components/ExportModal.vue2.js +11 -9
  479. package/es/components/table-export-field/src/components/SaveProjectModal.vue.d.ts +25 -23
  480. package/es/components/table-export-field/src/components/SaveProjectModal.vue2.js +53 -21
  481. package/es/components/table-export-field/src/index.vue.d.ts +88 -66
  482. package/es/components/table-export-field/src/index.vue2.js +5 -4
  483. package/es/components/table-export-field/src/types/index.d.ts +1 -0
  484. package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +84 -71
  485. package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue2.js +18 -17
  486. package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +38 -25
  487. package/es/components/table-filter/src/components/bi-filter/components/Date.vue2.js +7 -6
  488. package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue.d.ts +11 -11
  489. package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue2.js +5 -4
  490. package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue.d.ts +11 -11
  491. package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue2.js +5 -4
  492. package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue.d.ts +12 -12
  493. package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue2.js +7 -6
  494. package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +72 -59
  495. package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +107 -94
  496. package/es/components/table-filter/src/components/bi-filter/index.vue2.js +33 -38
  497. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +256 -224
  498. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +41 -40
  499. package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue.d.ts +15 -15
  500. package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue2.js +10 -9
  501. package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +57 -44
  502. package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +19 -18
  503. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +60 -47
  504. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +27 -26
  505. package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue.d.ts +19 -13
  506. package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue2.js +8 -7
  507. package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue.d.ts +11 -11
  508. package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue2.js +5 -4
  509. package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue.d.ts +13 -13
  510. package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue2.js +5 -5
  511. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue.d.ts +43 -43
  512. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue2.js +10 -9
  513. package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue.d.ts +12 -12
  514. package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue2.js +7 -6
  515. package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue.d.ts +14 -14
  516. package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue2.js +7 -6
  517. package/es/components/table-filter/src/components/classify-filter/components/SelectTreeDynamic.vue.d.ts +14 -14
  518. package/es/components/table-filter/src/components/classify-filter/components/SelectTreeDynamic.vue2.js +7 -6
  519. package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +242 -210
  520. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +279 -247
  521. package/es/components/table-filter/src/components/classify-filter/index.vue2.js +31 -34
  522. package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue.d.ts +12 -12
  523. package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue2.js +3 -2
  524. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +52 -39
  525. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue2.js +10 -9
  526. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +40 -27
  527. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +2 -1
  528. package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.d.ts +10 -10
  529. package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue2.js +2 -1
  530. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +52 -39
  531. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue2.js +14 -14
  532. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +40 -27
  533. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +2 -1
  534. package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue.d.ts +13 -13
  535. package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue2.js +10 -9
  536. package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue.d.ts +13 -13
  537. package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue2.js +5 -5
  538. package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue.d.ts +18 -18
  539. package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue2.js +8 -9
  540. package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue.d.ts +14 -14
  541. package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue2.js +7 -6
  542. package/es/components/table-filter/src/components/render-widget/components/Select.vue.d.ts +11 -11
  543. package/es/components/table-filter/src/components/render-widget/components/Select.vue2.js +5 -4
  544. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.d.ts +49 -43
  545. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue2.js +10 -9
  546. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.d.ts +24 -24
  547. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +8 -7
  548. package/es/components/table-filter/src/components/render-widget/components/SelectTree.vue.d.ts +11 -11
  549. package/es/components/table-filter/src/components/render-widget/components/SelectTree.vue2.js +7 -6
  550. package/es/components/table-filter/src/components/render-widget/components/SelectTreeDynamic.vue.d.ts +13 -13
  551. package/es/components/table-filter/src/components/render-widget/components/SelectTreeDynamic.vue2.js +6 -5
  552. package/es/components/table-filter/src/components/render-widget/components/index.d.ts +337 -279
  553. package/es/components/table-filter/src/components/render-widget/index.vue.d.ts +5 -5
  554. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +324 -266
  555. package/es/components/table-filter/src/hooks/useMixins.d.ts +1 -1
  556. package/es/components/time-line/index.d.ts +11 -11
  557. package/es/components/time-line/src/TimeLine.vue.d.ts +11 -11
  558. package/es/components/time-picker/index.d.ts +19 -19
  559. package/es/components/time-picker/src/TimePicker.vue.d.ts +19 -19
  560. package/es/components/time-picker/src/TimePicker.vue2.js +5 -4
  561. package/es/components/tooth-bitmap/index.d.ts +14 -14
  562. package/es/components/tooth-bitmap/src/ToothBitmap.vue.d.ts +12 -12
  563. package/es/components/tooth-bitmap/src/ToothBitmap.vue2.js +8 -7
  564. package/es/components/vertify/src/components/IdentityVerification.vue.d.ts +19 -22
  565. package/es/components/vertify/src/components/IdentityVerification.vue2.js +10 -9
  566. package/es/components/vod-chunk-upload/index.d.ts +248 -28
  567. package/es/components/vod-chunk-upload/src/chunk-upload-new.vue.d.ts +18 -18
  568. package/es/components/vod-chunk-upload/src/chunk-upload-new.vue2.js +24 -25
  569. package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +248 -28
  570. package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +32 -33
  571. package/es/components/vod-chunk-upload/src/vod-upload-modal.d.ts +207 -5
  572. package/es/env.d.ts +25 -25
  573. package/es/shared/components/AbbrText/AbbrText.d.ts +3 -3
  574. package/es/shared/components/ArrowIcon/ArrowIcon.vue.js +6 -8
  575. package/es/shared/components/CancelRadio/CancelRadio.d.ts +6 -6
  576. package/es/shared/components/CancelRadio/CancelRadio.js +3 -1
  577. package/es/shared/components/DateIcon/DateIcon.vue.js +11 -13
  578. package/es/shared/components/InputNumberSlash/InputNumberSlash.d.ts +5 -5
  579. package/es/shared/components/JSONTree/JSONTree.vue.d.ts +8 -8
  580. package/es/shared/components/JSONTree/JSONTree.vue2.js +1 -1
  581. package/es/shared/components/SelectPage/SelectPage.vue.d.ts +10 -10
  582. package/es/shared/components/SelectPage/SelectPage.vue2.js +2 -2
  583. package/es/shared/components/SlotRender/SlotRender.d.ts +3 -3
  584. package/es/shared/components/SvgIcon/SvgIcon.vue.d.ts +6 -10
  585. package/es/shared/components/SvgIcon/SvgIcon.vue2.js +5 -5
  586. package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +9 -17
  587. package/es/shared/components/TextOverTooltip/TextOverTooltip.vue2.js +9 -9
  588. package/es/shared/components/no-data/NoData.vue.d.ts +7 -7
  589. package/es/shared/components/no-data/NoData.vue2.js +5 -5
  590. package/es/shared/components/player-vod/index.vue.d.ts +1 -1
  591. package/es/shared/components/player-vod/player.d.ts +4 -4
  592. package/es/shared/components/player-vod/video-list.d.ts +77 -4
  593. package/es/shared/components/player-vod/video-modal.d.ts +23 -5
  594. package/es/shared/hooks/selectHooks/useOptionFiltered.d.ts +2 -2
  595. package/es/shared/hooks/selectHooks/useSearchContent.d.ts +1 -1
  596. package/es/shared/hooks/selectHooks/useSelectRenders.d.ts +4 -4
  597. package/es/shared/hooks/useLevelSearchCascader.d.ts +7 -4
  598. package/es/shared/package.json.js +1 -1
  599. package/es/shared/utils/ho-edge.d.ts +12 -0
  600. package/es/shared/utils/ho-edge.js +58 -0
  601. package/es/shared/utils/index.d.ts +1 -1
  602. package/package.json +2 -2
@@ -1,5 +1,5 @@
1
1
  import { SFCWithInstall } from '../../shared/types';
2
- declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
2
+ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
3
  tableId: {
4
4
  type: StringConstructor;
5
5
  default: string;
@@ -55,12 +55,12 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
55
55
  type: StringConstructor;
56
56
  default: string;
57
57
  };
58
- }, {
58
+ }>, {
59
59
  handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
60
60
  transformClassifyChild: (conObjList: any, searchFieldList: any[]) => any;
61
61
  attrs: any;
62
- $message: import("naive-ui").MessageApi;
63
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
62
+ $message: import("naive-ui/es/message").MessageApi;
63
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
64
64
  tableId: {
65
65
  type: StringConstructor;
66
66
  default: string;
@@ -116,15 +116,15 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
116
116
  type: StringConstructor;
117
117
  default: string;
118
118
  };
119
- }>> & {
119
+ }>> & Readonly<{
120
120
  onChangeSearch?: ((...args: any[]) => any) | undefined;
121
121
  onSetClassificationIndex?: ((...args: any[]) => any) | undefined;
122
122
  onGetQuickSearchListObj?: ((...args: any[]) => any) | undefined;
123
- }>>;
123
+ }> & {}>;
124
124
  emit: (event: "changeSearch" | "setClassificationIndex" | "getQuickSearchListObj", ...args: any[]) => void;
125
- selectType: any;
126
- classificationWidth: import("vue").Ref<number>;
127
- selectShow: import("vue").Ref<boolean>;
125
+ selectType: import("vue").Ref<any, any>;
126
+ classificationWidth: import("vue").Ref<number, number>;
127
+ selectShow: import("vue").Ref<boolean, boolean>;
128
128
  treeData: import("vue").Ref<{
129
129
  [x: string]: any;
130
130
  name: string;
@@ -152,6 +152,33 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
152
152
  digital?: number | undefined;
153
153
  open?: boolean | undefined;
154
154
  selected?: boolean | undefined;
155
+ }[], import("..").ITreeDataType[] | {
156
+ [x: string]: any;
157
+ name: string;
158
+ sid: string;
159
+ children: {
160
+ [x: string]: any;
161
+ displayCategory: string;
162
+ isDefault: boolean;
163
+ isEdit: boolean;
164
+ isShow: boolean;
165
+ name: string;
166
+ sid: string;
167
+ isPublic?: string | undefined;
168
+ classifyId?: string | undefined;
169
+ conObj?: any;
170
+ digital?: number | undefined;
171
+ checked?: boolean | undefined;
172
+ id?: string | undefined;
173
+ isCommon?: boolean | undefined;
174
+ selected?: boolean | undefined;
175
+ sqlExpression?: string | undefined;
176
+ createdByName?: string | undefined;
177
+ from?: string | undefined;
178
+ }[];
179
+ digital?: number | undefined;
180
+ open?: boolean | undefined;
181
+ selected?: boolean | undefined;
155
182
  }[]>;
156
183
  conditionLists: import("vue").Ref<{
157
184
  [x: string]: any;
@@ -172,6 +199,25 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
172
199
  sqlExpression?: string | undefined;
173
200
  createdByName?: string | undefined;
174
201
  from?: string | undefined;
202
+ }[], import("..").IClassifyListType[] | {
203
+ [x: string]: any;
204
+ displayCategory: string;
205
+ isDefault: boolean;
206
+ isEdit: boolean;
207
+ isShow: boolean;
208
+ name: string;
209
+ sid: string;
210
+ isPublic?: string | undefined;
211
+ classifyId?: string | undefined;
212
+ conObj?: any;
213
+ digital?: number | undefined;
214
+ checked?: boolean | undefined;
215
+ id?: string | undefined;
216
+ isCommon?: boolean | undefined;
217
+ selected?: boolean | undefined;
218
+ sqlExpression?: string | undefined;
219
+ createdByName?: string | undefined;
220
+ from?: string | undefined;
175
221
  }[]>;
176
222
  originConditionList: import("vue").Ref<{
177
223
  [x: string]: any;
@@ -192,13 +238,32 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
192
238
  sqlExpression?: string | undefined;
193
239
  createdByName?: string | undefined;
194
240
  from?: string | undefined;
241
+ }[], import("..").IClassifyListType[] | {
242
+ [x: string]: any;
243
+ displayCategory: string;
244
+ isDefault: boolean;
245
+ isEdit: boolean;
246
+ isShow: boolean;
247
+ name: string;
248
+ sid: string;
249
+ isPublic?: string | undefined;
250
+ classifyId?: string | undefined;
251
+ conObj?: any;
252
+ digital?: number | undefined;
253
+ checked?: boolean | undefined;
254
+ id?: string | undefined;
255
+ isCommon?: boolean | undefined;
256
+ selected?: boolean | undefined;
257
+ sqlExpression?: string | undefined;
258
+ createdByName?: string | undefined;
259
+ from?: string | undefined;
195
260
  }[]>;
196
- classificationIndex: import("vue").Ref<number>;
197
- allObj: any;
198
- displayCategoryLists: import("vue").Ref<string[]>;
199
- settingId: import("vue").Ref<string>;
200
- classifyModal: import("vue").Ref<boolean>;
201
- showTitleName: import("vue").Ref<string>;
261
+ classificationIndex: import("vue").Ref<number, number>;
262
+ allObj: import("vue").Ref<any, any>;
263
+ displayCategoryLists: import("vue").Ref<string[], string[]>;
264
+ settingId: import("vue").Ref<string, string>;
265
+ classifyModal: import("vue").Ref<boolean, boolean>;
266
+ showTitleName: import("vue").Ref<string, string>;
202
267
  dynamicStyle: import("vue").ComputedRef<{
203
268
  marginRight: string;
204
269
  display?: undefined;
@@ -220,7 +285,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
220
285
  handleSettingShow: () => void;
221
286
  setClassifyModal: (val: boolean) => void;
222
287
  toggleSelect: (flag?: boolean | undefined) => void;
223
- initTableCondiTionList: () => import("naive-ui").MessageReactive | undefined;
288
+ initTableCondiTionList: () => import("naive-ui/es/message").MessageReactive | undefined;
224
289
  setOpenStatus: (value: boolean) => void;
225
290
  tableCondiTionPromise: () => Promise<void>;
226
291
  changeWidth: ({ distance }: any) => void;
@@ -233,16 +298,16 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
233
298
  fmtChildName: (name: string, isPublic?: string | undefined) => string;
234
299
  mergeDigitalMapToTreeData: (list: any[], digitalObj: import("../../shared/types").AnyObject) => void;
235
300
  handlePathClick: (e: Event) => void;
236
- NIcon: any;
237
- NTooltip: any;
238
- SettingsOutline: 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<{}>>, {}>;
239
- Repeat: 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<{}>>, {}>;
240
- Checkmark: 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<{}>>, {}>;
241
- ChevronUp: 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<{}>>, {}>;
242
- ChevronDown: 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<{}>>, {}>;
243
- ChevronForward: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
244
- Close: 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<{}>>, {}>;
245
- SetClassification: import("vue").DefineComponent<{
301
+ readonly NIcon: any;
302
+ readonly NTooltip: any;
303
+ readonly SettingsOutline: 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>;
304
+ readonly Repeat: 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>;
305
+ readonly Checkmark: 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>;
306
+ readonly ChevronUp: 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>;
307
+ readonly ChevronDown: 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>;
308
+ readonly ChevronForward: 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>;
309
+ readonly Close: 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>;
310
+ SetClassification: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
246
311
  searchFieldList: {
247
312
  type: ArrayConstructor;
248
313
  default: () => never[];
@@ -256,8 +321,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
256
321
  type: BooleanConstructor;
257
322
  default: boolean;
258
323
  };
259
- }, {
260
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
324
+ }>, {
325
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
261
326
  searchFieldList: {
262
327
  type: ArrayConstructor;
263
328
  default: () => never[];
@@ -271,20 +336,20 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
271
336
  type: BooleanConstructor;
272
337
  default: boolean;
273
338
  };
274
- }>> & {
339
+ }>> & Readonly<{
275
340
  onCondiTionListInit?: ((...args: any[]) => any) | undefined;
276
341
  onSaveGetTableCondiTionList?: ((...args: any[]) => any) | undefined;
277
342
  onSetClassifyModal?: ((...args: any[]) => any) | undefined;
278
- }>>;
343
+ }> & {}>;
279
344
  emit: (event: "CondiTionListInit" | "saveGetTableCondiTionList" | "setClassifyModal", ...args: any[]) => void;
280
- $message: import("naive-ui").MessageApi;
345
+ $message: import("naive-ui/es/message").MessageApi;
281
346
  handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
282
- conditionList: import("vue").Ref<unknown[]>;
283
- addVisible: import("vue").Ref<boolean>;
284
- actionList_prop: import("vue").Ref<{}>;
285
- newSearchFieldList: any;
286
- saveLoading: import("vue").Ref<boolean>;
287
- searchFilter: any;
347
+ conditionList: import("vue").Ref<unknown[], unknown[]>;
348
+ addVisible: import("vue").Ref<boolean, boolean>;
349
+ actionList_prop: import("vue").Ref<{}, {}>;
350
+ newSearchFieldList: import("vue").Ref<any, any>;
351
+ saveLoading: import("vue").Ref<boolean, boolean>;
352
+ searchFilter: import("vue").Ref<any, any>;
288
353
  filterApiConfig: import("../../shared/types").AnyObject;
289
354
  attrs: {
290
355
  [x: string]: unknown;
@@ -300,8 +365,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
300
365
  setOneVisible: (flag: boolean) => void;
301
366
  resetPopconfirm: () => Promise<void>;
302
367
  oneVisible: import("vue").ComputedRef<boolean>;
303
- NButton: any;
304
- TableModal: import("vue").DefineComponent<{
368
+ readonly NButton: any;
369
+ TableModal: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
305
370
  visibleIn: {
306
371
  type: BooleanConstructor;
307
372
  };
@@ -338,8 +403,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
338
403
  type: FunctionConstructor;
339
404
  default: () => HTMLElement;
340
405
  };
341
- }, {
342
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
406
+ }>, {
407
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
343
408
  visibleIn: {
344
409
  type: BooleanConstructor;
345
410
  };
@@ -376,18 +441,18 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
376
441
  type: FunctionConstructor;
377
442
  default: () => HTMLElement;
378
443
  };
379
- }>> & {
444
+ }>> & Readonly<{
380
445
  onClose?: ((...args: any[]) => any) | undefined;
381
446
  onHandleOk?: ((...args: any[]) => any) | undefined;
382
447
  onResetPopconfirm?: ((...args: any[]) => any) | undefined;
383
448
  onFinishSubmit?: ((...args: any[]) => any) | undefined;
384
- }>>;
449
+ }> & {}>;
385
450
  emits: (event: "close" | "handleOk" | "resetPopconfirm" | "finishSubmit", ...args: any[]) => void;
386
451
  homeList: any;
387
- visible: import("vue").Ref<boolean>;
388
- isChangeWindow: import("vue").Ref<boolean>;
389
- modalWidth: import("vue").Ref<string>;
390
- modalHeight: import("vue").Ref<string>;
452
+ visible: import("vue").Ref<boolean, boolean>;
453
+ isChangeWindow: import("vue").Ref<boolean, boolean>;
454
+ modalWidth: import("vue").Ref<string, string>;
455
+ modalHeight: import("vue").Ref<string, string>;
391
456
  isShowResetButton: boolean;
392
457
  handleOk: () => void;
393
458
  close: () => void;
@@ -403,17 +468,17 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
403
468
  changeModalWindow: () => void;
404
469
  popconfirm: (e: any) => void;
405
470
  handleOperationItem: (option: string, item: import("..").IClassifyListType, name?: string | undefined) => void;
406
- NModal: any;
407
- NCard: any;
408
- NIcon: any;
409
- NButton: any;
410
- NTooltip: any;
411
- NSwitch: any;
412
- NPopconfirm: any;
413
- DocumentOutline: 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<{}>>, {}>;
414
- 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<{}>>, {}>;
415
- ReorderTwo: 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<{}>>, {}>;
416
- Draggable: import("vue").DefineComponent<{
471
+ readonly NModal: any;
472
+ readonly NCard: any;
473
+ readonly NIcon: any;
474
+ readonly NButton: any;
475
+ readonly NTooltip: any;
476
+ readonly NSwitch: any;
477
+ readonly NPopconfirm: any;
478
+ readonly DocumentOutline: 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>;
479
+ 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>;
480
+ readonly ReorderTwo: 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>;
481
+ readonly Draggable: import("vue").DefineComponent<{
417
482
  list: {
418
483
  type: ArrayConstructor;
419
484
  required: boolean;
@@ -485,8 +550,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
485
550
  list: unknown[];
486
551
  modelValue: unknown[];
487
552
  componentData: Record<string, any>;
488
- }>;
489
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "handleOk" | "resetPopconfirm" | "finishSubmit")[], "close" | "handleOk" | "resetPopconfirm" | "finishSubmit", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
553
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
554
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "handleOk" | "resetPopconfirm" | "finishSubmit")[], "close" | "handleOk" | "resetPopconfirm" | "finishSubmit", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
490
555
  visibleIn: {
491
556
  type: BooleanConstructor;
492
557
  };
@@ -523,19 +588,19 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
523
588
  type: FunctionConstructor;
524
589
  default: () => HTMLElement;
525
590
  };
526
- }>> & {
591
+ }>> & Readonly<{
527
592
  onClose?: ((...args: any[]) => any) | undefined;
528
593
  onHandleOk?: ((...args: any[]) => any) | undefined;
529
594
  onResetPopconfirm?: ((...args: any[]) => any) | undefined;
530
595
  onFinishSubmit?: ((...args: any[]) => any) | undefined;
531
- }, {
532
- type: string;
596
+ }>, {
533
597
  loading: boolean;
534
- dataSource: unknown[];
598
+ type: string;
535
599
  visibleIn: boolean;
600
+ dataSource: unknown[];
536
601
  getContainer: Function;
537
- }>;
538
- SearchFilter: import("vue").DefineComponent<{
602
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
603
+ SearchFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
539
604
  visible: {
540
605
  type: BooleanConstructor;
541
606
  default: boolean;
@@ -552,8 +617,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
552
617
  type: ArrayConstructor;
553
618
  default: () => never[];
554
619
  };
555
- }, {
556
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
620
+ }>, {
621
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
557
622
  visible: {
558
623
  type: BooleanConstructor;
559
624
  default: boolean;
@@ -570,18 +635,24 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
570
635
  type: ArrayConstructor;
571
636
  default: () => never[];
572
637
  };
573
- }>> & {
638
+ }>> & Readonly<{
574
639
  onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
575
- }>>;
640
+ }> & {}>;
576
641
  emits: (event: "cancelSaveAdd", ...args: any[]) => void;
577
- addVisible: import("vue").Ref<boolean>;
578
- isChangeWindow: import("vue").Ref<boolean>;
579
- modalWidth: import("vue").Ref<string>;
642
+ addVisible: import("vue").Ref<boolean, boolean>;
643
+ isChangeWindow: import("vue").Ref<boolean, boolean>;
644
+ modalWidth: import("vue").Ref<string, string>;
580
645
  bodyStyle: import("vue").Ref<{
581
646
  maxHeight: string;
582
647
  height: string;
648
+ }, {
649
+ maxHeight: string;
650
+ height: string;
651
+ } | {
652
+ maxHeight: string;
653
+ height: string;
583
654
  }>;
584
- conditionApiRef: any;
655
+ conditionApiRef: import("vue").Ref<any, any>;
585
656
  filterTimer: any;
586
657
  classifyfilterType: String;
587
658
  init: () => void;
@@ -592,10 +663,10 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
592
663
  clearConditions: () => void;
593
664
  resetChangeWindow: () => void;
594
665
  changeModalWindow: () => void;
595
- NModal: any;
596
- NCard: any;
597
- NButton: any;
598
- ClassifyFilterConditionByApi: import("vue").DefineComponent<{
666
+ readonly NModal: any;
667
+ readonly NCard: any;
668
+ readonly NButton: any;
669
+ ClassifyFilterConditionByApi: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
599
670
  actionList_prop: {
600
671
  type: import("vue").PropType<import("..").IClassifyListType>;
601
672
  default: () => {};
@@ -620,14 +691,14 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
620
691
  type: BooleanConstructor;
621
692
  default: boolean;
622
693
  };
623
- }, {
624
- $message: import("naive-ui").MessageApi;
694
+ }>, {
695
+ $message: import("naive-ui/es/message").MessageApi;
625
696
  menuProps: {
626
697
  class: string;
627
698
  };
628
699
  specialDateRange: string[];
629
700
  specialCustomDateRange: string[];
630
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
701
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
631
702
  actionList_prop: {
632
703
  type: import("vue").PropType<import("..").IClassifyListType>;
633
704
  default: () => {};
@@ -652,10 +723,10 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
652
723
  type: BooleanConstructor;
653
724
  default: boolean;
654
725
  };
655
- }>> & {
726
+ }>> & Readonly<{
656
727
  onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
657
728
  onSaveAdd?: ((...args: any[]) => any) | undefined;
658
- }>>;
729
+ }> & {}>;
659
730
  emit: (event: "cancelSaveAdd" | "saveAdd", ...args: any[]) => void;
660
731
  $attrs: {
661
732
  [x: string]: unknown;
@@ -673,9 +744,9 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
673
744
  customDate?: string | undefined;
674
745
  }[];
675
746
  };
676
- loading: import("vue").Ref<boolean>;
677
- parentInputRef: import("vue").Ref<any>;
678
- parentInputAddRef: import("vue").Ref<any>;
747
+ loading: import("vue").Ref<boolean, boolean>;
748
+ parentInputRef: import("vue").Ref<any, any>;
749
+ parentInputAddRef: import("vue").Ref<any, any>;
679
750
  DisplayCategoryState: {
680
751
  addDisplayCategory: string;
681
752
  displayCategories: {
@@ -716,16 +787,16 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
716
787
  saveAdd: () => void;
717
788
  cancelSaveAdd: () => void;
718
789
  checkActionList: () => boolean;
719
- NSpin: any;
720
- NIcon: any;
721
- NInput: any;
722
- NButton: any;
723
- NTooltip: any;
724
- NSelect: any;
725
- AddOutline: 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<{}>>, {}>;
726
- AddCircleSharp: 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<{}>>, {}>;
727
- CloseOutline: 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<{}>>, {}>;
728
- ValueCfg: import("vue").DefineComponent<{
790
+ readonly NSpin: any;
791
+ readonly NIcon: any;
792
+ readonly NInput: any;
793
+ readonly NButton: any;
794
+ readonly NTooltip: any;
795
+ readonly NSelect: any;
796
+ readonly AddOutline: 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>;
797
+ readonly AddCircleSharp: 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>;
798
+ readonly CloseOutline: 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>;
799
+ ValueCfg: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
729
800
  item: {
730
801
  type: ObjectConstructor;
731
802
  default: null;
@@ -749,8 +820,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
749
820
  type: StringConstructor;
750
821
  default: null;
751
822
  };
752
- }, {
753
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
823
+ }>, {
824
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
754
825
  item: {
755
826
  type: ObjectConstructor;
756
827
  default: null;
@@ -774,19 +845,19 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
774
845
  type: StringConstructor;
775
846
  default: null;
776
847
  };
777
- }>> & {
848
+ }>> & Readonly<{
778
849
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
779
850
  "onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
780
851
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
781
852
  "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
782
- }>>;
853
+ }> & {}>;
783
854
  emit: (event: "update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
784
- valueCp: import("vue").WritableComputedRef<any>;
785
- presetValCp: import("vue").WritableComputedRef<string>;
786
- isAccurateCp: import("vue").WritableComputedRef<boolean>;
787
- customDateCp: import("vue").WritableComputedRef<string>;
855
+ valueCp: import("vue").WritableComputedRef<any, any>;
856
+ presetValCp: import("vue").WritableComputedRef<string, string>;
857
+ isAccurateCp: import("vue").WritableComputedRef<boolean, boolean>;
858
+ customDateCp: import("vue").WritableComputedRef<string, string>;
788
859
  widgetType: import("vue").ComputedRef<any>;
789
- Date: import("vue").DefineComponent<{
860
+ readonly Date: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
790
861
  componentCfg: {
791
862
  type: ObjectConstructor;
792
863
  };
@@ -810,8 +881,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
810
881
  type: StringConstructor;
811
882
  default: null;
812
883
  };
813
- }, {
814
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
884
+ }>, {
885
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
815
886
  componentCfg: {
816
887
  type: ObjectConstructor;
817
888
  };
@@ -835,15 +906,15 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
835
906
  type: StringConstructor;
836
907
  default: null;
837
908
  };
838
- }>> & {
909
+ }>> & Readonly<{
839
910
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
840
911
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
841
912
  "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
842
- }>>;
913
+ }> & {}>;
843
914
  emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
844
- filterType: import("vue").ComputedRef<"1" | "2" | "3">;
845
- valueCp: import("vue").WritableComputedRef<any>;
846
- presetValCp: import("vue").WritableComputedRef<string>;
915
+ filterType: import("vue").ComputedRef<"1" | "3" | "2">;
916
+ valueCp: import("vue").WritableComputedRef<any, any>;
917
+ presetValCp: import("vue").WritableComputedRef<string, string>;
847
918
  dateType: any;
848
919
  valueFormat: import("vue").ComputedRef<string>;
849
920
  compType: import("vue").ComputedRef<any>;
@@ -858,7 +929,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
858
929
  isMinuteDisabled(minute: number, hour: number | null): boolean | undefined;
859
930
  isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | undefined;
860
931
  };
861
- CDatePicker: SFCWithInstall<import("vue").DefineComponent<{
932
+ readonly CDatePicker: SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
862
933
  updateUnchangedValue: {
863
934
  type: BooleanConstructor;
864
935
  };
@@ -886,14 +957,18 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
886
957
  type: StringConstructor;
887
958
  default: string;
888
959
  };
960
+ updateValueOnClose: {
961
+ type: BooleanConstructor;
962
+ default: boolean;
963
+ };
889
964
  isDateDisabled: {
890
965
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
891
966
  };
892
- }, {
967
+ }>, {
893
968
  attrs: {
894
969
  [x: string]: unknown;
895
970
  };
896
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
971
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
897
972
  updateUnchangedValue: {
898
973
  type: BooleanConstructor;
899
974
  };
@@ -921,18 +996,22 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
921
996
  type: StringConstructor;
922
997
  default: string;
923
998
  };
999
+ updateValueOnClose: {
1000
+ type: BooleanConstructor;
1001
+ default: boolean;
1002
+ };
924
1003
  isDateDisabled: {
925
1004
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
926
1005
  };
927
- }>> & {
1006
+ }>> & Readonly<{
928
1007
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
929
- }>>;
1008
+ }> & {}>;
930
1009
  emit: (event: "update:formatted-value", ...args: any[]) => void;
931
- datePickerRef: import("vue").Ref<import("../../shared/types").AnyObject | null>;
932
- panelInstRef: import("vue").Ref<null>;
933
- placeholderRef: import("vue").Ref<any>;
934
- oldValue: string;
935
- currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
1010
+ datePickerRef: import("vue").Ref<import("../../shared/types").AnyObject | null, import("../../shared/types").AnyObject | null>;
1011
+ panelInstRef: import("vue").Ref<null, null>;
1012
+ placeholderRef: import("vue").Ref<any, any>;
1013
+ oldValue: (string | [string, string]) | null | undefined;
1014
+ currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
936
1015
  isDateTime: import("vue").ComputedRef<boolean>;
937
1016
  formatRef: import("vue").ComputedRef<string>;
938
1017
  panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
@@ -947,8 +1026,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
947
1026
  onConfirm: (...args: any[]) => Promise<void>;
948
1027
  isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
949
1028
  setShortcutValue: (type: "month" | "week") => Promise<void>;
950
- NDatePicker: any;
951
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1029
+ readonly NDatePicker: any;
1030
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
952
1031
  updateUnchangedValue: {
953
1032
  type: BooleanConstructor;
954
1033
  };
@@ -976,19 +1055,24 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
976
1055
  type: StringConstructor;
977
1056
  default: string;
978
1057
  };
1058
+ updateValueOnClose: {
1059
+ type: BooleanConstructor;
1060
+ default: boolean;
1061
+ };
979
1062
  isDateDisabled: {
980
1063
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
981
1064
  };
982
- }>> & {
1065
+ }>> & Readonly<{
983
1066
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
984
- }, {
1067
+ }>, {
985
1068
  type: string;
986
1069
  updateUnchangedValue: boolean;
987
1070
  to: string | false | HTMLElement;
988
1071
  holidays: Date[];
989
- }>>;
990
- NSelect: any;
991
- DateOption: import("vue").DefineComponent<{
1072
+ updateValueOnClose: boolean;
1073
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
1074
+ readonly NSelect: any;
1075
+ DateOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
992
1076
  filterType: {
993
1077
  type: StringConstructor;
994
1078
  required: true;
@@ -1013,7 +1097,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
1013
1097
  valueFormat: {
1014
1098
  type: StringConstructor;
1015
1099
  };
1016
- }, {
1100
+ }>, {
1017
1101
  widgetOptions: {
1018
1102
  label: string;
1019
1103
  value: string;
@@ -1022,9 +1106,9 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
1022
1106
  label: string;
1023
1107
  value: string;
1024
1108
  }[];
1025
- startDateNum: import("vue").Ref<any>;
1026
- endDateNum: import("vue").Ref<any>;
1027
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1109
+ startDateNum: import("vue").Ref<any, any>;
1110
+ endDateNum: import("vue").Ref<any, any>;
1111
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1028
1112
  filterType: {
1029
1113
  type: StringConstructor;
1030
1114
  required: true;
@@ -1049,17 +1133,17 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
1049
1133
  valueFormat: {
1050
1134
  type: StringConstructor;
1051
1135
  };
1052
- }>> & {
1136
+ }>> & Readonly<{
1053
1137
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1054
1138
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1055
- }>>;
1139
+ }> & {}>;
1056
1140
  emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
1057
- valueCp: import("vue").WritableComputedRef<any>;
1058
- presetValCp: import("vue").WritableComputedRef<string>;
1141
+ valueCp: import("vue").WritableComputedRef<any, any>;
1142
+ presetValCp: import("vue").WritableComputedRef<string, string>;
1059
1143
  handleChange: (val: any, type: "start" | "end") => void;
1060
- NSelect: any;
1061
- NInputNumber: any;
1062
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1144
+ readonly NSelect: any;
1145
+ readonly NInputNumber: any;
1146
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1063
1147
  filterType: {
1064
1148
  type: StringConstructor;
1065
1149
  required: true;
@@ -1084,14 +1168,14 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
1084
1168
  valueFormat: {
1085
1169
  type: StringConstructor;
1086
1170
  };
1087
- }>> & {
1171
+ }>> & Readonly<{
1088
1172
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1089
1173
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1090
- }, {
1174
+ }>, {
1091
1175
  modelValue: string | number | unknown[];
1092
1176
  presetVal: string;
1093
- }>;
1094
- WidgetValEnums: {
1177
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1178
+ readonly WidgetValEnums: {
1095
1179
  CUSTOM: string;
1096
1180
  FIRST_VAL: string;
1097
1181
  WHOLE: string;
@@ -1122,7 +1206,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
1122
1206
  NEXT_YEAR: string;
1123
1207
  LAST_YEAR: string;
1124
1208
  };
1125
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal" | "update:customDate")[], "update:modelValue" | "update:presetVal" | "update:customDate", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1209
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal" | "update:customDate")[], "update:modelValue" | "update:presetVal" | "update:customDate", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1126
1210
  componentCfg: {
1127
1211
  type: ObjectConstructor;
1128
1212
  };
@@ -1146,17 +1230,17 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
1146
1230
  type: StringConstructor;
1147
1231
  default: null;
1148
1232
  };
1149
- }>> & {
1233
+ }>> & Readonly<{
1150
1234
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1151
1235
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1152
1236
  "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
1153
- }, {
1237
+ }>, {
1154
1238
  modelValue: string | number | unknown[];
1155
1239
  paramCfg: Record<string, any>;
1156
1240
  presetVal: string;
1157
1241
  customDate: string;
1158
- }>;
1159
- InputFilter: import("vue").DefineComponent<{
1242
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1243
+ readonly InputFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1160
1244
  paramCfg: {
1161
1245
  type: ObjectConstructor;
1162
1246
  default: null;
@@ -1168,8 +1252,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
1168
1252
  isAccurateFilter: {
1169
1253
  type: BooleanConstructor;
1170
1254
  };
1171
- }, {
1172
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1255
+ }>, {
1256
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1173
1257
  paramCfg: {
1174
1258
  type: ObjectConstructor;
1175
1259
  default: null;
@@ -1181,21 +1265,27 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
1181
1265
  isAccurateFilter: {
1182
1266
  type: BooleanConstructor;
1183
1267
  };
1184
- }>> & {
1268
+ }>> & Readonly<{
1185
1269
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1186
1270
  "onUpdate:isAccurateFilter"?: ((...args: any[]) => any) | undefined;
1187
- }>>;
1271
+ }> & {}>;
1188
1272
  emit: (event: "update:modelValue" | "update:isAccurateFilter", ...args: any[]) => void;
1189
1273
  optionList: import("vue").Ref<{
1190
1274
  label: string;
1191
1275
  value: number;
1276
+ }[], {
1277
+ label: string;
1278
+ value: number;
1279
+ }[] | {
1280
+ label: string;
1281
+ value: number;
1192
1282
  }[]>;
1193
- valueCp: import("vue").WritableComputedRef<any>;
1194
- isAccurateFilterCp: import("vue").WritableComputedRef<number>;
1283
+ valueCp: import("vue").WritableComputedRef<any, any>;
1284
+ isAccurateFilterCp: import("vue").WritableComputedRef<number, number>;
1195
1285
  isShowSearch: import("vue").ComputedRef<any>;
1196
- NInput: any;
1197
- NSelect: any;
1198
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:isAccurateFilter")[], "update:modelValue" | "update:isAccurateFilter", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1286
+ readonly NInput: any;
1287
+ readonly NSelect: any;
1288
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:isAccurateFilter")[], "update:modelValue" | "update:isAccurateFilter", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1199
1289
  paramCfg: {
1200
1290
  type: ObjectConstructor;
1201
1291
  default: null;
@@ -1207,42 +1297,42 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
1207
1297
  isAccurateFilter: {
1208
1298
  type: BooleanConstructor;
1209
1299
  };
1210
- }>> & {
1300
+ }>> & Readonly<{
1211
1301
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1212
1302
  "onUpdate:isAccurateFilter"?: ((...args: any[]) => any) | undefined;
1213
- }, {
1303
+ }>, {
1214
1304
  modelValue: string | number | unknown[];
1215
1305
  paramCfg: Record<string, any>;
1216
1306
  isAccurateFilter: boolean;
1217
- }>;
1218
- InputNumber: import("vue").DefineComponent<{
1307
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1308
+ readonly InputNumber: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1219
1309
  modelValue: {
1220
1310
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1221
1311
  default: null;
1222
1312
  };
1223
- }, {
1224
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1313
+ }>, {
1314
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1225
1315
  modelValue: {
1226
1316
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1227
1317
  default: null;
1228
1318
  };
1229
- }>> & {
1319
+ }>> & Readonly<{
1230
1320
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1231
- }>>;
1321
+ }> & {}>;
1232
1322
  emit: (event: "update:modelValue", ...args: any[]) => void;
1233
- valueCp: import("vue").WritableComputedRef<any>;
1234
- NInputNumber: any;
1235
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1323
+ valueCp: import("vue").WritableComputedRef<any, any>;
1324
+ readonly NInputNumber: any;
1325
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1236
1326
  modelValue: {
1237
1327
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1238
1328
  default: null;
1239
1329
  };
1240
- }>> & {
1330
+ }>> & Readonly<{
1241
1331
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1242
- }, {
1332
+ }>, {
1243
1333
  modelValue: string | number | unknown[];
1244
- }>;
1245
- SelectFilter: import("vue").DefineComponent<{
1334
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1335
+ readonly SelectFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1246
1336
  paramCfg: {
1247
1337
  type: ObjectConstructor;
1248
1338
  default: null;
@@ -1255,8 +1345,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
1255
1345
  type: StringConstructor;
1256
1346
  default: string;
1257
1347
  };
1258
- }, {
1259
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1348
+ }>, {
1349
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1260
1350
  paramCfg: {
1261
1351
  type: ObjectConstructor;
1262
1352
  default: null;
@@ -1269,15 +1359,15 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
1269
1359
  type: StringConstructor;
1270
1360
  default: string;
1271
1361
  };
1272
- }>> & {
1362
+ }>> & Readonly<{
1273
1363
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1274
- }>>;
1364
+ }> & {}>;
1275
1365
  emit: (event: "update:modelValue", ...args: any[]) => void;
1276
- valueCp: import("vue").WritableComputedRef<any>;
1366
+ valueCp: import("vue").WritableComputedRef<any, any>;
1277
1367
  optionSetting: import("vue").ComputedRef<any>;
1278
1368
  widgetOptions: import("vue").ComputedRef<any>;
1279
- NSelect: any;
1280
- WidgetOptionEnums: {
1369
+ readonly NSelect: any;
1370
+ readonly WidgetOptionEnums: {
1281
1371
  RADIO: string;
1282
1372
  MULTIPLE: string;
1283
1373
  ALL: string;
@@ -1286,7 +1376,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
1286
1376
  FUTURE_TIME: string;
1287
1377
  CUSTOM_TIME: string;
1288
1378
  };
1289
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1379
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1290
1380
  paramCfg: {
1291
1381
  type: ObjectConstructor;
1292
1382
  default: null;
@@ -1299,14 +1389,14 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
1299
1389
  type: StringConstructor;
1300
1390
  default: string;
1301
1391
  };
1302
- }>> & {
1392
+ }>> & Readonly<{
1303
1393
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1304
- }, {
1394
+ }>, {
1305
1395
  modelValue: string | number | unknown[];
1306
1396
  widgetType: string;
1307
1397
  paramCfg: Record<string, any>;
1308
- }>;
1309
- SelectDynamic: import("vue").DefineComponent<{
1398
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1399
+ readonly SelectDynamic: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1310
1400
  paramCfg: {
1311
1401
  type: ObjectConstructor;
1312
1402
  default: null;
@@ -1315,9 +1405,9 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
1315
1405
  type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
1316
1406
  default: null;
1317
1407
  };
1318
- }, {
1319
- message: import("naive-ui").MessageApi;
1320
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1408
+ }>, {
1409
+ message: import("naive-ui/es/message").MessageApi;
1410
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1321
1411
  paramCfg: {
1322
1412
  type: ObjectConstructor;
1323
1413
  default: null;
@@ -1326,23 +1416,23 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
1326
1416
  type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
1327
1417
  default: null;
1328
1418
  };
1329
- }>> & {
1419
+ }>> & Readonly<{
1330
1420
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1331
- }>>;
1421
+ }> & {}>;
1332
1422
  getDynamicSelectData: (params: any, filterApiConfig: any) => Promise<any>;
1333
1423
  emit: (event: "update:modelValue", ...args: any[]) => void;
1334
- selectDynamicRef: any;
1335
- isLoading: import("vue").Ref<boolean>;
1424
+ selectDynamicRef: import("vue").Ref<any, any>;
1425
+ isLoading: import("vue").Ref<boolean, boolean>;
1336
1426
  filterApiConfig: import("../../shared/types").AnyObject;
1337
- classifyFilterList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
1338
- totalPage: import("vue").Ref<number>;
1427
+ classifyFilterList: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
1428
+ totalPage: import("vue").Ref<number, number>;
1339
1429
  menuProps: {
1340
1430
  class: string;
1341
1431
  };
1342
- curPage: import("vue").Ref<number>;
1343
- fieldTitleList: import("vue").Ref<any>;
1344
- selectOptions: import("vue").Ref<any[]>;
1345
- keywordVal: import("vue").Ref<any>;
1432
+ curPage: import("vue").Ref<number, number>;
1433
+ fieldTitleList: import("vue").Ref<any, any>;
1434
+ selectOptions: import("vue").Ref<any[], any[]>;
1435
+ keywordVal: import("vue").Ref<any, any>;
1346
1436
  optionSetting: import("vue").ComputedRef<any>;
1347
1437
  isMultiple: import("vue").ComputedRef<boolean>;
1348
1438
  dynamicOptionInfos: import("vue").ComputedRef<any>;
@@ -1365,8 +1455,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
1365
1455
  }>;
1366
1456
  init: () => void;
1367
1457
  saveDynamicBaseList: (selectValue: any[] | null) => void;
1368
- NSelect: any;
1369
- SelectDynamicOption: import("vue").DefineComponent<{
1458
+ readonly NSelect: any;
1459
+ SelectDynamicOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1370
1460
  oldValue: {
1371
1461
  type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
1372
1462
  default: () => never[];
@@ -1403,9 +1493,9 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
1403
1493
  type: BooleanConstructor;
1404
1494
  default: boolean;
1405
1495
  };
1406
- }, {
1496
+ }>, {
1407
1497
  selectMinWidth: number;
1408
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1498
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1409
1499
  oldValue: {
1410
1500
  type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
1411
1501
  default: () => never[];
@@ -1442,12 +1532,12 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
1442
1532
  type: BooleanConstructor;
1443
1533
  default: boolean;
1444
1534
  };
1445
- }>> & {
1446
- onUpdateSelect?: ((...args: any[]) => any) | undefined;
1535
+ }>> & Readonly<{
1447
1536
  onUpdatePage?: ((...args: any[]) => any) | undefined;
1448
- }>>;
1537
+ onUpdateSelect?: ((...args: any[]) => any) | undefined;
1538
+ }> & {}>;
1449
1539
  emit: (event: "updateSelect" | "updatePage", ...args: any[]) => void;
1450
- dragEndWidth: import("vue").Ref<number>;
1540
+ dragEndWidth: import("vue").Ref<number, number>;
1451
1541
  showKeys: import("vue").ComputedRef<any>;
1452
1542
  titleList: import("vue").ComputedRef<string[]>;
1453
1543
  isOptionsNull: import("vue").ComputedRef<boolean>;
@@ -1455,16 +1545,16 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
1455
1545
  searchByPage: (onePage: number) => void;
1456
1546
  changeWidth: ({ distance }: any) => void;
1457
1547
  saveWidth: () => void;
1458
- NEmpty: any;
1459
- NButtonGroup: any;
1460
- NButton: any;
1461
- NIcon: any;
1462
- NPopover: any;
1463
- vFlexibleResize: {
1548
+ readonly NEmpty: any;
1549
+ readonly NButtonGroup: any;
1550
+ readonly NButton: any;
1551
+ readonly NIcon: any;
1552
+ readonly NPopover: any;
1553
+ readonly vFlexibleResize: {
1464
1554
  mounted(el: any, { value }: any): void;
1465
1555
  beforeUnmount(el: any): void;
1466
1556
  };
1467
- WidgetValEnums: {
1557
+ readonly WidgetValEnums: {
1468
1558
  CUSTOM: string;
1469
1559
  FIRST_VAL: string;
1470
1560
  WHOLE: string;
@@ -1495,9 +1585,9 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
1495
1585
  NEXT_YEAR: string;
1496
1586
  LAST_YEAR: string;
1497
1587
  };
1498
- ArrowBack: 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<{}>>, {}>;
1499
- ArrowForward: 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<{}>>, {}>;
1500
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updateSelect" | "updatePage")[], "updateSelect" | "updatePage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1588
+ readonly ArrowBack: 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>;
1589
+ readonly ArrowForward: 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>;
1590
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updateSelect" | "updatePage")[], "updateSelect" | "updatePage", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1501
1591
  oldValue: {
1502
1592
  type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
1503
1593
  default: () => never[];
@@ -1534,21 +1624,21 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
1534
1624
  type: BooleanConstructor;
1535
1625
  default: boolean;
1536
1626
  };
1537
- }>> & {
1538
- onUpdateSelect?: ((...args: any[]) => any) | undefined;
1627
+ }>> & Readonly<{
1539
1628
  onUpdatePage?: ((...args: any[]) => any) | undefined;
1540
- }, {
1541
- isMultiple: boolean;
1629
+ onUpdateSelect?: ((...args: any[]) => any) | undefined;
1630
+ }>, {
1542
1631
  loading: boolean;
1632
+ isMultiple: boolean;
1543
1633
  oldValue: import("../../shared/types").AnyObject[];
1634
+ optionList: import("../../shared/types").AnyObject[];
1635
+ isShowWhole: boolean;
1544
1636
  dynamicOptionInfo: import("../../shared/types").AnyObject;
1545
1637
  fieldTitleList: import("../../shared/types").AnyObject[];
1546
- optionList: import("../../shared/types").AnyObject[];
1547
1638
  curPage: number;
1548
1639
  isLastPage: boolean;
1549
- isShowWhole: boolean;
1550
- }>;
1551
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1640
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1641
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1552
1642
  paramCfg: {
1553
1643
  type: ObjectConstructor;
1554
1644
  default: null;
@@ -1557,13 +1647,13 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
1557
1647
  type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
1558
1648
  default: null;
1559
1649
  };
1560
- }>> & {
1650
+ }>> & Readonly<{
1561
1651
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1562
- }, {
1652
+ }>, {
1563
1653
  modelValue: import("../../shared/types").AnyObject[];
1564
1654
  paramCfg: Record<string, any>;
1565
- }>;
1566
- InputNumberGroup: import("vue").DefineComponent<{
1655
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1656
+ readonly InputNumberGroup: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1567
1657
  paramCfg: {
1568
1658
  type: ObjectConstructor;
1569
1659
  default: null;
@@ -1572,8 +1662,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
1572
1662
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1573
1663
  default: null;
1574
1664
  };
1575
- }, {
1576
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1665
+ }>, {
1666
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1577
1667
  paramCfg: {
1578
1668
  type: ObjectConstructor;
1579
1669
  default: null;
@@ -1582,16 +1672,16 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
1582
1672
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1583
1673
  default: null;
1584
1674
  };
1585
- }>> & {
1675
+ }>> & Readonly<{
1586
1676
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1587
- }>>;
1588
- startNumber: import("vue").Ref<any>;
1589
- endNumber: import("vue").Ref<any>;
1677
+ }> & {}>;
1678
+ startNumber: import("vue").Ref<any, any>;
1679
+ endNumber: import("vue").Ref<any, any>;
1590
1680
  emit: (event: "update:modelValue", ...args: any[]) => void;
1591
1681
  handleChange: (val: number | null, key: string) => void;
1592
- NInputGroup: any;
1593
- NInputNumber: any;
1594
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1682
+ readonly NInputGroup: any;
1683
+ readonly NInputNumber: any;
1684
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1595
1685
  paramCfg: {
1596
1686
  type: ObjectConstructor;
1597
1687
  default: null;
@@ -1600,13 +1690,13 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
1600
1690
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1601
1691
  default: null;
1602
1692
  };
1603
- }>> & {
1693
+ }>> & Readonly<{
1604
1694
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1605
- }, {
1695
+ }>, {
1606
1696
  modelValue: string | number | unknown[];
1607
1697
  paramCfg: Record<string, any>;
1608
- }>;
1609
- DateRange: import("vue").DefineComponent<{
1698
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1699
+ readonly DateRange: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1610
1700
  item: {
1611
1701
  type: ObjectConstructor;
1612
1702
  required: true;
@@ -1627,8 +1717,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
1627
1717
  type: StringConstructor;
1628
1718
  default: null;
1629
1719
  };
1630
- }, {
1631
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1720
+ }>, {
1721
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1632
1722
  item: {
1633
1723
  type: ObjectConstructor;
1634
1724
  required: true;
@@ -1649,15 +1739,15 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
1649
1739
  type: StringConstructor;
1650
1740
  default: null;
1651
1741
  };
1652
- }>> & {
1742
+ }>> & Readonly<{
1653
1743
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1654
1744
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1655
1745
  "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
1656
- }>>;
1746
+ }> & {}>;
1657
1747
  emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
1658
- startDate: import("vue").Ref<any>;
1659
- endDate: import("vue").Ref<any>;
1660
- filterType: import("vue").ComputedRef<"1" | "2" | "3">;
1748
+ startDate: import("vue").Ref<any, any>;
1749
+ endDate: import("vue").Ref<any, any>;
1750
+ filterType: import("vue").ComputedRef<"1" | "3" | "2">;
1661
1751
  valueFormat: import("vue").ComputedRef<string>;
1662
1752
  dateFormat: import("vue").ComputedRef<string>;
1663
1753
  compType: import("vue").ComputedRef<any>;
@@ -1675,8 +1765,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
1675
1765
  label: string;
1676
1766
  value: string;
1677
1767
  }[]>;
1678
- presetValCp: import("vue").WritableComputedRef<string>;
1679
- valueDateCp: import("vue").WritableComputedRef<unknown>;
1768
+ presetValCp: import("vue").WritableComputedRef<string, string>;
1769
+ valueDateCp: import("vue").WritableComputedRef<string | number | unknown[] | null, unknown>;
1680
1770
  handleChange: (val: any, type: "start" | "end") => void;
1681
1771
  isStartDateDisabled: (ts: number) => boolean;
1682
1772
  timeStartDisabled: (ts: number) => {
@@ -1690,9 +1780,9 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
1690
1780
  isMinuteDisabled(minute: number, hour: number | null): boolean | 0;
1691
1781
  isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | 0;
1692
1782
  };
1693
- NSelect: any;
1694
- NPopover: any;
1695
- CDatePicker: SFCWithInstall<import("vue").DefineComponent<{
1783
+ readonly NSelect: any;
1784
+ readonly NPopover: any;
1785
+ readonly CDatePicker: SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1696
1786
  updateUnchangedValue: {
1697
1787
  type: BooleanConstructor;
1698
1788
  };
@@ -1720,14 +1810,18 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
1720
1810
  type: StringConstructor;
1721
1811
  default: string;
1722
1812
  };
1813
+ updateValueOnClose: {
1814
+ type: BooleanConstructor;
1815
+ default: boolean;
1816
+ };
1723
1817
  isDateDisabled: {
1724
1818
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
1725
1819
  };
1726
- }, {
1820
+ }>, {
1727
1821
  attrs: {
1728
1822
  [x: string]: unknown;
1729
1823
  };
1730
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1824
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1731
1825
  updateUnchangedValue: {
1732
1826
  type: BooleanConstructor;
1733
1827
  };
@@ -1755,18 +1849,22 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
1755
1849
  type: StringConstructor;
1756
1850
  default: string;
1757
1851
  };
1852
+ updateValueOnClose: {
1853
+ type: BooleanConstructor;
1854
+ default: boolean;
1855
+ };
1758
1856
  isDateDisabled: {
1759
1857
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
1760
1858
  };
1761
- }>> & {
1859
+ }>> & Readonly<{
1762
1860
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1763
- }>>;
1861
+ }> & {}>;
1764
1862
  emit: (event: "update:formatted-value", ...args: any[]) => void;
1765
- datePickerRef: import("vue").Ref<import("../../shared/types").AnyObject | null>;
1766
- panelInstRef: import("vue").Ref<null>;
1767
- placeholderRef: import("vue").Ref<any>;
1768
- oldValue: string;
1769
- currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
1863
+ datePickerRef: import("vue").Ref<import("../../shared/types").AnyObject | null, import("../../shared/types").AnyObject | null>;
1864
+ panelInstRef: import("vue").Ref<null, null>;
1865
+ placeholderRef: import("vue").Ref<any, any>;
1866
+ oldValue: (string | [string, string]) | null | undefined;
1867
+ currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
1770
1868
  isDateTime: import("vue").ComputedRef<boolean>;
1771
1869
  formatRef: import("vue").ComputedRef<string>;
1772
1870
  panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
@@ -1781,8 +1879,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
1781
1879
  onConfirm: (...args: any[]) => Promise<void>;
1782
1880
  isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
1783
1881
  setShortcutValue: (type: "month" | "week") => Promise<void>;
1784
- NDatePicker: any;
1785
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1882
+ readonly NDatePicker: any;
1883
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1786
1884
  updateUnchangedValue: {
1787
1885
  type: BooleanConstructor;
1788
1886
  };
@@ -1810,18 +1908,23 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
1810
1908
  type: StringConstructor;
1811
1909
  default: string;
1812
1910
  };
1911
+ updateValueOnClose: {
1912
+ type: BooleanConstructor;
1913
+ default: boolean;
1914
+ };
1813
1915
  isDateDisabled: {
1814
1916
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
1815
1917
  };
1816
- }>> & {
1918
+ }>> & Readonly<{
1817
1919
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1818
- }, {
1920
+ }>, {
1819
1921
  type: string;
1820
1922
  updateUnchangedValue: boolean;
1821
1923
  to: string | false | HTMLElement;
1822
1924
  holidays: Date[];
1823
- }>>;
1824
- DateOption: import("vue").DefineComponent<{
1925
+ updateValueOnClose: boolean;
1926
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
1927
+ DateOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1825
1928
  filterType: {
1826
1929
  type: StringConstructor;
1827
1930
  required: true;
@@ -1846,7 +1949,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
1846
1949
  valueFormat: {
1847
1950
  type: StringConstructor;
1848
1951
  };
1849
- }, {
1952
+ }>, {
1850
1953
  widgetOptions: {
1851
1954
  label: string;
1852
1955
  value: string;
@@ -1855,9 +1958,9 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
1855
1958
  label: string;
1856
1959
  value: string;
1857
1960
  }[];
1858
- startDateNum: import("vue").Ref<any>;
1859
- endDateNum: import("vue").Ref<any>;
1860
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1961
+ startDateNum: import("vue").Ref<any, any>;
1962
+ endDateNum: import("vue").Ref<any, any>;
1963
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1861
1964
  filterType: {
1862
1965
  type: StringConstructor;
1863
1966
  required: true;
@@ -1882,17 +1985,17 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
1882
1985
  valueFormat: {
1883
1986
  type: StringConstructor;
1884
1987
  };
1885
- }>> & {
1988
+ }>> & Readonly<{
1886
1989
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1887
1990
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1888
- }>>;
1991
+ }> & {}>;
1889
1992
  emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
1890
- valueCp: import("vue").WritableComputedRef<any>;
1891
- presetValCp: import("vue").WritableComputedRef<string>;
1993
+ valueCp: import("vue").WritableComputedRef<any, any>;
1994
+ presetValCp: import("vue").WritableComputedRef<string, string>;
1892
1995
  handleChange: (val: any, type: "start" | "end") => void;
1893
- NSelect: any;
1894
- NInputNumber: any;
1895
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1996
+ readonly NSelect: any;
1997
+ readonly NInputNumber: any;
1998
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1896
1999
  filterType: {
1897
2000
  type: StringConstructor;
1898
2001
  required: true;
@@ -1917,14 +2020,14 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
1917
2020
  valueFormat: {
1918
2021
  type: StringConstructor;
1919
2022
  };
1920
- }>> & {
2023
+ }>> & Readonly<{
1921
2024
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1922
2025
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1923
- }, {
2026
+ }>, {
1924
2027
  modelValue: string | number | unknown[];
1925
2028
  presetVal: string;
1926
- }>;
1927
- WidgetValEnums: {
2029
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2030
+ readonly WidgetValEnums: {
1928
2031
  CUSTOM: string;
1929
2032
  FIRST_VAL: string;
1930
2033
  WHOLE: string;
@@ -1955,7 +2058,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
1955
2058
  NEXT_YEAR: string;
1956
2059
  LAST_YEAR: string;
1957
2060
  };
1958
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal" | "update:customDate")[], "update:modelValue" | "update:presetVal" | "update:customDate", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2061
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal" | "update:customDate")[], "update:modelValue" | "update:presetVal" | "update:customDate", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1959
2062
  item: {
1960
2063
  type: ObjectConstructor;
1961
2064
  required: true;
@@ -1976,17 +2079,17 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
1976
2079
  type: StringConstructor;
1977
2080
  default: null;
1978
2081
  };
1979
- }>> & {
2082
+ }>> & Readonly<{
1980
2083
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1981
2084
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1982
2085
  "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
1983
- }, {
2086
+ }>, {
1984
2087
  modelValue: string | number | unknown[];
1985
2088
  paramCfg: Record<string, any>;
1986
2089
  presetVal: string;
1987
2090
  customDate: string;
1988
- }>;
1989
- SelectLabel: import("vue").DefineComponent<{
2091
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2092
+ readonly SelectLabel: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1990
2093
  paramCfg: {
1991
2094
  type: ObjectConstructor;
1992
2095
  default: null;
@@ -1995,10 +2098,10 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
1995
2098
  type: StringConstructor;
1996
2099
  default: null;
1997
2100
  };
1998
- }, {
2101
+ }>, {
1999
2102
  getDynamicLabelData: (params: any, filterApiConfig: any) => Promise<any>;
2000
- message: import("naive-ui").MessageApi;
2001
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2103
+ message: import("naive-ui/es/message").MessageApi;
2104
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2002
2105
  paramCfg: {
2003
2106
  type: ObjectConstructor;
2004
2107
  default: null;
@@ -2007,13 +2110,13 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
2007
2110
  type: StringConstructor;
2008
2111
  default: null;
2009
2112
  };
2010
- }>> & {
2113
+ }>> & Readonly<{
2011
2114
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2012
- }>>;
2115
+ }> & {}>;
2013
2116
  emit: (event: "update:modelValue", ...args: any[]) => void;
2014
- tagList: import("vue").Ref<never[]>;
2117
+ tagList: import("vue").Ref<never[], never[]>;
2015
2118
  filterApiConfig: import("../../shared/types").AnyObject;
2016
- valueCp: import("vue").WritableComputedRef<string[]>;
2119
+ valueCp: import("vue").WritableComputedRef<string[], string[]>;
2017
2120
  optionList: import("vue").ComputedRef<import("naive-ui").SelectOption[]>;
2018
2121
  initTagList: () => Promise<void>;
2019
2122
  renderOption: ({ node, option }: {
@@ -2025,8 +2128,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
2025
2128
  [key: string]: any;
2026
2129
  }>;
2027
2130
  renderLabel: (option: any) => any;
2028
- NSelect: any;
2029
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2131
+ readonly NSelect: any;
2132
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2030
2133
  paramCfg: {
2031
2134
  type: ObjectConstructor;
2032
2135
  default: null;
@@ -2035,13 +2138,13 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
2035
2138
  type: StringConstructor;
2036
2139
  default: null;
2037
2140
  };
2038
- }>> & {
2141
+ }>> & Readonly<{
2039
2142
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2040
- }, {
2143
+ }>, {
2041
2144
  modelValue: string;
2042
2145
  paramCfg: Record<string, any>;
2043
- }>;
2044
- SelectTreeDynamic: import("vue").DefineComponent<{
2146
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2147
+ readonly SelectTreeDynamic: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2045
2148
  paramCfg: {
2046
2149
  type: ObjectConstructor;
2047
2150
  default: null;
@@ -2050,9 +2153,9 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
2050
2153
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
2051
2154
  default: null;
2052
2155
  };
2053
- }, {
2054
- message: import("naive-ui").MessageApi;
2055
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2156
+ }>, {
2157
+ message: import("naive-ui/es/message").MessageApi;
2158
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2056
2159
  paramCfg: {
2057
2160
  type: ObjectConstructor;
2058
2161
  default: null;
@@ -2061,22 +2164,22 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
2061
2164
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
2062
2165
  default: null;
2063
2166
  };
2064
- }>> & {
2167
+ }>> & Readonly<{
2065
2168
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2066
- }>>;
2169
+ }> & {}>;
2067
2170
  getDynamicSelectData: (params: any, filterApiConfig: any) => Promise<any>;
2068
2171
  emit: (event: "update:modelValue", ...args: any[]) => void;
2069
- options: import("vue").Ref<any[]>;
2172
+ options: import("vue").Ref<any[], any[]>;
2070
2173
  filterApiConfig: import("../../shared/types").AnyObject;
2071
- classifyFilterList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
2174
+ classifyFilterList: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
2072
2175
  optionSetting: import("vue").ComputedRef<any>;
2073
2176
  isMultiple: import("vue").ComputedRef<boolean>;
2074
2177
  dynamicOptionInfos: import("vue").ComputedRef<any>;
2075
- valueCp: import("vue").WritableComputedRef<any>;
2178
+ valueCp: import("vue").WritableComputedRef<any, any>;
2076
2179
  transformOptions: (list: any[], showKeys: string[], valueKey: string) => any[];
2077
2180
  getOptionsData: (keyword: string) => Promise<void>;
2078
- NTreeSelect: any;
2079
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2181
+ readonly NTreeSelect: any;
2182
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2080
2183
  paramCfg: {
2081
2184
  type: ObjectConstructor;
2082
2185
  default: null;
@@ -2085,13 +2188,13 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
2085
2188
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
2086
2189
  default: null;
2087
2190
  };
2088
- }>> & {
2191
+ }>> & Readonly<{
2089
2192
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2090
- }, {
2193
+ }>, {
2091
2194
  modelValue: string | number | unknown[];
2092
2195
  paramCfg: Record<string, any>;
2093
- }>;
2094
- WidgetTypeEnums: {
2196
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2197
+ readonly WidgetTypeEnums: {
2095
2198
  INPUT_NUMBER: string;
2096
2199
  INPUT: string;
2097
2200
  SELECT: string;
@@ -2111,7 +2214,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
2111
2214
  SELECTTREE: string;
2112
2215
  SELECTTREEDYNAMIC: string;
2113
2216
  };
2114
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate")[], "update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2217
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate")[], "update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2115
2218
  item: {
2116
2219
  type: ObjectConstructor;
2117
2220
  default: null;
@@ -2135,20 +2238,20 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
2135
2238
  type: StringConstructor;
2136
2239
  default: null;
2137
2240
  };
2138
- }>> & {
2241
+ }>> & Readonly<{
2139
2242
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2140
2243
  "onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
2141
2244
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
2142
2245
  "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
2143
- }, {
2246
+ }>, {
2144
2247
  modelValue: string | number | unknown[];
2145
2248
  item: Record<string, any>;
2146
2249
  paramCfg: Record<string, any>;
2147
2250
  presetVal: string;
2148
2251
  isAccurate: boolean;
2149
2252
  customDate: string;
2150
- }>;
2151
- ConditionEnums: {
2253
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2254
+ readonly ConditionEnums: {
2152
2255
  NULL: string;
2153
2256
  EQUAL: string;
2154
2257
  CUSTOM_RANGE: string;
@@ -2157,7 +2260,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
2157
2260
  IN_THE_PAST_DI: string;
2158
2261
  IN_THE_FUTURE_DI: string;
2159
2262
  };
2160
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2263
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2161
2264
  actionList_prop: {
2162
2265
  type: import("vue").PropType<import("..").IClassifyListType>;
2163
2266
  default: () => {};
@@ -2182,18 +2285,18 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
2182
2285
  type: BooleanConstructor;
2183
2286
  default: boolean;
2184
2287
  };
2185
- }>> & {
2288
+ }>> & Readonly<{
2186
2289
  onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
2187
2290
  onSaveAdd?: ((...args: any[]) => any) | undefined;
2188
- }, {
2291
+ }>, {
2189
2292
  searchFieldList: unknown[];
2190
2293
  tableId: string;
2191
2294
  conditionList: unknown[];
2192
2295
  actionList_prop: import("..").IClassifyListType;
2193
2296
  showItemName: boolean;
2194
2297
  hideAddBtn: boolean;
2195
- }>;
2196
- BiFilterConditionByApi: import("vue").DefineComponent<{
2298
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2299
+ BiFilterConditionByApi: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2197
2300
  actionList_prop: {
2198
2301
  type: import("vue").PropType<import("..").IClassifyListType>;
2199
2302
  default: () => {};
@@ -2218,15 +2321,15 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
2218
2321
  type: BooleanConstructor;
2219
2322
  default: boolean;
2220
2323
  };
2221
- }, {
2222
- $message: import("naive-ui").MessageApi;
2324
+ }>, {
2325
+ $message: import("naive-ui/es/message").MessageApi;
2223
2326
  menuProps: {
2224
2327
  class: string;
2225
2328
  };
2226
2329
  dateCons: string[];
2227
2330
  textCons: string[];
2228
2331
  numberCons: string[];
2229
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2332
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2230
2333
  actionList_prop: {
2231
2334
  type: import("vue").PropType<import("..").IClassifyListType>;
2232
2335
  default: () => {};
@@ -2251,19 +2354,19 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
2251
2354
  type: BooleanConstructor;
2252
2355
  default: boolean;
2253
2356
  };
2254
- }>> & {
2357
+ }>> & Readonly<{
2255
2358
  onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
2256
2359
  onSaveAdd?: ((...args: any[]) => any) | undefined;
2257
- }>>;
2360
+ }> & {}>;
2258
2361
  emit: (event: "cancelSaveAdd" | "saveAdd", ...args: any[]) => void;
2259
2362
  $attrs: {
2260
2363
  [x: string]: unknown;
2261
2364
  };
2262
2365
  FormState: any;
2263
- loading: import("vue").Ref<boolean>;
2264
- parentInputRef: import("vue").Ref<any>;
2265
- parentInputAddRef: import("vue").Ref<any>;
2266
- sqlExpression: any;
2366
+ loading: import("vue").Ref<boolean, boolean>;
2367
+ parentInputRef: import("vue").Ref<any, any>;
2368
+ parentInputAddRef: import("vue").Ref<any, any>;
2369
+ sqlExpression: import("vue").Ref<any, any>;
2267
2370
  DisplayCategoryState: {
2268
2371
  addDisplayCategory: string;
2269
2372
  displayCategories: {
@@ -2300,16 +2403,16 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
2300
2403
  saveAdd: () => void;
2301
2404
  cancelSaveAdd: () => void;
2302
2405
  checkActionList: () => any;
2303
- NSpin: any;
2304
- NIcon: any;
2305
- NInput: any;
2306
- NButton: any;
2307
- NTooltip: any;
2308
- NSelect: any;
2309
- AddOutline: 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<{}>>, {}>;
2310
- AddCircleSharp: 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<{}>>, {}>;
2311
- CloseOutline: 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<{}>>, {}>;
2312
- ValueCfg: import("vue").DefineComponent<{
2406
+ readonly NSpin: any;
2407
+ readonly NIcon: any;
2408
+ readonly NInput: any;
2409
+ readonly NButton: any;
2410
+ readonly NTooltip: any;
2411
+ readonly NSelect: any;
2412
+ readonly AddOutline: 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>;
2413
+ readonly AddCircleSharp: 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>;
2414
+ readonly CloseOutline: 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>;
2415
+ ValueCfg: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2313
2416
  paramCfg: {
2314
2417
  type: ObjectConstructor;
2315
2418
  default: null;
@@ -2322,8 +2425,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
2322
2425
  type: ArrayConstructor;
2323
2426
  default: () => never[];
2324
2427
  };
2325
- }, {
2326
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2428
+ }>, {
2429
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2327
2430
  paramCfg: {
2328
2431
  type: ObjectConstructor;
2329
2432
  default: null;
@@ -2336,17 +2439,17 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
2336
2439
  type: ArrayConstructor;
2337
2440
  default: () => never[];
2338
2441
  };
2339
- }>> & {
2442
+ }>> & Readonly<{
2340
2443
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2341
2444
  "onUpdate:modelValues"?: ((...args: any[]) => any) | undefined;
2342
- }>>;
2445
+ }> & {}>;
2343
2446
  emit: (event: "update:modelValue" | "update:modelValues", ...args: any[]) => void;
2344
- valueCp: import("vue").WritableComputedRef<any>;
2345
- valuesCp: import("vue").WritableComputedRef<any>;
2447
+ valueCp: import("vue").WritableComputedRef<any, any>;
2448
+ valuesCp: import("vue").WritableComputedRef<any, any>;
2346
2449
  isSelectMode: import("vue").ComputedRef<boolean>;
2347
2450
  isSelectMultiple: import("vue").ComputedRef<boolean>;
2348
2451
  biType: import("vue").ComputedRef<any>;
2349
- Date: import("vue").DefineComponent<{
2452
+ readonly Date: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2350
2453
  componentCfg: {
2351
2454
  type: ObjectConstructor;
2352
2455
  };
@@ -2358,8 +2461,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
2358
2461
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
2359
2462
  default: null;
2360
2463
  };
2361
- }, {
2362
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2464
+ }>, {
2465
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2363
2466
  componentCfg: {
2364
2467
  type: ObjectConstructor;
2365
2468
  };
@@ -2371,15 +2474,15 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
2371
2474
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
2372
2475
  default: null;
2373
2476
  };
2374
- }>> & {
2477
+ }>> & Readonly<{
2375
2478
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2376
- }>>;
2479
+ }> & {}>;
2377
2480
  emit: (event: "update:modelValue", ...args: any[]) => void;
2378
- valueCp: import("vue").WritableComputedRef<any>;
2481
+ valueCp: import("vue").WritableComputedRef<any, any>;
2379
2482
  dateType: any;
2380
2483
  valueFormat: import("vue").ComputedRef<string>;
2381
2484
  compType: import("vue").ComputedRef<any>;
2382
- CDatePicker: SFCWithInstall<import("vue").DefineComponent<{
2485
+ readonly CDatePicker: SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2383
2486
  updateUnchangedValue: {
2384
2487
  type: BooleanConstructor;
2385
2488
  };
@@ -2407,14 +2510,18 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
2407
2510
  type: StringConstructor;
2408
2511
  default: string;
2409
2512
  };
2513
+ updateValueOnClose: {
2514
+ type: BooleanConstructor;
2515
+ default: boolean;
2516
+ };
2410
2517
  isDateDisabled: {
2411
2518
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
2412
2519
  };
2413
- }, {
2520
+ }>, {
2414
2521
  attrs: {
2415
2522
  [x: string]: unknown;
2416
2523
  };
2417
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2524
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2418
2525
  updateUnchangedValue: {
2419
2526
  type: BooleanConstructor;
2420
2527
  };
@@ -2442,18 +2549,22 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
2442
2549
  type: StringConstructor;
2443
2550
  default: string;
2444
2551
  };
2552
+ updateValueOnClose: {
2553
+ type: BooleanConstructor;
2554
+ default: boolean;
2555
+ };
2445
2556
  isDateDisabled: {
2446
2557
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
2447
2558
  };
2448
- }>> & {
2559
+ }>> & Readonly<{
2449
2560
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
2450
- }>>;
2561
+ }> & {}>;
2451
2562
  emit: (event: "update:formatted-value", ...args: any[]) => void;
2452
- datePickerRef: import("vue").Ref<import("../../shared/types").AnyObject | null>;
2453
- panelInstRef: import("vue").Ref<null>;
2454
- placeholderRef: import("vue").Ref<any>;
2455
- oldValue: string;
2456
- currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
2563
+ datePickerRef: import("vue").Ref<import("../../shared/types").AnyObject | null, import("../../shared/types").AnyObject | null>;
2564
+ panelInstRef: import("vue").Ref<null, null>;
2565
+ placeholderRef: import("vue").Ref<any, any>;
2566
+ oldValue: (string | [string, string]) | null | undefined;
2567
+ currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
2457
2568
  isDateTime: import("vue").ComputedRef<boolean>;
2458
2569
  formatRef: import("vue").ComputedRef<string>;
2459
2570
  panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
@@ -2468,8 +2579,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
2468
2579
  onConfirm: (...args: any[]) => Promise<void>;
2469
2580
  isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
2470
2581
  setShortcutValue: (type: "month" | "week") => Promise<void>;
2471
- NDatePicker: any;
2472
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2582
+ readonly NDatePicker: any;
2583
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2473
2584
  updateUnchangedValue: {
2474
2585
  type: BooleanConstructor;
2475
2586
  };
@@ -2497,18 +2608,23 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
2497
2608
  type: StringConstructor;
2498
2609
  default: string;
2499
2610
  };
2611
+ updateValueOnClose: {
2612
+ type: BooleanConstructor;
2613
+ default: boolean;
2614
+ };
2500
2615
  isDateDisabled: {
2501
2616
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
2502
2617
  };
2503
- }>> & {
2618
+ }>> & Readonly<{
2504
2619
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
2505
- }, {
2620
+ }>, {
2506
2621
  type: string;
2507
2622
  updateUnchangedValue: boolean;
2508
2623
  to: string | false | HTMLElement;
2509
2624
  holidays: Date[];
2510
- }>>;
2511
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2625
+ updateValueOnClose: boolean;
2626
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
2627
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2512
2628
  componentCfg: {
2513
2629
  type: ObjectConstructor;
2514
2630
  };
@@ -2520,13 +2636,13 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
2520
2636
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
2521
2637
  default: null;
2522
2638
  };
2523
- }>> & {
2639
+ }>> & Readonly<{
2524
2640
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2525
- }, {
2641
+ }>, {
2526
2642
  modelValue: string | number | unknown[];
2527
2643
  paramCfg: Record<string, any>;
2528
- }>;
2529
- InputFilter: import("vue").DefineComponent<{
2644
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2645
+ readonly InputFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2530
2646
  paramCfg: {
2531
2647
  type: ObjectConstructor;
2532
2648
  default: null;
@@ -2535,8 +2651,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
2535
2651
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
2536
2652
  default: null;
2537
2653
  };
2538
- }, {
2539
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2654
+ }>, {
2655
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2540
2656
  paramCfg: {
2541
2657
  type: ObjectConstructor;
2542
2658
  default: null;
@@ -2545,13 +2661,13 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
2545
2661
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
2546
2662
  default: null;
2547
2663
  };
2548
- }>> & {
2664
+ }>> & Readonly<{
2549
2665
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2550
- }>>;
2666
+ }> & {}>;
2551
2667
  emit: (event: "update:modelValue", ...args: any[]) => void;
2552
- valueCp: import("vue").WritableComputedRef<any>;
2553
- NInput: any;
2554
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2668
+ valueCp: import("vue").WritableComputedRef<any, any>;
2669
+ readonly NInput: any;
2670
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2555
2671
  paramCfg: {
2556
2672
  type: ObjectConstructor;
2557
2673
  default: null;
@@ -2560,40 +2676,40 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
2560
2676
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
2561
2677
  default: null;
2562
2678
  };
2563
- }>> & {
2679
+ }>> & Readonly<{
2564
2680
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2565
- }, {
2681
+ }>, {
2566
2682
  modelValue: string | number | unknown[];
2567
2683
  paramCfg: Record<string, any>;
2568
- }>;
2569
- InputNumber: import("vue").DefineComponent<{
2684
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2685
+ readonly InputNumber: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2570
2686
  modelValue: {
2571
2687
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
2572
2688
  default: null;
2573
2689
  };
2574
- }, {
2575
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2690
+ }>, {
2691
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2576
2692
  modelValue: {
2577
2693
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
2578
2694
  default: null;
2579
2695
  };
2580
- }>> & {
2696
+ }>> & Readonly<{
2581
2697
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2582
- }>>;
2698
+ }> & {}>;
2583
2699
  emit: (event: "update:modelValue", ...args: any[]) => void;
2584
- valueCp: import("vue").WritableComputedRef<any>;
2585
- NInputNumber: any;
2586
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2700
+ valueCp: import("vue").WritableComputedRef<any, any>;
2701
+ readonly NInputNumber: any;
2702
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2587
2703
  modelValue: {
2588
2704
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
2589
2705
  default: null;
2590
2706
  };
2591
- }>> & {
2707
+ }>> & Readonly<{
2592
2708
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2593
- }, {
2709
+ }>, {
2594
2710
  modelValue: string | number | unknown[];
2595
- }>;
2596
- SelectFilter: import("vue").DefineComponent<{
2711
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2712
+ readonly SelectFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2597
2713
  paramCfg: {
2598
2714
  type: ObjectConstructor;
2599
2715
  default: null;
@@ -2602,8 +2718,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
2602
2718
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
2603
2719
  default: null;
2604
2720
  };
2605
- }, {
2606
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2721
+ }>, {
2722
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2607
2723
  paramCfg: {
2608
2724
  type: ObjectConstructor;
2609
2725
  default: null;
@@ -2612,15 +2728,15 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
2612
2728
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
2613
2729
  default: null;
2614
2730
  };
2615
- }>> & {
2731
+ }>> & Readonly<{
2616
2732
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2617
- }>>;
2733
+ }> & {}>;
2618
2734
  emit: (event: "update:modelValue", ...args: any[]) => void;
2619
- valueCp: import("vue").WritableComputedRef<any>;
2735
+ valueCp: import("vue").WritableComputedRef<any, any>;
2620
2736
  optionSetting: import("vue").ComputedRef<any>;
2621
2737
  widgetOptions: import("vue").ComputedRef<any>;
2622
- NSelect: any;
2623
- WidgetOptionEnums: {
2738
+ readonly NSelect: any;
2739
+ readonly WidgetOptionEnums: {
2624
2740
  RADIO: string;
2625
2741
  MULTIPLE: string;
2626
2742
  ALL: string;
@@ -2629,7 +2745,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
2629
2745
  FUTURE_TIME: string;
2630
2746
  CUSTOM_TIME: string;
2631
2747
  };
2632
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2748
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2633
2749
  paramCfg: {
2634
2750
  type: ObjectConstructor;
2635
2751
  default: null;
@@ -2638,13 +2754,13 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
2638
2754
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
2639
2755
  default: null;
2640
2756
  };
2641
- }>> & {
2757
+ }>> & Readonly<{
2642
2758
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2643
- }, {
2759
+ }>, {
2644
2760
  modelValue: string | number | unknown[];
2645
2761
  paramCfg: Record<string, any>;
2646
- }>;
2647
- WidgetTypeEnums: {
2762
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2763
+ readonly WidgetTypeEnums: {
2648
2764
  INPUT_NUMBER: string;
2649
2765
  INPUT: string;
2650
2766
  SELECT: string;
@@ -2664,7 +2780,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
2664
2780
  SELECTTREE: string;
2665
2781
  SELECTTREEDYNAMIC: string;
2666
2782
  };
2667
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:modelValues")[], "update:modelValue" | "update:modelValues", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2783
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:modelValues")[], "update:modelValue" | "update:modelValues", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2668
2784
  paramCfg: {
2669
2785
  type: ObjectConstructor;
2670
2786
  default: null;
@@ -2677,15 +2793,15 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
2677
2793
  type: ArrayConstructor;
2678
2794
  default: () => never[];
2679
2795
  };
2680
- }>> & {
2796
+ }>> & Readonly<{
2681
2797
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2682
2798
  "onUpdate:modelValues"?: ((...args: any[]) => any) | undefined;
2683
- }, {
2799
+ }>, {
2684
2800
  modelValue: string | number | unknown[];
2685
2801
  paramCfg: Record<string, any>;
2686
2802
  modelValues: unknown[];
2687
- }>;
2688
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2803
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2804
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2689
2805
  actionList_prop: {
2690
2806
  type: import("vue").PropType<import("..").IClassifyListType>;
2691
2807
  default: () => {};
@@ -2710,18 +2826,18 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
2710
2826
  type: BooleanConstructor;
2711
2827
  default: boolean;
2712
2828
  };
2713
- }>> & {
2829
+ }>> & Readonly<{
2714
2830
  onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
2715
2831
  onSaveAdd?: ((...args: any[]) => any) | undefined;
2716
- }, {
2832
+ }>, {
2717
2833
  searchFieldList: unknown[];
2718
2834
  tableId: string;
2719
2835
  conditionList: unknown[];
2720
2836
  actionList_prop: import("..").IClassifyListType;
2721
2837
  showItemName: boolean;
2722
2838
  hideAddBtn: boolean;
2723
- }>;
2724
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "cancelSaveAdd"[], "cancelSaveAdd", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2839
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2840
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "cancelSaveAdd"[], "cancelSaveAdd", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2725
2841
  visible: {
2726
2842
  type: BooleanConstructor;
2727
2843
  default: boolean;
@@ -2738,15 +2854,15 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
2738
2854
  type: ArrayConstructor;
2739
2855
  default: () => never[];
2740
2856
  };
2741
- }>> & {
2857
+ }>> & Readonly<{
2742
2858
  onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
2743
- }, {
2859
+ }>, {
2744
2860
  visible: boolean;
2745
- modalTitle: string;
2746
2861
  searchFieldList: unknown[];
2747
2862
  conditionList: unknown[];
2748
- }>;
2749
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("CondiTionListInit" | "saveGetTableCondiTionList" | "setClassifyModal")[], "CondiTionListInit" | "saveGetTableCondiTionList" | "setClassifyModal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2863
+ modalTitle: string;
2864
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2865
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("CondiTionListInit" | "saveGetTableCondiTionList" | "setClassifyModal")[], "CondiTionListInit" | "saveGetTableCondiTionList" | "setClassifyModal", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2750
2866
  searchFieldList: {
2751
2867
  type: ArrayConstructor;
2752
2868
  default: () => never[];
@@ -2760,20 +2876,20 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
2760
2876
  type: BooleanConstructor;
2761
2877
  default: boolean;
2762
2878
  };
2763
- }>> & {
2879
+ }>> & Readonly<{
2764
2880
  onCondiTionListInit?: ((...args: any[]) => any) | undefined;
2765
2881
  onSaveGetTableCondiTionList?: ((...args: any[]) => any) | undefined;
2766
2882
  onSetClassifyModal?: ((...args: any[]) => any) | undefined;
2767
- }, {
2883
+ }>, {
2768
2884
  searchFieldList: unknown[];
2769
2885
  conditionList: unknown[];
2770
2886
  classifyModal: boolean;
2771
- }>;
2772
- vFlexibleResize: {
2887
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2888
+ readonly vFlexibleResize: {
2773
2889
  mounted(el: any, { value }: any): void;
2774
2890
  beforeUnmount(el: any): void;
2775
2891
  };
2776
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("changeSearch" | "setClassificationIndex" | "getQuickSearchListObj")[], "changeSearch" | "setClassificationIndex" | "getQuickSearchListObj", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2892
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("changeSearch" | "setClassificationIndex" | "getQuickSearchListObj")[], "changeSearch" | "setClassificationIndex" | "getQuickSearchListObj", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2777
2893
  tableId: {
2778
2894
  type: StringConstructor;
2779
2895
  default: string;
@@ -2829,11 +2945,11 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
2829
2945
  type: StringConstructor;
2830
2946
  default: string;
2831
2947
  };
2832
- }>> & {
2948
+ }>> & Readonly<{
2833
2949
  onChangeSearch?: ((...args: any[]) => any) | undefined;
2834
2950
  onSetClassificationIndex?: ((...args: any[]) => any) | undefined;
2835
2951
  onGetQuickSearchListObj?: ((...args: any[]) => any) | undefined;
2836
- }, {
2952
+ }>, {
2837
2953
  searchFieldList: any[];
2838
2954
  filterApiConfig: Record<string, any>;
2839
2955
  tableId: string;
@@ -2847,5 +2963,5 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
2847
2963
  isShowResetButton: boolean;
2848
2964
  condiTionDigital: Record<string, any>;
2849
2965
  filterType: string;
2850
- }>>;
2966
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
2851
2967
  export default CClassification;