cnhis-design-vue 3.1.54 → 3.1.55-alpha.0

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 (432) hide show
  1. package/es/components/annotation-edit/index.d.ts +1 -1
  2. package/es/components/annotation-edit/src/AnnotationEdit.d.ts +1 -1
  3. package/es/components/audio-sdk/index.d.ts +2 -0
  4. package/es/components/audio-sdk/index.js +1 -0
  5. package/es/components/audio-sdk/src/audioSDK.d.ts +28 -0
  6. package/es/components/audio-sdk/src/audioSDK.js +1 -0
  7. package/es/components/audio-sdk/src/components/recordingDialog.vue.d.ts +27 -0
  8. package/es/components/audio-sdk/src/components/recordingDialog.vue.js +1 -0
  9. package/es/components/audio-sdk/src/components/recordingDialog.vue2.js +1 -0
  10. package/es/components/audio-sdk/src/utils/recordingDialog.d.ts +8 -0
  11. package/es/components/audio-sdk/src/utils/recordingDialog.js +1 -0
  12. package/es/components/audio-sdk/style/index.css +1 -0
  13. package/es/components/base-search/index.d.ts +1 -1
  14. package/es/components/base-search/src/index.vue.d.ts +4 -4
  15. package/es/components/base-search/src/index.vue2.js +1 -1
  16. package/es/components/big-table/index.d.ts +22 -22
  17. package/es/components/big-table/src/BigTable.vue.d.ts +2 -2
  18. package/es/components/big-table/src/bigTableProps.d.ts +1 -1
  19. package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +5 -5
  20. package/es/components/big-table/src/components/edit-form/useCommon.d.ts +1 -1
  21. package/es/components/big-table/src/components/separate.vue.d.ts +1 -1
  22. package/es/components/big-table/src/constants/index.d.ts +1 -1
  23. package/es/components/big-table/src/hooks/useAnnotation.d.ts +1 -1
  24. package/es/components/big-table/src/hooks/useFormat.d.ts +1 -1
  25. package/es/components/big-table/src/hooks/useSeparateRow.d.ts +1 -1
  26. package/es/components/big-table/src/utils.d.ts +1 -1
  27. package/es/components/{multi-chat → biunique-chat}/index.d.ts +16 -16
  28. package/es/components/biunique-chat/index.js +1 -0
  29. package/es/components/{multi-chat/src/MultiChat.vue.d.ts → biunique-chat/src/BiuniqueChat.vue.d.ts} +1 -1
  30. package/es/components/biunique-chat/src/BiuniqueChat.vue.js +1 -0
  31. package/es/components/biunique-chat/src/BiuniqueChat.vue2.js +1 -0
  32. package/es/components/{multi-chat → biunique-chat}/src/api/index.d.ts +1 -1
  33. package/es/components/{multi-chat → biunique-chat}/src/components/ChatFooter.vue.d.ts +1 -1
  34. package/es/components/{multi-chat → biunique-chat}/src/components/ChatHeader.vue.d.ts +1 -1
  35. package/es/components/{multi-chat → biunique-chat}/src/components/ChatMain.vue.d.ts +1 -1
  36. package/es/components/{multi-chat → biunique-chat}/src/components/SiderList.vue.d.ts +1 -1
  37. package/es/components/{multi-chat → biunique-chat}/src/utils/chatSock.d.ts +1 -1
  38. package/es/components/body-select/index.d.ts +5 -5
  39. package/es/components/body-select/src/hooks/renderCanvas.d.ts +2 -2
  40. package/es/components/body-select/src/hooks/renderCanvas.js +1 -1
  41. package/es/components/body-select/src/index.vue.d.ts +1 -1
  42. package/es/components/body-select/src/index.vue2.js +1 -1
  43. package/es/components/bpmn-workflow/index.d.ts +1 -1
  44. package/es/components/button-print/index.d.ts +34 -21
  45. package/es/components/button-print/src/ButtonPrint.vue.d.ts +14 -1
  46. package/es/components/button-print/src/ButtonPrint.vue2.js +1 -1
  47. package/es/components/button-print/src/api.d.ts +1 -1
  48. package/es/components/button-print/src/components/EditFormat.vue.d.ts +1 -1
  49. package/es/components/button-print/src/utils/dialog.d.ts +1 -1
  50. package/es/components/button-print/src/utils/print.d.ts +2 -2
  51. package/es/components/callback/index.d.ts +1 -1
  52. package/es/components/callback/src/components/dialog/drawer.vue.d.ts +1 -1
  53. package/es/components/callback/src/components/dialog/modal.vue.d.ts +1 -1
  54. package/es/components/callback/src/components/render/popupMaps.d.ts +72 -52
  55. package/es/components/card-reader-sdk/src/cardReaderSDK.d.ts +1 -1
  56. package/es/components/card-reader-sdk/src/components/readCardDialog.vue.d.ts +1 -1
  57. package/es/components/card-reader-sdk/src/constants/index.d.ts +1 -1
  58. package/es/components/card-reader-sdk/src/insuranceSDK.d.ts +1 -1
  59. package/es/components/card-reader-sdk/src/types/index.d.ts +2 -2
  60. package/es/components/card-reader-sdk/src/utils/readHealthCard.d.ts +1 -1
  61. package/es/components/classification/index.d.ts +505 -20
  62. package/es/components/classification/src/components/search-filter/index.vue.d.ts +473 -1
  63. package/es/components/classification/src/components/search-filter/index.vue2.js +1 -1
  64. package/es/components/classification/src/components/set-classification/index.vue.d.ts +480 -8
  65. package/es/components/classification/src/components/table-modal/index.vue.d.ts +1 -1
  66. package/es/components/classification/src/index.vue.d.ts +493 -8
  67. package/es/components/classification/src/index.vue2.js +1 -1
  68. package/es/components/classification/style/index.css +1 -1
  69. package/es/components/config-provider/index.d.ts +1 -1
  70. package/es/components/date-picker/index.d.ts +2 -2
  71. package/es/components/date-picker/src/DatePicker.vue.d.ts +1 -1
  72. package/es/components/editor/index.d.ts +1 -1
  73. package/es/components/expand-field/index.d.ts +29 -29
  74. package/es/components/expand-field/src/components/PersonModal.vue.d.ts +2 -2
  75. package/es/components/expand-field/src/components/form.vue.d.ts +2 -2
  76. package/es/components/expand-field/src/constants/index.d.ts +1 -1
  77. package/es/components/expand-field/src/index.vue.d.ts +2 -2
  78. package/es/components/fabric-chart/index.d.ts +7 -6
  79. package/es/components/fabric-chart/src/FabricChart.vue.d.ts +2 -1
  80. package/es/components/fabric-chart/src/FabricChart.vue2.js +1 -1
  81. package/es/components/fabric-chart/src/components/PopupTip.vue.d.ts +1 -1
  82. package/es/components/fabric-chart/src/constants/index.d.ts +4 -0
  83. package/es/components/fabric-chart/src/constants/index.js +1 -1
  84. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.d.ts +3 -3
  85. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +1 -1
  86. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.d.ts +3 -3
  87. package/es/components/fabric-chart/src/hooks/electrocardiogram/hooks/useDetailEvent.d.ts +2 -2
  88. package/es/components/fabric-chart/src/hooks/electrocardiogram/hooks/useDetailEvent.js +1 -1
  89. package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogram.d.ts +2 -2
  90. package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogram.js +1 -1
  91. package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.d.ts +9 -3
  92. package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.js +1 -1
  93. package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.d.ts +2 -2
  94. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.d.ts +3 -3
  95. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +1 -1
  96. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useLeft.d.ts +3 -3
  97. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.d.ts +3 -3
  98. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.d.ts +3 -3
  99. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.d.ts +3 -3
  100. package/es/components/fabric-chart/src/hooks/temperature/useBottom.d.ts +2 -2
  101. package/es/components/fabric-chart/src/hooks/temperature/useCenter.d.ts +4 -4
  102. package/es/components/fabric-chart/src/hooks/temperature/useLeft.d.ts +3 -3
  103. package/es/components/fabric-chart/src/hooks/temperature/useOther.d.ts +2 -2
  104. package/es/components/fabric-chart/src/hooks/temperature/useRight.d.ts +2 -2
  105. package/es/components/fabric-chart/src/hooks/temperature/useShadow.d.ts +1 -1
  106. package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.d.ts +3 -3
  107. package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +1 -1
  108. package/es/components/fabric-chart/src/hooks/temperature/useTop.d.ts +2 -2
  109. package/es/components/fabric-chart/src/hooks/useCommon.d.ts +2 -2
  110. package/es/components/fabric-chart/src/hooks/useCumputedPoint.d.ts +4 -4
  111. package/es/components/fabric-chart/src/hooks/useCumputedPoint.js +1 -1
  112. package/es/components/fabric-chart/src/hooks/useDraw.d.ts +2 -2
  113. package/es/components/fabric-chart/src/hooks/useEvent.d.ts +1 -1
  114. package/es/components/fabric-chart/src/hooks/useGrid.d.ts +2 -2
  115. package/es/components/fabric-chart/src/hooks/useScaleColumn.d.ts +2 -2
  116. package/es/components/fabric-chart/src/interface.d.ts +2 -2
  117. package/es/components/fabric-chart/src/utils/index.d.ts +1 -1
  118. package/es/components/field-set/index.d.ts +15 -15
  119. package/es/components/field-set/src/FieldSet.vue.d.ts +5 -5
  120. package/es/components/field-set/src/components/Row.vue.d.ts +2 -2
  121. package/es/components/field-set/src/types/index.d.ts +1 -1
  122. package/es/components/field-set/src/utils/index.d.ts +3 -3
  123. package/es/components/form-config/index.d.ts +349 -302
  124. package/es/components/form-config/src/FormConfig.vue.d.ts +473 -426
  125. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +38 -18
  126. package/es/components/form-config/src/components/FormConfigDragDisplay.vue.d.ts +1 -1
  127. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +219 -196
  128. package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +7 -7
  129. package/es/components/form-config/src/components/FormConfigMaterialItem.d.ts +1 -1
  130. package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +1 -1
  131. package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +2 -2
  132. package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +2 -2
  133. package/es/components/form-config/src/constants/index.d.ts +2 -2
  134. package/es/components/form-config/src/hooks/useConfigurationField.d.ts +3 -3
  135. package/es/components/form-config/src/hooks/useDataNormalize.d.ts +1 -1
  136. package/es/components/form-config/src/hooks/useSortalbeConfig.d.ts +1 -1
  137. package/es/components/form-config/src/types/index.d.ts +2 -2
  138. package/es/components/form-config/src/utils/index.d.ts +3 -3
  139. package/es/components/form-render/index.d.ts +72 -52
  140. package/es/components/form-render/index.js +1 -1
  141. package/es/components/form-render/src/FormRender.vue.d.ts +36 -16
  142. package/es/components/form-render/src/FormRender.vue2.js +1 -1
  143. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +95 -75
  144. package/es/components/form-render/src/components/renderer/combination/combination.d.ts +1 -1
  145. package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.d.ts +1 -1
  146. package/es/components/form-render/src/components/renderer/combination/hooks/useDeepValidate.d.ts +1 -1
  147. package/es/components/form-render/src/components/renderer/combination/jsonCombination.d.ts +1 -1
  148. package/es/components/form-render/src/components/renderer/combination/tableCombination.d.ts +2 -2
  149. package/es/components/form-render/src/components/renderer/complex.js +1 -1
  150. package/es/components/form-render/src/components/renderer/date.js +1 -1
  151. package/es/components/form-render/src/components/renderer/formItem.d.ts +1 -1
  152. package/es/components/form-render/src/components/renderer/formItem.js +1 -1
  153. package/es/components/form-render/src/components/renderer/inputNumber.d.ts +1 -1
  154. package/es/components/form-render/src/components/renderer/levelSearchCascader/index.d.ts +1 -1
  155. package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +2 -2
  156. package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue2.js +1 -1
  157. package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +1 -1
  158. package/es/components/form-render/src/components/renderer/radio&checkbox.d.ts +2 -2
  159. package/es/components/form-render/src/components/renderer/remoteSearch.d.ts +2 -2
  160. package/es/components/form-render/src/components/renderer/remoteSearch.js +1 -1
  161. package/es/components/form-render/src/components/renderer/searchCascade.d.ts +2 -2
  162. package/es/components/form-render/src/components/renderer/searchCascade.js +1 -1
  163. package/es/components/form-render/src/components/renderer/select.d.ts +3 -3
  164. package/es/components/form-render/src/components/renderer/select.js +1 -1
  165. package/es/components/form-render/src/components/renderer/simpleComponent.d.ts +1 -1
  166. package/es/components/form-render/src/components/renderer/switch.js +1 -1
  167. package/es/components/form-render/src/components/renderer/textarea.js +1 -1
  168. package/es/components/form-render/src/constants/index.d.ts +5 -6
  169. package/es/components/form-render/src/constants/index.js +1 -1
  170. package/es/components/form-render/src/hooks/index.d.ts +20 -9
  171. package/es/components/form-render/src/hooks/index.js +1 -1
  172. package/es/components/form-render/src/hooks/useAnchor.d.ts +2 -2
  173. package/es/components/form-render/src/hooks/useAnchor.js +1 -1
  174. package/es/components/form-render/src/hooks/useBusinessBinding.d.ts +2 -2
  175. package/es/components/form-render/src/hooks/useBusinessBinding.js +1 -1
  176. package/es/components/form-render/src/hooks/useCommonInjection.d.ts +1 -1
  177. package/es/components/form-render/src/hooks/useComplexOptions.d.ts +2 -2
  178. package/es/components/form-render/src/hooks/useFieldListAdaptor.d.ts +1 -1
  179. package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +19 -19
  180. package/es/components/form-render/src/hooks/useFieldVisitor.js +1 -1
  181. package/es/components/form-render/src/hooks/useFormContext.d.ts +6 -6
  182. package/es/components/form-render/src/hooks/useFormEvent.d.ts +15 -4
  183. package/es/components/form-render/src/hooks/useFormEvent.js +1 -1
  184. package/es/components/form-render/src/hooks/useFormItemDeps.d.ts +6 -6
  185. package/es/components/form-render/src/hooks/useFormItemDeps.js +1 -1
  186. package/es/components/form-render/src/hooks/useFormRenderLifeCycle.d.ts +8 -8
  187. package/es/components/form-render/src/hooks/useFormRenderOptions.d.ts +17 -12
  188. package/es/components/form-render/src/hooks/useFormRenderOptions.js +1 -1
  189. package/es/components/form-render/src/hooks/useFormValidator.d.ts +1 -1
  190. package/es/components/form-render/src/hooks/useFormValidator.js +1 -1
  191. package/es/components/form-render/src/hooks/useLowCodeReactions.d.ts +1 -1
  192. package/es/components/form-render/src/hooks/useOperationalForm.d.ts +4 -3
  193. package/es/components/form-render/src/hooks/useOperationalForm.js +1 -1
  194. package/es/components/form-render/src/hooks/usePresetScope.js +1 -1
  195. package/es/components/form-render/src/hooks/useWordbookSetting.d.ts +14 -5
  196. package/es/components/form-render/src/hooks/useWordbookSetting.js +1 -1
  197. package/es/components/form-render/src/types/fieldItem.d.ts +4 -3
  198. package/es/components/form-render/src/types/index.d.ts +13 -8
  199. package/es/components/form-render/src/utils/business.d.ts +2 -2
  200. package/es/components/form-render/src/utils/dom.d.ts +1 -1
  201. package/es/components/form-render/src/utils/index.d.ts +4 -17
  202. package/es/components/form-render/src/utils/index.js +1 -1
  203. package/es/components/form-render/src/utils/schema.d.ts +2 -2
  204. package/es/components/grid/index.d.ts +1 -1
  205. package/es/components/guide/src/renderer.d.ts +1 -1
  206. package/es/components/guide/src/types/index.d.ts +1 -1
  207. package/es/components/guide/src/useGuide.d.ts +1 -1
  208. package/es/components/guide/src/utils/index.d.ts +1 -1
  209. package/es/components/iho-table/index.d.ts +39 -39
  210. package/es/components/iho-table/src/IhoTable.vue.d.ts +27 -27
  211. package/es/components/iho-table/src/constants/index.d.ts +5 -5
  212. package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +9 -9
  213. package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.d.ts +21 -21
  214. package/es/components/iho-table/src/hooks/tapHooks/useDataHooks.d.ts +10 -10
  215. package/es/components/iho-table/src/hooks/tapHooks/useDomInsertHooks.d.ts +4 -4
  216. package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +65 -65
  217. package/es/components/iho-table/src/hooks/tapHooks/useExposeHooks.d.ts +4 -4
  218. package/es/components/iho-table/src/hooks/tapHooks/useFieldHooks.d.ts +7 -7
  219. package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.d.ts +3 -3
  220. package/es/components/iho-table/src/hooks/useColumnConfigAdaptor.d.ts +1 -1
  221. package/es/components/iho-table/src/hooks/useTablePlugin.d.ts +2 -2
  222. package/es/components/iho-table/src/plugins/anchorPlugin/index.d.ts +1 -1
  223. package/es/components/iho-table/src/plugins/anchorPlugin/useAnchor.d.ts +1 -1
  224. package/es/components/iho-table/src/plugins/bindEventSettingPlugin/index.d.ts +1 -1
  225. package/es/components/iho-table/src/plugins/bindEventSettingPlugin/index.js +1 -1
  226. package/es/components/iho-table/src/plugins/colorAndIconPlugin.d.ts +1 -0
  227. package/es/components/iho-table/src/plugins/colorAndIconPlugin.js +1 -0
  228. package/es/components/iho-table/src/plugins/copyPastePlugin.d.ts +1 -1
  229. package/es/components/iho-table/src/plugins/defaultConfigPlugin/index.d.ts +1 -1
  230. package/es/components/iho-table/src/plugins/defaultValuePlugin.d.ts +1 -1
  231. package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +2 -2
  232. package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/index.d.ts +1 -1
  233. package/es/components/iho-table/src/plugins/filterRenderPlugin/index.d.ts +1 -1
  234. package/es/components/iho-table/src/plugins/filterVisibleEventPlugin.d.ts +1 -1
  235. package/es/components/iho-table/src/plugins/forceArrowKeyPlugin.d.ts +1 -1
  236. package/es/components/iho-table/src/plugins/headerPlugin.d.ts +1 -1
  237. package/es/components/iho-table/src/plugins/highLightSetPlugin.d.ts +1 -1
  238. package/es/components/iho-table/src/plugins/index.d.ts +1 -1
  239. package/es/components/iho-table/src/plugins/index.js +1 -1
  240. package/es/components/iho-table/src/plugins/keyboardEventPlugin/index.d.ts +1 -1
  241. package/es/components/iho-table/src/plugins/lowCodeFieldAdaptorPlugin/index.d.ts +1 -1
  242. package/es/components/iho-table/src/plugins/maxCheckSizePlugin.d.ts +1 -1
  243. package/es/components/iho-table/src/plugins/operationalFormPlugin/index.d.ts +1 -1
  244. package/es/components/iho-table/src/plugins/operationalFormPlugin/index.js +1 -1
  245. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +2 -2
  246. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/index.d.ts +1 -1
  247. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useAutoFocus.d.ts +1 -1
  248. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useSelectOption.d.ts +1 -1
  249. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/inputRendererPlugin.d.ts +1 -1
  250. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/index.d.ts +1 -1
  251. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/index.js +1 -1
  252. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue.d.ts +7 -7
  253. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.d.ts +1 -1
  254. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.js +1 -1
  255. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/radioRendererPlugin.d.ts +1 -1
  256. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.d.ts +8 -2
  257. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.js +1 -1
  258. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.d.ts +1 -1
  259. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +1 -1
  260. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/selectUtils.d.ts +2 -2
  261. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue.d.ts +1 -1
  262. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/index.d.ts +1 -1
  263. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/index.js +1 -1
  264. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/separateUtils.d.ts +2 -2
  265. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +9 -5
  266. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +1 -1
  267. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/index.d.ts +1 -1
  268. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/checkRendererPlugin.d.ts +1 -1
  269. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/colorRendererPlugin.d.ts +1 -1
  270. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/defaultRendererPlugin.d.ts +1 -1
  271. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/defaultRendererPlugin.js +1 -1
  272. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/htmlRendererPlugin.d.ts +1 -1
  273. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/htmlRendererPlugin.js +1 -1
  274. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/labelRendererPlugin.d.ts +1 -1
  275. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/labelRendererPlugin.js +1 -1
  276. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/pictureRendererPlugin.d.ts +1 -1
  277. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/seqRendererPlugin.d.ts +1 -1
  278. package/es/components/iho-table/src/plugins/rowClickPlugin/index.d.ts +1 -1
  279. package/es/components/iho-table/src/plugins/rowDragPlugin/index.d.ts +1 -1
  280. package/es/components/iho-table/src/plugins/rowGroupSettingPlugin/index.d.ts +1 -1
  281. package/es/components/iho-table/src/plugins/rowGroupSettingPlugin/rowGroupUtils.d.ts +2 -2
  282. package/es/components/iho-table/src/plugins/varialbleHeightPlugin/index.d.ts +1 -1
  283. package/es/components/iho-table/src/plugins/virtualTreePlugin/index.d.ts +1 -1
  284. package/es/components/iho-table/src/plugins/wordbookSettingPlugin.d.ts +1 -1
  285. package/es/components/iho-table/src/types/index.d.ts +5 -3
  286. package/es/components/iho-table/src/types/pluginType.d.ts +2 -2
  287. package/es/components/iho-table/src/utils/index.d.ts +4 -4
  288. package/es/components/iho-table/src/utils/index.js +1 -1
  289. package/es/components/iho-table/src/utils/separateMap.d.ts +2 -2
  290. package/es/components/iho-table/style/index.css +1 -1
  291. package/es/components/index.css +1 -1
  292. package/es/components/index.d.ts +6 -5
  293. package/es/components/index.js +1 -1
  294. package/es/components/info-header/index.d.ts +199 -159
  295. package/es/components/info-header/src/InfoHeader.vue.d.ts +213 -173
  296. package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +6 -6
  297. package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +9 -9
  298. package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +118 -98
  299. package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +39 -19
  300. package/es/components/info-header/src/constants/index.d.ts +1 -1
  301. package/es/components/info-header/src/types/index.d.ts +1 -1
  302. package/es/components/keyboard/index.d.ts +1 -1
  303. package/es/components/map/index.d.ts +1 -1
  304. package/es/components/map/src/Map.vue.d.ts +1 -1
  305. package/es/components/picture-clipper/index.d.ts +1 -1
  306. package/es/components/picture-clipper/src/PictureClipper.vue.d.ts +1 -1
  307. package/es/components/quick-search/index.d.ts +1 -1
  308. package/es/components/quick-search/src/index.vue.d.ts +4 -4
  309. package/es/components/quick-search/style/index.css +1 -1
  310. package/es/components/recommend-search/index.d.ts +25 -25
  311. package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +7 -7
  312. package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +3 -3
  313. package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +2 -2
  314. package/es/components/scale-view/index.d.ts +1 -1
  315. package/es/components/scale-view/src/hooks/use-component.d.ts +33 -33
  316. package/es/components/scale-view/src/types/index.d.ts +1 -1
  317. package/es/components/search-cascader/index.d.ts +34 -34
  318. package/es/components/search-cascader/src/SearchCascader.vue.d.ts +1 -1
  319. package/es/components/search-cascader/src/components/SearchMenu.d.ts +1 -1
  320. package/es/components/search-cascader/src/constants/index.d.ts +1 -1
  321. package/es/components/search-cascader/src/utils/index.d.ts +1 -1
  322. package/es/components/select-label/index.d.ts +1 -1
  323. package/es/components/select-label/src/LabelFormContent.vue.d.ts +1 -1
  324. package/es/components/select-label/src/SelectLabel.vue.d.ts +1 -1
  325. package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue.d.ts +3 -3
  326. package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue.d.ts +3 -3
  327. package/es/components/select-label/src/ihoLabel/iho-label-classify.vue.d.ts +1 -1
  328. package/es/components/select-label/src/index.vue.d.ts +19 -19
  329. package/es/components/select-person/index.d.ts +22 -22
  330. package/es/components/select-person/src/SelectPerson.vue.d.ts +1 -1
  331. package/es/components/shortcut-provider/index.d.ts +1 -1
  332. package/es/components/shortcut-provider/src/ShortcutProvider.vue.d.ts +2 -2
  333. package/es/components/shortcut-provider/src/constants/index.d.ts +1 -1
  334. package/es/components/shortcut-provider/src/hooks/useShortcuts.d.ts +1 -1
  335. package/es/components/shortcut-provider/src/types/index.d.ts +1 -1
  336. package/es/components/shortcut-provider/src/utils/index.d.ts +1 -1
  337. package/es/components/shortcut-setter/index.d.ts +93 -72
  338. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +125 -104
  339. package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +2 -2
  340. package/es/components/shortcut-setter/src/types/index.d.ts +1 -1
  341. package/es/components/slider-tree/index.d.ts +1 -1
  342. package/es/components/steps-wheel/index.d.ts +1 -1
  343. package/es/components/table-export-field/index.d.ts +3 -3
  344. package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +1 -1
  345. package/es/components/table-export-field/src/components/SaveProjectModal.vue.d.ts +1 -1
  346. package/es/components/table-export-field/src/constants/index.d.ts +1 -1
  347. package/es/components/table-export-field/src/index.vue.d.ts +1 -1
  348. package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +320 -0
  349. package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.js +1 -0
  350. package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue2.js +1 -0
  351. package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +127 -0
  352. package/es/components/table-filter/src/components/bi-filter/components/Date.vue.js +1 -0
  353. package/es/components/table-filter/src/components/bi-filter/components/Date.vue2.js +1 -0
  354. package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue.d.ts +41 -0
  355. package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue.js +1 -0
  356. package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue2.js +1 -0
  357. package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue.d.ts +28 -0
  358. package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue.js +1 -0
  359. package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue2.js +1 -0
  360. package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue.d.ts +51 -0
  361. package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue.js +1 -0
  362. package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue2.js +1 -0
  363. package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +244 -0
  364. package/es/components/table-filter/src/components/bi-filter/components/index.js +1 -0
  365. package/es/components/table-filter/src/components/bi-filter/helpers/options.d.ts +14 -0
  366. package/es/components/table-filter/src/components/bi-filter/helpers/options.js +1 -0
  367. package/es/components/table-filter/src/components/bi-filter/hooks/useBiConditions.d.ts +13 -0
  368. package/es/components/table-filter/src/components/bi-filter/hooks/useBiConditions.js +1 -0
  369. package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +474 -0
  370. package/es/components/table-filter/src/components/bi-filter/index.vue.js +1 -0
  371. package/es/components/table-filter/src/components/bi-filter/index.vue2.js +1 -0
  372. package/es/components/table-filter/src/components/classify-filter/hooks/useDisplayCategory.d.ts +1 -1
  373. package/es/components/table-filter/src/components/classify-filter/hooks/useFilterConditions.d.ts +1 -1
  374. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +2 -2
  375. package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue.d.ts +1 -1
  376. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +2 -2
  377. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +2 -2
  378. package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.d.ts +1 -1
  379. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +2 -2
  380. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +2 -2
  381. package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue.d.ts +1 -1
  382. package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue.d.ts +2 -2
  383. package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue.d.ts +1 -1
  384. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.d.ts +1 -1
  385. package/es/components/table-filter/src/components/render-widget/helpers/setDefaultValue.d.ts +1 -1
  386. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +9 -9
  387. package/es/components/table-filter/src/constants/index.d.ts +2 -1
  388. package/es/components/table-filter/src/constants/index.js +1 -1
  389. package/es/components/table-filter/src/hooks/useAdvanced.d.ts +2 -2
  390. package/es/components/table-filter/src/hooks/useMixins.d.ts +1 -1
  391. package/es/components/table-filter/src/hooks/useRenderWidget.d.ts +1 -1
  392. package/es/components/table-filter/src/tool/transformData.d.ts +1 -1
  393. package/es/components/time-line/index.d.ts +1 -1
  394. package/es/components/time-picker/index.d.ts +2 -2
  395. package/es/components/time-picker/src/TimePicker.vue.d.ts +1 -1
  396. package/es/components/vod-chunk-upload/index.d.ts +1 -1
  397. package/es/shared/components/InputNumberSlash/InputNumberSlash.d.ts +5 -3
  398. package/es/shared/components/InputNumberSlash/InputNumberSlash.js +1 -1
  399. package/es/shared/components/SelectPage/SelectPage.vue.d.ts +1 -1
  400. package/es/shared/components/SlotRender/SlotRender.d.ts +1 -1
  401. package/es/shared/hooks/selectHooks/useOptionFiltered.d.ts +1 -1
  402. package/es/shared/hooks/selectHooks/useSearchContent.d.ts +1 -1
  403. package/es/shared/hooks/selectHooks/useSearchContent.js +1 -1
  404. package/es/shared/hooks/selectHooks/useSelectAllowModify.d.ts +1 -1
  405. package/es/shared/hooks/selectHooks/useSelectRenders.d.ts +1 -1
  406. package/es/shared/hooks/useAsyncQueue/types.d.ts +1 -1
  407. package/es/shared/hooks/useDateTime.d.ts +1 -1
  408. package/es/shared/hooks/useFormRequest/index.d.ts +2 -2
  409. package/es/shared/hooks/useFormRequest/types.d.ts +2 -2
  410. package/es/shared/hooks/useLevelSearchCascader.d.ts +2 -2
  411. package/es/shared/hooks/useTheme.d.ts +1 -1
  412. package/es/shared/package.json.js +1 -1
  413. package/es/shared/types/business.d.ts +1 -1
  414. package/es/shared/utils/business.d.ts +2 -1
  415. package/es/shared/utils/business.js +1 -1
  416. package/es/shared/utils/index.d.ts +1 -1
  417. package/es/shared/utils/index.js +1 -1
  418. package/package.json +3 -2
  419. package/es/components/multi-chat/index.js +0 -1
  420. package/es/components/multi-chat/src/MultiChat.vue.js +0 -1
  421. package/es/components/multi-chat/src/MultiChat.vue2.js +0 -1
  422. /package/es/components/{multi-chat → biunique-chat}/src/api/index.js +0 -0
  423. /package/es/components/{multi-chat → biunique-chat}/src/components/ChatFooter.vue.js +0 -0
  424. /package/es/components/{multi-chat → biunique-chat}/src/components/ChatFooter.vue2.js +0 -0
  425. /package/es/components/{multi-chat → biunique-chat}/src/components/ChatHeader.vue.js +0 -0
  426. /package/es/components/{multi-chat → biunique-chat}/src/components/ChatHeader.vue2.js +0 -0
  427. /package/es/components/{multi-chat → biunique-chat}/src/components/ChatMain.vue.js +0 -0
  428. /package/es/components/{multi-chat → biunique-chat}/src/components/ChatMain.vue2.js +0 -0
  429. /package/es/components/{multi-chat → biunique-chat}/src/components/SiderList.vue.js +0 -0
  430. /package/es/components/{multi-chat → biunique-chat}/src/components/SiderList.vue2.js +0 -0
  431. /package/es/components/{multi-chat → biunique-chat}/src/utils/chatSock.js +0 -0
  432. /package/es/components/{multi-chat → biunique-chat}/style/index.css +0 -0
