@polyv/vue-components 1.1.1 → 1.2.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 (624) hide show
  1. package/after-install/index.js +19 -0
  2. package/package.json +14 -6
  3. package/styles/mixins.scss +11 -1
  4. package/styles/skin-color.scss +3 -3
  5. package/{index.es.js → vue2/index.es.js} +10240 -5975
  6. package/{src/hooks/components/use-action-sheet → vue2/src/components/action-sheet}/_component/use-action-sheet-comp.d.ts +3 -3
  7. package/{src/hooks/components/use-action-sheet → vue2/src/components/action-sheet}/types.d.ts +0 -1
  8. package/vue2/src/components/animation/bubble-animation/bubble-animation.vue.d.ts +74 -0
  9. package/vue2/src/components/animation/bubble-animation/hooks/props-define.d.ts +53 -0
  10. package/vue2/src/components/animation/bubble-animation/hooks/use-animation-canvas.d.ts +8 -0
  11. package/vue2/src/components/animation/bubble-animation/hooks/use-bubble-animation.d.ts +9 -0
  12. package/vue2/src/components/animation/bubble-animation/hooks/use-bubble-item.d.ts +53 -0
  13. package/vue2/src/components/animation/bubble-animation/index.d.ts +3 -0
  14. package/vue2/src/components/animation/bubble-animation/types/index.d.ts +52 -0
  15. package/vue2/src/components/business/data-export/data-export-entrance/date-export-entrance.vue.d.ts +10 -0
  16. package/vue2/src/components/business/data-export/data-export-entrance/use-data-export-entrance.d.ts +24 -0
  17. package/vue2/src/components/business/data-export/data-export-record/data-export-record.vue.d.ts +21 -0
  18. package/vue2/src/components/business/data-export/data-export-record/record-item.vue.d.ts +19 -0
  19. package/vue2/src/components/business/data-export/data-export-record/use-data-export-record.d.ts +27 -0
  20. package/vue2/src/components/business/data-export/hooks/use-data-export-utils.d.ts +15 -0
  21. package/vue2/src/components/business/data-export/index.d.ts +6 -0
  22. package/vue2/src/components/business/data-export/types/index.d.ts +74 -0
  23. package/{src/components → vue2/src/components/business}/normal-pendant/use-normal-pendant.d.ts +2 -2
  24. package/{src/components → vue2/src/components/business}/reward-receive/entrance/reward-receive.vue.d.ts +3 -3
  25. package/{src/components → vue2/src/components/business}/reward-receive/hooks/use-reward-receive.d.ts +30 -9
  26. package/{src → vue2/src}/components/button/type.d.ts +1 -1
  27. package/{src → vue2/src}/components/category-select/category-select-item.vue.d.ts +2 -3
  28. package/{src/components/form/checkbox/checkbox-group.vue.d.ts → vue2/src/components/category-select/category-select.vue.d.ts} +6 -10
  29. package/{src → vue2/src}/components/category-select/use-category-select.d.ts +3 -2
  30. package/{src → vue2/src}/components/dropdown/dropdown.vue.d.ts +6 -6
  31. package/{src → vue2/src}/components/dropdown/use-dropdown.d.ts +2 -2
  32. package/{src → vue2/src}/components/empty/empty.vue.d.ts +2 -2
  33. package/{src → vue2/src}/components/empty/use-empty.d.ts +1 -2
  34. package/vue2/src/components/exports.d.ts +22 -0
  35. package/vue2/src/components/file-icon/file-icon.vue.d.ts +16 -0
  36. package/vue2/src/components/file-icon/index.d.ts +2 -0
  37. package/vue2/src/components/file-icon/use-file-icon.d.ts +20 -0
  38. package/{src → vue2/src}/components/form/area-picker/area-picker.vue.d.ts +6 -8
  39. package/vue2/src/components/form/area-picker/components/picker-popup.vue.d.ts +29 -0
  40. package/vue2/src/components/form/area-picker/hooks/use-area-picker-value.d.ts +14 -0
  41. package/{src → vue2/src}/components/form/area-picker/index.d.ts +1 -0
  42. package/vue2/src/components/form/area-picker/types.d.ts +5 -0
  43. package/{src → vue2/src}/components/form/area-picker/use-area-picker.d.ts +16 -24
  44. package/{src/plugins/polyv-ui/area-utils.d.ts → vue2/src/components/form/area-picker/utils.d.ts} +3 -4
  45. package/vue2/src/components/form/checkbox/checkbox-group.vue.d.ts +30 -0
  46. package/{src → vue2/src}/components/form/checkbox/checkbox.vue.d.ts +2 -3
  47. package/{src → vue2/src}/components/form/checkbox/type.d.ts +1 -1
  48. package/{src → vue2/src}/components/form/checkbox/use-checkbox.d.ts +6 -7
  49. package/{src → vue2/src}/components/form/form-item/use-form-item.d.ts +0 -1
  50. package/{src → vue2/src}/components/form/form-wrap/form-wrap.vue.d.ts +7 -21
  51. package/{src → vue2/src}/components/form/form-wrap/use-form-wrap.d.ts +4 -14
  52. package/{src → vue2/src}/components/form/input/input.vue.d.ts +4 -4
  53. package/{src → vue2/src}/components/form/input/use-input.d.ts +1 -2
  54. package/{src → vue2/src}/components/form/protocol/protocol.vue.d.ts +6 -4
  55. package/{src → vue2/src}/components/form/protocol/use-protocol.d.ts +2 -1
  56. package/{src → vue2/src}/components/form/radio/radio-group.vue.d.ts +6 -3
  57. package/{src → vue2/src}/components/form/radio/radio.vue.d.ts +2 -2
  58. package/{src → vue2/src}/components/form/radio/type.d.ts +1 -1
  59. package/{src → vue2/src}/components/form/radio/use-radio.d.ts +4 -4
  60. package/vue2/src/components/icons/icons/arrow-circle-down/index.d.ts +6 -0
  61. package/vue2/src/components/icons/icons/arrow-circle-left/index.d.ts +6 -0
  62. package/vue2/src/components/icons/icons/arrow-circle-right/index.d.ts +6 -0
  63. package/vue2/src/components/icons/icons/arrow-circle-up/index.d.ts +6 -0
  64. package/vue2/src/components/icons/icons/arrow-down/index.d.ts +6 -0
  65. package/vue2/src/components/icons/icons/arrow-left/index.d.ts +6 -0
  66. package/vue2/src/components/icons/icons/arrow-right/index.d.ts +6 -0
  67. package/vue2/src/components/icons/icons/arrow-up/index.d.ts +6 -0
  68. package/vue2/src/components/icons/icons/check/index.d.ts +6 -0
  69. package/vue2/src/components/icons/icons/check-round-fill/index.d.ts +6 -0
  70. package/vue2/src/components/icons/icons/close/index.d.ts +6 -0
  71. package/vue2/src/components/icons/icons/close-round/index.d.ts +6 -0
  72. package/vue2/src/components/icons/icons/close-round-fill/index.d.ts +6 -0
  73. package/vue2/src/components/icons/icons/copy/index.d.ts +6 -0
  74. package/vue2/src/components/icons/icons/down-file/index.d.ts +6 -0
  75. package/vue2/src/components/icons/icons/down-load/index.d.ts +6 -0
  76. package/vue2/src/components/icons/icons/empty-prize/index.d.ts +6 -0
  77. package/vue2/src/components/icons/icons/error-round/index.d.ts +6 -0
  78. package/vue2/src/components/icons/icons/export/index.d.ts +6 -0
  79. package/vue2/src/components/icons/icons/info-round-fill/index.d.ts +6 -0
  80. package/vue2/src/components/icons/icons/list/index.d.ts +6 -0
  81. package/vue2/src/components/icons/icons/loading/index.d.ts +6 -0
  82. package/vue2/src/components/icons/icons/question-round/index.d.ts +6 -0
  83. package/vue2/src/components/icons/icons/search/index.d.ts +6 -0
  84. package/vue2/src/components/icons/icons/success-round/index.d.ts +6 -0
  85. package/vue2/src/components/icons/icons/triangle-down/index.d.ts +6 -0
  86. package/vue2/src/components/icons/icons/triangle-up/index.d.ts +6 -0
  87. package/vue2/src/components/icons/icons/warning-round-fill/index.d.ts +6 -0
  88. package/vue2/src/components/icons/icons/zoom-in/index.d.ts +6 -0
  89. package/vue2/src/components/icons/icons/zoom-out/index.d.ts +6 -0
  90. package/{src → vue2/src}/components/icons/map.d.ts +5 -0
  91. package/vue2/src/components/image-preview/components/image-zoom-wrap.vue.d.ts +35 -0
  92. package/vue2/src/components/image-preview/components/preview-controller.vue.d.ts +24 -0
  93. package/vue2/src/components/image-preview/hooks/props-define.d.ts +28 -0
  94. package/vue2/src/components/image-preview/hooks/use-image-preview-component.d.ts +12 -0
  95. package/vue2/src/components/image-preview/hooks/use-image-preview.d.ts +12 -0
  96. package/vue2/src/components/image-preview/image-preview.vue.d.ts +31 -0
  97. package/vue2/src/components/image-preview/index.d.ts +4 -0
  98. package/vue2/src/components/image-preview/types.d.ts +19 -0
  99. package/{src → vue2/src}/components/loading/directive.d.ts +1 -2
  100. package/{src → vue2/src}/components/loading/loading.vue.d.ts +5 -5
  101. package/{src → vue2/src}/components/loading/types.d.ts +0 -1
  102. package/{src → vue2/src}/components/loading/use-loading-component.d.ts +2 -5
  103. package/{src/hooks/components/use-message-box → vue2/src/components/message-box}/_component/message-box-element.vue.d.ts +10 -10
  104. package/{src/hooks/components/use-message-box → vue2/src/components/message-box}/_component/use-message-box-element.d.ts +24 -51
  105. package/{src/hooks/components/use-message-box → vue2/src/components/message-box}/types.d.ts +8 -6
  106. package/vue2/src/components/popper/hooks.d.ts +7 -0
  107. package/vue2/src/components/popper/index.d.ts +4 -0
  108. package/vue2/src/components/popper/popper-content.vue.d.ts +19 -0
  109. package/vue2/src/components/popper/popper-reference.vue.d.ts +19 -0
  110. package/vue2/src/components/popper/popper.vue.d.ts +58 -0
  111. package/vue2/src/components/popper/props-define.d.ts +39 -0
  112. package/{src → vue2/src}/components/popup/hooks/popup-props.d.ts +36 -9
  113. package/{src → vue2/src}/components/popup/hooks/use-popup-position.d.ts +1 -1
  114. package/{src → vue2/src}/components/popup/popup.vue.d.ts +21 -13
  115. package/vue2/src/components/slot/index.d.ts +1 -0
  116. package/vue2/src/components/swiper/hooks/swiper-props.d.ts +72 -0
  117. package/vue2/src/components/swiper/hooks/types.d.ts +2 -0
  118. package/vue2/src/components/swiper/hooks/use-swiper-options.d.ts +9236 -0
  119. package/vue2/src/components/swiper/hooks/use-swiper-slide.d.ts +1 -0
  120. package/vue2/src/components/swiper/hooks/use-swiper-wrapper.d.ts +22 -0
  121. package/vue2/src/components/swiper/index.d.ts +4 -0
  122. package/vue2/src/components/swiper/modules/use-navigation-module.d.ts +21 -0
  123. package/vue2/src/components/swiper/modules/use-pagination-module.d.ts +14 -0
  124. package/vue2/src/components/swiper/swiper-slide.vue.d.ts +17 -0
  125. package/vue2/src/components/swiper/swiper.vue.d.ts +73 -0
  126. package/{src → vue2/src}/components/switch/switch.vue.d.ts +3 -3
  127. package/{src → vue2/src}/components/switch/use-switch.d.ts +4 -1
  128. package/{src/hooks/components/use-toast → vue2/src/components/toast}/_component/toast-element.vue.d.ts +4 -4
  129. package/{src/hooks/components/use-toast → vue2/src/components/toast}/_component/use-toast-element.d.ts +4 -4
  130. package/vue2/src/components/tooltip/index.d.ts +2 -0
  131. package/vue2/src/components/tooltip/tooltip.vue.d.ts +139 -0
  132. package/vue2/src/components/tooltip/use-tooltip.d.ts +46 -0
  133. package/vue2/src/components/zoom-container/hooks/use-zoom-drag.d.ts +12 -0
  134. package/vue2/src/components/zoom-container/hooks/use-zoom-scale.d.ts +32 -0
  135. package/vue2/src/components/zoom-container/hooks/use-zoom-size.d.ts +15 -0
  136. package/vue2/src/components/zoom-container/index.d.ts +2 -0
  137. package/vue2/src/components/zoom-container/use-zoom-container.d.ts +39 -0
  138. package/vue2/src/components/zoom-container/zoom-container.vue.d.ts +55 -0
  139. package/vue2/src/hooks/animation/types/common.d.ts +32 -0
  140. package/vue2/src/hooks/animation/types/index.d.ts +71 -0
  141. package/vue2/src/hooks/animation/use-image-animation/index.d.ts +4 -0
  142. package/vue2/src/hooks/animation/use-special-effect/index.d.ts +40 -0
  143. package/vue2/src/hooks/animation/use-svga-animation/index.d.ts +16 -0
  144. package/{src → vue2/src}/hooks/business/use-app-element/index.d.ts +1 -0
  145. package/{src → vue2/src}/hooks/business/use-config-provider/index.d.ts +3 -4
  146. package/vue2/src/hooks/business/use-server/index.d.ts +4 -0
  147. package/{src → vue2/src}/hooks/components/use-auto-topmost/index.d.ts +2 -1
  148. package/vue2/src/hooks/components/use-popper/_hooks/use-popper-visible.d.ts +2 -0
  149. package/{src → vue2/src}/hooks/components/use-popper/_popper-type.d.ts +18 -6
  150. package/vue2/src/hooks/element/use-document-visible/index.d.ts +3 -0
  151. package/vue2/src/hooks/element/use-element-size/index.d.ts +18 -0
  152. package/vue2/src/hooks/element/use-text-ellipsis/index.d.ts +4 -0
  153. package/{src → vue2/src}/hooks/exports.d.ts +11 -8
  154. package/vue2/src/hooks/interactive/use-bezier-momentum/index.d.ts +17 -0
  155. package/vue2/src/hooks/interactive/use-double-click/index.d.ts +13 -0
  156. package/{src → vue2/src}/hooks/interactive/use-fullscreen/index.d.ts +3 -3
  157. package/vue2/src/hooks/interactive/use-hover/index.d.ts +8 -0
  158. package/{src → vue2/src}/hooks/interactive/use-hover-visible/index.d.ts +13 -2
  159. package/vue2/src/hooks/interactive/use-mouse-wheel/index.d.ts +31 -0
  160. package/{src → vue2/src}/hooks/interactive/use-outside/index.d.ts +1 -1
  161. package/vue2/src/hooks/interactive/use-press-hold/index.d.ts +28 -0
  162. package/vue2/src/hooks/interactive/use-vibrate/index.d.ts +7 -0
  163. package/{src → vue2/src}/hooks/pagination/types.d.ts +40 -11
  164. package/{src → vue2/src}/hooks/pagination/use-scroll-pagintaion/index.d.ts +22 -3
  165. package/{src → vue2/src}/hooks/plugin/use-resize-observer/index.d.ts +3 -3
  166. package/vue2/src/hooks/tools/use-append-to/index.d.ts +7 -0
  167. package/vue2/src/hooks/tools/use-auto-listen/index.d.ts +30 -0
  168. package/vue2/src/hooks/tools/use-browser/index.d.ts +38 -0
  169. package/vue2/src/hooks/tools/use-clipboard/index.d.ts +4 -0
  170. package/vue2/src/hooks/tools/use-count-down/index.d.ts +60 -0
  171. package/vue2/src/hooks/tools/use-download/index.d.ts +6 -0
  172. package/{src → vue2/src}/hooks/tools/use-event-bus/index.d.ts +7 -1
  173. package/vue2/src/hooks/tools/use-event-listener/index.d.ts +40 -0
  174. package/vue2/src/hooks/tools/use-request-animation-frame/index.d.ts +5 -0
  175. package/vue2/src/hooks/tools/use-scroll-lock/index.d.ts +21 -0
  176. package/vue2/src/hooks/tools/use-set-interval/index.d.ts +20 -0
  177. package/vue2/src/hooks/tools/use-set-timeout/index.d.ts +20 -0
  178. package/{src → vue2/src}/hooks/tools/use-simple-visible/index.d.ts +0 -4
  179. package/vue2/src/hooks/tools/use-target-event-emitter/index.d.ts +15 -0
  180. package/vue2/src/hooks/tools/use-window-resize-listener/index.d.ts +32 -0
  181. package/vue2/src/hooks/tools/use-z-index/index.d.ts +29 -0
  182. package/{src → vue2/src}/hooks/vue/use-model-value/index.d.ts +1 -1
  183. package/vue2/src/hooks/vue/use-vue/index.d.ts +17 -0
  184. package/vue2/src/interface/index.d.ts +15 -0
  185. package/{src → vue2/src}/lang/internal/en.json.d.ts +24 -0
  186. package/{src → vue2/src}/lang/internal/index.d.ts +24 -0
  187. package/{src → vue2/src}/lang/internal/ja.json.d.ts +24 -0
  188. package/vue2/src/lang/internal/ko.json.d.ts +45 -0
  189. package/{src → vue2/src}/lang/internal/ru.json.d.ts +24 -0
  190. package/vue2/src/lang/internal/zh-CN.json.d.ts +45 -0
  191. package/vue2/src/lang/internal/zh-TW.json.d.ts +45 -0
  192. package/vue2/src/plugins/svgaplayerweb/load-svga-player.d.ts +15 -0
  193. package/vue2/src/utils/env.d.ts +1 -0
  194. package/{src → vue2/src}/vue-utils/emit-utils.d.ts +4 -0
  195. package/{src → vue2/src}/vue-utils/index.d.ts +8 -5
  196. package/{src → vue2/src}/vue-utils/props-utils.d.ts +2 -2
  197. package/vue2/src/vue-utils/version-compatible/types.d.ts +44 -0
  198. package/vue2/src/vue-utils/version-compatible/vue-version.d.ts +1 -0
  199. package/vue2/src/vue-utils/version-compatible/vue.d.ts +1 -0
  200. package/vue2/src/vue-utils/version-compatible/vue2.d.ts +2 -0
  201. package/vue2/src/vue-utils/version-compatible/vue3.d.ts +2 -0
  202. package/vue3/index.es.js +12014 -0
  203. package/vue3/src/components/action-sheet/_component/action-sheet.vue.d.ts +20 -0
  204. package/vue3/src/components/action-sheet/_component/use-action-sheet-comp.d.ts +13 -0
  205. package/vue3/src/components/action-sheet/hook.d.ts +4 -0
  206. package/vue3/src/components/action-sheet/index.d.ts +3 -0
  207. package/vue3/src/components/action-sheet/types.d.ts +36 -0
  208. package/vue3/src/components/animation/bubble-animation/bubble-animation.vue.d.ts +74 -0
  209. package/vue3/src/components/animation/bubble-animation/hooks/props-define.d.ts +53 -0
  210. package/vue3/src/components/animation/bubble-animation/hooks/use-animation-canvas.d.ts +8 -0
  211. package/vue3/src/components/animation/bubble-animation/hooks/use-bubble-animation.d.ts +9 -0
  212. package/vue3/src/components/animation/bubble-animation/hooks/use-bubble-item.d.ts +53 -0
  213. package/vue3/src/components/animation/bubble-animation/index.d.ts +3 -0
  214. package/vue3/src/components/animation/bubble-animation/types/index.d.ts +52 -0
  215. package/vue3/src/components/basic-countdown/basic-countdown.vue.d.ts +71 -0
  216. package/vue3/src/components/basic-countdown/index.d.ts +2 -0
  217. package/vue3/src/components/basic-countdown/use-basic-countdown.d.ts +64 -0
  218. package/vue3/src/components/business/data-export/data-export-entrance/date-export-entrance.vue.d.ts +10 -0
  219. package/vue3/src/components/business/data-export/data-export-entrance/use-data-export-entrance.d.ts +24 -0
  220. package/vue3/src/components/business/data-export/data-export-record/data-export-record.vue.d.ts +21 -0
  221. package/vue3/src/components/business/data-export/data-export-record/record-item.vue.d.ts +19 -0
  222. package/vue3/src/components/business/data-export/data-export-record/use-data-export-record.d.ts +27 -0
  223. package/vue3/src/components/business/data-export/hooks/use-data-export-utils.d.ts +15 -0
  224. package/vue3/src/components/business/data-export/index.d.ts +6 -0
  225. package/vue3/src/components/business/data-export/types/index.d.ts +74 -0
  226. package/vue3/src/components/business/normal-pendant/index.d.ts +2 -0
  227. package/vue3/src/components/business/normal-pendant/normal-pendant.vue.d.ts +36 -0
  228. package/vue3/src/components/business/normal-pendant/use-normal-pendant.d.ts +36 -0
  229. package/vue3/src/components/business/reward-receive/entrance/reward-receive.vue.d.ts +28 -0
  230. package/vue3/src/components/business/reward-receive/hooks/use-reward-receive.d.ts +108 -0
  231. package/vue3/src/components/business/reward-receive/index.d.ts +4 -0
  232. package/vue3/src/components/business/reward-receive/types/index.d.ts +66 -0
  233. package/vue3/src/components/button/button.vue.d.ts +56 -0
  234. package/vue3/src/components/button/index.d.ts +3 -0
  235. package/vue3/src/components/button/type.d.ts +50 -0
  236. package/vue3/src/components/button/use-button.d.ts +59 -0
  237. package/{src/components/category-select/category-select.vue.d.ts → vue3/src/components/category-select/category-select-item.vue.d.ts} +2 -2
  238. package/vue3/src/components/category-select/category-select.vue.d.ts +23 -0
  239. package/vue3/src/components/category-select/index.d.ts +3 -0
  240. package/vue3/src/components/category-select/use-category-select.d.ts +26 -0
  241. package/vue3/src/components/dropdown/dropdown-item.vue.d.ts +31 -0
  242. package/vue3/src/components/dropdown/dropdown-menu.vue.d.ts +17 -0
  243. package/vue3/src/components/dropdown/dropdown.vue.d.ts +61 -0
  244. package/vue3/src/components/dropdown/index.d.ts +4 -0
  245. package/vue3/src/components/dropdown/use-dropdown.d.ts +70 -0
  246. package/vue3/src/components/empty/empty.vue.d.ts +14 -0
  247. package/vue3/src/components/empty/index.d.ts +2 -0
  248. package/vue3/src/components/empty/use-empty.d.ts +13 -0
  249. package/vue3/src/components/exports.d.ts +22 -0
  250. package/vue3/src/components/file-icon/file-icon.vue.d.ts +16 -0
  251. package/vue3/src/components/file-icon/index.d.ts +2 -0
  252. package/vue3/src/components/file-icon/use-file-icon.d.ts +20 -0
  253. package/vue3/src/components/form/area-picker/area-picker.vue.d.ts +37 -0
  254. package/vue3/src/components/form/area-picker/components/picker-popup.vue.d.ts +29 -0
  255. package/vue3/src/components/form/area-picker/hooks/use-area-picker-value.d.ts +14 -0
  256. package/vue3/src/components/form/area-picker/index.d.ts +3 -0
  257. package/vue3/src/components/form/area-picker/types.d.ts +5 -0
  258. package/vue3/src/components/form/area-picker/use-area-picker.d.ts +55 -0
  259. package/vue3/src/components/form/area-picker/utils.d.ts +12 -0
  260. package/vue3/src/components/form/checkbox/checkbox-group.vue.d.ts +30 -0
  261. package/vue3/src/components/form/checkbox/checkbox.vue.d.ts +66 -0
  262. package/vue3/src/components/form/checkbox/index.d.ts +4 -0
  263. package/vue3/src/components/form/checkbox/type.d.ts +8 -0
  264. package/vue3/src/components/form/checkbox/use-checkbox.d.ts +72 -0
  265. package/vue3/src/components/form/form-item/form-item.vue.d.ts +54 -0
  266. package/vue3/src/components/form/form-item/index.d.ts +2 -0
  267. package/vue3/src/components/form/form-item/use-form-item.d.ts +91 -0
  268. package/vue3/src/components/form/form-submit-button/form-submit-button.vue.d.ts +61 -0
  269. package/vue3/src/components/form/form-submit-button/index.d.ts +2 -0
  270. package/vue3/src/components/form/form-submit-button/use-form-submit-button.d.ts +42 -0
  271. package/vue3/src/components/form/form-wrap/form-wrap.vue.d.ts +62 -0
  272. package/vue3/src/components/form/form-wrap/index.d.ts +2 -0
  273. package/vue3/src/components/form/form-wrap/use-form-wrap.d.ts +93 -0
  274. package/vue3/src/components/form/hooks/use-form-common.d.ts +36 -0
  275. package/vue3/src/components/form/index.d.ts +9 -0
  276. package/vue3/src/components/form/input/index.d.ts +2 -0
  277. package/vue3/src/components/form/input/input.vue.d.ts +114 -0
  278. package/vue3/src/components/form/input/use-input.d.ts +155 -0
  279. package/vue3/src/components/form/protocol/index.d.ts +2 -0
  280. package/vue3/src/components/form/protocol/protocol.vue.d.ts +21 -0
  281. package/vue3/src/components/form/protocol/use-protocol.d.ts +24 -0
  282. package/vue3/src/components/form/radio/index.d.ts +4 -0
  283. package/vue3/src/components/form/radio/radio-group.vue.d.ts +24 -0
  284. package/vue3/src/components/form/radio/radio.vue.d.ts +50 -0
  285. package/vue3/src/components/form/radio/type.d.ts +7 -0
  286. package/vue3/src/components/form/radio/use-radio.d.ts +41 -0
  287. package/vue3/src/components/form/types/index.d.ts +28 -0
  288. package/vue3/src/components/icons/icons/arrow-circle-down/index.d.ts +6 -0
  289. package/vue3/src/components/icons/icons/arrow-circle-left/index.d.ts +6 -0
  290. package/vue3/src/components/icons/icons/arrow-circle-right/index.d.ts +6 -0
  291. package/vue3/src/components/icons/icons/arrow-circle-up/index.d.ts +6 -0
  292. package/vue3/src/components/icons/icons/arrow-down/index.d.ts +6 -0
  293. package/vue3/src/components/icons/icons/arrow-left/index.d.ts +6 -0
  294. package/vue3/src/components/icons/icons/arrow-right/index.d.ts +6 -0
  295. package/vue3/src/components/icons/icons/arrow-up/index.d.ts +6 -0
  296. package/vue3/src/components/icons/icons/check/index.d.ts +6 -0
  297. package/vue3/src/components/icons/icons/check-round-fill/index.d.ts +6 -0
  298. package/vue3/src/components/icons/icons/close/index.d.ts +6 -0
  299. package/vue3/src/components/icons/icons/close-round/index.d.ts +6 -0
  300. package/vue3/src/components/icons/icons/close-round-fill/index.d.ts +6 -0
  301. package/vue3/src/components/icons/icons/copy/index.d.ts +6 -0
  302. package/vue3/src/components/icons/icons/down-file/index.d.ts +6 -0
  303. package/vue3/src/components/icons/icons/down-load/index.d.ts +6 -0
  304. package/vue3/src/components/icons/icons/empty-prize/index.d.ts +6 -0
  305. package/vue3/src/components/icons/icons/error-round/index.d.ts +6 -0
  306. package/vue3/src/components/icons/icons/export/index.d.ts +6 -0
  307. package/vue3/src/components/icons/icons/info-round-fill/index.d.ts +6 -0
  308. package/vue3/src/components/icons/icons/list/index.d.ts +6 -0
  309. package/vue3/src/components/icons/icons/loading/index.d.ts +6 -0
  310. package/vue3/src/components/icons/icons/question-round/index.d.ts +6 -0
  311. package/vue3/src/components/icons/icons/search/index.d.ts +6 -0
  312. package/vue3/src/components/icons/icons/success-round/index.d.ts +6 -0
  313. package/vue3/src/components/icons/icons/triangle-down/index.d.ts +6 -0
  314. package/vue3/src/components/icons/icons/triangle-up/index.d.ts +6 -0
  315. package/vue3/src/components/icons/icons/warning-round-fill/index.d.ts +6 -0
  316. package/vue3/src/components/icons/icons/zoom-in/index.d.ts +6 -0
  317. package/vue3/src/components/icons/icons/zoom-out/index.d.ts +6 -0
  318. package/vue3/src/components/icons/map.d.ts +34 -0
  319. package/vue3/src/components/image-preview/components/image-zoom-wrap.vue.d.ts +35 -0
  320. package/vue3/src/components/image-preview/components/preview-controller.vue.d.ts +24 -0
  321. package/vue3/src/components/image-preview/hooks/props-define.d.ts +28 -0
  322. package/vue3/src/components/image-preview/hooks/use-image-preview-component.d.ts +12 -0
  323. package/vue3/src/components/image-preview/hooks/use-image-preview.d.ts +12 -0
  324. package/vue3/src/components/image-preview/image-preview.vue.d.ts +31 -0
  325. package/vue3/src/components/image-preview/index.d.ts +4 -0
  326. package/vue3/src/components/image-preview/types.d.ts +19 -0
  327. package/vue3/src/components/loading/directive.d.ts +15 -0
  328. package/vue3/src/components/loading/hook.d.ts +9 -0
  329. package/vue3/src/components/loading/index.d.ts +6 -0
  330. package/vue3/src/components/loading/loading-circle.vue.d.ts +2 -0
  331. package/vue3/src/components/loading/loading.vue.d.ts +30 -0
  332. package/vue3/src/components/loading/service.d.ts +11 -0
  333. package/vue3/src/components/loading/types.d.ts +23 -0
  334. package/vue3/src/components/loading/use-loading-component.d.ts +26 -0
  335. package/vue3/src/components/message-box/_component/message-box-element.vue.d.ts +99 -0
  336. package/vue3/src/components/message-box/_component/use-message-box-element.d.ts +151 -0
  337. package/vue3/src/components/message-box/index.d.ts +12 -0
  338. package/vue3/src/components/message-box/types.d.ts +68 -0
  339. package/vue3/src/components/popper/hooks.d.ts +7 -0
  340. package/vue3/src/components/popper/index.d.ts +4 -0
  341. package/vue3/src/components/popper/popper-content.vue.d.ts +19 -0
  342. package/vue3/src/components/popper/popper-reference.vue.d.ts +19 -0
  343. package/vue3/src/components/popper/popper.vue.d.ts +58 -0
  344. package/vue3/src/components/popper/props-define.d.ts +39 -0
  345. package/vue3/src/components/popup/hooks/popup-props.d.ts +233 -0
  346. package/vue3/src/components/popup/hooks/use-popup-append.d.ts +13 -0
  347. package/vue3/src/components/popup/hooks/use-popup-back.d.ts +13 -0
  348. package/vue3/src/components/popup/hooks/use-popup-config.d.ts +16 -0
  349. package/vue3/src/components/popup/hooks/use-popup-draggable.d.ts +15 -0
  350. package/vue3/src/components/popup/hooks/use-popup-height.d.ts +25 -0
  351. package/vue3/src/components/popup/hooks/use-popup-position.d.ts +11 -0
  352. package/vue3/src/components/popup/hooks/use-popup-scroll.d.ts +9 -0
  353. package/vue3/src/components/popup/hooks/use-popup-visible.d.ts +15 -0
  354. package/vue3/src/components/popup/hooks/use-popup-width.d.ts +10 -0
  355. package/vue3/src/components/popup/index.d.ts +4 -0
  356. package/vue3/src/components/popup/popup.vue.d.ts +218 -0
  357. package/vue3/src/components/popup/types.d.ts +17 -0
  358. package/vue3/src/components/resize-box/index.d.ts +3 -0
  359. package/vue3/src/components/resize-box/resize-box.vue.d.ts +97 -0
  360. package/vue3/src/components/resize-box/type.d.ts +34 -0
  361. package/vue3/src/components/resize-box/use-resize-box.d.ts +105 -0
  362. package/vue3/src/components/slot/index.d.ts +1 -0
  363. package/vue3/src/components/swiper/hooks/swiper-props.d.ts +72 -0
  364. package/vue3/src/components/swiper/hooks/types.d.ts +2 -0
  365. package/vue3/src/components/swiper/hooks/use-swiper-options.d.ts +9236 -0
  366. package/vue3/src/components/swiper/hooks/use-swiper-slide.d.ts +1 -0
  367. package/vue3/src/components/swiper/hooks/use-swiper-wrapper.d.ts +22 -0
  368. package/vue3/src/components/swiper/index.d.ts +4 -0
  369. package/vue3/src/components/swiper/modules/use-navigation-module.d.ts +21 -0
  370. package/vue3/src/components/swiper/modules/use-pagination-module.d.ts +14 -0
  371. package/vue3/src/components/swiper/swiper-slide.vue.d.ts +17 -0
  372. package/vue3/src/components/swiper/swiper.vue.d.ts +73 -0
  373. package/vue3/src/components/switch/index.d.ts +2 -0
  374. package/vue3/src/components/switch/switch.vue.d.ts +51 -0
  375. package/vue3/src/components/switch/use-switch.d.ts +69 -0
  376. package/vue3/src/components/toast/_component/toast-element.vue.d.ts +61 -0
  377. package/vue3/src/components/toast/_component/use-toast-element.d.ts +63 -0
  378. package/vue3/src/components/toast/hook.d.ts +11 -0
  379. package/vue3/src/components/toast/index.d.ts +4 -0
  380. package/vue3/src/components/toast/types.d.ts +27 -0
  381. package/vue3/src/components/tooltip/index.d.ts +2 -0
  382. package/vue3/src/components/tooltip/tooltip.vue.d.ts +139 -0
  383. package/vue3/src/components/tooltip/use-tooltip.d.ts +46 -0
  384. package/vue3/src/components/zoom-container/hooks/use-zoom-drag.d.ts +12 -0
  385. package/vue3/src/components/zoom-container/hooks/use-zoom-scale.d.ts +32 -0
  386. package/vue3/src/components/zoom-container/hooks/use-zoom-size.d.ts +15 -0
  387. package/vue3/src/components/zoom-container/index.d.ts +2 -0
  388. package/vue3/src/components/zoom-container/use-zoom-container.d.ts +39 -0
  389. package/vue3/src/components/zoom-container/zoom-container.vue.d.ts +55 -0
  390. package/vue3/src/hooks/animation/types/common.d.ts +32 -0
  391. package/vue3/src/hooks/animation/types/index.d.ts +71 -0
  392. package/vue3/src/hooks/animation/use-image-animation/index.d.ts +4 -0
  393. package/vue3/src/hooks/animation/use-special-effect/index.d.ts +40 -0
  394. package/vue3/src/hooks/animation/use-svga-animation/index.d.ts +16 -0
  395. package/vue3/src/hooks/animation/use-svga-animation/load-svga-player.d.ts +15 -0
  396. package/vue3/src/hooks/business/use-app-element/index.d.ts +5 -0
  397. package/vue3/src/hooks/business/use-config-provider/index.d.ts +34 -0
  398. package/vue3/src/hooks/business/use-request/index.d.ts +56 -0
  399. package/vue3/src/hooks/business/use-resize-oss-image/index.d.ts +5 -0
  400. package/vue3/src/hooks/business/use-server/index.d.ts +4 -0
  401. package/vue3/src/hooks/business/use-skin-color/index.d.ts +44 -0
  402. package/vue3/src/hooks/business/use-track-event/index.d.ts +21 -0
  403. package/vue3/src/hooks/components/use-auto-topmost/index.d.ts +14 -0
  404. package/vue3/src/hooks/components/use-popper/_hooks/use-popper-arrow.d.ts +2 -0
  405. package/vue3/src/hooks/components/use-popper/_hooks/use-popper-core.d.ts +15 -0
  406. package/vue3/src/hooks/components/use-popper/_hooks/use-popper-interactive.d.ts +5 -0
  407. package/vue3/src/hooks/components/use-popper/_hooks/use-popper-visible.d.ts +2 -0
  408. package/vue3/src/hooks/components/use-popper/_popper-type.d.ts +91 -0
  409. package/vue3/src/hooks/components/use-popper/index.d.ts +32 -0
  410. package/vue3/src/hooks/element/use-document-visible/index.d.ts +3 -0
  411. package/vue3/src/hooks/element/use-element-size/index.d.ts +18 -0
  412. package/vue3/src/hooks/element/use-text-ellipsis/index.d.ts +4 -0
  413. package/vue3/src/hooks/exports.d.ts +46 -0
  414. package/vue3/src/hooks/interactive/use-bezier-momentum/index.d.ts +17 -0
  415. package/vue3/src/hooks/interactive/use-double-click/index.d.ts +13 -0
  416. package/vue3/src/hooks/interactive/use-fullscreen/index.d.ts +29 -0
  417. package/vue3/src/hooks/interactive/use-hover/index.d.ts +8 -0
  418. package/vue3/src/hooks/interactive/use-hover-visible/index.d.ts +27 -0
  419. package/vue3/src/hooks/interactive/use-mouse-wheel/index.d.ts +31 -0
  420. package/vue3/src/hooks/interactive/use-outside/index.d.ts +24 -0
  421. package/vue3/src/hooks/interactive/use-page-fullscreen/index.d.ts +6 -0
  422. package/vue3/src/hooks/interactive/use-press-hold/index.d.ts +28 -0
  423. package/vue3/src/hooks/interactive/use-screen-orientation/index.d.ts +25 -0
  424. package/vue3/src/hooks/interactive/use-scroll/index.d.ts +20 -0
  425. package/vue3/src/hooks/interactive/use-sound-effect/index.d.ts +6 -0
  426. package/vue3/src/hooks/interactive/use-vibrate/index.d.ts +7 -0
  427. package/vue3/src/hooks/pagination/types.d.ts +89 -0
  428. package/vue3/src/hooks/pagination/use-scroll-pagintaion/index.d.ts +37 -0
  429. package/vue3/src/hooks/pagination/use-static-pagination/index.d.ts +24 -0
  430. package/vue3/src/hooks/platform/weixin/load-wx-sdk.d.ts +9 -0
  431. package/vue3/src/hooks/platform/weixin/use-weixin-mini-program.d.ts +6 -0
  432. package/vue3/src/hooks/platform/weixin/use-weixin-sdk.d.ts +14 -0
  433. package/vue3/src/hooks/plugin/use-resize-observer/index.d.ts +13 -0
  434. package/vue3/src/hooks/tools/use-append-to/index.d.ts +7 -0
  435. package/vue3/src/hooks/tools/use-auto-listen/index.d.ts +30 -0
  436. package/vue3/src/hooks/tools/use-browser/index.d.ts +38 -0
  437. package/vue3/src/hooks/tools/use-clipboard/index.d.ts +4 -0
  438. package/vue3/src/hooks/tools/use-count-down/index.d.ts +60 -0
  439. package/vue3/src/hooks/tools/use-download/index.d.ts +6 -0
  440. package/vue3/src/hooks/tools/use-event-bus/index.d.ts +25 -0
  441. package/vue3/src/hooks/tools/use-event-listener/index.d.ts +40 -0
  442. package/vue3/src/hooks/tools/use-link-open/index.d.ts +3 -0
  443. package/vue3/src/hooks/tools/use-request-animation-frame/index.d.ts +5 -0
  444. package/vue3/src/hooks/tools/use-scroll-lock/index.d.ts +21 -0
  445. package/vue3/src/hooks/tools/use-set-interval/index.d.ts +20 -0
  446. package/vue3/src/hooks/tools/use-set-timeout/index.d.ts +20 -0
  447. package/vue3/src/hooks/tools/use-simple-visible/index.d.ts +58 -0
  448. package/vue3/src/hooks/tools/use-target-event-emitter/index.d.ts +15 -0
  449. package/vue3/src/hooks/tools/use-window-resize-listener/index.d.ts +32 -0
  450. package/vue3/src/hooks/tools/use-z-index/index.d.ts +29 -0
  451. package/vue3/src/hooks/vue/use-model-value/index.d.ts +13 -0
  452. package/vue3/src/hooks/vue/use-storage-ref/index.d.ts +3 -0
  453. package/vue3/src/hooks/vue/use-vue/index.d.ts +17 -0
  454. package/vue3/src/index.d.ts +6 -0
  455. package/vue3/src/interface/index.d.ts +15 -0
  456. package/vue3/src/lang/common/en.json.d.ts +18 -0
  457. package/vue3/src/lang/common/index.d.ts +4 -0
  458. package/vue3/src/lang/common/ja.json.d.ts +17 -0
  459. package/vue3/src/lang/common/ko.json.d.ts +17 -0
  460. package/vue3/src/lang/common/ru.json.d.ts +17 -0
  461. package/vue3/src/lang/common/zh-CN.json.d.ts +18 -0
  462. package/vue3/src/lang/common/zh-TW.json.d.ts +17 -0
  463. package/vue3/src/lang/exports.d.ts +2 -0
  464. package/vue3/src/lang/hook.d.ts +12 -0
  465. package/vue3/src/lang/internal/en.json.d.ts +45 -0
  466. package/vue3/src/lang/internal/index.d.ts +62 -0
  467. package/vue3/src/lang/internal/ja.json.d.ts +45 -0
  468. package/vue3/src/lang/internal/ko.json.d.ts +45 -0
  469. package/vue3/src/lang/internal/ru.json.d.ts +45 -0
  470. package/vue3/src/lang/internal/zh-CN.json.d.ts +45 -0
  471. package/vue3/src/lang/internal/zh-TW.json.d.ts +45 -0
  472. package/vue3/src/lang/types.d.ts +12 -0
  473. package/vue3/src/lang/utils.d.ts +1 -0
  474. package/vue3/src/plugins/async-validator/index.d.ts +3 -0
  475. package/vue3/src/plugins/exports.d.ts +2 -0
  476. package/vue3/src/plugins/svgaplayerweb/load-svga-player.d.ts +15 -0
  477. package/vue3/src/utils/dom.d.ts +5 -0
  478. package/vue3/src/utils/env.d.ts +1 -0
  479. package/vue3/src/vue-utils/emit-utils.d.ts +18 -0
  480. package/vue3/src/vue-utils/index.d.ts +21 -0
  481. package/vue3/src/vue-utils/props-utils.d.ts +59 -0
  482. package/vue3/src/vue-utils/version-compatible/types.d.ts +44 -0
  483. package/vue3/src/vue-utils/version-compatible/vue-version.d.ts +1 -0
  484. package/vue3/src/vue-utils/version-compatible/vue.d.ts +1 -0
  485. package/vue3/src/vue-utils/version-compatible/vue2.d.ts +2 -0
  486. package/vue3/src/vue-utils/version-compatible/vue3.d.ts +2 -0
  487. package/src/components/carousel/index.d.ts +0 -3
  488. package/src/components/exports.d.ts +0 -14
  489. package/src/components/icons/icons/arrow-down/index.d.ts +0 -6
  490. package/src/components/icons/icons/arrow-left/index.d.ts +0 -6
  491. package/src/components/icons/icons/arrow-right/index.d.ts +0 -6
  492. package/src/components/icons/icons/arrow-up/index.d.ts +0 -6
  493. package/src/components/icons/icons/check/index.d.ts +0 -6
  494. package/src/components/icons/icons/check-round-fill/index.d.ts +0 -6
  495. package/src/components/icons/icons/close/index.d.ts +0 -6
  496. package/src/components/icons/icons/close-round/index.d.ts +0 -6
  497. package/src/components/icons/icons/close-round-fill/index.d.ts +0 -6
  498. package/src/components/icons/icons/copy/index.d.ts +0 -6
  499. package/src/components/icons/icons/down-file/index.d.ts +0 -6
  500. package/src/components/icons/icons/down-load/index.d.ts +0 -6
  501. package/src/components/icons/icons/empty-prize/index.d.ts +0 -6
  502. package/src/components/icons/icons/error-round/index.d.ts +0 -6
  503. package/src/components/icons/icons/info-round-fill/index.d.ts +0 -6
  504. package/src/components/icons/icons/list/index.d.ts +0 -6
  505. package/src/components/icons/icons/loading/index.d.ts +0 -6
  506. package/src/components/icons/icons/question-round/index.d.ts +0 -6
  507. package/src/components/icons/icons/search/index.d.ts +0 -6
  508. package/src/components/icons/icons/success-round/index.d.ts +0 -6
  509. package/src/components/icons/icons/triangle-down/index.d.ts +0 -6
  510. package/src/components/icons/icons/triangle-up/index.d.ts +0 -6
  511. package/src/components/icons/icons/warning-round-fill/index.d.ts +0 -6
  512. package/src/components/icons/icons/zoom-in/index.d.ts +0 -6
  513. package/src/components/icons/icons/zoom-out/index.d.ts +0 -6
  514. package/src/hooks/components/use-image-preview/index.d.ts +0 -12
  515. package/src/hooks/components/use-popper/_hooks/use-popper-visible.d.ts +0 -6
  516. package/src/hooks/interactive/use-hover/index.d.ts +0 -8
  517. package/src/hooks/plugin/use-svga-animation/index.d.ts +0 -25
  518. package/src/hooks/plugin/use-svga-player/index.d.ts +0 -24
  519. package/src/hooks/tools/use-append-to/index.d.ts +0 -7
  520. package/src/hooks/tools/use-body-locked/index.d.ts +0 -10
  521. package/src/hooks/tools/use-browser/index.d.ts +0 -22
  522. package/src/hooks/tools/use-copy-text/index.d.ts +0 -9
  523. package/src/hooks/tools/use-count-down/index.d.ts +0 -39
  524. package/src/hooks/tools/use-download/index.d.ts +0 -6
  525. package/src/hooks/tools/use-event-listener/index.d.ts +0 -2
  526. package/src/hooks/tools/use-set-interval/index.d.ts +0 -10
  527. package/src/hooks/tools/use-set-timeout/index.d.ts +0 -10
  528. package/src/hooks/tools/use-target-event-emitter/index.d.ts +0 -10
  529. package/src/hooks/tools/use-window-resize-listener/index.d.ts +0 -34
  530. package/src/hooks/vue/use-vue/index.d.ts +0 -30
  531. package/src/interface/index.d.ts +0 -4
  532. package/src/lang/internal/ko.json.d.ts +0 -21
  533. package/src/lang/internal/zh-CN.json.d.ts +0 -21
  534. package/src/lang/internal/zh-TW.json.d.ts +0 -21
  535. package/src/plugins/polyv-ui/mobile-import.d.ts +0 -2
  536. package/src/plugins/polyv-ui/types.d.ts +0 -19
  537. package/{src/hooks/components/use-action-sheet → vue2/src/components/action-sheet}/_component/action-sheet.vue.d.ts +0 -0
  538. package/{src/hooks/components/use-action-sheet → vue2/src/components/action-sheet}/hook.d.ts +0 -0
  539. package/{src/hooks/components/use-action-sheet → vue2/src/components/action-sheet}/index.d.ts +0 -0
  540. package/{src → vue2/src}/components/basic-countdown/basic-countdown.vue.d.ts +0 -0
  541. package/{src → vue2/src}/components/basic-countdown/index.d.ts +0 -0
  542. package/{src → vue2/src}/components/basic-countdown/use-basic-countdown.d.ts +0 -0
  543. package/{src/components → vue2/src/components/business}/normal-pendant/index.d.ts +0 -0
  544. package/{src/components → vue2/src/components/business}/normal-pendant/normal-pendant.vue.d.ts +0 -0
  545. package/{src/components → vue2/src/components/business}/reward-receive/index.d.ts +0 -0
  546. package/{src/components → vue2/src/components/business}/reward-receive/types/index.d.ts +0 -0
  547. package/{src → vue2/src}/components/button/button.vue.d.ts +2 -2
  548. package/{src → vue2/src}/components/button/index.d.ts +0 -0
  549. package/{src → vue2/src}/components/button/use-button.d.ts +0 -0
  550. package/{src → vue2/src}/components/category-select/index.d.ts +0 -0
  551. package/{src → vue2/src}/components/dropdown/dropdown-item.vue.d.ts +0 -0
  552. package/{src → vue2/src}/components/dropdown/dropdown-menu.vue.d.ts +0 -0
  553. package/{src → vue2/src}/components/dropdown/index.d.ts +0 -0
  554. package/{src → vue2/src}/components/empty/index.d.ts +0 -0
  555. package/{src → vue2/src}/components/form/checkbox/index.d.ts +0 -0
  556. package/{src → vue2/src}/components/form/form-item/form-item.vue.d.ts +0 -0
  557. package/{src → vue2/src}/components/form/form-item/index.d.ts +0 -0
  558. package/{src → vue2/src}/components/form/form-submit-button/form-submit-button.vue.d.ts +3 -3
  559. package/{src → vue2/src}/components/form/form-submit-button/index.d.ts +0 -0
  560. package/{src → vue2/src}/components/form/form-submit-button/use-form-submit-button.d.ts +0 -0
  561. package/{src → vue2/src}/components/form/form-wrap/index.d.ts +0 -0
  562. package/{src → vue2/src}/components/form/hooks/use-form-common.d.ts +0 -0
  563. package/{src → vue2/src}/components/form/index.d.ts +0 -0
  564. package/{src → vue2/src}/components/form/input/index.d.ts +0 -0
  565. package/{src → vue2/src}/components/form/protocol/index.d.ts +0 -0
  566. package/{src → vue2/src}/components/form/radio/index.d.ts +0 -0
  567. package/{src → vue2/src}/components/form/types/index.d.ts +0 -0
  568. package/{src → vue2/src}/components/loading/hook.d.ts +0 -0
  569. package/{src → vue2/src}/components/loading/index.d.ts +0 -0
  570. package/{src → vue2/src}/components/loading/loading-circle.vue.d.ts +0 -0
  571. package/{src → vue2/src}/components/loading/service.d.ts +0 -0
  572. package/{src/hooks/components/use-message-box → vue2/src/components/message-box}/index.d.ts +0 -0
  573. package/{src → vue2/src}/components/popup/hooks/use-popup-append.d.ts +0 -0
  574. package/{src → vue2/src}/components/popup/hooks/use-popup-back.d.ts +0 -0
  575. package/{src → vue2/src}/components/popup/hooks/use-popup-config.d.ts +0 -0
  576. package/{src → vue2/src}/components/popup/hooks/use-popup-draggable.d.ts +0 -0
  577. package/{src → vue2/src}/components/popup/hooks/use-popup-height.d.ts +0 -0
  578. package/{src → vue2/src}/components/popup/hooks/use-popup-scroll.d.ts +0 -0
  579. package/{src → vue2/src}/components/popup/hooks/use-popup-visible.d.ts +0 -0
  580. package/{src → vue2/src}/components/popup/hooks/use-popup-width.d.ts +0 -0
  581. package/{src → vue2/src}/components/popup/index.d.ts +0 -0
  582. package/{src → vue2/src}/components/popup/types.d.ts +0 -0
  583. package/{src → vue2/src}/components/resize-box/index.d.ts +0 -0
  584. package/{src → vue2/src}/components/resize-box/resize-box.vue.d.ts +2 -2
  585. /package/{src → vue2/src}/components/resize-box/type.d.ts +0 -0
  586. /package/{src → vue2/src}/components/resize-box/use-resize-box.d.ts +0 -0
  587. /package/{src → vue2/src}/components/switch/index.d.ts +0 -0
  588. /package/{src/hooks/components/use-toast → vue2/src/components/toast}/hook.d.ts +0 -0
  589. /package/{src/hooks/components/use-toast → vue2/src/components/toast}/index.d.ts +0 -0
  590. /package/{src/hooks/components/use-toast → vue2/src/components/toast}/types.d.ts +0 -0
  591. /package/{src/plugins/svgaplayerweb → vue2/src/hooks/animation/use-svga-animation}/load-svga-player.d.ts +0 -0
  592. /package/{src → vue2/src}/hooks/business/use-request/index.d.ts +0 -0
  593. /package/{src → vue2/src}/hooks/business/use-resize-oss-image/index.d.ts +0 -0
  594. /package/{src → vue2/src}/hooks/business/use-skin-color/index.d.ts +0 -0
  595. /package/{src → vue2/src}/hooks/business/use-track-event/index.d.ts +0 -0
  596. /package/{src → vue2/src}/hooks/components/use-popper/_hooks/use-popper-arrow.d.ts +0 -0
  597. /package/{src → vue2/src}/hooks/components/use-popper/_hooks/use-popper-core.d.ts +0 -0
  598. /package/{src → vue2/src}/hooks/components/use-popper/_hooks/use-popper-interactive.d.ts +0 -0
  599. /package/{src → vue2/src}/hooks/components/use-popper/index.d.ts +0 -0
  600. /package/{src → vue2/src}/hooks/interactive/use-page-fullscreen/index.d.ts +0 -0
  601. /package/{src → vue2/src}/hooks/interactive/use-screen-orientation/index.d.ts +0 -0
  602. /package/{src → vue2/src}/hooks/interactive/use-scroll/index.d.ts +0 -0
  603. /package/{src → vue2/src}/hooks/interactive/use-sound-effect/index.d.ts +0 -0
  604. /package/{src → vue2/src}/hooks/pagination/use-static-pagination/index.d.ts +0 -0
  605. /package/{src → vue2/src}/hooks/platform/weixin/load-wx-sdk.d.ts +0 -0
  606. /package/{src → vue2/src}/hooks/platform/weixin/use-weixin-mini-program.d.ts +0 -0
  607. /package/{src → vue2/src}/hooks/platform/weixin/use-weixin-sdk.d.ts +0 -0
  608. /package/{src → vue2/src}/hooks/tools/use-link-open/index.d.ts +0 -0
  609. /package/{src → vue2/src}/hooks/vue/use-storage-ref/index.d.ts +0 -0
  610. /package/{src → vue2/src}/index.d.ts +0 -0
  611. /package/{src → vue2/src}/lang/common/en.json.d.ts +0 -0
  612. /package/{src → vue2/src}/lang/common/index.d.ts +0 -0
  613. /package/{src → vue2/src}/lang/common/ja.json.d.ts +0 -0
  614. /package/{src → vue2/src}/lang/common/ko.json.d.ts +0 -0
  615. /package/{src → vue2/src}/lang/common/ru.json.d.ts +0 -0
  616. /package/{src → vue2/src}/lang/common/zh-CN.json.d.ts +0 -0
  617. /package/{src → vue2/src}/lang/common/zh-TW.json.d.ts +0 -0
  618. /package/{src → vue2/src}/lang/exports.d.ts +0 -0
  619. /package/{src → vue2/src}/lang/hook.d.ts +0 -0
  620. /package/{src → vue2/src}/lang/types.d.ts +0 -0
  621. /package/{src → vue2/src}/lang/utils.d.ts +0 -0
  622. /package/{src → vue2/src}/plugins/async-validator/index.d.ts +0 -0
  623. /package/{src → vue2/src}/plugins/exports.d.ts +0 -0
  624. /package/{src → vue2/src}/utils/dom.d.ts +0 -0
