cnhis-design-vue 3.3.3-beta.7 → 3.3.3-beta.72

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 (306) hide show
  1. package/README.md +87 -87
  2. package/es/components/audio-sdk/index.d.ts +18 -16
  3. package/es/components/audio-sdk/src/Index.vue.d.ts +18 -16
  4. package/es/components/audio-sdk/src/Index.vue2.js +40 -5
  5. package/es/components/audio-sdk/src/components/recording-modal.vue.d.ts +6 -6
  6. package/es/components/audio-sdk/src/components/recording.vue.d.ts +6 -6
  7. package/es/components/audio-sdk/src/components/recording.vue2.js +17 -3
  8. package/es/components/base-search/index.d.ts +3 -0
  9. package/es/components/base-search/src/index.vue.d.ts +3 -0
  10. package/es/components/big-table/src/components/NoData.vue2.js +8 -1
  11. package/es/components/big-table/src/hooks/useTableParse.js +8 -1
  12. package/es/components/button-print/index.d.ts +67 -2
  13. package/es/components/button-print/src/ButtonPrint.vue.d.ts +67 -2
  14. package/es/components/button-print/src/ButtonPrint.vue2.js +6 -0
  15. package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +28 -3
  16. package/es/components/button-print/src/components/NewPrintComponent.vue2.js +138 -15
  17. package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +18 -0
  18. package/es/components/button-print/src/components/OldPrintComponent.vue2.js +35 -6
  19. package/es/components/button-print/src/utils/print.d.ts +7 -5
  20. package/es/components/button-print/src/utils/print.js +183 -7
  21. package/es/components/button-print/style/index.css +1 -1
  22. package/es/components/calendar/src/Calendar.vue2.js +15 -5
  23. package/es/components/callback/src/components/render/popupMaps.d.ts +18 -0
  24. package/es/components/card-reader-sdk-cn/src/henan/index.js +8 -1
  25. package/es/components/classification/index.d.ts +555 -10
  26. package/es/components/classification/src/components/search-filter/index.vue.d.ts +555 -10
  27. package/es/components/classification/src/components/set-classification/index.vue.d.ts +555 -10
  28. package/es/components/classification/src/components/table-modal/index.vue.d.ts +0 -3
  29. package/es/components/classification/src/index.vue.d.ts +555 -10
  30. package/es/components/date-picker/src/DatePicker.vue2.js +8 -1
  31. package/es/components/expand-field/index.d.ts +792 -1
  32. package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +792 -1
  33. package/es/components/expand-field/src/components/PersonModal.vue.d.ts +792 -1
  34. package/es/components/expand-field/src/components/form.vue.d.ts +792 -1
  35. package/es/components/expand-field/src/components/form.vue2.js +8 -1
  36. package/es/components/expand-field/src/index.vue.d.ts +792 -1
  37. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +3 -1
  38. package/es/components/fabric-chart/src/hooks/temperature/useLeft.js +3 -2
  39. package/es/components/fabric-chart/src/hooks/temperature/useOther.d.ts +1 -1
  40. package/es/components/fabric-chart/src/hooks/temperature/useOther.js +58 -15
  41. package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +4 -3
  42. package/es/components/field-editor/index.d.ts +18 -0
  43. package/es/components/field-editor/src/FieldEditor.vue.d.ts +18 -0
  44. package/es/components/field-editor/src/FieldEditor.vue2.js +2 -1
  45. package/es/components/field-editor/src/fields.d.ts +1 -0
  46. package/es/components/field-editor/src/fields.js +6 -0
  47. package/es/components/field-set/src/FieldColor.vue.d.ts +10 -5
  48. package/es/components/field-set/src/FieldFilter.vue.d.ts +10 -5
  49. package/es/components/field-set/src/FieldSet.vue.d.ts +43 -6
  50. package/es/components/field-set/src/FieldSet.vue2.js +118 -69
  51. package/es/components/field-set/src/Index.vue2.js +8 -3
  52. package/es/components/field-set/src/TableStyle.vue2.js +2 -2
  53. package/es/components/field-set/src/components/table-row.vue.d.ts +6 -5
  54. package/es/components/field-set/src/components/table-row.vue2.js +21 -6
  55. package/es/components/field-set/src/constants/index.d.ts +1 -1
  56. package/es/components/field-set/src/types/index.d.ts +3 -1
  57. package/es/components/field-set/style/index.css +1 -1
  58. package/es/components/form-config/index.d.ts +102 -0
  59. package/es/components/form-config/src/FormConfig.vue.d.ts +102 -0
  60. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +18 -0
  61. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +63 -0
  62. package/es/components/form-config/src/components/FormConfigEdit.vue2.js +4 -4
  63. package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +18 -0
  64. package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +9 -2
  65. package/es/components/form-config/src/constants/index.d.ts +31 -1
  66. package/es/components/form-config/src/constants/index.js +150 -1
  67. package/es/components/form-config/src/hooks/useConfigurationField.d.ts +2 -2
  68. package/es/components/form-config/src/hooks/useConfigurationField.js +53 -6
  69. package/es/components/form-config/src/hooks/useLocale.d.ts +6 -0
  70. package/es/components/form-config/src/hooks/useLocale.js +34 -0
  71. package/es/components/form-config/src/types/index.d.ts +12 -0
  72. package/es/components/form-render/index.d.ts +18 -0
  73. package/es/components/form-render/src/FormRender.vue.d.ts +18 -0
  74. package/es/components/form-render/src/FormRender.vue2.js +5 -0
  75. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +18 -0
  76. package/es/components/form-render/src/components/renderer/date.d.ts +3 -1
  77. package/es/components/form-render/src/components/renderer/date.js +12 -10
  78. package/es/components/form-render/src/components/renderer/formItem.d.ts +2 -0
  79. package/es/components/form-render/src/components/renderer/formItem.js +17 -3
  80. package/es/components/form-render/src/components/renderer/levelSearchCascader/index.js +4 -2
  81. package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +1 -0
  82. package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +1 -0
  83. package/es/components/form-render/src/components/renderer/radio_checkbox.js +9 -3
  84. package/es/components/form-render/src/components/renderer/searchCascade.js +3 -0
  85. package/es/components/form-render/src/hooks/useBusinessBinding.d.ts +12 -3
  86. package/es/components/form-render/src/hooks/useBusinessBinding.js +7 -7
  87. package/es/components/form-render/src/hooks/useFieldListAdaptor.js +5 -2
  88. package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +2 -0
  89. package/es/components/form-render/src/hooks/useFieldNormalize.js +15 -0
  90. package/es/components/form-render/src/hooks/useFormContext.js +1 -1
  91. package/es/components/form-render/src/hooks/useFormValidator.js +8 -1
  92. package/es/components/form-render/src/hooks/useLowCodeReactions.js +2 -1
  93. package/es/components/form-render/src/types/index.d.ts +1 -0
  94. package/es/components/form-render/src/utils/business.d.ts +3 -1
  95. package/es/components/form-render/src/utils/business.js +7 -1
  96. package/es/components/form-render/style/index.css +1 -1
  97. package/es/components/iho-chat/index.d.ts +902 -99
  98. package/es/components/iho-chat/src/Index.vue.d.ts +902 -99
  99. package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +24 -1
  100. package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +181 -8
  101. package/es/components/iho-chat/src/components/ChatFile.vue2.js +51 -41
  102. package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +66 -6
  103. package/es/components/iho-chat/src/components/ChatFooter.vue2.js +158 -57
  104. package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +329 -15
  105. package/es/components/iho-chat/src/components/ChatHeader.vue2.js +21 -19
  106. package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +235 -20
  107. package/es/components/iho-chat/src/components/ChatMain.vue2.js +298 -279
  108. package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +51 -5
  109. package/es/components/iho-chat/src/components/ChatRecord.vue2.js +3 -3
  110. package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +24 -1
  111. package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +48 -2
  112. package/es/components/iho-chat/src/components/ContextMenu.js +34 -27
  113. package/es/components/iho-chat/src/components/ImageLightbox.vue.d.ts +104 -0
  114. package/es/components/iho-chat/src/components/ImageLightbox.vue.js +6 -0
  115. package/es/components/iho-chat/src/components/ImageLightbox.vue2.js +307 -0
  116. package/es/components/iho-chat/src/components/MessageEvent.vue.d.ts +24 -1
  117. package/es/components/iho-chat/src/components/MessageMergeForward.vue.d.ts +53 -6
  118. package/es/components/iho-chat/src/components/MessageMergeForward.vue2.js +3 -3
  119. package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +93 -30
  120. package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +348 -144
  121. package/es/components/iho-chat/src/components/PersonProfile.vue.d.ts +24 -1
  122. package/es/components/iho-chat/src/components/PersonProfile.vue2.js +1 -1
  123. package/es/components/iho-chat/src/components/SelectLabel.vue.d.ts +1 -1
  124. package/es/components/iho-chat/src/components/SiderList.vue.d.ts +24 -1
  125. package/es/components/iho-chat/src/components/Video.vue.d.ts +38 -25
  126. package/es/components/iho-chat/src/components/Video.vue2.js +35 -40
  127. package/es/components/iho-chat/src/hooks/index.d.ts +1 -0
  128. package/es/components/iho-chat/src/hooks/index.js +1 -0
  129. package/es/components/iho-chat/src/hooks/useData.d.ts +51 -4
  130. package/es/components/iho-chat/src/hooks/useData.js +2 -7
  131. package/es/components/iho-chat/src/hooks/useDraggable.d.ts +25 -0
  132. package/es/components/iho-chat/src/hooks/useDraggable.js +160 -0
  133. package/es/components/iho-chat/src/hooks/useVideo.d.ts +78 -11
  134. package/es/components/iho-chat/src/hooks/useVideo.js +420 -44
  135. package/es/components/iho-chat/src/types/index.d.ts +37 -1
  136. package/es/components/iho-chat/src/utils/emoji.d.ts +1 -1
  137. package/es/components/iho-chat/src/utils/emoji.js +1 -1
  138. package/es/components/iho-chat/src/utils/index.d.ts +4 -3
  139. package/es/components/iho-chat/src/utils/index.js +33 -39
  140. package/es/components/iho-chat/style/index.css +1 -1
  141. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +8 -1
  142. package/es/components/iho-table/src/plugins/headerPlugin/index.js +5 -2
  143. package/es/components/iho-table/src/plugins/highLightSetPlugin.js +2 -1
  144. package/es/components/index.css +1 -1
  145. package/es/components/index.d.ts +2 -0
  146. package/es/components/index.js +2 -1
  147. package/es/components/info-header/index.d.ts +41 -0
  148. package/es/components/info-header/src/InfoHeader.vue.d.ts +41 -0
  149. package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +1 -0
  150. package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue2.js +56 -22
  151. package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +1 -0
  152. package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +19 -0
  153. package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +18 -0
  154. package/es/components/info-header/src/components/patientInfo/index.vue2.js +16 -2
  155. package/es/components/keyboard/index.d.ts +9 -0
  156. package/es/components/keyboard/src/Keyboard.vue.d.ts +9 -0
  157. package/es/components/keyboard/src/Keyboard.vue2.js +33 -9
  158. package/es/components/keyboard/src/components/NumberPanel.vue.d.ts +4 -0
  159. package/es/components/keyboard/src/components/NumberPanel.vue2.js +50 -17
  160. package/es/components/keyboard/src/types.d.ts +17 -0
  161. package/es/components/keyboard/src/types.js +1 -0
  162. package/es/components/quick-search/index.d.ts +2 -0
  163. package/es/components/quick-search/src/index.vue.d.ts +2 -0
  164. package/es/components/scale-view/index.d.ts +66 -3
  165. package/es/components/scale-view/src/ScaleView.vue.d.ts +69 -5
  166. package/es/components/scale-view/src/ScaleView.vue2.js +79 -4
  167. package/es/components/scale-view/src/components/AnswerParse.vue.d.ts +5 -0
  168. package/es/components/scale-view/src/components/AnswerParse.vue2.js +74 -8
  169. package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +3 -0
  170. package/es/components/scale-view/src/components/EvaluateCountdown.vue2.js +26 -2
  171. package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +3 -0
  172. package/es/components/scale-view/src/components/EvaluatePage.vue2.js +27 -6
  173. package/es/components/scale-view/src/components/NoData.vue2.js +9 -3
  174. package/es/components/scale-view/src/components/ScaleScore.d.ts +1 -1
  175. package/es/components/scale-view/src/components/ScaleScore.js +45 -3
  176. package/es/components/scale-view/src/components/formitem/r-checkbox.js +16 -2
  177. package/es/components/scale-view/src/components/formitem/r-sign.js +32 -4
  178. package/es/components/scale-view/src/components/formitem/r-upload.js +65 -7
  179. package/es/components/scale-view/src/components/formitem/sign-com.js +8 -1
  180. package/es/components/scale-view/src/hooks/scaleview-computed.js +20 -4
  181. package/es/components/scale-view/src/hooks/scaleview-init.js +24 -3
  182. package/es/components/scale-view/src/hooks/scaleview-methods.js +40 -5
  183. package/es/components/scale-view/src/hooks/scaleview-props.d.ts +12 -0
  184. package/es/components/scale-view/src/hooks/scaleview-props.js +12 -0
  185. package/es/components/scale-view/src/hooks/scaleview-submit.d.ts +2 -1
  186. package/es/components/scale-view/src/hooks/scaleview-submit.js +64 -8
  187. package/es/components/scale-view/src/hooks/scaleview-validate.d.ts +1 -1
  188. package/es/components/scale-view/src/hooks/scaleview-validate.js +157 -24
  189. package/es/components/scale-view/src/hooks/use-evaluate.js +16 -2
  190. package/es/components/scale-view/src/hooks/use-noData.js +33 -5
  191. package/es/components/scale-view/src/utils/judge-types.d.ts +2 -1
  192. package/es/components/scale-view/src/utils/judge-types.js +10 -10
  193. package/es/components/scale-view/src/utils/watch-form-change.d.ts +13 -0
  194. package/es/components/scale-view/src/utils/watch-form-change.js +71 -0
  195. package/es/components/select-person/index.d.ts +792 -1
  196. package/es/components/select-person/src/SelectPerson.vue.d.ts +433 -273
  197. package/es/components/select-person/src/SelectPerson.vue.js +6 -0
  198. package/es/components/select-person/src/SelectPerson.vue2.js +795 -0
  199. package/es/components/select-person/src/SelectPersonRole.vue.js +2 -2
  200. package/es/components/select-person/src/components/GroupItem.vue.d.ts +19 -0
  201. package/es/components/select-person/src/components/GroupItem.vue.js +6 -0
  202. package/es/components/select-person/src/components/GroupItem.vue2.js +37 -0
  203. package/es/components/select-person/src/components/SearchGroupList.vue.d.ts +214 -0
  204. package/es/components/select-person/src/components/SearchGroupList.vue.js +6 -0
  205. package/es/components/select-person/src/components/SearchGroupList.vue2.js +145 -0
  206. package/es/components/select-person/src/components/SearchMultiple.vue2.js +1 -1
  207. package/es/components/select-person/src/components/SearchOrgAndStaff.vue2.js +21 -12
  208. package/es/components/select-person/src/components/TagItem.vue.d.ts +43 -0
  209. package/es/components/select-person/src/components/TagItem.vue.js +6 -0
  210. package/es/components/select-person/src/components/TagItem.vue2.js +40 -0
  211. package/es/components/select-person/src/index.vue.d.ts +793 -1
  212. package/es/components/select-person/src/index.vue2.js +21 -4
  213. package/es/components/select-person/src/types/index.d.ts +35 -0
  214. package/es/components/select-person/src/types/index.js +1 -0
  215. package/es/components/select-person/src/utils/index.d.ts +3 -0
  216. package/es/components/select-person/src/utils/index.js +25 -2
  217. package/es/components/select-person/style/index.css +1 -1
  218. package/es/components/shortcut-setter/index.d.ts +18 -0
  219. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +18 -0
  220. package/es/components/table-filter/index.js +1 -1
  221. package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +1 -0
  222. package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue.d.ts +1 -0
  223. package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +1 -0
  224. package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +1 -0
  225. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +543 -6
  226. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +32 -10
  227. package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue.d.ts +226 -0
  228. package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue.js +6 -0
  229. package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue2.js +156 -0
  230. package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +255 -2
  231. package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +79 -5
  232. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +256 -2
  233. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +92 -6
  234. package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue.d.ts +1 -0
  235. package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +512 -4
  236. package/es/components/table-filter/src/components/classify-filter/helpers/options.d.ts +5 -1
  237. package/es/components/table-filter/src/components/classify-filter/helpers/options.js +49 -2
  238. package/es/components/table-filter/src/components/classify-filter/hooks/useFilterConditions.js +2 -1
  239. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +554 -10
  240. package/es/components/table-filter/src/components/classify-filter/index.vue2.js +17 -7
  241. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +2 -2
  242. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +1 -1
  243. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +12 -1
  244. package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.d.ts +1 -1
  245. package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue2.js +25 -6
  246. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +2 -2
  247. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +12 -1
  248. package/es/components/table-filter/src/components/render-widget/components/index.d.ts +5 -5
  249. package/es/components/table-filter/src/components/render-widget/helpers/dateExtraMap.js +32 -4
  250. package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.d.ts +1 -0
  251. package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.js +23 -2
  252. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +5 -5
  253. package/es/components/table-filter/src/hooks/useAdvanced.d.ts +2 -0
  254. package/es/components/table-filter/src/hooks/useAdvanced.js +25 -7
  255. package/es/components/table-filter/src/hooks/useRenderWidget.js +4 -0
  256. package/es/components/table-filter/src/tool/baseOptions.js +8 -1
  257. package/es/components/table-filter/src/tool/date.d.ts +3 -0
  258. package/es/components/table-filter/src/tool/date.js +139 -0
  259. package/es/components/table-filter/src/tool/transformData.d.ts +1 -0
  260. package/es/components/table-filter/src/tool/transformData.js +11 -8
  261. package/es/components/table-filter/src/types/enums.d.ts +5 -0
  262. package/es/components/table-filter/src/types/enums.js +7 -2
  263. package/es/components/table-filter/src/types/index.d.ts +12 -0
  264. package/es/components/vertify/index.d.ts +1 -0
  265. package/es/components/vertify/index.js +1 -0
  266. package/es/components/vertify/src/components/IdentityVerification.vue.d.ts +89 -0
  267. package/es/components/vertify/src/components/IdentityVerification.vue.js +6 -0
  268. package/es/components/vertify/src/components/IdentityVerification.vue2.js +256 -0
  269. package/es/components/vertify/src/utils/dialog.d.ts +7 -0
  270. package/es/components/vertify/src/utils/dialog.js +73 -0
  271. package/es/components/vertify/src/utils/index.d.ts +11 -0
  272. package/es/components/vertify/src/utils/index.js +24 -0
  273. package/es/components/vod-chunk-upload/index.d.ts +16 -0
  274. package/es/components/vod-chunk-upload/src/chunk-upload-new.vue.d.ts +20 -31
  275. package/es/components/vod-chunk-upload/src/chunk-upload-new.vue2.js +205 -78
  276. package/es/components/vod-chunk-upload/src/hooks/upload-computed.d.ts +1 -0
  277. package/es/components/vod-chunk-upload/src/hooks/upload-computed.js +35 -4
  278. package/es/components/vod-chunk-upload/src/hooks/upload-data.d.ts +4 -0
  279. package/es/components/vod-chunk-upload/src/hooks/upload-data.js +78 -11
  280. package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +16 -0
  281. package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +81 -10
  282. package/es/components/vod-chunk-upload/style/index.css +1 -1
  283. package/es/env.d.ts +25 -25
  284. package/es/shared/assets/img/defaultCover/10review_successful.png.js +1 -1
  285. package/es/shared/assets/img/defaultCover/11review_fail.png.js +1 -1
  286. package/es/shared/assets/img/defaultCover/12no_setting.png.js +1 -1
  287. package/es/shared/assets/img/defaultCover/13no_menu_setting.png.js +1 -1
  288. package/es/shared/assets/img/defaultCover/14no_call_setting.png.js +1 -1
  289. package/es/shared/assets/img/defaultCover/15no_use_tag.png.js +1 -1
  290. package/es/shared/assets/img/defaultCover/16no_table_data.png.js +1 -1
  291. package/es/shared/assets/img/defaultCover/1location.png.js +1 -1
  292. package/es/shared/assets/img/defaultCover/2notfound.png.js +1 -1
  293. package/es/shared/assets/img/defaultCover/3loading.png.js +1 -1
  294. package/es/shared/assets/img/defaultCover/4no_permission.png.js +1 -1
  295. package/es/shared/assets/img/defaultCover/5no_data.png.js +1 -1
  296. package/es/shared/assets/img/defaultCover/6no_network.png.js +1 -1
  297. package/es/shared/assets/img/defaultCover/7no_doctor.png.js +1 -1
  298. package/es/shared/assets/img/defaultCover/8system_error.png.js +1 -1
  299. package/es/shared/assets/img/defaultCover/9system_upgrade.png.js +1 -1
  300. package/es/shared/components/InputNumberSlash/InputNumberSlash.js +1 -1
  301. package/es/shared/hooks/selectHooks/useSearchContent.js +1 -1
  302. package/es/shared/hooks/useDateTime.js +1 -1
  303. package/es/shared/hooks/useLevelSearchCascader.js +3 -3
  304. package/es/shared/package.json.js +2 -2
  305. package/es/shared/utils/fabricjs/index.js +1 -1
  306. package/package.json +6 -5
