cnhis-design-vue 3.4.0-beta.1 → 3.4.0-beta.4

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 (583) hide show
  1. package/README.md +87 -87
  2. package/es/components/annotation-edit/index.d.ts +5 -5
  3. package/es/components/annotation-edit/src/AnnotationEdit.d.ts +5 -5
  4. package/es/components/audio-sdk/index.d.ts +54 -52
  5. package/es/components/audio-sdk/src/Index.vue.d.ts +54 -52
  6. package/es/components/audio-sdk/src/Index.vue2.js +9 -8
  7. package/es/components/audio-sdk/src/audioSDK.d.ts +1 -1
  8. package/es/components/audio-sdk/src/components/form.vue.d.ts +16 -16
  9. package/es/components/audio-sdk/src/components/readyCountdown.vue.d.ts +10 -10
  10. package/es/components/audio-sdk/src/components/readyCountdown.vue2.js +5 -6
  11. package/es/components/audio-sdk/src/components/recording-modal.vue.d.ts +49 -47
  12. package/es/components/audio-sdk/src/components/recording.vue.d.ts +41 -39
  13. package/es/components/audio-sdk/src/components/recording.vue2.js +52 -57
  14. package/es/components/audio-sdk/src/hooks/useChartAudioContext.d.ts +5 -5
  15. package/es/components/audio-sdk/src/svgs/Close.vue.js +4 -6
  16. package/es/components/audio-sdk/src/svgs/Continue.vue.js +1 -3
  17. package/es/components/audio-sdk/src/svgs/Enlarge.vue.js +1 -3
  18. package/es/components/audio-sdk/src/svgs/Pause.vue.js +1 -3
  19. package/es/components/audio-sdk/src/svgs/WaveView.vue.js +1 -3
  20. package/es/components/audio-sdk/src/svgs/Zoom.vue.js +4 -6
  21. package/es/components/audio-sdk/src/utils/index.d.ts +1 -1
  22. package/es/components/audio-sdk/src/utils/recordingModal.d.ts +2 -2
  23. package/es/components/base-search/index.d.ts +61 -19
  24. package/es/components/base-search/src/index.vue.d.ts +61 -19
  25. package/es/components/base-search/src/index.vue2.js +33 -34
  26. package/es/components/big-table/index.d.ts +67 -43
  27. package/es/components/big-table/src/BigTable.vue.d.ts +67 -43
  28. package/es/components/big-table/src/BigTable.vue2.js +18 -18
  29. package/es/components/big-table/src/components/NoData.vue.d.ts +7 -7
  30. package/es/components/big-table/src/components/NoData.vue2.js +4 -4
  31. package/es/components/big-table/src/components/edit-form/edit-date.d.ts +7 -5
  32. package/es/components/big-table/src/components/edit-form/edit-input.d.ts +8 -5
  33. package/es/components/big-table/src/components/edit-form/edit-select-table.d.ts +12 -5
  34. package/es/components/big-table/src/components/edit-form/edit-select.d.ts +7 -5
  35. package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +47 -23
  36. package/es/components/big-table/src/components/edit-form/edit-separate.vue2.js +2 -1
  37. package/es/components/big-table/src/components/edit-form/edit-time.d.ts +7 -5
  38. package/es/components/big-table/src/components/edit-form/useCommon.d.ts +2 -2
  39. package/es/components/big-table/src/components/input-button.vue.d.ts +5 -5
  40. package/es/components/big-table/src/components/input-button.vue2.js +5 -4
  41. package/es/components/big-table/src/components/separate.vue.d.ts +31 -7
  42. package/es/components/big-table/src/components/separate.vue2.js +4 -5
  43. package/es/components/big-table/src/hooks/useAnnotation.d.ts +1 -1
  44. package/es/components/big-table/src/hooks/useEdit.d.ts +84 -48
  45. package/es/components/big-table/src/hooks/useSeparateRow.d.ts +50 -2
  46. package/es/components/body-select/index.d.ts +17 -17
  47. package/es/components/body-select/src/index.vue.d.ts +17 -17
  48. package/es/components/body-select/src/index.vue2.js +29 -31
  49. package/es/components/bpmn-workflow/index.d.ts +9 -9
  50. package/es/components/bpmn-workflow/src/BpmnWorkflow.vue.d.ts +9 -9
  51. package/es/components/bpmn-workflow/src/BpmnWorkflow.vue2.js +1 -1
  52. package/es/components/branch-notice/index.d.ts +72 -49
  53. package/es/components/branch-notice/src/BranchNotice.vue.d.ts +70 -47
  54. package/es/components/branch-notice/src/BranchNotice.vue2.js +6 -5
  55. package/es/components/branch-notice/src/components/NoticeItem.vue.d.ts +57 -34
  56. package/es/components/branch-notice/src/components/NoticeItem.vue2.js +4 -4
  57. package/es/components/branch-notice/src/components/NoticeItemAside.vue.d.ts +12 -12
  58. package/es/components/branch-notice/src/components/NoticeItemAside.vue2.js +3 -4
  59. package/es/components/branch-notice/src/components/NoticeOperationList.vue.d.ts +9 -9
  60. package/es/components/button-print/index.d.ts +203 -141
  61. package/es/components/button-print/src/ButtonPrint.vue.d.ts +203 -141
  62. package/es/components/button-print/src/ButtonPrint.vue2.js +8 -7
  63. package/es/components/button-print/src/components/EditFormat.vue.d.ts +48 -18
  64. package/es/components/button-print/src/components/EditFormat.vue2.js +10 -10
  65. package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +72 -43
  66. package/es/components/button-print/src/components/IdentityVerification.vue2.js +13 -12
  67. package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +103 -71
  68. package/es/components/button-print/src/components/NewPrintComponent.vue2.js +125 -91
  69. package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +88 -58
  70. package/es/components/button-print/src/components/OldPrintComponent.vue2.js +6 -6
  71. package/es/components/button-print/src/components/Preview.vue.d.ts +13 -13
  72. package/es/components/button-print/src/components/Preview.vue2.js +3 -2
  73. package/es/components/calendar/index.d.ts +32 -277
  74. package/es/components/calendar/src/Calendar.vue.d.ts +31 -276
  75. package/es/components/calendar/src/Calendar.vue2.js +5 -4
  76. package/es/components/callback/index.d.ts +11 -11
  77. package/es/components/callback/src/components/dialog/drawer.vue.d.ts +20 -21
  78. package/es/components/callback/src/components/dialog/drawer.vue2.js +2 -1
  79. package/es/components/callback/src/components/dialog/modal.vue.d.ts +22 -22
  80. package/es/components/callback/src/components/dialog/modal.vue2.js +2 -1
  81. package/es/components/callback/src/components/popup/index.vue.d.ts +6 -6
  82. package/es/components/callback/src/components/render/drawerIframe/index.vue.d.ts +12 -12
  83. package/es/components/callback/src/components/render/drawerIframe/index.vue2.js +1 -1
  84. package/es/components/callback/src/components/render/index.vue.d.ts +6 -6
  85. package/es/components/callback/src/components/render/popupMaps.d.ts +3162 -1602
  86. package/es/components/callback/src/index.vue.d.ts +11 -11
  87. package/es/components/callback/src/index.vue2.js +2 -1
  88. package/es/components/card-reader-sdk/src/components/readCardDialog.vue.d.ts +12 -15
  89. package/es/components/card-reader-sdk/src/components/readCardDialog.vue2.js +7 -6
  90. package/es/components/card-render/index.d.ts +10 -10
  91. package/es/components/card-render/src/CardRender.vue.d.ts +10 -10
  92. package/es/components/card-render/src/CardRender.vue2.js +8 -5
  93. package/es/components/card-render/src/components/Box.vue.d.ts +8 -8
  94. package/es/components/card-render/src/components/Box.vue2.js +6 -4
  95. package/es/components/card-render/src/components/Button.vue.d.ts +8 -8
  96. package/es/components/card-render/src/components/Button.vue2.js +6 -4
  97. package/es/components/card-render/src/components/Divider.vue.d.ts +8 -8
  98. package/es/components/card-render/src/components/Divider.vue2.js +1 -1
  99. package/es/components/card-render/src/components/Field.vue.d.ts +8 -8
  100. package/es/components/card-render/src/components/Field.vue2.js +18 -18
  101. package/es/components/card-render/src/components/FieldGroup.vue.d.ts +8 -8
  102. package/es/components/card-render/src/components/FieldGroup.vue2.js +12 -12
  103. package/es/components/card-render/src/components/Image.vue.d.ts +8 -8
  104. package/es/components/card-render/src/components/Image.vue2.js +2 -2
  105. package/es/components/card-render/src/components/Label.vue.d.ts +8 -8
  106. package/es/components/card-render/src/components/Label.vue2.js +3 -3
  107. package/es/components/card-render/src/components/Row.vue.d.ts +8 -8
  108. package/es/components/card-render/src/components/Row.vue2.js +7 -5
  109. package/es/components/card-render/src/components/ScaleView.vue.d.ts +8 -8
  110. package/es/components/card-render/src/components/ScaleView.vue2.js +2 -2
  111. package/es/components/card-render/src/components/Slot.d.ts +5 -5
  112. package/es/components/card-render/src/components/Table.vue.d.ts +16 -16
  113. package/es/components/card-render/src/components/Table.vue2.js +4 -4
  114. package/es/components/card-render/src/components/Text.vue.d.ts +7 -7
  115. package/es/components/card-render/src/components/Text.vue2.js +4 -4
  116. package/es/components/card-render/src/components/index.d.ts +113 -113
  117. package/es/components/classification/index.d.ts +509 -432
  118. package/es/components/classification/src/components/search-filter/index.vue.d.ts +370 -358
  119. package/es/components/classification/src/components/search-filter/index.vue2.js +8 -7
  120. package/es/components/classification/src/components/set-classification/index.vue.d.ts +414 -402
  121. package/es/components/classification/src/components/set-classification/index.vue2.js +4 -3
  122. package/es/components/classification/src/components/table-modal/index.vue.d.ts +27 -27
  123. package/es/components/classification/src/components/table-modal/index.vue2.js +143 -144
  124. package/es/components/classification/src/index.vue.d.ts +509 -432
  125. package/es/components/classification/src/index.vue2.js +71 -73
  126. package/es/components/config-provider/index.d.ts +7 -5
  127. package/es/components/config-provider/src/ConfigProvider.d.ts +7 -5
  128. package/es/components/date-picker/index.d.ts +15 -15
  129. package/es/components/date-picker/src/DatePicker.vue.d.ts +15 -15
  130. package/es/components/date-picker/src/DatePicker.vue2.js +9 -8
  131. package/es/components/default-page/index.d.ts +11 -11
  132. package/es/components/default-page/src/index.vue.d.ts +11 -11
  133. package/es/components/default-page/src/index.vue2.js +21 -22
  134. package/es/components/editor/index.d.ts +77 -7
  135. package/es/components/editor/src/Editor.d.ts +78 -7
  136. package/es/components/expand-field/index.d.ts +478 -303
  137. package/es/components/expand-field/src/components/FormBatchOptionsModal.vue.d.ts +14 -14
  138. package/es/components/expand-field/src/components/FormBatchOptionsModal.vue2.js +19 -19
  139. package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +304 -225
  140. package/es/components/expand-field/src/components/FormItemPerson.vue2.js +5 -4
  141. package/es/components/expand-field/src/components/PersonModal.vue.d.ts +284 -205
  142. package/es/components/expand-field/src/components/PersonModal.vue2.js +6 -5
  143. package/es/components/expand-field/src/components/form.vue.d.ts +458 -285
  144. package/es/components/expand-field/src/components/form.vue2.js +114 -122
  145. package/es/components/expand-field/src/index.vue.d.ts +479 -304
  146. package/es/components/expand-field/src/index.vue2.js +29 -29
  147. package/es/components/fabric-chart/index.d.ts +29 -29
  148. package/es/components/fabric-chart/src/FabricChart.vue.d.ts +29 -29
  149. package/es/components/fabric-chart/src/FabricChart.vue2.js +7 -6
  150. package/es/components/fabric-chart/src/components/PopupMenu.d.ts +6 -6
  151. package/es/components/fabric-chart/src/components/PopupTip.vue.d.ts +7 -7
  152. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.d.ts +9 -9
  153. package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.d.ts +9 -9
  154. package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.d.ts +1 -1
  155. package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.d.ts +1 -1
  156. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.d.ts +9 -9
  157. package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.d.ts +9 -9
  158. package/es/components/field-editor/index.d.ts +50 -42
  159. package/es/components/field-editor/src/FieldEditor.vue.d.ts +50 -42
  160. package/es/components/field-editor/src/FieldEditor.vue2.js +5 -5
  161. package/es/components/field-set/index.d.ts +13 -13
  162. package/es/components/field-set/src/FieldColor.vue.d.ts +215 -153
  163. package/es/components/field-set/src/FieldColor.vue2.js +10 -9
  164. package/es/components/field-set/src/FieldFilter.vue.d.ts +76 -50
  165. package/es/components/field-set/src/FieldFilter.vue2.js +12 -11
  166. package/es/components/field-set/src/FieldSet.vue.d.ts +77 -63
  167. package/es/components/field-set/src/FieldSet.vue2.js +35 -34
  168. package/es/components/field-set/src/Index.vue.d.ts +13 -13
  169. package/es/components/field-set/src/Index.vue2.js +16 -13
  170. package/es/components/field-set/src/TableStyle.vue.d.ts +21 -13
  171. package/es/components/field-set/src/TableStyle.vue2.js +25 -25
  172. package/es/components/field-set/src/components/condition.vue.d.ts +47 -32
  173. package/es/components/field-set/src/components/condition.vue2.js +16 -19
  174. package/es/components/field-set/src/components/edit-dialog.vue.d.ts +149 -102
  175. package/es/components/field-set/src/components/edit-dialog.vue2.js +4 -3
  176. package/es/components/field-set/src/components/edit-filter.vue.d.ts +67 -43
  177. package/es/components/field-set/src/components/edit-filter.vue2.js +2 -1
  178. package/es/components/field-set/src/components/table-row.vue.d.ts +32 -32
  179. package/es/components/field-set/src/components/table-row.vue2.js +28 -26
  180. package/es/components/form-config/index.d.ts +1408 -426
  181. package/es/components/form-config/src/FormConfig.vue.d.ts +1408 -426
  182. package/es/components/form-config/src/FormConfig.vue2.js +13 -12
  183. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +58 -50
  184. package/es/components/form-config/src/components/FormConfigCreator.vue2.js +2 -1
  185. package/es/components/form-config/src/components/FormConfigDragDisplay.vue.d.ts +9 -9
  186. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +1105 -203
  187. package/es/components/form-config/src/components/FormConfigEdit.vue2.js +3 -3
  188. package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +119 -81
  189. package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +41 -41
  190. package/es/components/form-config/src/components/FormConfigMaterialItem.d.ts +4 -4
  191. package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +11 -11
  192. package/es/components/form-config/src/components/renderer/CloseButton.vue2.js +1 -1
  193. package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +29 -29
  194. package/es/components/form-config/src/components/renderer/ComplexNode.vue2.js +4 -5
  195. package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +21 -21
  196. package/es/components/form-config/src/components/renderer/DefaultNode.vue2.js +5 -5
  197. package/es/components/form-config/src/hooks/usePresetRenderer.d.ts +1 -1
  198. package/es/components/form-render/index.d.ts +48 -40
  199. package/es/components/form-render/src/FormRender.vue.d.ts +45 -37
  200. package/es/components/form-render/src/FormRender.vue2.js +6 -5
  201. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +48 -40
  202. package/es/components/form-render/src/FormRenderWrapper.vue2.js +2 -2
  203. package/es/components/form-render/src/components/renderer/combination/combination.d.ts +6 -6
  204. package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.d.ts +4 -4
  205. package/es/components/form-render/src/components/renderer/combination/jsonCombination.d.ts +6 -6
  206. package/es/components/form-render/src/components/renderer/combination/tableCombination.d.ts +6 -6
  207. package/es/components/form-render/src/components/renderer/complex.d.ts +4 -4
  208. package/es/components/form-render/src/components/renderer/date.d.ts +7 -9
  209. package/es/components/form-render/src/components/renderer/formItem.d.ts +5 -5
  210. package/es/components/form-render/src/components/renderer/formItem.js +6 -1
  211. package/es/components/form-render/src/components/renderer/input.d.ts +5 -5
  212. package/es/components/form-render/src/components/renderer/inputNumber.d.ts +7 -7
  213. package/es/components/form-render/src/components/renderer/levelSearchCascader/index.d.ts +5 -5
  214. package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +31 -31
  215. package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue2.js +6 -6
  216. package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +31 -31
  217. package/es/components/form-render/src/components/renderer/radio&checkbox.d.ts +18 -18
  218. package/es/components/form-render/src/components/renderer/remoteSearch.d.ts +5 -5
  219. package/es/components/form-render/src/components/renderer/searchCascade.d.ts +5 -5
  220. package/es/components/form-render/src/components/renderer/select.d.ts +5 -5
  221. package/es/components/form-render/src/components/renderer/simpleComponent.d.ts +2 -2
  222. package/es/components/form-render/src/components/renderer/slider.d.ts +4 -4
  223. package/es/components/form-render/src/components/renderer/switch.d.ts +5 -5
  224. package/es/components/form-render/src/components/renderer/text.d.ts +3 -3
  225. package/es/components/form-render/src/components/renderer/textarea.d.ts +5 -5
  226. package/es/components/form-render/src/components/renderer/time.d.ts +3 -3
  227. package/es/components/form-render/src/components/tooltipMessage.vue.d.ts +9 -9
  228. package/es/components/form-render/src/components/tooltipMessage.vue2.js +1 -1
  229. package/es/components/form-render/src/hooks/useAnchor.d.ts +9 -1
  230. package/es/components/form-render/src/hooks/useCommonInjection.d.ts +1 -1
  231. package/es/components/form-render/src/hooks/useComplexOptions.d.ts +3 -3
  232. package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +6 -6
  233. package/es/components/form-render/src/hooks/useFormField.d.ts +1 -1
  234. package/es/components/form-render/src/hooks/useFormRenderOptions.d.ts +12 -12
  235. package/es/components/form-render/src/types/fieldItem.d.ts +1 -0
  236. package/es/components/form-render/src/utils/index.d.ts +3 -3
  237. package/es/components/grid/index.d.ts +1 -1
  238. package/es/components/grid/src/Grid.d.ts +1 -1
  239. package/es/components/guide/src/renderer.d.ts +5 -5
  240. package/es/components/iho-chat/index.d.ts +834 -760
  241. package/es/components/iho-chat/src/Index.vue.d.ts +834 -760
  242. package/es/components/iho-chat/src/Index.vue2.js +4 -3
  243. package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +42 -42
  244. package/es/components/iho-chat/src/components/ChatAdd.vue2.js +51 -51
  245. package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +122 -88
  246. package/es/components/iho-chat/src/components/ChatFile.vue2.js +7 -7
  247. package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +66 -64
  248. package/es/components/iho-chat/src/components/ChatFooter.vue2.js +101 -103
  249. package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +306 -272
  250. package/es/components/iho-chat/src/components/ChatHeader.vue2.js +13 -13
  251. package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +191 -177
  252. package/es/components/iho-chat/src/components/ChatMain.vue2.js +6 -6
  253. package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +61 -61
  254. package/es/components/iho-chat/src/components/ChatRecord.vue2.js +71 -77
  255. package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +34 -34
  256. package/es/components/iho-chat/src/components/ChatSearch.vue2.js +42 -45
  257. package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +65 -65
  258. package/es/components/iho-chat/src/components/ChatSet.vue2.js +128 -138
  259. package/es/components/iho-chat/src/components/ContextMenu.d.ts +5 -5
  260. package/es/components/iho-chat/src/components/ImageLightbox.vue.d.ts +40 -22
  261. package/es/components/iho-chat/src/components/ImageLightbox.vue2.js +20 -21
  262. package/es/components/iho-chat/src/components/MessageEvent.vue.d.ts +9 -9
  263. package/es/components/iho-chat/src/components/MessageEvent.vue2.js +11 -13
  264. package/es/components/iho-chat/src/components/MessageMergeForward.vue.d.ts +32 -32
  265. package/es/components/iho-chat/src/components/MessageMergeForward.vue2.js +2 -2
  266. package/es/components/iho-chat/src/components/MessageTemplate.vue.d.ts +18 -22
  267. package/es/components/iho-chat/src/components/MessageTemplate.vue2.js +34 -36
  268. package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +82 -64
  269. package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +84 -90
  270. package/es/components/iho-chat/src/components/PersonProfile.vue.d.ts +13 -13
  271. package/es/components/iho-chat/src/components/PersonProfile.vue2.js +3 -3
  272. package/es/components/iho-chat/src/components/SelectLabel.vue.d.ts +15 -15
  273. package/es/components/iho-chat/src/components/SelectLabel.vue2.js +3 -2
  274. package/es/components/iho-chat/src/components/SiderList.vue.d.ts +69 -63
  275. package/es/components/iho-chat/src/components/SiderList.vue2.js +2 -2
  276. package/es/components/iho-chat/src/components/Video.vue.d.ts +13 -13
  277. package/es/components/iho-chat/src/components/Video.vue2.js +36 -40
  278. package/es/components/iho-chat/src/components/userItemRender.d.ts +5 -5
  279. package/es/components/iho-chat/src/hooks/useData.d.ts +6 -6
  280. package/es/components/iho-chat/src/hooks/useDraggable.d.ts +8 -2
  281. package/es/components/iho-chat/src/hooks/useSearchPatientList.d.ts +1 -1
  282. package/es/components/iho-chat/src/hooks/useSearchUserList.d.ts +1 -1
  283. package/es/components/iho-chat/src/hooks/useVideo.d.ts +11 -6
  284. package/es/components/iho-chat/src/utils/index.d.ts +1 -1
  285. package/es/components/iho-table/index.d.ts +3102 -1550
  286. package/es/components/iho-table/src/IhoTable.vue.d.ts +3103 -1551
  287. package/es/components/iho-table/src/IhoTable.vue2.js +9 -8
  288. package/es/components/iho-table/src/constants/index.d.ts +2 -2
  289. package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +2 -2
  290. package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.d.ts +1 -1
  291. package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +1 -1
  292. package/es/components/iho-table/src/hooks/tapHooks/useExposeHooks.d.ts +1 -1
  293. package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.d.ts +1 -1
  294. package/es/components/iho-table/src/hooks/useTableContext.d.ts +3 -3
  295. package/es/components/iho-table/src/plugins/anchorPlugin/tableAnchor.d.ts +1 -1
  296. package/es/components/iho-table/src/plugins/anchorPlugin/useAnchor.d.ts +6 -2
  297. package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue.d.ts +477 -207
  298. package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue2.js +17 -16
  299. package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +21 -21
  300. package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue2.js +1 -1
  301. package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue.d.ts +21 -21
  302. package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue2.js +19 -16
  303. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.d.ts +31 -31
  304. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +32 -29
  305. package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue.d.ts +11 -11
  306. package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue2.js +5 -5
  307. package/es/components/iho-table/src/plugins/headerPlugin/index.js +5 -9
  308. package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue.d.ts +8 -8
  309. package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue2.js +1 -1
  310. package/es/components/iho-table/src/plugins/pagerScrollPlugin/utils.d.ts +9 -9
  311. package/es/components/iho-table/src/plugins/pluginHooks/useFilter.d.ts +2 -2
  312. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +26 -26
  313. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue2.js +7 -6
  314. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useSelectOption.d.ts +1 -1
  315. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue.d.ts +50 -47
  316. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue2.js +2 -1
  317. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.d.ts +6 -6
  318. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue.d.ts +15 -13
  319. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue2.js +4 -4
  320. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +39 -39
  321. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +8 -7
  322. package/es/components/iho-table/src/plugins/verticalTablePlugin/src/utils.d.ts +1 -1
  323. package/es/components/iho-table/src/types/index.d.ts +1 -0
  324. package/es/components/iho-table/src/utils/index.d.ts +2 -2
  325. package/es/components/iho-table/src/utils/separateMap.d.ts +14 -1
  326. package/es/components/info-header/index.d.ts +195 -355
  327. package/es/components/info-header/src/InfoHeader.vue.d.ts +195 -355
  328. package/es/components/info-header/src/InfoHeader.vue2.js +6 -5
  329. package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +37 -46
  330. package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue2.js +23 -23
  331. package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +44 -63
  332. package/es/components/info-header/src/components/infoDescription/DescriptionList.vue2.js +11 -11
  333. package/es/components/info-header/src/components/infoDescription/HiddenContent.vue.d.ts +15 -15
  334. package/es/components/info-header/src/components/infoDescription/HiddenContent.vue2.js +4 -4
  335. package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue.d.ts +7 -7
  336. package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +109 -129
  337. package/es/components/info-header/src/components/infoDescription/index.vue2.js +9 -9
  338. package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +65 -68
  339. package/es/components/info-header/src/components/patientInfo/index.vue2.js +16 -14
  340. package/es/components/keyboard/index.d.ts +77 -65
  341. package/es/components/keyboard/src/Keyboard.vue.d.ts +77 -65
  342. package/es/components/keyboard/src/Keyboard.vue2.js +23 -23
  343. package/es/components/keyboard/src/components/InputNumber.vue.d.ts +16 -16
  344. package/es/components/keyboard/src/components/InputNumber.vue2.js +4 -3
  345. package/es/components/keyboard/src/components/NumberPanel.vue.d.ts +46 -40
  346. package/es/components/keyboard/src/components/NumberPanel.vue2.js +12 -12
  347. package/es/components/map/index.d.ts +12 -12
  348. package/es/components/map/src/Map.vue.d.ts +12 -12
  349. package/es/components/map/src/Map.vue2.js +12 -12
  350. package/es/components/picture-clipper/index.d.ts +11 -11
  351. package/es/components/picture-clipper/src/PictureClipper.vue.d.ts +11 -11
  352. package/es/components/picture-clipper/src/PictureClipper.vue2.js +9 -8
  353. package/es/components/quick-search/index.d.ts +73 -32
  354. package/es/components/quick-search/src/index.vue.d.ts +73 -32
  355. package/es/components/quick-search/src/index.vue2.js +17 -17
  356. package/es/components/recommend-search/index.d.ts +79 -79
  357. package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +79 -79
  358. package/es/components/recommend-search/src/RecommendSearch.vue2.js +6 -5
  359. package/es/components/recommend-search/src/components/BaseSearch.d.ts +7 -7
  360. package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +34 -34
  361. package/es/components/recommend-search/src/components/RecommendInput.vue2.js +27 -28
  362. package/es/components/recommend-search/src/components/RecommendMenu.vue.d.ts +9 -9
  363. package/es/components/recommend-search/src/components/RecommendMenu.vue2.js +8 -8
  364. package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +29 -29
  365. package/es/components/recommend-search/src/components/RecommendSelect.vue2.js +15 -15
  366. package/es/components/scale-view/index.d.ts +107 -87
  367. package/es/components/scale-view/src/ScaleView.vue.d.ts +66 -63
  368. package/es/components/scale-view/src/ScaleView.vue2.js +18 -16
  369. package/es/components/scale-view/src/components/AnswerParse.vue.d.ts +7 -7
  370. package/es/components/scale-view/src/components/AnswerParse.vue2.js +36 -36
  371. package/es/components/scale-view/src/components/DescribeContent.vue.d.ts +7 -7
  372. package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +12 -12
  373. package/es/components/scale-view/src/components/EvaluateCountdown.vue2.js +44 -44
  374. package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +10 -10
  375. package/es/components/scale-view/src/components/EvaluatePage.vue2.js +27 -26
  376. package/es/components/scale-view/src/components/LoadingCom.vue.js +1 -3
  377. package/es/components/scale-view/src/components/NoData.vue.d.ts +7 -7
  378. package/es/components/scale-view/src/components/NoData.vue2.js +4 -4
  379. package/es/components/scale-view/src/components/ScaleScore.d.ts +5 -5
  380. package/es/components/scale-view/src/components/formitem/r-address.d.ts +9 -6
  381. package/es/components/scale-view/src/components/formitem/r-cascader.d.ts +10 -6
  382. package/es/components/scale-view/src/components/formitem/r-checkbox.d.ts +11 -6
  383. package/es/components/scale-view/src/components/formitem/r-collection.d.ts +8 -5
  384. package/es/components/scale-view/src/components/formitem/r-datetime.d.ts +9 -6
  385. package/es/components/scale-view/src/components/formitem/r-input.d.ts +8 -6
  386. package/es/components/scale-view/src/components/formitem/r-map.d.ts +70 -6
  387. package/es/components/scale-view/src/components/formitem/r-radio.d.ts +11 -6
  388. package/es/components/scale-view/src/components/formitem/r-select.d.ts +10 -6
  389. package/es/components/scale-view/src/components/formitem/r-sign.d.ts +155 -6
  390. package/es/components/scale-view/src/components/formitem/r-upload.d.ts +11 -6
  391. package/es/components/scale-view/src/components/formitem/sign-com.d.ts +6 -6
  392. package/es/components/scale-view/src/components/formitem/standard-modal.d.ts +9 -5
  393. package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +9 -17
  394. package/es/components/search-cascader/index.d.ts +27 -27
  395. package/es/components/search-cascader/src/SearchCascader.vue.d.ts +27 -27
  396. package/es/components/search-cascader/src/SearchCascader.vue2.js +9 -8
  397. package/es/components/search-cascader/src/components/ClearIcon.vue.js +11 -13
  398. package/es/components/search-cascader/src/components/SearchMenu.d.ts +5 -5
  399. package/es/components/select-label/index.d.ts +119 -155
  400. package/es/components/select-label/src/LabelFormContent.vue.d.ts +26 -48
  401. package/es/components/select-label/src/LabelFormContent.vue2.js +38 -40
  402. package/es/components/select-label/src/SelectLabel.vue.d.ts +42 -64
  403. package/es/components/select-label/src/SelectLabel.vue2.js +26 -27
  404. package/es/components/select-label/src/components/label-classify.vue.d.ts +14 -24
  405. package/es/components/select-label/src/components/label-classify.vue2.js +41 -44
  406. package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue.d.ts +29 -21
  407. package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue2.js +28 -30
  408. package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue.d.ts +45 -37
  409. package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue2.js +14 -14
  410. package/es/components/select-label/src/ihoLabel/iho-label-classify.vue.d.ts +17 -9
  411. package/es/components/select-label/src/ihoLabel/iho-label-classify.vue2.js +24 -27
  412. package/es/components/select-label/src/index.vue.d.ts +93 -107
  413. package/es/components/select-label/src/index.vue2.js +2 -1
  414. package/es/components/select-person/index.d.ts +257 -190
  415. package/es/components/select-person/src/SelectPerson.vue.d.ts +124 -87
  416. package/es/components/select-person/src/SelectPerson.vue2.js +23 -19
  417. package/es/components/select-person/src/SelectPersonRole.vue.d.ts +80 -66
  418. package/es/components/select-person/src/SelectPersonRole.vue2.js +14 -14
  419. package/es/components/select-person/src/SelectPersonType.vue.d.ts +41 -31
  420. package/es/components/select-person/src/SelectPersonType.vue2.js +7 -7
  421. package/es/components/select-person/src/components/GroupItem.vue.d.ts +5 -5
  422. package/es/components/select-person/src/components/GroupItem.vue2.js +2 -1
  423. package/es/components/select-person/src/components/SearchGroupList.vue.d.ts +39 -39
  424. package/es/components/select-person/src/components/SearchGroupList.vue2.js +4 -3
  425. package/es/components/select-person/src/components/SearchMultiple.vue.d.ts +17 -18
  426. package/es/components/select-person/src/components/SearchMultiple.vue2.js +3 -2
  427. package/es/components/select-person/src/components/SearchOrgAndStaff.vue.d.ts +19 -20
  428. package/es/components/select-person/src/components/SearchOrgAndStaff.vue2.js +7 -6
  429. package/es/components/select-person/src/components/TagItem.vue.d.ts +11 -11
  430. package/es/components/select-person/src/components/TagItem.vue2.js +2 -1
  431. package/es/components/select-person/src/index.vue.d.ts +307 -240
  432. package/es/components/select-person/src/index.vue2.js +8 -7
  433. package/es/components/select-person/src/utils/index.d.ts +1 -1
  434. package/es/components/shortcut-provider/index.d.ts +9 -9
  435. package/es/components/shortcut-provider/src/ShortcutProvider.vue.d.ts +9 -9
  436. package/es/components/shortcut-provider/src/hooks/useShortcutSignature.d.ts +1 -1
  437. package/es/components/shortcut-setter/index.d.ts +288 -81
  438. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +288 -81
  439. package/es/components/shortcut-setter/src/ShortcutSetter.vue2.js +4 -3
  440. package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +13 -23
  441. package/es/components/shortcut-setter/src/ShortcutSetterItem.vue2.js +11 -10
  442. package/es/components/slider-tree/index.d.ts +22 -22
  443. package/es/components/slider-tree/src/index.vue.d.ts +22 -22
  444. package/es/components/slider-tree/src/index.vue2.js +6 -5
  445. package/es/components/step-notice/index.d.ts +58 -58
  446. package/es/components/step-notice/src/StepNotice.vue.d.ts +57 -57
  447. package/es/components/step-notice/src/StepNotice.vue2.js +6 -5
  448. package/es/components/step-notice/src/components/NoticeConnection.vue.d.ts +12 -12
  449. package/es/components/step-notice/src/components/NoticeConnection.vue2.js +3 -3
  450. package/es/components/step-notice/src/components/NoticeItem.vue.d.ts +40 -40
  451. package/es/components/step-notice/src/components/NoticeItem.vue2.js +4 -4
  452. package/es/components/step-notice/src/components/NoticeItemAside.vue.d.ts +9 -9
  453. package/es/components/step-notice/src/components/NoticeItemAside.vue2.js +3 -4
  454. package/es/components/step-notice/src/components/NoticeOperationList.vue.d.ts +9 -9
  455. package/es/components/steps-wheel/index.d.ts +17 -17
  456. package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +17 -17
  457. package/es/components/steps-wheel/src/StepsWheel.vue2.js +4 -4
  458. package/es/components/table-export-field/index.d.ts +82 -66
  459. package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +33 -27
  460. package/es/components/table-export-field/src/components/ExportModal.vue2.js +13 -12
  461. package/es/components/table-export-field/src/components/SaveProjectModal.vue.d.ts +23 -23
  462. package/es/components/table-export-field/src/components/SaveProjectModal.vue2.js +8 -7
  463. package/es/components/table-export-field/src/index.vue.d.ts +82 -66
  464. package/es/components/table-export-field/src/index.vue2.js +6 -5
  465. package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +71 -71
  466. package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue2.js +18 -17
  467. package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +25 -25
  468. package/es/components/table-filter/src/components/bi-filter/components/Date.vue2.js +7 -6
  469. package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue.d.ts +11 -11
  470. package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue2.js +5 -4
  471. package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue.d.ts +11 -11
  472. package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue2.js +5 -4
  473. package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue.d.ts +12 -12
  474. package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue2.js +7 -6
  475. package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +59 -59
  476. package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +94 -94
  477. package/es/components/table-filter/src/components/bi-filter/index.vue2.js +49 -54
  478. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +230 -224
  479. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +41 -40
  480. package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue.d.ts +15 -15
  481. package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue2.js +10 -9
  482. package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +44 -44
  483. package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +19 -18
  484. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +47 -47
  485. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +27 -26
  486. package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue.d.ts +19 -13
  487. package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue2.js +8 -7
  488. package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue.d.ts +11 -11
  489. package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue2.js +5 -4
  490. package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue.d.ts +13 -13
  491. package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue2.js +5 -5
  492. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue.d.ts +43 -43
  493. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue2.js +10 -9
  494. package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue.d.ts +12 -12
  495. package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue2.js +7 -6
  496. package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue.d.ts +14 -14
  497. package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue2.js +7 -6
  498. package/es/components/table-filter/src/components/classify-filter/components/SelectTreeDynamic.vue.d.ts +14 -14
  499. package/es/components/table-filter/src/components/classify-filter/components/SelectTreeDynamic.vue2.js +7 -6
  500. package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +216 -210
  501. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +253 -247
  502. package/es/components/table-filter/src/components/classify-filter/index.vue2.js +40 -43
  503. package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue.d.ts +12 -12
  504. package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue2.js +3 -2
  505. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +39 -39
  506. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue2.js +10 -9
  507. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +27 -27
  508. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +2 -1
  509. package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.d.ts +10 -10
  510. package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue2.js +2 -1
  511. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +39 -39
  512. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue2.js +14 -14
  513. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +27 -27
  514. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +2 -1
  515. package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue.d.ts +13 -13
  516. package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue2.js +11 -10
  517. package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue.d.ts +13 -13
  518. package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue2.js +5 -5
  519. package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue.d.ts +18 -18
  520. package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue2.js +22 -23
  521. package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue.d.ts +14 -14
  522. package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue2.js +7 -6
  523. package/es/components/table-filter/src/components/render-widget/components/Select.vue.d.ts +11 -11
  524. package/es/components/table-filter/src/components/render-widget/components/Select.vue2.js +5 -4
  525. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.d.ts +49 -43
  526. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue2.js +10 -9
  527. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.d.ts +24 -24
  528. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +10 -9
  529. package/es/components/table-filter/src/components/render-widget/components/SelectTree.vue.d.ts +11 -11
  530. package/es/components/table-filter/src/components/render-widget/components/SelectTree.vue2.js +7 -6
  531. package/es/components/table-filter/src/components/render-widget/components/SelectTreeDynamic.vue.d.ts +13 -13
  532. package/es/components/table-filter/src/components/render-widget/components/SelectTreeDynamic.vue2.js +6 -5
  533. package/es/components/table-filter/src/components/render-widget/components/index.d.ts +285 -279
  534. package/es/components/table-filter/src/components/render-widget/index.vue.d.ts +5 -5
  535. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +272 -266
  536. package/es/components/table-filter/src/hooks/useMixins.d.ts +1 -1
  537. package/es/components/time-line/index.d.ts +11 -11
  538. package/es/components/time-line/src/TimeLine.vue.d.ts +11 -11
  539. package/es/components/time-picker/index.d.ts +19 -19
  540. package/es/components/time-picker/src/TimePicker.vue.d.ts +19 -19
  541. package/es/components/time-picker/src/TimePicker.vue2.js +6 -5
  542. package/es/components/tooth-bitmap/index.d.ts +14 -14
  543. package/es/components/tooth-bitmap/src/ToothBitmap.vue.d.ts +12 -12
  544. package/es/components/tooth-bitmap/src/ToothBitmap.vue2.js +12 -11
  545. package/es/components/vertify/src/components/IdentityVerification.vue.d.ts +19 -22
  546. package/es/components/vertify/src/components/IdentityVerification.vue2.js +12 -11
  547. package/es/components/vod-chunk-upload/index.d.ts +248 -28
  548. package/es/components/vod-chunk-upload/src/chunk-upload-new.vue.d.ts +18 -18
  549. package/es/components/vod-chunk-upload/src/chunk-upload-new.vue2.js +39 -40
  550. package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +248 -28
  551. package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +63 -64
  552. package/es/components/vod-chunk-upload/src/vod-upload-modal.d.ts +207 -5
  553. package/es/env.d.ts +25 -25
  554. package/es/shared/components/AbbrText/AbbrText.d.ts +8 -0
  555. package/es/shared/components/AbbrText/AbbrText.js +27 -0
  556. package/es/shared/components/AbbrText/index.d.ts +2 -0
  557. package/es/shared/components/AbbrText/index.js +2 -0
  558. package/es/shared/components/ArrowIcon/ArrowIcon.vue.js +6 -8
  559. package/es/shared/components/CancelRadio/CancelRadio.d.ts +6 -6
  560. package/es/shared/components/DateIcon/DateIcon.vue.js +11 -13
  561. package/es/shared/components/InputNumberSlash/InputNumberSlash.d.ts +5 -5
  562. package/es/shared/components/JSONTree/JSONTree.vue.d.ts +8 -8
  563. package/es/shared/components/JSONTree/JSONTree.vue2.js +1 -1
  564. package/es/shared/components/SelectPage/SelectPage.vue.d.ts +10 -10
  565. package/es/shared/components/SelectPage/SelectPage.vue2.js +2 -2
  566. package/es/shared/components/SlotRender/SlotRender.d.ts +3 -3
  567. package/es/shared/components/SvgIcon/SvgIcon.vue.d.ts +6 -10
  568. package/es/shared/components/SvgIcon/SvgIcon.vue2.js +5 -5
  569. package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +9 -17
  570. package/es/shared/components/TextOverTooltip/TextOverTooltip.vue2.js +9 -9
  571. package/es/shared/components/no-data/NoData.vue.d.ts +7 -7
  572. package/es/shared/components/no-data/NoData.vue2.js +5 -5
  573. package/es/shared/components/player-vod/index.vue.d.ts +1 -1
  574. package/es/shared/components/player-vod/player.d.ts +4 -4
  575. package/es/shared/components/player-vod/video-list.d.ts +77 -4
  576. package/es/shared/components/player-vod/video-modal.d.ts +23 -5
  577. package/es/shared/hooks/selectHooks/useOptionFiltered.d.ts +2 -2
  578. package/es/shared/hooks/selectHooks/useSearchContent.d.ts +1 -1
  579. package/es/shared/hooks/selectHooks/useSelectRenders.d.ts +4 -4
  580. package/es/shared/hooks/useLevelSearchCascader.d.ts +7 -4
  581. package/es/shared/package.json.js +1 -1
  582. package/es/shared/utils/index.d.ts +1 -1
  583. 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
  };
