igniteui-webcomponents 4.3.1 → 4.5.0-beta.1

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 (464) hide show
  1. package/CHANGELOG.md +59 -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 +7 -7
  15. package/components/avatar/avatar.js.map +1 -1
  16. package/components/avatar/themes/{light/avatar.base.css.js → avatar.base.css.js} +2 -32
  17. package/components/avatar/themes/avatar.base.css.js.map +1 -0
  18. package/components/{nav-drawer/themes/dark/nav-drawer-item.base.css.js → avatar/themes/dark/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.base.bootstrap.css.js → avatar.fluent.css.js} +1 -1
  21. package/components/avatar/themes/dark/avatar.fluent.css.js.map +1 -0
  22. package/components/{nav-drawer/themes/dark/nav-drawer-item.indigo.css.js → avatar/themes/dark/avatar.indigo.css.js} +1 -1
  23. package/components/avatar/themes/dark/avatar.indigo.css.js.map +1 -0
  24. package/components/{nav-drawer/themes/dark/nav-drawer-item.fluent.css.js → avatar/themes/dark/avatar.material.css.js} +1 -1
  25. package/components/avatar/themes/dark/avatar.material.css.js.map +1 -0
  26. package/components/avatar/themes/light/avatar.bootstrap.css.js +17 -3
  27. package/components/avatar/themes/light/avatar.bootstrap.css.js.map +1 -1
  28. package/components/avatar/themes/light/avatar.fluent.css.js +27 -0
  29. package/components/avatar/themes/light/avatar.fluent.css.js.map +1 -0
  30. package/components/avatar/themes/light/avatar.indigo.css.js +27 -0
  31. package/components/avatar/themes/light/avatar.indigo.css.js.map +1 -0
  32. package/components/avatar/themes/light/avatar.material.css.js +27 -0
  33. package/components/avatar/themes/light/avatar.material.css.js.map +1 -0
  34. package/components/button/button-base.d.ts +14 -6
  35. package/components/button/button-base.js +51 -18
  36. package/components/button/button-base.js.map +1 -1
  37. package/components/button/button.d.ts +0 -3
  38. package/components/button/button.js +1 -4
  39. package/components/button/button.js.map +1 -1
  40. package/components/button/themes/button/light/button.base.css.js +4 -16
  41. package/components/button/themes/button/light/button.base.css.js.map +1 -1
  42. package/components/button/themes/button/light/button.bootstrap.css.js +64 -32
  43. package/components/button/themes/button/light/button.bootstrap.css.js.map +1 -1
  44. package/components/button/themes/button/light/button.fluent.css.js +75 -40
  45. package/components/button/themes/button/light/button.fluent.css.js.map +1 -1
  46. package/components/button/themes/button/light/button.indigo.css.js +86 -42
  47. package/components/button/themes/button/light/button.indigo.css.js.map +1 -1
  48. package/components/button/themes/button/light/button.material.css.js +88 -38
  49. package/components/button/themes/button/light/button.material.css.js.map +1 -1
  50. package/components/button/themes/icon-button/light/icon-button.base.css.js +2 -13
  51. package/components/button/themes/icon-button/light/icon-button.base.css.js.map +1 -1
  52. package/components/button/themes/icon-button/light/icon-button.bootstrap.css.js +12 -7
  53. package/components/button/themes/icon-button/light/icon-button.bootstrap.css.js.map +1 -1
  54. package/components/button/themes/icon-button/light/icon-button.fluent.css.js +4 -3
  55. package/components/button/themes/icon-button/light/icon-button.fluent.css.js.map +1 -1
  56. package/components/button/themes/icon-button/light/icon-button.indigo.css.js +6 -4
  57. package/components/button/themes/icon-button/light/icon-button.indigo.css.js.map +1 -1
  58. package/components/button/themes/icon-button/light/icon-button.material.css.js +7 -4
  59. package/components/button/themes/icon-button/light/icon-button.material.css.js.map +1 -1
  60. package/components/calendar/themes/bootstrap/calendar.bootstrap.css.js +3 -10
  61. package/components/calendar/themes/bootstrap/calendar.bootstrap.css.js.map +1 -1
  62. package/components/calendar/themes/bootstrap/days-view.bootstrap.css.js +2 -2
  63. package/components/calendar/themes/bootstrap/days-view.bootstrap.css.js.map +1 -1
  64. package/components/calendar/themes/bootstrap/year-month-view.bootstrap.css.js +2 -2
  65. package/components/calendar/themes/bootstrap/year-month-view.bootstrap.css.js.map +1 -1
  66. package/components/calendar/themes/calendar.base.css.js +14 -12
  67. package/components/calendar/themes/calendar.base.css.js.map +1 -1
  68. package/components/calendar/themes/fluent/calendar.fluent.css.js +18 -23
  69. package/components/calendar/themes/fluent/calendar.fluent.css.js.map +1 -1
  70. package/components/calendar/themes/fluent/days-view.fluent.css.js +7 -23
  71. package/components/calendar/themes/fluent/days-view.fluent.css.js.map +1 -1
  72. package/components/calendar/themes/indigo/calendar.indigo.css.js +3 -10
  73. package/components/calendar/themes/indigo/calendar.indigo.css.js.map +1 -1
  74. package/components/checkbox/checkbox-base.d.ts +8 -35
  75. package/components/checkbox/checkbox-base.js +28 -41
  76. package/components/checkbox/checkbox-base.js.map +1 -1
  77. package/components/checkbox/checkbox.d.ts +0 -1
  78. package/components/checkbox/checkbox.js +5 -16
  79. package/components/checkbox/checkbox.js.map +1 -1
  80. package/components/checkbox/switch.d.ts +0 -2
  81. package/components/checkbox/switch.js +4 -16
  82. package/components/checkbox/switch.js.map +1 -1
  83. package/components/checkbox/themes/light/checkbox.base.css.js +2 -1
  84. package/components/checkbox/themes/light/checkbox.base.css.js.map +1 -1
  85. package/components/checkbox/themes/light/checkbox.bootstrap.css.js +27 -10
  86. package/components/checkbox/themes/light/checkbox.bootstrap.css.js.map +1 -1
  87. package/components/checkbox/themes/light/checkbox.fluent.css.js +31 -15
  88. package/components/checkbox/themes/light/checkbox.fluent.css.js.map +1 -1
  89. package/components/checkbox/themes/light/checkbox.indigo.css.js +47 -21
  90. package/components/checkbox/themes/light/checkbox.indigo.css.js.map +1 -1
  91. package/components/checkbox/themes/light/checkbox.material.css.js +24 -12
  92. package/components/checkbox/themes/light/checkbox.material.css.js.map +1 -1
  93. package/components/checkbox/themes/light/switch.base.css.js +2 -1
  94. package/components/checkbox/themes/light/switch.base.css.js.map +1 -1
  95. package/components/checkbox/themes/light/switch.bootstrap.css.js +12 -4
  96. package/components/checkbox/themes/light/switch.bootstrap.css.js.map +1 -1
  97. package/components/checkbox/themes/light/switch.fluent.css.js +33 -15
  98. package/components/checkbox/themes/light/switch.fluent.css.js.map +1 -1
  99. package/components/checkbox/themes/light/switch.indigo.css.js +26 -11
  100. package/components/checkbox/themes/light/switch.indigo.css.js.map +1 -1
  101. package/components/checkbox/themes/light/switch.material.css.js +14 -7
  102. package/components/checkbox/themes/light/switch.material.css.js.map +1 -1
  103. package/components/chip/themes/chip.base.css.js +12 -40
  104. package/components/chip/themes/chip.base.css.js.map +1 -1
  105. package/components/chip/themes/chip.bootstrap.css.js +14 -40
  106. package/components/chip/themes/chip.bootstrap.css.js.map +1 -1
  107. package/components/chip/themes/chip.fluent.css.js +14 -40
  108. package/components/chip/themes/chip.fluent.css.js.map +1 -1
  109. package/components/chip/themes/chip.indigo.css.js +14 -40
  110. package/components/chip/themes/chip.indigo.css.js.map +1 -1
  111. package/components/chip/themes/chip.material.css.js +14 -40
  112. package/components/chip/themes/chip.material.css.js.map +1 -1
  113. package/components/combo/combo.d.ts +7 -32
  114. package/components/combo/combo.js +57 -49
  115. package/components/combo/combo.js.map +1 -1
  116. package/components/combo/controllers/selection.js +1 -3
  117. package/components/combo/controllers/selection.js.map +1 -1
  118. package/components/combo/themes/light/combo.base.css.js +5 -0
  119. package/components/combo/themes/light/combo.base.css.js.map +1 -1
  120. package/components/combo/themes/light/combo.bootstrap.css.js +27 -24
  121. package/components/combo/themes/light/combo.bootstrap.css.js.map +1 -1
  122. package/components/combo/themes/light/combo.fluent.css.js +27 -24
  123. package/components/combo/themes/light/combo.fluent.css.js.map +1 -1
  124. package/components/combo/themes/light/combo.indigo.css.js +26 -23
  125. package/components/combo/themes/light/combo.indigo.css.js.map +1 -1
  126. package/components/combo/themes/light/combo.material.css.js +32 -23
  127. package/components/combo/themes/light/combo.material.css.js.map +1 -1
  128. package/components/combo/themes/light/item/combo-item.base.css.js +0 -1
  129. package/components/combo/themes/light/item/combo-item.base.css.js.map +1 -1
  130. package/components/common/localization/validation-en.d.ts +10 -0
  131. package/components/common/localization/validation-en.js +10 -0
  132. package/components/common/localization/validation-en.js.map +1 -0
  133. package/components/common/mixins/form-associated-required.d.ts +16 -0
  134. package/components/common/mixins/form-associated-required.js +29 -0
  135. package/components/common/mixins/form-associated-required.js.map +1 -0
  136. package/components/common/mixins/form-associated.d.ts +92 -0
  137. package/components/common/mixins/form-associated.js +151 -0
  138. package/components/common/mixins/form-associated.js.map +1 -0
  139. package/components/common/mixins/sizable.d.ts +3 -0
  140. package/components/common/mixins/sizable.js +7 -0
  141. package/components/common/mixins/sizable.js.map +1 -1
  142. package/components/common/util.d.ts +38 -0
  143. package/components/common/util.js +34 -0
  144. package/components/common/util.js.map +1 -1
  145. package/components/common/validators.d.ts +45 -0
  146. package/components/common/validators.js +54 -0
  147. package/components/common/validators.js.map +1 -0
  148. package/components/date-time-input/date-time-input.d.ts +30 -11
  149. package/components/date-time-input/date-time-input.js +147 -135
  150. package/components/date-time-input/date-time-input.js.map +1 -1
  151. package/components/date-time-input/date-util.d.ts +1 -0
  152. package/components/date-time-input/date-util.js +6 -3
  153. package/components/date-time-input/date-util.js.map +1 -1
  154. package/components/dialog/dialog.js +1 -1
  155. package/components/dialog/dialog.js.map +1 -1
  156. package/components/dialog/themes/light/dialog.base.css.js +1 -1
  157. package/components/dialog/themes/light/dialog.base.css.js.map +1 -1
  158. package/components/dropdown/dropdown-group.js +0 -2
  159. package/components/dropdown/dropdown-group.js.map +1 -1
  160. package/components/dropdown/dropdown-item.js +2 -6
  161. package/components/dropdown/dropdown-item.js.map +1 -1
  162. package/components/dropdown/dropdown.d.ts +0 -1
  163. package/components/dropdown/dropdown.js +0 -6
  164. package/components/dropdown/dropdown.js.map +1 -1
  165. package/components/dropdown/themes/light/dropdown.base.css.js +0 -12
  166. package/components/dropdown/themes/light/dropdown.base.css.js.map +1 -1
  167. package/components/dropdown/themes/light/dropdown.bootstrap.css.js +1 -1
  168. package/components/dropdown/themes/light/dropdown.bootstrap.css.js.map +1 -1
  169. package/components/dropdown/themes/light/dropdown.fluent.css.js +1 -1
  170. package/components/dropdown/themes/light/dropdown.fluent.css.js.map +1 -1
  171. package/components/dropdown/themes/light/dropdown.indigo.css.js +1 -1
  172. package/components/dropdown/themes/light/dropdown.indigo.css.js.map +1 -1
  173. package/components/dropdown/themes/light/dropdown.material.css.js +1 -1
  174. package/components/dropdown/themes/light/dropdown.material.css.js.map +1 -1
  175. package/components/dropdown/themes/light/group/dropdown-group.bootstrap.css.js +1 -1
  176. package/components/dropdown/themes/light/group/dropdown-group.bootstrap.css.js.map +1 -1
  177. package/components/dropdown/themes/light/group/dropdown-group.fluent.css.js +1 -1
  178. package/components/dropdown/themes/light/group/dropdown-group.fluent.css.js.map +1 -1
  179. package/components/dropdown/themes/light/group/dropdown-group.indigo.css.js +1 -1
  180. package/components/dropdown/themes/light/group/dropdown-group.indigo.css.js.map +1 -1
  181. package/components/dropdown/themes/light/group/dropdown-group.material.css.js +1 -1
  182. package/components/dropdown/themes/light/group/dropdown-group.material.css.js.map +1 -1
  183. package/components/dropdown/themes/light/header/dropdown-header.bootstrap.css.js +1 -1
  184. package/components/dropdown/themes/light/header/dropdown-header.bootstrap.css.js.map +1 -1
  185. package/components/dropdown/themes/light/header/dropdown-header.fluent.css.js +1 -1
  186. package/components/dropdown/themes/light/header/dropdown-header.fluent.css.js.map +1 -1
  187. package/components/dropdown/themes/light/header/dropdown-header.indigo.css.js +1 -1
  188. package/components/dropdown/themes/light/header/dropdown-header.indigo.css.js.map +1 -1
  189. package/components/dropdown/themes/light/header/dropdown-header.material.css.js +1 -1
  190. package/components/dropdown/themes/light/header/dropdown-header.material.css.js.map +1 -1
  191. package/components/dropdown/themes/light/item/dropdown-item.bootstrap.css.js +1 -1
  192. package/components/dropdown/themes/light/item/dropdown-item.bootstrap.css.js.map +1 -1
  193. package/components/dropdown/themes/light/item/dropdown-item.fluent.css.js +1 -1
  194. package/components/dropdown/themes/light/item/dropdown-item.fluent.css.js.map +1 -1
  195. package/components/dropdown/themes/light/item/dropdown-item.indigo.css.js +1 -1
  196. package/components/dropdown/themes/light/item/dropdown-item.indigo.css.js.map +1 -1
  197. package/components/dropdown/themes/light/item/dropdown-item.material.css.js +1 -1
  198. package/components/dropdown/themes/light/item/dropdown-item.material.css.js.map +1 -1
  199. package/components/expansion-panel/expansion-panel.js +1 -1
  200. package/components/expansion-panel/expansion-panel.js.map +1 -1
  201. package/components/expansion-panel/themes/light/expansion-panel.base.css.js +1 -2
  202. package/components/expansion-panel/themes/light/expansion-panel.base.css.js.map +1 -1
  203. package/components/form/form.d.ts +3 -0
  204. package/components/form/form.js.map +1 -1
  205. package/components/icon/icon.base.css.js +6 -8
  206. package/components/icon/icon.base.css.js.map +1 -1
  207. package/components/icon/light/icon.bootstrap.css.js +6 -1
  208. package/components/icon/light/icon.bootstrap.css.js.map +1 -1
  209. package/components/icon/light/icon.fluent.css.js +6 -1
  210. package/components/icon/light/icon.fluent.css.js.map +1 -1
  211. package/components/icon/light/icon.indigo.css.js +6 -1
  212. package/components/icon/light/icon.indigo.css.js.map +1 -1
  213. package/components/icon/light/icon.material.css.js +6 -1
  214. package/components/icon/light/icon.material.css.js.map +1 -1
  215. package/components/input/input-base.d.ts +10 -20
  216. package/components/input/input-base.js +23 -22
  217. package/components/input/input-base.js.map +1 -1
  218. package/components/input/input.d.ts +24 -15
  219. package/components/input/input.js +106 -48
  220. package/components/input/input.js.map +1 -1
  221. package/components/input/themes/light/input.base.css.js +0 -15
  222. package/components/input/themes/light/input.base.css.js.map +1 -1
  223. package/components/input/themes/light/input.bootstrap.css.js +7 -17
  224. package/components/input/themes/light/input.bootstrap.css.js.map +1 -1
  225. package/components/input/themes/light/input.fluent.css.js +6 -19
  226. package/components/input/themes/light/input.fluent.css.js.map +1 -1
  227. package/components/input/themes/light/input.indigo.css.js +16 -1
  228. package/components/input/themes/light/input.indigo.css.js.map +1 -1
  229. package/components/input/themes/light/input.material.css.js +30 -11
  230. package/components/input/themes/light/input.material.css.js.map +1 -1
  231. package/components/list/themes/light/list-header.base.css.js +0 -32
  232. package/components/list/themes/light/list-header.base.css.js.map +1 -1
  233. package/components/list/themes/light/list-item.base.css.js +4 -33
  234. package/components/list/themes/light/list-item.base.css.js.map +1 -1
  235. package/components/list/themes/light/list-item.bootstrap.css.js +1 -1
  236. package/components/list/themes/light/list-item.bootstrap.css.js.map +1 -1
  237. package/components/list/themes/light/list-item.fluent.css.js +1 -1
  238. package/components/list/themes/light/list-item.fluent.css.js.map +1 -1
  239. package/components/list/themes/light/list-item.indigo.css.js +1 -1
  240. package/components/list/themes/light/list-item.indigo.css.js.map +1 -1
  241. package/components/list/themes/light/list.base.css.js +1 -13
  242. package/components/list/themes/light/list.base.css.js.map +1 -1
  243. package/components/list/themes/light/list.bootstrap.css.js +1 -1
  244. package/components/list/themes/light/list.bootstrap.css.js.map +1 -1
  245. package/components/mask-input/mask-input-base.d.ts +2 -9
  246. package/components/mask-input/mask-input-base.js +7 -12
  247. package/components/mask-input/mask-input-base.js.map +1 -1
  248. package/components/mask-input/mask-input.d.ts +5 -6
  249. package/components/mask-input/mask-input.js +42 -51
  250. package/components/mask-input/mask-input.js.map +1 -1
  251. package/components/mask-input/mask-parser.js +1 -0
  252. package/components/mask-input/mask-parser.js.map +1 -1
  253. package/components/nav-drawer/nav-drawer-header-item.js +6 -4
  254. package/components/nav-drawer/nav-drawer-header-item.js.map +1 -1
  255. package/components/nav-drawer/nav-drawer-item.js +6 -4
  256. package/components/nav-drawer/nav-drawer-item.js.map +1 -1
  257. package/components/nav-drawer/nav-drawer.js +5 -2
  258. package/components/nav-drawer/nav-drawer.js.map +1 -1
  259. package/components/nav-drawer/themes/dark/nav-drawer.bootstrap.css.js +3 -0
  260. package/components/nav-drawer/themes/dark/{nav-drawer-item.base.css.js.map → nav-drawer.bootstrap.css.js.map} +1 -1
  261. package/components/nav-drawer/themes/dark/nav-drawer.fluent.css.js +3 -0
  262. package/components/nav-drawer/themes/dark/nav-drawer.fluent.css.js.map +1 -0
  263. package/components/nav-drawer/themes/dark/nav-drawer.material.css.js +3 -0
  264. package/components/nav-drawer/themes/dark/nav-drawer.material.css.js.map +1 -0
  265. package/components/nav-drawer/themes/light/header-item/nav-drawer-header-item.base.css.js +7 -0
  266. package/components/nav-drawer/themes/light/header-item/nav-drawer-header-item.base.css.js.map +1 -0
  267. package/components/nav-drawer/themes/light/{fluent/nav-drawer-header-item.fluent.css.js → header-item/nav-drawer-header-item.bootstrap.css.js} +2 -1
  268. package/components/nav-drawer/themes/light/header-item/nav-drawer-header-item.bootstrap.css.js.map +1 -0
  269. package/components/nav-drawer/themes/light/header-item/nav-drawer-header-item.fluent.css.d.ts +1 -0
  270. package/components/nav-drawer/themes/light/header-item/nav-drawer-header-item.fluent.css.js +14 -0
  271. package/components/nav-drawer/themes/light/header-item/nav-drawer-header-item.fluent.css.js.map +1 -0
  272. package/components/nav-drawer/themes/light/header-item/nav-drawer-header-item.indigo.css.d.ts +1 -0
  273. package/components/nav-drawer/themes/light/header-item/nav-drawer-header-item.indigo.css.js +14 -0
  274. package/components/nav-drawer/themes/light/header-item/nav-drawer-header-item.indigo.css.js.map +1 -0
  275. package/components/nav-drawer/themes/light/header-item/nav-drawer-header-item.material.css.d.ts +1 -0
  276. package/components/nav-drawer/themes/light/header-item/nav-drawer-header-item.material.css.js +14 -0
  277. package/components/nav-drawer/themes/light/header-item/nav-drawer-header-item.material.css.js.map +1 -0
  278. package/components/nav-drawer/themes/light/item/nav-drawer-item.base.css.d.ts +1 -0
  279. package/components/nav-drawer/themes/light/item/nav-drawer-item.base.css.js +65 -0
  280. package/components/nav-drawer/themes/light/item/nav-drawer-item.base.css.js.map +1 -0
  281. package/components/nav-drawer/themes/light/item/nav-drawer-item.bootstrap.css.d.ts +1 -0
  282. package/components/nav-drawer/themes/light/item/nav-drawer-item.bootstrap.css.js +54 -0
  283. package/components/nav-drawer/themes/light/item/nav-drawer-item.bootstrap.css.js.map +1 -0
  284. package/components/nav-drawer/themes/light/item/nav-drawer-item.fluent.css.d.ts +1 -0
  285. package/components/nav-drawer/themes/light/item/nav-drawer-item.fluent.css.js +54 -0
  286. package/components/nav-drawer/themes/light/item/nav-drawer-item.fluent.css.js.map +1 -0
  287. package/components/nav-drawer/themes/light/item/nav-drawer-item.indigo.css.d.ts +1 -0
  288. package/components/nav-drawer/themes/light/{indigo → item}/nav-drawer-item.indigo.css.js +32 -11
  289. package/components/nav-drawer/themes/light/item/nav-drawer-item.indigo.css.js.map +1 -0
  290. package/components/nav-drawer/themes/light/item/nav-drawer-item.material.css.d.ts +1 -0
  291. package/components/nav-drawer/themes/light/item/nav-drawer-item.material.css.js +54 -0
  292. package/components/nav-drawer/themes/light/item/nav-drawer-item.material.css.js.map +1 -0
  293. package/components/nav-drawer/themes/light/nav-drawer.base.css.js +11 -19
  294. package/components/nav-drawer/themes/light/nav-drawer.base.css.js.map +1 -1
  295. package/components/nav-drawer/themes/light/nav-drawer.bootstrap.css.d.ts +1 -0
  296. package/components/nav-drawer/themes/light/nav-drawer.bootstrap.css.js +60 -0
  297. package/components/nav-drawer/themes/light/nav-drawer.bootstrap.css.js.map +1 -0
  298. package/components/nav-drawer/themes/light/nav-drawer.fluent.css.d.ts +1 -0
  299. package/components/nav-drawer/themes/light/nav-drawer.fluent.css.js +60 -0
  300. package/components/nav-drawer/themes/light/nav-drawer.fluent.css.js.map +1 -0
  301. package/components/nav-drawer/themes/light/nav-drawer.indigo.css.d.ts +1 -0
  302. package/components/nav-drawer/themes/light/{indigo/nav-drawer.indigo.css.js → nav-drawer.indigo.css.js} +35 -4
  303. package/components/nav-drawer/themes/light/nav-drawer.indigo.css.js.map +1 -0
  304. package/components/nav-drawer/themes/light/nav-drawer.material.css.d.ts +1 -0
  305. package/components/nav-drawer/themes/light/nav-drawer.material.css.js +60 -0
  306. package/components/nav-drawer/themes/light/nav-drawer.material.css.js.map +1 -0
  307. package/components/navbar/themes/light/navbar.bootstrap.css.js +0 -32
  308. package/components/navbar/themes/light/navbar.bootstrap.css.js.map +1 -1
  309. package/components/navbar/themes/light/navbar.fluent.css.js +0 -32
  310. package/components/navbar/themes/light/navbar.fluent.css.js.map +1 -1
  311. package/components/navbar/themes/light/navbar.indigo.css.js +0 -32
  312. package/components/navbar/themes/light/navbar.indigo.css.js.map +1 -1
  313. package/components/navbar/themes/light/navbar.material.css.js +0 -32
  314. package/components/navbar/themes/light/navbar.material.css.js.map +1 -1
  315. package/components/navbar/themes/navbar.base.css.js +4 -10
  316. package/components/navbar/themes/navbar.base.css.js.map +1 -1
  317. package/components/progress/themes/linear/linear.progress.base.css.js +1 -0
  318. package/components/progress/themes/linear/linear.progress.base.css.js.map +1 -1
  319. package/components/progress/themes/linear/linear.progress.indigo.css.js +0 -32
  320. package/components/progress/themes/linear/linear.progress.indigo.css.js.map +1 -1
  321. package/components/radio/radio.d.ts +13 -37
  322. package/components/radio/radio.js +135 -97
  323. package/components/radio/radio.js.map +1 -1
  324. package/components/radio/themes/light/radio.bootstrap.css.js +8 -36
  325. package/components/radio/themes/light/radio.bootstrap.css.js.map +1 -1
  326. package/components/radio/themes/light/radio.fluent.css.js +0 -32
  327. package/components/radio/themes/light/radio.fluent.css.js.map +1 -1
  328. package/components/radio/themes/light/radio.indigo.css.js +11 -37
  329. package/components/radio/themes/light/radio.indigo.css.js.map +1 -1
  330. package/components/radio/themes/light/radio.material.css.js +1 -33
  331. package/components/radio/themes/light/radio.material.css.js.map +1 -1
  332. package/components/radio-group/radio-group.d.ts +0 -4
  333. package/components/radio-group/radio-group.js +3 -54
  334. package/components/radio-group/radio-group.js.map +1 -1
  335. package/components/rating/dark/rating.fluent.css.d.ts +1 -0
  336. package/components/rating/dark/rating.fluent.css.js +3 -0
  337. package/components/rating/dark/rating.fluent.css.js.map +1 -0
  338. package/components/rating/rating-symbol.base.css.js +1 -1
  339. package/components/rating/rating-symbol.base.css.js.map +1 -1
  340. package/components/rating/rating.base.css.js +8 -16
  341. package/components/rating/rating.base.css.js.map +1 -1
  342. package/components/rating/rating.d.ts +10 -11
  343. package/components/rating/rating.fluent.css.js +13 -7
  344. package/components/rating/rating.fluent.css.js.map +1 -1
  345. package/components/rating/rating.js +19 -15
  346. package/components/rating/rating.js.map +1 -1
  347. package/components/select/select-item.d.ts +0 -2
  348. package/components/select/select-item.js +0 -3
  349. package/components/select/select-item.js.map +1 -1
  350. package/components/select/select.d.ts +7 -34
  351. package/components/select/select.js +27 -37
  352. package/components/select/select.js.map +1 -1
  353. package/components/select/themes/light/select.base.css.js +1 -12
  354. package/components/select/themes/light/select.base.css.js.map +1 -1
  355. package/components/select/themes/light/select.bootstrap.css.js +5 -37
  356. package/components/select/themes/light/select.bootstrap.css.js.map +1 -1
  357. package/components/select/themes/light/select.fluent.css.js +5 -37
  358. package/components/select/themes/light/select.fluent.css.js.map +1 -1
  359. package/components/select/themes/light/select.indigo.css.js +4 -36
  360. package/components/select/themes/light/select.indigo.css.js.map +1 -1
  361. package/components/select/themes/light/select.material.css.js +14 -46
  362. package/components/select/themes/light/select.material.css.js.map +1 -1
  363. package/components/slider/slider.d.ts +4 -12
  364. package/components/slider/slider.js +16 -25
  365. package/components/slider/slider.js.map +1 -1
  366. package/components/slider/themes/light/slider.base.css.js +17 -8
  367. package/components/slider/themes/light/slider.base.css.js.map +1 -1
  368. package/components/slider/themes/light/slider.fluent.css.js +6 -3
  369. package/components/slider/themes/light/slider.fluent.css.js.map +1 -1
  370. package/components/slider/themes/light/slider.indigo.css.js +4 -1
  371. package/components/slider/themes/light/slider.indigo.css.js.map +1 -1
  372. package/components/snackbar/snackbar.js +1 -1
  373. package/components/snackbar/snackbar.js.map +1 -1
  374. package/components/stepper/animations.d.ts +2 -0
  375. package/components/stepper/animations.js +22 -0
  376. package/components/stepper/animations.js.map +1 -0
  377. package/components/stepper/step.d.ts +17 -8
  378. package/components/stepper/step.js +29 -0
  379. package/components/stepper/step.js.map +1 -1
  380. package/components/stepper/stepper.d.ts +19 -3
  381. package/components/stepper/stepper.js +58 -7
  382. package/components/stepper/stepper.js.map +1 -1
  383. package/components/stepper/themes/step/light/step.base.css.js +44 -165
  384. package/components/stepper/themes/step/light/step.base.css.js.map +1 -1
  385. package/components/stepper/themes/step/light/step.bootstrap.css.js +116 -19
  386. package/components/stepper/themes/step/light/step.bootstrap.css.js.map +1 -1
  387. package/components/stepper/themes/step/light/step.fluent.css.js +112 -12
  388. package/components/stepper/themes/step/light/step.fluent.css.js.map +1 -1
  389. package/components/stepper/themes/step/light/step.indigo.css.js +112 -25
  390. package/components/stepper/themes/step/light/step.indigo.css.js.map +1 -1
  391. package/components/stepper/themes/step/light/step.material.css.js +112 -4
  392. package/components/stepper/themes/step/light/step.material.css.js.map +1 -1
  393. package/components/stepper/themes/stepper/stepper.base.css.js +2 -0
  394. package/components/stepper/themes/stepper/stepper.base.css.js.map +1 -1
  395. package/components/tabs/themes/light/tab.base.css.js +3 -4
  396. package/components/tabs/themes/light/tab.base.css.js.map +1 -1
  397. package/components/tabs/themes/light/tabs.base.css.js +1 -0
  398. package/components/tabs/themes/light/tabs.base.css.js.map +1 -1
  399. package/components/toast/toast.js +1 -1
  400. package/components/toast/toast.js.map +1 -1
  401. package/components/tree/themes/light/tree-item.base.css.js +5 -19
  402. package/components/tree/themes/light/tree-item.base.css.js.map +1 -1
  403. package/components/tree/themes/light/tree-item.bootstrap.css.js +60 -3
  404. package/components/tree/themes/light/tree-item.bootstrap.css.js.map +1 -1
  405. package/components/tree/themes/light/tree-item.fluent.css.js +58 -1
  406. package/components/tree/themes/light/tree-item.fluent.css.js.map +1 -1
  407. package/components/tree/themes/light/tree-item.indigo.css.js +58 -1
  408. package/components/tree/themes/light/tree-item.indigo.css.js.map +1 -1
  409. package/components/tree/themes/light/tree-item.material.css.d.ts +1 -0
  410. package/components/tree/themes/light/tree-item.material.css.js +58 -0
  411. package/components/tree/themes/light/tree-item.material.css.js.map +1 -0
  412. package/components/tree/themes/light/tree.base.css.js +0 -12
  413. package/components/tree/themes/light/tree.base.css.js.map +1 -1
  414. package/components/tree/tree-item.js +10 -17
  415. package/components/tree/tree-item.js.map +1 -1
  416. package/components/tree/tree.d.ts +0 -6
  417. package/components/tree/tree.js +0 -4
  418. package/components/tree/tree.js.map +1 -1
  419. package/components/tree/tree.navigation.js +3 -2
  420. package/components/tree/tree.navigation.js.map +1 -1
  421. package/custom-elements.json +854 -553
  422. package/package.json +4 -4
  423. package/themes/dark/bootstrap.css +277 -66
  424. package/themes/dark/fluent.css +293 -67
  425. package/themes/dark/indigo.css +498 -15
  426. package/themes/dark/material.css +246 -58
  427. package/themes/light/bootstrap.css +5 -2
  428. package/themes/light/fluent.css +5 -2
  429. package/themes/light/indigo.css +229 -2
  430. package/themes/light/material.css +5 -2
  431. package/vscode-html-custom-data.json +240 -287
  432. package/components/avatar/themes/dark/avatar.base.bootstrap.css.js.map +0 -1
  433. package/components/avatar/themes/light/avatar.base.css.js.map +0 -1
  434. package/components/common/types.d.ts +0 -1
  435. package/components/common/types.js +0 -2
  436. package/components/common/types.js.map +0 -1
  437. package/components/nav-drawer/themes/dark/nav-drawer-item.bootstrap.css.js +0 -3
  438. package/components/nav-drawer/themes/dark/nav-drawer-item.bootstrap.css.js.map +0 -1
  439. package/components/nav-drawer/themes/dark/nav-drawer-item.fluent.css.js.map +0 -1
  440. package/components/nav-drawer/themes/dark/nav-drawer-item.indigo.css.js.map +0 -1
  441. package/components/nav-drawer/themes/light/fluent/nav-drawer-header-item.fluent.css.js.map +0 -1
  442. package/components/nav-drawer/themes/light/fluent/nav-drawer-item.fluent.css.js +0 -17
  443. package/components/nav-drawer/themes/light/fluent/nav-drawer-item.fluent.css.js.map +0 -1
  444. package/components/nav-drawer/themes/light/indigo/nav-drawer-header-item.indigo.css.js +0 -5
  445. package/components/nav-drawer/themes/light/indigo/nav-drawer-header-item.indigo.css.js.map +0 -1
  446. package/components/nav-drawer/themes/light/indigo/nav-drawer-item.indigo.css.js.map +0 -1
  447. package/components/nav-drawer/themes/light/indigo/nav-drawer.indigo.css.js.map +0 -1
  448. package/components/nav-drawer/themes/light/nav-drawer-header-item.base.css.js +0 -49
  449. package/components/nav-drawer/themes/light/nav-drawer-header-item.base.css.js.map +0 -1
  450. package/components/nav-drawer/themes/light/nav-drawer-item.base.css.js +0 -137
  451. package/components/nav-drawer/themes/light/nav-drawer-item.base.css.js.map +0 -1
  452. /package/components/avatar/themes/{light/avatar.base.css.d.ts → avatar.base.css.d.ts} +0 -0
  453. /package/components/avatar/themes/dark/{avatar.base.bootstrap.css.d.ts → avatar.bootstrap.css.d.ts} +0 -0
  454. /package/components/{nav-drawer/themes/dark/nav-drawer-item.base.css.d.ts → avatar/themes/dark/avatar.fluent.css.d.ts} +0 -0
  455. /package/components/{nav-drawer/themes/dark/nav-drawer-item.bootstrap.css.d.ts → avatar/themes/dark/avatar.indigo.css.d.ts} +0 -0
  456. /package/components/{nav-drawer/themes/dark/nav-drawer-item.fluent.css.d.ts → avatar/themes/dark/avatar.material.css.d.ts} +0 -0
  457. /package/components/{nav-drawer/themes/dark/nav-drawer-item.indigo.css.d.ts → avatar/themes/light/avatar.fluent.css.d.ts} +0 -0
  458. /package/components/{nav-drawer/themes/light/fluent/nav-drawer-header-item.fluent.css.d.ts → avatar/themes/light/avatar.indigo.css.d.ts} +0 -0
  459. /package/components/{nav-drawer/themes/light/fluent/nav-drawer-item.fluent.css.d.ts → avatar/themes/light/avatar.material.css.d.ts} +0 -0
  460. /package/components/nav-drawer/themes/{light/indigo/nav-drawer-header-item.indigo.css.d.ts → dark/nav-drawer.bootstrap.css.d.ts} +0 -0
  461. /package/components/nav-drawer/themes/{light/indigo/nav-drawer-item.indigo.css.d.ts → dark/nav-drawer.fluent.css.d.ts} +0 -0
  462. /package/components/nav-drawer/themes/{light/indigo/nav-drawer.indigo.css.d.ts → dark/nav-drawer.material.css.d.ts} +0 -0
  463. /package/components/nav-drawer/themes/light/{nav-drawer-header-item.base.css.d.ts → header-item/nav-drawer-header-item.base.css.d.ts} +0 -0
  464. /package/components/nav-drawer/themes/light/{nav-drawer-item.base.css.d.ts → header-item/nav-drawer-header-item.bootstrap.css.d.ts} +0 -0
