@vaebe/ccui 2.0.1-beta.1 → 2.0.1-beta.3

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 (438) hide show
  1. package/README.md +1 -1
  2. package/affix/index.d.ts +10 -0
  3. package/affix/src/affix-types.d.ts +20 -0
  4. package/affix/src/affix.d.ts +20 -0
  5. package/alert/index.d.ts +10 -0
  6. package/alert/src/alert-types.d.ts +48 -0
  7. package/alert/src/alert.d.ts +36 -0
  8. package/anchor/index.d.ts +10 -0
  9. package/anchor/src/anchor-types.d.ts +37 -0
  10. package/anchor/src/anchor.d.ts +31 -0
  11. package/auto-complete/index.d.ts +10 -0
  12. package/auto-complete/index.es.js +1986 -0
  13. package/auto-complete/index.umd.js +1 -0
  14. package/auto-complete/src/auto-complete-types.d.ts +134 -0
  15. package/auto-complete/src/auto-complete.d.ts +94 -0
  16. package/auto-complete/style.css +2 -0
  17. package/avatar/index.d.ts +10 -0
  18. package/avatar/src/avatar-types.d.ts +53 -0
  19. package/avatar/src/avatar.d.ts +36 -0
  20. package/avatar/src/components/icon-body.d.ts +4 -0
  21. package/avatar/src/components/icon-img-error.d.ts +4 -0
  22. package/avatar/src/components/icon-nobody.d.ts +4 -0
  23. package/avatar/src/composables/use-get-background-color.d.ts +1 -0
  24. package/avatar/src/composables/use-get-display-name.d.ts +1 -0
  25. package/avatar-group/index.d.ts +12 -0
  26. package/avatar-group/index.es.js +119 -0
  27. package/avatar-group/index.umd.js +1 -0
  28. package/avatar-group/src/avatar-group-types.d.ts +56 -0
  29. package/avatar-group/src/avatar-group.d.ts +27 -0
  30. package/avatar-group/style.css +2 -0
  31. package/badge/index.d.ts +10 -0
  32. package/badge/src/badge-types.d.ts +52 -0
  33. package/badge/src/badge.d.ts +36 -0
  34. package/badge-ribbon/index.d.ts +12 -0
  35. package/badge-ribbon/index.es.js +84 -0
  36. package/badge-ribbon/index.umd.js +1 -0
  37. package/badge-ribbon/src/badge-ribbon-types.d.ts +30 -0
  38. package/badge-ribbon/src/badge-ribbon.d.ts +17 -0
  39. package/badge-ribbon/style.css +2 -0
  40. package/breadcrumb/index.d.ts +10 -0
  41. package/breadcrumb/src/breadcrumb-types.d.ts +29 -0
  42. package/breadcrumb/src/breadcrumb.d.ts +21 -0
  43. package/button/index.d.ts +12 -0
  44. package/button/src/button-group.d.ts +12 -0
  45. package/button/src/button-types.d.ts +168 -0
  46. package/button/src/button.d.ts +75 -0
  47. package/button-3d/index.d.ts +10 -0
  48. package/button-3d/src/button-3d-types.d.ts +27 -0
  49. package/button-3d/src/button-3d.d.ts +23 -0
  50. package/calendar/index.d.ts +10 -0
  51. package/calendar/src/calendar-types.d.ts +56 -0
  52. package/calendar/src/calendar.d.ts +27 -0
  53. package/card/index.d.ts +10 -0
  54. package/card/src/card-types.d.ts +34 -0
  55. package/card/src/card.d.ts +21 -0
  56. package/card-meta/index.d.ts +11 -0
  57. package/card-meta/index.es.js +53 -0
  58. package/card-meta/index.umd.js +1 -0
  59. package/card-meta/src/card-meta-types.d.ts +19 -0
  60. package/card-meta/src/card-meta.d.ts +14 -0
  61. package/card-meta/style.css +2 -0
  62. package/carousel/index.d.ts +10 -0
  63. package/carousel/index.es.js +306 -0
  64. package/carousel/index.umd.js +1 -0
  65. package/carousel/src/carousel-types.d.ts +72 -0
  66. package/carousel/src/carousel.d.ts +58 -0
  67. package/carousel/style.css +2 -0
  68. package/cascader/index.d.ts +12 -0
  69. package/cascader/index.es.js +2267 -0
  70. package/cascader/index.umd.js +1 -0
  71. package/cascader/src/cascader-types.d.ts +214 -0
  72. package/cascader/src/cascader.d.ts +133 -0
  73. package/cascader/style.css +2 -0
  74. package/check-box/index.d.ts +10 -0
  75. package/check-box/src/check-box-group.d.ts +31 -0
  76. package/check-box/src/check-box-types.d.ts +74 -0
  77. package/check-box/src/check-box.d.ts +28 -0
  78. package/check-box/src/components/icon-active.d.ts +2 -0
  79. package/check-box/src/components/icon-default.d.ts +2 -0
  80. package/checkable-tag/index.d.ts +13 -0
  81. package/checkable-tag/index.es.js +141 -0
  82. package/checkable-tag/index.umd.js +1 -0
  83. package/checkable-tag/src/checkable-tag-group.d.ts +26 -0
  84. package/checkable-tag/src/checkable-tag-types.d.ts +83 -0
  85. package/checkable-tag/src/checkable-tag.d.ts +20 -0
  86. package/checkable-tag/style.css +2 -0
  87. package/collapse/index.d.ts +11 -0
  88. package/collapse/src/collapse-item.d.ts +16 -0
  89. package/collapse/src/collapse-types.d.ts +52 -0
  90. package/collapse/src/collapse.d.ts +24 -0
  91. package/color-picker/index.d.ts +10 -0
  92. package/color-picker/index.es.js +1881 -0
  93. package/color-picker/index.umd.js +1 -0
  94. package/color-picker/src/color-picker-types.d.ts +121 -0
  95. package/color-picker/src/color-picker.d.ts +75 -0
  96. package/color-picker/style.css +2 -0
  97. package/config-provider/index.d.ts +10 -0
  98. package/config-provider/src/config-provider-types.d.ts +131 -0
  99. package/config-provider/src/config-provider.d.ts +24 -0
  100. package/date-picker/index.d.ts +10 -0
  101. package/date-picker/src/date-picker-types.d.ts +179 -0
  102. package/date-picker/src/date-picker.d.ts +113 -0
  103. package/descriptions/index.d.ts +11 -0
  104. package/descriptions/src/descriptions-item.d.ts +19 -0
  105. package/descriptions/src/descriptions-types.d.ts +64 -0
  106. package/descriptions/src/descriptions.d.ts +31 -0
  107. package/divider/index.d.ts +10 -0
  108. package/divider/src/divider-types.d.ts +31 -0
  109. package/divider/src/divider.d.ts +24 -0
  110. package/drawer/index.d.ts +10 -0
  111. package/drawer/src/drawer-types.d.ts +155 -0
  112. package/drawer/src/drawer.d.ts +79 -0
  113. package/dropdown/index.d.ts +10 -0
  114. package/dropdown/index.es.js +2 -2
  115. package/dropdown/index.umd.js +1 -1
  116. package/dropdown/src/dropdown-types.d.ts +41 -0
  117. package/dropdown/src/dropdown.d.ts +32 -0
  118. package/empty/index.d.ts +10 -0
  119. package/empty/src/empty-types.d.ts +16 -0
  120. package/empty/src/empty.d.ts +15 -0
  121. package/flex/index.d.ts +10 -0
  122. package/flex/src/flex-types.d.ts +36 -0
  123. package/flex/src/flex.d.ts +29 -0
  124. package/float-button/index.d.ts +11 -0
  125. package/float-button/src/back-top.d.ts +26 -0
  126. package/float-button/src/float-button-types.d.ts +65 -0
  127. package/float-button/src/float-button.d.ts +32 -0
  128. package/form/index.d.ts +14 -0
  129. package/form/src/form-item.d.ts +72 -0
  130. package/form/src/form-list.d.ts +12 -0
  131. package/form/src/form-provider.d.ts +7 -0
  132. package/form/src/form-types.d.ts +360 -0
  133. package/form/src/form.d.ts +64 -0
  134. package/form/src/utils.d.ts +10 -0
  135. package/grid/index.d.ts +10 -0
  136. package/grid/src/grid-types.d.ts +90 -0
  137. package/grid/src/grid.d.ts +58 -0
  138. package/icon/index.d.ts +12 -0
  139. package/icon/src/icon-registry.d.ts +5 -0
  140. package/icon/src/icon-types.d.ts +95 -0
  141. package/icon/src/icon.d.ts +63 -0
  142. package/image/index.d.ts +10 -0
  143. package/image/src/image-types.d.ts +56 -0
  144. package/image/src/image.d.ts +42 -0
  145. package/image-preview-group/index.d.ts +11 -0
  146. package/image-preview-group/index.es.js +162 -0
  147. package/image-preview-group/index.umd.js +1 -0
  148. package/image-preview-group/src/image-preview-group-types.d.ts +51 -0
  149. package/image-preview-group/src/image-preview-group.d.ts +25 -0
  150. package/image-preview-group/style.css +2 -0
  151. package/index.d.ts +93 -7
  152. package/input/index.d.ts +10 -0
  153. package/input/src/input-types.d.ts +164 -0
  154. package/input/src/input.d.ts +74 -0
  155. package/input-number/index.d.ts +10 -0
  156. package/input-number/src/input-number-types.d.ts +165 -0
  157. package/input-number/src/input-number.d.ts +66 -0
  158. package/input-otp/index.d.ts +11 -0
  159. package/input-otp/index.es.js +186 -0
  160. package/input-otp/index.umd.js +1 -0
  161. package/input-otp/src/input-otp-types.d.ts +68 -0
  162. package/input-otp/src/input-otp.d.ts +40 -0
  163. package/input-otp/style.css +2 -0
  164. package/input-search/index.d.ts +11 -0
  165. package/input-search/index.es.js +1228 -0
  166. package/input-search/index.umd.js +1 -0
  167. package/input-search/src/input-search-types.d.ts +106 -0
  168. package/input-search/src/input-search.d.ts +84 -0
  169. package/input-search/style.css +2 -0
  170. package/layout/index.d.ts +10 -0
  171. package/layout/src/layout-types.d.ts +70 -0
  172. package/layout/src/layout.d.ts +56 -0
  173. package/masonry/index.d.ts +10 -0
  174. package/masonry/src/masonry-types.d.ts +19 -0
  175. package/masonry/src/masonry.d.ts +16 -0
  176. package/mentions/index.d.ts +10 -0
  177. package/mentions/index.es.js +711 -0
  178. package/mentions/index.umd.js +1 -0
  179. package/mentions/src/mentions-types.d.ts +124 -0
  180. package/mentions/src/mentions.d.ts +79 -0
  181. package/mentions/style.css +2 -0
  182. package/menu/index.d.ts +10 -0
  183. package/menu/src/menu-types.d.ts +109 -0
  184. package/menu/src/menu.d.ts +63 -0
  185. package/message/index.d.ts +22 -0
  186. package/message/src/message-item.d.ts +46 -0
  187. package/message/src/message-types.d.ts +86 -0
  188. package/message/src/message.d.ts +21 -0
  189. package/message/src/use-message.d.ts +35 -0
  190. package/modal/index.d.ts +24 -0
  191. package/modal/src/confirm-types.d.ts +30 -0
  192. package/modal/src/confirm.d.ts +17 -0
  193. package/modal/src/modal-types.d.ts +175 -0
  194. package/modal/src/modal.d.ts +99 -0
  195. package/modal/src/use-modal.d.ts +34 -0
  196. package/notification/index.d.ts +21 -0
  197. package/notification/src/notification-item.d.ts +49 -0
  198. package/notification/src/notification-types.d.ts +91 -0
  199. package/notification/src/notification.d.ts +20 -0
  200. package/notification/src/use-notification.d.ts +34 -0
  201. package/package.json +611 -12
  202. package/pagination/index.d.ts +10 -0
  203. package/pagination/index.es.js +4 -2
  204. package/pagination/index.umd.js +1 -1
  205. package/pagination/src/pagination-types.d.ts +49 -0
  206. package/pagination/src/pagination.d.ts +43 -0
  207. package/popconfirm/index.d.ts +10 -0
  208. package/popconfirm/src/popconfirm-types.d.ts +82 -0
  209. package/popconfirm/src/popconfirm.d.ts +55 -0
  210. package/popover/index.d.ts +10 -0
  211. package/popover/src/popover-types.d.ts +235 -0
  212. package/popover/src/popover.d.ts +130 -0
  213. package/progress/index.d.ts +10 -0
  214. package/progress/src/progress-types.d.ts +48 -0
  215. package/progress/src/progress.d.ts +37 -0
  216. package/radio/index.d.ts +11 -0
  217. package/radio/src/components/icon-active.d.ts +2 -0
  218. package/radio/src/components/icon-circle.d.ts +2 -0
  219. package/radio/src/radio-group.d.ts +21 -0
  220. package/radio/src/radio-types.d.ts +55 -0
  221. package/radio/src/radio.d.ts +24 -0
  222. package/range-picker/index.d.ts +10 -0
  223. package/range-picker/index.es.js +2415 -0
  224. package/range-picker/index.umd.js +1 -0
  225. package/range-picker/src/range-picker-types.d.ts +169 -0
  226. package/range-picker/src/range-picker.d.ts +112 -0
  227. package/range-picker/style.css +2 -0
  228. package/rate/index.d.ts +10 -0
  229. package/rate/src/components/icon-default.d.ts +2 -0
  230. package/rate/src/rate-types.d.ts +34 -0
  231. package/rate/src/rate.d.ts +30 -0
  232. package/result/index.d.ts +10 -0
  233. package/result/src/result-types.d.ts +21 -0
  234. package/result/src/result.d.ts +18 -0
  235. package/segmented/index.d.ts +10 -0
  236. package/segmented/src/segmented-types.d.ts +32 -0
  237. package/segmented/src/segmented.d.ts +25 -0
  238. package/select/index.d.ts +10 -0
  239. package/select/src/composables/use-select.d.ts +29 -0
  240. package/select/src/select-types.d.ts +215 -0
  241. package/select/src/select.d.ts +149 -0
  242. package/skeleton/index.d.ts +10 -0
  243. package/skeleton/src/skeleton-types.d.ts +39 -0
  244. package/skeleton/src/skeleton.d.ts +27 -0
  245. package/skeleton-node/index.d.ts +11 -0
  246. package/skeleton-node/index.es.js +71 -0
  247. package/skeleton-node/index.umd.js +1 -0
  248. package/skeleton-node/src/skeleton-node-types.d.ts +23 -0
  249. package/skeleton-node/src/skeleton-node.d.ts +17 -0
  250. package/skeleton-node/style.css +2 -0
  251. package/slider/index.d.ts +10 -0
  252. package/slider/index.es.js +3 -3
  253. package/slider/index.umd.js +1 -1
  254. package/slider/src/composables/use-slider-tooltip.d.ts +18 -0
  255. package/slider/src/composables/use-slider.d.ts +68 -0
  256. package/slider/src/slider-types.d.ts +112 -0
  257. package/slider/src/slider.d.ts +149 -0
  258. package/space/index.d.ts +10 -0
  259. package/space/src/space-types.d.ts +28 -0
  260. package/space/src/space.d.ts +21 -0
  261. package/space-compact/index.d.ts +11 -0
  262. package/space-compact/index.es.js +59 -0
  263. package/space-compact/index.umd.js +1 -0
  264. package/space-compact/src/space-compact-types.d.ts +27 -0
  265. package/space-compact/src/space-compact.d.ts +15 -0
  266. package/space-compact/style.css +2 -0
  267. package/spin/index.d.ts +10 -0
  268. package/spin/src/spin-types.d.ts +29 -0
  269. package/spin/src/spin.d.ts +24 -0
  270. package/splitter/index.d.ts +10 -0
  271. package/splitter/src/splitter-types.d.ts +70 -0
  272. package/splitter/src/splitter.d.ts +62 -0
  273. package/status/index.d.ts +10 -0
  274. package/status/src/status-types.d.ts +10 -0
  275. package/status/src/status.d.ts +9 -0
  276. package/steps/index.d.ts +10 -0
  277. package/steps/src/steps-types.d.ts +48 -0
  278. package/steps/src/steps.d.ts +34 -0
  279. package/style.css +2 -0
  280. package/switch/index.d.ts +10 -0
  281. package/switch/src/switch-types.d.ts +45 -0
  282. package/switch/src/switch.d.ts +37 -0
  283. package/table/index.d.ts +11 -0
  284. package/table/src/table-types.d.ts +172 -0
  285. package/table/src/table.d.ts +67 -0
  286. package/table-column/index.d.ts +11 -0
  287. package/table-column/index.es.js +155 -0
  288. package/table-column/index.umd.js +1 -0
  289. package/table-column/src/table-column-types.d.ts +75 -0
  290. package/table-column/src/table-column.d.ts +63 -0
  291. package/table-column-group/index.d.ts +11 -0
  292. package/table-column-group/index.es.js +80 -0
  293. package/table-column-group/index.umd.js +1 -0
  294. package/table-column-group/src/table-column-group-types.d.ts +36 -0
  295. package/table-column-group/src/table-column-group.d.ts +20 -0
  296. package/table-summary/index.d.ts +11 -0
  297. package/table-summary/index.es.js +30 -0
  298. package/table-summary/index.umd.js +1 -0
  299. package/table-summary/src/table-summary-types.d.ts +29 -0
  300. package/table-summary/src/table-summary.d.ts +8 -0
  301. package/tabs/index.d.ts +11 -0
  302. package/tabs/src/components/tab/tab-types.d.ts +18 -0
  303. package/tabs/src/components/tab/tab.d.ts +15 -0
  304. package/tabs/src/components/tabs-nav/index.d.ts +26 -0
  305. package/tabs/src/tabs-types.d.ts +49 -0
  306. package/tabs/src/tabs.d.ts +27 -0
  307. package/tag/index.d.ts +10 -0
  308. package/tag/src/tag-types.d.ts +41 -0
  309. package/tag/src/tag.d.ts +24 -0
  310. package/textarea/index.d.ts +11 -0
  311. package/textarea/index.es.js +1241 -0
  312. package/textarea/index.umd.js +1 -0
  313. package/textarea/src/textarea-types.d.ts +150 -0
  314. package/textarea/src/textarea.d.ts +63 -0
  315. package/textarea/style.css +2 -0
  316. package/time-picker/index.d.ts +10 -0
  317. package/time-picker/index.es.js +2325 -0
  318. package/time-picker/index.umd.js +1 -0
  319. package/time-picker/src/time-picker-types.d.ts +168 -0
  320. package/time-picker/src/time-picker.d.ts +127 -0
  321. package/time-picker/style.css +2 -0
  322. package/time-range-picker/index.d.ts +10 -0
  323. package/time-range-picker/index.es.js +2568 -0
  324. package/time-range-picker/index.umd.js +1 -0
  325. package/time-range-picker/src/time-range-picker-types.d.ts +147 -0
  326. package/time-range-picker/src/time-range-picker.d.ts +124 -0
  327. package/time-range-picker/style.css +2 -0
  328. package/timeline/index.d.ts +11 -0
  329. package/timeline/src/timeline-item.d.ts +31 -0
  330. package/timeline/src/timeline-types.d.ts +72 -0
  331. package/timeline/src/timeline.d.ts +3 -0
  332. package/tooltip/index.d.ts +10 -0
  333. package/tooltip/src/tooltip-types.d.ts +201 -0
  334. package/tooltip/src/tooltip.d.ts +87 -0
  335. package/transfer/index.d.ts +10 -0
  336. package/transfer/index.es.js +1407 -0
  337. package/transfer/index.umd.js +1 -0
  338. package/transfer/src/transfer-types.d.ts +76 -0
  339. package/transfer/src/transfer.d.ts +59 -0
  340. package/transfer/style.css +2 -0
  341. package/tree/index.d.ts +10 -0
  342. package/tree/src/composables/use-tree-check.d.ts +9 -0
  343. package/tree/src/composables/use-tree-flatten.d.ts +11 -0
  344. package/tree/src/composables/use-tree-state.d.ts +17 -0
  345. package/tree/src/tree-types.d.ts +202 -0
  346. package/tree/src/tree.d.ts +122 -0
  347. package/tree-select/index.d.ts +12 -0
  348. package/tree-select/index.es.js +3009 -0
  349. package/tree-select/index.umd.js +1 -0
  350. package/tree-select/src/tree-select-types.d.ts +188 -0
  351. package/tree-select/src/tree-select.d.ts +128 -0
  352. package/tree-select/style.css +2 -0
  353. package/typography/index.d.ts +10 -0
  354. package/typography/src/typography-types.d.ts +316 -0
  355. package/typography/src/typography.d.ts +33 -0
  356. package/upload/index.d.ts +10 -0
  357. package/upload/index.es.js +1450 -0
  358. package/upload/index.umd.js +1 -0
  359. package/upload/src/upload-types.d.ts +99 -0
  360. package/upload/src/upload.d.ts +66 -0
  361. package/upload/style.css +2 -0
  362. package/upload-dragger/index.d.ts +10 -0
  363. package/upload-dragger/index.es.js +1472 -0
  364. package/upload-dragger/index.umd.js +1 -0
  365. package/upload-dragger/src/upload-dragger.d.ts +167 -0
  366. package/upload-dragger/style.css +2 -0
  367. package/util/index.d.ts +12 -0
  368. package/util/src/dom.d.ts +8 -0
  369. package/util/src/func.d.ts +7 -0
  370. package/util/src/type.d.ts +3 -0
  371. package/vue-ccui.es.js +11 -9
  372. package/vue-ccui.umd.js +1 -1
  373. package/watermark/index.d.ts +10 -0
  374. package/watermark/src/watermark-types.d.ts +47 -0
  375. package/watermark/src/watermark.d.ts +34 -0
  376. package/ccui-cli.css +0 -2
  377. package/nuxt/components/category.js +0 -2
  378. package/nuxt/components/install.js +0 -2
  379. package/nuxt/components/status.js +0 -2
  380. package/nuxt/components/title.js +0 -2
  381. package/nuxt/index.js +0 -13
  382. /package/affix/{ccui-cli.css → style.css} +0 -0
  383. /package/alert/{ccui-cli.css → style.css} +0 -0
  384. /package/anchor/{ccui-cli.css → style.css} +0 -0
  385. /package/avatar/{ccui-cli.css → style.css} +0 -0
  386. /package/badge/{ccui-cli.css → style.css} +0 -0
  387. /package/breadcrumb/{ccui-cli.css → style.css} +0 -0
  388. /package/button/{ccui-cli.css → style.css} +0 -0
  389. /package/button-3d/{ccui-cli.css → style.css} +0 -0
  390. /package/calendar/{ccui-cli.css → style.css} +0 -0
  391. /package/card/{ccui-cli.css → style.css} +0 -0
  392. /package/check-box/{ccui-cli.css → style.css} +0 -0
  393. /package/collapse/{ccui-cli.css → style.css} +0 -0
  394. /package/date-picker/{ccui-cli.css → style.css} +0 -0
  395. /package/descriptions/{ccui-cli.css → style.css} +0 -0
  396. /package/divider/{ccui-cli.css → style.css} +0 -0
  397. /package/drawer/{ccui-cli.css → style.css} +0 -0
  398. /package/dropdown/{ccui-cli.css → style.css} +0 -0
  399. /package/empty/{ccui-cli.css → style.css} +0 -0
  400. /package/flex/{ccui-cli.css → style.css} +0 -0
  401. /package/float-button/{ccui-cli.css → style.css} +0 -0
  402. /package/form/{ccui-cli.css → style.css} +0 -0
  403. /package/grid/{ccui-cli.css → style.css} +0 -0
  404. /package/icon/{ccui-cli.css → style.css} +0 -0
  405. /package/image/{ccui-cli.css → style.css} +0 -0
  406. /package/input/{ccui-cli.css → style.css} +0 -0
  407. /package/input-number/{ccui-cli.css → style.css} +0 -0
  408. /package/layout/{ccui-cli.css → style.css} +0 -0
  409. /package/masonry/{ccui-cli.css → style.css} +0 -0
  410. /package/menu/{ccui-cli.css → style.css} +0 -0
  411. /package/message/{ccui-cli.css → style.css} +0 -0
  412. /package/modal/{ccui-cli.css → style.css} +0 -0
  413. /package/notification/{ccui-cli.css → style.css} +0 -0
  414. /package/pagination/{ccui-cli.css → style.css} +0 -0
  415. /package/popconfirm/{ccui-cli.css → style.css} +0 -0
  416. /package/popover/{ccui-cli.css → style.css} +0 -0
  417. /package/progress/{ccui-cli.css → style.css} +0 -0
  418. /package/radio/{ccui-cli.css → style.css} +0 -0
  419. /package/rate/{ccui-cli.css → style.css} +0 -0
  420. /package/result/{ccui-cli.css → style.css} +0 -0
  421. /package/segmented/{ccui-cli.css → style.css} +0 -0
  422. /package/select/{ccui-cli.css → style.css} +0 -0
  423. /package/skeleton/{ccui-cli.css → style.css} +0 -0
  424. /package/slider/{ccui-cli.css → style.css} +0 -0
  425. /package/space/{ccui-cli.css → style.css} +0 -0
  426. /package/spin/{ccui-cli.css → style.css} +0 -0
  427. /package/splitter/{ccui-cli.css → style.css} +0 -0
  428. /package/status/{ccui-cli.css → style.css} +0 -0
  429. /package/steps/{ccui-cli.css → style.css} +0 -0
  430. /package/switch/{ccui-cli.css → style.css} +0 -0
  431. /package/table/{ccui-cli.css → style.css} +0 -0
  432. /package/tabs/{ccui-cli.css → style.css} +0 -0
  433. /package/tag/{ccui-cli.css → style.css} +0 -0
  434. /package/timeline/{ccui-cli.css → style.css} +0 -0
  435. /package/tooltip/{ccui-cli.css → style.css} +0 -0
  436. /package/tree/{ccui-cli.css → style.css} +0 -0
  437. /package/typography/{ccui-cli.css → style.css} +0 -0
  438. /package/watermark/{ccui-cli.css → style.css} +0 -0
