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
@@ -627,6 +627,7 @@ declare const _default: import("vue").DefineComponent<{
627
627
  menuProps: {
628
628
  class: string;
629
629
  };
630
+ specialDateRange: string[];
630
631
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
631
632
  actionList_prop: {
632
633
  type: PropType<IClassifyListType>;
@@ -670,6 +671,7 @@ declare const _default: import("vue").DefineComponent<{
670
671
  value: string;
671
672
  isAccurateSearch?: boolean | undefined;
672
673
  accurateSearchKey?: string | undefined;
674
+ customDate?: string | undefined;
673
675
  }[];
674
676
  };
675
677
  loading: import("vue").Ref<boolean>;
@@ -700,6 +702,11 @@ declare const _default: import("vue").DefineComponent<{
700
702
  getParamCfg: (key: string) => any;
701
703
  initFilterConditions: (tableId: string, rawConditions: import("../../../components/table-filter/src/types").ISearchConfigType) => Promise<void>;
702
704
  getRawFilterConditions: () => any[];
705
+ dateTypeList: string[];
706
+ getOptions: (key: string) => {
707
+ label: string;
708
+ value: string;
709
+ }[];
703
710
  handleEditDisplayCategory: (item: import("../../../components/table-filter/src/types").ICategoryItemType) => void;
704
711
  handleDisplayCategoryAddState: () => void;
705
712
  findConditionByDisplayCategory: (sid: string) => unknown;
@@ -720,6 +727,10 @@ declare const _default: import("vue").DefineComponent<{
720
727
  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<{}>>, {}>;
721
728
  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<{}>>, {}>;
722
729
  ValueCfg: import("vue").DefineComponent<{
730
+ item: {
731
+ type: ObjectConstructor;
732
+ default: null;
733
+ };
723
734
  paramCfg: {
724
735
  type: ObjectConstructor;
725
736
  default: null;
@@ -735,8 +746,16 @@ declare const _default: import("vue").DefineComponent<{
735
746
  isAccurate: {
736
747
  type: BooleanConstructor;
737
748
  };
749
+ customDate: {
750
+ type: StringConstructor;
751
+ default: null;
752
+ };
738
753
  }, {
739
754
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
755
+ item: {
756
+ type: ObjectConstructor;
757
+ default: null;
758
+ };
740
759
  paramCfg: {
741
760
  type: ObjectConstructor;
742
761
  default: null;
@@ -752,20 +771,30 @@ declare const _default: import("vue").DefineComponent<{
752
771
  isAccurate: {
753
772
  type: BooleanConstructor;
754
773
  };
774
+ customDate: {
775
+ type: StringConstructor;
776
+ default: null;
777
+ };
755
778
  }>> & {
756
779
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
757
780
  "onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
758
781
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
782
+ "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
759
783
  }>>;
760
- emit: (event: "update:modelValue" | "update:isAccurate" | "update:presetVal", ...args: any[]) => void;
784
+ emit: (event: "update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
761
785
  valueCp: import("vue").WritableComputedRef<any>;
762
786
  presetValCp: import("vue").WritableComputedRef<string>;
763
787
  isAccurateCp: import("vue").WritableComputedRef<boolean>;
788
+ customDateCp: import("vue").WritableComputedRef<string>;
764
789
  widgetType: import("vue").ComputedRef<any>;
765
790
  Date: import("vue").DefineComponent<{
766
791
  componentCfg: {
767
792
  type: ObjectConstructor;
768
793
  };
794
+ item: {
795
+ type: ObjectConstructor;
796
+ required: true;
797
+ };
769
798
  paramCfg: {
770
799
  type: ObjectConstructor;
771
800
  default: null;
@@ -778,11 +807,19 @@ declare const _default: import("vue").DefineComponent<{
778
807
  type: StringConstructor;
779
808
  default: null;
780
809
  };
810
+ customDate: {
811
+ type: StringConstructor;
812
+ default: null;
813
+ };
781
814
  }, {
782
815
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
783
816
  componentCfg: {
784
817
  type: ObjectConstructor;
785
818
  };
819
+ item: {
820
+ type: ObjectConstructor;
821
+ required: true;
822
+ };
786
823
  paramCfg: {
787
824
  type: ObjectConstructor;
788
825
  default: null;
@@ -795,11 +832,17 @@ declare const _default: import("vue").DefineComponent<{
795
832
  type: StringConstructor;
796
833
  default: null;
797
834
  };
835
+ customDate: {
836
+ type: StringConstructor;
837
+ default: null;
838
+ };
798
839
  }>> & {
799
840
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
800
841
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
842
+ "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
801
843
  }>>;
802
- emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
844
+ emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
845
+ filterType: import("vue").ComputedRef<"1" | "2" | "3">;
803
846
  valueCp: import("vue").WritableComputedRef<any>;
804
847
  presetValCp: import("vue").WritableComputedRef<string>;
805
848
  dateType: any;
@@ -946,6 +989,231 @@ declare const _default: import("vue").DefineComponent<{
946
989
  holidays: Date[];
947
990
  }>>;
948
991
  NSelect: any;
992
+ DateOption: import("vue").DefineComponent<{
993
+ filterType: {
994
+ type: StringConstructor;
995
+ required: true;
996
+ };
997
+ modelValue: {
998
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
999
+ default: null;
1000
+ };
1001
+ presetVal: {
1002
+ type: StringConstructor;
1003
+ default: null;
1004
+ };
1005
+ dateType: {
1006
+ type: StringConstructor;
1007
+ };
1008
+ isDateDisabled: {
1009
+ type: FunctionConstructor;
1010
+ };
1011
+ timeDisabled: {
1012
+ type: FunctionConstructor;
1013
+ };
1014
+ valueFormat: {
1015
+ type: StringConstructor;
1016
+ };
1017
+ }, {
1018
+ widgetOptions: {
1019
+ label: string;
1020
+ value: string;
1021
+ }[];
1022
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1023
+ filterType: {
1024
+ type: StringConstructor;
1025
+ required: true;
1026
+ };
1027
+ modelValue: {
1028
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1029
+ default: null;
1030
+ };
1031
+ presetVal: {
1032
+ type: StringConstructor;
1033
+ default: null;
1034
+ };
1035
+ dateType: {
1036
+ type: StringConstructor;
1037
+ };
1038
+ isDateDisabled: {
1039
+ type: FunctionConstructor;
1040
+ };
1041
+ timeDisabled: {
1042
+ type: FunctionConstructor;
1043
+ };
1044
+ valueFormat: {
1045
+ type: StringConstructor;
1046
+ };
1047
+ }>> & {
1048
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1049
+ "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1050
+ }>>;
1051
+ emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
1052
+ valueCp: import("vue").WritableComputedRef<any>;
1053
+ presetValCp: import("vue").WritableComputedRef<string>;
1054
+ CDatePicker: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
1055
+ updateUnchangedValue: {
1056
+ type: BooleanConstructor;
1057
+ };
1058
+ onConfirm: {
1059
+ type: FunctionConstructor;
1060
+ };
1061
+ formattedValue: {
1062
+ type: PropType<(string | [string, string]) | null | undefined>;
1063
+ };
1064
+ placeholder: {
1065
+ type: StringConstructor;
1066
+ };
1067
+ allowedInvalidValue: {
1068
+ type: StringConstructor;
1069
+ };
1070
+ to: {
1071
+ type: PropType<string | false | HTMLElement>;
1072
+ default: string;
1073
+ };
1074
+ holidays: {
1075
+ type: PropType<Date[]>;
1076
+ default: () => never[];
1077
+ };
1078
+ type: {
1079
+ type: StringConstructor;
1080
+ default: string;
1081
+ };
1082
+ isDateDisabled: {
1083
+ type: PropType<(current: number, ...arg: any[]) => boolean>;
1084
+ };
1085
+ }, {
1086
+ attrs: {
1087
+ [x: string]: unknown;
1088
+ };
1089
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1090
+ updateUnchangedValue: {
1091
+ type: BooleanConstructor;
1092
+ };
1093
+ onConfirm: {
1094
+ type: FunctionConstructor;
1095
+ };
1096
+ formattedValue: {
1097
+ type: PropType<(string | [string, string]) | null | undefined>;
1098
+ };
1099
+ placeholder: {
1100
+ type: StringConstructor;
1101
+ };
1102
+ allowedInvalidValue: {
1103
+ type: StringConstructor;
1104
+ };
1105
+ to: {
1106
+ type: PropType<string | false | HTMLElement>;
1107
+ default: string;
1108
+ };
1109
+ holidays: {
1110
+ type: PropType<Date[]>;
1111
+ default: () => never[];
1112
+ };
1113
+ type: {
1114
+ type: StringConstructor;
1115
+ default: string;
1116
+ };
1117
+ isDateDisabled: {
1118
+ type: PropType<(current: number, ...arg: any[]) => boolean>;
1119
+ };
1120
+ }>> & {
1121
+ "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1122
+ }>>;
1123
+ emit: (event: "update:formatted-value", ...args: any[]) => void;
1124
+ datePickerRef: import("vue").Ref<AnyObject | null>;
1125
+ panelInstRef: import("vue").Ref<null>;
1126
+ placeholderRef: import("vue").Ref<any>;
1127
+ oldValue: string;
1128
+ currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
1129
+ isDateTime: import("vue").ComputedRef<boolean>;
1130
+ formatRef: import("vue").ComputedRef<string>;
1131
+ panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
1132
+ _isDateDisabled: import("vue").ComputedRef<(current: number, ...arg: any[]) => boolean>;
1133
+ focus: () => any;
1134
+ blur: () => any;
1135
+ handleConfirm: (target: HTMLInputElement) => void;
1136
+ onUpdateShow: (show: boolean) => Promise<void>;
1137
+ watchers: import("../../../shared/types").AnyFn[];
1138
+ stopWatcher: () => void;
1139
+ setHoliday: (show: boolean) => Promise<void>;
1140
+ onConfirm: (...args: any[]) => Promise<void>;
1141
+ isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
1142
+ setShortcutValue: (type: "month" | "week") => Promise<void>;
1143
+ NDatePicker: any;
1144
+ }, 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<{
1145
+ updateUnchangedValue: {
1146
+ type: BooleanConstructor;
1147
+ };
1148
+ onConfirm: {
1149
+ type: FunctionConstructor;
1150
+ };
1151
+ formattedValue: {
1152
+ type: PropType<(string | [string, string]) | null | undefined>;
1153
+ };
1154
+ placeholder: {
1155
+ type: StringConstructor;
1156
+ };
1157
+ allowedInvalidValue: {
1158
+ type: StringConstructor;
1159
+ };
1160
+ to: {
1161
+ type: PropType<string | false | HTMLElement>;
1162
+ default: string;
1163
+ };
1164
+ holidays: {
1165
+ type: PropType<Date[]>;
1166
+ default: () => never[];
1167
+ };
1168
+ type: {
1169
+ type: StringConstructor;
1170
+ default: string;
1171
+ };
1172
+ isDateDisabled: {
1173
+ type: PropType<(current: number, ...arg: any[]) => boolean>;
1174
+ };
1175
+ }>> & {
1176
+ "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1177
+ }, {
1178
+ type: string;
1179
+ updateUnchangedValue: boolean;
1180
+ to: string | false | HTMLElement;
1181
+ holidays: Date[];
1182
+ }>>;
1183
+ NSelect: any;
1184
+ NInputNumber: any;
1185
+ }, 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<{
1186
+ filterType: {
1187
+ type: StringConstructor;
1188
+ required: true;
1189
+ };
1190
+ modelValue: {
1191
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1192
+ default: null;
1193
+ };
1194
+ presetVal: {
1195
+ type: StringConstructor;
1196
+ default: null;
1197
+ };
1198
+ dateType: {
1199
+ type: StringConstructor;
1200
+ };
1201
+ isDateDisabled: {
1202
+ type: FunctionConstructor;
1203
+ };
1204
+ timeDisabled: {
1205
+ type: FunctionConstructor;
1206
+ };
1207
+ valueFormat: {
1208
+ type: StringConstructor;
1209
+ };
1210
+ }>> & {
1211
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1212
+ "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1213
+ }, {
1214
+ modelValue: string | number | unknown[];
1215
+ presetVal: string;
1216
+ }>;
949
1217
  WidgetValEnums: {
950
1218
  CUSTOM: string;
951
1219
  FIRST_VAL: string;
@@ -977,10 +1245,14 @@ declare const _default: import("vue").DefineComponent<{
977
1245
  NEXT_YEAR: string;
978
1246
  LAST_YEAR: string;
979
1247
  };
980
- }, 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<{
1248
+ }, 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<{
981
1249
  componentCfg: {
982
1250
  type: ObjectConstructor;
983
1251
  };
1252
+ item: {
1253
+ type: ObjectConstructor;
1254
+ required: true;
1255
+ };
984
1256
  paramCfg: {
985
1257
  type: ObjectConstructor;
986
1258
  default: null;
@@ -993,13 +1265,19 @@ declare const _default: import("vue").DefineComponent<{
993
1265
  type: StringConstructor;
994
1266
  default: null;
995
1267
  };
1268
+ customDate: {
1269
+ type: StringConstructor;
1270
+ default: null;
1271
+ };
996
1272
  }>> & {
997
1273
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
998
1274
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1275
+ "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
999
1276
  }, {
1000
1277
  modelValue: string | number | unknown[];
1001
1278
  paramCfg: Record<string, any>;
1002
1279
  presetVal: string;
1280
+ customDate: string;
1003
1281
  }>;
1004
1282
  InputFilter: import("vue").DefineComponent<{
1005
1283
  paramCfg: {
@@ -1129,6 +1407,7 @@ declare const _default: import("vue").DefineComponent<{
1129
1407
  SELECT_TIME: string;
1130
1408
  PAST_TIME: string;
1131
1409
  FUTURE_TIME: string;
1410
+ CUSTOM_TIME: string;
1132
1411
  };
1133
1412
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1134
1413
  paramCfg: {
@@ -1451,6 +1730,10 @@ declare const _default: import("vue").DefineComponent<{
1451
1730
  paramCfg: Record<string, any>;
1452
1731
  }>;
1453
1732
  DateRange: import("vue").DefineComponent<{
1733
+ item: {
1734
+ type: ObjectConstructor;
1735
+ required: true;
1736
+ };
1454
1737
  paramCfg: {
1455
1738
  type: ObjectConstructor;
1456
1739
  default: null;
@@ -1463,8 +1746,16 @@ declare const _default: import("vue").DefineComponent<{
1463
1746
  type: StringConstructor;
1464
1747
  default: null;
1465
1748
  };
1749
+ customDate: {
1750
+ type: StringConstructor;
1751
+ default: null;
1752
+ };
1466
1753
  }, {
1467
1754
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1755
+ item: {
1756
+ type: ObjectConstructor;
1757
+ required: true;
1758
+ };
1468
1759
  paramCfg: {
1469
1760
  type: ObjectConstructor;
1470
1761
  default: null;
@@ -1477,13 +1768,19 @@ declare const _default: import("vue").DefineComponent<{
1477
1768
  type: StringConstructor;
1478
1769
  default: null;
1479
1770
  };
1771
+ customDate: {
1772
+ type: StringConstructor;
1773
+ default: null;
1774
+ };
1480
1775
  }>> & {
1481
1776
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1482
1777
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1778
+ "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
1483
1779
  }>>;
1484
- emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
1780
+ emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
1485
1781
  startDate: import("vue").Ref<any>;
1486
1782
  endDate: import("vue").Ref<any>;
1783
+ filterType: import("vue").ComputedRef<"1" | "2" | "3">;
1487
1784
  valueFormat: import("vue").ComputedRef<string>;
1488
1785
  dateFormat: import("vue").ComputedRef<string>;
1489
1786
  compType: import("vue").ComputedRef<any>;
@@ -1502,6 +1799,7 @@ declare const _default: import("vue").DefineComponent<{
1502
1799
  value: string;
1503
1800
  }[]>;
1504
1801
  presetValCp: import("vue").WritableComputedRef<string>;
1802
+ valueDateCp: import("vue").WritableComputedRef<unknown>;
1505
1803
  handleChange: (val: any, type: "start" | "end") => void;
1506
1804
  isStartDateDisabled: (ts: number) => boolean;
1507
1805
  timeStartDisabled: (ts: number) => {
@@ -1646,6 +1944,231 @@ declare const _default: import("vue").DefineComponent<{
1646
1944
  to: string | false | HTMLElement;
1647
1945
  holidays: Date[];
1648
1946
  }>>;
1947
+ DateOption: import("vue").DefineComponent<{
1948
+ filterType: {
1949
+ type: StringConstructor;
1950
+ required: true;
1951
+ };
1952
+ modelValue: {
1953
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1954
+ default: null;
1955
+ };
1956
+ presetVal: {
1957
+ type: StringConstructor;
1958
+ default: null;
1959
+ };
1960
+ dateType: {
1961
+ type: StringConstructor;
1962
+ };
1963
+ isDateDisabled: {
1964
+ type: FunctionConstructor;
1965
+ };
1966
+ timeDisabled: {
1967
+ type: FunctionConstructor;
1968
+ };
1969
+ valueFormat: {
1970
+ type: StringConstructor;
1971
+ };
1972
+ }, {
1973
+ widgetOptions: {
1974
+ label: string;
1975
+ value: string;
1976
+ }[];
1977
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1978
+ filterType: {
1979
+ type: StringConstructor;
1980
+ required: true;
1981
+ };
1982
+ modelValue: {
1983
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1984
+ default: null;
1985
+ };
1986
+ presetVal: {
1987
+ type: StringConstructor;
1988
+ default: null;
1989
+ };
1990
+ dateType: {
1991
+ type: StringConstructor;
1992
+ };
1993
+ isDateDisabled: {
1994
+ type: FunctionConstructor;
1995
+ };
1996
+ timeDisabled: {
1997
+ type: FunctionConstructor;
1998
+ };
1999
+ valueFormat: {
2000
+ type: StringConstructor;
2001
+ };
2002
+ }>> & {
2003
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2004
+ "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
2005
+ }>>;
2006
+ emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
2007
+ valueCp: import("vue").WritableComputedRef<any>;
2008
+ presetValCp: import("vue").WritableComputedRef<string>;
2009
+ CDatePicker: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
2010
+ updateUnchangedValue: {
2011
+ type: BooleanConstructor;
2012
+ };
2013
+ onConfirm: {
2014
+ type: FunctionConstructor;
2015
+ };
2016
+ formattedValue: {
2017
+ type: PropType<(string | [string, string]) | null | undefined>;
2018
+ };
2019
+ placeholder: {
2020
+ type: StringConstructor;
2021
+ };
2022
+ allowedInvalidValue: {
2023
+ type: StringConstructor;
2024
+ };
2025
+ to: {
2026
+ type: PropType<string | false | HTMLElement>;
2027
+ default: string;
2028
+ };
2029
+ holidays: {
2030
+ type: PropType<Date[]>;
2031
+ default: () => never[];
2032
+ };
2033
+ type: {
2034
+ type: StringConstructor;
2035
+ default: string;
2036
+ };
2037
+ isDateDisabled: {
2038
+ type: PropType<(current: number, ...arg: any[]) => boolean>;
2039
+ };
2040
+ }, {
2041
+ attrs: {
2042
+ [x: string]: unknown;
2043
+ };
2044
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2045
+ updateUnchangedValue: {
2046
+ type: BooleanConstructor;
2047
+ };
2048
+ onConfirm: {
2049
+ type: FunctionConstructor;
2050
+ };
2051
+ formattedValue: {
2052
+ type: PropType<(string | [string, string]) | null | undefined>;
2053
+ };
2054
+ placeholder: {
2055
+ type: StringConstructor;
2056
+ };
2057
+ allowedInvalidValue: {
2058
+ type: StringConstructor;
2059
+ };
2060
+ to: {
2061
+ type: PropType<string | false | HTMLElement>;
2062
+ default: string;
2063
+ };
2064
+ holidays: {
2065
+ type: PropType<Date[]>;
2066
+ default: () => never[];
2067
+ };
2068
+ type: {
2069
+ type: StringConstructor;
2070
+ default: string;
2071
+ };
2072
+ isDateDisabled: {
2073
+ type: PropType<(current: number, ...arg: any[]) => boolean>;
2074
+ };
2075
+ }>> & {
2076
+ "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
2077
+ }>>;
2078
+ emit: (event: "update:formatted-value", ...args: any[]) => void;
2079
+ datePickerRef: import("vue").Ref<AnyObject | null>;
2080
+ panelInstRef: import("vue").Ref<null>;
2081
+ placeholderRef: import("vue").Ref<any>;
2082
+ oldValue: string;
2083
+ currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
2084
+ isDateTime: import("vue").ComputedRef<boolean>;
2085
+ formatRef: import("vue").ComputedRef<string>;
2086
+ panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
2087
+ _isDateDisabled: import("vue").ComputedRef<(current: number, ...arg: any[]) => boolean>;
2088
+ focus: () => any;
2089
+ blur: () => any;
2090
+ handleConfirm: (target: HTMLInputElement) => void;
2091
+ onUpdateShow: (show: boolean) => Promise<void>;
2092
+ watchers: import("../../../shared/types").AnyFn[];
2093
+ stopWatcher: () => void;
2094
+ setHoliday: (show: boolean) => Promise<void>;
2095
+ onConfirm: (...args: any[]) => Promise<void>;
2096
+ isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
2097
+ setShortcutValue: (type: "month" | "week") => Promise<void>;
2098
+ NDatePicker: any;
2099
+ }, 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<{
2100
+ updateUnchangedValue: {
2101
+ type: BooleanConstructor;
2102
+ };
2103
+ onConfirm: {
2104
+ type: FunctionConstructor;
2105
+ };
2106
+ formattedValue: {
2107
+ type: PropType<(string | [string, string]) | null | undefined>;
2108
+ };
2109
+ placeholder: {
2110
+ type: StringConstructor;
2111
+ };
2112
+ allowedInvalidValue: {
2113
+ type: StringConstructor;
2114
+ };
2115
+ to: {
2116
+ type: PropType<string | false | HTMLElement>;
2117
+ default: string;
2118
+ };
2119
+ holidays: {
2120
+ type: PropType<Date[]>;
2121
+ default: () => never[];
2122
+ };
2123
+ type: {
2124
+ type: StringConstructor;
2125
+ default: string;
2126
+ };
2127
+ isDateDisabled: {
2128
+ type: PropType<(current: number, ...arg: any[]) => boolean>;
2129
+ };
2130
+ }>> & {
2131
+ "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
2132
+ }, {
2133
+ type: string;
2134
+ updateUnchangedValue: boolean;
2135
+ to: string | false | HTMLElement;
2136
+ holidays: Date[];
2137
+ }>>;
2138
+ NSelect: any;
2139
+ NInputNumber: any;
2140
+ }, 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<{
2141
+ filterType: {
2142
+ type: StringConstructor;
2143
+ required: true;
2144
+ };
2145
+ modelValue: {
2146
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
2147
+ default: null;
2148
+ };
2149
+ presetVal: {
2150
+ type: StringConstructor;
2151
+ default: null;
2152
+ };
2153
+ dateType: {
2154
+ type: StringConstructor;
2155
+ };
2156
+ isDateDisabled: {
2157
+ type: FunctionConstructor;
2158
+ };
2159
+ timeDisabled: {
2160
+ type: FunctionConstructor;
2161
+ };
2162
+ valueFormat: {
2163
+ type: StringConstructor;
2164
+ };
2165
+ }>> & {
2166
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2167
+ "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
2168
+ }, {
2169
+ modelValue: string | number | unknown[];
2170
+ presetVal: string;
2171
+ }>;
1649
2172
  WidgetValEnums: {
1650
2173
  CUSTOM: string;
1651
2174
  FIRST_VAL: string;
@@ -1677,7 +2200,11 @@ declare const _default: import("vue").DefineComponent<{
1677
2200
  NEXT_YEAR: string;
1678
2201
  LAST_YEAR: string;
1679
2202
  };
1680
- }, 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<{
2203
+ }, 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<{
2204
+ item: {
2205
+ type: ObjectConstructor;
2206
+ required: true;
2207
+ };
1681
2208
  paramCfg: {
1682
2209
  type: ObjectConstructor;
1683
2210
  default: null;
@@ -1690,13 +2217,19 @@ declare const _default: import("vue").DefineComponent<{
1690
2217
  type: StringConstructor;
1691
2218
  default: null;
1692
2219
  };
2220
+ customDate: {
2221
+ type: StringConstructor;
2222
+ default: null;
2223
+ };
1693
2224
  }>> & {
1694
2225
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1695
2226
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
2227
+ "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
1696
2228
  }, {
1697
2229
  modelValue: string | number | unknown[];
1698
2230
  paramCfg: Record<string, any>;
1699
2231
  presetVal: string;
2232
+ customDate: string;
1700
2233
  }>;
1701
2234
  SelectLabel: import("vue").DefineComponent<{
1702
2235
  paramCfg: {
@@ -1823,7 +2356,11 @@ declare const _default: import("vue").DefineComponent<{
1823
2356
  SELECTTREE: string;
1824
2357
  SELECTTREEDYNAMIC: string;
1825
2358
  };
1826
- }, 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<{
2359
+ }, 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<{
2360
+ item: {
2361
+ type: ObjectConstructor;
2362
+ default: null;
2363
+ };
1827
2364
  paramCfg: {
1828
2365
  type: ObjectConstructor;
1829
2366
  default: null;
@@ -1839,24 +2376,31 @@ declare const _default: import("vue").DefineComponent<{
1839
2376
  isAccurate: {
1840
2377
  type: BooleanConstructor;
1841
2378
  };
2379
+ customDate: {
2380
+ type: StringConstructor;
2381
+ default: null;
2382
+ };
1842
2383
  }>> & {
1843
2384
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1844
2385
  "onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
1845
2386
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
2387
+ "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
1846
2388
  }, {
1847
2389
  modelValue: string | number | unknown[];
2390
+ item: Record<string, any>;
1848
2391
  paramCfg: Record<string, any>;
1849
2392
  presetVal: string;
1850
2393
  isAccurate: boolean;
2394
+ customDate: string;
1851
2395
  }>;
1852
2396
  ConditionEnums: {
1853
2397
  NULL: string;
1854
2398
  EQUAL: string;
2399
+ IN_THE_PAST: string;
2400
+ IN_THE_FUTURE: string;
2401
+ IN_THE_PAST_DI: string;
2402
+ IN_THE_FUTURE_DI: string;
1855
2403
  };
1856
- conditionOptions: {
1857
- label: string;
1858
- value: string;
1859
- }[];
1860
2404
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1861
2405
  actionList_prop: {
1862
2406
  type: PropType<IClassifyListType>;
@@ -2327,6 +2871,7 @@ declare const _default: import("vue").DefineComponent<{
2327
2871
  SELECT_TIME: string;
2328
2872
  PAST_TIME: string;
2329
2873
  FUTURE_TIME: string;
2874
+ CUSTOM_TIME: string;
2330
2875
  };
2331
2876
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2332
2877
  paramCfg: {