@yh-ui/components 0.1.10 → 0.1.12

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 (386) hide show
  1. package/dist/ai-action-group/__tests__/ai-action-group.ssr.test.cjs +55 -0
  2. package/dist/ai-action-group/__tests__/ai-action-group.ssr.test.d.ts +1 -0
  3. package/dist/ai-action-group/__tests__/ai-action-group.ssr.test.mjs +39 -0
  4. package/dist/ai-action-group/__tests__/ai-action-group.test.cjs +149 -0
  5. package/dist/ai-action-group/__tests__/ai-action-group.test.d.ts +1 -0
  6. package/dist/ai-action-group/__tests__/ai-action-group.test.mjs +104 -0
  7. package/dist/ai-action-group/index.cjs +26 -0
  8. package/dist/ai-action-group/index.d.ts +3 -0
  9. package/dist/ai-action-group/index.mjs +5 -0
  10. package/dist/ai-action-group/src/ai-action-group.cjs +50 -0
  11. package/dist/ai-action-group/src/ai-action-group.css +517 -0
  12. package/dist/ai-action-group/src/ai-action-group.d.ts +55 -0
  13. package/dist/ai-action-group/src/ai-action-group.d.vue.ts +40 -0
  14. package/dist/ai-action-group/src/ai-action-group.mjs +44 -0
  15. package/dist/ai-action-group/src/ai-action-group.vue +602 -0
  16. package/dist/ai-action-group/src/ai-action-group.vue.d.ts +40 -0
  17. package/dist/ai-agent-card/__tests__/ai-agent-card.ssr.test.cjs +61 -0
  18. package/dist/ai-agent-card/__tests__/ai-agent-card.ssr.test.d.ts +1 -0
  19. package/dist/ai-agent-card/__tests__/ai-agent-card.ssr.test.mjs +65 -0
  20. package/dist/ai-agent-card/__tests__/ai-agent-card.test.cjs +70 -0
  21. package/dist/ai-agent-card/__tests__/ai-agent-card.test.d.ts +1 -0
  22. package/dist/ai-agent-card/__tests__/ai-agent-card.test.mjs +64 -0
  23. package/dist/ai-agent-card/index.cjs +26 -0
  24. package/dist/ai-agent-card/index.d.ts +3 -0
  25. package/dist/ai-agent-card/index.mjs +5 -0
  26. package/dist/ai-agent-card/src/ai-agent-card.cjs +74 -0
  27. package/dist/ai-agent-card/src/ai-agent-card.css +859 -0
  28. package/dist/ai-agent-card/src/ai-agent-card.d.ts +122 -0
  29. package/dist/ai-agent-card/src/ai-agent-card.d.vue.ts +62 -0
  30. package/dist/ai-agent-card/src/ai-agent-card.mjs +68 -0
  31. package/dist/ai-agent-card/src/ai-agent-card.vue +1029 -0
  32. package/dist/ai-agent-card/src/ai-agent-card.vue.d.ts +62 -0
  33. package/dist/ai-artifacts/__tests__/ai-artifacts.ssr.test.cjs +73 -0
  34. package/dist/ai-artifacts/__tests__/ai-artifacts.ssr.test.d.ts +1 -0
  35. package/dist/ai-artifacts/__tests__/ai-artifacts.ssr.test.mjs +68 -0
  36. package/dist/ai-artifacts/__tests__/ai-artifacts.test.cjs +128 -0
  37. package/dist/ai-artifacts/__tests__/ai-artifacts.test.d.ts +1 -0
  38. package/dist/ai-artifacts/__tests__/ai-artifacts.test.mjs +109 -0
  39. package/dist/ai-artifacts/index.cjs +26 -0
  40. package/dist/ai-artifacts/index.d.ts +3 -0
  41. package/dist/ai-artifacts/index.mjs +5 -0
  42. package/dist/ai-artifacts/src/ai-artifacts.cjs +55 -0
  43. package/dist/ai-artifacts/src/ai-artifacts.css +633 -0
  44. package/dist/ai-artifacts/src/ai-artifacts.d.ts +93 -0
  45. package/dist/ai-artifacts/src/ai-artifacts.d.vue.ts +33 -0
  46. package/dist/ai-artifacts/src/ai-artifacts.mjs +49 -0
  47. package/dist/ai-artifacts/src/ai-artifacts.vue +803 -0
  48. package/dist/ai-artifacts/src/ai-artifacts.vue.d.ts +33 -0
  49. package/dist/ai-bubble/__tests__/ai-bubble.ssr.test.cjs +87 -0
  50. package/dist/ai-bubble/__tests__/ai-bubble.ssr.test.d.ts +1 -0
  51. package/dist/ai-bubble/__tests__/ai-bubble.ssr.test.mjs +58 -0
  52. package/dist/ai-bubble/__tests__/ai-bubble.test.cjs +227 -0
  53. package/dist/ai-bubble/__tests__/ai-bubble.test.d.ts +1 -0
  54. package/dist/ai-bubble/__tests__/ai-bubble.test.mjs +123 -0
  55. package/dist/ai-bubble/index.cjs +26 -0
  56. package/dist/ai-bubble/index.d.ts +3 -0
  57. package/dist/ai-bubble/index.mjs +5 -0
  58. package/dist/ai-bubble/src/ai-bubble.cjs +86 -0
  59. package/dist/ai-bubble/src/ai-bubble.css +932 -0
  60. package/dist/ai-bubble/src/ai-bubble.d.ts +126 -0
  61. package/dist/ai-bubble/src/ai-bubble.d.vue.ts +110 -0
  62. package/dist/ai-bubble/src/ai-bubble.mjs +80 -0
  63. package/dist/ai-bubble/src/ai-bubble.vue +1300 -0
  64. package/dist/ai-bubble/src/ai-bubble.vue.d.ts +110 -0
  65. package/dist/ai-chat/__tests__/ai-chat.ssr.test.cjs +82 -0
  66. package/dist/ai-chat/__tests__/ai-chat.ssr.test.d.ts +1 -0
  67. package/dist/ai-chat/__tests__/ai-chat.ssr.test.mjs +69 -0
  68. package/dist/ai-chat/__tests__/ai-chat.test.cjs +169 -0
  69. package/dist/ai-chat/__tests__/ai-chat.test.d.ts +1 -0
  70. package/dist/ai-chat/__tests__/ai-chat.test.mjs +121 -0
  71. package/dist/ai-chat/index.cjs +26 -0
  72. package/dist/ai-chat/index.d.ts +3 -0
  73. package/dist/ai-chat/index.mjs +5 -0
  74. package/dist/ai-chat/src/ai-chat.cjs +41 -0
  75. package/dist/ai-chat/src/ai-chat.css +503 -0
  76. package/dist/ai-chat/src/ai-chat.d.ts +57 -0
  77. package/dist/ai-chat/src/ai-chat.d.vue.ts +43 -0
  78. package/dist/ai-chat/src/ai-chat.mjs +35 -0
  79. package/dist/ai-chat/src/ai-chat.vue +606 -0
  80. package/dist/ai-chat/src/ai-chat.vue.d.ts +43 -0
  81. package/dist/ai-code-block/__tests__/ai-code-block.ssr.test.cjs +66 -0
  82. package/dist/ai-code-block/__tests__/ai-code-block.ssr.test.d.ts +1 -0
  83. package/dist/ai-code-block/__tests__/ai-code-block.ssr.test.mjs +48 -0
  84. package/dist/ai-code-block/__tests__/ai-code-block.test.cjs +174 -0
  85. package/dist/ai-code-block/__tests__/ai-code-block.test.d.ts +1 -0
  86. package/dist/ai-code-block/__tests__/ai-code-block.test.mjs +108 -0
  87. package/dist/ai-code-block/index.cjs +26 -0
  88. package/dist/ai-code-block/index.d.ts +3 -0
  89. package/dist/ai-code-block/index.mjs +5 -0
  90. package/dist/ai-code-block/src/ai-code-block.cjs +79 -0
  91. package/dist/ai-code-block/src/ai-code-block.css +589 -0
  92. package/dist/ai-code-block/src/ai-code-block.d.ts +76 -0
  93. package/dist/ai-code-block/src/ai-code-block.d.vue.ts +63 -0
  94. package/dist/ai-code-block/src/ai-code-block.mjs +73 -0
  95. package/dist/ai-code-block/src/ai-code-block.vue +706 -0
  96. package/dist/ai-code-block/src/ai-code-block.vue.d.ts +63 -0
  97. package/dist/ai-conversations/__tests__/ai-conversations.ssr.test.cjs +50 -0
  98. package/dist/ai-conversations/__tests__/ai-conversations.ssr.test.d.ts +1 -0
  99. package/dist/ai-conversations/__tests__/ai-conversations.ssr.test.mjs +42 -0
  100. package/dist/ai-conversations/__tests__/ai-conversations.test.cjs +67 -0
  101. package/dist/ai-conversations/__tests__/ai-conversations.test.d.ts +1 -0
  102. package/dist/ai-conversations/__tests__/ai-conversations.test.mjs +51 -0
  103. package/dist/ai-conversations/index.cjs +26 -0
  104. package/dist/ai-conversations/index.d.ts +3 -0
  105. package/dist/ai-conversations/index.mjs +5 -0
  106. package/dist/ai-conversations/src/ai-conversations.cjs +69 -0
  107. package/dist/ai-conversations/src/ai-conversations.css +679 -0
  108. package/dist/ai-conversations/src/ai-conversations.d.ts +67 -0
  109. package/dist/ai-conversations/src/ai-conversations.d.vue.ts +52 -0
  110. package/dist/ai-conversations/src/ai-conversations.mjs +63 -0
  111. package/dist/ai-conversations/src/ai-conversations.vue +949 -0
  112. package/dist/ai-conversations/src/ai-conversations.vue.d.ts +52 -0
  113. package/dist/ai-editor-sender/__tests__/ai-editor-sender.ssr.test.cjs +62 -0
  114. package/dist/ai-editor-sender/__tests__/ai-editor-sender.ssr.test.d.ts +1 -0
  115. package/dist/ai-editor-sender/__tests__/ai-editor-sender.ssr.test.mjs +50 -0
  116. package/dist/ai-editor-sender/__tests__/ai-editor-sender.test.cjs +315 -0
  117. package/dist/ai-editor-sender/__tests__/ai-editor-sender.test.d.ts +1 -0
  118. package/dist/ai-editor-sender/__tests__/ai-editor-sender.test.mjs +226 -0
  119. package/dist/ai-editor-sender/index.cjs +26 -0
  120. package/dist/ai-editor-sender/index.d.ts +3 -0
  121. package/dist/ai-editor-sender/index.mjs +5 -0
  122. package/dist/ai-editor-sender/src/ai-editor-sender.cjs +66 -0
  123. package/dist/ai-editor-sender/src/ai-editor-sender.css +566 -0
  124. package/dist/ai-editor-sender/src/ai-editor-sender.d.ts +70 -0
  125. package/dist/ai-editor-sender/src/ai-editor-sender.d.vue.ts +70 -0
  126. package/dist/ai-editor-sender/src/ai-editor-sender.mjs +60 -0
  127. package/dist/ai-editor-sender/src/ai-editor-sender.vue +713 -0
  128. package/dist/ai-editor-sender/src/ai-editor-sender.vue.d.ts +70 -0
  129. package/dist/ai-prompts/__tests__/ai-prompts.ssr.test.cjs +49 -0
  130. package/dist/ai-prompts/__tests__/ai-prompts.ssr.test.d.ts +1 -0
  131. package/dist/ai-prompts/__tests__/ai-prompts.ssr.test.mjs +41 -0
  132. package/dist/ai-prompts/__tests__/ai-prompts.test.cjs +54 -0
  133. package/dist/ai-prompts/__tests__/ai-prompts.test.d.ts +1 -0
  134. package/dist/ai-prompts/__tests__/ai-prompts.test.mjs +38 -0
  135. package/dist/ai-prompts/index.cjs +26 -0
  136. package/dist/ai-prompts/index.d.ts +3 -0
  137. package/dist/ai-prompts/index.mjs +5 -0
  138. package/dist/ai-prompts/src/ai-prompts.cjs +42 -0
  139. package/dist/ai-prompts/src/ai-prompts.css +572 -0
  140. package/dist/ai-prompts/src/ai-prompts.d.ts +45 -0
  141. package/dist/ai-prompts/src/ai-prompts.d.vue.ts +44 -0
  142. package/dist/ai-prompts/src/ai-prompts.mjs +36 -0
  143. package/dist/ai-prompts/src/ai-prompts.vue +646 -0
  144. package/dist/ai-prompts/src/ai-prompts.vue.d.ts +44 -0
  145. package/dist/ai-provider/__tests__/ai-provider.ssr.test.cjs +33 -0
  146. package/dist/ai-provider/__tests__/ai-provider.ssr.test.d.ts +1 -0
  147. package/dist/ai-provider/__tests__/ai-provider.ssr.test.mjs +34 -0
  148. package/dist/ai-provider/__tests__/ai-provider.test.cjs +38 -0
  149. package/dist/ai-provider/__tests__/ai-provider.test.d.ts +1 -0
  150. package/dist/ai-provider/__tests__/ai-provider.test.mjs +33 -0
  151. package/dist/ai-provider/index.cjs +38 -0
  152. package/dist/ai-provider/index.d.ts +4 -0
  153. package/dist/ai-provider/index.mjs +6 -0
  154. package/dist/ai-provider/src/ai-provider.cjs +7 -0
  155. package/dist/ai-provider/src/ai-provider.d.ts +88 -0
  156. package/dist/ai-provider/src/ai-provider.d.vue.ts +48 -0
  157. package/dist/ai-provider/src/ai-provider.mjs +1 -0
  158. package/dist/ai-provider/src/ai-provider.vue +24 -0
  159. package/dist/ai-provider/src/ai-provider.vue.d.ts +48 -0
  160. package/dist/ai-provider/src/use-ai-provider.cjs +11 -0
  161. package/dist/ai-provider/src/use-ai-provider.d.ts +10 -0
  162. package/dist/ai-provider/src/use-ai-provider.mjs +5 -0
  163. package/dist/ai-sender/__tests__/ai-sender.ssr.test.cjs +46 -0
  164. package/dist/ai-sender/__tests__/ai-sender.ssr.test.d.ts +1 -0
  165. package/dist/ai-sender/__tests__/ai-sender.ssr.test.mjs +37 -0
  166. package/dist/ai-sender/__tests__/ai-sender.test.cjs +388 -0
  167. package/dist/ai-sender/__tests__/ai-sender.test.d.ts +1 -0
  168. package/dist/ai-sender/__tests__/ai-sender.test.mjs +248 -0
  169. package/dist/ai-sender/index.cjs +26 -0
  170. package/dist/ai-sender/index.d.ts +3 -0
  171. package/dist/ai-sender/index.mjs +5 -0
  172. package/dist/ai-sender/src/ai-sender.cjs +91 -0
  173. package/dist/ai-sender/src/ai-sender.css +754 -0
  174. package/dist/ai-sender/src/ai-sender.d.ts +140 -0
  175. package/dist/ai-sender/src/ai-sender.d.vue.ts +69 -0
  176. package/dist/ai-sender/src/ai-sender.mjs +85 -0
  177. package/dist/ai-sender/src/ai-sender.vue +1032 -0
  178. package/dist/ai-sender/src/ai-sender.vue.d.ts +69 -0
  179. package/dist/ai-sources/__tests__/ai-sources.ssr.test.cjs +72 -0
  180. package/dist/ai-sources/__tests__/ai-sources.ssr.test.d.ts +1 -0
  181. package/dist/ai-sources/__tests__/ai-sources.ssr.test.mjs +82 -0
  182. package/dist/ai-sources/__tests__/ai-sources.test.cjs +93 -0
  183. package/dist/ai-sources/__tests__/ai-sources.test.d.ts +1 -0
  184. package/dist/ai-sources/__tests__/ai-sources.test.mjs +89 -0
  185. package/dist/ai-sources/index.cjs +26 -0
  186. package/dist/ai-sources/index.d.ts +3 -0
  187. package/dist/ai-sources/index.mjs +5 -0
  188. package/dist/ai-sources/src/ai-sources.cjs +59 -0
  189. package/dist/ai-sources/src/ai-sources.css +830 -0
  190. package/dist/ai-sources/src/ai-sources.d.ts +79 -0
  191. package/dist/ai-sources/src/ai-sources.d.vue.ts +45 -0
  192. package/dist/ai-sources/src/ai-sources.mjs +53 -0
  193. package/dist/ai-sources/src/ai-sources.vue +1109 -0
  194. package/dist/ai-sources/src/ai-sources.vue.d.ts +45 -0
  195. package/dist/ai-thinking/__tests__/ai-thinking.ssr.test.cjs +56 -0
  196. package/dist/ai-thinking/__tests__/ai-thinking.ssr.test.d.ts +1 -0
  197. package/dist/ai-thinking/__tests__/ai-thinking.ssr.test.mjs +42 -0
  198. package/dist/ai-thinking/__tests__/ai-thinking.test.cjs +151 -0
  199. package/dist/ai-thinking/__tests__/ai-thinking.test.d.ts +1 -0
  200. package/dist/ai-thinking/__tests__/ai-thinking.test.mjs +96 -0
  201. package/dist/ai-thinking/index.cjs +26 -0
  202. package/dist/ai-thinking/index.d.ts +3 -0
  203. package/dist/ai-thinking/index.mjs +5 -0
  204. package/dist/ai-thinking/src/ai-thinking.cjs +44 -0
  205. package/dist/ai-thinking/src/ai-thinking.css +543 -0
  206. package/dist/ai-thinking/src/ai-thinking.d.ts +42 -0
  207. package/dist/ai-thinking/src/ai-thinking.d.vue.ts +33 -0
  208. package/dist/ai-thinking/src/ai-thinking.mjs +38 -0
  209. package/dist/ai-thinking/src/ai-thinking.vue +631 -0
  210. package/dist/ai-thinking/src/ai-thinking.vue.d.ts +33 -0
  211. package/dist/ai-thought-chain/__tests__/ai-thought-chain.ssr.test.cjs +83 -0
  212. package/dist/ai-thought-chain/__tests__/ai-thought-chain.ssr.test.d.ts +1 -0
  213. package/dist/ai-thought-chain/__tests__/ai-thought-chain.ssr.test.mjs +52 -0
  214. package/dist/ai-thought-chain/__tests__/ai-thought-chain.test.cjs +204 -0
  215. package/dist/ai-thought-chain/__tests__/ai-thought-chain.test.d.ts +1 -0
  216. package/dist/ai-thought-chain/__tests__/ai-thought-chain.test.mjs +134 -0
  217. package/dist/ai-thought-chain/index.cjs +26 -0
  218. package/dist/ai-thought-chain/index.d.ts +3 -0
  219. package/dist/ai-thought-chain/index.mjs +5 -0
  220. package/dist/ai-thought-chain/src/ai-thought-chain.cjs +68 -0
  221. package/dist/ai-thought-chain/src/ai-thought-chain.css +668 -0
  222. package/dist/ai-thought-chain/src/ai-thought-chain.d.ts +82 -0
  223. package/dist/ai-thought-chain/src/ai-thought-chain.d.vue.ts +83 -0
  224. package/dist/ai-thought-chain/src/ai-thought-chain.mjs +62 -0
  225. package/dist/ai-thought-chain/src/ai-thought-chain.vue +813 -0
  226. package/dist/ai-thought-chain/src/ai-thought-chain.vue.d.ts +83 -0
  227. package/dist/ai-voice-trigger/__tests__/ai-voice-trigger.ssr.test.cjs +32 -0
  228. package/dist/ai-voice-trigger/__tests__/ai-voice-trigger.ssr.test.d.ts +1 -0
  229. package/dist/ai-voice-trigger/__tests__/ai-voice-trigger.ssr.test.mjs +25 -0
  230. package/dist/ai-voice-trigger/__tests__/ai-voice-trigger.test.cjs +113 -0
  231. package/dist/ai-voice-trigger/__tests__/ai-voice-trigger.test.d.ts +1 -0
  232. package/dist/ai-voice-trigger/__tests__/ai-voice-trigger.test.mjs +93 -0
  233. package/dist/ai-voice-trigger/index.cjs +26 -0
  234. package/dist/ai-voice-trigger/index.d.ts +3 -0
  235. package/dist/ai-voice-trigger/index.mjs +5 -0
  236. package/dist/ai-voice-trigger/src/ai-voice-trigger.cjs +35 -0
  237. package/dist/ai-voice-trigger/src/ai-voice-trigger.css +603 -0
  238. package/dist/ai-voice-trigger/src/ai-voice-trigger.d.ts +37 -0
  239. package/dist/ai-voice-trigger/src/ai-voice-trigger.d.vue.ts +29 -0
  240. package/dist/ai-voice-trigger/src/ai-voice-trigger.mjs +29 -0
  241. package/dist/ai-voice-trigger/src/ai-voice-trigger.vue +708 -0
  242. package/dist/ai-voice-trigger/src/ai-voice-trigger.vue.d.ts +29 -0
  243. package/dist/ai-welcome/__tests__/ai-welcome.ssr.test.cjs +57 -0
  244. package/dist/ai-welcome/__tests__/ai-welcome.ssr.test.d.ts +1 -0
  245. package/dist/ai-welcome/__tests__/ai-welcome.ssr.test.mjs +39 -0
  246. package/dist/ai-welcome/__tests__/ai-welcome.test.cjs +169 -0
  247. package/dist/ai-welcome/__tests__/ai-welcome.test.d.ts +1 -0
  248. package/dist/ai-welcome/__tests__/ai-welcome.test.mjs +113 -0
  249. package/dist/ai-welcome/index.cjs +26 -0
  250. package/dist/ai-welcome/index.d.ts +3 -0
  251. package/dist/ai-welcome/index.mjs +5 -0
  252. package/dist/ai-welcome/src/ai-welcome.cjs +56 -0
  253. package/dist/ai-welcome/src/ai-welcome.css +591 -0
  254. package/dist/ai-welcome/src/ai-welcome.d.ts +59 -0
  255. package/dist/ai-welcome/src/ai-welcome.d.vue.ts +51 -0
  256. package/dist/ai-welcome/src/ai-welcome.mjs +50 -0
  257. package/dist/ai-welcome/src/ai-welcome.vue +655 -0
  258. package/dist/ai-welcome/src/ai-welcome.vue.d.ts +51 -0
  259. package/dist/alert/src/alert.d.vue.ts +5 -5
  260. package/dist/alert/src/alert.vue.d.ts +5 -5
  261. package/dist/autocomplete/src/autocomplete.d.vue.ts +2 -2
  262. package/dist/autocomplete/src/autocomplete.vue.d.ts +2 -2
  263. package/dist/avatar/index.d.ts +39 -1
  264. package/dist/back-top/src/back-top.d.vue.ts +1 -1
  265. package/dist/back-top/src/back-top.vue.d.ts +1 -1
  266. package/dist/button/index.d.ts +3 -3
  267. package/dist/button/src/button.css +3 -3
  268. package/dist/button/src/button.d.vue.ts +1 -1
  269. package/dist/button/src/button.vue +3 -3
  270. package/dist/button/src/button.vue.d.ts +1 -1
  271. package/dist/calendar/src/calendar.d.vue.ts +2 -2
  272. package/dist/calendar/src/calendar.vue.d.ts +2 -2
  273. package/dist/cascader/src/cascader-panel.d.vue.ts +2 -2
  274. package/dist/cascader/src/cascader-panel.vue.d.ts +2 -2
  275. package/dist/checkbox/index.d.ts +3 -3
  276. package/dist/checkbox/src/checkbox-group.d.vue.ts +1 -1
  277. package/dist/checkbox/src/checkbox-group.vue +13 -1
  278. package/dist/checkbox/src/checkbox-group.vue.d.ts +1 -1
  279. package/dist/checkbox/src/checkbox.d.ts +12 -0
  280. package/dist/col/src/col.d.vue.ts +4 -4
  281. package/dist/col/src/col.vue.d.ts +4 -4
  282. package/dist/color-picker/src/color-picker.d.vue.ts +1 -1
  283. package/dist/color-picker/src/color-picker.vue.d.ts +1 -1
  284. package/dist/component.d.ts +63 -0
  285. package/dist/date-picker/src/date-picker.d.vue.ts +4 -4
  286. package/dist/date-picker/src/date-picker.vue.d.ts +4 -4
  287. package/dist/descriptions/src/description-item.d.vue.ts +1 -1
  288. package/dist/descriptions/src/description-item.vue.d.ts +1 -1
  289. package/dist/dialog/src/dialog.d.vue.ts +6 -6
  290. package/dist/dialog/src/dialog.vue.d.ts +6 -6
  291. package/dist/drawer/src/drawer.d.vue.ts +3 -3
  292. package/dist/drawer/src/drawer.vue.d.ts +3 -3
  293. package/dist/dropdown/src/dropdown-item.d.vue.ts +1 -1
  294. package/dist/dropdown/src/dropdown-item.vue.d.ts +1 -1
  295. package/dist/dropdown/src/dropdown.d.vue.ts +8 -8
  296. package/dist/dropdown/src/dropdown.vue.d.ts +8 -8
  297. package/dist/form/__tests__/form-schema.test.cjs +477 -24
  298. package/dist/form/__tests__/form-schema.test.mjs +277 -57
  299. package/dist/form/index.cjs +12 -0
  300. package/dist/form/index.d.ts +1 -2
  301. package/dist/form/index.mjs +1 -0
  302. package/dist/form/src/form-item.d.vue.ts +2 -1
  303. package/dist/form/src/form-item.vue +3 -1
  304. package/dist/form/src/form-item.vue.d.ts +2 -1
  305. package/dist/form/src/form-schema.cjs +2 -1
  306. package/dist/form/src/form-schema.d.ts +124 -19
  307. package/dist/form/src/form-schema.d.vue.ts +69 -19
  308. package/dist/form/src/form-schema.mjs +2 -1
  309. package/dist/form/src/form-schema.vue +522 -160
  310. package/dist/form/src/form-schema.vue.d.ts +69 -19
  311. package/dist/form/src/form.cjs +7 -0
  312. package/dist/form/src/form.d.ts +20 -0
  313. package/dist/form/src/form.d.vue.ts +10 -1
  314. package/dist/form/src/form.mjs +7 -0
  315. package/dist/form/src/form.vue +22 -10
  316. package/dist/form/src/form.vue.d.ts +10 -1
  317. package/dist/grid/src/grid.d.vue.ts +1 -1
  318. package/dist/grid/src/grid.vue.d.ts +1 -1
  319. package/dist/icon/src/icons/index.cjs +122 -2
  320. package/dist/icon/src/icons/index.d.ts +24 -0
  321. package/dist/icon/src/icons/index.mjs +145 -1
  322. package/dist/image/index.d.ts +356 -2
  323. package/dist/image/src/image-viewer.d.vue.ts +3 -3
  324. package/dist/image/src/image-viewer.vue.d.ts +3 -3
  325. package/dist/image/src/image.d.vue.ts +4 -4
  326. package/dist/image/src/image.vue.d.ts +4 -4
  327. package/dist/index.cjs +193 -1
  328. package/dist/index.d.ts +16 -0
  329. package/dist/index.mjs +49 -1
  330. package/dist/input/index.d.ts +18 -18
  331. package/dist/input/src/input.d.vue.ts +6 -6
  332. package/dist/input/src/input.vue.d.ts +6 -6
  333. package/dist/input-tag/src/input-tag.d.vue.ts +2 -2
  334. package/dist/input-tag/src/input-tag.vue.d.ts +2 -2
  335. package/dist/mention/src/mention.d.vue.ts +8 -8
  336. package/dist/mention/src/mention.vue.d.ts +8 -8
  337. package/dist/menu/src/menu.d.vue.ts +4 -4
  338. package/dist/menu/src/menu.vue.d.ts +4 -4
  339. package/dist/message/src/message.d.vue.ts +1 -1
  340. package/dist/message/src/message.vue.d.ts +1 -1
  341. package/dist/popconfirm/src/popconfirm.d.vue.ts +5 -5
  342. package/dist/popconfirm/src/popconfirm.vue.d.ts +5 -5
  343. package/dist/popover/src/popover.d.vue.ts +4 -4
  344. package/dist/popover/src/popover.vue.d.ts +4 -4
  345. package/dist/progress/src/progress.d.vue.ts +1 -1
  346. package/dist/progress/src/progress.vue.d.ts +1 -1
  347. package/dist/radio/src/radio-group.d.vue.ts +1 -1
  348. package/dist/radio/src/radio-group.vue +25 -4
  349. package/dist/radio/src/radio-group.vue.d.ts +1 -1
  350. package/dist/radio/src/radio.d.ts +12 -0
  351. package/dist/rate/src/rate.d.vue.ts +1 -1
  352. package/dist/rate/src/rate.vue.d.ts +1 -1
  353. package/dist/select/src/select.d.vue.ts +1 -1
  354. package/dist/select/src/select.vue.d.ts +1 -1
  355. package/dist/skeleton/src/skeleton.d.vue.ts +1 -1
  356. package/dist/skeleton/src/skeleton.vue.d.ts +1 -1
  357. package/dist/slider/src/slider.d.vue.ts +1 -1
  358. package/dist/slider/src/slider.vue.d.ts +1 -1
  359. package/dist/steps/src/step.d.vue.ts +1 -1
  360. package/dist/steps/src/step.vue.d.ts +1 -1
  361. package/dist/switch/src/switch.d.vue.ts +2 -2
  362. package/dist/switch/src/switch.vue.d.ts +2 -2
  363. package/dist/table/__tests__/table.perf.test.cjs +2 -2
  364. package/dist/table/__tests__/table.perf.test.mjs +2 -2
  365. package/dist/table/__tests__/table.test.cjs +18 -0
  366. package/dist/table/__tests__/table.test.mjs +18 -0
  367. package/dist/table/__tests__/use-table-import.test.cjs +6 -0
  368. package/dist/table/__tests__/use-table-import.test.mjs +8 -1
  369. package/dist/table/src/table-column.d.vue.ts +1 -1
  370. package/dist/table/src/table-column.vue.d.ts +1 -1
  371. package/dist/table/src/table.d.vue.ts +1 -1
  372. package/dist/table/src/table.vue.d.ts +1 -1
  373. package/dist/tabs/src/tab-pane.d.vue.ts +1 -1
  374. package/dist/tabs/src/tab-pane.vue.d.ts +1 -1
  375. package/dist/tabs/src/tabs.d.vue.ts +2 -2
  376. package/dist/tabs/src/tabs.vue.d.ts +2 -2
  377. package/dist/tooltip/index.d.ts +7 -7
  378. package/dist/tooltip/src/tooltip.d.vue.ts +7 -7
  379. package/dist/tooltip/src/tooltip.vue.d.ts +7 -7
  380. package/dist/tree/src/tree.d.vue.ts +1 -1
  381. package/dist/tree/src/tree.vue.d.ts +1 -1
  382. package/dist/tree-select/src/tree-select.d.vue.ts +3 -3
  383. package/dist/tree-select/src/tree-select.vue.d.ts +3 -3
  384. package/dist/upload/src/upload.d.vue.ts +1 -1
  385. package/dist/upload/src/upload.vue.d.ts +1 -1
  386. package/package.json +8 -5