@@ -625,6 +625,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
625
625
  menuProps: {
626
626
  class: string;
627
627
  };
628
+ specialDateRange: string[];
628
629
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
629
630
  actionList_prop: {
630
631
  type: import("vue").PropType<import("..").IClassifyListType>;
@@ -668,6 +669,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
668
669
  value: string;
669
670
  isAccurateSearch?: boolean | undefined;
670
671
  accurateSearchKey?: string | undefined;
672
+ customDate?: string | undefined;
671
673
  }[];
672
674
  };
673
675
  loading: import("vue").Ref<boolean>;
@@ -698,6 +700,11 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
698
700
  getParamCfg: (key: string) => any;
699
701
  initFilterConditions: (tableId: string, rawConditions: import("..").ISearchConfigType) => Promise<void>;
700
702
  getRawFilterConditions: () => any[];
703
+ dateTypeList: string[];
704
+ getOptions: (key: string) => {
705
+ label: string;
706
+ value: string;
707
+ }[];
701
708
  handleEditDisplayCategory: (item: import("..").ICategoryItemType) => void;
702
709
  handleDisplayCategoryAddState: () => void;
703
710
  findConditionByDisplayCategory: (sid: string) => unknown;
@@ -718,6 +725,10 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
718
725
  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<{}>>, {}>;
