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
@@ -254,14 +254,10 @@
254
254
  },
255
255
  {
256
256
  "name": "disabled",
257
- "description": "Determines whether the button is disabled.",
257
+ "description": "The disabled state of the component",
258
258
  "type": "boolean",
259
259
  "default": "false"
260
260
  },
261
- {
262
- "name": "aria-label",
263
- "type": "string"
264
- },
265
261
  {
266
262
  "name": "size",
267
263
  "description": "Determines the size of the component.",
@@ -282,6 +278,11 @@
282
278
  "type": "\"flat\" | \"contained\" | \"outlined\" | \"fab\"",
283
279
  "default": "\"contained\""
284
280
  },
281
+ {
282
+ "name": "formAssociated",
283
+ "type": "true",
284
+ "default": "true"
285
+ },
285
286
  {
286
287
  "name": "type",
287
288
  "attribute": "type",
@@ -315,14 +316,13 @@
315
316
  {
316
317
  "name": "disabled",
317
318
  "attribute": "disabled",
318
- "description": "Determines whether the button is disabled.",
319
+ "description": "The disabled state of the component",
319
320
  "type": "boolean",
320
321
  "default": "false"
321
322
  },
322
323
  {
323
- "name": "ariaLabel",
324
- "attribute": "aria-label",
325
- "type": "string"
324
+ "name": "form",
325
+ "description": "Returns the HTMLFormElement associated with this element."
326
326
  },
327
327
  {
328
328
  "name": "size",
@@ -424,14 +424,10 @@
424
424
  },
425
425
  {
426
426
  "name": "disabled",
427
- "description": "Determines whether the button is disabled.",
427
+ "description": "The disabled state of the component",
428
428
  "type": "boolean",
429
429
  "default": "false"
430
430
  },
431
- {
432
- "name": "aria-label",
433
- "type": "string"
434
- },
435
431
  {
436
432
  "name": "size",
437
433
  "description": "Determines the size of the component.",
@@ -471,6 +467,11 @@
471
467
  "type": "\"flat\" | \"contained\" | \"outlined\"",
472
468
  "default": "\"contained\""
473
469
  },
470
+ {
471
+ "name": "formAssociated",
472
+ "type": "true",
473
+ "default": "true"
474
+ },
474
475
  {
475
476
  "name": "type",
476
477
  "attribute": "type",
@@ -504,14 +505,13 @@
504
505
  {
505
506
  "name": "disabled",
506
507
  "attribute": "disabled",
507
- "description": "Determines whether the button is disabled.",
508
+ "description": "The disabled state of the component",
508
509
  "type": "boolean",
509
510
  "default": "false"
510
511
  },
511
512
  {
512
- "name": "ariaLabel",
513
- "attribute": "aria-label",
514
- "type": "string"
513
+ "name": "form",
514
+ "description": "Returns the HTMLFormElement associated with this element."
515
515
  },
516
516
  {
517
517
  "name": "size",
@@ -1331,50 +1331,45 @@
1331
1331
  "type": "boolean",
1332
1332
  "default": "false"
1333
1333
  },
1334
- {
1335
- "name": "name",
1336
- "description": "The name attribute of the control.",
1337
- "type": "string"
1338
- },
1339
1334
  {
1340
1335
  "name": "value",
1341
1336
  "description": "The value attribute of the control.",
1342
1337
  "type": "string"
1343
1338
  },
1344
- {
1345
- "name": "disabled",
1346
- "description": "Disables the control.",
1347
- "type": "boolean",
1348
- "default": "false"
1349
- },
1350
1339
  {
1351
1340
  "name": "checked",
1352
1341
  "description": "The checked state of the control.",
1353
1342
  "type": "boolean",
1354
1343
  "default": "false"
1355
1344
  },
1345
+ {
1346
+ "name": "label-position",
1347
+ "description": "The label position of the control.",
1348
+ "type": "\"before\" | \"after\"",
1349
+ "default": "\"after\""
1350
+ },
1356
1351
  {
1357
1352
  "name": "required",
1358
- "description": "Makes the control a required field.",
1353
+ "description": "Makes the control a required field in a form context.",
1359
1354
  "type": "boolean",
1360
1355
  "default": "false"
1361
1356
  },
1362
1357
  {
1363
- "name": "invalid",
1364
- "description": "Controls the validity of the control.",
1365
- "type": "boolean",
1366
- "default": "false"
1358
+ "name": "name",
1359
+ "description": "The name attribute of the control.",
1360
+ "type": "string"
1367
1361
  },
1368
1362
  {
1369
- "name": "label-position",
1370
- "description": "The label position of the control.",
1371
- "type": "\"before\" | \"after\"",
1372
- "default": "\"after\""
1363
+ "name": "disabled",
1364
+ "description": "The disabled state of the component",
1365
+ "type": "boolean",
1366
+ "default": "false"
1373
1367
  },
1374
1368
  {
1375
- "name": "aria-labelledby",
1376
- "description": "Sets the aria-labelledby attribute for the control.",
1377
- "type": "string"
1369
+ "name": "invalid",
1370
+ "description": "Control the validity of the control.",
1371
+ "type": "boolean",
1372
+ "default": "false"
1378
1373
  }
1379
1374
  ],
1380
1375
  "properties": [
@@ -1390,25 +1385,12 @@
1390
1385
  "type": "boolean",
1391
1386
  "default": "false"
1392
1387
  },
1393
- {
1394
- "name": "name",
1395
- "attribute": "name",
1396
- "description": "The name attribute of the control.",
1397
- "type": "string"
1398
- },
1399
1388
  {
1400
1389
  "name": "value",
1401
1390
  "attribute": "value",
1402
1391
  "description": "The value attribute of the control.",
1403
1392
  "type": "string"
1404
1393
  },
1405
- {
1406
- "name": "disabled",
1407
- "attribute": "disabled",
1408
- "description": "Disables the control.",
1409
- "type": "boolean",
1410
- "default": "false"
1411
- },
1412
1394
  {
1413
1395
  "name": "checked",
1414
1396
  "attribute": "checked",
@@ -1416,32 +1398,60 @@
1416
1398
  "type": "boolean",
1417
1399
  "default": "false"
1418
1400
  },
1401
+ {
1402
+ "name": "labelPosition",
1403
+ "attribute": "label-position",
1404
+ "description": "The label position of the control.",
1405
+ "type": "\"before\" | \"after\"",
1406
+ "default": "\"after\""
1407
+ },
1419
1408
  {
1420
1409
  "name": "required",
1421
1410
  "attribute": "required",
1422
- "description": "Makes the control a required field.",
1411
+ "description": "Makes the control a required field in a form context.",
1423
1412
  "type": "boolean",
1424
1413
  "default": "false"
1425
1414
  },
1426
1415
  {
1427
- "name": "invalid",
1428
- "attribute": "invalid",
1429
- "description": "Controls the validity of the control.",
1430
- "type": "boolean",
1431
- "default": "false"
1416
+ "name": "formAssociated",
1417
+ "type": "true",
1418
+ "default": "true"
1432
1419
  },
1433
1420
  {
1434
- "name": "labelPosition",
1435
- "attribute": "label-position",
1436
- "description": "The label position of the control.",
1437
- "type": "\"before\" | \"after\"",
1438
- "default": "\"after\""
1421
+ "name": "name",
1422
+ "attribute": "name",
1423
+ "description": "The name attribute of the control.",
1424
+ "type": "string"
1439
1425
  },
1440
1426
  {
1441
- "name": "ariaLabelledby",
1442
- "attribute": "aria-labelledby",
1443
- "description": "Sets the aria-labelledby attribute for the control.",
1444
- "type": "string"
1427
+ "name": "form",
1428
+ "description": "Returns the HTMLFormElement associated with this element."
1429
+ },
1430
+ {
1431
+ "name": "validity",
1432
+ "description": "Returns a ValidityState object which represents the different validity states\nthe element can be in, with respect to constraint validation."
1433
+ },
1434
+ {
1435
+ "name": "validationMessage",
1436
+ "description": "A string containing the validation message of this element."
1437
+ },
1438
+ {
1439
+ "name": "willValidate",
1440
+ "description": "A boolean value which returns true if the element is a submittable element\nthat is a candidate for constraint validation."
1441
+ },
1442
+ {
1443
+ "name": "disabled",
1444
+ "attribute": "disabled",
1445
+ "description": "The disabled state of the component",
1446
+ "type": "boolean",
1447
+ "default": "false"
1448
+ },
1449
+ {
1450
+ "name": "invalid",
1451
+ "attribute": "invalid",
1452
+ "description": "Control the validity of the control.",
1453
+ "type": "boolean",
1454
+ "default": "false"
1445
1455
  }
1446
1456
  ],
