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
@@ -382,6 +382,7 @@ declare const _default: import("vue").DefineComponent<{
382
382
  menuProps: {
383
383
  class: string;
384
384
  };
385
+ specialDateRange: string[];
385
386
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
386
387
  actionList_prop: {
387
388
  type: import("vue").PropType<IClassifyListType>;
@@ -425,6 +426,7 @@ declare const _default: import("vue").DefineComponent<{
425
426
  value: string;
426
427
  isAccurateSearch?: boolean | undefined;
427
428
  accurateSearchKey?: string | undefined;
429
+ customDate?: string | undefined;
428
430
  }[];
429
431
  };
430
432
  loading: import("vue").Ref<boolean>;
@@ -455,6 +457,11 @@ declare const _default: import("vue").DefineComponent<{
455
457
  getParamCfg: (key: string) => any;
456
458
  initFilterConditions: (tableId: string, rawConditions: import("../../../../../components/table-filter/src/types").ISearchConfigType) => Promise<void>;
457
459
  getRawFilterConditions: () => any[];
460
+ dateTypeList: string[];
461
+ getOptions: (key: string) => {
462
+ label: string;
463
+ value: string;
464
+ }[];
458
465
  handleEditDisplayCategory: (item: import("../../../../../components/table-filter/src/types").ICategoryItemType) => void;
459
466
  handleDisplayCategoryAddState: () => void;
460
467
  findConditionByDisplayCategory: (sid: string) => unknown;
@@ -475,6 +482,10 @@ declare const _default: import("vue").DefineComponent<{
475
482
  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<{}>>, {}>;
476
483
  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<{}>>, {}>;
477
484
  ValueCfg: import("vue").DefineComponent<{
485
+ item: {
486
+ type: ObjectConstructor;
487
+ default: null;
488
+ };
478
489
  paramCfg: {
479
490
  type: ObjectConstructor;
480
491
  default: null;
@@ -490,8 +501,16 @@ declare const _default: import("vue").DefineComponent<{
490
501
  isAccurate: {
491
502
  type: BooleanConstructor;
492
503
  };
504
+ customDate: {
505
+ type: StringConstructor;
506
+ default: null;
507
+ };
493
508
  }, {
494
509
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
510
+ item: {
511
+ type: ObjectConstructor;
512
+ default: null;
513
+ };
495
514
  paramCfg: {
496
515
  type: ObjectConstructor;
497
516
  default: null;
@@ -507,20 +526,30 @@ declare const _default: import("vue").DefineComponent<{
507
526
  isAccurate: {
508
527
  type: BooleanConstructor;
509
528
  };
529
+ customDate: {
530
+ type: StringConstructor;
531
+ default: null;
532
+ };
510
533
  }>> & {
511
534
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
512
535
  "onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
513
536
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
537
+ "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
514
538
  }>>;
515
- emit: (event: "update:modelValue" | "update:isAccurate" | "update:presetVal", ...args: any[]) => void;
539
+ emit: (event: "update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
516
540
  valueCp: import("vue").WritableComputedRef<any>;
517
541
  presetValCp: import("vue").WritableComputedRef<string>;
518
542
  isAccurateCp: import("vue").WritableComputedRef<boolean>;
543
+ customDateCp: import("vue").WritableComputedRef<string>;
519
544
  widgetType: import("vue").ComputedRef<any>;
520
545
  Date: import("vue").DefineComponent<{
521
546
  componentCfg: {
522
547
  type: ObjectConstructor;
523
548
  };
549
+ item: {
550
+ type: ObjectConstructor;
551
+ required: true;
552
+ };
524
553
  paramCfg: {
525
554
  type: ObjectConstructor;
526
555
  default: null;
@@ -533,11 +562,19 @@ declare const _default: import("vue").DefineComponent<{
533
562
  type: StringConstructor;
534
563
  default: null;
535
564
  };
565
+ customDate: {
566
+ type: StringConstructor;
567
+ default: null;
568
+ };
536
569
  }, {
537
570
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
538
571
  componentCfg: {
539
572
  type: ObjectConstructor;
540
573
  };
574
+ item: {
575
+ type: ObjectConstructor;
576
+ required: true;
577
+ };
541
578
  paramCfg: {
542
579
  type: ObjectConstructor;
543
580
  default: null;
@@ -550,11 +587,17 @@ declare const _default: import("vue").DefineComponent<{
550
587
  type: StringConstructor;
551
588
  default: null;
552
589
  };
590
+ customDate: {
591
+ type: StringConstructor;
592
+ default: null;
593
+ };
553
594
  }>> & {
554
595
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
555
596
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
597
+ "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
556
598
  }>>;
557
- emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
599
+ emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
600
+ filterType: import("vue").ComputedRef<"1" | "2" | "3">;
558
601
  valueCp: import("vue").WritableComputedRef<any>;
559
602
  presetValCp: import("vue").WritableComputedRef<string>;
560
603
  dateType: any;
@@ -701,6 +744,231 @@ declare const _default: import("vue").DefineComponent<{
701
744
  holidays: Date[];
702
745
  }>>;
703
746
  NSelect: any;
747
+ DateOption: import("vue").DefineComponent<{
748
+ filterType: {
749
+ type: StringConstructor;
750
+ required: true;
751
+ };
752
+ modelValue: {
753
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
754
+ default: null;
755
+ };
756
+ presetVal: {
757
+ type: StringConstructor;
758
+ default: null;
759
+ };
760
+ dateType: {
761
+ type: StringConstructor;
762
+ };
763
+ isDateDisabled: {
764
+ type: FunctionConstructor;
765
+ };
766
+ timeDisabled: {
767
+ type: FunctionConstructor;
768
+ };
769
+ valueFormat: {
770
+ type: StringConstructor;
771
+ };
772
+ }, {
773
+ widgetOptions: {
774
+ label: string;
775
+ value: string;
776
+ }[];
777
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
778
+ filterType: {
779
+ type: StringConstructor;
780
+ required: true;
781
+ };
782
+ modelValue: {
783
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
784
+ default: null;
785
+ };
786
+ presetVal: {
787
+ type: StringConstructor;
788
+ default: null;
789
+ };
790
+ dateType: {
791
+ type: StringConstructor;
792
+ };
793
+ isDateDisabled: {
794
+ type: FunctionConstructor;
795
+ };
796
+ timeDisabled: {
797
+ type: FunctionConstructor;
798
+ };
799
+ valueFormat: {
800
+ type: StringConstructor;
801
+ };
802
+ }>> & {
803
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
804
+ "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
805
+ }>>;
806
+ emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
807
+ valueCp: import("vue").WritableComputedRef<any>;
808
+ presetValCp: import("vue").WritableComputedRef<string>;
809
+ CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
810
+ updateUnchangedValue: {
811
+ type: BooleanConstructor;
812
+ };
813
+ onConfirm: {
814
+ type: FunctionConstructor;
815
+ };
816
+ formattedValue: {
817
+ type: import("vue").PropType<(string | [string, string]) | null | undefined>;
818
+ };
819
+ placeholder: {
820
+ type: StringConstructor;
821
+ };
822
+ allowedInvalidValue: {
823
+ type: StringConstructor;
824
+ };
825
+ to: {
826
+ type: import("vue").PropType<string | false | HTMLElement>;
827
+ default: string;
828
+ };
829
+ holidays: {
830
+ type: import("vue").PropType<Date[]>;
831
+ default: () => never[];
832
+ };
833
+ type: {
834
+ type: StringConstructor;
835
+ default: string;
836
+ };
837
+ isDateDisabled: {
838
+ type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
839
+ };
840
+ }, {
841
+ attrs: {
842
+ [x: string]: unknown;
843
+ };
844
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
845
+ updateUnchangedValue: {
846
+ type: BooleanConstructor;
847
+ };
848
+ onConfirm: {
849
+ type: FunctionConstructor;
850
+ };
851
+ formattedValue: {
852
+ type: import("vue").PropType<(string | [string, string]) | null | undefined>;
853
+ };
854
+ placeholder: {
855
+ type: StringConstructor;
856
+ };
857
+ allowedInvalidValue: {
858
+ type: StringConstructor;
859
+ };
860
+ to: {
861
+ type: import("vue").PropType<string | false | HTMLElement>;
862
+ default: string;
863
+ };
864
+ holidays: {
865
+ type: import("vue").PropType<Date[]>;
866
+ default: () => never[];
867
+ };
868
+ type: {
869
+ type: StringConstructor;
870
+ default: string;
871
+ };
872
+ isDateDisabled: {
873
+ type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
874
+ };
875
+ }>> & {
876
+ "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
877
+ }>>;
878
+ emit: (event: "update:formatted-value", ...args: any[]) => void;
879
+ datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null>;
880
+ panelInstRef: import("vue").Ref<null>;
881
+ placeholderRef: import("vue").Ref<any>;
882
+ oldValue: string;
883
+ currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
884
+ isDateTime: import("vue").ComputedRef<boolean>;
885
+ formatRef: import("vue").ComputedRef<string>;
886
+ panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
887
+ _isDateDisabled: import("vue").ComputedRef<(current: number, ...arg: any[]) => boolean>;
888
+ focus: () => any;
889
+ blur: () => any;
890
+ handleConfirm: (target: HTMLInputElement) => void;
891
+ onUpdateShow: (show: boolean) => Promise<void>;
892
+ watchers: import("../../../../../shared/types").AnyFn[];
893
+ stopWatcher: () => void;
894
+ setHoliday: (show: boolean) => Promise<void>;
895
+ onConfirm: (...args: any[]) => Promise<void>;
896
+ isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
897
+ setShortcutValue: (type: "month" | "week") => Promise<void>;
898
+ NDatePicker: any;
899
+ }, 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<{
900
+ updateUnchangedValue: {
901
+ type: BooleanConstructor;
902
+ };
903
+ onConfirm: {
904
+ type: FunctionConstructor;
905
+ };
906
+ formattedValue: {
907
+ type: import("vue").PropType<(string | [string, string]) | null | undefined>;
908
+ };
909
+ placeholder: {
910
+ type: StringConstructor;
911
+ };
912
+ allowedInvalidValue: {
913
+ type: StringConstructor;
914
+ };
915
+ to: {
916
+ type: import("vue").PropType<string | false | HTMLElement>;
917
+ default: string;
918
+ };
919
+ holidays: {
920
+ type: import("vue").PropType<Date[]>;
921
+ default: () => never[];
922
+ };
923
+ type: {
924
+ type: StringConstructor;
925
+ default: string;
926
+ };
927
+ isDateDisabled: {
928
+ type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
929
+ };
930
+ }>> & {
931
+ "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
932
+ }, {
933
+ type: string;
934
+ updateUnchangedValue: boolean;
935
+ to: string | false | HTMLElement;
936
+ holidays: Date[];
937
+ }>>;
938
+ NSelect: any;
939
+ NInputNumber: any;
940
+ }, 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<{
941
+ filterType: {
942
+ type: StringConstructor;
943
+ required: true;
944
+ };
945
+ modelValue: {
946
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
947
+ default: null;
948
+ };
949
+ presetVal: {
950
+ type: StringConstructor;
951
+ default: null;
952
+ };
953
+ dateType: {
954
+ type: StringConstructor;
955
+ };
956
+ isDateDisabled: {
957
+ type: FunctionConstructor;
958
+ };
959
+ timeDisabled: {
960
+ type: FunctionConstructor;
961
+ };
962
+ valueFormat: {
963
+ type: StringConstructor;
964
+ };
965
+ }>> & {
966
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
967
+ "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
968
+ }, {
969
+ modelValue: string | number | unknown[];
970
+ presetVal: string;
971
+ }>;
704
972
  WidgetValEnums: {
705
973
  CUSTOM: string;
706
974
  FIRST_VAL: string;
@@ -732,10 +1000,14 @@ declare const _default: import("vue").DefineComponent<{
732
1000
  NEXT_YEAR: string;
733
1001
  LAST_YEAR: string;
734
1002
  };
735
- }, 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<{
1003
+ }, 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<{
736
1004
  componentCfg: {
737
1005
  type: ObjectConstructor;
738
1006
  };
1007
+ item: {
1008
+ type: ObjectConstructor;
1009
+ required: true;
1010
+ };
739
1011
  paramCfg: {
740
1012
  type: ObjectConstructor;
741
1013
  default: null;
@@ -748,13 +1020,19 @@ declare const _default: import("vue").DefineComponent<{
748
1020
  type: StringConstructor;
749
1021
  default: null;
750
1022
  };
1023
+ customDate: {
1024
+ type: StringConstructor;
1025
+ default: null;
1026
+ };
751
1027
  }>> & {
752
1028
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
753
1029
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1030
+ "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
754
1031
  }, {
755
1032
  modelValue: string | number | unknown[];
756
1033
  paramCfg: Record<string, any>;
757
1034
  presetVal: string;
1035
+ customDate: string;
758
1036
  }>;
759
1037
  InputFilter: import("vue").DefineComponent<{
760
1038
  paramCfg: {
@@ -884,6 +1162,7 @@ declare const _default: import("vue").DefineComponent<{
884
1162
  SELECT_TIME: string;
885
1163
  PAST_TIME: string;
886
1164
  FUTURE_TIME: string;
1165
+ CUSTOM_TIME: string;
887
1166
  };
888
1167
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
889
1168
  paramCfg: {
@@ -1206,6 +1485,10 @@ declare const _default: import("vue").DefineComponent<{
1206
1485
  paramCfg: Record<string, any>;
1207
1486
  }>;
1208
1487
  DateRange: import("vue").DefineComponent<{
1488
+ item: {
1489
+ type: ObjectConstructor;
1490
+ required: true;
1491
+ };
1209
1492
  paramCfg: {
1210
1493
  type: ObjectConstructor;
1211
1494
  default: null;
@@ -1218,8 +1501,16 @@ declare const _default: import("vue").DefineComponent<{
1218
1501
  type: StringConstructor;
1219
1502
  default: null;
1220
1503
  };
1504
+ customDate: {
1505
+ type: StringConstructor;
1506
+ default: null;
1507
+ };
1221
1508
  }, {
1222
1509
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1510
+ item: {
1511
+ type: ObjectConstructor;
1512
+ required: true;
1513
+ };
1223
1514
  paramCfg: {
1224
1515
  type: ObjectConstructor;
1225
1516
  default: null;
@@ -1232,13 +1523,19 @@ declare const _default: import("vue").DefineComponent<{
1232
1523
  type: StringConstructor;
1233
1524
  default: null;
1234
1525
  };
1526
+ customDate: {
1527
+ type: StringConstructor;
1528
+ default: null;
1529
+ };
1235
1530
  }>> & {
1236
1531
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1237
1532
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1533
+ "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
1238
1534
  }>>;
1239
- emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
1535
+ emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
1240
1536
  startDate: import("vue").Ref<any>;
1241
1537
  endDate: import("vue").Ref<any>;
1538
+ filterType: import("vue").ComputedRef<"1" | "2" | "3">;
1242
1539
  valueFormat: import("vue").ComputedRef<string>;
1243
1540
  dateFormat: import("vue").ComputedRef<string>;
1244
1541
  compType: import("vue").ComputedRef<any>;
@@ -1257,6 +1554,7 @@ declare const _default: import("vue").DefineComponent<{
1257
1554
  value: string;
1258
1555
  }[]>;
1259
1556
  presetValCp: import("vue").WritableComputedRef<string>;
1557
+ valueDateCp: import("vue").WritableComputedRef<unknown>;
1260
1558
  handleChange: (val: any, type: "start" | "end") => void;
1261
1559
  isStartDateDisabled: (ts: number) => boolean;
1262
1560
  timeStartDisabled: (ts: number) => {
@@ -1401,6 +1699,231 @@ declare const _default: import("vue").DefineComponent<{
1401
1699
  to: string | false | HTMLElement;
1402
1700
  holidays: Date[];
1403
1701
  }>>;
1702
+ DateOption: import("vue").DefineComponent<{
1703
+ filterType: {
1704
+ type: StringConstructor;
1705
+ required: true;
1706
+ };
1707
+ modelValue: {
1708
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1709
+ default: null;
1710
+ };
1711
+ presetVal: {
1712
+ type: StringConstructor;
1713
+ default: null;
1714
+ };
1715
+ dateType: {
1716
+ type: StringConstructor;
1717
+ };
1718
+ isDateDisabled: {
1719
+ type: FunctionConstructor;
1720
+ };
1721
+ timeDisabled: {
1722
+ type: FunctionConstructor;
1723
+ };
1724
+ valueFormat: {
1725
+ type: StringConstructor;
1726
+ };
1727
+ }, {
1728
+ widgetOptions: {
1729
+ label: string;
1730
+ value: string;
1731
+ }[];
1732
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1733
+ filterType: {
1734
+ type: StringConstructor;
1735
+ required: true;
1736
+ };
1737
+ modelValue: {
1738
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1739
+ default: null;
1740
+ };
1741
+ presetVal: {
1742
+ type: StringConstructor;
1743
+ default: null;
1744
+ };
1745
+ dateType: {
1746
+ type: StringConstructor;
1747
+ };
1748
+ isDateDisabled: {
1749
+ type: FunctionConstructor;
1750
+ };
1751
+ timeDisabled: {
1752
+ type: FunctionConstructor;
1753
+ };
1754
+ valueFormat: {
1755
+ type: StringConstructor;
1756
+ };
1757
+ }>> & {
1758
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1759
+ "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1760
+ }>>;
1761
+ emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
1762
+ valueCp: import("vue").WritableComputedRef<any>;
1763
+ presetValCp: import("vue").WritableComputedRef<string>;
1764
+ CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
1765
+ updateUnchangedValue: {
1766
+ type: BooleanConstructor;
1767
+ };
1768
+ onConfirm: {
1769
+ type: FunctionConstructor;
1770
+ };
1771
+ formattedValue: {
1772
+ type: import("vue").PropType<(string | [string, string]) | null | undefined>;
1773
+ };
1774
+ placeholder: {
1775
+ type: StringConstructor;
1776
+ };
1777
+ allowedInvalidValue: {
1778
+ type: StringConstructor;
1779
+ };
1780
+ to: {
1781
+ type: import("vue").PropType<string | false | HTMLElement>;
1782
+ default: string;
1783
+ };
1784
+ holidays: {
1785
+ type: import("vue").PropType<Date[]>;
1786
+ default: () => never[];
1787
+ };
1788
+ type: {
1789
+ type: StringConstructor;
1790
+ default: string;
1791
+ };
1792
+ isDateDisabled: {
1793
+ type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
1794
+ };
1795
+ }, {
1796
+ attrs: {
1797
+ [x: string]: unknown;
1798
+ };
1799
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1800
+ updateUnchangedValue: {
1801
+ type: BooleanConstructor;
1802
+ };
1803
+ onConfirm: {
1804
+ type: FunctionConstructor;
1805
+ };
1806
+ formattedValue: {
1807
+ type: import("vue").PropType<(string | [string, string]) | null | undefined>;
1808
+ };
1809
+ placeholder: {
1810
+ type: StringConstructor;
1811
+ };
1812
+ allowedInvalidValue: {
1813
+ type: StringConstructor;
1814
+ };
1815
+ to: {
1816
+ type: import("vue").PropType<string | false | HTMLElement>;
1817
+ default: string;
1818
+ };
1819
+ holidays: {
1820
+ type: import("vue").PropType<Date[]>;
1821
+ default: () => never[];
1822
+ };
1823
+ type: {
1824
+ type: StringConstructor;
1825
+ default: string;
1826
+ };
1827
+ isDateDisabled: {
1828
+ type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
1829
+ };
1830
+ }>> & {
1831
+ "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1832
+ }>>;
1833
+ emit: (event: "update:formatted-value", ...args: any[]) => void;
1834
+ datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null>;
1835
+ panelInstRef: import("vue").Ref<null>;
1836
+ placeholderRef: import("vue").Ref<any>;
1837
+ oldValue: string;
1838
+ currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
1839
+ isDateTime: import("vue").ComputedRef<boolean>;
1840
+ formatRef: import("vue").ComputedRef<string>;
1841
+ panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
1842
+ _isDateDisabled: import("vue").ComputedRef<(current: number, ...arg: any[]) => boolean>;
1843
+ focus: () => any;
1844
+ blur: () => any;
1845
+ handleConfirm: (target: HTMLInputElement) => void;
1846
+ onUpdateShow: (show: boolean) => Promise<void>;
1847
+ watchers: import("../../../../../shared/types").AnyFn[];
1848
+ stopWatcher: () => void;
1849
+ setHoliday: (show: boolean) => Promise<void>;
1850
+ onConfirm: (...args: any[]) => Promise<void>;
1851
+ isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
1852
+ setShortcutValue: (type: "month" | "week") => Promise<void>;
1853
+ NDatePicker: any;
1854
+ }, 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<{
1855
+ updateUnchangedValue: {
1856
+ type: BooleanConstructor;
1857
+ };
1858
+ onConfirm: {
1859
+ type: FunctionConstructor;
1860
+ };
1861
+ formattedValue: {
1862
+ type: import("vue").PropType<(string | [string, string]) | null | undefined>;
1863
+ };
1864
+ placeholder: {
1865
+ type: StringConstructor;
1866
+ };
1867
+ allowedInvalidValue: {
1868
+ type: StringConstructor;
1869
+ };
1870
+ to: {
1871
+ type: import("vue").PropType<string | false | HTMLElement>;
1872
+ default: string;
1873
+ };
1874
+ holidays: {
1875
+ type: import("vue").PropType<Date[]>;
1876
+ default: () => never[];
1877
+ };
1878
+ type: {
1879
+ type: StringConstructor;
1880
+ default: string;
1881
+ };
1882
+ isDateDisabled: {
1883
+ type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
1884
+ };
1885
+ }>> & {
1886
+ "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1887
+ }, {
1888
+ type: string;
1889
+ updateUnchangedValue: boolean;
1890
+ to: string | false | HTMLElement;
1891
+ holidays: Date[];
1892
+ }>>;
1893
+ NSelect: any;
1894
+ NInputNumber: any;
1895
+ }, 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<{
1896
+ filterType: {
1897
+ type: StringConstructor;
1898
+ required: true;
1899
+ };
1900
+ modelValue: {
1901
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1902
+ default: null;
1903
+ };
1904
+ presetVal: {
1905
+ type: StringConstructor;
1906
+ default: null;
1907
+ };
1908
+ dateType: {
1909
+ type: StringConstructor;
1910
+ };
1911
+ isDateDisabled: {
1912
+ type: FunctionConstructor;
1913
+ };
1914
+ timeDisabled: {
1915
+ type: FunctionConstructor;
1916
+ };
1917
+ valueFormat: {
1918
+ type: StringConstructor;
1919
+ };
1920
+ }>> & {
1921
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1922
+ "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1923
+ }, {
1924
+ modelValue: string | number | unknown[];
1925
+ presetVal: string;
1926
+ }>;
1404
1927
  WidgetValEnums: {
1405
1928
  CUSTOM: string;
1406
1929
  FIRST_VAL: string;
@@ -1432,7 +1955,11 @@ declare const _default: import("vue").DefineComponent<{
1432
1955
  NEXT_YEAR: string;
1433
1956
  LAST_YEAR: string;
1434
1957
  };
1435
- }, 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<{
1958
+ }, 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<{
1959
+ item: {
1960
+ type: ObjectConstructor;
1961
+ required: true;
1962
+ };
1436
1963
  paramCfg: {
1437
1964
  type: ObjectConstructor;
1438
1965
  default: null;
@@ -1445,13 +1972,19 @@ declare const _default: import("vue").DefineComponent<{
1445
1972
  type: StringConstructor;
1446
1973
  default: null;
1447
1974
  };
1975
+ customDate: {
1976
+ type: StringConstructor;
1977
+ default: null;
1978
+ };
1448
1979
  }>> & {
1449
1980
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1450
1981
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1982
+ "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
1451
1983
  }, {
1452
1984
  modelValue: string | number | unknown[];
1453
1985
  paramCfg: Record<string, any>;
1454
1986
  presetVal: string;
1987
+ customDate: string;
1455
1988
  }>;
1456
1989
  SelectLabel: import("vue").DefineComponent<{
1457
1990
  paramCfg: {
@@ -1578,7 +2111,11 @@ declare const _default: import("vue").DefineComponent<{
1578
2111
  SELECTTREE: string;
1579
2112
  SELECTTREEDYNAMIC: string;
1580
2113
  };
1581
- }, 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<{
2114
+ }, 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<{
2115
+ item: {
2116
+ type: ObjectConstructor;
2117
+ default: null;
2118
+ };
1582
2119
  paramCfg: {
1583
2120
  type: ObjectConstructor;
1584
2121
  default: null;
@@ -1594,24 +2131,31 @@ declare const _default: import("vue").DefineComponent<{
1594
2131
  isAccurate: {
1595
2132
  type: BooleanConstructor;
1596
2133
  };
2134
+ customDate: {
2135
+ type: StringConstructor;
2136
+ default: null;
2137
+ };
1597
2138
  }>> & {
1598
2139
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1599
2140
  "onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
1600
2141
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
2142
+ "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
1601
2143
  }, {
1602
2144
  modelValue: string | number | unknown[];
2145
+ item: Record<string, any>;
1603
2146
  paramCfg: Record<string, any>;
1604
2147
  presetVal: string;
1605
2148
  isAccurate: boolean;
2149
+ customDate: string;
1606
2150
  }>;
1607
2151
  ConditionEnums: {
1608
2152
  NULL: string;
1609
2153
  EQUAL: string;
2154
+ IN_THE_PAST: string;
2155
+ IN_THE_FUTURE: string;
2156
+ IN_THE_PAST_DI: string;
2157
+ IN_THE_FUTURE_DI: string;
1610
2158
  };
1611
- conditionOptions: {
1612
- label: string;
1613
- value: string;
1614
- }[];
1615
2159
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1616
2160
  actionList_prop: {
1617
2161
  type: import("vue").PropType<IClassifyListType>;
@@ -2082,6 +2626,7 @@ declare const _default: import("vue").DefineComponent<{
2082
2626
  SELECT_TIME: string;
2083
2627
  PAST_TIME: string;
2084
2628
  FUTURE_TIME: string;
2629
+ CUSTOM_TIME: string;
2085
2630
  };
2086
2631
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2087
2632
  paramCfg: {