cnhis-design-vue 3.4.0-beta.7 → 3.4.0-beta.71

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 (658) hide show
  1. package/README.md +87 -87
  2. package/es/_virtual/_virtual_i18n-methods.js +5 -1
  3. package/es/components/annotation-edit/index.d.ts +5 -5
  4. package/es/components/annotation-edit/src/AnnotationEdit.d.ts +5 -5
  5. package/es/components/audio-sdk/index.d.ts +57 -55
  6. package/es/components/audio-sdk/src/Index.vue.d.ts +57 -55
  7. package/es/components/audio-sdk/src/Index.vue2.js +8 -7
  8. package/es/components/audio-sdk/src/audioSDK.d.ts +1 -1
  9. package/es/components/audio-sdk/src/components/form.vue.d.ts +16 -16
  10. package/es/components/audio-sdk/src/components/readyCountdown.vue.d.ts +10 -10
  11. package/es/components/audio-sdk/src/components/readyCountdown.vue2.js +5 -6
  12. package/es/components/audio-sdk/src/components/recording-modal.vue.d.ts +52 -50
  13. package/es/components/audio-sdk/src/components/recording.vue.d.ts +44 -42
  14. package/es/components/audio-sdk/src/components/recording.vue2.js +36 -41
  15. package/es/components/audio-sdk/src/hooks/useChartAudioContext.d.ts +5 -5
  16. package/es/components/audio-sdk/src/svgs/Close.vue.js +6 -8
  17. package/es/components/audio-sdk/src/svgs/Continue.vue.js +3 -5
  18. package/es/components/audio-sdk/src/svgs/Enlarge.vue.js +3 -5
  19. package/es/components/audio-sdk/src/svgs/Pause.vue.js +3 -5
  20. package/es/components/audio-sdk/src/svgs/WaveView.vue.js +3 -5
  21. package/es/components/audio-sdk/src/svgs/Zoom.vue.js +6 -8
  22. package/es/components/audio-sdk/src/utils/index.d.ts +1 -1
  23. package/es/components/audio-sdk/src/utils/recordingModal.d.ts +2 -2
  24. package/es/components/base-search/index.d.ts +95 -19
  25. package/es/components/base-search/src/index.vue.d.ts +95 -19
  26. package/es/components/base-search/src/index.vue2.js +39 -32
  27. package/es/components/big-table/index.d.ts +67 -43
  28. package/es/components/big-table/src/BigTable.vue.d.ts +67 -43
  29. package/es/components/big-table/src/BigTable.vue2.js +18 -18
  30. package/es/components/big-table/src/components/NoData.vue.d.ts +7 -7
  31. package/es/components/big-table/src/components/NoData.vue2.js +4 -4
  32. package/es/components/big-table/src/components/edit-form/edit-date.d.ts +7 -5
  33. package/es/components/big-table/src/components/edit-form/edit-input.d.ts +8 -5
  34. package/es/components/big-table/src/components/edit-form/edit-select-table.d.ts +12 -5
  35. package/es/components/big-table/src/components/edit-form/edit-select.d.ts +7 -5
  36. package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +47 -23
  37. package/es/components/big-table/src/components/edit-form/edit-separate.vue2.js +2 -1
  38. package/es/components/big-table/src/components/edit-form/edit-time.d.ts +7 -5
  39. package/es/components/big-table/src/components/edit-form/useCommon.d.ts +2 -2
  40. package/es/components/big-table/src/components/input-button.vue.d.ts +5 -5
  41. package/es/components/big-table/src/components/input-button.vue2.js +4 -3
  42. package/es/components/big-table/src/components/separate.vue.d.ts +31 -7
  43. package/es/components/big-table/src/components/separate.vue2.js +3 -4
  44. package/es/components/big-table/src/hooks/useAnnotation.d.ts +1 -1
  45. package/es/components/big-table/src/hooks/useEdit.d.ts +84 -48
  46. package/es/components/big-table/src/hooks/useSeparateRow.d.ts +50 -2
  47. package/es/components/body-select/index.d.ts +17 -17
  48. package/es/components/body-select/src/index.vue.d.ts +17 -17
  49. package/es/components/body-select/src/index.vue2.js +8 -10
  50. package/es/components/bpmn-workflow/index.d.ts +9 -9
  51. package/es/components/bpmn-workflow/src/BpmnWorkflow.vue.d.ts +9 -9
  52. package/es/components/bpmn-workflow/src/BpmnWorkflow.vue2.js +1 -1
  53. package/es/components/branch-notice/index.d.ts +72 -49
  54. package/es/components/branch-notice/src/BranchNotice.vue.d.ts +70 -47
  55. package/es/components/branch-notice/src/BranchNotice.vue2.js +6 -5
  56. package/es/components/branch-notice/src/components/NoticeItem.vue.d.ts +57 -34
  57. package/es/components/branch-notice/src/components/NoticeItem.vue2.js +4 -4
  58. package/es/components/branch-notice/src/components/NoticeItemAside.vue.d.ts +12 -12
  59. package/es/components/branch-notice/src/components/NoticeItemAside.vue2.js +1 -2
  60. package/es/components/branch-notice/src/components/NoticeOperationList.vue.d.ts +9 -9
  61. package/es/components/button-print/index.d.ts +233 -145
  62. package/es/components/button-print/src/ButtonPrint.vue.d.ts +233 -145
  63. package/es/components/button-print/src/ButtonPrint.vue2.js +12 -7
  64. package/es/components/button-print/src/components/EditFormat.vue.d.ts +48 -18
  65. package/es/components/button-print/src/components/EditFormat.vue2.js +8 -8
  66. package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +72 -43
  67. package/es/components/button-print/src/components/IdentityVerification.vue2.js +12 -11
  68. package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +105 -75
  69. package/es/components/button-print/src/components/NewPrintComponent.vue2.js +156 -125
  70. package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +99 -58
  71. package/es/components/button-print/src/components/OldPrintComponent.vue2.js +41 -6
  72. package/es/components/button-print/src/components/Preview.vue.d.ts +13 -13
  73. package/es/components/button-print/src/components/Preview.vue2.js +3 -2
  74. package/es/components/button-print/src/utils/print.d.ts +2 -1
  75. package/es/components/button-print/src/utils/print.js +13 -8
  76. package/es/components/calendar/index.d.ts +32 -277
  77. package/es/components/calendar/src/Calendar.vue.d.ts +31 -276
  78. package/es/components/calendar/src/Calendar.vue2.js +5 -4
  79. package/es/components/callback/index.d.ts +11 -11
  80. package/es/components/callback/src/components/dialog/drawer.vue.d.ts +20 -21
  81. package/es/components/callback/src/components/dialog/drawer.vue2.js +2 -1
  82. package/es/components/callback/src/components/dialog/modal.vue.d.ts +22 -22
  83. package/es/components/callback/src/components/dialog/modal.vue2.js +2 -1
  84. package/es/components/callback/src/components/popup/index.vue.d.ts +6 -6
  85. package/es/components/callback/src/components/render/drawerIframe/index.vue.d.ts +12 -12
  86. package/es/components/callback/src/components/render/drawerIframe/index.vue2.js +1 -1
  87. package/es/components/callback/src/components/render/index.vue.d.ts +6 -6
  88. package/es/components/callback/src/components/render/popupMaps.d.ts +3240 -1792
  89. package/es/components/callback/src/index.vue.d.ts +11 -11
  90. package/es/components/callback/src/index.vue2.js +2 -1
  91. package/es/components/card-reader-sdk/src/components/readCardDialog.vue.d.ts +12 -15
  92. package/es/components/card-reader-sdk/src/components/readCardDialog.vue2.js +7 -6
  93. package/es/components/card-render/index.d.ts +10 -10
  94. package/es/components/card-render/src/CardRender.vue.d.ts +10 -10
  95. package/es/components/card-render/src/CardRender.vue2.js +8 -5
  96. package/es/components/card-render/src/components/Box.vue.d.ts +8 -8
  97. package/es/components/card-render/src/components/Box.vue2.js +4 -4
  98. package/es/components/card-render/src/components/Button.vue.d.ts +8 -8
  99. package/es/components/card-render/src/components/Button.vue2.js +5 -5
  100. package/es/components/card-render/src/components/Divider.vue.d.ts +8 -8
  101. package/es/components/card-render/src/components/Divider.vue2.js +1 -1
  102. package/es/components/card-render/src/components/Field.vue.d.ts +8 -8
  103. package/es/components/card-render/src/components/Field.vue2.js +21 -21
  104. package/es/components/card-render/src/components/FieldGroup.vue.d.ts +8 -8
  105. package/es/components/card-render/src/components/FieldGroup.vue2.js +12 -12
  106. package/es/components/card-render/src/components/Image.vue.d.ts +8 -8
  107. package/es/components/card-render/src/components/Image.vue2.js +2 -2
  108. package/es/components/card-render/src/components/Label.vue.d.ts +8 -8
  109. package/es/components/card-render/src/components/Label.vue2.js +3 -3
  110. package/es/components/card-render/src/components/Row.vue.d.ts +8 -8
  111. package/es/components/card-render/src/components/Row.vue2.js +5 -5
  112. package/es/components/card-render/src/components/ScaleView.vue.d.ts +8 -8
  113. package/es/components/card-render/src/components/ScaleView.vue2.js +2 -2
  114. package/es/components/card-render/src/components/Slot.d.ts +5 -5
  115. package/es/components/card-render/src/components/Table.vue.d.ts +16 -16
  116. package/es/components/card-render/src/components/Table.vue2.js +4 -4
  117. package/es/components/card-render/src/components/Text.vue.d.ts +7 -7
  118. package/es/components/card-render/src/components/Text.vue2.js +4 -4
  119. package/es/components/card-render/src/components/index.d.ts +113 -113
  120. package/es/components/classification/index.d.ts +632 -432
  121. package/es/components/classification/src/components/search-filter/index.vue.d.ts +493 -358
  122. package/es/components/classification/src/components/search-filter/index.vue2.js +6 -5
  123. package/es/components/classification/src/components/set-classification/index.vue.d.ts +537 -402
  124. package/es/components/classification/src/components/set-classification/index.vue2.js +3 -2
  125. package/es/components/classification/src/components/table-modal/index.vue.d.ts +27 -27
  126. package/es/components/classification/src/components/table-modal/index.vue2.js +65 -66
  127. package/es/components/classification/src/index.vue.d.ts +632 -432
  128. package/es/components/classification/src/index.vue2.js +68 -63
  129. package/es/components/config-provider/index.d.ts +7 -5
  130. package/es/components/config-provider/src/ConfigProvider.d.ts +7 -5
  131. package/es/components/date-picker/index.d.ts +56 -15
  132. package/es/components/date-picker/src/DatePicker.vue.d.ts +56 -15
  133. package/es/components/date-picker/src/DatePicker.vue2.js +42 -11
  134. package/es/components/default-page/index.d.ts +11 -11
  135. package/es/components/default-page/src/index.vue.d.ts +11 -11
  136. package/es/components/default-page/src/index.vue2.js +14 -15
  137. package/es/components/editor/index.d.ts +77 -7
  138. package/es/components/editor/src/Editor.d.ts +78 -7
  139. package/es/components/expand-field/index.d.ts +509 -303
  140. package/es/components/expand-field/src/components/FormBatchOptionsModal.vue.d.ts +14 -14
  141. package/es/components/expand-field/src/components/FormBatchOptionsModal.vue2.js +7 -7
  142. package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +335 -225
  143. package/es/components/expand-field/src/components/FormItemPerson.vue2.js +4 -3
  144. package/es/components/expand-field/src/components/PersonModal.vue.d.ts +315 -205
  145. package/es/components/expand-field/src/components/PersonModal.vue2.js +4 -3
  146. package/es/components/expand-field/src/components/form.vue.d.ts +489 -285
  147. package/es/components/expand-field/src/components/form.vue2.js +65 -73
  148. package/es/components/expand-field/src/index.vue.d.ts +510 -304
  149. package/es/components/expand-field/src/index.vue2.js +26 -26
  150. package/es/components/fabric-chart/index.d.ts +32 -32
  151. package/es/components/fabric-chart/src/FabricChart.vue.d.ts +32 -32
  152. package/es/components/fabric-chart/src/FabricChart.vue2.js +7 -5
  153. package/es/components/fabric-chart/src/components/PopupMenu.d.ts +10 -10
  154. package/es/components/fabric-chart/src/components/PopupMenu.js +57 -39
  155. package/es/components/fabric-chart/src/components/PopupTip.vue.d.ts +7 -7
  156. package/es/components/fabric-chart/src/constants/index.d.ts +19 -5
  157. package/es/components/fabric-chart/src/constants/index.js +26 -11
  158. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.d.ts +4 -3
  159. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +119 -193
  160. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.d.ts +9 -9
  161. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.js +69 -117
  162. package/es/components/fabric-chart/src/hooks/electrocardiogram/hooks/useDetailEvent.js +18 -12
  163. package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogram.d.ts +1 -1
  164. package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogram.js +60 -32
  165. package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.d.ts +11 -11
  166. package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.js +86 -120
  167. package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.d.ts +1 -1
  168. package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.js +1 -0
  169. package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.d.ts +1 -1
  170. package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.js +65 -113
  171. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.d.ts +4 -3
  172. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +63 -37
  173. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useLeft.js +31 -14
  174. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.d.ts +4 -3
  175. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.js +21 -14
  176. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.d.ts +9 -9
  177. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.js +152 -208
  178. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.d.ts +4 -3
  179. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.js +8 -9
  180. package/es/components/fabric-chart/src/hooks/temperature/useBottom.js +1 -0
  181. package/es/components/fabric-chart/src/hooks/temperature/useCenter.d.ts +4 -3
  182. package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +138 -229
  183. package/es/components/fabric-chart/src/hooks/temperature/useOther.js +12 -12
  184. package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.d.ts +9 -9
  185. package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +195 -273
  186. package/es/components/fabric-chart/src/hooks/temperature/useTop.js +1 -0
  187. package/es/components/fabric-chart/src/interface.d.ts +15 -1
  188. package/es/components/fabric-chart/src/utils/eventBus.d.ts +2 -0
  189. package/es/components/fabric-chart/src/utils/eventBus.js +5 -0
  190. package/es/components/fabric-chart/src/utils/index.d.ts +1 -1
  191. package/es/components/fabric-chart/src/utils/index.js +2 -10
  192. package/es/components/fabric-chart/style/index.css +1 -1
  193. package/es/components/field-editor/index.d.ts +51 -42
  194. package/es/components/field-editor/src/FieldEditor.vue.d.ts +51 -42
  195. package/es/components/field-editor/src/FieldEditor.vue2.js +5 -5
  196. package/es/components/field-set/index.d.ts +13 -13
  197. package/es/components/field-set/src/FieldColor.vue.d.ts +298 -154
  198. package/es/components/field-set/src/FieldColor.vue2.js +9 -7
  199. package/es/components/field-set/src/FieldFilter.vue.d.ts +77 -51
  200. package/es/components/field-set/src/FieldFilter.vue2.js +10 -8
  201. package/es/components/field-set/src/FieldSet.vue.d.ts +79 -65
  202. package/es/components/field-set/src/FieldSet.vue2.js +28 -24
  203. package/es/components/field-set/src/Index.vue.d.ts +13 -13
  204. package/es/components/field-set/src/Index.vue2.js +16 -13
  205. package/es/components/field-set/src/TableStyle.vue.d.ts +21 -13
  206. package/es/components/field-set/src/TableStyle.vue2.js +23 -23
  207. package/es/components/field-set/src/components/condition.vue.d.ts +88 -32
  208. package/es/components/field-set/src/components/condition.vue2.js +8 -11
  209. package/es/components/field-set/src/components/edit-dialog.vue.d.ts +231 -102
  210. package/es/components/field-set/src/components/edit-dialog.vue2.js +4 -3
  211. package/es/components/field-set/src/components/edit-filter.vue.d.ts +108 -43
  212. package/es/components/field-set/src/components/edit-filter.vue2.js +2 -1
  213. package/es/components/field-set/src/components/table-row.vue.d.ts +33 -33
  214. package/es/components/field-set/src/components/table-row.vue2.js +17 -14
  215. package/es/components/form-config/index.d.ts +1419 -418
  216. package/es/components/form-config/src/FormConfig.vue.d.ts +1419 -418
  217. package/es/components/form-config/src/FormConfig.vue2.js +24 -25
  218. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +58 -49
  219. package/es/components/form-config/src/components/FormConfigCreator.vue2.js +4 -3
  220. package/es/components/form-config/src/components/FormConfigDragDisplay.vue.d.ts +9 -9
  221. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +1119 -202
  222. package/es/components/form-config/src/components/FormConfigEdit.vue2.js +52 -29
  223. package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +119 -81
  224. package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +29 -29
  225. package/es/components/form-config/src/components/FormConfigMaterialItem.d.ts +4 -4
  226. package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +11 -11
  227. package/es/components/form-config/src/components/renderer/CloseButton.vue2.js +1 -1
  228. package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +29 -29
  229. package/es/components/form-config/src/components/renderer/ComplexNode.vue2.js +4 -5
  230. package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +21 -21
  231. package/es/components/form-config/src/components/renderer/DefaultNode.vue2.js +5 -5
  232. package/es/components/form-config/src/constants/index.d.ts +2 -0
  233. package/es/components/form-config/src/constants/index.js +2 -0
  234. package/es/components/form-config/src/hooks/useConfigurationField.js +20 -3
  235. package/es/components/form-config/src/hooks/usePresetRenderer.d.ts +1 -1
  236. package/es/components/form-render/index.d.ts +49 -40
  237. package/es/components/form-render/src/FormRender.vue.d.ts +46 -37
  238. package/es/components/form-render/src/FormRender.vue2.js +5 -4
  239. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +49 -40
  240. package/es/components/form-render/src/FormRenderWrapper.vue2.js +2 -2
  241. package/es/components/form-render/src/components/renderer/combination/combination.d.ts +6 -6
  242. package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.d.ts +4 -4
  243. package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.js +1 -1
  244. package/es/components/form-render/src/components/renderer/combination/jsonCombination.d.ts +6 -6
  245. package/es/components/form-render/src/components/renderer/combination/jsonCombination.js +1 -0
  246. package/es/components/form-render/src/components/renderer/combination/tableCombination.d.ts +6 -6
  247. package/es/components/form-render/src/components/renderer/complex.d.ts +4 -4
  248. package/es/components/form-render/src/components/renderer/date.d.ts +7 -9
  249. package/es/components/form-render/src/components/renderer/formItem.d.ts +5 -5
  250. package/es/components/form-render/src/components/renderer/input.d.ts +5 -5
  251. package/es/components/form-render/src/components/renderer/inputNumber.d.ts +7 -7
  252. package/es/components/form-render/src/components/renderer/levelSearchCascader/index.d.ts +5 -5
  253. package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +32 -31
  254. package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue2.js +6 -6
  255. package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +32 -31
  256. package/es/components/form-render/src/components/renderer/radio&checkbox.d.ts +18 -18
  257. package/es/components/form-render/src/components/renderer/radio_checkbox.js +3 -2
  258. package/es/components/form-render/src/components/renderer/remoteSearch.d.ts +5 -5
  259. package/es/components/form-render/src/components/renderer/searchCascade.d.ts +5 -5
  260. package/es/components/form-render/src/components/renderer/select.d.ts +5 -5
  261. package/es/components/form-render/src/components/renderer/simpleComponent.d.ts +2 -2
  262. package/es/components/form-render/src/components/renderer/slider.d.ts +4 -4
  263. package/es/components/form-render/src/components/renderer/switch.d.ts +5 -5
  264. package/es/components/form-render/src/components/renderer/text.d.ts +3 -3
  265. package/es/components/form-render/src/components/renderer/textarea.d.ts +7 -7
  266. package/es/components/form-render/src/components/renderer/textarea.js +1 -1
  267. package/es/components/form-render/src/components/renderer/time.d.ts +3 -3
  268. package/es/components/form-render/src/components/tooltipMessage.vue.d.ts +9 -9
  269. package/es/components/form-render/src/components/tooltipMessage.vue2.js +1 -1
  270. package/es/components/form-render/src/hooks/useAnchor.d.ts +9 -1
  271. package/es/components/form-render/src/hooks/useCommonInjection.d.ts +1 -1
  272. package/es/components/form-render/src/hooks/useComplexOptions.d.ts +3 -3
  273. package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +8 -6
  274. package/es/components/form-render/src/hooks/useFormEvent.js +1 -1
  275. package/es/components/form-render/src/hooks/useFormField.d.ts +1 -1
  276. package/es/components/form-render/src/hooks/useFormRenderOptions.d.ts +12 -12
  277. package/es/components/form-render/src/hooks/useNewLowCodeReactions.js +8 -0
  278. package/es/components/form-render/src/types/index.d.ts +1 -0
  279. package/es/components/form-render/src/utils/index.d.ts +4 -4
  280. package/es/components/form-render/src/utils/index.js +5 -2
  281. package/es/components/grid/index.d.ts +1 -1
  282. package/es/components/grid/src/Grid.d.ts +1 -1
  283. package/es/components/guide/src/renderer.d.ts +5 -5
  284. package/es/components/iho-chat/index.d.ts +914 -760
  285. package/es/components/iho-chat/src/Index.vue.d.ts +914 -760
  286. package/es/components/iho-chat/src/Index.vue2.js +4 -3
  287. package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +42 -42
  288. package/es/components/iho-chat/src/components/ChatAdd.vue2.js +41 -41
  289. package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +122 -88
  290. package/es/components/iho-chat/src/components/ChatFile.vue2.js +5 -5
  291. package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +64 -64
  292. package/es/components/iho-chat/src/components/ChatFooter.vue2.js +76 -70
  293. package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +347 -272
  294. package/es/components/iho-chat/src/components/ChatHeader.vue2.js +8 -8
  295. package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +191 -177
  296. package/es/components/iho-chat/src/components/ChatMain.vue2.js +32 -14
  297. package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +102 -61
  298. package/es/components/iho-chat/src/components/ChatRecord.vue2.js +57 -63
  299. package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +34 -34
  300. package/es/components/iho-chat/src/components/ChatSearch.vue2.js +33 -36
  301. package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +65 -65
  302. package/es/components/iho-chat/src/components/ChatSet.vue2.js +56 -66
  303. package/es/components/iho-chat/src/components/ContextMenu.d.ts +5 -5
  304. package/es/components/iho-chat/src/components/ContextMenu.js +40 -15
  305. package/es/components/iho-chat/src/components/ImageLightbox.vue.d.ts +40 -22
  306. package/es/components/iho-chat/src/components/ImageLightbox.vue2.js +24 -21
  307. package/es/components/iho-chat/src/components/MessageEvent.vue.d.ts +9 -9
  308. package/es/components/iho-chat/src/components/MessageEvent.vue2.js +11 -13
  309. package/es/components/iho-chat/src/components/MessageMergeForward.vue.d.ts +32 -32
  310. package/es/components/iho-chat/src/components/MessageMergeForward.vue2.js +2 -2
  311. package/es/components/iho-chat/src/components/MessageTemplate.vue.d.ts +18 -22
  312. package/es/components/iho-chat/src/components/MessageTemplate.vue2.js +33 -35
  313. package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +82 -64
  314. package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +41 -46
  315. package/es/components/iho-chat/src/components/PersonProfile.vue.d.ts +13 -13
  316. package/es/components/iho-chat/src/components/PersonProfile.vue2.js +3 -3
  317. package/es/components/iho-chat/src/components/SelectLabel.vue.d.ts +15 -15
  318. package/es/components/iho-chat/src/components/SelectLabel.vue2.js +3 -2
  319. package/es/components/iho-chat/src/components/SiderList.vue.d.ts +110 -63
  320. package/es/components/iho-chat/src/components/SiderList.vue2.js +2 -2
  321. package/es/components/iho-chat/src/components/Video.vue.d.ts +13 -13
  322. package/es/components/iho-chat/src/components/Video.vue2.js +8 -12
  323. package/es/components/iho-chat/src/components/userItemRender.d.ts +5 -5
  324. package/es/components/iho-chat/src/hooks/useData.d.ts +6 -6
  325. package/es/components/iho-chat/src/hooks/useData.js +1 -1
  326. package/es/components/iho-chat/src/hooks/useDraggable.d.ts +8 -2
  327. package/es/components/iho-chat/src/hooks/useSearchPatientList.d.ts +1 -1
  328. package/es/components/iho-chat/src/hooks/useSearchUserList.d.ts +1 -1
  329. package/es/components/iho-chat/src/hooks/useVideo.d.ts +11 -6
  330. package/es/components/iho-chat/src/utils/index.d.ts +1 -1
  331. package/es/components/iho-table/index.d.ts +3179 -1740
  332. package/es/components/iho-table/src/IhoTable.vue.d.ts +3180 -1741
  333. package/es/components/iho-table/src/IhoTable.vue2.js +31 -21
  334. package/es/components/iho-table/src/constants/index.d.ts +3 -3
  335. package/es/components/iho-table/src/constants/index.js +0 -21
  336. package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +39 -60
  337. package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.d.ts +1 -1
  338. package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +1 -1
  339. package/es/components/iho-table/src/hooks/tapHooks/useExposeHooks.d.ts +1 -1
  340. package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.d.ts +1 -1
  341. package/es/components/iho-table/src/hooks/useColumnConfigAdaptor.js +1 -1
  342. package/es/components/iho-table/src/hooks/useTableContext.d.ts +3 -3
  343. package/es/components/iho-table/src/plugins/anchorPlugin/tableAnchor.d.ts +1 -1
  344. package/es/components/iho-table/src/plugins/anchorPlugin/useAnchor.d.ts +6 -2
  345. package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue.d.ts +477 -207
  346. package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue2.js +12 -11
  347. package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +64 -25
  348. package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue2.js +22 -8
  349. package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue.d.ts +21 -21
  350. package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue2.js +14 -11
  351. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.d.ts +31 -31
  352. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +26 -23
  353. package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue.d.ts +11 -11
  354. package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue2.js +3 -3
  355. package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue.d.ts +8 -8
  356. package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue2.js +1 -1
  357. package/es/components/iho-table/src/plugins/highLightSetPlugin.js +7 -2
  358. package/es/components/iho-table/src/plugins/lowCodeFieldAdaptorPlugin.js +1 -1
  359. package/es/components/iho-table/src/plugins/pagerScrollPlugin/utils.d.ts +9 -9
  360. package/es/components/iho-table/src/plugins/pluginHooks/useFilter.d.ts +2 -2
  361. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +67 -26
  362. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue2.js +7 -6
  363. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/index.js +1 -1
  364. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useAutoFocus.js +25 -0
  365. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useSelectOption.d.ts +1 -1
  366. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/inputRendererPlugin.js +1 -1
  367. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/index.js +1 -1
  368. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue.d.ts +52 -49
  369. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue2.js +2 -1
  370. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.js +1 -1
  371. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.d.ts +6 -6
  372. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +1 -1
  373. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue.d.ts +17 -15
  374. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue2.js +4 -4
  375. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/index.js +1 -1
  376. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +39 -39
  377. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +8 -7
  378. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/index.js +1 -1
  379. package/es/components/iho-table/src/plugins/verticalTablePlugin/src/utils.d.ts +1 -1
  380. package/es/components/iho-table/src/plugins/verticalTablePlugin/src/utils.js +8 -2
  381. package/es/components/iho-table/src/types/index.d.ts +3 -1
  382. package/es/components/iho-table/src/utils/index.d.ts +2 -2
  383. package/es/components/iho-table/src/utils/separateMap.d.ts +14 -1
  384. package/es/components/index.css +1 -1
  385. package/es/components/info-header/index.d.ts +239 -355
  386. package/es/components/info-header/src/InfoHeader.vue.d.ts +239 -355
  387. package/es/components/info-header/src/InfoHeader.vue2.js +5 -4
  388. package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +76 -46
  389. package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue2.js +26 -25
  390. package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +83 -63
  391. package/es/components/info-header/src/components/infoDescription/DescriptionList.vue2.js +11 -11
  392. package/es/components/info-header/src/components/infoDescription/HiddenContent.vue.d.ts +34 -15
  393. package/es/components/info-header/src/components/infoDescription/HiddenContent.vue2.js +4 -4
  394. package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue.d.ts +26 -7
  395. package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue2.js +9 -6
  396. package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +149 -129
  397. package/es/components/info-header/src/components/infoDescription/index.vue2.js +9 -9
  398. package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +66 -68
  399. package/es/components/info-header/src/components/patientInfo/index.vue2.js +14 -12
  400. package/es/components/keyboard/index.d.ts +77 -65
  401. package/es/components/keyboard/src/Keyboard.vue.d.ts +77 -65
  402. package/es/components/keyboard/src/Keyboard.vue2.js +16 -16
  403. package/es/components/keyboard/src/components/InputNumber.vue.d.ts +16 -16
  404. package/es/components/keyboard/src/components/InputNumber.vue2.js +3 -2
  405. package/es/components/keyboard/src/components/NumberPanel.vue.d.ts +46 -40
  406. package/es/components/keyboard/src/components/NumberPanel.vue2.js +12 -12
  407. package/es/components/map/index.d.ts +12 -12
  408. package/es/components/map/src/Map.vue.d.ts +12 -12
  409. package/es/components/map/src/Map.vue2.js +11 -11
  410. package/es/components/picture-clipper/index.d.ts +11 -11
  411. package/es/components/picture-clipper/src/PictureClipper.vue.d.ts +11 -11
  412. package/es/components/picture-clipper/src/PictureClipper.vue2.js +7 -6
  413. package/es/components/quick-search/index.d.ts +73 -32
  414. package/es/components/quick-search/src/index.vue.d.ts +73 -32
  415. package/es/components/quick-search/src/index.vue2.js +15 -15
  416. package/es/components/recommend-search/index.d.ts +79 -79
  417. package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +79 -79
  418. package/es/components/recommend-search/src/RecommendSearch.vue2.js +5 -4
  419. package/es/components/recommend-search/src/components/BaseSearch.d.ts +7 -7
  420. package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +34 -34
  421. package/es/components/recommend-search/src/components/RecommendInput.vue2.js +13 -14
  422. package/es/components/recommend-search/src/components/RecommendMenu.vue.d.ts +9 -9
  423. package/es/components/recommend-search/src/components/RecommendMenu.vue2.js +13 -13
  424. package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +29 -29
  425. package/es/components/recommend-search/src/components/RecommendSelect.vue2.js +8 -8
  426. package/es/components/scale-view/index.d.ts +108 -88
  427. package/es/components/scale-view/src/ScaleView.vue.d.ts +67 -64
  428. package/es/components/scale-view/src/ScaleView.vue2.js +24 -16
  429. package/es/components/scale-view/src/components/AnswerParse.vue.d.ts +7 -7
  430. package/es/components/scale-view/src/components/AnswerParse.vue2.js +8 -8
  431. package/es/components/scale-view/src/components/DescribeContent.vue.d.ts +7 -7
  432. package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +12 -12
  433. package/es/components/scale-view/src/components/EvaluateCountdown.vue2.js +23 -23
  434. package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +10 -10
  435. package/es/components/scale-view/src/components/EvaluatePage.vue2.js +6 -5
  436. package/es/components/scale-view/src/components/LoadingCom.vue.js +3 -5
  437. package/es/components/scale-view/src/components/NoData.vue.d.ts +7 -7
  438. package/es/components/scale-view/src/components/NoData.vue2.js +4 -4
  439. package/es/components/scale-view/src/components/ScaleScore.d.ts +5 -5
  440. package/es/components/scale-view/src/components/formitem/r-address.d.ts +9 -6
  441. package/es/components/scale-view/src/components/formitem/r-cascader.d.ts +10 -6
  442. package/es/components/scale-view/src/components/formitem/r-checkbox.d.ts +11 -6
  443. package/es/components/scale-view/src/components/formitem/r-collection.d.ts +8 -5
  444. package/es/components/scale-view/src/components/formitem/r-datetime.d.ts +9 -6
  445. package/es/components/scale-view/src/components/formitem/r-input.d.ts +8 -6
  446. package/es/components/scale-view/src/components/formitem/r-map.d.ts +70 -6
  447. package/es/components/scale-view/src/components/formitem/r-radio.d.ts +11 -6
  448. package/es/components/scale-view/src/components/formitem/r-select.d.ts +10 -6
  449. package/es/components/scale-view/src/components/formitem/r-sign.d.ts +155 -6
  450. package/es/components/scale-view/src/components/formitem/r-upload.d.ts +11 -6
  451. package/es/components/scale-view/src/components/formitem/sign-com.d.ts +6 -6
  452. package/es/components/scale-view/src/components/formitem/standard-modal.d.ts +9 -5
  453. package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +9 -17
  454. package/es/components/scale-view/src/hooks/use-event.js +56 -22
  455. package/es/components/search-cascader/index.d.ts +27 -27
  456. package/es/components/search-cascader/src/SearchCascader.vue.d.ts +27 -27
  457. package/es/components/search-cascader/src/SearchCascader.vue2.js +9 -8
  458. package/es/components/search-cascader/src/components/ClearIcon.vue.js +15 -17
  459. package/es/components/search-cascader/src/components/SearchMenu.d.ts +5 -5
  460. package/es/components/select-label/index.d.ts +119 -155
  461. package/es/components/select-label/src/LabelFormContent.vue.d.ts +26 -48
  462. package/es/components/select-label/src/LabelFormContent.vue2.js +23 -25
  463. package/es/components/select-label/src/SelectLabel.vue.d.ts +42 -64
  464. package/es/components/select-label/src/SelectLabel.vue2.js +11 -12
  465. package/es/components/select-label/src/components/label-classify.vue.d.ts +14 -24
  466. package/es/components/select-label/src/components/label-classify.vue2.js +26 -29
  467. package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue.d.ts +29 -21
  468. package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue2.js +14 -16
  469. package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue.d.ts +45 -37
  470. package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue2.js +6 -6
  471. package/es/components/select-label/src/ihoLabel/iho-label-classify.vue.d.ts +17 -9
  472. package/es/components/select-label/src/ihoLabel/iho-label-classify.vue2.js +10 -13
  473. package/es/components/select-label/src/index.vue.d.ts +93 -107
  474. package/es/components/select-label/src/index.vue2.js +2 -1
  475. package/es/components/select-person/index.d.ts +288 -190
  476. package/es/components/select-person/src/SelectPerson.vue.d.ts +138 -87
  477. package/es/components/select-person/src/SelectPerson.vue2.js +55 -22
  478. package/es/components/select-person/src/SelectPersonRole.vue.d.ts +80 -66
  479. package/es/components/select-person/src/SelectPersonRole.vue2.js +13 -13
  480. package/es/components/select-person/src/SelectPersonType.vue.d.ts +41 -31
  481. package/es/components/select-person/src/SelectPersonType.vue2.js +6 -6
  482. package/es/components/select-person/src/components/GroupItem.vue.d.ts +5 -5
  483. package/es/components/select-person/src/components/GroupItem.vue2.js +2 -1
  484. package/es/components/select-person/src/components/SearchGroupList.vue.d.ts +39 -39
  485. package/es/components/select-person/src/components/SearchGroupList.vue2.js +4 -3
  486. package/es/components/select-person/src/components/SearchMultiple.vue.d.ts +17 -18
  487. package/es/components/select-person/src/components/SearchMultiple.vue2.js +3 -2
  488. package/es/components/select-person/src/components/SearchOrgAndStaff.vue.d.ts +19 -20
  489. package/es/components/select-person/src/components/SearchOrgAndStaff.vue2.js +7 -6
  490. package/es/components/select-person/src/components/TagItem.vue.d.ts +11 -11
  491. package/es/components/select-person/src/components/TagItem.vue2.js +2 -1
  492. package/es/components/select-person/src/index.vue.d.ts +338 -240
  493. package/es/components/select-person/src/index.vue2.js +12 -7
  494. package/es/components/select-person/src/utils/index.d.ts +1 -1
  495. package/es/components/select-person/src/utils/index.js +11 -9
  496. package/es/components/shortcut-provider/index.d.ts +9 -9
  497. package/es/components/shortcut-provider/src/ShortcutProvider.vue.d.ts +9 -9
  498. package/es/components/shortcut-provider/src/hooks/useShortcutSignature.d.ts +1 -1
  499. package/es/components/shortcut-provider/src/hooks/useShortcuts.d.ts +3 -0
  500. package/es/components/shortcut-provider/src/hooks/useShortcuts.js +9 -3
  501. package/es/components/shortcut-setter/index.d.ts +289 -81
  502. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +289 -81
  503. package/es/components/shortcut-setter/src/ShortcutSetter.vue2.js +3 -2
  504. package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +13 -23
  505. package/es/components/shortcut-setter/src/ShortcutSetterItem.vue2.js +11 -10
  506. package/es/components/slider-tree/index.d.ts +22 -22
  507. package/es/components/slider-tree/src/index.vue.d.ts +22 -22
  508. package/es/components/slider-tree/src/index.vue2.js +6 -5
  509. package/es/components/step-notice/index.d.ts +58 -58
  510. package/es/components/step-notice/src/StepNotice.vue.d.ts +57 -57
  511. package/es/components/step-notice/src/StepNotice.vue2.js +5 -4
  512. package/es/components/step-notice/src/components/NoticeConnection.vue.d.ts +12 -12
  513. package/es/components/step-notice/src/components/NoticeConnection.vue2.js +3 -3
  514. package/es/components/step-notice/src/components/NoticeItem.vue.d.ts +40 -40
  515. package/es/components/step-notice/src/components/NoticeItem.vue2.js +4 -4
  516. package/es/components/step-notice/src/components/NoticeItemAside.vue.d.ts +9 -9
  517. package/es/components/step-notice/src/components/NoticeItemAside.vue2.js +1 -2
  518. package/es/components/step-notice/src/components/NoticeOperationList.vue.d.ts +9 -9
  519. package/es/components/steps-wheel/index.d.ts +17 -17
  520. package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +17 -17
  521. package/es/components/steps-wheel/src/StepsWheel.vue2.js +3 -3
  522. package/es/components/table-export-field/index.d.ts +88 -66
  523. package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +33 -27
  524. package/es/components/table-export-field/src/components/ExportModal.vue2.js +11 -9
  525. package/es/components/table-export-field/src/components/SaveProjectModal.vue.d.ts +25 -23
  526. package/es/components/table-export-field/src/components/SaveProjectModal.vue2.js +53 -21
  527. package/es/components/table-export-field/src/index.vue.d.ts +88 -66
  528. package/es/components/table-export-field/src/index.vue2.js +5 -4
  529. package/es/components/table-export-field/src/types/index.d.ts +1 -0
  530. package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +112 -71
  531. package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue2.js +18 -17
  532. package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +66 -25
  533. package/es/components/table-filter/src/components/bi-filter/components/Date.vue2.js +7 -6
  534. package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue.d.ts +11 -11
  535. package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue2.js +5 -4
  536. package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue.d.ts +11 -11
  537. package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue2.js +5 -4
  538. package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue.d.ts +12 -12
  539. package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue2.js +7 -6
  540. package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +100 -59
  541. package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +135 -94
  542. package/es/components/table-filter/src/components/bi-filter/index.vue2.js +33 -38
  543. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +312 -224
  544. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +41 -40
  545. package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue.d.ts +15 -15
  546. package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue2.js +10 -9
  547. package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +85 -44
  548. package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +19 -18
  549. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +88 -47
  550. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +27 -26
  551. package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue.d.ts +19 -13
  552. package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue2.js +8 -7
  553. package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue.d.ts +11 -11
  554. package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue2.js +5 -4
  555. package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue.d.ts +13 -13
  556. package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue2.js +5 -5
  557. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue.d.ts +43 -43
  558. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue2.js +10 -9
  559. package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue.d.ts +12 -12
  560. package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue2.js +7 -6
  561. package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue.d.ts +14 -14
  562. package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue2.js +7 -6
  563. package/es/components/table-filter/src/components/classify-filter/components/SelectTreeDynamic.vue.d.ts +14 -14
  564. package/es/components/table-filter/src/components/classify-filter/components/SelectTreeDynamic.vue2.js +7 -6
  565. package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +298 -210
  566. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +335 -247
  567. package/es/components/table-filter/src/components/classify-filter/index.vue2.js +31 -34
  568. package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue.d.ts +12 -12
  569. package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue2.js +3 -2
  570. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +80 -39
  571. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue2.js +10 -9
  572. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +70 -27
  573. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +12 -3
  574. package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.d.ts +10 -10
  575. package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue2.js +2 -1
  576. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +80 -39
  577. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue2.js +14 -14
  578. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +70 -27
  579. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +12 -3
  580. package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue.d.ts +13 -13
  581. package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue2.js +10 -9
  582. package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue.d.ts +13 -13
  583. package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue2.js +5 -5
  584. package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue.d.ts +18 -18
  585. package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue2.js +8 -9
  586. package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue.d.ts +14 -14
  587. package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue2.js +7 -6
  588. package/es/components/table-filter/src/components/render-widget/components/Select.vue.d.ts +11 -11
  589. package/es/components/table-filter/src/components/render-widget/components/Select.vue2.js +5 -4
  590. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.d.ts +49 -43
  591. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue2.js +10 -9
  592. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.d.ts +24 -24
  593. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +8 -7
  594. package/es/components/table-filter/src/components/render-widget/components/SelectTree.vue.d.ts +11 -11
  595. package/es/components/table-filter/src/components/render-widget/components/SelectTree.vue2.js +7 -6
  596. package/es/components/table-filter/src/components/render-widget/components/SelectTreeDynamic.vue.d.ts +13 -13
  597. package/es/components/table-filter/src/components/render-widget/components/SelectTreeDynamic.vue2.js +6 -5
  598. package/es/components/table-filter/src/components/render-widget/components/index.d.ts +453 -279
  599. package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.js +9 -9
  600. package/es/components/table-filter/src/components/render-widget/index.vue.d.ts +5 -5
  601. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +440 -266
  602. package/es/components/table-filter/src/constants/index.d.ts +1 -0
  603. package/es/components/table-filter/src/constants/index.js +4 -1
  604. package/es/components/table-filter/src/hooks/useMixins.d.ts +1 -1
  605. package/es/components/time-line/index.d.ts +11 -11
  606. package/es/components/time-line/src/TimeLine.vue.d.ts +11 -11
  607. package/es/components/time-picker/index.d.ts +19 -19
  608. package/es/components/time-picker/src/TimePicker.vue.d.ts +19 -19
  609. package/es/components/time-picker/src/TimePicker.vue2.js +5 -4
  610. package/es/components/tooth-bitmap/index.d.ts +14 -14
  611. package/es/components/tooth-bitmap/src/ToothBitmap.vue.d.ts +12 -12
  612. package/es/components/tooth-bitmap/src/ToothBitmap.vue2.js +8 -7
  613. package/es/components/vertify/src/components/IdentityVerification.vue.d.ts +19 -22
  614. package/es/components/vertify/src/components/IdentityVerification.vue2.js +10 -9
  615. package/es/components/vod-chunk-upload/index.d.ts +248 -28
  616. package/es/components/vod-chunk-upload/src/chunk-upload-new.vue.d.ts +18 -18
  617. package/es/components/vod-chunk-upload/src/chunk-upload-new.vue2.js +24 -25
  618. package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +248 -28
  619. package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +32 -33
  620. package/es/components/vod-chunk-upload/src/vod-upload-modal.d.ts +207 -5
  621. package/es/env.d.ts +25 -25
  622. package/es/shared/components/AbbrText/AbbrText.d.ts +3 -3
  623. package/es/shared/components/ArrowIcon/ArrowIcon.vue.js +6 -8
  624. package/es/shared/components/CancelRadio/CancelRadio.d.ts +6 -6
  625. package/es/shared/components/CancelRadio/CancelRadio.js +3 -1
  626. package/es/shared/components/DateIcon/DateIcon.vue.js +11 -13
  627. package/es/shared/components/Ellipsis/Ellipsis.d.ts +12 -0
  628. package/es/shared/components/Ellipsis/Ellipsis.js +86 -0
  629. package/es/shared/components/Ellipsis/index.d.ts +2 -0
  630. package/es/shared/components/Ellipsis/index.js +2 -0
  631. package/es/shared/components/InputNumberSlash/InputNumberSlash.d.ts +20 -5
  632. package/es/shared/components/InputNumberSlash/InputNumberSlash.js +24 -10
  633. package/es/shared/components/JSONTree/JSONTree.vue.d.ts +8 -8
  634. package/es/shared/components/JSONTree/JSONTree.vue2.js +1 -1
  635. package/es/shared/components/SelectPage/SelectPage.vue.d.ts +10 -10
  636. package/es/shared/components/SelectPage/SelectPage.vue2.js +2 -2
  637. package/es/shared/components/SlotRender/SlotRender.d.ts +3 -3
  638. package/es/shared/components/SvgIcon/SvgIcon.vue.d.ts +6 -10
  639. package/es/shared/components/SvgIcon/SvgIcon.vue2.js +5 -5
  640. package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +9 -17
  641. package/es/shared/components/TextOverTooltip/TextOverTooltip.vue2.js +9 -9
  642. package/es/shared/components/no-data/NoData.vue.d.ts +7 -7
  643. package/es/shared/components/no-data/NoData.vue2.js +5 -5
  644. package/es/shared/components/player-vod/index.vue.d.ts +1 -1
  645. package/es/shared/components/player-vod/player.d.ts +4 -4
  646. package/es/shared/components/player-vod/video-list.d.ts +77 -4
  647. package/es/shared/components/player-vod/video-modal.d.ts +23 -5
  648. package/es/shared/hooks/selectHooks/useOptionFiltered.d.ts +2 -2
  649. package/es/shared/hooks/selectHooks/useSearchContent.d.ts +1 -1
  650. package/es/shared/hooks/selectHooks/useSelectRenders.d.ts +4 -4
  651. package/es/shared/hooks/useLevelSearchCascader.d.ts +7 -4
  652. package/es/shared/package.json.js +1 -1
  653. package/es/shared/types/business.d.ts +3 -2
  654. package/es/shared/utils/business.js +16 -0
  655. package/es/shared/utils/ho-edge.d.ts +12 -0
  656. package/es/shared/utils/ho-edge.js +58 -0
  657. package/es/shared/utils/index.d.ts +1 -1
  658. package/package.json +2 -2
