stellar-ui-plus 1.19.0 → 1.19.2

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 (659) hide show
  1. package/components/ste-animate/ATTRIBUTES.md +10 -0
  2. package/components/ste-area-chart/ATTRIBUTES.md +36 -0
  3. package/{src/uni_modules/stellar-ui-plus/components → components}/ste-area-chart/README.md +1 -1
  4. package/components/ste-badge/ATTRIBUTES.md +17 -0
  5. package/components/ste-bar-chart/ATTRIBUTES.md +33 -0
  6. package/components/ste-barcode/ATTRIBUTES.md +14 -0
  7. package/{src/uni_modules/stellar-ui-plus/components → components}/ste-barcode/encode.ts +16 -16
  8. package/components/ste-button/ATTRIBUTES.md +32 -0
  9. package/components/ste-calendar/ATTRIBUTES.md +35 -0
  10. package/components/ste-checkbox/ATTRIBUTES.md +25 -0
  11. package/components/ste-code-input/ATTRIBUTES.md +22 -0
  12. package/components/ste-column-chart/ATTRIBUTES.md +33 -0
  13. package/components/ste-column-chart/README.md +117 -0
  14. package/components/ste-date-picker/ATTRIBUTES.md +25 -0
  15. package/{src/uni_modules/stellar-ui-plus/components → components}/ste-date-picker/ste-date-picker.vue +10 -1
  16. package/components/ste-donut-chart/ATTRIBUTES.md +33 -0
  17. package/components/ste-drag/ATTRIBUTES.md +13 -0
  18. package/components/ste-dropdown-menu/ATTRIBUTES.md +22 -0
  19. package/components/ste-funnel-chart/ATTRIBUTES.md +33 -0
  20. package/components/ste-icon/ATTRIBUTES.md +19 -0
  21. package/components/ste-image/ATTRIBUTES.md +21 -0
  22. package/components/ste-index-list/ATTRIBUTES.md +15 -0
  23. package/components/ste-input/ATTRIBUTES.md +38 -0
  24. package/components/ste-line-chart/ATTRIBUTES.md +33 -0
  25. package/components/ste-line-chart/README.md +123 -0
  26. package/components/ste-loading/ATTRIBUTES.md +11 -0
  27. package/components/ste-media-preview/ATTRIBUTES.md +20 -0
  28. package/components/ste-message-box/ATTRIBUTES.md +6 -0
  29. package/components/ste-message-box/ste-message-box.ts +18 -0
  30. package/{src/uni_modules/stellar-ui-plus/components → components}/ste-message-box/use-message-box.ts +2 -0
  31. package/components/ste-notice-bar/ATTRIBUTES.md +22 -0
  32. package/components/ste-number-keyboard/ATTRIBUTES.md +31 -0
  33. package/components/ste-pie-chart/ATTRIBUTES.md +33 -0
  34. package/components/ste-popup/ATTRIBUTES.md +24 -0
  35. package/components/ste-price/ATTRIBUTES.md +26 -0
  36. package/components/ste-progress/ATTRIBUTES.md +18 -0
  37. package/components/ste-qrcode/ATTRIBUTES.md +16 -0
  38. package/{src/uni_modules/stellar-ui-plus/components → components}/ste-qrcode/uqrcode.js +33 -33
  39. package/components/ste-radio/ATTRIBUTES.md +25 -0
  40. package/components/ste-rate/ATTRIBUTES.md +21 -0
  41. package/components/ste-read-more/ATTRIBUTES.md +16 -0
  42. package/components/ste-rich-text/ATTRIBUTES.md +8 -0
  43. package/components/ste-ring-chart/ATTRIBUTES.md +35 -0
  44. package/components/ste-scroll-to/ATTRIBUTES.md +11 -0
  45. package/components/ste-search/ATTRIBUTES.md +39 -0
  46. package/components/ste-select/ATTRIBUTES.md +39 -0
  47. package/components/ste-signature/ATTRIBUTES.md +18 -0
  48. package/components/ste-slider/ATTRIBUTES.md +25 -0
  49. package/components/ste-stepper/ATTRIBUTES.md +33 -0
  50. package/components/ste-steps/ATTRIBUTES.md +12 -0
  51. package/components/ste-sticky/ATTRIBUTES.md +15 -0
  52. package/components/ste-swipe-action/ATTRIBUTES.md +16 -0
  53. package/components/ste-swipe-action-group/ATTRIBUTES.md +17 -0
  54. package/components/ste-swiper/ATTRIBUTES.md +24 -0
  55. package/components/ste-switch/ATTRIBUTES.md +17 -0
  56. package/components/ste-tab/ATTRIBUTES.md +14 -0
  57. package/components/ste-table/ATTRIBUTES.md +43 -0
  58. package/components/ste-tabs/ATTRIBUTES.md +52 -0
  59. package/components/ste-text/ATTRIBUTES.md +9 -0
  60. package/components/ste-toast/ATTRIBUTES.md +15 -0
  61. package/components/ste-touch-swipe/ATTRIBUTES.md +18 -0
  62. package/components/ste-tour/ATTRIBUTES.md +26 -0
  63. package/components/ste-tree/ATTRIBUTES.md +19 -0
  64. package/components/ste-upload/ATTRIBUTES.md +35 -0
  65. package/components/ste-video/ATTRIBUTES.md +34 -0
  66. package/components/ste-watermark/ATTRIBUTES.md +17 -0
  67. package/index.ts +136 -0
  68. package/package.json +7 -109
  69. package/types/components.d.ts +142 -0
  70. package/types/refComponents.d.ts +136 -0
  71. package/.editorconfig +0 -9
  72. package/.prettierrc +0 -26
  73. package/LICENSE +0 -21
  74. package/eslint.config.js +0 -10
  75. package/global.d.ts +0 -35
  76. package/index.html +0 -21
  77. package/manifest.config.ts +0 -87
  78. package/pages.config.ts +0 -44
  79. package/patches/@dcloudio+uni-h5+3.0.0-4050720250324001.patch +0 -50014
  80. package/patches/@dcloudio+uni-h5-vite+3.0.0-4050720250324001.patch +0 -24
  81. package/patches/@dcloudio+uni-h5-vue+3.0.0-4050720250324001.patch +0 -20722
  82. package/plugins/ste-helper/.versionrc +0 -14
  83. package/plugins/ste-helper/.vscodeignore +0 -13
  84. package/plugins/ste-helper/CHANGELOG.md +0 -5
  85. package/plugins/ste-helper/LICENSE +0 -1
  86. package/plugins/ste-helper/README.md +0 -26
  87. package/plugins/ste-helper/README_DEV.md +0 -15
  88. package/plugins/ste-helper/package.json +0 -48
  89. package/plugins/ste-helper/pnpm-lock.yaml +0 -2832
  90. package/plugins/ste-helper/src/assets/logo.png +0 -0
  91. package/plugins/ste-helper/src/command.ts +0 -12
  92. package/plugins/ste-helper/src/completions.ts +0 -137
  93. package/plugins/ste-helper/src/componentDesc.ts +0 -26
  94. package/plugins/ste-helper/src/componentMap.ts +0 -5991
  95. package/plugins/ste-helper/src/constant.ts +0 -10
  96. package/plugins/ste-helper/src/extension.ts +0 -13
  97. package/plugins/ste-helper/src/hoverProvider.ts +0 -83
  98. package/plugins/ste-helper/src/scripts/checkLogin.js +0 -19
  99. package/plugins/ste-helper/src/scripts/createComponentMap.js +0 -60
  100. package/plugins/ste-helper/src/utils.ts +0 -12
  101. package/plugins/ste-helper/tsconfig.json +0 -16
  102. package/plugins/vue3-inset-loader/README.md +0 -66
  103. package/plugins/vue3-inset-loader/index.js +0 -91
  104. package/plugins/vue3-inset-loader/package.json +0 -13
  105. package/plugins/vue3-inset-loader/utils.js +0 -104
  106. package/renovate.json +0 -3
  107. package/src/App.vue +0 -20
  108. package/src/common/account.ts +0 -61
  109. package/src/common/config.ts +0 -65
  110. package/src/common/css/common.scss +0 -178
  111. package/src/common/css/vars.scss +0 -54
  112. package/src/common/request.ts +0 -61
  113. package/src/common/stackblitz/example/index.html +0 -34
  114. package/src/common/stackblitz/example/manifest.json +0 -70
  115. package/src/common/stackblitz/example/package.json +0 -29
  116. package/src/common/stackblitz/example/pages.json +0 -25
  117. package/src/common/stackblitz/example/pnpm-lock.yaml +0 -4329
  118. package/src/common/stackblitz/example/src/main.ts +0 -9
  119. package/src/common/stackblitz/example/src/pages/index.vue +0 -17
  120. package/src/common/stackblitz/example/vite.config.ts +0 -24
  121. package/src/common/stackblitz/index.ts +0 -82
  122. package/src/common/token.ts +0 -12
  123. package/src/common/utils.ts +0 -186
  124. package/src/components/page-layout/page-layout.vue +0 -36
  125. package/src/components/page-nav/page-nav.vue +0 -150
  126. package/src/components/page-nav/props.ts +0 -3
  127. package/src/components/t-color-picker/t-color-picker.vue +0 -810
  128. package/src/composables/usePcContent.ts +0 -29
  129. package/src/env.d.ts +0 -8
  130. package/src/main.ts +0 -20
  131. package/src/manifest.json +0 -76
  132. package/src/pages/mp/charts/charts.vue +0 -8
  133. package/src/pages/mp/color/color.vue +0 -370
  134. package/src/pages/mp/composables/useComponents.ts +0 -28
  135. package/src/pages/mp/demo-views/animate/animate.vue +0 -124
  136. package/src/pages/mp/demo-views/area-chart/area-chart.vue +0 -97
  137. package/src/pages/mp/demo-views/badge/badge.vue +0 -188
  138. package/src/pages/mp/demo-views/bar-chart/bar-chart.vue +0 -85
  139. package/src/pages/mp/demo-views/barcode/barcode.vue +0 -48
  140. package/src/pages/mp/demo-views/button/button.vue +0 -161
  141. package/src/pages/mp/demo-views/calendar/calendar.vue +0 -225
  142. package/src/pages/mp/demo-views/checkbox/checkbox.vue +0 -255
  143. package/src/pages/mp/demo-views/code-input/code-input.vue +0 -96
  144. package/src/pages/mp/demo-views/column-chart/column-chart.vue +0 -91
  145. package/src/pages/mp/demo-views/date-picker/date-picker.vue +0 -143
  146. package/src/pages/mp/demo-views/drag/drag.vue +0 -109
  147. package/src/pages/mp/demo-views/dropdown-menu/dropdown-menu.vue +0 -352
  148. package/src/pages/mp/demo-views/funnel-chart/funnel-chart.vue +0 -72
  149. package/src/pages/mp/demo-views/icon/icon.vue +0 -213
  150. package/src/pages/mp/demo-views/icon-vertical-align/icon-vertical-align.vue +0 -155
  151. package/src/pages/mp/demo-views/image/image.vue +0 -152
  152. package/src/pages/mp/demo-views/index-list/index-list.vue +0 -90
  153. package/src/pages/mp/demo-views/input/input.vue +0 -242
  154. package/src/pages/mp/demo-views/line-chart/line-chart.vue +0 -90
  155. package/src/pages/mp/demo-views/loading/loading.vue +0 -66
  156. package/src/pages/mp/demo-views/media-preview/media-preview.vue +0 -123
  157. package/src/pages/mp/demo-views/message-box/message-box.vue +0 -194
  158. package/src/pages/mp/demo-views/notice-bar/notice-bar.vue +0 -90
  159. package/src/pages/mp/demo-views/number-keyboard/number-keyboard.vue +0 -133
  160. package/src/pages/mp/demo-views/pie-chart/pie-chart.vue +0 -104
  161. package/src/pages/mp/demo-views/popup/popup.vue +0 -202
  162. package/src/pages/mp/demo-views/price/price.vue +0 -156
  163. package/src/pages/mp/demo-views/progress/progress.vue +0 -205
  164. package/src/pages/mp/demo-views/qrcode/qrcode.vue +0 -58
  165. package/src/pages/mp/demo-views/radio/radio.vue +0 -243
  166. package/src/pages/mp/demo-views/rate/rate.vue +0 -94
  167. package/src/pages/mp/demo-views/read-more/read-more.vue +0 -110
  168. package/src/pages/mp/demo-views/rich-text/rich-text.vue +0 -47
  169. package/src/pages/mp/demo-views/ring-chart/ring-chart.vue +0 -136
  170. package/src/pages/mp/demo-views/scroll-to/scroll-to.vue +0 -48
  171. package/src/pages/mp/demo-views/search/search.vue +0 -213
  172. package/src/pages/mp/demo-views/select/select.vue +0 -233
  173. package/src/pages/mp/demo-views/signature/signature.vue +0 -74
  174. package/src/pages/mp/demo-views/slider/slider.vue +0 -178
  175. package/src/pages/mp/demo-views/stepper/stepper.vue +0 -206
  176. package/src/pages/mp/demo-views/steps/steps.vue +0 -102
  177. package/src/pages/mp/demo-views/sticky/sticky.vue +0 -62
  178. package/src/pages/mp/demo-views/swipe-action/swipe-action.vue +0 -157
  179. package/src/pages/mp/demo-views/swiper/swiper.vue +0 -103
  180. package/src/pages/mp/demo-views/switch/switch.vue +0 -100
  181. package/src/pages/mp/demo-views/table/table.vue +0 -579
  182. package/src/pages/mp/demo-views/tabs/tabs.vue +0 -156
  183. package/src/pages/mp/demo-views/test/test.vue +0 -69
  184. package/src/pages/mp/demo-views/text/text.vue +0 -88
  185. package/src/pages/mp/demo-views/toast/toast.vue +0 -186
  186. package/src/pages/mp/demo-views/touch-swipe/touch-swipe.vue +0 -86
  187. package/src/pages/mp/demo-views/tour/tour.vue +0 -72
  188. package/src/pages/mp/demo-views/tree/tree.vue +0 -141
  189. package/src/pages/mp/demo-views/upload/upload.vue +0 -169
  190. package/src/pages/mp/demo-views/video/video.vue +0 -46
  191. package/src/pages/mp/demo-views/watermark/watermark.vue +0 -35
  192. package/src/pages/mp/font-size/font-size.vue +0 -213
  193. package/src/pages/mp/index.vue +0 -168
  194. package/src/pages/pc/components/Comment.vue +0 -324
  195. package/src/pages/pc/components/H5.vue +0 -35
  196. package/src/pages/pc/components/Left.vue +0 -82
  197. package/src/pages/pc/components/Right.vue +0 -98
  198. package/src/pages/pc/components/append-link.vue +0 -50
  199. package/src/pages/pc/components/comp-nav.vue +0 -139
  200. package/src/pages/pc/components/header-nav.vue +0 -70
  201. package/src/pages/pc/components/version-select.vue +0 -208
  202. package/src/pages/pc/composables/useMarkdown.ts +0 -95
  203. package/src/pages/pc/index.vue +0 -152
  204. package/src/pages/pc/login.vue +0 -142
  205. package/src/pages/pc/markdown/MdHtmlFormatter.ts +0 -268
  206. package/src/pages/pc/markdown/componentGroups.json +0 -37
  207. package/src/pages/pc/markdown/handbook/1-/344/273/213/347/273/215.md +0 -30
  208. package/src/pages/pc/markdown/handbook/2-/345/277/253/351/200/237/344/270/212/346/211/213.md +0 -65
  209. package/src/pages/pc/markdown/handbook/3-/344/270/252/346/200/247/345/214/226.md +0 -156
  210. package/src/pages/pc/markdown/handbook/4-/350/207/252/345/256/232/344/271/211/344/270/273/351/242/230.md +0 -38
  211. package/src/pages/pc/markdown/handbook/5-/347/273/204/344/273/266/346/265/213/350/257/225.md +0 -21
  212. package/src/pages/pc/markdown/handbook/97-/346/233/264/346/226/260/346/227/245/345/277/227.md +0 -682
  213. package/src/pages/pc/markdown/handbook/98-/345/205/266/344/273/226/346/217/222/344/273/266.md +0 -0
  214. package/src/pages/pc/markdown/handbook/99-/345/217/213/346/203/205/351/223/276/346/216/245.md +0 -71
  215. package/src/pages/pc/markdown/handbook/config.json +0 -4
  216. package/src/pages/pc/markdown/index.ts +0 -6
  217. package/src/pages/pc/markdown/markdown.css +0 -268
  218. package/src/pages/pc/markdown/markdown.css.map +0 -1
  219. package/src/pages/pc/markdown/markdown.scss +0 -395
  220. package/src/pages/pc/markdown/requireFiles.ts +0 -133
  221. package/src/pages/pc/markdown/utils.ts +0 -48
  222. package/src/pages/pc/sse.ts +0 -23
  223. package/src/pages/pc/stellar-plus-plugin/components-type.js +0 -33
  224. package/src/pages/pc/stellar-plus-plugin/index.js +0 -17
  225. package/src/pages/pc/stellar-plus-plugin/md-to-html.js +0 -114
  226. package/src/pages/pc/stellar-plus-plugin/props-md.js +0 -69
  227. package/src/pages/pc/stellar-plus-plugin/utils.js +0 -17
  228. package/src/pages/pc/types.d.ts +0 -40
  229. package/src/pages.json +0 -292
  230. package/src/shims.d.ts +0 -6
  231. package/src/static/iPhone13.png +0 -0
  232. package/src/static/logo.png +0 -0
  233. package/src/static/logo.svg +0 -1
  234. package/src/static/vite.png +0 -0
  235. package/src/theme.json +0 -26
  236. package/src/uni.scss +0 -79
  237. package/src/uni_modules/stellar-ui-plus/README.md +0 -177
  238. package/src/uni_modules/stellar-ui-plus/components/ste-column-chart/README.md +0 -119
  239. package/src/uni_modules/stellar-ui-plus/components/ste-line-chart/README.md +0 -119
  240. package/src/uni_modules/stellar-ui-plus/components/ste-message-box/ste-message-box.ts +0 -5
  241. package/src/uni_modules/stellar-ui-plus/package.json +0 -17
  242. package/test/components/animate.test.ts +0 -47
  243. package/test/components/badge.test.ts +0 -73
  244. package/test/components/barcode.test.ts +0 -19
  245. package/test/components/button.test.ts +0 -46
  246. package/test/components/calendar.test.ts +0 -105
  247. package/test/components/checkbox.test.ts +0 -77
  248. package/test/components/code-input.test.ts +0 -60
  249. package/test/components/date-picker.test.ts +0 -99
  250. package/test/components/drag.test.ts +0 -6
  251. package/test/components/drop-down-menu.test.ts +0 -57
  252. package/test/components/icon.test.ts +0 -65
  253. package/test/components/image.test.ts +0 -57
  254. package/test/components/index-list.test.ts +0 -38
  255. package/test/components/input.test.ts +0 -82
  256. package/test/components/loading.test.ts +0 -63
  257. package/test/components/media-preview.test.ts +0 -46
  258. package/test/components/message-box.test.ts +0 -4
  259. package/test/components/notice-bar.test.ts +0 -59
  260. package/test/components/number-keyboard.test.ts +0 -76
  261. package/test/components/popup.test.ts +0 -52
  262. package/test/components/price.test.ts +0 -155
  263. package/test/components/progress.test.ts +0 -97
  264. package/test/components/qrcode.test.ts +0 -17
  265. package/test/components/radio.test.ts +0 -72
  266. package/test/components/rate.test.ts +0 -91
  267. package/test/components/read-more.test.ts +0 -25
  268. package/test/components/rich-text.test.ts +0 -20
  269. package/test/components/scroll-to.test.ts +0 -24
  270. package/test/components/search.test.ts +0 -103
  271. package/test/components/select.test.ts +0 -109
  272. package/test/components/signature.test.ts +0 -45
  273. package/test/components/slider.test.ts +0 -68
  274. package/test/components/stepper.test.ts +0 -72
  275. package/test/components/steps.test.ts +0 -34
  276. package/test/components/sticky.test.ts +0 -38
  277. package/test/components/swipe-action.test.ts +0 -42
  278. package/test/components/swiper.test.ts +0 -55
  279. package/test/components/switch.test.ts +0 -53
  280. package/test/components/table.test.ts +0 -40
  281. package/test/components/tabs.test.ts +0 -116
  282. package/test/components/text.test.ts +0 -17
  283. package/test/components/toast-test.ts +0 -4
  284. package/test/components/touch-swipe.test.ts +0 -48
  285. package/test/components/tour.test.ts +0 -66
  286. package/test/components/tree.test.ts +0 -53
  287. package/test/components/upload.test.ts +0 -112
  288. package/test/components/video.test.ts +0 -4
  289. package/test/methods.ts +0 -31
  290. package/test/setup.ts +0 -171
  291. package/tsconfig.json +0 -18
  292. package/vite.config.ts +0 -54
  293. package/volar.config.js +0 -7
  294. /package/{src/uni_modules/stellar-ui-plus/Charts → Charts}/Charts.ts +0 -0
  295. /package/{src/uni_modules/stellar-ui-plus/Charts → Charts}/propsDefault.ts +0 -0
  296. /package/{src/uni_modules/stellar-ui-plus/Charts → Charts}/types/extra.d.ts +0 -0
  297. /package/{src/uni_modules/stellar-ui-plus/Charts → Charts}/types/index.d.ts +0 -0
  298. /package/{src/uni_modules/stellar-ui-plus/Charts → Charts}/u-charts.min.js +0 -0
  299. /package/{src/uni_modules/stellar-ui-plus/common → common}/css/common.scss +0 -0
  300. /package/{src/uni_modules/stellar-ui-plus/common → common}/useProps.js +0 -0
  301. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-animate/README.md +0 -0
  302. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-animate/animate.scss +0 -0
  303. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-animate/config.json +0 -0
  304. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-animate/props.ts +0 -0
  305. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-animate/ste-animate.easycom.json +0 -0
  306. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-animate/ste-animate.scss +0 -0
  307. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-animate/ste-animate.vue +0 -0
  308. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-area-chart/config.json +0 -0
  309. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-area-chart/props.ts +0 -0
  310. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-area-chart/ste-area-chart.easycom.json +0 -0
  311. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-area-chart/ste-area-chart.vue +0 -0
  312. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-badge/README.md +0 -0
  313. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-badge/config.json +0 -0
  314. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-badge/props.ts +0 -0
  315. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-badge/ste-badge.easycom.json +0 -0
  316. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-badge/ste-badge.vue +0 -0
  317. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-bar-chart/README.md +0 -0
  318. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-bar-chart/config.json +0 -0
  319. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-bar-chart/props.ts +0 -0
  320. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-bar-chart/ste-bar-chart.easycom.json +0 -0
  321. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-bar-chart/ste-bar-chart.vue +0 -0
  322. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-barcode/README.md +0 -0
  323. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-barcode/config.json +0 -0
  324. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-barcode/props.ts +0 -0
  325. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-barcode/ste-barcode.easycom.json +0 -0
  326. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-barcode/ste-barcode.vue +0 -0
  327. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-button/README.md +0 -0
  328. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-button/config.json +0 -0
  329. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-button/props.ts +0 -0
  330. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-button/ste-button.easycom.json +0 -0
  331. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-button/ste-button.vue +0 -0
  332. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-calendar/README.md +0 -0
  333. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-calendar/config.json +0 -0
  334. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-calendar/date.ts +0 -0
  335. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-calendar/props.ts +0 -0
  336. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-calendar/ste-calendar.easycom.json +0 -0
  337. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-calendar/ste-calendar.vue +0 -0
  338. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-calendar/useData.ts +0 -0
  339. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-checkbox/README.md +0 -0
  340. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-checkbox/config.json +0 -0
  341. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-checkbox/props.ts +0 -0
  342. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-checkbox/ste-checkbox.easycom.json +0 -0
  343. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-checkbox/ste-checkbox.vue +0 -0
  344. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-checkbox/type.d.ts +0 -0
  345. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-checkbox-group/props.ts +0 -0
  346. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-checkbox-group/ste-checkbox-group.vue +0 -0
  347. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-code-input/README.md +0 -0
  348. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-code-input/config.json +0 -0
  349. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-code-input/props.ts +0 -0
  350. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-code-input/ste-code-input.easycom.json +0 -0
  351. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-code-input/ste-code-input.vue +0 -0
  352. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-column-chart/config.json +0 -0
  353. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-column-chart/props.ts +0 -0
  354. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-column-chart/ste-column-chart.easycom.json +0 -0
  355. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-column-chart/ste-column-chart.vue +0 -0
  356. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-date-picker/README.md +0 -0
  357. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-date-picker/config.json +0 -0
  358. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-date-picker/props.ts +0 -0
  359. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-date-picker/ste-date-picker.easycom.json +0 -0
  360. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-date-picker/types.d.ts +0 -0
  361. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-drag/README.md +0 -0
  362. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-drag/config.json +0 -0
  363. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-drag/props.ts +0 -0
  364. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-drag/ste-drag.easycom.json +0 -0
  365. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-drag/ste-drag.vue +0 -0
  366. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-dropdown-menu/README.md +0 -0
  367. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-dropdown-menu/config.json +0 -0
  368. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-dropdown-menu/constans.ts +0 -0
  369. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-dropdown-menu/props.ts +0 -0
  370. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-dropdown-menu/ste-dropdown-menu.easycom.json +0 -0
  371. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-dropdown-menu/ste-dropdown-menu.scss +0 -0
  372. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-dropdown-menu/ste-dropdown-menu.vue +0 -0
  373. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-dropdown-menu-item/props.ts +0 -0
  374. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-dropdown-menu-item/ste-dropdown-menu-item.scss +0 -0
  375. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-dropdown-menu-item/ste-dropdown-menu-item.vue +0 -0
  376. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-dropdown-menu-item/type.d.ts +0 -0
  377. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-funnel-chart/README.md +0 -0
  378. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-funnel-chart/config.json +0 -0
  379. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-funnel-chart/props.ts +0 -0
  380. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-funnel-chart/ste-funnel-chart.easycom.json +0 -0
  381. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-funnel-chart/ste-funnel-chart.vue +0 -0
  382. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-icon/README.md +0 -0
  383. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-icon/config.json +0 -0
  384. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-icon/iconfont.css +0 -0
  385. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-icon/props.ts +0 -0
  386. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-icon/ste-icon.easycom.json +0 -0
  387. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-icon/ste-icon.vue +0 -0
  388. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-image/README.md +0 -0
  389. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-image/config.json +0 -0
  390. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-image/props.ts +0 -0
  391. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-image/ste-image.easycom.json +0 -0
  392. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-image/ste-image.vue +0 -0
  393. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-index-item/props.ts +0 -0
  394. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-index-item/ste-index-item.vue +0 -0
  395. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-index-list/README.md +0 -0
  396. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-index-list/config.json +0 -0
  397. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-index-list/props.ts +0 -0
  398. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-index-list/ste-index-list.easycom.json +0 -0
  399. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-index-list/ste-index-list.vue +0 -0
  400. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-input/README.md +0 -0
  401. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-input/config.json +0 -0
  402. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-input/props.ts +0 -0
  403. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-input/ste-input.easycom.json +0 -0
  404. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-input/ste-input.scss +0 -0
  405. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-input/ste-input.vue +0 -0
  406. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-line-chart/config.json +0 -0
  407. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-line-chart/props.ts +0 -0
  408. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-line-chart/ste-line-chart.easycom.json +0 -0
  409. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-line-chart/ste-line-chart.vue +0 -0
  410. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-loading/README.md +0 -0
  411. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-loading/config.json +0 -0
  412. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-loading/props.ts +0 -0
  413. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-loading/ste-loading.easycom.json +0 -0
  414. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-loading/ste-loading.vue +0 -0
  415. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-media-preview/README.md +0 -0
  416. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-media-preview/TouchScaleing.ts +0 -0
  417. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-media-preview/config.json +0 -0
  418. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-media-preview/props.ts +0 -0
  419. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-media-preview/ste-media-preview.easycom.json +0 -0
  420. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-media-preview/ste-media-preview.vue +0 -0
  421. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-media-preview/useData.ts +0 -0
  422. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-message-box/README.md +0 -0
  423. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-message-box/config.json +0 -0
  424. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-message-box/constants.ts +0 -0
  425. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-message-box/ste-message-box.easycom.json +0 -0
  426. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-message-box/ste-message-box.vue +0 -0
  427. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-message-box/useData.ts +0 -0
  428. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-notice-bar/README.md +0 -0
  429. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-notice-bar/config.json +0 -0
  430. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-notice-bar/props.ts +0 -0
  431. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-notice-bar/ste-notice-bar.easycom.json +0 -0
  432. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-notice-bar/ste-notice-bar.vue +0 -0
  433. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-number-keyboard/KeyboardVue.vue +0 -0
  434. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-number-keyboard/README.md +0 -0
  435. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-number-keyboard/config.json +0 -0
  436. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-number-keyboard/props.ts +0 -0
  437. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-number-keyboard/ste-number-keyboard.easycom.json +0 -0
  438. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-number-keyboard/ste-number-keyboard.vue +0 -0
  439. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-number-keyboard/useData.ts +0 -0
  440. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-picker/props.ts +0 -0
  441. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-picker/ste-picker.vue +0 -0
  442. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-pie-chart/README.md +0 -0
  443. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-pie-chart/config.json +0 -0
  444. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-pie-chart/props.ts +0 -0
  445. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-pie-chart/ste-pie-chart.easycom.json +0 -0
  446. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-pie-chart/ste-pie-chart.vue +0 -0
  447. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-popup/README.md +0 -0
  448. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-popup/config.json +0 -0
  449. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-popup/event.ts +0 -0
  450. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-popup/props.ts +0 -0
  451. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-popup/ste-popup.easycom.json +0 -0
  452. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-popup/ste-popup.vue +0 -0
  453. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-price/README.md +0 -0
  454. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-price/config.json +0 -0
  455. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-price/props.ts +0 -0
  456. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-price/ste-price.easycom.json +0 -0
  457. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-price/ste-price.vue +0 -0
  458. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-progress/README.md +0 -0
  459. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-progress/config.json +0 -0
  460. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-progress/props.ts +0 -0
  461. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-progress/ste-progress.easycom.json +0 -0
  462. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-progress/ste-progress.vue +0 -0
  463. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-qrcode/README.md +0 -0
  464. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-qrcode/config.json +0 -0
  465. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-qrcode/props.ts +0 -0
  466. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-qrcode/ste-qrcode.easycom.json +0 -0
  467. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-qrcode/ste-qrcode.vue +0 -0
  468. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-qrcode/uqrcode.d.ts +0 -0
  469. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-radio/README.md +0 -0
  470. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-radio/config.json +0 -0
  471. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-radio/props.ts +0 -0
  472. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-radio/ste-radio.easycom.json +0 -0
  473. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-radio/ste-radio.vue +0 -0
  474. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-radio/type.d.ts +0 -0
  475. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-radio-group/props.ts +0 -0
  476. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-radio-group/ste-radio-group.vue +0 -0
  477. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-rate/README.md +0 -0
  478. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-rate/config.json +0 -0
  479. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-rate/props.ts +0 -0
  480. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-rate/ste-rate.easycom.json +0 -0
  481. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-rate/ste-rate.vue +0 -0
  482. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-read-more/README.md +0 -0
  483. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-read-more/config.json +0 -0
  484. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-read-more/props.ts +0 -0
  485. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-read-more/ste-read-more.easycom.json +0 -0
  486. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-read-more/ste-read-more.vue +0 -0
  487. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-rich-text/README.md +0 -0
  488. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-rich-text/config.json +0 -0
  489. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-rich-text/props.ts +0 -0
  490. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-rich-text/ste-rich-text.easycom.json +0 -0
  491. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-rich-text/ste-rich-text.vue +0 -0
  492. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-ring-chart/README.md +0 -0
  493. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-ring-chart/config.json +0 -0
  494. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-ring-chart/props.ts +0 -0
  495. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-ring-chart/ste-ring-chart.easycom.json +0 -0
  496. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-ring-chart/ste-ring-chart.vue +0 -0
  497. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-scroll-to/README.md +0 -0
  498. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-scroll-to/config.json +0 -0
  499. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-scroll-to/props.ts +0 -0
  500. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-scroll-to/ste-scroll-to.easycom.json +0 -0
  501. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-scroll-to/ste-scroll-to.vue +0 -0
  502. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-scroll-to/useData.ts +0 -0
  503. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-scroll-to-item/ste-scroll-to-item.vue +0 -0
  504. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-search/README.md +0 -0
  505. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-search/config.json +0 -0
  506. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-search/props.ts +0 -0
  507. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-search/ste-search.easycom.json +0 -0
  508. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-search/ste-search.vue +0 -0
  509. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-search/useData.ts +0 -0
  510. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-select/README.md +0 -0
  511. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-select/config.json +0 -0
  512. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-select/datapager.vue +0 -0
  513. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-select/datetime.vue +0 -0
  514. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-select/defaultDate.ts +0 -0
  515. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-select/props.ts +0 -0
  516. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-select/ste-select.easycom.json +0 -0
  517. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-select/ste-select.vue +0 -0
  518. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-select/useData.ts +0 -0
  519. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-signature/README.md +0 -0
  520. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-signature/config.json +0 -0
  521. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-signature/props.ts +0 -0
  522. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-signature/ste-signature.easycom.json +0 -0
  523. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-signature/ste-signature.vue +0 -0
  524. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-signature/types.d.ts +0 -0
  525. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-slider/README.md +0 -0
  526. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-slider/config.json +0 -0
  527. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-slider/props.ts +0 -0
  528. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-slider/ste-slider.easycom.json +0 -0
  529. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-slider/ste-slider.scss +0 -0
  530. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-slider/ste-slider.vue +0 -0
  531. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-slider/type.d.ts +0 -0
  532. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-slider/useData.ts +0 -0
  533. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-step/props.ts +0 -0
  534. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-step/ste-step.scss +0 -0
  535. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-step/ste-step.vue +0 -0
  536. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-stepper/README.md +0 -0
  537. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-stepper/config.json +0 -0
  538. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-stepper/props.ts +0 -0
  539. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-stepper/ste-stepper.easycom.json +0 -0
  540. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-stepper/ste-stepper.vue +0 -0
  541. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-steps/README.md +0 -0
  542. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-steps/config.json +0 -0
  543. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-steps/props.ts +0 -0
  544. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-steps/ste-steps.easycom.json +0 -0
  545. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-steps/ste-steps.vue +0 -0
  546. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-sticky/README.md +0 -0
  547. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-sticky/config.json +0 -0
  548. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-sticky/props.ts +0 -0
  549. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-sticky/ste-sticky.easycom.json +0 -0
  550. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-sticky/ste-sticky.vue +0 -0
  551. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-swipe-action/README.md +0 -0
  552. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-swipe-action/config.json +0 -0
  553. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-swipe-action/props.ts +0 -0
  554. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-swipe-action/ste-swipe-action.easycom.json +0 -0
  555. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-swipe-action/ste-swipe-action.vue +0 -0
  556. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-swipe-action/useData.ts +0 -0
  557. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-swipe-action-group/props.ts +0 -0
  558. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-swipe-action-group/ste-swipe-action-group.easycom.json +0 -0
  559. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-swipe-action-group/ste-swipe-action-group.vue +0 -0
  560. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-swiper/README.md +0 -0
  561. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-swiper/config.json +0 -0
  562. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-swiper/props.ts +0 -0
  563. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-swiper/ste-swiper.easycom.json +0 -0
  564. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-swiper/ste-swiper.vue +0 -0
  565. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-swiper/useData.ts +0 -0
  566. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-swiper-item/ste-swiper-item.vue +0 -0
  567. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-switch/README.md +0 -0
  568. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-switch/config.json +0 -0
  569. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-switch/props.ts +0 -0
  570. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-switch/ste-switch.easycom.json +0 -0
  571. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-switch/ste-switch.vue +0 -0
  572. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-tab/props.ts +0 -0
  573. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-tab/ste-tab.easycom.json +0 -0
  574. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-tab/ste-tab.vue +0 -0
  575. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-table/README.md +0 -0
  576. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-table/config.json +0 -0
  577. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-table/props.ts +0 -0
  578. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-table/ste-table.easycom.json +0 -0
  579. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-table/ste-table.vue +0 -0
  580. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-table/types.d.ts +0 -0
  581. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-table/useData.ts +0 -0
  582. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-table/utils.ts +0 -0
  583. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-table-column/checkbox-icon.vue +0 -0
  584. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-table-column/common.scss +0 -0
  585. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-table-column/props.ts +0 -0
  586. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-table-column/radio-icon.vue +0 -0
  587. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-table-column/ste-table-column.vue +0 -0
  588. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-table-column/table-popover.vue +0 -0
  589. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-table-column/var.scss +0 -0
  590. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-tabs/README.md +0 -0
  591. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-tabs/config.json +0 -0
  592. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-tabs/props.ts +0 -0
  593. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-tabs/ste-tabs.easycom.json +0 -0
  594. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-tabs/ste-tabs.vue +0 -0
  595. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-tabs/useData.ts +0 -0
  596. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-text/README.md +0 -0
  597. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-text/config.json +0 -0
  598. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-text/props.ts +0 -0
  599. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-text/ste-text.easycom.json +0 -0
  600. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-text/ste-text.vue +0 -0
  601. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-toast/README.md +0 -0
  602. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-toast/config.json +0 -0
  603. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-toast/props.ts +0 -0
  604. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-toast/ste-toast.easycom.json +0 -0
  605. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-toast/ste-toast.vue +0 -0
  606. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-toast/use-toast.ts +0 -0
  607. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-touch-swipe/README.md +0 -0
  608. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-touch-swipe/TouchEvent.ts +0 -0
  609. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-touch-swipe/config.json +0 -0
  610. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-touch-swipe/props.ts +0 -0
  611. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-touch-swipe/ste-touch-swipe.easycom.json +0 -0
  612. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-touch-swipe/ste-touch-swipe.vue +0 -0
  613. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-touch-swipe/useData.ts +0 -0
  614. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-touch-swipe-item/ste-touch-swipe-item.vue +0 -0
  615. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-tour/README.md +0 -0
  616. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-tour/config.json +0 -0
  617. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-tour/props.ts +0 -0
  618. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-tour/ste-tour.easycom.json +0 -0
  619. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-tour/ste-tour.vue +0 -0
  620. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-tour/useData.ts +0 -0
  621. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-tree/README.md +0 -0
  622. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-tree/config.json +0 -0
  623. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-tree/props.ts +0 -0
  624. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-tree/ste-tree.easycom.json +0 -0
  625. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-tree/ste-tree.vue +0 -0
  626. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-tree/useData.ts +0 -0
  627. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-upload/README.md +0 -0
  628. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-upload/ReadFile.ts +0 -0
  629. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-upload/config.json +0 -0
  630. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-upload/props.ts +0 -0
  631. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-upload/ste-upload.easycom.json +0 -0
  632. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-upload/ste-upload.vue +0 -0
  633. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-upload/useData.ts +0 -0
  634. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-video/README.md +0 -0
  635. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-video/config.json +0 -0
  636. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-video/props.ts +0 -0
  637. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-video/ste-video.easycom.json +0 -0
  638. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-video/ste-video.scss +0 -0
  639. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-video/ste-video.vue +0 -0
  640. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-video/types.d.ts +0 -0
  641. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-video/useData.ts +0 -0
  642. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-watermark/README.md +0 -0
  643. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-watermark/config.json +0 -0
  644. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-watermark/props.ts +0 -0
  645. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-watermark/ste-watermark.easycom.json +0 -0
  646. /package/{src/uni_modules/stellar-ui-plus/components → components}/ste-watermark/ste-watermark.vue +0 -0
  647. /package/{src/uni_modules/stellar-ui-plus/composables.ts → composables.ts} +0 -0
  648. /package/{src/uni_modules/stellar-ui-plus/config → config}/color.ts +0 -0
  649. /package/{src/uni_modules/stellar-ui-plus/config → config}/font-size.ts +0 -0
  650. /package/{src/uni_modules/stellar-ui-plus/config → config}/index.ts +0 -0
  651. /package/{src/uni_modules/stellar-ui-plus/store → store}/color.ts +0 -0
  652. /package/{src/uni_modules/stellar-ui-plus/store → store}/index.ts +0 -0
  653. /package/{src/uni_modules/stellar-ui-plus/types → types}/event.d.ts +0 -0
  654. /package/{src/uni_modules/stellar-ui-plus/types → types}/index.d.ts +0 -0
  655. /package/{src/uni_modules/stellar-ui-plus/utils → utils}/Color.ts +0 -0
  656. /package/{src/uni_modules/stellar-ui-plus/utils → utils}/System.ts +0 -0
  657. /package/{src/uni_modules/stellar-ui-plus/utils → utils}/dayjs.ts +0 -0
  658. /package/{src/uni_modules/stellar-ui-plus/utils → utils}/mixin.ts +0 -0
  659. /package/{src/uni_modules/stellar-ui-plus/utils → utils}/utils.ts +0 -0
