hs-admin-ui 15.7.9 → 15.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (720) hide show
  1. package/dist/bcIcon-D9krnuq8.js +1 -0
  2. package/dist/bcIcon-DDdxeOEV.mjs +4 -0
  3. package/dist/index-CMRRy4ZY.mjs +144180 -0
  4. package/dist/index-D9YCFra1.js +349 -0
  5. package/dist/index.css +1 -0
  6. package/dist/index.js +1 -1
  7. package/dist/index.mjs +135 -169
  8. package/dist/types/element-plus.d.ts +557 -0
  9. package/dist/types/index.d.ts +32 -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/Backtop/index.d.ts +1 -0
  19. package/dist/types/src/components/base/Backtop/src/Backtop.vue.d.ts +3 -0
  20. package/dist/types/src/components/base/Badge/index.d.ts +1 -0
  21. package/dist/types/src/components/base/Badge/src/Badge.vue.d.ts +3 -0
  22. package/dist/types/src/components/base/Button/index.d.ts +2 -0
  23. package/dist/types/src/components/base/Button/src/Button.vue.d.ts +3 -0
  24. package/dist/types/src/components/base/Button/src/ButtonGroup.vue.d.ts +3 -0
  25. package/dist/types/src/components/base/Calendar/index.d.ts +1 -0
  26. package/dist/types/src/components/base/Calendar/src/Calendar.vue.d.ts +3 -0
  27. package/dist/types/src/components/base/Card/index.d.ts +1 -0
  28. package/dist/types/src/components/base/Card/src/Card.vue.d.ts +3 -0
  29. package/dist/types/src/components/base/Carousel/index.d.ts +2 -0
  30. package/dist/types/src/components/base/Carousel/src/Carousel.vue.d.ts +3 -0
  31. package/dist/types/src/components/base/Carousel/src/CarouselItem.vue.d.ts +3 -0
  32. package/dist/types/src/components/base/Cascader/index.d.ts +2 -0
  33. package/dist/types/src/components/base/Cascader/src/Cascader.vue.d.ts +3 -0
  34. package/dist/types/src/components/base/Cascader/src/CascaderPanel.vue.d.ts +3 -0
  35. package/dist/types/src/components/base/Checkbox/index.d.ts +3 -0
  36. package/dist/types/src/components/base/Checkbox/src/Checkbox.vue.d.ts +3 -0
  37. package/dist/types/src/components/base/Checkbox/src/CheckboxButton.vue.d.ts +3 -0
  38. package/dist/types/src/components/base/Checkbox/src/CheckboxGroup.vue.d.ts +3 -0
  39. package/dist/types/src/components/base/Col/index.d.ts +1 -0
  40. package/dist/types/src/components/base/Col/src/Col.vue.d.ts +3 -0
  41. package/dist/types/src/components/base/Collapse/index.d.ts +2 -0
  42. package/dist/types/src/components/base/Collapse/src/Collapse.vue.d.ts +3 -0
  43. package/dist/types/src/components/base/Collapse/src/CollapseItem.vue.d.ts +3 -0
  44. package/dist/types/src/components/base/ColorPicker/index.d.ts +1 -0
  45. package/dist/types/src/components/base/ColorPicker/src/ColorPicker.vue.d.ts +3 -0
  46. package/dist/types/src/components/base/Container/index.d.ts +1 -0
  47. package/dist/types/src/components/base/Container/src/Container.vue.d.ts +3 -0
  48. package/dist/types/src/components/base/DatePicker/index.d.ts +1 -0
  49. package/dist/types/src/components/base/DatePicker/src/DatePicker.vue.d.ts +3 -0
  50. package/dist/types/src/components/base/Descriptions/index.d.ts +2 -0
  51. package/dist/types/src/components/base/Descriptions/src/Descriptions.vue.d.ts +3 -0
  52. package/dist/types/src/components/base/Descriptions/src/DescriptionsItem.vue.d.ts +3 -0
  53. package/dist/types/src/components/base/Dialog/index.d.ts +1 -0
  54. package/dist/types/src/components/base/Dialog/src/Dialog.vue.d.ts +3 -0
  55. package/dist/types/src/components/base/Divider/index.d.ts +1 -0
  56. package/dist/types/src/components/base/Divider/src/Divider.vue.d.ts +3 -0
  57. package/dist/types/src/components/base/Drawer/index.d.ts +1 -0
  58. package/dist/types/src/components/base/Drawer/src/Drawer.vue.d.ts +3 -0
  59. package/dist/types/src/components/base/Dropdown/index.d.ts +3 -0
  60. package/dist/types/src/components/base/Dropdown/src/Dropdown.vue.d.ts +3 -0
  61. package/dist/types/src/components/base/Dropdown/src/DropdownItem.vue.d.ts +3 -0
  62. package/dist/types/src/components/base/Dropdown/src/DropdownMenu.vue.d.ts +3 -0
  63. package/dist/types/src/components/base/Empty/index.d.ts +1 -0
  64. package/dist/types/src/components/base/Empty/src/Empty.vue.d.ts +3 -0
  65. package/dist/types/src/components/base/Footer/index.d.ts +1 -0
  66. package/dist/types/src/components/base/Footer/src/Footer.vue.d.ts +3 -0
  67. package/dist/types/src/components/base/Form/index.d.ts +2 -0
  68. package/dist/types/src/components/base/Form/src/Form.vue.d.ts +3 -0
  69. package/dist/types/src/components/base/Form/src/FormItem.vue.d.ts +3 -0
  70. package/dist/types/src/components/base/Header/index.d.ts +1 -0
  71. package/dist/types/src/components/base/Header/src/Header.vue.d.ts +3 -0
  72. package/dist/types/src/components/base/Icon/index.d.ts +1 -0
  73. package/dist/types/src/components/base/Icon/src/Icon.vue.d.ts +3 -0
  74. package/dist/types/src/components/base/Image/index.d.ts +1 -0
  75. package/dist/types/src/components/base/Image/src/Image.vue.d.ts +3 -0
  76. package/dist/types/src/components/base/ImageViewer/index.d.ts +1 -0
  77. package/dist/types/src/components/base/ImageViewer/src/ImageViewer.vue.d.ts +3 -0
  78. package/dist/types/src/components/base/Input/index.d.ts +1 -0
  79. package/dist/types/src/components/base/Input/src/Input.vue.d.ts +30 -0
  80. package/dist/types/src/components/base/InputNumber/index.d.ts +1 -0
  81. package/dist/types/src/components/base/InputNumber/src/InputNumber.vue.d.ts +3 -0
  82. package/dist/types/src/components/base/Main/index.d.ts +1 -0
  83. package/dist/types/src/components/base/Main/src/Main.vue.d.ts +3 -0
  84. package/dist/types/src/components/base/Menu/index.d.ts +3 -0
  85. package/dist/types/src/components/base/Menu/src/Menu.vue.d.ts +3 -0
  86. package/dist/types/src/components/base/Menu/src/MenuItem.vue.d.ts +3 -0
  87. package/dist/types/src/components/base/Menu/src/SubMenu.vue.d.ts +3 -0
  88. package/dist/types/src/components/base/Pagination/index.d.ts +1 -0
  89. package/dist/types/src/components/base/Pagination/src/Pagination.vue.d.ts +3 -0
  90. package/dist/types/src/components/base/Popconfirm/index.d.ts +1 -0
  91. package/dist/types/src/components/base/Popconfirm/src/Popconfirm.vue.d.ts +3 -0
  92. package/dist/types/src/components/base/Popover/index.d.ts +1 -0
  93. package/dist/types/src/components/base/Popover/src/Popover.vue.d.ts +3 -0
  94. package/dist/types/src/components/base/Progress/index.d.ts +1 -0
  95. package/dist/types/src/components/base/Progress/src/Progress.vue.d.ts +3 -0
  96. package/dist/types/src/components/base/Qr/index.d.ts +1 -0
  97. package/dist/types/src/components/base/Qr/src/Qr.vue.d.ts +3 -0
  98. package/dist/types/src/components/base/Radio/index.d.ts +3 -0
  99. package/dist/types/src/components/base/Radio/src/Radio.vue.d.ts +3 -0
  100. package/dist/types/src/components/base/Radio/src/RadioButton.vue.d.ts +3 -0
  101. package/dist/types/src/components/base/Radio/src/RadioGroup.vue.d.ts +3 -0
  102. package/dist/types/src/components/base/Rate/index.d.ts +1 -0
  103. package/dist/types/src/components/base/Rate/src/Rate.vue.d.ts +3 -0
  104. package/dist/types/src/components/base/Result/index.d.ts +1 -0
  105. package/dist/types/src/components/base/Result/src/Result.vue.d.ts +3 -0
  106. package/dist/types/src/components/base/Row/index.d.ts +1 -0
  107. package/dist/types/src/components/base/Row/src/Row.vue.d.ts +3 -0
  108. package/dist/types/src/components/base/Scrollbar/index.d.ts +1 -0
  109. package/dist/types/src/components/base/Scrollbar/src/Scrollbar.vue.d.ts +3 -0
  110. package/dist/types/src/components/base/Select/index.d.ts +3 -0
  111. package/dist/types/src/components/base/Select/src/Option.vue.d.ts +3 -0
  112. package/dist/types/src/components/base/Select/src/OptionGroup.vue.d.ts +3 -0
  113. package/dist/types/src/components/base/Select/src/Select.vue.d.ts +37 -0
  114. package/dist/types/src/components/base/SelectV2/index.d.ts +1 -0
  115. package/dist/types/src/components/base/SelectV2/src/SelectV2.vue.d.ts +3 -0
  116. package/dist/types/src/components/base/Slider/index.d.ts +1 -0
  117. package/dist/types/src/components/base/Slider/src/Slider.vue.d.ts +3 -0
  118. package/dist/types/src/components/base/Steps/index.d.ts +1 -0
  119. package/dist/types/src/components/base/Steps/src/Step.vue.d.ts +3 -0
  120. package/dist/types/src/components/base/Steps/src/Steps.vue.d.ts +3 -0
  121. package/dist/types/src/components/base/Switch/index.d.ts +1 -0
  122. package/dist/types/src/components/base/Switch/src/Switch.vue.d.ts +3 -0
  123. package/dist/types/src/components/base/Table/index.d.ts +2 -0
  124. package/dist/types/src/components/base/Table/src/Table.vue.d.ts +3 -0
  125. package/dist/types/src/components/base/Table/src/TableColumn.vue.d.ts +3 -0
  126. package/dist/types/src/components/base/Tabs/index.d.ts +2 -0
  127. package/dist/types/src/components/base/Tabs/src/TabPane.vue.d.ts +3 -0
  128. package/dist/types/src/components/base/Tabs/src/Tabs.vue.d.ts +3 -0
  129. package/dist/types/src/components/base/Tag/index.d.ts +2 -0
  130. package/dist/types/src/components/base/Tag/src/CheckTag.vue.d.ts +3 -0
  131. package/dist/types/src/components/base/Tag/src/Tag.vue.d.ts +3 -0
  132. package/dist/types/src/components/base/Text/index.d.ts +1 -0
  133. package/dist/types/src/components/base/Text/src/Text.vue.d.ts +3 -0
  134. package/dist/types/src/components/base/TimePicker/index.d.ts +1 -0
  135. package/dist/types/src/components/base/TimePicker/src/TimePicker.vue.d.ts +3 -0
  136. package/dist/types/src/components/base/TimeSelect/index.d.ts +1 -0
  137. package/dist/types/src/components/base/TimeSelect/src/TimeSelect.vue.d.ts +3 -0
  138. package/dist/types/src/components/base/Tooltip/index.d.ts +1 -0
  139. package/dist/types/src/components/base/Tooltip/src/Tooltip.vue.d.ts +3 -0
  140. package/dist/types/src/components/base/Tour/index.d.ts +2 -0
  141. package/dist/types/src/components/base/Tour/src/Tour.vue.d.ts +3 -0
  142. package/dist/types/src/components/base/Tour/src/TourStep.vue.d.ts +3 -0
  143. package/dist/types/src/components/base/Transfer/index.d.ts +1 -0
  144. package/dist/types/src/components/base/Transfer/src/Transfer.vue.d.ts +3 -0
  145. package/dist/types/src/components/base/Tree/index.d.ts +1 -0
  146. package/dist/types/src/components/base/Tree/src/Tree.vue.d.ts +3 -0
  147. package/dist/types/src/components/base/TreeSelect/index.d.ts +1 -0
  148. package/dist/types/src/components/base/TreeSelect/src/TreeSelect.vue.d.ts +3 -0
  149. package/dist/types/src/components/base/TreeV2/index.d.ts +1 -0
  150. package/dist/types/src/components/base/TreeV2/src/TreeV2.vue.d.ts +3 -0
  151. package/dist/types/src/components/base/Upload/index.d.ts +1 -0
  152. package/dist/types/src/components/base/Upload/src/Upload.vue.d.ts +3 -0
  153. package/dist/types/src/components/base/Watermark/index.d.ts +1 -0
  154. package/dist/types/src/components/base/Watermark/src/Watermark.vue.d.ts +3 -0
  155. package/dist/types/src/components/base/components.d.ts +60 -0
  156. package/dist/types/src/components/base/index.d.ts +174 -0
  157. package/dist/types/src/components/business/bcBox/bcBox.vue.d.ts +48 -0
  158. package/dist/types/{components → src/components}/business/bcBox/utils.d.ts +10 -11
  159. package/dist/types/src/components/business/bcBreadcrumb/bcBreadcrumb.vue.d.ts +14 -0
  160. package/dist/types/{components → src/components}/business/bcBreadcrumb/index.d.ts +1 -2
  161. package/dist/types/src/components/business/bcButton/bcButton.vue.d.ts +40 -0
  162. package/dist/types/src/components/business/bcCheckbox/bcCheckbox.vue.d.ts +23 -0
  163. package/dist/types/src/components/business/bcContextBox/bcContextBox.vue.d.ts +40 -0
  164. package/dist/types/src/components/business/bcContextBox/useContextMenu.d.ts +34 -0
  165. package/dist/types/src/components/business/bcDivider/bcDivider.vue.d.ts +38 -0
  166. package/dist/types/src/components/business/bcFace/bcFace.vue.d.ts +24 -0
  167. package/dist/types/src/components/business/bcForm/baseForm.vue.d.ts +275 -0
  168. package/dist/types/src/components/business/bcForm/bcForm.vue.d.ts +33 -0
  169. package/dist/types/{components → src/components}/business/bcForm/type.d.ts +6 -7
  170. package/dist/types/src/components/business/bcForm/useGuide.d.ts +559 -0
  171. package/dist/types/src/components/business/bcGroup/bcGroup.vue.d.ts +36 -0
  172. package/dist/types/src/components/business/bcIcon/bcIcon.vue.d.ts +27 -0
  173. package/dist/types/src/components/business/bcInputGroup/bcInputGroup.vue.d.ts +20 -0
  174. package/dist/types/src/components/business/bcRadio/bcRadio.vue.d.ts +18 -0
  175. package/dist/types/src/components/business/bcSelect/bcSelect.vue.d.ts +33 -0
  176. package/dist/types/src/components/business/bcSignature/index.vue.d.ts +19 -0
  177. package/dist/types/src/components/business/bcSystemAuth/components/data.vue.d.ts +3 -0
  178. package/dist/types/src/components/business/bcSystemAuth/components/dict.vue.d.ts +3 -0
  179. package/dist/types/src/components/business/bcSystemAuth/components/fastSet/popup.vue.d.ts +17 -0
  180. package/dist/types/src/components/business/bcSystemAuth/components/field.vue.d.ts +3 -0
  181. package/dist/types/src/components/business/bcSystemAuth/components/form.vue.d.ts +11 -0
  182. package/dist/types/{components → src/components}/business/bcSystemAuth/components/selectAll/index.d.ts +2 -3
  183. package/dist/types/src/components/business/bcSystemAuth/components/selectAll/index.vue.d.ts +5 -0
  184. package/dist/types/src/components/business/bcSystemAuth/components/table.vue.d.ts +11 -0
  185. package/dist/types/src/components/business/bcSystemAuth/components/widget/btns.vue.d.ts +11 -0
  186. package/dist/types/src/components/business/bcSystemAuth/components/widget/form.vue.d.ts +11 -0
  187. package/dist/types/src/components/business/bcSystemAuth/components/widget/tab.vue.d.ts +17 -0
  188. package/dist/types/src/components/business/bcSystemAuth/components/widget/tables.vue.d.ts +11 -0
  189. package/dist/types/src/components/business/bcSystemAuth/components/widget/tablesWraper.vue.d.ts +11 -0
  190. package/dist/types/{components → src/components}/business/bcSystemAuth/fastStore.d.ts +48 -49
  191. package/dist/types/{components → src/components}/business/bcSystemAuth/fastUtils.d.ts +28 -30
  192. package/dist/types/src/components/business/bcSystemAuth/index.d.ts +2 -0
  193. package/dist/types/src/components/business/bcSystemAuth/index.vue.d.ts +17 -0
  194. package/dist/types/{components → src/components}/business/bcSystemAuth/store.d.ts +48 -49
  195. package/dist/types/src/components/business/bcSystemAuth/type.d.ts +342 -0
  196. package/dist/types/src/components/business/bcSystemAuth/useAuth.d.ts +26 -0
  197. package/dist/types/{components → src/components}/business/bcSystemAuth/utils.d.ts +28 -30
  198. package/dist/types/src/components/business/bcSystemField/components/field.vue.d.ts +3 -0
  199. package/dist/types/src/components/business/bcSystemField/components/form.vue.d.ts +11 -0
  200. package/dist/types/{components → src/components}/business/bcSystemField/components/selectAll/index.d.ts +4 -5
  201. package/dist/types/src/components/business/bcSystemField/components/selectAll/index.vue.d.ts +5 -0
  202. package/dist/types/src/components/business/bcSystemField/components/table.vue.d.ts +11 -0
  203. package/dist/types/src/components/business/bcSystemField/components/widget/form.vue.d.ts +11 -0
  204. package/dist/types/src/components/business/bcSystemField/components/widget/tab.vue.d.ts +17 -0
  205. package/dist/types/src/components/business/bcSystemField/components/widget/tables.vue.d.ts +11 -0
  206. package/dist/types/src/components/business/bcSystemField/components/widget/tablesWraper.vue.d.ts +11 -0
  207. package/dist/types/src/components/business/bcSystemField/index.d.ts +2 -0
  208. package/dist/types/src/components/business/bcSystemField/index.vue.d.ts +7 -0
  209. package/dist/types/{components → src/components}/business/bcSystemField/store.d.ts +39 -40
  210. package/dist/types/src/components/business/bcSystemField/useAuth.d.ts +14 -0
  211. package/dist/types/{components → src/components}/business/bcSystemField/utils.d.ts +20 -21
  212. package/dist/types/src/components/business/bcTable/bcFormTable.vue.d.ts +143 -0
  213. package/dist/types/src/components/business/bcTable/bcTable.vue.d.ts +32 -0
  214. package/dist/types/src/components/business/bcTable/components/btn/btn.vue.d.ts +58 -0
  215. package/dist/types/src/components/business/bcTable/components/popup/index.d.ts +2 -0
  216. package/dist/types/src/components/business/bcTable/components/popup/popup.vue.d.ts +49 -0
  217. package/dist/types/src/components/business/bcTable/components/query/components/sortForm/sortForm.vue.d.ts +14 -0
  218. package/dist/types/src/components/business/bcTable/components/query/drag.vue.d.ts +222 -0
  219. package/dist/types/src/components/business/bcTable/components/query/query.vue.d.ts +226 -0
  220. package/dist/types/{components → src/components}/business/bcTable/components/query/useQuickSearch.d.ts +2 -3
  221. package/dist/types/src/components/business/bcTable/components/table/colgroup.vue.d.ts +25 -0
  222. package/dist/types/src/components/business/bcTable/components/table/column.vue.d.ts +49 -0
  223. package/dist/types/src/components/business/bcTable/components/table/components/sortColumn/sortColumn.vue.d.ts +16 -0
  224. package/dist/types/{components → src/components}/business/bcTable/components/table/components/sortColumn/types.d.ts +1 -2
  225. package/dist/types/src/components/business/bcTable/components/table/table.vue.d.ts +64 -0
  226. package/dist/types/{components → src/components}/business/bcTable/components/table/useTable.d.ts +5 -5
  227. package/dist/types/src/components/business/bcTable/components/table/useTableHeight.d.ts +23 -0
  228. package/dist/types/{components → src/components}/business/bcTable/methods/cellDetailMethod.d.ts +0 -1
  229. package/dist/types/{components → src/components}/business/bcTable/methods/filterAgeMethod.d.ts +0 -1
  230. package/dist/types/{components → src/components}/business/bcTable/methods/footerMethod.d.ts +1 -2
  231. package/dist/types/{components → src/components}/business/bcTable/methods/formBtnMethod.d.ts +1 -2
  232. package/dist/types/{components → src/components}/business/bcTable/methods/index.d.ts +1 -2
  233. package/dist/types/{components → src/components}/business/bcTable/utils/authField.d.ts +1 -2
  234. package/dist/types/{components → src/components}/business/bcTable/utils/onFormKey.d.ts +4 -5
  235. package/dist/types/{components → src/components}/business/bcTable/utils/onTableKey.d.ts +5 -6
  236. package/dist/types/{components → src/components}/business/bcTable/utils/parseTable.d.ts +20 -21
  237. package/dist/types/{components → src/components}/business/bcTable/utils/type.d.ts +11 -12
  238. package/dist/types/{components → src/components}/business/bcTable/utils/useBcTable.d.ts +7079 -7089
  239. package/dist/types/{components → src/components}/business/bcTable/utils/useButon.d.ts +5 -6
  240. package/dist/types/src/components/business/bcTable/utils/useFormTableHeight.d.ts +18 -0
  241. package/dist/types/{components → src/components}/business/bcTable/utils/useKeydownEvent.d.ts +17 -18
  242. package/dist/types/src/components/business/bcTabs/bcTabs.vue.d.ts +61 -0
  243. package/dist/types/src/components/business/bcTabs/components/BetterScroll/index.d.ts +2 -0
  244. package/dist/types/src/components/business/bcTabs/components/BetterScroll/index.vue.d.ts +33 -0
  245. package/dist/types/src/components/business/bcTreeSearch/bcTreeSearch.vue.d.ts +55 -0
  246. package/dist/types/src/components/business/bcTreeSelect/bcTreeSelect.vue.d.ts +28 -0
  247. package/dist/types/src/components/business/bcTrtc/bcTrtc.vue.d.ts +104 -0
  248. package/dist/types/src/components/business/bcTrtc/hooks/useOperateLog.d.ts +8 -0
  249. package/dist/types/src/components/business/bcTrtc/hooks/useTrtcRoomEvent.d.ts +50 -0
  250. package/dist/types/src/components/business/bcTrtc/type.d.ts +124 -0
  251. package/dist/types/src/components/business/bcTrtc/useTrtc.d.ts +39 -0
  252. package/dist/types/src/components/business/bcTrtc/util/generateTestUserSig.d.ts +64 -0
  253. package/dist/types/src/components/business/bcTrtc/util/lib-generate-test-usersig-es.min.d.ts +20 -0
  254. package/dist/types/src/components/business/bcTrtc/util/utils.d.ts +4 -0
  255. package/dist/types/src/components/business/bcUpload/bcUpload.vue.d.ts +13 -0
  256. package/dist/types/src/components/business/bcUpload/component/highSpeedCamera.vue.d.ts +19 -0
  257. package/dist/types/src/components/business/bcUpload/component/qwebchannel.d.ts +15 -0
  258. package/dist/types/src/components/business/bcUpload/component/type.d.ts +44 -0
  259. package/dist/types/src/components/business/bcUpload/type.d.ts +83 -0
  260. package/dist/types/src/components/business/bcUpload/upload.vue.d.ts +272 -0
  261. package/dist/types/src/components/business/bcUpload/useUpload.d.ts +21 -0
  262. package/dist/types/{components → src/components}/business/bcVisual/bcVisual.vue.d.ts +9 -8
  263. package/dist/types/{components → src/components}/business/bcVisual/components/setting/dragItem.vue.d.ts +16 -9
  264. package/dist/types/src/components/business/bcVisual/components/setting/extendItem.vue.d.ts +13 -0
  265. package/dist/types/src/components/business/bcVisual/components/setting/setting.vue.d.ts +3 -0
  266. package/dist/types/{components → src/components}/business/bcVisual/components/setting/useDrag.d.ts +2 -4
  267. package/dist/types/src/components/business/bcVisual/components/table/table.vue.d.ts +6 -0
  268. package/dist/types/src/components/business/bcVisual/components/updateName/popup.vue.d.ts +17 -0
  269. package/dist/types/src/components/business/bcVisual/components/updateSql/addCondition.vue.d.ts +23 -0
  270. package/dist/types/{components → src/components}/business/bcVisual/components/updateSql/index.d.ts +1 -2
  271. package/dist/types/{components → src/components}/business/bcVisual/components/updateSql/nodeTree/index.d.ts +1 -2
  272. package/dist/types/src/components/business/bcVisual/components/updateSql/nodeTree/index.vue.d.ts +21 -0
  273. package/dist/types/src/components/business/bcVisual/components/updateSql/nodeTree/nodeTree.vue.d.ts +27 -0
  274. package/dist/types/src/components/business/bcVisual/components/updateSql/popup.vue.d.ts +17 -0
  275. package/dist/types/{components → src/components}/business/bcVisual/useTableFormat.d.ts +28 -29
  276. package/dist/types/{components → src/components}/business/bcVisual/utils.d.ts +1 -3
  277. package/dist/types/src/components/business/index.d.ts +52 -0
  278. package/dist/types/src/hooks/index.d.ts +3 -0
  279. package/dist/types/src/hooks/onKeyStroke.d.ts +13 -0
  280. package/dist/types/src/hooks/useExpose.d.ts +23 -0
  281. package/dist/types/src/hooks/useKeyStroke.d.ts +22 -0
  282. package/dist/types/{types → src/types}/auth.d.ts +1 -2
  283. package/dist/types/{types → src/types}/components.d.ts +1 -2
  284. package/dist/types/{types → src/types}/customData.d.ts +16 -19
  285. package/dist/types/{types → src/types}/form.d.ts +1 -2
  286. package/dist/types/{types → src/types}/formItem/autocomplete.d.ts +1 -2
  287. package/dist/types/{types → src/types}/formItem/checkbox.d.ts +1 -2
  288. package/dist/types/{types → src/types}/formItem/input.d.ts +1 -2
  289. package/dist/types/{types → src/types}/formItem/inputGroup.d.ts +1 -2
  290. package/dist/types/{types → src/types}/formItem/inputNumber.d.ts +1 -2
  291. package/dist/types/{types → src/types}/formItem/radio.d.ts +1 -2
  292. package/dist/types/{types → src/types}/formItem/selelct.d.ts +1 -2
  293. package/dist/types/{types → src/types}/formItem/treeSelect.d.ts +1 -2
  294. package/dist/types/{utils → src/utils}/arrayOperation.d.ts +1 -1
  295. package/dist/types/{utils → src/utils}/common.d.ts +3 -4
  296. package/dist/types/src/utils/commonFunction.d.ts +14 -0
  297. package/dist/types/{utils → src/utils}/download.d.ts +4 -4
  298. package/dist/types/{utils → src/utils}/getDataType.d.ts +2 -3
  299. package/dist/types/src/utils/index.d.ts +26 -0
  300. package/dist/types/{utils/loading.d.ts → src/utils/loading/index.d.ts} +1 -1
  301. package/dist/types/src/utils/lodash.d.ts +2 -0
  302. package/dist/types/{utils → src/utils}/mitt.d.ts +2 -3
  303. package/dist/types/{utils → src/utils}/number.d.ts +2 -14
  304. package/dist/types/{utils → src/utils}/other.d.ts +11 -12
  305. package/dist/types/src/utils/request/index.d.ts +6 -0
  306. package/dist/types/{utils → src/utils}/request/interceptors/request/authorization.interceptor.d.ts +1 -2
  307. package/dist/types/{utils → src/utils}/request/interceptors/request/result.type.interceptor.d.ts +6 -2
  308. package/dist/types/{utils → src/utils}/request/interceptors/request/undefined-params-handler.interceptor.d.ts +13 -2
  309. package/dist/types/{utils → src/utils}/request/interceptors/response/error-handler.interceptor.d.ts +1 -2
  310. package/dist/types/{utils → src/utils}/request/repeatRequest.d.ts +1 -2
  311. package/dist/types/src/utils/request/request.d.ts +6 -0
  312. package/dist/types/src/utils/showMessage.d.ts +3 -0
  313. package/dist/types/src/utils/showMessageBox.d.ts +3 -0
  314. package/dist/types/src/utils/showNotification.d.ts +3 -0
  315. package/dist/types/{utils → src/utils}/showPopup/index.d.ts +5 -6
  316. package/dist/types/src/utils/showPopup/showPopup.vue.d.ts +56 -0
  317. package/dist/types/{utils → src/utils}/storage.d.ts +12 -14
  318. package/dist/types/{utils → src/utils}/tree.d.ts +3 -4
  319. package/dist/types/{utils → src/utils}/url.d.ts +2 -3
  320. package/dist/types/vxe-table.d.ts +3 -0
  321. package/package.json +16 -39
  322. package/LICENSE +0 -21
  323. package/dist/401-BlM5q_g-.mjs +0 -56
  324. package/dist/401-Bo_QA5Fo.js +0 -1
  325. package/dist/404-BYJby0Oi.mjs +0 -61
  326. package/dist/404-BYJby0Oi.mjs.gz +0 -0
  327. package/dist/404-jTTCKJNg.js +0 -1
  328. package/dist/404-jTTCKJNg.js.gz +0 -0
  329. package/dist/account-BRK3tZKc.js +0 -1
  330. package/dist/account-ilVpGdGH.mjs +0 -215
  331. package/dist/aside-5u9e_-Rp.mjs +0 -164
  332. package/dist/aside-BKZ-OlTP.js +0 -1
  333. package/dist/baseBtnConfig-C6KLedE5.mjs +0 -273
  334. package/dist/baseBtnConfig-DRxjBT8Z.js +0 -1
  335. package/dist/baseFormConfig-BaFbaMWd.mjs +0 -722
  336. package/dist/baseFormConfig-BaFbaMWd.mjs.gz +0 -0
  337. package/dist/baseFormConfig-CSyA4kTg.mjs +0 -504
  338. package/dist/baseFormConfig-CSyA4kTg.mjs.gz +0 -0
  339. package/dist/baseFormConfig-CYgc6V2g.js +0 -1
  340. package/dist/baseFormConfig-D5Q35Bo3.js +0 -1
  341. package/dist/baseTableConfig-6WRe8rDM.mjs +0 -2624
  342. package/dist/baseTableConfig-6WRe8rDM.mjs.gz +0 -0
  343. package/dist/baseTableConfig-C6IDcU0g.js +0 -1
  344. package/dist/baseTableConfig-C6IDcU0g.js.gz +0 -0
  345. package/dist/bcFormConfig-DoLVqIr4.mjs +0 -234
  346. package/dist/bcFormConfig-DzpOGz-m.js +0 -1
  347. package/dist/bcPageTreeBySystem.vue_vue_type_script_setup_true_lang-DEakn1bL.mjs +0 -131
  348. package/dist/bcPageTreeBySystem.vue_vue_type_script_setup_true_lang-DVy1L2nO.js +0 -1
  349. package/dist/bcSwitchSystems.vue_vue_type_script_setup_true_lang-DCGGzxo0.js +0 -1
  350. package/dist/bcSwitchSystems.vue_vue_type_script_setup_true_lang-DiZ76eyX.mjs +0 -101
  351. package/dist/btnIndex-BU6_Lgv3.mjs +0 -287
  352. package/dist/btnIndex-BU6_Lgv3.mjs.gz +0 -0
  353. package/dist/btnIndex-BYSMHQP-.js +0 -1
  354. package/dist/classic-CZ5jdtx0.js +0 -1
  355. package/dist/classic-Dm7VTY5J.mjs +0 -81
  356. package/dist/cloneConfigDialog-DIj9CUjJ.mjs +0 -817
  357. package/dist/cloneConfigDialog-DIj9CUjJ.mjs.gz +0 -0
  358. package/dist/cloneConfigDialog-TSUUyv9s.js +0 -1
  359. package/dist/cloneConfigDialog-TSUUyv9s.js.gz +0 -0
  360. package/dist/columns-CjXL-oE4.js +0 -1
  361. package/dist/columns-jTuNR_F4.mjs +0 -87
  362. package/dist/columnsAside-CLxxZNXo.mjs +0 -220
  363. package/dist/columnsAside-DLUbPkxh.js +0 -1
  364. package/dist/contextmenu-BamKr8IA.js +0 -1
  365. package/dist/contextmenu-Civj9yUS.mjs +0 -125
  366. package/dist/contextmenu-DtfFP8IO.mjs +0 -125
  367. package/dist/contextmenu-YsE3L-dB.js +0 -1
  368. package/dist/copyMenuConfig-DCjEoK5v.mjs +0 -4
  369. package/dist/copyMenuConfig-gd65a3RC.js +0 -1
  370. package/dist/copyMenuConfig.vue_vue_type_script_setup_true_lang-5Jz16QPo.js +0 -1
  371. package/dist/copyMenuConfig.vue_vue_type_script_setup_true_lang-BFA7qI18.mjs +0 -85
  372. package/dist/copySystem-CRf-zh9G.js +0 -1
  373. package/dist/copySystem-DBKbUuzU.mjs +0 -4
  374. package/dist/copySystem.vue_vue_type_script_setup_true_lang-BpIW8Rs7.js +0 -1
  375. package/dist/copySystem.vue_vue_type_script_setup_true_lang-Dp6K4ZPg.mjs +0 -78
  376. package/dist/defaults-DMH96QfT.mjs +0 -86
  377. package/dist/defaults-DlAHrNSO.js +0 -1
  378. package/dist/dialog-B_KS2otQ.mjs +0 -4
  379. package/dist/dialog-BpY5TPcI.mjs +0 -365
  380. package/dist/dialog-BpY5TPcI.mjs.gz +0 -0
  381. package/dist/dialog-Cu0CJXJR.mjs +0 -4
  382. package/dist/dialog-D5eV0gxD.mjs +0 -10
  383. package/dist/dialog-DD2puMT_.js +0 -1
  384. package/dist/dialog-DDL8gmtT.js +0 -1
  385. package/dist/dialog-DQP53khI.mjs +0 -359
  386. package/dist/dialog-DQP53khI.mjs.gz +0 -0
  387. package/dist/dialog-DsAzp4Nc.js +0 -1
  388. package/dist/dialog-DxBOYlwo.js +0 -1
  389. package/dist/dialog-TFJ52Qpk.js +0 -1
  390. package/dist/dialog.vue_vue_type_script_setup_true_name_dataAuthDialog_lang-ecFz1B6I.mjs +0 -220
  391. package/dist/dialog.vue_vue_type_script_setup_true_name_dataAuthDialog_lang-kd12ebSy.js +0 -1
  392. package/dist/dialog.vue_vue_type_script_setup_true_name_systemMenuDialog_lang-BbmW4qwo.js +0 -1
  393. package/dist/dialog.vue_vue_type_script_setup_true_name_systemMenuDialog_lang-BbmW4qwo.js.gz +0 -0
  394. package/dist/dialog.vue_vue_type_script_setup_true_name_systemMenuDialog_lang-kYLsske7.mjs +0 -694
  395. package/dist/dialog.vue_vue_type_script_setup_true_name_systemMenuDialog_lang-kYLsske7.mjs.gz +0 -0
  396. package/dist/dictDialog-BQ4b4nFI.js +0 -1
  397. package/dist/dictDialog-ZMamr0ZZ.mjs +0 -4
  398. package/dist/dictDialog.vue_vue_type_script_setup_true_name_dictDialog_lang-BtFVx7zg.mjs +0 -154
  399. package/dist/dictDialog.vue_vue_type_script_setup_true_name_dictDialog_lang-CgP7jKXr.js +0 -1
  400. package/dist/dictItemDialog-B5XYJXXR.mjs +0 -4
  401. package/dist/dictItemDialog-BZCOz1je.js +0 -1
  402. package/dist/dictItemDialog.vue_vue_type_script_setup_true_lang-BTAKd62E.js +0 -1
  403. package/dist/dictItemDialog.vue_vue_type_script_setup_true_lang-DbzDaqAf.mjs +0 -231
  404. package/dist/favicon.ico +0 -0
  405. package/dist/formConfig-EnNDrsXl.mjs +0 -592
  406. package/dist/formConfig-EnNDrsXl.mjs.gz +0 -0
  407. package/dist/formConfig-EvG_KMjq.js +0 -1
  408. package/dist/formConfig-EvG_KMjq.js.gz +0 -0
  409. package/dist/header-CJn5ZfnT.js +0 -1
  410. package/dist/header-_FT9tTGW.mjs +0 -28
  411. package/dist/horizontal-DNL1D1-M.mjs +0 -151
  412. package/dist/horizontal-hgY32trC.js +0 -1
  413. package/dist/hsAttrBtn-ChySkAD4.mjs +0 -4
  414. package/dist/hsAttrBtn-DMpk4Tpx.js +0 -1
  415. package/dist/hsAttrBtn.vue_vue_type_script_setup_true_lang-1EVeiUB6.js +0 -1
  416. package/dist/hsAttrBtn.vue_vue_type_script_setup_true_lang-C5gyfyIV.mjs +0 -128
  417. package/dist/hsAttrForm-CyQXJKL6.js +0 -1
  418. package/dist/hsAttrForm-D1giqvO1.mjs +0 -4
  419. package/dist/hsAttrForm.vue_vue_type_script_setup_true_lang-Dw6Xd3YW.js +0 -1
  420. package/dist/hsAttrForm.vue_vue_type_script_setup_true_lang-oxy3MMDf.mjs +0 -439
  421. package/dist/hsAttrForm.vue_vue_type_script_setup_true_lang-oxy3MMDf.mjs.gz +0 -0
  422. package/dist/hsBtnConfigList-BwzBiOgr.js +0 -1
  423. package/dist/hsBtnConfigList-ka6iO9u5.mjs +0 -117
  424. package/dist/hsBtnItemConfig-D7APNh5b.mjs +0 -4
  425. package/dist/hsBtnItemConfig-PwfkkSjP.js +0 -1
  426. package/dist/hsBtnItemConfig.vue_vue_type_script_setup_true_lang-BcF9s_t7.js +0 -1
  427. package/dist/hsBtnItemConfig.vue_vue_type_script_setup_true_lang-DhtnXiRo.mjs +0 -147
  428. package/dist/hsBtnPanel-B3_PpOx1.js +0 -1
  429. package/dist/hsBtnPanel-CfWQO5Yj.mjs +0 -4
  430. package/dist/hsBtnPanel.vue_vue_type_script_setup_true_name_formPanel_lang-BRRvl3m9.mjs +0 -67
  431. package/dist/hsBtnPanel.vue_vue_type_script_setup_true_name_formPanel_lang-WxsVtQoc.js +0 -1
  432. package/dist/hsCheckbox-BKa_El3s.js +0 -1
  433. package/dist/hsCheckbox-CalDndlZ.mjs +0 -4
  434. package/dist/hsCheckbox.vue_vue_type_script_setup_true_lang-Dh-lqGjq.js +0 -1
  435. package/dist/hsCheckbox.vue_vue_type_script_setup_true_lang-XCUyHi8X.mjs +0 -28
  436. package/dist/hsExpand-CPM-nNHm.js +0 -1
  437. package/dist/hsExpand-DxwmN1tA.mjs +0 -4
  438. package/dist/hsExpand.vue_vue_type_script_setup_true_lang-Dlu-fUiD.mjs +0 -285
  439. package/dist/hsExpand.vue_vue_type_script_setup_true_lang-xTcppBR0.js +0 -1
  440. package/dist/hsFormConfig-C4ciKuQQ.js +0 -1
  441. package/dist/hsFormConfig-oUbaU1I8.mjs +0 -207
  442. package/dist/hsFormConfigList-CvO9_-yH.js +0 -1
  443. package/dist/hsFormConfigList-D22P1SPx.mjs +0 -414
  444. package/dist/hsFormConfigList-D22P1SPx.mjs.gz +0 -0
  445. package/dist/hsFormPanel-BgKBv3R4.mjs +0 -238
  446. package/dist/hsFormPanel-BgKBv3R4.mjs.gz +0 -0
  447. package/dist/hsFormPanel-rf7405we.js +0 -1
  448. package/dist/hsFormParse-BJXuJ4Ap.mjs +0 -4
  449. package/dist/hsFormParse-Cbw_w3kr.js +0 -1
  450. package/dist/hsFormParse.vue_vue_type_script_setup_true_lang-DewfGMUJ.mjs +0 -242
  451. package/dist/hsFormParse.vue_vue_type_script_setup_true_lang-DhCHbkft.js +0 -1
  452. package/dist/hsPanelItem-DoFI4Td_.js +0 -1
  453. package/dist/hsPanelItem-Dvw5Xfgg.mjs +0 -4
  454. package/dist/hsPanelItem.vue_vue_type_script_setup_true_name_panelItem_lang-Bt6r9TZf.mjs +0 -86
  455. package/dist/hsPanelItem.vue_vue_type_script_setup_true_name_panelItem_lang-CzeSpu7q.js +0 -1
  456. package/dist/iframes-CWdXFiYU.mjs +0 -122
  457. package/dist/iframes-DnAW1ZV2.js +0 -1
  458. package/dist/index copy-B20iHEzm.mjs +0 -134
  459. package/dist/index copy-CRLKjXgw.js +0 -1
  460. package/dist/index copy-qsl_Cz0F.js +0 -1
  461. package/dist/index copy-vj8JtHui.mjs +0 -69
  462. package/dist/index-2cLSyOu4.mjs +0 -403
  463. package/dist/index-2cLSyOu4.mjs.gz +0 -0
  464. package/dist/index-4WkYxlVk.mjs +0 -131
  465. package/dist/index-4ncpQ4eO.js +0 -1
  466. package/dist/index-66A0dfxV.mjs +0 -95
  467. package/dist/index-6m-Zcn-q.js +0 -1
  468. package/dist/index-9-SK9FVJ.js +0 -1
  469. package/dist/index-B45hVvU9.mjs +0 -10
  470. package/dist/index-B6Iitxd9.mjs +0 -50
  471. package/dist/index-B6g-9ve6.mjs +0 -73
  472. package/dist/index-B8p9_cpY.mjs +0 -258289
  473. package/dist/index-B8p9_cpY.mjs.gz +0 -0
  474. package/dist/index-BDNL6vVh.js +0 -1
  475. package/dist/index-BDV6agxz.mjs +0 -22
  476. package/dist/index-BF32C3XO.js +0 -1
  477. package/dist/index-BFqTB98X.js +0 -1
  478. package/dist/index-BIgnSPCb.js +0 -1
  479. package/dist/index-BSdnLWle.mjs +0 -1009
  480. package/dist/index-BSdnLWle.mjs.gz +0 -0
  481. package/dist/index-BUJyZVH6.js +0 -1
  482. package/dist/index-BUcC4gD1.js +0 -110
  483. package/dist/index-BUcC4gD1.js.gz +0 -0
  484. package/dist/index-BX2TCVhI.js +0 -1
  485. package/dist/index-BXj-m_QU.mjs +0 -65
  486. package/dist/index-Bak90RK3.js +0 -1
  487. package/dist/index-BbDp5GL2.js +0 -1
  488. package/dist/index-Be5QcYb1.js +0 -1
  489. package/dist/index-BhMp70XH.mjs +0 -94
  490. package/dist/index-BlncRtDu.mjs +0 -213
  491. package/dist/index-BmxF4Rq-.js +0 -1
  492. package/dist/index-BrTyWpWz.js +0 -1
  493. package/dist/index-BwZWYngT.mjs +0 -14
  494. package/dist/index-ByE-Ghra.mjs +0 -4
  495. package/dist/index-C5uVtRxK.mjs +0 -4
  496. package/dist/index-C66bLfX7.mjs +0 -5403
  497. package/dist/index-C66bLfX7.mjs.gz +0 -0
  498. package/dist/index-C7UwTam3.js +0 -1
  499. package/dist/index-CEiNZm8f.js +0 -1
  500. package/dist/index-CHuCRx52.js +0 -1
  501. package/dist/index-CLJ404NA.mjs +0 -4
  502. package/dist/index-CQ9HULGA.js +0 -1
  503. package/dist/index-CTjkH_Wv.mjs +0 -89
  504. package/dist/index-CUE6cOFE.mjs +0 -76
  505. package/dist/index-CUHWC_OL.js +0 -1
  506. package/dist/index-CW4OWAEr.mjs +0 -65
  507. package/dist/index-CYuht4Th.mjs +0 -51
  508. package/dist/index-CZsXRpIN.js +0 -1
  509. package/dist/index-CbCppT2z.js +0 -1
  510. package/dist/index-CbgKih92.js +0 -1
  511. package/dist/index-Cn4LcIGB.js +0 -1
  512. package/dist/index-CpETTGp9.mjs +0 -2208
  513. package/dist/index-CpETTGp9.mjs.gz +0 -0
  514. package/dist/index-CpHenprW.mjs +0 -23
  515. package/dist/index-D-w2sUKg.mjs +0 -285
  516. package/dist/index-D1ExEnW1.js +0 -1
  517. package/dist/index-D5cTXNyh.js +0 -1
  518. package/dist/index-D6DzO6fV.mjs +0 -4
  519. package/dist/index-DBj7IN1r.js +0 -1
  520. package/dist/index-DEykAVeO.js +0 -1
  521. package/dist/index-DHHcO6BG.js +0 -1
  522. package/dist/index-DIbNridm.js +0 -1
  523. package/dist/index-DIzQj293.mjs +0 -4
  524. package/dist/index-DLbJH16Z.js +0 -1
  525. package/dist/index-DRRJUz_-.mjs +0 -73
  526. package/dist/index-DT3c6iM1.mjs +0 -49
  527. package/dist/index-DZ_UFJE2.mjs +0 -43
  528. package/dist/index-DZtEyYb2.mjs +0 -133
  529. package/dist/index-Dd9PdxaZ.js +0 -1
  530. package/dist/index-Defqrlha.js +0 -1
  531. package/dist/index-DhwXABy-.mjs +0 -200
  532. package/dist/index-DmxRNn0a.js +0 -1
  533. package/dist/index-DpL-wDyT.mjs +0 -47
  534. package/dist/index-Du8HrrrI.mjs +0 -30
  535. package/dist/index-DvcVe6OS.js +0 -1
  536. package/dist/index-E4SluhdQ.js +0 -1
  537. package/dist/index-E4SluhdQ.js.gz +0 -0
  538. package/dist/index-H0auNlrG.js +0 -1
  539. package/dist/index-OWB7DJzr.mjs +0 -10
  540. package/dist/index-OcEeKuZx.mjs +0 -67
  541. package/dist/index-PCI3lWru.mjs +0 -38
  542. package/dist/index-VC2NjBxE.mjs +0 -254
  543. package/dist/index-W6b8kigp.mjs +0 -152
  544. package/dist/index-WjdRiWAr.js +0 -1
  545. package/dist/index-Z83-84L3.js +0 -1
  546. package/dist/index-bDjpMN-I.mjs +0 -331
  547. package/dist/index-bDjpMN-I.mjs.gz +0 -0
  548. package/dist/index-ecVV8iQ5.js +0 -1
  549. package/dist/index-ecVV8iQ5.js.gz +0 -0
  550. package/dist/index-feq0FF6W.mjs +0 -23
  551. package/dist/index-g_BDa62N.mjs +0 -19
  552. package/dist/index-iMRuNPhx.js +0 -1
  553. package/dist/index-lPH7I4ZV.js +0 -1
  554. package/dist/index-lcjlHtTM.js +0 -1
  555. package/dist/index-ngUeuLCY.mjs +0 -119
  556. package/dist/index-p5axrses.mjs +0 -262
  557. package/dist/index-qkia8MBs.js +0 -1
  558. package/dist/index-qmspgcZh.mjs +0 -173
  559. package/dist/index-rfqCl2Kx.js +0 -1
  560. package/dist/index-rfqCl2Kx.js.gz +0 -0
  561. package/dist/index-wYWfrLhW.mjs +0 -172
  562. package/dist/index.vue_vue_type_script_setup_true_lang-C5yWC5iv.mjs +0 -194
  563. package/dist/index.vue_vue_type_script_setup_true_lang-CjSyMdNZ.js +0 -1
  564. package/dist/index.vue_vue_type_script_setup_true_lang-D09jZWrV.mjs +0 -267
  565. package/dist/index.vue_vue_type_script_setup_true_lang-D09jZWrV.mjs.gz +0 -0
  566. package/dist/index.vue_vue_type_script_setup_true_lang-D3BpKELM.js +0 -1
  567. package/dist/index.vue_vue_type_script_setup_true_lang-DFnIHuqt.mjs +0 -103
  568. package/dist/index.vue_vue_type_script_setup_true_lang-IYpAU7dz.mjs +0 -97
  569. package/dist/index.vue_vue_type_script_setup_true_lang-O6Ui2xKr.js +0 -1
  570. package/dist/index.vue_vue_type_script_setup_true_lang-ZPh36D_p.js +0 -1
  571. package/dist/index.vue_vue_type_script_setup_true_name_iconSelector_lang-BKhSPbGe.js +0 -1
  572. package/dist/index.vue_vue_type_script_setup_true_name_iconSelector_lang-BtT1-wTD.mjs +0 -288
  573. package/dist/index.vue_vue_type_script_setup_true_name_iconSelector_lang-BtT1-wTD.mjs.gz +0 -0
  574. package/dist/lib-generate-test-usersig.min.js +0 -2
  575. package/dist/lib-generate-test-usersig.min.js.gz +0 -0
  576. package/dist/link-7fl17XVb.js +0 -1
  577. package/dist/link-DCqhQmHl.mjs +0 -63
  578. package/dist/list-C64Pps9q.mjs +0 -85
  579. package/dist/list-Cfdh9YeV.js +0 -1
  580. package/dist/logo-mini-BQ9BrQ1U.mjs +0 -4
  581. package/dist/logo-mini-DwRdfcE7.js +0 -1
  582. package/dist/main-CYFKItn2.js +0 -1
  583. package/dist/main-Dk3cL6DT.mjs +0 -72
  584. package/dist/mobile-CmyNGxO7.js +0 -1
  585. package/dist/mobile-lH45gj78.mjs +0 -115
  586. package/dist/parent-DgeDCvel.js +0 -1
  587. package/dist/parent-Z3Gtuapy.mjs +0 -131
  588. package/dist/popup-BGBOgNbl.js +0 -1
  589. package/dist/popup-o6C8khWa.mjs +0 -4
  590. package/dist/popup.vue_vue_type_script_setup_true_name_replaceRules_lang-B9C2Jm2X.mjs +0 -89
  591. package/dist/popup.vue_vue_type_script_setup_true_name_replaceRules_lang-Cb8WwlgE.js +0 -1
  592. package/dist/roleItem-DJBnLnvt.js +0 -1
  593. package/dist/roleItem-OVIMEKUp.mjs +0 -103
  594. package/dist/saveForm-BVCoIREF.mjs +0 -160
  595. package/dist/saveForm-Bd1FexRX.js +0 -1
  596. package/dist/scan-LJSUYdNh.js +0 -1
  597. package/dist/scan-LJSUYdNh.js.gz +0 -0
  598. package/dist/scan-Nn9oVdkc.mjs +0 -945
  599. package/dist/scan-Nn9oVdkc.mjs.gz +0 -0
  600. package/dist/search-C8wRmosS.mjs +0 -114
  601. package/dist/search-DfOoOk9c.js +0 -1
  602. package/dist/selectConfig-46C7fd6S.js +0 -1
  603. package/dist/selectConfig-BRthHw2-.mjs +0 -546
  604. package/dist/selectConfig-BRthHw2-.mjs.gz +0 -0
  605. package/dist/shortcutList-BXBGQdNn.mjs +0 -76
  606. package/dist/shortcutList-WSi4lUlm.js +0 -1
  607. package/dist/style.css +0 -1
  608. package/dist/style.css.gz +0 -0
  609. package/dist/subItem-CYHSTtj-.js +0 -1
  610. package/dist/subItem-DZGUO_Hg.mjs +0 -77
  611. package/dist/tagsView-Bi6oDkC3.js +0 -8
  612. package/dist/tagsView-Bi6oDkC3.js.gz +0 -0
  613. package/dist/tagsView-C2uglhO1.mjs +0 -2695
  614. package/dist/tagsView-C2uglhO1.mjs.gz +0 -0
  615. package/dist/transverse-CesMO5Ck.js +0 -1
  616. package/dist/transverse-DBc9UlFA.mjs +0 -65
  617. package/dist/types/components/business/bcBox/bcBox.vue.d.ts +0 -66
  618. package/dist/types/components/business/bcBreadcrumb/bcBreadcrumb.vue.d.ts +0 -23
  619. package/dist/types/components/business/bcForm/baseForm.vue.d.ts +0 -273
  620. package/dist/types/components/business/bcForm/bcForm.vue.d.ts +0 -42
  621. package/dist/types/components/business/bcForm/useGuide.d.ts +0 -564
  622. package/dist/types/components/business/bcSystemAuth/components/data.vue.d.ts +0 -3
  623. package/dist/types/components/business/bcSystemAuth/components/dict.vue.d.ts +0 -3
  624. package/dist/types/components/business/bcSystemAuth/components/fastSet/popup.vue.d.ts +0 -17
  625. package/dist/types/components/business/bcSystemAuth/components/field.vue.d.ts +0 -3
  626. package/dist/types/components/business/bcSystemAuth/components/form.vue.d.ts +0 -13
  627. package/dist/types/components/business/bcSystemAuth/components/selectAll/index.vue.d.ts +0 -5
  628. package/dist/types/components/business/bcSystemAuth/components/table.vue.d.ts +0 -13
  629. package/dist/types/components/business/bcSystemAuth/components/widget/btns.vue.d.ts +0 -15
  630. package/dist/types/components/business/bcSystemAuth/components/widget/form.vue.d.ts +0 -15
  631. package/dist/types/components/business/bcSystemAuth/components/widget/tab.vue.d.ts +0 -45
  632. package/dist/types/components/business/bcSystemAuth/components/widget/tables.vue.d.ts +0 -15
  633. package/dist/types/components/business/bcSystemAuth/components/widget/tablesWraper.vue.d.ts +0 -15
  634. package/dist/types/components/business/bcSystemAuth/index.d.ts +0 -3
  635. package/dist/types/components/business/bcSystemAuth/index.vue.d.ts +0 -26
  636. package/dist/types/components/business/bcSystemAuth/type.d.ts +0 -42
  637. package/dist/types/components/business/bcSystemAuth/useAuth.d.ts +0 -28
  638. package/dist/types/components/business/bcSystemField/components/field.vue.d.ts +0 -3
  639. package/dist/types/components/business/bcSystemField/components/form.vue.d.ts +0 -13
  640. package/dist/types/components/business/bcSystemField/components/selectAll/index.vue.d.ts +0 -5
  641. package/dist/types/components/business/bcSystemField/components/table.vue.d.ts +0 -13
  642. package/dist/types/components/business/bcSystemField/components/widget/form.vue.d.ts +0 -15
  643. package/dist/types/components/business/bcSystemField/components/widget/tab.vue.d.ts +0 -45
  644. package/dist/types/components/business/bcSystemField/components/widget/tables.vue.d.ts +0 -15
  645. package/dist/types/components/business/bcSystemField/components/widget/tablesWraper.vue.d.ts +0 -15
  646. package/dist/types/components/business/bcSystemField/index.d.ts +0 -3
  647. package/dist/types/components/business/bcSystemField/index.vue.d.ts +0 -16
  648. package/dist/types/components/business/bcSystemField/useAuth.d.ts +0 -16
  649. package/dist/types/components/business/bcTable/bcFormTable.vue.d.ts +0 -142
  650. package/dist/types/components/business/bcTable/bcTable.vue.d.ts +0 -51
  651. package/dist/types/components/business/bcTable/components/btn/btn.vue.d.ts +0 -77
  652. package/dist/types/components/business/bcTable/components/popup/index.d.ts +0 -3
  653. package/dist/types/components/business/bcTable/components/query/components/sortForm/sortForm.vue.d.ts +0 -23
  654. package/dist/types/components/business/bcTable/components/query/drag.vue.d.ts +0 -244
  655. package/dist/types/components/business/bcTable/components/query/query.vue.d.ts +0 -249
  656. package/dist/types/components/business/bcTable/components/table/colgroup.vue.d.ts +0 -28
  657. package/dist/types/components/business/bcTable/components/table/column.vue.d.ts +0 -35
  658. package/dist/types/components/business/bcTable/components/table/components/sortColumn/sortColumn.vue.d.ts +0 -25
  659. package/dist/types/components/business/bcTable/components/table/table.vue.d.ts +0 -67
  660. package/dist/types/components/business/bcTable/components/table/useTableHeight.d.ts +0 -25
  661. package/dist/types/components/business/bcTable/utils/useFormTableHeight.d.ts +0 -20
  662. package/dist/types/components/business/bcVisual/components/setting/extendItem.vue.d.ts +0 -13
  663. package/dist/types/components/business/bcVisual/components/setting/setting.vue.d.ts +0 -3
  664. package/dist/types/components/business/bcVisual/components/table/table.vue.d.ts +0 -6
  665. package/dist/types/components/business/bcVisual/components/updateName/popup.vue.d.ts +0 -17
  666. package/dist/types/components/business/bcVisual/components/updateSql/addCondition.vue.d.ts +0 -23
  667. package/dist/types/components/business/bcVisual/components/updateSql/nodeTree/index.vue.d.ts +0 -21
  668. package/dist/types/components/business/bcVisual/components/updateSql/nodeTree/nodeTree.vue.d.ts +0 -19
  669. package/dist/types/components/business/bcVisual/components/updateSql/popup.vue.d.ts +0 -17
  670. package/dist/types/plugins/index.d.ts +0 -33
  671. package/dist/types/types/system.d.ts +0 -14
  672. package/dist/types/utils/authFunction.d.ts +0 -18
  673. package/dist/types/utils/build.d.ts +0 -11
  674. package/dist/types/utils/commonFunction.d.ts +0 -29
  675. package/dist/types/utils/file.d.ts +0 -6
  676. package/dist/types/utils/getStyleSheets.d.ts +0 -11
  677. package/dist/types/utils/index.d.ts +0 -29
  678. package/dist/types/utils/lodash.d.ts +0 -3
  679. package/dist/types/utils/request/index.d.ts +0 -6
  680. package/dist/types/utils/request/request.d.ts +0 -7
  681. package/dist/types/utils/setIconfont.d.ts +0 -11
  682. package/dist/types/utils/showMessage.d.ts +0 -6
  683. package/dist/types/utils/showMessageBox.d.ts +0 -6
  684. package/dist/types/utils/showNotification.d.ts +0 -6
  685. package/dist/useConfigInfo-2zEYLSSs.js +0 -1
  686. package/dist/useConfigInfo-PTkkdx-l.mjs +0 -19
  687. package/dist/user-B0eLT8MH.mjs +0 -246
  688. package/dist/user-DFm8D_Wg.js +0 -1
  689. package/dist/userNews-CuTBYfL9.js +0 -1
  690. package/dist/userNews-DTsXXPhl.mjs +0 -72
  691. package/dist/userSelect-BzDfBump.mjs +0 -4
  692. package/dist/userSelect-DrvmDzYf.js +0 -1
  693. package/dist/userSelect.vue_vue_type_script_setup_true_lang-CmxF68fq.js +0 -1
  694. package/dist/userSelect.vue_vue_type_script_setup_true_lang-DDVp4ZiP.mjs +0 -100
  695. package/dist/vertical-CNKTv1Fx.js +0 -1
  696. package/dist/vertical-CYqf_G2I.mjs +0 -133
  697. /package/dist/types/{components → src/components}/business/bcSystemAuth/components/fastSet/index.d.ts +0 -0
  698. /package/dist/types/{components → src/components}/business/bcSystemAuth/components/index.d.ts +0 -0
  699. /package/dist/types/{components → src/components}/business/bcSystemAuth/components/widget/index.d.ts +0 -0
  700. /package/dist/types/{components → src/components}/business/bcSystemField/components/index.d.ts +0 -0
  701. /package/dist/types/{components → src/components}/business/bcSystemField/components/widget/index.d.ts +0 -0
  702. /package/dist/types/{components → src/components}/business/bcTable/components/index.d.ts +0 -0
  703. /package/dist/types/{components → src/components}/business/bcTable/components/query/components/sortForm/index.d.ts +0 -0
  704. /package/dist/types/{components → src/components}/business/bcTable/components/table/components/sortColumn/index.d.ts +0 -0
  705. /package/dist/types/{components → src/components}/business/bcVisual/components/updateName/index.d.ts +0 -0
  706. /package/dist/types/{components → src/components}/business/bcVisual/type.d.ts +0 -0
  707. /package/dist/types/{types → src/types}/formItem/button.d.ts +0 -0
  708. /package/dist/types/{types → src/types}/formItem/index.d.ts +0 -0
  709. /package/dist/types/{types → src/types}/index.d.ts +0 -0
  710. /package/dist/types/{utils → src/utils}/cfprint.d.ts +0 -0
  711. /package/dist/types/{utils → src/utils}/crypto.d.ts +0 -0
  712. /package/dist/types/{utils → src/utils}/device_info.d.ts +0 -0
  713. /package/dist/types/{utils → src/utils}/formatTime.d.ts +0 -0
  714. /package/dist/types/{utils → src/utils}/request/interceptors/request/index.d.ts +0 -0
  715. /package/dist/types/{utils → src/utils}/request/interceptors/response/index.d.ts +0 -0
  716. /package/dist/types/{utils → src/utils}/shortcutList.d.ts +0 -0
  717. /package/dist/types/{utils → src/utils}/theme.d.ts +0 -0
  718. /package/dist/types/{utils → src/utils}/toolsValidate.d.ts +0 -0
  719. /package/dist/types/{utils → src/utils}/update.d.ts +0 -0
  720. /package/dist/types/{utils → src/utils}/watermark.d.ts +0 -0