@@ -60,6 +60,35 @@ import type { YhTree, YhTreeNode } from './tree'
60
60
  import type { YhCountdown } from './countdown'
61
61
  import type { YhTable, YhTableColumn } from './table'
62
62
  import type { YhLoading } from './loading'
63
+ import type { YhSpace } from './space'
64
+ import type { YhAvatar } from './avatar'
65
+ import type { YhEmpty } from './empty'
66
+ import type {
67
+ YhTypographyTitle,
68
+ YhTypographyText,
69
+ YhTypographyParagraph,
70
+ YhTypographyLink
71
+ } from './typography'
72
+ import type { YhContainer, YhHeader, YhAside, YhMain, YhFooter } from './container'
73
+ import type { YhResult } from './result'
74
+ import type { YhGrid, YhGridItem } from './grid'
75
+ import type { YhMention } from './mention'
76
+ import type { YhAiChat } from './ai-chat'
77
+ import type { YhAiBubble } from './ai-bubble'
78
+ import type { YhAiSender } from './ai-sender'
79
+ import type { YhAiThoughtChain } from './ai-thought-chain'
80
+ import type { YhAiCodeBlock } from './ai-code-block'
81
+ import type { YhAiThinking } from './ai-thinking'
82
+ import type { YhAiWelcome } from './ai-welcome'
83
+ import type { YhAiActionGroup } from './ai-action-group'
84
+ import type { YhAiEditorSender } from './ai-editor-sender'
85
+ import type { YhAiArtifacts } from './ai-artifacts'
86
+ import type { YhAiVoiceTrigger } from './ai-voice-trigger'
87
+ import type { YhAiConversations } from './ai-conversations'
88
+ import type { YhAiPrompts } from './ai-prompts'
89
+ import type { YhAiAgentCard } from './ai-agent-card'
90
+ import type { YhAiSources } from './ai-sources'
91
+ import type { YhAiProvider } from './ai-provider'
63
92
 