@@ -0,0 +1,10 @@
1
+ #### Props
2
+ | 属性名 | 说明 | 类型 | 默认值 | 可选值 | 支持版本 |
3
+ | ----- | ----- | --- | ------- | ------ | -------- |
4
+ | `show` | 控制动画,当值从`false`变为`true`时会触发一次动画 | `boolean` | `false` | - | - |
5
+ | `type` | 动画类型,见下方`type`值说明 | `string` | `` | - | - |
6
+ | `loop` | 是否循环执行。 | `boolean` | `false` | - | - |
7
+ | `duration` | 动画时长,单位 ms | `number` | `200` | - | - |
8
+ | `action` | 不能与 show 同时使用)触发方式,`initial`初始化执行; `click`点击执行 | `string` | `` | - | - |
9
+
10
+
@@ -0,0 +1,36 @@
1
+ #### Props
2
+ | 属性名 | 说明 | 类型 | 默认值 | 可选值 | 支持版本 |
3
+ | ----- | ----- | --- | ------- | ------ | -------- |
4
+ | `width` | 图表宽度,单位rpx | `number / string` | `750` | - | - |
5
+ | `height` | 图表高度,单位rpx | `number / string` | `500` | - | - |
6
+ | `series` | 图表数据 | `Object` | `[]` | - | - |
7
+ | `categories` | 图表数据 | `Object` | `[]` | - | - |
8
+ | `canvas2d` | canvas2d模式,用于解决小程序层级过高及拖拽卡顿问题 | `boolean` | `true` | - | - |
9
+ | `pixelRatio` | 设备像素比,解决开启canvas2d后画布模糊的问题 | `number` | `1` | - | - |
10
+ | `animation` | 是否动画展示图表 | `boolean` | `true` | - | - |
11
+ | `timing` | 图表动画效果 | `string` | `easeOut` | `easeOut`:由快到慢<br/>`easeIn`:由慢到快<br/>`easeInOut`:慢快慢<br/>`linear`:匀速 | - |
12
+ | `duration` | 动画展示时长(单位:毫秒) | `string` | `1000` | - | - |
13
+ | `rotate` | 横屏模式 | `boolean` | `false` | - | - |
14
+ | `rotateLock` | 横屏锁定模式 | `boolean` | `false` | - | - |
15
+ | `background` | 背景颜色,开启滚动条后请赋值 | `string` | `rgba(0,0,0,0)` | - | - |
16
+ | `color` | 主题颜色数组,16进制颜色格式 | `array` | `["#165DFF","#14C9C9","#F7BA1E","#3491FA","#F53F3F"]` | - | - |
17
+ | `padding` | 画布填充边距(顺序为上右下左),单位px | `array` | `[15,15,0,5]` | - | - |
18
+ | `fontSize` | 全局默认字体大小,单位px | `number` | `13` | - | - |
19
+ | `fontColor` | 全局默认字体颜色 | `string` | `#666666` | - | - |
20
+ | `dataLabel` | 是否显示图表区域内数据点上方的数据文案 | `boolean` | `false` | - | - |
21
+ | `dataPointShape` | 是否显示数据点的图形标识 | `boolean` | `true` | - | - |
22
+ | `dataPointShapeType` | 图形标识点显示类型 | `string` | `solid` | `solid`:实心<br/>`hollow`:空心 | - |
23
+ | `touchMoveLimit` | 图表拖拽时每秒重新渲染的帧数 | `number` | `24` | - | - |
24
+ | `enableScroll` | 开启滚动条功能 | `boolean` | `false` | - | - |
25
+ | `enableMarkLine` | 是否启用标记线功能 | `boolean` | `false` | - | - |
26
+ | `scrollPosition` | 连续更新数据时滚动条的位置 | `string` | `current` | `current`:当前位置<br/>`left`:左对齐<br/>`right`:右对齐 | - |
27
+ | `series` | 图表数据 | `object` | `{}` | - | - |
28
+ | `xAxis` | X轴配置 | `-` | <a href="https://www.ucharts.cn/v2/#/document/index" target="_blank">文档地址</a> | - | - |
29
+ | `yAxis` | Y轴配置 | `-` | <a href="https://www.ucharts.cn/v2/#/document/index" target="_blank">文档地址</a> | - | - |
30
+ | `legend` | 图例配置 | `-` | <a href="https://www.ucharts.cn/v2/#/document/index" target="_blank">文档地址</a> | - | - |
31
+ | `title` | 标题配置(仅适用于 ring、arcbar、gauge) | `-` | <a href="https://www.ucharts.cn/v2/#/document/index" target="_blank">文档地址</a> | - | - |
32
+ | `subtitle` | 副标题配置 | `-` | <a href="https://www.ucharts.cn/v2/#/document/index" target="_blank">文档地址</a> | - | - |
33
+ | `extra` | 额外配置项 | `-` | <a href="https://www.ucharts.cn/v2/#/document/index" target="_blank">文档地址</a> | - | - |
34
+ | `event` | 事件 | `-` | <a href="https://www.ucharts.cn/v2/#/document/index" target="_blank">文档地址</a> | - | - |
35
+
36
+
@@ -10,7 +10,7 @@
10
10
 