@@ -74,7 +74,8 @@
74
74
  "name": "size",
75
75
  "description": "Determines the size of the component.",
76
76
  "type": "\"small\" | \"medium\" | \"large\"",
77
- "default": "\"small\""
77
+ "default": "\"small\"",
78
+ "deprecatedMessage": "since v4.5.0. Use the `--ig-size` CSS custom property instead."
78
79
  }
79
80
  ],
80
81
  "properties": [
@@ -118,7 +119,8 @@
118
119
  "attribute": "size",
119
120
  "description": "Determines the size of the component.",
120
121
  "type": "\"small\" | \"medium\" | \"large\"",
121
- "default": "\"small\""
122
+ "default": "\"small\"",
123
+ "deprecatedMessage": "since v4.5.0. Use the `--ig-size` CSS custom property instead."
122
124
  }
123
125
  ],
124
126
  "slots": [
@@ -254,19 +256,16 @@
254
256
  },
255
257
  {
256
258
  "name": "disabled",
257
- "description": "Determines whether the button is disabled.",
259
+ "description": "The disabled state of the component",
258
260
  "type": "boolean",
259
261
  "default": "false"
260
262
  },
261
- {
262
- "name": "aria-label",
263
- "type": "string"
264
- },
265
263
  {
266
264
  "name": "size",
267
265
  "description": "Determines the size of the component.",
268
266
  "type": "\"small\" | \"medium\" | \"large\"",
269
- "default": "\"medium\""
267
+ "default": "\"medium\"",
268
+ "deprecatedMessage": "since v4.5.0. Use the `--ig-size` CSS custom property instead."
270
269
  }