@@ -1,4 +1,4 @@
1
- import { FormatEmit, FormatProps } from '../../../../vue-utils';
1
+ import { FormatEmit, FormatProps } from '../../../vue-utils';
2
2
  import { ActionSheetItem } from '../types';
3
3
  export declare const actionSheetProps: () => {
4
4
  actions: import('vue-types').VueTypeValidableDef<ActionSheetItem[], import('vue-types/dist/types').ValidatorFunction<ActionSheetItem[]>> & {
@@ -6,8 +6,8 @@ export declare const actionSheetProps: () => {
6
6
  };
7
7
  };
8
8
  export declare const actionSheetEmits: () => {
9
- select: import('../../../../vue-utils').EmitFuncType<ActionSheetItem>;
10
- cancel: import('../../../../vue-utils').EmitFuncType<void>;
9
+ select: import('../../../vue-utils').EmitFuncType<ActionSheetItem>;
10
+ cancel: import('../../../vue-utils').EmitFuncType<void>;
11
11
  };
12
12
  export type ActionSheetPropsType = FormatProps<typeof actionSheetProps>;
13
13
  export type ActionSheetEmitCallback = FormatEmit<typeof actionSheetEmits>;
@@ -31,7 +31,6 @@ export interface ActionSheetItem {
31
31
  export interface ActionSheetOptions {
32
32
  /**
33
33
  * 操作列表
34
- * @propType ActionSheetItem[]
35
34
  */
36
35
  actions: ActionSheetItem[];
37
36
  }
@@ -0,0 +1,74 @@
1
+ declare function __VLS_template(): {
2
+ attrs: Partial<{}>;
3
+ slots: {
4
+ trigger?(_: {}): any;
5
+ };
6
+ refs: {
7
+ canvasRef: HTMLCanvasElement;
8
+ triggerRef: HTMLDivElement;
9
+ };
10
+ rootEl: HTMLDivElement;
11
+ };
12
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
13
+ declare const __VLS_component: import('vue').DefineComponent<{
14
+ bubbles: import('vue-types').VueTypeValidableDef<import('./types').BubbleData[], import('vue-types/dist/types').ValidatorFunction<import('./types').BubbleData[]>> & {
15
+ default: () => import('./types').BubbleData[];
16
+ };
17
+ width: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>> & {
18
+ default: number;
19
+ };
20
+ height: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>> & {
21
+ default: number;
22
+ };
23
+ maxCount: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>> & {
24
+ default: number;
25
+ };
26
+ appearPlacement: import('vue-types').VueTypeDef<"bottom" | "bottom-start" | "bottom-end"> & {
27
+ default: "bottom" | "bottom-start" | "bottom-end";
28
+ };
29
+ trigger: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
30
+ default: boolean;
31
+ };
32
+ triggerSize: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>> & {
33
+ default: number;
34
+ };
35
+ }, {
36
+ pushAnimation: (data?: import('./types').BubbleData) => void;
37
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, Readonly<import('vue').ExtractPropTypes<{
38
+ bubbles: import('vue-types').VueTypeValidableDef<import('./types').BubbleData[], import('vue-types/dist/types').ValidatorFunction<import('./types').BubbleData[]>> & {
39
+ default: () => import('./types').BubbleData[];
40
+ };
41
+ width: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>> & {
42
+ default: number;
43
+ };
44
+ height: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>> & {
45
+ default: number;
46
+ };
47
+ maxCount: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>> & {
48
+ default: number;
49
+ };
50
+ appearPlacement: import('vue-types').VueTypeDef<"bottom" | "bottom-start" | "bottom-end"> & {
51
+ default: "bottom" | "bottom-start" | "bottom-end";
52
+ };
53
+ trigger: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
54
+ default: boolean;
55
+ };
56
+ triggerSize: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>> & {
57
+ default: number;
58
+ };
59
+ }>>, {
60
+ width: number;
61
+ height: number;
62
+ trigger: boolean;
63
+ bubbles: import('./types').BubbleData[];
64
+ maxCount: number;
65
+ appearPlacement: "bottom" | "bottom-start" | "bottom-end";
66
+ triggerSize: number;
67
+ }>;
68
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
69
+ export default _default;
70
+ type __VLS_WithTemplateSlots<T, S> = T & {
71
+ new (): {
72
+ $scopedSlots: S;
73
+ };
74
+ };
@@ -0,0 +1,53 @@
1
+ import { BubbleData } from '../types';
2
+ export declare const bubbleAnimationProps: () => {
3
+ /**
4
+ * 气泡数据
5
+ * @default []
6
+ */
7
+ bubbles: import('vue-types').VueTypeValidableDef<BubbleData[], import('vue-types/dist/types').ValidatorFunction<BubbleData[]>> & {
8
+ default: () => BubbleData[];
9
+ };
10
+ /**
11
+ * 宽度
12
+ * @default 80
13
+ */
14
+ width: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>> & {
15
+ default: number;
16
+ };
17
+ /**
18
+ * 高度
19
+ * @default 180
20
+ */
21
+ height: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>> & {
22
+ default: number;
23
+ };
24
+ /**
25
+ * 气泡最大显示数量
26
+ * @default 30
27
+ */
28
+ maxCount: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>> & {
29
+ default: number;
30
+ };
31
+ /**
32
+ * 出现位置
33
+ * @propType AppearPlacement
34
+ * @default 'bottom'
35
+ */
36
+ appearPlacement: import('vue-types').VueTypeDef<"bottom" | "bottom-start" | "bottom-end"> & {
37
+ default: "bottom" | "bottom-start" | "bottom-end";
38
+ };
39
+ /**
40
+ * 显示触发节点
41
+ * @default false
42
+ */
43
+ trigger: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
44
+ default: boolean;
45
+ };
46
+ /**
47
+ * 触发节点尺寸
48
+ * @default 40
49
+ */
50
+ triggerSize: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>> & {
51
+ default: number;
52
+ };
53
+ };
@@ -0,0 +1,8 @@
1
+ export declare const useAnimationCanvas: () => {
2
+ canvasRef: import('vue').Ref<HTMLCanvasElement | undefined>;
3
+ canvasSize: import('vue').ComputedRef<{
4
+ width: number;
5
+ height: number;
6
+ }>;
7
+ refreshCanvas: () => void;
8
+ };
@@ -0,0 +1,9 @@
1
+ import { VueProps } from '../../../../vue-utils';
2
+ import { BubbleData } from '../types';
3
+ import { bubbleAnimationProps } from './props-define';
4
+ export declare const useBubbleAnimation: (options: {
5
+ props: VueProps<typeof bubbleAnimationProps>;
6
+ }) => {
7
+ canvasRef: import('vue').Ref<HTMLCanvasElement | undefined>;
8
+ pushAnimation: (data?: BubbleData) => void;
9
+ };
@@ -0,0 +1,53 @@
1
+ import { Point } from '../../../../interface';
2
+ import { BubbleObject } from '../types';
3
+ export interface BezierPoints {
4
+ p0: Point;
5
+ p1: Point;
6
+ p2: Point;
7
+ p3: Point;
8
+ }
9
+ export declare class BubbleItem {
10
+ options: {
11
+ canvasWidth: number;
12
+ canvasHeight: number;
13
+ bubble: Required<BubbleObject>;
14
+ bezierPoints: BezierPoints;
15
+ finishCallback?: (item: BubbleItem) => void;
16
+ };
17
+ id: string;
18
+ bubble: Required<BubbleObject>;
19
+ /** 当前动画进度 */
20
+ progress: number;
21
+ /** 当前缩放倍数 */
22
+ scale: number;
23
+ /** 当前透明度 */
24
+ opacity: number;
25
+ /** 当前坐标点 */
26
+ point?: Point;
27
+ /** 绘制的动画对象 */
28
+ image: HTMLImageElement;
29
+ constructor(options: {
30
+ canvasWidth: number;
31
+ canvasHeight: number;
32
+ bubble: Required<BubbleObject>;
33
+ bezierPoints: BezierPoints;
34
+ finishCallback?: (item: BubbleItem) => void;
35
+ });
36
+ move(ctx: CanvasRenderingContext2D): void;
37
+ /**
38
+ * 绘制
39
+ */
40
+ draw(ctx: CanvasRenderingContext2D): void;
41
+ /**
42
+ * 设置透明度
43
+ */
44
+ private __setOpacity;
45
+ /**
46
+ * 设置缩放倍数
47
+ */
48
+ private __setScale;
49
+ /**
50
+ * 获取贝塞尔曲线点坐标
51
+ */
52
+ private __setPoint;
53
+ }
@@ -0,0 +1,3 @@
1
+ export { default as PwcBubbleAnimation } from './bubble-animation.vue';
2
+ export * from './types';
3
+ export * from './hooks/props-define';
@@ -0,0 +1,52 @@
1
+ /**
2
+ * 出现位置
3
+ */
4
+ export declare const appearPlacements: readonly ["bottom-start", "bottom-end", "bottom"];
5
+ export type AppearPlacement = (typeof appearPlacements)[number];
6
+ /**
7
+ * 动画速度
8
+ */
9
+ export declare const bubbleAnimationSpeeds: readonly [1, 2, 3, 4, 5];
10
+ export type BubbleAnimationSpeed = (typeof bubbleAnimationSpeeds)[number];
11
+ export interface BubbleAnimationOptions {
12
+ /**
13
+ * 宽度
14
+ * @default 32
15
+ */
16
+ width?: number;
17
+ /**
18
+ * 高度
19
+ * @default 32
20
+ */
21
+ height?: number;
22
+ /**
23
+ * 动画速度
24
+ * @default 3
25
+ */
26
+ speed?: BubbleAnimationSpeed;
27
+ /**
28
+ * 初始缩放倍数,范围:0~1
29
+ * @default 0
30
+ */
31
+ initialScale?: number;
32
+ /**
33
+ * 缩放区间,动画进度达到某个值时缩放达到最大值,范围:0~1
34
+ * @default 0.4
35
+ */
36
+ scaleSection?: number;
37
+ /**
38
+ * 动画进度达到某个值时开始隐藏,范围:0~1
39
+ * @default 0.8
40
+ */
41
+ startHideSection?: number;
42
+ }
43
+ export interface BubbleObject extends BubbleAnimationOptions {
44
+ /**
45
+ * 图片地址
46
+ */
47
+ image: string;
48
+ }
49
+ /**
50
+ * 气泡数据
51
+ */
52
+ export type BubbleData = BubbleObject | string;
@@ -0,0 +1,10 @@
1
+ declare const _default: import('vue').DefineComponent<{
2
+ controller: import('vue-types').VueTypeValidableDef<import('..').DataExportController, import('vue-types/dist/types').ValidatorFunction<import('..').DataExportController>> & {
3
+ required: true;
4
+ };
5
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, Readonly<import('vue').ExtractPropTypes<{
6
+ controller: import('vue-types').VueTypeValidableDef<import('..').DataExportController, import('vue-types/dist/types').ValidatorFunction<import('..').DataExportController>> & {
7
+ required: true;
8
+ };
9
+ }>>, {}>;
10
+ export default _default;
@@ -0,0 +1,24 @@
1
+ import { VueProps } from '../../../../vue-utils';
2
+ import { DataExportController, DataExportRecordData } from '../types';
3
+ export declare const dataExportEntranceProps: () => {
4
+ /**
5
+ * 数据导出控制器
6
+ */
7
+ controller: import('vue-types').VueTypeValidableDef<DataExportController, import('vue-types/dist/types').ValidatorFunction<DataExportController>> & {
8
+ required: true;
9
+ };
10
+ };
11
+ export declare const useDataExportEntrance: (options: {
12
+ props: VueProps<typeof dataExportEntranceProps>;
13
+ }) => {
14
+ referenceRef: HTMLElement | import('vue').Ref<HTMLElement | undefined>;
15
+ popperRef: HTMLElement | import('vue').Ref<HTMLElement | undefined>;
16
+ popperVisible: import('vue').Ref<boolean>;
17
+ onClickEntrance: () => void;
18
+ tipsShow: import('vue').Ref<boolean>;
19
+ hidePopper: () => void;
20
+ showPopper: () => void;
21
+ successRecord: import('vue').Ref<DataExportRecordData | undefined>;
22
+ surplusCloseSecond: import('vue').ComputedRef<number>;
23
+ downloadSuccessFile: () => void;
24
+ };
@@ -0,0 +1,21 @@
1
+ declare const _default: import('vue').DefineComponent<{
2
+ title: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
3
+ default: string;
4
+ };
5
+ controller: import('vue-types').VueTypeValidableDef<import('..').DataExportController, import('vue-types/dist/types').ValidatorFunction<import('..').DataExportController>> & {
6
+ required: true;
7
+ };
8
+ }, {
9
+ openRecord: () => void;
10
+ closeRecord: () => void;
11
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, Readonly<import('vue').ExtractPropTypes<{
12
+ title: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
13
+ default: string;
14
+ };
15
+ controller: import('vue-types').VueTypeValidableDef<import('..').DataExportController, import('vue-types/dist/types').ValidatorFunction<import('..').DataExportController>> & {
16
+ required: true;
17
+ };
18
+ }>>, {
19
+ title: string;
20
+ }>;
21
+ export default _default;
@@ -0,0 +1,19 @@
1
+ import { DataExportController, DataExportRecordData } from '../types';
2
+ declare const _default: import('vue').DefineComponent<{
3
+ record: import('vue-types').VueTypeValidableDef<DataExportRecordData, import('vue-types/dist/types').ValidatorFunction<DataExportRecordData>> & {
4
+ required: true;
5
+ };
6
+ controller: import('vue-types').VueTypeValidableDef<DataExportController, import('vue-types/dist/types').ValidatorFunction<DataExportController>> & {
7
+ required: true;
8
+ };
9
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
10
+ refresh: (arg?: void | undefined) => void;
11
+ }, string, Readonly<import('vue').ExtractPropTypes<{
12
+ record: import('vue-types').VueTypeValidableDef<DataExportRecordData, import('vue-types/dist/types').ValidatorFunction<DataExportRecordData>> & {
13
+ required: true;
14
+ };
15
+ controller: import('vue-types').VueTypeValidableDef<DataExportController, import('vue-types/dist/types').ValidatorFunction<DataExportController>> & {
16
+ required: true;
17
+ };
18
+ }>>, {}>;
19
+ export default _default;
@@ -0,0 +1,27 @@
1
+ import { VueProps } from '../../../../vue-utils';
2
+ import { DataExportController, DataExportRecordData } from '../types';
3
+ export declare const dataExportRecordProps: () => {
4
+ /**
5
+ * 标题
6
+ * @default '数据导出中心'
7
+ */
8
+ title: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
9
+ default: string;
10
+ };
11
+ /**
12
+ * 数据导出控制器
13
+ */
14
+ controller: import('vue-types').VueTypeValidableDef<DataExportController, import('vue-types/dist/types').ValidatorFunction<DataExportController>> & {
15
+ required: true;
16
+ };
17
+ };
18
+ export declare const useDataExportRecord: (options: {
19
+ props: VueProps<typeof dataExportRecordProps>;
20
+ }) => {
21
+ visible: import('vue').Ref<boolean>;
22
+ recordList: import('vue').Ref<DataExportRecordData[]>;
23
+ scrollRef: import('vue').Ref<HTMLDivElement | undefined>;
24
+ openRecord: () => void;
25
+ closeRecord: () => void;
26
+ onClickClearRecord: () => Promise<void>;
27
+ };
@@ -0,0 +1,15 @@
1
+ /**
2
+ * 打开数据导出记录
3
+ */
4
+ export declare const OPEN_DATA_EXPORT_RECORD_EVENT = "open-data-export-record";
5
+ /**
6
+ * 打开数据导出记录回调
7
+ */
8
+ export declare const OPEN_DATA_EXPORT_RECORD_CALLBACK = "open-data-export-record-callback";
9
+ /**
10
+ * 关闭数据导出记录回调
11
+ */
12
+ export declare const CLOSE_DATA_EXPORT_RECORD_CALLBACK = "close-data-export-record-callback";
13
+ export declare const useDataExportUtils: () => {
14
+ openDataExportRecord: (refId: string) => void;
15
+ };
@@ -0,0 +1,6 @@
1
+ export { default as PwcDataExportEntrance } from './data-export-entrance/date-export-entrance.vue';
2
+ export { default as PwcDataExportRecord } from './data-export-record/data-export-record.vue';
3
+ export * from './hooks/use-data-export-utils';
4
+ export * from './types';
5
+ export { dataExportEntranceProps } from './data-export-entrance/use-data-export-entrance';
6
+ export { dataExportRecordProps } from './data-export-record/use-data-export-record';
@@ -0,0 +1,74 @@
1
+ import { PageContent } from '../../../../hooks/pagination/types';
2
+ /**
3
+ * 导出状态
4
+ * pending: 待生成
5
+ * success: 生成成功
6
+ * failed: 生成失败
7
+ * expired: 已过期
8
+ */
9
+ export type DataExportStatus = 'pending' | 'success' | 'failed' | 'expired';
10
+ /**
11
+ * 导出记录
12
+ */
13
+ export interface DataExportRecordData {
14
+ /**
15
+ * 唯一标识
16
+ */
17
+ id: string | number;
18
+ /**
19
+ * 下载地址
20
+ */
21
+ downloadUrl: string;
22
+ /**
23
+ * 文件名称
24
+ */
25
+ fileName: string;
26
+ /**
27
+ * 文件大小,单位:B
28
+ */
29
+ fileSize: number;
30
+ /**
31
+ * 进度,0-100
32
+ */
33
+ progress: number;
34
+ /**
35
+ * 生成时间,单位:时间戳
36
+ */
37
+ createTime: number;
38
+ /**
39
+ * 状态
40
+ */
41
+ status: DataExportStatus;
42
+ }
43
+ /**
44
+ * 数据导出控制器
45
+ */
46
+ export interface DataExportController {
47
+ /**
48
+ * 关联 id
49
+ */
50
+ refId: string;
51
+ /**
52
+ * 获取导出记录
53
+ */
54
+ getRecord?: (params: {
55
+ pageNumber: number;
56
+ pageSize: number;
57
+ }) => Promise<PageContent<DataExportRecordData>>;
58
+ /**
59
+ * 重新生成
60
+ */
61
+ redo?: (data: DataExportRecordData) => Promise<void>;
62
+ /**
63
+ * 清除记录
64
+ */
65
+ clearRecord?: () => Promise<void>;
66
+ /**
67
+ * 获取最近一次的导出记录
68
+ */
69
+ getLatestRecord?: () => Promise<DataExportRecordData | undefined>;
70
+ /**
71
+ * 获取指定时间之后的成功记录
72
+ */
73
+ getSuccessRecordsAfterTime?: (time: number) => Promise<DataExportRecordData[]>;
74
+ }
@@ -28,9 +28,9 @@ export declare const normalPendantEmit: () => {
28
28
  /**
29
29
  * 点击挂件
30
30
  */
31
- 'click-pendant': import('../../vue-utils').EmitFuncType<void>;
31
+ 'click-pendant': import('../../../vue-utils').EmitFuncType<void>;
32
32
  /**
33
33
  * 倒计时结束
34
34
  */
35
- 'countdown-finish': import('../../vue-utils').EmitFuncType<void>;
35
+ 'countdown-finish': import('../../../vue-utils').EmitFuncType<void>;
36
36
  };