11
11
  ```html
12
12
  <template>
13
- <ste-ring-chart :series="series1" :color="['#165DFF', '#DDDDDD']"></ste-ring-chart>
13
+ <ste-area-chart :series="series1" :categories1="categories1"></ste-area-chart>
14
14
  </template>
15
15
  <script setup lang="ts">
16
16
  import { ref } from 'vue';
@@ -0,0 +1,17 @@
1
+ #### Props
2
+ | 属性名 | 说明 | 类型 | 默认值 | 可选值 | 支持版本 |
3
+ | ----- | ----- | --- | ------- | ------ | -------- |
4
+ | `content` | 徽标内容 | `string / number` | - | - | - |
5
+ | `background` | 背景 | `string` | `#ee0a24` | - | - |
6
+ | `showDot` | 是否展示为小红点 | `boolean` | `false` | - | - |
7
+ | `offsetX` | 根据徽标位置,设置x轴偏移量 | `string / number` | `auto` | - | - |
8
+ | `offsetY` | 根据徽标位置,设置y轴偏移量 | `string / number` | `auto` | - | - |
9
+ | `showZero` | 当 content 为数字 0,是否展示徽标 | `boolean` | `false` | - | - |
10
+ | `position` | 徽标位置 | `string` | `topRight` | `topRight`:上右<br/>`topLeft`:上左<br/>`bottomLeft`:下左<br/>`bottomRight`:下右 | - |
11
+ | `max` | 徽标最大显示值 | `number` | `99` | - | - |
12
+ | `showBorder` | 是否显示边框 | `boolean` | `false` | - | - |
13
+ | `borderColor` | 边框颜色 | `string` | - | - | - |
14
+ | `zIndex` | 层级 | `number` | `2` | - | - |
15
+ | `isInline` | display属性是否为inline-block | `boolean` | `false` | - | - |
16
+
17
+
@@ -0,0 +1,33 @@
1
+ #### Props
2
+ | 属性名 | 说明 | 类型 | 默认值 | 可选值 | 支持版本 |
3
+ | ----- | ----- | --- | ------- | ------ | -------- |
4
+ | `width` | 图表宽度,单位rpx | `number / string` | `750` | - | - |
5
+ | `height` | 图表高度,单位rpx | `number / string` | `200` | - | - |
6
+ | `canvas2d` | canvas2d模式,用于解决小程序层级过高及拖拽卡顿问题 | `boolean` | `true` | - | - |
7
+ | `pixelRatio` | 设备像素比,解决开启canvas2d后画布模糊的问题 | `number` | `1` | - | - |
8
+ | `animation` | 是否动画展示图表 | `boolean` | `true` | - | - |
9
+ | `timing` | 图表动画效果 | `string` | `easeOut` | `easeOut`:由快到慢<br/>`easeIn`:由慢到快<br/>`easeInOut`:慢快慢<br/>`linear`:匀速 | - |
10
+ | `duration` | 动画展示时长(单位:毫秒) | `string` | `1000` | - | - |
11
+ | `rotate` | 横屏模式 | `boolean` | `false` | - | - |
12
+ | `rotateLock` | 横屏锁定模式 | `boolean` | `false` | - | - |
13
+ | `background` | 背景颜色,开启滚动条后请赋值 | `string` | `rgba(0,0,0,0)` | - | - |
14
+ | `color` | 主题颜色数组,16进制颜色格式 | `array` | `["#165DFF","#14C9C9","#F7BA1E","#3491FA","#722ED1","#9FDB1D"]` | - | - |
15
+ | `padding` | 画布填充边距(顺序为上右下左),单位px | `array` | `[15,15,0,5]` | - | - |
16
+ | `fontSize` | 全局默认字体大小,单位px | `number` | `13` | - | - |
17
+ | `fontColor` | 全局默认字体颜色 | `string` | `#666666` | - | - |
18
+ | `dataLabel` | 是否显示图表区域内数据点上方的数据文案 | `boolean` | `false` | - | - |
19
+ | `dataPointShape` | 是否显示数据点的图形标识 | `boolean` | `true` | - | - |
20
+ | `dataPointShapeType` | 图形标识点显示类型 | `string` | `solid` | `solid`:实心<br/>`hollow`:空心 | - |
21
+ | `touchMoveLimit` | 图表拖拽时每秒重新渲染的帧数 | `number` | `24` | - | - |
22
+ | `enableScroll` | 开启滚动条功能 | `boolean` | `false` | - | - |
23
+ | `enableMarkLine` | 是否启用标记线功能 | `boolean` | `false` | - | - |
24
+ | `scrollPosition` | 连续更新数据时滚动条的位置 | `string` | `current` | `current`:当前位置<br/>`left`:左对齐<br/>`right`:右对齐 | - |
25
+ | `series` | 图表数据 | `object` | `{}` | - | - |
26
+ | `xAxis` | X轴配置 | `-` | <a href="https://www.ucharts.cn/v2/#/document/index" target="_blank">文档地址</a> | - | - |
27
+ | `yAxis` | Y轴配置 | `-` | <a href="https://www.ucharts.cn/v2/#/document/index" target="_blank">文档地址</a> | - | - |
28
+ | `legend` | 图例配置 | `-` | <a href="https://www.ucharts.cn/v2/#/document/index" target="_blank">文档地址</a> | - | - |
29
+ | `title` | 标题配置(仅适用于 ring、arcbar、gauge) | `-` | <a href="https://www.ucharts.cn/v2/#/document/index" target="_blank">文档地址</a> | - | - |
30
+ | `subtitle` | 副标题配置 | `-` | <a href="https://www.ucharts.cn/v2/#/document/index" target="_blank">文档地址</a> | - | - |
31
+ | `extra` | 额外配置项 | `-` | <a href="https://www.ucharts.cn/v2/#/document/index" target="_blank">文档地址</a> | - | - |
32
+
33
+
@@ -0,0 +1,14 @@
1
+ #### Props
2
+ | 属性名 | 说明 | 类型 | 默认值 | 可选值 | 支持版本 |
3
+ | ----- | ----- | --- | ------- | ------ | -------- |
4
+ | `content` | 条形码内容(仅支持数字和字母) | `string` | - | - | - |
5
+ | `width` | 条形码宽度,单位`px` | `number` | - | - | - |
6
+ | `height` | 条形码高度,单位`px` | `number` | - | - | - |
7
+ | `background` | 背景色 | `string` | - | - | - |
8
+ | `foreground` | 前景色(条形码画笔颜色) | `string` | - | - | - |
9
+
10
+
11
+ #### Events
12
+ | 事件名 | 说明 | 事件参数 | 支持版本 |
13
+ | ----- | ----- | ------- | -------- |
14
+ | `loadImage` | 加载完成后返回条形码对应的图片数据 | `src`:图片数据 | - |
@@ -172,7 +172,7 @@ export function stringToCode128(text: string) {
172
172
 
173
173
  codes = codes.concat(codesForChar(b1, b2, barc.currcs))
174
174
  // code C takes 2 chars each time
175
- if (barc.currcs === CODESET.C)
175
+ if (barc.currcs === CODESET.C)
176
176
  i++
177
177
  }
