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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (300) hide show
  1. package/README.md +87 -87
  2. package/es/components/audio-sdk/index.d.ts +18 -16
  3. package/es/components/audio-sdk/src/Index.vue.d.ts +18 -16
  4. package/es/components/audio-sdk/src/Index.vue2.js +40 -5
  5. package/es/components/audio-sdk/src/components/recording-modal.vue.d.ts +6 -6
  6. package/es/components/audio-sdk/src/components/recording.vue.d.ts +6 -6
  7. package/es/components/audio-sdk/src/components/recording.vue2.js +17 -3
  8. package/es/components/base-search/index.d.ts +3 -0
  9. package/es/components/base-search/src/index.vue.d.ts +3 -0
  10. package/es/components/big-table/src/components/NoData.vue2.js +8 -1
  11. package/es/components/big-table/src/hooks/useTableParse.js +8 -1
  12. package/es/components/button-print/index.d.ts +67 -2
  13. package/es/components/button-print/src/ButtonPrint.vue.d.ts +67 -2
  14. package/es/components/button-print/src/ButtonPrint.vue2.js +6 -0
  15. package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +28 -3
  16. package/es/components/button-print/src/components/NewPrintComponent.vue2.js +138 -15
  17. package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +18 -0
  18. package/es/components/button-print/src/components/OldPrintComponent.vue2.js +35 -6
  19. package/es/components/button-print/src/utils/print.d.ts +7 -5
  20. package/es/components/button-print/src/utils/print.js +183 -7
  21. package/es/components/button-print/style/index.css +1 -1
  22. package/es/components/calendar/src/Calendar.vue2.js +15 -5
  23. package/es/components/callback/src/components/render/popupMaps.d.ts +18 -0
  24. package/es/components/card-reader-sdk-cn/src/henan/index.js +8 -1
  25. package/es/components/classification/index.d.ts +562 -10
  26. package/es/components/classification/src/components/search-filter/index.vue.d.ts +562 -10
  27. package/es/components/classification/src/components/set-classification/index.vue.d.ts +562 -10
  28. package/es/components/classification/src/components/table-modal/index.vue.d.ts +0 -3
  29. package/es/components/classification/src/index.vue.d.ts +565 -10
  30. package/es/components/date-picker/src/DatePicker.vue2.js +8 -1
  31. package/es/components/expand-field/index.d.ts +792 -1
  32. package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +792 -1
  33. package/es/components/expand-field/src/components/PersonModal.vue.d.ts +792 -1
  34. package/es/components/expand-field/src/components/form.vue.d.ts +792 -1
  35. package/es/components/expand-field/src/components/form.vue2.js +8 -1
  36. package/es/components/expand-field/src/index.vue.d.ts +792 -1
  37. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +3 -1
  38. package/es/components/fabric-chart/src/hooks/temperature/useLeft.js +3 -2
  39. package/es/components/fabric-chart/src/hooks/temperature/useOther.d.ts +1 -1
  40. package/es/components/fabric-chart/src/hooks/temperature/useOther.js +58 -15
  41. package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +4 -3
  42. package/es/components/field-editor/index.d.ts +18 -0
  43. package/es/components/field-editor/src/FieldEditor.vue.d.ts +18 -0
  44. package/es/components/field-editor/src/FieldEditor.vue2.js +2 -1
  45. package/es/components/field-editor/src/fields.d.ts +1 -0
  46. package/es/components/field-editor/src/fields.js +6 -0
  47. package/es/components/field-set/src/FieldColor.vue.d.ts +6 -1
  48. package/es/components/field-set/src/FieldFilter.vue.d.ts +6 -1
  49. package/es/components/field-set/src/FieldSet.vue.d.ts +38 -1
  50. package/es/components/field-set/src/FieldSet.vue2.js +118 -69
  51. package/es/components/field-set/src/Index.vue2.js +8 -3
  52. package/es/components/field-set/src/TableStyle.vue2.js +2 -2
  53. package/es/components/field-set/src/components/table-row.vue.d.ts +2 -1
  54. package/es/components/field-set/src/components/table-row.vue2.js +21 -6
  55. package/es/components/field-set/src/constants/index.d.ts +1 -1
  56. package/es/components/field-set/src/types/index.d.ts +3 -1
  57. package/es/components/field-set/style/index.css +1 -1
  58. package/es/components/form-config/index.d.ts +114 -12
  59. package/es/components/form-config/src/FormConfig.vue.d.ts +114 -12
  60. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +18 -0
  61. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +71 -8
  62. package/es/components/form-config/src/components/FormConfigEdit.vue2.js +4 -4
  63. package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +20 -2
  64. package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +9 -2
  65. package/es/components/form-config/src/constants/index.d.ts +31 -1
  66. package/es/components/form-config/src/constants/index.js +150 -1
  67. package/es/components/form-config/src/hooks/useConfigurationField.d.ts +2 -2
  68. package/es/components/form-config/src/hooks/useConfigurationField.js +53 -6
  69. package/es/components/form-config/src/hooks/useLocale.d.ts +6 -0
  70. package/es/components/form-config/src/hooks/useLocale.js +34 -0
  71. package/es/components/form-config/src/types/index.d.ts +12 -0
  72. package/es/components/form-render/index.d.ts +18 -0
  73. package/es/components/form-render/src/FormRender.vue.d.ts +18 -0
  74. package/es/components/form-render/src/FormRender.vue2.js +5 -0
  75. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +18 -0
  76. package/es/components/form-render/src/components/renderer/formItem.d.ts +2 -0
  77. package/es/components/form-render/src/components/renderer/formItem.js +17 -3
  78. package/es/components/form-render/src/components/renderer/levelSearchCascader/index.js +4 -2
  79. package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +1 -0
  80. package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +1 -0
  81. package/es/components/form-render/src/components/renderer/radio_checkbox.js +9 -3
  82. package/es/components/form-render/src/components/renderer/searchCascade.js +3 -0
  83. package/es/components/form-render/src/hooks/useBusinessBinding.d.ts +12 -3
  84. package/es/components/form-render/src/hooks/useBusinessBinding.js +7 -7
  85. package/es/components/form-render/src/hooks/useFieldListAdaptor.js +5 -2
  86. package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +2 -0
  87. package/es/components/form-render/src/hooks/useFieldNormalize.js +15 -0
  88. package/es/components/form-render/src/hooks/useFormContext.js +1 -1
  89. package/es/components/form-render/src/hooks/useFormValidator.js +8 -1
  90. package/es/components/form-render/src/hooks/useLowCodeReactions.js +2 -1
  91. package/es/components/form-render/src/types/index.d.ts +1 -0
  92. package/es/components/form-render/src/utils/business.d.ts +3 -1
  93. package/es/components/form-render/src/utils/business.js +7 -1
  94. package/es/components/form-render/style/index.css +1 -1
  95. package/es/components/iho-chat/index.d.ts +902 -99
  96. package/es/components/iho-chat/src/Index.vue.d.ts +902 -99
  97. package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +24 -1
  98. package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +181 -8
  99. package/es/components/iho-chat/src/components/ChatFile.vue2.js +51 -41
  100. package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +66 -6
  101. package/es/components/iho-chat/src/components/ChatFooter.vue2.js +158 -57
  102. package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +329 -15
  103. package/es/components/iho-chat/src/components/ChatHeader.vue2.js +21 -19
  104. package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +235 -20
  105. package/es/components/iho-chat/src/components/ChatMain.vue2.js +298 -279
  106. package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +51 -5
  107. package/es/components/iho-chat/src/components/ChatRecord.vue2.js +3 -3
  108. package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +24 -1
  109. package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +48 -2
  110. package/es/components/iho-chat/src/components/ContextMenu.js +34 -27
  111. package/es/components/iho-chat/src/components/ImageLightbox.vue.d.ts +104 -0
  112. package/es/components/iho-chat/src/components/ImageLightbox.vue.js +6 -0
  113. package/es/components/iho-chat/src/components/ImageLightbox.vue2.js +307 -0
  114. package/es/components/iho-chat/src/components/MessageEvent.vue.d.ts +24 -1
  115. package/es/components/iho-chat/src/components/MessageMergeForward.vue.d.ts +53 -6
  116. package/es/components/iho-chat/src/components/MessageMergeForward.vue2.js +3 -3
  117. package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +93 -30
  118. package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +348 -144
  119. package/es/components/iho-chat/src/components/PersonProfile.vue.d.ts +24 -1
  120. package/es/components/iho-chat/src/components/PersonProfile.vue2.js +1 -1
  121. package/es/components/iho-chat/src/components/SelectLabel.vue.d.ts +1 -1
  122. package/es/components/iho-chat/src/components/SiderList.vue.d.ts +24 -1
  123. package/es/components/iho-chat/src/components/Video.vue.d.ts +38 -25
  124. package/es/components/iho-chat/src/components/Video.vue2.js +35 -40
  125. package/es/components/iho-chat/src/hooks/index.d.ts +1 -0
  126. package/es/components/iho-chat/src/hooks/index.js +1 -0
  127. package/es/components/iho-chat/src/hooks/useData.d.ts +51 -4
  128. package/es/components/iho-chat/src/hooks/useData.js +2 -7
  129. package/es/components/iho-chat/src/hooks/useDraggable.d.ts +25 -0
  130. package/es/components/iho-chat/src/hooks/useDraggable.js +160 -0
  131. package/es/components/iho-chat/src/hooks/useVideo.d.ts +78 -11
  132. package/es/components/iho-chat/src/hooks/useVideo.js +420 -44
  133. package/es/components/iho-chat/src/types/index.d.ts +37 -1
  134. package/es/components/iho-chat/src/utils/emoji.d.ts +1 -1
  135. package/es/components/iho-chat/src/utils/emoji.js +1 -1
  136. package/es/components/iho-chat/src/utils/index.d.ts +4 -3
  137. package/es/components/iho-chat/src/utils/index.js +33 -39
  138. package/es/components/iho-chat/style/index.css +1 -1
  139. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +8 -1
  140. package/es/components/iho-table/src/plugins/headerPlugin/index.js +5 -2
  141. package/es/components/iho-table/src/plugins/highLightSetPlugin.js +2 -1
  142. package/es/components/index.css +1 -1
  143. package/es/components/index.d.ts +2 -0
  144. package/es/components/index.js +1 -0
  145. package/es/components/info-header/index.d.ts +41 -0
  146. package/es/components/info-header/src/InfoHeader.vue.d.ts +41 -0
  147. package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +1 -0
  148. package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue2.js +56 -22
  149. package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +1 -0
  150. package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +19 -0
  151. package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +18 -0
  152. package/es/components/info-header/src/components/patientInfo/index.vue2.js +16 -2
  153. package/es/components/keyboard/index.d.ts +9 -0
  154. package/es/components/keyboard/src/Keyboard.vue.d.ts +9 -0
  155. package/es/components/keyboard/src/Keyboard.vue2.js +33 -9
  156. package/es/components/keyboard/src/components/NumberPanel.vue.d.ts +4 -0
  157. package/es/components/keyboard/src/components/NumberPanel.vue2.js +50 -17
  158. package/es/components/keyboard/src/types.d.ts +17 -0
  159. package/es/components/keyboard/src/types.js +1 -0
  160. package/es/components/quick-search/index.d.ts +2 -0
  161. package/es/components/quick-search/src/index.vue.d.ts +2 -0
  162. package/es/components/scale-view/index.d.ts +66 -3
  163. package/es/components/scale-view/src/ScaleView.vue.d.ts +69 -5
  164. package/es/components/scale-view/src/ScaleView.vue2.js +79 -4
  165. package/es/components/scale-view/src/components/AnswerParse.vue.d.ts +5 -0
  166. package/es/components/scale-view/src/components/AnswerParse.vue2.js +74 -8
  167. package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +3 -0
  168. package/es/components/scale-view/src/components/EvaluateCountdown.vue2.js +26 -2
  169. package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +3 -0
  170. package/es/components/scale-view/src/components/EvaluatePage.vue2.js +27 -6
  171. package/es/components/scale-view/src/components/NoData.vue2.js +9 -3
  172. package/es/components/scale-view/src/components/ScaleScore.d.ts +1 -1
  173. package/es/components/scale-view/src/components/ScaleScore.js +45 -3
  174. package/es/components/scale-view/src/components/formitem/r-checkbox.js +16 -2
  175. package/es/components/scale-view/src/components/formitem/r-sign.js +32 -4
  176. package/es/components/scale-view/src/components/formitem/r-upload.js +65 -7
  177. package/es/components/scale-view/src/components/formitem/sign-com.js +8 -1
  178. package/es/components/scale-view/src/hooks/scaleview-computed.js +20 -4
  179. package/es/components/scale-view/src/hooks/scaleview-init.js +24 -3
  180. package/es/components/scale-view/src/hooks/scaleview-methods.js +40 -5
  181. package/es/components/scale-view/src/hooks/scaleview-props.d.ts +12 -0
  182. package/es/components/scale-view/src/hooks/scaleview-props.js +12 -0
  183. package/es/components/scale-view/src/hooks/scaleview-submit.d.ts +2 -1
  184. package/es/components/scale-view/src/hooks/scaleview-submit.js +64 -8
  185. package/es/components/scale-view/src/hooks/scaleview-validate.d.ts +1 -1
  186. package/es/components/scale-view/src/hooks/scaleview-validate.js +157 -24
  187. package/es/components/scale-view/src/hooks/use-evaluate.js +16 -2
  188. package/es/components/scale-view/src/hooks/use-noData.js +33 -5
  189. package/es/components/scale-view/src/utils/judge-types.d.ts +2 -1
  190. package/es/components/scale-view/src/utils/judge-types.js +10 -10
  191. package/es/components/scale-view/src/utils/watch-form-change.d.ts +13 -0
  192. package/es/components/scale-view/src/utils/watch-form-change.js +71 -0
  193. package/es/components/select-person/index.d.ts +792 -1
  194. package/es/components/select-person/src/SelectPerson.vue.d.ts +433 -273
  195. package/es/components/select-person/src/SelectPerson.vue.js +6 -0
  196. package/es/components/select-person/src/SelectPerson.vue2.js +795 -0
  197. package/es/components/select-person/src/SelectPersonRole.vue.js +2 -2
  198. package/es/components/select-person/src/components/GroupItem.vue.d.ts +19 -0
  199. package/es/components/select-person/src/components/GroupItem.vue.js +6 -0
  200. package/es/components/select-person/src/components/GroupItem.vue2.js +37 -0
  201. package/es/components/select-person/src/components/SearchGroupList.vue.d.ts +214 -0
  202. package/es/components/select-person/src/components/SearchGroupList.vue.js +6 -0
  203. package/es/components/select-person/src/components/SearchGroupList.vue2.js +145 -0
  204. package/es/components/select-person/src/components/SearchMultiple.vue2.js +1 -1
  205. package/es/components/select-person/src/components/SearchOrgAndStaff.vue2.js +21 -12
  206. package/es/components/select-person/src/components/TagItem.vue.d.ts +43 -0
  207. package/es/components/select-person/src/components/TagItem.vue.js +6 -0
  208. package/es/components/select-person/src/components/TagItem.vue2.js +40 -0
  209. package/es/components/select-person/src/index.vue.d.ts +793 -1
  210. package/es/components/select-person/src/index.vue2.js +21 -4
  211. package/es/components/select-person/src/types/index.d.ts +35 -0
  212. package/es/components/select-person/src/types/index.js +1 -0
  213. package/es/components/select-person/src/utils/index.d.ts +3 -0
  214. package/es/components/select-person/src/utils/index.js +25 -2
  215. package/es/components/select-person/style/index.css +1 -1
  216. package/es/components/shortcut-setter/index.d.ts +20 -2
  217. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +20 -2
  218. package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +1 -0
  219. package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue.d.ts +1 -0
  220. package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +1 -0
  221. package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +1 -0
  222. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +543 -6
  223. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +32 -10
  224. package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue.d.ts +226 -0
  225. package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue.js +6 -0
  226. package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue2.js +156 -0
  227. package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +255 -2
  228. package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +79 -5
  229. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +256 -2
  230. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +92 -6
  231. package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue.d.ts +1 -0
  232. package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +512 -4
  233. package/es/components/table-filter/src/components/classify-filter/helpers/options.d.ts +5 -1
  234. package/es/components/table-filter/src/components/classify-filter/helpers/options.js +123 -2
  235. package/es/components/table-filter/src/components/classify-filter/hooks/useFilterConditions.js +2 -1
  236. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +561 -10
  237. package/es/components/table-filter/src/components/classify-filter/index.vue2.js +16 -7
  238. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +2 -2
  239. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +1 -1
  240. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +12 -1
  241. package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.d.ts +1 -1
  242. package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue2.js +25 -6
  243. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +2 -2
  244. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +12 -1
  245. package/es/components/table-filter/src/components/render-widget/components/index.d.ts +5 -5
  246. package/es/components/table-filter/src/components/render-widget/helpers/dateExtraMap.js +32 -4
  247. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +5 -5
  248. package/es/components/table-filter/src/hooks/useAdvanced.d.ts +2 -0
  249. package/es/components/table-filter/src/hooks/useAdvanced.js +20 -3
  250. package/es/components/table-filter/src/hooks/useRenderWidget.js +4 -0
  251. package/es/components/table-filter/src/tool/baseOptions.js +8 -1
  252. package/es/components/table-filter/src/tool/date.d.ts +3 -0
  253. package/es/components/table-filter/src/tool/date.js +139 -0
  254. package/es/components/table-filter/src/tool/transformData.d.ts +1 -0
  255. package/es/components/table-filter/src/tool/transformData.js +11 -8
  256. package/es/components/table-filter/src/types/enums.d.ts +13 -0
  257. package/es/components/table-filter/src/types/enums.js +15 -2
  258. package/es/components/table-filter/src/types/index.d.ts +12 -0
  259. package/es/components/vertify/index.d.ts +1 -0
  260. package/es/components/vertify/index.js +1 -0
  261. package/es/components/vertify/src/components/IdentityVerification.vue.d.ts +89 -0
  262. package/es/components/vertify/src/components/IdentityVerification.vue.js +6 -0
  263. package/es/components/vertify/src/components/IdentityVerification.vue2.js +256 -0
  264. package/es/components/vertify/src/utils/dialog.d.ts +7 -0
  265. package/es/components/vertify/src/utils/dialog.js +73 -0
  266. package/es/components/vertify/src/utils/index.d.ts +11 -0
  267. package/es/components/vertify/src/utils/index.js +24 -0
  268. package/es/components/vod-chunk-upload/index.d.ts +16 -0
  269. package/es/components/vod-chunk-upload/src/chunk-upload-new.vue.d.ts +20 -31
  270. package/es/components/vod-chunk-upload/src/chunk-upload-new.vue2.js +205 -78
  271. package/es/components/vod-chunk-upload/src/hooks/upload-computed.d.ts +1 -0
  272. package/es/components/vod-chunk-upload/src/hooks/upload-computed.js +35 -4
  273. package/es/components/vod-chunk-upload/src/hooks/upload-data.d.ts +4 -0
  274. package/es/components/vod-chunk-upload/src/hooks/upload-data.js +78 -11
  275. package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +16 -0
  276. package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +81 -10
  277. package/es/components/vod-chunk-upload/style/index.css +1 -1
  278. package/es/env.d.ts +25 -25
  279. package/es/shared/assets/img/defaultCover/10review_successful.png.js +1 -1
  280. package/es/shared/assets/img/defaultCover/11review_fail.png.js +1 -1
  281. package/es/shared/assets/img/defaultCover/12no_setting.png.js +1 -1
  282. package/es/shared/assets/img/defaultCover/13no_menu_setting.png.js +1 -1
  283. package/es/shared/assets/img/defaultCover/14no_call_setting.png.js +1 -1
  284. package/es/shared/assets/img/defaultCover/15no_use_tag.png.js +1 -1
  285. package/es/shared/assets/img/defaultCover/16no_table_data.png.js +1 -1
  286. package/es/shared/assets/img/defaultCover/1location.png.js +1 -1
  287. package/es/shared/assets/img/defaultCover/2notfound.png.js +1 -1
  288. package/es/shared/assets/img/defaultCover/3loading.png.js +1 -1
  289. package/es/shared/assets/img/defaultCover/4no_permission.png.js +1 -1
  290. package/es/shared/assets/img/defaultCover/5no_data.png.js +1 -1
  291. package/es/shared/assets/img/defaultCover/6no_network.png.js +1 -1
  292. package/es/shared/assets/img/defaultCover/7no_doctor.png.js +1 -1
  293. package/es/shared/assets/img/defaultCover/8system_error.png.js +1 -1
  294. package/es/shared/assets/img/defaultCover/9system_upgrade.png.js +1 -1
  295. package/es/shared/components/InputNumberSlash/InputNumberSlash.js +1 -1
  296. package/es/shared/hooks/selectHooks/useSearchContent.js +1 -1
  297. package/es/shared/hooks/useLevelSearchCascader.js +3 -3
  298. package/es/shared/package.json.js +1 -1
  299. package/es/shared/utils/fabricjs/index.js +1 -1
  300. package/package.json +5 -4