719
726
  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<{}>>, {}>;
720
727
  ValueCfg: import("vue").DefineComponent<{
728
+ item: {
729
+ type: ObjectConstructor;
730
+ default: null;
731
+ };
721
732
  paramCfg: {
722
733
  type: ObjectConstructor;
723
734
  default: null;
@@ -733,8 +744,16 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
733
744
  isAccurate: {
734
745
  type: BooleanConstructor;
735
746
  };
747
+ customDate: {
748
+ type: StringConstructor;
749
+ default: null;
750
+ };
736
751
  }, {
737
752
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
753
+ item: {
754
+ type: ObjectConstructor;
755
+ default: null;
756
+ };
738
757
  paramCfg: {
739
758
  type: ObjectConstructor;
740
759
  default: null;
@@ -750,20 +769,30 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
750
769
  isAccurate: {
751
770
  type: BooleanConstructor;
752
771
  };
772
+ customDate: {
773
+ type: StringConstructor;
774
+ default: null;
775
+ };
753
776
  }>> & {
754
777
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
755
778
  "onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
756
779
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
780
+ "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
757
781
  }>>;
758
- emit: (event: "update:modelValue" | "update:isAccurate" | "update:presetVal", ...args: any[]) => void;
782
+ emit: (event: "update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
759
783
  valueCp: import("vue").WritableComputedRef<any>;
760
784
  presetValCp: import("vue").WritableComputedRef<string>;
761
785
  isAccurateCp: import("vue").WritableComputedRef<boolean>;
786
+ customDateCp: import("vue").WritableComputedRef<string>;
762
787
  widgetType: import("vue").ComputedRef<any>;
763
788
  Date: import("vue").DefineComponent<{
764
789
  componentCfg: {
765
790
  type: ObjectConstructor;
766
791
  };
792
+ item: {
793
+ type: ObjectConstructor;
794
+ required: true;
795
+ };
767
796
  paramCfg: {
768
797
  type: ObjectConstructor;
769
798
  default: null;
@@ -776,11 +805,19 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
776
805
  type: StringConstructor;
777
806
  default: null;
778
807
  };
808
+ customDate: {
809
+ type: StringConstructor;
810
+ default: null;
811
+ };
779
812
  }, {
780
813
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
781
814
  componentCfg: {
782
815
  type: ObjectConstructor;
783
816
  };
817
+ item: {
818
+ type: ObjectConstructor;
819
+ required: true;
820
+ };
784
821
  paramCfg: {
785
822
  type: ObjectConstructor;
786
823
  default: null;
@@ -793,11 +830,17 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
793
830
  type: StringConstructor;
794
831
  default: null;
795
832
  };
833
+ customDate: {
834
+ type: StringConstructor;
835
+ default: null;
836
+ };
796
837
  }>> & {
797
838
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
798
839
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
840
+ "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
799
841
  }>>;
800
- emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
842
+ emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
843
+ filterType: import("vue").ComputedRef<"1" | "2" | "3">;
801
844
  valueCp: import("vue").WritableComputedRef<any>;
802
845
  presetValCp: import("vue").WritableComputedRef<string>;
803
846
  dateType: any;
@@ -944,6 +987,231 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
944
987
  holidays: Date[];
945
988
  }>>;
946
989
  NSelect: any;
990
+ DateOption: import("vue").DefineComponent<{
991
+ filterType: {
992
+ type: StringConstructor;
993
+ required: true;
994
+ };
995
+ modelValue: {
996
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
997
+ default: null;
998
+ };
999
+ presetVal: {
1000
+ type: StringConstructor;
1001
+ default: null;
1002
+ };
1003
+ dateType: {
1004
+ type: StringConstructor;
1005
+ };
1006
+ isDateDisabled: {
1007
+ type: FunctionConstructor;
1008
+ };
1009
+ timeDisabled: {
1010
+ type: FunctionConstructor;
1011
+ };
1012
+ valueFormat: {
1013
+ type: StringConstructor;
1014
+ };
1015
+ }, {
1016
+ widgetOptions: {
1017
+ label: string;
1018
+ value: string;
1019
+ }[];
1020
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1021
+ filterType: {
1022
+ type: StringConstructor;
1023
+ required: true;
1024
+ };
1025
+ modelValue: {
1026
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1027
+ default: null;
1028
+ };
1029
+ presetVal: {
1030
+ type: StringConstructor;
1031
+ default: null;
1032
+ };
1033
+ dateType: {
1034
+ type: StringConstructor;
1035
+ };
1036
+ isDateDisabled: {
1037
+ type: FunctionConstructor;
1038
+ };
1039
+ timeDisabled: {
1040
+ type: FunctionConstructor;
1041
+ };
1042
+ valueFormat: {
1043
+ type: StringConstructor;
1044
+ };
1045
+ }>> & {
1046
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1047
+ "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1048
+ }>>;
1049
+ emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
1050
+ valueCp: import("vue").WritableComputedRef<any>;
1051
+ presetValCp: import("vue").WritableComputedRef<string>;
1052
+ CDatePicker: SFCWithInstall<import("vue").DefineComponent<{
1053
+ updateUnchangedValue: {
1054
+ type: BooleanConstructor;
1055
+ };
1056
+ onConfirm: {
1057
+ type: FunctionConstructor;
1058
+ };
1059
+ formattedValue: {
1060
+ type: import("vue").PropType<(string | [string, string]) | null | undefined>;
1061
+ };
1062
+ placeholder: {
1063
+ type: StringConstructor;
1064
+ };
1065
+ allowedInvalidValue: {
1066
+ type: StringConstructor;
1067
+ };
1068
+ to: {
1069
+ type: import("vue").PropType<string | false | HTMLElement>;
1070
+ default: string;
1071
+ };
1072
+ holidays: {
1073
+ type: import("vue").PropType<Date[]>;
1074
+ default: () => never[];
1075
+ };
1076
+ type: {
1077
+ type: StringConstructor;
1078
+ default: string;
1079
+ };
1080
+ isDateDisabled: {
1081
+ type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
1082
+ };
1083
+ }, {
1084
+ attrs: {
1085
+ [x: string]: unknown;
1086
+ };
1087
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1088
+ updateUnchangedValue: {
1089
+ type: BooleanConstructor;
1090
+ };
1091
+ onConfirm: {
1092
+ type: FunctionConstructor;
1093
+ };
1094
+ formattedValue: {
1095
+ type: import("vue").PropType<(string | [string, string]) | null | undefined>;
1096
+ };
1097
+ placeholder: {
1098
+ type: StringConstructor;
1099
+ };
1100
+ allowedInvalidValue: {
1101
+ type: StringConstructor;
1102
+ };
1103
+ to: {
1104
+ type: import("vue").PropType<string | false | HTMLElement>;
1105
+ default: string;
1106
+ };
1107
+ holidays: {
1108
+ type: import("vue").PropType<Date[]>;
1109
+ default: () => never[];
1110
+ };
1111
+ type: {
1112
+ type: StringConstructor;
1113
+ default: string;
1114
+ };
1115
+ isDateDisabled: {
1116
+ type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
1117
+ };
1118
+ }>> & {
1119
+ "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1120
+ }>>;
1121
+ emit: (event: "update:formatted-value", ...args: any[]) => void;
1122
+ datePickerRef: import("vue").Ref<import("../../shared/types").AnyObject | null>;
1123
+ panelInstRef: import("vue").Ref<null>;
1124
+ placeholderRef: import("vue").Ref<any>;
1125
+ oldValue: string;
1126
+ currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
1127
+ isDateTime: import("vue").ComputedRef<boolean>;
1128
+ formatRef: import("vue").ComputedRef<string>;
1129
+ panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
1130
+ _isDateDisabled: import("vue").ComputedRef<(current: number, ...arg: any[]) => boolean>;
1131
+ focus: () => any;
1132
+ blur: () => any;
1133
+ handleConfirm: (target: HTMLInputElement) => void;
1134
+ onUpdateShow: (show: boolean) => Promise<void>;
1135
+ watchers: import("../../shared/types").AnyFn[];
1136
+ stopWatcher: () => void;
1137
+ setHoliday: (show: boolean) => Promise<void>;
1138
+ onConfirm: (...args: any[]) => Promise<void>;
1139
+ isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
1140
+ setShortcutValue: (type: "month" | "week") => Promise<void>;
1141
+ NDatePicker: any;
1142
+ }, 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<{
1143
+ updateUnchangedValue: {
1144
+ type: BooleanConstructor;
1145
+ };
1146
+ onConfirm: {
1147
+ type: FunctionConstructor;
1148
+ };
1149
+ formattedValue: {
1150
+ type: import("vue").PropType<(string | [string, string]) | null | undefined>;
1151
+ };
1152
+ placeholder: {
1153
+ type: StringConstructor;
1154
+ };
1155
+ allowedInvalidValue: {
1156
+ type: StringConstructor;
1157
+ };
1158
+ to: {
1159
+ type: import("vue").PropType<string | false | HTMLElement>;
1160
+ default: string;
1161
+ };
1162
+ holidays: {
1163
+ type: import("vue").PropType<Date[]>;
1164
+ default: () => never[];
1165
+ };
1166
+ type: {
1167
+ type: StringConstructor;
1168
+ default: string;
1169
+ };
1170
+ isDateDisabled: {
1171
+ type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
1172
+ };
1173
+ }>> & {
1174
+ "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1175
+ }, {
1176
+ type: string;
1177
+ updateUnchangedValue: boolean;
1178
+ to: string | false | HTMLElement;
1179
+ holidays: Date[];
1180
+ }>>;
1181
+ NSelect: any;
1182
+ NInputNumber: any;
1183
+ }, 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<{
1184
+ filterType: {
1185
+ type: StringConstructor;
1186
+ required: true;
1187
+ };
1188
+ modelValue: {
1189
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1190
+ default: null;
1191
+ };
1192
+ presetVal: {
1193
+ type: StringConstructor;
1194
+ default: null;
1195
+ };
1196
+ dateType: {
1197
+ type: StringConstructor;
1198
+ };
1199
+ isDateDisabled: {
1200
+ type: FunctionConstructor;
1201
+ };
1202
+ timeDisabled: {
1203
+ type: FunctionConstructor;
1204
+ };
1205
+ valueFormat: {
1206
+ type: StringConstructor;
1207
+ };
1208
+ }>> & {
1209
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1210
+ "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1211
+ }, {
1212
+ modelValue: string | number | unknown[];
1213
+ presetVal: string;
1214
+ }>;
947
1215
  WidgetValEnums: {
948
1216
  CUSTOM: string;
949
1217
  FIRST_VAL: string;
@@ -975,10 +1243,14 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
975
1243
  NEXT_YEAR: string;
976
1244
  LAST_YEAR: string;
977
1245
  };
