igniteui-webcomponents 3.3.0 → 4.0.0-alpha.2

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 (455) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/README.md +7 -2
  3. package/components/accordion/accordion.js +3 -1
  4. package/components/accordion/accordion.js.map +1 -1
  5. package/components/accordion/themes/accordion.base.css.js +13 -1
  6. package/components/accordion/themes/accordion.base.css.js.map +1 -1
  7. package/components/avatar/themes/avatar.base.css.js +95 -1
  8. package/components/avatar/themes/avatar.base.css.js.map +1 -1
  9. package/components/avatar/themes/avatar.bootstrap.css.js +5 -1
  10. package/components/avatar/themes/avatar.bootstrap.css.js.map +1 -1
  11. package/components/badge/themes/light/badge.base.css.js +100 -1
  12. package/components/badge/themes/light/badge.base.css.js.map +1 -1
  13. package/components/badge/themes/light/badge.bootstrap.css.js +11 -1
  14. package/components/badge/themes/light/badge.bootstrap.css.js.map +1 -1
  15. package/components/button/button-base.js +7 -2
  16. package/components/button/button-base.js.map +1 -1
  17. package/components/button/themes/button/dark/button.fluent.css.js +1 -1
  18. package/components/button/themes/button/dark/button.fluent.css.js.map +1 -1
  19. package/components/button/themes/button/light/button.base.css.js +184 -1
  20. package/components/button/themes/button/light/button.base.css.js.map +1 -1
  21. package/components/button/themes/button/light/button.bootstrap.css.js +148 -1
  22. package/components/button/themes/button/light/button.bootstrap.css.js.map +1 -1
  23. package/components/button/themes/button/light/button.fluent.css.js +168 -1
  24. package/components/button/themes/button/light/button.fluent.css.js.map +1 -1
  25. package/components/button/themes/button/light/button.indigo.css.js +141 -1
  26. package/components/button/themes/button/light/button.indigo.css.js.map +1 -1
  27. package/components/button/themes/button/light/button.material.css.js +233 -1
  28. package/components/button/themes/button/light/button.material.css.js.map +1 -1
  29. package/components/button/themes/icon-button/dark/icon-button.fluent.css.js +1 -1
  30. package/components/button/themes/icon-button/dark/icon-button.fluent.css.js.map +1 -1
  31. package/components/button/themes/icon-button/light/icon-button.base.css.js +101 -1
  32. package/components/button/themes/icon-button/light/icon-button.base.css.js.map +1 -1
  33. package/components/button/themes/icon-button/light/icon-button.bootstrap.css.js +81 -1
  34. package/components/button/themes/icon-button/light/icon-button.bootstrap.css.js.map +1 -1
  35. package/components/button/themes/icon-button/light/icon-button.fluent.css.js +90 -1
  36. package/components/button/themes/icon-button/light/icon-button.fluent.css.js.map +1 -1
  37. package/components/button/themes/icon-button/light/icon-button.indigo.css.js +84 -1
  38. package/components/button/themes/icon-button/light/icon-button.indigo.css.js.map +1 -1
  39. package/components/button/themes/icon-button/light/icon-button.material.css.js +53 -1
  40. package/components/button/themes/icon-button/light/icon-button.material.css.js.map +1 -1
  41. package/components/calendar/common/calendar-base.js +3 -1
  42. package/components/calendar/common/calendar-base.js.map +1 -1
  43. package/components/calendar/themes/bootstrap/calendar.bootstrap.css.js +42 -1
  44. package/components/calendar/themes/bootstrap/calendar.bootstrap.css.js.map +1 -1
  45. package/components/calendar/themes/bootstrap/days-view.bootstrap.css.js +264 -1
  46. package/components/calendar/themes/bootstrap/days-view.bootstrap.css.js.map +1 -1
  47. package/components/calendar/themes/bootstrap/year-month-view.bootstrap.css.js +56 -1
  48. package/components/calendar/themes/bootstrap/year-month-view.bootstrap.css.js.map +1 -1
  49. package/components/calendar/themes/calendar.base.css.js +278 -1
  50. package/components/calendar/themes/calendar.base.css.js.map +1 -1
  51. package/components/calendar/themes/days-view.base.css.js +286 -1
  52. package/components/calendar/themes/days-view.base.css.js.map +1 -1
  53. package/components/calendar/themes/fluent/calendar.fluent.css.js +290 -1
  54. package/components/calendar/themes/fluent/calendar.fluent.css.js.map +1 -1
  55. package/components/calendar/themes/fluent/days-view.fluent.css.js +328 -1
  56. package/components/calendar/themes/fluent/days-view.fluent.css.js.map +1 -1
  57. package/components/calendar/themes/fluent/year-month-view.fluent.css.js +122 -1
  58. package/components/calendar/themes/fluent/year-month-view.fluent.css.js.map +1 -1
  59. package/components/calendar/themes/year-month-view.base.css.js +94 -1
  60. package/components/calendar/themes/year-month-view.base.css.js.map +1 -1
  61. package/components/card/themes/light/card.actions.bootstrap.css.js +94 -1
  62. package/components/card/themes/light/card.actions.bootstrap.css.js.map +1 -1
  63. package/components/card/themes/light/card.actions.material.css.js +90 -1
  64. package/components/card/themes/light/card.actions.material.css.js.map +1 -1
  65. package/components/card/themes/light/card.bootstrap.css.js +11 -1
  66. package/components/card/themes/light/card.bootstrap.css.js.map +1 -1
  67. package/components/card/themes/light/card.content.bootstrap.css.js +76 -1
  68. package/components/card/themes/light/card.content.bootstrap.css.js.map +1 -1
  69. package/components/card/themes/light/card.content.indigo.css.js +58 -1
  70. package/components/card/themes/light/card.content.indigo.css.js.map +1 -1
  71. package/components/card/themes/light/card.content.material.css.js +50 -1
  72. package/components/card/themes/light/card.content.material.css.js.map +1 -1
  73. package/components/card/themes/light/card.fluent.css.js +21 -1
  74. package/components/card/themes/light/card.fluent.css.js.map +1 -1
  75. package/components/card/themes/light/card.header.bootstrap.css.js +133 -1
  76. package/components/card/themes/light/card.header.bootstrap.css.js.map +1 -1
  77. package/components/card/themes/light/card.header.fluent.css.js +129 -1
  78. package/components/card/themes/light/card.header.fluent.css.js.map +1 -1
  79. package/components/card/themes/light/card.header.indigo.css.js +115 -1
  80. package/components/card/themes/light/card.header.indigo.css.js.map +1 -1
  81. package/components/card/themes/light/card.header.material.css.js +105 -1
  82. package/components/card/themes/light/card.header.material.css.js.map +1 -1
  83. package/components/card/themes/light/card.material.css.js +60 -1
  84. package/components/card/themes/light/card.material.css.js.map +1 -1
  85. package/components/card/themes/light/card.media.material.css.js +43 -1
  86. package/components/card/themes/light/card.media.material.css.js.map +1 -1
  87. package/components/checkbox/checkbox-base.js +7 -2
  88. package/components/checkbox/checkbox-base.js.map +1 -1
  89. package/components/checkbox/themes/dark/checkbox.fluent.css.js +1 -1
  90. package/components/checkbox/themes/dark/checkbox.fluent.css.js.map +1 -1
  91. package/components/checkbox/themes/dark/checkbox.indigo.css.js +1 -1
  92. package/components/checkbox/themes/dark/checkbox.indigo.css.js.map +1 -1
  93. package/components/checkbox/themes/dark/switch.fluent.css.js +1 -1
  94. package/components/checkbox/themes/dark/switch.fluent.css.js.map +1 -1
  95. package/components/checkbox/themes/dark/switch.indigo.css.js +1 -1
  96. package/components/checkbox/themes/dark/switch.indigo.css.js.map +1 -1
  97. package/components/checkbox/themes/light/checkbox.base.css.js +208 -1
  98. package/components/checkbox/themes/light/checkbox.base.css.js.map +1 -1
  99. package/components/checkbox/themes/light/checkbox.bootstrap.css.js +108 -1
  100. package/components/checkbox/themes/light/checkbox.bootstrap.css.js.map +1 -1
  101. package/components/checkbox/themes/light/checkbox.fluent.css.js +192 -1
  102. package/components/checkbox/themes/light/checkbox.fluent.css.js.map +1 -1
  103. package/components/checkbox/themes/light/checkbox.indigo.css.js +107 -1
  104. package/components/checkbox/themes/light/checkbox.indigo.css.js.map +1 -1
  105. package/components/checkbox/themes/light/checkbox.material.css.js +58 -1
  106. package/components/checkbox/themes/light/checkbox.material.css.js.map +1 -1
  107. package/components/checkbox/themes/light/switch.base.css.js +209 -1
  108. package/components/checkbox/themes/light/switch.base.css.js.map +1 -1
  109. package/components/checkbox/themes/light/switch.bootstrap.css.js +126 -1
  110. package/components/checkbox/themes/light/switch.bootstrap.css.js.map +1 -1
  111. package/components/checkbox/themes/light/switch.fluent.css.js +131 -1
  112. package/components/checkbox/themes/light/switch.fluent.css.js.map +1 -1
  113. package/components/checkbox/themes/light/switch.indigo.css.js +130 -1
  114. package/components/checkbox/themes/light/switch.indigo.css.js.map +1 -1
  115. package/components/checkbox/themes/light/switch.material.css.js +81 -1
  116. package/components/checkbox/themes/light/switch.material.css.js.map +1 -1
  117. package/components/chip/chip.d.ts +1 -0
  118. package/components/chip/chip.js +9 -0
  119. package/components/chip/chip.js.map +1 -1
  120. package/components/chip/themes/chip.base.css.js +213 -1
  121. package/components/chip/themes/chip.base.css.js.map +1 -1
  122. package/components/chip/themes/chip.bootstrap.css.js +286 -1
  123. package/components/chip/themes/chip.bootstrap.css.js.map +1 -1
  124. package/components/chip/themes/chip.fluent.css.js +248 -1
  125. package/components/chip/themes/chip.fluent.css.js.map +1 -1
  126. package/components/chip/themes/chip.indigo.css.js +346 -1
  127. package/components/chip/themes/chip.indigo.css.js.map +1 -1
  128. package/components/chip/themes/chip.material.css.js +229 -1
  129. package/components/chip/themes/chip.material.css.js.map +1 -1
  130. package/components/common/decorators/blazorDeepImport.d.ts +4 -0
  131. package/components/common/decorators/blazorDeepImport.js +2 -0
  132. package/components/common/decorators/blazorDeepImport.js.map +1 -0
  133. package/components/common/util.d.ts +1 -0
  134. package/components/common/util.js +3 -0
  135. package/components/common/util.js.map +1 -1
  136. package/components/dropdown/dropdown-group.d.ts +2 -2
  137. package/components/dropdown/dropdown-group.js +1 -1
  138. package/components/dropdown/dropdown-group.js.map +1 -1
  139. package/components/dropdown/dropdown-header.d.ts +1 -1
  140. package/components/dropdown/dropdown-header.js.map +1 -1
  141. package/components/dropdown/dropdown-item.d.ts +1 -1
  142. package/components/dropdown/dropdown-item.js.map +1 -1
  143. package/components/dropdown/dropdown.d.ts +10 -8
  144. package/components/dropdown/dropdown.js +13 -10
  145. package/components/dropdown/dropdown.js.map +1 -1
  146. package/components/dropdown/themes/dark/dropdown.bootstrap.css.js +1 -1
  147. package/components/dropdown/themes/dark/dropdown.bootstrap.css.js.map +1 -1
  148. package/components/dropdown/themes/dark/dropdown.fluent.css.js +1 -1
  149. package/components/dropdown/themes/dark/dropdown.fluent.css.js.map +1 -1
  150. package/components/dropdown/themes/dark/dropdown.indigo.css.js +1 -1
  151. package/components/dropdown/themes/dark/dropdown.indigo.css.js.map +1 -1
  152. package/components/dropdown/themes/light/dropdown-group.base.css.js +74 -1
  153. package/components/dropdown/themes/light/dropdown-group.base.css.js.map +1 -1
  154. package/components/dropdown/themes/light/dropdown-group.fluent.css.js +18 -1
  155. package/components/dropdown/themes/light/dropdown-group.fluent.css.js.map +1 -1
  156. package/components/dropdown/themes/light/dropdown-header.base.css.js +51 -1
  157. package/components/dropdown/themes/light/dropdown-header.base.css.js.map +1 -1
  158. package/components/dropdown/themes/light/dropdown-header.bootstrap.css.js +4 -1
  159. package/components/dropdown/themes/light/dropdown-header.bootstrap.css.js.map +1 -1
  160. package/components/dropdown/themes/light/dropdown-item.base.css.js +114 -1
  161. package/components/dropdown/themes/light/dropdown-item.base.css.js.map +1 -1
  162. package/components/dropdown/themes/light/dropdown-item.bootstrap.css.js +25 -1
  163. package/components/dropdown/themes/light/dropdown-item.bootstrap.css.js.map +1 -1
  164. package/components/dropdown/themes/light/dropdown-item.fluent.css.js +21 -1
  165. package/components/dropdown/themes/light/dropdown-item.fluent.css.js.map +1 -1
  166. package/components/dropdown/themes/light/dropdown-item.indigo.css.js +25 -1
  167. package/components/dropdown/themes/light/dropdown-item.indigo.css.js.map +1 -1
  168. package/components/dropdown/themes/light/dropdown.base.css.js +69 -1
  169. package/components/dropdown/themes/light/dropdown.base.css.js.map +1 -1
  170. package/components/dropdown/themes/light/dropdown.bootstrap.css.js +6 -1
  171. package/components/dropdown/themes/light/dropdown.bootstrap.css.js.map +1 -1
  172. package/components/dropdown/themes/light/dropdown.fluent.css.js +25 -1
  173. package/components/dropdown/themes/light/dropdown.fluent.css.js.map +1 -1
  174. package/components/dropdown/themes/light/dropdown.indigo.css.js +7 -1
  175. package/components/dropdown/themes/light/dropdown.indigo.css.js.map +1 -1
  176. package/components/expansion-panel/themes/light/expansion-panel.base.css.js +134 -1
  177. package/components/expansion-panel/themes/light/expansion-panel.base.css.js.map +1 -1
  178. package/components/expansion-panel/themes/light/expansion-panel.bootstrap.css.js +32 -1
  179. package/components/expansion-panel/themes/light/expansion-panel.bootstrap.css.js.map +1 -1
  180. package/components/expansion-panel/themes/light/expansion-panel.fluent.css.js +43 -1
  181. package/components/expansion-panel/themes/light/expansion-panel.fluent.css.js.map +1 -1
  182. package/components/expansion-panel/themes/light/expansion-panel.indigo.css.js +26 -1
  183. package/components/expansion-panel/themes/light/expansion-panel.indigo.css.js.map +1 -1
  184. package/components/form/form.js +1 -0
  185. package/components/form/form.js.map +1 -1
  186. package/components/icon/icon.js +3 -1
  187. package/components/icon/icon.js.map +1 -1
  188. package/components/icon/icon.material.css.js +64 -1
  189. package/components/icon/icon.material.css.js.map +1 -1
  190. package/components/input/input-base.js +3 -1
  191. package/components/input/input-base.js.map +1 -1
  192. package/components/input/input.d.ts +1 -0
  193. package/components/input/input.js +5 -0
  194. package/components/input/input.js.map +1 -1
  195. package/components/input/themes/dark/input.dark.indigo.css.js +1 -1
  196. package/components/input/themes/dark/input.dark.indigo.css.js.map +1 -1
  197. package/components/input/themes/dark/input.dark.material.css.js +1 -1
  198. package/components/input/themes/dark/input.dark.material.css.js.map +1 -1
  199. package/components/input/themes/light/input.base.css.js +102 -1
  200. package/components/input/themes/light/input.base.css.js.map +1 -1
  201. package/components/input/themes/light/input.bootstrap.css.js +181 -1
  202. package/components/input/themes/light/input.bootstrap.css.js.map +1 -1
  203. package/components/input/themes/light/input.fluent.css.js +139 -1
  204. package/components/input/themes/light/input.fluent.css.js.map +1 -1
  205. package/components/input/themes/light/input.indigo.css.js +107 -1
  206. package/components/input/themes/light/input.indigo.css.js.map +1 -1
  207. package/components/input/themes/light/input.material.css.js +385 -1
  208. package/components/input/themes/light/input.material.css.js.map +1 -1
  209. package/components/list/themes/dark/list.bootstrap.css.js +1 -1
  210. package/components/list/themes/dark/list.bootstrap.css.js.map +1 -1
  211. package/components/list/themes/dark/list.fluent.css.js +1 -1
  212. package/components/list/themes/dark/list.fluent.css.js.map +1 -1
  213. package/components/list/themes/dark/list.indigo.css.js +1 -1
  214. package/components/list/themes/dark/list.indigo.css.js.map +1 -1
  215. package/components/list/themes/light/list-header.base.css.js +54 -1
  216. package/components/list/themes/light/list-header.base.css.js.map +1 -1
  217. package/components/list/themes/light/list-header.indigo.css.js +4 -1
  218. package/components/list/themes/light/list-header.indigo.css.js.map +1 -1
  219. package/components/list/themes/light/list-item.base.css.js +106 -1
  220. package/components/list/themes/light/list-item.base.css.js.map +1 -1
  221. package/components/list/themes/light/list-item.bootstrap.css.js +39 -1
  222. package/components/list/themes/light/list-item.bootstrap.css.js.map +1 -1
  223. package/components/list/themes/light/list-item.fluent.css.js +25 -1
  224. package/components/list/themes/light/list-item.fluent.css.js.map +1 -1
  225. package/components/list/themes/light/list-item.indigo.css.js +21 -1
  226. package/components/list/themes/light/list-item.indigo.css.js.map +1 -1
  227. package/components/list/themes/light/list.base.css.js +55 -1
  228. package/components/list/themes/light/list.base.css.js.map +1 -1
  229. package/components/list/themes/light/list.bootstrap.css.js +6 -1
  230. package/components/list/themes/light/list.bootstrap.css.js.map +1 -1
  231. package/components/mask-input/mask-input-base.js +7 -2
  232. package/components/mask-input/mask-input-base.js.map +1 -1
  233. package/components/nav-drawer/themes/dark/nav-drawer-item.base.css.js +1 -1
  234. package/components/nav-drawer/themes/dark/nav-drawer-item.base.css.js.map +1 -1
  235. package/components/nav-drawer/themes/dark/nav-drawer-item.bootstrap.css.js +1 -1
  236. package/components/nav-drawer/themes/dark/nav-drawer-item.bootstrap.css.js.map +1 -1
  237. package/components/nav-drawer/themes/dark/nav-drawer-item.fluent.css.js +1 -1
  238. package/components/nav-drawer/themes/dark/nav-drawer-item.fluent.css.js.map +1 -1
  239. package/components/nav-drawer/themes/dark/nav-drawer-item.indigo.css.js +1 -1
  240. package/components/nav-drawer/themes/dark/nav-drawer-item.indigo.css.js.map +1 -1
  241. package/components/nav-drawer/themes/dark/nav-drawer.indigo.css.js +1 -1
  242. package/components/nav-drawer/themes/dark/nav-drawer.indigo.css.js.map +1 -1
  243. package/components/nav-drawer/themes/light/fluent/nav-drawer-header-item.fluent.css.js +12 -1
  244. package/components/nav-drawer/themes/light/fluent/nav-drawer-header-item.fluent.css.js.map +1 -1
  245. package/components/nav-drawer/themes/light/fluent/nav-drawer-item.fluent.css.js +16 -1
  246. package/components/nav-drawer/themes/light/fluent/nav-drawer-item.fluent.css.js.map +1 -1
  247. package/components/nav-drawer/themes/light/indigo/nav-drawer-header-item.indigo.css.js +4 -1
  248. package/components/nav-drawer/themes/light/indigo/nav-drawer-header-item.indigo.css.js.map +1 -1
  249. package/components/nav-drawer/themes/light/indigo/nav-drawer-item.indigo.css.js +21 -1
  250. package/components/nav-drawer/themes/light/indigo/nav-drawer-item.indigo.css.js.map +1 -1
  251. package/components/nav-drawer/themes/light/indigo/nav-drawer.indigo.css.js +12 -1
  252. package/components/nav-drawer/themes/light/indigo/nav-drawer.indigo.css.js.map +1 -1
  253. package/components/nav-drawer/themes/light/nav-drawer-header-item.base.css.js +42 -1
  254. package/components/nav-drawer/themes/light/nav-drawer-header-item.base.css.js.map +1 -1
  255. package/components/nav-drawer/themes/light/nav-drawer-item.base.css.js +115 -1
  256. package/components/nav-drawer/themes/light/nav-drawer-item.base.css.js.map +1 -1
  257. package/components/nav-drawer/themes/light/nav-drawer.base.css.js +155 -1
  258. package/components/nav-drawer/themes/light/nav-drawer.base.css.js.map +1 -1
  259. package/components/navbar/themes/light/navbar.base.css.js +135 -1
  260. package/components/navbar/themes/light/navbar.base.css.js.map +1 -1
  261. package/components/navbar/themes/light/navbar.bootstrap.css.js +33 -1
  262. package/components/navbar/themes/light/navbar.bootstrap.css.js.map +1 -1
  263. package/components/navbar/themes/light/navbar.fluent.css.js +14 -1
  264. package/components/navbar/themes/light/navbar.fluent.css.js.map +1 -1
  265. package/components/navbar/themes/light/navbar.indigo.css.js +5 -1
  266. package/components/navbar/themes/light/navbar.indigo.css.js.map +1 -1
  267. package/components/progress/linear-progress.js +1 -0
  268. package/components/progress/linear-progress.js.map +1 -1
  269. package/components/progress/themes/circular/circular.progress.base.css.js +456 -1
  270. package/components/progress/themes/circular/circular.progress.base.css.js.map +1 -1
  271. package/components/progress/themes/circular/circular.progress.bootstrap.css.js +20 -1
  272. package/components/progress/themes/circular/circular.progress.bootstrap.css.js.map +1 -1
  273. package/components/progress/themes/circular/circular.progress.fluent.css.js +8 -1
  274. package/components/progress/themes/circular/circular.progress.fluent.css.js.map +1 -1
  275. package/components/progress/themes/linear/linear.progress.base.css.js +578 -1
  276. package/components/progress/themes/linear/linear.progress.base.css.js.map +1 -1
  277. package/components/progress/themes/linear/linear.progress.bootstrap.css.js +400 -1
  278. package/components/progress/themes/linear/linear.progress.bootstrap.css.js.map +1 -1
  279. package/components/progress/themes/linear/linear.progress.fluent.css.js +71 -1
  280. package/components/progress/themes/linear/linear.progress.fluent.css.js.map +1 -1
  281. package/components/progress/themes/linear/linear.progress.indigo.css.js +33 -1
  282. package/components/progress/themes/linear/linear.progress.indigo.css.js.map +1 -1
  283. package/components/radio/themes/dark/radio.fluent.css.js +1 -1
  284. package/components/radio/themes/dark/radio.fluent.css.js.map +1 -1
  285. package/components/radio/themes/dark/radio.indigo.css.js +1 -1
  286. package/components/radio/themes/dark/radio.indigo.css.js.map +1 -1
  287. package/components/radio/themes/light/radio.base.css.js +174 -1
  288. package/components/radio/themes/light/radio.base.css.js.map +1 -1
  289. package/components/radio/themes/light/radio.bootstrap.css.js +73 -1
  290. package/components/radio/themes/light/radio.bootstrap.css.js.map +1 -1
  291. package/components/radio/themes/light/radio.fluent.css.js +108 -1
  292. package/components/radio/themes/light/radio.fluent.css.js.map +1 -1
  293. package/components/radio/themes/light/radio.indigo.css.js +87 -1
  294. package/components/radio/themes/light/radio.indigo.css.js.map +1 -1
  295. package/components/radio/themes/light/radio.material.css.js +15 -1
  296. package/components/radio/themes/light/radio.material.css.js.map +1 -1
  297. package/components/radio-group/radio-group.base.css.js +54 -1
  298. package/components/radio-group/radio-group.base.css.js.map +1 -1
  299. package/components/radio-group/radio-group.d.ts +0 -1
  300. package/components/radio-group/radio-group.js +7 -6
  301. package/components/radio-group/radio-group.js.map +1 -1
  302. package/components/rating/rating-symbol.base.css.js +99 -1
  303. package/components/rating/rating-symbol.base.css.js.map +1 -1
  304. package/components/rating/rating.base.css.js +139 -1
  305. package/components/rating/rating.base.css.js.map +1 -1
  306. package/components/rating/rating.bootstrap.css.js +30 -1
  307. package/components/rating/rating.bootstrap.css.js.map +1 -1
  308. package/components/rating/rating.d.ts +21 -9
  309. package/components/rating/rating.fluent.css.js +42 -1
  310. package/components/rating/rating.fluent.css.js.map +1 -1
  311. package/components/rating/rating.indigo.css.js +34 -1
  312. package/components/rating/rating.indigo.css.js.map +1 -1
  313. package/components/rating/rating.js +50 -33
  314. package/components/rating/rating.js.map +1 -1
  315. package/components/ripple/ripple.js +1 -1
  316. package/components/ripple/ripple.js.map +1 -1
  317. package/components/ripple/ripple.material.css.js +36 -1
  318. package/components/ripple/ripple.material.css.js.map +1 -1
  319. package/components/select/select-group.d.ts +31 -0
  320. package/components/select/select-group.js +69 -0
  321. package/components/select/select-group.js.map +1 -0
  322. package/components/select/select-header.d.ts +15 -0
  323. package/components/select/select-header.js +5 -0
  324. package/components/select/select-header.js.map +1 -0
  325. package/components/select/select-item.d.ts +30 -0
  326. package/components/select/select-item.js +39 -0
  327. package/components/select/select-item.js.map +1 -0
  328. package/components/select/select.d.ts +110 -0
  329. package/components/select/select.js +337 -0
  330. package/components/select/select.js.map +1 -0
  331. package/components/select/themes/dark/select.bootstrap.css.d.ts +1 -0
  332. package/components/select/themes/dark/select.bootstrap.css.js +3 -0
  333. package/components/select/themes/dark/select.bootstrap.css.js.map +1 -0
  334. package/components/select/themes/dark/select.fluent.css.d.ts +1 -0
  335. package/components/select/themes/dark/select.fluent.css.js +3 -0
  336. package/components/select/themes/dark/select.fluent.css.js.map +1 -0
  337. package/components/select/themes/dark/select.indigo.css.d.ts +1 -0
  338. package/components/select/themes/dark/select.indigo.css.js +3 -0
  339. package/components/select/themes/dark/select.indigo.css.js.map +1 -0
  340. package/components/select/themes/dark/select.material.css.d.ts +1 -0
  341. package/components/select/themes/dark/select.material.css.js +3 -0
  342. package/components/select/themes/dark/select.material.css.js.map +1 -0
  343. package/components/select/themes/light/select.base.css.d.ts +1 -0
  344. package/components/select/themes/light/select.base.css.js +112 -0
  345. package/components/select/themes/light/select.base.css.js.map +1 -0
  346. package/components/select/themes/light/select.bootstrap.css.d.ts +1 -0
  347. package/components/select/themes/light/select.bootstrap.css.js +69 -0
  348. package/components/select/themes/light/select.bootstrap.css.js.map +1 -0
  349. package/components/select/themes/light/select.fluent.css.d.ts +1 -0
  350. package/components/select/themes/light/select.fluent.css.js +28 -0
  351. package/components/select/themes/light/select.fluent.css.js.map +1 -0
  352. package/components/select/themes/light/select.indigo.css.d.ts +1 -0
  353. package/components/select/themes/light/select.indigo.css.js +23 -0
  354. package/components/select/themes/light/select.indigo.css.js.map +1 -0
  355. package/components/select/themes/light/select.material.css.d.ts +1 -0
  356. package/components/select/themes/light/select.material.css.js +63 -0
  357. package/components/select/themes/light/select.material.css.js.map +1 -0
  358. package/components/slider/slider-base.d.ts +0 -1
  359. package/components/slider/slider-base.js +8 -8
  360. package/components/slider/slider-base.js.map +1 -1
  361. package/components/slider/themes/dark/slider.bootstrap.css.js +1 -1
  362. package/components/slider/themes/dark/slider.bootstrap.css.js.map +1 -1
  363. package/components/slider/themes/dark/slider.fluent.css.js +1 -1
  364. package/components/slider/themes/dark/slider.fluent.css.js.map +1 -1
  365. package/components/slider/themes/dark/slider.indigo.css.js +1 -1
  366. package/components/slider/themes/dark/slider.indigo.css.js.map +1 -1
  367. package/components/slider/themes/light/slider.base.css.js +298 -1
  368. package/components/slider/themes/light/slider.base.css.js.map +1 -1
  369. package/components/slider/themes/light/slider.bootstrap.css.js +27 -1
  370. package/components/slider/themes/light/slider.bootstrap.css.js.map +1 -1
  371. package/components/slider/themes/light/slider.fluent.css.js +46 -1
  372. package/components/slider/themes/light/slider.fluent.css.js.map +1 -1
  373. package/components/slider/themes/light/slider.indigo.css.js +49 -1
  374. package/components/slider/themes/light/slider.indigo.css.js.map +1 -1
  375. package/components/slider/themes/light/slider.material.css.js +63 -1
  376. package/components/slider/themes/light/slider.material.css.js.map +1 -1
  377. package/components/snackbar/themes/dark/snackbar.indigo.css.js +1 -1
  378. package/components/snackbar/themes/dark/snackbar.indigo.css.js.map +1 -1
  379. package/components/snackbar/themes/light/snackbar.base.css.js +103 -1
  380. package/components/snackbar/themes/light/snackbar.base.css.js.map +1 -1
  381. package/components/snackbar/themes/light/snackbar.bootstrap.css.js +11 -1
  382. package/components/snackbar/themes/light/snackbar.bootstrap.css.js.map +1 -1
  383. package/components/snackbar/themes/light/snackbar.fluent.css.js +25 -1
  384. package/components/snackbar/themes/light/snackbar.fluent.css.js.map +1 -1
  385. package/components/snackbar/themes/light/snackbar.indigo.css.js +11 -1
  386. package/components/snackbar/themes/light/snackbar.indigo.css.js.map +1 -1
  387. package/components/tabs/tabs.d.ts +0 -1
  388. package/components/tabs/tabs.js +7 -9
  389. package/components/tabs/tabs.js.map +1 -1
  390. package/components/tabs/themes/dark/tab.dark.base.css.js +1 -1
  391. package/components/tabs/themes/dark/tab.dark.base.css.js.map +1 -1
  392. package/components/tabs/themes/dark/tab.dark.bootstrap.css.js +1 -1
  393. package/components/tabs/themes/dark/tab.dark.bootstrap.css.js.map +1 -1
  394. package/components/tabs/themes/light/tab-panel.base.css.js +34 -1
  395. package/components/tabs/themes/light/tab-panel.base.css.js.map +1 -1
  396. package/components/tabs/themes/light/tab.base.css.js +134 -1
  397. package/components/tabs/themes/light/tab.base.css.js.map +1 -1
  398. package/components/tabs/themes/light/tab.bootstrap.css.js +66 -1
  399. package/components/tabs/themes/light/tab.bootstrap.css.js.map +1 -1
  400. package/components/tabs/themes/light/tab.fluent.css.js +19 -1
  401. package/components/tabs/themes/light/tab.fluent.css.js.map +1 -1
  402. package/components/tabs/themes/light/tab.indigo.css.js +22 -1
  403. package/components/tabs/themes/light/tab.indigo.css.js.map +1 -1
  404. package/components/tabs/themes/light/tabs.base.css.js +161 -1
  405. package/components/tabs/themes/light/tabs.base.css.js.map +1 -1
  406. package/components/tabs/themes/light/tabs.bootstrap.css.js +30 -1
  407. package/components/tabs/themes/light/tabs.bootstrap.css.js.map +1 -1
  408. package/components/tabs/themes/light/tabs.fluent.css.js +12 -1
  409. package/components/tabs/themes/light/tabs.fluent.css.js.map +1 -1
  410. package/components/tabs/themes/light/tabs.indigo.css.js +18 -1
  411. package/components/tabs/themes/light/tabs.indigo.css.js.map +1 -1
  412. package/components/toast/themes/toast.base.css.js +35 -1
  413. package/components/toast/themes/toast.base.css.js.map +1 -1
  414. package/components/toast/themes/toast.bootstrap.css.js +10 -1
  415. package/components/toast/themes/toast.bootstrap.css.js.map +1 -1
  416. package/components/toast/themes/toast.fluent.css.js +7 -1
  417. package/components/toast/themes/toast.fluent.css.js.map +1 -1
  418. package/components/toast/themes/toast.indigo.css.js +7 -1
  419. package/components/toast/themes/toast.indigo.css.js.map +1 -1
  420. package/components/toast/toast.d.ts +1 -0
  421. package/components/toast/toast.js +9 -0
  422. package/components/toast/toast.js.map +1 -1
  423. package/components/toggle/toggle.controller.d.ts +7 -2
  424. package/components/toggle/toggle.controller.js +21 -20
  425. package/components/toggle/toggle.controller.js.map +1 -1
  426. package/components/tree/themes/dark/tree-item.bootstrap.css.js +1 -1
  427. package/components/tree/themes/dark/tree-item.bootstrap.css.js.map +1 -1
  428. package/components/tree/themes/dark/tree-item.fluent.css.js +1 -1
  429. package/components/tree/themes/dark/tree-item.fluent.css.js.map +1 -1
  430. package/components/tree/themes/dark/tree-item.indigo.css.js +1 -1
  431. package/components/tree/themes/dark/tree-item.indigo.css.js.map +1 -1
  432. package/components/tree/themes/light/tree-item.base.css.js +191 -1
  433. package/components/tree/themes/light/tree-item.base.css.js.map +1 -1
  434. package/components/tree/themes/light/tree-item.bootstrap.css.js +27 -1
  435. package/components/tree/themes/light/tree-item.bootstrap.css.js.map +1 -1
  436. package/components/tree/themes/light/tree-item.fluent.css.js +27 -1
  437. package/components/tree/themes/light/tree-item.fluent.css.js.map +1 -1
  438. package/components/tree/themes/light/tree-item.indigo.css.js +30 -1
  439. package/components/tree/themes/light/tree-item.indigo.css.js.map +1 -1
  440. package/components/tree/themes/light/tree.base.css.js +32 -1
  441. package/components/tree/themes/light/tree.base.css.js.map +1 -1
  442. package/custom-elements.json +484 -14
  443. package/index.d.ts +4 -0
  444. package/index.js +4 -0
  445. package/index.js.map +1 -1
  446. package/package.json +3 -3
  447. package/themes/dark/bootstrap.css +691 -1
  448. package/themes/dark/fluent.css +736 -1
  449. package/themes/dark/indigo.css +487 -1
  450. package/themes/dark/material.css +661 -1
  451. package/themes/light/bootstrap.css +645 -1
  452. package/themes/light/fluent.css +636 -1
  453. package/themes/light/indigo.css +412 -1
  454. package/themes/light/material.css +636 -1
  455. package/vscode-html-custom-data.json +243 -13
