igniteui-webcomponents 4.3.1 → 4.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (369) hide show
  1. package/CHANGELOG.md +49 -0
  2. package/animations/presets/fade/index.d.ts +2 -2
  3. package/animations/presets/fade/index.js +4 -6
  4. package/animations/presets/fade/index.js.map +1 -1
  5. package/animations/presets/grow/index.d.ts +2 -2
  6. package/animations/presets/grow/index.js +8 -10
  7. package/animations/presets/grow/index.js.map +1 -1
  8. package/animations/presets/index.d.ts +1 -0
  9. package/animations/presets/index.js +1 -0
  10. package/animations/presets/index.js.map +1 -1
  11. package/animations/presets/slide/index.d.ts +3 -0
  12. package/animations/presets/slide/index.js +16 -0
  13. package/animations/presets/slide/index.js.map +1 -0
  14. package/components/avatar/avatar.js +5 -2
  15. package/components/avatar/avatar.js.map +1 -1
  16. package/components/avatar/themes/{light/avatar.base.css.js → avatar.base.css.js} +2 -20
  17. package/components/avatar/themes/avatar.base.css.js.map +1 -0
  18. package/components/avatar/themes/dark/{avatar.base.bootstrap.css.js → avatar.bootstrap.css.js} +1 -1
  19. package/components/avatar/themes/dark/avatar.bootstrap.css.js.map +1 -0
  20. package/components/avatar/themes/dark/avatar.fluent.css.d.ts +1 -0
  21. package/components/avatar/themes/dark/avatar.fluent.css.js +3 -0
  22. package/components/avatar/themes/dark/avatar.fluent.css.js.map +1 -0
  23. package/components/avatar/themes/dark/avatar.indigo.css.d.ts +1 -0
  24. package/components/avatar/themes/dark/avatar.indigo.css.js +3 -0
  25. package/components/avatar/themes/dark/avatar.indigo.css.js.map +1 -0
  26. package/components/avatar/themes/dark/avatar.material.css.d.ts +1 -0
  27. package/components/avatar/themes/dark/avatar.material.css.js +3 -0
  28. package/components/avatar/themes/dark/avatar.material.css.js.map +1 -0
  29. package/components/avatar/themes/light/avatar.bootstrap.css.js +17 -3
  30. package/components/avatar/themes/light/avatar.bootstrap.css.js.map +1 -1
  31. package/components/avatar/themes/light/avatar.fluent.css.d.ts +1 -0
  32. package/components/avatar/themes/light/avatar.fluent.css.js +27 -0
  33. package/components/avatar/themes/light/avatar.fluent.css.js.map +1 -0
  34. package/components/avatar/themes/light/avatar.indigo.css.d.ts +1 -0
  35. package/components/avatar/themes/light/avatar.indigo.css.js +27 -0
  36. package/components/avatar/themes/light/avatar.indigo.css.js.map +1 -0
  37. package/components/avatar/themes/light/avatar.material.css.d.ts +1 -0
  38. package/components/avatar/themes/light/avatar.material.css.js +27 -0
  39. package/components/avatar/themes/light/avatar.material.css.js.map +1 -0
  40. package/components/button/button-base.d.ts +14 -6
  41. package/components/button/button-base.js +51 -18
  42. package/components/button/button-base.js.map +1 -1
  43. package/components/button/themes/button/light/button.base.css.js +4 -4
  44. package/components/button/themes/button/light/button.base.css.js.map +1 -1
  45. package/components/button/themes/button/light/button.bootstrap.css.js +64 -32
  46. package/components/button/themes/button/light/button.bootstrap.css.js.map +1 -1
  47. package/components/button/themes/button/light/button.fluent.css.js +75 -40
  48. package/components/button/themes/button/light/button.fluent.css.js.map +1 -1
  49. package/components/button/themes/button/light/button.indigo.css.js +86 -42
  50. package/components/button/themes/button/light/button.indigo.css.js.map +1 -1
  51. package/components/button/themes/button/light/button.material.css.js +88 -38
  52. package/components/button/themes/button/light/button.material.css.js.map +1 -1
  53. package/components/button/themes/icon-button/light/icon-button.base.css.js +2 -1
  54. package/components/button/themes/icon-button/light/icon-button.base.css.js.map +1 -1
  55. package/components/button/themes/icon-button/light/icon-button.bootstrap.css.js +12 -7
  56. package/components/button/themes/icon-button/light/icon-button.bootstrap.css.js.map +1 -1
  57. package/components/button/themes/icon-button/light/icon-button.fluent.css.js +4 -3
  58. package/components/button/themes/icon-button/light/icon-button.fluent.css.js.map +1 -1
  59. package/components/button/themes/icon-button/light/icon-button.indigo.css.js +6 -4
  60. package/components/button/themes/icon-button/light/icon-button.indigo.css.js.map +1 -1
  61. package/components/button/themes/icon-button/light/icon-button.material.css.js +7 -4
  62. package/components/button/themes/icon-button/light/icon-button.material.css.js.map +1 -1
  63. package/components/calendar/themes/bootstrap/days-view.bootstrap.css.js +2 -2
  64. package/components/calendar/themes/bootstrap/days-view.bootstrap.css.js.map +1 -1
  65. package/components/calendar/themes/bootstrap/year-month-view.bootstrap.css.js +2 -2
  66. package/components/calendar/themes/bootstrap/year-month-view.bootstrap.css.js.map +1 -1
  67. package/components/calendar/themes/calendar.base.css.js +1 -0
  68. package/components/calendar/themes/calendar.base.css.js.map +1 -1
  69. package/components/calendar/themes/fluent/calendar.fluent.css.js +2 -1
  70. package/components/calendar/themes/fluent/calendar.fluent.css.js.map +1 -1
  71. package/components/checkbox/checkbox-base.d.ts +8 -35
  72. package/components/checkbox/checkbox-base.js +28 -41
  73. package/components/checkbox/checkbox-base.js.map +1 -1
  74. package/components/checkbox/checkbox.d.ts +0 -1
  75. package/components/checkbox/checkbox.js +5 -16
  76. package/components/checkbox/checkbox.js.map +1 -1
  77. package/components/checkbox/switch.d.ts +0 -2
  78. package/components/checkbox/switch.js +4 -16
  79. package/components/checkbox/switch.js.map +1 -1
  80. package/components/checkbox/themes/light/checkbox.base.css.js +2 -1
  81. package/components/checkbox/themes/light/checkbox.base.css.js.map +1 -1
  82. package/components/checkbox/themes/light/checkbox.bootstrap.css.js +26 -9
  83. package/components/checkbox/themes/light/checkbox.bootstrap.css.js.map +1 -1
  84. package/components/checkbox/themes/light/checkbox.fluent.css.js +31 -15
  85. package/components/checkbox/themes/light/checkbox.fluent.css.js.map +1 -1
  86. package/components/checkbox/themes/light/checkbox.indigo.css.js +31 -13
  87. package/components/checkbox/themes/light/checkbox.indigo.css.js.map +1 -1
  88. package/components/checkbox/themes/light/checkbox.material.css.js +24 -12
  89. package/components/checkbox/themes/light/checkbox.material.css.js.map +1 -1
  90. package/components/checkbox/themes/light/switch.base.css.js +2 -1
  91. package/components/checkbox/themes/light/switch.base.css.js.map +1 -1
  92. package/components/checkbox/themes/light/switch.bootstrap.css.js +12 -4
  93. package/components/checkbox/themes/light/switch.bootstrap.css.js.map +1 -1
  94. package/components/checkbox/themes/light/switch.fluent.css.js +33 -15
  95. package/components/checkbox/themes/light/switch.fluent.css.js.map +1 -1
  96. package/components/checkbox/themes/light/switch.indigo.css.js +26 -11
  97. package/components/checkbox/themes/light/switch.indigo.css.js.map +1 -1
  98. package/components/checkbox/themes/light/switch.material.css.js +14 -7
  99. package/components/checkbox/themes/light/switch.material.css.js.map +1 -1
  100. package/components/chip/themes/chip.base.css.js +0 -2
  101. package/components/chip/themes/chip.base.css.js.map +1 -1
  102. package/components/chip/themes/chip.bootstrap.css.js +2 -2
  103. package/components/chip/themes/chip.bootstrap.css.js.map +1 -1
  104. package/components/chip/themes/chip.fluent.css.js +2 -2
  105. package/components/chip/themes/chip.fluent.css.js.map +1 -1
  106. package/components/chip/themes/chip.indigo.css.js +2 -2
  107. package/components/chip/themes/chip.indigo.css.js.map +1 -1
  108. package/components/chip/themes/chip.material.css.js +2 -2
  109. package/components/chip/themes/chip.material.css.js.map +1 -1
  110. package/components/combo/combo.d.ts +7 -32
  111. package/components/combo/combo.js +57 -49
  112. package/components/combo/combo.js.map +1 -1
  113. package/components/combo/controllers/selection.js +1 -3
  114. package/components/combo/controllers/selection.js.map +1 -1
  115. package/components/combo/themes/light/combo.bootstrap.css.js +27 -24
  116. package/components/combo/themes/light/combo.bootstrap.css.js.map +1 -1
  117. package/components/combo/themes/light/combo.fluent.css.js +27 -24
  118. package/components/combo/themes/light/combo.fluent.css.js.map +1 -1
  119. package/components/combo/themes/light/combo.indigo.css.js +26 -23
  120. package/components/combo/themes/light/combo.indigo.css.js.map +1 -1
  121. package/components/combo/themes/light/combo.material.css.js +32 -23
  122. package/components/combo/themes/light/combo.material.css.js.map +1 -1
  123. package/components/combo/themes/light/item/combo-item.base.css.js +0 -1
  124. package/components/combo/themes/light/item/combo-item.base.css.js.map +1 -1
  125. package/components/common/localization/validation-en.d.ts +10 -0
  126. package/components/common/localization/validation-en.js +10 -0
  127. package/components/common/localization/validation-en.js.map +1 -0
  128. package/components/common/mixins/form-associated-required.d.ts +16 -0
  129. package/components/common/mixins/form-associated-required.js +29 -0
  130. package/components/common/mixins/form-associated-required.js.map +1 -0
  131. package/components/common/mixins/form-associated.d.ts +92 -0
  132. package/components/common/mixins/form-associated.js +151 -0
  133. package/components/common/mixins/form-associated.js.map +1 -0
  134. package/components/common/util.d.ts +38 -0
  135. package/components/common/util.js +34 -0
  136. package/components/common/util.js.map +1 -1
  137. package/components/common/validators.d.ts +45 -0
  138. package/components/common/validators.js +54 -0
  139. package/components/common/validators.js.map +1 -0
  140. package/components/date-time-input/date-time-input.d.ts +30 -11
  141. package/components/date-time-input/date-time-input.js +147 -135
  142. package/components/date-time-input/date-time-input.js.map +1 -1
  143. package/components/date-time-input/date-util.d.ts +1 -0
  144. package/components/date-time-input/date-util.js +6 -3
  145. package/components/date-time-input/date-util.js.map +1 -1
  146. package/components/dialog/dialog.js +1 -1
  147. package/components/dialog/dialog.js.map +1 -1
  148. package/components/dialog/themes/light/dialog.base.css.js +1 -1
  149. package/components/dialog/themes/light/dialog.base.css.js.map +1 -1
  150. package/components/dropdown/dropdown-item.js +2 -6
  151. package/components/dropdown/dropdown-item.js.map +1 -1
  152. package/components/dropdown/themes/light/dropdown.bootstrap.css.js +1 -1
  153. package/components/dropdown/themes/light/dropdown.bootstrap.css.js.map +1 -1
  154. package/components/dropdown/themes/light/dropdown.fluent.css.js +1 -1
  155. package/components/dropdown/themes/light/dropdown.fluent.css.js.map +1 -1
  156. package/components/dropdown/themes/light/dropdown.indigo.css.js +1 -1
  157. package/components/dropdown/themes/light/dropdown.indigo.css.js.map +1 -1
  158. package/components/dropdown/themes/light/dropdown.material.css.js +1 -1
  159. package/components/dropdown/themes/light/dropdown.material.css.js.map +1 -1
  160. package/components/dropdown/themes/light/group/dropdown-group.bootstrap.css.js +1 -1
  161. package/components/dropdown/themes/light/group/dropdown-group.bootstrap.css.js.map +1 -1
  162. package/components/dropdown/themes/light/group/dropdown-group.fluent.css.js +1 -1
  163. package/components/dropdown/themes/light/group/dropdown-group.fluent.css.js.map +1 -1
  164. package/components/dropdown/themes/light/group/dropdown-group.indigo.css.js +1 -1
  165. package/components/dropdown/themes/light/group/dropdown-group.indigo.css.js.map +1 -1
  166. package/components/dropdown/themes/light/group/dropdown-group.material.css.js +1 -1
  167. package/components/dropdown/themes/light/group/dropdown-group.material.css.js.map +1 -1
  168. package/components/dropdown/themes/light/header/dropdown-header.bootstrap.css.js +1 -1
  169. package/components/dropdown/themes/light/header/dropdown-header.bootstrap.css.js.map +1 -1
  170. package/components/dropdown/themes/light/header/dropdown-header.fluent.css.js +1 -1
  171. package/components/dropdown/themes/light/header/dropdown-header.fluent.css.js.map +1 -1
  172. package/components/dropdown/themes/light/header/dropdown-header.indigo.css.js +1 -1
  173. package/components/dropdown/themes/light/header/dropdown-header.indigo.css.js.map +1 -1
  174. package/components/dropdown/themes/light/header/dropdown-header.material.css.js +1 -1
  175. package/components/dropdown/themes/light/header/dropdown-header.material.css.js.map +1 -1
  176. package/components/dropdown/themes/light/item/dropdown-item.bootstrap.css.js +1 -1
  177. package/components/dropdown/themes/light/item/dropdown-item.bootstrap.css.js.map +1 -1
  178. package/components/dropdown/themes/light/item/dropdown-item.fluent.css.js +1 -1
  179. package/components/dropdown/themes/light/item/dropdown-item.fluent.css.js.map +1 -1
  180. package/components/dropdown/themes/light/item/dropdown-item.indigo.css.js +1 -1
  181. package/components/dropdown/themes/light/item/dropdown-item.indigo.css.js.map +1 -1
  182. package/components/dropdown/themes/light/item/dropdown-item.material.css.js +1 -1
  183. package/components/dropdown/themes/light/item/dropdown-item.material.css.js.map +1 -1
  184. package/components/expansion-panel/expansion-panel.js +1 -1
  185. package/components/expansion-panel/expansion-panel.js.map +1 -1
  186. package/components/form/form.d.ts +3 -0
  187. package/components/form/form.js.map +1 -1
  188. package/components/icon/icon.base.css.js +0 -8
  189. package/components/icon/icon.base.css.js.map +1 -1
  190. package/components/icon/light/icon.bootstrap.css.js +7 -1
  191. package/components/icon/light/icon.bootstrap.css.js.map +1 -1
  192. package/components/icon/light/icon.fluent.css.js +7 -1
  193. package/components/icon/light/icon.fluent.css.js.map +1 -1
  194. package/components/icon/light/icon.indigo.css.js +7 -1
  195. package/components/icon/light/icon.indigo.css.js.map +1 -1
  196. package/components/icon/light/icon.material.css.js +7 -1
  197. package/components/icon/light/icon.material.css.js.map +1 -1
  198. package/components/input/input-base.d.ts +10 -20
  199. package/components/input/input-base.js +19 -20
  200. package/components/input/input-base.js.map +1 -1
  201. package/components/input/input.d.ts +24 -15
  202. package/components/input/input.js +106 -48
  203. package/components/input/input.js.map +1 -1
  204. package/components/input/themes/light/input.base.css.js +0 -3
  205. package/components/input/themes/light/input.base.css.js.map +1 -1
  206. package/components/input/themes/light/input.bootstrap.css.js +7 -17
  207. package/components/input/themes/light/input.bootstrap.css.js.map +1 -1
  208. package/components/input/themes/light/input.fluent.css.js +6 -19
  209. package/components/input/themes/light/input.fluent.css.js.map +1 -1
  210. package/components/input/themes/light/input.indigo.css.js +16 -1
  211. package/components/input/themes/light/input.indigo.css.js.map +1 -1
  212. package/components/input/themes/light/input.material.css.js +30 -11
  213. package/components/input/themes/light/input.material.css.js.map +1 -1
  214. package/components/list/themes/light/list-header.base.css.js +0 -32
  215. package/components/list/themes/light/list-header.base.css.js.map +1 -1
  216. package/components/list/themes/light/list-item.base.css.js +1 -33
  217. package/components/list/themes/light/list-item.base.css.js.map +1 -1
  218. package/components/list/themes/light/list-item.bootstrap.css.js +1 -1
  219. package/components/list/themes/light/list-item.bootstrap.css.js.map +1 -1
  220. package/components/list/themes/light/list-item.fluent.css.js +1 -1
  221. package/components/list/themes/light/list-item.fluent.css.js.map +1 -1
  222. package/components/list/themes/light/list-item.indigo.css.js +1 -1
  223. package/components/list/themes/light/list-item.indigo.css.js.map +1 -1
  224. package/components/list/themes/light/list.base.css.js +1 -1
  225. package/components/list/themes/light/list.base.css.js.map +1 -1
  226. package/components/list/themes/light/list.bootstrap.css.js +1 -1
  227. package/components/list/themes/light/list.bootstrap.css.js.map +1 -1
  228. package/components/mask-input/mask-input-base.d.ts +2 -9
  229. package/components/mask-input/mask-input-base.js +7 -12
  230. package/components/mask-input/mask-input-base.js.map +1 -1
  231. package/components/mask-input/mask-input.d.ts +5 -6
  232. package/components/mask-input/mask-input.js +42 -51
  233. package/components/mask-input/mask-input.js.map +1 -1
  234. package/components/mask-input/mask-parser.js +1 -0
  235. package/components/mask-input/mask-parser.js.map +1 -1
  236. package/components/nav-drawer/themes/light/indigo/nav-drawer-item.indigo.css.js +2 -2
  237. package/components/nav-drawer/themes/light/indigo/nav-drawer-item.indigo.css.js.map +1 -1
  238. package/components/nav-drawer/themes/light/indigo/nav-drawer.indigo.css.js +2 -2
  239. package/components/nav-drawer/themes/light/indigo/nav-drawer.indigo.css.js.map +1 -1
  240. package/components/nav-drawer/themes/light/nav-drawer-header-item.base.css.js +0 -32
  241. package/components/nav-drawer/themes/light/nav-drawer-header-item.base.css.js.map +1 -1
  242. package/components/nav-drawer/themes/light/nav-drawer-item.base.css.js +1 -34
  243. package/components/nav-drawer/themes/light/nav-drawer-item.base.css.js.map +1 -1
  244. package/components/nav-drawer/themes/light/nav-drawer.base.css.js +1 -1
  245. package/components/nav-drawer/themes/light/nav-drawer.base.css.js.map +1 -1
  246. package/components/navbar/themes/light/navbar.bootstrap.css.js +0 -32
  247. package/components/navbar/themes/light/navbar.bootstrap.css.js.map +1 -1
  248. package/components/navbar/themes/light/navbar.fluent.css.js +0 -32
  249. package/components/navbar/themes/light/navbar.fluent.css.js.map +1 -1
  250. package/components/navbar/themes/light/navbar.indigo.css.js +0 -32
  251. package/components/navbar/themes/light/navbar.indigo.css.js.map +1 -1
  252. package/components/navbar/themes/light/navbar.material.css.js +0 -32
  253. package/components/navbar/themes/light/navbar.material.css.js.map +1 -1
  254. package/components/progress/themes/linear/linear.progress.base.css.js +1 -0
  255. package/components/progress/themes/linear/linear.progress.base.css.js.map +1 -1
  256. package/components/progress/themes/linear/linear.progress.indigo.css.js +0 -32
  257. package/components/progress/themes/linear/linear.progress.indigo.css.js.map +1 -1
  258. package/components/radio/radio.d.ts +13 -37
  259. package/components/radio/radio.js +135 -97
  260. package/components/radio/radio.js.map +1 -1
  261. package/components/radio/themes/light/radio.bootstrap.css.js +8 -36
  262. package/components/radio/themes/light/radio.bootstrap.css.js.map +1 -1
  263. package/components/radio/themes/light/radio.fluent.css.js +0 -32
  264. package/components/radio/themes/light/radio.fluent.css.js.map +1 -1
  265. package/components/radio/themes/light/radio.indigo.css.js +11 -37
  266. package/components/radio/themes/light/radio.indigo.css.js.map +1 -1
  267. package/components/radio/themes/light/radio.material.css.js +1 -33
  268. package/components/radio/themes/light/radio.material.css.js.map +1 -1
  269. package/components/radio-group/radio-group.d.ts +0 -4
  270. package/components/radio-group/radio-group.js +3 -54
  271. package/components/radio-group/radio-group.js.map +1 -1
  272. package/components/rating/dark/rating.fluent.css.d.ts +1 -0
  273. package/components/rating/dark/rating.fluent.css.js +3 -0
  274. package/components/rating/dark/rating.fluent.css.js.map +1 -0
  275. package/components/rating/rating-symbol.base.css.js +1 -1
  276. package/components/rating/rating-symbol.base.css.js.map +1 -1
  277. package/components/rating/rating.base.css.js +8 -4
  278. package/components/rating/rating.base.css.js.map +1 -1
  279. package/components/rating/rating.d.ts +10 -11
  280. package/components/rating/rating.fluent.css.js +13 -7
  281. package/components/rating/rating.fluent.css.js.map +1 -1
  282. package/components/rating/rating.js +19 -15
  283. package/components/rating/rating.js.map +1 -1
  284. package/components/select/select-item.d.ts +0 -2
  285. package/components/select/select-item.js +0 -3
  286. package/components/select/select-item.js.map +1 -1
  287. package/components/select/select.d.ts +7 -34
  288. package/components/select/select.js +27 -37
  289. package/components/select/select.js.map +1 -1
  290. package/components/select/themes/light/select.base.css.js +1 -0
  291. package/components/select/themes/light/select.base.css.js.map +1 -1
  292. package/components/select/themes/light/select.bootstrap.css.js +5 -37
  293. package/components/select/themes/light/select.bootstrap.css.js.map +1 -1
  294. package/components/select/themes/light/select.fluent.css.js +5 -37
  295. package/components/select/themes/light/select.fluent.css.js.map +1 -1
  296. package/components/select/themes/light/select.indigo.css.js +4 -36
  297. package/components/select/themes/light/select.indigo.css.js.map +1 -1
  298. package/components/select/themes/light/select.material.css.js +14 -46
  299. package/components/select/themes/light/select.material.css.js.map +1 -1
  300. package/components/slider/slider.d.ts +4 -12
  301. package/components/slider/slider.js +16 -25
  302. package/components/slider/slider.js.map +1 -1
  303. package/components/slider/themes/light/slider.base.css.js +17 -8
  304. package/components/slider/themes/light/slider.base.css.js.map +1 -1
  305. package/components/slider/themes/light/slider.fluent.css.js +6 -3
  306. package/components/slider/themes/light/slider.fluent.css.js.map +1 -1
  307. package/components/slider/themes/light/slider.indigo.css.js +4 -1
  308. package/components/slider/themes/light/slider.indigo.css.js.map +1 -1
  309. package/components/snackbar/snackbar.js +1 -1
  310. package/components/snackbar/snackbar.js.map +1 -1
  311. package/components/stepper/animations.d.ts +2 -0
  312. package/components/stepper/animations.js +22 -0
  313. package/components/stepper/animations.js.map +1 -0
  314. package/components/stepper/step.d.ts +17 -8
  315. package/components/stepper/step.js +29 -0
  316. package/components/stepper/step.js.map +1 -1
  317. package/components/stepper/stepper.d.ts +19 -3
  318. package/components/stepper/stepper.js +58 -7
  319. package/components/stepper/stepper.js.map +1 -1
  320. package/components/stepper/themes/step/light/step.base.css.js +44 -165
  321. package/components/stepper/themes/step/light/step.base.css.js.map +1 -1
  322. package/components/stepper/themes/step/light/step.bootstrap.css.js +116 -19
  323. package/components/stepper/themes/step/light/step.bootstrap.css.js.map +1 -1
  324. package/components/stepper/themes/step/light/step.fluent.css.js +112 -12
  325. package/components/stepper/themes/step/light/step.fluent.css.js.map +1 -1
  326. package/components/stepper/themes/step/light/step.indigo.css.js +112 -25
  327. package/components/stepper/themes/step/light/step.indigo.css.js.map +1 -1
  328. package/components/stepper/themes/step/light/step.material.css.js +112 -4
  329. package/components/stepper/themes/step/light/step.material.css.js.map +1 -1
  330. package/components/stepper/themes/stepper/stepper.base.css.js +2 -0
  331. package/components/stepper/themes/stepper/stepper.base.css.js.map +1 -1
  332. package/components/toast/toast.js +1 -1
  333. package/components/toast/toast.js.map +1 -1
  334. package/components/tree/themes/light/tree-item.base.css.js +0 -3
  335. package/components/tree/themes/light/tree-item.base.css.js.map +1 -1
  336. package/components/tree/themes/light/tree-item.bootstrap.css.js +60 -3
  337. package/components/tree/themes/light/tree-item.bootstrap.css.js.map +1 -1
  338. package/components/tree/themes/light/tree-item.fluent.css.js +58 -1
  339. package/components/tree/themes/light/tree-item.fluent.css.js.map +1 -1
  340. package/components/tree/themes/light/tree-item.indigo.css.js +58 -1
  341. package/components/tree/themes/light/tree-item.indigo.css.js.map +1 -1
  342. package/components/tree/themes/light/tree-item.material.css.d.ts +1 -0
  343. package/components/tree/themes/light/tree-item.material.css.js +58 -0
  344. package/components/tree/themes/light/tree-item.material.css.js.map +1 -0
  345. package/components/tree/tree-item.js +8 -6
  346. package/components/tree/tree-item.js.map +1 -1
  347. package/components/tree/tree.d.ts +0 -6
  348. package/components/tree/tree.js +0 -4
  349. package/components/tree/tree.js.map +1 -1
  350. package/components/tree/tree.navigation.js +3 -2
  351. package/components/tree/tree.navigation.js.map +1 -1
  352. package/custom-elements.json +798 -525
  353. package/package.json +3 -3
  354. package/themes/dark/bootstrap.css +274 -61
  355. package/themes/dark/fluent.css +291 -60
  356. package/themes/dark/indigo.css +508 -3
  357. package/themes/dark/material.css +244 -54
  358. package/themes/light/bootstrap.css +5 -2
  359. package/themes/light/fluent.css +5 -2
  360. package/themes/light/indigo.css +229 -2
  361. package/themes/light/material.css +5 -2
  362. package/vscode-html-custom-data.json +239 -286
  363. package/components/avatar/themes/dark/avatar.base.bootstrap.css.js.map +0 -1
  364. package/components/avatar/themes/light/avatar.base.css.js.map +0 -1
  365. package/components/common/types.d.ts +0 -1
  366. package/components/common/types.js +0 -2
  367. package/components/common/types.js.map +0 -1
  368. /package/components/avatar/themes/{light/avatar.base.css.d.ts → avatar.base.css.d.ts} +0 -0
  369. /package/components/avatar/themes/dark/{avatar.base.bootstrap.css.d.ts → avatar.bootstrap.css.d.ts} +0 -0