978
- }, 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<{
1246
+ }, 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<{
979
1247
  componentCfg: {
980
1248
  type: ObjectConstructor;
981
1249
  };
1250
+ item: {
1251
+ type: ObjectConstructor;
1252
+ required: true;
1253
+ };
982
1254
  paramCfg: {
983
1255
  type: ObjectConstructor;
984
1256
  default: null;
@@ -991,13 +1263,19 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
991
1263
  type: StringConstructor;
992
1264
  default: null;
993
1265
  };
1266
+ customDate: {
1267
+ type: StringConstructor;
1268
+ default: null;
1269
+ };
994
1270
  }>> & {
995
1271
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
996
1272
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1273
+ "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
997
1274
  }, {
998
1275
  modelValue: string | number | unknown[];
999
1276
  paramCfg: Record<string, any>;
1000
1277
  presetVal: string;
1278
+ customDate: string;
1001
1279
  }>;
1002
1280
  InputFilter: import("vue").DefineComponent<{
1003
1281
  paramCfg: {
@@ -1127,6 +1405,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
1127
1405
  SELECT_TIME: string;
1128
1406
  PAST_TIME: string;
1129
1407
  FUTURE_TIME: string;
1408
+ CUSTOM_TIME: string;
1130
1409
  };
1131
1410
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1132
1411
  paramCfg: {
@@ -1449,6 +1728,10 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
1449
1728
  paramCfg: Record<string, any>;
1450
1729
  }>;
1451
1730
  DateRange: import("vue").DefineComponent<{
1731
+ item: {
1732
+ type: ObjectConstructor;
1733
+ required: true;
1734
+ };
1452
1735
  paramCfg: {
1453
1736
  type: ObjectConstructor;
1454
1737
  default: null;
@@ -1461,8 +1744,16 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
1461
1744
  type: StringConstructor;
1462
1745
  default: null;
1463
1746
  };
1747
+ customDate: {
1748
+ type: StringConstructor;
1749
+ default: null;
1750
+ };
1464
1751
  }, {
1465
1752
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1753
+ item: {
1754
+ type: ObjectConstructor;
1755
+ required: true;
1756
+ };
1466
1757
  paramCfg: {
1467
1758
  type: ObjectConstructor;
1468
1759
  default: null;
@@ -1475,13 +1766,19 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
1475
1766
  type: StringConstructor;
1476
1767
  default: null;
1477
1768
  };
1769
+ customDate: {
1770
+ type: StringConstructor;
1771
+ default: null;
1772
+ };
1478
1773
  }>> & {
1479
1774
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1480
1775
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1776
+ "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
1481
1777
  }>>;
1482
- emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
1778
+ emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
1483
1779
  startDate: import("vue").Ref<any>;
1484
1780
  endDate: import("vue").Ref<any>;
1781
+ filterType: import("vue").ComputedRef<"1" | "2" | "3">;
1485
1782
  valueFormat: import("vue").ComputedRef<string>;
1486
1783
  dateFormat: import("vue").ComputedRef<string>;
1487
1784
  compType: import("vue").ComputedRef<any>;
@@ -1500,6 +1797,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
1500
1797
  value: string;
1501
1798
  }[]>;