1447
1457
  "events": [
@@ -1488,50 +1498,45 @@
1488
1498
  "path": "./src/components/checkbox/switch.ts",
1489
1499
  "description": "Similar to a checkbox, a switch controls the state of a single setting on or off.",
1490
1500
  "attributes": [
1491
- {
1492
- "name": "name",
1493
- "description": "The name attribute of the control.",
1494
- "type": "string"
1495
- },
1496
1501
  {
1497
1502
  "name": "value",
1498
1503
  "description": "The value attribute of the control.",
1499
1504
  "type": "string"
1500
1505
  },
1501
- {
1502
- "name": "disabled",
1503
- "description": "Disables the control.",
1504
- "type": "boolean",
1505
- "default": "false"
1506
- },
1507
1506
  {
1508
1507
  "name": "checked",
1509
1508
  "description": "The checked state of the control.",
1510
1509
  "type": "boolean",
1511
1510
  "default": "false"
1512
1511
  },
1512
+ {
1513
+ "name": "label-position",
1514
+ "description": "The label position of the control.",
1515
+ "type": "\"before\" | \"after\"",
1516
+ "default": "\"after\""
1517
+ },
1513
1518
  {
1514
1519
  "name": "required",
1515
- "description": "Makes the control a required field.",
1520
+ "description": "Makes the control a required field in a form context.",
1516
1521
  "type": "boolean",
1517
1522
  "default": "false"
1518
1523
  },
1519
1524
  {
1520
- "name": "invalid",
1521
- "description": "Controls the validity of the control.",
1522
- "type": "boolean",
1523
- "default": "false"
1525
+ "name": "name",
1526
+ "description": "The name attribute of the control.",
1527
+ "type": "string"
1524
1528
  },
1525
1529
  {
1526
- "name": "label-position",
1527
- "description": "The label position of the control.",
1528
- "type": "\"before\" | \"after\"",
1529
- "default": "\"after\""
1530
+ "name": "disabled",
1531
+ "description": "The disabled state of the component",
1532
+ "type": "boolean",
1533
+ "default": "false"
1530
1534
  },
1531
1535
  {
1532
- "name": "aria-labelledby",
1533
- "description": "Sets the aria-labelledby attribute for the control.",
1534
- "type": "string"
1536
+ "name": "invalid",
1537
+ "description": "Control the validity of the control.",
1538
+ "type": "boolean",
1539
+ "default": "false"
1535
1540
  }
1536
1541
  ],
1537
1542
  "properties": [
@@ -1545,25 +1550,12 @@
1545
1550
  "type": "CSSResult",
1546
1551
  "default": "\"styles\""
1547
1552
  },
1548
- {
1549
- "name": "name",
1550
- "attribute": "name",
1551
- "description": "The name attribute of the control.",
1552
- "type": "string"
1553
- },
1554
1553
  {
1555
1554
  "name": "value",
1556
1555
  "attribute": "value",
1557
1556
  "description": "The value attribute of the control.",
1558
1557
  "type": "string"
1559
1558
  },
1560
- {
1561
- "name": "disabled",
1562
- "attribute": "disabled",
1563
- "description": "Disables the control.",
1564
- "type": "boolean",
1565
- "default": "false"
1566
- },
1567
1559
  {
1568
1560
  "name": "checked",
1569
1561
  "attribute": "checked",
@@ -1571,32 +1563,60 @@
1571
1563
  "type": "boolean",
1572
1564
  "default": "false"
1573
1565
  },
1566
+ {
1567
+ "name": "labelPosition",
1568
+ "attribute": "label-position",
1569
+ "description": "The label position of the control.",
1570
+ "type": "\"before\" | \"after\"",
1571
+ "default": "\"after\""
1572
+ },
1574
1573
  {
1575
1574
  "name": "required",
1576
1575
  "attribute": "required",
1577
- "description": "Makes the control a required field.",
1576
+ "description": "Makes the control a required field in a form context.",
1578
1577
  "type": "boolean",
1579
1578
  "default": "false"
1580
1579
  },
1581
1580
  {
1582
- "name": "invalid",
1583
- "attribute": "invalid",
1584
- "description": "Controls the validity of the control.",
1585
- "type": "boolean",
1586
- "default": "false"
1581
+ "name": "formAssociated",
1582
+ "type": "true",
1583
+ "default": "true"
1587
1584
  },
1588
1585
  {
1589
- "name": "labelPosition",
1590
- "attribute": "label-position",
1591
- "description": "The label position of the control.",
1592
- "type": "\"before\" | \"after\"",
1593
- "default": "\"after\""
1586
+ "name": "name",
1587
+ "attribute": "name",
1588
+ "description": "The name attribute of the control.",
1589
+ "type": "string"
1594
1590
  },
1595
1591
  {
1596
- "name": "ariaLabelledby",
1597
- "attribute": "aria-labelledby",
1598
- "description": "Sets the aria-labelledby attribute for the control.",
1599
- "type": "string"
1592
+ "name": "form",
1593
+ "description": "Returns the HTMLFormElement associated with this element."
1594
+ },
1595
+ {
1596
+ "name": "validity",
1597
+ "description": "Returns a ValidityState object which represents the different validity states\nthe element can be in, with respect to constraint validation."
1598
+ },
1599
+ {
1600
+ "name": "validationMessage",
1601
+ "description": "A string containing the validation message of this element."
1602
+ },
1603
+ {
1604
+ "name": "willValidate",
1605
+ "description": "A boolean value which returns true if the element is a submittable element\nthat is a candidate for constraint validation."
1606
+ },
1607
+ {
1608
+ "name": "disabled",
1609
+ "attribute": "disabled",
1610
+ "description": "The disabled state of the component",
1611
+ "type": "boolean",
1612
+ "default": "false"
1613
+ },
1614
+ {
1615
+ "name": "invalid",
1616
+ "attribute": "invalid",
1617
+ "description": "Control the validity of the control.",
1618
+ "type": "boolean",
1619
+ "default": "false"
1600
1620
  }
1601
1621
  ],