271
270
  ],
272
271
  "properties": [
@@ -282,6 +281,11 @@
282
281
  "type": "\"flat\" | \"contained\" | \"outlined\" | \"fab\"",
283
282
  "default": "\"contained\""
284
283
  },
284
+ {
285
+ "name": "formAssociated",
286
+ "type": "true",
287
+ "default": "true"
288
+ },
285
289
  {
286
290
  "name": "type",
287
291
  "attribute": "type",
@@ -315,21 +319,21 @@
315
319
  {
316
320
  "name": "disabled",
317
321
  "attribute": "disabled",
318
- "description": "Determines whether the button is disabled.",
322
+ "description": "The disabled state of the component",
319
323
  "type": "boolean",
320
324
  "default": "false"
321
325
  },
322
326
  {
323
- "name": "ariaLabel",
324
- "attribute": "aria-label",
325
- "type": "string"
327
+ "name": "form",
328
+ "description": "Returns the HTMLFormElement associated with this element."
326
329
  },
327
330
  {
328
331
  "name": "size",
329
332
  "attribute": "size",
330
333
  "description": "Determines the size of the component.",
331
334
  "type": "\"small\" | \"medium\" | \"large\"",
332
- "default": "\"medium\""
335
+ "default": "\"medium\"",
336
+ "deprecatedMessage": "since v4.5.0. Use the `--ig-size` CSS custom property instead."
333
337
  }
334
338
  ],
335
339
  "events": [
@@ -424,19 +428,16 @@
424
428
  },
425
429
  {
426
430
  "name": "disabled",
427
- "description": "Determines whether the button is disabled.",
431
+ "description": "The disabled state of the component",
428
432
  "type": "boolean",
429
433
  "default": "false"
430
434
  },
431
- {
432
- "name": "aria-label",
433
- "type": "string"
434
- },
435
435
  {
436
436
  "name": "size",
437
437
  "description": "Determines the size of the component.",
438
438
  "type": "\"small\" | \"medium\" | \"large\"",
439
- "default": "\"large\""
439
+ "default": "\"large\"",
440
+ "deprecatedMessage": "since v4.5.0. Use the `--ig-size` CSS custom property instead."
440
441
  }
441
442
  ],
442
443
  "properties": [
@@ -471,6 +472,11 @@
471
472
  "type": "\"flat\" | \"contained\" | \"outlined\"",
472
473
  "default": "\"contained\""
473
474
  },
475
+ {
476
+ "name": "formAssociated",
477
+ "type": "true",
478
+ "default": "true"
479
+ },
474
480
  {
475
481
  "name": "type",
476
482
  "attribute": "type",
@@ -504,21 +510,21 @@
504
510
  {
505
511
  "name": "disabled",
506
512
  "attribute": "disabled",
507
- "description": "Determines whether the button is disabled.",
513
+ "description": "The disabled state of the component",
508
514
  "type": "boolean",
509
515
  "default": "false"
510
516
  },
511
517
  {
512
- "name": "ariaLabel",
513
- "attribute": "aria-label",
514
- "type": "string"
518
+ "name": "form",
519
+ "description": "Returns the HTMLFormElement associated with this element."
515
520
  },
516
521
  {
517
522
  "name": "size",
518
523
  "attribute": "size",
519
524
  "description": "Determines the size of the component.",
520
525
  "type": "\"small\" | \"medium\" | \"large\"",
521
- "default": "\"large\""
526
+ "default": "\"large\"",
527
+ "deprecatedMessage": "since v4.5.0. Use the `--ig-size` CSS custom property instead."
522
528
  }
523
529
  ],