1502
1799
  presetValCp: import("vue").WritableComputedRef<string>;
1800
+ valueDateCp: import("vue").WritableComputedRef<unknown>;
1503
1801
  handleChange: (val: any, type: "start" | "end") => void;
1504
1802
  isStartDateDisabled: (ts: number) => boolean;
1505
1803
  timeStartDisabled: (ts: number) => {
@@ -1644,6 +1942,231 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
1644
1942
  to: string | false | HTMLElement;
1645
1943
  holidays: Date[];
1646
1944
  }>>;
1945
+ DateOption: import("vue").DefineComponent<{
1946
+ filterType: {
1947
+ type: StringConstructor;
1948
+ required: true;
1949
+ };
1950
+ modelValue: {
1951
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1952
+ default: null;
1953
+ };
1954
+ presetVal: {
1955
+ type: StringConstructor;
1956
+ default: null;
1957
+ };
1958
+ dateType: {
1959
+ type: StringConstructor;
1960
+ };
1961
+ isDateDisabled: {
1962
+ type: FunctionConstructor;
1963
+ };
1964
+ timeDisabled: {
1965
+ type: FunctionConstructor;
1966
+ };
1967
+ valueFormat: {
1968
+ type: StringConstructor;
1969
+ };
1970
+ }, {
1971
+ widgetOptions: {
1972
+ label: string;
1973
+ value: string;
1974
+ }[];
1975
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1976
+ filterType: {
1977
+ type: StringConstructor;
1978
+ required: true;
1979
+ };
1980
+ modelValue: {
1981
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1982
+ default: null;
1983
+ };
1984
+ presetVal: {
1985
+ type: StringConstructor;
1986
+ default: null;
1987
+ };
1988
+ dateType: {
1989
+ type: StringConstructor;
1990
+ };
1991
+ isDateDisabled: {
1992
+ type: FunctionConstructor;
1993
+ };
1994
+ timeDisabled: {
1995
+ type: FunctionConstructor;
1996
+ };
1997
+ valueFormat: {
1998
+ type: StringConstructor;
1999
+ };
2000
+ }>> & {
2001
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2002
+ "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
2003
+ }>>;
2004
+ emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
2005
+ valueCp: import("vue").WritableComputedRef<any>;
2006
+ presetValCp: import("vue").WritableComputedRef<string>;
2007
+ CDatePicker: SFCWithInstall<import("vue").DefineComponent<{
2008
+ updateUnchangedValue: {
2009
+ type: BooleanConstructor;
2010
+ };
2011
+ onConfirm: {
2012
+ type: FunctionConstructor;
2013
+ };
2014
+ formattedValue: {
2015
+ type: import("vue").PropType<(string | [string, string]) | null | undefined>;
2016
+ };
2017
+ placeholder: {
2018
+ type: StringConstructor;
2019
+ };
2020
+ allowedInvalidValue: {
2021
+ type: StringConstructor;
2022
+ };
2023
+ to: {
2024
+ type: import("vue").PropType<string | false | HTMLElement>;
2025
+ default: string;
2026
+ };
2027
+ holidays: {
2028
+ type: import("vue").PropType<Date[]>;
2029
+ default: () => never[];
2030
+ };
2031
+ type: {
2032
+ type: StringConstructor;
2033
+ default: string;
2034
+ };
2035
+ isDateDisabled: {
2036
+ type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
2037
+ };
2038
+ }, {
2039
+ attrs: {
2040
+ [x: string]: unknown;
2041
+ };
2042
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2043
+ updateUnchangedValue: {
2044
+ type: BooleanConstructor;
2045
+ };
2046
+ onConfirm: {
2047
+ type: FunctionConstructor;
2048
+ };
2049
+ formattedValue: {
2050
+ type: import("vue").PropType<(string | [string, string]) | null | undefined>;
2051
+ };
2052
+ placeholder: {
2053
+ type: StringConstructor;
2054
+ };
2055
+ allowedInvalidValue: {
2056
+ type: StringConstructor;
2057
+ };
2058
+ to: {
2059
+ type: import("vue").PropType<string | false | HTMLElement>;
2060
+ default: string;
2061
+ };
2062
+ holidays: {
2063
+ type: import("vue").PropType<Date[]>;
2064
+ default: () => never[];
2065
+ };
2066
+ type: {
2067
+ type: StringConstructor;
2068
+ default: string;
2069
+ };
2070
+ isDateDisabled: {
2071
+ type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
2072
+ };
2073
+ }>> & {
2074
+ "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
2075
+ }>>;
2076
+ emit: (event: "update:formatted-value", ...args: any[]) => void;
2077
+ datePickerRef: import("vue").Ref<import("../../shared/types").AnyObject | null>;
2078
+ panelInstRef: import("vue").Ref<null>;
2079
+ placeholderRef: import("vue").Ref<any>;
2080
+ oldValue: string;
2081
+ currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
2082
+ isDateTime: import("vue").ComputedRef<boolean>;
2083
+ formatRef: import("vue").ComputedRef<string>;
2084
+ panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
2085
+ _isDateDisabled: import("vue").ComputedRef<(current: number, ...arg: any[]) => boolean>;
2086
+ focus: () => any;
2087
+ blur: () => any;
2088
+ handleConfirm: (target: HTMLInputElement) => void;
2089
+ onUpdateShow: (show: boolean) => Promise<void>;
2090
+ watchers: import("../../shared/types").AnyFn[];
2091
+ stopWatcher: () => void;
2092
+ setHoliday: (show: boolean) => Promise<void>;
2093
+ onConfirm: (...args: any[]) => Promise<void>;
2094
+ isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
2095
+ setShortcutValue: (type: "month" | "week") => Promise<void>;
2096
+ NDatePicker: any;
2097
+ }, 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<{
2098
+ updateUnchangedValue: {
2099
+ type: BooleanConstructor;
2100
+ };
2101
+ onConfirm: {
2102
+ type: FunctionConstructor;
2103
+ };
2104
+ formattedValue: {
2105
+ type: import("vue").PropType<(string | [string, string]) | null | undefined>;
2106
+ };
2107
+ placeholder: {
2108
+ type: StringConstructor;
2109
+ };
2110
+ allowedInvalidValue: {
2111
+ type: StringConstructor;
2112
+ };
2113
+ to: {
2114
+ type: import("vue").PropType<string | false | HTMLElement>;
2115
+ default: string;
2116
+ };
2117
+ holidays: {
2118
+ type: import("vue").PropType<Date[]>;
2119
+ default: () => never[];
2120
+ };
2121
+ type: {
2122
+ type: StringConstructor;
2123
+ default: string;
2124
+ };
2125
+ isDateDisabled: {
2126
+ type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
2127
+ };
2128
+ }>> & {
2129
+ "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
2130
+ }, {
2131
+ type: string;
2132
+ updateUnchangedValue: boolean;
2133
+ to: string | false | HTMLElement;
2134
+ holidays: Date[];
2135
+ }>>;
2136
+ NSelect: any;
2137
+ NInputNumber: any;
2138
+ }, 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<{
2139
+ filterType: {
2140
+ type: StringConstructor;
2141
+ required: true;
2142
+ };
2143
+ modelValue: {
2144
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
2145
+ default: null;
2146
+ };
2147
+ presetVal: {
2148
+ type: StringConstructor;
2149
+ default: null;
2150
+ };
2151
+ dateType: {
2152
+ type: StringConstructor;
2153
+ };
2154
+ isDateDisabled: {
2155
+ type: FunctionConstructor;
2156
+ };
2157
+ timeDisabled: {
2158
+ type: FunctionConstructor;
2159
+ };
2160
+ valueFormat: {
2161
+ type: StringConstructor;
2162
+ };
2163
+ }>> & {
2164
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2165
+ "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
2166
+ }, {
2167
+ modelValue: string | number | unknown[];
2168
+ presetVal: string;
2169
+ }>;
1647
2170
  WidgetValEnums: {
1648
2171
  CUSTOM: string;
1649
2172
  FIRST_VAL: string;
@@ -1675,7 +2198,11 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
1675
2198
  NEXT_YEAR: string;
1676
2199
  LAST_YEAR: string;
1677
2200
  };
