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