524
530
  "cssParts": [
@@ -577,7 +583,8 @@
577
583
  "name": "size",
578
584
  "description": "Determines the size of the component.",
579
585
  "type": "\"small\" | \"medium\" | \"large\"",
580
- "default": "\"large\""
586
+ "default": "\"large\"",
587
+ "deprecatedMessage": "since v4.5.0. Use the `--ig-size` CSS custom property instead."
581
588
  },
582
589
  {
583
590
  "name": "value",
@@ -689,7 +696,8 @@
689
696
  "attribute": "size",
690
697
  "description": "Determines the size of the component.",
691
698
  "type": "\"small\" | \"medium\" | \"large\"",
692
- "default": "\"large\""
699
+ "default": "\"large\"",
700
+ "deprecatedMessage": "since v4.5.0. Use the `--ig-size` CSS custom property instead."
693
701
  },
694
702
  {
695
703
  "name": "value",
@@ -1331,50 +1339,45 @@
1331
1339
  "type": "boolean",
1332
1340
  "default": "false"
1333
1341
  },
1334
- {
1335
- "name": "name",
1336
- "description": "The name attribute of the control.",
1337
- "type": "string"
1338
- },
1339
1342
  {
1340
1343
  "name": "value",
1341
1344
  "description": "The value attribute of the control.",
1342
1345
  "type": "string"
1343
1346
  },
1344
- {
1345
- "name": "disabled",
1346
- "description": "Disables the control.",
1347
- "type": "boolean",
1348
- "default": "false"
1349
- },
1350
1347
  {
1351
1348
  "name": "checked",
1352
1349
  "description": "The checked state of the control.",
1353
1350
  "type": "boolean",
1354
1351
  "default": "false"
1355
1352
  },
1353
+ {
1354
+ "name": "label-position",
1355
+ "description": "The label position of the control.",
1356
+ "type": "\"before\" | \"after\"",
1357
+ "default": "\"after\""
1358
+ },
1356
1359
  {
1357
1360
  "name": "required",
1358
- "description": "Makes the control a required field.",
1361
+ "description": "Makes the control a required field in a form context.",
1359
1362
  "type": "boolean",
1360
1363
  "default": "false"
1361
1364
  },
1362
1365
  {
1363
- "name": "invalid",
1364
- "description": "Controls the validity of the control.",
1365
- "type": "boolean",
1366
- "default": "false"
1366
+ "name": "name",
1367
+ "description": "The name attribute of the control.",
1368
+ "type": "string"
1367
1369
  },
1368
1370
  {
1369
- "name": "label-position",
1370
- "description": "The label position of the control.",
1371
- "type": "\"before\" | \"after\"",
1372
- "default": "\"after\""
1371
+ "name": "disabled",
1372
+ "description": "The disabled state of the component",
1373
+ "type": "boolean",
1374
+ "default": "false"
1373
1375
  },
1374
1376
  {
1375
- "name": "aria-labelledby",
1376
- "description": "Sets the aria-labelledby attribute for the control.",
1377
- "type": "string"
1377
+ "name": "invalid",
1378
+ "description": "Control the validity of the control.",
1379
+ "type": "boolean",
1380
+ "default": "false"
1378
1381
  }
1379
1382
  ],
1380
1383
  "properties": [
@@ -1390,25 +1393,12 @@
1390
1393
  "type": "boolean",
1391
1394
  "default": "false"
1392
1395
  },
1393
- {
1394
- "name": "name",
1395
- "attribute": "name",
1396
- "description": "The name attribute of the control.",
1397
- "type": "string"
1398
- },
1399
1396
  {
1400
1397
  "name": "value",
1401
1398
  "attribute": "value",
1402
1399
  "description": "The value attribute of the control.",
1403
1400
  "type": "string"
1404
1401
  },
1405
- {
1406
- "name": "disabled",
1407
- "attribute": "disabled",
1408
- "description": "Disables the control.",
1409
- "type": "boolean",
1410
- "default": "false"
1411
- },
1412
1402
  {
1413
1403
  "name": "checked",
1414
1404
  "attribute": "checked",
@@ -1416,32 +1406,60 @@
1416
1406
  "type": "boolean",
1417
1407
  "default": "false"
1418
1408
  },
1409
+ {
1410
+ "name": "labelPosition",
1411
+ "attribute": "label-position",
1412
+ "description": "The label position of the control.",
1413
+ "type": "\"before\" | \"after\"",
1414
+ "default": "\"after\""
1415
+ },
1419
1416
  {
1420
1417
  "name": "required",
1421
1418
  "attribute": "required",
1422
- "description": "Makes the control a required field.",
1419
+ "description": "Makes the control a required field in a form context.",
1423
1420
  "type": "boolean",
1424
1421
  "default": "false"
1425
1422
  },
1426
1423
  {
1427
- "name": "invalid",
1428
- "attribute": "invalid",
1429
- "description": "Controls the validity of the control.",
1430
- "type": "boolean",
1431
- "default": "false"
1424
+ "name": "formAssociated",
1425
+ "type": "true",
1426
+ "default": "true"
1432
1427
  },
1433
1428
  {
1434
- "name": "labelPosition",
1435
- "attribute": "label-position",
1436
- "description": "The label position of the control.",
1437
- "type": "\"before\" | \"after\"",
1438
- "default": "\"after\""
1429
+ "name": "name",
1430
+ "attribute": "name",
1431
+ "description": "The name attribute of the control.",
1432
+ "type": "string"
1439
1433
  },
1440
1434
  {
1441
- "name": "ariaLabelledby",
1442
- "attribute": "aria-labelledby",
1443
- "description": "Sets the aria-labelledby attribute for the control.",
1444
- "type": "string"
1435
+ "name": "form",
1436
+ "description": "Returns the HTMLFormElement associated with this element."
1437
+ },
1438
+ {
1439
+ "name": "validity",
1440
+ "description": "Returns a ValidityState object which represents the different validity states\nthe element can be in, with respect to constraint validation."
1441
+ },
1442
+ {
1443
+ "name": "validationMessage",
1444
+ "description": "A string containing the validation message of this element."
1445
+ },
1446
+ {
1447
+ "name": "willValidate",
1448
+ "description": "A boolean value which returns true if the element is a submittable element\nthat is a candidate for constraint validation."
1449
+ },
1450
+ {
1451
+ "name": "disabled",
1452
+ "attribute": "disabled",
1453
+ "description": "The disabled state of the component",
1454
+ "type": "boolean",
1455
+ "default": "false"
1456
+ },
1457
+ {
1458
+ "name": "invalid",
1459
+ "attribute": "invalid",
1460
+ "description": "Control the validity of the control.",
1461
+ "type": "boolean",
1462
+ "default": "false"
1445
1463
  }
1446
1464
  ],
1447
1465
  "events": [
@@ -1488,50 +1506,45 @@
1488
1506
  "path": "./src/components/checkbox/switch.ts",
1489
1507
  "description": "Similar to a checkbox, a switch controls the state of a single setting on or off.",
1490
1508
  "attributes": [
1491
- {
1492
- "name": "name",
1493
- "description": "The name attribute of the control.",
1494
- "type": "string"
1495
- },
1496
1509
  {
1497
1510
  "name": "value",
1498
1511
  "description": "The value attribute of the control.",
1499
1512
  "type": "string"
1500
1513
  },
1501
- {
1502
- "name": "disabled",
1503
- "description": "Disables the control.",
1504
- "type": "boolean",
1505
- "default": "false"
1506
- },
1507
1514
  {
1508
1515
  "name": "checked",
1509
1516
  "description": "The checked state of the control.",
1510
1517
  "type": "boolean",
1511
1518
  "default": "false"
1512
1519
  },
1520
+ {
1521
+ "name": "label-position",
1522
+ "description": "The label position of the control.",
1523
+ "type": "\"before\" | \"after\"",
1524
+ "default": "\"after\""
1525
+ },
1513
1526
  {
1514
1527
  "name": "required",
1515
- "description": "Makes the control a required field.",
1528
+ "description": "Makes the control a required field in a form context.",
1516
1529
  "type": "boolean",
1517
1530
  "default": "false"
1518
1531
  },
1519
1532
  {
1520
- "name": "invalid",
1521
- "description": "Controls the validity of the control.",
1522
- "type": "boolean",
1523
- "default": "false"
1533
+ "name": "name",
1534
+ "description": "The name attribute of the control.",
1535
+ "type": "string"
1524
1536
  },
1525
1537
  {
1526
- "name": "label-position",
1527
- "description": "The label position of the control.",
1528
- "type": "\"before\" | \"after\"",
1529
- "default": "\"after\""
1538
+ "name": "disabled",
1539
+ "description": "The disabled state of the component",
1540
+ "type": "boolean",
1541
+ "default": "false"
1530
1542
  },
1531
1543
  {
1532
- "name": "aria-labelledby",
1533
- "description": "Sets the aria-labelledby attribute for the control.",
1534
- "type": "string"
1544
+ "name": "invalid",
1545
+ "description": "Control the validity of the control.",
1546
+ "type": "boolean",
1547
+ "default": "false"
1535
1548
  }
1536
1549
  ],
1537
1550
  "properties": [
@@ -1545,25 +1558,12 @@
1545
1558
  "type": "CSSResult",
1546
1559
  "default": "\"styles\""
1547
1560
  },
1548
- {
1549
- "name": "name",
1550
- "attribute": "name",
1551
- "description": "The name attribute of the control.",
1552
- "type": "string"
1553
- },
1554
1561
  {
1555
1562
  "name": "value",
1556
1563
  "attribute": "value",
1557
1564
  "description": "The value attribute of the control.",
1558
1565
  "type": "string"
1559
1566
  },
1560
- {
1561
- "name": "disabled",
1562
- "attribute": "disabled",
1563
- "description": "Disables the control.",
1564
- "type": "boolean",
1565
- "default": "false"
1566
- },
1567
1567
  {
1568
1568
  "name": "checked",
1569
1569
  "attribute": "checked",
@@ -1571,32 +1571,60 @@
1571
1571
  "type": "boolean",
1572
1572
  "default": "false"
1573
1573
  },
1574
+ {
1575
+ "name": "labelPosition",
1576
+ "attribute": "label-position",
1577
+ "description": "The label position of the control.",
1578
+ "type": "\"before\" | \"after\"",
1579
+ "default": "\"after\""
1580
+ },
1574
1581
  {
1575
1582
  "name": "required",
1576
1583
  "attribute": "required",
1577
- "description": "Makes the control a required field.",
1584
+ "description": "Makes the control a required field in a form context.",
1578
1585
  "type": "boolean",
1579
1586
  "default": "false"
1580
1587
  },
1581
1588
  {
1582
- "name": "invalid",
1583
- "attribute": "invalid",
1584
- "description": "Controls the validity of the control.",
1585
- "type": "boolean",
1586
- "default": "false"
1589
+ "name": "formAssociated",
1590
+ "type": "true",
1591
+ "default": "true"
1587
1592
  },
1588
1593
  {
1589
- "name": "labelPosition",
1590
- "attribute": "label-position",
1591
- "description": "The label position of the control.",
1592
- "type": "\"before\" | \"after\"",
1593
- "default": "\"after\""
1594
+ "name": "name",
1595
+ "attribute": "name",
1596
+ "description": "The name attribute of the control.",
1597
+ "type": "string"
1594
1598
  },
1595
1599
  {
1596
- "name": "ariaLabelledby",
1597
- "attribute": "aria-labelledby",
1598
- "description": "Sets the aria-labelledby attribute for the control.",
1599
- "type": "string"
1600
+ "name": "form",
1601
+ "description": "Returns the HTMLFormElement associated with this element."
1602
+ },
1603
+ {
1604
+ "name": "validity",
1605
+ "description": "Returns a ValidityState object which represents the different validity states\nthe element can be in, with respect to constraint validation."
1606
+ },
1607
+ {
1608
+ "name": "validationMessage",
1609
+ "description": "A string containing the validation message of this element."
1610
+ },
1611
+ {
1612
+ "name": "willValidate",
1613
+ "description": "A boolean value which returns true if the element is a submittable element\nthat is a candidate for constraint validation."
1614
+ },
1615
+ {
1616
+ "name": "disabled",
1617
+ "attribute": "disabled",
1618
+ "description": "The disabled state of the component",
1619
+ "type": "boolean",
1620
+ "default": "false"
1621
+ },
1622
+ {
1623
+ "name": "invalid",
1624
+ "attribute": "invalid",
1625
+ "description": "Control the validity of the control.",
1626
+ "type": "boolean",
1627
+ "default": "false"
1600
1628
  }
1601
1629
  ],
1602
1630
  "events": [
@@ -1676,7 +1704,8 @@
1676
1704
  "name": "size",
1677
1705
  "description": "Determines the size of the component.",
1678
1706
  "type": "\"small\" | \"medium\" | \"large\"",
1679
- "default": "\"medium\""
1707
+ "default": "\"medium\"",
1708
+ "deprecatedMessage": "since v4.5.0. Use the `--ig-size` CSS custom property instead."
1680
1709
  }
1681
1710
  ],
1682
1711
  "properties": [
@@ -1729,7 +1758,8 @@
1729
1758
  "attribute": "size",
1730
1759
  "description": "Determines the size of the component.",
1731
1760
  "type": "\"small\" | \"medium\" | \"large\"",
1732
- "default": "\"medium\""
1761
+ "default": "\"medium\"",
1762
+ "deprecatedMessage": "since v4.5.0. Use the `--ig-size` CSS custom property instead."
1733
1763
  }
1734
1764
  ],
