cnhis-design-vue 3.2.14-release.1 → 3.2.15-beta.11

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 (361) hide show
  1. package/README.md +87 -87
  2. package/es/components/ai-chat/index.d.ts +1 -0
  3. package/es/components/ai-chat/src/Index.vue.d.ts +1 -0
  4. package/es/components/ai-chat/src/components/ChatCard.js +1 -1
  5. package/es/components/ai-chat/src/components/ChatFooter.vue.d.ts +1 -0
  6. package/es/components/ai-chat/src/components/ChatFooter.vue2.js +1 -1
  7. package/es/components/ai-chat/src/components/ChatMain.js +1 -1
  8. package/es/components/ai-chat/src/components/ChatPatient.vue2.js +1 -1
  9. package/es/components/ai-chat/src/components/ChatPrompt.vue2.js +1 -1
  10. package/es/components/ai-chat/style/index.css +1 -1
  11. package/es/components/audio-sdk/src/components/recording.vue2.js +1 -1
  12. package/es/components/base-search/index.d.ts +8 -3
  13. package/es/components/base-search/src/index.vue.d.ts +8 -3
  14. package/es/components/base-search/src/index.vue2.js +1 -1
  15. package/es/components/big-table/src/BigTable.vue2.js +1 -1
  16. package/es/components/big-table/src/components/NoData.vue2.js +1 -1
  17. package/es/components/big-table/src/components/edit-form/edit-date.js +1 -1
  18. package/es/components/big-table/src/components/edit-form/edit-input.js +1 -1
  19. package/es/components/big-table/src/components/edit-form/edit-select.js +1 -1
  20. package/es/components/big-table/src/components/edit-form/edit-time.js +1 -1
  21. package/es/components/big-table/src/components/input-button.vue2.js +1 -1
  22. package/es/components/big-table/src/hooks/useNestTable.js +1 -1
  23. package/es/components/big-table/src/hooks/useTableParse.js +1 -1
  24. package/es/components/body-select/src/index.vue2.js +1 -1
  25. package/es/components/branch-notice/index.d.ts +479 -0
  26. package/es/components/branch-notice/index.js +1 -0
  27. package/es/components/branch-notice/src/BranchNotice.vue.d.ts +433 -0
  28. package/es/components/branch-notice/src/BranchNotice.vue.js +1 -0
  29. package/es/components/branch-notice/src/BranchNotice.vue2.js +1 -0
  30. package/es/components/branch-notice/src/canstants.d.ts +8 -0
  31. package/es/components/branch-notice/src/canstants.js +1 -0
  32. package/es/components/branch-notice/src/components/NoticeItem.vue.d.ts +275 -0
  33. package/es/components/branch-notice/src/components/NoticeItem.vue.js +1 -0
  34. package/es/components/branch-notice/src/components/NoticeItem.vue2.js +1 -0
  35. package/es/components/branch-notice/src/components/NoticeItemAside.vue.d.ts +104 -0
  36. package/es/components/branch-notice/src/components/NoticeItemAside.vue.js +1 -0
  37. package/es/components/branch-notice/src/components/NoticeItemAside.vue2.js +1 -0
  38. package/es/components/branch-notice/src/components/NoticeOperationList.vue.d.ts +49 -0
  39. package/es/components/branch-notice/src/components/NoticeOperationList.vue.js +1 -0
  40. package/es/components/branch-notice/src/components/NoticeOperationList.vue2.js +1 -0
  41. package/es/components/branch-notice/src/drawLine.d.ts +2 -0
  42. package/es/components/branch-notice/src/drawLine.js +1 -0
  43. package/es/components/branch-notice/src/hooks/useTheme.d.ts +1 -0
  44. package/es/components/branch-notice/src/hooks/useTheme.js +1 -0
  45. package/es/components/branch-notice/src/types.d.ts +32 -0
  46. package/es/components/branch-notice/src/types.js +1 -0
  47. package/es/components/branch-notice/style/index.css +1 -0
  48. package/es/components/button-print/index.d.ts +4 -0
  49. package/es/components/button-print/src/ButtonPrint.vue.d.ts +4 -0
  50. package/es/components/button-print/src/ButtonPrint.vue2.js +1 -1
  51. package/es/components/button-print/src/components/EditFormat.vue2.js +1 -1
  52. package/es/components/button-print/src/components/IdentityVerification.vue2.js +1 -1
  53. package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +4 -0
  54. package/es/components/button-print/src/components/NewPrintComponent.vue2.js +1 -1
  55. package/es/components/button-print/src/components/OldPrintComponent.vue2.js +1 -1
  56. package/es/components/button-print/src/components/Preview.vue2.js +1 -1
  57. package/es/components/button-print/src/utils/dialog.js +1 -1
  58. package/es/components/button-print/src/utils/print.js +1 -1
  59. package/es/components/calendar/index.d.ts +4 -4
  60. package/es/components/calendar/src/Calendar.vue.d.ts +4 -4
  61. package/es/components/card-reader-sdk/src/components/readCardDialog.vue2.js +1 -1
  62. package/es/components/card-reader-sdk/src/utils/readHealthCard.js +1 -1
  63. package/es/components/classification/index.d.ts +1 -0
  64. package/es/components/classification/src/components/search-filter/index.vue2.js +1 -1
  65. package/es/components/classification/src/components/set-classification/index.vue2.js +1 -1
  66. package/es/components/classification/src/components/table-modal/index.vue.d.ts +3 -0
  67. package/es/components/classification/src/components/table-modal/index.vue2.js +1 -1
  68. package/es/components/classification/src/index.vue.d.ts +1 -0
  69. package/es/components/classification/src/index.vue2.js +1 -1
  70. package/es/components/classification/style/index.css +1 -1
  71. package/es/components/default-page/src/constants/index.js +1 -1
  72. package/es/components/default-page/src/index.vue2.js +1 -1
  73. package/es/components/expand-field/src/components/FormBatchOptionsModal.vue2.js +1 -1
  74. package/es/components/expand-field/src/components/FormItemPerson.vue2.js +1 -1
  75. package/es/components/expand-field/src/components/PersonModal.vue2.js +1 -1
  76. package/es/components/expand-field/src/components/form.vue2.js +1 -1
  77. package/es/components/expand-field/src/index.vue2.js +1 -1
  78. package/es/components/expand-field/src/utils/constant.js +1 -1
  79. package/es/components/fabric-chart/index.d.ts +23 -4
  80. package/es/components/fabric-chart/src/FabricChart.vue.d.ts +23 -4
  81. package/es/components/fabric-chart/src/FabricChart.vue2.js +1 -1
  82. package/es/components/fabric-chart/src/components/PopupMenu.js +1 -1
  83. package/es/components/fabric-chart/src/components/PopupTip.vue.d.ts +13 -0
  84. package/es/components/fabric-chart/src/components/PopupTip.vue2.js +1 -1
  85. package/es/components/fabric-chart/src/components/useStyle.js +1 -1
  86. package/es/components/fabric-chart/src/constants/index.d.ts +1 -1
  87. package/es/components/fabric-chart/src/constants/index.js +1 -1
  88. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +1 -1
  89. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.d.ts +1 -0
  90. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.js +1 -1
  91. package/es/components/fabric-chart/src/hooks/electrocardiogram/hooks/useDetailEvent.js +1 -1
  92. package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogram.js +1 -1
  93. package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.d.ts +1 -0
  94. package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.js +1 -1
  95. package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.js +1 -1
  96. package/es/components/fabric-chart/src/hooks/index.d.ts +1 -0
  97. package/es/components/fabric-chart/src/hooks/index.js +1 -1
  98. package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcess.js +1 -1
  99. package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.js +1 -1
  100. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.d.ts +1 -1
  101. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +1 -1
  102. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useLeft.js +1 -1
  103. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.js +1 -1
  104. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.d.ts +1 -0
  105. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.js +1 -1
  106. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.d.ts +7 -1
  107. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.js +1 -1
  108. package/es/components/fabric-chart/src/hooks/temperature/useBottom.js +1 -1
  109. package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +1 -1
  110. package/es/components/fabric-chart/src/hooks/temperature/useLeft.js +1 -1
  111. package/es/components/fabric-chart/src/hooks/temperature/useOther.js +1 -1
  112. package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.d.ts +1 -0
  113. package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +1 -1
  114. package/es/components/fabric-chart/src/hooks/temperature/useTop.js +1 -1
  115. package/es/components/fabric-chart/src/hooks/useCommon.js +1 -1
  116. package/es/components/fabric-chart/src/hooks/useDraw.js +1 -1
  117. package/es/components/fabric-chart/src/hooks/{temperature/useShadow.d.ts → useShadow.d.ts} +2 -2
  118. package/es/components/fabric-chart/src/hooks/useShadow.js +1 -0
  119. package/es/components/fabric-chart/src/interface.d.ts +3 -0
  120. package/es/components/fabric-chart/src/utils/index.d.ts +2 -1
  121. package/es/components/fabric-chart/src/utils/index.js +1 -1
  122. package/es/components/field-set/src/FieldColor.vue.d.ts +4 -4
  123. package/es/components/field-set/src/FieldColor.vue2.js +1 -1
  124. package/es/components/field-set/src/FieldFilter.vue.d.ts +7 -5
  125. package/es/components/field-set/src/FieldFilter.vue2.js +1 -1
  126. package/es/components/field-set/src/FieldSet.vue.d.ts +3 -3
  127. package/es/components/field-set/src/FieldSet.vue2.js +1 -1
  128. package/es/components/field-set/src/Index.vue2.js +1 -1
  129. package/es/components/field-set/src/TableStyle.vue2.js +1 -1
  130. package/es/components/field-set/src/components/condition.vue2.js +1 -1
  131. package/es/components/field-set/src/components/edit-dialog.vue.d.ts +1 -1
  132. package/es/components/field-set/src/components/edit-dialog.vue2.js +1 -1
  133. package/es/components/field-set/src/components/edit-filter.vue2.js +1 -1
  134. package/es/components/field-set/src/components/table-row.vue.d.ts +3 -3
  135. package/es/components/field-set/src/components/table-row.vue2.js +1 -1
  136. package/es/components/field-set/src/constants/filter.d.ts +21 -12
  137. package/es/components/field-set/src/constants/filter.js +1 -1
  138. package/es/components/field-set/src/constants/index.js +1 -1
  139. package/es/components/field-set/src/types/index.d.ts +1 -1
  140. package/es/components/field-set/src/utils/index.js +1 -1
  141. package/es/components/form-config/index.d.ts +108 -3
  142. package/es/components/form-config/src/FormConfig.vue.d.ts +108 -3
  143. package/es/components/form-config/src/FormConfig.vue2.js +1 -1
  144. package/es/components/form-config/src/components/FormConfigEventSetting.vue.js +1 -0
  145. package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +1 -0
  146. package/es/components/form-config/src/constants/index.js +1 -1
  147. package/es/components/form-config/src/hooks/useLocale.js +1 -1
  148. package/es/components/form-render/src/FormRender.vue2.js +1 -1
  149. package/es/components/form-render/src/components/renderer/combination/combination.js +1 -1
  150. package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.js +1 -1
  151. package/es/components/form-render/src/components/renderer/combination/jsonCombination.js +1 -1
  152. package/es/components/form-render/src/components/renderer/combination/tableCombination.js +1 -1
  153. package/es/components/form-render/src/components/renderer/complex.js +1 -1
  154. package/es/components/form-render/src/components/renderer/date.js +1 -1
  155. package/es/components/form-render/src/components/renderer/radio_checkbox.js +1 -1
  156. package/es/components/form-render/src/components/renderer/remoteSearch.js +1 -1
  157. package/es/components/form-render/src/components/renderer/searchCascade.js +1 -1
  158. package/es/components/form-render/src/components/renderer/select.js +1 -1
  159. package/es/components/form-render/src/components/renderer/switch.js +1 -1
  160. package/es/components/form-render/src/components/renderer/text.js +1 -1
  161. package/es/components/form-render/src/components/renderer/textarea.js +1 -1
  162. package/es/components/form-render/src/hooks/useAnchor.js +1 -1
  163. package/es/components/form-render/src/hooks/useBusinessBinding.js +1 -1
  164. package/es/components/form-render/src/hooks/useComplexOptions.js +1 -1
  165. package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -1
  166. package/es/components/form-render/src/hooks/useFieldNormalize.js +1 -1
  167. package/es/components/form-render/src/hooks/useFormEvent.js +1 -1
  168. package/es/components/form-render/src/hooks/useFormValidator.js +1 -1
  169. package/es/components/form-render/src/hooks/usePresetScope.d.ts +1 -1
  170. package/es/components/form-render/src/hooks/usePresetScope.js +1 -1
  171. package/es/components/form-render/src/utils/index.js +1 -1
  172. package/es/components/iho-chat/index.d.ts +885 -66
  173. package/es/components/iho-chat/src/Index.vue.d.ts +888 -73
  174. package/es/components/iho-chat/src/Index.vue2.js +1 -1
  175. package/es/components/iho-chat/src/api/index.d.ts +1 -0
  176. package/es/components/iho-chat/src/api/index.js +1 -1
  177. package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +33 -1
  178. package/es/components/iho-chat/src/components/ChatAdd.vue2.js +1 -1
  179. package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +54 -3
  180. package/es/components/iho-chat/src/components/ChatFile.vue2.js +1 -1
  181. package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +54 -2
  182. package/es/components/iho-chat/src/components/ChatFooter.vue2.js +1 -1
  183. package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +232 -13
  184. package/es/components/iho-chat/src/components/ChatHeader.vue2.js +1 -1
  185. package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +86 -7
  186. package/es/components/iho-chat/src/components/ChatMain.vue2.js +1 -1
  187. package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +20 -1
  188. package/es/components/iho-chat/src/components/ChatRecord.vue2.js +1 -1
  189. package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +44 -5
  190. package/es/components/iho-chat/src/components/ChatSearch.vue2.js +1 -1
  191. package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +75 -5
  192. package/es/components/iho-chat/src/components/ChatSet.vue2.js +1 -1
  193. package/es/components/iho-chat/src/components/ContextMenu.d.ts +11 -2
  194. package/es/components/iho-chat/src/components/ContextMenu.js +1 -1
  195. package/es/components/iho-chat/src/components/MessageTemplate.vue.d.ts +1 -1
  196. package/es/components/iho-chat/src/components/MessageTemplate.vue2.js +1 -1
  197. package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +53 -2
  198. package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +1 -1
  199. package/es/components/iho-chat/src/components/PersonProfile.vue.d.ts +21 -2
  200. package/es/components/iho-chat/src/components/PersonProfile.vue2.js +1 -1
  201. package/es/components/iho-chat/src/components/SiderList.vue.d.ts +276 -5
  202. package/es/components/iho-chat/src/components/SiderList.vue2.js +1 -1
  203. package/es/components/iho-chat/src/components/Video.vue.d.ts +20 -1
  204. package/es/components/iho-chat/src/components/Video.vue2.js +1 -1
  205. package/es/components/iho-chat/src/components/userItemRender.d.ts +18 -0
  206. package/es/components/iho-chat/src/components/userItemRender.js +1 -0
  207. package/es/components/iho-chat/src/constants/index.d.ts +12 -3
  208. package/es/components/iho-chat/src/constants/index.js +1 -1
  209. package/es/components/iho-chat/src/hooks/index.d.ts +2 -2
  210. package/es/components/iho-chat/src/hooks/index.js +1 -1
  211. package/es/components/iho-chat/src/hooks/useData.d.ts +96 -0
  212. package/es/components/iho-chat/src/hooks/useData.js +1 -0
  213. package/es/components/iho-chat/src/hooks/useSearchUserList.js +1 -1
  214. package/es/components/iho-chat/src/hooks/useVideo.d.ts +20 -1
  215. package/es/components/iho-chat/src/hooks/useVideo.js +1 -1
  216. package/es/components/iho-chat/src/hooks/useWebSocket.d.ts +3 -0
  217. package/es/components/iho-chat/src/hooks/useWebSocket.js +1 -0
  218. package/es/components/iho-chat/src/types/index.d.ts +2 -6
  219. package/es/components/iho-chat/src/types/index.js +1 -1
  220. package/es/components/iho-chat/src/utils/chatSock.js +1 -1
  221. package/es/components/iho-chat/src/utils/index.d.ts +2 -0
  222. package/es/components/iho-chat/src/utils/index.js +1 -1
  223. package/es/components/iho-chat/style/index.css +1 -1
  224. package/es/components/iho-table/src/hooks/useColumnConfigAdaptor.js +1 -1
  225. package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue2.js +1 -1
  226. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +1 -1
  227. package/es/components/iho-table/src/plugins/filterRenderPlugin/index.js +1 -1
  228. package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue2.js +1 -1
  229. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.js +1 -1
  230. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.js +1 -1
  231. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +1 -1
  232. package/es/components/iho-table/src/utils/index.js +1 -1
  233. package/es/components/index.css +1 -1
  234. package/es/components/index.d.ts +2 -1
  235. package/es/components/index.js +1 -1
  236. package/es/components/info-header/src/components/patientInfo/index.vue2.js +1 -1
  237. package/es/components/keyboard/src/Keyboard.vue2.js +1 -1
  238. package/es/components/keyboard/src/components/NumberPanel.vue2.js +1 -1
  239. package/es/components/map/src/Map.vue2.js +1 -1
  240. package/es/components/picture-clipper/src/PictureClipper.vue2.js +1 -1
  241. package/es/components/quick-search/index.d.ts +3 -1
  242. package/es/components/quick-search/src/index.vue.d.ts +3 -1
  243. package/es/components/quick-search/src/index.vue2.js +1 -1
  244. package/es/components/quick-search/style/index.css +1 -1
  245. package/es/components/recommend-search/src/components/BaseSearch.js +1 -1
  246. package/es/components/recommend-search/src/components/RecommendInput.vue2.js +1 -1
  247. package/es/components/recommend-search/src/components/RecommendSelect.vue2.js +1 -1
  248. package/es/components/scale-view/index.d.ts +31 -0
  249. package/es/components/scale-view/src/ScaleView.vue.d.ts +13 -0
  250. package/es/components/scale-view/src/ScaleView.vue2.js +1 -1
  251. package/es/components/scale-view/src/components/NoData.vue2.js +1 -1
  252. package/es/components/scale-view/src/components/composables/choose-common.js +1 -1
  253. package/es/components/scale-view/src/components/formitem/r-cascader.js +1 -1
  254. package/es/components/scale-view/src/components/formitem/r-checkbox.d.ts +9 -0
  255. package/es/components/scale-view/src/components/formitem/r-checkbox.js +1 -1
  256. package/es/components/scale-view/src/components/formitem/r-input.d.ts +9 -0
  257. package/es/components/scale-view/src/components/formitem/r-input.js +1 -1
  258. package/es/components/scale-view/src/components/formitem/r-map.js +1 -1
  259. package/es/components/scale-view/src/components/formitem/r-radio.d.ts +9 -0
  260. package/es/components/scale-view/src/components/formitem/r-radio.js +1 -1
  261. package/es/components/scale-view/src/components/formitem/r-select.js +1 -1
  262. package/es/components/scale-view/src/components/formitem/r-sign.js +1 -1
  263. package/es/components/scale-view/src/components/formitem/standard-modal.js +1 -1
  264. package/es/components/scale-view/src/hooks/scaleview-computed.js +1 -1
  265. package/es/components/scale-view/src/hooks/scaleview-methods.js +1 -1
  266. package/es/components/scale-view/src/hooks/scaleview-props.d.ts +4 -0
  267. package/es/components/scale-view/src/hooks/scaleview-props.js +1 -1
  268. package/es/components/scale-view/src/hooks/scaleview-submit.js +1 -1
  269. package/es/components/scale-view/src/hooks/scaleview-validate.js +1 -1
  270. package/es/components/scale-view/src/hooks/use-component.d.ts +72 -0
  271. package/es/components/scale-view/style/index.css +1 -1
  272. package/es/components/search-cascader/src/SearchCascader.vue2.js +1 -1
  273. package/es/components/select-label/src/LabelFormContent.vue2.js +1 -1
  274. package/es/components/select-label/src/SelectLabel.vue2.js +1 -1
  275. package/es/components/select-label/src/components/label-classify.vue2.js +1 -1
  276. package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue2.js +1 -1
  277. package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue2.js +1 -1
  278. package/es/components/select-label/src/ihoLabel/iho-label-classify.vue2.js +1 -1
  279. package/es/components/select-person/src/SelectPerson.vue2.js +1 -1
  280. package/es/components/select-person/src/SelectPersonType.vue2.js +1 -1
  281. package/es/components/select-person/src/components/SearchOrgAndStaff.vue2.js +1 -1
  282. package/es/components/select-person/src/index.vue2.js +1 -1
  283. package/es/components/slider-tree/src/index.vue2.js +1 -1
  284. package/es/components/table-export-field/src/components/ExportModal.vue2.js +1 -1
  285. package/es/components/table-export-field/src/components/SaveProjectModal.vue2.js +1 -1
  286. package/es/components/table-export-field/src/index.vue2.js +1 -1
  287. package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue2.js +1 -1
  288. package/es/components/table-filter/src/components/bi-filter/helpers/options.js +1 -1
  289. package/es/components/table-filter/src/components/bi-filter/index.vue2.js +1 -1
  290. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +1 -1
  291. package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +1 -1
  292. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +1 -1
  293. package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue2.js +1 -1
  294. package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue2.js +1 -1
  295. package/es/components/table-filter/src/components/classify-filter/helpers/options.js +1 -1
  296. package/es/components/table-filter/src/components/classify-filter/hooks/useDisplayCategory.js +1 -1
  297. package/es/components/table-filter/src/components/classify-filter/index.vue2.js +1 -1
  298. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue2.js +1 -1
  299. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +1 -1
  300. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue2.js +1 -1
  301. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +1 -1
  302. package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue2.js +1 -1
  303. package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue2.js +1 -1
  304. package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue2.js +1 -1
  305. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +1 -1
  306. package/es/components/table-filter/src/components/render-widget/helpers/dateExtraMap.js +1 -1
  307. package/es/components/table-filter/src/components/render-widget/helpers/selectExtraMap.js +1 -1
  308. package/es/components/table-filter/src/components/render-widget/index.vue.d.ts +3 -1
  309. package/es/components/table-filter/src/components/render-widget/index.vue.js +1 -1
  310. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.js +1 -1
  311. package/es/components/table-filter/src/tool/baseOptions.js +1 -1
  312. package/es/components/template-render/src/components/index.d.ts +23 -23
  313. package/es/components/tooth-bitmap/src/ToothBitmap.vue2.js +1 -1
  314. package/es/components/vod-chunk-upload/src/hooks/upload-computed.js +1 -1
  315. package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +1 -1
  316. package/es/components/vod-chunk-upload/src/vod-upload-modal.js +1 -1
  317. package/es/env.d.ts +25 -25
  318. package/es/shared/assets/img/ai__avatar.png.js +1 -1
  319. package/es/shared/assets/img/defaultCover/10review_successful.png.js +1 -1
  320. package/es/shared/assets/img/defaultCover/11review_fail.png.js +1 -1
  321. package/es/shared/assets/img/defaultCover/12no_setting.png.js +1 -1
  322. package/es/shared/assets/img/defaultCover/13no_menu_setting.png.js +1 -1
  323. package/es/shared/assets/img/defaultCover/14no_call_setting.png.js +1 -1
  324. package/es/shared/assets/img/defaultCover/15no_use_tag.png.js +1 -1
  325. package/es/shared/assets/img/defaultCover/16no_table_data.png.js +1 -1
  326. package/es/shared/assets/img/defaultCover/1location.png.js +1 -1
  327. package/es/shared/assets/img/defaultCover/2notfound.png.js +1 -1
  328. package/es/shared/assets/img/defaultCover/3loading.png.js +1 -1
  329. package/es/shared/assets/img/defaultCover/4no_permission.png.js +1 -1
  330. package/es/shared/assets/img/defaultCover/5no_data.png.js +1 -1
  331. package/es/shared/assets/img/defaultCover/6no_network.png.js +1 -1
  332. package/es/shared/assets/img/defaultCover/7no_doctor.png.js +1 -1
  333. package/es/shared/assets/img/defaultCover/8system_error.png.js +1 -1
  334. package/es/shared/assets/img/defaultCover/9system_upgrade.png.js +1 -1
  335. package/es/shared/assets/img/failure.png.js +1 -1
  336. package/es/shared/assets/img/logo.png.js +1 -1
  337. package/es/shared/assets/img/no-permission.png.js +1 -1
  338. package/es/shared/assets/img/nodata.png.js +1 -1
  339. package/es/shared/assets/img/notfound.png.js +1 -1
  340. package/es/shared/assets/img/qr.png.js +1 -1
  341. package/es/shared/assets/img/success.png.js +1 -1
  342. package/es/shared/assets/img/table_style_2.png.js +1 -1
  343. package/es/shared/assets/img/video.png.js +1 -1
  344. package/es/shared/assets/img/video_default_cover.png.js +1 -1
  345. package/es/shared/assets/img/xb_big.png.js +1 -1
  346. package/es/shared/assets/img/xb_small.png.js +1 -1
  347. package/es/shared/hooks/useLevelSearchCascader.js +1 -1
  348. package/es/shared/package.json.js +1 -1
  349. package/package.json +2 -2
  350. package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
  351. package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +0 -1
  352. package/es/components/bpmn-workflow/types/ModelingModule.d.ts +0 -1
  353. package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +0 -1
  354. package/es/components/fabric-chart/src/hooks/temperature/useShadow.js +0 -1
  355. package/es/components/iho-chat/src/hooks/useSession.d.ts +0 -12
  356. package/es/components/iho-chat/src/hooks/useSession.js +0 -1
  357. package/es/components/iho-chat/src/hooks/useState.d.ts +0 -18
  358. package/es/components/iho-chat/src/hooks/useState.js +0 -1
  359. package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +0 -86
  360. package/es/shared/utils/fabricjs/index.d.ts +0 -6823
  361. package/es/shared/utils/tapable/index.d.ts +0 -139
