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

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