@opentinyvue/vue-docs 3.21.8 → 3.22.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 (344) hide show
  1. package/demos/apis/button-group.js +1 -1
  2. package/demos/apis/calendar-view.js +14 -0
  3. package/demos/apis/date-panel.js +205 -0
  4. package/demos/apis/progress.js +14 -1
  5. package/demos/apis/steps.js +15 -0
  6. package/demos/mobile-first/app/calendar-view/calendar-mode.vue +7 -1
  7. package/demos/mobile-first/app/calendar-view/webdoc/calendar-view.js +2 -2
  8. package/demos/mobile-first/app/input/display-only-popup-more.vue +27 -0
  9. package/demos/mobile-first/app/input/webdoc/input.js +14 -0
  10. package/demos/mobile-first/app/progress/slot-icon-status.vue +35 -0
  11. package/demos/mobile-first/app/steps/content-center.vue +35 -0
  12. package/demos/mobile-first/app/steps/webdoc/steps.js +13 -0
  13. package/demos/mobile-first/app/tabs/show-echarts.vue +2 -1
  14. package/demos/pc/app/card/card-select-composition-api.vue +6 -4
  15. package/demos/pc/app/card/card-select.vue +6 -4
  16. package/demos/pc/app/cascader/filterable-multiple.spec.ts +2 -2
  17. package/demos/pc/app/chart/amap/base-composition-api.vue +1 -1
  18. package/demos/pc/app/chart/amap/base.vue +1 -1
  19. package/demos/pc/app/chart/bar/base-composition-api.vue +1 -1
  20. package/demos/pc/app/chart/bar/base.vue +1 -1
  21. package/demos/pc/app/chart/bar/demo2-composition-api.vue +1 -1
  22. package/demos/pc/app/chart/bar/demo2.vue +1 -1
  23. package/demos/pc/app/chart/bar/demo3-composition-api.vue +1 -1
  24. package/demos/pc/app/chart/bar/demo3.vue +1 -1
  25. package/demos/pc/app/chart/bar/demo4-composition-api.vue +1 -1
  26. package/demos/pc/app/chart/bar/demo4.vue +1 -1
  27. package/demos/pc/app/chart/bar/demo5-composition-api.vue +1 -1
  28. package/demos/pc/app/chart/bar/demo5.vue +1 -1
  29. package/demos/pc/app/chart/bar/demo6-composition-api.vue +1 -1
  30. package/demos/pc/app/chart/bar/demo6.vue +1 -1
  31. package/demos/pc/app/chart/bar/demo7-composition-api.vue +1 -1
  32. package/demos/pc/app/chart/bar/demo7.vue +1 -1
  33. package/demos/pc/app/chart/base-composition-api.vue +2 -1
  34. package/demos/pc/app/chart/base.vue +2 -1
  35. package/demos/pc/app/chart/bmap/base-composition-api.vue +1 -1
  36. package/demos/pc/app/chart/bmap/base.vue +1 -1
  37. package/demos/pc/app/chart/boxplot/base-composition-api.vue +1 -1
  38. package/demos/pc/app/chart/boxplot/base.vue +1 -1
  39. package/demos/pc/app/chart/boxplot/multiple-composition-api.vue +1 -1
  40. package/demos/pc/app/chart/boxplot/multiple.vue +1 -1
  41. package/demos/pc/app/chart/boxplot/vertical-composition-api.vue +1 -1
  42. package/demos/pc/app/chart/boxplot/vertical.vue +1 -1
  43. package/demos/pc/app/chart/candle/base-composition-api.vue +1 -1
  44. package/demos/pc/app/chart/candle/base.vue +1 -1
  45. package/demos/pc/app/chart/candle/demo2-composition-api.vue +1 -1
  46. package/demos/pc/app/chart/candle/demo2.vue +1 -1
  47. package/demos/pc/app/chart/candle/demo3-composition-api.vue +1 -1
  48. package/demos/pc/app/chart/candle/demo3.vue +1 -1
  49. package/demos/pc/app/chart/candle/demo4-composition-api.vue +1 -1
  50. package/demos/pc/app/chart/candle/demo4.vue +1 -1
  51. package/demos/pc/app/chart/candle/demo5-composition-api.vue +1 -1
  52. package/demos/pc/app/chart/candle/demo5.vue +1 -1
  53. package/demos/pc/app/chart/candle/demo6-composition-api.vue +1 -1
  54. package/demos/pc/app/chart/candle/demo6.vue +1 -1
  55. package/demos/pc/app/chart/events/base-composition-api.vue +2 -1
  56. package/demos/pc/app/chart/events/base.vue +2 -1
  57. package/demos/pc/app/chart/funnel/base-composition-api.vue +1 -1
  58. package/demos/pc/app/chart/funnel/base.vue +1 -1
  59. package/demos/pc/app/chart/funnel/demo2-composition-api.vue +1 -1
  60. package/demos/pc/app/chart/funnel/demo2.vue +1 -1
  61. package/demos/pc/app/chart/funnel/demo3-composition-api.vue +1 -1
  62. package/demos/pc/app/chart/funnel/demo3.vue +1 -1
  63. package/demos/pc/app/chart/funnel/demo4-composition-api.vue +1 -1
  64. package/demos/pc/app/chart/funnel/demo4.vue +1 -1
  65. package/demos/pc/app/chart/funnel/demo5-composition-api.vue +1 -1
  66. package/demos/pc/app/chart/funnel/demo5.vue +1 -1
  67. package/demos/pc/app/chart/funnel/demo6-composition-api.vue +1 -1
  68. package/demos/pc/app/chart/funnel/demo6.vue +1 -1
  69. package/demos/pc/app/chart/funnel/demo7-composition-api.vue +1 -1
  70. package/demos/pc/app/chart/funnel/demo7.vue +1 -1
  71. package/demos/pc/app/chart/gauge/base-composition-api.vue +1 -1
  72. package/demos/pc/app/chart/gauge/base.vue +1 -1
  73. package/demos/pc/app/chart/gauge/demo2-composition-api.vue +1 -1
  74. package/demos/pc/app/chart/gauge/demo2.vue +1 -1
  75. package/demos/pc/app/chart/gauge/demo3-composition-api.vue +1 -1
  76. package/demos/pc/app/chart/gauge/demo3.vue +1 -1
  77. package/demos/pc/app/chart/gauge/demo4-composition-api.vue +1 -1
  78. package/demos/pc/app/chart/gauge/demo4.vue +1 -1
  79. package/demos/pc/app/chart/gauge/demo5-composition-api.vue +1 -1
  80. package/demos/pc/app/chart/gauge/demo5.vue +1 -1
  81. package/demos/pc/app/chart/gauge/demo6-composition-api.vue +1 -1
  82. package/demos/pc/app/chart/gauge/demo6.vue +1 -1
  83. package/demos/pc/app/chart/graph/base-composition-api.vue +1 -1
  84. package/demos/pc/app/chart/graph/base.vue +1 -1
  85. package/demos/pc/app/chart/graph/demo2-composition-api.vue +1 -1
  86. package/demos/pc/app/chart/graph/demo2.vue +1 -1
  87. package/demos/pc/app/chart/heatmap/base-composition-api.vue +1 -1
  88. package/demos/pc/app/chart/heatmap/base.vue +1 -1
  89. package/demos/pc/app/chart/heatmap/demo2-composition-api.vue +1 -1
  90. package/demos/pc/app/chart/heatmap/demo2.vue +1 -1
  91. package/demos/pc/app/chart/heatmap/demo3-composition-api.vue +1 -1
  92. package/demos/pc/app/chart/heatmap/demo3.vue +1 -1
  93. package/demos/pc/app/chart/histogram/base-composition-api.vue +1 -1
  94. package/demos/pc/app/chart/histogram/base.vue +1 -1
  95. package/demos/pc/app/chart/histogram/demo2-composition-api.vue +1 -1
  96. package/demos/pc/app/chart/histogram/demo2.vue +1 -1
  97. package/demos/pc/app/chart/histogram/demo3-composition-api.vue +1 -1
  98. package/demos/pc/app/chart/histogram/demo3.vue +1 -1
  99. package/demos/pc/app/chart/histogram/demo4-composition-api.vue +1 -1
  100. package/demos/pc/app/chart/histogram/demo4.vue +1 -1
  101. package/demos/pc/app/chart/histogram/demo5-composition-api.vue +1 -1
  102. package/demos/pc/app/chart/histogram/demo5.vue +1 -1
  103. package/demos/pc/app/chart/histogram/demo6-composition-api.vue +1 -1
  104. package/demos/pc/app/chart/histogram/demo6.vue +1 -1
  105. package/demos/pc/app/chart/histogram/demo7-composition-api.vue +1 -1
  106. package/demos/pc/app/chart/histogram/demo7.vue +1 -1
  107. package/demos/pc/app/chart/histogram/demo8-composition-api.vue +1 -1
  108. package/demos/pc/app/chart/histogram/demo8.vue +1 -1
  109. package/demos/pc/app/chart/line/base-composition-api.vue +1 -1
  110. package/demos/pc/app/chart/line/base.vue +1 -1
  111. package/demos/pc/app/chart/line/demo2-composition-api.vue +1 -1
  112. package/demos/pc/app/chart/line/demo2.vue +1 -1
  113. package/demos/pc/app/chart/line/demo3-composition-api.vue +1 -1
  114. package/demos/pc/app/chart/line/demo3.vue +1 -1
  115. package/demos/pc/app/chart/line/demo4-composition-api.vue +1 -1
  116. package/demos/pc/app/chart/line/demo4.vue +1 -1
  117. package/demos/pc/app/chart/line/demo5-composition-api.vue +1 -1
  118. package/demos/pc/app/chart/line/demo5.vue +1 -1
  119. package/demos/pc/app/chart/line/demo6-composition-api.vue +1 -1
  120. package/demos/pc/app/chart/line/demo6.vue +1 -1
  121. package/demos/pc/app/chart/line/demo7-composition-api.vue +1 -1
  122. package/demos/pc/app/chart/line/demo7.vue +1 -1
  123. package/demos/pc/app/chart/line/demo8-composition-api.vue +1 -1
  124. package/demos/pc/app/chart/line/demo8.vue +1 -1
  125. package/demos/pc/app/chart/line/demo9-composition-api.vue +1 -1
  126. package/demos/pc/app/chart/line/demo9.vue +1 -1
  127. package/demos/pc/app/chart/liquidfill/base-composition-api.vue +1 -1
  128. package/demos/pc/app/chart/liquidfill/base.vue +1 -1
  129. package/demos/pc/app/chart/map/base-composition-api.vue +1 -1
  130. package/demos/pc/app/chart/map/base.vue +1 -1
  131. package/demos/pc/app/chart/pie/base-composition-api.vue +1 -1
  132. package/demos/pc/app/chart/pie/base.vue +1 -1
  133. package/demos/pc/app/chart/pie/demo2-composition-api.vue +1 -1
  134. package/demos/pc/app/chart/pie/demo2.vue +1 -1
  135. package/demos/pc/app/chart/pie/demo3-composition-api.vue +1 -1
  136. package/demos/pc/app/chart/pie/demo3.vue +1 -1
  137. package/demos/pc/app/chart/pie/demo4-composition-api.vue +1 -1
  138. package/demos/pc/app/chart/pie/demo4.vue +1 -1
  139. package/demos/pc/app/chart/pie/demo5-composition-api.vue +1 -1
  140. package/demos/pc/app/chart/pie/demo5.vue +1 -1
  141. package/demos/pc/app/chart/pie/demo6-composition-api.vue +1 -1
  142. package/demos/pc/app/chart/pie/demo6.vue +1 -1
  143. package/demos/pc/app/chart/pie/demo7-composition-api.vue +1 -1
  144. package/demos/pc/app/chart/pie/demo7.vue +1 -1
  145. package/demos/pc/app/chart/process/base-composition-api.vue +1 -1
  146. package/demos/pc/app/chart/process/base.vue +1 -1
  147. package/demos/pc/app/chart/process/demo2-composition-api.vue +1 -1
  148. package/demos/pc/app/chart/process/demo2.vue +1 -1
  149. package/demos/pc/app/chart/process/demo3-composition-api.vue +1 -1
  150. package/demos/pc/app/chart/process/demo3.vue +1 -1
  151. package/demos/pc/app/chart/process/demo4-composition-api.vue +1 -1
  152. package/demos/pc/app/chart/process/demo4.vue +1 -1
  153. package/demos/pc/app/chart/process/demo5-composition-api.vue +1 -1
  154. package/demos/pc/app/chart/process/demo5.vue +1 -1
  155. package/demos/pc/app/chart/process/demo6-composition-api.vue +1 -1
  156. package/demos/pc/app/chart/process/demo6.vue +1 -1
  157. package/demos/pc/app/chart/props/base-composition-api.vue +1 -1
  158. package/demos/pc/app/chart/props/base.vue +1 -1
  159. package/demos/pc/app/chart/props/demo10-composition-api.vue +2 -1
  160. package/demos/pc/app/chart/props/demo10.vue +2 -1
  161. package/demos/pc/app/chart/props/demo11-composition-api.vue +1 -1
  162. package/demos/pc/app/chart/props/demo11.vue +1 -1
  163. package/demos/pc/app/chart/props/demo12-composition-api.vue +1 -1
  164. package/demos/pc/app/chart/props/demo12.vue +1 -1
  165. package/demos/pc/app/chart/props/demo2-composition-api.vue +1 -1
  166. package/demos/pc/app/chart/props/demo2.vue +1 -1
  167. package/demos/pc/app/chart/props/demo3-composition-api.vue +1 -1
  168. package/demos/pc/app/chart/props/demo3.vue +1 -1
  169. package/demos/pc/app/chart/props/demo4-composition-api.vue +1 -1
  170. package/demos/pc/app/chart/props/demo4.vue +1 -1
  171. package/demos/pc/app/chart/props/demo5-composition-api.vue +1 -1
  172. package/demos/pc/app/chart/props/demo5.vue +1 -1
  173. package/demos/pc/app/chart/props/demo6-composition-api.vue +1 -1
  174. package/demos/pc/app/chart/props/demo6.vue +1 -1
  175. package/demos/pc/app/chart/props/demo7-composition-api.vue +1 -1
  176. package/demos/pc/app/chart/props/demo7.vue +1 -1
  177. package/demos/pc/app/chart/props/demo8-composition-api.vue +1 -1
  178. package/demos/pc/app/chart/props/demo8.vue +1 -1
  179. package/demos/pc/app/chart/props/demo9-composition-api.vue +1 -1
  180. package/demos/pc/app/chart/props/demo9.vue +1 -1
  181. package/demos/pc/app/chart/question/base-composition-api.vue +2 -1
  182. package/demos/pc/app/chart/question/base.vue +2 -1
  183. package/demos/pc/app/chart/question/demo2-composition-api.vue +1 -1
  184. package/demos/pc/app/chart/question/demo2.vue +1 -1
  185. package/demos/pc/app/chart/question/demo3-composition-api.vue +1 -1
  186. package/demos/pc/app/chart/question/demo3.vue +1 -1
  187. package/demos/pc/app/chart/question/demo4-composition-api.vue +1 -1
  188. package/demos/pc/app/chart/question/demo4.vue +1 -1
  189. package/demos/pc/app/chart/question/demo5-composition-api.vue +2 -1
  190. package/demos/pc/app/chart/question/demo5.vue +2 -1
  191. package/demos/pc/app/chart/radar/base-composition-api.vue +1 -1
  192. package/demos/pc/app/chart/radar/base.vue +1 -1
  193. package/demos/pc/app/chart/radar/demo2-composition-api.vue +1 -1
  194. package/demos/pc/app/chart/radar/demo2.vue +1 -1
  195. package/demos/pc/app/chart/radar/demo3-composition-api.vue +1 -1
  196. package/demos/pc/app/chart/radar/demo3.vue +1 -1
  197. package/demos/pc/app/chart/ring/base-composition-api.vue +1 -1
  198. package/demos/pc/app/chart/ring/base.vue +1 -1
  199. package/demos/pc/app/chart/ring/demo2-composition-api.vue +1 -1
  200. package/demos/pc/app/chart/ring/demo2.vue +1 -1
  201. package/demos/pc/app/chart/ring/demo3-composition-api.vue +1 -1
  202. package/demos/pc/app/chart/ring/demo3.vue +1 -1
  203. package/demos/pc/app/chart/ring/demo4-composition-api.vue +1 -1
  204. package/demos/pc/app/chart/ring/demo4.vue +1 -1
  205. package/demos/pc/app/chart/ring/demo5-composition-api.vue +1 -1
  206. package/demos/pc/app/chart/ring/demo5.vue +1 -1
  207. package/demos/pc/app/chart/ring/demo6-composition-api.vue +1 -1
  208. package/demos/pc/app/chart/ring/demo6.vue +1 -1
  209. package/demos/pc/app/chart/ring/ring-title-composition-api.vue +1 -1
  210. package/demos/pc/app/chart/ring/ring-title.vue +1 -1
  211. package/demos/pc/app/chart/sankey/base-composition-api.vue +1 -1
  212. package/demos/pc/app/chart/sankey/base.vue +1 -1
  213. package/demos/pc/app/chart/sankey/demo2-composition-api.vue +1 -1
  214. package/demos/pc/app/chart/sankey/demo2.vue +1 -1
  215. package/demos/pc/app/chart/scatter/base-composition-api.vue +1 -1
  216. package/demos/pc/app/chart/scatter/base.vue +1 -1
  217. package/demos/pc/app/chart/scatter/demo2-composition-api.vue +1 -1
  218. package/demos/pc/app/chart/scatter/demo2.vue +1 -1
  219. package/demos/pc/app/chart/scatter/demo3-composition-api.vue +1 -1
  220. package/demos/pc/app/chart/scatter/demo3.vue +1 -1
  221. package/demos/pc/app/chart/sunburst/base-composition-api.vue +1 -1
  222. package/demos/pc/app/chart/sunburst/base.vue +1 -1
  223. package/demos/pc/app/chart/sunburst/demo2-composition-api.vue +1 -1
  224. package/demos/pc/app/chart/sunburst/demo2.vue +1 -1
  225. package/demos/pc/app/chart/sunburst/demo3-composition-api.vue +1 -1
  226. package/demos/pc/app/chart/sunburst/demo3.vue +1 -1
  227. package/demos/pc/app/chart/tree/base-composition-api.vue +1 -1
  228. package/demos/pc/app/chart/tree/base.vue +1 -1
  229. package/demos/pc/app/chart/tree/demo2-composition-api.vue +1 -1
  230. package/demos/pc/app/chart/tree/demo2.vue +1 -1
  231. package/demos/pc/app/chart/tree/demo3-composition-api.vue +1 -1
  232. package/demos/pc/app/chart/tree/demo3.vue +1 -1
  233. package/demos/pc/app/chart/tree/demo4-composition-api.vue +1 -1
  234. package/demos/pc/app/chart/tree/demo4.vue +1 -1
  235. package/demos/pc/app/chart/tree/demo5-composition-api.vue +1 -1
  236. package/demos/pc/app/chart/tree/demo5.vue +1 -1
  237. package/demos/pc/app/chart/waterfall/base-composition-api.vue +1 -1
  238. package/demos/pc/app/chart/waterfall/base.vue +1 -1
  239. package/demos/pc/app/chart/waterfall/demo2-composition-api.vue +1 -1
  240. package/demos/pc/app/chart/waterfall/demo2.vue +1 -1
  241. package/demos/pc/app/chart/waterfall/demo3-composition-api.vue +1 -1
  242. package/demos/pc/app/chart/waterfall/demo3.vue +1 -1
  243. package/demos/pc/app/chart/waterfall/demo4-composition-api.vue +1 -1
  244. package/demos/pc/app/chart/waterfall/demo4.vue +1 -1
  245. package/demos/pc/app/chart/webdoc/chart-docs.cn.md +3 -3
  246. package/demos/pc/app/chart/webdoc/chart-docs.en.md +3 -3
  247. package/demos/pc/app/chart/webdoc/chart-docs.json.cn.md +3 -3
  248. package/demos/pc/app/chart/webdoc/chart-docs.json.en.md +3 -3
  249. package/demos/pc/app/chart/wordcloud/base-composition-api.vue +1 -1
  250. package/demos/pc/app/chart/wordcloud/base.vue +1 -1
  251. package/demos/pc/app/chart/wordcloud/demo2-composition-api.vue +1 -1
  252. package/demos/pc/app/chart/wordcloud/demo2.vue +1 -1
  253. package/demos/pc/app/chart/wordcloud/demo3-composition-api.vue +1 -1
  254. package/demos/pc/app/chart/wordcloud/demo3.vue +1 -1
  255. package/demos/pc/app/chart/wordcloud/demo4-composition-api.vue +1 -1
  256. package/demos/pc/app/chart/wordcloud/demo4.vue +1 -1
  257. package/demos/pc/app/date-panel/basic-usage-composition-api.vue +14 -3
  258. package/demos/pc/app/date-panel/basic-usage.spec.ts +25 -7
  259. package/demos/pc/app/date-panel/basic-usage.vue +13 -2
  260. package/demos/pc/app/date-panel/disabled-date-composition-api.vue +24 -3
  261. package/demos/pc/app/date-panel/disabled-date.spec.ts +28 -1
  262. package/demos/pc/app/date-panel/disabled-date.vue +24 -3
  263. package/demos/pc/app/date-panel/event-composition-api.vue +29 -2
  264. package/demos/pc/app/date-panel/event.spec.ts +25 -6
  265. package/demos/pc/app/date-panel/event.vue +29 -1
  266. package/demos/pc/app/date-panel/format-composition-api.vue +4 -1
  267. package/demos/pc/app/date-panel/format.spec.ts +5 -0
  268. package/demos/pc/app/date-panel/format.vue +4 -1
  269. package/demos/pc/app/date-panel/readonly-composition-api.vue +13 -1
  270. package/demos/pc/app/date-panel/readonly.spec.ts +20 -2
  271. package/demos/pc/app/date-panel/readonly.vue +13 -1
  272. package/demos/pc/app/date-panel/shortcuts-composition-api.vue +130 -1
  273. package/demos/pc/app/date-panel/shortcuts.spec.ts +24 -0
  274. package/demos/pc/app/date-panel/shortcuts.vue +130 -1
  275. package/demos/pc/app/date-panel/unlink-panels-composition-api.vue +18 -13
  276. package/demos/pc/app/date-panel/unlink-panels.spec.ts +61 -3
  277. package/demos/pc/app/date-panel/unlink-panels.vue +17 -12
  278. package/demos/pc/app/filter-panel/code-composition-api.vue +7 -1
  279. package/demos/pc/app/filter-panel/code.vue +7 -1
  280. package/demos/pc/app/grid/editor/popeditor-in-grid-remote-search-composition-api.vue +3 -20
  281. package/demos/pc/app/grid/editor/popeditor-in-grid-remote-search.vue +3 -20
  282. package/demos/pc/app/icon/basic-usage-composition-api.vue +2 -0
  283. package/demos/pc/app/icon/basic-usage.vue +2 -0
  284. package/demos/pc/app/icon/list-composition-api.vue +7 -1
  285. package/demos/pc/app/icon/list.vue +7 -1
  286. package/demos/pc/app/icon/show-title-composition-api.vue +2 -0
  287. package/demos/pc/app/icon/show-title.vue +2 -0
  288. package/demos/pc/app/icon-multicolor/list-composition-api.vue +1 -1
  289. package/demos/pc/app/icon-multicolor/list.vue +1 -1
  290. package/demos/pc/app/input/display-only-popup-more-composition-api.vue +1 -1
  291. package/demos/pc/app/input/display-only-popup-more.vue +1 -1
  292. package/demos/pc/app/progress/slot-icon-status-composition-api.vue +30 -0
  293. package/demos/pc/app/progress/slot-icon-status.spec.ts +38 -0
  294. package/demos/pc/app/progress/slot-icon-status.vue +35 -0
  295. package/demos/pc/app/progress/webdoc/progress.js +12 -0
  296. package/demos/pc/app/search/{slot-prefix-composition-api.vue → slot-prefix-suffix-composition-api.vue} +9 -2
  297. package/demos/pc/app/search/slot-prefix-suffix.spec.ts +31 -0
  298. package/demos/pc/app/search/{slot-prefix.vue → slot-prefix-suffix.vue} +9 -2
  299. package/demos/pc/app/search/webdoc/search.js +7 -6
  300. package/demos/pc/app/steps/content-center-composition-api.vue +27 -0
  301. package/demos/pc/app/steps/content-center.vue +35 -0
  302. package/demos/pc/app/steps/webdoc/steps.js +13 -0
  303. package/demos/pc/app/tag/color-border-composition-api.vue +3 -3
  304. package/demos/pc/app/tag/color-border.vue +3 -3
  305. package/demos/pc/app/tag/effect-composition-api.vue +7 -0
  306. package/demos/pc/app/tag/effect.vue +7 -0
  307. package/demos/pc/app/tag/size-composition-api.vue +1 -1
  308. package/demos/pc/app/tag/size.vue +1 -1
  309. package/demos/pc/app/tag/tag-event-click-composition-api.vue +7 -0
  310. package/demos/pc/app/tag/tag-event-click.vue +7 -0
  311. package/demos/pc/app/time-line/set-node-width-composition-api.vue +1 -0
  312. package/demos/pc/app/time-line/set-node-width.vue +1 -0
  313. package/demos/pc/app/time-picker/format.spec.ts +17 -6
  314. package/demos/pc/app/tooltip/control-composition-api.vue +1 -1
  315. package/demos/pc/app/tooltip/control.vue +1 -1
  316. package/demos/pc/app/tooltip/theme.spec.js +3 -2
  317. package/demos/pc/webdoc/develop-demo-en.md +1 -1
  318. package/demos/pc/webdoc/develop-demo.md +1 -1
  319. package/demos/pc/webdoc/import-components.md +45 -115
  320. package/demos/pc/webdoc/installation-en.md +1 -1
  321. package/demos/pc/webdoc/installation.md +10 -9
  322. package/package.json +20 -17
  323. package/playground/icons/Github.vue +1 -1
  324. package/src/assets/custom-block.less +3 -2
  325. package/src/assets/custom-markdown.css +6 -3
  326. package/src/assets/images/leftMenu/cmp-business-components.svg +1 -12
  327. package/src/assets/images/leftMenu/directives-custom-instruction.svg +1 -1
  328. package/src/assets/index.less +0 -5
  329. package/src/const.ts +4 -2
  330. package/src/main.js +1 -1
  331. package/src/style.css +16 -0
  332. package/src/tools/appData.js +1 -6
  333. package/src/tools/useTheme.js +1 -0
  334. package/src/views/components-doc/common.vue +2 -2
  335. package/src/views/components-doc/components/api-docs.vue +21 -10
  336. package/src/views/components-doc/components/async-highlight.vue +3 -2
  337. package/src/views/components-doc/components/contributor.vue +1 -2
  338. package/src/views/components-doc/components/demo.vue +40 -48
  339. package/src/views/components-doc/components/float-settings.vue +43 -32
  340. package/src/views/components-doc/components/header.vue +3 -0
  341. package/src/views/docs/docs.vue +17 -0
  342. package/src/views/layout/layout.vue +15 -3
  343. package/src/views/overview.vue +23 -4
  344. package/demos/pc/app/search/slot-prefix.spec.ts +0 -12
