@plusui/library 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (815) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +118 -0
  3. package/cdn/base-Cl6v8-BZ.js +8 -0
  4. package/cdn/base-hbm3XPKy.js +6 -0
  5. package/cdn/components/accordion/accordion.js +205 -0
  6. package/cdn/components/accordion/accordion.style.js +91 -0
  7. package/cdn/components/accordion/index.js +11 -0
  8. package/cdn/components/accordion-group/accordion-group.js +181 -0
  9. package/cdn/components/accordion-group/index.js +10 -0
  10. package/cdn/components/alert/alert.js +265 -0
  11. package/cdn/components/alert/alert.style.js +81 -0
  12. package/cdn/components/alert/index.js +11 -0
  13. package/cdn/components/avatar/avatar.js +183 -0
  14. package/cdn/components/avatar/avatar.style.js +29 -0
  15. package/cdn/components/avatar/index.js +13 -0
  16. package/cdn/components/badge/badge.host.style.js +12 -0
  17. package/cdn/components/badge/badge.js +151 -0
  18. package/cdn/components/badge/badge.style.js +62 -0
  19. package/cdn/components/badge/index.js +15 -0
  20. package/cdn/components/base/index.js +3 -0
  21. package/cdn/components/base/tailwind-base.js +192 -0
  22. package/cdn/components/breadcrumb/breadcrumb.js +59 -0
  23. package/cdn/components/breadcrumb/breadcrumb.style.js +39 -0
  24. package/cdn/components/breadcrumb/index.js +13 -0
  25. package/cdn/components/breadcrumb-item/breadcrumb-item.js +132 -0
  26. package/cdn/components/breadcrumb-item/breadcrumb-item.style.js +40 -0
  27. package/cdn/components/breadcrumb-item/index.js +13 -0
  28. package/cdn/components/button/button.js +231 -0
  29. package/cdn/components/button/button.style.js +68 -0
  30. package/cdn/components/button/index.js +13 -0
  31. package/cdn/components/button-group/button-group.js +250 -0
  32. package/cdn/components/button-group/button-group.style.js +52 -0
  33. package/cdn/components/button-group/index.js +12 -0
  34. package/cdn/components/caption/caption.style.js +29 -0
  35. package/cdn/components/checkbox/checkbox.js +205 -0
  36. package/cdn/components/checkbox/checkbox.style.js +158 -0
  37. package/cdn/components/checkbox/index.js +20 -0
  38. package/cdn/components/checkbox-group/checkbox-group.js +106 -0
  39. package/cdn/components/checkbox-group/checkbox-group.style.js +39 -0
  40. package/cdn/components/checkbox-group/index.js +13 -0
  41. package/cdn/components/chip/chip.js +188 -0
  42. package/cdn/components/chip/chip.style.js +71 -0
  43. package/cdn/components/chip/index.js +11 -0
  44. package/cdn/components/divider/divider.js +126 -0
  45. package/cdn/components/divider/divider.style.js +151 -0
  46. package/cdn/components/divider/index.js +12 -0
  47. package/cdn/components/drawer/drawer.js +188 -0
  48. package/cdn/components/drawer/drawer.style.js +171 -0
  49. package/cdn/components/drawer/index.js +12 -0
  50. package/cdn/components/dropdown/dropdown.js +331 -0
  51. package/cdn/components/dropdown/dropdown.style.js +15 -0
  52. package/cdn/components/dropdown/index.js +15 -0
  53. package/cdn/components/dropdown-item/dropdown-item.js +104 -0
  54. package/cdn/components/dropdown-item/index.js +12 -0
  55. package/cdn/components/icon/icon.js +2999 -0
  56. package/cdn/components/icon/index.js +7 -0
  57. package/cdn/components/index.js +139 -0
  58. package/cdn/components/input/index.js +19 -0
  59. package/cdn/components/input/input.js +591 -0
  60. package/cdn/components/input/input.style.js +133 -0
  61. package/cdn/components/label/label.style.js +28 -0
  62. package/cdn/components/link/index.js +9 -0
  63. package/cdn/components/link/link.js +168 -0
  64. package/cdn/components/link/link.style.js +41 -0
  65. package/cdn/components/list-box-item/index.js +13 -0
  66. package/cdn/components/list-box-item/list-box-item.js +101 -0
  67. package/cdn/components/list-box-item/list-box-item.style.js +42 -0
  68. package/cdn/components/modal/index.js +12 -0
  69. package/cdn/components/modal/modal.js +224 -0
  70. package/cdn/components/modal/modal.style.js +101 -0
  71. package/cdn/components/popconfirm/index.js +15 -0
  72. package/cdn/components/popconfirm/popconfirm.js +476 -0
  73. package/cdn/components/popconfirm/popconfirm.style.js +78 -0
  74. package/cdn/components/popover/index.js +15 -0
  75. package/cdn/components/popover/popover.js +417 -0
  76. package/cdn/components/popover/popover.style.js +67 -0
  77. package/cdn/components/radio/index.js +14 -0
  78. package/cdn/components/radio/radio.js +235 -0
  79. package/cdn/components/radio/radio.style.js +98 -0
  80. package/cdn/components/radio-group/index.js +9 -0
  81. package/cdn/components/radio-group/radio-group.js +142 -0
  82. package/cdn/components/radio-group/radio-group.style.js +18 -0
  83. package/cdn/components/rating/index.js +20 -0
  84. package/cdn/components/rating/rating.js +301 -0
  85. package/cdn/components/rating/rating.style.js +62 -0
  86. package/cdn/components/segmented-picker/index.js +13 -0
  87. package/cdn/components/segmented-picker/segmented-picker.component.js +119 -0
  88. package/cdn/components/segmented-picker/segmented-picker.style.js +49 -0
  89. package/cdn/components/segmented-picker-item/index.js +12 -0
  90. package/cdn/components/segmented-picker-item/segmented-picker-item.component.js +140 -0
  91. package/cdn/components/segmented-picker-item/segmented-picker-item.style.js +49 -0
  92. package/cdn/components/select/index.js +15 -0
  93. package/cdn/components/select/select.js +376 -0
  94. package/cdn/components/select/select.style.js +15 -0
  95. package/cdn/components/select-item/index.js +12 -0
  96. package/cdn/components/select-item/select-item.js +92 -0
  97. package/cdn/components/service/index.js +17 -0
  98. package/cdn/components/service/service.js +50 -0
  99. package/cdn/components/svg-icon/icons.js +31 -0
  100. package/cdn/components/svg-icon/index.js +8 -0
  101. package/cdn/components/svg-icon/svg-icon.js +31 -0
  102. package/cdn/components/tab/index.js +14 -0
  103. package/cdn/components/tab/styles.js +134 -0
  104. package/cdn/components/tab/tab.js +212 -0
  105. package/cdn/components/tab-group/index.js +15 -0
  106. package/cdn/components/tab-group/tab-group.js +346 -0
  107. package/cdn/components/tab-panel/index.js +12 -0
  108. package/cdn/components/tab-panel/tab-panel.js +72 -0
  109. package/cdn/components/tag/index.js +13 -0
  110. package/cdn/components/tag/tag.js +188 -0
  111. package/cdn/components/tag/tag.style.js +38 -0
  112. package/cdn/components/text/index.js +11 -0
  113. package/cdn/components/text/text.js +84 -0
  114. package/cdn/components/text/text.style.js +23 -0
  115. package/cdn/components/textarea/index.js +19 -0
  116. package/cdn/components/textarea/textarea.js +281 -0
  117. package/cdn/components/textarea/textarea.style.js +106 -0
  118. package/cdn/components/toast/index.js +16 -0
  119. package/cdn/components/toast/toast.js +188 -0
  120. package/cdn/components/toast/toast.style.js +88 -0
  121. package/cdn/components/toast-container/index.js +20 -0
  122. package/cdn/components/toast-container/toast-container.js +110 -0
  123. package/cdn/components/toast-container/toast-container.style.js +31 -0
  124. package/cdn/components/toggle/index.js +24 -0
  125. package/cdn/components/toggle/toggle.js +509 -0
  126. package/cdn/components/toggle/toggle.style.js +249 -0
  127. package/cdn/components/tooltip/index.js +15 -0
  128. package/cdn/components/tooltip/tooltip.js +266 -0
  129. package/cdn/components/tooltip/tooltip.style.js +18 -0
  130. package/cdn/controllers/slot-controller.js +40 -0
  131. package/cdn/directive-B-tr8_pJ.js +6 -0
  132. package/cdn/directive-DZCF8pFJ.js +8 -0
  133. package/cdn/factory/tailwind-factory.js +23 -0
  134. package/cdn/floating-ui.dom-CXNHR8n2.js +1 -0
  135. package/cdn/floating-ui.dom-OBaMlALa.js +1571 -0
  136. package/cdn/global--d79_U21.js +1 -0
  137. package/cdn/global-Dh9axYQH.js +31 -0
  138. package/cdn/if-defined-CQ5F5a3V.js +6 -0
  139. package/cdn/if-defined-D-m3dgRf.js +9 -0
  140. package/cdn/index-B9iart53.js +2545 -0
  141. package/cdn/index-BMAGQoq5.js +1 -0
  142. package/cdn/lit-element-ByzbtpGk.js +27 -0
  143. package/cdn/lit-element-DNNEDGnu.js +23 -0
  144. package/cdn/live-BOAtKRUN.js +16 -0
  145. package/cdn/live-Ba4FL2pG.js +11 -0
  146. package/cdn/loader.js +301 -0
  147. package/cdn/model/plus.js +13 -0
  148. package/cdn/property-DLlzgs39.js +7 -0
  149. package/cdn/property-DiPQx9S3.js +38 -0
  150. package/cdn/query-CHb9Ft_d.js +9 -0
  151. package/cdn/query-DhvfedBn.js +6 -0
  152. package/cdn/query-assigned-elements-B8Evmg7O.js +9 -0
  153. package/cdn/query-assigned-elements-BVENYXMn.js +6 -0
  154. package/cdn/services/toast.service.js +71 -0
  155. package/cdn/state-CoIPL7X5.js +6 -0
  156. package/cdn/state-D1d5Sfj8.js +9 -0
  157. package/cdn/style-map-DC_vNus2.js +10 -0
  158. package/cdn/style-map-Z-XBeQmS.js +6 -0
  159. package/cdn/unsafe-html-BhmP6ONc.js +10 -0
  160. package/cdn/unsafe-html-rEfV9uY8.js +6 -0
  161. package/custom-elements.json +14054 -0
  162. package/dist/base-BqsGesSl.js +6 -0
  163. package/dist/base-Cl6v8-BZ.js +8 -0
  164. package/dist/components/accordion/accordion.d.ts +75 -0
  165. package/dist/components/accordion/accordion.d.ts.map +1 -0
  166. package/dist/components/accordion/accordion.js +206 -0
  167. package/dist/components/accordion/accordion.js.map +1 -0
  168. package/dist/components/accordion/accordion.style.d.ts +439 -0
  169. package/dist/components/accordion/accordion.style.d.ts.map +1 -0
  170. package/dist/components/accordion/accordion.style.js +91 -0
  171. package/dist/components/accordion/accordion.style.js.map +1 -0
  172. package/dist/components/accordion/index.d.ts +2 -0
  173. package/dist/components/accordion/index.d.ts.map +1 -0
  174. package/dist/components/accordion/index.js +12 -0
  175. package/dist/components/accordion/index.js.map +1 -0
  176. package/dist/components/accordion-group/accordion-group.d.ts +54 -0
  177. package/dist/components/accordion-group/accordion-group.d.ts.map +1 -0
  178. package/dist/components/accordion-group/accordion-group.js +182 -0
  179. package/dist/components/accordion-group/accordion-group.js.map +1 -0
  180. package/dist/components/accordion-group/index.d.ts +2 -0
  181. package/dist/components/accordion-group/index.d.ts.map +1 -0
  182. package/dist/components/accordion-group/index.js +11 -0
  183. package/dist/components/accordion-group/index.js.map +1 -0
  184. package/dist/components/alert/alert.d.ts +117 -0
  185. package/dist/components/alert/alert.d.ts.map +1 -0
  186. package/dist/components/alert/alert.js +266 -0
  187. package/dist/components/alert/alert.js.map +1 -0
  188. package/dist/components/alert/alert.style.d.ts +366 -0
  189. package/dist/components/alert/alert.style.d.ts.map +1 -0
  190. package/dist/components/alert/alert.style.js +81 -0
  191. package/dist/components/alert/alert.style.js.map +1 -0
  192. package/dist/components/alert/alert.styles.d.ts +3 -0
  193. package/dist/components/alert/alert.styles.d.ts.map +1 -0
  194. package/dist/components/alert/alert.styles.js +15 -0
  195. package/dist/components/alert/alert.styles.js.map +1 -0
  196. package/dist/components/alert/index.d.ts +2 -0
  197. package/dist/components/alert/index.d.ts.map +1 -0
  198. package/dist/components/alert/index.js +12 -0
  199. package/dist/components/alert/index.js.map +1 -0
  200. package/dist/components/avatar/avatar.d.ts +75 -0
  201. package/dist/components/avatar/avatar.d.ts.map +1 -0
  202. package/dist/components/avatar/avatar.js +184 -0
  203. package/dist/components/avatar/avatar.js.map +1 -0
  204. package/dist/components/avatar/avatar.style.d.ts +93 -0
  205. package/dist/components/avatar/avatar.style.d.ts.map +1 -0
  206. package/dist/components/avatar/avatar.style.js +29 -0
  207. package/dist/components/avatar/avatar.style.js.map +1 -0
  208. package/dist/components/avatar/index.d.ts +2 -0
  209. package/dist/components/avatar/index.d.ts.map +1 -0
  210. package/dist/components/avatar/index.js +14 -0
  211. package/dist/components/avatar/index.js.map +1 -0
  212. package/dist/components/badge/badge.d.ts +49 -0
  213. package/dist/components/badge/badge.d.ts.map +1 -0
  214. package/dist/components/badge/badge.host.style.d.ts +3 -0
  215. package/dist/components/badge/badge.host.style.d.ts.map +1 -0
  216. package/dist/components/badge/badge.host.style.js +12 -0
  217. package/dist/components/badge/badge.host.style.js.map +1 -0
  218. package/dist/components/badge/badge.js +152 -0
  219. package/dist/components/badge/badge.js.map +1 -0
  220. package/dist/components/badge/badge.style.d.ts +177 -0
  221. package/dist/components/badge/badge.style.d.ts.map +1 -0
  222. package/dist/components/badge/badge.style.js +62 -0
  223. package/dist/components/badge/badge.style.js.map +1 -0
  224. package/dist/components/badge/index.d.ts +2 -0
  225. package/dist/components/badge/index.d.ts.map +1 -0
  226. package/dist/components/badge/index.js +16 -0
  227. package/dist/components/badge/index.js.map +1 -0
  228. package/dist/components/base/index.d.ts +3 -0
  229. package/dist/components/base/index.d.ts.map +1 -0
  230. package/dist/components/base/index.js +4 -0
  231. package/dist/components/base/index.js.map +1 -0
  232. package/dist/components/base/tailwind-base.d.ts +8 -0
  233. package/dist/components/base/tailwind-base.d.ts.map +1 -0
  234. package/dist/components/base/tailwind-base.js +193 -0
  235. package/dist/components/base/tailwind-base.js.map +1 -0
  236. package/dist/components/breadcrumb/breadcrumb.d.ts +23 -0
  237. package/dist/components/breadcrumb/breadcrumb.d.ts.map +1 -0
  238. package/dist/components/breadcrumb/breadcrumb.js +60 -0
  239. package/dist/components/breadcrumb/breadcrumb.js.map +1 -0
  240. package/dist/components/breadcrumb/breadcrumb.style.d.ts +72 -0
  241. package/dist/components/breadcrumb/breadcrumb.style.d.ts.map +1 -0
  242. package/dist/components/breadcrumb/breadcrumb.style.js +39 -0
  243. package/dist/components/breadcrumb/breadcrumb.style.js.map +1 -0
  244. package/dist/components/breadcrumb/index.d.ts +2 -0
  245. package/dist/components/breadcrumb/index.d.ts.map +1 -0
  246. package/dist/components/breadcrumb/index.js +14 -0
  247. package/dist/components/breadcrumb/index.js.map +1 -0
  248. package/dist/components/breadcrumb-item/breadcrumb-item.d.ts +39 -0
  249. package/dist/components/breadcrumb-item/breadcrumb-item.d.ts.map +1 -0
  250. package/dist/components/breadcrumb-item/breadcrumb-item.js +133 -0
  251. package/dist/components/breadcrumb-item/breadcrumb-item.js.map +1 -0
  252. package/dist/components/breadcrumb-item/breadcrumb-item.style.d.ts +157 -0
  253. package/dist/components/breadcrumb-item/breadcrumb-item.style.d.ts.map +1 -0
  254. package/dist/components/breadcrumb-item/breadcrumb-item.style.js +40 -0
  255. package/dist/components/breadcrumb-item/breadcrumb-item.style.js.map +1 -0
  256. package/dist/components/breadcrumb-item/index.d.ts +2 -0
  257. package/dist/components/breadcrumb-item/index.d.ts.map +1 -0
  258. package/dist/components/breadcrumb-item/index.js +14 -0
  259. package/dist/components/breadcrumb-item/index.js.map +1 -0
  260. package/dist/components/button/button.d.ts +49 -0
  261. package/dist/components/button/button.d.ts.map +1 -0
  262. package/dist/components/button/button.js +232 -0
  263. package/dist/components/button/button.js.map +1 -0
  264. package/dist/components/button/button.style.d.ts +256 -0
  265. package/dist/components/button/button.style.d.ts.map +1 -0
  266. package/dist/components/button/button.style.js +68 -0
  267. package/dist/components/button/button.style.js.map +1 -0
  268. package/dist/components/button/index.d.ts +2 -0
  269. package/dist/components/button/index.d.ts.map +1 -0
  270. package/dist/components/button/index.js +14 -0
  271. package/dist/components/button/index.js.map +1 -0
  272. package/dist/components/button-group/button-group.d.ts +102 -0
  273. package/dist/components/button-group/button-group.d.ts.map +1 -0
  274. package/dist/components/button-group/button-group.js +251 -0
  275. package/dist/components/button-group/button-group.js.map +1 -0
  276. package/dist/components/button-group/button-group.style.d.ts +215 -0
  277. package/dist/components/button-group/button-group.style.d.ts.map +1 -0
  278. package/dist/components/button-group/button-group.style.js +52 -0
  279. package/dist/components/button-group/button-group.style.js.map +1 -0
  280. package/dist/components/button-group/index.d.ts +2 -0
  281. package/dist/components/button-group/index.d.ts.map +1 -0
  282. package/dist/components/button-group/index.js +13 -0
  283. package/dist/components/button-group/index.js.map +1 -0
  284. package/dist/components/caption/caption.style.d.ts +107 -0
  285. package/dist/components/caption/caption.style.d.ts.map +1 -0
  286. package/dist/components/caption/caption.style.js +29 -0
  287. package/dist/components/caption/caption.style.js.map +1 -0
  288. package/dist/components/checkbox/checkbox.d.ts +74 -0
  289. package/dist/components/checkbox/checkbox.d.ts.map +1 -0
  290. package/dist/components/checkbox/checkbox.js +206 -0
  291. package/dist/components/checkbox/checkbox.js.map +1 -0
  292. package/dist/components/checkbox/checkbox.style.d.ts +363 -0
  293. package/dist/components/checkbox/checkbox.style.d.ts.map +1 -0
  294. package/dist/components/checkbox/checkbox.style.js +158 -0
  295. package/dist/components/checkbox/checkbox.style.js.map +1 -0
  296. package/dist/components/checkbox/index.d.ts +2 -0
  297. package/dist/components/checkbox/index.d.ts.map +1 -0
  298. package/dist/components/checkbox/index.js +21 -0
  299. package/dist/components/checkbox/index.js.map +1 -0
  300. package/dist/components/checkbox-group/checkbox-group.d.ts +30 -0
  301. package/dist/components/checkbox-group/checkbox-group.d.ts.map +1 -0
  302. package/dist/components/checkbox-group/checkbox-group.js +107 -0
  303. package/dist/components/checkbox-group/checkbox-group.js.map +1 -0
  304. package/dist/components/checkbox-group/checkbox-group.style.d.ts +71 -0
  305. package/dist/components/checkbox-group/checkbox-group.style.d.ts.map +1 -0
  306. package/dist/components/checkbox-group/checkbox-group.style.js +39 -0
  307. package/dist/components/checkbox-group/checkbox-group.style.js.map +1 -0
  308. package/dist/components/checkbox-group/index.d.ts +2 -0
  309. package/dist/components/checkbox-group/index.d.ts.map +1 -0
  310. package/dist/components/checkbox-group/index.js +14 -0
  311. package/dist/components/checkbox-group/index.js.map +1 -0
  312. package/dist/components/chip/chip.d.ts +85 -0
  313. package/dist/components/chip/chip.d.ts.map +1 -0
  314. package/dist/components/chip/chip.js +189 -0
  315. package/dist/components/chip/chip.js.map +1 -0
  316. package/dist/components/chip/chip.style.d.ts +263 -0
  317. package/dist/components/chip/chip.style.d.ts.map +1 -0
  318. package/dist/components/chip/chip.style.js +71 -0
  319. package/dist/components/chip/chip.style.js.map +1 -0
  320. package/dist/components/chip/index.d.ts +2 -0
  321. package/dist/components/chip/index.d.ts.map +1 -0
  322. package/dist/components/chip/index.js +12 -0
  323. package/dist/components/chip/index.js.map +1 -0
  324. package/dist/components/divider/divider.d.ts +49 -0
  325. package/dist/components/divider/divider.d.ts.map +1 -0
  326. package/dist/components/divider/divider.js +127 -0
  327. package/dist/components/divider/divider.js.map +1 -0
  328. package/dist/components/divider/divider.style.d.ts +246 -0
  329. package/dist/components/divider/divider.style.d.ts.map +1 -0
  330. package/dist/components/divider/divider.style.js +151 -0
  331. package/dist/components/divider/divider.style.js.map +1 -0
  332. package/dist/components/divider/index.d.ts +2 -0
  333. package/dist/components/divider/index.d.ts.map +1 -0
  334. package/dist/components/divider/index.js +13 -0
  335. package/dist/components/divider/index.js.map +1 -0
  336. package/dist/components/drawer/drawer.d.ts +79 -0
  337. package/dist/components/drawer/drawer.d.ts.map +1 -0
  338. package/dist/components/drawer/drawer.js +189 -0
  339. package/dist/components/drawer/drawer.js.map +1 -0
  340. package/dist/components/drawer/drawer.style.d.ts +281 -0
  341. package/dist/components/drawer/drawer.style.d.ts.map +1 -0
  342. package/dist/components/drawer/drawer.style.js +171 -0
  343. package/dist/components/drawer/drawer.style.js.map +1 -0
  344. package/dist/components/drawer/index.d.ts +2 -0
  345. package/dist/components/drawer/index.d.ts.map +1 -0
  346. package/dist/components/drawer/index.js +13 -0
  347. package/dist/components/drawer/index.js.map +1 -0
  348. package/dist/components/dropdown/dropdown.d.ts +147 -0
  349. package/dist/components/dropdown/dropdown.d.ts.map +1 -0
  350. package/dist/components/dropdown/dropdown.js +332 -0
  351. package/dist/components/dropdown/dropdown.js.map +1 -0
  352. package/dist/components/dropdown/dropdown.style.d.ts +37 -0
  353. package/dist/components/dropdown/dropdown.style.d.ts.map +1 -0
  354. package/dist/components/dropdown/dropdown.style.js +15 -0
  355. package/dist/components/dropdown/dropdown.style.js.map +1 -0
  356. package/dist/components/dropdown/index.d.ts +2 -0
  357. package/dist/components/dropdown/index.d.ts.map +1 -0
  358. package/dist/components/dropdown/index.js +16 -0
  359. package/dist/components/dropdown/index.js.map +1 -0
  360. package/dist/components/dropdown-item/dropdown-item.d.ts +63 -0
  361. package/dist/components/dropdown-item/dropdown-item.d.ts.map +1 -0
  362. package/dist/components/dropdown-item/dropdown-item.js +105 -0
  363. package/dist/components/dropdown-item/dropdown-item.js.map +1 -0
  364. package/dist/components/dropdown-item/index.d.ts +2 -0
  365. package/dist/components/dropdown-item/index.d.ts.map +1 -0
  366. package/dist/components/dropdown-item/index.js +13 -0
  367. package/dist/components/dropdown-item/index.js.map +1 -0
  368. package/dist/components/icon/icon.d.ts +12 -0
  369. package/dist/components/icon/icon.d.ts.map +1 -0
  370. package/dist/components/icon/icon.js +2999 -0
  371. package/dist/components/icon/icon.js.map +1 -0
  372. package/dist/components/icon/index.d.ts +2 -0
  373. package/dist/components/icon/index.d.ts.map +1 -0
  374. package/dist/components/icon/index.js +7 -0
  375. package/dist/components/icon/index.js.map +1 -0
  376. package/dist/components/index.d.ts +44 -0
  377. package/dist/components/index.d.ts.map +1 -0
  378. package/dist/components/index.js +140 -0
  379. package/dist/components/index.js.map +1 -0
  380. package/dist/components/input/index.d.ts +2 -0
  381. package/dist/components/input/index.d.ts.map +1 -0
  382. package/dist/components/input/index.js +20 -0
  383. package/dist/components/input/index.js.map +1 -0
  384. package/dist/components/input/input.d.ts +315 -0
  385. package/dist/components/input/input.d.ts.map +1 -0
  386. package/dist/components/input/input.js +592 -0
  387. package/dist/components/input/input.js.map +1 -0
  388. package/dist/components/input/input.style.d.ts +533 -0
  389. package/dist/components/input/input.style.d.ts.map +1 -0
  390. package/dist/components/input/input.style.js +133 -0
  391. package/dist/components/input/input.style.js.map +1 -0
  392. package/dist/components/label/label.style.d.ts +107 -0
  393. package/dist/components/label/label.style.d.ts.map +1 -0
  394. package/dist/components/label/label.style.js +28 -0
  395. package/dist/components/label/label.style.js.map +1 -0
  396. package/dist/components/link/index.d.ts +2 -0
  397. package/dist/components/link/index.d.ts.map +1 -0
  398. package/dist/components/link/index.js +10 -0
  399. package/dist/components/link/index.js.map +1 -0
  400. package/dist/components/link/link.d.ts +84 -0
  401. package/dist/components/link/link.d.ts.map +1 -0
  402. package/dist/components/link/link.js +169 -0
  403. package/dist/components/link/link.js.map +1 -0
  404. package/dist/components/link/link.style.d.ts +156 -0
  405. package/dist/components/link/link.style.d.ts.map +1 -0
  406. package/dist/components/link/link.style.js +41 -0
  407. package/dist/components/link/link.style.js.map +1 -0
  408. package/dist/components/list-box-item/index.d.ts +2 -0
  409. package/dist/components/list-box-item/index.d.ts.map +1 -0
  410. package/dist/components/list-box-item/index.js +14 -0
  411. package/dist/components/list-box-item/index.js.map +1 -0
  412. package/dist/components/list-box-item/list-box-item.d.ts +54 -0
  413. package/dist/components/list-box-item/list-box-item.d.ts.map +1 -0
  414. package/dist/components/list-box-item/list-box-item.js +102 -0
  415. package/dist/components/list-box-item/list-box-item.js.map +1 -0
  416. package/dist/components/list-box-item/list-box-item.style.d.ts +100 -0
  417. package/dist/components/list-box-item/list-box-item.style.d.ts.map +1 -0
  418. package/dist/components/list-box-item/list-box-item.style.js +42 -0
  419. package/dist/components/list-box-item/list-box-item.style.js.map +1 -0
  420. package/dist/components/modal/index.d.ts +2 -0
  421. package/dist/components/modal/index.d.ts.map +1 -0
  422. package/dist/components/modal/index.js +13 -0
  423. package/dist/components/modal/index.js.map +1 -0
  424. package/dist/components/modal/modal.d.ts +95 -0
  425. package/dist/components/modal/modal.d.ts.map +1 -0
  426. package/dist/components/modal/modal.js +225 -0
  427. package/dist/components/modal/modal.js.map +1 -0
  428. package/dist/components/modal/modal.style.d.ts +295 -0
  429. package/dist/components/modal/modal.style.d.ts.map +1 -0
  430. package/dist/components/modal/modal.style.js +101 -0
  431. package/dist/components/modal/modal.style.js.map +1 -0
  432. package/dist/components/popconfirm/index.d.ts +2 -0
  433. package/dist/components/popconfirm/index.d.ts.map +1 -0
  434. package/dist/components/popconfirm/index.js +16 -0
  435. package/dist/components/popconfirm/index.js.map +1 -0
  436. package/dist/components/popconfirm/popconfirm.d.ts +183 -0
  437. package/dist/components/popconfirm/popconfirm.d.ts.map +1 -0
  438. package/dist/components/popconfirm/popconfirm.js +477 -0
  439. package/dist/components/popconfirm/popconfirm.js.map +1 -0
  440. package/dist/components/popconfirm/popconfirm.style.d.ts +417 -0
  441. package/dist/components/popconfirm/popconfirm.style.d.ts.map +1 -0
  442. package/dist/components/popconfirm/popconfirm.style.js +78 -0
  443. package/dist/components/popconfirm/popconfirm.style.js.map +1 -0
  444. package/dist/components/popover/index.d.ts +2 -0
  445. package/dist/components/popover/index.d.ts.map +1 -0
  446. package/dist/components/popover/index.js +16 -0
  447. package/dist/components/popover/index.js.map +1 -0
  448. package/dist/components/popover/popover.d.ts +184 -0
  449. package/dist/components/popover/popover.d.ts.map +1 -0
  450. package/dist/components/popover/popover.js +418 -0
  451. package/dist/components/popover/popover.js.map +1 -0
  452. package/dist/components/popover/popover.style.d.ts +348 -0
  453. package/dist/components/popover/popover.style.d.ts.map +1 -0
  454. package/dist/components/popover/popover.style.js +67 -0
  455. package/dist/components/popover/popover.style.js.map +1 -0
  456. package/dist/components/radio/index.d.ts +2 -0
  457. package/dist/components/radio/index.d.ts.map +1 -0
  458. package/dist/components/radio/index.js +15 -0
  459. package/dist/components/radio/index.js.map +1 -0
  460. package/dist/components/radio/radio.d.ts +85 -0
  461. package/dist/components/radio/radio.d.ts.map +1 -0
  462. package/dist/components/radio/radio.js +236 -0
  463. package/dist/components/radio/radio.js.map +1 -0
  464. package/dist/components/radio/radio.style.d.ts +272 -0
  465. package/dist/components/radio/radio.style.d.ts.map +1 -0
  466. package/dist/components/radio/radio.style.js +98 -0
  467. package/dist/components/radio/radio.style.js.map +1 -0
  468. package/dist/components/radio-group/index.d.ts +2 -0
  469. package/dist/components/radio-group/index.d.ts.map +1 -0
  470. package/dist/components/radio-group/index.js +10 -0
  471. package/dist/components/radio-group/index.js.map +1 -0
  472. package/dist/components/radio-group/radio-group.d.ts +37 -0
  473. package/dist/components/radio-group/radio-group.d.ts.map +1 -0
  474. package/dist/components/radio-group/radio-group.js +143 -0
  475. package/dist/components/radio-group/radio-group.js.map +1 -0
  476. package/dist/components/radio-group/radio-group.style.d.ts +71 -0
  477. package/dist/components/radio-group/radio-group.style.d.ts.map +1 -0
  478. package/dist/components/radio-group/radio-group.style.js +18 -0
  479. package/dist/components/radio-group/radio-group.style.js.map +1 -0
  480. package/dist/components/rating/index.d.ts +2 -0
  481. package/dist/components/rating/index.d.ts.map +1 -0
  482. package/dist/components/rating/index.js +21 -0
  483. package/dist/components/rating/index.js.map +1 -0
  484. package/dist/components/rating/rating.d.ts +53 -0
  485. package/dist/components/rating/rating.d.ts.map +1 -0
  486. package/dist/components/rating/rating.js +302 -0
  487. package/dist/components/rating/rating.js.map +1 -0
  488. package/dist/components/rating/rating.style.d.ts +208 -0
  489. package/dist/components/rating/rating.style.d.ts.map +1 -0
  490. package/dist/components/rating/rating.style.js +62 -0
  491. package/dist/components/rating/rating.style.js.map +1 -0
  492. package/dist/components/segmented-picker/index.d.ts +2 -0
  493. package/dist/components/segmented-picker/index.d.ts.map +1 -0
  494. package/dist/components/segmented-picker/index.js +14 -0
  495. package/dist/components/segmented-picker/index.js.map +1 -0
  496. package/dist/components/segmented-picker/segmented-picker.component.d.ts +41 -0
  497. package/dist/components/segmented-picker/segmented-picker.component.d.ts.map +1 -0
  498. package/dist/components/segmented-picker/segmented-picker.component.js +120 -0
  499. package/dist/components/segmented-picker/segmented-picker.component.js.map +1 -0
  500. package/dist/components/segmented-picker/segmented-picker.style.d.ts +221 -0
  501. package/dist/components/segmented-picker/segmented-picker.style.d.ts.map +1 -0
  502. package/dist/components/segmented-picker/segmented-picker.style.js +49 -0
  503. package/dist/components/segmented-picker/segmented-picker.style.js.map +1 -0
  504. package/dist/components/segmented-picker-item/index.d.ts +2 -0
  505. package/dist/components/segmented-picker-item/index.d.ts.map +1 -0
  506. package/dist/components/segmented-picker-item/index.js +13 -0
  507. package/dist/components/segmented-picker-item/index.js.map +1 -0
  508. package/dist/components/segmented-picker-item/segmented-picker-item.component.d.ts +60 -0
  509. package/dist/components/segmented-picker-item/segmented-picker-item.component.d.ts.map +1 -0
  510. package/dist/components/segmented-picker-item/segmented-picker-item.component.js +141 -0
  511. package/dist/components/segmented-picker-item/segmented-picker-item.component.js.map +1 -0
  512. package/dist/components/segmented-picker-item/segmented-picker-item.style.d.ts +156 -0
  513. package/dist/components/segmented-picker-item/segmented-picker-item.style.d.ts.map +1 -0
  514. package/dist/components/segmented-picker-item/segmented-picker-item.style.js +49 -0
  515. package/dist/components/segmented-picker-item/segmented-picker-item.style.js.map +1 -0
  516. package/dist/components/select/index.d.ts +2 -0
  517. package/dist/components/select/index.d.ts.map +1 -0
  518. package/dist/components/select/index.js +16 -0
  519. package/dist/components/select/index.js.map +1 -0
  520. package/dist/components/select/select.d.ts +160 -0
  521. package/dist/components/select/select.d.ts.map +1 -0
  522. package/dist/components/select/select.js +377 -0
  523. package/dist/components/select/select.js.map +1 -0
  524. package/dist/components/select/select.style.d.ts +37 -0
  525. package/dist/components/select/select.style.d.ts.map +1 -0
  526. package/dist/components/select/select.style.js +15 -0
  527. package/dist/components/select/select.style.js.map +1 -0
  528. package/dist/components/select-item/index.d.ts +2 -0
  529. package/dist/components/select-item/index.d.ts.map +1 -0
  530. package/dist/components/select-item/index.js +13 -0
  531. package/dist/components/select-item/index.js.map +1 -0
  532. package/dist/components/select-item/select-item.d.ts +56 -0
  533. package/dist/components/select-item/select-item.d.ts.map +1 -0
  534. package/dist/components/select-item/select-item.js +93 -0
  535. package/dist/components/select-item/select-item.js.map +1 -0
  536. package/dist/components/service/index.d.ts +2 -0
  537. package/dist/components/service/index.d.ts.map +1 -0
  538. package/dist/components/service/index.js +18 -0
  539. package/dist/components/service/index.js.map +1 -0
  540. package/dist/components/service/service.d.ts +19 -0
  541. package/dist/components/service/service.d.ts.map +1 -0
  542. package/dist/components/service/service.js +51 -0
  543. package/dist/components/service/service.js.map +1 -0
  544. package/dist/components/svg-icon/icons.d.ts +25 -0
  545. package/dist/components/svg-icon/icons.d.ts.map +1 -0
  546. package/dist/components/svg-icon/icons.js +31 -0
  547. package/dist/components/svg-icon/icons.js.map +1 -0
  548. package/dist/components/svg-icon/index.d.ts +3 -0
  549. package/dist/components/svg-icon/index.d.ts.map +1 -0
  550. package/dist/components/svg-icon/index.js +8 -0
  551. package/dist/components/svg-icon/index.js.map +1 -0
  552. package/dist/components/svg-icon/svg-icon.d.ts +9 -0
  553. package/dist/components/svg-icon/svg-icon.d.ts.map +1 -0
  554. package/dist/components/svg-icon/svg-icon.js +31 -0
  555. package/dist/components/svg-icon/svg-icon.js.map +1 -0
  556. package/dist/components/tab/index.d.ts +2 -0
  557. package/dist/components/tab/index.d.ts.map +1 -0
  558. package/dist/components/tab/index.js +15 -0
  559. package/dist/components/tab/index.js.map +1 -0
  560. package/dist/components/tab/styles.d.ts +363 -0
  561. package/dist/components/tab/styles.d.ts.map +1 -0
  562. package/dist/components/tab/styles.js +134 -0
  563. package/dist/components/tab/styles.js.map +1 -0
  564. package/dist/components/tab/tab.d.ts +83 -0
  565. package/dist/components/tab/tab.d.ts.map +1 -0
  566. package/dist/components/tab/tab.js +213 -0
  567. package/dist/components/tab/tab.js.map +1 -0
  568. package/dist/components/tab-group/index.d.ts +2 -0
  569. package/dist/components/tab-group/index.d.ts.map +1 -0
  570. package/dist/components/tab-group/index.js +16 -0
  571. package/dist/components/tab-group/index.js.map +1 -0
  572. package/dist/components/tab-group/tab-group.d.ts +118 -0
  573. package/dist/components/tab-group/tab-group.d.ts.map +1 -0
  574. package/dist/components/tab-group/tab-group.js +347 -0
  575. package/dist/components/tab-group/tab-group.js.map +1 -0
  576. package/dist/components/tab-panel/index.d.ts +2 -0
  577. package/dist/components/tab-panel/index.d.ts.map +1 -0
  578. package/dist/components/tab-panel/index.js +13 -0
  579. package/dist/components/tab-panel/index.js.map +1 -0
  580. package/dist/components/tab-panel/tab-panel.d.ts +33 -0
  581. package/dist/components/tab-panel/tab-panel.d.ts.map +1 -0
  582. package/dist/components/tab-panel/tab-panel.js +73 -0
  583. package/dist/components/tab-panel/tab-panel.js.map +1 -0
  584. package/dist/components/tag/index.d.ts +2 -0
  585. package/dist/components/tag/index.d.ts.map +1 -0
  586. package/dist/components/tag/index.js +14 -0
  587. package/dist/components/tag/index.js.map +1 -0
  588. package/dist/components/tag/tag.d.ts +91 -0
  589. package/dist/components/tag/tag.d.ts.map +1 -0
  590. package/dist/components/tag/tag.js +189 -0
  591. package/dist/components/tag/tag.js.map +1 -0
  592. package/dist/components/tag/tag.style.d.ts +135 -0
  593. package/dist/components/tag/tag.style.d.ts.map +1 -0
  594. package/dist/components/tag/tag.style.js +38 -0
  595. package/dist/components/tag/tag.style.js.map +1 -0
  596. package/dist/components/text/index.d.ts +2 -0
  597. package/dist/components/text/index.d.ts.map +1 -0
  598. package/dist/components/text/index.js +12 -0
  599. package/dist/components/text/index.js.map +1 -0
  600. package/dist/components/text/text.d.ts +36 -0
  601. package/dist/components/text/text.d.ts.map +1 -0
  602. package/dist/components/text/text.js +85 -0
  603. package/dist/components/text/text.js.map +1 -0
  604. package/dist/components/text/text.style.d.ts +86 -0
  605. package/dist/components/text/text.style.d.ts.map +1 -0
  606. package/dist/components/text/text.style.js +23 -0
  607. package/dist/components/text/text.style.js.map +1 -0
  608. package/dist/components/textarea/index.d.ts +2 -0
  609. package/dist/components/textarea/index.d.ts.map +1 -0
  610. package/dist/components/textarea/index.js +20 -0
  611. package/dist/components/textarea/index.js.map +1 -0
  612. package/dist/components/textarea/textarea.d.ts +76 -0
  613. package/dist/components/textarea/textarea.d.ts.map +1 -0
  614. package/dist/components/textarea/textarea.js +282 -0
  615. package/dist/components/textarea/textarea.js.map +1 -0
  616. package/dist/components/textarea/textarea.style.d.ts +436 -0
  617. package/dist/components/textarea/textarea.style.d.ts.map +1 -0
  618. package/dist/components/textarea/textarea.style.js +106 -0
  619. package/dist/components/textarea/textarea.style.js.map +1 -0
  620. package/dist/components/toast/index.d.ts +2 -0
  621. package/dist/components/toast/index.d.ts.map +1 -0
  622. package/dist/components/toast/index.js +17 -0
  623. package/dist/components/toast/index.js.map +1 -0
  624. package/dist/components/toast/toast.d.ts +57 -0
  625. package/dist/components/toast/toast.d.ts.map +1 -0
  626. package/dist/components/toast/toast.js +189 -0
  627. package/dist/components/toast/toast.js.map +1 -0
  628. package/dist/components/toast/toast.style.d.ts +333 -0
  629. package/dist/components/toast/toast.style.d.ts.map +1 -0
  630. package/dist/components/toast/toast.style.js +88 -0
  631. package/dist/components/toast/toast.style.js.map +1 -0
  632. package/dist/components/toast-container/index.d.ts +2 -0
  633. package/dist/components/toast-container/index.d.ts.map +1 -0
  634. package/dist/components/toast-container/index.js +21 -0
  635. package/dist/components/toast-container/index.js.map +1 -0
  636. package/dist/components/toast-container/toast-container.d.ts +34 -0
  637. package/dist/components/toast-container/toast-container.d.ts.map +1 -0
  638. package/dist/components/toast-container/toast-container.js +111 -0
  639. package/dist/components/toast-container/toast-container.js.map +1 -0
  640. package/dist/components/toast-container/toast-container.style.d.ts +113 -0
  641. package/dist/components/toast-container/toast-container.style.d.ts.map +1 -0
  642. package/dist/components/toast-container/toast-container.style.js +31 -0
  643. package/dist/components/toast-container/toast-container.style.js.map +1 -0
  644. package/dist/components/toggle/index.d.ts +2 -0
  645. package/dist/components/toggle/index.d.ts.map +1 -0
  646. package/dist/components/toggle/index.js +25 -0
  647. package/dist/components/toggle/index.js.map +1 -0
  648. package/dist/components/toggle/toggle.d.ts +112 -0
  649. package/dist/components/toggle/toggle.d.ts.map +1 -0
  650. package/dist/components/toggle/toggle.js +510 -0
  651. package/dist/components/toggle/toggle.js.map +1 -0
  652. package/dist/components/toggle/toggle.style.d.ts +585 -0
  653. package/dist/components/toggle/toggle.style.d.ts.map +1 -0
  654. package/dist/components/toggle/toggle.style.js +249 -0
  655. package/dist/components/toggle/toggle.style.js.map +1 -0
  656. package/dist/components/tooltip/index.d.ts +2 -0
  657. package/dist/components/tooltip/index.d.ts.map +1 -0
  658. package/dist/components/tooltip/index.js +16 -0
  659. package/dist/components/tooltip/index.js.map +1 -0
  660. package/dist/components/tooltip/tooltip.d.ts +104 -0
  661. package/dist/components/tooltip/tooltip.d.ts.map +1 -0
  662. package/dist/components/tooltip/tooltip.js +267 -0
  663. package/dist/components/tooltip/tooltip.js.map +1 -0
  664. package/dist/components/tooltip/tooltip.style.d.ts +123 -0
  665. package/dist/components/tooltip/tooltip.style.d.ts.map +1 -0
  666. package/dist/components/tooltip/tooltip.style.js +18 -0
  667. package/dist/components/tooltip/tooltip.style.js.map +1 -0
  668. package/dist/controllers/slot-controller.d.ts +19 -0
  669. package/dist/controllers/slot-controller.d.ts.map +1 -0
  670. package/dist/controllers/slot-controller.js +40 -0
  671. package/dist/controllers/slot-controller.js.map +1 -0
  672. package/dist/directive-CaeGQrCm.js +6 -0
  673. package/dist/directive-DZCF8pFJ.js +8 -0
  674. package/dist/factory/tailwind-factory.d.ts +3 -0
  675. package/dist/factory/tailwind-factory.d.ts.map +1 -0
  676. package/dist/factory/tailwind-factory.js +24 -0
  677. package/dist/factory/tailwind-factory.js.map +1 -0
  678. package/dist/floating-ui.dom-D3XJuCC4.js +1 -0
  679. package/dist/floating-ui.dom-OBaMlALa.js +1571 -0
  680. package/dist/if-defined-D-m3dgRf.js +9 -0
  681. package/dist/if-defined-DZx5z3Rt.js +6 -0
  682. package/dist/index-B9iart53.js +2545 -0
  683. package/dist/index-exQ3KYY9.js +1 -0
  684. package/dist/index.css +3 -0
  685. package/dist/lit-element-ByzbtpGk.js +27 -0
  686. package/dist/lit-element-DWUSmjFy.js +23 -0
  687. package/dist/live-BOAtKRUN.js +16 -0
  688. package/dist/live-Cq6acxyl.js +11 -0
  689. package/dist/model/plus.d.ts +10 -0
  690. package/dist/model/plus.d.ts.map +1 -0
  691. package/dist/model/plus.js +13 -0
  692. package/dist/model/plus.js.map +1 -0
  693. package/dist/property-BbhdtSvA.js +7 -0
  694. package/dist/property-DiPQx9S3.js +38 -0
  695. package/dist/query-CHb9Ft_d.js +9 -0
  696. package/dist/query-M3XxJAZy.js +6 -0
  697. package/dist/query-assigned-elements-B8Evmg7O.js +9 -0
  698. package/dist/query-assigned-elements-DBAPT3sj.js +6 -0
  699. package/dist/services/toast.service.d.ts +46 -0
  700. package/dist/services/toast.service.d.ts.map +1 -0
  701. package/dist/services/toast.service.js +71 -0
  702. package/dist/services/toast.service.js.map +1 -0
  703. package/dist/state-D1d5Sfj8.js +9 -0
  704. package/dist/state-D6IyB_n5.js +6 -0
  705. package/dist/style-inject.es-tgCJW-Cu.js +28 -0
  706. package/dist/style-map-CTYAtfNA.js +6 -0
  707. package/dist/style-map-DC_vNus2.js +10 -0
  708. package/dist/styles/base/preflight.styles.d.ts +3 -0
  709. package/dist/styles/base/preflight.styles.d.ts.map +1 -0
  710. package/dist/styles/base/preflight.styles.js +166 -0
  711. package/dist/styles/base/preflight.styles.js.map +1 -0
  712. package/dist/styles/global.js +7 -0
  713. package/dist/styles/theme/brand.js +7 -0
  714. package/dist/styles/theme/dark.js +7 -0
  715. package/dist/styles/theme/light.js +7 -0
  716. package/dist/unsafe-html-B4iHxNlq.js +6 -0
  717. package/dist/unsafe-html-BhmP6ONc.js +10 -0
  718. package/eslint/custom-element-eslint-rules.js +467 -0
  719. package/package.json +130 -0
  720. package/react/PlusAccordion.d.ts +84 -0
  721. package/react/PlusAccordion.js +47 -0
  722. package/react/PlusAccordionGroup.d.ts +64 -0
  723. package/react/PlusAccordionGroup.js +25 -0
  724. package/react/PlusAlert.d.ts +111 -0
  725. package/react/PlusAlert.js +57 -0
  726. package/react/PlusAvatar.d.ts +90 -0
  727. package/react/PlusAvatar.js +40 -0
  728. package/react/PlusBadge.d.ts +81 -0
  729. package/react/PlusBadge.js +28 -0
  730. package/react/PlusBreadcrumb.d.ts +64 -0
  731. package/react/PlusBreadcrumb.js +25 -0
  732. package/react/PlusBreadcrumbItem.d.ts +71 -0
  733. package/react/PlusBreadcrumbItem.js +25 -0
  734. package/react/PlusButton.d.ts +80 -0
  735. package/react/PlusButton.js +29 -0
  736. package/react/PlusButtonGroup.d.ts +91 -0
  737. package/react/PlusButtonGroup.js +38 -0
  738. package/react/PlusCheckbox.d.ts +115 -0
  739. package/react/PlusCheckbox.js +61 -0
  740. package/react/PlusCheckboxGroup.d.ts +73 -0
  741. package/react/PlusCheckboxGroup.js +37 -0
  742. package/react/PlusChip.d.ts +102 -0
  743. package/react/PlusChip.js +40 -0
  744. package/react/PlusDivider.d.ts +76 -0
  745. package/react/PlusDivider.js +44 -0
  746. package/react/PlusDrawer.d.ts +80 -0
  747. package/react/PlusDrawer.js +32 -0
  748. package/react/PlusDropDownItem.d.ts +88 -0
  749. package/react/PlusDropDownItem.js +37 -0
  750. package/react/PlusDropdown.d.ts +101 -0
  751. package/react/PlusDropdown.js +44 -0
  752. package/react/PlusIcon.d.ts +55 -0
  753. package/react/PlusIcon.js +24 -0
  754. package/react/PlusInput.d.ts +190 -0
  755. package/react/PlusInput.js +108 -0
  756. package/react/PlusLink.d.ts +99 -0
  757. package/react/PlusLink.js +44 -0
  758. package/react/PlusListBoxItem.d.ts +86 -0
  759. package/react/PlusListBoxItem.js +37 -0
  760. package/react/PlusModal.d.ts +86 -0
  761. package/react/PlusModal.js +41 -0
  762. package/react/PlusPopconfirm.d.ts +147 -0
  763. package/react/PlusPopconfirm.js +60 -0
  764. package/react/PlusPopover.d.ts +148 -0
  765. package/react/PlusPopover.js +55 -0
  766. package/react/PlusRadio.d.ts +97 -0
  767. package/react/PlusRadio.js +60 -0
  768. package/react/PlusRadioGroup.d.ts +75 -0
  769. package/react/PlusRadioGroup.js +38 -0
  770. package/react/PlusRating.d.ts +109 -0
  771. package/react/PlusRating.js +63 -0
  772. package/react/PlusSegmentedPicker.d.ts +71 -0
  773. package/react/PlusSegmentedPicker.js +40 -0
  774. package/react/PlusSegmentedPickerItem.d.ts +77 -0
  775. package/react/PlusSegmentedPickerItem.js +38 -0
  776. package/react/PlusSelect.d.ts +101 -0
  777. package/react/PlusSelect.js +59 -0
  778. package/react/PlusSelectItem.d.ts +86 -0
  779. package/react/PlusSelectItem.js +37 -0
  780. package/react/PlusService.d.ts +51 -0
  781. package/react/PlusService.js +20 -0
  782. package/react/PlusSvgIcon.d.ts +52 -0
  783. package/react/PlusSvgIcon.js +23 -0
  784. package/react/PlusTab.d.ts +99 -0
  785. package/react/PlusTab.js +44 -0
  786. package/react/PlusTabGroup.d.ts +93 -0
  787. package/react/PlusTabGroup.js +47 -0
  788. package/react/PlusTabPanel.d.ts +64 -0
  789. package/react/PlusTabPanel.js +25 -0
  790. package/react/PlusTag.d.ts +74 -0
  791. package/react/PlusTag.js +28 -0
  792. package/react/PlusText.d.ts +70 -0
  793. package/react/PlusText.js +23 -0
  794. package/react/PlusTextarea.d.ts +139 -0
  795. package/react/PlusTextarea.js +80 -0
  796. package/react/PlusToast.d.ts +99 -0
  797. package/react/PlusToast.js +51 -0
  798. package/react/PlusToastContainer.d.ts +63 -0
  799. package/react/PlusToastContainer.js +23 -0
  800. package/react/PlusToggle.d.ts +158 -0
  801. package/react/PlusToggle.js +86 -0
  802. package/react/PlusTooltip.d.ts +70 -0
  803. package/react/PlusTooltip.js +28 -0
  804. package/react/Tailwind.d.ts +49 -0
  805. package/react/Tailwind.js +20 -0
  806. package/react/index.d.ts +43 -0
  807. package/react/index.js +43 -0
  808. package/react/react-utils.js +34 -0
  809. package/types/custom-element-jsx.d.ts +1953 -0
  810. package/types/custom-element-solidjs.d.ts +2039 -0
  811. package/types/custom-element-svelte.d.ts +1935 -0
  812. package/types/custom-element-vuejs.d.ts +1905 -0
  813. package/vscode.css-custom-data.json +561 -0
  814. package/vscode.html-custom-data.json +1788 -0
  815. package/web-types.json +4523 -0