178
178
 
@@ -203,7 +203,7 @@ export function stringToCode128(text: string) {
203
203
  function perhapsCodeC(bytes: number[], codeset: number) {
204
204
  for (let i = 0; i < bytes.length; i++) {
205
205
  const b = bytes[i]
206
- if ((b < 48 || b > 57) && b !== CHAR_TILDE)
206
+ if ((b < 48 || b > 57) && b !== CHAR_TILDE)
207
207
  return codeset
208
208
  }
209
209
  return CODESET.C
@@ -221,13 +221,13 @@ export function stringToCode128(text: string) {
221
221
  if (chr2 === -1) {
222
222
  shifter === SET_CODEB
223
223
  currcs = CODESET.B
224
- }
224
+ }
225
225
  else if (chr2 !== -1 && !charCompatible(chr2, currcs)) {
226
226
  // need to check ahead as well
227
227
  if (charCompatible(chr2, CODESET.A)) {
228
228
  shifter = SET_CODEA
229
229
  currcs = CODESET.A
230
- }
230
+ }
231
231
  else {
232
232
  shifter = SET_CODEB
233
233
  currcs = CODESET.B
@@ -235,7 +235,7 @@ export function stringToCode128(text: string) {
235
235
  }
236
236
  }
237
237
  /* eslint-enable no-unused-expressions */
238
- }
238
+ }
239
239
  else {
240
240
  // if there is a next char AND that next char is also not compatible
241
241
 
@@ -251,11 +251,11 @@ export function stringToCode128(text: string) {
251
251
  currcs = CODESET.A
252
252
  break
253
253
  }
254
- }
254
+ }
255
255
  else {
256
256
  // no need to shift code sets, a temporary SHIFT will suffice
257
257
  shifter = SET_SHIFT
258
- }
258
+ }
259
259
  }
