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

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 (577) 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 +205 -145
  61. package/es/components/button-print/src/ButtonPrint.vue.d.ts +205 -145
  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 +105 -75
  68. package/es/components/button-print/src/components/NewPrintComponent.vue2.js +135 -124
  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/calendar/index.d.ts +32 -277
  74. package/es/components/calendar/src/Calendar.vue.d.ts +31 -276
  75. package/es/components/calendar/src/Calendar.vue2.js +5 -4
  76. package/es/components/callback/index.d.ts +11 -11
  77. package/es/components/callback/src/components/dialog/drawer.vue.d.ts +20 -21
  78. package/es/components/callback/src/components/dialog/drawer.vue2.js +2 -1
  79. package/es/components/callback/src/components/dialog/modal.vue.d.ts +22 -22
  80. package/es/components/callback/src/components/dialog/modal.vue2.js +2 -1
  81. package/es/components/callback/src/components/popup/index.vue.d.ts +6 -6
  82. package/es/components/callback/src/components/render/drawerIframe/index.vue.d.ts +12 -12
  83. package/es/components/callback/src/components/render/drawerIframe/index.vue2.js +1 -1
  84. package/es/components/callback/src/components/render/index.vue.d.ts +6 -6
  85. package/es/components/callback/src/components/render/popupMaps.d.ts +3162 -1602
  86. package/es/components/callback/src/index.vue.d.ts +11 -11
  87. package/es/components/callback/src/index.vue2.js +2 -1
  88. package/es/components/card-reader-sdk/src/components/readCardDialog.vue.d.ts +12 -15
  89. package/es/components/card-reader-sdk/src/components/readCardDialog.vue2.js +7 -6
  90. package/es/components/card-render/index.d.ts +10 -10
  91. package/es/components/card-render/src/CardRender.vue.d.ts +10 -10
  92. package/es/components/card-render/src/CardRender.vue2.js +8 -5
  93. package/es/components/card-render/src/components/Box.vue.d.ts +8 -8
  94. package/es/components/card-render/src/components/Box.vue2.js +4 -4
  95. package/es/components/card-render/src/components/Button.vue.d.ts +8 -8
  96. package/es/components/card-render/src/components/Button.vue2.js +5 -5
  97. package/es/components/card-render/src/components/Divider.vue.d.ts +8 -8
  98. package/es/components/card-render/src/components/Divider.vue2.js +1 -1
  99. package/es/components/card-render/src/components/Field.vue.d.ts +8 -8
  100. package/es/components/card-render/src/components/Field.vue2.js +21 -21
  101. package/es/components/card-render/src/components/FieldGroup.vue.d.ts +8 -8
  102. package/es/components/card-render/src/components/FieldGroup.vue2.js +12 -12
  103. package/es/components/card-render/src/components/Image.vue.d.ts +8 -8
  104. package/es/components/card-render/src/components/Image.vue2.js +2 -2
  105. package/es/components/card-render/src/components/Label.vue.d.ts +8 -8
  106. package/es/components/card-render/src/components/Label.vue2.js +3 -3
  107. package/es/components/card-render/src/components/Row.vue.d.ts +8 -8
  108. package/es/components/card-render/src/components/Row.vue2.js +5 -5
  109. package/es/components/card-render/src/components/ScaleView.vue.d.ts +8 -8
  110. package/es/components/card-render/src/components/ScaleView.vue2.js +2 -2
  111. package/es/components/card-render/src/components/Slot.d.ts +5 -5
  112. package/es/components/card-render/src/components/Table.vue.d.ts +16 -16
  113. package/es/components/card-render/src/components/Table.vue2.js +4 -4
  114. package/es/components/card-render/src/components/Text.vue.d.ts +7 -7
  115. package/es/components/card-render/src/components/Text.vue2.js +4 -4
  116. package/es/components/card-render/src/components/index.d.ts +113 -113
  117. package/es/components/classification/index.d.ts +509 -432
  118. package/es/components/classification/src/components/search-filter/index.vue.d.ts +370 -358
  119. package/es/components/classification/src/components/search-filter/index.vue2.js +6 -5
  120. package/es/components/classification/src/components/set-classification/index.vue.d.ts +414 -402
  121. package/es/components/classification/src/components/set-classification/index.vue2.js +3 -2
  122. package/es/components/classification/src/components/table-modal/index.vue.d.ts +27 -27
  123. package/es/components/classification/src/components/table-modal/index.vue2.js +65 -66
  124. package/es/components/classification/src/index.vue.d.ts +509 -432
  125. package/es/components/classification/src/index.vue2.js +61 -63
  126. package/es/components/config-provider/index.d.ts +7 -5
  127. package/es/components/config-provider/src/ConfigProvider.d.ts +7 -5
  128. package/es/components/date-picker/index.d.ts +15 -15
  129. package/es/components/date-picker/src/DatePicker.vue.d.ts +15 -15
  130. package/es/components/date-picker/src/DatePicker.vue2.js +9 -8
  131. package/es/components/default-page/index.d.ts +11 -11
  132. package/es/components/default-page/src/index.vue.d.ts +11 -11
  133. package/es/components/default-page/src/index.vue2.js +14 -15
  134. package/es/components/editor/index.d.ts +77 -7
  135. package/es/components/editor/src/Editor.d.ts +78 -7
  136. package/es/components/expand-field/index.d.ts +478 -303
  137. package/es/components/expand-field/src/components/FormBatchOptionsModal.vue.d.ts +14 -14
  138. package/es/components/expand-field/src/components/FormBatchOptionsModal.vue2.js +7 -7
  139. package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +304 -225
  140. package/es/components/expand-field/src/components/FormItemPerson.vue2.js +4 -3
  141. package/es/components/expand-field/src/components/PersonModal.vue.d.ts +284 -205
  142. package/es/components/expand-field/src/components/PersonModal.vue2.js +4 -3
  143. package/es/components/expand-field/src/components/form.vue.d.ts +458 -285
  144. package/es/components/expand-field/src/components/form.vue2.js +65 -73
  145. package/es/components/expand-field/src/index.vue.d.ts +479 -304
  146. package/es/components/expand-field/src/index.vue2.js +26 -26
  147. package/es/components/fabric-chart/index.d.ts +29 -29
  148. package/es/components/fabric-chart/src/FabricChart.vue.d.ts +29 -29
  149. package/es/components/fabric-chart/src/FabricChart.vue2.js +6 -5
  150. package/es/components/fabric-chart/src/components/PopupMenu.d.ts +6 -6
  151. package/es/components/fabric-chart/src/components/PopupTip.vue.d.ts +7 -7
  152. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.d.ts +9 -9
  153. package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.d.ts +9 -9
  154. package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.d.ts +1 -1
  155. package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.d.ts +1 -1
  156. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.d.ts +9 -9
  157. package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.d.ts +9 -9
  158. package/es/components/field-editor/index.d.ts +50 -42
  159. package/es/components/field-editor/src/FieldEditor.vue.d.ts +50 -42
  160. package/es/components/field-editor/src/FieldEditor.vue2.js +5 -5
  161. package/es/components/field-set/index.d.ts +13 -13
  162. package/es/components/field-set/src/FieldColor.vue.d.ts +215 -153
  163. package/es/components/field-set/src/FieldColor.vue2.js +7 -6
  164. package/es/components/field-set/src/FieldFilter.vue.d.ts +76 -50
  165. package/es/components/field-set/src/FieldFilter.vue2.js +8 -7
  166. package/es/components/field-set/src/FieldSet.vue.d.ts +77 -63
  167. package/es/components/field-set/src/FieldSet.vue2.js +24 -23
  168. package/es/components/field-set/src/Index.vue.d.ts +13 -13
  169. package/es/components/field-set/src/Index.vue2.js +16 -13
  170. package/es/components/field-set/src/TableStyle.vue.d.ts +21 -13
  171. package/es/components/field-set/src/TableStyle.vue2.js +23 -23
  172. package/es/components/field-set/src/components/condition.vue.d.ts +47 -32
  173. package/es/components/field-set/src/components/condition.vue2.js +8 -11
  174. package/es/components/field-set/src/components/edit-dialog.vue.d.ts +149 -102
  175. package/es/components/field-set/src/components/edit-dialog.vue2.js +4 -3
  176. package/es/components/field-set/src/components/edit-filter.vue.d.ts +67 -43
  177. package/es/components/field-set/src/components/edit-filter.vue2.js +2 -1
  178. package/es/components/field-set/src/components/table-row.vue.d.ts +32 -32
  179. package/es/components/field-set/src/components/table-row.vue2.js +16 -14
  180. package/es/components/form-config/index.d.ts +1399 -422
  181. package/es/components/form-config/src/FormConfig.vue.d.ts +1399 -422
  182. package/es/components/form-config/src/FormConfig.vue2.js +24 -25
  183. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +57 -49
  184. package/es/components/form-config/src/components/FormConfigCreator.vue2.js +4 -3
  185. package/es/components/form-config/src/components/FormConfigDragDisplay.vue.d.ts +9 -9
  186. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +1100 -202
  187. package/es/components/form-config/src/components/FormConfigEdit.vue2.js +5 -6
  188. package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +118 -81
  189. package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +29 -29
  190. package/es/components/form-config/src/components/FormConfigMaterialItem.d.ts +4 -4
  191. package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +11 -11
  192. package/es/components/form-config/src/components/renderer/CloseButton.vue2.js +1 -1
  193. package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +29 -29
  194. package/es/components/form-config/src/components/renderer/ComplexNode.vue2.js +4 -5
  195. package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +21 -21
  196. package/es/components/form-config/src/components/renderer/DefaultNode.vue2.js +5 -5
  197. package/es/components/form-config/src/hooks/usePresetRenderer.d.ts +1 -1
  198. package/es/components/form-render/index.d.ts +48 -40
  199. package/es/components/form-render/src/FormRender.vue.d.ts +45 -37
  200. package/es/components/form-render/src/FormRender.vue2.js +5 -4
  201. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +48 -40
  202. package/es/components/form-render/src/FormRenderWrapper.vue2.js +2 -2
  203. package/es/components/form-render/src/components/renderer/combination/combination.d.ts +6 -6
  204. package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.d.ts +4 -4
  205. package/es/components/form-render/src/components/renderer/combination/jsonCombination.d.ts +6 -6
  206. package/es/components/form-render/src/components/renderer/combination/tableCombination.d.ts +6 -6
  207. package/es/components/form-render/src/components/renderer/complex.d.ts +4 -4
  208. package/es/components/form-render/src/components/renderer/date.d.ts +7 -9
  209. package/es/components/form-render/src/components/renderer/formItem.d.ts +5 -5
  210. package/es/components/form-render/src/components/renderer/input.d.ts +5 -5
  211. package/es/components/form-render/src/components/renderer/inputNumber.d.ts +7 -7
  212. package/es/components/form-render/src/components/renderer/levelSearchCascader/index.d.ts +5 -5
  213. package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +31 -31
  214. package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue2.js +6 -6
  215. package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +31 -31
  216. package/es/components/form-render/src/components/renderer/radio&checkbox.d.ts +18 -18
  217. package/es/components/form-render/src/components/renderer/remoteSearch.d.ts +5 -5
  218. package/es/components/form-render/src/components/renderer/searchCascade.d.ts +5 -5
  219. package/es/components/form-render/src/components/renderer/select.d.ts +5 -5
  220. package/es/components/form-render/src/components/renderer/simpleComponent.d.ts +2 -2
  221. package/es/components/form-render/src/components/renderer/slider.d.ts +4 -4
  222. package/es/components/form-render/src/components/renderer/switch.d.ts +5 -5
  223. package/es/components/form-render/src/components/renderer/text.d.ts +3 -3
  224. package/es/components/form-render/src/components/renderer/textarea.d.ts +5 -5
  225. package/es/components/form-render/src/components/renderer/time.d.ts +3 -3
  226. package/es/components/form-render/src/components/tooltipMessage.vue.d.ts +9 -9
  227. package/es/components/form-render/src/components/tooltipMessage.vue2.js +1 -1
  228. package/es/components/form-render/src/hooks/useAnchor.d.ts +9 -1
  229. package/es/components/form-render/src/hooks/useCommonInjection.d.ts +1 -1
  230. package/es/components/form-render/src/hooks/useComplexOptions.d.ts +3 -3
  231. package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +6 -6
  232. package/es/components/form-render/src/hooks/useFormField.d.ts +1 -1
  233. package/es/components/form-render/src/hooks/useFormRenderOptions.d.ts +12 -12
  234. package/es/components/form-render/src/utils/index.d.ts +3 -3
  235. package/es/components/grid/index.d.ts +1 -1
  236. package/es/components/grid/src/Grid.d.ts +1 -1
  237. package/es/components/guide/src/renderer.d.ts +5 -5
  238. package/es/components/iho-chat/index.d.ts +832 -760
  239. package/es/components/iho-chat/src/Index.vue.d.ts +832 -760
  240. package/es/components/iho-chat/src/Index.vue2.js +4 -3
  241. package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +42 -42
  242. package/es/components/iho-chat/src/components/ChatAdd.vue2.js +41 -41
  243. package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +122 -88
  244. package/es/components/iho-chat/src/components/ChatFile.vue2.js +5 -5
  245. package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +64 -64
  246. package/es/components/iho-chat/src/components/ChatFooter.vue2.js +73 -70
  247. package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +306 -272
  248. package/es/components/iho-chat/src/components/ChatHeader.vue2.js +8 -8
  249. package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +191 -177
  250. package/es/components/iho-chat/src/components/ChatMain.vue2.js +32 -14
  251. package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +61 -61
  252. package/es/components/iho-chat/src/components/ChatRecord.vue2.js +57 -63
  253. package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +34 -34
  254. package/es/components/iho-chat/src/components/ChatSearch.vue2.js +33 -36
  255. package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +65 -65
  256. package/es/components/iho-chat/src/components/ChatSet.vue2.js +56 -66
  257. package/es/components/iho-chat/src/components/ContextMenu.d.ts +5 -5
  258. package/es/components/iho-chat/src/components/ContextMenu.js +40 -15
  259. package/es/components/iho-chat/src/components/ImageLightbox.vue.d.ts +40 -22
  260. package/es/components/iho-chat/src/components/ImageLightbox.vue2.js +24 -21
  261. package/es/components/iho-chat/src/components/MessageEvent.vue.d.ts +9 -9
  262. package/es/components/iho-chat/src/components/MessageEvent.vue2.js +11 -13
  263. package/es/components/iho-chat/src/components/MessageMergeForward.vue.d.ts +32 -32
  264. package/es/components/iho-chat/src/components/MessageMergeForward.vue2.js +2 -2
  265. package/es/components/iho-chat/src/components/MessageTemplate.vue.d.ts +18 -22
  266. package/es/components/iho-chat/src/components/MessageTemplate.vue2.js +33 -35
  267. package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +82 -64
  268. package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +39 -45
  269. package/es/components/iho-chat/src/components/PersonProfile.vue.d.ts +13 -13
  270. package/es/components/iho-chat/src/components/PersonProfile.vue2.js +3 -3
  271. package/es/components/iho-chat/src/components/SelectLabel.vue.d.ts +15 -15
  272. package/es/components/iho-chat/src/components/SelectLabel.vue2.js +3 -2
  273. package/es/components/iho-chat/src/components/SiderList.vue.d.ts +69 -63
  274. package/es/components/iho-chat/src/components/SiderList.vue2.js +2 -2
  275. package/es/components/iho-chat/src/components/Video.vue.d.ts +13 -13
  276. package/es/components/iho-chat/src/components/Video.vue2.js +8 -12
  277. package/es/components/iho-chat/src/components/userItemRender.d.ts +5 -5
  278. package/es/components/iho-chat/src/hooks/useData.d.ts +6 -6
  279. package/es/components/iho-chat/src/hooks/useDraggable.d.ts +8 -2
  280. package/es/components/iho-chat/src/hooks/useSearchPatientList.d.ts +1 -1
  281. package/es/components/iho-chat/src/hooks/useSearchUserList.d.ts +1 -1
  282. package/es/components/iho-chat/src/hooks/useVideo.d.ts +11 -6
  283. package/es/components/iho-chat/src/utils/index.d.ts +1 -1
  284. package/es/components/iho-table/index.d.ts +3102 -1550
  285. package/es/components/iho-table/src/IhoTable.vue.d.ts +3103 -1551
  286. package/es/components/iho-table/src/IhoTable.vue2.js +8 -7
  287. package/es/components/iho-table/src/constants/index.d.ts +2 -2
  288. package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +2 -2
  289. package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.d.ts +1 -1
  290. package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +1 -1
  291. package/es/components/iho-table/src/hooks/tapHooks/useExposeHooks.d.ts +1 -1
  292. package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.d.ts +1 -1
  293. package/es/components/iho-table/src/hooks/useTableContext.d.ts +3 -3
  294. package/es/components/iho-table/src/plugins/anchorPlugin/tableAnchor.d.ts +1 -1
  295. package/es/components/iho-table/src/plugins/anchorPlugin/useAnchor.d.ts +6 -2
  296. package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue.d.ts +477 -207
  297. package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue2.js +12 -11
  298. package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +21 -21
  299. package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue2.js +1 -1
  300. package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue.d.ts +21 -21
  301. package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue2.js +14 -11
  302. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.d.ts +31 -31
  303. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +26 -23
  304. package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue.d.ts +11 -11
  305. package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue2.js +3 -3
  306. package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue.d.ts +8 -8
  307. package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue2.js +1 -1
  308. package/es/components/iho-table/src/plugins/pagerScrollPlugin/utils.d.ts +9 -9
  309. package/es/components/iho-table/src/plugins/pluginHooks/useFilter.d.ts +2 -2
  310. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +26 -26
  311. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue2.js +7 -6
  312. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useSelectOption.d.ts +1 -1
  313. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue.d.ts +50 -47
  314. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue2.js +2 -1
  315. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.d.ts +6 -6
  316. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue.d.ts +15 -13
  317. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue2.js +4 -4
  318. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +39 -39
  319. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +8 -7
  320. package/es/components/iho-table/src/plugins/verticalTablePlugin/src/utils.d.ts +1 -1
  321. package/es/components/iho-table/src/utils/index.d.ts +2 -2
  322. package/es/components/iho-table/src/utils/separateMap.d.ts +14 -1
  323. package/es/components/info-header/index.d.ts +195 -355
  324. package/es/components/info-header/src/InfoHeader.vue.d.ts +195 -355
  325. package/es/components/info-header/src/InfoHeader.vue2.js +5 -4
  326. package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +37 -46
  327. package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue2.js +24 -24
  328. package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +44 -63
  329. package/es/components/info-header/src/components/infoDescription/DescriptionList.vue2.js +11 -11
  330. package/es/components/info-header/src/components/infoDescription/HiddenContent.vue.d.ts +15 -15
  331. package/es/components/info-header/src/components/infoDescription/HiddenContent.vue2.js +4 -4
  332. package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue.d.ts +7 -7
  333. package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +109 -129
  334. package/es/components/info-header/src/components/infoDescription/index.vue2.js +8 -8
  335. package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +65 -68
  336. package/es/components/info-header/src/components/patientInfo/index.vue2.js +14 -12
  337. package/es/components/keyboard/index.d.ts +77 -65
  338. package/es/components/keyboard/src/Keyboard.vue.d.ts +77 -65
  339. package/es/components/keyboard/src/Keyboard.vue2.js +16 -16
  340. package/es/components/keyboard/src/components/InputNumber.vue.d.ts +16 -16
  341. package/es/components/keyboard/src/components/InputNumber.vue2.js +3 -2
  342. package/es/components/keyboard/src/components/NumberPanel.vue.d.ts +46 -40
  343. package/es/components/keyboard/src/components/NumberPanel.vue2.js +12 -12
  344. package/es/components/map/index.d.ts +12 -12
  345. package/es/components/map/src/Map.vue.d.ts +12 -12
  346. package/es/components/map/src/Map.vue2.js +11 -11
  347. package/es/components/picture-clipper/index.d.ts +11 -11
  348. package/es/components/picture-clipper/src/PictureClipper.vue.d.ts +11 -11
  349. package/es/components/picture-clipper/src/PictureClipper.vue2.js +7 -6
  350. package/es/components/quick-search/index.d.ts +73 -32
  351. package/es/components/quick-search/src/index.vue.d.ts +73 -32
  352. package/es/components/quick-search/src/index.vue2.js +15 -15
  353. package/es/components/recommend-search/index.d.ts +79 -79
  354. package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +79 -79
  355. package/es/components/recommend-search/src/RecommendSearch.vue2.js +5 -4
  356. package/es/components/recommend-search/src/components/BaseSearch.d.ts +7 -7
  357. package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +34 -34
  358. package/es/components/recommend-search/src/components/RecommendInput.vue2.js +13 -14
  359. package/es/components/recommend-search/src/components/RecommendMenu.vue.d.ts +9 -9
  360. package/es/components/recommend-search/src/components/RecommendMenu.vue2.js +13 -13
  361. package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +29 -29
  362. package/es/components/recommend-search/src/components/RecommendSelect.vue2.js +8 -8
  363. package/es/components/scale-view/index.d.ts +107 -87
  364. package/es/components/scale-view/src/ScaleView.vue.d.ts +66 -63
  365. package/es/components/scale-view/src/ScaleView.vue2.js +15 -13
  366. package/es/components/scale-view/src/components/AnswerParse.vue.d.ts +7 -7
  367. package/es/components/scale-view/src/components/AnswerParse.vue2.js +8 -8
  368. package/es/components/scale-view/src/components/DescribeContent.vue.d.ts +7 -7
  369. package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +12 -12
  370. package/es/components/scale-view/src/components/EvaluateCountdown.vue2.js +23 -23
  371. package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +10 -10
  372. package/es/components/scale-view/src/components/EvaluatePage.vue2.js +6 -5
  373. package/es/components/scale-view/src/components/LoadingCom.vue.js +3 -5
  374. package/es/components/scale-view/src/components/NoData.vue.d.ts +7 -7
  375. package/es/components/scale-view/src/components/NoData.vue2.js +4 -4
  376. package/es/components/scale-view/src/components/ScaleScore.d.ts +5 -5
  377. package/es/components/scale-view/src/components/formitem/r-address.d.ts +9 -6
  378. package/es/components/scale-view/src/components/formitem/r-cascader.d.ts +10 -6
  379. package/es/components/scale-view/src/components/formitem/r-checkbox.d.ts +11 -6
  380. package/es/components/scale-view/src/components/formitem/r-collection.d.ts +8 -5
  381. package/es/components/scale-view/src/components/formitem/r-datetime.d.ts +9 -6
  382. package/es/components/scale-view/src/components/formitem/r-input.d.ts +8 -6
  383. package/es/components/scale-view/src/components/formitem/r-map.d.ts +70 -6
  384. package/es/components/scale-view/src/components/formitem/r-radio.d.ts +11 -6
  385. package/es/components/scale-view/src/components/formitem/r-select.d.ts +10 -6
  386. package/es/components/scale-view/src/components/formitem/r-sign.d.ts +155 -6
  387. package/es/components/scale-view/src/components/formitem/r-upload.d.ts +11 -6
  388. package/es/components/scale-view/src/components/formitem/sign-com.d.ts +6 -6
  389. package/es/components/scale-view/src/components/formitem/standard-modal.d.ts +9 -5
  390. package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +9 -17
  391. package/es/components/search-cascader/index.d.ts +27 -27
  392. package/es/components/search-cascader/src/SearchCascader.vue.d.ts +27 -27
  393. package/es/components/search-cascader/src/SearchCascader.vue2.js +9 -8
  394. package/es/components/search-cascader/src/components/ClearIcon.vue.js +15 -17
  395. package/es/components/search-cascader/src/components/SearchMenu.d.ts +5 -5
  396. package/es/components/select-label/index.d.ts +119 -155
  397. package/es/components/select-label/src/LabelFormContent.vue.d.ts +26 -48
  398. package/es/components/select-label/src/LabelFormContent.vue2.js +23 -25
  399. package/es/components/select-label/src/SelectLabel.vue.d.ts +42 -64
  400. package/es/components/select-label/src/SelectLabel.vue2.js +11 -12
  401. package/es/components/select-label/src/components/label-classify.vue.d.ts +14 -24
  402. package/es/components/select-label/src/components/label-classify.vue2.js +26 -29
  403. package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue.d.ts +29 -21
  404. package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue2.js +14 -16
  405. package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue.d.ts +45 -37
  406. package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue2.js +6 -6
  407. package/es/components/select-label/src/ihoLabel/iho-label-classify.vue.d.ts +17 -9
  408. package/es/components/select-label/src/ihoLabel/iho-label-classify.vue2.js +10 -13
  409. package/es/components/select-label/src/index.vue.d.ts +93 -107
  410. package/es/components/select-label/src/index.vue2.js +2 -1
  411. package/es/components/select-person/index.d.ts +257 -190
  412. package/es/components/select-person/src/SelectPerson.vue.d.ts +124 -87
  413. package/es/components/select-person/src/SelectPerson.vue2.js +21 -17
  414. package/es/components/select-person/src/SelectPersonRole.vue.d.ts +80 -66
  415. package/es/components/select-person/src/SelectPersonRole.vue2.js +13 -13
  416. package/es/components/select-person/src/SelectPersonType.vue.d.ts +41 -31
  417. package/es/components/select-person/src/SelectPersonType.vue2.js +6 -6
  418. package/es/components/select-person/src/components/GroupItem.vue.d.ts +5 -5
  419. package/es/components/select-person/src/components/GroupItem.vue2.js +2 -1
  420. package/es/components/select-person/src/components/SearchGroupList.vue.d.ts +39 -39
  421. package/es/components/select-person/src/components/SearchGroupList.vue2.js +4 -3
  422. package/es/components/select-person/src/components/SearchMultiple.vue.d.ts +17 -18
  423. package/es/components/select-person/src/components/SearchMultiple.vue2.js +3 -2
  424. package/es/components/select-person/src/components/SearchOrgAndStaff.vue.d.ts +19 -20
  425. package/es/components/select-person/src/components/SearchOrgAndStaff.vue2.js +7 -6
  426. package/es/components/select-person/src/components/TagItem.vue.d.ts +11 -11
  427. package/es/components/select-person/src/components/TagItem.vue2.js +2 -1
  428. package/es/components/select-person/src/index.vue.d.ts +307 -240
  429. package/es/components/select-person/src/index.vue2.js +8 -7
  430. package/es/components/select-person/src/utils/index.d.ts +1 -1
  431. package/es/components/shortcut-provider/index.d.ts +9 -9
  432. package/es/components/shortcut-provider/src/ShortcutProvider.vue.d.ts +9 -9
  433. package/es/components/shortcut-provider/src/hooks/useShortcutSignature.d.ts +1 -1
  434. package/es/components/shortcut-setter/index.d.ts +287 -81
  435. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +287 -81
  436. package/es/components/shortcut-setter/src/ShortcutSetter.vue2.js +3 -2
  437. package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +13 -23
  438. package/es/components/shortcut-setter/src/ShortcutSetterItem.vue2.js +11 -10
  439. package/es/components/slider-tree/index.d.ts +22 -22
  440. package/es/components/slider-tree/src/index.vue.d.ts +22 -22
  441. package/es/components/slider-tree/src/index.vue2.js +6 -5
  442. package/es/components/step-notice/index.d.ts +58 -58
  443. package/es/components/step-notice/src/StepNotice.vue.d.ts +57 -57
  444. package/es/components/step-notice/src/StepNotice.vue2.js +5 -4
  445. package/es/components/step-notice/src/components/NoticeConnection.vue.d.ts +12 -12
  446. package/es/components/step-notice/src/components/NoticeConnection.vue2.js +3 -3
  447. package/es/components/step-notice/src/components/NoticeItem.vue.d.ts +40 -40
  448. package/es/components/step-notice/src/components/NoticeItem.vue2.js +4 -4
  449. package/es/components/step-notice/src/components/NoticeItemAside.vue.d.ts +9 -9
  450. package/es/components/step-notice/src/components/NoticeItemAside.vue2.js +1 -2
  451. package/es/components/step-notice/src/components/NoticeOperationList.vue.d.ts +9 -9
  452. package/es/components/steps-wheel/index.d.ts +17 -17
  453. package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +17 -17
  454. package/es/components/steps-wheel/src/StepsWheel.vue2.js +3 -3
  455. package/es/components/table-export-field/index.d.ts +82 -66
  456. package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +33 -27
  457. package/es/components/table-export-field/src/components/ExportModal.vue2.js +10 -9
  458. package/es/components/table-export-field/src/components/SaveProjectModal.vue.d.ts +23 -23
  459. package/es/components/table-export-field/src/components/SaveProjectModal.vue2.js +6 -5
  460. package/es/components/table-export-field/src/index.vue.d.ts +82 -66
  461. package/es/components/table-export-field/src/index.vue2.js +5 -4
  462. package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +71 -71
  463. package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue2.js +18 -17
  464. package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +25 -25
  465. package/es/components/table-filter/src/components/bi-filter/components/Date.vue2.js +7 -6
  466. package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue.d.ts +11 -11
  467. package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue2.js +5 -4
  468. package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue.d.ts +11 -11
  469. package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue2.js +5 -4
  470. package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue.d.ts +12 -12
  471. package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue2.js +7 -6
  472. package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +59 -59
  473. package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +94 -94
  474. package/es/components/table-filter/src/components/bi-filter/index.vue2.js +33 -38
  475. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +230 -224
  476. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +41 -40
  477. package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue.d.ts +15 -15
  478. package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue2.js +10 -9
  479. package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +44 -44
  480. package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +19 -18
  481. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +47 -47
  482. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +27 -26
  483. package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue.d.ts +19 -13
  484. package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue2.js +8 -7
  485. package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue.d.ts +11 -11
  486. package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue2.js +5 -4
  487. package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue.d.ts +13 -13
  488. package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue2.js +5 -5
  489. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue.d.ts +43 -43
  490. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue2.js +10 -9
  491. package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue.d.ts +12 -12
  492. package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue2.js +7 -6
  493. package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue.d.ts +14 -14
  494. package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue2.js +7 -6
  495. package/es/components/table-filter/src/components/classify-filter/components/SelectTreeDynamic.vue.d.ts +14 -14
  496. package/es/components/table-filter/src/components/classify-filter/components/SelectTreeDynamic.vue2.js +7 -6
  497. package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +216 -210
  498. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +253 -247
  499. package/es/components/table-filter/src/components/classify-filter/index.vue2.js +31 -34
  500. package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue.d.ts +12 -12
  501. package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue2.js +3 -2
  502. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +39 -39
  503. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue2.js +10 -9
  504. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +27 -27
  505. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +2 -1
  506. package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.d.ts +10 -10
  507. package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue2.js +2 -1
  508. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +39 -39
  509. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue2.js +14 -14
  510. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +27 -27
  511. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +2 -1
  512. package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue.d.ts +13 -13
  513. package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue2.js +10 -9
  514. package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue.d.ts +13 -13
  515. package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue2.js +5 -5
  516. package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue.d.ts +18 -18
  517. package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue2.js +8 -9
  518. package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue.d.ts +14 -14
  519. package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue2.js +7 -6
  520. package/es/components/table-filter/src/components/render-widget/components/Select.vue.d.ts +11 -11
  521. package/es/components/table-filter/src/components/render-widget/components/Select.vue2.js +5 -4
  522. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.d.ts +49 -43
  523. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue2.js +10 -9
  524. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.d.ts +24 -24
  525. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +8 -7
  526. package/es/components/table-filter/src/components/render-widget/components/SelectTree.vue.d.ts +11 -11
  527. package/es/components/table-filter/src/components/render-widget/components/SelectTree.vue2.js +7 -6
  528. package/es/components/table-filter/src/components/render-widget/components/SelectTreeDynamic.vue.d.ts +13 -13
  529. package/es/components/table-filter/src/components/render-widget/components/SelectTreeDynamic.vue2.js +6 -5
  530. package/es/components/table-filter/src/components/render-widget/components/index.d.ts +285 -279
  531. package/es/components/table-filter/src/components/render-widget/index.vue.d.ts +5 -5
  532. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +272 -266
  533. package/es/components/table-filter/src/hooks/useMixins.d.ts +1 -1
  534. package/es/components/time-line/index.d.ts +11 -11
  535. package/es/components/time-line/src/TimeLine.vue.d.ts +11 -11
  536. package/es/components/time-picker/index.d.ts +19 -19
  537. package/es/components/time-picker/src/TimePicker.vue.d.ts +19 -19
  538. package/es/components/time-picker/src/TimePicker.vue2.js +5 -4
  539. package/es/components/tooth-bitmap/index.d.ts +14 -14
  540. package/es/components/tooth-bitmap/src/ToothBitmap.vue.d.ts +12 -12
  541. package/es/components/tooth-bitmap/src/ToothBitmap.vue2.js +8 -7
  542. package/es/components/vertify/src/components/IdentityVerification.vue.d.ts +19 -22
  543. package/es/components/vertify/src/components/IdentityVerification.vue2.js +10 -9
  544. package/es/components/vod-chunk-upload/index.d.ts +248 -28
  545. package/es/components/vod-chunk-upload/src/chunk-upload-new.vue.d.ts +18 -18
  546. package/es/components/vod-chunk-upload/src/chunk-upload-new.vue2.js +24 -25
  547. package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +248 -28
  548. package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +32 -33
  549. package/es/components/vod-chunk-upload/src/vod-upload-modal.d.ts +207 -5
  550. package/es/env.d.ts +25 -25
  551. package/es/shared/components/AbbrText/AbbrText.d.ts +3 -3
  552. package/es/shared/components/ArrowIcon/ArrowIcon.vue.js +6 -8
  553. package/es/shared/components/CancelRadio/CancelRadio.d.ts +6 -6
  554. package/es/shared/components/DateIcon/DateIcon.vue.js +11 -13
  555. package/es/shared/components/InputNumberSlash/InputNumberSlash.d.ts +5 -5
  556. package/es/shared/components/JSONTree/JSONTree.vue.d.ts +8 -8
  557. package/es/shared/components/JSONTree/JSONTree.vue2.js +1 -1
  558. package/es/shared/components/SelectPage/SelectPage.vue.d.ts +10 -10
  559. package/es/shared/components/SelectPage/SelectPage.vue2.js +2 -2
  560. package/es/shared/components/SlotRender/SlotRender.d.ts +3 -3
  561. package/es/shared/components/SvgIcon/SvgIcon.vue.d.ts +6 -10
  562. package/es/shared/components/SvgIcon/SvgIcon.vue2.js +5 -5
  563. package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +9 -17
  564. package/es/shared/components/TextOverTooltip/TextOverTooltip.vue2.js +9 -9
  565. package/es/shared/components/no-data/NoData.vue.d.ts +7 -7
  566. package/es/shared/components/no-data/NoData.vue2.js +5 -5
  567. package/es/shared/components/player-vod/index.vue.d.ts +1 -1
  568. package/es/shared/components/player-vod/player.d.ts +4 -4
  569. package/es/shared/components/player-vod/video-list.d.ts +77 -4
  570. package/es/shared/components/player-vod/video-modal.d.ts +23 -5
  571. package/es/shared/hooks/selectHooks/useOptionFiltered.d.ts +2 -2
  572. package/es/shared/hooks/selectHooks/useSearchContent.d.ts +1 -1
  573. package/es/shared/hooks/selectHooks/useSelectRenders.d.ts +4 -4
  574. package/es/shared/hooks/useLevelSearchCascader.d.ts +7 -4
  575. package/es/shared/package.json.js +1 -1
  576. package/es/shared/utils/index.d.ts +1 -1
  577. package/package.json +2 -2