@@ -927,17 +927,17 @@
927
927
  },
928
928
  {
929
929
  "name": "igc-dropdown-group",
930
- "description": "Slots:\n\n * `label` {} - Contains the group's label.\n\n * ` ` {} - Intended to contain the items belonging to this group.\n\nProperties:\n\n * `tagName` {`\"igc-dropdown-group\"`} - \n\n * `styles` - \n\n * `parent` - \n\n * `items` {`IgcDropdownItemComponent[]`} - All child `igc-dropdown-item`s.",
930
+ "description": "Slots:\n\n * `label` {} - Contains the group's label.\n\n * ` ` {} - Intended to contain the items belonging to this group.\n\nProperties:\n\n * `tagName` {`string`} - \n\n * `styles` - \n\n * `parent` - \n\n * `items` {`IgcDropdownItemComponent[]`} - All child `igc-dropdown-item`s.",
931
931
  "attributes": []
932
932
  },
933
933
  {
934
934
  "name": "igc-dropdown-header",
935
- "description": "Slots:\n\n * ` ` {} - Renders the header.\n\nProperties:\n\n * `tagName` {`\"igc-dropdown-header\"`} - \n\n * `styles` - ",
935
+ "description": "Slots:\n\n * ` ` {} - Renders the header.\n\nProperties:\n\n * `tagName` {`string`} - \n\n * `styles` - ",
936
936
  "attributes": []
937
937
  },
