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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (658) hide show
  1. package/README.md +87 -87
  2. package/es/_virtual/_virtual_i18n-methods.js +5 -1
  3. package/es/components/annotation-edit/index.d.ts +5 -5
  4. package/es/components/annotation-edit/src/AnnotationEdit.d.ts +5 -5
  5. package/es/components/audio-sdk/index.d.ts +57 -55
  6. package/es/components/audio-sdk/src/Index.vue.d.ts +57 -55
  7. package/es/components/audio-sdk/src/Index.vue2.js +8 -7
  8. package/es/components/audio-sdk/src/audioSDK.d.ts +1 -1
  9. package/es/components/audio-sdk/src/components/form.vue.d.ts +16 -16
  10. package/es/components/audio-sdk/src/components/readyCountdown.vue.d.ts +10 -10
  11. package/es/components/audio-sdk/src/components/readyCountdown.vue2.js +5 -6
  12. package/es/components/audio-sdk/src/components/recording-modal.vue.d.ts +52 -50
  13. package/es/components/audio-sdk/src/components/recording.vue.d.ts +44 -42
  14. package/es/components/audio-sdk/src/components/recording.vue2.js +36 -41
  15. package/es/components/audio-sdk/src/hooks/useChartAudioContext.d.ts +5 -5
  16. package/es/components/audio-sdk/src/svgs/Close.vue.js +6 -8
  17. package/es/components/audio-sdk/src/svgs/Continue.vue.js +3 -5
  18. package/es/components/audio-sdk/src/svgs/Enlarge.vue.js +3 -5
  19. package/es/components/audio-sdk/src/svgs/Pause.vue.js +3 -5
  20. package/es/components/audio-sdk/src/svgs/WaveView.vue.js +3 -5
  21. package/es/components/audio-sdk/src/svgs/Zoom.vue.js +6 -8
  22. package/es/components/audio-sdk/src/utils/index.d.ts +1 -1
  23. package/es/components/audio-sdk/src/utils/recordingModal.d.ts +2 -2
  24. package/es/components/base-search/index.d.ts +95 -19
  25. package/es/components/base-search/src/index.vue.d.ts +95 -19
  26. package/es/components/base-search/src/index.vue2.js +39 -32
  27. package/es/components/big-table/index.d.ts +67 -43
  28. package/es/components/big-table/src/BigTable.vue.d.ts +67 -43
  29. package/es/components/big-table/src/BigTable.vue2.js +18 -18
  30. package/es/components/big-table/src/components/NoData.vue.d.ts +7 -7
  31. package/es/components/big-table/src/components/NoData.vue2.js +4 -4
  32. package/es/components/big-table/src/components/edit-form/edit-date.d.ts +7 -5
  33. package/es/components/big-table/src/components/edit-form/edit-input.d.ts +8 -5
  34. package/es/components/big-table/src/components/edit-form/edit-select-table.d.ts +12 -5
  35. package/es/components/big-table/src/components/edit-form/edit-select.d.ts +7 -5
  36. package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +47 -23
  37. package/es/components/big-table/src/components/edit-form/edit-separate.vue2.js +2 -1
  38. package/es/components/big-table/src/components/edit-form/edit-time.d.ts +7 -5
  39. package/es/components/big-table/src/components/edit-form/useCommon.d.ts +2 -2
  40. package/es/components/big-table/src/components/input-button.vue.d.ts +5 -5
  41. package/es/components/big-table/src/components/input-button.vue2.js +4 -3
  42. package/es/components/big-table/src/components/separate.vue.d.ts +31 -7
  43. package/es/components/big-table/src/components/separate.vue2.js +3 -4
  44. package/es/components/big-table/src/hooks/useAnnotation.d.ts +1 -1
  45. package/es/components/big-table/src/hooks/useEdit.d.ts +84 -48
  46. package/es/components/big-table/src/hooks/useSeparateRow.d.ts +50 -2
  47. package/es/components/body-select/index.d.ts +17 -17
  48. package/es/components/body-select/src/index.vue.d.ts +17 -17
  49. package/es/components/body-select/src/index.vue2.js +8 -10
  50. package/es/components/bpmn-workflow/index.d.ts +9 -9
  51. package/es/components/bpmn-workflow/src/BpmnWorkflow.vue.d.ts +9 -9
  52. package/es/components/bpmn-workflow/src/BpmnWorkflow.vue2.js +1 -1
  53. package/es/components/branch-notice/index.d.ts +72 -49
  54. package/es/components/branch-notice/src/BranchNotice.vue.d.ts +70 -47
  55. package/es/components/branch-notice/src/BranchNotice.vue2.js +6 -5
  56. package/es/components/branch-notice/src/components/NoticeItem.vue.d.ts +57 -34
  57. package/es/components/branch-notice/src/components/NoticeItem.vue2.js +4 -4
  58. package/es/components/branch-notice/src/components/NoticeItemAside.vue.d.ts +12 -12
  59. package/es/components/branch-notice/src/components/NoticeItemAside.vue2.js +1 -2
  60. package/es/components/branch-notice/src/components/NoticeOperationList.vue.d.ts +9 -9
  61. package/es/components/button-print/index.d.ts +233 -145
  62. package/es/components/button-print/src/ButtonPrint.vue.d.ts +233 -145
  63. package/es/components/button-print/src/ButtonPrint.vue2.js +12 -7
  64. package/es/components/button-print/src/components/EditFormat.vue.d.ts +48 -18
  65. package/es/components/button-print/src/components/EditFormat.vue2.js +8 -8
  66. package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +72 -43
  67. package/es/components/button-print/src/components/IdentityVerification.vue2.js +12 -11
  68. package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +105 -75
  69. package/es/components/button-print/src/components/NewPrintComponent.vue2.js +156 -125
  70. package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +99 -58
  71. package/es/components/button-print/src/components/OldPrintComponent.vue2.js +41 -6
  72. package/es/components/button-print/src/components/Preview.vue.d.ts +13 -13
  73. package/es/components/button-print/src/components/Preview.vue2.js +3 -2
  74. package/es/components/button-print/src/utils/print.d.ts +2 -1
  75. package/es/components/button-print/src/utils/print.js +13 -8
  76. package/es/components/calendar/index.d.ts +32 -277
  77. package/es/components/calendar/src/Calendar.vue.d.ts +31 -276
  78. package/es/components/calendar/src/Calendar.vue2.js +5 -4
  79. package/es/components/callback/index.d.ts +11 -11
  80. package/es/components/callback/src/components/dialog/drawer.vue.d.ts +20 -21
  81. package/es/components/callback/src/components/dialog/drawer.vue2.js +2 -1
  82. package/es/components/callback/src/components/dialog/modal.vue.d.ts +22 -22
  83. package/es/components/callback/src/components/dialog/modal.vue2.js +2 -1
  84. package/es/components/callback/src/components/popup/index.vue.d.ts +6 -6
  85. package/es/components/callback/src/components/render/drawerIframe/index.vue.d.ts +12 -12
  86. package/es/components/callback/src/components/render/drawerIframe/index.vue2.js +1 -1
  87. package/es/components/callback/src/components/render/index.vue.d.ts +6 -6
  88. package/es/components/callback/src/components/render/popupMaps.d.ts +3240 -1792
  89. package/es/components/callback/src/index.vue.d.ts +11 -11
  90. package/es/components/callback/src/index.vue2.js +2 -1
  91. package/es/components/card-reader-sdk/src/components/readCardDialog.vue.d.ts +12 -15
  92. package/es/components/card-reader-sdk/src/components/readCardDialog.vue2.js +7 -6
  93. package/es/components/card-render/index.d.ts +10 -10
  94. package/es/components/card-render/src/CardRender.vue.d.ts +10 -10
  95. package/es/components/card-render/src/CardRender.vue2.js +8 -5
  96. package/es/components/card-render/src/components/Box.vue.d.ts +8 -8
  97. package/es/components/card-render/src/components/Box.vue2.js +4 -4
  98. package/es/components/card-render/src/components/Button.vue.d.ts +8 -8
  99. package/es/components/card-render/src/components/Button.vue2.js +5 -5
  100. package/es/components/card-render/src/components/Divider.vue.d.ts +8 -8
  101. package/es/components/card-render/src/components/Divider.vue2.js +1 -1
  102. package/es/components/card-render/src/components/Field.vue.d.ts +8 -8
  103. package/es/components/card-render/src/components/Field.vue2.js +21 -21
  104. package/es/components/card-render/src/components/FieldGroup.vue.d.ts +8 -8
  105. package/es/components/card-render/src/components/FieldGroup.vue2.js +12 -12
  106. package/es/components/card-render/src/components/Image.vue.d.ts +8 -8
  107. package/es/components/card-render/src/components/Image.vue2.js +2 -2
  108. package/es/components/card-render/src/components/Label.vue.d.ts +8 -8
  109. package/es/components/card-render/src/components/Label.vue2.js +3 -3
  110. package/es/components/card-render/src/components/Row.vue.d.ts +8 -8
  111. package/es/components/card-render/src/components/Row.vue2.js +5 -5
  112. package/es/components/card-render/src/components/ScaleView.vue.d.ts +8 -8
  113. package/es/components/card-render/src/components/ScaleView.vue2.js +2 -2
  114. package/es/components/card-render/src/components/Slot.d.ts +5 -5
  115. package/es/components/card-render/src/components/Table.vue.d.ts +16 -16
  116. package/es/components/card-render/src/components/Table.vue2.js +4 -4
  117. package/es/components/card-render/src/components/Text.vue.d.ts +7 -7
  118. package/es/components/card-render/src/components/Text.vue2.js +4 -4
  119. package/es/components/card-render/src/components/index.d.ts +113 -113
  120. package/es/components/classification/index.d.ts +632 -432
  121. package/es/components/classification/src/components/search-filter/index.vue.d.ts +493 -358
  122. package/es/components/classification/src/components/search-filter/index.vue2.js +6 -5
  123. package/es/components/classification/src/components/set-classification/index.vue.d.ts +537 -402
  124. package/es/components/classification/src/components/set-classification/index.vue2.js +3 -2
  125. package/es/components/classification/src/components/table-modal/index.vue.d.ts +27 -27
  126. package/es/components/classification/src/components/table-modal/index.vue2.js +65 -66
  127. package/es/components/classification/src/index.vue.d.ts +632 -432
  128. package/es/components/classification/src/index.vue2.js +68 -63
  129. package/es/components/config-provider/index.d.ts +7 -5
  130. package/es/components/config-provider/src/ConfigProvider.d.ts +7 -5
  131. package/es/components/date-picker/index.d.ts +56 -15
  132. package/es/components/date-picker/src/DatePicker.vue.d.ts +56 -15
  133. package/es/components/date-picker/src/DatePicker.vue2.js +42 -11
  134. package/es/components/default-page/index.d.ts +11 -11
  135. package/es/components/default-page/src/index.vue.d.ts +11 -11
  136. package/es/components/default-page/src/index.vue2.js +14 -15
  137. package/es/components/editor/index.d.ts +77 -7
  138. package/es/components/editor/src/Editor.d.ts +78 -7
  139. package/es/components/expand-field/index.d.ts +509 -303
  140. package/es/components/expand-field/src/components/FormBatchOptionsModal.vue.d.ts +14 -14
  141. package/es/components/expand-field/src/components/FormBatchOptionsModal.vue2.js +7 -7
  142. package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +335 -225
  143. package/es/components/expand-field/src/components/FormItemPerson.vue2.js +4 -3
  144. package/es/components/expand-field/src/components/PersonModal.vue.d.ts +315 -205
  145. package/es/components/expand-field/src/components/PersonModal.vue2.js +4 -3
  146. package/es/components/expand-field/src/components/form.vue.d.ts +489 -285
  147. package/es/components/expand-field/src/components/form.vue2.js +65 -73
  148. package/es/components/expand-field/src/index.vue.d.ts +510 -304
  149. package/es/components/expand-field/src/index.vue2.js +26 -26
  150. package/es/components/fabric-chart/index.d.ts +32 -32
  151. package/es/components/fabric-chart/src/FabricChart.vue.d.ts +32 -32
  152. package/es/components/fabric-chart/src/FabricChart.vue2.js +7 -5
  153. package/es/components/fabric-chart/src/components/PopupMenu.d.ts +10 -10
  154. package/es/components/fabric-chart/src/components/PopupMenu.js +57 -39
  155. package/es/components/fabric-chart/src/components/PopupTip.vue.d.ts +7 -7
  156. package/es/components/fabric-chart/src/constants/index.d.ts +19 -5
  157. package/es/components/fabric-chart/src/constants/index.js +26 -11
  158. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.d.ts +4 -3
  159. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +119 -193
  160. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.d.ts +9 -9
  161. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.js +69 -117
  162. package/es/components/fabric-chart/src/hooks/electrocardiogram/hooks/useDetailEvent.js +18 -12
  163. package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogram.d.ts +1 -1
  164. package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogram.js +60 -32
  165. package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.d.ts +11 -11
  166. package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.js +86 -120
  167. package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.d.ts +1 -1
  168. package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.js +1 -0
  169. package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.d.ts +1 -1
  170. package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.js +65 -113
  171. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.d.ts +4 -3
  172. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +63 -37
  173. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useLeft.js +31 -14
  174. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.d.ts +4 -3
  175. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.js +21 -14
  176. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.d.ts +9 -9
  177. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.js +152 -208
  178. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.d.ts +4 -3
  179. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.js +8 -9
  180. package/es/components/fabric-chart/src/hooks/temperature/useBottom.js +1 -0
  181. package/es/components/fabric-chart/src/hooks/temperature/useCenter.d.ts +4 -3
  182. package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +138 -229
  183. package/es/components/fabric-chart/src/hooks/temperature/useOther.js +12 -12
  184. package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.d.ts +9 -9
  185. package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +195 -273
  186. package/es/components/fabric-chart/src/hooks/temperature/useTop.js +1 -0
  187. package/es/components/fabric-chart/src/interface.d.ts +15 -1
  188. package/es/components/fabric-chart/src/utils/eventBus.d.ts +2 -0
  189. package/es/components/fabric-chart/src/utils/eventBus.js +5 -0
  190. package/es/components/fabric-chart/src/utils/index.d.ts +1 -1
  191. package/es/components/fabric-chart/src/utils/index.js +2 -10
  192. package/es/components/fabric-chart/style/index.css +1 -1
  193. package/es/components/field-editor/index.d.ts +51 -42
  194. package/es/components/field-editor/src/FieldEditor.vue.d.ts +51 -42
  195. package/es/components/field-editor/src/FieldEditor.vue2.js +5 -5
  196. package/es/components/field-set/index.d.ts +13 -13
  197. package/es/components/field-set/src/FieldColor.vue.d.ts +298 -154
  198. package/es/components/field-set/src/FieldColor.vue2.js +9 -7
  199. package/es/components/field-set/src/FieldFilter.vue.d.ts +77 -51
  200. package/es/components/field-set/src/FieldFilter.vue2.js +10 -8
  201. package/es/components/field-set/src/FieldSet.vue.d.ts +79 -65
  202. package/es/components/field-set/src/FieldSet.vue2.js +28 -24
  203. package/es/components/field-set/src/Index.vue.d.ts +13 -13
  204. package/es/components/field-set/src/Index.vue2.js +16 -13
  205. package/es/components/field-set/src/TableStyle.vue.d.ts +21 -13
  206. package/es/components/field-set/src/TableStyle.vue2.js +23 -23
  207. package/es/components/field-set/src/components/condition.vue.d.ts +88 -32
  208. package/es/components/field-set/src/components/condition.vue2.js +8 -11
  209. package/es/components/field-set/src/components/edit-dialog.vue.d.ts +231 -102
  210. package/es/components/field-set/src/components/edit-dialog.vue2.js +4 -3
  211. package/es/components/field-set/src/components/edit-filter.vue.d.ts +108 -43
  212. package/es/components/field-set/src/components/edit-filter.vue2.js +2 -1
  213. package/es/components/field-set/src/components/table-row.vue.d.ts +33 -33
  214. package/es/components/field-set/src/components/table-row.vue2.js +17 -14
  215. package/es/components/form-config/index.d.ts +1419 -418
  216. package/es/components/form-config/src/FormConfig.vue.d.ts +1419 -418
  217. package/es/components/form-config/src/FormConfig.vue2.js +24 -25
  218. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +58 -49
  219. package/es/components/form-config/src/components/FormConfigCreator.vue2.js +4 -3
  220. package/es/components/form-config/src/components/FormConfigDragDisplay.vue.d.ts +9 -9
  221. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +1119 -202
  222. package/es/components/form-config/src/components/FormConfigEdit.vue2.js +52 -29
  223. package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +119 -81
  224. package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +29 -29
  225. package/es/components/form-config/src/components/FormConfigMaterialItem.d.ts +4 -4
  226. package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +11 -11
  227. package/es/components/form-config/src/components/renderer/CloseButton.vue2.js +1 -1
  228. package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +29 -29
  229. package/es/components/form-config/src/components/renderer/ComplexNode.vue2.js +4 -5
  230. package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +21 -21
  231. package/es/components/form-config/src/components/renderer/DefaultNode.vue2.js +5 -5
  232. package/es/components/form-config/src/constants/index.d.ts +2 -0
  233. package/es/components/form-config/src/constants/index.js +2 -0
  234. package/es/components/form-config/src/hooks/useConfigurationField.js +20 -3
  235. package/es/components/form-config/src/hooks/usePresetRenderer.d.ts +1 -1
  236. package/es/components/form-render/index.d.ts +49 -40
  237. package/es/components/form-render/src/FormRender.vue.d.ts +46 -37
  238. package/es/components/form-render/src/FormRender.vue2.js +5 -4
  239. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +49 -40
  240. package/es/components/form-render/src/FormRenderWrapper.vue2.js +2 -2
  241. package/es/components/form-render/src/components/renderer/combination/combination.d.ts +6 -6
  242. package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.d.ts +4 -4
  243. package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.js +1 -1
  244. package/es/components/form-render/src/components/renderer/combination/jsonCombination.d.ts +6 -6
  245. package/es/components/form-render/src/components/renderer/combination/jsonCombination.js +1 -0
  246. package/es/components/form-render/src/components/renderer/combination/tableCombination.d.ts +6 -6
  247. package/es/components/form-render/src/components/renderer/complex.d.ts +4 -4
  248. package/es/components/form-render/src/components/renderer/date.d.ts +7 -9
  249. package/es/components/form-render/src/components/renderer/formItem.d.ts +5 -5
  250. package/es/components/form-render/src/components/renderer/input.d.ts +5 -5
  251. package/es/components/form-render/src/components/renderer/inputNumber.d.ts +7 -7
  252. package/es/components/form-render/src/components/renderer/levelSearchCascader/index.d.ts +5 -5
  253. package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +32 -31
  254. package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue2.js +6 -6
  255. package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +32 -31
  256. package/es/components/form-render/src/components/renderer/radio&checkbox.d.ts +18 -18
  257. package/es/components/form-render/src/components/renderer/radio_checkbox.js +3 -2
  258. package/es/components/form-render/src/components/renderer/remoteSearch.d.ts +5 -5
  259. package/es/components/form-render/src/components/renderer/searchCascade.d.ts +5 -5
  260. package/es/components/form-render/src/components/renderer/select.d.ts +5 -5
  261. package/es/components/form-render/src/components/renderer/simpleComponent.d.ts +2 -2
  262. package/es/components/form-render/src/components/renderer/slider.d.ts +4 -4
  263. package/es/components/form-render/src/components/renderer/switch.d.ts +5 -5
  264. package/es/components/form-render/src/components/renderer/text.d.ts +3 -3
  265. package/es/components/form-render/src/components/renderer/textarea.d.ts +7 -7
  266. package/es/components/form-render/src/components/renderer/textarea.js +1 -1
  267. package/es/components/form-render/src/components/renderer/time.d.ts +3 -3
  268. package/es/components/form-render/src/components/tooltipMessage.vue.d.ts +9 -9
  269. package/es/components/form-render/src/components/tooltipMessage.vue2.js +1 -1
  270. package/es/components/form-render/src/hooks/useAnchor.d.ts +9 -1
  271. package/es/components/form-render/src/hooks/useCommonInjection.d.ts +1 -1
  272. package/es/components/form-render/src/hooks/useComplexOptions.d.ts +3 -3
  273. package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +8 -6
  274. package/es/components/form-render/src/hooks/useFormEvent.js +1 -1
  275. package/es/components/form-render/src/hooks/useFormField.d.ts +1 -1
  276. package/es/components/form-render/src/hooks/useFormRenderOptions.d.ts +12 -12
  277. package/es/components/form-render/src/hooks/useNewLowCodeReactions.js +8 -0
  278. package/es/components/form-render/src/types/index.d.ts +1 -0
  279. package/es/components/form-render/src/utils/index.d.ts +4 -4
  280. package/es/components/form-render/src/utils/index.js +5 -2
  281. package/es/components/grid/index.d.ts +1 -1
  282. package/es/components/grid/src/Grid.d.ts +1 -1
  283. package/es/components/guide/src/renderer.d.ts +5 -5
  284. package/es/components/iho-chat/index.d.ts +914 -760
  285. package/es/components/iho-chat/src/Index.vue.d.ts +914 -760
  286. package/es/components/iho-chat/src/Index.vue2.js +4 -3
  287. package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +42 -42
  288. package/es/components/iho-chat/src/components/ChatAdd.vue2.js +41 -41
  289. package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +122 -88
  290. package/es/components/iho-chat/src/components/ChatFile.vue2.js +5 -5
  291. package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +64 -64
  292. package/es/components/iho-chat/src/components/ChatFooter.vue2.js +76 -70
  293. package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +347 -272
  294. package/es/components/iho-chat/src/components/ChatHeader.vue2.js +8 -8
  295. package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +191 -177
  296. package/es/components/iho-chat/src/components/ChatMain.vue2.js +32 -14
  297. package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +102 -61
  298. package/es/components/iho-chat/src/components/ChatRecord.vue2.js +57 -63
  299. package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +34 -34
  300. package/es/components/iho-chat/src/components/ChatSearch.vue2.js +33 -36
  301. package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +65 -65
  302. package/es/components/iho-chat/src/components/ChatSet.vue2.js +56 -66
  303. package/es/components/iho-chat/src/components/ContextMenu.d.ts +5 -5
  304. package/es/components/iho-chat/src/components/ContextMenu.js +40 -15
  305. package/es/components/iho-chat/src/components/ImageLightbox.vue.d.ts +40 -22
  306. package/es/components/iho-chat/src/components/ImageLightbox.vue2.js +24 -21
  307. package/es/components/iho-chat/src/components/MessageEvent.vue.d.ts +9 -9
  308. package/es/components/iho-chat/src/components/MessageEvent.vue2.js +11 -13
  309. package/es/components/iho-chat/src/components/MessageMergeForward.vue.d.ts +32 -32
  310. package/es/components/iho-chat/src/components/MessageMergeForward.vue2.js +2 -2
  311. package/es/components/iho-chat/src/components/MessageTemplate.vue.d.ts +18 -22
  312. package/es/components/iho-chat/src/components/MessageTemplate.vue2.js +33 -35
  313. package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +82 -64
  314. package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +41 -46
  315. package/es/components/iho-chat/src/components/PersonProfile.vue.d.ts +13 -13
  316. package/es/components/iho-chat/src/components/PersonProfile.vue2.js +3 -3
  317. package/es/components/iho-chat/src/components/SelectLabel.vue.d.ts +15 -15
  318. package/es/components/iho-chat/src/components/SelectLabel.vue2.js +3 -2
  319. package/es/components/iho-chat/src/components/SiderList.vue.d.ts +110 -63
  320. package/es/components/iho-chat/src/components/SiderList.vue2.js +2 -2
  321. package/es/components/iho-chat/src/components/Video.vue.d.ts +13 -13
  322. package/es/components/iho-chat/src/components/Video.vue2.js +8 -12
  323. package/es/components/iho-chat/src/components/userItemRender.d.ts +5 -5
  324. package/es/components/iho-chat/src/hooks/useData.d.ts +6 -6
  325. package/es/components/iho-chat/src/hooks/useData.js +1 -1
  326. package/es/components/iho-chat/src/hooks/useDraggable.d.ts +8 -2
  327. package/es/components/iho-chat/src/hooks/useSearchPatientList.d.ts +1 -1
  328. package/es/components/iho-chat/src/hooks/useSearchUserList.d.ts +1 -1
  329. package/es/components/iho-chat/src/hooks/useVideo.d.ts +11 -6
  330. package/es/components/iho-chat/src/utils/index.d.ts +1 -1
  331. package/es/components/iho-table/index.d.ts +3179 -1740
  332. package/es/components/iho-table/src/IhoTable.vue.d.ts +3180 -1741
  333. package/es/components/iho-table/src/IhoTable.vue2.js +31 -21
  334. package/es/components/iho-table/src/constants/index.d.ts +3 -3
  335. package/es/components/iho-table/src/constants/index.js +0 -21
  336. package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +39 -60
  337. package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.d.ts +1 -1
  338. package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +1 -1
  339. package/es/components/iho-table/src/hooks/tapHooks/useExposeHooks.d.ts +1 -1
  340. package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.d.ts +1 -1
  341. package/es/components/iho-table/src/hooks/useColumnConfigAdaptor.js +1 -1
  342. package/es/components/iho-table/src/hooks/useTableContext.d.ts +3 -3
  343. package/es/components/iho-table/src/plugins/anchorPlugin/tableAnchor.d.ts +1 -1
  344. package/es/components/iho-table/src/plugins/anchorPlugin/useAnchor.d.ts +6 -2
  345. package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue.d.ts +477 -207
  346. package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue2.js +12 -11
  347. package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +64 -25
  348. package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue2.js +22 -8
  349. package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue.d.ts +21 -21
  350. package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue2.js +14 -11
  351. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.d.ts +31 -31
  352. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +26 -23
  353. package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue.d.ts +11 -11
  354. package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue2.js +3 -3
  355. package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue.d.ts +8 -8
  356. package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue2.js +1 -1
  357. package/es/components/iho-table/src/plugins/highLightSetPlugin.js +7 -2
  358. package/es/components/iho-table/src/plugins/lowCodeFieldAdaptorPlugin.js +1 -1
  359. package/es/components/iho-table/src/plugins/pagerScrollPlugin/utils.d.ts +9 -9
  360. package/es/components/iho-table/src/plugins/pluginHooks/useFilter.d.ts +2 -2
  361. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +67 -26
  362. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue2.js +7 -6
  363. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/index.js +1 -1
  364. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useAutoFocus.js +25 -0
  365. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useSelectOption.d.ts +1 -1
  366. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/inputRendererPlugin.js +1 -1
  367. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/index.js +1 -1
  368. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue.d.ts +52 -49
  369. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue2.js +2 -1
  370. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.js +1 -1
  371. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.d.ts +6 -6
  372. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +1 -1
  373. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue.d.ts +17 -15
  374. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue2.js +4 -4
  375. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/index.js +1 -1
  376. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +39 -39
  377. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +8 -7
  378. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/index.js +1 -1
  379. package/es/components/iho-table/src/plugins/verticalTablePlugin/src/utils.d.ts +1 -1
  380. package/es/components/iho-table/src/plugins/verticalTablePlugin/src/utils.js +8 -2
  381. package/es/components/iho-table/src/types/index.d.ts +3 -1
  382. package/es/components/iho-table/src/utils/index.d.ts +2 -2
  383. package/es/components/iho-table/src/utils/separateMap.d.ts +14 -1
  384. package/es/components/index.css +1 -1
  385. package/es/components/info-header/index.d.ts +239 -355
  386. package/es/components/info-header/src/InfoHeader.vue.d.ts +239 -355
  387. package/es/components/info-header/src/InfoHeader.vue2.js +5 -4
  388. package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +76 -46
  389. package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue2.js +26 -25
  390. package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +83 -63
  391. package/es/components/info-header/src/components/infoDescription/DescriptionList.vue2.js +11 -11
  392. package/es/components/info-header/src/components/infoDescription/HiddenContent.vue.d.ts +34 -15
  393. package/es/components/info-header/src/components/infoDescription/HiddenContent.vue2.js +4 -4
  394. package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue.d.ts +26 -7
  395. package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue2.js +9 -6
  396. package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +149 -129
  397. package/es/components/info-header/src/components/infoDescription/index.vue2.js +9 -9
  398. package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +66 -68
  399. package/es/components/info-header/src/components/patientInfo/index.vue2.js +14 -12
  400. package/es/components/keyboard/index.d.ts +77 -65
  401. package/es/components/keyboard/src/Keyboard.vue.d.ts +77 -65
  402. package/es/components/keyboard/src/Keyboard.vue2.js +16 -16
  403. package/es/components/keyboard/src/components/InputNumber.vue.d.ts +16 -16
  404. package/es/components/keyboard/src/components/InputNumber.vue2.js +3 -2
  405. package/es/components/keyboard/src/components/NumberPanel.vue.d.ts +46 -40
  406. package/es/components/keyboard/src/components/NumberPanel.vue2.js +12 -12
  407. package/es/components/map/index.d.ts +12 -12
  408. package/es/components/map/src/Map.vue.d.ts +12 -12
  409. package/es/components/map/src/Map.vue2.js +11 -11
  410. package/es/components/picture-clipper/index.d.ts +11 -11
  411. package/es/components/picture-clipper/src/PictureClipper.vue.d.ts +11 -11
  412. package/es/components/picture-clipper/src/PictureClipper.vue2.js +7 -6
  413. package/es/components/quick-search/index.d.ts +73 -32
  414. package/es/components/quick-search/src/index.vue.d.ts +73 -32
  415. package/es/components/quick-search/src/index.vue2.js +15 -15
  416. package/es/components/recommend-search/index.d.ts +79 -79
  417. package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +79 -79
  418. package/es/components/recommend-search/src/RecommendSearch.vue2.js +5 -4
  419. package/es/components/recommend-search/src/components/BaseSearch.d.ts +7 -7
  420. package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +34 -34
  421. package/es/components/recommend-search/src/components/RecommendInput.vue2.js +13 -14
  422. package/es/components/recommend-search/src/components/RecommendMenu.vue.d.ts +9 -9
  423. package/es/components/recommend-search/src/components/RecommendMenu.vue2.js +13 -13
  424. package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +29 -29
  425. package/es/components/recommend-search/src/components/RecommendSelect.vue2.js +8 -8
  426. package/es/components/scale-view/index.d.ts +108 -88
  427. package/es/components/scale-view/src/ScaleView.vue.d.ts +67 -64
  428. package/es/components/scale-view/src/ScaleView.vue2.js +24 -16
  429. package/es/components/scale-view/src/components/AnswerParse.vue.d.ts +7 -7
  430. package/es/components/scale-view/src/components/AnswerParse.vue2.js +8 -8
  431. package/es/components/scale-view/src/components/DescribeContent.vue.d.ts +7 -7
  432. package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +12 -12
  433. package/es/components/scale-view/src/components/EvaluateCountdown.vue2.js +23 -23
  434. package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +10 -10
  435. package/es/components/scale-view/src/components/EvaluatePage.vue2.js +6 -5
  436. package/es/components/scale-view/src/components/LoadingCom.vue.js +3 -5
  437. package/es/components/scale-view/src/components/NoData.vue.d.ts +7 -7
  438. package/es/components/scale-view/src/components/NoData.vue2.js +4 -4
  439. package/es/components/scale-view/src/components/ScaleScore.d.ts +5 -5
  440. package/es/components/scale-view/src/components/formitem/r-address.d.ts +9 -6
  441. package/es/components/scale-view/src/components/formitem/r-cascader.d.ts +10 -6
  442. package/es/components/scale-view/src/components/formitem/r-checkbox.d.ts +11 -6
  443. package/es/components/scale-view/src/components/formitem/r-collection.d.ts +8 -5
  444. package/es/components/scale-view/src/components/formitem/r-datetime.d.ts +9 -6
  445. package/es/components/scale-view/src/components/formitem/r-input.d.ts +8 -6
  446. package/es/components/scale-view/src/components/formitem/r-map.d.ts +70 -6
  447. package/es/components/scale-view/src/components/formitem/r-radio.d.ts +11 -6
  448. package/es/components/scale-view/src/components/formitem/r-select.d.ts +10 -6
  449. package/es/components/scale-view/src/components/formitem/r-sign.d.ts +155 -6
  450. package/es/components/scale-view/src/components/formitem/r-upload.d.ts +11 -6
  451. package/es/components/scale-view/src/components/formitem/sign-com.d.ts +6 -6
  452. package/es/components/scale-view/src/components/formitem/standard-modal.d.ts +9 -5
  453. package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +9 -17
  454. package/es/components/scale-view/src/hooks/use-event.js +56 -22
  455. package/es/components/search-cascader/index.d.ts +27 -27
  456. package/es/components/search-cascader/src/SearchCascader.vue.d.ts +27 -27
  457. package/es/components/search-cascader/src/SearchCascader.vue2.js +9 -8
  458. package/es/components/search-cascader/src/components/ClearIcon.vue.js +15 -17
  459. package/es/components/search-cascader/src/components/SearchMenu.d.ts +5 -5
  460. package/es/components/select-label/index.d.ts +119 -155
  461. package/es/components/select-label/src/LabelFormContent.vue.d.ts +26 -48
  462. package/es/components/select-label/src/LabelFormContent.vue2.js +23 -25
  463. package/es/components/select-label/src/SelectLabel.vue.d.ts +42 -64
  464. package/es/components/select-label/src/SelectLabel.vue2.js +11 -12
  465. package/es/components/select-label/src/components/label-classify.vue.d.ts +14 -24
  466. package/es/components/select-label/src/components/label-classify.vue2.js +26 -29
  467. package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue.d.ts +29 -21
  468. package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue2.js +14 -16
  469. package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue.d.ts +45 -37
  470. package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue2.js +6 -6
  471. package/es/components/select-label/src/ihoLabel/iho-label-classify.vue.d.ts +17 -9
  472. package/es/components/select-label/src/ihoLabel/iho-label-classify.vue2.js +10 -13
  473. package/es/components/select-label/src/index.vue.d.ts +93 -107
  474. package/es/components/select-label/src/index.vue2.js +2 -1
  475. package/es/components/select-person/index.d.ts +288 -190
  476. package/es/components/select-person/src/SelectPerson.vue.d.ts +138 -87
  477. package/es/components/select-person/src/SelectPerson.vue2.js +55 -22
  478. package/es/components/select-person/src/SelectPersonRole.vue.d.ts +80 -66
  479. package/es/components/select-person/src/SelectPersonRole.vue2.js +13 -13
  480. package/es/components/select-person/src/SelectPersonType.vue.d.ts +41 -31
  481. package/es/components/select-person/src/SelectPersonType.vue2.js +6 -6
  482. package/es/components/select-person/src/components/GroupItem.vue.d.ts +5 -5
  483. package/es/components/select-person/src/components/GroupItem.vue2.js +2 -1
  484. package/es/components/select-person/src/components/SearchGroupList.vue.d.ts +39 -39
  485. package/es/components/select-person/src/components/SearchGroupList.vue2.js +4 -3
  486. package/es/components/select-person/src/components/SearchMultiple.vue.d.ts +17 -18
  487. package/es/components/select-person/src/components/SearchMultiple.vue2.js +3 -2
  488. package/es/components/select-person/src/components/SearchOrgAndStaff.vue.d.ts +19 -20
  489. package/es/components/select-person/src/components/SearchOrgAndStaff.vue2.js +7 -6
  490. package/es/components/select-person/src/components/TagItem.vue.d.ts +11 -11
  491. package/es/components/select-person/src/components/TagItem.vue2.js +2 -1
  492. package/es/components/select-person/src/index.vue.d.ts +338 -240
  493. package/es/components/select-person/src/index.vue2.js +12 -7
  494. package/es/components/select-person/src/utils/index.d.ts +1 -1
  495. package/es/components/select-person/src/utils/index.js +11 -9
  496. package/es/components/shortcut-provider/index.d.ts +9 -9
  497. package/es/components/shortcut-provider/src/ShortcutProvider.vue.d.ts +9 -9
  498. package/es/components/shortcut-provider/src/hooks/useShortcutSignature.d.ts +1 -1
  499. package/es/components/shortcut-provider/src/hooks/useShortcuts.d.ts +3 -0
  500. package/es/components/shortcut-provider/src/hooks/useShortcuts.js +9 -3
  501. package/es/components/shortcut-setter/index.d.ts +289 -81
  502. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +289 -81
  503. package/es/components/shortcut-setter/src/ShortcutSetter.vue2.js +3 -2
  504. package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +13 -23
  505. package/es/components/shortcut-setter/src/ShortcutSetterItem.vue2.js +11 -10
  506. package/es/components/slider-tree/index.d.ts +22 -22
  507. package/es/components/slider-tree/src/index.vue.d.ts +22 -22
  508. package/es/components/slider-tree/src/index.vue2.js +6 -5
  509. package/es/components/step-notice/index.d.ts +58 -58
  510. package/es/components/step-notice/src/StepNotice.vue.d.ts +57 -57
  511. package/es/components/step-notice/src/StepNotice.vue2.js +5 -4
  512. package/es/components/step-notice/src/components/NoticeConnection.vue.d.ts +12 -12
  513. package/es/components/step-notice/src/components/NoticeConnection.vue2.js +3 -3
  514. package/es/components/step-notice/src/components/NoticeItem.vue.d.ts +40 -40
  515. package/es/components/step-notice/src/components/NoticeItem.vue2.js +4 -4
  516. package/es/components/step-notice/src/components/NoticeItemAside.vue.d.ts +9 -9
  517. package/es/components/step-notice/src/components/NoticeItemAside.vue2.js +1 -2
  518. package/es/components/step-notice/src/components/NoticeOperationList.vue.d.ts +9 -9
  519. package/es/components/steps-wheel/index.d.ts +17 -17
  520. package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +17 -17
  521. package/es/components/steps-wheel/src/StepsWheel.vue2.js +3 -3
  522. package/es/components/table-export-field/index.d.ts +88 -66
  523. package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +33 -27
  524. package/es/components/table-export-field/src/components/ExportModal.vue2.js +11 -9
  525. package/es/components/table-export-field/src/components/SaveProjectModal.vue.d.ts +25 -23
  526. package/es/components/table-export-field/src/components/SaveProjectModal.vue2.js +53 -21
  527. package/es/components/table-export-field/src/index.vue.d.ts +88 -66
  528. package/es/components/table-export-field/src/index.vue2.js +5 -4
  529. package/es/components/table-export-field/src/types/index.d.ts +1 -0
  530. package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +112 -71
  531. package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue2.js +18 -17
  532. package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +66 -25
  533. package/es/components/table-filter/src/components/bi-filter/components/Date.vue2.js +7 -6
  534. package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue.d.ts +11 -11
  535. package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue2.js +5 -4
  536. package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue.d.ts +11 -11
  537. package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue2.js +5 -4
  538. package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue.d.ts +12 -12
  539. package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue2.js +7 -6
  540. package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +100 -59
  541. package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +135 -94
  542. package/es/components/table-filter/src/components/bi-filter/index.vue2.js +33 -38
  543. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +312 -224
  544. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +41 -40
  545. package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue.d.ts +15 -15
  546. package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue2.js +10 -9
  547. package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +85 -44
  548. package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +19 -18
  549. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +88 -47
  550. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +27 -26
  551. package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue.d.ts +19 -13
  552. package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue2.js +8 -7
  553. package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue.d.ts +11 -11
  554. package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue2.js +5 -4
  555. package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue.d.ts +13 -13
  556. package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue2.js +5 -5
  557. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue.d.ts +43 -43
  558. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue2.js +10 -9
  559. package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue.d.ts +12 -12
  560. package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue2.js +7 -6
  561. package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue.d.ts +14 -14
  562. package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue2.js +7 -6
  563. package/es/components/table-filter/src/components/classify-filter/components/SelectTreeDynamic.vue.d.ts +14 -14
  564. package/es/components/table-filter/src/components/classify-filter/components/SelectTreeDynamic.vue2.js +7 -6
  565. package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +298 -210
  566. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +335 -247
  567. package/es/components/table-filter/src/components/classify-filter/index.vue2.js +31 -34
  568. package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue.d.ts +12 -12
  569. package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue2.js +3 -2
  570. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +80 -39
  571. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue2.js +10 -9
  572. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +70 -27
  573. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +12 -3
  574. package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.d.ts +10 -10
  575. package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue2.js +2 -1
  576. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +80 -39
  577. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue2.js +14 -14
  578. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +70 -27
  579. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +12 -3
  580. package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue.d.ts +13 -13
  581. package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue2.js +10 -9
  582. package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue.d.ts +13 -13
  583. package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue2.js +5 -5
  584. package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue.d.ts +18 -18
  585. package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue2.js +8 -9
  586. package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue.d.ts +14 -14
  587. package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue2.js +7 -6
  588. package/es/components/table-filter/src/components/render-widget/components/Select.vue.d.ts +11 -11
  589. package/es/components/table-filter/src/components/render-widget/components/Select.vue2.js +5 -4
  590. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.d.ts +49 -43
  591. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue2.js +10 -9
  592. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.d.ts +24 -24
  593. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +8 -7
  594. package/es/components/table-filter/src/components/render-widget/components/SelectTree.vue.d.ts +11 -11
  595. package/es/components/table-filter/src/components/render-widget/components/SelectTree.vue2.js +7 -6
  596. package/es/components/table-filter/src/components/render-widget/components/SelectTreeDynamic.vue.d.ts +13 -13
  597. package/es/components/table-filter/src/components/render-widget/components/SelectTreeDynamic.vue2.js +6 -5
  598. package/es/components/table-filter/src/components/render-widget/components/index.d.ts +453 -279
  599. package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.js +9 -9
  600. package/es/components/table-filter/src/components/render-widget/index.vue.d.ts +5 -5
  601. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +440 -266
  602. package/es/components/table-filter/src/constants/index.d.ts +1 -0
  603. package/es/components/table-filter/src/constants/index.js +4 -1
  604. package/es/components/table-filter/src/hooks/useMixins.d.ts +1 -1
  605. package/es/components/time-line/index.d.ts +11 -11
  606. package/es/components/time-line/src/TimeLine.vue.d.ts +11 -11
  607. package/es/components/time-picker/index.d.ts +19 -19
  608. package/es/components/time-picker/src/TimePicker.vue.d.ts +19 -19
  609. package/es/components/time-picker/src/TimePicker.vue2.js +5 -4
  610. package/es/components/tooth-bitmap/index.d.ts +14 -14
  611. package/es/components/tooth-bitmap/src/ToothBitmap.vue.d.ts +12 -12
  612. package/es/components/tooth-bitmap/src/ToothBitmap.vue2.js +8 -7
  613. package/es/components/vertify/src/components/IdentityVerification.vue.d.ts +19 -22
  614. package/es/components/vertify/src/components/IdentityVerification.vue2.js +10 -9
  615. package/es/components/vod-chunk-upload/index.d.ts +248 -28
  616. package/es/components/vod-chunk-upload/src/chunk-upload-new.vue.d.ts +18 -18
  617. package/es/components/vod-chunk-upload/src/chunk-upload-new.vue2.js +24 -25
  618. package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +248 -28
  619. package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +32 -33
  620. package/es/components/vod-chunk-upload/src/vod-upload-modal.d.ts +207 -5
  621. package/es/env.d.ts +25 -25
  622. package/es/shared/components/AbbrText/AbbrText.d.ts +3 -3
  623. package/es/shared/components/ArrowIcon/ArrowIcon.vue.js +6 -8
  624. package/es/shared/components/CancelRadio/CancelRadio.d.ts +6 -6
  625. package/es/shared/components/CancelRadio/CancelRadio.js +3 -1
  626. package/es/shared/components/DateIcon/DateIcon.vue.js +11 -13
  627. package/es/shared/components/Ellipsis/Ellipsis.d.ts +12 -0
  628. package/es/shared/components/Ellipsis/Ellipsis.js +86 -0
  629. package/es/shared/components/Ellipsis/index.d.ts +2 -0
  630. package/es/shared/components/Ellipsis/index.js +2 -0
  631. package/es/shared/components/InputNumberSlash/InputNumberSlash.d.ts +20 -5
  632. package/es/shared/components/InputNumberSlash/InputNumberSlash.js +24 -10
  633. package/es/shared/components/JSONTree/JSONTree.vue.d.ts +8 -8
  634. package/es/shared/components/JSONTree/JSONTree.vue2.js +1 -1
  635. package/es/shared/components/SelectPage/SelectPage.vue.d.ts +10 -10
  636. package/es/shared/components/SelectPage/SelectPage.vue2.js +2 -2
  637. package/es/shared/components/SlotRender/SlotRender.d.ts +3 -3
  638. package/es/shared/components/SvgIcon/SvgIcon.vue.d.ts +6 -10
  639. package/es/shared/components/SvgIcon/SvgIcon.vue2.js +5 -5
  640. package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +9 -17
  641. package/es/shared/components/TextOverTooltip/TextOverTooltip.vue2.js +9 -9
  642. package/es/shared/components/no-data/NoData.vue.d.ts +7 -7
  643. package/es/shared/components/no-data/NoData.vue2.js +5 -5
  644. package/es/shared/components/player-vod/index.vue.d.ts +1 -1
  645. package/es/shared/components/player-vod/player.d.ts +4 -4
  646. package/es/shared/components/player-vod/video-list.d.ts +77 -4
  647. package/es/shared/components/player-vod/video-modal.d.ts +23 -5
  648. package/es/shared/hooks/selectHooks/useOptionFiltered.d.ts +2 -2
  649. package/es/shared/hooks/selectHooks/useSearchContent.d.ts +1 -1
  650. package/es/shared/hooks/selectHooks/useSelectRenders.d.ts +4 -4
  651. package/es/shared/hooks/useLevelSearchCascader.d.ts +7 -4
  652. package/es/shared/package.json.js +1 -1
  653. package/es/shared/types/business.d.ts +3 -2
  654. package/es/shared/utils/business.js +16 -0
  655. package/es/shared/utils/ho-edge.d.ts +12 -0
  656. package/es/shared/utils/ho-edge.js +58 -0
  657. package/es/shared/utils/index.d.ts +1 -1
  658. package/package.json +2 -2