@@ -1,4 +1,4 @@
1
- declare const _default: import("vue").DefineComponent<{
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
2
  visible: {
3
3
  type: BooleanConstructor;
4
4
  default: boolean;
@@ -15,8 +15,8 @@ declare const _default: import("vue").DefineComponent<{
15
15
  type: ArrayConstructor;
16
16
  default: () => never[];
17
17
  };
18
- }, {
19
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
18
+ }>, {
19
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
20
20
  visible: {
21
21
  type: BooleanConstructor;
22
22
  default: boolean;
@@ -33,18 +33,24 @@ declare const _default: import("vue").DefineComponent<{
33
33
  type: ArrayConstructor;
34
34
  default: () => never[];
35
35
  };
36
- }>> & {
36
+ }>> & Readonly<{
37
37
  onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
38
- }>>;
38
+ }> & {}>;
39
39
  emits: (event: "cancelSaveAdd", ...args: any[]) => void;
40
- addVisible: import("vue").Ref<boolean>;
41
- isChangeWindow: import("vue").Ref<boolean>;
42
- modalWidth: import("vue").Ref<string>;
40
+ addVisible: import("vue").Ref<boolean, boolean>;
41
+ isChangeWindow: import("vue").Ref<boolean, boolean>;
42
+ modalWidth: import("vue").Ref<string, string>;
43
43
  bodyStyle: import("vue").Ref<{
44
44
  maxHeight: string;
45
45
  height: string;
46
+ }, {
47
+ maxHeight: string;
48
+ height: string;
49
+ } | {
50
+ maxHeight: string;
51
+ height: string;
46
52
  }>;
47
- conditionApiRef: any;
53
+ conditionApiRef: import("vue").Ref<any, any>;
48
54
  filterTimer: any;
49
55
  classifyfilterType: String;
50
56
  init: () => void;
@@ -55,10 +61,10 @@ declare const _default: import("vue").DefineComponent<{
55
61
  clearConditions: () => void;
56
62
  resetChangeWindow: () => void;
57
63
  changeModalWindow: () => void;
58
- NModal: any;
59
- NCard: any;
60
- NButton: any;
61
- ClassifyFilterConditionByApi: import("vue").DefineComponent<{
64
+ readonly NModal: any;
65
+ readonly NCard: any;
66
+ readonly NButton: any;
67
+ ClassifyFilterConditionByApi: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
62
68
  actionList_prop: {
63
69
  type: import("vue").PropType<import("../../../..").IClassifyListType>;
64
70
  default: () => {};
@@ -83,14 +89,14 @@ declare const _default: import("vue").DefineComponent<{
83
89
  type: BooleanConstructor;
84
90
  default: boolean;
85
91
  };
86
- }, {
87
- $message: import("naive-ui").MessageApi;
92
+ }>, {
93
+ $message: import("naive-ui/es/message").MessageApi;
88
94
  menuProps: {
89
95
  class: string;
90
96
  };
91
97
  specialDateRange: string[];
92
98
  specialCustomDateRange: string[];
93
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
99
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
94
100
  actionList_prop: {
95
101
  type: import("vue").PropType<import("../../../..").IClassifyListType>;
96
102
  default: () => {};
@@ -115,10 +121,10 @@ declare const _default: import("vue").DefineComponent<{
115
121
  type: BooleanConstructor;
116
122
  default: boolean;
117
123
  };
118
- }>> & {
124
+ }>> & Readonly<{
119
125
  onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
120
126
  onSaveAdd?: ((...args: any[]) => any) | undefined;
121
- }>>;
127
+ }> & {}>;
122
128
  emit: (event: "cancelSaveAdd" | "saveAdd", ...args: any[]) => void;
123
129
  $attrs: {
124
130
  [x: string]: unknown;
@@ -136,9 +142,9 @@ declare const _default: import("vue").DefineComponent<{
136
142
  customDate?: string | undefined;
137
143
  }[];
138
144
  };
139
- loading: import("vue").Ref<boolean>;
140
- parentInputRef: import("vue").Ref<any>;
141
- parentInputAddRef: import("vue").Ref<any>;
145
+ loading: import("vue").Ref<boolean, boolean>;
146
+ parentInputRef: import("vue").Ref<any, any>;
147
+ parentInputAddRef: import("vue").Ref<any, any>;
142
148
  DisplayCategoryState: {
143
149
  addDisplayCategory: string;
144
150
  displayCategories: {
@@ -179,16 +185,16 @@ declare const _default: import("vue").DefineComponent<{
179
185
  saveAdd: () => void;
180
186
  cancelSaveAdd: () => void;
181
187
  checkActionList: () => boolean;
182
- NSpin: any;
183
- NIcon: any;
184
- NInput: any;
185
- NButton: any;
186
- NTooltip: any;
187
- NSelect: any;
188
- 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<{}>>, {}>;
189
- 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<{}>>, {}>;
190
- 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<{}>>, {}>;
191
- ValueCfg: import("vue").DefineComponent<{
188
+ readonly NSpin: any;
189
+ readonly NIcon: any;
190
+ readonly NInput: any;
191
+ readonly NButton: any;
192
+ readonly NTooltip: any;
193
+ readonly NSelect: any;
194
+ 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>;
195
+ 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>;
196
+ 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>;
197
+ ValueCfg: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
192
198
  item: {
193
199
  type: ObjectConstructor;
194
200
  default: null;
@@ -212,8 +218,8 @@ declare const _default: import("vue").DefineComponent<{
212
218
  type: StringConstructor;
213
219
  default: null;
214
220
  };
215
- }, {
216
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
221
+ }>, {
222
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
217
223
  item: {
218
224
  type: ObjectConstructor;
219
225
  default: null;
@@ -237,19 +243,19 @@ declare const _default: import("vue").DefineComponent<{
237
243
  type: StringConstructor;
238
244
  default: null;
239
245
  };
240
- }>> & {
246
+ }>> & Readonly<{
241
247
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
242
248
  "onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
243
249
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
244
250
  "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
245
- }>>;
251
+ }> & {}>;
246
252
  emit: (event: "update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
247
- valueCp: import("vue").WritableComputedRef<any>;
248
- presetValCp: import("vue").WritableComputedRef<string>;
249
- isAccurateCp: import("vue").WritableComputedRef<boolean>;
250
- customDateCp: import("vue").WritableComputedRef<string>;
253
+ valueCp: import("vue").WritableComputedRef<any, any>;
254
+ presetValCp: import("vue").WritableComputedRef<string, string>;
255
+ isAccurateCp: import("vue").WritableComputedRef<boolean, boolean>;
256
+ customDateCp: import("vue").WritableComputedRef<string, string>;
251
257
  widgetType: import("vue").ComputedRef<any>;
252
- Date: import("vue").DefineComponent<{
258
+ readonly Date: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
253
259
  componentCfg: {
254
260
  type: ObjectConstructor;
255
261
  };
@@ -273,8 +279,8 @@ declare const _default: import("vue").DefineComponent<{
273
279
  type: StringConstructor;
274
280
  default: null;
275
281
  };
276
- }, {
277
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
282
+ }>, {
283
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
278
284
  componentCfg: {
279
285
  type: ObjectConstructor;
280
286
  };
@@ -298,15 +304,15 @@ declare const _default: import("vue").DefineComponent<{
298
304
  type: StringConstructor;
299
305
  default: null;
300
306
  };
301
- }>> & {
307
+ }>> & Readonly<{
302
308
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
303
309
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
304
310
  "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
305
- }>>;
311
+ }> & {}>;
306
312
  emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
307
- filterType: import("vue").ComputedRef<"1" | "2" | "3">;
308
- valueCp: import("vue").WritableComputedRef<any>;
309
- presetValCp: import("vue").WritableComputedRef<string>;
313
+ filterType: import("vue").ComputedRef<"1" | "3" | "2">;
314
+ valueCp: import("vue").WritableComputedRef<any, any>;
315
+ presetValCp: import("vue").WritableComputedRef<string, string>;
310
316
  dateType: any;
311
317
  valueFormat: import("vue").ComputedRef<string>;
312
318
  compType: import("vue").ComputedRef<any>;
@@ -321,7 +327,7 @@ declare const _default: import("vue").DefineComponent<{
321
327
  isMinuteDisabled(minute: number, hour: number | null): boolean | undefined;
322
328
  isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | undefined;
323
329
  };
324
- CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
330
+ readonly CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
325
331
  updateUnchangedValue: {
326
332
  type: BooleanConstructor;
327
333
  };
@@ -352,11 +358,11 @@ declare const _default: import("vue").DefineComponent<{
352
358
  isDateDisabled: {
353
359
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
354
360
  };
355
- }, {
361
+ }>, {
356
362
  attrs: {
357
363
  [x: string]: unknown;
358
364
  };
359
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
365
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
360
366
  updateUnchangedValue: {
361
367
  type: BooleanConstructor;
362
368
  };
@@ -387,15 +393,15 @@ declare const _default: import("vue").DefineComponent<{
387
393
  isDateDisabled: {
388
394
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
389
395
  };
390
- }>> & {
396
+ }>> & Readonly<{
391
397
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
392
- }>>;
398
+ }> & {}>;
393
399
  emit: (event: "update:formatted-value", ...args: any[]) => void;
394
- datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null>;
395
- panelInstRef: import("vue").Ref<null>;
396
- placeholderRef: import("vue").Ref<any>;
397
- oldValue: string;
398
- currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
400
+ datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null, import("../../../../../shared/types").AnyObject | null>;
401
+ panelInstRef: import("vue").Ref<null, null>;
402
+ placeholderRef: import("vue").Ref<any, any>;
403
+ oldValue: (string | [string, string]) | null | undefined;
404
+ currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
399
405
  isDateTime: import("vue").ComputedRef<boolean>;
400
406
  formatRef: import("vue").ComputedRef<string>;
401
407
  panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
@@ -410,8 +416,8 @@ declare const _default: import("vue").DefineComponent<{
410
416
  onConfirm: (...args: any[]) => Promise<void>;
411
417
  isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
412
418
  setShortcutValue: (type: "month" | "week") => Promise<void>;
413
- NDatePicker: any;
414
- }, 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<{
419
+ readonly NDatePicker: any;
420
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
415
421
  updateUnchangedValue: {
416
422
  type: BooleanConstructor;
417
423
  };
@@ -442,16 +448,16 @@ declare const _default: import("vue").DefineComponent<{
442
448
  isDateDisabled: {
443
449
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
444
450
  };
445
- }>> & {
451
+ }>> & Readonly<{
446
452
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
447
- }, {
453
+ }>, {
448
454
  type: string;
449
455
  updateUnchangedValue: boolean;
450
456
  to: string | false | HTMLElement;
451
457
  holidays: Date[];
452
- }>>;
453
- NSelect: any;
454
- DateOption: import("vue").DefineComponent<{
458
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
459
+ readonly NSelect: any;
460
+ DateOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
455
461
  filterType: {
456
462
  type: StringConstructor;
457
463
  required: true;
@@ -476,7 +482,7 @@ declare const _default: import("vue").DefineComponent<{
476
482
  valueFormat: {
477
483
  type: StringConstructor;
478
484
  };
479
- }, {
485
+ }>, {
480
486
  widgetOptions: {
481
487
  label: string;
482
488
  value: string;
@@ -485,9 +491,9 @@ declare const _default: import("vue").DefineComponent<{
485
491
  label: string;
486
492
  value: string;
487
493
  }[];
488
- startDateNum: import("vue").Ref<any>;
489
- endDateNum: import("vue").Ref<any>;
490
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
494
+ startDateNum: import("vue").Ref<any, any>;
495
+ endDateNum: import("vue").Ref<any, any>;
496
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
491
497
  filterType: {
492
498
  type: StringConstructor;
493
499
  required: true;
@@ -512,17 +518,17 @@ declare const _default: import("vue").DefineComponent<{
512
518
  valueFormat: {
513
519
  type: StringConstructor;
514
520
  };
515
- }>> & {
521
+ }>> & Readonly<{
516
522
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
517
523
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
518
- }>>;
524
+ }> & {}>;
519
525
  emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
520
- valueCp: import("vue").WritableComputedRef<any>;
521
- presetValCp: import("vue").WritableComputedRef<string>;
526
+ valueCp: import("vue").WritableComputedRef<any, any>;
527
+ presetValCp: import("vue").WritableComputedRef<string, string>;
522
528
  handleChange: (val: any, type: "start" | "end") => void;
523
- NSelect: any;
524
- NInputNumber: any;
525
- }, 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<{
529
+ readonly NSelect: any;
530
+ readonly NInputNumber: any;
531
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
526
532
  filterType: {
527
533
  type: StringConstructor;
528
534
  required: true;
@@ -547,14 +553,14 @@ declare const _default: import("vue").DefineComponent<{
547
553
  valueFormat: {
548
554
  type: StringConstructor;
549
555
  };
550
- }>> & {
556
+ }>> & Readonly<{
551
557
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
552
558
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
553
- }, {
559
+ }>, {
554
560
  modelValue: string | number | unknown[];
555
561
  presetVal: string;
556
- }>;
557
- WidgetValEnums: {
562
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
563
+ readonly WidgetValEnums: {
558
564
  CUSTOM: string;
559
565
  FIRST_VAL: string;
560
566
  WHOLE: string;
@@ -585,7 +591,7 @@ declare const _default: import("vue").DefineComponent<{
585
591
  NEXT_YEAR: string;
586
592
  LAST_YEAR: string;
587
593
  };
588
- }, 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<{
594
+ }, {}, {}, {}, 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<{
589
595
  componentCfg: {
590
596
  type: ObjectConstructor;
591
597
  };
@@ -609,17 +615,17 @@ declare const _default: import("vue").DefineComponent<{
609
615
  type: StringConstructor;
610
616
  default: null;
611
617
  };
612
- }>> & {
618
+ }>> & Readonly<{
613
619
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
614
620
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
615
621
  "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
616
- }, {
622
+ }>, {
617
623
  modelValue: string | number | unknown[];
618
624
  paramCfg: Record<string, any>;
619
625
  presetVal: string;
620
626
  customDate: string;
621
- }>;
622
- InputFilter: import("vue").DefineComponent<{
627
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
628
+ readonly InputFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
623
629
  paramCfg: {
624
630
  type: ObjectConstructor;
625
631
  default: null;
@@ -631,8 +637,8 @@ declare const _default: import("vue").DefineComponent<{
631
637
  isAccurateFilter: {
632
638
  type: BooleanConstructor;
633
639
  };
634
- }, {
635
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
640
+ }>, {
641
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
636
642
  paramCfg: {
637
643
  type: ObjectConstructor;
638
644
  default: null;
@@ -644,21 +650,27 @@ declare const _default: import("vue").DefineComponent<{
644
650
  isAccurateFilter: {
645
651
  type: BooleanConstructor;
646
652
  };
647
- }>> & {
653
+ }>> & Readonly<{
648
654
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
649
655
  "onUpdate:isAccurateFilter"?: ((...args: any[]) => any) | undefined;
650
- }>>;
656
+ }> & {}>;
651
657
  emit: (event: "update:modelValue" | "update:isAccurateFilter", ...args: any[]) => void;
652
658
  optionList: import("vue").Ref<{
653
659
  label: string;
654
660
  value: number;
661
+ }[], {
662
+ label: string;
663
+ value: number;
664
+ }[] | {
665
+ label: string;
666
+ value: number;
655
667
  }[]>;
656
- valueCp: import("vue").WritableComputedRef<any>;
657
- isAccurateFilterCp: import("vue").WritableComputedRef<number>;
668
+ valueCp: import("vue").WritableComputedRef<any, any>;
669
+ isAccurateFilterCp: import("vue").WritableComputedRef<number, number>;
658
670
  isShowSearch: import("vue").ComputedRef<any>;
659
- NInput: any;
660
- NSelect: any;
661
- }, 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<{
671
+ readonly NInput: any;
672
+ readonly NSelect: any;
673
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:isAccurateFilter")[], "update:modelValue" | "update:isAccurateFilter", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
662
674
  paramCfg: {
663
675
  type: ObjectConstructor;
664
676
  default: null;
@@ -670,42 +682,42 @@ declare const _default: import("vue").DefineComponent<{
670
682
  isAccurateFilter: {
671
683
  type: BooleanConstructor;
672
684
  };
673
- }>> & {
685
+ }>> & Readonly<{
674
686
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
675
687
  "onUpdate:isAccurateFilter"?: ((...args: any[]) => any) | undefined;
676
- }, {
688
+ }>, {
677
689
  modelValue: string | number | unknown[];
678
690
  paramCfg: Record<string, any>;
679
691
  isAccurateFilter: boolean;
680
- }>;
681
- InputNumber: import("vue").DefineComponent<{
692
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
693
+ readonly InputNumber: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
682
694
  modelValue: {
683
695
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
684
696
  default: null;
685
697
  };
686
- }, {
687
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
698
+ }>, {
699
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
688
700
  modelValue: {
689
701
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
690
702
  default: null;
691
703
  };
692
- }>> & {
704
+ }>> & Readonly<{
693
705
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
694
- }>>;
706
+ }> & {}>;
695
707
  emit: (event: "update:modelValue", ...args: any[]) => void;
696
- valueCp: import("vue").WritableComputedRef<any>;
697
- NInputNumber: any;
698
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
708
+ valueCp: import("vue").WritableComputedRef<any, any>;
709
+ readonly NInputNumber: any;
710
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
699
711
  modelValue: {
700
712
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
701
713
  default: null;
702
714
  };
703
- }>> & {
715
+ }>> & Readonly<{
704
716
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
705
- }, {
717
+ }>, {
706
718
  modelValue: string | number | unknown[];
707
- }>;
708
- SelectFilter: import("vue").DefineComponent<{
719
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
720
+ readonly SelectFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
709
721
  paramCfg: {
710
722
  type: ObjectConstructor;
711
723
  default: null;
@@ -718,8 +730,8 @@ declare const _default: import("vue").DefineComponent<{
718
730
  type: StringConstructor;
719
731
  default: string;
720
732
  };
721
- }, {
722
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
733
+ }>, {
734
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
723
735
  paramCfg: {
724
736
  type: ObjectConstructor;
725
737
  default: null;
@@ -732,15 +744,15 @@ declare const _default: import("vue").DefineComponent<{
732
744
  type: StringConstructor;
733
745
  default: string;
734
746
  };
735
- }>> & {
747
+ }>> & Readonly<{
736
748
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
737
- }>>;
749
+ }> & {}>;
738
750
  emit: (event: "update:modelValue", ...args: any[]) => void;
739
- valueCp: import("vue").WritableComputedRef<any>;
751
+ valueCp: import("vue").WritableComputedRef<any, any>;
740
752
  optionSetting: import("vue").ComputedRef<any>;
741
753
  widgetOptions: import("vue").ComputedRef<any>;
742
- NSelect: any;
743
- WidgetOptionEnums: {
754
+ readonly NSelect: any;
755
+ readonly WidgetOptionEnums: {
744
756
  RADIO: string;
745
757
  MULTIPLE: string;
746
758
  ALL: string;
@@ -749,7 +761,7 @@ declare const _default: import("vue").DefineComponent<{
749
761
  FUTURE_TIME: string;
750
762
  CUSTOM_TIME: string;
751
763
  };
752
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
764
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
753
765
  paramCfg: {
754
766
  type: ObjectConstructor;
755
767
  default: null;
@@ -762,14 +774,14 @@ declare const _default: import("vue").DefineComponent<{
762
774
  type: StringConstructor;
763
775
  default: string;
764
776
  };
765
- }>> & {
777
+ }>> & Readonly<{
766
778
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
767
- }, {
779
+ }>, {
768
780
  modelValue: string | number | unknown[];
769
781
  widgetType: string;
770
782
  paramCfg: Record<string, any>;
771
- }>;
772
- SelectDynamic: import("vue").DefineComponent<{
783
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
784
+ readonly SelectDynamic: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
773
785
  paramCfg: {
774
786
  type: ObjectConstructor;
775
787
  default: null;
@@ -778,9 +790,9 @@ declare const _default: import("vue").DefineComponent<{
778
790
  type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
779
791
  default: null;
780
792
  };
781
- }, {
782
- message: import("naive-ui").MessageApi;
783
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
793
+ }>, {
794
+ message: import("naive-ui/es/message").MessageApi;
795
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
784
796
  paramCfg: {
785
797
  type: ObjectConstructor;
786
798
  default: null;
@@ -789,23 +801,23 @@ declare const _default: import("vue").DefineComponent<{
789
801
  type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
790
802
  default: null;
791
803
  };
792
- }>> & {
804
+ }>> & Readonly<{
793
805
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
794
- }>>;
806
+ }> & {}>;
795
807
  getDynamicSelectData: (params: any, filterApiConfig: any) => Promise<any>;
796
808
  emit: (event: "update:modelValue", ...args: any[]) => void;
797
- selectDynamicRef: any;
798
- isLoading: import("vue").Ref<boolean>;
809
+ selectDynamicRef: import("vue").Ref<any, any>;
810
+ isLoading: import("vue").Ref<boolean, boolean>;
799
811
  filterApiConfig: import("../../../../../shared/types").AnyObject;
800
- classifyFilterList: import("vue").Ref<import("../../../../../shared/types").AnyObject[]>;
801
- totalPage: import("vue").Ref<number>;
812
+ classifyFilterList: import("vue").Ref<import("../../../../../shared/types").AnyObject[], import("../../../../../shared/types").AnyObject[]>;
813
+ totalPage: import("vue").Ref<number, number>;
802
814
  menuProps: {
803
815
  class: string;
804
816
  };
805
- curPage: import("vue").Ref<number>;
806
- fieldTitleList: import("vue").Ref<any>;
807
- selectOptions: import("vue").Ref<any[]>;
808
- keywordVal: import("vue").Ref<any>;
817
+ curPage: import("vue").Ref<number, number>;
818
+ fieldTitleList: import("vue").Ref<any, any>;
819
+ selectOptions: import("vue").Ref<any[], any[]>;
820
+ keywordVal: import("vue").Ref<any, any>;
809
821
  optionSetting: import("vue").ComputedRef<any>;
810
822
  isMultiple: import("vue").ComputedRef<boolean>;
811
823
  dynamicOptionInfos: import("vue").ComputedRef<any>;
@@ -828,8 +840,8 @@ declare const _default: import("vue").DefineComponent<{
828
840
  }>;
829
841
  init: () => void;
830
842
  saveDynamicBaseList: (selectValue: any[] | null) => void;
831
- NSelect: any;
832
- SelectDynamicOption: import("vue").DefineComponent<{
843
+ readonly NSelect: any;
844
+ SelectDynamicOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
833
845
  oldValue: {
834
846
  type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
835
847
  default: () => never[];
@@ -866,9 +878,9 @@ declare const _default: import("vue").DefineComponent<{
866
878
  type: BooleanConstructor;
867
879
  default: boolean;
868
880
  };
869
- }, {
881
+ }>, {
870
882
  selectMinWidth: number;
871
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
883
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
872
884
  oldValue: {
873
885
  type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
874
886
  default: () => never[];
@@ -905,12 +917,12 @@ declare const _default: import("vue").DefineComponent<{
905
917
  type: BooleanConstructor;
906
918
  default: boolean;
907
919
  };
908
- }>> & {
909
- onUpdateSelect?: ((...args: any[]) => any) | undefined;
920
+ }>> & Readonly<{
910
921
  onUpdatePage?: ((...args: any[]) => any) | undefined;
911
- }>>;
922
+ onUpdateSelect?: ((...args: any[]) => any) | undefined;
923
+ }> & {}>;
912
924
  emit: (event: "updateSelect" | "updatePage", ...args: any[]) => void;
913
- dragEndWidth: import("vue").Ref<number>;
925
+ dragEndWidth: import("vue").Ref<number, number>;
914
926
  showKeys: import("vue").ComputedRef<any>;
915
927
  titleList: import("vue").ComputedRef<string[]>;
916
928
  isOptionsNull: import("vue").ComputedRef<boolean>;
@@ -918,16 +930,16 @@ declare const _default: import("vue").DefineComponent<{
918
930
  searchByPage: (onePage: number) => void;
919
931
  changeWidth: ({ distance }: any) => void;
920
932
  saveWidth: () => void;
921
- NEmpty: any;
922
- NButtonGroup: any;
923
- NButton: any;
924
- NIcon: any;
925
- NPopover: any;
926
- vFlexibleResize: {
933
+ readonly NEmpty: any;
934
+ readonly NButtonGroup: any;
935
+ readonly NButton: any;
936
+ readonly NIcon: any;
937
+ readonly NPopover: any;
938
+ readonly vFlexibleResize: {
927
939
  mounted(el: any, { value }: any): void;
928
940
  beforeUnmount(el: any): void;
929
941
  };
930
- WidgetValEnums: {
942
+ readonly WidgetValEnums: {
931
943
  CUSTOM: string;
932
944
  FIRST_VAL: string;
933
945
  WHOLE: string;
@@ -958,9 +970,9 @@ declare const _default: import("vue").DefineComponent<{
958
970
  NEXT_YEAR: string;
959
971
  LAST_YEAR: string;
960
972
  };
961
- 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<{}>>, {}>;
962
- 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<{}>>, {}>;
963
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updateSelect" | "updatePage")[], "updateSelect" | "updatePage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
973
+ 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>;
974
+ 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>;
975
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updateSelect" | "updatePage")[], "updateSelect" | "updatePage", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
964
976
  oldValue: {
965
977
  type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
966
978
  default: () => never[];
@@ -997,21 +1009,21 @@ declare const _default: import("vue").DefineComponent<{
997
1009
  type: BooleanConstructor;
998
1010
  default: boolean;
999
1011
  };
1000
- }>> & {
1001
- onUpdateSelect?: ((...args: any[]) => any) | undefined;
1012
+ }>> & Readonly<{
1002
1013
  onUpdatePage?: ((...args: any[]) => any) | undefined;
1003
- }, {
1004
- isMultiple: boolean;
1014
+ onUpdateSelect?: ((...args: any[]) => any) | undefined;
1015
+ }>, {
1005
1016
  loading: boolean;
1017
+ isMultiple: boolean;
1006
1018
  oldValue: import("../../../../../shared/types").AnyObject[];
1019
+ optionList: import("../../../../../shared/types").AnyObject[];
1020
+ isShowWhole: boolean;
1007
1021
  dynamicOptionInfo: import("../../../../../shared/types").AnyObject;
1008
1022
  fieldTitleList: import("../../../../../shared/types").AnyObject[];
1009
- optionList: import("../../../../../shared/types").AnyObject[];
1010
1023
  curPage: number;
1011
1024
  isLastPage: boolean;
1012
- isShowWhole: boolean;
1013
- }>;
1014
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1025
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1026
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1015
1027
  paramCfg: {
1016
1028
  type: ObjectConstructor;
1017
1029
  default: null;
@@ -1020,13 +1032,13 @@ declare const _default: import("vue").DefineComponent<{
1020
1032
  type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
1021
1033
  default: null;
1022
1034
  };
1023
- }>> & {
1035
+ }>> & Readonly<{
1024
1036
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1025
- }, {
1037
+ }>, {
1026
1038
  modelValue: import("../../../../../shared/types").AnyObject[];
1027
1039
  paramCfg: Record<string, any>;
1028
- }>;
1029
- InputNumberGroup: import("vue").DefineComponent<{
1040
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1041
+ readonly InputNumberGroup: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1030
1042
  paramCfg: {
1031
1043
  type: ObjectConstructor;
1032
1044
  default: null;
@@ -1035,8 +1047,8 @@ declare const _default: import("vue").DefineComponent<{
1035
1047
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1036
1048
  default: null;
1037
1049
  };
1038
- }, {
1039
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1050
+ }>, {
1051
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1040
1052
  paramCfg: {
1041
1053
  type: ObjectConstructor;
1042
1054
  default: null;
@@ -1045,16 +1057,16 @@ declare const _default: import("vue").DefineComponent<{
1045
1057
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1046
1058
  default: null;
1047
1059
  };
1048
- }>> & {
1060
+ }>> & Readonly<{
1049
1061
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1050
- }>>;
1051
- startNumber: import("vue").Ref<any>;
1052
- endNumber: import("vue").Ref<any>;
1062
+ }> & {}>;
1063
+ startNumber: import("vue").Ref<any, any>;
1064
+ endNumber: import("vue").Ref<any, any>;
1053
1065
  emit: (event: "update:modelValue", ...args: any[]) => void;
1054
1066
  handleChange: (val: number | null, key: string) => void;
1055
- NInputGroup: any;
1056
- NInputNumber: any;
1057
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1067
+ readonly NInputGroup: any;
1068
+ readonly NInputNumber: any;
1069
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1058
1070
  paramCfg: {
1059
1071
  type: ObjectConstructor;
1060
1072
  default: null;
@@ -1063,13 +1075,13 @@ declare const _default: import("vue").DefineComponent<{
1063
1075
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1064
1076
  default: null;
1065
1077
  };
1066
- }>> & {
1078
+ }>> & Readonly<{
1067
1079
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1068
- }, {
1080
+ }>, {
1069
1081
  modelValue: string | number | unknown[];
1070
1082
  paramCfg: Record<string, any>;
1071
- }>;
1072
- DateRange: import("vue").DefineComponent<{
1083
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1084
+ readonly DateRange: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1073
1085
  item: {
1074
1086
  type: ObjectConstructor;
1075
1087
  required: true;
@@ -1090,8 +1102,8 @@ declare const _default: import("vue").DefineComponent<{
1090
1102
  type: StringConstructor;
1091
1103
  default: null;
1092
1104
  };
1093
- }, {
1094
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1105
+ }>, {
1106
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1095
1107
  item: {
1096
1108
  type: ObjectConstructor;
1097
1109
  required: true;
@@ -1112,15 +1124,15 @@ declare const _default: import("vue").DefineComponent<{
1112
1124
  type: StringConstructor;
1113
1125
  default: null;
1114
1126
  };
1115
- }>> & {
1127
+ }>> & Readonly<{
1116
1128
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1117
1129
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1118
1130
  "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
1119
- }>>;
1131
+ }> & {}>;
1120
1132
  emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
1121
- startDate: import("vue").Ref<any>;
1122
- endDate: import("vue").Ref<any>;
1123
- filterType: import("vue").ComputedRef<"1" | "2" | "3">;
1133
+ startDate: import("vue").Ref<any, any>;
1134
+ endDate: import("vue").Ref<any, any>;
1135
+ filterType: import("vue").ComputedRef<"1" | "3" | "2">;
1124
1136
  valueFormat: import("vue").ComputedRef<string>;
1125
1137
  dateFormat: import("vue").ComputedRef<string>;
1126
1138
  compType: import("vue").ComputedRef<any>;
@@ -1138,8 +1150,8 @@ declare const _default: import("vue").DefineComponent<{
1138
1150
  label: string;
1139
1151
  value: string;
1140
1152
  }[]>;
1141
- presetValCp: import("vue").WritableComputedRef<string>;
1142
- valueDateCp: import("vue").WritableComputedRef<unknown>;
1153
+ presetValCp: import("vue").WritableComputedRef<string, string>;
1154
+ valueDateCp: import("vue").WritableComputedRef<string | number | unknown[] | null, unknown>;
1143
1155
  handleChange: (val: any, type: "start" | "end") => void;
1144
1156
  isStartDateDisabled: (ts: number) => boolean;
1145
1157
  timeStartDisabled: (ts: number) => {
@@ -1153,9 +1165,9 @@ declare const _default: import("vue").DefineComponent<{
1153
1165
  isMinuteDisabled(minute: number, hour: number | null): boolean | 0;
1154
1166
  isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | 0;
1155
1167
  };
1156
- NSelect: any;
1157
- NPopover: any;
1158
- CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
1168
+ readonly NSelect: any;
1169
+ readonly NPopover: any;
1170
+ readonly CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1159
1171
  updateUnchangedValue: {
1160
1172
  type: BooleanConstructor;
1161
1173
  };
@@ -1186,11 +1198,11 @@ declare const _default: import("vue").DefineComponent<{
1186
1198
  isDateDisabled: {
1187
1199
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
1188
1200
  };
1189
- }, {
1201
+ }>, {
1190
1202
  attrs: {
1191
1203
  [x: string]: unknown;
1192
1204
  };
1193
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1205
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1194
1206
  updateUnchangedValue: {
1195
1207
  type: BooleanConstructor;
1196
1208
  };
@@ -1221,15 +1233,15 @@ declare const _default: import("vue").DefineComponent<{
1221
1233
  isDateDisabled: {
1222
1234
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
1223
1235
  };
1224
- }>> & {
1236
+ }>> & Readonly<{
1225
1237
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1226
- }>>;
1238
+ }> & {}>;
1227
1239
  emit: (event: "update:formatted-value", ...args: any[]) => void;
1228
- datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null>;
1229
- panelInstRef: import("vue").Ref<null>;
1230
- placeholderRef: import("vue").Ref<any>;
1231
- oldValue: string;
1232
- currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
1240
+ datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null, import("../../../../../shared/types").AnyObject | null>;
1241
+ panelInstRef: import("vue").Ref<null, null>;
1242
+ placeholderRef: import("vue").Ref<any, any>;
1243
+ oldValue: (string | [string, string]) | null | undefined;
1244
+ currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
1233
1245
  isDateTime: import("vue").ComputedRef<boolean>;
1234
1246
  formatRef: import("vue").ComputedRef<string>;
1235
1247
  panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
@@ -1244,8 +1256,8 @@ declare const _default: import("vue").DefineComponent<{
1244
1256
  onConfirm: (...args: any[]) => Promise<void>;
1245
1257
  isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
1246
1258
  setShortcutValue: (type: "month" | "week") => Promise<void>;
1247
- NDatePicker: any;
1248
- }, 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<{
1259
+ readonly NDatePicker: any;
1260
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1249
1261
  updateUnchangedValue: {
1250
1262
  type: BooleanConstructor;
1251
1263
  };
@@ -1276,15 +1288,15 @@ declare const _default: import("vue").DefineComponent<{
1276
1288
  isDateDisabled: {
1277
1289
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
1278
1290
  };
1279
- }>> & {
1291
+ }>> & Readonly<{
1280
1292
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1281
- }, {
1293
+ }>, {
1282
1294
  type: string;
1283
1295
  updateUnchangedValue: boolean;
1284
1296
  to: string | false | HTMLElement;
1285
1297
  holidays: Date[];
1286
- }>>;
1287
- DateOption: import("vue").DefineComponent<{
1298
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
1299
+ DateOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1288
1300
  filterType: {
1289
1301
  type: StringConstructor;
1290
1302
  required: true;
@@ -1309,7 +1321,7 @@ declare const _default: import("vue").DefineComponent<{
1309
1321
  valueFormat: {
1310
1322
  type: StringConstructor;
1311
1323
  };
1312
- }, {
1324
+ }>, {
1313
1325
  widgetOptions: {
1314
1326
  label: string;
1315
1327
  value: string;
@@ -1318,9 +1330,9 @@ declare const _default: import("vue").DefineComponent<{
1318
1330
  label: string;
1319
1331
  value: string;
1320
1332
  }[];
1321
- startDateNum: import("vue").Ref<any>;
1322
- endDateNum: import("vue").Ref<any>;
1323
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1333
+ startDateNum: import("vue").Ref<any, any>;
1334
+ endDateNum: import("vue").Ref<any, any>;
1335
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1324
1336
  filterType: {
1325
1337
  type: StringConstructor;
1326
1338
  required: true;
@@ -1345,17 +1357,17 @@ declare const _default: import("vue").DefineComponent<{
1345
1357
  valueFormat: {
1346
1358
  type: StringConstructor;
1347
1359
  };
1348
- }>> & {
1360
+ }>> & Readonly<{
1349
1361
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1350
1362
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1351
- }>>;
1363
+ }> & {}>;
1352
1364
  emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
1353
- valueCp: import("vue").WritableComputedRef<any>;
1354
- presetValCp: import("vue").WritableComputedRef<string>;
1365
+ valueCp: import("vue").WritableComputedRef<any, any>;
1366
+ presetValCp: import("vue").WritableComputedRef<string, string>;
1355
1367
  handleChange: (val: any, type: "start" | "end") => void;
1356
- NSelect: any;
1357
- NInputNumber: any;
1358
- }, 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<{
1368
+ readonly NSelect: any;
1369
+ readonly NInputNumber: any;
1370
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1359
1371
  filterType: {
1360
1372
  type: StringConstructor;
1361
1373
  required: true;
@@ -1380,14 +1392,14 @@ declare const _default: import("vue").DefineComponent<{
1380
1392
  valueFormat: {
1381
1393
  type: StringConstructor;
1382
1394
  };
1383
- }>> & {
1395
+ }>> & Readonly<{
1384
1396
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1385
1397
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1386
- }, {
1398
+ }>, {
1387
1399
  modelValue: string | number | unknown[];
1388
1400
  presetVal: string;
1389
- }>;
1390
- WidgetValEnums: {
1401
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1402
+ readonly WidgetValEnums: {
1391
1403
  CUSTOM: string;
1392
1404
  FIRST_VAL: string;
1393
1405
  WHOLE: string;
@@ -1418,7 +1430,7 @@ declare const _default: import("vue").DefineComponent<{
1418
1430
  NEXT_YEAR: string;
1419
1431
  LAST_YEAR: string;
1420
1432
  };
1421
- }, 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<{
1433
+ }, {}, {}, {}, 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<{
1422
1434
  item: {
1423
1435
  type: ObjectConstructor;
1424
1436
  required: true;
@@ -1439,17 +1451,17 @@ declare const _default: import("vue").DefineComponent<{
1439
1451
  type: StringConstructor;
1440
1452
  default: null;
1441
1453
  };
1442
- }>> & {
1454
+ }>> & Readonly<{
1443
1455
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1444
1456
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1445
1457
  "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
1446
- }, {
1458
+ }>, {
1447
1459
  modelValue: string | number | unknown[];
1448
1460
  paramCfg: Record<string, any>;
1449
1461
  presetVal: string;
1450
1462
  customDate: string;
1451
- }>;
1452
- SelectLabel: import("vue").DefineComponent<{
1463
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1464
+ readonly SelectLabel: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1453
1465
  paramCfg: {
1454
1466
  type: ObjectConstructor;
1455
1467
  default: null;
@@ -1458,10 +1470,10 @@ declare const _default: import("vue").DefineComponent<{
1458
1470
  type: StringConstructor;
1459
1471
  default: null;
1460
1472
  };
1461
- }, {
1473
+ }>, {
1462
1474
  getDynamicLabelData: (params: any, filterApiConfig: any) => Promise<any>;
1463
- message: import("naive-ui").MessageApi;
1464
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1475
+ message: import("naive-ui/es/message").MessageApi;
1476
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1465
1477
  paramCfg: {
1466
1478
  type: ObjectConstructor;
1467
1479
  default: null;
@@ -1470,13 +1482,13 @@ declare const _default: import("vue").DefineComponent<{
1470
1482
  type: StringConstructor;
1471
1483
  default: null;
1472
1484
  };
1473
- }>> & {
1485
+ }>> & Readonly<{
1474
1486
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1475
- }>>;
1487
+ }> & {}>;
1476
1488
  emit: (event: "update:modelValue", ...args: any[]) => void;
1477
- tagList: import("vue").Ref<never[]>;
1489
+ tagList: import("vue").Ref<never[], never[]>;
1478
1490
  filterApiConfig: import("../../../../../shared/types").AnyObject;
1479
- valueCp: import("vue").WritableComputedRef<string[]>;
1491
+ valueCp: import("vue").WritableComputedRef<string[], string[]>;
1480
1492
  optionList: import("vue").ComputedRef<import("naive-ui").SelectOption[]>;
1481
1493
  initTagList: () => Promise<void>;
1482
1494
  renderOption: ({ node, option }: {
@@ -1488,8 +1500,8 @@ declare const _default: import("vue").DefineComponent<{
1488
1500
  [key: string]: any;
1489
1501
  }>;
1490
1502
  renderLabel: (option: any) => any;
1491
- NSelect: any;
1492
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1503
+ readonly NSelect: any;
1504
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1493
1505
  paramCfg: {
1494
1506
  type: ObjectConstructor;
1495
1507
  default: null;
@@ -1498,13 +1510,13 @@ declare const _default: import("vue").DefineComponent<{
1498
1510
  type: StringConstructor;
1499
1511
  default: null;
1500
1512
  };
1501
- }>> & {
1513
+ }>> & Readonly<{
1502
1514
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1503
- }, {
1515
+ }>, {
1504
1516
  modelValue: string;
1505
1517
  paramCfg: Record<string, any>;
1506
- }>;
1507
- SelectTreeDynamic: import("vue").DefineComponent<{
1518
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1519
+ readonly SelectTreeDynamic: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1508
1520
  paramCfg: {
1509
1521
  type: ObjectConstructor;
1510
1522
  default: null;
@@ -1513,9 +1525,9 @@ declare const _default: import("vue").DefineComponent<{
1513
1525
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1514
1526
  default: null;
1515
1527
  };
1516
- }, {
1517
- message: import("naive-ui").MessageApi;
1518
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1528
+ }>, {
1529
+ message: import("naive-ui/es/message").MessageApi;
1530
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1519
1531
  paramCfg: {
1520
1532
  type: ObjectConstructor;
1521
1533
  default: null;
@@ -1524,22 +1536,22 @@ declare const _default: import("vue").DefineComponent<{
1524
1536
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1525
1537
  default: null;
1526
1538
  };
1527
- }>> & {
1539
+ }>> & Readonly<{
1528
1540
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1529
- }>>;
1541
+ }> & {}>;
1530
1542
  getDynamicSelectData: (params: any, filterApiConfig: any) => Promise<any>;
1531
1543
  emit: (event: "update:modelValue", ...args: any[]) => void;
1532
- options: import("vue").Ref<any[]>;
1544
+ options: import("vue").Ref<any[], any[]>;
1533
1545
  filterApiConfig: import("../../../../../shared/types").AnyObject;
1534
- classifyFilterList: import("vue").Ref<import("../../../../../shared/types").AnyObject[]>;
1546
+ classifyFilterList: import("vue").Ref<import("../../../../../shared/types").AnyObject[], import("../../../../../shared/types").AnyObject[]>;
1535
1547
  optionSetting: import("vue").ComputedRef<any>;
1536
1548
  isMultiple: import("vue").ComputedRef<boolean>;
1537
1549
  dynamicOptionInfos: import("vue").ComputedRef<any>;
1538
- valueCp: import("vue").WritableComputedRef<any>;
1550
+ valueCp: import("vue").WritableComputedRef<any, any>;
1539
1551
  transformOptions: (list: any[], showKeys: string[], valueKey: string) => any[];
1540
1552
  getOptionsData: (keyword: string) => Promise<void>;
1541
- NTreeSelect: any;
1542
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1553
+ readonly NTreeSelect: any;
1554
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1543
1555
  paramCfg: {
1544
1556
  type: ObjectConstructor;
1545
1557
  default: null;
@@ -1548,13 +1560,13 @@ declare const _default: import("vue").DefineComponent<{
1548
1560
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1549
1561
  default: null;
1550
1562
  };
1551
- }>> & {
1563
+ }>> & Readonly<{
1552
1564
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1553
- }, {
1565
+ }>, {
1554
1566
  modelValue: string | number | unknown[];
1555
1567
  paramCfg: Record<string, any>;
1556
- }>;
1557
- WidgetTypeEnums: {
1568
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1569
+ readonly WidgetTypeEnums: {
1558
1570
  INPUT_NUMBER: string;
1559
1571
  INPUT: string;
1560
1572
  SELECT: string;
@@ -1574,7 +1586,7 @@ declare const _default: import("vue").DefineComponent<{
1574
1586
  SELECTTREE: string;
1575
1587
  SELECTTREEDYNAMIC: string;
1576
1588
  };
1577
- }, 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<{
1589
+ }, {}, {}, {}, 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<{
1578
1590
  item: {
1579
1591
  type: ObjectConstructor;
1580
1592
  default: null;
@@ -1598,20 +1610,20 @@ declare const _default: import("vue").DefineComponent<{
1598
1610
  type: StringConstructor;
1599
1611
  default: null;
1600
1612
  };
1601
- }>> & {
1613
+ }>> & Readonly<{
1602
1614
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1603
1615
  "onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
1604
1616
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1605
1617
  "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
1606
- }, {
1618
+ }>, {
1607
1619
  modelValue: string | number | unknown[];
1608
1620
  item: Record<string, any>;
1609
1621
  paramCfg: Record<string, any>;
1610
1622
  presetVal: string;
1611
1623
  isAccurate: boolean;
1612
1624
  customDate: string;
1613
- }>;
1614
- ConditionEnums: {
1625
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1626
+ readonly ConditionEnums: {
1615
1627
  NULL: string;
1616
1628
  EQUAL: string;
1617
1629
  CUSTOM_RANGE: string;
@@ -1620,7 +1632,7 @@ declare const _default: import("vue").DefineComponent<{
1620
1632
  IN_THE_PAST_DI: string;
1621
1633
  IN_THE_FUTURE_DI: string;
1622
1634
  };
1623
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1635
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1624
1636
  actionList_prop: {
1625
1637
  type: import("vue").PropType<import("../../../..").IClassifyListType>;
1626
1638
  default: () => {};
@@ -1645,18 +1657,18 @@ declare const _default: import("vue").DefineComponent<{
1645
1657
  type: BooleanConstructor;
1646
1658
  default: boolean;
1647
1659
  };
1648
- }>> & {
1660
+ }>> & Readonly<{
1649
1661
  onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
1650
1662
  onSaveAdd?: ((...args: any[]) => any) | undefined;
1651
- }, {
1663
+ }>, {
1652
1664
  searchFieldList: unknown[];
1653
1665
  tableId: string;
1654
1666
  conditionList: unknown[];
1655
1667
  actionList_prop: import("../../../..").IClassifyListType;
1656
1668
  showItemName: boolean;
1657
1669
  hideAddBtn: boolean;
1658
- }>;
1659
- BiFilterConditionByApi: import("vue").DefineComponent<{
1670
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1671
+ BiFilterConditionByApi: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1660
1672
  actionList_prop: {
1661
1673
  type: import("vue").PropType<import("../../../..").IClassifyListType>;
1662
1674
  default: () => {};
@@ -1681,15 +1693,15 @@ declare const _default: import("vue").DefineComponent<{
1681
1693
  type: BooleanConstructor;
1682
1694
  default: boolean;
1683
1695
  };
1684
- }, {
1685
- $message: import("naive-ui").MessageApi;
1696
+ }>, {
1697
+ $message: import("naive-ui/es/message").MessageApi;
1686
1698
  menuProps: {
1687
1699
  class: string;
1688
1700
  };
1689
1701
  dateCons: string[];
1690
1702
  textCons: string[];
1691
1703
  numberCons: string[];
1692
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1704
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1693
1705
  actionList_prop: {
1694
1706
  type: import("vue").PropType<import("../../../..").IClassifyListType>;
1695
1707
  default: () => {};
@@ -1714,19 +1726,19 @@ declare const _default: import("vue").DefineComponent<{
1714
1726
  type: BooleanConstructor;
1715
1727
  default: boolean;
1716
1728
  };
1717
- }>> & {
1729
+ }>> & Readonly<{
1718
1730
  onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
1719
1731
  onSaveAdd?: ((...args: any[]) => any) | undefined;
1720
- }>>;
1732
+ }> & {}>;
1721
1733
  emit: (event: "cancelSaveAdd" | "saveAdd", ...args: any[]) => void;
1722
1734
  $attrs: {
1723
1735
  [x: string]: unknown;
1724
1736
  };
1725
1737
  FormState: any;
1726
- loading: import("vue").Ref<boolean>;
1727
- parentInputRef: import("vue").Ref<any>;
1728
- parentInputAddRef: import("vue").Ref<any>;
1729
- sqlExpression: any;
1738
+ loading: import("vue").Ref<boolean, boolean>;
1739
+ parentInputRef: import("vue").Ref<any, any>;
1740
+ parentInputAddRef: import("vue").Ref<any, any>;
1741
+ sqlExpression: import("vue").Ref<any, any>;
1730
1742
  DisplayCategoryState: {
1731
1743
  addDisplayCategory: string;
1732
1744
  displayCategories: {
@@ -1763,16 +1775,16 @@ declare const _default: import("vue").DefineComponent<{
1763
1775
  saveAdd: () => void;
1764
1776
  cancelSaveAdd: () => void;
1765
1777
  checkActionList: () => any;
1766
- NSpin: any;
1767
- NIcon: any;
1768
- NInput: any;
1769
- NButton: any;
1770
- NTooltip: any;
1771
- NSelect: any;
1772
- 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<{}>>, {}>;
1773
- 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<{}>>, {}>;
1774
- 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<{}>>, {}>;
1775
- ValueCfg: import("vue").DefineComponent<{
1778
+ readonly NSpin: any;
1779
+ readonly NIcon: any;
1780
+ readonly NInput: any;
1781
+ readonly NButton: any;
1782
+ readonly NTooltip: any;
1783
+ readonly NSelect: any;
1784
+ 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>;
1785
+ 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>;
1786
+ 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>;
1787
+ ValueCfg: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1776
1788
  paramCfg: {
1777
1789
  type: ObjectConstructor;
1778
1790
  default: null;
@@ -1785,8 +1797,8 @@ declare const _default: import("vue").DefineComponent<{
1785
1797
  type: ArrayConstructor;
1786
1798
  default: () => never[];
1787
1799
  };
1788
- }, {
1789
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1800
+ }>, {
1801
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1790
1802
  paramCfg: {
1791
1803
  type: ObjectConstructor;
1792
1804
  default: null;
@@ -1799,17 +1811,17 @@ declare const _default: import("vue").DefineComponent<{
1799
1811
  type: ArrayConstructor;
1800
1812
  default: () => never[];
1801
1813
  };
1802
- }>> & {
1814
+ }>> & Readonly<{
1803
1815
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1804
1816
  "onUpdate:modelValues"?: ((...args: any[]) => any) | undefined;
1805
- }>>;
1817
+ }> & {}>;
1806
1818
  emit: (event: "update:modelValue" | "update:modelValues", ...args: any[]) => void;
1807
- valueCp: import("vue").WritableComputedRef<any>;
1808
- valuesCp: import("vue").WritableComputedRef<any>;
1819
+ valueCp: import("vue").WritableComputedRef<any, any>;
1820
+ valuesCp: import("vue").WritableComputedRef<any, any>;
1809
1821
  isSelectMode: import("vue").ComputedRef<boolean>;
1810
1822
  isSelectMultiple: import("vue").ComputedRef<boolean>;
1811
1823
  biType: import("vue").ComputedRef<any>;
1812
- Date: import("vue").DefineComponent<{
1824
+ readonly Date: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1813
1825
  componentCfg: {
1814
1826
  type: ObjectConstructor;
1815
1827
  };
@@ -1821,8 +1833,8 @@ declare const _default: import("vue").DefineComponent<{
1821
1833
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1822
1834
  default: null;
1823
1835
  };
1824
- }, {
1825
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1836
+ }>, {
1837
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1826
1838
  componentCfg: {
1827
1839
  type: ObjectConstructor;
1828
1840
  };
@@ -1834,15 +1846,15 @@ declare const _default: import("vue").DefineComponent<{
1834
1846
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1835
1847
  default: null;
1836
1848
  };
1837
- }>> & {
1849
+ }>> & Readonly<{
1838
1850
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1839
- }>>;
1851
+ }> & {}>;
1840
1852
  emit: (event: "update:modelValue", ...args: any[]) => void;
1841
- valueCp: import("vue").WritableComputedRef<any>;
1853
+ valueCp: import("vue").WritableComputedRef<any, any>;
1842
1854
  dateType: any;
1843
1855
  valueFormat: import("vue").ComputedRef<string>;
1844
1856
  compType: import("vue").ComputedRef<any>;
1845
- CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
1857
+ readonly CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1846
1858
  updateUnchangedValue: {
1847
1859
  type: BooleanConstructor;
1848
1860
  };
@@ -1873,11 +1885,11 @@ declare const _default: import("vue").DefineComponent<{
1873
1885
  isDateDisabled: {
1874
1886
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
1875
1887
  };
1876
- }, {
1888
+ }>, {
1877
1889
  attrs: {
1878
1890
  [x: string]: unknown;
1879
1891
  };
1880
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1892
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1881
1893
  updateUnchangedValue: {
1882
1894
  type: BooleanConstructor;
1883
1895
  };
@@ -1908,15 +1920,15 @@ declare const _default: import("vue").DefineComponent<{
1908
1920
  isDateDisabled: {
1909
1921
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
1910
1922
  };
1911
- }>> & {
1923
+ }>> & Readonly<{
1912
1924
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1913
- }>>;
1925
+ }> & {}>;
1914
1926
  emit: (event: "update:formatted-value", ...args: any[]) => void;
1915
- datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null>;
1916
- panelInstRef: import("vue").Ref<null>;
1917
- placeholderRef: import("vue").Ref<any>;
1918
- oldValue: string;
1919
- currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
1927
+ datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null, import("../../../../../shared/types").AnyObject | null>;
1928
+ panelInstRef: import("vue").Ref<null, null>;
1929
+ placeholderRef: import("vue").Ref<any, any>;
1930
+ oldValue: (string | [string, string]) | null | undefined;
1931
+ currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
1920
1932
  isDateTime: import("vue").ComputedRef<boolean>;
1921
1933
  formatRef: import("vue").ComputedRef<string>;
1922
1934
  panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
@@ -1931,8 +1943,8 @@ declare const _default: import("vue").DefineComponent<{
1931
1943
  onConfirm: (...args: any[]) => Promise<void>;
1932
1944
  isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
1933
1945
  setShortcutValue: (type: "month" | "week") => Promise<void>;
1934
- NDatePicker: any;
1935
- }, 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<{
1946
+ readonly NDatePicker: any;
1947
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1936
1948
  updateUnchangedValue: {
1937
1949
  type: BooleanConstructor;
1938
1950
  };
@@ -1963,15 +1975,15 @@ declare const _default: import("vue").DefineComponent<{
1963
1975
  isDateDisabled: {
1964
1976
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
1965
1977
  };
1966
- }>> & {
1978
+ }>> & Readonly<{
1967
1979
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1968
- }, {
1980
+ }>, {
1969
1981
  type: string;
1970
1982
  updateUnchangedValue: boolean;
1971
1983
  to: string | false | HTMLElement;
1972
1984
  holidays: Date[];
1973
- }>>;
1974
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1985
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
1986
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1975
1987
  componentCfg: {
1976
1988
  type: ObjectConstructor;
1977
1989
  };
@@ -1983,13 +1995,13 @@ declare const _default: import("vue").DefineComponent<{
1983
1995
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1984
1996
  default: null;
1985
1997
  };
1986
- }>> & {
1998
+ }>> & Readonly<{
1987
1999
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1988
- }, {
2000
+ }>, {
1989
2001
  modelValue: string | number | unknown[];
1990
2002
  paramCfg: Record<string, any>;
1991
- }>;
1992
- InputFilter: import("vue").DefineComponent<{
2003
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2004
+ readonly InputFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1993
2005
  paramCfg: {
1994
2006
  type: ObjectConstructor;
1995
2007
  default: null;
@@ -1998,8 +2010,8 @@ declare const _default: import("vue").DefineComponent<{
1998
2010
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1999
2011
  default: null;
2000
2012
  };
2001
- }, {
2002
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2013
+ }>, {
2014
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2003
2015
  paramCfg: {
2004
2016
  type: ObjectConstructor;
2005
2017
  default: null;
@@ -2008,13 +2020,13 @@ declare const _default: import("vue").DefineComponent<{
2008
2020
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
2009
2021
  default: null;
2010
2022
  };
2011
- }>> & {
2023
+ }>> & Readonly<{
2012
2024
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2013
- }>>;
2025
+ }> & {}>;
2014
2026
  emit: (event: "update:modelValue", ...args: any[]) => void;
2015
- valueCp: import("vue").WritableComputedRef<any>;
2016
- NInput: any;
2017
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2027
+ valueCp: import("vue").WritableComputedRef<any, any>;
2028
+ readonly NInput: any;
2029
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2018
2030
  paramCfg: {
2019
2031
  type: ObjectConstructor;
2020
2032
  default: null;
@@ -2023,40 +2035,40 @@ declare const _default: import("vue").DefineComponent<{
2023
2035
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
2024
2036
  default: null;
2025
2037
  };
2026
- }>> & {
2038
+ }>> & Readonly<{
2027
2039
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2028
- }, {
2040
+ }>, {
2029
2041
  modelValue: string | number | unknown[];
2030
2042
  paramCfg: Record<string, any>;
2031
- }>;
2032
- InputNumber: import("vue").DefineComponent<{
2043
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2044
+ readonly InputNumber: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2033
2045
  modelValue: {
2034
2046
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
2035
2047
  default: null;
2036
2048
  };
2037
- }, {
2038
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2049
+ }>, {
2050
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2039
2051
  modelValue: {
2040
2052
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
2041
2053
  default: null;
2042
2054
  };
2043
- }>> & {
2055
+ }>> & Readonly<{
2044
2056
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2045
- }>>;
2057
+ }> & {}>;
2046
2058
  emit: (event: "update:modelValue", ...args: any[]) => void;
2047
- valueCp: import("vue").WritableComputedRef<any>;
2048
- NInputNumber: any;
2049
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2059
+ valueCp: import("vue").WritableComputedRef<any, any>;
2060
+ readonly NInputNumber: any;
2061
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2050
2062
  modelValue: {
2051
2063
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
2052
2064
  default: null;
2053
2065
  };
2054
- }>> & {
2066
+ }>> & Readonly<{
2055
2067
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2056
- }, {
2068
+ }>, {
2057
2069
  modelValue: string | number | unknown[];
2058
- }>;
2059
- SelectFilter: import("vue").DefineComponent<{
2070
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2071
+ readonly SelectFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2060
2072
  paramCfg: {
2061
2073
  type: ObjectConstructor;
2062
2074
  default: null;
@@ -2065,8 +2077,8 @@ declare const _default: import("vue").DefineComponent<{
2065
2077
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
2066
2078
  default: null;
2067
2079
  };
2068
- }, {
2069
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2080
+ }>, {
2081
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2070
2082
  paramCfg: {
2071
2083
  type: ObjectConstructor;
2072
2084
  default: null;
@@ -2075,15 +2087,15 @@ declare const _default: import("vue").DefineComponent<{
2075
2087
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
2076
2088
  default: null;
2077
2089
  };
2078
- }>> & {
2090
+ }>> & Readonly<{
2079
2091
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2080
- }>>;
2092
+ }> & {}>;
2081
2093
  emit: (event: "update:modelValue", ...args: any[]) => void;
2082
- valueCp: import("vue").WritableComputedRef<any>;
2094
+ valueCp: import("vue").WritableComputedRef<any, any>;
2083
2095
  optionSetting: import("vue").ComputedRef<any>;
2084
2096
  widgetOptions: import("vue").ComputedRef<any>;
2085
- NSelect: any;
2086
- WidgetOptionEnums: {
2097
+ readonly NSelect: any;
2098
+ readonly WidgetOptionEnums: {
2087
2099
  RADIO: string;
2088
2100
  MULTIPLE: string;
2089
2101
  ALL: string;
@@ -2092,7 +2104,7 @@ declare const _default: import("vue").DefineComponent<{
2092
2104
  FUTURE_TIME: string;
2093
2105
  CUSTOM_TIME: string;
2094
2106
  };
2095
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2107
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2096
2108
  paramCfg: {
2097
2109
  type: ObjectConstructor;
2098
2110
  default: null;
@@ -2101,13 +2113,13 @@ declare const _default: import("vue").DefineComponent<{
2101
2113
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
2102
2114
  default: null;
2103
2115
  };
2104
- }>> & {
2116
+ }>> & Readonly<{
2105
2117
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2106
- }, {
2118
+ }>, {
2107
2119
  modelValue: string | number | unknown[];
2108
2120
  paramCfg: Record<string, any>;
2109
- }>;
2110
- WidgetTypeEnums: {
2121
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2122
+ readonly WidgetTypeEnums: {
2111
2123
  INPUT_NUMBER: string;
2112
2124
  INPUT: string;
2113
2125
  SELECT: string;
@@ -2127,7 +2139,7 @@ declare const _default: import("vue").DefineComponent<{
2127
2139
  SELECTTREE: string;
2128
2140
  SELECTTREEDYNAMIC: string;
2129
2141
  };
2130
- }, 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<{
2142
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:modelValues")[], "update:modelValue" | "update:modelValues", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2131
2143
  paramCfg: {
2132
2144
  type: ObjectConstructor;
2133
2145
  default: null;
@@ -2140,15 +2152,15 @@ declare const _default: import("vue").DefineComponent<{
2140
2152
  type: ArrayConstructor;
2141
2153
  default: () => never[];
2142
2154
  };
2143
- }>> & {
2155
+ }>> & Readonly<{
2144
2156
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2145
2157
  "onUpdate:modelValues"?: ((...args: any[]) => any) | undefined;
2146
- }, {
2158
+ }>, {
2147
2159
  modelValue: string | number | unknown[];
2148
2160
  paramCfg: Record<string, any>;
2149
2161
  modelValues: unknown[];
2150
- }>;
2151
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2162
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2163
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2152
2164
  actionList_prop: {
2153
2165
  type: import("vue").PropType<import("../../../..").IClassifyListType>;
2154
2166
  default: () => {};
@@ -2173,18 +2185,18 @@ declare const _default: import("vue").DefineComponent<{
2173
2185
  type: BooleanConstructor;
2174
2186
  default: boolean;
2175
2187
  };
2176
- }>> & {
2188
+ }>> & Readonly<{
2177
2189
  onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
2178
2190
  onSaveAdd?: ((...args: any[]) => any) | undefined;
2179
- }, {
2191
+ }>, {
2180
2192
  searchFieldList: unknown[];
2181
2193
  tableId: string;
2182
2194
  conditionList: unknown[];
2183
2195
  actionList_prop: import("../../../..").IClassifyListType;
2184
2196
  showItemName: boolean;
2185
2197
  hideAddBtn: boolean;
2186
- }>;
2187
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "cancelSaveAdd"[], "cancelSaveAdd", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2198
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2199
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "cancelSaveAdd"[], "cancelSaveAdd", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2188
2200
  visible: {
2189
2201
  type: BooleanConstructor;
2190
2202
  default: boolean;
@@ -2201,12 +2213,12 @@ declare const _default: import("vue").DefineComponent<{
2201
2213
  type: ArrayConstructor;
2202
2214
  default: () => never[];
2203
2215
  };
2204
- }>> & {
2216
+ }>> & Readonly<{
2205
2217
  onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
2206
- }, {
2218
+ }>, {
2207
2219
  visible: boolean;
2208
- modalTitle: string;
2209
2220
  searchFieldList: unknown[];
2210
2221
  conditionList: unknown[];
2211
- }>;
2222
+ modalTitle: string;
2223
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2212
2224
  export default _default;