@@ -425,6 +425,7 @@ declare const _default: import("vue").DefineComponent<{
425
425
  value: string;
426
426
  isAccurateSearch?: boolean | undefined;
427
427
  accurateSearchKey?: string | undefined;
428
+ customDate?: string | undefined;
428
429
  }[];
429
430
  };
430
431
  loading: import("vue").Ref<boolean>;
@@ -455,6 +456,11 @@ declare const _default: import("vue").DefineComponent<{
455
456
  getParamCfg: (key: string) => any;
456
457
  initFilterConditions: (tableId: string, rawConditions: import("../../../../../components/table-filter/src/types").ISearchConfigType) => Promise<void>;
457
458
  getRawFilterConditions: () => any[];
459
+ dateTypeList: string[];
460
+ getOptions: (key: string) => {
461
+ label: string;
462
+ value: string;
463
+ }[];
458
464
  handleEditDisplayCategory: (item: import("../../../../../components/table-filter/src/types").ICategoryItemType) => void;
459
465
  handleDisplayCategoryAddState: () => void;
460
466
  findConditionByDisplayCategory: (sid: string) => unknown;
@@ -475,6 +481,10 @@ declare const _default: import("vue").DefineComponent<{
475
481
  AddCircleSharp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
476
482
  CloseOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
477
483
  ValueCfg: import("vue").DefineComponent<{
484
+ item: {
485
+ type: ObjectConstructor;
486
+ default: null;
487
+ };
478
488
  paramCfg: {
479
489
  type: ObjectConstructor;
480
490
  default: null;
@@ -490,8 +500,16 @@ declare const _default: import("vue").DefineComponent<{
490
500
  isAccurate: {
491
501
  type: BooleanConstructor;
492
502
  };
503
+ customDate: {
504
+ type: StringConstructor;
505
+ default: null;
506
+ };
493
507
  }, {
494
508
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
509
+ item: {
510
+ type: ObjectConstructor;
511
+ default: null;
512
+ };
495
513
  paramCfg: {
496
514
  type: ObjectConstructor;
497
515
  default: null;
@@ -507,20 +525,30 @@ declare const _default: import("vue").DefineComponent<{
507
525
  isAccurate: {
508
526
  type: BooleanConstructor;
509
527
  };
528
+ customDate: {
529
+ type: StringConstructor;
530
+ default: null;
531
+ };
510
532
  }>> & {
511
533
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
512
534
  "onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
513
535
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
536
+ "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
514
537
  }>>;
515
- emit: (event: "update:modelValue" | "update:isAccurate" | "update:presetVal", ...args: any[]) => void;
538
+ emit: (event: "update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
516
539
  valueCp: import("vue").WritableComputedRef<any>;
517
540
  presetValCp: import("vue").WritableComputedRef<string>;
518
541
  isAccurateCp: import("vue").WritableComputedRef<boolean>;
542
+ customDateCp: import("vue").WritableComputedRef<string>;
519
543
  widgetType: import("vue").ComputedRef<any>;
520
544
  Date: import("vue").DefineComponent<{
521
545
  componentCfg: {
522
546
  type: ObjectConstructor;
523
547
  };
548
+ item: {
549
+ type: ObjectConstructor;
550
+ required: true;
551
+ };
524
552
  paramCfg: {
525
553
  type: ObjectConstructor;
526
554
  default: null;
@@ -533,11 +561,19 @@ declare const _default: import("vue").DefineComponent<{
533
561
  type: StringConstructor;
534
562
  default: null;
535
563
  };
564
+ customDate: {
565
+ type: StringConstructor;
566
+ default: null;
567
+ };
536
568
  }, {
537
569
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
538
570
  componentCfg: {
539
571
  type: ObjectConstructor;
540
572
  };
573
+ item: {
574
+ type: ObjectConstructor;
575
+ required: true;
576
+ };
541
577
  paramCfg: {
542
578
  type: ObjectConstructor;
543
579
  default: null;
@@ -550,11 +586,17 @@ declare const _default: import("vue").DefineComponent<{
550
586
  type: StringConstructor;
551
587
  default: null;
552
588
  };
589
+ customDate: {
590
+ type: StringConstructor;
591
+ default: null;
592
+ };
553
593
  }>> & {
554
594
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
555
595
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
596
+ "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
556
597
  }>>;
557
- emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
598
+ emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
599
+ filterType: import("vue").ComputedRef<"1" | "2" | "3">;
558
600
  valueCp: import("vue").WritableComputedRef<any>;
559
601
  presetValCp: import("vue").WritableComputedRef<string>;
560
602
  dateType: any;
@@ -701,6 +743,231 @@ declare const _default: import("vue").DefineComponent<{
701
743
  holidays: Date[];
702
744
  }>>;
703
745
  NSelect: any;
746
+ DateOption: import("vue").DefineComponent<{
747
+ filterType: {
748
+ type: StringConstructor;
749
+ required: true;
750
+ };
751
+ modelValue: {
752
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
753
+ default: null;
754
+ };
755
+ presetVal: {
756
+ type: StringConstructor;
757
+ default: null;
758
+ };
759
+ dateType: {
760
+ type: StringConstructor;
761
+ };
762
+ isDateDisabled: {
763
+ type: FunctionConstructor;
764
+ };
765
+ timeDisabled: {
766
+ type: FunctionConstructor;
767
+ };
768
+ valueFormat: {
769
+ type: StringConstructor;
770
+ };
771
+ }, {
772
+ widgetOptions: {
773
+ label: string;
774
+ value: string;
775
+ }[];
776
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
777
+ filterType: {
778
+ type: StringConstructor;
779
+ required: true;
780
+ };
781
+ modelValue: {
782
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
783
+ default: null;
784
+ };
785
+ presetVal: {
786
+ type: StringConstructor;
787
+ default: null;
788
+ };
789
+ dateType: {
790
+ type: StringConstructor;
791
+ };
792
+ isDateDisabled: {
793
+ type: FunctionConstructor;
794
+ };
795
+ timeDisabled: {
796
+ type: FunctionConstructor;
797
+ };
798
+ valueFormat: {
799
+ type: StringConstructor;
800
+ };
801
+ }>> & {
802
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
803
+ "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
804
+ }>>;
805
+ emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
806
+ valueCp: import("vue").WritableComputedRef<any>;
807
+ presetValCp: import("vue").WritableComputedRef<string>;
808
+ CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
809
+ updateUnchangedValue: {
810
+ type: BooleanConstructor;
811
+ };
812
+ onConfirm: {
813
+ type: FunctionConstructor;
814
+ };
815
+ formattedValue: {
816
+ type: import("vue").PropType<(string | [string, string]) | null | undefined>;
817
+ };
818
+ placeholder: {
819
+ type: StringConstructor;
820
+ };
821
+ allowedInvalidValue: {
822
+ type: StringConstructor;
823
+ };
824
+ to: {
825
+ type: import("vue").PropType<string | false | HTMLElement>;
826
+ default: string;
827
+ };
828
+ holidays: {
829
+ type: import("vue").PropType<Date[]>;
830
+ default: () => never[];
831
+ };
832
+ type: {
833
+ type: StringConstructor;
834
+ default: string;
835
+ };
836
+ isDateDisabled: {
837
+ type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
838
+ };
839
+ }, {
840
+ attrs: {
841
+ [x: string]: unknown;
842
+ };
843
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
844
+ updateUnchangedValue: {
845
+ type: BooleanConstructor;
846
+ };
847
+ onConfirm: {
848
+ type: FunctionConstructor;
849
+ };
850
+ formattedValue: {
851
+ type: import("vue").PropType<(string | [string, string]) | null | undefined>;
852
+ };
853
+ placeholder: {
854
+ type: StringConstructor;
855
+ };
856
+ allowedInvalidValue: {
857
+ type: StringConstructor;
858
+ };
859
+ to: {
860
+ type: import("vue").PropType<string | false | HTMLElement>;
861
+ default: string;
862
+ };
863
+ holidays: {
864
+ type: import("vue").PropType<Date[]>;
865
+ default: () => never[];
866
+ };
867
+ type: {
868
+ type: StringConstructor;
869
+ default: string;
870
+ };
871
+ isDateDisabled: {
872
+ type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
873
+ };
874
+ }>> & {
875
+ "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
876
+ }>>;
877
+ emit: (event: "update:formatted-value", ...args: any[]) => void;
878
+ datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null>;
879
+ panelInstRef: import("vue").Ref<null>;
880
+ placeholderRef: import("vue").Ref<any>;
881
+ oldValue: string;
882
+ currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
883
+ isDateTime: import("vue").ComputedRef<boolean>;
884
+ formatRef: import("vue").ComputedRef<string>;
885
+ panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
886
+ _isDateDisabled: import("vue").ComputedRef<(current: number, ...arg: any[]) => boolean>;
887
+ focus: () => any;
888
+ blur: () => any;
889
+ handleConfirm: (target: HTMLInputElement) => void;
890
+ onUpdateShow: (show: boolean) => Promise<void>;
891
+ watchers: import("../../../../../shared/types").AnyFn[];
892
+ stopWatcher: () => void;
893
+ setHoliday: (show: boolean) => Promise<void>;
894
+ onConfirm: (...args: any[]) => Promise<void>;
895
+ isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
896
+ setShortcutValue: (type: "month" | "week") => Promise<void>;
897
+ NDatePicker: any;
898
+ }, 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<{
899
+ updateUnchangedValue: {
900
+ type: BooleanConstructor;
901
+ };
902
+ onConfirm: {
903
+ type: FunctionConstructor;
904
+ };
905
+ formattedValue: {
906
+ type: import("vue").PropType<(string | [string, string]) | null | undefined>;
907
+ };
908
+ placeholder: {
909
+ type: StringConstructor;
910
+ };
911
+ allowedInvalidValue: {
912
+ type: StringConstructor;
913
+ };
914
+ to: {
915
+ type: import("vue").PropType<string | false | HTMLElement>;
916
+ default: string;
917
+ };
918
+ holidays: {
919
+ type: import("vue").PropType<Date[]>;
920
+ default: () => never[];
921
+ };
922
+ type: {
923
+ type: StringConstructor;
924
+ default: string;
925
+ };
926
+ isDateDisabled: {
927
+ type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
928
+ };
929
+ }>> & {
930
+ "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
931
+ }, {
932
+ type: string;
933
+ updateUnchangedValue: boolean;
934
+ to: string | false | HTMLElement;
935
+ holidays: Date[];
936
+ }>>;
937
+ NSelect: any;
938
+ NInputNumber: any;
939
+ }, 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<{
940
+ filterType: {
941
+ type: StringConstructor;
942
+ required: true;
943
+ };
944
+ modelValue: {
945
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
946
+ default: null;
947
+ };
948
+ presetVal: {
949
+ type: StringConstructor;
950
+ default: null;
951
+ };
952
+ dateType: {
953
+ type: StringConstructor;
954
+ };
955
+ isDateDisabled: {
956
+ type: FunctionConstructor;
957
+ };
958
+ timeDisabled: {
959
+ type: FunctionConstructor;
960
+ };
961
+ valueFormat: {
962
+ type: StringConstructor;
963
+ };
964
+ }>> & {
965
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
966
+ "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
967
+ }, {
968
+ modelValue: string | number | unknown[];
969
+ presetVal: string;
970
+ }>;
704
971
  WidgetValEnums: {
705
972
  CUSTOM: string;
706
973
  FIRST_VAL: string;
@@ -732,10 +999,14 @@ declare const _default: import("vue").DefineComponent<{
732
999
  NEXT_YEAR: string;
733
1000
  LAST_YEAR: string;
734
1001
  };
735
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1002
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal" | "update:customDate")[], "update:modelValue" | "update:presetVal" | "update:customDate", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
736
1003
  componentCfg: {
737
1004
  type: ObjectConstructor;
738
1005
  };
1006
+ item: {
1007
+ type: ObjectConstructor;
1008
+ required: true;
1009
+ };
739
1010
  paramCfg: {
740
1011
  type: ObjectConstructor;
741
1012
  default: null;
@@ -748,13 +1019,19 @@ declare const _default: import("vue").DefineComponent<{
748
1019
  type: StringConstructor;
749
1020
  default: null;
750
1021
  };
1022
+ customDate: {
1023
+ type: StringConstructor;
1024
+ default: null;
1025
+ };
751
1026
  }>> & {
752
1027
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
753
1028
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1029
+ "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
754
1030
  }, {
755
1031
  modelValue: string | number | unknown[];
756
1032
  paramCfg: Record<string, any>;
757
1033
  presetVal: string;
1034
+ customDate: string;
758
1035
  }>;
759
1036
  InputFilter: import("vue").DefineComponent<{
760
1037
  paramCfg: {
@@ -884,6 +1161,7 @@ declare const _default: import("vue").DefineComponent<{
884
1161
  SELECT_TIME: string;
885
1162
  PAST_TIME: string;
886
1163
  FUTURE_TIME: string;
1164
+ CUSTOM_TIME: string;
887
1165
  };
888
1166
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
889
1167
  paramCfg: {
@@ -1206,6 +1484,10 @@ declare const _default: import("vue").DefineComponent<{
1206
1484
  paramCfg: Record<string, any>;
1207
1485
  }>;
1208
1486
  DateRange: import("vue").DefineComponent<{
1487
+ item: {
1488
+ type: ObjectConstructor;
1489
+ required: true;
1490
+ };
1209
1491
  paramCfg: {
1210
1492
  type: ObjectConstructor;
1211
1493
  default: null;
@@ -1218,8 +1500,16 @@ declare const _default: import("vue").DefineComponent<{
1218
1500
  type: StringConstructor;
1219
1501
  default: null;
1220
1502
  };
1503
+ customDate: {
1504
+ type: StringConstructor;
1505
+ default: null;
1506
+ };
1221
1507
  }, {
1222
1508
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1509
+ item: {
1510
+ type: ObjectConstructor;
1511
+ required: true;
1512
+ };
1223
1513
  paramCfg: {
1224
1514
  type: ObjectConstructor;
1225
1515
  default: null;
@@ -1232,13 +1522,19 @@ declare const _default: import("vue").DefineComponent<{
1232
1522
  type: StringConstructor;
1233
1523
  default: null;
1234
1524
  };
1525
+ customDate: {
1526
+ type: StringConstructor;
1527
+ default: null;
1528
+ };
1235
1529
  }>> & {
1236
1530
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1237
1531
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1532
+ "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
1238
1533
  }>>;
1239
- emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
1534
+ emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
1240
1535
  startDate: import("vue").Ref<any>;
1241
1536
  endDate: import("vue").Ref<any>;
1537
+ filterType: import("vue").ComputedRef<"1" | "2" | "3">;
1242
1538
  valueFormat: import("vue").ComputedRef<string>;
1243
1539
  dateFormat: import("vue").ComputedRef<string>;
1244
1540
  compType: import("vue").ComputedRef<any>;
@@ -1257,6 +1553,7 @@ declare const _default: import("vue").DefineComponent<{
1257
1553
  value: string;
1258
1554
  }[]>;
1259
1555
  presetValCp: import("vue").WritableComputedRef<string>;
1556
+ valueDateCp: import("vue").WritableComputedRef<unknown>;
1260
1557
  handleChange: (val: any, type: "start" | "end") => void;
1261
1558
  isStartDateDisabled: (ts: number) => boolean;
1262
1559
  timeStartDisabled: (ts: number) => {
@@ -1401,6 +1698,231 @@ declare const _default: import("vue").DefineComponent<{
1401
1698
  to: string | false | HTMLElement;
1402
1699
  holidays: Date[];
1403
1700
  }>>;
1701
+ DateOption: import("vue").DefineComponent<{
1702
+ filterType: {
1703
+ type: StringConstructor;
1704
+ required: true;
1705
+ };
1706
+ modelValue: {
1707
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1708
+ default: null;
1709
+ };
1710
+ presetVal: {
1711
+ type: StringConstructor;
1712
+ default: null;
1713
+ };
1714
+ dateType: {
1715
+ type: StringConstructor;
1716
+ };
1717
+ isDateDisabled: {
1718
+ type: FunctionConstructor;
1719
+ };
1720
+ timeDisabled: {
1721
+ type: FunctionConstructor;
1722
+ };
1723
+ valueFormat: {
1724
+ type: StringConstructor;
1725
+ };
1726
+ }, {
1727
+ widgetOptions: {
1728
+ label: string;
1729
+ value: string;
1730
+ }[];
1731
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1732
+ filterType: {
1733
+ type: StringConstructor;
1734
+ required: true;
1735
+ };
1736
+ modelValue: {
1737
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1738
+ default: null;
1739
+ };
1740
+ presetVal: {
1741
+ type: StringConstructor;
1742
+ default: null;
1743
+ };
1744
+ dateType: {
1745
+ type: StringConstructor;
1746
+ };
1747
+ isDateDisabled: {
1748
+ type: FunctionConstructor;
1749
+ };
1750
+ timeDisabled: {
1751
+ type: FunctionConstructor;
1752
+ };
1753
+ valueFormat: {
1754
+ type: StringConstructor;
1755
+ };
1756
+ }>> & {
1757
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1758
+ "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1759
+ }>>;
1760
+ emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
1761
+ valueCp: import("vue").WritableComputedRef<any>;
1762
+ presetValCp: import("vue").WritableComputedRef<string>;
1763
+ CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
1764
+ updateUnchangedValue: {
1765
+ type: BooleanConstructor;
1766
+ };
1767
+ onConfirm: {
1768
+ type: FunctionConstructor;
1769
+ };
1770
+ formattedValue: {
1771
+ type: import("vue").PropType<(string | [string, string]) | null | undefined>;
1772
+ };
1773
+ placeholder: {
1774
+ type: StringConstructor;
1775
+ };
1776
+ allowedInvalidValue: {
1777
+ type: StringConstructor;
1778
+ };
1779
+ to: {
1780
+ type: import("vue").PropType<string | false | HTMLElement>;
1781
+ default: string;
1782
+ };
1783
+ holidays: {
1784
+ type: import("vue").PropType<Date[]>;
1785
+ default: () => never[];
1786
+ };
1787
+ type: {
1788
+ type: StringConstructor;
1789
+ default: string;
1790
+ };
1791
+ isDateDisabled: {
1792
+ type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
1793
+ };
1794
+ }, {
1795
+ attrs: {
1796
+ [x: string]: unknown;
1797
+ };
1798
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1799
+ updateUnchangedValue: {
1800
+ type: BooleanConstructor;
1801
+ };
1802
+ onConfirm: {
1803
+ type: FunctionConstructor;
1804
+ };
1805
+ formattedValue: {
1806
+ type: import("vue").PropType<(string | [string, string]) | null | undefined>;
1807
+ };
1808
+ placeholder: {
1809
+ type: StringConstructor;
1810
+ };
1811
+ allowedInvalidValue: {
1812
+ type: StringConstructor;
1813
+ };
1814
+ to: {
1815
+ type: import("vue").PropType<string | false | HTMLElement>;
1816
+ default: string;
1817
+ };
1818
+ holidays: {
1819
+ type: import("vue").PropType<Date[]>;
1820
+ default: () => never[];
1821
+ };
1822
+ type: {
1823
+ type: StringConstructor;
1824
+ default: string;
1825
+ };
1826
+ isDateDisabled: {
1827
+ type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
1828
+ };
1829
+ }>> & {
1830
+ "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1831
+ }>>;
1832
+ emit: (event: "update:formatted-value", ...args: any[]) => void;
1833
+ datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null>;
1834
+ panelInstRef: import("vue").Ref<null>;
1835
+ placeholderRef: import("vue").Ref<any>;
1836
+ oldValue: string;
1837
+ currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
1838
+ isDateTime: import("vue").ComputedRef<boolean>;
1839
+ formatRef: import("vue").ComputedRef<string>;
1840
+ panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
1841
+ _isDateDisabled: import("vue").ComputedRef<(current: number, ...arg: any[]) => boolean>;
1842
+ focus: () => any;
1843
+ blur: () => any;
1844
+ handleConfirm: (target: HTMLInputElement) => void;
1845
+ onUpdateShow: (show: boolean) => Promise<void>;
1846
+ watchers: import("../../../../../shared/types").AnyFn[];
1847
+ stopWatcher: () => void;
1848
+ setHoliday: (show: boolean) => Promise<void>;
1849
+ onConfirm: (...args: any[]) => Promise<void>;
1850
+ isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
1851
+ setShortcutValue: (type: "month" | "week") => Promise<void>;
1852
+ NDatePicker: any;
1853
+ }, 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<{
1854
+ updateUnchangedValue: {
1855
+ type: BooleanConstructor;
1856
+ };
1857
+ onConfirm: {
1858
+ type: FunctionConstructor;
1859
+ };
1860
+ formattedValue: {
1861
+ type: import("vue").PropType<(string | [string, string]) | null | undefined>;
1862
+ };
1863
+ placeholder: {
1864
+ type: StringConstructor;
1865
+ };
1866
+ allowedInvalidValue: {
1867
+ type: StringConstructor;
1868
+ };
1869
+ to: {
1870
+ type: import("vue").PropType<string | false | HTMLElement>;
1871
+ default: string;
1872
+ };
1873
+ holidays: {
1874
+ type: import("vue").PropType<Date[]>;
1875
+ default: () => never[];
1876
+ };
1877
+ type: {
1878
+ type: StringConstructor;
1879
+ default: string;
1880
+ };
1881
+ isDateDisabled: {
1882
+ type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
1883
+ };
1884
+ }>> & {
1885
+ "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1886
+ }, {
1887
+ type: string;
1888
+ updateUnchangedValue: boolean;
1889
+ to: string | false | HTMLElement;
1890
+ holidays: Date[];
1891
+ }>>;
1892
+ NSelect: any;
1893
+ NInputNumber: any;
1894
+ }, 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<{
1895
+ filterType: {
1896
+ type: StringConstructor;
1897
+ required: true;
1898
+ };
1899
+ modelValue: {
1900
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1901
+ default: null;
1902
+ };
1903
+ presetVal: {
1904
+ type: StringConstructor;
1905
+ default: null;
1906
+ };
1907
+ dateType: {
1908
+ type: StringConstructor;
1909
+ };
1910
+ isDateDisabled: {
1911
+ type: FunctionConstructor;
1912
+ };
1913
+ timeDisabled: {
1914
+ type: FunctionConstructor;
1915
+ };
1916
+ valueFormat: {
1917
+ type: StringConstructor;
1918
+ };
1919
+ }>> & {
1920
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1921
+ "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1922
+ }, {
1923
+ modelValue: string | number | unknown[];
1924
+ presetVal: string;
1925
+ }>;
1404
1926
  WidgetValEnums: {
1405
1927
  CUSTOM: string;
1406
1928
  FIRST_VAL: string;
@@ -1432,7 +1954,11 @@ declare const _default: import("vue").DefineComponent<{
1432
1954
  NEXT_YEAR: string;
1433
1955
  LAST_YEAR: string;
1434
1956
  };
1435
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1957
+ }, 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<{
1958
+ item: {
1959
+ type: ObjectConstructor;
1960
+ required: true;
1961
+ };
1436
1962
  paramCfg: {
1437
1963
  type: ObjectConstructor;
1438
1964
  default: null;
@@ -1445,13 +1971,19 @@ declare const _default: import("vue").DefineComponent<{
1445
1971
  type: StringConstructor;
1446
1972
  default: null;
1447
1973
  };
1974
+ customDate: {
1975
+ type: StringConstructor;
1976
+ default: null;
1977
+ };
1448
1978
  }>> & {
1449
1979
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1450
1980
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1981
+ "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
1451
1982
  }, {
1452
1983
  modelValue: string | number | unknown[];
1453
1984
  paramCfg: Record<string, any>;
1454
1985
  presetVal: string;
1986
+ customDate: string;
1455
1987
  }>;
1456
1988
  SelectLabel: import("vue").DefineComponent<{
1457
1989
  paramCfg: {
@@ -1578,7 +2110,11 @@ declare const _default: import("vue").DefineComponent<{
1578
2110
  SELECTTREE: string;
1579
2111
  SELECTTREEDYNAMIC: string;
1580
2112
  };
1581
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:isAccurate" | "update:presetVal")[], "update:modelValue" | "update:isAccurate" | "update:presetVal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2113
+ }, 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<{
2114
+ item: {
2115
+ type: ObjectConstructor;
2116
+ default: null;
2117
+ };
1582
2118
  paramCfg: {
1583
2119
  type: ObjectConstructor;
1584
2120
  default: null;
@@ -1594,24 +2130,39 @@ declare const _default: import("vue").DefineComponent<{
1594
2130
  isAccurate: {
1595
2131
  type: BooleanConstructor;
1596
2132
  };
2133
+ customDate: {
2134
+ type: StringConstructor;
2135
+ default: null;
2136
+ };
1597
2137
  }>> & {
1598
2138
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1599
2139
  "onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
1600
2140
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
2141
+ "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
1601
2142
  }, {
1602
2143
  modelValue: string | number | unknown[];
2144
+ item: Record<string, any>;
1603
2145
  paramCfg: Record<string, any>;
1604
2146
  presetVal: string;
1605
2147
  isAccurate: boolean;
2148
+ customDate: string;
1606
2149
  }>;
1607
2150
  ConditionEnums: {
1608
2151
  NULL: string;
1609
2152
  EQUAL: string;
2153
+ NOT_NULL: string;
2154
+ NEQ: string;
2155
+ BIG: string;
2156
+ LESS: string;
2157
+ BIGEQ: string;
2158
+ LESSEQ: string;
2159
+ L_: string;
2160
+ N_: string;
2161
+ IN_THE_PAST: string;
2162
+ IN_THE_FUTURE: string;
2163
+ IN_THE_PAST_DI: string;
2164
+ IN_THE_FUTURE_DI: string;
1610
2165
  };
1611
- conditionOptions: {
1612
- label: string;
1613
- value: string;
1614
- }[];
1615
2166
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1616
2167
  actionList_prop: {
1617
2168
  type: import("vue").PropType<IClassifyListType>;
@@ -2082,6 +2633,7 @@ declare const _default: import("vue").DefineComponent<{
2082
2633
  SELECT_TIME: string;
2083
2634
  PAST_TIME: string;
2084
2635
  FUTURE_TIME: string;
2636
+ CUSTOM_TIME: string;
2085
2637
  };
2086
2638
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2087
2639
  paramCfg: {