@elaraai/east-ui 0.0.1-beta.6 → 0.0.1-beta.7

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 (414) hide show
  1. package/README.md +2 -2
  2. package/dist/src/buttons/button/index.d.ts +7 -5
  3. package/dist/src/buttons/button/index.d.ts.map +1 -1
  4. package/dist/src/buttons/button/index.js +9 -13
  5. package/dist/src/buttons/button/index.js.map +1 -1
  6. package/dist/src/buttons/button/types.d.ts +7 -1
  7. package/dist/src/buttons/button/types.d.ts.map +1 -1
  8. package/dist/src/buttons/button/types.js +3 -1
  9. package/dist/src/buttons/button/types.js.map +1 -1
  10. package/dist/src/buttons/icon-button/index.d.ts +13 -32
  11. package/dist/src/buttons/icon-button/index.d.ts.map +1 -1
  12. package/dist/src/buttons/icon-button/index.js +13 -33
  13. package/dist/src/buttons/icon-button/index.js.map +1 -1
  14. package/dist/src/buttons/icon-button/types.d.ts +45 -38
  15. package/dist/src/buttons/icon-button/types.d.ts.map +1 -1
  16. package/dist/src/buttons/icon-button/types.js +5 -2
  17. package/dist/src/buttons/icon-button/types.js.map +1 -1
  18. package/dist/src/charts/area/index.d.ts +16 -31
  19. package/dist/src/charts/area/index.d.ts.map +1 -1
  20. package/dist/src/charts/area/index.js +16 -31
  21. package/dist/src/charts/area/index.js.map +1 -1
  22. package/dist/src/charts/area/types.d.ts +22 -1
  23. package/dist/src/charts/area/types.d.ts.map +1 -1
  24. package/dist/src/charts/bar/index.d.ts +12 -39
  25. package/dist/src/charts/bar/index.d.ts.map +1 -1
  26. package/dist/src/charts/bar/index.js +12 -39
  27. package/dist/src/charts/bar/index.js.map +1 -1
  28. package/dist/src/charts/bar/types.d.ts +23 -1
  29. package/dist/src/charts/bar/types.d.ts.map +1 -1
  30. package/dist/src/charts/bar-list/index.d.ts +11 -14
  31. package/dist/src/charts/bar-list/index.d.ts.map +1 -1
  32. package/dist/src/charts/bar-list/index.js +11 -14
  33. package/dist/src/charts/bar-list/index.js.map +1 -1
  34. package/dist/src/charts/bar-list/types.d.ts +9 -0
  35. package/dist/src/charts/bar-list/types.d.ts.map +1 -1
  36. package/dist/src/charts/bar-segment/index.d.ts +10 -13
  37. package/dist/src/charts/bar-segment/index.d.ts.map +1 -1
  38. package/dist/src/charts/bar-segment/index.js +10 -13
  39. package/dist/src/charts/bar-segment/index.js.map +1 -1
  40. package/dist/src/charts/bar-segment/types.d.ts +7 -0
  41. package/dist/src/charts/bar-segment/types.d.ts.map +1 -1
  42. package/dist/src/charts/line/index.d.ts +18 -17
  43. package/dist/src/charts/line/index.d.ts.map +1 -1
  44. package/dist/src/charts/line/index.js +18 -17
  45. package/dist/src/charts/line/index.js.map +1 -1
  46. package/dist/src/charts/line/types.d.ts +18 -1
  47. package/dist/src/charts/line/types.d.ts.map +1 -1
  48. package/dist/src/charts/pie/index.d.ts +11 -18
  49. package/dist/src/charts/pie/index.d.ts.map +1 -1
  50. package/dist/src/charts/pie/index.js +11 -18
  51. package/dist/src/charts/pie/index.js.map +1 -1
  52. package/dist/src/charts/pie/types.d.ts +10 -0
  53. package/dist/src/charts/pie/types.d.ts.map +1 -1
  54. package/dist/src/charts/radar/index.d.ts +15 -16
  55. package/dist/src/charts/radar/index.d.ts.map +1 -1
  56. package/dist/src/charts/radar/index.js +15 -16
  57. package/dist/src/charts/radar/index.js.map +1 -1
  58. package/dist/src/charts/radar/types.d.ts +15 -1
  59. package/dist/src/charts/radar/types.d.ts.map +1 -1
  60. package/dist/src/charts/scatter/index.d.ts +12 -13
  61. package/dist/src/charts/scatter/index.d.ts.map +1 -1
  62. package/dist/src/charts/scatter/index.js +12 -13
  63. package/dist/src/charts/scatter/index.js.map +1 -1
  64. package/dist/src/charts/scatter/types.d.ts +14 -1
  65. package/dist/src/charts/scatter/types.d.ts.map +1 -1
  66. package/dist/src/collections/data-list/index.d.ts +19 -40
  67. package/dist/src/collections/data-list/index.d.ts.map +1 -1
  68. package/dist/src/collections/data-list/index.js +19 -40
  69. package/dist/src/collections/data-list/index.js.map +1 -1
  70. package/dist/src/collections/data-list/types.d.ts +10 -6
  71. package/dist/src/collections/data-list/types.d.ts.map +1 -1
  72. package/dist/src/collections/data-list/types.js +10 -6
  73. package/dist/src/collections/data-list/types.js.map +1 -1
  74. package/dist/src/collections/gantt/index.d.ts +4668 -968
  75. package/dist/src/collections/gantt/index.d.ts.map +1 -1
  76. package/dist/src/collections/gantt/index.js +133 -81
  77. package/dist/src/collections/gantt/index.js.map +1 -1
  78. package/dist/src/collections/gantt/types.d.ts +336 -56
  79. package/dist/src/collections/gantt/types.d.ts.map +1 -1
  80. package/dist/src/collections/gantt/types.js +142 -2
  81. package/dist/src/collections/gantt/types.js.map +1 -1
  82. package/dist/src/collections/table/index.d.ts +11350 -8517
  83. package/dist/src/collections/table/index.d.ts.map +1 -1
  84. package/dist/src/collections/table/index.js +64 -53
  85. package/dist/src/collections/table/index.js.map +1 -1
  86. package/dist/src/collections/table/types.d.ts +155 -17
  87. package/dist/src/collections/table/types.d.ts.map +1 -1
  88. package/dist/src/collections/table/types.js +78 -14
  89. package/dist/src/collections/table/types.js.map +1 -1
  90. package/dist/src/collections/tree-view/index.d.ts +42 -70
  91. package/dist/src/collections/tree-view/index.d.ts.map +1 -1
  92. package/dist/src/collections/tree-view/index.js +40 -71
  93. package/dist/src/collections/tree-view/index.js.map +1 -1
  94. package/dist/src/collections/tree-view/types.d.ts +24 -1
  95. package/dist/src/collections/tree-view/types.d.ts.map +1 -1
  96. package/dist/src/collections/tree-view/types.js +7 -1
  97. package/dist/src/collections/tree-view/types.js.map +1 -1
  98. package/dist/src/component.d.ts +688 -21
  99. package/dist/src/component.d.ts.map +1 -1
  100. package/dist/src/component.js +15 -23
  101. package/dist/src/component.js.map +1 -1
  102. package/dist/src/container/card/index.d.ts +1387 -64
  103. package/dist/src/container/card/index.d.ts.map +1 -1
  104. package/dist/src/container/card/index.js +11 -20
  105. package/dist/src/container/card/index.js.map +1 -1
  106. package/dist/src/container/card/types.d.ts +3 -4
  107. package/dist/src/container/card/types.d.ts.map +1 -1
  108. package/dist/src/container/card/types.js +3 -4
  109. package/dist/src/container/card/types.js.map +1 -1
  110. package/dist/src/disclosure/accordion/index.d.ts +2923 -277
  111. package/dist/src/disclosure/accordion/index.d.ts.map +1 -1
  112. package/dist/src/disclosure/accordion/index.js +35 -65
  113. package/dist/src/disclosure/accordion/index.js.map +1 -1
  114. package/dist/src/disclosure/accordion/types.d.ts +6 -1
  115. package/dist/src/disclosure/accordion/types.d.ts.map +1 -1
  116. package/dist/src/disclosure/accordion/types.js +3 -1
  117. package/dist/src/disclosure/accordion/types.js.map +1 -1
  118. package/dist/src/disclosure/carousel/index.d.ts +1391 -89
  119. package/dist/src/disclosure/carousel/index.d.ts.map +1 -1
  120. package/dist/src/disclosure/carousel/index.js +15 -46
  121. package/dist/src/disclosure/carousel/index.js.map +1 -1
  122. package/dist/src/disclosure/carousel/types.d.ts +9 -3
  123. package/dist/src/disclosure/carousel/types.d.ts.map +1 -1
  124. package/dist/src/disclosure/carousel/types.js +4 -1
  125. package/dist/src/disclosure/carousel/types.js.map +1 -1
  126. package/dist/src/disclosure/tabs/index.d.ts +2911 -283
  127. package/dist/src/disclosure/tabs/index.d.ts.map +1 -1
  128. package/dist/src/disclosure/tabs/index.js +18 -56
  129. package/dist/src/disclosure/tabs/index.js.map +1 -1
  130. package/dist/src/disclosure/tabs/types.d.ts +6 -1
  131. package/dist/src/disclosure/tabs/types.d.ts.map +1 -1
  132. package/dist/src/disclosure/tabs/types.js +3 -1
  133. package/dist/src/disclosure/tabs/types.js.map +1 -1
  134. package/dist/src/display/avatar/index.d.ts +8 -33
  135. package/dist/src/display/avatar/index.d.ts.map +1 -1
  136. package/dist/src/display/avatar/index.js +8 -33
  137. package/dist/src/display/avatar/index.js.map +1 -1
  138. package/dist/src/display/badge/index.d.ts +7 -22
  139. package/dist/src/display/badge/index.d.ts.map +1 -1
  140. package/dist/src/display/badge/index.js +7 -22
  141. package/dist/src/display/badge/index.js.map +1 -1
  142. package/dist/src/display/icon/index.d.ts +4 -36
  143. package/dist/src/display/icon/index.d.ts.map +1 -1
  144. package/dist/src/display/icon/index.js +4 -36
  145. package/dist/src/display/icon/index.js.map +1 -1
  146. package/dist/src/display/icon/types.d.ts +1 -0
  147. package/dist/src/display/icon/types.d.ts.map +1 -1
  148. package/dist/src/display/icon/types.js +1 -0
  149. package/dist/src/display/icon/types.js.map +1 -1
  150. package/dist/src/display/stat/index.d.ts +18 -40
  151. package/dist/src/display/stat/index.d.ts.map +1 -1
  152. package/dist/src/display/stat/index.js +18 -40
  153. package/dist/src/display/stat/index.js.map +1 -1
  154. package/dist/src/display/stat/types.d.ts +10 -6
  155. package/dist/src/display/stat/types.d.ts.map +1 -1
  156. package/dist/src/display/stat/types.js +10 -6
  157. package/dist/src/display/stat/types.js.map +1 -1
  158. package/dist/src/display/tag/index.d.ts +10 -30
  159. package/dist/src/display/tag/index.d.ts.map +1 -1
  160. package/dist/src/display/tag/index.js +13 -38
  161. package/dist/src/display/tag/index.js.map +1 -1
  162. package/dist/src/display/tag/types.d.ts +6 -1
  163. package/dist/src/display/tag/types.d.ts.map +1 -1
  164. package/dist/src/display/tag/types.js +3 -1
  165. package/dist/src/display/tag/types.js.map +1 -1
  166. package/dist/src/feedback/alert/index.d.ts +7 -39
  167. package/dist/src/feedback/alert/index.d.ts.map +1 -1
  168. package/dist/src/feedback/alert/index.js +7 -39
  169. package/dist/src/feedback/alert/index.js.map +1 -1
  170. package/dist/src/feedback/alert/types.d.ts +24 -13
  171. package/dist/src/feedback/alert/types.d.ts.map +1 -1
  172. package/dist/src/feedback/alert/types.js +24 -13
  173. package/dist/src/feedback/alert/types.js.map +1 -1
  174. package/dist/src/feedback/progress/index.d.ts +8 -42
  175. package/dist/src/feedback/progress/index.d.ts.map +1 -1
  176. package/dist/src/feedback/progress/index.js +8 -42
  177. package/dist/src/feedback/progress/index.js.map +1 -1
  178. package/dist/src/feedback/progress/types.d.ts +10 -5
  179. package/dist/src/feedback/progress/types.d.ts.map +1 -1
  180. package/dist/src/feedback/progress/types.js +10 -5
  181. package/dist/src/feedback/progress/types.js.map +1 -1
  182. package/dist/src/forms/checkbox/index.d.ts +13 -23
  183. package/dist/src/forms/checkbox/index.d.ts.map +1 -1
  184. package/dist/src/forms/checkbox/index.js +21 -39
  185. package/dist/src/forms/checkbox/index.js.map +1 -1
  186. package/dist/src/forms/checkbox/types.d.ts +20 -15
  187. package/dist/src/forms/checkbox/types.d.ts.map +1 -1
  188. package/dist/src/forms/checkbox/types.js +3 -1
  189. package/dist/src/forms/checkbox/types.js.map +1 -1
  190. package/dist/src/forms/field/index.d.ts +688 -7140
  191. package/dist/src/forms/field/index.d.ts.map +1 -1
  192. package/dist/src/forms/field/index.js +531 -90
  193. package/dist/src/forms/field/index.js.map +1 -1
  194. package/dist/src/forms/field/types.d.ts +730 -4
  195. package/dist/src/forms/field/types.d.ts.map +1 -1
  196. package/dist/src/forms/field/types.js +83 -1
  197. package/dist/src/forms/field/types.js.map +1 -1
  198. package/dist/src/forms/file-upload/index.d.ts +22 -52
  199. package/dist/src/forms/file-upload/index.d.ts.map +1 -1
  200. package/dist/src/forms/file-upload/index.js +15 -54
  201. package/dist/src/forms/file-upload/index.js.map +1 -1
  202. package/dist/src/forms/file-upload/types.d.ts +52 -1
  203. package/dist/src/forms/file-upload/types.d.ts.map +1 -1
  204. package/dist/src/forms/file-upload/types.js +32 -1
  205. package/dist/src/forms/file-upload/types.js.map +1 -1
  206. package/dist/src/forms/index.d.ts +1 -2
  207. package/dist/src/forms/index.d.ts.map +1 -1
  208. package/dist/src/forms/index.js +1 -2
  209. package/dist/src/forms/index.js.map +1 -1
  210. package/dist/src/forms/input/index.d.ts +70 -8
  211. package/dist/src/forms/input/index.d.ts.map +1 -1
  212. package/dist/src/forms/input/index.js +94 -93
  213. package/dist/src/forms/input/index.js.map +1 -1
  214. package/dist/src/forms/input/types.d.ts +203 -99
  215. package/dist/src/forms/input/types.d.ts.map +1 -1
  216. package/dist/src/forms/input/types.js +49 -26
  217. package/dist/src/forms/input/types.js.map +1 -1
  218. package/dist/src/forms/select/index.d.ts +22 -15
  219. package/dist/src/forms/select/index.d.ts.map +1 -1
  220. package/dist/src/forms/select/index.js +33 -34
  221. package/dist/src/forms/select/index.js.map +1 -1
  222. package/dist/src/forms/select/types.d.ts +44 -5
  223. package/dist/src/forms/select/types.d.ts.map +1 -1
  224. package/dist/src/forms/select/types.js +7 -1
  225. package/dist/src/forms/select/types.js.map +1 -1
  226. package/dist/src/forms/slider/index.d.ts +15 -31
  227. package/dist/src/forms/slider/index.d.ts.map +1 -1
  228. package/dist/src/forms/slider/index.js +26 -50
  229. package/dist/src/forms/slider/index.js.map +1 -1
  230. package/dist/src/forms/slider/types.d.ts +19 -7
  231. package/dist/src/forms/slider/types.d.ts.map +1 -1
  232. package/dist/src/forms/slider/types.js +13 -7
  233. package/dist/src/forms/slider/types.js.map +1 -1
  234. package/dist/src/forms/switch/index.d.ts +26 -23
  235. package/dist/src/forms/switch/index.d.ts.map +1 -1
  236. package/dist/src/forms/switch/index.js +33 -38
  237. package/dist/src/forms/switch/index.js.map +1 -1
  238. package/dist/src/forms/switch/types.d.ts +20 -15
  239. package/dist/src/forms/switch/types.d.ts.map +1 -1
  240. package/dist/src/forms/switch/types.js +3 -1
  241. package/dist/src/forms/switch/types.js.map +1 -1
  242. package/dist/src/forms/tags-input/index.d.ts +20 -50
  243. package/dist/src/forms/tags-input/index.d.ts.map +1 -1
  244. package/dist/src/forms/tags-input/index.js +24 -52
  245. package/dist/src/forms/tags-input/index.js.map +1 -1
  246. package/dist/src/forms/tags-input/types.d.ts +19 -1
  247. package/dist/src/forms/tags-input/types.d.ts.map +1 -1
  248. package/dist/src/forms/tags-input/types.js +10 -1
  249. package/dist/src/forms/tags-input/types.js.map +1 -1
  250. package/dist/src/forms/textarea/index.d.ts +20 -47
  251. package/dist/src/forms/textarea/index.d.ts.map +1 -1
  252. package/dist/src/forms/textarea/index.js +24 -49
  253. package/dist/src/forms/textarea/index.js.map +1 -1
  254. package/dist/src/forms/textarea/types.d.ts +25 -4
  255. package/dist/src/forms/textarea/types.d.ts.map +1 -1
  256. package/dist/src/forms/textarea/types.js +13 -4
  257. package/dist/src/forms/textarea/types.js.map +1 -1
  258. package/dist/src/index.d.ts +7 -3
  259. package/dist/src/index.d.ts.map +1 -1
  260. package/dist/src/index.js +9 -4
  261. package/dist/src/index.js.map +1 -1
  262. package/dist/src/internal.d.ts +0 -1
  263. package/dist/src/internal.d.ts.map +1 -1
  264. package/dist/src/internal.js +0 -1
  265. package/dist/src/internal.js.map +1 -1
  266. package/dist/src/layout/box/index.d.ts +1463 -71
  267. package/dist/src/layout/box/index.d.ts.map +1 -1
  268. package/dist/src/layout/box/index.js +48 -32
  269. package/dist/src/layout/box/index.js.map +1 -1
  270. package/dist/src/layout/box/types.d.ts +52 -2
  271. package/dist/src/layout/box/types.d.ts.map +1 -1
  272. package/dist/src/layout/box/types.js +15 -1
  273. package/dist/src/layout/box/types.js.map +1 -1
  274. package/dist/src/layout/flex/index.d.ts +8915 -0
  275. package/dist/src/layout/flex/index.d.ts.map +1 -0
  276. package/dist/src/layout/flex/index.js +291 -0
  277. package/dist/src/layout/flex/index.js.map +1 -0
  278. package/dist/src/layout/flex/types.d.ts +176 -0
  279. package/dist/src/layout/flex/types.d.ts.map +1 -0
  280. package/dist/src/layout/flex/types.js +56 -0
  281. package/dist/src/layout/flex/types.js.map +1 -0
  282. package/dist/src/layout/grid/index.d.ts +2907 -268
  283. package/dist/src/layout/grid/index.d.ts.map +1 -1
  284. package/dist/src/layout/grid/index.js +12 -37
  285. package/dist/src/layout/grid/index.js.map +1 -1
  286. package/dist/src/layout/grid/types.d.ts +11 -3
  287. package/dist/src/layout/grid/types.d.ts.map +1 -1
  288. package/dist/src/layout/grid/types.js +11 -3
  289. package/dist/src/layout/grid/types.js.map +1 -1
  290. package/dist/src/layout/index.d.ts +1 -0
  291. package/dist/src/layout/index.d.ts.map +1 -1
  292. package/dist/src/layout/index.js +1 -0
  293. package/dist/src/layout/index.js.map +1 -1
  294. package/dist/src/layout/separator/index.d.ts +7 -19
  295. package/dist/src/layout/separator/index.d.ts.map +1 -1
  296. package/dist/src/layout/separator/index.js +7 -19
  297. package/dist/src/layout/separator/index.js.map +1 -1
  298. package/dist/src/layout/splitter/index.d.ts +2948 -298
  299. package/dist/src/layout/splitter/index.d.ts.map +1 -1
  300. package/dist/src/layout/splitter/index.js +41 -74
  301. package/dist/src/layout/splitter/index.js.map +1 -1
  302. package/dist/src/layout/splitter/types.d.ts +31 -3
  303. package/dist/src/layout/splitter/types.d.ts.map +1 -1
  304. package/dist/src/layout/splitter/types.js +15 -1
  305. package/dist/src/layout/splitter/types.js.map +1 -1
  306. package/dist/src/layout/stack/index.d.ts +1469 -61
  307. package/dist/src/layout/stack/index.d.ts.map +1 -1
  308. package/dist/src/layout/stack/index.js +54 -22
  309. package/dist/src/layout/stack/index.js.map +1 -1
  310. package/dist/src/layout/stack/types.d.ts +52 -2
  311. package/dist/src/layout/stack/types.d.ts.map +1 -1
  312. package/dist/src/layout/stack/types.js +15 -1
  313. package/dist/src/layout/stack/types.js.map +1 -1
  314. package/dist/src/overlays/action-bar/index.d.ts +24 -43
  315. package/dist/src/overlays/action-bar/index.d.ts.map +1 -1
  316. package/dist/src/overlays/action-bar/index.js +19 -41
  317. package/dist/src/overlays/action-bar/index.js.map +1 -1
  318. package/dist/src/overlays/action-bar/types.d.ts +23 -2
  319. package/dist/src/overlays/action-bar/types.d.ts.map +1 -1
  320. package/dist/src/overlays/action-bar/types.js +8 -2
  321. package/dist/src/overlays/action-bar/types.js.map +1 -1
  322. package/dist/src/overlays/dialog/index.d.ts +2769 -118
  323. package/dist/src/overlays/dialog/index.d.ts.map +1 -1
  324. package/dist/src/overlays/dialog/index.js +17 -35
  325. package/dist/src/overlays/dialog/index.js.map +1 -1
  326. package/dist/src/overlays/dialog/types.d.ts +42 -1
  327. package/dist/src/overlays/dialog/types.d.ts.map +1 -1
  328. package/dist/src/overlays/dialog/types.js +13 -1
  329. package/dist/src/overlays/dialog/types.js.map +1 -1
  330. package/dist/src/overlays/drawer/index.d.ts +2763 -117
  331. package/dist/src/overlays/drawer/index.d.ts.map +1 -1
  332. package/dist/src/overlays/drawer/index.js +14 -34
  333. package/dist/src/overlays/drawer/index.js.map +1 -1
  334. package/dist/src/overlays/drawer/types.d.ts +25 -1
  335. package/dist/src/overlays/drawer/types.d.ts.map +1 -1
  336. package/dist/src/overlays/drawer/types.js +7 -1
  337. package/dist/src/overlays/drawer/types.js.map +1 -1
  338. package/dist/src/overlays/hover-card/index.d.ts +2763 -122
  339. package/dist/src/overlays/hover-card/index.d.ts.map +1 -1
  340. package/dist/src/overlays/hover-card/index.js +16 -39
  341. package/dist/src/overlays/hover-card/index.js.map +1 -1
  342. package/dist/src/overlays/hover-card/types.d.ts +17 -1
  343. package/dist/src/overlays/hover-card/types.d.ts.map +1 -1
  344. package/dist/src/overlays/hover-card/types.js +4 -1
  345. package/dist/src/overlays/hover-card/types.js.map +1 -1
  346. package/dist/src/overlays/menu/index.d.ts +1415 -86
  347. package/dist/src/overlays/menu/index.d.ts.map +1 -1
  348. package/dist/src/overlays/menu/index.js +39 -42
  349. package/dist/src/overlays/menu/index.js.map +1 -1
  350. package/dist/src/overlays/menu/types.d.ts +13 -1
  351. package/dist/src/overlays/menu/types.d.ts.map +1 -1
  352. package/dist/src/overlays/menu/types.js +7 -3
  353. package/dist/src/overlays/menu/types.js.map +1 -1
  354. package/dist/src/overlays/popover/index.d.ts +2760 -120
  355. package/dist/src/overlays/popover/index.d.ts.map +1 -1
  356. package/dist/src/overlays/popover/index.js +13 -37
  357. package/dist/src/overlays/popover/index.js.map +1 -1
  358. package/dist/src/overlays/popover/types.d.ts +22 -1
  359. package/dist/src/overlays/popover/types.d.ts.map +1 -1
  360. package/dist/src/overlays/popover/types.js +4 -1
  361. package/dist/src/overlays/popover/types.js.map +1 -1
  362. package/dist/src/overlays/toggle-tip/index.d.ts +1387 -72
  363. package/dist/src/overlays/toggle-tip/index.d.ts.map +1 -1
  364. package/dist/src/overlays/toggle-tip/index.js +11 -29
  365. package/dist/src/overlays/toggle-tip/index.js.map +1 -1
  366. package/dist/src/overlays/toggle-tip/types.d.ts +26 -13
  367. package/dist/src/overlays/toggle-tip/types.d.ts.map +1 -1
  368. package/dist/src/overlays/toggle-tip/types.js +4 -1
  369. package/dist/src/overlays/toggle-tip/types.js.map +1 -1
  370. package/dist/src/overlays/tooltip/index.d.ts +1384 -78
  371. package/dist/src/overlays/tooltip/index.d.ts.map +1 -1
  372. package/dist/src/overlays/tooltip/index.js +8 -34
  373. package/dist/src/overlays/tooltip/index.js.map +1 -1
  374. package/dist/src/overlays/tooltip/types.d.ts +12 -3
  375. package/dist/src/overlays/tooltip/types.d.ts.map +1 -1
  376. package/dist/src/overlays/tooltip/types.js +12 -3
  377. package/dist/src/overlays/tooltip/types.js.map +1 -1
  378. package/dist/src/platform/index.d.ts +217 -1
  379. package/dist/src/platform/index.d.ts.map +1 -1
  380. package/dist/src/platform/index.js +222 -1
  381. package/dist/src/platform/index.js.map +1 -1
  382. package/dist/src/platform/state.d.ts +170 -69
  383. package/dist/src/platform/state.d.ts.map +1 -1
  384. package/dist/src/platform/state.js +252 -67
  385. package/dist/src/platform/state.js.map +1 -1
  386. package/dist/src/platform/store.d.ts +172 -0
  387. package/dist/src/platform/store.d.ts.map +1 -0
  388. package/dist/src/platform/store.js +246 -0
  389. package/dist/src/platform/store.js.map +1 -0
  390. package/dist/src/reactive/index.d.ts +69 -0
  391. package/dist/src/reactive/index.d.ts.map +1 -0
  392. package/dist/src/reactive/index.js +93 -0
  393. package/dist/src/reactive/index.js.map +1 -0
  394. package/dist/src/typography/code-block/index.d.ts +2 -1
  395. package/dist/src/typography/code-block/index.d.ts.map +1 -1
  396. package/dist/src/typography/code-block/index.js +2 -1
  397. package/dist/src/typography/code-block/index.js.map +1 -1
  398. package/dist/src/typography/code-block/types.d.ts +4 -0
  399. package/dist/src/typography/code-block/types.d.ts.map +1 -1
  400. package/dist/src/typography/code-block/types.js +2 -0
  401. package/dist/src/typography/code-block/types.js.map +1 -1
  402. package/dist/src/typography/list/index.d.ts +2 -3
  403. package/dist/src/typography/list/index.d.ts.map +1 -1
  404. package/dist/src/typography/list/index.js +2 -3
  405. package/dist/src/typography/list/index.js.map +1 -1
  406. package/package.json +2 -2
  407. package/dist/src/forms/fieldset/index.d.ts +0 -112
  408. package/dist/src/forms/fieldset/index.d.ts.map +0 -1
  409. package/dist/src/forms/fieldset/index.js +0 -131
  410. package/dist/src/forms/fieldset/index.js.map +0 -1
  411. package/dist/src/forms/fieldset/types.d.ts +0 -53
  412. package/dist/src/forms/fieldset/types.d.ts.map +0 -1
  413. package/dist/src/forms/fieldset/types.js +0 -22
  414. package/dist/src/forms/fieldset/types.js.map +0 -1
@@ -188,6 +188,7 @@ export declare const AccordionItemType: StructType<{
188
188
  highlightLines: OptionType<ArrayType<import("@elaraai/east").IntegerType>>;
189
189
  maxHeight: OptionType<StringType>;
190
190
  showCopyButton: OptionType<BooleanType>;
191
+ wordWrap: OptionType<BooleanType>;
191
192
  title: OptionType<StringType>;
192
193
  }>;
193
194
  Button: StructType<{
@@ -219,6 +220,7 @@ export declare const AccordionItemType: StructType<{
219
220
  }>>;
220
221
  loading: OptionType<BooleanType>;
221
222
  disabled: OptionType<BooleanType>;
223
+ onClick: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
222
224
  }>>;