@@ -1,4 +1,4 @@
1
- declare const Date: import("vue").DefineComponent<{
1
+ declare const Date: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
2
  componentCfg: {
3
3
  type: ObjectConstructor;
4
4
  };
@@ -22,8 +22,8 @@ declare const Date: import("vue").DefineComponent<{
22
22
  type: StringConstructor;
23
23
  default: null;
24
24
  };
25
- }, {
26
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
25
+ }>, {
26
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
27
27
  componentCfg: {
28
28
  type: ObjectConstructor;
29
29
  };
@@ -47,15 +47,15 @@ declare const Date: import("vue").DefineComponent<{
47
47
  type: StringConstructor;
48
48
  default: null;
49
49
  };
50
- }>> & {
50
+ }>> & Readonly<{
51
51
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
52
52
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
53
53
  "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
54
- }>>;
54
+ }> & {}>;
55
55
  emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
56
- filterType: import("vue").ComputedRef<"1" | "2" | "3">;
57
- valueCp: import("vue").WritableComputedRef<any>;
58
- presetValCp: import("vue").WritableComputedRef<string>;
56
+ filterType: import("vue").ComputedRef<"1" | "3" | "2">;
57
+ valueCp: import("vue").WritableComputedRef<any, any>;
58
+ presetValCp: import("vue").WritableComputedRef<string, string>;
59
59
  dateType: any;
