cnhis-design-vue 3.1.55-release.1 → 3.1.55-release.2

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 (354) hide show
  1. package/README.md +87 -87
  2. package/es/components/annotation-edit/index.d.ts +1 -1
  3. package/es/components/annotation-edit/src/AnnotationEdit.d.ts +1 -1
  4. package/es/components/audio-sdk/src/audioSDK.d.ts +1 -1
  5. package/es/components/base-search/index.d.ts +1 -1
  6. package/es/components/base-search/src/index.vue.d.ts +4 -4
  7. package/es/components/big-table/index.d.ts +22 -22
  8. package/es/components/big-table/src/BigTable.vue.d.ts +2 -2
  9. package/es/components/big-table/src/bigTableProps.d.ts +1 -1
  10. package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +5 -5
  11. package/es/components/big-table/src/components/edit-form/useCommon.d.ts +1 -1
  12. package/es/components/big-table/src/components/separate.vue.d.ts +1 -1
  13. package/es/components/big-table/src/constants/index.d.ts +1 -1
  14. package/es/components/big-table/src/hooks/useAnnotation.d.ts +1 -1
  15. package/es/components/big-table/src/hooks/useFormat.d.ts +1 -1
  16. package/es/components/big-table/src/hooks/useSeparateRow.d.ts +1 -1
  17. package/es/components/big-table/src/utils.d.ts +1 -1
  18. package/es/components/biunique-chat/index.d.ts +14 -14
  19. package/es/components/biunique-chat/src/BiuniqueChat.vue.d.ts +1 -1
  20. package/es/components/biunique-chat/src/api/index.d.ts +1 -1
  21. package/es/components/biunique-chat/src/components/ChatFooter.vue.d.ts +1 -1
  22. package/es/components/biunique-chat/src/components/ChatHeader.vue.d.ts +1 -1
  23. package/es/components/biunique-chat/src/components/ChatMain.vue.d.ts +1 -1
  24. package/es/components/biunique-chat/src/components/SiderList.vue.d.ts +1 -1
  25. package/es/components/biunique-chat/src/utils/chatSock.d.ts +1 -1
  26. package/es/components/body-select/index.d.ts +5 -5
  27. package/es/components/body-select/src/hooks/renderCanvas.d.ts +2 -2
  28. package/es/components/body-select/src/index.vue.d.ts +1 -1
  29. package/es/components/bpmn-workflow/index.d.ts +1 -1
  30. package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
  31. package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +1 -0
  32. package/es/components/bpmn-workflow/types/ModelingModule.d.ts +1 -0
  33. package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +1 -0
  34. package/es/components/button-print/index.d.ts +21 -21
  35. package/es/components/button-print/src/ButtonPrint.vue.d.ts +1 -1
  36. package/es/components/button-print/src/api.d.ts +1 -1
  37. package/es/components/button-print/src/components/EditFormat.vue.d.ts +1 -1
  38. package/es/components/button-print/src/utils/dialog.d.ts +1 -1
  39. package/es/components/button-print/src/utils/print.d.ts +2 -2
  40. package/es/components/callback/index.d.ts +1 -1
  41. package/es/components/callback/src/components/dialog/drawer.vue.d.ts +1 -1
  42. package/es/components/callback/src/components/dialog/modal.vue.d.ts +1 -1
  43. package/es/components/callback/src/components/render/popupMaps.d.ts +48 -162
  44. package/es/components/card-reader-sdk/src/cardReaderSDK.d.ts +1 -1
  45. package/es/components/card-reader-sdk/src/components/readCardDialog.vue.d.ts +1 -1
  46. package/es/components/card-reader-sdk/src/constants/index.d.ts +1 -1
  47. package/es/components/card-reader-sdk/src/insuranceSDK.d.ts +1 -1
  48. package/es/components/card-reader-sdk/src/types/index.d.ts +2 -2
  49. package/es/components/card-reader-sdk/src/utils/readHealthCard.d.ts +1 -1
  50. package/es/components/classification/index.d.ts +20 -20
  51. package/es/components/classification/src/components/set-classification/index.vue.d.ts +13 -13
  52. package/es/components/classification/src/components/table-modal/index.vue.d.ts +1 -1
  53. package/es/components/classification/src/index.vue.d.ts +13 -13
  54. package/es/components/config-provider/index.d.ts +1 -1
  55. package/es/components/date-picker/index.d.ts +2 -2
  56. package/es/components/date-picker/src/DatePicker.vue.d.ts +1 -1
  57. package/es/components/editor/index.d.ts +1 -1
  58. package/es/components/expand-field/index.d.ts +29 -29
  59. package/es/components/expand-field/src/components/PersonModal.vue.d.ts +2 -2
  60. package/es/components/expand-field/src/components/form.vue.d.ts +2 -2
  61. package/es/components/expand-field/src/components/form.vue2.js +1 -1
  62. package/es/components/expand-field/src/constants/index.d.ts +1 -1
  63. package/es/components/expand-field/src/index.vue.d.ts +2 -2
  64. package/es/components/fabric-chart/index.d.ts +6 -6
  65. package/es/components/fabric-chart/src/FabricChart.vue.d.ts +1 -1
  66. package/es/components/fabric-chart/src/components/PopupTip.vue.d.ts +1 -1
  67. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.d.ts +3 -3
  68. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.d.ts +3 -3
  69. package/es/components/fabric-chart/src/hooks/electrocardiogram/hooks/useDetailEvent.d.ts +2 -2
  70. package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogram.d.ts +2 -2
  71. package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.d.ts +4 -4
  72. package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.d.ts +2 -2
  73. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.d.ts +3 -3
  74. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useLeft.d.ts +3 -3
  75. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.d.ts +3 -3
  76. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.d.ts +3 -3
  77. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.d.ts +3 -3
  78. package/es/components/fabric-chart/src/hooks/temperature/useBottom.d.ts +2 -2
  79. package/es/components/fabric-chart/src/hooks/temperature/useCenter.d.ts +3 -3
  80. package/es/components/fabric-chart/src/hooks/temperature/useLeft.d.ts +2 -2
  81. package/es/components/fabric-chart/src/hooks/temperature/useOther.d.ts +2 -2
  82. package/es/components/fabric-chart/src/hooks/temperature/useRight.d.ts +2 -2
  83. package/es/components/fabric-chart/src/hooks/temperature/useShadow.d.ts +1 -1
  84. package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.d.ts +3 -3
  85. package/es/components/fabric-chart/src/hooks/temperature/useTop.d.ts +2 -2
  86. package/es/components/fabric-chart/src/hooks/useCommon.d.ts +2 -2
  87. package/es/components/fabric-chart/src/hooks/useCumputedPoint.d.ts +1 -1
  88. package/es/components/fabric-chart/src/hooks/useDraw.d.ts +2 -2
  89. package/es/components/fabric-chart/src/hooks/useEvent.d.ts +1 -1
  90. package/es/components/fabric-chart/src/hooks/useGrid.d.ts +2 -2
  91. package/es/components/fabric-chart/src/hooks/useScaleColumn.d.ts +2 -2
  92. package/es/components/fabric-chart/src/interface.d.ts +2 -2
  93. package/es/components/fabric-chart/src/utils/index.d.ts +1 -1
  94. package/es/components/field-set/index.d.ts +15 -15
  95. package/es/components/field-set/src/FieldSet.vue.d.ts +5 -5
  96. package/es/components/field-set/src/components/Row.vue.d.ts +2 -2
  97. package/es/components/field-set/src/types/index.d.ts +1 -1
  98. package/es/components/field-set/src/utils/index.d.ts +3 -3
  99. package/es/components/form-config/index.d.ts +254 -475
  100. package/es/components/form-config/src/FormConfig.vue.d.ts +380 -601
  101. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +14 -128
  102. package/es/components/form-config/src/components/FormConfigDragDisplay.vue.d.ts +1 -1
  103. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +180 -291
  104. package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +2 -2
  105. package/es/components/form-config/src/components/FormConfigMaterialItem.d.ts +1 -1
  106. package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +1 -1
  107. package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +2 -2
  108. package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +2 -2
  109. package/es/components/form-config/src/constants/index.d.ts +2 -2
  110. package/es/components/form-config/src/hooks/useConfigurationField.d.ts +3 -3
  111. package/es/components/form-config/src/hooks/useDataNormalize.d.ts +1 -1
  112. package/es/components/form-config/src/hooks/useSortalbeConfig.d.ts +1 -1
  113. package/es/components/form-config/src/types/index.d.ts +2 -2
  114. package/es/components/form-config/src/utils/index.d.ts +3 -3
  115. package/es/components/form-render/index.d.ts +47 -161
  116. package/es/components/form-render/src/FormRender.vue.d.ts +12 -127
  117. package/es/components/form-render/src/FormRender.vue2.js +1 -1
  118. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +70 -184
  119. package/es/components/form-render/src/components/renderer/combination/combination.d.ts +1 -1
  120. package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.d.ts +1 -1
  121. package/es/components/form-render/src/components/renderer/combination/hooks/useDeepValidate.d.ts +1 -1
  122. package/es/components/form-render/src/components/renderer/combination/jsonCombination.d.ts +1 -1
  123. package/es/components/form-render/src/components/renderer/combination/tableCombination.d.ts +2 -2
  124. package/es/components/form-render/src/components/renderer/formItem.d.ts +1 -1
  125. package/es/components/form-render/src/components/renderer/inputNumber.d.ts +1 -1
  126. package/es/components/form-render/src/components/renderer/levelSearchCascader/index.d.ts +1 -1
  127. package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +1 -1
  128. package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue2.js +1 -1
  129. package/es/components/form-render/src/components/renderer/radio&checkbox.d.ts +2 -2
  130. package/es/components/form-render/src/components/renderer/remoteSearch.d.ts +2 -2
  131. package/es/components/form-render/src/components/renderer/searchCascade.d.ts +2 -2
  132. package/es/components/form-render/src/components/renderer/select.d.ts +3 -3
  133. package/es/components/form-render/src/components/renderer/simpleComponent.d.ts +1 -1
  134. package/es/components/form-render/src/constants/index.d.ts +5 -5
  135. package/es/components/form-render/src/hooks/useAnchor.d.ts +2 -2
  136. package/es/components/form-render/src/hooks/useBusinessBinding.d.ts +1 -1
  137. package/es/components/form-render/src/hooks/useCommonInjection.d.ts +1 -1
  138. package/es/components/form-render/src/hooks/useComplexOptions.d.ts +2 -2
  139. package/es/components/form-render/src/hooks/useFieldListAdaptor.d.ts +1 -1
  140. package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +19 -19
  141. package/es/components/form-render/src/hooks/useFormContext.d.ts +6 -6
  142. package/es/components/form-render/src/hooks/useFormEvent.d.ts +4 -25
  143. package/es/components/form-render/src/hooks/useFormEvent.js +1 -1
  144. package/es/components/form-render/src/hooks/useFormItemDeps.d.ts +3 -3
  145. package/es/components/form-render/src/hooks/useFormItemDeps.js +1 -1
  146. package/es/components/form-render/src/hooks/useFormRenderLifeCycle.d.ts +8 -8
  147. package/es/components/form-render/src/hooks/useFormRenderOptions.d.ts +4 -4
  148. package/es/components/form-render/src/hooks/useFormRenderOptions.js +1 -1
  149. package/es/components/form-render/src/hooks/useFormValidator.d.ts +1 -1
  150. package/es/components/form-render/src/hooks/useLowCodeReactions.d.ts +1 -1
  151. package/es/components/form-render/src/hooks/useOperationalForm.d.ts +1 -1
  152. package/es/components/form-render/src/hooks/useWordbookSetting.d.ts +2 -2
  153. package/es/components/form-render/src/types/fieldItem.d.ts +3 -3
  154. package/es/components/form-render/src/types/index.d.ts +15 -15
  155. package/es/components/form-render/src/utils/business.d.ts +2 -2
  156. package/es/components/form-render/src/utils/dom.d.ts +1 -1
  157. package/es/components/form-render/src/utils/index.d.ts +1 -1
  158. package/es/components/form-render/src/utils/schema.d.ts +3 -3
  159. package/es/components/form-render/src/utils/schema.js +1 -1
  160. package/es/components/grid/index.d.ts +1 -1
  161. package/es/components/guide/src/renderer.d.ts +1 -1
  162. package/es/components/guide/src/types/index.d.ts +1 -1
  163. package/es/components/guide/src/useGuide.d.ts +1 -1
  164. package/es/components/guide/src/utils/index.d.ts +1 -1
  165. package/es/components/iho-table/index.d.ts +39 -39
  166. package/es/components/iho-table/src/IhoTable.vue.d.ts +27 -27
  167. package/es/components/iho-table/src/constants/index.d.ts +5 -5
  168. package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +9 -9
  169. package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.d.ts +21 -21
  170. package/es/components/iho-table/src/hooks/tapHooks/useDataHooks.d.ts +10 -10
  171. package/es/components/iho-table/src/hooks/tapHooks/useDomInsertHooks.d.ts +4 -4
  172. package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +65 -65
  173. package/es/components/iho-table/src/hooks/tapHooks/useExposeHooks.d.ts +4 -4
  174. package/es/components/iho-table/src/hooks/tapHooks/useFieldHooks.d.ts +7 -7
  175. package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.d.ts +3 -3
  176. package/es/components/iho-table/src/hooks/useColumnConfigAdaptor.d.ts +1 -1
  177. package/es/components/iho-table/src/hooks/useTablePlugin.d.ts +2 -2
  178. package/es/components/iho-table/src/plugins/anchorPlugin/index.d.ts +1 -1
  179. package/es/components/iho-table/src/plugins/anchorPlugin/useAnchor.d.ts +1 -1
  180. package/es/components/iho-table/src/plugins/bindEventSettingPlugin/index.d.ts +1 -1
  181. package/es/components/iho-table/src/plugins/colorAndIconPlugin.d.ts +1 -1
  182. package/es/components/iho-table/src/plugins/copyPastePlugin.d.ts +1 -1
  183. package/es/components/iho-table/src/plugins/defaultConfigPlugin/index.d.ts +1 -1
  184. package/es/components/iho-table/src/plugins/defaultValuePlugin.d.ts +1 -1
  185. package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +2 -2
  186. package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/index.d.ts +1 -1
  187. package/es/components/iho-table/src/plugins/filterRenderPlugin/index.d.ts +1 -1
  188. package/es/components/iho-table/src/plugins/filterVisibleEventPlugin.d.ts +1 -1
  189. package/es/components/iho-table/src/plugins/forceArrowKeyPlugin.d.ts +1 -1
  190. package/es/components/iho-table/src/plugins/headerPlugin.d.ts +1 -1
  191. package/es/components/iho-table/src/plugins/highLightSetPlugin.d.ts +1 -1
  192. package/es/components/iho-table/src/plugins/index.d.ts +1 -1
  193. package/es/components/iho-table/src/plugins/keyboardEventPlugin/index.d.ts +1 -1
  194. package/es/components/iho-table/src/plugins/lowCodeFieldAdaptorPlugin/index.d.ts +1 -1
  195. package/es/components/iho-table/src/plugins/maxCheckSizePlugin.d.ts +1 -1
  196. package/es/components/iho-table/src/plugins/operationalFormPlugin/index.d.ts +1 -1
  197. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +2 -2
  198. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/index.d.ts +1 -1
  199. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useAutoFocus.d.ts +1 -1
  200. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useSelectOption.d.ts +1 -1
  201. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/inputRendererPlugin.d.ts +1 -1
  202. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/index.d.ts +1 -1
  203. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue.d.ts +7 -7
  204. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.d.ts +1 -1
  205. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.js +1 -1
  206. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/radioRendererPlugin.d.ts +1 -1
  207. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.d.ts +8 -2
  208. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.js +1 -1
  209. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.d.ts +1 -1
  210. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/selectUtils.d.ts +2 -2
  211. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue.d.ts +1 -1
  212. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/index.d.ts +1 -1
  213. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/separateUtils.d.ts +2 -2
  214. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +2 -2
  215. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/index.d.ts +1 -1
  216. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/checkRendererPlugin.d.ts +1 -1
  217. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/colorRendererPlugin.d.ts +1 -1
  218. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/defaultRendererPlugin.d.ts +1 -1
  219. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/htmlRendererPlugin.d.ts +1 -1
  220. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/labelRendererPlugin.d.ts +1 -1
  221. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/pictureRendererPlugin.d.ts +1 -1
  222. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/seqRendererPlugin.d.ts +1 -1
  223. package/es/components/iho-table/src/plugins/rowClickPlugin/index.d.ts +1 -1
  224. package/es/components/iho-table/src/plugins/rowDragPlugin/index.d.ts +1 -1
  225. package/es/components/iho-table/src/plugins/rowGroupSettingPlugin/index.d.ts +1 -1
  226. package/es/components/iho-table/src/plugins/rowGroupSettingPlugin/rowGroupUtils.d.ts +2 -2
  227. package/es/components/iho-table/src/plugins/varialbleHeightPlugin/index.d.ts +1 -1
  228. package/es/components/iho-table/src/plugins/virtualTreePlugin/index.d.ts +1 -1
  229. package/es/components/iho-table/src/plugins/wordbookSettingPlugin.d.ts +1 -1
  230. package/es/components/iho-table/src/types/index.d.ts +3 -3
  231. package/es/components/iho-table/src/types/pluginType.d.ts +2 -2
  232. package/es/components/iho-table/src/utils/index.d.ts +3 -3
  233. package/es/components/iho-table/src/utils/separateMap.d.ts +2 -2
  234. package/es/components/index.d.ts +3 -3
  235. package/es/components/info-header/index.d.ts +149 -377
  236. package/es/components/info-header/src/InfoHeader.vue.d.ts +165 -393
  237. package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +6 -6
  238. package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +9 -9
  239. package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +93 -207
  240. package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +15 -129
  241. package/es/components/info-header/src/constants/index.d.ts +1 -1
  242. package/es/components/info-header/src/types/index.d.ts +1 -1
  243. package/es/components/keyboard/index.d.ts +1 -1
  244. package/es/components/map/index.d.ts +1 -1
  245. package/es/components/map/src/Map.vue.d.ts +1 -1
  246. package/es/components/picture-clipper/index.d.ts +1 -1
  247. package/es/components/picture-clipper/src/PictureClipper.vue.d.ts +1 -1
  248. package/es/components/quick-search/index.d.ts +1 -1
  249. package/es/components/quick-search/src/index.vue.d.ts +4 -4
  250. package/es/components/recommend-search/index.d.ts +25 -25
  251. package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +7 -7
  252. package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +3 -3
  253. package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +2 -2
  254. package/es/components/scale-view/index.d.ts +1 -1
  255. package/es/components/scale-view/src/ScaleView.vue2.js +1 -1
  256. package/es/components/scale-view/src/hooks/use-component.d.ts +33 -33
  257. package/es/components/scale-view/src/types/index.d.ts +1 -1
  258. package/es/components/search-cascader/index.d.ts +34 -34
  259. package/es/components/search-cascader/src/SearchCascader.vue.d.ts +1 -1
  260. package/es/components/search-cascader/src/components/SearchMenu.d.ts +1 -1
  261. package/es/components/search-cascader/src/constants/index.d.ts +1 -1
  262. package/es/components/search-cascader/src/utils/index.d.ts +1 -1
  263. package/es/components/select-label/index.d.ts +1 -1
  264. package/es/components/select-label/src/LabelFormContent.vue.d.ts +1 -1
  265. package/es/components/select-label/src/LabelFormContent.vue2.js +1 -1
  266. package/es/components/select-label/src/SelectLabel.vue.d.ts +1 -1
  267. package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue.d.ts +3 -3
  268. package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue.d.ts +3 -3
  269. package/es/components/select-label/src/ihoLabel/iho-label-classify.vue.d.ts +1 -1
  270. package/es/components/select-label/src/index.vue.d.ts +19 -19
  271. package/es/components/select-person/index.d.ts +22 -22
  272. package/es/components/select-person/src/SearchMultiple.vue.d.ts +0 -6
  273. package/es/components/select-person/src/SelectPerson.vue.d.ts +1 -1
  274. package/es/components/shortcut-provider/index.d.ts +1 -1
  275. package/es/components/shortcut-provider/src/ShortcutProvider.vue.d.ts +2 -2
  276. package/es/components/shortcut-provider/src/constants/index.d.ts +1 -1
  277. package/es/components/shortcut-provider/src/hooks/useShortcuts.d.ts +1 -1
  278. package/es/components/shortcut-provider/src/types/index.d.ts +1 -1
  279. package/es/components/shortcut-provider/src/utils/index.d.ts +1 -1
  280. package/es/components/shortcut-setter/index.d.ts +63 -176
  281. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +96 -209
  282. package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +2 -2
  283. package/es/components/shortcut-setter/src/types/index.d.ts +1 -1
  284. package/es/components/slider-tree/index.d.ts +1 -1
  285. package/es/components/steps-wheel/index.d.ts +1 -1
  286. package/es/components/table-export-field/index.d.ts +3 -3
  287. package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +4 -1
  288. package/es/components/table-export-field/src/components/SaveProjectModal.vue.d.ts +1 -1
  289. package/es/components/table-export-field/src/constants/index.d.ts +1 -1
  290. package/es/components/table-export-field/src/index.vue.d.ts +1 -1
  291. package/es/components/table-filter/src/components/bi-filter/hooks/useBiConditions.d.ts +1 -1
  292. package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +2 -2
  293. package/es/components/table-filter/src/components/classify-filter/hooks/useDisplayCategory.d.ts +1 -1
  294. package/es/components/table-filter/src/components/classify-filter/hooks/useFilterConditions.d.ts +1 -1
  295. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +2 -2
  296. package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue.d.ts +1 -1
  297. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +2 -2
  298. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +2 -2
  299. package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.d.ts +1 -1
  300. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +2 -2
  301. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +2 -2
  302. package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue.d.ts +1 -1
  303. package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue.d.ts +2 -2
  304. package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue.d.ts +1 -1
  305. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.d.ts +4 -0
  306. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue2.js +1 -1
  307. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.d.ts +1 -1
  308. package/es/components/table-filter/src/components/render-widget/components/index.d.ts +4 -0
  309. package/es/components/table-filter/src/components/render-widget/helpers/setDefaultValue.d.ts +1 -1
  310. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +13 -9
  311. package/es/components/table-filter/src/constants/index.d.ts +1 -1
  312. package/es/components/table-filter/src/hooks/useAdvanced.d.ts +2 -2
  313. package/es/components/table-filter/src/hooks/useMixins.d.ts +1 -1
  314. package/es/components/table-filter/src/hooks/useRenderWidget.d.ts +1 -1
  315. package/es/components/table-filter/src/tool/transformData.d.ts +1 -1
  316. package/es/components/table-filter/src/types/index.d.ts +1 -0
  317. package/es/components/time-line/index.d.ts +1 -1
  318. package/es/components/time-picker/index.d.ts +2 -2
  319. package/es/components/time-picker/src/TimePicker.vue.d.ts +1 -1
  320. package/es/components/vod-chunk-upload/index.d.ts +1 -1
  321. package/es/env.d.ts +25 -25
  322. package/es/shared/assets/img/failure.png.js +1 -1
  323. package/es/shared/assets/img/no-permission.png.js +1 -1
  324. package/es/shared/assets/img/nodata.png.js +1 -1
  325. package/es/shared/assets/img/notfound.png.js +1 -1
  326. package/es/shared/assets/img/qr.png.js +1 -1
  327. package/es/shared/assets/img/success.png.js +1 -1
  328. package/es/shared/assets/img/video.png.js +1 -1
  329. package/es/shared/assets/img/video_default_cover.png.js +1 -1
  330. package/es/shared/assets/img/xb_big.png.js +1 -1
  331. package/es/shared/assets/img/xb_small.png.js +1 -1
  332. package/es/shared/components/InputNumberSlash/InputNumberSlash.d.ts +5 -3
  333. package/es/shared/components/InputNumberSlash/InputNumberSlash.js +1 -1
  334. package/es/shared/components/SelectPage/SelectPage.vue.d.ts +1 -1
  335. package/es/shared/components/SlotRender/SlotRender.d.ts +1 -1
  336. package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +86 -0
  337. package/es/shared/hooks/selectHooks/useOptionFiltered.d.ts +1 -1
  338. package/es/shared/hooks/selectHooks/useSearchContent.d.ts +1 -1
  339. package/es/shared/hooks/selectHooks/useSearchContent.js +1 -1
  340. package/es/shared/hooks/selectHooks/useSelectAllowModify.d.ts +1 -1
  341. package/es/shared/hooks/selectHooks/useSelectRenders.d.ts +1 -1
  342. package/es/shared/hooks/useAsyncQueue/types.d.ts +1 -1
  343. package/es/shared/hooks/useDateTime.d.ts +1 -1
  344. package/es/shared/hooks/useFormRequest/index.d.ts +2 -2
  345. package/es/shared/hooks/useFormRequest/types.d.ts +2 -2
  346. package/es/shared/hooks/useLevelSearchCascader.d.ts +2 -2
  347. package/es/shared/hooks/useTheme.d.ts +1 -1
  348. package/es/shared/package.json.js +1 -1
  349. package/es/shared/types/business.d.ts +1 -1
  350. package/es/shared/utils/business.d.ts +1 -1
  351. package/es/shared/utils/fabricjs/index.d.ts +6823 -0
  352. package/es/shared/utils/index.d.ts +1 -1
  353. package/es/shared/utils/tapable/index.d.ts +139 -0
  354. package/package.json +2 -2