260
260
 
261
261
  // ok some type of shift is nessecary
@@ -263,12 +263,12 @@ export function stringToCode128(text: string) {
263
263
  result.push(shifter)
264
264
  // result.push(codeValue(chr2));-----------------------------------
265
265
  result.push(codeValue(chr1))
266
- }
266
+ }
267
267
  else {
268
268
  if (currcs === CODESET.C) {
269
269
  // include next as well
270
270
  result.push(codeValue(chr1, chr2))
271
- }
271
+ }
272
272
  else {
273
273
  result.push(codeValue(chr1))
274
274
  }
@@ -284,19 +284,19 @@ function codeValue(chr1: number, chr2: any = undefined) {
284
284
  if (typeof chr2 === 'undefined')
285
285
  return chr1 >= 32 ? chr1 - 32 : chr1 + 64
286
286
  else
287
- return Number.parseInt(String.fromCharCode(chr1) + String.fromCharCode(chr2))
287
+ return Number.parseInt(String.fromCharCode(chr1) + String.fromCharCode(chr2))
288
288
  }
289
289
 
290
290
  function charCompatible(chr: number, codeset: number) {
291
291
  const csa = codeSetAllowedFor(chr)
292
- if (csa === CODESET.ANY)
292
+ if (csa === CODESET.ANY)
293
293
  return true
294
294
  // if we need to change from current
295
- if (csa === CODESET.AB)
295
+ if (csa === CODESET.AB)
296
296
  return true
297
- if (csa === CODESET.A && codeset === CODESET.A)
297
+ if (csa === CODESET.A && codeset === CODESET.A)
298
298
  return true
299
- if (csa === CODESET.B && codeset === CODESET.B)
299
+ if (csa === CODESET.B && codeset === CODESET.B)
300
300
  return true
301
301
  return false
302
302
  }