60
60
  valueFormat: import("vue").ComputedRef<string>;
61
61
  compType: import("vue").ComputedRef<any>;
@@ -70,7 +70,7 @@ declare const Date: import("vue").DefineComponent<{
70
70
  isMinuteDisabled(minute: number, hour: number | null): boolean | undefined;
71
71
  isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | undefined;
72
72
  };
73
- CDatePicker: import("../../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
73
+ readonly CDatePicker: import("../../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
74
74
  updateUnchangedValue: {
75
75
  type: BooleanConstructor;
76
76
  };
@@ -98,14 +98,27 @@ declare const Date: import("vue").DefineComponent<{
98
98
  type: StringConstructor;
99
99
  default: string;
100
100
  };
101
+ updateValueOnClose: {
102
+ type: BooleanConstructor;
103
+ default: boolean;
104
+ };
101
105
  isDateDisabled: {
102
106
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
103
107
  };
104
- }, {
108
+ propKey: {
109
+ type: StringConstructor;
110
+ };
111
+ shortcutListenerConfig: {
112
+ type: import("vue").PropType<{
113
+ enable: boolean;
114
+ callback: (value: string, propKey?: string | undefined) => void;
115
+ }>;
116
+ };
117
+ }>, {
105
118
  attrs: {
106
119
  [x: string]: unknown;
107
120
  };
108
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
121
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
109
122
  updateUnchangedValue: {
110
123
  type: BooleanConstructor;
111
124
  };
@@ -133,18 +146,31 @@ declare const Date: import("vue").DefineComponent<{
133
146
  type: StringConstructor;
134
147
  default: string;
135
148
  };
149
+ updateValueOnClose: {
150
+ type: BooleanConstructor;
151
+ default: boolean;
152
+ };
136
153
  isDateDisabled: {
137
154
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
138
155
  };
139
- }>> & {
156
+ propKey: {
157
+ type: StringConstructor;
158
+ };
159
+ shortcutListenerConfig: {
160
+ type: import("vue").PropType<{
161
+ enable: boolean;
162
+ callback: (value: string, propKey?: string | undefined) => void;
163
+ }>;
164
+ };
165
+ }>> & Readonly<{
140
166
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
141
- }>>;
167
+ }> & {}>;
142
168
  emit: (event: "update:formatted-value", ...args: any[]) => void;