1735
1765
  "events": [
@@ -1888,29 +1918,6 @@
1888
1918
  "name": "igc-combo",
1889
1919
  "path": "./src/components/combo/combo.ts",
1890
1920
  "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
1921
  {
1915
1922
  "name": "outlined",
1916
1923
  "description": "The outlined attribute of the control.",
@@ -1950,12 +1957,6 @@
1950
1957
  "type": "string",
1951
1958
  "default": "\"Search\""
1952
1959
  },
1953
- {
1954
- "name": "dir",
1955
- "description": "The direction attribute of the control.",
1956
- "type": "\"ltr\" | \"rtl\" | \"auto\"",
1957
- "default": "\"auto\""
1958
- },
1959
1960
  {
1960
1961
  "name": "open",
1961
1962
  "description": "Sets the open state of the component.",
@@ -2011,51 +2012,47 @@
2011
2012
  "name": "value",
2012
2013
  "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
2014
  "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
2015
  },
2027
2016
  {
2028
- "name": "data",
2029
- "description": "The data source used to generate the list of options.",
2030
- "type": "T[]",
2031
- "default": "[]"
2017
+ "name": "required",
2018
+ "description": "Makes the control a required field in a form context.",
2019
+ "type": "boolean",
2020
+ "default": "false"
2032
2021
  },
2033
2022
  {
2034
2023
  "name": "name",
2035
- "attribute": "name",
2036
2024
  "description": "The name attribute of the control.",
2037
2025
  "type": "string"
2038
2026
  },
2039
2027
  {
2040
2028
  "name": "disabled",
2041
- "attribute": "disabled",
2042
- "description": "The disabled attribute of the control.",
2029
+ "description": "The disabled state of the component",
2043
2030
  "type": "boolean",
2044
2031
  "default": "false"
2045
2032
  },
2046
2033
  {
2047
- "name": "required",
2048
- "attribute": "required",
2049
- "description": "The required attribute of the control.",
2034
+ "name": "invalid",
2035
+ "description": "Control the validity of the control.",
2050
2036
  "type": "boolean",
2051
2037
  "default": "false"
2038
+ }
2039
+ ],
2040
+ "properties": [
2041
+ {
2042
+ "name": "tagName",
2043
+ "type": "\"igc-combo\"",
2044
+ "default": "\"igc-combo\""
2052
2045
  },
2053
2046
  {
2054
- "name": "invalid",
2055
- "attribute": "invalid",
2056
- "description": "The invalid attribute of the control.",
2057
- "type": "boolean",
2058
- "default": "false"
2047
+ "name": "styles",
2048
+ "type": "CSSResult",
2049
+ "default": "\"styles\""
2050
+ },
2051
+ {
2052
+ "name": "data",
2053
+ "description": "The data source used to generate the list of options.",
2054
+ "type": "T[]",
2055
+ "default": "[]"
2059
2056
  },
2060
2057
  {
2061
2058
  "name": "outlined",
@@ -2103,13 +2100,6 @@
2103
2100
  "type": "string",
2104
2101
  "default": "\"Search\""
2105
2102
  },
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
2103
  {
2114
2104
  "name": "open",
2115
2105
  "attribute": "open",
@@ -2174,7 +2164,7 @@
2174
2164
  "name": "itemTemplate",
2175
2165
  "description": "The template used for the content of each combo item.",
2176
2166
  "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 }\""
2167
+ "default": "\"({ item }) => {\\n const template = this.displayKey ? `${item[this.displayKey]}` : `${item}`;\\n return html`${template}`;\\n }\""
2178
2168
  },
2179
2169
  {
2180
2170
  "name": "groupHeaderTemplate",
@@ -2192,8 +2182,56 @@
2192
2182
  "name": "selection",
2193
2183
  "description": "Returns the current selection as an array of objects as provided in the `data` source.",
2194
2184
  "type": "T[]"
2195
- }
2196
- ],
2185
+ },
2186
+ {
2187
+ "name": "required",
2188
+ "attribute": "required",
2189
+ "description": "Makes the control a required field in a form context.",
2190
+ "type": "boolean",
2191
+ "default": "false"
2192
+ },
2193
+ {
2194
+ "name": "formAssociated",
2195
+ "type": "true",
2196
+ "default": "true"
2197
+ },
2198
+ {
2199
+ "name": "name",
2200
+ "attribute": "name",
2201
+ "description": "The name attribute of the control.",
2202
+ "type": "string"
2203
+ },
2204
+ {
2205
+ "name": "form",
2206
+ "description": "Returns the HTMLFormElement associated with this element."
2207
+ },
2208
+ {
2209
+ "name": "validity",
2210
+ "description": "Returns a ValidityState object which represents the different validity states\nthe element can be in, with respect to constraint validation."
2211
+ },
2212
+ {
2213
+ "name": "validationMessage",
2214
+ "description": "A string containing the validation message of this element."
2215
+ },
2216
+ {
2217
+ "name": "willValidate",
2218
+ "description": "A boolean value which returns true if the element is a submittable element\nthat is a candidate for constraint validation."
2219
+ },
2220
+ {
2221
+ "name": "disabled",
2222
+ "attribute": "disabled",
2223
+ "description": "The disabled state of the component",
2224
+ "type": "boolean",
2225
+ "default": "false"
2226
+ },
2227
+ {
2228
+ "name": "invalid",
2229
+ "attribute": "invalid",
2230
+ "description": "Control the validity of the control.",
2231
+ "type": "boolean",
2232
+ "default": "false"
2233
+ }
2234
+ ],
2197
2235
  "events": [
2198
2236
  {
2199
2237
  "name": "igcFocus",
@@ -2355,15 +2393,27 @@
2355
2393
  "description": "The date format to apply on the input.",
2356
2394
  "type": "string"
2357
2395
  },
2396
+ {
2397
+ "name": "min",
2398
+ "description": "The minimum value required for the input to remain valid.",
2399
+ "type": "Date"
2400
+ },
2401
+ {
2402
+ "name": "max",
2403
+ "description": "The maximum value required for the input to remain valid.",
2404
+ "type": "Date"
2405
+ },
2358
2406
  {
2359
2407
  "name": "min-value",
2360
2408
  "description": "The minimum value required for the input to remain valid.",
2361
- "type": "Date | null"
2409
+ "type": "Date",
2410
+ "deprecatedMessage": "since v4.4.0\nUse the `min` property instead."
2362
2411
  },
2363
2412
  {
2364
2413
  "name": "max-value",
2365
2414
  "description": "The maximum value required for the input to remain valid.",
2366
- "type": "Date | null"
2415
+ "type": "Date",
2416
+ "deprecatedMessage": "since v4.4.0\nUse the `max` property instead."
2367
2417
  },
2368
2418
  {
2369
2419
  "name": "display-format",
@@ -2387,28 +2437,11 @@
2387
2437
  "description": "The prompt symbol to use for unfilled parts of the mask.",
2388
2438
  "type": "string"
2389
2439
  },
2390
- {
2391
- "name": "invalid",
2392
- "description": "Controls the validity of the control.",
2393
- "type": "boolean",
2394
- "default": "false"
2395
- },
2396
2440
  {
2397
2441
  "name": "value",
2398
2442
  "description": "The value of the input.",
2399
2443
  "type": "Date | null"
2400
2444
  },
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
2445
  {
2413
2446
  "name": "outlined",
2414
2447
  "description": "Whether the control will have outlined appearance.",
@@ -2416,14 +2449,8 @@
2416
2449
  "default": "false"
2417
2450
  },
2418
2451
  {
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.",
2452
+ "name": "readOnly",
2453
+ "description": "Makes the control a readonly field.",
2427
2454
  "type": "boolean",
2428
2455
  "default": "false"
2429
2456
  },
@@ -2431,7 +2458,7 @@
2431
2458
  "name": "readonly",
2432
2459
  "description": "Makes the control a readonly field.",
2433
2460
  "type": "boolean",
2434
- "default": "false"
2461
+ "deprecatedMessage": "since v4.4.0\nUse the `readOnly` property instead."
2435
2462
  },
2436
2463
  {
2437
2464
  "name": "placeholder",
@@ -2443,11 +2470,35 @@
2443
2470
  "description": "The label for the control.",
2444
2471
  "type": "string"
2445
2472
  },
2473
+ {
2474
+ "name": "required",
2475
+ "description": "Makes the control a required field in a form context.",
2476
+ "type": "boolean",
2477
+ "default": "false"
2478
+ },
2479
+ {
2480
+ "name": "name",
2481
+ "description": "The name attribute of the control.",
2482
+ "type": "string"
2483
+ },
2484
+ {
2485
+ "name": "disabled",
2486
+ "description": "The disabled state of the component",
2487
+ "type": "boolean",
2488
+ "default": "false"
2489
+ },
2490
+ {
2491
+ "name": "invalid",
2492
+ "description": "Control the validity of the control.",
2493
+ "type": "boolean",
2494
+ "default": "false"
2495
+ },
2446
2496
  {
2447
2497
  "name": "size",
2448
2498
  "description": "Determines the size of the component.",
2449
2499
  "type": "\"small\" | \"medium\" | \"large\"",
2450
- "default": "\"medium\""
2500
+ "default": "\"medium\"",
2501
+ "deprecatedMessage": "since v4.5.0. Use the `--ig-size` CSS custom property instead."
2451
2502
  }
2452
2503
  ],
2453
2504
  "properties": [
@@ -2462,17 +2513,31 @@
2462
2513
  "description": "The date format to apply on the input.",
2463
2514
  "type": "string"
2464
2515
  },
2516
+ {
2517
+ "name": "min",
2518
+ "attribute": "min",
2519
+ "description": "The minimum value required for the input to remain valid.",
2520
+ "type": "Date"
2521
+ },
2522
+ {
2523
+ "name": "max",
2524
+ "attribute": "max",
2525
+ "description": "The maximum value required for the input to remain valid.",
2526
+ "type": "Date"
2527
+ },
2465
2528
  {
2466
2529
  "name": "minValue",
2467
2530
  "attribute": "min-value",
2468
2531
  "description": "The minimum value required for the input to remain valid.",
2469
- "type": "Date | null"
2532
+ "type": "Date",
2533
+ "deprecatedMessage": "since v4.4.0\nUse the `min` property instead."
2470
2534
  },
2471
2535
  {
2472
2536
  "name": "maxValue",
2473
2537
  "attribute": "max-value",
2474
2538
  "description": "The maximum value required for the input to remain valid.",
2475
- "type": "Date | null"
2539
+ "type": "Date",
2540
+ "deprecatedMessage": "since v4.4.0\nUse the `max` property instead."
2476
2541
  },
2477
2542
  {
2478
2543
  "name": "displayFormat",
@@ -2505,13 +2570,6 @@
2505
2570
  "description": "The prompt symbol to use for unfilled parts of the mask.",
2506
2571
  "type": "string"
2507
2572
  },
2508
- {
2509
- "name": "invalid",
2510
- "attribute": "invalid",
2511
- "description": "Controls the validity of the control.",
2512
- "type": "boolean",
2513
- "default": "false"
2514
- },
2515
2573
  {
2516
2574
  "name": "styles",
2517
2575
  "type": "CSSResult",
@@ -2523,19 +2581,6 @@
2523
2581
  "description": "The value of the input.",
2524
2582
  "type": "Date | null"
2525
2583
  },
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
2584
  {
2540
2585
  "name": "outlined",
2541
2586
  "attribute": "outlined",
@@ -2544,16 +2589,9 @@
2544
2589
  "default": "false"
2545
2590
  },
2546
2591
  {
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.",
2592
+ "name": "readOnly",
2593
+ "attribute": "readOnly",
2594
+ "description": "Makes the control a readonly field.",
2557
2595
  "type": "boolean",
2558
2596
  "default": "false"
2559
2597
  },
@@ -2562,7 +2600,7 @@
2562
2600
  "attribute": "readonly",
2563
2601
  "description": "Makes the control a readonly field.",
2564
2602
  "type": "boolean",
2565
- "default": "false"
2603
+ "deprecatedMessage": "since v4.4.0\nUse the `readOnly` property instead."
2566
2604
  },
2567
2605
  {
2568
2606
  "name": "placeholder",
@@ -2576,12 +2614,61 @@
2576
2614
  "description": "The label for the control.",
2577
2615
  "type": "string"
2578
2616
  },
2617
+ {
2618
+ "name": "required",
2619
+ "attribute": "required",
2620
+ "description": "Makes the control a required field in a form context.",
2621
+ "type": "boolean",
2622
+ "default": "false"
2623
+ },
2624
+ {
2625
+ "name": "formAssociated",
2626
+ "type": "true",
2627
+ "default": "true"
2628
+ },
2629
+ {
2630
+ "name": "name",
2631
+ "attribute": "name",
2632
+ "description": "The name attribute of the control.",
2633
+ "type": "string"
2634
+ },
2635
+ {
2636
+ "name": "form",
2637
+ "description": "Returns the HTMLFormElement associated with this element."
2638
+ },
2639
+ {
2640
+ "name": "validity",
2641
+ "description": "Returns a ValidityState object which represents the different validity states\nthe element can be in, with respect to constraint validation."
2642
+ },
2643
+ {
2644
+ "name": "validationMessage",
2645
+ "description": "A string containing the validation message of this element."
2646
+ },
2647
+ {
2648
+ "name": "willValidate",
2649
+ "description": "A boolean value which returns true if the element is a submittable element\nthat is a candidate for constraint validation."
2650
+ },
2651
+ {
2652
+ "name": "disabled",
2653
+ "attribute": "disabled",
2654
+ "description": "The disabled state of the component",
2655
+ "type": "boolean",
2656
+ "default": "false"
2657
+ },
2658
+ {
2659
+ "name": "invalid",
2660
+ "attribute": "invalid",
2661
+ "description": "Control the validity of the control.",
2662
+ "type": "boolean",
2663
+ "default": "false"
2664
+ },
2579
2665
  {
2580
2666
  "name": "size",
2581
2667
  "attribute": "size",
2582
2668
  "description": "Determines the size of the component.",
2583
2669
  "type": "\"small\" | \"medium\" | \"large\"",
2584
- "default": "\"medium\""
2670
+ "default": "\"medium\"",
2671
+ "deprecatedMessage": "since v4.5.0. Use the `--ig-size` CSS custom property instead."
2585
2672
  }
2586
2673
  ],
