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
@@ -30,6 +30,7 @@ declare const _default: import("vue").DefineComponent<{
30
30
  menuProps: {
31
31
  class: string;
32
32
  };
33
+ specialDateRange: string[];
33
34
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
34
35
  actionList_prop: {
35
36
  type: PropType<IClassifyListType>;
@@ -73,6 +74,7 @@ declare const _default: import("vue").DefineComponent<{
73
74
  value: string;
74
75
  isAccurateSearch?: boolean | undefined;
75
76
  accurateSearchKey?: string | undefined;
77
+ customDate?: string | undefined;
76
78
  }[];
77
79
  };
78
80
  loading: import("vue").Ref<boolean>;
@@ -103,6 +105,11 @@ declare const _default: import("vue").DefineComponent<{
103
105
  getParamCfg: (key: string) => any;
104
106
  initFilterConditions: (tableId: string, rawConditions: import("../../../../../components/table-filter/src/types").ISearchConfigType) => Promise<void>;
105
107
  getRawFilterConditions: () => any[];
108
+ dateTypeList: string[];
109
+ getOptions: (key: string) => {
110
+ label: string;
111
+ value: string;
112
+ }[];
106
113
  handleEditDisplayCategory: (item: ICategoryItemType) => void;
107
114
  handleDisplayCategoryAddState: () => void;
108
115
  findConditionByDisplayCategory: (sid: string) => unknown;
@@ -123,6 +130,10 @@ declare const _default: import("vue").DefineComponent<{
123
130
  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<{}>>, {}>;
124
131
  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<{}>>, {}>;
125
132
  ValueCfg: import("vue").DefineComponent<{
133
+ item: {
134
+ type: ObjectConstructor;
135
+ default: null;
136
+ };
126
137
  paramCfg: {
127
138
  type: ObjectConstructor;
128
139
  default: null;
@@ -138,8 +149,16 @@ declare const _default: import("vue").DefineComponent<{
138
149
  isAccurate: {
139
150
  type: BooleanConstructor;
140
151
  };
152
+ customDate: {
153
+ type: StringConstructor;
154
+ default: null;
155
+ };
141
156
  }, {
142
157
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
158
+ item: {
159
+ type: ObjectConstructor;
160
+ default: null;
161
+ };
143
162
  paramCfg: {
144
163
  type: ObjectConstructor;
145
164
  default: null;
@@ -155,20 +174,30 @@ declare const _default: import("vue").DefineComponent<{
155
174
  isAccurate: {
156
175
  type: BooleanConstructor;
157
176
  };
177
+ customDate: {
178
+ type: StringConstructor;
179
+ default: null;
180
+ };
158
181
  }>> & {
159
182
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
160
183
  "onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
161
184
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
185
+ "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
162
186
  }>>;
163
- emit: (event: "update:modelValue" | "update:isAccurate" | "update:presetVal", ...args: any[]) => void;
187
+ emit: (event: "update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
164
188
  valueCp: import("vue").WritableComputedRef<any>;
165
189
  presetValCp: import("vue").WritableComputedRef<string>;
166
190
  isAccurateCp: import("vue").WritableComputedRef<boolean>;
191
+ customDateCp: import("vue").WritableComputedRef<string>;
167
192
  widgetType: import("vue").ComputedRef<any>;
168
193
  Date: import("vue").DefineComponent<{
169
194
  componentCfg: {
170
195
  type: ObjectConstructor;
171
196
  };
197
+ item: {
198
+ type: ObjectConstructor;
199
+ required: true;
200
+ };
172
201
  paramCfg: {
173
202
  type: ObjectConstructor;
174
203
  default: null;
@@ -181,11 +210,19 @@ declare const _default: import("vue").DefineComponent<{
181
210
  type: StringConstructor;
182
211
  default: null;
183
212
  };
213
+ customDate: {
214
+ type: StringConstructor;
215
+ default: null;
216
+ };
184
217
  }, {
185
218
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
186
219
  componentCfg: {
187
220
  type: ObjectConstructor;
188
221
  };
222
+ item: {
223
+ type: ObjectConstructor;
224
+ required: true;
225
+ };
189
226
  paramCfg: {
190
227
  type: ObjectConstructor;
191
228
  default: null;
@@ -198,11 +235,17 @@ declare const _default: import("vue").DefineComponent<{
198
235
  type: StringConstructor;
199
236
  default: null;
200
237
  };
238
+ customDate: {
239
+ type: StringConstructor;
240
+ default: null;
241
+ };
201
242
  }>> & {
202
243
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
203
244
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
245
+ "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
204
246
  }>>;
205
- emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
247
+ emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
248
+ filterType: import("vue").ComputedRef<"1" | "2" | "3">;
206
249
  valueCp: import("vue").WritableComputedRef<any>;
207
250
  presetValCp: import("vue").WritableComputedRef<string>;
208
251
  dateType: any;
@@ -349,6 +392,231 @@ declare const _default: import("vue").DefineComponent<{
349
392
  holidays: Date[];
350
393
  }>>;
351
394
  NSelect: any;
395
+ DateOption: import("vue").DefineComponent<{
396
+ filterType: {
397
+ type: StringConstructor;
398
+ required: true;
399
+ };
400
+ modelValue: {
401
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
402
+ default: null;
403
+ };
404
+ presetVal: {
405
+ type: StringConstructor;
406
+ default: null;
407
+ };
408
+ dateType: {
409
+ type: StringConstructor;
410
+ };
411
+ isDateDisabled: {
412
+ type: FunctionConstructor;
413
+ };
414
+ timeDisabled: {
415
+ type: FunctionConstructor;
416
+ };
417
+ valueFormat: {
418
+ type: StringConstructor;
419
+ };
420
+ }, {
421
+ widgetOptions: {
422
+ label: string;
423
+ value: string;
424
+ }[];
425
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
426
+ filterType: {
427
+ type: StringConstructor;
428
+ required: true;
429
+ };
430
+ modelValue: {
431
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
432
+ default: null;
433
+ };
434
+ presetVal: {
435
+ type: StringConstructor;
436
+ default: null;
437
+ };
438
+ dateType: {
439
+ type: StringConstructor;
440
+ };
441
+ isDateDisabled: {
442
+ type: FunctionConstructor;
443
+ };
444
+ timeDisabled: {
445
+ type: FunctionConstructor;
446
+ };
447
+ valueFormat: {
448
+ type: StringConstructor;
449
+ };
450
+ }>> & {
451
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
452
+ "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
453
+ }>>;
454
+ emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
455
+ valueCp: import("vue").WritableComputedRef<any>;
456
+ presetValCp: import("vue").WritableComputedRef<string>;
457
+ CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
458
+ updateUnchangedValue: {
459
+ type: BooleanConstructor;
460
+ };
461
+ onConfirm: {
462
+ type: FunctionConstructor;
463
+ };
464
+ formattedValue: {
465
+ type: PropType<(string | [string, string]) | null | undefined>;
466
+ };
467
+ placeholder: {
468
+ type: StringConstructor;
469
+ };
470
+ allowedInvalidValue: {
471
+ type: StringConstructor;
472
+ };
473
+ to: {
474
+ type: PropType<string | false | HTMLElement>;
475
+ default: string;
476
+ };
477
+ holidays: {
478
+ type: PropType<Date[]>;
479
+ default: () => never[];
480
+ };
481
+ type: {
482
+ type: StringConstructor;
483
+ default: string;
484
+ };
485
+ isDateDisabled: {
486
+ type: PropType<(current: number, ...arg: any[]) => boolean>;
487
+ };
488
+ }, {
489
+ attrs: {
490
+ [x: string]: unknown;
491
+ };
492
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
493
+ updateUnchangedValue: {
494
+ type: BooleanConstructor;
495
+ };
496
+ onConfirm: {
497
+ type: FunctionConstructor;
498
+ };
499
+ formattedValue: {
500
+ type: PropType<(string | [string, string]) | null | undefined>;
501
+ };
502
+ placeholder: {
503
+ type: StringConstructor;
504
+ };
505
+ allowedInvalidValue: {
506
+ type: StringConstructor;
507
+ };
508
+ to: {
509
+ type: PropType<string | false | HTMLElement>;
510
+ default: string;
511
+ };
512
+ holidays: {
513
+ type: PropType<Date[]>;
514
+ default: () => never[];
515
+ };
516
+ type: {
517
+ type: StringConstructor;
518
+ default: string;
519
+ };
520
+ isDateDisabled: {
521
+ type: PropType<(current: number, ...arg: any[]) => boolean>;
522
+ };
523
+ }>> & {
524
+ "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
525
+ }>>;
526
+ emit: (event: "update:formatted-value", ...args: any[]) => void;
527
+ datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null>;
528
+ panelInstRef: import("vue").Ref<null>;
529
+ placeholderRef: import("vue").Ref<any>;
530
+ oldValue: string;
531
+ currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
532
+ isDateTime: import("vue").ComputedRef<boolean>;
533
+ formatRef: import("vue").ComputedRef<string>;
534
+ panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
535
+ _isDateDisabled: import("vue").ComputedRef<(current: number, ...arg: any[]) => boolean>;
536
+ focus: () => any;
537
+ blur: () => any;
538
+ handleConfirm: (target: HTMLInputElement) => void;
539
+ onUpdateShow: (show: boolean) => Promise<void>;
540
+ watchers: import("../../../../../shared/types").AnyFn[];
541
+ stopWatcher: () => void;
542
+ setHoliday: (show: boolean) => Promise<void>;
543
+ onConfirm: (...args: any[]) => Promise<void>;
544
+ isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
545
+ setShortcutValue: (type: "month" | "week") => Promise<void>;
546
+ NDatePicker: any;
547
+ }, 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<{
548
+ updateUnchangedValue: {
549
+ type: BooleanConstructor;
550
+ };
551
+ onConfirm: {
552
+ type: FunctionConstructor;
553
+ };
554
+ formattedValue: {
555
+ type: PropType<(string | [string, string]) | null | undefined>;
556
+ };
557
+ placeholder: {
558
+ type: StringConstructor;
559
+ };
560
+ allowedInvalidValue: {
561
+ type: StringConstructor;
562
+ };
563
+ to: {
564
+ type: PropType<string | false | HTMLElement>;
565
+ default: string;
566
+ };
567
+ holidays: {
568
+ type: PropType<Date[]>;
569
+ default: () => never[];
570
+ };
571
+ type: {
572
+ type: StringConstructor;
573
+ default: string;
574
+ };
575
+ isDateDisabled: {
576
+ type: PropType<(current: number, ...arg: any[]) => boolean>;
577
+ };
578
+ }>> & {
579
+ "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
580
+ }, {
581
+ type: string;
582
+ updateUnchangedValue: boolean;
583
+ to: string | false | HTMLElement;
584
+ holidays: Date[];
585
+ }>>;
586
+ NSelect: any;
587
+ NInputNumber: any;
588
+ }, 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<{
589
+ filterType: {
590
+ type: StringConstructor;
591
+ required: true;
592
+ };
593
+ modelValue: {
594
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
595
+ default: null;
596
+ };
597
+ presetVal: {
598
+ type: StringConstructor;
599
+ default: null;
600
+ };
601
+ dateType: {
602
+ type: StringConstructor;
603
+ };
604
+ isDateDisabled: {
605
+ type: FunctionConstructor;
606
+ };
607
+ timeDisabled: {
608
+ type: FunctionConstructor;
609
+ };
610
+ valueFormat: {
611
+ type: StringConstructor;
612
+ };
613
+ }>> & {
614
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
615
+ "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
616
+ }, {
617
+ modelValue: string | number | unknown[];
618
+ presetVal: string;
619
+ }>;
352
620
  WidgetValEnums: {
353
621
  CUSTOM: string;
354
622
  FIRST_VAL: string;
@@ -380,10 +648,14 @@ declare const _default: import("vue").DefineComponent<{
380
648
  NEXT_YEAR: string;
381
649
  LAST_YEAR: string;
382
650
  };
383
- }, 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<{
651
+ }, 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<{
384
652
  componentCfg: {
385
653
  type: ObjectConstructor;
386
654
  };
655
+ item: {
656
+ type: ObjectConstructor;
657
+ required: true;
658
+ };
387
659
  paramCfg: {
388
660
  type: ObjectConstructor;
389
661
  default: null;
@@ -396,13 +668,19 @@ declare const _default: import("vue").DefineComponent<{
396
668
  type: StringConstructor;
397
669
  default: null;
398
670
  };
671
+ customDate: {
672
+ type: StringConstructor;
673
+ default: null;
674
+ };
399
675
  }>> & {
400
676
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
401
677
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
678
+ "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
402
679
  }, {
403
680
  modelValue: string | number | unknown[];
404
681
  paramCfg: Record<string, any>;
405
682
  presetVal: string;
683
+ customDate: string;
406
684
  }>;
407
685
  InputFilter: import("vue").DefineComponent<{
408
686
  paramCfg: {
@@ -532,6 +810,7 @@ declare const _default: import("vue").DefineComponent<{
532
810
  SELECT_TIME: string;
533
811
  PAST_TIME: string;
534
812
  FUTURE_TIME: string;
813
+ CUSTOM_TIME: string;
535
814
  };
536
815
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
537
816
  paramCfg: {
@@ -854,6 +1133,10 @@ declare const _default: import("vue").DefineComponent<{
854
1133
  paramCfg: Record<string, any>;
855
1134
  }>;
856
1135
  DateRange: import("vue").DefineComponent<{
1136
+ item: {
1137
+ type: ObjectConstructor;
1138
+ required: true;
1139
+ };
857
1140
  paramCfg: {
858
1141
  type: ObjectConstructor;
859
1142
  default: null;
@@ -866,8 +1149,16 @@ declare const _default: import("vue").DefineComponent<{
866
1149
  type: StringConstructor;
867
1150
  default: null;
868
1151
  };
1152
+ customDate: {
1153
+ type: StringConstructor;
1154
+ default: null;
1155
+ };
869
1156
  }, {
870
1157
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1158
+ item: {
1159
+ type: ObjectConstructor;
1160
+ required: true;
1161
+ };
871
1162
  paramCfg: {
872
1163
  type: ObjectConstructor;
873
1164
  default: null;
@@ -880,13 +1171,19 @@ declare const _default: import("vue").DefineComponent<{
880
1171
  type: StringConstructor;
881
1172
  default: null;
882
1173
  };
1174
+ customDate: {
1175
+ type: StringConstructor;
1176
+ default: null;
1177
+ };
883
1178
  }>> & {
884
1179
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
885
1180
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1181
+ "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
886
1182
  }>>;
887
- emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
1183
+ emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
888
1184
  startDate: import("vue").Ref<any>;
889
1185
  endDate: import("vue").Ref<any>;
1186
+ filterType: import("vue").ComputedRef<"1" | "2" | "3">;
890
1187
  valueFormat: import("vue").ComputedRef<string>;
891
1188
  dateFormat: import("vue").ComputedRef<string>;
892
1189
  compType: import("vue").ComputedRef<any>;
@@ -905,6 +1202,7 @@ declare const _default: import("vue").DefineComponent<{
905
1202
  value: string;
906
1203
  }[]>;
907
1204
  presetValCp: import("vue").WritableComputedRef<string>;
1205
+ valueDateCp: import("vue").WritableComputedRef<unknown>;
908
1206
  handleChange: (val: any, type: "start" | "end") => void;
909
1207
  isStartDateDisabled: (ts: number) => boolean;
910
1208
  timeStartDisabled: (ts: number) => {
@@ -1049,6 +1347,231 @@ declare const _default: import("vue").DefineComponent<{
1049
1347
  to: string | false | HTMLElement;
1050
1348
  holidays: Date[];
1051
1349
  }>>;
1350
+ DateOption: import("vue").DefineComponent<{
1351
+ filterType: {
1352
+ type: StringConstructor;
1353
+ required: true;
1354
+ };
1355
+ modelValue: {
1356
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1357
+ default: null;
1358
+ };
1359
+ presetVal: {
1360
+ type: StringConstructor;
1361
+ default: null;
1362
+ };
1363
+ dateType: {
1364
+ type: StringConstructor;
1365
+ };
1366
+ isDateDisabled: {
1367
+ type: FunctionConstructor;
1368
+ };
1369
+ timeDisabled: {
1370
+ type: FunctionConstructor;
1371
+ };
1372
+ valueFormat: {
1373
+ type: StringConstructor;
1374
+ };
1375
+ }, {
1376
+ widgetOptions: {
1377
+ label: string;
1378
+ value: string;
1379
+ }[];
1380
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1381
+ filterType: {
1382
+ type: StringConstructor;
1383
+ required: true;
1384
+ };
1385
+ modelValue: {
1386
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1387
+ default: null;
1388
+ };
1389
+ presetVal: {
1390
+ type: StringConstructor;
1391
+ default: null;
1392
+ };
1393
+ dateType: {
1394
+ type: StringConstructor;
1395
+ };
1396
+ isDateDisabled: {
1397
+ type: FunctionConstructor;
1398
+ };
1399
+ timeDisabled: {
1400
+ type: FunctionConstructor;
1401
+ };
1402
+ valueFormat: {
1403
+ type: StringConstructor;
1404
+ };
1405
+ }>> & {
1406
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1407
+ "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1408
+ }>>;
1409
+ emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
1410
+ valueCp: import("vue").WritableComputedRef<any>;
1411
+ presetValCp: import("vue").WritableComputedRef<string>;
1412
+ CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
1413
+ updateUnchangedValue: {
1414
+ type: BooleanConstructor;
1415
+ };
1416
+ onConfirm: {
1417
+ type: FunctionConstructor;
1418
+ };
1419
+ formattedValue: {
1420
+ type: PropType<(string | [string, string]) | null | undefined>;
1421
+ };
1422
+ placeholder: {
1423
+ type: StringConstructor;
1424
+ };
1425
+ allowedInvalidValue: {
1426
+ type: StringConstructor;
1427
+ };
1428
+ to: {
1429
+ type: PropType<string | false | HTMLElement>;
1430
+ default: string;
1431
+ };
1432
+ holidays: {
1433
+ type: PropType<Date[]>;
1434
+ default: () => never[];
1435
+ };
1436
+ type: {
1437
+ type: StringConstructor;
1438
+ default: string;
1439
+ };
1440
+ isDateDisabled: {
1441
+ type: PropType<(current: number, ...arg: any[]) => boolean>;
1442
+ };
1443
+ }, {
1444
+ attrs: {
1445
+ [x: string]: unknown;
1446
+ };
1447
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1448
+ updateUnchangedValue: {
1449
+ type: BooleanConstructor;
1450
+ };
1451
+ onConfirm: {
1452
+ type: FunctionConstructor;
1453
+ };
1454
+ formattedValue: {
1455
+ type: PropType<(string | [string, string]) | null | undefined>;
1456
+ };
1457
+ placeholder: {
1458
+ type: StringConstructor;
1459
+ };
1460
+ allowedInvalidValue: {
1461
+ type: StringConstructor;
1462
+ };
1463
+ to: {
1464
+ type: PropType<string | false | HTMLElement>;
1465
+ default: string;
1466
+ };
1467
+ holidays: {
1468
+ type: PropType<Date[]>;
1469
+ default: () => never[];
1470
+ };
1471
+ type: {
1472
+ type: StringConstructor;
1473
+ default: string;
1474
+ };
1475
+ isDateDisabled: {
1476
+ type: PropType<(current: number, ...arg: any[]) => boolean>;
1477
+ };
1478
+ }>> & {
1479
+ "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1480
+ }>>;
1481
+ emit: (event: "update:formatted-value", ...args: any[]) => void;
1482
+ datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null>;
1483
+ panelInstRef: import("vue").Ref<null>;
1484
+ placeholderRef: import("vue").Ref<any>;
1485
+ oldValue: string;
1486
+ currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
1487
+ isDateTime: import("vue").ComputedRef<boolean>;
1488
+ formatRef: import("vue").ComputedRef<string>;
1489
+ panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
1490
+ _isDateDisabled: import("vue").ComputedRef<(current: number, ...arg: any[]) => boolean>;
1491
+ focus: () => any;
1492
+ blur: () => any;
1493
+ handleConfirm: (target: HTMLInputElement) => void;
1494
+ onUpdateShow: (show: boolean) => Promise<void>;
1495
+ watchers: import("../../../../../shared/types").AnyFn[];
1496
+ stopWatcher: () => void;
1497
+ setHoliday: (show: boolean) => Promise<void>;
1498
+ onConfirm: (...args: any[]) => Promise<void>;
1499
+ isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
1500
+ setShortcutValue: (type: "month" | "week") => Promise<void>;
1501
+ NDatePicker: any;
1502
+ }, 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<{
1503
+ updateUnchangedValue: {
1504
+ type: BooleanConstructor;
1505
+ };
1506
+ onConfirm: {
1507
+ type: FunctionConstructor;
1508
+ };
1509
+ formattedValue: {
1510
+ type: PropType<(string | [string, string]) | null | undefined>;
1511
+ };
1512
+ placeholder: {
1513
+ type: StringConstructor;
1514
+ };
1515
+ allowedInvalidValue: {
1516
+ type: StringConstructor;
1517
+ };
1518
+ to: {
1519
+ type: PropType<string | false | HTMLElement>;
1520
+ default: string;
1521
+ };
1522
+ holidays: {
1523
+ type: PropType<Date[]>;
1524
+ default: () => never[];
1525
+ };
1526
+ type: {
1527
+ type: StringConstructor;
1528
+ default: string;
1529
+ };
1530
+ isDateDisabled: {
1531
+ type: PropType<(current: number, ...arg: any[]) => boolean>;
1532
+ };
1533
+ }>> & {
1534
+ "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1535
+ }, {
1536
+ type: string;
1537
+ updateUnchangedValue: boolean;
1538
+ to: string | false | HTMLElement;
1539
+ holidays: Date[];
1540
+ }>>;
1541
+ NSelect: any;
1542
+ NInputNumber: any;
1543
+ }, 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<{
1544
+ filterType: {
1545
+ type: StringConstructor;
1546
+ required: true;
1547
+ };
1548
+ modelValue: {
1549
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1550
+ default: null;
1551
+ };
1552
+ presetVal: {
1553
+ type: StringConstructor;
1554
+ default: null;
1555
+ };
1556
+ dateType: {
1557
+ type: StringConstructor;
1558
+ };
1559
+ isDateDisabled: {
1560
+ type: FunctionConstructor;
1561
+ };
1562
+ timeDisabled: {
1563
+ type: FunctionConstructor;
1564
+ };
1565
+ valueFormat: {
1566
+ type: StringConstructor;
1567
+ };
1568
+ }>> & {
1569
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1570
+ "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1571
+ }, {
1572
+ modelValue: string | number | unknown[];
1573
+ presetVal: string;
1574
+ }>;
1052
1575
  WidgetValEnums: {
1053
1576
  CUSTOM: string;
1054
1577
  FIRST_VAL: string;
@@ -1080,7 +1603,11 @@ declare const _default: import("vue").DefineComponent<{
1080
1603
  NEXT_YEAR: string;
1081
1604
  LAST_YEAR: string;
1082
1605
  };
1083
- }, 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<{
1606
+ }, 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<{
1607
+ item: {
1608
+ type: ObjectConstructor;
1609
+ required: true;
1610
+ };
1084
1611
  paramCfg: {
1085
1612
  type: ObjectConstructor;
1086
1613
  default: null;
@@ -1093,13 +1620,19 @@ declare const _default: import("vue").DefineComponent<{
1093
1620
  type: StringConstructor;
1094
1621
  default: null;
1095
1622
  };
1623
+ customDate: {
1624
+ type: StringConstructor;
1625
+ default: null;
1626
+ };
1096
1627
  }>> & {
1097
1628
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1098
1629
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1630
+ "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
1099
1631
  }, {
1100
1632
  modelValue: string | number | unknown[];
1101
1633
  paramCfg: Record<string, any>;
1102
1634
  presetVal: string;
1635
+ customDate: string;
1103
1636
  }>;
1104
1637
  SelectLabel: import("vue").DefineComponent<{
1105
1638
  paramCfg: {
@@ -1226,7 +1759,11 @@ declare const _default: import("vue").DefineComponent<{
1226
1759
  SELECTTREE: string;
1227
1760
  SELECTTREEDYNAMIC: string;
1228
1761
  };
1229
- }, 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<{
1762
+ }, 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<{
1763
+ item: {
1764
+ type: ObjectConstructor;
1765
+ default: null;
1766
+ };
1230
1767
  paramCfg: {
1231
1768
  type: ObjectConstructor;
1232
1769
  default: null;
@@ -1242,24 +1779,31 @@ declare const _default: import("vue").DefineComponent<{
1242
1779
  isAccurate: {
1243
1780
  type: BooleanConstructor;
1244
1781
  };
1782
+ customDate: {
1783
+ type: StringConstructor;
1784
+ default: null;
1785
+ };
1245
1786
  }>> & {
1246
1787
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1247
1788
  "onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
1248
1789
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1790
+ "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
1249
1791
  }, {
1250
1792
  modelValue: string | number | unknown[];
1793
+ item: Record<string, any>;
1251
1794
  paramCfg: Record<string, any>;
1252
1795
  presetVal: string;
1253
1796
  isAccurate: boolean;
1797
+ customDate: string;
1254
1798
  }>;
1255
1799
  ConditionEnums: {
1256
1800
  NULL: string;
1257
1801
  EQUAL: string;
1802
+ IN_THE_PAST: string;
1803
+ IN_THE_FUTURE: string;
1804
+ IN_THE_PAST_DI: string;
1805
+ IN_THE_FUTURE_DI: string;
1258
1806
  };
1259
- conditionOptions: {
1260
- label: string;
1261
- value: string;
1262
- }[];
1263
1807
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1264
1808
  actionList_prop: {
1265
1809
  type: PropType<IClassifyListType>;