@@ -0,0 +1,2039 @@
1
+ import type { JSX } from "solid-js";
2
+
3
+ /**
4
+ * This type can be used to create scoped tags for your components.
5
+ *
6
+ * Usage:
7
+ *
8
+ * ```ts
9
+ * import type { ScopedElements } from "my-app/solid";
10
+ *
11
+ * declare module "solid-js" {
12
+ * namespace JSX {
13
+ * interface IntrinsicElements
14
+ * extends ScopedElements<'prefix-', '-suffix'> {}
15
+ * }
16
+ * }
17
+ * ```
18
+ *
19
+ */
20
+ export type ScopedElements<Prefix extends string = "", Suffix extends string = ""> = {
21
+ [Key in keyof CustomElements as `${Prefix}${Key}${Suffix}`]: CustomElements[Key];
22
+ };
23
+
24
+ type BaseProps = {
25
+ /** Content added between the opening and closing tags of the element */
26
+ children?: JSX.Element;
27
+ /** Used for declaratively styling one or more elements using CSS (Cascading Stylesheets) */
28
+ class?: string;
29
+ /** Takes an object where the key is the class name(s) and the value is a boolean expression. When true, the class is applied, and when false, it is removed. */
30
+ classList?: Record<string, boolean | undefined>;
31
+ /** Specifies the text direction of the element. */
32
+ dir?: "ltr" | "rtl";
33
+ /** Contains a space-separated list of the part names of the element that should be exposed on the host element. */
34
+ exportparts?: string;
35
+ /** Specifies whether the element should be hidden. */
36
+ hidden?: boolean | string;
37
+ /** A unique identifier for the element. */
38
+ id?: string;
39
+ /** Sets the HTML or XML markup contained within the element. */
40
+ innerHTML?: string;
41
+ /** Specifies the language of the element. */
42
+ lang?: string;
43
+ /** Contains a space-separated list of the part names of the element. Part names allows CSS to select and style specific elements in a shadow tree via the ::part pseudo-element. */
44
+ part?: string;
45
+ /** Use the ref attribute with a variable to assign a DOM element to the variable once the element is rendered. */
46
+ ref?: unknown | ((e: unknown) => void);
47
+ /** Adds a reference for a custom element slot */
48
+ slot?: string;
49
+ /** Prop for setting inline styles */
50
+ style?: JSX.CSSProperties;
51
+ /** Overrides the default Tab button behavior. Avoid using values other than -1 and 0. */
52
+ tabIndex?: number;
53
+ /** Sets the text content of the element */
54
+ textContent?: string;
55
+ /** Specifies the tooltip text for the element. */
56
+ title?: string;
57
+ /** Passing 'no' excludes the element content from being translated. */
58
+ translate?: "yes" | "no";
59
+ } & JSX.DirectiveAttributes &
60
+ JSX.PropAttributes &
61
+ JSX.AttrAttributes;
62
+
63
+ type BaseEvents = {};
64
+
65
+ type PlusAvatarProps = {
66
+ /** URL of the avatar image */
67
+ image?: string | undefined;
68
+ /** Alternative text for the avatar */
69
+ alt?: string | undefined;
70
+ /** Shape of the avatar
71
+ - circle: Circular shape
72
+ - square: Square shape with slight rounding */
73
+ shape?: "circle" | "square";
74
+ /** Size of the avatar
75
+ Can be a predefined size (xs, sm, md, lg, xl) or custom value */
76
+ size?: Size | string;
77
+ /** Icon class to use when no image is available */
78
+ icon?: string;
79
+ /** Toggles inverted color scheme */
80
+ invert?: boolean;
81
+ /** Text to display as initials when no image is available */
82
+ text?: string | undefined;
83
+ /** Strategy to use when image fails to load
84
+ - icon: Shows an icon
85
+ - text: Shows text initials
86
+ - custom: Uses fallback slot content */
87
+ fallbackStrategy?: "icon" | "text" | "custom";
88
+ } & JSX.DirectiveFunctionAttributes<PlusAvatar> &
89
+ JSX.OnAttributes<PlusAvatar> &
90
+ JSX.OnCaptureAttributes<PlusAvatar>;
91
+
92
+ type PlusButtonProps = {
93
+ /** Determines the visual style of the button
94
+ - filled: Solid background color
95
+ - outlined: Transparent background with border
96
+ - dashed: Transparent background with dashed border
97
+ - text: Text only without background or border */
98
+ kind?: "filled" | "outlined" | "dashed" | "text";
99
+ /** Sets the status/color variant of the button
100
+ - default: Neutral color scheme
101
+ - primary: Brand color scheme
102
+ - success: Green color scheme
103
+ - warning: Yellow color scheme
104
+ - danger: Red color scheme
105
+ - info: Blue color scheme */
106
+ status?: "default" | "primary" | "success" | "warning" | "danger" | "info";
107
+ /** Sets the size of the button
108
+ - sm: Small size
109
+ - md: Medium size
110
+ - lg: Large size */
111
+ size?: "sm" | "md" | "lg";
112
+ /** Disables the button interaction */
113
+ disabled?: boolean;
114
+ /** Shows loading spinner and disables interaction */
115
+ loading?: boolean;
116
+ /** */
117
+ "full-width"?: boolean;
118
+ } & JSX.DirectiveFunctionAttributes<PlusButton> &
119
+ JSX.OnAttributes<PlusButton> &
120
+ JSX.OnCaptureAttributes<PlusButton>;
121
+
122
+ type PlusButtonGroupProps = {
123
+ /** The orientation of the button group. */
124
+ orientation?: Orientation;
125
+ /** Determines whether the button group's properties override the properties of its child buttons.
126
+ When true, all buttons in the group will have the same appearance.
127
+ When false, each button can have its own properties. */
128
+ override?: boolean;
129
+ /** Determines the visual style of the button
130
+ - filled: Solid background color
131
+ - outlined: Transparent background with border
132
+ - dashed: Transparent background with dashed border
133
+ - text: Text only without background or border */
134
+ kind?: "filled" | "outlined" | "dashed" | "text";
135
+ /** Sets the status/color variant of the button
136
+ - default: Neutral color scheme
137
+ - primary: Brand color scheme
138
+ - success: Green color scheme
139
+ - warning: Yellow color scheme
140
+ - danger: Red color scheme
141
+ - info: Blue color scheme */
142
+ status?: "default" | "primary" | "success" | "warning" | "danger" | "info";
143
+ /** Sets the size of the button
144
+ - sm: Small size
145
+ - md: Medium size
146
+ - lg: Large size */
147
+ size?: "sm" | "md" | "lg";
148
+ /** Disables the button interaction */
149
+ disabled?: boolean;
150
+ /** Shows loading spinner and disables interaction */
151
+ loading?: boolean;
152
+ } & JSX.DirectiveFunctionAttributes<PlusButtonGroup> &
153
+ JSX.OnAttributes<PlusButtonGroup> &
154
+ JSX.OnCaptureAttributes<PlusButtonGroup>;
155
+
156
+ type PlusIconProps = {
157
+ /** */
158
+ iconName?: IconName | undefined;
159
+ /** */
160
+ prefix?: IconPrefix;
161
+ } & JSX.DirectiveFunctionAttributes<PlusIcon> &
162
+ JSX.OnAttributes<PlusIcon> &
163
+ JSX.OnCaptureAttributes<PlusIcon>;
164
+
165
+ type PlusBadgeProps = {
166
+ /** Sets the status/color variant of the badge
167
+ - default: Neutral color scheme
168
+ - primary: Brand color scheme
169
+ - success: Green color scheme
170
+ - warning: Yellow color scheme
171
+ - danger: Red color scheme
172
+ - info: Blue color scheme */
173
+ status?: "default" | "primary" | "success" | "warning" | "danger" | "info";
174
+ /** Sets the size of the badge
175
+ - sm: Small size
176
+ - md: Medium size
177
+ - lg: Large size */
178
+ size?: "sm" | "md" | "lg";
179
+ /** Sets the position of the badge relative to its content
180
+ - top-right: Top right corner
181
+ - top-left: Top left corner
182
+ - bottom-right: Bottom right corner
183
+ - bottom-left: Bottom left corner
184
+ - '': No specific position */
185
+ orientation?: "top-left" | "top-right" | "bottom-left" | "bottom-right" | "";
186
+ /** Sets the offset of the badge from its default position
187
+ Format: "x,y" where x and y can be any valid CSS length value
188
+ Example: "10px,5px" or "-5px,-10px" */
189
+ offset?: [string, string];
190
+ /** Sets the content of the badge
191
+ If not provided, the badge will be displayed as a dot */
192
+ content?: string | undefined;
193
+ /** */
194
+ "prop:hasSlot"?: boolean;
195
+ } & JSX.DirectiveFunctionAttributes<PlusBadge> &
196
+ JSX.OnAttributes<PlusBadge> &
197
+ JSX.OnCaptureAttributes<PlusBadge>;
198
+
199
+ type PlusTagProps = {
200
+ /** Accessible label for the tag (falls back to text content) */
201
+ "aria-label"?: string;
202
+ /** ARIA role (defaults to "status") */
203
+ role?: string;
204
+ /** Defines the tag's visual state and color scheme */
205
+ status?: "success" | "warning" | "error" | "info" | "default";
206
+ /** Controls the tag's size variant */
207
+ size?: "sm" | "md" | "lg";
208
+ /** Toggles between light/dark color themes */
209
+ invert?: boolean;
210
+ /** Sets the border radius style */
211
+ radius?: "full" | "medium" | "none";
212
+ /** */
213
+ "prop:ariaLabel"?: string;
214
+ } & JSX.DirectiveFunctionAttributes<PlusTag> &
215
+ JSX.OnAttributes<PlusTag> &
216
+ JSX.OnCaptureAttributes<PlusTag>;
217
+
218
+ type PlusSvgIconProps = {
219
+ /** */
220
+ iconName?: IconName | undefined;
221
+ } & JSX.DirectiveFunctionAttributes<PlusSvgIcon> &
222
+ JSX.OnAttributes<PlusSvgIcon> &
223
+ JSX.OnCaptureAttributes<PlusSvgIcon>;
224
+
225
+ type PlusChipProps = {
226
+ /** Determines the visual style of the chip
227
+ - filled: Solid background color
228
+ - outlined: Transparent background with border */
229
+ kind?: "filled" | "outlined";
230
+ /** Sets the size of the chip
231
+ - sm: Small size
232
+ - md: Medium size
233
+ - lg: Large size */
234
+ size?: "sm" | "md" | "lg";
235
+ /** Defines the type of chip
236
+ - default: Standard chip
237
+ - avatar: Chip with avatar support */
238
+ type?: "default" | "avatar";
239
+ /** Sets the status/color variant of the chip
240
+ - default: Neutral color scheme
241
+ - success: Green color scheme
242
+ - warning: Yellow color scheme
243
+ - danger: Red color scheme
244
+ - info: Blue color scheme */
245
+ status?: "default" | "success" | "warning" | "danger" | "info";
246
+ /** Controls the border radius style
247
+ - full: Fully rounded corners
248
+ - rounded: Slightly rounded corners */
249
+ shape?: "full" | "rounded";
250
+ /** Toggles inverted color scheme */
251
+ invert?: boolean;
252
+ /** Shows/hides the dismiss button */
253
+ dismiss?: boolean;
254
+ /** Disables the chip interaction */
255
+ disabled?: boolean;
256
+ } & JSX.DirectiveFunctionAttributes<PlusChip> &
257
+ JSX.OnAttributes<PlusChip> &
258
+ JSX.OnCaptureAttributes<PlusChip>;
259
+
260
+ type PlusLinkProps = {
261
+ /** Controls the size of the link
262
+ - sm: Small size with smaller text and spacing
263
+ - md: Medium size with default text and spacing
264
+ - lg: Large size with larger text and spacing
265
+ - inherit: Inherits size from parent element */
266
+ size?: "sm" | "md" | "lg" | "inherit";
267
+ /** When true, the link becomes non-interactive and shows disabled styling */
268
+ disabled?: boolean;
269
+ /** When true, the link becomes non-interactive but maintains normal styling */
270
+ readonly?: boolean;
271
+ /** The URL that the hyperlink points to */
272
+ href?: string;
273
+ /** Specifies where to display the linked URL
274
+ Common values: _blank, _self, _parent, _top */
275
+ target?: string;
276
+ /** Specifies the relationship between the current document and the linked document
277
+ Common values: nofollow, noopener, noreferrer */
278
+ rel?: string;
279
+ /** Sets the link to download the target URL instead of navigating
280
+ Optional value specifies the suggested filename */
281
+ download?: string;
282
+ /** When true, displays loading state and disables interaction */
283
+ loading?: boolean;
284
+ /** When true, link opens in new tab with secure attributes
285
+ Automatically sets target="_blank" and rel="noopener noreferrer" */
286
+ external?: boolean;
287
+ /** Controls the underline style of the link
288
+ values:
289
+ - always: always underlined
290
+ - hover: underlined on hover
291
+ - never: never underlined */
292
+ underline?: "always" | "hover" | "never" | undefined;
293
+ } & JSX.DirectiveFunctionAttributes<PlusLink> &
294
+ JSX.OnAttributes<PlusLink> &
295
+ JSX.OnCaptureAttributes<PlusLink>;
296
+
297
+ type PlusAlertProps = {
298
+ /** Determines the visual style of the alert
299
+ - filled: Solid background color
300
+ - outlined: Transparent background with border
301
+ - dashed: Transparent background with dashed border */
302
+ kind?: "filled" | "outlined" | "dashed";
303
+ /** The size of the alert */
304
+ size?: "sm" | "md" | "lg";
305
+ /** Sets the status/color variant of the alert
306
+ - default: Neutral color scheme
307
+ - primary: Brand color scheme
308
+ - success: Green color scheme
309
+ - warning: Yellow color scheme
310
+ - danger: Red color scheme
311
+ - info: Blue color scheme */
312
+ status?: "default" | "success" | "warning" | "danger" | "info";
313
+ /** When true, the alert will be displayed with an inverted color scheme */
314
+ invert?: boolean;
315
+ /** When true, the alert will be displayed with a dismissible close button */
316
+ dismissible?: boolean;
317
+ /** The message of the alert */
318
+ message?: string;
319
+ /** The description of the alert */
320
+ description?: string;
321
+ /** The status icon of the alert */
322
+ statusIcon?: string;
323
+ /** The dismiss icon of the alert */
324
+ dismissIcon?: string;
325
+ /** When true, the alert will be displayed with a full width */
326
+ "full-width"?: boolean;
327
+ /** When true, the alert will be hidden */
328
+ hidden?: boolean;
329
+
330
+ /** Emitted when the alert is dismissed */
331
+ "on:plus-dismiss"?: (e: CustomEvent<never>) => void;
332
+ } & JSX.DirectiveFunctionAttributes<PlusAlert> &
333
+ JSX.OnAttributes<PlusAlert> &
334
+ JSX.OnCaptureAttributes<PlusAlert>;
335
+
336
+ type PlusRadioProps = {
337
+ /** Sets the size of the radio button
338
+ - sm: Small size
339
+ - md: Medium size
340
+ - lg: Large size */
341
+ size?: "sm" | "md" | "lg";
342
+ /** Defines the text label for the radio button */
343
+ text?: string | undefined;
344
+ /** Indicates whether the radio button is checked */
345
+ checked?: boolean;
346
+ /** Indicates if the radio button is in an error state */
347
+ error?: boolean;
348
+ /** Disables the radio button interaction */
349
+ disabled?: boolean;
350
+ /** Makes the radio button readonly (non-interactive but not disabled) */
351
+ readonly?: boolean;
352
+ /** The name of the radio button, used for form submission and radio grouping */
353
+ name?: string;
354
+ /** Indicates if the radio input is required */
355
+ required?: boolean;
356
+ /** The value associated with the radio button */
357
+ value?: string;
358
+ /** */
359
+ "prop:input"?: HTMLInputElement;
360
+ /** Internal state to track if the radio button has focus */
361
+ "prop:hasFocus"?: boolean;
362
+ /** Emitted when the radio button's checked state changes */
363
+ "on:plus-change"?: (e: CustomEvent<never>) => void;
364
+ } & JSX.DirectiveFunctionAttributes<PlusRadio> &
365
+ JSX.OnAttributes<PlusRadio> &
366
+ JSX.OnCaptureAttributes<PlusRadio>;
367
+
368
+ type PlusSegmentedPickerItemProps = {
369
+ /** Whether the item is checked. */
370
+ checked?: boolean;
371
+ /** The status of the item. */
372
+ status?: "default" | "primary";
373
+ /** Whether the item is disabled. */
374
+ disabled?: boolean;
375
+ /** The shape of the item. */
376
+ shape?: "square" | "circle";
377
+ /** The size of the item. */
378
+ size?: "sm" | "md" | "lg";
379
+ /** The name of the group this item belongs to. */
380
+ groupName?: string;
381
+ /** The value of the item. */
382
+ value?: string;
383
+ /** */
384
+ "prop:internalId"?: string;
385
+ } & JSX.DirectiveFunctionAttributes<PlusSegmentedPickerItem> &
386
+ JSX.OnAttributes<PlusSegmentedPickerItem> &
387
+ JSX.OnCaptureAttributes<PlusSegmentedPickerItem>;
388
+
389
+ type PlusSegmentedPickerProps = {
390
+ /** The status of the segmented picker. */
391
+ status?: "default" | "primary";
392
+ /** The shape of the segmented picker. */
393
+ shape?: "square" | "circle";
394
+ /** The size of the segmented picker. */
395
+ size?: "sm" | "md" | "lg";
396
+ /** */
397
+ "prop:slots"?: PlusSegmentedPickerItem[];
398
+ /** Emitted when an item is selected. */
399
+ "on:plus-segmented-picker-item-changed"?: (e: CustomEvent<never>) => void;
400
+ } & JSX.DirectiveFunctionAttributes<PlusSegmentedPicker> &
401
+ JSX.OnAttributes<PlusSegmentedPicker> &
402
+ JSX.OnCaptureAttributes<PlusSegmentedPicker>;
403
+
404
+ type PlusRadioGroupProps = {
405
+ /** */
406
+ name?: string;
407
+ /** */
408
+ value?: string;
409
+ /** */
410
+ disabled?: boolean;
411
+ /** */
412
+ required?: boolean;
413
+ /** The size of all radio buttons in the group
414
+ - sm: Small size
415
+ - md: Medium size
416
+ - lg: Large size */
417
+ size?: "sm" | "md" | "lg";
418
+ /** Shows error styling on the radio group */
419
+ error?: boolean;
420
+ /** Orientation of the radio buttons
421
+ - horizontal: Radio buttons are arranged side by side
422
+ - vertical: Radio buttons are stacked vertically */
423
+ orientation?: "horizontal" | "vertical";
424
+ } & JSX.DirectiveFunctionAttributes<PlusRadioGroup> &
425
+ JSX.OnAttributes<PlusRadioGroup> &
426
+ JSX.OnCaptureAttributes<PlusRadioGroup>;
427
+
428
+ type PlusModalProps = {
429
+ /** The size of the modal */
430
+ size?: "sm" | "md" | "lg" | "xl" | "2xl" | "full";
431
+ /** Whether the modal is open */
432
+ "is-open"?: boolean;
433
+ /** Whether the modal should take full width */
434
+ "full-width"?: boolean;
435
+ /** Whether the modal should close when clicking the backdrop */
436
+ "close-on-backdrop"?: boolean;
437
+ /** Whether the modal should close when pressing the Escape key */
438
+ "close-on-esc"?: boolean;
439
+ /** The duration of the animation in milliseconds */
440
+ "animation-duration"?: number;
441
+ } & JSX.DirectiveFunctionAttributes<PlusModal> &
442
+ JSX.OnAttributes<PlusModal> &
443
+ JSX.OnCaptureAttributes<PlusModal>;
444
+
445
+ type PlusDrawerProps = {
446
+ /** The size of the drawer */
447
+ size?: "sm" | "md" | "lg";
448
+ /** Whether the drawer is open */
449
+ "is-open"?: boolean;
450
+ /** The position of the drawer */
451
+ orientation?: "left" | "right" | "top" | "bottom";
452
+ /** The duration of the animation in milliseconds */
453
+ "animation-duration"?: number;
454
+ } & JSX.DirectiveFunctionAttributes<PlusDrawer> &
455
+ JSX.OnAttributes<PlusDrawer> &
456
+ JSX.OnCaptureAttributes<PlusDrawer>;
457
+
458
+ type PlusAccordionProps = {
459
+ /** Whether the accordion is expanded */
460
+ expand?: boolean;
461
+ /** Whether the accordion is part of a group */
462
+ "is-grouped"?: boolean;
463
+ /** Whether the accordion is the last item in a group */
464
+ "is-last"?: boolean;
465
+ /** Whether the accordion is the first item in a group */
466
+ "is-first"?: boolean;
467
+ /** The size of the accordion */
468
+ size?: "sm" | "md" | "lg";
469
+ /** Whether the accordion is disabled */
470
+ disabled?: boolean;
471
+
472
+ /** Emitted when the accordion is toggled */
473
+ "on:plus-accordion-toggle"?: (e: CustomEvent<never>) => void;
474
+ } & JSX.DirectiveFunctionAttributes<PlusAccordion> &
475
+ JSX.OnAttributes<PlusAccordion> &
476
+ JSX.OnCaptureAttributes<PlusAccordion>;
477
+
478
+ type PlusAccordionGroupProps = {
479
+ /** Whether multiple accordions can be expanded at the same time */
480
+ multi?: boolean;
481
+ /** The visual style of the accordion group */
482
+ kind?: "bordered" | "divided" | "separated";
483
+ /** The size of the accordions in the group */
484
+ size?: "sm" | "md" | "lg";
485
+ /** */
486
+ "prop:accordions"?: Array<Node>;
487
+ } & JSX.DirectiveFunctionAttributes<PlusAccordionGroup> &
488
+ JSX.OnAttributes<PlusAccordionGroup> &
489
+ JSX.OnCaptureAttributes<PlusAccordionGroup>;
490
+
491
+ type PlusDividerProps = {
492
+ /** The orientation of the divider. */
493
+ orientation?: "horizontal" | "vertical";
494
+ /** The Kind of the divider. */
495
+ kind?: "solid" | "dashed" | "dotted";
496
+ /** The position of the text content (only applicable with hasContent=true) */
497
+ "content-position"?: "left" | "center" | "right";
498
+ /** The thickness of the divider */
499
+ thickness?: "thin" | "medium" | "thick";
500
+ /** Whether the divider has content or not */
501
+ "prop:hasContent"?: boolean;
502
+ } & JSX.DirectiveFunctionAttributes<PlusDivider> &
503
+ JSX.OnAttributes<PlusDivider> &
504
+ JSX.OnCaptureAttributes<PlusDivider>;
505
+
506
+ type PlusPopoverProps = {
507
+ /** The size of the popover.
508
+
509
+ Available options:
510
+ - `sm` (small)
511
+ - `md` (medium - default)
512
+ - `lg` (large) */
513
+ size?: "sm" | "md" | "lg";
514
+ /** The position of the popover relative to the target element.
515
+
516
+ Available options:
517
+ - `top` (default)
518
+ - `top-start`
519
+ - `top-end`
520
+ - `bottom`
521
+ - `bottom-start`
522
+ - `bottom-end`
523
+ - `left`
524
+ - `left-start`
525
+ - `left-end`
526
+ - `right`
527
+ - `right-start`
528
+ - `right-end` */
529
+ orientation?: PopoverPosition;
530
+ /** Determines how the popover is triggered.
531
+
532
+ Available options:
533
+ - `click` (default) - Popover toggles on click.
534
+ - `hover` - Popover appears on hover. */
535
+ trigger?: "click" | "hover";
536
+ /** The main text content of the popover.
537
+
538
+ If a slot with `name="content"` is provided, this text will be ignored. */
539
+ text?: string;
540
+ /** The header title of the popover.
541
+
542
+ If a slot with `name="title"` is provided, this text will be ignored. */
543
+ "header-text"?: string;
544
+ /** The status of the popover, which affects its styling.
545
+
546
+ Available options:
547
+ - `success` (green)
548
+ - `warning` (yellow)
549
+ - `danger` (red)
550
+ - `info` (blue)
551
+ - `primary` (default theme color)
552
+ - `default` (gray - default) */
553
+ status?: "success" | "warning" | "danger" | "info" | "primary" | "default";
554
+ /** Determines whether the popover can be dismissed by clicking the close button.
555
+
556
+ - `true` (default) - Popover can be closed.
557
+ - `false` - The close button is hidden. */
558
+ dismissable?: boolean;
559
+ /** Determines whether a status icon should be displayed in the popover.
560
+
561
+ - `true` (default) - An icon representing the status will be displayed.
562
+ - `false` - No icon will be displayed. */
563
+ statusIcon?: boolean;
564
+ /** Determines whether the arrow should be displayed.
565
+
566
+ - `true` (default) - Arrow will be displayed.
567
+ - `false` - Arrow will be hidden. */
568
+ showArrow?: boolean;
569
+ /** */
570
+ "prop:slots"?: Array<HTMLElement>;
571
+ /** Emitted when the popover is opened */
572
+ "on:plus-popover-open"?: (e: CustomEvent<never>) => void;
573
+ /** Emitted when the popover is closed */
574
+ "on:plus-popover-close"?: (e: CustomEvent<never>) => void;
575
+ /** Emitted when the popover is dismissed via close button */
576
+ "on:plus-popover-dismiss"?: (e: CustomEvent<never>) => void;
577
+ } & JSX.DirectiveFunctionAttributes<PlusPopover> &
578
+ JSX.OnAttributes<PlusPopover> &
579
+ JSX.OnCaptureAttributes<PlusPopover>;
580
+
581
+ type PlusListBoxItemProps = {
582
+ /** Sets the size of the list box item
583
+ - sm: Small size
584
+ - md: Medium size
585
+ - lg: Large size */
586
+ size?: "sm" | "md" | "lg";
587
+ /** Disables the list box item interaction
588
+ When disabled, the item cannot be clicked or selected */
589
+ disabled?: boolean;
590
+ /** Sets the selected state of the list box item
591
+ When selected, the item will display with a highlighted background */
592
+ selected?: boolean;
593
+ /** Sets the text content of the list box item
594
+ If provided, this will be used as the item's content when no slot content is present */
595
+ text?: string | undefined;
596
+
597
+ /** Emitted when the list box item is clicked */
598
+ "on:click"?: (e: CustomEvent<never>) => void;
599
+ } & JSX.DirectiveFunctionAttributes<PlusListBoxItem> &
600
+ JSX.OnAttributes<PlusListBoxItem> &
601
+ JSX.OnCaptureAttributes<PlusListBoxItem>;
602
+
603
+ type PlusDropDownItemProps = {
604
+ /** Sets the size of the dropdown item
605
+ - sm: Small size
606
+ - md: Medium size
607
+ - lg: Large size */
608
+ size?: "sm" | "md" | "lg";
609
+ /** Disables the dropdown item interaction
610
+ When disabled, the item cannot be clicked or selected */
611
+ disabled?: boolean;
612
+ /** Indicates whether the dropdown item is currently selected
613
+ The selected state is managed by the parent PlusDropdown component */
614
+ selected?: boolean;
615
+ /** Sets the text content of the dropdown item
616
+ If provided, this will be used as the item's content,
617
+ and also as the aria-label for accessibility */
618
+ text?: string | undefined;
619
+
620
+ /** Emitted when the dropdown item is clicked */
621
+ "on:click"?: (e: CustomEvent<never>) => void;
622
+ } & JSX.DirectiveFunctionAttributes<PlusDropDownItem> &
623
+ JSX.OnAttributes<PlusDropDownItem> &
624
+ JSX.OnCaptureAttributes<PlusDropDownItem>;
625
+
626
+ type PlusDropdownProps = {
627
+ /** Sets the size of the dropdown button
628
+ - sm: Small size
629
+ - md: Medium size
630
+ - lg: Large size */
631
+ size?: "sm" | "md" | "lg";
632
+ /** Sets the status/color variant of the dropdown button
633
+ - default: Neutral color scheme
634
+ - primary: Primary color scheme
635
+ - success: Green color scheme
636
+ - warning: Yellow color scheme
637
+ - danger: Red color scheme
638
+ - info: Blue color scheme */
639
+ status?: "default" | "primary" | "success" | "warning" | "danger" | "info";
640
+ /** Determines the visual style of the dropdown button
641
+ - filled: Solid background color
642
+ - outlined: Transparent background with border
643
+ - dashed: Transparent background with dashed border
644
+ - text: No background or border */
645
+ kind?: "filled" | "outlined" | "dashed" | "text";
646
+ /** Disables the dropdown interaction */
647
+ disabled?: boolean;
648
+ /** Sets the text content of the dropdown button if no default slot is provided */
649
+ text?: string | undefined;
650
+
651
+ /** Emitted when the dropdown is opened */
652
+ "on:plus-dropdown-open"?: (e: CustomEvent<never>) => void;
653
+ /** Emitted when the dropdown is closed */
654
+ "on:plus-dropdown-close"?: (e: CustomEvent<never>) => void;
655
+ /** Emitted when an item is selected with the selected item in detail */
656
+ "on:plus-dropdown-selected-item"?: (e: CustomEvent<never>) => void;
657
+ } & JSX.DirectiveFunctionAttributes<PlusDropdown> &
658
+ JSX.OnAttributes<PlusDropdown> &
659
+ JSX.OnCaptureAttributes<PlusDropdown>;
660
+
661
+ type PlusTooltipProps = {
662
+ /** Sets the size of the tooltip.
663
+ - sm: Small size
664
+ - md: Medium size
665
+ - lg: Large size */
666
+ size?: "sm" | "md" | "lg";
667
+ /** The text content displayed inside the tooltip. */
668
+ message?: string;
669
+ /** The trigger event for the tooltip.
670
+ - hover: Tooltip appears on hover.
671
+ - click: Tooltip appears on click. */
672
+ trigger?: TooltipTrigger;
673
+ /** The tooltip placement relative to the target element.
674
+ - top, bottom, left, right */
675
+ orientation?: TooltipOrientation;
676
+ /** */
677
+ hideDelay?: number;
678
+ /** */
679
+ "prop:slots"?: Array<HTMLElement>;
680
+ } & JSX.DirectiveFunctionAttributes<PlusTooltip> &
681
+ JSX.OnAttributes<PlusTooltip> &
682
+ JSX.OnCaptureAttributes<PlusTooltip>;
683
+
684
+ type PlusInputProps = {
685
+ /** The type of input */
686
+ type?: "date" | "datetime-local" | "email" | "number" | "password" | "search" | "tel" | "text" | "time" | "url";
687
+ /** The name of the input */
688
+ name?: string;
689
+ /** The value of the input */
690
+ value?: string;
691
+ /** The placeholder text */
692
+ placeholder?: string;
693
+ /** The size of the input */
694
+ size?: "sm" | "md" | "lg";
695
+ /** Whether the input should have a clear button */
696
+ clearable?: boolean;
697
+ /** Whether the input is disabled */
698
+ disabled?: boolean;
699
+ /** Whether the input is readonly */
700
+ readonly?: boolean;
701
+ /** Whether the input is required */
702
+ required?: boolean;
703
+ /** Whether to show a password toggle button */
704
+ "password-toggle"?: boolean;
705
+ /** Whether the password is visible */
706
+ "password-visible"?: boolean;
707
+ /** The label for the input */
708
+ label?: string;
709
+ /** The validation pattern for the input */
710
+ pattern?: string;
711
+ /** The minimum length of the input value */
712
+ minlength?: number;
713
+ /** The maximum length of the input value */
714
+ maxlength?: number;
715
+ /** The minimum value of the input */
716
+ min?: number | string;
717
+ /** The maximum value of the input */
718
+ max?: number | string;
719
+ /** The step value for numeric inputs */
720
+ step?: number | "any";
721
+ /** Whether autocorrect is enabled */
722
+ autocorrect?: "off" | "on";
723
+ /** The autocomplete attribute */
724
+ autocomplete?: string;
725
+ /** Whether the input should automatically get focus */
726
+ autoFocus?: boolean;
727
+ /** The enterkeyhint attribute */
728
+ enterkeyhint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send";
729
+ /** The inputmode attribute */
730
+ inputmode?: "none" | "text" | "decimal" | "numeric" | "tel" | "search" | "email" | "url";
731
+ /** Whether spellcheck is enabled */
732
+ spellCheck?: boolean;
733
+ /** Caption text to display below the input */
734
+ caption?: string;
735
+ /** Whether the input is in an error state */
736
+ error?: boolean;
737
+ /** The error message to display */
738
+ "error-message"?: string;
739
+ /** Whether the input should take up full width */
740
+ "full-width"?: boolean;
741
+ /** Whether the input is used as part of a select component */
742
+ isSelect?: boolean;
743
+ /** Icon name for the prefix icon */
744
+ "prefix-icon"?: string;
745
+ /** Icon name for the suffix icon */
746
+ "suffix-icon"?: string;
747
+
748
+ /** Emitted when the input value changes */
749
+ "on:plus-input"?: (e: CustomEvent<never>) => void;
750
+ /** Emitted when the input value changes and the input loses focus */
751
+ "on:plus-change"?: (e: CustomEvent<never>) => void;
752
+ /** Emitted when the input gains focus */
753
+ "on:plus-focus"?: (e: CustomEvent<never>) => void;
754
+ /** Emitted when the input loses focus */
755
+ "on:plus-blur"?: (e: CustomEvent<never>) => void;
756
+ /** Emitted when the clear button is clicked */
757
+ "on:plus-clear"?: (e: CustomEvent<never>) => void;
758
+ /** Emitted when the password visibility is toggled */
759
+ "on:plus-password-toggle"?: (e: CustomEvent<never>) => void;
760
+ /** Emitted when the input value is invalid */
761
+ "on:plus-invalid"?: (e: CustomEvent<never>) => void;
762
+ } & JSX.DirectiveFunctionAttributes<PlusInput> &
763
+ JSX.OnAttributes<PlusInput> &
764
+ JSX.OnCaptureAttributes<PlusInput>;
765
+
766
+ type PlusPopconfirmProps = {
767
+ /** The size of the popconfirm.
768
+
769
+ Available options:
770
+ - `sm` (small)
771
+ - `md` (medium - default)
772
+ - `lg` (large) */
773
+ size?: "sm" | "md" | "lg";
774
+ /** The position of the popconfirm relative to the target element.
775
+
776
+ Available options:
777
+ - `top` (default)
778
+ - `top-start`
779
+ - `top-end`
780
+ - `bottom`
781
+ - `bottom-start`
782
+ - `bottom-end`
783
+ - `left`
784
+ - `left-start`
785
+ - `left-end`
786
+ - `right`
787
+ - `right-start`
788
+ - `right-end` */
789
+ orientation?: PopconfirmPosition;
790
+ /** Determines how the popconfirm is triggered.
791
+
792
+ Available options:
793
+ - `click` (default) - Popconfirm toggles on click.
794
+ - `hover` - Popconfirm appears on hover. */
795
+ trigger?: "click" | "hover";
796
+ /** The title of the popconfirm. */
797
+ title?: string;
798
+ /** The text for the confirm button. */
799
+ "confirm-text"?: string;
800
+ /** The text for the cancel button. */
801
+ "cancel-text"?: string;
802
+ /** The status of the popconfirm, which affects its styling.
803
+
804
+ Available options:
805
+ - `success` (green)
806
+ - `warning` (yellow)
807
+ - `danger` (red)
808
+ - `info` (blue)
809
+ - `primary` (default theme color)
810
+ - `default` (gray - default) */
811
+ status?: "success" | "warning" | "danger" | "info" | "primary" | "default";
812
+ /** Determines whether a status icon should be displayed in the popconfirm.
813
+
814
+ - `true` (default) - An icon representing the status will be displayed.
815
+ - `false` - No icon will be displayed. */
816
+ "status-icon"?: boolean;
817
+ /** Determines whether the arrow should be displayed.
818
+
819
+ - `true` (default) - Arrow will be displayed.
820
+ - `false` - Arrow will be hidden. */
821
+ "show-arrow"?: boolean;
822
+ /** */
823
+ "prop:slots"?: Array<HTMLElement>;
824
+ /** Emitted when the popconfirm is opened */
825
+ "on:plus-popconfirm-open"?: (e: CustomEvent<never>) => void;
826
+ /** Emitted when the popconfirm is closed */
827
+ "on:plus-popconfirm-close"?: (e: CustomEvent<never>) => void;
828
+ /** Emitted when the confirm button is clicked */
829
+ "on:plus-popconfirm-confirm"?: (e: CustomEvent<never>) => void;
830
+ /** Emitted when the cancel button is clicked */
831
+ "on:plus-popconfirm-cancel"?: (e: CustomEvent<never>) => void;
832
+ } & JSX.DirectiveFunctionAttributes<PlusPopconfirm> &
833
+ JSX.OnAttributes<PlusPopconfirm> &
834
+ JSX.OnCaptureAttributes<PlusPopconfirm>;
835
+
836
+ type PlusTextProps = {
837
+ /** Defines the visual style and semantic meaning of the text.
838
+ - `display`: For large, prominent display text (rendered as div).
839
+ - `heading1`: For the main heading (rendered as h1).
840
+ - `heading2`: For secondary headings (rendered as h2).
841
+ - `title1`: For primary titles (rendered as h3 - adjust as needed).
842
+ - `title2`: For secondary titles (rendered as h4 - adjust as needed).
843
+ - `body`: For standard body text (rendered as p) (default).
844
+ - `body-accent`: For emphasized body text (rendered as p).
845
+ - `helper`: For helper text, often used with form elements (rendered as div).
846
+ - `caption`: For small caption text (rendered as div). */
847
+ kind?: "display" | "heading1" | "heading2" | "title1" | "title2" | "body" | "body-accent" | "helper" | "caption";
848
+ } & JSX.DirectiveFunctionAttributes<PlusText> &
849
+ JSX.OnAttributes<PlusText> &
850
+ JSX.OnCaptureAttributes<PlusText>;
851
+
852
+ type PlusBreadcrumbItemProps = {
853
+ /** The URL to navigate to when the item is clicked. If omitted, the item is rendered as text. */
854
+ href?: string | undefined;
855
+ /** Name of the optional icon to display before the label. Used only if the `prefix` slot is empty. */
856
+ "prefix-icon"?: string | undefined;
857
+ /** Name of the optional icon to display after the label. Used only if the `suffix` slot is empty. */
858
+ "suffix-icon"?: string | undefined;
859
+ } & JSX.DirectiveFunctionAttributes<PlusBreadcrumbItem> &
860
+ JSX.OnAttributes<PlusBreadcrumbItem> &
861
+ JSX.OnCaptureAttributes<PlusBreadcrumbItem>;
862
+
863
+ type PlusBreadcrumbProps = {
864
+ /** Defines the visual style of the breadcrumb container. */
865
+ kind?: "non-framed" | "framed";
866
+ /** The type of separator to display between items. */
867
+ separator?: "arrow" | "slash";
868
+ /** The size of the breadcrumb items and separators. */
869
+ size?: "sm" | "md" | "lg";
870
+ } & JSX.DirectiveFunctionAttributes<PlusBreadcrumb> &
871
+ JSX.OnAttributes<PlusBreadcrumb> &
872
+ JSX.OnCaptureAttributes<PlusBreadcrumb>;
873
+
874
+ type PlusCheckboxProps = {
875
+ /** The checkbox's name, submitted as a name/value pair with form data. */
876
+ name?: string | undefined;
877
+ /** The size of the checkbox. */
878
+ size?: "sm" | "md" | "lg";
879
+ /** Whether the checkbox is checked. */
880
+ checked?: boolean;
881
+ /** Whether the checkbox is in an indeterminate state. */
882
+ indeterminate?: boolean;
883
+ /** Whether the checkbox is disabled. */
884
+ disabled?: boolean;
885
+ /** The value associated with the checkbox. Submitted with the form data if checked. */
886
+ value?: string;
887
+ /** If true, the checkbox is displayed in an error state. */
888
+ error?: boolean;
889
+ /** The text label displayed next to the checkbox. If not provided, use the default slot. */
890
+ text?: string | undefined;
891
+ /** */
892
+ "prop:input"?: HTMLInputElement;
893
+ /** Emitted when the checkbox's checked state changes. */
894
+ "on:plus-change"?: (e: CustomEvent<never>) => void;
895
+ /** Emitted when the checkbox gains focus. */
896
+ "on:plus-focus"?: (e: CustomEvent<never>) => void;
897
+ /** Emitted when the checkbox loses focus. */
898
+ "on:plus-blur"?: (e: CustomEvent<never>) => void;
899
+ } & JSX.DirectiveFunctionAttributes<PlusCheckbox> &
900
+ JSX.OnAttributes<PlusCheckbox> &
901
+ JSX.OnCaptureAttributes<PlusCheckbox>;
902
+
903
+ type PlusCheckboxGroupProps = {
904
+ /** The selected values in the group. */
905
+ value?: string[];
906
+ /** Whether to display the checkboxes vertically. */
907
+ vertical?: boolean;
908
+ /** The size of the checkboxes in the group. */
909
+ size?: "sm" | "md" | "lg";
910
+ /** Whether the entire group is disabled. */
911
+ disabled?: boolean;
912
+
913
+ /** Emitted when the value of the group changes (any checkbox is checked/unchecked). */
914
+ "on:plus-change"?: (e: CustomEvent<never>) => void;
915
+ } & JSX.DirectiveFunctionAttributes<PlusCheckboxGroup> &
916
+ JSX.OnAttributes<PlusCheckboxGroup> &
917
+ JSX.OnCaptureAttributes<PlusCheckboxGroup>;
918
+
919
+ type PlusTextareaProps = {
920
+ /** The textarea's name attribute. */
921
+ name?: string;
922
+ /** The textarea's value attribute. */
923
+ value?: string;
924
+ /** The textarea's placeholder text. */
925
+ placeholder?: string;
926
+ /** The size variant of the textarea. */
927
+ size?: "sm" | "md" | "lg";
928
+ /** Whether the textarea is disabled. */
929
+ disabled?: boolean;
930
+ /** Whether the textarea is readonly. */
931
+ readonly?: boolean;
932
+ /** Whether the textarea is required. */
933
+ required?: boolean;
934
+ /** The label for the textarea. */
935
+ label?: string | undefined;
936
+ /** The minimum length of the value. */
937
+ minlength?: number | undefined;
938
+ /** The maximum length of the value. */
939
+ maxlength?: number | undefined;
940
+ /** Whether the textarea should automatically get focus. */
941
+ autoFocus?: boolean | undefined;
942
+ /** Caption text to display below the textarea. */
943
+ caption?: string | undefined;
944
+ /** Whether the textarea is in an error state. */
945
+ error?: boolean;
946
+ /** The error message to display (overrides default validation messages). */
947
+ "error-message"?: string;
948
+ /** Whether the textarea should take up full width. */
949
+ "full-width"?: boolean;
950
+ /** Specifies the visible number of lines in a text area. */
951
+ rows?: number;
952
+ /** Controls how the textarea can be resized. */
953
+ resize?: "none" | "vertical" | "horizontal" | "both";
954
+ /** Specifies how the text in a text area is to be wrapped when submitted in a form. */
955
+ wrap?: "hard" | "soft" | "off";
956
+ /** */
957
+ "prop:textarea"?: HTMLTextAreaElement;
958
+ /** Emitted when the textarea value changes */
959
+ "on:plus-input"?: (e: CustomEvent<never>) => void;
960
+ /** Emitted when the textarea value changes and loses focus */
961
+ "on:plus-change"?: (e: CustomEvent<never>) => void;
962
+ /** Emitted when the textarea gains focus */
963
+ "on:plus-focus"?: (e: CustomEvent<never>) => void;
964
+ /** Emitted when the textarea loses focus */
965
+ "on:plus-blur"?: (e: CustomEvent<never>) => void;
966
+ /** Emitted when the textarea value is invalid */
967
+ "on:plus-invalid"?: (e: CustomEvent<never>) => void;
968
+ } & JSX.DirectiveFunctionAttributes<PlusTextarea> &
969
+ JSX.OnAttributes<PlusTextarea> &
970
+ JSX.OnCaptureAttributes<PlusTextarea>;
971
+
972
+ type PlusRatingProps = {
973
+ /** */
974
+ value?: number;
975
+ /** */
976
+ max?: number;
977
+ /** */
978
+ precision?: number;
979
+ /** */
980
+ readonly?: boolean;
981
+ /** */
982
+ disabled?: boolean;
983
+ /** */
984
+ size?: "sm" | "md" | "lg";
985
+ /** */
986
+ name?: string | undefined;
987
+ /** The name of the icon to use for empty rating items. */
988
+ "empty-icon-name"?: string;
989
+ /** The name of the icon to use for filled rating items. */
990
+ "filled-icon-name"?: string;
991
+ /** The label for the rating component. */
992
+ label?: string | undefined;
993
+ /** The caption text displayed below the rating. */
994
+ caption?: string | undefined;
995
+ /** */
996
+ required?: boolean;
997
+
998
+ /** Emitted when the rating value changes via user interaction. */
999
+ "on:plus-change"?: (e: CustomEvent<never>) => void;
1000
+ /** Emitted when the user hovers over a star, includes the potential value. */
1001
+ "on:plus-hover"?: (e: CustomEvent<never>) => void;
1002
+ } & JSX.DirectiveFunctionAttributes<PlusRating> &
1003
+ JSX.OnAttributes<PlusRating> &
1004
+ JSX.OnCaptureAttributes<PlusRating>;
1005
+
1006
+ type PlusToastProps = {
1007
+ /** The size of the toast. */
1008
+ size?: SizeType;
1009
+ /** The visual style of the toast. */
1010
+ kind?: "default" | "outlined" | "dashed";
1011
+ /** The status variant of the toast, controlling color and icon. */
1012
+ status?: StatusType;
1013
+ /** Determines if the dismiss button is shown. */
1014
+ dismiss?: boolean;
1015
+ /** Shows the default status icon. */
1016
+ "status-icon"?: boolean;
1017
+ /** */
1018
+ header?: string | undefined;
1019
+ /** Optional custom icon name (e.g., 'fa-solid fa-star') or SVG string. Overrides the default status icon. Ignored if the 'icon' slot is used. */
1020
+ icon?: string | undefined;
1021
+ /** */
1022
+ message?: string | undefined;
1023
+
1024
+ /** Emitted when the toast is closed by the user via the close button. */
1025
+ "on:plus-close"?: (e: CustomEvent<never>) => void;
1026
+ } & JSX.DirectiveFunctionAttributes<PlusToast> &
1027
+ JSX.OnAttributes<PlusToast> &
1028
+ JSX.OnCaptureAttributes<PlusToast>;
1029
+
1030
+ type PlusToastContainerProps = {
1031
+ /** The position the container is responsible for.
1032
+ Only toasts targeted for this position via ToastService will be displayed. */
1033
+ position?: PositionType;
1034
+ } & JSX.DirectiveFunctionAttributes<PlusToastContainer> &
1035
+ JSX.OnAttributes<PlusToastContainer> &
1036
+ JSX.OnCaptureAttributes<PlusToastContainer>;
1037
+
1038
+ type PlusServiceProps = {} & JSX.DirectiveFunctionAttributes<PlusService> &
1039
+ JSX.OnAttributes<PlusService> &
1040
+ JSX.OnCaptureAttributes<PlusService>;
1041
+
1042
+ type PlusSelectItemProps = {
1043
+ /** Sets the size of the select item. */
1044
+ size?: "sm" | "md" | "lg";
1045
+ /** Disables the select item, preventing interaction.
1046
+ When disabled, the item cannot be clicked or selected. */
1047
+ disabled?: boolean;
1048
+ /** Indicates whether the select item is currently selected.
1049
+ The selected state is managed by the parent PlusSelect component. */
1050
+ selected?: boolean;
1051
+ /** Sets the text content of the select item.
1052
+ If provided, this will be used as the item's content and as the aria-label for accessibility.
1053
+ If not provided, the slotted content is used for accessibility. */
1054
+ text?: string | undefined;
1055
+
1056
+ /** Emitted when the select item is clicked, handled by the parent PlusSelect component */
1057
+ "on:click"?: (e: CustomEvent<never>) => void;
1058
+ } & JSX.DirectiveFunctionAttributes<PlusSelectItem> &
1059
+ JSX.OnAttributes<PlusSelectItem> &
1060
+ JSX.OnCaptureAttributes<PlusSelectItem>;
1061
+
1062
+ type PlusSelectProps = {
1063
+ /** Sets the size of the select button. */
1064
+ size?: "sm" | "md" | "lg";
1065
+ /** Placeholder text for the select trigger input. */
1066
+ placeholder?: string;
1067
+ /** Label text for the select. */
1068
+ label?: string;
1069
+ /** Indicates if the select is in an error state. */
1070
+ error?: boolean;
1071
+ /** Disables the select, preventing interaction. */
1072
+ disabled?: boolean;
1073
+ /** Marks the select as required. */
1074
+ required?: boolean;
1075
+ /** Makes the select read-only, preventing changes. */
1076
+ readonly?: boolean;
1077
+ /** Caption text displayed below the select. */
1078
+ caption?: string | undefined;
1079
+ /** Enables a clear button to reset the selection. */
1080
+ clearable?: boolean;
1081
+
1082
+ /** Emitted when the select is opened */
1083
+ "on:plus-select-open"?: (e: CustomEvent<never>) => void;
1084
+ /** Emitted when the select is closed */
1085
+ "on:plus-select-close"?: (e: CustomEvent<never>) => void;
1086
+ /** Emitted when an item is selected, with the selected item in detail */
1087
+ "on:plus-select-selected-item"?: (e: CustomEvent<never>) => void;
1088
+ } & JSX.DirectiveFunctionAttributes<PlusSelect> &
1089
+ JSX.OnAttributes<PlusSelect> &
1090
+ JSX.OnCaptureAttributes<PlusSelect>;
1091
+
1092
+ type PlusToggleProps = {
1093
+ /** */
1094
+ name?: string;
1095
+ /** */
1096
+ value?: string;
1097
+ /** */
1098
+ checked?: boolean;
1099
+ /** */
1100
+ size?: "sm" | "md" | "lg";
1101
+ /** */
1102
+ label?: string | undefined;
1103
+ /** */
1104
+ caption?: string | undefined;
1105
+ /** */
1106
+ text?: string | undefined;
1107
+ /** */
1108
+ "text-position"?: "left" | "right";
1109
+ /** */
1110
+ "toggle-icon"?: string | undefined;
1111
+ /** */
1112
+ "toggle-active-icon"?: string | undefined;
1113
+ /** */
1114
+ "toggle-inactive-icon"?: string | undefined;
1115
+ /** */
1116
+ "icon-size"?: number | undefined;
1117
+ /** */
1118
+ error?: boolean;
1119
+ /** */
1120
+ "error-message"?: string;
1121
+ /** */
1122
+ disabled?: boolean;
1123
+ /** */
1124
+ readonly?: boolean;
1125
+ /** */
1126
+ required?: boolean;
1127
+ /** */
1128
+ "full-width"?: boolean;
1129
+ /** */
1130
+ animation?: "default" | "bounce" | "smooth";
1131
+ /** */
1132
+ "custom-aria-label"?: string | undefined;
1133
+ /** */
1134
+ "prop:input"?: HTMLInputElement;
1135
+ /** Emitted when the toggle state changes */
1136
+ "on:plus-change"?: (e: CustomEvent<never>) => void;
1137
+ /** Emitted when the toggle state changes (for input event compatibility) */
1138
+ "on:plus-input"?: (e: CustomEvent<never>) => void;
1139
+ /** Emitted when the toggle gains focus */
1140
+ "on:plus-focus"?: (e: CustomEvent<never>) => void;
1141
+ /** Emitted when the toggle loses focus */
1142
+ "on:plus-blur"?: (e: CustomEvent<never>) => void;
1143
+ /** Emitted when the toggle validation fails */
1144
+ "on:plus-invalid"?: (e: CustomEvent<never>) => void;
1145
+ } & JSX.DirectiveFunctionAttributes<PlusToggle> &
1146
+ JSX.OnAttributes<PlusToggle> &
1147
+ JSX.OnCaptureAttributes<PlusToggle>;
1148
+
1149
+ type PlusTabProps = {
1150
+ /** Sets the value of the tab, used for identification and selection */
1151
+ value?: string;
1152
+ /** Indicates if the tab is currently selected */
1153
+ active?: boolean;
1154
+ /** Sets the size of the tab
1155
+ - sm: Small size
1156
+ - md: Medium size
1157
+ - lg: Large size */
1158
+ size?: "sm" | "md" | "lg";
1159
+ /** Disables the tab interaction */
1160
+ disabled?: boolean;
1161
+ /** Sets the orientation of the tabs
1162
+ - horizontal: Tabs arranged horizontally
1163
+ - vertical: Tabs arranged vertically */
1164
+ orientation?: "horizontal" | "vertical";
1165
+ /** Icon to display before the tab content */
1166
+ "prefix-icon"?: string | undefined;
1167
+ /** Icon to display after the tab content */
1168
+ "suffix-icon"?: string | undefined;
1169
+ /** Enables the dismiss button to remove the tab */
1170
+ dismissible?: boolean;
1171
+ /** Truncates the text if it's too long */
1172
+ truncate?: boolean;
1173
+ /** Use animated indicator instead of border for active tab
1174
+ This is controlled by the parent tab-group */
1175
+ animated?: boolean;
1176
+ } & JSX.DirectiveFunctionAttributes<PlusTab> &
1177
+ JSX.OnAttributes<PlusTab> &
1178
+ JSX.OnCaptureAttributes<PlusTab>;
1179
+
1180
+ type PlusTabPanelProps = {
1181
+ /** Sets the value of the tab panel, used for matching with a tab */
1182
+ value?: string;
1183
+ /** Indicates if the panel is currently visible */
1184
+ active?: boolean;
1185
+ /** Custom CSS class to apply to the panel */
1186
+ panelClass?: string;
1187
+ } & JSX.DirectiveFunctionAttributes<PlusTabPanel> &
1188
+ JSX.OnAttributes<PlusTabPanel> &
1189
+ JSX.OnCaptureAttributes<PlusTabPanel>;
1190
+
1191
+ type PlusTabGroupProps = {
1192
+ /** Sets the size of the tabs
1193
+ - sm: Small size
1194
+ - md: Medium size
1195
+ - lg: Large size */
1196
+ size?: "sm" | "md" | "lg";
1197
+ /** Sets the orientation of the tabs
1198
+ - horizontal: Tabs arranged horizontally
1199
+ - vertical: Tabs arranged vertically */
1200
+ orientation?: "horizontal" | "vertical";
1201
+ /** Disables all tabs */
1202
+ disabled?: boolean;
1203
+ /** Enables the dismiss button on all tabs */
1204
+ dismissible?: boolean;
1205
+ /** Currently active tab value */
1206
+ value?: string;
1207
+ /** Enables animated sliding indicator for active tab */
1208
+ animated?: boolean;
1209
+
1210
+ /** Emitted when a tab is selected with the tab's value */
1211
+ "on:plus-tabs-change"?: (e: CustomEvent<never>) => void;
1212
+ } & JSX.DirectiveFunctionAttributes<PlusTabGroup> &
1213
+ JSX.OnAttributes<PlusTabGroup> &
1214
+ JSX.OnCaptureAttributes<PlusTabGroup>;
1215
+
1216
+ export type CustomElements = {
1217
+ /**
1218
+ *
1219
+ * ---
1220
+ *
1221
+ *
1222
+ * ### **Slots:**
1223
+ * - _default_ - The default slot for avatar content
1224
+ * - **fallback** - Optional slot for custom fallback content
1225
+ *
1226
+ * ### **CSS Properties:**
1227
+ * - **--text-color** - Controls the text color of the avatar _(default: undefined)_
1228
+ * - **--bg-default** - Controls the default background color _(default: undefined)_
1229
+ *
1230
+ * ### **CSS Parts:**
1231
+ * - **base** - The component's base wrapper
1232
+ */
1233
+ "plus-avatar": Partial<PlusAvatarProps & BaseProps & BaseEvents>;
1234
+
1235
+ /**
1236
+ *
1237
+ * ---
1238
+ *
1239
+ */
1240
+ "plus-button": Partial<PlusButtonProps & BaseProps & BaseEvents>;
1241
+
1242
+ /**
1243
+ * Button group component that groups related buttons together.
1244
+ * ---
1245
+ *
1246
+ *
1247
+ * ### **Slots:**
1248
+ * - _default_ - The default slot for the buttons
1249
+ *
1250
+ * ### **CSS Properties:**
1251
+ * - **--button-group-gap** - Gap between buttons in the group _(default: undefined)_
1252
+ */
1253
+ "plus-button-group": Partial<PlusButtonGroupProps & BaseProps & BaseEvents>;
1254
+
1255
+ /**
1256
+ *
1257
+ * ---
1258
+ *
1259
+ */
1260
+ "plus-icon": Partial<PlusIconProps & BaseProps & BaseEvents>;
1261
+
1262
+ /**
1263
+ *
1264
+ * ---
1265
+ *
1266
+ */
1267
+ "plus-badge": Partial<PlusBadgeProps & BaseProps & BaseEvents>;
1268
+
1269
+ /**
1270
+ * A versatile tag component for displaying status, labels, and categories
1271
+ * ---
1272
+ *
1273
+ *
1274
+ * ### **CSS Properties:**
1275
+ * - **--tag-bg-color** - Background color for default state (inherits from --plus-color-background-neutral-default) _(default: undefined)_
1276
+ * - **--tag-text-color** - Text color for default state (inherits from --plus-color-text-default) _(default: undefined)_
1277
+ *
1278
+ * ### **CSS Parts:**
1279
+ * - **tag** - The container element for the tag
1280
+ */
1281
+ "plus-tag": Partial<PlusTagProps & BaseProps & BaseEvents>;
1282
+
1283
+ /**
1284
+ *
1285
+ * ---
1286
+ *
1287
+ */
1288
+ "plus-svg-icon": Partial<PlusSvgIconProps & BaseProps & BaseEvents>;
1289
+
1290
+ /**
1291
+ *
1292
+ * ---
1293
+ *
1294
+ *
1295
+ * ### **Slots:**
1296
+ * - _default_ - The default slot for chip content
1297
+ *
1298
+ * ### **CSS Properties:**
1299
+ * - **--text-color** - Controls the text color of the chip _(default: undefined)_
1300
+ * - **--border-color** - Controls the border color of the chip _(default: undefined)_
1301
+ * - **--bg-default** - Controls the default background color _(default: undefined)_
1302
+ * - **--bg-hovered** - Controls the background color when hovered _(default: undefined)_
1303
+ * - **--bg-pressed** - Controls the background color when pressed _(default: undefined)_
1304
+ * - **--bg-focused** - Controls the background color when focused _(default: undefined)_
1305
+ *
1306
+ * ### **CSS Parts:**
1307
+ * - **base** - The component's base wrapper
1308
+ * - **icon** - The dismiss icon wrapper
1309
+ */
1310
+ "plus-chip": Partial<PlusChipProps & BaseProps & BaseEvents>;
1311
+
1312
+ /**
1313
+ *
1314
+ * ---
1315
+ *
1316
+ *
1317
+ * ### **Slots:**
1318
+ * - _default_ - The default slot for link content
1319
+ * - **prefix** - Slot for content to be placed before the link content
1320
+ * - **suffix** - Slot for content to be placed after the link content
1321
+ *
1322
+ * ### **CSS Parts:**
1323
+ * - **base** - The component's base wrapper
1324
+ */
1325
+ "plus-link": Partial<PlusLinkProps & BaseProps & BaseEvents>;
1326
+
1327
+ /**
1328
+ * Alert component that displays important messages to users.
1329
+ * ---
1330
+ *
1331
+ *
1332
+ * ### **Events:**
1333
+ * - **plus-dismiss** - Emitted when the alert is dismissed
1334
+ *
1335
+ * ### **Slots:**
1336
+ * - **message** - The main message content
1337
+ * - **description** - Additional descriptive content
1338
+ * - **prefix** - Custom status icon
1339
+ * - **dismiss** - Custom dismiss button
1340
+ *
1341
+ * ### **CSS Parts:**
1342
+ * - **base** - The main container element
1343
+ * - **status-icon** - The status icon container
1344
+ * - **content** - The content container
1345
+ * - **message** - The message container
1346
+ * - **description** - The description container
1347
+ * - **dismiss** - The dismiss button container
1348
+ */
1349
+ "plus-alert": Partial<PlusAlertProps & BaseProps & BaseEvents>;
1350
+
1351
+ /**
1352
+ * Radio button component that allows single selection from a group of options.
1353
+ * ---
1354
+ *
1355
+ *
1356
+ * ### **Events:**
1357
+ * - **plus-change** - Emitted when the radio button's checked state changes
1358
+ *
1359
+ * ### **Methods:**
1360
+ * - **handleChange()** - Handles the change event when the radio button is toggled
1361
+ *
1362
+ * ### **Slots:**
1363
+ * - _default_ - The radio button label content
1364
+ *
1365
+ * ### **CSS Parts:**
1366
+ * - **radio** - The component's radio input element
1367
+ */
1368
+ "plus-radio": Partial<PlusRadioProps & BaseProps & BaseEvents>;
1369
+
1370
+ /**
1371
+ * An item component for the segmented picker.
1372
+ * ---
1373
+ *
1374
+ *
1375
+ * ### **Slots:**
1376
+ * - _default_ - The content of the item.
1377
+ *
1378
+ * ### **CSS Parts:**
1379
+ * - **label** - The label element.
1380
+ * - **input** - The input element.
1381
+ */
1382
+ "plus-segmented-picker-item": Partial<PlusSegmentedPickerItemProps & BaseProps & BaseEvents>;
1383
+
1384
+ /**
1385
+ * A segmented picker component that allows users to select one option from a group of options.
1386
+ * ---
1387
+ *
1388
+ *
1389
+ * ### **Events:**
1390
+ * - **plus-segmented-picker-item-changed** - Emitted when an item is selected.
1391
+ *
1392
+ * ### **Slots:**
1393
+ * - _default_ - The content of the segmented picker, should be plus-segmented-picker-item elements.
1394
+ *
1395
+ * ### **CSS Parts:**
1396
+ * - **host** - The host element.
1397
+ * - **animation-overlay** - The animation overlay element.
1398
+ */
1399
+ "plus-segmented-picker": Partial<PlusSegmentedPickerProps & BaseProps & BaseEvents>;
1400
+
1401
+ /**
1402
+ *
1403
+ * ---
1404
+ *
1405
+ */
1406
+ "plus-radio-group": Partial<PlusRadioGroupProps & BaseProps & BaseEvents>;
1407
+
1408
+ /**
1409
+ * Modal dialog component that appears on top of the page content.
1410
+ * ---
1411
+ *
1412
+ *
1413
+ * ### **Methods:**
1414
+ * - **hide(): _void_** - Hides the modal with animation
1415
+ * - **show(): _void_** - Shows the modal with animation
1416
+ *
1417
+ * ### **Slots:**
1418
+ * - **header** - The header content of the modal
1419
+ * - **body** - The main content of the modal
1420
+ * - **footer** - The footer content of the modal
1421
+ * - **close** - Custom close button (defaults to an X icon)
1422
+ *
1423
+ * ### **CSS Parts:**
1424
+ * - **container** - The main container element
1425
+ * - **overlay** - The overlay element
1426
+ * - **modal** - The modal element
1427
+ * - **header** - The header element
1428
+ * - **body** - The body element
1429
+ * - **footer** - The footer element
1430
+ * - **close-button** - The close button element
1431
+ */
1432
+ "plus-modal": Partial<PlusModalProps & BaseProps & BaseEvents>;
1433
+
1434
+ /**
1435
+ * Sliding panel component that appears from the edge of the screen.
1436
+ * ---
1437
+ *
1438
+ *
1439
+ * ### **Methods:**
1440
+ * - **hide(): _void_** - Hides the drawer with animation
1441
+ * - **show(): _void_** - Shows the drawer with animation
1442
+ *
1443
+ * ### **Slots:**
1444
+ * - **header** - The header content of the drawer
1445
+ * - **body** - The main content of the drawer
1446
+ * - **footer** - The footer content of the drawer
1447
+ * - **close** - Custom close button (defaults to an X icon)
1448
+ *
1449
+ * ### **CSS Parts:**
1450
+ * - **container** - The main container element
1451
+ * - **overlay** - The overlay element
1452
+ * - **drawer** - The drawer element
1453
+ * - **header** - The header element
1454
+ * - **body** - The body element
1455
+ * - **footer** - The footer element
1456
+ * - **close-button** - The close button element
1457
+ */
1458
+ "plus-drawer": Partial<PlusDrawerProps & BaseProps & BaseEvents>;
1459
+
1460
+ /**
1461
+ * Accordion component for displaying collapsible content.
1462
+ * ---
1463
+ *
1464
+ *
1465
+ * ### **Events:**
1466
+ * - **plus-accordion-toggle** - Emitted when the accordion is toggled
1467
+ *
1468
+ * ### **Slots:**
1469
+ * - **header** - The header content of the accordion
1470
+ * - **helper** - Optional helper text displayed next to the header
1471
+ * - **panel** - The content that is shown when the accordion is expanded
1472
+ *
1473
+ * ### **CSS Parts:**
1474
+ * - **header** - The header container
1475
+ * - **panel** - The panel container
1476
+ * - **icon** - The expand/collapse icon
1477
+ * - **helper** - The helper text container
1478
+ */
1479
+ "plus-accordion": Partial<PlusAccordionProps & BaseProps & BaseEvents>;
1480
+
1481
+ /**
1482
+ * A container for grouping accordion items together.
1483
+ * ---
1484
+ *
1485
+ *
1486
+ * ### **Slots:**
1487
+ * - **default** - Accordion items to be grouped
1488
+ *
1489
+ * ### **CSS Parts:**
1490
+ * - **container** - The container element
1491
+ */
1492
+ "plus-accordion-group": Partial<PlusAccordionGroupProps & BaseProps & BaseEvents>;
1493
+
1494
+ /**
1495
+ *
1496
+ * ---
1497
+ *
1498
+ *
1499
+ * ### **Slots:**
1500
+ * - _default_ - The default slot for optional divider content (for text dividers)
1501
+ *
1502
+ * ### **CSS Properties:**
1503
+ * - **--divider-color** - Controls the color of the divider _(default: undefined)_
1504
+ * - **--divider-thickness** - Controls the thickness of the divider _(default: undefined)_
1505
+ * - **--divider-spacing** - Controls the spacing around the divider _(default: undefined)_
1506
+ *
1507
+ * ### **CSS Parts:**
1508
+ * - **divider** - The component's base wrapper
1509
+ * - **label** - The text content container
1510
+ */
1511
+ "plus-divider": Partial<PlusDividerProps & BaseProps & BaseEvents>;
1512
+
1513
+ /**
1514
+ * Popover component that displays content in a floating panel.
1515
+ * ---
1516
+ *
1517
+ *
1518
+ * ### **Events:**
1519
+ * - **plus-popover-open** - Emitted when the popover is opened
1520
+ * - **plus-popover-close** - Emitted when the popover is closed
1521
+ * - **plus-popover-dismiss** - Emitted when the popover is dismissed via close button
1522
+ *
1523
+ * ### **Slots:**
1524
+ * - _default_ - The target element that triggers the popover
1525
+ * - **icon** - Custom icon for the popover
1526
+ * - **title** - The popover title
1527
+ * - **actions** - Actions like close button
1528
+ * - **content** - The main content inside the popover
1529
+ *
1530
+ * ### **CSS Parts:**
1531
+ * - **popover** - The popover container element
1532
+ * - **arrow** - The popover arrow indicator
1533
+ * - **title** - The popover title
1534
+ * - **close** - The close button area
1535
+ * - **content** - The main content inside the popover
1536
+ */
1537
+ "plus-popover": Partial<PlusPopoverProps & BaseProps & BaseEvents>;
1538
+
1539
+ /**
1540
+ *
1541
+ * ---
1542
+ *
1543
+ *
1544
+ * ### **Events:**
1545
+ * - **click** - Emitted when the list box item is clicked
1546
+ *
1547
+ * ### **Slots:**
1548
+ * - _default_ - The default slot for the list box item content
1549
+ *
1550
+ * ### **CSS Properties:**
1551
+ * - **--i-bg-default** - Controls the default background color _(default: undefined)_
1552
+ * - **--i-bg-hovered** - Controls the background color when hovered _(default: undefined)_
1553
+ * - **--i-bg-pressed** - Controls the background color when pressed _(default: undefined)_
1554
+ * - **--i-text-color** - Controls the text color _(default: undefined)_
1555
+ * - **--i-selected-bg** - Controls the background color when selected _(default: undefined)_
1556
+ *
1557
+ * ### **CSS Parts:**
1558
+ * - **base** - The component's base wrapper
1559
+ */
1560
+ "plus-list-box-item": Partial<PlusListBoxItemProps & BaseProps & BaseEvents>;
1561
+
1562
+ /**
1563
+ *
1564
+ * ---
1565
+ *
1566
+ *
1567
+ * ### **Events:**
1568
+ * - **click** - Emitted when the dropdown item is clicked
1569
+ *
1570
+ * ### **Slots:**
1571
+ * - _default_ - The default slot for dropdown item content
1572
+ *
1573
+ * ### **CSS Properties:**
1574
+ * - **--i-bg-default** - Controls the default background color _(default: undefined)_
1575
+ * - **--i-bg-hovered** - Controls the background color when hovered _(default: undefined)_
1576
+ * - **--i-bg-pressed** - Controls the background color when pressed _(default: undefined)_
1577
+ * - **--i-text-color** - Controls the text color _(default: undefined)_
1578
+ * - **--i-selected-bg** - Controls the background color when selected _(default: undefined)_
1579
+ *
1580
+ * ### **CSS Parts:**
1581
+ * - **base** - The component's base wrapper
1582
+ * - **item** - The listbox item element
1583
+ */
1584
+ "plus-dropdown-item": Partial<PlusDropDownItemProps & BaseProps & BaseEvents>;
1585
+
1586
+ /**
1587
+ *
1588
+ * ---
1589
+ *
1590
+ *
1591
+ * ### **Events:**
1592
+ * - **plus-dropdown-open** - Emitted when the dropdown is opened
1593
+ * - **plus-dropdown-close** - Emitted when the dropdown is closed
1594
+ * - **plus-dropdown-selected-item** - Emitted when an item is selected with the selected item in detail
1595
+ *
1596
+ * ### **Slots:**
1597
+ * - _default_ - The default slot for the dropdown trigger button content
1598
+ * - **suffix** - Slot for adding content to the right side of the trigger button
1599
+ * - **dropdown-item** - Slot for dropdown menu items
1600
+ *
1601
+ * ### **CSS Parts:**
1602
+ * - **base** - The component's base wrapper
1603
+ * - **button** - The dropdown trigger button
1604
+ * - **dropdown-box** - The dropdown list container
1605
+ */
1606
+ "plus-dropdown": Partial<PlusDropdownProps & BaseProps & BaseEvents>;
1607
+
1608
+ /**
1609
+ *
1610
+ * ---
1611
+ *
1612
+ */
1613
+ "plus-tooltip": Partial<PlusTooltipProps & BaseProps & BaseEvents>;
1614
+
1615
+ /**
1616
+ * Form input component that provides various input types, validation, and styling features.
1617
+ * ---
1618
+ *
1619
+ *
1620
+ * ### **Events:**
1621
+ * - **plus-input** - Emitted when the input value changes
1622
+ * - **plus-change** - Emitted when the input value changes and the input loses focus
1623
+ * - **plus-focus** - Emitted when the input gains focus
1624
+ * - **plus-blur** - Emitted when the input loses focus
1625
+ * - **plus-clear** - Emitted when the clear button is clicked
1626
+ * - **plus-password-toggle** - Emitted when the password visibility is toggled
1627
+ * - **plus-invalid** - Emitted when the input value is invalid
1628
+ *
1629
+ * ### **Methods:**
1630
+ * - **checkValidity(): _boolean_** - Checks the validity of the input against constraints.
1631
+ * - **reportValidity(): _boolean_** - Reports the validity of the input. If the input is invalid,
1632
+ * it dispatches an 'invalid' event and focuses the input.
1633
+ * - **setCustomValidity(message: _string_): _void_** - Sets a custom validation message for the input.
1634
+ *
1635
+ * ### **Slots:**
1636
+ * - **prefix** - Content to be placed before the input
1637
+ * - **suffix** - Content to be placed after the input
1638
+ *
1639
+ * ### **CSS Parts:**
1640
+ * - **input** - The native input element
1641
+ * - **wrapper** - The input wrapper element
1642
+ * - **prefix** - The prefix container
1643
+ * - **suffix** - The suffix container
1644
+ * - **clear-button** - The clear button
1645
+ * - **password-toggle** - The password visibility toggle button
1646
+ */
1647
+ "plus-input": Partial<PlusInputProps & BaseProps & BaseEvents>;
1648
+
1649
+ /**
1650
+ * Popconfirm component that displays a confirmation dialog in a floating panel.
1651
+ * ---
1652
+ *
1653
+ *
1654
+ * ### **Events:**
1655
+ * - **plus-popconfirm-open** - Emitted when the popconfirm is opened
1656
+ * - **plus-popconfirm-close** - Emitted when the popconfirm is closed
1657
+ * - **plus-popconfirm-confirm** - Emitted when the confirm button is clicked
1658
+ * - **plus-popconfirm-cancel** - Emitted when the cancel button is clicked
1659
+ *
1660
+ * ### **Slots:**
1661
+ * - _default_ - The target element that triggers the popconfirm
1662
+ * - **icon** - Custom icon for the popconfirm
1663
+ * - **title** - The popconfirm title
1664
+ * - **header** - The entire header section
1665
+ * - **footer** - The footer section with action buttons
1666
+ * - **content** - The main content inside the popconfirm
1667
+ *
1668
+ * ### **CSS Parts:**
1669
+ * - **popconfirm** - The popconfirm container element
1670
+ * - **arrow** - The popconfirm arrow indicator
1671
+ * - **header** - The popconfirm header section
1672
+ * - **title** - The popconfirm title
1673
+ * - **content** - The main content inside the popconfirm
1674
+ * - **footer** - The footer section with action buttons
1675
+ */
1676
+ "plus-popconfirm": Partial<PlusPopconfirmProps & BaseProps & BaseEvents>;
1677
+
1678
+ /**
1679
+ *
1680
+ * ---
1681
+ *
1682
+ *
1683
+ * ### **Slots:**
1684
+ * - _default_ - The default slot for the text content.
1685
+ *
1686
+ * ### **CSS Properties:**
1687
+ * - **--i-text-color** - Inherited text color variable. _(default: undefined)_
1688
+ *
1689
+ * ### **CSS Parts:**
1690
+ * - **base** - The component's base wrapper element (e.g., h1, p, div).
1691
+ */
1692
+ "plus-text": Partial<PlusTextProps & BaseProps & BaseEvents>;
1693
+
1694
+ /**
1695
+ *
1696
+ * ---
1697
+ *
1698
+ *
1699
+ * ### **Slots:**
1700
+ * - _default_ - The default slot for the item's label content.
1701
+ * - **prefix** - Optional slot for content/icon to display before the label. Overrides `prefix-icon` property.
1702
+ * - **suffix** - Optional slot for content/icon to display after the label. Overrides `suffix-icon` property.
1703
+ *
1704
+ * ### **CSS Parts:**
1705
+ * - **base** - The component's base wrapper element.
1706
+ * - **link** - The `plus-link` element (if `href` is provided).
1707
+ * - **text** - The `span` element (if `href` is not provided).
1708
+ * - **prefix** - The prefix container (slot or icon).
1709
+ * - **suffix** - The suffix container (slot or icon).
1710
+ * - **separator** - The separator element.
1711
+ */
1712
+ "plus-breadcrumb-item": Partial<PlusBreadcrumbItemProps & BaseProps & BaseEvents>;
1713
+
1714
+ /**
1715
+ *
1716
+ * ---
1717
+ *
1718
+ *
1719
+ * ### **Slots:**
1720
+ * - _default_ - Default slot for `plus-breadcrumb-item` elements.
1721
+ *
1722
+ * ### **CSS Parts:**
1723
+ * - **base** - The main container element (`nav`).
1724
+ */
1725
+ "plus-breadcrumb": Partial<PlusBreadcrumbProps & BaseProps & BaseEvents>;
1726
+
1727
+ /**
1728
+ *
1729
+ * ---
1730
+ *
1731
+ *
1732
+ * ### **Events:**
1733
+ * - **plus-change** - Emitted when the checkbox's checked state changes.
1734
+ * - **plus-focus** - Emitted when the checkbox gains focus.
1735
+ * - **plus-blur** - Emitted when the checkbox loses focus.
1736
+ *
1737
+ * ### **Methods:**
1738
+ * - **formResetCallback()** - Called when the associated form is reset.
1739
+ * Resets the checkbox to its initial checked state.
1740
+ * We need to specific attribute initialChecked
1741
+ * - **formDisabledCallback(disabled: _boolean_)** - Called when the disabled state of the parent form changes.
1742
+ * - **click()** - Clicks the checkbox
1743
+ * - **focus(options: _FocusOptions_)** - Focuses the checkbox
1744
+ * - **blur()** - Blurs the checkbox
1745
+ *
1746
+ * ### **Slots:**
1747
+ * - _default_ - The label for the checkbox.
1748
+ *
1749
+ * ### **CSS Properties:**
1750
+ * - **--checkbox-size** - Controls the size of the checkbox control. Typically maps to sm, md, lg tokens. _(default: undefined)_
1751
+ * - **--checkbox-color-default** - Default background color. _(default: undefined)_
1752
+ * - **--checkbox-color-checked** - Background color when checked. _(default: undefined)_
1753
+ * - **--checkbox-color-border** - Border color. _(default: undefined)_
1754
+ * - **--checkbox-color-border-checked** - Border color when checked. _(default: undefined)_
1755
+ * - **--checkbox-color-icon** - Color of the checkmark/indeterminate icon. _(default: undefined)_
1756
+ * - **--checkbox-border-color-error** - Border color in the error state. _(default: undefined)_
1757
+ *
1758
+ * ### **CSS Parts:**
1759
+ * - **base** - The component's base wrapper (label).
1760
+ * - **control** - The container for the actual checkbox input and its visual representation.
1761
+ * - **checkbox** - The visual representation of the checkbox.
1762
+ * - **icon** - The checkmark or indeterminate icon.
1763
+ * - **label** - The text label container.
1764
+ */
1765
+ "plus-checkbox": Partial<PlusCheckboxProps & BaseProps & BaseEvents>;
1766
+
1767
+ /**
1768
+ *
1769
+ * ---
1770
+ *
1771
+ *
1772
+ * ### **Events:**
1773
+ * - **plus-change** - Emitted when the value of the group changes (any checkbox is checked/unchecked).
1774
+ *
1775
+ * ### **Slots:**
1776
+ * - _default_ - Default slot for `plus-checkbox` elements.
1777
+ *
1778
+ * ### **CSS Parts:**
1779
+ * - **base** - The main container element.
1780
+ */
1781
+ "plus-checkbox-group": Partial<PlusCheckboxGroupProps & BaseProps & BaseEvents>;
1782
+
1783
+ /**
1784
+ * A form-associated textarea component with validation and styling.
1785
+ * ---
1786
+ *
1787
+ *
1788
+ * ### **Events:**
1789
+ * - **plus-input** - Emitted when the textarea value changes
1790
+ * - **plus-change** - Emitted when the textarea value changes and loses focus
1791
+ * - **plus-focus** - Emitted when the textarea gains focus
1792
+ * - **plus-blur** - Emitted when the textarea loses focus
1793
+ * - **plus-invalid** - Emitted when the textarea value is invalid
1794
+ *
1795
+ * ### **Methods:**
1796
+ * - **checkValidity(): _boolean_** - Checks the validity of the textarea against constraints.
1797
+ * - **reportValidity(): _boolean_** - Reports the validity state to the user.
1798
+ * - **setCustomValidity(message: _string_): _void_** - Sets a custom validation message.
1799
+ *
1800
+ * ### **CSS Properties:**
1801
+ * - **--focus-ring-color** - Color of the focus ring _(default: --primary-500)_
1802
+ * - **--error-color** - Color used for error states _(default: --red-500)_
1803
+ *
1804
+ * ### **CSS Parts:**
1805
+ * - **textarea** - The native textarea element
1806
+ * - **label** - The label element
1807
+ * - **caption** - The caption/error message container
1808
+ */
1809
+ "plus-textarea": Partial<PlusTextareaProps & BaseProps & BaseEvents>;
1810
+
1811
+ /**
1812
+ * A rating component to display and optionally set a rating value.
1813
+ * ---
1814
+ *
1815
+ *
1816
+ * ### **Events:**
1817
+ * - **plus-change** - Emitted when the rating value changes via user interaction.
1818
+ * - **plus-hover** - Emitted when the user hovers over a star, includes the potential value.
1819
+ *
1820
+ * ### **Methods:**
1821
+ * - **reportValidity(): _boolean_** - Checks validity and sets the error state. Returns true if valid, false otherwise.
1822
+ *
1823
+ * ### **CSS Properties:**
1824
+ * - **--star-color-active** - Color of active/selected stars. _(default: --color-warning-500)_
1825
+ * - **--star-color-inactive** - Color of inactive stars. _(default: --color-neutral-300)_
1826
+ * - **--star-color-hover** - Color of stars on hover. _(default: --plus-color-text-primary)_
1827
+ *
1828
+ * ### **CSS Parts:**
1829
+ * - **host** - The main container element.
1830
+ * - **star-container** - The container for each star.
1831
+ * - **star-icon** - Each individual star icon.
1832
+ * - **star-partial** - The element used to display partial stars.
1833
+ */
1834
+ "plus-rating": Partial<PlusRatingProps & BaseProps & BaseEvents>;
1835
+
1836
+ /**
1837
+ * Displays short, temporary messages.
1838
+ * ---
1839
+ *
1840
+ *
1841
+ * ### **Events:**
1842
+ * - **plus-close** - Emitted when the toast is closed by the user via the close button.
1843
+ *
1844
+ * ### **Slots:**
1845
+ * - _default_ - The default slot for the toast message content. If both message and header properties are set, this slot is ignored.
1846
+ * - **header** - Optional header content for the toast. Overrides the header property.
1847
+ * - **icon** - Optional icon content to replace the default status icon.
1848
+ *
1849
+ * ### **CSS Properties:**
1850
+ * - **--toast-border-radius** - Controls the border radius of the toast. _(default: undefined)_
1851
+ * - **--toast-padding** - Controls the padding of the toast. _(default: undefined)_
1852
+ * - **--icon-size** - Controls the size of the status icon. _(default: undefined)_
1853
+ * - **--close-button-size** - Controls the size of the close button. _(default: undefined)_
1854
+ *
1855
+ * ### **CSS Parts:**
1856
+ * - **base** - The component's base wrapper.
1857
+ * - **container** - The main container for icon, content, and close button.
1858
+ * - **icon** - The container for the status icon.
1859
+ * - **content** - The container for header and message text.
1860
+ * - **header** - The header text element.
1861
+ * - **message** - The message text element.
1862
+ * - **close-button** - The close button container.
1863
+ */
1864
+ "plus-toast": Partial<PlusToastProps & BaseProps & BaseEvents>;
1865
+
1866
+ /**
1867
+ * A container element that listens to the ToastService to display toast notifications.
1868
+ * ---
1869
+ *
1870
+ *
1871
+ * ### **Slots:**
1872
+ * - _default_ - Toast components are rendered here based on ToastService updates.
1873
+ *
1874
+ * ### **CSS Properties:**
1875
+ * - **--toast-container-gap** - Controls the gap between toasts within the container. _(default: undefined)_
1876
+ * - **--toast-container-z-index** - Controls the stack order of the container. _(default: undefined)_
1877
+ *
1878
+ * ### **CSS Parts:**
1879
+ * - **base** - The component's base wrapper.
1880
+ */
1881
+ "plus-toast-container": Partial<PlusToastContainerProps & BaseProps & BaseEvents>;
1882
+
1883
+ /**
1884
+ * A utility component to automatically set up the UI infrastructure for global services.
1885
+ * Currently sets up the necessary containers for the ToastService.
1886
+ * Place this component once at the root of your application.
1887
+ * ---
1888
+ *
1889
+ */
1890
+ "plus-service": Partial<PlusServiceProps & BaseProps & BaseEvents>;
1891
+
1892
+ /**
1893
+ * A select item component that represents a selectable option within a select menu.
1894
+ * Automatically registers itself as a select-item slot in the parent PlusSelect component.
1895
+ * ---
1896
+ *
1897
+ *
1898
+ * ### **Events:**
1899
+ * - **click** - Emitted when the select item is clicked, handled by the parent PlusSelect component
1900
+ *
1901
+ * ### **Slots:**
1902
+ * - _default_ - The default slot for select item content
1903
+ *
1904
+ * ### **CSS Properties:**
1905
+ * - **--i-bg-default** - Controls the default background color _(default: undefined)_
1906
+ * - **--i-bg-hovered** - Controls the background color when hovered _(default: undefined)_
1907
+ * - **--i-bg-pressed** - Controls the background color when pressed _(default: undefined)_
1908
+ * - **--i-text-color** - Controls the text color _(default: undefined)_
1909
+ * - **--i-selected-bg** - Controls the background color when selected _(default: undefined)_
1910
+ *
1911
+ * ### **CSS Parts:**
1912
+ * - **base** - The component's base wrapper
1913
+ * - **item** - The listbox item element
1914
+ */
1915
+ "plus-select-item": Partial<PlusSelectItemProps & BaseProps & BaseEvents>;
1916
+
1917
+ /**
1918
+ * A select component that provides a collapsible menu with selectable options.
1919
+ * Uses Floating UI for intelligent positioning of the select menu.
1920
+ * ---
1921
+ *
1922
+ *
1923
+ * ### **Events:**
1924
+ * - **plus-select-open** - Emitted when the select is opened
1925
+ * - **plus-select-close** - Emitted when the select is closed
1926
+ * - **plus-select-selected-item** - Emitted when an item is selected, with the selected item in detail
1927
+ *
1928
+ * ### **Slots:**
1929
+ * - _default_ - The default slot for the select trigger button content
1930
+ * - **suffix** - Slot for adding content to the right side of the trigger button
1931
+ * - **select-item** - Slot for select menu items
1932
+ *
1933
+ * ### **CSS Parts:**
1934
+ * - **base** - The component's base wrapper
1935
+ * - **select** - The select trigger input
1936
+ * - **select-box** - The select list container
1937
+ */
1938
+ "plus-select": Partial<PlusSelectProps & BaseProps & BaseEvents>;
1939
+
1940
+ /**
1941
+ * Toggle component that provides a switch with various styles and states.
1942
+ * ---
1943
+ *
1944
+ *
1945
+ * ### **Events:**
1946
+ * - **plus-change** - Emitted when the toggle state changes
1947
+ * - **plus-input** - Emitted when the toggle state changes (for input event compatibility)
1948
+ * - **plus-focus** - Emitted when the toggle gains focus
1949
+ * - **plus-blur** - Emitted when the toggle loses focus
1950
+ * - **plus-invalid** - Emitted when the toggle validation fails
1951
+ *
1952
+ * ### **Methods:**
1953
+ * - **checkValidity(): __** - Checks the validity of the toggle input
1954
+ * - **reportValidity(): __** - Reports the validity of the toggle input
1955
+ * - **setCustomValidity(message: _string_): _void_** - Sets a custom validity message for the toggle
1956
+ *
1957
+ * ### **Slots:**
1958
+ * - _default_ - The default slot for toggle text content when no text property is specified
1959
+ *
1960
+ * ### **CSS Properties:**
1961
+ * - **--text-color** - Controls the text color _(default: undefined)_
1962
+ * - **--border-color** - Controls the border color of the toggle _(default: undefined)_
1963
+ * - **--switch-bg** - Controls the background color of the switch _(default: undefined)_
1964
+ * - **--switch-bg-hover** - Controls the background color when hovered _(default: undefined)_
1965
+ * - **--switch-bg-active** - Controls the background color when pressed _(default: undefined)_
1966
+ * - **--dot-bg** - Controls the background color of the dot _(default: undefined)_
1967
+ * - **--dot-text** - Controls the text color of the icon in the dot _(default: undefined)_
1968
+ *
1969
+ * ### **CSS Parts:**
1970
+ * - **base** - The component's base wrapper
1971
+ * - **label** - The label element
1972
+ * - **control** - The control element containing the toggle and text
1973
+ * - **switch** - The switch element
1974
+ * - **dot** - The dot element inside the switch
1975
+ * - **text** - The text element
1976
+ * - **icon** - The icon element when an icon is used
1977
+ * - **caption** - The caption element
1978
+ */
1979
+ "plus-toggle": Partial<PlusToggleProps & BaseProps & BaseEvents>;
1980
+
1981
+ /**
1982
+ * Tab component that represents a single tab in a tab group.
1983
+ * ---
1984
+ *
1985
+ *
1986
+ * ### **Slots:**
1987
+ * - _default_ - The default slot for tab content
1988
+ * - **prefix** - Content to be placed before the tab content
1989
+ * - **suffix** - Content to be placed after the tab content
1990
+ *
1991
+ * ### **CSS Properties:**
1992
+ * - **--text-color** - Controls the text color of the tab _(default: undefined)_
1993
+ * - **--active-color** - Controls the color of the active indicator _(default: undefined)_
1994
+ * - **--bg-default** - Controls the default background color _(default: undefined)_
1995
+ * - **--bg-hovered** - Controls the background color when hovered _(default: undefined)_
1996
+ *
1997
+ * ### **CSS Parts:**
1998
+ * - **tab** - The component's base wrapper
1999
+ */
2000
+ "plus-tab": Partial<PlusTabProps & BaseProps & BaseEvents>;
2001
+
2002
+ /**
2003
+ * Tab panel component that displays content associated with a tab.
2004
+ * ---
2005
+ *
2006
+ *
2007
+ * ### **Slots:**
2008
+ * - _default_ - The default slot for tab panel content
2009
+ *
2010
+ * ### **CSS Parts:**
2011
+ * - **panel** - The component's base wrapper
2012
+ */
2013
+ "plus-tab-panel": Partial<PlusTabPanelProps & BaseProps & BaseEvents>;
2014
+
2015
+ /**
2016
+ * Tab group component that manages a set of tabs and panels.
2017
+ * ---
2018
+ *
2019
+ *
2020
+ * ### **Events:**
2021
+ * - **plus-tabs-change** - Emitted when a tab is selected with the tab's value
2022
+ *
2023
+ * ### **Slots:**
2024
+ * - **tablist** - Slot for tabs
2025
+ * - **panels** - Slot for tab panels
2026
+ *
2027
+ * ### **CSS Properties:**
2028
+ * - **--tabs-gap** - Controls the gap between tabs _(default: undefined)_
2029
+ * - **--tabs-indicator-color** - Controls the color of the active tab indicator _(default: undefined)_
2030
+ * - **--tabs-indicator-height** - Controls the height of the animated indicator _(default: undefined)_
2031
+ *
2032
+ * ### **CSS Parts:**
2033
+ * - **group** - The component's base wrapper
2034
+ * - **tablist** - The tabs container
2035
+ * - **panels** - The tab panels container
2036
+ * - **indicator** - The animated indicator element (when animated=true)
2037
+ */
2038
+ "plus-tab-group": Partial<PlusTabGroupProps & BaseProps & BaseEvents>;
2039
+ };