igniteui-webcomponents 5.3.0-beta.0 → 5.3.0-beta.2

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 (897) 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.indigo.css.d.ts +1 -0
  282. package/components/combo/themes/dark/combo.material.css.d.ts +1 -0
  283. package/components/combo/themes/light/combo.bootstrap.css.d.ts +1 -0
  284. package/components/combo/themes/light/combo.fluent.css.d.ts +1 -0
  285. package/components/combo/themes/light/combo.indigo.css.d.ts +1 -0
  286. package/components/combo/themes/light/combo.material.css.d.ts +1 -0
  287. package/components/combo/themes/light/combo.shared.css.d.ts +1 -0
  288. package/components/combo/themes/shared/combo.bootstrap.css.d.ts +1 -0
  289. package/components/combo/themes/shared/combo.common.css.d.ts +1 -0
  290. package/components/combo/themes/shared/combo.fluent.css.d.ts +1 -0
  291. package/components/combo/themes/shared/combo.indigo.css.d.ts +1 -0
  292. package/components/combo/themes/shared/combo.material.css.d.ts +1 -0
  293. package/components/combo/themes/themes.d.ts +2 -0
  294. package/components/combo/types.d.ts +45 -0
  295. package/components/combo/validators.d.ts +3 -0
  296. package/components/common/context.d.ts +16 -0
  297. package/components/common/controllers/async-consumer.d.ts +17 -0
  298. package/components/common/controllers/drag.d.ts +143 -0
  299. package/components/common/controllers/focus-ring.d.ts +32 -0
  300. package/components/common/controllers/fullscreen.d.ts +41 -0
  301. package/components/common/controllers/gestures.d.ts +76 -0
  302. package/components/common/controllers/key-bindings.d.ts +150 -0
  303. package/components/common/controllers/mutation-observer.d.ts +74 -0
  304. package/components/common/controllers/root-click.d.ts +26 -0
  305. package/components/common/controllers/root-scroll.d.ts +27 -0
  306. package/components/common/decorators/blazorAdditionalDependencies.d.ts +5 -0
  307. package/components/common/decorators/blazorDeepImport.d.ts +5 -0
  308. package/components/common/decorators/blazorInclude.d.ts +5 -0
  309. package/components/common/decorators/blazorIndirectRender.d.ts +5 -0
  310. package/components/common/decorators/blazorSuppressComponent.d.ts +5 -0
  311. package/components/common/decorators/blazorTypeOverride.d.ts +7 -0
  312. package/components/common/decorators/watch.d.ts +5 -0
  313. package/components/common/definitions/defineAllComponents.d.ts +1 -0
  314. package/components/common/definitions/defineAllComponents.js +4 -0
  315. package/components/common/definitions/defineAllComponents.js.map +1 -1
  316. package/components/common/definitions/defineComponents.d.ts +2 -0
  317. package/components/common/definitions/register.d.ts +5 -0
  318. package/components/common/i18n/calendar.resources.d.ts +17 -0
  319. package/components/common/localization/intl-formatters.d.ts +17 -0
  320. package/components/common/localization/validation-en.d.ts +13 -0
  321. package/components/common/mixins/alert.d.ts +38 -0
  322. package/components/common/mixins/combo-box.d.ts +54 -0
  323. package/components/common/mixins/constructor.d.ts +2 -0
  324. package/components/common/mixins/event-emitter.d.ts +11 -0
  325. package/components/common/mixins/forms/associated-required.d.ts +13 -0
  326. package/components/common/mixins/forms/associated.d.ts +11 -0
  327. package/components/common/mixins/forms/form-value.d.ts +32 -0
  328. package/components/common/mixins/forms/types.d.ts +128 -0
  329. package/components/common/mixins/option.d.ts +39 -0
  330. package/components/common/util.d.ts +122 -0
  331. package/components/common/validators.d.ts +56 -0
  332. package/components/date-picker/date-picker.d.ts +288 -0
  333. package/components/date-picker/themes/dark/date-picker.bootstrap.css.d.ts +1 -0
  334. package/components/date-picker/themes/dark/date-picker.fluent.css.d.ts +1 -0
  335. package/components/date-picker/themes/dark/date-picker.indigo.css.d.ts +1 -0
  336. package/components/date-picker/themes/dark/date-picker.material.css.d.ts +1 -0
  337. package/components/date-picker/themes/date-picker.base.css.d.ts +1 -0
  338. package/components/date-picker/themes/light/date-picker.bootstrap.css.d.ts +1 -0
  339. package/components/date-picker/themes/light/date-picker.fluent.css.d.ts +1 -0
  340. package/components/date-picker/themes/light/date-picker.indigo.css.d.ts +1 -0
  341. package/components/date-picker/themes/light/date-picker.material.css.d.ts +1 -0
  342. package/components/date-picker/themes/light/date-picker.shared.css.d.ts +1 -0
  343. package/components/date-picker/themes/shared/date-picker.bootstrap.css.d.ts +1 -0
  344. package/components/date-picker/themes/shared/date-picker.common.css.d.ts +1 -0
  345. package/components/date-picker/themes/shared/date-picker.fluent.css.d.ts +1 -0
  346. package/components/date-picker/themes/shared/date-picker.indigo.css.d.ts +1 -0
  347. package/components/date-picker/themes/themes.d.ts +2 -0
  348. package/components/date-picker/validators.d.ts +3 -0
  349. package/components/date-time-input/date-time-input.d.ts +135 -0
  350. package/components/date-time-input/date-util.d.ts +90 -0
  351. package/components/date-time-input/validators.d.ts +3 -0
  352. package/components/dialog/dialog.d.ts +95 -0
  353. package/components/dialog/themes/dark/dialog.bootstrap.css.d.ts +1 -0
  354. package/components/dialog/themes/dark/dialog.fluent.css.d.ts +1 -0
  355. package/components/dialog/themes/dark/dialog.indigo.css.d.ts +1 -0
  356. package/components/dialog/themes/dark/dialog.material.css.d.ts +1 -0
  357. package/components/dialog/themes/dark/dialog.shared.css.d.ts +1 -0
  358. package/components/dialog/themes/dialog.base.css.d.ts +1 -0
  359. package/components/dialog/themes/light/dialog.bootstrap.css.d.ts +1 -0
  360. package/components/dialog/themes/light/dialog.fluent.css.d.ts +1 -0
  361. package/components/dialog/themes/light/dialog.indigo.css.d.ts +1 -0
  362. package/components/dialog/themes/light/dialog.material.css.d.ts +1 -0
  363. package/components/dialog/themes/light/dialog.shared.css.d.ts +1 -0
  364. package/components/dialog/themes/shared/dialog.bootstrap.css.d.ts +1 -0
  365. package/components/dialog/themes/shared/dialog.common.css.d.ts +1 -0
  366. package/components/dialog/themes/shared/dialog.fluent.css.d.ts +1 -0
  367. package/components/dialog/themes/shared/dialog.indigo.css.d.ts +1 -0
  368. package/components/dialog/themes/themes.d.ts +2 -0
  369. package/components/divider/divider.d.ts +40 -0
  370. package/components/divider/themes/dark/divider.bootstrap.css.d.ts +1 -0
  371. package/components/divider/themes/dark/divider.fluent.css.d.ts +1 -0
  372. package/components/divider/themes/dark/divider.indigo.css.d.ts +1 -0
  373. package/components/divider/themes/dark/divider.material.css.d.ts +1 -0
  374. package/components/divider/themes/divider.base.css.d.ts +1 -0
  375. package/components/divider/themes/light/divider.bootstrap.css.d.ts +1 -0
  376. package/components/divider/themes/light/divider.fluent.css.d.ts +1 -0
  377. package/components/divider/themes/light/divider.indigo.css.d.ts +1 -0
  378. package/components/divider/themes/light/divider.material.css.d.ts +1 -0
  379. package/components/divider/themes/light/divider.shared.css.d.ts +1 -0
  380. package/components/divider/themes/shared/divider.common.css.d.ts +1 -0
  381. package/components/divider/themes/shared/divider.indigo.css.d.ts +1 -0
  382. package/components/divider/themes/themes.d.ts +2 -0
  383. package/components/dropdown/dropdown-group.d.ts +27 -0
  384. package/components/dropdown/dropdown-header.d.ts +19 -0
  385. package/components/dropdown/dropdown-item.d.ts +24 -0
  386. package/components/dropdown/dropdown.d.ts +118 -0
  387. package/components/dropdown/themes/container.d.ts +2 -0
  388. package/components/dropdown/themes/dark/dropdown.bootstrap.css.d.ts +1 -0
  389. package/components/dropdown/themes/dark/dropdown.fluent.css.d.ts +1 -0
  390. package/components/dropdown/themes/dark/dropdown.indigo.css.d.ts +1 -0
  391. package/components/dropdown/themes/dark/dropdown.material.css.d.ts +1 -0
  392. package/components/dropdown/themes/dark/dropdown.shared.css.d.ts +1 -0
  393. package/components/dropdown/themes/dropdown-group.base.css.d.ts +1 -0
  394. package/components/dropdown/themes/dropdown-header.base.css.d.ts +1 -0
  395. package/components/dropdown/themes/dropdown-item.base.css.d.ts +1 -0
  396. package/components/dropdown/themes/dropdown.base.css.d.ts +1 -0
  397. package/components/dropdown/themes/group.d.ts +2 -0
  398. package/components/dropdown/themes/header.d.ts +2 -0
  399. package/components/dropdown/themes/item.d.ts +2 -0
  400. package/components/dropdown/themes/light/dropdown.bootstrap.css.d.ts +1 -0
  401. package/components/dropdown/themes/light/dropdown.fluent.css.d.ts +1 -0
  402. package/components/dropdown/themes/light/dropdown.indigo.css.d.ts +1 -0
  403. package/components/dropdown/themes/light/dropdown.material.css.d.ts +1 -0
  404. package/components/dropdown/themes/light/dropdown.shared.css.d.ts +1 -0
  405. package/components/dropdown/themes/shared/dropdown.bootstrap.css.d.ts +1 -0
  406. package/components/dropdown/themes/shared/dropdown.common.css.d.ts +1 -0
  407. package/components/dropdown/themes/shared/dropdown.fluent.css.d.ts +1 -0
  408. package/components/dropdown/themes/shared/dropdown.indigo.css.d.ts +1 -0
  409. package/components/dropdown/themes/shared/dropdown.material.css.d.ts +1 -0
  410. package/components/dropdown/themes/shared/group/dropdown-group.common.css.d.ts +1 -0
  411. package/components/dropdown/themes/shared/group/dropdown-group.fluent.css.d.ts +1 -0
  412. package/components/dropdown/themes/shared/header/dropdown-header.common.css.d.ts +1 -0
  413. package/components/dropdown/themes/shared/header/dropdown-header.fluent.css.d.ts +1 -0
  414. package/components/dropdown/themes/shared/header/dropdown-header.indigo.css.d.ts +1 -0
  415. package/components/dropdown/themes/shared/item/dropdown-item.common.css.d.ts +1 -0
  416. package/components/dropdown/themes/shared/item/dropdown-item.fluent.css.d.ts +1 -0
  417. package/components/dropdown/themes/shared/item/dropdown-item.indigo.css.d.ts +1 -0
  418. package/components/expansion-panel/expansion-panel.d.ts +83 -0
  419. package/components/expansion-panel/themes/dark/expansion-panel.bootstrap.css.d.ts +1 -0
  420. package/components/expansion-panel/themes/dark/expansion-panel.fluent.css.d.ts +1 -0
  421. package/components/expansion-panel/themes/dark/expansion-panel.indigo.css.d.ts +1 -0
  422. package/components/expansion-panel/themes/dark/expansion-panel.material.css.d.ts +1 -0
  423. package/components/expansion-panel/themes/dark/expansion-panel.shared.css.d.ts +1 -0
  424. package/components/expansion-panel/themes/expansion-panel.base.css.d.ts +1 -0
  425. package/components/expansion-panel/themes/light/expansion-panel.bootstrap.css.d.ts +1 -0
  426. package/components/expansion-panel/themes/light/expansion-panel.fluent.css.d.ts +1 -0
  427. package/components/expansion-panel/themes/light/expansion-panel.indigo.css.d.ts +1 -0
  428. package/components/expansion-panel/themes/light/expansion-panel.material.css.d.ts +1 -0
  429. package/components/expansion-panel/themes/light/expansion-panel.shared.css.d.ts +1 -0
  430. package/components/expansion-panel/themes/shared/expansion-panel.bootstrap.css.d.ts +1 -0
  431. package/components/expansion-panel/themes/shared/expansion-panel.common.css.d.ts +1 -0
  432. package/components/expansion-panel/themes/shared/expansion-panel.fluent.css.d.ts +1 -0
  433. package/components/expansion-panel/themes/shared/expansion-panel.indigo.css.d.ts +1 -0
  434. package/components/expansion-panel/themes/themes.d.ts +2 -0
  435. package/components/focus-trap/focus-trap.d.ts +35 -0
  436. package/components/icon/icon-references.d.ts +28 -0
  437. package/components/icon/icon-state.broadcast.d.ts +14 -0
  438. package/components/icon/icon.d.ts +47 -0
  439. package/components/icon/icon.registry.d.ts +24 -0
  440. package/components/icon/internal-icons-lib.d.ts +2 -0
  441. package/components/icon/registry/default-map.d.ts +12 -0
  442. package/components/icon/registry/parser.d.ts +6 -0
  443. package/components/icon/registry/types.d.ts +35 -0
  444. package/components/icon/themes/dark/icon.bootstrap.css.d.ts +1 -0
  445. package/components/icon/themes/dark/icon.fluent.css.d.ts +1 -0
  446. package/components/icon/themes/dark/icon.indigo.css.d.ts +1 -0
  447. package/components/icon/themes/dark/icon.material.css.d.ts +1 -0
  448. package/components/icon/themes/icon.base.css.d.ts +1 -0
  449. package/components/icon/themes/light/icon.bootstrap.css.d.ts +1 -0
  450. package/components/icon/themes/light/icon.fluent.css.d.ts +1 -0
  451. package/components/icon/themes/light/icon.indigo.css.d.ts +1 -0
  452. package/components/icon/themes/light/icon.material.css.d.ts +1 -0
  453. package/components/icon/themes/light/icon.shared.css.d.ts +1 -0
  454. package/components/icon/themes/shared/icon.bootstrap.css.d.ts +1 -0
  455. package/components/icon/themes/shared/icon.common.css.d.ts +1 -0
  456. package/components/icon/themes/shared/icon.fluent.css.d.ts +1 -0
  457. package/components/icon/themes/shared/icon.indigo.css.d.ts +1 -0
  458. package/components/icon/themes/themes.d.ts +2 -0
  459. package/components/input/input-base.d.ts +72 -0
  460. package/components/input/input.d.ts +135 -0
  461. package/components/input/themes/dark/input.bootstrap.css.d.ts +1 -0
  462. package/components/input/themes/dark/input.fluent.css.d.ts +1 -0
  463. package/components/input/themes/dark/input.indigo.css.d.ts +1 -0
  464. package/components/input/themes/dark/input.material.css.d.ts +1 -0
  465. package/components/input/themes/input.base.css.d.ts +1 -0
  466. package/components/input/themes/light/input.bootstrap.css.d.ts +1 -0
  467. package/components/input/themes/light/input.fluent.css.d.ts +1 -0
  468. package/components/input/themes/light/input.indigo.css.d.ts +1 -0
  469. package/components/input/themes/light/input.material.css.d.ts +1 -0
  470. package/components/input/themes/light/input.shared.css.d.ts +1 -0
  471. package/components/input/themes/shared/input.bootstrap.css.d.ts +1 -0
  472. package/components/input/themes/shared/input.common.css.d.ts +1 -0
  473. package/components/input/themes/shared/input.fluent.css.d.ts +1 -0
  474. package/components/input/themes/shared/input.indigo.css.d.ts +1 -0
  475. package/components/input/themes/shared/input.material.css.d.ts +1 -0
  476. package/components/input/themes/themes.d.ts +2 -0
  477. package/components/input/validators.d.ts +4 -0
  478. package/components/list/list-header.d.ts +21 -0
  479. package/components/list/list-item.d.ts +33 -0
  480. package/components/list/list.d.ts +21 -0
  481. package/components/list/themes/container.base.css.d.ts +1 -0
  482. package/components/list/themes/container.d.ts +2 -0
  483. package/components/list/themes/dark/container/list.bootstrap.css.d.ts +1 -0
  484. package/components/list/themes/dark/container/list.fluent.css.d.ts +1 -0
  485. package/components/list/themes/dark/container/list.indigo.css.d.ts +1 -0
  486. package/components/list/themes/dark/container/list.material.css.d.ts +1 -0
  487. package/components/list/themes/dark/container/list.shared.css.d.ts +1 -0
  488. package/components/list/themes/dark/header/list-header.bootstrap.css.d.ts +1 -0
  489. package/components/list/themes/dark/header/list-header.fluent.css.d.ts +1 -0
  490. package/components/list/themes/dark/header/list-header.indigo.css.d.ts +1 -0
  491. package/components/list/themes/dark/header/list-header.material.css.d.ts +1 -0
  492. package/components/list/themes/dark/item/list-item.bootstrap.css.d.ts +1 -0
  493. package/components/list/themes/dark/item/list-item.fluent.css.d.ts +1 -0
  494. package/components/list/themes/dark/item/list-item.indigo.css.d.ts +1 -0
  495. package/components/list/themes/dark/item/list-item.material.css.d.ts +1 -0
  496. package/components/list/themes/header.base.css.d.ts +1 -0
  497. package/components/list/themes/header.d.ts +2 -0
  498. package/components/list/themes/item.base.css.d.ts +1 -0
  499. package/components/list/themes/item.d.ts +2 -0
  500. package/components/list/themes/light/container/list.bootstrap.css.d.ts +1 -0
  501. package/components/list/themes/light/container/list.fluent.css.d.ts +1 -0
  502. package/components/list/themes/light/container/list.indigo.css.d.ts +1 -0
  503. package/components/list/themes/light/container/list.material.css.d.ts +1 -0
  504. package/components/list/themes/light/container/list.shared.css.d.ts +1 -0
  505. package/components/list/themes/light/header/list-header.bootstrap.css.d.ts +1 -0
  506. package/components/list/themes/light/header/list-header.fluent.css.d.ts +1 -0
  507. package/components/list/themes/light/header/list-header.indigo.css.d.ts +1 -0
  508. package/components/list/themes/light/header/list-header.material.css.d.ts +1 -0
  509. package/components/list/themes/light/item/list-item.bootstrap.css.d.ts +1 -0
  510. package/components/list/themes/light/item/list-item.fluent.css.d.ts +1 -0
  511. package/components/list/themes/light/item/list-item.indigo.css.d.ts +1 -0
  512. package/components/list/themes/light/item/list-item.material.css.d.ts +1 -0
  513. package/components/list/themes/shared/container/list.bootstrap.css.d.ts +1 -0
  514. package/components/list/themes/shared/container/list.common.css.d.ts +1 -0
  515. package/components/list/themes/shared/container/list.fluent.css.d.ts +1 -0
  516. package/components/list/themes/shared/container/list.indigo.css.d.ts +1 -0
  517. package/components/list/themes/shared/header/list-header.common.css.d.ts +1 -0
  518. package/components/list/themes/shared/header/list-header.indigo.css.d.ts +1 -0
  519. package/components/list/themes/shared/item/list-item.bootstrap.css.d.ts +1 -0
  520. package/components/list/themes/shared/item/list-item.common.css.d.ts +1 -0
  521. package/components/list/themes/shared/item/list-item.fluent.css.d.ts +1 -0
  522. package/components/list/themes/shared/item/list-item.indigo.css.d.ts +1 -0
  523. package/components/mask-input/mask-input-base.d.ts +34 -0
  524. package/components/mask-input/mask-input.d.ts +73 -0
  525. package/components/mask-input/mask-parser.d.ts +32 -0
  526. package/components/mask-input/validators.d.ts +3 -0
  527. package/components/nav-drawer/nav-drawer-header-item.d.ts +18 -0
  528. package/components/nav-drawer/nav-drawer-item.d.ts +38 -0
  529. package/components/nav-drawer/nav-drawer.d.ts +44 -0
  530. package/components/nav-drawer/themes/container.base.css.d.ts +1 -0
  531. package/components/nav-drawer/themes/container.d.ts +2 -0
  532. package/components/nav-drawer/themes/dark/container/nav-drawer.bootstrap.css.d.ts +1 -0
  533. package/components/nav-drawer/themes/dark/container/nav-drawer.fluent.css.d.ts +1 -0
  534. package/components/nav-drawer/themes/dark/container/nav-drawer.indigo.css.d.ts +1 -0
  535. package/components/nav-drawer/themes/dark/container/nav-drawer.material.css.d.ts +1 -0
  536. package/components/nav-drawer/themes/dark/container/nav-drawer.shared.css.d.ts +1 -0
  537. package/components/nav-drawer/themes/header-item.base.css.d.ts +1 -0
  538. package/components/nav-drawer/themes/header-item.d.ts +2 -0
  539. package/components/nav-drawer/themes/item.base.css.d.ts +1 -0
  540. package/components/nav-drawer/themes/item.d.ts +2 -0
  541. package/components/nav-drawer/themes/light/container/nav-drawer.bootstrap.css.d.ts +1 -0
  542. package/components/nav-drawer/themes/light/container/nav-drawer.fluent.css.d.ts +1 -0
  543. package/components/nav-drawer/themes/light/container/nav-drawer.indigo.css.d.ts +1 -0
  544. package/components/nav-drawer/themes/light/container/nav-drawer.material.css.d.ts +1 -0
  545. package/components/nav-drawer/themes/light/container/nav-drawer.shared.css.d.ts +1 -0
  546. package/components/nav-drawer/themes/shared/container/nav-drawer.bootstrap.css.d.ts +1 -0
  547. package/components/nav-drawer/themes/shared/container/nav-drawer.common.css.d.ts +1 -0
  548. package/components/nav-drawer/themes/shared/container/nav-drawer.fluent.css.d.ts +1 -0
  549. package/components/nav-drawer/themes/shared/container/nav-drawer.indigo.css.d.ts +1 -0
  550. package/components/nav-drawer/themes/shared/container/nav-drawer.material.css.d.ts +1 -0
  551. package/components/nav-drawer/themes/shared/header-item/header-item.bootstrap.css.d.ts +1 -0
  552. package/components/nav-drawer/themes/shared/header-item/header-item.common.css.d.ts +1 -0
  553. package/components/nav-drawer/themes/shared/header-item/header-item.fluent.css.d.ts +1 -0
  554. package/components/nav-drawer/themes/shared/header-item/header-item.indigo.css.d.ts +1 -0
  555. package/components/nav-drawer/themes/shared/header-item/header-item.material.css.d.ts +1 -0
  556. package/components/nav-drawer/themes/shared/item/item.bootstrap.css.d.ts +1 -0
  557. package/components/nav-drawer/themes/shared/item/item.common.css.d.ts +1 -0
  558. package/components/nav-drawer/themes/shared/item/item.fluent.css.d.ts +1 -0
  559. package/components/nav-drawer/themes/shared/item/item.indigo.css.d.ts +1 -0
  560. package/components/nav-drawer/themes/shared/item/item.material.css.d.ts +1 -0
  561. package/components/navbar/navbar.d.ts +27 -0
  562. package/components/navbar/themes/dark/navbar.bootstrap.css.d.ts +1 -0
  563. package/components/navbar/themes/dark/navbar.fluent.css.d.ts +1 -0
  564. package/components/navbar/themes/dark/navbar.indigo.css.d.ts +1 -0
  565. package/components/navbar/themes/dark/navbar.material.css.d.ts +1 -0
  566. package/components/navbar/themes/light/navbar.bootstrap.css.d.ts +1 -0
  567. package/components/navbar/themes/light/navbar.fluent.css.d.ts +1 -0
  568. package/components/navbar/themes/light/navbar.indigo.css.d.ts +1 -0
  569. package/components/navbar/themes/light/navbar.material.css.d.ts +1 -0
  570. package/components/navbar/themes/light/navbar.shared.css.d.ts +1 -0
  571. package/components/navbar/themes/navbar.base.css.d.ts +1 -0
  572. package/components/navbar/themes/shared/navbar.bootstrap.css.d.ts +1 -0
  573. package/components/navbar/themes/shared/navbar.common.css.d.ts +1 -0
  574. package/components/navbar/themes/shared/navbar.fluent.css.d.ts +1 -0
  575. package/components/navbar/themes/shared/navbar.indigo.css.d.ts +1 -0
  576. package/components/navbar/themes/themes.d.ts +2 -0
  577. package/components/popover/popover.d.ts +72 -0
  578. package/components/popover/themes/light/popover.base.css.d.ts +1 -0
  579. package/components/progress/base.d.ts +61 -0
  580. package/components/progress/circular-gradient.d.ts +35 -0
  581. package/components/progress/circular-progress.d.ts +39 -0
  582. package/components/progress/linear-progress.d.ts +42 -0
  583. package/components/progress/themes/circular/circular.progress.base.css.d.ts +1 -0
  584. package/components/progress/themes/circular/dark/circular.progress.bootstrap.css.d.ts +1 -0
  585. package/components/progress/themes/circular/dark/circular.progress.fluent.css.d.ts +1 -0
  586. package/components/progress/themes/circular/dark/circular.progress.indigo.css.d.ts +1 -0
  587. package/components/progress/themes/circular/dark/circular.progress.material.css.d.ts +1 -0
  588. package/components/progress/themes/circular/dark/circular.progress.shared.css.d.ts +1 -0
  589. package/components/progress/themes/circular/light/circular.progress.bootstrap.css.d.ts +1 -0
  590. package/components/progress/themes/circular/light/circular.progress.fluent.css.d.ts +1 -0
  591. package/components/progress/themes/circular/light/circular.progress.indigo.css.d.ts +1 -0
  592. package/components/progress/themes/circular/light/circular.progress.material.css.d.ts +1 -0
  593. package/components/progress/themes/circular/light/circular.progress.shared.css.d.ts +1 -0
  594. package/components/progress/themes/circular/shared/circular.progress.bootstrap.css.d.ts +1 -0
  595. package/components/progress/themes/circular/shared/circular.progress.common.css.d.ts +1 -0
  596. package/components/progress/themes/circular/shared/circular.progress.fluent.css.d.ts +1 -0
  597. package/components/progress/themes/circular/shared/circular.progress.indigo.css.d.ts +1 -0
  598. package/components/progress/themes/circular/themes.d.ts +2 -0
  599. package/components/progress/themes/linear/dark/linear.progress.bootstrap.css.d.ts +1 -0
  600. package/components/progress/themes/linear/dark/linear.progress.fluent.css.d.ts +1 -0
  601. package/components/progress/themes/linear/dark/linear.progress.indigo.css.d.ts +1 -0
  602. package/components/progress/themes/linear/dark/linear.progress.material.css.d.ts +1 -0
  603. package/components/progress/themes/linear/dark/linear.progress.shared.css.d.ts +1 -0
  604. package/components/progress/themes/linear/light/linear.progress.bootstrap.css.d.ts +1 -0
  605. package/components/progress/themes/linear/light/linear.progress.fluent.css.d.ts +1 -0
  606. package/components/progress/themes/linear/light/linear.progress.indigo.css.d.ts +1 -0
  607. package/components/progress/themes/linear/light/linear.progress.material.css.d.ts +1 -0
  608. package/components/progress/themes/linear/light/linear.progress.shared.css.d.ts +1 -0
  609. package/components/progress/themes/linear/linear.progress.base.css.d.ts +1 -0
  610. package/components/progress/themes/linear/shared/linear.progress.bootstrap.css.d.ts +1 -0
  611. package/components/progress/themes/linear/shared/linear.progress.common.css.d.ts +1 -0
  612. package/components/progress/themes/linear/shared/linear.progress.fluent.css.d.ts +1 -0
  613. package/components/progress/themes/linear/shared/linear.progress.indigo.css.d.ts +1 -0
  614. package/components/progress/themes/linear/themes.d.ts +2 -0
  615. package/components/radio/radio.d.ts +101 -0
  616. package/components/radio/themes/dark/radio.bootstrap.css.d.ts +1 -0
  617. package/components/radio/themes/dark/radio.fluent.css.d.ts +1 -0
  618. package/components/radio/themes/dark/radio.indigo.css.d.ts +1 -0
  619. package/components/radio/themes/dark/radio.material.css.d.ts +1 -0
  620. package/components/radio/themes/light/radio.bootstrap.css.d.ts +1 -0
  621. package/components/radio/themes/light/radio.fluent.css.d.ts +1 -0
  622. package/components/radio/themes/light/radio.indigo.css.d.ts +1 -0
  623. package/components/radio/themes/light/radio.material.css.d.ts +1 -0
  624. package/components/radio/themes/light/radio.shared.css.d.ts +1 -0
  625. package/components/radio/themes/radio.base.css.d.ts +1 -0
  626. package/components/radio/themes/shared/radio.bootstrap.css.d.ts +1 -0
  627. package/components/radio/themes/shared/radio.common.css.d.ts +1 -0
  628. package/components/radio/themes/shared/radio.fluent.css.d.ts +1 -0
  629. package/components/radio/themes/shared/radio.indigo.css.d.ts +1 -0
  630. package/components/radio/themes/shared/radio.material.css.d.ts +1 -0
  631. package/components/radio/themes/themes.d.ts +2 -0
  632. package/components/radio/utils.d.ts +13 -0
  633. package/components/radio/validators.d.ts +3 -0
  634. package/components/radio-group/radio-group.base.css.d.ts +1 -0
  635. package/components/radio-group/radio-group.d.ts +51 -0
  636. package/components/radio-group/radio-group.fluent.css.d.ts +1 -0
  637. package/components/radio-group/radio-group.indigo.css.d.ts +1 -0
  638. package/components/radio-group/radio-group.material.css.d.ts +1 -0
  639. package/components/rating/rating-symbol.d.ts +26 -0
  640. package/components/rating/rating.d.ts +143 -0
  641. package/components/rating/themes/dark/rating.bootstrap.css.d.ts +1 -0
  642. package/components/rating/themes/dark/rating.fluent.css.d.ts +1 -0
  643. package/components/rating/themes/dark/rating.indigo.css.d.ts +1 -0
  644. package/components/rating/themes/dark/rating.material.css.d.ts +1 -0
  645. package/components/rating/themes/light/rating.bootstrap.css.d.ts +1 -0
  646. package/components/rating/themes/light/rating.fluent.css.d.ts +1 -0
  647. package/components/rating/themes/light/rating.indigo.css.d.ts +1 -0
  648. package/components/rating/themes/light/rating.material.css.d.ts +1 -0
  649. package/components/rating/themes/light/rating.shared.css.d.ts +1 -0
  650. package/components/rating/themes/rating-symbol.base.css.d.ts +1 -0
  651. package/components/rating/themes/rating.base.css.d.ts +1 -0
  652. package/components/rating/themes/shared/rating.bootstrap.css.d.ts +1 -0
  653. package/components/rating/themes/shared/rating.common.css.d.ts +1 -0
  654. package/components/rating/themes/shared/rating.fluent.css.d.ts +1 -0
  655. package/components/rating/themes/shared/rating.indigo.css.d.ts +1 -0
  656. package/components/rating/themes/themes.d.ts +2 -0
  657. package/components/resize-container/default-ghost.d.ts +4 -0
  658. package/components/resize-container/resize-container.d.ts +68 -0
  659. package/components/resize-container/resize-container.js +0 -1
  660. package/components/resize-container/resize-container.js.map +1 -1
  661. package/components/resize-container/resize-controller.d.ts +46 -0
  662. package/components/resize-container/themes/dark/resize-indicator.bootstrap.css.d.ts +1 -0
  663. package/components/resize-container/themes/dark/resize-indicator.fluent.css.d.ts +1 -0
  664. package/components/resize-container/themes/dark/resize-indicator.indigo.css.d.ts +1 -0
  665. package/components/resize-container/themes/dark/resize-indicator.material.css.d.ts +1 -0
  666. package/components/resize-container/themes/dark/resize-indicator.shared.css.d.ts +1 -0
  667. package/components/resize-container/themes/light/resize-indicator.bootstrap.css.d.ts +1 -0
  668. package/components/resize-container/themes/light/resize-indicator.fluent.css.d.ts +1 -0
  669. package/components/resize-container/themes/light/resize-indicator.indigo.css.d.ts +1 -0
  670. package/components/resize-container/themes/light/resize-indicator.material.css.d.ts +1 -0
  671. package/components/resize-container/themes/light/resize-indicator.shared.css.d.ts +1 -0
  672. package/components/resize-container/themes/resize-container.base.css.d.ts +1 -0
  673. package/components/resize-container/themes/shared/resize-container.common.css.d.ts +1 -0
  674. package/components/resize-container/themes/themes.d.ts +2 -0
  675. package/components/resize-container/types.d.ts +38 -0
  676. package/components/ripple/ripple.d.ts +21 -0
  677. package/components/ripple/ripple.material.css.d.ts +1 -0
  678. package/components/select/select-group.d.ts +35 -0
  679. package/components/select/select-header.d.ts +19 -0
  680. package/components/select/select-item.d.ts +30 -0
  681. package/components/select/select.d.ts +171 -0
  682. package/components/select/themes/dark/select.bootstrap.css.d.ts +1 -0
  683. package/components/select/themes/dark/select.fluent.css.d.ts +1 -0
  684. package/components/select/themes/dark/select.indigo.css.d.ts +1 -0
  685. package/components/select/themes/dark/select.material.css.d.ts +1 -0
  686. package/components/select/themes/light/select.bootstrap.css.d.ts +1 -0
  687. package/components/select/themes/light/select.fluent.css.d.ts +1 -0
  688. package/components/select/themes/light/select.indigo.css.d.ts +1 -0
  689. package/components/select/themes/light/select.material.css.d.ts +1 -0
  690. package/components/select/themes/light/select.shared.css.d.ts +1 -0
  691. package/components/select/themes/select.base.css.d.ts +1 -0
  692. package/components/select/themes/shared/select.bootstrap.css.d.ts +1 -0
  693. package/components/select/themes/shared/select.common.css.d.ts +1 -0
  694. package/components/select/themes/shared/select.fluent.css.d.ts +1 -0
  695. package/components/select/themes/shared/select.indigo.css.d.ts +1 -0
  696. package/components/select/themes/shared/select.material.css.d.ts +1 -0
  697. package/components/select/themes/themes.d.ts +2 -0
  698. package/components/select/validators.d.ts +3 -0
  699. package/components/slider/range-slider.d.ts +91 -0
  700. package/components/slider/slider-base.d.ts +165 -0
  701. package/components/slider/slider-label.d.ts +12 -0
  702. package/components/slider/slider.d.ts +74 -0
  703. package/components/slider/themes/dark/slider.bootstrap.css.d.ts +1 -0
  704. package/components/slider/themes/dark/slider.fluent.css.d.ts +1 -0
  705. package/components/slider/themes/dark/slider.indigo.css.d.ts +1 -0
  706. package/components/slider/themes/dark/slider.material.css.d.ts +1 -0
  707. package/components/slider/themes/light/slider.bootstrap.css.d.ts +1 -0
  708. package/components/slider/themes/light/slider.fluent.css.d.ts +1 -0
  709. package/components/slider/themes/light/slider.indigo.css.d.ts +1 -0
  710. package/components/slider/themes/light/slider.material.css.d.ts +1 -0
  711. package/components/slider/themes/light/slider.shared.css.d.ts +1 -0
  712. package/components/slider/themes/shared/slider.bootstrap.css.d.ts +1 -0
  713. package/components/slider/themes/shared/slider.common.css.d.ts +1 -0
  714. package/components/slider/themes/shared/slider.fluent.css.d.ts +1 -0
  715. package/components/slider/themes/shared/slider.indigo.css.d.ts +1 -0
  716. package/components/slider/themes/shared/slider.material.css.d.ts +1 -0
  717. package/components/slider/themes/slider.base.css.d.ts +1 -0
  718. package/components/slider/themes/themes.d.ts +2 -0
  719. package/components/snackbar/snackbar.d.ts +44 -0
  720. package/components/snackbar/themes/dark/snackbar.bootstrap.css.d.ts +1 -0
  721. package/components/snackbar/themes/dark/snackbar.fluent.css.d.ts +1 -0
  722. package/components/snackbar/themes/dark/snackbar.indigo.css.d.ts +1 -0
  723. package/components/snackbar/themes/dark/snackbar.material.css.d.ts +1 -0
  724. package/components/snackbar/themes/light/snackbar.bootstrap.css.d.ts +1 -0
  725. package/components/snackbar/themes/light/snackbar.fluent.css.d.ts +1 -0
  726. package/components/snackbar/themes/light/snackbar.indigo.css.d.ts +1 -0
  727. package/components/snackbar/themes/light/snackbar.material.css.d.ts +1 -0
  728. package/components/snackbar/themes/light/snackbar.shared.css.d.ts +1 -0
  729. package/components/snackbar/themes/shared/snackbar.bootstrap.css.d.ts +1 -0
  730. package/components/snackbar/themes/shared/snackbar.common.css.d.ts +1 -0
  731. package/components/snackbar/themes/shared/snackbar.fluent.css.d.ts +1 -0
  732. package/components/snackbar/themes/shared/snackbar.indigo.css.d.ts +1 -0
  733. package/components/snackbar/themes/snackbar.base.css.d.ts +1 -0
  734. package/components/snackbar/themes/themes.d.ts +2 -0
  735. package/components/stepper/animations.d.ts +8 -0
  736. package/components/stepper/step.d.ts +104 -0
  737. package/components/stepper/stepper.common.d.ts +11 -0
  738. package/components/stepper/stepper.d.ts +125 -0
  739. package/components/stepper/themes/step/dark/step.bootstrap.css.d.ts +1 -0
  740. package/components/stepper/themes/step/dark/step.fluent.css.d.ts +1 -0
  741. package/components/stepper/themes/step/dark/step.indigo.css.d.ts +1 -0
  742. package/components/stepper/themes/step/dark/step.material.css.d.ts +1 -0
  743. package/components/stepper/themes/step/dark/step.shared.css.d.ts +1 -0
  744. package/components/stepper/themes/step/light/step.bootstrap.css.d.ts +1 -0
  745. package/components/stepper/themes/step/light/step.fluent.css.d.ts +1 -0
  746. package/components/stepper/themes/step/light/step.indigo.css.d.ts +1 -0
  747. package/components/stepper/themes/step/light/step.material.css.d.ts +1 -0
  748. package/components/stepper/themes/step/light/step.shared.css.d.ts +1 -0
  749. package/components/stepper/themes/step/shared/step.bootstrap.css.d.ts +1 -0
  750. package/components/stepper/themes/step/shared/step.common.css.d.ts +1 -0
  751. package/components/stepper/themes/step/shared/step.fluent.css.d.ts +1 -0
  752. package/components/stepper/themes/step/shared/step.indigo.css.d.ts +1 -0
  753. package/components/stepper/themes/step/step.base.css.d.ts +1 -0
  754. package/components/stepper/themes/step/themes.d.ts +2 -0
  755. package/components/stepper/themes/stepper/stepper.base.css.d.ts +1 -0
  756. package/components/stepper/themes/stepper/stepper.bootstrap.css.d.ts +1 -0
  757. package/components/stepper/themes/stepper/stepper.fluent.css.d.ts +1 -0
  758. package/components/stepper/themes/stepper/stepper.indigo.css.d.ts +1 -0
  759. package/components/tabs/tab-panel.d.ts +21 -0
  760. package/components/tabs/tab.d.ts +47 -0
  761. package/components/tabs/tabs.d.ts +93 -0
  762. package/components/tabs/themes/dark/tab.bootstrap.css.d.ts +1 -0
  763. package/components/tabs/themes/dark/tab.fluent.css.d.ts +1 -0
  764. package/components/tabs/themes/dark/tab.indigo.css.d.ts +1 -0
  765. package/components/tabs/themes/dark/tab.material.css.d.ts +1 -0
  766. package/components/tabs/themes/dark/tab.shared.css.d.ts +1 -0
  767. package/components/tabs/themes/light/tab.bootstrap.css.d.ts +1 -0
  768. package/components/tabs/themes/light/tab.fluent.css.d.ts +1 -0
  769. package/components/tabs/themes/light/tab.indigo.css.d.ts +1 -0
  770. package/components/tabs/themes/light/tab.material.css.d.ts +1 -0
  771. package/components/tabs/themes/light/tab.shared.css.d.ts +1 -0
  772. package/components/tabs/themes/shared/tab/tab.bootstrap.css.d.ts +1 -0
  773. package/components/tabs/themes/shared/tab/tab.common.css.d.ts +1 -0
  774. package/components/tabs/themes/shared/tab/tab.fluent.css.d.ts +1 -0
  775. package/components/tabs/themes/shared/tab/tab.indigo.css.d.ts +1 -0
  776. package/components/tabs/themes/shared/tabs/tabs.bootstrap.css.d.ts +1 -0
  777. package/components/tabs/themes/shared/tabs/tabs.common.css.d.ts +1 -0
  778. package/components/tabs/themes/shared/tabs/tabs.fluent.css.d.ts +1 -0
  779. package/components/tabs/themes/shared/tabs/tabs.indigo.css.d.ts +1 -0
  780. package/components/tabs/themes/tab-panel.base.css.d.ts +1 -0
  781. package/components/tabs/themes/tab-themes.d.ts +2 -0
  782. package/components/tabs/themes/tab.base.css.d.ts +1 -0
  783. package/components/tabs/themes/tabs-themes.d.ts +2 -0
  784. package/components/tabs/themes/tabs.base.css.d.ts +1 -0
  785. package/components/textarea/textarea.d.ts +203 -0
  786. package/components/textarea/themes/dark/textarea.bootstrap.css.d.ts +1 -0
  787. package/components/textarea/themes/dark/textarea.fluent.css.d.ts +1 -0
  788. package/components/textarea/themes/dark/textarea.indigo.css.d.ts +1 -0
  789. package/components/textarea/themes/dark/textarea.material.css.d.ts +1 -0
  790. package/components/textarea/themes/light/textarea.bootstrap.css.d.ts +1 -0
  791. package/components/textarea/themes/light/textarea.fluent.css.d.ts +1 -0
  792. package/components/textarea/themes/light/textarea.indigo.css.d.ts +1 -0
  793. package/components/textarea/themes/light/textarea.material.css.d.ts +1 -0
  794. package/components/textarea/themes/light/textarea.shared.css.d.ts +1 -0
  795. package/components/textarea/themes/shared/textarea.bootstrap.css.d.ts +1 -0
  796. package/components/textarea/themes/shared/textarea.common.css.d.ts +1 -0
  797. package/components/textarea/themes/shared/textarea.fluent.css.d.ts +1 -0
  798. package/components/textarea/themes/shared/textarea.indigo.css.d.ts +1 -0
  799. package/components/textarea/themes/shared/textarea.material.css.d.ts +1 -0
  800. package/components/textarea/themes/textarea.base.css.d.ts +1 -0
  801. package/components/textarea/themes/themes.d.ts +2 -0
  802. package/components/textarea/validators.d.ts +3 -0
  803. package/components/tile-manager/position.d.ts +35 -0
  804. package/components/tile-manager/serializer.d.ts +28 -0
  805. package/components/tile-manager/serializer.js +2 -0
  806. package/components/tile-manager/serializer.js.map +1 -1
  807. package/components/tile-manager/themes/container.d.ts +2 -0
  808. package/components/tile-manager/themes/dark/tile-manager.bootstrap.css.d.ts +1 -0
  809. package/components/tile-manager/themes/dark/tile-manager.fluent.css.d.ts +1 -0
  810. package/components/tile-manager/themes/dark/tile-manager.indigo.css.d.ts +1 -0
  811. package/components/tile-manager/themes/dark/tile-manager.material.css.d.ts +1 -0
  812. package/components/tile-manager/themes/dark/tile-manager.shared.css.d.ts +1 -0
  813. package/components/tile-manager/themes/light/tile-manager.bootstrap.css.d.ts +1 -0
  814. package/components/tile-manager/themes/light/tile-manager.fluent.css.d.ts +1 -0
  815. package/components/tile-manager/themes/light/tile-manager.indigo.css.d.ts +1 -0
  816. package/components/tile-manager/themes/light/tile-manager.material.css.d.ts +1 -0
  817. package/components/tile-manager/themes/light/tile-manager.shared.css.d.ts +1 -0
  818. package/components/tile-manager/themes/shared/tile/tile.bootstrap.css.d.ts +1 -0
  819. package/components/tile-manager/themes/shared/tile/tile.common.css.d.ts +1 -0
  820. package/components/tile-manager/themes/shared/tile/tile.fluent.css.d.ts +1 -0
  821. package/components/tile-manager/themes/shared/tile/tile.indigo.css.d.ts +1 -0
  822. package/components/tile-manager/themes/shared/tile-manager.common.css.d.ts +1 -0
  823. package/components/tile-manager/themes/tile-manager.base.css.d.ts +1 -0
  824. package/components/tile-manager/themes/tile.base.css.d.ts +1 -0
  825. package/components/tile-manager/themes/tile.d.ts +2 -0
  826. package/components/tile-manager/tile-manager.d.ts +99 -0
  827. package/components/tile-manager/tile-util.d.ts +68 -0
  828. package/components/tile-manager/tile-util.js +7 -0
  829. package/components/tile-manager/tile-util.js.map +1 -1
  830. package/components/tile-manager/tile.d.ts +193 -0
  831. package/components/tile-manager/tile.js +36 -26
  832. package/components/tile-manager/tile.js.map +1 -1
  833. package/components/toast/themes/dark/toast.bootstrap.css.d.ts +1 -0
  834. package/components/toast/themes/dark/toast.fluent.css.d.ts +1 -0
  835. package/components/toast/themes/dark/toast.indigo.css.d.ts +1 -0
  836. package/components/toast/themes/dark/toast.material.css.d.ts +1 -0
  837. package/components/toast/themes/dark/toast.shared.css.d.ts +1 -0
  838. package/components/toast/themes/light/toast.bootstrap.css.d.ts +1 -0
  839. package/components/toast/themes/light/toast.fluent.css.d.ts +1 -0
  840. package/components/toast/themes/light/toast.indigo.css.d.ts +1 -0
  841. package/components/toast/themes/light/toast.material.css.d.ts +1 -0
  842. package/components/toast/themes/light/toast.shared.css.d.ts +1 -0
  843. package/components/toast/themes/shared/toast.bootstrap.css.d.ts +1 -0
  844. package/components/toast/themes/shared/toast.common.css.d.ts +1 -0
  845. package/components/toast/themes/shared/toast.fluent.css.d.ts +1 -0
  846. package/components/toast/themes/themes.d.ts +2 -0
  847. package/components/toast/themes/toast.base.css.d.ts +1 -0
  848. package/components/toast/toast.d.ts +21 -0
  849. package/components/tree/themes/container.base.css.d.ts +1 -0
  850. package/components/tree/themes/container.d.ts +2 -0
  851. package/components/tree/themes/dark/container.bootstrap.css.d.ts +1 -0
  852. package/components/tree/themes/dark/container.fluent.css.d.ts +1 -0
  853. package/components/tree/themes/dark/container.indigo.css.d.ts +1 -0
  854. package/components/tree/themes/dark/container.material.css.d.ts +1 -0
  855. package/components/tree/themes/dark/container.shared.css.d.ts +1 -0
  856. package/components/tree/themes/item.base.css.d.ts +1 -0
  857. package/components/tree/themes/item.d.ts +2 -0
  858. package/components/tree/themes/light/container.bootstrap.css.d.ts +1 -0
  859. package/components/tree/themes/light/container.fluent.css.d.ts +1 -0
  860. package/components/tree/themes/light/container.indigo.css.d.ts +1 -0
  861. package/components/tree/themes/light/container.material.css.d.ts +1 -0
  862. package/components/tree/themes/light/container.shared.css.d.ts +1 -0
  863. package/components/tree/themes/shared/item.common.css.d.ts +1 -0
  864. package/components/tree/themes/shared/item.indigo.css.d.ts +1 -0
  865. package/components/tree/themes/shared/item.material.css.d.ts +1 -0
  866. package/components/tree/tree-item.d.ts +137 -0
  867. package/components/tree/tree.common.d.ts +16 -0
  868. package/components/tree/tree.d.ts +77 -0
  869. package/components/tree/tree.navigation.d.ts +41 -0
  870. package/components/tree/tree.selection.d.ts +55 -0
  871. package/components/types.d.ts +5 -0
  872. package/components/validation-container/themes/dark/validator.bootstrap.css.d.ts +1 -0
  873. package/components/validation-container/themes/dark/validator.fluent.css.d.ts +1 -0
  874. package/components/validation-container/themes/dark/validator.indigo.css.d.ts +1 -0
  875. package/components/validation-container/themes/dark/validator.material.css.d.ts +1 -0
  876. package/components/validation-container/themes/light/validator.bootstrap.css.d.ts +1 -0
  877. package/components/validation-container/themes/light/validator.fluent.css.d.ts +1 -0
  878. package/components/validation-container/themes/light/validator.indigo.css.d.ts +1 -0
  879. package/components/validation-container/themes/light/validator.material.css.d.ts +1 -0
  880. package/components/validation-container/themes/light/validator.shared.css.d.ts +1 -0
  881. package/components/validation-container/themes/shared/validator.common.css.d.ts +1 -0
  882. package/components/validation-container/themes/themes.d.ts +2 -0
  883. package/components/validation-container/themes/validator.base.css.d.ts +1 -0
  884. package/components/validation-container/validation-container.d.ts +42 -0
  885. package/custom-elements.json +34 -20
  886. package/igniteui-webcomponents.css-data.json +1 -1
  887. package/igniteui-webcomponents.html-data.json +1 -1
  888. package/index.d.ts +107 -0
  889. package/index.js.map +1 -1
  890. package/package.json +1 -1
  891. package/theming/config.d.ts +17 -0
  892. package/theming/theming-controller.d.ts +18 -0
  893. package/theming/theming-decorator.d.ts +43 -0
  894. package/theming/theming-event.d.ts +21 -0
  895. package/theming/types.d.ts +26 -0
  896. package/theming/utils.d.ts +1 -0
  897. package/web-types.json +2 -2
