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