2587
2674
  "events": [
@@ -3004,7 +3091,8 @@
3004
3091
  "name": "size",
3005
3092
  "description": "Determines the size of the component.",
3006
3093
  "type": "\"small\" | \"medium\" | \"large\"",
3007
- "default": "\"large\""
3094
+ "default": "\"large\"",
3095
+ "deprecatedMessage": "since v4.5.0. Use the `--ig-size` CSS custom property instead."
3008
3096
  }
3009
3097
  ],
3010
3098
  "properties": [
@@ -3081,7 +3169,8 @@
3081
3169
  "attribute": "size",
3082
3170
  "description": "Determines the size of the component.",
3083
3171
  "type": "\"small\" | \"medium\" | \"large\"",
3084
- "default": "\"large\""
3172
+ "default": "\"large\"",
3173
+ "deprecatedMessage": "since v4.5.0. Use the `--ig-size` CSS custom property instead."
3085
3174
  }
3086
3175
  ],
3087
3176
  "events": [
@@ -3289,7 +3378,9 @@
3289
3378
  "name": "",
3290
3379
  "description": "Default slot for the form."
3291
3380
  }
3292
- ]
3381
+ ],
3382
+ "deprecated": true,
3383
+ "deprecatedMessage": "since version 4.4.0\nUse the native `<form>` element instead."
3293
3384
  },
3294
3385
  {
3295
3386
  "name": "igc-icon",
@@ -3317,7 +3408,8 @@
3317
3408
  "name": "size",
3318
3409
  "description": "Determines the size of the component.",
3319
3410
  "type": "\"small\" | \"medium\" | \"large\"",
3320
- "default": "\"medium\""
3411
+ "default": "\"medium\"",
3412
+ "deprecatedMessage": "since v4.5.0. Use the `--ig-size` CSS custom property instead."
3321
3413
  }
3322
3414
  ],
3323
3415
  "properties": [
@@ -3357,7 +3449,8 @@
3357
3449
  "attribute": "size",
3358
3450
  "description": "Determines the size of the component.",
3359
3451
  "type": "\"small\" | \"medium\" | \"large\"",
3360
- "default": "\"medium\""
3452
+ "default": "\"medium\"",
3453
+ "deprecatedMessage": "since v4.5.0. Use the `--ig-size` CSS custom property instead."
3361
3454
  }
3362
3455
  ]
3363
3456
  },
@@ -3382,20 +3475,26 @@
3382
3475
  "type": "string"
3383
3476
  },
3384
3477
  {
3385
- "name": "invalid",
3386
- "description": "Controls the validity of the control.",
3387
- "type": "boolean",
3388
- "default": "false"
3478
+ "name": "minLength",
3479
+ "description": "The minimum string length required by the control.",
3480
+ "type": "number"
3389
3481
  },
3390
3482
  {
3391
3483
  "name": "minlength",
3392
3484
  "description": "The minlength attribute of the control.",
3485
+ "type": "number",
3486
+ "deprecatedMessage": "since v4.4.0\nUse the `minLength` property instead."
3487
+ },
3488
+ {
3489
+ "name": "maxLength",
3490
+ "description": "The maximum string length of the control.",
3393
3491
  "type": "number"
3394
3492
  },
3395
3493
  {
3396
3494
  "name": "maxlength",
3397
3495
  "description": "The maxlength attribute of the control.",
3398
- "type": "number"
3496
+ "type": "number",
3497
+ "deprecatedMessage": "since v4.4.0\nUse the `maxLength` property instead."
3399
3498
  },
3400
3499
  {
3401
3500
  "name": "min",
@@ -3433,17 +3532,6 @@
3433
3532
  "type": "string",
3434
3533
  "default": "\"\""
3435
3534
  },
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
3535
  {
3448
3536
  "name": "outlined",
3449
3537
  "description": "Whether the control will have outlined appearance.",
@@ -3451,14 +3539,8 @@
3451
3539
  "default": "false"
3452
3540
  },
3453
3541
  {
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.",
3542
+ "name": "readOnly",
3543
+ "description": "Makes the control a readonly field.",
3462
3544
  "type": "boolean",
3463
3545
  "default": "false"
3464
3546
  },
@@ -3466,7 +3548,7 @@
3466
3548
  "name": "readonly",
3467
3549
  "description": "Makes the control a readonly field.",
3468
3550
  "type": "boolean",
3469
- "default": "false"
3551
+ "deprecatedMessage": "since v4.4.0\nUse the `readOnly` property instead."
3470
3552
  },
3471
3553
  {
3472
3554
  "name": "placeholder",
@@ -3478,11 +3560,35 @@
3478
3560
  "description": "The label for the control.",
3479
3561
  "type": "string"
3480
3562
  },
3563
+ {
3564
+ "name": "required",
3565
+ "description": "Makes the control a required field in a form context.",
3566
+ "type": "boolean",
3567
+ "default": "false"
3568
+ },
3569
+ {
3570
+ "name": "name",
3571
+ "description": "The name attribute of the control.",
3572
+ "type": "string"
3573
+ },
3574
+ {
3575
+ "name": "disabled",
3576
+ "description": "The disabled state of the component",
3577
+ "type": "boolean",
3578
+ "default": "false"
3579
+ },
3580
+ {
3581
+ "name": "invalid",
3582
+ "description": "Control the validity of the control.",
3583
+ "type": "boolean",
3584
+ "default": "false"
3585
+ },
3481
3586
  {
3482
3587
  "name": "size",
3483
3588
  "description": "Determines the size of the component.",
3484
3589
  "type": "\"small\" | \"medium\" | \"large\"",
3485
- "default": "\"medium\""
3590
+ "default": "\"medium\"",
3591
+ "deprecatedMessage": "since v4.5.0. Use the `--ig-size` CSS custom property instead."
3486
3592
  }
3487
3593
  ],
3488
3594
  "properties": [
@@ -3511,23 +3617,30 @@
3511
3617
  "type": "string"
3512
3618
  },
3513
3619
  {
3514
- "name": "invalid",
3515
- "attribute": "invalid",
3516
- "description": "Controls the validity of the control.",
3517
- "type": "boolean",
3518
- "default": "false"
3620
+ "name": "minLength",
3621
+ "attribute": "minLength",
3622
+ "description": "The minimum string length required by the control.",
3623
+ "type": "number"
3519
3624
  },
3520
3625
  {
3521
3626
  "name": "minlength",
3522
3627
  "attribute": "minlength",
3523
3628
  "description": "The minlength attribute of the control.",
3629
+ "type": "number",
3630
+ "deprecatedMessage": "since v4.4.0\nUse the `minLength` property instead."
3631
+ },
3632
+ {
3633
+ "name": "maxLength",
3634
+ "attribute": "maxLength",
3635
+ "description": "The maximum string length of the control.",
3524
3636
  "type": "number"
3525
3637
  },
3526
3638
  {
3527
3639
  "name": "maxlength",
3528
3640
  "attribute": "maxlength",
3529
3641
  "description": "The maxlength attribute of the control.",
3530
- "type": "number"
3642
+ "type": "number",
3643
+ "deprecatedMessage": "since v4.4.0\nUse the `maxLength` property instead."
3531
3644
  },
3532
3645
  {
3533
3646
  "name": "min",
@@ -3577,19 +3690,6 @@
3577
3690
  "type": "string",
3578
3691
  "default": "\"\""
3579
3692
  },
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
3693
  {
3594
3694
  "name": "outlined",
3595
3695
  "attribute": "outlined",
@@ -3598,16 +3698,9 @@
3598
3698
  "default": "false"
3599
3699
  },
3600
3700
  {
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.",
3701
+ "name": "readOnly",
3702
+ "attribute": "readOnly",
3703
+ "description": "Makes the control a readonly field.",
3611
3704
  "type": "boolean",
3612
3705
  "default": "false"
3613
3706
  },
@@ -3616,7 +3709,7 @@
3616
3709
  "attribute": "readonly",
3617
3710
  "description": "Makes the control a readonly field.",
3618
3711
  "type": "boolean",
3619
- "default": "false"
3712
+ "deprecatedMessage": "since v4.4.0\nUse the `readOnly` property instead."
3620
3713
  },
3621
3714
  {
3622
3715
  "name": "placeholder",
@@ -3630,12 +3723,61 @@
3630
3723
  "description": "The label for the control.",
3631
3724
  "type": "string"
3632
3725
  },
3726
+ {
3727
+ "name": "required",
3728
+ "attribute": "required",
3729
+ "description": "Makes the control a required field in a form context.",
3730
+ "type": "boolean",
3731
+ "default": "false"
3732
+ },
3733
+ {
3734
+ "name": "formAssociated",
3735
+ "type": "true",
3736
+ "default": "true"
3737
+ },
3738
+ {
3739
+ "name": "name",
3740
+ "attribute": "name",
3741
+ "description": "The name attribute of the control.",
3742
+ "type": "string"
3743
+ },
3744
+ {
3745
+ "name": "form",
3746
+ "description": "Returns the HTMLFormElement associated with this element."
3747
+ },
3748
+ {
3749
+ "name": "validity",
3750
+ "description": "Returns a ValidityState object which represents the different validity states\nthe element can be in, with respect to constraint validation."
3751
+ },
3752
+ {
3753
+ "name": "validationMessage",
3754
+ "description": "A string containing the validation message of this element."
3755
+ },
3756
+ {
3757
+ "name": "willValidate",
3758
+ "description": "A boolean value which returns true if the element is a submittable element\nthat is a candidate for constraint validation."
3759
+ },
3760
+ {
3761
+ "name": "disabled",
3762
+ "attribute": "disabled",
3763
+ "description": "The disabled state of the component",
3764
+ "type": "boolean",
3765
+ "default": "false"
3766
+ },
3767
+ {
3768
+ "name": "invalid",
3769
+ "attribute": "invalid",
3770
+ "description": "Control the validity of the control.",
3771
+ "type": "boolean",
3772
+ "default": "false"
3773
+ },
3633
3774
  {
3634
3775
  "name": "size",
3635
3776
  "attribute": "size",
3636
3777
  "description": "Determines the size of the component.",
3637
3778
  "type": "\"small\" | \"medium\" | \"large\"",
3638
- "default": "\"medium\""
3779
+ "default": "\"medium\"",
3780
+ "deprecatedMessage": "since v4.5.0. Use the `--ig-size` CSS custom property instead."
3639
3781
  }
3640
3782
  ],
3641
3783
  "events": [
@@ -3794,7 +3936,8 @@
3794
3936
  "name": "size",
3795
3937
  "description": "Determines the size of the component.",
3796
3938
  "type": "\"small\" | \"medium\" | \"large\"",
3797
- "default": "\"large\""
3939
+ "default": "\"large\"",
3940
+ "deprecatedMessage": "since v4.5.0. Use the `--ig-size` CSS custom property instead."
3798
3941
  }
3799
3942
  ],
3800
3943
  "properties": [
@@ -3813,7 +3956,8 @@
3813
3956
  "attribute": "size",
3814
3957
  "description": "Determines the size of the component.",
3815
3958
  "type": "\"small\" | \"medium\" | \"large\"",
3816
- "default": "\"large\""
3959
+ "default": "\"large\"",
3960
+ "deprecatedMessage": "since v4.5.0. Use the `--ig-size` CSS custom property instead."
3817
3961
  }
3818
3962
  ],
3819
3963
  "slots": [
@@ -3844,28 +3988,11 @@
3844
3988
  "description": "The prompt symbol to use for unfilled parts of the mask.",
3845
3989
  "type": "string"
3846
3990
  },
3847
- {
3848
- "name": "invalid",
3849
- "description": "Controls the validity of the control.",
3850
- "type": "boolean",
3851
- "default": "false"
3852
- },
3853
3991
  {
3854
3992
  "name": "value",
3855
3993
  "description": "The value of the input.\n\nRegardless of the currently set `value-mode`, an empty value will return an empty string.",
3856
3994
  "type": "string"
3857
3995
  },
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
3996
  {
3870
3997
  "name": "outlined",
3871
3998
  "description": "Whether the control will have outlined appearance.",
@@ -3873,14 +4000,8 @@
3873
4000
  "default": "false"
3874
4001
  },
3875
4002
  {
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.",
4003
+ "name": "readOnly",
4004
+ "description": "Makes the control a readonly field.",
3884
4005
  "type": "boolean",
3885
4006
  "default": "false"
3886
4007
  },
@@ -3888,7 +4009,7 @@
3888
4009
  "name": "readonly",
3889
4010
  "description": "Makes the control a readonly field.",
3890
4011
  "type": "boolean",
3891
- "default": "false"
4012
+ "deprecatedMessage": "since v4.4.0\nUse the `readOnly` property instead."
3892
4013
  },
3893
4014
  {
3894
4015
  "name": "placeholder",
@@ -3900,11 +4021,35 @@
3900
4021
  "description": "The label for the control.",
3901
4022
  "type": "string"
3902
4023
  },
4024
+ {
4025
+ "name": "required",
4026
+ "description": "Makes the control a required field in a form context.",
4027
+ "type": "boolean",
4028
+ "default": "false"
4029
+ },
4030
+ {
4031
+ "name": "name",
4032
+ "description": "The name attribute of the control.",
4033
+ "type": "string"
4034
+ },
4035
+ {
4036
+ "name": "disabled",
4037
+ "description": "The disabled state of the component",
4038
+ "type": "boolean",
4039
+ "default": "false"
4040
+ },
4041
+ {
4042
+ "name": "invalid",
4043
+ "description": "Control the validity of the control.",
4044
+ "type": "boolean",
4045
+ "default": "false"
4046
+ },
3903
4047
  {
3904
4048
  "name": "size",
3905
4049
  "description": "Determines the size of the component.",
3906
4050
  "type": "\"small\" | \"medium\" | \"large\"",
3907
- "default": "\"medium\""
4051
+ "default": "\"medium\"",
4052
+ "deprecatedMessage": "since v4.5.0. Use the `--ig-size` CSS custom property instead."
3908
4053
  }
3909
4054
  ],
3910
4055
  "properties": [
@@ -3932,13 +4077,6 @@
3932
4077
  "description": "The prompt symbol to use for unfilled parts of the mask.",
3933
4078
  "type": "string"
3934
4079
  },