223
225
  }>;
224
226
  IconButton: StructType<{
@@ -251,6 +253,7 @@ export declare const AccordionItemType: StructType<{
251
253
  }>>;
252
254
  loading: OptionType<BooleanType>;
253
255
  disabled: OptionType<BooleanType>;
256
+ onClick: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
254
257
  }>>;
255
258
  }>;
256
259
  Box: StructType<{
@@ -268,6 +271,28 @@ export declare const AccordionItemType: StructType<{
268
271
  }>>;
269
272
  width: OptionType<StringType>;
270
273
  height: OptionType<StringType>;
274
+ minHeight: OptionType<StringType>;
275
+ minWidth: OptionType<StringType>;
276
+ maxHeight: OptionType<StringType>;
277
+ maxWidth: OptionType<StringType>;
278
+ overflow: OptionType<import("@elaraai/east").VariantType<{
279
+ visible: import("@elaraai/east").NullType;
280
+ hidden: import("@elaraai/east").NullType;
281
+ scroll: import("@elaraai/east").NullType;
282
+ auto: import("@elaraai/east").NullType;
283
+ }>>;
284
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
285
+ visible: import("@elaraai/east").NullType;
286
+ hidden: import("@elaraai/east").NullType;
287
+ scroll: import("@elaraai/east").NullType;
288
+ auto: import("@elaraai/east").NullType;
289
+ }>>;
290
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
291
+ visible: import("@elaraai/east").NullType;
292
+ hidden: import("@elaraai/east").NullType;
293
+ scroll: import("@elaraai/east").NullType;
294
+ auto: import("@elaraai/east").NullType;
295
+ }>>;
271
296
  padding: OptionType<StructType<{
272
297
  top: OptionType<StringType>;
273
298
  right: OptionType<StringType>;
@@ -307,6 +332,77 @@ export declare const AccordionItemType: StructType<{
307
332
  gap: OptionType<StringType>;
308
333
  }>>;
309
334
  }>;
335
+ Flex: StructType<{
336
+ children: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
337
+ style: OptionType<StructType<{
338
+ direction: OptionType<import("@elaraai/east").VariantType<{
339
+ row: import("@elaraai/east").NullType;
340
+ column: import("@elaraai/east").NullType;
341
+ "row-reverse": import("@elaraai/east").NullType;
342
+ "column-reverse": import("@elaraai/east").NullType;
343
+ }>>;
344
+ wrap: OptionType<import("@elaraai/east").VariantType<{
345
+ nowrap: import("@elaraai/east").NullType;
346
+ wrap: import("@elaraai/east").NullType;
347
+ "wrap-reverse": import("@elaraai/east").NullType;
348
+ }>>;
349
+ justifyContent: OptionType<import("@elaraai/east").VariantType<{
350
+ "flex-start": import("@elaraai/east").NullType;
351
+ "flex-end": import("@elaraai/east").NullType;
352
+ center: import("@elaraai/east").NullType;
353
+ "space-between": import("@elaraai/east").NullType;
354
+ "space-around": import("@elaraai/east").NullType;
355
+ "space-evenly": import("@elaraai/east").NullType;
356
+ }>>;
357
+ alignItems: OptionType<import("@elaraai/east").VariantType<{
358
+ "flex-start": import("@elaraai/east").NullType;
359
+ "flex-end": import("@elaraai/east").NullType;
360
+ center: import("@elaraai/east").NullType;
361
+ baseline: import("@elaraai/east").NullType;
362
+ stretch: import("@elaraai/east").NullType;
363
+ }>>;
364
+ gap: OptionType<StringType>;
365
+ width: OptionType<StringType>;
366
+ height: OptionType<StringType>;
367
+ minHeight: OptionType<StringType>;
368
+ minWidth: OptionType<StringType>;
369
+ maxHeight: OptionType<StringType>;
370
+ maxWidth: OptionType<StringType>;
371
+ overflow: OptionType<import("@elaraai/east").VariantType<{
372
+ visible: import("@elaraai/east").NullType;
373
+ hidden: import("@elaraai/east").NullType;
374
+ scroll: import("@elaraai/east").NullType;
375
+ auto: import("@elaraai/east").NullType;
376
+ }>>;
377
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
378
+ visible: import("@elaraai/east").NullType;
379
+ hidden: import("@elaraai/east").NullType;
380
+ scroll: import("@elaraai/east").NullType;
381
+ auto: import("@elaraai/east").NullType;
382
+ }>>;
383
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
384
+ visible: import("@elaraai/east").NullType;
385
+ hidden: import("@elaraai/east").NullType;
386
+ scroll: import("@elaraai/east").NullType;
387
+ auto: import("@elaraai/east").NullType;
388
+ }>>;
389
+ padding: OptionType<StructType<{
390
+ top: OptionType<StringType>;
391
+ right: OptionType<StringType>;
392
+ bottom: OptionType<StringType>;
393
+ left: OptionType<StringType>;
394
+ }>>;
395
+ margin: OptionType<StructType<{
396
+ top: OptionType<StringType>;
397
+ right: OptionType<StringType>;
398
+ bottom: OptionType<StringType>;
399
+ left: OptionType<StringType>;
400
+ }>>;
401
+ background: OptionType<StringType>;
402
+ color: OptionType<StringType>;
403
+ borderRadius: OptionType<StringType>;
404
+ }>>;
405
+ }>;
310
406
  Stack: StructType<{
311
407
  children: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
312
408
  style: OptionType<StructType<{
@@ -352,6 +448,28 @@ export declare const AccordionItemType: StructType<{
352
448
  background: OptionType<StringType>;
353
449
  width: OptionType<StringType>;
354
450
  height: OptionType<StringType>;
451
+ minHeight: OptionType<StringType>;
452
+ minWidth: OptionType<StringType>;
453
+ maxHeight: OptionType<StringType>;
454
+ maxWidth: OptionType<StringType>;
455
+ overflow: OptionType<import("@elaraai/east").VariantType<{
456
+ visible: import("@elaraai/east").NullType;
457
+ hidden: import("@elaraai/east").NullType;
458
+ scroll: import("@elaraai/east").NullType;
459
+ auto: import("@elaraai/east").NullType;
460
+ }>>;
461
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
462
+ visible: import("@elaraai/east").NullType;
463
+ hidden: import("@elaraai/east").NullType;
464
+ scroll: import("@elaraai/east").NullType;
465
+ auto: import("@elaraai/east").NullType;
466
+ }>>;
467
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
468
+ visible: import("@elaraai/east").NullType;
469
+ hidden: import("@elaraai/east").NullType;
470
+ scroll: import("@elaraai/east").NullType;
471
+ auto: import("@elaraai/east").NullType;
472
+ }>>;
355
473
  }>>;
356
474
  }>;
357
475
  Separator: StructType<{
@@ -446,6 +564,13 @@ export declare const AccordionItemType: StructType<{
446
564
  horizontal: import("@elaraai/east").NullType;
447
565
  vertical: import("@elaraai/east").NullType;
448
566
  }>>;
567
+ onResize: OptionType<import("@elaraai/east").FunctionType<[StructType<{
568
+ size: ArrayType<import("@elaraai/east").FloatType>;
569
+ }>], import("@elaraai/east").NullType>>;
570
+ onResizeStart: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
571
+ onResizeEnd: OptionType<import("@elaraai/east").FunctionType<[StructType<{
572
+ size: ArrayType<import("@elaraai/east").FloatType>;
573
+ }>], import("@elaraai/east").NullType>>;
449
574
  }>>;
450
575
  }>;
451
576
  StringInput: StructType<{
@@ -465,6 +590,9 @@ export declare const AccordionItemType: StructType<{
465
590
  maxLength: OptionType<import("@elaraai/east").IntegerType>;
466
591
  pattern: OptionType<StringType>;
467
592
  disabled: OptionType<BooleanType>;
593
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
594
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
595
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
468
596
  }>;
469
597
  IntegerInput: StructType<{
470
598
  value: import("@elaraai/east").IntegerType;
@@ -483,6 +611,9 @@ export declare const AccordionItemType: StructType<{
483
611
  lg: import("@elaraai/east").NullType;
484
612
  }>>;
485
613
  disabled: OptionType<BooleanType>;
614
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
615
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
616
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
486
617
  }>;
487
618
  FloatInput: StructType<{
488
619
  value: import("@elaraai/east").FloatType;
@@ -502,13 +633,44 @@ export declare const AccordionItemType: StructType<{
502
633
  lg: import("@elaraai/east").NullType;
503
634
  }>>;
504
635
  disabled: OptionType<BooleanType>;
636
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
637
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
638
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
505
639
  }>;
506
640
  DateTimeInput: StructType<{
507
641
  value: import("@elaraai/east").DateTimeType;
508
642
  min: OptionType<import("@elaraai/east").DateTimeType>;
509
643
  max: OptionType<import("@elaraai/east").DateTimeType>;
510
- showTime: OptionType<BooleanType>;
511
- format: OptionType<StringType>;
644
+ precision: OptionType<import("@elaraai/east").VariantType<{
645
+ date: import("@elaraai/east").NullType;
646
+ time: import("@elaraai/east").NullType;
647
+ datetime: import("@elaraai/east").NullType;
648
+ }>>;
649
+ format: OptionType<ArrayType<import("@elaraai/east").VariantType<{
650
+ literal: StringType;
651
+ year4: import("@elaraai/east").NullType;
652
+ year2: import("@elaraai/east").NullType;
653
+ month1: import("@elaraai/east").NullType;
654
+ month2: import("@elaraai/east").NullType;
655
+ monthNameShort: import("@elaraai/east").NullType;
656
+ monthNameFull: import("@elaraai/east").NullType;
657
+ day1: import("@elaraai/east").NullType;
658
+ day2: import("@elaraai/east").NullType;
659
+ weekdayNameMin: import("@elaraai/east").NullType;
660
+ weekdayNameShort: import("@elaraai/east").NullType;
661
+ weekdayNameFull: import("@elaraai/east").NullType;
662
+ hour24_1: import("@elaraai/east").NullType;
663
+ hour24_2: import("@elaraai/east").NullType;
664
+ hour12_1: import("@elaraai/east").NullType;
665
+ hour12_2: import("@elaraai/east").NullType;
666
+ minute1: import("@elaraai/east").NullType;
667
+ minute2: import("@elaraai/east").NullType;
668
+ second1: import("@elaraai/east").NullType;
669
+ second2: import("@elaraai/east").NullType;
670
+ millisecond3: import("@elaraai/east").NullType;
671
+ ampmUpper: import("@elaraai/east").NullType;
672
+ ampmLower: import("@elaraai/east").NullType;
673
+ }>>>;
512
674
  variant: OptionType<import("@elaraai/east").VariantType<{
513
675
  outline: import("@elaraai/east").NullType;
514
676
  subtle: import("@elaraai/east").NullType;
@@ -521,6 +683,9 @@ export declare const AccordionItemType: StructType<{
521
683
  lg: import("@elaraai/east").NullType;
522
684
  }>>;
523
685
  disabled: OptionType<BooleanType>;
686
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").DateTimeType], import("@elaraai/east").NullType>>;
687
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
688
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
524
689
  }>;
525
690
  Checkbox: StructType<{
526
691
  checked: BooleanType;
@@ -545,6 +710,7 @@ export declare const AccordionItemType: StructType<{
545
710
  md: import("@elaraai/east").NullType;
546
711
  lg: import("@elaraai/east").NullType;
547
712
  }>>;
713
+ onChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
548
714
  }>;
549
715
  Switch: StructType<{
550
716
  checked: BooleanType;
@@ -568,6 +734,7 @@ export declare const AccordionItemType: StructType<{
568
734
  md: import("@elaraai/east").NullType;
569
735
  lg: import("@elaraai/east").NullType;
570
736
  }>>;
737
+ onChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
571
738
  }>;
572
739
  Select: StructType<{
573
740
  value: OptionType<StringType>;
@@ -585,6 +752,9 @@ export declare const AccordionItemType: StructType<{
585
752
  md: import("@elaraai/east").NullType;
586
753
  lg: import("@elaraai/east").NullType;
587
754
  }>>;
755
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
756
+ onChangeMultiple: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
757
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
588
758
  }>;
589
759
  Slider: StructType<{
590
760
  value: import("@elaraai/east").FloatType;
@@ -618,6 +788,8 @@ export declare const AccordionItemType: StructType<{
618
788
  subtle: import("@elaraai/east").NullType;
619
789
  }>>;
620
790
  disabled: OptionType<BooleanType>;
791
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
792
+ onChangeEnd: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
621
793
  }>;
622
794
  FileUpload: StructType<{
623
795
  accept: OptionType<StringType>;
@@ -636,165 +808,498 @@ export declare const AccordionItemType: StructType<{
636
808
  label: OptionType<StringType>;
637
809
  dropzoneText: OptionType<StringType>;
638
810
  triggerText: OptionType<StringType>;
811
+ onFileAccept: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
812
+ name: StringType;
813
+ size: import("@elaraai/east").IntegerType;
814
+ type: StringType;
815
+ }>>], import("@elaraai/east").NullType>>;
816
+ onFileReject: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
817
+ file: StructType<{
818
+ name: StringType;
819
+ size: import("@elaraai/east").IntegerType;
820
+ type: StringType;
821
+ }>;
822
+ errors: ArrayType<StringType>;
823
+ }>>], import("@elaraai/east").NullType>>;
639
824
  }>;
640
825
  Field: StructType<{
641
826
  label: StringType;
642
- control: import("@elaraai/east").RecursiveTypeMarker;
643
- helperText: OptionType<StringType>;
644
- errorText: OptionType<StringType>;
645
- required: OptionType<BooleanType>;
646
- disabled: OptionType<BooleanType>;
647
- invalid: OptionType<BooleanType>;
648
- readOnly: OptionType<BooleanType>;
649
- }>;
650
- Fieldset: StructType<{
651
- legend: OptionType<StringType>;
652
- helperText: OptionType<StringType>;
653
- errorText: OptionType<StringType>;
654
- content: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
655
- disabled: OptionType<BooleanType>;
656
- invalid: OptionType<BooleanType>;
657
- style: OptionType<StructType<{
658
- size: OptionType<import("@elaraai/east").VariantType<{
659
- xs: import("@elaraai/east").NullType;
660
- sm: import("@elaraai/east").NullType;
661
- md: import("@elaraai/east").NullType;
662
- lg: import("@elaraai/east").NullType;
663
- }>>;
664
- }>>;
665
- }>;
666
- Textarea: StructType<{
667
- value: StringType;
668
- placeholder: OptionType<StringType>;
669
- variant: OptionType<import("@elaraai/east").VariantType<{
670
- outline: import("@elaraai/east").NullType;
671
- subtle: import("@elaraai/east").NullType;
672
- flushed: import("@elaraai/east").NullType;
673
- }>>;
674
- size: OptionType<import("@elaraai/east").VariantType<{
675
- xs: import("@elaraai/east").NullType;
676
- sm: import("@elaraai/east").NullType;
677
- md: import("@elaraai/east").NullType;
678
- lg: import("@elaraai/east").NullType;
679
- }>>;
680
- resize: OptionType<import("@elaraai/east").VariantType<{
681
- none: import("@elaraai/east").NullType;
682
- vertical: import("@elaraai/east").NullType;
683
- horizontal: import("@elaraai/east").NullType;
684
- both: import("@elaraai/east").NullType;
685
- }>>;
686
- rows: OptionType<import("@elaraai/east").IntegerType>;
687
- disabled: OptionType<BooleanType>;
688
- readOnly: OptionType<BooleanType>;
689
- invalid: OptionType<BooleanType>;
690
- required: OptionType<BooleanType>;
691
- maxLength: OptionType<import("@elaraai/east").IntegerType>;
692
- autoresize: OptionType<BooleanType>;
693
- }>;
694
- TagsInput: StructType<{
695
- value: ArrayType<StringType>;
696
- defaultValue: OptionType<ArrayType<StringType>>;
697
- max: OptionType<import("@elaraai/east").IntegerType>;
698
- maxLength: OptionType<import("@elaraai/east").IntegerType>;
699
- disabled: OptionType<BooleanType>;
700
- readOnly: OptionType<BooleanType>;
701
- invalid: OptionType<BooleanType>;
702
- editable: OptionType<BooleanType>;
703
- delimiter: OptionType<StringType>;
704
- addOnPaste: OptionType<BooleanType>;
705
- blurBehavior: OptionType<import("@elaraai/east").VariantType<{
706
- clear: import("@elaraai/east").NullType;
707
- add: import("@elaraai/east").NullType;
708
- }>>;
709
- allowOverflow: OptionType<BooleanType>;
710
- label: OptionType<StringType>;
711
- placeholder: OptionType<StringType>;
712
- size: OptionType<import("@elaraai/east").VariantType<{
713
- xs: import("@elaraai/east").NullType;
714
- sm: import("@elaraai/east").NullType;
715
- md: import("@elaraai/east").NullType;
716
- lg: import("@elaraai/east").NullType;
717
- }>>;
718
- variant: OptionType<import("@elaraai/east").VariantType<{
719
- outline: import("@elaraai/east").NullType;
720
- subtle: import("@elaraai/east").NullType;
721
- flushed: import("@elaraai/east").NullType;
722
- }>>;
723
- colorPalette: OptionType<import("@elaraai/east").VariantType<{
724
- gray: import("@elaraai/east").NullType;
725
- red: import("@elaraai/east").NullType;
726
- orange: import("@elaraai/east").NullType;
727
- yellow: import("@elaraai/east").NullType;
728
- green: import("@elaraai/east").NullType;
729
- teal: import("@elaraai/east").NullType;
730
- blue: import("@elaraai/east").NullType;
731
- cyan: import("@elaraai/east").NullType;
732
- purple: import("@elaraai/east").NullType;
733
- pink: import("@elaraai/east").NullType;
734
- }>>;
735
- }>;
736
- Progress: StructType<{
737
- value: import("@elaraai/east").FloatType;
738
- min: OptionType<import("@elaraai/east").FloatType>;
739
- max: OptionType<import("@elaraai/east").FloatType>;
740
- colorPalette: OptionType<import("@elaraai/east").VariantType<{
741
- gray: import("@elaraai/east").NullType;
742
- red: import("@elaraai/east").NullType;
743
- orange: import("@elaraai/east").NullType;
744
- yellow: import("@elaraai/east").NullType;
745
- green: import("@elaraai/east").NullType;
746
- teal: import("@elaraai/east").NullType;
747
- blue: import("@elaraai/east").NullType;
748
- cyan: import("@elaraai/east").NullType;
749
- purple: import("@elaraai/east").NullType;
750
- pink: import("@elaraai/east").NullType;
751
- }>>;
752
- size: OptionType<import("@elaraai/east").VariantType<{
753
- xs: import("@elaraai/east").NullType;
754
- sm: import("@elaraai/east").NullType;
755
- md: import("@elaraai/east").NullType;
756
- lg: import("@elaraai/east").NullType;
757
- }>>;
758
- variant: OptionType<import("@elaraai/east").VariantType<{
759
- outline: import("@elaraai/east").NullType;
760
- subtle: import("@elaraai/east").NullType;
761
- }>>;
762
- striped: OptionType<BooleanType>;
763
- animated: OptionType<BooleanType>;
764
- label: OptionType<StringType>;
765
- valueText: OptionType<StringType>;
766
- }>;
767
- Alert: StructType<{
768
- status: import("@elaraai/east").VariantType<{
769
- info: import("@elaraai/east").NullType;
770
- warning: import("@elaraai/east").NullType;
771
- success: import("@elaraai/east").NullType;
772
- error: import("@elaraai/east").NullType;
773
- }>;
774
- title: OptionType<StringType>;
775
- description: OptionType<StringType>;
776
- variant: OptionType<import("@elaraai/east").VariantType<{
777
- solid: import("@elaraai/east").NullType;
778
- subtle: import("@elaraai/east").NullType;
779
- outline: import("@elaraai/east").NullType;
780
- }>>;
781
- }>;
782
- Badge: StructType<{
783
- value: StringType;
784
- variant: OptionType<import("@elaraai/east").VariantType<{
785
- subtle: import("@elaraai/east").NullType;
786
- solid: import("@elaraai/east").NullType;
787
- outline: import("@elaraai/east").NullType;
788
- }>>;
789
- colorPalette: OptionType<import("@elaraai/east").VariantType<{
790
- gray: import("@elaraai/east").NullType;
791
- red: import("@elaraai/east").NullType;
792
- orange: import("@elaraai/east").NullType;
793
- yellow: import("@elaraai/east").NullType;
794
- green: import("@elaraai/east").NullType;
795
- teal: import("@elaraai/east").NullType;
796
- blue: import("@elaraai/east").NullType;
797
- cyan: import("@elaraai/east").NullType;
827
+ control: import("@elaraai/east").VariantType<{
828
+ Checkbox: StructType<{
829
+ checked: BooleanType;
830
+ label: OptionType<StringType>;
831
+ indeterminate: OptionType<BooleanType>;
832
+ disabled: OptionType<BooleanType>;
833
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
834
+ gray: import("@elaraai/east").NullType;
835
+ red: import("@elaraai/east").NullType;
836
+ orange: import("@elaraai/east").NullType;
837
+ yellow: import("@elaraai/east").NullType;
838
+ green: import("@elaraai/east").NullType;
839
+ teal: import("@elaraai/east").NullType;
840
+ blue: import("@elaraai/east").NullType;
841
+ cyan: import("@elaraai/east").NullType;
842
+ purple: import("@elaraai/east").NullType;
843
+ pink: import("@elaraai/east").NullType;
844
+ }>>;
845
+ size: OptionType<import("@elaraai/east").VariantType<{
846
+ xs: import("@elaraai/east").NullType;
847
+ sm: import("@elaraai/east").NullType;
848
+ md: import("@elaraai/east").NullType;
849
+ lg: import("@elaraai/east").NullType;
850
+ }>>;
851
+ onChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
852
+ }>;
853
+ StringInput: StructType<{
854
+ value: StringType;
855
+ placeholder: OptionType<StringType>;
856
+ variant: OptionType<import("@elaraai/east").VariantType<{
857
+ outline: import("@elaraai/east").NullType;
858
+ subtle: import("@elaraai/east").NullType;
859
+ flushed: import("@elaraai/east").NullType;
860
+ }>>;
861
+ size: OptionType<import("@elaraai/east").VariantType<{
862
+ xs: import("@elaraai/east").NullType;
863
+ sm: import("@elaraai/east").NullType;
864
+ md: import("@elaraai/east").NullType;
865
+ lg: import("@elaraai/east").NullType;
866
+ }>>;
867
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
868
+ pattern: OptionType<StringType>;
869
+ disabled: OptionType<BooleanType>;
870
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
871
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
872
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
873
+ }>;
874
+ IntegerInput: StructType<{
875
+ value: import("@elaraai/east").IntegerType;
876
+ min: OptionType<import("@elaraai/east").IntegerType>;
877
+ max: OptionType<import("@elaraai/east").IntegerType>;
878
+ step: OptionType<import("@elaraai/east").IntegerType>;
879
+ variant: OptionType<import("@elaraai/east").VariantType<{
880
+ outline: import("@elaraai/east").NullType;
881
+ subtle: import("@elaraai/east").NullType;
882
+ flushed: import("@elaraai/east").NullType;
883
+ }>>;
884
+ size: OptionType<import("@elaraai/east").VariantType<{
885
+ xs: import("@elaraai/east").NullType;
886
+ sm: import("@elaraai/east").NullType;
887
+ md: import("@elaraai/east").NullType;
888
+ lg: import("@elaraai/east").NullType;
889
+ }>>;
890
+ disabled: OptionType<BooleanType>;
891
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
892
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
893
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
894
+ }>;
895
+ FloatInput: StructType<{
896
+ value: import("@elaraai/east").FloatType;
897
+ min: OptionType<import("@elaraai/east").FloatType>;
898
+ max: OptionType<import("@elaraai/east").FloatType>;
899
+ step: OptionType<import("@elaraai/east").FloatType>;
900
+ precision: OptionType<import("@elaraai/east").IntegerType>;
901
+ variant: OptionType<import("@elaraai/east").VariantType<{
902
+ outline: import("@elaraai/east").NullType;
903
+ subtle: import("@elaraai/east").NullType;
904
+ flushed: import("@elaraai/east").NullType;
905
+ }>>;
906
+ size: OptionType<import("@elaraai/east").VariantType<{
907
+ xs: import("@elaraai/east").NullType;
908
+ sm: import("@elaraai/east").NullType;
909
+ md: import("@elaraai/east").NullType;
910
+ lg: import("@elaraai/east").NullType;
911
+ }>>;
912
+ disabled: OptionType<BooleanType>;
913
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
914
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
915
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
916
+ }>;
917
+ DateTimeInput: StructType<{
918
+ value: import("@elaraai/east").DateTimeType;
919
+ min: OptionType<import("@elaraai/east").DateTimeType>;
920
+ max: OptionType<import("@elaraai/east").DateTimeType>;
921
+ precision: OptionType<import("@elaraai/east").VariantType<{
922
+ date: import("@elaraai/east").NullType;
923
+ time: import("@elaraai/east").NullType;
924
+ datetime: import("@elaraai/east").NullType;
925
+ }>>;
926
+ format: OptionType<ArrayType<import("@elaraai/east").VariantType<{
927
+ literal: StringType;
928
+ year4: import("@elaraai/east").NullType;
929
+ year2: import("@elaraai/east").NullType;
930
+ month1: import("@elaraai/east").NullType;
931
+ month2: import("@elaraai/east").NullType;
932
+ monthNameShort: import("@elaraai/east").NullType;
933
+ monthNameFull: import("@elaraai/east").NullType;
934
+ day1: import("@elaraai/east").NullType;
935
+ day2: import("@elaraai/east").NullType;
936
+ weekdayNameMin: import("@elaraai/east").NullType;
937
+ weekdayNameShort: import("@elaraai/east").NullType;
938
+ weekdayNameFull: import("@elaraai/east").NullType;
939
+ hour24_1: import("@elaraai/east").NullType;
940
+ hour24_2: import("@elaraai/east").NullType;
941
+ hour12_1: import("@elaraai/east").NullType;
942
+ hour12_2: import("@elaraai/east").NullType;
943
+ minute1: import("@elaraai/east").NullType;
944
+ minute2: import("@elaraai/east").NullType;
945
+ second1: import("@elaraai/east").NullType;
946
+ second2: import("@elaraai/east").NullType;
947
+ millisecond3: import("@elaraai/east").NullType;
948
+ ampmUpper: import("@elaraai/east").NullType;
949
+ ampmLower: import("@elaraai/east").NullType;
950
+ }>>>;
951
+ variant: OptionType<import("@elaraai/east").VariantType<{
952
+ outline: import("@elaraai/east").NullType;
953
+ subtle: import("@elaraai/east").NullType;
954
+ flushed: import("@elaraai/east").NullType;
955
+ }>>;
956
+ size: OptionType<import("@elaraai/east").VariantType<{
957
+ xs: import("@elaraai/east").NullType;
958
+ sm: import("@elaraai/east").NullType;
959
+ md: import("@elaraai/east").NullType;
960
+ lg: import("@elaraai/east").NullType;
961
+ }>>;
962
+ disabled: OptionType<BooleanType>;
963
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").DateTimeType], import("@elaraai/east").NullType>>;
964
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
965
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
966
+ }>;
967
+ FileUpload: StructType<{
968
+ accept: OptionType<StringType>;
969
+ maxFiles: OptionType<import("@elaraai/east").IntegerType>;
970
+ maxFileSize: OptionType<import("@elaraai/east").IntegerType>;
971
+ minFileSize: OptionType<import("@elaraai/east").IntegerType>;
972
+ directory: OptionType<BooleanType>;
973
+ disabled: OptionType<BooleanType>;
974
+ required: OptionType<BooleanType>;
975
+ allowDrop: OptionType<BooleanType>;
976
+ capture: OptionType<import("@elaraai/east").VariantType<{
977
+ user: import("@elaraai/east").NullType;
978
+ environment: import("@elaraai/east").NullType;
979
+ }>>;
980
+ name: OptionType<StringType>;
981
+ label: OptionType<StringType>;
982
+ dropzoneText: OptionType<StringType>;
983
+ triggerText: OptionType<StringType>;
984
+ onFileAccept: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
985
+ name: StringType;
986
+ size: import("@elaraai/east").IntegerType;
987
+ type: StringType;
988
+ }>>], import("@elaraai/east").NullType>>;
989
+ onFileReject: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
990
+ file: StructType<{
991
+ name: StringType;
992
+ size: import("@elaraai/east").IntegerType;
993
+ type: StringType;
994
+ }>;
995
+ errors: ArrayType<StringType>;
996
+ }>>], import("@elaraai/east").NullType>>;
997
+ }>;
998
+ Select: StructType<{
999
+ value: OptionType<StringType>;
1000
+ items: ArrayType<StructType<{
1001
+ value: StringType;
1002
+ label: StringType;
1003
+ disabled: OptionType<BooleanType>;
1004
+ }>>;
1005
+ placeholder: OptionType<StringType>;
1006
+ multiple: OptionType<BooleanType>;
1007
+ disabled: OptionType<BooleanType>;
1008
+ size: OptionType<import("@elaraai/east").VariantType<{
1009
+ xs: import("@elaraai/east").NullType;
1010
+ sm: import("@elaraai/east").NullType;
1011
+ md: import("@elaraai/east").NullType;
1012
+ lg: import("@elaraai/east").NullType;
1013
+ }>>;
1014
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
1015
+ onChangeMultiple: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
1016
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
1017
+ }>;
1018
+ Slider: StructType<{
1019
+ value: import("@elaraai/east").FloatType;
1020
+ min: OptionType<import("@elaraai/east").FloatType>;
1021
+ max: OptionType<import("@elaraai/east").FloatType>;
1022
+ step: OptionType<import("@elaraai/east").FloatType>;
1023
+ orientation: OptionType<import("@elaraai/east").VariantType<{
1024
+ horizontal: import("@elaraai/east").NullType;
1025
+ vertical: import("@elaraai/east").NullType;
1026
+ }>>;
1027
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
1028
+ gray: import("@elaraai/east").NullType;
1029
+ red: import("@elaraai/east").NullType;
1030
+ orange: import("@elaraai/east").NullType;
1031
+ yellow: import("@elaraai/east").NullType;
1032
+ green: import("@elaraai/east").NullType;
1033
+ teal: import("@elaraai/east").NullType;
1034
+ blue: import("@elaraai/east").NullType;
1035
+ cyan: import("@elaraai/east").NullType;
1036
+ purple: import("@elaraai/east").NullType;
1037
+ pink: import("@elaraai/east").NullType;
1038
+ }>>;
1039
+ size: OptionType<import("@elaraai/east").VariantType<{
1040
+ xs: import("@elaraai/east").NullType;
1041
+ sm: import("@elaraai/east").NullType;
1042
+ md: import("@elaraai/east").NullType;
1043
+ lg: import("@elaraai/east").NullType;
1044
+ }>>;
1045
+ variant: OptionType<import("@elaraai/east").VariantType<{
1046
+ outline: import("@elaraai/east").NullType;
1047
+ subtle: import("@elaraai/east").NullType;
1048
+ }>>;
1049
+ disabled: OptionType<BooleanType>;
1050
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
1051
+ onChangeEnd: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
1052
+ }>;
1053
+ Switch: StructType<{
1054
+ checked: BooleanType;
1055
+ label: OptionType<StringType>;
1056
+ disabled: OptionType<BooleanType>;
1057
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
1058
+ gray: import("@elaraai/east").NullType;
1059
+ red: import("@elaraai/east").NullType;
1060
+ orange: import("@elaraai/east").NullType;
1061
+ yellow: import("@elaraai/east").NullType;
1062
+ green: import("@elaraai/east").NullType;
1063
+ teal: import("@elaraai/east").NullType;
1064
+ blue: import("@elaraai/east").NullType;
1065
+ cyan: import("@elaraai/east").NullType;
1066
+ purple: import("@elaraai/east").NullType;
1067
+ pink: import("@elaraai/east").NullType;
1068
+ }>>;
1069
+ size: OptionType<import("@elaraai/east").VariantType<{
1070
+ xs: import("@elaraai/east").NullType;
1071
+ sm: import("@elaraai/east").NullType;
1072
+ md: import("@elaraai/east").NullType;
1073
+ lg: import("@elaraai/east").NullType;
1074
+ }>>;
1075
+ onChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
1076
+ }>;
1077
+ TagsInput: StructType<{
1078
+ value: ArrayType<StringType>;
1079
+ defaultValue: OptionType<ArrayType<StringType>>;
1080
+ max: OptionType<import("@elaraai/east").IntegerType>;
1081
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
1082
+ disabled: OptionType<BooleanType>;
1083
+ readOnly: OptionType<BooleanType>;
1084
+ invalid: OptionType<BooleanType>;
1085
+ editable: OptionType<BooleanType>;
1086
+ delimiter: OptionType<StringType>;
1087
+ addOnPaste: OptionType<BooleanType>;
1088
+ blurBehavior: OptionType<import("@elaraai/east").VariantType<{
1089
+ clear: import("@elaraai/east").NullType;
1090
+ add: import("@elaraai/east").NullType;
1091
+ }>>;
1092
+ allowOverflow: OptionType<BooleanType>;
1093
+ label: OptionType<StringType>;
1094
+ placeholder: OptionType<StringType>;
1095
+ size: OptionType<import("@elaraai/east").VariantType<{
1096
+ xs: import("@elaraai/east").NullType;
1097
+ sm: import("@elaraai/east").NullType;
1098
+ md: import("@elaraai/east").NullType;
1099
+ lg: import("@elaraai/east").NullType;
1100
+ }>>;
1101
+ variant: OptionType<import("@elaraai/east").VariantType<{
1102
+ outline: import("@elaraai/east").NullType;
1103
+ subtle: import("@elaraai/east").NullType;
1104
+ flushed: import("@elaraai/east").NullType;
1105
+ }>>;
1106
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
1107
+ gray: import("@elaraai/east").NullType;
1108
+ red: import("@elaraai/east").NullType;
1109
+ orange: import("@elaraai/east").NullType;
1110
+ yellow: import("@elaraai/east").NullType;
1111
+ green: import("@elaraai/east").NullType;
1112
+ teal: import("@elaraai/east").NullType;
1113
+ blue: import("@elaraai/east").NullType;
1114
+ cyan: import("@elaraai/east").NullType;
1115
+ purple: import("@elaraai/east").NullType;
1116
+ pink: import("@elaraai/east").NullType;
1117
+ }>>;
1118
+ onChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
1119
+ onInputChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
1120
+ onHighlightChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
1121
+ }>;
1122
+ Textarea: StructType<{
1123
+ value: StringType;
1124
+ placeholder: OptionType<StringType>;
1125
+ variant: OptionType<import("@elaraai/east").VariantType<{
1126
+ outline: import("@elaraai/east").NullType;
1127
+ subtle: import("@elaraai/east").NullType;
1128
+ flushed: import("@elaraai/east").NullType;
1129
+ }>>;
1130
+ size: OptionType<import("@elaraai/east").VariantType<{
1131
+ xs: import("@elaraai/east").NullType;
1132
+ sm: import("@elaraai/east").NullType;
1133
+ md: import("@elaraai/east").NullType;
1134
+ lg: import("@elaraai/east").NullType;
1135
+ }>>;
1136
+ resize: OptionType<import("@elaraai/east").VariantType<{
1137
+ none: import("@elaraai/east").NullType;
1138
+ vertical: import("@elaraai/east").NullType;
1139
+ horizontal: import("@elaraai/east").NullType;
1140
+ both: import("@elaraai/east").NullType;
1141
+ }>>;
1142
+ rows: OptionType<import("@elaraai/east").IntegerType>;
1143
+ disabled: OptionType<BooleanType>;
1144
+ readOnly: OptionType<BooleanType>;
1145
+ required: OptionType<BooleanType>;
1146
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
1147
+ autoresize: OptionType<BooleanType>;
1148
+ onValidate: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
1149
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
1150
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
1151
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
1152
+ }>;
1153
+ }>;
1154
+ helperText: OptionType<StringType>;
1155
+ errorText: OptionType<StringType>;
1156
+ required: OptionType<BooleanType>;
1157
+ disabled: OptionType<BooleanType>;
1158
+ invalid: OptionType<BooleanType>;
1159
+ readOnly: OptionType<BooleanType>;
1160
+ orientation: OptionType<import("@elaraai/east").VariantType<{
1161
+ vertical: import("@elaraai/east").NullType;
1162
+ horizontal: import("@elaraai/east").NullType;
1163
+ }>>;
1164
+ }>;
1165
+ Textarea: StructType<{
1166
+ value: StringType;
1167
+ placeholder: OptionType<StringType>;
1168
+ variant: OptionType<import("@elaraai/east").VariantType<{
1169
+ outline: import("@elaraai/east").NullType;
1170
+ subtle: import("@elaraai/east").NullType;
1171
+ flushed: import("@elaraai/east").NullType;
1172
+ }>>;
1173
+ size: OptionType<import("@elaraai/east").VariantType<{
1174
+ xs: import("@elaraai/east").NullType;
1175
+ sm: import("@elaraai/east").NullType;
1176
+ md: import("@elaraai/east").NullType;
1177
+ lg: import("@elaraai/east").NullType;
1178
+ }>>;
1179
+ resize: OptionType<import("@elaraai/east").VariantType<{
1180
+ none: import("@elaraai/east").NullType;
1181
+ vertical: import("@elaraai/east").NullType;
1182
+ horizontal: import("@elaraai/east").NullType;
1183
+ both: import("@elaraai/east").NullType;
1184
+ }>>;
1185
+ rows: OptionType<import("@elaraai/east").IntegerType>;
1186
+ disabled: OptionType<BooleanType>;
1187
+ readOnly: OptionType<BooleanType>;
1188
+ required: OptionType<BooleanType>;
1189
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
1190
+ autoresize: OptionType<BooleanType>;
1191
+ onValidate: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
1192
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
1193
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
1194
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
1195
+ }>;
1196
+ TagsInput: StructType<{
1197
+ value: ArrayType<StringType>;
1198
+ defaultValue: OptionType<ArrayType<StringType>>;
1199
+ max: OptionType<import("@elaraai/east").IntegerType>;
1200
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
1201
+ disabled: OptionType<BooleanType>;
1202
+ readOnly: OptionType<BooleanType>;
1203
+ invalid: OptionType<BooleanType>;
1204
+ editable: OptionType<BooleanType>;
1205
+ delimiter: OptionType<StringType>;
1206
+ addOnPaste: OptionType<BooleanType>;
1207
+ blurBehavior: OptionType<import("@elaraai/east").VariantType<{
1208
+ clear: import("@elaraai/east").NullType;
1209
+ add: import("@elaraai/east").NullType;
1210
+ }>>;
1211
+ allowOverflow: OptionType<BooleanType>;
1212
+ label: OptionType<StringType>;
1213
+ placeholder: OptionType<StringType>;
1214
+ size: OptionType<import("@elaraai/east").VariantType<{
1215
+ xs: import("@elaraai/east").NullType;
1216
+ sm: import("@elaraai/east").NullType;
1217
+ md: import("@elaraai/east").NullType;
1218
+ lg: import("@elaraai/east").NullType;
1219
+ }>>;
1220
+ variant: OptionType<import("@elaraai/east").VariantType<{
1221
+ outline: import("@elaraai/east").NullType;
1222
+ subtle: import("@elaraai/east").NullType;
1223
+ flushed: import("@elaraai/east").NullType;
1224
+ }>>;
1225
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
1226
+ gray: import("@elaraai/east").NullType;
1227
+ red: import("@elaraai/east").NullType;
1228
+ orange: import("@elaraai/east").NullType;
1229
+ yellow: import("@elaraai/east").NullType;
1230
+ green: import("@elaraai/east").NullType;
1231
+ teal: import("@elaraai/east").NullType;
1232
+ blue: import("@elaraai/east").NullType;
1233
+ cyan: import("@elaraai/east").NullType;
1234
+ purple: import("@elaraai/east").NullType;
1235
+ pink: import("@elaraai/east").NullType;
1236
+ }>>;
1237
+ onChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
1238
+ onInputChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
1239
+ onHighlightChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
1240
+ }>;
1241
+ Progress: StructType<{
1242
+ value: import("@elaraai/east").FloatType;
1243
+ min: OptionType<import("@elaraai/east").FloatType>;
1244
+ max: OptionType<import("@elaraai/east").FloatType>;
1245
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
1246
+ gray: import("@elaraai/east").NullType;
1247
+ red: import("@elaraai/east").NullType;
1248
+ orange: import("@elaraai/east").NullType;
1249
+ yellow: import("@elaraai/east").NullType;
1250
+ green: import("@elaraai/east").NullType;
1251
+ teal: import("@elaraai/east").NullType;
1252
+ blue: import("@elaraai/east").NullType;
1253
+ cyan: import("@elaraai/east").NullType;
1254
+ purple: import("@elaraai/east").NullType;
1255
+ pink: import("@elaraai/east").NullType;
1256
+ }>>;
1257
+ size: OptionType<import("@elaraai/east").VariantType<{
1258
+ xs: import("@elaraai/east").NullType;
1259
+ sm: import("@elaraai/east").NullType;
1260
+ md: import("@elaraai/east").NullType;
1261
+ lg: import("@elaraai/east").NullType;
1262
+ }>>;
1263
+ variant: OptionType<import("@elaraai/east").VariantType<{
1264
+ outline: import("@elaraai/east").NullType;
1265
+ subtle: import("@elaraai/east").NullType;
1266
+ }>>;
1267
+ striped: OptionType<BooleanType>;
1268
+ animated: OptionType<BooleanType>;
1269
+ label: OptionType<StringType>;
1270
+ valueText: OptionType<StringType>;
1271
+ }>;
1272
+ Alert: StructType<{
1273
+ status: import("@elaraai/east").VariantType<{
1274
+ info: import("@elaraai/east").NullType;
1275
+ warning: import("@elaraai/east").NullType;
1276
+ success: import("@elaraai/east").NullType;
1277
+ error: import("@elaraai/east").NullType;
1278
+ }>;
1279
+ title: OptionType<StringType>;
1280
+ description: OptionType<StringType>;
1281
+ variant: OptionType<import("@elaraai/east").VariantType<{
1282
+ solid: import("@elaraai/east").NullType;
1283
+ subtle: import("@elaraai/east").NullType;
1284
+ outline: import("@elaraai/east").NullType;
1285
+ }>>;
1286
+ }>;
1287
+ Badge: StructType<{
1288
+ value: StringType;
1289
+ variant: OptionType<import("@elaraai/east").VariantType<{
1290
+ subtle: import("@elaraai/east").NullType;
1291
+ solid: import("@elaraai/east").NullType;
1292
+ outline: import("@elaraai/east").NullType;
1293
+ }>>;
1294
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
1295
+ gray: import("@elaraai/east").NullType;
1296
+ red: import("@elaraai/east").NullType;
1297
+ orange: import("@elaraai/east").NullType;
1298
+ yellow: import("@elaraai/east").NullType;
1299
+ green: import("@elaraai/east").NullType;
1300
+ teal: import("@elaraai/east").NullType;
1301
+ blue: import("@elaraai/east").NullType;
1302
+ cyan: import("@elaraai/east").NullType;
798
1303
  purple: import("@elaraai/east").NullType;
799
1304
  pink: import("@elaraai/east").NullType;
800
1305
  }>>;