@@ -0,0 +1,433 @@
1
+ import { PropType } from 'vue';
2
+ import { BranchNotice } from '../../../components/branch-notice/src/types';
3
+ declare const _default: import("vue").DefineComponent<{
4
+ items: {
5
+ type: PropType<Partial<{
6
+ header: string | import("../../../shared/types").AnyFn;
7
+ type: "warning" | "normal" | "primary";
8
+ icon: import("../../../shared/types").AnyFn | "warning";
9
+ topText: (string | import("../../../shared/types").AnyFn)[];
10
+ footerText: string | import("../../../shared/types").AnyFn;
11
+ content: string | import("../../../shared/types").AnyFn;
12
+ subContent: string | import("../../../shared/types").AnyFn;
13
+ noticeList: Partial<{
14
+ header: string | import("../../../shared/types").AnyFn;
15
+ content: string | import("../../../shared/types").AnyFn;
16
+ subContent: string | import("../../../shared/types").AnyFn;
17
+ }>[];
18
+ operationList: Partial<Partial<{
19
+ header: string | import("../../../shared/types").AnyFn;
20
+ content: string | import("../../../shared/types").AnyFn;
21
+ subContent: string | import("../../../shared/types").AnyFn;
22
+ }> & {
23
+ type: "warning" | "primary";
24
+ subHeader: string | import("../../../shared/types").AnyFn;
25
+ remark: string | import("../../../shared/types").AnyFn;
26
+ }>[];
27
+ children?: Partial<any>[][] | undefined;
28
+ }>[]>;
29
+ default: () => never[];
30
+ };
31
+ rowCapacity: {
32
+ type: NumberConstructor;
33
+ default: number;
34
+ };
35
+ colSpace: {
36
+ type: (NumberConstructor | StringConstructor)[];
37
+ default: number;
38
+ };
39
+ }, {
40
+ theme: import("vue").ComputedRef<import("../../../shared/types").AnyObject>;
41
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
42
+ items: {
43
+ type: PropType<Partial<{
44
+ header: string | import("../../../shared/types").AnyFn;
45
+ type: "warning" | "normal" | "primary";
46
+ icon: import("../../../shared/types").AnyFn | "warning";
47
+ topText: (string | import("../../../shared/types").AnyFn)[];
48
+ footerText: string | import("../../../shared/types").AnyFn;
49
+ content: string | import("../../../shared/types").AnyFn;
50
+ subContent: string | import("../../../shared/types").AnyFn;
51
+ noticeList: Partial<{
52
+ header: string | import("../../../shared/types").AnyFn;
53
+ content: string | import("../../../shared/types").AnyFn;
54
+ subContent: string | import("../../../shared/types").AnyFn;
55
+ }>[];
56
+ operationList: Partial<Partial<{
57
+ header: string | import("../../../shared/types").AnyFn;
58
+ content: string | import("../../../shared/types").AnyFn;
59
+ subContent: string | import("../../../shared/types").AnyFn;
60
+ }> & {
61
+ type: "warning" | "primary";
62
+ subHeader: string | import("../../../shared/types").AnyFn;
63
+ remark: string | import("../../../shared/types").AnyFn;
64
+ }>[];
65
+ children?: Partial<any>[][] | undefined;
66
+ }>[]>;
67
+ default: () => never[];
68
+ };
69
+ rowCapacity: {
70
+ type: NumberConstructor;
71
+ default: number;
72
+ };
73
+ colSpace: {
74
+ type: (NumberConstructor | StringConstructor)[];
75
+ default: number;
76
+ };
77
+ }>> & {
78
+ onItemClick?: ((...args: any[]) => any) | undefined;
79
+ }>>;
80
+ emit: (event: "itemClick", ...args: any[]) => void;
81
+ onClick: (item: BranchNotice.Item) => void;
82
+ positionItems: (items: BranchNotice.Item[]) => BranchNotice.PositionedItem[];
83
+ positionedItems: import("vue").ComputedRef<BranchNotice.PositionedItem[]>;
84
+ itemStyle: (left: number, right: number) => {
85
+ width: string;
86
+ height: string;
87
+ left: string;
88
+ top: string;
89
+ };
90
+ fullWrapperStyle: import("vue").ComputedRef<{
91
+ position: string;
92
+ width: string;
93
+ height: string;
94
+ }>;
95
+ NoticeItem: import("vue").DefineComponent<{
96
+ item: {
97
+ type: PropType<Partial<{
98
+ header: string | import("../../../shared/types").AnyFn;
99
+ type: "warning" | "normal" | "primary";
100
+ icon: import("../../../shared/types").AnyFn | "warning";
101
+ topText: (string | import("../../../shared/types").AnyFn)[];
102
+ footerText: string | import("../../../shared/types").AnyFn;
103
+ content: string | import("../../../shared/types").AnyFn;
104
+ subContent: string | import("../../../shared/types").AnyFn;
105
+ noticeList: Partial<{
106
+ header: string | import("../../../shared/types").AnyFn;
107
+ content: string | import("../../../shared/types").AnyFn;
108
+ subContent: string | import("../../../shared/types").AnyFn;
109
+ }>[];
110
+ operationList: Partial<Partial<{
111
+ header: string | import("../../../shared/types").AnyFn;
112
+ content: string | import("../../../shared/types").AnyFn;
113
+ subContent: string | import("../../../shared/types").AnyFn;
114
+ }> & {
115
+ type: "warning" | "primary";
116
+ subHeader: string | import("../../../shared/types").AnyFn;
117
+ remark: string | import("../../../shared/types").AnyFn;
118
+ }>[];
119
+ children?: Partial<any>[][] | undefined;
120
+ }>>;
121
+ required: true;
122
+ };
123
+ }, {
124
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
125
+ item: {
126
+ type: PropType<Partial<{
127
+ header: string | import("../../../shared/types").AnyFn;
128
+ type: "warning" | "normal" | "primary";
129
+ icon: import("../../../shared/types").AnyFn | "warning";
130
+ topText: (string | import("../../../shared/types").AnyFn)[];
131
+ footerText: string | import("../../../shared/types").AnyFn;
132
+ content: string | import("../../../shared/types").AnyFn;
133
+ subContent: string | import("../../../shared/types").AnyFn;
134
+ noticeList: Partial<{
135
+ header: string | import("../../../shared/types").AnyFn;
136
+ content: string | import("../../../shared/types").AnyFn;
137
+ subContent: string | import("../../../shared/types").AnyFn;
138
+ }>[];
139
+ operationList: Partial<Partial<{
140
+ header: string | import("../../../shared/types").AnyFn;
141
+ content: string | import("../../../shared/types").AnyFn;
142
+ subContent: string | import("../../../shared/types").AnyFn;
143
+ }> & {
144
+ type: "warning" | "primary";
145
+ subHeader: string | import("../../../shared/types").AnyFn;
146
+ remark: string | import("../../../shared/types").AnyFn;
147
+ }>[];
148
+ children?: Partial<any>[][] | undefined;
149
+ }>>;
150
+ required: true;
151
+ };
152
+ }>> & {}>>;
153
+ itemRef: import("vue").Ref<Partial<{
154
+ header: string | import("../../../shared/types").AnyFn;
155
+ type: "warning" | "normal" | "primary";
156
+ icon: import("../../../shared/types").AnyFn | "warning";
157
+ topText: (string | import("../../../shared/types").AnyFn)[];
158
+ footerText: string | import("../../../shared/types").AnyFn;
159
+ content: string | import("../../../shared/types").AnyFn;
160
+ subContent: string | import("../../../shared/types").AnyFn;
161
+ noticeList: Partial<{
162
+ header: string | import("../../../shared/types").AnyFn;
163
+ content: string | import("../../../shared/types").AnyFn;
164
+ subContent: string | import("../../../shared/types").AnyFn;
165
+ }>[];
166
+ operationList: Partial<Partial<{
167
+ header: string | import("../../../shared/types").AnyFn;
168
+ content: string | import("../../../shared/types").AnyFn;
169
+ subContent: string | import("../../../shared/types").AnyFn;
170
+ }> & {
171
+ type: "warning" | "primary";
172
+ subHeader: string | import("../../../shared/types").AnyFn;
173
+ remark: string | import("../../../shared/types").AnyFn;
174
+ }>[];
175
+ children?: Partial<any>[][] | undefined;
176
+ }>>;
177
+ classList: import("vue").ComputedRef<string[]>;
178
+ frontStyle: import("vue").ComputedRef<{
179
+ minHeight: string;
180
+ }>;
181
+ popperDisabled: import("vue").ComputedRef<boolean>;
182
+ renderIcon: () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
183
+ [key: string]: any;
184
+ }> | import("../../../shared/types").AnyFn | null;
185
+ NoticeItemAside: import("vue").DefineComponent<{
186
+ item: {
187
+ type: PropType<Partial<{
188
+ header: string | import("../../../shared/types").AnyFn;
189
+ type: "warning" | "normal" | "primary";
190
+ icon: import("../../../shared/types").AnyFn | "warning";
191
+ topText: (string | import("../../../shared/types").AnyFn)[];
192
+ footerText: string | import("../../../shared/types").AnyFn;
193
+ content: string | import("../../../shared/types").AnyFn;
194
+ subContent: string | import("../../../shared/types").AnyFn;
195
+ noticeList: Partial<{
196
+ header: string | import("../../../shared/types").AnyFn;
197
+ content: string | import("../../../shared/types").AnyFn;
198
+ subContent: string | import("../../../shared/types").AnyFn;
199
+ }>[];
200
+ operationList: Partial<Partial<{
201
+ header: string | import("../../../shared/types").AnyFn;
202
+ content: string | import("../../../shared/types").AnyFn;
203
+ subContent: string | import("../../../shared/types").AnyFn;
204
+ }> & {
205
+ type: "warning" | "primary";
206
+ subHeader: string | import("../../../shared/types").AnyFn;
207
+ remark: string | import("../../../shared/types").AnyFn;
208
+ }>[];
209
+ children?: Partial<any>[][] | undefined;
210
+ }>>;
211
+ required: true;
212
+ };
213
+ }, {
214
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
215
+ item: {
216
+ type: PropType<Partial<{
217
+ header: string | import("../../../shared/types").AnyFn;
218
+ type: "warning" | "normal" | "primary";
219
+ icon: import("../../../shared/types").AnyFn | "warning";
220
+ topText: (string | import("../../../shared/types").AnyFn)[];
221
+ footerText: string | import("../../../shared/types").AnyFn;
222
+ content: string | import("../../../shared/types").AnyFn;
223
+ subContent: string | import("../../../shared/types").AnyFn;
224
+ noticeList: Partial<{
225
+ header: string | import("../../../shared/types").AnyFn;
226
+ content: string | import("../../../shared/types").AnyFn;
227
+ subContent: string | import("../../../shared/types").AnyFn;
228
+ }>[];
229
+ operationList: Partial<Partial<{
230
+ header: string | import("../../../shared/types").AnyFn;
231
+ content: string | import("../../../shared/types").AnyFn;
232
+ subContent: string | import("../../../shared/types").AnyFn;
233
+ }> & {
234
+ type: "warning" | "primary";
235
+ subHeader: string | import("../../../shared/types").AnyFn;
236
+ remark: string | import("../../../shared/types").AnyFn;
237
+ }>[];
238
+ children?: Partial<any>[][] | undefined;
239
+ }>>;
240
+ required: true;
241
+ };
242
+ }>> & {}>>;
243
+ getPositionInList: (index: number) => "center" | "first" | "last";
244
+ placementMap: {
245
+ first: string;
246
+ center: string;
247
+ last: string;
248
+ };
249
+ getPlacement: (index: number) => string;
250
+ getAsideClassList: (noticeItem: Partial<{
251
+ header: string | import("../../../shared/types").AnyFn;
252
+ content: string | import("../../../shared/types").AnyFn;
253
+ subContent: string | import("../../../shared/types").AnyFn;
254
+ }>, index: number) => (string | {
255
+ 'is-active': string | import("../../../shared/types").AnyFn | undefined;
256
+ })[];
257
+ theme: import("vue").ComputedRef<import("../../../shared/types").AnyObject>;
258
+ NPopover: any;
259
+ parseRender: typeof import("../../step-notice/src/utils").parseRender;
260
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
261
+ item: {
262
+ type: PropType<Partial<{
263
+ header: string | import("../../../shared/types").AnyFn;
264
+ type: "warning" | "normal" | "primary";
265
+ icon: import("../../../shared/types").AnyFn | "warning";
266
+ topText: (string | import("../../../shared/types").AnyFn)[];
267
+ footerText: string | import("../../../shared/types").AnyFn;
268
+ content: string | import("../../../shared/types").AnyFn;
269
+ subContent: string | import("../../../shared/types").AnyFn;
270
+ noticeList: Partial<{
271
+ header: string | import("../../../shared/types").AnyFn;
272
+ content: string | import("../../../shared/types").AnyFn;
273
+ subContent: string | import("../../../shared/types").AnyFn;
274
+ }>[];
275
+ operationList: Partial<Partial<{
276
+ header: string | import("../../../shared/types").AnyFn;
277
+ content: string | import("../../../shared/types").AnyFn;
278
+ subContent: string | import("../../../shared/types").AnyFn;
279
+ }> & {
280
+ type: "warning" | "primary";
281
+ subHeader: string | import("../../../shared/types").AnyFn;
282
+ remark: string | import("../../../shared/types").AnyFn;
283
+ }>[];
284
+ children?: Partial<any>[][] | undefined;
285
+ }>>;
286
+ required: true;
287
+ };
288
+ }>>, {}>;
289
+ NoticeOperationList: import("vue").DefineComponent<{
290
+ operationList: {
291
+ type: PropType<Partial<Partial<{
292
+ header: string | import("../../../shared/types").AnyFn;
293
+ content: string | import("../../../shared/types").AnyFn;
294
+ subContent: string | import("../../../shared/types").AnyFn;
295
+ }> & {
296
+ type: "warning" | "primary";
297
+ subHeader: string | import("../../../shared/types").AnyFn;
298
+ remark: string | import("../../../shared/types").AnyFn;
299
+ }>[] | undefined>;
300
+ required: true;
301
+ };
302
+ }, {
303
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
304
+ operationList: {
305
+ type: PropType<Partial<Partial<{
306
+ header: string | import("../../../shared/types").AnyFn;
307
+ content: string | import("../../../shared/types").AnyFn;
308
+ subContent: string | import("../../../shared/types").AnyFn;
309
+ }> & {
310
+ type: "warning" | "primary";
311
+ subHeader: string | import("../../../shared/types").AnyFn;
312
+ remark: string | import("../../../shared/types").AnyFn;
313
+ }>[] | undefined>;
314
+ required: true;
315
+ };
316
+ }>> & {}>>;
317
+ theme: import("vue").ComputedRef<import("../../../shared/types").AnyObject>;
318
+ CheckmarkCircle: 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<{}>>, {}>;
319
+ CloseCircle: 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<{}>>, {}>;
320
+ parseRender: typeof import("../../step-notice/src/utils").parseRender;
321
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
322
+ operationList: {
323
+ type: PropType<Partial<Partial<{
324
+ header: string | import("../../../shared/types").AnyFn;
325
+ content: string | import("../../../shared/types").AnyFn;
326
+ subContent: string | import("../../../shared/types").AnyFn;
327
+ }> & {
328
+ type: "warning" | "primary";
329
+ subHeader: string | import("../../../shared/types").AnyFn;
330
+ remark: string | import("../../../shared/types").AnyFn;
331
+ }>[] | undefined>;
332
+ required: true;
333
+ };
334
+ }>>, {}>;
335
+ NPopover: any;
336
+ parseRender: typeof import("../../step-notice/src/utils").parseRender;
337
+ parseTitle: typeof import("../../step-notice/src/utils").parseTitle;
338
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
339
+ item: {
340
+ type: PropType<Partial<{
341
+ header: string | import("../../../shared/types").AnyFn;
342
+ type: "warning" | "normal" | "primary";
343
+ icon: import("../../../shared/types").AnyFn | "warning";
344
+ topText: (string | import("../../../shared/types").AnyFn)[];
345
+ footerText: string | import("../../../shared/types").AnyFn;
346
+ content: string | import("../../../shared/types").AnyFn;
347
+ subContent: string | import("../../../shared/types").AnyFn;
348
+ noticeList: Partial<{
349
+ header: string | import("../../../shared/types").AnyFn;
350
+ content: string | import("../../../shared/types").AnyFn;
351
+ subContent: string | import("../../../shared/types").AnyFn;
352
+ }>[];
353
+ operationList: Partial<Partial<{
354
+ header: string | import("../../../shared/types").AnyFn;
355
+ content: string | import("../../../shared/types").AnyFn;
356
+ subContent: string | import("../../../shared/types").AnyFn;
357
+ }> & {
358
+ type: "warning" | "primary";
359
+ subHeader: string | import("../../../shared/types").AnyFn;
360
+ remark: string | import("../../../shared/types").AnyFn;
361
+ }>[];
362
+ children?: Partial<any>[][] | undefined;
363
+ }>>;
364
+ required: true;
365
+ };
366
+ }>>, {}>;
367
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "itemClick"[], "itemClick", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
368
+ items: {
369
+ type: PropType<Partial<{
370
+ header: string | import("../../../shared/types").AnyFn;
371
+ type: "warning" | "normal" | "primary";
372
+ icon: import("../../../shared/types").AnyFn | "warning";
373
+ topText: (string | import("../../../shared/types").AnyFn)[];
374
+ footerText: string | import("../../../shared/types").AnyFn;
375
+ content: string | import("../../../shared/types").AnyFn;
376
+ subContent: string | import("../../../shared/types").AnyFn;
377
+ noticeList: Partial<{
378
+ header: string | import("../../../shared/types").AnyFn;
379
+ content: string | import("../../../shared/types").AnyFn;
380
+ subContent: string | import("../../../shared/types").AnyFn;
381
+ }>[];
382
+ operationList: Partial<Partial<{
383
+ header: string | import("../../../shared/types").AnyFn;
384
+ content: string | import("../../../shared/types").AnyFn;
385
+ subContent: string | import("../../../shared/types").AnyFn;
386
+ }> & {
387
+ type: "warning" | "primary";
388
+ subHeader: string | import("../../../shared/types").AnyFn;
389
+ remark: string | import("../../../shared/types").AnyFn;
390
+ }>[];
391
+ children?: Partial<any>[][] | undefined;
392
+ }>[]>;
393
+ default: () => never[];
394
+ };
395
+ rowCapacity: {
396
+ type: NumberConstructor;
397
+ default: number;
398
+ };
399
+ colSpace: {
400
+ type: (NumberConstructor | StringConstructor)[];
401
+ default: number;
402
+ };
403
+ }>> & {
404
+ onItemClick?: ((...args: any[]) => any) | undefined;
405
+ }, {
406
+ items: Partial<{
407
+ header: string | import("../../../shared/types").AnyFn;
408
+ type: "warning" | "normal" | "primary";
409
+ icon: import("../../../shared/types").AnyFn | "warning";
410
+ topText: (string | import("../../../shared/types").AnyFn)[];
411
+ footerText: string | import("../../../shared/types").AnyFn;
412
+ content: string | import("../../../shared/types").AnyFn;
413
+ subContent: string | import("../../../shared/types").AnyFn;
414
+ noticeList: Partial<{
415
+ header: string | import("../../../shared/types").AnyFn;
416
+ content: string | import("../../../shared/types").AnyFn;
417
+ subContent: string | import("../../../shared/types").AnyFn;
418
+ }>[];
419
+ operationList: Partial<Partial<{
420
+ header: string | import("../../../shared/types").AnyFn;
421
+ content: string | import("../../../shared/types").AnyFn;
422
+ subContent: string | import("../../../shared/types").AnyFn;
423
+ }> & {
424
+ type: "warning" | "primary";
425
+ subHeader: string | import("../../../shared/types").AnyFn;
426
+ remark: string | import("../../../shared/types").AnyFn;
427
+ }>[];
428
+ children?: Partial<any>[][] | undefined;
429
+ }>[];
430
+ rowCapacity: number;
431
+ colSpace: string | number;
432
+ }>;
433
+ export default _default;
@@ -0,0 +1 @@
1
+ import e from"./BranchNotice.vue2.js";import r from"../../../_virtual/_plugin-vue_export-helper.js";var o=r(e,[["__file","BranchNotice.vue"]]);export{o as default};
@@ -0,0 +1 @@
1
+ import{defineComponent as t,computed as e,openBlock as o,createElementBlock as i,normalizeStyle as r,unref as s,Fragment as l,renderList as a,normalizeClass as n,createBlock as c,createCommentVNode as m}from"vue";import{widthAppend as p}from"../../../shared/utils/index.js";import{isEmpty as h,last as u}from"lodash-es";import{BRANCH_NOTICE_CONSTANTS as C}from"./canstants.js";import{lineToNextCard as f}from"./drawLine.js";import{useBranchNoticeTheme as _}from"./hooks/useTheme.js";import y from"./components/NoticeItem.vue.js";var d=t({__name:"BranchNotice",props:{items:{type:Array,default:()=>[]},rowCapacity:{type:Number,default:7},colSpace:{type:[Number,String],default:125}},emits:["itemClick"],setup(t,{emit:d}){const A=t,v=_();const D=e((()=>function(t){var e,o;let i=!h(null!=(o=null==(e=u(t))?void 0:e.children)?o:[]);const r=[];let s=null;if(t.forEach(((t,e)=>{const o=Math.floor(e/A.rowCapacity),i=e%A.rowCapacity*(C.CARD_WIDTH+C.CARD_X_SPACE),l=o*(C.CARD_HEIGHT+C.CARD_Y_SPACE),a={item:t,x:i,y:l,class:"branch-notice__item",style:x(i,l)};s&&r.push(...f(s,a)),r.push(s=a)})),i){const e=u(t).children;let o=0;const i=A.rowCapacity-t.length;e.forEach(((e,l)=>{Math.ceil(e.length/i);const a=e.reduce(((t,e,o)=>{const r=Math.floor(o/i);return t[r]||(t[r]=[]),t[r].push(e),t}),[]);let n=null;a.forEach(((e,i)=>{e.forEach(((e,l)=>{const a=(l+t.length)*(C.CARD_WIDTH+C.CARD_X_SPACE),c=o*(C.CARD_HEIGHT+C.CARD_Y_SPACE),m={item:e,x:a,y:c,class:"branch-notice__item",style:x(a,c)};0===i&&0===l&&r.push(...f(s,m)),n&&r.push(...f(n,m)),r.push(n=m)})),o+=1}))}))}return r}(A.items))),x=(t,e)=>({width:`${C.CARD_WIDTH}px`,height:`${C.CARD_HEIGHT}px`,left:`${t}px`,top:`${e}px`}),E=e((()=>({position:"relative",width:p(110+Math.max(...D.value.map((t=>t.x)))),height:p(74+Math.max(...D.value.map((t=>t.y)))),...v.value})));return(t,e)=>(o(),i("section",{style:r(s(E))},[(o(!0),i(l,null,a(s(D),(t=>(o(),i("div",{style:r(t.style),class:n(t.class)},[t.item?(o(),c(y,{key:0,item:t.item,onClick:e=>{return o=t.item,void d("itemClick",o);var o}},null,8,["item","onClick"])):m("v-if",!0)],6)))),256))],4))}});export{d as default};
@@ -0,0 +1,8 @@
1
+ export declare const BRANCH_NOTICE_CONSTANTS: {
2
+ CARD_WIDTH: number;
3
+ CARD_HEIGHT: number;
4
+ CARD_X_SPACE: number;
5
+ CARD_Y_SPACE: number;
6
+ BRANCH_POINT_RADIUS: number;
7
+ LINE_WIDTH: number;
8
+ };
@@ -0,0 +1 @@
1
+ const _={CARD_WIDTH:110,CARD_HEIGHT:74,CARD_X_SPACE:40,CARD_Y_SPACE:60,BRANCH_POINT_RADIUS:8,LINE_WIDTH:4};export{_ as BRANCH_NOTICE_CONSTANTS};