64
93
  declare module 'vue' {
65
94
  export interface GlobalComponents {
@@ -67,10 +96,24 @@ declare module 'vue' {
67
96
  YhButton: typeof YhButton
68
97
  YhIcon: typeof YhIcon
69
98
  YhDivider: typeof YhDivider
99
+ YhSpace: typeof YhSpace
100
+ YhAvatar: typeof YhAvatar
101
+ YhEmpty: typeof YhEmpty
102
+ YhTypographyTitle: typeof YhTypographyTitle
103
+ YhTypographyText: typeof YhTypographyText
104
+ YhTypographyParagraph: typeof YhTypographyParagraph
105
+ YhTypographyLink: typeof YhTypographyLink
70
106
 
71
107
  // =================== 布局组件 ===================
72
108
  YhRow: typeof YhRow
73
109
  YhCol: typeof YhCol
110
+ YhContainer: typeof YhContainer
111
+ YhHeader: typeof YhHeader
112
+ YhAside: typeof YhAside
113
+ YhMain: typeof YhMain
114
+ YhFooter: typeof YhFooter
115
+ YhGrid: typeof YhGrid
116
+ YhGridItem: typeof YhGridItem
74
117
 
75
118
  // =================== 表单组件 ===================
76
119
  YhInput: typeof YhInput
@@ -100,6 +143,7 @@ declare module 'vue' {
100
143
  YhForm: typeof YhForm
101
144
  YhFormItem: typeof YhFormItem
102
145
  YhFormSchema: typeof YhFormSchema
146
+ YhMention: typeof YhMention
103
147
 
104
148
  // =================== 数据展示 ===================
105
149
  YhTag: typeof YhTag
@@ -131,6 +175,7 @@ declare module 'vue' {
131
175
  YhPopconfirm: typeof YhPopconfirm
132
176
  YhSpin: typeof YhSpin
133
177
  YhLoading: typeof YhLoading
178
+ YhResult: typeof YhResult
134
179
 
135
180
  // =================== 导航组件 ===================
136
181
  YhBreadcrumb: typeof YhBreadcrumb
@@ -153,6 +198,24 @@ declare module 'vue' {
153
198
  YhInfiniteScroll: typeof YhInfiniteScroll
154
199
  YhMarquee: typeof YhMarquee
155
200
  YhConfigProvider: typeof YhConfigProvider
201
+
202
+ // =================== AI 组件 ===================
203
+ YhAiChat: typeof YhAiChat
204
+ YhAiBubble: typeof YhAiBubble
205
+ YhAiSender: typeof YhAiSender
206
+ YhAiThoughtChain: typeof YhAiThoughtChain
207
+ YhAiCodeBlock: typeof YhAiCodeBlock
208
+ YhAiThinking: typeof YhAiThinking
209
+ YhAiWelcome: typeof YhAiWelcome
210
+ YhAiActionGroup: typeof YhAiActionGroup
211
+ YhAiEditorSender: typeof YhAiEditorSender
212
+ YhAiArtifacts: typeof YhAiArtifacts
213
+ YhAiVoiceTrigger: typeof YhAiVoiceTrigger
214
+ YhAiConversations: typeof YhAiConversations
215
+ YhAiPrompts: typeof YhAiPrompts
216
+ YhAiAgentCard: typeof YhAiAgentCard
217
+ YhAiSources: typeof YhAiSources
218
+ YhAiProvider: typeof YhAiProvider
156
219
  }
157
220
 
158
221
  export interface GlobalDirectives {
@@ -326,10 +326,12 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
326
326
  readonly name: string;
327
327
  readonly type: DatePickerType;
328
328
  readonly size: import("./date-picker").DatePickerSize;
329
- readonly modelValue: string | number | Date | [DateValue, DateValue] | null;
329
+ readonly popperClass: string;
330
+ readonly id: string;
331
+ readonly status: import("./date-picker").DatePickerStatus;
330
332
  readonly placeholder: string;
333
+ readonly modelValue: string | number | Date | [DateValue, DateValue] | null;
331
334
  readonly clearable: boolean;
332
- readonly popperClass: string;
333
335
  readonly prefixIcon: string | import("vue").Component;
334
336
  readonly validateEvent: boolean;
335
337
  readonly defaultValue: Date | Date[];
@@ -337,8 +339,6 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
337
339
  readonly readonly: boolean;
338
340
  readonly disabledDate: (date: Date) => boolean;
339
341
  readonly format: string;
340
- readonly id: string;
341
- readonly status: import("./date-picker").DatePickerStatus;
342
342
  readonly cellShape: "round" | "square";
343
343
  readonly cellRender: (date: Date) => string | {
344
344
  text: string;
@@ -326,10 +326,12 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
326
326
  readonly name: string;
327
327
  readonly type: DatePickerType;
328
328
  readonly size: import("./date-picker").DatePickerSize;
329
- readonly modelValue: string | number | Date | [DateValue, DateValue] | null;
329
+ readonly popperClass: string;
330
+ readonly id: string;
331
+ readonly status: import("./date-picker").DatePickerStatus;
330
332
  readonly placeholder: string;
333
+ readonly modelValue: string | number | Date | [DateValue, DateValue] | null;
331
334
  readonly clearable: boolean;
332
- readonly popperClass: string;
333
335
  readonly prefixIcon: string | import("vue").Component;
334
336
  readonly validateEvent: boolean;
335
337
  readonly defaultValue: Date | Date[];
@@ -337,8 +339,6 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
337
339
  readonly readonly: boolean;
338
340
  readonly disabledDate: (date: Date) => boolean;
339
341
  readonly format: string;
340
- readonly id: string;
341
- readonly status: import("./date-picker").DatePickerStatus;
342
342
  readonly cellShape: "round" | "square";
343
343
  readonly cellRender: (date: Date) => string | {
344
344
  text: string;
@@ -85,10 +85,10 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
85
85
  readonly minWidth: string | number;
86
86
  readonly label: string;
87
87
  readonly span: number;
88
+ readonly className: string;
88
89
  readonly align: "left" | "center" | "right";
89
90
  readonly labelClassName: string;
90
91
  readonly labelAlign: "left" | "center" | "right";
91
- readonly className: string;
92
92
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
93
93
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
94
94
  export default _default;
@@ -85,10 +85,10 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
85
85
  readonly minWidth: string | number;
86
86
  readonly label: string;
87
87
  readonly span: number;
88
+ readonly className: string;
88
89
  readonly align: "left" | "center" | "right";
89
90
  readonly labelClassName: string;
90
91
  readonly labelAlign: "left" | "center" | "right";
91
- readonly className: string;
92
92
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
93
93
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
94
94
  export default _default;
@@ -177,17 +177,18 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
177
177
  readonly top: string;
178
178
  readonly zIndex: number;
179
179
  readonly themeOverrides: import("@yh-ui/theme").ComponentThemeVars;
180
- readonly type: "default" | "error" | "success" | "info" | "warning";
180
+ readonly type: "default" | "error" | "info" | "warning" | "success";
181
181
  readonly width: string | number;
182
182
  readonly center: boolean;
183
183
  readonly transformOrigin: "center" | "mouse";
184
184
  readonly overflow: boolean;
185
- readonly glass: boolean;
186
- readonly closeIcon: string;
187
- readonly showIcon: boolean;
188
- readonly modelValue: boolean;
189
185
  readonly loading: boolean;
190
186
  readonly fullscreen: boolean;
187
+ readonly modelValue: boolean;
188
+ readonly closeOnPressEscape: boolean;
189
+ readonly showIcon: boolean;
190
+ readonly glass: boolean;
191
+ readonly closeIcon: string;
191
192
  readonly showFooter: boolean;
192
193
  readonly autoFocus: boolean;
193
194
  readonly alignCenter: boolean;
@@ -195,7 +196,6 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
195
196
  readonly lockScroll: boolean;
196
197
  readonly modal: boolean;
197
198
  readonly closeOnClickModal: boolean;
198
- readonly closeOnPressEscape: boolean;
199
199
  readonly showClose: boolean;
200
200
  readonly destroyOnClose: boolean;
201
201
  readonly cancelText: string;
@@ -177,17 +177,18 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
177
177
  readonly top: string;
178
178
  readonly zIndex: number;
179
179
  readonly themeOverrides: import("@yh-ui/theme").ComponentThemeVars;
180
- readonly type: "default" | "error" | "success" | "info" | "warning";
180
+ readonly type: "default" | "error" | "info" | "warning" | "success";
181
181
  readonly width: string | number;
182
182
  readonly center: boolean;
183
183
  readonly transformOrigin: "center" | "mouse";
184
184
  readonly overflow: boolean;
185
- readonly glass: boolean;
186
- readonly closeIcon: string;
187
- readonly showIcon: boolean;
188
- readonly modelValue: boolean;
189
185
  readonly loading: boolean;
190
186
  readonly fullscreen: boolean;
187
+ readonly modelValue: boolean;
188
+ readonly closeOnPressEscape: boolean;
189
+ readonly showIcon: boolean;
190
+ readonly glass: boolean;
191
+ readonly closeIcon: string;
191
192
  readonly showFooter: boolean;
192
193
  readonly autoFocus: boolean;
193
194
  readonly alignCenter: boolean;
@@ -195,7 +196,6 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
195
196
  readonly lockScroll: boolean;
196
197
  readonly modal: boolean;
197
198
  readonly closeOnClickModal: boolean;
198
- readonly closeOnPressEscape: boolean;
199
199
  readonly showClose: boolean;
200
200
  readonly destroyOnClose: boolean;
201
201
  readonly cancelText: string;
@@ -115,15 +115,15 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
115
115
  readonly round: boolean;
116
116
  readonly size: string | number;
117
117
  readonly inner: boolean;
118
+ readonly placement: import("./drawer").DrawerPlacement;
119
+ readonly modelValue: boolean;
120
+ readonly closeOnPressEscape: boolean;
118
121
  readonly glass: boolean;
119
122
  readonly closeIcon: string;
120
- readonly modelValue: boolean;
121
- readonly placement: import("./drawer").DrawerPlacement;
122
123
  readonly showFooter: boolean;
123
124
  readonly lockScroll: boolean;
124
125
  readonly modal: boolean;
125
126
  readonly closeOnClickModal: boolean;
126
- readonly closeOnPressEscape: boolean;
127
127
  readonly showClose: boolean;
128
128
  readonly destroyOnClose: boolean;
129
129
  readonly teleportTo: string | HTMLElement;
@@ -115,15 +115,15 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
115
115
  readonly round: boolean;
116
116
  readonly size: string | number;
117
117
  readonly inner: boolean;
118
+ readonly placement: import("./drawer").DrawerPlacement;
119
+ readonly modelValue: boolean;
120
+ readonly closeOnPressEscape: boolean;
118
121
  readonly glass: boolean;
119
122
  readonly closeIcon: string;
120
- readonly modelValue: boolean;
121
- readonly placement: import("./drawer").DrawerPlacement;
122
123
  readonly showFooter: boolean;
123
124
  readonly lockScroll: boolean;
124
125
  readonly modal: boolean;
125
126
  readonly closeOnClickModal: boolean;
126
- readonly closeOnPressEscape: boolean;
127
127
  readonly showClose: boolean;
128
128
  readonly destroyOnClose: boolean;
129
129
  readonly teleportTo: string | HTMLElement;
@@ -65,8 +65,8 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
65
65
  readonly themeOverrides: import("@yh-ui/theme").ComponentThemeVars;
66
66
  readonly icon: string;
67
67
  readonly danger: boolean;
68
- readonly checked: boolean;
69
68
  readonly command: string | number | object;
69
+ readonly checked: boolean;
70
70
  readonly divided: boolean;
71
71
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
72
72
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
@@ -65,8 +65,8 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
65
65
  readonly themeOverrides: import("@yh-ui/theme").ComponentThemeVars;
66
66
  readonly icon: string;
67
67
  readonly danger: boolean;
68
- readonly checked: boolean;
69
68
  readonly command: string | number | object;
69
+ readonly checked: boolean;
70
70
  readonly divided: boolean;
71
71
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
72
72
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
@@ -127,25 +127,25 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
127
127
  readonly teleported: boolean;
128
128
  readonly disabled: boolean;
129
129
  readonly themeOverrides: import("@yh-ui/theme").ComponentThemeVars;
130
- readonly type: "" | "success" | "info" | "warning" | "primary" | "danger";
130
+ readonly type: "" | "info" | "warning" | "success" | "primary" | "danger";
131
131
  readonly visible: boolean | null;
132
132
  readonly size: "small" | "default" | "large";
133
133
  readonly maxHeight: string | number;
134
+ readonly items: import("./dropdown").DropdownItemData[];
135
+ readonly loading: boolean;
134
136
  readonly placement: import("@floating-ui/dom").Placement;
137
+ readonly trigger: import("./dropdown").DropdownTrigger;
138
+ readonly showAfter: number;
139
+ readonly hideAfter: number;
140
+ readonly showArrow: boolean;
135
141
  readonly popperClass: string;
136
- readonly loading: boolean;
142
+ readonly popperStyle: CSSProperties;
137
143
  readonly plain: boolean;
138
144
  readonly tabindex: string | number;
139
- readonly popperStyle: CSSProperties;
140
- readonly trigger: import("./dropdown").DropdownTrigger;
141
145
  readonly emptyText: string;
142
- readonly showAfter: number;
143
- readonly hideAfter: number;
144
146
  readonly hideOnClick: boolean;
145
- readonly items: import("./dropdown").DropdownItemData[];
146
147
  readonly checkable: boolean;
147
148
  readonly splitButton: boolean;
148
- readonly showArrow: boolean;
149
149
  readonly popperArrow: boolean;
150
150
  readonly loop: boolean;
151
151
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -127,25 +127,25 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
127
127
  readonly teleported: boolean;
128
128
  readonly disabled: boolean;
129
129
  readonly themeOverrides: import("@yh-ui/theme").ComponentThemeVars;
130
- readonly type: "" | "success" | "info" | "warning" | "primary" | "danger";
130
+ readonly type: "" | "info" | "warning" | "success" | "primary" | "danger";
131
131
  readonly visible: boolean | null;
132
132
  readonly size: "small" | "default" | "large";
133
133
  readonly maxHeight: string | number;
134
+ readonly items: import("./dropdown").DropdownItemData[];
135
+ readonly loading: boolean;
134
136
  readonly placement: import("@floating-ui/dom").Placement;
137
+ readonly trigger: import("./dropdown").DropdownTrigger;
138
+ readonly showAfter: number;
139
+ readonly hideAfter: number;
140
+ readonly showArrow: boolean;
135
141
  readonly popperClass: string;
136
- readonly loading: boolean;
142
+ readonly popperStyle: CSSProperties;
137
143
  readonly plain: boolean;
138
144
  readonly tabindex: string | number;
139
- readonly popperStyle: CSSProperties;
140
- readonly trigger: import("./dropdown").DropdownTrigger;
141
145
  readonly emptyText: string;
142
- readonly showAfter: number;
143
- readonly hideAfter: number;
144
146
  readonly hideOnClick: boolean;
145
- readonly items: import("./dropdown").DropdownItemData[];
146
147
  readonly checkable: boolean;
147
148
  readonly splitButton: boolean;
148
- readonly showArrow: boolean;
149
149
  readonly popperArrow: boolean;
150
150
  readonly loop: boolean;
151
151
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;