@@ -831,6 +1336,7 @@ export declare const AccordionItemType: StructType<{
831
1336
  xl: import("@elaraai/east").NullType;
832
1337
  }>>;
833
1338
  closable: OptionType<BooleanType>;
1339
+ onClose: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
834
1340
  }>;
835
1341
  Avatar: StructType<{
836
1342
  src: OptionType<StringType>;
@@ -3171,6 +3677,9 @@ export declare const AccordionItemType: StructType<{
3171
3677
  multiple: import("@elaraai/east").NullType;
3172
3678
  }>>;
3173
3679
  animateContent: OptionType<BooleanType>;
3680
+ onExpandedChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
3681
+ onSelectionChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
3682
+ onFocusChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
3174
3683
  }>>;
3175
3684
  }>;
3176
3685
  Table: StructType<{
@@ -3221,6 +3730,47 @@ export declare const AccordionItemType: StructType<{
3221
3730
  purple: import("@elaraai/east").NullType;
3222
3731
  pink: import("@elaraai/east").NullType;
3223
3732
  }>>;
3733
+ onCellClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3734
+ rowIndex: import("@elaraai/east").IntegerType;
3735
+ columnKey: StringType;
3736
+ cellValue: import("@elaraai/east").VariantType<{
3737
+ Boolean: BooleanType;
3738
+ Integer: import("@elaraai/east").IntegerType;
3739
+ Float: import("@elaraai/east").FloatType;
3740
+ String: StringType;
3741
+ DateTime: import("@elaraai/east").DateTimeType;
3742
+ }>;
3743
+ }>], import("@elaraai/east").NullType>>;
3744
+ onCellDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3745
+ rowIndex: import("@elaraai/east").IntegerType;
3746
+ columnKey: StringType;
3747
+ cellValue: import("@elaraai/east").VariantType<{
3748
+ Boolean: BooleanType;
3749
+ Integer: import("@elaraai/east").IntegerType;
3750
+ Float: import("@elaraai/east").FloatType;
3751
+ String: StringType;
3752
+ DateTime: import("@elaraai/east").DateTimeType;
3753
+ }>;
3754
+ }>], import("@elaraai/east").NullType>>;
3755
+ onRowClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3756
+ rowIndex: import("@elaraai/east").IntegerType;
3757
+ }>], import("@elaraai/east").NullType>>;
3758
+ onRowDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3759
+ rowIndex: import("@elaraai/east").IntegerType;
3760
+ }>], import("@elaraai/east").NullType>>;
3761
+ onRowSelectionChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3762
+ rowIndex: import("@elaraai/east").IntegerType;
3763
+ selected: BooleanType;
3764
+ selectedRowsIndices: ArrayType<import("@elaraai/east").IntegerType>;
3765
+ }>], import("@elaraai/east").NullType>>;
3766
+ onSortChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3767
+ columnKey: StringType;
3768
+ sortIndex: import("@elaraai/east").IntegerType;
3769
+ sortDirection: import("@elaraai/east").VariantType<{
3770
+ asc: import("@elaraai/east").NullType;
3771
+ desc: import("@elaraai/east").NullType;
3772
+ }>;
3773
+ }>], import("@elaraai/east").NullType>>;
3224
3774
  }>>;
3225
3775
  }>;
3226
3776
  Gantt: StructType<{
@@ -3310,6 +3860,104 @@ export declare const AccordionItemType: StructType<{
3310
3860
  pink: import("@elaraai/east").NullType;
3311
3861
  }>>;
3312
3862
  showToday: OptionType<BooleanType>;
3863
+ dragStep: OptionType<import("@elaraai/east").VariantType<{
3864
+ minutes: import("@elaraai/east").FloatType;
3865
+ hours: import("@elaraai/east").FloatType;
3866
+ days: import("@elaraai/east").FloatType;
3867
+ weeks: import("@elaraai/east").FloatType;
3868
+ months: import("@elaraai/east").FloatType;
3869
+ }>>;
3870
+ durationStep: OptionType<import("@elaraai/east").VariantType<{
3871
+ minutes: import("@elaraai/east").FloatType;
3872
+ hours: import("@elaraai/east").FloatType;
3873
+ days: import("@elaraai/east").FloatType;
3874
+ weeks: import("@elaraai/east").FloatType;
3875
+ months: import("@elaraai/east").FloatType;
3876
+ }>>;
3877
+ onCellClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3878
+ rowIndex: import("@elaraai/east").IntegerType;
3879
+ columnKey: StringType;
3880
+ cellValue: import("@elaraai/east").VariantType<{
3881
+ Boolean: BooleanType;
3882
+ Integer: import("@elaraai/east").IntegerType;
3883
+ Float: import("@elaraai/east").FloatType;
3884
+ String: StringType;
3885
+ DateTime: import("@elaraai/east").DateTimeType;
3886
+ }>;
3887
+ }>], import("@elaraai/east").NullType>>;
3888
+ onCellDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3889
+ rowIndex: import("@elaraai/east").IntegerType;
3890
+ columnKey: StringType;
3891
+ cellValue: import("@elaraai/east").VariantType<{
3892
+ Boolean: BooleanType;
3893
+ Integer: import("@elaraai/east").IntegerType;
3894
+ Float: import("@elaraai/east").FloatType;
3895
+ String: StringType;
3896
+ DateTime: import("@elaraai/east").DateTimeType;
3897
+ }>;
3898
+ }>], import("@elaraai/east").NullType>>;
3899
+ onRowClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3900
+ rowIndex: import("@elaraai/east").IntegerType;
3901
+ }>], import("@elaraai/east").NullType>>;
3902
+ onRowDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3903
+ rowIndex: import("@elaraai/east").IntegerType;
3904
+ }>], import("@elaraai/east").NullType>>;
3905
+ onSortChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3906
+ columnKey: StringType;
3907
+ sortIndex: import("@elaraai/east").IntegerType;
3908
+ sortDirection: import("@elaraai/east").VariantType<{
3909
+ asc: import("@elaraai/east").NullType;
3910
+ desc: import("@elaraai/east").NullType;
3911
+ }>;
3912
+ }>], import("@elaraai/east").NullType>>;
3913
+ onTaskClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3914
+ rowIndex: import("@elaraai/east").IntegerType;
3915
+ taskIndex: import("@elaraai/east").IntegerType;
3916
+ taskStart: import("@elaraai/east").DateTimeType;
3917
+ taskEnd: import("@elaraai/east").DateTimeType;
3918
+ }>], import("@elaraai/east").NullType>>;
3919
+ onTaskDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3920
+ rowIndex: import("@elaraai/east").IntegerType;
3921
+ taskIndex: import("@elaraai/east").IntegerType;
3922
+ taskStart: import("@elaraai/east").DateTimeType;
3923
+ taskEnd: import("@elaraai/east").DateTimeType;
3924
+ }>], import("@elaraai/east").NullType>>;
3925
+ onTaskDrag: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3926
+ rowIndex: import("@elaraai/east").IntegerType;
3927
+ taskIndex: import("@elaraai/east").IntegerType;
3928
+ previousStart: import("@elaraai/east").DateTimeType;
3929
+ previousEnd: import("@elaraai/east").DateTimeType;
3930
+ newStart: import("@elaraai/east").DateTimeType;
3931
+ newEnd: import("@elaraai/east").DateTimeType;
3932
+ }>], import("@elaraai/east").NullType>>;
3933
+ onTaskDurationChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3934
+ rowIndex: import("@elaraai/east").IntegerType;
3935
+ taskIndex: import("@elaraai/east").IntegerType;
3936
+ previousEnd: import("@elaraai/east").DateTimeType;
3937
+ newEnd: import("@elaraai/east").DateTimeType;
3938
+ }>], import("@elaraai/east").NullType>>;
3939
+ onTaskProgressChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3940
+ rowIndex: import("@elaraai/east").IntegerType;
3941
+ taskIndex: import("@elaraai/east").IntegerType;
3942
+ previousProgress: import("@elaraai/east").FloatType;
3943
+ newProgress: import("@elaraai/east").FloatType;
3944
+ }>], import("@elaraai/east").NullType>>;
3945
+ onMilestoneClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3946
+ rowIndex: import("@elaraai/east").IntegerType;
3947
+ milestoneIndex: import("@elaraai/east").IntegerType;
3948
+ milestoneDate: import("@elaraai/east").DateTimeType;
3949
+ }>], import("@elaraai/east").NullType>>;
3950
+ onMilestoneDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3951
+ rowIndex: import("@elaraai/east").IntegerType;
3952
+ milestoneIndex: import("@elaraai/east").IntegerType;
3953
+ milestoneDate: import("@elaraai/east").DateTimeType;
3954
+ }>], import("@elaraai/east").NullType>>;
3955
+ onMilestoneDrag: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3956
+ rowIndex: import("@elaraai/east").IntegerType;
3957
+ milestoneIndex: import("@elaraai/east").IntegerType;
3958
+ previousDate: import("@elaraai/east").DateTimeType;
3959
+ newDate: import("@elaraai/east").DateTimeType;
3960
+ }>], import("@elaraai/east").NullType>>;
3313
3961
  }>>;
3314
3962
  }>;
3315
3963
  Accordion: StructType<{
@@ -3327,6 +3975,7 @@ export declare const AccordionItemType: StructType<{
3327
3975
  plain: import("@elaraai/east").NullType;
3328
3976
  subtle: import("@elaraai/east").NullType;
3329
3977
  }>>;
3978
+ onValueChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
3330
3979
  }>>;
3331
3980
  }>;
3332
3981
  Carousel: StructType<{
@@ -3347,6 +3996,7 @@ export declare const AccordionItemType: StructType<{
3347
3996
  }>>;
3348
3997
  spacing: OptionType<StringType>;
3349
3998
  padding: OptionType<StringType>;
3999
+ onIndexChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
3350
4000
  }>>;
3351
4001
  }>;
3352
4002
  Tabs: StructType<{
@@ -3399,6 +4049,7 @@ export declare const AccordionItemType: StructType<{
3399
4049
  purple: import("@elaraai/east").NullType;
3400
4050
  pink: import("@elaraai/east").NullType;
3401
4051
  }>>;
4052
+ onValueChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
3402
4053
  }>>;
3403
4054
  }>;
3404
4055
  Tooltip: StructType<{
@@ -3481,6 +4132,10 @@ export declare const AccordionItemType: StructType<{
3481
4132
  dialog: import("@elaraai/east").NullType;
3482
4133
  alertdialog: import("@elaraai/east").NullType;
3483
4134
  }>>;
4135
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
4136
+ onExitComplete: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4137
+ onEscapeKeyDown: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4138
+ onInteractOutside: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
3484
4139
  }>>;
3485
4140
  }>;
3486
4141
  Drawer: StructType<{
@@ -3504,6 +4159,8 @@ export declare const AccordionItemType: StructType<{
3504
4159
  bottom: import("@elaraai/east").NullType;
3505
4160
  }>>;
3506
4161
  contained: OptionType<BooleanType>;
4162
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
4163
+ onExitComplete: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
3507
4164
  }>>;
3508
4165
  }>;
3509
4166
  Popover: StructType<{
@@ -3534,6 +4191,7 @@ export declare const AccordionItemType: StructType<{
3534
4191
  }>>;
3535
4192
  hasArrow: OptionType<BooleanType>;
3536
4193
  gutter: OptionType<import("@elaraai/east").IntegerType>;
4194
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
3537
4195
  }>>;
3538
4196
  }>;
3539
4197
  HoverCard: StructType<{
@@ -3563,6 +4221,7 @@ export declare const AccordionItemType: StructType<{
3563
4221
  hasArrow: OptionType<BooleanType>;
3564
4222
  openDelay: OptionType<import("@elaraai/east").IntegerType>;
3565
4223
  closeDelay: OptionType<import("@elaraai/east").IntegerType>;
4224
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
3566
4225
  }>>;
3567
4226
  }>;
3568
4227
  ActionBar: StructType<{
@@ -3576,7 +4235,10 @@ export declare const AccordionItemType: StructType<{
3576
4235
  }>>;
3577
4236
  selectionCount: OptionType<import("@elaraai/east").IntegerType>;
3578
4237
  selectionLabel: OptionType<StringType>;
3579
- style: OptionType<StructType<{}>>;
4238
+ style: OptionType<StructType<{
4239
+ onSelect: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
4240
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
4241
+ }>>;
3580
4242
  }>;
3581
4243
  ToggleTip: StructType<{
3582
4244
  trigger: import("@elaraai/east").RecursiveTypeMarker;
@@ -3597,8 +4259,12 @@ export declare const AccordionItemType: StructType<{
3597
4259
  "right-end": import("@elaraai/east").NullType;
3598
4260
  }>>;
3599
4261
  hasArrow: OptionType<BooleanType>;
4262
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
3600
4263
  }>>;
3601
4264
  }>;
4265
+ ReactiveComponent: StructType<{
4266
+ render: import("@elaraai/east").FunctionType<[], import("@elaraai/east").RecursiveTypeMarker>;
4267
+ }>;
3602
4268
  }>>>;
3603
4269
  disabled: OptionType<BooleanType>;
3604
4270
  }>;
@@ -3787,6 +4453,7 @@ export declare const AccordionRootType: StructType<{
3787
4453
  highlightLines: OptionType<ArrayType<import("@elaraai/east").IntegerType>>;
3788
4454
  maxHeight: OptionType<StringType>;
3789
4455
  showCopyButton: OptionType<BooleanType>;
4456
+ wordWrap: OptionType<BooleanType>;
3790
4457
  title: OptionType<StringType>;
3791
4458
  }>;
3792
4459
  Button: StructType<{
@@ -3818,6 +4485,7 @@ export declare const AccordionRootType: StructType<{
3818
4485
  }>>;
3819
4486
  loading: OptionType<BooleanType>;
3820
4487
  disabled: OptionType<BooleanType>;
4488
+ onClick: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
3821
4489
  }>>;
3822
4490
  }>;
3823
4491
  IconButton: StructType<{
@@ -3850,6 +4518,7 @@ export declare const AccordionRootType: StructType<{
3850
4518
  }>>;
3851
4519
  loading: OptionType<BooleanType>;
3852
4520
  disabled: OptionType<BooleanType>;
4521
+ onClick: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
3853
4522
  }>>;
