@opentinyvue/vue-docs 3.22.0 → 3.22.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 (519) hide show
  1. package/demos/apis/breadcrumb.js +2 -2
  2. package/demos/apis/button-group.js +1 -1
  3. package/demos/apis/calendar-view.js +1 -1
  4. package/demos/apis/card.js +4 -4
  5. package/demos/apis/dialog-box.js +2 -2
  6. package/demos/apis/grid.js +255 -260
  7. package/demos/apis/guide.js +11 -0
  8. package/demos/apis/image.js +16 -15
  9. package/demos/apis/input.js +5 -5
  10. package/demos/apis/nav-menu.js +11 -0
  11. package/demos/apis/numeric.js +2 -2
  12. package/demos/apis/pager.js +1 -1
  13. package/demos/apis/pop-upload.js +1 -1
  14. package/demos/apis/popeditor.js +1 -1
  15. package/demos/apis/select.js +26 -1
  16. package/demos/apis/skeleton.js +40 -20
  17. package/demos/apis/tag.js +14 -0
  18. package/demos/mobile-first/app/file-upload/webdoc/file-upload.js +2 -2
  19. package/demos/mobile-first/app/input/mask.vue +0 -4
  20. package/demos/mobile-first/app/skeleton/animation.vue +36 -0
  21. package/demos/mobile-first/app/skeleton/avatar.vue +15 -0
  22. package/demos/mobile-first/app/skeleton/base.vue +15 -0
  23. package/demos/mobile-first/app/skeleton/custom-layout.vue +40 -0
  24. package/demos/mobile-first/app/skeleton/custom-rows.vue +15 -0
  25. package/demos/mobile-first/app/skeleton/image-item-slot.vue +24 -0
  26. package/demos/mobile-first/app/skeleton/loaded.vue +36 -0
  27. package/demos/mobile-first/app/skeleton/rows-width.vue +15 -0
  28. package/demos/mobile-first/app/skeleton/shape.vue +24 -0
  29. package/demos/mobile-first/app/skeleton/size.vue +23 -0
  30. package/demos/mobile-first/app/skeleton/webdoc/skeleton.cn.md +9 -0
  31. package/demos/mobile-first/app/skeleton/webdoc/skeleton.en.md +9 -0
  32. package/demos/mobile-first/app/skeleton/webdoc/skeleton.js +135 -0
  33. package/demos/mobile-first/menus.js +2 -2
  34. package/demos/pc/app/action-menu/icon-composition-api.vue +5 -5
  35. package/demos/pc/app/action-menu/icon.vue +5 -5
  36. package/demos/pc/app/action-menu/popper-class-composition-api.vue +1 -1
  37. package/demos/pc/app/action-menu/popper-class.spec.ts +1 -1
  38. package/demos/pc/app/action-menu/popper-class.vue +1 -1
  39. package/demos/pc/app/action-menu/slot-item-composition-api.vue +1 -1
  40. package/demos/pc/app/action-menu/slot-item.vue +1 -1
  41. package/demos/pc/app/action-menu/webdoc/action-menu.js +147 -0
  42. package/demos/pc/app/alert/custom-class-composition-api.vue +1 -1
  43. package/demos/pc/app/alert/custom-class.spec.ts +1 -1
  44. package/demos/pc/app/alert/custom-class.vue +1 -1
  45. package/demos/pc/app/alert/webdoc/alert.js +135 -0
  46. package/demos/pc/app/anchor/webdoc/anchor.js +82 -0
  47. package/demos/pc/app/autocomplete/slot-composition-api.vue +4 -0
  48. package/demos/pc/app/autocomplete/slot.vue +4 -0
  49. package/demos/pc/app/autocomplete/webdoc/autocomplete.js +200 -0
  50. package/demos/pc/app/badge/offset-composition-api.vue +1 -1
  51. package/demos/pc/app/badge/offset.vue +1 -1
  52. package/demos/pc/app/badge/webdoc/badge.js +109 -0
  53. package/demos/pc/app/base-select/multiple-mix-composition-api.vue +4 -1
  54. package/demos/pc/app/base-select/multiple-mix.vue +4 -1
  55. package/demos/pc/app/base-select/popup-style-position-composition-api.vue +1 -1
  56. package/demos/pc/app/base-select/popup-style-position.spec.ts +1 -1
  57. package/demos/pc/app/base-select/popup-style-position.vue +1 -1
  58. package/demos/pc/app/base-select/searchable-composition-api.vue +3 -3
  59. package/demos/pc/app/base-select/searchable.vue +3 -3
  60. package/demos/pc/app/base-select/slot-empty-composition-api.vue +2 -4
  61. package/demos/pc/app/base-select/slot-empty.vue +3 -4
  62. package/demos/pc/app/base-select/slot-footer-composition-api.vue +3 -2
  63. package/demos/pc/app/base-select/slot-footer.vue +3 -2
  64. package/demos/pc/app/base-select/slot-reference-composition-api.vue +8 -0
  65. package/demos/pc/app/base-select/slot-reference.vue +8 -0
  66. package/demos/pc/app/base-select/webdoc/base-select.js +69 -0
  67. package/demos/pc/app/breadcrumb/webdoc/breadcrumb.js +69 -0
  68. package/demos/pc/app/bulletin-board/webdoc/bulletin-board.js +121 -0
  69. package/demos/pc/app/button/dynamic-disabled.spec.ts +1 -1
  70. package/demos/pc/app/button/ghost-composition-api.vue +1 -1
  71. package/demos/pc/app/button/ghost.vue +1 -1
  72. package/demos/pc/app/button/loading-composition-api.vue +3 -0
  73. package/demos/pc/app/button/loading.vue +3 -0
  74. package/demos/pc/app/button/webdoc/button.js +140 -0
  75. package/demos/pc/app/button-group/webdoc/button-group.js +149 -0
  76. package/demos/pc/app/calendar/calendar-year-month-composition-api.vue +7 -0
  77. package/demos/pc/app/calendar/calendar-year-month.spec.ts +16 -0
  78. package/demos/pc/app/calendar/calendar-year-month.vue +13 -0
  79. package/demos/pc/app/calendar/webdoc/calendar.js +108 -0
  80. package/demos/pc/app/calendar-view/calendar-disabled-day.spec.ts +6 -3
  81. package/demos/pc/app/calendar-view/webdoc/calendar-view.js +201 -0
  82. package/demos/pc/app/card/basic-usage-composition-api.vue +0 -1
  83. package/demos/pc/app/card/basic-usage.vue +0 -1
  84. package/demos/pc/app/card/card-disabled-composition-api.vue +0 -1
  85. package/demos/pc/app/card/card-disabled.vue +0 -1
  86. package/demos/pc/app/card/card-events-composition-api.vue +0 -1
  87. package/demos/pc/app/card/card-events.vue +0 -1
  88. package/demos/pc/app/card/card-group-composition-api.vue +0 -1
  89. package/demos/pc/app/card/card-group.vue +0 -1
  90. package/demos/pc/app/card/card-select-composition-api.vue +0 -1
  91. package/demos/pc/app/card/card-select.vue +0 -1
  92. package/demos/pc/app/card/card-size-composition-api.vue +0 -1
  93. package/demos/pc/app/card/card-size.vue +0 -1
  94. package/demos/pc/app/card/card-status-composition-api.vue +0 -1
  95. package/demos/pc/app/card/card-status.vue +0 -1
  96. package/demos/pc/app/card/card-type-composition-api.vue +0 -1
  97. package/demos/pc/app/card/card-type.vue +0 -1
  98. package/demos/pc/app/card/check-mode-composition-api.vue +0 -1
  99. package/demos/pc/app/card/check-mode.vue +0 -1
  100. package/demos/pc/app/card/check-type-checkbox-composition-api.vue +0 -1
  101. package/demos/pc/app/card/check-type-checkbox.vue +0 -1
  102. package/demos/pc/app/card/check-type-radio-composition-api.vue +0 -1
  103. package/demos/pc/app/card/check-type-radio.vue +0 -1
  104. package/demos/pc/app/card/custom-class-composition-api.vue +1 -1
  105. package/demos/pc/app/card/custom-class.vue +1 -1
  106. package/demos/pc/app/card/operate-bar-composition-api.vue +0 -1
  107. package/demos/pc/app/card/operate-bar.vue +0 -1
  108. package/demos/pc/app/card/slot-composition-api.vue +0 -1
  109. package/demos/pc/app/card/slot.vue +0 -1
  110. package/demos/pc/app/card/webdoc/card.js +56 -0
  111. package/demos/pc/app/carousel/autoplay-composition-api.vue +3 -3
  112. package/demos/pc/app/carousel/autoplay.vue +3 -3
  113. package/demos/pc/app/carousel/basic-usage-composition-api.vue +3 -3
  114. package/demos/pc/app/carousel/basic-usage.vue +3 -3
  115. package/demos/pc/app/carousel/card-mode-composition-api.vue +3 -3
  116. package/demos/pc/app/carousel/card-mode.vue +3 -3
  117. package/demos/pc/app/carousel/card-show-composition-api.vue +5 -5
  118. package/demos/pc/app/carousel/card-show.vue +5 -5
  119. package/demos/pc/app/carousel/carousel-arrow-always-composition-api.vue +3 -3
  120. package/demos/pc/app/carousel/carousel-arrow-always.vue +3 -3
  121. package/demos/pc/app/carousel/carousel-arrow-hover-composition-api.vue +3 -3
  122. package/demos/pc/app/carousel/carousel-arrow-hover.vue +3 -3
  123. package/demos/pc/app/carousel/carousel-arrow-never-composition-api.vue +3 -3
  124. package/demos/pc/app/carousel/carousel-arrow-never.vue +3 -3
  125. package/demos/pc/app/carousel/carousel-events-composition-api.vue +3 -7
  126. package/demos/pc/app/carousel/carousel-events.vue +3 -3
  127. package/demos/pc/app/carousel/close-loop-composition-api.vue +3 -3
  128. package/demos/pc/app/carousel/close-loop.vue +3 -3
  129. package/demos/pc/app/carousel/custom-height-composition-api.vue +6 -7
  130. package/demos/pc/app/carousel/custom-height.vue +6 -7
  131. package/demos/pc/app/carousel/dialog-show-composition-api.vue +3 -3
  132. package/demos/pc/app/carousel/dialog-show.vue +3 -3
  133. package/demos/pc/app/carousel/indicator-trigger-composition-api.vue +3 -3
  134. package/demos/pc/app/carousel/indicator-trigger.vue +3 -3
  135. package/demos/pc/app/carousel/initial-index-composition-api.vue +3 -3
  136. package/demos/pc/app/carousel/initial-index.vue +11 -2
  137. package/demos/pc/app/carousel/manual-play-composition-api.vue +3 -3
  138. package/demos/pc/app/carousel/manual-play.vue +3 -3
  139. package/demos/pc/app/carousel/play-interval-composition-api.vue +3 -3
  140. package/demos/pc/app/carousel/play-interval.vue +3 -3
  141. package/demos/pc/app/carousel/show-title-composition-api.vue +3 -3
  142. package/demos/pc/app/carousel/show-title.vue +3 -3
  143. package/demos/pc/app/carousel/swipeable-composition-api.vue +3 -3
  144. package/demos/pc/app/carousel/swipeable.vue +3 -3
  145. package/demos/pc/app/carousel/up-down-carousel-composition-api.vue +3 -3
  146. package/demos/pc/app/carousel/up-down-carousel.vue +3 -3
  147. package/demos/pc/app/carousel/webdoc/carousel.js +69 -0
  148. package/demos/pc/app/cascader/filterable-composition-api.vue +1 -1
  149. package/demos/pc/app/cascader/filterable.vue +1 -1
  150. package/demos/pc/app/cascader/webdoc/cascader.js +121 -0
  151. package/demos/pc/app/cascader-panel/webdoc/cascader-panel.js +82 -0
  152. package/demos/pc/app/chart/webdoc/chart-docs.cn.md +6 -6
  153. package/demos/pc/app/chart/webdoc/chart-docs.en.md +5 -5
  154. package/demos/pc/app/checkbox/basic-usage.spec.ts +2 -3
  155. package/demos/pc/app/checkbox/webdoc/checkbox.js +212 -0
  156. package/demos/pc/app/collapse/title-composition-api.vue +1 -0
  157. package/demos/pc/app/collapse/title.vue +1 -0
  158. package/demos/pc/app/collapse/webdoc/collapse.js +69 -0
  159. package/demos/pc/app/color-picker/webdoc/color-picker.js +95 -0
  160. package/demos/pc/app/color-select-panel/webdoc/color-select-panel.js +69 -0
  161. package/demos/pc/app/config-provider/webdoc/config-provider.js +30 -0
  162. package/demos/pc/app/container/basic-usage-composition-api.vue +13 -12
  163. package/demos/pc/app/container/basic-usage.vue +12 -12
  164. package/demos/pc/app/container/custom-with-height-composition-api.vue +12 -12
  165. package/demos/pc/app/container/custom-with-height.vue +12 -12
  166. package/demos/pc/app/container/webdoc/container.js +30 -0
  167. package/demos/pc/app/crop/webdoc/crop.js +69 -0
  168. package/demos/pc/app/date-picker/custom-suffix-icon-composition-api.vue +1 -1
  169. package/demos/pc/app/date-picker/custom-suffix-icon.vue +1 -1
  170. package/demos/pc/app/date-picker/webdoc/date-picker.js +69 -0
  171. package/demos/pc/app/dialog-box/basic-usage-composition-api.vue +2 -2
  172. package/demos/pc/app/dialog-box/basic-usage.spec.ts +6 -5
  173. package/demos/pc/app/dialog-box/basic-usage.vue +2 -2
  174. package/demos/pc/app/dialog-box/center.spec.ts +5 -4
  175. package/demos/pc/app/dialog-box/close-on-click-modal.spec.ts +4 -3
  176. package/demos/pc/app/dialog-box/close-on-press-escape.spec.ts +3 -2
  177. package/demos/pc/app/dialog-box/custom-dialog-content-composition-api.vue +2 -2
  178. package/demos/pc/app/dialog-box/custom-dialog-content.spec.ts +5 -4
  179. package/demos/pc/app/dialog-box/custom-dialog-content.vue +3 -4
  180. package/demos/pc/app/dialog-box/custom-dialog-footer-composition-api.vue +1 -1
  181. package/demos/pc/app/dialog-box/custom-dialog-footer.spec.ts +4 -3
  182. package/demos/pc/app/dialog-box/custom-dialog-footer.vue +1 -1
  183. package/demos/pc/app/dialog-box/custom-dialog-title-composition-api.vue +1 -1
  184. package/demos/pc/app/dialog-box/custom-dialog-title.spec.ts +4 -3
  185. package/demos/pc/app/dialog-box/custom-dialog-title.vue +1 -1
  186. package/demos/pc/app/dialog-box/destroy-on-close-composition-api.vue +1 -1
  187. package/demos/pc/app/dialog-box/destroy-on-close.spec.ts +3 -3
  188. package/demos/pc/app/dialog-box/destroy-on-close.vue +1 -1
  189. package/demos/pc/app/dialog-box/dialog-top-height.spec.ts +5 -4
  190. package/demos/pc/app/dialog-box/dialog-width.spec.ts +5 -4
  191. package/demos/pc/app/dialog-box/double-dialog-height-composition-api.vue +3 -3
  192. package/demos/pc/app/dialog-box/double-dialog-height.vue +3 -3
  193. package/demos/pc/app/dialog-box/draggable-composition-api.vue +1 -1
  194. package/demos/pc/app/dialog-box/draggable.spec.ts +3 -2
  195. package/demos/pc/app/dialog-box/draggable.vue +1 -1
  196. package/demos/pc/app/dialog-box/form-in-dialog.spec.ts +8 -7
  197. package/demos/pc/app/dialog-box/fullscreen.spec.ts +3 -2
  198. package/demos/pc/app/dialog-box/hidden-header.spec.ts +3 -3
  199. package/demos/pc/app/dialog-box/lock-scroll.spec.ts +4 -3
  200. package/demos/pc/app/dialog-box/open-close-events-composition-api.vue +2 -2
  201. package/demos/pc/app/dialog-box/open-close-events.spec.ts +1 -1
  202. package/demos/pc/app/dialog-box/open-close-events.vue +2 -2
  203. package/demos/pc/app/dialog-box/right-dialog-composition-api.vue +2 -2
  204. package/demos/pc/app/dialog-box/right-dialog.spec.ts +2 -2
  205. package/demos/pc/app/dialog-box/right-dialog.vue +2 -2
  206. package/demos/pc/app/dialog-box/secondary-dialog-composition-api.vue +1 -1
  207. package/demos/pc/app/dialog-box/secondary-dialog.spec.ts +3 -3
  208. package/demos/pc/app/dialog-box/secondary-dialog.vue +1 -1
  209. package/demos/pc/app/dialog-box/transition-effect-composition-api.vue +2 -2
  210. package/demos/pc/app/dialog-box/transition-effect.spec.ts +5 -4
  211. package/demos/pc/app/dialog-box/transition-effect.vue +2 -2
  212. package/demos/pc/app/dialog-box/webdoc/dialog-box.js +69 -0
  213. package/demos/pc/app/dialog-select/webdoc/dialog-select.js +82 -0
  214. package/demos/pc/app/divider/basic-usage.spec.ts +3 -2
  215. package/demos/pc/app/divider/content-position.spec.ts +2 -1
  216. package/demos/pc/app/divider/custom-style.spec.ts +4 -3
  217. package/demos/pc/app/divider/direction.spec.ts +3 -2
  218. package/demos/pc/app/divider/divider-type.spec.ts +2 -1
  219. package/demos/pc/app/divider/status.spec.ts +2 -1
  220. package/demos/pc/app/divider/webdoc/divider.js +69 -0
  221. package/demos/pc/app/drawer/before-close.spec.ts +7 -6
  222. package/demos/pc/app/drawer/dragable.spec.ts +4 -4
  223. package/demos/pc/app/drawer/events.spec.ts +15 -11
  224. package/demos/pc/app/drawer/footer-slot.spec.ts +3 -3
  225. package/demos/pc/app/drawer/header-right-slot.spec.ts +3 -3
  226. package/demos/pc/app/drawer/header-slot.spec.ts +3 -3
  227. package/demos/pc/app/drawer/mask-closable.spec.ts +4 -4
  228. package/demos/pc/app/drawer/placement.spec.ts +2 -2
  229. package/demos/pc/app/drawer/show-footer.spec.ts +3 -4
  230. package/demos/pc/app/drawer/use-through-method-composition-api.vue +3 -5
  231. package/demos/pc/app/drawer/use-through-method.spec.ts +6 -8
  232. package/demos/pc/app/drawer/use-through-method.vue +3 -5
  233. package/demos/pc/app/drawer/webdoc/drawer.js +187 -0
  234. package/demos/pc/app/drawer/width.spec.ts +2 -1
  235. package/demos/pc/app/drawer/z-index.spec.ts +2 -2
  236. package/demos/pc/app/drop-times/webdoc/drop-times.js +43 -0
  237. package/demos/pc/app/dropdown/inherit-width-composition-api.vue +2 -2
  238. package/demos/pc/app/dropdown/inherit-width.vue +2 -2
  239. package/demos/pc/app/dropdown/show-icon-composition-api.vue +12 -6
  240. package/demos/pc/app/dropdown/show-icon.vue +12 -6
  241. package/demos/pc/app/dropdown/size-composition-api.vue +4 -4
  242. package/demos/pc/app/dropdown/size.vue +4 -4
  243. package/demos/pc/app/dropdown/split-button.spec.ts +18 -17
  244. package/demos/pc/app/dropdown/webdoc/dropdown.js +69 -14
  245. package/demos/pc/app/file-upload/upload-user-head-composition-api.vue +2 -2
  246. package/demos/pc/app/file-upload/upload-user-head.vue +2 -2
  247. package/demos/pc/app/file-upload/webdoc/file-upload.js +71 -2
  248. package/demos/pc/app/filter-panel/webdoc/filter-panel.js +71 -0
  249. package/demos/pc/app/floatbar/custom-style-composition-api.vue +2 -2
  250. package/demos/pc/app/floatbar/custom-style.spec.ts +2 -2
  251. package/demos/pc/app/floatbar/custom-style.vue +2 -2
  252. package/demos/pc/app/floatbar/webdoc/floatbar.js +56 -0
  253. package/demos/pc/app/flowchart/webdoc/flowchart.js +69 -0
  254. package/demos/pc/app/fluent-editor/basic-usage.spec.ts +15 -0
  255. package/demos/pc/app/fluent-editor/before-editor-init.spec.ts +21 -0
  256. package/demos/pc/app/fluent-editor/data-switch.spec.ts +12 -0
  257. package/demos/pc/app/fluent-editor/disabled.spec.ts +9 -0
  258. package/demos/pc/app/fluent-editor/image-upload.spec.ts +7 -0
  259. package/demos/pc/app/fluent-editor/options.spec.ts +9 -0
  260. package/demos/pc/app/fluent-editor/webdoc/fluent-editor.js +82 -0
  261. package/demos/pc/app/form/popper-options-composition-api.vue +1 -1
  262. package/demos/pc/app/form/popper-options.vue +1 -1
  263. package/demos/pc/app/form/webdoc/form.js +163 -0
  264. package/demos/pc/app/fullscreen/webdoc/fullscreen.js +43 -0
  265. package/demos/pc/app/grid/custom/multiple-column-sort-composition-api.vue +2 -2
  266. package/demos/pc/app/grid/custom/multiple-column-sort.vue +1 -1
  267. package/demos/pc/app/grid/custom-style/body-style-composition-api.vue +1 -1
  268. package/demos/pc/app/grid/custom-style/body-style.vue +1 -1
  269. package/demos/pc/app/grid/custom-style/class-name-composition-api.vue +1 -1
  270. package/demos/pc/app/grid/custom-style/class-name.spec.js +1 -1
  271. package/demos/pc/app/grid/custom-style/class-name.vue +1 -1
  272. package/demos/pc/app/grid/custom-style/footer-style-composition-api.vue +1 -1
  273. package/demos/pc/app/grid/custom-style/footer-style.vue +1 -1
  274. package/demos/pc/app/grid/custom-style/header-style-composition-api.vue +1 -1
  275. package/demos/pc/app/grid/custom-style/header-style.vue +1 -1
  276. package/demos/pc/app/grid/drag/row-drag-ctrl-composition-api.vue +1 -1
  277. package/demos/pc/app/grid/drag/row-drag-ctrl.vue +1 -1
  278. package/demos/pc/app/grid/edit/editing-composition-api.vue +1 -1
  279. package/demos/pc/app/grid/edit/editing.vue +1 -1
  280. package/demos/pc/app/grid/edit/status-of-editing-composition-api.vue +3 -3
  281. package/demos/pc/app/grid/edit/status-of-editing.vue +3 -3
  282. package/demos/pc/app/grid/edit/trigger-mode-for-editing-composition-api.vue +1 -1
  283. package/demos/pc/app/grid/edit/trigger-mode-for-editing.vue +1 -1
  284. package/demos/pc/app/grid/edit/trigger-mode-hm-editing-composition-api.vue +1 -1
  285. package/demos/pc/app/grid/edit/trigger-mode-hm-editing.vue +1 -1
  286. package/demos/pc/app/grid/editor/active-strictly-composition-api.vue +1 -1
  287. package/demos/pc/app/grid/editor/active-strictly.vue +1 -1
  288. package/demos/pc/app/grid/editor/editor-bg-composition-api.vue +1 -1
  289. package/demos/pc/app/grid/editor/editor-bg.vue +1 -1
  290. package/demos/pc/app/grid/empty/empty-data-tip-composition-api.vue +1 -1
  291. package/demos/pc/app/grid/empty/empty-data-tip.vue +1 -1
  292. package/demos/pc/app/grid/loading/grid-custom-loading-composition-api.vue +1 -1
  293. package/demos/pc/app/grid/loading/grid-custom-loading.vue +1 -1
  294. package/demos/pc/app/grid/operation-column/custom-operation-column-composition-api.vue +2 -2
  295. package/demos/pc/app/grid/operation-column/custom-operation-column.vue +2 -2
  296. package/demos/pc/app/grid/size/adaptive-column-width-composition-api.vue +1 -1
  297. package/demos/pc/app/grid/size/adaptive-column-width.vue +1 -1
  298. package/demos/pc/app/grid/size/max-min-grid-height-composition-api.vue +1 -1
  299. package/demos/pc/app/grid/size/max-min-grid-height.vue +1 -1
  300. package/demos/pc/app/grid/slot/editor-slot.spec.js +0 -18
  301. package/demos/pc/app/grid/tree-table/tree-table-tree-grid-expand-composition-api.vue +149 -0
  302. package/demos/pc/app/grid/tree-table/tree-table-tree-grid-expand.spec.js +9 -0
  303. package/demos/pc/app/grid/tree-table/tree-table-tree-grid-expand.vue +158 -0
  304. package/demos/pc/app/grid/validation/bubbling-composition-api.vue +1 -1
  305. package/demos/pc/app/grid/validation/bubbling.vue +1 -1
  306. package/demos/pc/app/grid/validation/custcomp-composition-api.vue +2 -9
  307. package/demos/pc/app/grid/validation/custcomp.vue +2 -9
  308. package/demos/pc/app/grid/webdoc/grid-align.js +6 -6
  309. package/demos/pc/app/grid/webdoc/grid-appearance-settings.js +4 -4
  310. package/demos/pc/app/grid/webdoc/grid-context-menu.js +8 -8
  311. package/demos/pc/app/grid/webdoc/grid-custom-style.js +8 -8
  312. package/demos/pc/app/grid/webdoc/grid-custom.js +30 -30
  313. package/demos/pc/app/grid/webdoc/grid-data-source.js +12 -12
  314. package/demos/pc/app/grid/webdoc/grid-drag.js +8 -8
  315. package/demos/pc/app/grid/webdoc/grid-dynamically-columns.js +12 -12
  316. package/demos/pc/app/grid/webdoc/grid-edit.js +18 -18
  317. package/demos/pc/app/grid/webdoc/grid-editor.js +14 -14
  318. package/demos/pc/app/grid/webdoc/grid-empty.js +6 -6
  319. package/demos/pc/app/grid/webdoc/grid-event.js +34 -34
  320. package/demos/pc/app/grid/webdoc/grid-expand.js +8 -8
  321. package/demos/pc/app/grid/webdoc/grid-faq.js +10 -10
  322. package/demos/pc/app/grid/webdoc/grid-filter.js +22 -22
  323. package/demos/pc/app/grid/webdoc/grid-fixed.js +8 -8
  324. package/demos/pc/app/grid/webdoc/grid-footer.js +8 -8
  325. package/demos/pc/app/grid/webdoc/grid-header.js +10 -10
  326. package/demos/pc/app/grid/webdoc/grid-highlight.js +12 -12
  327. package/demos/pc/app/grid/webdoc/grid-import-export.js +4 -4
  328. package/demos/pc/app/grid/webdoc/grid-large-data.js +14 -14
  329. package/demos/pc/app/grid/webdoc/grid-loading.js +4 -4
  330. package/demos/pc/app/grid/webdoc/grid-mouse-keyboard.js +6 -6
  331. package/demos/pc/app/grid/webdoc/grid-operation-column.js +16 -16
  332. package/demos/pc/app/grid/webdoc/grid-pager.js +8 -8
  333. package/demos/pc/app/grid/webdoc/grid-renderer.js +10 -10
  334. package/demos/pc/app/grid/webdoc/grid-row-grouping.js +8 -8
  335. package/demos/pc/app/grid/webdoc/grid-serial-column.js +6 -6
  336. package/demos/pc/app/grid/webdoc/grid-size.js +26 -26
  337. package/demos/pc/app/grid/webdoc/grid-slot.js +10 -10
  338. package/demos/pc/app/grid/webdoc/grid-sort.js +10 -10
  339. package/demos/pc/app/grid/webdoc/grid-span.js +6 -6
  340. package/demos/pc/app/grid/webdoc/grid-tip.js +6 -6
  341. package/demos/pc/app/grid/webdoc/grid-toolbar.js +26 -26
  342. package/demos/pc/app/grid/webdoc/grid-tree-table.js +31 -22
  343. package/demos/pc/app/grid/webdoc/grid-validation.js +22 -22
  344. package/demos/pc/app/grid/webdoc/grid.js +160 -0
  345. package/demos/pc/app/guide/webdoc/guide.js +110 -0
  346. package/demos/pc/app/icon/list-composition-api.vue +4 -7
  347. package/demos/pc/app/icon/list.vue +4 -7
  348. package/demos/pc/app/icon/webdoc/icon.js +82 -0
  349. package/demos/pc/app/icon-multicolor/list-composition-api.vue +3 -1
  350. package/demos/pc/app/icon-multicolor/list.vue +3 -1
  351. package/demos/pc/app/image/lazy-composition-api.vue +0 -1
  352. package/demos/pc/app/image/lazy.vue +0 -1
  353. package/demos/pc/app/image/webdoc/image.js +95 -0
  354. package/demos/pc/app/infinite-scroll/webdoc/infinite-scroll.js +30 -0
  355. package/demos/pc/app/input/webdoc/input.js +121 -0
  356. package/demos/pc/app/ip-address/webdoc/ip-address.js +82 -0
  357. package/demos/pc/app/layout/alignment-composition-api.vue +1 -1
  358. package/demos/pc/app/layout/alignment.vue +1 -1
  359. package/demos/pc/app/layout/webdoc/layout.js +95 -0
  360. package/demos/pc/app/link/webdoc/link.js +83 -1
  361. package/demos/pc/app/loading/basic-usage-composition-api.vue +0 -1
  362. package/demos/pc/app/loading/basic-usage.vue +0 -1
  363. package/demos/pc/app/loading/webdoc/loading.js +69 -0
  364. package/demos/pc/app/milestone/basic-usage-composition-api.vue +4 -4
  365. package/demos/pc/app/milestone/basic-usage.spec.ts +3 -10
  366. package/demos/pc/app/milestone/custom-flag-composition-api.vue +5 -5
  367. package/demos/pc/app/milestone/custom-flag.vue +5 -5
  368. package/demos/pc/app/milestone/data-field-mapping-composition-api.vue +5 -5
  369. package/demos/pc/app/milestone/data-field-mapping.vue +5 -5
  370. package/demos/pc/app/milestone/flag-before-composition-api.vue +4 -4
  371. package/demos/pc/app/milestone/flag-before.spec.ts +2 -2
  372. package/demos/pc/app/milestone/flag-before.vue +4 -4
  373. package/demos/pc/app/milestone/milestone-events-composition-api.vue +5 -5
  374. package/demos/pc/app/milestone/milestone-events.vue +5 -5
  375. package/demos/pc/app/milestone/show-number.spec.ts +0 -6
  376. package/demos/pc/app/milestone/solid-style.spec.ts +0 -6
  377. package/demos/pc/app/milestone/webdoc/milestone.js +117 -0
  378. package/demos/pc/app/mind-map/basic-usage-composition-api.vue +7 -1
  379. package/demos/pc/app/mind-map/basic-usage.vue +7 -1
  380. package/demos/pc/app/mind-map/event-composition-api.vue +7 -1
  381. package/demos/pc/app/mind-map/event.vue +7 -1
  382. package/demos/pc/app/mind-map/export-data-composition-api.vue +7 -2
  383. package/demos/pc/app/mind-map/export-data.vue +7 -2
  384. package/demos/pc/app/mind-map/webdoc/mind-map.js +54 -0
  385. package/demos/pc/app/modal/modal-other-composition-api.vue +1 -1
  386. package/demos/pc/app/modal/modal-other.vue +1 -1
  387. package/demos/pc/app/modal/webdoc/modal.js +108 -0
  388. package/demos/pc/app/nav-menu/webdoc/nav-menu.js +69 -0
  389. package/demos/pc/app/notify/webdoc/notify.js +160 -0
  390. package/demos/pc/app/numeric/webdoc/numeric.js +173 -0
  391. package/demos/pc/app/pager/webdoc/pager.js +110 -0
  392. package/demos/pc/app/pop-upload/webdoc/pop-upload.js +114 -2
  393. package/demos/pc/app/popconfirm/custom-class-composition-api.vue +2 -2
  394. package/demos/pc/app/popconfirm/custom-class.vue +2 -2
  395. package/demos/pc/app/popconfirm/type-composition-api.vue +7 -1
  396. package/demos/pc/app/popconfirm/type.vue +7 -1
  397. package/demos/pc/app/popconfirm/webdoc/popconfirm.js +95 -0
  398. package/demos/pc/app/popeditor/webdoc/popeditor.js +56 -0
  399. package/demos/pc/app/popover/webdoc/popover.js +122 -0
  400. package/demos/pc/app/progress/webdoc/progress.js +82 -0
  401. package/demos/pc/app/qr-code/basic-usage.spec.ts +1 -1
  402. package/demos/pc/app/qr-code/icon.spec.ts +2 -2
  403. package/demos/pc/app/qr-code/level.spec.ts +1 -1
  404. package/demos/pc/app/qr-code/style.spec.ts +1 -1
  405. package/demos/pc/app/qr-code/webdoc/qr-code.js +82 -0
  406. package/demos/pc/app/radio/webdoc/radio.js +56 -0
  407. package/demos/pc/app/rate/webdoc/rate.js +56 -0
  408. package/demos/pc/app/scroll-text/webdoc/scroll-text.js +56 -0
  409. package/demos/pc/app/search/slot-prefix-suffix-composition-api.vue +5 -0
  410. package/demos/pc/app/search/webdoc/search.js +56 -0
  411. package/demos/pc/app/select/multiple-composition-api.vue +12 -0
  412. package/demos/pc/app/select/multiple-mix-composition-api.vue +2 -1
  413. package/demos/pc/app/select/multiple-mix.vue +2 -1
  414. package/demos/pc/app/select/multiple.vue +12 -0
  415. package/demos/pc/app/select/nest-radio-grid-much-data.spec.ts +1 -0
  416. package/demos/pc/app/select/popup-style-position-composition-api.vue +1 -1
  417. package/demos/pc/app/select/popup-style-position.spec.ts +1 -1
  418. package/demos/pc/app/select/popup-style-position.vue +1 -1
  419. package/demos/pc/app/select/searchable-composition-api.vue +3 -3
  420. package/demos/pc/app/select/searchable.vue +3 -3
  421. package/demos/pc/app/select/slot-empty-composition-api.vue +3 -4
  422. package/demos/pc/app/select/slot-empty.vue +3 -4
  423. package/demos/pc/app/select/{slot-footer-composition-api.vue → slot-header-footer-composition-api.vue} +11 -1
  424. package/demos/pc/app/select/{slot-footer.spec.ts → slot-header-footer.spec.ts} +3 -2
  425. package/demos/pc/app/select/{slot-footer.vue → slot-header-footer.vue} +12 -2
  426. package/demos/pc/app/select/slot-reference-composition-api.vue +8 -0
  427. package/demos/pc/app/select/slot-reference.vue +8 -0
  428. package/demos/pc/app/select/webdoc/select.js +63 -6
  429. package/demos/pc/app/skeleton/animation.spec.ts +2 -1
  430. package/demos/pc/app/skeleton/loading-completed.spec.ts +2 -1
  431. package/demos/pc/app/skeleton/webdoc/skeleton.js +56 -0
  432. package/demos/pc/app/slider/webdoc/slider.js +56 -0
  433. package/demos/pc/app/split/webdoc/split.js +56 -0
  434. package/demos/pc/app/statistic/webdoc/statistic.js +56 -0
  435. package/demos/pc/app/steps/webdoc/steps.js +57 -0
  436. package/demos/pc/app/sticky/webdoc/sticky.js +57 -0
  437. package/demos/pc/app/switch/webdoc/switch.js +56 -0
  438. package/demos/pc/app/tabs/custom-more-icon.spec.ts +1 -1
  439. package/demos/pc/app/tabs/webdoc/tabs.js +57 -1
  440. package/demos/pc/app/tag/max-width-composition-api.vue +16 -0
  441. package/demos/pc/app/tag/max-width.spec.ts +10 -0
  442. package/demos/pc/app/tag/max-width.vue +22 -0
  443. package/demos/pc/app/tag/webdoc/tag.js +70 -0
  444. package/demos/pc/app/tag-group/basic-usage-composition-api.vue +0 -16
  445. package/demos/pc/app/tag-group/basic-usage.vue +0 -16
  446. package/demos/pc/app/tag-group/tag-group-effect.spec.js +5 -5
  447. package/demos/pc/app/tag-group/webdoc/tag-group.js +57 -0
  448. package/demos/pc/app/text-popup/clear-value-composition-api.vue +2 -0
  449. package/demos/pc/app/text-popup/clear-value.vue +2 -0
  450. package/demos/pc/app/text-popup/webdoc/text-popup.js +56 -0
  451. package/demos/pc/app/time-line/status.spec.ts +1 -1
  452. package/demos/pc/app/time-line/webdoc/time-line.js +56 -0
  453. package/demos/pc/app/time-picker/webdoc/time-picker.js +56 -0
  454. package/demos/pc/app/time-select/webdoc/time-select.js +56 -0
  455. package/demos/pc/app/tooltip/control-composition-api.vue +1 -1
  456. package/demos/pc/app/tooltip/control.vue +1 -1
  457. package/demos/pc/app/tooltip/webdoc/tooltip.js +56 -0
  458. package/demos/pc/app/transfer/custom-render-composition-api.vue +1 -1
  459. package/demos/pc/app/transfer/custom-render.vue +1 -1
  460. package/demos/pc/app/transfer/custom-titles-composition-api.vue +2 -2
  461. package/demos/pc/app/transfer/custom-titles.spec.ts +3 -3
  462. package/demos/pc/app/transfer/custom-titles.vue +2 -2
  463. package/demos/pc/app/transfer/webdoc/transfer.js +56 -0
  464. package/demos/pc/app/tree/icons-composition-api.vue +2 -2
  465. package/demos/pc/app/tree/icons.vue +2 -2
  466. package/demos/pc/app/tree/webdoc/tree.js +69 -0
  467. package/demos/pc/app/tree-menu/tree-menu-slot-composition-api.vue +0 -1
  468. package/demos/pc/app/tree-menu/tree-menu-slot.vue +0 -1
  469. package/demos/pc/app/tree-menu/webdoc/tree-menu.js +56 -0
  470. package/demos/pc/app/tree-select/collapse-tags-composition-api.vue +16 -0
  471. package/demos/pc/app/tree-select/collapse-tags.spec.ts +3 -3
  472. package/demos/pc/app/tree-select/collapse-tags.vue +16 -0
  473. package/demos/pc/app/tree-select/webdoc/tree-select.js +69 -0
  474. package/demos/pc/app/types.ts +93 -0
  475. package/demos/pc/app/user-contact/webdoc/user-contact.js +56 -0
  476. package/demos/pc/app/user-head/webdoc/user-head.js +56 -0
  477. package/demos/pc/app/virtual-scroll-box/table-composition-api.vue +12 -10
  478. package/demos/pc/app/virtual-scroll-box/table.vue +12 -10
  479. package/demos/pc/app/virtual-scroll-box/webdoc/virtual-scroll-box.js +30 -0
  480. package/demos/pc/app/virtual-tree/webdoc/virtual-tree.js +30 -0
  481. package/demos/pc/app/watermark/webdoc/watermark.js +30 -0
  482. package/demos/pc/app/wizard/base-usage.spec.ts +1 -1
  483. package/demos/pc/app/wizard/vertical.spec.ts +1 -1
  484. package/demos/pc/app/wizard/webdoc/wizard.js +57 -1
  485. package/demos/pc/menus.js +6 -1
  486. package/demos/pc/webdoc/faq.md +37 -0
  487. package/demos/pc/webdoc/installation.md +6 -8
  488. package/demos/pc/webdoc/theme-dark-en.md +69 -0
  489. package/demos/pc/webdoc/theme-dark.md +67 -0
  490. package/package.json +4 -4
  491. package/playground/App.vue +4 -5
  492. package/public/static/js/design-common.js +5 -0
  493. package/src/App.vue +1 -0
  494. package/src/assets/custom-block.less +1 -1
  495. package/src/assets/custom-markdown.css +24 -1
  496. package/src/assets/images/leftMenu/directives-custom-instruction.svg +2 -14
  497. package/src/assets/images/mobile-container.png +0 -0
  498. package/src/i18n/en.json +2 -1
  499. package/src/i18n/zh.json +2 -1
  500. package/src/main.js +10 -11
  501. package/src/router.js +8 -0
  502. package/src/style.css +20 -0
  503. package/src/views/components-doc/cmp-config.js +1 -1
  504. package/src/views/components-doc/common.vue +17 -3
  505. package/src/views/components-doc/components/api-docs.vue +9 -5
  506. package/src/views/components-doc/components/demo.vue +11 -4
  507. package/src/views/components-doc/components/float-settings.vue +2 -2
  508. package/src/views/components-doc/components/header.vue +10 -4
  509. package/src/views/components-doc/index.vue +1 -1
  510. package/src/views/components-doc/mobile.vue +6 -7
  511. package/src/views/components-doc/plus.vue +8 -8
  512. package/src/views/docs/docs.vue +1 -18
  513. package/src/views/features.vue +176 -0
  514. package/src/views/layout/layout.vue +1 -9
  515. package/src/views/overview.vue +8 -6
  516. package/tiny-uno/rules/size.js +4 -2
  517. package/uno.config.js +19 -1
  518. package/vite.extend.ts +2 -2
  519. package/src/assets/markdown.less +0 -24
