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
@@ -88,6 +88,7 @@ declare const _default: import("vue").DefineComponent<{
88
88
  menuProps: {
89
89
  class: string;
90
90
  };
91
+ specialDateRange: string[];
91
92
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
92
93
  actionList_prop: {
93
94
  type: import("vue").PropType<import("../../../..").IClassifyListType>;
@@ -131,6 +132,7 @@ declare const _default: import("vue").DefineComponent<{
131
132
  value: string;
132
133
  isAccurateSearch?: boolean | undefined;
133
134
  accurateSearchKey?: string | undefined;
135
+ customDate?: string | undefined;
134
136
  }[];
135
137
  };
136
138
  loading: import("vue").Ref<boolean>;
@@ -161,6 +163,11 @@ declare const _default: import("vue").DefineComponent<{
161
163
  getParamCfg: (key: string) => any;
162
164
  initFilterConditions: (tableId: string, rawConditions: import("../../../..").ISearchConfigType) => Promise<void>;
163
165
  getRawFilterConditions: () => any[];
166
+ dateTypeList: string[];
167
+ getOptions: (key: string) => {
168
+ label: string;
169
+ value: string;
170
+ }[];
164
171
  handleEditDisplayCategory: (item: import("../../../..").ICategoryItemType) => void;
165
172
  handleDisplayCategoryAddState: () => void;
166
173
  findConditionByDisplayCategory: (sid: string) => unknown;
@@ -181,6 +188,10 @@ declare const _default: import("vue").DefineComponent<{
181
188
  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<{}>>, {}>;
182
189
  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<{}>>, {}>;
183
190
  ValueCfg: import("vue").DefineComponent<{
191
+ item: {
192
+ type: ObjectConstructor;
193
+ default: null;
194
+ };
184
195
  paramCfg: {
185
196
  type: ObjectConstructor;
186
197
  default: null;
@@ -196,8 +207,16 @@ declare const _default: import("vue").DefineComponent<{
196
207
  isAccurate: {
197
208
  type: BooleanConstructor;
198
209
  };
210
+ customDate: {
211
+ type: StringConstructor;
212
+ default: null;
213
+ };
199
214
  }, {
200
215
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
216
+ item: {
217
+ type: ObjectConstructor;
218
+ default: null;
219
+ };
201
220
  paramCfg: {
202
221
  type: ObjectConstructor;
203
222
  default: null;
@@ -213,20 +232,30 @@ declare const _default: import("vue").DefineComponent<{
213
232
  isAccurate: {
214
233
  type: BooleanConstructor;
215
234
  };
235
+ customDate: {
236
+ type: StringConstructor;
237
+ default: null;
238
+ };
216
239
  }>> & {
217
240
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
218
241
  "onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
219
242
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
243
+ "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
220
244
  }>>;
221
- emit: (event: "update:modelValue" | "update:isAccurate" | "update:presetVal", ...args: any[]) => void;
245
+ emit: (event: "update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
222
246
  valueCp: import("vue").WritableComputedRef<any>;
223
247
  presetValCp: import("vue").WritableComputedRef<string>;
224
248
  isAccurateCp: import("vue").WritableComputedRef<boolean>;
249
+ customDateCp: import("vue").WritableComputedRef<string>;
225
250
  widgetType: import("vue").ComputedRef<any>;
226
251
  Date: import("vue").DefineComponent<{
227
252
  componentCfg: {
228
253
  type: ObjectConstructor;
229
254
  };
255
+ item: {
256
+ type: ObjectConstructor;
257
+ required: true;
258
+ };
230
259
  paramCfg: {
231
260
  type: ObjectConstructor;
232
261
  default: null;
@@ -239,11 +268,19 @@ declare const _default: import("vue").DefineComponent<{
239
268
  type: StringConstructor;
240
269
  default: null;
241
270
  };
271
+ customDate: {
272
+ type: StringConstructor;
273
+ default: null;
274
+ };
242
275
  }, {
243
276
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
244
277
  componentCfg: {
245
278
  type: ObjectConstructor;
246
279
  };
280
+ item: {
281
+ type: ObjectConstructor;
282
+ required: true;
283
+ };
247
284
  paramCfg: {
248
285
  type: ObjectConstructor;
249
286
  default: null;
@@ -256,11 +293,17 @@ declare const _default: import("vue").DefineComponent<{
256
293
  type: StringConstructor;
257
294
  default: null;
258
295
  };
296
+ customDate: {
297
+ type: StringConstructor;
298
+ default: null;
299
+ };
259
300
  }>> & {
260
301
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
261
302
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
303
+ "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
262
304
  }>>;
263
- emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
305
+ emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
306
+ filterType: import("vue").ComputedRef<"1" | "2" | "3">;
264
307
  valueCp: import("vue").WritableComputedRef<any>;
265
308
  presetValCp: import("vue").WritableComputedRef<string>;
266
309
  dateType: any;
@@ -407,6 +450,231 @@ declare const _default: import("vue").DefineComponent<{
407
450
  holidays: Date[];
408
451
  }>>;
409
452
  NSelect: any;
453
+ DateOption: import("vue").DefineComponent<{
454
+ filterType: {
455
+ type: StringConstructor;
456
+ required: true;
457
+ };
458
+ modelValue: {
459
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
460
+ default: null;
461
+ };
462
+ presetVal: {
463
+ type: StringConstructor;
464
+ default: null;
465
+ };
466
+ dateType: {
467
+ type: StringConstructor;
468
+ };
469
+ isDateDisabled: {
470
+ type: FunctionConstructor;
471
+ };
472
+ timeDisabled: {
473
+ type: FunctionConstructor;
474
+ };
475
+ valueFormat: {
476
+ type: StringConstructor;
477
+ };
478
+ }, {
479
+ widgetOptions: {
480
+ label: string;
481
+ value: string;
482
+ }[];
483
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
484
+ filterType: {
485
+ type: StringConstructor;
486
+ required: true;
487
+ };
488
+ modelValue: {
489
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
490
+ default: null;
491
+ };
492
+ presetVal: {
493
+ type: StringConstructor;
494
+ default: null;
495
+ };
496
+ dateType: {
497
+ type: StringConstructor;
498
+ };
499
+ isDateDisabled: {
500
+ type: FunctionConstructor;
501
+ };
502
+ timeDisabled: {
503
+ type: FunctionConstructor;
504
+ };
505
+ valueFormat: {
506
+ type: StringConstructor;
507
+ };
508
+ }>> & {
509
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
510
+ "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
511
+ }>>;
512
+ emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
513
+ valueCp: import("vue").WritableComputedRef<any>;
514
+ presetValCp: import("vue").WritableComputedRef<string>;
515
+ CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
516
+ updateUnchangedValue: {
517
+ type: BooleanConstructor;
518
+ };
519
+ onConfirm: {
520
+ type: FunctionConstructor;
521
+ };
522
+ formattedValue: {
523
+ type: import("vue").PropType<(string | [string, string]) | null | undefined>;
524
+ };
525
+ placeholder: {
526
+ type: StringConstructor;
527
+ };
528
+ allowedInvalidValue: {
529
+ type: StringConstructor;
530
+ };
531
+ to: {
532
+ type: import("vue").PropType<string | false | HTMLElement>;
533
+ default: string;
534
+ };
535
+ holidays: {
536
+ type: import("vue").PropType<Date[]>;
537
+ default: () => never[];
538
+ };
539
+ type: {
540
+ type: StringConstructor;
541
+ default: string;
542
+ };
543
+ isDateDisabled: {
544
+ type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
545
+ };
546
+ }, {
547
+ attrs: {
548
+ [x: string]: unknown;
549
+ };
550
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
551
+ updateUnchangedValue: {
552
+ type: BooleanConstructor;
553
+ };
554
+ onConfirm: {
555
+ type: FunctionConstructor;
556
+ };
557
+ formattedValue: {
558
+ type: import("vue").PropType<(string | [string, string]) | null | undefined>;
559
+ };
560
+ placeholder: {
561
+ type: StringConstructor;
562
+ };
563
+ allowedInvalidValue: {
564
+ type: StringConstructor;
565
+ };
566
+ to: {
567
+ type: import("vue").PropType<string | false | HTMLElement>;
568
+ default: string;
569
+ };
570
+ holidays: {
571
+ type: import("vue").PropType<Date[]>;
572
+ default: () => never[];
573
+ };
574
+ type: {
575
+ type: StringConstructor;
576
+ default: string;
577
+ };
578
+ isDateDisabled: {
579
+ type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
580
+ };
581
+ }>> & {
582
+ "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
583
+ }>>;
584
+ emit: (event: "update:formatted-value", ...args: any[]) => void;
585
+ datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null>;
586
+ panelInstRef: import("vue").Ref<null>;
587
+ placeholderRef: import("vue").Ref<any>;
588
+ oldValue: string;
589
+ currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
590
+ isDateTime: import("vue").ComputedRef<boolean>;
591
+ formatRef: import("vue").ComputedRef<string>;
592
+ panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
593
+ _isDateDisabled: import("vue").ComputedRef<(current: number, ...arg: any[]) => boolean>;
594
+ focus: () => any;
595
+ blur: () => any;
596
+ handleConfirm: (target: HTMLInputElement) => void;
597
+ onUpdateShow: (show: boolean) => Promise<void>;
598
+ watchers: import("../../../../../shared/types").AnyFn[];
599
+ stopWatcher: () => void;
600
+ setHoliday: (show: boolean) => Promise<void>;
601
+ onConfirm: (...args: any[]) => Promise<void>;
602
+ isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
603
+ setShortcutValue: (type: "month" | "week") => Promise<void>;
604
+ NDatePicker: any;
605
+ }, 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<{
606
+ updateUnchangedValue: {
607
+ type: BooleanConstructor;
608
+ };
609
+ onConfirm: {
610
+ type: FunctionConstructor;
611
+ };
612
+ formattedValue: {
613
+ type: import("vue").PropType<(string | [string, string]) | null | undefined>;
614
+ };
615
+ placeholder: {
616
+ type: StringConstructor;
617
+ };
618
+ allowedInvalidValue: {
619
+ type: StringConstructor;
620
+ };
621
+ to: {
622
+ type: import("vue").PropType<string | false | HTMLElement>;
623
+ default: string;
624
+ };
625
+ holidays: {
626
+ type: import("vue").PropType<Date[]>;
627
+ default: () => never[];
628
+ };
629
+ type: {
630
+ type: StringConstructor;
631
+ default: string;
632
+ };
633
+ isDateDisabled: {
634
+ type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
635
+ };
636
+ }>> & {
637
+ "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
638
+ }, {
639
+ type: string;
640
+ updateUnchangedValue: boolean;
641
+ to: string | false | HTMLElement;
642
+ holidays: Date[];
643
+ }>>;
644
+ NSelect: any;
645
+ NInputNumber: any;
646
+ }, 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<{
647
+ filterType: {
648
+ type: StringConstructor;
649
+ required: true;
650
+ };
651
+ modelValue: {
652
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
653
+ default: null;
654
+ };
655
+ presetVal: {
656
+ type: StringConstructor;
657
+ default: null;
658
+ };
659
+ dateType: {
660
+ type: StringConstructor;
661
+ };
662
+ isDateDisabled: {
663
+ type: FunctionConstructor;
664
+ };
665
+ timeDisabled: {
666
+ type: FunctionConstructor;
667
+ };
668
+ valueFormat: {
669
+ type: StringConstructor;
670
+ };
671
+ }>> & {
672
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
673
+ "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
674
+ }, {
675
+ modelValue: string | number | unknown[];
676
+ presetVal: string;
677
+ }>;
410
678
  WidgetValEnums: {
411
679
  CUSTOM: string;
412
680
  FIRST_VAL: string;
@@ -438,10 +706,14 @@ declare const _default: import("vue").DefineComponent<{
438
706
  NEXT_YEAR: string;
439
707
  LAST_YEAR: string;
440
708
  };
441
- }, 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<{
709
+ }, 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<{
442
710
  componentCfg: {
443
711
  type: ObjectConstructor;
444
712
  };
713
+ item: {
714
+ type: ObjectConstructor;
715
+ required: true;
716
+ };
445
717
  paramCfg: {
446
718
  type: ObjectConstructor;
447
719
  default: null;
@@ -454,13 +726,19 @@ declare const _default: import("vue").DefineComponent<{
454
726
  type: StringConstructor;
455
727
  default: null;
456
728
  };
729
+ customDate: {
730
+ type: StringConstructor;
731
+ default: null;
732
+ };
457
733
  }>> & {
458
734
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
459
735
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
736
+ "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
460
737
  }, {
461
738
  modelValue: string | number | unknown[];
462
739
  paramCfg: Record<string, any>;
463
740
  presetVal: string;
741
+ customDate: string;
464
742
  }>;
465
743
  InputFilter: import("vue").DefineComponent<{
466
744
  paramCfg: {
@@ -590,6 +868,7 @@ declare const _default: import("vue").DefineComponent<{
590
868
  SELECT_TIME: string;
591
869
  PAST_TIME: string;
592
870
  FUTURE_TIME: string;
871
+ CUSTOM_TIME: string;
593
872
  };
594
873
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
595
874
  paramCfg: {
@@ -912,6 +1191,10 @@ declare const _default: import("vue").DefineComponent<{
912
1191
  paramCfg: Record<string, any>;
913
1192
  }>;
914
1193
  DateRange: import("vue").DefineComponent<{
1194
+ item: {
1195
+ type: ObjectConstructor;
1196
+ required: true;
1197
+ };
915
1198
  paramCfg: {
916
1199
  type: ObjectConstructor;
917
1200
  default: null;
@@ -924,8 +1207,16 @@ declare const _default: import("vue").DefineComponent<{
924
1207
  type: StringConstructor;
925
1208
  default: null;
926
1209
  };
1210
+ customDate: {
1211
+ type: StringConstructor;
1212
+ default: null;
1213
+ };
927
1214
  }, {
928
1215
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1216
+ item: {
1217
+ type: ObjectConstructor;
1218
+ required: true;
1219
+ };
929
1220
  paramCfg: {
930
1221
  type: ObjectConstructor;
931
1222
  default: null;
@@ -938,13 +1229,19 @@ declare const _default: import("vue").DefineComponent<{
938
1229
  type: StringConstructor;
939
1230
  default: null;
940
1231
  };
1232
+ customDate: {
1233
+ type: StringConstructor;
1234
+ default: null;
1235
+ };
941
1236
  }>> & {
942
1237
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
943
1238
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1239
+ "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
944
1240
  }>>;
945
- emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
1241
+ emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
946
1242
  startDate: import("vue").Ref<any>;
947
1243
  endDate: import("vue").Ref<any>;
1244
+ filterType: import("vue").ComputedRef<"1" | "2" | "3">;
948
1245
  valueFormat: import("vue").ComputedRef<string>;
949
1246
  dateFormat: import("vue").ComputedRef<string>;
950
1247
  compType: import("vue").ComputedRef<any>;
@@ -963,6 +1260,7 @@ declare const _default: import("vue").DefineComponent<{
963
1260
  value: string;
964
1261
  }[]>;
965
1262
  presetValCp: import("vue").WritableComputedRef<string>;
1263
+ valueDateCp: import("vue").WritableComputedRef<unknown>;
966
1264
  handleChange: (val: any, type: "start" | "end") => void;
967
1265
  isStartDateDisabled: (ts: number) => boolean;
968
1266
  timeStartDisabled: (ts: number) => {
@@ -1107,6 +1405,231 @@ declare const _default: import("vue").DefineComponent<{
1107
1405
  to: string | false | HTMLElement;
1108
1406
  holidays: Date[];
1109
1407
  }>>;
1408
+ DateOption: import("vue").DefineComponent<{
1409
+ filterType: {
1410
+ type: StringConstructor;
1411
+ required: true;
1412
+ };
1413
+ modelValue: {
1414
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1415
+ default: null;
1416
+ };
1417
+ presetVal: {
1418
+ type: StringConstructor;
1419
+ default: null;
1420
+ };
1421
+ dateType: {
1422
+ type: StringConstructor;
1423
+ };
1424
+ isDateDisabled: {
1425
+ type: FunctionConstructor;
1426
+ };
1427
+ timeDisabled: {
1428
+ type: FunctionConstructor;
1429
+ };
1430
+ valueFormat: {
1431
+ type: StringConstructor;
1432
+ };
1433
+ }, {
1434
+ widgetOptions: {
1435
+ label: string;
1436
+ value: string;
1437
+ }[];
1438
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1439
+ filterType: {
1440
+ type: StringConstructor;
1441
+ required: true;
1442
+ };
1443
+ modelValue: {
1444
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1445
+ default: null;
1446
+ };
1447
+ presetVal: {
1448
+ type: StringConstructor;
1449
+ default: null;
1450
+ };
1451
+ dateType: {
1452
+ type: StringConstructor;
1453
+ };
1454
+ isDateDisabled: {
1455
+ type: FunctionConstructor;
1456
+ };
1457
+ timeDisabled: {
1458
+ type: FunctionConstructor;
1459
+ };
1460
+ valueFormat: {
1461
+ type: StringConstructor;
1462
+ };
1463
+ }>> & {
1464
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1465
+ "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1466
+ }>>;
1467
+ emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
1468
+ valueCp: import("vue").WritableComputedRef<any>;
1469
+ presetValCp: import("vue").WritableComputedRef<string>;
1470
+ CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
1471
+ updateUnchangedValue: {
1472
+ type: BooleanConstructor;
1473
+ };
1474
+ onConfirm: {
1475
+ type: FunctionConstructor;
1476
+ };
1477
+ formattedValue: {
1478
+ type: import("vue").PropType<(string | [string, string]) | null | undefined>;
1479
+ };
1480
+ placeholder: {
1481
+ type: StringConstructor;
1482
+ };
1483
+ allowedInvalidValue: {
1484
+ type: StringConstructor;
1485
+ };
1486
+ to: {
1487
+ type: import("vue").PropType<string | false | HTMLElement>;
1488
+ default: string;
1489
+ };
1490
+ holidays: {
1491
+ type: import("vue").PropType<Date[]>;
1492
+ default: () => never[];
1493
+ };
1494
+ type: {
1495
+ type: StringConstructor;
1496
+ default: string;
1497
+ };
1498
+ isDateDisabled: {
1499
+ type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
1500
+ };
1501
+ }, {
1502
+ attrs: {
1503
+ [x: string]: unknown;
1504
+ };
1505
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1506
+ updateUnchangedValue: {
1507
+ type: BooleanConstructor;
1508
+ };
1509
+ onConfirm: {
1510
+ type: FunctionConstructor;
1511
+ };
1512
+ formattedValue: {
1513
+ type: import("vue").PropType<(string | [string, string]) | null | undefined>;
1514
+ };
1515
+ placeholder: {
1516
+ type: StringConstructor;
1517
+ };
1518
+ allowedInvalidValue: {
1519
+ type: StringConstructor;
1520
+ };
1521
+ to: {
1522
+ type: import("vue").PropType<string | false | HTMLElement>;
1523
+ default: string;
1524
+ };
1525
+ holidays: {
1526
+ type: import("vue").PropType<Date[]>;
1527
+ default: () => never[];
1528
+ };
1529
+ type: {
1530
+ type: StringConstructor;
1531
+ default: string;
1532
+ };
1533
+ isDateDisabled: {
1534
+ type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
1535
+ };
1536
+ }>> & {
1537
+ "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1538
+ }>>;
1539
+ emit: (event: "update:formatted-value", ...args: any[]) => void;
1540
+ datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null>;
1541
+ panelInstRef: import("vue").Ref<null>;
1542
+ placeholderRef: import("vue").Ref<any>;
1543
+ oldValue: string;
1544
+ currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
1545
+ isDateTime: import("vue").ComputedRef<boolean>;
1546
+ formatRef: import("vue").ComputedRef<string>;
1547
+ panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
1548
+ _isDateDisabled: import("vue").ComputedRef<(current: number, ...arg: any[]) => boolean>;
1549
+ focus: () => any;
1550
+ blur: () => any;
1551
+ handleConfirm: (target: HTMLInputElement) => void;
1552
+ onUpdateShow: (show: boolean) => Promise<void>;
1553
+ watchers: import("../../../../../shared/types").AnyFn[];
1554
+ stopWatcher: () => void;
1555
+ setHoliday: (show: boolean) => Promise<void>;
1556
+ onConfirm: (...args: any[]) => Promise<void>;
1557
+ isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
1558
+ setShortcutValue: (type: "month" | "week") => Promise<void>;
1559
+ NDatePicker: any;
1560
+ }, 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<{
1561
+ updateUnchangedValue: {
1562
+ type: BooleanConstructor;
1563
+ };
1564
+ onConfirm: {
1565
+ type: FunctionConstructor;
1566
+ };
1567
+ formattedValue: {
1568
+ type: import("vue").PropType<(string | [string, string]) | null | undefined>;
1569
+ };
1570
+ placeholder: {
1571
+ type: StringConstructor;
1572
+ };
1573
+ allowedInvalidValue: {
1574
+ type: StringConstructor;
1575
+ };
1576
+ to: {
1577
+ type: import("vue").PropType<string | false | HTMLElement>;
1578
+ default: string;
1579
+ };
1580
+ holidays: {
1581
+ type: import("vue").PropType<Date[]>;
1582
+ default: () => never[];
1583
+ };
1584
+ type: {
1585
+ type: StringConstructor;
1586
+ default: string;
1587
+ };
1588
+ isDateDisabled: {
1589
+ type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
1590
+ };
1591
+ }>> & {
1592
+ "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1593
+ }, {
1594
+ type: string;
1595
+ updateUnchangedValue: boolean;
1596
+ to: string | false | HTMLElement;
1597
+ holidays: Date[];
1598
+ }>>;
1599
+ NSelect: any;
1600
+ NInputNumber: any;
1601
+ }, 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<{
1602
+ filterType: {
1603
+ type: StringConstructor;
1604
+ required: true;
1605
+ };
1606
+ modelValue: {
1607
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1608
+ default: null;
1609
+ };
1610
+ presetVal: {
1611
+ type: StringConstructor;
1612
+ default: null;
1613
+ };
1614
+ dateType: {
1615
+ type: StringConstructor;
1616
+ };
1617
+ isDateDisabled: {
1618
+ type: FunctionConstructor;
1619
+ };
1620
+ timeDisabled: {
1621
+ type: FunctionConstructor;
1622
+ };
1623
+ valueFormat: {
1624
+ type: StringConstructor;
1625
+ };
1626
+ }>> & {
1627
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1628
+ "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1629
+ }, {
1630
+ modelValue: string | number | unknown[];
1631
+ presetVal: string;
1632
+ }>;
1110
1633
  WidgetValEnums: {
1111
1634
  CUSTOM: string;
1112
1635
  FIRST_VAL: string;
@@ -1138,7 +1661,11 @@ declare const _default: import("vue").DefineComponent<{
1138
1661
  NEXT_YEAR: string;
1139
1662
  LAST_YEAR: string;
1140
1663
  };
1141
- }, 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<{
1664
+ }, 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<{
1665
+ item: {
1666
+ type: ObjectConstructor;
1667
+ required: true;
1668
+ };
1142
1669
  paramCfg: {
1143
1670
  type: ObjectConstructor;
1144
1671
  default: null;
@@ -1151,13 +1678,19 @@ declare const _default: import("vue").DefineComponent<{
1151
1678
  type: StringConstructor;
1152
1679
  default: null;
1153
1680
  };
1681
+ customDate: {
1682
+ type: StringConstructor;
1683
+ default: null;
1684
+ };
1154
1685
  }>> & {
1155
1686
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1156
1687
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1688
+ "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
1157
1689
  }, {
1158
1690
  modelValue: string | number | unknown[];
1159
1691
  paramCfg: Record<string, any>;
1160
1692
  presetVal: string;
1693
+ customDate: string;
1161
1694
  }>;
1162
1695
  SelectLabel: import("vue").DefineComponent<{
1163
1696
  paramCfg: {
@@ -1284,7 +1817,11 @@ declare const _default: import("vue").DefineComponent<{
1284
1817
  SELECTTREE: string;
1285
1818
  SELECTTREEDYNAMIC: string;
1286
1819
  };
1287
- }, 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<{
1820
+ }, 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<{
1821
+ item: {
1822
+ type: ObjectConstructor;
1823
+ default: null;
1824
+ };
1288
1825
  paramCfg: {
1289
1826
  type: ObjectConstructor;
1290
1827
  default: null;
@@ -1300,24 +1837,31 @@ declare const _default: import("vue").DefineComponent<{
1300
1837
  isAccurate: {
1301
1838
  type: BooleanConstructor;
1302
1839
  };
1840
+ customDate: {
1841
+ type: StringConstructor;
1842
+ default: null;
1843
+ };
1303
1844
  }>> & {
1304
1845
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1305
1846
  "onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
1306
1847
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1848
+ "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
1307
1849
  }, {
1308
1850
  modelValue: string | number | unknown[];
1851
+ item: Record<string, any>;
1309
1852
  paramCfg: Record<string, any>;
1310
1853
  presetVal: string;
1311
1854
  isAccurate: boolean;
1855
+ customDate: string;
1312
1856
  }>;
1313
1857
  ConditionEnums: {
1314
1858
  NULL: string;
1315
1859
  EQUAL: string;
1860
+ IN_THE_PAST: string;
1861
+ IN_THE_FUTURE: string;
1862
+ IN_THE_PAST_DI: string;
1863
+ IN_THE_FUTURE_DI: string;
1316
1864
  };
1317
- conditionOptions: {
1318
- label: string;
1319
- value: string;
1320
- }[];
1321
1865
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1322
1866
  actionList_prop: {
1323
1867
  type: import("vue").PropType<import("../../../..").IClassifyListType>;
@@ -1788,6 +2332,7 @@ declare const _default: import("vue").DefineComponent<{
1788
2332
  SELECT_TIME: string;
1789
2333
  PAST_TIME: string;
1790
2334
  FUTURE_TIME: string;
2335
+ CUSTOM_TIME: string;
1791
2336
  };
1792
2337
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1793
2338
  paramCfg: {