143
- datePickerRef: import("vue").Ref<import("../../../../../../shared/types").AnyObject | null>;
144
- panelInstRef: import("vue").Ref<null>;
145
- placeholderRef: import("vue").Ref<any>;
146
- oldValue: string;
147
- currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
169
+ datePickerRef: import("vue").Ref<import("../../../../../../shared/types").AnyObject | null, import("../../../../../../shared/types").AnyObject | null>;
170
+ panelInstRef: import("vue").Ref<null, null>;
171
+ placeholderRef: import("vue").Ref<any, any>;
172
+ oldValue: (string | [string, string]) | null | undefined;
173
+ currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
148
174
  isDateTime: import("vue").ComputedRef<boolean>;
149
175
  formatRef: import("vue").ComputedRef<string>;
150
176
  panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
@@ -152,6 +178,7 @@ declare const Date: import("vue").DefineComponent<{
152
178
  focus: () => any;
153
179
  blur: () => any;
154
180
  handleConfirm: (target: HTMLInputElement) => void;
181
+ handleShortcutClick: (event: MouseEvent) => void;
155
182
  onUpdateShow: (show: boolean) => Promise<void>;
156
183
  watchers: import("../../../../../../shared/types").AnyFn[];
157
184
  stopWatcher: () => void;
@@ -159,8 +186,8 @@ declare const Date: import("vue").DefineComponent<{
159
186
  onConfirm: (...args: any[]) => Promise<void>;
160
187
  isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
161
188
  setShortcutValue: (type: "month" | "week") => Promise<void>;
162
- NDatePicker: any;
163
- }, 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<{
189
+ readonly NDatePicker: any;
190
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
164
191
  updateUnchangedValue: {
165
192
  type: BooleanConstructor;
166
193
  };
@@ -188,19 +215,33 @@ declare const Date: import("vue").DefineComponent<{
188
215
  type: StringConstructor;
189
216
  default: string;
190
217
  };
218
+ updateValueOnClose: {
219
+ type: BooleanConstructor;
220
+ default: boolean;
221
+ };
191
222
  isDateDisabled: {
192
223
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
193
224
  };
194
- }>> & {
225
+ propKey: {
226
+ type: StringConstructor;
227
+ };
228
+ shortcutListenerConfig: {
229
+ type: import("vue").PropType<{
230
+ enable: boolean;
231
+ callback: (value: string, propKey?: string | undefined) => void;
232
+ }>;
233
+ };
234
+ }>> & Readonly<{
195
235
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
196
- }, {
236
+ }>, {
197
237
  type: string;
198
238
  updateUnchangedValue: boolean;
199
239
  to: string | false | HTMLElement;
200
240
  holidays: Date[];
201
- }>>;
202
- NSelect: any;
203
- DateOption: import("vue").DefineComponent<{
241
+ updateValueOnClose: boolean;
242
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
243
+ readonly NSelect: any;
244
+ DateOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
204
245
  filterType: {
205
246
  type: StringConstructor;
206
247
  required: true;
@@ -225,7 +266,7 @@ declare const Date: import("vue").DefineComponent<{
225
266
  valueFormat: {
226
267
  type: StringConstructor;
227
268
  };
228
- }, {
269
+ }>, {
229
270
  widgetOptions: {
230
271
  label: string;
231
272
  value: string;
@@ -234,9 +275,9 @@ declare const Date: import("vue").DefineComponent<{
234
275
  label: string;
235
276
  value: string;
236
277
  }[];
237
- startDateNum: import("vue").Ref<any>;
238
- endDateNum: import("vue").Ref<any>;
239
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
278
+ startDateNum: import("vue").Ref<any, any>;
279
+ endDateNum: import("vue").Ref<any, any>;
280
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
240
281
  filterType: {
241
282
  type: StringConstructor;
242
283
  required: true;
@@ -261,17 +302,17 @@ declare const Date: import("vue").DefineComponent<{
261
302
  valueFormat: {
262
303
  type: StringConstructor;
263
304
  };
264
- }>> & {
305
+ }>> & Readonly<{
265
306
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
266
307
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
267
- }>>;
308
+ }> & {}>;
268
309
  emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
269
- valueCp: import("vue").WritableComputedRef<any>;
270
- presetValCp: import("vue").WritableComputedRef<string>;
310
+ valueCp: import("vue").WritableComputedRef<any, any>;
311
+ presetValCp: import("vue").WritableComputedRef<string, string>;
271
312
  handleChange: (val: any, type: "start" | "end") => void;
272
- NSelect: any;
273
- NInputNumber: any;
274
- }, 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<{
313
+ readonly NSelect: any;
314
+ readonly NInputNumber: any;
315
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
275
316
  filterType: {
276
317
  type: StringConstructor;
277
318
  required: true;
@@ -296,14 +337,14 @@ declare const Date: import("vue").DefineComponent<{
296
337
  valueFormat: {
297
338
  type: StringConstructor;
298
339
  };
299
- }>> & {
340
+ }>> & Readonly<{
300
341
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
301
342
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
302
- }, {
343
+ }>, {
303
344
  modelValue: string | number | unknown[];
304
345
  presetVal: string;
305
- }>;
306
- WidgetValEnums: {
346
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
347
+ readonly WidgetValEnums: {
307
348
  CUSTOM: string;
308
349
  FIRST_VAL: string;
309
350
  WHOLE: string;
@@ -334,7 +375,7 @@ declare const Date: import("vue").DefineComponent<{
334
375
  NEXT_YEAR: string;
335
376
  LAST_YEAR: string;
336
377
  };
337
- }, 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<{
378
+ }, {}, {}, {}, 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<{
338
379
  componentCfg: {
339
380
  type: ObjectConstructor;
340
381
  };
@@ -358,17 +399,17 @@ declare const Date: import("vue").DefineComponent<{
358
399
  type: StringConstructor;
359
400
  default: null;
360
401
  };
361
- }>> & {
402
+ }>> & Readonly<{
362
403
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
363
404
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
364
405
  "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
365
- }, {
406
+ }>, {
366
407
  modelValue: string | number | unknown[];
367
408
  paramCfg: Record<string, any>;
368
409
  presetVal: string;
369
410
  customDate: string;
370
- }>;
371
- declare const InputFilter: import("vue").DefineComponent<{
411
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
412
+ declare const InputFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
372
413
  paramCfg: {
373
414
  type: ObjectConstructor;
374
415
  default: null;
@@ -380,8 +421,8 @@ declare const InputFilter: import("vue").DefineComponent<{
380
421
  isAccurateFilter: {
381
422
  type: BooleanConstructor;
382
423
  };
383
- }, {
384
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
424
+ }>, {
425
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
385
426
  paramCfg: {
386
427
  type: ObjectConstructor;
387
428
  default: null;
@@ -393,21 +434,27 @@ declare const InputFilter: import("vue").DefineComponent<{
393
434
  isAccurateFilter: {
394
435
  type: BooleanConstructor;
395
436
  };
396
- }>> & {
437
+ }>> & Readonly<{
397
438
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
398
439
  "onUpdate:isAccurateFilter"?: ((...args: any[]) => any) | undefined;
399
- }>>;
440
+ }> & {}>;
400
441
  emit: (event: "update:modelValue" | "update:isAccurateFilter", ...args: any[]) => void;
401
442
  optionList: import("vue").Ref<{
402
443
  label: string;
403
444
  value: number;
445
+ }[], {
446
+ label: string;
447
+ value: number;
448
+ }[] | {
449
+ label: string;
450
+ value: number;
404
451
  }[]>;
405
- valueCp: import("vue").WritableComputedRef<any>;
406
- isAccurateFilterCp: import("vue").WritableComputedRef<number>;
452
+ valueCp: import("vue").WritableComputedRef<any, any>;
453
+ isAccurateFilterCp: import("vue").WritableComputedRef<number, number>;
407
454
  isShowSearch: import("vue").ComputedRef<any>;
408
- NInput: any;
409
- NSelect: any;
410
- }, 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<{
455
+ readonly NInput: any;
456
+ readonly NSelect: any;
457
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:isAccurateFilter")[], "update:modelValue" | "update:isAccurateFilter", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
411
458
  paramCfg: {
412
459
  type: ObjectConstructor;
413
460
  default: null;
@@ -419,42 +466,42 @@ declare const InputFilter: import("vue").DefineComponent<{
419
466
  isAccurateFilter: {
420
467
  type: BooleanConstructor;
421
468
  };
422
- }>> & {
469
+ }>> & Readonly<{
423
470
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
424
471
  "onUpdate:isAccurateFilter"?: ((...args: any[]) => any) | undefined;
425
- }, {
472
+ }>, {
426
473
  modelValue: string | number | unknown[];
427
474
  paramCfg: Record<string, any>;
428
475
  isAccurateFilter: boolean;
429
- }>;
430
- declare const InputNumber: import("vue").DefineComponent<{
476
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
477
+ declare const InputNumber: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
431
478
  modelValue: {
432
479
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
433
480
  default: null;
434
481
  };
435
- }, {
436
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
482
+ }>, {
483
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
437
484
  modelValue: {
438
485
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
439
486
  default: null;
440
487
  };
441
- }>> & {
488
+ }>> & Readonly<{
442
489
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
443
- }>>;
490
+ }> & {}>;
444
491
  emit: (event: "update:modelValue", ...args: any[]) => void;
445
- valueCp: import("vue").WritableComputedRef<any>;
446
- NInputNumber: any;
447
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
492
+ valueCp: import("vue").WritableComputedRef<any, any>;
493
+ readonly NInputNumber: any;
494
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
448
495
  modelValue: {
449
496
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
450
497
  default: null;
451
498
  };
452
- }>> & {
499
+ }>> & Readonly<{
453
500
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
454
- }, {
501
+ }>, {
455
502
  modelValue: string | number | unknown[];
456
- }>;
457
- declare const SelectFilter: import("vue").DefineComponent<{
503
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
504
+ declare const SelectFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
458
505
  paramCfg: {
459
506
  type: ObjectConstructor;
460
507
  default: null;
@@ -467,8 +514,8 @@ declare const SelectFilter: import("vue").DefineComponent<{
467
514
  type: StringConstructor;
468
515
  default: string;
469
516
  };
470
- }, {
471
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
517
+ }>, {
518
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
472
519
  paramCfg: {
473
520
  type: ObjectConstructor;
474
521
  default: null;
@@ -481,15 +528,15 @@ declare const SelectFilter: import("vue").DefineComponent<{
481
528
  type: StringConstructor;
482
529
  default: string;
483
530
  };
484
- }>> & {
531
+ }>> & Readonly<{
485
532
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
486
- }>>;
533
+ }> & {}>;
487
534
  emit: (event: "update:modelValue", ...args: any[]) => void;
488
- valueCp: import("vue").WritableComputedRef<any>;
535
+ valueCp: import("vue").WritableComputedRef<any, any>;
489
536
  optionSetting: import("vue").ComputedRef<any>;
490
537
  widgetOptions: import("vue").ComputedRef<any>;
491
- NSelect: any;
492
- WidgetOptionEnums: {
538
+ readonly NSelect: any;
539
+ readonly WidgetOptionEnums: {
493
540
  RADIO: string;
494
541
  MULTIPLE: string;
495
542
  ALL: string;
@@ -498,7 +545,7 @@ declare const SelectFilter: import("vue").DefineComponent<{
498
545
  FUTURE_TIME: string;
499
546
  CUSTOM_TIME: string;
500
547
  };
501
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
548
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
502
549
  paramCfg: {
503
550
  type: ObjectConstructor;
504
551
  default: null;
@@ -511,14 +558,14 @@ declare const SelectFilter: import("vue").DefineComponent<{
511
558
  type: StringConstructor;
512
559
  default: string;
513
560
  };
514
- }>> & {
561
+ }>> & Readonly<{
515
562
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
516
- }, {
563
+ }>, {
517
564
  modelValue: string | number | unknown[];
518
565
  widgetType: string;
519
566
  paramCfg: Record<string, any>;
520
- }>;
521
- declare const SelectDynamic: import("vue").DefineComponent<{
567
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
568
+ declare const SelectDynamic: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
522
569
  paramCfg: {
523
570
  type: ObjectConstructor;
524
571
  default: null;
@@ -527,9 +574,9 @@ declare const SelectDynamic: import("vue").DefineComponent<{
527
574
  type: import("vue").PropType<import("../../../../../../shared/types").AnyObject[]>;
528
575
  default: null;
529
576
  };
530
- }, {
531
- message: import("naive-ui").MessageApi;
532
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
577
+ }>, {
578
+ message: import("naive-ui/es/message").MessageApi;
579
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
533
580
  paramCfg: {
534
581
  type: ObjectConstructor;
535
582
  default: null;
@@ -538,23 +585,23 @@ declare const SelectDynamic: import("vue").DefineComponent<{
538
585
  type: import("vue").PropType<import("../../../../../../shared/types").AnyObject[]>;
539
586
  default: null;
540
587
  };
541
- }>> & {
588
+ }>> & Readonly<{
542
589
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
543
- }>>;
590
+ }> & {}>;
544
591
  getDynamicSelectData: (params: any, filterApiConfig: any) => Promise<any>;
545
592
  emit: (event: "update:modelValue", ...args: any[]) => void;
546
- selectDynamicRef: any;
547
- isLoading: import("vue").Ref<boolean>;
593
+ selectDynamicRef: import("vue").Ref<any, any>;
594
+ isLoading: import("vue").Ref<boolean, boolean>;
548
595
  filterApiConfig: import("../../../../../../shared/types").AnyObject;
549
- classifyFilterList: import("vue").Ref<import("../../../../../../shared/types").AnyObject[]>;
550
- totalPage: import("vue").Ref<number>;
596
+ classifyFilterList: import("vue").Ref<import("../../../../../../shared/types").AnyObject[], import("../../../../../../shared/types").AnyObject[]>;
597
+ totalPage: import("vue").Ref<number, number>;
551
598
  menuProps: {
552
599
  class: string;
553
600
  };
554
- curPage: import("vue").Ref<number>;
555
- fieldTitleList: import("vue").Ref<any>;
556
- selectOptions: import("vue").Ref<any[]>;
557
- keywordVal: import("vue").Ref<any>;
601
+ curPage: import("vue").Ref<number, number>;
602
+ fieldTitleList: import("vue").Ref<any, any>;
603
+ selectOptions: import("vue").Ref<any[], any[]>;
604
+ keywordVal: import("vue").Ref<any, any>;
558
605
  optionSetting: import("vue").ComputedRef<any>;
559
606
  isMultiple: import("vue").ComputedRef<boolean>;
560
607
  dynamicOptionInfos: import("vue").ComputedRef<any>;
@@ -577,8 +624,8 @@ declare const SelectDynamic: import("vue").DefineComponent<{
577
624
  }>;
578
625
  init: () => void;
579
626
  saveDynamicBaseList: (selectValue: any[] | null) => void;
580
- NSelect: any;
581
- SelectDynamicOption: import("vue").DefineComponent<{
627
+ readonly NSelect: any;
628
+ SelectDynamicOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
582
629
  oldValue: {
583
630
  type: import("vue").PropType<import("../../../../../../shared/types").AnyObject[]>;
584
631
  default: () => never[];
@@ -615,9 +662,9 @@ declare const SelectDynamic: import("vue").DefineComponent<{
615
662
  type: BooleanConstructor;
616
663
  default: boolean;
617
664
  };
618
- }, {
665
+ }>, {
619
666
  selectMinWidth: number;
620
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
667
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
621
668
  oldValue: {
622
669
  type: import("vue").PropType<import("../../../../../../shared/types").AnyObject[]>;
623
670
  default: () => never[];
@@ -654,12 +701,12 @@ declare const SelectDynamic: import("vue").DefineComponent<{
654
701
  type: BooleanConstructor;
655
702
  default: boolean;
656
703
  };
657
- }>> & {
658
- onUpdateSelect?: ((...args: any[]) => any) | undefined;
704
+ }>> & Readonly<{
659
705
  onUpdatePage?: ((...args: any[]) => any) | undefined;
660
- }>>;
706
+ onUpdateSelect?: ((...args: any[]) => any) | undefined;
707
+ }> & {}>;
661
708
  emit: (event: "updateSelect" | "updatePage", ...args: any[]) => void;
662
- dragEndWidth: import("vue").Ref<number>;
709
+ dragEndWidth: import("vue").Ref<number, number>;
663
710
  showKeys: import("vue").ComputedRef<any>;
664
711
  titleList: import("vue").ComputedRef<string[]>;
665
712
  isOptionsNull: import("vue").ComputedRef<boolean>;
@@ -667,16 +714,16 @@ declare const SelectDynamic: import("vue").DefineComponent<{
667
714
  searchByPage: (onePage: number) => void;
668
715
  changeWidth: ({ distance }: any) => void;
669
716
  saveWidth: () => void;
670
- NEmpty: any;
671
- NButtonGroup: any;
672
- NButton: any;
673
- NIcon: any;
674
- NPopover: any;
675
- vFlexibleResize: {
717
+ readonly NEmpty: any;
718
+ readonly NButtonGroup: any;
719
+ readonly NButton: any;
720
+ readonly NIcon: any;
721
+ readonly NPopover: any;
722
+ readonly vFlexibleResize: {
676
723
  mounted(el: any, { value }: any): void;
677
724
  beforeUnmount(el: any): void;
678
725
  };
679
- WidgetValEnums: {
726
+ readonly WidgetValEnums: {
680
727
  CUSTOM: string;
681
728
  FIRST_VAL: string;
682
729
  WHOLE: string;
@@ -707,9 +754,9 @@ declare const SelectDynamic: import("vue").DefineComponent<{
707
754
  NEXT_YEAR: string;
708
755
  LAST_YEAR: string;
709
756
  };
710
- 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<{}>>, {}>;
711
- 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<{}>>, {}>;
712
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updateSelect" | "updatePage")[], "updateSelect" | "updatePage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
757
+ 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>;
758
+ 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>;
759
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updateSelect" | "updatePage")[], "updateSelect" | "updatePage", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
713
760
  oldValue: {
714
761
  type: import("vue").PropType<import("../../../../../../shared/types").AnyObject[]>;
715
762
  default: () => never[];
@@ -746,21 +793,21 @@ declare const SelectDynamic: import("vue").DefineComponent<{
746
793
  type: BooleanConstructor;
747
794
  default: boolean;
748
795
  };
749
- }>> & {
750
- onUpdateSelect?: ((...args: any[]) => any) | undefined;
796
+ }>> & Readonly<{
751
797
  onUpdatePage?: ((...args: any[]) => any) | undefined;
752
- }, {
753
- isMultiple: boolean;
798
+ onUpdateSelect?: ((...args: any[]) => any) | undefined;
799
+ }>, {
754
800
  loading: boolean;
801
+ isMultiple: boolean;
755
802
  oldValue: import("../../../../../../shared/types").AnyObject[];
803
+ optionList: import("../../../../../../shared/types").AnyObject[];
804
+ isShowWhole: boolean;
756
805
  dynamicOptionInfo: import("../../../../../../shared/types").AnyObject;
757
806
  fieldTitleList: import("../../../../../../shared/types").AnyObject[];
758
- optionList: import("../../../../../../shared/types").AnyObject[];
759
807
  curPage: number;
760
808
  isLastPage: boolean;
761
- isShowWhole: boolean;
762
- }>;
763
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
809
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
810
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
764
811
  paramCfg: {
765
812
  type: ObjectConstructor;
766
813
  default: null;
@@ -769,13 +816,13 @@ declare const SelectDynamic: import("vue").DefineComponent<{
769
816
  type: import("vue").PropType<import("../../../../../../shared/types").AnyObject[]>;
770
817
  default: null;
771
818
  };
772
- }>> & {
819
+ }>> & Readonly<{
773
820
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
774
- }, {
821
+ }>, {
775
822
  modelValue: import("../../../../../../shared/types").AnyObject[];
776
823
  paramCfg: Record<string, any>;
777
- }>;
778
- declare const InputNumberGroup: import("vue").DefineComponent<{
824
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
825
+ declare const InputNumberGroup: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
779
826
  paramCfg: {
780
827
  type: ObjectConstructor;
781
828
  default: null;
@@ -784,8 +831,8 @@ declare const InputNumberGroup: import("vue").DefineComponent<{
784
831
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
785
832
  default: null;
786
833
  };
787
- }, {
788
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
834
+ }>, {
835
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
789
836
  paramCfg: {
790
837
  type: ObjectConstructor;
791
838
  default: null;
@@ -794,16 +841,16 @@ declare const InputNumberGroup: import("vue").DefineComponent<{
794
841
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
795
842
  default: null;
796
843
  };
797
- }>> & {
844
+ }>> & Readonly<{
798
845
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
799
- }>>;
800
- startNumber: import("vue").Ref<any>;
801
- endNumber: import("vue").Ref<any>;
846
+ }> & {}>;
847
+ startNumber: import("vue").Ref<any, any>;
848
+ endNumber: import("vue").Ref<any, any>;
802
849
  emit: (event: "update:modelValue", ...args: any[]) => void;
803
850
  handleChange: (val: number | null, key: string) => void;
804
- NInputGroup: any;
805
- NInputNumber: any;
806
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
851
+ readonly NInputGroup: any;
852
+ readonly NInputNumber: any;
853
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
807
854
  paramCfg: {
808
855
  type: ObjectConstructor;
809
856
  default: null;
@@ -812,13 +859,13 @@ declare const InputNumberGroup: import("vue").DefineComponent<{
812
859
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
813
860
  default: null;
814
861
  };
815
- }>> & {
862
+ }>> & Readonly<{
816
863
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
817
- }, {
864
+ }>, {
818
865
  modelValue: string | number | unknown[];
819
866
  paramCfg: Record<string, any>;
820
- }>;
821
- declare const DateRange: import("vue").DefineComponent<{
867
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
868
+ declare const DateRange: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
822
869
  item: {
823
870
  type: ObjectConstructor;
824
871
  required: true;
@@ -839,8 +886,8 @@ declare const DateRange: import("vue").DefineComponent<{
839
886
  type: StringConstructor;
840
887
  default: null;
841
888
  };
842
- }, {
843
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
889
+ }>, {
890
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
844
891
  item: {
845
892
  type: ObjectConstructor;
846
893
  required: true;
@@ -861,15 +908,15 @@ declare const DateRange: import("vue").DefineComponent<{
861
908
  type: StringConstructor;
862
909
  default: null;
863
910
  };
864
- }>> & {
911
+ }>> & Readonly<{
865
912
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
866
913
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
867
914
  "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
868
- }>>;
915
+ }> & {}>;
869
916
  emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
870
- startDate: import("vue").Ref<any>;
871
- endDate: import("vue").Ref<any>;
872
- filterType: import("vue").ComputedRef<"1" | "2" | "3">;
917
+ startDate: import("vue").Ref<any, any>;
918
+ endDate: import("vue").Ref<any, any>;
919
+ filterType: import("vue").ComputedRef<"1" | "3" | "2">;
873
920
  valueFormat: import("vue").ComputedRef<string>;
874
921
  dateFormat: import("vue").ComputedRef<string>;
875
922
  compType: import("vue").ComputedRef<any>;
@@ -887,8 +934,8 @@ declare const DateRange: import("vue").DefineComponent<{
887
934
  label: string;
888
935
  value: string;
889
936
  }[]>;
890
- presetValCp: import("vue").WritableComputedRef<string>;
891
- valueDateCp: import("vue").WritableComputedRef<unknown>;
937
+ presetValCp: import("vue").WritableComputedRef<string, string>;
938
+ valueDateCp: import("vue").WritableComputedRef<string | number | unknown[] | null, unknown>;
892
939
  handleChange: (val: any, type: "start" | "end") => void;
893
940
  isStartDateDisabled: (ts: number) => boolean;
894
941
  timeStartDisabled: (ts: number) => {
@@ -902,9 +949,9 @@ declare const DateRange: import("vue").DefineComponent<{
902
949
  isMinuteDisabled(minute: number, hour: number | null): boolean | 0;
903
950
  isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | 0;
904
951
  };
905
- NSelect: any;
906
- NPopover: any;
907
- CDatePicker: import("../../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
952
+ readonly NSelect: any;
953
+ readonly NPopover: any;
954
+ readonly CDatePicker: import("../../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
908
955
  updateUnchangedValue: {
909
956
  type: BooleanConstructor;
910
957
  };
@@ -932,14 +979,27 @@ declare const DateRange: import("vue").DefineComponent<{
932
979
  type: StringConstructor;
933
980
  default: string;
934
981
  };
982
+ updateValueOnClose: {
983
+ type: BooleanConstructor;
984
+ default: boolean;
985
+ };
935
986
  isDateDisabled: {
936
987
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
937
988
  };
938
- }, {
989
+ propKey: {
990
+ type: StringConstructor;
991
+ };
992
+ shortcutListenerConfig: {
993
+ type: import("vue").PropType<{
994
+ enable: boolean;
995
+ callback: (value: string, propKey?: string | undefined) => void;
996
+ }>;
997
+ };
998
+ }>, {
939
999
  attrs: {
940
1000
  [x: string]: unknown;
941
1001
  };
942
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1002
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
943
1003
  updateUnchangedValue: {
944
1004
  type: BooleanConstructor;
945
1005
  };
@@ -967,18 +1027,31 @@ declare const DateRange: import("vue").DefineComponent<{
967
1027
  type: StringConstructor;
968
1028
  default: string;
969
1029
  };
1030
+ updateValueOnClose: {
1031
+ type: BooleanConstructor;
1032
+ default: boolean;
1033
+ };
970
1034
  isDateDisabled: {
971
1035
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
972
1036
  };
973
- }>> & {
1037
+ propKey: {
1038
+ type: StringConstructor;
1039
+ };
1040
+ shortcutListenerConfig: {
1041
+ type: import("vue").PropType<{
1042
+ enable: boolean;
1043
+ callback: (value: string, propKey?: string | undefined) => void;
1044
+ }>;
1045
+ };
1046
+ }>> & Readonly<{
974
1047
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
975
- }>>;
1048
+ }> & {}>;
976
1049
  emit: (event: "update:formatted-value", ...args: any[]) => void;
977
- datePickerRef: import("vue").Ref<import("../../../../../../shared/types").AnyObject | null>;
978
- panelInstRef: import("vue").Ref<null>;
979
- placeholderRef: import("vue").Ref<any>;
980
- oldValue: string;
981
- currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
1050
+ datePickerRef: import("vue").Ref<import("../../../../../../shared/types").AnyObject | null, import("../../../../../../shared/types").AnyObject | null>;
1051
+ panelInstRef: import("vue").Ref<null, null>;
1052
+ placeholderRef: import("vue").Ref<any, any>;
1053
+ oldValue: (string | [string, string]) | null | undefined;
1054
+ currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
982
1055
  isDateTime: import("vue").ComputedRef<boolean>;
983
1056
  formatRef: import("vue").ComputedRef<string>;
984
1057
  panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
@@ -986,6 +1059,7 @@ declare const DateRange: import("vue").DefineComponent<{
986
1059
  focus: () => any;
987
1060
  blur: () => any;
988
1061
  handleConfirm: (target: HTMLInputElement) => void;
1062
+ handleShortcutClick: (event: MouseEvent) => void;
989
1063
  onUpdateShow: (show: boolean) => Promise<void>;
990
1064
  watchers: import("../../../../../../shared/types").AnyFn[];
991
1065
  stopWatcher: () => void;
@@ -993,8 +1067,8 @@ declare const DateRange: import("vue").DefineComponent<{
993
1067
  onConfirm: (...args: any[]) => Promise<void>;
994
1068
  isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
995
1069
  setShortcutValue: (type: "month" | "week") => Promise<void>;
996
- NDatePicker: any;
997
- }, 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<{
1070
+ readonly NDatePicker: any;
1071
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
998
1072
  updateUnchangedValue: {
999
1073
  type: BooleanConstructor;
1000
1074
  };
@@ -1022,18 +1096,32 @@ declare const DateRange: import("vue").DefineComponent<{
1022
1096
  type: StringConstructor;
1023
1097
  default: string;
1024
1098
  };
1099
+ updateValueOnClose: {
1100
+ type: BooleanConstructor;
1101
+ default: boolean;
1102
+ };
1025
1103
  isDateDisabled: {
1026
1104
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
1027
1105
  };
1028
- }>> & {
1106
+ propKey: {
1107
+ type: StringConstructor;
1108
+ };
1109
+ shortcutListenerConfig: {
1110
+ type: import("vue").PropType<{
1111
+ enable: boolean;
1112
+ callback: (value: string, propKey?: string | undefined) => void;
1113
+ }>;
1114
+ };
1115
+ }>> & Readonly<{
1029
1116
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1030
- }, {
1117
+ }>, {
1031
1118
  type: string;
1032
1119
  updateUnchangedValue: boolean;
1033
1120
  to: string | false | HTMLElement;
1034
1121
  holidays: Date[];
1035
- }>>;
1036
- DateOption: import("vue").DefineComponent<{
1122
+ updateValueOnClose: boolean;
1123
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
1124
+ DateOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1037
1125
  filterType: {
1038
1126
  type: StringConstructor;
1039
1127
  required: true;
@@ -1058,7 +1146,7 @@ declare const DateRange: import("vue").DefineComponent<{
1058
1146
  valueFormat: {
1059
1147
  type: StringConstructor;
1060
1148
  };
1061
- }, {
1149
+ }>, {
1062
1150
  widgetOptions: {
1063
1151
  label: string;
1064
1152
  value: string;
@@ -1067,9 +1155,9 @@ declare const DateRange: import("vue").DefineComponent<{
1067
1155
  label: string;
1068
1156
  value: string;
1069
1157
  }[];
1070
- startDateNum: import("vue").Ref<any>;
1071
- endDateNum: import("vue").Ref<any>;
1072
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1158
+ startDateNum: import("vue").Ref<any, any>;
1159
+ endDateNum: import("vue").Ref<any, any>;
1160
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1073
1161
  filterType: {
1074
1162
  type: StringConstructor;
1075
1163
  required: true;
@@ -1094,17 +1182,17 @@ declare const DateRange: import("vue").DefineComponent<{
1094
1182
  valueFormat: {
1095
1183
  type: StringConstructor;
1096
1184
  };
1097
- }>> & {
1185
+ }>> & Readonly<{
1098
1186
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1099
1187
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1100
- }>>;
1188
+ }> & {}>;
1101
1189
  emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
1102
- valueCp: import("vue").WritableComputedRef<any>;
1103
- presetValCp: import("vue").WritableComputedRef<string>;
1190
+ valueCp: import("vue").WritableComputedRef<any, any>;
1191
+ presetValCp: import("vue").WritableComputedRef<string, string>;
1104
1192
  handleChange: (val: any, type: "start" | "end") => void;
1105
- NSelect: any;
1106
- NInputNumber: any;
1107
- }, 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<{
1193
+ readonly NSelect: any;
1194
+ readonly NInputNumber: any;
1195
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1108
1196
  filterType: {
1109
1197
  type: StringConstructor;
1110
1198
  required: true;
@@ -1129,14 +1217,14 @@ declare const DateRange: import("vue").DefineComponent<{
1129
1217
  valueFormat: {
1130
1218
  type: StringConstructor;
1131
1219
  };
1132
- }>> & {
1220
+ }>> & Readonly<{
1133
1221
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1134
1222
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1135
- }, {
1223
+ }>, {
1136
1224
  modelValue: string | number | unknown[];
1137
1225
  presetVal: string;
1138
- }>;
1139
- WidgetValEnums: {
1226
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1227
+ readonly WidgetValEnums: {
1140
1228
  CUSTOM: string;
1141
1229
  FIRST_VAL: string;
1142
1230
  WHOLE: string;
@@ -1167,7 +1255,7 @@ declare const DateRange: import("vue").DefineComponent<{
1167
1255
  NEXT_YEAR: string;
1168
1256
  LAST_YEAR: string;
1169
1257
  };
1170
- }, 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<{
1258
+ }, {}, {}, {}, 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<{
1171
1259
  item: {
1172
1260
  type: ObjectConstructor;
1173
1261
  required: true;
@@ -1188,17 +1276,17 @@ declare const DateRange: import("vue").DefineComponent<{
1188
1276
  type: StringConstructor;
1189
1277
  default: null;
1190
1278
  };
1191
- }>> & {
1279
+ }>> & Readonly<{
1192
1280
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1193
1281
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1194
1282
  "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
1195
- }, {
1283
+ }>, {
1196
1284
  modelValue: string | number | unknown[];
1197
1285
  paramCfg: Record<string, any>;
1198
1286
  presetVal: string;
1199
1287
  customDate: string;
1200
- }>;
1201
- declare const SelectLabel: import("vue").DefineComponent<{
1288
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1289
+ declare const SelectLabel: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1202
1290
  paramCfg: {
1203
1291
  type: ObjectConstructor;
1204
1292
  default: null;
@@ -1207,10 +1295,10 @@ declare const SelectLabel: import("vue").DefineComponent<{
1207
1295
  type: StringConstructor;
1208
1296
  default: null;
1209
1297
  };
1210
- }, {
1298
+ }>, {
1211
1299
  getDynamicLabelData: (params: any, filterApiConfig: any) => Promise<any>;
1212
- message: import("naive-ui").MessageApi;
1213
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1300
+ message: import("naive-ui/es/message").MessageApi;
1301
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1214
1302
  paramCfg: {
1215
1303
  type: ObjectConstructor;
1216
1304
  default: null;
@@ -1219,13 +1307,13 @@ declare const SelectLabel: import("vue").DefineComponent<{
1219
1307
  type: StringConstructor;
1220
1308
  default: null;
1221
1309
  };
1222
- }>> & {
1310
+ }>> & Readonly<{
1223
1311
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1224
- }>>;
1312
+ }> & {}>;
1225
1313
  emit: (event: "update:modelValue", ...args: any[]) => void;
1226
- tagList: import("vue").Ref<never[]>;
1314
+ tagList: import("vue").Ref<never[], never[]>;
1227
1315
  filterApiConfig: import("../../../../../../shared/types").AnyObject;
1228
- valueCp: import("vue").WritableComputedRef<string[]>;
1316
+ valueCp: import("vue").WritableComputedRef<string[], string[]>;
1229
1317
  optionList: import("vue").ComputedRef<import("naive-ui").SelectOption[]>;
1230
1318
  initTagList: () => Promise<void>;
1231
1319
  renderOption: ({ node, option }: {
@@ -1237,8 +1325,8 @@ declare const SelectLabel: import("vue").DefineComponent<{
1237
1325
  [key: string]: any;
1238
1326
  }>;
1239
1327
  renderLabel: (option: any) => any;
1240
- NSelect: any;
1241
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1328
+ readonly NSelect: any;
1329
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1242
1330
  paramCfg: {
1243
1331
  type: ObjectConstructor;
1244
1332
  default: null;
@@ -1247,13 +1335,13 @@ declare const SelectLabel: import("vue").DefineComponent<{
1247
1335
  type: StringConstructor;
1248
1336
  default: null;
1249
1337
  };
1250
- }>> & {
1338
+ }>> & Readonly<{
1251
1339
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1252
- }, {
1340
+ }>, {
1253
1341
  modelValue: string;
1254
1342
  paramCfg: Record<string, any>;
1255
- }>;
1256
- declare const SelectTreeDynamic: import("vue").DefineComponent<{
1343
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1344
+ declare const SelectTreeDynamic: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1257
1345
  paramCfg: {
1258
1346
  type: ObjectConstructor;
1259
1347
  default: null;
@@ -1262,9 +1350,9 @@ declare const SelectTreeDynamic: import("vue").DefineComponent<{
1262
1350
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1263
1351
  default: null;
1264
1352
  };
1265
- }, {
1266
- message: import("naive-ui").MessageApi;
1267
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1353
+ }>, {
1354
+ message: import("naive-ui/es/message").MessageApi;
1355
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1268
1356
  paramCfg: {
1269
1357
  type: ObjectConstructor;
1270
1358
  default: null;
@@ -1273,22 +1361,22 @@ declare const SelectTreeDynamic: import("vue").DefineComponent<{
1273
1361
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1274
1362
  default: null;
1275
1363
  };
1276
- }>> & {
1364
+ }>> & Readonly<{
1277
1365
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1278
- }>>;
1366
+ }> & {}>;
1279
1367
  getDynamicSelectData: (params: any, filterApiConfig: any) => Promise<any>;
1280
1368
  emit: (event: "update:modelValue", ...args: any[]) => void;
1281
- options: import("vue").Ref<any[]>;
1369
+ options: import("vue").Ref<any[], any[]>;
1282
1370
  filterApiConfig: import("../../../../../../shared/types").AnyObject;
1283
- classifyFilterList: import("vue").Ref<import("../../../../../../shared/types").AnyObject[]>;
1371
+ classifyFilterList: import("vue").Ref<import("../../../../../../shared/types").AnyObject[], import("../../../../../../shared/types").AnyObject[]>;
1284
1372
  optionSetting: import("vue").ComputedRef<any>;
1285
1373
  isMultiple: import("vue").ComputedRef<boolean>;
1286
1374
  dynamicOptionInfos: import("vue").ComputedRef<any>;
1287
- valueCp: import("vue").WritableComputedRef<any>;
1375
+ valueCp: import("vue").WritableComputedRef<any, any>;
1288
1376
  transformOptions: (list: any[], showKeys: string[], valueKey: string) => any[];
1289
1377
  getOptionsData: (keyword: string) => Promise<void>;
1290
- NTreeSelect: any;
1291
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1378
+ readonly NTreeSelect: any;
1379
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1292
1380
  paramCfg: {
1293
1381
  type: ObjectConstructor;
1294
1382
  default: null;
@@ -1297,10 +1385,10 @@ declare const SelectTreeDynamic: import("vue").DefineComponent<{
1297
1385
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1298
1386
  default: null;
1299
1387
  };
1300
- }>> & {
1388
+ }>> & Readonly<{
1301
1389
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1302
- }, {
1390
+ }>, {
1303
1391
  modelValue: string | number | unknown[];
1304
1392
  paramCfg: Record<string, any>;
1305
- }>;
1393
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1306
1394
  export { Date, InputFilter, InputNumber, SelectFilter, SelectDynamic, InputNumberGroup, DateRange, SelectLabel, SelectTreeDynamic };