@@ -646,11 +652,11 @@ declare const _default: import("vue").DefineComponent<{
646
652
  isDateDisabled: {
647
653
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
648
654
  };
649
- }, {
655
+ }>, {
650
656
  attrs: {
651
657
  [x: string]: unknown;
652
658
  };
653
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
659
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
654
660
  updateUnchangedValue: {
655
661
  type: BooleanConstructor;
656
662
  };
@@ -681,15 +687,15 @@ declare const _default: import("vue").DefineComponent<{
681
687
  isDateDisabled: {
682
688
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
683
689
  };
684
- }>> & {
690
+ }>> & Readonly<{
685
691
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
686
- }>>;
692
+ }> & {}>;
687
693
  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>;
694
+ datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null, import("../../../../../shared/types").AnyObject | null>;
695
+ panelInstRef: import("vue").Ref<null, null>;
696
+ placeholderRef: import("vue").Ref<any, any>;
697
+ oldValue: (string | [string, string]) | null | undefined;
698
+ currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
693
699
  isDateTime: import("vue").ComputedRef<boolean>;
694
700
  formatRef: import("vue").ComputedRef<string>;
695
701
  panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
@@ -704,8 +710,8 @@ declare const _default: import("vue").DefineComponent<{
704
710
  onConfirm: (...args: any[]) => Promise<void>;
705
711
  isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
706
712
  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<{
713
+ readonly NDatePicker: any;
714
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
709
715
  updateUnchangedValue: {
710
716
  type: BooleanConstructor;
711
717
  };
@@ -736,16 +742,16 @@ declare const _default: import("vue").DefineComponent<{
736
742
  isDateDisabled: {
737
743
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
738
744
  };
739
- }>> & {
745
+ }>> & Readonly<{
740
746
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
741
- }, {
747
+ }>, {
742
748
  type: string;
743
749
  updateUnchangedValue: boolean;
744
750
  to: string | false | HTMLElement;
745
751
  holidays: Date[];
746
- }>>;
747
- NSelect: any;
748
- DateOption: import("vue").DefineComponent<{
752
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
753
+ readonly NSelect: any;
754
+ DateOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
749
755
  filterType: {
750
756
  type: StringConstructor;
751
757
  required: true;
@@ -770,7 +776,7 @@ declare const _default: import("vue").DefineComponent<{
770
776
  valueFormat: {
771
777
  type: StringConstructor;
772
778
  };
773
- }, {
779
+ }>, {
774
780
  widgetOptions: {
775
781
  label: string;
776
782
  value: string;
@@ -779,9 +785,9 @@ declare const _default: import("vue").DefineComponent<{
779
785
  label: string;
780
786
  value: string;
781
787
  }[];
782
- startDateNum: import("vue").Ref<any>;
783
- endDateNum: import("vue").Ref<any>;
784
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
788
+ startDateNum: import("vue").Ref<any, any>;
789
+ endDateNum: import("vue").Ref<any, any>;
790
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
785
791
  filterType: {
786
792
  type: StringConstructor;
787
793
  required: true;
@@ -806,17 +812,17 @@ declare const _default: import("vue").DefineComponent<{
806
812
  valueFormat: {
807
813
  type: StringConstructor;
808
814
  };
809
- }>> & {
815
+ }>> & Readonly<{
810
816
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
811
817
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
812
- }>>;
818
+ }> & {}>;
813
819
  emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
814
- valueCp: import("vue").WritableComputedRef<any>;
815
- presetValCp: import("vue").WritableComputedRef<string>;
820
+ valueCp: import("vue").WritableComputedRef<any, any>;
821
+ presetValCp: import("vue").WritableComputedRef<string, string>;
816
822
  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<{
823
+ readonly NSelect: any;
824
+ readonly NInputNumber: any;
825
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
820
826
  filterType: {
821
827
  type: StringConstructor;
822
828
  required: true;
@@ -841,14 +847,14 @@ declare const _default: import("vue").DefineComponent<{
841
847
  valueFormat: {
842
848
  type: StringConstructor;
843
849
  };
844
- }>> & {
850
+ }>> & Readonly<{
845
851
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
846
852
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
847
- }, {
853
+ }>, {
848
854
  modelValue: string | number | unknown[];
849
855
  presetVal: string;
850
- }>;
851
- WidgetValEnums: {
856
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
857
+ readonly WidgetValEnums: {
852
858
  CUSTOM: string;
853
859
  FIRST_VAL: string;
854
860
  WHOLE: string;
@@ -879,7 +885,7 @@ declare const _default: import("vue").DefineComponent<{
879
885
  NEXT_YEAR: string;
880
886
  LAST_YEAR: string;
881
887
  };
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<{
888
+ }, {}, {}, {}, 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
889
  componentCfg: {
884
890
  type: ObjectConstructor;
885
891
  };
@@ -903,17 +909,17 @@ declare const _default: import("vue").DefineComponent<{
903
909
  type: StringConstructor;
904
910
  default: null;
905
911
  };
906
- }>> & {
912
+ }>> & Readonly<{
907
913
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
908
914
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
909
915
  "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
910
- }, {
916
+ }>, {
911
917
  modelValue: string | number | unknown[];
912
918
  paramCfg: Record<string, any>;
913
919
  presetVal: string;
914
920
  customDate: string;
915
- }>;
916
- InputFilter: import("vue").DefineComponent<{
921
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
922
+ readonly InputFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
917
923
  paramCfg: {
918
924
  type: ObjectConstructor;
919
925
  default: null;
@@ -925,8 +931,8 @@ declare const _default: import("vue").DefineComponent<{
925
931
  isAccurateFilter: {
926
932
  type: BooleanConstructor;
927
933
  };
928
- }, {
929
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
934
+ }>, {
935
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
930
936
  paramCfg: {
931
937
  type: ObjectConstructor;
932
938
  default: null;
@@ -938,21 +944,27 @@ declare const _default: import("vue").DefineComponent<{
938
944
  isAccurateFilter: {
939
945
  type: BooleanConstructor;
940
946
  };
941
- }>> & {
947
+ }>> & Readonly<{
942
948
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
943
949
  "onUpdate:isAccurateFilter"?: ((...args: any[]) => any) | undefined;
944
- }>>;
950
+ }> & {}>;
945
951
  emit: (event: "update:modelValue" | "update:isAccurateFilter", ...args: any[]) => void;
946
952
  optionList: import("vue").Ref<{
947
953
  label: string;
948
954
  value: number;
955
+ }[], {
956
+ label: string;
957
+ value: number;
958
+ }[] | {
959
+ label: string;
960
+ value: number;
949
961
  }[]>;
950
- valueCp: import("vue").WritableComputedRef<any>;
951
- isAccurateFilterCp: import("vue").WritableComputedRef<number>;
962
+ valueCp: import("vue").WritableComputedRef<any, any>;
963
+ isAccurateFilterCp: import("vue").WritableComputedRef<number, number>;
952
964
  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<{
965
+ readonly NInput: any;
966
+ readonly NSelect: any;
967
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:isAccurateFilter")[], "update:modelValue" | "update:isAccurateFilter", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
956
968
  paramCfg: {
957
969
  type: ObjectConstructor;
958
970
  default: null;
@@ -964,42 +976,42 @@ declare const _default: import("vue").DefineComponent<{
964
976
  isAccurateFilter: {
965
977
  type: BooleanConstructor;
966
978
  };
967
- }>> & {
979
+ }>> & Readonly<{
968
980
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
969
981
  "onUpdate:isAccurateFilter"?: ((...args: any[]) => any) | undefined;
970
- }, {
982
+ }>, {
971
983
  modelValue: string | number | unknown[];
972
984
  paramCfg: Record<string, any>;
973
985
  isAccurateFilter: boolean;
974
- }>;
975
- InputNumber: import("vue").DefineComponent<{
986
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
987
+ readonly InputNumber: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
976
988
  modelValue: {
977
989
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
978
990
  default: null;
979
991
  };
980
- }, {
981
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
992
+ }>, {
993
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
982
994
  modelValue: {
983
995
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
984
996
  default: null;
985
997
  };
986
- }>> & {
998
+ }>> & Readonly<{
987
999
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
988
- }>>;
1000
+ }> & {}>;
989
1001
  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<{
1002
+ valueCp: import("vue").WritableComputedRef<any, any>;
1003
+ readonly NInputNumber: any;
1004
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
993
1005
  modelValue: {
994
1006
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
995
1007
  default: null;
996
1008
  };
997
- }>> & {
1009
+ }>> & Readonly<{
998
1010
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
999
- }, {
1011
+ }>, {
1000
1012
  modelValue: string | number | unknown[];
1001
- }>;
1002
- SelectFilter: import("vue").DefineComponent<{
1013
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1014
+ readonly SelectFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1003
1015
  paramCfg: {
1004
1016
  type: ObjectConstructor;
1005
1017
  default: null;
@@ -1012,8 +1024,8 @@ declare const _default: import("vue").DefineComponent<{
1012
1024
  type: StringConstructor;
1013
1025
  default: string;
1014
1026
  };
1015
- }, {
1016
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1027
+ }>, {
1028
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1017
1029
  paramCfg: {
1018
1030
  type: ObjectConstructor;
1019
1031
  default: null;
@@ -1026,15 +1038,15 @@ declare const _default: import("vue").DefineComponent<{
1026
1038
  type: StringConstructor;
1027
1039
  default: string;
1028
1040
  };
1029
- }>> & {
1041
+ }>> & Readonly<{
1030
1042
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1031
- }>>;
1043
+ }> & {}>;
1032
1044
  emit: (event: "update:modelValue", ...args: any[]) => void;
1033
- valueCp: import("vue").WritableComputedRef<any>;
1045
+ valueCp: import("vue").WritableComputedRef<any, any>;
1034
1046
  optionSetting: import("vue").ComputedRef<any>;
1035
1047
  widgetOptions: import("vue").ComputedRef<any>;
1036
- NSelect: any;
1037
- WidgetOptionEnums: {
1048
+ readonly NSelect: any;
1049
+ readonly WidgetOptionEnums: {
1038
1050
  RADIO: string;
1039
1051
  MULTIPLE: string;
1040
1052
  ALL: string;
@@ -1043,7 +1055,7 @@ declare const _default: import("vue").DefineComponent<{
1043
1055
  FUTURE_TIME: string;
1044
1056
  CUSTOM_TIME: string;
1045
1057
  };
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<{
1058
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1047
1059
  paramCfg: {
1048
1060
  type: ObjectConstructor;
1049
1061
  default: null;
@@ -1056,14 +1068,14 @@ declare const _default: import("vue").DefineComponent<{
1056
1068
  type: StringConstructor;
1057
1069
  default: string;
1058
1070
  };
1059
- }>> & {
1071
+ }>> & Readonly<{
1060
1072
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1061
- }, {
1073
+ }>, {
1062
1074
  modelValue: string | number | unknown[];
1063
1075
  widgetType: string;
1064
1076
  paramCfg: Record<string, any>;
1065
- }>;
1066
- SelectDynamic: import("vue").DefineComponent<{
1077
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1078
+ readonly SelectDynamic: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1067
1079
  paramCfg: {
1068
1080
  type: ObjectConstructor;
1069
1081
  default: null;
@@ -1072,9 +1084,9 @@ declare const _default: import("vue").DefineComponent<{
1072
1084
  type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
1073
1085
  default: null;
1074
1086
  };
1075
- }, {
1076
- message: import("naive-ui").MessageApi;
1077
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1087
+ }>, {
1088
+ message: import("naive-ui/es/message").MessageApi;
1089
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1078
1090
  paramCfg: {
1079
1091
  type: ObjectConstructor;
1080
1092
  default: null;
@@ -1083,23 +1095,23 @@ declare const _default: import("vue").DefineComponent<{
1083
1095
  type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
1084
1096
  default: null;
1085
1097
  };
1086
- }>> & {
1098
+ }>> & Readonly<{
1087
1099
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1088
- }>>;
1100
+ }> & {}>;
1089
1101
  getDynamicSelectData: (params: any, filterApiConfig: any) => Promise<any>;
1090
1102
  emit: (event: "update:modelValue", ...args: any[]) => void;
1091
- selectDynamicRef: any;
1092
- isLoading: import("vue").Ref<boolean>;
1103
+ selectDynamicRef: import("vue").Ref<any, any>;
1104
+ isLoading: import("vue").Ref<boolean, boolean>;
1093
1105
  filterApiConfig: import("../../../../../shared/types").AnyObject;
1094
- classifyFilterList: import("vue").Ref<import("../../../../../shared/types").AnyObject[]>;
1095
- totalPage: import("vue").Ref<number>;
1106
+ classifyFilterList: import("vue").Ref<import("../../../../../shared/types").AnyObject[], import("../../../../../shared/types").AnyObject[]>;
1107
+ totalPage: import("vue").Ref<number, number>;
1096
1108
  menuProps: {
1097
1109
  class: string;
1098
1110
  };
1099
- curPage: import("vue").Ref<number>;
1100
- fieldTitleList: import("vue").Ref<any>;
1101
- selectOptions: import("vue").Ref<any[]>;
1102
- keywordVal: import("vue").Ref<any>;
1111
+ curPage: import("vue").Ref<number, number>;
1112
+ fieldTitleList: import("vue").Ref<any, any>;
1113
+ selectOptions: import("vue").Ref<any[], any[]>;
1114
+ keywordVal: import("vue").Ref<any, any>;
1103
1115
  optionSetting: import("vue").ComputedRef<any>;
1104
1116
  isMultiple: import("vue").ComputedRef<boolean>;
1105
1117
  dynamicOptionInfos: import("vue").ComputedRef<any>;
@@ -1122,8 +1134,8 @@ declare const _default: import("vue").DefineComponent<{
1122
1134
  }>;
1123
1135
  init: () => void;
1124
1136
  saveDynamicBaseList: (selectValue: any[] | null) => void;
1125
- NSelect: any;
1126
- SelectDynamicOption: import("vue").DefineComponent<{
1137
+ readonly NSelect: any;
1138
+ SelectDynamicOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1127
1139
  oldValue: {
1128
1140
  type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
1129
1141
  default: () => never[];
@@ -1160,9 +1172,9 @@ declare const _default: import("vue").DefineComponent<{
1160
1172
  type: BooleanConstructor;
1161
1173
  default: boolean;
1162
1174
  };
1163
- }, {
1175
+ }>, {
1164
1176
  selectMinWidth: number;
1165
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1177
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1166
1178
  oldValue: {
1167
1179
  type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
1168
1180
  default: () => never[];
@@ -1199,12 +1211,12 @@ declare const _default: import("vue").DefineComponent<{
1199
1211
  type: BooleanConstructor;
1200
1212
  default: boolean;
1201
1213
  };
1202
- }>> & {
1203
- onUpdateSelect?: ((...args: any[]) => any) | undefined;
1214
+ }>> & Readonly<{
1204
1215
  onUpdatePage?: ((...args: any[]) => any) | undefined;
1205
- }>>;
1216
+ onUpdateSelect?: ((...args: any[]) => any) | undefined;
1217
+ }> & {}>;
1206
1218
  emit: (event: "updateSelect" | "updatePage", ...args: any[]) => void;
1207
- dragEndWidth: import("vue").Ref<number>;
1219
+ dragEndWidth: import("vue").Ref<number, number>;
1208
1220
  showKeys: import("vue").ComputedRef<any>;
1209
1221
  titleList: import("vue").ComputedRef<string[]>;
1210
1222
  isOptionsNull: import("vue").ComputedRef<boolean>;
@@ -1212,16 +1224,16 @@ declare const _default: import("vue").DefineComponent<{
1212
1224
  searchByPage: (onePage: number) => void;
1213
1225
  changeWidth: ({ distance }: any) => void;
1214
1226
  saveWidth: () => void;
1215
- NEmpty: any;
1216
- NButtonGroup: any;
1217
- NButton: any;
1218
- NIcon: any;
1219
- NPopover: any;
1220
- vFlexibleResize: {
1227
+ readonly NEmpty: any;
1228
+ readonly NButtonGroup: any;
1229
+ readonly NButton: any;
1230
+ readonly NIcon: any;
1231
+ readonly NPopover: any;
1232
+ readonly vFlexibleResize: {
1221
1233
  mounted(el: any, { value }: any): void;
1222
1234
  beforeUnmount(el: any): void;
1223
1235
  };
1224
- WidgetValEnums: {
1236
+ readonly WidgetValEnums: {
1225
1237
  CUSTOM: string;
1226
1238
  FIRST_VAL: string;
1227
1239
  WHOLE: string;
@@ -1252,9 +1264,9 @@ declare const _default: import("vue").DefineComponent<{
1252
1264
  NEXT_YEAR: string;
1253
1265
  LAST_YEAR: string;
1254
1266
  };
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<{
1267
+ 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>;
1268
+ 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>;
1269
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updateSelect" | "updatePage")[], "updateSelect" | "updatePage", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1258
1270
  oldValue: {
1259
1271
  type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
1260
1272
  default: () => never[];
@@ -1291,21 +1303,21 @@ declare const _default: import("vue").DefineComponent<{
1291
1303
  type: BooleanConstructor;
1292
1304
  default: boolean;
1293
1305
  };
1294
- }>> & {
1295
- onUpdateSelect?: ((...args: any[]) => any) | undefined;
1306
+ }>> & Readonly<{
1296
1307
  onUpdatePage?: ((...args: any[]) => any) | undefined;
1297
- }, {
1298
- isMultiple: boolean;
1308
+ onUpdateSelect?: ((...args: any[]) => any) | undefined;
1309
+ }>, {
1299
1310
  loading: boolean;
1311
+ isMultiple: boolean;
1300
1312
  oldValue: import("../../../../../shared/types").AnyObject[];
1313
+ optionList: import("../../../../../shared/types").AnyObject[];
1314
+ isShowWhole: boolean;
1301
1315
  dynamicOptionInfo: import("../../../../../shared/types").AnyObject;
1302
1316
  fieldTitleList: import("../../../../../shared/types").AnyObject[];
1303
- optionList: import("../../../../../shared/types").AnyObject[];
1304
1317
  curPage: number;
1305
1318
  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<{
1319
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1320
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1309
1321
  paramCfg: {
1310
1322
  type: ObjectConstructor;
1311
1323
  default: null;
@@ -1314,13 +1326,13 @@ declare const _default: import("vue").DefineComponent<{
1314
1326
  type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
1315
1327
  default: null;
1316
1328
  };
1317
- }>> & {
1329
+ }>> & Readonly<{
1318
1330
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1319
- }, {
1331
+ }>, {
1320
1332
  modelValue: import("../../../../../shared/types").AnyObject[];
1321
1333
  paramCfg: Record<string, any>;
1322
- }>;
1323
- InputNumberGroup: import("vue").DefineComponent<{
1334
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1335
+ readonly InputNumberGroup: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1324
1336
  paramCfg: {
1325
1337
  type: ObjectConstructor;
1326
1338
  default: null;
@@ -1329,8 +1341,8 @@ declare const _default: import("vue").DefineComponent<{
1329
1341
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1330
1342
  default: null;
1331
1343
  };
1332
- }, {
1333
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1344
+ }>, {
1345
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1334
1346
  paramCfg: {
1335
1347
  type: ObjectConstructor;
1336
1348
  default: null;
@@ -1339,16 +1351,16 @@ declare const _default: import("vue").DefineComponent<{
1339
1351
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1340
1352
  default: null;
1341
1353
  };
1342
- }>> & {
1354
+ }>> & Readonly<{
1343
1355
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1344
- }>>;
1345
- startNumber: import("vue").Ref<any>;
1346
- endNumber: import("vue").Ref<any>;
1356
+ }> & {}>;
1357
+ startNumber: import("vue").Ref<any, any>;
1358
+ endNumber: import("vue").Ref<any, any>;
1347
1359
  emit: (event: "update:modelValue", ...args: any[]) => void;
1348
1360
  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<{
1361
+ readonly NInputGroup: any;
1362
+ readonly NInputNumber: any;
1363
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1352
1364
  paramCfg: {
1353
1365
  type: ObjectConstructor;
1354
1366
  default: null;
@@ -1357,13 +1369,13 @@ declare const _default: import("vue").DefineComponent<{
1357
1369
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1358
1370
  default: null;
1359
1371
  };
1360
- }>> & {
1372
+ }>> & Readonly<{
1361
1373
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1362
- }, {
1374
+ }>, {
1363
1375
  modelValue: string | number | unknown[];
1364
1376
  paramCfg: Record<string, any>;
1365
- }>;
1366
- DateRange: import("vue").DefineComponent<{
1377
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1378
+ readonly DateRange: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1367
1379
  item: {
1368
1380
  type: ObjectConstructor;
1369
1381
  required: true;
@@ -1384,8 +1396,8 @@ declare const _default: import("vue").DefineComponent<{
1384
1396
  type: StringConstructor;
1385
1397
  default: null;
1386
1398
  };
1387
- }, {
1388
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1399
+ }>, {
1400
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1389
1401
  item: {
1390
1402
  type: ObjectConstructor;
1391
1403
  required: true;
@@ -1406,15 +1418,15 @@ declare const _default: import("vue").DefineComponent<{
1406
1418
  type: StringConstructor;
1407
1419
  default: null;
1408
1420
  };
1409
- }>> & {
1421
+ }>> & Readonly<{
1410
1422
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1411
1423
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1412
1424
  "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
1413
- }>>;
1425
+ }> & {}>;
1414
1426
  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">;
1427
+ startDate: import("vue").Ref<any, any>;
1428
+ endDate: import("vue").Ref<any, any>;
1429
+ filterType: import("vue").ComputedRef<"1" | "3" | "2">;
1418
1430
  valueFormat: import("vue").ComputedRef<string>;
1419
1431
  dateFormat: import("vue").ComputedRef<string>;
1420
1432
  compType: import("vue").ComputedRef<any>;
@@ -1432,8 +1444,8 @@ declare const _default: import("vue").DefineComponent<{
1432
1444
  label: string;
1433
1445
  value: string;
1434
1446
  }[]>;
1435
- presetValCp: import("vue").WritableComputedRef<string>;
1436
- valueDateCp: import("vue").WritableComputedRef<unknown>;
1447
+ presetValCp: import("vue").WritableComputedRef<string, string>;
1448
+ valueDateCp: import("vue").WritableComputedRef<string | number | unknown[] | null, unknown>;
1437
1449
  handleChange: (val: any, type: "start" | "end") => void;
1438
1450
  isStartDateDisabled: (ts: number) => boolean;
1439
1451
  timeStartDisabled: (ts: number) => {
@@ -1447,9 +1459,9 @@ declare const _default: import("vue").DefineComponent<{
1447
1459
  isMinuteDisabled(minute: number, hour: number | null): boolean | 0;
1448
1460
  isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | 0;
1449
1461
  };
1450
- NSelect: any;
1451
- NPopover: any;
1452
- CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
1462
+ readonly NSelect: any;
1463
+ readonly NPopover: any;
1464
+ readonly CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1453
1465
  updateUnchangedValue: {
1454
1466
  type: BooleanConstructor;
1455
1467
  };
@@ -1480,11 +1492,11 @@ declare const _default: import("vue").DefineComponent<{
1480
1492
  isDateDisabled: {
1481
1493
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
1482
1494
  };
1483
- }, {
1495
+ }>, {
1484
1496
  attrs: {
1485
1497
  [x: string]: unknown;
1486
1498
  };
1487
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1499
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1488
1500
  updateUnchangedValue: {
1489
1501
  type: BooleanConstructor;
1490
1502
  };
@@ -1515,15 +1527,15 @@ declare const _default: import("vue").DefineComponent<{
1515
1527
  isDateDisabled: {
1516
1528
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
1517
1529
  };
1518
- }>> & {
1530
+ }>> & Readonly<{
1519
1531
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1520
- }>>;
1532
+ }> & {}>;
1521
1533
  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>;
1534
+ datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null, import("../../../../../shared/types").AnyObject | null>;
1535
+ panelInstRef: import("vue").Ref<null, null>;
1536
+ placeholderRef: import("vue").Ref<any, any>;
1537
+ oldValue: (string | [string, string]) | null | undefined;
1538
+ currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
1527
1539
  isDateTime: import("vue").ComputedRef<boolean>;
1528
1540
  formatRef: import("vue").ComputedRef<string>;
1529
1541
  panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
@@ -1538,8 +1550,8 @@ declare const _default: import("vue").DefineComponent<{
1538
1550
  onConfirm: (...args: any[]) => Promise<void>;
1539
1551
  isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
1540
1552
  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<{
1553
+ readonly NDatePicker: any;
1554
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1543
1555
  updateUnchangedValue: {
1544
1556
  type: BooleanConstructor;
1545
1557
  };
@@ -1570,15 +1582,15 @@ declare const _default: import("vue").DefineComponent<{
1570
1582
  isDateDisabled: {
1571
1583
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
1572
1584
  };
1573
- }>> & {
1585
+ }>> & Readonly<{
1574
1586
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1575
- }, {
1587
+ }>, {
1576
1588
  type: string;
1577
1589
  updateUnchangedValue: boolean;
1578
1590
  to: string | false | HTMLElement;
1579
1591
  holidays: Date[];
1580
- }>>;
1581
- DateOption: import("vue").DefineComponent<{
1592
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
1593
+ DateOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1582
1594
  filterType: {
1583
1595
  type: StringConstructor;
1584
1596
  required: true;
@@ -1603,7 +1615,7 @@ declare const _default: import("vue").DefineComponent<{
1603
1615
  valueFormat: {
1604
1616
  type: StringConstructor;
1605
1617
  };
1606
- }, {
1618
+ }>, {
1607
1619
  widgetOptions: {
1608
1620
  label: string;
1609
1621
  value: string;
@@ -1612,9 +1624,9 @@ declare const _default: import("vue").DefineComponent<{
1612
1624
  label: string;
1613
1625
  value: string;
1614
1626
  }[];
1615
- startDateNum: import("vue").Ref<any>;
1616
- endDateNum: import("vue").Ref<any>;
1617
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1627
+ startDateNum: import("vue").Ref<any, any>;
1628
+ endDateNum: import("vue").Ref<any, any>;
1629
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1618
1630
  filterType: {
1619
1631
  type: StringConstructor;
1620
1632
  required: true;
@@ -1639,17 +1651,17 @@ declare const _default: import("vue").DefineComponent<{
1639
1651
  valueFormat: {
1640
1652
  type: StringConstructor;
1641
1653
  };
1642
- }>> & {
1654
+ }>> & Readonly<{
1643
1655
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1644
1656
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1645
- }>>;
1657
+ }> & {}>;
1646
1658
  emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
1647
- valueCp: import("vue").WritableComputedRef<any>;
1648
- presetValCp: import("vue").WritableComputedRef<string>;
1659
+ valueCp: import("vue").WritableComputedRef<any, any>;
1660
+ presetValCp: import("vue").WritableComputedRef<string, string>;
1649
1661
  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<{
1662
+ readonly NSelect: any;
1663
+ readonly NInputNumber: any;
1664
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1653
1665
  filterType: {
1654
1666
  type: StringConstructor;
1655
1667
  required: true;
@@ -1674,14 +1686,14 @@ declare const _default: import("vue").DefineComponent<{
1674
1686
  valueFormat: {
1675
1687
  type: StringConstructor;
1676
1688
  };
1677
- }>> & {
1689
+ }>> & Readonly<{
1678
1690
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1679
1691
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1680
- }, {
1692
+ }>, {
1681
1693
  modelValue: string | number | unknown[];
1682
1694
  presetVal: string;
1683
- }>;
1684
- WidgetValEnums: {
1695
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1696
+ readonly WidgetValEnums: {
1685
1697
  CUSTOM: string;
1686
1698
  FIRST_VAL: string;
1687
1699
  WHOLE: string;
@@ -1712,7 +1724,7 @@ declare const _default: import("vue").DefineComponent<{
1712
1724
  NEXT_YEAR: string;
1713
1725
  LAST_YEAR: string;
1714
1726
  };
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<{
1727
+ }, {}, {}, {}, 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
1728
  item: {
1717
1729
  type: ObjectConstructor;
1718
1730
  required: true;
@@ -1733,17 +1745,17 @@ declare const _default: import("vue").DefineComponent<{
1733
1745
  type: StringConstructor;
1734
1746
  default: null;
1735
1747
  };
1736
- }>> & {
1748
+ }>> & Readonly<{
1737
1749
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1738
1750
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1739
1751
  "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
1740
- }, {
1752
+ }>, {
1741
1753
  modelValue: string | number | unknown[];
1742
1754
  paramCfg: Record<string, any>;
1743
1755
  presetVal: string;
1744
1756
  customDate: string;
1745
- }>;
1746
- SelectLabel: import("vue").DefineComponent<{
1757
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1758
+ readonly SelectLabel: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1747
1759
  paramCfg: {
1748
1760
  type: ObjectConstructor;
1749
1761
  default: null;
@@ -1752,10 +1764,10 @@ declare const _default: import("vue").DefineComponent<{
1752
1764
  type: StringConstructor;
1753
1765
  default: null;
1754
1766
  };
1755
- }, {
1767
+ }>, {
1756
1768
  getDynamicLabelData: (params: any, filterApiConfig: any) => Promise<any>;
1757
- message: import("naive-ui").MessageApi;
1758
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1769
+ message: import("naive-ui/es/message").MessageApi;
1770
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1759
1771
  paramCfg: {
1760
1772
  type: ObjectConstructor;
1761
1773
  default: null;
@@ -1764,13 +1776,13 @@ declare const _default: import("vue").DefineComponent<{
1764
1776
  type: StringConstructor;
1765
1777
  default: null;
1766
1778
  };
1767
- }>> & {
1779
+ }>> & Readonly<{
1768
1780
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1769
- }>>;
1781
+ }> & {}>;
1770
1782
  emit: (event: "update:modelValue", ...args: any[]) => void;
1771
- tagList: import("vue").Ref<never[]>;
1783
+ tagList: import("vue").Ref<never[], never[]>;
1772
1784
  filterApiConfig: import("../../../../../shared/types").AnyObject;
1773
- valueCp: import("vue").WritableComputedRef<string[]>;
1785
+ valueCp: import("vue").WritableComputedRef<string[], string[]>;
1774
1786
  optionList: import("vue").ComputedRef<import("naive-ui").SelectOption[]>;
1775
1787
  initTagList: () => Promise<void>;
1776
1788
  renderOption: ({ node, option }: {
@@ -1782,8 +1794,8 @@ declare const _default: import("vue").DefineComponent<{
1782
1794
  [key: string]: any;
1783
1795
  }>;
1784
1796
  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<{
1797
+ readonly NSelect: any;
1798
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1787
1799
  paramCfg: {
1788
1800
  type: ObjectConstructor;
1789
1801
  default: null;
@@ -1792,13 +1804,13 @@ declare const _default: import("vue").DefineComponent<{
1792
1804
  type: StringConstructor;
1793
1805
  default: null;
1794
1806
  };
1795
- }>> & {
1807
+ }>> & Readonly<{
1796
1808
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1797
- }, {
1809
+ }>, {
1798
1810
  modelValue: string;
1799
1811
  paramCfg: Record<string, any>;
1800
- }>;
1801
- SelectTreeDynamic: import("vue").DefineComponent<{
1812
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1813
+ readonly SelectTreeDynamic: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1802
1814
  paramCfg: {
1803
1815
  type: ObjectConstructor;
1804
1816
  default: null;
@@ -1807,9 +1819,9 @@ declare const _default: import("vue").DefineComponent<{
1807
1819
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1808
1820
  default: null;
1809
1821
  };
1810
- }, {
1811
- message: import("naive-ui").MessageApi;
1812
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1822
+ }>, {
1823
+ message: import("naive-ui/es/message").MessageApi;
1824
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1813
1825
  paramCfg: {
1814
1826
  type: ObjectConstructor;
1815
1827
  default: null;
@@ -1818,22 +1830,22 @@ declare const _default: import("vue").DefineComponent<{
1818
1830
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1819
1831
  default: null;
1820
1832
  };
1821
- }>> & {
1833
+ }>> & Readonly<{
1822
1834
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1823
- }>>;
1835
+ }> & {}>;
1824
1836
  getDynamicSelectData: (params: any, filterApiConfig: any) => Promise<any>;
1825
1837
  emit: (event: "update:modelValue", ...args: any[]) => void;
1826
- options: import("vue").Ref<any[]>;
1838
+ options: import("vue").Ref<any[], any[]>;
1827
1839
  filterApiConfig: import("../../../../../shared/types").AnyObject;
1828
- classifyFilterList: import("vue").Ref<import("../../../../../shared/types").AnyObject[]>;
1840
+ classifyFilterList: import("vue").Ref<import("../../../../../shared/types").AnyObject[], import("../../../../../shared/types").AnyObject[]>;
1829
1841
  optionSetting: import("vue").ComputedRef<any>;
1830
1842
  isMultiple: import("vue").ComputedRef<boolean>;
1831
1843
  dynamicOptionInfos: import("vue").ComputedRef<any>;
1832
- valueCp: import("vue").WritableComputedRef<any>;
1844
+ valueCp: import("vue").WritableComputedRef<any, any>;
1833
1845
  transformOptions: (list: any[], showKeys: string[], valueKey: string) => any[];
1834
1846
  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<{
1847
+ readonly NTreeSelect: any;
1848
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1837
1849
  paramCfg: {
1838
1850
  type: ObjectConstructor;
1839
1851
  default: null;
@@ -1842,13 +1854,13 @@ declare const _default: import("vue").DefineComponent<{
1842
1854
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1843
1855
  default: null;
1844
1856
  };
1845
- }>> & {
1857
+ }>> & Readonly<{
1846
1858
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1847
- }, {
1859
+ }>, {
1848
1860
  modelValue: string | number | unknown[];
1849
1861
  paramCfg: Record<string, any>;
1850
- }>;
1851
- WidgetTypeEnums: {
1862
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1863
+ readonly WidgetTypeEnums: {
1852
1864
  INPUT_NUMBER: string;
1853
1865
  INPUT: string;
1854
1866
  SELECT: string;
@@ -1868,7 +1880,7 @@ declare const _default: import("vue").DefineComponent<{
1868
1880
  SELECTTREE: string;
1869
1881
  SELECTTREEDYNAMIC: string;
1870
1882
  };
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<{
1883
+ }, {}, {}, {}, 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
1884
  item: {
1873
1885
  type: ObjectConstructor;
1874
1886
  default: null;
@@ -1892,20 +1904,20 @@ declare const _default: import("vue").DefineComponent<{
1892
1904
  type: StringConstructor;
1893
1905
  default: null;
1894
1906
  };
1895
- }>> & {
1907
+ }>> & Readonly<{
1896
1908
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1897
1909
  "onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
1898
1910
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1899
1911
  "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
1900
- }, {
1912
+ }>, {
1901
1913
  modelValue: string | number | unknown[];
1902
1914
  item: Record<string, any>;
1903
1915
  paramCfg: Record<string, any>;
1904
1916
  presetVal: string;
1905
1917
  isAccurate: boolean;
1906
1918
  customDate: string;
1907
- }>;
1908
- ConditionEnums: {
1919
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1920
+ readonly ConditionEnums: {
1909
1921
  NULL: string;
1910
1922
  EQUAL: string;
1911
1923
  CUSTOM_RANGE: string;
@@ -1914,7 +1926,7 @@ declare const _default: import("vue").DefineComponent<{
1914
1926
  IN_THE_PAST_DI: string;
1915
1927
  IN_THE_FUTURE_DI: string;
1916
1928
  };
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<{
1929
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1918
1930
  actionList_prop: {
1919
1931
  type: import("vue").PropType<IClassifyListType>;
1920
1932
  default: () => {};
@@ -1939,18 +1951,18 @@ declare const _default: import("vue").DefineComponent<{
1939
1951
  type: BooleanConstructor;
1940
1952
  default: boolean;
1941
1953
  };
1942
- }>> & {
1954
+ }>> & Readonly<{
1943
1955
  onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
1944
1956
  onSaveAdd?: ((...args: any[]) => any) | undefined;
1945
- }, {
1957
+ }>, {
1946
1958
  searchFieldList: unknown[];
1947
1959
  tableId: string;
1948
1960
  conditionList: unknown[];
1949
1961
  actionList_prop: IClassifyListType;
1950
1962
  showItemName: boolean;
1951
1963
  hideAddBtn: boolean;
1952
- }>;
1953
- BiFilterConditionByApi: import("vue").DefineComponent<{
1964
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1965
+ BiFilterConditionByApi: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1954
1966
  actionList_prop: {
1955
1967
  type: import("vue").PropType<IClassifyListType>;
1956
1968
  default: () => {};
@@ -1975,15 +1987,15 @@ declare const _default: import("vue").DefineComponent<{
1975
1987
  type: BooleanConstructor;
1976
1988
  default: boolean;
1977
1989
  };
1978
- }, {
1979
- $message: import("naive-ui").MessageApi;
1990
+ }>, {
1991
+ $message: import("naive-ui/es/message").MessageApi;
1980
1992
  menuProps: {
1981
1993
  class: string;
1982
1994
  };
1983
1995
  dateCons: string[];
1984
1996
  textCons: string[];
1985
1997
  numberCons: string[];
1986
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1998
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1987
1999
  actionList_prop: {
1988
2000
  type: import("vue").PropType<IClassifyListType>;
1989
2001
  default: () => {};
@@ -2008,19 +2020,19 @@ declare const _default: import("vue").DefineComponent<{
2008
2020
  type: BooleanConstructor;
2009
2021
  default: boolean;
2010
2022
  };
2011
- }>> & {
2023
+ }>> & Readonly<{
2012
2024
  onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
2013
2025
  onSaveAdd?: ((...args: any[]) => any) | undefined;
2014
- }>>;
2026
+ }> & {}>;
2015
2027
  emit: (event: "cancelSaveAdd" | "saveAdd", ...args: any[]) => void;
2016
2028
  $attrs: {
2017
2029
  [x: string]: unknown;
2018
2030
  };
2019
2031
  FormState: any;
2020
- loading: import("vue").Ref<boolean>;
2021
- parentInputRef: import("vue").Ref<any>;
2022
- parentInputAddRef: import("vue").Ref<any>;
2023
- sqlExpression: any;
2032
+ loading: import("vue").Ref<boolean, boolean>;
2033
+ parentInputRef: import("vue").Ref<any, any>;
2034
+ parentInputAddRef: import("vue").Ref<any, any>;
2035
+ sqlExpression: import("vue").Ref<any, any>;
2024
2036
  DisplayCategoryState: {
2025
2037
  addDisplayCategory: string;
2026
2038
  displayCategories: {
@@ -2057,16 +2069,16 @@ declare const _default: import("vue").DefineComponent<{
2057
2069
  saveAdd: () => void;
2058
2070
  cancelSaveAdd: () => void;
2059
2071
  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<{
2072
+ readonly NSpin: any;
2073
+ readonly NIcon: any;
2074
+ readonly NInput: any;
2075
+ readonly NButton: any;
2076
+ readonly NTooltip: any;
2077
+ readonly NSelect: any;
2078
+ 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>;
2079
+ 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>;
2080
+ 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>;
2081
+ ValueCfg: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2070
2082
  paramCfg: {
2071
2083
  type: ObjectConstructor;
2072
2084
  default: null;
@@ -2079,8 +2091,8 @@ declare const _default: import("vue").DefineComponent<{
2079
2091
  type: ArrayConstructor;
2080
2092
  default: () => never[];
2081
2093
  };
2082
- }, {
2083
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2094
+ }>, {
2095
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2084
2096
  paramCfg: {
2085
2097
  type: ObjectConstructor;
2086
2098
  default: null;
@@ -2093,17 +2105,17 @@ declare const _default: import("vue").DefineComponent<{
2093
2105
  type: ArrayConstructor;
2094
2106
  default: () => never[];
2095
2107
  };
2096
- }>> & {
2108
+ }>> & Readonly<{
2097
2109
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2098
2110
  "onUpdate:modelValues"?: ((...args: any[]) => any) | undefined;
2099
- }>>;
2111
+ }> & {}>;
2100
2112
  emit: (event: "update:modelValue" | "update:modelValues", ...args: any[]) => void;
2101
- valueCp: import("vue").WritableComputedRef<any>;
2102
- valuesCp: import("vue").WritableComputedRef<any>;
2113
+ valueCp: import("vue").WritableComputedRef<any, any>;
2114
+ valuesCp: import("vue").WritableComputedRef<any, any>;
2103
2115
  isSelectMode: import("vue").ComputedRef<boolean>;
2104
2116
  isSelectMultiple: import("vue").ComputedRef<boolean>;
2105
2117
  biType: import("vue").ComputedRef<any>;
2106
- Date: import("vue").DefineComponent<{
2118
+ readonly Date: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2107
2119
  componentCfg: {
2108
2120
  type: ObjectConstructor;
2109
2121
  };
@@ -2115,8 +2127,8 @@ declare const _default: import("vue").DefineComponent<{
2115
2127
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
2116
2128
  default: null;
2117
2129
  };
2118
- }, {
2119
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2130
+ }>, {
2131
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2120
2132
  componentCfg: {
2121
2133
  type: ObjectConstructor;
2122
2134
  };
@@ -2128,15 +2140,15 @@ declare const _default: import("vue").DefineComponent<{
2128
2140
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
2129
2141
  default: null;
2130
2142
  };
2131
- }>> & {
2143
+ }>> & Readonly<{
2132
2144
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2133
- }>>;
2145
+ }> & {}>;
2134
2146
  emit: (event: "update:modelValue", ...args: any[]) => void;
2135
- valueCp: import("vue").WritableComputedRef<any>;
2147
+ valueCp: import("vue").WritableComputedRef<any, any>;
2136
2148
  dateType: any;
2137
2149
  valueFormat: import("vue").ComputedRef<string>;
2138
2150
  compType: import("vue").ComputedRef<any>;
2139
- CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
2151
+ readonly CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2140
2152
  updateUnchangedValue: {
2141
2153
  type: BooleanConstructor;
2142
2154
  };
@@ -2167,11 +2179,11 @@ declare const _default: import("vue").DefineComponent<{
2167
2179
  isDateDisabled: {
2168
2180
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
2169
2181
  };
2170
- }, {
2182
+ }>, {
2171
2183
  attrs: {
2172
2184
  [x: string]: unknown;
2173
2185
  };
2174
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2186
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2175
2187
  updateUnchangedValue: {
2176
2188
  type: BooleanConstructor;
2177
2189
  };
@@ -2202,15 +2214,15 @@ declare const _default: import("vue").DefineComponent<{
2202
2214
  isDateDisabled: {
2203
2215
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
2204
2216
  };
2205
- }>> & {
2217
+ }>> & Readonly<{
2206
2218
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
2207
- }>>;
2219
+ }> & {}>;
2208
2220
  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>;
2221
+ datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null, import("../../../../../shared/types").AnyObject | null>;
2222
+ panelInstRef: import("vue").Ref<null, null>;
2223
+ placeholderRef: import("vue").Ref<any, any>;
2224
+ oldValue: (string | [string, string]) | null | undefined;
2225
+ currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
2214
2226
  isDateTime: import("vue").ComputedRef<boolean>;
2215
2227
  formatRef: import("vue").ComputedRef<string>;
2216
2228
  panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
@@ -2225,8 +2237,8 @@ declare const _default: import("vue").DefineComponent<{
2225
2237
  onConfirm: (...args: any[]) => Promise<void>;
2226
2238
  isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
2227
2239
  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<{
2240
+ readonly NDatePicker: any;
2241
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2230
2242
  updateUnchangedValue: {
2231
2243
  type: BooleanConstructor;
2232
2244
  };
@@ -2257,15 +2269,15 @@ declare const _default: import("vue").DefineComponent<{
2257
2269
  isDateDisabled: {
2258
2270
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
2259
2271
  };
2260
- }>> & {
2272
+ }>> & Readonly<{
2261
2273
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
2262
- }, {
2274
+ }>, {
2263
2275
  type: string;
2264
2276
  updateUnchangedValue: boolean;
2265
2277
  to: string | false | HTMLElement;
2266
2278
  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<{
2279
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
2280
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2269
2281
  componentCfg: {
2270
2282
  type: ObjectConstructor;
2271
2283
  };
@@ -2277,13 +2289,13 @@ declare const _default: import("vue").DefineComponent<{
2277
2289
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
2278
2290
  default: null;
2279
2291
  };
2280
- }>> & {
2292
+ }>> & Readonly<{
2281
2293
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2282
- }, {
2294
+ }>, {
2283
2295
  modelValue: string | number | unknown[];
2284
2296
  paramCfg: Record<string, any>;
2285
- }>;
2286
- InputFilter: import("vue").DefineComponent<{
2297
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2298
+ readonly InputFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2287
2299
  paramCfg: {
2288
2300
  type: ObjectConstructor;
2289
2301
  default: null;
@@ -2292,8 +2304,8 @@ declare const _default: import("vue").DefineComponent<{
2292
2304
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
2293
2305
  default: null;
2294
2306
  };
2295
- }, {
2296
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2307
+ }>, {
2308
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2297
2309
  paramCfg: {
2298
2310
  type: ObjectConstructor;
2299
2311
  default: null;
@@ -2302,13 +2314,13 @@ declare const _default: import("vue").DefineComponent<{
2302
2314
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
2303
2315
  default: null;
2304
2316
  };
2305
- }>> & {
2317
+ }>> & Readonly<{
2306
2318
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2307
- }>>;
2319
+ }> & {}>;
2308
2320
  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<{
2321
+ valueCp: import("vue").WritableComputedRef<any, any>;
2322
+ readonly NInput: any;
2323
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2312
2324
  paramCfg: {
2313
2325
  type: ObjectConstructor;
2314
2326
  default: null;
@@ -2317,40 +2329,40 @@ declare const _default: import("vue").DefineComponent<{
2317
2329
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
2318
2330
  default: null;
2319
2331
  };
2320
- }>> & {
2332
+ }>> & Readonly<{
2321
2333
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2322
- }, {
2334
+ }>, {
2323
2335
  modelValue: string | number | unknown[];
2324
2336
  paramCfg: Record<string, any>;
2325
- }>;
2326
- InputNumber: import("vue").DefineComponent<{
2337
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2338
+ readonly InputNumber: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2327
2339
  modelValue: {
2328
2340
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
2329
2341
  default: null;
2330
2342
  };
2331
- }, {
2332
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2343
+ }>, {
2344
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2333
2345
  modelValue: {
2334
2346
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
2335
2347
  default: null;
2336
2348
  };
2337
- }>> & {
2349
+ }>> & Readonly<{
2338
2350
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2339
- }>>;
2351
+ }> & {}>;
2340
2352
  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<{
2353
+ valueCp: import("vue").WritableComputedRef<any, any>;
2354
+ readonly NInputNumber: any;
2355
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2344
2356
  modelValue: {
2345
2357
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
2346
2358
  default: null;
2347
2359
  };
2348
- }>> & {
2360
+ }>> & Readonly<{
2349
2361
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2350
- }, {
2362
+ }>, {
2351
2363
  modelValue: string | number | unknown[];
2352
- }>;
2353
- SelectFilter: import("vue").DefineComponent<{
2364
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2365
+ readonly SelectFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2354
2366
  paramCfg: {
2355
2367
  type: ObjectConstructor;
2356
2368
  default: null;
@@ -2359,8 +2371,8 @@ declare const _default: import("vue").DefineComponent<{
2359
2371
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
2360
2372
  default: null;
2361
2373
  };
2362
- }, {
2363
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2374
+ }>, {
2375
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2364
2376
  paramCfg: {
2365
2377
  type: ObjectConstructor;
2366
2378
  default: null;
@@ -2369,15 +2381,15 @@ declare const _default: import("vue").DefineComponent<{
2369
2381
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
2370
2382
  default: null;
2371
2383
  };
2372
- }>> & {
2384
+ }>> & Readonly<{
2373
2385
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2374
- }>>;
2386
+ }> & {}>;
2375
2387
  emit: (event: "update:modelValue", ...args: any[]) => void;
2376
- valueCp: import("vue").WritableComputedRef<any>;
2388
+ valueCp: import("vue").WritableComputedRef<any, any>;
2377
2389
  optionSetting: import("vue").ComputedRef<any>;
2378
2390
  widgetOptions: import("vue").ComputedRef<any>;
2379
- NSelect: any;
2380
- WidgetOptionEnums: {
2391
+ readonly NSelect: any;
2392
+ readonly WidgetOptionEnums: {
2381
2393
  RADIO: string;
2382
2394
  MULTIPLE: string;
2383
2395
  ALL: string;
@@ -2386,7 +2398,7 @@ declare const _default: import("vue").DefineComponent<{
2386
2398
  FUTURE_TIME: string;
2387
2399
  CUSTOM_TIME: string;
2388
2400
  };
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<{
2401
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2390
2402
  paramCfg: {
2391
2403
  type: ObjectConstructor;
2392
2404
  default: null;
@@ -2395,13 +2407,13 @@ declare const _default: import("vue").DefineComponent<{
2395
2407
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
2396
2408
  default: null;
2397
2409
  };
2398
- }>> & {
2410
+ }>> & Readonly<{
2399
2411
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2400
- }, {
2412
+ }>, {
2401
2413
  modelValue: string | number | unknown[];
2402
2414
  paramCfg: Record<string, any>;
2403
- }>;
2404
- WidgetTypeEnums: {
2415
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2416
+ readonly WidgetTypeEnums: {
2405
2417
  INPUT_NUMBER: string;
2406
2418
  INPUT: string;
2407
2419
  SELECT: string;
@@ -2421,7 +2433,7 @@ declare const _default: import("vue").DefineComponent<{
2421
2433
  SELECTTREE: string;
2422
2434
  SELECTTREEDYNAMIC: string;
2423
2435
  };
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<{
2436
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:modelValues")[], "update:modelValue" | "update:modelValues", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2425
2437
  paramCfg: {
2426
2438
  type: ObjectConstructor;
2427
2439
  default: null;
@@ -2434,15 +2446,15 @@ declare const _default: import("vue").DefineComponent<{
2434
2446
  type: ArrayConstructor;
2435
2447
  default: () => never[];
2436
2448
  };
2437
- }>> & {
2449
+ }>> & Readonly<{
2438
2450
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2439
2451
  "onUpdate:modelValues"?: ((...args: any[]) => any) | undefined;
2440
- }, {
2452
+ }>, {
2441
2453
  modelValue: string | number | unknown[];
2442
2454
  paramCfg: Record<string, any>;
2443
2455
  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<{
2456
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2457
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2446
2458
  actionList_prop: {
2447
2459
  type: import("vue").PropType<IClassifyListType>;
2448
2460
  default: () => {};
@@ -2467,18 +2479,18 @@ declare const _default: import("vue").DefineComponent<{
2467
2479
  type: BooleanConstructor;
2468
2480
  default: boolean;
2469
2481
  };
2470
- }>> & {
2482
+ }>> & Readonly<{
2471
2483
  onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
2472
2484
  onSaveAdd?: ((...args: any[]) => any) | undefined;
2473
- }, {
2485
+ }>, {
2474
2486
  searchFieldList: unknown[];
2475
2487
  tableId: string;
2476
2488
  conditionList: unknown[];
2477
2489
  actionList_prop: IClassifyListType;
2478
2490
  showItemName: boolean;
2479
2491
  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<{
2492
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2493
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "cancelSaveAdd"[], "cancelSaveAdd", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2482
2494
  visible: {
2483
2495
  type: BooleanConstructor;
2484
2496
  default: boolean;
@@ -2495,15 +2507,15 @@ declare const _default: import("vue").DefineComponent<{
2495
2507
  type: ArrayConstructor;
2496
2508
  default: () => never[];
2497
2509
  };
2498
- }>> & {
2510
+ }>> & Readonly<{
2499
2511
  onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
2500
- }, {
2512
+ }>, {
2501
2513
  visible: boolean;
2502
- modalTitle: string;
2503
2514
  searchFieldList: unknown[];
2504
2515
  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<{
2516
+ modalTitle: string;
2517
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2518
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("CondiTionListInit" | "saveGetTableCondiTionList" | "setClassifyModal")[], "CondiTionListInit" | "saveGetTableCondiTionList" | "setClassifyModal", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2507
2519
  searchFieldList: {
2508
2520
  type: ArrayConstructor;
2509
2521
  default: () => never[];
@@ -2517,13 +2529,13 @@ declare const _default: import("vue").DefineComponent<{
2517
2529
  type: BooleanConstructor;
2518
2530
  default: boolean;
2519
2531
  };
2520
- }>> & {
2532
+ }>> & Readonly<{
2521
2533
  onCondiTionListInit?: ((...args: any[]) => any) | undefined;
2522
2534
  onSaveGetTableCondiTionList?: ((...args: any[]) => any) | undefined;
2523
2535
  onSetClassifyModal?: ((...args: any[]) => any) | undefined;
2524
- }, {
2536
+ }>, {
2525
2537
  searchFieldList: unknown[];
2526
2538
  conditionList: unknown[];
2527
2539
  classifyModal: boolean;
2528
- }>;
2540
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2529
2541
  export default _default;