cnhis-design-vue 3.2.14-release.0 → 3.2.15-beta.10

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