1602
1622
  "events": [
@@ -1888,29 +1908,6 @@
1888
1908
  "name": "igc-combo",
1889
1909
  "path": "./src/components/combo/combo.ts",
1890
1910
  "attributes": [
1891
- {
1892
- "name": "name",
1893
- "description": "The name attribute of the control.",
1894
- "type": "string"
1895
- },
1896
- {
1897
- "name": "disabled",
1898
- "description": "The disabled attribute of the control.",
1899
- "type": "boolean",
1900
- "default": "false"
1901
- },
1902
- {
1903
- "name": "required",
1904
- "description": "The required attribute of the control.",
1905
- "type": "boolean",
1906
- "default": "false"
1907
- },
1908
- {
1909
- "name": "invalid",
1910
- "description": "The invalid attribute of the control.",
1911
- "type": "boolean",
1912
- "default": "false"
1913
- },
1914
1911
  {
1915
1912
  "name": "outlined",
1916
1913
  "description": "The outlined attribute of the control.",
@@ -1950,12 +1947,6 @@
1950
1947
  "type": "string",
1951
1948
  "default": "\"Search\""
1952
1949
  },
1953
- {
1954
- "name": "dir",
1955
- "description": "The direction attribute of the control.",
1956
- "type": "\"ltr\" | \"rtl\" | \"auto\"",
1957
- "default": "\"auto\""
1958
- },
1959
1950
  {
1960
1951
  "name": "open",
1961
1952
  "description": "Sets the open state of the component.",
@@ -2011,51 +2002,47 @@
2011
2002
  "name": "value",
2012
2003
  "description": "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`.",
2013
2004
  "type": "ComboValue<T>[]"
2014
- }
2015
- ],
2016
- "properties": [
2017
- {
2018
- "name": "tagName",
2019
- "type": "\"igc-combo\"",
2020
- "default": "\"igc-combo\""
2021
- },
2022
- {
2023
- "name": "styles",
2024
- "type": "CSSResult",
2025
- "default": "\"styles\""
2026
2005
  },
2027
2006
  {
2028
- "name": "data",
2029
- "description": "The data source used to generate the list of options.",
2030
- "type": "T[]",
2031
- "default": "[]"
2007
+ "name": "required",
2008
+ "description": "Makes the control a required field in a form context.",
2009
+ "type": "boolean",
2010
+ "default": "false"
2032
2011
  },
2033
2012
  {
2034
2013
  "name": "name",
2035
- "attribute": "name",
2036
2014
  "description": "The name attribute of the control.",
2037
2015
  "type": "string"
2038
2016
  },
2039
2017
  {
2040
2018
  "name": "disabled",
2041
- "attribute": "disabled",
2042
- "description": "The disabled attribute of the control.",
2019
+ "description": "The disabled state of the component",
2043
2020
  "type": "boolean",
2044
2021
  "default": "false"
2045
2022
  },
2046
2023
  {
2047
- "name": "required",
2048
- "attribute": "required",
2049
- "description": "The required attribute of the control.",
2024
+ "name": "invalid",
2025
+ "description": "Control the validity of the control.",
2050
2026
  "type": "boolean",
2051
2027
  "default": "false"
2028
+ }
2029
+ ],
2030
+ "properties": [
2031
+ {
2032
+ "name": "tagName",
2033
+ "type": "\"igc-combo\"",
2034
+ "default": "\"igc-combo\""
2052
2035
  },
2053
2036
  {
2054
- "name": "invalid",
2055
- "attribute": "invalid",
2056
- "description": "The invalid attribute of the control.",
2057
- "type": "boolean",
2058
- "default": "false"
2037
+ "name": "styles",
2038
+ "type": "CSSResult",
2039
+ "default": "\"styles\""
2040
+ },
2041
+ {
2042
+ "name": "data",
2043
+ "description": "The data source used to generate the list of options.",
2044
+ "type": "T[]",
2045
+ "default": "[]"
2059
2046
  },
2060
2047
  {
2061
2048
  "name": "outlined",
@@ -2103,13 +2090,6 @@
2103
2090
  "type": "string",
2104
2091
  "default": "\"Search\""
2105
2092
  },
2106
- {
2107
- "name": "dir",
2108
- "attribute": "dir",
2109
- "description": "The direction attribute of the control.",
2110
- "type": "\"ltr\" | \"rtl\" | \"auto\"",
2111
- "default": "\"auto\""
2112
- },
2113
2093
  {
2114
2094
  "name": "open",
2115
2095
  "attribute": "open",
@@ -2174,7 +2154,7 @@
2174
2154
  "name": "itemTemplate",
2175
2155
  "description": "The template used for the content of each combo item.",
2176
2156
  "type": "ComboItemTemplate<T>",
2177
- "default": "\"({ item }) => {\\n if (typeof item !== 'object' || item === null) {\\n return String(item) as any;\\n }\\n\\n if (this.displayKey) {\\n return html`${item[this.displayKey]}`;\\n }\\n\\n return html`${String(item)}`;\\n }\""
2157
+ "default": "\"({ item }) => {\\n const template = this.displayKey ? `${item[this.displayKey]}` : `${item}`;\\n return html`${template}`;\\n }\""
2178
2158
  },
2179
2159
  {
2180
2160
  "name": "groupHeaderTemplate",
@@ -2192,8 +2172,56 @@
2192
2172
  "name": "selection",
2193
2173
  "description": "Returns the current selection as an array of objects as provided in the `data` source.",
2194
2174
  "type": "T[]"
2195
- }
2196
- ],
2175
+ },
2176
+ {
2177
+ "name": "required",
2178
+ "attribute": "required",
2179
+ "description": "Makes the control a required field in a form context.",
2180
+ "type": "boolean",
2181
+ "default": "false"
2182
+ },
2183
+ {
2184
+ "name": "formAssociated",
2185
+ "type": "true",
2186
+ "default": "true"
2187
+ },
2188
+ {
2189
+ "name": "name",
2190
+ "attribute": "name",
2191
+ "description": "The name attribute of the control.",
2192
+ "type": "string"
2193
+ },
2194
+ {
2195
+ "name": "form",
2196
+ "description": "Returns the HTMLFormElement associated with this element."
2197
+ },
2198
+ {
2199
+ "name": "validity",
2200
+ "description": "Returns a ValidityState object which represents the different validity states\nthe element can be in, with respect to constraint validation."
2201
+ },
2202
+ {
2203
+ "name": "validationMessage",
2204
+ "description": "A string containing the validation message of this element."
2205
+ },
2206
+ {
2207
+ "name": "willValidate",
2208
+ "description": "A boolean value which returns true if the element is a submittable element\nthat is a candidate for constraint validation."
2209
+ },
2210
+ {
2211
+ "name": "disabled",
2212
+ "attribute": "disabled",
2213
+ "description": "The disabled state of the component",
2214
+ "type": "boolean",
2215
+ "default": "false"
2216
+ },
2217
+ {
2218
+ "name": "invalid",
2219
+ "attribute": "invalid",
2220
+ "description": "Control the validity of the control.",
2221
+ "type": "boolean",
2222
+ "default": "false"
2223
+ }
2224
+ ],
2197
2225
  "events": [
2198
2226
  {
2199
2227
  "name": "igcFocus",
@@ -2355,15 +2383,27 @@
2355
2383
  "description": "The date format to apply on the input.",
2356
2384
  "type": "string"
2357
2385
  },
2386
+ {
2387
+ "name": "min",
2388
+ "description": "The minimum value required for the input to remain valid.",
2389
+ "type": "Date"
2390
+ },
2391
+ {
2392
+ "name": "max",
2393
+ "description": "The maximum value required for the input to remain valid.",
2394
+ "type": "Date"
2395
+ },
2358
2396
  {
2359
2397
  "name": "min-value",
2360
2398
  "description": "The minimum value required for the input to remain valid.",
2361
- "type": "Date | null"
2399
+ "type": "Date",
2400
+ "deprecatedMessage": "since v4.4.0\nUse the `min` property instead."
2362
2401
  },
2363
2402
  {
2364
2403
  "name": "max-value",
2365
2404
  "description": "The maximum value required for the input to remain valid.",
2366
- "type": "Date | null"
2405
+ "type": "Date",
2406
+ "deprecatedMessage": "since v4.4.0\nUse the `max` property instead."
2367
2407
  },
2368
2408
  {
2369
2409
  "name": "display-format",
@@ -2387,28 +2427,11 @@
2387
2427
  "description": "The prompt symbol to use for unfilled parts of the mask.",
2388
2428
  "type": "string"
2389
2429
  },
2390
- {
2391
- "name": "invalid",
2392
- "description": "Controls the validity of the control.",
2393
- "type": "boolean",
2394
- "default": "false"
2395
- },
2396
2430
  {
2397
2431
  "name": "value",
2398
2432
  "description": "The value of the input.",
2399
2433
  "type": "Date | null"
2400
2434
  },
2401
- {
2402
- "name": "dir",
2403
- "description": "The direction attribute of the control.",
2404
- "type": "Direction",
2405
- "default": "\"auto\""
2406
- },
2407
- {
2408
- "name": "name",
2409
- "description": "The name attribute of the control.",
2410
- "type": "string"
2411
- },
2412
2435
  {
2413
2436
  "name": "outlined",
2414
2437
  "description": "Whether the control will have outlined appearance.",
@@ -2416,14 +2439,8 @@
2416
2439
  "default": "false"
2417
2440
  },
2418
2441
  {
2419
- "name": "required",
2420
- "description": "Makes the control a required field.",
2421
- "type": "boolean",
2422
- "default": "false"
2423
- },
2424
- {
2425
- "name": "disabled",
2426
- "description": "Makes the control a disabled field.",
2442
+ "name": "readOnly",
2443
+ "description": "Makes the control a readonly field.",
2427
2444
  "type": "boolean",
2428
2445
  "default": "false"
2429
2446
  },
@@ -2431,7 +2448,7 @@
2431
2448
  "name": "readonly",
2432
2449
  "description": "Makes the control a readonly field.",
2433
2450
  "type": "boolean",
2434
- "default": "false"
2451
+ "deprecatedMessage": "since v4.4.0\nUse the `readOnly` property instead."
2435
2452
  },
2436
2453
  {
2437
2454
  "name": "placeholder",
@@ -2443,6 +2460,29 @@
2443
2460
  "description": "The label for the control.",
2444
2461
  "type": "string"
2445
2462
  },
2463
+ {
2464
+ "name": "required",
2465
+ "description": "Makes the control a required field in a form context.",
2466
+ "type": "boolean",
2467
+ "default": "false"
2468
+ },
2469
+ {
2470
+ "name": "name",
2471
+ "description": "The name attribute of the control.",
2472
+ "type": "string"
2473
+ },
2474
+ {
2475
+ "name": "disabled",
2476
+ "description": "The disabled state of the component",
2477
+ "type": "boolean",
2478
+ "default": "false"
2479
+ },
2480
+ {
2481
+ "name": "invalid",
2482
+ "description": "Control the validity of the control.",
2483
+ "type": "boolean",
2484
+ "default": "false"
2485
+ },
2446
2486
  {
2447
2487
  "name": "size",
2448
2488
  "description": "Determines the size of the component.",
@@ -2462,17 +2502,31 @@
2462
2502
  "description": "The date format to apply on the input.",
2463
2503
  "type": "string"
2464
2504
  },
2505
+ {
2506
+ "name": "min",
2507
+ "attribute": "min",
2508
+ "description": "The minimum value required for the input to remain valid.",
2509
+ "type": "Date"
2510
+ },
2511
+ {
2512
+ "name": "max",
2513
+ "attribute": "max",
2514
+ "description": "The maximum value required for the input to remain valid.",
2515
+ "type": "Date"
2516
+ },
2465
2517
  {
2466
2518
  "name": "minValue",
2467
2519
  "attribute": "min-value",
2468
2520
  "description": "The minimum value required for the input to remain valid.",
2469
- "type": "Date | null"
2521
+ "type": "Date",
2522
+ "deprecatedMessage": "since v4.4.0\nUse the `min` property instead."
2470
2523
  },
