cnhis-design-vue 3.3.3-release.8 → 3.4.0-beta.0

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