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