2471
2524
  {
2472
2525
  "name": "maxValue",
2473
2526
  "attribute": "max-value",
2474
2527
  "description": "The maximum value required for the input to remain valid.",
2475
- "type": "Date | null"
2528
+ "type": "Date",
2529
+ "deprecatedMessage": "since v4.4.0\nUse the `max` property instead."
2476
2530
  },
2477
2531
  {
2478
2532
  "name": "displayFormat",
@@ -2505,13 +2559,6 @@
2505
2559
  "description": "The prompt symbol to use for unfilled parts of the mask.",
2506
2560
  "type": "string"
2507
2561
  },
2508
- {
2509
- "name": "invalid",
2510
- "attribute": "invalid",
2511
- "description": "Controls the validity of the control.",
2512
- "type": "boolean",
2513
- "default": "false"
2514
- },
2515
2562
  {
2516
2563
  "name": "styles",
2517
2564
  "type": "CSSResult",
@@ -2523,19 +2570,6 @@
2523
2570
  "description": "The value of the input.",
2524
2571
  "type": "Date | null"
2525
2572
  },
2526
- {
2527
- "name": "dir",
2528
- "attribute": "dir",
2529
- "description": "The direction attribute of the control.",
2530
- "type": "Direction",
2531
- "default": "\"auto\""
2532
- },
2533
- {
2534
- "name": "name",
2535
- "attribute": "name",
2536
- "description": "The name attribute of the control.",
2537
- "type": "string"
2538
- },
2539
2573
  {
2540
2574
  "name": "outlined",
2541
2575
  "attribute": "outlined",
@@ -2544,16 +2578,9 @@
2544
2578
  "default": "false"
2545
2579
  },
2546
2580
  {
2547
- "name": "required",
2548
- "attribute": "required",
2549
- "description": "Makes the control a required field.",
2550
- "type": "boolean",
2551
- "default": "false"
2552
- },
2553
- {
2554
- "name": "disabled",
2555
- "attribute": "disabled",
2556
- "description": "Makes the control a disabled field.",
2581
+ "name": "readOnly",
2582
+ "attribute": "readOnly",
2583
+ "description": "Makes the control a readonly field.",
2557
2584
  "type": "boolean",
2558
2585
  "default": "false"
2559
2586
  },
@@ -2562,7 +2589,7 @@
2562
2589
  "attribute": "readonly",
2563
2590
  "description": "Makes the control a readonly field.",
2564
2591
  "type": "boolean",
2565
- "default": "false"
2592
+ "deprecatedMessage": "since v4.4.0\nUse the `readOnly` property instead."
2566
2593
  },
2567
2594
  {
2568
2595
  "name": "placeholder",
@@ -2576,6 +2603,54 @@
2576
2603
  "description": "The label for the control.",
2577
2604
  "type": "string"
2578
2605
  },
2606
+ {
2607
+ "name": "required",
2608
+ "attribute": "required",
2609
+ "description": "Makes the control a required field in a form context.",
2610
+ "type": "boolean",
2611
+ "default": "false"
2612
+ },
2613
+ {
2614
+ "name": "formAssociated",
2615
+ "type": "true",
2616
+ "default": "true"
2617
+ },
2618
+ {
2619
+ "name": "name",
2620
+ "attribute": "name",
2621
+ "description": "The name attribute of the control.",
2622
+ "type": "string"
2623
+ },
2624
+ {
2625
+ "name": "form",
2626
+ "description": "Returns the HTMLFormElement associated with this element."
2627
+ },
2628
+ {
2629
+ "name": "validity",
2630
+ "description": "Returns a ValidityState object which represents the different validity states\nthe element can be in, with respect to constraint validation."
2631
+ },
2632
+ {
2633
+ "name": "validationMessage",
2634
+ "description": "A string containing the validation message of this element."
2635
+ },
2636
+ {
2637
+ "name": "willValidate",
2638
+ "description": "A boolean value which returns true if the element is a submittable element\nthat is a candidate for constraint validation."
2639
+ },
2640
+ {
2641
+ "name": "disabled",
2642
+ "attribute": "disabled",
2643
+ "description": "The disabled state of the component",
2644
+ "type": "boolean",
2645
+ "default": "false"
2646
+ },
2647
+ {
2648
+ "name": "invalid",
2649
+ "attribute": "invalid",
2650
+ "description": "Control the validity of the control.",
2651
+ "type": "boolean",
2652
+ "default": "false"
2653
+ },
2579
2654
  {
2580
2655
  "name": "size",
2581
2656
  "attribute": "size",
@@ -3289,7 +3364,9 @@
3289
3364
  "name": "",
3290
3365
  "description": "Default slot for the form."
3291
3366
  }
3292
- ]
3367
+ ],
3368
+ "deprecated": true,
3369
+ "deprecatedMessage": "since version 4.4.0\nUse the native `<form>` element instead."
3293
3370
  },
3294
3371
  {
3295
3372
  "name": "igc-icon",
@@ -3382,20 +3459,26 @@
3382
3459
  "type": "string"
3383
3460
  },
3384
3461
  {
3385
- "name": "invalid",
3386
- "description": "Controls the validity of the control.",
3387
- "type": "boolean",
3388
- "default": "false"
3462
+ "name": "minLength",
3463
+ "description": "The minimum string length required by the control.",
3464
+ "type": "number"
3389
3465
  },
3390
3466
  {
3391
3467
  "name": "minlength",
3392
3468
  "description": "The minlength attribute of the control.",
3469
+ "type": "number",
3470
+ "deprecatedMessage": "since v4.4.0\nUse the `minLength` property instead."
3471
+ },
3472
+ {
3473
+ "name": "maxLength",
3474
+ "description": "The maximum string length of the control.",
3393
3475
  "type": "number"
3394
3476
  },
3395
3477
  {
3396
3478
  "name": "maxlength",
3397
3479
  "description": "The maxlength attribute of the control.",
3398
- "type": "number"
3480
+ "type": "number",
3481
+ "deprecatedMessage": "since v4.4.0\nUse the `maxLength` property instead."
3399
3482
  },
3400
3483
  {
3401
3484
  "name": "min",
@@ -3433,17 +3516,6 @@
3433
3516
  "type": "string",
3434
3517
  "default": "\"\""
3435
3518
  },
3436
- {
3437
- "name": "dir",
3438
- "description": "The direction attribute of the control.",
3439
- "type": "Direction",
3440
- "default": "\"auto\""
3441
- },
3442
- {
3443
- "name": "name",
3444
- "description": "The name attribute of the control.",
3445
- "type": "string"
3446
- },
3447
3519
  {
3448
3520
  "name": "outlined",
3449
3521
  "description": "Whether the control will have outlined appearance.",
@@ -3451,14 +3523,8 @@
3451
3523
  "default": "false"
3452
3524
  },
3453
3525
  {
3454
- "name": "required",
3455
- "description": "Makes the control a required field.",
3456
- "type": "boolean",
3457
- "default": "false"
3458
- },
3459
- {
3460
- "name": "disabled",
3461
- "description": "Makes the control a disabled field.",
3526
+ "name": "readOnly",
3527
+ "description": "Makes the control a readonly field.",
3462
3528
  "type": "boolean",
3463
3529
  "default": "false"
3464
3530
  },
@@ -3466,7 +3532,7 @@
3466
3532
  "name": "readonly",
3467
3533
  "description": "Makes the control a readonly field.",
3468
3534
  "type": "boolean",
3469
- "default": "false"
3535
+ "deprecatedMessage": "since v4.4.0\nUse the `readOnly` property instead."
3470
3536
  },
3471
3537
  {
3472
3538
  "name": "placeholder",
@@ -3478,6 +3544,29 @@
3478
3544
  "description": "The label for the control.",
3479
3545
  "type": "string"
3480
3546
  },
3547
+ {
3548
+ "name": "required",
3549
+ "description": "Makes the control a required field in a form context.",
3550
+ "type": "boolean",
3551
+ "default": "false"
3552
+ },
3553
+ {
3554
+ "name": "name",
3555
+ "description": "The name attribute of the control.",
3556
+ "type": "string"
3557
+ },
3558
+ {
3559
+ "name": "disabled",
3560
+ "description": "The disabled state of the component",
3561
+ "type": "boolean",
3562
+ "default": "false"
3563
+ },
3564
+ {
3565
+ "name": "invalid",
3566
+ "description": "Control the validity of the control.",
3567
+ "type": "boolean",
3568
+ "default": "false"
3569
+ },
3481
3570
  {
3482
3571
  "name": "size",
3483
3572
  "description": "Determines the size of the component.",
@@ -3511,23 +3600,30 @@
3511
3600
  "type": "string"
3512
3601
  },
3513
3602
  {
3514
- "name": "invalid",
3515
- "attribute": "invalid",
3516
- "description": "Controls the validity of the control.",
3517
- "type": "boolean",
3518
- "default": "false"
3603
+ "name": "minLength",
3604
+ "attribute": "minLength",
3605
+ "description": "The minimum string length required by the control.",
3606
+ "type": "number"
3519
3607
  },