3854
4523
  }>;
3855
4524
  Box: StructType<{
@@ -3867,6 +4536,28 @@ export declare const AccordionRootType: StructType<{
3867
4536
  }>>;
3868
4537
  width: OptionType<StringType>;
3869
4538
  height: OptionType<StringType>;
4539
+ minHeight: OptionType<StringType>;
4540
+ minWidth: OptionType<StringType>;
4541
+ maxHeight: OptionType<StringType>;
4542
+ maxWidth: OptionType<StringType>;
4543
+ overflow: OptionType<import("@elaraai/east").VariantType<{
4544
+ visible: import("@elaraai/east").NullType;
4545
+ hidden: import("@elaraai/east").NullType;
4546
+ scroll: import("@elaraai/east").NullType;
4547
+ auto: import("@elaraai/east").NullType;
4548
+ }>>;
4549
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
4550
+ visible: import("@elaraai/east").NullType;
4551
+ hidden: import("@elaraai/east").NullType;
4552
+ scroll: import("@elaraai/east").NullType;
4553
+ auto: import("@elaraai/east").NullType;
4554
+ }>>;
4555
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
4556
+ visible: import("@elaraai/east").NullType;
4557
+ hidden: import("@elaraai/east").NullType;
4558
+ scroll: import("@elaraai/east").NullType;
4559
+ auto: import("@elaraai/east").NullType;
4560
+ }>>;
3870
4561
  padding: OptionType<StructType<{
3871
4562
  top: OptionType<StringType>;
3872
4563
  right: OptionType<StringType>;
@@ -3879,15 +4570,47 @@ export declare const AccordionRootType: StructType<{
3879
4570
  bottom: OptionType<StringType>;
3880
4571
  left: OptionType<StringType>;
3881
4572
  }>>;
3882
- background: OptionType<StringType>;
3883
- color: OptionType<StringType>;
3884
- borderRadius: OptionType<StringType>;
3885
- flexDirection: OptionType<import("@elaraai/east").VariantType<{
4573
+ background: OptionType<StringType>;
4574
+ color: OptionType<StringType>;
4575
+ borderRadius: OptionType<StringType>;
4576
+ flexDirection: OptionType<import("@elaraai/east").VariantType<{
4577
+ row: import("@elaraai/east").NullType;
4578
+ column: import("@elaraai/east").NullType;
4579
+ "row-reverse": import("@elaraai/east").NullType;
4580
+ "column-reverse": import("@elaraai/east").NullType;
4581
+ }>>;
4582
+ justifyContent: OptionType<import("@elaraai/east").VariantType<{
4583
+ "flex-start": import("@elaraai/east").NullType;
4584
+ "flex-end": import("@elaraai/east").NullType;
4585
+ center: import("@elaraai/east").NullType;
4586
+ "space-between": import("@elaraai/east").NullType;
4587
+ "space-around": import("@elaraai/east").NullType;
4588
+ "space-evenly": import("@elaraai/east").NullType;
4589
+ }>>;
4590
+ alignItems: OptionType<import("@elaraai/east").VariantType<{
4591
+ "flex-start": import("@elaraai/east").NullType;
4592
+ "flex-end": import("@elaraai/east").NullType;
4593
+ center: import("@elaraai/east").NullType;
4594
+ baseline: import("@elaraai/east").NullType;
4595
+ stretch: import("@elaraai/east").NullType;
4596
+ }>>;
4597
+ gap: OptionType<StringType>;
4598
+ }>>;
4599
+ }>;
4600
+ Flex: StructType<{
4601
+ children: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
4602
+ style: OptionType<StructType<{
4603
+ direction: OptionType<import("@elaraai/east").VariantType<{
3886
4604
  row: import("@elaraai/east").NullType;
3887
4605
  column: import("@elaraai/east").NullType;
3888
4606
  "row-reverse": import("@elaraai/east").NullType;
3889
4607
  "column-reverse": import("@elaraai/east").NullType;
3890
4608
  }>>;
4609
+ wrap: OptionType<import("@elaraai/east").VariantType<{
4610
+ nowrap: import("@elaraai/east").NullType;
4611
+ wrap: import("@elaraai/east").NullType;
4612
+ "wrap-reverse": import("@elaraai/east").NullType;
4613
+ }>>;
3891
4614
  justifyContent: OptionType<import("@elaraai/east").VariantType<{
3892
4615
  "flex-start": import("@elaraai/east").NullType;
3893
4616
  "flex-end": import("@elaraai/east").NullType;
@@ -3904,6 +4627,45 @@ export declare const AccordionRootType: StructType<{
3904
4627
  stretch: import("@elaraai/east").NullType;
3905
4628
  }>>;
3906
4629
  gap: OptionType<StringType>;
4630
+ width: OptionType<StringType>;
4631
+ height: OptionType<StringType>;
4632
+ minHeight: OptionType<StringType>;
4633
+ minWidth: OptionType<StringType>;
4634
+ maxHeight: OptionType<StringType>;
4635
+ maxWidth: OptionType<StringType>;
4636
+ overflow: OptionType<import("@elaraai/east").VariantType<{
4637
+ visible: import("@elaraai/east").NullType;
4638
+ hidden: import("@elaraai/east").NullType;
4639
+ scroll: import("@elaraai/east").NullType;
4640
+ auto: import("@elaraai/east").NullType;
4641
+ }>>;
4642
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
4643
+ visible: import("@elaraai/east").NullType;
4644
+ hidden: import("@elaraai/east").NullType;
4645
+ scroll: import("@elaraai/east").NullType;
4646
+ auto: import("@elaraai/east").NullType;
4647
+ }>>;
4648
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
4649
+ visible: import("@elaraai/east").NullType;
4650
+ hidden: import("@elaraai/east").NullType;
4651
+ scroll: import("@elaraai/east").NullType;
4652
+ auto: import("@elaraai/east").NullType;
4653
+ }>>;
4654
+ padding: OptionType<StructType<{
4655
+ top: OptionType<StringType>;
4656
+ right: OptionType<StringType>;
4657
+ bottom: OptionType<StringType>;
4658
+ left: OptionType<StringType>;
4659
+ }>>;
4660
+ margin: OptionType<StructType<{
4661
+ top: OptionType<StringType>;
4662
+ right: OptionType<StringType>;
4663
+ bottom: OptionType<StringType>;
4664
+ left: OptionType<StringType>;
4665
+ }>>;
4666
+ background: OptionType<StringType>;
4667
+ color: OptionType<StringType>;
4668
+ borderRadius: OptionType<StringType>;
3907
4669
  }>>;
3908
4670
  }>;
3909
4671
  Stack: StructType<{
@@ -3951,6 +4713,28 @@ export declare const AccordionRootType: StructType<{
3951
4713
  background: OptionType<StringType>;
3952
4714
  width: OptionType<StringType>;
3953
4715
  height: OptionType<StringType>;
4716
+ minHeight: OptionType<StringType>;
4717
+ minWidth: OptionType<StringType>;
4718
+ maxHeight: OptionType<StringType>;
4719
+ maxWidth: OptionType<StringType>;
4720
+ overflow: OptionType<import("@elaraai/east").VariantType<{
4721
+ visible: import("@elaraai/east").NullType;
4722
+ hidden: import("@elaraai/east").NullType;
4723
+ scroll: import("@elaraai/east").NullType;
4724
+ auto: import("@elaraai/east").NullType;
4725
+ }>>;
4726
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
4727
+ visible: import("@elaraai/east").NullType;
4728
+ hidden: import("@elaraai/east").NullType;
4729
+ scroll: import("@elaraai/east").NullType;
4730
+ auto: import("@elaraai/east").NullType;
4731
+ }>>;
4732
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
4733
+ visible: import("@elaraai/east").NullType;
4734
+ hidden: import("@elaraai/east").NullType;
4735
+ scroll: import("@elaraai/east").NullType;
4736
+ auto: import("@elaraai/east").NullType;
4737
+ }>>;
3954
4738
  }>>;
3955
4739
  }>;
3956
4740
  Separator: StructType<{
@@ -4045,6 +4829,13 @@ export declare const AccordionRootType: StructType<{
4045
4829
  horizontal: import("@elaraai/east").NullType;
4046
4830
  vertical: import("@elaraai/east").NullType;
4047
4831
  }>>;
4832
+ onResize: OptionType<import("@elaraai/east").FunctionType<[StructType<{
4833
+ size: ArrayType<import("@elaraai/east").FloatType>;
4834
+ }>], import("@elaraai/east").NullType>>;
4835
+ onResizeStart: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4836
+ onResizeEnd: OptionType<import("@elaraai/east").FunctionType<[StructType<{
4837
+ size: ArrayType<import("@elaraai/east").FloatType>;
4838
+ }>], import("@elaraai/east").NullType>>;
4048
4839
  }>>;
4049
4840
  }>;
4050
4841
  StringInput: StructType<{
@@ -4064,6 +4855,9 @@ export declare const AccordionRootType: StructType<{
4064
4855
  maxLength: OptionType<import("@elaraai/east").IntegerType>;
4065
4856
  pattern: OptionType<StringType>;
4066
4857
  disabled: OptionType<BooleanType>;
4858
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
4859
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4860
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4067
4861
  }>;
4068
4862
  IntegerInput: StructType<{
4069
4863
  value: import("@elaraai/east").IntegerType;
@@ -4082,6 +4876,9 @@ export declare const AccordionRootType: StructType<{
4082
4876
  lg: import("@elaraai/east").NullType;
4083
4877
  }>>;
4084
4878
  disabled: OptionType<BooleanType>;
4879
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
4880
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4881
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4085
4882
  }>;
4086
4883
  FloatInput: StructType<{
4087
4884
  value: import("@elaraai/east").FloatType;
@@ -4101,13 +4898,44 @@ export declare const AccordionRootType: StructType<{
4101
4898
  lg: import("@elaraai/east").NullType;
4102
4899
  }>>;
4103
4900
  disabled: OptionType<BooleanType>;
4901
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
4902
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4903
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4104
4904
  }>;
4105
4905
  DateTimeInput: StructType<{
4106
4906
  value: import("@elaraai/east").DateTimeType;
4107
4907
  min: OptionType<import("@elaraai/east").DateTimeType>;
4108
4908
  max: OptionType<import("@elaraai/east").DateTimeType>;
4109
- showTime: OptionType<BooleanType>;
4110
- format: OptionType<StringType>;
4909
+ precision: OptionType<import("@elaraai/east").VariantType<{
4910
+ date: import("@elaraai/east").NullType;
4911
+ time: import("@elaraai/east").NullType;
4912
+ datetime: import("@elaraai/east").NullType;
4913
+ }>>;
4914
+ format: OptionType<ArrayType<import("@elaraai/east").VariantType<{
4915
+ literal: StringType;
4916
+ year4: import("@elaraai/east").NullType;
4917
+ year2: import("@elaraai/east").NullType;
4918
+ month1: import("@elaraai/east").NullType;
4919
+ month2: import("@elaraai/east").NullType;
4920
+ monthNameShort: import("@elaraai/east").NullType;
4921
+ monthNameFull: import("@elaraai/east").NullType;
4922
+ day1: import("@elaraai/east").NullType;
4923
+ day2: import("@elaraai/east").NullType;
4924
+ weekdayNameMin: import("@elaraai/east").NullType;
4925
+ weekdayNameShort: import("@elaraai/east").NullType;
4926
+ weekdayNameFull: import("@elaraai/east").NullType;
4927
+ hour24_1: import("@elaraai/east").NullType;
4928
+ hour24_2: import("@elaraai/east").NullType;
4929
+ hour12_1: import("@elaraai/east").NullType;
4930
+ hour12_2: import("@elaraai/east").NullType;
4931
+ minute1: import("@elaraai/east").NullType;
4932
+ minute2: import("@elaraai/east").NullType;
4933
+ second1: import("@elaraai/east").NullType;
4934
+ second2: import("@elaraai/east").NullType;
4935
+ millisecond3: import("@elaraai/east").NullType;
4936
+ ampmUpper: import("@elaraai/east").NullType;
4937
+ ampmLower: import("@elaraai/east").NullType;
4938
+ }>>>;
4111
4939
  variant: OptionType<import("@elaraai/east").VariantType<{
4112
4940
  outline: import("@elaraai/east").NullType;
4113
4941
  subtle: import("@elaraai/east").NullType;
@@ -4120,6 +4948,9 @@ export declare const AccordionRootType: StructType<{
4120
4948
  lg: import("@elaraai/east").NullType;
4121
4949
  }>>;
4122
4950
  disabled: OptionType<BooleanType>;
4951
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").DateTimeType], import("@elaraai/east").NullType>>;
4952
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4953
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4123
4954
  }>;
4124
4955
  Checkbox: StructType<{
4125
4956
  checked: BooleanType;
@@ -4144,6 +4975,7 @@ export declare const AccordionRootType: StructType<{
4144
4975
  md: import("@elaraai/east").NullType;
4145
4976
  lg: import("@elaraai/east").NullType;
4146
4977
  }>>;
4978
+ onChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
4147
4979
  }>;
4148
4980
  Switch: StructType<{
4149
4981
  checked: BooleanType;
@@ -4167,6 +4999,7 @@ export declare const AccordionRootType: StructType<{
4167
4999
  md: import("@elaraai/east").NullType;
4168
5000
  lg: import("@elaraai/east").NullType;
4169
5001
  }>>;
5002
+ onChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
4170
5003
  }>;
4171
5004
  Select: StructType<{
4172
5005
  value: OptionType<StringType>;
@@ -4184,6 +5017,9 @@ export declare const AccordionRootType: StructType<{
4184
5017
  md: import("@elaraai/east").NullType;
4185
5018
  lg: import("@elaraai/east").NullType;
4186
5019
  }>>;
5020
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
5021
+ onChangeMultiple: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
5022
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
4187
5023
  }>;
4188
5024
  Slider: StructType<{
4189
5025
  value: import("@elaraai/east").FloatType;
@@ -4217,6 +5053,8 @@ export declare const AccordionRootType: StructType<{
4217
5053
  subtle: import("@elaraai/east").NullType;
4218
5054
  }>>;
4219
5055
  disabled: OptionType<BooleanType>;
5056
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
5057
+ onChangeEnd: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
4220
5058
  }>;
4221
5059
  FileUpload: StructType<{
4222
5060
  accept: OptionType<StringType>;
@@ -4235,31 +5073,358 @@ export declare const AccordionRootType: StructType<{
4235
5073
  label: OptionType<StringType>;
4236
5074
  dropzoneText: OptionType<StringType>;
4237
5075
  triggerText: OptionType<StringType>;
5076
+ onFileAccept: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
5077
+ name: StringType;
5078
+ size: import("@elaraai/east").IntegerType;
5079
+ type: StringType;
5080
+ }>>], import("@elaraai/east").NullType>>;
5081
+ onFileReject: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
5082
+ file: StructType<{
5083
+ name: StringType;
5084
+ size: import("@elaraai/east").IntegerType;
5085
+ type: StringType;
5086
+ }>;
5087
+ errors: ArrayType<StringType>;
5088
+ }>>], import("@elaraai/east").NullType>>;
4238
5089
  }>;
4239
5090
  Field: StructType<{
4240
5091
  label: StringType;
4241
- control: import("@elaraai/east").RecursiveTypeMarker;
5092
+ control: import("@elaraai/east").VariantType<{
5093
+ Checkbox: StructType<{
5094
+ checked: BooleanType;
5095
+ label: OptionType<StringType>;
5096
+ indeterminate: OptionType<BooleanType>;
5097
+ disabled: OptionType<BooleanType>;
5098
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
5099
+ gray: import("@elaraai/east").NullType;
5100
+ red: import("@elaraai/east").NullType;
5101
+ orange: import("@elaraai/east").NullType;
5102
+ yellow: import("@elaraai/east").NullType;
5103
+ green: import("@elaraai/east").NullType;
5104
+ teal: import("@elaraai/east").NullType;
5105
+ blue: import("@elaraai/east").NullType;
5106
+ cyan: import("@elaraai/east").NullType;
5107
+ purple: import("@elaraai/east").NullType;
5108
+ pink: import("@elaraai/east").NullType;
5109
+ }>>;
5110
+ size: OptionType<import("@elaraai/east").VariantType<{
5111
+ xs: import("@elaraai/east").NullType;
5112
+ sm: import("@elaraai/east").NullType;
5113
+ md: import("@elaraai/east").NullType;
5114
+ lg: import("@elaraai/east").NullType;
5115
+ }>>;
5116
+ onChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
5117
+ }>;
5118
+ StringInput: StructType<{
5119
+ value: StringType;
5120
+ placeholder: OptionType<StringType>;
5121
+ variant: OptionType<import("@elaraai/east").VariantType<{
5122
+ outline: import("@elaraai/east").NullType;
5123
+ subtle: import("@elaraai/east").NullType;
5124
+ flushed: import("@elaraai/east").NullType;
5125
+ }>>;
5126
+ size: OptionType<import("@elaraai/east").VariantType<{
5127
+ xs: import("@elaraai/east").NullType;
5128
+ sm: import("@elaraai/east").NullType;
5129
+ md: import("@elaraai/east").NullType;
5130
+ lg: import("@elaraai/east").NullType;
5131
+ }>>;
5132
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
5133
+ pattern: OptionType<StringType>;
5134
+ disabled: OptionType<BooleanType>;
5135
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
5136
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5137
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5138
+ }>;
5139
+ IntegerInput: StructType<{
5140
+ value: import("@elaraai/east").IntegerType;
5141
+ min: OptionType<import("@elaraai/east").IntegerType>;
5142
+ max: OptionType<import("@elaraai/east").IntegerType>;
5143
+ step: OptionType<import("@elaraai/east").IntegerType>;
5144
+ variant: OptionType<import("@elaraai/east").VariantType<{
5145
+ outline: import("@elaraai/east").NullType;
5146
+ subtle: import("@elaraai/east").NullType;
5147
+ flushed: import("@elaraai/east").NullType;
5148
+ }>>;
5149
+ size: OptionType<import("@elaraai/east").VariantType<{
5150
+ xs: import("@elaraai/east").NullType;
5151
+ sm: import("@elaraai/east").NullType;
5152
+ md: import("@elaraai/east").NullType;
5153
+ lg: import("@elaraai/east").NullType;
5154
+ }>>;
5155
+ disabled: OptionType<BooleanType>;
5156
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
5157
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5158
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5159
+ }>;
5160
+ FloatInput: StructType<{
5161
+ value: import("@elaraai/east").FloatType;
5162
+ min: OptionType<import("@elaraai/east").FloatType>;
5163
+ max: OptionType<import("@elaraai/east").FloatType>;
5164
+ step: OptionType<import("@elaraai/east").FloatType>;
5165
+ precision: OptionType<import("@elaraai/east").IntegerType>;
5166
+ variant: OptionType<import("@elaraai/east").VariantType<{
5167
+ outline: import("@elaraai/east").NullType;
5168
+ subtle: import("@elaraai/east").NullType;
5169
+ flushed: import("@elaraai/east").NullType;
5170
+ }>>;
5171
+ size: OptionType<import("@elaraai/east").VariantType<{
5172
+ xs: import("@elaraai/east").NullType;
5173
+ sm: import("@elaraai/east").NullType;
5174
+ md: import("@elaraai/east").NullType;
5175
+ lg: import("@elaraai/east").NullType;
5176
+ }>>;
5177
+ disabled: OptionType<BooleanType>;
5178
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
5179
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5180
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5181
+ }>;
5182
+ DateTimeInput: StructType<{
5183
+ value: import("@elaraai/east").DateTimeType;
5184
+ min: OptionType<import("@elaraai/east").DateTimeType>;
5185
+ max: OptionType<import("@elaraai/east").DateTimeType>;
5186
+ precision: OptionType<import("@elaraai/east").VariantType<{
5187
+ date: import("@elaraai/east").NullType;
5188
+ time: import("@elaraai/east").NullType;
5189
+ datetime: import("@elaraai/east").NullType;
5190
+ }>>;
5191
+ format: OptionType<ArrayType<import("@elaraai/east").VariantType<{
5192
+ literal: StringType;
5193
+ year4: import("@elaraai/east").NullType;
5194
+ year2: import("@elaraai/east").NullType;
5195
+ month1: import("@elaraai/east").NullType;
5196
+ month2: import("@elaraai/east").NullType;
5197
+ monthNameShort: import("@elaraai/east").NullType;
5198
+ monthNameFull: import("@elaraai/east").NullType;
5199
+ day1: import("@elaraai/east").NullType;
5200
+ day2: import("@elaraai/east").NullType;
5201
+ weekdayNameMin: import("@elaraai/east").NullType;
5202
+ weekdayNameShort: import("@elaraai/east").NullType;
5203
+ weekdayNameFull: import("@elaraai/east").NullType;
5204
+ hour24_1: import("@elaraai/east").NullType;
5205
+ hour24_2: import("@elaraai/east").NullType;
5206
+ hour12_1: import("@elaraai/east").NullType;
5207
+ hour12_2: import("@elaraai/east").NullType;
5208
+ minute1: import("@elaraai/east").NullType;
5209
+ minute2: import("@elaraai/east").NullType;
5210
+ second1: import("@elaraai/east").NullType;
5211
+ second2: import("@elaraai/east").NullType;
5212
+ millisecond3: import("@elaraai/east").NullType;
5213
+ ampmUpper: import("@elaraai/east").NullType;
5214
+ ampmLower: import("@elaraai/east").NullType;
5215
+ }>>>;
5216
+ variant: OptionType<import("@elaraai/east").VariantType<{
5217
+ outline: import("@elaraai/east").NullType;
5218
+ subtle: import("@elaraai/east").NullType;
5219
+ flushed: import("@elaraai/east").NullType;
5220
+ }>>;
5221
+ size: OptionType<import("@elaraai/east").VariantType<{
5222
+ xs: import("@elaraai/east").NullType;
5223
+ sm: import("@elaraai/east").NullType;
5224
+ md: import("@elaraai/east").NullType;
5225
+ lg: import("@elaraai/east").NullType;
5226
+ }>>;
5227
+ disabled: OptionType<BooleanType>;
5228
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").DateTimeType], import("@elaraai/east").NullType>>;
5229
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5230
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5231
+ }>;
5232
+ FileUpload: StructType<{
5233
+ accept: OptionType<StringType>;
5234
+ maxFiles: OptionType<import("@elaraai/east").IntegerType>;
5235
+ maxFileSize: OptionType<import("@elaraai/east").IntegerType>;
5236
+ minFileSize: OptionType<import("@elaraai/east").IntegerType>;
5237
+ directory: OptionType<BooleanType>;
5238
+ disabled: OptionType<BooleanType>;
5239
+ required: OptionType<BooleanType>;
5240
+ allowDrop: OptionType<BooleanType>;
5241
+ capture: OptionType<import("@elaraai/east").VariantType<{
5242
+ user: import("@elaraai/east").NullType;
5243
+ environment: import("@elaraai/east").NullType;
5244
+ }>>;
5245
+ name: OptionType<StringType>;
5246
+ label: OptionType<StringType>;
5247
+ dropzoneText: OptionType<StringType>;
5248
+ triggerText: OptionType<StringType>;
5249
+ onFileAccept: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
5250
+ name: StringType;
5251
+ size: import("@elaraai/east").IntegerType;
5252
+ type: StringType;
5253
+ }>>], import("@elaraai/east").NullType>>;
5254
+ onFileReject: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
5255
+ file: StructType<{
5256
+ name: StringType;
5257
+ size: import("@elaraai/east").IntegerType;
5258
+ type: StringType;
5259
+ }>;
5260
+ errors: ArrayType<StringType>;
5261
+ }>>], import("@elaraai/east").NullType>>;
5262
+ }>;
5263
+ Select: StructType<{
5264
+ value: OptionType<StringType>;
5265
+ items: ArrayType<StructType<{
5266
+ value: StringType;
5267
+ label: StringType;
5268
+ disabled: OptionType<BooleanType>;
5269
+ }>>;
5270
+ placeholder: OptionType<StringType>;
5271
+ multiple: OptionType<BooleanType>;
5272
+ disabled: OptionType<BooleanType>;
5273
+ size: OptionType<import("@elaraai/east").VariantType<{
5274
+ xs: import("@elaraai/east").NullType;
5275
+ sm: import("@elaraai/east").NullType;
5276
+ md: import("@elaraai/east").NullType;
5277
+ lg: import("@elaraai/east").NullType;
5278
+ }>>;
5279
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
5280
+ onChangeMultiple: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
5281
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
5282
+ }>;
5283
+ Slider: StructType<{
5284
+ value: import("@elaraai/east").FloatType;
5285
+ min: OptionType<import("@elaraai/east").FloatType>;
5286
+ max: OptionType<import("@elaraai/east").FloatType>;
5287
+ step: OptionType<import("@elaraai/east").FloatType>;
5288
+ orientation: OptionType<import("@elaraai/east").VariantType<{
5289
+ horizontal: import("@elaraai/east").NullType;
5290
+ vertical: import("@elaraai/east").NullType;
5291
+ }>>;
5292
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
5293
+ gray: import("@elaraai/east").NullType;
5294
+ red: import("@elaraai/east").NullType;
5295
+ orange: import("@elaraai/east").NullType;
5296
+ yellow: import("@elaraai/east").NullType;
5297
+ green: import("@elaraai/east").NullType;
5298
+ teal: import("@elaraai/east").NullType;
5299
+ blue: import("@elaraai/east").NullType;
5300
+ cyan: import("@elaraai/east").NullType;
5301
+ purple: import("@elaraai/east").NullType;
5302
+ pink: import("@elaraai/east").NullType;
5303
+ }>>;
5304
+ size: OptionType<import("@elaraai/east").VariantType<{
5305
+ xs: import("@elaraai/east").NullType;
5306
+ sm: import("@elaraai/east").NullType;
5307
+ md: import("@elaraai/east").NullType;
5308
+ lg: import("@elaraai/east").NullType;
5309
+ }>>;
5310
+ variant: OptionType<import("@elaraai/east").VariantType<{
5311
+ outline: import("@elaraai/east").NullType;
5312
+ subtle: import("@elaraai/east").NullType;
5313
+ }>>;
5314
+ disabled: OptionType<BooleanType>;
5315
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
5316
+ onChangeEnd: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
5317
+ }>;
5318
+ Switch: StructType<{
5319
+ checked: BooleanType;
5320
+ label: OptionType<StringType>;
5321
+ disabled: OptionType<BooleanType>;
5322
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
5323
+ gray: import("@elaraai/east").NullType;
5324
+ red: import("@elaraai/east").NullType;
5325
+ orange: import("@elaraai/east").NullType;
5326
+ yellow: import("@elaraai/east").NullType;
5327
+ green: import("@elaraai/east").NullType;
5328
+ teal: import("@elaraai/east").NullType;
5329
+ blue: import("@elaraai/east").NullType;
5330
+ cyan: import("@elaraai/east").NullType;
5331
+ purple: import("@elaraai/east").NullType;
5332
+ pink: import("@elaraai/east").NullType;
5333
+ }>>;
5334
+ size: OptionType<import("@elaraai/east").VariantType<{
5335
+ xs: import("@elaraai/east").NullType;
5336
+ sm: import("@elaraai/east").NullType;
5337
+ md: import("@elaraai/east").NullType;
5338
+ lg: import("@elaraai/east").NullType;
5339
+ }>>;
5340
+ onChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
5341
+ }>;
5342
+ TagsInput: StructType<{
5343
+ value: ArrayType<StringType>;
5344
+ defaultValue: OptionType<ArrayType<StringType>>;
5345
+ max: OptionType<import("@elaraai/east").IntegerType>;
5346
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
5347
+ disabled: OptionType<BooleanType>;
5348
+ readOnly: OptionType<BooleanType>;
5349
+ invalid: OptionType<BooleanType>;
5350
+ editable: OptionType<BooleanType>;
5351
+ delimiter: OptionType<StringType>;
5352
+ addOnPaste: OptionType<BooleanType>;
5353
+ blurBehavior: OptionType<import("@elaraai/east").VariantType<{
5354
+ clear: import("@elaraai/east").NullType;
5355
+ add: import("@elaraai/east").NullType;
5356
+ }>>;
5357
+ allowOverflow: OptionType<BooleanType>;
5358
+ label: OptionType<StringType>;
5359
+ placeholder: OptionType<StringType>;
5360
+ size: OptionType<import("@elaraai/east").VariantType<{
5361
+ xs: import("@elaraai/east").NullType;
5362
+ sm: import("@elaraai/east").NullType;
5363
+ md: import("@elaraai/east").NullType;
5364
+ lg: import("@elaraai/east").NullType;
5365
+ }>>;
5366
+ variant: OptionType<import("@elaraai/east").VariantType<{
5367
+ outline: import("@elaraai/east").NullType;
5368
+ subtle: import("@elaraai/east").NullType;
5369
+ flushed: import("@elaraai/east").NullType;
5370
+ }>>;
5371
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
5372
+ gray: import("@elaraai/east").NullType;
5373
+ red: import("@elaraai/east").NullType;
5374
+ orange: import("@elaraai/east").NullType;
5375
+ yellow: import("@elaraai/east").NullType;
5376
+ green: import("@elaraai/east").NullType;
5377
+ teal: import("@elaraai/east").NullType;
5378
+ blue: import("@elaraai/east").NullType;
5379
+ cyan: import("@elaraai/east").NullType;
5380
+ purple: import("@elaraai/east").NullType;
5381
+ pink: import("@elaraai/east").NullType;
5382
+ }>>;
5383
+ onChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
5384
+ onInputChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
5385
+ onHighlightChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
5386
+ }>;
5387
+ Textarea: StructType<{
5388
+ value: StringType;
5389
+ placeholder: OptionType<StringType>;
5390
+ variant: OptionType<import("@elaraai/east").VariantType<{
5391
+ outline: import("@elaraai/east").NullType;
5392
+ subtle: import("@elaraai/east").NullType;
5393
+ flushed: import("@elaraai/east").NullType;
5394
+ }>>;
5395
+ size: OptionType<import("@elaraai/east").VariantType<{
5396
+ xs: import("@elaraai/east").NullType;
5397
+ sm: import("@elaraai/east").NullType;
5398
+ md: import("@elaraai/east").NullType;
5399
+ lg: import("@elaraai/east").NullType;
5400
+ }>>;
5401
+ resize: OptionType<import("@elaraai/east").VariantType<{
5402
+ none: import("@elaraai/east").NullType;
5403
+ vertical: import("@elaraai/east").NullType;
5404
+ horizontal: import("@elaraai/east").NullType;
5405
+ both: import("@elaraai/east").NullType;
5406
+ }>>;
5407
+ rows: OptionType<import("@elaraai/east").IntegerType>;
5408
+ disabled: OptionType<BooleanType>;
5409
+ readOnly: OptionType<BooleanType>;
5410
+ required: OptionType<BooleanType>;
5411
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
5412
+ autoresize: OptionType<BooleanType>;
5413
+ onValidate: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
5414
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
5415
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5416
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5417
+ }>;
5418
+ }>;
4242
5419
  helperText: OptionType<StringType>;
