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,5 +1,4 @@
1
- import { ICustomData } from '../types';
2
-
1
+ import { ICustomData } from "../types";
3
2
  interface ExportDataNew {
4
3
  /** 模板唯一标识 */
5
4
  uniqueId: string;
@@ -36,7 +35,7 @@ interface ExportData {
36
35
  tableData: ICustomData.ANY[];
37
36
  }
38
37
  /** 旧版选中导出数据 */
39
- export declare function exportSelectedDownloadFile({ uniqueId, projectCode, templateName, tableConfig, tableData, }: ExportData): Promise<any>;
38
+ export declare function exportSelectedDownloadFile({ uniqueId, projectCode, templateName, tableConfig, tableData }: ExportData): Promise<any>;
40
39
  /** 选中导出数据
41
40
  * @param uniqueId 模板唯一标识
42
41
  * @param projectCode 项目类型
@@ -62,7 +61,7 @@ export declare function exportAllData(params: ExportDataAll, url?: string): Prom
62
61
  * @param file.name 文件名称
63
62
  * @description 下载文件, 链接为完整路径
64
63
  */
65
- export declare function Download(file: Record<'url' | 'name', string>): void;
64
+ export declare function Download(file: Record<"url" | "name", string>): void;
66
65
  /**
67
66
  * 下载 xlsx 文件
68
67
  * @param file file
@@ -70,4 +69,5 @@ export declare function Download(file: Record<'url' | 'name', string>): void;
70
69
  * @description 下载 xlsx 文件
71
70
  */
72
71
  export declare function downloadFile(file: any, name: string): void;
72
+ export declare function dataURLtoBlob(dataURL: any): Blob;
73
73
  export {};
@@ -1,9 +1,8 @@
1
- import { IFormData, ICustomData } from '../types';
2
-
1
+ import { IFormData, ICustomData } from "../types";
3
2
  type Data = ICustomData.Data;
4
3
  export declare function getDataType(data: Data): string;
5
4
  /** form表单类型声明 */
6
- export declare function getFormDataType(data: IFormData.Form): string | undefined;
5
+ export declare function getFormDataType(data: IFormData.Form): string;
7
6
  /** table表格数据类型声明 */
8
7
  export declare function getTableDataType(tables: ICustomData.Table[]): void;
9
8
  export {};
@@ -0,0 +1,26 @@
1
+ export * from "./arrayOperation";
2
+ export * from "./cfprint";
3
+ export * from "./common";
4
+ export * from "./commonFunction";
5
+ export * from "./crypto";
6
+ export * from "./download";
7
+ export * from "./formatTime";
8
+ export * from "./getDataType";
9
+ export * from "./loading";
10
+ export * from "./mitt";
11
+ export * from "./number";
12
+ export * from "./other";
13
+ export * from "./request";
14
+ export * from "./shortcutList";
15
+ export * from "./showMessage";
16
+ export * from "./showMessageBox";
17
+ export * from "./showNotification";
18
+ export * from "./showPopup";
19
+ export * from "./storage";
20
+ export * from "./theme";
21
+ export * from "./toolsValidate";
22
+ export * from "./tree";
23
+ export * from "./update";
24
+ export * from "./url";
25
+ export * from "./watermark";
26
+ export { default as lodash } from "./lodash";
@@ -1,4 +1,4 @@
1
-
1
+ import "./loading.css";
2
2
  /**
3
3
  * 页面全局 Loading
4
4
  * @method start 创建 loading
@@ -0,0 +1,2 @@
1
+ import _ from "lodash";
2
+ export default _;
@@ -1,6 +1,5 @@
1
- import { Emitter } from 'mitt';
2
-
3
- export declare const mittBus: Emitter<MittType>;
1
+ import type { Emitter } from "mitt";
2
+ export declare const mittBus: Emitter<any>;
4
3
  /** 事件总线触发未来事件 */
5
4
  export declare function useMittBus(): {
6
5
  on: (event: any, callback: any) => void;
@@ -1,14 +1,10 @@
1
- import { Ref } from 'vue';
2
1
  /** 系统参数设置 - 小数位数 */
3
- export declare const decimalDigits: Ref<number, number>;
2
+ export declare const decimalDigits: import("vue").Ref<number, number>;
4
3
  /**
5
4
  * @param val 对结果进行格式化,用来解决计算过程中精度缺失的问题
6
5
  * @param digits 小数位数,默认值-1,取系统参数设置值
7
- * @param precision 精度计算
8
- * @example 0.1 + 0.2 !== 0.3 fixedNumAccuracy(0.1 + 0.2) === '0.3'
9
- * @example 0.1 + 0.2 !== 0.3 fixedNumAccuracy('0.1 + 0.2') === '0.3'
10
6
  */
11
- export declare function fixedNumAccuracy(val: string | number, digits?: number, precision?: number): string;
7
+ export declare function fixedNumAccuracy(val: string | number, digits?: number): string;
12
8
  /**
13
9
  * 几个数字相加
14
10
  * @example add(0.1, "0.2", 0.3) = 0.6 <==> 0.1 + 0.2 + 0.3
@@ -29,14 +25,6 @@ export declare function times(...vals: (string | number)[]): string;
29
25
  * @example div(0.6, "0.2") = 3 <==> 0.6 / 0.2
30
26
  */
31
27
  export declare function div(...vals: (string | number)[]): string;
32
- /** 合计 */
33
- export declare function sum(numbers: number[]): string | number;
34
- /** 平均 */
35
- export declare function avg(numbers: number[]): string | 0;
36
- /** 最大值 */
37
- export declare function max(numbers: number[]): number;
38
- /** 最小值 */
39
- export declare function min(numbers: number[]): number;
40
28
  /** 获取数字内的有效数字 */
41
29
  export declare function getNumbers(values: number[]): number[];
42
30
  /** 是否是一个合法的number值 */
@@ -1,5 +1,4 @@
1
- import { App } from 'vue';
2
-
1
+ import type { App } from "vue";
3
2
  /**
4
3
  * 导出全局注册 element plus svg 图标
5
4
  * @param app vue 实例
@@ -10,7 +9,7 @@ export declare function elSvg(app: App): void;
10
9
  * 设置浏览器标题国际化
11
10
  * @method const title = useTitle(); ==> title()
12
11
  */
13
- export declare function useTitle(Router?: any): void;
12
+ export declare function useTitle(v: any): void;
14
13
  /**
15
14
  * 设置 自定义 tagsView 名称
16
15
  * @param params 路由 query、params 中的 tagsViewName
@@ -23,7 +22,7 @@ export declare function setTagsViewNameI18n(item: any): string;
23
22
  * @param arr 列表数据
24
23
  * @description data-xxx 属性用于存储页面或应用程序的私有自定义数据
25
24
  */
26
- export declare const lazyImg: (el: string, arr: EmptyArrayType) => void;
25
+ export declare const lazyImg: (el: string, arr: any) => void;
27
26
  /**
28
27
  * 全局组件大小
29
28
  * @returns 返回 `window.localStorage` 中读取的缓存值 `globalComponentSize`
@@ -34,7 +33,7 @@ export declare const globalComponentSize: () => string;
34
33
  * @param obj 源对象
35
34
  * @returns 克隆后的对象
36
35
  */
37
- export declare function deepClone(obj: EmptyObjectType): EmptyObjectType<any>;
36
+ export declare const deepClone: any;
38
37
  /**
39
38
  * 判断是否是移动端
40
39
  */
@@ -45,12 +44,12 @@ export declare function isMobile(): boolean;
45
44
  * @param list 数组对象
46
45
  * @returns 删除空值后的数组对象
47
46
  */
48
- export declare function handleEmpty(list: EmptyArrayType): any[];
47
+ export declare function handleEmpty(list: any): any[];
49
48
  /**
50
49
  * 打开外部链接
51
50
  * @param val 当前点击项菜单
52
51
  */
53
- export declare function handleOpenLink(val: RouteItem): Promise<void> | undefined;
52
+ export declare function handleOpenLink(val: any): Promise<void>;
54
53
  /**
55
54
  * 统一批量导出
56
55
  * @method elSvg 导出全局注册 element plus svg 图标
@@ -65,11 +64,11 @@ export declare function handleOpenLink(val: RouteItem): Promise<void> | undefine
65
64
  export declare const other: {
66
65
  elSvg: (app: App) => void;
67
66
  useTitle: (r?: any) => void;
68
- setTagsViewNameI18n(route: RouteToFrom): string;
69
- lazyImg: (el: string, arr: EmptyArrayType) => void;
67
+ setTagsViewNameI18n(route: any): string;
68
+ lazyImg: (el: string, arr: any) => void;
70
69
  globalComponentSize: () => string;
71
- deepClone: (obj: EmptyObjectType) => EmptyObjectType<any>;
70
+ deepClone: (obj: any) => any;
72
71
  isMobile: () => boolean;
73
- handleEmpty: (list: EmptyArrayType) => any[];
74
- handleOpenLink: (val: RouteItem) => void;
72
+ handleEmpty: (list: any) => any[];
73
+ handleOpenLink: (val: any) => void;
75
74
  };
@@ -0,0 +1,6 @@
1
+ import { axiosInterceptors } from "./request";
2
+ import { AxiosRequestConfig, Method } from "axios";
3
+ export { type AxiosRequestConfig, type Method };
4
+ export declare const request: <T = any, R = import("axios").AxiosResponse<T, any>, D = any>(config: AxiosRequestConfig<D>) => Promise<R>;
5
+ export { axiosInterceptors };
6
+ export declare const useRequest: (url: string, params?: any, method?: Method, config?: Omit<AxiosRequestConfig, "baseURL" | "url" | "method" | "params" | "data">) => Promise<any>;
@@ -1,4 +1,3 @@
1
- import { ICustomData } from '../../../../types';
2
-
1
+ import { ICustomData } from "../../../../types";
3
2
  declare const authorizationInterceptor: ((config: ICustomData.ANY) => Promise<any>)[];
4
3
  export default authorizationInterceptor;
@@ -1,4 +1,8 @@
1
- import { ICustomData } from '../../../../types';
2
-
1
+ /**
2
+ * 拦截器:ContentType 类型数据解析
3
+ *
4
+ * @type {Array}
5
+ */
6
+ import { ICustomData } from "../../../../types";
3
7
  declare const resultTypeInterceptor: ((axiosConfig: ICustomData.ANY) => Promise<any>)[];
4
8
  export default resultTypeInterceptor;
@@ -1,5 +1,16 @@
1
- import { ICustomData } from '../../../../types';
2
-
1
+ /**
2
+ * 功能函数:处理函数
3
+ *
4
+ * 删除对象中
5
+ * 值 = 'undefined'
6
+ * 值 = undefined
7
+ * 值 = 'null'
8
+ * 值 = null
9
+ *
10
+ * @param {[type]} _obj [description]
11
+ * @return {[type]} [description]
12
+ */
13
+ import { ICustomData } from "../../../../types";
3
14
  /**
4
15
  * 拦截器:无效参数处理
5
16
  *
@@ -1,4 +1,3 @@
1
- import { ICustomData } from '../../../../types';
2
-
1
+ import { ICustomData } from "../../../../types";
3
2
  declare const errorHandlerInterceptor: ((responseData: ICustomData.ANY) => Promise<any>)[];
4
3
  export default errorHandlerInterceptor;
@@ -1,4 +1,3 @@
1
- import { AxiosInstance } from 'axios';
2
-
1
+ import type { AxiosInstance } from 'axios';
3
2
  /** 处理接口重复请求 */
4
3
  export declare function useRepeatRequest(request: AxiosInstance): void;
@@ -0,0 +1,6 @@
1
+ declare const request: import("axios").AxiosInstance;
2
+ export default request;
3
+ export declare const axiosInterceptors: {
4
+ request: import("axios").AxiosInterceptorManager<import("axios").InternalAxiosRequestConfig>;
5
+ response: import("axios").AxiosInterceptorManager<import("axios").AxiosResponse>;
6
+ };
@@ -0,0 +1,3 @@
1
+ import { Plugin } from 'vue';
2
+ export declare const HsMessage: import("element-plus/es/utils/index.mjs").SFCInstallWithContext<import("element-plus").Message>;
3
+ export declare const message: Plugin;
@@ -0,0 +1,3 @@
1
+ import { Plugin } from "vue";
2
+ export declare const HsMessageBox: import("element-plus/es/utils/index.mjs").SFCWithInstall<import("element-plus").IElMessageBox>;
3
+ export declare const messageBox: Plugin;
@@ -0,0 +1,3 @@
1
+ import { Plugin } from 'vue';
2
+ export declare const HsNotification: import("element-plus/es/utils/index.mjs").SFCInstallWithContext<import("element-plus").Notify>;
3
+ export declare const notification: Plugin;
@@ -1,9 +1,8 @@
1
- import { Component, App } from 'vue';
2
- import { VxeModalProps, VxeModalEventProps } from 'vxe-pc-ui';
3
- import { ICustomData } from '../../types';
4
-
1
+ import { Component, App } from "vue";
2
+ import { VxeModalProps, VxeModalEventProps } from "vxe-pc-ui";
3
+ import { ICustomData } from "../../types";
5
4
  export interface SUCCESS_TYPE {
6
- type: 'cancel' | 'confirm' | 'close' | ICustomData.ANY;
5
+ type: "cancel" | "confirm" | "close" | ICustomData.ANY;
7
6
  data: ICustomData.ANY;
8
7
  close?: Function;
9
8
  }
@@ -12,7 +11,7 @@ type Config = VxeModalProps & VxeModalEventProps & {
12
11
  onReady?: Function;
13
12
  closeLoading?: boolean;
14
13
  };
15
- interface OptionsDef {
14
+ interface OptionsDef extends VxeModalProps {
16
15
  width: number | string;
17
16
  height: number | string;
18
17
  /** 是否显示遮罩层 */
@@ -0,0 +1,56 @@
1
+ declare var __VLS_6: {};
2
+ type __VLS_Slots = {} & {
3
+ default?: (props: typeof __VLS_6) => any;
4
+ };
5
+ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
6
+ closeLoading: {
7
+ type: BooleanConstructor;
8
+ default: boolean;
9
+ };
10
+ showFooter: {
11
+ type: BooleanConstructor;
12
+ default: boolean;
13
+ };
14
+ confirmButtonText: {
15
+ type: StringConstructor;
16
+ default: string;
17
+ };
18
+ cancelButtonText: {
19
+ type: StringConstructor;
20
+ default: string;
21
+ };
22
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
23
+ success: (...args: any[]) => void;
24
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
25
+ closeLoading: {
26
+ type: BooleanConstructor;
27
+ default: boolean;
28
+ };
29
+ showFooter: {
30
+ type: BooleanConstructor;
31
+ default: boolean;
32
+ };
33
+ confirmButtonText: {
34
+ type: StringConstructor;
35
+ default: string;
36
+ };
37
+ cancelButtonText: {
38
+ type: StringConstructor;
39
+ default: string;
40
+ };
41
+ }>> & Readonly<{
42
+ onSuccess?: (...args: any[]) => any;
43
+ }>, {
44
+ confirmButtonText: string;
45
+ cancelButtonText: string;
46
+ closeLoading: boolean;
47
+ showFooter: boolean;
48
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
49
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
50
+ declare const _default: typeof __VLS_export;
51
+ export default _default;
52
+ type __VLS_WithSlots<T, S> = T & {
53
+ new (): {
54
+ $slots: S;
55
+ };
56
+ };
@@ -1,13 +1,11 @@
1
- import { default as localforage } from 'localforage';
2
- import { Router, RouteLocationNormalizedLoadedGeneric } from 'vue-router';
3
- import { ICustomData } from '../types';
4
- import { Ref } from 'vue';
5
-
6
- export declare let NEXT_NAME: Ref<any, any>;
7
- export declare let IS_DEV: Ref<any, any>;
1
+ import localforage from "localforage";
2
+ import type { Router } from "vue-router";
3
+ import type { ICustomData } from "../types";
4
+ export declare let NEXT_NAME: import("vue").Ref<any, any>;
5
+ export declare let IS_DEV: import("vue").Ref<any, any>;
8
6
  /** 子项目当前路由信息 */
9
- export declare let CurrentRoute: Ref< Ref<RouteLocationNormalizedLoadedGeneric, RouteLocationNormalizedLoadedGeneric> | undefined, Ref<RouteLocationNormalizedLoadedGeneric, RouteLocationNormalizedLoadedGeneric> | undefined>;
10
- export declare let CurrentRouter: Ref<Router | undefined, Router | undefined>;
7
+ export declare let CurrentRoute: import("vue").Ref<import("vue").ShallowRef<import("vue-router").RouteLocationNormalizedLoadedGeneric>, import("vue").ShallowRef<import("vue-router").RouteLocationNormalizedLoadedGeneric>>;
8
+ export declare let CurrentRouter: import("vue").Ref<Router, Router>;
11
9
  /** 自定义加密/解密函数 */
12
10
  export declare const encryptionTool: {
13
11
  encrypt: (data: unknown) => any;
@@ -23,7 +21,7 @@ export declare const encryptionTool: {
23
21
  export declare const Local: {
24
22
  setKey(key: string): string;
25
23
  set<T>(key: string, val: T): void;
26
- get<T = any>(key: string): T | null;
24
+ get<T = any>(key: string): T;
27
25
  remove(key: string): void;
28
26
  clear(): void;
29
27
  };
@@ -86,7 +84,7 @@ export declare class CustomeStore {
86
84
  * @param { String } params.uid 用户id
87
85
  * @param { String } str 自定义参数
88
86
  */
89
- export declare function getConfig<T = ICustomData.ANY>({ mid, id, uid }: Record<'mid' | 'id', string> & {
87
+ export declare function getConfig<T = ICustomData.ANY>({ mid, id, uid }: Record<"mid" | "id", string> & {
90
88
  uid?: string;
91
89
  }, str?: string): Promise<T>;
92
90
  /**
@@ -95,7 +93,7 @@ export declare function getConfig<T = ICustomData.ANY>({ mid, id, uid }: Record<
95
93
  * @param { String } params.uid 用户id
96
94
  * @param { String } str 自定义参数
97
95
  */
98
- export declare function setConfig({ mid, id, uid }: Record<'mid' | 'id', string> & {
96
+ export declare function setConfig({ mid, id, uid }: Record<"mid" | "id", string> & {
99
97
  uid?: string;
100
98
  }, val: unknown, str?: string): Promise<any>;
101
99
  /**删除缓存
@@ -103,7 +101,7 @@ export declare function setConfig({ mid, id, uid }: Record<'mid' | 'id', string>
103
101
  * @param uid? 用户id
104
102
  */
105
103
  export declare function removeConfig(mid: string, uid?: string): Promise<void>;
106
- export declare function getColumnWidthConfig<T = ICustomData.ANY>({ table_id, uid, }: {
104
+ export declare function getColumnWidthConfig<T = ICustomData.ANY>({ table_id, uid }: {
107
105
  table_id: string;
108
106
  uid?: string;
109
107
  }): Promise<T>;
@@ -148,7 +146,7 @@ export declare function getStoreSystemParams(param?: Record<string, string> & {
148
146
  * 设置系统参数
149
147
  * @param data
150
148
  */
151
- export declare function setLocalSystemParams(data: LOCAL_SYSTEM_PARAMS['data']): Promise<void>;
149
+ export declare function setLocalSystemParams(data: LOCAL_SYSTEM_PARAMS["data"]): Promise<void>;
152
150
  export type DICT_DATA_FIELD = {
153
151
  show: boolean;
154
152
  show_name: string;
@@ -1,11 +1,10 @@
1
- import { default as ICustomData } from '../types/customData';
2
- import { IFormInstance } from '../components/business/bcTable/utils/parseTable';
3
-
1
+ import ICustomData from "../types/customData";
2
+ import { IFormInstance } from "../components/business";
4
3
  /** 属性结构数据展平一维数据
5
4
  * @param menus 树结构数据
6
5
  * @param isCloneDeep 是否进行深拷贝
7
6
  */
8
- export declare function treeToList<T extends Record<'children', T[]>>(menus: T[], isCloneDeep?: boolean): T[];
7
+ export declare function treeToList<T extends Record<"children", T[]>>(menus: T[], isCloneDeep?: boolean): T[];
9
8
  /** 合并多个表单实例获取的数据
10
9
  * @param params 通过getData|getFullData方法获取的表单数据
11
10
  */
@@ -1,9 +1,8 @@
1
- import { Router, RouteLocationRaw } from 'vue-router';
2
-
1
+ import type { Router, RouteLocationRaw } from "vue-router";
3
2
  /** 获取Url参数
4
3
  * @param url 可选路径
5
4
  */
6
- export declare function getUrlParams(url?: string): Record<string, any>;
5
+ export declare function getUrlParams(url?: string): any;
7
6
  /**
8
7
  * 追加链接参数
9
8
  * @param url
package/package.json CHANGED
@@ -1,8 +1,6 @@
1
1
  {
2
2
  "name": "hs-admin-ui",
3
- "version": "15.5.3",
4
- "description": "vue3 + typescript5 + vite5 的框架",
5
- "author": "wgd",
3
+ "version": "15.5.4",
6
4
  "private": false,
7
5
  "main": "./dist/index.js",
8
6
  "module": "./dist/index.mjs",
@@ -12,52 +10,29 @@
12
10
  ],
13
11
  "exports": {
14
12
  ".": {
15
- "require": "./dist/index.js",
13
+ "types": "./dist/types/index.d.ts",
16
14
  "import": "./dist/index.mjs",
17
- "types": "./dist/types/index.d.ts"
15
+ "require": "./dist/index.js"
18
16
  },
19
17
  "./style.css": {
20
- "require": "./dist/style.css",
21
- "import": "./dist/style.css"
18
+ "require": "./dist/index.css",
19
+ "import": "./dist/index.css"
20
+ },
21
+ "./dist/style.css": {
22
+ "require": "./dist/index.css",
23
+ "import": "./dist/index.css"
22
24
  },
23
25
  "./*": "./*"
24
26
  },
25
- "scripts": {
26
- "dev": "vite --force",
27
- "pub": "node publish/pub.mjs",
28
- "build": "node publish/index.js",
29
- "build:tsc": "vue-tsc --noEmit",
30
- "lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/"
31
- },
32
- "browserslist": [
33
- "> 1%",
34
- "last 2 versions",
35
- "not dead"
36
- ],
37
27
  "engines": {
38
- "node": ">=16.0.0",
39
- "npm": ">= 7.0.0"
28
+ "node": "^20.19.0 || >=22.12.0"
40
29
  },
41
- "keywords": [
42
- "vue",
43
- "vue3",
44
- "element-plus"
45
- ],
46
30
  "dependencies": {
47
- "@element-plus/icons-vue": "2.3.1",
48
- "axios": "1.6.8",
49
- "browser-tool": "1.2.2",
50
- "crypto-js": "4.2.0",
51
- "element-plus": "2.8.3",
52
- "localforage": "1.10.0",
53
- "mathjs": "13.1.1",
54
- "mitt": "3.0.1",
55
- "mqtt": "5.5.0",
56
- "mqtt-packet": "9.0.0",
57
- "qs": "6.12.0",
58
- "vue-qr": "4.0.9",
59
- "vxe-pc-ui": "4.5.36",
60
- "vxe-table": "4.13.18",
61
- "xe-utils": "3.7.4"
31
+ "xe-utils": "^3.7.9",
32
+ "dayjs": "^1.11.19"
33
+ },
34
+ "scripts": {
35
+ "build:pub": "node pub.js",
36
+ "build": "vite build"
62
37
  }
63
38
  }
package/LICENSE DELETED
@@ -1,21 +0,0 @@
1
- MIT License
2
-
3
- Copyright (c) 2021 lyt-Top
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),t=require("./index-DnFBRN9K.js"),o={class:"error layout-padding"},n={class:"layout-padding-auto layout-padding-view"},a={class:"error-flex"},i={class:"left"},l={class:"left-item"},d={class:"left-item-animation left-item-btn"},r=e.defineComponent({name:"noPower"}),c=e.defineComponent({...r,setup(t){const r=()=>{window.location.reload()};return(t,c)=>{const s=e.resolveComponent("el-button");return e.openBlock(),e.createElementBlock("div",o,[e.createElementVNode("div",n,[e.createElementVNode("div",a,[e.createElementVNode("div",i,[e.createElementVNode("div",l,[c[1]||(c[1]=e.createElementVNode("div",{class:"left-item-animation left-item-num"},"401",-1)),c[2]||(c[2]=e.createElementVNode("div",{class:"left-item-animation left-item-title"},"您未被授权,没有操作权限~",-1)),c[3]||(c[3]=e.createElementVNode("div",{class:"left-item-animation left-item-msg"},"联系方式:加QQ群探讨 665452019",-1)),e.createElementVNode("div",d,[e.createVNode(s,{type:"primary",size:"default",round:"",onClick:r},{default:e.withCtx((()=>c[0]||(c[0]=[e.createTextVNode("重新授权")]))),_:1,__:[0]})])])]),c[4]||(c[4]=e.createElementVNode("div",{class:"right"},[e.createElementVNode("img",{src:"https://i.hd-r.cn/2cf0d2e192660eec23eb9d0655753e7d.png"})],-1))])])])}}}),s=t._export_sfc(c,[["__scopeId","data-v-d8f12958"]]);exports.default=s;
@@ -1,56 +0,0 @@
1
- import { defineComponent, resolveComponent, createElementBlock, openBlock, createElementVNode, createVNode, withCtx, createTextVNode } from "vue";
2
- import { _ as _export_sfc } from "./index-CYGyHWBv.mjs";
3
- const _hoisted_1 = { class: "error layout-padding" };
4
- const _hoisted_2 = { class: "layout-padding-auto layout-padding-view" };
5
- const _hoisted_3 = { class: "error-flex" };
6
- const _hoisted_4 = { class: "left" };
7
- const _hoisted_5 = { class: "left-item" };
8
- const _hoisted_6 = { class: "left-item-animation left-item-btn" };
9
- const __default__ = defineComponent({
10
- name: "noPower"
11
- });
12
- const _sfc_main = /* @__PURE__ */ defineComponent({
13
- ...__default__,
14
- setup(__props) {
15
- const onSetAuth = () => {
16
- window.location.reload();
17
- };
18
- return (_ctx, _cache) => {
19
- const _component_el_button = resolveComponent("el-button");
20
- return openBlock(), createElementBlock("div", _hoisted_1, [
21
- createElementVNode("div", _hoisted_2, [
22
- createElementVNode("div", _hoisted_3, [
23
- createElementVNode("div", _hoisted_4, [
24
- createElementVNode("div", _hoisted_5, [
25
- _cache[1] || (_cache[1] = createElementVNode("div", { class: "left-item-animation left-item-num" }, "401", -1)),
26
- _cache[2] || (_cache[2] = createElementVNode("div", { class: "left-item-animation left-item-title" }, "您未被授权,没有操作权限~", -1)),
27
- _cache[3] || (_cache[3] = createElementVNode("div", { class: "left-item-animation left-item-msg" }, "联系方式:加QQ群探讨 665452019", -1)),
28
- createElementVNode("div", _hoisted_6, [
29
- createVNode(_component_el_button, {
30
- type: "primary",
31
- size: "default",
32
- round: "",
33
- onClick: onSetAuth
34
- }, {
35
- default: withCtx(() => _cache[0] || (_cache[0] = [
36
- createTextVNode("重新授权")
37
- ])),
38
- _: 1,
39
- __: [0]
40
- })
41
- ])
42
- ])
43
- ]),
44
- _cache[4] || (_cache[4] = createElementVNode("div", { class: "right" }, [
45
- createElementVNode("img", { src: "https://i.hd-r.cn/2cf0d2e192660eec23eb9d0655753e7d.png" })
46
- ], -1))
47
- ])
48
- ])
49
- ]);
50
- };
51
- }
52
- });
53
- const _401 = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-d8f12958"]]);
54
- export {
55
- _401 as default
56
- };