@@ -163,7 +163,7 @@ export default {
163
163
  code: `
164
164
  interface IButtonGroupData {
165
165
  text: string // 显示文本
166
- value: number | number // 选中的值
166
+ value: number | string // 选中的值
167
167
  disabled?: boolean // 是否禁用
168
168
  tip?: string // 按钮悬浮提示 v3.17.0版本增加此功能
169
169
  // 配置选块角标
@@ -171,6 +171,20 @@ export default {
171
171
  mode: ['pc', 'mobile-first'],
172
172
  pcDemo: 'basic-usage',
173
173
  mfDemo: 'basic-usage'
174
+ },
175
+ {
176
+ name: 'show-back-today',
177
+ type: 'boolean',
178
+ defaultValue: 'true',
179
+ desc: {
180
+ 'zh-CN': '是否展示左上侧按钮显示,默认展示',
181
+ 'en-US': 'Should the upper left button be displayed, Default Display'
182
+ },
183
+ meta: {
184
+ stable: '3.22.0'
185
+ },
186
+ mode: ['mobile-first'],
187
+ mfDemo: 'calendar-mode'
174
188
  }
175
189
  ],
176
190
  events: [
@@ -461,6 +461,211 @@ export default {
461
461
  mode: ['pc']
462
462
  }
463
463
  ]
464
+ },
465
+ {
466
+ name: 'month-range',
467
+ type: 'component',
468
+ props: [
469
+ {
470
+ name: 'modelValue / v-model',
471
+ type: 'Array<T>',
472
+ defaultValue: '[]',
473
+ desc: {
474
+ 'zh-CN': '绑定值',
475
+ 'en-US': 'Set the initial value of the calendar component. ;Bound Value'
476
+ },
477
+ mode: ['pc'],
478
+ pcDemo: 'basic-usage'
479
+ },
480
+ {
481
+ name: 'disabled-date',
482
+ type: '() => void',
483
+ defaultValue: '',
484
+ desc: {
485
+ 'zh-CN': '配置部分禁用',
486
+ 'en-US': 'Configuration section disabled.'
487
+ },
488
+ mode: ['pc'],
489
+ pcDemo: 'disabled-date'
490
+ },
491
+ {
492
+ name: 'format',
493
+ type: 'string',
494
+ defaultValue: "'yyyy-MM'",
495
+ desc: {
496
+ 'zh-CN': '显示在输入框中的格式',
497
+ 'en-US': 'Display format in the text box'
498
+ },
499
+ mode: ['pc'],
500
+ pcDemo: 'format'
501
+ },
502
+ {
503
+ name: 'popper-class',
504
+ type: 'string',
505
+ defaultValue: '',
506
+ desc: {
507
+ 'zh-CN': '为 MonthRange 下拉弹框添加的 class 类名',
508
+ 'en-US': 'Class name added for MonthRange.'
509
+ },
510
+ mode: ['pc'],
511
+ pcDemo: 'custom-suffix-icon'
512
+ },
513
+ {
514
+ name: 'readonly',
515
+ type: 'boolean',
516
+ defaultValue: 'false',
517
+ desc: {
518
+ 'zh-CN': '设置日期是否只读',
519
+ 'en-US': 'Set whether the calendar component is read-only.'
520
+ },
521
+ mode: ['pc'],
522
+ pcDemo: 'disabled'
523
+ },
524
+ {
525
+ name: 'shortcuts',
526
+ type: 'Array<T>',
527
+ defaultValue: '[]',
528
+ desc: {
529
+ 'zh-CN': `设置快捷选项`,
530
+ 'en-US': 'Set shortcut options'
531
+ },
532
+ mode: ['pc'],
533
+ pcDemo: 'shortcuts'
534
+ },
535
+ {
536
+ name: 'unlink-panels',
537
+ type: 'boolean',
538
+ defaultValue: 'false',
539
+ desc: {
540
+ 'zh-CN': '在范围选择器里取消两个日期面板之间的联动',
541
+ 'en-US': 'Unlink the two date panels in the range selector'
542
+ },
543
+ mode: ['pc'],
544
+ pcDemo: 'unlink-panels'
545
+ }
546
+ ],
547
+ events: [
548
+ {
549
+ name: 'select-change',
550
+ type: '(value: Date) => void',
551
+ desc: {
552
+ 'zh-CN': '用户确认选定的值时触发',
553
+ 'en-US': 'This event is triggered when the user confirms the selected values.'
554
+ },
555
+ mode: ['pc'],
556
+ pcDemo: 'events'
557
+ }
558
+ ],
559
+ format: [
560
+ {
561
+ name: 'M',
562
+ desc: {
563
+ 'zh-CN': '月,不补0',
564
+ 'en-US': ''
565
+ },
566
+ mode: ['pc']
567
+ },
568
+ {
569
+ name: 'MM',
570
+ desc: {
571
+ 'zh-CN': '月',
572
+ 'en-US': ''
573
+ },
574
+ mode: ['pc']
575
+ },
576
+ {
577
+ name: 'yyyy',
578
+ desc: {
579
+ 'zh-CN': '年',
580
+ 'en-US': ''
581
+ },
582
+ mode: ['pc']
583
+ }
584
+ ]
585
+ },
586
+ {
587
+ name: 'year-range',
588
+ type: 'component',
589
+ props: [
590
+ {
591
+ name: 'modelValue / v-model',
592
+ type: 'Array<T>',
593
+ defaultValue: '[]',
594
+ desc: {
595
+ 'zh-CN': '绑定值',
596
+ 'en-US': 'Set the initial value of the calendar component. ;Bound Value'
597
+ },
598
+ mode: ['pc'],
599
+ pcDemo: 'basic-usage'
600
+ },
601
+ {
602
+ name: 'disabled-date',
603
+ type: '() => void',
604
+ defaultValue: '',
605
+ desc: {
606
+ 'zh-CN': '配置部分禁用',
607
+ 'en-US': 'Configuration section disabled.'
608
+ },
609
+ mode: ['pc'],
610
+ pcDemo: 'disabled-date'
611
+ },
612
+ {
613
+ name: 'popper-class',
614
+ type: 'string',
615
+ defaultValue: '',
616
+ desc: {
617
+ 'zh-CN': '为 YearRange 下拉弹框添加的 class 类名',
618
+ 'en-US': 'Class name added for YearRange.'
619
+ },
620
+ mode: ['pc'],
621
+ pcDemo: 'custom-suffix-icon'
622
+ },
623
+ {
624
+ name: 'readonly',
625
+ type: 'boolean',
626
+ defaultValue: 'false',
627
+ desc: {
628
+ 'zh-CN': '设置日期是否只读',
629
+ 'en-US': 'Set whether the calendar component is read-only.'
630
+ },
631
+ mode: ['pc'],
632
+ pcDemo: 'readonly'
633
+ },
634
+ {
635
+ name: 'shortcuts',
636
+ type: 'Array<T>',
637
+ defaultValue: '[]',
638
+ desc: {
639
+ 'zh-CN': `设置快捷选项`,
640
+ 'en-US': 'Set shortcut options'
641
+ },
642
+ mode: ['pc'],
643
+ pcDemo: 'shortcuts'
644
+ },
645
+ {
646
+ name: 'unlink-panels',
647
+ type: 'boolean',
648
+ defaultValue: 'false',
649
+ desc: {
650
+ 'zh-CN': '在范围选择器里取消两个日期面板之间的联动',
651
+ 'en-US': 'Unlink the two date panels in the range selector'
652
+ },
653
+ mode: ['pc'],
654
+ pcDemo: 'unlink-panels'
655
+ }
656
+ ],
657
+ events: [
658
+ {
659
+ name: 'select-change',
660
+ type: '(value: Date) => void',
661
+ desc: {
662
+ 'zh-CN': '用户确认选定的值时触发',
663
+ 'en-US': 'This event is triggered when the user confirms the selected values.'
664
+ },
665
+ mode: ['pc'],
666
+ pcDemo: 'events'
667
+ }
668
+ ]
464
669
  }
465
670
  ]
466
671
  }
@@ -140,7 +140,20 @@ export default {
140
140
  ],
141
141
  events: [],
142
142
  methods: [],
143
- slots: []
143
+ slots: [
144
+ {
145
+ name: 'statusIcon',
146
+ desc: {
147
+ 'zh-CN': '状态插槽,successIcon / exceptionIcon / warningIcon',
148
+ 'en-US': 'Status slot, successIcon / exceptionIcon / warningIcon'
149
+ },
150
+ mode: ['pc', 'mobile-first'],
151
+ pcDemo: 'slot-icon-status',
152
+ meta: {
153
+ stable: '3.22.0'
154
+ }
155
+ }
156
+ ]
144
157
  }
145
158
  ],
146
159
  types: [
@@ -29,6 +29,21 @@ export default {
29
29
  pcDemo: 'advanced-steps',
30
30
  mfDemo: 'advanced-steps'
31
31
  },
32
+ {
33
+ name: 'content-center',
34
+ type: 'string',
35
+ defaultValue: 'false',
36
+ desc: {
37
+ 'zh-CN': '使步骤条内容默认居中显示',
38
+ 'en-US': 'Make the step bar content appear centered by default'
39
+ },
40
+ meta: {
41
+ stable: '3.22.0'
42
+ },
43
+ mode: ['mobile-first', 'pc'],
44
+ pcDemo: 'content-center',
45
+ mfDemo: 'content-center'
46
+ },
32
47
  {
33
48
  name: 'count-field',
34
49
  type: 'string',
@@ -1,5 +1,11 @@
1
1
  <template>
2
- <tiny-calendar-view :events="eventslist" :year="2023" :month="6" :modes="['month', 'timeline', 'schedule']">
2
+ <tiny-calendar-view
3
+ :show-back-today="false"
4
+ :events="eventslist"
5
+ :year="2023"
6
+ :month="6"
7
+ :modes="['month', 'timeline', 'schedule']"
8
+ >
3
9
  </tiny-calendar-view>
4
10
  </template>
5
11
 
@@ -22,9 +22,9 @@ export default {
22
22
  },
23
23
  desc: {
24
24
  'zh-CN':
25
- '<p>通过 <code>mode</code> 属性指定以年的形式显示,将展示当年的每个月份。可选值有 <code>month</code> / <code>timeline</code> / <code>schedule</code>。</p>\n',
25
+ '<p>通过 <code>mode</code> 属性指定以年的形式显示,将展示当年的每个月份。可选值有 <code>month</code> / <code>timeline</code> / <code>schedule</code>。通过<code>show-back-today</code> 属性控制左侧按钮显示。</p>\n',
26
26
  'en-US':
27
- '<p>The <code>mode</code> attribute specifies that each month of the current year is displayed. The options are <code>month</code> / <code>timeline</code> / <code>schedule</code>. </p>\n'
27
+ '<p>The <code>mode</code> attribute specifies that each month of the current year is displayed. The options are <code>month</code> / <code>timeline</code> / <code>schedule</code>. Control the display of the left button through the<code>show back today</code>attribute.</p>\n'
28
28
  },
29
29
  codeFiles: ['calendar-mode.vue']
30
30
  },
@@ -0,0 +1,27 @@
1
+ <template>
2
+ <div class="demo-input">
3
+ <tiny-input type="textarea" v-model="input" display-only popup-more></tiny-input>
4
+ </div>
5
+ </template>
6
+
7
+ <script>
8
+ import { TinyInput } from '@opentiny/vue'
9
+
10
+ export default {
11
+ components: {
12
+ TinyInput
13
+ },
14
+ data() {
15
+ return {
16
+ input:
17
+ '表单文本域开启只读模式,\n文本内容超过 5 行自动隐藏。\n表单文本域开启只读模式,\n文本内容超过 5 行自动隐藏。\n表单文本域开启只读模式,\n文本内容超过 5 行自动隐藏。\n表单文本域开启只读模式,\n文本内容超过 5 行自动隐藏。\n表单文本域开启只读模式,\n文本内容超过 5 行自动隐藏'
18
+ }
19
+ }
20
+ }
21
+ </script>
22
+
23
+ <style scoped>
24
+ .demo-input .tiny-textarea {
25
+ width: 260px;
26
+ }
27
+ </style>
@@ -508,6 +508,20 @@ export default {
508
508
  'en-US': '<p>bbutton click</p>'
509
509
  },
510
510
  codeFiles: ['display-only-content.vue']
511
+ },
512
+ {
513
+ demoId: 'display-only-popup-more',
514
+ name: {
515
+ 'zh-CN': '文本域只读超出显示更多按钮',
516
+ 'en-US': 'Text field read-only beyond Show more button'
517
+ },
518
+ desc: {
519
+ 'zh-CN':
520
+ '在只读的基础上增加<code>popup-more</code>属性,可使文本域超出显示更多按钮,点击更多按钮可以查看详细信息。',
521
+ 'en-US':
522
+ 'The <code>popup-more</code> attribute is added to enable the text field to exceed the display of more buttons. You can click more buttons to view details.'
523
+ },
524
+ codeFiles: ['display-only-popup-more.vue']
511
525
  }
512
526
  ]
513
527
  }
@@ -0,0 +1,35 @@
1
+ <template>
2
+ <div>
3
+ <tiny-progress class="progress" :stroke-width="12" :percentage="100" status="success">
4
+ <template #successIcon>
5
+ <TinyIconSmile />
6
+ </template>
7
+ </tiny-progress>
8
+ <br />
9
+ <tiny-progress class="progress" :stroke-width="12" :percentage="80" status="warning">
10
+ <template #warningIcon>
11
+ <TinyIconMeh />
12
+ </template>
13
+ </tiny-progress>
14
+ <br />
15
+ <tiny-progress class="progress" :stroke-width="12" :percentage="50" status="exception">
16
+ <template #exceptionIcon>
17
+ <TinyIconFrown />
18
+ </template>
19
+ </tiny-progress>
20
+ </div>
21
+ </template>
22
+
23
+ <script lang="jsx">
24
+ import { TinyProgress } from '@opentiny/vue'
25
+ import { IconFrown, IconMeh, IconSmile } from '@opentiny/vue-icon'
26
+
27
+ export default {
28
+ components: {
29
+ TinyProgress,
30
+ TinyIconSmile: IconSmile(),
31
+ TinyIconMeh: IconMeh(),
32
+ TinyIconFrown: IconFrown()
33
+ }
34
+ }
35
+ </script>
@@ -0,0 +1,35 @@
1
+ <template>
2
+ <tiny-steps ref="steps" advanced content-center flex :data="data" :active="advancedActive"></tiny-steps>
3
+ </template>
4
+
5
+ <script>
6
+ import { TinySteps } from '@opentiny/vue'
7
+
8
+ export default {
9
+ components: {
10
+ TinySteps
11
+ },
12
+ data() {
13
+ return {
14
+ advancedActive: 2,
15
+ data: [
16
+ {
17
+ name: '默认',
18
+ status: '',
19
+ description:
20
+ 'Optional Optional Optional Optional Optional Optional Optional Optional Optional Optional Optional Optional Optional Optional Optional Optional Optional Optional Optional Optional Optional Optional Optional Optional '
21
+ },
22
+ { name: '已完成', status: 'done', description: 'done 已完成' },
23
+ { name: '进行中', status: 'doing', description: 'doing 进行中' },
24
+ { name: '错误', status: 'error', description: 'error 错误' },
25
+ {
26
+ name: '已禁用',
27
+ status: 'disabled',
28
+ description:
29
+ 'disabled 已禁用,描述内容描述内容,超出部分隐藏,描述内容,超出部分隐藏,描述内容,超出部分隐藏,描述内容,超出部分隐藏'
30
+ }
31
+ ]
32
+ }
33
+ }
34
+ }
35
+ </script>
@@ -39,6 +39,19 @@ export default {
39
39
  },
40
40
  codeFiles: ['advanced-steps.vue']
41
41
  },
42
+ {
43
+ demoId: 'content-center',
44
+ name: {
45
+ 'zh-CN': '内容居中',
46
+ 'en-US': 'Content center'
47
+ },
48
+ desc: {
49
+ 'zh-CN': '<p>添加 <code>content-center</code> 使步骤条内容默认居中显示。</p>',
50
+ 'en-US':
51
+ '<p>Adding the attribute<code>content center</code>can make the step bar content appear centered by default.</p>'
52
+ },
53
+ codeFiles: ['content-center.vue']
54
+ },
42
55
  {
43
56
  demoId: 'advanced-flex',
44
57
  name: {
@@ -10,7 +10,8 @@
10
10
  </template>
11
11
 
12
12
  <script>
13
- import { TinyTabs, TinyTabItem, TinyHuichartsBar, TinyHuichartsGauge } from '@opentiny/vue'
13
+ import { TinyTabs, TinyTabItem } from '@opentiny/vue'
14
+ import { TinyHuichartsBar, TinyHuichartsGauge } from '@opentiny/vue-huicharts'
14
15
 
15
16
  export default {
16
17
  components: {
@@ -159,10 +159,12 @@ const dataArr = ref([
159
159
  .card-stlecting {
160
160
  border-top: 1px solid rgba(0, 0, 0, 0.05);
161
161
  }
162
- </style>
163
-
164
- <style>
165
- #smb-card .tiny-card--small-padding {
162
+ #smb-card :deep(.tiny-card--small-padding) {
166
163
  padding: 0;
167
164
  }
165
+ .card-wrap :deep(.tiny-input__inner) {
166
+ border: none;
167
+ border-radius: 6px;
168
+ background-color: #fafafa;
169
+ }
168
170
  </style>
@@ -169,10 +169,12 @@ export default {
169
169
  .card-stlecting {
170
170
  border-top: 1px solid rgba(0, 0, 0, 0.05);
171
171
  }
172
- </style>
173
-
174
- <style>
175
- #smb-card .tiny-card--small-padding {
172
+ #smb-card :deep(.tiny-card--small-padding) {
176
173
  padding: 0;
177
174
  }
175
+ .card-wrap :deep(.tiny-input__inner) {
176
+ border: none;
177
+ border-radius: 6px;
178
+ background-color: #fafafa;
179
+ }
178
180
  </style>
@@ -3,8 +3,8 @@ import { test, expect } from '@playwright/test'
3
3
  test('多选可搜索', async ({ page }) => {
4
4
  page.on('pageerror', (exception) => expect(exception).toBeNull())
5
5
  await page.goto('cascader#filterable-multiple')
6
- await page.getByRole('textbox', { name: '试试搜索:安装' }).nth(1).click()
7
- await page.getByRole('textbox', { name: '试试搜索:安装' }).nth(1).fill('安装')
6
+ await page.getByRole('textbox', { name: '试试搜索:安装' }).click()
7
+ await page.getByRole('textbox', { name: '试试搜索:安装' }).fill('安装')
8
8
  await page.waitForTimeout(1000)
9
9
  const text = await page.locator('.tiny-cascader__suggestion-item')
10
10
  await expect(text).toHaveText([
@@ -6,7 +6,7 @@
6
6
 
7
7
  <script setup lang="jsx">
8
8
  import { ref } from 'vue'
9
- import { TinyHuichartsAmap as TinyAutonaviMap } from '@opentiny/vue'
9
+ import { TinyHuichartsAmap as TinyAutonaviMap } from '@opentiny/vue-huicharts'
10
10
 
11
11
  const options = ref({
12
12
  key: '4b5f2cf2cba25200cc6b68c398468899',
@@ -5,7 +5,7 @@
5
5
  </template>
6
6
 
7
7
  <script lang="jsx">
8
- import { TinyHuichartsAmap } from '@opentiny/vue'
8
+ import { TinyHuichartsAmap } from '@opentiny/vue-huicharts'
9
9
 
10
10
  export default {
11
11
  components: {
@@ -6,7 +6,7 @@
6
6
 
7
7
  <script setup lang="jsx">
8
8
  import { ref } from 'vue'
9
- import { TinyHuichartsBar as TinyChartBar } from '@opentiny/vue'
9
+ import { TinyHuichartsBar as TinyChartBar } from '@opentiny/vue-huicharts'
10
10
 
11
11
  const options = ref({
12
12
  data: [
@@ -5,7 +5,7 @@
5
5
  </template>
6
6
 
7
7
  <script lang="jsx">
8
- import { TinyHuichartsBar } from '@opentiny/vue'
8
+ import { TinyHuichartsBar } from '@opentiny/vue-huicharts'
9
9
 
10
10
  export default {
11
11
  components: {
@@ -5,7 +5,7 @@
5
5
  </template>
6
6
 
7
7
  <script setup lang="jsx">
8
- import { TinyHuichartsBar as TinyChartBar } from '@opentiny/vue'
8
+ import { TinyHuichartsBar as TinyChartBar } from '@opentiny/vue-huicharts'
9
9
 
10
10
  const options = {
11
11
  data: [
@@ -5,7 +5,7 @@
5
5
  </template>
6
6
 
7
7
  <script lang="jsx">
8
- import { TinyHuichartsBar } from '@opentiny/vue'
8
+ import { TinyHuichartsBar } from '@opentiny/vue-huicharts'
9
9
 
10
10
  export default {
11
11
  components: {
@@ -6,7 +6,7 @@
6
6
 
7
7
  <script setup lang="jsx">
8
8
  import { ref } from 'vue'
9
- import { TinyHuichartsBar as TinyChartBar } from '@opentiny/vue'
9
+ import { TinyHuichartsBar as TinyChartBar } from '@opentiny/vue-huicharts'
10
10
 
11
11
  const options = ref({
12
12
  data: [
@@ -5,7 +5,7 @@
5
5
  </template>
6
6
 
7
7
  <script lang="jsx">
8
- import { TinyHuichartsBar } from '@opentiny/vue'
8
+ import { TinyHuichartsBar } from '@opentiny/vue-huicharts'
9
9
 
10
10
  export default {
11
11
  components: {
@@ -6,7 +6,7 @@
6
6
 
7
7
  <script setup lang="jsx">
8
8
  import { ref } from 'vue'
9
- import { TinyHuichartsBar as TinyChartBar } from '@opentiny/vue'
9
+ import { TinyHuichartsBar as TinyChartBar } from '@opentiny/vue-huicharts'
10
10
 
11
11
  const options = ref({
12
12
  data: [
@@ -5,7 +5,7 @@
5
5
  </template>
6
6
 
7
7
  <script lang="jsx">
8
- import { TinyHuichartsBar } from '@opentiny/vue'
8
+ import { TinyHuichartsBar } from '@opentiny/vue-huicharts'
9
9
 
10
10
  export default {
11
11
  components: {
@@ -6,7 +6,7 @@
6
6
 
7
7
  <script setup lang="jsx">
8
8
  import { ref } from 'vue'
9
- import { TinyHuichartsBar as TinyChartBar } from '@opentiny/vue'
9
+ import { TinyHuichartsBar as TinyChartBar } from '@opentiny/vue-huicharts'
10
10
 
11
11
  const options = ref({
12
12
  data: [
@@ -5,7 +5,7 @@
5
5
  </template>
6
6
 
7
7
  <script lang="jsx">
8
- import { TinyHuichartsBar } from '@opentiny/vue'
8
+ import { TinyHuichartsBar } from '@opentiny/vue-huicharts'
9
9
 
10
10
  export default {
11
11
  components: {
@@ -6,7 +6,7 @@
6
6
 
7
7
  <script setup lang="jsx">
8
8
  import { ref } from 'vue'
9
- import { TinyHuichartsBar as TinyChartBar } from '@opentiny/vue'
9
+ import { TinyHuichartsBar as TinyChartBar } from '@opentiny/vue-huicharts'
10
10
 
11
11
  const options = ref({
12
12
  data: [
@@ -5,7 +5,7 @@
5
5
  </template>
6
6
 
7
7
  <script lang="jsx">
8
- import { TinyHuichartsBar } from '@opentiny/vue'
8
+ import { TinyHuichartsBar } from '@opentiny/vue-huicharts'
9
9
 
10
10
  export default {
11
11
  components: {
@@ -6,7 +6,7 @@
6
6
 
7
7
  <script setup lang="jsx">
8
8
  import { ref } from 'vue'
9
- import { TinyHuichartsBar as TinyChartBar } from '@opentiny/vue'
9
+ import { TinyHuichartsBar as TinyChartBar } from '@opentiny/vue-huicharts'
10
10
  const options = ref({
11
11
  // 双向柱状图形态
12
12
  type: 'double-sides',