@@ -1,11 +1,11 @@
1
- import { SFCWithInstall } from '../../../es/shared/types';
1
+ import { SFCWithInstall } from '../../shared/types';
2
2
  declare const FabricChart: SFCWithInstall<import("vue").DefineComponent<{
3
3
  type: {
4
4
  type: import("vue").PropType<import("./src/interface").IType>;
5
5
  default: string;
6
6
  };
7
7
  data: {
8
- type: import("vue").PropType<import("../../../es/shared/types").AnyObject>;
8
+ type: import("vue").PropType<import("../../shared/types").AnyObject>;
9
9
  required: true;
10
10
  };
11
11
  addRenderItem: {
@@ -18,7 +18,7 @@ declare const FabricChart: SFCWithInstall<import("vue").DefineComponent<{
18
18
  default: string;
19
19
  };
20
20
  data: {
21
- type: import("vue").PropType<import("../../../es/shared/types").AnyObject>;
21
+ type: import("vue").PropType<import("../../shared/types").AnyObject>;
22
22
  required: true;
23
23
  };
24
24
  addRenderItem: {
@@ -65,7 +65,7 @@ declare const FabricChart: SFCWithInstall<import("vue").DefineComponent<{
65
65
  useCaliperRuler: any;
66
66
  updatePolyline: any;
67
67
  getGridInfo: any;
68
- init: () => import("../../../es/shared/types").AnyObject;
68
+ init: () => import("../../shared/types").AnyObject;
69
69
  PopupTip: import("vue").DefineComponent<{
70
70
  show: {
71
71
  type: BooleanConstructor;
@@ -90,7 +90,7 @@ declare const FabricChart: SFCWithInstall<import("vue").DefineComponent<{
90
90
  show: boolean;
91
91
  point: import("./src/interface").ICoordinateValue;
92
92
  list: string[];
93
- propItems: import("../../../es/shared/types").AnyObject;
93
+ propItems: import("../../shared/types").AnyObject;
94
94
  };
95
95
  pointStyle: import("vue").ComputedRef<{
96
96
  top: string;
@@ -170,7 +170,7 @@ declare const FabricChart: SFCWithInstall<import("vue").DefineComponent<{
170
170
  default: string;
171
171
  };
172
172
  data: {
173
- type: import("vue").PropType<import("../../../es/shared/types").AnyObject>;
173
+ type: import("vue").PropType<import("../../shared/types").AnyObject>;
174
174
  required: true;
175
175
  };
176
176
  addRenderItem: {
@@ -1,6 +1,6 @@
1
1
  import { type PropType } from 'vue';
2
2
  import { IType } from './interface';
3
- import { AnyObject } from '../../../../es/shared/types';
3
+ import { AnyObject } from '../../../shared/types';
4
4
  declare const _default: import("vue").DefineComponent<{
5
5
  type: {
6
6
  type: PropType<IType>;
@@ -1,5 +1,5 @@
1
1
  import { ICoordinateValue } from '../interface';
2
- import { AnyObject } from '../../../../../es/shared/types';
2
+ import { AnyObject } from '../../../../shared/types';
3
3
  declare const _default: import("vue").DefineComponent<{
4
4
  show: {
5
5
  type: BooleanConstructor;
@@ -1,7 +1,7 @@
1
1
  import { type Ref } from 'vue';
2
- import { fabric } from '../../../../../../es/shared/utils/fabricjs';
3
- import { AnyObject } from '../../../../../../es/shared/types';
4
- import { IPointTipProps, IPointMenuProps } from '../../../../../../es/components/fabric-chart/src/interface';
2
+ import { fabric } from '../../../../../shared/utils/fabricjs';
3
+ import { AnyObject } from '../../../../../shared/types';
4
+ import { IPointTipProps, IPointMenuProps } from '../../../../../components/fabric-chart/src/interface';
5
5
  export declare function useBirthProcess(canvas: Ref<fabric.Canvas>, propItems: AnyObject, emits: Function, pointTipProps: IPointTipProps, pointMenuProps: IPointMenuProps): {
6
6
  clickMenu: ({ item, target }: {
7
7
  item: any;
@@ -1,7 +1,7 @@
1
1
  import { Ref } from 'vue';
2
- import { fabric } from '../../../../../../es/shared/utils/fabricjs';
3
- import { AnyObject } from '../../../../../../es/shared/types';
4
- import { IPointTipProps, IPointMenuProps } from '../../../../../../es/components/fabric-chart/src/interface';
2
+ import { fabric } from '../../../../../shared/utils/fabricjs';
3
+ import { AnyObject } from '../../../../../shared/types';
4
+ import { IPointTipProps, IPointMenuProps } from '../../../../../components/fabric-chart/src/interface';
5
5
  export declare function useBirthProcessChart(canvas: Ref<fabric.Canvas>, props: AnyObject, emits: Function, canvasRef: Ref<HTMLCanvasElement | null>, pointTipProps: IPointTipProps, pointMenuProps: IPointMenuProps): {
6
6
  propItems: any;
7
7
  redrawPoints: Ref<any>;
@@ -1,5 +1,5 @@
1
- import { AnyObject } from '../../../../../../../es/shared/types';
2
- import { fabric } from '../../../../../../../es/shared/utils/fabricjs';
1
+ import { AnyObject } from '../../../../../../shared/types';
2
+ import { fabric } from '../../../../../../shared/utils/fabricjs';
3
3
  declare type DetailEventOptions = {
4
4
  points: number[];
5
5
  lineStartIndex: number;
@@ -1,5 +1,5 @@
1
- import { AnyObject } from '../../../../../../es/shared/types';
2
- import { fabric } from '../../../../../../es/shared/utils/fabricjs';
1
+ import { AnyObject } from '../../../../../shared/types';
2
+ import { fabric } from '../../../../../shared/utils/fabricjs';
3
3
  import { type Ref } from 'vue';
4
4
  export declare function useElectrocardiogram(canvas: Ref<fabric.Canvas>, propItems: AnyObject, flag: Ref<boolean>): {
5
5
  updatePolyline: (value: number) => void;
@@ -1,8 +1,8 @@
1
1
  import { Ref } from 'vue';
2
- import { fabric } from '../../../../../../es/shared/utils/fabricjs';
3
- import { AnyObject } from '../../../../../../es/shared/types';
4
- import { IPointTipProps, IPointMenuProps } from '../../../../../../es/components/fabric-chart/src/interface';
5
- import { ECG } from '../../../../../../es/components/fabric-chart/src/constants';
2
+ import { fabric } from '../../../../../shared/utils/fabricjs';
3
+ import { AnyObject } from '../../../../../shared/types';
4
+ import { IPointTipProps, IPointMenuProps } from '../../../../../components/fabric-chart/src/interface';
5
+ import { ECG } from '../../../../../components/fabric-chart/src/constants';
6
6
  export declare function useElectrocardiogramChart(canvas: Ref<fabric.Canvas>, props: AnyObject, emits: Function, canvasRef: Ref<HTMLCanvasElement | null>, pointTipProps: IPointTipProps, pointMenuProps: IPointMenuProps): {
7
7
  propItems: any;
8
8
  updatePolyline: Ref<any>;
@@ -1,6 +1,6 @@
1
1
  import { type Ref } from 'vue';
2
- import { fabric } from '../../../../../../es/shared/utils/fabricjs';
3
- import { AnyObject } from '../../../../../../es/shared/types';
2
+ import { fabric } from '../../../../../shared/utils/fabricjs';
3
+ import { AnyObject } from '../../../../../shared/types';
4
4
  export declare function useMeasureInstrument(canvas: Ref<fabric.Canvas>, propItems: AnyObject): {
5
5
  flag: Ref<boolean>;
6
6
  useMeasureRuler: () => void;
@@ -1,7 +1,7 @@
1
1
  import { type Ref } from 'vue';
2
- import { fabric } from '../../../../../../es/shared/utils/fabricjs';
3
- import { AnyObject } from '../../../../../../es/shared/types';
4
- import { IObject, IPointTipProps, IPointMenuProps } from '../../../../../../es/components/fabric-chart/src/interface';
2
+ import { fabric } from '../../../../../shared/utils/fabricjs';
3
+ import { AnyObject } from '../../../../../shared/types';
4
+ import { IObject, IPointTipProps, IPointMenuProps } from '../../../../../components/fabric-chart/src/interface';
5
5
  export declare function useCenter(canvas: Ref<fabric.Canvas>, propItems: AnyObject, emits: Function, pointTipProps: IPointTipProps, pointMenuProps: IPointMenuProps): {
6
6
  redrawPoints: (ItemObj?: AnyObject) => void;
7
7
  clickMenu: ({ item, target }: {
@@ -1,5 +1,5 @@
1
1
  import { type Ref } from 'vue';
2
- import { fabric } from '../../../../../../es/shared/utils/fabricjs';
3
- import { AnyObject } from '../../../../../../es/shared/types';
4
- import { IPointTipProps } from '../../../../../../es/components/fabric-chart/src/interface';
2
+ import { fabric } from '../../../../../shared/utils/fabricjs';
3
+ import { AnyObject } from '../../../../../shared/types';
4
+ import { IPointTipProps } from '../../../../../components/fabric-chart/src/interface';
5
5
  export declare function useLeft(canvas: Ref<fabric.Canvas>, propItems: AnyObject, emits: Function, pointTipProps: IPointTipProps, moveLimit: Function, setPopup: Function, updateData: Function, getGridPoints: Function): void;
@@ -1,7 +1,7 @@
1
1
  import { Ref } from 'vue';
2
- import { fabric } from '../../../../../../es/shared/utils/fabricjs';
3
- import { IPointTipProps, IPointMenuProps } from '../../../../../../es/components/fabric-chart/src/interface';
4
- import { AnyObject } from '../../../../../../es/shared/types';
2
+ import { fabric } from '../../../../../shared/utils/fabricjs';
3
+ import { IPointTipProps, IPointMenuProps } from '../../../../../components/fabric-chart/src/interface';
4
+ import { AnyObject } from '../../../../../shared/types';
5
5
  export declare function useOther(canvas: Ref<fabric.Canvas>, propItems: AnyObject, emits: Function, pointTipProps: IPointTipProps, pointMenuProps: IPointMenuProps, moveLimit: Function, getContainPoints: Function, showDialog: Function, removeCurrentSelection: Function): {
6
6
  clickMenu: ({ item, target }: {
7
7
  item: AnyObject;
@@ -1,7 +1,7 @@
1
1
  import { Ref } from 'vue';
2
- import { fabric } from '../../../../../../es/shared/utils/fabricjs';
3
- import { AnyObject } from '../../../../../../es/shared/types';
4
- import { IPointTipProps, IPointMenuProps } from '../../../../../../es/components/fabric-chart/src/interface';
2
+ import { fabric } from '../../../../../shared/utils/fabricjs';
3
+ import { AnyObject } from '../../../../../shared/types';
4
+ import { IPointTipProps, IPointMenuProps } from '../../../../../components/fabric-chart/src/interface';
5
5
  export declare function useSurgicalAnesthesiaChart(canvas: Ref<fabric.Canvas>, props: AnyObject, emits: Function, canvasRef: Ref<HTMLCanvasElement | null>, pointTipProps: IPointTipProps, pointMenuProps: IPointMenuProps): {
6
6
  propItems: any;
7
7
  redrawPoints: Ref<any>;
@@ -1,5 +1,5 @@
1
1
  import { type Ref } from 'vue';
2
- import { fabric } from '../../../../../../es/shared/utils/fabricjs';
3
- import { AnyObject } from '../../../../../../es/shared/types';
4
- import { IPointTipProps, IPointMenuProps } from '../../../../../../es/components/fabric-chart/src/interface';
2
+ import { fabric } from '../../../../../shared/utils/fabricjs';
3
+ import { AnyObject } from '../../../../../shared/types';
4
+ import { IPointTipProps, IPointMenuProps } from '../../../../../components/fabric-chart/src/interface';
5
5
  export declare function useTop(canvas: Ref<fabric.Canvas>, propItems: AnyObject, emits: Function, pointTipProps: IPointTipProps, pointMenuProps: IPointMenuProps): void;
@@ -1,4 +1,4 @@
1
1
  import { Ref } from 'vue';
2
- import { fabric } from '../../../../../../es/shared/utils/fabricjs';
3
- import { IPropItems } from '../../../../../../es/components/fabric-chart/src/interface';
2
+ import { fabric } from '../../../../../shared/utils/fabricjs';
3
+ import { IPropItems } from '../../../../../components/fabric-chart/src/interface';
4
4
  export declare function useBottom(canvas: Ref<fabric.Canvas>, propItems: IPropItems): void;
@@ -1,7 +1,7 @@
1
1
  import { type Ref } from 'vue';
2
- import { fabric } from '../../../../../../es/shared/utils/fabricjs';
3
- import { IObject, IPropItems, IPointTipProps, IPointMenuProps } from '../../../../../../es/components/fabric-chart/src/interface';
4
- import { AnyObject } from '../../../../../../es/shared/types';
2
+ import { fabric } from '../../../../../shared/utils/fabricjs';
3
+ import { IObject, IPropItems, IPointTipProps, IPointMenuProps } from '../../../../../components/fabric-chart/src/interface';
4
+ import { AnyObject } from '../../../../../shared/types';
5
5
  export declare function useCenter(canvas: Ref<fabric.Canvas>, propItems: IPropItems, emits: Function, computedX: Function, computedY: Function, getXValue: Function, getYValue: Function, addRenderItem: Function | undefined, pointTipProps: IPointTipProps, pointMenuProps: IPointMenuProps): {
6
6
  clickMenu: ({ item, target }: {
7
7
  item: any;
@@ -1,6 +1,6 @@
1
1
  import { Ref } from 'vue';
2
- import { fabric } from '../../../../../../es/shared/utils/fabricjs';
3
- import { IPropItems, IPointTipProps, IObject } from '../../../../../../es/components/fabric-chart/src/interface';
2
+ import { fabric } from '../../../../../shared/utils/fabricjs';
3
+ import { IPropItems, IPointTipProps, IObject } from '../../../../../components/fabric-chart/src/interface';
4
4
  export declare function useLeft(canvas: Ref<fabric.Canvas>, propItems: IPropItems, emits: Function, setPopup: Function, pointTipProps: IPointTipProps, computedX: Function, computedY: Function, getXValue: Function, getYValue: Function, isAddPoint: Function, updateData: Function, gridPoints: Set<IObject>): {
5
5
  drawScaleValue: (yScaleValueList: any[]) => void;
6
6
  };
@@ -1,4 +1,4 @@
1
1
  import { Ref } from 'vue';
2
- import { fabric } from '../../../../../../es/shared/utils/fabricjs';
3
- import { IPropItems } from '../../../../../../es/components/fabric-chart/src/interface';
2
+ import { fabric } from '../../../../../shared/utils/fabricjs';
3
+ import { IPropItems } from '../../../../../components/fabric-chart/src/interface';
4
4
  export declare function useOther(canvas: Ref<fabric.Canvas>, propItems: IPropItems, computedX: Function): void;
@@ -1,4 +1,4 @@
1
1
  import { Ref } from 'vue';
2
- import { fabric } from '../../../../../../es/shared/utils/fabricjs';
3
- import { IPropItems } from '../../../../../../es/components/fabric-chart/src/interface';
2
+ import { fabric } from '../../../../../shared/utils/fabricjs';
3
+ import { IPropItems } from '../../../../../components/fabric-chart/src/interface';
4
4
  export declare function useRight(canvas: Ref<fabric.Canvas>, propItems: IPropItems, drawScaleValue: Function): void;
@@ -1,4 +1,4 @@
1
- import { fabric } from '../../../../../../es/shared/utils/fabricjs';
1
+ import { fabric } from '../../../../../shared/utils/fabricjs';
2
2
  declare type Point = [number, number];
3
3
  export declare function useShadow(): {
4
4
  createShadowLines: (coordinates: Point[], angle?: number, space?: number) => fabric.Line[];
@@ -1,7 +1,7 @@
1
1
  import { type Ref } from 'vue';
2
- import { fabric } from '../../../../../../es/shared/utils/fabricjs';
3
- import { IPointTipProps, IPointMenuProps } from '../../../../../../es/components/fabric-chart/src/interface';
4
- import { AnyObject } from '../../../../../../es/shared/types';
2
+ import { fabric } from '../../../../../shared/utils/fabricjs';
3
+ import { IPointTipProps, IPointMenuProps } from '../../../../../components/fabric-chart/src/interface';
4
+ import { AnyObject } from '../../../../../shared/types';
5
5
  export declare function useTemperatureChart(canvas: Ref<fabric.Canvas>, props: AnyObject, emits: Function, canvasRef: Ref<HTMLCanvasElement | null>, pointTipProps: IPointTipProps, pointMenuProps: IPointMenuProps): {
6
6
  propItems: any;
7
7
  redrawPoints: Ref<any>;
@@ -1,4 +1,4 @@
1
1
  import { type Ref } from 'vue';
2
- import { fabric } from '../../../../../../es/shared/utils/fabricjs';
3
- import { IPropItems } from '../../../../../../es/components/fabric-chart/src/interface';
2
+ import { fabric } from '../../../../../shared/utils/fabricjs';
3
+ import { IPropItems } from '../../../../../components/fabric-chart/src/interface';
4
4
  export declare function useTop(canvas: Ref<fabric.Canvas>, propItems: IPropItems): void;
@@ -1,7 +1,7 @@
1
1
  import { Ref } from 'vue';
2
- import { fabric } from '../../../../../es/shared/utils/fabricjs';
2
+ import { fabric } from '../../../../shared/utils/fabricjs';
3
3
  import { IObject } from '../interface';
4
- import { AnyObject } from '../../../../../es/shared/types';
4
+ import { AnyObject } from '../../../../shared/types';
5
5
  export declare function useCommon(canvas: Ref<fabric.Canvas>, emits: Function, propItems: AnyObject): {
6
6
  getEqualXTypes: (points: any[], pointX: number, field: string, range?: any) => string[];
7
7
  handleAddPrevent: (type: 'repeat' | 'exceedMax' | 'exceedMin') => void;
@@ -1,5 +1,5 @@
1
1
  import { IPointType } from '../interface';
2
- import { AnyObject } from '../../../../../es/shared/types';
2
+ import { AnyObject } from '../../../../shared/types';
3
3
  export declare function useCumputedPoint(propItems: AnyObject): {
4
4
  computedX: (value: number | string, setAllCenter?: boolean) => any;
5
5
  computedY: (type: IPointType, scaleValueList: number[], value: number | string) => number;
@@ -1,6 +1,6 @@
1
- import { fabric } from '../../../../../es/shared/utils/fabricjs';
1
+ import { fabric } from '../../../../shared/utils/fabricjs';
2
2
  import { ILineOptions, ITextOptions } from '../interface';
3
- import { AnyObject } from '../../../../../es/shared/types';
3
+ import { AnyObject } from '../../../../shared/types';
4
4
  export declare const defaultStyle: {
5
5
  evented: boolean;
6
6
  selectable: boolean;
@@ -1,5 +1,5 @@
1
1
  import { Ref } from 'vue';
2
- import { fabric } from '../../../../../es/shared/utils/fabricjs';
2
+ import { fabric } from '../../../../shared/utils/fabricjs';
3
3
  import { IPropItems } from '../interface';
4
4
  export declare const bus: import("@vueuse/core").UseEventBusReturn<string, any>;
5
5
  export declare function useCanvasEvent(canvas: Ref<fabric.Canvas>, propItems: IPropItems, emits: any): {
@@ -1,4 +1,4 @@
1
1
  import { Ref } from 'vue';
2
- import { fabric } from '../../../../../es/shared/utils/fabricjs';
3
- import { AnyObject } from '../../../../../es/shared/types';
2
+ import { fabric } from '../../../../shared/utils/fabricjs';
3
+ import { AnyObject } from '../../../../shared/types';
4
4
  export declare function useGrid(canvas: Ref<fabric.Canvas>, propItems: AnyObject): void;
@@ -1,5 +1,5 @@
1
- import { fabric } from '../../../../../es/shared/utils/fabricjs';
2
- import { AnyObject } from '../../../../../es/shared/types';
1
+ import { fabric } from '../../../../shared/utils/fabricjs';
2
+ import { AnyObject } from '../../../../shared/types';
3
3
  /**
4
4
  * @description 获取一些刻度坐标信息
5
5
  * @param position {'left'|'center'|'right'} 刻度位置
@@ -1,6 +1,6 @@
1
1
  import { type Ref } from 'vue';
2
- import { fabric } from '../../../../es/shared/utils/fabricjs';
3
- import { AnyObject } from '../../../../es/shared/types';
2
+ import { fabric } from '../../../shared/utils/fabricjs';
3
+ import { AnyObject } from '../../../shared/types';
4
4
  export declare type IType = 'temperature' | 'birthProcess' | 'surgicalAnesthesia' | 'electrocardiogram' | undefined;
5
5
  interface IEvent {
6
6
  selectable: boolean;
@@ -1,5 +1,5 @@
1
1
  import { IPoint, ITreeItem } from '../interface';
2
- import { AnyObject } from '../../../../../es/shared/types';
2
+ import { AnyObject } from '../../../../shared/types';
3
3
  export declare function isEffectiveNode(node: IPoint): string | number | boolean;
4
4
  export declare function deleteProperty(data: AnyObject, list: AnyObject[]): {};
5
5
  export declare function getIndex(time: string, list: AnyObject[]): number;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="lodash" />
2
- import { SFCWithInstall } from '../../../es/shared/types';
2
+ import { SFCWithInstall } from '../../shared/types';
3
3
  export * from './src/types';
4
4
  declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
5
5
  fields: {
@@ -139,7 +139,7 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
139
139
  rowHeight: number;
140
140
  keyword: import("vue").Ref<string>;
141
141
  tableBodyRef: import("vue").Ref<HTMLDivElement | undefined>;
142
- newFields: import("vue").Ref<import("../../../es/shared/types").AnyObject[]>;
142
+ newFields: import("vue").Ref<import("../../shared/types").AnyObject[]>;
143
143
  columns: import("vue").Ref<{
144
144
  [x: string]: any;
145
145
  title: string;
@@ -149,11 +149,11 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
149
149
  disabledAll?: boolean | undefined;
150
150
  isHeadCheckHide?: boolean | undefined;
151
151
  isShow?: boolean | undefined;
152
- contentRender?: ((column: import("../../../es/shared/types").AnyObject, row: import("../../../es/shared/types").AnyObject) => String | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
152
+ contentRender?: ((column: import("../../shared/types").AnyObject, row: import("../../shared/types").AnyObject) => String | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
153
153
  [key: string]: any;
154
154
  }>) | undefined;
155
155
  }[]>;
156
- fieldList: import("vue").ComputedRef<import("../../../es/shared/types").AnyObject[]>;
156
+ fieldList: import("vue").ComputedRef<import("../../shared/types").AnyObject[]>;
157
157
  rowProps: {
158
158
  columns: {
159
159
  [x: string]: any;
@@ -164,14 +164,14 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
164
164
  disabledAll?: boolean | undefined;
165
165
  isHeadCheckHide?: boolean | undefined;
166
166
  isShow?: boolean | undefined;
167
- contentRender?: ((column: import("../../../es/shared/types").AnyObject, row: import("../../../es/shared/types").AnyObject) => String | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
167
+ contentRender?: ((column: import("../../shared/types").AnyObject, row: import("../../shared/types").AnyObject) => String | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
168
168
  [key: string]: any;
169
169
  }>) | undefined;
170
170
  }[];
171
- fieldList: import("../../../es/shared/types").AnyObject[];
171
+ fieldList: import("../../shared/types").AnyObject[];
172
172
  onUpdateChecked: ({ checked, column }: {
173
173
  checked: boolean;
174
- column: import("../../../es/shared/types").AnyObject;
174
+ column: import("../../shared/types").AnyObject;
175
175
  }) => void;
176
176
  };
177
177
  searchData: {
@@ -182,9 +182,9 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
182
182
  handleFieldSave: () => void;
183
183
  onCancle: () => void;
184
184
  reset: () => void;
185
- getShowColumn: (column: import("../../../es/shared/types").AnyObject) => boolean;
186
- initFields: () => import("../../../es/shared/types").AnyObject[];
187
- handleGroup: (fields: import("../../../es/shared/types").AnyObject[]) => import("../../../es/shared/types").AnyObject[];
185
+ getShowColumn: (column: import("../../shared/types").AnyObject) => boolean;
186
+ initFields: () => import("../../shared/types").AnyObject[];
187
+ handleGroup: (fields: import("../../shared/types").AnyObject[]) => import("../../shared/types").AnyObject[];
188
188
  getTableFields: () => import("lodash").Omit<never, "uuid">[];
189
189
  handleSearch: () => void;
190
190
  isHighlight: (element: Partial<{
@@ -208,7 +208,7 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
208
208
  handleAllCheck: (checked: boolean, field: string) => void;
209
209
  handleCheck: ({ checked, column }: {
210
210
  checked: boolean;
211
- column: import("../../../es/shared/types").AnyObject;
211
+ column: import("../../shared/types").AnyObject;
212
212
  }) => void;
213
213
  initColumns: () => void;
214
214
  isNoAllCheck: (field: string) => boolean;
@@ -435,16 +435,16 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
435
435
  label: string;
436
436
  value: number;
437
437
  }[];
438
- getOptions: (column: import("../../../es/shared/types").AnyObject) => {
438
+ getOptions: (column: import("../../shared/types").AnyObject) => {
439
439
  label: string;
440
440
  value: string;
441
441
  }[] | {
442
442
  label: string;
443
443
  value: number;
444
444
  }[];
445
- setDisabled: (column: import("../../../es/shared/types").AnyObject) => any;
446
- onUpdateChecked: (checked: boolean, column: import("../../../es/shared/types").AnyObject) => void;
447
- handleUpdateSelect: (value: string, column: import("../../../es/shared/types").AnyObject) => void;
445
+ setDisabled: (column: import("../../shared/types").AnyObject) => any;
446
+ onUpdateChecked: (checked: boolean, column: import("../../shared/types").AnyObject) => void;
447
+ handleUpdateSelect: (value: string, column: import("../../shared/types").AnyObject) => void;
448
448
  NCheckbox: any;
449
449
  NSelect: any;
450
450
  NInput: any;
@@ -1,8 +1,8 @@
1
1
  /// <reference types="lodash" />
2
2
  import { PropType } from 'vue';
3
3
  import { setStyle, isDraggableItem } from './utils';
4
- import { FieldSetItem, FieldSetColumnName, FieldSetColumnItem } from '../../../../es/components/field-set/src/types';
5
- import { AnyObject } from '../../../../es/shared/types';
4
+ import { FieldSetItem, FieldSetColumnName, FieldSetColumnItem } from '../../../components/field-set/src/types';
5
+ import { AnyObject } from '../../../shared/types';
6
6
  declare const _default: import("vue").DefineComponent<{
7
7
  fields: {
8
8
  type: PropType<Partial<{
@@ -41,7 +41,7 @@ declare const _default: import("vue").DefineComponent<{
41
41
  type: PropType<FieldSetColumnName[]>;
42
42
  };
43
43
  groupSetting: {
44
- type: PropType<Partial<Record<"firstRowGroup" | "secondRowGroup" | "thirdRowGroup" | "fourthRowGroup" | "fifthRowGroup" | "sixthRowGroup" | "seventhRowGroup" | "eighthRowGroup" | "ninthRowGroup" | "tenthRowGroup", import("../../../../es/components/iho-table").IhoTableRowGroupItem[]>> | undefined>;
44
+ type: PropType<Partial<Record<"firstRowGroup" | "secondRowGroup" | "thirdRowGroup" | "fourthRowGroup" | "fifthRowGroup" | "sixthRowGroup" | "seventhRowGroup" | "eighthRowGroup" | "ninthRowGroup" | "tenthRowGroup", import("../../../components/iho-table").IhoTableRowGroupItem[]>> | undefined>;
45
45
  };
46
46
  customColumns: {
47
47
  type: PropType<FieldSetColumnItem[]>;
@@ -106,7 +106,7 @@ declare const _default: import("vue").DefineComponent<{
106
106
  type: PropType<FieldSetColumnName[]>;
107
107
  };
108
108
  groupSetting: {
109
- type: PropType<Partial<Record<"firstRowGroup" | "secondRowGroup" | "thirdRowGroup" | "fourthRowGroup" | "fifthRowGroup" | "sixthRowGroup" | "seventhRowGroup" | "eighthRowGroup" | "ninthRowGroup" | "tenthRowGroup", import("../../../../es/components/iho-table").IhoTableRowGroupItem[]>> | undefined>;
109
+ type: PropType<Partial<Record<"firstRowGroup" | "secondRowGroup" | "thirdRowGroup" | "fourthRowGroup" | "fifthRowGroup" | "sixthRowGroup" | "seventhRowGroup" | "eighthRowGroup" | "ninthRowGroup" | "tenthRowGroup", import("../../../components/iho-table").IhoTableRowGroupItem[]>> | undefined>;
110
110
  };
111
111
  customColumns: {
112
112
  type: PropType<FieldSetColumnItem[]>;
@@ -581,7 +581,7 @@ declare const _default: import("vue").DefineComponent<{
581
581
  type: PropType<FieldSetColumnName[]>;
582
582
  };
583
583
  groupSetting: {
584
- type: PropType<Partial<Record<"firstRowGroup" | "secondRowGroup" | "thirdRowGroup" | "fourthRowGroup" | "fifthRowGroup" | "sixthRowGroup" | "seventhRowGroup" | "eighthRowGroup" | "ninthRowGroup" | "tenthRowGroup", import("../../../../es/components/iho-table").IhoTableRowGroupItem[]>> | undefined>;
584
+ type: PropType<Partial<Record<"firstRowGroup" | "secondRowGroup" | "thirdRowGroup" | "fourthRowGroup" | "fifthRowGroup" | "sixthRowGroup" | "seventhRowGroup" | "eighthRowGroup" | "ninthRowGroup" | "tenthRowGroup", import("../../../components/iho-table").IhoTableRowGroupItem[]>> | undefined>;
585
585
  };
586
586
  customColumns: {
587
587
  type: PropType<FieldSetColumnItem[]>;
@@ -1,6 +1,6 @@
1
1
  import { PropType } from 'vue';
2
- import { AnyObject } from '../../../../../es/shared/types';
3
- import { FieldSetItem, FieldSetColumnItem } from '../../../../../es/components/field-set';
2
+ import { AnyObject } from '../../../../shared/types';
3
+ import { FieldSetItem, FieldSetColumnItem } from '../../../../components/field-set';
4
4
  import { setStyle } from '../utils';
5
5
  declare const _default: import("vue").DefineComponent<{
6
6
  element: {
@@ -1,4 +1,4 @@
1
- import { AnyObject } from '../../../../../es/shared/types';
1
+ import { AnyObject } from '../../../../shared/types';
2
2
  import { VNode } from 'vue';
3
3
  export declare type FieldSetItem = Partial<{
4
4
  id: string;
@@ -1,7 +1,7 @@
1
1
  import { CSSProperties } from 'vue';
2
- import { AnyObject } from '../../../../../es/shared/types';
3
- import { FieldSetItem } from '../../../../../es/components/field-set';
4
- import { IhoTableConfig } from '../../../../../es/components/iho-table';
2
+ import { AnyObject } from '../../../../shared/types';
3
+ import { FieldSetItem } from '../../../../components/field-set';
4
+ import { IhoTableConfig } from '../../../../components/iho-table';
5
5
  export declare function setStyle(column: AnyObject): CSSProperties;
6
6
  export declare function isDisable(item: FieldSetItem, key: string): any;
7
7
  export declare function getGroupTree(rowGroupSetting: NonNullable<IhoTableConfig['rowGroupSetting']>, fieldList: FieldSetItem[], getKey?: (field: FieldSetItem) => string): Array<AnyObject | string>;