@@ -305,11 +305,11 @@ function codeSetAllowedFor(chr: number) {
305
305
  if (chr >= 48 && chr <= 57) {
306
306
  // 0-9
307
307
  return CODESET.ANY
308
- }
308
+ }
309
309
  else if (chr >= 32 && chr <= 95) {
310
310
  // 0-9 A-Z
311
311
  return CODESET.AB
312
- }
312
+ }
313
313
  else {
314
314
  // if non printable
315
315
  return chr < 32 ? CODESET.A : CODESET.B
@@ -0,0 +1,32 @@
1
+ #### Props
2
+ | 属性名 | 说明 | 类型 | 默认值 | 可选值 | 支持版本 |
3
+ | ----- | ----- | --- | ------- | ------ | -------- |
4
+ | `mode` | 尺寸 | `number` | `200` | `100`:小<br/>`200`:中<br/>`300`:大<br/>`400`:超大 | - |
5
+ | `color` | 文本颜色 | `string` | `#ffffff` | - | - |
6
+ | `background` | 背景 | `string` | `#0090FF` | - | - |
7
+ | `borderColor` | 边框颜色 | `string` | - | - | - |
8
+ | `width` | 宽度 | `string / number` | `auto` | `auto`:自适应宽度<br/>`100%`:填满<br/>`{Number}`:自适应宽度,单位rpx | - |
9
+ | `round` | 是否圆角按钮 | `boolean` | `false` | - | - |
10
+ | `disabled` | 是否禁用状态 | `boolean` | `false` | - | - |
11
+ | `loading` | 是否加载中状态 | `boolean` | `false` | - | - |
12
+ | `stopPropagation` | 是否阻止冒泡行为 | `boolean` | `false` | - | - |
13
+ | `openType` | 微信开放能力和支付宝开放能力 | `string` | - | - | - |
14
+ | `scope` | 支付宝开放能力,当 openType 为 getAuthorize 时有效 | `string` | - | - | - |
15
+ | `rootStyle` | 按钮样式属性 | `object` | - | - | - |
16
+
17
+
18
+ #### Events
19
+ | 事件名 | 说明 | 事件参数 | 支持版本 |
20
+ | ----- | ----- | ------- | -------- |
21
+ | `click` | 非禁止并且非加载中,才能点击 | - | - |
22
+ | `getuserinfo` | 微信小程序:用户点击该按钮时,会返回获取到的用户信息,从返回参数的 detail 中获取到的值同 wx.getUserInfo。支付宝小程序:当 open-type 为 getAuthorize 且 scope 为 userInfo 时有效。当授权成功时触发。 | - | - |
23
+ | `contact` | 微信小程序:客服消息回调,open-type="contact"时有效。 | - | - |
24
+ | `getphonenumber` | 微信小程序:手机号快速验证回调,open-type=getPhoneNumber时有效。Tips:在触发 bindgetphonenumber 回调后应立即隐藏手机号按钮组件,或置为 disabled 状态,避免用户重复授权手机号产生额外费用。支付宝小程序:当 open-type 为 getAuthorize 且 scope 为 phoneNumber 时有效。当授权成功时触发。 | - | - |
25
+ | `getrealtimephonenumber` | 微信小程序:手机号实时验证回调,open-type=getRealtimePhoneNumber 时有效。Tips:在触发 bindgetrealtimephonenumber 回调后应立即隐藏手机号按钮组件,或置为 disabled 状态,避免用户重复授权手机号产生额外费用。 | - | - |
26
+ | `agreeprivacyauthorization` | 微信小程序:用户同意隐私协议事件回调,open-type=agreePrivacyAuthorization时有效 (Tips: 如果使用 onNeedPrivacyAuthorization 接口,需要在 bindagreeprivacyauthorization 触发后再调用 resolve({ event: "agree", buttonId })) | - | - |
27
+ | `error` | 微信小程序:当使用开放能力时,发生错误的回调,open-type=launchApp时有效 支付宝小程序:当 open-type 为 getAuthorize 时有效。当授权失败时触发。event.detail = {type, errorMessage},此时 type 的值为 getAuthorize。 | - | - |
28
+ | `launchapp` | 微信小程序:打开 APP 成功的回调,open-type=launchApp时有效 | - | - |
29
+ | `opensetting` | 微信小程序:在打开授权设置页后回调,open-type=openSetting时有效 | - | - |
30
+ | `chooseavatar` | 微信小程序:获取用户头像回调,open-type=chooseAvatar时有效。返回 e.detail.avatarUrl 为头像临时文件链接。 | - | - |
31
+ | `getAuthorize` | 支付宝小程序:当 open-type 为 getAuthorize 时有效。当授权成功时触发。 | - | - |
32
+ | `followLifestyle` | 支付宝小程序:当 open-type 为 lifestyle 时有效。当点击按钮时触发。event.detail = { followStatus },folllowStatus 合法值有 1、2、3,其中 1 表示已关注。2 表示用户不允许关注。3 表示发生未知错误;。 | - | - |
@@ -0,0 +1,35 @@
1
+ #### Props
2
+ | 属性名 | 说明 | 类型 | 默认值 | 可选值 | 支持版本 |
3
+ | ----- | ----- | --- | ------- | ------ | -------- |
4
+ | `title` | 尺寸 | `string` | `日期选择` | - | - |
5
+ | `showTitle` | 是否显示标题 | `boolean` | `true` | - | - |
6
+ | `list` | 选中的日期列表 | `number / string` | `[]` | - | - |
7
+ | `mode` | 选项的值 | `string` | `single` | `single`:选择单个日期(默认)<br/>`multiple`:可以选择多个日期<br/>`range`:可以选择日期范围 | - |
8
+ | `startText` | 开始日期文本 | `string` | `开始` | - | - |
9
+ | `endText` | 结束日期文本 | `string` | `结束` | - | - |
10
+ | `color` | 主题颜色(选中日期背景、周末文日期颜色和确定按钮) | `string` | `#0090FF` | - | - |
11
+ | `minDate` | 最小可选日期 | `number / string / Date` | `0` | - | - |
12
+ | `maxDate` | 最大可选日期 | `number / string / Date` | `0` | - | - |
13
+ | `maxCount` | mode=multiple时,最多可选多少个日期 | `number` | `0` | - | - |
14
+ | `formatter` | 日期格式化(默认'YYYY-MM-DD') | `string` | `YYYY-MM-DD` | - | - |
15
+ | `showMark` | 是否显示月份背景色 | `boolean` | `true` | - | - |
16
+ | `readonly` | 是否为只读状态,只读状态下禁止选择日期 | `boolean` | `false` | - | - |
17
+ | `maxRange` | 日期区间最多可选天数,默认无限制,mode = range时有效 | `number` | - | - | - |
18
+ | `rangePrompt` | 范围选择超过最多可选天数时的提示文案,mode = range时有效 | `string` | - | - | - |
19
+ | `showRangePrompt` | 范围选择超过最多可选天数时,是否展示提示文案,mode = range时有效 | `boolean` | `true` | - | - |
20
+ | `allowSameDay` | 是否允许日期范围的起止时间为同一天,mode = range时有效 | `boolean` | `false` | - | - |
21
+ | `showConfirm` | 是否显示确定按钮 | `boolean` | `true` | - | - |
22
+ | `width` | 可视区域宽度 | `number / string` | `100%` | - | - |
23
+ | `height` | 可视区域高度 | `number / string` | `100%` | - | - |
24
+ | `defaultDate` | 默认展示的日期 | `number / string / Date` | `今天` | - | - |
25
+ | `monthCount` | 渲染的月份个数 | `number` | `12` | - | - |
26
+ | `weekendColor` | 周末颜色,默认跟随主题色 | `string` | `` | - | - |
27
+ | `signs` | 日历标签 | `{[key:string]:SignType}` | `{}` | - | - |
28
+
29
+
30
+ #### Events
31
+ | 事件名 | 说明 | 事件参数 | 支持版本 |
32
+ | ----- | ----- | ------- | -------- |
33
+ | `select` | 选择日期时触发 | `days`:选中的日期列表<br/>`day`:当前选中的日期 | - |
34
+ | `confirm` | 点击确定按钮时触发 | `days`:当前选中的日期列表 | - |
35
+ | `view-month` | 页面展示月份发生变化时触发 | `month`:当前页面上显示的月份 | - |
@@ -0,0 +1,25 @@
1
+ #### Props
2
+ | 属性名 | 说明 | 类型 | 默认值 | 可选值 | 支持版本 |
3
+ | ----- | ----- | --- | ------- | ------ | -------- |
4
+ | `v-model` | 当前值 | `boolean` | `false` | - | - |
5
+ | `name` | 选项的值 | `number / string` | - | - | - |
6
+ | `disabled` | 禁用 | `boolean` | `false` | - | - |
7
+ | `readonly` | 只读(不置灰) | `boolean` | `false` | - | - |
8
+ | `shape` | 形状 | `string` | `circle` | `circle`:圆形<br/>`square`:方形 | - |
9
+ | `iconSize` | 图标大小,单位rpx | `number / string` | `36` | - | - |
10
+ | `checkedColor` | 选中状态的图标颜色 | `string` | `#0090FF` | - | - |
11
+ | `textPosition` | 文本的位置 | `string` | `right` | `right`:右<br/>`left`:左 | - |
12
+ | `textSize` | 文本字体大小,单位rpx | `number / string` | `28` | - | - |
13
+ | `textInactiveColor` | 未选中的文本颜色 | `string` | `#000000` | - | - |
14
+ | `textActiveColor` | 选中的文本颜色 | `string` | `#000000` | - | - |
15
+ | `textDisabled` | 禁用文本点击 | `boolean` | `false` | - | - |
16
+ | `marginLeft` | 左边距,单位rpx | `number / string` | `0` | - | - |
17
+ | `marginRight` | 右边距,单位rpx | `number / string` | `0` | - | - |
18
+ | `columnGap` | 复选框和文本间距,单位rpx | `number / string` | `16` | - | - |
19
+
20
+
21
+ #### Events
22
+ | 事件名 | 说明 | 事件参数 | 支持版本 |
23
+ | ----- | ----- | ------- | -------- |
24
+ | `click` | 点击复选框时触发的事件 | `value`:当前复选框的绑定值<br/>`suspend`:等待<br/>`next`:继续<br/>`stop`:停止 | - |
25
+ | `change` | 当绑定值变化时触发的事件 | `value`:当前复选框的绑定值 | - |
@@ -0,0 +1,22 @@
1
+ #### Props
2
+ | 属性名 | 说明 | 类型 | 默认值 | 可选值 | 支持版本 |
3
+ | ----- | ----- | --- | ------- | ------ | -------- |
4
+ | `value` | 初始内容,支持双向绑定 | `string / number` | - | - | - |
5
+ | `mode` | 输入框类型 | `string` | `box` | `box`:盒子模式<br/>`line`:底部横线模式 | - |
6
+ | `maxlength` | 最大长度 | `number` | `6` | - | - |
7
+ | `space` | 字符间的距离 | `string / number` | `16` | - | - |
8
+ | `fontColor` | 字体颜色 | `String` | `#000000` | - | - |
9
+ | `borderColor` | 边框颜色 | `String` | `#DDDDDD` | - | - |
10
+ | `fontSize` | 字体大小 | `string / number` | `28` | - | - |
11
+ | `size` | 输入框的大小,宽等于高 | `string / number` | `64` | - | - |
12
+ | `formatter` | 替换输入值 | `string / number` | - | - | - |
13
+ | `focus` | 是否自动获取焦点 | `boolean ` | `false` | - | - |
14
+ | `disabledDot` | 是否禁止输入点符号 默认 true | `boolean` | `true` | - | - |
15
+ | `readOnly` | 是否只读 | `boolean` | `false` | - | - |
16
+
17
+
18
+ #### Events
19
+ | 事件名 | 说明 | 事件参数 | 支持版本 |
20
+ | ----- | ----- | ------- | -------- |
21
+ | `change` | 改变时触发 | - | - |
22
+ | `finish` | 输入完成触发 | - | - |
@@ -0,0 +1,33 @@
1
+ #### Props
2
+ | 属性名 | 说明 | 类型 | 默认值 | 可选值 | 支持版本 |
3
+ | ----- | ----- | --- | ------- | ------ | -------- |
4
+ | `width` | 图表宽度,单位rpx | `number / string` | `750` | - | - |
5
+ | `height` | 图表高度,单位rpx | `number / string` | `500` | - | - |
6
+ | `canvas2d` | canvas2d模式,用于解决小程序层级过高及拖拽卡顿问题 | `boolean` | `true` | - | - |
7
+ | `pixelRatio` | 设备像素比,解决开启canvas2d后画布模糊的问题 | `number` | `1` | - | - |
8
+ | `animation` | 是否动画展示图表 | `boolean` | `true` | - | - |
9
+ | `timing` | 图表动画效果 | `string` | `easeOut` | `easeOut`:由快到慢<br/>`easeIn`:由慢到快<br/>`easeInOut`:慢快慢<br/>`linear`:匀速 | - |
10
+ | `duration` | 动画展示时长(单位:毫秒) | `string` | `1000` | - | - |
11
+ | `rotate` | 横屏模式 | `boolean` | `false` | - | - |
12
+ | `rotateLock` | 横屏锁定模式 | `boolean` | `false` | - | - |
13
+ | `background` | 背景颜色,开启滚动条后请赋值 | `string` | `rgba(0,0,0,0)` | - | - |
14
+ | `color` | 主题颜色数组,16进制颜色格式 | `array` | `["#165DFF","#14C9C9","#F7BA1E"]` | - | - |
15
+ | `padding` | 画布填充边距(顺序为上右下左),单位px | `array` | `[5,5,5,5]` | - | - |
16
+ | `fontSize` | 全局默认字体大小,单位px | `number` | `13` | - | - |
17
+ | `fontColor` | 全局默认字体颜色 | `string` | `#666666` | - | - |
18
+ | `dataLabel` | 是否显示图表区域内数据点上方的数据文案 | `boolean` | `false` | - | - |
19
+ | `dataPointShape` | 是否显示数据点的图形标识 | `boolean` | `true` | - | - |
20
+ | `dataPointShapeType` | 图形标识点显示类型 | `string` | `solid` | `solid`:实心<br/>`hollow`:空心 | - |
21
+ | `touchMoveLimit` | 图表拖拽时每秒重新渲染的帧数 | `number` | `24` | - | - |
22
+ | `enableScroll` | 开启滚动条功能 | `boolean` | `false` | - | - |
23
+ | `enableMarkLine` | 是否启用标记线功能 | `boolean` | `false` | - | - |
24
+ | `scrollPosition` | 连续更新数据时滚动条的位置 | `string` | `current` | `current`:当前位置<br/>`left`:左对齐<br/>`right`:右对齐 | - |
25
+ | `series` | 图表数据 | `object` | `{}` | - | - |
26
+ | `xAxis` | X轴配置 | `-` | <a href="https://www.ucharts.cn/v2/#/document/index" target="_blank">文档地址</a> | - | - |
27
+ | `yAxis` | Y轴配置 | `-` | <a href="https://www.ucharts.cn/v2/#/document/index" target="_blank">文档地址</a> | - | - |
28
+ | `legend` | 图例配置 | `-` | <a href="https://www.ucharts.cn/v2/#/document/index" target="_blank">文档地址</a> | - | - |
29
+ | `title` | 标题配置(仅适用于 ring、arcbar、gauge) | `-` | <a href="https://www.ucharts.cn/v2/#/document/index" target="_blank">文档地址</a> | - | - |
30
+ | `subtitle` | 副标题配置 | `-` | <a href="https://www.ucharts.cn/v2/#/document/index" target="_blank">文档地址</a> | - | - |
31
+ | `extra` | 额外配置项 | `-` | <a href="https://www.ucharts.cn/v2/#/document/index" target="_blank">文档地址</a> | - | - |
32
+
33
+
@@ -0,0 +1,117 @@
1
+ # ColumnChart 柱状图
2
+
3
+ 柱状图(或称条形图)是一种通过柱形的长度来表现数据大小的一种常用图表类型
4
+ ---$
5
+
6
+ ### 代码演示
7
+
8
+ #### 默认配置
9
+
10
+ ```html
11
+ <template>
12
+ <ste-column-chart :series="series" :categories="categories"></ste-column-chart>
13
+ </template>
14
+ <script setup lang="ts">
15
+ import { ref, onMounted } from 'vue';
16
+ let series: any = ref([]);
17
+ let categories: any = ref([]);
18
+
19
+ series1.value = [
20
+ {
21
+ name: '目标值',
22
+ data: [35, 36, 31, 33, 13, 34],
23
+ },
24
+ ];
25
+ categories.value = ['2018', '2019', '2020', '2021', '2022', '2023'];
26
+ </script>
27
+ ```
28
+
29
+ #### 多图例
30
+
31
+ ```html
32
+ <template>
33
+ <ste-column-chart :series="series" :categories="categories" :dataLabel="false" :extra="{ column: { width: 20 } }" :legend="{ show: true }"></ste-column-chart>
34
+ </template>
35
+ <script setup lang="ts">
36
+ import { ref, onMounted } from 'vue';
37
+ let series: any = ref([]);
38
+ let categories: any = ref([]);
39
+
40
+ series.value = [
41
+ {
42
+ name: '目标值',
43
+ data: [35, 36, 31, 33, 13, 34],
44
+ },
45
+ {
46
+ name: '完成量',
47
+ data: [18, 27, 21, 24, 6, 28],
48
+ },
49
+ ];
50
+ categories.value = ['2018', '2019', '2020', '2021', '2022', '2023'];
51
+ </script>
52
+ ```
53
+
54
+ #### 堆叠
55
+
56
+ ```html
57
+ <template>
58
+ <view class="item-block">
59
+ <ste-column-chart :series="series" :categories="categories" :dataLabel="false" :extra="{ column: { type: 'stack' } }"></ste-column-chart>
60
+ </view>
61
+ </template>
62
+ <script setup lang="ts">
63
+ import { ref, onMounted } from 'vue';
64
+ let series: any = ref([]);
65
+ let categories: any = ref([]);
66
+
67
+ series.value = [
68
+ {
69
+ name: '目标值',
70
+ data: [35, 36, 31, 33, 13, 34],
71
+ },
72
+ {
73
+ name: '完成量',
74
+ data: [18, 27, 21, 24, 6, 28],
75
+ },
76
+ ];
77
+ categories.value = ['2018', '2019', '2020', '2021', '2022', '2023'];
78
+ </script>
79
+ ```
80
+
81
+ #### 迷你图表
82
+
83
+ ```html
84
+ <template>
85
+ <ste-column-chart
86
+ :series="series1"
87
+ :categories="categories"
88
+ :dataLabel="false"
89
+ :xAxis="{ disabled: true, disableGrid: true, axisLine: false }"
90
+ :yAxis="{ disabled: true, disableGrid: true }"
91
+ :extra="{ column: { width: 20 } }"
92
+ width="500"
93
+ ></ste-column-chart>
94
+ </template>
95
+ <script setup lang="ts">
96
+ import { ref, onMounted } from 'vue';
97
+ let series: any = ref([]);
98
+ let categories: any = ref([]);
99
+
100
+ series1.value = [
101
+ {
102
+ name: '目标值',
103
+ data: [35, 36, 31, 33, 13, 34],
104
+ },
105
+ ];
106
+ categories.value = ['2018', '2019', '2020', '2021', '2022', '2023'];
107
+ </script>
108
+ ```
109
+
110
+ ---$
111
+
112
+ ### API
113
+
114
+ <!-- props -->
115
+
116
+ ---$
117
+ {{fuyuwei}}
@@ -0,0 +1,25 @@
1
+ #### Props
2
+ | 属性名 | 说明 | 类型 | 默认值 | 可选值 | 支持版本 |
3
+ | ----- | ----- | --- | ------- | ------ | -------- |
4
+ | `value` | 绑定值 | `string / number` | - | - | - |
5
+ | `showToolbar` | 是否显示顶部的操作栏 | `boolean` | `true` | - | - |
6
+ | `title` | 顶部标题 | `string` | - | - | - |
7
+ | `mode` | 展示格式 | `string` | `all` | `all`:年月日时分秒<br/>`datetime`:年月日时分<br/>`date`:年月日<br/>`year-month`:年月<br/>`month-day`:月日<br/>`time`:时分秒<br/>`hour-minute`:时分<br/>`minute-second`:分秒 | - |
8
+ | `maxDate` | 可选的最大时间 | `number` | `后10年` | - | - |
9
+ | `minDate` | 可选的最小时间 | `number` | `前10年` | - | - |
10
+ | `filter` | 选项过滤函数 | `function` | - | - | - |
11
+ | `formatter` | 选项格式化函数 | `function` | - | - | - |
12
+ | `itemHeight` | 各列中,单个选项的高度 | `string / number` | `36` | - | - |
13
+ | `cancelText` | 取消按钮的文字 | `string` | `取消` | - | - |
14
+ | `confirmText` | 确认按钮的文字 | `string` | `确认` | - | - |
15
+ | `cancelColor` | 取消按钮的颜色 | `string` | `#909193` | - | - |
16
+ | `confirmColor` | 确认按钮的颜色 | `string` | `` | - | - |
17
+ | `visibleItemCount` | 每列中可见选项的数量 | `string / number` | `5` | - | - |
18
+
19
+
20
+ #### Events
21
+ | 事件名 | 说明 | 事件参数 | 支持版本 |
22
+ | ----- | ----- | ------- | -------- |
23
+ | `confirm` | 点击确定按钮,返回当前选择的值 | - | - |
24
+ | `change` | 当选择值变化时触发 | - | - |
25
+ | `cancel` | 点击取消按钮 | - | - |
@@ -21,7 +21,7 @@
21
21
  </template>
22
22
 
23
23
  <script lang="ts" setup>
24
- import { ref, onMounted, nextTick, computed } from 'vue';
24
+ import { ref, onMounted, nextTick, computed, watch } from 'vue';
25
25
  import { useColorStore } from '../../store/color';
26
26
  let { getColor } = useColorStore();
27
27
  import propsData from './props';
@@ -56,6 +56,7 @@ const emits = defineEmits<{
56
56
  (e: 'change', changeObj: any): void;
57
57
  (e: 'cancel'): void;
58
58
  (e: 'confirm', value: string | number): void;
59
+ (e: 'update:value', value: string | number): void;
59
60
  }>();
60
61
 
61
62
  const columns = ref<string[][]>([]);
@@ -65,6 +66,13 @@ const innerDefaultIndex = ref<number[]>([]);
65
66
  const show = ref(false);
66
67
  const innerFormatter = (type: string, value: string) => value;
67
68
 
69
+ watch(
70
+ () => props.value,
71
+ () => {
72
+ init();
73
+ }
74
+ );
75
+
68
76
  const init = () => {
69
77
  innerValue.value = correctValue(props.value);
70
78
  updateColumnValue(innerValue.value);
@@ -266,6 +274,7 @@ const change = (e: { indexs: number[]; values: string[][] }) => {
266
274
 
267
275
  updateColumnValue(selectValue);
268
276
  emits('change', { value: selectValue, columnIndexs: indexs });
277
+ emits('update:value', selectValue);
269
278
  };
270
279
 
271
280
  const cancel = () => {
@@ -0,0 +1,33 @@
1
+ #### Props
2
+ | 属性名 | 说明 | 类型 | 默认值 | 可选值 | 支持版本 |
3
+ | ----- | ----- | --- | ------- | ------ | -------- |
4
+ | `width` | 图表宽度,单位rpx | `number / string` | `750` | - | - |
5
+ | `height` | 图表高度,单位rpx | `number / string` | `200` | - | - |
6
+ | `canvas2d` | canvas2d模式,用于解决小程序层级过高及拖拽卡顿问题 | `boolean` | `true` | - | - |
7
+ | `pixelRatio` | 设备像素比,解决开启canvas2d后画布模糊的问题 | `number` | `微信小程序由具体设备决定,其余的默认为1` | - | - |
8
+ | `animation` | 是否动画展示图表 | `boolean` | `true` | - | - |
9
+ | `timing` | 图表动画效果 | `string` | `easeOut` | `easeOut`:由快到慢<br/>`easeIn`:由慢到快<br/>`easeInOut`:慢快慢<br/>`linear`:匀速 | - |
10
+ | `duration` | 动画展示时长(单位:毫秒) | `string` | `1000` | - | - |
11
+ | `rotate` | 横屏模式 | `boolean` | `false` | - | - |
12
+ | `rotateLock` | 横屏锁定模式 | `boolean` | `false` | - | - |
13
+ | `background` | 背景颜色,开启滚动条后请赋值 | `string` | `rgba(0,0,0,0)` | - | - |
14
+ | `color` | 主题颜色数组,16进制颜色格式 | `array` | `["#165DFF","#14C9C9","#F7BA1E","#3491FA","#722ED1","#9FDB1D"]` | - | - |
15
+ | `padding` | 画布填充边距(顺序为上右下左),单位px | `array` | `[5,5,5,5]` | - | - |
16
+ | `fontSize` | 全局默认字体大小,单位px | `number` | `13` | - | - |
17
+ | `fontColor` | 全局默认字体颜色 | `string` | `#666666` | - | - |
18
+ | `dataLabel` | 是否显示图表区域内数据点上方的数据文案 | `boolean` | `false` | - | - |
19
+ | `dataPointShape` | 是否显示数据点的图形标识 | `boolean` | `true` | - | - |
20
+ | `dataPointShapeType` | 图形标识点显示类型 | `string` | `solid` | `solid`:实心<br/>`hollow`:空心 | - |
21
+ | `touchMoveLimit` | 图表拖拽时每秒重新渲染的帧数 | `number` | `24` | - | - |
22
+ | `enableScroll` | 开启滚动条功能 | `boolean` | `false` | - | - |
23
+ | `enableMarkLine` | 是否启用标记线功能 | `boolean` | `false` | - | - |
24
+ | `scrollPosition` | 连续更新数据时滚动条的位置 | `string` | `current` | `current`:当前位置<br/>`left`:左对齐<br/>`right`:右对齐 | - |
25
+ | `series` | 图表数据 | `object` | `{}` | - | - |
26
+ | `xAxis` | X轴配置 | `-` | <a href="https://www.ucharts.cn/v2/#/document/index" target="_blank">文档地址</a> | - | - |
27
+ | `yAxis` | Y轴配置 | `-` | <a href="https://www.ucharts.cn/v2/#/document/index" target="_blank">文档地址</a> | - | - |
28
+ | `legend` | 图例配置 | `-` | <a href="https://www.ucharts.cn/v2/#/document/index" target="_blank">文档地址</a> | - | - |
29
+ | `title` | 标题配置(仅适用于 ring、arcbar、gauge) | `-` | <a href="https://www.ucharts.cn/v2/#/document/index" target="_blank">文档地址</a> | - | - |
30
+ | `subtitle` | 副标题配置 | `-` | <a href="https://www.ucharts.cn/v2/#/document/index" target="_blank">文档地址</a> | - | - |
31
+ | `extra` | 额外配置项 | `-` | <a href="https://www.ucharts.cn/v2/#/document/index" target="_blank">文档地址</a> | - | - |
32
+
33
+
@@ -0,0 +1,13 @@
1
+ #### Props
2
+ | 属性名 | 说明 | 类型 | 默认值 | 可选值 | 支持版本 |
3
+ | ----- | ----- | --- | ------- | ------ | -------- |
4
+ | `attract` | 是否开启自动吸边(根据 screenWidth 进行吸边) | `boolean` | `false` | - | - |
5
+ | `direction` | 拖拽元素的拖拽方向限制 | `string` | `all` | `all`:不限制方向<br/>`x`:横向拖拽<br/>`y`:竖向拖拽 | - |
6
+ | `boundary` | 拖拽元素的拖拽边界 | `object` | `屏幕为边界` | - | - |
7
+
8
+
9
+ #### Events
10
+ | 事件名 | 说明 | 事件参数 | 支持版本 |
11
+ | ----- | ----- | ------- | -------- |
12
+ | `start` | 拖拽开始 | - | - |
13
+ | `end` | 拖拽结束 | `position`:当前拖拽是否处于边界(上、下、左、右) | - |