3935
- {
3936
- "name": "invalid",
3937
- "attribute": "invalid",
3938
- "description": "Controls the validity of the control.",
3939
- "type": "boolean",
3940
- "default": "false"
3941
- },
3942
4080
  {
3943
4081
  "name": "styles",
3944
4082
  "type": "CSSResult",
@@ -3950,19 +4088,6 @@
3950
4088
  "description": "The value of the input.\n\nRegardless of the currently set `value-mode`, an empty value will return an empty string.",
3951
4089
  "type": "string"
3952
4090
  },
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
4091
  {
3967
4092
  "name": "outlined",
3968
4093
  "attribute": "outlined",
@@ -3971,16 +4096,9 @@
3971
4096
  "default": "false"
3972
4097
  },
3973
4098
  {
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.",
4099
+ "name": "readOnly",
4100
+ "attribute": "readOnly",
4101
+ "description": "Makes the control a readonly field.",
3984
4102
  "type": "boolean",
3985
4103
  "default": "false"
3986
4104
  },
@@ -3989,7 +4107,7 @@
3989
4107
  "attribute": "readonly",
3990
4108
  "description": "Makes the control a readonly field.",
3991
4109
  "type": "boolean",
3992
- "default": "false"
4110
+ "deprecatedMessage": "since v4.4.0\nUse the `readOnly` property instead."
3993
4111
  },
3994
4112
  {
3995
4113
  "name": "placeholder",
@@ -4003,12 +4121,61 @@
4003
4121
  "description": "The label for the control.",
4004
4122
  "type": "string"
4005
4123
  },
4124
+ {
4125
+ "name": "required",
4126
+ "attribute": "required",
4127
+ "description": "Makes the control a required field in a form context.",
4128
+ "type": "boolean",
4129
+ "default": "false"
4130
+ },
4131
+ {
4132
+ "name": "formAssociated",
4133
+ "type": "true",
4134
+ "default": "true"
4135
+ },
4136
+ {
4137
+ "name": "name",
4138
+ "attribute": "name",
4139
+ "description": "The name attribute of the control.",
4140
+ "type": "string"
4141
+ },
4142
+ {
4143
+ "name": "form",
4144
+ "description": "Returns the HTMLFormElement associated with this element."
4145
+ },
4146
+ {
4147
+ "name": "validity",
4148
+ "description": "Returns a ValidityState object which represents the different validity states\nthe element can be in, with respect to constraint validation."
4149
+ },
4150
+ {
4151
+ "name": "validationMessage",
4152
+ "description": "A string containing the validation message of this element."
4153
+ },
4154
+ {
4155
+ "name": "willValidate",
4156
+ "description": "A boolean value which returns true if the element is a submittable element\nthat is a candidate for constraint validation."
4157
+ },
4158
+ {
4159
+ "name": "disabled",
4160
+ "attribute": "disabled",
4161
+ "description": "The disabled state of the component",
4162
+ "type": "boolean",
4163
+ "default": "false"
4164
+ },
4165
+ {
4166
+ "name": "invalid",
4167
+ "attribute": "invalid",
4168
+ "description": "Control the validity of the control.",
4169
+ "type": "boolean",
4170
+ "default": "false"
4171
+ },
4006
4172
  {
4007
4173
  "name": "size",
4008
4174
  "attribute": "size",
4009
4175
  "description": "Determines the size of the component.",
4010
4176
  "type": "\"small\" | \"medium\" | \"large\"",
4011
- "default": "\"medium\""
4177
+ "default": "\"medium\"",
4178
+ "deprecatedMessage": "since v4.5.0. Use the `--ig-size` CSS custom property instead."
4012
4179
  }
4013
4180
  ],
4014
4181
  "events": [
@@ -4702,57 +4869,84 @@
4702
4869
  "name": "igc-radio",
4703
4870
  "path": "./src/components/radio/radio.ts",
4704
4871
  "attributes": [
4705
- {
4706
- "name": "name",
4707
- "description": "The name attribute of the control.",
4708
- "type": "string"
4709
- },
4710
4872
  {
4711
4873
  "name": "value",
4712
4874
  "description": "The value attribute of the control.",
4713
4875
  "type": "string"
4714
4876
  },
4715
4877
  {
4716
- "name": "required",
4717
- "description": "Makes the control a required field.",
4878
+ "name": "checked",
4879
+ "description": "The checked state of the control.",
4718
4880
  "type": "boolean",
4719
4881
  "default": "false"
4720
4882
  },
4721
4883
  {
4722
- "name": "checked",
4723
- "description": "The checked state of the control.",
4884
+ "name": "label-position",
4885
+ "description": "The label position of the radio control.",
4886
+ "type": "\"before\" | \"after\"",
4887
+ "default": "\"after\""
4888
+ },
4889
+ {
4890
+ "name": "required",
4891
+ "description": "Makes the control a required field in a form context.",
4724
4892
  "type": "boolean",
4725
4893
  "default": "false"
4726
4894
  },
4895
+ {
4896
+ "name": "name",
4897
+ "description": "The name attribute of the control.",
4898
+ "type": "string"
4899
+ },
4727
4900
  {
4728
4901
  "name": "disabled",
4729
- "description": "Disables the radio control.",
4902
+ "description": "The disabled state of the component",
4730
4903
  "type": "boolean",
4731
4904
  "default": "false"
4732
4905
  },
4733
4906
  {
4734
4907
  "name": "invalid",
4735
- "description": "Controls the validity of the control.",
4908
+ "description": "Control the validity of the control.",
4736
4909
  "type": "boolean",
4737
4910
  "default": "false"
4911
+ }
4912
+ ],
4913
+ "properties": [
4914
+ {
4915
+ "name": "tagName",
4916
+ "type": "\"igc-radio\"",
4917
+ "default": "\"igc-radio\""
4738
4918
  },
4739
4919
  {
4740
- "name": "label-position",
4920
+ "name": "value",
4921
+ "attribute": "value",
4922
+ "description": "The value attribute of the control.",
4923
+ "type": "string"
4924
+ },
4925
+ {
4926
+ "name": "checked",
4927
+ "attribute": "checked",
4928
+ "description": "The checked state of the control.",
4929
+ "type": "boolean",
4930
+ "default": "false"
4931
+ },
4932
+ {
4933
+ "name": "labelPosition",
4934
+ "attribute": "label-position",
4741
4935
  "description": "The label position of the radio control.",
4742
4936
  "type": "\"before\" | \"after\"",
4743
4937
  "default": "\"after\""
4744
4938
  },
4745
4939
  {
4746
- "name": "aria-labelledby",
4747
- "description": "Sets the aria-labelledby attribute for the radio control.",
4748
- "type": "string"
4749
- }
4750
- ],
4751
- "properties": [
4940
+ "name": "required",
4941
+ "attribute": "required",
4942
+ "description": "Makes the control a required field in a form context.",
4943
+ "type": "boolean",
4944
+ "default": "false"
4945
+ },
4752
4946
  {
4753
- "name": "tagName",
4754
- "type": "\"igc-radio\"",
4755
- "default": "\"igc-radio\""
4947
+ "name": "formAssociated",
4948
+ "type": "true",
4949
+ "default": "true"
4756
4950
  },
4757
4951
  {
4758
4952
  "name": "name",
@@ -4761,51 +4955,34 @@
4761
4955
  "type": "string"
4762
4956
  },
4763
4957
  {
4764
- "name": "value",
4765
- "attribute": "value",
4766
- "description": "The value attribute of the control.",
4767
- "type": "string"
4958
+ "name": "form",
4959
+ "description": "Returns the HTMLFormElement associated with this element."
4960
+ },
4961
+ {
4962
+ "name": "validity",
4963
+ "description": "Returns a ValidityState object which represents the different validity states\nthe element can be in, with respect to constraint validation."
4768
4964
  },
4769
4965
  {
4770
- "name": "required",
4771
- "attribute": "required",
4772
- "description": "Makes the control a required field.",
4773
- "type": "boolean",
4774
- "default": "false"
4966
+ "name": "validationMessage",
4967
+ "description": "A string containing the validation message of this element."
4775
4968
  },
4776
4969
  {
4777
- "name": "checked",
4778
- "attribute": "checked",
4779
- "description": "The checked state of the control.",
4780
- "type": "boolean",
4781
- "default": "false"
4970
+ "name": "willValidate",
4971
+ "description": "A boolean value which returns true if the element is a submittable element\nthat is a candidate for constraint validation."
4782
4972
  },
4783
4973
  {
4784
4974
  "name": "disabled",
4785
4975
  "attribute": "disabled",
4786
- "description": "Disables the radio control.",
4976
+ "description": "The disabled state of the component",
4787
4977
  "type": "boolean",
4788
4978
  "default": "false"
4789
4979
  },
4790
4980
  {
4791
4981
  "name": "invalid",
4792
4982
  "attribute": "invalid",
4793
- "description": "Controls the validity of the control.",
4983
+ "description": "Control the validity of the control.",
4794
4984
  "type": "boolean",
4795
4985
  "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
4986
  }
4810
4987
  ],
4811
4988
  "events": [
@@ -4901,11 +5078,6 @@
4901
5078
  "type": "number",
4902
5079
  "default": "1"
4903
5080
  },
4904
- {
4905
- "name": "name",
4906
- "description": "The name attribute of the control",
4907
- "type": "string"
4908
- },
4909
5081
  {
4910
5082
  "name": "label",
4911
5083
  "description": "The label of the control.",
@@ -4923,14 +5095,14 @@
4923
5095
  "default": "0"
4924
5096
  },
4925
5097
  {
4926
- "name": "disabled",
4927
- "description": "Sets the disabled state of the component",
5098
+ "name": "hover-preview",
5099
+ "description": "Sets hover preview behavior for the component",
4928
5100
  "type": "boolean",
4929
5101
  "default": "false"
4930
5102
  },
4931
5103
  {
4932
- "name": "hover-preview",
4933
- "description": "Sets hover preview behavior for the component",
5104
+ "name": "readOnly",
5105
+ "description": "Makes the control a readonly field.",
4934
5106
  "type": "boolean",
4935
5107
  "default": "false"
4936
5108
  },
@@ -4938,7 +5110,7 @@
4938
5110
  "name": "readonly",
4939
5111
  "description": "Sets the readonly state of the component",
4940
5112
  "type": "boolean",
4941
- "default": "false"
5113
+ "deprecatedMessage": "since v4.4.0\nUse the `readOnly` property instead."
4942
5114
  },
4943
5115
  {
4944
5116
  "name": "single",
@@ -4946,11 +5118,29 @@
4946
5118
  "type": "boolean",
4947
5119
  "default": "false"
4948
5120
  },
5121
+ {
5122
+ "name": "name",
5123
+ "description": "The name attribute of the control.",
5124
+ "type": "string"
5125
+ },
5126
+ {
5127
+ "name": "disabled",
5128
+ "description": "The disabled state of the component",
5129
+ "type": "boolean",
5130
+ "default": "false"
5131
+ },
5132
+ {
5133
+ "name": "invalid",
5134
+ "description": "Control the validity of the control.",
5135
+ "type": "boolean",
5136
+ "default": "false"
5137
+ },
4949
5138
  {
4950
5139
  "name": "size",
4951
5140
  "description": "Determines the size of the component.",
4952
5141
  "type": "\"small\" | \"medium\" | \"large\"",
4953
- "default": "\"large\""
5142
+ "default": "\"large\"",
5143
+ "deprecatedMessage": "since v4.5.0. Use the `--ig-size` CSS custom property instead."
4954
5144
  }
4955
5145
  ],
4956
5146
  "properties": [
@@ -4978,12 +5168,6 @@
4978
5168
  "type": "number",
4979
5169
  "default": "1"
4980
5170
  },
4981
- {
4982
- "name": "name",
4983
- "attribute": "name",
4984
- "description": "The name attribute of the control",
4985
- "type": "string"
4986
- },
4987
5171
  {
4988
5172
  "name": "label",
4989
5173
  "attribute": "label",
@@ -5004,16 +5188,16 @@
5004
5188
  "default": "0"
5005
5189
  },
5006
5190
  {
5007
- "name": "disabled",
5008
- "attribute": "disabled",
5009
- "description": "Sets the disabled state of the component",
5191
+ "name": "hoverPreview",
5192
+ "attribute": "hover-preview",
5193
+ "description": "Sets hover preview behavior for the component",
5010
5194
  "type": "boolean",
5011
5195
  "default": "false"
5012
5196
  },
5013
5197
  {
5014
- "name": "hoverPreview",
5015
- "attribute": "hover-preview",
5016
- "description": "Sets hover preview behavior for the component",
5198
+ "name": "readOnly",
5199
+ "attribute": "readOnly",
5200
+ "description": "Makes the control a readonly field.",
5017
5201
  "type": "boolean",
5018
5202
  "default": "false"
5019
5203
  },
@@ -5022,7 +5206,7 @@
5022
5206
  "attribute": "readonly",
5023
5207
  "description": "Sets the readonly state of the component",
5024
5208
  "type": "boolean",
5025
- "default": "false"
5209
+ "deprecatedMessage": "since v4.4.0\nUse the `readOnly` property instead."
5026
5210
  },
5027
5211
  {
5028
5212
  "name": "single",
@@ -5031,12 +5215,54 @@
5031
5215
  "type": "boolean",
5032
5216
  "default": "false"
5033
5217
  },