@@ -0,0 +1,14 @@
1
+ declare const percentFormat: (row: any, column: number, cellValue: string) => string;
2
+ declare const dateFormatYMD: (row: any, column: number, cellValue: string) => string;
3
+ declare const dateFormatYMDHMS: (row: any, column: number, cellValue: string) => string;
4
+ declare const dateFormatHMS: (row: any, column: number, cellValue: string) => string;
5
+ declare const scaleFormat: (value?: string, scale?: number) => string;
6
+ declare const scale2Format: (value?: string) => string;
7
+ /**
8
+ * 是否合法身份证号
9
+ */
10
+ declare const IsIdNumber: (val: string) => {
11
+ tip: string;
12
+ pass: boolean;
13
+ };
14
+ export { IsIdNumber, percentFormat, dateFormatYMD, dateFormatYMDHMS, dateFormatHMS, scaleFormat, scale2Format };
@@ -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
@@ -0,0 +1,3 @@
1
+ import { VxeTable, VxeColumn, VxeColgroup, VxeGrid, VxeToolbar, type VxeGridEventProps, type VxeTableEventProps, type VxeGridEvents, type VxeTableEvents, type VxeGridListeners, type VxeTableListeners, type VxeTableInstance, type VxeGridInstance, type VxeTableProps, type VxeGridProps, type VxeTableDefines, type VxeGridDefines, type VxeTablePropTypes, type VxeGridPropTypes, type VxeColumnProps, type VxeColumnSlotTypes, type VxePagerProps, type VxeGlobalRendererHandles } from "vxe-table";
2
+ import { VxeModal, type VxeModalProps, type VxeModalEventProps, type VxeModalDefines } from "vxe-pc-ui";
3
+ export { VxeTable, VxeColumn, VxeColgroup, VxeGrid, VxeToolbar, VxeModal, type VxeGridEventProps, type VxeTableEventProps, type VxeGridEvents, type VxeTableEvents, type VxeGridListeners, type VxeTableListeners, type VxeTableInstance, type VxeGridInstance, type VxeTableProps, type VxeGridProps, type VxeTableDefines, type VxeGridDefines, type VxeTablePropTypes, type VxeGridPropTypes, type VxeColumnProps, type VxePagerProps, type VxeColumnSlotTypes, type VxeModalProps, type VxeModalEventProps, type VxeModalDefines, type VxeGlobalRendererHandles };
package/package.json CHANGED
@@ -1,8 +1,6 @@
1
1
  {
2
2
  "name": "hs-admin-ui",
3
- "version": "15.7.9",
4
- "description": "vue3 + typescript5 + vite5 的框架",
5
- "author": "wgd",
3
+ "version": "15.8.0",
6
4
  "private": false,
7
5
  "main": "./dist/index.js",
8
6
  "module": "./dist/index.mjs",
@@ -12,52 +10,31 @@
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",
31
+ "dayjs": "^1.11.19",
59
32
  "vxe-pc-ui": "4.5.36",
60
33
  "vxe-table": "4.13.18",
61
- "xe-utils": "3.7.4"
34
+ "xe-utils": "3.7.9"
35
+ },
36
+ "scripts": {
37
+ "build:pub": "node pub.js",
38
+ "build": "vite build"
62
39
  }
63
40
  }
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,56 +0,0 @@
1
- import { defineComponent, resolveComponent, createElementBlock, openBlock, createElementVNode, createVNode, withCtx, createTextVNode } from "vue";
2
- import { _ as _export_sfc } from "./index-B8p9_cpY.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
- };
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),t=require("./index-BUcC4gD1.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;