igniteui-webcomponents 4.3.0 → 4.3.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 (571) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/components/accordion/themes/accordion.base.css.js +1 -4
  3. package/components/accordion/themes/accordion.base.css.js.map +1 -1
  4. package/components/avatar/themes/dark/avatar.base.bootstrap.css.js +1 -13
  5. package/components/avatar/themes/dark/avatar.base.bootstrap.css.js.map +1 -1
  6. package/components/avatar/themes/light/avatar.base.css.js +5 -20
  7. package/components/avatar/themes/light/avatar.base.css.js.map +1 -1
  8. package/components/avatar/themes/light/avatar.bootstrap.css.js +2 -15
  9. package/components/avatar/themes/light/avatar.bootstrap.css.js.map +1 -1
  10. package/components/badge/themes/light/badge.base.css.js +1 -2
  11. package/components/badge/themes/light/badge.base.css.js.map +1 -1
  12. package/components/badge/themes/light/badge.bootstrap.css.js +1 -2
  13. package/components/badge/themes/light/badge.bootstrap.css.js.map +1 -1
  14. package/components/button/themes/button/dark/button.bootstrap.css.js +1 -13
  15. package/components/button/themes/button/dark/button.bootstrap.css.js.map +1 -1
  16. package/components/button/themes/button/dark/button.fluent.css.js +1 -13
  17. package/components/button/themes/button/dark/button.fluent.css.js.map +1 -1
  18. package/components/button/themes/button/dark/button.indigo.css.js +1 -13
  19. package/components/button/themes/button/dark/button.indigo.css.js.map +1 -1
  20. package/components/button/themes/button/dark/button.material.css.js +1 -13
  21. package/components/button/themes/button/dark/button.material.css.js.map +1 -1
  22. package/components/button/themes/button/light/button.base.css.js +1 -2
  23. package/components/button/themes/button/light/button.base.css.js.map +1 -1
  24. package/components/button/themes/button/light/button.bootstrap.css.js +16 -30
  25. package/components/button/themes/button/light/button.bootstrap.css.js.map +1 -1
  26. package/components/button/themes/button/light/button.fluent.css.js +22 -32
  27. package/components/button/themes/button/light/button.fluent.css.js.map +1 -1
  28. package/components/button/themes/button/light/button.indigo.css.js +16 -33
  29. package/components/button/themes/button/light/button.indigo.css.js.map +1 -1
  30. package/components/button/themes/button/light/button.material.css.js +15 -31
  31. package/components/button/themes/button/light/button.material.css.js.map +1 -1
  32. package/components/button/themes/icon-button/dark/icon-button.fluent.css.js +1 -1
  33. package/components/button/themes/icon-button/dark/icon-button.fluent.css.js.map +1 -1
  34. package/components/button/themes/icon-button/light/icon-button.base.css.js +1 -5
  35. package/components/button/themes/icon-button/light/icon-button.base.css.js.map +1 -1
  36. package/components/button/themes/icon-button/light/icon-button.bootstrap.css.js +30 -4
  37. package/components/button/themes/icon-button/light/icon-button.bootstrap.css.js.map +1 -1
  38. package/components/button/themes/icon-button/light/icon-button.fluent.css.js +40 -21
  39. package/components/button/themes/icon-button/light/icon-button.fluent.css.js.map +1 -1
  40. package/components/button/themes/icon-button/light/icon-button.indigo.css.js +30 -3
  41. package/components/button/themes/icon-button/light/icon-button.indigo.css.js.map +1 -1
  42. package/components/button/themes/icon-button/light/icon-button.material.css.js +30 -3
  43. package/components/button/themes/icon-button/light/icon-button.material.css.js.map +1 -1
  44. package/components/calendar/calendar.d.ts +2 -5
  45. package/components/calendar/calendar.js +31 -35
  46. package/components/calendar/calendar.js.map +1 -1
  47. package/components/calendar/days-view/days-view.js +6 -6
  48. package/components/calendar/days-view/days-view.js.map +1 -1
  49. package/components/calendar/themes/bootstrap/calendar.bootstrap.css.js +60 -6
  50. package/components/calendar/themes/bootstrap/calendar.bootstrap.css.js.map +1 -1
  51. package/components/calendar/themes/bootstrap/days-view.bootstrap.css.js +53 -3
  52. package/components/calendar/themes/bootstrap/days-view.bootstrap.css.js.map +1 -1
  53. package/components/calendar/themes/bootstrap/year-month-view.bootstrap.css.js +50 -3
  54. package/components/calendar/themes/bootstrap/year-month-view.bootstrap.css.js.map +1 -1
  55. package/components/calendar/themes/calendar.base.css.js +66 -7
  56. package/components/calendar/themes/calendar.base.css.js.map +1 -1
  57. package/components/calendar/themes/days-view.base.css.js +6 -8
  58. package/components/calendar/themes/days-view.base.css.js.map +1 -1
  59. package/components/calendar/themes/fluent/calendar.fluent.css.js +123 -10
  60. package/components/calendar/themes/fluent/calendar.fluent.css.js.map +1 -1
  61. package/components/calendar/themes/fluent/days-view.fluent.css.js +2 -3
  62. package/components/calendar/themes/fluent/days-view.fluent.css.js.map +1 -1
  63. package/components/calendar/themes/fluent/year-month-view.fluent.css.js +1 -2
  64. package/components/calendar/themes/fluent/year-month-view.fluent.css.js.map +1 -1
  65. package/components/calendar/themes/indigo/calendar.indigo.css.js +67 -0
  66. package/components/calendar/themes/indigo/calendar.indigo.css.js.map +1 -0
  67. package/components/calendar/themes/year-month-view.base.css.js +1 -2
  68. package/components/calendar/themes/year-month-view.base.css.js.map +1 -1
  69. package/components/card/card.js +2 -0
  70. package/components/card/card.js.map +1 -1
  71. package/components/card/themes/light/card.actions.bootstrap.css.js +1 -2
  72. package/components/card/themes/light/card.actions.bootstrap.css.js.map +1 -1
  73. package/components/card/themes/light/card.actions.material.css.js +1 -2
  74. package/components/card/themes/light/card.actions.material.css.js.map +1 -1
  75. package/components/card/themes/light/card.bootstrap.css.js +11 -3
  76. package/components/card/themes/light/card.bootstrap.css.js.map +1 -1
  77. package/components/card/themes/light/card.content.bootstrap.css.js +1 -2
  78. package/components/card/themes/light/card.content.bootstrap.css.js.map +1 -1
  79. package/components/card/themes/light/card.content.indigo.css.js +1 -2
  80. package/components/card/themes/light/card.content.indigo.css.js.map +1 -1
  81. package/components/card/themes/light/card.content.material.css.js +1 -2
  82. package/components/card/themes/light/card.content.material.css.js.map +1 -1
  83. package/components/card/themes/light/card.fluent.css.js +11 -4
  84. package/components/card/themes/light/card.fluent.css.js.map +1 -1
  85. package/components/card/themes/light/card.header.bootstrap.css.js +1 -2
  86. package/components/card/themes/light/card.header.bootstrap.css.js.map +1 -1
  87. package/components/card/themes/light/card.header.fluent.css.js +1 -2
  88. package/components/card/themes/light/card.header.fluent.css.js.map +1 -1
  89. package/components/card/themes/light/card.header.indigo.css.js +1 -2
  90. package/components/card/themes/light/card.header.indigo.css.js.map +1 -1
  91. package/components/card/themes/light/card.header.material.css.js +1 -2
  92. package/components/card/themes/light/card.header.material.css.js.map +1 -1
  93. package/components/card/themes/light/card.indigo.css.js +14 -0
  94. package/components/card/themes/light/card.indigo.css.js.map +1 -0
  95. package/components/card/themes/light/card.material.css.js +11 -4
  96. package/components/card/themes/light/card.material.css.js.map +1 -1
  97. package/components/card/themes/light/card.media.material.css.js +1 -2
  98. package/components/card/themes/light/card.media.material.css.js.map +1 -1
  99. package/components/checkbox/themes/dark/checkbox.bootstrap.css.js +1 -13
  100. package/components/checkbox/themes/dark/checkbox.bootstrap.css.js.map +1 -1
  101. package/components/checkbox/themes/dark/checkbox.fluent.css.js +1 -13
  102. package/components/checkbox/themes/dark/checkbox.fluent.css.js.map +1 -1
  103. package/components/checkbox/themes/dark/checkbox.indigo.css.js +1 -13
  104. package/components/checkbox/themes/dark/checkbox.indigo.css.js.map +1 -1
  105. package/components/checkbox/themes/dark/checkbox.material.css.js +1 -13
  106. package/components/checkbox/themes/dark/checkbox.material.css.js.map +1 -1
  107. package/components/checkbox/themes/dark/switch.bootstrap.css.js +1 -13
  108. package/components/checkbox/themes/dark/switch.bootstrap.css.js.map +1 -1
  109. package/components/checkbox/themes/dark/switch.fluent.css.js +1 -13
  110. package/components/checkbox/themes/dark/switch.fluent.css.js.map +1 -1
  111. package/components/checkbox/themes/dark/switch.indigo.css.js +1 -13
  112. package/components/checkbox/themes/dark/switch.indigo.css.js.map +1 -1
  113. package/components/checkbox/themes/dark/switch.material.css.js +1 -13
  114. package/components/checkbox/themes/dark/switch.material.css.js.map +1 -1
  115. package/components/checkbox/themes/light/checkbox.base.css.js +1 -17
  116. package/components/checkbox/themes/light/checkbox.base.css.js.map +1 -1
  117. package/components/checkbox/themes/light/checkbox.bootstrap.css.js +7 -24
  118. package/components/checkbox/themes/light/checkbox.bootstrap.css.js.map +1 -1
  119. package/components/checkbox/themes/light/checkbox.fluent.css.js +6 -22
  120. package/components/checkbox/themes/light/checkbox.fluent.css.js.map +1 -1
  121. package/components/checkbox/themes/light/checkbox.indigo.css.js +7 -22
  122. package/components/checkbox/themes/light/checkbox.indigo.css.js.map +1 -1
  123. package/components/checkbox/themes/light/checkbox.material.css.js +7 -21
  124. package/components/checkbox/themes/light/checkbox.material.css.js.map +1 -1
  125. package/components/checkbox/themes/light/switch.base.css.js +1 -15
  126. package/components/checkbox/themes/light/switch.base.css.js.map +1 -1
  127. package/components/checkbox/themes/light/switch.bootstrap.css.js +6 -23
  128. package/components/checkbox/themes/light/switch.bootstrap.css.js.map +1 -1
  129. package/components/checkbox/themes/light/switch.fluent.css.js +6 -23
  130. package/components/checkbox/themes/light/switch.fluent.css.js.map +1 -1
  131. package/components/checkbox/themes/light/switch.indigo.css.js +7 -24
  132. package/components/checkbox/themes/light/switch.indigo.css.js.map +1 -1
  133. package/components/checkbox/themes/light/switch.material.css.js +8 -24
  134. package/components/checkbox/themes/light/switch.material.css.js.map +1 -1
  135. package/components/chip/themes/chip.base.css.js +1 -3
  136. package/components/chip/themes/chip.base.css.js.map +1 -1
  137. package/components/chip/themes/chip.bootstrap.css.js +33 -4
  138. package/components/chip/themes/chip.bootstrap.css.js.map +1 -1
  139. package/components/chip/themes/chip.fluent.css.js +33 -3
  140. package/components/chip/themes/chip.fluent.css.js.map +1 -1
  141. package/components/chip/themes/chip.indigo.css.js +33 -3
  142. package/components/chip/themes/chip.indigo.css.js.map +1 -1
  143. package/components/chip/themes/chip.material.css.js +33 -3
  144. package/components/chip/themes/chip.material.css.js.map +1 -1
  145. package/components/combo/combo-header.js +5 -3
  146. package/components/combo/combo-header.js.map +1 -1
  147. package/components/combo/combo-item.js +5 -4
  148. package/components/combo/combo-item.js.map +1 -1
  149. package/components/combo/combo.d.ts +2 -5
  150. package/components/combo/combo.js +18 -13
  151. package/components/combo/combo.js.map +1 -1
  152. package/components/combo/themes/dark/combo.indigo.css.js +1 -1
  153. package/components/combo/themes/dark/combo.indigo.css.js.map +1 -1
  154. package/components/combo/themes/dark/combo.material.css.js +1 -1
  155. package/components/combo/themes/dark/combo.material.css.js.map +1 -1
  156. package/components/combo/themes/light/combo.base.css.js +19 -33
  157. package/components/combo/themes/light/combo.base.css.js.map +1 -1
  158. package/components/combo/themes/light/combo.bootstrap.css.js +206 -88
  159. package/components/combo/themes/light/combo.bootstrap.css.js.map +1 -1
  160. package/components/combo/themes/light/combo.fluent.css.js +201 -50
  161. package/components/combo/themes/light/combo.fluent.css.js.map +1 -1
  162. package/components/combo/themes/light/combo.indigo.css.js +210 -25
  163. package/components/combo/themes/light/combo.indigo.css.js.map +1 -1
  164. package/components/combo/themes/light/combo.material.css.js +234 -90
  165. package/components/combo/themes/light/combo.material.css.js.map +1 -1
  166. package/components/combo/themes/light/header/combo-header.base.css.js +3 -7
  167. package/components/combo/themes/light/header/combo-header.base.css.js.map +1 -1
  168. package/components/combo/themes/light/item/combo-item.base.css.js +9 -28
  169. package/components/combo/themes/light/item/combo-item.base.css.js.map +1 -1
  170. package/components/common/mixins/event-emitter.js.map +1 -1
  171. package/components/dialog/themes/light/dialog.base.css.js +1 -4
  172. package/components/dialog/themes/light/dialog.base.css.js.map +1 -1
  173. package/components/dialog/themes/light/dialog.bootstrap.css.js +8 -3
  174. package/components/dialog/themes/light/dialog.bootstrap.css.js.map +1 -1
  175. package/components/dialog/themes/light/dialog.fluent.css.js +10 -1
  176. package/components/dialog/themes/light/dialog.fluent.css.js.map +1 -1
  177. package/components/dialog/themes/light/dialog.indigo.css.js +10 -1
  178. package/components/dialog/themes/light/dialog.indigo.css.js.map +1 -1
  179. package/components/dialog/themes/light/dialog.material.css.js +42 -1
  180. package/components/dialog/themes/light/dialog.material.css.js.map +1 -1
  181. package/components/dropdown/dropdown-group.js +6 -3
  182. package/components/dropdown/dropdown-group.js.map +1 -1
  183. package/components/dropdown/dropdown-header.js +6 -4
  184. package/components/dropdown/dropdown-header.js.map +1 -1
  185. package/components/dropdown/dropdown-item.js +6 -5
  186. package/components/dropdown/dropdown-item.js.map +1 -1
  187. package/components/dropdown/dropdown.js +2 -1
  188. package/components/dropdown/dropdown.js.map +1 -1
  189. package/components/dropdown/themes/dark/dropdown.bootstrap.css.js +1 -1
  190. package/components/dropdown/themes/dark/dropdown.bootstrap.css.js.map +1 -1
  191. package/components/dropdown/themes/dark/dropdown.fluent.css.js +1 -1
  192. package/components/dropdown/themes/dark/dropdown.fluent.css.js.map +1 -1
  193. package/components/dropdown/themes/dark/dropdown.indigo.css.js +1 -1
  194. package/components/dropdown/themes/dark/dropdown.indigo.css.js.map +1 -1
  195. package/components/dropdown/themes/dark/dropdown.material.css.js +3 -0
  196. package/components/dropdown/themes/dark/dropdown.material.css.js.map +1 -0
  197. package/components/dropdown/themes/light/dropdown.base.css.js +1 -7
  198. package/components/dropdown/themes/light/dropdown.base.css.js.map +1 -1
  199. package/components/dropdown/themes/light/dropdown.bootstrap.css.js +28 -4
  200. package/components/dropdown/themes/light/dropdown.bootstrap.css.js.map +1 -1
  201. package/components/dropdown/themes/light/dropdown.fluent.css.js +26 -3
  202. package/components/dropdown/themes/light/dropdown.fluent.css.js.map +1 -1
  203. package/components/dropdown/themes/light/dropdown.indigo.css.js +26 -3
  204. package/components/dropdown/themes/light/dropdown.indigo.css.js.map +1 -1
  205. package/components/dropdown/themes/light/dropdown.material.css.js +33 -0
  206. package/components/dropdown/themes/light/dropdown.material.css.js.map +1 -0
  207. package/components/dropdown/themes/light/{dropdown-group.base.css.js → group/dropdown-group.base.css.js} +4 -7
  208. package/components/dropdown/themes/light/group/dropdown-group.base.css.js.map +1 -0
  209. package/components/dropdown/themes/light/group/dropdown-group.bootstrap.css.js +28 -0
  210. package/components/dropdown/themes/light/group/dropdown-group.bootstrap.css.js.map +1 -0
  211. package/components/dropdown/themes/light/group/dropdown-group.fluent.css.js +29 -0
  212. package/components/dropdown/themes/light/group/dropdown-group.fluent.css.js.map +1 -0
  213. package/components/dropdown/themes/light/group/dropdown-group.indigo.css.js +28 -0
  214. package/components/dropdown/themes/light/group/dropdown-group.indigo.css.js.map +1 -0
  215. package/components/dropdown/themes/light/group/dropdown-group.material.css.js +28 -0
  216. package/components/dropdown/themes/light/group/dropdown-group.material.css.js.map +1 -0
  217. package/components/dropdown/themes/light/header/dropdown-header.base.css.d.ts +1 -0
  218. package/components/dropdown/themes/light/header/dropdown-header.base.css.js +56 -0
  219. package/components/dropdown/themes/light/header/dropdown-header.base.css.js.map +1 -0
  220. package/components/dropdown/themes/light/header/dropdown-header.bootstrap.css.d.ts +1 -0
  221. package/components/dropdown/themes/light/header/dropdown-header.bootstrap.css.js +28 -0
  222. package/components/dropdown/themes/light/header/dropdown-header.bootstrap.css.js.map +1 -0
  223. package/components/dropdown/themes/light/header/dropdown-header.fluent.css.d.ts +1 -0
  224. package/components/dropdown/themes/light/header/dropdown-header.fluent.css.js +27 -0
  225. package/components/dropdown/themes/light/header/dropdown-header.fluent.css.js.map +1 -0
  226. package/components/dropdown/themes/light/header/dropdown-header.indigo.css.d.ts +1 -0
  227. package/components/dropdown/themes/light/header/dropdown-header.indigo.css.js +28 -0
  228. package/components/dropdown/themes/light/header/dropdown-header.indigo.css.js.map +1 -0
  229. package/components/dropdown/themes/light/header/dropdown-header.material.css.d.ts +1 -0
  230. package/components/dropdown/themes/light/header/dropdown-header.material.css.js +28 -0
  231. package/components/dropdown/themes/light/header/dropdown-header.material.css.js.map +1 -0
  232. package/components/dropdown/themes/light/item/dropdown-item.base.css.d.ts +1 -0
  233. package/components/dropdown/themes/light/item/dropdown-item.base.css.js +105 -0
  234. package/components/dropdown/themes/light/item/dropdown-item.base.css.js.map +1 -0
  235. package/components/dropdown/themes/light/item/dropdown-item.bootstrap.css.d.ts +1 -0
  236. package/components/dropdown/themes/light/item/dropdown-item.bootstrap.css.js +54 -0
  237. package/components/dropdown/themes/light/item/dropdown-item.bootstrap.css.js.map +1 -0
  238. package/components/dropdown/themes/light/item/dropdown-item.fluent.css.d.ts +1 -0
  239. package/components/dropdown/themes/light/item/dropdown-item.fluent.css.js +55 -0
  240. package/components/dropdown/themes/light/item/dropdown-item.fluent.css.js.map +1 -0
  241. package/components/dropdown/themes/light/item/dropdown-item.indigo.css.d.ts +1 -0
  242. package/components/dropdown/themes/light/item/dropdown-item.indigo.css.js +54 -0
  243. package/components/dropdown/themes/light/item/dropdown-item.indigo.css.js.map +1 -0
  244. package/components/dropdown/themes/light/item/dropdown-item.material.css.d.ts +1 -0
  245. package/components/dropdown/themes/light/item/dropdown-item.material.css.js +54 -0
  246. package/components/dropdown/themes/light/item/dropdown-item.material.css.js.map +1 -0
  247. package/components/expansion-panel/themes/light/expansion-panel.base.css.js +13 -4
  248. package/components/expansion-panel/themes/light/expansion-panel.base.css.js.map +1 -1
  249. package/components/expansion-panel/themes/light/expansion-panel.bootstrap.css.js +14 -1
  250. package/components/expansion-panel/themes/light/expansion-panel.bootstrap.css.js.map +1 -1
  251. package/components/expansion-panel/themes/light/expansion-panel.fluent.css.js +14 -1
  252. package/components/expansion-panel/themes/light/expansion-panel.fluent.css.js.map +1 -1
  253. package/components/expansion-panel/themes/light/expansion-panel.indigo.css.js +14 -1
  254. package/components/expansion-panel/themes/light/expansion-panel.indigo.css.js.map +1 -1
  255. package/components/icon/dark/icon.bootstrap.css.js +1 -13
  256. package/components/icon/dark/icon.bootstrap.css.js.map +1 -1
  257. package/components/icon/dark/icon.fluent.css.js +1 -13
  258. package/components/icon/dark/icon.fluent.css.js.map +1 -1
  259. package/components/icon/dark/icon.indigo.css.js +1 -13
  260. package/components/icon/dark/icon.indigo.css.js.map +1 -1
  261. package/components/icon/dark/icon.material.css.js +1 -13
  262. package/components/icon/dark/icon.material.css.js.map +1 -1
  263. package/components/icon/icon.base.css.js +2 -3
  264. package/components/icon/icon.base.css.js.map +1 -1
  265. package/components/icon/light/icon.bootstrap.css.js +3 -19
  266. package/components/icon/light/icon.bootstrap.css.js.map +1 -1
  267. package/components/icon/light/icon.fluent.css.js +3 -19
  268. package/components/icon/light/icon.fluent.css.js.map +1 -1
  269. package/components/icon/light/icon.indigo.css.js +3 -19
  270. package/components/icon/light/icon.indigo.css.js.map +1 -1
  271. package/components/icon/light/icon.material.css.js +3 -19
  272. package/components/icon/light/icon.material.css.js.map +1 -1
  273. package/components/input/input-base.d.ts +3 -4
  274. package/components/input/input-base.js +3 -6
  275. package/components/input/input-base.js.map +1 -1
  276. package/components/input/themes/dark/input.dark.indigo.css.js +1 -1
  277. package/components/input/themes/dark/input.dark.indigo.css.js.map +1 -1
  278. package/components/input/themes/dark/input.dark.material.css.js +1 -1
  279. package/components/input/themes/dark/input.dark.material.css.js.map +1 -1
  280. package/components/input/themes/light/input.base.css.js +6 -11
  281. package/components/input/themes/light/input.base.css.js.map +1 -1
  282. package/components/input/themes/light/input.bootstrap.css.js +208 -104
  283. package/components/input/themes/light/input.bootstrap.css.js.map +1 -1
  284. package/components/input/themes/light/input.fluent.css.js +143 -47
  285. package/components/input/themes/light/input.fluent.css.js.map +1 -1
  286. package/components/input/themes/light/input.indigo.css.js +157 -45
  287. package/components/input/themes/light/input.indigo.css.js.map +1 -1
  288. package/components/input/themes/light/input.material.css.js +356 -186
  289. package/components/input/themes/light/input.material.css.js.map +1 -1
  290. package/components/list/themes/dark/list.bootstrap.css.js +1 -1
  291. package/components/list/themes/dark/list.bootstrap.css.js.map +1 -1
  292. package/components/list/themes/dark/list.fluent.css.js +1 -1
  293. package/components/list/themes/dark/list.fluent.css.js.map +1 -1
  294. package/components/list/themes/dark/list.indigo.css.js +1 -1
  295. package/components/list/themes/dark/list.indigo.css.js.map +1 -1
  296. package/components/list/themes/light/list-header.base.css.js +1 -2
  297. package/components/list/themes/light/list-header.base.css.js.map +1 -1
  298. package/components/list/themes/light/list-header.indigo.css.js +1 -2
  299. package/components/list/themes/light/list-header.indigo.css.js.map +1 -1
  300. package/components/list/themes/light/list-item.base.css.js +27 -3
  301. package/components/list/themes/light/list-item.base.css.js.map +1 -1
  302. package/components/list/themes/light/list-item.bootstrap.css.js +27 -2
  303. package/components/list/themes/light/list-item.bootstrap.css.js.map +1 -1
  304. package/components/list/themes/light/list-item.fluent.css.js +27 -2
  305. package/components/list/themes/light/list-item.fluent.css.js.map +1 -1
  306. package/components/list/themes/light/list-item.indigo.css.js +27 -2
  307. package/components/list/themes/light/list-item.indigo.css.js.map +1 -1
  308. package/components/list/themes/light/list.base.css.js +27 -2
  309. package/components/list/themes/light/list.base.css.js.map +1 -1
  310. package/components/list/themes/light/list.bootstrap.css.js +27 -3
  311. package/components/list/themes/light/list.bootstrap.css.js.map +1 -1
  312. package/components/mask-input/mask-parser.js +1 -1
  313. package/components/mask-input/mask-parser.js.map +1 -1
  314. package/components/nav-drawer/themes/dark/nav-drawer-item.base.css.js +1 -1
  315. package/components/nav-drawer/themes/dark/nav-drawer-item.base.css.js.map +1 -1
  316. package/components/nav-drawer/themes/dark/nav-drawer-item.bootstrap.css.js +1 -1
  317. package/components/nav-drawer/themes/dark/nav-drawer-item.bootstrap.css.js.map +1 -1
  318. package/components/nav-drawer/themes/dark/nav-drawer-item.fluent.css.js +1 -1
  319. package/components/nav-drawer/themes/dark/nav-drawer-item.fluent.css.js.map +1 -1
  320. package/components/nav-drawer/themes/dark/nav-drawer-item.indigo.css.js +1 -1
  321. package/components/nav-drawer/themes/dark/nav-drawer-item.indigo.css.js.map +1 -1
  322. package/components/nav-drawer/themes/dark/nav-drawer.indigo.css.js +1 -1
  323. package/components/nav-drawer/themes/dark/nav-drawer.indigo.css.js.map +1 -1
  324. package/components/nav-drawer/themes/light/fluent/nav-drawer-header-item.fluent.css.js +1 -2
  325. package/components/nav-drawer/themes/light/fluent/nav-drawer-header-item.fluent.css.js.map +1 -1
  326. package/components/nav-drawer/themes/light/fluent/nav-drawer-item.fluent.css.js +1 -2
  327. package/components/nav-drawer/themes/light/fluent/nav-drawer-item.fluent.css.js.map +1 -1
  328. package/components/nav-drawer/themes/light/indigo/nav-drawer-header-item.indigo.css.js +1 -2
  329. package/components/nav-drawer/themes/light/indigo/nav-drawer-header-item.indigo.css.js.map +1 -1
  330. package/components/nav-drawer/themes/light/indigo/nav-drawer-item.indigo.css.js +17 -2
  331. package/components/nav-drawer/themes/light/indigo/nav-drawer-item.indigo.css.js.map +1 -1
  332. package/components/nav-drawer/themes/light/indigo/nav-drawer.indigo.css.js +17 -1
  333. package/components/nav-drawer/themes/light/indigo/nav-drawer.indigo.css.js.map +1 -1
  334. package/components/nav-drawer/themes/light/nav-drawer-header-item.base.css.js +1 -2
  335. package/components/nav-drawer/themes/light/nav-drawer-header-item.base.css.js.map +1 -1
  336. package/components/nav-drawer/themes/light/nav-drawer-item.base.css.js +19 -5
  337. package/components/nav-drawer/themes/light/nav-drawer-item.base.css.js.map +1 -1
  338. package/components/nav-drawer/themes/light/nav-drawer.base.css.js +16 -4
  339. package/components/nav-drawer/themes/light/nav-drawer.base.css.js.map +1 -1
  340. package/components/navbar/themes/dark/navbar.bootstrap.css.js +1 -13
  341. package/components/navbar/themes/dark/navbar.bootstrap.css.js.map +1 -1
  342. package/components/navbar/themes/dark/navbar.fluent.css.js +1 -13
  343. package/components/navbar/themes/dark/navbar.fluent.css.js.map +1 -1
  344. package/components/navbar/themes/dark/navbar.indigo.css.js +1 -13
  345. package/components/navbar/themes/dark/navbar.indigo.css.js.map +1 -1
  346. package/components/navbar/themes/dark/navbar.material.css.js +1 -13
  347. package/components/navbar/themes/dark/navbar.material.css.js.map +1 -1
  348. package/components/navbar/themes/light/navbar.bootstrap.css.js +6 -22
  349. package/components/navbar/themes/light/navbar.bootstrap.css.js.map +1 -1
  350. package/components/navbar/themes/light/navbar.fluent.css.js +5 -21
  351. package/components/navbar/themes/light/navbar.fluent.css.js.map +1 -1
  352. package/components/navbar/themes/light/navbar.indigo.css.js +5 -21
  353. package/components/navbar/themes/light/navbar.indigo.css.js.map +1 -1
  354. package/components/navbar/themes/light/navbar.material.css.js +5 -21
  355. package/components/navbar/themes/light/navbar.material.css.js.map +1 -1
  356. package/components/navbar/themes/navbar.base.css.js +1 -3
  357. package/components/navbar/themes/navbar.base.css.js.map +1 -1
  358. package/components/progress/themes/circular/circular.progress.base.css.js +1 -3
  359. package/components/progress/themes/circular/circular.progress.base.css.js.map +1 -1
  360. package/components/progress/themes/circular/circular.progress.bootstrap.css.js +1 -2
  361. package/components/progress/themes/circular/circular.progress.bootstrap.css.js.map +1 -1
  362. package/components/progress/themes/circular/circular.progress.fluent.css.js +1 -2
  363. package/components/progress/themes/circular/circular.progress.fluent.css.js.map +1 -1
  364. package/components/progress/themes/linear/linear.progress.base.css.js +43 -66
  365. package/components/progress/themes/linear/linear.progress.base.css.js.map +1 -1
  366. package/components/progress/themes/linear/linear.progress.bootstrap.css.js +11 -65
  367. package/components/progress/themes/linear/linear.progress.bootstrap.css.js.map +1 -1
  368. package/components/progress/themes/linear/linear.progress.fluent.css.js +11 -7
  369. package/components/progress/themes/linear/linear.progress.fluent.css.js.map +1 -1
  370. package/components/progress/themes/linear/linear.progress.indigo.css.js +16 -4
  371. package/components/progress/themes/linear/linear.progress.indigo.css.js.map +1 -1
  372. package/components/radio/themes/dark/radio.bootstrap.css.js +1 -13
  373. package/components/radio/themes/dark/radio.bootstrap.css.js.map +1 -1
  374. package/components/radio/themes/dark/radio.fluent.css.js +1 -13
  375. package/components/radio/themes/dark/radio.fluent.css.js.map +1 -1
  376. package/components/radio/themes/dark/radio.indigo.css.js +1 -13
  377. package/components/radio/themes/dark/radio.indigo.css.js.map +1 -1
  378. package/components/radio/themes/dark/radio.material.css.js +1 -13
  379. package/components/radio/themes/dark/radio.material.css.js.map +1 -1
  380. package/components/radio/themes/light/radio.base.css.js +1 -17
  381. package/components/radio/themes/light/radio.base.css.js.map +1 -1
  382. package/components/radio/themes/light/radio.bootstrap.css.js +3 -19
  383. package/components/radio/themes/light/radio.bootstrap.css.js.map +1 -1
  384. package/components/radio/themes/light/radio.fluent.css.js +3 -19
  385. package/components/radio/themes/light/radio.fluent.css.js.map +1 -1
  386. package/components/radio/themes/light/radio.indigo.css.js +3 -17
  387. package/components/radio/themes/light/radio.indigo.css.js.map +1 -1
  388. package/components/radio/themes/light/radio.material.css.js +4 -17
  389. package/components/radio/themes/light/radio.material.css.js.map +1 -1
  390. package/components/radio-group/radio-group.base.css.js +1 -2
  391. package/components/radio-group/radio-group.base.css.js.map +1 -1
  392. package/components/radio-group/radio-group.fluent.css.js +1 -2
  393. package/components/radio-group/radio-group.fluent.css.js.map +1 -1
  394. package/components/radio-group/radio-group.material.css.js +1 -2
  395. package/components/radio-group/radio-group.material.css.js.map +1 -1
  396. package/components/rating/rating-symbol.base.css.js +1 -2
  397. package/components/rating/rating-symbol.base.css.js.map +1 -1
  398. package/components/rating/rating.base.css.js +1 -2
  399. package/components/rating/rating.base.css.js.map +1 -1
  400. package/components/rating/rating.bootstrap.css.js +1 -2
  401. package/components/rating/rating.bootstrap.css.js.map +1 -1
  402. package/components/rating/rating.fluent.css.js +1 -2
  403. package/components/rating/rating.fluent.css.js.map +1 -1
  404. package/components/rating/rating.indigo.css.js +1 -2
  405. package/components/rating/rating.indigo.css.js.map +1 -1
  406. package/components/ripple/ripple.material.css.js +1 -0
  407. package/components/ripple/ripple.material.css.js.map +1 -1
  408. package/components/select/select.d.ts +2 -6
  409. package/components/select/select.js +14 -12
  410. package/components/select/select.js.map +1 -1
  411. package/components/select/themes/dark/select.fluent.css.js +1 -1
  412. package/components/select/themes/dark/select.fluent.css.js.map +1 -1
  413. package/components/select/themes/dark/select.indigo.css.js +1 -1
  414. package/components/select/themes/dark/select.indigo.css.js.map +1 -1
  415. package/components/select/themes/dark/select.material.css.js +1 -1
  416. package/components/select/themes/dark/select.material.css.js.map +1 -1
  417. package/components/select/themes/light/select.base.css.js +1 -11
  418. package/components/select/themes/light/select.base.css.js.map +1 -1
  419. package/components/select/themes/light/select.bootstrap.css.js +153 -42
  420. package/components/select/themes/light/select.bootstrap.css.js.map +1 -1
  421. package/components/select/themes/light/select.fluent.css.js +148 -9
  422. package/components/select/themes/light/select.fluent.css.js.map +1 -1
  423. package/components/select/themes/light/select.indigo.css.js +169 -16
  424. package/components/select/themes/light/select.indigo.css.js.map +1 -1
  425. package/components/select/themes/light/select.material.css.js +187 -20
  426. package/components/select/themes/light/select.material.css.js.map +1 -1
  427. package/components/slider/themes/dark/slider.bootstrap.css.js +1 -1
  428. package/components/slider/themes/dark/slider.bootstrap.css.js.map +1 -1
  429. package/components/slider/themes/dark/slider.fluent.css.js +1 -1
  430. package/components/slider/themes/dark/slider.fluent.css.js.map +1 -1
  431. package/components/slider/themes/dark/slider.indigo.css.js +1 -1
  432. package/components/slider/themes/dark/slider.indigo.css.js.map +1 -1
  433. package/components/slider/themes/light/slider.base.css.js +4 -10
  434. package/components/slider/themes/light/slider.base.css.js.map +1 -1
  435. package/components/slider/themes/light/slider.bootstrap.css.js +1 -2
  436. package/components/slider/themes/light/slider.bootstrap.css.js.map +1 -1
  437. package/components/slider/themes/light/slider.fluent.css.js +1 -2
  438. package/components/slider/themes/light/slider.fluent.css.js.map +1 -1
  439. package/components/slider/themes/light/slider.indigo.css.js +1 -2
  440. package/components/slider/themes/light/slider.indigo.css.js.map +1 -1
  441. package/components/slider/themes/light/slider.material.css.js +2 -4
  442. package/components/slider/themes/light/slider.material.css.js.map +1 -1
  443. package/components/snackbar/themes/dark/snackbar.indigo.css.js +1 -1
  444. package/components/snackbar/themes/dark/snackbar.indigo.css.js.map +1 -1
  445. package/components/snackbar/themes/light/snackbar.base.css.js +7 -3
  446. package/components/snackbar/themes/light/snackbar.base.css.js.map +1 -1
  447. package/components/snackbar/themes/light/snackbar.bootstrap.css.js +9 -1
  448. package/components/snackbar/themes/light/snackbar.bootstrap.css.js.map +1 -1
  449. package/components/snackbar/themes/light/snackbar.fluent.css.js +9 -2
  450. package/components/snackbar/themes/light/snackbar.fluent.css.js.map +1 -1
  451. package/components/snackbar/themes/light/snackbar.indigo.css.js +9 -2
  452. package/components/snackbar/themes/light/snackbar.indigo.css.js.map +1 -1
  453. package/components/stepper/themes/step/dark/step.bootstrap.css.js +1 -1
  454. package/components/stepper/themes/step/dark/step.bootstrap.css.js.map +1 -1
  455. package/components/stepper/themes/step/dark/step.fluent.css.js +1 -1
  456. package/components/stepper/themes/step/dark/step.fluent.css.js.map +1 -1
  457. package/components/stepper/themes/step/dark/step.indigo.css.js +1 -1
  458. package/components/stepper/themes/step/dark/step.indigo.css.js.map +1 -1
  459. package/components/stepper/themes/step/dark/step.material.css.js +1 -1
  460. package/components/stepper/themes/step/dark/step.material.css.js.map +1 -1
  461. package/components/stepper/themes/step/light/step.base.css.js +2 -9
  462. package/components/stepper/themes/step/light/step.base.css.js.map +1 -1
  463. package/components/stepper/themes/step/light/step.bootstrap.css.js +68 -2
  464. package/components/stepper/themes/step/light/step.bootstrap.css.js.map +1 -1
  465. package/components/stepper/themes/step/light/step.fluent.css.js +68 -2
  466. package/components/stepper/themes/step/light/step.fluent.css.js.map +1 -1
  467. package/components/stepper/themes/step/light/step.indigo.css.js +68 -2
  468. package/components/stepper/themes/step/light/step.indigo.css.js.map +1 -1
  469. package/components/stepper/themes/step/light/step.material.css.js +68 -2
  470. package/components/stepper/themes/step/light/step.material.css.js.map +1 -1
  471. package/components/stepper/themes/stepper/stepper.base.css.js +1 -8
  472. package/components/stepper/themes/stepper/stepper.base.css.js.map +1 -1
  473. package/components/stepper/themes/stepper/stepper.bootstrap.css.js +1 -2
  474. package/components/stepper/themes/stepper/stepper.bootstrap.css.js.map +1 -1
  475. package/components/stepper/themes/stepper/stepper.fluent.css.js +1 -2
  476. package/components/stepper/themes/stepper/stepper.fluent.css.js.map +1 -1
  477. package/components/stepper/themes/stepper/stepper.indigo.css.js +1 -2
  478. package/components/stepper/themes/stepper/stepper.indigo.css.js.map +1 -1
  479. package/components/tabs/themes/dark/tab.dark.base.css.js +1 -1
  480. package/components/tabs/themes/dark/tab.dark.base.css.js.map +1 -1
  481. package/components/tabs/themes/dark/tab.dark.bootstrap.css.js +1 -1
  482. package/components/tabs/themes/dark/tab.dark.bootstrap.css.js.map +1 -1
  483. package/components/tabs/themes/light/tab-panel.base.css.js +1 -2
  484. package/components/tabs/themes/light/tab-panel.base.css.js.map +1 -1
  485. package/components/tabs/themes/light/tab.base.css.js +24 -3
  486. package/components/tabs/themes/light/tab.base.css.js.map +1 -1
  487. package/components/tabs/themes/light/tab.bootstrap.css.js +27 -6
  488. package/components/tabs/themes/light/tab.bootstrap.css.js.map +1 -1
  489. package/components/tabs/themes/light/tab.fluent.css.js +24 -2
  490. package/components/tabs/themes/light/tab.fluent.css.js.map +1 -1
  491. package/components/tabs/themes/light/tab.indigo.css.js +24 -2
  492. package/components/tabs/themes/light/tab.indigo.css.js.map +1 -1
  493. package/components/tabs/themes/light/tabs.base.css.js +1 -3
  494. package/components/tabs/themes/light/tabs.base.css.js.map +1 -1
  495. package/components/tabs/themes/light/tabs.bootstrap.css.js +1 -2
  496. package/components/tabs/themes/light/tabs.bootstrap.css.js.map +1 -1
  497. package/components/tabs/themes/light/tabs.fluent.css.js +1 -2
  498. package/components/tabs/themes/light/tabs.fluent.css.js.map +1 -1
  499. package/components/tabs/themes/light/tabs.indigo.css.js +1 -2
  500. package/components/tabs/themes/light/tabs.indigo.css.js.map +1 -1
  501. package/components/toast/themes/toast.base.css.js +37 -2
  502. package/components/toast/themes/toast.base.css.js.map +1 -1
  503. package/components/toast/themes/toast.bootstrap.css.js +6 -3
  504. package/components/toast/themes/toast.bootstrap.css.js.map +1 -1
  505. package/components/toast/themes/toast.fluent.css.js +6 -3
  506. package/components/toast/themes/toast.fluent.css.js.map +1 -1
  507. package/components/toast/themes/toast.indigo.css.js +6 -3
  508. package/components/toast/themes/toast.indigo.css.js.map +1 -1
  509. package/components/tree/themes/dark/tree-item.bootstrap.css.js +1 -1
  510. package/components/tree/themes/dark/tree-item.bootstrap.css.js.map +1 -1
  511. package/components/tree/themes/dark/tree-item.fluent.css.js +1 -1
  512. package/components/tree/themes/dark/tree-item.fluent.css.js.map +1 -1
  513. package/components/tree/themes/dark/tree-item.indigo.css.js +1 -1
  514. package/components/tree/themes/dark/tree-item.indigo.css.js.map +1 -1
  515. package/components/tree/themes/light/tree-item.base.css.js +20 -6
  516. package/components/tree/themes/light/tree-item.base.css.js.map +1 -1
  517. package/components/tree/themes/light/tree-item.bootstrap.css.js +1 -2
  518. package/components/tree/themes/light/tree-item.bootstrap.css.js.map +1 -1
  519. package/components/tree/themes/light/tree-item.fluent.css.js +1 -2
  520. package/components/tree/themes/light/tree-item.fluent.css.js.map +1 -1
  521. package/components/tree/themes/light/tree-item.indigo.css.js +1 -2
  522. package/components/tree/themes/light/tree-item.indigo.css.js.map +1 -1
  523. package/components/tree/themes/light/tree.base.css.js +1 -2
  524. package/components/tree/themes/light/tree.base.css.js.map +1 -1
  525. package/components/tree/tree-item.d.ts +7 -2
  526. package/components/tree/tree-item.js +30 -11
  527. package/components/tree/tree-item.js.map +1 -1
  528. package/package.json +4 -4
  529. package/themes/dark/bootstrap.css +275 -99
  530. package/themes/dark/fluent.css +298 -123
  531. package/themes/dark/indigo.css +232 -95
  532. package/themes/dark/material.css +253 -92
  533. package/themes/light/bootstrap.css +0 -47
  534. package/themes/light/fluent.css +0 -47
  535. package/themes/light/indigo.css +0 -47
  536. package/themes/light/material.css +0 -47
  537. package/theming/theming-controller.d.ts +3 -2
  538. package/theming/theming-controller.js +38 -19
  539. package/theming/theming-controller.js.map +1 -1
  540. package/theming/theming-decorator.d.ts +4 -3
  541. package/theming/theming-decorator.js +3 -5
  542. package/theming/theming-decorator.js.map +1 -1
  543. package/theming/types.d.ts +1 -9
  544. package/theming/types.js.map +1 -1
  545. package/vscode-html-custom-data.json +8 -8
  546. package/components/dropdown/themes/light/dropdown-group.base.css.js.map +0 -1
  547. package/components/dropdown/themes/light/dropdown-group.fluent.css.js +0 -6
  548. package/components/dropdown/themes/light/dropdown-group.fluent.css.js.map +0 -1
  549. package/components/dropdown/themes/light/dropdown-header.base.css.js +0 -61
  550. package/components/dropdown/themes/light/dropdown-header.base.css.js.map +0 -1
  551. package/components/dropdown/themes/light/dropdown-header.bootstrap.css.js +0 -6
  552. package/components/dropdown/themes/light/dropdown-header.bootstrap.css.js.map +0 -1
  553. package/components/dropdown/themes/light/dropdown-header.fluent.css.js +0 -6
  554. package/components/dropdown/themes/light/dropdown-header.fluent.css.js.map +0 -1
  555. package/components/dropdown/themes/light/dropdown-item.base.css.js +0 -124
  556. package/components/dropdown/themes/light/dropdown-item.base.css.js.map +0 -1
  557. package/components/dropdown/themes/light/dropdown-item.bootstrap.css.js +0 -27
  558. package/components/dropdown/themes/light/dropdown-item.bootstrap.css.js.map +0 -1
  559. package/components/dropdown/themes/light/dropdown-item.fluent.css.js +0 -27
  560. package/components/dropdown/themes/light/dropdown-item.fluent.css.js.map +0 -1
  561. package/components/dropdown/themes/light/dropdown-item.indigo.css.js +0 -27
  562. package/components/dropdown/themes/light/dropdown-item.indigo.css.js.map +0 -1
  563. /package/components/{dropdown/themes/light/dropdown-group.base.css.d.ts → calendar/themes/indigo/calendar.indigo.css.d.ts} +0 -0
  564. /package/components/{dropdown/themes/light/dropdown-group.fluent.css.d.ts → card/themes/light/card.indigo.css.d.ts} +0 -0
  565. /package/components/dropdown/themes/{light/dropdown-header.base.css.d.ts → dark/dropdown.material.css.d.ts} +0 -0
  566. /package/components/dropdown/themes/light/{dropdown-header.bootstrap.css.d.ts → dropdown.material.css.d.ts} +0 -0
  567. /package/components/dropdown/themes/light/{dropdown-header.fluent.css.d.ts → group/dropdown-group.base.css.d.ts} +0 -0
  568. /package/components/dropdown/themes/light/{dropdown-item.base.css.d.ts → group/dropdown-group.bootstrap.css.d.ts} +0 -0
  569. /package/components/dropdown/themes/light/{dropdown-item.bootstrap.css.d.ts → group/dropdown-group.fluent.css.d.ts} +0 -0
  570. /package/components/dropdown/themes/light/{dropdown-item.fluent.css.d.ts → group/dropdown-group.indigo.css.d.ts} +0 -0
  571. /package/components/dropdown/themes/light/{dropdown-item.indigo.css.d.ts → group/dropdown-group.material.css.d.ts} +0 -0
