igniteui-webcomponents 3.3.1 → 4.0.0-alpha

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 (308) hide show
  1. package/README.md +5 -1
  2. package/components/accordion/themes/accordion.base.css.js +12 -1
  3. package/components/accordion/themes/accordion.base.css.js.map +1 -1
  4. package/components/avatar/themes/avatar.base.css.js +94 -1
  5. package/components/avatar/themes/avatar.base.css.js.map +1 -1
  6. package/components/avatar/themes/avatar.bootstrap.css.js +4 -1
  7. package/components/avatar/themes/avatar.bootstrap.css.js.map +1 -1
  8. package/components/badge/themes/light/badge.base.css.js +99 -1
  9. package/components/badge/themes/light/badge.base.css.js.map +1 -1
  10. package/components/badge/themes/light/badge.bootstrap.css.js +10 -1
  11. package/components/badge/themes/light/badge.bootstrap.css.js.map +1 -1
  12. package/components/button/themes/button/light/button.base.css.js +183 -1
  13. package/components/button/themes/button/light/button.base.css.js.map +1 -1
  14. package/components/button/themes/button/light/button.bootstrap.css.js +147 -1
  15. package/components/button/themes/button/light/button.bootstrap.css.js.map +1 -1
  16. package/components/button/themes/button/light/button.fluent.css.js +167 -1
  17. package/components/button/themes/button/light/button.fluent.css.js.map +1 -1
  18. package/components/button/themes/button/light/button.indigo.css.js +140 -1
  19. package/components/button/themes/button/light/button.indigo.css.js.map +1 -1
  20. package/components/button/themes/button/light/button.material.css.js +232 -1
  21. package/components/button/themes/button/light/button.material.css.js.map +1 -1
  22. package/components/button/themes/icon-button/light/icon-button.base.css.js +100 -1
  23. package/components/button/themes/icon-button/light/icon-button.base.css.js.map +1 -1
  24. package/components/button/themes/icon-button/light/icon-button.bootstrap.css.js +80 -1
  25. package/components/button/themes/icon-button/light/icon-button.bootstrap.css.js.map +1 -1
  26. package/components/button/themes/icon-button/light/icon-button.fluent.css.js +89 -1
  27. package/components/button/themes/icon-button/light/icon-button.fluent.css.js.map +1 -1
  28. package/components/button/themes/icon-button/light/icon-button.indigo.css.js +83 -1
  29. package/components/button/themes/icon-button/light/icon-button.indigo.css.js.map +1 -1
  30. package/components/button/themes/icon-button/light/icon-button.material.css.js +52 -1
  31. package/components/button/themes/icon-button/light/icon-button.material.css.js.map +1 -1
  32. package/components/calendar/themes/bootstrap/calendar.bootstrap.css.js +41 -1
  33. package/components/calendar/themes/bootstrap/calendar.bootstrap.css.js.map +1 -1
  34. package/components/calendar/themes/bootstrap/days-view.bootstrap.css.js +263 -1
  35. package/components/calendar/themes/bootstrap/days-view.bootstrap.css.js.map +1 -1
  36. package/components/calendar/themes/bootstrap/year-month-view.bootstrap.css.js +55 -1
  37. package/components/calendar/themes/bootstrap/year-month-view.bootstrap.css.js.map +1 -1
  38. package/components/calendar/themes/calendar.base.css.js +277 -1
  39. package/components/calendar/themes/calendar.base.css.js.map +1 -1
  40. package/components/calendar/themes/days-view.base.css.js +285 -1
  41. package/components/calendar/themes/days-view.base.css.js.map +1 -1
  42. package/components/calendar/themes/fluent/calendar.fluent.css.js +289 -1
  43. package/components/calendar/themes/fluent/calendar.fluent.css.js.map +1 -1
  44. package/components/calendar/themes/fluent/days-view.fluent.css.js +327 -1
  45. package/components/calendar/themes/fluent/days-view.fluent.css.js.map +1 -1
  46. package/components/calendar/themes/fluent/year-month-view.fluent.css.js +121 -1
  47. package/components/calendar/themes/fluent/year-month-view.fluent.css.js.map +1 -1
  48. package/components/calendar/themes/year-month-view.base.css.js +93 -1
  49. package/components/calendar/themes/year-month-view.base.css.js.map +1 -1
  50. package/components/card/themes/light/card.actions.bootstrap.css.js +93 -1
  51. package/components/card/themes/light/card.actions.bootstrap.css.js.map +1 -1
  52. package/components/card/themes/light/card.actions.material.css.js +89 -1
  53. package/components/card/themes/light/card.actions.material.css.js.map +1 -1
  54. package/components/card/themes/light/card.bootstrap.css.js +10 -1
  55. package/components/card/themes/light/card.bootstrap.css.js.map +1 -1
  56. package/components/card/themes/light/card.content.bootstrap.css.js +75 -1
  57. package/components/card/themes/light/card.content.bootstrap.css.js.map +1 -1
  58. package/components/card/themes/light/card.content.indigo.css.js +57 -1
  59. package/components/card/themes/light/card.content.indigo.css.js.map +1 -1
  60. package/components/card/themes/light/card.content.material.css.js +49 -1
  61. package/components/card/themes/light/card.content.material.css.js.map +1 -1
  62. package/components/card/themes/light/card.fluent.css.js +20 -1
  63. package/components/card/themes/light/card.fluent.css.js.map +1 -1
  64. package/components/card/themes/light/card.header.bootstrap.css.js +132 -1
  65. package/components/card/themes/light/card.header.bootstrap.css.js.map +1 -1
  66. package/components/card/themes/light/card.header.fluent.css.js +128 -1
  67. package/components/card/themes/light/card.header.fluent.css.js.map +1 -1
  68. package/components/card/themes/light/card.header.indigo.css.js +114 -1
  69. package/components/card/themes/light/card.header.indigo.css.js.map +1 -1
  70. package/components/card/themes/light/card.header.material.css.js +104 -1
  71. package/components/card/themes/light/card.header.material.css.js.map +1 -1
  72. package/components/card/themes/light/card.material.css.js +59 -1
  73. package/components/card/themes/light/card.material.css.js.map +1 -1
  74. package/components/card/themes/light/card.media.material.css.js +42 -1
  75. package/components/card/themes/light/card.media.material.css.js.map +1 -1
  76. package/components/checkbox/themes/light/checkbox.base.css.js +207 -1
  77. package/components/checkbox/themes/light/checkbox.base.css.js.map +1 -1
  78. package/components/checkbox/themes/light/checkbox.bootstrap.css.js +107 -1
  79. package/components/checkbox/themes/light/checkbox.bootstrap.css.js.map +1 -1
  80. package/components/checkbox/themes/light/checkbox.fluent.css.js +191 -1
  81. package/components/checkbox/themes/light/checkbox.fluent.css.js.map +1 -1
  82. package/components/checkbox/themes/light/checkbox.indigo.css.js +106 -1
  83. package/components/checkbox/themes/light/checkbox.indigo.css.js.map +1 -1
  84. package/components/checkbox/themes/light/checkbox.material.css.js +57 -1
  85. package/components/checkbox/themes/light/checkbox.material.css.js.map +1 -1
  86. package/components/checkbox/themes/light/switch.base.css.js +208 -1
  87. package/components/checkbox/themes/light/switch.base.css.js.map +1 -1
  88. package/components/checkbox/themes/light/switch.bootstrap.css.js +125 -1
  89. package/components/checkbox/themes/light/switch.bootstrap.css.js.map +1 -1
  90. package/components/checkbox/themes/light/switch.fluent.css.js +130 -1
  91. package/components/checkbox/themes/light/switch.fluent.css.js.map +1 -1
  92. package/components/checkbox/themes/light/switch.indigo.css.js +129 -1
  93. package/components/checkbox/themes/light/switch.indigo.css.js.map +1 -1
  94. package/components/checkbox/themes/light/switch.material.css.js +80 -1
  95. package/components/checkbox/themes/light/switch.material.css.js.map +1 -1
  96. package/components/chip/themes/chip.base.css.js +212 -1
  97. package/components/chip/themes/chip.base.css.js.map +1 -1
  98. package/components/chip/themes/chip.bootstrap.css.js +285 -1
  99. package/components/chip/themes/chip.bootstrap.css.js.map +1 -1
  100. package/components/chip/themes/chip.fluent.css.js +247 -1
  101. package/components/chip/themes/chip.fluent.css.js.map +1 -1
  102. package/components/chip/themes/chip.indigo.css.js +345 -1
  103. package/components/chip/themes/chip.indigo.css.js.map +1 -1
  104. package/components/chip/themes/chip.material.css.js +228 -1
  105. package/components/chip/themes/chip.material.css.js.map +1 -1
  106. package/components/common/util.d.ts +1 -0
  107. package/components/common/util.js +3 -0
  108. package/components/common/util.js.map +1 -1
  109. package/components/dropdown/themes/light/dropdown-group.base.css.js +70 -1
  110. package/components/dropdown/themes/light/dropdown-group.base.css.js.map +1 -1
  111. package/components/dropdown/themes/light/dropdown-group.fluent.css.js +14 -1
  112. package/components/dropdown/themes/light/dropdown-group.fluent.css.js.map +1 -1
  113. package/components/dropdown/themes/light/dropdown-header.base.css.js +50 -1
  114. package/components/dropdown/themes/light/dropdown-header.base.css.js.map +1 -1
  115. package/components/dropdown/themes/light/dropdown-header.bootstrap.css.js +3 -1
  116. package/components/dropdown/themes/light/dropdown-header.bootstrap.css.js.map +1 -1
  117. package/components/dropdown/themes/light/dropdown-item.base.css.js +112 -1
  118. package/components/dropdown/themes/light/dropdown-item.base.css.js.map +1 -1
  119. package/components/dropdown/themes/light/dropdown-item.bootstrap.css.js +24 -1
  120. package/components/dropdown/themes/light/dropdown-item.bootstrap.css.js.map +1 -1
  121. package/components/dropdown/themes/light/dropdown-item.fluent.css.js +20 -1
  122. package/components/dropdown/themes/light/dropdown-item.fluent.css.js.map +1 -1
  123. package/components/dropdown/themes/light/dropdown-item.indigo.css.js +24 -1
  124. package/components/dropdown/themes/light/dropdown-item.indigo.css.js.map +1 -1
  125. package/components/dropdown/themes/light/dropdown.base.css.js +65 -1
  126. package/components/dropdown/themes/light/dropdown.base.css.js.map +1 -1
  127. package/components/dropdown/themes/light/dropdown.bootstrap.css.js +5 -1
  128. package/components/dropdown/themes/light/dropdown.bootstrap.css.js.map +1 -1
  129. package/components/dropdown/themes/light/dropdown.fluent.css.js +21 -1
  130. package/components/dropdown/themes/light/dropdown.fluent.css.js.map +1 -1
  131. package/components/dropdown/themes/light/dropdown.indigo.css.js +6 -1
  132. package/components/dropdown/themes/light/dropdown.indigo.css.js.map +1 -1
  133. package/components/expansion-panel/themes/light/expansion-panel.base.css.js +133 -1
  134. package/components/expansion-panel/themes/light/expansion-panel.base.css.js.map +1 -1
  135. package/components/expansion-panel/themes/light/expansion-panel.bootstrap.css.js +31 -1
  136. package/components/expansion-panel/themes/light/expansion-panel.bootstrap.css.js.map +1 -1
  137. package/components/expansion-panel/themes/light/expansion-panel.fluent.css.js +42 -1
  138. package/components/expansion-panel/themes/light/expansion-panel.fluent.css.js.map +1 -1
  139. package/components/expansion-panel/themes/light/expansion-panel.indigo.css.js +25 -1
  140. package/components/expansion-panel/themes/light/expansion-panel.indigo.css.js.map +1 -1
  141. package/components/icon/icon.material.css.js +63 -1
  142. package/components/icon/icon.material.css.js.map +1 -1
  143. package/components/input/themes/light/input.base.css.js +100 -1
  144. package/components/input/themes/light/input.base.css.js.map +1 -1
  145. package/components/input/themes/light/input.bootstrap.css.js +172 -1
  146. package/components/input/themes/light/input.bootstrap.css.js.map +1 -1
  147. package/components/input/themes/light/input.fluent.css.js +138 -1
  148. package/components/input/themes/light/input.fluent.css.js.map +1 -1
  149. package/components/input/themes/light/input.indigo.css.js +106 -1
  150. package/components/input/themes/light/input.indigo.css.js.map +1 -1
  151. package/components/input/themes/light/input.material.css.js +386 -1
  152. package/components/input/themes/light/input.material.css.js.map +1 -1
  153. package/components/list/themes/light/list-header.base.css.js +53 -1
  154. package/components/list/themes/light/list-header.base.css.js.map +1 -1
  155. package/components/list/themes/light/list-header.indigo.css.js +3 -1
  156. package/components/list/themes/light/list-header.indigo.css.js.map +1 -1
  157. package/components/list/themes/light/list-item.base.css.js +105 -1
  158. package/components/list/themes/light/list-item.base.css.js.map +1 -1
  159. package/components/list/themes/light/list-item.bootstrap.css.js +38 -1
  160. package/components/list/themes/light/list-item.bootstrap.css.js.map +1 -1
  161. package/components/list/themes/light/list-item.fluent.css.js +24 -1
  162. package/components/list/themes/light/list-item.fluent.css.js.map +1 -1
  163. package/components/list/themes/light/list-item.indigo.css.js +20 -1
  164. package/components/list/themes/light/list-item.indigo.css.js.map +1 -1
  165. package/components/list/themes/light/list.base.css.js +54 -1
  166. package/components/list/themes/light/list.base.css.js.map +1 -1
  167. package/components/list/themes/light/list.bootstrap.css.js +5 -1
  168. package/components/list/themes/light/list.bootstrap.css.js.map +1 -1
  169. package/components/nav-drawer/themes/light/fluent/nav-drawer-header-item.fluent.css.js +11 -1
  170. package/components/nav-drawer/themes/light/fluent/nav-drawer-header-item.fluent.css.js.map +1 -1
  171. package/components/nav-drawer/themes/light/fluent/nav-drawer-item.fluent.css.js +15 -1
  172. package/components/nav-drawer/themes/light/fluent/nav-drawer-item.fluent.css.js.map +1 -1
  173. package/components/nav-drawer/themes/light/indigo/nav-drawer-header-item.indigo.css.js +3 -1
  174. package/components/nav-drawer/themes/light/indigo/nav-drawer-header-item.indigo.css.js.map +1 -1
  175. package/components/nav-drawer/themes/light/indigo/nav-drawer-item.indigo.css.js +20 -1
  176. package/components/nav-drawer/themes/light/indigo/nav-drawer-item.indigo.css.js.map +1 -1
  177. package/components/nav-drawer/themes/light/indigo/nav-drawer.indigo.css.js +11 -1
  178. package/components/nav-drawer/themes/light/indigo/nav-drawer.indigo.css.js.map +1 -1
  179. package/components/nav-drawer/themes/light/nav-drawer-header-item.base.css.js +41 -1
  180. package/components/nav-drawer/themes/light/nav-drawer-header-item.base.css.js.map +1 -1
  181. package/components/nav-drawer/themes/light/nav-drawer-item.base.css.js +114 -1
  182. package/components/nav-drawer/themes/light/nav-drawer-item.base.css.js.map +1 -1
  183. package/components/nav-drawer/themes/light/nav-drawer.base.css.js +154 -1
  184. package/components/nav-drawer/themes/light/nav-drawer.base.css.js.map +1 -1
  185. package/components/navbar/themes/light/navbar.base.css.js +134 -1
  186. package/components/navbar/themes/light/navbar.base.css.js.map +1 -1
  187. package/components/navbar/themes/light/navbar.bootstrap.css.js +32 -1
  188. package/components/navbar/themes/light/navbar.bootstrap.css.js.map +1 -1
  189. package/components/navbar/themes/light/navbar.fluent.css.js +13 -1
  190. package/components/navbar/themes/light/navbar.fluent.css.js.map +1 -1
  191. package/components/navbar/themes/light/navbar.indigo.css.js +4 -1
  192. package/components/navbar/themes/light/navbar.indigo.css.js.map +1 -1
  193. package/components/progress/themes/circular/circular.progress.base.css.js +456 -1
  194. package/components/progress/themes/circular/circular.progress.base.css.js.map +1 -1
  195. package/components/progress/themes/circular/circular.progress.bootstrap.css.js +19 -1
  196. package/components/progress/themes/circular/circular.progress.bootstrap.css.js.map +1 -1
  197. package/components/progress/themes/circular/circular.progress.fluent.css.js +7 -1
  198. package/components/progress/themes/circular/circular.progress.fluent.css.js.map +1 -1
  199. package/components/progress/themes/linear/linear.progress.base.css.js +578 -1
  200. package/components/progress/themes/linear/linear.progress.base.css.js.map +1 -1
  201. package/components/progress/themes/linear/linear.progress.bootstrap.css.js +400 -1
  202. package/components/progress/themes/linear/linear.progress.bootstrap.css.js.map +1 -1
  203. package/components/progress/themes/linear/linear.progress.fluent.css.js +70 -1
  204. package/components/progress/themes/linear/linear.progress.fluent.css.js.map +1 -1
  205. package/components/progress/themes/linear/linear.progress.indigo.css.js +32 -1
  206. package/components/progress/themes/linear/linear.progress.indigo.css.js.map +1 -1
  207. package/components/radio/themes/light/radio.base.css.js +173 -1
  208. package/components/radio/themes/light/radio.base.css.js.map +1 -1
  209. package/components/radio/themes/light/radio.bootstrap.css.js +72 -1
  210. package/components/radio/themes/light/radio.bootstrap.css.js.map +1 -1
  211. package/components/radio/themes/light/radio.fluent.css.js +107 -1
  212. package/components/radio/themes/light/radio.fluent.css.js.map +1 -1
  213. package/components/radio/themes/light/radio.indigo.css.js +86 -1
  214. package/components/radio/themes/light/radio.indigo.css.js.map +1 -1
  215. package/components/radio/themes/light/radio.material.css.js +14 -1
  216. package/components/radio/themes/light/radio.material.css.js.map +1 -1
  217. package/components/radio-group/radio-group.base.css.js +53 -1
  218. package/components/radio-group/radio-group.base.css.js.map +1 -1
  219. package/components/radio-group/radio-group.d.ts +0 -1
  220. package/components/radio-group/radio-group.js +4 -6
  221. package/components/radio-group/radio-group.js.map +1 -1
  222. package/components/rating/rating-symbol.base.css.js +98 -1
  223. package/components/rating/rating-symbol.base.css.js.map +1 -1
  224. package/components/rating/rating.base.css.js +138 -1
  225. package/components/rating/rating.base.css.js.map +1 -1
  226. package/components/rating/rating.bootstrap.css.js +29 -1
  227. package/components/rating/rating.bootstrap.css.js.map +1 -1
  228. package/components/rating/rating.d.ts +6 -4
  229. package/components/rating/rating.fluent.css.js +41 -1
  230. package/components/rating/rating.fluent.css.js.map +1 -1
  231. package/components/rating/rating.indigo.css.js +33 -1
  232. package/components/rating/rating.indigo.css.js.map +1 -1
  233. package/components/rating/rating.js +41 -28
  234. package/components/rating/rating.js.map +1 -1
  235. package/components/ripple/ripple.js +1 -1
  236. package/components/ripple/ripple.js.map +1 -1
  237. package/components/ripple/ripple.material.css.js +36 -1
  238. package/components/ripple/ripple.material.css.js.map +1 -1
  239. package/components/slider/slider-base.d.ts +0 -1
  240. package/components/slider/slider-base.js +5 -7
  241. package/components/slider/slider-base.js.map +1 -1
  242. package/components/slider/themes/light/slider.base.css.js +297 -1
  243. package/components/slider/themes/light/slider.base.css.js.map +1 -1
  244. package/components/slider/themes/light/slider.bootstrap.css.js +26 -1
  245. package/components/slider/themes/light/slider.bootstrap.css.js.map +1 -1
  246. package/components/slider/themes/light/slider.fluent.css.js +45 -1
  247. package/components/slider/themes/light/slider.fluent.css.js.map +1 -1
  248. package/components/slider/themes/light/slider.indigo.css.js +48 -1
  249. package/components/slider/themes/light/slider.indigo.css.js.map +1 -1
  250. package/components/slider/themes/light/slider.material.css.js +62 -1
  251. package/components/slider/themes/light/slider.material.css.js.map +1 -1
  252. package/components/snackbar/themes/light/snackbar.base.css.js +102 -1
  253. package/components/snackbar/themes/light/snackbar.base.css.js.map +1 -1
  254. package/components/snackbar/themes/light/snackbar.bootstrap.css.js +10 -1
  255. package/components/snackbar/themes/light/snackbar.bootstrap.css.js.map +1 -1
  256. package/components/snackbar/themes/light/snackbar.fluent.css.js +24 -1
  257. package/components/snackbar/themes/light/snackbar.fluent.css.js.map +1 -1
  258. package/components/snackbar/themes/light/snackbar.indigo.css.js +10 -1
  259. package/components/snackbar/themes/light/snackbar.indigo.css.js.map +1 -1
  260. package/components/tabs/tabs.d.ts +0 -1
  261. package/components/tabs/tabs.js +7 -9
  262. package/components/tabs/tabs.js.map +1 -1
  263. package/components/tabs/themes/light/tab-panel.base.css.js +33 -1
  264. package/components/tabs/themes/light/tab-panel.base.css.js.map +1 -1
  265. package/components/tabs/themes/light/tab.base.css.js +133 -1
  266. package/components/tabs/themes/light/tab.base.css.js.map +1 -1
  267. package/components/tabs/themes/light/tab.bootstrap.css.js +65 -1
  268. package/components/tabs/themes/light/tab.bootstrap.css.js.map +1 -1
  269. package/components/tabs/themes/light/tab.fluent.css.js +18 -1
  270. package/components/tabs/themes/light/tab.fluent.css.js.map +1 -1
  271. package/components/tabs/themes/light/tab.indigo.css.js +21 -1
  272. package/components/tabs/themes/light/tab.indigo.css.js.map +1 -1
  273. package/components/tabs/themes/light/tabs.base.css.js +160 -1
  274. package/components/tabs/themes/light/tabs.base.css.js.map +1 -1
  275. package/components/tabs/themes/light/tabs.bootstrap.css.js +29 -1
  276. package/components/tabs/themes/light/tabs.bootstrap.css.js.map +1 -1
  277. package/components/tabs/themes/light/tabs.fluent.css.js +11 -1
  278. package/components/tabs/themes/light/tabs.fluent.css.js.map +1 -1
  279. package/components/tabs/themes/light/tabs.indigo.css.js +17 -1
  280. package/components/tabs/themes/light/tabs.indigo.css.js.map +1 -1
  281. package/components/toast/themes/toast.base.css.js +34 -1
  282. package/components/toast/themes/toast.base.css.js.map +1 -1
  283. package/components/toast/themes/toast.bootstrap.css.js +9 -1
  284. package/components/toast/themes/toast.bootstrap.css.js.map +1 -1
  285. package/components/toast/themes/toast.fluent.css.js +6 -1
  286. package/components/toast/themes/toast.fluent.css.js.map +1 -1
  287. package/components/toast/themes/toast.indigo.css.js +6 -1
  288. package/components/toast/themes/toast.indigo.css.js.map +1 -1
  289. package/components/tree/themes/light/tree-item.base.css.js +190 -1
  290. package/components/tree/themes/light/tree-item.base.css.js.map +1 -1
  291. package/components/tree/themes/light/tree-item.bootstrap.css.js +26 -1
  292. package/components/tree/themes/light/tree-item.bootstrap.css.js.map +1 -1
  293. package/components/tree/themes/light/tree-item.fluent.css.js +26 -1
  294. package/components/tree/themes/light/tree-item.fluent.css.js.map +1 -1
  295. package/components/tree/themes/light/tree-item.indigo.css.js +29 -1
  296. package/components/tree/themes/light/tree-item.indigo.css.js.map +1 -1
  297. package/components/tree/themes/light/tree.base.css.js +31 -1
  298. package/components/tree/themes/light/tree.base.css.js.map +1 -1
  299. package/package.json +3 -3
  300. package/themes/dark/bootstrap.css +678 -1
  301. package/themes/dark/fluent.css +689 -1
  302. package/themes/dark/indigo.css +466 -1
  303. package/themes/dark/material.css +647 -1
  304. package/themes/light/bootstrap.css +644 -1
  305. package/themes/light/fluent.css +635 -1
  306. package/themes/light/indigo.css +411 -1
  307. package/themes/light/material.css +635 -1
  308. package/vscode-html-custom-data.json +5 -5
