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

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