@@ -1,49 +1,3 @@
1
- /**
2
- * @sass-export-section="light-material"
3
- */
4
- /**
5
- * @sass-export-section="light-bootstrap"
6
- */
7
- /**
8
- * @sass-export-section="light-fluent"
9
- */
10
- /**
11
- * @sass-export-section="light-indigo"
12
- */
13
- /**
14
- * @sass-export-section="light"
15
- */
16
- /**
17
- * @sass-export-section="dark-material"
18
- */
19
- /**
20
- * @sass-export-section="dark-bootstrap"
21
- */
22
- /**
23
- * @sass-export-section="dark-fluent"
24
- */
25
- /**
26
- * @sass-export-section="dark-indigo"
27
- */
28
- /**
29
- * @sass-export-section="dark"
30
- */
31
- /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */
32
- /**
33
- * @sass-export-section="bootstrap"
34
- */
35
- /**
36
- * @sass-export-section="material"
37
- */
38
- /**
39
- * @sass-export-section="fluent"
40
- */
41
- /**
42
- * @sass-export-section="indigo"
43
- */
44
- /**
45
- * @sass-export-section="material"
46
- */
47
1
  .ig-scrollbar {
48
2
  --size: var(--ig-scrollbar-size, 1rem);
49
3
  --thumb-background: var(--ig-scrollbar-thumb-background, hsla(var(--ig-gray-400), var(--ig-gray-a)));
@@ -70,7 +24,6 @@
70
24
  }
