cnhis-design-vue 3.1.42-beta.7 → 3.1.42-beta.71

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 (279) hide show
  1. package/README.md +87 -87
  2. package/es/components/annotation-edit/src/AnnotationEdit.js +1 -1
  3. package/es/components/base-search/index.d.ts +2 -2
  4. package/es/components/base-search/src/index.vue.d.ts +2 -2
  5. package/es/components/base-search/style/index.css +1 -1
  6. package/es/components/big-table/index.d.ts +3 -4
  7. package/es/components/big-table/src/BigTable.vue.d.ts +3 -4
  8. package/es/components/big-table/src/BigTable.vue2.js +1 -1
  9. package/es/components/big-table/src/components/edit-form/edit-select-table.d.ts +1 -1
  10. package/es/components/big-table/src/components/edit-form/edit-select.js +1 -1
  11. package/es/components/big-table/src/hooks/useEvent.js +1 -1
  12. package/es/components/big-table/src/hooks/useFormat.js +1 -1
  13. package/es/components/big-table/src/hooks/useNestTable.js +1 -1
  14. package/es/components/big-table/src/hooks/useTableParse.js +1 -1
  15. package/es/components/big-table/src/utils.d.ts +11 -1
  16. package/es/components/big-table/src/utils.js +1 -1
  17. package/es/components/big-table/style/index.css +1 -1
  18. package/es/components/bpmn-workflow/index.d.ts +12 -0
  19. package/es/components/bpmn-workflow/src/BpmnWorkflow.vue.d.ts +12 -0
  20. package/es/components/bpmn-workflow/src/BpmnWorkflow.vue.js +1 -1
  21. package/es/components/button-print/index.d.ts +32 -7
  22. package/es/components/button-print/src/ButtonPrint.vue.d.ts +32 -8
  23. package/es/components/button-print/src/ButtonPrint.vue2.js +1 -1
  24. package/es/components/button-print/src/components/EditFormat.vue.d.ts +4 -4
  25. package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +4 -4
  26. package/es/components/button-print/src/utils/print.js +1 -1
  27. package/es/components/classification/index.d.ts +1 -1
  28. package/es/components/classification/src/index.vue.d.ts +2 -2
  29. package/es/components/classification/style/index.css +1 -1
  30. package/es/components/config-provider/src/ConfigProvider.js +1 -1
  31. package/es/components/config-provider/src/interface.d.ts +4 -4
  32. package/es/components/date-picker/index.d.ts +4 -0
  33. package/es/components/date-picker/src/DatePicker.vue.d.ts +4 -0
  34. package/es/components/date-picker/src/DatePicker.vue.js +1 -1
  35. package/es/components/fabric-chart/index.d.ts +2 -2
  36. package/es/components/fabric-chart/src/FabricChart.vue.d.ts +2 -2
  37. package/es/components/fabric-chart/src/hooks/useBirthProcess.d.ts +1 -0
  38. package/es/components/fabric-chart/src/hooks/useBirthProcess.js +1 -1
  39. package/es/components/fabric-chart/src/hooks/useBirthProcessChart.js +1 -1
  40. package/es/components/fabric-chart/src/hooks/useCenter.js +1 -1
  41. package/es/components/fabric-chart/src/hooks/useLeft.js +1 -1
  42. package/es/components/fabric-chart/src/hooks/useScaleColumn.d.ts +16 -0
  43. package/es/components/fabric-chart/src/hooks/useScaleColumn.js +1 -0
  44. package/es/components/field-set/index.d.ts +26 -81
  45. package/es/components/field-set/src/FieldSet.vue.d.ts +28 -32
  46. package/es/components/field-set/src/FieldSet.vue.js +1 -1
  47. package/es/components/field-set/style/index.css +1 -1
  48. package/es/components/form-config/index.d.ts +87 -46
  49. package/es/components/form-config/src/FormConfig.vue.d.ts +87 -46
  50. package/es/components/form-config/src/FormConfig.vue.js +1 -1
  51. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +29 -15
  52. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +46 -25
  53. package/es/components/form-config/src/components/FormConfigEdit.vue.js +1 -1
  54. package/es/components/form-config/src/components/renderer/DefaultNode.vue.js +1 -1
  55. package/es/components/form-config/src/constants/index.d.ts +19 -1
  56. package/es/components/form-config/src/constants/index.js +1 -1
  57. package/es/components/form-config/src/hooks/useConfigurationField.js +1 -1
  58. package/es/components/form-config/src/types/index.d.ts +1 -0
  59. package/es/components/form-render/index.d.ts +29 -15
  60. package/es/components/form-render/index.js +1 -1
  61. package/es/components/form-render/src/FormRender.vue.d.ts +29 -15
  62. package/es/components/form-render/src/FormRender.vue.js +1 -1
  63. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +29 -15
  64. package/es/components/form-render/src/components/renderer/combination.js +1 -1
  65. package/es/components/form-render/src/components/renderer/complex.d.ts +1 -1
  66. package/es/components/form-render/src/components/renderer/date.d.ts +4 -0
  67. package/es/components/form-render/src/components/renderer/date.js +1 -1
  68. package/es/components/form-render/src/components/renderer/jsonCombination/index.js +1 -1
  69. package/es/components/form-render/src/components/renderer/levelSearchCascader.d.ts +18 -0
  70. package/es/components/form-render/src/components/renderer/levelSearchCascader.js +1 -1
  71. package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +1 -1
  72. package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +1 -1
  73. package/es/components/form-render/src/components/renderer/radio&checkbox.d.ts +38 -2
  74. package/es/components/form-render/src/components/renderer/radio_checkbox.js +1 -1
  75. package/es/components/form-render/src/components/renderer/remoteSearch.d.ts +18 -0
  76. package/es/components/form-render/src/components/renderer/remoteSearch.js +1 -1
  77. package/es/components/form-render/src/components/renderer/searchCascade.d.ts +36 -0
  78. package/es/components/form-render/src/components/renderer/searchCascade.js +1 -1
  79. package/es/components/form-render/src/components/renderer/select.d.ts +32 -5
  80. package/es/components/form-render/src/components/renderer/select.js +1 -1
  81. package/es/components/form-render/src/hooks/index.d.ts +1 -1
  82. package/es/components/form-render/src/hooks/index.js +1 -1
  83. package/es/components/form-render/src/hooks/useBusinessBinding.d.ts +1 -0
  84. package/es/components/form-render/src/hooks/useBusinessBinding.js +1 -1
  85. package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -1
  86. package/es/components/form-render/src/hooks/useFieldNormalize.js +1 -1
  87. package/es/components/form-render/src/hooks/useFormAsyncQueue.d.ts +16 -0
  88. package/es/components/form-render/src/hooks/useFormAsyncQueue.js +1 -0
  89. package/es/components/form-render/src/hooks/useFormContext.js +1 -1
  90. package/es/components/form-render/src/hooks/useFormEvent.d.ts +1 -1
  91. package/es/components/form-render/src/hooks/useFormEvent.js +1 -1
  92. package/es/components/form-render/src/hooks/useFormRenderOptions.d.ts +13 -8
  93. package/es/components/form-render/src/hooks/useFormRenderOptions.js +1 -1
  94. package/es/components/form-render/src/types/fieldItem.d.ts +11 -5
  95. package/es/components/form-render/src/types/index.d.ts +4 -3
  96. package/es/components/form-render/style/index.css +1 -1
  97. package/es/components/iho-table/index.d.ts +24 -5
  98. package/es/components/iho-table/src/IhoTable.vue.d.ts +24 -5
  99. package/es/components/iho-table/src/IhoTable.vue.js +1 -1
  100. package/es/components/iho-table/src/constants/index.d.ts +3 -2
  101. package/es/components/iho-table/src/constants/index.js +1 -1
  102. package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +4 -4
  103. package/es/components/iho-table/src/hooks/tapHooks/index.js +1 -1
  104. package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.d.ts +22 -21
  105. package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.js +1 -1
  106. package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +60 -237
  107. package/es/components/iho-table/src/hooks/tapHooks/useExposeHooks.d.ts +1 -4
  108. package/es/components/iho-table/src/hooks/tapHooks/useFieldHooks.d.ts +4 -16
  109. package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.d.ts +2 -2
  110. package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.js +1 -1
  111. package/es/components/iho-table/src/hooks/useColumnConfigAdaptor.js +1 -1
  112. package/es/components/iho-table/src/plugins/anchorPlugin/useAnchor.js +1 -1
  113. package/es/components/iho-table/src/plugins/defaultConfigPlugin/index.js +1 -1
  114. package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +48 -0
  115. package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.js +1 -0
  116. package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/index.d.ts +1 -0
  117. package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/index.js +1 -0
  118. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.d.ts +1 -1
  119. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.js +1 -1
  120. package/es/components/iho-table/src/plugins/filterRenderPlugin/index.js +1 -1
  121. package/es/components/iho-table/src/plugins/highLightSetPlugin.d.ts +1 -0
  122. package/es/components/iho-table/src/plugins/highLightSetPlugin.js +1 -0
  123. package/es/components/iho-table/src/plugins/index.js +1 -1
  124. package/es/components/iho-table/src/plugins/lowCodeFieldAdaptorPlugin/index.js +1 -1
  125. package/es/components/iho-table/src/plugins/maxCheckSizePlugin.d.ts +1 -0
  126. package/es/components/iho-table/src/plugins/maxCheckSizePlugin.js +1 -0
  127. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +4 -0
  128. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.d.ts +25 -3
  129. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.js +1 -1
  130. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +1 -1
  131. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/selectUtils.d.ts +2 -1
  132. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/index.js +1 -1
  133. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +2 -1
  134. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.js +1 -1
  135. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/defaultRendererPlugin.js +1 -1
  136. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/seqRendererPlugin.js +1 -1
  137. package/es/components/iho-table/src/plugins/rowDragPlugin/index.d.ts +1 -0
  138. package/es/components/iho-table/src/plugins/rowDragPlugin/index.js +1 -0
  139. package/es/components/iho-table/src/plugins/varialbleHeightPlugin/index.js +1 -1
  140. package/es/components/iho-table/src/types/index.d.ts +27 -5
  141. package/es/components/iho-table/src/types/pluginType.d.ts +12 -22
  142. package/es/components/iho-table/src/utils/index.d.ts +8 -3
  143. package/es/components/iho-table/src/utils/index.js +1 -1
  144. package/es/components/iho-table/style/iconfont.ttf +0 -0
  145. package/es/components/iho-table/style/index.css +1 -1
  146. package/es/components/index.css +1 -1
  147. package/es/components/index.d.ts +1 -0
  148. package/es/components/index.js +1 -1
  149. package/es/components/info-header/index.d.ts +63 -34
  150. package/es/components/info-header/src/InfoHeader.vue.d.ts +63 -34
  151. package/es/components/info-header/src/InfoHeader.vue.js +1 -1
  152. package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +3 -3
  153. package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +3 -3
  154. package/es/components/info-header/src/components/infoDescription/HiddenContent.vue.d.ts +2 -2
  155. package/es/components/info-header/src/components/infoDescription/HiddenContent.vue.js +1 -1
  156. package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue.d.ts +1 -1
  157. package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +32 -18
  158. package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +30 -15
  159. package/es/components/info-header/src/components/patientInfo/index.vue.js +1 -1
  160. package/es/components/info-header/style/index.css +1 -1
  161. package/es/components/keyboard/index.d.ts +1 -1
  162. package/es/components/keyboard/src/Keyboard.vue.d.ts +1 -1
  163. package/es/components/keyboard/src/Keyboard.vue.js +1 -1
  164. package/es/components/keyboard/src/constants/index.js +1 -1
  165. package/es/components/keyboard/style/index.css +1 -1
  166. package/es/components/map/index.d.ts +2 -14
  167. package/es/components/map/src/Map.vue.d.ts +1 -14
  168. package/es/components/map/src/types/index.d.ts +19 -0
  169. package/es/components/map/src/types/index.js +1 -0
  170. package/es/components/recommend-search/index.d.ts +13 -128
  171. package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +15 -130
  172. package/es/components/recommend-search/src/RecommendSearch.vue.js +1 -1
  173. package/es/components/recommend-search/src/components/BaseSearch.d.ts +84 -0
  174. package/es/components/recommend-search/src/components/BaseSearch.js +1 -0
  175. package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +3 -63
  176. package/es/components/recommend-search/src/components/RecommendInput.vue.js +1 -1
  177. package/es/components/recommend-search/src/components/RecommendMenu.vue.d.ts +1 -3
  178. package/es/components/recommend-search/src/components/RecommendMenu.vue.js +1 -1
  179. package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +4 -62
  180. package/es/components/recommend-search/src/components/RecommendSelect.vue.js +1 -1
  181. package/es/components/recommend-search/src/constant/index.d.ts +3 -0
  182. package/es/components/recommend-search/src/constant/index.js +1 -1
  183. package/es/components/scale-view/index.d.ts +38 -224
  184. package/es/components/scale-view/index.js +1 -1
  185. package/es/components/scale-view/src/ScaleView.vue.d.ts +37 -224
  186. package/es/components/scale-view/src/ScaleView.vue.js +1 -1
  187. package/es/components/scale-view/src/components/AnswerParse.vue.d.ts +1 -43
  188. package/es/components/scale-view/src/components/AnswerParse.vue.js +1 -1
  189. package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +0 -42
  190. package/es/components/scale-view/src/components/EvaluateCountdown.vue.js +1 -1
  191. package/es/components/scale-view/src/components/formitem/r-address.js +1 -1
  192. package/es/components/scale-view/src/components/formitem/r-checkbox.js +1 -1
  193. package/es/components/scale-view/src/components/formitem/r-datetime.js +1 -1
  194. package/es/components/scale-view/src/components/formitem/r-map.js +1 -1
  195. package/es/components/scale-view/src/components/formitem/r-sign.js +1 -1
  196. package/es/components/scale-view/src/components/formitem/standard-modal.d.ts +8 -8
  197. package/es/components/scale-view/src/components/formitem/standard-modal.js +1 -1
  198. package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +1 -1
  199. package/es/components/scale-view/src/hooks/scaleview-computed.d.ts +1 -1
  200. package/es/components/scale-view/src/hooks/scaleview-computed.js +1 -1
  201. package/es/components/scale-view/src/hooks/scaleview-init.js +1 -1
  202. package/es/components/scale-view/src/hooks/scaleview-submit.d.ts +5 -1
  203. package/es/components/scale-view/src/hooks/scaleview-submit.js +1 -1
  204. package/es/components/scale-view/src/hooks/scaleview-validate.js +1 -1
  205. package/es/components/scale-view/src/hooks/use-component.d.ts +73 -3
  206. package/es/components/scale-view/src/hooks/use-evaluate.js +1 -1
  207. package/es/components/scale-view/src/hooks/use-event.js +1 -1
  208. package/es/components/scale-view/src/types/index.d.ts +7 -0
  209. package/es/components/scale-view/src/types/index.js +1 -0
  210. package/es/components/scale-view/style/index.css +1 -1
  211. package/es/components/scale-view/style/scale-view-iconfont.ttf +0 -0
  212. package/es/components/search-cascader/index.d.ts +12 -1
  213. package/es/components/search-cascader/src/SearchCascader.vue.d.ts +12 -1
  214. package/es/components/search-cascader/src/SearchCascader.vue.js +1 -1
  215. package/es/components/search-cascader/src/components/SearchMenu.d.ts +8 -1
  216. package/es/components/search-cascader/src/components/SearchMenu.js +1 -1
  217. package/es/components/search-cascader/src/constants/index.d.ts +1 -0
  218. package/es/components/search-cascader/src/constants/index.js +1 -1
  219. package/es/components/select-label/src/LabelFormContent.vue.js +1 -1
  220. package/es/components/select-label/src/SelectLabel.vue2.js +1 -1
  221. package/es/components/select-label/style/index.css +1 -1
  222. package/es/components/select-person/index.d.ts +58 -10
  223. package/es/components/select-person/src/SearchMultiple.vue.d.ts +125 -0
  224. package/es/components/select-person/src/SelectPerson.vue.d.ts +44 -8
  225. package/es/components/select-person/src/SelectPerson.vue2.js +1 -1
  226. package/es/components/select-person/src/utils/index.js +1 -1
  227. package/es/components/select-person/style/index.css +1 -1
  228. package/es/components/shortcut-setter/index.d.ts +34 -18
  229. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +34 -18
  230. package/es/components/steps-wheel/src/StepsWheel.vue.js +1 -1
  231. package/es/components/steps-wheel/src/constants/index.js +1 -1
  232. package/es/components/steps-wheel/style/index.css +1 -1
  233. package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue.d.ts +1 -1
  234. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +1 -1
  235. package/es/components/table-filter/src/types/index.d.ts +11 -2
  236. package/es/components/time-picker/src/TimePicker.vue.js +1 -1
  237. package/es/components/vod-chunk-upload/index.d.ts +73 -3
  238. package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +73 -3
  239. package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.js +1 -1
  240. package/es/env.d.ts +25 -24
  241. package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +1 -1
  242. package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.js +1 -1
  243. package/es/shared/{mixins → hooks}/index.d.ts +1 -0
  244. package/es/shared/{mixins → hooks}/index.js +1 -1
  245. package/es/{components/form-render/src → shared}/hooks/useAsyncQueue.d.ts +0 -14
  246. package/es/shared/hooks/useAsyncQueue.js +1 -0
  247. package/es/shared/{mixins → hooks}/useDateTime.d.ts +2 -2
  248. package/es/shared/hooks/useDateTime.js +1 -0
  249. package/es/shared/package.json.js +1 -0
  250. package/es/shared/utils/anime.d.ts +1 -1
  251. package/es/shared/utils/anime.js +1 -1
  252. package/es/shared/utils/index.d.ts +3 -14
  253. package/es/shared/utils/index.js +1 -1
  254. package/es/shared/utils/vexutils.d.ts +2 -2
  255. package/es/shared/utils/vexutils.js +1 -1
  256. package/es/shared/utils/vexutilsExpand.d.ts +254 -0
  257. package/es/shared/utils/vexutilsExpand.js +1 -0
  258. package/package.json +2 -2
  259. package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
  260. package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +0 -1
  261. package/es/components/bpmn-workflow/types/ModelingModule.d.ts +0 -1
  262. package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +0 -1
  263. package/es/components/fabric-chart/src/utils/index.d.ts +0 -6823
  264. package/es/components/form-render/src/hooks/useAsyncQueue.js +0 -1
  265. package/es/components/recommend-search/src/components/BaseSearch.vue.d.ts +0 -143
  266. package/es/components/recommend-search/src/components/BaseSearch.vue.js +0 -1
  267. package/es/components/scale-view/src/hooks/scaleview-props.d.ts +0 -115
  268. package/es/components/scale-view/src/hooks/scaleview-props.js +0 -1
  269. package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +0 -86
  270. package/es/shared/mixins/useDateTime.js +0 -1
  271. package/es/shared/utils/colorLog.d.ts +0 -31
  272. package/es/shared/utils/colorLog.js +0 -1
  273. package/es/shared/utils/tapable/index.d.ts +0 -139
  274. /package/es/components/base-search/style/{iconfont.ttf → base-search-iconfont.ttf} +0 -0
  275. /package/es/components/classification/style/{iconfont.ttf → classification-iconfont.ttf} +0 -0
  276. /package/es/components/info-header/style/{iconfont.ttf → info-header-font.ttf} +0 -0
  277. /package/es/components/select-label/style/{iconfont.ttf → select-label-iconfont.ttf} +0 -0
  278. /package/es/shared/{mixins → hooks}/useTheme.d.ts +0 -0
  279. /package/es/shared/{mixins → hooks}/useTheme.js +0 -0