3520
3608
  {
3521
3609
  "name": "minlength",
3522
3610
  "attribute": "minlength",
3523
3611
  "description": "The minlength attribute of the control.",
3612
+ "type": "number",
3613
+ "deprecatedMessage": "since v4.4.0\nUse the `minLength` property instead."
3614
+ },
3615
+ {
3616
+ "name": "maxLength",
3617
+ "attribute": "maxLength",
3618
+ "description": "The maximum string length of the control.",
3524
3619
  "type": "number"
3525
3620
  },
3526
3621
  {
3527
3622
  "name": "maxlength",
3528
3623
  "attribute": "maxlength",
3529
3624
  "description": "The maxlength attribute of the control.",
3530
- "type": "number"
3625
+ "type": "number",
3626
+ "deprecatedMessage": "since v4.4.0\nUse the `maxLength` property instead."
3531
3627
  },
3532
3628
  {
3533
3629
  "name": "min",
@@ -3577,19 +3673,6 @@
3577
3673
  "type": "string",
3578
3674
  "default": "\"\""
3579
3675
  },
3580
- {
3581
- "name": "dir",
3582
- "attribute": "dir",
3583
- "description": "The direction attribute of the control.",
3584
- "type": "Direction",
3585
- "default": "\"auto\""
3586
- },
3587
- {
3588
- "name": "name",
3589
- "attribute": "name",
3590
- "description": "The name attribute of the control.",
3591
- "type": "string"
3592
- },
3593
3676
  {
3594
3677
  "name": "outlined",
3595
3678
  "attribute": "outlined",
@@ -3598,16 +3681,9 @@
3598
3681
  "default": "false"
3599
3682
  },
3600
3683
  {
3601
- "name": "required",
3602
- "attribute": "required",
3603
- "description": "Makes the control a required field.",
3604
- "type": "boolean",
3605
- "default": "false"
3606
- },
3607
- {
3608
- "name": "disabled",
3609
- "attribute": "disabled",
3610
- "description": "Makes the control a disabled field.",
3684
+ "name": "readOnly",
3685
+ "attribute": "readOnly",
3686
+ "description": "Makes the control a readonly field.",
3611
3687
  "type": "boolean",
3612
3688
  "default": "false"
3613
3689
  },
@@ -3616,7 +3692,7 @@
3616
3692
  "attribute": "readonly",
3617
3693
  "description": "Makes the control a readonly field.",
3618
3694
  "type": "boolean",
3619
- "default": "false"
3695
+ "deprecatedMessage": "since v4.4.0\nUse the `readOnly` property instead."
3620
3696
  },
3621
3697
  {
3622
3698
  "name": "placeholder",
@@ -3630,6 +3706,54 @@
3630
3706
  "description": "The label for the control.",
3631
3707
  "type": "string"
3632
3708
  },
3709
+ {
3710
+ "name": "required",
3711
+ "attribute": "required",
3712
+ "description": "Makes the control a required field in a form context.",
3713
+ "type": "boolean",
3714
+ "default": "false"
3715
+ },
3716
+ {
3717
+ "name": "formAssociated",
3718
+ "type": "true",
3719
+ "default": "true"
3720
+ },
3721
+ {
3722
+ "name": "name",
3723
+ "attribute": "name",
3724
+ "description": "The name attribute of the control.",
3725
+ "type": "string"
3726
+ },
3727
+ {
3728
+ "name": "form",
3729
+ "description": "Returns the HTMLFormElement associated with this element."
3730
+ },
3731
+ {
3732
+ "name": "validity",
3733
+ "description": "Returns a ValidityState object which represents the different validity states\nthe element can be in, with respect to constraint validation."
3734
+ },
3735
+ {
3736
+ "name": "validationMessage",
3737
+ "description": "A string containing the validation message of this element."
3738
+ },
3739
+ {
3740
+ "name": "willValidate",
3741
+ "description": "A boolean value which returns true if the element is a submittable element\nthat is a candidate for constraint validation."
3742
+ },
3743
+ {
3744
+ "name": "disabled",
3745
+ "attribute": "disabled",
3746
+ "description": "The disabled state of the component",
3747
+ "type": "boolean",
3748
+ "default": "false"
3749
+ },
3750
+ {
3751
+ "name": "invalid",
3752
+ "attribute": "invalid",
3753
+ "description": "Control the validity of the control.",
3754
+ "type": "boolean",
3755
+ "default": "false"
3756
+ },
3633
3757
  {
3634
3758
  "name": "size",
3635
3759
  "attribute": "size",
@@ -3844,28 +3968,11 @@
3844
3968
  "description": "The prompt symbol to use for unfilled parts of the mask.",
3845
3969
  "type": "string"
3846
3970
  },
3847
- {
3848
- "name": "invalid",
3849
- "description": "Controls the validity of the control.",
3850
- "type": "boolean",
3851
- "default": "false"
3852
- },
3853
3971
  {
3854
3972
  "name": "value",
3855
3973
  "description": "The value of the input.\n\nRegardless of the currently set `value-mode`, an empty value will return an empty string.",
3856
3974
  "type": "string"
3857
3975
  },
3858
- {
3859
- "name": "dir",
3860
- "description": "The direction attribute of the control.",
3861
- "type": "Direction",
3862
- "default": "\"auto\""
3863
- },
3864
- {
3865
- "name": "name",
3866
- "description": "The name attribute of the control.",
3867
- "type": "string"
3868
- },
3869
3976
  {
3870
3977
  "name": "outlined",
3871
3978
  "description": "Whether the control will have outlined appearance.",
@@ -3873,14 +3980,8 @@
3873
3980
  "default": "false"
3874
3981
  },
3875
3982
  {
3876
- "name": "required",
3877
- "description": "Makes the control a required field.",
3878
- "type": "boolean",
3879
- "default": "false"
3880
- },
3881
- {
3882
- "name": "disabled",
3883
- "description": "Makes the control a disabled field.",
3983
+ "name": "readOnly",
3984
+ "description": "Makes the control a readonly field.",
3884
3985
  "type": "boolean",
3885
3986
  "default": "false"
3886
3987
  },
@@ -3888,7 +3989,7 @@
3888
3989
  "name": "readonly",
3889
3990
  "description": "Makes the control a readonly field.",
3890
3991
  "type": "boolean",
3891
- "default": "false"
3992
+ "deprecatedMessage": "since v4.4.0\nUse the `readOnly` property instead."
3892
3993
  },
3893
3994
  {
3894
3995
  "name": "placeholder",
@@ -3900,6 +4001,29 @@
3900
4001
  "description": "The label for the control.",
3901
4002
  "type": "string"
3902
4003
  },
4004
+ {
4005
+ "name": "required",
4006
+ "description": "Makes the control a required field in a form context.",
4007
+ "type": "boolean",
4008
+ "default": "false"
4009
+ },
4010
+ {
4011
+ "name": "name",
4012
+ "description": "The name attribute of the control.",
4013
+ "type": "string"
4014
+ },
4015
+ {
4016
+ "name": "disabled",
4017
+ "description": "The disabled state of the component",
4018
+ "type": "boolean",
4019
+ "default": "false"
4020
+ },
4021
+ {
4022
+ "name": "invalid",
4023
+ "description": "Control the validity of the control.",
4024
+ "type": "boolean",
4025
+ "default": "false"
4026
+ },
3903
4027
  {
3904
4028
  "name": "size",
3905
4029
  "description": "Determines the size of the component.",
@@ -3932,13 +4056,6 @@
3932
4056
  "description": "The prompt symbol to use for unfilled parts of the mask.",
3933
4057
  "type": "string"
3934
4058
  },
3935
- {
3936
- "name": "invalid",
3937
- "attribute": "invalid",
3938
- "description": "Controls the validity of the control.",
3939
- "type": "boolean",
3940
- "default": "false"
3941
- },
3942
4059
  {
3943
4060
  "name": "styles",
3944
4061
  "type": "CSSResult",
@@ -3950,19 +4067,6 @@
3950
4067
  "description": "The value of the input.\n\nRegardless of the currently set `value-mode`, an empty value will return an empty string.",
3951
4068
  "type": "string"
3952
4069
  },
3953
- {
3954
- "name": "dir",
3955
- "attribute": "dir",
3956
- "description": "The direction attribute of the control.",
3957
- "type": "Direction",
3958
- "default": "\"auto\""
3959
- },
3960
- {
3961
- "name": "name",
3962
- "attribute": "name",
3963
- "description": "The name attribute of the control.",
3964
- "type": "string"
3965
- },
3966
4070
  {
3967
4071
  "name": "outlined",
3968
4072
  "attribute": "outlined",
@@ -3971,16 +4075,9 @@
3971
4075
  "default": "false"
3972
4076
  },