@@ -0,0 +1,130 @@
1
+
2
+ declare const _default: import("vue").DefineComponent<{
3
+ readonly title: string;
4
+ readonly color: string;
5
+ readonly content: string;
6
+ readonly width: string | number;
7
+ readonly offset: number;
8
+ readonly transition: string;
9
+ readonly disabled: boolean;
10
+ readonly placement: import("./popover-types").PopoverPlacement;
11
+ readonly trigger: import("./popover-types").PopoverTrigger;
12
+ readonly role: string;
13
+ readonly tabindex: string | number;
14
+ readonly effect: import("./popover-types").PopoverEffect;
15
+ readonly showArrow: boolean;
16
+ readonly closeOnEsc: boolean;
17
+ readonly showAfter: number;
18
+ readonly hideAfter: number;
19
+ readonly popperClass: string;
20
+ readonly overlayClassName: string;
21
+ readonly rawContent: boolean;
22
+ readonly enterable: boolean;
23
+ readonly hideOnClickOutside: boolean;
24
+ readonly ariaLabel: string;
25
+ readonly autoClose: number;
26
+ readonly teleported: boolean;
27
+ readonly fresh: boolean;
28
+ readonly destroyTooltipOnHide: boolean;
29
+ readonly autoAdjustOverflow: boolean;
30
+ readonly persistent: boolean;
31
+ readonly virtualTriggering: boolean;
32
+ readonly triggerKeys: string[];
33
+ readonly ariaHasPopup: string;
34
+ readonly visible?: boolean | undefined;
35
+ readonly getPopupContainer?: import("./popover-types").PopoverGetPopupContainer | undefined;
36
+ readonly arrow?: import("./popover-types").PopoverArrow | undefined;
37
+ readonly mouseEnterDelay?: number | undefined;
38
+ readonly mouseLeaveDelay?: number | undefined;
39
+ readonly align?: import("./popover-types").PopoverAlign | undefined;
40
+ readonly virtualRef?: HTMLElement | undefined;
41
+ }, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("hide" | "show" | "update:visible" | "before-show" | "before-hide" | "before-enter" | "after-enter" | "before-leave" | "after-leave")[], "hide" | "show" | "update:visible" | "before-show" | "before-hide" | "before-enter" | "after-enter" | "before-leave" | "after-leave", import("vue").PublicProps, Readonly<{
42
+ readonly title: string;
43
+ readonly color: string;
44
+ readonly content: string;
45
+ readonly width: string | number;
46
+ readonly offset: number;
47
+ readonly transition: string;
48
+ readonly disabled: boolean;
49
+ readonly placement: import("./popover-types").PopoverPlacement;
50
+ readonly trigger: import("./popover-types").PopoverTrigger;
51
+ readonly role: string;
52
+ readonly tabindex: string | number;
53
+ readonly effect: import("./popover-types").PopoverEffect;
54
+ readonly showArrow: boolean;
55
+ readonly closeOnEsc: boolean;
56
+ readonly showAfter: number;
57
+ readonly hideAfter: number;
58
+ readonly popperClass: string;
59
+ readonly overlayClassName: string;
60
+ readonly rawContent: boolean;
61
+ readonly enterable: boolean;
62
+ readonly hideOnClickOutside: boolean;
63
+ readonly ariaLabel: string;
64
+ readonly autoClose: number;
65
+ readonly teleported: boolean;
66
+ readonly fresh: boolean;
67
+ readonly destroyTooltipOnHide: boolean;
68
+ readonly autoAdjustOverflow: boolean;
69
+ readonly persistent: boolean;
70
+ readonly virtualTriggering: boolean;
71
+ readonly triggerKeys: string[];
72
+ readonly ariaHasPopup: string;
73
+ readonly visible?: boolean | undefined;
74
+ readonly getPopupContainer?: import("./popover-types").PopoverGetPopupContainer | undefined;
75
+ readonly arrow?: import("./popover-types").PopoverArrow | undefined;
76
+ readonly mouseEnterDelay?: number | undefined;
77
+ readonly mouseLeaveDelay?: number | undefined;
78
+ readonly align?: import("./popover-types").PopoverAlign | undefined;
79
+ readonly virtualRef?: HTMLElement | undefined;
80
+ }> & Readonly<{
81
+ "onUpdate:visible"?: ((...args: any[]) => any) | undefined;
82
+ onHide?: ((...args: any[]) => any) | undefined;
83
+ onShow?: ((...args: any[]) => any) | undefined;
84
+ "onBefore-show"?: ((...args: any[]) => any) | undefined;
85
+ "onBefore-hide"?: ((...args: any[]) => any) | undefined;
86
+ "onBefore-enter"?: ((...args: any[]) => any) | undefined;
87
+ "onAfter-enter"?: ((...args: any[]) => any) | undefined;
88
+ "onBefore-leave"?: ((...args: any[]) => any) | undefined;
89
+ "onAfter-leave"?: ((...args: any[]) => any) | undefined;
90
+ }>, {
91
+ readonly title: string;
92
+ readonly color: string;
93
+ readonly content: string;
94
+ readonly width: string | number;
95
+ readonly offset: number;
96
+ readonly transition: string;
97
+ readonly visible: boolean;
98
+ readonly disabled: boolean;
99
+ readonly placement: import("./popover-types").PopoverPlacement;
100
+ readonly getPopupContainer: import("./popover-types").PopoverGetPopupContainer;
101
+ readonly trigger: import("./popover-types").PopoverTrigger;
102
+ readonly role: string;
103
+ readonly tabindex: string | number;
104
+ readonly effect: import("./popover-types").PopoverEffect;
105
+ readonly arrow: import("./popover-types").PopoverArrow;
106
+ readonly showArrow: boolean;
107
+ readonly closeOnEsc: boolean;
108
+ readonly showAfter: number;
109
+ readonly hideAfter: number;
110
+ readonly mouseEnterDelay: number;
111
+ readonly mouseLeaveDelay: number;
112
+ readonly popperClass: string;
113
+ readonly overlayClassName: string;
114
+ readonly rawContent: boolean;
115
+ readonly enterable: boolean;
116
+ readonly hideOnClickOutside: boolean;
117
+ readonly ariaLabel: string;
118
+ readonly autoClose: number;
119
+ readonly teleported: boolean;
120
+ readonly fresh: boolean;
121
+ readonly destroyTooltipOnHide: boolean;
122
+ readonly autoAdjustOverflow: boolean;
123
+ readonly align: import("./popover-types").PopoverAlign;
124
+ readonly persistent: boolean;
125
+ readonly virtualTriggering: boolean;
126
+ readonly virtualRef: HTMLElement;
127
+ readonly triggerKeys: string[];
128
+ readonly ariaHasPopup: string;
129
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
130
+ export default _default;
@@ -0,0 +1,10 @@
1
+ import type { App } from 'vue';
2
+ import Progress from './src/progress';
3
+ export { Progress };
4
+ declare const _default: {
5
+ title: string;
6
+ category: string;
7
+ status: string;
8
+ install(app: App): void;
9
+ };
10
+ export default _default;
@@ -0,0 +1,48 @@
1
+ import type { ExtractPropTypes, PropType } from 'vue';
2
+ export type ProgressType = 'line' | 'circle' | 'dashboard';
3
+ export type ProgressStatus = 'success' | 'exception' | 'normal' | 'active';
4
+ export type ProgressSize = 'default' | 'small';
5
+ export declare const progressProps: {
6
+ readonly percent: {
7
+ readonly type: NumberConstructor;
8
+ readonly default: 0;
9
+ };
10
+ readonly type: {
11
+ readonly type: PropType<ProgressType>;
12
+ readonly default: "line";
13
+ };
14
+ readonly status: {
15
+ readonly type: PropType<ProgressStatus>;
16
+ readonly default: "normal";
17
+ };
18
+ readonly showInfo: {
19
+ readonly type: BooleanConstructor;
20
+ readonly default: true;
21
+ };
22
+ readonly strokeColor: {
23
+ readonly type: StringConstructor;
24
+ readonly default: "";
25
+ };
26
+ readonly trailColor: {
27
+ readonly type: StringConstructor;
28
+ readonly default: "";
29
+ };
30
+ readonly strokeWidth: {
31
+ readonly type: NumberConstructor;
32
+ readonly default: undefined;
33
+ };
34
+ readonly width: {
35
+ readonly type: NumberConstructor;
36
+ readonly default: 120;
37
+ };
38
+ readonly size: {
39
+ readonly type: PropType<ProgressSize | number | [number, number]>;
40
+ readonly default: "default";
41
+ };
42
+ readonly format: {
43
+ readonly type: PropType<(percent: number) => string>;
44
+ readonly default: undefined;
45
+ };
46
+ };
47
+ export type ProgressProps = ExtractPropTypes<typeof progressProps>;
48
+ export declare function clampPercent(p: number): number;
@@ -0,0 +1,37 @@
1
+ import type { ProgressStatus } from './progress-types';
2
+
3
+ declare const _default: import("vue").DefineComponent<{
4
+ readonly type: import("./progress-types").ProgressType;
5
+ readonly strokeColor: string;
6
+ readonly width: number;
7
+ readonly size: number | [number, number] | import("./progress-types").ProgressSize;
8
+ readonly status: ProgressStatus;
9
+ readonly percent: number;
10
+ readonly showInfo: boolean;
11
+ readonly trailColor: string;
12
+ readonly strokeWidth?: number | undefined;
13
+ readonly format?: ((percent: number) => string) | undefined;
14
+ }, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
15
+ readonly type: import("./progress-types").ProgressType;
16
+ readonly strokeColor: string;
17
+ readonly width: number;
18
+ readonly size: number | [number, number] | import("./progress-types").ProgressSize;
19
+ readonly status: ProgressStatus;
20
+ readonly percent: number;
21
+ readonly showInfo: boolean;
22
+ readonly trailColor: string;
23
+ readonly strokeWidth?: number | undefined;
24
+ readonly format?: ((percent: number) => string) | undefined;
25
+ }> & Readonly<{}>, {
26
+ readonly type: import("./progress-types").ProgressType;
27
+ readonly strokeColor: string;
28
+ readonly strokeWidth: number;
29
+ readonly width: number;
30
+ readonly size: number | [number, number] | import("./progress-types").ProgressSize;
31
+ readonly status: ProgressStatus;
32
+ readonly format: (percent: number) => string;
33
+ readonly percent: number;
34
+ readonly showInfo: boolean;
35
+ readonly trailColor: string;
36
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
37
+ export default _default;
@@ -0,0 +1,11 @@
1
+ import type { App } from 'vue';
2
+ import Radio from './src/radio';
3
+ import RadioGroup from './src/radio-group';
4
+ export { Radio, RadioGroup };
5
+ declare const _default: {
6
+ title: string;
7
+ category: string;
8
+ status: string;
9
+ install(app: App): void;
10
+ };
11
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare function IconActive(): JSX.Element;
2
+ export default IconActive;
@@ -0,0 +1,2 @@
1
+ declare function IconCircle(): JSX.Element;
2
+ export default IconCircle;
@@ -0,0 +1,21 @@
1
+
2
+ declare const _default: import("vue").DefineComponent<{
3
+ readonly direction: import("./radio-types").DirectionType;
4
+ readonly disabled: boolean;
5
+ readonly modelValue: string | number;
6
+ readonly beforeChange: import("./radio-types").BeforeChangeType;
7
+ }, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", import("vue").PublicProps, Readonly<{
8
+ readonly direction: import("./radio-types").DirectionType;
9
+ readonly disabled: boolean;
10
+ readonly modelValue: string | number;
11
+ readonly beforeChange: import("./radio-types").BeforeChangeType;
12
+ }> & Readonly<{
13
+ onChange?: ((...args: any[]) => any) | undefined;
14
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
15
+ }>, {
16
+ readonly direction: import("./radio-types").DirectionType;
17
+ readonly disabled: boolean;
18
+ readonly modelValue: string | number;
19
+ readonly beforeChange: import("./radio-types").BeforeChangeType;
20
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
21
+ export default _default;
@@ -0,0 +1,55 @@
1
+ import type { ExtractPropTypes, InjectionKey, PropType, Ref } from 'vue';
2
+ export type BeforeChangeType = (value: string | number) => boolean | Promise<boolean>;
3
+ export type DirectionType = 'row' | 'column';
4
+ export declare const radioProps: {
5
+ readonly modelValue: {
6
+ readonly type: PropType<string | number>;
7
+ readonly default: null;
8
+ };
9
+ readonly label: {
10
+ readonly type: PropType<string | number>;
11
+ readonly default: "";
12
+ };
13
+ readonly name: {
14
+ readonly type: StringConstructor;
15
+ readonly default: "";
16
+ };
17
+ readonly disabled: {
18
+ readonly type: BooleanConstructor;
19
+ readonly default: false;
20
+ };
21
+ readonly beforeChange: {
22
+ readonly type: PropType<BeforeChangeType>;
23
+ readonly default: null;
24
+ };
25
+ };
26
+ export type RadioProps = ExtractPropTypes<typeof radioProps>;
27
+ export declare const radioGroupProps: {
28
+ readonly modelValue: {
29
+ readonly type: PropType<string | number>;
30
+ readonly default: null;
31
+ };
32
+ readonly disabled: {
33
+ readonly type: BooleanConstructor;
34
+ readonly default: false;
35
+ };
36
+ readonly beforeChange: {
37
+ readonly type: PropType<BeforeChangeType>;
38
+ readonly default: null;
39
+ };
40
+ readonly direction: {
41
+ readonly type: PropType<DirectionType>;
42
+ readonly default: "column";
43
+ };
44
+ };
45
+ export type RadioGroupProps = ExtractPropTypes<typeof radioGroupProps>;
46
+ /** radio-group 注入字段的接口 */
47
+ interface RadioGroupInjection {
48
+ modelValue: Ref<string | number>;
49
+ disabled: Ref<boolean>;
50
+ beforeChange: BeforeChangeType;
51
+ emitChangeValue: (value: string | number) => void;
52
+ }
53
+ /** radio-group 注入 radio 的 key 值 */
54
+ export declare const radioGroupInjectionKey: InjectionKey<RadioGroupInjection>;
55
+ export {};
@@ -0,0 +1,24 @@
1
+
2
+ declare const _default: import("vue").DefineComponent<{
3
+ readonly label: string | number;
4
+ readonly name: string;
5
+ readonly disabled: boolean;
6
+ readonly modelValue: string | number;
7
+ readonly beforeChange: import("./radio-types").BeforeChangeType;
8
+ }, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", import("vue").PublicProps, Readonly<{
9
+ readonly label: string | number;
10
+ readonly name: string;
11
+ readonly disabled: boolean;
12
+ readonly modelValue: string | number;
13
+ readonly beforeChange: import("./radio-types").BeforeChangeType;
14
+ }> & Readonly<{
15
+ onChange?: ((...args: any[]) => any) | undefined;
16
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
17
+ }>, {
18
+ readonly label: string | number;
19
+ readonly name: string;
20
+ readonly disabled: boolean;
21
+ readonly modelValue: string | number;
22
+ readonly beforeChange: import("./radio-types").BeforeChangeType;
23
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
24
+ export default _default;
@@ -0,0 +1,10 @@
1
+ import type { App } from 'vue';
2
+ import RangePicker from './src/range-picker';
3
+ export { RangePicker };
4
+ declare const _default: {
5
+ title: string;
6
+ category: string;
7
+ status: string;
8
+ install(app: App): void;
9
+ };
10
+ export default _default;