hs-admin-ui 15.5.3 → 15.5.4

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 (717) hide show
  1. package/dist/bcIcon-CaJjqyzR.mjs +4 -0
  2. package/dist/bcIcon-D6INZFFL.js +1 -0
  3. package/dist/index-B73QQLCi.mjs +144167 -0
  4. package/dist/index-BlijNcTF.js +349 -0
  5. package/dist/index.css +1 -0
  6. package/dist/index.js +1 -1
  7. package/dist/index.mjs +171 -169
  8. package/dist/types/element-plus.d.ts +2 -0
  9. package/dist/types/index.d.ts +35 -1
  10. package/dist/types/src/components/base/Affix/index.d.ts +1 -0
  11. package/dist/types/src/components/base/Affix/src/Affix.vue.d.ts +3 -0
  12. package/dist/types/src/components/base/Alert/index.d.ts +1 -0
  13. package/dist/types/src/components/base/Alert/src/Alert.vue.d.ts +3 -0
  14. package/dist/types/src/components/base/Aside/index.d.ts +1 -0
  15. package/dist/types/src/components/base/Aside/src/Aside.vue.d.ts +3 -0
  16. package/dist/types/src/components/base/Autocomplete/index.d.ts +1 -0
  17. package/dist/types/src/components/base/Autocomplete/src/Autocomplete.vue.d.ts +3 -0
  18. package/dist/types/src/components/base/Badge/index.d.ts +1 -0
  19. package/dist/types/src/components/base/Badge/src/Badge.vue.d.ts +3 -0
  20. package/dist/types/src/components/base/Button/index.d.ts +2 -0
  21. package/dist/types/src/components/base/Button/src/Button.vue.d.ts +3 -0
  22. package/dist/types/src/components/base/Button/src/ButtonGroup.vue.d.ts +3 -0
  23. package/dist/types/src/components/base/Calendar/index.d.ts +1 -0
  24. package/dist/types/src/components/base/Calendar/src/Calendar.vue.d.ts +3 -0
  25. package/dist/types/src/components/base/Card/index.d.ts +1 -0
  26. package/dist/types/src/components/base/Card/src/Card.vue.d.ts +3 -0
  27. package/dist/types/src/components/base/Carousel/index.d.ts +2 -0
  28. package/dist/types/src/components/base/Carousel/src/Carousel.vue.d.ts +3 -0
  29. package/dist/types/src/components/base/Carousel/src/CarouselItem.vue.d.ts +3 -0
  30. package/dist/types/src/components/base/Cascader/index.d.ts +2 -0
  31. package/dist/types/src/components/base/Cascader/src/Cascader.vue.d.ts +3 -0
  32. package/dist/types/src/components/base/Cascader/src/CascaderPanel.vue.d.ts +3 -0
  33. package/dist/types/src/components/base/Checkbox/index.d.ts +3 -0
  34. package/dist/types/src/components/base/Checkbox/src/Checkbox.vue.d.ts +3 -0
  35. package/dist/types/src/components/base/Checkbox/src/CheckboxButton.vue.d.ts +3 -0
  36. package/dist/types/src/components/base/Checkbox/src/CheckboxGroup.vue.d.ts +3 -0
  37. package/dist/types/src/components/base/Col/index.d.ts +1 -0
  38. package/dist/types/src/components/base/Col/src/Col.vue.d.ts +3 -0
  39. package/dist/types/src/components/base/Collapse/index.d.ts +2 -0
  40. package/dist/types/src/components/base/Collapse/src/Collapse.vue.d.ts +3 -0
  41. package/dist/types/src/components/base/Collapse/src/CollapseItem.vue.d.ts +3 -0
  42. package/dist/types/src/components/base/ColorPicker/index.d.ts +1 -0
  43. package/dist/types/src/components/base/ColorPicker/src/ColorPicker.vue.d.ts +3 -0
  44. package/dist/types/src/components/base/Container/index.d.ts +1 -0
  45. package/dist/types/src/components/base/Container/src/Container.vue.d.ts +3 -0
  46. package/dist/types/src/components/base/DatePicker/index.d.ts +1 -0
  47. package/dist/types/src/components/base/DatePicker/src/DatePicker.vue.d.ts +3 -0
  48. package/dist/types/src/components/base/Descriptions/index.d.ts +2 -0
  49. package/dist/types/src/components/base/Descriptions/src/Descriptions.vue.d.ts +3 -0
  50. package/dist/types/src/components/base/Descriptions/src/DescriptionsItem.vue.d.ts +3 -0
  51. package/dist/types/src/components/base/Dialog/index.d.ts +1 -0
  52. package/dist/types/src/components/base/Dialog/src/Dialog.vue.d.ts +3 -0
  53. package/dist/types/src/components/base/Divider/index.d.ts +1 -0
  54. package/dist/types/src/components/base/Divider/src/Divider.vue.d.ts +3 -0
  55. package/dist/types/src/components/base/Drawer/index.d.ts +1 -0
  56. package/dist/types/src/components/base/Drawer/src/Drawer.vue.d.ts +3 -0
  57. package/dist/types/src/components/base/Dropdown/index.d.ts +3 -0
  58. package/dist/types/src/components/base/Dropdown/src/Dropdown.vue.d.ts +3 -0
  59. package/dist/types/src/components/base/Dropdown/src/DropdownItem.vue.d.ts +3 -0
  60. package/dist/types/src/components/base/Dropdown/src/DropdownMenu.vue.d.ts +3 -0
  61. package/dist/types/src/components/base/Empty/index.d.ts +1 -0
  62. package/dist/types/src/components/base/Empty/src/Empty.vue.d.ts +3 -0
  63. package/dist/types/src/components/base/Footer/index.d.ts +1 -0
  64. package/dist/types/src/components/base/Footer/src/Footer.vue.d.ts +3 -0
  65. package/dist/types/src/components/base/Form/index.d.ts +2 -0
  66. package/dist/types/src/components/base/Form/src/Form.vue.d.ts +3 -0
  67. package/dist/types/src/components/base/Form/src/FormItem.vue.d.ts +3 -0
  68. package/dist/types/src/components/base/Header/index.d.ts +1 -0
  69. package/dist/types/src/components/base/Header/src/Header.vue.d.ts +3 -0
  70. package/dist/types/src/components/base/Icon/index.d.ts +1 -0
  71. package/dist/types/src/components/base/Icon/src/Icon.vue.d.ts +3 -0
  72. package/dist/types/src/components/base/Image/index.d.ts +1 -0
  73. package/dist/types/src/components/base/Image/src/Image.vue.d.ts +3 -0
  74. package/dist/types/src/components/base/ImageViewer/index.d.ts +1 -0
  75. package/dist/types/src/components/base/ImageViewer/src/ImageViewer.vue.d.ts +3 -0
  76. package/dist/types/src/components/base/Input/index.d.ts +1 -0
  77. package/dist/types/src/components/base/Input/src/Input.vue.d.ts +30 -0
  78. package/dist/types/src/components/base/InputNumber/index.d.ts +1 -0
  79. package/dist/types/src/components/base/InputNumber/src/InputNumber.vue.d.ts +3 -0
  80. package/dist/types/src/components/base/Main/index.d.ts +1 -0
  81. package/dist/types/src/components/base/Main/src/Main.vue.d.ts +3 -0
  82. package/dist/types/src/components/base/Menu/index.d.ts +3 -0
  83. package/dist/types/src/components/base/Menu/src/Menu.vue.d.ts +3 -0
  84. package/dist/types/src/components/base/Menu/src/MenuItem.vue.d.ts +3 -0
  85. package/dist/types/src/components/base/Menu/src/SubMenu.vue.d.ts +3 -0
  86. package/dist/types/src/components/base/Pagination/index.d.ts +1 -0
  87. package/dist/types/src/components/base/Pagination/src/Pagination.vue.d.ts +3 -0
  88. package/dist/types/src/components/base/Popconfirm/index.d.ts +1 -0
  89. package/dist/types/src/components/base/Popconfirm/src/Popconfirm.vue.d.ts +3 -0
  90. package/dist/types/src/components/base/Popover/index.d.ts +1 -0
  91. package/dist/types/src/components/base/Popover/src/Popover.vue.d.ts +3 -0
  92. package/dist/types/src/components/base/Progress/index.d.ts +1 -0
  93. package/dist/types/src/components/base/Progress/src/Progress.vue.d.ts +3 -0
  94. package/dist/types/src/components/base/Qr/index.d.ts +1 -0
  95. package/dist/types/src/components/base/Qr/src/Qr.vue.d.ts +3 -0
  96. package/dist/types/src/components/base/Radio/index.d.ts +3 -0
  97. package/dist/types/src/components/base/Radio/src/Radio.vue.d.ts +17 -0
  98. package/dist/types/src/components/base/Radio/src/RadioButton.vue.d.ts +3 -0
  99. package/dist/types/src/components/base/Radio/src/RadioGroup.vue.d.ts +3 -0
  100. package/dist/types/src/components/base/Rate/index.d.ts +1 -0
  101. package/dist/types/src/components/base/Rate/src/Rate.vue.d.ts +3 -0
  102. package/dist/types/src/components/base/Result/index.d.ts +1 -0
  103. package/dist/types/src/components/base/Result/src/Result.vue.d.ts +3 -0
  104. package/dist/types/src/components/base/Row/index.d.ts +1 -0
  105. package/dist/types/src/components/base/Row/src/Row.vue.d.ts +3 -0
  106. package/dist/types/src/components/base/Scrollbar/index.d.ts +1 -0
  107. package/dist/types/src/components/base/Scrollbar/src/Scrollbar.vue.d.ts +3 -0
  108. package/dist/types/src/components/base/Select/index.d.ts +3 -0
  109. package/dist/types/src/components/base/Select/src/Option.vue.d.ts +3 -0
  110. package/dist/types/src/components/base/Select/src/OptionGroup.vue.d.ts +3 -0
  111. package/dist/types/src/components/base/Select/src/Select.vue.d.ts +37 -0
  112. package/dist/types/src/components/base/SelectV2/index.d.ts +1 -0
  113. package/dist/types/src/components/base/SelectV2/src/SelectV2.vue.d.ts +3 -0
  114. package/dist/types/src/components/base/Slider/index.d.ts +1 -0
  115. package/dist/types/src/components/base/Slider/src/Slider.vue.d.ts +3 -0
  116. package/dist/types/src/components/base/Steps/index.d.ts +1 -0
  117. package/dist/types/src/components/base/Steps/src/Step.vue.d.ts +3 -0
  118. package/dist/types/src/components/base/Steps/src/Steps.vue.d.ts +3 -0
  119. package/dist/types/src/components/base/Switch/index.d.ts +1 -0
  120. package/dist/types/src/components/base/Switch/src/Switch.vue.d.ts +3 -0
  121. package/dist/types/src/components/base/Table/index.d.ts +2 -0
  122. package/dist/types/src/components/base/Table/src/Table.vue.d.ts +3 -0
  123. package/dist/types/src/components/base/Table/src/TableColumn.vue.d.ts +3 -0
  124. package/dist/types/src/components/base/Tabs/index.d.ts +2 -0
  125. package/dist/types/src/components/base/Tabs/src/TabPane.vue.d.ts +3 -0
  126. package/dist/types/src/components/base/Tabs/src/Tabs.vue.d.ts +3 -0
  127. package/dist/types/src/components/base/Tag/index.d.ts +2 -0
  128. package/dist/types/src/components/base/Tag/src/CheckTag.vue.d.ts +3 -0
  129. package/dist/types/src/components/base/Tag/src/Tag.vue.d.ts +3 -0
  130. package/dist/types/src/components/base/Text/index.d.ts +1 -0
  131. package/dist/types/src/components/base/Text/src/Text.vue.d.ts +3 -0
  132. package/dist/types/src/components/base/TimePicker/index.d.ts +1 -0
  133. package/dist/types/src/components/base/TimePicker/src/TimePicker.vue.d.ts +3 -0
  134. package/dist/types/src/components/base/TimeSelect/index.d.ts +1 -0
  135. package/dist/types/src/components/base/TimeSelect/src/TimeSelect.vue.d.ts +3 -0
  136. package/dist/types/src/components/base/Tooltip/index.d.ts +1 -0
  137. package/dist/types/src/components/base/Tooltip/src/Tooltip.vue.d.ts +3 -0
  138. package/dist/types/src/components/base/Tour/index.d.ts +2 -0
  139. package/dist/types/src/components/base/Tour/src/Tour.vue.d.ts +3 -0
  140. package/dist/types/src/components/base/Tour/src/TourStep.vue.d.ts +3 -0
  141. package/dist/types/src/components/base/Transfer/index.d.ts +1 -0
  142. package/dist/types/src/components/base/Transfer/src/Transfer.vue.d.ts +3 -0
  143. package/dist/types/src/components/base/Tree/index.d.ts +1 -0
  144. package/dist/types/src/components/base/Tree/src/Tree.vue.d.ts +3 -0
  145. package/dist/types/src/components/base/TreeSelect/index.d.ts +1 -0
  146. package/dist/types/src/components/base/TreeSelect/src/TreeSelect.vue.d.ts +3 -0
  147. package/dist/types/src/components/base/TreeV2/index.d.ts +1 -0
  148. package/dist/types/src/components/base/TreeV2/src/TreeV2.vue.d.ts +3 -0
  149. package/dist/types/src/components/base/Upload/index.d.ts +1 -0
  150. package/dist/types/src/components/base/Upload/src/Upload.vue.d.ts +3 -0
  151. package/dist/types/src/components/base/Watermark/index.d.ts +1 -0
  152. package/dist/types/src/components/base/Watermark/src/Watermark.vue.d.ts +3 -0
  153. package/dist/types/src/components/base/components.d.ts +59 -0
  154. package/dist/types/src/components/base/index.d.ts +187 -0
  155. package/dist/types/src/components/business/bcBox/bcBox.vue.d.ts +48 -0
  156. package/dist/types/{components → src/components}/business/bcBox/utils.d.ts +10 -11
  157. package/dist/types/src/components/business/bcBreadcrumb/bcBreadcrumb.vue.d.ts +14 -0
  158. package/dist/types/{components → src/components}/business/bcBreadcrumb/index.d.ts +1 -2
  159. package/dist/types/src/components/business/bcButton/bcButton.vue.d.ts +13 -0
  160. package/dist/types/src/components/business/bcCheckbox/bcCheckbox.vue.d.ts +23 -0
  161. package/dist/types/src/components/business/bcContextBox/bcContextBox.vue.d.ts +40 -0
  162. package/dist/types/src/components/business/bcContextBox/useContextMenu.d.ts +34 -0
  163. package/dist/types/src/components/business/bcDivider/bcDivider.vue.d.ts +38 -0
  164. package/dist/types/src/components/business/bcFace/bcFace.vue.d.ts +24 -0
  165. package/dist/types/src/components/business/bcForm/baseForm.vue.d.ts +275 -0
  166. package/dist/types/src/components/business/bcForm/bcForm.vue.d.ts +33 -0
  167. package/dist/types/{components → src/components}/business/bcForm/type.d.ts +6 -7
  168. package/dist/types/src/components/business/bcForm/useGuide.d.ts +559 -0
  169. package/dist/types/src/components/business/bcGroup/bcGroup.vue.d.ts +36 -0
  170. package/dist/types/src/components/business/bcIcon/bcIcon.vue.d.ts +27 -0
  171. package/dist/types/src/components/business/bcInputGroup/bcInputGroup.vue.d.ts +20 -0
  172. package/dist/types/src/components/business/bcRadio/bcRadio.vue.d.ts +18 -0
  173. package/dist/types/src/components/business/bcSelect/bcSelect.vue.d.ts +33 -0
  174. package/dist/types/src/components/business/bcSignature/index.vue.d.ts +19 -0
  175. package/dist/types/src/components/business/bcSystemAuth/components/data.vue.d.ts +3 -0
  176. package/dist/types/src/components/business/bcSystemAuth/components/dict.vue.d.ts +3 -0
  177. package/dist/types/src/components/business/bcSystemAuth/components/fastSet/popup.vue.d.ts +17 -0
  178. package/dist/types/src/components/business/bcSystemAuth/components/field.vue.d.ts +3 -0
  179. package/dist/types/src/components/business/bcSystemAuth/components/form.vue.d.ts +11 -0
  180. package/dist/types/{components → src/components}/business/bcSystemAuth/components/selectAll/index.d.ts +2 -3
  181. package/dist/types/src/components/business/bcSystemAuth/components/selectAll/index.vue.d.ts +5 -0
  182. package/dist/types/src/components/business/bcSystemAuth/components/table.vue.d.ts +11 -0
  183. package/dist/types/src/components/business/bcSystemAuth/components/widget/btns.vue.d.ts +11 -0
  184. package/dist/types/src/components/business/bcSystemAuth/components/widget/form.vue.d.ts +11 -0
  185. package/dist/types/src/components/business/bcSystemAuth/components/widget/tab.vue.d.ts +17 -0
  186. package/dist/types/src/components/business/bcSystemAuth/components/widget/tables.vue.d.ts +11 -0
  187. package/dist/types/src/components/business/bcSystemAuth/components/widget/tablesWraper.vue.d.ts +11 -0
  188. package/dist/types/{components → src/components}/business/bcSystemAuth/fastStore.d.ts +48 -49
  189. package/dist/types/{components → src/components}/business/bcSystemAuth/fastUtils.d.ts +28 -30
  190. package/dist/types/src/components/business/bcSystemAuth/index.d.ts +2 -0
  191. package/dist/types/src/components/business/bcSystemAuth/index.vue.d.ts +17 -0
  192. package/dist/types/{components → src/components}/business/bcSystemAuth/store.d.ts +48 -49
  193. package/dist/types/src/components/business/bcSystemAuth/type.d.ts +342 -0
  194. package/dist/types/src/components/business/bcSystemAuth/useAuth.d.ts +26 -0
  195. package/dist/types/{components → src/components}/business/bcSystemAuth/utils.d.ts +28 -30
  196. package/dist/types/src/components/business/bcSystemField/components/field.vue.d.ts +3 -0
  197. package/dist/types/src/components/business/bcSystemField/components/form.vue.d.ts +11 -0
  198. package/dist/types/{components → src/components}/business/bcSystemField/components/selectAll/index.d.ts +4 -5
  199. package/dist/types/src/components/business/bcSystemField/components/selectAll/index.vue.d.ts +5 -0
  200. package/dist/types/src/components/business/bcSystemField/components/table.vue.d.ts +11 -0
  201. package/dist/types/src/components/business/bcSystemField/components/widget/form.vue.d.ts +11 -0
  202. package/dist/types/src/components/business/bcSystemField/components/widget/tab.vue.d.ts +17 -0
  203. package/dist/types/src/components/business/bcSystemField/components/widget/tables.vue.d.ts +11 -0
  204. package/dist/types/src/components/business/bcSystemField/components/widget/tablesWraper.vue.d.ts +11 -0
  205. package/dist/types/src/components/business/bcSystemField/index.d.ts +2 -0
  206. package/dist/types/src/components/business/bcSystemField/index.vue.d.ts +7 -0
  207. package/dist/types/{components → src/components}/business/bcSystemField/store.d.ts +39 -40
  208. package/dist/types/src/components/business/bcSystemField/useAuth.d.ts +14 -0
  209. package/dist/types/{components → src/components}/business/bcSystemField/utils.d.ts +20 -21
  210. package/dist/types/src/components/business/bcTable/bcFormTable.vue.d.ts +143 -0
  211. package/dist/types/src/components/business/bcTable/bcTable.vue.d.ts +32 -0
  212. package/dist/types/src/components/business/bcTable/components/btn/btn.vue.d.ts +58 -0
  213. package/dist/types/src/components/business/bcTable/components/popup/index.d.ts +2 -0
  214. package/dist/types/src/components/business/bcTable/components/popup/popup.vue.d.ts +49 -0
  215. package/dist/types/src/components/business/bcTable/components/query/components/sortForm/sortForm.vue.d.ts +14 -0
  216. package/dist/types/src/components/business/bcTable/components/query/drag.vue.d.ts +222 -0
  217. package/dist/types/src/components/business/bcTable/components/query/query.vue.d.ts +226 -0
  218. package/dist/types/{components → src/components}/business/bcTable/components/query/useQuickSearch.d.ts +2 -3
  219. package/dist/types/src/components/business/bcTable/components/table/colgroup.vue.d.ts +25 -0
  220. package/dist/types/src/components/business/bcTable/components/table/column.vue.d.ts +49 -0
  221. package/dist/types/src/components/business/bcTable/components/table/components/sortColumn/sortColumn.vue.d.ts +16 -0
  222. package/dist/types/{components → src/components}/business/bcTable/components/table/components/sortColumn/types.d.ts +1 -2
  223. package/dist/types/src/components/business/bcTable/components/table/table.vue.d.ts +64 -0
  224. package/dist/types/{components → src/components}/business/bcTable/components/table/useTable.d.ts +5 -5
  225. package/dist/types/src/components/business/bcTable/components/table/useTableHeight.d.ts +23 -0
  226. package/dist/types/{components → src/components}/business/bcTable/methods/cellDetailMethod.d.ts +0 -1
  227. package/dist/types/{components → src/components}/business/bcTable/methods/filterAgeMethod.d.ts +0 -1
  228. package/dist/types/{components → src/components}/business/bcTable/methods/footerMethod.d.ts +1 -2
  229. package/dist/types/{components → src/components}/business/bcTable/methods/formBtnMethod.d.ts +1 -2
  230. package/dist/types/{components → src/components}/business/bcTable/methods/index.d.ts +1 -2
  231. package/dist/types/{components → src/components}/business/bcTable/utils/authField.d.ts +1 -2
  232. package/dist/types/{components → src/components}/business/bcTable/utils/onFormKey.d.ts +4 -5
  233. package/dist/types/{components → src/components}/business/bcTable/utils/onTableKey.d.ts +5 -6
  234. package/dist/types/{components → src/components}/business/bcTable/utils/parseTable.d.ts +20 -21
  235. package/dist/types/{components → src/components}/business/bcTable/utils/type.d.ts +11 -12
  236. package/dist/types/{components → src/components}/business/bcTable/utils/useBcTable.d.ts +7075 -7081
  237. package/dist/types/{components → src/components}/business/bcTable/utils/useButon.d.ts +5 -6
  238. package/dist/types/src/components/business/bcTable/utils/useFormTableHeight.d.ts +18 -0
  239. package/dist/types/{components → src/components}/business/bcTable/utils/useKeydownEvent.d.ts +17 -18
  240. package/dist/types/src/components/business/bcTabs/bcTabs.vue.d.ts +61 -0
  241. package/dist/types/src/components/business/bcTabs/components/BetterScroll/index.d.ts +2 -0
  242. package/dist/types/src/components/business/bcTabs/components/BetterScroll/index.vue.d.ts +33 -0
  243. package/dist/types/src/components/business/bcTreeSearch/bcTreeSearch.vue.d.ts +55 -0
  244. package/dist/types/src/components/business/bcTreeSelect/bcTreeSelect.vue.d.ts +28 -0
  245. package/dist/types/src/components/business/bcTrtc/bcTrtc.vue.d.ts +104 -0
  246. package/dist/types/src/components/business/bcTrtc/hooks/useOperateLog.d.ts +8 -0
  247. package/dist/types/src/components/business/bcTrtc/hooks/useTrtcRoomEvent.d.ts +50 -0
  248. package/dist/types/src/components/business/bcTrtc/type.d.ts +124 -0
  249. package/dist/types/src/components/business/bcTrtc/useTrtc.d.ts +39 -0
  250. package/dist/types/src/components/business/bcTrtc/util/generateTestUserSig.d.ts +64 -0
  251. package/dist/types/src/components/business/bcTrtc/util/lib-generate-test-usersig-es.min.d.ts +20 -0
  252. package/dist/types/src/components/business/bcTrtc/util/utils.d.ts +4 -0
  253. package/dist/types/src/components/business/bcUpload/bcUpload.vue.d.ts +13 -0
  254. package/dist/types/src/components/business/bcUpload/component/highSpeedCamera.vue.d.ts +19 -0
  255. package/dist/types/src/components/business/bcUpload/component/qwebchannel.d.ts +15 -0
  256. package/dist/types/src/components/business/bcUpload/component/type.d.ts +44 -0
  257. package/dist/types/src/components/business/bcUpload/type.d.ts +83 -0
  258. package/dist/types/src/components/business/bcUpload/upload.vue.d.ts +272 -0
  259. package/dist/types/src/components/business/bcUpload/useUpload.d.ts +21 -0
  260. package/dist/types/{components → src/components}/business/bcVisual/bcVisual.vue.d.ts +9 -8
  261. package/dist/types/{components → src/components}/business/bcVisual/components/setting/dragItem.vue.d.ts +16 -9
  262. package/dist/types/src/components/business/bcVisual/components/setting/extendItem.vue.d.ts +13 -0
  263. package/dist/types/src/components/business/bcVisual/components/setting/setting.vue.d.ts +3 -0
  264. package/dist/types/{components → src/components}/business/bcVisual/components/setting/useDrag.d.ts +2 -4
  265. package/dist/types/src/components/business/bcVisual/components/table/table.vue.d.ts +6 -0
  266. package/dist/types/src/components/business/bcVisual/components/updateName/popup.vue.d.ts +17 -0
  267. package/dist/types/src/components/business/bcVisual/components/updateSql/addCondition.vue.d.ts +23 -0
  268. package/dist/types/{components → src/components}/business/bcVisual/components/updateSql/index.d.ts +1 -2
  269. package/dist/types/{components → src/components}/business/bcVisual/components/updateSql/nodeTree/index.d.ts +1 -2
  270. package/dist/types/src/components/business/bcVisual/components/updateSql/nodeTree/index.vue.d.ts +21 -0
  271. package/dist/types/src/components/business/bcVisual/components/updateSql/nodeTree/nodeTree.vue.d.ts +27 -0
  272. package/dist/types/src/components/business/bcVisual/components/updateSql/popup.vue.d.ts +17 -0
  273. package/dist/types/{components → src/components}/business/bcVisual/useTableFormat.d.ts +28 -29
  274. package/dist/types/{components → src/components}/business/bcVisual/utils.d.ts +1 -3
  275. package/dist/types/src/components/business/index.d.ts +52 -0
  276. package/dist/types/src/hooks/index.d.ts +3 -0
  277. package/dist/types/src/hooks/onKeyStroke.d.ts +13 -0
  278. package/dist/types/src/hooks/useExpose.d.ts +23 -0
  279. package/dist/types/src/hooks/useKeyStroke.d.ts +22 -0
  280. package/dist/types/{types → src/types}/auth.d.ts +1 -2
  281. package/dist/types/{types → src/types}/components.d.ts +1 -2
  282. package/dist/types/{types → src/types}/customData.d.ts +16 -17
  283. package/dist/types/{types → src/types}/form.d.ts +1 -2
  284. package/dist/types/{types → src/types}/formItem/autocomplete.d.ts +1 -2
  285. package/dist/types/{types → src/types}/formItem/checkbox.d.ts +1 -2
  286. package/dist/types/{types → src/types}/formItem/input.d.ts +1 -2
  287. package/dist/types/{types → src/types}/formItem/inputGroup.d.ts +1 -2
  288. package/dist/types/{types → src/types}/formItem/inputNumber.d.ts +1 -2
  289. package/dist/types/{types → src/types}/formItem/radio.d.ts +1 -2
  290. package/dist/types/{types → src/types}/formItem/selelct.d.ts +1 -2
  291. package/dist/types/{types → src/types}/formItem/treeSelect.d.ts +1 -2
  292. package/dist/types/{utils → src/utils}/arrayOperation.d.ts +1 -1
  293. package/dist/types/{utils → src/utils}/common.d.ts +3 -4
  294. package/dist/types/src/utils/commonFunction.d.ts +14 -0
  295. package/dist/types/{utils → src/utils}/download.d.ts +4 -4
  296. package/dist/types/{utils → src/utils}/getDataType.d.ts +2 -3
  297. package/dist/types/src/utils/index.d.ts +26 -0
  298. package/dist/types/{utils/loading.d.ts → src/utils/loading/index.d.ts} +1 -1
  299. package/dist/types/src/utils/lodash.d.ts +2 -0
  300. package/dist/types/{utils → src/utils}/mitt.d.ts +2 -3
  301. package/dist/types/{utils → src/utils}/number.d.ts +2 -14
  302. package/dist/types/{utils → src/utils}/other.d.ts +11 -12
  303. package/dist/types/src/utils/request/index.d.ts +6 -0
  304. package/dist/types/{utils → src/utils}/request/interceptors/request/authorization.interceptor.d.ts +1 -2
  305. package/dist/types/{utils → src/utils}/request/interceptors/request/result.type.interceptor.d.ts +6 -2
  306. package/dist/types/{utils → src/utils}/request/interceptors/request/undefined-params-handler.interceptor.d.ts +13 -2
  307. package/dist/types/{utils → src/utils}/request/interceptors/response/error-handler.interceptor.d.ts +1 -2
  308. package/dist/types/{utils → src/utils}/request/repeatRequest.d.ts +1 -2
  309. package/dist/types/src/utils/request/request.d.ts +6 -0
  310. package/dist/types/src/utils/showMessage.d.ts +3 -0
  311. package/dist/types/src/utils/showMessageBox.d.ts +3 -0
  312. package/dist/types/src/utils/showNotification.d.ts +3 -0
  313. package/dist/types/{utils → src/utils}/showPopup/index.d.ts +5 -6
  314. package/dist/types/src/utils/showPopup/showPopup.vue.d.ts +56 -0
  315. package/dist/types/{utils → src/utils}/storage.d.ts +12 -14
  316. package/dist/types/{utils → src/utils}/tree.d.ts +3 -4
  317. package/dist/types/{utils → src/utils}/url.d.ts +2 -3
  318. package/package.json +16 -41
  319. package/LICENSE +0 -21
  320. package/dist/401-CaFGhD56.js +0 -1
  321. package/dist/401-dNBqBBQB.mjs +0 -56
  322. package/dist/404-BBjjPQnq.js +0 -1
  323. package/dist/404-BBjjPQnq.js.gz +0 -0
  324. package/dist/404-CXaFz1H_.mjs +0 -61
  325. package/dist/404-CXaFz1H_.mjs.gz +0 -0
  326. package/dist/account-Dl2F8kzB.mjs +0 -215
  327. package/dist/account-j6DmqhU5.js +0 -1
  328. package/dist/aside-DYuDthGf.js +0 -1
  329. package/dist/aside-U9WBrI1F.mjs +0 -164
  330. package/dist/baseBtnConfig-C6KLedE5.mjs +0 -273
  331. package/dist/baseBtnConfig-DRxjBT8Z.js +0 -1
  332. package/dist/baseFormConfig-BaFbaMWd.mjs +0 -722
  333. package/dist/baseFormConfig-BaFbaMWd.mjs.gz +0 -0
  334. package/dist/baseFormConfig-BfwuF6e2.mjs +0 -504
  335. package/dist/baseFormConfig-BfwuF6e2.mjs.gz +0 -0
  336. package/dist/baseFormConfig-D0n1_pUw.js +0 -1
  337. package/dist/baseFormConfig-D5Q35Bo3.js +0 -1
  338. package/dist/baseTableConfig-Cqz33Bik.mjs +0 -2624
  339. package/dist/baseTableConfig-Cqz33Bik.mjs.gz +0 -0
  340. package/dist/baseTableConfig-Tc9NkB4Z.js +0 -1
  341. package/dist/baseTableConfig-Tc9NkB4Z.js.gz +0 -0
  342. package/dist/bcFormConfig-De_NDIJX.js +0 -1
  343. package/dist/bcFormConfig-k01YVL7i.mjs +0 -234
  344. package/dist/bcPageTreeBySystem.vue_vue_type_script_setup_true_lang-Cinv4rqH.mjs +0 -131
  345. package/dist/bcPageTreeBySystem.vue_vue_type_script_setup_true_lang-DYPKK-F9.js +0 -1
  346. package/dist/bcSwitchSystems.vue_vue_type_script_setup_true_lang-CBnZ0Gtd.js +0 -1
  347. package/dist/bcSwitchSystems.vue_vue_type_script_setup_true_lang-ap2SoWQx.mjs +0 -101
  348. package/dist/btnIndex-BWYqart_.js +0 -1
  349. package/dist/btnIndex-CIxuTGaV.mjs +0 -287
  350. package/dist/btnIndex-CIxuTGaV.mjs.gz +0 -0
  351. package/dist/classic-BHDWrphH.mjs +0 -81
  352. package/dist/classic-Cggtuvww.js +0 -1
  353. package/dist/cloneConfigDialog-C-Wgt6lp.mjs +0 -817
  354. package/dist/cloneConfigDialog-C-Wgt6lp.mjs.gz +0 -0
  355. package/dist/cloneConfigDialog-DStfblnx.js +0 -1
  356. package/dist/cloneConfigDialog-DStfblnx.js.gz +0 -0
  357. package/dist/columns-Co0sc2Vp.mjs +0 -87
  358. package/dist/columns-KUgBQ-bi.js +0 -1
  359. package/dist/columnsAside-6e_Rdbm2.js +0 -1
  360. package/dist/columnsAside-BqApWcwH.mjs +0 -220
  361. package/dist/contextmenu-0Efiyp1u.mjs +0 -125
  362. package/dist/contextmenu-BBMMi-TN.mjs +0 -125
  363. package/dist/contextmenu-CCDgfmrK.js +0 -1
  364. package/dist/contextmenu-D5Ssw8tr.js +0 -1
  365. package/dist/copyMenuConfig-M_voURcU.mjs +0 -4
  366. package/dist/copyMenuConfig-reOnQJ5_.js +0 -1
  367. package/dist/copyMenuConfig.vue_vue_type_script_setup_true_lang-1WltOLrD.mjs +0 -85
  368. package/dist/copyMenuConfig.vue_vue_type_script_setup_true_lang-Bn7uwbn6.js +0 -1
  369. package/dist/copySystem-BYNmlnJJ.js +0 -1
  370. package/dist/copySystem-CU-ec_wc.mjs +0 -4
  371. package/dist/copySystem.vue_vue_type_script_setup_true_lang-BQdZABZN.mjs +0 -78
  372. package/dist/copySystem.vue_vue_type_script_setup_true_lang-DVIPeHaZ.js +0 -1
  373. package/dist/defaults-C8u0Ixi6.js +0 -1
  374. package/dist/defaults-DbE_9uBD.mjs +0 -86
  375. package/dist/dialog-BpY5TPcI.mjs +0 -365
  376. package/dist/dialog-BpY5TPcI.mjs.gz +0 -0
  377. package/dist/dialog-C3qdP9_7.mjs +0 -4
  378. package/dist/dialog-CbtiX4bf.js +0 -1
  379. package/dist/dialog-Crw1svNb.mjs +0 -4
  380. package/dist/dialog-D2oaUQ1K.js +0 -1
  381. package/dist/dialog-DQP53khI.mjs +0 -359
  382. package/dist/dialog-DQP53khI.mjs.gz +0 -0
  383. package/dist/dialog-DpdeHbfb.js +0 -1
  384. package/dist/dialog-DxBOYlwo.js +0 -1
  385. package/dist/dialog-TFJ52Qpk.js +0 -1
  386. package/dist/dialog-yPzNGOhd.mjs +0 -10
  387. package/dist/dialog.vue_vue_type_script_setup_true_name_dataAuthDialog_lang-BXa1w9sl.js +0 -1
  388. package/dist/dialog.vue_vue_type_script_setup_true_name_dataAuthDialog_lang-Cj6QZ_1n.mjs +0 -220
  389. package/dist/dialog.vue_vue_type_script_setup_true_name_systemMenuDialog_lang-C-2ohzef.mjs +0 -694
  390. package/dist/dialog.vue_vue_type_script_setup_true_name_systemMenuDialog_lang-C-2ohzef.mjs.gz +0 -0
  391. package/dist/dialog.vue_vue_type_script_setup_true_name_systemMenuDialog_lang-DDxJaope.js +0 -1
  392. package/dist/dialog.vue_vue_type_script_setup_true_name_systemMenuDialog_lang-DDxJaope.js.gz +0 -0
  393. package/dist/dictDialog-2-XNTIeA.js +0 -1
  394. package/dist/dictDialog-Xiry_5wf.mjs +0 -4
  395. package/dist/dictDialog.vue_vue_type_script_setup_true_name_dictDialog_lang-CYIV2qih.js +0 -1
  396. package/dist/dictDialog.vue_vue_type_script_setup_true_name_dictDialog_lang-nAtI0_qU.mjs +0 -154
  397. package/dist/dictItemDialog-Clje_DKj.mjs +0 -4
  398. package/dist/dictItemDialog-z9uIEmqs.js +0 -1
  399. package/dist/dictItemDialog.vue_vue_type_script_setup_true_lang-BYoT3YIw.mjs +0 -231
  400. package/dist/dictItemDialog.vue_vue_type_script_setup_true_lang-C7wUo8tZ.js +0 -1
  401. package/dist/favicon.ico +0 -0
  402. package/dist/formConfig-Ci7tuaaU.js +0 -1
  403. package/dist/formConfig-Ci7tuaaU.js.gz +0 -0
  404. package/dist/formConfig-DwB-R3is.mjs +0 -592
  405. package/dist/formConfig-DwB-R3is.mjs.gz +0 -0
  406. package/dist/header-BIFSpl3F.mjs +0 -28
  407. package/dist/header-SxlPkWE1.js +0 -1
  408. package/dist/horizontal-BMBXN_h_.js +0 -1
  409. package/dist/horizontal-DEV7AR_G.mjs +0 -151
  410. package/dist/hsAttrBtn-CFzqiBsx.mjs +0 -4
  411. package/dist/hsAttrBtn-R49LSu_d.js +0 -1
  412. package/dist/hsAttrBtn.vue_vue_type_script_setup_true_lang-BA5qD9D_.mjs +0 -128
  413. package/dist/hsAttrBtn.vue_vue_type_script_setup_true_lang-l3_0rFKn.js +0 -1
  414. package/dist/hsAttrForm-B2BhYTdK.mjs +0 -4
  415. package/dist/hsAttrForm-Dax6V0Jm.js +0 -1
  416. package/dist/hsAttrForm.vue_vue_type_script_setup_true_lang-CKrb7xs8.js +0 -1
  417. package/dist/hsAttrForm.vue_vue_type_script_setup_true_lang-CT1OxoWO.mjs +0 -439
  418. package/dist/hsAttrForm.vue_vue_type_script_setup_true_lang-CT1OxoWO.mjs.gz +0 -0
  419. package/dist/hsBtnConfigList-BOlR66mr.js +0 -1
  420. package/dist/hsBtnConfigList-CL1Pbm8t.mjs +0 -117
  421. package/dist/hsBtnItemConfig-ChdcqgZp.mjs +0 -4
  422. package/dist/hsBtnItemConfig-pecTB5lk.js +0 -1
  423. package/dist/hsBtnItemConfig.vue_vue_type_script_setup_true_lang-2guM43p0.js +0 -1
  424. package/dist/hsBtnItemConfig.vue_vue_type_script_setup_true_lang-lsmFzJFI.mjs +0 -147
  425. package/dist/hsBtnPanel-83nht1UQ.js +0 -1
  426. package/dist/hsBtnPanel-CDXIlZ_p.mjs +0 -4
  427. package/dist/hsBtnPanel.vue_vue_type_script_setup_true_name_formPanel_lang-DA7FmG0n.mjs +0 -67
  428. package/dist/hsBtnPanel.vue_vue_type_script_setup_true_name_formPanel_lang-u2pZC_gR.js +0 -1
  429. package/dist/hsCheckbox-BKa_El3s.js +0 -1
  430. package/dist/hsCheckbox-CalDndlZ.mjs +0 -4
  431. package/dist/hsCheckbox.vue_vue_type_script_setup_true_lang-Dh-lqGjq.js +0 -1
  432. package/dist/hsCheckbox.vue_vue_type_script_setup_true_lang-XCUyHi8X.mjs +0 -28
  433. package/dist/hsExpand-B1cUAaAw.mjs +0 -4
  434. package/dist/hsExpand-Bwd73fvo.js +0 -1
  435. package/dist/hsExpand.vue_vue_type_script_setup_true_lang-BNyT0h7t.js +0 -1
  436. package/dist/hsExpand.vue_vue_type_script_setup_true_lang-ezt_aGUO.mjs +0 -285
  437. package/dist/hsFormConfig-B6c-_yYP.js +0 -1
  438. package/dist/hsFormConfig-XU9bJ3kx.mjs +0 -207
  439. package/dist/hsFormConfigList-TKRLW26e.mjs +0 -414
  440. package/dist/hsFormConfigList-TKRLW26e.mjs.gz +0 -0
  441. package/dist/hsFormConfigList-dZqSrJSK.js +0 -1
  442. package/dist/hsFormPanel-CGFysBUk.mjs +0 -238
  443. package/dist/hsFormPanel-CGFysBUk.mjs.gz +0 -0
  444. package/dist/hsFormPanel-kYjgElFR.js +0 -1
  445. package/dist/hsFormParse-BNbnHW6i.mjs +0 -4
  446. package/dist/hsFormParse-CORdqc6m.js +0 -1
  447. package/dist/hsFormParse.vue_vue_type_script_setup_true_lang-Ch8RhdXV.mjs +0 -242
  448. package/dist/hsFormParse.vue_vue_type_script_setup_true_lang-Dhlc8D2i.js +0 -1
  449. package/dist/hsPanelItem-BOZ1av6y.js +0 -1
  450. package/dist/hsPanelItem-tPpJnnJd.mjs +0 -4
  451. package/dist/hsPanelItem.vue_vue_type_script_setup_true_name_panelItem_lang-Dao7NDhZ.mjs +0 -86
  452. package/dist/hsPanelItem.vue_vue_type_script_setup_true_name_panelItem_lang-KozoMnkD.js +0 -1
  453. package/dist/iframes-CWdXFiYU.mjs +0 -122
  454. package/dist/iframes-DnAW1ZV2.js +0 -1
  455. package/dist/index copy-DFE_yWCx.mjs +0 -69
  456. package/dist/index copy-DkSt5nzl.js +0 -1
  457. package/dist/index copy-DtsDgBF8.mjs +0 -134
  458. package/dist/index copy-tJ9FVsS0.js +0 -1
  459. package/dist/index-0EMZK_Ri.mjs +0 -10
  460. package/dist/index-24BJiQB9.js +0 -1
  461. package/dist/index-3R5jyrHz.mjs +0 -4
  462. package/dist/index-4ncpQ4eO.js +0 -1
  463. package/dist/index-7sWorN-E.mjs +0 -10
  464. package/dist/index-B1OFpRFB.js +0 -1
  465. package/dist/index-B3waQo6j.mjs +0 -331
  466. package/dist/index-B3waQo6j.mjs.gz +0 -0
  467. package/dist/index-B9WSj98p.mjs +0 -173
  468. package/dist/index-BENZ2WH6.mjs +0 -1009
  469. package/dist/index-BENZ2WH6.mjs.gz +0 -0
  470. package/dist/index-BIgnSPCb.js +0 -1
  471. package/dist/index-BLGhN7h0.js +0 -1
  472. package/dist/index-BM5nAlyo.js +0 -1
  473. package/dist/index-BO1FveAU.js +0 -1
  474. package/dist/index-BPcf0Qgl.js +0 -1
  475. package/dist/index-BRmPrBX8.js +0 -1
  476. package/dist/index-BTs82niR.js +0 -1
  477. package/dist/index-BU8dO1hT.js +0 -1
  478. package/dist/index-BUojF4y6.mjs +0 -4
  479. package/dist/index-BXJWAHGd.mjs +0 -254
  480. package/dist/index-BfOP9sXo.js +0 -1
  481. package/dist/index-Bg2dWQkx.mjs +0 -152
  482. package/dist/index-BhMp70XH.mjs +0 -94
  483. package/dist/index-Bhj2Qelk.js +0 -1
  484. package/dist/index-BiE_2Gfj.js +0 -1
  485. package/dist/index-BmHxBvI1.js +0 -1
  486. package/dist/index-BoPRlzO3.mjs +0 -4
  487. package/dist/index-BpCPATgk.js +0 -1
  488. package/dist/index-BrlBUe6h.mjs +0 -133
  489. package/dist/index-Bvr5XYtq.mjs +0 -73
  490. package/dist/index-CF51_jlI.js +0 -1
  491. package/dist/index-CH_1fUdz.mjs +0 -30
  492. package/dist/index-CJNK6Cjy.js +0 -1
  493. package/dist/index-CLq_LQxX.js +0 -1
  494. package/dist/index-CLq_LQxX.js.gz +0 -0
  495. package/dist/index-CPj-Yh8g.js +0 -1
  496. package/dist/index-CPz6ggKd.mjs +0 -4
  497. package/dist/index-CUE6cOFE.mjs +0 -76
  498. package/dist/index-CVRPmktf.js +0 -1
  499. package/dist/index-CXgFr4Ld.mjs +0 -65
  500. package/dist/index-CYGyHWBv.mjs +0 -258264
  501. package/dist/index-CYGyHWBv.mjs.gz +0 -0
  502. package/dist/index-C_ugVEaP.mjs +0 -119
  503. package/dist/index-CbCppT2z.js +0 -1
  504. package/dist/index-CbgKih92.js +0 -1
  505. package/dist/index-Ci6RD5--.js +0 -1
  506. package/dist/index-Ci6RD5--.js.gz +0 -0
  507. package/dist/index-CjgoMe9f.mjs +0 -5403
  508. package/dist/index-CjgoMe9f.mjs.gz +0 -0
  509. package/dist/index-CnF3_P-G.js +0 -1
  510. package/dist/index-Cqp3Jnya.mjs +0 -95
  511. package/dist/index-CyV3ZVir.js +0 -1
  512. package/dist/index-D-2xfhbK.js +0 -1
  513. package/dist/index-D2GFhA-V.mjs +0 -47
  514. package/dist/index-D2Jd-mM6.mjs +0 -4
  515. package/dist/index-D6ZLwYDH.mjs +0 -89
  516. package/dist/index-DC-Js6Hi.js +0 -1
  517. package/dist/index-DCbmeDfO.js +0 -1
  518. package/dist/index-DCqtHRF9.mjs +0 -23
  519. package/dist/index-DDqY4_A5.mjs +0 -14
  520. package/dist/index-DEykAVeO.js +0 -1
  521. package/dist/index-DFIV43KD.js +0 -1
  522. package/dist/index-DHHcO6BG.js +0 -1
  523. package/dist/index-DJA7OrZO.js +0 -1
  524. package/dist/index-DKCFYKAH.js +0 -1
  525. package/dist/index-DNDaCoMF.js +0 -1
  526. package/dist/index-DRBjUBTG.mjs +0 -65
  527. package/dist/index-DT3c6iM1.mjs +0 -49
  528. package/dist/index-DTZW2hE_.js +0 -1
  529. package/dist/index-DWkT7_xS.mjs +0 -200
  530. package/dist/index-DXXKvOqN.mjs +0 -67
  531. package/dist/index-DZ_UFJE2.mjs +0 -43
  532. package/dist/index-Db25V09U.mjs +0 -73
  533. package/dist/index-DdVbsoiV.js +0 -1
  534. package/dist/index-Dgj5D7n5.mjs +0 -262
  535. package/dist/index-Dlp-NK3p.mjs +0 -172
  536. package/dist/index-DnFBRN9K.js +0 -110
  537. package/dist/index-DnFBRN9K.js.gz +0 -0
  538. package/dist/index-DvbPzC-6.js +0 -1
  539. package/dist/index-Dz9KzQ5V.mjs +0 -50
  540. package/dist/index-DzuU21Ls.js +0 -1
  541. package/dist/index-GKB-XroO.mjs +0 -22
  542. package/dist/index-J73yPVKq.mjs +0 -285
  543. package/dist/index-OdAUnbSV.mjs +0 -131
  544. package/dist/index-PCI3lWru.mjs +0 -38
  545. package/dist/index-PFUkwGmD.js +0 -1
  546. package/dist/index-PFUkwGmD.js.gz +0 -0
  547. package/dist/index-TmdsXxg4.mjs +0 -403
  548. package/dist/index-TmdsXxg4.mjs.gz +0 -0
  549. package/dist/index-URGFFXl5.js +0 -1
  550. package/dist/index-W8MzP83s.mjs +0 -213
  551. package/dist/index-YTNJNmBt.js +0 -1
  552. package/dist/index-Z83-84L3.js +0 -1
  553. package/dist/index-ZKhBU3tw.js +0 -1
  554. package/dist/index-aOzMz2B9.mjs +0 -51
  555. package/dist/index-bZH91HoC.mjs +0 -2208
  556. package/dist/index-bZH91HoC.mjs.gz +0 -0
  557. package/dist/index-feq0FF6W.mjs +0 -23
  558. package/dist/index-g_BDa62N.mjs +0 -19
  559. package/dist/index.vue_vue_type_script_setup_true_lang-B1f-mj3k.mjs +0 -103
  560. package/dist/index.vue_vue_type_script_setup_true_lang-BtDusFoW.js +0 -1
  561. package/dist/index.vue_vue_type_script_setup_true_lang-BxsT79jf.js +0 -1
  562. package/dist/index.vue_vue_type_script_setup_true_lang-C0UurXCc.js +0 -1
  563. package/dist/index.vue_vue_type_script_setup_true_lang-CFxpNArv.mjs +0 -97
  564. package/dist/index.vue_vue_type_script_setup_true_lang-Ch2lZaTn.mjs +0 -194
  565. package/dist/index.vue_vue_type_script_setup_true_lang-Dv-kZosQ.mjs +0 -267
  566. package/dist/index.vue_vue_type_script_setup_true_lang-Dv-kZosQ.mjs.gz +0 -0
  567. package/dist/index.vue_vue_type_script_setup_true_lang-IJKBTB3Y.js +0 -1
  568. package/dist/index.vue_vue_type_script_setup_true_name_iconSelector_lang-CZUzRg_n.js +0 -1
  569. package/dist/index.vue_vue_type_script_setup_true_name_iconSelector_lang-NkgQCBte.mjs +0 -288
  570. package/dist/index.vue_vue_type_script_setup_true_name_iconSelector_lang-NkgQCBte.mjs.gz +0 -0
  571. package/dist/lib-generate-test-usersig.min.js +0 -2
  572. package/dist/lib-generate-test-usersig.min.js.gz +0 -0
  573. package/dist/link-B9jZK3Co.js +0 -1
  574. package/dist/link-x-yMf2aU.mjs +0 -63
  575. package/dist/list-CGMCMNPw.js +0 -1
  576. package/dist/list-CpLsLqR3.mjs +0 -85
  577. package/dist/logo-mini-BQ9BrQ1U.mjs +0 -4
  578. package/dist/logo-mini-DwRdfcE7.js +0 -1
  579. package/dist/main-CeHb7mmf.mjs +0 -72
  580. package/dist/main-VC_qocWi.js +0 -1
  581. package/dist/mobile-BYhQ989p.mjs +0 -115
  582. package/dist/mobile-DKd-GevH.js +0 -1
  583. package/dist/parent-BrZUDcxI.mjs +0 -131
  584. package/dist/parent-Cqft6ke8.js +0 -1
  585. package/dist/popup-B8dQsRMA.mjs +0 -4
  586. package/dist/popup-BhaF4a5x.js +0 -1
  587. package/dist/popup.vue_vue_type_script_setup_true_name_replaceRules_lang-6oT8xreJ.mjs +0 -89
  588. package/dist/popup.vue_vue_type_script_setup_true_name_replaceRules_lang-UweFIPnt.js +0 -1
  589. package/dist/roleItem-sC4o_Aj4.mjs +0 -103
  590. package/dist/roleItem-yqdApgll.js +0 -1
  591. package/dist/saveForm-C2E9Y6ON.mjs +0 -160
  592. package/dist/saveForm-TjA9LESw.js +0 -1
  593. package/dist/scan-BnUS-AoC.js +0 -1
  594. package/dist/scan-BnUS-AoC.js.gz +0 -0
  595. package/dist/scan-DoY8mPqe.mjs +0 -945
  596. package/dist/scan-DoY8mPqe.mjs.gz +0 -0
  597. package/dist/search-BS0R6DrM.js +0 -1
  598. package/dist/search-DI-pcuZu.mjs +0 -114
  599. package/dist/selectConfig-CnxTVchz.mjs +0 -546
  600. package/dist/selectConfig-CnxTVchz.mjs.gz +0 -0
  601. package/dist/selectConfig-D2HVovD8.js +0 -1
  602. package/dist/shortcutList-BXBGQdNn.mjs +0 -76
  603. package/dist/shortcutList-WSi4lUlm.js +0 -1
  604. package/dist/style.css +0 -1
  605. package/dist/style.css.gz +0 -0
  606. package/dist/subItem-BfyxcMb4.js +0 -1
  607. package/dist/subItem-DUZskY5M.mjs +0 -77
  608. package/dist/tagsView-Dft974Qb.mjs +0 -2695
  609. package/dist/tagsView-Dft974Qb.mjs.gz +0 -0
  610. package/dist/tagsView-PBsI_cCp.js +0 -8
  611. package/dist/tagsView-PBsI_cCp.js.gz +0 -0
  612. package/dist/transverse-CjKbGMR0.js +0 -1
  613. package/dist/transverse-cTm57se-.mjs +0 -65
  614. package/dist/types/components/business/bcBox/bcBox.vue.d.ts +0 -66
  615. package/dist/types/components/business/bcBreadcrumb/bcBreadcrumb.vue.d.ts +0 -23
  616. package/dist/types/components/business/bcForm/baseForm.vue.d.ts +0 -273
  617. package/dist/types/components/business/bcForm/bcForm.vue.d.ts +0 -42
  618. package/dist/types/components/business/bcForm/useGuide.d.ts +0 -564
  619. package/dist/types/components/business/bcSystemAuth/components/data.vue.d.ts +0 -3
  620. package/dist/types/components/business/bcSystemAuth/components/dict.vue.d.ts +0 -3
  621. package/dist/types/components/business/bcSystemAuth/components/fastSet/popup.vue.d.ts +0 -17
  622. package/dist/types/components/business/bcSystemAuth/components/field.vue.d.ts +0 -3
  623. package/dist/types/components/business/bcSystemAuth/components/form.vue.d.ts +0 -13
  624. package/dist/types/components/business/bcSystemAuth/components/selectAll/index.vue.d.ts +0 -5
  625. package/dist/types/components/business/bcSystemAuth/components/table.vue.d.ts +0 -13
  626. package/dist/types/components/business/bcSystemAuth/components/widget/btns.vue.d.ts +0 -15
  627. package/dist/types/components/business/bcSystemAuth/components/widget/form.vue.d.ts +0 -15
  628. package/dist/types/components/business/bcSystemAuth/components/widget/tab.vue.d.ts +0 -45
  629. package/dist/types/components/business/bcSystemAuth/components/widget/tables.vue.d.ts +0 -15
  630. package/dist/types/components/business/bcSystemAuth/components/widget/tablesWraper.vue.d.ts +0 -15
  631. package/dist/types/components/business/bcSystemAuth/index.d.ts +0 -3
  632. package/dist/types/components/business/bcSystemAuth/index.vue.d.ts +0 -26
  633. package/dist/types/components/business/bcSystemAuth/type.d.ts +0 -42
  634. package/dist/types/components/business/bcSystemAuth/useAuth.d.ts +0 -28
  635. package/dist/types/components/business/bcSystemField/components/field.vue.d.ts +0 -3
  636. package/dist/types/components/business/bcSystemField/components/form.vue.d.ts +0 -13
  637. package/dist/types/components/business/bcSystemField/components/selectAll/index.vue.d.ts +0 -5
  638. package/dist/types/components/business/bcSystemField/components/table.vue.d.ts +0 -13
  639. package/dist/types/components/business/bcSystemField/components/widget/form.vue.d.ts +0 -15
  640. package/dist/types/components/business/bcSystemField/components/widget/tab.vue.d.ts +0 -45
  641. package/dist/types/components/business/bcSystemField/components/widget/tables.vue.d.ts +0 -15
  642. package/dist/types/components/business/bcSystemField/components/widget/tablesWraper.vue.d.ts +0 -15
  643. package/dist/types/components/business/bcSystemField/index.d.ts +0 -3
  644. package/dist/types/components/business/bcSystemField/index.vue.d.ts +0 -16
  645. package/dist/types/components/business/bcSystemField/useAuth.d.ts +0 -16
  646. package/dist/types/components/business/bcTable/bcFormTable.vue.d.ts +0 -142
  647. package/dist/types/components/business/bcTable/bcTable.vue.d.ts +0 -51
  648. package/dist/types/components/business/bcTable/components/btn/btn.vue.d.ts +0 -77
  649. package/dist/types/components/business/bcTable/components/popup/index.d.ts +0 -3
  650. package/dist/types/components/business/bcTable/components/query/components/sortForm/sortForm.vue.d.ts +0 -23
  651. package/dist/types/components/business/bcTable/components/query/drag.vue.d.ts +0 -244
  652. package/dist/types/components/business/bcTable/components/query/query.vue.d.ts +0 -249
  653. package/dist/types/components/business/bcTable/components/table/colgroup.vue.d.ts +0 -28
  654. package/dist/types/components/business/bcTable/components/table/column.vue.d.ts +0 -35
  655. package/dist/types/components/business/bcTable/components/table/components/sortColumn/sortColumn.vue.d.ts +0 -25
  656. package/dist/types/components/business/bcTable/components/table/table.vue.d.ts +0 -67
  657. package/dist/types/components/business/bcTable/components/table/useTableHeight.d.ts +0 -25
  658. package/dist/types/components/business/bcTable/utils/useFormTableHeight.d.ts +0 -20
  659. package/dist/types/components/business/bcVisual/components/setting/extendItem.vue.d.ts +0 -13
  660. package/dist/types/components/business/bcVisual/components/setting/setting.vue.d.ts +0 -3
  661. package/dist/types/components/business/bcVisual/components/table/table.vue.d.ts +0 -6
  662. package/dist/types/components/business/bcVisual/components/updateName/popup.vue.d.ts +0 -17
  663. package/dist/types/components/business/bcVisual/components/updateSql/addCondition.vue.d.ts +0 -23
  664. package/dist/types/components/business/bcVisual/components/updateSql/nodeTree/index.vue.d.ts +0 -21
  665. package/dist/types/components/business/bcVisual/components/updateSql/nodeTree/nodeTree.vue.d.ts +0 -19
  666. package/dist/types/components/business/bcVisual/components/updateSql/popup.vue.d.ts +0 -17
  667. package/dist/types/plugins/index.d.ts +0 -33
  668. package/dist/types/types/system.d.ts +0 -14
  669. package/dist/types/utils/authFunction.d.ts +0 -18
  670. package/dist/types/utils/build.d.ts +0 -11
  671. package/dist/types/utils/commonFunction.d.ts +0 -29
  672. package/dist/types/utils/file.d.ts +0 -6
  673. package/dist/types/utils/getStyleSheets.d.ts +0 -11
  674. package/dist/types/utils/index.d.ts +0 -29
  675. package/dist/types/utils/lodash.d.ts +0 -3
  676. package/dist/types/utils/request/index.d.ts +0 -6
  677. package/dist/types/utils/request/request.d.ts +0 -7
  678. package/dist/types/utils/setIconfont.d.ts +0 -11
  679. package/dist/types/utils/showMessage.d.ts +0 -6
  680. package/dist/types/utils/showMessageBox.d.ts +0 -6
  681. package/dist/types/utils/showNotification.d.ts +0 -6
  682. package/dist/useConfigInfo-2zEYLSSs.js +0 -1
  683. package/dist/useConfigInfo-PTkkdx-l.mjs +0 -19
  684. package/dist/user-BVfFipEN.js +0 -1
  685. package/dist/user-BwTaSlHV.mjs +0 -246
  686. package/dist/userNews-Bu82hvh-.mjs +0 -72
  687. package/dist/userNews-CqtqTrvp.js +0 -1
  688. package/dist/userSelect-CTM8Fa6N.mjs +0 -4
  689. package/dist/userSelect-CpdC2OeS.js +0 -1
  690. package/dist/userSelect.vue_vue_type_script_setup_true_lang-BAeRpB4d.js +0 -1
  691. package/dist/userSelect.vue_vue_type_script_setup_true_lang-bmpwfuqr.mjs +0 -100
  692. package/dist/vertical-CQrO0kp6.js +0 -1
  693. package/dist/vertical-vdV35A3P.mjs +0 -133
  694. /package/dist/types/{components → src/components}/business/bcSystemAuth/components/fastSet/index.d.ts +0 -0
  695. /package/dist/types/{components → src/components}/business/bcSystemAuth/components/index.d.ts +0 -0
  696. /package/dist/types/{components → src/components}/business/bcSystemAuth/components/widget/index.d.ts +0 -0
  697. /package/dist/types/{components → src/components}/business/bcSystemField/components/index.d.ts +0 -0
  698. /package/dist/types/{components → src/components}/business/bcSystemField/components/widget/index.d.ts +0 -0
  699. /package/dist/types/{components → src/components}/business/bcTable/components/index.d.ts +0 -0
  700. /package/dist/types/{components → src/components}/business/bcTable/components/query/components/sortForm/index.d.ts +0 -0
  701. /package/dist/types/{components → src/components}/business/bcTable/components/table/components/sortColumn/index.d.ts +0 -0
  702. /package/dist/types/{components → src/components}/business/bcVisual/components/updateName/index.d.ts +0 -0
  703. /package/dist/types/{components → src/components}/business/bcVisual/type.d.ts +0 -0
  704. /package/dist/types/{types → src/types}/formItem/button.d.ts +0 -0
  705. /package/dist/types/{types → src/types}/formItem/index.d.ts +0 -0
  706. /package/dist/types/{types → src/types}/index.d.ts +0 -0
  707. /package/dist/types/{utils → src/utils}/cfprint.d.ts +0 -0
  708. /package/dist/types/{utils → src/utils}/crypto.d.ts +0 -0
  709. /package/dist/types/{utils → src/utils}/device_info.d.ts +0 -0
  710. /package/dist/types/{utils → src/utils}/formatTime.d.ts +0 -0
  711. /package/dist/types/{utils → src/utils}/request/interceptors/request/index.d.ts +0 -0
  712. /package/dist/types/{utils → src/utils}/request/interceptors/response/index.d.ts +0 -0
  713. /package/dist/types/{utils → src/utils}/shortcutList.d.ts +0 -0
  714. /package/dist/types/{utils → src/utils}/theme.d.ts +0 -0
  715. /package/dist/types/{utils → src/utils}/toolsValidate.d.ts +0 -0
  716. /package/dist/types/{utils → src/utils}/update.d.ts +0 -0
  717. /package/dist/types/{utils → src/utils}/watermark.d.ts +0 -0