@@ -1,5 +1,5 @@
1
1
  import { IClassifyListType } from '../../../../../components/table-filter/src/types';
2
- declare const _default: import("vue").DefineComponent<{
2
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
3
  searchFieldList: {
4
4
  type: ArrayConstructor;
5
5
  default: () => never[];
@@ -13,8 +13,8 @@ declare const _default: import("vue").DefineComponent<{
13
13
  type: BooleanConstructor;
14
14
  default: boolean;
15
15
  };
16
- }, {
17
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
16
+ }>, {
17
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
18
18
  searchFieldList: {
19
19
  type: ArrayConstructor;
20
20
  default: () => never[];
@@ -28,20 +28,20 @@ declare const _default: import("vue").DefineComponent<{
28
28
  type: BooleanConstructor;
29
29
  default: boolean;
30
30
  };
31
- }>> & {
31
+ }>> & Readonly<{
32
32
  onCondiTionListInit?: ((...args: any[]) => any) | undefined;
33
33
  onSaveGetTableCondiTionList?: ((...args: any[]) => any) | undefined;
34
34
  onSetClassifyModal?: ((...args: any[]) => any) | undefined;
35
- }>>;
35
+ }> & {}>;
36
36
  emit: (event: "CondiTionListInit" | "saveGetTableCondiTionList" | "setClassifyModal", ...args: any[]) => void;
37
- $message: import("naive-ui").MessageApi;
37
+ $message: import("naive-ui/es/message").MessageApi;
38
38
  handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
39
- conditionList: import("vue").Ref<unknown[]>;
40
- addVisible: import("vue").Ref<boolean>;
41
- actionList_prop: import("vue").Ref<{}>;
42
- newSearchFieldList: any;
43
- saveLoading: import("vue").Ref<boolean>;
44
- searchFilter: any;
39
+ conditionList: import("vue").Ref<unknown[], unknown[]>;
40
+ addVisible: import("vue").Ref<boolean, boolean>;
41
+ actionList_prop: import("vue").Ref<{}, {}>;
42
+ newSearchFieldList: import("vue").Ref<any, any>;
43
+ saveLoading: import("vue").Ref<boolean, boolean>;
44
+ searchFilter: import("vue").Ref<any, any>;
45
45
  filterApiConfig: import("../../../../../shared/types").AnyObject;
46
46
  attrs: {
47
47
  [x: string]: unknown;
@@ -57,8 +57,8 @@ declare const _default: import("vue").DefineComponent<{
57
57
  setOneVisible: (flag: boolean) => void;
58
58
  resetPopconfirm: () => Promise<void>;
59
59
  oneVisible: import("vue").ComputedRef<boolean>;
60
- NButton: any;
61
- TableModal: import("vue").DefineComponent<{
60
+ readonly NButton: any;
61
+ TableModal: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
62
62
  visibleIn: {
63
63
  type: BooleanConstructor;
64
64
  };
@@ -95,8 +95,8 @@ declare const _default: import("vue").DefineComponent<{
95
95
  type: FunctionConstructor;
96
96
  default: () => HTMLElement;
97
97
  };
98
- }, {
99
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
98
+ }>, {
99
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
100
100
  visibleIn: {
101
101
  type: BooleanConstructor;
102
102
  };
@@ -133,18 +133,18 @@ declare const _default: import("vue").DefineComponent<{
133
133
  type: FunctionConstructor;
134
134
  default: () => HTMLElement;
135
135
  };
136
- }>> & {
136
+ }>> & Readonly<{
137
137
  onClose?: ((...args: any[]) => any) | undefined;
138
138
  onHandleOk?: ((...args: any[]) => any) | undefined;
139
139
  onResetPopconfirm?: ((...args: any[]) => any) | undefined;
140
140
  onFinishSubmit?: ((...args: any[]) => any) | undefined;
141
- }>>;
141
+ }> & {}>;
142
142
  emits: (event: "close" | "handleOk" | "resetPopconfirm" | "finishSubmit", ...args: any[]) => void;
143
143
  homeList: any;
144
- visible: import("vue").Ref<boolean>;
145
- isChangeWindow: import("vue").Ref<boolean>;
146
- modalWidth: import("vue").Ref<string>;
147
- modalHeight: import("vue").Ref<string>;
144
+ visible: import("vue").Ref<boolean, boolean>;
145
+ isChangeWindow: import("vue").Ref<boolean, boolean>;
146
+ modalWidth: import("vue").Ref<string, string>;
147
+ modalHeight: import("vue").Ref<string, string>;
148
148
  isShowResetButton: boolean;
149
149
  handleOk: () => void;
150
150
  close: () => void;
@@ -160,17 +160,17 @@ declare const _default: import("vue").DefineComponent<{
160
160
  changeModalWindow: () => void;
161
161
  popconfirm: (e: any) => void;
162
162
  handleOperationItem: (option: string, item: IClassifyListType, name?: string | undefined) => void;
163
- NModal: any;
164
- NCard: any;
165
- NIcon: any;
166
- NButton: any;
167
- NTooltip: any;
168
- NSwitch: any;
169
- NPopconfirm: any;
170
- DocumentOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
171
- Brush: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
172
- ReorderTwo: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
173
- Draggable: import("vue").DefineComponent<{
163
+ readonly NModal: any;
164
+ readonly NCard: any;
165
+ readonly NIcon: any;
166
+ readonly NButton: any;
167
+ readonly NTooltip: any;
168
+ readonly NSwitch: any;
169
+ readonly NPopconfirm: any;
170
+ readonly DocumentOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
171
+ readonly Brush: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
172
+ readonly ReorderTwo: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
173
+ readonly Draggable: import("vue").DefineComponent<{
174
174
  list: {
175
175
  type: ArrayConstructor;
176
176
  required: boolean;
@@ -242,8 +242,8 @@ declare const _default: import("vue").DefineComponent<{
242
242
  list: unknown[];
243
243
  modelValue: unknown[];
244
244
  componentData: Record<string, any>;
245
- }>;
246
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "handleOk" | "resetPopconfirm" | "finishSubmit")[], "close" | "handleOk" | "resetPopconfirm" | "finishSubmit", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
245
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
246
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "handleOk" | "resetPopconfirm" | "finishSubmit")[], "close" | "handleOk" | "resetPopconfirm" | "finishSubmit", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
247
247
  visibleIn: {
248
248
  type: BooleanConstructor;
249
249
  };
@@ -280,19 +280,19 @@ declare const _default: import("vue").DefineComponent<{
280
280
  type: FunctionConstructor;
281
281
  default: () => HTMLElement;
282
282
  };
283
- }>> & {
283
+ }>> & Readonly<{
284
284
  onClose?: ((...args: any[]) => any) | undefined;
285
285
  onHandleOk?: ((...args: any[]) => any) | undefined;
286
286
  onResetPopconfirm?: ((...args: any[]) => any) | undefined;
287
287
  onFinishSubmit?: ((...args: any[]) => any) | undefined;
288
- }, {
289
- type: string;
288
+ }>, {
290
289
  loading: boolean;
291
- dataSource: unknown[];
290
+ type: string;
292
291
  visibleIn: boolean;
292
+ dataSource: unknown[];
293
293
  getContainer: Function;
294
- }>;
295
- SearchFilter: import("vue").DefineComponent<{
294
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
295
+ SearchFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
296
296
  visible: {
297
297
  type: BooleanConstructor;
298
298
  default: boolean;
@@ -309,8 +309,8 @@ declare const _default: import("vue").DefineComponent<{
309
309
  type: ArrayConstructor;
310
310
  default: () => never[];
311
311
  };
312
- }, {
313
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
312
+ }>, {
313
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
314
314
  visible: {
315
315
  type: BooleanConstructor;
316
316
  default: boolean;
@@ -327,18 +327,24 @@ declare const _default: import("vue").DefineComponent<{
327
327
  type: ArrayConstructor;
328
328
  default: () => never[];
329
329
  };
330
- }>> & {
330
+ }>> & Readonly<{
331
331
  onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
332
- }>>;
332
+ }> & {}>;
333
333
  emits: (event: "cancelSaveAdd", ...args: any[]) => void;
334
- addVisible: import("vue").Ref<boolean>;
335
- isChangeWindow: import("vue").Ref<boolean>;
336
- modalWidth: import("vue").Ref<string>;
334
+ addVisible: import("vue").Ref<boolean, boolean>;
335
+ isChangeWindow: import("vue").Ref<boolean, boolean>;
336
+ modalWidth: import("vue").Ref<string, string>;
337
337
  bodyStyle: import("vue").Ref<{
338
338
  maxHeight: string;
339
339
  height: string;
340
+ }, {
341
+ maxHeight: string;
342
+ height: string;
343
+ } | {
344
+ maxHeight: string;
345
+ height: string;
340
346
  }>;
341
- conditionApiRef: any;
347
+ conditionApiRef: import("vue").Ref<any, any>;
342
348
  filterTimer: any;
343
349
  classifyfilterType: String;
344
350
  init: () => void;
@@ -349,10 +355,10 @@ declare const _default: import("vue").DefineComponent<{
349
355
  clearConditions: () => void;
350
356
  resetChangeWindow: () => void;
351
357
  changeModalWindow: () => void;
352
- NModal: any;
353
- NCard: any;
354
- NButton: any;
355
- ClassifyFilterConditionByApi: import("vue").DefineComponent<{
358
+ readonly NModal: any;
359
+ readonly NCard: any;
360
+ readonly NButton: any;
361
+ ClassifyFilterConditionByApi: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
356
362
  actionList_prop: {
357
363
  type: import("vue").PropType<IClassifyListType>;
358
364
  default: () => {};
@@ -377,14 +383,14 @@ declare const _default: import("vue").DefineComponent<{
377
383
  type: BooleanConstructor;
378
384
  default: boolean;
379
385
  };
380
- }, {
381
- $message: import("naive-ui").MessageApi;
386
+ }>, {
387
+ $message: import("naive-ui/es/message").MessageApi;
382
388
  menuProps: {
383
389
  class: string;
384
390
  };
385
391
  specialDateRange: string[];
386
392
  specialCustomDateRange: string[];
387
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
393
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
388
394
  actionList_prop: {
389
395
  type: import("vue").PropType<IClassifyListType>;
390
396
  default: () => {};
@@ -409,10 +415,10 @@ declare const _default: import("vue").DefineComponent<{
409
415
  type: BooleanConstructor;
410
416
  default: boolean;
411
417
  };
412
- }>> & {
418
+ }>> & Readonly<{
413
419
  onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
414
420
  onSaveAdd?: ((...args: any[]) => any) | undefined;
415
- }>>;
421
+ }> & {}>;
416
422
  emit: (event: "cancelSaveAdd" | "saveAdd", ...args: any[]) => void;
417
423
  $attrs: {
418
424
  [x: string]: unknown;
@@ -430,9 +436,9 @@ declare const _default: import("vue").DefineComponent<{
430
436
  customDate?: string | undefined;
431
437
  }[];
432
438
  };
433
- loading: import("vue").Ref<boolean>;
434
- parentInputRef: import("vue").Ref<any>;
435
- parentInputAddRef: import("vue").Ref<any>;
439
+ loading: import("vue").Ref<boolean, boolean>;
440
+ parentInputRef: import("vue").Ref<any, any>;
441
+ parentInputAddRef: import("vue").Ref<any, any>;
436
442
  DisplayCategoryState: {
437
443
  addDisplayCategory: string;
438
444
  displayCategories: {
@@ -473,16 +479,16 @@ declare const _default: import("vue").DefineComponent<{
473
479
  saveAdd: () => void;
474
480
  cancelSaveAdd: () => void;
475
481
  checkActionList: () => boolean;
476
- NSpin: any;
477
- NIcon: any;
478
- NInput: any;
479
- NButton: any;
480
- NTooltip: any;
481
- NSelect: any;
482
- 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<{}>>, {}>;
483
- 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<{}>>, {}>;
484
- 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<{}>>, {}>;
485
- ValueCfg: import("vue").DefineComponent<{
482
+ readonly NSpin: any;
483
+ readonly NIcon: any;
484
+ readonly NInput: any;
485
+ readonly NButton: any;
486
+ readonly NTooltip: any;
487
+ readonly NSelect: any;
488
+ 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>;
489
+ 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>;
490
+ 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>;
491
+ ValueCfg: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
486
492
  item: {
487
493
  type: ObjectConstructor;
488
494
  default: null;
@@ -506,8 +512,8 @@ declare const _default: import("vue").DefineComponent<{
506
512
  type: StringConstructor;
507
513
  default: null;
508
514
  };
509
- }, {
510
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
515
+ }>, {
516
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
511
517
  item: {
512
518
  type: ObjectConstructor;
513
519
  default: null;
@@ -531,19 +537,19 @@ declare const _default: import("vue").DefineComponent<{
531
537
  type: StringConstructor;
532
538
  default: null;
533
539
  };
534
- }>> & {
540
+ }>> & Readonly<{
535
541
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
536
542
  "onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
537
543
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
538
544
  "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
539
- }>>;
545
+ }> & {}>;
540
546
  emit: (event: "update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
541
- valueCp: import("vue").WritableComputedRef<any>;
542
- presetValCp: import("vue").WritableComputedRef<string>;
543
- isAccurateCp: import("vue").WritableComputedRef<boolean>;
544
- customDateCp: import("vue").WritableComputedRef<string>;
547
+ valueCp: import("vue").WritableComputedRef<any, any>;
548
+ presetValCp: import("vue").WritableComputedRef<string, string>;
549
+ isAccurateCp: import("vue").WritableComputedRef<boolean, boolean>;
550
+ customDateCp: import("vue").WritableComputedRef<string, string>;
545
551
  widgetType: import("vue").ComputedRef<any>;
546
- Date: import("vue").DefineComponent<{
552
+ readonly Date: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
547
553
  componentCfg: {
548
554
  type: ObjectConstructor;
549
555
  };
@@ -567,8 +573,8 @@ declare const _default: import("vue").DefineComponent<{
567
573
  type: StringConstructor;
568
574
  default: null;
569
575
  };
570
- }, {
571
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
576
+ }>, {
577
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
572
578
  componentCfg: {
573
579
  type: ObjectConstructor;
574
580
  };
@@ -592,15 +598,15 @@ declare const _default: import("vue").DefineComponent<{
592
598
  type: StringConstructor;
593
599
  default: null;
594
600
  };
595
- }>> & {
601
+ }>> & Readonly<{
596
602
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
597
603
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
598
604
  "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
599
- }>>;
605
+ }> & {}>;
600
606
  emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
601
- filterType: import("vue").ComputedRef<"1" | "2" | "3">;
602
- valueCp: import("vue").WritableComputedRef<any>;
603
- presetValCp: import("vue").WritableComputedRef<string>;
607
+ filterType: import("vue").ComputedRef<"1" | "3" | "2">;
608
+ valueCp: import("vue").WritableComputedRef<any, any>;
609
+ presetValCp: import("vue").WritableComputedRef<string, string>;
604
610
  dateType: any;
605
611
  valueFormat: import("vue").ComputedRef<string>;
606
612
  compType: import("vue").ComputedRef<any>;
@@ -615,7 +621,7 @@ declare const _default: import("vue").DefineComponent<{
615
621
  isMinuteDisabled(minute: number, hour: number | null): boolean | undefined;
616
622
  isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | undefined;
617
623
  };
618
- CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
624
+ readonly CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
619
625
  updateUnchangedValue: {
620
626
  type: BooleanConstructor;
621
627
  };
@@ -643,14 +649,27 @@ declare const _default: import("vue").DefineComponent<{
643
649
  type: StringConstructor;
644
650
  default: string;
645
651
  };
652
+ updateValueOnClose: {
653
+ type: BooleanConstructor;
654
+ default: boolean;
655
+ };
646
656
  isDateDisabled: {
647
657
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
648
658
  };
649
- }, {
659
+ propKey: {
660
+ type: StringConstructor;
661
+ };
662
+ shortcutListenerConfig: {
663
+ type: import("vue").PropType<{
664
+ enable: boolean;
665
+ callback: (value: string, propKey?: string | undefined) => void;
666
+ }>;
667
+ };
668
+ }>, {
650
669
  attrs: {
651
670
  [x: string]: unknown;
652
671
  };
653
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
672
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
654
673
  updateUnchangedValue: {
655
674
  type: BooleanConstructor;
656
675
  };
@@ -678,18 +697,31 @@ declare const _default: import("vue").DefineComponent<{
678
697
  type: StringConstructor;
679
698
  default: string;
680
699
  };
700
+ updateValueOnClose: {
701
+ type: BooleanConstructor;
702
+ default: boolean;
703
+ };
681
704
  isDateDisabled: {
682
705
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
683
706
  };
684
- }>> & {
707
+ propKey: {
708
+ type: StringConstructor;
709
+ };
710
+ shortcutListenerConfig: {
711
+ type: import("vue").PropType<{
712
+ enable: boolean;
713
+ callback: (value: string, propKey?: string | undefined) => void;
714
+ }>;
715
+ };
716
+ }>> & Readonly<{
685
717
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
686
- }>>;
718
+ }> & {}>;
687
719
  emit: (event: "update:formatted-value", ...args: any[]) => void;
688
- datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null>;
689
- panelInstRef: import("vue").Ref<null>;
690
- placeholderRef: import("vue").Ref<any>;
691
- oldValue: string;
692
- currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
720
+ datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null, import("../../../../../shared/types").AnyObject | null>;
721
+ panelInstRef: import("vue").Ref<null, null>;
722
+ placeholderRef: import("vue").Ref<any, any>;
723
+ oldValue: (string | [string, string]) | null | undefined;
724
+ currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
693
725
  isDateTime: import("vue").ComputedRef<boolean>;
694
726
  formatRef: import("vue").ComputedRef<string>;
695
727
  panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
@@ -697,6 +729,7 @@ declare const _default: import("vue").DefineComponent<{
697
729
  focus: () => any;
698
730
  blur: () => any;
699
731
  handleConfirm: (target: HTMLInputElement) => void;
732
+ handleShortcutClick: (event: MouseEvent) => void;
700
733
  onUpdateShow: (show: boolean) => Promise<void>;
701
734
  watchers: import("../../../../../shared/types").AnyFn[];
702
735
  stopWatcher: () => void;
@@ -704,8 +737,8 @@ declare const _default: import("vue").DefineComponent<{
704
737
  onConfirm: (...args: any[]) => Promise<void>;
705
738
  isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
706
739
  setShortcutValue: (type: "month" | "week") => Promise<void>;
707
- NDatePicker: any;
708
- }, 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<{
740
+ readonly NDatePicker: any;
741
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
709
742
  updateUnchangedValue: {
710
743
  type: BooleanConstructor;
711
744
  };
@@ -733,19 +766,33 @@ declare const _default: import("vue").DefineComponent<{
733
766
  type: StringConstructor;
734
767
  default: string;
735
768
  };
769
+ updateValueOnClose: {
770
+ type: BooleanConstructor;
771
+ default: boolean;
772
+ };
736
773
  isDateDisabled: {
737
774
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
738
775
  };
739
- }>> & {
776
+ propKey: {
777
+ type: StringConstructor;
778
+ };
779
+ shortcutListenerConfig: {
780
+ type: import("vue").PropType<{
781
+ enable: boolean;
782
+ callback: (value: string, propKey?: string | undefined) => void;
783
+ }>;
784
+ };
785
+ }>> & Readonly<{
740
786
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
741
- }, {
787
+ }>, {
742
788
  type: string;
743
789
  updateUnchangedValue: boolean;
744
790
  to: string | false | HTMLElement;
745
791
  holidays: Date[];
746
- }>>;
747
- NSelect: any;
748
- DateOption: import("vue").DefineComponent<{
792
+ updateValueOnClose: boolean;
793
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
794
+ readonly NSelect: any;
795
+ DateOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
749
796
  filterType: {
750
797
  type: StringConstructor;
751
798
  required: true;
@@ -770,7 +817,7 @@ declare const _default: import("vue").DefineComponent<{
770
817
  valueFormat: {
771
818
  type: StringConstructor;
772
819
  };
773
- }, {
820
+ }>, {
774
821
  widgetOptions: {
775
822
  label: string;
776
823
  value: string;
@@ -779,9 +826,9 @@ declare const _default: import("vue").DefineComponent<{
779
826
  label: string;
780
827
  value: string;
781
828
  }[];
782
- startDateNum: import("vue").Ref<any>;
783
- endDateNum: import("vue").Ref<any>;
784
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
829
+ startDateNum: import("vue").Ref<any, any>;
830
+ endDateNum: import("vue").Ref<any, any>;
831
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
785
832
  filterType: {
786
833
  type: StringConstructor;
787
834
  required: true;
@@ -806,17 +853,17 @@ declare const _default: import("vue").DefineComponent<{
806
853
  valueFormat: {
807
854
  type: StringConstructor;
808
855
  };
809
- }>> & {
856
+ }>> & Readonly<{
810
857
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
811
858
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
812
- }>>;
859
+ }> & {}>;
813
860
  emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
814
- valueCp: import("vue").WritableComputedRef<any>;
815
- presetValCp: import("vue").WritableComputedRef<string>;
861
+ valueCp: import("vue").WritableComputedRef<any, any>;
862
+ presetValCp: import("vue").WritableComputedRef<string, string>;
816
863
  handleChange: (val: any, type: "start" | "end") => void;
817
- NSelect: any;
818
- NInputNumber: any;
819
- }, 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<{
864
+ readonly NSelect: any;
865
+ readonly NInputNumber: any;
866
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
820
867
  filterType: {
821
868
  type: StringConstructor;
822
869
  required: true;
@@ -841,14 +888,14 @@ declare const _default: import("vue").DefineComponent<{
841
888
  valueFormat: {
842
889
  type: StringConstructor;
843
890
  };
844
- }>> & {
891
+ }>> & Readonly<{
845
892
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
846
893
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
847
- }, {
894
+ }>, {
848
895
  modelValue: string | number | unknown[];
849
896
  presetVal: string;
850
- }>;
851
- WidgetValEnums: {
897
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
898
+ readonly WidgetValEnums: {
852
899
  CUSTOM: string;
853
900
  FIRST_VAL: string;
854
901
  WHOLE: string;
@@ -879,7 +926,7 @@ declare const _default: import("vue").DefineComponent<{
879
926
  NEXT_YEAR: string;
880
927
  LAST_YEAR: string;
881
928
  };
882
- }, 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<{
929
+ }, {}, {}, {}, 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<{
883
930
  componentCfg: {
884
931
  type: ObjectConstructor;
885
932
  };
@@ -903,17 +950,17 @@ declare const _default: import("vue").DefineComponent<{
903
950
  type: StringConstructor;
904
951
  default: null;
905
952
  };
906
- }>> & {
953
+ }>> & Readonly<{
907
954
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
908
955
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
909
956
  "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
910
- }, {
957
+ }>, {
911
958
  modelValue: string | number | unknown[];
912
959
  paramCfg: Record<string, any>;
913
960
  presetVal: string;
914
961
  customDate: string;
915
- }>;
916
- InputFilter: import("vue").DefineComponent<{
962
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
963
+ readonly InputFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
917
964
  paramCfg: {
918
965
  type: ObjectConstructor;
919
966
  default: null;
@@ -925,8 +972,8 @@ declare const _default: import("vue").DefineComponent<{
925
972
  isAccurateFilter: {
926
973
  type: BooleanConstructor;
927
974
  };
928
- }, {
929
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
975
+ }>, {
976
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
930
977
  paramCfg: {
931
978
  type: ObjectConstructor;
932
979
  default: null;
@@ -938,21 +985,27 @@ declare const _default: import("vue").DefineComponent<{
938
985
  isAccurateFilter: {
939
986
  type: BooleanConstructor;
940
987
  };
941
- }>> & {
988
+ }>> & Readonly<{
942
989
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
943
990
  "onUpdate:isAccurateFilter"?: ((...args: any[]) => any) | undefined;
944
- }>>;
991
+ }> & {}>;
945
992
  emit: (event: "update:modelValue" | "update:isAccurateFilter", ...args: any[]) => void;
946
993
  optionList: import("vue").Ref<{
947
994
  label: string;
948
995
  value: number;
996
+ }[], {
997
+ label: string;
998
+ value: number;
999
+ }[] | {
1000
+ label: string;
1001
+ value: number;
949
1002
  }[]>;
950
- valueCp: import("vue").WritableComputedRef<any>;
951
- isAccurateFilterCp: import("vue").WritableComputedRef<number>;
1003
+ valueCp: import("vue").WritableComputedRef<any, any>;
1004
+ isAccurateFilterCp: import("vue").WritableComputedRef<number, number>;
952
1005
  isShowSearch: import("vue").ComputedRef<any>;
953
- NInput: any;
954
- NSelect: any;
955
- }, 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<{
1006
+ readonly NInput: any;
1007
+ readonly NSelect: any;
1008
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:isAccurateFilter")[], "update:modelValue" | "update:isAccurateFilter", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
956
1009
  paramCfg: {
957
1010
  type: ObjectConstructor;
958
1011
  default: null;
@@ -964,42 +1017,42 @@ declare const _default: import("vue").DefineComponent<{
964
1017
  isAccurateFilter: {
965
1018
  type: BooleanConstructor;
966
1019
  };
967
- }>> & {
1020
+ }>> & Readonly<{
968
1021
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
969
1022
  "onUpdate:isAccurateFilter"?: ((...args: any[]) => any) | undefined;
970
- }, {
1023
+ }>, {
971
1024
  modelValue: string | number | unknown[];
972
1025
  paramCfg: Record<string, any>;
973
1026
  isAccurateFilter: boolean;
974
- }>;
975
- InputNumber: import("vue").DefineComponent<{
1027
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1028
+ readonly InputNumber: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
976
1029
  modelValue: {
977
1030
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
978
1031
  default: null;
979
1032
  };
980
- }, {
981
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1033
+ }>, {
1034
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
982
1035
  modelValue: {
983
1036
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
984
1037
  default: null;
985
1038
  };
986
- }>> & {
1039
+ }>> & Readonly<{
987
1040
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
988
- }>>;
1041
+ }> & {}>;
989
1042
  emit: (event: "update:modelValue", ...args: any[]) => void;
990
- valueCp: import("vue").WritableComputedRef<any>;
991
- NInputNumber: any;
992
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1043
+ valueCp: import("vue").WritableComputedRef<any, any>;
1044
+ readonly NInputNumber: any;
1045
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
993
1046
  modelValue: {
994
1047
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
995
1048
  default: null;
996
1049
  };
997
- }>> & {
1050
+ }>> & Readonly<{
998
1051
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
999
- }, {
1052
+ }>, {
1000
1053
  modelValue: string | number | unknown[];
1001
- }>;
1002
- SelectFilter: import("vue").DefineComponent<{
1054
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1055
+ readonly SelectFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1003
1056
  paramCfg: {
1004
1057
  type: ObjectConstructor;
1005
1058
  default: null;
@@ -1012,8 +1065,8 @@ declare const _default: import("vue").DefineComponent<{
1012
1065
  type: StringConstructor;
1013
1066
  default: string;
1014
1067
  };
1015
- }, {
1016
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1068
+ }>, {
1069
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1017
1070
  paramCfg: {
1018
1071
  type: ObjectConstructor;
1019
1072
  default: null;
@@ -1026,15 +1079,15 @@ declare const _default: import("vue").DefineComponent<{
1026
1079
  type: StringConstructor;
1027
1080
  default: string;
1028
1081
  };
1029
- }>> & {
1082
+ }>> & Readonly<{
1030
1083
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1031
- }>>;
1084
+ }> & {}>;
1032
1085
  emit: (event: "update:modelValue", ...args: any[]) => void;
1033
- valueCp: import("vue").WritableComputedRef<any>;
1086
+ valueCp: import("vue").WritableComputedRef<any, any>;
1034
1087
  optionSetting: import("vue").ComputedRef<any>;
1035
1088
  widgetOptions: import("vue").ComputedRef<any>;
1036
- NSelect: any;
1037
- WidgetOptionEnums: {
1089
+ readonly NSelect: any;
1090
+ readonly WidgetOptionEnums: {
1038
1091
  RADIO: string;
1039
1092
  MULTIPLE: string;
1040
1093
  ALL: string;
@@ -1043,7 +1096,7 @@ declare const _default: import("vue").DefineComponent<{
1043
1096
  FUTURE_TIME: string;
1044
1097
  CUSTOM_TIME: string;
1045
1098
  };
1046
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1099
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1047
1100
  paramCfg: {
1048
1101
  type: ObjectConstructor;
1049
1102
  default: null;
@@ -1056,14 +1109,14 @@ declare const _default: import("vue").DefineComponent<{
1056
1109
  type: StringConstructor;
1057
1110
  default: string;
1058
1111
  };
1059
- }>> & {
1112
+ }>> & Readonly<{
1060
1113
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1061
- }, {
1114
+ }>, {
1062
1115
  modelValue: string | number | unknown[];
1063
1116
  widgetType: string;
1064
1117
  paramCfg: Record<string, any>;
1065
- }>;
1066
- SelectDynamic: import("vue").DefineComponent<{
1118
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1119
+ readonly SelectDynamic: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1067
1120
  paramCfg: {
1068
1121
  type: ObjectConstructor;
1069
1122
  default: null;
@@ -1072,9 +1125,9 @@ declare const _default: import("vue").DefineComponent<{
1072
1125
  type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
1073
1126
  default: null;
1074
1127
  };
1075
- }, {
1076
- message: import("naive-ui").MessageApi;
1077
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1128
+ }>, {
1129
+ message: import("naive-ui/es/message").MessageApi;
1130
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1078
1131
  paramCfg: {
1079
1132
  type: ObjectConstructor;
1080
1133
  default: null;
@@ -1083,23 +1136,23 @@ declare const _default: import("vue").DefineComponent<{
1083
1136
  type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
1084
1137
  default: null;
1085
1138
  };
1086
- }>> & {
1139
+ }>> & Readonly<{
1087
1140
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1088
- }>>;
1141
+ }> & {}>;
1089
1142
  getDynamicSelectData: (params: any, filterApiConfig: any) => Promise<any>;
1090
1143
  emit: (event: "update:modelValue", ...args: any[]) => void;
1091
- selectDynamicRef: any;
1092
- isLoading: import("vue").Ref<boolean>;
1144
+ selectDynamicRef: import("vue").Ref<any, any>;
1145
+ isLoading: import("vue").Ref<boolean, boolean>;
1093
1146
  filterApiConfig: import("../../../../../shared/types").AnyObject;
1094
- classifyFilterList: import("vue").Ref<import("../../../../../shared/types").AnyObject[]>;
1095
- totalPage: import("vue").Ref<number>;
1147
+ classifyFilterList: import("vue").Ref<import("../../../../../shared/types").AnyObject[], import("../../../../../shared/types").AnyObject[]>;
1148
+ totalPage: import("vue").Ref<number, number>;
1096
1149
  menuProps: {
1097
1150
  class: string;
1098
1151
  };
1099
- curPage: import("vue").Ref<number>;
1100
- fieldTitleList: import("vue").Ref<any>;
1101
- selectOptions: import("vue").Ref<any[]>;
1102
- keywordVal: import("vue").Ref<any>;
1152
+ curPage: import("vue").Ref<number, number>;
1153
+ fieldTitleList: import("vue").Ref<any, any>;
1154
+ selectOptions: import("vue").Ref<any[], any[]>;
1155
+ keywordVal: import("vue").Ref<any, any>;
1103
1156
  optionSetting: import("vue").ComputedRef<any>;
1104
1157
  isMultiple: import("vue").ComputedRef<boolean>;
1105
1158
  dynamicOptionInfos: import("vue").ComputedRef<any>;
@@ -1122,8 +1175,8 @@ declare const _default: import("vue").DefineComponent<{
1122
1175
  }>;
1123
1176
  init: () => void;
1124
1177
  saveDynamicBaseList: (selectValue: any[] | null) => void;
1125
- NSelect: any;
1126
- SelectDynamicOption: import("vue").DefineComponent<{
1178
+ readonly NSelect: any;
1179
+ SelectDynamicOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1127
1180
  oldValue: {
1128
1181
  type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
1129
1182
  default: () => never[];
@@ -1160,9 +1213,9 @@ declare const _default: import("vue").DefineComponent<{
1160
1213
  type: BooleanConstructor;
1161
1214
  default: boolean;
1162
1215
  };
1163
- }, {
1216
+ }>, {
1164
1217
  selectMinWidth: number;
1165
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1218
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1166
1219
  oldValue: {
1167
1220
  type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
1168
1221
  default: () => never[];
@@ -1199,12 +1252,12 @@ declare const _default: import("vue").DefineComponent<{
1199
1252
  type: BooleanConstructor;
1200
1253
  default: boolean;
1201
1254
  };
1202
- }>> & {
1203
- onUpdateSelect?: ((...args: any[]) => any) | undefined;
1255
+ }>> & Readonly<{
1204
1256
  onUpdatePage?: ((...args: any[]) => any) | undefined;
1205
- }>>;
1257
+ onUpdateSelect?: ((...args: any[]) => any) | undefined;
1258
+ }> & {}>;
1206
1259
  emit: (event: "updateSelect" | "updatePage", ...args: any[]) => void;
1207
- dragEndWidth: import("vue").Ref<number>;
1260
+ dragEndWidth: import("vue").Ref<number, number>;
1208
1261
  showKeys: import("vue").ComputedRef<any>;
1209
1262
  titleList: import("vue").ComputedRef<string[]>;
1210
1263
  isOptionsNull: import("vue").ComputedRef<boolean>;
@@ -1212,16 +1265,16 @@ declare const _default: import("vue").DefineComponent<{
1212
1265
  searchByPage: (onePage: number) => void;
1213
1266
  changeWidth: ({ distance }: any) => void;
1214
1267
  saveWidth: () => void;
1215
- NEmpty: any;
1216
- NButtonGroup: any;
1217
- NButton: any;
1218
- NIcon: any;
1219
- NPopover: any;
1220
- vFlexibleResize: {
1268
+ readonly NEmpty: any;
1269
+ readonly NButtonGroup: any;
1270
+ readonly NButton: any;
1271
+ readonly NIcon: any;
1272
+ readonly NPopover: any;
1273
+ readonly vFlexibleResize: {
1221
1274
  mounted(el: any, { value }: any): void;
1222
1275
  beforeUnmount(el: any): void;
1223
1276
  };
1224
- WidgetValEnums: {
1277
+ readonly WidgetValEnums: {
1225
1278
  CUSTOM: string;
1226
1279
  FIRST_VAL: string;
1227
1280
  WHOLE: string;
@@ -1252,9 +1305,9 @@ declare const _default: import("vue").DefineComponent<{
1252
1305
  NEXT_YEAR: string;
1253
1306
  LAST_YEAR: string;
1254
1307
  };
1255
- 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<{}>>, {}>;
1256
- 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<{}>>, {}>;
1257
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updateSelect" | "updatePage")[], "updateSelect" | "updatePage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1308
+ 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>;
1309
+ 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>;
1310
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updateSelect" | "updatePage")[], "updateSelect" | "updatePage", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1258
1311
  oldValue: {
1259
1312
  type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
1260
1313
  default: () => never[];
@@ -1291,21 +1344,21 @@ declare const _default: import("vue").DefineComponent<{
1291
1344
  type: BooleanConstructor;
1292
1345
  default: boolean;
1293
1346
  };
1294
- }>> & {
1295
- onUpdateSelect?: ((...args: any[]) => any) | undefined;
1347
+ }>> & Readonly<{
1296
1348
  onUpdatePage?: ((...args: any[]) => any) | undefined;
1297
- }, {
1298
- isMultiple: boolean;
1349
+ onUpdateSelect?: ((...args: any[]) => any) | undefined;
1350
+ }>, {
1299
1351
  loading: boolean;
1352
+ isMultiple: boolean;
1300
1353
  oldValue: import("../../../../../shared/types").AnyObject[];
1354
+ optionList: import("../../../../../shared/types").AnyObject[];
1355
+ isShowWhole: boolean;
1301
1356
  dynamicOptionInfo: import("../../../../../shared/types").AnyObject;
1302
1357
  fieldTitleList: import("../../../../../shared/types").AnyObject[];
1303
- optionList: import("../../../../../shared/types").AnyObject[];
1304
1358
  curPage: number;
1305
1359
  isLastPage: boolean;
1306
- isShowWhole: boolean;
1307
- }>;
1308
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1360
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1361
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1309
1362
  paramCfg: {
1310
1363
  type: ObjectConstructor;
1311
1364
  default: null;
@@ -1314,13 +1367,13 @@ declare const _default: import("vue").DefineComponent<{
1314
1367
  type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
1315
1368
  default: null;
1316
1369
  };
1317
- }>> & {
1370
+ }>> & Readonly<{
1318
1371
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1319
- }, {
1372
+ }>, {
1320
1373
  modelValue: import("../../../../../shared/types").AnyObject[];
1321
1374
  paramCfg: Record<string, any>;
1322
- }>;
1323
- InputNumberGroup: import("vue").DefineComponent<{
1375
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1376
+ readonly InputNumberGroup: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1324
1377
  paramCfg: {
1325
1378
  type: ObjectConstructor;
1326
1379
  default: null;
@@ -1329,8 +1382,8 @@ declare const _default: import("vue").DefineComponent<{
1329
1382
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1330
1383
  default: null;
1331
1384
  };
1332
- }, {
1333
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1385
+ }>, {
1386
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1334
1387
  paramCfg: {
1335
1388
  type: ObjectConstructor;
1336
1389
  default: null;
@@ -1339,16 +1392,16 @@ declare const _default: import("vue").DefineComponent<{
1339
1392
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1340
1393
  default: null;
1341
1394
  };
1342
- }>> & {
1395
+ }>> & Readonly<{
1343
1396
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1344
- }>>;
1345
- startNumber: import("vue").Ref<any>;
1346
- endNumber: import("vue").Ref<any>;
1397
+ }> & {}>;
1398
+ startNumber: import("vue").Ref<any, any>;
1399
+ endNumber: import("vue").Ref<any, any>;
1347
1400
  emit: (event: "update:modelValue", ...args: any[]) => void;
1348
1401
  handleChange: (val: number | null, key: string) => void;
1349
- NInputGroup: any;
1350
- NInputNumber: any;
1351
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1402
+ readonly NInputGroup: any;
1403
+ readonly NInputNumber: any;
1404
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1352
1405
  paramCfg: {
1353
1406
  type: ObjectConstructor;
1354
1407
  default: null;
@@ -1357,13 +1410,13 @@ declare const _default: import("vue").DefineComponent<{
1357
1410
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1358
1411
  default: null;
1359
1412
  };
1360
- }>> & {
1413
+ }>> & Readonly<{
1361
1414
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1362
- }, {
1415
+ }>, {
1363
1416
  modelValue: string | number | unknown[];
1364
1417
  paramCfg: Record<string, any>;
1365
- }>;
1366
- DateRange: import("vue").DefineComponent<{
1418
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1419
+ readonly DateRange: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1367
1420
  item: {
1368
1421
  type: ObjectConstructor;
1369
1422
  required: true;
@@ -1384,8 +1437,8 @@ declare const _default: import("vue").DefineComponent<{
1384
1437
  type: StringConstructor;
1385
1438
  default: null;
1386
1439
  };
1387
- }, {
1388
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1440
+ }>, {
1441
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1389
1442
  item: {
1390
1443
  type: ObjectConstructor;
1391
1444
  required: true;
@@ -1406,15 +1459,15 @@ declare const _default: import("vue").DefineComponent<{
1406
1459
  type: StringConstructor;
1407
1460
  default: null;
1408
1461
  };
1409
- }>> & {
1462
+ }>> & Readonly<{
1410
1463
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1411
1464
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1412
1465
  "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
1413
- }>>;
1466
+ }> & {}>;
1414
1467
  emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
1415
- startDate: import("vue").Ref<any>;
1416
- endDate: import("vue").Ref<any>;
1417
- filterType: import("vue").ComputedRef<"1" | "2" | "3">;
1468
+ startDate: import("vue").Ref<any, any>;
1469
+ endDate: import("vue").Ref<any, any>;
1470
+ filterType: import("vue").ComputedRef<"1" | "3" | "2">;
1418
1471
  valueFormat: import("vue").ComputedRef<string>;
1419
1472
  dateFormat: import("vue").ComputedRef<string>;
1420
1473
  compType: import("vue").ComputedRef<any>;
@@ -1432,8 +1485,8 @@ declare const _default: import("vue").DefineComponent<{
1432
1485
  label: string;
1433
1486
  value: string;
1434
1487
  }[]>;
1435
- presetValCp: import("vue").WritableComputedRef<string>;
1436
- valueDateCp: import("vue").WritableComputedRef<unknown>;
1488
+ presetValCp: import("vue").WritableComputedRef<string, string>;
1489
+ valueDateCp: import("vue").WritableComputedRef<string | number | unknown[] | null, unknown>;
1437
1490
  handleChange: (val: any, type: "start" | "end") => void;
1438
1491
  isStartDateDisabled: (ts: number) => boolean;
1439
1492
  timeStartDisabled: (ts: number) => {
@@ -1447,9 +1500,9 @@ declare const _default: import("vue").DefineComponent<{
1447
1500
  isMinuteDisabled(minute: number, hour: number | null): boolean | 0;
1448
1501
  isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | 0;
1449
1502
  };
1450
- NSelect: any;
1451
- NPopover: any;
1452
- CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
1503
+ readonly NSelect: any;
1504
+ readonly NPopover: any;
1505
+ readonly CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1453
1506
  updateUnchangedValue: {
1454
1507
  type: BooleanConstructor;
1455
1508
  };
@@ -1477,14 +1530,27 @@ declare const _default: import("vue").DefineComponent<{
1477
1530
  type: StringConstructor;
1478
1531
  default: string;
1479
1532
  };
1533
+ updateValueOnClose: {
1534
+ type: BooleanConstructor;
1535
+ default: boolean;
1536
+ };
1480
1537
  isDateDisabled: {
1481
1538
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
1482
1539
  };
1483
- }, {
1540
+ propKey: {
1541
+ type: StringConstructor;
1542
+ };
1543
+ shortcutListenerConfig: {
1544
+ type: import("vue").PropType<{
1545
+ enable: boolean;
1546
+ callback: (value: string, propKey?: string | undefined) => void;
1547
+ }>;
1548
+ };
1549
+ }>, {
1484
1550
  attrs: {
1485
1551
  [x: string]: unknown;
1486
1552
  };
1487
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1553
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1488
1554
  updateUnchangedValue: {
1489
1555
  type: BooleanConstructor;
1490
1556
  };
@@ -1512,18 +1578,31 @@ declare const _default: import("vue").DefineComponent<{
1512
1578
  type: StringConstructor;
1513
1579
  default: string;
1514
1580
  };
1581
+ updateValueOnClose: {
1582
+ type: BooleanConstructor;
1583
+ default: boolean;
1584
+ };
1515
1585
  isDateDisabled: {
1516
1586
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
1517
1587
  };
1518
- }>> & {
1588
+ propKey: {
1589
+ type: StringConstructor;
1590
+ };
1591
+ shortcutListenerConfig: {
1592
+ type: import("vue").PropType<{
1593
+ enable: boolean;
1594
+ callback: (value: string, propKey?: string | undefined) => void;
1595
+ }>;
1596
+ };
1597
+ }>> & Readonly<{
1519
1598
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1520
- }>>;
1599
+ }> & {}>;
1521
1600
  emit: (event: "update:formatted-value", ...args: any[]) => void;
1522
- datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null>;
1523
- panelInstRef: import("vue").Ref<null>;
1524
- placeholderRef: import("vue").Ref<any>;
1525
- oldValue: string;
1526
- currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
1601
+ datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null, import("../../../../../shared/types").AnyObject | null>;
1602
+ panelInstRef: import("vue").Ref<null, null>;
1603
+ placeholderRef: import("vue").Ref<any, any>;
1604
+ oldValue: (string | [string, string]) | null | undefined;
1605
+ currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
1527
1606
  isDateTime: import("vue").ComputedRef<boolean>;
1528
1607
  formatRef: import("vue").ComputedRef<string>;
1529
1608
  panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
@@ -1531,6 +1610,7 @@ declare const _default: import("vue").DefineComponent<{
1531
1610
  focus: () => any;
1532
1611
  blur: () => any;
1533
1612
  handleConfirm: (target: HTMLInputElement) => void;
1613
+ handleShortcutClick: (event: MouseEvent) => void;
1534
1614
  onUpdateShow: (show: boolean) => Promise<void>;
1535
1615
  watchers: import("../../../../../shared/types").AnyFn[];
1536
1616
  stopWatcher: () => void;
@@ -1538,8 +1618,8 @@ declare const _default: import("vue").DefineComponent<{
1538
1618
  onConfirm: (...args: any[]) => Promise<void>;
1539
1619
  isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
1540
1620
  setShortcutValue: (type: "month" | "week") => Promise<void>;
1541
- NDatePicker: any;
1542
- }, 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<{
1621
+ readonly NDatePicker: any;
1622
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1543
1623
  updateUnchangedValue: {
1544
1624
  type: BooleanConstructor;
1545
1625
  };
@@ -1567,18 +1647,32 @@ declare const _default: import("vue").DefineComponent<{
1567
1647
  type: StringConstructor;
1568
1648
  default: string;
1569
1649
  };
1650
+ updateValueOnClose: {
1651
+ type: BooleanConstructor;
1652
+ default: boolean;
1653
+ };
1570
1654
  isDateDisabled: {
1571
1655
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
1572
1656
  };
1573
- }>> & {
1657
+ propKey: {
1658
+ type: StringConstructor;
1659
+ };
1660
+ shortcutListenerConfig: {
1661
+ type: import("vue").PropType<{
1662
+ enable: boolean;
1663
+ callback: (value: string, propKey?: string | undefined) => void;
1664
+ }>;
1665
+ };
1666
+ }>> & Readonly<{
1574
1667
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1575
- }, {
1668
+ }>, {
1576
1669
  type: string;
1577
1670
  updateUnchangedValue: boolean;
1578
1671
  to: string | false | HTMLElement;
1579
1672
  holidays: Date[];
1580
- }>>;
1581
- DateOption: import("vue").DefineComponent<{
1673
+ updateValueOnClose: boolean;
1674
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
1675
+ DateOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1582
1676
  filterType: {
1583
1677
  type: StringConstructor;
1584
1678
  required: true;
@@ -1603,7 +1697,7 @@ declare const _default: import("vue").DefineComponent<{
1603
1697
  valueFormat: {
1604
1698
  type: StringConstructor;
1605
1699
  };
1606
- }, {
1700
+ }>, {
1607
1701
  widgetOptions: {
1608
1702
  label: string;
1609
1703
  value: string;
@@ -1612,9 +1706,9 @@ declare const _default: import("vue").DefineComponent<{
1612
1706
  label: string;
1613
1707
  value: string;
1614
1708
  }[];
1615
- startDateNum: import("vue").Ref<any>;
1616
- endDateNum: import("vue").Ref<any>;
1617
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1709
+ startDateNum: import("vue").Ref<any, any>;
1710
+ endDateNum: import("vue").Ref<any, any>;
1711
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1618
1712
  filterType: {
1619
1713
  type: StringConstructor;
1620
1714
  required: true;
@@ -1639,17 +1733,17 @@ declare const _default: import("vue").DefineComponent<{
1639
1733
  valueFormat: {
1640
1734
  type: StringConstructor;
1641
1735
  };
1642
- }>> & {
1736
+ }>> & Readonly<{
1643
1737
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1644
1738
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1645
- }>>;
1739
+ }> & {}>;
1646
1740
  emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
1647
- valueCp: import("vue").WritableComputedRef<any>;
1648
- presetValCp: import("vue").WritableComputedRef<string>;
1741
+ valueCp: import("vue").WritableComputedRef<any, any>;
1742
+ presetValCp: import("vue").WritableComputedRef<string, string>;
1649
1743
  handleChange: (val: any, type: "start" | "end") => void;
1650
- NSelect: any;
1651
- NInputNumber: any;
1652
- }, 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<{
1744
+ readonly NSelect: any;
1745
+ readonly NInputNumber: any;
1746
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1653
1747
  filterType: {
1654
1748
  type: StringConstructor;
1655
1749
  required: true;
@@ -1674,14 +1768,14 @@ declare const _default: import("vue").DefineComponent<{
1674
1768
  valueFormat: {
1675
1769
  type: StringConstructor;
1676
1770
  };
1677
- }>> & {
1771
+ }>> & Readonly<{
1678
1772
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1679
1773
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1680
- }, {
1774
+ }>, {
1681
1775
  modelValue: string | number | unknown[];
1682
1776
  presetVal: string;
1683
- }>;
1684
- WidgetValEnums: {
1777
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1778
+ readonly WidgetValEnums: {
1685
1779
  CUSTOM: string;
1686
1780
  FIRST_VAL: string;
1687
1781
  WHOLE: string;
@@ -1712,7 +1806,7 @@ declare const _default: import("vue").DefineComponent<{
1712
1806
  NEXT_YEAR: string;
1713
1807
  LAST_YEAR: string;
1714
1808
  };
1715
- }, 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<{
1809
+ }, {}, {}, {}, 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<{
1716
1810
  item: {
1717
1811
  type: ObjectConstructor;
1718
1812
  required: true;
@@ -1733,17 +1827,17 @@ declare const _default: import("vue").DefineComponent<{
1733
1827
  type: StringConstructor;
1734
1828
  default: null;
1735
1829
  };
1736
- }>> & {
1830
+ }>> & Readonly<{
1737
1831
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1738
1832
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1739
1833
  "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
1740
- }, {
1834
+ }>, {
1741
1835
  modelValue: string | number | unknown[];
1742
1836
  paramCfg: Record<string, any>;
1743
1837
  presetVal: string;
1744
1838
  customDate: string;
1745
- }>;
1746
- SelectLabel: import("vue").DefineComponent<{
1839
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1840
+ readonly SelectLabel: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1747
1841
  paramCfg: {
1748
1842
  type: ObjectConstructor;
1749
1843
  default: null;
@@ -1752,10 +1846,10 @@ declare const _default: import("vue").DefineComponent<{
1752
1846
  type: StringConstructor;
1753
1847
  default: null;
1754
1848
  };
1755
- }, {
1849
+ }>, {
1756
1850
  getDynamicLabelData: (params: any, filterApiConfig: any) => Promise<any>;
1757
- message: import("naive-ui").MessageApi;
1758
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1851
+ message: import("naive-ui/es/message").MessageApi;
1852
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1759
1853
  paramCfg: {
1760
1854
  type: ObjectConstructor;
1761
1855
  default: null;
@@ -1764,13 +1858,13 @@ declare const _default: import("vue").DefineComponent<{
1764
1858
  type: StringConstructor;
1765
1859
  default: null;
1766
1860
  };
1767
- }>> & {
1861
+ }>> & Readonly<{
1768
1862
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1769
- }>>;
1863
+ }> & {}>;
1770
1864
  emit: (event: "update:modelValue", ...args: any[]) => void;
1771
- tagList: import("vue").Ref<never[]>;
1865
+ tagList: import("vue").Ref<never[], never[]>;
1772
1866
  filterApiConfig: import("../../../../../shared/types").AnyObject;
1773
- valueCp: import("vue").WritableComputedRef<string[]>;
1867
+ valueCp: import("vue").WritableComputedRef<string[], string[]>;
1774
1868
  optionList: import("vue").ComputedRef<import("naive-ui").SelectOption[]>;
1775
1869
  initTagList: () => Promise<void>;
1776
1870
  renderOption: ({ node, option }: {
@@ -1782,8 +1876,8 @@ declare const _default: import("vue").DefineComponent<{
1782
1876
  [key: string]: any;
1783
1877
  }>;
1784
1878
  renderLabel: (option: any) => any;
1785
- NSelect: any;
1786
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1879
+ readonly NSelect: any;
1880
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1787
1881
  paramCfg: {
1788
1882
  type: ObjectConstructor;
1789
1883
  default: null;
@@ -1792,13 +1886,13 @@ declare const _default: import("vue").DefineComponent<{
1792
1886
  type: StringConstructor;
1793
1887
  default: null;
1794
1888
  };
1795
- }>> & {
1889
+ }>> & Readonly<{
1796
1890
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1797
- }, {
1891
+ }>, {
1798
1892
  modelValue: string;
1799
1893
  paramCfg: Record<string, any>;
1800
- }>;
1801
- SelectTreeDynamic: import("vue").DefineComponent<{
1894
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1895
+ readonly SelectTreeDynamic: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1802
1896
  paramCfg: {
1803
1897
  type: ObjectConstructor;
1804
1898
  default: null;
@@ -1807,9 +1901,9 @@ declare const _default: import("vue").DefineComponent<{
1807
1901
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1808
1902
  default: null;
1809
1903
  };
1810
- }, {
1811
- message: import("naive-ui").MessageApi;
1812
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1904
+ }>, {
1905
+ message: import("naive-ui/es/message").MessageApi;
1906
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1813
1907
  paramCfg: {
1814
1908
  type: ObjectConstructor;
1815
1909
  default: null;
@@ -1818,22 +1912,22 @@ declare const _default: import("vue").DefineComponent<{
1818
1912
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1819
1913
  default: null;
1820
1914
  };
1821
- }>> & {
1915
+ }>> & Readonly<{
1822
1916
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1823
- }>>;
1917
+ }> & {}>;
1824
1918
  getDynamicSelectData: (params: any, filterApiConfig: any) => Promise<any>;
1825
1919
  emit: (event: "update:modelValue", ...args: any[]) => void;
1826
- options: import("vue").Ref<any[]>;
1920
+ options: import("vue").Ref<any[], any[]>;
1827
1921
  filterApiConfig: import("../../../../../shared/types").AnyObject;
1828
- classifyFilterList: import("vue").Ref<import("../../../../../shared/types").AnyObject[]>;
1922
+ classifyFilterList: import("vue").Ref<import("../../../../../shared/types").AnyObject[], import("../../../../../shared/types").AnyObject[]>;
1829
1923
  optionSetting: import("vue").ComputedRef<any>;
1830
1924
  isMultiple: import("vue").ComputedRef<boolean>;
1831
1925
  dynamicOptionInfos: import("vue").ComputedRef<any>;
1832
- valueCp: import("vue").WritableComputedRef<any>;
1926
+ valueCp: import("vue").WritableComputedRef<any, any>;
1833
1927
  transformOptions: (list: any[], showKeys: string[], valueKey: string) => any[];
1834
1928
  getOptionsData: (keyword: string) => Promise<void>;
1835
- NTreeSelect: any;
1836
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1929
+ readonly NTreeSelect: any;
1930
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1837
1931
  paramCfg: {
1838
1932
  type: ObjectConstructor;
1839
1933
  default: null;
@@ -1842,13 +1936,13 @@ declare const _default: import("vue").DefineComponent<{
1842
1936
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1843
1937
  default: null;
1844
1938
  };
1845
- }>> & {
1939
+ }>> & Readonly<{
1846
1940
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1847
- }, {
1941
+ }>, {
1848
1942
  modelValue: string | number | unknown[];
1849
1943
  paramCfg: Record<string, any>;
1850
- }>;
1851
- WidgetTypeEnums: {
1944
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1945
+ readonly WidgetTypeEnums: {
1852
1946
  INPUT_NUMBER: string;
1853
1947
  INPUT: string;
1854
1948
  SELECT: string;
@@ -1868,7 +1962,7 @@ declare const _default: import("vue").DefineComponent<{
1868
1962
  SELECTTREE: string;
1869
1963
  SELECTTREEDYNAMIC: string;
1870
1964
  };
1871
- }, 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<{
1965
+ }, {}, {}, {}, 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<{
1872
1966
  item: {
1873
1967
  type: ObjectConstructor;
1874
1968
  default: null;
@@ -1892,20 +1986,20 @@ declare const _default: import("vue").DefineComponent<{
1892
1986
  type: StringConstructor;
1893
1987
  default: null;
1894
1988
  };
1895
- }>> & {
1989
+ }>> & Readonly<{
1896
1990
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1897
1991
  "onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
1898
1992
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1899
1993
  "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
1900
- }, {
1994
+ }>, {
1901
1995
  modelValue: string | number | unknown[];
1902
1996
  item: Record<string, any>;
1903
1997
  paramCfg: Record<string, any>;
1904
1998
  presetVal: string;
1905
1999
  isAccurate: boolean;
1906
2000
  customDate: string;
1907
- }>;
1908
- ConditionEnums: {
2001
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2002
+ readonly ConditionEnums: {
1909
2003
  NULL: string;
1910
2004
  EQUAL: string;
1911
2005
  CUSTOM_RANGE: string;
@@ -1914,7 +2008,7 @@ declare const _default: import("vue").DefineComponent<{
1914
2008
  IN_THE_PAST_DI: string;
1915
2009
  IN_THE_FUTURE_DI: string;
1916
2010
  };
1917
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2011
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1918
2012
  actionList_prop: {
1919
2013
  type: import("vue").PropType<IClassifyListType>;
1920
2014
  default: () => {};
@@ -1939,18 +2033,18 @@ declare const _default: import("vue").DefineComponent<{
1939
2033
  type: BooleanConstructor;
1940
2034
  default: boolean;
1941
2035
  };
1942
- }>> & {
2036
+ }>> & Readonly<{
1943
2037
  onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
1944
2038
  onSaveAdd?: ((...args: any[]) => any) | undefined;
1945
- }, {
2039
+ }>, {
1946
2040
  searchFieldList: unknown[];
1947
2041
  tableId: string;
1948
2042
  conditionList: unknown[];
1949
2043
  actionList_prop: IClassifyListType;
1950
2044
  showItemName: boolean;
1951
2045
  hideAddBtn: boolean;
1952
- }>;
1953
- BiFilterConditionByApi: import("vue").DefineComponent<{
2046
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2047
+ BiFilterConditionByApi: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1954
2048
  actionList_prop: {
1955
2049
  type: import("vue").PropType<IClassifyListType>;
1956
2050
  default: () => {};
@@ -1975,15 +2069,15 @@ declare const _default: import("vue").DefineComponent<{
1975
2069
  type: BooleanConstructor;
1976
2070
  default: boolean;
1977
2071
  };
1978
- }, {
1979
- $message: import("naive-ui").MessageApi;
2072
+ }>, {
2073
+ $message: import("naive-ui/es/message").MessageApi;
1980
2074
  menuProps: {
1981
2075
  class: string;
1982
2076
  };
1983
2077
  dateCons: string[];
1984
2078
  textCons: string[];
1985
2079
  numberCons: string[];
1986
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2080
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1987
2081
  actionList_prop: {
1988
2082
  type: import("vue").PropType<IClassifyListType>;
1989
2083
  default: () => {};
@@ -2008,19 +2102,19 @@ declare const _default: import("vue").DefineComponent<{
2008
2102
  type: BooleanConstructor;
2009
2103
  default: boolean;
2010
2104
  };
2011
- }>> & {
2105
+ }>> & Readonly<{
2012
2106
  onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
2013
2107
  onSaveAdd?: ((...args: any[]) => any) | undefined;
2014
- }>>;
2108
+ }> & {}>;
2015
2109
  emit: (event: "cancelSaveAdd" | "saveAdd", ...args: any[]) => void;
2016
2110
  $attrs: {
2017
2111
  [x: string]: unknown;
2018
2112
  };
2019
2113
  FormState: any;
2020
- loading: import("vue").Ref<boolean>;
2021
- parentInputRef: import("vue").Ref<any>;
2022
- parentInputAddRef: import("vue").Ref<any>;
2023
- sqlExpression: any;
2114
+ loading: import("vue").Ref<boolean, boolean>;
2115
+ parentInputRef: import("vue").Ref<any, any>;
2116
+ parentInputAddRef: import("vue").Ref<any, any>;
2117
+ sqlExpression: import("vue").Ref<any, any>;
2024
2118
  DisplayCategoryState: {
2025
2119
  addDisplayCategory: string;
2026
2120
  displayCategories: {
@@ -2057,16 +2151,16 @@ declare const _default: import("vue").DefineComponent<{
2057
2151
  saveAdd: () => void;
2058
2152
  cancelSaveAdd: () => void;
2059
2153
  checkActionList: () => any;
2060
- NSpin: any;
2061
- NIcon: any;
2062
- NInput: any;
2063
- NButton: any;
2064
- NTooltip: any;
2065
- NSelect: any;
2066
- 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<{}>>, {}>;
2067
- 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<{}>>, {}>;
2068
- 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<{}>>, {}>;
2069
- ValueCfg: import("vue").DefineComponent<{
2154
+ readonly NSpin: any;
2155
+ readonly NIcon: any;
2156
+ readonly NInput: any;
2157
+ readonly NButton: any;
2158
+ readonly NTooltip: any;
2159
+ readonly NSelect: any;
2160
+ 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>;
2161
+ 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>;
2162
+ 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>;
2163
+ ValueCfg: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2070
2164
  paramCfg: {
2071
2165
  type: ObjectConstructor;
2072
2166
  default: null;
@@ -2079,8 +2173,8 @@ declare const _default: import("vue").DefineComponent<{
2079
2173
  type: ArrayConstructor;
2080
2174
  default: () => never[];
2081
2175
  };
2082
- }, {
2083
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2176
+ }>, {
2177
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2084
2178
  paramCfg: {
2085
2179
  type: ObjectConstructor;
2086
2180
  default: null;
@@ -2093,17 +2187,17 @@ declare const _default: import("vue").DefineComponent<{
2093
2187
  type: ArrayConstructor;
2094
2188
  default: () => never[];
2095
2189
  };
2096
- }>> & {
2190
+ }>> & Readonly<{
2097
2191
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2098
2192
  "onUpdate:modelValues"?: ((...args: any[]) => any) | undefined;
2099
- }>>;
2193
+ }> & {}>;
2100
2194
  emit: (event: "update:modelValue" | "update:modelValues", ...args: any[]) => void;
2101
- valueCp: import("vue").WritableComputedRef<any>;
2102
- valuesCp: import("vue").WritableComputedRef<any>;
2195
+ valueCp: import("vue").WritableComputedRef<any, any>;
2196
+ valuesCp: import("vue").WritableComputedRef<any, any>;
2103
2197
  isSelectMode: import("vue").ComputedRef<boolean>;
2104
2198
  isSelectMultiple: import("vue").ComputedRef<boolean>;
2105
2199
  biType: import("vue").ComputedRef<any>;
2106
- Date: import("vue").DefineComponent<{
2200
+ readonly Date: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2107
2201
  componentCfg: {
2108
2202
  type: ObjectConstructor;
2109
2203
  };
@@ -2115,8 +2209,8 @@ declare const _default: import("vue").DefineComponent<{
2115
2209
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
2116
2210
  default: null;
2117
2211
  };
2118
- }, {
2119
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2212
+ }>, {
2213
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2120
2214
  componentCfg: {
2121
2215
  type: ObjectConstructor;
2122
2216
  };
@@ -2128,15 +2222,15 @@ declare const _default: import("vue").DefineComponent<{
2128
2222
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
2129
2223
  default: null;
2130
2224
  };
2131
- }>> & {
2225
+ }>> & Readonly<{
2132
2226
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2133
- }>>;
2227
+ }> & {}>;
2134
2228
  emit: (event: "update:modelValue", ...args: any[]) => void;
2135
- valueCp: import("vue").WritableComputedRef<any>;
2229
+ valueCp: import("vue").WritableComputedRef<any, any>;
2136
2230
  dateType: any;
2137
2231
  valueFormat: import("vue").ComputedRef<string>;
2138
2232
  compType: import("vue").ComputedRef<any>;
2139
- CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
2233
+ readonly CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2140
2234
  updateUnchangedValue: {
2141
2235
  type: BooleanConstructor;
2142
2236
  };
@@ -2164,14 +2258,27 @@ declare const _default: import("vue").DefineComponent<{
2164
2258
  type: StringConstructor;
2165
2259
  default: string;
2166
2260
  };
2261
+ updateValueOnClose: {
2262
+ type: BooleanConstructor;
2263
+ default: boolean;
2264
+ };
2167
2265
  isDateDisabled: {
2168
2266
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
2169
2267
  };
2170
- }, {
2268
+ propKey: {
2269
+ type: StringConstructor;
2270
+ };
2271
+ shortcutListenerConfig: {
2272
+ type: import("vue").PropType<{
2273
+ enable: boolean;
2274
+ callback: (value: string, propKey?: string | undefined) => void;
2275
+ }>;
2276
+ };
2277
+ }>, {
2171
2278
  attrs: {
2172
2279
  [x: string]: unknown;
2173
2280
  };
2174
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2281
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2175
2282
  updateUnchangedValue: {
2176
2283
  type: BooleanConstructor;
2177
2284
  };
@@ -2199,18 +2306,31 @@ declare const _default: import("vue").DefineComponent<{
2199
2306
  type: StringConstructor;
2200
2307
  default: string;
2201
2308
  };
2309
+ updateValueOnClose: {
2310
+ type: BooleanConstructor;
2311
+ default: boolean;
2312
+ };
2202
2313
  isDateDisabled: {
2203
2314
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
2204
2315
  };
2205
- }>> & {
2316
+ propKey: {
2317
+ type: StringConstructor;
2318
+ };
2319
+ shortcutListenerConfig: {
2320
+ type: import("vue").PropType<{
2321
+ enable: boolean;
2322
+ callback: (value: string, propKey?: string | undefined) => void;
2323
+ }>;
2324
+ };
2325
+ }>> & Readonly<{
2206
2326
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
2207
- }>>;
2327
+ }> & {}>;
2208
2328
  emit: (event: "update:formatted-value", ...args: any[]) => void;
2209
- datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null>;
2210
- panelInstRef: import("vue").Ref<null>;
2211
- placeholderRef: import("vue").Ref<any>;
2212
- oldValue: string;
2213
- currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
2329
+ datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null, import("../../../../../shared/types").AnyObject | null>;
2330
+ panelInstRef: import("vue").Ref<null, null>;
2331
+ placeholderRef: import("vue").Ref<any, any>;
2332
+ oldValue: (string | [string, string]) | null | undefined;
2333
+ currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
2214
2334
  isDateTime: import("vue").ComputedRef<boolean>;
2215
2335
  formatRef: import("vue").ComputedRef<string>;
2216
2336
  panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
@@ -2218,6 +2338,7 @@ declare const _default: import("vue").DefineComponent<{
2218
2338
  focus: () => any;
2219
2339
  blur: () => any;
2220
2340
  handleConfirm: (target: HTMLInputElement) => void;
2341
+ handleShortcutClick: (event: MouseEvent) => void;
2221
2342
  onUpdateShow: (show: boolean) => Promise<void>;
2222
2343
  watchers: import("../../../../../shared/types").AnyFn[];
2223
2344
  stopWatcher: () => void;
@@ -2225,8 +2346,8 @@ declare const _default: import("vue").DefineComponent<{
2225
2346
  onConfirm: (...args: any[]) => Promise<void>;
2226
2347
  isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
2227
2348
  setShortcutValue: (type: "month" | "week") => Promise<void>;
2228
- NDatePicker: any;
2229
- }, 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<{
2349
+ readonly NDatePicker: any;
2350
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2230
2351
  updateUnchangedValue: {
2231
2352
  type: BooleanConstructor;
2232
2353
  };
@@ -2254,18 +2375,32 @@ declare const _default: import("vue").DefineComponent<{
2254
2375
  type: StringConstructor;
2255
2376
  default: string;
2256
2377
  };
2378
+ updateValueOnClose: {
2379
+ type: BooleanConstructor;
2380
+ default: boolean;
2381
+ };
2257
2382
  isDateDisabled: {
2258
2383
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
2259
2384
  };
2260
- }>> & {
2385
+ propKey: {
2386
+ type: StringConstructor;
2387
+ };
2388
+ shortcutListenerConfig: {
2389
+ type: import("vue").PropType<{
2390
+ enable: boolean;
2391
+ callback: (value: string, propKey?: string | undefined) => void;
2392
+ }>;
2393
+ };
2394
+ }>> & Readonly<{
2261
2395
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
2262
- }, {
2396
+ }>, {
2263
2397
  type: string;
2264
2398
  updateUnchangedValue: boolean;
2265
2399
  to: string | false | HTMLElement;
2266
2400
  holidays: Date[];
2267
- }>>;
2268
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2401
+ updateValueOnClose: boolean;
2402
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
2403
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2269
2404
  componentCfg: {
2270
2405
  type: ObjectConstructor;
2271
2406
  };
@@ -2277,13 +2412,13 @@ declare const _default: import("vue").DefineComponent<{
2277
2412
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
2278
2413
  default: null;
2279
2414
  };
2280
- }>> & {
2415
+ }>> & Readonly<{
2281
2416
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2282
- }, {
2417
+ }>, {
2283
2418
  modelValue: string | number | unknown[];
2284
2419
  paramCfg: Record<string, any>;
2285
- }>;
2286
- InputFilter: import("vue").DefineComponent<{
2420
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2421
+ readonly InputFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2287
2422
  paramCfg: {
2288
2423
  type: ObjectConstructor;
2289
2424
  default: null;
@@ -2292,8 +2427,8 @@ declare const _default: import("vue").DefineComponent<{
2292
2427
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
2293
2428
  default: null;
2294
2429
  };
2295
- }, {
2296
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2430
+ }>, {
2431
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2297
2432
  paramCfg: {
2298
2433
  type: ObjectConstructor;
2299
2434
  default: null;
@@ -2302,13 +2437,13 @@ declare const _default: import("vue").DefineComponent<{
2302
2437
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
2303
2438
  default: null;
2304
2439
  };
2305
- }>> & {
2440
+ }>> & Readonly<{
2306
2441
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2307
- }>>;
2442
+ }> & {}>;
2308
2443
  emit: (event: "update:modelValue", ...args: any[]) => void;
2309
- valueCp: import("vue").WritableComputedRef<any>;
2310
- NInput: any;
2311
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2444
+ valueCp: import("vue").WritableComputedRef<any, any>;
2445
+ readonly NInput: any;
2446
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2312
2447
  paramCfg: {
2313
2448
  type: ObjectConstructor;
2314
2449
  default: null;
@@ -2317,40 +2452,40 @@ declare const _default: import("vue").DefineComponent<{
2317
2452
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
2318
2453
  default: null;
2319
2454
  };
2320
- }>> & {
2455
+ }>> & Readonly<{
2321
2456
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2322
- }, {
2457
+ }>, {
2323
2458
  modelValue: string | number | unknown[];
2324
2459
  paramCfg: Record<string, any>;
2325
- }>;
2326
- InputNumber: import("vue").DefineComponent<{
2460
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2461
+ readonly InputNumber: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2327
2462
  modelValue: {
2328
2463
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
2329
2464
  default: null;
2330
2465
  };
2331
- }, {
2332
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2466
+ }>, {
2467
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2333
2468
  modelValue: {
2334
2469
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
2335
2470
  default: null;
2336
2471
  };
2337
- }>> & {
2472
+ }>> & Readonly<{
2338
2473
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2339
- }>>;
2474
+ }> & {}>;
2340
2475
  emit: (event: "update:modelValue", ...args: any[]) => void;
2341
- valueCp: import("vue").WritableComputedRef<any>;
2342
- NInputNumber: any;
2343
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2476
+ valueCp: import("vue").WritableComputedRef<any, any>;
2477
+ readonly NInputNumber: any;
2478
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2344
2479
  modelValue: {
2345
2480
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
2346
2481
  default: null;
2347
2482
  };
2348
- }>> & {
2483
+ }>> & Readonly<{
2349
2484
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2350
- }, {
2485
+ }>, {
2351
2486
  modelValue: string | number | unknown[];
2352
- }>;
2353
- SelectFilter: import("vue").DefineComponent<{
2487
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2488
+ readonly SelectFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2354
2489
  paramCfg: {
2355
2490
  type: ObjectConstructor;
2356
2491
  default: null;
@@ -2359,8 +2494,8 @@ declare const _default: import("vue").DefineComponent<{
2359
2494
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
2360
2495
  default: null;
2361
2496
  };
2362
- }, {
2363
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2497
+ }>, {
2498
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2364
2499
  paramCfg: {
2365
2500
  type: ObjectConstructor;
2366
2501
  default: null;
@@ -2369,15 +2504,15 @@ declare const _default: import("vue").DefineComponent<{
2369
2504
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
2370
2505
  default: null;
2371
2506
  };
2372
- }>> & {
2507
+ }>> & Readonly<{
2373
2508
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2374
- }>>;
2509
+ }> & {}>;
2375
2510
  emit: (event: "update:modelValue", ...args: any[]) => void;
2376
- valueCp: import("vue").WritableComputedRef<any>;
2511
+ valueCp: import("vue").WritableComputedRef<any, any>;
2377
2512
  optionSetting: import("vue").ComputedRef<any>;
2378
2513
  widgetOptions: import("vue").ComputedRef<any>;
2379
- NSelect: any;
2380
- WidgetOptionEnums: {
2514
+ readonly NSelect: any;
2515
+ readonly WidgetOptionEnums: {
2381
2516
  RADIO: string;
2382
2517
  MULTIPLE: string;
2383
2518
  ALL: string;
@@ -2386,7 +2521,7 @@ declare const _default: import("vue").DefineComponent<{
2386
2521
  FUTURE_TIME: string;
2387
2522
  CUSTOM_TIME: string;
2388
2523
  };
2389
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2524
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2390
2525
  paramCfg: {
2391
2526
  type: ObjectConstructor;
2392
2527
  default: null;
@@ -2395,13 +2530,13 @@ declare const _default: import("vue").DefineComponent<{
2395
2530
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
2396
2531
  default: null;
2397
2532
  };
2398
- }>> & {
2533
+ }>> & Readonly<{
2399
2534
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2400
- }, {
2535
+ }>, {
2401
2536
  modelValue: string | number | unknown[];
2402
2537
  paramCfg: Record<string, any>;
2403
- }>;
2404
- WidgetTypeEnums: {
2538
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2539
+ readonly WidgetTypeEnums: {
2405
2540
  INPUT_NUMBER: string;
2406
2541
  INPUT: string;
2407
2542
  SELECT: string;
@@ -2421,7 +2556,7 @@ declare const _default: import("vue").DefineComponent<{
2421
2556
  SELECTTREE: string;
2422
2557
  SELECTTREEDYNAMIC: string;
2423
2558
  };
2424
- }, 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<{
2559
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:modelValues")[], "update:modelValue" | "update:modelValues", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2425
2560
  paramCfg: {
2426
2561
  type: ObjectConstructor;
2427
2562
  default: null;
@@ -2434,15 +2569,15 @@ declare const _default: import("vue").DefineComponent<{
2434
2569
  type: ArrayConstructor;
2435
2570
  default: () => never[];
2436
2571
  };
2437
- }>> & {
2572
+ }>> & Readonly<{
2438
2573
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2439
2574
  "onUpdate:modelValues"?: ((...args: any[]) => any) | undefined;
2440
- }, {
2575
+ }>, {
2441
2576
  modelValue: string | number | unknown[];
2442
2577
  paramCfg: Record<string, any>;
2443
2578
  modelValues: unknown[];
2444
- }>;
2445
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2579
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2580
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2446
2581
  actionList_prop: {
2447
2582
  type: import("vue").PropType<IClassifyListType>;
2448
2583
  default: () => {};
@@ -2467,18 +2602,18 @@ declare const _default: import("vue").DefineComponent<{
2467
2602
  type: BooleanConstructor;
2468
2603
  default: boolean;
2469
2604
  };
2470
- }>> & {
2605
+ }>> & Readonly<{
2471
2606
  onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
2472
2607
  onSaveAdd?: ((...args: any[]) => any) | undefined;
2473
- }, {
2608
+ }>, {
2474
2609
  searchFieldList: unknown[];
2475
2610
  tableId: string;
2476
2611
  conditionList: unknown[];
2477
2612
  actionList_prop: IClassifyListType;
2478
2613
  showItemName: boolean;
2479
2614
  hideAddBtn: boolean;
2480
- }>;
2481
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "cancelSaveAdd"[], "cancelSaveAdd", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2615
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2616
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "cancelSaveAdd"[], "cancelSaveAdd", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2482
2617
  visible: {
2483
2618
  type: BooleanConstructor;
2484
2619
  default: boolean;
@@ -2495,15 +2630,15 @@ declare const _default: import("vue").DefineComponent<{
2495
2630
  type: ArrayConstructor;
2496
2631
  default: () => never[];
2497
2632
  };
2498
- }>> & {
2633
+ }>> & Readonly<{
2499
2634
  onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
2500
- }, {
2635
+ }>, {
2501
2636
  visible: boolean;
2502
- modalTitle: string;
2503
2637
  searchFieldList: unknown[];
2504
2638
  conditionList: unknown[];
2505
- }>;
2506
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("CondiTionListInit" | "saveGetTableCondiTionList" | "setClassifyModal")[], "CondiTionListInit" | "saveGetTableCondiTionList" | "setClassifyModal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2639
+ modalTitle: string;
2640
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2641
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("CondiTionListInit" | "saveGetTableCondiTionList" | "setClassifyModal")[], "CondiTionListInit" | "saveGetTableCondiTionList" | "setClassifyModal", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2507
2642
  searchFieldList: {
2508
2643
  type: ArrayConstructor;
2509
2644
  default: () => never[];
@@ -2517,13 +2652,13 @@ declare const _default: import("vue").DefineComponent<{
2517
2652
  type: BooleanConstructor;
2518
2653
  default: boolean;
2519
2654
  };
2520
- }>> & {
2655
+ }>> & Readonly<{
2521
2656
  onCondiTionListInit?: ((...args: any[]) => any) | undefined;
2522
2657
  onSaveGetTableCondiTionList?: ((...args: any[]) => any) | undefined;
2523
2658
  onSetClassifyModal?: ((...args: any[]) => any) | undefined;
2524
- }, {
2659
+ }>, {
2525
2660
  searchFieldList: unknown[];
2526
2661
  conditionList: unknown[];
2527
2662
  classifyModal: boolean;
2528
- }>;
2663
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2529
2664
  export default _default;