4243
5420
  errorText: OptionType<StringType>;
4244
5421
  required: OptionType<BooleanType>;
4245
5422
  disabled: OptionType<BooleanType>;
4246
5423
  invalid: OptionType<BooleanType>;
4247
5424
  readOnly: OptionType<BooleanType>;
4248
- }>;
4249
- Fieldset: StructType<{
4250
- legend: OptionType<StringType>;
4251
- helperText: OptionType<StringType>;
4252
- errorText: OptionType<StringType>;
4253
- content: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
4254
- disabled: OptionType<BooleanType>;
4255
- invalid: OptionType<BooleanType>;
4256
- style: OptionType<StructType<{
4257
- size: OptionType<import("@elaraai/east").VariantType<{
4258
- xs: import("@elaraai/east").NullType;
4259
- sm: import("@elaraai/east").NullType;
4260
- md: import("@elaraai/east").NullType;
4261
- lg: import("@elaraai/east").NullType;
4262
- }>>;
5425
+ orientation: OptionType<import("@elaraai/east").VariantType<{
5426
+ vertical: import("@elaraai/east").NullType;
5427
+ horizontal: import("@elaraai/east").NullType;
4263
5428
  }>>;
4264
5429
  }>;
4265
5430
  Textarea: StructType<{
@@ -4285,10 +5450,13 @@ export declare const AccordionRootType: StructType<{
4285
5450
  rows: OptionType<import("@elaraai/east").IntegerType>;
4286
5451
  disabled: OptionType<BooleanType>;
4287
5452
  readOnly: OptionType<BooleanType>;
4288
- invalid: OptionType<BooleanType>;
4289
5453
  required: OptionType<BooleanType>;
4290
5454
  maxLength: OptionType<import("@elaraai/east").IntegerType>;
4291
5455
  autoresize: OptionType<BooleanType>;
5456
+ onValidate: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
5457
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
5458
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5459
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4292
5460
  }>;
4293
5461
  TagsInput: StructType<{
4294
5462
  value: ArrayType<StringType>;
@@ -4331,6 +5499,9 @@ export declare const AccordionRootType: StructType<{
4331
5499
  purple: import("@elaraai/east").NullType;
4332
5500
  pink: import("@elaraai/east").NullType;
4333
5501
  }>>;
5502
+ onChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
5503
+ onInputChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
5504
+ onHighlightChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
4334
5505
  }>;
4335
5506
  Progress: StructType<{
4336
5507
  value: import("@elaraai/east").FloatType;
@@ -4430,6 +5601,7 @@ export declare const AccordionRootType: StructType<{
4430
5601
  xl: import("@elaraai/east").NullType;
4431
5602
  }>>;
4432
5603
  closable: OptionType<BooleanType>;
5604
+ onClose: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4433
5605
  }>;
4434
5606
  Avatar: StructType<{
4435
5607
  src: OptionType<StringType>;
@@ -6770,6 +7942,9 @@ export declare const AccordionRootType: StructType<{
6770
7942
  multiple: import("@elaraai/east").NullType;
6771
7943
  }>>;
6772
7944
  animateContent: OptionType<BooleanType>;
7945
+ onExpandedChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
7946
+ onSelectionChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
7947
+ onFocusChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
6773
7948
  }>>;
6774
7949
  }>;
6775
7950
  Table: StructType<{
@@ -6820,6 +7995,47 @@ export declare const AccordionRootType: StructType<{
6820
7995
  purple: import("@elaraai/east").NullType;
6821
7996
  pink: import("@elaraai/east").NullType;
6822
7997
  }>>;
7998
+ onCellClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
7999
+ rowIndex: import("@elaraai/east").IntegerType;
8000
+ columnKey: StringType;
8001
+ cellValue: import("@elaraai/east").VariantType<{
8002
+ Boolean: BooleanType;
8003
+ Integer: import("@elaraai/east").IntegerType;
8004
+ Float: import("@elaraai/east").FloatType;
8005
+ String: StringType;
8006
+ DateTime: import("@elaraai/east").DateTimeType;
8007
+ }>;
8008
+ }>], import("@elaraai/east").NullType>>;
8009
+ onCellDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8010
+ rowIndex: import("@elaraai/east").IntegerType;
8011
+ columnKey: StringType;
8012
+ cellValue: import("@elaraai/east").VariantType<{
8013
+ Boolean: BooleanType;
8014
+ Integer: import("@elaraai/east").IntegerType;
8015
+ Float: import("@elaraai/east").FloatType;
8016
+ String: StringType;
8017
+ DateTime: import("@elaraai/east").DateTimeType;
8018
+ }>;
8019
+ }>], import("@elaraai/east").NullType>>;
8020
+ onRowClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8021
+ rowIndex: import("@elaraai/east").IntegerType;
8022
+ }>], import("@elaraai/east").NullType>>;
8023
+ onRowDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8024
+ rowIndex: import("@elaraai/east").IntegerType;
8025
+ }>], import("@elaraai/east").NullType>>;
8026
+ onRowSelectionChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8027
+ rowIndex: import("@elaraai/east").IntegerType;
8028
+ selected: BooleanType;
8029
+ selectedRowsIndices: ArrayType<import("@elaraai/east").IntegerType>;
8030
+ }>], import("@elaraai/east").NullType>>;
8031
+ onSortChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8032
+ columnKey: StringType;
8033
+ sortIndex: import("@elaraai/east").IntegerType;
8034
+ sortDirection: import("@elaraai/east").VariantType<{
8035
+ asc: import("@elaraai/east").NullType;
8036
+ desc: import("@elaraai/east").NullType;
8037
+ }>;
8038
+ }>], import("@elaraai/east").NullType>>;
6823
8039
  }>>;
6824
8040
  }>;
6825
8041
  Gantt: StructType<{
@@ -6909,6 +8125,104 @@ export declare const AccordionRootType: StructType<{
6909
8125
  pink: import("@elaraai/east").NullType;
6910
8126
  }>>;
6911
8127
  showToday: OptionType<BooleanType>;
8128
+ dragStep: OptionType<import("@elaraai/east").VariantType<{
8129
+ minutes: import("@elaraai/east").FloatType;
8130
+ hours: import("@elaraai/east").FloatType;
8131
+ days: import("@elaraai/east").FloatType;
8132
+ weeks: import("@elaraai/east").FloatType;
8133
+ months: import("@elaraai/east").FloatType;
8134
+ }>>;
8135
+ durationStep: OptionType<import("@elaraai/east").VariantType<{
8136
+ minutes: import("@elaraai/east").FloatType;
8137
+ hours: import("@elaraai/east").FloatType;
8138
+ days: import("@elaraai/east").FloatType;
8139
+ weeks: import("@elaraai/east").FloatType;
8140
+ months: import("@elaraai/east").FloatType;
8141
+ }>>;
8142
+ onCellClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8143
+ rowIndex: import("@elaraai/east").IntegerType;
8144
+ columnKey: StringType;
8145
+ cellValue: import("@elaraai/east").VariantType<{
8146
+ Boolean: BooleanType;
8147
+ Integer: import("@elaraai/east").IntegerType;
8148
+ Float: import("@elaraai/east").FloatType;
8149
+ String: StringType;
8150
+ DateTime: import("@elaraai/east").DateTimeType;
8151
+ }>;
8152
+ }>], import("@elaraai/east").NullType>>;
8153
+ onCellDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8154
+ rowIndex: import("@elaraai/east").IntegerType;
8155
+ columnKey: StringType;
8156
+ cellValue: import("@elaraai/east").VariantType<{
8157
+ Boolean: BooleanType;
8158
+ Integer: import("@elaraai/east").IntegerType;
8159
+ Float: import("@elaraai/east").FloatType;
8160
+ String: StringType;
8161
+ DateTime: import("@elaraai/east").DateTimeType;
8162
+ }>;
8163
+ }>], import("@elaraai/east").NullType>>;
8164
+ onRowClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8165
+ rowIndex: import("@elaraai/east").IntegerType;
8166
+ }>], import("@elaraai/east").NullType>>;
8167
+ onRowDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8168
+ rowIndex: import("@elaraai/east").IntegerType;
8169
+ }>], import("@elaraai/east").NullType>>;
8170
+ onSortChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8171
+ columnKey: StringType;
8172
+ sortIndex: import("@elaraai/east").IntegerType;
8173
+ sortDirection: import("@elaraai/east").VariantType<{
8174
+ asc: import("@elaraai/east").NullType;
8175
+ desc: import("@elaraai/east").NullType;
8176
+ }>;
8177
+ }>], import("@elaraai/east").NullType>>;
8178
+ onTaskClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8179
+ rowIndex: import("@elaraai/east").IntegerType;
8180
+ taskIndex: import("@elaraai/east").IntegerType;
8181
+ taskStart: import("@elaraai/east").DateTimeType;
8182
+ taskEnd: import("@elaraai/east").DateTimeType;
8183
+ }>], import("@elaraai/east").NullType>>;
8184
+ onTaskDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8185
+ rowIndex: import("@elaraai/east").IntegerType;
8186
+ taskIndex: import("@elaraai/east").IntegerType;
8187
+ taskStart: import("@elaraai/east").DateTimeType;
8188
+ taskEnd: import("@elaraai/east").DateTimeType;
8189
+ }>], import("@elaraai/east").NullType>>;
8190
+ onTaskDrag: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8191
+ rowIndex: import("@elaraai/east").IntegerType;
8192
+ taskIndex: import("@elaraai/east").IntegerType;
8193
+ previousStart: import("@elaraai/east").DateTimeType;
8194
+ previousEnd: import("@elaraai/east").DateTimeType;
8195
+ newStart: import("@elaraai/east").DateTimeType;
8196
+ newEnd: import("@elaraai/east").DateTimeType;
8197
+ }>], import("@elaraai/east").NullType>>;
8198
+ onTaskDurationChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8199
+ rowIndex: import("@elaraai/east").IntegerType;
8200
+ taskIndex: import("@elaraai/east").IntegerType;
8201
+ previousEnd: import("@elaraai/east").DateTimeType;
8202
+ newEnd: import("@elaraai/east").DateTimeType;
8203
+ }>], import("@elaraai/east").NullType>>;
8204
+ onTaskProgressChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8205
+ rowIndex: import("@elaraai/east").IntegerType;
8206
+ taskIndex: import("@elaraai/east").IntegerType;
8207
+ previousProgress: import("@elaraai/east").FloatType;
8208
+ newProgress: import("@elaraai/east").FloatType;
8209
+ }>], import("@elaraai/east").NullType>>;
8210
+ onMilestoneClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8211
+ rowIndex: import("@elaraai/east").IntegerType;
8212
+ milestoneIndex: import("@elaraai/east").IntegerType;
8213
+ milestoneDate: import("@elaraai/east").DateTimeType;
8214
+ }>], import("@elaraai/east").NullType>>;
8215
+ onMilestoneDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8216
+ rowIndex: import("@elaraai/east").IntegerType;
8217
+ milestoneIndex: import("@elaraai/east").IntegerType;
8218
+ milestoneDate: import("@elaraai/east").DateTimeType;
8219
+ }>], import("@elaraai/east").NullType>>;
8220
+ onMilestoneDrag: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8221
+ rowIndex: import("@elaraai/east").IntegerType;
8222
+ milestoneIndex: import("@elaraai/east").IntegerType;
8223
+ previousDate: import("@elaraai/east").DateTimeType;
8224
+ newDate: import("@elaraai/east").DateTimeType;
8225
+ }>], import("@elaraai/east").NullType>>;
6912
8226
  }>>;
6913
8227
  }>;
6914
8228
  Accordion: StructType<{
@@ -6926,6 +8240,7 @@ export declare const AccordionRootType: StructType<{
6926
8240
  plain: import("@elaraai/east").NullType;
6927
8241
  subtle: import("@elaraai/east").NullType;
6928
8242
  }>>;
8243
+ onValueChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
6929
8244
  }>>;
6930
8245
  }>;
6931
8246
  Carousel: StructType<{
@@ -6946,6 +8261,7 @@ export declare const AccordionRootType: StructType<{
6946
8261
  }>>;
6947
8262
  spacing: OptionType<StringType>;
6948
8263
  padding: OptionType<StringType>;
8264
+ onIndexChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
6949
8265
  }>>;
6950
8266
  }>;
6951
8267
  Tabs: StructType<{
@@ -6998,6 +8314,7 @@ export declare const AccordionRootType: StructType<{
6998
8314
  purple: import("@elaraai/east").NullType;
6999
8315
  pink: import("@elaraai/east").NullType;
7000
8316
  }>>;
8317
+ onValueChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
7001
8318
  }>>;
7002
8319
  }>;
7003
8320
  Tooltip: StructType<{
@@ -7080,6 +8397,10 @@ export declare const AccordionRootType: StructType<{
7080
8397
  dialog: import("@elaraai/east").NullType;
7081
8398
  alertdialog: import("@elaraai/east").NullType;
7082
8399
  }>>;
8400
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
8401
+ onExitComplete: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
8402
+ onEscapeKeyDown: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
8403
+ onInteractOutside: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
7083
8404
  }>>;
7084
8405
  }>;
7085
8406
  Drawer: StructType<{
@@ -7103,6 +8424,8 @@ export declare const AccordionRootType: StructType<{
7103
8424
  bottom: import("@elaraai/east").NullType;
7104
8425
  }>>;
7105
8426
  contained: OptionType<BooleanType>;
8427
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
8428
+ onExitComplete: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
7106
8429
  }>>;
7107
8430
  }>;
7108
8431
  Popover: StructType<{
@@ -7133,6 +8456,7 @@ export declare const AccordionRootType: StructType<{
7133
8456
  }>>;
7134
8457
  hasArrow: OptionType<BooleanType>;
7135
8458
  gutter: OptionType<import("@elaraai/east").IntegerType>;
8459
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
7136
8460
  }>>;
7137
8461
  }>;
7138
8462
  HoverCard: StructType<{
@@ -7162,6 +8486,7 @@ export declare const AccordionRootType: StructType<{
7162
8486
  hasArrow: OptionType<BooleanType>;
7163
8487
  openDelay: OptionType<import("@elaraai/east").IntegerType>;
7164
8488
  closeDelay: OptionType<import("@elaraai/east").IntegerType>;
8489
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
7165
8490
  }>>;
7166
8491
  }>;
7167
8492
  ActionBar: StructType<{
@@ -7175,7 +8500,10 @@ export declare const AccordionRootType: StructType<{
7175
8500
  }>>;
7176
8501
  selectionCount: OptionType<import("@elaraai/east").IntegerType>;
7177
8502
  selectionLabel: OptionType<StringType>;
7178
- style: OptionType<StructType<{}>>;
8503
+ style: OptionType<StructType<{
8504
+ onSelect: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
8505
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
8506
+ }>>;
7179
8507
  }>;
7180
8508
  ToggleTip: StructType<{
7181
8509
  trigger: import("@elaraai/east").RecursiveTypeMarker;
@@ -7196,8 +8524,12 @@ export declare const AccordionRootType: StructType<{
7196
8524
  "right-end": import("@elaraai/east").NullType;
7197
8525
  }>>;
7198
8526
  hasArrow: OptionType<BooleanType>;
8527
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
7199
8528
  }>>;
7200
8529
  }>;
8530
+ ReactiveComponent: StructType<{
8531
+ render: import("@elaraai/east").FunctionType<[], import("@elaraai/east").RecursiveTypeMarker>;
8532
+ }>;
7201
8533
  }>>>;
7202
8534
  disabled: OptionType<BooleanType>;
7203
8535
  }>>;
@@ -7209,6 +8541,7 @@ export declare const AccordionRootType: StructType<{
7209
8541
  plain: import("@elaraai/east").NullType;
7210
8542
  subtle: import("@elaraai/east").NullType;
7211
8543
  }>>;
8544
+ onValueChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
7212
8545
  }>>;
7213
8546
  }>;
7214
8547
  /**
@@ -7226,17 +8559,18 @@ export type AccordionRootType = typeof AccordionRootType;
7226
8559
  *
7227
8560
  * @example
7228
8561
  * ```ts
7229
- * import { Accordion, Text } from "@elaraai/east-ui";
8562
+ * import { East } from "@elaraai/east";
8563
+ * import { Accordion, Text, UIComponentType } from "@elaraai/east-ui";
7230
8564
  *
7231
- * const item = Accordion.Item("section-1", "Section 1", [
7232
- * Text.Root("Content for section 1"),
7233
- * ]);
7234
- *
7235
- * // Disabled item
7236
- * const disabled = Accordion.Item("section-2", "Section 2", [
7237
- * Text.Root("Disabled content"),
7238
- * ], {
7239
- * disabled: true,
8565
+ * const example = East.function([], UIComponentType, $ => {
8566
+ * return Accordion.Root([
8567
+ * Accordion.Item("section-1", "Section 1", [
8568
+ * Text.Root("Content for section 1"),
8569
+ * ]),
8570
+ * Accordion.Item("section-2", "Section 2", [
8571
+ * Text.Root("Content for section 2"),
8572
+ * ], { disabled: true }),
8573
+ * ]);
7240
8574
  * });
7241
8575
  * ```
7242
8576
  */