3973
4077
  {
3974
- "name": "required",
3975
- "attribute": "required",
3976
- "description": "Makes the control a required field.",
3977
- "type": "boolean",
3978
- "default": "false"
3979
- },
3980
- {
3981
- "name": "disabled",
3982
- "attribute": "disabled",
3983
- "description": "Makes the control a disabled field.",
4078
+ "name": "readOnly",
4079
+ "attribute": "readOnly",
4080
+ "description": "Makes the control a readonly field.",
3984
4081
  "type": "boolean",
3985
4082
  "default": "false"
3986
4083
  },
@@ -3989,7 +4086,7 @@
3989
4086
  "attribute": "readonly",
3990
4087
  "description": "Makes the control a readonly field.",
3991
4088
  "type": "boolean",
3992
- "default": "false"
4089
+ "deprecatedMessage": "since v4.4.0\nUse the `readOnly` property instead."
3993
4090
  },
3994
4091
  {
3995
4092
  "name": "placeholder",
@@ -4003,6 +4100,54 @@
4003
4100
  "description": "The label for the control.",
4004
4101
  "type": "string"
4005
4102
  },
4103
+ {
4104
+ "name": "required",
4105
+ "attribute": "required",
4106
+ "description": "Makes the control a required field in a form context.",
4107
+ "type": "boolean",
4108
+ "default": "false"
4109
+ },
4110
+ {
4111
+ "name": "formAssociated",
4112
+ "type": "true",
4113
+ "default": "true"
4114
+ },
4115
+ {
4116
+ "name": "name",
4117
+ "attribute": "name",
4118
+ "description": "The name attribute of the control.",
4119
+ "type": "string"
4120
+ },
4121
+ {
4122
+ "name": "form",
4123
+ "description": "Returns the HTMLFormElement associated with this element."
4124
+ },
4125
+ {
4126
+ "name": "validity",
4127
+ "description": "Returns a ValidityState object which represents the different validity states\nthe element can be in, with respect to constraint validation."
4128
+ },
4129
+ {
4130
+ "name": "validationMessage",
4131
+ "description": "A string containing the validation message of this element."
4132
+ },
4133
+ {
4134
+ "name": "willValidate",
4135
+ "description": "A boolean value which returns true if the element is a submittable element\nthat is a candidate for constraint validation."
4136
+ },
4137
+ {
4138
+ "name": "disabled",
4139
+ "attribute": "disabled",
4140
+ "description": "The disabled state of the component",
4141
+ "type": "boolean",
4142
+ "default": "false"
4143
+ },
4144
+ {
4145
+ "name": "invalid",
4146
+ "attribute": "invalid",
4147
+ "description": "Control the validity of the control.",
4148
+ "type": "boolean",
4149
+ "default": "false"
4150
+ },
4006
4151
  {
4007
4152
  "name": "size",
4008
4153
  "attribute": "size",
@@ -4702,57 +4847,84 @@
4702
4847
  "name": "igc-radio",
4703
4848
  "path": "./src/components/radio/radio.ts",
4704
4849
  "attributes": [
4705
- {
4706
- "name": "name",
4707
- "description": "The name attribute of the control.",
4708
- "type": "string"
4709
- },
4710
4850
  {
4711
4851
  "name": "value",
4712
4852
  "description": "The value attribute of the control.",
4713
4853
  "type": "string"
4714
4854
  },
4715
4855
  {
4716
- "name": "required",
4717
- "description": "Makes the control a required field.",
4856
+ "name": "checked",
4857
+ "description": "The checked state of the control.",
4718
4858
  "type": "boolean",
4719
4859
  "default": "false"
4720
4860
  },
4721
4861
  {
4722
- "name": "checked",
4723
- "description": "The checked state of the control.",
4862
+ "name": "label-position",
4863
+ "description": "The label position of the radio control.",
4864
+ "type": "\"before\" | \"after\"",
4865
+ "default": "\"after\""
4866
+ },
4867
+ {
4868
+ "name": "required",
4869
+ "description": "Makes the control a required field in a form context.",
4724
4870
  "type": "boolean",
4725
4871
  "default": "false"
4726
4872
  },
4873
+ {
4874
+ "name": "name",
4875
+ "description": "The name attribute of the control.",
4876
+ "type": "string"
4877
+ },
4727
4878
  {
4728
4879
  "name": "disabled",
4729
- "description": "Disables the radio control.",
4880
+ "description": "The disabled state of the component",
4730
4881
  "type": "boolean",
4731
4882
  "default": "false"
4732
4883
  },
4733
4884
  {
4734
4885
  "name": "invalid",
4735
- "description": "Controls the validity of the control.",
4886
+ "description": "Control the validity of the control.",
4736
4887
  "type": "boolean",
4737
4888
  "default": "false"
4889
+ }
4890
+ ],
4891
+ "properties": [
4892
+ {
4893
+ "name": "tagName",
4894
+ "type": "\"igc-radio\"",
4895
+ "default": "\"igc-radio\""
4738
4896
  },
4739
4897
  {
4740
- "name": "label-position",
4898
+ "name": "value",
4899
+ "attribute": "value",
4900
+ "description": "The value attribute of the control.",
4901
+ "type": "string"
4902
+ },
4903
+ {
4904
+ "name": "checked",
4905
+ "attribute": "checked",
4906
+ "description": "The checked state of the control.",
4907
+ "type": "boolean",
4908
+ "default": "false"
4909
+ },
4910
+ {
4911
+ "name": "labelPosition",
4912
+ "attribute": "label-position",
4741
4913
  "description": "The label position of the radio control.",
4742
4914
  "type": "\"before\" | \"after\"",
4743
4915
  "default": "\"after\""
4744
4916
  },
4745
4917
  {
4746
- "name": "aria-labelledby",
4747
- "description": "Sets the aria-labelledby attribute for the radio control.",
4748
- "type": "string"
4749
- }
4750
- ],
4751
- "properties": [
4918
+ "name": "required",
4919
+ "attribute": "required",
4920
+ "description": "Makes the control a required field in a form context.",
4921
+ "type": "boolean",
4922
+ "default": "false"
4923
+ },
4752
4924
  {
4753
- "name": "tagName",
4754
- "type": "\"igc-radio\"",
4755
- "default": "\"igc-radio\""
4925
+ "name": "formAssociated",
4926
+ "type": "true",
4927
+ "default": "true"
4756
4928
  },
4757
4929
  {
4758
4930
  "name": "name",
@@ -4761,51 +4933,34 @@
4761
4933
  "type": "string"
4762
4934
  },
4763
4935
  {
4764
- "name": "value",
4765
- "attribute": "value",
4766
- "description": "The value attribute of the control.",
4767
- "type": "string"
4936
+ "name": "form",
4937
+ "description": "Returns the HTMLFormElement associated with this element."
4938
+ },
4939
+ {
4940
+ "name": "validity",
4941
+ "description": "Returns a ValidityState object which represents the different validity states\nthe element can be in, with respect to constraint validation."
4768
4942
  },
4769
4943
  {
4770
- "name": "required",
4771
- "attribute": "required",
4772
- "description": "Makes the control a required field.",
4773
- "type": "boolean",
4774
- "default": "false"
4944
+ "name": "validationMessage",
4945
+ "description": "A string containing the validation message of this element."
4775
4946
  },
4776
4947
  {
4777
- "name": "checked",
4778
- "attribute": "checked",
4779
- "description": "The checked state of the control.",
4780
- "type": "boolean",
4781
- "default": "false"
4948
+ "name": "willValidate",
4949
+ "description": "A boolean value which returns true if the element is a submittable element\nthat is a candidate for constraint validation."
4782
4950
  },
4783
4951
  {
4784
4952
  "name": "disabled",
4785
4953
  "attribute": "disabled",
4786
- "description": "Disables the radio control.",
4954
+ "description": "The disabled state of the component",
4787
4955
  "type": "boolean",
4788
4956
  "default": "false"
4789
4957
  },
4790
4958
  {
4791
4959
  "name": "invalid",
4792
4960
  "attribute": "invalid",
4793
- "description": "Controls the validity of the control.",
4961
+ "description": "Control the validity of the control.",
4794
4962
  "type": "boolean",
4795
4963
  "default": "false"
4796
- },
4797
- {
4798
- "name": "labelPosition",
4799
- "attribute": "label-position",
4800
- "description": "The label position of the radio control.",
4801
- "type": "\"before\" | \"after\"",
4802
- "default": "\"after\""
4803
- },
4804
- {
4805
- "name": "ariaLabelledby",
4806
- "attribute": "aria-labelledby",
4807
- "description": "Sets the aria-labelledby attribute for the radio control.",
4808
- "type": "string"
4809
4964
  }
4810
4965
  ],
4811
4966
  "events": [
@@ -4901,11 +5056,6 @@
4901
5056
  "type": "number",
4902
5057
  "default": "1"
4903
5058
  },