71
25
  :root {
72
26
  --ig-theme: material;
73
- --ig-radius-factor: 1;
74
27
  --ig-spacing: 1;
75
28
  --ig-spacing-inline: 1;
76
29
  --ig-spacing-block: 1;
@@ -5,13 +5,14 @@ declare class ThemingController implements ReactiveController, ThemeController {
5
5
  private host;
6
6
  theme: Theme;
7
7
  constructor(host: ReactiveControllerHost & ReactiveElement, themes: Themes);
8
- private readonly __themingEventHandler;
9
8
  hostConnected(): void;
10
9
  hostDisconnected(): void;
11
10
  protected adoptStyles(): void;
11
+ private themeChanged;
12
12
  }
13
- declare const _updateWhenThemeChanges: (host: ReactiveControllerHost & ReactiveElement, themes: Themes) => ThemingController;
13
+ declare const _updateWhenThemeChanges: (host: ReactiveControllerHost & ReactiveElement, themes: Themes, exposeTheme?: boolean) => ThemingController;
14
14
  export declare const updateWhenThemeChanges: typeof _updateWhenThemeChanges & {
15
15
  _THEMING_CONTROLLER_FN_?: never;
16
16
  };
17
+ export declare const themeSymbol: unique symbol;
17
18
  export {};
@@ -1,9 +1,30 @@
1
1
  import { adoptStyles, css, } from 'lit';
2
2
  import { getTheme } from './config.js';
3
3
  import { CHANGE_THEME_EVENT } from './theming-event.js';
4
+ class ThemeEventListeners {
5
+ constructor() {
6
+ this.listeners = new Set();
7
+ this.handleEvent = () => {
8
+ for (const listener of this.listeners) {
9
+ listener();
10
+ }
11
+ };
12
+ }
13
+ add(listener) {
14
+ window.addEventListener(CHANGE_THEME_EVENT, this);
15
+ this.listeners.add(listener);
16
+ }
17
+ remove(listener) {
18
+ this.listeners.delete(listener);
19
+ if (this.listeners.size < 1) {
20
+ window.removeEventListener(CHANGE_THEME_EVENT, this);
21
+ }
22
+ }
23
+ }
24
+ const _themingEventListeners = new ThemeEventListeners();
4
25
  class ThemingController {
5
26
  constructor(host, themes) {
6
- this.__themingEventHandler = () => {
27
+ this.themeChanged = () => {
7
28
  this.adoptStyles();
8
29
  this.host.requestUpdate();
9
30
  };
@@ -12,38 +33,36 @@ class ThemingController {
12
33
  }
13
34
  hostConnected() {
14
35
  this.adoptStyles();
15
- window.addEventListener(CHANGE_THEME_EVENT, this.__themingEventHandler);
36
+ _themingEventListeners.add(this.themeChanged);
16
37
  }
17
38
  hostDisconnected() {
18
- window.removeEventListener(CHANGE_THEME_EVENT, this.__themingEventHandler);
39
+ _themingEventListeners.remove(this.themeChanged);
19
40
  }
20
41
  adoptStyles() {
42
+ var _a;
21
43
  this.theme = getTheme();
22
44
  const ctor = this.host.constructor;
23
- const supportsAdoptingStyleSheets = window.ShadowRoot &&
24
- 'adoptedStyleSheets' in Document.prototype &&
25
- 'replace' in CSSStyleSheet.prototype;
26
- let styleSheet = css ``;
27
- const [theme] = Object.entries(this.themes).filter(([name]) => name === this.theme);
28
- if (theme) {
29
- const [_, cssResult] = theme;
30
- styleSheet = cssResult;
31
- }
32
- if (!supportsAdoptingStyleSheets) {
33
- [...this.host.renderRoot.querySelectorAll('style')]
34
- .slice(1)
35
- .forEach((tag) => tag.remove());
36
- }
45
+ const [_, cssResult] = (_a = Object.entries(this.themes).find(([name]) => name === this.theme)) !== null && _a !== void 0 ? _a : [];
37
46
  adoptStyles(this.host.shadowRoot, [
38
47
  ...ctor.elementStyles,
39
- styleSheet,
48
+ cssResult !== null && cssResult !== void 0 ? cssResult : css ``,
40
49
  ]);
41
50
  }
42
51
  }
43
- const _updateWhenThemeChanges = (host, themes) => {
52
+ const _updateWhenThemeChanges = (host, themes, exposeTheme) => {
44
53
  const controller = new ThemingController(host, themes);
45
54
  host.addController(controller);
55
+ if (exposeTheme) {
56
+ Object.defineProperty(host, themeSymbol, {
57
+ get() {
58
+ return controller.theme;
59
+ },
60
+ configurable: true,
61
+ enumerable: false,
62
+ });
63
+ }
46
64
  return controller;
47
65
  };
48
66
  export const updateWhenThemeChanges = _updateWhenThemeChanges;
67
+ export const themeSymbol = Symbol('Current active theme');
49
68
  //# sourceMappingURL=theming-controller.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"theming-controller.js","sourceRoot":"","sources":["../../src/theming/theming-controller.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,EACX,GAAG,GAKJ,MAAM,KAAK,CAAC;AACb,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AAGxD,MAAM,iBAAiB;IAKrB,YAAY,IAA8C,EAAE,MAAc;QAKzD,0BAAqB,GAAG,GAAG,EAAE;YAC5C,IAAI,CAAC,WAAW,EAAE,CAAC;YACnB,IAAI,CAAC,IAAI,CAAC,aAAa,EAAE,CAAC;QAC5B,CAAC,CAAC;QAPA,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;QACjB,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAOM,aAAa;QAClB,IAAI,CAAC,WAAW,EAAE,CAAC;QACnB,MAAM,CAAC,gBAAgB,CAAC,kBAAkB,EAAE,IAAI,CAAC,qBAAqB,CAAC,CAAC;IAC1E,CAAC;IAEM,gBAAgB;QACrB,MAAM,CAAC,mBAAmB,CAAC,kBAAkB,EAAE,IAAI,CAAC,qBAAqB,CAAC,CAAC;IAC7E,CAAC;IAES,WAAW;QACnB,IAAI,CAAC,KAAK,GAAG,QAAQ,EAAE,CAAC;QACxB,MAAM,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,WAAgC,CAAC;QACxD,MAAM,2BAA2B,GAC/B,MAAM,CAAC,UAAU;YACjB,oBAAoB,IAAI,QAAQ,CAAC,SAAS;YAC1C,SAAS,IAAI,aAAa,CAAC,SAAS,CAAC;QAEvC,IAAI,UAAU,GAAG,GAAG,CAAA,EAAE,CAAC;QAEvB,MAAM,CAAC,KAAK,CAAC,GAAG,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,MAAM,CAChD,CAAC,CAAC,IAAI,CAAC,EAAE,EAAE,CAAC,IAAI,KAAK,IAAI,CAAC,KAAK,CAChC,CAAC;QAEF,IAAI,KAAK,EAAE;YACT,MAAM,CAAC,CAAC,EAAE,SAAS,CAAC,GAAG,KAAK,CAAC;YAC7B,UAAU,GAAG,SAAS,CAAC;SACxB;QAOD,IAAI,CAAC,2BAA2B,EAAE;YAChC,CAAC,GAAG,IAAI,CAAC,IAAK,CAAC,UAAU,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;iBACjD,KAAK,CAAC,CAAC,CAAC;iBACR,OAAO,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC,CAAC;SACnC;QAED,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,UAAwB,EAAE;YAC9C,GAAG,IAAI,CAAC,aAAa;YACrB,UAAU;SACX,CAAC,CAAC;IACL,CAAC;CACF;AAED,MAAM,uBAAuB,GAAG,CAC9B,IAA8C,EAC9C,MAAc,EACd,EAAE;IACF,MAAM,UAAU,GAAG,IAAI,iBAAiB,CAAC,IAAI,EAAE,MAAM,CAAC,CAAC;IACvD,IAAI,CAAC,aAAa,CAAC,UAAU,CAAC,CAAC;IAC/B,OAAO,UAAU,CAAC;AACpB,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,sBAAsB,GAE/B,uBAAuB,CAAC","sourcesContent":["import {\n adoptStyles,\n css,\n LitElement,\n ReactiveController,\n ReactiveControllerHost,\n ReactiveElement,\n} from 'lit';\nimport { getTheme } from './config.js';\nimport { CHANGE_THEME_EVENT } from './theming-event.js';\nimport type { Theme, ThemeController, Themes } from './types.js';\n\nclass ThemingController implements ReactiveController, ThemeController {\n private themes: Themes;\n private host: ReactiveControllerHost & ReactiveElement;\n public theme!: Theme;\n\n constructor(host: ReactiveControllerHost & ReactiveElement, themes: Themes) {\n this.host = host;\n this.themes = themes;\n }\n\n private readonly __themingEventHandler = () => {\n this.adoptStyles();\n this.host.requestUpdate();\n };\n\n public hostConnected() {\n this.adoptStyles();\n window.addEventListener(CHANGE_THEME_EVENT, this.__themingEventHandler);\n }\n\n public hostDisconnected() {\n window.removeEventListener(CHANGE_THEME_EVENT, this.__themingEventHandler);\n }\n\n protected adoptStyles() {\n this.theme = getTheme();\n const ctor = this.host.constructor as typeof LitElement;\n const supportsAdoptingStyleSheets =\n window.ShadowRoot &&\n 'adoptedStyleSheets' in Document.prototype &&\n 'replace' in CSSStyleSheet.prototype;\n\n let styleSheet = css``;\n\n const [theme] = Object.entries(this.themes).filter(\n ([name]) => name === this.theme\n );\n\n if (theme) {\n const [_, cssResult] = theme;\n styleSheet = cssResult;\n }\n\n // Firefox and Safari don't support the adoptedStyleSheets API yet,\n // and the lit framework appends the resolved stylesheets indiscriminately\n // when using the adoptStyles API below. Hence, we need to remove all previously\n // defined style tags in the shadow root as changing the themes at runtime just\n // keeps stacking the resolved styles one over the other, resulting in broken themes.\n if (!supportsAdoptingStyleSheets) {\n [...this.host!.renderRoot.querySelectorAll('style')]\n .slice(1)\n .forEach((tag) => tag.remove());\n }\n\n adoptStyles(this.host.shadowRoot as ShadowRoot, [\n ...ctor.elementStyles,\n styleSheet,\n ]);\n }\n}\n\nconst _updateWhenThemeChanges = (\n host: ReactiveControllerHost & ReactiveElement,\n themes: Themes\n) => {\n const controller = new ThemingController(host, themes);\n host.addController(controller);\n return controller;\n};\n\nexport const updateWhenThemeChanges: typeof _updateWhenThemeChanges & {\n _THEMING_CONTROLLER_FN_?: never;\n} = _updateWhenThemeChanges;\n"]}
1
+ {"version":3,"file":"theming-controller.js","sourceRoot":"","sources":["../../src/theming/theming-controller.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,EACX,GAAG,GAKJ,MAAM,KAAK,CAAC;AACb,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AAGxD,MAAM,mBAAmB;IAAzB;QACmB,cAAS,GAAG,IAAI,GAAG,EAAY,CAAC;QAc1C,gBAAW,GAAG,GAAG,EAAE;YACxB,KAAK,MAAM,QAAQ,IAAI,IAAI,CAAC,SAAS,EAAE;gBACrC,QAAQ,EAAE,CAAC;aACZ;QACH,CAAC,CAAC;IACJ,CAAC;IAjBQ,GAAG,CAAC,QAAkB;QAC3B,MAAM,CAAC,gBAAgB,CAAC,kBAAkB,EAAE,IAAI,CAAC,CAAC;QAClD,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;IAC/B,CAAC;IAEM,MAAM,CAAC,QAAkB;QAC9B,IAAI,CAAC,SAAS,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC;QAChC,IAAI,IAAI,CAAC,SAAS,CAAC,IAAI,GAAG,CAAC,EAAE;YAC3B,MAAM,CAAC,mBAAmB,CAAC,kBAAkB,EAAE,IAAI,CAAC,CAAC;SACtD;IACH,CAAC;CAOF;AAED,MAAM,sBAAsB,GAAG,IAAI,mBAAmB,EAAE,CAAC;AAEzD,MAAM,iBAAiB;IAKrB,YAAY,IAA8C,EAAE,MAAc;QA2BlE,iBAAY,GAAG,GAAG,EAAE;YAC1B,IAAI,CAAC,WAAW,EAAE,CAAC;YACnB,IAAI,CAAC,IAAI,CAAC,aAAa,EAAE,CAAC;QAC5B,CAAC,CAAC;QA7BA,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;QACjB,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAEM,aAAa;QAClB,IAAI,CAAC,WAAW,EAAE,CAAC;QACnB,sBAAsB,CAAC,GAAG,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;IAChD,CAAC;IAEM,gBAAgB;QACrB,sBAAsB,CAAC,MAAM,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;IACnD,CAAC;IAES,WAAW;;QACnB,IAAI,CAAC,KAAK,GAAG,QAAQ,EAAE,CAAC;QACxB,MAAM,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,WAAgC,CAAC;QAExD,MAAM,CAAC,CAAC,EAAE,SAAS,CAAC,GAClB,MAAA,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,EAAE,EAAE,CAAC,IAAI,KAAK,IAAI,CAAC,KAAK,CAAC,mCAAI,EAAE,CAAC;QAE1E,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,UAAwB,EAAE;YAC9C,GAAG,IAAI,CAAC,aAAa;YACrB,SAAS,aAAT,SAAS,cAAT,SAAS,GAAI,GAAG,CAAA,EAAE;SACnB,CAAC,CAAC;IACL,CAAC;CAMF;AAED,MAAM,uBAAuB,GAAG,CAC9B,IAA8C,EAC9C,MAAc,EACd,WAAqB,EACrB,EAAE;IACF,MAAM,UAAU,GAAG,IAAI,iBAAiB,CAAC,IAAI,EAAE,MAAM,CAAC,CAAC;IACvD,IAAI,CAAC,aAAa,CAAC,UAAU,CAAC,CAAC;IAE/B,IAAI,WAAW,EAAE;QACf,MAAM,CAAC,cAAc,CAAC,IAAI,EAAE,WAAW,EAAE;YACvC,GAAG;gBACD,OAAO,UAAU,CAAC,KAAK,CAAC;YAC1B,CAAC;YACD,YAAY,EAAE,IAAI;YAClB,UAAU,EAAE,KAAK;SAClB,CAAC,CAAC;KACJ;IAED,OAAO,UAAU,CAAC;AACpB,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,sBAAsB,GAE/B,uBAAuB,CAAC;AAE5B,MAAM,CAAC,MAAM,WAAW,GAAG,MAAM,CAAC,sBAAsB,CAAC,CAAC","sourcesContent":["import {\n adoptStyles,\n css,\n LitElement,\n ReactiveController,\n ReactiveControllerHost,\n ReactiveElement,\n} from 'lit';\nimport { getTheme } from './config.js';\nimport { CHANGE_THEME_EVENT } from './theming-event.js';\nimport type { Theme, ThemeController, Themes } from './types.js';\n\nclass ThemeEventListeners {\n private readonly listeners = new Set<Function>();\n\n public add(listener: Function) {\n window.addEventListener(CHANGE_THEME_EVENT, this);\n this.listeners.add(listener);\n }\n\n public remove(listener: Function) {\n this.listeners.delete(listener);\n if (this.listeners.size < 1) {\n window.removeEventListener(CHANGE_THEME_EVENT, this);\n }\n }\n\n public handleEvent = () => {\n for (const listener of this.listeners) {\n listener();\n }\n };\n}\n\nconst _themingEventListeners = new ThemeEventListeners();\n\nclass ThemingController implements ReactiveController, ThemeController {\n private themes: Themes;\n private host: ReactiveControllerHost & ReactiveElement;\n public theme!: Theme;\n\n constructor(host: ReactiveControllerHost & ReactiveElement, themes: Themes) {\n this.host = host;\n this.themes = themes;\n }\n\n public hostConnected() {\n this.adoptStyles();\n _themingEventListeners.add(this.themeChanged);\n }\n\n public hostDisconnected() {\n _themingEventListeners.remove(this.themeChanged);\n }\n\n protected adoptStyles() {\n this.theme = getTheme();\n const ctor = this.host.constructor as typeof LitElement;\n\n const [_, cssResult] =\n Object.entries(this.themes).find(([name]) => name === this.theme) ?? [];\n\n adoptStyles(this.host.shadowRoot as ShadowRoot, [\n ...ctor.elementStyles,\n cssResult ?? css``,\n ]);\n }\n\n private themeChanged = () => {\n this.adoptStyles();\n this.host.requestUpdate();\n };\n}\n\nconst _updateWhenThemeChanges = (\n host: ReactiveControllerHost & ReactiveElement,\n themes: Themes,\n exposeTheme?: boolean\n) => {\n const controller = new ThemingController(host, themes);\n host.addController(controller);\n\n if (exposeTheme) {\n Object.defineProperty(host, themeSymbol, {\n get() {\n return controller.theme;\n },\n configurable: true,\n enumerable: false,\n });\n }\n\n return controller;\n};\n\nexport const updateWhenThemeChanges: typeof _updateWhenThemeChanges & {\n _THEMING_CONTROLLER_FN_?: never;\n} = _updateWhenThemeChanges;\n\nexport const themeSymbol = Symbol('Current active theme');\n"]}
@@ -1,9 +1,9 @@
1
- import { Themes } from './types.js';
1
+ import type { Themes } from './types.js';
2
2
  /**
3
3
  * Class decorator to enable multiple theme support for a component.
4
4
  * The component will re-render on theme changes.
5
5
  *
6
- * See also {@link updateWhenThemeChanges} for the same functionallity
6
+ * See also {@link updateWhenThemeChanges} for the same functionality
7
7
  * without the use of this decorator.
8
8
  *
9
9
  * Usage:
@@ -21,4 +21,5 @@ import { Themes } from './types.js';
21
21
  * }
22
22
  * ```
23
23
  */
24
- export declare function themes(themes: Themes): (clazz: any) => any;
24
+ export declare function themes(themes: Themes, exposeTheme?: boolean): (clazz: any) => any;
25
+ export { themeSymbol } from './theming-controller.js';
@@ -1,13 +1,11 @@
1
1
  import { updateWhenThemeChanges } from './theming-controller.js';
2
- export function themes(themes) {
2
+ export function themes(themes, exposeTheme = false) {
3
3
  return (clazz) => {
4
4
  clazz.addInitializer((instance) => {
5
- const controller = updateWhenThemeChanges(instance, themes);
6
- if ('themeAdopted' in instance) {
7
- instance.themeAdopted(controller);
8
- }
5
+ updateWhenThemeChanges(instance, themes, exposeTheme);
9
6
  });
10
7
  return clazz;
11
8
  };
12
9
  }
10
+ export { themeSymbol } from './theming-controller.js';
13
11
  //# sourceMappingURL=theming-decorator.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"theming-decorator.js","sourceRoot":"","sources":["../../src/theming/theming-decorator.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,sBAAsB,EAAE,MAAM,yBAAyB,CAAC;AAyBjE,MAAM,UAAU,MAAM,CAAC,MAAc;IACnC,OAAO,CAAC,KAAU,EAAE,EAAE;QACpB,KAAK,CAAC,cAAc,CAAC,CAAC,QAAyC,EAAE,EAAE;YACjE,MAAM,UAAU,GAAG,sBAAsB,CAAC,QAAQ,EAAE,MAAM,CAAC,CAAC;YAE5D,IAAI,cAAc,IAAI,QAAQ,EAAE;gBAC9B,QAAQ,CAAC,YAAY,CAAC,UAAU,CAAC,CAAC;aACnC;QACH,CAAC,CAAC,CAAC;QACH,OAAO,KAAK,CAAC;IACf,CAAC,CAAC;AACJ,CAAC","sourcesContent":["import { ReactiveElement } from 'lit';\nimport { updateWhenThemeChanges } from './theming-controller.js';\nimport { ReactiveTheme, Themes } from './types.js';\n\n/**\n * Class decorator to enable multiple theme support for a component.\n * The component will re-render on theme changes.\n *\n * See also {@link updateWhenThemeChanges} for the same functionallity\n * without the use of this decorator.\n *\n * Usage:\n * ```ts\n * import { LitElement, html } from 'lit';\n * import { themes } from 'igniteui-webcomponents/themes';\n * import { styles } from './themes/my-element.base.css';\n * import { styles as material } from './themes/my-element.material.css';\n * import { styles as bootstrap } from './themes/my-element.bootstrap.css';\n * import { styles as indigo } from './themes/my-element.indigo.css';\n *\n * @themes({ material, bootstrap, indigo })\n * class MyElement extends LitElement {\n * public static styles = styles;\n * }\n * ```\n */\nexport function themes(themes: Themes) {\n return (clazz: any) => {\n clazz.addInitializer((instance: ReactiveElement & ReactiveTheme) => {\n const controller = updateWhenThemeChanges(instance, themes);\n\n if ('themeAdopted' in instance) {\n instance.themeAdopted(controller);\n }\n });\n return clazz;\n };\n}\n"]}
1
+ {"version":3,"file":"theming-decorator.js","sourceRoot":"","sources":["../../src/theming/theming-decorator.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,sBAAsB,EAAE,MAAM,yBAAyB,CAAC;AAyBjE,MAAM,UAAU,MAAM,CAAC,MAAc,EAAE,WAAW,GAAG,KAAK;IACxD,OAAO,CAAC,KAAU,EAAE,EAAE;QACpB,KAAK,CAAC,cAAc,CAAC,CAAC,QAAyB,EAAE,EAAE;YACjD,sBAAsB,CAAC,QAAQ,EAAE,MAAM,EAAE,WAAW,CAAC,CAAC;QACxD,CAAC,CAAC,CAAC;QAEH,OAAO,KAAK,CAAC;IACf,CAAC,CAAC;AACJ,CAAC;AAED,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC","sourcesContent":["import { ReactiveElement } from 'lit';\nimport { updateWhenThemeChanges } from './theming-controller.js';\nimport type { Themes } from './types.js';\n\n/**\n * Class decorator to enable multiple theme support for a component.\n * The component will re-render on theme changes.\n *\n * See also {@link updateWhenThemeChanges} for the same functionality\n * without the use of this decorator.\n *\n * Usage:\n * ```ts\n * import { LitElement, html } from 'lit';\n * import { themes } from 'igniteui-webcomponents/themes';\n * import { styles } from './themes/my-element.base.css';\n * import { styles as material } from './themes/my-element.material.css';\n * import { styles as bootstrap } from './themes/my-element.bootstrap.css';\n * import { styles as indigo } from './themes/my-element.indigo.css';\n *\n * @themes({ material, bootstrap, indigo })\n * class MyElement extends LitElement {\n * public static styles = styles;\n * }\n * ```\n */\nexport function themes(themes: Themes, exposeTheme = false) {\n return (clazz: any) => {\n clazz.addInitializer((instance: ReactiveElement) => {\n updateWhenThemeChanges(instance, themes, exposeTheme);\n });\n\n return clazz;\n };\n}\n\nexport { themeSymbol } from './theming-controller.js';\n"]}
@@ -4,7 +4,7 @@ export type Themes = {
4
4
  [K in Theme]?: CSSResult;
5
5
  };
6
6
  /**
7
- * A controller responsible for adopting various comopnent themes;
7
+ * A controller responsible for adopting various component themes;
8
8
  * See also {@link updateWhenThemeChanges}.
9
9
  */
10
10
  export interface ThemeController {
@@ -13,11 +13,3 @@ export interface ThemeController {
13
13
  */
14
14
  theme: Theme;
15
15
  }
16
- export interface ReactiveTheme {
17
- /**
18
- * Provides the attached ThemeController to the component instance.
19
- * Can be used to get the currently adopted theme name.
20
- * See also {@link ThemeController}
21
- */
22
- themeAdopted(controller: ThemeController): void;
23
- }
@@ -1 +1 @@
1
- {"version":3,"file":"types.js","sourceRoot":"","sources":["../../src/theming/types.ts"],"names":[],"mappings":"","sourcesContent":["import { CSSResult } from 'lit';\n\nexport type Theme = 'material' | 'bootstrap' | 'indigo' | 'fluent';\n\nexport type Themes = {\n [K in Theme]?: CSSResult;\n};\n\n/**\n * A controller responsible for adopting various comopnent themes;\n * See also {@link updateWhenThemeChanges}.\n */\nexport interface ThemeController {\n /**\n * The name of the currently adopted theme. See {@link Theme}.\n */\n theme: Theme;\n}\n\nexport interface ReactiveTheme {\n /**\n * Provides the attached ThemeController to the component instance.\n * Can be used to get the currently adopted theme name.\n * See also {@link ThemeController}\n */\n themeAdopted(controller: ThemeController): void;\n}\n"]}
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../src/theming/types.ts"],"names":[],"mappings":"","sourcesContent":["import { CSSResult } from 'lit';\n\nexport type Theme = 'material' | 'bootstrap' | 'indigo' | 'fluent';\n\nexport type Themes = {\n [K in Theme]?: CSSResult;\n};\n\n/**\n * A controller responsible for adopting various component themes;\n * See also {@link updateWhenThemeChanges}.\n */\nexport interface ThemeController {\n /**\n * The name of the currently adopted theme. See {@link Theme}.\n */\n theme: Theme;\n}\n"]}
@@ -288,7 +288,7 @@
288
288
  },
289
289
  {
290
290
  "name": "igc-calendar",
291
- "description": "Represents a calendar that lets users\nto select a date value in a variety of different ways.\n\nEvents:\n\n * `igcChange` {} - Emitted when calendar changes its value.\n\nSlots:\n\n * ` ` {} - The default slot for the calendar.\n\n * `title` {} - Renders the title of the calendar header.\n\nAttributes:\n\n * `hide-outside-days` {`boolean`} - Controls the visibility of the dates that do not belong to the current month.\n\n * `hide-header` {`boolean`} - Determines whether the calendar hides its header. Even if set to false, the header is not displayed for `multiple` selection.\n\n * `header-orientation` {`\"vertical\" | \"horizontal\"`} - The orientation of the header.\n\n * `orientation` {`\"vertical\" | \"horizontal\"`} - The orientation of the multiple months displayed in days view.\n\n * `visible-months` {`number`} - The number of months displayed in days view.\n\n * `active-view` {`\"days\" | \"months\" | \"years\"`} - The active view.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\n * `value` {`Date | undefined`} - The current value of the calendar.\nUsed when selection is set to single.\n\n * `values` {`Date[] | undefined`} - The current values of the calendar.\nUsed when selection is set to multiple or range.\n\n * `selection` {`\"single\" | \"multiple\" | \"range\"`} - Sets the type of date selection.\n\n * `show-week-numbers` {`boolean`} - Show/hide the week numbers.\n\n * `week-start` {`\"sunday\" | \"monday\" | \"tuesday\" | \"wednesday\" | \"thursday\" | \"friday\" | \"saturday\"`} - Sets the start day of the week.\n\n * `active-date` {`Date`} - Sets the date which is shown in view and is highlighted. By default it is the current date.\n\n * `locale` {`string`} - Sets the locale used for formatting and displaying the dates in the calendar.\n\nProperties:\n\n * `styles` - \n\n * `tagName` {`\"igc-calendar\"`} - \n\n * `formatterMonth` {`DateTimeFormat`} - \n\n * `formatterWeekday` {`DateTimeFormat`} - \n\n * `formatterMonthDay` {`DateTimeFormat`} - \n\n * `themeController` {`ThemeController`} - \n\n * `theme` {`Theme`} - \n\n * `rangePreviewDate` {`Date | undefined`} - \n\n * `activeDaysViewIndex` {`number`} - \n\n * `daysViews` {`NodeList`} - \n\n * `monthsView` - \n\n * `yearsView` - \n\n * `hideOutsideDays` {`boolean`} - Controls the visibility of the dates that do not belong to the current month.\n\n * `hideHeader` {`boolean`} - Determines whether the calendar hides its header. Even if set to false, the header is not displayed for `multiple` selection.\n\n * `headerOrientation` {`\"vertical\" | \"horizontal\"`} - The orientation of the header.\n\n * `orientation` {`\"vertical\" | \"horizontal\"`} - The orientation of the multiple months displayed in days view.\n\n * `visibleMonths` {`number`} - The number of months displayed in days view.\n\n * `activeView` {`\"days\" | \"months\" | \"years\"`} - The active view.\n\n * `formatOptions` {`Pick<DateTimeFormatOptions, \"month\" | \"weekday\">`} - The options used to format the months and the weekdays in the calendar views.\n\n * `resourceStrings` {`IgcCalendarResourceStrings`} - The resource strings.\n\n * `yearPerPage` {`18 | 15`} - \n\n * `previousButtonLabel` {`string`} - \n\n * `nextButtonLabel` {`string`} - \n\n * `handleKeyDown` - \n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\n * `_activeDate` {`Date`} - \n\n * `_activeDateSetFlag` {`boolean`} - \n\n * `calendarModel` - \n\n * `value` {`Date | undefined`} - The current value of the calendar.\nUsed when selection is set to single.\n\n * `values` {`Date[] | undefined`} - The current values of the calendar.\nUsed when selection is set to multiple or range.\n\n * `selection` {`\"single\" | \"multiple\" | \"range\"`} - Sets the type of date selection.\n\n * `showWeekNumbers` {`boolean`} - Show/hide the week numbers.\n\n * `weekStart` {`\"sunday\" | \"monday\" | \"tuesday\" | \"wednesday\" | \"thursday\" | \"friday\" | \"saturday\"`} - Sets the start day of the week.\n\n * `activeDate` {`Date`} - Sets the date which is shown in view and is highlighted. By default it is the current date.\n\n * `locale` {`string`} - Sets the locale used for formatting and displaying the dates in the calendar.\n\n * `disabledDates` {`DateRangeDescriptor[]`} - Gets/sets disabled dates.\n\n * `specialDates` {`DateRangeDescriptor[]`} - Gets/sets special dates.",
291
+ "description": "Represents a calendar that lets users\nto select a date value in a variety of different ways.\n\nEvents:\n\n * `igcChange` {} - Emitted when calendar changes its value.\n\nSlots:\n\n * ` ` {} - The default slot for the calendar.\n\n * `title` {} - Renders the title of the calendar header.\n\nAttributes:\n\n * `hide-outside-days` {`boolean`} - Controls the visibility of the dates that do not belong to the current month.\n\n * `hide-header` {`boolean`} - Determines whether the calendar hides its header. Even if set to false, the header is not displayed for `multiple` selection.\n\n * `header-orientation` {`\"vertical\" | \"horizontal\"`} - The orientation of the header.\n\n * `orientation` {`\"vertical\" | \"horizontal\"`} - The orientation of the multiple months displayed in days view.\n\n * `visible-months` {`number`} - The number of months displayed in days view.\n\n * `active-view` {`\"days\" | \"months\" | \"years\"`} - The active view.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\n * `value` {`Date | undefined`} - The current value of the calendar.\nUsed when selection is set to single.\n\n * `values` {`Date[] | undefined`} - The current values of the calendar.\nUsed when selection is set to multiple or range.\n\n * `selection` {`\"single\" | \"multiple\" | \"range\"`} - Sets the type of date selection.\n\n * `show-week-numbers` {`boolean`} - Show/hide the week numbers.\n\n * `week-start` {`\"sunday\" | \"monday\" | \"tuesday\" | \"wednesday\" | \"thursday\" | \"friday\" | \"saturday\"`} - Sets the start day of the week.\n\n * `active-date` {`Date`} - Sets the date which is shown in view and is highlighted. By default it is the current date.\n\n * `locale` {`string`} - Sets the locale used for formatting and displaying the dates in the calendar.\n\nProperties:\n\n * `styles` - \n\n * `tagName` {`\"igc-calendar\"`} - \n\n * `formatterMonth` {`DateTimeFormat`} - \n\n * `formatterWeekday` {`DateTimeFormat`} - \n\n * `formatterMonthDay` {`DateTimeFormat`} - \n\n * `rangePreviewDate` {`Date | undefined`} - \n\n * `activeDaysViewIndex` {`number`} - \n\n * `daysViews` {`NodeList`} - \n\n * `monthsView` - \n\n * `yearsView` - \n\n * `hideOutsideDays` {`boolean`} - Controls the visibility of the dates that do not belong to the current month.\n\n * `hideHeader` {`boolean`} - Determines whether the calendar hides its header. Even if set to false, the header is not displayed for `multiple` selection.\n\n * `headerOrientation` {`\"vertical\" | \"horizontal\"`} - The orientation of the header.\n\n * `orientation` {`\"vertical\" | \"horizontal\"`} - The orientation of the multiple months displayed in days view.\n\n * `visibleMonths` {`number`} - The number of months displayed in days view.\n\n * `activeView` {`\"days\" | \"months\" | \"years\"`} - The active view.\n\n * `formatOptions` {`Pick<DateTimeFormatOptions, \"month\" | \"weekday\">`} - The options used to format the months and the weekdays in the calendar views.\n\n * `resourceStrings` {`IgcCalendarResourceStrings`} - The resource strings.\n\n * `yearPerPage` {`18 | 15`} - \n\n * `previousButtonLabel` {`string`} - \n\n * `nextButtonLabel` {`string`} - \n\n * `handleKeyDown` - \n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\n * `_activeDate` {`Date`} - \n\n * `_activeDateSetFlag` {`boolean`} - \n\n * `calendarModel` - \n\n * `value` {`Date | undefined`} - The current value of the calendar.\nUsed when selection is set to single.\n\n * `values` {`Date[] | undefined`} - The current values of the calendar.\nUsed when selection is set to multiple or range.\n\n * `selection` {`\"single\" | \"multiple\" | \"range\"`} - Sets the type of date selection.\n\n * `showWeekNumbers` {`boolean`} - Show/hide the week numbers.\n\n * `weekStart` {`\"sunday\" | \"monday\" | \"tuesday\" | \"wednesday\" | \"thursday\" | \"friday\" | \"saturday\"`} - Sets the start day of the week.\n\n * `activeDate` {`Date`} - Sets the date which is shown in view and is highlighted. By default it is the current date.\n\n * `locale` {`string`} - Sets the locale used for formatting and displaying the dates in the calendar.\n\n * `disabledDates` {`DateRangeDescriptor[]`} - Gets/sets disabled dates.\n\n * `specialDates` {`DateRangeDescriptor[]`} - Gets/sets special dates.",
292
292
  "attributes": [
293
293
  {
294
294
  "name": "hide-outside-days",
@@ -844,7 +844,7 @@
844
844
  },
845
845
  {
846
846
  "name": "igc-combo",
847
- "description": "Events:\n\n * `igcFocus` {} - Emitted when the select gains focus.\n\n * `igcBlur` {} - Emitted when the select loses focus.\n\n * `igcChange` {} - Emitted when the control's selection has changed.\n\n * `igcOpening` {} - Emitted just before the list of options is opened.\n\n * `igcOpened` {} - Emitted after the list of options is opened.\n\n * `igcClosing` {} - Emitter just before the list of options is closed.\n\n * `igcClosed` {} - Emitted after the list of options is closed.\n\nSlots:\n\n * `prefix` {} - Renders content before the input.\n\n * `suffix` {} - Renders content after input.\n\n * `header` {} - Renders a container before the list of options.\n\n * `footer` {} - Renders a container after the list of options.\n\n * `helper-text` {} - Renders content below the input.\n\n * `toggle-icon` {} - Renders content inside the suffix container.\n\n * `clear-icon` {} - Renders content inside the suffix container.\n\nAttributes:\n\n * `name` {`string`} - The name attribute of the control.\n\n * `disabled` {`boolean`} - The disabled attribute of the control.\n\n * `required` {`boolean`} - The required attribute of the control.\n\n * `invalid` {`boolean`} - The invalid attribute of the control.\n\n * `outlined` {`boolean`} - The outlined attribute of the control.\n\n * `single-select` {`boolean`} - Enables single selection mode and moves item filtering to the main input.\n\n * `autofocus` {`boolean`} - The autofocus attribute of the control.\n\n * `autofocus-list` {`boolean`} - Focuses the list of options when the menu opens.\n\n * `label` {`string`} - The label attribute of the control.\n\n * `placeholder` {`string`} - The placeholder attribute of the control.\n\n * `placeholder-search` {`string`} - The placeholder attribute of the search input.\n\n * `dir` {`\"ltr\" | \"rtl\" | \"auto\"`} - The direction attribute of the control.\n\n * `open` {`boolean`} - Sets the open state of the component.\n\n * `flip` {`boolean`} - \n\n * `value-key` - The key in the data source used when selecting items.\n\n * `display-key` - The key in the data source used to display items in the list.\n\n * `group-key` - The key in the data source used to group items in the list.\n\n * `group-sorting` {\"asc\" | \"desc\"} - Sorts the items in each group by ascending or descending order.\n\n * `filtering-options` {FilteringOptions<T>} - An object that configures the filtering of the combo.\n\n * `case-sensitive-icon` {`boolean`} - Enables the case sensitive search icon in the filtering input.\n\n * `disable-filtering` {`boolean`} - Disables the filtering of the list of options.\n\n * `value` {`ComboValue<T>[]`} - Sets the value (selected items). The passed value must be a valid JSON array.\nIf the data source is an array of complex objects, the `valueKey` attribute must be set.\nNote that when `displayKey` is not explicitly set, it will fall back to the value of `valueKey`.\n\nProperties:\n\n * `tagName` {`\"igc-combo\"`} - \n\n * `styles` - \n\n * `_value` {`ComboValue<T>[]`} - \n\n * `_displayValue` {`string`} - \n\n * `_filteringOptions` {`FilteringOptions<T>`} - \n\n * `navigationController` - \n\n * `selectionController` - \n\n * `dataController` - \n\n * `themeController` {`ThemeController`} - \n\n * `theme` {`Theme`} - \n\n * `helperText` {`HTMLElement[]`} - \n\n * `inputSuffix` {`HTMLElement[]`} - \n\n * `inputPrefix` {`HTMLElement[]`} - \n\n * `input` - \n\n * `target` - \n\n * `list` - \n\n * `data` {`T[]`} - The data source used to generate the list of options.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `disabled` {`boolean`} - The disabled attribute of the control.\n\n * `required` {`boolean`} - The required attribute of the control.\n\n * `invalid` {`boolean`} - The invalid attribute of the control.\n\n * `outlined` {`boolean`} - The outlined attribute of the control.\n\n * `singleSelect` {`boolean`} - Enables single selection mode and moves item filtering to the main input.\n\n * `autofocus` {`boolean`} - The autofocus attribute of the control.\n\n * `autofocusList` {`boolean`} - Focuses the list of options when the menu opens.\n\n * `label` {`string`} - The label attribute of the control.\n\n * `placeholder` {`string`} - The placeholder attribute of the control.\n\n * `placeholderSearch` {`string`} - The placeholder attribute of the search input.\n\n * `dir` {`\"ltr\" | \"rtl\" | \"auto\"`} - The direction attribute of the control.\n\n * `open` {`boolean`} - Sets the open state of the component.\n\n * `flip` {`boolean`} - \n\n * `valueKey` - The key in the data source used when selecting items.\n\n * `displayKey` - The key in the data source used to display items in the list.\n\n * `groupKey` - The key in the data source used to group items in the list.\n\n * `groupSorting` {\"asc\" | \"desc\"} - Sorts the items in each group by ascending or descending order.\n\n * `filteringOptions` {FilteringOptions<T>} - An object that configures the filtering of the combo.\n\n * `caseSensitiveIcon` {`boolean`} - Enables the case sensitive search icon in the filtering input.\n\n * `disableFiltering` {`boolean`} - Disables the filtering of the list of options.\n\n * `itemTemplate` {ComboItemTemplate<T>} - The template used for the content of each combo item.\n\n * `groupHeaderTemplate` {ComboItemTemplate<T>} - The template used for the content of each combo group header.\n\n * `positionStrategy` {`\"absolute\" | \"fixed\"`} - Sets the component's positioning strategy.\n\n * `sameWidth` {`boolean`} - Whether the dropdown's width should be the same as the target's one.\n\n * `dataState` {`ComboRecord<T>[]`} - \n\n * `value` {`ComboValue<T>[]`} - Sets the value (selected items). The passed value must be a valid JSON array.\nIf the data source is an array of complex objects, the `valueKey` attribute must be set.\nNote that when `displayKey` is not explicitly set, it will fall back to the value of `valueKey`.\n\n * `selection` {`T[]`} - Returns the current selection as an array of objects as provided in the `data` source.\n\n * `itemRenderer` - \n\n * `hasPrefixes` {`boolean`} - \n\n * `hasSuffixes` {`boolean`} - \n\n * `toggleController` - ",
847
+ "description": "Events:\n\n * `igcFocus` {} - Emitted when the select gains focus.\n\n * `igcBlur` {} - Emitted when the select loses focus.\n\n * `igcChange` {} - Emitted when the control's selection has changed.\n\n * `igcOpening` {} - Emitted just before the list of options is opened.\n\n * `igcOpened` {} - Emitted after the list of options is opened.\n\n * `igcClosing` {} - Emitter just before the list of options is closed.\n\n * `igcClosed` {} - Emitted after the list of options is closed.\n\nSlots:\n\n * `prefix` {} - Renders content before the input.\n\n * `suffix` {} - Renders content after input.\n\n * `header` {} - Renders a container before the list of options.\n\n * `footer` {} - Renders a container after the list of options.\n\n * `helper-text` {} - Renders content below the input.\n\n * `toggle-icon` {} - Renders content inside the suffix container.\n\n * `clear-icon` {} - Renders content inside the suffix container.\n\nAttributes:\n\n * `name` {`string`} - The name attribute of the control.\n\n * `disabled` {`boolean`} - The disabled attribute of the control.\n\n * `required` {`boolean`} - The required attribute of the control.\n\n * `invalid` {`boolean`} - The invalid attribute of the control.\n\n * `outlined` {`boolean`} - The outlined attribute of the control.\n\n * `single-select` {`boolean`} - Enables single selection mode and moves item filtering to the main input.\n\n * `autofocus` {`boolean`} - The autofocus attribute of the control.\n\n * `autofocus-list` {`boolean`} - Focuses the list of options when the menu opens.\n\n * `label` {`string`} - The label attribute of the control.\n\n * `placeholder` {`string`} - The placeholder attribute of the control.\n\n * `placeholder-search` {`string`} - The placeholder attribute of the search input.\n\n * `dir` {`\"ltr\" | \"rtl\" | \"auto\"`} - The direction attribute of the control.\n\n * `open` {`boolean`} - Sets the open state of the component.\n\n * `flip` {`boolean`} - \n\n * `value-key` - The key in the data source used when selecting items.\n\n * `display-key` - The key in the data source used to display items in the list.\n\n * `group-key` - The key in the data source used to group items in the list.\n\n * `group-sorting` {\"asc\" | \"desc\"} - Sorts the items in each group by ascending or descending order.\n\n * `filtering-options` {FilteringOptions<T>} - An object that configures the filtering of the combo.\n\n * `case-sensitive-icon` {`boolean`} - Enables the case sensitive search icon in the filtering input.\n\n * `disable-filtering` {`boolean`} - Disables the filtering of the list of options.\n\n * `value` {`ComboValue<T>[]`} - Sets the value (selected items). The passed value must be a valid JSON array.\nIf the data source is an array of complex objects, the `valueKey` attribute must be set.\nNote that when `displayKey` is not explicitly set, it will fall back to the value of `valueKey`.\n\nProperties:\n\n * `tagName` {`\"igc-combo\"`} - \n\n * `styles` - \n\n * `_value` {`ComboValue<T>[]`} - \n\n * `_displayValue` {`string`} - \n\n * `_filteringOptions` {`FilteringOptions<T>`} - \n\n * `navigationController` - \n\n * `selectionController` - \n\n * `dataController` - \n\n * `helperText` {`HTMLElement[]`} - \n\n * `inputSuffix` {`HTMLElement[]`} - \n\n * `inputPrefix` {`HTMLElement[]`} - \n\n * `input` - \n\n * `target` - \n\n * `list` - \n\n * `data` {`T[]`} - The data source used to generate the list of options.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `disabled` {`boolean`} - The disabled attribute of the control.\n\n * `required` {`boolean`} - The required attribute of the control.\n\n * `invalid` {`boolean`} - The invalid attribute of the control.\n\n * `outlined` {`boolean`} - The outlined attribute of the control.\n\n * `singleSelect` {`boolean`} - Enables single selection mode and moves item filtering to the main input.\n\n * `autofocus` {`boolean`} - The autofocus attribute of the control.\n\n * `autofocusList` {`boolean`} - Focuses the list of options when the menu opens.\n\n * `label` {`string`} - The label attribute of the control.\n\n * `placeholder` {`string`} - The placeholder attribute of the control.\n\n * `placeholderSearch` {`string`} - The placeholder attribute of the search input.\n\n * `dir` {`\"ltr\" | \"rtl\" | \"auto\"`} - The direction attribute of the control.\n\n * `open` {`boolean`} - Sets the open state of the component.\n\n * `flip` {`boolean`} - \n\n * `valueKey` - The key in the data source used when selecting items.\n\n * `displayKey` - The key in the data source used to display items in the list.\n\n * `groupKey` - The key in the data source used to group items in the list.\n\n * `groupSorting` {\"asc\" | \"desc\"} - Sorts the items in each group by ascending or descending order.\n\n * `filteringOptions` {FilteringOptions<T>} - An object that configures the filtering of the combo.\n\n * `caseSensitiveIcon` {`boolean`} - Enables the case sensitive search icon in the filtering input.\n\n * `disableFiltering` {`boolean`} - Disables the filtering of the list of options.\n\n * `itemTemplate` {ComboItemTemplate<T>} - The template used for the content of each combo item.\n\n * `groupHeaderTemplate` {ComboItemTemplate<T>} - The template used for the content of each combo group header.\n\n * `positionStrategy` {`\"absolute\" | \"fixed\"`} - Sets the component's positioning strategy.\n\n * `sameWidth` {`boolean`} - Whether the dropdown's width should be the same as the target's one.\n\n * `dataState` {`ComboRecord<T>[]`} - \n\n * `value` {`ComboValue<T>[]`} - Sets the value (selected items). The passed value must be a valid JSON array.\nIf the data source is an array of complex objects, the `valueKey` attribute must be set.\nNote that when `displayKey` is not explicitly set, it will fall back to the value of `valueKey`.\n\n * `selection` {`T[]`} - Returns the current selection as an array of objects as provided in the `data` source.\n\n * `itemRenderer` - \n\n * `hasPrefixes` {`boolean`} - \n\n * `hasSuffixes` {`boolean`} - \n\n * `toggleController` - ",
848
848
  "attributes": [
849
849
  {
850
850
  "name": "name",
@@ -999,7 +999,7 @@
999
999
  },
1000
1000
  {
1001
1001
  "name": "igc-date-time-input",
1002
- "description": "A date time input is an input field that lets you set and edit the date and time in a chosen input element\nusing customizable display and input formats.\n\nEvents:\n\n * `igcInput` {} - Emitted when the control input receives user input.\n\n * `igcChange` {} - Emitted when the control's checked state changes.\n\n * `igcFocus` {} - Emitted when the control gains focus.\n\n * `igcBlur` {} - Emitted when the control loses focus.\n\nSlots:\n\n * `prefix` {} - Renders content before the input.\n\n * `suffix` {} - Renders content after input.\n\n * `helper-text` {} - Renders content below the input.\n\nAttributes:\n\n * `input-format` {`string`} - The date format to apply on the input.\n\n * `min-value` {`Date | null`} - The minimum value required for the input to remain valid.\n\n * `max-value` {`Date | null`} - The maximum value required for the input to remain valid.\n\n * `display-format` {`string`} - Format to display the value in when not editing.\nDefaults to the input format if not set.\n\n * `spin-loop` {`boolean`} - Sets whether to loop over the currently spun segment.\n\n * `locale` {`string`} - The locale settings used to display the value.\n\n * `prompt` {`string`} - The prompt symbol to use for unfilled parts of the mask.\n\n * `invalid` {`boolean`} - Controls the validity of the control.\n\n * `value` {`Date | null`} - The value of the input.\n\n * `dir` {`Direction`} - The direction attribute of the control.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `outlined` {`boolean`} - Whether the control will have outlined appearance.\n\n * `required` {`boolean`} - Makes the control a required field.\n\n * `disabled` {`boolean`} - Makes the control a disabled field.\n\n * `readonly` {`boolean`} - Makes the control a readonly field.\n\n * `placeholder` {`string`} - The placeholder attribute of the control.\n\n * `label` {`string`} - The label for the control.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-date-time-input\"`} - \n\n * `_defaultMask` {`string`} - \n\n * `_value` {`Date | null`} - \n\n * `_oldValue` {`Date | null`} - \n\n * `_inputDateParts` {`DatePartInfo[]`} - \n\n * `_inputFormat` {`string`} - \n\n * `_datePartDeltas` {`DatePartDeltas`} - \n\n * `inputFormat` {`string`} - The date format to apply on the input.\n\n * `minValue` {`Date | null`} - The minimum value required for the input to remain valid.\n\n * `maxValue` {`Date | null`} - The maximum value required for the input to remain valid.\n\n * `displayFormat` {`string`} - Format to display the value in when not editing.\nDefaults to the input format if not set.\n\n * `spinDelta` {`DatePartDeltas`} - Delta values used to increment or decrement each date part on step actions.\nAll values default to `1`.\n\n * `spinLoop` {`boolean`} - Sets whether to loop over the currently spun segment.\n\n * `locale` {`string`} - The locale settings used to display the value.\n\n * `hasDateParts` {`boolean`} - \n\n * `hasTimeParts` {`boolean`} - \n\n * `targetDatePart` {`DatePart | undefined`} - \n\n * `datePartDeltas` {`DatePartDeltas`} - \n\n * `parser` - \n\n * `selection` {`MaskRange`} - \n\n * `compositionStart` {`number`} - \n\n * `hasFocus` {`boolean`} - \n\n * `maskedValue` {`string`} - \n\n * `_mask` {`string`} - \n\n * `prompt` {`string`} - The prompt symbol to use for unfilled parts of the mask.\n\n * `invalid` {`boolean`} - Controls the validity of the control.\n\n * `inputSelection` {`MaskRange`} - \n\n * `emptyMask` {`string`} - \n\n * `shadowRootOptions` {`{ delegatesFocus: boolean; mode: ShadowRootMode; slotAssignment?: SlotAssignmentMode | undefined; customElements?: CustomElementRegistry | undefined; }`} - \n\n * `styles` - \n\n * `increment` - \n\n * `inputId` {`string`} - \n\n * `value` {`Date | null`} - The value of the input.\n\n * `input` {`HTMLInputElement`} - \n\n * `prefixes` {`HTMLElement[]`} - \n\n * `suffixes` {`HTMLElement[]`} - \n\n * `helperText` {`HTMLElement[]`} - \n\n * `themeController` {`ThemeController`} - \n\n * `dir` {`Direction`} - The direction attribute of the control.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `outlined` {`boolean`} - Whether the control will have outlined appearance.\n\n * `required` {`boolean`} - Makes the control a required field.\n\n * `disabled` {`boolean`} - Makes the control a disabled field.\n\n * `readonly` {`boolean`} - Makes the control a readonly field.\n\n * `placeholder` {`string`} - The placeholder attribute of the control.\n\n * `label` {`string`} - The label for the control.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.",
1002
+ "description": "A date time input is an input field that lets you set and edit the date and time in a chosen input element\nusing customizable display and input formats.\n\nEvents:\n\n * `igcInput` {} - Emitted when the control input receives user input.\n\n * `igcChange` {} - Emitted when the control's checked state changes.\n\n * `igcFocus` {} - Emitted when the control gains focus.\n\n * `igcBlur` {} - Emitted when the control loses focus.\n\nSlots:\n\n * `prefix` {} - Renders content before the input.\n\n * `suffix` {} - Renders content after input.\n\n * `helper-text` {} - Renders content below the input.\n\nAttributes:\n\n * `input-format` {`string`} - The date format to apply on the input.\n\n * `min-value` {`Date | null`} - The minimum value required for the input to remain valid.\n\n * `max-value` {`Date | null`} - The maximum value required for the input to remain valid.\n\n * `display-format` {`string`} - Format to display the value in when not editing.\nDefaults to the input format if not set.\n\n * `spin-loop` {`boolean`} - Sets whether to loop over the currently spun segment.\n\n * `locale` {`string`} - The locale settings used to display the value.\n\n * `prompt` {`string`} - The prompt symbol to use for unfilled parts of the mask.\n\n * `invalid` {`boolean`} - Controls the validity of the control.\n\n * `value` {`Date | null`} - The value of the input.\n\n * `dir` {`Direction`} - The direction attribute of the control.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `outlined` {`boolean`} - Whether the control will have outlined appearance.\n\n * `required` {`boolean`} - Makes the control a required field.\n\n * `disabled` {`boolean`} - Makes the control a disabled field.\n\n * `readonly` {`boolean`} - Makes the control a readonly field.\n\n * `placeholder` {`string`} - The placeholder attribute of the control.\n\n * `label` {`string`} - The label for the control.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-date-time-input\"`} - \n\n * `_defaultMask` {`string`} - \n\n * `_value` {`Date | null`} - \n\n * `_oldValue` {`Date | null`} - \n\n * `_inputDateParts` {`DatePartInfo[]`} - \n\n * `_inputFormat` {`string`} - \n\n * `_datePartDeltas` {`DatePartDeltas`} - \n\n * `inputFormat` {`string`} - The date format to apply on the input.\n\n * `minValue` {`Date | null`} - The minimum value required for the input to remain valid.\n\n * `maxValue` {`Date | null`} - The maximum value required for the input to remain valid.\n\n * `displayFormat` {`string`} - Format to display the value in when not editing.\nDefaults to the input format if not set.\n\n * `spinDelta` {`DatePartDeltas`} - Delta values used to increment or decrement each date part on step actions.\nAll values default to `1`.\n\n * `spinLoop` {`boolean`} - Sets whether to loop over the currently spun segment.\n\n * `locale` {`string`} - The locale settings used to display the value.\n\n * `hasDateParts` {`boolean`} - \n\n * `hasTimeParts` {`boolean`} - \n\n * `targetDatePart` {`DatePart | undefined`} - \n\n * `datePartDeltas` {`DatePartDeltas`} - \n\n * `parser` - \n\n * `selection` {`MaskRange`} - \n\n * `compositionStart` {`number`} - \n\n * `hasFocus` {`boolean`} - \n\n * `maskedValue` {`string`} - \n\n * `_mask` {`string`} - \n\n * `prompt` {`string`} - The prompt symbol to use for unfilled parts of the mask.\n\n * `invalid` {`boolean`} - Controls the validity of the control.\n\n * `inputSelection` {`MaskRange`} - \n\n * `emptyMask` {`string`} - \n\n * `shadowRootOptions` {`{ delegatesFocus: boolean; mode: ShadowRootMode; slotAssignment?: SlotAssignmentMode | undefined; customElements?: CustomElementRegistry | undefined; }`} - \n\n * `styles` - \n\n * `increment` - \n\n * `inputId` {`string`} - \n\n * `value` {`Date | null`} - The value of the input.\n\n * `input` {`HTMLInputElement`} - \n\n * `prefixes` {`HTMLElement[]`} - \n\n * `suffixes` {`HTMLElement[]`} - \n\n * `helperText` {`HTMLElement[]`} - \n\n * `dir` {`Direction`} - The direction attribute of the control.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `outlined` {`boolean`} - Whether the control will have outlined appearance.\n\n * `required` {`boolean`} - Makes the control a required field.\n\n * `disabled` {`boolean`} - Makes the control a disabled field.\n\n * `readonly` {`boolean`} - Makes the control a readonly field.\n\n * `placeholder` {`string`} - The placeholder attribute of the control.\n\n * `label` {`string`} - The label for the control.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.",
1003
1003
  "attributes": [
1004
1004
  {
1005
1005
  "name": "input-format",
@@ -1419,7 +1419,7 @@
1419
1419
  },
1420
1420
  {
1421
1421
  "name": "igc-input",
1422
- "description": "Events:\n\n * `igcInput` {} - Emitted when the control input receives user input.\n\n * `igcChange` {} - Emitted when the control's checked state changes.\n\n * `igcFocus` {} - Emitted when the control gains focus.\n\n * `igcBlur` {} - Emitted when the control loses focus.\n\nSlots:\n\n * `prefix` {} - Renders content before the input.\n\n * `suffix` {} - Renders content after input.\n\n * `helper-text` {} - Renders content below the input.\n\nAttributes:\n\n * `type` {`\"number\" | \"email\" | \"password\" | \"search\" | \"tel\" | \"text\" | \"url\"`} - The type attribute of the control.\n\n * `inputmode` {`\"numeric\" | \"none\" | \"email\" | \"search\" | \"tel\" | \"url\" | \"txt\" | \"decimal\"`} - The input mode attribute of the control.\n\n * `pattern` {`string`} - The pattern attribute of the control.\n\n * `invalid` {`boolean`} - Controls the validity of the control.\n\n * `minlength` {`number`} - The minlength attribute of the control.\n\n * `maxlength` {`number`} - The maxlength attribute of the control.\n\n * `min` {`string | number`} - The min attribute of the control.\n\n * `max` {`string | number`} - The max attribute of the control.\n\n * `step` {`number`} - The step attribute of the control.\n\n * `autofocus` {`boolean`} - The autofocus attribute of the control.\n\n * `autocomplete` {`string`} - The autocomplete attribute of the control.\n\n * `tabIndex` {`number`} - \n\n * `value` {`string`} - The value of the control.\n\n * `dir` {`Direction`} - The direction attribute of the control.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `outlined` {`boolean`} - Whether the control will have outlined appearance.\n\n * `required` {`boolean`} - Makes the control a required field.\n\n * `disabled` {`boolean`} - Makes the control a disabled field.\n\n * `readonly` {`boolean`} - Makes the control a readonly field.\n\n * `placeholder` {`string`} - The placeholder attribute of the control.\n\n * `label` {`string`} - The label for the control.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-input\"`} - \n\n * `type` {`\"number\" | \"email\" | \"password\" | \"search\" | \"tel\" | \"text\" | \"url\"`} - The type attribute of the control.\n\n * `inputmode` {`\"numeric\" | \"none\" | \"email\" | \"search\" | \"tel\" | \"url\" | \"txt\" | \"decimal\"`} - The input mode attribute of the control.\n\n * `pattern` {`string`} - The pattern attribute of the control.\n\n * `invalid` {`boolean`} - Controls the validity of the control.\n\n * `minlength` {`number`} - The minlength attribute of the control.\n\n * `maxlength` {`number`} - The maxlength attribute of the control.\n\n * `min` {`string | number`} - The min attribute of the control.\n\n * `max` {`string | number`} - The max attribute of the control.\n\n * `step` {`number`} - The step attribute of the control.\n\n * `autofocus` {`boolean`} - The autofocus attribute of the control.\n\n * `autocomplete` {`string`} - The autocomplete attribute of the control.\n\n * `tabIndex` {`number`} - \n\n * `shadowRootOptions` {`{ delegatesFocus: boolean; mode: ShadowRootMode; slotAssignment?: SlotAssignmentMode | undefined; customElements?: CustomElementRegistry | undefined; }`} - \n\n * `styles` - \n\n * `increment` - \n\n * `inputId` {`string`} - \n\n * `value` {`string`} - The value of the control.\n\n * `input` {`HTMLInputElement`} - \n\n * `prefixes` {`HTMLElement[]`} - \n\n * `suffixes` {`HTMLElement[]`} - \n\n * `helperText` {`HTMLElement[]`} - \n\n * `themeController` {`ThemeController`} - \n\n * `dir` {`Direction`} - The direction attribute of the control.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `outlined` {`boolean`} - Whether the control will have outlined appearance.\n\n * `required` {`boolean`} - Makes the control a required field.\n\n * `disabled` {`boolean`} - Makes the control a disabled field.\n\n * `readonly` {`boolean`} - Makes the control a readonly field.\n\n * `placeholder` {`string`} - The placeholder attribute of the control.\n\n * `label` {`string`} - The label for the control.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.",
1422
+ "description": "Events:\n\n * `igcInput` {} - Emitted when the control input receives user input.\n\n * `igcChange` {} - Emitted when the control's checked state changes.\n\n * `igcFocus` {} - Emitted when the control gains focus.\n\n * `igcBlur` {} - Emitted when the control loses focus.\n\nSlots:\n\n * `prefix` {} - Renders content before the input.\n\n * `suffix` {} - Renders content after input.\n\n * `helper-text` {} - Renders content below the input.\n\nAttributes:\n\n * `type` {`\"number\" | \"email\" | \"password\" | \"search\" | \"tel\" | \"text\" | \"url\"`} - The type attribute of the control.\n\n * `inputmode` {`\"numeric\" | \"none\" | \"email\" | \"search\" | \"tel\" | \"url\" | \"txt\" | \"decimal\"`} - The input mode attribute of the control.\n\n * `pattern` {`string`} - The pattern attribute of the control.\n\n * `invalid` {`boolean`} - Controls the validity of the control.\n\n * `minlength` {`number`} - The minlength attribute of the control.\n\n * `maxlength` {`number`} - The maxlength attribute of the control.\n\n * `min` {`string | number`} - The min attribute of the control.\n\n * `max` {`string | number`} - The max attribute of the control.\n\n * `step` {`number`} - The step attribute of the control.\n\n * `autofocus` {`boolean`} - The autofocus attribute of the control.\n\n * `autocomplete` {`string`} - The autocomplete attribute of the control.\n\n * `tabIndex` {`number`} - \n\n * `value` {`string`} - The value of the control.\n\n * `dir` {`Direction`} - The direction attribute of the control.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `outlined` {`boolean`} - Whether the control will have outlined appearance.\n\n * `required` {`boolean`} - Makes the control a required field.\n\n * `disabled` {`boolean`} - Makes the control a disabled field.\n\n * `readonly` {`boolean`} - Makes the control a readonly field.\n\n * `placeholder` {`string`} - The placeholder attribute of the control.\n\n * `label` {`string`} - The label for the control.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-input\"`} - \n\n * `type` {`\"number\" | \"email\" | \"password\" | \"search\" | \"tel\" | \"text\" | \"url\"`} - The type attribute of the control.\n\n * `inputmode` {`\"numeric\" | \"none\" | \"email\" | \"search\" | \"tel\" | \"url\" | \"txt\" | \"decimal\"`} - The input mode attribute of the control.\n\n * `pattern` {`string`} - The pattern attribute of the control.\n\n * `invalid` {`boolean`} - Controls the validity of the control.\n\n * `minlength` {`number`} - The minlength attribute of the control.\n\n * `maxlength` {`number`} - The maxlength attribute of the control.\n\n * `min` {`string | number`} - The min attribute of the control.\n\n * `max` {`string | number`} - The max attribute of the control.\n\n * `step` {`number`} - The step attribute of the control.\n\n * `autofocus` {`boolean`} - The autofocus attribute of the control.\n\n * `autocomplete` {`string`} - The autocomplete attribute of the control.\n\n * `tabIndex` {`number`} - \n\n * `shadowRootOptions` {`{ delegatesFocus: boolean; mode: ShadowRootMode; slotAssignment?: SlotAssignmentMode | undefined; customElements?: CustomElementRegistry | undefined; }`} - \n\n * `styles` - \n\n * `increment` - \n\n * `inputId` {`string`} - \n\n * `value` {`string`} - The value of the control.\n\n * `input` {`HTMLInputElement`} - \n\n * `prefixes` {`HTMLElement[]`} - \n\n * `suffixes` {`HTMLElement[]`} - \n\n * `helperText` {`HTMLElement[]`} - \n\n * `dir` {`Direction`} - The direction attribute of the control.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `outlined` {`boolean`} - Whether the control will have outlined appearance.\n\n * `required` {`boolean`} - Makes the control a required field.\n\n * `disabled` {`boolean`} - Makes the control a disabled field.\n\n * `readonly` {`boolean`} - Makes the control a readonly field.\n\n * `placeholder` {`string`} - The placeholder attribute of the control.\n\n * `label` {`string`} - The label for the control.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.",
1423
1423
  "attributes": [
1424
1424
  {
1425
1425
  "name": "type",
@@ -1628,7 +1628,7 @@
1628
1628
  },
1629
1629
  {
1630
1630
  "name": "igc-mask-input",
1631
- "description": "A masked input is an input field where a developer can control user input and format the visible value,\nbased on configurable rules\n\nEvents:\n\n * `igcInput` {} - Emitted when the control receives user input\n\n * `igcChange` {} - Emitted when an alteration of the control's value is committed by the user\n\n * `igcFocus` {} - Emitted when the control gains focus\n\n * `igcBlur` {} - Emitted when the control loses focus\n\nSlots:\n\n * `prefix` {} - Renders content before the input\n\n * `suffix` {} - Renders content after the input\n\n * `helper-text` {} - Renders content below the input\n\nAttributes:\n\n * `value-mode` {`\"raw\" | \"withFormatting\"`} - Dictates the behavior when retrieving the value of the control:\n\n- `raw` will return the clean user input.\n- `withFormatting` will return the value with all literals and prompts.\n\n * `mask` {`string`} - The mask pattern to apply on the input.\n\n * `prompt` {`string`} - The prompt symbol to use for unfilled parts of the mask.\n\n * `invalid` {`boolean`} - Controls the validity of the control.\n\n * `value` {`string`} - The value of the input.\n\nRegardless of the currently set `value-mode`, an empty value will return an empty string.\n\n * `dir` {`Direction`} - The direction attribute of the control.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `outlined` {`boolean`} - Whether the control will have outlined appearance.\n\n * `required` {`boolean`} - Makes the control a required field.\n\n * `disabled` {`boolean`} - Makes the control a disabled field.\n\n * `readonly` {`boolean`} - Makes the control a readonly field.\n\n * `placeholder` {`string`} - The placeholder attribute of the control.\n\n * `label` {`string`} - The label for the control.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-mask-input\"`} - \n\n * `_value` {`string`} - \n\n * `valueMode` {`\"raw\" | \"withFormatting\"`} - Dictates the behavior when retrieving the value of the control:\n\n- `raw` will return the clean user input.\n- `withFormatting` will return the value with all literals and prompts.\n\n * `mask` {`string`} - The mask pattern to apply on the input.\n\n * `parser` - \n\n * `selection` {`MaskRange`} - \n\n * `compositionStart` {`number`} - \n\n * `hasFocus` {`boolean`} - \n\n * `maskedValue` {`string`} - \n\n * `_mask` {`string`} - \n\n * `prompt` {`string`} - The prompt symbol to use for unfilled parts of the mask.\n\n * `invalid` {`boolean`} - Controls the validity of the control.\n\n * `inputSelection` {`MaskRange`} - \n\n * `emptyMask` {`string`} - \n\n * `shadowRootOptions` {`{ delegatesFocus: boolean; mode: ShadowRootMode; slotAssignment?: SlotAssignmentMode | undefined; customElements?: CustomElementRegistry | undefined; }`} - \n\n * `styles` - \n\n * `increment` - \n\n * `inputId` {`string`} - \n\n * `value` {`string`} - The value of the input.\n\nRegardless of the currently set `value-mode`, an empty value will return an empty string.\n\n * `input` {`HTMLInputElement`} - \n\n * `prefixes` {`HTMLElement[]`} - \n\n * `suffixes` {`HTMLElement[]`} - \n\n * `helperText` {`HTMLElement[]`} - \n\n * `themeController` {`ThemeController`} - \n\n * `dir` {`Direction`} - The direction attribute of the control.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `outlined` {`boolean`} - Whether the control will have outlined appearance.\n\n * `required` {`boolean`} - Makes the control a required field.\n\n * `disabled` {`boolean`} - Makes the control a disabled field.\n\n * `readonly` {`boolean`} - Makes the control a readonly field.\n\n * `placeholder` {`string`} - The placeholder attribute of the control.\n\n * `label` {`string`} - The label for the control.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.",
1631
+ "description": "A masked input is an input field where a developer can control user input and format the visible value,\nbased on configurable rules\n\nEvents:\n\n * `igcInput` {} - Emitted when the control receives user input\n\n * `igcChange` {} - Emitted when an alteration of the control's value is committed by the user\n\n * `igcFocus` {} - Emitted when the control gains focus\n\n * `igcBlur` {} - Emitted when the control loses focus\n\nSlots:\n\n * `prefix` {} - Renders content before the input\n\n * `suffix` {} - Renders content after the input\n\n * `helper-text` {} - Renders content below the input\n\nAttributes:\n\n * `value-mode` {`\"raw\" | \"withFormatting\"`} - Dictates the behavior when retrieving the value of the control:\n\n- `raw` will return the clean user input.\n- `withFormatting` will return the value with all literals and prompts.\n\n * `mask` {`string`} - The mask pattern to apply on the input.\n\n * `prompt` {`string`} - The prompt symbol to use for unfilled parts of the mask.\n\n * `invalid` {`boolean`} - Controls the validity of the control.\n\n * `value` {`string`} - The value of the input.\n\nRegardless of the currently set `value-mode`, an empty value will return an empty string.\n\n * `dir` {`Direction`} - The direction attribute of the control.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `outlined` {`boolean`} - Whether the control will have outlined appearance.\n\n * `required` {`boolean`} - Makes the control a required field.\n\n * `disabled` {`boolean`} - Makes the control a disabled field.\n\n * `readonly` {`boolean`} - Makes the control a readonly field.\n\n * `placeholder` {`string`} - The placeholder attribute of the control.\n\n * `label` {`string`} - The label for the control.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-mask-input\"`} - \n\n * `_value` {`string`} - \n\n * `valueMode` {`\"raw\" | \"withFormatting\"`} - Dictates the behavior when retrieving the value of the control:\n\n- `raw` will return the clean user input.\n- `withFormatting` will return the value with all literals and prompts.\n\n * `mask` {`string`} - The mask pattern to apply on the input.\n\n * `parser` - \n\n * `selection` {`MaskRange`} - \n\n * `compositionStart` {`number`} - \n\n * `hasFocus` {`boolean`} - \n\n * `maskedValue` {`string`} - \n\n * `_mask` {`string`} - \n\n * `prompt` {`string`} - The prompt symbol to use for unfilled parts of the mask.\n\n * `invalid` {`boolean`} - Controls the validity of the control.\n\n * `inputSelection` {`MaskRange`} - \n\n * `emptyMask` {`string`} - \n\n * `shadowRootOptions` {`{ delegatesFocus: boolean; mode: ShadowRootMode; slotAssignment?: SlotAssignmentMode | undefined; customElements?: CustomElementRegistry | undefined; }`} - \n\n * `styles` - \n\n * `increment` - \n\n * `inputId` {`string`} - \n\n * `value` {`string`} - The value of the input.\n\nRegardless of the currently set `value-mode`, an empty value will return an empty string.\n\n * `input` {`HTMLInputElement`} - \n\n * `prefixes` {`HTMLElement[]`} - \n\n * `suffixes` {`HTMLElement[]`} - \n\n * `helperText` {`HTMLElement[]`} - \n\n * `dir` {`Direction`} - The direction attribute of the control.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `outlined` {`boolean`} - Whether the control will have outlined appearance.\n\n * `required` {`boolean`} - Makes the control a required field.\n\n * `disabled` {`boolean`} - Makes the control a disabled field.\n\n * `readonly` {`boolean`} - Makes the control a readonly field.\n\n * `placeholder` {`string`} - The placeholder attribute of the control.\n\n * `label` {`string`} - The label for the control.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.",
1632
1632
  "attributes": [
1633
1633
  {
1634
1634
  "name": "value-mode",
@@ -2145,7 +2145,7 @@
2145
2145
  },
2146
2146
  {
2147
2147
  "name": "igc-select",
2148
- "description": "Events:\n\n * `igcChange` {} - Emitted when the selected item changes.\n\n * `igcOpening` {} - Emitted just before the dropdown is open.\n\n * `igcOpened` {} - Emitted after the dropdown is open.\n\n * `igcClosing` {} - Emitter just before the dropdown is closed.\n\n * `igcClosed` {} - Emitted after closing the dropdown.\n\nSlots:\n\n * `target` {} - Renders the dropdown's target element.\n\n * ` ` {} - Renders the dropdown list items.\n\nAttributes:\n\n * `value` {`string | undefined`} - The value attribute of the control.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `disabled` {`boolean`} - The disabled attribute of the control.\n\n * `required` {`boolean`} - The required attribute of the control.\n\n * `invalid` {`boolean`} - The invalid attribute of the control.\n\n * `outlined` {`boolean`} - The outlined attribute of the control.\n\n * `autofocus` {`boolean`} - The autofocus attribute of the control.\n\n * `label` {`string`} - The label attribute of the control.\n\n * `placeholder` {`string`} - The placeholder attribute of the control.\n\n * `dir` {`\"ltr\" | \"rtl\" | \"auto\"`} - The direction attribute of the control.\n\n * `keep-open-on-select` {`boolean`} - Whether the dropdown should be kept open on selection.\n\n * `scroll-strategy` {`\"scroll\" | \"block\" | \"close\"`} - Determines the behavior of the component during scrolling the container.\n\n * `keep-open-on-outside-click` {`boolean`} - Whether the component should be kept open on clicking outside of it.\n\n * `open` {`boolean`} - Sets the open state of the component.\n\n * `placement` {\"top\" | \"top-start\" | \"top-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"right\" | \"right-start\" | \"right-end\" | \"left\" | \"left-start\" | \"left-end\"} - The preferred placement of the component around the target element.\n\n * `position-strategy` {`\"absolute\" | \"fixed\"`} - Sets the component's positioning strategy.\n\n * `flip` {`boolean`} - Whether the component should be flipped to the opposite side of the target once it's about to overflow the visible area.\nWhen true, once enough space is detected on its preferred side, it will flip back.\n\n * `distance` {`number`} - The distance from the target element.\n\n * `same-width` {`boolean`} - Whether the dropdown's width should be the same as the target's one.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `searchTerm` {`string`} - \n\n * `lastKeyTime` {`number`} - \n\n * `themeController` {`ThemeController`} - \n\n * `theme` {`Theme`} - \n\n * `targetKeyHandlers` {`Map<string, Function>`} - \n\n * `helperText` {`HTMLElement[]`} - \n\n * `inputSuffix` {`HTMLElement[]`} - \n\n * `inputPrefix` {`HTMLElement[]`} - \n\n * `value` {`string | undefined`} - The value attribute of the control.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `disabled` {`boolean`} - The disabled attribute of the control.\n\n * `required` {`boolean`} - The required attribute of the control.\n\n * `invalid` {`boolean`} - The invalid attribute of the control.\n\n * `outlined` {`boolean`} - The outlined attribute of the control.\n\n * `autofocus` {`boolean`} - The autofocus attribute of the control.\n\n * `label` {`string`} - The label attribute of the control.\n\n * `placeholder` {`string`} - The placeholder attribute of the control.\n\n * `dir` {`\"ltr\" | \"rtl\" | \"auto\"`} - The direction attribute of the control.\n\n * `hasPrefixes` {`boolean`} - \n\n * `hasSuffixes` {`boolean`} - \n\n * `tagName` {`\"igc-select\"`} - \n\n * `styles` - \n\n * `selectedItem` - \n\n * `activeItem` - \n\n * `target` - \n\n * `keyDownHandlers` {`Map<string, Function>`} - \n\n * `allItems` {`IgcDropdownItemComponent[]`} - \n\n * `targetNodes` {`HTMLElement[]`} - \n\n * `content` {`HTMLElement`} - \n\n * `scrollContainer` {`HTMLElement`} - \n\n * `items` {`IgcSelectItemComponent[]`} - \n\n * `groups` {`IgcSelectGroupComponent[]`} - \n\n * `keepOpenOnSelect` {`boolean`} - Whether the dropdown should be kept open on selection.\n\n * `handleKeyDown` - \n\n * `handleTargetClick` - \n\n * `toggleController` - \n\n * `scrollStrategy` {`\"scroll\" | \"block\" | \"close\"`} - Determines the behavior of the component during scrolling the container.\n\n * `keepOpenOnOutsideClick` {`boolean`} - Whether the component should be kept open on clicking outside of it.\n\n * `open` {`boolean`} - Sets the open state of the component.\n\n * `placement` {\"top\" | \"top-start\" | \"top-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"right\" | \"right-start\" | \"right-end\" | \"left\" | \"left-start\" | \"left-end\"} - The preferred placement of the component around the target element.\n\n * `positionStrategy` {`\"absolute\" | \"fixed\"`} - Sets the component's positioning strategy.\n\n * `flip` {`boolean`} - Whether the component should be flipped to the opposite side of the target once it's about to overflow the visible area.\nWhen true, once enough space is detected on its preferred side, it will flip back.\n\n * `distance` {`number`} - The distance from the target element.\n\n * `sameWidth` {`boolean`} - Whether the dropdown's width should be the same as the target's one.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.",
2148
+ "description": "Events:\n\n * `igcChange` {} - Emitted when the selected item changes.\n\n * `igcOpening` {} - Emitted just before the dropdown is open.\n\n * `igcOpened` {} - Emitted after the dropdown is open.\n\n * `igcClosing` {} - Emitter just before the dropdown is closed.\n\n * `igcClosed` {} - Emitted after closing the dropdown.\n\nSlots:\n\n * `target` {} - Renders the dropdown's target element.\n\n * ` ` {} - Renders the dropdown list items.\n\nAttributes:\n\n * `value` {`string | undefined`} - The value attribute of the control.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `disabled` {`boolean`} - The disabled attribute of the control.\n\n * `required` {`boolean`} - The required attribute of the control.\n\n * `invalid` {`boolean`} - The invalid attribute of the control.\n\n * `outlined` {`boolean`} - The outlined attribute of the control.\n\n * `autofocus` {`boolean`} - The autofocus attribute of the control.\n\n * `label` {`string`} - The label attribute of the control.\n\n * `placeholder` {`string`} - The placeholder attribute of the control.\n\n * `dir` {`\"ltr\" | \"rtl\" | \"auto\"`} - The direction attribute of the control.\n\n * `keep-open-on-select` {`boolean`} - Whether the dropdown should be kept open on selection.\n\n * `scroll-strategy` {`\"scroll\" | \"block\" | \"close\"`} - Determines the behavior of the component during scrolling the container.\n\n * `keep-open-on-outside-click` {`boolean`} - Whether the component should be kept open on clicking outside of it.\n\n * `open` {`boolean`} - Sets the open state of the component.\n\n * `placement` {\"top\" | \"top-start\" | \"top-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"right\" | \"right-start\" | \"right-end\" | \"left\" | \"left-start\" | \"left-end\"} - The preferred placement of the component around the target element.\n\n * `position-strategy` {`\"absolute\" | \"fixed\"`} - Sets the component's positioning strategy.\n\n * `flip` {`boolean`} - Whether the component should be flipped to the opposite side of the target once it's about to overflow the visible area.\nWhen true, once enough space is detected on its preferred side, it will flip back.\n\n * `distance` {`number`} - The distance from the target element.\n\n * `same-width` {`boolean`} - Whether the dropdown's width should be the same as the target's one.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `searchTerm` {`string`} - \n\n * `lastKeyTime` {`number`} - \n\n * `targetKeyHandlers` {`Map<string, Function>`} - \n\n * `helperText` {`HTMLElement[]`} - \n\n * `inputSuffix` {`HTMLElement[]`} - \n\n * `inputPrefix` {`HTMLElement[]`} - \n\n * `value` {`string | undefined`} - The value attribute of the control.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `disabled` {`boolean`} - The disabled attribute of the control.\n\n * `required` {`boolean`} - The required attribute of the control.\n\n * `invalid` {`boolean`} - The invalid attribute of the control.\n\n * `outlined` {`boolean`} - The outlined attribute of the control.\n\n * `autofocus` {`boolean`} - The autofocus attribute of the control.\n\n * `label` {`string`} - The label attribute of the control.\n\n * `placeholder` {`string`} - The placeholder attribute of the control.\n\n * `dir` {`\"ltr\" | \"rtl\" | \"auto\"`} - The direction attribute of the control.\n\n * `hasPrefixes` {`boolean`} - \n\n * `hasSuffixes` {`boolean`} - \n\n * `tagName` {`\"igc-select\"`} - \n\n * `styles` - \n\n * `selectedItem` - \n\n * `activeItem` - \n\n * `target` - \n\n * `keyDownHandlers` {`Map<string, Function>`} - \n\n * `allItems` {`IgcDropdownItemComponent[]`} - \n\n * `targetNodes` {`HTMLElement[]`} - \n\n * `content` {`HTMLElement`} - \n\n * `scrollContainer` {`HTMLElement`} - \n\n * `items` {`IgcSelectItemComponent[]`} - \n\n * `groups` {`IgcSelectGroupComponent[]`} - \n\n * `keepOpenOnSelect` {`boolean`} - Whether the dropdown should be kept open on selection.\n\n * `handleKeyDown` - \n\n * `handleTargetClick` - \n\n * `toggleController` - \n\n * `scrollStrategy` {`\"scroll\" | \"block\" | \"close\"`} - Determines the behavior of the component during scrolling the container.\n\n * `keepOpenOnOutsideClick` {`boolean`} - Whether the component should be kept open on clicking outside of it.\n\n * `open` {`boolean`} - Sets the open state of the component.\n\n * `placement` {\"top\" | \"top-start\" | \"top-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"right\" | \"right-start\" | \"right-end\" | \"left\" | \"left-start\" | \"left-end\"} - The preferred placement of the component around the target element.\n\n * `positionStrategy` {`\"absolute\" | \"fixed\"`} - Sets the component's positioning strategy.\n\n * `flip` {`boolean`} - Whether the component should be flipped to the opposite side of the target once it's about to overflow the visible area.\nWhen true, once enough space is detected on its preferred side, it will flip back.\n\n * `distance` {`number`} - The distance from the target element.\n\n * `sameWidth` {`boolean`} - Whether the dropdown's width should be the same as the target's one.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.",
2149
2149
  "attributes": [
2150
2150
  {
2151
2151
  "name": "value",
@@ -2799,7 +2799,7 @@
2799
2799
  },
2800
2800
  {
2801
2801
  "name": "igc-toast",
2802
- "description": "A toast component is used to show a notification\n\nAttributes:\n\n * `open` {`boolean`} - Determines whether the toast is opened.\n\n * `display-time` {`number`} - Determines the time after which the toast will close\n\n * `keep-open` {`boolean`} - Determines whether the toast is closed automatically or not.\n\nProperties:\n\n * `tagName` {`\"igc-toast\"`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `displayTimeout` {`Timeout`} - \n\n * `animationPlayer` - \n\n * `open` {`boolean`} - Determines whether the toast is opened.\n\n * `displayTime` {`number`} - Determines the time after which the toast will close\n\n * `keepOpen` {`boolean`} - Determines whether the toast is closed automatically or not.",
2802
+ "description": "A toast component is used to show a notification\n\nAttributes:\n\n * `open` {`boolean`} - Determines whether the toast is opened.\n\n * `display-time` {`number`} - Determines the time after which the toast will close\n\n * `keep-open` {`boolean`} - Determines whether the toast is closed automatically or not.\n\nProperties:\n\n * `tagName` {`\"igc-toast\"`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `displayTimeout` - \n\n * `animationPlayer` - \n\n * `open` {`boolean`} - Determines whether the toast is opened.\n\n * `displayTime` {`number`} - Determines the time after which the toast will close\n\n * `keepOpen` {`boolean`} - Determines whether the toast is closed automatically or not.",
2803
2803
  "attributes": [
2804
2804
  {
2805
2805
  "name": "open",
@@ -2824,7 +2824,7 @@
2824
2824
  },
2825
2825
  {
2826
2826
  "name": "igc-tree-item",
2827
- "description": "The tree-item component represents a child item of the tree component or another tree item.\n\nSlots:\n\n * ` ` {} - Renders nested tree-item component.\n\n * `label` {} - Renders the tree item container.\n\n * `indicator` {} - Renders the expand indicator container.\n\n * `loading` {} - Renders the tree item loading indicator container.\n\n * `indentation` {} - Renders the container (by default the space) before the tree item.\n\nAttributes:\n\n * `label` {`string`} - The tree item label.\n\n * `expanded` {`boolean`} - The tree item expansion state.\n\n * `active` {`boolean`} - Marks the item as the tree's active item.\n\n * `disabled` {`boolean`} - Get/Set whether the tree item is disabled. Disabled items are ignored for user interactions.\n\n * `selected` {`boolean`} - The tree item selection state.\n\n * `loading` {`boolean`} - To be used for load-on-demand scenarios in order to specify whether the item is loading data.\n\n * `value` - The value entry that the tree item is visualizing. Required for searching through items.\n\nProperties:\n\n * `tagName` {`\"igc-tree-item\"`} - \n\n * `styles` - \n\n * `tabbableEl` {`HTMLElement[] | undefined`} - \n\n * `focusedProgrammatically` {`boolean`} - \n\n * `tree` - A reference to the tree the item is a part of.\n\n * `parent` - The parent item of the current tree item (if any)\n\n * `init` {`boolean`} - \n\n * `contentList` {`HTMLElement[]`} - \n\n * `wrapper` {`HTMLElement`} - \n\n * `isFocused` {`boolean`} - \n\n * `hasChildren` {`boolean`} - \n\n * `level` {`number`} - The depth of the item, relative to the root.\n\n * `indeterminate` {`boolean`} - \n\n * `label` {`string`} - The tree item label.\n\n * `expanded` {`boolean`} - The tree item expansion state.\n\n * `active` {`boolean`} - Marks the item as the tree's active item.\n\n * `disabled` {`boolean`} - Get/Set whether the tree item is disabled. Disabled items are ignored for user interactions.\n\n * `selected` {`boolean`} - The tree item selection state.\n\n * `loading` {`boolean`} - To be used for load-on-demand scenarios in order to specify whether the item is loading data.\n\n * `value` - The value entry that the tree item is visualizing. Required for searching through items.\n\n * `selectionService` - \n\n * `navService` - \n\n * `parts` {`{ selected: boolean; focused: boolean; active: boolean; }`} - \n\n * `directChildren` {`IgcTreeItemComponent[]`} - \n\n * `allChildren` {`IgcTreeItemComponent[]`} - \n\n * `path` {`IgcTreeItemComponent[]`} - The full path to the tree item, starting from the top-most ancestor.",
2827
+ "description": "The tree-item component represents a child item of the tree component or another tree item.\n\nSlots:\n\n * ` ` {} - Renders nested tree-item component.\n\n * `label` {} - Renders the tree item container.\n\n * `indicator` {} - Renders the expand indicator container.\n\n * `loading` {} - Renders the tree item loading indicator container.\n\n * `indentation` {} - Renders the container (by default the space) before the tree item.\n\nAttributes:\n\n * `label` {`string`} - The tree item label.\n\n * `expanded` {`boolean`} - The tree item expansion state.\n\n * `active` {`boolean`} - Marks the item as the tree's active item.\n\n * `disabled` {`boolean`} - Get/Set whether the tree item is disabled. Disabled items are ignored for user interactions.\n\n * `selected` {`boolean`} - The tree item selection state.\n\n * `loading` {`boolean`} - To be used for load-on-demand scenarios in order to specify whether the item is loading data.\n\n * `value` - The value entry that the tree item is visualizing. Required for searching through items.\n\nProperties:\n\n * `tagName` {`\"igc-tree-item\"`} - \n\n * `styles` - \n\n * `tabbableEl` {`HTMLElement[] | undefined`} - \n\n * `focusedProgrammatically` {`boolean`} - \n\n * `animationPlayer` - \n\n * `tree` - A reference to the tree the item is a part of.\n\n * `parent` - The parent item of the current tree item (if any)\n\n * `init` {`boolean`} - \n\n * `contentList` {`HTMLElement[]`} - \n\n * `wrapper` {`HTMLElement`} - \n\n * `group` {`HTMLElement`} - \n\n * `isFocused` {`boolean`} - \n\n * `hasChildren` {`boolean`} - \n\n * `level` {`number`} - The depth of the item, relative to the root.\n\n * `indeterminate` {`boolean`} - \n\n * `label` {`string`} - The tree item label.\n\n * `expanded` {`boolean`} - The tree item expansion state.\n\n * `active` {`boolean`} - Marks the item as the tree's active item.\n\n * `disabled` {`boolean`} - Get/Set whether the tree item is disabled. Disabled items are ignored for user interactions.\n\n * `selected` {`boolean`} - The tree item selection state.\n\n * `loading` {`boolean`} - To be used for load-on-demand scenarios in order to specify whether the item is loading data.\n\n * `value` - The value entry that the tree item is visualizing. Required for searching through items.\n\n * `selectionService` - \n\n * `navService` - \n\n * `parts` {`{ selected: boolean; focused: boolean; active: boolean; }`} - \n\n * `directChildren` {`IgcTreeItemComponent[]`} - \n\n * `allChildren` {`IgcTreeItemComponent[]`} - \n\n * `path` {`IgcTreeItemComponent[]`} - The full path to the tree item, starting from the top-most ancestor.",
2828
2828
  "attributes": [
2829
2829
  {
2830
2830
  "name": "label",
@@ -1 +0,0 @@
1
- {"version":3,"file":"dropdown-group.base.css.js","sourceRoot":"","sources":["../../../../../src/components/dropdown/themes/light/dropdown-group.base.css.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAyDvB,CAAC","sourcesContent":["import { css } from 'lit';\n\nexport const styles = css`:host {\n --is-large: clamp(0, (var(--component-size, 1) + 1) - var(--ig-size-large, 3), 1);\n --is-medium: min(\n clamp(0, (var(--component-size, 1) + 1) - var(--ig-size-medium, 2), 1),\n clamp(0, var(--ig-size-large, 3) - var(--component-size, 1), 1)\n );\n --is-small: clamp(0, var(--ig-size-medium) - var(--component-size, 1), 1);\n position: relative;\n -webkit-box-sizing: border-box;\n box-sizing: border-box;\n scrollbar-width: var(--ig-scrollbar-size);\n scrollbar-color: var(--ig-scrollbar-thumb-background) var(--ig-scrollbar-track-background);\n}\n:host *,\n:host *::before,\n:host *::after {\n -webkit-box-sizing: border-box;\n box-sizing: border-box;\n}\n:host ::-webkit-scrollbar {\n width: var(--ig-scrollbar-size);\n height: var(--ig-scrollbar-size);\n background: var(--ig-scrollbar-track-background);\n}\n:host ::-webkit-scrollbar-thumb {\n background: var(--ig-scrollbar-thumb-background);\n}\n\n[hidden] {\n display: none !important;\n}\n\n/* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */\n:host {\n pointer-events: auto;\n}\n:host ::slotted([slot=label]) {\n font-family: var(--ig-overline-font-family, var(--ig-font-family));\n font-size: var(--ig-overline-font-size);\n font-weight: var(--ig-overline-font-weight);\n font-style: var(--ig-overline-font-style);\n line-height: var(--ig-overline-line-height);\n letter-spacing: var(--ig-overline-letter-spacing);\n text-transform: var(--ig-overline-text-transform);\n margin-top: var(--ig-overline-margin-top);\n margin-bottom: var(--ig-overline-margin-bottom);\n white-space: nowrap;\n -o-text-overflow: ellipsis;\n text-overflow: ellipsis;\n overflow: hidden;\n display: block;\n white-space: nowrap;\n position: relative;\n color: hsla(var(--ig-secondary-500), var(--ig-secondary-a));\n pointer-events: none;\n padding-inline: max(var(--is-large, 1) * max(16px, -1 * 16px) * var(--ig-spacing-inline-large, var(--ig-spacing-inline, --ig-spacing)), var(--is-medium, 1) * max(8px, -1 * 8px) * var(--ig-spacing-inline-medium, var(--ig-spacing-inline, --ig-spacing)), var(--is-small, 1) * max(4px, -1 * 4px) * var(--ig-spacing-inline-small, var(--ig-spacing-inline, --ig-spacing)));\n padding-block: max(var(--is-large, 1) * max(8px, -1 * 8px) * var(--ig-spacing-block-large, var(--ig-spacing-block, --ig-spacing)), var(--is-medium, 1) * max(4px, -1 * 4px) * var(--ig-spacing-block-medium, var(--ig-spacing-block, --ig-spacing)), var(--is-small, 1) * max(2px, -1 * 2px) * var(--ig-spacing-block-small, var(--ig-spacing-block, --ig-spacing)));\n}`;\n"]}
@@ -1,6 +0,0 @@
1
- import { css } from 'lit';
2
- export const styles = css `/* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */
3
- :host ::slotted([slot=label]) {
4
- padding: max(var(--is-large, 1) * max(8px, -1 * 8px) * var(--ig-spacing-large, var(--ig-spacing, --ig-spacing)), var(--is-medium, 1) * max(4px, -1 * 4px) * var(--ig-spacing-medium, var(--ig-spacing, --ig-spacing)), var(--is-small, 1) * max(2px, -1 * 2px) * var(--ig-spacing-small, var(--ig-spacing, --ig-spacing)));
5
- }`;
6
- //# sourceMappingURL=dropdown-group.fluent.css.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"dropdown-group.fluent.css.js","sourceRoot":"","sources":["../../../../../src/components/dropdown/themes/light/dropdown-group.fluent.css.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CAAA;;;EAGvB,CAAC","sourcesContent":["import { css } from 'lit';\n\nexport const styles = css`/* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */\n:host ::slotted([slot=label]) {\n padding: max(var(--is-large, 1) * max(8px, -1 * 8px) * var(--ig-spacing-large, var(--ig-spacing, --ig-spacing)), var(--is-medium, 1) * max(4px, -1 * 4px) * var(--ig-spacing-medium, var(--ig-spacing, --ig-spacing)), var(--is-small, 1) * max(2px, -1 * 2px) * var(--ig-spacing-small, var(--ig-spacing, --ig-spacing)));\n}`;\n"]}
@@ -1,61 +0,0 @@
1
- import { css } from 'lit';
2
- export const styles = css `:host {
3
- --is-large: clamp(0, (var(--component-size, 1) + 1) - var(--ig-size-large, 3), 1);
4
- --is-medium: min(
5
- clamp(0, (var(--component-size, 1) + 1) - var(--ig-size-medium, 2), 1),
6
- clamp(0, var(--ig-size-large, 3) - var(--component-size, 1), 1)
7
- );
8
- --is-small: clamp(0, var(--ig-size-medium) - var(--component-size, 1), 1);
9
- position: relative;
10
- -webkit-box-sizing: border-box;
11
- box-sizing: border-box;
12
- scrollbar-width: var(--ig-scrollbar-size);
13
- scrollbar-color: var(--ig-scrollbar-thumb-background) var(--ig-scrollbar-track-background);
14
- }
15
- :host *,
16
- :host *::before,
17
- :host *::after {
18
- -webkit-box-sizing: border-box;
19
- box-sizing: border-box;
20
- }
21
- :host ::-webkit-scrollbar {
22
- width: var(--ig-scrollbar-size);
23
- height: var(--ig-scrollbar-size);
24
- background: var(--ig-scrollbar-track-background);
25
- }
26
- :host ::-webkit-scrollbar-thumb {
27
- background: var(--ig-scrollbar-thumb-background);
28
- }
29
-
30
- [hidden] {
31
- display: none !important;
32
- }
33
-
34
- /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */
35
- :host {
36
- font-family: var(--ig-overline-font-family, var(--ig-font-family));
37
- font-size: var(--ig-overline-font-size);
38
- font-weight: var(--ig-overline-font-weight);
39
- font-style: var(--ig-overline-font-style);
40
- line-height: var(--ig-overline-line-height);
41
- letter-spacing: var(--ig-overline-letter-spacing);
42
- text-transform: var(--ig-overline-text-transform);
43
- margin-top: var(--ig-overline-margin-top);
44
- margin-bottom: var(--ig-overline-margin-bottom);
45
- white-space: nowrap;
46
- -o-text-overflow: ellipsis;
47
- text-overflow: ellipsis;
48
- overflow: hidden;
49
- display: block;
50
- white-space: nowrap;
51
- position: relative;
52
- color: var(--header-color, hsla(var(--ig-secondary-500), var(--ig-secondary-a)));
53
- pointer-events: none;
54
- padding-inline: max(var(--is-large, 1) * max(16px, -1 * 16px) * var(--ig-spacing-inline-large, var(--ig-spacing-inline, --ig-spacing)), var(--is-medium, 1) * max(8px, -1 * 8px) * var(--ig-spacing-inline-medium, var(--ig-spacing-inline, --ig-spacing)), var(--is-small, 1) * max(4px, -1 * 4px) * var(--ig-spacing-inline-small, var(--ig-spacing-inline, --ig-spacing)));
55
- padding-block: max(var(--is-large, 1) * max(8px, -1 * 8px) * var(--ig-spacing-block-large, var(--ig-spacing-block, --ig-spacing)), var(--is-medium, 1) * max(4px, -1 * 4px) * var(--ig-spacing-block-medium, var(--ig-spacing-block, --ig-spacing)), var(--is-small, 1) * max(2px, -1 * 2px) * var(--ig-spacing-block-small, var(--ig-spacing-block, --ig-spacing)));
56
- }
57
-
58
- ::slotted(*) {
59
- font: inherit;
60
- }`;
61
- //# sourceMappingURL=dropdown-header.base.css.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"dropdown-header.base.css.js","sourceRoot":"","sources":["../../../../../src/components/dropdown/themes/light/dropdown-header.base.css.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA0DvB,CAAC","sourcesContent":["import { css } from 'lit';\n\nexport const styles = css`:host {\n --is-large: clamp(0, (var(--component-size, 1) + 1) - var(--ig-size-large, 3), 1);\n --is-medium: min(\n clamp(0, (var(--component-size, 1) + 1) - var(--ig-size-medium, 2), 1),\n clamp(0, var(--ig-size-large, 3) - var(--component-size, 1), 1)\n );\n --is-small: clamp(0, var(--ig-size-medium) - var(--component-size, 1), 1);\n position: relative;\n -webkit-box-sizing: border-box;\n box-sizing: border-box;\n scrollbar-width: var(--ig-scrollbar-size);\n scrollbar-color: var(--ig-scrollbar-thumb-background) var(--ig-scrollbar-track-background);\n}\n:host *,\n:host *::before,\n:host *::after {\n -webkit-box-sizing: border-box;\n box-sizing: border-box;\n}\n:host ::-webkit-scrollbar {\n width: var(--ig-scrollbar-size);\n height: var(--ig-scrollbar-size);\n background: var(--ig-scrollbar-track-background);\n}\n:host ::-webkit-scrollbar-thumb {\n background: var(--ig-scrollbar-thumb-background);\n}\n\n[hidden] {\n display: none !important;\n}\n\n/* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */\n:host {\n font-family: var(--ig-overline-font-family, var(--ig-font-family));\n font-size: var(--ig-overline-font-size);\n font-weight: var(--ig-overline-font-weight);\n font-style: var(--ig-overline-font-style);\n line-height: var(--ig-overline-line-height);\n letter-spacing: var(--ig-overline-letter-spacing);\n text-transform: var(--ig-overline-text-transform);\n margin-top: var(--ig-overline-margin-top);\n margin-bottom: var(--ig-overline-margin-bottom);\n white-space: nowrap;\n -o-text-overflow: ellipsis;\n text-overflow: ellipsis;\n overflow: hidden;\n display: block;\n white-space: nowrap;\n position: relative;\n color: var(--header-color, hsla(var(--ig-secondary-500), var(--ig-secondary-a)));\n pointer-events: none;\n padding-inline: max(var(--is-large, 1) * max(16px, -1 * 16px) * var(--ig-spacing-inline-large, var(--ig-spacing-inline, --ig-spacing)), var(--is-medium, 1) * max(8px, -1 * 8px) * var(--ig-spacing-inline-medium, var(--ig-spacing-inline, --ig-spacing)), var(--is-small, 1) * max(4px, -1 * 4px) * var(--ig-spacing-inline-small, var(--ig-spacing-inline, --ig-spacing)));\n padding-block: max(var(--is-large, 1) * max(8px, -1 * 8px) * var(--ig-spacing-block-large, var(--ig-spacing-block, --ig-spacing)), var(--is-medium, 1) * max(4px, -1 * 4px) * var(--ig-spacing-block-medium, var(--ig-spacing-block, --ig-spacing)), var(--is-small, 1) * max(2px, -1 * 2px) * var(--ig-spacing-block-small, var(--ig-spacing-block, --ig-spacing)));\n}\n\n::slotted(*) {\n font: inherit;\n}`;\n"]}
@@ -1,6 +0,0 @@
1
- import { css } from 'lit';
2
- export const styles = css `/* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */
3
- :host {
4
- color: hsla(var(--ig-gray-700), var(--ig-gray-a));
5
- }`;
6
- //# sourceMappingURL=dropdown-header.bootstrap.css.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"dropdown-header.bootstrap.css.js","sourceRoot":"","sources":["../../../../../src/components/dropdown/themes/light/dropdown-header.bootstrap.css.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CAAA;;;EAGvB,CAAC","sourcesContent":["import { css } from 'lit';\n\nexport const styles = css`/* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */\n:host {\n color: hsla(var(--ig-gray-700), var(--ig-gray-a));\n}`;\n"]}
@@ -1,6 +0,0 @@
1
- import { css } from 'lit';
2
- export const styles = css `/* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */ /* stylelint-disable max-line-length */
3
- :host {
4
- padding: max(var(--is-large, 1) * max(8px, -1 * 8px) * var(--ig-spacing-large, var(--ig-spacing, --ig-spacing)), var(--is-medium, 1) * max(4px, -1 * 4px) * var(--ig-spacing-medium, var(--ig-spacing, --ig-spacing)), var(--is-small, 1) * max(2px, -1 * 2px) * var(--ig-spacing-small, var(--ig-spacing, --ig-spacing)));
5
- }`;
6
- //# sourceMappingURL=dropdown-header.fluent.css.js.map