5218
+ {
5219
+ "name": "formAssociated",
5220
+ "type": "true",
5221
+ "default": "true"
5222
+ },
5223
+ {
5224
+ "name": "name",
5225
+ "attribute": "name",
5226
+ "description": "The name attribute of the control.",
5227
+ "type": "string"
5228
+ },
5229
+ {
5230
+ "name": "form",
5231
+ "description": "Returns the HTMLFormElement associated with this element."
5232
+ },
5233
+ {
5234
+ "name": "validity",
5235
+ "description": "Returns a ValidityState object which represents the different validity states\nthe element can be in, with respect to constraint validation."
5236
+ },
5237
+ {
5238
+ "name": "validationMessage",
5239
+ "description": "A string containing the validation message of this element."
5240
+ },
5241
+ {
5242
+ "name": "willValidate",
5243
+ "description": "A boolean value which returns true if the element is a submittable element\nthat is a candidate for constraint validation."
5244
+ },
5245
+ {
5246
+ "name": "disabled",
5247
+ "attribute": "disabled",
5248
+ "description": "The disabled state of the component",
5249
+ "type": "boolean",
5250
+ "default": "false"
5251
+ },
5252
+ {
5253
+ "name": "invalid",
5254
+ "attribute": "invalid",
5255
+ "description": "Control the validity of the control.",
5256
+ "type": "boolean",
5257
+ "default": "false"
5258
+ },
5034
5259
  {
5035
5260
  "name": "size",
5036
5261
  "attribute": "size",
5037
5262
  "description": "Determines the size of the component.",
5038
5263
  "type": "\"small\" | \"medium\" | \"large\"",
5039
- "default": "\"large\""
5264
+ "default": "\"large\"",
5265
+ "deprecatedMessage": "since v4.5.0. Use the `--ig-size` CSS custom property instead."
5040
5266
  }
5041
5267
  ],
5042
5268
  "events": [
@@ -5218,6 +5444,11 @@
5218
5444
  "description": "Returns the text of the item without the prefix and suffix content.",
5219
5445
  "type": "string"
5220
5446
  },
5447
+ {
5448
+ "name": "tagName",
5449
+ "type": "\"igc-select-item\"",
5450
+ "default": "\"igc-select-item\""
5451
+ },
5221
5452
  {
5222
5453
  "name": "styles",
5223
5454
  "type": "CSSResult",
@@ -5289,29 +5520,6 @@
5289
5520
  "description": "The value attribute of the control.",
5290
5521
  "type": "string | undefined"
5291
5522
  },
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
5523
  {
5316
5524
  "name": "outlined",
5317
5525
  "description": "The outlined attribute of the control.",
@@ -5334,10 +5542,27 @@
5334
5542
  "type": "string"
5335
5543
  },
5336
5544
  {
5337
- "name": "dir",
5338
- "description": "The direction attribute of the control.",
5339
- "type": "\"ltr\" | \"rtl\" | \"auto\"",
5340
- "default": "\"auto\""
5545
+ "name": "required",
5546
+ "description": "Makes the control a required field in a form context.",
5547
+ "type": "boolean",
5548
+ "default": "false"
5549
+ },
5550
+ {
5551
+ "name": "name",
5552
+ "description": "The name attribute of the control.",
5553
+ "type": "string"
5554
+ },
5555
+ {
5556
+ "name": "disabled",
5557
+ "description": "The disabled state of the component",
5558
+ "type": "boolean",
5559
+ "default": "false"
5560
+ },
5561
+ {
5562
+ "name": "invalid",
5563
+ "description": "Control the validity of the control.",
5564
+ "type": "boolean",
5565
+ "default": "false"
5341
5566
  },
5342
5567
  {
5343
5568
  "name": "keep-open-on-select",
@@ -5379,7 +5604,8 @@
5379
5604
  "name": "size",
5380
5605
  "description": "Determines the size of the component.",
5381
5606
  "type": "\"small\" | \"medium\" | \"large\"",
5382
- "default": "\"medium\""
5607
+ "default": "\"medium\"",
5608
+ "deprecatedMessage": "since v4.5.0. Use the `--ig-size` CSS custom property instead."
5383
5609
  }
5384
5610
  ],
5385
5611
  "properties": [
@@ -5389,33 +5615,6 @@
5389
5615
  "description": "The value attribute of the control.",
5390
5616
  "type": "string | undefined"
5391
5617
  },
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
5618
  {
5420
5619
  "name": "outlined",
5421
5620
  "attribute": "outlined",
@@ -5442,11 +5641,57 @@
5442
5641
  "type": "string"
5443
5642
  },
5444
5643
  {
5445
- "name": "dir",
5446
- "attribute": "dir",
5447
- "description": "The direction attribute of the control.",
5448
- "type": "\"ltr\" | \"rtl\" | \"auto\"",
5449
- "default": "\"auto\""
5644
+ "name": "required",
5645
+ "attribute": "required",
5646
+ "description": "Makes the control a required field in a form context.",
5647
+ "type": "boolean",
5648
+ "default": "false"
5649
+ },
5650
+ {
5651
+ "name": "formAssociated",
5652
+ "type": "true",
5653
+ "default": "true"
5654
+ },
5655
+ {
5656
+ "name": "name",
5657
+ "attribute": "name",
5658
+ "description": "The name attribute of the control.",
5659
+ "type": "string"
5660
+ },
5661
+ {
5662
+ "name": "form",
5663
+ "description": "Returns the HTMLFormElement associated with this element."
5664
+ },
5665
+ {
5666
+ "name": "validity",
5667
+ "description": "Returns a ValidityState object which represents the different validity states\nthe element can be in, with respect to constraint validation."
5668
+ },
5669
+ {
5670
+ "name": "validationMessage",
5671
+ "description": "A string containing the validation message of this element."
5672
+ },
5673
+ {
5674
+ "name": "willValidate",
5675
+ "description": "A boolean value which returns true if the element is a submittable element\nthat is a candidate for constraint validation."
5676
+ },
5677
+ {
5678
+ "name": "disabled",
5679
+ "attribute": "disabled",
5680
+ "description": "The disabled state of the component",
5681
+ "type": "boolean",
5682
+ "default": "false"
5683
+ },
5684
+ {
5685
+ "name": "invalid",
5686
+ "attribute": "invalid",
5687
+ "description": "Control the validity of the control.",
5688
+ "type": "boolean",
5689
+ "default": "false"
5690
+ },
5691
+ {
5692
+ "name": "tagName",
5693
+ "type": "\"igc-select\"",
5694
+ "default": "\"igc-select\""
5450
5695
  },
5451
5696
  {
5452
5697
  "name": "styles",
@@ -5500,7 +5745,8 @@
5500
5745
  "attribute": "size",
5501
5746
  "description": "Determines the size of the component.",
5502
5747
  "type": "\"small\" | \"medium\" | \"large\"",
5503
- "default": "\"medium\""
5748
+ "default": "\"medium\"",
5749
+ "deprecatedMessage": "since v4.5.0. Use the `--ig-size` CSS custom property instead."
5504
5750
  }
5505
5751
  ],
5506
5752
  "events": [
@@ -5901,14 +6147,21 @@
5901
6147
  "attributes": [
5902
6148
  {
5903
6149
  "name": "value",
5904
- "description": "The current value of the slider.",
5905
- "type": "number"
6150
+ "description": "The current value of the component.",
6151
+ "type": "number",
6152
+ "default": "0"
5906
6153
  },
5907
6154
  {
5908
- "name": "aria-label",
5909
- "description": "The aria label of the slider thumb.",
6155
+ "name": "name",
6156
+ "description": "The name attribute of the control.",
5910
6157
  "type": "string"
5911
6158
  },
6159
+ {
6160
+ "name": "invalid",
6161
+ "description": "Control the validity of the control.",
6162
+ "type": "boolean",
6163
+ "default": "false"
6164
+ },
5912
6165
  {
5913
6166
  "name": "min",
5914
6167
  "description": "The minimum value of the slider scale. Defaults to 0.",
@@ -5931,7 +6184,7 @@
5931
6184
  },
5932
6185
  {
5933
6186
  "name": "disabled",
5934
- "description": "Disables the UI interactions of the slider.",
6187
+ "description": "The disabled state of the component",
5935
6188
  "type": "boolean",
5936
6189
  "default": "false"
5937
6190
  },
@@ -6009,15 +6262,44 @@
6009
6262
  {
6010
6263
  "name": "value",
6011
6264
  "attribute": "value",
6012
- "description": "The current value of the slider.",
6013
- "type": "number"
6265
+ "description": "The current value of the component.",
6266
+ "type": "number",
6267
+ "default": "0"
6268
+ },
6269
+ {
6270
+ "name": "formAssociated",
6271
+ "type": "true",
6272
+ "default": "true"
6014
6273
  },
6015
6274
  {
6016
- "name": "ariaLabel",
6017
- "attribute": "aria-label",
6018
- "description": "The aria label of the slider thumb.",
6275
+ "name": "name",
6276
+ "attribute": "name",
6277
+ "description": "The name attribute of the control.",
6019
6278
  "type": "string"
6020
6279
  },
6280
+ {
6281
+ "name": "form",
6282
+ "description": "Returns the HTMLFormElement associated with this element."
6283
+ },
6284
+ {
6285
+ "name": "validity",
6286
+ "description": "Returns a ValidityState object which represents the different validity states\nthe element can be in, with respect to constraint validation."
6287
+ },
6288
+ {
6289
+ "name": "validationMessage",
6290
+ "description": "A string containing the validation message of this element."
6291
+ },
6292
+ {
6293
+ "name": "willValidate",
6294
+ "description": "A boolean value which returns true if the element is a submittable element\nthat is a candidate for constraint validation."
6295
+ },
6296
+ {
6297
+ "name": "invalid",
6298
+ "attribute": "invalid",
6299
+ "description": "Control the validity of the control.",
6300
+ "type": "boolean",
6301
+ "default": "false"
6302
+ },
6021
6303
  {
6022
6304
  "name": "styles",
6023
6305
  "type": "CSSResult",
@@ -6050,7 +6332,7 @@
6050
6332
  {
6051
6333
  "name": "disabled",
6052
6334
  "attribute": "disabled",
6053
- "description": "Disables the UI interactions of the slider.",
6335
+ "description": "The disabled state of the component",
6054
6336
  "type": "boolean",
6055
6337
  "default": "false"
6056
6338
  },
@@ -6334,6 +6616,10 @@
6334
6616
  "name": "contentBody",
6335
6617
  "type": "HTMLElement"
6336
6618
  },
6619
+ {
6620
+ "name": "body",
6621
+ "type": "HTMLElement"
6622
+ },
6337
6623
  {
6338
6624
  "name": "invalid",
6339
6625
  "attribute": "invalid",
@@ -6511,10 +6797,22 @@
6511
6797
  "default": "false"
6512
6798
  },
6513
6799
  {
6514
- "name": "dir",
6515
- "description": "The direction attribute of the control.",
6516
- "type": "Direction",
6517
- "default": "\"auto\""
6800
+ "name": "vertical-animation",
6801
+ "description": "The animation type when in vertical mode.",
6802
+ "type": "\"none\" | \"grow\" | \"fade\"",
6803
+ "default": "\"grow\""
6804
+ },
6805
+ {
6806
+ "name": "horizontal-animation",
6807
+ "description": "The animation type when in horizontal mode.",
6808
+ "type": "\"none\" | \"fade\" | \"slide\"",
6809
+ "default": "\"slide\""
6810
+ },
6811
+ {
6812
+ "name": "animation-duration",
6813
+ "description": "The animation duration in either vertical or horizontal mode.",
6814
+ "type": "number",
6815
+ "default": "320"
6518
6816
  },
6519
6817
  {
6520
6818
  "name": "title-position",
@@ -6557,11 +6855,25 @@
6557
6855
  "default": "false"
6558
6856
  },
6559
6857
  {
6560
- "name": "dir",
6561
- "attribute": "dir",
6562
- "description": "The direction attribute of the control.",
6563
- "type": "Direction",
6564
- "default": "\"auto\""
6858
+ "name": "verticalAnimation",
6859
+ "attribute": "vertical-animation",
6860
+ "description": "The animation type when in vertical mode.",
6861
+ "type": "\"none\" | \"grow\" | \"fade\"",
6862
+ "default": "\"grow\""
6863
+ },
6864
+ {
6865
+ "name": "horizontalAnimation",
6866
+ "attribute": "horizontal-animation",
6867
+ "description": "The animation type when in horizontal mode.",
6868
+ "type": "\"none\" | \"fade\" | \"slide\"",
6869
+ "default": "\"slide\""
6870
+ },
6871
+ {
6872
+ "name": "animationDuration",
6873
+ "attribute": "animation-duration",
6874
+ "description": "The animation duration in either vertical or horizontal mode.",
6875
+ "type": "number",
6876
+ "default": "320"
6565
6877
  },
6566
6878
  {
6567
6879
  "name": "titlePosition",
@@ -7056,17 +7368,12 @@
7056
7368
  "type": "\"multiple\" | \"none\" | \"cascade\"",
7057
7369
  "default": "\"none\""
7058
7370
  },
7059
- {
7060
- "name": "dir",
7061
- "description": "The direction attribute of the control.",
7062
- "type": "Direction",
7063
- "default": "\"auto\""
7064
- },
7065
7371
  {
7066
7372
  "name": "size",
7067
7373
  "description": "Determines the size of the component.",
7068
7374
  "type": "\"small\" | \"medium\" | \"large\"",
7069
- "default": "\"large\""
7375
+ "default": "\"large\"",
7376
+ "deprecatedMessage": "since v4.5.0. Use the `--ig-size` CSS custom property instead."
7070
7377
  }
7071
7378
  ],
7072
7379
  "properties": [
@@ -7084,13 +7391,6 @@
7084
7391
  "type": "\"multiple\" | \"none\" | \"cascade\"",
7085
7392
  "default": "\"none\""
7086
7393
  },
7087
- {
7088
- "name": "dir",
7089
- "attribute": "dir",
7090
- "description": "The direction attribute of the control.",
7091
- "type": "Direction",
7092
- "default": "\"auto\""
7093
- },
7094
7394
  {
7095
7395
  "name": "items",
7096
7396
  "description": "Returns all of the tree's items.",
@@ -7101,7 +7401,8 @@
7101
7401
  "attribute": "size",
7102
7402
  "description": "Determines the size of the component.",
7103
7403
  "type": "\"small\" | \"medium\" | \"large\"",
7104
- "default": "\"large\""
7404
+ "default": "\"large\"",
7405
+ "deprecatedMessage": "since v4.5.0. Use the `--ig-size` CSS custom property instead."
7105
7406
  }
7106
7407
  ],
7107
7408
  "events": [