4904
- {
4905
- "name": "name",
4906
- "description": "The name attribute of the control",
4907
- "type": "string"
4908
- },
4909
5059
  {
4910
5060
  "name": "label",
4911
5061
  "description": "The label of the control.",
@@ -4923,14 +5073,14 @@
4923
5073
  "default": "0"
4924
5074
  },
4925
5075
  {
4926
- "name": "disabled",
4927
- "description": "Sets the disabled state of the component",
5076
+ "name": "hover-preview",
5077
+ "description": "Sets hover preview behavior for the component",
4928
5078
  "type": "boolean",
4929
5079
  "default": "false"
4930
5080
  },
4931
5081
  {
4932
- "name": "hover-preview",
4933
- "description": "Sets hover preview behavior for the component",
5082
+ "name": "readOnly",
5083
+ "description": "Makes the control a readonly field.",
4934
5084
  "type": "boolean",
4935
5085
  "default": "false"
4936
5086
  },
@@ -4938,7 +5088,7 @@
4938
5088
  "name": "readonly",
4939
5089
  "description": "Sets the readonly state of the component",
4940
5090
  "type": "boolean",
4941
- "default": "false"
5091
+ "deprecatedMessage": "since v4.4.0\nUse the `readOnly` property instead."
4942
5092
  },
4943
5093
  {
4944
5094
  "name": "single",
@@ -4946,6 +5096,23 @@
4946
5096
  "type": "boolean",
4947
5097
  "default": "false"
4948
5098
  },
5099
+ {
5100
+ "name": "name",
5101
+ "description": "The name attribute of the control.",
5102
+ "type": "string"
5103
+ },
5104
+ {
5105
+ "name": "disabled",
5106
+ "description": "The disabled state of the component",
5107
+ "type": "boolean",
5108
+ "default": "false"
5109
+ },
5110
+ {
5111
+ "name": "invalid",
5112
+ "description": "Control the validity of the control.",
5113
+ "type": "boolean",
5114
+ "default": "false"
5115
+ },
4949
5116
  {
4950
5117
  "name": "size",
4951
5118
  "description": "Determines the size of the component.",
@@ -4978,12 +5145,6 @@
4978
5145
  "type": "number",
4979
5146
  "default": "1"
4980
5147
  },
4981
- {
4982
- "name": "name",
4983
- "attribute": "name",
4984
- "description": "The name attribute of the control",
4985
- "type": "string"
4986
- },
4987
5148
  {
4988
5149
  "name": "label",
4989
5150
  "attribute": "label",
@@ -5004,16 +5165,16 @@
5004
5165
  "default": "0"
5005
5166
  },
5006
5167
  {
5007
- "name": "disabled",
5008
- "attribute": "disabled",
5009
- "description": "Sets the disabled state of the component",
5168
+ "name": "hoverPreview",
5169
+ "attribute": "hover-preview",
5170
+ "description": "Sets hover preview behavior for the component",
5010
5171
  "type": "boolean",
5011
5172
  "default": "false"
5012
5173
  },
5013
5174
  {
5014
- "name": "hoverPreview",
5015
- "attribute": "hover-preview",
5016
- "description": "Sets hover preview behavior for the component",
5175
+ "name": "readOnly",
5176
+ "attribute": "readOnly",
5177
+ "description": "Makes the control a readonly field.",
5017
5178
  "type": "boolean",
5018
5179
  "default": "false"
5019
5180
  },
@@ -5022,7 +5183,7 @@
5022
5183
  "attribute": "readonly",
5023
5184
  "description": "Sets the readonly state of the component",
5024
5185
  "type": "boolean",
5025
- "default": "false"
5186
+ "deprecatedMessage": "since v4.4.0\nUse the `readOnly` property instead."
5026
5187
  },
5027
5188
  {
5028
5189
  "name": "single",
@@ -5031,6 +5192,47 @@
5031
5192
  "type": "boolean",
5032
5193
  "default": "false"
5033
5194
  },
5195
+ {
5196
+ "name": "formAssociated",
5197
+ "type": "true",
5198
+ "default": "true"
5199
+ },
5200
+ {
5201
+ "name": "name",
5202
+ "attribute": "name",
5203
+ "description": "The name attribute of the control.",
5204
+ "type": "string"
5205
+ },
5206
+ {
5207
+ "name": "form",
5208
+ "description": "Returns the HTMLFormElement associated with this element."
5209
+ },
5210
+ {
5211
+ "name": "validity",
5212
+ "description": "Returns a ValidityState object which represents the different validity states\nthe element can be in, with respect to constraint validation."
5213
+ },
5214
+ {
5215
+ "name": "validationMessage",
5216
+ "description": "A string containing the validation message of this element."
5217
+ },
5218
+ {
5219
+ "name": "willValidate",
5220
+ "description": "A boolean value which returns true if the element is a submittable element\nthat is a candidate for constraint validation."
5221
+ },
5222
+ {
5223
+ "name": "disabled",
5224
+ "attribute": "disabled",
5225
+ "description": "The disabled state of the component",
5226
+ "type": "boolean",
5227
+ "default": "false"
5228
+ },
5229
+ {
5230
+ "name": "invalid",
5231
+ "attribute": "invalid",
5232
+ "description": "Control the validity of the control.",
5233
+ "type": "boolean",
5234
+ "default": "false"
5235
+ },
5034
5236
  {
5035
5237
  "name": "size",
5036
5238
  "attribute": "size",
@@ -5218,6 +5420,11 @@
5218
5420
  "description": "Returns the text of the item without the prefix and suffix content.",
5219
5421
  "type": "string"
5220
5422
  },
5423
+ {
5424
+ "name": "tagName",
5425
+ "type": "\"igc-select-item\"",
5426
+ "default": "\"igc-select-item\""
5427
+ },
5221
5428
  {
5222
5429
  "name": "styles",
5223
5430
  "type": "CSSResult",
@@ -5289,29 +5496,6 @@
5289
5496
  "description": "The value attribute of the control.",
5290
5497
  "type": "string | undefined"
5291
5498
  },
5292
- {
5293
- "name": "name",
5294
- "description": "The name attribute of the control.",
5295
- "type": "string"
5296
- },
5297
- {
5298
- "name": "disabled",
5299
- "description": "The disabled attribute of the control.",
5300
- "type": "boolean",
5301
- "default": "false"
5302
- },
5303
- {
5304
- "name": "required",
5305
- "description": "The required attribute of the control.",
5306
- "type": "boolean",
5307
- "default": "false"
5308
- },
5309
- {
5310
- "name": "invalid",
5311
- "description": "The invalid attribute of the control.",
5312
- "type": "boolean",
5313
- "default": "false"
5314
- },
5315
5499
  {
5316
5500
  "name": "outlined",
5317
5501
  "description": "The outlined attribute of the control.",
@@ -5334,10 +5518,27 @@
5334
5518
  "type": "string"
5335
5519
  },
5336
5520
  {
5337
- "name": "dir",
5338
- "description": "The direction attribute of the control.",
5339
- "type": "\"ltr\" | \"rtl\" | \"auto\"",
5340
- "default": "\"auto\""
5521
+ "name": "required",
5522
+ "description": "Makes the control a required field in a form context.",
5523
+ "type": "boolean",
5524
+ "default": "false"
5525
+ },
5526
+ {
5527
+ "name": "name",
5528
+ "description": "The name attribute of the control.",
5529
+ "type": "string"
5530
+ },
5531
+ {
5532
+ "name": "disabled",
5533
+ "description": "The disabled state of the component",
5534
+ "type": "boolean",
5535
+ "default": "false"
5536
+ },
5537
+ {
5538
+ "name": "invalid",
5539
+ "description": "Control the validity of the control.",
5540
+ "type": "boolean",
5541
+ "default": "false"
5341
5542
  },
5342
5543
  {
5343
5544
  "name": "keep-open-on-select",
@@ -5389,33 +5590,6 @@
5389
5590
  "description": "The value attribute of the control.",
5390
5591
  "type": "string | undefined"
5391
5592
  },
5392
- {
5393
- "name": "name",
5394
- "attribute": "name",
5395
- "description": "The name attribute of the control.",
5396
- "type": "string"
5397
- },
5398
- {
5399
- "name": "disabled",
5400
- "attribute": "disabled",
5401
- "description": "The disabled attribute of the control.",
5402
- "type": "boolean",
5403
- "default": "false"
5404
- },
5405
- {
5406
- "name": "required",
5407
- "attribute": "required",
5408
- "description": "The required attribute of the control.",
5409
- "type": "boolean",
5410
- "default": "false"
5411
- },
5412
- {
5413
- "name": "invalid",
5414
- "attribute": "invalid",
5415
- "description": "The invalid attribute of the control.",
5416
- "type": "boolean",
5417
- "default": "false"
5418
- },
5419
5593
  {
5420
5594
  "name": "outlined",
5421
5595
  "attribute": "outlined",
@@ -5442,11 +5616,57 @@
5442
5616
  "type": "string"
5443
5617
  },
