igniteui-webcomponents 5.3.0-beta.1 → 5.3.0-beta.3

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 (1015) hide show
  1. package/animations/easings.d.ts +31 -0
  2. package/animations/player.d.ts +24 -0
  3. package/animations/presets/fade/index.d.ts +3 -0
  4. package/animations/presets/grow/index.d.ts +3 -0
  5. package/animations/presets/slide/index.d.ts +3 -0
  6. package/animations/types.d.ts +5 -0
  7. package/components/accordion/accordion.d.ts +44 -0
  8. package/components/accordion/themes/accordion.base.css.d.ts +1 -0
  9. package/components/avatar/avatar.d.ts +51 -0
  10. package/components/avatar/themes/avatar.base.css.d.ts +1 -0
  11. package/components/avatar/themes/dark/avatar.bootstrap.css.d.ts +1 -0
  12. package/components/avatar/themes/dark/avatar.fluent.css.d.ts +1 -0
  13. package/components/avatar/themes/dark/avatar.indigo.css.d.ts +1 -0
  14. package/components/avatar/themes/dark/avatar.material.css.d.ts +1 -0
  15. package/components/avatar/themes/light/avatar.bootstrap.css.d.ts +1 -0
  16. package/components/avatar/themes/light/avatar.fluent.css.d.ts +1 -0
  17. package/components/avatar/themes/light/avatar.indigo.css.d.ts +1 -0
  18. package/components/avatar/themes/light/avatar.material.css.d.ts +1 -0
  19. package/components/avatar/themes/light/avatar.shared.css.d.ts +1 -0
  20. package/components/avatar/themes/shared/avatar.bootstrap.css.d.ts +1 -0
  21. package/components/avatar/themes/shared/avatar.common.css.d.ts +1 -0
  22. package/components/avatar/themes/shared/avatar.fluent.css.d.ts +1 -0
  23. package/components/avatar/themes/shared/avatar.indigo.css.d.ts +1 -0
  24. package/components/avatar/themes/themes.d.ts +2 -0
  25. package/components/badge/badge.d.ts +41 -0
  26. package/components/badge/themes/badge.base.css.d.ts +1 -0
  27. package/components/badge/themes/dark/badge.bootstrap.css.d.ts +1 -0
  28. package/components/badge/themes/dark/badge.fluent.css.d.ts +1 -0
  29. package/components/badge/themes/dark/badge.indigo.css.d.ts +1 -0
  30. package/components/badge/themes/dark/badge.material.css.d.ts +1 -0
  31. package/components/badge/themes/light/badge.bootstrap.css.d.ts +1 -0
  32. package/components/badge/themes/light/badge.fluent.css.d.ts +1 -0
  33. package/components/badge/themes/light/badge.indigo.css.d.ts +1 -0
  34. package/components/badge/themes/light/badge.material.css.d.ts +1 -0
  35. package/components/badge/themes/light/badge.shared.css.d.ts +1 -0
  36. package/components/badge/themes/shared/badge.bootstrap.css.d.ts +1 -0
  37. package/components/badge/themes/shared/badge.common.css.d.ts +1 -0
  38. package/components/badge/themes/shared/badge.indigo.css.d.ts +1 -0
  39. package/components/badge/themes/themes.d.ts +2 -0
  40. package/components/banner/banner.d.ts +55 -0
  41. package/components/banner/themes/banner.base.css.d.ts +1 -0
  42. package/components/banner/themes/dark/banner.bootstrap.css.d.ts +1 -0
  43. package/components/banner/themes/dark/banner.fluent.css.d.ts +1 -0
  44. package/components/banner/themes/dark/banner.indigo.css.d.ts +1 -0
  45. package/components/banner/themes/dark/banner.material.css.d.ts +1 -0
  46. package/components/banner/themes/light/banner.bootstrap.css.d.ts +1 -0
  47. package/components/banner/themes/light/banner.fluent.css.d.ts +1 -0
  48. package/components/banner/themes/light/banner.indigo.css.d.ts +1 -0
  49. package/components/banner/themes/light/banner.material.css.d.ts +1 -0
  50. package/components/banner/themes/shared/banner.bootstrap.css.d.ts +1 -0
  51. package/components/banner/themes/shared/banner.fluent.css.d.ts +1 -0
  52. package/components/banner/themes/shared/banner.indigo.css.d.ts +1 -0
  53. package/components/banner/themes/shared/banner.material.css.d.ts +1 -0
  54. package/components/banner/themes/themes.d.ts +2 -0
  55. package/components/button/button-base.d.ts +69 -0
  56. package/components/button/button.d.ts +31 -0
  57. package/components/button/icon-button.d.ts +40 -0
  58. package/components/button/themes/button/button.base.css.d.ts +1 -0
  59. package/components/button/themes/button/dark/button.bootstrap.css.d.ts +1 -0
  60. package/components/button/themes/button/dark/button.fluent.css.d.ts +1 -0
  61. package/components/button/themes/button/dark/button.indigo.css.d.ts +1 -0
  62. package/components/button/themes/button/dark/button.material.css.d.ts +1 -0
  63. package/components/button/themes/button/light/button.bootstrap.css.d.ts +1 -0
  64. package/components/button/themes/button/light/button.fluent.css.d.ts +1 -0
  65. package/components/button/themes/button/light/button.indigo.css.d.ts +1 -0
  66. package/components/button/themes/button/light/button.material.css.d.ts +1 -0
  67. package/components/button/themes/button/light/button.shared.css.d.ts +1 -0
  68. package/components/button/themes/button/shared/button.bootstrap.css.d.ts +1 -0
  69. package/components/button/themes/button/shared/button.common.css.d.ts +1 -0
  70. package/components/button/themes/button/shared/button.fluent.css.d.ts +1 -0
  71. package/components/button/themes/button/shared/button.indigo.css.d.ts +1 -0
  72. package/components/button/themes/button/shared/button.material.css.d.ts +1 -0
  73. package/components/button/themes/button/themes.d.ts +2 -0
  74. package/components/button/themes/icon-button/dark/icon-button.bootstrap.css.d.ts +1 -0
  75. package/components/button/themes/icon-button/dark/icon-button.fluent.css.d.ts +1 -0
  76. package/components/button/themes/icon-button/dark/icon-button.indigo.css.d.ts +1 -0
  77. package/components/button/themes/icon-button/dark/icon-button.material.css.d.ts +1 -0
  78. package/components/button/themes/icon-button/icon-button.base.css.d.ts +1 -0
  79. package/components/button/themes/icon-button/light/icon-button.bootstrap.css.d.ts +1 -0
  80. package/components/button/themes/icon-button/light/icon-button.fluent.css.d.ts +1 -0
  81. package/components/button/themes/icon-button/light/icon-button.indigo.css.d.ts +1 -0
  82. package/components/button/themes/icon-button/light/icon-button.material.css.d.ts +1 -0
  83. package/components/button/themes/icon-button/shared/icon-button.bootstrap.css.d.ts +1 -0
  84. package/components/button/themes/icon-button/shared/icon-button.common.css.d.ts +1 -0
  85. package/components/button/themes/icon-button/shared/icon-button.fluent.css.d.ts +1 -0
  86. package/components/button/themes/icon-button/shared/icon-button.indigo.css.d.ts +1 -0
  87. package/components/button/themes/icon-button/shared/icon-button.material.css.d.ts +1 -0
  88. package/components/button/themes/icon-button/themes.d.ts +2 -0
  89. package/components/button-group/button-group.d.ts +67 -0
  90. package/components/button-group/themes/button.base.css.d.ts +1 -0
  91. package/components/button-group/themes/button.d.ts +2 -0
  92. package/components/button-group/themes/dark/button-group.bootstrap.css.d.ts +1 -0
  93. package/components/button-group/themes/dark/button-group.fluent.css.d.ts +1 -0
  94. package/components/button-group/themes/dark/button-group.indigo.css.d.ts +1 -0
  95. package/components/button-group/themes/dark/button-group.material.css.d.ts +1 -0
  96. package/components/button-group/themes/dark/button-group.shared.css.d.ts +1 -0
  97. package/components/button-group/themes/group.base.css.d.ts +1 -0
  98. package/components/button-group/themes/group.d.ts +2 -0
  99. package/components/button-group/themes/light/button-group.bootstrap.css.d.ts +1 -0
  100. package/components/button-group/themes/light/button-group.fluent.css.d.ts +1 -0
  101. package/components/button-group/themes/light/button-group.indigo.css.d.ts +1 -0
  102. package/components/button-group/themes/light/button-group.material.css.d.ts +1 -0
  103. package/components/button-group/themes/light/button-group.shared.css.d.ts +1 -0
  104. package/components/button-group/themes/shared/button/button.bootstrap.css.d.ts +1 -0
  105. package/components/button-group/themes/shared/button/button.common.css.d.ts +1 -0
  106. package/components/button-group/themes/shared/button/button.fluent.css.d.ts +1 -0
  107. package/components/button-group/themes/shared/button/button.indigo.css.d.ts +1 -0
  108. package/components/button-group/themes/shared/button/button.material.css.d.ts +1 -0
  109. package/components/button-group/themes/shared/group/group.bootstrap.css.d.ts +1 -0
  110. package/components/button-group/themes/shared/group/group.common.css.d.ts +1 -0
  111. package/components/button-group/themes/shared/group/group.fluent.css.d.ts +1 -0
  112. package/components/button-group/themes/shared/group/group.indigo.css.d.ts +1 -0
  113. package/components/button-group/toggle-button.d.ts +51 -0
  114. package/components/calendar/base.d.ts +65 -0
  115. package/components/calendar/calendar.d.ts +154 -0
  116. package/components/calendar/days-view/days-view.d.ts +87 -0
  117. package/components/calendar/helpers.d.ts +55 -0
  118. package/components/calendar/model.d.ts +55 -0
  119. package/components/calendar/months-view/months-view.d.ts +44 -0
  120. package/components/calendar/themes/calendar.base.css.d.ts +1 -0
  121. package/components/calendar/themes/calendar.d.ts +2 -0
  122. package/components/calendar/themes/dark/calendar.bootstrap.css.d.ts +1 -0
  123. package/components/calendar/themes/dark/calendar.fluent.css.d.ts +1 -0
  124. package/components/calendar/themes/dark/calendar.indigo.css.d.ts +1 -0
  125. package/components/calendar/themes/dark/calendar.material.css.d.ts +1 -0
  126. package/components/calendar/themes/days-view.base.css.d.ts +1 -0
  127. package/components/calendar/themes/days.d.ts +2 -0
  128. package/components/calendar/themes/light/calendar.bootstrap.css.d.ts +1 -0
  129. package/components/calendar/themes/light/calendar.fluent.css.d.ts +1 -0
  130. package/components/calendar/themes/light/calendar.indigo.css.d.ts +1 -0
  131. package/components/calendar/themes/light/calendar.material.css.d.ts +1 -0
  132. package/components/calendar/themes/light/calendar.shared.css.d.ts +1 -0
  133. package/components/calendar/themes/shared/bootstrap/calendar.bootstrap.css.d.ts +1 -0
  134. package/components/calendar/themes/shared/bootstrap/days-view.bootstrap.css.d.ts +1 -0
  135. package/components/calendar/themes/shared/bootstrap/year-month-view.bootstrap.css.d.ts +1 -0
  136. package/components/calendar/themes/shared/fluent/calendar.fluent.css.d.ts +1 -0
  137. package/components/calendar/themes/shared/fluent/days-view.fluent.css.d.ts +1 -0
  138. package/components/calendar/themes/shared/fluent/year-month-view.fluent.css.d.ts +1 -0
  139. package/components/calendar/themes/shared/indigo/calendar.indigo.css.d.ts +1 -0
  140. package/components/calendar/themes/shared/indigo/days-view.indigo.css.d.ts +1 -0
  141. package/components/calendar/themes/shared/indigo/year-month-view.indigo.css.d.ts +1 -0
  142. package/components/calendar/themes/shared/material/calendar.material.css.d.ts +1 -0
  143. package/components/calendar/themes/shared/material/days-view.material.css.d.ts +1 -0
  144. package/components/calendar/themes/shared/material/year-month-view.material.css.d.ts +1 -0
  145. package/components/calendar/themes/year-month-view.base.css.d.ts +1 -0
  146. package/components/calendar/themes/year-month.d.ts +2 -0
  147. package/components/calendar/types.d.ts +16 -0
  148. package/components/calendar/years-view/years-view.d.ts +41 -0
  149. package/components/card/card.actions.d.ts +24 -0
  150. package/components/card/card.content.d.ts +17 -0
  151. package/components/card/card.d.ts +22 -0
  152. package/components/card/card.header.d.ts +22 -0
  153. package/components/card/card.media.d.ts +17 -0
  154. package/components/card/themes/actions.d.ts +2 -0
  155. package/components/card/themes/card.actions.base.css.d.ts +1 -0
  156. package/components/card/themes/card.content.base.css.d.ts +1 -0
  157. package/components/card/themes/card.header.base.css.d.ts +1 -0
  158. package/components/card/themes/card.media.base.css.d.ts +1 -0
  159. package/components/card/themes/container.base.css.d.ts +1 -0
  160. package/components/card/themes/container.d.ts +2 -0
  161. package/components/card/themes/content.d.ts +2 -0
  162. package/components/card/themes/dark/card.bootstrap.css.d.ts +1 -0
  163. package/components/card/themes/dark/card.fluent.css.d.ts +1 -0
  164. package/components/card/themes/dark/card.indigo.css.d.ts +1 -0
  165. package/components/card/themes/dark/card.material.css.d.ts +1 -0
  166. package/components/card/themes/dark/card.shared.css.d.ts +1 -0
  167. package/components/card/themes/header.d.ts +2 -0
  168. package/components/card/themes/light/container/card.bootstrap.css.d.ts +1 -0
  169. package/components/card/themes/light/container/card.fluent.css.d.ts +1 -0
  170. package/components/card/themes/light/container/card.indigo.css.d.ts +1 -0
  171. package/components/card/themes/light/container/card.material.css.d.ts +1 -0
  172. package/components/card/themes/light/container/card.shared.css.d.ts +1 -0
  173. package/components/card/themes/shared/actions/card.actions.bootstrap.css.d.ts +1 -0
  174. package/components/card/themes/shared/actions/card.actions.indigo.css.d.ts +1 -0
  175. package/components/card/themes/shared/container/card.common.css.d.ts +1 -0
  176. package/components/card/themes/shared/container/card.fluent.css.d.ts +1 -0
  177. package/components/card/themes/shared/container/card.indigo.css.d.ts +1 -0
  178. package/components/card/themes/shared/content/card.content.bootstrap.css.d.ts +1 -0
  179. package/components/card/themes/shared/content/card.content.common.css.d.ts +1 -0
  180. package/components/card/themes/shared/header/card.header.bootstrap.css.d.ts +1 -0
  181. package/components/card/themes/shared/header/card.header.common.css.d.ts +1 -0
  182. package/components/card/themes/shared/header/card.header.fluent.css.d.ts +1 -0
  183. package/components/card/themes/shared/header/card.header.indigo.css.d.ts +1 -0
  184. package/components/carousel/animations.d.ts +1 -0
  185. package/components/carousel/carousel-indicator-container.d.ts +21 -0
  186. package/components/carousel/carousel-indicator.d.ts +34 -0
  187. package/components/carousel/carousel-slide.d.ts +37 -0
  188. package/components/carousel/carousel.d.ts +199 -0
  189. package/components/carousel/themes/carousel-indicator-container.base.css.d.ts +1 -0
  190. package/components/carousel/themes/carousel-indicator.base.css.d.ts +1 -0
  191. package/components/carousel/themes/carousel-slide.base.css.d.ts +1 -0
  192. package/components/carousel/themes/carousel.base.css.d.ts +1 -0
  193. package/components/carousel/themes/container.d.ts +2 -0
  194. package/components/carousel/themes/dark/carousel.bootstrap.css.d.ts +1 -0
  195. package/components/carousel/themes/dark/carousel.fluent.css.d.ts +1 -0
  196. package/components/carousel/themes/dark/carousel.indigo.css.d.ts +1 -0
  197. package/components/carousel/themes/dark/carousel.material.css.d.ts +1 -0
  198. package/components/carousel/themes/dark/carousel.shared.css.d.ts +1 -0
  199. package/components/carousel/themes/indicator-container.d.ts +2 -0
  200. package/components/carousel/themes/light/carousel.bootstrap.css.d.ts +1 -0
  201. package/components/carousel/themes/light/carousel.fluent.css.d.ts +1 -0
  202. package/components/carousel/themes/light/carousel.indigo.css.d.ts +1 -0
  203. package/components/carousel/themes/light/carousel.material.css.d.ts +1 -0
  204. package/components/carousel/themes/light/carousel.shared.css.d.ts +1 -0
  205. package/components/carousel/themes/shared/carousel.bootstrap.css.d.ts +1 -0
  206. package/components/carousel/themes/shared/carousel.common.css.d.ts +1 -0
  207. package/components/carousel/themes/shared/carousel.fluent.css.d.ts +1 -0
  208. package/components/carousel/themes/shared/carousel.indigo.css.d.ts +1 -0
  209. package/components/carousel/themes/shared/indicator-container/indicator-container.bootstrap.css.d.ts +1 -0
  210. package/components/carousel/themes/shared/indicator-container/indicator-container.common.css.d.ts +1 -0
  211. package/components/carousel/themes/shared/indicator-container/indicator-container.fluent.css.d.ts +1 -0
  212. package/components/carousel/themes/shared/indicator-container/indicator-container.indigo.css.d.ts +1 -0
  213. package/components/checkbox/checkbox-base.d.ts +51 -0
  214. package/components/checkbox/checkbox.d.ts +44 -0
  215. package/components/checkbox/switch.d.ts +29 -0
  216. package/components/checkbox/themes/checkbox-themes.d.ts +2 -0
  217. package/components/checkbox/themes/checkbox.base.css.d.ts +1 -0
  218. package/components/checkbox/themes/dark/checkbox/checkbox.bootstrap.css.d.ts +1 -0
  219. package/components/checkbox/themes/dark/checkbox/checkbox.fluent.css.d.ts +1 -0
  220. package/components/checkbox/themes/dark/checkbox/checkbox.indigo.css.d.ts +1 -0
  221. package/components/checkbox/themes/dark/checkbox/checkbox.material.css.d.ts +1 -0
  222. package/components/checkbox/themes/dark/switch/switch.bootstrap.css.d.ts +1 -0
  223. package/components/checkbox/themes/dark/switch/switch.fluent.css.d.ts +1 -0
  224. package/components/checkbox/themes/dark/switch/switch.indigo.css.d.ts +1 -0
  225. package/components/checkbox/themes/dark/switch/switch.material.css.d.ts +1 -0
  226. package/components/checkbox/themes/light/checkbox/checkbox.bootstrap.css.d.ts +1 -0
  227. package/components/checkbox/themes/light/checkbox/checkbox.fluent.css.d.ts +1 -0
  228. package/components/checkbox/themes/light/checkbox/checkbox.indigo.css.d.ts +1 -0
  229. package/components/checkbox/themes/light/checkbox/checkbox.material.css.d.ts +1 -0
  230. package/components/checkbox/themes/light/checkbox/checkbox.shared.css.d.ts +1 -0
  231. package/components/checkbox/themes/light/switch/switch.bootstrap.css.d.ts +1 -0
  232. package/components/checkbox/themes/light/switch/switch.fluent.css.d.ts +1 -0
  233. package/components/checkbox/themes/light/switch/switch.indigo.css.d.ts +1 -0
  234. package/components/checkbox/themes/light/switch/switch.material.css.d.ts +1 -0
  235. package/components/checkbox/themes/light/switch/switch.shared.css.d.ts +1 -0
  236. package/components/checkbox/themes/shared/checkbox/checkbox.bootstrap.css.d.ts +1 -0
  237. package/components/checkbox/themes/shared/checkbox/checkbox.common.css.d.ts +1 -0
  238. package/components/checkbox/themes/shared/checkbox/checkbox.fluent.css.d.ts +1 -0
  239. package/components/checkbox/themes/shared/checkbox/checkbox.indigo.css.d.ts +1 -0
  240. package/components/checkbox/themes/shared/checkbox/checkbox.material.css.d.ts +1 -0
  241. package/components/checkbox/themes/shared/switch/switch.bootstrap.css.d.ts +1 -0
  242. package/components/checkbox/themes/shared/switch/switch.common.css.d.ts +1 -0
  243. package/components/checkbox/themes/shared/switch/switch.fluent.css.d.ts +1 -0
  244. package/components/checkbox/themes/shared/switch/switch.indigo.css.d.ts +1 -0
  245. package/components/checkbox/themes/shared/switch/switch.material.css.d.ts +1 -0
  246. package/components/checkbox/themes/switch-themes.d.ts +2 -0
  247. package/components/checkbox/themes/switch.base.css.d.ts +1 -0
  248. package/components/checkbox/validators.d.ts +3 -0
  249. package/components/chip/chip.d.ts +66 -0
  250. package/components/chip/themes/chip.base.css.d.ts +1 -0
  251. package/components/chip/themes/chip.base.css.js +1 -1
  252. package/components/chip/themes/chip.base.css.js.map +1 -1
  253. package/components/chip/themes/dark/chip.bootstrap.css.d.ts +1 -0
  254. package/components/chip/themes/dark/chip.fluent.css.d.ts +1 -0
  255. package/components/chip/themes/dark/chip.indigo.css.d.ts +1 -0
  256. package/components/chip/themes/dark/chip.material.css.d.ts +1 -0
  257. package/components/chip/themes/light/chip.bootstrap.css.d.ts +1 -0
  258. package/components/chip/themes/light/chip.fluent.css.d.ts +1 -0
  259. package/components/chip/themes/light/chip.indigo.css.d.ts +1 -0
  260. package/components/chip/themes/light/chip.material.css.d.ts +1 -0
  261. package/components/chip/themes/light/chip.shared.css.d.ts +1 -0
  262. package/components/chip/themes/shared/chip.bootstrap.css.d.ts +1 -0
  263. package/components/chip/themes/shared/chip.common.css.d.ts +1 -0
  264. package/components/chip/themes/shared/chip.fluent.css.d.ts +1 -0
  265. package/components/chip/themes/shared/chip.indigo.css.d.ts +1 -0
  266. package/components/chip/themes/themes.d.ts +2 -0
  267. package/components/combo/combo-header.d.ts +12 -0
  268. package/components/combo/combo-item.d.ts +34 -0
  269. package/components/combo/combo-list.d.ts +11 -0
  270. package/components/combo/combo.d.ts +322 -0
  271. package/components/combo/controllers/data.d.ts +22 -0
  272. package/components/combo/controllers/navigation.d.ts +50 -0
  273. package/components/combo/controllers/selection.d.ts +33 -0
  274. package/components/combo/operations/filter.d.ts +6 -0
  275. package/components/combo/operations/group.d.ts +6 -0
  276. package/components/combo/themes/combo-header.base.css.d.ts +1 -0
  277. package/components/combo/themes/combo-item.base.css.d.ts +1 -0
  278. package/components/combo/themes/combo.base.css.d.ts +1 -0
  279. package/components/combo/themes/dark/combo.bootstrap.css.d.ts +1 -0
  280. package/components/combo/themes/dark/combo.fluent.css.d.ts +1 -0
  281. package/components/combo/themes/dark/combo.fluent.css.js +1 -1
  282. package/components/combo/themes/dark/combo.fluent.css.js.map +1 -1
  283. package/components/combo/themes/dark/combo.indigo.css.d.ts +1 -0
  284. package/components/combo/themes/dark/combo.material.css.d.ts +1 -0
  285. package/components/combo/themes/dark/combo.material.css.js +1 -1
  286. package/components/combo/themes/dark/combo.material.css.js.map +1 -1
  287. package/components/combo/themes/light/combo.bootstrap.css.d.ts +1 -0
  288. package/components/combo/themes/light/combo.fluent.css.d.ts +1 -0
  289. package/components/combo/themes/light/combo.fluent.css.js +1 -1
  290. package/components/combo/themes/light/combo.fluent.css.js.map +1 -1
  291. package/components/combo/themes/light/combo.indigo.css.d.ts +1 -0
  292. package/components/combo/themes/light/combo.indigo.css.js +1 -1
  293. package/components/combo/themes/light/combo.indigo.css.js.map +1 -1
  294. package/components/combo/themes/light/combo.material.css.d.ts +1 -0
  295. package/components/combo/themes/light/combo.material.css.js +1 -1
  296. package/components/combo/themes/light/combo.material.css.js.map +1 -1
  297. package/components/combo/themes/light/combo.shared.css.d.ts +1 -0
  298. package/components/combo/themes/light/combo.shared.css.js +1 -1
  299. package/components/combo/themes/light/combo.shared.css.js.map +1 -1
  300. package/components/combo/themes/shared/combo.bootstrap.css.d.ts +1 -0
  301. package/components/combo/themes/shared/combo.common.css.d.ts +1 -0
  302. package/components/combo/themes/shared/combo.common.css.js +1 -1
  303. package/components/combo/themes/shared/combo.common.css.js.map +1 -1
  304. package/components/combo/themes/shared/combo.fluent.css.d.ts +1 -0
  305. package/components/combo/themes/shared/combo.fluent.css.js +1 -1
  306. package/components/combo/themes/shared/combo.fluent.css.js.map +1 -1
  307. package/components/combo/themes/shared/combo.indigo.css.d.ts +1 -0
  308. package/components/combo/themes/shared/combo.indigo.css.js +1 -1
  309. package/components/combo/themes/shared/combo.indigo.css.js.map +1 -1
  310. package/components/combo/themes/shared/combo.material.css.d.ts +1 -0
  311. package/components/combo/themes/shared/combo.material.css.js +1 -1
  312. package/components/combo/themes/shared/combo.material.css.js.map +1 -1
  313. package/components/combo/themes/themes.d.ts +2 -0
  314. package/components/combo/types.d.ts +45 -0
  315. package/components/combo/validators.d.ts +3 -0
  316. package/components/common/context.d.ts +16 -0
  317. package/components/common/controllers/async-consumer.d.ts +17 -0
  318. package/components/common/controllers/drag.d.ts +143 -0
  319. package/components/common/controllers/focus-ring.d.ts +32 -0
  320. package/components/common/controllers/fullscreen.d.ts +41 -0
  321. package/components/common/controllers/gestures.d.ts +76 -0
  322. package/components/common/controllers/key-bindings.d.ts +150 -0
  323. package/components/common/controllers/mutation-observer.d.ts +74 -0
  324. package/components/common/controllers/root-click.d.ts +26 -0
  325. package/components/common/controllers/root-scroll.d.ts +27 -0
  326. package/components/common/decorators/blazorAdditionalDependencies.d.ts +5 -0
  327. package/components/common/decorators/blazorDeepImport.d.ts +5 -0
  328. package/components/common/decorators/blazorInclude.d.ts +5 -0
  329. package/components/common/decorators/blazorIndirectRender.d.ts +5 -0
  330. package/components/common/decorators/blazorSuppressComponent.d.ts +5 -0
  331. package/components/common/decorators/blazorTypeOverride.d.ts +7 -0
  332. package/components/common/decorators/watch.d.ts +5 -0
  333. package/components/common/definitions/defineAllComponents.d.ts +1 -0
  334. package/components/common/definitions/defineAllComponents.js +4 -0
  335. package/components/common/definitions/defineAllComponents.js.map +1 -1
  336. package/components/common/definitions/defineComponents.d.ts +2 -0
  337. package/components/common/definitions/register.d.ts +5 -0
  338. package/components/common/i18n/calendar.resources.d.ts +17 -0
  339. package/components/common/localization/intl-formatters.d.ts +17 -0
  340. package/components/common/localization/validation-en.d.ts +13 -0
  341. package/components/common/mixins/alert.d.ts +38 -0
  342. package/components/common/mixins/combo-box.d.ts +54 -0
  343. package/components/common/mixins/constructor.d.ts +2 -0
  344. package/components/common/mixins/event-emitter.d.ts +11 -0
  345. package/components/common/mixins/forms/associated-required.d.ts +13 -0
  346. package/components/common/mixins/forms/associated.d.ts +11 -0
  347. package/components/common/mixins/forms/form-value.d.ts +32 -0
  348. package/components/common/mixins/forms/types.d.ts +128 -0
  349. package/components/common/mixins/option.d.ts +39 -0
  350. package/components/common/util.d.ts +122 -0
  351. package/components/common/validators.d.ts +56 -0
  352. package/components/date-picker/date-picker.d.ts +288 -0
  353. package/components/date-picker/themes/dark/date-picker.bootstrap.css.d.ts +1 -0
  354. package/components/date-picker/themes/dark/date-picker.fluent.css.d.ts +1 -0
  355. package/components/date-picker/themes/dark/date-picker.indigo.css.d.ts +1 -0
  356. package/components/date-picker/themes/dark/date-picker.material.css.d.ts +1 -0
  357. package/components/date-picker/themes/date-picker.base.css.d.ts +1 -0
  358. package/components/date-picker/themes/light/date-picker.bootstrap.css.d.ts +1 -0
  359. package/components/date-picker/themes/light/date-picker.fluent.css.d.ts +1 -0
  360. package/components/date-picker/themes/light/date-picker.indigo.css.d.ts +1 -0
  361. package/components/date-picker/themes/light/date-picker.material.css.d.ts +1 -0
  362. package/components/date-picker/themes/light/date-picker.shared.css.d.ts +1 -0
  363. package/components/date-picker/themes/shared/date-picker.bootstrap.css.d.ts +1 -0
  364. package/components/date-picker/themes/shared/date-picker.common.css.d.ts +1 -0
  365. package/components/date-picker/themes/shared/date-picker.common.css.js +1 -1
  366. package/components/date-picker/themes/shared/date-picker.common.css.js.map +1 -1
  367. package/components/date-picker/themes/shared/date-picker.fluent.css.d.ts +1 -0
  368. package/components/date-picker/themes/shared/date-picker.indigo.css.d.ts +1 -0
  369. package/components/date-picker/themes/shared/date-picker.indigo.css.js +1 -1
  370. package/components/date-picker/themes/shared/date-picker.indigo.css.js.map +1 -1
  371. package/components/date-picker/themes/themes.d.ts +2 -0
  372. package/components/date-picker/validators.d.ts +3 -0
  373. package/components/date-time-input/date-time-input.d.ts +135 -0
  374. package/components/date-time-input/date-util.d.ts +90 -0
  375. package/components/date-time-input/validators.d.ts +3 -0
  376. package/components/dialog/dialog.d.ts +95 -0
  377. package/components/dialog/themes/dark/dialog.bootstrap.css.d.ts +1 -0
  378. package/components/dialog/themes/dark/dialog.fluent.css.d.ts +1 -0
  379. package/components/dialog/themes/dark/dialog.indigo.css.d.ts +1 -0
  380. package/components/dialog/themes/dark/dialog.material.css.d.ts +1 -0
  381. package/components/dialog/themes/dark/dialog.shared.css.d.ts +1 -0
  382. package/components/dialog/themes/dialog.base.css.d.ts +1 -0
  383. package/components/dialog/themes/light/dialog.bootstrap.css.d.ts +1 -0
  384. package/components/dialog/themes/light/dialog.fluent.css.d.ts +1 -0
  385. package/components/dialog/themes/light/dialog.indigo.css.d.ts +1 -0
  386. package/components/dialog/themes/light/dialog.material.css.d.ts +1 -0
  387. package/components/dialog/themes/light/dialog.shared.css.d.ts +1 -0
  388. package/components/dialog/themes/shared/dialog.bootstrap.css.d.ts +1 -0
  389. package/components/dialog/themes/shared/dialog.common.css.d.ts +1 -0
  390. package/components/dialog/themes/shared/dialog.fluent.css.d.ts +1 -0
  391. package/components/dialog/themes/shared/dialog.indigo.css.d.ts +1 -0
  392. package/components/dialog/themes/themes.d.ts +2 -0
  393. package/components/divider/divider.d.ts +40 -0
  394. package/components/divider/themes/dark/divider.bootstrap.css.d.ts +1 -0
  395. package/components/divider/themes/dark/divider.fluent.css.d.ts +1 -0
  396. package/components/divider/themes/dark/divider.indigo.css.d.ts +1 -0
  397. package/components/divider/themes/dark/divider.material.css.d.ts +1 -0
  398. package/components/divider/themes/divider.base.css.d.ts +1 -0
  399. package/components/divider/themes/light/divider.bootstrap.css.d.ts +1 -0
  400. package/components/divider/themes/light/divider.fluent.css.d.ts +1 -0
  401. package/components/divider/themes/light/divider.indigo.css.d.ts +1 -0
  402. package/components/divider/themes/light/divider.material.css.d.ts +1 -0
  403. package/components/divider/themes/light/divider.shared.css.d.ts +1 -0
  404. package/components/divider/themes/shared/divider.common.css.d.ts +1 -0
  405. package/components/divider/themes/shared/divider.indigo.css.d.ts +1 -0
  406. package/components/divider/themes/themes.d.ts +2 -0
  407. package/components/dropdown/dropdown-group.d.ts +27 -0
  408. package/components/dropdown/dropdown-header.d.ts +19 -0
  409. package/components/dropdown/dropdown-item.d.ts +24 -0
  410. package/components/dropdown/dropdown.d.ts +118 -0
  411. package/components/dropdown/themes/container.d.ts +2 -0
  412. package/components/dropdown/themes/dark/dropdown.bootstrap.css.d.ts +1 -0
  413. package/components/dropdown/themes/dark/dropdown.fluent.css.d.ts +1 -0
  414. package/components/dropdown/themes/dark/dropdown.indigo.css.d.ts +1 -0
  415. package/components/dropdown/themes/dark/dropdown.material.css.d.ts +1 -0
  416. package/components/dropdown/themes/dark/dropdown.shared.css.d.ts +1 -0
  417. package/components/dropdown/themes/dropdown-group.base.css.d.ts +1 -0
  418. package/components/dropdown/themes/dropdown-header.base.css.d.ts +1 -0
  419. package/components/dropdown/themes/dropdown-item.base.css.d.ts +1 -0
  420. package/components/dropdown/themes/dropdown.base.css.d.ts +1 -0
  421. package/components/dropdown/themes/group.d.ts +2 -0
  422. package/components/dropdown/themes/header.d.ts +2 -0
  423. package/components/dropdown/themes/item.d.ts +2 -0
  424. package/components/dropdown/themes/light/dropdown.bootstrap.css.d.ts +1 -0
  425. package/components/dropdown/themes/light/dropdown.fluent.css.d.ts +1 -0
  426. package/components/dropdown/themes/light/dropdown.indigo.css.d.ts +1 -0
  427. package/components/dropdown/themes/light/dropdown.material.css.d.ts +1 -0
  428. package/components/dropdown/themes/light/dropdown.shared.css.d.ts +1 -0
  429. package/components/dropdown/themes/shared/dropdown.bootstrap.css.d.ts +1 -0
  430. package/components/dropdown/themes/shared/dropdown.common.css.d.ts +1 -0
  431. package/components/dropdown/themes/shared/dropdown.fluent.css.d.ts +1 -0
  432. package/components/dropdown/themes/shared/dropdown.indigo.css.d.ts +1 -0
  433. package/components/dropdown/themes/shared/dropdown.material.css.d.ts +1 -0
  434. package/components/dropdown/themes/shared/group/dropdown-group.common.css.d.ts +1 -0
  435. package/components/dropdown/themes/shared/group/dropdown-group.fluent.css.d.ts +1 -0
  436. package/components/dropdown/themes/shared/header/dropdown-header.common.css.d.ts +1 -0
  437. package/components/dropdown/themes/shared/header/dropdown-header.fluent.css.d.ts +1 -0
  438. package/components/dropdown/themes/shared/header/dropdown-header.indigo.css.d.ts +1 -0
  439. package/components/dropdown/themes/shared/item/dropdown-item.common.css.d.ts +1 -0
  440. package/components/dropdown/themes/shared/item/dropdown-item.fluent.css.d.ts +1 -0
  441. package/components/dropdown/themes/shared/item/dropdown-item.indigo.css.d.ts +1 -0
  442. package/components/expansion-panel/expansion-panel.d.ts +83 -0
  443. package/components/expansion-panel/themes/dark/expansion-panel.bootstrap.css.d.ts +1 -0
  444. package/components/expansion-panel/themes/dark/expansion-panel.fluent.css.d.ts +1 -0
  445. package/components/expansion-panel/themes/dark/expansion-panel.indigo.css.d.ts +1 -0
  446. package/components/expansion-panel/themes/dark/expansion-panel.material.css.d.ts +1 -0
  447. package/components/expansion-panel/themes/dark/expansion-panel.shared.css.d.ts +1 -0
  448. package/components/expansion-panel/themes/expansion-panel.base.css.d.ts +1 -0
  449. package/components/expansion-panel/themes/light/expansion-panel.bootstrap.css.d.ts +1 -0
  450. package/components/expansion-panel/themes/light/expansion-panel.fluent.css.d.ts +1 -0
  451. package/components/expansion-panel/themes/light/expansion-panel.indigo.css.d.ts +1 -0
  452. package/components/expansion-panel/themes/light/expansion-panel.material.css.d.ts +1 -0
  453. package/components/expansion-panel/themes/light/expansion-panel.shared.css.d.ts +1 -0
  454. package/components/expansion-panel/themes/shared/expansion-panel.bootstrap.css.d.ts +1 -0
  455. package/components/expansion-panel/themes/shared/expansion-panel.common.css.d.ts +1 -0
  456. package/components/expansion-panel/themes/shared/expansion-panel.fluent.css.d.ts +1 -0
  457. package/components/expansion-panel/themes/shared/expansion-panel.indigo.css.d.ts +1 -0
  458. package/components/expansion-panel/themes/themes.d.ts +2 -0
  459. package/components/focus-trap/focus-trap.d.ts +35 -0
  460. package/components/icon/icon-references.d.ts +28 -0
  461. package/components/icon/icon-state.broadcast.d.ts +14 -0
  462. package/components/icon/icon.d.ts +47 -0
  463. package/components/icon/icon.registry.d.ts +24 -0
  464. package/components/icon/internal-icons-lib.d.ts +2 -0
  465. package/components/icon/registry/default-map.d.ts +12 -0
  466. package/components/icon/registry/parser.d.ts +6 -0
  467. package/components/icon/registry/types.d.ts +35 -0
  468. package/components/icon/themes/dark/icon.bootstrap.css.d.ts +1 -0
  469. package/components/icon/themes/dark/icon.fluent.css.d.ts +1 -0
  470. package/components/icon/themes/dark/icon.indigo.css.d.ts +1 -0
  471. package/components/icon/themes/dark/icon.material.css.d.ts +1 -0
  472. package/components/icon/themes/icon.base.css.d.ts +1 -0
  473. package/components/icon/themes/light/icon.bootstrap.css.d.ts +1 -0
  474. package/components/icon/themes/light/icon.fluent.css.d.ts +1 -0
  475. package/components/icon/themes/light/icon.indigo.css.d.ts +1 -0
  476. package/components/icon/themes/light/icon.material.css.d.ts +1 -0
  477. package/components/icon/themes/light/icon.shared.css.d.ts +1 -0
  478. package/components/icon/themes/shared/icon.bootstrap.css.d.ts +1 -0
  479. package/components/icon/themes/shared/icon.common.css.d.ts +1 -0
  480. package/components/icon/themes/shared/icon.fluent.css.d.ts +1 -0
  481. package/components/icon/themes/shared/icon.indigo.css.d.ts +1 -0
  482. package/components/icon/themes/themes.d.ts +2 -0
  483. package/components/input/input-base.d.ts +72 -0
  484. package/components/input/input.d.ts +135 -0
  485. package/components/input/themes/dark/input.bootstrap.css.d.ts +1 -0
  486. package/components/input/themes/dark/input.bootstrap.css.js +1 -1
  487. package/components/input/themes/dark/input.bootstrap.css.js.map +1 -1
  488. package/components/input/themes/dark/input.fluent.css.d.ts +1 -0
  489. package/components/input/themes/dark/input.fluent.css.js +1 -1
  490. package/components/input/themes/dark/input.fluent.css.js.map +1 -1
  491. package/components/input/themes/dark/input.indigo.css.d.ts +1 -0
  492. package/components/input/themes/dark/input.indigo.css.js +1 -1
  493. package/components/input/themes/dark/input.indigo.css.js.map +1 -1
  494. package/components/input/themes/dark/input.material.css.d.ts +1 -0
  495. package/components/input/themes/dark/input.material.css.js +1 -1
  496. package/components/input/themes/dark/input.material.css.js.map +1 -1
  497. package/components/input/themes/input.base.css.d.ts +1 -0
  498. package/components/input/themes/light/input.bootstrap.css.d.ts +1 -0
  499. package/components/input/themes/light/input.bootstrap.css.js +1 -1
  500. package/components/input/themes/light/input.bootstrap.css.js.map +1 -1
  501. package/components/input/themes/light/input.fluent.css.d.ts +1 -0
  502. package/components/input/themes/light/input.fluent.css.js +1 -1
  503. package/components/input/themes/light/input.fluent.css.js.map +1 -1
  504. package/components/input/themes/light/input.indigo.css.d.ts +1 -0
  505. package/components/input/themes/light/input.indigo.css.js +1 -1
  506. package/components/input/themes/light/input.indigo.css.js.map +1 -1
  507. package/components/input/themes/light/input.material.css.d.ts +1 -0
  508. package/components/input/themes/light/input.material.css.js +1 -1
  509. package/components/input/themes/light/input.material.css.js.map +1 -1
  510. package/components/input/themes/light/input.shared.css.d.ts +1 -0
  511. package/components/input/themes/light/input.shared.css.js +1 -1
  512. package/components/input/themes/light/input.shared.css.js.map +1 -1
  513. package/components/input/themes/shared/input.bootstrap.css.d.ts +1 -0
  514. package/components/input/themes/shared/input.common.css.d.ts +1 -0
  515. package/components/input/themes/shared/input.fluent.css.d.ts +1 -0
  516. package/components/input/themes/shared/input.indigo.css.d.ts +1 -0
  517. package/components/input/themes/shared/input.material.css.d.ts +1 -0
  518. package/components/input/themes/shared/input.material.css.js +1 -1
  519. package/components/input/themes/shared/input.material.css.js.map +1 -1
  520. package/components/input/themes/themes.d.ts +2 -0
  521. package/components/input/validators.d.ts +4 -0
  522. package/components/list/list-header.d.ts +21 -0
  523. package/components/list/list-item.d.ts +33 -0
  524. package/components/list/list.d.ts +21 -0
  525. package/components/list/themes/container.base.css.d.ts +1 -0
  526. package/components/list/themes/container.d.ts +2 -0
  527. package/components/list/themes/dark/container/list.bootstrap.css.d.ts +1 -0
  528. package/components/list/themes/dark/container/list.bootstrap.css.js +1 -1
  529. package/components/list/themes/dark/container/list.bootstrap.css.js.map +1 -1
  530. package/components/list/themes/dark/container/list.fluent.css.d.ts +1 -0
  531. package/components/list/themes/dark/container/list.fluent.css.js +1 -1
  532. package/components/list/themes/dark/container/list.fluent.css.js.map +1 -1
  533. package/components/list/themes/dark/container/list.indigo.css.d.ts +1 -0
  534. package/components/list/themes/dark/container/list.indigo.css.js +1 -1
  535. package/components/list/themes/dark/container/list.indigo.css.js.map +1 -1
  536. package/components/list/themes/dark/container/list.material.css.d.ts +1 -0
  537. package/components/list/themes/dark/container/list.material.css.js +1 -1
  538. package/components/list/themes/dark/container/list.material.css.js.map +1 -1
  539. package/components/list/themes/dark/container/list.shared.css.d.ts +1 -0
  540. package/components/list/themes/dark/container/list.shared.css.js +1 -1
  541. package/components/list/themes/dark/container/list.shared.css.js.map +1 -1
  542. package/components/list/themes/dark/header/list-header.bootstrap.css.d.ts +1 -0
  543. package/components/list/themes/dark/header/list-header.bootstrap.css.js +1 -1
  544. package/components/list/themes/dark/header/list-header.bootstrap.css.js.map +1 -1
  545. package/components/list/themes/dark/header/list-header.fluent.css.d.ts +1 -0
  546. package/components/list/themes/dark/header/list-header.fluent.css.js +1 -1
  547. package/components/list/themes/dark/header/list-header.fluent.css.js.map +1 -1
  548. package/components/list/themes/dark/header/list-header.indigo.css.d.ts +1 -0
  549. package/components/list/themes/dark/header/list-header.indigo.css.js +1 -1
  550. package/components/list/themes/dark/header/list-header.indigo.css.js.map +1 -1
  551. package/components/list/themes/dark/header/list-header.material.css.d.ts +1 -0
  552. package/components/list/themes/dark/header/list-header.material.css.js +1 -1
  553. package/components/list/themes/dark/header/list-header.material.css.js.map +1 -1
  554. package/components/list/themes/dark/item/list-item.bootstrap.css.d.ts +1 -0
  555. package/components/list/themes/dark/item/list-item.bootstrap.css.js +1 -1
  556. package/components/list/themes/dark/item/list-item.bootstrap.css.js.map +1 -1
  557. package/components/list/themes/dark/item/list-item.fluent.css.d.ts +1 -0
  558. package/components/list/themes/dark/item/list-item.fluent.css.js +1 -1
  559. package/components/list/themes/dark/item/list-item.fluent.css.js.map +1 -1
  560. package/components/list/themes/dark/item/list-item.indigo.css.d.ts +1 -0
  561. package/components/list/themes/dark/item/list-item.indigo.css.js +1 -1
  562. package/components/list/themes/dark/item/list-item.indigo.css.js.map +1 -1
  563. package/components/list/themes/dark/item/list-item.material.css.d.ts +1 -0
  564. package/components/list/themes/dark/item/list-item.material.css.js +1 -1
  565. package/components/list/themes/dark/item/list-item.material.css.js.map +1 -1
  566. package/components/list/themes/header.base.css.d.ts +1 -0
  567. package/components/list/themes/header.d.ts +2 -0
  568. package/components/list/themes/item.base.css.d.ts +1 -0
  569. package/components/list/themes/item.d.ts +2 -0
  570. package/components/list/themes/light/container/list.bootstrap.css.d.ts +1 -0
  571. package/components/list/themes/light/container/list.bootstrap.css.js +1 -1
  572. package/components/list/themes/light/container/list.bootstrap.css.js.map +1 -1
  573. package/components/list/themes/light/container/list.fluent.css.d.ts +1 -0
  574. package/components/list/themes/light/container/list.indigo.css.d.ts +1 -0
  575. package/components/list/themes/light/container/list.indigo.css.js +1 -1
  576. package/components/list/themes/light/container/list.indigo.css.js.map +1 -1
  577. package/components/list/themes/light/container/list.material.css.d.ts +1 -0
  578. package/components/list/themes/light/container/list.shared.css.d.ts +1 -0
  579. package/components/list/themes/light/container/list.shared.css.js +1 -1
  580. package/components/list/themes/light/container/list.shared.css.js.map +1 -1
  581. package/components/list/themes/light/header/list-header.bootstrap.css.d.ts +1 -0
  582. package/components/list/themes/light/header/list-header.bootstrap.css.js +1 -1
  583. package/components/list/themes/light/header/list-header.bootstrap.css.js.map +1 -1
  584. package/components/list/themes/light/header/list-header.fluent.css.d.ts +1 -0
  585. package/components/list/themes/light/header/list-header.indigo.css.d.ts +1 -0
  586. package/components/list/themes/light/header/list-header.indigo.css.js +1 -1
  587. package/components/list/themes/light/header/list-header.indigo.css.js.map +1 -1
  588. package/components/list/themes/light/header/list-header.material.css.d.ts +1 -0
  589. package/components/list/themes/light/item/list-item.bootstrap.css.d.ts +1 -0
  590. package/components/list/themes/light/item/list-item.bootstrap.css.js +1 -1
  591. package/components/list/themes/light/item/list-item.bootstrap.css.js.map +1 -1
  592. package/components/list/themes/light/item/list-item.fluent.css.d.ts +1 -0
  593. package/components/list/themes/light/item/list-item.indigo.css.d.ts +1 -0
  594. package/components/list/themes/light/item/list-item.indigo.css.js +1 -1
  595. package/components/list/themes/light/item/list-item.indigo.css.js.map +1 -1
  596. package/components/list/themes/light/item/list-item.material.css.d.ts +1 -0
  597. package/components/list/themes/shared/container/list.bootstrap.css.d.ts +1 -0
  598. package/components/list/themes/shared/container/list.common.css.d.ts +1 -0
  599. package/components/list/themes/shared/container/list.fluent.css.d.ts +1 -0
  600. package/components/list/themes/shared/container/list.indigo.css.d.ts +1 -0
  601. package/components/list/themes/shared/header/list-header.common.css.d.ts +1 -0
  602. package/components/list/themes/shared/header/list-header.indigo.css.d.ts +1 -0
  603. package/components/list/themes/shared/item/list-item.bootstrap.css.d.ts +1 -0
  604. package/components/list/themes/shared/item/list-item.common.css.d.ts +1 -0
  605. package/components/list/themes/shared/item/list-item.fluent.css.d.ts +1 -0
  606. package/components/list/themes/shared/item/list-item.indigo.css.d.ts +1 -0
  607. package/components/mask-input/mask-input-base.d.ts +34 -0
  608. package/components/mask-input/mask-input.d.ts +73 -0
  609. package/components/mask-input/mask-parser.d.ts +32 -0
  610. package/components/mask-input/validators.d.ts +3 -0
  611. package/components/nav-drawer/nav-drawer-header-item.d.ts +18 -0
  612. package/components/nav-drawer/nav-drawer-item.d.ts +38 -0
  613. package/components/nav-drawer/nav-drawer.d.ts +44 -0
  614. package/components/nav-drawer/themes/container.base.css.d.ts +1 -0
  615. package/components/nav-drawer/themes/container.d.ts +2 -0
  616. package/components/nav-drawer/themes/dark/container/nav-drawer.bootstrap.css.d.ts +1 -0
  617. package/components/nav-drawer/themes/dark/container/nav-drawer.fluent.css.d.ts +1 -0
  618. package/components/nav-drawer/themes/dark/container/nav-drawer.indigo.css.d.ts +1 -0
  619. package/components/nav-drawer/themes/dark/container/nav-drawer.material.css.d.ts +1 -0
  620. package/components/nav-drawer/themes/dark/container/nav-drawer.shared.css.d.ts +1 -0
  621. package/components/nav-drawer/themes/header-item.base.css.d.ts +1 -0
  622. package/components/nav-drawer/themes/header-item.d.ts +2 -0
  623. package/components/nav-drawer/themes/item.base.css.d.ts +1 -0
  624. package/components/nav-drawer/themes/item.d.ts +2 -0
  625. package/components/nav-drawer/themes/light/container/nav-drawer.bootstrap.css.d.ts +1 -0
  626. package/components/nav-drawer/themes/light/container/nav-drawer.fluent.css.d.ts +1 -0
  627. package/components/nav-drawer/themes/light/container/nav-drawer.indigo.css.d.ts +1 -0
  628. package/components/nav-drawer/themes/light/container/nav-drawer.material.css.d.ts +1 -0
  629. package/components/nav-drawer/themes/light/container/nav-drawer.shared.css.d.ts +1 -0
  630. package/components/nav-drawer/themes/shared/container/nav-drawer.bootstrap.css.d.ts +1 -0
  631. package/components/nav-drawer/themes/shared/container/nav-drawer.common.css.d.ts +1 -0
  632. package/components/nav-drawer/themes/shared/container/nav-drawer.fluent.css.d.ts +1 -0
  633. package/components/nav-drawer/themes/shared/container/nav-drawer.indigo.css.d.ts +1 -0
  634. package/components/nav-drawer/themes/shared/container/nav-drawer.material.css.d.ts +1 -0
  635. package/components/nav-drawer/themes/shared/header-item/header-item.bootstrap.css.d.ts +1 -0
  636. package/components/nav-drawer/themes/shared/header-item/header-item.common.css.d.ts +1 -0
  637. package/components/nav-drawer/themes/shared/header-item/header-item.fluent.css.d.ts +1 -0
  638. package/components/nav-drawer/themes/shared/header-item/header-item.indigo.css.d.ts +1 -0
  639. package/components/nav-drawer/themes/shared/header-item/header-item.material.css.d.ts +1 -0
  640. package/components/nav-drawer/themes/shared/item/item.bootstrap.css.d.ts +1 -0
  641. package/components/nav-drawer/themes/shared/item/item.common.css.d.ts +1 -0
  642. package/components/nav-drawer/themes/shared/item/item.fluent.css.d.ts +1 -0
  643. package/components/nav-drawer/themes/shared/item/item.indigo.css.d.ts +1 -0
  644. package/components/nav-drawer/themes/shared/item/item.material.css.d.ts +1 -0
  645. package/components/navbar/navbar.d.ts +27 -0
  646. package/components/navbar/themes/dark/navbar.bootstrap.css.d.ts +1 -0
  647. package/components/navbar/themes/dark/navbar.fluent.css.d.ts +1 -0
  648. package/components/navbar/themes/dark/navbar.indigo.css.d.ts +1 -0
  649. package/components/navbar/themes/dark/navbar.material.css.d.ts +1 -0
  650. package/components/navbar/themes/light/navbar.bootstrap.css.d.ts +1 -0
  651. package/components/navbar/themes/light/navbar.fluent.css.d.ts +1 -0
  652. package/components/navbar/themes/light/navbar.indigo.css.d.ts +1 -0
  653. package/components/navbar/themes/light/navbar.material.css.d.ts +1 -0
  654. package/components/navbar/themes/light/navbar.shared.css.d.ts +1 -0
  655. package/components/navbar/themes/navbar.base.css.d.ts +1 -0
  656. package/components/navbar/themes/shared/navbar.bootstrap.css.d.ts +1 -0
  657. package/components/navbar/themes/shared/navbar.common.css.d.ts +1 -0
  658. package/components/navbar/themes/shared/navbar.fluent.css.d.ts +1 -0
  659. package/components/navbar/themes/shared/navbar.indigo.css.d.ts +1 -0
  660. package/components/navbar/themes/themes.d.ts +2 -0
  661. package/components/popover/popover.d.ts +72 -0
  662. package/components/popover/themes/light/popover.base.css.d.ts +1 -0
  663. package/components/progress/base.d.ts +61 -0
  664. package/components/progress/circular-gradient.d.ts +35 -0
  665. package/components/progress/circular-progress.d.ts +39 -0
  666. package/components/progress/linear-progress.d.ts +42 -0
  667. package/components/progress/themes/circular/circular.progress.base.css.d.ts +1 -0
  668. package/components/progress/themes/circular/dark/circular.progress.bootstrap.css.d.ts +1 -0
  669. package/components/progress/themes/circular/dark/circular.progress.fluent.css.d.ts +1 -0
  670. package/components/progress/themes/circular/dark/circular.progress.indigo.css.d.ts +1 -0
  671. package/components/progress/themes/circular/dark/circular.progress.material.css.d.ts +1 -0
  672. package/components/progress/themes/circular/dark/circular.progress.shared.css.d.ts +1 -0
  673. package/components/progress/themes/circular/light/circular.progress.bootstrap.css.d.ts +1 -0
  674. package/components/progress/themes/circular/light/circular.progress.fluent.css.d.ts +1 -0
  675. package/components/progress/themes/circular/light/circular.progress.indigo.css.d.ts +1 -0
  676. package/components/progress/themes/circular/light/circular.progress.material.css.d.ts +1 -0
  677. package/components/progress/themes/circular/light/circular.progress.shared.css.d.ts +1 -0
  678. package/components/progress/themes/circular/shared/circular.progress.bootstrap.css.d.ts +1 -0
  679. package/components/progress/themes/circular/shared/circular.progress.common.css.d.ts +1 -0
  680. package/components/progress/themes/circular/shared/circular.progress.fluent.css.d.ts +1 -0
  681. package/components/progress/themes/circular/shared/circular.progress.indigo.css.d.ts +1 -0
  682. package/components/progress/themes/circular/themes.d.ts +2 -0
  683. package/components/progress/themes/linear/dark/linear.progress.bootstrap.css.d.ts +1 -0
  684. package/components/progress/themes/linear/dark/linear.progress.fluent.css.d.ts +1 -0
  685. package/components/progress/themes/linear/dark/linear.progress.indigo.css.d.ts +1 -0
  686. package/components/progress/themes/linear/dark/linear.progress.material.css.d.ts +1 -0
  687. package/components/progress/themes/linear/dark/linear.progress.shared.css.d.ts +1 -0
  688. package/components/progress/themes/linear/light/linear.progress.bootstrap.css.d.ts +1 -0
  689. package/components/progress/themes/linear/light/linear.progress.fluent.css.d.ts +1 -0
  690. package/components/progress/themes/linear/light/linear.progress.indigo.css.d.ts +1 -0
  691. package/components/progress/themes/linear/light/linear.progress.material.css.d.ts +1 -0
  692. package/components/progress/themes/linear/light/linear.progress.shared.css.d.ts +1 -0
  693. package/components/progress/themes/linear/linear.progress.base.css.d.ts +1 -0
  694. package/components/progress/themes/linear/shared/linear.progress.bootstrap.css.d.ts +1 -0
  695. package/components/progress/themes/linear/shared/linear.progress.common.css.d.ts +1 -0
  696. package/components/progress/themes/linear/shared/linear.progress.fluent.css.d.ts +1 -0
  697. package/components/progress/themes/linear/shared/linear.progress.indigo.css.d.ts +1 -0
  698. package/components/progress/themes/linear/themes.d.ts +2 -0
  699. package/components/radio/radio.d.ts +101 -0
  700. package/components/radio/themes/dark/radio.bootstrap.css.d.ts +1 -0
  701. package/components/radio/themes/dark/radio.fluent.css.d.ts +1 -0
  702. package/components/radio/themes/dark/radio.indigo.css.d.ts +1 -0
  703. package/components/radio/themes/dark/radio.material.css.d.ts +1 -0
  704. package/components/radio/themes/light/radio.bootstrap.css.d.ts +1 -0
  705. package/components/radio/themes/light/radio.fluent.css.d.ts +1 -0
  706. package/components/radio/themes/light/radio.indigo.css.d.ts +1 -0
  707. package/components/radio/themes/light/radio.material.css.d.ts +1 -0
  708. package/components/radio/themes/light/radio.shared.css.d.ts +1 -0
  709. package/components/radio/themes/radio.base.css.d.ts +1 -0
  710. package/components/radio/themes/shared/radio.bootstrap.css.d.ts +1 -0
  711. package/components/radio/themes/shared/radio.common.css.d.ts +1 -0
  712. package/components/radio/themes/shared/radio.fluent.css.d.ts +1 -0
  713. package/components/radio/themes/shared/radio.indigo.css.d.ts +1 -0
  714. package/components/radio/themes/shared/radio.material.css.d.ts +1 -0
  715. package/components/radio/themes/themes.d.ts +2 -0
  716. package/components/radio/utils.d.ts +13 -0
  717. package/components/radio/validators.d.ts +3 -0
  718. package/components/radio-group/radio-group.base.css.d.ts +1 -0
  719. package/components/radio-group/radio-group.d.ts +51 -0
  720. package/components/radio-group/radio-group.fluent.css.d.ts +1 -0
  721. package/components/radio-group/radio-group.indigo.css.d.ts +1 -0
  722. package/components/radio-group/radio-group.material.css.d.ts +1 -0
  723. package/components/rating/rating-symbol.d.ts +26 -0
  724. package/components/rating/rating.d.ts +143 -0
  725. package/components/rating/themes/dark/rating.bootstrap.css.d.ts +1 -0
  726. package/components/rating/themes/dark/rating.fluent.css.d.ts +1 -0
  727. package/components/rating/themes/dark/rating.indigo.css.d.ts +1 -0
  728. package/components/rating/themes/dark/rating.material.css.d.ts +1 -0
  729. package/components/rating/themes/light/rating.bootstrap.css.d.ts +1 -0
  730. package/components/rating/themes/light/rating.fluent.css.d.ts +1 -0
  731. package/components/rating/themes/light/rating.indigo.css.d.ts +1 -0
  732. package/components/rating/themes/light/rating.material.css.d.ts +1 -0
  733. package/components/rating/themes/light/rating.shared.css.d.ts +1 -0
  734. package/components/rating/themes/rating-symbol.base.css.d.ts +1 -0
  735. package/components/rating/themes/rating.base.css.d.ts +1 -0
  736. package/components/rating/themes/shared/rating.bootstrap.css.d.ts +1 -0
  737. package/components/rating/themes/shared/rating.common.css.d.ts +1 -0
  738. package/components/rating/themes/shared/rating.fluent.css.d.ts +1 -0
  739. package/components/rating/themes/shared/rating.indigo.css.d.ts +1 -0
  740. package/components/rating/themes/themes.d.ts +2 -0
  741. package/components/resize-container/default-ghost.d.ts +4 -0
  742. package/components/resize-container/resize-container.d.ts +68 -0
  743. package/components/resize-container/resize-container.js +0 -1
  744. package/components/resize-container/resize-container.js.map +1 -1
  745. package/components/resize-container/resize-controller.d.ts +46 -0
  746. package/components/resize-container/themes/dark/resize-indicator.bootstrap.css.d.ts +1 -0
  747. package/components/resize-container/themes/dark/resize-indicator.fluent.css.d.ts +1 -0
  748. package/components/resize-container/themes/dark/resize-indicator.indigo.css.d.ts +1 -0
  749. package/components/resize-container/themes/dark/resize-indicator.material.css.d.ts +1 -0
  750. package/components/resize-container/themes/dark/resize-indicator.shared.css.d.ts +1 -0
  751. package/components/resize-container/themes/light/resize-indicator.bootstrap.css.d.ts +1 -0
  752. package/components/resize-container/themes/light/resize-indicator.fluent.css.d.ts +1 -0
  753. package/components/resize-container/themes/light/resize-indicator.indigo.css.d.ts +1 -0
  754. package/components/resize-container/themes/light/resize-indicator.material.css.d.ts +1 -0
  755. package/components/resize-container/themes/light/resize-indicator.shared.css.d.ts +1 -0
  756. package/components/resize-container/themes/resize-container.base.css.d.ts +1 -0
  757. package/components/resize-container/themes/shared/resize-container.common.css.d.ts +1 -0
  758. package/components/resize-container/themes/themes.d.ts +2 -0
  759. package/components/resize-container/types.d.ts +38 -0
  760. package/components/ripple/ripple.d.ts +21 -0
  761. package/components/ripple/ripple.material.css.d.ts +1 -0
  762. package/components/select/select-group.d.ts +35 -0
  763. package/components/select/select-header.d.ts +19 -0
  764. package/components/select/select-item.d.ts +30 -0
  765. package/components/select/select.d.ts +171 -0
  766. package/components/select/themes/dark/select.bootstrap.css.d.ts +1 -0
  767. package/components/select/themes/dark/select.fluent.css.d.ts +1 -0
  768. package/components/select/themes/dark/select.fluent.css.js +1 -1
  769. package/components/select/themes/dark/select.fluent.css.js.map +1 -1
  770. package/components/select/themes/dark/select.indigo.css.d.ts +1 -0
  771. package/components/select/themes/dark/select.material.css.d.ts +1 -0
  772. package/components/select/themes/dark/select.material.css.js +1 -1
  773. package/components/select/themes/dark/select.material.css.js.map +1 -1
  774. package/components/select/themes/light/select.bootstrap.css.d.ts +1 -0
  775. package/components/select/themes/light/select.fluent.css.d.ts +1 -0
  776. package/components/select/themes/light/select.fluent.css.js +1 -1
  777. package/components/select/themes/light/select.fluent.css.js.map +1 -1
  778. package/components/select/themes/light/select.indigo.css.d.ts +1 -0
  779. package/components/select/themes/light/select.indigo.css.js +1 -1
  780. package/components/select/themes/light/select.indigo.css.js.map +1 -1
  781. package/components/select/themes/light/select.material.css.d.ts +1 -0
  782. package/components/select/themes/light/select.shared.css.d.ts +1 -0
  783. package/components/select/themes/light/select.shared.css.js +1 -1
  784. package/components/select/themes/light/select.shared.css.js.map +1 -1
  785. package/components/select/themes/select.base.css.d.ts +1 -0
  786. package/components/select/themes/shared/select.bootstrap.css.d.ts +1 -0
  787. package/components/select/themes/shared/select.common.css.d.ts +1 -0
  788. package/components/select/themes/shared/select.common.css.js +1 -1
  789. package/components/select/themes/shared/select.common.css.js.map +1 -1
  790. package/components/select/themes/shared/select.fluent.css.d.ts +1 -0
  791. package/components/select/themes/shared/select.fluent.css.js +1 -1
  792. package/components/select/themes/shared/select.fluent.css.js.map +1 -1
  793. package/components/select/themes/shared/select.indigo.css.d.ts +1 -0
  794. package/components/select/themes/shared/select.indigo.css.js +1 -1
  795. package/components/select/themes/shared/select.indigo.css.js.map +1 -1
  796. package/components/select/themes/shared/select.material.css.d.ts +1 -0
  797. package/components/select/themes/themes.d.ts +2 -0
  798. package/components/select/validators.d.ts +3 -0
  799. package/components/slider/range-slider.d.ts +91 -0
  800. package/components/slider/slider-base.d.ts +165 -0
  801. package/components/slider/slider-label.d.ts +12 -0
  802. package/components/slider/slider.d.ts +74 -0
  803. package/components/slider/themes/dark/slider.bootstrap.css.d.ts +1 -0
  804. package/components/slider/themes/dark/slider.fluent.css.d.ts +1 -0
  805. package/components/slider/themes/dark/slider.indigo.css.d.ts +1 -0
  806. package/components/slider/themes/dark/slider.material.css.d.ts +1 -0
  807. package/components/slider/themes/light/slider.bootstrap.css.d.ts +1 -0
  808. package/components/slider/themes/light/slider.fluent.css.d.ts +1 -0
  809. package/components/slider/themes/light/slider.indigo.css.d.ts +1 -0
  810. package/components/slider/themes/light/slider.material.css.d.ts +1 -0
  811. package/components/slider/themes/light/slider.shared.css.d.ts +1 -0
  812. package/components/slider/themes/shared/slider.bootstrap.css.d.ts +1 -0
  813. package/components/slider/themes/shared/slider.common.css.d.ts +1 -0
  814. package/components/slider/themes/shared/slider.fluent.css.d.ts +1 -0
  815. package/components/slider/themes/shared/slider.indigo.css.d.ts +1 -0
  816. package/components/slider/themes/shared/slider.material.css.d.ts +1 -0
  817. package/components/slider/themes/slider.base.css.d.ts +1 -0
  818. package/components/slider/themes/themes.d.ts +2 -0
  819. package/components/snackbar/snackbar.d.ts +44 -0
  820. package/components/snackbar/themes/dark/snackbar.bootstrap.css.d.ts +1 -0
  821. package/components/snackbar/themes/dark/snackbar.fluent.css.d.ts +1 -0
  822. package/components/snackbar/themes/dark/snackbar.indigo.css.d.ts +1 -0
  823. package/components/snackbar/themes/dark/snackbar.material.css.d.ts +1 -0
  824. package/components/snackbar/themes/light/snackbar.bootstrap.css.d.ts +1 -0
  825. package/components/snackbar/themes/light/snackbar.fluent.css.d.ts +1 -0
  826. package/components/snackbar/themes/light/snackbar.indigo.css.d.ts +1 -0
  827. package/components/snackbar/themes/light/snackbar.material.css.d.ts +1 -0
  828. package/components/snackbar/themes/light/snackbar.shared.css.d.ts +1 -0
  829. package/components/snackbar/themes/shared/snackbar.bootstrap.css.d.ts +1 -0
  830. package/components/snackbar/themes/shared/snackbar.common.css.d.ts +1 -0
  831. package/components/snackbar/themes/shared/snackbar.fluent.css.d.ts +1 -0
  832. package/components/snackbar/themes/shared/snackbar.indigo.css.d.ts +1 -0
  833. package/components/snackbar/themes/snackbar.base.css.d.ts +1 -0
  834. package/components/snackbar/themes/themes.d.ts +2 -0
  835. package/components/stepper/animations.d.ts +8 -0
  836. package/components/stepper/step.d.ts +104 -0
  837. package/components/stepper/stepper.common.d.ts +11 -0
  838. package/components/stepper/stepper.d.ts +125 -0
  839. package/components/stepper/themes/step/dark/step.bootstrap.css.d.ts +1 -0
  840. package/components/stepper/themes/step/dark/step.fluent.css.d.ts +1 -0
  841. package/components/stepper/themes/step/dark/step.indigo.css.d.ts +1 -0
  842. package/components/stepper/themes/step/dark/step.material.css.d.ts +1 -0
  843. package/components/stepper/themes/step/dark/step.shared.css.d.ts +1 -0
  844. package/components/stepper/themes/step/light/step.bootstrap.css.d.ts +1 -0
  845. package/components/stepper/themes/step/light/step.fluent.css.d.ts +1 -0
  846. package/components/stepper/themes/step/light/step.indigo.css.d.ts +1 -0
  847. package/components/stepper/themes/step/light/step.material.css.d.ts +1 -0
  848. package/components/stepper/themes/step/light/step.shared.css.d.ts +1 -0
  849. package/components/stepper/themes/step/shared/step.bootstrap.css.d.ts +1 -0
  850. package/components/stepper/themes/step/shared/step.common.css.d.ts +1 -0
  851. package/components/stepper/themes/step/shared/step.fluent.css.d.ts +1 -0
  852. package/components/stepper/themes/step/shared/step.indigo.css.d.ts +1 -0
  853. package/components/stepper/themes/step/step.base.css.d.ts +1 -0
  854. package/components/stepper/themes/step/themes.d.ts +2 -0
  855. package/components/stepper/themes/stepper/stepper.base.css.d.ts +1 -0
  856. package/components/stepper/themes/stepper/stepper.bootstrap.css.d.ts +1 -0
  857. package/components/stepper/themes/stepper/stepper.fluent.css.d.ts +1 -0
  858. package/components/stepper/themes/stepper/stepper.indigo.css.d.ts +1 -0
  859. package/components/tabs/tab-panel.d.ts +21 -0
  860. package/components/tabs/tab.d.ts +47 -0
  861. package/components/tabs/tabs.d.ts +93 -0
  862. package/components/tabs/themes/dark/tab.bootstrap.css.d.ts +1 -0
  863. package/components/tabs/themes/dark/tab.fluent.css.d.ts +1 -0
  864. package/components/tabs/themes/dark/tab.indigo.css.d.ts +1 -0
  865. package/components/tabs/themes/dark/tab.material.css.d.ts +1 -0
  866. package/components/tabs/themes/dark/tab.shared.css.d.ts +1 -0
  867. package/components/tabs/themes/light/tab.bootstrap.css.d.ts +1 -0
  868. package/components/tabs/themes/light/tab.fluent.css.d.ts +1 -0
  869. package/components/tabs/themes/light/tab.indigo.css.d.ts +1 -0
  870. package/components/tabs/themes/light/tab.material.css.d.ts +1 -0
  871. package/components/tabs/themes/light/tab.shared.css.d.ts +1 -0
  872. package/components/tabs/themes/shared/tab/tab.bootstrap.css.d.ts +1 -0
  873. package/components/tabs/themes/shared/tab/tab.common.css.d.ts +1 -0
  874. package/components/tabs/themes/shared/tab/tab.fluent.css.d.ts +1 -0
  875. package/components/tabs/themes/shared/tab/tab.indigo.css.d.ts +1 -0
  876. package/components/tabs/themes/shared/tabs/tabs.bootstrap.css.d.ts +1 -0
  877. package/components/tabs/themes/shared/tabs/tabs.common.css.d.ts +1 -0
  878. package/components/tabs/themes/shared/tabs/tabs.fluent.css.d.ts +1 -0
  879. package/components/tabs/themes/shared/tabs/tabs.indigo.css.d.ts +1 -0
  880. package/components/tabs/themes/tab-panel.base.css.d.ts +1 -0
  881. package/components/tabs/themes/tab-themes.d.ts +2 -0
  882. package/components/tabs/themes/tab.base.css.d.ts +1 -0
  883. package/components/tabs/themes/tabs-themes.d.ts +2 -0
  884. package/components/tabs/themes/tabs.base.css.d.ts +1 -0
  885. package/components/textarea/textarea.d.ts +203 -0
  886. package/components/textarea/themes/dark/textarea.bootstrap.css.d.ts +1 -0
  887. package/components/textarea/themes/dark/textarea.bootstrap.css.js +1 -1
  888. package/components/textarea/themes/dark/textarea.bootstrap.css.js.map +1 -1
  889. package/components/textarea/themes/dark/textarea.fluent.css.d.ts +1 -0
  890. package/components/textarea/themes/dark/textarea.fluent.css.js +1 -1
  891. package/components/textarea/themes/dark/textarea.fluent.css.js.map +1 -1
  892. package/components/textarea/themes/dark/textarea.indigo.css.d.ts +1 -0
  893. package/components/textarea/themes/dark/textarea.indigo.css.js +1 -1
  894. package/components/textarea/themes/dark/textarea.indigo.css.js.map +1 -1
  895. package/components/textarea/themes/dark/textarea.material.css.d.ts +1 -0
  896. package/components/textarea/themes/dark/textarea.material.css.js +1 -1
  897. package/components/textarea/themes/dark/textarea.material.css.js.map +1 -1
  898. package/components/textarea/themes/light/textarea.bootstrap.css.d.ts +1 -0
  899. package/components/textarea/themes/light/textarea.bootstrap.css.js +1 -1
  900. package/components/textarea/themes/light/textarea.bootstrap.css.js.map +1 -1
  901. package/components/textarea/themes/light/textarea.fluent.css.d.ts +1 -0
  902. package/components/textarea/themes/light/textarea.fluent.css.js +1 -1
  903. package/components/textarea/themes/light/textarea.fluent.css.js.map +1 -1
  904. package/components/textarea/themes/light/textarea.indigo.css.d.ts +1 -0
  905. package/components/textarea/themes/light/textarea.indigo.css.js +1 -1
  906. package/components/textarea/themes/light/textarea.indigo.css.js.map +1 -1
  907. package/components/textarea/themes/light/textarea.material.css.d.ts +1 -0
  908. package/components/textarea/themes/light/textarea.material.css.js +1 -1
  909. package/components/textarea/themes/light/textarea.material.css.js.map +1 -1
  910. package/components/textarea/themes/light/textarea.shared.css.d.ts +1 -0
  911. package/components/textarea/themes/light/textarea.shared.css.js +1 -1
  912. package/components/textarea/themes/light/textarea.shared.css.js.map +1 -1
  913. package/components/textarea/themes/shared/textarea.bootstrap.css.d.ts +1 -0
  914. package/components/textarea/themes/shared/textarea.common.css.d.ts +1 -0
  915. package/components/textarea/themes/shared/textarea.fluent.css.d.ts +1 -0
  916. package/components/textarea/themes/shared/textarea.indigo.css.d.ts +1 -0
  917. package/components/textarea/themes/shared/textarea.material.css.d.ts +1 -0
  918. package/components/textarea/themes/shared/textarea.material.css.js +1 -1
  919. package/components/textarea/themes/shared/textarea.material.css.js.map +1 -1
  920. package/components/textarea/themes/textarea.base.css.d.ts +1 -0
  921. package/components/textarea/themes/themes.d.ts +2 -0
  922. package/components/textarea/validators.d.ts +3 -0
  923. package/components/tile-manager/position.d.ts +35 -0
  924. package/components/tile-manager/serializer.d.ts +28 -0
  925. package/components/tile-manager/serializer.js +2 -0
  926. package/components/tile-manager/serializer.js.map +1 -1
  927. package/components/tile-manager/themes/container.d.ts +2 -0
  928. package/components/tile-manager/themes/dark/tile-manager.bootstrap.css.d.ts +1 -0
  929. package/components/tile-manager/themes/dark/tile-manager.fluent.css.d.ts +1 -0
  930. package/components/tile-manager/themes/dark/tile-manager.indigo.css.d.ts +1 -0
  931. package/components/tile-manager/themes/dark/tile-manager.material.css.d.ts +1 -0
  932. package/components/tile-manager/themes/dark/tile-manager.shared.css.d.ts +1 -0
  933. package/components/tile-manager/themes/light/tile-manager.bootstrap.css.d.ts +1 -0
  934. package/components/tile-manager/themes/light/tile-manager.fluent.css.d.ts +1 -0
  935. package/components/tile-manager/themes/light/tile-manager.indigo.css.d.ts +1 -0
  936. package/components/tile-manager/themes/light/tile-manager.material.css.d.ts +1 -0
  937. package/components/tile-manager/themes/light/tile-manager.shared.css.d.ts +1 -0
  938. package/components/tile-manager/themes/shared/tile/tile.bootstrap.css.d.ts +1 -0
  939. package/components/tile-manager/themes/shared/tile/tile.common.css.d.ts +1 -0
  940. package/components/tile-manager/themes/shared/tile/tile.fluent.css.d.ts +1 -0
  941. package/components/tile-manager/themes/shared/tile/tile.indigo.css.d.ts +1 -0
  942. package/components/tile-manager/themes/shared/tile-manager.common.css.d.ts +1 -0
  943. package/components/tile-manager/themes/tile-manager.base.css.d.ts +1 -0
  944. package/components/tile-manager/themes/tile.base.css.d.ts +1 -0
  945. package/components/tile-manager/themes/tile.d.ts +2 -0
  946. package/components/tile-manager/tile-manager.d.ts +99 -0
  947. package/components/tile-manager/tile-util.d.ts +68 -0
  948. package/components/tile-manager/tile.d.ts +193 -0
  949. package/components/tile-manager/tile.js +3 -3
  950. package/components/tile-manager/tile.js.map +1 -1
  951. package/components/toast/themes/dark/toast.bootstrap.css.d.ts +1 -0
  952. package/components/toast/themes/dark/toast.fluent.css.d.ts +1 -0
  953. package/components/toast/themes/dark/toast.indigo.css.d.ts +1 -0
  954. package/components/toast/themes/dark/toast.material.css.d.ts +1 -0
  955. package/components/toast/themes/dark/toast.shared.css.d.ts +1 -0
  956. package/components/toast/themes/light/toast.bootstrap.css.d.ts +1 -0
  957. package/components/toast/themes/light/toast.fluent.css.d.ts +1 -0
  958. package/components/toast/themes/light/toast.indigo.css.d.ts +1 -0
  959. package/components/toast/themes/light/toast.material.css.d.ts +1 -0
  960. package/components/toast/themes/light/toast.shared.css.d.ts +1 -0
  961. package/components/toast/themes/shared/toast.bootstrap.css.d.ts +1 -0
  962. package/components/toast/themes/shared/toast.common.css.d.ts +1 -0
  963. package/components/toast/themes/shared/toast.fluent.css.d.ts +1 -0
  964. package/components/toast/themes/themes.d.ts +2 -0
  965. package/components/toast/themes/toast.base.css.d.ts +1 -0
  966. package/components/toast/toast.d.ts +21 -0
  967. package/components/tree/themes/container.base.css.d.ts +1 -0
  968. package/components/tree/themes/container.d.ts +2 -0
  969. package/components/tree/themes/dark/container.bootstrap.css.d.ts +1 -0
  970. package/components/tree/themes/dark/container.fluent.css.d.ts +1 -0
  971. package/components/tree/themes/dark/container.indigo.css.d.ts +1 -0
  972. package/components/tree/themes/dark/container.material.css.d.ts +1 -0
  973. package/components/tree/themes/dark/container.shared.css.d.ts +1 -0
  974. package/components/tree/themes/item.base.css.d.ts +1 -0
  975. package/components/tree/themes/item.d.ts +2 -0
  976. package/components/tree/themes/light/container.bootstrap.css.d.ts +1 -0
  977. package/components/tree/themes/light/container.fluent.css.d.ts +1 -0
  978. package/components/tree/themes/light/container.indigo.css.d.ts +1 -0
  979. package/components/tree/themes/light/container.material.css.d.ts +1 -0
  980. package/components/tree/themes/light/container.shared.css.d.ts +1 -0
  981. package/components/tree/themes/shared/item.common.css.d.ts +1 -0
  982. package/components/tree/themes/shared/item.indigo.css.d.ts +1 -0
  983. package/components/tree/themes/shared/item.material.css.d.ts +1 -0
  984. package/components/tree/tree-item.d.ts +137 -0
  985. package/components/tree/tree.common.d.ts +16 -0
  986. package/components/tree/tree.d.ts +77 -0
  987. package/components/tree/tree.navigation.d.ts +41 -0
  988. package/components/tree/tree.selection.d.ts +55 -0
  989. package/components/types.d.ts +5 -0
  990. package/components/validation-container/themes/dark/validator.bootstrap.css.d.ts +1 -0
  991. package/components/validation-container/themes/dark/validator.fluent.css.d.ts +1 -0
  992. package/components/validation-container/themes/dark/validator.indigo.css.d.ts +1 -0
  993. package/components/validation-container/themes/dark/validator.material.css.d.ts +1 -0
  994. package/components/validation-container/themes/light/validator.bootstrap.css.d.ts +1 -0
  995. package/components/validation-container/themes/light/validator.fluent.css.d.ts +1 -0
  996. package/components/validation-container/themes/light/validator.indigo.css.d.ts +1 -0
  997. package/components/validation-container/themes/light/validator.material.css.d.ts +1 -0
  998. package/components/validation-container/themes/light/validator.shared.css.d.ts +1 -0
  999. package/components/validation-container/themes/shared/validator.common.css.d.ts +1 -0
  1000. package/components/validation-container/themes/themes.d.ts +2 -0
  1001. package/components/validation-container/themes/validator.base.css.d.ts +1 -0
  1002. package/components/validation-container/validation-container.d.ts +42 -0
  1003. package/custom-elements.json +12 -8
  1004. package/igniteui-webcomponents.css-data.json +1 -1
  1005. package/igniteui-webcomponents.html-data.json +1 -1
  1006. package/index.d.ts +107 -0
  1007. package/index.js.map +1 -1
  1008. package/package.json +1 -1
  1009. package/theming/config.d.ts +17 -0
  1010. package/theming/theming-controller.d.ts +18 -0
  1011. package/theming/theming-decorator.d.ts +43 -0
  1012. package/theming/theming-event.d.ts +21 -0
  1013. package/theming/types.d.ts +26 -0
  1014. package/theming/utils.d.ts +1 -0
  1015. package/web-types.json +2 -2