@@ -0,0 +1,45 @@
1
+ import type { RenderItemFunction } from '@lit-labs/virtualizer/virtualize.js';
2
+ import type { ReactiveControllerHost, TemplateResult } from 'lit';
3
+ import type IgcComboComponent from './combo.js';
4
+ export type Keys<T> = keyof T;
5
+ export type Values<T> = T[keyof T];
6
+ export type Item<T extends object> = T | Values<T>;
7
+ export type ComboRecord<T extends object> = {
8
+ value: T;
9
+ header: boolean;
10
+ dataIndex: number;
11
+ };
12
+ export type ComboHost<T extends object> = ReactiveControllerHost & IgcComboComponent<T>;
13
+ export type GroupingDirection = 'asc' | 'desc' | 'none';
14
+ export type ComboChangeType = 'selection' | 'deselection' | 'addition';
15
+ export type ComboRenderFunction<T extends object> = RenderItemFunction<ComboRecord<T>>;
16
+ export type ComboValue<T> = T | Values<T>;
17
+ export interface FilteringOptions<T extends object> {
18
+ filterKey: Keys<T> | undefined;
19
+ caseSensitive?: boolean;
20
+ matchDiacritics?: boolean;
21
+ }
22
+ export interface GroupingOptions<T extends object> {
23
+ groupKey?: Keys<T>;
24
+ valueKey?: Keys<T>;
25
+ displayKey?: Keys<T>;
26
+ direction: GroupingDirection;
27
+ }
28
+ export interface IgcComboChangeEventArgs<T extends object = any> {
29
+ newValue: ComboValue<T>[];
30
+ items: T[];
31
+ type: ComboChangeType;
32
+ }
33
+ export interface IgcComboComponentEventMap {
34
+ igcChange: CustomEvent<IgcComboChangeEventArgs>;
35
+ focus: FocusEvent;
36
+ blur: FocusEvent;
37
+ igcOpening: CustomEvent<void>;
38
+ igcOpened: CustomEvent<void>;
39
+ igcClosing: CustomEvent<void>;
40
+ igcClosed: CustomEvent<void>;
41
+ }
42
+ export type ComboItemTemplate<T extends object> = (props: ComboTemplateProps<T>) => TemplateResult;
43
+ export interface ComboTemplateProps<T extends object> {
44
+ item: T;
45
+ }
@@ -0,0 +1,3 @@
1
+ import type { Validator } from '../common/validators.js';
2
+ import type IgcComboComponent from './combo.js';
3
+ export declare const comboValidators: Validator<IgcComboComponent>[];
@@ -0,0 +1,16 @@
1
+ import type { Ref } from 'lit/directives/ref.js';
2
+ import type IgcCarouselComponent from '../carousel/carousel.js';
3
+ import type IgcTileManagerComponent from '../tile-manager/tile-manager.js';
4
+ export type TileManagerContext = {
5
+ /** The igc-tile-manager instance. */
6
+ instance: IgcTileManagerComponent;
7
+ /** The internal CSS grid container of the igc-tile-manager. */
8
+ grid: Ref<HTMLElement>;
9
+ };
10
+ declare const carouselContext: {
11
+ __context__: IgcCarouselComponent;
12
+ };
13
+ declare const tileManagerContext: {
14
+ __context__: TileManagerContext;
15
+ };
16
+ export { carouselContext, tileManagerContext };
@@ -0,0 +1,17 @@
1
+ import { type Context, ContextConsumer, type ContextType } from '@lit/context';
2
+ import type { LitElement, ReactiveController, ReactiveControllerHost } from 'lit';
3
+ type AsyncContextOptions<T extends Context<unknown, unknown>> = {
4
+ context: T;
5
+ callback?: (value: ContextType<T>, dispose?: () => void) => void;
6
+ subscribe?: boolean;
7
+ };
8
+ export declare class AsyncContextConsumer<T extends Context<unknown, unknown>, Host extends ReactiveControllerHost & HTMLElement> implements ReactiveController {
9
+ protected _host: Host;
10
+ protected _options: AsyncContextOptions<T>;
11
+ protected _consumer?: ContextConsumer<T, Host>;
12
+ constructor(host: Host, options: AsyncContextOptions<T>);
13
+ get value(): ContextType<T> | undefined;
14
+ hostConnected(): Promise<void>;
15
+ }
16
+ export declare function createAsyncContext<T extends Context<unknown, unknown>, Host extends ReactiveControllerHost & LitElement>(host: Host, context: T, callback?: (value: ContextType<T>, dispose?: () => void) => void): AsyncContextConsumer<T, Host>;
17
+ export {};
@@ -0,0 +1,143 @@
1
+ import type { LitElement, ReactiveController, ReactiveControllerHost } from 'lit';
2
+ import type { Ref } from 'lit/directives/ref.js';
3
+ type DragEnterCallback = (target: Element) => unknown;
4
+ type DragCallback = (parameters: DragCallbackParameters) => unknown;
5
+ type DragCancelCallback = (state: DragState) => unknown;
6
+ export type DragCallbackParameters = {
7
+ event: PointerEvent;
8
+ state: DragState;
9
+ };
10
+ type State = {
11
+ initial: DOMRect;
12
+ current: DOMRect;
13
+ position: {
14
+ x: number;
15
+ y: number;
16
+ };
17
+ offset: {
18
+ x: number;
19
+ y: number;
20
+ };
21
+ };
22
+ type DragState = State & {
23
+ ghost: HTMLElement | null;
24
+ element: Element | null;
25
+ };
26
+ type DragControllerConfiguration = {
27
+ /** Whether the drag feature is enabled for the current host. */
28
+ enabled?: boolean;
29
+ /**
30
+ * The mode of the drag operation.
31
+ *
32
+ * Deferred will create a ghost element and keep the original element
33
+ * at its place until the operation completes successfully.
34
+ */
35
+ mode?: 'immediate' | 'deferred';
36
+ /**
37
+ * Whether starting a drag operation should snap the dragged item's top left corner
38
+ * to the cursor position.
39
+ */
40
+ snapToCursor?: boolean;
41
+ /**
42
+ * Guard function invoked during the `start` callback.
43
+ * Returning a truthy value will stop the current drag operation.
44
+ */
45
+ skip?: (event: PointerEvent) => boolean;
46
+ matchTarget?: (target: Element) => boolean;
47
+ /**
48
+ *
49
+ */
50
+ trigger?: () => HTMLElement;
51
+ /**
52
+ * Contain drag operations to the scope of the passed DOM element.
53
+ */
54
+ container?: Ref<HTMLElement>;
55
+ /**
56
+ * The DOM element that will "host" the ghost drag element when the controller
57
+ * is set to **deferred**.
58
+ *
59
+ * @remarks
60
+ * In **immediate** mode, this property is ignored.
61
+ */
62
+ layer?: () => HTMLElement;
63
+ ghost?: () => HTMLElement;
64
+ /** Callback invoked at the beginning of a drag operation. */
65
+ start?: DragCallback;
66
+ /** Callback invoked while dragging the target element. */
67
+ move?: DragCallback;
68
+ enter?: DragEnterCallback;
69
+ leave?: DragEnterCallback;
70
+ over?: DragEnterCallback;
71
+ /** Callback invoked during a drop operation. */
72
+ end?: DragCallback;
73
+ /** Callback invoked when a drag is cancelled */
74
+ cancel?: DragCancelCallback;
75
+ };
76
+ declare class DragController implements ReactiveController {
77
+ private _host;
78
+ private _options;
79
+ private _state;
80
+ private _matchedElement;
81
+ private _id;
82
+ private _hasPointerCapture;
83
+ private _ghost;
84
+ /** Whether `snapToCursor` is enabled for the controller. */
85
+ private get _hasSnapping();
86
+ /** Whether the current drag mode is deferred. */
87
+ private get _isDeferred();
88
+ /**
89
+ * The source element which will capture pointer events and initiate drag mode.
90
+ *
91
+ * @remarks
92
+ * By default that will be the host element itself, unless `trigger` is passed in.
93
+ */
94
+ private get _element();
95
+ /**
96
+ * The element being dragged.
97
+ *
98
+ * @remarks
99
+ * When in **deferred** mode this returns a reference to the drag ghost element,
100
+ * otherwise it is the host element.
101
+ */
102
+ private get _dragItem();
103
+ /**
104
+ * The DOM element that will "host" the ghost drag element when the controller
105
+ * is set to **deferred**.
106
+ *
107
+ * @remarks
108
+ * In **immediate** mode, this property is ignored.
109
+ */
110
+ private get _layer();
111
+ private get _stateParameters();
112
+ constructor(host: ReactiveControllerHost & LitElement, options?: DragControllerConfiguration);
113
+ /** Whether the drag controller is enabled. */
114
+ get enabled(): boolean;
115
+ /** Updates the drag controller configuration. */
116
+ set(options?: DragControllerConfiguration): void;
117
+ /** Stops any drag operation and cleans up state, additional event listeners and elements. */
118
+ dispose(): void;
119
+ /** @internal */
120
+ hostConnected(): void;
121
+ /** @internal */
122
+ hostDisconnected(): void;
123
+ /** @internal */
124
+ handleEvent(event: PointerEvent & KeyboardEvent): void;
125
+ private _handlePointerDown;
126
+ private _handlePointerMove;
127
+ private _handlePointerEnd;
128
+ private _handleCancel;
129
+ private _setDragCancelListener;
130
+ private _setInitialState;
131
+ private _setDragState;
132
+ private _updateMatcher;
133
+ private _updatePosition;
134
+ private _assignPosition;
135
+ private _createDragGhost;
136
+ private _removeGhost;
137
+ private _shouldSkip;
138
+ }
139
+ /**
140
+ * Adds a drag and drop controller to the given host
141
+ */
142
+ export declare function addDragController(host: ReactiveControllerHost & LitElement, options?: DragControllerConfiguration): DragController;
143
+ export {};
@@ -0,0 +1,32 @@
1
+ import type { ReactiveController, ReactiveControllerHost } from 'lit';
2
+ /**
3
+ * A controller class which determines whether a focus ring should be shown to indicate keyboard focus.
4
+ * Focus rings are visible only when the user is interacting with a keyboard, not with a mouse, touch, or other input methods.
5
+ *
6
+ * By default the class attaches a keyup event handler on the component host and will update its keyboard focus
7
+ * state based on it.
8
+ */
9
+ export declare class KeyboardFocusRingController implements ReactiveController {
10
+ readonly host: ReactiveControllerHost & HTMLElement;
11
+ private readonly _host;
12
+ private _focused;
13
+ /**
14
+ * Gets whether the current focus state is activated through a keyboard interaction.
15
+ */
16
+ get focused(): boolean;
17
+ constructor(host: ReactiveControllerHost & HTMLElement);
18
+ hostConnected(): void;
19
+ hostDisconnected(): void;
20
+ handleEvent(): void;
21
+ /**
22
+ * Resets the keyboard focus state.
23
+ *
24
+ * Usually called on blur of the component or when a pointer based interaction
25
+ * is executed.
26
+ */
27
+ reset: () => void;
28
+ }
29
+ /**
30
+ * Adds a {@link KeyboardFocusRingController} responsible for managing keyboard focus state.
31
+ */
32
+ export declare function addKeyboardFocusRing(host: ReactiveControllerHost & HTMLElement): KeyboardFocusRingController;
@@ -0,0 +1,41 @@
1
+ import type { ReactiveController, ReactiveControllerHost } from 'lit';
2
+ /**
3
+ * Callback invoked when the host element is about to enter/leave fullscreen mode.
4
+ *
5
+ * The callback is passed the current fullscreen `state`.
6
+ * Returning a falsy value from the callback will stop the current fullscreen state change.
7
+ */
8
+ type FullscreenControllerCallback = (state: boolean) => boolean;
9
+ /** Configuration object for the fullscreen controller. */
10
+ type FullscreenControllerConfiguration = {
11
+ /**
12
+ * Invoked when the host element is entering fullscreen mode.
13
+ * See the {@link FullscreenControllerCallback} for details.
14
+ */
15
+ enter?: FullscreenControllerCallback;
16
+ /**
17
+ * Invoked when the host element is leaving fullscreen mode.
18
+ * See the {@link FullscreenControllerCallback} for details.
19
+ */
20
+ exit?: FullscreenControllerCallback;
21
+ };
22
+ declare class FullscreenController implements ReactiveController {
23
+ private _host;
24
+ private _options;
25
+ private _fullscreen;
26
+ get fullscreen(): boolean;
27
+ constructor(host: ReactiveControllerHost & HTMLElement, options?: FullscreenControllerConfiguration);
28
+ /**
29
+ * Transitions the host element to/from fullscreen mode.
30
+ * This method **will invoke** enter/exit callbacks if present.
31
+ */
32
+ setState(fullscreen: boolean): void;
33
+ /** @internal */
34
+ handleEvent(): void;
35
+ /** @internal */
36
+ hostConnected(): void;
37
+ /** @internal */
38
+ hostDisconnected(): void;
39
+ }
40
+ export declare function addFullscreenController(host: ReactiveControllerHost & HTMLElement, options?: FullscreenControllerConfiguration): FullscreenController;
41
+ export {};
@@ -0,0 +1,76 @@
1
+ import type { ReactiveController, ReactiveControllerHost } from 'lit';
2
+ import type { Ref } from 'lit/directives/ref.js';
3
+ /**
4
+ * Configuration object for a {@link GesturesController} instance.
5
+ */
6
+ export interface GesturesOptions {
7
+ /**
8
+ * By default, the controller listens for pointer/touch events in the context of the host element.
9
+ * If you pass a `ref`, you can limit the observation to a certain DOM part of the host scope.
10
+ */
11
+ ref?: Ref<HTMLElement>;
12
+ /**
13
+ * The maximum amount of milliseconds between the start and end of a gesture combination
14
+ * before it is recognized as such.
15
+ */
16
+ thresholdTime?: number;
17
+ /**
18
+ * The minimum amount a "pointer" should travel in pixels, before being recognized as a
19
+ * gesture.
20
+ */
21
+ thresholdDistance?: number;
22
+ /**
23
+ * When enabled, the controller will skip events generated by a mouse device.
24
+ */
25
+ touchOnly?: boolean;
26
+ }
27
+ type GestureDirection = 'left' | 'up' | 'right' | 'down';
28
+ type SwipeEvents = 'swipe' | 'swipe-left' | 'swipe-up' | 'swipe-right' | 'swipe-down';
29
+ export type GestureData = {
30
+ direction: GestureDirection;
31
+ type: string;
32
+ xStart: number;
33
+ xEnd: number;
34
+ yStart: number;
35
+ yEnd: number;
36
+ };
37
+ export declare class SwipeEvent extends Event {
38
+ readonly data: GestureData;
39
+ readonly name: string;
40
+ constructor(name: string, data: GestureData, initOptions?: EventInit);
41
+ }
42
+ declare class GesturesController extends EventTarget implements ReactiveController {
43
+ private readonly _host;
44
+ private _ref?;
45
+ private _options;
46
+ private _pointerState;
47
+ protected get _element(): HTMLElement;
48
+ /** Get the current configuration object */
49
+ get options(): GesturesOptions;
50
+ constructor(host: ReactiveControllerHost & HTMLElement, options?: GesturesOptions);
51
+ /**
52
+ * Add an event listener for a given swipe event.
53
+ */
54
+ set(type: SwipeEvents, callback: (event: SwipeEvent) => void, options?: AddEventListenerOptions): this;
55
+ handleEvent(event: PointerEvent): void;
56
+ hostConnected(): Promise<void>;
57
+ hostDisconnected(): void;
58
+ /** Updates the configuration of the controller */
59
+ updateOptions(options: Omit<GesturesOptions, 'ref'>): void;
60
+ private _getGestureState;
61
+ private _setTouchActionState;
62
+ private _resetState;
63
+ private _setPointerCaptureState;
64
+ private _handlePointerDown;
65
+ private _handlePointerMove;
66
+ private _emit;
67
+ private _createEventArgs;
68
+ protected _recognize(): GestureDirection | false;
69
+ private _handleLostPointerCapture;
70
+ }
71
+ /**
72
+ * Adds a {@link GesturesController} responsible for managing gesture behaviors
73
+ * for the given host element.
74
+ */
75
+ export declare function addGesturesController(host: ReactiveControllerHost & HTMLElement, options?: GesturesOptions): GesturesController;
76
+ export {};
@@ -0,0 +1,150 @@
1
+ import type { ReactiveController, ReactiveControllerHost } from 'lit';
2
+ import type { Ref } from 'lit/directives/ref.js';
3
+ export declare const arrowLeft: "ArrowLeft";
4
+ export declare const arrowRight: "ArrowRight";
5
+ export declare const arrowUp: "ArrowUp";
6
+ export declare const arrowDown: "ArrowDown";
7
+ export declare const enterKey: "Enter";
8
+ export declare const spaceBar: " ";
9
+ export declare const escapeKey: "Escape";
10
+ export declare const homeKey: "Home";
11
+ export declare const endKey: "End";
12
+ export declare const pageUpKey: "PageUp";
13
+ export declare const pageDownKey: "PageDown";
14
+ export declare const tabKey: "Tab";
15
+ export declare const altKey: "Alt";
16
+ export declare const ctrlKey: "Ctrl";
17
+ export declare const metaKey: "Meta";
18
+ export declare const shiftKey: "Shift";
19
+ export type KeyBindingHandler = (event: KeyboardEvent) => void;
20
+ export type KeyBindingObserverCleanup = {
21
+ unsubscribe: () => void;
22
+ };
23
+ /**
24
+ * Whether the current event should be ignored by the controller.
25
+ *
26
+ * @param node - The event target
27
+ * @param event - The event object
28
+ *
29
+ * When `true` is returned, the current event is ignored.
30
+ */
31
+ export type KeyBindingSkipCallback = (node: Element, event: KeyboardEvent) => boolean;
32
+ /**
33
+ * The event type which will trigger the bound handler.
34
+ *
35
+ * @remarks
36
+ * `keydownRepeat` is similar to `keydown` with the exception
37
+ * that after the handler is invoked the pressed state of the key is reset
38
+ * in the controller.
39
+ */
40
+ export type KeyBindingTrigger = 'keydown' | 'keyup' | 'keydownRepeat';
41
+ /**
42
+ * Configuration object for the controller.
43
+ * @ignore
44
+ */
45
+ export interface KeyBindingControllerOptions {
46
+ /**
47
+ * By default, the controller listens for keypress events in the context of the host element.
48
+ * If you pass a `ref`, you can limit the observation to a certain DOM part of the host scope.
49
+ */
50
+ ref?: Ref;
51
+ /**
52
+ * Option to ignore key press events.
53
+ *
54
+ * If passed an array of CSS selectors, it will ignore key presses originating from elements in the event composed path
55
+ * that match one of the selectors.
56
+ * Otherwise you can pass a {@link KeyBindingSkipCallback} function.
57
+ *
58
+ * Defaults to `['input', 'textarea', 'select']`.
59
+ *
60
+ * @example
61
+ * ```ts
62
+ * {
63
+ * // Skip events originating from elements with `readonly` attribute
64
+ * skip: ['[readonly]']
65
+ * }
66
+ * ...
67
+ * {
68
+ * // Same as above but with a callback
69
+ * skip: (node: Element) => node.hasAttribute('readonly')
70
+ * }
71
+ * ```
72
+ */
73
+ skip?: string[] | KeyBindingSkipCallback;
74
+ /**
75
+ * A set of KeyBindingOptions configuration which is applied to every handler
76
+ * that is added to the controller.
77
+ *
78
+ * Any additional KeyBindingOptions values passed when `set` is called
79
+ * will be merged with `bindingDefaults`.
80
+ */
81
+ bindingDefaults?: KeyBindingOptions;
82
+ }
83
+ /**
84
+ * Configuration object for customizing the behavior of
85
+ * the registered handler.
86
+ */
87
+ export interface KeyBindingOptions {
88
+ /**
89
+ * The event type(s) on which the handler will be invoked.
90
+ *
91
+ * Defaults to `keydown` if not set.
92
+ */
93
+ triggers?: KeyBindingTrigger[];
94
+ /**
95
+ * Whether to call `preventDefault` on the target event before the handler is invoked.
96
+ */
97
+ preventDefault?: boolean;
98
+ /**
99
+ * Whether to call `stopPropagation` on the target event before the handler is invoked.
100
+ */
101
+ stopPropagation?: boolean;
102
+ }
103
+ export declare function parseKeys(keys: string | string[]): {
104
+ keys: string[];
105
+ modifiers: string[];
106
+ };
107
+ declare class KeyBindingController implements ReactiveController {
108
+ protected _host: ReactiveControllerHost & Element;
109
+ protected _ref?: Ref;
110
+ protected _observedElement?: Element;
111
+ protected _options?: KeyBindingControllerOptions;
112
+ private bindings;
113
+ private pressedKeys;
114
+ protected get _element(): Element | undefined;
115
+ /**
116
+ * Sets the controller to listen for keyboard events on an arbitrary `element` in the page context.
117
+ * All the configuration and event handlers are applied as well.
118
+ *
119
+ * Returns an object with an `unsubscribe` function which should be called when the observing of keyboard
120
+ * events on the `element` should cease.
121
+ */
122
+ observeElement(element: Element): KeyBindingObserverCleanup;
123
+ constructor(host: ReactiveControllerHost & Element, options?: KeyBindingControllerOptions);
124
+ /**
125
+ * Checks and executes any event modifiers that are present in the matched binding.
126
+ */
127
+ private eventModifiersMatch;
128
+ private bindingMatches;
129
+ private shouldSkip;
130
+ handleEvent(event: KeyboardEvent): void;
131
+ /**
132
+ * Registers a keybinding handler.
133
+ */
134
+ set(key: string | string[], handler: KeyBindingHandler, options?: KeyBindingOptions): this;
135
+ /**
136
+ * Register a handler function which is called when the target receives a key
137
+ * which "activates" it.
138
+ *
139
+ * In the browser context this is usually either an Enter and/or Space keypress.
140
+ */
141
+ setActivateHandler(handler: KeyBindingHandler, options?: KeyBindingOptions): this;
142
+ hostConnected(): void;
143
+ hostDisconnected(): void;
144
+ }
145
+ /**
146
+ * Creates a keybinding controller and adds to it to the passed `element`
147
+ * with the provided `options`.
148
+ */
149
+ export declare function addKeybindings(element: ReactiveControllerHost & Element, options?: KeyBindingControllerOptions): KeyBindingController;
150
+ export {};
@@ -0,0 +1,74 @@
1
+ import type { ReactiveController, ReactiveControllerHost } from 'lit';
2
+ /** @ignore */
3
+ export interface MutationControllerConfig<T> {
4
+ /** The callback function to run when a mutation occurs. */
5
+ callback: MutationControllerCallback<T>;
6
+ /** The underlying mutation observer configuration parameters. */
7
+ config: MutationObserverInit;
8
+ /**
9
+ * The element to observe.
10
+ * If left out, the observer will listen on the host component itself.
11
+ */
12
+ target?: Element;
13
+ /**
14
+ * A filter configuration.
15
+ * See {@link MutationControllerFilter|this} for additional information.
16
+ */
17
+ filter?: MutationControllerFilter<T>;
18
+ }
19
+ type MutationControllerCallback<T> = (params: MutationControllerParams<T>) => unknown;
20
+ /**
21
+ * Filter configuration to return elements that either match
22
+ * an array of selector strings or a predicate function.
23
+ */
24
+ type MutationControllerFilter<T> = string[] | ((node: T) => boolean);
25
+ type MutationDOMChange<T> = {
26
+ target: Element;
27
+ node: T;
28
+ };
29
+ type MutationChange<T> = {
30
+ /** Elements that have attribute(s) changes. */
31
+ attributes: T[];
32
+ /** Elements that have been added. */
33
+ added: MutationDOMChange<T>[];
34
+ /** Elements that have been removed. */
35
+ removed: MutationDOMChange<T>[];
36
+ };
37
+ export type MutationControllerParams<T> = {
38
+ /** The original mutation records from the underlying observer. */
39
+ records: MutationRecord[];
40
+ /** The aggregated changes. */
41
+ changes: MutationChange<T>;
42
+ /** The observer controller instance. */
43
+ observer: MutationController<T>;
44
+ };
45
+ declare class MutationController<T> implements ReactiveController {
46
+ private _host;
47
+ private _observer;
48
+ private _target;
49
+ private _config;
50
+ private _callback;
51
+ private _filter?;
52
+ constructor(host: ReactiveControllerHost & Element, options: MutationControllerConfig<T>);
53
+ hostConnected(): void;
54
+ hostDisconnected(): void;
55
+ private _process;
56
+ /**
57
+ * Begin receiving notifications of changes to the DOM based
58
+ * on the configured {@link MutationControllerConfig.target|target} and observer {@link MutationControllerConfig.config|options}.
59
+ */
60
+ observe(): void;
61
+ /** Stop watching for mutations. */
62
+ disconnect(): void;
63
+ }
64
+ /**
65
+ * Creates and attaches a mutation controller with `config` to the passed in `host`.
66
+ *
67
+ * Automatically starts/stops observing for mutation changes
68
+ * in the respective component connect/disconnect callbacks.
69
+ *
70
+ * The mutation observer is disconnected before invoking the passed in callback and re-attached
71
+ * after that in order to not loop itself in endless stream of changes.
72
+ */
73
+ export declare function createMutationController<T>(host: ReactiveControllerHost & Element, config: MutationControllerConfig<T>): MutationController<T>;
74
+ export {};
@@ -0,0 +1,26 @@
1
+ import type { ReactiveController, ReactiveControllerHost } from 'lit';
2
+ type RootClickControllerConfig = {
3
+ hideCallback?: () => void;
4
+ target?: HTMLElement;
5
+ };
6
+ interface RootClickControllerHost extends ReactiveControllerHost, HTMLElement {
7
+ open: boolean;
8
+ keepOpenOnOutsideClick?: boolean;
9
+ hide(): void;
10
+ }
11
+ export declare class RootClickController implements ReactiveController {
12
+ private readonly host;
13
+ private config?;
14
+ constructor(host: RootClickControllerHost, config?: RootClickControllerConfig | undefined);
15
+ private addEventListeners;
16
+ private removeEventListeners;
17
+ private configureListeners;
18
+ private shouldHide;
19
+ handleEvent(event: PointerEvent): void;
20
+ private hide;
21
+ update(config?: RootClickControllerConfig): void;
22
+ hostConnected(): void;
23
+ hostDisconnected(): void;
24
+ }
25
+ export declare function addRootClickHandler(host: RootClickControllerHost, config?: RootClickControllerConfig): RootClickController;
26
+ export {};
@@ -0,0 +1,27 @@
1
+ import type { ReactiveController, ReactiveControllerHost } from 'lit';
2
+ type RootScrollControllerConfig = {
3
+ hideCallback?: () => void;
4
+ resetListeners?: boolean;
5
+ };
6
+ type RootScrollControllerHost = ReactiveControllerHost & {
7
+ open: boolean;
8
+ hide(): void;
9
+ scrollStrategy?: 'scroll' | 'close' | 'block';
10
+ };
11
+ declare class RootScrollController implements ReactiveController {
12
+ private readonly host;
13
+ private config?;
14
+ private _cache;
15
+ constructor(host: RootScrollControllerHost, config?: RootScrollControllerConfig | undefined);
16
+ private configureListeners;
17
+ private hide;
18
+ private addEventListeners;
19
+ private removeEventListeners;
20
+ handleEvent(event: Event): void;
21
+ private _block;
22
+ update(config?: RootScrollControllerConfig): void;
23
+ hostConnected(): void;
24
+ hostDisconnected(): void;
25
+ }
26
+ export declare function addRootScrollHandler(host: RootScrollControllerHost, config?: RootScrollControllerConfig): RootScrollController;
27
+ export {};
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Indicates additional dependencies that should be loaded by the module of a component, even if they don't appear to be dependencies.
3
+ * @param _additionalDependencies an alternate member name to use.
4
+ */
5
+ export declare function blazorAdditionalDependencies(_additionalDependencies: string): (clazz: any) => any;
@@ -0,0 +1,5 @@
1
+ import type { AbstractConstructor, Constructor } from '../mixins/constructor.js';
2
+ /**
3
+ * Indicates a class isn't imported at the root of the API, so needs to be referred to with a deep import in the wrappers.
4
+ */
5
+ export declare function blazorDeepImport(_constructor: Constructor | AbstractConstructor): void;
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Indicates a member should be included in the Blazor API even if non-public.
3
+ * @returns a function that does nothing, given that this decorator is for static analysis only.
4
+ */
5
+ export declare function blazorInclude(): (_descriptor: any, _memberName: string) => any;