@@ -95,7 +95,7 @@
95
95
  },
96
96
  {
97
97
  "name": "igc-button",
98
- "description": "Represents a clickable button, used to submit forms or anywhere in a\ndocument for accessible, standard button functionality.\n\nEvents:\n\n * `igcFocus` {} - Emitted when the button gains focus.\n\n * `igcBlur` {} - Emitted when the button loses focus.\n\nSlots:\n\n * ` ` {} - Renders the label of the button.\n\n * `prefix` {} - Renders content before the label of the button.\n\n * `suffix` {} - Renders content after the label of the button.\n\nAttributes:\n\n * `variant` {`\"flat\" | \"contained\" | \"outlined\" | \"fab\"`} - Sets the variant of the button.\n\n * `type` {`\"button\" | \"reset\" | \"submit\"`} - The type of the button. Defaults to undefined.\n\n * `href` {`string`} - The URL the button points to.\n\n * `download` {`string`} - Prompts to save the linked URL instead of navigating to it.\n\n * `target` {`\"_blank\" | \"_parent\" | \"_self\" | \"_top\" | undefined`} - Where to display the linked URL, as the name for a browsing context.\n\n * `rel` {`string`} - The relationship of the linked URL.\nSee https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types\n\n * `disabled` {`boolean`} - Determines whether the button is disabled.\n\n * `aria-label` {`string`} - \n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-button\"`} - \n\n * `styles` - \n\n * `variant` {`\"flat\" | \"contained\" | \"outlined\" | \"fab\"`} - Sets the variant of the button.\n\n * `shadowRootOptions` {`{ delegatesFocus: boolean; mode: ShadowRootMode; slotAssignment?: SlotAssignmentMode | undefined; customElements?: CustomElementRegistry | undefined; }`} - \n\n * `nativeElement` {`HTMLElement`} - \n\n * `_ariaLabel` {`string`} - \n\n * `type` {`\"button\" | \"reset\" | \"submit\"`} - The type of the button. Defaults to undefined.\n\n * `href` {`string`} - The URL the button points to.\n\n * `download` {`string`} - Prompts to save the linked URL instead of navigating to it.\n\n * `target` {`\"_blank\" | \"_parent\" | \"_self\" | \"_top\" | undefined`} - Where to display the linked URL, as the name for a browsing context.\n\n * `rel` {`string`} - The relationship of the linked URL.\nSee https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types\n\n * `disabled` {`boolean`} - Determines whether the button is disabled.\n\n * `ariaLabel` {`string`} - \n\n * `classes` {`{ flat: boolean; outlined: boolean; contained: boolean; fab: boolean; small: boolean; medium: boolean; large: boolean; disabled: boolean; }`} - \n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.",
98
+ "description": "Represents a clickable button, used to submit forms or anywhere in a\ndocument for accessible, standard button functionality.\n\nEvents:\n\n * `igcFocus` {} - Emitted when the button gains focus.\n\n * `igcBlur` {} - Emitted when the button loses focus.\n\nSlots:\n\n * ` ` {} - Renders the label of the button.\n\n * `prefix` {} - Renders content before the label of the button.\n\n * `suffix` {} - Renders content after the label of the button.\n\nAttributes:\n\n * `variant` {`\"flat\" | \"contained\" | \"outlined\" | \"fab\"`} - Sets the variant of the button.\n\n * `type` {`\"button\" | \"reset\" | \"submit\"`} - The type of the button. Defaults to undefined.\n\n * `href` {`string`} - The URL the button points to.\n\n * `download` {`string`} - Prompts to save the linked URL instead of navigating to it.\n\n * `target` {`\"_blank\" | \"_parent\" | \"_self\" | \"_top\" | undefined`} - Where to display the linked URL, as the name for a browsing context.\n\n * `rel` {`string`} - The relationship of the linked URL.\nSee https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types\n\n * `disabled` {`boolean`} - The disabled state of the component\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-button\"`} - \n\n * `styles` - \n\n * `variant` {`\"flat\" | \"contained\" | \"outlined\" | \"fab\"`} - Sets the variant of the button.\n\n * `formAssociated` {`true`} - \n\n * `shadowRootOptions` {`{ delegatesFocus: boolean; mode: ShadowRootMode; slotAssignment?: SlotAssignmentMode | undefined; customElements?: CustomElementRegistry | undefined; }`} - \n\n * `nativeElement` {`HTMLElement`} - \n\n * `_disabled` {`boolean`} - \n\n * `type` {`\"button\" | \"reset\" | \"submit\"`} - The type of the button. Defaults to undefined.\n\n * `href` {`string`} - The URL the button points to.\n\n * `download` {`string`} - Prompts to save the linked URL instead of navigating to it.\n\n * `target` {`\"_blank\" | \"_parent\" | \"_self\" | \"_top\" | undefined`} - Where to display the linked URL, as the name for a browsing context.\n\n * `rel` {`string`} - The relationship of the linked URL.\nSee https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types\n\n * `disabled` {`boolean`} - The disabled state of the component\n\n * `form` - Returns the HTMLFormElement associated with this element.\n\n * `classes` {`{ flat: boolean; outlined: boolean; contained: boolean; fab: boolean; small: boolean; medium: boolean; large: boolean; disabled: boolean; }`} - \n\n * `#internals` - \n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.",
99
99
  "attributes": [
100
100
  {
101
101
  "name": "variant",
@@ -162,13 +162,9 @@
162
162
  },
163
163
  {
164
164
  "name": "disabled",
165
- "description": "`disabled` {`boolean`} - Determines whether the button is disabled.\n\nProperty: disabled\n\nDefault: false",
165
+ "description": "`disabled` {`boolean`} - The disabled state of the component\n\nProperty: disabled\n\nDefault: false",
166
166
  "valueSet": "v"
167
167
  },
168
- {
169
- "name": "aria-label",
170
- "description": "`aria-label` {`string`} - \n\nProperty: ariaLabel"
171
- },
172
168
  {
173
169
  "name": "size",
174
170
  "description": "`size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperty: size\n\nDefault: medium"
@@ -185,7 +181,7 @@
185
181
  },
186
182
  {
187
183
  "name": "igc-icon-button",
188
- "description": "Attributes:\n\n * `name` {`string`} - The name of the icon.\n\n * `collection` {`string`} - The name of the icon collection.\n\n * `mirrored` {`boolean`} - Whether to flip the icon button. Useful for RTL layouts.\n\n * `variant` {`\"flat\" | \"contained\" | \"outlined\"`} - The visual variant of the icon button.\n\n * `type` {`\"button\" | \"reset\" | \"submit\"`} - The type of the button. Defaults to undefined.\n\n * `href` {`string`} - The URL the button points to.\n\n * `download` {`string`} - Prompts to save the linked URL instead of navigating to it.\n\n * `target` {`\"_blank\" | \"_parent\" | \"_self\" | \"_top\" | undefined`} - Where to display the linked URL, as the name for a browsing context.\n\n * `rel` {`string`} - The relationship of the linked URL.\nSee https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types\n\n * `disabled` {`boolean`} - Determines whether the button is disabled.\n\n * `aria-label` {`string`} - \n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-icon-button\"`} - \n\n * `styles` - \n\n * `name` {`string`} - The name of the icon.\n\n * `collection` {`string`} - The name of the icon collection.\n\n * `mirrored` {`boolean`} - Whether to flip the icon button. Useful for RTL layouts.\n\n * `variant` {`\"flat\" | \"contained\" | \"outlined\"`} - The visual variant of the icon button.\n\n * `shadowRootOptions` {`{ delegatesFocus: boolean; mode: ShadowRootMode; slotAssignment?: SlotAssignmentMode | undefined; customElements?: CustomElementRegistry | undefined; }`} - \n\n * `nativeElement` {`HTMLElement`} - \n\n * `_ariaLabel` {`string`} - \n\n * `type` {`\"button\" | \"reset\" | \"submit\"`} - The type of the button. Defaults to undefined.\n\n * `href` {`string`} - The URL the button points to.\n\n * `download` {`string`} - Prompts to save the linked URL instead of navigating to it.\n\n * `target` {`\"_blank\" | \"_parent\" | \"_self\" | \"_top\" | undefined`} - Where to display the linked URL, as the name for a browsing context.\n\n * `rel` {`string`} - The relationship of the linked URL.\nSee https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types\n\n * `disabled` {`boolean`} - Determines whether the button is disabled.\n\n * `ariaLabel` {`string`} - \n\n * `classes` - \n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.",
184
+ "description": "Attributes:\n\n * `name` {`string`} - The name of the icon.\n\n * `collection` {`string`} - The name of the icon collection.\n\n * `mirrored` {`boolean`} - Whether to flip the icon button. Useful for RTL layouts.\n\n * `variant` {`\"flat\" | \"contained\" | \"outlined\"`} - The visual variant of the icon button.\n\n * `type` {`\"button\" | \"reset\" | \"submit\"`} - The type of the button. Defaults to undefined.\n\n * `href` {`string`} - The URL the button points to.\n\n * `download` {`string`} - Prompts to save the linked URL instead of navigating to it.\n\n * `target` {`\"_blank\" | \"_parent\" | \"_self\" | \"_top\" | undefined`} - Where to display the linked URL, as the name for a browsing context.\n\n * `rel` {`string`} - The relationship of the linked URL.\nSee https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types\n\n * `disabled` {`boolean`} - The disabled state of the component\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-icon-button\"`} - \n\n * `styles` - \n\n * `name` {`string`} - The name of the icon.\n\n * `collection` {`string`} - The name of the icon collection.\n\n * `mirrored` {`boolean`} - Whether to flip the icon button. Useful for RTL layouts.\n\n * `variant` {`\"flat\" | \"contained\" | \"outlined\"`} - The visual variant of the icon button.\n\n * `formAssociated` {`true`} - \n\n * `shadowRootOptions` {`{ delegatesFocus: boolean; mode: ShadowRootMode; slotAssignment?: SlotAssignmentMode | undefined; customElements?: CustomElementRegistry | undefined; }`} - \n\n * `nativeElement` {`HTMLElement`} - \n\n * `_disabled` {`boolean`} - \n\n * `type` {`\"button\" | \"reset\" | \"submit\"`} - The type of the button. Defaults to undefined.\n\n * `href` {`string`} - The URL the button points to.\n\n * `download` {`string`} - Prompts to save the linked URL instead of navigating to it.\n\n * `target` {`\"_blank\" | \"_parent\" | \"_self\" | \"_top\" | undefined`} - Where to display the linked URL, as the name for a browsing context.\n\n * `rel` {`string`} - The relationship of the linked URL.\nSee https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types\n\n * `disabled` {`boolean`} - The disabled state of the component\n\n * `form` - Returns the HTMLFormElement associated with this element.\n\n * `classes` - \n\n * `#internals` - \n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.",
189
185
  "attributes": [
190
186
  {
191
187
  "name": "name",
@@ -262,13 +258,9 @@
262
258
  },
263
259
  {
264
260
  "name": "disabled",
265
- "description": "`disabled` {`boolean`} - Determines whether the button is disabled.\n\nProperty: disabled\n\nDefault: false",
261
+ "description": "`disabled` {`boolean`} - The disabled state of the component\n\nProperty: disabled\n\nDefault: false",
266
262
  "valueSet": "v"
267
263
  },
268
- {
269
- "name": "aria-label",
270
- "description": "`aria-label` {`string`} - \n\nProperty: ariaLabel"
271
- },
272
264
  {
273
265
  "name": "size",
274
266
  "description": "`size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperty: size\n\nDefault: large",
@@ -625,41 +617,22 @@
625
617
  },
626
618
  {
627
619
  "name": "igc-checkbox",
628
- "description": "A check box allowing single values to be selected/deselected.\n\nEvents:\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 * ` ` {} - The checkbox label.\n\nAttributes:\n\n * `indeterminate` {`boolean`} - Draws the checkbox in indeterminate state.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `value` {`string`} - The value attribute of the control.\n\n * `disabled` {`boolean`} - Disables the control.\n\n * `checked` {`boolean`} - The checked state of the control.\n\n * `required` {`boolean`} - Makes the control a required field.\n\n * `invalid` {`boolean`} - Controls the validity of the control.\n\n * `label-position` {`\"before\" | \"after\"`} - The label position of the control.\n\n * `aria-labelledby` {`string`} - Sets the aria-labelledby attribute for the control.\n\nProperties:\n\n * `tagName` {`\"igc-checkbox\"`} - \n\n * `styles` - \n\n * `increment` - \n\n * `inputId` {`string`} - \n\n * `labelId` {`string`} - \n\n * `indeterminate` {`boolean`} - Draws the checkbox in indeterminate state.\n\n * `input` {`HTMLInputElement`} - \n\n * `label` {`Node[]`} - \n\n * `focused` {`boolean`} - \n\n * `hideLabel` {`boolean`} - \n\n * `name` {`string`} - The name attribute of the control.\n\n * `value` {`string`} - The value attribute of the control.\n\n * `disabled` {`boolean`} - Disables the control.\n\n * `checked` {`boolean`} - The checked state of the control.\n\n * `required` {`boolean`} - Makes the control a required field.\n\n * `invalid` {`boolean`} - Controls the validity of the control.\n\n * `labelPosition` {`\"before\" | \"after\"`} - The label position of the control.\n\n * `ariaLabelledby` {`string`} - Sets the aria-labelledby attribute for the control.",
620
+ "description": "A check box allowing single values to be selected/deselected.\n\nEvents:\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 * ` ` {} - The checkbox label.\n\nAttributes:\n\n * `indeterminate` {`boolean`} - Draws the checkbox in indeterminate state.\n\n * `value` {`string`} - The value attribute of the control.\n\n * `checked` {`boolean`} - The checked state of the control.\n\n * `label-position` {`\"before\" | \"after\"`} - The label position of the control.\n\n * `required` {`boolean`} - Makes the control a required field in a form context.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `disabled` {`boolean`} - The disabled state of the component\n\n * `invalid` {`boolean`} - Control the validity of the control.\n\nProperties:\n\n * `tagName` {`\"igc-checkbox\"`} - \n\n * `styles` - \n\n * `increment` - \n\n * `inputId` {`string`} - \n\n * `labelId` {`string`} - \n\n * `indeterminate` {`boolean`} - Draws the checkbox in indeterminate state.\n\n * `input` {`HTMLInputElement`} - \n\n * `label` {`Node[]`} - \n\n * `focused` {`boolean`} - \n\n * `hideLabel` {`boolean`} - \n\n * `value` {`string`} - The value attribute of the control.\n\n * `checked` {`boolean`} - The checked state of the control.\n\n * `labelPosition` {`\"before\" | \"after\"`} - The label position of the control.\n\n * `required` {`boolean`} - Makes the control a required field in a form context.\n\n * `formAssociated` {`true`} - \n\n * `validators` {`Validator<this>[]`} - \n\n * `_disabled` {`boolean`} - \n\n * `_invalid` {`boolean`} - \n\n * `_dirty` {`boolean`} - \n\n * `_defaultValue` {`unknown`} - The default value of the control at \"creation\" time.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `form` - Returns the HTMLFormElement associated with this element.\n\n * `validity` - Returns a ValidityState object which represents the different validity states\nthe element can be in, with respect to constraint validation.\n\n * `validationMessage` - A string containing the validation message of this element.\n\n * `willValidate` - A boolean value which returns true if the element is a submittable element\nthat is a candidate for constraint validation.\n\n * `disabled` {`boolean`} - The disabled state of the component\n\n * `invalid` {`boolean`} - Control the validity of the control.\n\n * `handleInvalid` - \n\n * `#internals` - ",
629
621
  "attributes": [
630
622
  {
631
623
  "name": "indeterminate",
632
624
  "description": "`indeterminate` {`boolean`} - Draws the checkbox in indeterminate state.\n\nProperty: indeterminate\n\nDefault: false",
633
625
  "valueSet": "v"
634
626
  },
635
- {
636
- "name": "name",
637
- "description": "`name` {`string`} - The name attribute of the control.\n\nProperty: name"
638
- },
639
627
  {
640
628
  "name": "value",
641
629
  "description": "`value` {`string`} - The value attribute of the control.\n\nProperty: value"
642
630
  },
643
- {
644
- "name": "disabled",
645
- "description": "`disabled` {`boolean`} - Disables the control.\n\nProperty: disabled\n\nDefault: false",
646
- "valueSet": "v"
647
- },
648
631
  {
649
632
  "name": "checked",
650
633
  "description": "`checked` {`boolean`} - The checked state of the control.\n\nProperty: checked\n\nDefault: false",
651
634
  "valueSet": "v"
652
635
  },
653
- {
654
- "name": "required",
655
- "description": "`required` {`boolean`} - Makes the control a required field.\n\nProperty: required\n\nDefault: false",
656
- "valueSet": "v"
657
- },
658
- {
659
- "name": "invalid",
660
- "description": "`invalid` {`boolean`} - Controls the validity of the control.\n\nProperty: invalid\n\nDefault: false",
661
- "valueSet": "v"
662
- },
663
636
  {
664
637
  "name": "label-position",
665
638
  "description": "`label-position` {`\"before\" | \"after\"`} - The label position of the control.\n\nProperty: labelPosition\n\nDefault: after",
@@ -673,8 +646,23 @@
673
646
  ]
674
647
  },
675
648
  {
676
- "name": "aria-labelledby",
677
- "description": "`aria-labelledby` {`string`} - Sets the aria-labelledby attribute for the control.\n\nProperty: ariaLabelledby"
649
+ "name": "required",
650
+ "description": "`required` {`boolean`} - Makes the control a required field in a form context.\n\nProperty: required\n\nDefault: false",
651
+ "valueSet": "v"
652
+ },
653
+ {
654
+ "name": "name",
655
+ "description": "`name` {`string`} - The name attribute of the control.\n\nProperty: name"
656
+ },
657
+ {
658
+ "name": "disabled",
659
+ "description": "`disabled` {`boolean`} - The disabled state of the component\n\nProperty: disabled\n\nDefault: false",
660
+ "valueSet": "v"
661
+ },
662
+ {
663
+ "name": "invalid",
664
+ "description": "`invalid` {`boolean`} - Control the validity of the control.\n\nProperty: invalid\n\nDefault: false",
665
+ "valueSet": "v"
678
666
  },
679
667
  {
680
668
  "name": "onigcChange",
@@ -692,36 +680,17 @@
692
680
  },
693
681
  {
694
682
  "name": "igc-switch",
695
- "description": "Similar to a checkbox, a switch controls the state of a single setting on or off.\n\nEvents:\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 * ` ` {} - The switch label.\n\nAttributes:\n\n * `name` {`string`} - The name attribute of the control.\n\n * `value` {`string`} - The value attribute of the control.\n\n * `disabled` {`boolean`} - Disables the control.\n\n * `checked` {`boolean`} - The checked state of the control.\n\n * `required` {`boolean`} - Makes the control a required field.\n\n * `invalid` {`boolean`} - Controls the validity of the control.\n\n * `label-position` {`\"before\" | \"after\"`} - The label position of the control.\n\n * `aria-labelledby` {`string`} - Sets the aria-labelledby attribute for the control.\n\nProperties:\n\n * `tagName` {`\"igc-switch\"`} - \n\n * `styles` - \n\n * `increment` - \n\n * `inputId` {`string`} - \n\n * `labelId` {`string`} - \n\n * `input` {`HTMLInputElement`} - \n\n * `label` {`Node[]`} - \n\n * `focused` {`boolean`} - \n\n * `hideLabel` {`boolean`} - \n\n * `name` {`string`} - The name attribute of the control.\n\n * `value` {`string`} - The value attribute of the control.\n\n * `disabled` {`boolean`} - Disables the control.\n\n * `checked` {`boolean`} - The checked state of the control.\n\n * `required` {`boolean`} - Makes the control a required field.\n\n * `invalid` {`boolean`} - Controls the validity of the control.\n\n * `labelPosition` {`\"before\" | \"after\"`} - The label position of the control.\n\n * `ariaLabelledby` {`string`} - Sets the aria-labelledby attribute for the control.",
683
+ "description": "Similar to a checkbox, a switch controls the state of a single setting on or off.\n\nEvents:\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 * ` ` {} - The switch label.\n\nAttributes:\n\n * `value` {`string`} - The value attribute of the control.\n\n * `checked` {`boolean`} - The checked state of the control.\n\n * `label-position` {`\"before\" | \"after\"`} - The label position of the control.\n\n * `required` {`boolean`} - Makes the control a required field in a form context.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `disabled` {`boolean`} - The disabled state of the component\n\n * `invalid` {`boolean`} - Control the validity of the control.\n\nProperties:\n\n * `tagName` {`\"igc-switch\"`} - \n\n * `styles` - \n\n * `increment` - \n\n * `inputId` {`string`} - \n\n * `labelId` {`string`} - \n\n * `input` {`HTMLInputElement`} - \n\n * `label` {`Node[]`} - \n\n * `focused` {`boolean`} - \n\n * `hideLabel` {`boolean`} - \n\n * `value` {`string`} - The value attribute of the control.\n\n * `checked` {`boolean`} - The checked state of the control.\n\n * `labelPosition` {`\"before\" | \"after\"`} - The label position of the control.\n\n * `required` {`boolean`} - Makes the control a required field in a form context.\n\n * `formAssociated` {`true`} - \n\n * `validators` {`Validator<this>[]`} - \n\n * `_disabled` {`boolean`} - \n\n * `_invalid` {`boolean`} - \n\n * `_dirty` {`boolean`} - \n\n * `_defaultValue` {`unknown`} - The default value of the control at \"creation\" time.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `form` - Returns the HTMLFormElement associated with this element.\n\n * `validity` - Returns a ValidityState object which represents the different validity states\nthe element can be in, with respect to constraint validation.\n\n * `validationMessage` - A string containing the validation message of this element.\n\n * `willValidate` - A boolean value which returns true if the element is a submittable element\nthat is a candidate for constraint validation.\n\n * `disabled` {`boolean`} - The disabled state of the component\n\n * `invalid` {`boolean`} - Control the validity of the control.\n\n * `handleInvalid` - \n\n * `#internals` - ",
696
684
  "attributes": [
697
- {
698
- "name": "name",
699
- "description": "`name` {`string`} - The name attribute of the control.\n\nProperty: name"
700
- },
701
685
  {
702
686
  "name": "value",
703
687
  "description": "`value` {`string`} - The value attribute of the control.\n\nProperty: value"
704
688
  },
705
- {
706
- "name": "disabled",
707
- "description": "`disabled` {`boolean`} - Disables the control.\n\nProperty: disabled\n\nDefault: false",
708
- "valueSet": "v"
709
- },
710
689
  {
711
690
  "name": "checked",
712
691
  "description": "`checked` {`boolean`} - The checked state of the control.\n\nProperty: checked\n\nDefault: false",
713
692
  "valueSet": "v"
714
693
  },
715
- {
716
- "name": "required",
717
- "description": "`required` {`boolean`} - Makes the control a required field.\n\nProperty: required\n\nDefault: false",
718
- "valueSet": "v"
719
- },
720
- {
721
- "name": "invalid",
722
- "description": "`invalid` {`boolean`} - Controls the validity of the control.\n\nProperty: invalid\n\nDefault: false",
723
- "valueSet": "v"
724
- },
725
694
  {
726
695
  "name": "label-position",
727
696
  "description": "`label-position` {`\"before\" | \"after\"`} - The label position of the control.\n\nProperty: labelPosition\n\nDefault: after",
@@ -735,8 +704,23 @@
735
704
  ]
736
705
  },
737
706
  {
738
- "name": "aria-labelledby",
739
- "description": "`aria-labelledby` {`string`} - Sets the aria-labelledby attribute for the control.\n\nProperty: ariaLabelledby"
707
+ "name": "required",
708
+ "description": "`required` {`boolean`} - Makes the control a required field in a form context.\n\nProperty: required\n\nDefault: false",
709
+ "valueSet": "v"
710
+ },
711
+ {
712
+ "name": "name",
713
+ "description": "`name` {`string`} - The name attribute of the control.\n\nProperty: name"
714
+ },
715
+ {
716
+ "name": "disabled",
717
+ "description": "`disabled` {`boolean`} - The disabled state of the component\n\nProperty: disabled\n\nDefault: false",
718
+ "valueSet": "v"
719
+ },
720
+ {
721
+ "name": "invalid",
722
+ "description": "`invalid` {`boolean`} - Control the validity of the control.\n\nProperty: invalid\n\nDefault: false",
723
+ "valueSet": "v"
740
724
  },
741
725
  {
742
726
  "name": "onigcChange",
@@ -844,27 +828,8 @@
844
828
  },
845
829
  {
846
830
  "name": "igc-combo",
847
- "description": "Events:\n\n * `igcFocus` {} - Emitted when the select gains focus.\n\n * `igcBlur` {} - Emitted when the select loses focus.\n\n * `igcChange` {} - Emitted when the control's selection has changed.\n\n * `igcOpening` {} - Emitted just before the list of options is opened.\n\n * `igcOpened` {} - Emitted after the list of options is opened.\n\n * `igcClosing` {} - Emitter just before the list of options is closed.\n\n * `igcClosed` {} - Emitted after the list of options is closed.\n\nSlots:\n\n * `prefix` {} - Renders content before the input.\n\n * `suffix` {} - Renders content after input.\n\n * `header` {} - Renders a container before the list of options.\n\n * `footer` {} - Renders a container after the list of options.\n\n * `helper-text` {} - Renders content below the input.\n\n * `toggle-icon` {} - Renders content inside the suffix container.\n\n * `clear-icon` {} - Renders content inside the suffix container.\n\nAttributes:\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 * `single-select` {`boolean`} - Enables single selection mode and moves item filtering to the main input.\n\n * `autofocus` {`boolean`} - The autofocus attribute of the control.\n\n * `autofocus-list` {`boolean`} - Focuses the list of options when the menu opens.\n\n * `label` {`string`} - The label attribute of the control.\n\n * `placeholder` {`string`} - The placeholder attribute of the control.\n\n * `placeholder-search` {`string`} - The placeholder attribute of the search input.\n\n * `dir` {`\"ltr\" | \"rtl\" | \"auto\"`} - The direction attribute of the control.\n\n * `open` {`boolean`} - Sets the open state of the component.\n\n * `flip` {`boolean`} - \n\n * `value-key` - The key in the data source used when selecting items.\n\n * `display-key` - The key in the data source used to display items in the list.\n\n * `group-key` - The key in the data source used to group items in the list.\n\n * `group-sorting` {\"asc\" | \"desc\"} - Sorts the items in each group by ascending or descending order.\n\n * `filtering-options` {FilteringOptions<T>} - An object that configures the filtering of the combo.\n\n * `case-sensitive-icon` {`boolean`} - Enables the case sensitive search icon in the filtering input.\n\n * `disable-filtering` {`boolean`} - Disables the filtering of the list of options.\n\n * `value` {`ComboValue<T>[]`} - Sets the value (selected items). The passed value must be a valid JSON array.\nIf the data source is an array of complex objects, the `valueKey` attribute must be set.\nNote that when `displayKey` is not explicitly set, it will fall back to the value of `valueKey`.\n\nProperties:\n\n * `tagName` {`\"igc-combo\"`} - \n\n * `styles` - \n\n * `_value` {`ComboValue<T>[]`} - \n\n * `_displayValue` {`string`} - \n\n * `_filteringOptions` {`FilteringOptions<T>`} - \n\n * `navigationController` - \n\n * `selectionController` - \n\n * `dataController` - \n\n * `helperText` {`HTMLElement[]`} - \n\n * `inputSuffix` {`HTMLElement[]`} - \n\n * `inputPrefix` {`HTMLElement[]`} - \n\n * `input` - \n\n * `target` - \n\n * `list` - \n\n * `data` {`T[]`} - The data source used to generate the list of options.\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 * `singleSelect` {`boolean`} - Enables single selection mode and moves item filtering to the main input.\n\n * `autofocus` {`boolean`} - The autofocus attribute of the control.\n\n * `autofocusList` {`boolean`} - Focuses the list of options when the menu opens.\n\n * `label` {`string`} - The label attribute of the control.\n\n * `placeholder` {`string`} - The placeholder attribute of the control.\n\n * `placeholderSearch` {`string`} - The placeholder attribute of the search input.\n\n * `dir` {`\"ltr\" | \"rtl\" | \"auto\"`} - The direction attribute of the control.\n\n * `open` {`boolean`} - Sets the open state of the component.\n\n * `flip` {`boolean`} - \n\n * `valueKey` - The key in the data source used when selecting items.\n\n * `displayKey` - The key in the data source used to display items in the list.\n\n * `groupKey` - The key in the data source used to group items in the list.\n\n * `groupSorting` {\"asc\" | \"desc\"} - Sorts the items in each group by ascending or descending order.\n\n * `filteringOptions` {FilteringOptions<T>} - An object that configures the filtering of the combo.\n\n * `caseSensitiveIcon` {`boolean`} - Enables the case sensitive search icon in the filtering input.\n\n * `disableFiltering` {`boolean`} - Disables the filtering of the list of options.\n\n * `itemTemplate` {ComboItemTemplate<T>} - The template used for the content of each combo item.\n\n * `groupHeaderTemplate` {ComboItemTemplate<T>} - The template used for the content of each combo group header.\n\n * `positionStrategy` {`\"absolute\" | \"fixed\"`} - Sets the component's positioning strategy.\n\n * `sameWidth` {`boolean`} - Whether the dropdown's width should be the same as the target's one.\n\n * `dataState` {`ComboRecord<T>[]`} - \n\n * `value` {`ComboValue<T>[]`} - Sets the value (selected items). The passed value must be a valid JSON array.\nIf the data source is an array of complex objects, the `valueKey` attribute must be set.\nNote that when `displayKey` is not explicitly set, it will fall back to the value of `valueKey`.\n\n * `selection` {`T[]`} - Returns the current selection as an array of objects as provided in the `data` source.\n\n * `itemRenderer` - \n\n * `hasPrefixes` {`boolean`} - \n\n * `hasSuffixes` {`boolean`} - \n\n * `toggleController` - ",
831
+ "description": "Events:\n\n * `igcFocus` {} - Emitted when the select gains focus.\n\n * `igcBlur` {} - Emitted when the select loses focus.\n\n * `igcChange` {} - Emitted when the control's selection has changed.\n\n * `igcOpening` {} - Emitted just before the list of options is opened.\n\n * `igcOpened` {} - Emitted after the list of options is opened.\n\n * `igcClosing` {} - Emitter just before the list of options is closed.\n\n * `igcClosed` {} - Emitted after the list of options is closed.\n\nSlots:\n\n * `prefix` {} - Renders content before the input.\n\n * `suffix` {} - Renders content after input.\n\n * `header` {} - Renders a container before the list of options.\n\n * `footer` {} - Renders a container after the list of options.\n\n * `helper-text` {} - Renders content below the input.\n\n * `toggle-icon` {} - Renders content inside the suffix container.\n\n * `clear-icon` {} - Renders content inside the suffix container.\n\nAttributes:\n\n * `outlined` {`boolean`} - The outlined attribute of the control.\n\n * `single-select` {`boolean`} - Enables single selection mode and moves item filtering to the main input.\n\n * `autofocus` {`boolean`} - The autofocus attribute of the control.\n\n * `autofocus-list` {`boolean`} - Focuses the list of options when the menu opens.\n\n * `label` {`string`} - The label attribute of the control.\n\n * `placeholder` {`string`} - The placeholder attribute of the control.\n\n * `placeholder-search` {`string`} - The placeholder attribute of the search input.\n\n * `open` {`boolean`} - Sets the open state of the component.\n\n * `flip` {`boolean`} - \n\n * `value-key` - The key in the data source used when selecting items.\n\n * `display-key` - The key in the data source used to display items in the list.\n\n * `group-key` - The key in the data source used to group items in the list.\n\n * `group-sorting` {\"asc\" | \"desc\"} - Sorts the items in each group by ascending or descending order.\n\n * `filtering-options` {FilteringOptions<T>} - An object that configures the filtering of the combo.\n\n * `case-sensitive-icon` {`boolean`} - Enables the case sensitive search icon in the filtering input.\n\n * `disable-filtering` {`boolean`} - Disables the filtering of the list of options.\n\n * `value` {`ComboValue<T>[]`} - Sets the value (selected items). The passed value must be a valid JSON array.\nIf the data source is an array of complex objects, the `valueKey` attribute must be set.\nNote that when `displayKey` is not explicitly set, it will fall back to the value of `valueKey`.\n\n * `required` {`boolean`} - Makes the control a required field in a form context.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `disabled` {`boolean`} - The disabled state of the component\n\n * `invalid` {`boolean`} - Control the validity of the control.\n\nProperties:\n\n * `tagName` {`\"igc-combo\"`} - \n\n * `styles` - \n\n * `_value` {`ComboValue<T>[]`} - \n\n * `_displayValue` {`string`} - \n\n * `_filteringOptions` {`FilteringOptions<T>`} - \n\n * `navigationController` - \n\n * `selectionController` - \n\n * `dataController` - \n\n * `helperText` {`HTMLElement[]`} - \n\n * `inputSuffix` {`HTMLElement[]`} - \n\n * `inputPrefix` {`HTMLElement[]`} - \n\n * `input` - \n\n * `target` - \n\n * `list` - \n\n * `data` {`T[]`} - The data source used to generate the list of options.\n\n * `outlined` {`boolean`} - The outlined attribute of the control.\n\n * `singleSelect` {`boolean`} - Enables single selection mode and moves item filtering to the main input.\n\n * `autofocus` {`boolean`} - The autofocus attribute of the control.\n\n * `autofocusList` {`boolean`} - Focuses the list of options when the menu opens.\n\n * `label` {`string`} - The label attribute of the control.\n\n * `placeholder` {`string`} - The placeholder attribute of the control.\n\n * `placeholderSearch` {`string`} - The placeholder attribute of the search input.\n\n * `open` {`boolean`} - Sets the open state of the component.\n\n * `flip` {`boolean`} - \n\n * `valueKey` - The key in the data source used when selecting items.\n\n * `displayKey` - The key in the data source used to display items in the list.\n\n * `groupKey` - The key in the data source used to group items in the list.\n\n * `groupSorting` {\"asc\" | \"desc\"} - Sorts the items in each group by ascending or descending order.\n\n * `filteringOptions` {FilteringOptions<T>} - An object that configures the filtering of the combo.\n\n * `caseSensitiveIcon` {`boolean`} - Enables the case sensitive search icon in the filtering input.\n\n * `disableFiltering` {`boolean`} - Disables the filtering of the list of options.\n\n * `itemTemplate` {ComboItemTemplate<T>} - The template used for the content of each combo item.\n\n * `groupHeaderTemplate` {ComboItemTemplate<T>} - The template used for the content of each combo group header.\n\n * `positionStrategy` {`\"absolute\" | \"fixed\"`} - Sets the component's positioning strategy.\n\n * `sameWidth` {`boolean`} - Whether the dropdown's width should be the same as the target's one.\n\n * `dataState` {`ComboRecord<T>[]`} - \n\n * `value` {`ComboValue<T>[]`} - Sets the value (selected items). The passed value must be a valid JSON array.\nIf the data source is an array of complex objects, the `valueKey` attribute must be set.\nNote that when `displayKey` is not explicitly set, it will fall back to the value of `valueKey`.\n\n * `selection` {`T[]`} - Returns the current selection as an array of objects as provided in the `data` source.\n\n * `itemRenderer` - \n\n * `hasPrefixes` {`boolean`} - \n\n * `hasSuffixes` {`boolean`} - \n\n * `toggleController` - \n\n * `required` {`boolean`} - Makes the control a required field in a form context.\n\n * `formAssociated` {`true`} - \n\n * `validators` {`Validator<this>[]`} - \n\n * `_disabled` {`boolean`} - \n\n * `_invalid` {`boolean`} - \n\n * `_dirty` {`boolean`} - \n\n * `_defaultValue` {`unknown`} - The default value of the control at \"creation\" time.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `form` - Returns the HTMLFormElement associated with this element.\n\n * `validity` - Returns a ValidityState object which represents the different validity states\nthe element can be in, with respect to constraint validation.\n\n * `validationMessage` - A string containing the validation message of this element.\n\n * `willValidate` - A boolean value which returns true if the element is a submittable element\nthat is a candidate for constraint validation.\n\n * `disabled` {`boolean`} - The disabled state of the component\n\n * `invalid` {`boolean`} - Control the validity of the control.\n\n * `handleInvalid` - \n\n * `#internals` - ",
848
832
  "attributes": [
849
- {
850
- "name": "name",
851
- "description": "`name` {`string`} - The name attribute of the control.\n\nProperty: name"
852
- },
853
- {
854
- "name": "disabled",
855
- "description": "`disabled` {`boolean`} - The disabled attribute of the control.\n\nProperty: disabled\n\nDefault: false",
856
- "valueSet": "v"
857
- },
858
- {
859
- "name": "required",
860
- "description": "`required` {`boolean`} - The required attribute of the control.\n\nProperty: required\n\nDefault: false",
861
- "valueSet": "v"
862
- },
863
- {
864
- "name": "invalid",
865
- "description": "`invalid` {`boolean`} - The invalid attribute of the control.\n\nProperty: invalid\n\nDefault: false",
866
- "valueSet": "v"
867
- },
868
833
  {
869
834
  "name": "outlined",
870
835
  "description": "`outlined` {`boolean`} - The outlined attribute of the control.\n\nProperty: outlined\n\nDefault: false",
@@ -897,21 +862,6 @@
897
862
  "name": "placeholder-search",
898
863
  "description": "`placeholder-search` {`string`} - The placeholder attribute of the search input.\n\nProperty: placeholderSearch\n\nDefault: Search"
899
864
  },
900
- {
901
- "name": "dir",
902
- "description": "`dir` {`\"ltr\" | \"rtl\" | \"auto\"`} - The direction attribute of the control.\n\nProperty: dir\n\nDefault: auto",
903
- "values": [
904
- {
905
- "name": "ltr"
906
- },
907
- {
908
- "name": "rtl"
909
- },
910
- {
911
- "name": "auto"
912
- }
913
- ]
914
- },
915
865
  {
916
866
  "name": "open",
917
867
  "description": "`open` {`boolean`} - Sets the open state of the component.\n\nProperty: open\n\nDefault: false",
@@ -967,6 +917,25 @@
967
917
  "name": "value",
968
918
  "description": "`value` {`ComboValue<T>[]`} - Sets the value (selected items). The passed value must be a valid JSON array.\nIf the data source is an array of complex objects, the `valueKey` attribute must be set.\nNote that when `displayKey` is not explicitly set, it will fall back to the value of `valueKey`.\n\nProperty: value"
969
919
  },
920
+ {
921
+ "name": "required",
922
+ "description": "`required` {`boolean`} - Makes the control a required field in a form context.\n\nProperty: required\n\nDefault: false",
923
+ "valueSet": "v"
924
+ },
925
+ {
926
+ "name": "name",
927
+ "description": "`name` {`string`} - The name attribute of the control.\n\nProperty: name"
928
+ },
929
+ {
930
+ "name": "disabled",
931
+ "description": "`disabled` {`boolean`} - The disabled state of the component\n\nProperty: disabled\n\nDefault: false",
932
+ "valueSet": "v"
933
+ },
934
+ {
935
+ "name": "invalid",
936
+ "description": "`invalid` {`boolean`} - Control the validity of the control.\n\nProperty: invalid\n\nDefault: false",
937
+ "valueSet": "v"
938
+ },
970
939
  {
971
940
  "name": "onigcFocus",
972
941
  "description": "`igcFocus` {} - Emitted when the select gains focus."
@@ -999,21 +968,27 @@
999
968
  },
1000
969
  {
1001
970
  "name": "igc-date-time-input",
1002
- "description": "A date time input is an input field that lets you set and edit the date and time in a chosen input element\nusing customizable display and input formats.\n\nEvents:\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 * `input-format` {`string`} - The date format to apply on the input.\n\n * `min-value` {`Date | null`} - The minimum value required for the input to remain valid.\n\n * `max-value` {`Date | null`} - The maximum value required for the input to remain valid.\n\n * `display-format` {`string`} - Format to display the value in when not editing.\nDefaults to the input format if not set.\n\n * `spin-loop` {`boolean`} - Sets whether to loop over the currently spun segment.\n\n * `locale` {`string`} - The locale settings used to display the value.\n\n * `prompt` {`string`} - The prompt symbol to use for unfilled parts of the mask.\n\n * `invalid` {`boolean`} - Controls the validity of the control.\n\n * `value` {`Date | null`} - The value of the input.\n\n * `dir` {`Direction`} - The direction attribute of the control.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `outlined` {`boolean`} - Whether the control will have outlined appearance.\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-date-time-input\"`} - \n\n * `_defaultMask` {`string`} - \n\n * `_value` {`Date | null`} - \n\n * `_oldValue` {`Date | null`} - \n\n * `_inputDateParts` {`DatePartInfo[]`} - \n\n * `_inputFormat` {`string`} - \n\n * `_datePartDeltas` {`DatePartDeltas`} - \n\n * `inputFormat` {`string`} - The date format to apply on the input.\n\n * `minValue` {`Date | null`} - The minimum value required for the input to remain valid.\n\n * `maxValue` {`Date | null`} - The maximum value required for the input to remain valid.\n\n * `displayFormat` {`string`} - Format to display the value in when not editing.\nDefaults to the input format if not set.\n\n * `spinDelta` {`DatePartDeltas`} - Delta values used to increment or decrement each date part on step actions.\nAll values default to `1`.\n\n * `spinLoop` {`boolean`} - Sets whether to loop over the currently spun segment.\n\n * `locale` {`string`} - The locale settings used to display the value.\n\n * `hasDateParts` {`boolean`} - \n\n * `hasTimeParts` {`boolean`} - \n\n * `targetDatePart` {`DatePart | undefined`} - \n\n * `datePartDeltas` {`DatePartDeltas`} - \n\n * `parser` - \n\n * `selection` {`MaskRange`} - \n\n * `compositionStart` {`number`} - \n\n * `hasFocus` {`boolean`} - \n\n * `maskedValue` {`string`} - \n\n * `_mask` {`string`} - \n\n * `prompt` {`string`} - The prompt symbol to use for unfilled parts of the mask.\n\n * `invalid` {`boolean`} - Controls the validity of the control.\n\n * `inputSelection` {`MaskRange`} - \n\n * `emptyMask` {`string`} - \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` {`Date | null`} - The value of the input.\n\n * `input` {`HTMLInputElement`} - \n\n * `prefixes` {`HTMLElement[]`} - \n\n * `suffixes` {`HTMLElement[]`} - \n\n * `helperText` {`HTMLElement[]`} - \n\n * `dir` {`Direction`} - The direction attribute of the control.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `outlined` {`boolean`} - Whether the control will have outlined appearance.\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.",
971
+ "description": "A date time input is an input field that lets you set and edit the date and time in a chosen input element\nusing customizable display and input formats.\n\nEvents:\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 * `input-format` {`string`} - The date format to apply on the input.\n\n * `min` {`Date`} - The minimum value required for the input to remain valid.\n\n * `max` {`Date`} - The maximum value required for the input to remain valid.\n\n * `min-value` {`Date`} - The minimum value required for the input to remain valid.\n\n * `max-value` {`Date`} - The maximum value required for the input to remain valid.\n\n * `display-format` {`string`} - Format to display the value in when not editing.\nDefaults to the input format if not set.\n\n * `spin-loop` {`boolean`} - Sets whether to loop over the currently spun segment.\n\n * `locale` {`string`} - The locale settings used to display the value.\n\n * `prompt` {`string`} - The prompt symbol to use for unfilled parts of the mask.\n\n * `value` {`Date | null`} - The value of the input.\n\n * `outlined` {`boolean`} - Whether the control will have outlined appearance.\n\n * `readOnly` {`boolean`} - Makes the control a readonly 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 * `required` {`boolean`} - Makes the control a required field in a form context.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `disabled` {`boolean`} - The disabled state of the component\n\n * `invalid` {`boolean`} - Control the validity of the control.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-date-time-input\"`} - \n\n * `_defaultMask` {`string`} - \n\n * `_value` {`Date | null`} - \n\n * `_oldValue` {`Date | null`} - \n\n * `_inputDateParts` {`DatePartInfo[]`} - \n\n * `_inputFormat` {`string`} - \n\n * `_datePartDeltas` {`DatePartDeltas`} - \n\n * `inputFormat` {`string`} - The date format to apply on the input.\n\n * `min` {`Date`} - The minimum value required for the input to remain valid.\n\n * `max` {`Date`} - The maximum value required for the input to remain valid.\n\n * `minValue` {`Date`} - The minimum value required for the input to remain valid.\n\n * `maxValue` {`Date`} - The maximum value required for the input to remain valid.\n\n * `displayFormat` {`string`} - Format to display the value in when not editing.\nDefaults to the input format if not set.\n\n * `spinDelta` {`DatePartDeltas`} - Delta values used to increment or decrement each date part on step actions.\nAll values default to `1`.\n\n * `spinLoop` {`boolean`} - Sets whether to loop over the currently spun segment.\n\n * `locale` {`string`} - The locale settings used to display the value.\n\n * `hasDateParts` {`boolean`} - \n\n * `hasTimeParts` {`boolean`} - \n\n * `targetDatePart` {`DatePart | undefined`} - \n\n * `datePartDeltas` {`DatePartDeltas`} - \n\n * `keyMap` {`Map<string, ((event: KeyboardEvent) => void) | ((event: KeyboardEvent) => Promise<void>) | ((event: KeyboardEvent) => void)>`} - \n\n * `parser` - \n\n * `selection` {`MaskRange`} - \n\n * `compositionStart` {`number`} - \n\n * `focused` {`boolean`} - \n\n * `maskedValue` {`string`} - \n\n * `_mask` {`string`} - \n\n * `prompt` {`string`} - The prompt symbol to use for unfilled parts of the mask.\n\n * `inputSelection` {`MaskRange`} - \n\n * `emptyMask` {`string`} - \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` {`Date | null`} - The value of the input.\n\n * `input` {`HTMLInputElement`} - \n\n * `prefixes` {`HTMLElement[]`} - \n\n * `suffixes` {`HTMLElement[]`} - \n\n * `helperText` {`HTMLElement[]`} - \n\n * `outlined` {`boolean`} - Whether the control will have outlined appearance.\n\n * `readOnly` {`boolean`} - Makes the control a readonly 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 * `handleSlotChange` - \n\n * `required` {`boolean`} - Makes the control a required field in a form context.\n\n * `formAssociated` {`true`} - \n\n * `validators` {`Validator<this>[]`} - \n\n * `_disabled` {`boolean`} - \n\n * `_invalid` {`boolean`} - \n\n * `_dirty` {`boolean`} - \n\n * `_defaultValue` {`unknown`} - The default value of the control at \"creation\" time.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `form` - Returns the HTMLFormElement associated with this element.\n\n * `validity` - Returns a ValidityState object which represents the different validity states\nthe element can be in, with respect to constraint validation.\n\n * `validationMessage` - A string containing the validation message of this element.\n\n * `willValidate` - A boolean value which returns true if the element is a submittable element\nthat is a candidate for constraint validation.\n\n * `disabled` {`boolean`} - The disabled state of the component\n\n * `invalid` {`boolean`} - Control the validity of the control.\n\n * `handleInvalid` - \n\n * `#internals` - \n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.",
1003
972
  "attributes": [
1004
973
  {
1005
974
  "name": "input-format",
1006
975
  "description": "`input-format` {`string`} - The date format to apply on the input.\n\nProperty: inputFormat"
1007
976
  },
977
+ {
978
+ "name": "min",
979
+ "description": "`min` {`Date`} - The minimum value required for the input to remain valid.\n\nProperty: min"
980
+ },
981
+ {
982
+ "name": "max",
983
+ "description": "`max` {`Date`} - The maximum value required for the input to remain valid.\n\nProperty: max"
984
+ },
1008
985
  {
1009
986
  "name": "min-value",
1010
- "description": "`min-value` {`Date | null`} - The minimum value required for the input to remain valid.\n\nProperty: minValue",
1011
- "values": []
987
+ "description": "`min-value` {`Date`} - The minimum value required for the input to remain valid.\n\nProperty: minValue"
1012
988
  },
1013
989
  {
1014
990
  "name": "max-value",
1015
- "description": "`max-value` {`Date | null`} - The maximum value required for the input to remain valid.\n\nProperty: maxValue",
1016
- "values": []
991
+ "description": "`max-value` {`Date`} - The maximum value required for the input to remain valid.\n\nProperty: maxValue"
1017
992
  },
1018
993
  {
1019
994
  "name": "display-format",
@@ -1032,53 +1007,24 @@
1032
1007
  "name": "prompt",
1033
1008
  "description": "`prompt` {`string`} - The prompt symbol to use for unfilled parts of the mask.\n\nProperty: prompt"
1034
1009
  },
1035
- {
1036
- "name": "invalid",
1037
- "description": "`invalid` {`boolean`} - Controls the validity of the control.\n\nProperty: invalid\n\nDefault: false",
1038
- "valueSet": "v"
1039
- },
1040
1010
  {
1041
1011
  "name": "value",
1042
1012
  "description": "`value` {`Date | null`} - The value of the input.\n\nProperty: value",
1043
1013
  "values": []
1044
1014
  },
1045
- {
1046
- "name": "dir",
1047
- "description": "`dir` {`Direction`} - The direction attribute of the control.\n\nProperty: dir\n\nDefault: auto",
1048
- "values": [
1049
- {
1050
- "name": "ltr"
1051
- },
1052
- {
1053
- "name": "rtl"
1054
- },
1055
- {
1056
- "name": "auto"
1057
- }
1058
- ]
1059
- },
1060
- {
1061
- "name": "name",
1062
- "description": "`name` {`string`} - The name attribute of the control.\n\nProperty: name"
1063
- },
1064
1015
  {
1065
1016
  "name": "outlined",
1066
1017
  "description": "`outlined` {`boolean`} - Whether the control will have outlined appearance.\n\nProperty: outlined\n\nDefault: false",
1067
1018
  "valueSet": "v"
1068
1019
  },
1069
1020
  {
1070
- "name": "required",
1071
- "description": "`required` {`boolean`} - Makes the control a required field.\n\nProperty: required\n\nDefault: false",
1072
- "valueSet": "v"
1073
- },
1074
- {
1075
- "name": "disabled",
1076
- "description": "`disabled` {`boolean`} - Makes the control a disabled field.\n\nProperty: disabled\n\nDefault: false",
1021
+ "name": "readOnly",
1022
+ "description": "`readOnly` {`boolean`} - Makes the control a readonly field.\n\nProperty: readOnly\n\nDefault: false",
1077
1023
  "valueSet": "v"
1078
1024
  },
1079
1025
  {
1080
1026
  "name": "readonly",
1081
- "description": "`readonly` {`boolean`} - Makes the control a readonly field.\n\nProperty: readonly\n\nDefault: false",
1027
+ "description": "`readonly` {`boolean`} - Makes the control a readonly field.\n\nProperty: readonly",
1082
1028
  "valueSet": "v"
1083
1029
  },
1084
1030
  {
@@ -1089,6 +1035,25 @@
1089
1035
  "name": "label",
1090
1036
  "description": "`label` {`string`} - The label for the control.\n\nProperty: label"
1091
1037
  },
1038
+ {
1039
+ "name": "required",
1040
+ "description": "`required` {`boolean`} - Makes the control a required field in a form context.\n\nProperty: required\n\nDefault: false",
1041
+ "valueSet": "v"
1042
+ },
1043
+ {
1044
+ "name": "name",
1045
+ "description": "`name` {`string`} - The name attribute of the control.\n\nProperty: name"
1046
+ },
1047
+ {
1048
+ "name": "disabled",
1049
+ "description": "`disabled` {`boolean`} - The disabled state of the component\n\nProperty: disabled\n\nDefault: false",
1050
+ "valueSet": "v"
1051
+ },
1052
+ {
1053
+ "name": "invalid",
1054
+ "description": "`invalid` {`boolean`} - Control the validity of the control.\n\nProperty: invalid\n\nDefault: false",
1055
+ "valueSet": "v"
1056
+ },
1092
1057
  {
1093
1058
  "name": "size",
1094
1059
  "description": "`size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperty: size\n\nDefault: medium"
@@ -1419,7 +1384,7 @@
1419
1384
  },
1420
1385
  {
1421
1386
  "name": "igc-input",
1422
- "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 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`} - Whether the control will have outlined appearance.\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 of the control.\n\n * `input` {`HTMLInputElement`} - \n\n * `prefixes` {`HTMLElement[]`} - \n\n * `suffixes` {`HTMLElement[]`} - \n\n * `helperText` {`HTMLElement[]`} - \n\n * `dir` {`Direction`} - The direction attribute of the control.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `outlined` {`boolean`} - Whether the control will have outlined appearance.\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.",
1387
+ "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 * `minLength` {`number`} - The minimum string length required by the control.\n\n * `minlength` {`number`} - The minlength attribute of the control.\n\n * `maxLength` {`number`} - The maximum string length 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 of the control.\n\n * `outlined` {`boolean`} - Whether the control will have outlined appearance.\n\n * `readOnly` {`boolean`} - Makes the control a readonly 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 * `required` {`boolean`} - Makes the control a required field in a form context.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `disabled` {`boolean`} - The disabled state of the component\n\n * `invalid` {`boolean`} - Control the validity of the control.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-input\"`} - \n\n * `isStringType` {`boolean`} - \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 * `minLength` {`number`} - The minimum string length required by the control.\n\n * `minlength` {`number`} - The minlength attribute of the control.\n\n * `maxLength` {`number`} - The maximum string length 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 of the control.\n\n * `input` {`HTMLInputElement`} - \n\n * `prefixes` {`HTMLElement[]`} - \n\n * `suffixes` {`HTMLElement[]`} - \n\n * `helperText` {`HTMLElement[]`} - \n\n * `outlined` {`boolean`} - Whether the control will have outlined appearance.\n\n * `readOnly` {`boolean`} - Makes the control a readonly 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 * `handleSlotChange` - \n\n * `required` {`boolean`} - Makes the control a required field in a form context.\n\n * `formAssociated` {`true`} - \n\n * `validators` {`Validator<this>[]`} - \n\n * `_disabled` {`boolean`} - \n\n * `_invalid` {`boolean`} - \n\n * `_dirty` {`boolean`} - \n\n * `_defaultValue` {`unknown`} - The default value of the control at \"creation\" time.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `form` - Returns the HTMLFormElement associated with this element.\n\n * `validity` - Returns a ValidityState object which represents the different validity states\nthe element can be in, with respect to constraint validation.\n\n * `validationMessage` - A string containing the validation message of this element.\n\n * `willValidate` - A boolean value which returns true if the element is a submittable element\nthat is a candidate for constraint validation.\n\n * `disabled` {`boolean`} - The disabled state of the component\n\n * `invalid` {`boolean`} - Control the validity of the control.\n\n * `handleInvalid` - \n\n * `#internals` - \n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.",
1423
1388
  "attributes": [
1424
1389
  {
1425
1390
  "name": "type",
@@ -1483,14 +1448,17 @@
1483
1448
  "description": "`pattern` {`string`} - The pattern attribute of the control.\n\nProperty: pattern"
1484
1449
  },
1485
1450
  {
1486
- "name": "invalid",
1487
- "description": "`invalid` {`boolean`} - Controls the validity of the control.\n\nProperty: invalid\n\nDefault: false",
1488
- "valueSet": "v"
1451
+ "name": "minLength",
1452
+ "description": "`minLength` {`number`} - The minimum string length required by the control.\n\nProperty: minLength"
1489
1453
  },
1490
1454
  {
1491
1455
  "name": "minlength",
1492
1456
  "description": "`minlength` {`number`} - The minlength attribute of the control.\n\nProperty: minlength"
1493
1457
  },
1458
+ {
1459
+ "name": "maxLength",
1460
+ "description": "`maxLength` {`number`} - The maximum string length of the control.\n\nProperty: maxLength"
1461
+ },
1494
1462
  {
1495
1463
  "name": "maxlength",
1496
1464
  "description": "`maxlength` {`number`} - The maxlength attribute of the control.\n\nProperty: maxlength"
@@ -1526,43 +1494,19 @@
1526
1494
  "name": "value",
1527
1495
  "description": "`value` {`string`} - The value of the control.\n\nProperty: value\n\nDefault: "
1528
1496
  },
1529
- {
1530
- "name": "dir",
1531
- "description": "`dir` {`Direction`} - The direction attribute of the control.\n\nProperty: dir\n\nDefault: auto",
1532
- "values": [
1533
- {
1534
- "name": "ltr"
1535
- },
1536
- {
1537
- "name": "rtl"
1538
- },
1539
- {
1540
- "name": "auto"
1541
- }
1542
- ]
1543
- },
1544
- {
1545
- "name": "name",
1546
- "description": "`name` {`string`} - The name attribute of the control.\n\nProperty: name"
1547
- },
1548
1497
  {
1549
1498
  "name": "outlined",
1550
1499
  "description": "`outlined` {`boolean`} - Whether the control will have outlined appearance.\n\nProperty: outlined\n\nDefault: false",
1551
1500
  "valueSet": "v"
1552
1501
  },
1553
1502
  {
1554
- "name": "required",
1555
- "description": "`required` {`boolean`} - Makes the control a required field.\n\nProperty: required\n\nDefault: false",
1556
- "valueSet": "v"
1557
- },
1558
- {
1559
- "name": "disabled",
1560
- "description": "`disabled` {`boolean`} - Makes the control a disabled field.\n\nProperty: disabled\n\nDefault: false",
1503
+ "name": "readOnly",
1504
+ "description": "`readOnly` {`boolean`} - Makes the control a readonly field.\n\nProperty: readOnly\n\nDefault: false",
1561
1505
  "valueSet": "v"
1562
1506
  },
1563
1507
  {
1564
1508
  "name": "readonly",
1565
- "description": "`readonly` {`boolean`} - Makes the control a readonly field.\n\nProperty: readonly\n\nDefault: false",
1509
+ "description": "`readonly` {`boolean`} - Makes the control a readonly field.\n\nProperty: readonly",
1566
1510
  "valueSet": "v"
1567
1511
  },
1568
1512
  {
@@ -1573,6 +1517,25 @@
1573
1517
  "name": "label",
1574
1518
  "description": "`label` {`string`} - The label for the control.\n\nProperty: label"
1575
1519
  },
1520
+ {
1521
+ "name": "required",
1522
+ "description": "`required` {`boolean`} - Makes the control a required field in a form context.\n\nProperty: required\n\nDefault: false",
1523
+ "valueSet": "v"
1524
+ },
1525
+ {
1526
+ "name": "name",
1527
+ "description": "`name` {`string`} - The name attribute of the control.\n\nProperty: name"
1528
+ },
1529
+ {
1530
+ "name": "disabled",
1531
+ "description": "`disabled` {`boolean`} - The disabled state of the component\n\nProperty: disabled\n\nDefault: false",
1532
+ "valueSet": "v"
1533
+ },
1534
+ {
1535
+ "name": "invalid",
1536
+ "description": "`invalid` {`boolean`} - Control the validity of the control.\n\nProperty: invalid\n\nDefault: false",
1537
+ "valueSet": "v"
1538
+ },
1576
1539
  {
1577
1540
  "name": "size",
1578
1541
  "description": "`size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperty: size\n\nDefault: medium"
@@ -1628,7 +1591,7 @@
1628
1591
  },
1629
1592
  {
1630
1593
  "name": "igc-mask-input",
1631
- "description": "A masked input is an input field where a developer can control user input and format the visible value,\nbased on configurable rules\n\nEvents:\n\n * `igcInput` {} - Emitted when the control receives user input\n\n * `igcChange` {} - Emitted when an alteration of the control's value is committed by the user\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 the input\n\n * `helper-text` {} - Renders content below the input\n\nAttributes:\n\n * `value-mode` {`\"raw\" | \"withFormatting\"`} - Dictates the behavior when retrieving the value of the control:\n\n- `raw` will return the clean user input.\n- `withFormatting` will return the value with all literals and prompts.\n\n * `mask` {`string`} - The mask pattern to apply on the input.\n\n * `prompt` {`string`} - The prompt symbol to use for unfilled parts of the mask.\n\n * `invalid` {`boolean`} - Controls the validity of the control.\n\n * `value` {`string`} - The value of the input.\n\nRegardless of the currently set `value-mode`, an empty value will return an empty string.\n\n * `dir` {`Direction`} - The direction attribute of the control.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `outlined` {`boolean`} - Whether the control will have outlined appearance.\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-mask-input\"`} - \n\n * `_value` {`string`} - \n\n * `valueMode` {`\"raw\" | \"withFormatting\"`} - Dictates the behavior when retrieving the value of the control:\n\n- `raw` will return the clean user input.\n- `withFormatting` will return the value with all literals and prompts.\n\n * `mask` {`string`} - The mask pattern to apply on the input.\n\n * `parser` - \n\n * `selection` {`MaskRange`} - \n\n * `compositionStart` {`number`} - \n\n * `hasFocus` {`boolean`} - \n\n * `maskedValue` {`string`} - \n\n * `_mask` {`string`} - \n\n * `prompt` {`string`} - The prompt symbol to use for unfilled parts of the mask.\n\n * `invalid` {`boolean`} - Controls the validity of the control.\n\n * `inputSelection` {`MaskRange`} - \n\n * `emptyMask` {`string`} - \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 of the input.\n\nRegardless of the currently set `value-mode`, an empty value will return an empty string.\n\n * `input` {`HTMLInputElement`} - \n\n * `prefixes` {`HTMLElement[]`} - \n\n * `suffixes` {`HTMLElement[]`} - \n\n * `helperText` {`HTMLElement[]`} - \n\n * `dir` {`Direction`} - The direction attribute of the control.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `outlined` {`boolean`} - Whether the control will have outlined appearance.\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.",
1594
+ "description": "A masked input is an input field where a developer can control user input and format the visible value,\nbased on configurable rules\n\nEvents:\n\n * `igcInput` {} - Emitted when the control receives user input\n\n * `igcChange` {} - Emitted when an alteration of the control's value is committed by the user\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 the input\n\n * `helper-text` {} - Renders content below the input\n\nAttributes:\n\n * `value-mode` {`\"raw\" | \"withFormatting\"`} - Dictates the behavior when retrieving the value of the control:\n\n- `raw` will return the clean user input.\n- `withFormatting` will return the value with all literals and prompts.\n\n * `mask` {`string`} - The mask pattern to apply on the input.\n\n * `prompt` {`string`} - The prompt symbol to use for unfilled parts of the mask.\n\n * `value` {`string`} - The value of the input.\n\nRegardless of the currently set `value-mode`, an empty value will return an empty string.\n\n * `outlined` {`boolean`} - Whether the control will have outlined appearance.\n\n * `readOnly` {`boolean`} - Makes the control a readonly 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 * `required` {`boolean`} - Makes the control a required field in a form context.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `disabled` {`boolean`} - The disabled state of the component\n\n * `invalid` {`boolean`} - Control the validity of the control.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-mask-input\"`} - \n\n * `_value` {`string`} - \n\n * `valueMode` {`\"raw\" | \"withFormatting\"`} - Dictates the behavior when retrieving the value of the control:\n\n- `raw` will return the clean user input.\n- `withFormatting` will return the value with all literals and prompts.\n\n * `mask` {`string`} - The mask pattern to apply on the input.\n\n * `parser` - \n\n * `selection` {`MaskRange`} - \n\n * `compositionStart` {`number`} - \n\n * `focused` {`boolean`} - \n\n * `maskedValue` {`string`} - \n\n * `_mask` {`string`} - \n\n * `prompt` {`string`} - The prompt symbol to use for unfilled parts of the mask.\n\n * `inputSelection` {`MaskRange`} - \n\n * `emptyMask` {`string`} - \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 of the input.\n\nRegardless of the currently set `value-mode`, an empty value will return an empty string.\n\n * `input` {`HTMLInputElement`} - \n\n * `prefixes` {`HTMLElement[]`} - \n\n * `suffixes` {`HTMLElement[]`} - \n\n * `helperText` {`HTMLElement[]`} - \n\n * `outlined` {`boolean`} - Whether the control will have outlined appearance.\n\n * `readOnly` {`boolean`} - Makes the control a readonly 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 * `handleSlotChange` - \n\n * `required` {`boolean`} - Makes the control a required field in a form context.\n\n * `formAssociated` {`true`} - \n\n * `validators` {`Validator<this>[]`} - \n\n * `_disabled` {`boolean`} - \n\n * `_invalid` {`boolean`} - \n\n * `_dirty` {`boolean`} - \n\n * `_defaultValue` {`unknown`} - The default value of the control at \"creation\" time.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `form` - Returns the HTMLFormElement associated with this element.\n\n * `validity` - Returns a ValidityState object which represents the different validity states\nthe element can be in, with respect to constraint validation.\n\n * `validationMessage` - A string containing the validation message of this element.\n\n * `willValidate` - A boolean value which returns true if the element is a submittable element\nthat is a candidate for constraint validation.\n\n * `disabled` {`boolean`} - The disabled state of the component\n\n * `invalid` {`boolean`} - Control the validity of the control.\n\n * `handleInvalid` - \n\n * `#internals` - \n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.",
1632
1595
  "attributes": [
1633
1596
  {
1634
1597
  "name": "value-mode",
@@ -1650,52 +1613,23 @@
1650
1613
  "name": "prompt",
1651
1614
  "description": "`prompt` {`string`} - The prompt symbol to use for unfilled parts of the mask.\n\nProperty: prompt"
1652
1615
  },
1653
- {
1654
- "name": "invalid",
1655
- "description": "`invalid` {`boolean`} - Controls the validity of the control.\n\nProperty: invalid\n\nDefault: false",
1656
- "valueSet": "v"
1657
- },
1658
1616
  {
1659
1617
  "name": "value",
1660
1618
  "description": "`value` {`string`} - The value of the input.\n\nRegardless of the currently set `value-mode`, an empty value will return an empty string.\n\nProperty: value"
1661
1619
  },
1662
- {
1663
- "name": "dir",
1664
- "description": "`dir` {`Direction`} - The direction attribute of the control.\n\nProperty: dir\n\nDefault: auto",
1665
- "values": [
1666
- {
1667
- "name": "ltr"
1668
- },
1669
- {
1670
- "name": "rtl"
1671
- },
1672
- {
1673
- "name": "auto"
1674
- }
1675
- ]
1676
- },
1677
- {
1678
- "name": "name",
1679
- "description": "`name` {`string`} - The name attribute of the control.\n\nProperty: name"
1680
- },
1681
1620
  {
1682
1621
  "name": "outlined",
1683
1622
  "description": "`outlined` {`boolean`} - Whether the control will have outlined appearance.\n\nProperty: outlined\n\nDefault: false",
1684
1623
  "valueSet": "v"
1685
1624
  },
1686
1625
  {
1687
- "name": "required",
1688
- "description": "`required` {`boolean`} - Makes the control a required field.\n\nProperty: required\n\nDefault: false",
1689
- "valueSet": "v"
1690
- },
1691
- {
1692
- "name": "disabled",
1693
- "description": "`disabled` {`boolean`} - Makes the control a disabled field.\n\nProperty: disabled\n\nDefault: false",
1626
+ "name": "readOnly",
1627
+ "description": "`readOnly` {`boolean`} - Makes the control a readonly field.\n\nProperty: readOnly\n\nDefault: false",
1694
1628
  "valueSet": "v"
1695
1629
  },
1696
1630
  {
1697
1631
  "name": "readonly",
1698
- "description": "`readonly` {`boolean`} - Makes the control a readonly field.\n\nProperty: readonly\n\nDefault: false",
1632
+ "description": "`readonly` {`boolean`} - Makes the control a readonly field.\n\nProperty: readonly",
1699
1633
  "valueSet": "v"
1700
1634
  },
1701
1635
  {
@@ -1706,6 +1640,25 @@
1706
1640
  "name": "label",
1707
1641
  "description": "`label` {`string`} - The label for the control.\n\nProperty: label"
1708
1642
  },
1643
+ {
1644
+ "name": "required",
1645
+ "description": "`required` {`boolean`} - Makes the control a required field in a form context.\n\nProperty: required\n\nDefault: false",
1646
+ "valueSet": "v"
1647
+ },
1648
+ {
1649
+ "name": "name",
1650
+ "description": "`name` {`string`} - The name attribute of the control.\n\nProperty: name"
1651
+ },
1652
+ {
1653
+ "name": "disabled",
1654
+ "description": "`disabled` {`boolean`} - The disabled state of the component\n\nProperty: disabled\n\nDefault: false",
1655
+ "valueSet": "v"
1656
+ },
1657
+ {
1658
+ "name": "invalid",
1659
+ "description": "`invalid` {`boolean`} - Control the validity of the control.\n\nProperty: invalid\n\nDefault: false",
1660
+ "valueSet": "v"
1661
+ },
1709
1662
  {
1710
1663
  "name": "size",
1711
1664
  "description": "`size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperty: size\n\nDefault: medium"
@@ -1941,7 +1894,7 @@
1941
1894
  },
1942
1895
  {
1943
1896
  "name": "igc-radio-group",
1944
- "description": "Attributes:\n\n * `alignment` {`\"vertical\" | \"horizontal\"`} - Alignment of the radio controls inside this group.\n\nProperties:\n\n * `tagName` {`\"igc-radio-group\"`} - \n\n * `styles` - \n\n * `radios` {`IgcRadioComponent[]`} - \n\n * `alignment` {`\"vertical\" | \"horizontal\"`} - Alignment of the radio controls inside this group.\n\n * `handleKeydown` - ",
1897
+ "description": "Attributes:\n\n * `alignment` {`\"vertical\" | \"horizontal\"`} - Alignment of the radio controls inside this group.\n\nProperties:\n\n * `tagName` {`\"igc-radio-group\"`} - \n\n * `styles` - \n\n * `alignment` {`\"vertical\" | \"horizontal\"`} - Alignment of the radio controls inside this group.",
1945
1898
  "attributes": [
1946
1899
  {
1947
1900
  "name": "alignment",
@@ -1959,36 +1912,17 @@
1959
1912
  },
1960
1913
  {
1961
1914
  "name": "igc-radio",
1962
- "description": "Events:\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 * ` ` {} - The radio label.\n\nAttributes:\n\n * `name` {`string`} - The name attribute of the control.\n\n * `value` {`string`} - The value attribute of the control.\n\n * `required` {`boolean`} - Makes the control a required field.\n\n * `checked` {`boolean`} - The checked state of the control.\n\n * `disabled` {`boolean`} - Disables the radio control.\n\n * `invalid` {`boolean`} - Controls the validity of the control.\n\n * `label-position` {`\"before\" | \"after\"`} - The label position of the radio control.\n\n * `aria-labelledby` {`string`} - Sets the aria-labelledby attribute for the radio control.\n\nProperties:\n\n * `tagName` {`\"igc-radio\"`} - \n\n * `styles` - \n\n * `increment` - \n\n * `inputId` {`string`} - \n\n * `labelId` {`string`} - \n\n * `input` {`HTMLInputElement`} - \n\n * `label` {`Node[]`} - \n\n * `_tabIndex` {`number`} - \n\n * `focused` {`boolean`} - \n\n * `hideLabel` {`boolean`} - \n\n * `name` {`string`} - The name attribute of the control.\n\n * `value` {`string`} - The value attribute of the control.\n\n * `required` {`boolean`} - Makes the control a required field.\n\n * `checked` {`boolean`} - The checked state of the control.\n\n * `disabled` {`boolean`} - Disables the radio control.\n\n * `invalid` {`boolean`} - Controls the validity of the control.\n\n * `labelPosition` {`\"before\" | \"after\"`} - The label position of the radio control.\n\n * `ariaLabelledby` {`string`} - Sets the aria-labelledby attribute for the radio control.",
1915
+ "description": "Events:\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 * ` ` {} - The radio label.\n\nAttributes:\n\n * `value` {`string`} - The value attribute of the control.\n\n * `checked` {`boolean`} - The checked state of the control.\n\n * `label-position` {`\"before\" | \"after\"`} - The label position of the radio control.\n\n * `required` {`boolean`} - Makes the control a required field in a form context.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `disabled` {`boolean`} - The disabled state of the component\n\n * `invalid` {`boolean`} - Control the validity of the control.\n\nProperties:\n\n * `tagName` {`\"igc-radio\"`} - \n\n * `styles` - \n\n * `increment` - \n\n * `inputId` {`string`} - \n\n * `labelId` {`string`} - \n\n * `input` {`HTMLInputElement`} - \n\n * `label` {`Node[]`} - \n\n * `_tabIndex` {`number`} - \n\n * `focused` {`boolean`} - \n\n * `hideLabel` {`boolean`} - \n\n * `radioGroup` {`RadioQueryResult`} - \n\n * `value` {`string`} - The value attribute of the control.\n\n * `checked` {`boolean`} - The checked state of the control.\n\n * `labelPosition` {`\"before\" | \"after\"`} - The label position of the radio control.\n\n * `required` {`boolean`} - Makes the control a required field in a form context.\n\n * `formAssociated` {`true`} - \n\n * `validators` {`Validator<this>[]`} - \n\n * `_disabled` {`boolean`} - \n\n * `_invalid` {`boolean`} - \n\n * `_dirty` {`boolean`} - \n\n * `_defaultValue` {`unknown`} - The default value of the control at \"creation\" time.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `form` - Returns the HTMLFormElement associated with this element.\n\n * `validity` - Returns a ValidityState object which represents the different validity states\nthe element can be in, with respect to constraint validation.\n\n * `validationMessage` - A string containing the validation message of this element.\n\n * `willValidate` - A boolean value which returns true if the element is a submittable element\nthat is a candidate for constraint validation.\n\n * `disabled` {`boolean`} - The disabled state of the component\n\n * `invalid` {`boolean`} - Control the validity of the control.\n\n * `handleInvalid` - \n\n * `#internals` - ",
1963
1916
  "attributes": [
1964
- {
1965
- "name": "name",
1966
- "description": "`name` {`string`} - The name attribute of the control.\n\nProperty: name"
1967
- },
1968
1917
  {
1969
1918
  "name": "value",
1970
1919
  "description": "`value` {`string`} - The value attribute of the control.\n\nProperty: value"
1971
1920
  },
1972
- {
1973
- "name": "required",
1974
- "description": "`required` {`boolean`} - Makes the control a required field.\n\nProperty: required\n\nDefault: false",
1975
- "valueSet": "v"
1976
- },
1977
1921
  {
1978
1922
  "name": "checked",
1979
1923
  "description": "`checked` {`boolean`} - The checked state of the control.\n\nProperty: checked\n\nDefault: false",
1980
1924
  "valueSet": "v"
1981
1925
  },
1982
- {
1983
- "name": "disabled",
1984
- "description": "`disabled` {`boolean`} - Disables the radio control.\n\nProperty: disabled\n\nDefault: false",
1985
- "valueSet": "v"
1986
- },
1987
- {
1988
- "name": "invalid",
1989
- "description": "`invalid` {`boolean`} - Controls the validity of the control.\n\nProperty: invalid\n\nDefault: false",
1990
- "valueSet": "v"
1991
- },
1992
1926
  {
1993
1927
  "name": "label-position",
1994
1928
  "description": "`label-position` {`\"before\" | \"after\"`} - The label position of the radio control.\n\nProperty: labelPosition\n\nDefault: after",
@@ -2002,8 +1936,23 @@
2002
1936
  ]
2003
1937
  },
2004
1938
  {
2005
- "name": "aria-labelledby",
2006
- "description": "`aria-labelledby` {`string`} - Sets the aria-labelledby attribute for the radio control.\n\nProperty: ariaLabelledby"
1939
+ "name": "required",
1940
+ "description": "`required` {`boolean`} - Makes the control a required field in a form context.\n\nProperty: required\n\nDefault: false",
1941
+ "valueSet": "v"
1942
+ },
1943
+ {
1944
+ "name": "name",
1945
+ "description": "`name` {`string`} - The name attribute of the control.\n\nProperty: name"
1946
+ },
1947
+ {
1948
+ "name": "disabled",
1949
+ "description": "`disabled` {`boolean`} - The disabled state of the component\n\nProperty: disabled\n\nDefault: false",
1950
+ "valueSet": "v"
1951
+ },
1952
+ {
1953
+ "name": "invalid",
1954
+ "description": "`invalid` {`boolean`} - Control the validity of the control.\n\nProperty: invalid\n\nDefault: false",
1955
+ "valueSet": "v"
2007
1956
  },
2008
1957
  {
2009
1958
  "name": "onigcChange",
@@ -2026,7 +1975,7 @@
2026
1975
  },
2027
1976
  {
2028
1977
  "name": "igc-rating",
2029
- "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.",
1978
+ "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 * `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 * `hover-preview` {`boolean`} - Sets hover preview behavior for the component\n\n * `readOnly` {`boolean`} - Makes the control a readonly field.\n\n * `readonly` {`boolean`} - Sets the readonly state of the component\n\n * `single` {`boolean`} - Toggles single selection visual mode.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `disabled` {`boolean`} - The disabled state of the component\n\n * `invalid` {`boolean`} - Control the validity of the control.\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 * `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 * `hoverPreview` {`boolean`} - Sets hover preview behavior for the component\n\n * `readOnly` {`boolean`} - Makes the control a readonly field.\n\n * `readonly` {`boolean`} - Sets the readonly state of the component\n\n * `single` {`boolean`} - Toggles single selection visual mode.\n\n * `formAssociated` {`true`} - \n\n * `validators` {`Validator<any>[]`} - \n\n * `_disabled` {`boolean`} - \n\n * `_invalid` {`boolean`} - \n\n * `_dirty` {`boolean`} - \n\n * `_defaultValue` {`unknown`} - The default value of the control at \"creation\" time.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `form` - Returns the HTMLFormElement associated with this element.\n\n * `validity` - Returns a ValidityState object which represents the different validity states\nthe element can be in, with respect to constraint validation.\n\n * `validationMessage` - A string containing the validation message of this element.\n\n * `willValidate` - A boolean value which returns true if the element is a submittable element\nthat is a candidate for constraint validation.\n\n * `disabled` {`boolean`} - The disabled state of the component\n\n * `invalid` {`boolean`} - Control the validity of the control.\n\n * `handleInvalid` - \n\n * `#internals` - \n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.",
2030
1979
  "attributes": [
2031
1980
  {
2032
1981
  "name": "max",
@@ -2036,10 +1985,6 @@
2036
1985
  "name": "step",
2037
1986
  "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"
2038
1987
  },
2039
- {
2040
- "name": "name",
2041
- "description": "`name` {`string`} - The name attribute of the control\n\nProperty: name"
2042
- },
2043
1988
  {
2044
1989
  "name": "label",
2045
1990
  "description": "`label` {`string`} - The label of the control.\n\nProperty: label"
@@ -2053,18 +1998,18 @@
2053
1998
  "description": "`value` {`number`} - The current value of the component\n\nProperty: value\n\nDefault: 0"
2054
1999
  },
2055
2000
  {
2056
- "name": "disabled",
2057
- "description": "`disabled` {`boolean`} - Sets the disabled state of the component\n\nProperty: disabled\n\nDefault: false",
2001
+ "name": "hover-preview",
2002
+ "description": "`hover-preview` {`boolean`} - Sets hover preview behavior for the component\n\nProperty: hoverPreview\n\nDefault: false",
2058
2003
  "valueSet": "v"
2059
2004
  },
2060
2005
  {
2061
- "name": "hover-preview",
2062
- "description": "`hover-preview` {`boolean`} - Sets hover preview behavior for the component\n\nProperty: hoverPreview\n\nDefault: false",
2006
+ "name": "readOnly",
2007
+ "description": "`readOnly` {`boolean`} - Makes the control a readonly field.\n\nProperty: readOnly\n\nDefault: false",
2063
2008
  "valueSet": "v"
2064
2009
  },
2065
2010
  {
2066
2011
  "name": "readonly",
2067
- "description": "`readonly` {`boolean`} - Sets the readonly state of the component\n\nProperty: readonly\n\nDefault: false",
2012
+ "description": "`readonly` {`boolean`} - Sets the readonly state of the component\n\nProperty: readonly",
2068
2013
  "valueSet": "v"
2069
2014
  },
2070
2015
  {
@@ -2072,6 +2017,20 @@
2072
2017
  "description": "`single` {`boolean`} - Toggles single selection visual mode.\n\nProperty: single\n\nDefault: false",
2073
2018
  "valueSet": "v"
2074
2019
  },
2020
+ {
2021
+ "name": "name",
2022
+ "description": "`name` {`string`} - The name attribute of the control.\n\nProperty: name"
2023
+ },
2024
+ {
2025
+ "name": "disabled",
2026
+ "description": "`disabled` {`boolean`} - The disabled state of the component\n\nProperty: disabled\n\nDefault: false",
2027
+ "valueSet": "v"
2028
+ },
2029
+ {
2030
+ "name": "invalid",
2031
+ "description": "`invalid` {`boolean`} - Control the validity of the control.\n\nProperty: invalid\n\nDefault: false",
2032
+ "valueSet": "v"
2033
+ },
2075
2034
  {
2076
2035
  "name": "size",
2077
2036
  "description": "`size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperty: size\n\nDefault: large",
@@ -2145,32 +2104,13 @@
2145
2104
  },
2146
2105
  {
2147
2106
  "name": "igc-select",
2148
- "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.",
2107
+ "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 * `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 * `required` {`boolean`} - Makes the control a required field in a form context.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `disabled` {`boolean`} - The disabled state of the component\n\n * `invalid` {`boolean`} - Control the validity 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 * `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 * `hasPrefixes` {`boolean`} - \n\n * `hasSuffixes` {`boolean`} - \n\n * `required` {`boolean`} - Makes the control a required field in a form context.\n\n * `formAssociated` {`true`} - \n\n * `validators` {`Validator<this>[]`} - \n\n * `_disabled` {`boolean`} - \n\n * `_invalid` {`boolean`} - \n\n * `_dirty` {`boolean`} - \n\n * `_defaultValue` {`unknown`} - The default value of the control at \"creation\" time.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `form` - Returns the HTMLFormElement associated with this element.\n\n * `validity` - Returns a ValidityState object which represents the different validity states\nthe element can be in, with respect to constraint validation.\n\n * `validationMessage` - A string containing the validation message of this element.\n\n * `willValidate` - A boolean value which returns true if the element is a submittable element\nthat is a candidate for constraint validation.\n\n * `disabled` {`boolean`} - The disabled state of the component\n\n * `invalid` {`boolean`} - Control the validity of the control.\n\n * `handleInvalid` - \n\n * `#internals` - \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.",
2149
2108
  "attributes": [
2150
2109
  {
2151
2110
  "name": "value",
2152
2111
  "description": "`value` {`string | undefined`} - The value attribute of the control.\n\nProperty: value",
2153
2112
  "values": []
2154
2113
  },
2155
- {
2156
- "name": "name",
2157
- "description": "`name` {`string`} - The name attribute of the control.\n\nProperty: name"
2158
- },
2159
- {
2160
- "name": "disabled",
2161
- "description": "`disabled` {`boolean`} - The disabled attribute of the control.\n\nProperty: disabled\n\nDefault: false",
2162
- "valueSet": "v"
2163
- },
2164
- {
2165
- "name": "required",
2166
- "description": "`required` {`boolean`} - The required attribute of the control.\n\nProperty: required\n\nDefault: false",
2167
- "valueSet": "v"
2168
- },
2169
- {
2170
- "name": "invalid",
2171
- "description": "`invalid` {`boolean`} - The invalid attribute of the control.\n\nProperty: invalid\n\nDefault: false",
2172
- "valueSet": "v"
2173
- },
2174
2114
  {
2175
2115
  "name": "outlined",
2176
2116
  "description": "`outlined` {`boolean`} - The outlined attribute of the control.\n\nProperty: outlined\n\nDefault: false",
@@ -2190,19 +2130,23 @@
2190
2130
  "description": "`placeholder` {`string`} - The placeholder attribute of the control.\n\nProperty: placeholder"
2191
2131
  },
2192
2132
  {
2193
- "name": "dir",
2194
- "description": "`dir` {`\"ltr\" | \"rtl\" | \"auto\"`} - The direction attribute of the control.\n\nProperty: dir\n\nDefault: auto",
2195
- "values": [
2196
- {
2197
- "name": "ltr"
2198
- },
2199
- {
2200
- "name": "rtl"
2201
- },
2202
- {
2203
- "name": "auto"
2204
- }
2205
- ]
2133
+ "name": "required",
2134
+ "description": "`required` {`boolean`} - Makes the control a required field in a form context.\n\nProperty: required\n\nDefault: false",
2135
+ "valueSet": "v"
2136
+ },
2137
+ {
2138
+ "name": "name",
2139
+ "description": "`name` {`string`} - The name attribute of the control.\n\nProperty: name"
2140
+ },
2141
+ {
2142
+ "name": "disabled",
2143
+ "description": "`disabled` {`boolean`} - The disabled state of the component\n\nProperty: disabled\n\nDefault: false",
2144
+ "valueSet": "v"
2145
+ },
2146
+ {
2147
+ "name": "invalid",
2148
+ "description": "`invalid` {`boolean`} - Control the validity of the control.\n\nProperty: invalid\n\nDefault: false",
2149
+ "valueSet": "v"
2206
2150
  },
2207
2151
  {
2208
2152
  "name": "keep-open-on-select",
@@ -2459,15 +2403,20 @@
2459
2403
  },
2460
2404
  {
2461
2405
  "name": "igc-slider",
2462
- "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` - ",
2406
+ "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 component.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `invalid` {`boolean`} - Control the validity of the control.\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`} - The disabled state of the component\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`} - The current value of the component.\n\n * `formAssociated` {`true`} - \n\n * `validators` {`Validator<any>[]`} - \n\n * `_disabled` {`boolean`} - \n\n * `_invalid` {`boolean`} - \n\n * `_dirty` {`boolean`} - \n\n * `_defaultValue` {`unknown`} - The default value of the control at \"creation\" time.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `form` - Returns the HTMLFormElement associated with this element.\n\n * `validity` - Returns a ValidityState object which represents the different validity states\nthe element can be in, with respect to constraint validation.\n\n * `validationMessage` - A string containing the validation message of this element.\n\n * `willValidate` - A boolean value which returns true if the element is a submittable element\nthat is a candidate for constraint validation.\n\n * `invalid` {`boolean`} - Control the validity of the control.\n\n * `handleInvalid` - \n\n * `#internals` - \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`} - The disabled state of the component\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` - ",
2463
2407
  "attributes": [
2464
2408
  {
2465
2409
  "name": "value",
2466
- "description": "`value` {`number`} - The current value of the slider.\n\nProperty: value"
2410
+ "description": "`value` {`number`} - The current value of the component.\n\nProperty: value\n\nDefault: 0"
2411
+ },
2412
+ {
2413
+ "name": "name",
2414
+ "description": "`name` {`string`} - The name attribute of the control.\n\nProperty: name"
2467
2415
  },
2468
2416
  {
2469
- "name": "aria-label",
2470
- "description": "`aria-label` {`string`} - The aria label of the slider thumb.\n\nProperty: ariaLabel"
2417
+ "name": "invalid",
2418
+ "description": "`invalid` {`boolean`} - Control the validity of the control.\n\nProperty: invalid\n\nDefault: false",
2419
+ "valueSet": "v"
2471
2420
  },
2472
2421
  {
2473
2422
  "name": "min",
@@ -2489,7 +2438,7 @@
2489
2438
  },
2490
2439
  {
2491
2440
  "name": "disabled",
2492
- "description": "`disabled` {`boolean`} - Disables the UI interactions of the slider.\n\nProperty: disabled\n\nDefault: false",
2441
+ "description": "`disabled` {`boolean`} - The disabled state of the component\n\nProperty: disabled\n\nDefault: false",
2493
2442
  "valueSet": "v"
2494
2443
  },
2495
2444
  {
@@ -2603,7 +2552,7 @@
2603
2552
  },
2604
2553
  {
2605
2554
  "name": "igc-step",
2606
- "description": "The step component is used within the `igc-stepper` element and it holds the content of each step.\nIt also supports custom indicators, title and subtitle.\n\nEvents:\n\n * `stepActiveChanged` {`CustomEvent<boolean>`} - \n\n * `stepDisabledInvalidChanged` {`CustomEvent<unknown>`} - \n\n * `stepCompleteChanged` {`CustomEvent<unknown>`} - \n\n * `stepHeaderKeydown` {`CustomEvent<{ event: KeyboardEvent; focusedStep: this; }>`} - \n\nSlots:\n\n * ` ` {} - Renders the content of the step.\n\n * `indicator` {} - Renders the indicator of the step. By default, it displays the step index + 1.\n\n * `title` {} - Renders the title of the step.\n\n * `subtitle` {} - Renders the subtitle of the step.\n\nAttributes:\n\n * `invalid` {`boolean`} - Gets/sets whether the step is invalid.\n\n * `active` {`boolean`} - Gets/sets whether the step is activе.\n\n * `optional` {`boolean`} - Gets/sets whether the step is optional.\n\n * `disabled` {`boolean`} - Gets/sets whether the step is interactable.\n\n * `complete` {`boolean`} - Gets/sets whether the step is completed.\n\nProperties:\n\n * `tagName` {`\"igc-step\"`} - \n\n * `styles` - \n\n * `_titleChildren` {`HTMLElement[]`} - \n\n * `_subTitleChildren` {`HTMLElement[]`} - \n\n * `header` {`HTMLElement`} - \n\n * `contentBody` {`HTMLElement`} - \n\n * `invalid` {`boolean`} - Gets/sets whether the step is invalid.\n\n * `active` {`boolean`} - Gets/sets whether the step is activе.\n\n * `optional` {`boolean`} - Gets/sets whether the step is optional.\n\n * `disabled` {`boolean`} - Gets/sets whether the step is interactable.\n\n * `complete` {`boolean`} - Gets/sets whether the step is completed.\n\n * `previousComplete` {`boolean`} - \n\n * `stepType` {`\"indicator\" | \"title\" | \"full\"`} - \n\n * `titlePosition` {`\"top\" | \"bottom\" | \"start\" | \"end\" | undefined`} - \n\n * `orientation` {`\"vertical\" | \"horizontal\"`} - \n\n * `index` {`number`} - \n\n * `contentTop` {`boolean`} - \n\n * `linearDisabled` {`boolean`} - \n\n * `visited` {`boolean`} - \n\n * `isAccessible` {`boolean`} - \n\n * `headerContainerParts` {`{ 'header-container': boolean; disabled: boolean; 'complete-start': boolean; 'complete-end': boolean; optional: boolean; invalid: boolean; top: boolean; bottom: boolean; start: boolean; end: boolean; }`} - \n\n * `textParts` {`{ text: boolean; empty: boolean; }`} - ",
2555
+ "description": "The step component is used within the `igc-stepper` element and it holds the content of each step.\nIt also supports custom indicators, title and subtitle.\n\nEvents:\n\n * `stepActiveChanged` {`CustomEvent<boolean>`} - \n\n * `stepDisabledInvalidChanged` {`CustomEvent<unknown>`} - \n\n * `stepCompleteChanged` {`CustomEvent<unknown>`} - \n\n * `stepHeaderKeydown` {`CustomEvent<{ event: KeyboardEvent; focusedStep: this; }>`} - \n\nSlots:\n\n * ` ` {} - Renders the content of the step.\n\n * `indicator` {} - Renders the indicator of the step. By default, it displays the step index + 1.\n\n * `title` {} - Renders the title of the step.\n\n * `subtitle` {} - Renders the subtitle of the step.\n\nAttributes:\n\n * `invalid` {`boolean`} - Gets/sets whether the step is invalid.\n\n * `active` {`boolean`} - Gets/sets whether the step is activе.\n\n * `optional` {`boolean`} - Gets/sets whether the step is optional.\n\n * `disabled` {`boolean`} - Gets/sets whether the step is interactable.\n\n * `complete` {`boolean`} - Gets/sets whether the step is completed.\n\nProperties:\n\n * `tagName` {`\"igc-step\"`} - \n\n * `styles` - \n\n * `animationPlayer` - \n\n * `_titleChildren` {`HTMLElement[]`} - \n\n * `_subTitleChildren` {`HTMLElement[]`} - \n\n * `header` {`HTMLElement`} - \n\n * `contentBody` {`HTMLElement`} - \n\n * `body` {`HTMLElement`} - \n\n * `invalid` {`boolean`} - Gets/sets whether the step is invalid.\n\n * `active` {`boolean`} - Gets/sets whether the step is activе.\n\n * `optional` {`boolean`} - Gets/sets whether the step is optional.\n\n * `disabled` {`boolean`} - Gets/sets whether the step is interactable.\n\n * `complete` {`boolean`} - Gets/sets whether the step is completed.\n\n * `previousComplete` {`boolean`} - \n\n * `stepType` {`\"indicator\" | \"title\" | \"full\"`} - \n\n * `titlePosition` {`\"top\" | \"bottom\" | \"start\" | \"end\" | undefined`} - \n\n * `orientation` {`\"vertical\" | \"horizontal\"`} - \n\n * `index` {`number`} - \n\n * `contentTop` {`boolean`} - \n\n * `linearDisabled` {`boolean`} - \n\n * `visited` {`boolean`} - \n\n * `animation` {`Animation`} - \n\n * `animationDuration` {`number`} - \n\n * `isAccessible` {`boolean`} - \n\n * `headerContainerParts` {`{ 'header-container': boolean; disabled: boolean; 'complete-start': boolean; 'complete-end': boolean; optional: boolean; invalid: boolean; top: boolean; bottom: boolean; start: boolean; end: boolean; }`} - \n\n * `textParts` {`{ text: boolean; empty: boolean; }`} - ",
2607
2556
  "attributes": [
2608
2557
  {
2609
2558
  "name": "invalid",
@@ -2650,7 +2599,7 @@
2650
2599
  },
2651
2600
  {
2652
2601
  "name": "igc-stepper",
2653
- "description": "IgxStepper provides a wizard-like workflow by dividing content into logical steps.\n\nEvents:\n\n * `igcActiveStepChanging` {} - Emitted when the active step is about to change.\n\n * `igcActiveStepChanged` {} - Emitted when the active step is changed.\n\nSlots:\n\n * ` ` {} - Renders the step components inside default slot.\n\nAttributes:\n\n * `orientation` {`\"vertical\" | \"horizontal\"`} - Gets/Sets the orientation of the stepper.\n\n * `step-type` {`\"indicator\" | \"title\" | \"full\"`} - Get/Set the type of the steps.\n\n * `linear` {`boolean`} - Get/Set whether the stepper is linear.\n\n * `content-top` {`boolean`} - Get/Set whether the content is displayed above the steps.\n\n * `dir` {`Direction`} - The direction attribute of the control.\n\n * `title-position` {`\"top\" | \"bottom\" | \"start\" | \"end\" | undefined`} - Get/Set the position of the steps title.\n\nProperties:\n\n * `tagName` {`\"igc-stepper\"`} - \n\n * `styles` - \n\n * `keyDownHandlers` {`Map<string, Function>`} - \n\n * `activeStep` - \n\n * `steps` {`IgcStepComponent[]`} - Returns all of the stepper's steps.\n\n * `orientation` {`\"vertical\" | \"horizontal\"`} - Gets/Sets the orientation of the stepper.\n\n * `stepType` {`\"indicator\" | \"title\" | \"full\"`} - Get/Set the type of the steps.\n\n * `linear` {`boolean`} - Get/Set whether the stepper is linear.\n\n * `contentTop` {`boolean`} - Get/Set whether the content is displayed above the steps.\n\n * `dir` {`Direction`} - The direction attribute of the control.\n\n * `titlePosition` {`\"top\" | \"bottom\" | \"start\" | \"end\" | undefined`} - Get/Set the position of the steps title.",
2602
+ "description": "IgxStepper provides a wizard-like workflow by dividing content into logical steps.\n\nEvents:\n\n * `igcActiveStepChanging` {} - Emitted when the active step is about to change.\n\n * `igcActiveStepChanged` {} - Emitted when the active step is changed.\n\nSlots:\n\n * ` ` {} - Renders the step components inside default slot.\n\nAttributes:\n\n * `orientation` {`\"vertical\" | \"horizontal\"`} - Gets/Sets the orientation of the stepper.\n\n * `step-type` {`\"indicator\" | \"title\" | \"full\"`} - Get/Set the type of the steps.\n\n * `linear` {`boolean`} - Get/Set whether the stepper is linear.\n\n * `content-top` {`boolean`} - Get/Set whether the content is displayed above the steps.\n\n * `vertical-animation` {`\"none\" | \"grow\" | \"fade\"`} - The animation type when in vertical mode.\n\n * `horizontal-animation` {`\"none\" | \"fade\" | \"slide\"`} - The animation type when in horizontal mode.\n\n * `animation-duration` {`number`} - The animation duration in either vertical or horizontal mode.\n\n * `title-position` {`\"top\" | \"bottom\" | \"start\" | \"end\" | undefined`} - Get/Set the position of the steps title.\n\nProperties:\n\n * `tagName` {`\"igc-stepper\"`} - \n\n * `styles` - \n\n * `keyDownHandlers` {`Map<string, Function>`} - \n\n * `activeStep` - \n\n * `steps` {`IgcStepComponent[]`} - Returns all of the stepper's steps.\n\n * `orientation` {`\"vertical\" | \"horizontal\"`} - Gets/Sets the orientation of the stepper.\n\n * `stepType` {`\"indicator\" | \"title\" | \"full\"`} - Get/Set the type of the steps.\n\n * `linear` {`boolean`} - Get/Set whether the stepper is linear.\n\n * `contentTop` {`boolean`} - Get/Set whether the content is displayed above the steps.\n\n * `verticalAnimation` {`\"none\" | \"grow\" | \"fade\"`} - The animation type when in vertical mode.\n\n * `horizontalAnimation` {`\"none\" | \"fade\" | \"slide\"`} - The animation type when in horizontal mode.\n\n * `animationDuration` {`number`} - The animation duration in either vertical or horizontal mode.\n\n * `titlePosition` {`\"top\" | \"bottom\" | \"start\" | \"end\" | undefined`} - Get/Set the position of the steps title.",
2654
2603
  "attributes": [
2655
2604
  {
2656
2605
  "name": "orientation",
@@ -2690,20 +2639,39 @@
2690
2639
  "valueSet": "v"
2691
2640
  },
2692
2641
  {
2693
- "name": "dir",
2694
- "description": "`dir` {`Direction`} - The direction attribute of the control.\n\nProperty: dir\n\nDefault: auto",
2642
+ "name": "vertical-animation",
2643
+ "description": "`vertical-animation` {`\"none\" | \"grow\" | \"fade\"`} - The animation type when in vertical mode.\n\nProperty: verticalAnimation\n\nDefault: grow",
2695
2644
  "values": [
2696
2645
  {
2697
- "name": "ltr"
2646
+ "name": "none"
2698
2647
  },
2699
2648
  {
2700
- "name": "rtl"
2649
+ "name": "grow"
2701
2650
  },
2702
2651
  {
2703
- "name": "auto"
2652
+ "name": "fade"
2653
+ }
2654
+ ]
2655
+ },
2656
+ {
2657
+ "name": "horizontal-animation",
2658
+ "description": "`horizontal-animation` {`\"none\" | \"fade\" | \"slide\"`} - The animation type when in horizontal mode.\n\nProperty: horizontalAnimation\n\nDefault: slide",
2659
+ "values": [
2660
+ {
2661
+ "name": "none"
2662
+ },
2663
+ {
2664
+ "name": "fade"
2665
+ },
2666
+ {
2667
+ "name": "slide"
2704
2668
  }
2705
2669
  ]
2706
2670
  },
2671
+ {
2672
+ "name": "animation-duration",
2673
+ "description": "`animation-duration` {`number`} - The animation duration in either vertical or horizontal mode.\n\nProperty: animationDuration\n\nDefault: 320"
2674
+ },
2707
2675
  {
2708
2676
  "name": "title-position",
2709
2677
  "description": "`title-position` {`\"top\" | \"bottom\" | \"start\" | \"end\" | undefined`} - Get/Set the position of the steps title.\n\nProperty: titlePosition",
@@ -2863,7 +2831,7 @@
2863
2831
  },
2864
2832
  {
2865
2833
  "name": "igc-tree",
2866
- "description": "The tree allows users to represent hierarchical data in a tree-view structure,\nmaintaining parent-child relationships, as well as to define static tree-view structure without a corresponding data model.\n\nEvents:\n\n * `igcSelection` {} - Emitted when item selection is changing, before the selection completes.\n\n * `igcItemCollapsed` {} - Emitted when tree item is collapsed.\n\n * `igcItemCollapsing` {} - Emitted when tree item is about to collapse.\n\n * `igcItemExpanded` {} - Emitted when tree item is expanded.\n\n * `igcItemExpanding` {} - Emitted when tree item is about to expand.\n\n * `igcItemActivated` {} - Emitted when the tree's `active` item changes.\n\nSlots:\n\n * ` ` {} - Renders the tree items inside default slot.\n\nAttributes:\n\n * `single-branch-expand` {`boolean`} - Whether a single or multiple of a parent's child items can be expanded.\n\n * `selection` {`\"multiple\" | \"none\" | \"cascade\"`} - The selection state of the tree.\n\n * `dir` {`Direction`} - The direction attribute of the control.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-tree\"`} - \n\n * `styles` - \n\n * `singleBranchExpand` {`boolean`} - Whether a single or multiple of a parent's child items can be expanded.\n\n * `selection` {`\"multiple\" | \"none\" | \"cascade\"`} - The selection state of the tree.\n\n * `dir` {`Direction`} - The direction attribute of the control.\n\n * `items` {`IgcTreeItemComponent[]`} - Returns all of the tree's items.\n\n * `selectionService` - \n\n * `navService` - \n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.",
2834
+ "description": "The tree allows users to represent hierarchical data in a tree-view structure,\nmaintaining parent-child relationships, as well as to define static tree-view structure without a corresponding data model.\n\nEvents:\n\n * `igcSelection` {} - Emitted when item selection is changing, before the selection completes.\n\n * `igcItemCollapsed` {} - Emitted when tree item is collapsed.\n\n * `igcItemCollapsing` {} - Emitted when tree item is about to collapse.\n\n * `igcItemExpanded` {} - Emitted when tree item is expanded.\n\n * `igcItemExpanding` {} - Emitted when tree item is about to expand.\n\n * `igcItemActivated` {} - Emitted when the tree's `active` item changes.\n\nSlots:\n\n * ` ` {} - Renders the tree items inside default slot.\n\nAttributes:\n\n * `single-branch-expand` {`boolean`} - Whether a single or multiple of a parent's child items can be expanded.\n\n * `selection` {`\"multiple\" | \"none\" | \"cascade\"`} - The selection state of the tree.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-tree\"`} - \n\n * `styles` - \n\n * `singleBranchExpand` {`boolean`} - Whether a single or multiple of a parent's child items can be expanded.\n\n * `selection` {`\"multiple\" | \"none\" | \"cascade\"`} - The selection state of the tree.\n\n * `items` {`IgcTreeItemComponent[]`} - Returns all of the tree's items.\n\n * `selectionService` - \n\n * `navService` - \n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.",
2867
2835
  "attributes": [
2868
2836
  {
2869
2837
  "name": "single-branch-expand",
@@ -2885,21 +2853,6 @@
2885
2853
  }
2886
2854
  ]
2887
2855
  },
2888
- {
2889
- "name": "dir",
2890
- "description": "`dir` {`Direction`} - The direction attribute of the control.\n\nProperty: dir\n\nDefault: auto",
2891
- "values": [
2892
- {
2893
- "name": "ltr"
2894
- },
2895
- {
2896
- "name": "rtl"
2897
- },
2898
- {
2899
- "name": "auto"
2900
- }
2901
- ]
2902
- },
2903
2856
  {
2904
2857
  "name": "size",
2905
2858
  "description": "`size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperty: size\n\nDefault: large",