@@ -1 +1 @@
1
- {"version":3,"file":"chip.base.css.js","sourceRoot":"","sources":["../../../../src/components/chip/themes/chip.base.css.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CAAA,0oKAA0oK,CAAC","sourcesContent":["import { css } from 'lit';\n\nexport const styles = css`:host{--is-large: clamp(0, (var(--component-size, 1) + 1) - var(--ig-size-large, 3), 1);--is-medium: min( clamp(0, (var(--component-size, 1) + 1) - var(--ig-size-medium, 2), 1), clamp(0, var(--ig-size-large, 3) - var(--component-size, 1), 1) );--is-small: clamp(0, var(--ig-size-medium) - var(--component-size, 1), 1);position:relative;box-sizing:border-box;scrollbar-width:var(--ig-scrollbar-size, var(--sb-size));scrollbar-color:var(--ig-scrollbar-thumb-background, var(--sb-thumb-bg-color)) var(--ig-scrollbar-track-background, var(--sb-track-bg-color))}:host ::-webkit-scrollbar{width:var(--ig-scrollbar-size, var(--sb-size));height:var(--ig-scrollbar-size, var(--sb-size));background:var(--ig-scrollbar-track-background, var(--sb-track-bg-color))}:host ::-webkit-scrollbar-thumb{background:var(--ig-scrollbar-thumb-background, var(--sb-thumb-bg-color))}:host *,:host *::before,:host *::after{box-sizing:border-box}:host([hidden]),[hidden]{display:none !important}:host{display:inline-flex;vertical-align:top}:host button{font-family:var(--ig-body-2-font-family, var(--ig-font-family));font-size:var(--ig-body-2-font-size);font-weight:var(--ig-body-2-font-weight);font-style:var(--ig-body-2-font-style);line-height:var(--ig-body-2-line-height);letter-spacing:var(--ig-body-2-letter-spacing);text-transform:var(--ig-body-2-text-transform);margin-top:var(--ig-body-2-margin-top);margin-bottom:var(--ig-body-2-margin-bottom);display:flex;justify-content:center;align-items:center;font-family:var(--ig-font-family);border-style:none;box-shadow:none;cursor:pointer;padding:max(var(--is-large, 1)*max(12px, -1 * 12px)*var(--ig-spacing-large, var(--ig-spacing, --ig-spacing)),var(--is-medium, 1)*max(6px, -1 * 6px)*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)))}:host button[disabled]{pointer-events:none}:host([variant=primary]) button,:host([selected][variant=primary]) button:not([disabled]){background:var(--ig-primary-500);color:var(--ig-primary-500-contrast)}:host([variant=primary]) button:focus,:host([selected][variant=primary]) button:not([disabled]):focus{background:var(--ig-primary-800);color:var(--ig-primary-800-contrast)}:host([variant=primary]) button:hover,:host([selected][variant=primary]) button:not([disabled]):hover{background:var(--ig-primary-600);color:var(--ig-primary-600-contrast)}:host([variant=info]) button,:host([selected][variant=info]) button:not([disabled]){background:var(--ig-info-500);color:var(--ig-info-500-contrast)}:host([variant=info]) button:focus,:host([selected][variant=info]) button:not([disabled]):focus{background:var(--ig-info-800);color:var(--ig-info-800-contrast)}:host([variant=info]) button:hover,:host([selected][variant=info]) button:not([disabled]):hover{background:var(--ig-info-600);color:var(--ig-info-600-contrast)}:host([variant=success]) button,:host([selected][variant=success]) button:not([disabled]){background:var(--ig-success-500);color:var(--ig-success-500-contrast)}:host([variant=success]) button:focus,:host([selected][variant=success]) button:not([disabled]):focus{background:var(--ig-success-800);color:var(--ig-success-800-contrast)}:host([variant=success]) button:hover,:host([selected][variant=success]) button:not([disabled]):hover{background:var(--ig-success-600);color:var(--ig-success-600-contrast)}:host([variant=warning]) button,:host([selected][variant=warning]) button:not([disabled]){background:var(--ig-warn-500);color:var(--ig-warn-500-contrast)}:host([variant=warning]) button:focus,:host([selected][variant=warning]) button:not([disabled]):focus{background:var(--ig-warn-800);color:var(--ig-warn-800-contrast)}:host([variant=warning]) button:hover,:host([selected][variant=warning]) button:not([disabled]):hover{background:var(--ig-warn-600);color:var(--ig-warn-600-contrast)}:host([variant=danger]) button,:host([selected][variant=danger]) button:not([disabled]){background:var(--ig-error-500);color:var(--ig-error-500-contrast)}:host([variant=danger]) button:focus,:host([selected][variant=danger]) button:not([disabled]):focus{background:var(--ig-error-800);color:var(--ig-error-800-contrast)}:host([variant=danger]) button:hover,:host([selected][variant=danger]) button:not([disabled]):hover{background:var(--ig-error-600);color:var(--ig-error-600-contrast)}[part=prefix],[part=suffix]{display:flex;align-items:center;justify-content:center}[part=prefix]{margin-inline-end:max(var(--is-large, 1)*max(0.5rem, -1 * 0.5rem)*var(--ig-spacing-inline-large, var(--ig-spacing-inline, --ig-spacing)),var(--is-medium, 1)*max(0.375rem, -1 * 0.375rem)*var(--ig-spacing-inline-medium, var(--ig-spacing-inline, --ig-spacing)),var(--is-small, 1)*max(0.1875rem, -1 * 0.1875rem)*var(--ig-spacing-inline-small, var(--ig-spacing-inline, --ig-spacing)))}[part=suffix]{margin-inline-start:max(var(--is-large, 1)*max(0.5rem, -1 * 0.5rem)*var(--ig-spacing-inline-large, var(--ig-spacing-inline, --ig-spacing)),var(--is-medium, 1)*max(0.375rem, -1 * 0.375rem)*var(--ig-spacing-inline-medium, var(--ig-spacing-inline, --ig-spacing)),var(--is-small, 1)*max(0.1875rem, -1 * 0.1875rem)*var(--ig-spacing-inline-small, var(--ig-spacing-inline, --ig-spacing)))}::slotted(*){display:flex}`;\n"]}
1
+ {"version":3,"file":"chip.base.css.js","sourceRoot":"","sources":["../../../../src/components/chip/themes/chip.base.css.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CAAA,+tJAA+tJ,CAAC","sourcesContent":["import { css } from 'lit';\n\nexport const styles = css`:host{--is-large: clamp(0, (var(--component-size, 1) + 1) - var(--ig-size-large, 3), 1);--is-medium: min( clamp(0, (var(--component-size, 1) + 1) - var(--ig-size-medium, 2), 1), clamp(0, var(--ig-size-large, 3) - var(--component-size, 1), 1) );--is-small: clamp(0, var(--ig-size-medium) - var(--component-size, 1), 1);position:relative;box-sizing:border-box;scrollbar-width:var(--ig-scrollbar-size, var(--sb-size));scrollbar-color:var(--ig-scrollbar-thumb-background, var(--sb-thumb-bg-color)) var(--ig-scrollbar-track-background, var(--sb-track-bg-color))}:host ::-webkit-scrollbar{width:var(--ig-scrollbar-size, var(--sb-size));height:var(--ig-scrollbar-size, var(--sb-size));background:var(--ig-scrollbar-track-background, var(--sb-track-bg-color))}:host ::-webkit-scrollbar-thumb{background:var(--ig-scrollbar-thumb-background, var(--sb-thumb-bg-color))}:host *,:host *::before,:host *::after{box-sizing:border-box}:host([hidden]),[hidden]{display:none !important}:host{display:inline-block;vertical-align:top}:host button{font-family:var(--ig-body-2-font-family, var(--ig-font-family));font-size:var(--ig-body-2-font-size);font-weight:var(--ig-body-2-font-weight);font-style:var(--ig-body-2-font-style);line-height:var(--ig-body-2-line-height);letter-spacing:var(--ig-body-2-letter-spacing);text-transform:var(--ig-body-2-text-transform);margin-top:var(--ig-body-2-margin-top);margin-bottom:var(--ig-body-2-margin-bottom);white-space:nowrap;text-overflow:ellipsis;overflow:hidden;display:grid;grid-auto-flow:column;justify-content:center;align-items:center;font-family:var(--ig-font-family);border-style:none;box-shadow:none;cursor:pointer;padding:0 max(var(--is-large, 1)*max(0.75rem, -1 * 0.75rem)*var(--ig-spacing-inline-large, var(--ig-spacing-inline, --ig-spacing)),var(--is-medium, 1)*max(0.375rem, -1 * 0.375rem)*var(--ig-spacing-inline-medium, var(--ig-spacing-inline, --ig-spacing)),var(--is-small, 1)*max(0.125rem, -1 * 0.125rem)*var(--ig-spacing-inline-small, var(--ig-spacing-inline, --ig-spacing)));gap:max(var(--is-large, 1)*max(0.5rem, -1 * 0.5rem),var(--is-medium, 1)*max(0.375rem, -1 * 0.375rem),var(--is-small, 1)*max(0.1875rem, -1 * 0.1875rem))}:host button[disabled]{pointer-events:none}:host([variant=primary]) button,:host([selected][variant=primary]) button:not([disabled]){background:var(--ig-primary-500);color:var(--ig-primary-500-contrast)}:host([variant=primary]) button:focus,:host([selected][variant=primary]) button:not([disabled]):focus{background:var(--ig-primary-800);color:var(--ig-primary-800-contrast)}:host([variant=primary]) button:hover,:host([selected][variant=primary]) button:not([disabled]):hover{background:var(--ig-primary-600);color:var(--ig-primary-600-contrast)}:host([variant=info]) button,:host([selected][variant=info]) button:not([disabled]){background:var(--ig-info-500);color:var(--ig-info-500-contrast)}:host([variant=info]) button:focus,:host([selected][variant=info]) button:not([disabled]):focus{background:var(--ig-info-800);color:var(--ig-info-800-contrast)}:host([variant=info]) button:hover,:host([selected][variant=info]) button:not([disabled]):hover{background:var(--ig-info-600);color:var(--ig-info-600-contrast)}:host([variant=success]) button,:host([selected][variant=success]) button:not([disabled]){background:var(--ig-success-500);color:var(--ig-success-500-contrast)}:host([variant=success]) button:focus,:host([selected][variant=success]) button:not([disabled]):focus{background:var(--ig-success-800);color:var(--ig-success-800-contrast)}:host([variant=success]) button:hover,:host([selected][variant=success]) button:not([disabled]):hover{background:var(--ig-success-600);color:var(--ig-success-600-contrast)}:host([variant=warning]) button,:host([selected][variant=warning]) button:not([disabled]){background:var(--ig-warn-500);color:var(--ig-warn-500-contrast)}:host([variant=warning]) button:focus,:host([selected][variant=warning]) button:not([disabled]):focus{background:var(--ig-warn-800);color:var(--ig-warn-800-contrast)}:host([variant=warning]) button:hover,:host([selected][variant=warning]) button:not([disabled]):hover{background:var(--ig-warn-600);color:var(--ig-warn-600-contrast)}:host([variant=danger]) button,:host([selected][variant=danger]) button:not([disabled]){background:var(--ig-error-500);color:var(--ig-error-500-contrast)}:host([variant=danger]) button:focus,:host([selected][variant=danger]) button:not([disabled]):focus{background:var(--ig-error-800);color:var(--ig-error-800-contrast)}:host([variant=danger]) button:hover,:host([selected][variant=danger]) button:not([disabled]):hover{background:var(--ig-error-600);color:var(--ig-error-600-contrast)}[part=prefix],[part=suffix]{display:flex;align-items:center;justify-content:center}::slotted(*){white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:32ch}`;\n"]}
@@ -0,0 +1 @@
1
+ export declare const styles: import("lit").CSSResult;
@@ -0,0 +1 @@
1
+ export declare const styles: import("lit").CSSResult;
@@ -0,0 +1 @@
1
+ export declare const styles: import("lit").CSSResult;
@@ -0,0 +1 @@
1
+ export declare const styles: import("lit").CSSResult;
@@ -0,0 +1 @@
1
+ export declare const styles: import("lit").CSSResult;
@@ -0,0 +1 @@
1
+ export declare const styles: import("lit").CSSResult;
@@ -0,0 +1 @@
1
+ export declare const styles: import("lit").CSSResult;
@@ -0,0 +1 @@
1
+ export declare const styles: import("lit").CSSResult;
@@ -0,0 +1 @@
1
+ export declare const styles: import("lit").CSSResult;
@@ -0,0 +1 @@
1
+ export declare const styles: import("lit").CSSResult;
@@ -0,0 +1 @@
1
+ export declare const styles: import("lit").CSSResult;
@@ -0,0 +1 @@
1
+ export declare const styles: import("lit").CSSResult;
@@ -0,0 +1 @@
1
+ export declare const styles: import("lit").CSSResult;
@@ -0,0 +1,2 @@
1
+ import type { Themes } from '../../../theming/types.js';
2
+ export declare const all: Themes;
@@ -0,0 +1,12 @@
1
+ import { LitElement } from 'lit';
2
+ export default class IgcComboHeaderComponent extends LitElement {
3
+ static readonly tagName: string;
4
+ static styles: import("lit").CSSResult[];
5
+ static register(): void;
6
+ protected render(): import("lit-html").TemplateResult<1>;
7
+ }
8
+ declare global {
9
+ interface HTMLElementTagNameMap {
10
+ 'igc-combo-header': IgcComboHeaderComponent;
11
+ }
12
+ }
@@ -0,0 +1,34 @@
1
+ import { LitElement } from 'lit';
2
+ export default class IgcComboItemComponent extends LitElement {
3
+ static readonly tagName: string;
4
+ static styles: import("lit").CSSResult[];
5
+ static register(): void;
6
+ private _internals;
7
+ private _selected;
8
+ index: number;
9
+ /**
10
+ * Determines whether the item is selected.
11
+ * @attr selected
12
+ * @default false
13
+ */
14
+ set selected(value: boolean);
15
+ get selected(): boolean;
16
+ /**
17
+ * Determines whether the item is active.
18
+ */
19
+ active: boolean;
20
+ /**
21
+ * Determines whether the item is active.
22
+ * @attr hide-checkbox
23
+ */
24
+ hideCheckbox: boolean;
25
+ constructor();
26
+ connectedCallback(): void;
27
+ private renderCheckbox;
28
+ protected render(): import("lit-html").TemplateResult<1>;
29
+ }
30
+ declare global {
31
+ interface HTMLElementTagNameMap {
32
+ 'igc-combo-item': IgcComboItemComponent;
33
+ }
34
+ }
@@ -0,0 +1,11 @@
1
+ import { LitVirtualizer } from '@lit-labs/virtualizer/LitVirtualizer.js';
2
+ export default class IgcComboListComponent extends LitVirtualizer {
3
+ static readonly tagName = "igc-combo-list";
4
+ scroller: boolean;
5
+ static register(): void;
6
+ }
7
+ declare global {
8
+ interface HTMLElementTagNameMap {
9
+ 'igc-combo-list': IgcComboListComponent;
10
+ }
11
+ }
@@ -0,0 +1,322 @@
1
+ import { LitElement, type TemplateResult } from 'lit';
2
+ import type { Constructor } from '../common/mixins/constructor.js';
3
+ import { type FormValue } from '../common/mixins/forms/form-value.js';
4
+ import IgcInputComponent from '../input/input.js';
5
+ import { DataController } from './controllers/data.js';
6
+ import { NavigationController } from './controllers/navigation.js';
7
+ import { SelectionController } from './controllers/selection.js';
8
+ import type { ComboItemTemplate, ComboRenderFunction, ComboValue, FilteringOptions, GroupingDirection, IgcComboComponentEventMap, Item, Keys } from './types.js';
9
+ declare const IgcComboComponent_base: Constructor<import("../common/mixins/forms/types.js").FormRequiredInterface & import("../common/mixins/forms/types.js").FormAssociatedElementInterface> & Constructor<import("../common/mixins/event-emitter.js").EventEmitterInterface<IgcComboComponentEventMap>> & Constructor<LitElement>;
10
+ /**
11
+ * The Combo component is similar to the Select component in that it provides a list of options from which the user can make a selection.
12
+ * In contrast to the Select component, the Combo component displays all options in a virtualized list of items,
13
+ * meaning the combo box can simultaneously show thousands of options, where one or more options can be selected.
14
+ * Additionally, users can create custom item templates, allowing for robust data visualization.
15
+ * The Combo component features case-sensitive filtering, grouping, complex data binding, dynamic addition of values and more.
16
+ *
17
+ * @element igc-combo
18
+ *
19
+ * @slot prefix - Renders content before the input of the combo.
20
+ * @slot suffix - Renders content after the input of the combo.
21
+ * @slot header - Renders a container before the list of options of the combo.
22
+ * @slot footer - Renders a container after the list of options of the combo.
23
+ * @slot helper-text - Renders content below the input of the combo.
24
+ * @slot toggle-icon - Renders content inside the suffix container of the combo.
25
+ * @slot clear-icon - Renders content inside the suffix container of the combo.
26
+ * @slot value-missing - Renders content when the required validation fails.
27
+ * @slot custom-error - Renders content when setCustomValidity(message) is set.
28
+ * @slot invalid - Renders content when the component is in invalid state (validity.valid = false).
29
+ *
30
+ * @fires igcChange - Emitted when the control's selection has changed.
31
+ * @fires igcOpening - Emitted just before the list of options is opened.
32
+ * @fires igcOpened - Emitted after the list of options is opened.
33
+ * @fires igcClosing - Emitter just before the list of options is closed.
34
+ * @fires igcClosed - Emitted after the list of options is closed.
35
+ *
36
+ * @csspart label - The encapsulated text label of the combo.
37
+ * @csspart input - The main input field of the combo.
38
+ * @csspart native-input - The native input of the main input field of the combo.
39
+ * @csspart prefix - The prefix wrapper of the combo.
40
+ * @csspart suffix - The suffix wrapper of the combo.
41
+ * @csspart toggle-icon - The toggle icon wrapper of the combo.
42
+ * @csspart clear-icon - The clear icon wrapper of the combo.
43
+ * @csspart case-icon - The case icon wrapper of the combo.
44
+ * @csspart helper-text - The helper text wrapper of the combo.
45
+ * @csspart search-input - The search input field of the combo.
46
+ * @csspart list-wrapper - The list of options wrapper of the combo.
47
+ * @csspart list - The list of options box of the combo.
48
+ * @csspart item - Represents each item in the list of options of the combo.
49
+ * @csspart group-header - Represents each header in the list of options of the combo.
50
+ * @csspart active - Appended to the item parts list when the item is active of the combo.
51
+ * @csspart selected - Appended to the item parts list when the item is selected of the combo.
52
+ * @csspart checkbox - Represents each checkbox of each list item of the combo.
53
+ * @csspart checkbox-indicator - Represents the checkbox indicator of each list item of the combo.
54
+ * @csspart checked - Appended to checkbox parts list when checkbox is checked in the combo.
55
+ * @csspart header - The container holding the header content of the combo.
56
+ * @csspart footer - The container holding the footer content of the combo.
57
+ * @csspart empty - The container holding the empty content of the combo.
58
+ */
59
+ export default class IgcComboComponent<T extends object = any> extends IgcComboComponent_base {
60
+ static readonly tagName = "igc-combo";
61
+ static styles: import("lit").CSSResult[];
62
+ static register(): void;
63
+ protected get __validators(): import("../common/validators.js").Validator<IgcComboComponent<any>>[];
64
+ protected _formValue: FormValue<ComboValue<T>[]>;
65
+ private _data;
66
+ private _valueKey?;
67
+ private _displayKey?;
68
+ private _groupKey?;
69
+ private _disableFiltering;
70
+ private _singleSelect;
71
+ private _groupSorting;
72
+ private _filteringOptions;
73
+ private _activeDescendant;
74
+ private _displayValue;
75
+ protected _state: DataController<T>;
76
+ protected _selection: SelectionController<T>;
77
+ protected _navigation: NavigationController<T>;
78
+ protected inputSuffix: Array<HTMLElement>;
79
+ protected inputPrefix: Array<HTMLElement>;
80
+ protected _searchInput: IgcInputComponent;
81
+ private _input;
82
+ private _list;
83
+ /** The data source used to generate the list of options. */
84
+ set data(value: T[]);
85
+ get data(): T[];
86
+ /**
87
+ * The outlined attribute of the control.
88
+ * @attr outlined
89
+ */
90
+ outlined: boolean;
91
+ /**
92
+ * Enables single selection mode and moves item filtering to the main input.
93
+ * @attr single-select
94
+ * @default false
95
+ */
96
+ set singleSelect(value: boolean);
97
+ get singleSelect(): boolean;
98
+ /**
99
+ * The autofocus attribute of the control.
100
+ * @attr autofocus
101
+ */
102
+ autofocus: boolean;
103
+ /**
104
+ * Focuses the list of options when the menu opens.
105
+ * @attr autofocus-list
106
+ */
107
+ autofocusList: boolean;
108
+ /**
109
+ * The label attribute of the control.
110
+ * @attr label
111
+ */
112
+ label: string;
113
+ /**
114
+ * The placeholder attribute of the control.
115
+ * @attr placeholder
116
+ */
117
+ placeholder: string;
118
+ /**
119
+ * The placeholder attribute of the search input.
120
+ * @attr placeholder-search
121
+ */
122
+ placeholderSearch: string;
123
+ /**
124
+ * Sets the open state of the component.
125
+ * @attr open
126
+ */
127
+ open: boolean;
128
+ /**
129
+ * The key in the data source used when selecting items.
130
+ * @attr value-key
131
+ */
132
+ set valueKey(value: Keys<T> | undefined);
133
+ get valueKey(): Keys<T> | undefined;
134
+ /**
135
+ * The key in the data source used to display items in the list.
136
+ * @attr display-key
137
+ */
138
+ set displayKey(value: Keys<T> | undefined);
139
+ get displayKey(): Keys<T> | undefined;
140
+ /**
141
+ * The key in the data source used to group items in the list.
142
+ * @attr group-key
143
+ */
144
+ set groupKey(value: Keys<T> | undefined);
145
+ get groupKey(): Keys<T> | undefined;
146
+ /**
147
+ * Sorts the items in each group by ascending or descending order.
148
+ * @attr group-sorting
149
+ * @default asc
150
+ * @type {"asc" | "desc" | "none"}
151
+ */
152
+ set groupSorting(value: GroupingDirection);
153
+ get groupSorting(): GroupingDirection;
154
+ /**
155
+ * An object that configures the filtering of the combo.
156
+ * @attr filtering-options
157
+ * @type {FilteringOptions<T>}
158
+ * @param filterKey - The key in the data source used when filtering the list of options.
159
+ * @param caseSensitive - Determines whether the filtering operation should be case sensitive.
160
+ * @param matchDiacritics -If true, the filter distinguishes between accented letters and their base letters.
161
+ */
162
+ set filteringOptions(value: Partial<FilteringOptions<T>>);
163
+ get filteringOptions(): FilteringOptions<T>;
164
+ /**
165
+ * Enables the case sensitive search icon in the filtering input.
166
+ * @attr case-sensitive-icon
167
+ */
168
+ caseSensitiveIcon: boolean;
169
+ /**
170
+ * Disables the filtering of the list of options.
171
+ * @attr disable-filtering
172
+ * @default false
173
+ */
174
+ set disableFiltering(value: boolean);
175
+ get disableFiltering(): boolean;
176
+ /**
177
+ * The template used for the content of each combo item.
178
+ * @type {ComboItemTemplate<T>}
179
+ */
180
+ itemTemplate: ComboItemTemplate<T>;
181
+ /**
182
+ * The template used for the content of each combo group header.
183
+ * @type {ComboItemTemplate<T>}
184
+ */
185
+ groupHeaderTemplate: ComboItemTemplate<T>;
186
+ /**
187
+ * Sets the value (selected items). The passed value must be a valid JSON array.
188
+ * If the data source is an array of complex objects, the `valueKey` attribute must be set.
189
+ * Note that when `displayKey` is not explicitly set, it will fall back to the value of `valueKey`.
190
+ *
191
+ * @attr value
192
+ *
193
+ * @example
194
+ * ```tsx
195
+ * <igc-combo
196
+ * .data=${[
197
+ * {
198
+ * id: 'BG01',
199
+ * name: 'Sofia'
200
+ * },
201
+ * {
202
+ * id: 'BG02',
203
+ * name: 'Plovdiv'
204
+ * }
205
+ * ]}
206
+ * display-key='name'
207
+ * value-key='id'
208
+ * value='["BG01", "BG02"]'>
209
+ * </igc-combo>
210
+ * ```
211
+ */
212
+ set value(items: ComboValue<T>[]);
213
+ /**
214
+ * Returns the current selection as a list of comma separated values,
215
+ * represented by the value key, when provided.
216
+ */
217
+ get value(): ComboValue<T>[];
218
+ protected _updateSelection(): void;
219
+ protected toggleDirectiveChange(): void;
220
+ private _rootClickController;
221
+ constructor();
222
+ protected firstUpdated(): Promise<void>;
223
+ protected _restoreDefaultValue(): void;
224
+ protected _setDefaultValue(current: string | null): void;
225
+ protected _setFormValue(): void;
226
+ protected resetSearchTerm(): void;
227
+ protected updateValue(initial?: boolean): void;
228
+ /** Sets focus on the component. */
229
+ focus(options?: FocusOptions): void;
230
+ /** Removes focus from the component. */
231
+ blur(): void;
232
+ /**
233
+ * Returns the current selection as an array of objects as provided in the `data` source.
234
+ */
235
+ get selection(): T[];
236
+ /**
237
+ * Selects option(s) in the list by either reference or valueKey.
238
+ * If not argument is provided all items will be selected.
239
+ * @param { Item<T> | Items<T> } items - One or more items to be selected. Multiple items should be passed as an array.
240
+ * When valueKey is specified, the corresponding value should be used in place of the item reference.
241
+ * @example
242
+ * ```typescript
243
+ * const combo<IgcComboComponent<T>> = document.querySelector('igc-combo');
244
+ *
245
+ * // Select one item at a time by reference when valueKey is not specified.
246
+ * combo.select(combo.data[0]);
247
+ *
248
+ * // Select multiple items at a time by reference when valueKey is not specified.
249
+ * combo.select([combo.data[0], combo.data[1]]);
250
+ *
251
+ * // Select one item at a time when valueKey is specified.
252
+ * combo.select('BG01');
253
+ *
254
+ * // Select multiple items at a time when valueKey is specified.
255
+ * combo.select(['BG01', 'BG02']);
256
+ * ```
257
+ */
258
+ select(items?: Item<T> | Item<T>[]): void;
259
+ /**
260
+ * Deselects option(s) in the list by either reference or valueKey.
261
+ * If not argument is provided all items will be deselected.
262
+ * @param { Item<T> | Items<T> } items - One or more items to be deselected. Multiple items should be passed as an array.
263
+ * When valueKey is specified, the corresponding value should be used in place of the item reference.
264
+ * @example
265
+ * ```typescript
266
+ * const combo<IgcComboComponent<T>> = document.querySelector('igc-combo');
267
+ *
268
+ * // Deselect one item at a time by reference when valueKey is not specified.
269
+ * combo.deselect(combo.data[0]);
270
+ *
271
+ * // Deselect multiple items at a time by reference when valueKey is not specified.
272
+ * combo.deselect([combo.data[0], combo.data[1]]);
273
+ *
274
+ * // Deselect one item at a time when valueKey is specified.
275
+ * combo.deselect('BG01');
276
+ *
277
+ * // Deselect multiple items at a time when valueKey is specified.
278
+ * combo.deselect(['BG01', 'BG02']);
279
+ * ```
280
+ */
281
+ deselect(items?: Item<T> | Item<T>[]): void;
282
+ protected handleMainInput({ detail }: CustomEvent<string>): Promise<void>;
283
+ private _handleBlur;
284
+ protected handleSearchInput({ detail }: CustomEvent<string>): void;
285
+ protected handleOpening(): boolean;
286
+ protected handleClosing(): boolean;
287
+ protected _show(emitEvent?: boolean): Promise<boolean>;
288
+ /** Shows the list of options. */
289
+ show(): Promise<boolean>;
290
+ protected _hide(emitEvent?: boolean): Promise<boolean>;
291
+ /** Hides the list of options. */
292
+ hide(): Promise<boolean>;
293
+ protected _toggle(emit?: boolean): Promise<boolean>;
294
+ /** Toggles the list of options. */
295
+ toggle(): Promise<boolean>;
296
+ private _getActiveDescendantId;
297
+ protected itemRenderer: ComboRenderFunction<T>;
298
+ protected listKeydownHandler(event: KeyboardEvent): void;
299
+ protected itemClickHandler(event: PointerEvent): void;
300
+ protected toggleSelect(index: number): void;
301
+ protected selectByIndex(index: number): void;
302
+ protected clearSingleSelection(): void;
303
+ protected handleClearIconClick(e: PointerEvent): void;
304
+ protected handleMainInputKeydown(e: KeyboardEvent): void;
305
+ protected handleSearchInputKeydown(e: KeyboardEvent): void;
306
+ protected toggleCaseSensitivity(): void;
307
+ private _stopPropagation;
308
+ private renderToggleIcon;
309
+ private renderClearIcon;
310
+ private renderMainInput;
311
+ private renderSearchInput;
312
+ private renderEmptyTemplate;
313
+ private renderList;
314
+ private renderHelperText;
315
+ protected render(): TemplateResult<1>;
316
+ }
317
+ declare global {
318
+ interface HTMLElementTagNameMap {
319
+ 'igc-combo': IgcComboComponent<object>;
320
+ }
321
+ }
322
+ export {};
@@ -0,0 +1,22 @@
1
+ import type { ReactiveController } from 'lit';
2
+ import FilterDataOperation from '../operations/filter.js';
3
+ import GroupDataOperation from '../operations/group.js';
4
+ import type { ComboHost, ComboRecord, FilteringOptions, GroupingOptions } from '../types.js';
5
+ export declare class DataController<T extends object> implements ReactiveController {
6
+ protected host: ComboHost<T>;
7
+ protected grouping: GroupDataOperation<T>;
8
+ protected filtering: FilterDataOperation<T>;
9
+ private _searchTerm;
10
+ private _compareCollator;
11
+ dataState: ComboRecord<T>[];
12
+ constructor(host: ComboHost<T>);
13
+ runPipeline(): void;
14
+ set searchTerm(value: string);
15
+ get searchTerm(): string;
16
+ get filteringOptions(): FilteringOptions<T>;
17
+ get groupingOptions(): GroupingOptions<T>;
18
+ get compareCollator(): Intl.Collator;
19
+ private index;
20
+ hostConnected(): void;
21
+ apply(data: T[]): ComboRecord<T>[];
22
+ }
@@ -0,0 +1,50 @@
1
+ import type { ReactiveController } from 'lit';
2
+ import type IgcComboListComponent from '../combo-list.js';
3
+ import type { ComboHost, ComboRecord } from '../types.js';
4
+ import type { DataController } from './data.js';
5
+ declare enum DIRECTION {
6
+ Up = -1,
7
+ Down = 1
8
+ }
9
+ export declare class NavigationController<T extends object> implements ReactiveController {
10
+ protected host: ComboHost<T>;
11
+ protected state: DataController<T>;
12
+ protected hostHandlers: Map<string, () => void>;
13
+ protected mainInputHandlers: Map<string, (() => void) | (() => void) | ((container: IgcComboListComponent) => Promise<void>) | (() => void) | (() => void)>;
14
+ protected searchInputHandlers: Map<string, (() => void) | ((container: IgcComboListComponent) => void)>;
15
+ protected listHandlers: Map<string, (() => void) | (() => void) | (() => void) | ((container: IgcComboListComponent) => void) | ((container: IgcComboListComponent) => void) | (() => void) | ((container: IgcComboListComponent) => void) | ((container: IgcComboListComponent) => void)>;
16
+ protected _active: number;
17
+ get input(): import("../../input/input.js").default;
18
+ get dataState(): ComboRecord<T>[];
19
+ show(): void;
20
+ hide(): void;
21
+ toggleSelect(index: number): void;
22
+ select(index: number): void;
23
+ protected get currentItem(): number;
24
+ protected get firstItem(): number;
25
+ protected get lastItem(): number;
26
+ protected scrollToActive(container: IgcComboListComponent, behavior?: ScrollBehavior): void;
27
+ get active(): number;
28
+ set active(node: number);
29
+ constructor(host: ComboHost<T>, state: DataController<T>);
30
+ protected home(container: IgcComboListComponent): void;
31
+ protected end(container: IgcComboListComponent): void;
32
+ protected space(): void;
33
+ protected escape(): void;
34
+ protected enter(): void;
35
+ protected inputArrowDown(container: IgcComboListComponent): void;
36
+ protected mainInputArrowDown(container: IgcComboListComponent): Promise<void>;
37
+ protected tab(): void;
38
+ protected arrowDown(container: IgcComboListComponent): void;
39
+ protected arrowUp(container: IgcComboListComponent): void;
40
+ protected getNextItem(direction: DIRECTION): void;
41
+ protected getNearestItem(startIndex: number, direction: number): number;
42
+ hostConnected(): void;
43
+ hostDisconnected(): void;
44
+ navigateTo(item: T, container: IgcComboListComponent): void;
45
+ navigateHost(event: KeyboardEvent): void;
46
+ navigateMainInput(event: KeyboardEvent, container: IgcComboListComponent): void;
47
+ navigateSearchInput(event: KeyboardEvent, container: IgcComboListComponent): void;
48
+ navigateList(event: KeyboardEvent, container: IgcComboListComponent): void;
49
+ }
50
+ export {};
@@ -0,0 +1,33 @@
1
+ import type { ReactiveController } from 'lit';
2
+ import type { ComboHost, ComboValue, Item, Keys } from '../types.js';
3
+ import type { DataController } from './data.js';
4
+ export declare class SelectionController<T extends object> implements ReactiveController {
5
+ protected host: ComboHost<T>;
6
+ protected state: DataController<T>;
7
+ private _selected;
8
+ /** Whether the current selection is empty */
9
+ get isEmpty(): boolean;
10
+ /** Returns the current selection as an array */
11
+ get asArray(): T[];
12
+ /** Whether the current selection has the given item */
13
+ has(item?: T): boolean;
14
+ /** Clears the current selection */
15
+ clear(): void;
16
+ getSelectedValuesByKey(key?: Keys<T>): (T | NonNullable<T[keyof T]>)[];
17
+ getValue(items: T[], key: Keys<T>): ComboValue<T>[];
18
+ private handleChange;
19
+ private getItemsByValueKey;
20
+ private selectValueKeys;
21
+ private deselectValueKeys;
22
+ private selectObjects;
23
+ private deselectObjects;
24
+ private selectAll;
25
+ private deselectAll;
26
+ select(items?: Item<T> | Item<T>[], emit?: boolean): Promise<void>;
27
+ deselect(items?: Item<T> | Item<T>[], emit?: boolean): Promise<void>;
28
+ changeSelection(index: number): void;
29
+ selectByIndex(index: number): void;
30
+ constructor(host: ComboHost<T>, state: DataController<T>);
31
+ hostConnected(): void;
32
+ hostDisconnected(): void;
33
+ }
@@ -0,0 +1,6 @@
1
+ import type { DataController } from '../controllers/data.js';
2
+ import type { ComboRecord, FilteringOptions } from '../types.js';
3
+ export default class FilterDataOperation<T extends object> {
4
+ protected normalize<T extends object>(string: string, { caseSensitive, matchDiacritics }: FilteringOptions<T>): string;
5
+ apply(data: ComboRecord<T>[], controller: DataController<T>): ComboRecord<T>[];
6
+ }
@@ -0,0 +1,6 @@
1
+ import type { DataController } from '../controllers/data.js';
2
+ import type { ComboRecord } from '../types.js';
3
+ export default class GroupDataOperation<T extends object> {
4
+ protected orderBy: Map<string, number>;
5
+ apply(data: ComboRecord<T>[], controller: DataController<T>): ComboRecord<T>[];
6
+ }
@@ -0,0 +1 @@
1
+ export declare const styles: import("lit").CSSResult;
@@ -0,0 +1 @@
1
+ export declare const styles: import("lit").CSSResult;
@@ -0,0 +1 @@
1
+ export declare const styles: import("lit").CSSResult;
@@ -0,0 +1 @@
1
+ export declare const styles: import("lit").CSSResult;
@@ -0,0 +1 @@
1
+ export declare const styles: import("lit").CSSResult;
@@ -1,3 +1,3 @@
1
1
  import { css } from 'lit';
2
- export const styles = css `:host{--toggle-button-background: var(--ig-combo-toggle-button-background, var(--ig-gray-100));--toggle-button-background-focus: var(--ig-combo-toggle-button-background-focus, var(--ig-gray-100));--toggle-button-foreground-filled: var(--ig-combo-toggle-button-foreground-filled, var(--ig-gray-700));--clear-button-background: var(--ig-combo-clear-button-background, var(--ig-gray-100));--clear-button-background-focus: var(--ig-combo-clear-button-background-focus, var(--ig-gray-100));--helper-text-color: var(--ig-combo-helper-text-color, var(--ig-gray-700));--disabled-text-color: var(--ig-combo-disabled-text-color, var(--ig-gray-500));--error-secondary-color: var(--ig-combo-error-secondary-color, var(--ig-error-500));--elevation: var(--ig-combo-list-elevation, var(--ig-elevation-3));--background-color: var(--ig-combo-list-background-color, var(--ig-surface-500));--header-text-color: var(--ig-combo-list-header-text-color, var(--ig-secondary-500));--item-text-color: var(--ig-combo-list-item-text-color, var(--ig-gray-800));--item-icon-color: var(--ig-combo-list-item-icon-color, var(--ig-gray-800));--hover-item-text-color: var(--ig-combo-list-hover-item-text-color, var(--ig-gray-800));--hover-item-icon-color: var(--ig-combo-list-hover-item-icon-color, var(--ig-gray-800));--focused-item-text-color: var(--ig-combo-list-focused-item-text-color, var(--ig-gray-800));--focused-item-border-color: var(--ig-combo-list-focused-item-border-color, transparent);--selected-item-background: var(--ig-combo-list-selected-item-background, var(--ig-gray-200));--disabled-item-background: var(--ig-combo-list-disabled-item-background, transparent);--disabled-item-text-color: var(--ig-combo-list-disabled-item-text-color, var(--ig-gray-200));--border-color: var(--ig-combo-list-border-color, var(--ig-gray-400));--border-width: var(--ig-combo-list-border-width, 0);--border-radius: var(--ig-combo-list-border-radius, clamp(0rem, calc(var(--ig-radius-factor, 0.1) * 1.25rem), 1.25rem));--item-border-radius: var(--ig-combo-list-item-border-radius, clamp(0rem, calc(var(--ig-radius-factor, 0) * 1.25rem), 1.25rem));--size: var(--ig-combo-list-size, max(var(--is-large, 1) * max(2.5rem, -1 * 2.5rem), var(--is-medium, 1) * max(2rem, -1 * 2rem), var(--is-small, 1) * max(1.75rem, -1 * 1.75rem)));--hover-item-background: var(--ig-combo-list-hover-item-background, var(--ig-gray-100));--focused-item-background: var(--ig-combo-list-focused-item-background, var(--ig-surface-500));--selected-item-text-color: var(--ig-combo-list-selected-item-text-color, var(--ig-surface-500-contrast));--selected-item-icon-color: var(--ig-combo-list-selected-item-icon-color, var(--ig-surface-500-contrast));--selected-hover-item-background: var(--ig-combo-list-selected-hover-item-background, var(--ig-gray-200));--selected-hover-item-text-color: var(--ig-combo-list-selected-hover-item-text-color, var(--ig-surface-500-contrast));--selected-hover-item-icon-color: var(--ig-combo-list-selected-hover-item-icon-color, var(--ig-surface-500-contrast));--selected-focus-item-background: var(--ig-combo-list-selected-focus-item-background, var(--ig-gray-200));--selected-focus-item-text-color: var(--ig-combo-list-selected-focus-item-text-color, var(--ig-surface-500-contrast))}`;
2
+ export const styles = css `:host{--toggle-button-background: var(--ig-combo-toggle-button-background, var(--ig-gray-100));--toggle-button-background-focus: var(--ig-combo-toggle-button-background-focus, var(--ig-gray-100));--toggle-button-foreground-focus: var(--ig-combo-toggle-button-foreground-focus, var(--ig-gray-700));--toggle-button-foreground-filled: var(--ig-combo-toggle-button-foreground-filled, var(--ig-gray-700));--clear-button-background: var(--ig-combo-clear-button-background, var(--ig-gray-100));--clear-button-background-focus: var(--ig-combo-clear-button-background-focus, var(--ig-gray-100));--helper-text-color: var(--ig-combo-helper-text-color, var(--ig-gray-700));--disabled-text-color: var(--ig-combo-disabled-text-color, var(--ig-gray-500));--error-secondary-color: var(--ig-combo-error-secondary-color, var(--ig-error-500));--elevation: var(--ig-combo-list-elevation, var(--ig-elevation-3));--background-color: var(--ig-combo-list-background-color, var(--ig-surface-500));--header-text-color: var(--ig-combo-list-header-text-color, var(--ig-secondary-500));--item-text-color: var(--ig-combo-list-item-text-color, var(--ig-gray-800));--item-icon-color: var(--ig-combo-list-item-icon-color, var(--ig-gray-800));--hover-item-text-color: var(--ig-combo-list-hover-item-text-color, var(--ig-gray-800));--hover-item-icon-color: var(--ig-combo-list-hover-item-icon-color, var(--ig-gray-800));--focused-item-text-color: var(--ig-combo-list-focused-item-text-color, var(--ig-gray-800));--focused-item-border-color: var(--ig-combo-list-focused-item-border-color, transparent);--selected-item-background: var(--ig-combo-list-selected-item-background, var(--ig-gray-200));--disabled-item-background: var(--ig-combo-list-disabled-item-background, transparent);--disabled-item-text-color: var(--ig-combo-list-disabled-item-text-color, var(--ig-gray-200));--border-color: var(--ig-combo-list-border-color, var(--ig-gray-400));--border-width: var(--ig-combo-list-border-width, 0);--border-radius: var(--ig-combo-list-border-radius, clamp(0rem, calc(var(--ig-radius-factor, 0.1) * 1.25rem), 1.25rem));--item-border-radius: var(--ig-combo-list-item-border-radius, clamp(0rem, calc(var(--ig-radius-factor, 0) * 1.25rem), 1.25rem));--size: var(--ig-combo-list-size, max(var(--is-large, 1) * max(2.5rem, -1 * 2.5rem), var(--is-medium, 1) * max(2rem, -1 * 2rem), var(--is-small, 1) * max(1.75rem, -1 * 1.75rem)));--hover-item-background: var(--ig-combo-list-hover-item-background, var(--ig-gray-100));--focused-item-background: var(--ig-combo-list-focused-item-background, var(--ig-surface-500));--selected-item-text-color: var(--ig-combo-list-selected-item-text-color, var(--ig-surface-500-contrast));--selected-item-icon-color: var(--ig-combo-list-selected-item-icon-color, var(--ig-surface-500-contrast));--selected-hover-item-background: var(--ig-combo-list-selected-hover-item-background, var(--ig-gray-200));--selected-hover-item-text-color: var(--ig-combo-list-selected-hover-item-text-color, var(--ig-surface-500-contrast));--selected-hover-item-icon-color: var(--ig-combo-list-selected-hover-item-icon-color, var(--ig-surface-500-contrast));--selected-focus-item-background: var(--ig-combo-list-selected-focus-item-background, var(--ig-gray-200));--selected-focus-item-text-color: var(--ig-combo-list-selected-focus-item-text-color, var(--ig-surface-500-contrast))}`;
3
3
  //# sourceMappingURL=combo.fluent.css.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"combo.fluent.css.js","sourceRoot":"","sources":["../../../../../src/components/combo/themes/dark/combo.fluent.css.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CAAA,qrGAAqrG,CAAC","sourcesContent":["import { css } from 'lit';\n\nexport const styles = css`:host{--toggle-button-background: var(--ig-combo-toggle-button-background, var(--ig-gray-100));--toggle-button-background-focus: var(--ig-combo-toggle-button-background-focus, var(--ig-gray-100));--toggle-button-foreground-filled: var(--ig-combo-toggle-button-foreground-filled, var(--ig-gray-700));--clear-button-background: var(--ig-combo-clear-button-background, var(--ig-gray-100));--clear-button-background-focus: var(--ig-combo-clear-button-background-focus, var(--ig-gray-100));--helper-text-color: var(--ig-combo-helper-text-color, var(--ig-gray-700));--disabled-text-color: var(--ig-combo-disabled-text-color, var(--ig-gray-500));--error-secondary-color: var(--ig-combo-error-secondary-color, var(--ig-error-500));--elevation: var(--ig-combo-list-elevation, var(--ig-elevation-3));--background-color: var(--ig-combo-list-background-color, var(--ig-surface-500));--header-text-color: var(--ig-combo-list-header-text-color, var(--ig-secondary-500));--item-text-color: var(--ig-combo-list-item-text-color, var(--ig-gray-800));--item-icon-color: var(--ig-combo-list-item-icon-color, var(--ig-gray-800));--hover-item-text-color: var(--ig-combo-list-hover-item-text-color, var(--ig-gray-800));--hover-item-icon-color: var(--ig-combo-list-hover-item-icon-color, var(--ig-gray-800));--focused-item-text-color: var(--ig-combo-list-focused-item-text-color, var(--ig-gray-800));--focused-item-border-color: var(--ig-combo-list-focused-item-border-color, transparent);--selected-item-background: var(--ig-combo-list-selected-item-background, var(--ig-gray-200));--disabled-item-background: var(--ig-combo-list-disabled-item-background, transparent);--disabled-item-text-color: var(--ig-combo-list-disabled-item-text-color, var(--ig-gray-200));--border-color: var(--ig-combo-list-border-color, var(--ig-gray-400));--border-width: var(--ig-combo-list-border-width, 0);--border-radius: var(--ig-combo-list-border-radius, clamp(0rem, calc(var(--ig-radius-factor, 0.1) * 1.25rem), 1.25rem));--item-border-radius: var(--ig-combo-list-item-border-radius, clamp(0rem, calc(var(--ig-radius-factor, 0) * 1.25rem), 1.25rem));--size: var(--ig-combo-list-size, max(var(--is-large, 1) * max(2.5rem, -1 * 2.5rem), var(--is-medium, 1) * max(2rem, -1 * 2rem), var(--is-small, 1) * max(1.75rem, -1 * 1.75rem)));--hover-item-background: var(--ig-combo-list-hover-item-background, var(--ig-gray-100));--focused-item-background: var(--ig-combo-list-focused-item-background, var(--ig-surface-500));--selected-item-text-color: var(--ig-combo-list-selected-item-text-color, var(--ig-surface-500-contrast));--selected-item-icon-color: var(--ig-combo-list-selected-item-icon-color, var(--ig-surface-500-contrast));--selected-hover-item-background: var(--ig-combo-list-selected-hover-item-background, var(--ig-gray-200));--selected-hover-item-text-color: var(--ig-combo-list-selected-hover-item-text-color, var(--ig-surface-500-contrast));--selected-hover-item-icon-color: var(--ig-combo-list-selected-hover-item-icon-color, var(--ig-surface-500-contrast));--selected-focus-item-background: var(--ig-combo-list-selected-focus-item-background, var(--ig-gray-200));--selected-focus-item-text-color: var(--ig-combo-list-selected-focus-item-text-color, var(--ig-surface-500-contrast))}`;\n"]}
1
+ {"version":3,"file":"combo.fluent.css.js","sourceRoot":"","sources":["../../../../../src/components/combo/themes/dark/combo.fluent.css.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CAAA,0xGAA0xG,CAAC","sourcesContent":["import { css } from 'lit';\n\nexport const styles = css`:host{--toggle-button-background: var(--ig-combo-toggle-button-background, var(--ig-gray-100));--toggle-button-background-focus: var(--ig-combo-toggle-button-background-focus, var(--ig-gray-100));--toggle-button-foreground-focus: var(--ig-combo-toggle-button-foreground-focus, var(--ig-gray-700));--toggle-button-foreground-filled: var(--ig-combo-toggle-button-foreground-filled, var(--ig-gray-700));--clear-button-background: var(--ig-combo-clear-button-background, var(--ig-gray-100));--clear-button-background-focus: var(--ig-combo-clear-button-background-focus, var(--ig-gray-100));--helper-text-color: var(--ig-combo-helper-text-color, var(--ig-gray-700));--disabled-text-color: var(--ig-combo-disabled-text-color, var(--ig-gray-500));--error-secondary-color: var(--ig-combo-error-secondary-color, var(--ig-error-500));--elevation: var(--ig-combo-list-elevation, var(--ig-elevation-3));--background-color: var(--ig-combo-list-background-color, var(--ig-surface-500));--header-text-color: var(--ig-combo-list-header-text-color, var(--ig-secondary-500));--item-text-color: var(--ig-combo-list-item-text-color, var(--ig-gray-800));--item-icon-color: var(--ig-combo-list-item-icon-color, var(--ig-gray-800));--hover-item-text-color: var(--ig-combo-list-hover-item-text-color, var(--ig-gray-800));--hover-item-icon-color: var(--ig-combo-list-hover-item-icon-color, var(--ig-gray-800));--focused-item-text-color: var(--ig-combo-list-focused-item-text-color, var(--ig-gray-800));--focused-item-border-color: var(--ig-combo-list-focused-item-border-color, transparent);--selected-item-background: var(--ig-combo-list-selected-item-background, var(--ig-gray-200));--disabled-item-background: var(--ig-combo-list-disabled-item-background, transparent);--disabled-item-text-color: var(--ig-combo-list-disabled-item-text-color, var(--ig-gray-200));--border-color: var(--ig-combo-list-border-color, var(--ig-gray-400));--border-width: var(--ig-combo-list-border-width, 0);--border-radius: var(--ig-combo-list-border-radius, clamp(0rem, calc(var(--ig-radius-factor, 0.1) * 1.25rem), 1.25rem));--item-border-radius: var(--ig-combo-list-item-border-radius, clamp(0rem, calc(var(--ig-radius-factor, 0) * 1.25rem), 1.25rem));--size: var(--ig-combo-list-size, max(var(--is-large, 1) * max(2.5rem, -1 * 2.5rem), var(--is-medium, 1) * max(2rem, -1 * 2rem), var(--is-small, 1) * max(1.75rem, -1 * 1.75rem)));--hover-item-background: var(--ig-combo-list-hover-item-background, var(--ig-gray-100));--focused-item-background: var(--ig-combo-list-focused-item-background, var(--ig-surface-500));--selected-item-text-color: var(--ig-combo-list-selected-item-text-color, var(--ig-surface-500-contrast));--selected-item-icon-color: var(--ig-combo-list-selected-item-icon-color, var(--ig-surface-500-contrast));--selected-hover-item-background: var(--ig-combo-list-selected-hover-item-background, var(--ig-gray-200));--selected-hover-item-text-color: var(--ig-combo-list-selected-hover-item-text-color, var(--ig-surface-500-contrast));--selected-hover-item-icon-color: var(--ig-combo-list-selected-hover-item-icon-color, var(--ig-surface-500-contrast));--selected-focus-item-background: var(--ig-combo-list-selected-focus-item-background, var(--ig-gray-200));--selected-focus-item-text-color: var(--ig-combo-list-selected-focus-item-text-color, var(--ig-surface-500-contrast))}`;\n"]}
@@ -0,0 +1 @@
1
+ export declare const styles: import("lit").CSSResult;
@@ -0,0 +1 @@
1
+ export declare const styles: import("lit").CSSResult;