@@ -1,1009 +0,0 @@
1
- import { reactive, ref, defineComponent, resolveComponent, createElementBlock, openBlock, Fragment, createVNode, createBlock, createCommentVNode, unref, withCtx, createTextVNode, withKeys, createElementVNode, renderList, toDisplayString } from "vue";
2
- import { c as _, b as ElMessage, w as getDataType, _ as _export_sfc } from "./index-CYGyHWBv.mjs";
3
- import { u as usePostMan } from "./index-GKB-XroO.mjs";
4
- const postMan = usePostMan();
5
- let textareaRef = ref();
6
- let state = reactive({
7
- show: false,
8
- index: 0,
9
- result: "",
10
- searchApi: [],
11
- search: "",
12
- ids: [],
13
- apis: [],
14
- returnFun: []
15
- });
16
- const getClassName = (method, path) => {
17
- let _path = path.split("/").pop();
18
- let list = _path.split("_");
19
- let majuscule = "";
20
- list.map((item, index2) => {
21
- if (index2 == 0) {
22
- majuscule = item;
23
- } else {
24
- majuscule += item.charAt(0).toUpperCase() + item.slice(1);
25
- }
26
- });
27
- if (majuscule.substring(0, 3) === "get" || majuscule.substring(0, 3) === "post" || majuscule.substring(0, 3) === "Put") {
28
- return majuscule;
29
- } else {
30
- return method + majuscule.charAt(0).toUpperCase() + majuscule.slice(1);
31
- }
32
- };
33
- const getDocApi = () => {
34
- postMan.getApiDocs().then((res) => {
35
- _.forEach(res.paths, function(value, key) {
36
- let val;
37
- let method = "";
38
- if (value.get) {
39
- val = value.get;
40
- method = "get";
41
- } else if (value.post) {
42
- val = value.post;
43
- method = "post";
44
- } else if (value.put) {
45
- val = value.put;
46
- method = "put";
47
- }
48
- let tag = _.filter(res.tags, {
49
- name: val.tags[0]
50
- });
51
- if (val) {
52
- state.apis.push({
53
- description: tag[0]["description"],
54
- tags: val.tags[0],
55
- title: val.summary,
56
- url: "/" + res.basePath.split("/")[1] + key,
57
- method,
58
- parameters: val.parameters,
59
- proxy: res.basePath.split("/")[1],
60
- className: getClassName(method, key)
61
- });
62
- }
63
- });
64
- }).catch((err) => {
65
- console.debug("获取API信息错误", err);
66
- });
67
- };
68
- const onFuzzyQuery = function(list, keyWord) {
69
- let api = [];
70
- for (let i = 0; i < list.length; i++) {
71
- if (list[i].title.split(keyWord).length > 1) {
72
- api.push(list[i]);
73
- }
74
- if (list[i].description.split(keyWord).length > 1 && _.indexOf(_.map(api, "url"), list[i].url) === -1) {
75
- api.push(list[i]);
76
- }
77
- if (list[i].tags.split(keyWord).length > 1 && _.indexOf(_.map(api, "url"), list[i].url) === -1) {
78
- api.push(list[i]);
79
- }
80
- if (list[i].url.split(keyWord).length > 1 && _.indexOf(_.map(api, "url"), list[i].url) === -1) {
81
- api.push(list[i]);
82
- }
83
- }
84
- return api;
85
- };
86
- const onSearch = function() {
87
- state.searchApi = [];
88
- if (state.search.trim()) {
89
- state.searchApi = onFuzzyQuery(state.apis, state.search.trim());
90
- state.returnFun = _.map(state.searchApi, "className");
91
- console.debug("returnFun:", state.returnFun);
92
- if (state.searchApi.length === 0) {
93
- ElMessage({
94
- message: "未搜索到接口数据",
95
- type: "success"
96
- });
97
- }
98
- } else {
99
- ElMessage({
100
- message: "搜索的数据不能为空",
101
- type: "error"
102
- });
103
- }
104
- };
105
- function onResult() {
106
- const fun = new Function("return " + state.result);
107
- state.result = getDataType(fun());
108
- setTimeout(() => {
109
- var _a;
110
- (_a = textareaRef.value) == null ? void 0 : _a.select();
111
- }, 1e3);
112
- }
113
- const _hoisted_1$1 = { class: "hs-api__body-quote" };
114
- const _hoisted_2 = { class: "hs-api__body-explain" };
115
- const __default__$1 = defineComponent({
116
- name: "hsGetApis"
117
- });
118
- const _sfc_main$1 = /* @__PURE__ */ defineComponent({
119
- ...__default__$1,
120
- setup(__props) {
121
- return (_ctx, _cache) => {
122
- const _component_hs_button = resolveComponent("hs-button");
123
- const _component_hs_input = resolveComponent("hs-input");
124
- const _component_el_text = resolveComponent("el-text");
125
- const _component_el_scrollbar = resolveComponent("el-scrollbar");
126
- return openBlock(), createElementBlock(Fragment, null, [
127
- createVNode(_component_hs_button, { onClick: unref(getDocApi) }, {
128
- default: withCtx(() => _cache[2] || (_cache[2] = [
129
- createTextVNode("获取API信息")
130
- ])),
131
- _: 1,
132
- __: [2]
133
- }, 8, ["onClick"]),
134
- createVNode(_component_hs_input, {
135
- placeholder: "搜索API",
136
- modelValue: unref(state).search,
137
- "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => unref(state).search = $event),
138
- style: { "border": "1rpx solid rgb(171, 178, 191)", "height": "3.5vh", "padding-left": "12rpx", "border-radius": "12rpx" },
139
- onKeyup: withKeys(unref(onSearch), ["enter"])
140
- }, null, 8, ["modelValue", "onKeyup"]),
141
- createVNode(_component_hs_input, {
142
- ref_key: "textareaRef",
143
- ref: textareaRef,
144
- type: "textarea",
145
- autosize: "",
146
- modelValue: unref(state).result,
147
- "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => unref(state).result = $event),
148
- placeholder: "请输入返回接口参数获取类型声明",
149
- onKeyup: withKeys(unref(onResult), ["enter"])
150
- }, null, 8, ["modelValue", "onKeyup"]),
151
- unref(state).searchApi.length > 0 ? (openBlock(), createBlock(_component_el_scrollbar, {
152
- key: 0,
153
- height: "70vh",
154
- class: "hs-api__body"
155
- }, {
156
- default: withCtx(() => [
157
- createElementVNode("div", _hoisted_1$1, [
158
- createVNode(_component_el_text, null, {
159
- default: withCtx(() => _cache[3] || (_cache[3] = [
160
- createTextVNode("import")
161
- ])),
162
- _: 1,
163
- __: [3]
164
- }),
165
- _cache[7] || (_cache[7] = createTextVNode("  ")),
166
- createVNode(_component_el_text, null, {
167
- default: withCtx(() => _cache[4] || (_cache[4] = [
168
- createTextVNode("request")
169
- ])),
170
- _: 1,
171
- __: [4]
172
- }),
173
- _cache[8] || (_cache[8] = createTextVNode("  ")),
174
- createVNode(_component_el_text, null, {
175
- default: withCtx(() => _cache[5] || (_cache[5] = [
176
- createTextVNode("from")
177
- ])),
178
- _: 1,
179
- __: [5]
180
- }),
181
- _cache[9] || (_cache[9] = createTextVNode("  ")),
182
- createVNode(_component_el_text, null, {
183
- default: withCtx(() => _cache[6] || (_cache[6] = [
184
- createTextVNode("'/@/utils/request';")
185
- ])),
186
- _: 1,
187
- __: [6]
188
- }),
189
- _cache[10] || (_cache[10] = createElementVNode("br", null, null, -1))
190
- ]),
191
- createElementVNode("div", _hoisted_2, [
192
- createVNode(_component_el_text, null, {
193
- default: withCtx(() => _cache[11] || (_cache[11] = [
194
- createTextVNode("/**")
195
- ])),
196
- _: 1,
197
- __: [11]
198
- }),
199
- _cache[14] || (_cache[14] = createElementVNode("br", null, null, -1)),
200
- createVNode(_component_el_text, null, {
201
- default: withCtx(() => _cache[12] || (_cache[12] = [
202
- createTextVNode(" * 追加标题到参数对象中")
203
- ])),
204
- _: 1,
205
- __: [12]
206
- }),
207
- _cache[15] || (_cache[15] = createElementVNode("br", null, null, -1)),
208
- createVNode(_component_el_text, null, {
209
- default: withCtx(() => _cache[13] || (_cache[13] = [
210
- createTextVNode(" */")
211
- ])),
212
- _: 1,
213
- __: [13]
214
- })
215
- ]),
216
- createElementVNode("div", null, [
217
- createVNode(_component_el_text, { class: "const" }, {
218
- default: withCtx(() => _cache[16] || (_cache[16] = [
219
- createTextVNode("const ")
220
- ])),
221
- _: 1,
222
- __: [16]
223
- }),
224
- createVNode(_component_el_text, { class: "variable" }, {
225
- default: withCtx(() => _cache[17] || (_cache[17] = [
226
- createTextVNode("assign ")
227
- ])),
228
- _: 1,
229
- __: [17]
230
- }),
231
- createVNode(_component_el_text, { class: "equal-sign" }, {
232
- default: withCtx(() => _cache[18] || (_cache[18] = [
233
- createTextVNode("= ")
234
- ])),
235
- _: 1,
236
- __: [18]
237
- }),
238
- createVNode(_component_el_text, { class: "parentheses" }, {
239
- default: withCtx(() => _cache[19] || (_cache[19] = [
240
- createTextVNode("(")
241
- ])),
242
- _: 1,
243
- __: [19]
244
- }),
245
- createVNode(_component_el_text, { class: "parameter" }, {
246
- default: withCtx(() => _cache[20] || (_cache[20] = [
247
- createTextVNode("params")
248
- ])),
249
- _: 1,
250
- __: [20]
251
- }),
252
- createVNode(_component_el_text, { class: "equal-sign" }, {
253
- default: withCtx(() => _cache[21] || (_cache[21] = [
254
- createTextVNode(": ")
255
- ])),
256
- _: 1,
257
- __: [21]
258
- }),
259
- createVNode(_component_el_text, { class: "type" }, {
260
- default: withCtx(() => _cache[22] || (_cache[22] = [
261
- createTextVNode("object")
262
- ])),
263
- _: 1,
264
- __: [22]
265
- }),
266
- createVNode(_component_el_text, { class: "equal-sign" }, {
267
- default: withCtx(() => _cache[23] || (_cache[23] = [
268
- createTextVNode(", ")
269
- ])),
270
- _: 1,
271
- __: [23]
272
- }),
273
- createVNode(_component_el_text, { class: "parameter" }, {
274
- default: withCtx(() => _cache[24] || (_cache[24] = [
275
- createTextVNode("title")
276
- ])),
277
- _: 1,
278
- __: [24]
279
- }),
280
- createVNode(_component_el_text, { class: "equal-sign" }, {
281
- default: withCtx(() => _cache[25] || (_cache[25] = [
282
- createTextVNode(": ")
283
- ])),
284
- _: 1,
285
- __: [25]
286
- }),
287
- createVNode(_component_el_text, { class: "type" }, {
288
- default: withCtx(() => _cache[26] || (_cache[26] = [
289
- createTextVNode("string")
290
- ])),
291
- _: 1,
292
- __: [26]
293
- }),
294
- createVNode(_component_el_text, { class: "parentheses" }, {
295
- default: withCtx(() => _cache[27] || (_cache[27] = [
296
- createTextVNode(")")
297
- ])),
298
- _: 1,
299
- __: [27]
300
- }),
301
- createVNode(_component_el_text, { class: "const" }, {
302
- default: withCtx(() => _cache[28] || (_cache[28] = [
303
- createTextVNode(" => ")
304
- ])),
305
- _: 1,
306
- __: [28]
307
- }),
308
- createVNode(_component_el_text, { class: "parentheses" }, {
309
- default: withCtx(() => _cache[29] || (_cache[29] = [
310
- createTextVNode("{")
311
- ])),
312
- _: 1,
313
- __: [29]
314
- }),
315
- _cache[46] || (_cache[46] = createElementVNode("br", null, null, -1)),
316
- createVNode(_component_el_text, { class: "return" }, {
317
- default: withCtx(() => _cache[30] || (_cache[30] = [
318
- createTextVNode("    return")
319
- ])),
320
- _: 1,
321
- __: [30]
322
- }),
323
- createVNode(_component_el_text, { class: "object" }, {
324
- default: withCtx(() => _cache[31] || (_cache[31] = [
325
- createTextVNode("  Object")
326
- ])),
327
- _: 1,
328
- __: [31]
329
- }),
330
- createVNode(_component_el_text, { class: "equal-sign" }, {
331
- default: withCtx(() => _cache[32] || (_cache[32] = [
332
- createTextVNode(".")
333
- ])),
334
- _: 1,
335
- __: [32]
336
- }),
337
- createVNode(_component_el_text, { class: "variable" }, {
338
- default: withCtx(() => _cache[33] || (_cache[33] = [
339
- createTextVNode("assign")
340
- ])),
341
- _: 1,
342
- __: [33]
343
- }),
344
- createVNode(_component_el_text, { class: "return" }, {
345
- default: withCtx(() => _cache[34] || (_cache[34] = [
346
- createTextVNode("(")
347
- ])),
348
- _: 1,
349
- __: [34]
350
- }),
351
- createVNode(_component_el_text, { class: "parameter" }, {
352
- default: withCtx(() => _cache[35] || (_cache[35] = [
353
- createTextVNode("params")
354
- ])),
355
- _: 1,
356
- __: [35]
357
- }),
358
- createVNode(_component_el_text, { class: "equal-sign" }, {
359
- default: withCtx(() => _cache[36] || (_cache[36] = [
360
- createTextVNode(", ")
361
- ])),
362
- _: 1,
363
- __: [36]
364
- }),
365
- createVNode(_component_el_text, { class: "const" }, {
366
- default: withCtx(() => _cache[37] || (_cache[37] = [
367
- createTextVNode("{")
368
- ])),
369
- _: 1,
370
- __: [37]
371
- }),
372
- createVNode(_component_el_text, { class: "parameter" }, {
373
- default: withCtx(() => _cache[38] || (_cache[38] = [
374
- createTextVNode("  other_log_info: ")
375
- ])),
376
- _: 1,
377
- __: [38]
378
- }),
379
- createVNode(_component_el_text, { class: "const" }, {
380
- default: withCtx(() => _cache[39] || (_cache[39] = [
381
- createTextVNode("{")
382
- ])),
383
- _: 1,
384
- __: [39]
385
- }),
386
- createVNode(_component_el_text, { class: "parameter" }, {
387
- default: withCtx(() => _cache[40] || (_cache[40] = [
388
- createTextVNode("  title  ")
389
- ])),
390
- _: 1,
391
- __: [40]
392
- }),
393
- createVNode(_component_el_text, { class: "const" }, {
394
- default: withCtx(() => _cache[41] || (_cache[41] = [
395
- createTextVNode("} ")
396
- ])),
397
- _: 1,
398
- __: [41]
399
- }),
400
- createVNode(_component_el_text, { class: "const" }, {
401
- default: withCtx(() => _cache[42] || (_cache[42] = [
402
- createTextVNode("} ")
403
- ])),
404
- _: 1,
405
- __: [42]
406
- }),
407
- createVNode(_component_el_text, { class: "return" }, {
408
- default: withCtx(() => _cache[43] || (_cache[43] = [
409
- createTextVNode(")")
410
- ])),
411
- _: 1,
412
- __: [43]
413
- }),
414
- createVNode(_component_el_text, { class: "equal-sign" }, {
415
- default: withCtx(() => _cache[44] || (_cache[44] = [
416
- createTextVNode(";")
417
- ])),
418
- _: 1,
419
- __: [44]
420
- }),
421
- _cache[47] || (_cache[47] = createElementVNode("br", null, null, -1)),
422
- createVNode(_component_el_text, { class: "parentheses" }, {
423
- default: withCtx(() => _cache[45] || (_cache[45] = [
424
- createTextVNode("};")
425
- ])),
426
- _: 1,
427
- __: [45]
428
- }),
429
- _cache[48] || (_cache[48] = createElementVNode("br", null, null, -1))
430
- ]),
431
- (openBlock(true), createElementBlock(Fragment, null, renderList(unref(state).searchApi, (api, index2) => {
432
- return openBlock(), createElementBlock("div", { key: index2 }, [
433
- createVNode(_component_el_text, { class: "explain" }, {
434
- default: withCtx(() => _cache[49] || (_cache[49] = [
435
- createTextVNode("/**")
436
- ])),
437
- _: 1,
438
- __: [49]
439
- }),
440
- _cache[112] || (_cache[112] = createElementVNode("br", null, null, -1)),
441
- createVNode(_component_el_text, { class: "explain" }, {
442
- default: withCtx(() => [
443
- createTextVNode("* 接口分类: " + toDisplayString(api.description) + " - " + toDisplayString(api.tags), 1)
444
- ]),
445
- _: 2
446
- }, 1024),
447
- _cache[113] || (_cache[113] = createElementVNode("br", null, null, -1)),
448
- createVNode(_component_el_text, { class: "explain" }, {
449
- default: withCtx(() => [
450
- createTextVNode("* 接口名称: " + toDisplayString(api.title) + " - 接口地址: " + toDisplayString(api.url), 1)
451
- ]),
452
- _: 2
453
- }, 1024),
454
- _cache[114] || (_cache[114] = createElementVNode("br", null, null, -1)),
455
- createVNode(_component_el_text, { class: "explain" }, {
456
- default: withCtx(() => [
457
- createTextVNode("* 请求方式: " + toDisplayString(api.method), 1)
458
- ]),
459
- _: 2
460
- }, 1024),
461
- _cache[115] || (_cache[115] = createElementVNode("br", null, null, -1)),
462
- (openBlock(true), createElementBlock(Fragment, null, renderList(api.parameters, (parame, idx) => {
463
- return openBlock(), createBlock(_component_el_text, {
464
- class: "explain",
465
- key: idx
466
- }, {
467
- default: withCtx(() => [
468
- _cache[55] || (_cache[55] = createTextVNode(" * ")),
469
- createVNode(_component_el_text, { class: "const" }, {
470
- default: withCtx(() => _cache[50] || (_cache[50] = [
471
- createTextVNode("@param ")
472
- ])),
473
- _: 1,
474
- __: [50]
475
- }),
476
- createVNode(_component_el_text, { class: "parentheses" }, {
477
- default: withCtx(() => [
478
- _cache[53] || (_cache[53] = createTextVNode(" {")),
479
- createVNode(_component_el_text, { class: "return" }, {
480
- default: withCtx(() => [
481
- _cache[51] || (_cache[51] = createTextVNode("[")),
482
- createVNode(_component_el_text, { class: "object" }, {
483
- default: withCtx(() => [
484
- createTextVNode(toDisplayString(parame.type), 1)
485
- ]),
486
- _: 2
487
- }, 1024),
488
- _cache[52] || (_cache[52] = createTextVNode("]"))
489
- ]),
490
- _: 2,
491
- __: [51, 52]
492
- }, 1024),
493
- _cache[54] || (_cache[54] = createTextVNode("}  "))
494
- ]),
495
- _: 2,
496
- __: [53, 54]
497
- }, 1024),
498
- createVNode(_component_el_text, { class: "parameter" }, {
499
- default: withCtx(() => [
500
- createTextVNode(toDisplayString(parame.name) + "  ", 1)
501
- ]),
502
- _: 2
503
- }, 1024),
504
- createVNode(_component_el_text, { class: "explain" }, {
505
- default: withCtx(() => [
506
- createTextVNode("[" + toDisplayString(parame.description) + "] ", 1),
507
- createVNode(_component_el_text, { class: "explain" }, {
508
- default: withCtx(() => [
509
- createTextVNode(" 是否必填:" + toDisplayString(parame.required ? "是" : "否") + "  ", 1)
510
- ]),
511
- _: 2
512
- }, 1024)
513
- ]),
514
- _: 2
515
- }, 1024),
516
- _cache[56] || (_cache[56] = createElementVNode("br", null, null, -1))
517
- ]),
518
- _: 2,
519
- __: [55, 56]
520
- }, 1024);
521
- }), 128)),
522
- createVNode(_component_el_text, { class: "explain" }, {
523
- default: withCtx(() => [
524
- _cache[63] || (_cache[63] = createTextVNode("* ")),
525
- createVNode(_component_el_text, { class: "const" }, {
526
- default: withCtx(() => _cache[57] || (_cache[57] = [
527
- createTextVNode("@return   ")
528
- ])),
529
- _: 1,
530
- __: [57]
531
- }),
532
- createVNode(_component_el_text, { class: "parentheses" }, {
533
- default: withCtx(() => [
534
- _cache[61] || (_cache[61] = createTextVNode("{")),
535
- createVNode(_component_el_text, { class: "return" }, {
536
- default: withCtx(() => [
537
- _cache[59] || (_cache[59] = createTextVNode("[")),
538
- createVNode(_component_el_text, { class: "object" }, {
539
- default: withCtx(() => _cache[58] || (_cache[58] = [
540
- createTextVNode("type")
541
- ])),
542
- _: 1,
543
- __: [58]
544
- }),
545
- _cache[60] || (_cache[60] = createTextVNode("]"))
546
- ]),
547
- _: 1,
548
- __: [59, 60]
549
- }),
550
- _cache[62] || (_cache[62] = createTextVNode("} "))
551
- ]),
552
- _: 1,
553
- __: [61, 62]
554
- }),
555
- _cache[64] || (_cache[64] = createTextVNode("[description]"))
556
- ]),
557
- _: 1,
558
- __: [63, 64]
559
- }),
560
- _cache[116] || (_cache[116] = createElementVNode("br", null, null, -1)),
561
- createVNode(_component_el_text, { class: "explain" }, {
562
- default: withCtx(() => _cache[65] || (_cache[65] = [
563
- createTextVNode("*/")
564
- ])),
565
- _: 1,
566
- __: [65]
567
- }),
568
- _cache[117] || (_cache[117] = createElementVNode("br", null, null, -1)),
569
- createElementVNode("div", null, [
570
- createVNode(_component_el_text, { class: "const" }, {
571
- default: withCtx(() => _cache[66] || (_cache[66] = [
572
- createTextVNode("const ")
573
- ])),
574
- _: 1,
575
- __: [66]
576
- }),
577
- createVNode(_component_el_text, { class: "variable" }, {
578
- default: withCtx(() => [
579
- createTextVNode(toDisplayString(api.className), 1)
580
- ]),
581
- _: 2
582
- }, 1024),
583
- createVNode(_component_el_text, { class: "equal-sign" }, {
584
- default: withCtx(() => _cache[67] || (_cache[67] = [
585
- createTextVNode("=")
586
- ])),
587
- _: 1,
588
- __: [67]
589
- }),
590
- createVNode(_component_el_text, { class: "parentheses" }, {
591
- default: withCtx(() => _cache[68] || (_cache[68] = [
592
- createTextVNode("<")
593
- ])),
594
- _: 1,
595
- __: [68]
596
- }),
597
- createVNode(_component_el_text, { class: "parentheses" }, {
598
- default: withCtx(() => _cache[69] || (_cache[69] = [
599
- createTextVNode("T")
600
- ])),
601
- _: 1,
602
- __: [69]
603
- }),
604
- createVNode(_component_el_text, { class: "parentheses" }, {
605
- default: withCtx(() => _cache[70] || (_cache[70] = [
606
- createTextVNode(">")
607
- ])),
608
- _: 1,
609
- __: [70]
610
- }),
611
- createVNode(_component_el_text, { class: "parentheses" }, {
612
- default: withCtx(() => _cache[71] || (_cache[71] = [
613
- createTextVNode("(")
614
- ])),
615
- _: 1,
616
- __: [71]
617
- }),
618
- createVNode(_component_el_text, { class: "parameter" }, {
619
- default: withCtx(() => [
620
- createTextVNode(toDisplayString(api.method == "get" ? "params" : "data"), 1)
621
- ]),
622
- _: 2
623
- }, 1024),
624
- createVNode(_component_el_text, { class: "equal-sign" }, {
625
- default: withCtx(() => _cache[72] || (_cache[72] = [
626
- createTextVNode(": ")
627
- ])),
628
- _: 1,
629
- __: [72]
630
- }),
631
- createVNode(_component_el_text, { class: "type" }, {
632
- default: withCtx(() => _cache[73] || (_cache[73] = [
633
- createTextVNode("object")
634
- ])),
635
- _: 1,
636
- __: [73]
637
- }),
638
- createVNode(_component_el_text, { class: "equal-sign" }, {
639
- default: withCtx(() => _cache[74] || (_cache[74] = [
640
- createTextVNode(" = ")
641
- ])),
642
- _: 1,
643
- __: [74]
644
- }),
645
- createVNode(_component_el_text, { class: "return" }, {
646
- default: withCtx(() => _cache[75] || (_cache[75] = [
647
- createTextVNode("{")
648
- ])),
649
- _: 1,
650
- __: [75]
651
- }),
652
- createVNode(_component_el_text, { class: "return" }, {
653
- default: withCtx(() => _cache[76] || (_cache[76] = [
654
- createTextVNode("} ")
655
- ])),
656
- _: 1,
657
- __: [76]
658
- }),
659
- createVNode(_component_el_text, { class: "parentheses" }, {
660
- default: withCtx(() => _cache[77] || (_cache[77] = [
661
- createTextVNode(")")
662
- ])),
663
- _: 1,
664
- __: [77]
665
- }),
666
- createVNode(_component_el_text, { class: "parentheses" }, {
667
- default: withCtx(() => _cache[78] || (_cache[78] = [
668
- createTextVNode(":")
669
- ])),
670
- _: 1,
671
- __: [78]
672
- }),
673
- createVNode(_component_el_text, { class: "parentheses" }, {
674
- default: withCtx(() => _cache[79] || (_cache[79] = [
675
- createTextVNode("Promise<T>")
676
- ])),
677
- _: 1,
678
- __: [79]
679
- }),
680
- createVNode(_component_el_text, { class: "const" }, {
681
- default: withCtx(() => _cache[80] || (_cache[80] = [
682
- createTextVNode(" => ")
683
- ])),
684
- _: 1,
685
- __: [80]
686
- }),
687
- createVNode(_component_el_text, { class: "parentheses" }, {
688
- default: withCtx(() => _cache[81] || (_cache[81] = [
689
- createTextVNode("{")
690
- ])),
691
- _: 1,
692
- __: [81]
693
- }),
694
- _cache[104] || (_cache[104] = createElementVNode("br", null, null, -1)),
695
- createVNode(_component_el_text, { class: "parameter" }, {
696
- default: withCtx(() => [
697
- createTextVNode("     " + toDisplayString(api.method == "get" ? "params" : "data") + " ", 1),
698
- createVNode(_component_el_text, { class: "equal-sign" }, {
699
- default: withCtx(() => _cache[82] || (_cache[82] = [
700
- createTextVNode(" = ")
701
- ])),
702
- _: 1,
703
- __: [82]
704
- }),
705
- createVNode(_component_el_text, { class: "variable" }, {
706
- default: withCtx(() => _cache[83] || (_cache[83] = [
707
- createTextVNode("assign")
708
- ])),
709
- _: 1,
710
- __: [83]
711
- }),
712
- createVNode(_component_el_text, { class: "parentheses" }, {
713
- default: withCtx(() => _cache[84] || (_cache[84] = [
714
- createTextVNode("(")
715
- ])),
716
- _: 1,
717
- __: [84]
718
- }),
719
- createVNode(_component_el_text, { class: "parameter" }, {
720
- default: withCtx(() => [
721
- createTextVNode(toDisplayString(api.method == "get" ? "params" : "data"), 1)
722
- ]),
723
- _: 2
724
- }, 1024),
725
- createVNode(_component_el_text, { class: "equal-sign" }, {
726
- default: withCtx(() => _cache[85] || (_cache[85] = [
727
- createTextVNode(", ")
728
- ])),
729
- _: 1,
730
- __: [85]
731
- }),
732
- createVNode(_component_el_text, { class: "str" }, {
733
- default: withCtx(() => [
734
- createTextVNode("'" + toDisplayString(api.title) + "'", 1)
735
- ]),
736
- _: 2
737
- }, 1024),
738
- createVNode(_component_el_text, { class: "parentheses" }, {
739
- default: withCtx(() => _cache[86] || (_cache[86] = [
740
- createTextVNode(")")
741
- ])),
742
- _: 1,
743
- __: [86]
744
- }),
745
- createVNode(_component_el_text, { class: "equal-sign" }, {
746
- default: withCtx(() => _cache[87] || (_cache[87] = [
747
- createTextVNode(";")
748
- ])),
749
- _: 1,
750
- __: [87]
751
- })
752
- ]),
753
- _: 2
754
- }, 1024),
755
- _cache[105] || (_cache[105] = createElementVNode("br", null, null, -1)),
756
- createVNode(_component_el_text, { class: "return" }, {
757
- default: withCtx(() => _cache[88] || (_cache[88] = [
758
- createTextVNode("    return")
759
- ])),
760
- _: 1,
761
- __: [88]
762
- }),
763
- createVNode(_component_el_text, { class: "object" }, {
764
- default: withCtx(() => _cache[89] || (_cache[89] = [
765
- createTextVNode("  request")
766
- ])),
767
- _: 1,
768
- __: [89]
769
- }),
770
- createVNode(_component_el_text, { class: "return" }, {
771
- default: withCtx(() => _cache[90] || (_cache[90] = [
772
- createTextVNode("(")
773
- ])),
774
- _: 1,
775
- __: [90]
776
- }),
777
- createVNode(_component_el_text, { class: "const" }, {
778
- default: withCtx(() => _cache[91] || (_cache[91] = [
779
- createTextVNode("{")
780
- ])),
781
- _: 1,
782
- __: [91]
783
- }),
784
- _cache[106] || (_cache[106] = createElementVNode("br", null, null, -1)),
785
- createVNode(_component_el_text, null, {
786
- default: withCtx(() => [
787
- _cache[94] || (_cache[94] = createTextVNode("         ")),
788
- createVNode(_component_el_text, { class: "parameter" }, {
789
- default: withCtx(() => _cache[92] || (_cache[92] = [
790
- createTextVNode(" url:  ")
791
- ])),
792
- _: 1,
793
- __: [92]
794
- }),
795
- createVNode(_component_el_text, { class: "str" }, {
796
- default: withCtx(() => [
797
- createTextVNode("'" + toDisplayString(api.url) + "'", 1)
798
- ]),
799
- _: 2
800
- }, 1024),
801
- createVNode(_component_el_text, { class: "equal-sign" }, {
802
- default: withCtx(() => _cache[93] || (_cache[93] = [
803
- createTextVNode(",")
804
- ])),
805
- _: 1,
806
- __: [93]
807
- })
808
- ]),
809
- _: 2,
810
- __: [94]
811
- }, 1024),
812
- _cache[107] || (_cache[107] = createElementVNode("br", null, null, -1)),
813
- createVNode(_component_el_text, null, {
814
- default: withCtx(() => [
815
- _cache[97] || (_cache[97] = createTextVNode("         ")),
816
- createVNode(_component_el_text, { class: "parameter" }, {
817
- default: withCtx(() => _cache[95] || (_cache[95] = [
818
- createTextVNode(" method:  ")
819
- ])),
820
- _: 1,
821
- __: [95]
822
- }),
823
- createVNode(_component_el_text, { class: "str" }, {
824
- default: withCtx(() => [
825
- createTextVNode("'" + toDisplayString(api.method) + "'", 1)
826
- ]),
827
- _: 2
828
- }, 1024),
829
- createVNode(_component_el_text, { class: "equal-sign" }, {
830
- default: withCtx(() => _cache[96] || (_cache[96] = [
831
- createTextVNode(",")
832
- ])),
833
- _: 1,
834
- __: [96]
835
- })
836
- ]),
837
- _: 2,
838
- __: [97]
839
- }, 1024),
840
- _cache[108] || (_cache[108] = createElementVNode("br", null, null, -1)),
841
- createVNode(_component_el_text, null, {
842
- default: withCtx(() => [
843
- _cache[99] || (_cache[99] = createTextVNode("         ")),
844
- createVNode(_component_el_text, { class: "parameter" }, {
845
- default: withCtx(() => [
846
- createTextVNode(toDisplayString(api.method == "get" ? "params" : "data"), 1)
847
- ]),
848
- _: 2
849
- }, 1024),
850
- createVNode(_component_el_text, { class: "equal-sign" }, {
851
- default: withCtx(() => _cache[98] || (_cache[98] = [
852
- createTextVNode(",")
853
- ])),
854
- _: 1,
855
- __: [98]
856
- })
857
- ]),
858
- _: 2,
859
- __: [99]
860
- }, 1024),
861
- _cache[109] || (_cache[109] = createElementVNode("br", null, null, -1)),
862
- createVNode(_component_el_text, { class: "const" }, {
863
- default: withCtx(() => _cache[100] || (_cache[100] = [
864
- createTextVNode("    }")
865
- ])),
866
- _: 1,
867
- __: [100]
868
- }),
869
- createVNode(_component_el_text, { class: "return" }, {
870
- default: withCtx(() => _cache[101] || (_cache[101] = [
871
- createTextVNode(")")
872
- ])),
873
- _: 1,
874
- __: [101]
875
- }),
876
- createVNode(_component_el_text, { class: "equal-sign" }, {
877
- default: withCtx(() => _cache[102] || (_cache[102] = [
878
- createTextVNode(";")
879
- ])),
880
- _: 1,
881
- __: [102]
882
- }),
883
- _cache[110] || (_cache[110] = createElementVNode("br", null, null, -1)),
884
- createVNode(_component_el_text, { class: "parentheses" }, {
885
- default: withCtx(() => _cache[103] || (_cache[103] = [
886
- createTextVNode("};")
887
- ])),
888
- _: 1,
889
- __: [103]
890
- }),
891
- _cache[111] || (_cache[111] = createElementVNode("br", null, null, -1))
892
- ])
893
- ]);
894
- }), 128)),
895
- createElementVNode("div", null, [
896
- createVNode(_component_el_text, null, {
897
- default: withCtx(() => [
898
- createVNode(_component_el_text, { class: "return" }, {
899
- default: withCtx(() => [
900
- _cache[120] || (_cache[120] = createTextVNode("export  ")),
901
- createVNode(_component_el_text, { class: "const" }, {
902
- default: withCtx(() => _cache[118] || (_cache[118] = [
903
- createTextVNode("function ")
904
- ])),
905
- _: 1,
906
- __: [118]
907
- }),
908
- createVNode(_component_el_text, { class: "variable" }, {
909
- default: withCtx(() => [
910
- createTextVNode("use" + toDisplayString(unref(state).searchApi[0].tags), 1)
911
- ]),
912
- _: 1
913
- }),
914
- createVNode(_component_el_text, { class: "parentheses" }, {
915
- default: withCtx(() => _cache[119] || (_cache[119] = [
916
- createTextVNode("()  {")
917
- ])),
918
- _: 1,
919
- __: [119]
920
- })
921
- ]),
922
- _: 1,
923
- __: [120]
924
- }),
925
- _cache[126] || (_cache[126] = createElementVNode("br", null, null, -1)),
926
- createVNode(_component_el_text, { class: "return" }, {
927
- default: withCtx(() => _cache[121] || (_cache[121] = [
928
- createTextVNode("  return {")
929
- ])),
930
- _: 1,
931
- __: [121]
932
- }),
933
- _cache[127] || (_cache[127] = createElementVNode("br", null, null, -1)),
934
- (openBlock(true), createElementBlock(Fragment, null, renderList(unref(state).returnFun, (fun, index2) => {
935
- return openBlock(), createBlock(_component_el_text, {
936
- class: "variable",
937
- key: index2
938
- }, {
939
- default: withCtx(() => [
940
- createTextVNode("     " + toDisplayString(fun) + ",", 1),
941
- _cache[122] || (_cache[122] = createElementVNode("br", null, null, -1))
942
- ]),
943
- _: 2,
944
- __: [122]
945
- }, 1024);
946
- }), 128)),
947
- createVNode(_component_el_text, { class: "return" }, {
948
- default: withCtx(() => _cache[123] || (_cache[123] = [
949
- createTextVNode("  }")
950
- ])),
951
- _: 1,
952
- __: [123]
953
- }),
954
- createVNode(_component_el_text, { class: "equal-sign" }, {
955
- default: withCtx(() => _cache[124] || (_cache[124] = [
956
- createTextVNode(";")
957
- ])),
958
- _: 1,
959
- __: [124]
960
- }),
961
- _cache[128] || (_cache[128] = createElementVNode("br", null, null, -1)),
962
- createVNode(_component_el_text, { class: "parentheses" }, {
963
- default: withCtx(() => _cache[125] || (_cache[125] = [
964
- createTextVNode("}")
965
- ])),
966
- _: 1,
967
- __: [125]
968
- }),
969
- _cache[129] || (_cache[129] = createElementVNode("br", null, null, -1))
970
- ]),
971
- _: 1,
972
- __: [126, 127, 128, 129]
973
- })
974
- ])
975
- ]),
976
- _: 1
977
- })) : createCommentVNode("", true)
978
- ], 64);
979
- };
980
- }
981
- });
982
- const hsGetApis = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-fbcf1bbd"]]);
983
- const _hoisted_1 = { class: "layout-padding" };
984
- const __default__ = defineComponent({
985
- name: "parseAPI"
986
- });
987
- const _sfc_main = /* @__PURE__ */ defineComponent({
988
- ...__default__,
989
- setup(__props) {
990
- return (_ctx, _cache) => {
991
- const _component_el_card = resolveComponent("el-card");
992
- return openBlock(), createElementBlock("div", _hoisted_1, [
993
- createVNode(_component_el_card, {
994
- shadow: "hover",
995
- class: "layout-padding-auto"
996
- }, {
997
- default: withCtx(() => [
998
- createVNode(hsGetApis)
999
- ]),
1000
- _: 1
1001
- })
1002
- ]);
1003
- };
1004
- }
1005
- });
1006
- const index = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-085f30d9"]]);
1007
- export {
1008
- index as default
1009
- };