@@ -1,6 +1,6 @@
1
- import { PopupBackActionData } from '../../popup';
1
+ import { PopupBackActionData } from '../../../popup';
2
2
  declare const _default: import('vue').DefineComponent<{
3
- popupConfig: import('vue-types').VueTypeValidableDef<import('../../popup').PopupConfig, import('vue-types/dist/types').ValidatorFunction<import('../../popup').PopupConfig>>;
3
+ popupConfig: import('vue-types').VueTypeValidableDef<import('../../../popup').PopupConfig, import('vue-types/dist/types').ValidatorFunction<import('../../../popup').PopupConfig>>;
4
4
  receiveData: import('vue-types').VueTypeValidableDef<import('..').RewardReceiveData, import('vue-types/dist/types').ValidatorFunction<import('..').RewardReceiveData>>;
5
5
  privacyContent: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
6
6
  default: string;
@@ -14,7 +14,7 @@ declare const _default: import('vue').DefineComponent<{
14
14
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
15
15
  "click-back": (arg?: void | undefined) => void;
16
16
  }, string, Readonly<import('vue').ExtractPropTypes<{
17
- popupConfig: import('vue-types').VueTypeValidableDef<import('../../popup').PopupConfig, import('vue-types/dist/types').ValidatorFunction<import('../../popup').PopupConfig>>;
17
+ popupConfig: import('vue-types').VueTypeValidableDef<import('../../../popup').PopupConfig, import('vue-types/dist/types').ValidatorFunction<import('../../../popup').PopupConfig>>;
18
18
  receiveData: import('vue-types').VueTypeValidableDef<import('..').RewardReceiveData, import('vue-types/dist/types').ValidatorFunction<import('..').RewardReceiveData>>;
19
19
  privacyContent: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
20
20
  default: string;
@@ -1,12 +1,11 @@
1
- import { ValidatorRule } from '../../../plugins/async-validator';
2
- import { VueProps } from '../../../vue-utils';
1
+ import { ValidatorRule } from '../../../../plugins/async-validator';
2
+ import { VueProps } from '../../../../vue-utils';
3
3
  import { RewardReceiveData } from '../types';
4
4
  export type RewardReceiveSubmitAction = (formValue: Record<number, any>) => Promise<void>;
5
5
  export declare const rewardReceiveProps: () => {
6
- popupConfig: import('vue-types').VueTypeValidableDef<import('../../popup').PopupConfig, import('vue-types/dist/types').ValidatorFunction<import('../../popup').PopupConfig>>;
6
+ popupConfig: import('vue-types').VueTypeValidableDef<import('../../../popup').PopupConfig, import('vue-types/dist/types').ValidatorFunction<import('../../../popup').PopupConfig>>;
7
7
  /**
8
8
  * 领取数据
9
- * @propType RewardReceiveData
10
9
  */
11
10
  receiveData: import('vue-types').VueTypeValidableDef<RewardReceiveData, import('vue-types/dist/types').ValidatorFunction<RewardReceiveData>>;
12
11
  /**
@@ -17,7 +16,6 @@ export declare const rewardReceiveProps: () => {
17
16
  };
18
17
  /**
19
18
  * 提交操作
20
- * @propType RewardReceiveSubmitAction
21
19
  */
22
20
  submitAction: import('vue-types').VueTypeValidableDef<RewardReceiveSubmitAction, import('vue-types/dist/types').ValidatorFunction<RewardReceiveSubmitAction>>;
23
21
  /**
@@ -33,7 +31,7 @@ export declare const rewardReceiveEmits: () => {
33
31
  /**
34
32
  * 点击返回
35
33
  */
36
- 'click-back': import('../../../vue-utils').EmitFuncType<void>;
34
+ 'click-back': import('../../../../vue-utils').EmitFuncType<void>;
37
35
  };
38
36
  export interface RewardReceiveInstance {
39
37
  setupReceiveData: (data: RewardReceiveData) => void;
@@ -50,7 +48,7 @@ export declare const useRewardReceive: (options: {
50
48
  formRules: import('vue').Ref<Record<string | number, ValidatorRule>>;
51
49
  instance: RewardReceiveInstance;
52
50
  submitReceiveForm: () => Promise<void>;
53
- $t: (key: import('../../../lang/types').NestedKeys<{
51
+ $t: (key: import('../../../../lang/types').NestedKeys<{
54
52
  rewardReceive: {
55
53
  receiveTitleForm: string;
56
54
  receiveTitleView: string;
@@ -68,6 +66,30 @@ export declare const useRewardReceive: (options: {
68
66
  error2: string;
69
67
  submitText: string;
70
68
  };
69
+ areaPicker: {
70
+ province: string;
71
+ city: string;
72
+ area: string;
73
+ placeholder: string;
74
+ };
75
+ dataExport: {
76
+ defaultTitle: string;
77
+ recordValidPeriod: string;
78
+ clearRecord: string;
79
+ fileGenerateTime: string;
80
+ generating: string;
81
+ completed: string;
82
+ generationFailed: string;
83
+ expired: string;
84
+ downloadToLocal: string;
85
+ regenerate: string;
86
+ entranceTitle: string;
87
+ generationSuccess: string;
88
+ downloadWithCountdown: string;
89
+ viewExportRecords: string;
90
+ gotIt: string;
91
+ empty: string;
92
+ };
71
93
  } & {
72
94
  common: {
73
95
  confirm: string;
@@ -82,6 +104,5 @@ export declare const useRewardReceive: (options: {
82
104
  success: string;
83
105
  empty: string;
84
106
  };
85
- }>, options?: import('../../..').UniversalParams<string | number>) => string;
86
- onPickerTextChange: (text: string[]) => void;
107
+ }>, options?: import('../../../..').UniversalParams<string | number>) => string;
87
108
  };
@@ -36,7 +36,7 @@ export declare enum ButtonSize {
36
36
  * 默认按钮
37
37
  * @height 40px
38
38
  */
39
- Default = "",
39
+ Default = "default",
40
40
  /**
41
41
  * 小号按钮
42
42
  * @height 32px
@@ -1,4 +1,3 @@
1
- import { CategorySelectValue } from './use-category-select';
2
1
  declare function __VLS_template(): {
3
2
  attrs: Partial<{}>;
4
3
  slots: {
@@ -9,9 +8,9 @@ declare function __VLS_template(): {
9
8
  };
10
9
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
10
  declare const __VLS_component: import('vue').DefineComponent<{
12
- value: import('vue-types').VueTypeDef<CategorySelectValue>;
11
+ categoryValue: import('vue-types').VueTypeDef<import('./use-category-select').CategorySelectValue>;
13
12
  }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, Readonly<import('vue').ExtractPropTypes<{
14
- value: import('vue-types').VueTypeDef<CategorySelectValue>;
13
+ categoryValue: import('vue-types').VueTypeDef<import('./use-category-select').CategorySelectValue>;
15
14
  }>>, {}>;
16
15
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
17
16
  export default _default;