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