@@ -7254,25 +8588,21 @@ declare function createAccordionItem(value: SubtypeExprOrValue<StringType>, trig
7254
8588
  *
7255
8589
  * @example
7256
8590
  * ```ts
7257
- * import { Accordion, Text } from "@elaraai/east-ui";
7258
- *
7259
- * // Simple accordion
7260
- * const faq = Accordion.Root([
7261
- * Accordion.Item("q1", "What is East UI?", [
7262
- * Text.Root("East UI is a typed UI library."),
7263
- * ]),
7264
- * Accordion.Item("q2", "How do I install it?", [
7265
- * Text.Root("Run npm install @elaraai/east-ui"),
7266
- * ]),
7267
- * ]);
8591
+ * import { East } from "@elaraai/east";
8592
+ * import { Accordion, Text, UIComponentType } from "@elaraai/east-ui";
7268
8593
  *
7269
- * // Allow multiple panels open
7270
- * const multi = Accordion.Root([
7271
- * Accordion.Item("a", "Section A", [Text.Root("Content A")]),
7272
- * Accordion.Item("b", "Section B", [Text.Root("Content B")]),
7273
- * ], {
7274
- * multiple: true,
7275
- * variant: "enclosed",
8594
+ * const example = East.function([], UIComponentType, $ => {
8595
+ * return Accordion.Root([
8596
+ * Accordion.Item("q1", "What is East UI?", [
8597
+ * Text.Root("East UI is a typed UI library."),
8598
+ * ]),
8599
+ * Accordion.Item("q2", "How do I install it?", [
8600
+ * Text.Root("Run npm install @elaraai/east-ui"),
8601
+ * ]),
8602
+ * ], {
8603
+ * multiple: true,
8604
+ * variant: "enclosed",
8605
+ * });
7276
8606
  * });
7277
8607
  * ```
7278
8608
  */
@@ -7283,24 +8613,6 @@ declare function createAccordionRoot(items: SubtypeExprOrValue<ArrayType<Accordi
7283
8613
  * @remarks
7284
8614
  * Use `Accordion.Root` to create the container and `Accordion.Item` for each
7285
8615
  * collapsible panel. Item content supports child UI components.
7286
- *
7287
- * @example
7288
- * ```ts
7289
- * import { Accordion, Text, Button } from "@elaraai/east-ui";
7290
- *
7291
- * const settingsPanel = Accordion.Root([
7292
- * Accordion.Item("general", "General Settings", [
7293
- * Text.Root("General configuration options"),
7294
- * Button.Root("Save Settings"),
7295
- * ]),
7296
- * Accordion.Item("advanced", "Advanced Settings", [
7297
- * Text.Root("Advanced configuration options"),
7298
- * ]),
7299
- * ], {
7300
- * variant: "enclosed",
7301
- * collapsible: true,
7302
- * });
7303
- * ```
7304
8616
  */
7305
8617
  export declare const Accordion: {
7306
8618
  /**
@@ -7536,6 +8848,7 @@ export declare const Accordion: {
7536
8848
  highlightLines: OptionType<ArrayType<import("@elaraai/east").IntegerType>>;
7537
8849
  maxHeight: OptionType<StringType>;
7538
8850
  showCopyButton: OptionType<BooleanType>;
8851
+ wordWrap: OptionType<BooleanType>;
7539
8852
  title: OptionType<StringType>;
7540
8853
  }>;
7541
8854
  Button: StructType<{
@@ -7567,6 +8880,7 @@ export declare const Accordion: {
7567
8880
  }>>;
7568
8881
  loading: OptionType<BooleanType>;
7569
8882
  disabled: OptionType<BooleanType>;
8883
+ onClick: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
7570
8884
  }>>;
7571
8885
  }>;
7572
8886
  IconButton: StructType<{
@@ -7599,6 +8913,7 @@ export declare const Accordion: {
7599
8913
  }>>;
7600
8914
  loading: OptionType<BooleanType>;
7601
8915
  disabled: OptionType<BooleanType>;
8916
+ onClick: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
7602
8917
  }>>;
7603
8918
  }>;
7604
8919
  Box: StructType<{
@@ -7616,6 +8931,28 @@ export declare const Accordion: {
7616
8931
  }>>;
7617
8932
  width: OptionType<StringType>;
7618
8933
  height: OptionType<StringType>;
8934
+ minHeight: OptionType<StringType>;
8935
+ minWidth: OptionType<StringType>;
8936
+ maxHeight: OptionType<StringType>;
8937
+ maxWidth: OptionType<StringType>;
8938
+ overflow: OptionType<import("@elaraai/east").VariantType<{
8939
+ visible: import("@elaraai/east").NullType;
8940
+ hidden: import("@elaraai/east").NullType;
8941
+ scroll: import("@elaraai/east").NullType;
8942
+ auto: import("@elaraai/east").NullType;
8943
+ }>>;
8944
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
8945
+ visible: import("@elaraai/east").NullType;
8946
+ hidden: import("@elaraai/east").NullType;
8947
+ scroll: import("@elaraai/east").NullType;
8948
+ auto: import("@elaraai/east").NullType;
8949
+ }>>;
8950
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
8951
+ visible: import("@elaraai/east").NullType;
8952
+ hidden: import("@elaraai/east").NullType;
8953
+ scroll: import("@elaraai/east").NullType;
8954
+ auto: import("@elaraai/east").NullType;
8955
+ }>>;
7619
8956
  padding: OptionType<StructType<{
7620
8957
  top: OptionType<StringType>;
7621
8958
  right: OptionType<StringType>;
@@ -7655,6 +8992,77 @@ export declare const Accordion: {
7655
8992
  gap: OptionType<StringType>;
7656
8993
  }>>;
7657
8994
  }>;
8995
+ Flex: StructType<{
8996
+ children: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
8997
+ style: OptionType<StructType<{
8998
+ direction: OptionType<import("@elaraai/east").VariantType<{
8999
+ row: import("@elaraai/east").NullType;
9000
+ column: import("@elaraai/east").NullType;
9001
+ "row-reverse": import("@elaraai/east").NullType;
9002
+ "column-reverse": import("@elaraai/east").NullType;
9003
+ }>>;
9004
+ wrap: OptionType<import("@elaraai/east").VariantType<{
9005
+ nowrap: import("@elaraai/east").NullType;
9006
+ wrap: import("@elaraai/east").NullType;
9007
+ "wrap-reverse": import("@elaraai/east").NullType;
9008
+ }>>;
9009
+ justifyContent: OptionType<import("@elaraai/east").VariantType<{
9010
+ "flex-start": import("@elaraai/east").NullType;
9011
+ "flex-end": import("@elaraai/east").NullType;
9012
+ center: import("@elaraai/east").NullType;
9013
+ "space-between": import("@elaraai/east").NullType;
9014
+ "space-around": import("@elaraai/east").NullType;
9015
+ "space-evenly": import("@elaraai/east").NullType;
9016
+ }>>;
9017
+ alignItems: OptionType<import("@elaraai/east").VariantType<{
9018
+ "flex-start": import("@elaraai/east").NullType;
9019
+ "flex-end": import("@elaraai/east").NullType;
9020
+ center: import("@elaraai/east").NullType;
9021
+ baseline: import("@elaraai/east").NullType;
9022
+ stretch: import("@elaraai/east").NullType;
9023
+ }>>;
9024
+ gap: OptionType<StringType>;
9025
+ width: OptionType<StringType>;
9026
+ height: OptionType<StringType>;
9027
+ minHeight: OptionType<StringType>;
9028
+ minWidth: OptionType<StringType>;
9029
+ maxHeight: OptionType<StringType>;
9030
+ maxWidth: OptionType<StringType>;
9031
+ overflow: OptionType<import("@elaraai/east").VariantType<{
9032
+ visible: import("@elaraai/east").NullType;
9033
+ hidden: import("@elaraai/east").NullType;
9034
+ scroll: import("@elaraai/east").NullType;
9035
+ auto: import("@elaraai/east").NullType;
9036
+ }>>;
9037
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
9038
+ visible: import("@elaraai/east").NullType;
9039
+ hidden: import("@elaraai/east").NullType;
9040
+ scroll: import("@elaraai/east").NullType;
9041
+ auto: import("@elaraai/east").NullType;
9042
+ }>>;
9043
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
9044
+ visible: import("@elaraai/east").NullType;
9045
+ hidden: import("@elaraai/east").NullType;
9046
+ scroll: import("@elaraai/east").NullType;
9047
+ auto: import("@elaraai/east").NullType;
9048
+ }>>;
9049
+ padding: OptionType<StructType<{
9050
+ top: OptionType<StringType>;
9051
+ right: OptionType<StringType>;
9052
+ bottom: OptionType<StringType>;
9053
+ left: OptionType<StringType>;
9054
+ }>>;
9055
+ margin: OptionType<StructType<{
9056
+ top: OptionType<StringType>;
9057
+ right: OptionType<StringType>;
9058
+ bottom: OptionType<StringType>;
9059
+ left: OptionType<StringType>;
9060
+ }>>;
9061
+ background: OptionType<StringType>;
9062
+ color: OptionType<StringType>;
9063
+ borderRadius: OptionType<StringType>;
9064
+ }>>;
9065
+ }>;
7658
9066
  Stack: StructType<{
7659
9067
  children: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
7660
9068
  style: OptionType<StructType<{
@@ -7700,6 +9108,28 @@ export declare const Accordion: {
7700
9108
  background: OptionType<StringType>;
7701
9109
  width: OptionType<StringType>;
7702
9110
  height: OptionType<StringType>;
9111
+ minHeight: OptionType<StringType>;
9112
+ minWidth: OptionType<StringType>;
9113
+ maxHeight: OptionType<StringType>;
9114
+ maxWidth: OptionType<StringType>;
9115
+ overflow: OptionType<import("@elaraai/east").VariantType<{
9116
+ visible: import("@elaraai/east").NullType;
9117
+ hidden: import("@elaraai/east").NullType;
9118
+ scroll: import("@elaraai/east").NullType;
9119
+ auto: import("@elaraai/east").NullType;
9120
+ }>>;
9121
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
9122
+ visible: import("@elaraai/east").NullType;
9123
+ hidden: import("@elaraai/east").NullType;
9124
+ scroll: import("@elaraai/east").NullType;
9125
+ auto: import("@elaraai/east").NullType;
9126
+ }>>;
9127
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
9128
+ visible: import("@elaraai/east").NullType;
9129
+ hidden: import("@elaraai/east").NullType;
9130
+ scroll: import("@elaraai/east").NullType;
9131
+ auto: import("@elaraai/east").NullType;
9132
+ }>>;
7703
9133
  }>>;
7704
9134
  }>;
7705
9135
  Separator: StructType<{
@@ -7794,6 +9224,13 @@ export declare const Accordion: {
7794
9224
  horizontal: import("@elaraai/east").NullType;
7795
9225
  vertical: import("@elaraai/east").NullType;
7796
9226
  }>>;
9227
+ onResize: OptionType<import("@elaraai/east").FunctionType<[StructType<{
9228
+ size: ArrayType<import("@elaraai/east").FloatType>;
9229
+ }>], import("@elaraai/east").NullType>>;
9230
+ onResizeStart: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9231
+ onResizeEnd: OptionType<import("@elaraai/east").FunctionType<[StructType<{
9232
+ size: ArrayType<import("@elaraai/east").FloatType>;
9233
+ }>], import("@elaraai/east").NullType>>;
7797
9234
  }>>;
7798
9235
  }>;
7799
9236
  StringInput: StructType<{
@@ -7813,6 +9250,9 @@ export declare const Accordion: {
7813
9250
  maxLength: OptionType<import("@elaraai/east").IntegerType>;
7814
9251
  pattern: OptionType<StringType>;
7815
9252
  disabled: OptionType<BooleanType>;
9253
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
9254
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9255
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
7816
9256
  }>;
7817
9257
  IntegerInput: StructType<{
7818
9258
  value: import("@elaraai/east").IntegerType;
@@ -7831,6 +9271,9 @@ export declare const Accordion: {
7831
9271
  lg: import("@elaraai/east").NullType;
7832
9272
  }>>;
7833
9273
  disabled: OptionType<BooleanType>;
9274
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
9275
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9276
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
7834
9277
  }>;
7835
9278
  FloatInput: StructType<{
7836
9279
  value: import("@elaraai/east").FloatType;
@@ -7850,13 +9293,44 @@ export declare const Accordion: {
7850
9293
  lg: import("@elaraai/east").NullType;
7851
9294
  }>>;
7852
9295
  disabled: OptionType<BooleanType>;
9296
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
9297
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9298
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
7853
9299
  }>;
7854
9300
  DateTimeInput: StructType<{
7855
9301
  value: import("@elaraai/east").DateTimeType;
7856
9302
  min: OptionType<import("@elaraai/east").DateTimeType>;
7857
9303
  max: OptionType<import("@elaraai/east").DateTimeType>;
7858
- showTime: OptionType<BooleanType>;
7859
- format: OptionType<StringType>;
9304
+ precision: OptionType<import("@elaraai/east").VariantType<{
9305
+ date: import("@elaraai/east").NullType;
9306
+ time: import("@elaraai/east").NullType;
9307
+ datetime: import("@elaraai/east").NullType;
9308
+ }>>;
9309
+ format: OptionType<ArrayType<import("@elaraai/east").VariantType<{
9310
+ literal: StringType;
9311
+ year4: import("@elaraai/east").NullType;
9312
+ year2: import("@elaraai/east").NullType;
9313
+ month1: import("@elaraai/east").NullType;
9314
+ month2: import("@elaraai/east").NullType;
9315
+ monthNameShort: import("@elaraai/east").NullType;
9316
+ monthNameFull: import("@elaraai/east").NullType;
9317
+ day1: import("@elaraai/east").NullType;
9318
+ day2: import("@elaraai/east").NullType;
9319
+ weekdayNameMin: import("@elaraai/east").NullType;
9320
+ weekdayNameShort: import("@elaraai/east").NullType;
9321
+ weekdayNameFull: import("@elaraai/east").NullType;
9322
+ hour24_1: import("@elaraai/east").NullType;
9323
+ hour24_2: import("@elaraai/east").NullType;
9324
+ hour12_1: import("@elaraai/east").NullType;
9325
+ hour12_2: import("@elaraai/east").NullType;
9326
+ minute1: import("@elaraai/east").NullType;
9327
+ minute2: import("@elaraai/east").NullType;
9328
+ second1: import("@elaraai/east").NullType;
9329
+ second2: import("@elaraai/east").NullType;
9330
+ millisecond3: import("@elaraai/east").NullType;
9331
+ ampmUpper: import("@elaraai/east").NullType;
9332
+ ampmLower: import("@elaraai/east").NullType;
9333
+ }>>>;
7860
9334
  variant: OptionType<import("@elaraai/east").VariantType<{
7861
9335
  outline: import("@elaraai/east").NullType;
7862
9336
  subtle: import("@elaraai/east").NullType;
@@ -7869,6 +9343,9 @@ export declare const Accordion: {
7869
9343
  lg: import("@elaraai/east").NullType;
7870
9344
  }>>;
7871
9345
  disabled: OptionType<BooleanType>;
9346
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").DateTimeType], import("@elaraai/east").NullType>>;
9347
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9348
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
7872
9349
  }>;
7873
9350
  Checkbox: StructType<{
7874
9351
  checked: BooleanType;
@@ -7893,6 +9370,7 @@ export declare const Accordion: {
7893
9370
  md: import("@elaraai/east").NullType;
7894
9371
  lg: import("@elaraai/east").NullType;
7895
9372
  }>>;
9373
+ onChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
7896
9374
  }>;
7897
9375
  Switch: StructType<{
7898
9376
  checked: BooleanType;
@@ -7916,6 +9394,7 @@ export declare const Accordion: {
7916
9394
  md: import("@elaraai/east").NullType;
7917
9395
  lg: import("@elaraai/east").NullType;
7918
9396
  }>>;
9397
+ onChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
7919
9398
  }>;
7920
9399
  Select: StructType<{
7921
9400
  value: OptionType<StringType>;
@@ -7933,6 +9412,9 @@ export declare const Accordion: {
7933
9412
  md: import("@elaraai/east").NullType;
7934
9413
  lg: import("@elaraai/east").NullType;
7935
9414
  }>>;
9415
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
9416
+ onChangeMultiple: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
9417
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
7936
9418
  }>;
7937
9419
  Slider: StructType<{
7938
9420
  value: import("@elaraai/east").FloatType;
@@ -7966,6 +9448,8 @@ export declare const Accordion: {
7966
9448
  subtle: import("@elaraai/east").NullType;
7967
9449
  }>>;
7968
9450
  disabled: OptionType<BooleanType>;
9451
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
9452
+ onChangeEnd: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
7969
9453
  }>;
7970
9454
  FileUpload: StructType<{
7971
9455
  accept: OptionType<StringType>;
@@ -7984,31 +9468,358 @@ export declare const Accordion: {
7984
9468
  label: OptionType<StringType>;
7985
9469
  dropzoneText: OptionType<StringType>;
7986
9470
  triggerText: OptionType<StringType>;
9471
+ onFileAccept: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
9472
+ name: StringType;
9473
+ size: import("@elaraai/east").IntegerType;
9474
+ type: StringType;
9475
+ }>>], import("@elaraai/east").NullType>>;
9476
+ onFileReject: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
9477
+ file: StructType<{
9478
+ name: StringType;
9479
+ size: import("@elaraai/east").IntegerType;
9480
+ type: StringType;
9481
+ }>;
9482
+ errors: ArrayType<StringType>;
9483
+ }>>], import("@elaraai/east").NullType>>;
7987
9484
  }>;
7988
9485
  Field: StructType<{
7989
9486
  label: StringType;
7990
- control: import("@elaraai/east").RecursiveTypeMarker;
9487
+ control: import("@elaraai/east").VariantType<{
9488
+ Checkbox: StructType<{
9489
+ checked: BooleanType;
9490
+ label: OptionType<StringType>;
9491
+ indeterminate: OptionType<BooleanType>;
9492
+ disabled: OptionType<BooleanType>;
9493
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
9494
+ gray: import("@elaraai/east").NullType;
9495
+ red: import("@elaraai/east").NullType;
9496
+ orange: import("@elaraai/east").NullType;
9497
+ yellow: import("@elaraai/east").NullType;
9498
+ green: import("@elaraai/east").NullType;
9499
+ teal: import("@elaraai/east").NullType;
9500
+ blue: import("@elaraai/east").NullType;
9501
+ cyan: import("@elaraai/east").NullType;
9502
+ purple: import("@elaraai/east").NullType;
9503
+ pink: import("@elaraai/east").NullType;
9504
+ }>>;
9505
+ size: OptionType<import("@elaraai/east").VariantType<{
9506
+ xs: import("@elaraai/east").NullType;
9507
+ sm: import("@elaraai/east").NullType;
9508
+ md: import("@elaraai/east").NullType;
9509
+ lg: import("@elaraai/east").NullType;
9510
+ }>>;
9511
+ onChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
9512
+ }>;
9513
+ StringInput: StructType<{
9514
+ value: StringType;
9515
+ placeholder: OptionType<StringType>;
9516
+ variant: OptionType<import("@elaraai/east").VariantType<{
9517
+ outline: import("@elaraai/east").NullType;
9518
+ subtle: import("@elaraai/east").NullType;
9519
+ flushed: import("@elaraai/east").NullType;
9520
+ }>>;
9521
+ size: OptionType<import("@elaraai/east").VariantType<{
9522
+ xs: import("@elaraai/east").NullType;
9523
+ sm: import("@elaraai/east").NullType;
9524
+ md: import("@elaraai/east").NullType;
9525
+ lg: import("@elaraai/east").NullType;
9526
+ }>>;
9527
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
9528
+ pattern: OptionType<StringType>;
9529
+ disabled: OptionType<BooleanType>;
9530
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
9531
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9532
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9533
+ }>;
9534
+ IntegerInput: StructType<{
9535
+ value: import("@elaraai/east").IntegerType;
9536
+ min: OptionType<import("@elaraai/east").IntegerType>;
9537
+ max: OptionType<import("@elaraai/east").IntegerType>;
9538
+ step: OptionType<import("@elaraai/east").IntegerType>;
9539
+ variant: OptionType<import("@elaraai/east").VariantType<{
9540
+ outline: import("@elaraai/east").NullType;
9541
+ subtle: import("@elaraai/east").NullType;
9542
+ flushed: import("@elaraai/east").NullType;
9543
+ }>>;
9544
+ size: OptionType<import("@elaraai/east").VariantType<{
9545
+ xs: import("@elaraai/east").NullType;
9546
+ sm: import("@elaraai/east").NullType;
9547
+ md: import("@elaraai/east").NullType;
9548
+ lg: import("@elaraai/east").NullType;
9549
+ }>>;
9550
+ disabled: OptionType<BooleanType>;
9551
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
9552
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9553
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9554
+ }>;
9555
+ FloatInput: StructType<{
9556
+ value: import("@elaraai/east").FloatType;
9557
+ min: OptionType<import("@elaraai/east").FloatType>;
9558
+ max: OptionType<import("@elaraai/east").FloatType>;
9559
+ step: OptionType<import("@elaraai/east").FloatType>;
9560
+ precision: OptionType<import("@elaraai/east").IntegerType>;
9561
+ variant: OptionType<import("@elaraai/east").VariantType<{
9562
+ outline: import("@elaraai/east").NullType;
9563
+ subtle: import("@elaraai/east").NullType;
9564
+ flushed: import("@elaraai/east").NullType;
9565
+ }>>;
9566
+ size: OptionType<import("@elaraai/east").VariantType<{
9567
+ xs: import("@elaraai/east").NullType;
9568
+ sm: import("@elaraai/east").NullType;
9569
+ md: import("@elaraai/east").NullType;
9570
+ lg: import("@elaraai/east").NullType;
9571
+ }>>;
9572
+ disabled: OptionType<BooleanType>;
9573
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
9574
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9575
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9576
+ }>;
9577
+ DateTimeInput: StructType<{
9578
+ value: import("@elaraai/east").DateTimeType;
9579
+ min: OptionType<import("@elaraai/east").DateTimeType>;
9580
+ max: OptionType<import("@elaraai/east").DateTimeType>;
9581
+ precision: OptionType<import("@elaraai/east").VariantType<{
9582
+ date: import("@elaraai/east").NullType;
9583
+ time: import("@elaraai/east").NullType;
9584
+ datetime: import("@elaraai/east").NullType;
9585
+ }>>;
9586
+ format: OptionType<ArrayType<import("@elaraai/east").VariantType<{
9587
+ literal: StringType;
9588
+ year4: import("@elaraai/east").NullType;
9589
+ year2: import("@elaraai/east").NullType;
9590
+ month1: import("@elaraai/east").NullType;
9591
+ month2: import("@elaraai/east").NullType;
9592
+ monthNameShort: import("@elaraai/east").NullType;
9593
+ monthNameFull: import("@elaraai/east").NullType;
9594
+ day1: import("@elaraai/east").NullType;
9595
+ day2: import("@elaraai/east").NullType;
9596
+ weekdayNameMin: import("@elaraai/east").NullType;
9597
+ weekdayNameShort: import("@elaraai/east").NullType;
9598
+ weekdayNameFull: import("@elaraai/east").NullType;
9599
+ hour24_1: import("@elaraai/east").NullType;
9600
+ hour24_2: import("@elaraai/east").NullType;
9601
+ hour12_1: import("@elaraai/east").NullType;
9602
+ hour12_2: import("@elaraai/east").NullType;
9603
+ minute1: import("@elaraai/east").NullType;
9604
+ minute2: import("@elaraai/east").NullType;
9605
+ second1: import("@elaraai/east").NullType;
9606
+ second2: import("@elaraai/east").NullType;
9607
+ millisecond3: import("@elaraai/east").NullType;
9608
+ ampmUpper: import("@elaraai/east").NullType;
9609
+ ampmLower: import("@elaraai/east").NullType;
9610
+ }>>>;
9611
+ variant: OptionType<import("@elaraai/east").VariantType<{
9612
+ outline: import("@elaraai/east").NullType;
9613
+ subtle: import("@elaraai/east").NullType;
9614
+ flushed: import("@elaraai/east").NullType;
9615
+ }>>;
9616
+ size: OptionType<import("@elaraai/east").VariantType<{
9617
+ xs: import("@elaraai/east").NullType;
9618
+ sm: import("@elaraai/east").NullType;
9619
+ md: import("@elaraai/east").NullType;
9620
+ lg: import("@elaraai/east").NullType;
9621
+ }>>;
9622
+ disabled: OptionType<BooleanType>;
9623
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").DateTimeType], import("@elaraai/east").NullType>>;
9624
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9625
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9626
+ }>;
9627
+ FileUpload: StructType<{
9628
+ accept: OptionType<StringType>;
9629
+ maxFiles: OptionType<import("@elaraai/east").IntegerType>;
9630
+ maxFileSize: OptionType<import("@elaraai/east").IntegerType>;
9631
+ minFileSize: OptionType<import("@elaraai/east").IntegerType>;
9632
+ directory: OptionType<BooleanType>;
9633
+ disabled: OptionType<BooleanType>;
9634
+ required: OptionType<BooleanType>;
9635
+ allowDrop: OptionType<BooleanType>;
9636
+ capture: OptionType<import("@elaraai/east").VariantType<{
9637
+ user: import("@elaraai/east").NullType;
9638
+ environment: import("@elaraai/east").NullType;
9639
+ }>>;
9640
+ name: OptionType<StringType>;
9641
+ label: OptionType<StringType>;
9642
+ dropzoneText: OptionType<StringType>;
9643
+ triggerText: OptionType<StringType>;
9644
+ onFileAccept: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
9645
+ name: StringType;
9646
+ size: import("@elaraai/east").IntegerType;
9647
+ type: StringType;
9648
+ }>>], import("@elaraai/east").NullType>>;
9649
+ onFileReject: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
9650
+ file: StructType<{
9651
+ name: StringType;
9652
+ size: import("@elaraai/east").IntegerType;
9653
+ type: StringType;
9654
+ }>;
9655
+ errors: ArrayType<StringType>;
9656
+ }>>], import("@elaraai/east").NullType>>;
9657
+ }>;
9658
+ Select: StructType<{
9659
+ value: OptionType<StringType>;
9660
+ items: ArrayType<StructType<{
9661
+ value: StringType;
9662
+ label: StringType;
9663
+ disabled: OptionType<BooleanType>;
9664
+ }>>;
9665
+ placeholder: OptionType<StringType>;
9666
+ multiple: OptionType<BooleanType>;
9667
+ disabled: OptionType<BooleanType>;
9668
+ size: OptionType<import("@elaraai/east").VariantType<{
9669
+ xs: import("@elaraai/east").NullType;
9670
+ sm: import("@elaraai/east").NullType;
9671
+ md: import("@elaraai/east").NullType;
9672
+ lg: import("@elaraai/east").NullType;
9673
+ }>>;
9674
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
9675
+ onChangeMultiple: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
9676
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
9677
+ }>;
9678
+ Slider: StructType<{
9679
+ value: import("@elaraai/east").FloatType;
9680
+ min: OptionType<import("@elaraai/east").FloatType>;
9681
+ max: OptionType<import("@elaraai/east").FloatType>;
9682
+ step: OptionType<import("@elaraai/east").FloatType>;
9683
+ orientation: OptionType<import("@elaraai/east").VariantType<{
9684
+ horizontal: import("@elaraai/east").NullType;
9685
+ vertical: import("@elaraai/east").NullType;
9686
+ }>>;
9687
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
9688
+ gray: import("@elaraai/east").NullType;
9689
+ red: import("@elaraai/east").NullType;
9690
+ orange: import("@elaraai/east").NullType;
9691
+ yellow: import("@elaraai/east").NullType;
9692
+ green: import("@elaraai/east").NullType;
9693
+ teal: import("@elaraai/east").NullType;
9694
+ blue: import("@elaraai/east").NullType;
9695
+ cyan: import("@elaraai/east").NullType;
9696
+ purple: import("@elaraai/east").NullType;
9697
+ pink: import("@elaraai/east").NullType;
9698
+ }>>;
9699
+ size: OptionType<import("@elaraai/east").VariantType<{
9700
+ xs: import("@elaraai/east").NullType;
9701
+ sm: import("@elaraai/east").NullType;
9702
+ md: import("@elaraai/east").NullType;
9703
+ lg: import("@elaraai/east").NullType;
9704
+ }>>;
9705
+ variant: OptionType<import("@elaraai/east").VariantType<{
9706
+ outline: import("@elaraai/east").NullType;
9707
+ subtle: import("@elaraai/east").NullType;
9708
+ }>>;
9709
+ disabled: OptionType<BooleanType>;
9710
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
9711
+ onChangeEnd: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
9712
+ }>;
9713
+ Switch: StructType<{
9714
+ checked: BooleanType;
9715
+ label: OptionType<StringType>;
9716
+ disabled: OptionType<BooleanType>;
9717
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
9718
+ gray: import("@elaraai/east").NullType;
9719
+ red: import("@elaraai/east").NullType;
9720
+ orange: import("@elaraai/east").NullType;
9721
+ yellow: import("@elaraai/east").NullType;
9722
+ green: import("@elaraai/east").NullType;
9723
+ teal: import("@elaraai/east").NullType;
9724
+ blue: import("@elaraai/east").NullType;
9725
+ cyan: import("@elaraai/east").NullType;
9726
+ purple: import("@elaraai/east").NullType;
9727
+ pink: import("@elaraai/east").NullType;
9728
+ }>>;
9729
+ size: OptionType<import("@elaraai/east").VariantType<{
9730
+ xs: import("@elaraai/east").NullType;
9731
+ sm: import("@elaraai/east").NullType;
9732
+ md: import("@elaraai/east").NullType;
9733
+ lg: import("@elaraai/east").NullType;
9734
+ }>>;
9735
+ onChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
9736
+ }>;
9737
+ TagsInput: StructType<{
9738
+ value: ArrayType<StringType>;
9739
+ defaultValue: OptionType<ArrayType<StringType>>;
9740
+ max: OptionType<import("@elaraai/east").IntegerType>;
9741
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
9742
+ disabled: OptionType<BooleanType>;
9743
+ readOnly: OptionType<BooleanType>;
9744
+ invalid: OptionType<BooleanType>;
9745
+ editable: OptionType<BooleanType>;
9746
+ delimiter: OptionType<StringType>;
9747
+ addOnPaste: OptionType<BooleanType>;
9748
+ blurBehavior: OptionType<import("@elaraai/east").VariantType<{
9749
+ clear: import("@elaraai/east").NullType;
9750
+ add: import("@elaraai/east").NullType;
9751
+ }>>;
9752
+ allowOverflow: OptionType<BooleanType>;
9753
+ label: OptionType<StringType>;
9754
+ placeholder: OptionType<StringType>;
9755
+ size: OptionType<import("@elaraai/east").VariantType<{
9756
+ xs: import("@elaraai/east").NullType;
9757
+ sm: import("@elaraai/east").NullType;
9758
+ md: import("@elaraai/east").NullType;
9759
+ lg: import("@elaraai/east").NullType;
9760
+ }>>;
9761
+ variant: OptionType<import("@elaraai/east").VariantType<{
9762
+ outline: import("@elaraai/east").NullType;
9763
+ subtle: import("@elaraai/east").NullType;
9764
+ flushed: import("@elaraai/east").NullType;
9765
+ }>>;
9766
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
9767
+ gray: import("@elaraai/east").NullType;
9768
+ red: import("@elaraai/east").NullType;
9769
+ orange: import("@elaraai/east").NullType;
9770
+ yellow: import("@elaraai/east").NullType;
9771
+ green: import("@elaraai/east").NullType;
9772
+ teal: import("@elaraai/east").NullType;
9773
+ blue: import("@elaraai/east").NullType;
9774
+ cyan: import("@elaraai/east").NullType;
9775
+ purple: import("@elaraai/east").NullType;
9776
+ pink: import("@elaraai/east").NullType;
9777
+ }>>;
9778
+ onChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
9779
+ onInputChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
9780
+ onHighlightChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
9781
+ }>;
9782
+ Textarea: StructType<{
9783
+ value: StringType;
9784
+ placeholder: OptionType<StringType>;
9785
+ variant: OptionType<import("@elaraai/east").VariantType<{
9786
+ outline: import("@elaraai/east").NullType;
9787
+ subtle: import("@elaraai/east").NullType;
9788
+ flushed: import("@elaraai/east").NullType;
9789
+ }>>;
9790
+ size: OptionType<import("@elaraai/east").VariantType<{
9791
+ xs: import("@elaraai/east").NullType;
9792
+ sm: import("@elaraai/east").NullType;
9793
+ md: import("@elaraai/east").NullType;
9794
+ lg: import("@elaraai/east").NullType;
9795
+ }>>;
9796
+ resize: OptionType<import("@elaraai/east").VariantType<{
9797
+ none: import("@elaraai/east").NullType;
9798
+ vertical: import("@elaraai/east").NullType;
9799
+ horizontal: import("@elaraai/east").NullType;
9800
+ both: import("@elaraai/east").NullType;
9801
+ }>>;
9802
+ rows: OptionType<import("@elaraai/east").IntegerType>;
9803
+ disabled: OptionType<BooleanType>;
9804
+ readOnly: OptionType<BooleanType>;
9805
+ required: OptionType<BooleanType>;
9806
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
9807
+ autoresize: OptionType<BooleanType>;
9808
+ onValidate: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
9809
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
9810
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9811
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9812
+ }>;
9813
+ }>;
7991
9814
  helperText: OptionType<StringType>;
7992
9815
  errorText: OptionType<StringType>;
7993
9816
  required: OptionType<BooleanType>;
7994
9817
  disabled: OptionType<BooleanType>;
7995
9818
  invalid: OptionType<BooleanType>;
7996
9819
  readOnly: OptionType<BooleanType>;
7997
- }>;
7998
- Fieldset: StructType<{
7999
- legend: OptionType<StringType>;
8000
- helperText: OptionType<StringType>;
8001
- errorText: OptionType<StringType>;
8002
- content: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
8003
- disabled: OptionType<BooleanType>;
8004
- invalid: OptionType<BooleanType>;
8005
- style: OptionType<StructType<{
8006
- size: OptionType<import("@elaraai/east").VariantType<{
8007
- xs: import("@elaraai/east").NullType;
8008
- sm: import("@elaraai/east").NullType;
8009
- md: import("@elaraai/east").NullType;
8010
- lg: import("@elaraai/east").NullType;
8011
- }>>;
9820
+ orientation: OptionType<import("@elaraai/east").VariantType<{
9821
+ vertical: import("@elaraai/east").NullType;
9822
+ horizontal: import("@elaraai/east").NullType;
8012
9823
  }>>;
8013
9824
  }>;
8014
9825
  Textarea: StructType<{
@@ -8034,10 +9845,13 @@ export declare const Accordion: {
8034
9845
  rows: OptionType<import("@elaraai/east").IntegerType>;
8035
9846
  disabled: OptionType<BooleanType>;
8036
9847
  readOnly: OptionType<BooleanType>;
8037
- invalid: OptionType<BooleanType>;
8038
9848
  required: OptionType<BooleanType>;
8039
9849
  maxLength: OptionType<import("@elaraai/east").IntegerType>;
8040
9850
  autoresize: OptionType<BooleanType>;
9851
+ onValidate: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
9852
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
9853
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9854
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
8041
9855
  }>;
8042
9856
  TagsInput: StructType<{
8043
9857
  value: ArrayType<StringType>;
@@ -8080,6 +9894,9 @@ export declare const Accordion: {
8080
9894
  purple: import("@elaraai/east").NullType;
8081
9895
  pink: import("@elaraai/east").NullType;
8082
9896
  }>>;
9897
+ onChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
9898
+ onInputChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
9899
+ onHighlightChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
8083
9900
  }>;
8084
9901
  Progress: StructType<{
8085
9902
  value: import("@elaraai/east").FloatType;
@@ -8179,6 +9996,7 @@ export declare const Accordion: {
8179
9996
  xl: import("@elaraai/east").NullType;
8180
9997
  }>>;
8181
9998
  closable: OptionType<BooleanType>;
9999
+ onClose: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
8182
10000
  }>;
8183
10001
  Avatar: StructType<{
8184
10002
  src: OptionType<StringType>;
@@ -10519,6 +12337,9 @@ export declare const Accordion: {
10519
12337
  multiple: import("@elaraai/east").NullType;
10520
12338
  }>>;
10521
12339
  animateContent: OptionType<BooleanType>;
12340
+ onExpandedChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
12341
+ onSelectionChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
12342
+ onFocusChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
10522
12343
  }>>;
10523
12344
  }>;
10524
12345
  Table: StructType<{
@@ -10569,6 +12390,47 @@ export declare const Accordion: {
10569
12390
  purple: import("@elaraai/east").NullType;
10570
12391
  pink: import("@elaraai/east").NullType;
10571
12392
  }>>;
12393
+ onCellClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12394
+ rowIndex: import("@elaraai/east").IntegerType;
12395
+ columnKey: StringType;
12396
+ cellValue: import("@elaraai/east").VariantType<{
12397
+ Boolean: BooleanType;
12398
+ Integer: import("@elaraai/east").IntegerType;
12399
+ Float: import("@elaraai/east").FloatType;
12400
+ String: StringType;
12401
+ DateTime: import("@elaraai/east").DateTimeType;
12402
+ }>;
12403
+ }>], import("@elaraai/east").NullType>>;
12404
+ onCellDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12405
+ rowIndex: import("@elaraai/east").IntegerType;
12406
+ columnKey: StringType;
12407
+ cellValue: import("@elaraai/east").VariantType<{
12408
+ Boolean: BooleanType;
12409
+ Integer: import("@elaraai/east").IntegerType;
12410
+ Float: import("@elaraai/east").FloatType;
12411
+ String: StringType;
12412
+ DateTime: import("@elaraai/east").DateTimeType;
12413
+ }>;
12414
+ }>], import("@elaraai/east").NullType>>;
12415
+ onRowClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12416
+ rowIndex: import("@elaraai/east").IntegerType;
12417
+ }>], import("@elaraai/east").NullType>>;
12418
+ onRowDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12419
+ rowIndex: import("@elaraai/east").IntegerType;
12420
+ }>], import("@elaraai/east").NullType>>;
12421
+ onRowSelectionChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12422
+ rowIndex: import("@elaraai/east").IntegerType;
12423
+ selected: BooleanType;
12424
+ selectedRowsIndices: ArrayType<import("@elaraai/east").IntegerType>;
12425
+ }>], import("@elaraai/east").NullType>>;
12426
+ onSortChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12427
+ columnKey: StringType;
12428
+ sortIndex: import("@elaraai/east").IntegerType;
12429
+ sortDirection: import("@elaraai/east").VariantType<{
12430
+ asc: import("@elaraai/east").NullType;
12431
+ desc: import("@elaraai/east").NullType;
12432
+ }>;
12433
+ }>], import("@elaraai/east").NullType>>;
10572
12434
  }>>;
10573
12435
  }>;
10574
12436
  Gantt: StructType<{
@@ -10658,6 +12520,104 @@ export declare const Accordion: {
10658
12520
  pink: import("@elaraai/east").NullType;
10659
12521
  }>>;
10660
12522
  showToday: OptionType<BooleanType>;
12523
+ dragStep: OptionType<import("@elaraai/east").VariantType<{
12524
+ minutes: import("@elaraai/east").FloatType;
12525
+ hours: import("@elaraai/east").FloatType;
12526
+ days: import("@elaraai/east").FloatType;
12527
+ weeks: import("@elaraai/east").FloatType;
12528
+ months: import("@elaraai/east").FloatType;
12529
+ }>>;
12530
+ durationStep: OptionType<import("@elaraai/east").VariantType<{
12531
+ minutes: import("@elaraai/east").FloatType;
12532
+ hours: import("@elaraai/east").FloatType;
12533
+ days: import("@elaraai/east").FloatType;
12534
+ weeks: import("@elaraai/east").FloatType;
12535
+ months: import("@elaraai/east").FloatType;
12536
+ }>>;
12537
+ onCellClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12538
+ rowIndex: import("@elaraai/east").IntegerType;
12539
+ columnKey: StringType;
12540
+ cellValue: import("@elaraai/east").VariantType<{
12541
+ Boolean: BooleanType;
12542
+ Integer: import("@elaraai/east").IntegerType;
12543
+ Float: import("@elaraai/east").FloatType;
12544
+ String: StringType;
12545
+ DateTime: import("@elaraai/east").DateTimeType;
12546
+ }>;
12547
+ }>], import("@elaraai/east").NullType>>;
12548
+ onCellDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12549
+ rowIndex: import("@elaraai/east").IntegerType;
12550
+ columnKey: StringType;
12551
+ cellValue: import("@elaraai/east").VariantType<{
12552
+ Boolean: BooleanType;
12553
+ Integer: import("@elaraai/east").IntegerType;
12554
+ Float: import("@elaraai/east").FloatType;
12555
+ String: StringType;
12556
+ DateTime: import("@elaraai/east").DateTimeType;
12557
+ }>;
12558
+ }>], import("@elaraai/east").NullType>>;
12559
+ onRowClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12560
+ rowIndex: import("@elaraai/east").IntegerType;
12561
+ }>], import("@elaraai/east").NullType>>;
12562
+ onRowDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12563
+ rowIndex: import("@elaraai/east").IntegerType;
12564
+ }>], import("@elaraai/east").NullType>>;
12565
+ onSortChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12566
+ columnKey: StringType;
12567
+ sortIndex: import("@elaraai/east").IntegerType;
12568
+ sortDirection: import("@elaraai/east").VariantType<{
12569
+ asc: import("@elaraai/east").NullType;
12570
+ desc: import("@elaraai/east").NullType;
12571
+ }>;
12572
+ }>], import("@elaraai/east").NullType>>;
12573
+ onTaskClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12574
+ rowIndex: import("@elaraai/east").IntegerType;
12575
+ taskIndex: import("@elaraai/east").IntegerType;
12576
+ taskStart: import("@elaraai/east").DateTimeType;
12577
+ taskEnd: import("@elaraai/east").DateTimeType;
12578
+ }>], import("@elaraai/east").NullType>>;
12579
+ onTaskDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12580
+ rowIndex: import("@elaraai/east").IntegerType;
12581
+ taskIndex: import("@elaraai/east").IntegerType;
12582
+ taskStart: import("@elaraai/east").DateTimeType;
12583
+ taskEnd: import("@elaraai/east").DateTimeType;
12584
+ }>], import("@elaraai/east").NullType>>;
12585
+ onTaskDrag: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12586
+ rowIndex: import("@elaraai/east").IntegerType;
12587
+ taskIndex: import("@elaraai/east").IntegerType;
12588
+ previousStart: import("@elaraai/east").DateTimeType;
12589
+ previousEnd: import("@elaraai/east").DateTimeType;
12590
+ newStart: import("@elaraai/east").DateTimeType;
12591
+ newEnd: import("@elaraai/east").DateTimeType;
12592
+ }>], import("@elaraai/east").NullType>>;
12593
+ onTaskDurationChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12594
+ rowIndex: import("@elaraai/east").IntegerType;
12595
+ taskIndex: import("@elaraai/east").IntegerType;
12596
+ previousEnd: import("@elaraai/east").DateTimeType;
12597
+ newEnd: import("@elaraai/east").DateTimeType;
12598
+ }>], import("@elaraai/east").NullType>>;
12599
+ onTaskProgressChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12600
+ rowIndex: import("@elaraai/east").IntegerType;
12601
+ taskIndex: import("@elaraai/east").IntegerType;
12602
+ previousProgress: import("@elaraai/east").FloatType;
12603
+ newProgress: import("@elaraai/east").FloatType;
12604
+ }>], import("@elaraai/east").NullType>>;
12605
+ onMilestoneClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12606
+ rowIndex: import("@elaraai/east").IntegerType;
12607
+ milestoneIndex: import("@elaraai/east").IntegerType;
12608
+ milestoneDate: import("@elaraai/east").DateTimeType;
12609
+ }>], import("@elaraai/east").NullType>>;
12610
+ onMilestoneDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12611
+ rowIndex: import("@elaraai/east").IntegerType;
12612
+ milestoneIndex: import("@elaraai/east").IntegerType;
12613
+ milestoneDate: import("@elaraai/east").DateTimeType;
12614
+ }>], import("@elaraai/east").NullType>>;
12615
+ onMilestoneDrag: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12616
+ rowIndex: import("@elaraai/east").IntegerType;
12617
+ milestoneIndex: import("@elaraai/east").IntegerType;
12618
+ previousDate: import("@elaraai/east").DateTimeType;
12619
+ newDate: import("@elaraai/east").DateTimeType;
12620
+ }>], import("@elaraai/east").NullType>>;
10661
12621
  }>>;
10662
12622
  }>;
10663
12623
  Accordion: StructType<{
@@ -10675,6 +12635,7 @@ export declare const Accordion: {
10675
12635
  plain: import("@elaraai/east").NullType;
10676
12636
  subtle: import("@elaraai/east").NullType;
10677
12637
  }>>;
12638
+ onValueChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
10678
12639
  }>>;
10679
12640
  }>;
10680
12641
  Carousel: StructType<{
@@ -10695,6 +12656,7 @@ export declare const Accordion: {
10695
12656
  }>>;
10696
12657
  spacing: OptionType<StringType>;
10697
12658
  padding: OptionType<StringType>;
12659
+ onIndexChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
10698
12660
  }>>;
10699
12661
  }>;
10700
12662
  Tabs: StructType<{
@@ -10747,6 +12709,7 @@ export declare const Accordion: {
10747
12709
  purple: import("@elaraai/east").NullType;
10748
12710
  pink: import("@elaraai/east").NullType;
10749
12711
  }>>;
12712
+ onValueChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
10750
12713
  }>>;
10751
12714
  }>;
10752
12715
  Tooltip: StructType<{
@@ -10829,6 +12792,10 @@ export declare const Accordion: {
10829
12792
  dialog: import("@elaraai/east").NullType;
10830
12793
  alertdialog: import("@elaraai/east").NullType;
10831
12794
  }>>;
12795
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
12796
+ onExitComplete: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
12797
+ onEscapeKeyDown: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
12798
+ onInteractOutside: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
10832
12799
  }>>;
10833
12800
  }>;
10834
12801
  Drawer: StructType<{
@@ -10852,6 +12819,8 @@ export declare const Accordion: {
10852
12819
  bottom: import("@elaraai/east").NullType;
10853
12820
  }>>;
10854
12821
  contained: OptionType<BooleanType>;
12822
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
12823
+ onExitComplete: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
10855
12824
  }>>;
10856
12825
  }>;
10857
12826
  Popover: StructType<{
@@ -10882,6 +12851,7 @@ export declare const Accordion: {
10882
12851
  }>>;
10883
12852
  hasArrow: OptionType<BooleanType>;
10884
12853
  gutter: OptionType<import("@elaraai/east").IntegerType>;
12854
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
10885
12855
  }>>;
10886
12856
  }>;
10887
12857
  HoverCard: StructType<{
@@ -10911,6 +12881,7 @@ export declare const Accordion: {
10911
12881
  hasArrow: OptionType<BooleanType>;
10912
12882
  openDelay: OptionType<import("@elaraai/east").IntegerType>;
10913
12883
  closeDelay: OptionType<import("@elaraai/east").IntegerType>;
12884
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
10914
12885
  }>>;
10915
12886
  }>;
10916
12887
  ActionBar: StructType<{
@@ -10924,7 +12895,10 @@ export declare const Accordion: {
10924
12895
  }>>;
10925
12896
  selectionCount: OptionType<import("@elaraai/east").IntegerType>;
10926
12897
  selectionLabel: OptionType<StringType>;
10927
- style: OptionType<StructType<{}>>;
12898
+ style: OptionType<StructType<{
12899
+ onSelect: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
12900
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
12901
+ }>>;
10928
12902
  }>;
10929
12903
  ToggleTip: StructType<{
10930
12904
  trigger: import("@elaraai/east").RecursiveTypeMarker;
@@ -10945,8 +12919,12 @@ export declare const Accordion: {
10945
12919
  "right-end": import("@elaraai/east").NullType;
10946
12920
  }>>;
10947
12921
  hasArrow: OptionType<BooleanType>;
12922
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
10948
12923
  }>>;
10949
12924
  }>;
12925
+ ReactiveComponent: StructType<{
12926
+ render: import("@elaraai/east").FunctionType<[], import("@elaraai/east").RecursiveTypeMarker>;
12927
+ }>;
10950
12928
  }>>>;
10951
12929
  disabled: OptionType<BooleanType>;
10952
12930
  }>>;
@@ -10958,6 +12936,7 @@ export declare const Accordion: {
10958
12936
  plain: import("@elaraai/east").NullType;
10959
12937
  subtle: import("@elaraai/east").NullType;
10960
12938
  }>>;
12939
+ onValueChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
10961
12940
  }>>;
10962
12941
  }>;
10963
12942
  /**
@@ -11138,6 +13117,7 @@ export declare const Accordion: {
11138
13117
  highlightLines: OptionType<ArrayType<import("@elaraai/east").IntegerType>>;
11139
13118
  maxHeight: OptionType<StringType>;
11140
13119
  showCopyButton: OptionType<BooleanType>;
13120
+ wordWrap: OptionType<BooleanType>;
11141
13121
  title: OptionType<StringType>;
11142
13122
  }>;
11143
13123
  Button: StructType<{
@@ -11169,6 +13149,7 @@ export declare const Accordion: {
11169
13149
  }>>;
11170
13150
  loading: OptionType<BooleanType>;
11171
13151
  disabled: OptionType<BooleanType>;
13152
+ onClick: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
11172
13153
  }>>;
11173
13154
  }>;
11174
13155
  IconButton: StructType<{
@@ -11201,6 +13182,7 @@ export declare const Accordion: {
11201
13182
  }>>;
11202
13183
  loading: OptionType<BooleanType>;
11203
13184
  disabled: OptionType<BooleanType>;
13185
+ onClick: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
11204
13186
  }>>;
11205
13187
  }>;
11206
13188
  Box: StructType<{
@@ -11218,6 +13200,28 @@ export declare const Accordion: {
11218
13200
  }>>;
11219
13201
  width: OptionType<StringType>;
11220
13202
  height: OptionType<StringType>;
13203
+ minHeight: OptionType<StringType>;
13204
+ minWidth: OptionType<StringType>;
13205
+ maxHeight: OptionType<StringType>;
13206
+ maxWidth: OptionType<StringType>;
13207
+ overflow: OptionType<import("@elaraai/east").VariantType<{
13208
+ visible: import("@elaraai/east").NullType;
13209
+ hidden: import("@elaraai/east").NullType;
13210
+ scroll: import("@elaraai/east").NullType;
13211
+ auto: import("@elaraai/east").NullType;
13212
+ }>>;
13213
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
13214
+ visible: import("@elaraai/east").NullType;
13215
+ hidden: import("@elaraai/east").NullType;
13216
+ scroll: import("@elaraai/east").NullType;
13217
+ auto: import("@elaraai/east").NullType;
13218
+ }>>;
13219
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
13220
+ visible: import("@elaraai/east").NullType;
13221
+ hidden: import("@elaraai/east").NullType;
13222
+ scroll: import("@elaraai/east").NullType;
13223
+ auto: import("@elaraai/east").NullType;
13224
+ }>>;
11221
13225
  padding: OptionType<StructType<{
11222
13226
  top: OptionType<StringType>;
11223
13227
  right: OptionType<StringType>;
@@ -11257,6 +13261,77 @@ export declare const Accordion: {
11257
13261
  gap: OptionType<StringType>;
11258
13262
  }>>;
11259
13263
  }>;
13264
+ Flex: StructType<{
13265
+ children: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
13266
+ style: OptionType<StructType<{
13267
+ direction: OptionType<import("@elaraai/east").VariantType<{
13268
+ row: import("@elaraai/east").NullType;
13269
+ column: import("@elaraai/east").NullType;
13270
+ "row-reverse": import("@elaraai/east").NullType;
13271
+ "column-reverse": import("@elaraai/east").NullType;
13272
+ }>>;
13273
+ wrap: OptionType<import("@elaraai/east").VariantType<{
13274
+ nowrap: import("@elaraai/east").NullType;
13275
+ wrap: import("@elaraai/east").NullType;
13276
+ "wrap-reverse": import("@elaraai/east").NullType;
13277
+ }>>;
13278
+ justifyContent: OptionType<import("@elaraai/east").VariantType<{
13279
+ "flex-start": import("@elaraai/east").NullType;
13280
+ "flex-end": import("@elaraai/east").NullType;
13281
+ center: import("@elaraai/east").NullType;
13282
+ "space-between": import("@elaraai/east").NullType;
13283
+ "space-around": import("@elaraai/east").NullType;
13284
+ "space-evenly": import("@elaraai/east").NullType;
13285
+ }>>;
13286
+ alignItems: OptionType<import("@elaraai/east").VariantType<{
13287
+ "flex-start": import("@elaraai/east").NullType;
13288
+ "flex-end": import("@elaraai/east").NullType;
13289
+ center: import("@elaraai/east").NullType;
13290
+ baseline: import("@elaraai/east").NullType;
13291
+ stretch: import("@elaraai/east").NullType;
13292
+ }>>;
13293
+ gap: OptionType<StringType>;
13294
+ width: OptionType<StringType>;
13295
+ height: OptionType<StringType>;
13296
+ minHeight: OptionType<StringType>;
13297
+ minWidth: OptionType<StringType>;
13298
+ maxHeight: OptionType<StringType>;
13299
+ maxWidth: OptionType<StringType>;
13300
+ overflow: OptionType<import("@elaraai/east").VariantType<{
13301
+ visible: import("@elaraai/east").NullType;
13302
+ hidden: import("@elaraai/east").NullType;
13303
+ scroll: import("@elaraai/east").NullType;
13304
+ auto: import("@elaraai/east").NullType;
13305
+ }>>;
13306
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
13307
+ visible: import("@elaraai/east").NullType;
13308
+ hidden: import("@elaraai/east").NullType;
13309
+ scroll: import("@elaraai/east").NullType;
13310
+ auto: import("@elaraai/east").NullType;
13311
+ }>>;
13312
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
13313
+ visible: import("@elaraai/east").NullType;
13314
+ hidden: import("@elaraai/east").NullType;
13315
+ scroll: import("@elaraai/east").NullType;
13316
+ auto: import("@elaraai/east").NullType;
13317
+ }>>;
13318
+ padding: OptionType<StructType<{
13319
+ top: OptionType<StringType>;
13320
+ right: OptionType<StringType>;
13321
+ bottom: OptionType<StringType>;
13322
+ left: OptionType<StringType>;
13323
+ }>>;
13324
+ margin: OptionType<StructType<{
13325
+ top: OptionType<StringType>;
13326
+ right: OptionType<StringType>;
13327
+ bottom: OptionType<StringType>;
13328
+ left: OptionType<StringType>;
13329
+ }>>;
13330
+ background: OptionType<StringType>;
13331
+ color: OptionType<StringType>;
13332
+ borderRadius: OptionType<StringType>;
13333
+ }>>;
13334
+ }>;
11260
13335
  Stack: StructType<{
11261
13336
  children: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
11262
13337
  style: OptionType<StructType<{
@@ -11293,15 +13368,37 @@ export declare const Accordion: {
11293
13368
  bottom: OptionType<StringType>;
11294
13369
  left: OptionType<StringType>;
11295
13370
  }>>;
11296
- margin: OptionType<StructType<{
11297
- top: OptionType<StringType>;
11298
- right: OptionType<StringType>;
11299
- bottom: OptionType<StringType>;
11300
- left: OptionType<StringType>;
13371
+ margin: OptionType<StructType<{
13372
+ top: OptionType<StringType>;
13373
+ right: OptionType<StringType>;
13374
+ bottom: OptionType<StringType>;
13375
+ left: OptionType<StringType>;
13376
+ }>>;
13377
+ background: OptionType<StringType>;
13378
+ width: OptionType<StringType>;
13379
+ height: OptionType<StringType>;
13380
+ minHeight: OptionType<StringType>;
13381
+ minWidth: OptionType<StringType>;
13382
+ maxHeight: OptionType<StringType>;
13383
+ maxWidth: OptionType<StringType>;
13384
+ overflow: OptionType<import("@elaraai/east").VariantType<{
13385
+ visible: import("@elaraai/east").NullType;
13386
+ hidden: import("@elaraai/east").NullType;
13387
+ scroll: import("@elaraai/east").NullType;
13388
+ auto: import("@elaraai/east").NullType;
13389
+ }>>;
13390
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
13391
+ visible: import("@elaraai/east").NullType;
13392
+ hidden: import("@elaraai/east").NullType;
13393
+ scroll: import("@elaraai/east").NullType;
13394
+ auto: import("@elaraai/east").NullType;
13395
+ }>>;
13396
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
13397
+ visible: import("@elaraai/east").NullType;
13398
+ hidden: import("@elaraai/east").NullType;
13399
+ scroll: import("@elaraai/east").NullType;
13400
+ auto: import("@elaraai/east").NullType;
11301
13401
  }>>;
11302
- background: OptionType<StringType>;
11303
- width: OptionType<StringType>;
11304
- height: OptionType<StringType>;
11305
13402
  }>>;
11306
13403
  }>;
11307
13404
  Separator: StructType<{
@@ -11396,6 +13493,13 @@ export declare const Accordion: {
11396
13493
  horizontal: import("@elaraai/east").NullType;
11397
13494
  vertical: import("@elaraai/east").NullType;
11398
13495
  }>>;
13496
+ onResize: OptionType<import("@elaraai/east").FunctionType<[StructType<{
13497
+ size: ArrayType<import("@elaraai/east").FloatType>;
13498
+ }>], import("@elaraai/east").NullType>>;
13499
+ onResizeStart: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13500
+ onResizeEnd: OptionType<import("@elaraai/east").FunctionType<[StructType<{
13501
+ size: ArrayType<import("@elaraai/east").FloatType>;
13502
+ }>], import("@elaraai/east").NullType>>;
11399
13503
  }>>;
11400
13504
  }>;
11401
13505
  StringInput: StructType<{
@@ -11415,6 +13519,9 @@ export declare const Accordion: {
11415
13519
  maxLength: OptionType<import("@elaraai/east").IntegerType>;
11416
13520
  pattern: OptionType<StringType>;
11417
13521
  disabled: OptionType<BooleanType>;
13522
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
13523
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13524
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
11418
13525
  }>;
11419
13526
  IntegerInput: StructType<{
11420
13527
  value: import("@elaraai/east").IntegerType;
@@ -11433,6 +13540,9 @@ export declare const Accordion: {
11433
13540
  lg: import("@elaraai/east").NullType;
11434
13541
  }>>;
11435
13542
  disabled: OptionType<BooleanType>;
13543
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
13544
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13545
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
11436
13546
  }>;
11437
13547
  FloatInput: StructType<{
11438
13548
  value: import("@elaraai/east").FloatType;
@@ -11452,13 +13562,44 @@ export declare const Accordion: {
11452
13562
  lg: import("@elaraai/east").NullType;
11453
13563
  }>>;
11454
13564
  disabled: OptionType<BooleanType>;
13565
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
13566
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13567
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
11455
13568
  }>;
11456
13569
  DateTimeInput: StructType<{
11457
13570
  value: import("@elaraai/east").DateTimeType;
11458
13571
  min: OptionType<import("@elaraai/east").DateTimeType>;
11459
13572
  max: OptionType<import("@elaraai/east").DateTimeType>;
11460
- showTime: OptionType<BooleanType>;
11461
- format: OptionType<StringType>;
13573
+ precision: OptionType<import("@elaraai/east").VariantType<{
13574
+ date: import("@elaraai/east").NullType;
13575
+ time: import("@elaraai/east").NullType;
13576
+ datetime: import("@elaraai/east").NullType;
13577
+ }>>;
13578
+ format: OptionType<ArrayType<import("@elaraai/east").VariantType<{
13579
+ literal: StringType;
13580
+ year4: import("@elaraai/east").NullType;
13581
+ year2: import("@elaraai/east").NullType;
13582
+ month1: import("@elaraai/east").NullType;
13583
+ month2: import("@elaraai/east").NullType;
13584
+ monthNameShort: import("@elaraai/east").NullType;
13585
+ monthNameFull: import("@elaraai/east").NullType;
13586
+ day1: import("@elaraai/east").NullType;
13587
+ day2: import("@elaraai/east").NullType;
13588
+ weekdayNameMin: import("@elaraai/east").NullType;
13589
+ weekdayNameShort: import("@elaraai/east").NullType;
13590
+ weekdayNameFull: import("@elaraai/east").NullType;
13591
+ hour24_1: import("@elaraai/east").NullType;
13592
+ hour24_2: import("@elaraai/east").NullType;
13593
+ hour12_1: import("@elaraai/east").NullType;
13594
+ hour12_2: import("@elaraai/east").NullType;
13595
+ minute1: import("@elaraai/east").NullType;
13596
+ minute2: import("@elaraai/east").NullType;
13597
+ second1: import("@elaraai/east").NullType;
13598
+ second2: import("@elaraai/east").NullType;
13599
+ millisecond3: import("@elaraai/east").NullType;
13600
+ ampmUpper: import("@elaraai/east").NullType;
13601
+ ampmLower: import("@elaraai/east").NullType;
13602
+ }>>>;
11462
13603
  variant: OptionType<import("@elaraai/east").VariantType<{
11463
13604
  outline: import("@elaraai/east").NullType;
11464
13605
  subtle: import("@elaraai/east").NullType;
@@ -11471,6 +13612,9 @@ export declare const Accordion: {
11471
13612
  lg: import("@elaraai/east").NullType;
11472
13613
  }>>;
11473
13614
  disabled: OptionType<BooleanType>;
13615
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").DateTimeType], import("@elaraai/east").NullType>>;
13616
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13617
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
11474
13618
  }>;
11475
13619
  Checkbox: StructType<{
11476
13620
  checked: BooleanType;
@@ -11495,6 +13639,7 @@ export declare const Accordion: {
11495
13639
  md: import("@elaraai/east").NullType;
11496
13640
  lg: import("@elaraai/east").NullType;
11497
13641
  }>>;
13642
+ onChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
11498
13643
  }>;
11499
13644
  Switch: StructType<{
11500
13645
  checked: BooleanType;
@@ -11518,6 +13663,7 @@ export declare const Accordion: {
11518
13663
  md: import("@elaraai/east").NullType;
11519
13664
  lg: import("@elaraai/east").NullType;
11520
13665
  }>>;
13666
+ onChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
11521
13667
  }>;
11522
13668
  Select: StructType<{
11523
13669
  value: OptionType<StringType>;
@@ -11535,6 +13681,9 @@ export declare const Accordion: {
11535
13681
  md: import("@elaraai/east").NullType;
11536
13682
  lg: import("@elaraai/east").NullType;
11537
13683
  }>>;
13684
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
13685
+ onChangeMultiple: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
13686
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
11538
13687
  }>;
11539
13688
  Slider: StructType<{
11540
13689
  value: import("@elaraai/east").FloatType;
@@ -11568,6 +13717,8 @@ export declare const Accordion: {
11568
13717
  subtle: import("@elaraai/east").NullType;
11569
13718
  }>>;
11570
13719
  disabled: OptionType<BooleanType>;
13720
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
13721
+ onChangeEnd: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
11571
13722
  }>;
11572
13723
  FileUpload: StructType<{
11573
13724
  accept: OptionType<StringType>;
@@ -11586,31 +13737,358 @@ export declare const Accordion: {
11586
13737
  label: OptionType<StringType>;
11587
13738
  dropzoneText: OptionType<StringType>;
11588
13739
  triggerText: OptionType<StringType>;
13740
+ onFileAccept: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
13741
+ name: StringType;
13742
+ size: import("@elaraai/east").IntegerType;
13743
+ type: StringType;
13744
+ }>>], import("@elaraai/east").NullType>>;
13745
+ onFileReject: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
13746
+ file: StructType<{
13747
+ name: StringType;
13748
+ size: import("@elaraai/east").IntegerType;
13749
+ type: StringType;
13750
+ }>;
13751
+ errors: ArrayType<StringType>;
13752
+ }>>], import("@elaraai/east").NullType>>;
11589
13753
  }>;
11590
13754
  Field: StructType<{
11591
13755
  label: StringType;
11592
- control: import("@elaraai/east").RecursiveTypeMarker;
13756
+ control: import("@elaraai/east").VariantType<{
13757
+ Checkbox: StructType<{
13758
+ checked: BooleanType;
13759
+ label: OptionType<StringType>;
13760
+ indeterminate: OptionType<BooleanType>;
13761
+ disabled: OptionType<BooleanType>;
13762
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
13763
+ gray: import("@elaraai/east").NullType;
13764
+ red: import("@elaraai/east").NullType;
13765
+ orange: import("@elaraai/east").NullType;
13766
+ yellow: import("@elaraai/east").NullType;
13767
+ green: import("@elaraai/east").NullType;
13768
+ teal: import("@elaraai/east").NullType;
13769
+ blue: import("@elaraai/east").NullType;
13770
+ cyan: import("@elaraai/east").NullType;
13771
+ purple: import("@elaraai/east").NullType;
13772
+ pink: import("@elaraai/east").NullType;
13773
+ }>>;
13774
+ size: OptionType<import("@elaraai/east").VariantType<{
13775
+ xs: import("@elaraai/east").NullType;
13776
+ sm: import("@elaraai/east").NullType;
13777
+ md: import("@elaraai/east").NullType;
13778
+ lg: import("@elaraai/east").NullType;
13779
+ }>>;
13780
+ onChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
13781
+ }>;
13782
+ StringInput: StructType<{
13783
+ value: StringType;
13784
+ placeholder: OptionType<StringType>;
13785
+ variant: OptionType<import("@elaraai/east").VariantType<{
13786
+ outline: import("@elaraai/east").NullType;
13787
+ subtle: import("@elaraai/east").NullType;
13788
+ flushed: import("@elaraai/east").NullType;
13789
+ }>>;
13790
+ size: OptionType<import("@elaraai/east").VariantType<{
13791
+ xs: import("@elaraai/east").NullType;
13792
+ sm: import("@elaraai/east").NullType;
13793
+ md: import("@elaraai/east").NullType;
13794
+ lg: import("@elaraai/east").NullType;
13795
+ }>>;
13796
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
13797
+ pattern: OptionType<StringType>;
13798
+ disabled: OptionType<BooleanType>;
13799
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
13800
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13801
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13802
+ }>;
13803
+ IntegerInput: StructType<{
13804
+ value: import("@elaraai/east").IntegerType;
13805
+ min: OptionType<import("@elaraai/east").IntegerType>;
13806
+ max: OptionType<import("@elaraai/east").IntegerType>;
13807
+ step: OptionType<import("@elaraai/east").IntegerType>;
13808
+ variant: OptionType<import("@elaraai/east").VariantType<{
13809
+ outline: import("@elaraai/east").NullType;
13810
+ subtle: import("@elaraai/east").NullType;
13811
+ flushed: import("@elaraai/east").NullType;
13812
+ }>>;
13813
+ size: OptionType<import("@elaraai/east").VariantType<{
13814
+ xs: import("@elaraai/east").NullType;
13815
+ sm: import("@elaraai/east").NullType;
13816
+ md: import("@elaraai/east").NullType;
13817
+ lg: import("@elaraai/east").NullType;
13818
+ }>>;
13819
+ disabled: OptionType<BooleanType>;
13820
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
13821
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13822
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13823
+ }>;
13824
+ FloatInput: StructType<{
13825
+ value: import("@elaraai/east").FloatType;
13826
+ min: OptionType<import("@elaraai/east").FloatType>;
13827
+ max: OptionType<import("@elaraai/east").FloatType>;
13828
+ step: OptionType<import("@elaraai/east").FloatType>;
13829
+ precision: OptionType<import("@elaraai/east").IntegerType>;
13830
+ variant: OptionType<import("@elaraai/east").VariantType<{
13831
+ outline: import("@elaraai/east").NullType;
13832
+ subtle: import("@elaraai/east").NullType;
13833
+ flushed: import("@elaraai/east").NullType;
13834
+ }>>;
13835
+ size: OptionType<import("@elaraai/east").VariantType<{
13836
+ xs: import("@elaraai/east").NullType;
13837
+ sm: import("@elaraai/east").NullType;
13838
+ md: import("@elaraai/east").NullType;
13839
+ lg: import("@elaraai/east").NullType;
13840
+ }>>;
13841
+ disabled: OptionType<BooleanType>;
13842
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
13843
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13844
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13845
+ }>;
13846
+ DateTimeInput: StructType<{
13847
+ value: import("@elaraai/east").DateTimeType;
13848
+ min: OptionType<import("@elaraai/east").DateTimeType>;
13849
+ max: OptionType<import("@elaraai/east").DateTimeType>;
13850
+ precision: OptionType<import("@elaraai/east").VariantType<{
13851
+ date: import("@elaraai/east").NullType;
13852
+ time: import("@elaraai/east").NullType;
13853
+ datetime: import("@elaraai/east").NullType;
13854
+ }>>;
13855
+ format: OptionType<ArrayType<import("@elaraai/east").VariantType<{
13856
+ literal: StringType;
13857
+ year4: import("@elaraai/east").NullType;
13858
+ year2: import("@elaraai/east").NullType;
13859
+ month1: import("@elaraai/east").NullType;
13860
+ month2: import("@elaraai/east").NullType;
13861
+ monthNameShort: import("@elaraai/east").NullType;
13862
+ monthNameFull: import("@elaraai/east").NullType;
13863
+ day1: import("@elaraai/east").NullType;
13864
+ day2: import("@elaraai/east").NullType;
13865
+ weekdayNameMin: import("@elaraai/east").NullType;
13866
+ weekdayNameShort: import("@elaraai/east").NullType;
13867
+ weekdayNameFull: import("@elaraai/east").NullType;
13868
+ hour24_1: import("@elaraai/east").NullType;
13869
+ hour24_2: import("@elaraai/east").NullType;
13870
+ hour12_1: import("@elaraai/east").NullType;
13871
+ hour12_2: import("@elaraai/east").NullType;
13872
+ minute1: import("@elaraai/east").NullType;
13873
+ minute2: import("@elaraai/east").NullType;
13874
+ second1: import("@elaraai/east").NullType;
13875
+ second2: import("@elaraai/east").NullType;
13876
+ millisecond3: import("@elaraai/east").NullType;
13877
+ ampmUpper: import("@elaraai/east").NullType;
13878
+ ampmLower: import("@elaraai/east").NullType;
13879
+ }>>>;
13880
+ variant: OptionType<import("@elaraai/east").VariantType<{
13881
+ outline: import("@elaraai/east").NullType;
13882
+ subtle: import("@elaraai/east").NullType;
13883
+ flushed: import("@elaraai/east").NullType;
13884
+ }>>;
13885
+ size: OptionType<import("@elaraai/east").VariantType<{
13886
+ xs: import("@elaraai/east").NullType;
13887
+ sm: import("@elaraai/east").NullType;
13888
+ md: import("@elaraai/east").NullType;
13889
+ lg: import("@elaraai/east").NullType;
13890
+ }>>;
13891
+ disabled: OptionType<BooleanType>;
13892
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").DateTimeType], import("@elaraai/east").NullType>>;
13893
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13894
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13895
+ }>;
13896
+ FileUpload: StructType<{
13897
+ accept: OptionType<StringType>;
13898
+ maxFiles: OptionType<import("@elaraai/east").IntegerType>;
13899
+ maxFileSize: OptionType<import("@elaraai/east").IntegerType>;
13900
+ minFileSize: OptionType<import("@elaraai/east").IntegerType>;
13901
+ directory: OptionType<BooleanType>;
13902
+ disabled: OptionType<BooleanType>;
13903
+ required: OptionType<BooleanType>;
13904
+ allowDrop: OptionType<BooleanType>;
13905
+ capture: OptionType<import("@elaraai/east").VariantType<{
13906
+ user: import("@elaraai/east").NullType;
13907
+ environment: import("@elaraai/east").NullType;
13908
+ }>>;
13909
+ name: OptionType<StringType>;
13910
+ label: OptionType<StringType>;
13911
+ dropzoneText: OptionType<StringType>;
13912
+ triggerText: OptionType<StringType>;
13913
+ onFileAccept: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
13914
+ name: StringType;
13915
+ size: import("@elaraai/east").IntegerType;
13916
+ type: StringType;
13917
+ }>>], import("@elaraai/east").NullType>>;
13918
+ onFileReject: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
13919
+ file: StructType<{
13920
+ name: StringType;
13921
+ size: import("@elaraai/east").IntegerType;
13922
+ type: StringType;
13923
+ }>;
13924
+ errors: ArrayType<StringType>;
13925
+ }>>], import("@elaraai/east").NullType>>;
13926
+ }>;
13927
+ Select: StructType<{
13928
+ value: OptionType<StringType>;
13929
+ items: ArrayType<StructType<{
13930
+ value: StringType;
13931
+ label: StringType;
13932
+ disabled: OptionType<BooleanType>;
13933
+ }>>;
13934
+ placeholder: OptionType<StringType>;
13935
+ multiple: OptionType<BooleanType>;
13936
+ disabled: OptionType<BooleanType>;
13937
+ size: OptionType<import("@elaraai/east").VariantType<{
13938
+ xs: import("@elaraai/east").NullType;
13939
+ sm: import("@elaraai/east").NullType;
13940
+ md: import("@elaraai/east").NullType;
13941
+ lg: import("@elaraai/east").NullType;
13942
+ }>>;
13943
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
13944
+ onChangeMultiple: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
13945
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
13946
+ }>;
13947
+ Slider: StructType<{
13948
+ value: import("@elaraai/east").FloatType;
13949
+ min: OptionType<import("@elaraai/east").FloatType>;
13950
+ max: OptionType<import("@elaraai/east").FloatType>;
13951
+ step: OptionType<import("@elaraai/east").FloatType>;
13952
+ orientation: OptionType<import("@elaraai/east").VariantType<{
13953
+ horizontal: import("@elaraai/east").NullType;
13954
+ vertical: import("@elaraai/east").NullType;
13955
+ }>>;
13956
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
13957
+ gray: import("@elaraai/east").NullType;
13958
+ red: import("@elaraai/east").NullType;
13959
+ orange: import("@elaraai/east").NullType;
13960
+ yellow: import("@elaraai/east").NullType;
13961
+ green: import("@elaraai/east").NullType;
13962
+ teal: import("@elaraai/east").NullType;
13963
+ blue: import("@elaraai/east").NullType;
13964
+ cyan: import("@elaraai/east").NullType;
13965
+ purple: import("@elaraai/east").NullType;
13966
+ pink: import("@elaraai/east").NullType;
13967
+ }>>;
13968
+ size: OptionType<import("@elaraai/east").VariantType<{
13969
+ xs: import("@elaraai/east").NullType;
13970
+ sm: import("@elaraai/east").NullType;
13971
+ md: import("@elaraai/east").NullType;
13972
+ lg: import("@elaraai/east").NullType;
13973
+ }>>;
13974
+ variant: OptionType<import("@elaraai/east").VariantType<{
13975
+ outline: import("@elaraai/east").NullType;
13976
+ subtle: import("@elaraai/east").NullType;
13977
+ }>>;
13978
+ disabled: OptionType<BooleanType>;
13979
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
13980
+ onChangeEnd: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
13981
+ }>;
13982
+ Switch: StructType<{
13983
+ checked: BooleanType;
13984
+ label: OptionType<StringType>;
13985
+ disabled: OptionType<BooleanType>;
13986
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
13987
+ gray: import("@elaraai/east").NullType;
13988
+ red: import("@elaraai/east").NullType;
13989
+ orange: import("@elaraai/east").NullType;
13990
+ yellow: import("@elaraai/east").NullType;
13991
+ green: import("@elaraai/east").NullType;
13992
+ teal: import("@elaraai/east").NullType;
13993
+ blue: import("@elaraai/east").NullType;
13994
+ cyan: import("@elaraai/east").NullType;
13995
+ purple: import("@elaraai/east").NullType;
13996
+ pink: import("@elaraai/east").NullType;
13997
+ }>>;
13998
+ size: OptionType<import("@elaraai/east").VariantType<{
13999
+ xs: import("@elaraai/east").NullType;
14000
+ sm: import("@elaraai/east").NullType;
14001
+ md: import("@elaraai/east").NullType;
14002
+ lg: import("@elaraai/east").NullType;
14003
+ }>>;
14004
+ onChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
14005
+ }>;
14006
+ TagsInput: StructType<{
14007
+ value: ArrayType<StringType>;
14008
+ defaultValue: OptionType<ArrayType<StringType>>;
14009
+ max: OptionType<import("@elaraai/east").IntegerType>;
14010
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
14011
+ disabled: OptionType<BooleanType>;
14012
+ readOnly: OptionType<BooleanType>;
14013
+ invalid: OptionType<BooleanType>;
14014
+ editable: OptionType<BooleanType>;
14015
+ delimiter: OptionType<StringType>;
14016
+ addOnPaste: OptionType<BooleanType>;
14017
+ blurBehavior: OptionType<import("@elaraai/east").VariantType<{
14018
+ clear: import("@elaraai/east").NullType;
14019
+ add: import("@elaraai/east").NullType;
14020
+ }>>;
14021
+ allowOverflow: OptionType<BooleanType>;
14022
+ label: OptionType<StringType>;
14023
+ placeholder: OptionType<StringType>;
14024
+ size: OptionType<import("@elaraai/east").VariantType<{
14025
+ xs: import("@elaraai/east").NullType;
14026
+ sm: import("@elaraai/east").NullType;
14027
+ md: import("@elaraai/east").NullType;
14028
+ lg: import("@elaraai/east").NullType;
14029
+ }>>;
14030
+ variant: OptionType<import("@elaraai/east").VariantType<{
14031
+ outline: import("@elaraai/east").NullType;
14032
+ subtle: import("@elaraai/east").NullType;
14033
+ flushed: import("@elaraai/east").NullType;
14034
+ }>>;
14035
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
14036
+ gray: import("@elaraai/east").NullType;
14037
+ red: import("@elaraai/east").NullType;
14038
+ orange: import("@elaraai/east").NullType;
14039
+ yellow: import("@elaraai/east").NullType;
14040
+ green: import("@elaraai/east").NullType;
14041
+ teal: import("@elaraai/east").NullType;
14042
+ blue: import("@elaraai/east").NullType;
14043
+ cyan: import("@elaraai/east").NullType;
14044
+ purple: import("@elaraai/east").NullType;
14045
+ pink: import("@elaraai/east").NullType;
14046
+ }>>;
14047
+ onChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
14048
+ onInputChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
14049
+ onHighlightChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
14050
+ }>;
14051
+ Textarea: StructType<{
14052
+ value: StringType;
14053
+ placeholder: OptionType<StringType>;
14054
+ variant: OptionType<import("@elaraai/east").VariantType<{
14055
+ outline: import("@elaraai/east").NullType;
14056
+ subtle: import("@elaraai/east").NullType;
14057
+ flushed: import("@elaraai/east").NullType;
14058
+ }>>;
14059
+ size: OptionType<import("@elaraai/east").VariantType<{
14060
+ xs: import("@elaraai/east").NullType;
14061
+ sm: import("@elaraai/east").NullType;
14062
+ md: import("@elaraai/east").NullType;
14063
+ lg: import("@elaraai/east").NullType;
14064
+ }>>;
14065
+ resize: OptionType<import("@elaraai/east").VariantType<{
14066
+ none: import("@elaraai/east").NullType;
14067
+ vertical: import("@elaraai/east").NullType;
14068
+ horizontal: import("@elaraai/east").NullType;
14069
+ both: import("@elaraai/east").NullType;
14070
+ }>>;
14071
+ rows: OptionType<import("@elaraai/east").IntegerType>;
14072
+ disabled: OptionType<BooleanType>;
14073
+ readOnly: OptionType<BooleanType>;
14074
+ required: OptionType<BooleanType>;
14075
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
14076
+ autoresize: OptionType<BooleanType>;
14077
+ onValidate: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
14078
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
14079
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
14080
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
14081
+ }>;
14082
+ }>;
11593
14083
  helperText: OptionType<StringType>;
11594
14084
  errorText: OptionType<StringType>;
11595
14085
  required: OptionType<BooleanType>;
11596
14086
  disabled: OptionType<BooleanType>;
11597
14087
  invalid: OptionType<BooleanType>;
11598
14088
  readOnly: OptionType<BooleanType>;
11599
- }>;
11600
- Fieldset: StructType<{
11601
- legend: OptionType<StringType>;
11602
- helperText: OptionType<StringType>;
11603
- errorText: OptionType<StringType>;
11604
- content: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
11605
- disabled: OptionType<BooleanType>;
11606
- invalid: OptionType<BooleanType>;
11607
- style: OptionType<StructType<{
11608
- size: OptionType<import("@elaraai/east").VariantType<{
11609
- xs: import("@elaraai/east").NullType;
11610
- sm: import("@elaraai/east").NullType;
11611
- md: import("@elaraai/east").NullType;
11612
- lg: import("@elaraai/east").NullType;
11613
- }>>;
14089
+ orientation: OptionType<import("@elaraai/east").VariantType<{
14090
+ vertical: import("@elaraai/east").NullType;
14091
+ horizontal: import("@elaraai/east").NullType;
11614
14092
  }>>;
11615
14093
  }>;
11616
14094
  Textarea: StructType<{
@@ -11636,10 +14114,13 @@ export declare const Accordion: {
11636
14114
  rows: OptionType<import("@elaraai/east").IntegerType>;
11637
14115
  disabled: OptionType<BooleanType>;
11638
14116
  readOnly: OptionType<BooleanType>;
11639
- invalid: OptionType<BooleanType>;
11640
14117
  required: OptionType<BooleanType>;
11641
14118
  maxLength: OptionType<import("@elaraai/east").IntegerType>;
11642
14119
  autoresize: OptionType<BooleanType>;
14120
+ onValidate: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
14121
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
14122
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
14123
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
11643
14124
  }>;
11644
14125
  TagsInput: StructType<{
11645
14126
  value: ArrayType<StringType>;
@@ -11682,6 +14163,9 @@ export declare const Accordion: {
11682
14163
  purple: import("@elaraai/east").NullType;
11683
14164
  pink: import("@elaraai/east").NullType;
11684
14165
  }>>;
14166
+ onChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
14167
+ onInputChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
14168
+ onHighlightChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
11685
14169
  }>;
11686
14170
  Progress: StructType<{
11687
14171
  value: import("@elaraai/east").FloatType;
@@ -11781,6 +14265,7 @@ export declare const Accordion: {
11781
14265
  xl: import("@elaraai/east").NullType;
11782
14266
  }>>;
11783
14267
  closable: OptionType<BooleanType>;
14268
+ onClose: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
11784
14269
  }>;
11785
14270
  Avatar: StructType<{
11786
14271
  src: OptionType<StringType>;
@@ -14121,6 +16606,9 @@ export declare const Accordion: {
14121
16606
  multiple: import("@elaraai/east").NullType;
14122
16607
  }>>;
14123
16608
  animateContent: OptionType<BooleanType>;
16609
+ onExpandedChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
16610
+ onSelectionChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
16611
+ onFocusChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
14124
16612
  }>>;
14125
16613
  }>;
14126
16614
  Table: StructType<{
@@ -14171,6 +16659,47 @@ export declare const Accordion: {
14171
16659
  purple: import("@elaraai/east").NullType;
14172
16660
  pink: import("@elaraai/east").NullType;
14173
16661
  }>>;
16662
+ onCellClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16663
+ rowIndex: import("@elaraai/east").IntegerType;
16664
+ columnKey: StringType;
16665
+ cellValue: import("@elaraai/east").VariantType<{
16666
+ Boolean: BooleanType;
16667
+ Integer: import("@elaraai/east").IntegerType;
16668
+ Float: import("@elaraai/east").FloatType;
16669
+ String: StringType;
16670
+ DateTime: import("@elaraai/east").DateTimeType;
16671
+ }>;
16672
+ }>], import("@elaraai/east").NullType>>;
16673
+ onCellDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16674
+ rowIndex: import("@elaraai/east").IntegerType;
16675
+ columnKey: StringType;
16676
+ cellValue: import("@elaraai/east").VariantType<{
16677
+ Boolean: BooleanType;
16678
+ Integer: import("@elaraai/east").IntegerType;
16679
+ Float: import("@elaraai/east").FloatType;
16680
+ String: StringType;
16681
+ DateTime: import("@elaraai/east").DateTimeType;
16682
+ }>;
16683
+ }>], import("@elaraai/east").NullType>>;
16684
+ onRowClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16685
+ rowIndex: import("@elaraai/east").IntegerType;
16686
+ }>], import("@elaraai/east").NullType>>;
16687
+ onRowDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16688
+ rowIndex: import("@elaraai/east").IntegerType;
16689
+ }>], import("@elaraai/east").NullType>>;
16690
+ onRowSelectionChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16691
+ rowIndex: import("@elaraai/east").IntegerType;
16692
+ selected: BooleanType;
16693
+ selectedRowsIndices: ArrayType<import("@elaraai/east").IntegerType>;
16694
+ }>], import("@elaraai/east").NullType>>;
16695
+ onSortChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16696
+ columnKey: StringType;
16697
+ sortIndex: import("@elaraai/east").IntegerType;
16698
+ sortDirection: import("@elaraai/east").VariantType<{
16699
+ asc: import("@elaraai/east").NullType;
16700
+ desc: import("@elaraai/east").NullType;
16701
+ }>;
16702
+ }>], import("@elaraai/east").NullType>>;
14174
16703
  }>>;
14175
16704
  }>;
14176
16705
  Gantt: StructType<{
@@ -14260,6 +16789,104 @@ export declare const Accordion: {
14260
16789
  pink: import("@elaraai/east").NullType;
14261
16790
  }>>;
14262
16791
  showToday: OptionType<BooleanType>;
16792
+ dragStep: OptionType<import("@elaraai/east").VariantType<{
16793
+ minutes: import("@elaraai/east").FloatType;
16794
+ hours: import("@elaraai/east").FloatType;
16795
+ days: import("@elaraai/east").FloatType;
16796
+ weeks: import("@elaraai/east").FloatType;
16797
+ months: import("@elaraai/east").FloatType;
16798
+ }>>;
16799
+ durationStep: OptionType<import("@elaraai/east").VariantType<{
16800
+ minutes: import("@elaraai/east").FloatType;
16801
+ hours: import("@elaraai/east").FloatType;
16802
+ days: import("@elaraai/east").FloatType;
16803
+ weeks: import("@elaraai/east").FloatType;
16804
+ months: import("@elaraai/east").FloatType;
16805
+ }>>;
16806
+ onCellClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16807
+ rowIndex: import("@elaraai/east").IntegerType;
16808
+ columnKey: StringType;
16809
+ cellValue: import("@elaraai/east").VariantType<{
16810
+ Boolean: BooleanType;
16811
+ Integer: import("@elaraai/east").IntegerType;
16812
+ Float: import("@elaraai/east").FloatType;
16813
+ String: StringType;
16814
+ DateTime: import("@elaraai/east").DateTimeType;
16815
+ }>;
16816
+ }>], import("@elaraai/east").NullType>>;
16817
+ onCellDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16818
+ rowIndex: import("@elaraai/east").IntegerType;
16819
+ columnKey: StringType;
16820
+ cellValue: import("@elaraai/east").VariantType<{
16821
+ Boolean: BooleanType;
16822
+ Integer: import("@elaraai/east").IntegerType;
16823
+ Float: import("@elaraai/east").FloatType;
16824
+ String: StringType;
16825
+ DateTime: import("@elaraai/east").DateTimeType;
16826
+ }>;
16827
+ }>], import("@elaraai/east").NullType>>;
16828
+ onRowClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16829
+ rowIndex: import("@elaraai/east").IntegerType;
16830
+ }>], import("@elaraai/east").NullType>>;
16831
+ onRowDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16832
+ rowIndex: import("@elaraai/east").IntegerType;
16833
+ }>], import("@elaraai/east").NullType>>;
16834
+ onSortChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16835
+ columnKey: StringType;
16836
+ sortIndex: import("@elaraai/east").IntegerType;
16837
+ sortDirection: import("@elaraai/east").VariantType<{
16838
+ asc: import("@elaraai/east").NullType;
16839
+ desc: import("@elaraai/east").NullType;
16840
+ }>;
16841
+ }>], import("@elaraai/east").NullType>>;
16842
+ onTaskClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16843
+ rowIndex: import("@elaraai/east").IntegerType;
16844
+ taskIndex: import("@elaraai/east").IntegerType;
16845
+ taskStart: import("@elaraai/east").DateTimeType;
16846
+ taskEnd: import("@elaraai/east").DateTimeType;
16847
+ }>], import("@elaraai/east").NullType>>;
16848
+ onTaskDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16849
+ rowIndex: import("@elaraai/east").IntegerType;
16850
+ taskIndex: import("@elaraai/east").IntegerType;
16851
+ taskStart: import("@elaraai/east").DateTimeType;
16852
+ taskEnd: import("@elaraai/east").DateTimeType;
16853
+ }>], import("@elaraai/east").NullType>>;
16854
+ onTaskDrag: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16855
+ rowIndex: import("@elaraai/east").IntegerType;
16856
+ taskIndex: import("@elaraai/east").IntegerType;
16857
+ previousStart: import("@elaraai/east").DateTimeType;
16858
+ previousEnd: import("@elaraai/east").DateTimeType;
16859
+ newStart: import("@elaraai/east").DateTimeType;
16860
+ newEnd: import("@elaraai/east").DateTimeType;
16861
+ }>], import("@elaraai/east").NullType>>;
16862
+ onTaskDurationChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16863
+ rowIndex: import("@elaraai/east").IntegerType;
16864
+ taskIndex: import("@elaraai/east").IntegerType;
16865
+ previousEnd: import("@elaraai/east").DateTimeType;
16866
+ newEnd: import("@elaraai/east").DateTimeType;
16867
+ }>], import("@elaraai/east").NullType>>;
16868
+ onTaskProgressChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16869
+ rowIndex: import("@elaraai/east").IntegerType;
16870
+ taskIndex: import("@elaraai/east").IntegerType;
16871
+ previousProgress: import("@elaraai/east").FloatType;
16872
+ newProgress: import("@elaraai/east").FloatType;
16873
+ }>], import("@elaraai/east").NullType>>;
16874
+ onMilestoneClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16875
+ rowIndex: import("@elaraai/east").IntegerType;
16876
+ milestoneIndex: import("@elaraai/east").IntegerType;
16877
+ milestoneDate: import("@elaraai/east").DateTimeType;
16878
+ }>], import("@elaraai/east").NullType>>;
16879
+ onMilestoneDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16880
+ rowIndex: import("@elaraai/east").IntegerType;
16881
+ milestoneIndex: import("@elaraai/east").IntegerType;
16882
+ milestoneDate: import("@elaraai/east").DateTimeType;
16883
+ }>], import("@elaraai/east").NullType>>;
16884
+ onMilestoneDrag: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16885
+ rowIndex: import("@elaraai/east").IntegerType;
16886
+ milestoneIndex: import("@elaraai/east").IntegerType;
16887
+ previousDate: import("@elaraai/east").DateTimeType;
16888
+ newDate: import("@elaraai/east").DateTimeType;
16889
+ }>], import("@elaraai/east").NullType>>;
14263
16890
  }>>;
14264
16891
  }>;
14265
16892
  Accordion: StructType<{
@@ -14277,6 +16904,7 @@ export declare const Accordion: {
14277
16904
  plain: import("@elaraai/east").NullType;
14278
16905
  subtle: import("@elaraai/east").NullType;
14279
16906
  }>>;
16907
+ onValueChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
14280
16908
  }>>;
14281
16909
  }>;
14282
16910
  Carousel: StructType<{
@@ -14297,6 +16925,7 @@ export declare const Accordion: {
14297
16925
  }>>;
14298
16926
  spacing: OptionType<StringType>;
14299
16927
  padding: OptionType<StringType>;
16928
+ onIndexChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
14300
16929
  }>>;
14301
16930
  }>;
14302
16931
  Tabs: StructType<{
@@ -14349,6 +16978,7 @@ export declare const Accordion: {
14349
16978
  purple: import("@elaraai/east").NullType;
14350
16979
  pink: import("@elaraai/east").NullType;
14351
16980
  }>>;
16981
+ onValueChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
14352
16982
  }>>;
14353
16983
  }>;
14354
16984
  Tooltip: StructType<{
@@ -14431,6 +17061,10 @@ export declare const Accordion: {
14431
17061
  dialog: import("@elaraai/east").NullType;
14432
17062
  alertdialog: import("@elaraai/east").NullType;
14433
17063
  }>>;
17064
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
17065
+ onExitComplete: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
17066
+ onEscapeKeyDown: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
17067
+ onInteractOutside: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
14434
17068
  }>>;
14435
17069
  }>;
14436
17070
  Drawer: StructType<{
@@ -14454,6 +17088,8 @@ export declare const Accordion: {
14454
17088
  bottom: import("@elaraai/east").NullType;
14455
17089
  }>>;
14456
17090
  contained: OptionType<BooleanType>;
17091
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
17092
+ onExitComplete: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
14457
17093
  }>>;
14458
17094
  }>;
14459
17095
  Popover: StructType<{
@@ -14484,6 +17120,7 @@ export declare const Accordion: {
14484
17120
  }>>;
14485
17121
  hasArrow: OptionType<BooleanType>;
14486
17122
  gutter: OptionType<import("@elaraai/east").IntegerType>;
17123
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
14487
17124
  }>>;
14488
17125
  }>;
14489
17126
  HoverCard: StructType<{
@@ -14513,6 +17150,7 @@ export declare const Accordion: {
14513
17150
  hasArrow: OptionType<BooleanType>;
14514
17151
  openDelay: OptionType<import("@elaraai/east").IntegerType>;
14515
17152
  closeDelay: OptionType<import("@elaraai/east").IntegerType>;
17153
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
14516
17154
  }>>;
14517
17155
  }>;
14518
17156
  ActionBar: StructType<{
@@ -14526,7 +17164,10 @@ export declare const Accordion: {
14526
17164
  }>>;
14527
17165
  selectionCount: OptionType<import("@elaraai/east").IntegerType>;
14528
17166
  selectionLabel: OptionType<StringType>;
14529
- style: OptionType<StructType<{}>>;
17167
+ style: OptionType<StructType<{
17168
+ onSelect: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
17169
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
17170
+ }>>;
14530
17171
  }>;
14531
17172
  ToggleTip: StructType<{
14532
17173
  trigger: import("@elaraai/east").RecursiveTypeMarker;
@@ -14547,8 +17188,12 @@ export declare const Accordion: {
14547
17188
  "right-end": import("@elaraai/east").NullType;
14548
17189
  }>>;
14549
17190
  hasArrow: OptionType<BooleanType>;
17191
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
14550
17192
  }>>;
14551
17193
  }>;
17194
+ ReactiveComponent: StructType<{
17195
+ render: import("@elaraai/east").FunctionType<[], import("@elaraai/east").RecursiveTypeMarker>;
17196
+ }>;
14552
17197
  }>>>;
14553
17198
  disabled: OptionType<BooleanType>;
14554
17199
  }>;
@@ -14567,6 +17212,7 @@ export declare const Accordion: {
14567
17212
  plain: import("@elaraai/east").NullType;
14568
17213
  subtle: import("@elaraai/east").NullType;
14569
17214
  }>>;
17215
+ onValueChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
14570
17216
  }>;
14571
17217
  /**
14572
17218
  * Style type for individual Accordion items.