1678
- }, 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<{
2201
+ }, 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<{
2202
+ item: {
2203
+ type: ObjectConstructor;
2204
+ required: true;
2205
+ };
1679
2206
  paramCfg: {
1680
2207
  type: ObjectConstructor;
1681
2208
  default: null;
@@ -1688,13 +2215,19 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
1688
2215
  type: StringConstructor;
1689
2216
  default: null;
1690
2217
  };
2218
+ customDate: {
2219
+ type: StringConstructor;
2220
+ default: null;
2221
+ };
1691
2222
  }>> & {
1692
2223
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1693
2224
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
2225
+ "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
1694
2226
  }, {
1695
2227
  modelValue: string | number | unknown[];
1696
2228
  paramCfg: Record<string, any>;
1697
2229
  presetVal: string;
2230
+ customDate: string;
1698
2231
  }>;
1699
2232
  SelectLabel: import("vue").DefineComponent<{
1700
2233
  paramCfg: {
@@ -1821,7 +2354,11 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
1821
2354
  SELECTTREE: string;
1822
2355
  SELECTTREEDYNAMIC: string;
1823
2356
  };
1824
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:isAccurate" | "update:presetVal")[], "update:modelValue" | "update:isAccurate" | "update:presetVal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2357
+ }, 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<{
2358
+ item: {
2359
+ type: ObjectConstructor;
2360
+ default: null;
2361
+ };
1825
2362
  paramCfg: {
1826
2363
  type: ObjectConstructor;
1827
2364
  default: null;
@@ -1837,24 +2374,31 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
1837
2374
  isAccurate: {
1838
2375
  type: BooleanConstructor;
1839
2376
  };
2377
+ customDate: {
2378
+ type: StringConstructor;
2379
+ default: null;
2380
+ };
1840
2381
  }>> & {
1841
2382
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1842
2383
  "onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
1843
2384
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
2385
+ "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
1844
2386
  }, {
1845
2387
  modelValue: string | number | unknown[];
2388
+ item: Record<string, any>;
1846
2389
  paramCfg: Record<string, any>;
1847
2390
  presetVal: string;
1848
2391
  isAccurate: boolean;
2392
+ customDate: string;
1849
2393
  }>;
1850
2394
  ConditionEnums: {
1851
2395
  NULL: string;
1852
2396
  EQUAL: string;
2397
+ IN_THE_PAST: string;
2398
+ IN_THE_FUTURE: string;
2399
+ IN_THE_PAST_DI: string;
2400
+ IN_THE_FUTURE_DI: string;
1853
2401
  };
1854
- conditionOptions: {
1855
- label: string;
1856
- value: string;
1857
- }[];
1858
2402
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1859
2403
  actionList_prop: {
1860
2404
  type: import("vue").PropType<import("..").IClassifyListType>;
@@ -2325,6 +2869,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
2325
2869
  SELECT_TIME: string;
2326
2870
  PAST_TIME: string;
2327
2871
  FUTURE_TIME: string;
2872
+ CUSTOM_TIME: string;
2328
2873
  };
2329
2874
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2330
2875
  paramCfg: {