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,2 @@
1
+ import type { Themes } from '../../../theming/types.js';
2
+ export declare const all: Themes;
@@ -0,0 +1 @@
1
+ export declare const styles: import("lit").CSSResult;
@@ -0,0 +1,2 @@
1
+ import type { Themes } from '../../../theming/types.js';
2
+ export declare const all: Themes;
@@ -0,0 +1 @@
1
+ export declare const styles: import("lit").CSSResult;
@@ -0,0 +1,203 @@
1
+ import { LitElement, type TemplateResult, nothing } from 'lit';
2
+ import type { Constructor } from '../common/mixins/constructor.js';
3
+ import { type FormValue } from '../common/mixins/forms/form-value.js';
4
+ import type { RangeTextSelectMode, SelectionRangeDirection } from '../types.js';
5
+ export interface IgcTextareaComponentEventMap {
6
+ igcInput: CustomEvent<string>;
7
+ igcChange: CustomEvent<string>;
8
+ focus: FocusEvent;
9
+ blur: FocusEvent;
10
+ }
11
+ declare const IgcTextareaComponent_base: Constructor<import("../common/mixins/forms/types.js").FormRequiredInterface & import("../common/mixins/forms/types.js").FormAssociatedElementInterface> & Constructor<import("../common/mixins/event-emitter.js").EventEmitterInterface<IgcTextareaComponentEventMap>> & Constructor<LitElement>;
12
+ /**
13
+ * This element represents a multi-line plain-text editing control,
14
+ * useful when you want to allow users to enter a sizeable amount of free-form text,
15
+ * for example a comment on a review or feedback form.
16
+ *
17
+ * @element igc-textarea
18
+ *
19
+ * @slot - Text content from the default slot will be used as the value of the component.
20
+ * @slot prefix - Renders content before the input.
21
+ * @slot suffix - Renders content after input.
22
+ * @slot helper-text - Renders content below the input.
23
+ * @slot value-missing - Renders content when the required validation fails.
24
+ * @slot too-long - Renders content when the maxlength validation fails.
25
+ * @slot too-short - Renders content when the minlength validation fails.
26
+ * @slot custom-error - Renders content when setCustomValidity(message) is set.
27
+ * @slot invalid - Renders content when the component is in invalid state (validity.valid = false).
28
+ *
29
+ * @fires igcInput - Emitted when the control receives user input.
30
+ * @fires igcChange - Emitted when the a change to the control value is committed by the user.
31
+ *
32
+ * @csspart container - The main wrapper that holds all main input elements of the textarea.
33
+ * @csspart input - The native input element of the igc-textarea.
34
+ * @csspart label - The native label element of the igc-textarea.
35
+ * @csspart prefix - The prefix wrapper of the igc-textarea.
36
+ * @csspart suffix - The suffix wrapper of the igc-textarea.
37
+ * @csspart helper-text - The helper text wrapper of the igc-textarea.
38
+ */
39
+ export default class IgcTextareaComponent extends IgcTextareaComponent_base {
40
+ static readonly tagName = "igc-textarea";
41
+ static styles: import("lit").CSSResult[];
42
+ static register(): void;
43
+ protected static shadowRootOptions: {
44
+ delegatesFocus: boolean;
45
+ mode: ShadowRootMode;
46
+ serializable?: boolean;
47
+ slotAssignment?: SlotAssignmentMode;
48
+ };
49
+ private static readonly increment;
50
+ protected get __validators(): import("../common/validators.js").Validator<IgcTextareaComponent>[];
51
+ protected _formValue: FormValue<string>;
52
+ protected inputId: string;
53
+ private observer;
54
+ private projected;
55
+ protected prefixes: Array<HTMLElement>;
56
+ protected suffixes: Array<HTMLElement>;
57
+ private input;
58
+ private get resizeStyles();
59
+ protected get _isMaterial(): boolean;
60
+ /**
61
+ * Specifies what if any permission the browser has to provide for automated assistance in filling out form field values,
62
+ * as well as guidance to the browser as to the type of information expected in the field.
63
+ * Refer to [this page](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete) for additional information.
64
+ *
65
+ * @attr
66
+ */
67
+ autocomplete: string;
68
+ /**
69
+ * Controls whether and how text input is automatically capitalized as it is entered/edited by the user.
70
+ *
71
+ * [MDN documentation](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/autocapitalize).
72
+ *
73
+ * @attr
74
+ */
75
+ autocapitalize: 'off' | 'none' | 'on' | 'sentences' | 'words' | 'characters';
76
+ /**
77
+ * Hints at the type of data that might be entered by the user while editing the element or its contents.
78
+ * This allows a browser to display an appropriate virtual keyboard.
79
+ *
80
+ * [MDN documentation](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inputmode)
81
+ *
82
+ * @attr inputmode
83
+ */
84
+ inputMode: 'none' | 'text' | 'decimal' | 'numeric' | 'tel' | 'search' | 'email' | 'url';
85
+ /**
86
+ * The label for the control.
87
+ *
88
+ * @attr
89
+ */
90
+ label: string;
91
+ /**
92
+ * The maximum number of characters (UTF-16 code units) that the user can enter.
93
+ * If this value isn't specified, the user can enter an unlimited number of characters.
94
+ *
95
+ * @attr maxlength
96
+ */
97
+ maxLength: number;
98
+ /**
99
+ * The minimum number of characters (UTF-16 code units) required that the user should enter.
100
+ *
101
+ * @attr minlength
102
+ */
103
+ minLength: number;
104
+ /**
105
+ * Whether the control will have outlined appearance.
106
+ * @attr
107
+ */
108
+ outlined: boolean;
109
+ /**
110
+ * The placeholder attribute of the control.
111
+ *
112
+ * @attr
113
+ */
114
+ placeholder: string;
115
+ /**
116
+ * Makes the control a readonly field.
117
+ *
118
+ * @attr readonly
119
+ */
120
+ readOnly: boolean;
121
+ /**
122
+ * Controls whether the control can be resized.
123
+ * When `auto` is set, the control will try to expand and fit its content.
124
+ *
125
+ * @attr
126
+ */
127
+ resize: 'auto' | 'vertical' | 'none';
128
+ /**
129
+ * The number of visible text lines for the control. If it is specified, it must be a positive integer.
130
+ * If it is not specified, the default value is 2.
131
+ *
132
+ * @attr
133
+ */
134
+ rows: number;
135
+ /**
136
+ * The value of the component
137
+ *
138
+ * @attr
139
+ */
140
+ set value(value: string);
141
+ get value(): string;
142
+ /**
143
+ * Controls whether the element may be checked for spelling errors.
144
+ *
145
+ * @attr
146
+ */
147
+ spellcheck: boolean;
148
+ /**
149
+ * Indicates how the control should wrap the value for form submission.
150
+ * Refer to [this page on MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/textarea#attributes)
151
+ * for explanation of the available values.
152
+ *
153
+ * @attr
154
+ */
155
+ wrap: 'hard' | 'soft' | 'off';
156
+ /**
157
+ * Enables validation rules to be evaluated without restricting user input. This applies to the `maxLength` property
158
+ * when it is defined.
159
+ *
160
+ * @attr validate-only
161
+ */
162
+ validateOnly: boolean;
163
+ protected valueChanged(): Promise<void>;
164
+ protected setAreaHeight(): void;
165
+ constructor();
166
+ connectedCallback(): Promise<void>;
167
+ disconnectedCallback(): void;
168
+ /** Selects all text within the control. */
169
+ select(): void;
170
+ /** Sets the text selection range of the control */
171
+ setSelectionRange(start: number, end: number, direction?: SelectionRangeDirection): void;
172
+ /** Replaces the selected text in the control. */
173
+ setRangeText(replacement: string, start: number, end: number, selectMode?: RangeTextSelectMode): void;
174
+ scrollTo(options?: ScrollToOptions | undefined): void;
175
+ scrollTo(x: number, y: number): void;
176
+ protected resolvePartNames(): {
177
+ container: boolean;
178
+ prefixed: boolean;
179
+ suffixed: boolean;
180
+ filled: boolean;
181
+ };
182
+ private setAutoHeight;
183
+ protected handleInput(): void;
184
+ protected handleChange(): void;
185
+ protected handleFocus(): void;
186
+ protected handleBlur(): void;
187
+ protected valueSlotChange(): void;
188
+ protected renderValueSlot(): TemplateResult<1>;
189
+ protected renderValidationContainer(): TemplateResult;
190
+ protected renderPrefix(): TemplateResult<1>;
191
+ protected renderSuffix(): TemplateResult<1>;
192
+ protected renderLabel(): TemplateResult<1> | typeof nothing;
193
+ protected renderStandard(): TemplateResult<1>;
194
+ protected renderMaterial(): TemplateResult<1>;
195
+ protected renderInput(): TemplateResult<1>;
196
+ protected render(): TemplateResult<1>;
197
+ }
198
+ declare global {
199
+ interface HTMLElementTagNameMap {
200
+ 'igc-textarea': IgcTextareaComponent;
201
+ }
202
+ }
203
+ export {};
@@ -0,0 +1 @@
1
+ export declare const styles: import("lit").CSSResult;
@@ -0,0 +1 @@
1
+ export declare const styles: import("lit").CSSResult;
@@ -0,0 +1 @@
1
+ export declare const styles: import("lit").CSSResult;
@@ -0,0 +1 @@
1
+ export declare const styles: import("lit").CSSResult;
@@ -0,0 +1 @@
1
+ export declare const styles: import("lit").CSSResult;
@@ -0,0 +1 @@
1
+ export declare const styles: import("lit").CSSResult;
@@ -0,0 +1 @@
1
+ export declare const styles: import("lit").CSSResult;
@@ -0,0 +1 @@
1
+ export declare const styles: import("lit").CSSResult;
@@ -0,0 +1 @@
1
+ export declare const styles: import("lit").CSSResult;
@@ -0,0 +1 @@
1
+ export declare const styles: import("lit").CSSResult;
@@ -0,0 +1 @@
1
+ export declare const styles: import("lit").CSSResult;
@@ -0,0 +1 @@
1
+ export declare const styles: import("lit").CSSResult;
@@ -0,0 +1 @@
1
+ export declare const styles: import("lit").CSSResult;
@@ -0,0 +1 @@
1
+ export declare const styles: import("lit").CSSResult;
@@ -0,0 +1 @@
1
+ export declare const styles: import("lit").CSSResult;
@@ -0,0 +1,2 @@
1
+ import type { Themes } from '../../../theming/types.js';
2
+ export declare const all: Themes;
@@ -0,0 +1,3 @@
1
+ import { type Validator } from '../common/validators.js';
2
+ import type IgcTextareaComponent from './textarea.js';
3
+ export declare const textAreaValidators: Validator<IgcTextareaComponent>[];
@@ -0,0 +1,35 @@
1
+ import type IgcTileManagerComponent from './tile-manager.js';
2
+ import type IgcTileComponent from './tile.js';
3
+ declare class TilesState {
4
+ private _nextEmptyPosition;
5
+ manager: IgcTileManagerComponent;
6
+ private get _tiles();
7
+ /**
8
+ * Returns the current tiles of the tile manager sorted by their position.
9
+ */
10
+ get tiles(): IgcTileComponent[];
11
+ constructor(manager: IgcTileManagerComponent);
12
+ assignPositions(): void;
13
+ /** Updates the default (manual) slot of the tile manager with the current tiles. */
14
+ assignTiles(): void;
15
+ add(tile: IgcTileComponent): void;
16
+ remove(tile: IgcTileComponent): void;
17
+ }
18
+ type TileDragStackEntry = {
19
+ tile: IgcTileComponent;
20
+ position: number;
21
+ column?: number | null;
22
+ row?: number | null;
23
+ };
24
+ declare class TileDragStack {
25
+ private _stack;
26
+ peek(): IgcTileComponent;
27
+ pop(): TileDragStackEntry | undefined;
28
+ push(tile: IgcTileComponent): void;
29
+ restore(): void;
30
+ reset(): void;
31
+ }
32
+ export declare function createTilesState(manager: IgcTileManagerComponent): TilesState;
33
+ export declare function createTileDragStack(): TileDragStack;
34
+ export declare function swapTiles(a: IgcTileComponent, b: IgcTileComponent): void;
35
+ export {};
@@ -0,0 +1,28 @@
1
+ import type IgcTileManagerComponent from './tile-manager.js';
2
+ export interface SerializedTile {
3
+ colSpan: number;
4
+ colStart: number | null;
5
+ disableFullscreen: boolean;
6
+ disableMaximize: boolean;
7
+ disableResize: boolean;
8
+ gridColumn: string;
9
+ gridRow: string;
10
+ maximized: boolean;
11
+ position: number;
12
+ rowSpan: number;
13
+ rowStart: number | null;
14
+ tileId: string | null;
15
+ width: number | null;
16
+ height: number | null;
17
+ }
18
+ declare class TileManagerSerializer {
19
+ tileManager: IgcTileManagerComponent;
20
+ constructor(tileManager: IgcTileManagerComponent);
21
+ private _getResizeContainer;
22
+ save(): SerializedTile[];
23
+ saveAsJSON(): string;
24
+ load(tiles: SerializedTile[]): void;
25
+ loadFromJSON(data: string): void;
26
+ }
27
+ export declare function createSerializer(host: IgcTileManagerComponent): TileManagerSerializer;
28
+ export {};
@@ -13,6 +13,8 @@ class TileManagerSerializer {
13
13
  return {
14
14
  colSpan: tile.colSpan,
15
15
  colStart: tile.colStart,
16
+ disableFullscreen: tile.disableFullscreen,
17
+ disableMaximize: tile.disableMaximize,
16
18
  disableResize: tile.disableResize,
17
19
  gridColumn,
18
20
  gridRow,
@@ -1 +1 @@
1
- {"version":3,"file":"serializer.js","sourceRoot":"","sources":["../../../src/components/tile-manager/serializer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,IAAI,EAAE,MAAM,mBAAmB,CAAC;AAmBzD,MAAM,qBAAqB;IAGzB,YAAY,WAAoC;QAC9C,IAAI,CAAC,WAAW,GAAG,WAAW,CAAC;IACjC,CAAC;IAEO,mBAAmB,CAAC,IAAsB;QAEhD,OAAO,IAAI,CAAC,kBAAkB,CAAE,CAAC;IACnC,CAAC;IAEM,IAAI;QACT,OAAO,IAAI,CAAC,WAAW,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;YACzC,MAAM,EAAE,UAAU,EAAE,OAAO,EAAE,GAAG,gBAAgB,CAAC,IAAI,CAAC,CAAC;YACvD,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,GAAG,IAAI,CAAC,mBAAmB,CAAC,IAAI,CAAC,CAAC,OAAO,EAAE,CAAC;YAEnE,OAAO;gBACL,OAAO,EAAE,IAAI,CAAC,OAAO;gBACrB,QAAQ,EAAE,IAAI,CAAC,QAAQ;gBACvB,aAAa,EAAE,IAAI,CAAC,aAAa;gBACjC,UAAU;gBACV,OAAO;gBACP,SAAS,EAAE,IAAI,CAAC,SAAS;gBACzB,QAAQ,EAAE,IAAI,CAAC,QAAQ;gBACvB,OAAO,EAAE,IAAI,CAAC,OAAO;gBACrB,QAAQ,EAAE,IAAI,CAAC,QAAQ;gBACvB,MAAM,EAAE,IAAI,CAAC,MAAM;gBACnB,KAAK,EAAE,QAAQ,CAAC,KAAK,CAAC,IAAI,IAAI;gBAC9B,MAAM,EAAE,QAAQ,CAAC,MAAM,CAAC,IAAI,IAAI;aACjC,CAAC;QACJ,CAAC,CAAC,CAAC;IACL,CAAC;IAEM,UAAU;QACf,OAAO,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC,CAAC;IACrC,CAAC;IAEM,IAAI,CAAC,KAAuB;QACjC,MAAM,MAAM,GAAG,IAAI,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC,IAAI,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,CAAC;QACjE,MAAM,IAAI,GAA6B;YACrC,YAAY;YACZ,SAAS;YACT,OAAO;YACP,QAAQ;SACT,CAAC;QAEF,KAAK,MAAM,IAAI,IAAI,IAAI,CAAC,WAAW,CAAC,KAAK,EAAE,CAAC;YAC1C,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC;gBAC7B,SAAS;YACX,CAAC;YAED,MAAM,UAAU,GAAG,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,MAAM,CAAE,CAAC;YAC5C,MAAM,UAAU,GAAG,IAAI,CAAC,UAAU,EAAE,GAAG,IAAI,CAAC,CAAC;YAC7C,MAAM,MAAM,GAAG,IAAI,CAAC,UAAU,EAAE,YAAY,EAAE,SAAS,CAAC,CAAC;YACzD,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,GAAG,IAAI,CAAC,UAAU,EAAE,OAAO,EAAE,QAAQ,CAAC,CAAC;YAE9D,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,UAAU,CAAC,CAAC;YAChC,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,KAAK,EAAE,MAAM,CAAC,CAAC;YAClC,IAAI,CAAC,mBAAmB,CAAC,IAAI,CAAC,CAAC,OAAO,CAAC,KAAK,EAAE,MAAM,CAAC,CAAC;QACxD,CAAC;IACH,CAAC;IAEM,YAAY,CAAC,IAAY;QAC9B,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC;IAC9B,CAAC;CACF;AAED,MAAM,UAAU,gBAAgB,CAAC,IAA6B;IAC5D,OAAO,IAAI,qBAAqB,CAAC,IAAI,CAAC,CAAC;AACzC,CAAC","sourcesContent":["import { asNumber, omit, pick } from '../common/util.js';\nimport type IgcTileManagerComponent from './tile-manager.js';\nimport type IgcTileComponent from './tile.js';\n\nexport interface SerializedTile {\n colSpan: number;\n colStart: number | null;\n disableResize: boolean;\n gridColumn: string;\n gridRow: string;\n maximized: boolean;\n position: number;\n rowSpan: number;\n rowStart: number | null;\n tileId: string | null;\n width: number | null;\n height: number | null;\n}\n\nclass TileManagerSerializer {\n public tileManager: IgcTileManagerComponent;\n\n constructor(tileManager: IgcTileManagerComponent) {\n this.tileManager = tileManager;\n }\n\n private _getResizeContainer(tile: IgcTileComponent) {\n // biome-ignore lint/complexity/useLiteralKeys: Until we migrate to a symbol\n return tile['_resizeContainer']!;\n }\n\n public save(): SerializedTile[] {\n return this.tileManager.tiles.map((tile) => {\n const { gridColumn, gridRow } = getComputedStyle(tile);\n const { width, height } = this._getResizeContainer(tile).getSize();\n\n return {\n colSpan: tile.colSpan,\n colStart: tile.colStart,\n disableResize: tile.disableResize,\n gridColumn,\n gridRow,\n maximized: tile.maximized,\n position: tile.position,\n rowSpan: tile.rowSpan,\n rowStart: tile.rowStart,\n tileId: tile.tileId,\n width: asNumber(width) || null,\n height: asNumber(height) || null,\n };\n });\n }\n\n public saveAsJSON(): string {\n return JSON.stringify(this.save());\n }\n\n public load(tiles: SerializedTile[]): void {\n const mapped = new Map(tiles.map((tile) => [tile.tileId, tile]));\n const keys: (keyof SerializedTile)[] = [\n 'gridColumn',\n 'gridRow',\n 'width',\n 'height',\n ];\n\n for (const tile of this.tileManager.tiles) {\n if (!mapped.has(tile.tileId)) {\n continue;\n }\n\n const serialized = mapped.get(tile.tileId)!;\n const properties = omit(serialized, ...keys);\n const styles = pick(serialized, 'gridColumn', 'gridRow');\n const { width, height } = pick(serialized, 'width', 'height');\n\n Object.assign(tile, properties);\n Object.assign(tile.style, styles);\n this._getResizeContainer(tile).setSize(width, height);\n }\n }\n\n public loadFromJSON(data: string): void {\n this.load(JSON.parse(data));\n }\n}\n\nexport function createSerializer(host: IgcTileManagerComponent) {\n return new TileManagerSerializer(host);\n}\n"]}
1
+ {"version":3,"file":"serializer.js","sourceRoot":"","sources":["../../../src/components/tile-manager/serializer.ts"],"names":[],"mappings":"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","sourcesContent":["import { asNumber, omit, pick } from '../common/util.js';\nimport type IgcTileManagerComponent from './tile-manager.js';\nimport type IgcTileComponent from './tile.js';\n\nexport interface SerializedTile {\n colSpan: number;\n colStart: number | null;\n disableFullscreen: boolean;\n disableMaximize: boolean;\n disableResize: boolean;\n gridColumn: string;\n gridRow: string;\n maximized: boolean;\n position: number;\n rowSpan: number;\n rowStart: number | null;\n tileId: string | null;\n width: number | null;\n height: number | null;\n}\n\nclass TileManagerSerializer {\n public tileManager: IgcTileManagerComponent;\n\n constructor(tileManager: IgcTileManagerComponent) {\n this.tileManager = tileManager;\n }\n\n private _getResizeContainer(tile: IgcTileComponent) {\n // biome-ignore lint/complexity/useLiteralKeys: Until we migrate to a symbol\n return tile['_resizeContainer']!;\n }\n\n public save(): SerializedTile[] {\n return this.tileManager.tiles.map((tile) => {\n const { gridColumn, gridRow } = getComputedStyle(tile);\n const { width, height } = this._getResizeContainer(tile).getSize();\n\n return {\n colSpan: tile.colSpan,\n colStart: tile.colStart,\n disableFullscreen: tile.disableFullscreen,\n disableMaximize: tile.disableMaximize,\n disableResize: tile.disableResize,\n gridColumn,\n gridRow,\n maximized: tile.maximized,\n position: tile.position,\n rowSpan: tile.rowSpan,\n rowStart: tile.rowStart,\n tileId: tile.tileId,\n width: asNumber(width) || null,\n height: asNumber(height) || null,\n };\n });\n }\n\n public saveAsJSON(): string {\n return JSON.stringify(this.save());\n }\n\n public load(tiles: SerializedTile[]): void {\n const mapped = new Map(tiles.map((tile) => [tile.tileId, tile]));\n const keys: (keyof SerializedTile)[] = [\n 'gridColumn',\n 'gridRow',\n 'width',\n 'height',\n ];\n\n for (const tile of this.tileManager.tiles) {\n if (!mapped.has(tile.tileId)) {\n continue;\n }\n\n const serialized = mapped.get(tile.tileId)!;\n const properties = omit(serialized, ...keys);\n const styles = pick(serialized, 'gridColumn', 'gridRow');\n const { width, height } = pick(serialized, 'width', 'height');\n\n Object.assign(tile, properties);\n Object.assign(tile.style, styles);\n this._getResizeContainer(tile).setSize(width, height);\n }\n }\n\n public loadFromJSON(data: string): void {\n this.load(JSON.parse(data));\n }\n}\n\nexport function createSerializer(host: IgcTileManagerComponent) {\n return new TileManagerSerializer(host);\n}\n"]}
@@ -0,0 +1,2 @@
1
+ import type { Themes } from '../../../theming/types.js';
2
+ export declare const all: Themes;
@@ -0,0 +1 @@
1
+ export declare const styles: import("lit").CSSResult;
@@ -0,0 +1 @@
1
+ export declare const styles: import("lit").CSSResult;
@@ -0,0 +1 @@
1
+ export declare const styles: import("lit").CSSResult;
@@ -0,0 +1 @@
1
+ export declare const styles: import("lit").CSSResult;
@@ -0,0 +1 @@
1
+ export declare const styles: import("lit").CSSResult;
@@ -0,0 +1 @@
1
+ export declare const styles: import("lit").CSSResult;
@@ -0,0 +1 @@
1
+ export declare const styles: import("lit").CSSResult;
@@ -0,0 +1 @@
1
+ export declare const styles: import("lit").CSSResult;
@@ -0,0 +1 @@
1
+ export declare const styles: import("lit").CSSResult;
@@ -0,0 +1 @@
1
+ export declare const styles: import("lit").CSSResult;
@@ -0,0 +1 @@
1
+ export declare const styles: import("lit").CSSResult;
@@ -0,0 +1 @@
1
+ export declare const styles: import("lit").CSSResult;
@@ -0,0 +1 @@
1
+ export declare const styles: import("lit").CSSResult;
@@ -0,0 +1 @@
1
+ export declare const styles: import("lit").CSSResult;
@@ -0,0 +1 @@
1
+ export declare const styles: import("lit").CSSResult;
@@ -0,0 +1 @@
1
+ export declare const styles: import("lit").CSSResult;
@@ -0,0 +1 @@
1
+ export declare const styles: import("lit").CSSResult;
@@ -0,0 +1,2 @@
1
+ import type { Themes } from '../../../theming/types.js';
2
+ export declare const all: Themes;
@@ -0,0 +1,99 @@
1
+ import { LitElement } from 'lit';
2
+ import type { Constructor } from '../common/mixins/constructor.js';
3
+ import type { TileManagerDragMode, TileManagerResizeMode } from '../types.js';
4
+ import IgcTileComponent from './tile.js';
5
+ export interface IgcTileManagerComponentEventMap {
6
+ igcTileDragStarted: CustomEvent<IgcTileComponent>;
7
+ igcTileDragEnded: CustomEvent<IgcTileComponent>;
8
+ }
9
+ declare const IgcTileManagerComponent_base: Constructor<import("../common/mixins/event-emitter.js").EventEmitterInterface<IgcTileManagerComponentEventMap>> & Constructor<LitElement>;
10
+ /**
11
+ * The tile manager component enables the dynamic arrangement, resizing, and interaction of tiles.
12
+ *
13
+ * @element igc-tile-manager
14
+ *
15
+ * @fires igcTileDragStarted - Fired when an owning tile begins a drag operation.
16
+ * @fires igcTileDragEnded - Fired when an owning tile completes a drag operation, either by dropping onto a new position or canceling the drag.
17
+ */
18
+ export default class IgcTileManagerComponent extends IgcTileManagerComponent_base {
19
+ static readonly tagName = "igc-tile-manager";
20
+ static styles: import("lit").CSSResult[];
21
+ protected static shadowRootOptions: ShadowRootInit;
22
+ static register(): void;
23
+ private _internalStyles;
24
+ private _dragMode;
25
+ private _resizeMode;
26
+ private _columnCount;
27
+ private _gap?;
28
+ private _minColWidth?;
29
+ private _minRowHeight?;
30
+ private _serializer;
31
+ private _tilesState;
32
+ private _grid;
33
+ private _context;
34
+ private _createContext;
35
+ private _setManagerContext;
36
+ /**
37
+ * Whether resize operations are enabled.
38
+ *
39
+ * @attr resize-mode
40
+ * @default none
41
+ */
42
+ set resizeMode(value: TileManagerResizeMode);
43
+ get resizeMode(): TileManagerResizeMode;
44
+ /**
45
+ * Whether drag and drop operations are enabled.
46
+ *
47
+ * @attr drag-mode
48
+ * @default none
49
+ */
50
+ set dragMode(value: TileManagerDragMode);
51
+ get dragMode(): TileManagerDragMode;
52
+ /**
53
+ * Sets the number of columns for the tile manager.
54
+ * Setting value <= than zero will trigger a responsive layout.
55
+ *
56
+ * @attr column-count
57
+ * @default 0
58
+ */
59
+ set columnCount(value: number);
60
+ get columnCount(): number;
61
+ /**
62
+ * Sets the minimum width for a column unit in the tile manager.
63
+ * @attr min-column-width
64
+ */
65
+ set minColumnWidth(value: string | undefined);
66
+ get minColumnWidth(): string | undefined;
67
+ /**
68
+ * Sets the minimum height for a row unit in the tile manager.
69
+ * @attr min-row-height
70
+ */
71
+ set minRowHeight(value: string | undefined);
72
+ get minRowHeight(): string | undefined;
73
+ /**
74
+ * Sets the gap size of the the tile manager.
75
+ *
76
+ * @attr gap
77
+ */
78
+ set gap(value: string | undefined);
79
+ get gap(): string | undefined;
80
+ /**
81
+ * Gets the tiles sorted by their position in the layout.
82
+ * @property
83
+ */
84
+ get tiles(): IgcTileComponent[];
85
+ constructor();
86
+ protected firstUpdated(): void;
87
+ private _observerCallback;
88
+ private _handleTileDragStart;
89
+ private _handleTileDragEnd;
90
+ saveLayout(): string;
91
+ loadLayout(data: string): void;
92
+ protected render(): import("lit-html").TemplateResult<1>;
93
+ }
94
+ declare global {
95
+ interface HTMLElementTagNameMap {
96
+ 'igc-tile-manager': IgcTileManagerComponent;
97
+ }
98
+ }
99
+ export {};
@@ -0,0 +1,68 @@
1
+ import type { ResizeState } from '../resize-container/types.js';
2
+ import type IgcTileComponent from './tile.js';
3
+ type TilePosition = {
4
+ start: number;
5
+ span: number;
6
+ };
7
+ type TileGridPosition = {
8
+ column: TilePosition;
9
+ row: TilePosition;
10
+ };
11
+ type TileResizeDimensions = {
12
+ width: number | null;
13
+ height: number | null;
14
+ };
15
+ export declare const DraggedTileAttribute = "data-drag-ghost-tile";
16
+ type TileGridDimension = {
17
+ count: number;
18
+ entries: number[];
19
+ minSize: number;
20
+ };
21
+ declare class TileResizeState {
22
+ private _initialPosition;
23
+ protected _gap: number;
24
+ protected _prevDeltaX: number;
25
+ protected _prevDeltaY: number;
26
+ protected _prevSnappedWidth: number;
27
+ protected _prevSnappedHeight: number;
28
+ protected _position: TileGridPosition;
29
+ protected _columns: TileGridDimension;
30
+ protected _rows: TileGridDimension;
31
+ resizedDimensions: TileResizeDimensions;
32
+ get emptyResizeDimensions(): TileResizeDimensions;
33
+ get gap(): number;
34
+ get position(): TileGridPosition;
35
+ get columns(): TileGridDimension;
36
+ get rows(): TileGridDimension;
37
+ calculateSnappedWidth(state: ResizeState): number;
38
+ calculateSnappedHeight(state: ResizeState): number;
39
+ updateState(tileRect: DOMRect, tile: IgcTileComponent, grid: HTMLElement): void;
40
+ /**
41
+ * Calculates and returns the CSS column and row properties of a tile after resizing,
42
+ * based on its new dimensions and starting position.
43
+ */
44
+ getResizedPosition(rect: DOMRect): {
45
+ column: string;
46
+ row: string;
47
+ };
48
+ calculateResizedSize(grid: HTMLElement): {
49
+ width: number;
50
+ height: number;
51
+ };
52
+ /**
53
+ * Checks and adjusts tile spans based on the column count of the tile manager.
54
+ */
55
+ adjustTileGridPosition(tiles: IgcTileComponent[]): void;
56
+ private calculateSnappedDimension;
57
+ private calculateResizedSpan;
58
+ private initState;
59
+ private calculateTileStartPosition;
60
+ private calculatePosition;
61
+ private calculateAdditionalSpan;
62
+ private calculateSizeFromEntries;
63
+ private getGridOffset;
64
+ }
65
+ export declare function createTileResizeState(): TileResizeState;
66
+ export declare function createTileDragGhost(tile: IgcTileComponent): IgcTileComponent;
67
+ export declare function createTileGhost(): HTMLElement;
68
+ export {};
@@ -56,6 +56,13 @@ class TileResizeState {
56
56
  entries: [],
57
57
  minSize: 0,
58
58
  };
59
+ this.resizedDimensions = {
60
+ width: null,
61
+ height: null,
62
+ };
63
+ }
64
+ get emptyResizeDimensions() {
65
+ return { width: null, height: null };
59
66
  }
60
67
  get gap() {
61
68
  return this._gap;