@@ -1708,7 +1708,7 @@
1708
1708
  },
1709
1709
  {
1710
1710
  "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` - ",
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 * `alignment` {`\"vertical\" | \"horizontal\"`} - \n\n * `handleKeydown` - ",
1712
1712
  "attributes": [
1713
1713
  {
1714
1714
  "name": "alignment",
@@ -1793,7 +1793,7 @@
1793
1793
  },
1794
1794
  {
1795
1795
  "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.",
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 * `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 | 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.",
1797
1797
  "attributes": [
1798
1798
  {
1799
1799
  "name": "max",
@@ -1871,7 +1871,7 @@
1871
1871
  },
1872
1872
  {
1873
1873
  "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` - ",
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 * `pointerDown` - \n\n * `pointerMove` - \n\n * `lostPointerCapture` - \n\n * `handleKeydown` - \n\n * `handleThumbPointerEnter` - \n\n * `handleThumbPointerLeave` - ",
1875
1875
  "attributes": [
1876
1876
  {
1877
1877
  "name": "lower",
@@ -2000,7 +2000,7 @@
2000
2000
  },
2001
2001
  {
2002
2002
  "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` - ",
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 * `pointerDown` - \n\n * `pointerMove` - \n\n * `lostPointerCapture` - \n\n * `handleKeydown` - \n\n * `handleThumbPointerEnter` - \n\n * `handleThumbPointerLeave` - ",
2004
2004
  "attributes": [
2005
2005
  {
2006
2006
  "name": "value",
@@ -2169,7 +2169,7 @@
2169
2169
  },
2170
2170
  {
2171
2171
  "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` - ",
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 * `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
2173
  "attributes": [
2174
2174
  {
2175
2175
  "name": "alignment",