@@ -1,4 +1,4 @@
1
- import { SFCWithInstall } from '../../../es/shared/types';
1
+ import { SFCWithInstall } from '../../shared/types';
2
2
  declare const Annotation: SFCWithInstall<import("vue").DefineComponent<{
3
3
  modelValue: {
4
4
  type: import("vue").PropType<import("./src/type").AnnotationItem>;
@@ -1,5 +1,5 @@
1
1
  import { PropType } from 'vue';
2
- import { AnnotationItem } from '../../../../es/components/annotation-edit/src/type';
2
+ import { AnnotationItem } from '../../../components/annotation-edit/src/type';
3
3
  declare const _default: import("vue").DefineComponent<{
4
4
  modelValue: {
5
5
  type: PropType<AnnotationItem>;
@@ -0,0 +1,2 @@
1
+ import audioSDK from './src/audioSDK';
2
+ export { audioSDK as CAudioSDK };
@@ -0,0 +1 @@
1
+ export{default as CAudioSDK}from"./src/audioSDK.js";
@@ -0,0 +1,28 @@
1
+ import { ComponentInternalInstance } from 'vue';
2
+ import 'recorder-core/src/engine/mp3';
3
+ import 'recorder-core/src/engine/mp3-engine';
4
+ import { AnyObject } from '../../../shared/types';
5
+ export default class AudioSDK {
6
+ private recorder;
7
+ private recordingDialog;
8
+ private onProcess;
9
+ static instance: AudioSDK | null;
10
+ static serverUrl: string;
11
+ constructor();
12
+ static create(option?: AnyObject): AudioSDK;
13
+ private initRecorder;
14
+ private recorderOpen;
15
+ recorderStart(instance: ComponentInternalInstance, afterLeave: Function): Promise<{
16
+ result: string;
17
+ }>;
18
+ recorderStop({ isRecognition, allowPunctuationMark }: {
19
+ isRecognition?: boolean | undefined;
20
+ allowPunctuationMark?: boolean | undefined;
21
+ }): Promise<AnyObject>;
22
+ destroy(): void;
23
+ static audioRecognition(params: FormData): Promise<import("axios").AxiosResponse<any, any>>;
24
+ static audioRevise(params: {
25
+ file_id: string;
26
+ audio_txt: string;
27
+ }): Promise<import("axios").AxiosResponse<any, any>>;
28
+ }
@@ -0,0 +1 @@
1
+ import r from"axios";import e from"recorder-core";import"recorder-core/src/engine/mp3";import"recorder-core/src/engine/mp3-engine";import{uuidGenerator as t}from"../../../shared/utils/index.js";import{useThrottleFn as s}from"@vueuse/core";import{RecordingDialog as i}from"./utils/recordingDialog.js";const o=class{constructor(){if(this.recorder=null,this.recordingDialog=new i,this.onProcess=s(((r,e)=>{if(!this.recordingDialog.target)return;const t=this.recordingDialog.target.querySelector(".animation");if(t){const r="translateX(-50%) translateY(-50%)";if(e>.5){const s=1+.01*e;t.style.transform=r+" scale("+s+")"}else t.style.transform=r+" scale(1)"}}),200),o.instance)return o.instance;this.initRecorder(),o.instance=this}static create(r){return(null==r?void 0:r.serverUrl)&&(this.serverUrl=r.serverUrl),new o}initRecorder(){this.recorder=e({type:"mp3",sampleRate:16e3,bitRate:16,onProcess:this.onProcess})}async recorderOpen(){return this.recorder||this.initRecorder(),new Promise(((r,e)=>{this.recorder.open((()=>{r({})}),((r,t)=>{e({result:"fail",msg:r,isUserNotAllow:t})}))}))}async recorderStart(r,e){try{return await this.recorderOpen(),this.recorder.start(),await this.recordingDialog.show(r,e),Promise.resolve({result:"success"})}catch(r){return Promise.reject(r)}}recorderStop({isRecognition:r=!0,allowPunctuationMark:e=!0}){return this.recorder?(this.recordingDialog.hide(),new Promise(((s,i)=>{this.recorder.stop((async(a,n)=>{var c;const l=new File([a],`${t()}.mp3`,{type:a.type});try{let t;if(r){const r=new FormData;r.append("audio",l);const{data:s}=await o.audioRecognition(r);t=s,!e&&"success"===t.msg&&(null==(c=t.data)?void 0:c.text)&&(t.data.text=t.data.text.replace(/[??,。,.\s]/g,""))}s({result:"success",file:l,duration:n,...t?{data:t}:{}})}catch(r){i({result:"fail",msg:r})}}),(r=>{i({result:"fail",msg:r})}))}))):Promise.reject({result:"fail",msg:"请先打开麦克风录音"})}destroy(){var r;null==(r=this.recorder)||r.close(),this.recorder=null}static async audioRecognition(e){return await r.post(`${this.serverUrl}/audio/recognition`,e,{headers:{"Content-Type":"multipart/form-data"}})}static async audioRevise(e){return await r.post(`${this.serverUrl}/audio/revise`,e)}};let a=o;a.serverUrl="";export{a as default};
@@ -0,0 +1,27 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ visible: {
3
+ type: BooleanConstructor;
4
+ default: boolean;
5
+ };
6
+ }, {
7
+ cssVars: import("vue").ComputedRef<import("vue").CSSProperties>;
8
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
9
+ visible: {
10
+ type: BooleanConstructor;
11
+ default: boolean;
12
+ };
13
+ }>> & {}>>;
14
+ showModal: import("vue").Ref<boolean>;
15
+ close: () => void;
16
+ NModal: any;
17
+ NIcon: any;
18
+ Mic: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
19
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
20
+ visible: {
21
+ type: BooleanConstructor;
22
+ default: boolean;
23
+ };
24
+ }>>, {
25
+ visible: boolean;
26
+ }>;
27
+ export default _default;
@@ -0,0 +1 @@
1
+ import r from"./recordingDialog.vue2.js";import e from"../../../../_virtual/_plugin-vue_export-helper.js";var o=e(r,[["__file","recordingDialog.vue"]]);export{o as default};
@@ -0,0 +1 @@
1
+ import{defineComponent as o,ref as e,watch as s,openBlock as i,createBlock as r,unref as t,withCtx as a,createElementVNode as n,normalizeStyle as l,createVNode as u}from"vue";import{NModal as p,NIcon as m}from"naive-ui";import{Mic as c}from"@vicons/ionicons5";import{useTheme as d}from"../../../../shared/hooks/useTheme.js";import"@vueuse/core";import"date-fns";import"lodash-es";import"@vue/shared";import"../../../../shared/utils/index.js";import"@vueuse/shared";import"../../../../shared/hooks/selectHooks/useSearchContent.js";const v=n("div",{class:"animation"},null,-1);var h=o({__name:"recordingDialog",props:{visible:{type:Boolean,default:!1}},setup(o){const h=o,f=d(),k=e(!0);function w(){k.value=!1}return s((()=>h.visible),(o=>{k.value=o})),(o,e)=>(i(),r(t(p),{show:k.value,"onUpdate:show":e[0]||(e[0]=o=>k.value=o)},{default:a((()=>[n("div",{class:"c-recording-wrapper",style:l(t(f))},[v,n("div",{class:"icon-box",onClick:w},[u(t(m),{size:"60",color:"#fff",component:t(c)},null,8,["component"])])],4)])),_:1},8,["show"]))}});export{h as default};
@@ -0,0 +1,8 @@
1
+ import { ComponentInternalInstance } from 'vue';
2
+ export declare class RecordingDialog {
3
+ rendered: boolean;
4
+ target: HTMLElement | null;
5
+ static createMsg(message: string): string;
6
+ show(instance: ComponentInternalInstance, afterLeave: Function): Promise<string>;
7
+ hide(): void;
8
+ }
@@ -0,0 +1 @@
1
+ import{ref as e,render as t,createVNode as r,withCtx as n,nextTick as i}from"vue";import{createProviderWrapper as s}from"../../../../shared/utils/index.js";import o from"../components/recordingDialog.vue.js";class a{constructor(){this.rendered=!1,this.target=null}static createMsg(e){return`[PreviewDialog] ${e}`}show(l,d){return this.rendered?Promise.reject(a.createMsg("请勿重复打开弹窗")):new Promise(((a,u)=>{this.rendered=!0;const c=document.createElement("div"),m=e(!1),h=s(l);t(r(h,null,{default:n((()=>r(o,{to:c,visible:m.value,onAfterLeave:()=>function(e){if(!e.parentElement)return;v.rendered=!1,v.hide(),d(),a("success")}(c)},null)),l)}),c);const v=this;var g;g=c,document.body.appendChild(g),v.target=g,i((()=>m.value=!0))}))}hide(){var e;(null==(e=this.target)?void 0:e.parentElement)&&(this.target.parentElement.removeChild(this.target),this.target=null)}}export{a as RecordingDialog};
@@ -0,0 +1 @@
1
+ .c-recording-wrapper{align-items:center;background-color:#fff;border-radius:10px;bottom:100px;display:flex;height:350px;justify-content:center;left:calc(50% - 250px);position:fixed;width:500px}.c-recording-wrapper .animation{background-color:var(--c-primary-color-opacity2);left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) scale(1);z-index:-1}.c-recording-wrapper .animation,.c-recording-wrapper .icon-box{align-items:center;border-radius:50%;display:flex;height:90px;justify-content:center;width:90px}.c-recording-wrapper .icon-box{background-color:var(--c-primary-color);cursor:pointer}
@@ -1,4 +1,4 @@
1
- import { SFCWithInstall } from '../../../es/shared/types';
1
+ import { SFCWithInstall } from '../../shared/types';
2
2
  declare const CBaseSearch: SFCWithInstall<import("vue").DefineComponent<{
3
3
  showSettings: {
4
4
  type: import("vue").PropType<import("..").IsettingsType>;
@@ -1,4 +1,4 @@
1
- import { ISearchType, IsettingsType, IApiServerType, ISearchParamsType } from '../../../../es/components/table-filter/src/types';
1
+ import { ISearchType, IsettingsType, IApiServerType, ISearchParamsType } from '../../../components/table-filter/src/types';
2
2
  import { PropType } from 'vue';
3
3
  declare const _default: import("vue").DefineComponent<{
4
4
  showSettings: {
@@ -31,7 +31,7 @@ declare const _default: import("vue").DefineComponent<{
31
31
  getRenderSearchConObj: (cfg: ISearchType) => any;
32
32
  isExistDefValByRenderWidget: (cfg: ISearchType) => boolean;
33
33
  resetRenderWidgetValue: (cfg: ISearchType) => any;
34
- transformData: (advancedFilterData: IApiServerType[], extendData: import("../../../../es/components/table-filter/src/types").IExtendConfigurationType) => {
34
+ transformData: (advancedFilterData: IApiServerType[], extendData: import("../../../components/table-filter/src/types").IExtendConfigurationType) => {
35
35
  fieldType: string;
36
36
  columnName: string;
37
37
  settingObj: {};
@@ -50,14 +50,14 @@ declare const _default: import("vue").DefineComponent<{
50
50
  multiple: boolean;
51
51
  manualMapping: boolean | null | undefined;
52
52
  showWholeOption: boolean | undefined;
53
- dynamicOptionInfo: import("../../../../es/components/table-filter/src/types").dynamicOptionInfoType | {} | undefined;
53
+ dynamicOptionInfo: import("../../../components/table-filter/src/types").dynamicOptionInfoType | {} | undefined;
54
54
  classifyStr: string | undefined;
55
55
  linkageFieldKeys: string[];
56
56
  };
57
57
  rangeFilter: boolean | undefined;
58
58
  unit: any;
59
59
  isAccurateSearchVal: boolean;
60
- _extendData: import("../../../../es/components/table-filter/src/types").IExtendConfigurationType;
60
+ _extendData: import("../../../components/table-filter/src/types").IExtendConfigurationType;
61
61
  title: string;
62
62
  alias: string | undefined;
63
63
  isShowSearch: number;
@@ -1 +1 @@
1
- import{defineComponent as e,ref as t,provide as a,computed as i,watch as l,openBlock as n,createElementBlock as r,createElementVNode as s,createCommentVNode as o,renderSlot as c,unref as u,createVNode as f,withCtx as d,createTextVNode as m,toDisplayString as h,Fragment as p,renderList as v}from"vue";import g from"../../table-filter/src/components/render-widget/index.vue.js";import b from"../../table-filter/src/hooks/useMixins.js";import y from"../../table-filter/src/hooks/useAdvanced.js";import C from"../../table-filter/src/hooks/useRenderWidget.js";import{NButton as k,NIcon as j}from"naive-ui";import{Search as A}from"@vicons/ionicons5";import{isObject as S,cloneDeep as O}from"lodash-es";import{InjectionFilterApiConfig as x,InjectionFilterSearchConfig as F}from"../../table-filter/src/constants/index.js";const q={class:"base-search-block"},R={class:"base-container"},V={class:"bease-left"},Q={class:"base-ul"},N={key:0,class:"baseli showQuickBtn"},_=s("i",{class:"iconfont-table-filter icon-table-filter-shaixuan",style:{color:"inherit","margin-right":"6px"}},null,-1),w={key:0,class:"qqConObjCount"},E={key:1,class:"baseli"},I={key:2,class:"baseli"},P=s("i",{class:"iconfont-table-filter icon-table-filter-reset",style:{"margin-right":"6px"}},null,-1);var B=e({__name:"index",props:{showSettings:{type:Object,default:()=>({hideQuickSearch:0,hideResetBtn:0})},searchFieldList:{type:Array,default:()=>[]},qqConObjCount:{type:Number,default:0},filterApiConfig:{type:Object},appendValueConfig:{type:Object,default:()=>({})}},emits:["foldQuickSearch","onFilterSearch","handleReset","getFilterParam"],setup(e,{expose:B,emit:L}){const U=e,{outQuickSearchFn:D}=b(),{isRender:W,getRenderSearchConObj:$,isExistDefValByRenderWidget:z,resetRenderWidgetValue:M}=C(),{transformData:T,transformParams:G}=y(),H=t([]),J=t(!1),K=t([]),X=t([]);a(x,U.filterApiConfig),a(F,K);const Y=i((()=>ee("hideQuickSearch"))),Z=i((()=>ee("hideResetBtn")));function ee(e){return 0==U.showSettings[e]}function te(){L("foldQuickSearch",!0)}function ae(e={}){const t=ie()||[];!function(e,t,a=!1,i={}){let l=[];K.value.length>0&&(l=O(K.value));L("onFilterSearch",e,t,a,l,i)}(t,G(t),!0,e)}function ie(){return function(e){if(!Array.isArray(e))return[];let t=[];for(let a=0;a<e.length;a++){let i=e[a];const l=$(i);l&&t.push(l)}return t.filter((e=>e.value||Object.keys(e).includes("isAccurateSearch")))}(K.value)}function le(){!function(e){if(!Array.isArray(e))return;e.forEach((e=>{M(e)})),D.handlerInitSearchItem(e)}(K.value),L("handleReset",{targetType:"outQuickSearchReset"})}return l((()=>U.searchFieldList),(e=>{e&&e.length>0&&function(){K.value=[];let e=O(T(U.searchFieldList,{_filterApiConfig:U.filterApiConfig})).filter((e=>1==e.isShowSearch&&1==e.filterExplicit));K.value=e,D.handlerInitSearchItem(K.value),K.value.some((e=>W(e)?z(e):!!e.explicitDefaultVal))}()}),{immediate:!0,deep:!0}),l((()=>U.qqConObjCount),(e=>{const t=H.value.length||0;J.value=t+Number(e)>0&&Z.value}),{immediate:!0}),l((()=>K),(()=>{H.value=ie()||[];const e=G(H.value);J.value=H.value.length+Number(U.qqConObjCount)>0&&Z.value,L("getFilterParam",H.value,e),X.value.forEach((t=>t(e)))}),{immediate:!0,deep:!0}),l((()=>U.appendValueConfig),(e=>{if(S(e)&&Object.keys(e).length>0){const t=Object.keys(e);K.value.forEach((a=>{t.includes(a.columnName)&&(a.value=e[a.columnName])}))}}),{immediate:!0,deep:!0}),B({handleReset:le,getFilterParams:function(){const e=ie()||[];return G(e)},setFilterParams:function(e){const t=e?Object.keys(e):[];t.length>0&&K.value.forEach((a=>{var i;if(W(a)&&t.includes(a.columnName)){const t=e[a.columnName];a.value=Array.isArray(t)&&!1===(null==(i=a.widgetCfg)?void 0:i.multiple)?t[0]:t}}))},getOriginalConfig:function(){return U.searchFieldList},onFilterChange:function(e){X.value.push(e)}}),(t,a)=>(n(),r("div",q,[s("div",R,[s("div",V,[s("ul",Q,[o(" 筛选分类插槽 "),c(t.$slots,"classification"),u(Y)?(n(),r("li",N,[f(u(k),{class:"search-default",type:"default",onClick:te},{default:d((()=>[_,m(" 筛选"),e.qqConObjCount?(n(),r("span",w,"("+h(e.qqConObjCount)+")",1)):o("v-if",!0)])),_:1})])):o("v-if",!0),o(" start--筛选外显--start "),(n(!0),r(p,null,v(K.value,(e=>(n(),r(p,null,[e.isRender?(n(),r("li",{class:"baseli outQuickSearch-li",key:e._frontId},[f(g,{cfg:e,modelValue:e.value,"onUpdate:modelValue":t=>e.value=t,isAccurate:e.isAccurateSearchVal,"onUpdate:isAccurate":t=>e.isAccurateSearchVal=t,onOutFilterChange:ae},null,8,["cfg","modelValue","onUpdate:modelValue","isAccurate","onUpdate:isAccurate"])])):o("v-if",!0)],64)))),256)),o(" end--筛选外显--end "),o(" 查询按钮 "),K.value&&K.value.length>0?(n(),r("li",E,[f(u(k),{type:"primary",onClick:ae},{default:d((()=>[f(u(j),{component:u(A),size:"16",style:{"margin-right":"6px"}},null,8,["component"]),m(" 查询 ")])),_:1})])):o("v-if",!0),o(" 重置按钮 "),J.value?(n(),r("li",I,[f(u(k),{onClick:le},{default:d((()=>[P,m(" 重置 ")])),_:1})])):o("v-if",!0),o(" 业务按钮插槽 "),c(t.$slots,"buttons")])])])]))}});export{B as default};
1
+ import{defineComponent as e,ref as t,provide as a,computed as i,watch as l,openBlock as n,createElementBlock as r,createElementVNode as s,createCommentVNode as o,renderSlot as c,unref as u,createVNode as f,withCtx as d,createTextVNode as m,toDisplayString as h,Fragment as p,renderList as v}from"vue";import g from"../../table-filter/src/components/render-widget/index.vue.js";import b from"../../table-filter/src/hooks/useMixins.js";import y from"../../table-filter/src/hooks/useAdvanced.js";import C from"../../table-filter/src/hooks/useRenderWidget.js";import{NButton as k,NIcon as j}from"naive-ui";import{Search as A}from"@vicons/ionicons5";import{isObject as S,cloneDeep as O}from"lodash-es";import{InjectionFilterApiConfig as x,InjectionFilterSearchConfig as F}from"../../table-filter/src/constants/index.js";const q={class:"base-search-block"},R={class:"base-container"},V={class:"bease-left"},Q={class:"base-ul"},N={key:0,class:"baseli showQuickBtn"},_=s("i",{class:"iconfont-table-filter icon-table-filter-shaixuan",style:{color:"inherit","margin-right":"6px"}},null,-1),w={key:0,class:"qqConObjCount"},E={class:"baseli"},I={key:1,class:"baseli"},P={key:2,class:"baseli"},B=s("i",{class:"iconfont-table-filter icon-table-filter-reset",style:{"margin-right":"6px"}},null,-1);var L=e({__name:"index",props:{showSettings:{type:Object,default:()=>({hideQuickSearch:0,hideResetBtn:0})},searchFieldList:{type:Array,default:()=>[]},qqConObjCount:{type:Number,default:0},filterApiConfig:{type:Object},appendValueConfig:{type:Object,default:()=>({})}},emits:["foldQuickSearch","onFilterSearch","handleReset","getFilterParam"],setup(e,{expose:L,emit:U}){const D=e,{outQuickSearchFn:W}=b(),{isRender:$,getRenderSearchConObj:z,isExistDefValByRenderWidget:M,resetRenderWidgetValue:T}=C(),{transformData:G,transformParams:H}=y(),J=t([]),K=t(!1),X=t([]),Y=t([]);a(x,D.filterApiConfig),a(F,X);const Z=i((()=>te("hideQuickSearch"))),ee=i((()=>te("hideResetBtn")));function te(e){return 0==D.showSettings[e]}function ae(){U("foldQuickSearch",!0)}function ie(e={}){const t=le()||[];!function(e,t,a=!1,i={}){let l=[];X.value.length>0&&(l=O(X.value));U("onFilterSearch",e,t,a,l,i)}(t,H(t),!0,e)}function le(){return function(e){if(!Array.isArray(e))return[];let t=[];for(let a=0;a<e.length;a++){let i=e[a];const l=z(i);l&&t.push(l)}return t.filter((e=>e.value||Object.keys(e).includes("isAccurateSearch")))}(X.value)}function ne(){!function(e){if(!Array.isArray(e))return;e.forEach((e=>{T(e)})),W.handlerInitSearchItem(e)}(X.value),U("handleReset",{targetType:"outQuickSearchReset"})}return l((()=>D.searchFieldList),(e=>{e&&e.length>0&&function(){X.value=[];let e=O(G(D.searchFieldList,{_filterApiConfig:D.filterApiConfig})).filter((e=>1==e.isShowSearch&&1==e.filterExplicit));X.value=e,W.handlerInitSearchItem(X.value),X.value.some((e=>$(e)?M(e):!!e.explicitDefaultVal))}()}),{immediate:!0,deep:!0}),l((()=>D.qqConObjCount),(e=>{const t=J.value.length||0;K.value=t+Number(e)>0&&ee.value}),{immediate:!0}),l((()=>X),(()=>{J.value=le()||[];const e=H(J.value);K.value=J.value.length+Number(D.qqConObjCount)>0&&ee.value,U("getFilterParam",J.value,e),Y.value.forEach((t=>t(e)))}),{immediate:!0,deep:!0}),l((()=>D.appendValueConfig),(e=>{if(S(e)&&Object.keys(e).length>0){const t=Object.keys(e);X.value.forEach((a=>{t.includes(a.columnName)&&(a.value=e[a.columnName])}))}}),{immediate:!0,deep:!0}),L({handleReset:ne,getFilterParams:function(){const e=le()||[];return H(e)},setFilterParams:function(e){const t=e?Object.keys(e):[];t.length>0&&X.value.forEach((a=>{var i;if($(a)&&t.includes(a.columnName)){const t=e[a.columnName];a.value=Array.isArray(t)&&!1===(null==(i=a.widgetCfg)?void 0:i.multiple)?t[0]:t}}))},getOriginalConfig:function(){return D.searchFieldList},onFilterChange:function(e){Y.value.push(e)}}),(t,a)=>(n(),r("div",q,[s("div",R,[s("div",V,[s("ul",Q,[o(" 筛选分类插槽 "),c(t.$slots,"classification"),u(Z)?(n(),r("li",N,[f(u(k),{class:"search-default",type:"default",onClick:ae},{default:d((()=>[_,m(" 筛选"),e.qqConObjCount?(n(),r("span",w,"("+h(e.qqConObjCount)+")",1)):o("v-if",!0)])),_:1})])):o("v-if",!0),o(" start--筛选外显--start "),(n(!0),r(p,null,v(X.value,(e=>(n(),r(p,null,[e.isRender?(n(),r("li",{class:"baseli outQuickSearch-li",key:e._frontId},[f(g,{cfg:e,modelValue:e.value,"onUpdate:modelValue":t=>e.value=t,isAccurate:e.isAccurateSearchVal,"onUpdate:isAccurate":t=>e.isAccurateSearchVal=t,onOutFilterChange:ie},null,8,["cfg","modelValue","onUpdate:modelValue","isAccurate","onUpdate:isAccurate"])])):o("v-if",!0)],64)))),256)),o(" end--筛选外显--end "),s("div",E,[o(" 业务组件插槽 "),c(t.$slots,"modules")]),o(" 查询按钮 "),X.value&&X.value.length>0?(n(),r("li",I,[f(u(k),{type:"primary",onClick:ie},{default:d((()=>[f(u(j),{component:u(A),size:"16",style:{"margin-right":"6px"}},null,8,["component"]),m(" 查询 ")])),_:1})])):o("v-if",!0),o(" 重置按钮 "),K.value?(n(),r("li",P,[f(u(k),{onClick:ne},{default:d((()=>[B,m(" 重置 ")])),_:1})])):o("v-if",!0),o(" 业务按钮插槽 "),c(t.$slots,"buttons")])])])]))}});export{L as default};
@@ -1,4 +1,4 @@
1
- import { SFCWithInstall } from '../../../es/shared/types';
1
+ import { SFCWithInstall } from '../../shared/types';
2
2
  declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
3
3
  data: {
4
4
  type: ArrayConstructor;
@@ -9,7 +9,7 @@ declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
9
9
  default: number;
10
10
  };
11
11
  annotation: {
12
- type: import("vue").PropType<import("../../../es/shared/types").AnyObject>;
12
+ type: import("vue").PropType<import("../../shared/types").AnyObject>;
13
13
  };
14
14
  showFooter: BooleanConstructor;
15
15
  sumData: {
@@ -199,11 +199,11 @@ declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
199
199
  resetInlineBatchEdit: FunctionConstructor;
200
200
  resetBatchEditRowStatus: FunctionConstructor;
201
201
  anchor: {
202
- type: import("vue").PropType<import("../../../es/shared/types").AnyObject[]>;
202
+ type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
203
203
  default: () => never[];
204
204
  };
205
205
  totalList: {
206
- type: import("vue").PropType<import("../../../es/shared/types").AnyObject[]>;
206
+ type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
207
207
  default: () => never[];
208
208
  };
209
209
  }, {
@@ -282,7 +282,7 @@ declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
282
282
  default: number;
283
283
  };
284
284
  annotation: {
285
- type: import("vue").PropType<import("../../../es/shared/types").AnyObject>;
285
+ type: import("vue").PropType<import("../../shared/types").AnyObject>;
286
286
  };
287
287
  showFooter: BooleanConstructor;
288
288
  sumData: {
@@ -472,17 +472,17 @@ declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
472
472
  resetInlineBatchEdit: FunctionConstructor;
473
473
  resetBatchEditRowStatus: FunctionConstructor;
474
474
  anchor: {
475
- type: import("vue").PropType<import("../../../es/shared/types").AnyObject[]>;
475
+ type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
476
476
  default: () => never[];
477
477
  };
478
478
  totalList: {
479
- type: import("vue").PropType<import("../../../es/shared/types").AnyObject[]>;
479
+ type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
480
480
  default: () => never[];
481
481
  };
482
482
  }>> & {
483
483
  [x: `on${string}`]: ((...args: any[]) => any) | undefined;
484
484
  }>>;
485
- attr: import("../../../es/shared/types").AnyObject;
485
+ attr: import("../../shared/types").AnyObject;
486
486
  formatData: (data?: {
487
487
  tableList: any[];
488
488
  fieldList: any[];
@@ -566,14 +566,14 @@ declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
566
566
  unBindDocumentClick: () => void;
567
567
  removeInsert: () => Promise<false | undefined>;
568
568
  loadColumn: (config: any) => void;
569
- separate: (data: import("../../../es/shared/types").AnyObject[], rawData: import("../../../es/shared/types").AnyObject[]) => Promise<import("../../../es/shared/types").AnyObject[]>;
569
+ separate: (data: import("../../shared/types").AnyObject[], rawData: import("../../shared/types").AnyObject[]) => Promise<import("../../shared/types").AnyObject[]>;
570
570
  onColumnResize: import("vxe-table").VxeTableEvents.ResizableChange;
571
571
  separateHandle: import("./src/hooks").SeparateHandle;
572
- separateDataMap: import("vue").Ref<WeakMap<import("../../../es/shared/types").AnyObject, {
572
+ separateDataMap: import("vue").Ref<WeakMap<import("../../shared/types").AnyObject, {
573
573
  separateData: Record<string, string>;
574
574
  index: number;
575
- rawRow: import("../../../es/shared/types").AnyObject;
576
- row: import("../../../es/shared/types").AnyObject;
575
+ rawRow: import("../../shared/types").AnyObject;
576
+ row: import("../../shared/types").AnyObject;
577
577
  colspans?: Record<string, number> | undefined;
578
578
  }>>;
579
579
  onResizableChange: import("vxe-table").VxeTableEvents.ResizableChange;
@@ -582,11 +582,11 @@ declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
582
582
  setCurrentPageRowChecked: () => void;
583
583
  setCurrentCheckedLength: () => void;
584
584
  formatColumns: (map: any) => any[];
585
- getRowData: (row: import("../../../es/shared/types").AnyObject) => {
585
+ getRowData: (row: import("../../shared/types").AnyObject) => {
586
586
  separateData: Record<string, string>;
587
587
  index: number;
588
- rawRow: import("../../../es/shared/types").AnyObject;
589
- row: import("../../../es/shared/types").AnyObject;
588
+ rawRow: import("../../shared/types").AnyObject;
589
+ row: import("../../shared/types").AnyObject;
590
590
  colspans?: Record<string, number> | undefined;
591
591
  } | undefined;
592
592
  formatterEdit: (params: any, col: any) => any;
@@ -600,7 +600,7 @@ declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
600
600
  handleFilterSearchChange: (value: any, columnName: any, field: any) => void;
601
601
  handleFilterClearAll: (columnName: string) => false | undefined;
602
602
  handleCancelFilter: () => void;
603
- mergeQuickSearchConfig: (filterFields: Record<string, import("../../../es/shared/types").AnyObject>, props: import("../../../es/shared/types").AnyObject) => void;
603
+ mergeQuickSearchConfig: (filterFields: Record<string, import("../../shared/types").AnyObject>, props: import("../../shared/types").AnyObject) => void;
604
604
  handleFilter: (field: any) => void;
605
605
  onmousedownFunc: (e: any) => void;
606
606
  maskInsert: () => void;
@@ -609,7 +609,7 @@ declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
609
609
  maskUp: (e: any) => void;
610
610
  setGroupTreeExpand: () => void;
611
611
  resetTableInlineEditStatus: () => false | undefined;
612
- renderAnnotation: (columnConfig: import("../../../es/shared/types").AnyObject) => JSX.Element | null;
612
+ renderAnnotation: (columnConfig: import("../../shared/types").AnyObject) => JSX.Element | null;
613
613
  toolTipTitle: (item: any, type?: any) => (() => any) | (JSX.Element | null)[];
614
614
  triggerExpand: (e: any, isExpand: any) => void;
615
615
  getOtherConfigInit: () => any;
@@ -814,7 +814,7 @@ declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
814
814
  default: number;
815
815
  };
816
816
  annotation: {
817
- type: import("vue").PropType<import("../../../es/shared/types").AnyObject>;
817
+ type: import("vue").PropType<import("../../shared/types").AnyObject>;
818
818
  };
819
819
  showFooter: BooleanConstructor;
820
820
  sumData: {
@@ -1004,17 +1004,17 @@ declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
1004
1004
  resetInlineBatchEdit: FunctionConstructor;
1005
1005
  resetBatchEditRowStatus: FunctionConstructor;
1006
1006
  anchor: {
1007
- type: import("vue").PropType<import("../../../es/shared/types").AnyObject[]>;
1007
+ type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
1008
1008
  default: () => never[];
1009
1009
  };
1010
1010
  totalList: {
1011
- type: import("vue").PropType<import("../../../es/shared/types").AnyObject[]>;
1011
+ type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
1012
1012
  default: () => never[];
1013
1013
  };
1014
1014
  }>> & {
1015
1015
  [x: `on${string}`]: ((...args: any[]) => any) | undefined;
1016
1016
  }, {
1017
- anchor: import("../../../es/shared/types").AnyObject[];
1017
+ anchor: import("../../shared/types").AnyObject[];
1018
1018
  data: unknown[];
1019
1019
  showFooter: boolean;
1020
1020
  columnConfig: Record<string, any>;
@@ -1071,6 +1071,6 @@ declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
1071
1071
  batchEditDoneNumber: Record<string, any>;
1072
1072
  batchError: boolean;
1073
1073
  batchFormData: Record<string, any>;
1074
- totalList: import("../../../es/shared/types").AnyObject[];
1074
+ totalList: import("../../shared/types").AnyObject[];
1075
1075
  }>>;
1076
1076
  export default BigTable;
@@ -1,4 +1,4 @@
1
- import { AnyObject } from '../../../../es/shared/types';
1
+ import { AnyObject } from '../../../shared/types';
2
2
  import { VxeTablePropTypes } from 'vxe-table/types/table';
3
3
  import { VxeTableEvents } from 'vxe-table';
4
4
  declare const _default: import("vue").DefineComponent<{
@@ -788,7 +788,7 @@ declare const _default: import("vue").DefineComponent<{
788
788
  readonly displayDirective: "if" | "show" | "show:lazy";
789
789
  }>;
790
790
  NIcon: any;
791
- CGrid: import("../../../../es/shared/types").SFCWithInstall<import("vue").DefineComponent<{}, any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
791
+ CGrid: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{}, any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
792
792
  checkMethod: ({ row }: {
793
793
  row: any;
794
794
  }) => boolean;
@@ -1,4 +1,4 @@
1
- import { AnyObject } from '../../../../es/shared/types';
1
+ import { AnyObject } from '../../../shared/types';
2
2
  import { PropType } from 'vue';
3
3
  declare const bigTableProps: {
4
4
  data: {
@@ -1,4 +1,4 @@
1
- import { AnyObject } from '../../../../../../es/shared/types';
1
+ import { AnyObject } from '../../../../../shared/types';
2
2
  import { CSSProperties, PropType } from 'vue';
3
3
  declare const _default: import("vue").DefineComponent<{
4
4
  col: {
@@ -60,19 +60,19 @@ declare const _default: import("vue").DefineComponent<{
60
60
  style: CSSProperties;
61
61
  SlotRender: import("vue").DefineComponent<{
62
62
  renderer: {
63
- type: PropType<string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("../../../../../../es/shared/types").AnyFn<any[], any>>;
63
+ type: PropType<string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("../../../../../shared/types").AnyFn<any[], any>>;
64
64
  required: true;
65
65
  };
66
66
  rootSlots: {
67
- type: PropType<Record<string, import("../../../../../../es/shared/types").AnyFn<any[], any>>>;
67
+ type: PropType<Record<string, import("../../../../../shared/types").AnyFn<any[], any>>>;
68
68
  };
69
69
  }, () => any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
70
70
  renderer: {
71
- type: PropType<string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("../../../../../../es/shared/types").AnyFn<any[], any>>;
71
+ type: PropType<string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("../../../../../shared/types").AnyFn<any[], any>>;
72
72
  required: true;
73
73
  };
74
74
  rootSlots: {
75
- type: PropType<Record<string, import("../../../../../../es/shared/types").AnyFn<any[], any>>>;
75
+ type: PropType<Record<string, import("../../../../../shared/types").AnyFn<any[], any>>>;
76
76
  };
77
77
  }>>, {}>;
78
78
  NPopover: any;
@@ -1,4 +1,4 @@
1
- import { AnyObject } from '../../../../../../es/shared/types';
1
+ import { AnyObject } from '../../../../../shared/types';
2
2
  export declare const useCommon: (props: AnyObject, attrs: AnyObject, isTriggerClick?: boolean) => {
3
3
  formRef: any;
4
4
  isShow: import("vue").Ref<boolean>;
@@ -1,4 +1,4 @@
1
- import { AnyObject } from '../../../../../es/shared/types';
1
+ import { AnyObject } from '../../../../shared/types';
2
2
  import { PropType } from 'vue';
3
3
  declare const _default: import("vue").DefineComponent<{
4
4
  col: {
@@ -1,3 +1,3 @@
1
1
  import { InjectionKey } from 'vue';
2
- import { SeparateHandle } from '../../../../../es/components/big-table/src/hooks/useSeparateRow';
2
+ import { SeparateHandle } from '../../../../components/big-table/src/hooks/useSeparateRow';
3
3
  export declare const InjectionSeparateHandle: InjectionKey<SeparateHandle>;
@@ -1,4 +1,4 @@
1
- import { AnyObject } from '../../../../../es/shared/types';
1
+ import { AnyObject } from '../../../../shared/types';
2
2
  export declare function useAnnotation(props: AnyObject): {
3
3
  renderAnnotation: (columnConfig: AnyObject) => JSX.Element | null;
4
4
  };
@@ -1,4 +1,4 @@
1
- import { AnyObject } from '../../../../../es/shared/types';
1
+ import { AnyObject } from '../../../../shared/types';
2
2
  export declare const useFormat: (state: any, attr: AnyObject) => {
3
3
  formatData: (data?: {
4
4
  tableList: any[];
@@ -1,4 +1,4 @@
1
- import { AnyObject, AnyFn } from '../../../../../es/shared/types';
1
+ import { AnyObject, AnyFn } from '../../../../shared/types';
2
2
  import { Ref } from 'vue';
3
3
  import { VxeTableEvents, VxeTableInstance } from 'vxe-table';
4
4
  import { VxeTablePropTypes } from 'vxe-table/types/table';
@@ -1,4 +1,4 @@
1
- import { AnyObject } from '../../../../es/shared/types';
1
+ import { AnyObject } from '../../../shared/types';
2
2
  /** 评价组件 */
3
3
  export declare const getEvaluate: (row: any, item: any) => any;
4
4
  export declare const getMapVal: (row: any, item: any) => any;
@@ -1,5 +1,5 @@
1
- import { SFCWithInstall } from '../../../es/shared/types';
2
- declare const MultiChat: SFCWithInstall<import("vue").DefineComponent<{
1
+ import { SFCWithInstall } from '../../shared/types';
2
+ declare const BiuniqueChat: SFCWithInstall<import("vue").DefineComponent<{
3
3
  data: {
4
4
  type: import("vue").PropType<{
5
5
  chatType: string | number;
@@ -36,7 +36,7 @@ declare const MultiChat: SFCWithInstall<import("vue").DefineComponent<{
36
36
  collapsed: import("vue").Ref<boolean>;
37
37
  loading: import("vue").Ref<boolean>;
38
38
  stompClient: import("./src/utils/chatSock").ChatSock | null;
39
- state: import("../../../es/shared/types").AnyObject;
39
+ state: import("../../shared/types").AnyObject;
40
40
  init: () => Promise<void>;
41
41
  initWebSocket: () => void;
42
42
  subscribeSession: () => void;
@@ -44,11 +44,11 @@ declare const MultiChat: SFCWithInstall<import("vue").DefineComponent<{
44
44
  subscribeMessageRecord: () => void;
45
45
  handleAccess: () => Promise<void>;
46
46
  readMessage: () => Promise<void>;
47
- setCurrentSessionItem: (item: import("../../../es/shared/types").AnyObject) => void;
48
- setMsgList: (list?: import("../../../es/shared/types").AnyObject[]) => void;
49
- setCurrentMsg: (msgObj: import("../../../es/shared/types").AnyObject) => void;
47
+ setCurrentSessionItem: (item: import("../../shared/types").AnyObject) => void;
48
+ setMsgList: (list?: import("../../shared/types").AnyObject[]) => void;
49
+ setCurrentMsg: (msgObj: import("../../shared/types").AnyObject) => void;
50
50
  setIsAppendMsg: (isAppendMsg: boolean) => void;
51
- setSessionList: (sessionList: import("../../../es/shared/types").AnyObject[]) => void;
51
+ setSessionList: (sessionList: import("../../shared/types").AnyObject[]) => void;
52
52
  setIsChangeSession: (isChangeSession: boolean) => void;
53
53
  setIsUpdateSession: (isUpdateSession: boolean) => void;
54
54
  onUpdateCollapsed: (_collapsed: boolean) => Promise<void>;
@@ -936,21 +936,21 @@ declare const MultiChat: SFCWithInstall<import("vue").DefineComponent<{
936
936
  default: boolean;
937
937
  };
938
938
  }>> & {}>>;
939
- state: import("../../../es/shared/types").AnyObject;
939
+ state: import("../../shared/types").AnyObject;
940
940
  setCurrentSessionItem: Function;
941
941
  setSessionList: Function;
942
942
  setIsChangeSession: Function;
943
943
  setIsUpdateSession: Function;
944
944
  listBoxRef: import("vue").Ref<HTMLElement | undefined>;
945
945
  keyword: import("vue").Ref<string>;
946
- sessionList: import("vue").Ref<import("../../../es/shared/types").AnyObject[]>;
946
+ sessionList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
947
947
  loading: import("vue").Ref<boolean>;
948
948
  pageNum: number;
949
949
  init: () => void;
950
950
  handleSearch: () => void;
951
951
  getMySessionList: () => Promise<void>;
952
- entrySession: (item: import("../../../es/shared/types").AnyObject) => void;
953
- sessionChange: (sessionItem: import("../../../es/shared/types").AnyObject) => void;
952
+ entrySession: (item: import("../../shared/types").AnyObject) => void;
953
+ sessionChange: (sessionItem: import("../../shared/types").AnyObject) => void;
954
954
  NSpin: any;
955
955
  NBadge: any;
956
956
  NAvatar: any;
@@ -964,24 +964,24 @@ declare const MultiChat: SFCWithInstall<import("vue").DefineComponent<{
964
964
  collapsed: boolean;
965
965
  }>;
966
966
  ChatHeader: import("vue").DefineComponent<{}, {
967
- state: import("../../../es/shared/types").AnyObject;
967
+ state: import("../../shared/types").AnyObject;
968
968
  username: import("vue").ComputedRef<any>;
969
969
  NAvatar: any;
970
970
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
971
971
  ChatMain: import("vue").DefineComponent<{}, {
972
- state: import("../../../es/shared/types").AnyObject;
972
+ state: import("../../shared/types").AnyObject;
973
973
  setMsgList: Function;
974
974
  setIsAppendMsg: Function;
975
975
  chatMainRef: import("vue").Ref<HTMLElement | undefined>;
976
976
  getHistoryRecord: () => Promise<void>;
977
977
  accessSession: (lastSessionId: string) => Promise<void>;
978
- isNeedShowTime: (item: import("../../../es/shared/types").AnyObject, index: number) => boolean;
978
+ isNeedShowTime: (item: import("../../shared/types").AnyObject, index: number) => boolean;
979
979
  setScrollToButtom: () => Promise<void>;
980
980
  NAvatar: any;
981
981
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
982
982
  ChatFooter: import("vue").DefineComponent<{}, {
983
983
  inputRef: import("vue").Ref<HTMLDivElement | undefined>;
984
- state: import("../../../es/shared/types").AnyObject;
984
+ state: import("../../shared/types").AnyObject;
985
985
  setCurrentMsg: Function;
986
986
  setIsAppendMsg: Function;
987
987
  setCurrentSessionItem: Function;
@@ -1020,4 +1020,4 @@ declare const MultiChat: SFCWithInstall<import("vue").DefineComponent<{
1020
1020
  source: string | number;
1021
1021
  };
1022
1022
  }>>;
1023
- export default MultiChat;
1023
+ export default BiuniqueChat;
@@ -0,0 +1 @@
1
+ import{COMPONENT_NAMESPACE as i}from"../../shared/global/variable.js";import{safeComponentRegister as r}from"../../shared/utils/index.js";import t from"./src/BiuniqueChat.vue.js";const a=t;a.install=function(t){r(t,a,i+"BiuniqueChat")};export{a as default};
@@ -1,6 +1,6 @@
1
1
  import { type PropType } from 'vue';
2
2
  import { ChatSock } from './utils/chatSock';
3
- import { AnyObject } from '../../../../es/shared/types';
3
+ import { AnyObject } from '../../../shared/types';
4
4
  declare type IData = {
5
5
  chatType: number | string;
6
6
  orgId: string;
@@ -0,0 +1 @@
1
+ import e from"./BiuniqueChat.vue2.js";import u from"../../../_virtual/_plugin-vue_export-helper.js";var i=u(e,[["__file","BiuniqueChat.vue"]]);export{i as default};
@@ -0,0 +1 @@
1
+ import{defineComponent as e,ref as s,reactive as t,provide as n,openBlock as o,createBlock as r,unref as i,withCtx as a,createVNode as c}from"vue";import{NSpin as u,NLayout as d,NLayoutSider as m,NLayoutContent as l}from"naive-ui";import f from"./components/SiderList.vue.js";import p from"./components/ChatHeader.vue.js";import g from"./components/ChatMain.vue.js";import S from"./components/ChatFooter.vue.js";import{promiseTimeout as I}from"@vueuse/shared";import{ChatSock as h}from"./utils/chatSock.js";import{accessApi as b,readMessageApi as y}from"./api/index.js";import{format as v}from"date-fns";var C=e({__name:"BiuniqueChat",props:{data:{type:Object,default:()=>({})},baseURL:{type:String,defalut:"/"}},setup(e){const C=e,_=s(!1),w=s(!1);let M;const L=t({reConnention:0,currentSessionItem:{},currentSessionId:"",userInfo:{},msgList:[],currentMsg:{},isAppendMsg:!1,sessionList:[],isChangeSession:!1,updateSessionItem:{},isUpdateSession:!1});function j(){const e={heartbeatFn:()=>{try{null==M||M.send("test")}catch(e){null==M||M.disconnect(),j()}},connectCb:()=>{console.log("连接成功"),L.reConnention>0&&(L.reConnention=0),M.subscribe(`/user/${L.userInfo.username}/message`,(e=>{try{const s=JSON.parse(e.body),{body:t,from:n,id:o,fromName:r,readStatus:i,createdTime:a,sessionId:c}=s;if(c!==L.currentSessionId)return;N({createdTime:a,readStatus:i,content:t,fromId:n,id:o,fromName:r,senderFlag:1}),O(!0),async function(){await y({sessionId:L.currentSessionId,from:L.userInfo.username,id:L.currentMsg.id})}()}catch(e){console.log(e)}})),M.subscribe(`/user/${L.userInfo.username}/sessionList`,(e=>{var s;try{const t=JSON.parse(e.body),n={__time:v(new Date(t.sendTime),"MM/dd HH:mm"),__lastContent:(null==(s=t.lastContent)?void 0:s.content)||"",id:t.sessionId};if(0==t.opt){const e=t.name||t.fromName||t.toName;U([{...t,name:e,__name:e.slice(-2),...n},...L.sessionList])}else 1==t.opt&&(L.updateSessionItem={...t,...n},k(!0))}catch(e){console.log(e)}})),M.subscribe(`/user/${L.userInfo.username}/msgReadStatus`,(e=>{try{if(!L.currentSessionId)return;const s=JSON.parse(e.body);if(s.sessionId!==L.currentSessionId)return;const t=(null==s?void 0:s.readStatus)||{};if(Object.keys(t).length<1)return}catch(e){console.log(e)}}))},errorCb:(e,s)=>{L.reConnention=s,console.log("断线了,正在重连...")}};M=new h(`${C.baseURL}/stomp`,e)}function N(e){L.currentMsg=e}function O(e){L.isAppendMsg=e}function U(e){L.sessionList=e}function k(e){L.isUpdateSession=e}async function H(e){e||await I(300),_.value=e}return n("state",L),n("setCurrentSessionItem",(function(e){if(Object.assign(L.currentSessionItem,e),L.currentSessionId===L.currentSessionItem.id)return;L.currentSessionId=L.currentSessionItem.id,L.msgList=[]})),n("setMsgList",(function(e=[]){L.msgList=e.map((e=>{var s;return{...e,__time:v(new Date(e.createdTime),"MM/dd HH:mm"),__content:null==(s=e.content)?void 0:s.content,__left:1==e.senderFlag}}))})),n("setCurrentMsg",N),n("setIsAppendMsg",O),n("setSessionList",U),n("setIsChangeSession",(function(e){L.isChangeSession=e})),n("setIsUpdateSession",k),async function(){await async function(){if(Object.values(C.data).some((e=>!String(e))))return console.log("缺少参数");try{w.value=!0;const e=await b(C.data);L.userInfo=e}catch(e){console.log(e)}finally{w.value=!1}}(),j()}(),(e,s)=>w.value?(o(),r(i(u),{key:0,stroke:"#5585f5"})):(o(),r(i(d),{key:1,class:"c-multi-chat","has-sider":""},{default:a((()=>[c(i(m),{"collapse-mode":"width","collapsed-width":100,width:300,"show-trigger":"arrow-circle","content-style":"padding: 20px;",bordered:"","onUpdate:collapsed":H},{default:a((()=>[c(f,{collapsed:_.value},null,8,["collapsed"])])),_:1}),c(i(l),{class:"chat-wrapper"},{default:a((()=>[c(p),c(g),c(S)])),_:1})])),_:1}))}});export{C as default};
@@ -1,4 +1,4 @@
1
- import { AnyObject } from '../../../../../es/shared/types';
1
+ import { AnyObject } from '../../../../shared/types';
2
2
  export declare function accessApi(params: AnyObject): import("axios").AxiosPromise<any>;
3
3
  export declare function getMySessionListApi(params: AnyObject): import("axios").AxiosPromise<any>;
4
4
  export declare function accessSessionApi(params: AnyObject): import("axios").AxiosPromise<any>;
@@ -1,4 +1,4 @@
1
- import { AnyObject } from '../../../../../es/shared/types';
1
+ import { AnyObject } from '../../../../shared/types';
2
2
  declare const _default: import("vue").DefineComponent<{}, {
3
3
  inputRef: import("vue").Ref<HTMLDivElement | undefined>;
4
4
  state: AnyObject;
@@ -1,4 +1,4 @@
1
- import { AnyObject } from '../../../../../es/shared/types';
1
+ import { AnyObject } from '../../../../shared/types';
2
2
  declare const _default: import("vue").DefineComponent<{}, {
3
3
  state: AnyObject;
4
4
  username: import("vue").ComputedRef<any>;
@@ -1,4 +1,4 @@
1
- import { AnyObject } from '../../../../../es/shared/types';
1
+ import { AnyObject } from '../../../../shared/types';
2
2
  declare const _default: import("vue").DefineComponent<{}, {
3
3
  state: AnyObject;
4
4
  setMsgList: Function;
@@ -1,4 +1,4 @@
1
- import { AnyObject } from '../../../../../es/shared/types';
1
+ import { AnyObject } from '../../../../shared/types';
2
2
  declare const _default: import("vue").DefineComponent<{
3
3
  collapsed: {
4
4
  type: BooleanConstructor;