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