@@ -2,7 +2,7 @@ import { AnyObject, ArrayAble, Func, Nullable } from '../../../../../es/shared/t
2
2
  import { AsyncParallelHook, AsyncSeriesHook, SyncHook, SyncWaterfallHook } from '../../../../../es/shared/utils/tapable';
3
3
  import { MaybeRef } from '@vueuse/core';
4
4
  import { Ref, VNode } from 'vue';
5
- import { VxeGlobalCommands, VxeGlobalFormats, VxeGlobalHooks, VxeGlobalMenus, VxeGlobalRenderer, VxeTableInstance } from 'vxe-table';
5
+ import { VxeGlobalCommands, VxeGlobalFormats, VxeGlobalHooks, VxeGlobalMenus, VxeGlobalRenderer, VxeTableInstance, VXETableSetupOptions } from 'vxe-table';
6
6
  import { VxeTableEventProps, VxeTableEvents } from 'vxe-table/types/table';
7
7
  import { VxeGlobalInterceptor } from 'vxe-table/types/v-x-e-table';
8
8
  import { IhoTableConfig, IhoTableEmits, IhoTableFieldItem, IhoTableHandler } from '.';
@@ -13,12 +13,17 @@ export declare type IhoTableInstance = {
13
13
  formats: VxeGlobalFormats;
14
14
  menus: VxeGlobalMenus;
15
15
  hooks: VxeGlobalHooks;
16
+ setup: (option: VXETableSetupOptions) => void;
16
17
  };