@@ -12,7 +12,7 @@ import { TinyCarousel, TinyCarouselItem } from '@opentiny/vue'
12
12
 
13
13
  <style scoped>
14
14
  .tiny-carousel__item h3 {
15
- color: #475669;
15
+ color: #808080;
16
16
  opacity: 0.75;
17
17
  line-height: 150px;
18
18
  margin: 0;
@@ -21,10 +21,10 @@ import { TinyCarousel, TinyCarouselItem } from '@opentiny/vue'
21
21
  }
22
22
 
23
23
  .carousel-item-demo:nth-child(2n) {
24
- background-color: #fafafa;
24
+ background-color: rgba(221, 221, 221, 0.2);
25
25
  }
26
26
 
27
27
  .carousel-item-demo:nth-child(2n + 1) {
28
- background-color: #edf0f3;
28
+ background-color: rgba(221, 221, 221, 0.1);
29
29
  }
30
30
  </style>
@@ -19,7 +19,7 @@ export default {
19
19
 
20
20
  <style scoped>
21
21
  .tiny-carousel__item h3 {
22
- color: #475669;
22
+ color: #808080;
23
23
  opacity: 0.75;
24
24
  line-height: 150px;
25
25
  margin: 0;
@@ -28,10 +28,10 @@ export default {
28
28
  }
29
29
 
30
30
  .carousel-item-demo:nth-child(2n) {
31
- background-color: #fafafa;
31
+ background-color: rgba(221, 221, 221, 0.2);
32
32
  }
33
33
 
34
34
  .carousel-item-demo:nth-child(2n + 1) {
35
- background-color: #edf0f3;
35
+ background-color: rgba(221, 221, 221, 0.1);
36
36
  }
37
37
  </style>
@@ -12,7 +12,7 @@ import { TinyCarousel, TinyCarouselItem } from '@opentiny/vue'
12
12
 
13
13
  <style scoped>
14
14
  .tiny-carousel__item h3 {
15
- color: #475669;
15
+ color: #808080;
16
16
  opacity: 0.75;
17
17
  line-height: 150px;
18
18
  margin: 0;
@@ -21,10 +21,10 @@ import { TinyCarousel, TinyCarouselItem } from '@opentiny/vue'
21
21
  }
22
22
 
23
23
  .carousel-item-demo:nth-child(2n) {
24
- background-color: #fafafa;
24
+ background-color: rgba(221, 221, 221, 0.2);
25
25
  }
26
26
 
27
27
  .carousel-item-demo:nth-child(2n + 1) {
28
- background-color: #edf0f3;
28
+ background-color: rgba(221, 221, 221, 0.1);
29
29
  }
30
30
  </style>
@@ -19,7 +19,7 @@ export default {
19
19
 
20
20
  <style scoped>
21
21
  .tiny-carousel__item h3 {
22
- color: #475669;
22
+ color: #808080;
23
23
  opacity: 0.75;
24
24
  line-height: 150px;
25
25
  margin: 0;
@@ -28,10 +28,10 @@ export default {
28
28
  }
29
29
 
30
30
  .carousel-item-demo:nth-child(2n) {
31
- background-color: #fafafa;
31
+ background-color: rgba(221, 221, 221, 0.2);
32
32
  }
33
33
 
34
34
  .carousel-item-demo:nth-child(2n + 1) {
35
- background-color: #edf0f3;
35
+ background-color: rgba(221, 221, 221, 0.1);
36
36
  }
37
37
  </style>
@@ -12,7 +12,7 @@ import { TinyCarousel, TinyCarouselItem } from '@opentiny/vue'
12
12
 
13
13
  <style scoped>
14
14
  .tiny-carousel__item h3 {
15
- color: #475669;
15
+ color: #808080;
16
16
  opacity: 0.75;
17
17
  line-height: 150px;
18
18
  margin: 0;
@@ -21,10 +21,10 @@ import { TinyCarousel, TinyCarouselItem } from '@opentiny/vue'
21
21
  }
22
22
 
23
23
  .carousel-item-demo:nth-child(2n) {
24
- background-color: #fafafa;
24
+ background-color: rgba(221, 221, 221, 0.2);
25
25
  }
26
26
 
27
27
  .carousel-item-demo:nth-child(2n + 1) {
28
- background-color: #edf0f3;
28
+ background-color: rgba(221, 221, 221, 0.2);
29
29
  }
30
30
  </style>
@@ -19,7 +19,7 @@ export default {
19
19
 
20
20
  <style scoped>
21
21
  .tiny-carousel__item h3 {
22
- color: #475669;
22
+ color: #808080;
23
23
  opacity: 0.75;
24
24
  line-height: 150px;
25
25
  margin: 0;
@@ -28,10 +28,10 @@ export default {
28
28
  }
29
29
 
30
30
  .carousel-item-demo:nth-child(2n) {
31
- background-color: #fafafa;
31
+ background-color: rgba(221, 221, 221, 0.1);
32
32
  }
33
33
 
34
34
  .carousel-item-demo:nth-child(2n + 1) {
35
- background-color: #edf0f3;
35
+ background-color: rgba(221, 221, 221, 0.2);
36
36
  }
37
37
  </style>
@@ -157,9 +157,6 @@ const disableStatus = () => {
157
157
  &:last-child {
158
158
  margin-right: 0;
159
159
  }
160
- &:hover {
161
- border-color: #1476ff;
162
- }
163
160
  }
164
161
  .btn-layout {
165
162
  position: relative;
@@ -169,6 +166,9 @@ const disableStatus = () => {
169
166
  z-index: 10;
170
167
  padding: 0 76px;
171
168
  }
169
+ .card-demo {
170
+ border: 0;
171
+ }
172
172
  /deep/ .tiny-button.tiny-button--text.tiny-button.is-only-icon {
173
173
  font-size: 16px;
174
174
  border: none;
@@ -177,7 +177,7 @@ const disableStatus = () => {
177
177
  }
178
178
  &.is-disabled {
179
179
  .tiny-svg {
180
- fill: #c2c2c2;
180
+ fill: #808080;
181
181
  }
182
182
  }
183
183
  &:hover {
@@ -185,7 +185,7 @@ const disableStatus = () => {
185
185
  }
186
186
  &:not(.is-disabled) {
187
187
  .tiny-svg:hover {
188
- fill: #191919;
188
+ fill: #b3b3b3;
189
189
  }
190
190
  }
191
191
  }
@@ -160,9 +160,6 @@ export default {
160
160
  &:last-child {
161
161
  margin-right: 0;
162
162
  }
163
- &:hover {
164
- border-color: #1476ff;
165
- }
166
163
  }
167
164
  .btn-layout {
168
165
  position: relative;
@@ -172,6 +169,9 @@ export default {
172
169
  z-index: 10;
173
170
  padding: 0 76px;
174
171
  }
172
+ .card-demo {
173
+ border: 0;
174
+ }
175
175
  /deep/ .tiny-button.tiny-button--text.tiny-button.is-only-icon {
176
176
  font-size: 16px;
177
177
  border: none;
@@ -180,7 +180,7 @@ export default {
180
180
  }
181
181
  &.is-disabled {
182
182
  .tiny-svg {
183
- fill: #c2c2c2;
183
+ fill: #808080;
184
184
  }
185
185
  }
186
186
  &:hover {
@@ -188,7 +188,7 @@ export default {
188
188
  }
189
189
  &:not(.is-disabled) {
190
190
  .tiny-svg:hover {
191
- fill: #191919;
191
+ fill: #b3b3b3;
192
192
  }
193
193
  }
194
194
  }
@@ -12,7 +12,7 @@ import { TinyCarousel, TinyCarouselItem } from '@opentiny/vue'
12
12
 
13
13
  <style scoped>
14
14
  .tiny-carousel__item h3 {
15
- color: #475669;
15
+ color: #808080;
16
16
  opacity: 0.75;
17
17
  line-height: 150px;
18
18
  margin: 0;
@@ -21,10 +21,10 @@ import { TinyCarousel, TinyCarouselItem } from '@opentiny/vue'
21
21
  }
22
22
 
23
23
  .carousel-item-demo:nth-child(2n) {
24
- background-color: #fafafa;
24
+ background-color: rgba(221, 221, 221, 0.2);
25
25
  }
26
26
 
27
27
  .carousel-item-demo:nth-child(2n + 1) {
28
- background-color: #edf0f3;
28
+ background-color: rgba(221, 221, 221, 0.1);
29
29
  }
30
30
  </style>
@@ -19,7 +19,7 @@ export default {
19
19
 
20
20
  <style scoped>
21
21
  .tiny-carousel__item h3 {
22
- color: #475669;
22
+ color: #808080;
23
23
  opacity: 0.75;
24
24
  line-height: 150px;
25
25
  margin: 0;
@@ -28,10 +28,10 @@ export default {
28
28
  }
29
29
 
30
30
  .carousel-item-demo:nth-child(2n) {
31
- background-color: #fafafa;
31
+ background-color: rgba(221, 221, 221, 0.2);
32
32
  }
33
33
 
34
34
  .carousel-item-demo:nth-child(2n + 1) {
35
- background-color: #edf0f3;
35
+ background-color: rgba(221, 221, 221, 0.1);
36
36
  }
37
37
  </style>
@@ -12,7 +12,7 @@ import { TinyCarousel, TinyCarouselItem } from '@opentiny/vue'
12
12
 
13
13
  <style scoped>
14
14
  .tiny-carousel__item h3 {
15
- color: #475669;
15
+ color: #808080;
16
16
  opacity: 0.75;
17
17
  line-height: 150px;
18
18
  margin: 0;
@@ -21,10 +21,10 @@ import { TinyCarousel, TinyCarouselItem } from '@opentiny/vue'
21
21
  }
22
22
 
23
23
  .carousel-item-demo:nth-child(2n) {
24
- background-color: #fafafa;
24
+ background-color: rgba(221, 221, 221, 0.2);
25
25
  }
26
26
 
27
27
  .carousel-item-demo:nth-child(2n + 1) {
28
- background-color: #edf0f3;
28
+ background-color: rgba(221, 221, 221, 0.1);
29
29
  }
30
30
  </style>
@@ -19,7 +19,7 @@ export default {
19
19
 
20
20
  <style scoped>
21
21
  .tiny-carousel__item h3 {
22
- color: #475669;
22
+ color: #808080;
23
23
  opacity: 0.75;
24
24
  line-height: 150px;
25
25
  margin: 0;
@@ -28,10 +28,10 @@ export default {
28
28
  }
29
29
 
30
30
  .carousel-item-demo:nth-child(2n) {
31
- background-color: #fafafa;
31
+ background-color: rgba(221, 221, 221, 0.2);
32
32
  }
33
33
 
34
34
  .carousel-item-demo:nth-child(2n + 1) {
35
- background-color: #edf0f3;
35
+ background-color: rgba(221, 221, 221, 0.1);
36
36
  }
37
37
  </style>
@@ -12,7 +12,7 @@ import { TinyCarousel, TinyCarouselItem } from '@opentiny/vue'
12
12
 
13
13
  <style scoped>
14
14
  .tiny-carousel__item h3 {
15
- color: #475669;
15
+ color: #808080;
16
16
  opacity: 0.75;
17
17
  line-height: 150px;
18
18
  margin: 0;
@@ -21,10 +21,10 @@ import { TinyCarousel, TinyCarouselItem } from '@opentiny/vue'
21
21
  }
22
22
 
23
23
  .carousel-item-demo:nth-child(2n) {
24
- background-color: #fafafa;
24
+ background-color: rgba(221, 221, 221, 0.2);
25
25
  }
26
26
 
27
27
  .carousel-item-demo:nth-child(2n + 1) {
28
- background-color: #edf0f3;
28
+ background-color: rgba(221, 221, 221, 0.1);
29
29
  }
30
30
  </style>
@@ -19,7 +19,7 @@ export default {
19
19
 
20
20
  <style scoped>
21
21
  .tiny-carousel__item h3 {
22
- color: #475669;
22
+ color: #808080;
23
23
  opacity: 0.75;
24
24
  line-height: 150px;
25
25
  margin: 0;
@@ -28,10 +28,10 @@ export default {
28
28
  }
29
29
 
30
30
  .carousel-item-demo:nth-child(2n) {
31
- background-color: #fafafa;
31
+ background-color: rgba(221, 221, 221, 0.2);
32
32
  }
33
33
 
34
34
  .carousel-item-demo:nth-child(2n + 1) {
35
- background-color: #edf0f3;
35
+ background-color: rgba(221, 221, 221, 0.1);
36
36
  }
37
37
  </style>
@@ -25,7 +25,7 @@ function handleChange(value, oldValue) {
25
25
 
26
26
  <style scoped>
27
27
  .tiny-carousel__item h3 {
28
- color: #475669;
28
+ color: #808080;
29
29
  opacity: 0.75;
30
30
  line-height: 150px;
31
31
  margin: 0;
@@ -34,14 +34,10 @@ function handleChange(value, oldValue) {
34
34
  }
35
35
 
36
36
  .carousel-item-demo:nth-child(2n) {
37
- background-color: #fafafa;
37
+ background-color: rgba(221, 221, 221, 0.2);
38
38
  }
39
39
 
40
40
  .carousel-item-demo:nth-child(2n + 1) {
41
- background-color: #edf0f3;
42
- }
43
- .carousel-tip {
44
- margin: 16px 0 0;
45
- text-align: center;
41
+ background-color: rgba(221, 221, 221, 0.1);
46
42
  }
47
43
  </style>
@@ -35,7 +35,7 @@ export default {
35
35
 
36
36
  <style scoped>
37
37
  .tiny-carousel__item h3 {
38
- color: #475669;
38
+ color: #808080;
39
39
  opacity: 0.75;
40
40
  line-height: 150px;
41
41
  margin: 0;
@@ -44,11 +44,11 @@ export default {
44
44
  }
45
45
 
46
46
  .carousel-item-demo:nth-child(2n) {
47
- background-color: #fafafa;
47
+ background-color: rgba(221, 221, 221, 0.2);
48
48
  }
49
49
 
50
50
  .carousel-item-demo:nth-child(2n + 1) {
51
- background-color: #edf0f3;
51
+ background-color: rgba(221, 221, 221, 0.1);
52
52
  }
53
53
  .carousel-tip {
54
54
  margin: 16px 0 0;
@@ -12,7 +12,7 @@ import { TinyCarousel, TinyCarouselItem } from '@opentiny/vue'
12
12
 
13
13
  <style scoped>
14
14
  .tiny-carousel__item h3 {
15
- color: #475669;
15
+ color: #808080;
16
16
  opacity: 0.75;
17
17
  line-height: 150px;
18
18
  margin: 0;
@@ -21,10 +21,10 @@ import { TinyCarousel, TinyCarouselItem } from '@opentiny/vue'
21
21
  }
22
22
 
23
23
  .carousel-item-demo:nth-child(2n) {
24
- background-color: #fafafa;
24
+ background-color: rgba(221, 221, 221, 0.2);
25
25
  }
26
26
 
27
27
  .carousel-item-demo:nth-child(2n + 1) {
28
- background-color: #edf0f3;
28
+ background-color: rgba(221, 221, 221, 0.1);
29
29
  }
30
30
  </style>
@@ -19,7 +19,7 @@ export default {
19
19
 
20
20
  <style scoped>
21
21
  .tiny-carousel__item h3 {
22
- color: #475669;
22
+ color: #808080;
23
23
  opacity: 0.75;
24
24
  line-height: 150px;
25
25
  margin: 0;
@@ -28,10 +28,10 @@ export default {
28
28
  }
29
29
 
30
30
  .carousel-item-demo:nth-child(2n) {
31
- background-color: #fafafa;
31
+ background-color: rgba(221, 221, 221, 0.2);
32
32
  }
33
33
 
34
34
  .carousel-item-demo:nth-child(2n + 1) {
35
- background-color: #edf0f3;
35
+ background-color: rgba(221, 221, 221, 0.1);
36
36
  }
37
37
  </style>
@@ -19,8 +19,11 @@ import { TinyCarousel, TinyCarouselItem } from '@opentiny/vue'
19
19
  </script>
20
20
 
21
21
  <style scoped>
22
+ .block {
23
+ margin: 20px 0;
24
+ }
22
25
  .tiny-carousel__item h3 {
23
- color: #475669;
26
+ color: #808080;
24
27
  opacity: 0.75;
25
28
  line-height: 150px;
26
29
  margin: 0;
@@ -28,15 +31,11 @@ import { TinyCarousel, TinyCarouselItem } from '@opentiny/vue'
28
31
  font-size: 25px;
29
32
  }
30
33
 
31
- .block {
32
- margin: 20px 0;
33
- }
34
-
35
34
  .carousel-item-demo:nth-child(2n) {
36
- background-color: #fafafa;
35
+ background-color: rgba(221, 221, 221, 0.2);
37
36
  }
38
37
 
39
38
  .carousel-item-demo:nth-child(2n + 1) {
40
- background-color: #edf0f3;
39
+ background-color: rgba(221, 221, 221, 0.1);
41
40
  }
42
41
  </style>
@@ -26,8 +26,11 @@ export default {
26
26
  </script>
27
27
 
28
28
  <style scoped>
29
+ .block {
30
+ margin: 20px 0;
31
+ }
29
32
  .tiny-carousel__item h3 {
30
- color: #475669;
33
+ color: #808080;
31
34
  opacity: 0.75;
32
35
  line-height: 150px;
33
36
  margin: 0;
@@ -35,15 +38,11 @@ export default {
35
38
  font-size: 25px;
36
39
  }
37
40
 
38
- .block {
39
- margin: 20px 0;
40
- }
41
-
42
41
  .carousel-item-demo:nth-child(2n) {
43
- background-color: #fafafa;
42
+ background-color: rgba(221, 221, 221, 0.2);
44
43
  }
45
44
 
46
45
  .carousel-item-demo:nth-child(2n + 1) {
47
- background-color: #edf0f3;
46
+ background-color: rgba(221, 221, 221, 0.1);
48
47
  }
49
48
  </style>
@@ -33,7 +33,7 @@ function handleSubmit() {
33
33
 
34
34
  <style scoped>
35
35
  .tiny-carousel__item h3 {
36
- color: #475669;
36
+ color: #808080;
37
37
  opacity: 0.75;
38
38
  line-height: 150px;
39
39
  margin: 0;
@@ -42,10 +42,10 @@ function handleSubmit() {
42
42
  }
43
43
 
44
44
  .carousel-item-demo:nth-child(2n) {
45
- background-color: #fafafa;
45
+ background-color: rgba(221, 221, 221, 0.2);
46
46
  }
47
47
 
48
48
  .carousel-item-demo:nth-child(2n + 1) {
49
- background-color: #edf0f3;
49
+ background-color: rgba(221, 221, 221, 0.1);
50
50
  }
51
51
  </style>
@@ -46,7 +46,7 @@ export default {
46
46
 
47
47
  <style scoped>
48
48
  .tiny-carousel__item h3 {
49
- color: #475669;
49
+ color: #808080;
50
50
  opacity: 0.75;
51
51
  line-height: 150px;
52
52
  margin: 0;
@@ -55,10 +55,10 @@ export default {
55
55
  }
56
56
 
57
57
  .carousel-item-demo:nth-child(2n) {
58
- background-color: #fafafa;
58
+ background-color: rgba(221, 221, 221, 0.2);
59
59
  }
60
60
 
61
61
  .carousel-item-demo:nth-child(2n + 1) {
62
- background-color: #edf0f3;
62
+ background-color: rgba(221, 221, 221, 0.1);
63
63
  }
64
64
  </style>
@@ -12,7 +12,7 @@ import { TinyCarousel, TinyCarouselItem } from '@opentiny/vue'
12
12
 
13
13
  <style scoped>
14
14
  .tiny-carousel__item h3 {
15
- color: #475669;
15
+ color: #808080;
16
16
  opacity: 0.75;
17
17
  line-height: 150px;
18
18
  margin: 0;
@@ -21,10 +21,10 @@ import { TinyCarousel, TinyCarouselItem } from '@opentiny/vue'
21
21
  }
22
22
 
23
23
  .carousel-item-demo:nth-child(2n) {
24
- background-color: #fafafa;
24
+ background-color: rgba(221, 221, 221, 0.2);
25
25
  }
26
26
 
27
27
  .carousel-item-demo:nth-child(2n + 1) {
28
- background-color: #edf0f3;
28
+ background-color: rgba(221, 221, 221, 0.1);
29
29
  }
30
30
  </style>
@@ -19,7 +19,7 @@ export default {
19
19
 
20
20
  <style scoped>
21
21
  .tiny-carousel__item h3 {
22
- color: #475669;
22
+ color: #808080;
23
23
  opacity: 0.75;
24
24
  line-height: 150px;
25
25
  margin: 0;
@@ -28,10 +28,10 @@ export default {
28
28
  }
29
29
 
30
30
  .carousel-item-demo:nth-child(2n) {
31
- background-color: #fafafa;
31
+ background-color: rgba(221, 221, 221, 0.2);
32
32
  }
33
33
 
34
34
  .carousel-item-demo:nth-child(2n + 1) {
35
- background-color: #edf0f3;
35
+ background-color: rgba(221, 221, 221, 0.1);
36
36
  }
37
37
  </style>
@@ -12,7 +12,7 @@ import { TinyCarousel, TinyCarouselItem } from '@opentiny/vue'
12
12
 
13
13
  <style scoped>
14
14
  .tiny-carousel__item h3 {
15
- color: #475669;
15
+ color: #808080;
16
16
  opacity: 0.75;
17
17
  line-height: 150px;
18
18
  margin: 0;
@@ -21,10 +21,10 @@ import { TinyCarousel, TinyCarouselItem } from '@opentiny/vue'
21
21
  }
22
22
 
23
23
  .carousel-item-demo:nth-child(2n) {
24
- background-color: #fafafa;
24
+ background-color: rgba(221, 221, 221, 0.2);
25
25
  }
26
26
 
27
27
  .carousel-item-demo:nth-child(2n + 1) {
28
- background-color: #edf0f3;
28
+ background-color: rgba(221, 221, 221, 0.1);
29
29
  }
30
30
  </style>
@@ -18,11 +18,20 @@ export default {
18
18
  </script>
19
19
 
20
20
  <style scoped>
21
+ .tiny-carousel__item h3 {
22
+ color: #808080;
23
+ opacity: 0.75;
24
+ line-height: 150px;
25
+ margin: 0;
26
+ text-align: center;
27
+ font-size: 25px;
28
+ }
29
+
21
30
  .carousel-item-demo:nth-child(2n) {
22
- background-color: #fafafa;
31
+ background-color: rgba(221, 221, 221, 0.2);
23
32
  }
24
33
 
25
34
  .carousel-item-demo:nth-child(2n + 1) {
26
- background-color: #edf0f3;
35
+ background-color: rgba(221, 221, 221, 0.1);
27
36
  }
28
37
  </style>
@@ -45,7 +45,7 @@ function prev() {
45
45
 
46
46
  <style scoped>
47
47
  .tiny-carousel__item h3 {
48
- color: #475669;
48
+ color: #808080;
49
49
  opacity: 0.75;
50
50
  line-height: 150px;
51
51
  margin: 0;
@@ -54,11 +54,11 @@ function prev() {
54
54
  }
55
55
 
56
56
  .carousel-item-demo:nth-child(2n) {
57
- background-color: #fafafa;
57
+ background-color: rgba(221, 221, 221, 0.2);
58
58
  }
59
59
 
60
60
  .carousel-item-demo:nth-child(2n + 1) {
61
- background-color: #edf0f3;
61
+ background-color: rgba(221, 221, 221, 0.1);
62
62
  }
63
63
 
64
64
  .manual-layoutset {
@@ -55,7 +55,7 @@ export default {
55
55
 
56
56
  <style scoped>
57
57
  .tiny-carousel__item h3 {
58
- color: #475669;
58
+ color: #808080;
59
59
  opacity: 0.75;
60
60
  line-height: 150px;
61
61
  margin: 0;
@@ -64,11 +64,11 @@ export default {
64
64
  }
65
65
 
66
66
  .carousel-item-demo:nth-child(2n) {
67
- background-color: #fafafa;
67
+ background-color: rgba(221, 221, 221, 0.2);
68
68
  }
69
69
 
70
70
  .carousel-item-demo:nth-child(2n + 1) {
71
- background-color: #edf0f3;
71
+ background-color: rgba(221, 221, 221, 0.1);
72
72
  }
73
73
  .manual-layoutset {
74
74
  display: flex;