5444
5618
  {
5445
- "name": "dir",
5446
- "attribute": "dir",
5447
- "description": "The direction attribute of the control.",
5448
- "type": "\"ltr\" | \"rtl\" | \"auto\"",
5449
- "default": "\"auto\""
5619
+ "name": "required",
5620
+ "attribute": "required",
5621
+ "description": "Makes the control a required field in a form context.",
5622
+ "type": "boolean",
5623
+ "default": "false"
5624
+ },
5625
+ {
5626
+ "name": "formAssociated",
5627
+ "type": "true",
5628
+ "default": "true"
5629
+ },
5630
+ {
5631
+ "name": "name",
5632
+ "attribute": "name",
5633
+ "description": "The name attribute of the control.",
5634
+ "type": "string"
5635
+ },
5636
+ {
5637
+ "name": "form",
5638
+ "description": "Returns the HTMLFormElement associated with this element."
5639
+ },
5640
+ {
5641
+ "name": "validity",
5642
+ "description": "Returns a ValidityState object which represents the different validity states\nthe element can be in, with respect to constraint validation."
5643
+ },
5644
+ {
5645
+ "name": "validationMessage",
5646
+ "description": "A string containing the validation message of this element."
5647
+ },
5648
+ {
5649
+ "name": "willValidate",
5650
+ "description": "A boolean value which returns true if the element is a submittable element\nthat is a candidate for constraint validation."
5651
+ },
5652
+ {
5653
+ "name": "disabled",
5654
+ "attribute": "disabled",
5655
+ "description": "The disabled state of the component",
5656
+ "type": "boolean",
5657
+ "default": "false"
5658
+ },
5659
+ {
5660
+ "name": "invalid",
5661
+ "attribute": "invalid",
5662
+ "description": "Control the validity of the control.",
5663
+ "type": "boolean",
5664
+ "default": "false"
5665
+ },
5666
+ {
5667
+ "name": "tagName",
5668
+ "type": "\"igc-select\"",
5669
+ "default": "\"igc-select\""
5450
5670
  },
5451
5671
  {
5452
5672
  "name": "styles",
@@ -5901,14 +6121,21 @@
5901
6121
  "attributes": [
5902
6122
  {
5903
6123
  "name": "value",
5904
- "description": "The current value of the slider.",
5905
- "type": "number"
6124
+ "description": "The current value of the component.",
6125
+ "type": "number",
6126
+ "default": "0"
5906
6127
  },
5907
6128
  {
5908
- "name": "aria-label",
5909
- "description": "The aria label of the slider thumb.",
6129
+ "name": "name",
6130
+ "description": "The name attribute of the control.",
5910
6131
  "type": "string"
5911
6132
  },
6133
+ {
6134
+ "name": "invalid",
6135
+ "description": "Control the validity of the control.",
6136
+ "type": "boolean",
6137
+ "default": "false"
6138
+ },
5912
6139
  {
5913
6140
  "name": "min",
5914
6141
  "description": "The minimum value of the slider scale. Defaults to 0.",
@@ -5931,7 +6158,7 @@
5931
6158
  },
5932
6159
  {
5933
6160
  "name": "disabled",
5934
- "description": "Disables the UI interactions of the slider.",
6161
+ "description": "The disabled state of the component",
5935
6162
  "type": "boolean",
5936
6163
  "default": "false"
5937
6164
  },
@@ -6009,15 +6236,44 @@
6009
6236
  {
6010
6237
  "name": "value",
6011
6238
  "attribute": "value",
6012
- "description": "The current value of the slider.",
6013
- "type": "number"
6239
+ "description": "The current value of the component.",
6240
+ "type": "number",
6241
+ "default": "0"
6242
+ },
6243
+ {
6244
+ "name": "formAssociated",
6245
+ "type": "true",
6246
+ "default": "true"
6014
6247
  },
6015
6248
  {
6016
- "name": "ariaLabel",
6017
- "attribute": "aria-label",
6018
- "description": "The aria label of the slider thumb.",
6249
+ "name": "name",
6250
+ "attribute": "name",
6251
+ "description": "The name attribute of the control.",
6019
6252
  "type": "string"
6020
6253
  },
6254
+ {
6255
+ "name": "form",
6256
+ "description": "Returns the HTMLFormElement associated with this element."
6257
+ },
6258
+ {
6259
+ "name": "validity",
6260
+ "description": "Returns a ValidityState object which represents the different validity states\nthe element can be in, with respect to constraint validation."
6261
+ },
6262
+ {
6263
+ "name": "validationMessage",
6264
+ "description": "A string containing the validation message of this element."
6265
+ },
6266
+ {
6267
+ "name": "willValidate",
6268
+ "description": "A boolean value which returns true if the element is a submittable element\nthat is a candidate for constraint validation."
6269
+ },
6270
+ {
6271
+ "name": "invalid",
6272
+ "attribute": "invalid",
6273
+ "description": "Control the validity of the control.",
6274
+ "type": "boolean",
6275
+ "default": "false"
6276
+ },
6021
6277
  {
6022
6278
  "name": "styles",
6023
6279
  "type": "CSSResult",
@@ -6050,7 +6306,7 @@
6050
6306
  {
6051
6307
  "name": "disabled",
6052
6308
  "attribute": "disabled",
6053
- "description": "Disables the UI interactions of the slider.",
6309
+ "description": "The disabled state of the component",
6054
6310
  "type": "boolean",
6055
6311
  "default": "false"
6056
6312
  },
@@ -6334,6 +6590,10 @@
6334
6590
  "name": "contentBody",
6335
6591
  "type": "HTMLElement"
6336
6592
  },
6593
+ {
6594
+ "name": "body",
6595
+ "type": "HTMLElement"
6596
+ },
6337
6597
  {
6338
6598
  "name": "invalid",
6339
6599
  "attribute": "invalid",
@@ -6511,10 +6771,22 @@
6511
6771
  "default": "false"
6512
6772
  },
6513
6773
  {
6514
- "name": "dir",
6515
- "description": "The direction attribute of the control.",
6516
- "type": "Direction",
6517
- "default": "\"auto\""
6774
+ "name": "vertical-animation",
6775
+ "description": "The animation type when in vertical mode.",
6776
+ "type": "\"none\" | \"grow\" | \"fade\"",
6777
+ "default": "\"grow\""
6778
+ },
6779
+ {
6780
+ "name": "horizontal-animation",
6781
+ "description": "The animation type when in horizontal mode.",
6782
+ "type": "\"none\" | \"fade\" | \"slide\"",
6783
+ "default": "\"slide\""
6784
+ },
6785
+ {
6786
+ "name": "animation-duration",
6787
+ "description": "The animation duration in either vertical or horizontal mode.",
6788
+ "type": "number",
6789
+ "default": "320"
6518
6790
  },
6519
6791
  {
6520
6792
  "name": "title-position",
@@ -6557,11 +6829,25 @@
6557
6829
  "default": "false"
6558
6830
  },
6559
6831
  {
6560
- "name": "dir",
6561
- "attribute": "dir",
6562
- "description": "The direction attribute of the control.",
6563
- "type": "Direction",
6564
- "default": "\"auto\""
6832
+ "name": "verticalAnimation",
6833
+ "attribute": "vertical-animation",
6834
+ "description": "The animation type when in vertical mode.",
6835
+ "type": "\"none\" | \"grow\" | \"fade\"",
6836
+ "default": "\"grow\""
6837
+ },
6838
+ {
6839
+ "name": "horizontalAnimation",
6840
+ "attribute": "horizontal-animation",
6841
+ "description": "The animation type when in horizontal mode.",
6842
+ "type": "\"none\" | \"fade\" | \"slide\"",
6843
+ "default": "\"slide\""
6844
+ },
6845
+ {
6846
+ "name": "animationDuration",
6847
+ "attribute": "animation-duration",
6848
+ "description": "The animation duration in either vertical or horizontal mode.",
6849
+ "type": "number",
6850
+ "default": "320"
6565
6851
  },
6566
6852
  {
6567
6853
  "name": "titlePosition",
@@ -7056,12 +7342,6 @@
7056
7342
  "type": "\"multiple\" | \"none\" | \"cascade\"",
7057
7343
  "default": "\"none\""
7058
7344
  },
7059
- {
7060
- "name": "dir",
7061
- "description": "The direction attribute of the control.",
7062
- "type": "Direction",
7063
- "default": "\"auto\""
7064
- },
7065
7345
  {
7066
7346
  "name": "size",
7067
7347
  "description": "Determines the size of the component.",
@@ -7084,13 +7364,6 @@
7084
7364
  "type": "\"multiple\" | \"none\" | \"cascade\"",
7085
7365
  "default": "\"none\""
7086
7366
  },
7087
- {
7088
- "name": "dir",
7089
- "attribute": "dir",
7090
- "description": "The direction attribute of the control.",
7091
- "type": "Direction",
7092
- "default": "\"auto\""
7093
- },
7094
7367
  {
7095
7368
  "name": "items",
7096
7369
  "description": "Returns all of the tree's items.",