17
18
  export declare type TablePlugin = {
18
19
  name: string;
19
20
  vxe?(vxeTable: IhoTableInstance): void;
20
21
  apply?(hooks: TableHooks): void;
21
22
  };
23
+ export declare type IhoTableHandlerContext<isRef extends boolean = true> = {
24
+ $table: isRef extends true ? Ref<Nullable<VxeTableInstance>> : Nullable<VxeTableInstance>;
25
+ emits: IhoTableEmits;
26
+ };
22
27
  export declare type TableHooks = Readonly<{
23
28
  configHooks: AbstractConfigHooks;
24
29
  fieldHooks: AbstractFieldHooks;
@@ -29,9 +34,9 @@ export declare type TableHooks = Readonly<{
29
34
  exposeHooks: AbstractExposeHooks;
30
35
  }>;
31
36
  export declare type WithTableConfig<T = []> = T extends any[] ? [...T, IhoTableConfig] : [T, IhoTableConfig];
32
- declare type ConfigHookType<T> = SyncWaterfallHook<WithTableConfig<T>>;
37
+ declare type ConfigHookType<T> = SyncWaterfallHook<[...WithTableConfig<[T]>, IhoTableHandlerContext]>;
33
38
  export declare abstract class AbstractConfigHooks {
34
- abstract readonly config: SyncWaterfallHook<IhoTableConfig>;
39
+ abstract readonly config: SyncWaterfallHook<[IhoTableConfig, IhoTableHandlerContext]>;
35
40
  abstract readonly rowConfig: ConfigHookType<IhoTableConfig['rowConfig']>;
36
41
  abstract readonly editConfig: ConfigHookType<IhoTableConfig['editConfig']>;
37
42
  abstract readonly columnConfig: ConfigHookType<IhoTableConfig['columnConfig']>;
@@ -56,26 +61,14 @@ export interface FieldHookContext {
56
61
  insertBefore(field: ArrayAble<IhoTableFieldItem>): void;
57
62
  insertAfter(field: ArrayAble<IhoTableFieldItem>): void;
58
63
  }
59
- export declare type WithFieldHookContext<T = []> = [
60
- ...WithTableConfig<T>,
61
- {
62
- $table: Ref<Nullable<VxeTableInstance>>;
63
- emits: IhoTableEmits;
64
- }
65
- ];
64
+ export declare type WithFieldHookContext<T = []> = [...WithTableConfig<T>, IhoTableHandlerContext];
66
65
  export declare abstract class AbstractFieldHooks {
67
66
  abstract readonly fieldStart: AsyncParallelHook<WithFieldHookContext>;
68
67
  abstract readonly field: SyncWaterfallHook<WithFieldHookContext<[IhoTableFieldItem, FieldHookContext]>>;
69
68
  abstract readonly fieldList: SyncWaterfallHook<WithFieldHookContext<[IhoTableFieldItem[]]>>;
70
69
  abstract readonly fieldEnd: AsyncParallelHook<WithFieldHookContext>;
71
70
  }
72
- export declare type WithIhoEventContext<T> = [
73
- ...WithTableConfig<T>,
74
- IhoTableHandler & {
75
- $table: Nullable<VxeTableInstance>;
76
- emits: IhoTableEmits;
77
- }
78
- ];
71
+ export declare type WithIhoEventContext<T> = [...WithTableConfig<T>, IhoTableHandler & IhoTableHandlerContext<false>];
79
72
  declare type EventHookType<T extends Func> = AsyncParallelHook<WithIhoEventContext<Parameters<T>>>;
80
73
  declare type VxeEventTypes = Required<{
81
74
  readonly [K in keyof VxeTableEventProps]: EventHookType<NonNullable<VxeTableEventProps[K]>>;
@@ -155,7 +148,7 @@ export declare abstract class AbstractDataHooks {
155
148
  abstract readonly dataEnd: AsyncParallelHook<WithTableConfig>;
156
149
  }
157
150
  export declare abstract class AbstractSetupHooks {
158
- abstract readonly setup: SyncHook<[Ref<IhoTableConfig>, Ref<IhoTableFieldItem[]>]>;
151
+ abstract readonly setup: SyncHook<[Ref<IhoTableConfig>, Ref<IhoTableFieldItem[]>, IhoTableHandlerContext]>;
159
152
  }
160
153
  export declare abstract class AbstractDomInsertHooks {
161
154
  abstract readonly header: SyncWaterfallHook<[VNode[]]>;
@@ -164,10 +157,7 @@ export declare abstract class AbstractDomInsertHooks {
164
157
  export declare type WithExposeHookConfig<T = []> = [
165
158
  ...(T extends any[] ? T : [T]),
166
159
  Ref<IhoTableConfig>,
167
- {
168
- $table: Ref<Nullable<VxeTableInstance>>;
169
- emits: IhoTableEmits;
170
- }
160
+ IhoTableHandlerContext
171
161
  ];
172
162
  export declare abstract class AbstractExposeHooks {
173
163
  abstract readonly expose: SyncWaterfallHook<WithExposeHookConfig<Record<string, Func>>>;
@@ -1,4 +1,4 @@
1
- import { AnyObject, Nullable } from '../../../../../es/shared/types';
1
+ import { AnyObject, ArrayAble, Nullable } from '../../../../../es/shared/types';
2
2
  import { MaybeRef } from '@vueuse/core';
3
3
  import { VxeTableDefines, VxeTableInstance } from 'vxe-table';
4
4
  import { VxeGlobalRendererHandles } from 'vxe-table/types/v-x-e-table/renderer';
@@ -35,7 +35,8 @@ export declare const IhoTableRenderHelper: Readonly<{
35
35
  createDefaultRenderCell: typeof createDefaultRenderCell;
36
36
  createRenderEdit: typeof createRenderEdit;
37
37
  isEditableColumn(config: IhoTableConfig, column: IhoTableFieldItem): boolean | undefined;
38
- hasFilter(fieldSetting: unknown): boolean;
38
+ hasFilter(lowCodeField: LowCodeTableFieldItem): boolean;
39
+ hasDateFiler(lowCodeField: LowCodeTableFieldItem): boolean | undefined;
39
40
  }>;
40
41
  export declare const IhoTableStatusHelper: Readonly<{
41
42
  isPositive(value: string | number | undefined | null): boolean;
@@ -43,9 +44,13 @@ export declare const IhoTableStatusHelper: Readonly<{
43
44
  notPositive(value: string | number | undefined | null): boolean;
44
45
  notNegative(value: string | number | undefined | null): boolean;
45
46
  }>;
46
- export declare const createIhoTableClearActivedInterceptor: (type: EDITABLE_WIDGET_TYPE, solution: (ele: HTMLElement) => boolean) => ({ $event, column }: {
47
+ export declare const createIhoTableClearActivedInterceptor: (type: ArrayAble<EDITABLE_WIDGET_TYPE>, solution: (ele: HTMLElement) => boolean) => ({ $event, column }: {
47
48
  $event: Event;
48
49
  column: VxeTableDefines.ColumnInfo;
49
50
  }) => boolean;
50
51
  export declare function isTransformTreeType(config: IhoTableConfig): boolean;
52
+ export declare function isRichContent(content: string): content is string;
53
+ export declare function parseRichContent(richContent: string): any;
54
+ export declare function parseMergeField(row: AnyObject, column: VxeTableDefines.ColumnInfo): any;
55
+ export declare function isCompatibleColumn(field: LowCodeTableFieldItem): number | false;
51
56
  export {};
@@ -1 +1 @@
1
- import{reactive as e,inject as n,unref as t,toRaw as r,createVNode as o}from"vue";import{jsonParse as i,findAncestor as u}from"../../../../shared/utils/index.js";import{promiseTimeout as l}from"@vueuse/shared";import{isNumber as c,cloneDeep as a,isString as s,isObject as d}from"lodash-es";import{InjectionIhoTableEmits as m,InjectionIhoTableConfig as f,IHO_TABLE_STRING_STATUS as v,IHO_TABLE_NUMBER_STATUS as I,IHO_TABLE_TREE_TYPE as p}from"../constants/index.js";function E(e){return console.warn(`[IhoTable]: ${e}`)}const T=Object.freeze({getCellType(e){var n;return((null==(n=e.settingObj)?void 0:n.attr)||e.formType||"DEFAULT").toUpperCase()}});function g(){var e,t,r;const o=n(f);return o||E("this function(getRowHeight) only can be used in setup environment"),null!=(r=null==(t=null==(e=null==o?void 0:o.value)?void 0:e.rowConfig)?void 0:t.height)?r:32}function h(e){const n=e.slice(2);return`${n[0].toLowerCase()}${n.slice(1)}`}function w(e){return`on${e[0].toUpperCase()}${e.slice(1)}`}function C(n,t=!0){const r=t?e(new Map):new Map;return{getItemFromUUID:function(e){return r.set(e,r.get(e)||n()).get(e)},setItemFromUUID:function(e,n){r.set(e,n)},removeItemFromUUID:function(e){r.delete(e)}}}async function F(e,n){return r()||await l(0),r()||function(){const n=+e.colWidth;return c(n)?n:64}();function r(){var r,o;return null==(o=null==(r=t(n))?void 0:r.getColumnByField(e.field))?void 0:o.renderWidth}}function O(e){const t=n(m);function o(){var n;return{value:e.row[e.column.field],row:e.row,column:{...e.column,...null==(n=e.column.editRender)?void 0:n.props},index:e.rowIndex>-1?e.rowIndex:e.$rowIndex}}function i(e={}){t("formChange",{...o(),...a(r(e))})}function u(e={}){t("formClick",{...o(),...a(r(e))})}return{emitFormChange:function(){i()},emitFormClick:function(){u()},emitFormChangeWithParams:i,emitFormClickWithParams:u}}const P=Object.freeze({createDefaultRenderCell:function(){return function(e,{row:n,column:t}){return[o("span",null,[n[t.field]])]}},createRenderEdit:function(e){return function({props:n},t){return e({...t,fieldItem:n||{},...O(t)})}},isEditableColumn(e,n){var t;return!1!==(null==(t=e.editConfig)?void 0:t.showIcon)&&n.editRender&&!1!==n.editRender.enabled},hasFilter(e){return s(e)&&(e=i(e||"")),d(e)&&((n=e).notParticipatingSearch!==v.POSITIVE&&"manual"===(null==(t=n.mapping)?void 0:t.type));var n,t}}),R=Object.freeze({isPositive:e=>e===I.POSITIVE||e===v.POSITIVE,isNegative:e=>e===I.NEGATIVE||e===v.NEGATIVE,notPositive:e=>e!==I.POSITIVE&&e!==v.POSITIVE,notNegative:e=>e!==I.NEGATIVE&&e!==v.NEGATIVE}),N=(e,n)=>({$event:t,column:r})=>{var o;if((null==(o=r.editRender)?void 0:o.name)!==e)return!0;const i=null==t?void 0:t.target;return!d(i)||!u(i,n)};function S(e){return[p.TRANSFORM_WITH_SPAN_METHOD,p.TRANSFORM_TREE_TYPE].includes(`${e.isTree}`)}export{P as IhoTableRenderHelper,R as IhoTableStatusHelper,T as IhoTableUtils,E as IhoTableWarn,N as createIhoTableClearActivedInterceptor,h as eventListener2EventName,w as eventName2EventListener,F as getColumnRenderWidth,g as getRowHeight,S as isTransformTreeType,O as useIhoTableFormEvent,C as useUUIDMap};
1
+ import{reactive as e,inject as n,unref as t,toRaw as r,createVNode as i}from"vue";import{jsonParse as o,arrayed as u,findAncestor as l}from"../../../../shared/utils/index.js";import{promiseTimeout as c}from"@vueuse/shared";import{isNumber as a,cloneDeep as d,isString as s,isObject as f,isArray as m}from"lodash-es";import{InjectionIhoTableEmits as p,InjectionIhoTableConfig as v,IHO_TABLE_STRING_STATUS as g,IHO_TABLE_NUMBER_STATUS as E,IHO_TABLE_TREE_TYPE as I}from"../constants/index.js";function h(e){return console.warn(`[IhoTable]: ${e}`)}const T=Object.freeze({getCellType(e){var n;return((null==(n=e.settingObj)?void 0:n.attr)||e.formType||"DEFAULT").toUpperCase()}});function C(){var e,t,r;const i=n(v);return i||h("this function(getRowHeight) only can be used in setup environment"),null!=(r=null==(t=null==(e=null==i?void 0:i.value)?void 0:e.rowConfig)?void 0:t.height)?r:32}function R(e){const n=e.slice(2);return`${n[0].toLowerCase()}${n.slice(1)}`}function S(e){return`on${e[0].toUpperCase()}${e.slice(1)}`}function w(n,t=!0){const r=t?e(new Map):new Map;return{getItemFromUUID:function(e){return r.set(e,r.get(e)||n()).get(e)},setItemFromUUID:function(e,n){r.set(e,n)},removeItemFromUUID:function(e){r.delete(e)}}}async function O(e,n){return r()||await c(0),r()||function(){const n=+e.colWidth;return a(n)?n:64}();function r(){var r,i;return null==(i=null==(r=t(n))?void 0:r.getColumnByField(e.field))?void 0:i.renderWidth}}function F(e){const t=n(p);function i(){var n;return{value:e.row[e.column.field],row:e.row,column:{...e.column,...null==(n=e.column.editRender)?void 0:n.props},index:e.rowIndex>-1?e.rowIndex:e.$rowIndex}}function o(e={}){t("formChange",{...i(),...d(r(e))})}function u(e={}){t("formClick",{...i(),...d(r(e))})}return{emitFormChange:function(){o()},emitFormClick:function(){u()},emitFormChangeWithParams:o,emitFormClickWithParams:u}}const P=Object.freeze({createDefaultRenderCell:function(){return function(e,{row:n,column:t}){return[i("span",null,[n[t.field]])]}},createRenderEdit:function(e){return function({props:n},t){return e({...t,fieldItem:n||{},...F(t)})}},isEditableColumn(e,n){var t;return!1!==(null==(t=e.editConfig)?void 0:t.showIcon)&&n.editRender&&!1!==n.editRender.enabled},hasFilter(e){if(y(e))return!0;let n=e.fieldSetting;return s(n)&&(n=o(n||"")),f(n)&&((t=n).notParticipatingSearch!==g.POSITIVE&&"manual"===(null==(r=t.mapping)?void 0:r.type));var t,r},hasDateFiler(e){var n;return null==(n=null==e?void 0:e.filterSetting)?void 0:n.daterange}}),A=Object.freeze({isPositive:e=>e===E.POSITIVE||e===g.POSITIVE,isNegative:e=>e===E.NEGATIVE||e===g.NEGATIVE,notPositive:e=>e!==E.POSITIVE&&e!==g.POSITIVE,notNegative:e=>e!==E.NEGATIVE&&e!==g.NEGATIVE}),N=(e,n)=>({$event:t,column:r})=>{var i;if(!u(e).includes(null==(i=r.editRender)?void 0:i.name))return!0;const o=null==t?void 0:t.target;return!f(o)||!l(o,n)};function V(e){return[I.TRANSFORM_WITH_SPAN_METHOD,I.TRANSFORM_TREE_TYPE].includes(`${e.isTree}`)}function $(e){return s(e)&&!!e.match(/^###\{[^{}]+}$/)}function x(e){try{return JSON.parse(e.replace(/^###/,""))}catch(e){return{}}}function U(e,n){if(e.$__SEPARATE||!n.editRender||!n.editRender.props)return e[n.field];const{fieldSetting:t}=n.editRender.props;if(!s(t))return e[n.field];const{mergedFeildExpression:r}=o(t);return r&&s(r)?r.replace(/#{(.+?)}/g,(function(n,t){let r=t?e[t.trim()]:null;$(r)&&(r=x(r).change_text);return r||(null==r?"--":r)})):e[n.field]}const b=["SEARCH","SELECT","RADIO","CHECKBOX"];function y(e){return e.notParticipatingSearch===E.NEGATIVE&&b.includes(T.getCellType(e))&&m(e.options)&&e.options.length}export{P as IhoTableRenderHelper,A as IhoTableStatusHelper,T as IhoTableUtils,h as IhoTableWarn,N as createIhoTableClearActivedInterceptor,R as eventListener2EventName,S as eventName2EventListener,O as getColumnRenderWidth,C as getRowHeight,y as isCompatibleColumn,$ as isRichContent,V as isTransformTreeType,U as parseMergeField,x as parseRichContent,F as useIhoTableFormEvent,w as useUUIDMap};
@@ -1 +1 @@
1
- .iho-table__boldCell{font-weight:700}.iho-table .vxe-table--body-wrapper::-webkit-scrollbar,.iho-table .vxe-table--footer-wrapper.body--wrapper::-webkit-scrollbar{background-color:transparent;height:10px;width:10px}.iho-table .vxe-table--body-wrapper::-webkit-scrollbar-thumb,.iho-table .vxe-table--footer-wrapper.body--wrapper::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:#f2f2f2;border:3px dashed transparent;border-radius:5px}.iho-table .vxe-table--body-wrapper::-webkit-scrollbar-thumb:hover,.iho-table .vxe-table--footer-wrapper.body--wrapper::-webkit-scrollbar-thumb:hover{background:#b2b2b2}.iho-table .vxe-table--empty-content{height:100%;width:100%}.iho-table .vxe-table--empty-content>div,.iho-table .vxe-tree-cell{height:100%}.iho-table .vxe-table--header{background-color:#f2f2f2}.iho-table .vxe-cell--title{color:#35393c}.iho-table .vxe-footer--row .vxe-footer--column>.vxe-cell .vxe-cell--item{height:30px;line-height:30px}.iho-table .vxe-table--render-default .vxe-body--row.row--hover,.iho-table .vxe-table--render-default .vxe-body--row.row--hover.row--stripe{background-color:var(--c-hover-color)}.iho-table .vxe-table--render-default .vxe-body--row.row--checked,.iho-table .vxe-table--render-default .vxe-body--row.row--current,.iho-table .vxe-table--render-default .vxe-body--row.row--hover.row--checked,.iho-table .vxe-table--render-default .vxe-body--row.row--hover.row--current,.iho-table .vxe-table--render-default .vxe-body--row.row--hover.row--radio,.iho-table .vxe-table--render-default .vxe-body--row.row--radio{background-color:var(--c-primary-color-opacity2);font-weight:700}.iho-table .vxe-body--expanded-column,.iho-table .vxe-table--border-line{border-color:var(--c-border-color)!important}.iho-table .vxe-table--footer-wrapper{border-top-color:var(--c-border-color)!important}.iho-table .border--default .vxe-body--column,.iho-table .border--default .vxe-footer--column,.iho-table .border--default .vxe-header--column,.iho-table .border--inner .vxe-body--column,.iho-table .border--inner .vxe-footer--column,.iho-table .border--inner .vxe-header--column{background-image:linear-gradient(var(--c-border-color),var(--c-border-color))!important}.iho-table .border--full .vxe-body--column,.iho-table .border--full .vxe-footer--column,.iho-table .border--full .vxe-header--column{background-image:linear-gradient(var(--c-border-color),var(--c-border-color)),linear-gradient(var(--c-border-color),var(--c-border-color))!important}.iho-table .border--default .vxe-header--row:last-child .vxe-header--gutter,.iho-table .border--full .vxe-header--row:last-child .vxe-header--gutter,.iho-table .border--inner .vxe-header--row:last-child .vxe-header--gutter,.iho-table .border--outer .vxe-header--row:last-child .vxe-header--gutter{background-image:linear-gradient(var(--c-border-color),var(--c-border-color))!important}.iho-table .vxe-table--header-border-line{border-bottom-color:var(--c-border-color)!important}.iho-table .vxe-table--fixed-left-wrapper.scrolling--middle{box-shadow:7px 0 8px -3px rgba(0,0,0,.15)!important}.iho-table .vxe-table--fixed-right-wrapper.scrolling--middle{box-shadow:-7px 0 8px -3px rgba(0,0,0,.15)!important}.iho-table .icon-dot{background:var(--table-icon-color);box-shadow:0 2px 4px 0 var(--table-icon-shadow)}.iho-table .icon-dot,.iho-table .icon-dot-red{border-radius:50%;display:inline-block;height:8px;margin-right:6px;width:8px}.iho-table .icon-dot-red{background:red;box-shadow:0 2px 4px 0 rgba(255,0,0,.5)}.iho-table .icon-dot-blue{background:blue;box-shadow:0 2px 4px 0 rgba(0,0,255,.5)}.iho-table .icon-dot-blue,.iho-table .icon-dot-green{border-radius:50%;display:inline-block;height:8px;margin-right:6px;width:8px}.iho-table .icon-dot-green{background:green;box-shadow:0 2px 4px 0 rgba(0,128,0,.5)}.iho-table .icon-dot-gray{background:gray;box-shadow:0 2px 4px 0 hsla(0,0%,50%,.5)}.iho-table .icon-dot-gray,.iho-table .icon-dot-yellow{border-radius:50%;display:inline-block;height:8px;margin-right:6px;width:8px}.iho-table .icon-dot-yellow{background:#ff0;box-shadow:0 2px 4px 0 rgba(255,255,0,.5)}.iho-table .icon-dot-resolved{background:#36be8c;box-shadow:0 2px 4px 0 rgba(54,190,140,.5)}.iho-table .icon-dot-huifu,.iho-table .icon-dot-resolved{border-radius:50%;display:inline-block;height:8px;margin-right:6px;width:8px}.iho-table .icon-dot-huifu{background:#42d0f6;box-shadow:0 2px 4px 0 rgba(66,208,246,.5)}.iho-table .icon-dot-close{background:#718391;box-shadow:0 2px 4px 0 rgba(113,131,145,.5)}.iho-table .icon-dot-audit,.iho-table .icon-dot-close{border-radius:50%;display:inline-block;height:8px;margin-right:6px;width:8px}.iho-table .icon-dot-audit{background:#f4ba32;box-shadow:0 2px 4px 0 rgba(244,186,50,.5)}.iho-table .icon-dot-design{background:#927ce1;box-shadow:0 2px 4px 0 rgba(146,124,225,.5)}.iho-table .icon-dot-design,.iho-table .icon-dot-develop{border-radius:50%;display:inline-block;height:8px;margin-right:6px;width:8px}.iho-table .icon-dot-develop{background:#4eb0ef;box-shadow:0 2px 4px 0 rgba(78,176,239,.5)}.iho-table .icon-dot-develop-complete{background:#6381f9;border-radius:50%;box-shadow:0 2px 4px 0 rgba(99,129,249,.5);display:inline-block;height:8px;margin-right:6px;width:8px}.iho-table__hideSortIcon .vxe-cell--sort{display:none!important}.iho-table .is--filter-active .vxe-cell--filter .vxe-filter--btn{color:var(--c-primary-color)}.iho-table__sortActiveIcon{margin-right:4px;width:14px}.iho-table__filterIcon{cursor:pointer;padding:0 4px}.iho-table__filterIcon:hover{opacity:.7}.iho-table__filterIcon.is-active{color:var(--c-primary-color)}.iho-table__filterWrapper{display:flex;flex-direction:column;gap:8px;margin:8px 12px;width:240px}.iho-table__filterButton{align-items:center;border-radius:4px;cursor:pointer;display:flex;height:30px;padding:0 8px}.iho-table__filterButton--active{color:var(--c-primary-color)}.iho-table__filterButton:hover{background:rgba(0,0,0,.05)}.iho-table__filterListWrapper{border:1px solid rgba(0,0,0,.05)}.iho-table__filterListItem{align-items:center;border-radius:4px;display:flex;height:32px;padding:0 8px}.iho-table__filterListItem:hover{background:rgba(0,0,0,.05)}.iho-table__filterListItem .n-checkbox{width:100%}.iho-table__filterFooter{display:flex;justify-content:space-between}.iho-table__time-picker{position:unset}.iho-table__time-picker .n-input{display:none}.iho-table__time-picker .v-binder-follower-container{height:auto;position:unset}.iho-table__time-picker .v-binder-follower-container .v-binder-follower-content{position:unset;transform:none!important}.iho-table__time-picker .v-binder-follower-container .v-binder-follower-content .n-time-picker-panel{box-shadow:none}.iho-table__scrollbar{margin:8px 8px 8px 0;max-height:255px}.iho-table .virtual-height .vxe-cell{max-height:fit-content!important;white-space:break-spaces!important}.iho-table{height:100%}.iho-table .vxe-header--column [annotation-hover-show=true]{visibility:hidden}.iho-table .vxe-header--column:hover [annotation-hover-show=true]{visibility:visible}.iho-table__headerWrapper{display:inline-flex}
1
+ .iho-table{height:100%}.iho-table .vxe-body--column.col--drag{cursor:move}.iho-table .vxe-table.size--mini{font-size:14px}.iho-table .vxe-table.size--mini .vxe-body--column:not(.col--ellipsis),.iho-table .vxe-table.size--mini .vxe-footer--column:not(.col--ellipsis),.iho-table .vxe-table.size--mini .vxe-header--column:not(.col--ellipsis){padding:4px 0}.iho-table .vxe-table.size--mini .vxe-sort--asc-btn{top:-2px}.iho-table .vxe-table.size--mini .vxe-sort--desc-btn{bottom:0}.iho-table__headerWrapper{display:inline-flex;flex-wrap:nowrap}.iho-table__boldCell{font-weight:700}.iho-table .vxe-table .vxe-table--header-wrapper,.iho-table .vxe-table.vxe-table--render-default{color:#212121}.iho-table .vxe-table--body-wrapper::-webkit-scrollbar,.iho-table .vxe-table--footer-wrapper.body--wrapper::-webkit-scrollbar{background-color:transparent;height:10px;width:10px}.iho-table .vxe-table--body-wrapper::-webkit-scrollbar-thumb,.iho-table .vxe-table--footer-wrapper.body--wrapper::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:#f2f2f2;border:3px dashed transparent;border-radius:5px}.iho-table .vxe-table--body-wrapper::-webkit-scrollbar-thumb:hover,.iho-table .vxe-table--footer-wrapper.body--wrapper::-webkit-scrollbar-thumb:hover{background:#b2b2b2}.iho-table .vxe-table--empty-content{height:100%;width:100%}.iho-table .vxe-table--empty-content>div,.iho-table .vxe-tree-cell{height:100%}.iho-table .vxe-table--header{background-color:#f2f2f2}.iho-table .vxe-footer--row .vxe-footer--column>.vxe-cell .vxe-cell--item{height:30px;line-height:30px}.iho-table .vxe-table--render-default .vxe-body--row.row--hover,.iho-table .vxe-table--render-default .vxe-body--row.row--hover.row--stripe{background-color:var(--c-hover-color)}.iho-table .vxe-table--render-default .vxe-body--row.row--checked,.iho-table .vxe-table--render-default .vxe-body--row.row--current,.iho-table .vxe-table--render-default .vxe-body--row.row--hover.row--checked,.iho-table .vxe-table--render-default .vxe-body--row.row--hover.row--current,.iho-table .vxe-table--render-default .vxe-body--row.row--hover.row--radio,.iho-table .vxe-table--render-default .vxe-body--row.row--radio{background-color:var(--c-primary-color-opacity2);font-weight:700}.iho-table .vxe-body--expanded-column,.iho-table .vxe-table--border-line{border-color:var(--c-border-color)!important}.iho-table .vxe-table--footer-wrapper{border-top-color:var(--c-border-color)!important}.iho-table .border--default .vxe-body--column,.iho-table .border--default .vxe-footer--column,.iho-table .border--default .vxe-header--column,.iho-table .border--inner .vxe-body--column,.iho-table .border--inner .vxe-footer--column,.iho-table .border--inner .vxe-header--column{background-image:linear-gradient(var(--c-border-color),var(--c-border-color))!important}.iho-table .border--full .vxe-body--column,.iho-table .border--full .vxe-footer--column,.iho-table .border--full .vxe-header--column{background-image:linear-gradient(var(--c-border-color),var(--c-border-color)),linear-gradient(var(--c-border-color),var(--c-border-color))!important}.iho-table .border--default .vxe-header--row:last-child .vxe-header--gutter,.iho-table .border--full .vxe-header--row:last-child .vxe-header--gutter,.iho-table .border--inner .vxe-header--row:last-child .vxe-header--gutter,.iho-table .border--outer .vxe-header--row:last-child .vxe-header--gutter{background-image:linear-gradient(var(--c-border-color),var(--c-border-color))!important}.iho-table .vxe-table--header-border-line{border-bottom-color:var(--c-border-color)!important}.iho-table .vxe-table--fixed-left-wrapper.scrolling--middle{box-shadow:7px 0 8px -3px rgba(0,0,0,.15)!important}.iho-table .vxe-table--fixed-right-wrapper.scrolling--middle{box-shadow:-7px 0 8px -3px rgba(0,0,0,.15)!important}.iho-table .icon-dot{background:var(--table-icon-color);box-shadow:0 2px 4px 0 var(--table-icon-shadow)}.iho-table .icon-dot,.iho-table .icon-dot-red{border-radius:50%;display:inline-block;height:8px;margin-right:6px;width:8px}.iho-table .icon-dot-red{background:red;box-shadow:0 2px 4px 0 rgba(255,0,0,.5)}.iho-table .icon-dot-blue{background:blue;box-shadow:0 2px 4px 0 rgba(0,0,255,.5)}.iho-table .icon-dot-blue,.iho-table .icon-dot-green{border-radius:50%;display:inline-block;height:8px;margin-right:6px;width:8px}.iho-table .icon-dot-green{background:green;box-shadow:0 2px 4px 0 rgba(0,128,0,.5)}.iho-table .icon-dot-gray{background:gray;box-shadow:0 2px 4px 0 hsla(0,0%,50%,.5)}.iho-table .icon-dot-gray,.iho-table .icon-dot-yellow{border-radius:50%;display:inline-block;height:8px;margin-right:6px;width:8px}.iho-table .icon-dot-yellow{background:#ff0;box-shadow:0 2px 4px 0 rgba(255,255,0,.5)}.iho-table .icon-dot-resolved{background:#36be8c;box-shadow:0 2px 4px 0 rgba(54,190,140,.5)}.iho-table .icon-dot-huifu,.iho-table .icon-dot-resolved{border-radius:50%;display:inline-block;height:8px;margin-right:6px;width:8px}.iho-table .icon-dot-huifu{background:#42d0f6;box-shadow:0 2px 4px 0 rgba(66,208,246,.5)}.iho-table .icon-dot-close{background:#718391;box-shadow:0 2px 4px 0 rgba(113,131,145,.5)}.iho-table .icon-dot-audit,.iho-table .icon-dot-close{border-radius:50%;display:inline-block;height:8px;margin-right:6px;width:8px}.iho-table .icon-dot-audit{background:#f4ba32;box-shadow:0 2px 4px 0 rgba(244,186,50,.5)}.iho-table .icon-dot-design{background:#927ce1;box-shadow:0 2px 4px 0 rgba(146,124,225,.5)}.iho-table .icon-dot-design,.iho-table .icon-dot-develop{border-radius:50%;display:inline-block;height:8px;margin-right:6px;width:8px}.iho-table .icon-dot-develop{background:#4eb0ef;box-shadow:0 2px 4px 0 rgba(78,176,239,.5)}.iho-table .icon-dot-develop-complete{background:#6381f9;border-radius:50%;box-shadow:0 2px 4px 0 rgba(99,129,249,.5);display:inline-block;height:8px;margin-right:6px;width:8px}.iho-table__hideSortIcon .vxe-cell--sort{display:none!important}.iho-table .is--filter-active .vxe-cell--filter .vxe-filter--btn{color:var(--c-primary-color)}.iho-table__sortActiveIcon{margin-right:4px;width:14px}.iho-table__filterIcon{cursor:pointer;padding:0 4px}.iho-table__filterIcon:hover{opacity:.7}.iho-table__filterIcon.is-active{color:var(--c-primary-color)}.iho-table__filterWrapper{display:flex;flex-direction:column;gap:8px;margin:8px 12px;width:240px}.iho-table__filterButton{align-items:center;border-radius:4px;cursor:pointer;display:flex;height:30px;padding:0 8px}.iho-table__filterButton--active{color:var(--c-primary-color)}.iho-table__filterButton:hover{background:rgba(0,0,0,.05)}.iho-table__filterListWrapper{border:1px solid rgba(0,0,0,.05)}.iho-table__filterListItem{align-items:center;border-radius:4px;display:flex;height:32px;padding:0 8px}.iho-table__filterListItem:hover{background:rgba(0,0,0,.05)}.iho-table__filterListItem .n-checkbox{width:100%}.iho-table__filterFooter{display:flex;justify-content:space-between}.iho-table__time-picker{position:unset}.iho-table__time-picker .n-input{display:none}.iho-table__time-picker .v-binder-follower-container{height:auto;position:unset}.iho-table__time-picker .v-binder-follower-container .v-binder-follower-content{position:unset;transform:none!important}.iho-table__time-picker .v-binder-follower-container .v-binder-follower-content .n-time-picker-panel{box-shadow:none}.iho-table__scrollbar{margin:8px 8px 8px 0;max-height:255px}.iho-table .variable-height .vxe-cell,.iho-table .variable-height .vxe-cell--tree-node,.iho-table .variable-height .vxe-tree-cell{max-height:fit-content!important;white-space:break-spaces!important}.iho-table__selectMenu .n-scrollbar-rail__scrollbar{display:none!important}.iho-table__selectMenu .n-virtual-list::-webkit-scrollbar,.iho-table__selectMenu .n-virtual-list::-webkit-scrollbar-thumb{display:unset!important;height:6px;width:6px}.iho-table__selectMenu .n-virtual-list::-webkit-scrollbar-thumb{background:#bfbfbf;border-radius:4px}.iho-table__selectMenu .v-vl-items{min-width:100%;width:max-content}.iho-table__selectOption .n-base-select-option__content{overflow:visible!important;text-overflow:unset!important;word-break:keep-all!important}.iho-table .is--checked.vxe-checkbox,.iho-table .is--checked.vxe-checkbox .vxe-checkbox--icon,.iho-table .is--checked.vxe-custom--option,.iho-table .is--checked.vxe-custom--option .vxe-checkbox--icon,.iho-table .is--checked.vxe-export--panel-column-option,.iho-table .is--checked.vxe-export--panel-column-option .vxe-checkbox--icon,.iho-table .is--checked.vxe-table--filter-option,.iho-table .is--checked.vxe-table--filter-option .vxe-checkbox--icon,.iho-table .is--indeterminate.vxe-checkbox,.iho-table .is--indeterminate.vxe-checkbox .vxe-checkbox--icon,.iho-table .is--indeterminate.vxe-custom--option,.iho-table .is--indeterminate.vxe-custom--option .vxe-checkbox--icon,.iho-table .is--indeterminate.vxe-export--panel-column-option,.iho-table .is--indeterminate.vxe-export--panel-column-option .vxe-checkbox--icon,.iho-table .is--indeterminate.vxe-table--filter-option,.iho-table .is--indeterminate.vxe-table--filter-option .vxe-checkbox--icon,.iho-table .vxe-checkbox:not(.is--disabled):hover .vxe-checkbox--icon,.iho-table .vxe-custom--option:not(.is--disabled):hover .vxe-checkbox--icon,.iho-table .vxe-export--panel-column-option:not(.is--disabled):hover .vxe-checkbox--icon,.iho-table .vxe-table .vxe-sort--asc-btn.sort--active,.iho-table .vxe-table .vxe-sort--desc-btn.sort--active,.iho-table .vxe-table--filter-option:not(.is--disabled):hover .vxe-checkbox--icon,.iho-table .vxe-table--render-default .is--checked.vxe-cell--checkbox,.iho-table .vxe-table--render-default .is--checked.vxe-cell--checkbox .vxe-checkbox--icon,.iho-table .vxe-table--render-default .is--indeterminate.vxe-cell--checkbox,.iho-table .vxe-table--render-default .is--indeterminate.vxe-cell--checkbox .vxe-checkbox--icon,.iho-table .vxe-table--render-default .vxe-cell--checkbox:not(.is--disabled):hover .vxe-checkbox--icon{color:var(--c-primary-color)}.iho-table .vxe-header--column [annotation-hover-show=true]{visibility:hidden}.iho-table .vxe-header--column:hover [annotation-hover-show=true]{visibility:visible}@font-face{font-family:iho-table-iconfont;src:url(iconfont.ttf) format("truetype")}.iho-table .iho-table--iconfont{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:iho-table-iconfont!important;font-size:15px;font-style:normal}.iho-table .iho-table-icon-filter{display:inline-block;transform:translateY(-1px)}.iho-table .iho-table-icon-filter:before{content:"\c2001"}.iho-table .row--custom{background-color:var(--row-background-color)}