cnhis-design-vue 3.4.0-beta.3 → 3.4.0-beta.32

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