938
938
  {
939
939
  "name": "igc-dropdown-item",
940
- "description": "Represents an item in a dropdown list.\n\nSlots:\n\n * `prefix` {} - Renders content before the item's main content.\n\n * ` ` {} - Renders the item's main content.\n\n * `suffix` {} - Renders content after the item's main content.\n\nAttributes:\n\n * `value` {`string`} - Тhe current value of the item.\nIf not specified, the element's text content is used.\n\n * `selected` {`boolean`} - Determines whether the item is selected.\n\n * `active` {`boolean`} - Determines whether the item is active.\n\n * `disabled` {`boolean`} - Determines whether the item is disabled.\n\nProperties:\n\n * `tagName` {`\"igc-dropdown-item\"`} - \n\n * `styles` - \n\n * `_value` {`string`} - \n\n * `value` {`string`} - Тhe current value of the item.\nIf not specified, the element's text content is used.\n\n * `selected` {`boolean`} - Determines whether the item is selected.\n\n * `active` {`boolean`} - Determines whether the item is active.\n\n * `disabled` {`boolean`} - Determines whether the item is disabled.",
940
+ "description": "Represents an item in a dropdown list.\n\nSlots:\n\n * `prefix` {} - Renders content before the item's main content.\n\n * ` ` {} - Renders the item's main content.\n\n * `suffix` {} - Renders content after the item's main content.\n\nAttributes:\n\n * `value` {`string`} - Тhe current value of the item.\nIf not specified, the element's text content is used.\n\n * `selected` {`boolean`} - Determines whether the item is selected.\n\n * `active` {`boolean`} - Determines whether the item is active.\n\n * `disabled` {`boolean`} - Determines whether the item is disabled.\n\nProperties:\n\n * `tagName` {`string`} - \n\n * `styles` - \n\n * `_value` {`string`} - \n\n * `value` {`string`} - Тhe current value of the item.\nIf not specified, the element's text content is used.\n\n * `selected` {`boolean`} - Determines whether the item is selected.\n\n * `active` {`boolean`} - Determines whether the item is active.\n\n * `disabled` {`boolean`} - Determines whether the item is disabled.",
941
941
  "attributes": [
942
942
  {
943
943
  "name": "value",
@@ -962,7 +962,7 @@
962
962
  },
963
963
  {
964
964
  "name": "igc-dropdown",
965
- "description": "Represents a DropDown component.\n\nEvents:\n\n * `igcChange` {} - Emitted when the selected item changes.\n\n * `igcOpening` {} - Emitted just before the dropdown is open.\n\n * `igcOpened` {} - Emitted after the dropdown is open.\n\n * `igcClosing` {} - Emitter just before the dropdown is closed.\n\n * `igcClosed` {} - Emitted after closing the dropdown.\n\nSlots:\n\n * `target` {} - Renders the dropdown's target element.\n\n * ` ` {} - Renders the dropdown list items.\n\nAttributes:\n\n * `keep-open-on-select` {`boolean`} - Whether the dropdown should be kept open on selection.\n\n * `scroll-strategy` {`\"scroll\" | \"block\" | \"close\"`} - Determines the behavior of the component during scrolling the container.\n\n * `keep-open-on-outside-click` {`boolean`} - Whether the component should be kept open on clicking outside of it.\n\n * `open` {`boolean`} - Sets the open state of the component.\n\n * `placement` {\"top\" | \"top-start\" | \"top-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"right\" | \"right-start\" | \"right-end\" | \"left\" | \"left-start\" | \"left-end\"} - The preferred placement of the component around the target element.\n\n * `position-strategy` {`\"absolute\" | \"fixed\"`} - Sets the component's positioning strategy.\n\n * `flip` {`boolean`} - Whether the component should be flipped to the opposite side of the target once it's about to overflow the visible area.\nWhen true, once enough space is detected on its preferred side, it will flip back.\n\n * `distance` {`number`} - The distance from the target element.\n\n * `same-width` {`boolean`} - Whether the dropdown's width should be the same as the target's one.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-dropdown\"`} - \n\n * `styles` - \n\n * `selectedItem` - \n\n * `activeItem` - \n\n * `target` {`HTMLElement`} - \n\n * `keyDownHandlers` {`Map<string, Function>`} - \n\n * `allItems` {`IgcDropdownItemComponent[]`} - \n\n * `targetNodes` {`HTMLElement[]`} - \n\n * `content` {`HTMLElement`} - \n\n * `scrollContainer` {`HTMLElement`} - \n\n * `items` {`IgcDropdownItemComponent[]`} - \n\n * `groups` {`IgcDropdownGroupComponent[]`} - \n\n * `keepOpenOnSelect` {`boolean`} - Whether the dropdown should be kept open on selection.\n\n * `handleKeyDown` - \n\n * `handleTargetClick` - \n\n * `toggleController` - \n\n * `scrollStrategy` {`\"scroll\" | \"block\" | \"close\"`} - Determines the behavior of the component during scrolling the container.\n\n * `keepOpenOnOutsideClick` {`boolean`} - Whether the component should be kept open on clicking outside of it.\n\n * `open` {`boolean`} - Sets the open state of the component.\n\n * `placement` {\"top\" | \"top-start\" | \"top-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"right\" | \"right-start\" | \"right-end\" | \"left\" | \"left-start\" | \"left-end\"} - The preferred placement of the component around the target element.\n\n * `positionStrategy` {`\"absolute\" | \"fixed\"`} - Sets the component's positioning strategy.\n\n * `flip` {`boolean`} - Whether the component should be flipped to the opposite side of the target once it's about to overflow the visible area.\nWhen true, once enough space is detected on its preferred side, it will flip back.\n\n * `distance` {`number`} - The distance from the target element.\n\n * `sameWidth` {`boolean`} - Whether the dropdown's width should be the same as the target's one.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.",
965
+ "description": "Represents a DropDown component.\n\nEvents:\n\n * `igcChange` {} - Emitted when the selected item changes.\n\n * `igcOpening` {} - Emitted just before the dropdown is open.\n\n * `igcOpened` {} - Emitted after the dropdown is open.\n\n * `igcClosing` {} - Emitter just before the dropdown is closed.\n\n * `igcClosed` {} - Emitted after closing the dropdown.\n\nSlots:\n\n * `target` {} - Renders the dropdown's target element.\n\n * ` ` {} - Renders the dropdown list items.\n\nAttributes:\n\n * `keep-open-on-select` {`boolean`} - Whether the dropdown should be kept open on selection.\n\n * `scroll-strategy` {`\"scroll\" | \"block\" | \"close\"`} - Determines the behavior of the component during scrolling the container.\n\n * `keep-open-on-outside-click` {`boolean`} - Whether the component should be kept open on clicking outside of it.\n\n * `open` {`boolean`} - Sets the open state of the component.\n\n * `placement` {\"top\" | \"top-start\" | \"top-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"right\" | \"right-start\" | \"right-end\" | \"left\" | \"left-start\" | \"left-end\"} - The preferred placement of the component around the target element.\n\n * `position-strategy` {`\"absolute\" | \"fixed\"`} - Sets the component's positioning strategy.\n\n * `flip` {`boolean`} - Whether the component should be flipped to the opposite side of the target once it's about to overflow the visible area.\nWhen true, once enough space is detected on its preferred side, it will flip back.\n\n * `distance` {`number`} - The distance from the target element.\n\n * `same-width` {`boolean`} - Whether the dropdown's width should be the same as the target's one.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`string`} - \n\n * `styles` - \n\n * `selectedItem` - \n\n * `activeItem` - \n\n * `target` {`HTMLElement`} - \n\n * `keyDownHandlers` {`Map<string, Function>`} - \n\n * `allItems` {`IgcDropdownItemComponent[]`} - \n\n * `targetNodes` {`HTMLElement[]`} - \n\n * `content` {`HTMLElement`} - \n\n * `scrollContainer` {`HTMLElement`} - \n\n * `items` {`IgcDropdownItemComponent[]`} - \n\n * `groups` {`IgcDropdownGroupComponent[]`} - \n\n * `keepOpenOnSelect` {`boolean`} - Whether the dropdown should be kept open on selection.\n\n * `handleKeyDown` - \n\n * `handleTargetClick` - \n\n * `toggleController` - \n\n * `scrollStrategy` {`\"scroll\" | \"block\" | \"close\"`} - Determines the behavior of the component during scrolling the container.\n\n * `keepOpenOnOutsideClick` {`boolean`} - Whether the component should be kept open on clicking outside of it.\n\n * `open` {`boolean`} - Sets the open state of the component.\n\n * `placement` {\"top\" | \"top-start\" | \"top-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"right\" | \"right-start\" | \"right-end\" | \"left\" | \"left-start\" | \"left-end\"} - The preferred placement of the component around the target element.\n\n * `positionStrategy` {`\"absolute\" | \"fixed\"`} - Sets the component's positioning strategy.\n\n * `flip` {`boolean`} - Whether the component should be flipped to the opposite side of the target once it's about to overflow the visible area.\nWhen true, once enough space is detected on its preferred side, it will flip back.\n\n * `distance` {`number`} - The distance from the target element.\n\n * `sameWidth` {`boolean`} - Whether the dropdown's width should be the same as the target's one.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.",
966
966
  "attributes": [
967
967
  {
968
968
  "name": "keep-open-on-select",
@@ -1190,7 +1190,7 @@
1190
1190
  },
1191
1191
  {
1192
1192
  "name": "igc-input",
1193
- "description": "Events:\n\n * `igcInput` {} - Emitted when the control input receives user input.\n\n * `igcChange` {} - Emitted when the control's checked state changes.\n\n * `igcFocus` {} - Emitted when the control gains focus.\n\n * `igcBlur` {} - Emitted when the control loses focus.\n\nSlots:\n\n * `prefix` {} - Renders content before the input.\n\n * `suffix` {} - Renders content after input.\n\n * `helper-text` {} - Renders content below the input.\n\nAttributes:\n\n * `type` {`\"number\" | \"email\" | \"password\" | \"search\" | \"tel\" | \"text\" | \"url\"`} - The type attribute of the control.\n\n * `inputmode` {`\"numeric\" | \"none\" | \"email\" | \"search\" | \"tel\" | \"url\" | \"txt\" | \"decimal\"`} - The input mode attribute of the control.\n\n * `pattern` {`string`} - The pattern attribute of the control.\n\n * `invalid` {`boolean`} - Controls the validity of the control.\n\n * `minlength` {`number`} - The minlength attribute of the control.\n\n * `maxlength` {`number`} - The maxlength attribute of the control.\n\n * `min` {`string | number`} - The min attribute of the control.\n\n * `max` {`string | number`} - The max attribute of the control.\n\n * `step` {`number`} - The step attribute of the control.\n\n * `autofocus` {`boolean`} - The autofocus attribute of the control.\n\n * `autocomplete` {`string`} - The autocomplete attribute of the control.\n\n * `value` {`string`} - The value attribute of the control.\n\n * `dir` {`Direction`} - The direction attribute of the control.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `outlined` {`boolean`} - \n\n * `required` {`boolean`} - Makes the control a required field.\n\n * `disabled` {`boolean`} - Makes the control a disabled field.\n\n * `readonly` {`boolean`} - Makes the control a readonly field.\n\n * `placeholder` {`string`} - The placeholder attribute of the control.\n\n * `label` {`string`} - The label for the control.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-input\"`} - \n\n * `type` {`\"number\" | \"email\" | \"password\" | \"search\" | \"tel\" | \"text\" | \"url\"`} - The type attribute of the control.\n\n * `inputmode` {`\"numeric\" | \"none\" | \"email\" | \"search\" | \"tel\" | \"url\" | \"txt\" | \"decimal\"`} - The input mode attribute of the control.\n\n * `pattern` {`string`} - The pattern attribute of the control.\n\n * `invalid` {`boolean`} - Controls the validity of the control.\n\n * `minlength` {`number`} - The minlength attribute of the control.\n\n * `maxlength` {`number`} - The maxlength attribute of the control.\n\n * `min` {`string | number`} - The min attribute of the control.\n\n * `max` {`string | number`} - The max attribute of the control.\n\n * `step` {`number`} - The step attribute of the control.\n\n * `autofocus` {`boolean`} - The autofocus attribute of the control.\n\n * `autocomplete` {`string`} - The autocomplete attribute of the control.\n\n * `shadowRootOptions` {`{ delegatesFocus: boolean; mode: ShadowRootMode; slotAssignment?: SlotAssignmentMode | undefined; customElements?: CustomElementRegistry | undefined; }`} - \n\n * `styles` - \n\n * `increment` - \n\n * `inputId` {`string`} - \n\n * `value` {`string`} - The value attribute of the control.\n\n * `input` {`HTMLInputElement`} - \n\n * `prefixes` {`HTMLElement[]`} - \n\n * `suffixes` {`HTMLElement[]`} - \n\n * `helperText` {`HTMLElement[]`} - \n\n * `themeController` {`ThemeController`} - \n\n * `dir` {`Direction`} - The direction attribute of the control.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `outlined` {`boolean`} - \n\n * `required` {`boolean`} - Makes the control a required field.\n\n * `disabled` {`boolean`} - Makes the control a disabled field.\n\n * `readonly` {`boolean`} - Makes the control a readonly field.\n\n * `placeholder` {`string`} - The placeholder attribute of the control.\n\n * `label` {`string`} - The label for the control.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.",
1193
+ "description": "Events:\n\n * `igcInput` {} - Emitted when the control input receives user input.\n\n * `igcChange` {} - Emitted when the control's checked state changes.\n\n * `igcFocus` {} - Emitted when the control gains focus.\n\n * `igcBlur` {} - Emitted when the control loses focus.\n\nSlots:\n\n * `prefix` {} - Renders content before the input.\n\n * `suffix` {} - Renders content after input.\n\n * `helper-text` {} - Renders content below the input.\n\nAttributes:\n\n * `type` {`\"number\" | \"email\" | \"password\" | \"search\" | \"tel\" | \"text\" | \"url\"`} - The type attribute of the control.\n\n * `inputmode` {`\"numeric\" | \"none\" | \"email\" | \"search\" | \"tel\" | \"url\" | \"txt\" | \"decimal\"`} - The input mode attribute of the control.\n\n * `pattern` {`string`} - The pattern attribute of the control.\n\n * `invalid` {`boolean`} - Controls the validity of the control.\n\n * `minlength` {`number`} - The minlength attribute of the control.\n\n * `maxlength` {`number`} - The maxlength attribute of the control.\n\n * `min` {`string | number`} - The min attribute of the control.\n\n * `max` {`string | number`} - The max attribute of the control.\n\n * `step` {`number`} - The step attribute of the control.\n\n * `autofocus` {`boolean`} - The autofocus attribute of the control.\n\n * `autocomplete` {`string`} - The autocomplete attribute of the control.\n\n * `tabIndex` {`number`} - \n\n * `value` {`string`} - The value attribute of the control.\n\n * `dir` {`Direction`} - The direction attribute of the control.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `outlined` {`boolean`} - \n\n * `required` {`boolean`} - Makes the control a required field.\n\n * `disabled` {`boolean`} - Makes the control a disabled field.\n\n * `readonly` {`boolean`} - Makes the control a readonly field.\n\n * `placeholder` {`string`} - The placeholder attribute of the control.\n\n * `label` {`string`} - The label for the control.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-input\"`} - \n\n * `type` {`\"number\" | \"email\" | \"password\" | \"search\" | \"tel\" | \"text\" | \"url\"`} - The type attribute of the control.\n\n * `inputmode` {`\"numeric\" | \"none\" | \"email\" | \"search\" | \"tel\" | \"url\" | \"txt\" | \"decimal\"`} - The input mode attribute of the control.\n\n * `pattern` {`string`} - The pattern attribute of the control.\n\n * `invalid` {`boolean`} - Controls the validity of the control.\n\n * `minlength` {`number`} - The minlength attribute of the control.\n\n * `maxlength` {`number`} - The maxlength attribute of the control.\n\n * `min` {`string | number`} - The min attribute of the control.\n\n * `max` {`string | number`} - The max attribute of the control.\n\n * `step` {`number`} - The step attribute of the control.\n\n * `autofocus` {`boolean`} - The autofocus attribute of the control.\n\n * `autocomplete` {`string`} - The autocomplete attribute of the control.\n\n * `tabIndex` {`number`} - \n\n * `shadowRootOptions` {`{ delegatesFocus: boolean; mode: ShadowRootMode; slotAssignment?: SlotAssignmentMode | undefined; customElements?: CustomElementRegistry | undefined; }`} - \n\n * `styles` - \n\n * `increment` - \n\n * `inputId` {`string`} - \n\n * `value` {`string`} - The value attribute of the control.\n\n * `input` {`HTMLInputElement`} - \n\n * `prefixes` {`HTMLElement[]`} - \n\n * `suffixes` {`HTMLElement[]`} - \n\n * `helperText` {`HTMLElement[]`} - \n\n * `themeController` {`ThemeController`} - \n\n * `dir` {`Direction`} - The direction attribute of the control.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `outlined` {`boolean`} - \n\n * `required` {`boolean`} - Makes the control a required field.\n\n * `disabled` {`boolean`} - Makes the control a disabled field.\n\n * `readonly` {`boolean`} - Makes the control a readonly field.\n\n * `placeholder` {`string`} - The placeholder attribute of the control.\n\n * `label` {`string`} - The label for the control.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.",
1194
1194
  "attributes": [
1195
1195
  {
1196
1196
  "name": "type",
@@ -1289,6 +1289,10 @@
1289
1289
  "name": "autocomplete",
1290
1290
  "description": "`autocomplete` {`string`} - The autocomplete attribute of the control.\n\nProperty: autocomplete"
1291
1291
  },
1292
+ {
1293
+ "name": "tabIndex",
1294
+ "description": "`tabIndex` {`number`} - \n\nProperty: tabIndex\n\nDefault: 0"
1295
+ },
1292
1296
  {
1293
1297
  "name": "value",
1294
1298
  "description": "`value` {`string`} - The value attribute of the control.\n\nProperty: value\n\nDefault: "
@@ -1708,7 +1712,7 @@
1708
1712
  },
1709
1713
  {
1710
1714
  "name": "igc-radio-group",
1711
- "description": "Attributes:\n\n * `alignment` {`\"vertical\" | \"horizontal\"`} - \n\nProperties:\n\n * `tagName` {`\"igc-radio-group\"`} - \n\n * `styles` - \n\n * `radios` {`IgcRadioComponent[]`} - \n\n * `isLTR` {`boolean`} - \n\n * `alignment` {`\"vertical\" | \"horizontal\"`} - \n\n * `handleKeydown` - ",
1715
+ "description": "Attributes:\n\n * `alignment` {`\"vertical\" | \"horizontal\"`} - \n\nProperties:\n\n * `tagName` {`\"igc-radio-group\"`} - \n\n * `styles` - \n\n * `radios` {`IgcRadioComponent[]`} - \n\n * `alignment` {`\"vertical\" | \"horizontal\"`} - \n\n * `handleKeydown` - ",
1712
1716
  "attributes": [
1713
1717
  {
1714
1718
  "name": "alignment",
@@ -1793,15 +1797,15 @@
1793
1797
  },
1794
1798
  {
1795
1799
  "name": "igc-rating",
1796
- "description": "Rating provides insight regarding others' opinions and experiences,\nand can allow the user to submit a rating of their own\n\nEvents:\n\n * `igcChange` {} - Emitted when the value of the control changes.\n\n * `igcHover` {} - Emitted when hover is enabled and the user mouses over a symbol of the rating.\n\nAttributes:\n\n * `max` {`number`} - The maximum value for the rating\n\n * `step` {`number`} - The minimum value change allowed.\n\n * `name` {`string`} - The name attribute of the control\n\n * `label` {`string`} - The label of the control.\n\n * `value-format` {`string`} - A format string which sets aria-valuetext. All instances of '{0}' will be replaced\nwith the current value of the control.\nImportant for screen-readers and useful for localization.\n\n * `value` {`number`} - The current value of the component\n\n * `disabled` {`boolean`} - Sets the disabled state of the component\n\n * `hover-preview` {`boolean`} - Sets hover preview behavior for the component\n\n * `readonly` {`boolean`} - Sets the readonly state of the component\n\n * `single` {`boolean`} - Toggles single selection visual mode.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-rating\"`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `container` {`HTMLElement`} - \n\n * `valueLabel` {`Node[]`} - \n\n * `ratingSymbols` {`IgcRatingSymbolComponent[]`} - \n\n * `hoverValue` {`number`} - \n\n * `hoverState` {`boolean`} - \n\n * `isInteractive` {`boolean`} - \n\n * `hasProjectedSymbols` {`boolean`} - \n\n * `isLTR` {`boolean`} - \n\n * `valueText` {`string | number`} - \n\n * `max` {`number`} - The maximum value for the rating\n\n * `step` {`number`} - The minimum value change allowed.\n\n * `name` {`string`} - The name attribute of the control\n\n * `label` {`string`} - The label of the control.\n\n * `valueFormat` {`string`} - A format string which sets aria-valuetext. All instances of '{0}' will be replaced\nwith the current value of the control.\nImportant for screen-readers and useful for localization.\n\n * `value` {`number`} - The current value of the component\n\n * `disabled` {`boolean`} - Sets the disabled state of the component\n\n * `hoverPreview` {`boolean`} - Sets hover preview behavior for the component\n\n * `readonly` {`boolean`} - Sets the readonly state of the component\n\n * `single` {`boolean`} - Toggles single selection visual mode.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.",
1800
+ "description": "Rating provides insight regarding others' opinions and experiences,\nand can allow the user to submit a rating of their own\n\nEvents:\n\n * `igcChange` {} - Emitted when the value of the control changes.\n\n * `igcHover` {} - Emitted when hover is enabled and the user mouses over a symbol of the rating.\n\nAttributes:\n\n * `max` {`number`} - The maximum value for the rating.\n\nIf there are projected symbols, the maximum value will be resolved\nbased on the number of symbols.\n\n * `step` {`number`} - The minimum value change allowed.\n\nValid values are in the interval between 0 and 1 inclusive.\n\n * `name` {`string`} - The name attribute of the control\n\n * `label` {`string`} - The label of the control.\n\n * `value-format` {`string`} - A format string which sets aria-valuetext. Instances of '{0}' will be replaced\nwith the current value of the control and instances of '{1}' with the maximum value for the control.\n\nImportant for screen-readers and useful for localization.\n\n * `value` {`number`} - The current value of the component\n\n * `disabled` {`boolean`} - Sets the disabled state of the component\n\n * `hover-preview` {`boolean`} - Sets hover preview behavior for the component\n\n * `readonly` {`boolean`} - Sets the readonly state of the component\n\n * `single` {`boolean`} - Toggles single selection visual mode.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-rating\"`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `ratingSymbols` {`IgcRatingSymbolComponent[]`} - \n\n * `container` {`HTMLElement`} - \n\n * `valueLabel` {`Node[]`} - \n\n * `hoverValue` {`number`} - \n\n * `hoverState` {`boolean`} - \n\n * `isInteractive` {`boolean`} - \n\n * `hasProjectedSymbols` {`boolean`} - \n\n * `valueText` {`string`} - \n\n * `max` {`number`} - The maximum value for the rating.\n\nIf there are projected symbols, the maximum value will be resolved\nbased on the number of symbols.\n\n * `step` {`number`} - The minimum value change allowed.\n\nValid values are in the interval between 0 and 1 inclusive.\n\n * `name` {`string`} - The name attribute of the control\n\n * `label` {`string`} - The label of the control.\n\n * `valueFormat` {`string`} - A format string which sets aria-valuetext. Instances of '{0}' will be replaced\nwith the current value of the control and instances of '{1}' with the maximum value for the control.\n\nImportant for screen-readers and useful for localization.\n\n * `value` {`number`} - The current value of the component\n\n * `disabled` {`boolean`} - Sets the disabled state of the component\n\n * `hoverPreview` {`boolean`} - Sets hover preview behavior for the component\n\n * `readonly` {`boolean`} - Sets the readonly state of the component\n\n * `single` {`boolean`} - Toggles single selection visual mode.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.",
1797
1801
  "attributes": [
1798
1802
  {
1799
1803
  "name": "max",
1800
- "description": "`max` {`number`} - The maximum value for the rating\n\nProperty: max\n\nDefault: 5"
1804
+ "description": "`max` {`number`} - The maximum value for the rating.\n\nIf there are projected symbols, the maximum value will be resolved\nbased on the number of symbols.\n\nProperty: max\n\nDefault: 5"
1801
1805
  },
1802
1806
  {
1803
1807
  "name": "step",
1804
- "description": "`step` {`number`} - The minimum value change allowed.\n\nProperty: step\n\nDefault: 1"
1808
+ "description": "`step` {`number`} - The minimum value change allowed.\n\nValid values are in the interval between 0 and 1 inclusive.\n\nProperty: step\n\nDefault: 1"
1805
1809
  },
1806
1810
  {
1807
1811
  "name": "name",
@@ -1813,7 +1817,7 @@
1813
1817
  },
1814
1818
  {
1815
1819
  "name": "value-format",
1816
- "description": "`value-format` {`string`} - A format string which sets aria-valuetext. All instances of '{0}' will be replaced\nwith the current value of the control.\nImportant for screen-readers and useful for localization.\n\nProperty: valueFormat"
1820
+ "description": "`value-format` {`string`} - A format string which sets aria-valuetext. Instances of '{0}' will be replaced\nwith the current value of the control and instances of '{1}' with the maximum value for the control.\n\nImportant for screen-readers and useful for localization.\n\nProperty: valueFormat"
1817
1821
  },
1818
1822
  {
1819
1823
  "name": "value",
@@ -1869,9 +1873,235 @@
1869
1873
  "description": "A ripple can be applied to an element to represent\ninteractive surface.\n\nProperties:\n\n * `tagName` {`\"igc-ripple\"`} - \n\n * `styles` - \n\n * `handler` - ",
1870
1874
  "attributes": []
1871
1875
  },
1876
+ {
1877
+ "name": "igc-select-group",
1878
+ "description": "Slots:\n\n * `label` {} - Contains the group's label.\n\n * ` ` {} - Intended to contain the items belonging to this group.\n\nAttributes:\n\n * `disabled` {`boolean`} - \n\nProperties:\n\n * `controlledItems` {`IgcSelectItemComponent[]`} - \n\n * `activeItems` {`IgcSelectItemComponent[]`} - \n\n * `disabled` {`boolean`} - \n\n * `observer` {`MutationObserver`} - \n\n * `tagName` {`\"igc-select-group\"`} - \n\n * `styles` - \n\n * `parent` - \n\n * `items` {`IgcSelectItemComponent[]`} - All child `igc-select-item`s.",
1879
+ "attributes": [
1880
+ {
1881
+ "name": "disabled",
1882
+ "description": "`disabled` {`boolean`} - \n\nProperty: disabled\n\nDefault: false",
1883
+ "valueSet": "v"
1884
+ }
1885
+ ]
1886
+ },
1887
+ {
1888
+ "name": "igc-select-header",
1889
+ "description": "Slots:\n\n * ` ` {} - Renders the header.\n\nProperties:\n\n * `tagName` {`\"igc-select-header\"`} - \n\n * `styles` - ",
1890
+ "attributes": []
1891
+ },
1892
+ {
1893
+ "name": "igc-select-item",
1894
+ "description": "Represents an item in a select list.\n\nSlots:\n\n * ` ` {} - Renders the all content bar the prefix and suffix.\n\n * `prefix` {} - Renders content before the main content area.\n\n * `suffix` {} - Renders content after the main content area.\n\nAttributes:\n\n * `value` {`string`} - Тhe current value of the item.\nIf not specified, the element's text content is used.\n\n * `selected` {`boolean`} - Determines whether the item is selected.\n\n * `active` {`boolean`} - Determines whether the item is active.\n\n * `disabled` {`boolean`} - Determines whether the item is disabled.\n\nProperties:\n\n * `content` {`Element[]`} - \n\n * `textContent` {`string`} - Returns the text of the item without the prefix and suffix content.\n\n * `tagName` {`\"igc-select-item\"`} - \n\n * `styles` - \n\n * `_value` {`string`} - \n\n * `value` {`string`} - Тhe current value of the item.\nIf not specified, the element's text content is used.\n\n * `selected` {`boolean`} - Determines whether the item is selected.\n\n * `active` {`boolean`} - Determines whether the item is active.\n\n * `disabled` {`boolean`} - Determines whether the item is disabled.",
1895
+ "attributes": [
1896
+ {
1897
+ "name": "value",
1898
+ "description": "`value` {`string`} - Тhe current value of the item.\nIf not specified, the element's text content is used.\n\nProperty: value"
1899
+ },
1900
+ {
1901
+ "name": "selected",
1902
+ "description": "`selected` {`boolean`} - Determines whether the item is selected.\n\nProperty: selected\n\nDefault: false",
1903
+ "valueSet": "v"
1904
+ },
1905
+ {
1906
+ "name": "active",
1907
+ "description": "`active` {`boolean`} - Determines whether the item is active.\n\nProperty: active\n\nDefault: false",
1908
+ "valueSet": "v"
1909
+ },
1910
+ {
1911
+ "name": "disabled",
1912
+ "description": "`disabled` {`boolean`} - Determines whether the item is disabled.\n\nProperty: disabled\n\nDefault: false",
1913
+ "valueSet": "v"
1914
+ }
1915
+ ]
1916
+ },
1917
+ {
1918
+ "name": "igc-select",
1919
+ "description": "Events:\n\n * `igcChange` {} - Emitted when the selected item changes.\n\n * `igcOpening` {} - Emitted just before the dropdown is open.\n\n * `igcOpened` {} - Emitted after the dropdown is open.\n\n * `igcClosing` {} - Emitter just before the dropdown is closed.\n\n * `igcClosed` {} - Emitted after closing the dropdown.\n\nSlots:\n\n * `target` {} - Renders the dropdown's target element.\n\n * ` ` {} - Renders the dropdown list items.\n\nAttributes:\n\n * `value` {`string | undefined`} - The value attribute of the control.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `disabled` {`boolean`} - The disabled attribute of the control.\n\n * `required` {`boolean`} - The required attribute of the control.\n\n * `invalid` {`boolean`} - The invalid attribute of the control.\n\n * `outlined` {`boolean`} - The outlined attribute of the control.\n\n * `autofocus` {`boolean`} - The autofocus attribute of the control.\n\n * `label` {`string`} - The label attribute of the control.\n\n * `placeholder` {`string`} - The placeholder attribute of the control.\n\n * `dir` {`\"ltr\" | \"rtl\" | \"auto\"`} - The direction attribute of the control.\n\n * `keep-open-on-select` {`boolean`} - Whether the dropdown should be kept open on selection.\n\n * `scroll-strategy` {`\"scroll\" | \"block\" | \"close\"`} - Determines the behavior of the component during scrolling the container.\n\n * `keep-open-on-outside-click` {`boolean`} - Whether the component should be kept open on clicking outside of it.\n\n * `open` {`boolean`} - Sets the open state of the component.\n\n * `placement` {\"top\" | \"top-start\" | \"top-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"right\" | \"right-start\" | \"right-end\" | \"left\" | \"left-start\" | \"left-end\"} - The preferred placement of the component around the target element.\n\n * `position-strategy` {`\"absolute\" | \"fixed\"`} - Sets the component's positioning strategy.\n\n * `flip` {`boolean`} - Whether the component should be flipped to the opposite side of the target once it's about to overflow the visible area.\nWhen true, once enough space is detected on its preferred side, it will flip back.\n\n * `distance` {`number`} - The distance from the target element.\n\n * `same-width` {`boolean`} - Whether the dropdown's width should be the same as the target's one.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `searchTerm` {`string`} - \n\n * `lastKeyTime` {`number`} - \n\n * `targetKeyHandlers` {`Map<string, Function>`} - \n\n * `helperText` {`HTMLElement[]`} - \n\n * `inputSuffix` {`HTMLElement[]`} - \n\n * `inputPrefix` {`HTMLElement[]`} - \n\n * `value` {`string | undefined`} - The value attribute of the control.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `disabled` {`boolean`} - The disabled attribute of the control.\n\n * `required` {`boolean`} - The required attribute of the control.\n\n * `invalid` {`boolean`} - The invalid attribute of the control.\n\n * `outlined` {`boolean`} - The outlined attribute of the control.\n\n * `autofocus` {`boolean`} - The autofocus attribute of the control.\n\n * `label` {`string`} - The label attribute of the control.\n\n * `placeholder` {`string`} - The placeholder attribute of the control.\n\n * `dir` {`\"ltr\" | \"rtl\" | \"auto\"`} - The direction attribute of the control.\n\n * `hasPrefixes` {`boolean`} - \n\n * `hasSuffixes` {`boolean`} - \n\n * `tagName` {`\"igc-select\"`} - \n\n * `styles` - \n\n * `selectedItem` - \n\n * `activeItem` - \n\n * `target` - \n\n * `keyDownHandlers` {`Map<string, Function>`} - \n\n * `allItems` {`IgcDropdownItemComponent[]`} - \n\n * `targetNodes` {`HTMLElement[]`} - \n\n * `content` {`HTMLElement`} - \n\n * `scrollContainer` {`HTMLElement`} - \n\n * `items` {`IgcSelectItemComponent[]`} - \n\n * `groups` {`IgcSelectGroupComponent[]`} - \n\n * `keepOpenOnSelect` {`boolean`} - Whether the dropdown should be kept open on selection.\n\n * `handleKeyDown` - \n\n * `handleTargetClick` - \n\n * `toggleController` - \n\n * `scrollStrategy` {`\"scroll\" | \"block\" | \"close\"`} - Determines the behavior of the component during scrolling the container.\n\n * `keepOpenOnOutsideClick` {`boolean`} - Whether the component should be kept open on clicking outside of it.\n\n * `open` {`boolean`} - Sets the open state of the component.\n\n * `placement` {\"top\" | \"top-start\" | \"top-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"right\" | \"right-start\" | \"right-end\" | \"left\" | \"left-start\" | \"left-end\"} - The preferred placement of the component around the target element.\n\n * `positionStrategy` {`\"absolute\" | \"fixed\"`} - Sets the component's positioning strategy.\n\n * `flip` {`boolean`} - Whether the component should be flipped to the opposite side of the target once it's about to overflow the visible area.\nWhen true, once enough space is detected on its preferred side, it will flip back.\n\n * `distance` {`number`} - The distance from the target element.\n\n * `sameWidth` {`boolean`} - Whether the dropdown's width should be the same as the target's one.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.",
1920
+ "attributes": [
1921
+ {
1922
+ "name": "value",
1923
+ "description": "`value` {`string | undefined`} - The value attribute of the control.\n\nProperty: value",
1924
+ "values": []
1925
+ },
1926
+ {
1927
+ "name": "name",
1928
+ "description": "`name` {`string`} - The name attribute of the control.\n\nProperty: name"
1929
+ },
1930
+ {
1931
+ "name": "disabled",
1932
+ "description": "`disabled` {`boolean`} - The disabled attribute of the control.\n\nProperty: disabled\n\nDefault: false",
1933
+ "valueSet": "v"
1934
+ },
1935
+ {
1936
+ "name": "required",
1937
+ "description": "`required` {`boolean`} - The required attribute of the control.\n\nProperty: required\n\nDefault: false",
1938
+ "valueSet": "v"
1939
+ },
1940
+ {
1941
+ "name": "invalid",
1942
+ "description": "`invalid` {`boolean`} - The invalid attribute of the control.\n\nProperty: invalid\n\nDefault: false",
1943
+ "valueSet": "v"
1944
+ },
1945
+ {
1946
+ "name": "outlined",
1947
+ "description": "`outlined` {`boolean`} - The outlined attribute of the control.\n\nProperty: outlined\n\nDefault: false",
1948
+ "valueSet": "v"
1949
+ },
1950
+ {
1951
+ "name": "autofocus",
1952
+ "description": "`autofocus` {`boolean`} - The autofocus attribute of the control.\n\nProperty: autofocus",
1953
+ "valueSet": "v"
1954
+ },
1955
+ {
1956
+ "name": "label",
1957
+ "description": "`label` {`string`} - The label attribute of the control.\n\nProperty: label"
1958
+ },
1959
+ {
1960
+ "name": "placeholder",
1961
+ "description": "`placeholder` {`string`} - The placeholder attribute of the control.\n\nProperty: placeholder"
1962
+ },
1963
+ {
1964
+ "name": "dir",
1965
+ "description": "`dir` {`\"ltr\" | \"rtl\" | \"auto\"`} - The direction attribute of the control.\n\nProperty: dir\n\nDefault: auto",
1966
+ "values": [
1967
+ {
1968
+ "name": "ltr"
1969
+ },
1970
+ {
1971
+ "name": "rtl"
1972
+ },
1973
+ {
1974
+ "name": "auto"
1975
+ }
1976
+ ]
1977
+ },
1978
+ {
1979
+ "name": "keep-open-on-select",
1980
+ "description": "`keep-open-on-select` {`boolean`} - Whether the dropdown should be kept open on selection.\n\nProperty: keepOpenOnSelect\n\nDefault: false",
1981
+ "valueSet": "v"
1982
+ },
1983
+ {
1984
+ "name": "scroll-strategy",
1985
+ "description": "`scroll-strategy` {`\"scroll\" | \"block\" | \"close\"`} - Determines the behavior of the component during scrolling the container.\n\nProperty: scrollStrategy\n\nDefault: scroll",
1986
+ "values": [
1987
+ {
1988
+ "name": "scroll"
1989
+ },
1990
+ {
1991
+ "name": "block"
1992
+ },
1993
+ {
1994
+ "name": "close"
1995
+ }
1996
+ ]
1997
+ },
1998
+ {
1999
+ "name": "keep-open-on-outside-click",
2000
+ "description": "`keep-open-on-outside-click` {`boolean`} - Whether the component should be kept open on clicking outside of it.\n\nProperty: keepOpenOnOutsideClick\n\nDefault: false",
2001
+ "valueSet": "v"
2002
+ },
2003
+ {
2004
+ "name": "open",
2005
+ "description": "`open` {`boolean`} - Sets the open state of the component.\n\nProperty: open\n\nDefault: false",
2006
+ "valueSet": "v"
2007
+ },
2008
+ {
2009
+ "name": "placement",
2010
+ "description": "`placement` {\"top\" | \"top-start\" | \"top-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"right\" | \"right-start\" | \"right-end\" | \"left\" | \"left-start\" | \"left-end\"} - The preferred placement of the component around the target element.\n\nProperty: placement\n\nDefault: bottom-start",
2011
+ "values": [
2012
+ {
2013
+ "name": "top"
2014
+ },
2015
+ {
2016
+ "name": "top-start"
2017
+ },
2018
+ {
2019
+ "name": "top-end"
2020
+ },
2021
+ {
2022
+ "name": "bottom"
2023
+ },
2024
+ {
2025
+ "name": "bottom-start"
2026
+ },
2027
+ {
2028
+ "name": "bottom-end"
2029
+ },
2030
+ {
2031
+ "name": "right"
2032
+ },
2033
+ {
2034
+ "name": "right-start"
2035
+ },
2036
+ {
2037
+ "name": "right-end"
2038
+ },
2039
+ {
2040
+ "name": "left"
2041
+ },
2042
+ {
2043
+ "name": "left-start"
2044
+ },
2045
+ {
2046
+ "name": "left-end"
2047
+ }
2048
+ ]
2049
+ },
2050
+ {
2051
+ "name": "position-strategy",
2052
+ "description": "`position-strategy` {`\"absolute\" | \"fixed\"`} - Sets the component's positioning strategy.\n\nProperty: positionStrategy\n\nDefault: absolute",
2053
+ "values": [
2054
+ {
2055
+ "name": "absolute"
2056
+ },
2057
+ {
2058
+ "name": "fixed"
2059
+ }
2060
+ ]
2061
+ },
2062
+ {
2063
+ "name": "flip",
2064
+ "description": "`flip` {`boolean`} - Whether the component should be flipped to the opposite side of the target once it's about to overflow the visible area.\nWhen true, once enough space is detected on its preferred side, it will flip back.\n\nProperty: flip\n\nDefault: false",
2065
+ "valueSet": "v"
2066
+ },
2067
+ {
2068
+ "name": "distance",
2069
+ "description": "`distance` {`number`} - The distance from the target element.\n\nProperty: distance\n\nDefault: 0"
2070
+ },
2071
+ {
2072
+ "name": "same-width",
2073
+ "description": "`same-width` {`boolean`} - Whether the dropdown's width should be the same as the target's one.\n\nProperty: sameWidth\n\nDefault: true",
2074
+ "valueSet": "v"
2075
+ },
2076
+ {
2077
+ "name": "size",
2078
+ "description": "`size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperty: size\n\nDefault: medium"
2079
+ },
2080
+ {
2081
+ "name": "onigcChange",
2082
+ "description": "`igcChange` {} - Emitted when the selected item changes."
2083
+ },
2084
+ {
2085
+ "name": "onigcOpening",
2086
+ "description": "`igcOpening` {} - Emitted just before the dropdown is open."
2087
+ },
2088
+ {
2089
+ "name": "onigcOpened",
2090
+ "description": "`igcOpened` {} - Emitted after the dropdown is open."
2091
+ },
2092
+ {
2093
+ "name": "onigcClosing",
2094
+ "description": "`igcClosing` {} - Emitter just before the dropdown is closed."
2095
+ },
2096
+ {
2097
+ "name": "onigcClosed",
2098
+ "description": "`igcClosed` {} - Emitted after closing the dropdown."
2099
+ }
2100
+ ]
2101
+ },
1872
2102
  {
1873
2103
  "name": "igc-range-slider",
1874
- "description": "A range slider component used to select two numeric values within a range.\n\nEvents:\n\n * `igcInput` {} - Emitted when a value is changed via thumb drag or keyboard interaction.\n\n * `igcChange` {} - Emitted when a value change is committed on a thumb drag end or keyboard interaction.\n\nAttributes:\n\n * `lower` {`number`} - The current value of the lower thumb.\n\n * `upper` {`number`} - The current value of the upper thumb.\n\n * `aria-label-lower` {`string`} - The aria label of the lower thumb.\n\n * `aria-label-upper` {`string`} - The aria label of the upper thumb.\n\n * `min` {`number`} - The minimum value of the slider scale. Defaults to 0.\n\n * `max` {`number`} - The maximum value of the slider scale. Defaults to 100.\n\n * `lower-bound` {`number | undefined`} - The lower bound of the slider value. If not set, the `min` value is applied.\n\n * `upper-bound` {`number | undefined`} - The upper bound of the slider value. If not set, the `max` value is applied.\n\n * `disabled` {`boolean`} - Disables the UI interactions of the slider.\n\n * `discrete-track` {`boolean`} - Marks the slider track as discrete so it displays the steps.\nIf the `step` is 0, the slider will remain continuos even if `discreteTrack` is `true`.\n\n * `hide-tooltip` {`boolean`} - Hides the thumb tooltip.\n\n * `step` {`number`} - Specifies the granularity that the value must adhere to.\nIf set to 0 no stepping is implied and any value in the range is allowed.\n\n * `primary-ticks` {`number`} - The number of primary ticks. It defaults to 0 which means no primary ticks are displayed.\n\n * `secondary-ticks` {`number`} - The number of secondary ticks. It defaults to 0 which means no secondary ticks are displayed.\n\n * `tick-orientation` {`\"start\" | \"end\" | \"mirror\"`} - Changes the orientation of the ticks.\n\n * `hide-primary-labels` {`boolean`} - Hides the primary tick labels.\n\n * `hide-secondary-labels` {`boolean`} - Hides the secondary tick labels.\n\n * `locale` {`string`} - The locale used to format the thumb and tick label values in the slider.\n\n * `value-format` {`string | undefined`} - String format used for the thumb and tick label values in the slider.\n\n * `tick-label-rotation` {`0 | 90 | -90`} - The degrees for the rotation of the tick labels. Defaults to 0.\n\nProperties:\n\n * `tagName` {`\"igc-range-slider\"`} - \n\n * `thumbFrom` {`HTMLElement`} - \n\n * `thumbTo` {`HTMLElement`} - \n\n * `_lower` {`number`} - \n\n * `_upper` {`number`} - \n\n * `lower` {`number`} - The current value of the lower thumb.\n\n * `upper` {`number`} - The current value of the upper thumb.\n\n * `ariaLabelLower` {`string`} - The aria label of the lower thumb.\n\n * `ariaLabelUpper` {`string`} - The aria label of the upper thumb.\n\n * `styles` - \n\n * `thumb` {`HTMLElement`} - \n\n * `labelElements` {`HTMLElement[]`} - \n\n * `_lowerBound` {`number | undefined`} - \n\n * `_upperBound` {`number | undefined`} - \n\n * `_min` {`number`} - \n\n * `_max` {`number`} - \n\n * `_step` {`number`} - \n\n * `startValue` {`number | undefined`} - \n\n * `pointerCaptured` {`boolean`} - \n\n * `thumbHoverTimer` - \n\n * `activeThumb` {`HTMLElement | undefined`} - \n\n * `thumbLabelsVisible` {`boolean`} - \n\n * `labels` {`string[] | undefined`} - \n\n * `min` {`number`} - The minimum value of the slider scale. Defaults to 0.\n\n * `max` {`number`} - The maximum value of the slider scale. Defaults to 100.\n\n * `lowerBound` {`number | undefined`} - The lower bound of the slider value. If not set, the `min` value is applied.\n\n * `upperBound` {`number | undefined`} - The upper bound of the slider value. If not set, the `max` value is applied.\n\n * `disabled` {`boolean`} - Disables the UI interactions of the slider.\n\n * `discreteTrack` {`boolean`} - Marks the slider track as discrete so it displays the steps.\nIf the `step` is 0, the slider will remain continuos even if `discreteTrack` is `true`.\n\n * `hideTooltip` {`boolean`} - Hides the thumb tooltip.\n\n * `step` {`number`} - Specifies the granularity that the value must adhere to.\nIf set to 0 no stepping is implied and any value in the range is allowed.\n\n * `primaryTicks` {`number`} - The number of primary ticks. It defaults to 0 which means no primary ticks are displayed.\n\n * `secondaryTicks` {`number`} - The number of secondary ticks. It defaults to 0 which means no secondary ticks are displayed.\n\n * `tickOrientation` {`\"start\" | \"end\" | \"mirror\"`} - Changes the orientation of the ticks.\n\n * `hidePrimaryLabels` {`boolean`} - Hides the primary tick labels.\n\n * `hideSecondaryLabels` {`boolean`} - Hides the secondary tick labels.\n\n * `locale` {`string`} - The locale used to format the thumb and tick label values in the slider.\n\n * `valueFormat` {`string | undefined`} - String format used for the thumb and tick label values in the slider.\n\n * `valueFormatOptions` {`NumberFormatOptions | undefined`} - Number format options used for the thumb and tick label values in the slider.\n\n * `tickLabelRotation` {`0 | 90 | -90`} - The degrees for the rotation of the tick labels. Defaults to 0.\n\n * `activeValue` {`number`} - \n\n * `actualMin` {`number`} - \n\n * `actualMax` {`number`} - \n\n * `isLTR` {`boolean`} - \n\n * `pointerDown` - \n\n * `pointerMove` - \n\n * `lostPointerCapture` - \n\n * `handleKeydown` - \n\n * `handleThumbPointerEnter` - \n\n * `handleThumbPointerLeave` - ",
2104
+ "description": "A range slider component used to select two numeric values within a range.\n\nEvents:\n\n * `igcInput` {} - Emitted when a value is changed via thumb drag or keyboard interaction.\n\n * `igcChange` {} - Emitted when a value change is committed on a thumb drag end or keyboard interaction.\n\nAttributes:\n\n * `lower` {`number`} - The current value of the lower thumb.\n\n * `upper` {`number`} - The current value of the upper thumb.\n\n * `aria-label-lower` {`string`} - The aria label of the lower thumb.\n\n * `aria-label-upper` {`string`} - The aria label of the upper thumb.\n\n * `min` {`number`} - The minimum value of the slider scale. Defaults to 0.\n\n * `max` {`number`} - The maximum value of the slider scale. Defaults to 100.\n\n * `lower-bound` {`number | undefined`} - The lower bound of the slider value. If not set, the `min` value is applied.\n\n * `upper-bound` {`number | undefined`} - The upper bound of the slider value. If not set, the `max` value is applied.\n\n * `disabled` {`boolean`} - Disables the UI interactions of the slider.\n\n * `discrete-track` {`boolean`} - Marks the slider track as discrete so it displays the steps.\nIf the `step` is 0, the slider will remain continuos even if `discreteTrack` is `true`.\n\n * `hide-tooltip` {`boolean`} - Hides the thumb tooltip.\n\n * `step` {`number`} - Specifies the granularity that the value must adhere to.\nIf set to 0 no stepping is implied and any value in the range is allowed.\n\n * `primary-ticks` {`number`} - The number of primary ticks. It defaults to 0 which means no primary ticks are displayed.\n\n * `secondary-ticks` {`number`} - The number of secondary ticks. It defaults to 0 which means no secondary ticks are displayed.\n\n * `tick-orientation` {`\"start\" | \"end\" | \"mirror\"`} - Changes the orientation of the ticks.\n\n * `hide-primary-labels` {`boolean`} - Hides the primary tick labels.\n\n * `hide-secondary-labels` {`boolean`} - Hides the secondary tick labels.\n\n * `locale` {`string`} - The locale used to format the thumb and tick label values in the slider.\n\n * `value-format` {`string | undefined`} - String format used for the thumb and tick label values in the slider.\n\n * `tick-label-rotation` {`0 | 90 | -90`} - The degrees for the rotation of the tick labels. Defaults to 0.\n\nProperties:\n\n * `tagName` {`\"igc-range-slider\"`} - \n\n * `thumbFrom` {`HTMLElement`} - \n\n * `thumbTo` {`HTMLElement`} - \n\n * `_lower` {`number`} - \n\n * `_upper` {`number`} - \n\n * `lower` {`number`} - The current value of the lower thumb.\n\n * `upper` {`number`} - The current value of the upper thumb.\n\n * `ariaLabelLower` {`string`} - The aria label of the lower thumb.\n\n * `ariaLabelUpper` {`string`} - The aria label of the upper thumb.\n\n * `styles` - \n\n * `thumb` {`HTMLElement`} - \n\n * `labelElements` {`HTMLElement[]`} - \n\n * `_lowerBound` {`number | undefined`} - \n\n * `_upperBound` {`number | undefined`} - \n\n * `_min` {`number`} - \n\n * `_max` {`number`} - \n\n * `_step` {`number`} - \n\n * `startValue` {`number | undefined`} - \n\n * `pointerCaptured` {`boolean`} - \n\n * `thumbHoverTimer` - \n\n * `activeThumb` {`HTMLElement | undefined`} - \n\n * `thumbLabelsVisible` {`boolean`} - \n\n * `labels` {`string[] | undefined`} - \n\n * `min` {`number`} - The minimum value of the slider scale. Defaults to 0.\n\n * `max` {`number`} - The maximum value of the slider scale. Defaults to 100.\n\n * `lowerBound` {`number | undefined`} - The lower bound of the slider value. If not set, the `min` value is applied.\n\n * `upperBound` {`number | undefined`} - The upper bound of the slider value. If not set, the `max` value is applied.\n\n * `disabled` {`boolean`} - Disables the UI interactions of the slider.\n\n * `discreteTrack` {`boolean`} - Marks the slider track as discrete so it displays the steps.\nIf the `step` is 0, the slider will remain continuos even if `discreteTrack` is `true`.\n\n * `hideTooltip` {`boolean`} - Hides the thumb tooltip.\n\n * `step` {`number`} - Specifies the granularity that the value must adhere to.\nIf set to 0 no stepping is implied and any value in the range is allowed.\n\n * `primaryTicks` {`number`} - The number of primary ticks. It defaults to 0 which means no primary ticks are displayed.\n\n * `secondaryTicks` {`number`} - The number of secondary ticks. It defaults to 0 which means no secondary ticks are displayed.\n\n * `tickOrientation` {`\"start\" | \"end\" | \"mirror\"`} - Changes the orientation of the ticks.\n\n * `hidePrimaryLabels` {`boolean`} - Hides the primary tick labels.\n\n * `hideSecondaryLabels` {`boolean`} - Hides the secondary tick labels.\n\n * `locale` {`string`} - The locale used to format the thumb and tick label values in the slider.\n\n * `valueFormat` {`string | undefined`} - String format used for the thumb and tick label values in the slider.\n\n * `valueFormatOptions` {`NumberFormatOptions | undefined`} - Number format options used for the thumb and tick label values in the slider.\n\n * `tickLabelRotation` {`0 | 90 | -90`} - The degrees for the rotation of the tick labels. Defaults to 0.\n\n * `activeValue` {`number`} - \n\n * `actualMin` {`number`} - \n\n * `actualMax` {`number`} - \n\n * `pointerDown` - \n\n * `pointerMove` - \n\n * `lostPointerCapture` - \n\n * `handleKeydown` - \n\n * `handleThumbPointerEnter` - \n\n * `handleThumbPointerLeave` - ",
1875
2105
  "attributes": [
1876
2106
  {
1877
2107
  "name": "lower",
@@ -2000,7 +2230,7 @@
2000
2230
  },
2001
2231
  {
2002
2232
  "name": "igc-slider",
2003
- "description": "A slider component used to select numeric value within a range.\n\nEvents:\n\n * `igcInput` {} - Emitted when a value is changed via thumb drag or keyboard interaction.\n\n * `igcChange` {} - Emitted when a value change is committed on a thumb drag end or keyboard interaction.\n\nAttributes:\n\n * `value` {`number`} - The current value of the slider.\n\n * `aria-label` {`string`} - The aria label of the slider thumb.\n\n * `min` {`number`} - The minimum value of the slider scale. Defaults to 0.\n\n * `max` {`number`} - The maximum value of the slider scale. Defaults to 100.\n\n * `lower-bound` {`number | undefined`} - The lower bound of the slider value. If not set, the `min` value is applied.\n\n * `upper-bound` {`number | undefined`} - The upper bound of the slider value. If not set, the `max` value is applied.\n\n * `disabled` {`boolean`} - Disables the UI interactions of the slider.\n\n * `discrete-track` {`boolean`} - Marks the slider track as discrete so it displays the steps.\nIf the `step` is 0, the slider will remain continuos even if `discreteTrack` is `true`.\n\n * `hide-tooltip` {`boolean`} - Hides the thumb tooltip.\n\n * `step` {`number`} - Specifies the granularity that the value must adhere to.\nIf set to 0 no stepping is implied and any value in the range is allowed.\n\n * `primary-ticks` {`number`} - The number of primary ticks. It defaults to 0 which means no primary ticks are displayed.\n\n * `secondary-ticks` {`number`} - The number of secondary ticks. It defaults to 0 which means no secondary ticks are displayed.\n\n * `tick-orientation` {`\"start\" | \"end\" | \"mirror\"`} - Changes the orientation of the ticks.\n\n * `hide-primary-labels` {`boolean`} - Hides the primary tick labels.\n\n * `hide-secondary-labels` {`boolean`} - Hides the secondary tick labels.\n\n * `locale` {`string`} - The locale used to format the thumb and tick label values in the slider.\n\n * `value-format` {`string | undefined`} - String format used for the thumb and tick label values in the slider.\n\n * `tick-label-rotation` {`0 | 90 | -90`} - The degrees for the rotation of the tick labels. Defaults to 0.\n\nProperties:\n\n * `tagName` {`\"igc-slider\"`} - \n\n * `_value` {`number`} - \n\n * `_ariaLabel` {`string`} - \n\n * `value` {`number`} - The current value of the slider.\n\n * `ariaLabel` {`string`} - The aria label of the slider thumb.\n\n * `styles` - \n\n * `thumb` {`HTMLElement`} - \n\n * `labelElements` {`HTMLElement[]`} - \n\n * `_lowerBound` {`number | undefined`} - \n\n * `_upperBound` {`number | undefined`} - \n\n * `_min` {`number`} - \n\n * `_max` {`number`} - \n\n * `_step` {`number`} - \n\n * `startValue` {`number | undefined`} - \n\n * `pointerCaptured` {`boolean`} - \n\n * `thumbHoverTimer` - \n\n * `activeThumb` {`HTMLElement | undefined`} - \n\n * `thumbLabelsVisible` {`boolean`} - \n\n * `labels` {`string[] | undefined`} - \n\n * `min` {`number`} - The minimum value of the slider scale. Defaults to 0.\n\n * `max` {`number`} - The maximum value of the slider scale. Defaults to 100.\n\n * `lowerBound` {`number | undefined`} - The lower bound of the slider value. If not set, the `min` value is applied.\n\n * `upperBound` {`number | undefined`} - The upper bound of the slider value. If not set, the `max` value is applied.\n\n * `disabled` {`boolean`} - Disables the UI interactions of the slider.\n\n * `discreteTrack` {`boolean`} - Marks the slider track as discrete so it displays the steps.\nIf the `step` is 0, the slider will remain continuos even if `discreteTrack` is `true`.\n\n * `hideTooltip` {`boolean`} - Hides the thumb tooltip.\n\n * `step` {`number`} - Specifies the granularity that the value must adhere to.\nIf set to 0 no stepping is implied and any value in the range is allowed.\n\n * `primaryTicks` {`number`} - The number of primary ticks. It defaults to 0 which means no primary ticks are displayed.\n\n * `secondaryTicks` {`number`} - The number of secondary ticks. It defaults to 0 which means no secondary ticks are displayed.\n\n * `tickOrientation` {`\"start\" | \"end\" | \"mirror\"`} - Changes the orientation of the ticks.\n\n * `hidePrimaryLabels` {`boolean`} - Hides the primary tick labels.\n\n * `hideSecondaryLabels` {`boolean`} - Hides the secondary tick labels.\n\n * `locale` {`string`} - The locale used to format the thumb and tick label values in the slider.\n\n * `valueFormat` {`string | undefined`} - String format used for the thumb and tick label values in the slider.\n\n * `valueFormatOptions` {`NumberFormatOptions | undefined`} - Number format options used for the thumb and tick label values in the slider.\n\n * `tickLabelRotation` {`0 | 90 | -90`} - The degrees for the rotation of the tick labels. Defaults to 0.\n\n * `activeValue` {`number`} - \n\n * `actualMin` {`number`} - \n\n * `actualMax` {`number`} - \n\n * `isLTR` {`boolean`} - \n\n * `pointerDown` - \n\n * `pointerMove` - \n\n * `lostPointerCapture` - \n\n * `handleKeydown` - \n\n * `handleThumbPointerEnter` - \n\n * `handleThumbPointerLeave` - ",
2233
+ "description": "A slider component used to select numeric value within a range.\n\nEvents:\n\n * `igcInput` {} - Emitted when a value is changed via thumb drag or keyboard interaction.\n\n * `igcChange` {} - Emitted when a value change is committed on a thumb drag end or keyboard interaction.\n\nAttributes:\n\n * `value` {`number`} - The current value of the slider.\n\n * `aria-label` {`string`} - The aria label of the slider thumb.\n\n * `min` {`number`} - The minimum value of the slider scale. Defaults to 0.\n\n * `max` {`number`} - The maximum value of the slider scale. Defaults to 100.\n\n * `lower-bound` {`number | undefined`} - The lower bound of the slider value. If not set, the `min` value is applied.\n\n * `upper-bound` {`number | undefined`} - The upper bound of the slider value. If not set, the `max` value is applied.\n\n * `disabled` {`boolean`} - Disables the UI interactions of the slider.\n\n * `discrete-track` {`boolean`} - Marks the slider track as discrete so it displays the steps.\nIf the `step` is 0, the slider will remain continuos even if `discreteTrack` is `true`.\n\n * `hide-tooltip` {`boolean`} - Hides the thumb tooltip.\n\n * `step` {`number`} - Specifies the granularity that the value must adhere to.\nIf set to 0 no stepping is implied and any value in the range is allowed.\n\n * `primary-ticks` {`number`} - The number of primary ticks. It defaults to 0 which means no primary ticks are displayed.\n\n * `secondary-ticks` {`number`} - The number of secondary ticks. It defaults to 0 which means no secondary ticks are displayed.\n\n * `tick-orientation` {`\"start\" | \"end\" | \"mirror\"`} - Changes the orientation of the ticks.\n\n * `hide-primary-labels` {`boolean`} - Hides the primary tick labels.\n\n * `hide-secondary-labels` {`boolean`} - Hides the secondary tick labels.\n\n * `locale` {`string`} - The locale used to format the thumb and tick label values in the slider.\n\n * `value-format` {`string | undefined`} - String format used for the thumb and tick label values in the slider.\n\n * `tick-label-rotation` {`0 | 90 | -90`} - The degrees for the rotation of the tick labels. Defaults to 0.\n\nProperties:\n\n * `tagName` {`\"igc-slider\"`} - \n\n * `_value` {`number`} - \n\n * `_ariaLabel` {`string`} - \n\n * `value` {`number`} - The current value of the slider.\n\n * `ariaLabel` {`string`} - The aria label of the slider thumb.\n\n * `styles` - \n\n * `thumb` {`HTMLElement`} - \n\n * `labelElements` {`HTMLElement[]`} - \n\n * `_lowerBound` {`number | undefined`} - \n\n * `_upperBound` {`number | undefined`} - \n\n * `_min` {`number`} - \n\n * `_max` {`number`} - \n\n * `_step` {`number`} - \n\n * `startValue` {`number | undefined`} - \n\n * `pointerCaptured` {`boolean`} - \n\n * `thumbHoverTimer` - \n\n * `activeThumb` {`HTMLElement | undefined`} - \n\n * `thumbLabelsVisible` {`boolean`} - \n\n * `labels` {`string[] | undefined`} - \n\n * `min` {`number`} - The minimum value of the slider scale. Defaults to 0.\n\n * `max` {`number`} - The maximum value of the slider scale. Defaults to 100.\n\n * `lowerBound` {`number | undefined`} - The lower bound of the slider value. If not set, the `min` value is applied.\n\n * `upperBound` {`number | undefined`} - The upper bound of the slider value. If not set, the `max` value is applied.\n\n * `disabled` {`boolean`} - Disables the UI interactions of the slider.\n\n * `discreteTrack` {`boolean`} - Marks the slider track as discrete so it displays the steps.\nIf the `step` is 0, the slider will remain continuos even if `discreteTrack` is `true`.\n\n * `hideTooltip` {`boolean`} - Hides the thumb tooltip.\n\n * `step` {`number`} - Specifies the granularity that the value must adhere to.\nIf set to 0 no stepping is implied and any value in the range is allowed.\n\n * `primaryTicks` {`number`} - The number of primary ticks. It defaults to 0 which means no primary ticks are displayed.\n\n * `secondaryTicks` {`number`} - The number of secondary ticks. It defaults to 0 which means no secondary ticks are displayed.\n\n * `tickOrientation` {`\"start\" | \"end\" | \"mirror\"`} - Changes the orientation of the ticks.\n\n * `hidePrimaryLabels` {`boolean`} - Hides the primary tick labels.\n\n * `hideSecondaryLabels` {`boolean`} - Hides the secondary tick labels.\n\n * `locale` {`string`} - The locale used to format the thumb and tick label values in the slider.\n\n * `valueFormat` {`string | undefined`} - String format used for the thumb and tick label values in the slider.\n\n * `valueFormatOptions` {`NumberFormatOptions | undefined`} - Number format options used for the thumb and tick label values in the slider.\n\n * `tickLabelRotation` {`0 | 90 | -90`} - The degrees for the rotation of the tick labels. Defaults to 0.\n\n * `activeValue` {`number`} - \n\n * `actualMin` {`number`} - \n\n * `actualMax` {`number`} - \n\n * `pointerDown` - \n\n * `pointerMove` - \n\n * `lostPointerCapture` - \n\n * `handleKeydown` - \n\n * `handleThumbPointerEnter` - \n\n * `handleThumbPointerLeave` - ",
2004
2234
  "attributes": [
2005
2235
  {
2006
2236
  "name": "value",
@@ -2169,7 +2399,7 @@
2169
2399
  },
2170
2400
  {
2171
2401
  "name": "igc-tabs",
2172
- "description": "Represents tabs component\n\nEvents:\n\n * `igcChange` {} - Emitted when the selected tab changes.\n\nSlots:\n\n * ` ` {} - Renders the tab header.\n\n * `panel` {} - Renders the tab content.\n\nAttributes:\n\n * `alignment` {`\"start\" | \"end\" | \"center\" | \"justify\"`} - Sets the alignment for the tab headers\n\n * `activation` {`\"manual\" | \"auto\"`} - Determines the tab activation. When set to auto,\nthe tab is instantly selected while navigating with the Left/Right Arrows, Home or End keys\nand the corresponding panel is displayed.\nWhen set to manual, the tab is only focused. The selection happens after pressing Space or Enter.\n\nProperties:\n\n * `tagName` {`\"igc-tabs\"`} - \n\n * `styles` - \n\n * `increment` - \n\n * `tabs` {`IgcTabComponent[]`} - \n\n * `panels` {`IgcTabPanelComponent[]`} - \n\n * `wrapper` {`HTMLElement`} - \n\n * `container` {`HTMLElement`} - \n\n * `selectedIndicator` {`HTMLElement`} - \n\n * `showScrollButtons` {`boolean`} - \n\n * `disableStartScrollButton` {`boolean`} - \n\n * `disableEndScrollButton` {`boolean`} - \n\n * `activeTab` - \n\n * `resizeObserver` {`ResizeObserver`} - \n\n * `mutationObserver` {`MutationObserver`} - \n\n * `enabledTabs` {`IgcTabComponent[]`} - \n\n * `isLTR` {`boolean`} - \n\n * `selected` {`string`} - Returns the currently selected tab.\n\n * `alignment` {`\"start\" | \"end\" | \"center\" | \"justify\"`} - Sets the alignment for the tab headers\n\n * `activation` {`\"manual\" | \"auto\"`} - Determines the tab activation. When set to auto,\nthe tab is instantly selected while navigating with the Left/Right Arrows, Home or End keys\nand the corresponding panel is displayed.\nWhen set to manual, the tab is only focused. The selection happens after pressing Space or Enter.\n\n * `handleKeyDown` - ",
2402
+ "description": "Represents tabs component\n\nEvents:\n\n * `igcChange` {} - Emitted when the selected tab changes.\n\nSlots:\n\n * ` ` {} - Renders the tab header.\n\n * `panel` {} - Renders the tab content.\n\nAttributes:\n\n * `alignment` {`\"start\" | \"end\" | \"center\" | \"justify\"`} - Sets the alignment for the tab headers\n\n * `activation` {`\"manual\" | \"auto\"`} - Determines the tab activation. When set to auto,\nthe tab is instantly selected while navigating with the Left/Right Arrows, Home or End keys\nand the corresponding panel is displayed.\nWhen set to manual, the tab is only focused. The selection happens after pressing Space or Enter.\n\nProperties:\n\n * `tagName` {`\"igc-tabs\"`} - \n\n * `styles` - \n\n * `increment` - \n\n * `tabs` {`IgcTabComponent[]`} - \n\n * `panels` {`IgcTabPanelComponent[]`} - \n\n * `wrapper` {`HTMLElement`} - \n\n * `container` {`HTMLElement`} - \n\n * `selectedIndicator` {`HTMLElement`} - \n\n * `showScrollButtons` {`boolean`} - \n\n * `disableStartScrollButton` {`boolean`} - \n\n * `disableEndScrollButton` {`boolean`} - \n\n * `activeTab` - \n\n * `resizeObserver` {`ResizeObserver`} - \n\n * `mutationObserver` {`MutationObserver`} - \n\n * `enabledTabs` {`IgcTabComponent[]`} - \n\n * `selected` {`string`} - Returns the currently selected tab.\n\n * `alignment` {`\"start\" | \"end\" | \"center\" | \"justify\"`} - Sets the alignment for the tab headers\n\n * `activation` {`\"manual\" | \"auto\"`} - Determines the tab activation. When set to auto,\nthe tab is instantly selected while navigating with the Left/Right Arrows, Home or End keys\nand the corresponding panel is displayed.\nWhen set to manual, the tab is only focused. The selection happens after pressing Space or Enter.\n\n * `handleKeyDown` - ",
2173
2403
  "attributes": [
2174
2404
  {
2175
2405
  "name": "alignment",