@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
@@ -190,6 +190,7 @@ export declare const GridItemType: StructType<{
190
190
  highlightLines: OptionType<ArrayType<import("@elaraai/east").IntegerType>>;
191
191
  maxHeight: OptionType<StringType>;
192
192
  showCopyButton: OptionType<import("@elaraai/east").BooleanType>;
193
+ wordWrap: OptionType<import("@elaraai/east").BooleanType>;
193
194
  title: OptionType<StringType>;
194
195
  }>;
195
196
  Button: StructType<{
@@ -221,6 +222,7 @@ export declare const GridItemType: StructType<{
221
222
  }>>;
222
223
  loading: OptionType<import("@elaraai/east").BooleanType>;
223
224
  disabled: OptionType<import("@elaraai/east").BooleanType>;
225
+ onClick: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
224
226
  }>>;
225
227
  }>;
226
228
  IconButton: StructType<{
@@ -253,6 +255,7 @@ export declare const GridItemType: StructType<{
253
255
  }>>;
254
256
  loading: OptionType<import("@elaraai/east").BooleanType>;
255
257
  disabled: OptionType<import("@elaraai/east").BooleanType>;
258
+ onClick: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
256
259
  }>>;
257
260
  }>;
258
261
  Box: StructType<{
@@ -270,6 +273,28 @@ export declare const GridItemType: StructType<{
270
273
  }>>;
271
274
  width: OptionType<StringType>;
272
275
  height: OptionType<StringType>;
276
+ minHeight: OptionType<StringType>;
277
+ minWidth: OptionType<StringType>;
278
+ maxHeight: OptionType<StringType>;
279
+ maxWidth: OptionType<StringType>;
280
+ overflow: OptionType<import("@elaraai/east").VariantType<{
281
+ visible: import("@elaraai/east").NullType;
282
+ hidden: import("@elaraai/east").NullType;
283
+ scroll: import("@elaraai/east").NullType;
284
+ auto: import("@elaraai/east").NullType;
285
+ }>>;
286
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
287
+ visible: import("@elaraai/east").NullType;
288
+ hidden: import("@elaraai/east").NullType;
289
+ scroll: import("@elaraai/east").NullType;
290
+ auto: import("@elaraai/east").NullType;
291
+ }>>;
292
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
293
+ visible: import("@elaraai/east").NullType;
294
+ hidden: import("@elaraai/east").NullType;
295
+ scroll: import("@elaraai/east").NullType;
296
+ auto: import("@elaraai/east").NullType;
297
+ }>>;
273
298
  padding: OptionType<StructType<{
274
299
  top: OptionType<StringType>;
275
300
  right: OptionType<StringType>;
@@ -309,6 +334,77 @@ export declare const GridItemType: StructType<{
309
334
  gap: OptionType<StringType>;
310
335
  }>>;
311
336
  }>;
337
+ Flex: StructType<{
338
+ children: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
339
+ style: OptionType<StructType<{
340
+ direction: OptionType<import("@elaraai/east").VariantType<{
341
+ row: import("@elaraai/east").NullType;
342
+ column: import("@elaraai/east").NullType;
343
+ "row-reverse": import("@elaraai/east").NullType;
344
+ "column-reverse": import("@elaraai/east").NullType;
345
+ }>>;
346
+ wrap: OptionType<import("@elaraai/east").VariantType<{
347
+ nowrap: import("@elaraai/east").NullType;
348
+ wrap: import("@elaraai/east").NullType;
349
+ "wrap-reverse": import("@elaraai/east").NullType;
350
+ }>>;
351
+ justifyContent: OptionType<import("@elaraai/east").VariantType<{
352
+ "flex-start": import("@elaraai/east").NullType;
353
+ "flex-end": import("@elaraai/east").NullType;
354
+ center: import("@elaraai/east").NullType;
355
+ "space-between": import("@elaraai/east").NullType;
356
+ "space-around": import("@elaraai/east").NullType;
357
+ "space-evenly": import("@elaraai/east").NullType;
358
+ }>>;
359
+ alignItems: OptionType<import("@elaraai/east").VariantType<{
360
+ "flex-start": import("@elaraai/east").NullType;
361
+ "flex-end": import("@elaraai/east").NullType;
362
+ center: import("@elaraai/east").NullType;
363
+ baseline: import("@elaraai/east").NullType;
364
+ stretch: import("@elaraai/east").NullType;
365
+ }>>;
366
+ gap: OptionType<StringType>;
367
+ width: OptionType<StringType>;
368
+ height: OptionType<StringType>;
369
+ minHeight: OptionType<StringType>;
370
+ minWidth: OptionType<StringType>;
371
+ maxHeight: OptionType<StringType>;
372
+ maxWidth: OptionType<StringType>;
373
+ overflow: OptionType<import("@elaraai/east").VariantType<{
374
+ visible: import("@elaraai/east").NullType;
375
+ hidden: import("@elaraai/east").NullType;
376
+ scroll: import("@elaraai/east").NullType;
377
+ auto: import("@elaraai/east").NullType;
378
+ }>>;
379
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
380
+ visible: import("@elaraai/east").NullType;
381
+ hidden: import("@elaraai/east").NullType;
382
+ scroll: import("@elaraai/east").NullType;
383
+ auto: import("@elaraai/east").NullType;
384
+ }>>;
385
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
386
+ visible: import("@elaraai/east").NullType;
387
+ hidden: import("@elaraai/east").NullType;
388
+ scroll: import("@elaraai/east").NullType;
389
+ auto: import("@elaraai/east").NullType;
390
+ }>>;
391
+ padding: OptionType<StructType<{
392
+ top: OptionType<StringType>;
393
+ right: OptionType<StringType>;
394
+ bottom: OptionType<StringType>;
395
+ left: OptionType<StringType>;
396
+ }>>;
397
+ margin: OptionType<StructType<{
398
+ top: OptionType<StringType>;
399
+ right: OptionType<StringType>;
400
+ bottom: OptionType<StringType>;
401
+ left: OptionType<StringType>;
402
+ }>>;
403
+ background: OptionType<StringType>;
404
+ color: OptionType<StringType>;
405
+ borderRadius: OptionType<StringType>;
406
+ }>>;
407
+ }>;
312
408
  Stack: StructType<{
313
409
  children: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
314
410
  style: OptionType<StructType<{
@@ -354,6 +450,28 @@ export declare const GridItemType: StructType<{
354
450
  background: OptionType<StringType>;
355
451
  width: OptionType<StringType>;
356
452
  height: OptionType<StringType>;
453
+ minHeight: OptionType<StringType>;
454
+ minWidth: OptionType<StringType>;
455
+ maxHeight: OptionType<StringType>;
456
+ maxWidth: OptionType<StringType>;
457
+ overflow: OptionType<import("@elaraai/east").VariantType<{
458
+ visible: import("@elaraai/east").NullType;
459
+ hidden: import("@elaraai/east").NullType;
460
+ scroll: import("@elaraai/east").NullType;
461
+ auto: import("@elaraai/east").NullType;
462
+ }>>;
463
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
464
+ visible: import("@elaraai/east").NullType;
465
+ hidden: import("@elaraai/east").NullType;
466
+ scroll: import("@elaraai/east").NullType;
467
+ auto: import("@elaraai/east").NullType;
468
+ }>>;
469
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
470
+ visible: import("@elaraai/east").NullType;
471
+ hidden: import("@elaraai/east").NullType;
472
+ scroll: import("@elaraai/east").NullType;
473
+ auto: import("@elaraai/east").NullType;
474
+ }>>;
357
475
  }>>;
358
476
  }>;
359
477
  Separator: StructType<{
@@ -448,6 +566,13 @@ export declare const GridItemType: StructType<{
448
566
  horizontal: import("@elaraai/east").NullType;
449
567
  vertical: import("@elaraai/east").NullType;
450
568
  }>>;
569
+ onResize: OptionType<import("@elaraai/east").FunctionType<[StructType<{
570
+ size: ArrayType<import("@elaraai/east").FloatType>;
571
+ }>], import("@elaraai/east").NullType>>;
572
+ onResizeStart: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
573
+ onResizeEnd: OptionType<import("@elaraai/east").FunctionType<[StructType<{
574
+ size: ArrayType<import("@elaraai/east").FloatType>;
575
+ }>], import("@elaraai/east").NullType>>;
451
576
  }>>;
452
577
  }>;
453
578
  StringInput: StructType<{
@@ -467,6 +592,9 @@ export declare const GridItemType: StructType<{
467
592
  maxLength: OptionType<import("@elaraai/east").IntegerType>;
468
593
  pattern: OptionType<StringType>;
469
594
  disabled: OptionType<import("@elaraai/east").BooleanType>;
595
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
596
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
597
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
470
598
  }>;
471
599
  IntegerInput: StructType<{
472
600
  value: import("@elaraai/east").IntegerType;
@@ -485,6 +613,9 @@ export declare const GridItemType: StructType<{
485
613
  lg: import("@elaraai/east").NullType;
486
614
  }>>;
487
615
  disabled: OptionType<import("@elaraai/east").BooleanType>;
616
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
617
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
618
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
488
619
  }>;
489
620
  FloatInput: StructType<{
490
621
  value: import("@elaraai/east").FloatType;
@@ -504,13 +635,44 @@ export declare const GridItemType: StructType<{
504
635
  lg: import("@elaraai/east").NullType;
505
636
  }>>;
506
637
  disabled: OptionType<import("@elaraai/east").BooleanType>;
638
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
639
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
640
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
507
641
  }>;
508
642
  DateTimeInput: StructType<{
509
643
  value: import("@elaraai/east").DateTimeType;
510
644
  min: OptionType<import("@elaraai/east").DateTimeType>;
511
645
  max: OptionType<import("@elaraai/east").DateTimeType>;
512
- showTime: OptionType<import("@elaraai/east").BooleanType>;
513
- format: OptionType<StringType>;
646
+ precision: OptionType<import("@elaraai/east").VariantType<{
647
+ date: import("@elaraai/east").NullType;
648
+ time: import("@elaraai/east").NullType;
649
+ datetime: import("@elaraai/east").NullType;
650
+ }>>;
651
+ format: OptionType<ArrayType<import("@elaraai/east").VariantType<{
652
+ literal: StringType;
653
+ year4: import("@elaraai/east").NullType;
654
+ year2: import("@elaraai/east").NullType;
655
+ month1: import("@elaraai/east").NullType;
656
+ month2: import("@elaraai/east").NullType;
657
+ monthNameShort: import("@elaraai/east").NullType;
658
+ monthNameFull: import("@elaraai/east").NullType;
659
+ day1: import("@elaraai/east").NullType;
660
+ day2: import("@elaraai/east").NullType;
661
+ weekdayNameMin: import("@elaraai/east").NullType;
662
+ weekdayNameShort: import("@elaraai/east").NullType;
663
+ weekdayNameFull: import("@elaraai/east").NullType;
664
+ hour24_1: import("@elaraai/east").NullType;
665
+ hour24_2: import("@elaraai/east").NullType;
666
+ hour12_1: import("@elaraai/east").NullType;
667
+ hour12_2: import("@elaraai/east").NullType;
668
+ minute1: import("@elaraai/east").NullType;
669
+ minute2: import("@elaraai/east").NullType;
670
+ second1: import("@elaraai/east").NullType;
671
+ second2: import("@elaraai/east").NullType;
672
+ millisecond3: import("@elaraai/east").NullType;
673
+ ampmUpper: import("@elaraai/east").NullType;
674
+ ampmLower: import("@elaraai/east").NullType;
675
+ }>>>;
514
676
  variant: OptionType<import("@elaraai/east").VariantType<{
515
677
  outline: import("@elaraai/east").NullType;
516
678
  subtle: import("@elaraai/east").NullType;
@@ -523,6 +685,9 @@ export declare const GridItemType: StructType<{
523
685
  lg: import("@elaraai/east").NullType;
524
686
  }>>;
525
687
  disabled: OptionType<import("@elaraai/east").BooleanType>;
688
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").DateTimeType], import("@elaraai/east").NullType>>;
689
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
690
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
526
691
  }>;
527
692
  Checkbox: StructType<{
528
693
  checked: import("@elaraai/east").BooleanType;
@@ -547,6 +712,7 @@ export declare const GridItemType: StructType<{
547
712
  md: import("@elaraai/east").NullType;
548
713
  lg: import("@elaraai/east").NullType;
549
714
  }>>;
715
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
550
716
  }>;
551
717
  Switch: StructType<{
552
718
  checked: import("@elaraai/east").BooleanType;
@@ -570,6 +736,7 @@ export declare const GridItemType: StructType<{
570
736
  md: import("@elaraai/east").NullType;
571
737
  lg: import("@elaraai/east").NullType;
572
738
  }>>;
739
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
573
740
  }>;
574
741
  Select: StructType<{
575
742
  value: OptionType<StringType>;
@@ -587,6 +754,9 @@ export declare const GridItemType: StructType<{
587
754
  md: import("@elaraai/east").NullType;
588
755
  lg: import("@elaraai/east").NullType;
589
756
  }>>;
757
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
758
+ onChangeMultiple: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
759
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
590
760
  }>;
591
761
  Slider: StructType<{
592
762
  value: import("@elaraai/east").FloatType;
@@ -620,6 +790,8 @@ export declare const GridItemType: StructType<{
620
790
  subtle: import("@elaraai/east").NullType;
621
791
  }>>;
622
792
  disabled: OptionType<import("@elaraai/east").BooleanType>;
793
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
794
+ onChangeEnd: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
623
795
  }>;
624
796
  FileUpload: StructType<{
625
797
  accept: OptionType<StringType>;
@@ -638,165 +810,498 @@ export declare const GridItemType: StructType<{
638
810
  label: OptionType<StringType>;
639
811
  dropzoneText: OptionType<StringType>;
640
812
  triggerText: OptionType<StringType>;
813
+ onFileAccept: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
814
+ name: StringType;
815
+ size: import("@elaraai/east").IntegerType;
816
+ type: StringType;
817
+ }>>], import("@elaraai/east").NullType>>;
818
+ onFileReject: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
819
+ file: StructType<{
820
+ name: StringType;
821
+ size: import("@elaraai/east").IntegerType;
822
+ type: StringType;
823
+ }>;
824
+ errors: ArrayType<StringType>;
825
+ }>>], import("@elaraai/east").NullType>>;
641
826
  }>;
642
827
  Field: StructType<{
643
828
  label: StringType;
644
- control: import("@elaraai/east").RecursiveTypeMarker;
645
- helperText: OptionType<StringType>;
646
- errorText: OptionType<StringType>;
647
- required: OptionType<import("@elaraai/east").BooleanType>;
648
- disabled: OptionType<import("@elaraai/east").BooleanType>;
649
- invalid: OptionType<import("@elaraai/east").BooleanType>;
650
- readOnly: OptionType<import("@elaraai/east").BooleanType>;
651
- }>;
652
- Fieldset: StructType<{
653
- legend: OptionType<StringType>;
654
- helperText: OptionType<StringType>;
655
- errorText: OptionType<StringType>;
656
- content: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
657
- disabled: OptionType<import("@elaraai/east").BooleanType>;
658
- invalid: OptionType<import("@elaraai/east").BooleanType>;
659
- style: OptionType<StructType<{
660
- size: OptionType<import("@elaraai/east").VariantType<{
661
- xs: import("@elaraai/east").NullType;
662
- sm: import("@elaraai/east").NullType;
663
- md: import("@elaraai/east").NullType;
664
- lg: import("@elaraai/east").NullType;
665
- }>>;
666
- }>>;
667
- }>;
668
- Textarea: StructType<{
669
- value: StringType;
670
- placeholder: OptionType<StringType>;
671
- variant: OptionType<import("@elaraai/east").VariantType<{
672
- outline: import("@elaraai/east").NullType;
673
- subtle: import("@elaraai/east").NullType;
674
- flushed: import("@elaraai/east").NullType;
675
- }>>;
676
- size: OptionType<import("@elaraai/east").VariantType<{
677
- xs: import("@elaraai/east").NullType;
678
- sm: import("@elaraai/east").NullType;
679
- md: import("@elaraai/east").NullType;
680
- lg: import("@elaraai/east").NullType;
681
- }>>;
682
- resize: OptionType<import("@elaraai/east").VariantType<{
683
- none: import("@elaraai/east").NullType;
684
- vertical: import("@elaraai/east").NullType;
685
- horizontal: import("@elaraai/east").NullType;
686
- both: import("@elaraai/east").NullType;
687
- }>>;
688
- rows: OptionType<import("@elaraai/east").IntegerType>;
689
- disabled: OptionType<import("@elaraai/east").BooleanType>;
690
- readOnly: OptionType<import("@elaraai/east").BooleanType>;
691
- invalid: OptionType<import("@elaraai/east").BooleanType>;
692
- required: OptionType<import("@elaraai/east").BooleanType>;
693
- maxLength: OptionType<import("@elaraai/east").IntegerType>;
694
- autoresize: OptionType<import("@elaraai/east").BooleanType>;
695
- }>;
696
- TagsInput: StructType<{
697
- value: ArrayType<StringType>;
698
- defaultValue: OptionType<ArrayType<StringType>>;
699
- max: OptionType<import("@elaraai/east").IntegerType>;
700
- maxLength: OptionType<import("@elaraai/east").IntegerType>;
701
- disabled: OptionType<import("@elaraai/east").BooleanType>;
702
- readOnly: OptionType<import("@elaraai/east").BooleanType>;
703
- invalid: OptionType<import("@elaraai/east").BooleanType>;
704
- editable: OptionType<import("@elaraai/east").BooleanType>;
705
- delimiter: OptionType<StringType>;
706
- addOnPaste: OptionType<import("@elaraai/east").BooleanType>;
707
- blurBehavior: OptionType<import("@elaraai/east").VariantType<{
708
- clear: import("@elaraai/east").NullType;
709
- add: import("@elaraai/east").NullType;
710
- }>>;
711
- allowOverflow: OptionType<import("@elaraai/east").BooleanType>;
712
- label: OptionType<StringType>;
713
- placeholder: OptionType<StringType>;
714
- size: OptionType<import("@elaraai/east").VariantType<{
715
- xs: import("@elaraai/east").NullType;
716
- sm: import("@elaraai/east").NullType;
717
- md: import("@elaraai/east").NullType;
718
- lg: import("@elaraai/east").NullType;
719
- }>>;
720
- variant: OptionType<import("@elaraai/east").VariantType<{
721
- outline: import("@elaraai/east").NullType;
722
- subtle: import("@elaraai/east").NullType;
723
- flushed: import("@elaraai/east").NullType;
724
- }>>;
725
- colorPalette: OptionType<import("@elaraai/east").VariantType<{
726
- gray: import("@elaraai/east").NullType;
727
- red: import("@elaraai/east").NullType;
728
- orange: import("@elaraai/east").NullType;
729
- yellow: import("@elaraai/east").NullType;
730
- green: import("@elaraai/east").NullType;
731
- teal: import("@elaraai/east").NullType;
732
- blue: import("@elaraai/east").NullType;
733
- cyan: import("@elaraai/east").NullType;
734
- purple: import("@elaraai/east").NullType;
735
- pink: import("@elaraai/east").NullType;
736
- }>>;
737
- }>;
738
- Progress: StructType<{
739
- value: import("@elaraai/east").FloatType;
740
- min: OptionType<import("@elaraai/east").FloatType>;
741
- max: OptionType<import("@elaraai/east").FloatType>;
742
- colorPalette: OptionType<import("@elaraai/east").VariantType<{
743
- gray: import("@elaraai/east").NullType;
744
- red: import("@elaraai/east").NullType;
745
- orange: import("@elaraai/east").NullType;
746
- yellow: import("@elaraai/east").NullType;
747
- green: import("@elaraai/east").NullType;
748
- teal: import("@elaraai/east").NullType;
749
- blue: import("@elaraai/east").NullType;
750
- cyan: import("@elaraai/east").NullType;
751
- purple: import("@elaraai/east").NullType;
752
- pink: import("@elaraai/east").NullType;
753
- }>>;
754
- size: OptionType<import("@elaraai/east").VariantType<{
755
- xs: import("@elaraai/east").NullType;
756
- sm: import("@elaraai/east").NullType;
757
- md: import("@elaraai/east").NullType;
758
- lg: import("@elaraai/east").NullType;
759
- }>>;
760
- variant: OptionType<import("@elaraai/east").VariantType<{
761
- outline: import("@elaraai/east").NullType;
762
- subtle: import("@elaraai/east").NullType;
763
- }>>;
764
- striped: OptionType<import("@elaraai/east").BooleanType>;
765
- animated: OptionType<import("@elaraai/east").BooleanType>;
766
- label: OptionType<StringType>;
767
- valueText: OptionType<StringType>;
768
- }>;
769
- Alert: StructType<{
770
- status: import("@elaraai/east").VariantType<{
771
- info: import("@elaraai/east").NullType;
772
- warning: import("@elaraai/east").NullType;
773
- success: import("@elaraai/east").NullType;
774
- error: import("@elaraai/east").NullType;
775
- }>;
776
- title: OptionType<StringType>;
777
- description: OptionType<StringType>;
778
- variant: OptionType<import("@elaraai/east").VariantType<{
779
- solid: import("@elaraai/east").NullType;
780
- subtle: import("@elaraai/east").NullType;
781
- outline: import("@elaraai/east").NullType;
782
- }>>;
783
- }>;
784
- Badge: StructType<{
785
- value: StringType;
786
- variant: OptionType<import("@elaraai/east").VariantType<{
787
- subtle: import("@elaraai/east").NullType;
788
- solid: import("@elaraai/east").NullType;
789
- outline: import("@elaraai/east").NullType;
790
- }>>;
791
- colorPalette: OptionType<import("@elaraai/east").VariantType<{
792
- gray: import("@elaraai/east").NullType;
793
- red: import("@elaraai/east").NullType;
794
- orange: import("@elaraai/east").NullType;
795
- yellow: import("@elaraai/east").NullType;
796
- green: import("@elaraai/east").NullType;
797
- teal: import("@elaraai/east").NullType;
798
- blue: import("@elaraai/east").NullType;
799
- cyan: import("@elaraai/east").NullType;
829
+ control: import("@elaraai/east").VariantType<{
830
+ Checkbox: StructType<{
831
+ checked: import("@elaraai/east").BooleanType;
832
+ label: OptionType<StringType>;
833
+ indeterminate: OptionType<import("@elaraai/east").BooleanType>;
834
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
835
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
836
+ gray: import("@elaraai/east").NullType;
837
+ red: import("@elaraai/east").NullType;
838
+ orange: import("@elaraai/east").NullType;
839
+ yellow: import("@elaraai/east").NullType;
840
+ green: import("@elaraai/east").NullType;
841
+ teal: import("@elaraai/east").NullType;
842
+ blue: import("@elaraai/east").NullType;
843
+ cyan: import("@elaraai/east").NullType;
844
+ purple: import("@elaraai/east").NullType;
845
+ pink: import("@elaraai/east").NullType;
846
+ }>>;
847
+ size: OptionType<import("@elaraai/east").VariantType<{
848
+ xs: import("@elaraai/east").NullType;
849
+ sm: import("@elaraai/east").NullType;
850
+ md: import("@elaraai/east").NullType;
851
+ lg: import("@elaraai/east").NullType;
852
+ }>>;
853
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
854
+ }>;
855
+ StringInput: StructType<{
856
+ value: StringType;
857
+ placeholder: OptionType<StringType>;
858
+ variant: OptionType<import("@elaraai/east").VariantType<{
859
+ outline: import("@elaraai/east").NullType;
860
+ subtle: import("@elaraai/east").NullType;
861
+ flushed: import("@elaraai/east").NullType;
862
+ }>>;
863
+ size: OptionType<import("@elaraai/east").VariantType<{
864
+ xs: import("@elaraai/east").NullType;
865
+ sm: import("@elaraai/east").NullType;
866
+ md: import("@elaraai/east").NullType;
867
+ lg: import("@elaraai/east").NullType;
868
+ }>>;
869
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
870
+ pattern: OptionType<StringType>;
871
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
872
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
873
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
874
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
875
+ }>;
876
+ IntegerInput: StructType<{
877
+ value: import("@elaraai/east").IntegerType;
878
+ min: OptionType<import("@elaraai/east").IntegerType>;
879
+ max: OptionType<import("@elaraai/east").IntegerType>;
880
+ step: OptionType<import("@elaraai/east").IntegerType>;
881
+ variant: OptionType<import("@elaraai/east").VariantType<{
882
+ outline: import("@elaraai/east").NullType;
883
+ subtle: import("@elaraai/east").NullType;
884
+ flushed: import("@elaraai/east").NullType;
885
+ }>>;
886
+ size: OptionType<import("@elaraai/east").VariantType<{
887
+ xs: import("@elaraai/east").NullType;
888
+ sm: import("@elaraai/east").NullType;
889
+ md: import("@elaraai/east").NullType;
890
+ lg: import("@elaraai/east").NullType;
891
+ }>>;
892
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
893
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
894
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
895
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
896
+ }>;
897
+ FloatInput: StructType<{
898
+ value: import("@elaraai/east").FloatType;
899
+ min: OptionType<import("@elaraai/east").FloatType>;
900
+ max: OptionType<import("@elaraai/east").FloatType>;
901
+ step: OptionType<import("@elaraai/east").FloatType>;
902
+ precision: OptionType<import("@elaraai/east").IntegerType>;
903
+ variant: OptionType<import("@elaraai/east").VariantType<{
904
+ outline: import("@elaraai/east").NullType;
905
+ subtle: import("@elaraai/east").NullType;
906
+ flushed: import("@elaraai/east").NullType;
907
+ }>>;
908
+ size: OptionType<import("@elaraai/east").VariantType<{
909
+ xs: import("@elaraai/east").NullType;
910
+ sm: import("@elaraai/east").NullType;
911
+ md: import("@elaraai/east").NullType;
912
+ lg: import("@elaraai/east").NullType;
913
+ }>>;
914
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
915
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
916
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
917
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
918
+ }>;
919
+ DateTimeInput: StructType<{
920
+ value: import("@elaraai/east").DateTimeType;
921
+ min: OptionType<import("@elaraai/east").DateTimeType>;
922
+ max: OptionType<import("@elaraai/east").DateTimeType>;
923
+ precision: OptionType<import("@elaraai/east").VariantType<{
924
+ date: import("@elaraai/east").NullType;
925
+ time: import("@elaraai/east").NullType;
926
+ datetime: import("@elaraai/east").NullType;
927
+ }>>;
928
+ format: OptionType<ArrayType<import("@elaraai/east").VariantType<{
929
+ literal: StringType;
930
+ year4: import("@elaraai/east").NullType;
931
+ year2: import("@elaraai/east").NullType;
932
+ month1: import("@elaraai/east").NullType;
933
+ month2: import("@elaraai/east").NullType;
934
+ monthNameShort: import("@elaraai/east").NullType;
935
+ monthNameFull: import("@elaraai/east").NullType;
936
+ day1: import("@elaraai/east").NullType;
937
+ day2: import("@elaraai/east").NullType;
938
+ weekdayNameMin: import("@elaraai/east").NullType;
939
+ weekdayNameShort: import("@elaraai/east").NullType;
940
+ weekdayNameFull: import("@elaraai/east").NullType;
941
+ hour24_1: import("@elaraai/east").NullType;
942
+ hour24_2: import("@elaraai/east").NullType;
943
+ hour12_1: import("@elaraai/east").NullType;
944
+ hour12_2: import("@elaraai/east").NullType;
945
+ minute1: import("@elaraai/east").NullType;
946
+ minute2: import("@elaraai/east").NullType;
947
+ second1: import("@elaraai/east").NullType;
948
+ second2: import("@elaraai/east").NullType;
949
+ millisecond3: import("@elaraai/east").NullType;
950
+ ampmUpper: import("@elaraai/east").NullType;
951
+ ampmLower: import("@elaraai/east").NullType;
952
+ }>>>;
953
+ variant: OptionType<import("@elaraai/east").VariantType<{
954
+ outline: import("@elaraai/east").NullType;
955
+ subtle: import("@elaraai/east").NullType;
956
+ flushed: import("@elaraai/east").NullType;
957
+ }>>;
958
+ size: OptionType<import("@elaraai/east").VariantType<{
959
+ xs: import("@elaraai/east").NullType;
960
+ sm: import("@elaraai/east").NullType;
961
+ md: import("@elaraai/east").NullType;
962
+ lg: import("@elaraai/east").NullType;
963
+ }>>;
964
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
965
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").DateTimeType], import("@elaraai/east").NullType>>;
966
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
967
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
968
+ }>;
969
+ FileUpload: StructType<{
970
+ accept: OptionType<StringType>;
971
+ maxFiles: OptionType<import("@elaraai/east").IntegerType>;
972
+ maxFileSize: OptionType<import("@elaraai/east").IntegerType>;
973
+ minFileSize: OptionType<import("@elaraai/east").IntegerType>;
974
+ directory: OptionType<import("@elaraai/east").BooleanType>;
975
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
976
+ required: OptionType<import("@elaraai/east").BooleanType>;
977
+ allowDrop: OptionType<import("@elaraai/east").BooleanType>;
978
+ capture: OptionType<import("@elaraai/east").VariantType<{
979
+ user: import("@elaraai/east").NullType;
980
+ environment: import("@elaraai/east").NullType;
981
+ }>>;
982
+ name: OptionType<StringType>;
983
+ label: OptionType<StringType>;
984
+ dropzoneText: OptionType<StringType>;
985
+ triggerText: OptionType<StringType>;
986
+ onFileAccept: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
987
+ name: StringType;
988
+ size: import("@elaraai/east").IntegerType;
989
+ type: StringType;
990
+ }>>], import("@elaraai/east").NullType>>;
991
+ onFileReject: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
992
+ file: StructType<{
993
+ name: StringType;
994
+ size: import("@elaraai/east").IntegerType;
995
+ type: StringType;
996
+ }>;
997
+ errors: ArrayType<StringType>;
998
+ }>>], import("@elaraai/east").NullType>>;
999
+ }>;
1000
+ Select: StructType<{
1001
+ value: OptionType<StringType>;
1002
+ items: ArrayType<StructType<{
1003
+ value: StringType;
1004
+ label: StringType;
1005
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
1006
+ }>>;
1007
+ placeholder: OptionType<StringType>;
1008
+ multiple: OptionType<import("@elaraai/east").BooleanType>;
1009
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
1010
+ size: OptionType<import("@elaraai/east").VariantType<{
1011
+ xs: import("@elaraai/east").NullType;
1012
+ sm: import("@elaraai/east").NullType;
1013
+ md: import("@elaraai/east").NullType;
1014
+ lg: import("@elaraai/east").NullType;
1015
+ }>>;
1016
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
1017
+ onChangeMultiple: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
1018
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
1019
+ }>;
1020
+ Slider: StructType<{
1021
+ value: import("@elaraai/east").FloatType;
1022
+ min: OptionType<import("@elaraai/east").FloatType>;
1023
+ max: OptionType<import("@elaraai/east").FloatType>;
1024
+ step: OptionType<import("@elaraai/east").FloatType>;
1025
+ orientation: OptionType<import("@elaraai/east").VariantType<{
1026
+ horizontal: import("@elaraai/east").NullType;
1027
+ vertical: import("@elaraai/east").NullType;
1028
+ }>>;
1029
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
1030
+ gray: import("@elaraai/east").NullType;
1031
+ red: import("@elaraai/east").NullType;
1032
+ orange: import("@elaraai/east").NullType;
1033
+ yellow: import("@elaraai/east").NullType;
1034
+ green: import("@elaraai/east").NullType;
1035
+ teal: import("@elaraai/east").NullType;
1036
+ blue: import("@elaraai/east").NullType;
1037
+ cyan: import("@elaraai/east").NullType;
1038
+ purple: import("@elaraai/east").NullType;
1039
+ pink: import("@elaraai/east").NullType;
1040
+ }>>;
1041
+ size: OptionType<import("@elaraai/east").VariantType<{
1042
+ xs: import("@elaraai/east").NullType;
1043
+ sm: import("@elaraai/east").NullType;
1044
+ md: import("@elaraai/east").NullType;
1045
+ lg: import("@elaraai/east").NullType;
1046
+ }>>;
1047
+ variant: OptionType<import("@elaraai/east").VariantType<{
1048
+ outline: import("@elaraai/east").NullType;
1049
+ subtle: import("@elaraai/east").NullType;
1050
+ }>>;
1051
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
1052
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
1053
+ onChangeEnd: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
1054
+ }>;
1055
+ Switch: StructType<{
1056
+ checked: import("@elaraai/east").BooleanType;
1057
+ label: OptionType<StringType>;
1058
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
1059
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
1060
+ gray: import("@elaraai/east").NullType;
1061
+ red: import("@elaraai/east").NullType;
1062
+ orange: import("@elaraai/east").NullType;
1063
+ yellow: import("@elaraai/east").NullType;
1064
+ green: import("@elaraai/east").NullType;
1065
+ teal: import("@elaraai/east").NullType;
1066
+ blue: import("@elaraai/east").NullType;
1067
+ cyan: import("@elaraai/east").NullType;
1068
+ purple: import("@elaraai/east").NullType;
1069
+ pink: import("@elaraai/east").NullType;
1070
+ }>>;
1071
+ size: OptionType<import("@elaraai/east").VariantType<{
1072
+ xs: import("@elaraai/east").NullType;
1073
+ sm: import("@elaraai/east").NullType;
1074
+ md: import("@elaraai/east").NullType;
1075
+ lg: import("@elaraai/east").NullType;
1076
+ }>>;
1077
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
1078
+ }>;
1079
+ TagsInput: StructType<{
1080
+ value: ArrayType<StringType>;
1081
+ defaultValue: OptionType<ArrayType<StringType>>;
1082
+ max: OptionType<import("@elaraai/east").IntegerType>;
1083
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
1084
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
1085
+ readOnly: OptionType<import("@elaraai/east").BooleanType>;
1086
+ invalid: OptionType<import("@elaraai/east").BooleanType>;
1087
+ editable: OptionType<import("@elaraai/east").BooleanType>;
1088
+ delimiter: OptionType<StringType>;
1089
+ addOnPaste: OptionType<import("@elaraai/east").BooleanType>;
1090
+ blurBehavior: OptionType<import("@elaraai/east").VariantType<{
1091
+ clear: import("@elaraai/east").NullType;
1092
+ add: import("@elaraai/east").NullType;
1093
+ }>>;
1094
+ allowOverflow: OptionType<import("@elaraai/east").BooleanType>;
1095
+ label: OptionType<StringType>;
1096
+ placeholder: OptionType<StringType>;
1097
+ size: OptionType<import("@elaraai/east").VariantType<{
1098
+ xs: import("@elaraai/east").NullType;
1099
+ sm: import("@elaraai/east").NullType;
1100
+ md: import("@elaraai/east").NullType;
1101
+ lg: import("@elaraai/east").NullType;
1102
+ }>>;
1103
+ variant: OptionType<import("@elaraai/east").VariantType<{
1104
+ outline: import("@elaraai/east").NullType;
1105
+ subtle: import("@elaraai/east").NullType;
1106
+ flushed: import("@elaraai/east").NullType;
1107
+ }>>;
1108
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
1109
+ gray: import("@elaraai/east").NullType;
1110
+ red: import("@elaraai/east").NullType;
1111
+ orange: import("@elaraai/east").NullType;
1112
+ yellow: import("@elaraai/east").NullType;
1113
+ green: import("@elaraai/east").NullType;
1114
+ teal: import("@elaraai/east").NullType;
1115
+ blue: import("@elaraai/east").NullType;
1116
+ cyan: import("@elaraai/east").NullType;
1117
+ purple: import("@elaraai/east").NullType;
1118
+ pink: import("@elaraai/east").NullType;
1119
+ }>>;
1120
+ onChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
1121
+ onInputChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
1122
+ onHighlightChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
1123
+ }>;
1124
+ Textarea: StructType<{
1125
+ value: StringType;
1126
+ placeholder: OptionType<StringType>;
1127
+ variant: OptionType<import("@elaraai/east").VariantType<{
1128
+ outline: import("@elaraai/east").NullType;
1129
+ subtle: import("@elaraai/east").NullType;
1130
+ flushed: import("@elaraai/east").NullType;
1131
+ }>>;
1132
+ size: OptionType<import("@elaraai/east").VariantType<{
1133
+ xs: import("@elaraai/east").NullType;
1134
+ sm: import("@elaraai/east").NullType;
1135
+ md: import("@elaraai/east").NullType;
1136
+ lg: import("@elaraai/east").NullType;
1137
+ }>>;
1138
+ resize: OptionType<import("@elaraai/east").VariantType<{
1139
+ none: import("@elaraai/east").NullType;
1140
+ vertical: import("@elaraai/east").NullType;
1141
+ horizontal: import("@elaraai/east").NullType;
1142
+ both: import("@elaraai/east").NullType;
1143
+ }>>;
1144
+ rows: OptionType<import("@elaraai/east").IntegerType>;
1145
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
1146
+ readOnly: OptionType<import("@elaraai/east").BooleanType>;
1147
+ required: OptionType<import("@elaraai/east").BooleanType>;
1148
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
1149
+ autoresize: OptionType<import("@elaraai/east").BooleanType>;
1150
+ onValidate: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
1151
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
1152
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
1153
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
1154
+ }>;
1155
+ }>;
1156
+ helperText: OptionType<StringType>;
1157
+ errorText: OptionType<StringType>;
1158
+ required: OptionType<import("@elaraai/east").BooleanType>;
1159
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
1160
+ invalid: OptionType<import("@elaraai/east").BooleanType>;
1161
+ readOnly: OptionType<import("@elaraai/east").BooleanType>;
1162
+ orientation: OptionType<import("@elaraai/east").VariantType<{
1163
+ vertical: import("@elaraai/east").NullType;
1164
+ horizontal: import("@elaraai/east").NullType;
1165
+ }>>;
1166
+ }>;
1167
+ Textarea: StructType<{
1168
+ value: StringType;
1169
+ placeholder: OptionType<StringType>;
1170
+ variant: OptionType<import("@elaraai/east").VariantType<{
1171
+ outline: import("@elaraai/east").NullType;
1172
+ subtle: import("@elaraai/east").NullType;
1173
+ flushed: import("@elaraai/east").NullType;
1174
+ }>>;
1175
+ size: OptionType<import("@elaraai/east").VariantType<{
1176
+ xs: import("@elaraai/east").NullType;
1177
+ sm: import("@elaraai/east").NullType;
1178
+ md: import("@elaraai/east").NullType;
1179
+ lg: import("@elaraai/east").NullType;
1180
+ }>>;
1181
+ resize: OptionType<import("@elaraai/east").VariantType<{
1182
+ none: import("@elaraai/east").NullType;
1183
+ vertical: import("@elaraai/east").NullType;
1184
+ horizontal: import("@elaraai/east").NullType;
1185
+ both: import("@elaraai/east").NullType;
1186
+ }>>;
1187
+ rows: OptionType<import("@elaraai/east").IntegerType>;
1188
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
1189
+ readOnly: OptionType<import("@elaraai/east").BooleanType>;
1190
+ required: OptionType<import("@elaraai/east").BooleanType>;
1191
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
1192
+ autoresize: OptionType<import("@elaraai/east").BooleanType>;
1193
+ onValidate: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
1194
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
1195
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
1196
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
1197
+ }>;
1198
+ TagsInput: StructType<{
1199
+ value: ArrayType<StringType>;
1200
+ defaultValue: OptionType<ArrayType<StringType>>;
1201
+ max: OptionType<import("@elaraai/east").IntegerType>;
1202
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
1203
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
1204
+ readOnly: OptionType<import("@elaraai/east").BooleanType>;
1205
+ invalid: OptionType<import("@elaraai/east").BooleanType>;
1206
+ editable: OptionType<import("@elaraai/east").BooleanType>;
1207
+ delimiter: OptionType<StringType>;
1208
+ addOnPaste: OptionType<import("@elaraai/east").BooleanType>;
1209
+ blurBehavior: OptionType<import("@elaraai/east").VariantType<{
1210
+ clear: import("@elaraai/east").NullType;
1211
+ add: import("@elaraai/east").NullType;
1212
+ }>>;
1213
+ allowOverflow: OptionType<import("@elaraai/east").BooleanType>;
1214
+ label: OptionType<StringType>;
1215
+ placeholder: OptionType<StringType>;
1216
+ size: OptionType<import("@elaraai/east").VariantType<{
1217
+ xs: import("@elaraai/east").NullType;
1218
+ sm: import("@elaraai/east").NullType;
1219
+ md: import("@elaraai/east").NullType;
1220
+ lg: import("@elaraai/east").NullType;
1221
+ }>>;
1222
+ variant: OptionType<import("@elaraai/east").VariantType<{
1223
+ outline: import("@elaraai/east").NullType;
1224
+ subtle: import("@elaraai/east").NullType;
1225
+ flushed: import("@elaraai/east").NullType;
1226
+ }>>;
1227
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
1228
+ gray: import("@elaraai/east").NullType;
1229
+ red: import("@elaraai/east").NullType;
1230
+ orange: import("@elaraai/east").NullType;
1231
+ yellow: import("@elaraai/east").NullType;
1232
+ green: import("@elaraai/east").NullType;
1233
+ teal: import("@elaraai/east").NullType;
1234
+ blue: import("@elaraai/east").NullType;
1235
+ cyan: import("@elaraai/east").NullType;
1236
+ purple: import("@elaraai/east").NullType;
1237
+ pink: import("@elaraai/east").NullType;
1238
+ }>>;
1239
+ onChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
1240
+ onInputChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
1241
+ onHighlightChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
1242
+ }>;
1243
+ Progress: StructType<{
1244
+ value: import("@elaraai/east").FloatType;
1245
+ min: OptionType<import("@elaraai/east").FloatType>;
1246
+ max: OptionType<import("@elaraai/east").FloatType>;
1247
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
1248
+ gray: import("@elaraai/east").NullType;
1249
+ red: import("@elaraai/east").NullType;
1250
+ orange: import("@elaraai/east").NullType;
1251
+ yellow: import("@elaraai/east").NullType;
1252
+ green: import("@elaraai/east").NullType;
1253
+ teal: import("@elaraai/east").NullType;
1254
+ blue: import("@elaraai/east").NullType;
1255
+ cyan: import("@elaraai/east").NullType;
1256
+ purple: import("@elaraai/east").NullType;
1257
+ pink: import("@elaraai/east").NullType;
1258
+ }>>;
1259
+ size: OptionType<import("@elaraai/east").VariantType<{
1260
+ xs: import("@elaraai/east").NullType;
1261
+ sm: import("@elaraai/east").NullType;
1262
+ md: import("@elaraai/east").NullType;
1263
+ lg: import("@elaraai/east").NullType;
1264
+ }>>;
1265
+ variant: OptionType<import("@elaraai/east").VariantType<{
1266
+ outline: import("@elaraai/east").NullType;
1267
+ subtle: import("@elaraai/east").NullType;
1268
+ }>>;
1269
+ striped: OptionType<import("@elaraai/east").BooleanType>;
1270
+ animated: OptionType<import("@elaraai/east").BooleanType>;
1271
+ label: OptionType<StringType>;
1272
+ valueText: OptionType<StringType>;
1273
+ }>;
1274
+ Alert: StructType<{
1275
+ status: import("@elaraai/east").VariantType<{
1276
+ info: import("@elaraai/east").NullType;
1277
+ warning: import("@elaraai/east").NullType;
1278
+ success: import("@elaraai/east").NullType;
1279
+ error: import("@elaraai/east").NullType;
1280
+ }>;
1281
+ title: OptionType<StringType>;
1282
+ description: OptionType<StringType>;
1283
+ variant: OptionType<import("@elaraai/east").VariantType<{
1284
+ solid: import("@elaraai/east").NullType;
1285
+ subtle: import("@elaraai/east").NullType;
1286
+ outline: import("@elaraai/east").NullType;
1287
+ }>>;
1288
+ }>;
1289
+ Badge: StructType<{
1290
+ value: StringType;
1291
+ variant: OptionType<import("@elaraai/east").VariantType<{
1292
+ subtle: import("@elaraai/east").NullType;
1293
+ solid: import("@elaraai/east").NullType;
1294
+ outline: import("@elaraai/east").NullType;
1295
+ }>>;
1296
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
1297
+ gray: import("@elaraai/east").NullType;
1298
+ red: import("@elaraai/east").NullType;
1299
+ orange: import("@elaraai/east").NullType;
1300
+ yellow: import("@elaraai/east").NullType;
1301
+ green: import("@elaraai/east").NullType;
1302
+ teal: import("@elaraai/east").NullType;
1303
+ blue: import("@elaraai/east").NullType;
1304
+ cyan: import("@elaraai/east").NullType;
800
1305
  purple: import("@elaraai/east").NullType;
801
1306
  pink: import("@elaraai/east").NullType;
802
1307
  }>>;
@@ -833,6 +1338,7 @@ export declare const GridItemType: StructType<{
833
1338
  xl: import("@elaraai/east").NullType;
834
1339
  }>>;
835
1340
  closable: OptionType<import("@elaraai/east").BooleanType>;
1341
+ onClose: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
836
1342
  }>;
837
1343
  Avatar: StructType<{
838
1344
  src: OptionType<StringType>;
@@ -3173,6 +3679,9 @@ export declare const GridItemType: StructType<{
3173
3679
  multiple: import("@elaraai/east").NullType;
3174
3680
  }>>;
3175
3681
  animateContent: OptionType<import("@elaraai/east").BooleanType>;
3682
+ onExpandedChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
3683
+ onSelectionChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
3684
+ onFocusChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
3176
3685
  }>>;
3177
3686
  }>;
3178
3687
  Table: StructType<{
@@ -3223,6 +3732,47 @@ export declare const GridItemType: StructType<{
3223
3732
  purple: import("@elaraai/east").NullType;
3224
3733
  pink: import("@elaraai/east").NullType;
3225
3734
  }>>;
3735
+ onCellClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3736
+ rowIndex: import("@elaraai/east").IntegerType;
3737
+ columnKey: StringType;
3738
+ cellValue: import("@elaraai/east").VariantType<{
3739
+ Boolean: import("@elaraai/east").BooleanType;
3740
+ Integer: import("@elaraai/east").IntegerType;
3741
+ Float: import("@elaraai/east").FloatType;
3742
+ String: StringType;
3743
+ DateTime: import("@elaraai/east").DateTimeType;
3744
+ }>;
3745
+ }>], import("@elaraai/east").NullType>>;
3746
+ onCellDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3747
+ rowIndex: import("@elaraai/east").IntegerType;
3748
+ columnKey: StringType;
3749
+ cellValue: import("@elaraai/east").VariantType<{
3750
+ Boolean: import("@elaraai/east").BooleanType;
3751
+ Integer: import("@elaraai/east").IntegerType;
3752
+ Float: import("@elaraai/east").FloatType;
3753
+ String: StringType;
3754
+ DateTime: import("@elaraai/east").DateTimeType;
3755
+ }>;
3756
+ }>], import("@elaraai/east").NullType>>;
3757
+ onRowClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3758
+ rowIndex: import("@elaraai/east").IntegerType;
3759
+ }>], import("@elaraai/east").NullType>>;
3760
+ onRowDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3761
+ rowIndex: import("@elaraai/east").IntegerType;
3762
+ }>], import("@elaraai/east").NullType>>;
3763
+ onRowSelectionChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3764
+ rowIndex: import("@elaraai/east").IntegerType;
3765
+ selected: import("@elaraai/east").BooleanType;
3766
+ selectedRowsIndices: ArrayType<import("@elaraai/east").IntegerType>;
3767
+ }>], import("@elaraai/east").NullType>>;
3768
+ onSortChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3769
+ columnKey: StringType;
3770
+ sortIndex: import("@elaraai/east").IntegerType;
3771
+ sortDirection: import("@elaraai/east").VariantType<{
3772
+ asc: import("@elaraai/east").NullType;
3773
+ desc: import("@elaraai/east").NullType;
3774
+ }>;
3775
+ }>], import("@elaraai/east").NullType>>;
3226
3776
  }>>;
3227
3777
  }>;
3228
3778
  Gantt: StructType<{
@@ -3312,6 +3862,104 @@ export declare const GridItemType: StructType<{
3312
3862
  pink: import("@elaraai/east").NullType;
3313
3863
  }>>;
3314
3864
  showToday: OptionType<import("@elaraai/east").BooleanType>;
3865
+ dragStep: OptionType<import("@elaraai/east").VariantType<{
3866
+ minutes: import("@elaraai/east").FloatType;
3867
+ hours: import("@elaraai/east").FloatType;
3868
+ days: import("@elaraai/east").FloatType;
3869
+ weeks: import("@elaraai/east").FloatType;
3870
+ months: import("@elaraai/east").FloatType;
3871
+ }>>;
3872
+ durationStep: OptionType<import("@elaraai/east").VariantType<{
3873
+ minutes: import("@elaraai/east").FloatType;
3874
+ hours: import("@elaraai/east").FloatType;
3875
+ days: import("@elaraai/east").FloatType;
3876
+ weeks: import("@elaraai/east").FloatType;
3877
+ months: import("@elaraai/east").FloatType;
3878
+ }>>;
3879
+ onCellClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3880
+ rowIndex: import("@elaraai/east").IntegerType;
3881
+ columnKey: StringType;
3882
+ cellValue: import("@elaraai/east").VariantType<{
3883
+ Boolean: import("@elaraai/east").BooleanType;
3884
+ Integer: import("@elaraai/east").IntegerType;
3885
+ Float: import("@elaraai/east").FloatType;
3886
+ String: StringType;
3887
+ DateTime: import("@elaraai/east").DateTimeType;
3888
+ }>;
3889
+ }>], import("@elaraai/east").NullType>>;
3890
+ onCellDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3891
+ rowIndex: import("@elaraai/east").IntegerType;
3892
+ columnKey: StringType;
3893
+ cellValue: import("@elaraai/east").VariantType<{
3894
+ Boolean: import("@elaraai/east").BooleanType;
3895
+ Integer: import("@elaraai/east").IntegerType;
3896
+ Float: import("@elaraai/east").FloatType;
3897
+ String: StringType;
3898
+ DateTime: import("@elaraai/east").DateTimeType;
3899
+ }>;
3900
+ }>], import("@elaraai/east").NullType>>;
3901
+ onRowClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3902
+ rowIndex: import("@elaraai/east").IntegerType;
3903
+ }>], import("@elaraai/east").NullType>>;
3904
+ onRowDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3905
+ rowIndex: import("@elaraai/east").IntegerType;
3906
+ }>], import("@elaraai/east").NullType>>;
3907
+ onSortChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3908
+ columnKey: StringType;
3909
+ sortIndex: import("@elaraai/east").IntegerType;
3910
+ sortDirection: import("@elaraai/east").VariantType<{
3911
+ asc: import("@elaraai/east").NullType;
3912
+ desc: import("@elaraai/east").NullType;
3913
+ }>;
3914
+ }>], import("@elaraai/east").NullType>>;
3915
+ onTaskClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3916
+ rowIndex: import("@elaraai/east").IntegerType;
3917
+ taskIndex: import("@elaraai/east").IntegerType;
3918
+ taskStart: import("@elaraai/east").DateTimeType;
3919
+ taskEnd: import("@elaraai/east").DateTimeType;
3920
+ }>], import("@elaraai/east").NullType>>;
3921
+ onTaskDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3922
+ rowIndex: import("@elaraai/east").IntegerType;
3923
+ taskIndex: import("@elaraai/east").IntegerType;
3924
+ taskStart: import("@elaraai/east").DateTimeType;
3925
+ taskEnd: import("@elaraai/east").DateTimeType;
3926
+ }>], import("@elaraai/east").NullType>>;
3927
+ onTaskDrag: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3928
+ rowIndex: import("@elaraai/east").IntegerType;
3929
+ taskIndex: import("@elaraai/east").IntegerType;
3930
+ previousStart: import("@elaraai/east").DateTimeType;
3931
+ previousEnd: import("@elaraai/east").DateTimeType;
3932
+ newStart: import("@elaraai/east").DateTimeType;
3933
+ newEnd: import("@elaraai/east").DateTimeType;
3934
+ }>], import("@elaraai/east").NullType>>;
3935
+ onTaskDurationChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3936
+ rowIndex: import("@elaraai/east").IntegerType;
3937
+ taskIndex: import("@elaraai/east").IntegerType;
3938
+ previousEnd: import("@elaraai/east").DateTimeType;
3939
+ newEnd: import("@elaraai/east").DateTimeType;
3940
+ }>], import("@elaraai/east").NullType>>;
3941
+ onTaskProgressChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3942
+ rowIndex: import("@elaraai/east").IntegerType;
3943
+ taskIndex: import("@elaraai/east").IntegerType;
3944
+ previousProgress: import("@elaraai/east").FloatType;
3945
+ newProgress: import("@elaraai/east").FloatType;
3946
+ }>], import("@elaraai/east").NullType>>;
3947
+ onMilestoneClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3948
+ rowIndex: import("@elaraai/east").IntegerType;
3949
+ milestoneIndex: import("@elaraai/east").IntegerType;
3950
+ milestoneDate: import("@elaraai/east").DateTimeType;
3951
+ }>], import("@elaraai/east").NullType>>;
3952
+ onMilestoneDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3953
+ rowIndex: import("@elaraai/east").IntegerType;
3954
+ milestoneIndex: import("@elaraai/east").IntegerType;
3955
+ milestoneDate: import("@elaraai/east").DateTimeType;
3956
+ }>], import("@elaraai/east").NullType>>;
3957
+ onMilestoneDrag: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3958
+ rowIndex: import("@elaraai/east").IntegerType;
3959
+ milestoneIndex: import("@elaraai/east").IntegerType;
3960
+ previousDate: import("@elaraai/east").DateTimeType;
3961
+ newDate: import("@elaraai/east").DateTimeType;
3962
+ }>], import("@elaraai/east").NullType>>;
3315
3963
  }>>;
3316
3964
  }>;
3317
3965
  Accordion: StructType<{
@@ -3329,6 +3977,7 @@ export declare const GridItemType: StructType<{
3329
3977
  plain: import("@elaraai/east").NullType;
3330
3978
  subtle: import("@elaraai/east").NullType;
3331
3979
  }>>;
3980
+ onValueChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
3332
3981
  }>>;
3333
3982
  }>;
3334
3983
  Carousel: StructType<{
@@ -3349,6 +3998,7 @@ export declare const GridItemType: StructType<{
3349
3998
  }>>;
3350
3999
  spacing: OptionType<StringType>;
3351
4000
  padding: OptionType<StringType>;
4001
+ onIndexChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
3352
4002
  }>>;
3353
4003
  }>;
3354
4004
  Tabs: StructType<{
@@ -3401,6 +4051,7 @@ export declare const GridItemType: StructType<{
3401
4051
  purple: import("@elaraai/east").NullType;
3402
4052
  pink: import("@elaraai/east").NullType;
3403
4053
  }>>;
4054
+ onValueChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
3404
4055
  }>>;
3405
4056
  }>;
3406
4057
  Tooltip: StructType<{
@@ -3483,6 +4134,10 @@ export declare const GridItemType: StructType<{
3483
4134
  dialog: import("@elaraai/east").NullType;
3484
4135
  alertdialog: import("@elaraai/east").NullType;
3485
4136
  }>>;
4137
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
4138
+ onExitComplete: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4139
+ onEscapeKeyDown: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4140
+ onInteractOutside: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
3486
4141
  }>>;
3487
4142
  }>;
3488
4143
  Drawer: StructType<{
@@ -3506,6 +4161,8 @@ export declare const GridItemType: StructType<{
3506
4161
  bottom: import("@elaraai/east").NullType;
3507
4162
  }>>;
3508
4163
  contained: OptionType<import("@elaraai/east").BooleanType>;
4164
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
4165
+ onExitComplete: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
3509
4166
  }>>;
3510
4167
  }>;
3511
4168
  Popover: StructType<{
@@ -3536,6 +4193,7 @@ export declare const GridItemType: StructType<{
3536
4193
  }>>;
3537
4194
  hasArrow: OptionType<import("@elaraai/east").BooleanType>;
3538
4195
  gutter: OptionType<import("@elaraai/east").IntegerType>;
4196
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
3539
4197
  }>>;
3540
4198
  }>;
3541
4199
  HoverCard: StructType<{
@@ -3565,6 +4223,7 @@ export declare const GridItemType: StructType<{
3565
4223
  hasArrow: OptionType<import("@elaraai/east").BooleanType>;
3566
4224
  openDelay: OptionType<import("@elaraai/east").IntegerType>;
3567
4225
  closeDelay: OptionType<import("@elaraai/east").IntegerType>;
4226
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
3568
4227
  }>>;
3569
4228
  }>;
3570
4229
  ActionBar: StructType<{
@@ -3578,7 +4237,10 @@ export declare const GridItemType: StructType<{
3578
4237
  }>>;
3579
4238
  selectionCount: OptionType<import("@elaraai/east").IntegerType>;
3580
4239
  selectionLabel: OptionType<StringType>;
3581
- style: OptionType<StructType<{}>>;
4240
+ style: OptionType<StructType<{
4241
+ onSelect: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
4242
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
4243
+ }>>;
3582
4244
  }>;
3583
4245
  ToggleTip: StructType<{
3584
4246
  trigger: import("@elaraai/east").RecursiveTypeMarker;
@@ -3599,8 +4261,12 @@ export declare const GridItemType: StructType<{
3599
4261
  "right-end": import("@elaraai/east").NullType;
3600
4262
  }>>;
3601
4263
  hasArrow: OptionType<import("@elaraai/east").BooleanType>;
4264
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
3602
4265
  }>>;
3603
4266
  }>;
4267
+ ReactiveComponent: StructType<{
4268
+ render: import("@elaraai/east").FunctionType<[], import("@elaraai/east").RecursiveTypeMarker>;
4269
+ }>;
3604
4270
  }>>;
3605
4271
  colSpan: OptionType<StringType>;
3606
4272
  rowSpan: OptionType<StringType>;
@@ -3636,26 +4302,18 @@ export declare function GridItem(content: SubtypeExprOrValue<UIComponentType>, s
3636
4302
  *
3637
4303
  * @example
3638
4304
  * ```ts
3639
- * import { Grid, Text } from "@elaraai/east-ui";
3640
- * import { East, variant, ArrayType } from "@elaraai/east";
3641
- *
3642
- * // Basic 3-column grid
3643
- * const grid = Grid.Root(
3644
- * East.value([
3645
- * Grid.Item(variant("Text", Text(...))),
3646
- * Grid.Item(variant("Text", Text(...)), { colSpan: 2 }),
3647
- * Grid.Item(variant("Text", Text(...))),
3648
- * ], ArrayType(GridItemType)),
3649
- * {
3650
- * templateColumns: "repeat(3, 1fr)",
3651
- * gap: "4",
3652
- * }
3653
- * );
4305
+ * import { East } from "@elaraai/east";
4306
+ * import { Grid, Text, UIComponentType } from "@elaraai/east-ui";
3654
4307
  *
3655
- * // Responsive grid with auto-fit
3656
- * const responsiveGrid = Grid.Root(items, {
3657
- * templateColumns: "repeat(auto-fit, minmax(200px, 1fr))",
3658
- * gap: "6",
4308
+ * const example = East.function([], UIComponentType, $ => {
4309
+ * return Grid.Root([
4310
+ * Grid.Item(Text.Root("Cell 1")),
4311
+ * Grid.Item(Text.Root("Cell 2")),
4312
+ * Grid.Item(Text.Root("Cell 3")),
4313
+ * ], {
4314
+ * templateColumns: "repeat(3, 1fr)",
4315
+ * gap: "4",
4316
+ * });
3659
4317
  * });
3660
4318
  * ```
3661
4319
  */
@@ -3829,6 +4487,7 @@ export declare const GridType: StructType<{
3829
4487
  highlightLines: OptionType<ArrayType<import("@elaraai/east").IntegerType>>;
3830
4488
  maxHeight: OptionType<StringType>;
3831
4489
  showCopyButton: OptionType<import("@elaraai/east").BooleanType>;
4490
+ wordWrap: OptionType<import("@elaraai/east").BooleanType>;
3832
4491
  title: OptionType<StringType>;
3833
4492
  }>;
3834
4493
  Button: StructType<{
@@ -3860,6 +4519,7 @@ export declare const GridType: StructType<{
3860
4519
  }>>;
3861
4520
  loading: OptionType<import("@elaraai/east").BooleanType>;
3862
4521
  disabled: OptionType<import("@elaraai/east").BooleanType>;
4522
+ onClick: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
3863
4523
  }>>;
3864
4524
  }>;
3865
4525
  IconButton: StructType<{
@@ -3892,6 +4552,7 @@ export declare const GridType: StructType<{
3892
4552
  }>>;
3893
4553
  loading: OptionType<import("@elaraai/east").BooleanType>;
3894
4554
  disabled: OptionType<import("@elaraai/east").BooleanType>;
4555
+ onClick: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
3895
4556
  }>>;
3896
4557
  }>;
3897
4558
  Box: StructType<{
@@ -3909,6 +4570,28 @@ export declare const GridType: StructType<{
3909
4570
  }>>;
3910
4571
  width: OptionType<StringType>;
3911
4572
  height: OptionType<StringType>;
4573
+ minHeight: OptionType<StringType>;
4574
+ minWidth: OptionType<StringType>;
4575
+ maxHeight: OptionType<StringType>;
4576
+ maxWidth: OptionType<StringType>;
4577
+ overflow: OptionType<import("@elaraai/east").VariantType<{
4578
+ visible: import("@elaraai/east").NullType;
4579
+ hidden: import("@elaraai/east").NullType;
4580
+ scroll: import("@elaraai/east").NullType;
4581
+ auto: import("@elaraai/east").NullType;
4582
+ }>>;
4583
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
4584
+ visible: import("@elaraai/east").NullType;
4585
+ hidden: import("@elaraai/east").NullType;
4586
+ scroll: import("@elaraai/east").NullType;
4587
+ auto: import("@elaraai/east").NullType;
4588
+ }>>;
4589
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
4590
+ visible: import("@elaraai/east").NullType;
4591
+ hidden: import("@elaraai/east").NullType;
4592
+ scroll: import("@elaraai/east").NullType;
4593
+ auto: import("@elaraai/east").NullType;
4594
+ }>>;
3912
4595
  padding: OptionType<StructType<{
3913
4596
  top: OptionType<StringType>;
3914
4597
  right: OptionType<StringType>;
@@ -3921,15 +4604,47 @@ export declare const GridType: StructType<{
3921
4604
  bottom: OptionType<StringType>;
3922
4605
  left: OptionType<StringType>;
3923
4606
  }>>;
3924
- background: OptionType<StringType>;
3925
- color: OptionType<StringType>;
3926
- borderRadius: OptionType<StringType>;
3927
- flexDirection: OptionType<import("@elaraai/east").VariantType<{
4607
+ background: OptionType<StringType>;
4608
+ color: OptionType<StringType>;
4609
+ borderRadius: OptionType<StringType>;
4610
+ flexDirection: OptionType<import("@elaraai/east").VariantType<{
4611
+ row: import("@elaraai/east").NullType;
4612
+ column: import("@elaraai/east").NullType;
4613
+ "row-reverse": import("@elaraai/east").NullType;
4614
+ "column-reverse": import("@elaraai/east").NullType;
4615
+ }>>;
4616
+ justifyContent: OptionType<import("@elaraai/east").VariantType<{
4617
+ "flex-start": import("@elaraai/east").NullType;
4618
+ "flex-end": import("@elaraai/east").NullType;
4619
+ center: import("@elaraai/east").NullType;
4620
+ "space-between": import("@elaraai/east").NullType;
4621
+ "space-around": import("@elaraai/east").NullType;
4622
+ "space-evenly": import("@elaraai/east").NullType;
4623
+ }>>;
4624
+ alignItems: OptionType<import("@elaraai/east").VariantType<{
4625
+ "flex-start": import("@elaraai/east").NullType;
4626
+ "flex-end": import("@elaraai/east").NullType;
4627
+ center: import("@elaraai/east").NullType;
4628
+ baseline: import("@elaraai/east").NullType;
4629
+ stretch: import("@elaraai/east").NullType;
4630
+ }>>;
4631
+ gap: OptionType<StringType>;
4632
+ }>>;
4633
+ }>;
4634
+ Flex: StructType<{
4635
+ children: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
4636
+ style: OptionType<StructType<{
4637
+ direction: OptionType<import("@elaraai/east").VariantType<{
3928
4638
  row: import("@elaraai/east").NullType;
3929
4639
  column: import("@elaraai/east").NullType;
3930
4640
  "row-reverse": import("@elaraai/east").NullType;
3931
4641
  "column-reverse": import("@elaraai/east").NullType;
3932
4642
  }>>;
4643
+ wrap: OptionType<import("@elaraai/east").VariantType<{
4644
+ nowrap: import("@elaraai/east").NullType;
4645
+ wrap: import("@elaraai/east").NullType;
4646
+ "wrap-reverse": import("@elaraai/east").NullType;
4647
+ }>>;
3933
4648
  justifyContent: OptionType<import("@elaraai/east").VariantType<{
3934
4649
  "flex-start": import("@elaraai/east").NullType;
3935
4650
  "flex-end": import("@elaraai/east").NullType;
@@ -3946,6 +4661,45 @@ export declare const GridType: StructType<{
3946
4661
  stretch: import("@elaraai/east").NullType;
3947
4662
  }>>;
3948
4663
  gap: OptionType<StringType>;
4664
+ width: OptionType<StringType>;
4665
+ height: OptionType<StringType>;
4666
+ minHeight: OptionType<StringType>;
4667
+ minWidth: OptionType<StringType>;
4668
+ maxHeight: OptionType<StringType>;
4669
+ maxWidth: OptionType<StringType>;
4670
+ overflow: OptionType<import("@elaraai/east").VariantType<{
4671
+ visible: import("@elaraai/east").NullType;
4672
+ hidden: import("@elaraai/east").NullType;
4673
+ scroll: import("@elaraai/east").NullType;
4674
+ auto: import("@elaraai/east").NullType;
4675
+ }>>;
4676
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
4677
+ visible: import("@elaraai/east").NullType;
4678
+ hidden: import("@elaraai/east").NullType;
4679
+ scroll: import("@elaraai/east").NullType;
4680
+ auto: import("@elaraai/east").NullType;
4681
+ }>>;
4682
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
4683
+ visible: import("@elaraai/east").NullType;
4684
+ hidden: import("@elaraai/east").NullType;
4685
+ scroll: import("@elaraai/east").NullType;
4686
+ auto: import("@elaraai/east").NullType;
4687
+ }>>;
4688
+ padding: OptionType<StructType<{
4689
+ top: OptionType<StringType>;
4690
+ right: OptionType<StringType>;
4691
+ bottom: OptionType<StringType>;
4692
+ left: OptionType<StringType>;
4693
+ }>>;
4694
+ margin: OptionType<StructType<{
4695
+ top: OptionType<StringType>;
4696
+ right: OptionType<StringType>;
4697
+ bottom: OptionType<StringType>;
4698
+ left: OptionType<StringType>;
4699
+ }>>;
4700
+ background: OptionType<StringType>;
4701
+ color: OptionType<StringType>;
4702
+ borderRadius: OptionType<StringType>;
3949
4703
  }>>;
3950
4704
  }>;
3951
4705
  Stack: StructType<{
@@ -3993,6 +4747,28 @@ export declare const GridType: StructType<{
3993
4747
  background: OptionType<StringType>;
3994
4748
  width: OptionType<StringType>;
3995
4749
  height: OptionType<StringType>;
4750
+ minHeight: OptionType<StringType>;
4751
+ minWidth: OptionType<StringType>;
4752
+ maxHeight: OptionType<StringType>;
4753
+ maxWidth: OptionType<StringType>;
4754
+ overflow: OptionType<import("@elaraai/east").VariantType<{
4755
+ visible: import("@elaraai/east").NullType;
4756
+ hidden: import("@elaraai/east").NullType;
4757
+ scroll: import("@elaraai/east").NullType;
4758
+ auto: import("@elaraai/east").NullType;
4759
+ }>>;
4760
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
4761
+ visible: import("@elaraai/east").NullType;
4762
+ hidden: import("@elaraai/east").NullType;
4763
+ scroll: import("@elaraai/east").NullType;
4764
+ auto: import("@elaraai/east").NullType;
4765
+ }>>;
4766
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
4767
+ visible: import("@elaraai/east").NullType;
4768
+ hidden: import("@elaraai/east").NullType;
4769
+ scroll: import("@elaraai/east").NullType;
4770
+ auto: import("@elaraai/east").NullType;
4771
+ }>>;
3996
4772
  }>>;
3997
4773
  }>;
3998
4774
  Separator: StructType<{
@@ -4087,6 +4863,13 @@ export declare const GridType: StructType<{
4087
4863
  horizontal: import("@elaraai/east").NullType;
4088
4864
  vertical: import("@elaraai/east").NullType;
4089
4865
  }>>;
4866
+ onResize: OptionType<import("@elaraai/east").FunctionType<[StructType<{
4867
+ size: ArrayType<import("@elaraai/east").FloatType>;
4868
+ }>], import("@elaraai/east").NullType>>;
4869
+ onResizeStart: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4870
+ onResizeEnd: OptionType<import("@elaraai/east").FunctionType<[StructType<{
4871
+ size: ArrayType<import("@elaraai/east").FloatType>;
4872
+ }>], import("@elaraai/east").NullType>>;
4090
4873
  }>>;
4091
4874
  }>;
4092
4875
  StringInput: StructType<{
@@ -4106,6 +4889,9 @@ export declare const GridType: StructType<{
4106
4889
  maxLength: OptionType<import("@elaraai/east").IntegerType>;
4107
4890
  pattern: OptionType<StringType>;
4108
4891
  disabled: OptionType<import("@elaraai/east").BooleanType>;
4892
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
4893
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4894
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4109
4895
  }>;
4110
4896
  IntegerInput: StructType<{
4111
4897
  value: import("@elaraai/east").IntegerType;
@@ -4124,6 +4910,9 @@ export declare const GridType: StructType<{
4124
4910
  lg: import("@elaraai/east").NullType;
4125
4911
  }>>;
4126
4912
  disabled: OptionType<import("@elaraai/east").BooleanType>;
4913
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
4914
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4915
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4127
4916
  }>;
4128
4917
  FloatInput: StructType<{
4129
4918
  value: import("@elaraai/east").FloatType;
@@ -4143,13 +4932,44 @@ export declare const GridType: StructType<{
4143
4932
  lg: import("@elaraai/east").NullType;
4144
4933
  }>>;
4145
4934
  disabled: OptionType<import("@elaraai/east").BooleanType>;
4935
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
4936
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4937
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4146
4938
  }>;
4147
4939
  DateTimeInput: StructType<{
4148
4940
  value: import("@elaraai/east").DateTimeType;
4149
4941
  min: OptionType<import("@elaraai/east").DateTimeType>;
4150
4942
  max: OptionType<import("@elaraai/east").DateTimeType>;
4151
- showTime: OptionType<import("@elaraai/east").BooleanType>;
4152
- format: OptionType<StringType>;
4943
+ precision: OptionType<import("@elaraai/east").VariantType<{
4944
+ date: import("@elaraai/east").NullType;
4945
+ time: import("@elaraai/east").NullType;
4946
+ datetime: import("@elaraai/east").NullType;
4947
+ }>>;
4948
+ format: OptionType<ArrayType<import("@elaraai/east").VariantType<{
4949
+ literal: StringType;
4950
+ year4: import("@elaraai/east").NullType;
4951
+ year2: import("@elaraai/east").NullType;
4952
+ month1: import("@elaraai/east").NullType;
4953
+ month2: import("@elaraai/east").NullType;
4954
+ monthNameShort: import("@elaraai/east").NullType;
4955
+ monthNameFull: import("@elaraai/east").NullType;
4956
+ day1: import("@elaraai/east").NullType;
4957
+ day2: import("@elaraai/east").NullType;
4958
+ weekdayNameMin: import("@elaraai/east").NullType;
4959
+ weekdayNameShort: import("@elaraai/east").NullType;
4960
+ weekdayNameFull: import("@elaraai/east").NullType;
4961
+ hour24_1: import("@elaraai/east").NullType;
4962
+ hour24_2: import("@elaraai/east").NullType;
4963
+ hour12_1: import("@elaraai/east").NullType;
4964
+ hour12_2: import("@elaraai/east").NullType;
4965
+ minute1: import("@elaraai/east").NullType;
4966
+ minute2: import("@elaraai/east").NullType;
4967
+ second1: import("@elaraai/east").NullType;
4968
+ second2: import("@elaraai/east").NullType;
4969
+ millisecond3: import("@elaraai/east").NullType;
4970
+ ampmUpper: import("@elaraai/east").NullType;
4971
+ ampmLower: import("@elaraai/east").NullType;
4972
+ }>>>;
4153
4973
  variant: OptionType<import("@elaraai/east").VariantType<{
4154
4974
  outline: import("@elaraai/east").NullType;
4155
4975
  subtle: import("@elaraai/east").NullType;
@@ -4162,6 +4982,9 @@ export declare const GridType: StructType<{
4162
4982
  lg: import("@elaraai/east").NullType;
4163
4983
  }>>;
4164
4984
  disabled: OptionType<import("@elaraai/east").BooleanType>;
4985
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").DateTimeType], import("@elaraai/east").NullType>>;
4986
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4987
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4165
4988
  }>;
4166
4989
  Checkbox: StructType<{
4167
4990
  checked: import("@elaraai/east").BooleanType;
@@ -4186,6 +5009,7 @@ export declare const GridType: StructType<{
4186
5009
  md: import("@elaraai/east").NullType;
4187
5010
  lg: import("@elaraai/east").NullType;
4188
5011
  }>>;
5012
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
4189
5013
  }>;
4190
5014
  Switch: StructType<{
4191
5015
  checked: import("@elaraai/east").BooleanType;
@@ -4209,6 +5033,7 @@ export declare const GridType: StructType<{
4209
5033
  md: import("@elaraai/east").NullType;
4210
5034
  lg: import("@elaraai/east").NullType;
4211
5035
  }>>;
5036
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
4212
5037
  }>;
4213
5038
  Select: StructType<{
4214
5039
  value: OptionType<StringType>;
@@ -4226,6 +5051,9 @@ export declare const GridType: StructType<{
4226
5051
  md: import("@elaraai/east").NullType;
4227
5052
  lg: import("@elaraai/east").NullType;
4228
5053
  }>>;
5054
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
5055
+ onChangeMultiple: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
5056
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
4229
5057
  }>;
4230
5058
  Slider: StructType<{
4231
5059
  value: import("@elaraai/east").FloatType;
@@ -4259,6 +5087,8 @@ export declare const GridType: StructType<{
4259
5087
  subtle: import("@elaraai/east").NullType;
4260
5088
  }>>;
4261
5089
  disabled: OptionType<import("@elaraai/east").BooleanType>;
5090
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
5091
+ onChangeEnd: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
4262
5092
  }>;
4263
5093
  FileUpload: StructType<{
4264
5094
  accept: OptionType<StringType>;
@@ -4277,31 +5107,358 @@ export declare const GridType: StructType<{
4277
5107
  label: OptionType<StringType>;
4278
5108
  dropzoneText: OptionType<StringType>;
4279
5109
  triggerText: OptionType<StringType>;
5110
+ onFileAccept: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
5111
+ name: StringType;
5112
+ size: import("@elaraai/east").IntegerType;
5113
+ type: StringType;
5114
+ }>>], import("@elaraai/east").NullType>>;
5115
+ onFileReject: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
5116
+ file: StructType<{
5117
+ name: StringType;
5118
+ size: import("@elaraai/east").IntegerType;
5119
+ type: StringType;
5120
+ }>;
5121
+ errors: ArrayType<StringType>;
5122
+ }>>], import("@elaraai/east").NullType>>;
4280
5123
  }>;
4281
5124
  Field: StructType<{
4282
5125
  label: StringType;
4283
- control: import("@elaraai/east").RecursiveTypeMarker;
5126
+ control: import("@elaraai/east").VariantType<{
5127
+ Checkbox: StructType<{
5128
+ checked: import("@elaraai/east").BooleanType;
5129
+ label: OptionType<StringType>;
5130
+ indeterminate: OptionType<import("@elaraai/east").BooleanType>;
5131
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
5132
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
5133
+ gray: import("@elaraai/east").NullType;
5134
+ red: import("@elaraai/east").NullType;
5135
+ orange: import("@elaraai/east").NullType;
5136
+ yellow: import("@elaraai/east").NullType;
5137
+ green: import("@elaraai/east").NullType;
5138
+ teal: import("@elaraai/east").NullType;
5139
+ blue: import("@elaraai/east").NullType;
5140
+ cyan: import("@elaraai/east").NullType;
5141
+ purple: import("@elaraai/east").NullType;
5142
+ pink: import("@elaraai/east").NullType;
5143
+ }>>;
5144
+ size: OptionType<import("@elaraai/east").VariantType<{
5145
+ xs: import("@elaraai/east").NullType;
5146
+ sm: import("@elaraai/east").NullType;
5147
+ md: import("@elaraai/east").NullType;
5148
+ lg: import("@elaraai/east").NullType;
5149
+ }>>;
5150
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
5151
+ }>;
5152
+ StringInput: StructType<{
5153
+ value: StringType;
5154
+ placeholder: OptionType<StringType>;
5155
+ variant: OptionType<import("@elaraai/east").VariantType<{
5156
+ outline: import("@elaraai/east").NullType;
5157
+ subtle: import("@elaraai/east").NullType;
5158
+ flushed: import("@elaraai/east").NullType;
5159
+ }>>;
5160
+ size: OptionType<import("@elaraai/east").VariantType<{
5161
+ xs: import("@elaraai/east").NullType;
5162
+ sm: import("@elaraai/east").NullType;
5163
+ md: import("@elaraai/east").NullType;
5164
+ lg: import("@elaraai/east").NullType;
5165
+ }>>;
5166
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
5167
+ pattern: OptionType<StringType>;
5168
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
5169
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
5170
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5171
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5172
+ }>;
5173
+ IntegerInput: StructType<{
5174
+ value: import("@elaraai/east").IntegerType;
5175
+ min: OptionType<import("@elaraai/east").IntegerType>;
5176
+ max: OptionType<import("@elaraai/east").IntegerType>;
5177
+ step: OptionType<import("@elaraai/east").IntegerType>;
5178
+ variant: OptionType<import("@elaraai/east").VariantType<{
5179
+ outline: import("@elaraai/east").NullType;
5180
+ subtle: import("@elaraai/east").NullType;
5181
+ flushed: import("@elaraai/east").NullType;
5182
+ }>>;
5183
+ size: OptionType<import("@elaraai/east").VariantType<{
5184
+ xs: import("@elaraai/east").NullType;
5185
+ sm: import("@elaraai/east").NullType;
5186
+ md: import("@elaraai/east").NullType;
5187
+ lg: import("@elaraai/east").NullType;
5188
+ }>>;
5189
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
5190
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
5191
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5192
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5193
+ }>;
5194
+ FloatInput: StructType<{
5195
+ value: import("@elaraai/east").FloatType;
5196
+ min: OptionType<import("@elaraai/east").FloatType>;
5197
+ max: OptionType<import("@elaraai/east").FloatType>;
5198
+ step: OptionType<import("@elaraai/east").FloatType>;
5199
+ precision: OptionType<import("@elaraai/east").IntegerType>;
5200
+ variant: OptionType<import("@elaraai/east").VariantType<{
5201
+ outline: import("@elaraai/east").NullType;
5202
+ subtle: import("@elaraai/east").NullType;
5203
+ flushed: import("@elaraai/east").NullType;
5204
+ }>>;
5205
+ size: OptionType<import("@elaraai/east").VariantType<{
5206
+ xs: import("@elaraai/east").NullType;
5207
+ sm: import("@elaraai/east").NullType;
5208
+ md: import("@elaraai/east").NullType;
5209
+ lg: import("@elaraai/east").NullType;
5210
+ }>>;
5211
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
5212
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
5213
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5214
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5215
+ }>;
5216
+ DateTimeInput: StructType<{
5217
+ value: import("@elaraai/east").DateTimeType;
5218
+ min: OptionType<import("@elaraai/east").DateTimeType>;
5219
+ max: OptionType<import("@elaraai/east").DateTimeType>;
5220
+ precision: OptionType<import("@elaraai/east").VariantType<{
5221
+ date: import("@elaraai/east").NullType;
5222
+ time: import("@elaraai/east").NullType;
5223
+ datetime: import("@elaraai/east").NullType;
5224
+ }>>;
5225
+ format: OptionType<ArrayType<import("@elaraai/east").VariantType<{
5226
+ literal: StringType;
5227
+ year4: import("@elaraai/east").NullType;
5228
+ year2: import("@elaraai/east").NullType;
5229
+ month1: import("@elaraai/east").NullType;
5230
+ month2: import("@elaraai/east").NullType;
5231
+ monthNameShort: import("@elaraai/east").NullType;
5232
+ monthNameFull: import("@elaraai/east").NullType;
5233
+ day1: import("@elaraai/east").NullType;
5234
+ day2: import("@elaraai/east").NullType;
5235
+ weekdayNameMin: import("@elaraai/east").NullType;
5236
+ weekdayNameShort: import("@elaraai/east").NullType;
5237
+ weekdayNameFull: import("@elaraai/east").NullType;
5238
+ hour24_1: import("@elaraai/east").NullType;
5239
+ hour24_2: import("@elaraai/east").NullType;
5240
+ hour12_1: import("@elaraai/east").NullType;
5241
+ hour12_2: import("@elaraai/east").NullType;
5242
+ minute1: import("@elaraai/east").NullType;
5243
+ minute2: import("@elaraai/east").NullType;
5244
+ second1: import("@elaraai/east").NullType;
5245
+ second2: import("@elaraai/east").NullType;
5246
+ millisecond3: import("@elaraai/east").NullType;
5247
+ ampmUpper: import("@elaraai/east").NullType;
5248
+ ampmLower: import("@elaraai/east").NullType;
5249
+ }>>>;
5250
+ variant: OptionType<import("@elaraai/east").VariantType<{
5251
+ outline: import("@elaraai/east").NullType;
5252
+ subtle: import("@elaraai/east").NullType;
5253
+ flushed: import("@elaraai/east").NullType;
5254
+ }>>;
5255
+ size: OptionType<import("@elaraai/east").VariantType<{
5256
+ xs: import("@elaraai/east").NullType;
5257
+ sm: import("@elaraai/east").NullType;
5258
+ md: import("@elaraai/east").NullType;
5259
+ lg: import("@elaraai/east").NullType;
5260
+ }>>;
5261
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
5262
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").DateTimeType], import("@elaraai/east").NullType>>;
5263
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5264
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5265
+ }>;
5266
+ FileUpload: StructType<{
5267
+ accept: OptionType<StringType>;
5268
+ maxFiles: OptionType<import("@elaraai/east").IntegerType>;
5269
+ maxFileSize: OptionType<import("@elaraai/east").IntegerType>;
5270
+ minFileSize: OptionType<import("@elaraai/east").IntegerType>;
5271
+ directory: OptionType<import("@elaraai/east").BooleanType>;
5272
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
5273
+ required: OptionType<import("@elaraai/east").BooleanType>;
5274
+ allowDrop: OptionType<import("@elaraai/east").BooleanType>;
5275
+ capture: OptionType<import("@elaraai/east").VariantType<{
5276
+ user: import("@elaraai/east").NullType;
5277
+ environment: import("@elaraai/east").NullType;
5278
+ }>>;
5279
+ name: OptionType<StringType>;
5280
+ label: OptionType<StringType>;
5281
+ dropzoneText: OptionType<StringType>;
5282
+ triggerText: OptionType<StringType>;
5283
+ onFileAccept: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
5284
+ name: StringType;
5285
+ size: import("@elaraai/east").IntegerType;
5286
+ type: StringType;
5287
+ }>>], import("@elaraai/east").NullType>>;
5288
+ onFileReject: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
5289
+ file: StructType<{
5290
+ name: StringType;
5291
+ size: import("@elaraai/east").IntegerType;
5292
+ type: StringType;
5293
+ }>;
5294
+ errors: ArrayType<StringType>;
5295
+ }>>], import("@elaraai/east").NullType>>;
5296
+ }>;
5297
+ Select: StructType<{
5298
+ value: OptionType<StringType>;
5299
+ items: ArrayType<StructType<{
5300
+ value: StringType;
5301
+ label: StringType;
5302
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
5303
+ }>>;
5304
+ placeholder: OptionType<StringType>;
5305
+ multiple: OptionType<import("@elaraai/east").BooleanType>;
5306
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
5307
+ size: OptionType<import("@elaraai/east").VariantType<{
5308
+ xs: import("@elaraai/east").NullType;
5309
+ sm: import("@elaraai/east").NullType;
5310
+ md: import("@elaraai/east").NullType;
5311
+ lg: import("@elaraai/east").NullType;
5312
+ }>>;
5313
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
5314
+ onChangeMultiple: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
5315
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
5316
+ }>;
5317
+ Slider: StructType<{
5318
+ value: import("@elaraai/east").FloatType;
5319
+ min: OptionType<import("@elaraai/east").FloatType>;
5320
+ max: OptionType<import("@elaraai/east").FloatType>;
5321
+ step: OptionType<import("@elaraai/east").FloatType>;
5322
+ orientation: OptionType<import("@elaraai/east").VariantType<{
5323
+ horizontal: import("@elaraai/east").NullType;
5324
+ vertical: import("@elaraai/east").NullType;
5325
+ }>>;
5326
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
5327
+ gray: import("@elaraai/east").NullType;
5328
+ red: import("@elaraai/east").NullType;
5329
+ orange: import("@elaraai/east").NullType;
5330
+ yellow: import("@elaraai/east").NullType;
5331
+ green: import("@elaraai/east").NullType;
5332
+ teal: import("@elaraai/east").NullType;
5333
+ blue: import("@elaraai/east").NullType;
5334
+ cyan: import("@elaraai/east").NullType;
5335
+ purple: import("@elaraai/east").NullType;
5336
+ pink: import("@elaraai/east").NullType;
5337
+ }>>;
5338
+ size: OptionType<import("@elaraai/east").VariantType<{
5339
+ xs: import("@elaraai/east").NullType;
5340
+ sm: import("@elaraai/east").NullType;
5341
+ md: import("@elaraai/east").NullType;
5342
+ lg: import("@elaraai/east").NullType;
5343
+ }>>;
5344
+ variant: OptionType<import("@elaraai/east").VariantType<{
5345
+ outline: import("@elaraai/east").NullType;
5346
+ subtle: import("@elaraai/east").NullType;
5347
+ }>>;
5348
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
5349
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
5350
+ onChangeEnd: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
5351
+ }>;
5352
+ Switch: StructType<{
5353
+ checked: import("@elaraai/east").BooleanType;
5354
+ label: OptionType<StringType>;
5355
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
5356
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
5357
+ gray: import("@elaraai/east").NullType;
5358
+ red: import("@elaraai/east").NullType;
5359
+ orange: import("@elaraai/east").NullType;
5360
+ yellow: import("@elaraai/east").NullType;
5361
+ green: import("@elaraai/east").NullType;
5362
+ teal: import("@elaraai/east").NullType;
5363
+ blue: import("@elaraai/east").NullType;
5364
+ cyan: import("@elaraai/east").NullType;
5365
+ purple: import("@elaraai/east").NullType;
5366
+ pink: import("@elaraai/east").NullType;
5367
+ }>>;
5368
+ size: OptionType<import("@elaraai/east").VariantType<{
5369
+ xs: import("@elaraai/east").NullType;
5370
+ sm: import("@elaraai/east").NullType;
5371
+ md: import("@elaraai/east").NullType;
5372
+ lg: import("@elaraai/east").NullType;
5373
+ }>>;
5374
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
5375
+ }>;
5376
+ TagsInput: StructType<{
5377
+ value: ArrayType<StringType>;
5378
+ defaultValue: OptionType<ArrayType<StringType>>;
5379
+ max: OptionType<import("@elaraai/east").IntegerType>;
5380
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
5381
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
5382
+ readOnly: OptionType<import("@elaraai/east").BooleanType>;
5383
+ invalid: OptionType<import("@elaraai/east").BooleanType>;
5384
+ editable: OptionType<import("@elaraai/east").BooleanType>;
5385
+ delimiter: OptionType<StringType>;
5386
+ addOnPaste: OptionType<import("@elaraai/east").BooleanType>;
5387
+ blurBehavior: OptionType<import("@elaraai/east").VariantType<{
5388
+ clear: import("@elaraai/east").NullType;
5389
+ add: import("@elaraai/east").NullType;
5390
+ }>>;
5391
+ allowOverflow: OptionType<import("@elaraai/east").BooleanType>;
5392
+ label: OptionType<StringType>;
5393
+ placeholder: OptionType<StringType>;
5394
+ size: OptionType<import("@elaraai/east").VariantType<{
5395
+ xs: import("@elaraai/east").NullType;
5396
+ sm: import("@elaraai/east").NullType;
5397
+ md: import("@elaraai/east").NullType;
5398
+ lg: import("@elaraai/east").NullType;
5399
+ }>>;
5400
+ variant: OptionType<import("@elaraai/east").VariantType<{
5401
+ outline: import("@elaraai/east").NullType;
5402
+ subtle: import("@elaraai/east").NullType;
5403
+ flushed: import("@elaraai/east").NullType;
5404
+ }>>;
5405
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
5406
+ gray: import("@elaraai/east").NullType;
5407
+ red: import("@elaraai/east").NullType;
5408
+ orange: import("@elaraai/east").NullType;
5409
+ yellow: import("@elaraai/east").NullType;
5410
+ green: import("@elaraai/east").NullType;
5411
+ teal: import("@elaraai/east").NullType;
5412
+ blue: import("@elaraai/east").NullType;
5413
+ cyan: import("@elaraai/east").NullType;
5414
+ purple: import("@elaraai/east").NullType;
5415
+ pink: import("@elaraai/east").NullType;
5416
+ }>>;
5417
+ onChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
5418
+ onInputChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
5419
+ onHighlightChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
5420
+ }>;
5421
+ Textarea: StructType<{
5422
+ value: StringType;
5423
+ placeholder: OptionType<StringType>;
5424
+ variant: OptionType<import("@elaraai/east").VariantType<{
5425
+ outline: import("@elaraai/east").NullType;
5426
+ subtle: import("@elaraai/east").NullType;
5427
+ flushed: import("@elaraai/east").NullType;
5428
+ }>>;
5429
+ size: OptionType<import("@elaraai/east").VariantType<{
5430
+ xs: import("@elaraai/east").NullType;
5431
+ sm: import("@elaraai/east").NullType;
5432
+ md: import("@elaraai/east").NullType;
5433
+ lg: import("@elaraai/east").NullType;
5434
+ }>>;
5435
+ resize: OptionType<import("@elaraai/east").VariantType<{
5436
+ none: import("@elaraai/east").NullType;
5437
+ vertical: import("@elaraai/east").NullType;
5438
+ horizontal: import("@elaraai/east").NullType;
5439
+ both: import("@elaraai/east").NullType;
5440
+ }>>;
5441
+ rows: OptionType<import("@elaraai/east").IntegerType>;
5442
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
5443
+ readOnly: OptionType<import("@elaraai/east").BooleanType>;
5444
+ required: OptionType<import("@elaraai/east").BooleanType>;
5445
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
5446
+ autoresize: OptionType<import("@elaraai/east").BooleanType>;
5447
+ onValidate: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
5448
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
5449
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5450
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5451
+ }>;
5452
+ }>;
4284
5453
  helperText: OptionType<StringType>;
4285
5454
  errorText: OptionType<StringType>;
4286
5455
  required: OptionType<import("@elaraai/east").BooleanType>;
4287
5456
  disabled: OptionType<import("@elaraai/east").BooleanType>;
4288
5457
  invalid: OptionType<import("@elaraai/east").BooleanType>;
4289
5458
  readOnly: OptionType<import("@elaraai/east").BooleanType>;
4290
- }>;
4291
- Fieldset: StructType<{
4292
- legend: OptionType<StringType>;
4293
- helperText: OptionType<StringType>;
4294
- errorText: OptionType<StringType>;
4295
- content: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
4296
- disabled: OptionType<import("@elaraai/east").BooleanType>;
4297
- invalid: OptionType<import("@elaraai/east").BooleanType>;
4298
- style: OptionType<StructType<{
4299
- size: OptionType<import("@elaraai/east").VariantType<{
4300
- xs: import("@elaraai/east").NullType;
4301
- sm: import("@elaraai/east").NullType;
4302
- md: import("@elaraai/east").NullType;
4303
- lg: import("@elaraai/east").NullType;
4304
- }>>;
5459
+ orientation: OptionType<import("@elaraai/east").VariantType<{
5460
+ vertical: import("@elaraai/east").NullType;
5461
+ horizontal: import("@elaraai/east").NullType;
4305
5462
  }>>;
4306
5463
  }>;
4307
5464
  Textarea: StructType<{
@@ -4327,10 +5484,13 @@ export declare const GridType: StructType<{
4327
5484
  rows: OptionType<import("@elaraai/east").IntegerType>;
4328
5485
  disabled: OptionType<import("@elaraai/east").BooleanType>;
4329
5486
  readOnly: OptionType<import("@elaraai/east").BooleanType>;
4330
- invalid: OptionType<import("@elaraai/east").BooleanType>;
4331
5487
  required: OptionType<import("@elaraai/east").BooleanType>;
4332
5488
  maxLength: OptionType<import("@elaraai/east").IntegerType>;
4333
5489
  autoresize: OptionType<import("@elaraai/east").BooleanType>;
5490
+ onValidate: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
5491
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
5492
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5493
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4334
5494
  }>;
4335
5495
  TagsInput: StructType<{
4336
5496
  value: ArrayType<StringType>;
@@ -4373,6 +5533,9 @@ export declare const GridType: StructType<{
4373
5533
  purple: import("@elaraai/east").NullType;
4374
5534
  pink: import("@elaraai/east").NullType;
4375
5535
  }>>;
5536
+ onChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
5537
+ onInputChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
5538
+ onHighlightChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
4376
5539
  }>;
4377
5540
  Progress: StructType<{
4378
5541
  value: import("@elaraai/east").FloatType;
@@ -4472,6 +5635,7 @@ export declare const GridType: StructType<{
4472
5635
  xl: import("@elaraai/east").NullType;
4473
5636
  }>>;
4474
5637
  closable: OptionType<import("@elaraai/east").BooleanType>;
5638
+ onClose: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4475
5639
  }>;
4476
5640
  Avatar: StructType<{
4477
5641
  src: OptionType<StringType>;
@@ -6812,6 +7976,9 @@ export declare const GridType: StructType<{
6812
7976
  multiple: import("@elaraai/east").NullType;
6813
7977
  }>>;
6814
7978
  animateContent: OptionType<import("@elaraai/east").BooleanType>;
7979
+ onExpandedChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
7980
+ onSelectionChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
7981
+ onFocusChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
6815
7982
  }>>;
6816
7983
  }>;
6817
7984
  Table: StructType<{
@@ -6862,6 +8029,47 @@ export declare const GridType: StructType<{
6862
8029
  purple: import("@elaraai/east").NullType;
6863
8030
  pink: import("@elaraai/east").NullType;
6864
8031
  }>>;
8032
+ onCellClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8033
+ rowIndex: import("@elaraai/east").IntegerType;
8034
+ columnKey: StringType;
8035
+ cellValue: import("@elaraai/east").VariantType<{
8036
+ Boolean: import("@elaraai/east").BooleanType;
8037
+ Integer: import("@elaraai/east").IntegerType;
8038
+ Float: import("@elaraai/east").FloatType;
8039
+ String: StringType;
8040
+ DateTime: import("@elaraai/east").DateTimeType;
8041
+ }>;
8042
+ }>], import("@elaraai/east").NullType>>;
8043
+ onCellDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8044
+ rowIndex: import("@elaraai/east").IntegerType;
8045
+ columnKey: StringType;
8046
+ cellValue: import("@elaraai/east").VariantType<{
8047
+ Boolean: import("@elaraai/east").BooleanType;
8048
+ Integer: import("@elaraai/east").IntegerType;
8049
+ Float: import("@elaraai/east").FloatType;
8050
+ String: StringType;
8051
+ DateTime: import("@elaraai/east").DateTimeType;
8052
+ }>;
8053
+ }>], import("@elaraai/east").NullType>>;
8054
+ onRowClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8055
+ rowIndex: import("@elaraai/east").IntegerType;
8056
+ }>], import("@elaraai/east").NullType>>;
8057
+ onRowDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8058
+ rowIndex: import("@elaraai/east").IntegerType;
8059
+ }>], import("@elaraai/east").NullType>>;
8060
+ onRowSelectionChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8061
+ rowIndex: import("@elaraai/east").IntegerType;
8062
+ selected: import("@elaraai/east").BooleanType;
8063
+ selectedRowsIndices: ArrayType<import("@elaraai/east").IntegerType>;
8064
+ }>], import("@elaraai/east").NullType>>;
8065
+ onSortChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8066
+ columnKey: StringType;
8067
+ sortIndex: import("@elaraai/east").IntegerType;
8068
+ sortDirection: import("@elaraai/east").VariantType<{
8069
+ asc: import("@elaraai/east").NullType;
8070
+ desc: import("@elaraai/east").NullType;
8071
+ }>;
8072
+ }>], import("@elaraai/east").NullType>>;
6865
8073
  }>>;
6866
8074
  }>;
6867
8075
  Gantt: StructType<{
@@ -6951,6 +8159,104 @@ export declare const GridType: StructType<{
6951
8159
  pink: import("@elaraai/east").NullType;
6952
8160
  }>>;
6953
8161
  showToday: OptionType<import("@elaraai/east").BooleanType>;
8162
+ dragStep: OptionType<import("@elaraai/east").VariantType<{
8163
+ minutes: import("@elaraai/east").FloatType;
8164
+ hours: import("@elaraai/east").FloatType;
8165
+ days: import("@elaraai/east").FloatType;
8166
+ weeks: import("@elaraai/east").FloatType;
8167
+ months: import("@elaraai/east").FloatType;
8168
+ }>>;
8169
+ durationStep: OptionType<import("@elaraai/east").VariantType<{
8170
+ minutes: import("@elaraai/east").FloatType;
8171
+ hours: import("@elaraai/east").FloatType;
8172
+ days: import("@elaraai/east").FloatType;
8173
+ weeks: import("@elaraai/east").FloatType;
8174
+ months: import("@elaraai/east").FloatType;
8175
+ }>>;
8176
+ onCellClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8177
+ rowIndex: import("@elaraai/east").IntegerType;
8178
+ columnKey: StringType;
8179
+ cellValue: import("@elaraai/east").VariantType<{
8180
+ Boolean: import("@elaraai/east").BooleanType;
8181
+ Integer: import("@elaraai/east").IntegerType;
8182
+ Float: import("@elaraai/east").FloatType;
8183
+ String: StringType;
8184
+ DateTime: import("@elaraai/east").DateTimeType;
8185
+ }>;
8186
+ }>], import("@elaraai/east").NullType>>;
8187
+ onCellDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8188
+ rowIndex: import("@elaraai/east").IntegerType;
8189
+ columnKey: StringType;
8190
+ cellValue: import("@elaraai/east").VariantType<{
8191
+ Boolean: import("@elaraai/east").BooleanType;
8192
+ Integer: import("@elaraai/east").IntegerType;
8193
+ Float: import("@elaraai/east").FloatType;
8194
+ String: StringType;
8195
+ DateTime: import("@elaraai/east").DateTimeType;
8196
+ }>;
8197
+ }>], import("@elaraai/east").NullType>>;
8198
+ onRowClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8199
+ rowIndex: import("@elaraai/east").IntegerType;
8200
+ }>], import("@elaraai/east").NullType>>;
8201
+ onRowDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8202
+ rowIndex: import("@elaraai/east").IntegerType;
8203
+ }>], import("@elaraai/east").NullType>>;
8204
+ onSortChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8205
+ columnKey: StringType;
8206
+ sortIndex: import("@elaraai/east").IntegerType;
8207
+ sortDirection: import("@elaraai/east").VariantType<{
8208
+ asc: import("@elaraai/east").NullType;
8209
+ desc: import("@elaraai/east").NullType;
8210
+ }>;
8211
+ }>], import("@elaraai/east").NullType>>;
8212
+ onTaskClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8213
+ rowIndex: import("@elaraai/east").IntegerType;
8214
+ taskIndex: import("@elaraai/east").IntegerType;
8215
+ taskStart: import("@elaraai/east").DateTimeType;
8216
+ taskEnd: import("@elaraai/east").DateTimeType;
8217
+ }>], import("@elaraai/east").NullType>>;
8218
+ onTaskDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8219
+ rowIndex: import("@elaraai/east").IntegerType;
8220
+ taskIndex: import("@elaraai/east").IntegerType;
8221
+ taskStart: import("@elaraai/east").DateTimeType;
8222
+ taskEnd: import("@elaraai/east").DateTimeType;
8223
+ }>], import("@elaraai/east").NullType>>;
8224
+ onTaskDrag: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8225
+ rowIndex: import("@elaraai/east").IntegerType;
8226
+ taskIndex: import("@elaraai/east").IntegerType;
8227
+ previousStart: import("@elaraai/east").DateTimeType;
8228
+ previousEnd: import("@elaraai/east").DateTimeType;
8229
+ newStart: import("@elaraai/east").DateTimeType;
8230
+ newEnd: import("@elaraai/east").DateTimeType;
8231
+ }>], import("@elaraai/east").NullType>>;
8232
+ onTaskDurationChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8233
+ rowIndex: import("@elaraai/east").IntegerType;
8234
+ taskIndex: import("@elaraai/east").IntegerType;
8235
+ previousEnd: import("@elaraai/east").DateTimeType;
8236
+ newEnd: import("@elaraai/east").DateTimeType;
8237
+ }>], import("@elaraai/east").NullType>>;
8238
+ onTaskProgressChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8239
+ rowIndex: import("@elaraai/east").IntegerType;
8240
+ taskIndex: import("@elaraai/east").IntegerType;
8241
+ previousProgress: import("@elaraai/east").FloatType;
8242
+ newProgress: import("@elaraai/east").FloatType;
8243
+ }>], import("@elaraai/east").NullType>>;
8244
+ onMilestoneClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8245
+ rowIndex: import("@elaraai/east").IntegerType;
8246
+ milestoneIndex: import("@elaraai/east").IntegerType;
8247
+ milestoneDate: import("@elaraai/east").DateTimeType;
8248
+ }>], import("@elaraai/east").NullType>>;
8249
+ onMilestoneDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8250
+ rowIndex: import("@elaraai/east").IntegerType;
8251
+ milestoneIndex: import("@elaraai/east").IntegerType;
8252
+ milestoneDate: import("@elaraai/east").DateTimeType;
8253
+ }>], import("@elaraai/east").NullType>>;
8254
+ onMilestoneDrag: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8255
+ rowIndex: import("@elaraai/east").IntegerType;
8256
+ milestoneIndex: import("@elaraai/east").IntegerType;
8257
+ previousDate: import("@elaraai/east").DateTimeType;
8258
+ newDate: import("@elaraai/east").DateTimeType;
8259
+ }>], import("@elaraai/east").NullType>>;
6954
8260
  }>>;
6955
8261
  }>;
6956
8262
  Accordion: StructType<{
@@ -6968,6 +8274,7 @@ export declare const GridType: StructType<{
6968
8274
  plain: import("@elaraai/east").NullType;
6969
8275
  subtle: import("@elaraai/east").NullType;
6970
8276
  }>>;
8277
+ onValueChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
6971
8278
  }>>;
6972
8279
  }>;
6973
8280
  Carousel: StructType<{
@@ -6988,6 +8295,7 @@ export declare const GridType: StructType<{
6988
8295
  }>>;
6989
8296
  spacing: OptionType<StringType>;
6990
8297
  padding: OptionType<StringType>;
8298
+ onIndexChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
6991
8299
  }>>;
6992
8300
  }>;
6993
8301
  Tabs: StructType<{
@@ -7040,6 +8348,7 @@ export declare const GridType: StructType<{
7040
8348
  purple: import("@elaraai/east").NullType;
7041
8349
  pink: import("@elaraai/east").NullType;
7042
8350
  }>>;
8351
+ onValueChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
7043
8352
  }>>;
7044
8353
  }>;
7045
8354
  Tooltip: StructType<{
@@ -7122,6 +8431,10 @@ export declare const GridType: StructType<{
7122
8431
  dialog: import("@elaraai/east").NullType;
7123
8432
  alertdialog: import("@elaraai/east").NullType;
7124
8433
  }>>;
8434
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
8435
+ onExitComplete: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
8436
+ onEscapeKeyDown: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
8437
+ onInteractOutside: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
7125
8438
  }>>;
7126
8439
  }>;
7127
8440
  Drawer: StructType<{
@@ -7145,6 +8458,8 @@ export declare const GridType: StructType<{
7145
8458
  bottom: import("@elaraai/east").NullType;
7146
8459
  }>>;
7147
8460
  contained: OptionType<import("@elaraai/east").BooleanType>;
8461
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
8462
+ onExitComplete: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
7148
8463
  }>>;
7149
8464
  }>;
7150
8465
  Popover: StructType<{
@@ -7175,6 +8490,7 @@ export declare const GridType: StructType<{
7175
8490
  }>>;
7176
8491
  hasArrow: OptionType<import("@elaraai/east").BooleanType>;
7177
8492
  gutter: OptionType<import("@elaraai/east").IntegerType>;
8493
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
7178
8494
  }>>;
7179
8495
  }>;
7180
8496
  HoverCard: StructType<{
@@ -7204,6 +8520,7 @@ export declare const GridType: StructType<{
7204
8520
  hasArrow: OptionType<import("@elaraai/east").BooleanType>;
7205
8521
  openDelay: OptionType<import("@elaraai/east").IntegerType>;
7206
8522
  closeDelay: OptionType<import("@elaraai/east").IntegerType>;
8523
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
7207
8524
  }>>;
7208
8525
  }>;
7209
8526
  ActionBar: StructType<{
@@ -7217,7 +8534,10 @@ export declare const GridType: StructType<{
7217
8534
  }>>;
7218
8535
  selectionCount: OptionType<import("@elaraai/east").IntegerType>;
7219
8536
  selectionLabel: OptionType<StringType>;
7220
- style: OptionType<StructType<{}>>;
8537
+ style: OptionType<StructType<{
8538
+ onSelect: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
8539
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
8540
+ }>>;
7221
8541
  }>;
7222
8542
  ToggleTip: StructType<{
7223
8543
  trigger: import("@elaraai/east").RecursiveTypeMarker;
@@ -7238,8 +8558,12 @@ export declare const GridType: StructType<{
7238
8558
  "right-end": import("@elaraai/east").NullType;
7239
8559
  }>>;
7240
8560
  hasArrow: OptionType<import("@elaraai/east").BooleanType>;
8561
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
7241
8562
  }>>;
7242
8563
  }>;
8564
+ ReactiveComponent: StructType<{
8565
+ render: import("@elaraai/east").FunctionType<[], import("@elaraai/east").RecursiveTypeMarker>;
8566
+ }>;
7243
8567
  }>>;
7244
8568
  colSpan: OptionType<StringType>;
7245
8569
  rowSpan: OptionType<StringType>;
@@ -7301,24 +8625,7 @@ export declare const GridType: StructType<{
7301
8625
  *
7302
8626
  * @remarks
7303
8627
  * Grid provides a two-dimensional layout system using CSS Grid.
7304
- * Use Grid.Root to create the container and Grid.Item for each cell.
7305
- *
7306
- * @example
7307
- * ```ts
7308
- * import { Grid, Text } from "@elaraai/east-ui";
7309
- *
7310
- * const layout = Grid.Root(
7311
- * East.value([
7312
- * Grid.Item(variant("Text", mainContent), { colSpan: 2 }),
7313
- * Grid.Item(variant("Text", sidebar)),
7314
- * Grid.Item(variant("Text", footer), { colSpan: 3 }),
7315
- * ], ArrayType(GridItemType)),
7316
- * {
7317
- * templateColumns: "repeat(3, 1fr)",
7318
- * gap: "4",
7319
- * }
7320
- * );
7321
- * ```
8628
+ * Use `Grid.Root(items, style)` to create the container and `Grid.Item(content, style)` for each cell.
7322
8629
  */
7323
8630
  export declare const Grid: {
7324
8631
  /**
@@ -7560,6 +8867,7 @@ export declare const Grid: {
7560
8867
  highlightLines: OptionType<ArrayType<import("@elaraai/east").IntegerType>>;
7561
8868
  maxHeight: OptionType<StringType>;
7562
8869
  showCopyButton: OptionType<import("@elaraai/east").BooleanType>;
8870
+ wordWrap: OptionType<import("@elaraai/east").BooleanType>;
7563
8871
  title: OptionType<StringType>;
7564
8872
  }>;
7565
8873
  Button: StructType<{
@@ -7591,6 +8899,7 @@ export declare const Grid: {
7591
8899
  }>>;
7592
8900
  loading: OptionType<import("@elaraai/east").BooleanType>;
7593
8901
  disabled: OptionType<import("@elaraai/east").BooleanType>;
8902
+ onClick: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
7594
8903
  }>>;
7595
8904
  }>;
7596
8905
  IconButton: StructType<{
@@ -7623,6 +8932,7 @@ export declare const Grid: {
7623
8932
  }>>;
7624
8933
  loading: OptionType<import("@elaraai/east").BooleanType>;
7625
8934
  disabled: OptionType<import("@elaraai/east").BooleanType>;
8935
+ onClick: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
7626
8936
  }>>;
7627
8937
  }>;
7628
8938
  Box: StructType<{
@@ -7640,6 +8950,28 @@ export declare const Grid: {
7640
8950
  }>>;
7641
8951
  width: OptionType<StringType>;
7642
8952
  height: OptionType<StringType>;
8953
+ minHeight: OptionType<StringType>;
8954
+ minWidth: OptionType<StringType>;
8955
+ maxHeight: OptionType<StringType>;
8956
+ maxWidth: OptionType<StringType>;
8957
+ overflow: OptionType<import("@elaraai/east").VariantType<{
8958
+ visible: import("@elaraai/east").NullType;
8959
+ hidden: import("@elaraai/east").NullType;
8960
+ scroll: import("@elaraai/east").NullType;
8961
+ auto: import("@elaraai/east").NullType;
8962
+ }>>;
8963
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
8964
+ visible: import("@elaraai/east").NullType;
8965
+ hidden: import("@elaraai/east").NullType;
8966
+ scroll: import("@elaraai/east").NullType;
8967
+ auto: import("@elaraai/east").NullType;
8968
+ }>>;
8969
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
8970
+ visible: import("@elaraai/east").NullType;
8971
+ hidden: import("@elaraai/east").NullType;
8972
+ scroll: import("@elaraai/east").NullType;
8973
+ auto: import("@elaraai/east").NullType;
8974
+ }>>;
7643
8975
  padding: OptionType<StructType<{
7644
8976
  top: OptionType<StringType>;
7645
8977
  right: OptionType<StringType>;
@@ -7679,6 +9011,77 @@ export declare const Grid: {
7679
9011
  gap: OptionType<StringType>;
7680
9012
  }>>;
7681
9013
  }>;
9014
+ Flex: StructType<{
9015
+ children: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
9016
+ style: OptionType<StructType<{
9017
+ direction: OptionType<import("@elaraai/east").VariantType<{
9018
+ row: import("@elaraai/east").NullType;
9019
+ column: import("@elaraai/east").NullType;
9020
+ "row-reverse": import("@elaraai/east").NullType;
9021
+ "column-reverse": import("@elaraai/east").NullType;
9022
+ }>>;
9023
+ wrap: OptionType<import("@elaraai/east").VariantType<{
9024
+ nowrap: import("@elaraai/east").NullType;
9025
+ wrap: import("@elaraai/east").NullType;
9026
+ "wrap-reverse": import("@elaraai/east").NullType;
9027
+ }>>;
9028
+ justifyContent: OptionType<import("@elaraai/east").VariantType<{
9029
+ "flex-start": import("@elaraai/east").NullType;
9030
+ "flex-end": import("@elaraai/east").NullType;
9031
+ center: import("@elaraai/east").NullType;
9032
+ "space-between": import("@elaraai/east").NullType;
9033
+ "space-around": import("@elaraai/east").NullType;
9034
+ "space-evenly": import("@elaraai/east").NullType;
9035
+ }>>;
9036
+ alignItems: OptionType<import("@elaraai/east").VariantType<{
9037
+ "flex-start": import("@elaraai/east").NullType;
9038
+ "flex-end": import("@elaraai/east").NullType;
9039
+ center: import("@elaraai/east").NullType;
9040
+ baseline: import("@elaraai/east").NullType;
9041
+ stretch: import("@elaraai/east").NullType;
9042
+ }>>;
9043
+ gap: OptionType<StringType>;
9044
+ width: OptionType<StringType>;
9045
+ height: OptionType<StringType>;
9046
+ minHeight: OptionType<StringType>;
9047
+ minWidth: OptionType<StringType>;
9048
+ maxHeight: OptionType<StringType>;
9049
+ maxWidth: OptionType<StringType>;
9050
+ overflow: OptionType<import("@elaraai/east").VariantType<{
9051
+ visible: import("@elaraai/east").NullType;
9052
+ hidden: import("@elaraai/east").NullType;
9053
+ scroll: import("@elaraai/east").NullType;
9054
+ auto: import("@elaraai/east").NullType;
9055
+ }>>;
9056
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
9057
+ visible: import("@elaraai/east").NullType;
9058
+ hidden: import("@elaraai/east").NullType;
9059
+ scroll: import("@elaraai/east").NullType;
9060
+ auto: import("@elaraai/east").NullType;
9061
+ }>>;
9062
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
9063
+ visible: import("@elaraai/east").NullType;
9064
+ hidden: import("@elaraai/east").NullType;
9065
+ scroll: import("@elaraai/east").NullType;
9066
+ auto: import("@elaraai/east").NullType;
9067
+ }>>;
9068
+ padding: OptionType<StructType<{
9069
+ top: OptionType<StringType>;
9070
+ right: OptionType<StringType>;
9071
+ bottom: OptionType<StringType>;
9072
+ left: OptionType<StringType>;
9073
+ }>>;
9074
+ margin: OptionType<StructType<{
9075
+ top: OptionType<StringType>;
9076
+ right: OptionType<StringType>;
9077
+ bottom: OptionType<StringType>;
9078
+ left: OptionType<StringType>;
9079
+ }>>;
9080
+ background: OptionType<StringType>;
9081
+ color: OptionType<StringType>;
9082
+ borderRadius: OptionType<StringType>;
9083
+ }>>;
9084
+ }>;
7682
9085
  Stack: StructType<{
7683
9086
  children: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
7684
9087
  style: OptionType<StructType<{
@@ -7724,6 +9127,28 @@ export declare const Grid: {
7724
9127
  background: OptionType<StringType>;
7725
9128
  width: OptionType<StringType>;
7726
9129
  height: OptionType<StringType>;
9130
+ minHeight: OptionType<StringType>;
9131
+ minWidth: OptionType<StringType>;
9132
+ maxHeight: OptionType<StringType>;
9133
+ maxWidth: OptionType<StringType>;
9134
+ overflow: OptionType<import("@elaraai/east").VariantType<{
9135
+ visible: import("@elaraai/east").NullType;
9136
+ hidden: import("@elaraai/east").NullType;
9137
+ scroll: import("@elaraai/east").NullType;
9138
+ auto: import("@elaraai/east").NullType;
9139
+ }>>;
9140
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
9141
+ visible: import("@elaraai/east").NullType;
9142
+ hidden: import("@elaraai/east").NullType;
9143
+ scroll: import("@elaraai/east").NullType;
9144
+ auto: import("@elaraai/east").NullType;
9145
+ }>>;
9146
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
9147
+ visible: import("@elaraai/east").NullType;
9148
+ hidden: import("@elaraai/east").NullType;
9149
+ scroll: import("@elaraai/east").NullType;
9150
+ auto: import("@elaraai/east").NullType;
9151
+ }>>;
7727
9152
  }>>;
7728
9153
  }>;
7729
9154
  Separator: StructType<{
@@ -7818,6 +9243,13 @@ export declare const Grid: {
7818
9243
  horizontal: import("@elaraai/east").NullType;
7819
9244
  vertical: import("@elaraai/east").NullType;
7820
9245
  }>>;
9246
+ onResize: OptionType<import("@elaraai/east").FunctionType<[StructType<{
9247
+ size: ArrayType<import("@elaraai/east").FloatType>;
9248
+ }>], import("@elaraai/east").NullType>>;
9249
+ onResizeStart: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9250
+ onResizeEnd: OptionType<import("@elaraai/east").FunctionType<[StructType<{
9251
+ size: ArrayType<import("@elaraai/east").FloatType>;
9252
+ }>], import("@elaraai/east").NullType>>;
7821
9253
  }>>;
7822
9254
  }>;
7823
9255
  StringInput: StructType<{
@@ -7837,6 +9269,9 @@ export declare const Grid: {
7837
9269
  maxLength: OptionType<import("@elaraai/east").IntegerType>;
7838
9270
  pattern: OptionType<StringType>;
7839
9271
  disabled: OptionType<import("@elaraai/east").BooleanType>;
9272
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
9273
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9274
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
7840
9275
  }>;
7841
9276
  IntegerInput: StructType<{
7842
9277
  value: import("@elaraai/east").IntegerType;
@@ -7855,6 +9290,9 @@ export declare const Grid: {
7855
9290
  lg: import("@elaraai/east").NullType;
7856
9291
  }>>;
7857
9292
  disabled: OptionType<import("@elaraai/east").BooleanType>;
9293
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
9294
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9295
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
7858
9296
  }>;
7859
9297
  FloatInput: StructType<{
7860
9298
  value: import("@elaraai/east").FloatType;
@@ -7874,13 +9312,44 @@ export declare const Grid: {
7874
9312
  lg: import("@elaraai/east").NullType;
7875
9313
  }>>;
7876
9314
  disabled: OptionType<import("@elaraai/east").BooleanType>;
9315
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
9316
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9317
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
7877
9318
  }>;
7878
9319
  DateTimeInput: StructType<{
7879
9320
  value: import("@elaraai/east").DateTimeType;
7880
9321
  min: OptionType<import("@elaraai/east").DateTimeType>;
7881
9322
  max: OptionType<import("@elaraai/east").DateTimeType>;
7882
- showTime: OptionType<import("@elaraai/east").BooleanType>;
7883
- format: OptionType<StringType>;
9323
+ precision: OptionType<import("@elaraai/east").VariantType<{
9324
+ date: import("@elaraai/east").NullType;
9325
+ time: import("@elaraai/east").NullType;
9326
+ datetime: import("@elaraai/east").NullType;
9327
+ }>>;
9328
+ format: OptionType<ArrayType<import("@elaraai/east").VariantType<{
9329
+ literal: StringType;
9330
+ year4: import("@elaraai/east").NullType;
9331
+ year2: import("@elaraai/east").NullType;
9332
+ month1: import("@elaraai/east").NullType;
9333
+ month2: import("@elaraai/east").NullType;
9334
+ monthNameShort: import("@elaraai/east").NullType;
9335
+ monthNameFull: import("@elaraai/east").NullType;
9336
+ day1: import("@elaraai/east").NullType;
9337
+ day2: import("@elaraai/east").NullType;
9338
+ weekdayNameMin: import("@elaraai/east").NullType;
9339
+ weekdayNameShort: import("@elaraai/east").NullType;
9340
+ weekdayNameFull: import("@elaraai/east").NullType;
9341
+ hour24_1: import("@elaraai/east").NullType;
9342
+ hour24_2: import("@elaraai/east").NullType;
9343
+ hour12_1: import("@elaraai/east").NullType;
9344
+ hour12_2: import("@elaraai/east").NullType;
9345
+ minute1: import("@elaraai/east").NullType;
9346
+ minute2: import("@elaraai/east").NullType;
9347
+ second1: import("@elaraai/east").NullType;
9348
+ second2: import("@elaraai/east").NullType;
9349
+ millisecond3: import("@elaraai/east").NullType;
9350
+ ampmUpper: import("@elaraai/east").NullType;
9351
+ ampmLower: import("@elaraai/east").NullType;
9352
+ }>>>;
7884
9353
  variant: OptionType<import("@elaraai/east").VariantType<{
7885
9354
  outline: import("@elaraai/east").NullType;
7886
9355
  subtle: import("@elaraai/east").NullType;
@@ -7893,6 +9362,9 @@ export declare const Grid: {
7893
9362
  lg: import("@elaraai/east").NullType;
7894
9363
  }>>;
7895
9364
  disabled: OptionType<import("@elaraai/east").BooleanType>;
9365
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").DateTimeType], import("@elaraai/east").NullType>>;
9366
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9367
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
7896
9368
  }>;
7897
9369
  Checkbox: StructType<{
7898
9370
  checked: import("@elaraai/east").BooleanType;
@@ -7917,6 +9389,7 @@ export declare const Grid: {
7917
9389
  md: import("@elaraai/east").NullType;
7918
9390
  lg: import("@elaraai/east").NullType;
7919
9391
  }>>;
9392
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
7920
9393
  }>;
7921
9394
  Switch: StructType<{
7922
9395
  checked: import("@elaraai/east").BooleanType;
@@ -7940,6 +9413,7 @@ export declare const Grid: {
7940
9413
  md: import("@elaraai/east").NullType;
7941
9414
  lg: import("@elaraai/east").NullType;
7942
9415
  }>>;
9416
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
7943
9417
  }>;
7944
9418
  Select: StructType<{
7945
9419
  value: OptionType<StringType>;
@@ -7957,6 +9431,9 @@ export declare const Grid: {
7957
9431
  md: import("@elaraai/east").NullType;
7958
9432
  lg: import("@elaraai/east").NullType;
7959
9433
  }>>;
9434
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
9435
+ onChangeMultiple: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
9436
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
7960
9437
  }>;
7961
9438
  Slider: StructType<{
7962
9439
  value: import("@elaraai/east").FloatType;
@@ -7990,6 +9467,8 @@ export declare const Grid: {
7990
9467
  subtle: import("@elaraai/east").NullType;
7991
9468
  }>>;
7992
9469
  disabled: OptionType<import("@elaraai/east").BooleanType>;
9470
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
9471
+ onChangeEnd: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
7993
9472
  }>;
7994
9473
  FileUpload: StructType<{
7995
9474
  accept: OptionType<StringType>;
@@ -8008,31 +9487,358 @@ export declare const Grid: {
8008
9487
  label: OptionType<StringType>;
8009
9488
  dropzoneText: OptionType<StringType>;
8010
9489
  triggerText: OptionType<StringType>;
9490
+ onFileAccept: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
9491
+ name: StringType;
9492
+ size: import("@elaraai/east").IntegerType;
9493
+ type: StringType;
9494
+ }>>], import("@elaraai/east").NullType>>;
9495
+ onFileReject: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
9496
+ file: StructType<{
9497
+ name: StringType;
9498
+ size: import("@elaraai/east").IntegerType;
9499
+ type: StringType;
9500
+ }>;
9501
+ errors: ArrayType<StringType>;
9502
+ }>>], import("@elaraai/east").NullType>>;
8011
9503
  }>;
8012
9504
  Field: StructType<{
8013
9505
  label: StringType;
8014
- control: import("@elaraai/east").RecursiveTypeMarker;
9506
+ control: import("@elaraai/east").VariantType<{
9507
+ Checkbox: StructType<{
9508
+ checked: import("@elaraai/east").BooleanType;
9509
+ label: OptionType<StringType>;
9510
+ indeterminate: OptionType<import("@elaraai/east").BooleanType>;
9511
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
9512
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
9513
+ gray: import("@elaraai/east").NullType;
9514
+ red: import("@elaraai/east").NullType;
9515
+ orange: import("@elaraai/east").NullType;
9516
+ yellow: import("@elaraai/east").NullType;
9517
+ green: import("@elaraai/east").NullType;
9518
+ teal: import("@elaraai/east").NullType;
9519
+ blue: import("@elaraai/east").NullType;
9520
+ cyan: import("@elaraai/east").NullType;
9521
+ purple: import("@elaraai/east").NullType;
9522
+ pink: import("@elaraai/east").NullType;
9523
+ }>>;
9524
+ size: OptionType<import("@elaraai/east").VariantType<{
9525
+ xs: import("@elaraai/east").NullType;
9526
+ sm: import("@elaraai/east").NullType;
9527
+ md: import("@elaraai/east").NullType;
9528
+ lg: import("@elaraai/east").NullType;
9529
+ }>>;
9530
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
9531
+ }>;
9532
+ StringInput: StructType<{
9533
+ value: StringType;
9534
+ placeholder: OptionType<StringType>;
9535
+ variant: OptionType<import("@elaraai/east").VariantType<{
9536
+ outline: import("@elaraai/east").NullType;
9537
+ subtle: import("@elaraai/east").NullType;
9538
+ flushed: import("@elaraai/east").NullType;
9539
+ }>>;
9540
+ size: OptionType<import("@elaraai/east").VariantType<{
9541
+ xs: import("@elaraai/east").NullType;
9542
+ sm: import("@elaraai/east").NullType;
9543
+ md: import("@elaraai/east").NullType;
9544
+ lg: import("@elaraai/east").NullType;
9545
+ }>>;
9546
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
9547
+ pattern: OptionType<StringType>;
9548
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
9549
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
9550
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9551
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9552
+ }>;
9553
+ IntegerInput: StructType<{
9554
+ value: import("@elaraai/east").IntegerType;
9555
+ min: OptionType<import("@elaraai/east").IntegerType>;
9556
+ max: OptionType<import("@elaraai/east").IntegerType>;
9557
+ step: OptionType<import("@elaraai/east").IntegerType>;
9558
+ variant: OptionType<import("@elaraai/east").VariantType<{
9559
+ outline: import("@elaraai/east").NullType;
9560
+ subtle: import("@elaraai/east").NullType;
9561
+ flushed: import("@elaraai/east").NullType;
9562
+ }>>;
9563
+ size: OptionType<import("@elaraai/east").VariantType<{
9564
+ xs: import("@elaraai/east").NullType;
9565
+ sm: import("@elaraai/east").NullType;
9566
+ md: import("@elaraai/east").NullType;
9567
+ lg: import("@elaraai/east").NullType;
9568
+ }>>;
9569
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
9570
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
9571
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9572
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9573
+ }>;
9574
+ FloatInput: StructType<{
9575
+ value: import("@elaraai/east").FloatType;
9576
+ min: OptionType<import("@elaraai/east").FloatType>;
9577
+ max: OptionType<import("@elaraai/east").FloatType>;
9578
+ step: OptionType<import("@elaraai/east").FloatType>;
9579
+ precision: OptionType<import("@elaraai/east").IntegerType>;
9580
+ variant: OptionType<import("@elaraai/east").VariantType<{
9581
+ outline: import("@elaraai/east").NullType;
9582
+ subtle: import("@elaraai/east").NullType;
9583
+ flushed: import("@elaraai/east").NullType;
9584
+ }>>;
9585
+ size: OptionType<import("@elaraai/east").VariantType<{
9586
+ xs: import("@elaraai/east").NullType;
9587
+ sm: import("@elaraai/east").NullType;
9588
+ md: import("@elaraai/east").NullType;
9589
+ lg: import("@elaraai/east").NullType;
9590
+ }>>;
9591
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
9592
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
9593
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9594
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9595
+ }>;
9596
+ DateTimeInput: StructType<{
9597
+ value: import("@elaraai/east").DateTimeType;
9598
+ min: OptionType<import("@elaraai/east").DateTimeType>;
9599
+ max: OptionType<import("@elaraai/east").DateTimeType>;
9600
+ precision: OptionType<import("@elaraai/east").VariantType<{
9601
+ date: import("@elaraai/east").NullType;
9602
+ time: import("@elaraai/east").NullType;
9603
+ datetime: import("@elaraai/east").NullType;
9604
+ }>>;
9605
+ format: OptionType<ArrayType<import("@elaraai/east").VariantType<{
9606
+ literal: StringType;
9607
+ year4: import("@elaraai/east").NullType;
9608
+ year2: import("@elaraai/east").NullType;
9609
+ month1: import("@elaraai/east").NullType;
9610
+ month2: import("@elaraai/east").NullType;
9611
+ monthNameShort: import("@elaraai/east").NullType;
9612
+ monthNameFull: import("@elaraai/east").NullType;
9613
+ day1: import("@elaraai/east").NullType;
9614
+ day2: import("@elaraai/east").NullType;
9615
+ weekdayNameMin: import("@elaraai/east").NullType;
9616
+ weekdayNameShort: import("@elaraai/east").NullType;
9617
+ weekdayNameFull: import("@elaraai/east").NullType;
9618
+ hour24_1: import("@elaraai/east").NullType;
9619
+ hour24_2: import("@elaraai/east").NullType;
9620
+ hour12_1: import("@elaraai/east").NullType;
9621
+ hour12_2: import("@elaraai/east").NullType;
9622
+ minute1: import("@elaraai/east").NullType;
9623
+ minute2: import("@elaraai/east").NullType;
9624
+ second1: import("@elaraai/east").NullType;
9625
+ second2: import("@elaraai/east").NullType;
9626
+ millisecond3: import("@elaraai/east").NullType;
9627
+ ampmUpper: import("@elaraai/east").NullType;
9628
+ ampmLower: import("@elaraai/east").NullType;
9629
+ }>>>;
9630
+ variant: OptionType<import("@elaraai/east").VariantType<{
9631
+ outline: import("@elaraai/east").NullType;
9632
+ subtle: import("@elaraai/east").NullType;
9633
+ flushed: import("@elaraai/east").NullType;
9634
+ }>>;
9635
+ size: OptionType<import("@elaraai/east").VariantType<{
9636
+ xs: import("@elaraai/east").NullType;
9637
+ sm: import("@elaraai/east").NullType;
9638
+ md: import("@elaraai/east").NullType;
9639
+ lg: import("@elaraai/east").NullType;
9640
+ }>>;
9641
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
9642
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").DateTimeType], import("@elaraai/east").NullType>>;
9643
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9644
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9645
+ }>;
9646
+ FileUpload: StructType<{
9647
+ accept: OptionType<StringType>;
9648
+ maxFiles: OptionType<import("@elaraai/east").IntegerType>;
9649
+ maxFileSize: OptionType<import("@elaraai/east").IntegerType>;
9650
+ minFileSize: OptionType<import("@elaraai/east").IntegerType>;
9651
+ directory: OptionType<import("@elaraai/east").BooleanType>;
9652
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
9653
+ required: OptionType<import("@elaraai/east").BooleanType>;
9654
+ allowDrop: OptionType<import("@elaraai/east").BooleanType>;
9655
+ capture: OptionType<import("@elaraai/east").VariantType<{
9656
+ user: import("@elaraai/east").NullType;
9657
+ environment: import("@elaraai/east").NullType;
9658
+ }>>;
9659
+ name: OptionType<StringType>;
9660
+ label: OptionType<StringType>;
9661
+ dropzoneText: OptionType<StringType>;
9662
+ triggerText: OptionType<StringType>;
9663
+ onFileAccept: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
9664
+ name: StringType;
9665
+ size: import("@elaraai/east").IntegerType;
9666
+ type: StringType;
9667
+ }>>], import("@elaraai/east").NullType>>;
9668
+ onFileReject: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
9669
+ file: StructType<{
9670
+ name: StringType;
9671
+ size: import("@elaraai/east").IntegerType;
9672
+ type: StringType;
9673
+ }>;
9674
+ errors: ArrayType<StringType>;
9675
+ }>>], import("@elaraai/east").NullType>>;
9676
+ }>;
9677
+ Select: StructType<{
9678
+ value: OptionType<StringType>;
9679
+ items: ArrayType<StructType<{
9680
+ value: StringType;
9681
+ label: StringType;
9682
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
9683
+ }>>;
9684
+ placeholder: OptionType<StringType>;
9685
+ multiple: OptionType<import("@elaraai/east").BooleanType>;
9686
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
9687
+ size: OptionType<import("@elaraai/east").VariantType<{
9688
+ xs: import("@elaraai/east").NullType;
9689
+ sm: import("@elaraai/east").NullType;
9690
+ md: import("@elaraai/east").NullType;
9691
+ lg: import("@elaraai/east").NullType;
9692
+ }>>;
9693
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
9694
+ onChangeMultiple: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
9695
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
9696
+ }>;
9697
+ Slider: StructType<{
9698
+ value: import("@elaraai/east").FloatType;
9699
+ min: OptionType<import("@elaraai/east").FloatType>;
9700
+ max: OptionType<import("@elaraai/east").FloatType>;
9701
+ step: OptionType<import("@elaraai/east").FloatType>;
9702
+ orientation: OptionType<import("@elaraai/east").VariantType<{
9703
+ horizontal: import("@elaraai/east").NullType;
9704
+ vertical: import("@elaraai/east").NullType;
9705
+ }>>;
9706
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
9707
+ gray: import("@elaraai/east").NullType;
9708
+ red: import("@elaraai/east").NullType;
9709
+ orange: import("@elaraai/east").NullType;
9710
+ yellow: import("@elaraai/east").NullType;
9711
+ green: import("@elaraai/east").NullType;
9712
+ teal: import("@elaraai/east").NullType;
9713
+ blue: import("@elaraai/east").NullType;
9714
+ cyan: import("@elaraai/east").NullType;
9715
+ purple: import("@elaraai/east").NullType;
9716
+ pink: import("@elaraai/east").NullType;
9717
+ }>>;
9718
+ size: OptionType<import("@elaraai/east").VariantType<{
9719
+ xs: import("@elaraai/east").NullType;
9720
+ sm: import("@elaraai/east").NullType;
9721
+ md: import("@elaraai/east").NullType;
9722
+ lg: import("@elaraai/east").NullType;
9723
+ }>>;
9724
+ variant: OptionType<import("@elaraai/east").VariantType<{
9725
+ outline: import("@elaraai/east").NullType;
9726
+ subtle: import("@elaraai/east").NullType;
9727
+ }>>;
9728
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
9729
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
9730
+ onChangeEnd: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
9731
+ }>;
9732
+ Switch: StructType<{
9733
+ checked: import("@elaraai/east").BooleanType;
9734
+ label: OptionType<StringType>;
9735
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
9736
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
9737
+ gray: import("@elaraai/east").NullType;
9738
+ red: import("@elaraai/east").NullType;
9739
+ orange: import("@elaraai/east").NullType;
9740
+ yellow: import("@elaraai/east").NullType;
9741
+ green: import("@elaraai/east").NullType;
9742
+ teal: import("@elaraai/east").NullType;
9743
+ blue: import("@elaraai/east").NullType;
9744
+ cyan: import("@elaraai/east").NullType;
9745
+ purple: import("@elaraai/east").NullType;
9746
+ pink: import("@elaraai/east").NullType;
9747
+ }>>;
9748
+ size: OptionType<import("@elaraai/east").VariantType<{
9749
+ xs: import("@elaraai/east").NullType;
9750
+ sm: import("@elaraai/east").NullType;
9751
+ md: import("@elaraai/east").NullType;
9752
+ lg: import("@elaraai/east").NullType;
9753
+ }>>;
9754
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
9755
+ }>;
9756
+ TagsInput: StructType<{
9757
+ value: ArrayType<StringType>;
9758
+ defaultValue: OptionType<ArrayType<StringType>>;
9759
+ max: OptionType<import("@elaraai/east").IntegerType>;
9760
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
9761
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
9762
+ readOnly: OptionType<import("@elaraai/east").BooleanType>;
9763
+ invalid: OptionType<import("@elaraai/east").BooleanType>;
9764
+ editable: OptionType<import("@elaraai/east").BooleanType>;
9765
+ delimiter: OptionType<StringType>;
9766
+ addOnPaste: OptionType<import("@elaraai/east").BooleanType>;
9767
+ blurBehavior: OptionType<import("@elaraai/east").VariantType<{
9768
+ clear: import("@elaraai/east").NullType;
9769
+ add: import("@elaraai/east").NullType;
9770
+ }>>;
9771
+ allowOverflow: OptionType<import("@elaraai/east").BooleanType>;
9772
+ label: OptionType<StringType>;
9773
+ placeholder: OptionType<StringType>;
9774
+ size: OptionType<import("@elaraai/east").VariantType<{
9775
+ xs: import("@elaraai/east").NullType;
9776
+ sm: import("@elaraai/east").NullType;
9777
+ md: import("@elaraai/east").NullType;
9778
+ lg: import("@elaraai/east").NullType;
9779
+ }>>;
9780
+ variant: OptionType<import("@elaraai/east").VariantType<{
9781
+ outline: import("@elaraai/east").NullType;
9782
+ subtle: import("@elaraai/east").NullType;
9783
+ flushed: import("@elaraai/east").NullType;
9784
+ }>>;
9785
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
9786
+ gray: import("@elaraai/east").NullType;
9787
+ red: import("@elaraai/east").NullType;
9788
+ orange: import("@elaraai/east").NullType;
9789
+ yellow: import("@elaraai/east").NullType;
9790
+ green: import("@elaraai/east").NullType;
9791
+ teal: import("@elaraai/east").NullType;
9792
+ blue: import("@elaraai/east").NullType;
9793
+ cyan: import("@elaraai/east").NullType;
9794
+ purple: import("@elaraai/east").NullType;
9795
+ pink: import("@elaraai/east").NullType;
9796
+ }>>;
9797
+ onChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
9798
+ onInputChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
9799
+ onHighlightChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
9800
+ }>;
9801
+ Textarea: StructType<{
9802
+ value: StringType;
9803
+ placeholder: OptionType<StringType>;
9804
+ variant: OptionType<import("@elaraai/east").VariantType<{
9805
+ outline: import("@elaraai/east").NullType;
9806
+ subtle: import("@elaraai/east").NullType;
9807
+ flushed: import("@elaraai/east").NullType;
9808
+ }>>;
9809
+ size: OptionType<import("@elaraai/east").VariantType<{
9810
+ xs: import("@elaraai/east").NullType;
9811
+ sm: import("@elaraai/east").NullType;
9812
+ md: import("@elaraai/east").NullType;
9813
+ lg: import("@elaraai/east").NullType;
9814
+ }>>;
9815
+ resize: OptionType<import("@elaraai/east").VariantType<{
9816
+ none: import("@elaraai/east").NullType;
9817
+ vertical: import("@elaraai/east").NullType;
9818
+ horizontal: import("@elaraai/east").NullType;
9819
+ both: import("@elaraai/east").NullType;
9820
+ }>>;
9821
+ rows: OptionType<import("@elaraai/east").IntegerType>;
9822
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
9823
+ readOnly: OptionType<import("@elaraai/east").BooleanType>;
9824
+ required: OptionType<import("@elaraai/east").BooleanType>;
9825
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
9826
+ autoresize: OptionType<import("@elaraai/east").BooleanType>;
9827
+ onValidate: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
9828
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
9829
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9830
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9831
+ }>;
9832
+ }>;
8015
9833
  helperText: OptionType<StringType>;
8016
9834
  errorText: OptionType<StringType>;
8017
9835
  required: OptionType<import("@elaraai/east").BooleanType>;
8018
9836
  disabled: OptionType<import("@elaraai/east").BooleanType>;
8019
9837
  invalid: OptionType<import("@elaraai/east").BooleanType>;
8020
9838
  readOnly: OptionType<import("@elaraai/east").BooleanType>;
8021
- }>;
8022
- Fieldset: StructType<{
8023
- legend: OptionType<StringType>;
8024
- helperText: OptionType<StringType>;
8025
- errorText: OptionType<StringType>;
8026
- content: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
8027
- disabled: OptionType<import("@elaraai/east").BooleanType>;
8028
- invalid: OptionType<import("@elaraai/east").BooleanType>;
8029
- style: OptionType<StructType<{
8030
- size: OptionType<import("@elaraai/east").VariantType<{
8031
- xs: import("@elaraai/east").NullType;
8032
- sm: import("@elaraai/east").NullType;
8033
- md: import("@elaraai/east").NullType;
8034
- lg: import("@elaraai/east").NullType;
8035
- }>>;
9839
+ orientation: OptionType<import("@elaraai/east").VariantType<{
9840
+ vertical: import("@elaraai/east").NullType;
9841
+ horizontal: import("@elaraai/east").NullType;
8036
9842
  }>>;
8037
9843
  }>;
8038
9844
  Textarea: StructType<{
@@ -8058,10 +9864,13 @@ export declare const Grid: {
8058
9864
  rows: OptionType<import("@elaraai/east").IntegerType>;
8059
9865
  disabled: OptionType<import("@elaraai/east").BooleanType>;
8060
9866
  readOnly: OptionType<import("@elaraai/east").BooleanType>;
8061
- invalid: OptionType<import("@elaraai/east").BooleanType>;
8062
9867
  required: OptionType<import("@elaraai/east").BooleanType>;
8063
9868
  maxLength: OptionType<import("@elaraai/east").IntegerType>;
8064
9869
  autoresize: OptionType<import("@elaraai/east").BooleanType>;
9870
+ onValidate: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
9871
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
9872
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9873
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
8065
9874
  }>;
8066
9875
  TagsInput: StructType<{
8067
9876
  value: ArrayType<StringType>;
@@ -8104,6 +9913,9 @@ export declare const Grid: {
8104
9913
  purple: import("@elaraai/east").NullType;
8105
9914
  pink: import("@elaraai/east").NullType;
8106
9915
  }>>;
9916
+ onChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
9917
+ onInputChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
9918
+ onHighlightChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
8107
9919
  }>;
8108
9920
  Progress: StructType<{
8109
9921
  value: import("@elaraai/east").FloatType;
@@ -8203,6 +10015,7 @@ export declare const Grid: {
8203
10015
  xl: import("@elaraai/east").NullType;
8204
10016
  }>>;
8205
10017
  closable: OptionType<import("@elaraai/east").BooleanType>;
10018
+ onClose: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
8206
10019
  }>;
8207
10020
  Avatar: StructType<{
8208
10021
  src: OptionType<StringType>;
@@ -10543,6 +12356,9 @@ export declare const Grid: {
10543
12356
  multiple: import("@elaraai/east").NullType;
10544
12357
  }>>;
10545
12358
  animateContent: OptionType<import("@elaraai/east").BooleanType>;
12359
+ onExpandedChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
12360
+ onSelectionChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
12361
+ onFocusChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
10546
12362
  }>>;
10547
12363
  }>;
10548
12364
  Table: StructType<{
@@ -10593,6 +12409,47 @@ export declare const Grid: {
10593
12409
  purple: import("@elaraai/east").NullType;
10594
12410
  pink: import("@elaraai/east").NullType;
10595
12411
  }>>;
12412
+ onCellClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12413
+ rowIndex: import("@elaraai/east").IntegerType;
12414
+ columnKey: StringType;
12415
+ cellValue: import("@elaraai/east").VariantType<{
12416
+ Boolean: import("@elaraai/east").BooleanType;
12417
+ Integer: import("@elaraai/east").IntegerType;
12418
+ Float: import("@elaraai/east").FloatType;
12419
+ String: StringType;
12420
+ DateTime: import("@elaraai/east").DateTimeType;
12421
+ }>;
12422
+ }>], import("@elaraai/east").NullType>>;
12423
+ onCellDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12424
+ rowIndex: import("@elaraai/east").IntegerType;
12425
+ columnKey: StringType;
12426
+ cellValue: import("@elaraai/east").VariantType<{
12427
+ Boolean: import("@elaraai/east").BooleanType;
12428
+ Integer: import("@elaraai/east").IntegerType;
12429
+ Float: import("@elaraai/east").FloatType;
12430
+ String: StringType;
12431
+ DateTime: import("@elaraai/east").DateTimeType;
12432
+ }>;
12433
+ }>], import("@elaraai/east").NullType>>;
12434
+ onRowClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12435
+ rowIndex: import("@elaraai/east").IntegerType;
12436
+ }>], import("@elaraai/east").NullType>>;
12437
+ onRowDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12438
+ rowIndex: import("@elaraai/east").IntegerType;
12439
+ }>], import("@elaraai/east").NullType>>;
12440
+ onRowSelectionChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12441
+ rowIndex: import("@elaraai/east").IntegerType;
12442
+ selected: import("@elaraai/east").BooleanType;
12443
+ selectedRowsIndices: ArrayType<import("@elaraai/east").IntegerType>;
12444
+ }>], import("@elaraai/east").NullType>>;
12445
+ onSortChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12446
+ columnKey: StringType;
12447
+ sortIndex: import("@elaraai/east").IntegerType;
12448
+ sortDirection: import("@elaraai/east").VariantType<{
12449
+ asc: import("@elaraai/east").NullType;
12450
+ desc: import("@elaraai/east").NullType;
12451
+ }>;
12452
+ }>], import("@elaraai/east").NullType>>;
10596
12453
  }>>;
10597
12454
  }>;
10598
12455
  Gantt: StructType<{
@@ -10682,6 +12539,104 @@ export declare const Grid: {
10682
12539
  pink: import("@elaraai/east").NullType;
10683
12540
  }>>;
10684
12541
  showToday: OptionType<import("@elaraai/east").BooleanType>;
12542
+ dragStep: OptionType<import("@elaraai/east").VariantType<{
12543
+ minutes: import("@elaraai/east").FloatType;
12544
+ hours: import("@elaraai/east").FloatType;
12545
+ days: import("@elaraai/east").FloatType;
12546
+ weeks: import("@elaraai/east").FloatType;
12547
+ months: import("@elaraai/east").FloatType;
12548
+ }>>;
12549
+ durationStep: OptionType<import("@elaraai/east").VariantType<{
12550
+ minutes: import("@elaraai/east").FloatType;
12551
+ hours: import("@elaraai/east").FloatType;
12552
+ days: import("@elaraai/east").FloatType;
12553
+ weeks: import("@elaraai/east").FloatType;
12554
+ months: import("@elaraai/east").FloatType;
12555
+ }>>;
12556
+ onCellClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12557
+ rowIndex: import("@elaraai/east").IntegerType;
12558
+ columnKey: StringType;
12559
+ cellValue: import("@elaraai/east").VariantType<{
12560
+ Boolean: import("@elaraai/east").BooleanType;
12561
+ Integer: import("@elaraai/east").IntegerType;
12562
+ Float: import("@elaraai/east").FloatType;
12563
+ String: StringType;
12564
+ DateTime: import("@elaraai/east").DateTimeType;
12565
+ }>;
12566
+ }>], import("@elaraai/east").NullType>>;
12567
+ onCellDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12568
+ rowIndex: import("@elaraai/east").IntegerType;
12569
+ columnKey: StringType;
12570
+ cellValue: import("@elaraai/east").VariantType<{
12571
+ Boolean: import("@elaraai/east").BooleanType;
12572
+ Integer: import("@elaraai/east").IntegerType;
12573
+ Float: import("@elaraai/east").FloatType;
12574
+ String: StringType;
12575
+ DateTime: import("@elaraai/east").DateTimeType;
12576
+ }>;
12577
+ }>], import("@elaraai/east").NullType>>;
12578
+ onRowClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12579
+ rowIndex: import("@elaraai/east").IntegerType;
12580
+ }>], import("@elaraai/east").NullType>>;
12581
+ onRowDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12582
+ rowIndex: import("@elaraai/east").IntegerType;
12583
+ }>], import("@elaraai/east").NullType>>;
12584
+ onSortChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12585
+ columnKey: StringType;
12586
+ sortIndex: import("@elaraai/east").IntegerType;
12587
+ sortDirection: import("@elaraai/east").VariantType<{
12588
+ asc: import("@elaraai/east").NullType;
12589
+ desc: import("@elaraai/east").NullType;
12590
+ }>;
12591
+ }>], import("@elaraai/east").NullType>>;
12592
+ onTaskClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12593
+ rowIndex: import("@elaraai/east").IntegerType;
12594
+ taskIndex: import("@elaraai/east").IntegerType;
12595
+ taskStart: import("@elaraai/east").DateTimeType;
12596
+ taskEnd: import("@elaraai/east").DateTimeType;
12597
+ }>], import("@elaraai/east").NullType>>;
12598
+ onTaskDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12599
+ rowIndex: import("@elaraai/east").IntegerType;
12600
+ taskIndex: import("@elaraai/east").IntegerType;
12601
+ taskStart: import("@elaraai/east").DateTimeType;
12602
+ taskEnd: import("@elaraai/east").DateTimeType;
12603
+ }>], import("@elaraai/east").NullType>>;
12604
+ onTaskDrag: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12605
+ rowIndex: import("@elaraai/east").IntegerType;
12606
+ taskIndex: import("@elaraai/east").IntegerType;
12607
+ previousStart: import("@elaraai/east").DateTimeType;
12608
+ previousEnd: import("@elaraai/east").DateTimeType;
12609
+ newStart: import("@elaraai/east").DateTimeType;
12610
+ newEnd: import("@elaraai/east").DateTimeType;
12611
+ }>], import("@elaraai/east").NullType>>;
12612
+ onTaskDurationChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12613
+ rowIndex: import("@elaraai/east").IntegerType;
12614
+ taskIndex: import("@elaraai/east").IntegerType;
12615
+ previousEnd: import("@elaraai/east").DateTimeType;
12616
+ newEnd: import("@elaraai/east").DateTimeType;
12617
+ }>], import("@elaraai/east").NullType>>;
12618
+ onTaskProgressChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12619
+ rowIndex: import("@elaraai/east").IntegerType;
12620
+ taskIndex: import("@elaraai/east").IntegerType;
12621
+ previousProgress: import("@elaraai/east").FloatType;
12622
+ newProgress: import("@elaraai/east").FloatType;
12623
+ }>], import("@elaraai/east").NullType>>;
12624
+ onMilestoneClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12625
+ rowIndex: import("@elaraai/east").IntegerType;
12626
+ milestoneIndex: import("@elaraai/east").IntegerType;
12627
+ milestoneDate: import("@elaraai/east").DateTimeType;
12628
+ }>], import("@elaraai/east").NullType>>;
12629
+ onMilestoneDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12630
+ rowIndex: import("@elaraai/east").IntegerType;
12631
+ milestoneIndex: import("@elaraai/east").IntegerType;
12632
+ milestoneDate: import("@elaraai/east").DateTimeType;
12633
+ }>], import("@elaraai/east").NullType>>;
12634
+ onMilestoneDrag: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12635
+ rowIndex: import("@elaraai/east").IntegerType;
12636
+ milestoneIndex: import("@elaraai/east").IntegerType;
12637
+ previousDate: import("@elaraai/east").DateTimeType;
12638
+ newDate: import("@elaraai/east").DateTimeType;
12639
+ }>], import("@elaraai/east").NullType>>;
10685
12640
  }>>;
10686
12641
  }>;
10687
12642
  Accordion: StructType<{
@@ -10699,6 +12654,7 @@ export declare const Grid: {
10699
12654
  plain: import("@elaraai/east").NullType;
10700
12655
  subtle: import("@elaraai/east").NullType;
10701
12656
  }>>;
12657
+ onValueChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
10702
12658
  }>>;
10703
12659
  }>;
10704
12660
  Carousel: StructType<{
@@ -10719,6 +12675,7 @@ export declare const Grid: {
10719
12675
  }>>;
10720
12676
  spacing: OptionType<StringType>;
10721
12677
  padding: OptionType<StringType>;
12678
+ onIndexChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
10722
12679
  }>>;
10723
12680
  }>;
10724
12681
  Tabs: StructType<{
@@ -10771,6 +12728,7 @@ export declare const Grid: {
10771
12728
  purple: import("@elaraai/east").NullType;
10772
12729
  pink: import("@elaraai/east").NullType;
10773
12730
  }>>;
12731
+ onValueChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
10774
12732
  }>>;
10775
12733
  }>;
10776
12734
  Tooltip: StructType<{
@@ -10853,6 +12811,10 @@ export declare const Grid: {
10853
12811
  dialog: import("@elaraai/east").NullType;
10854
12812
  alertdialog: import("@elaraai/east").NullType;
10855
12813
  }>>;
12814
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
12815
+ onExitComplete: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
12816
+ onEscapeKeyDown: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
12817
+ onInteractOutside: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
10856
12818
  }>>;
10857
12819
  }>;
10858
12820
  Drawer: StructType<{
@@ -10876,6 +12838,8 @@ export declare const Grid: {
10876
12838
  bottom: import("@elaraai/east").NullType;
10877
12839
  }>>;
10878
12840
  contained: OptionType<import("@elaraai/east").BooleanType>;
12841
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
12842
+ onExitComplete: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
10879
12843
  }>>;
10880
12844
  }>;
10881
12845
  Popover: StructType<{
@@ -10906,6 +12870,7 @@ export declare const Grid: {
10906
12870
  }>>;
10907
12871
  hasArrow: OptionType<import("@elaraai/east").BooleanType>;
10908
12872
  gutter: OptionType<import("@elaraai/east").IntegerType>;
12873
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
10909
12874
  }>>;
10910
12875
  }>;
10911
12876
  HoverCard: StructType<{
@@ -10935,6 +12900,7 @@ export declare const Grid: {
10935
12900
  hasArrow: OptionType<import("@elaraai/east").BooleanType>;
10936
12901
  openDelay: OptionType<import("@elaraai/east").IntegerType>;
10937
12902
  closeDelay: OptionType<import("@elaraai/east").IntegerType>;
12903
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
10938
12904
  }>>;
10939
12905
  }>;
10940
12906
  ActionBar: StructType<{
@@ -10948,7 +12914,10 @@ export declare const Grid: {
10948
12914
  }>>;
10949
12915
  selectionCount: OptionType<import("@elaraai/east").IntegerType>;
10950
12916
  selectionLabel: OptionType<StringType>;
10951
- style: OptionType<StructType<{}>>;
12917
+ style: OptionType<StructType<{
12918
+ onSelect: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
12919
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
12920
+ }>>;
10952
12921
  }>;
10953
12922
  ToggleTip: StructType<{
10954
12923
  trigger: import("@elaraai/east").RecursiveTypeMarker;
@@ -10969,8 +12938,12 @@ export declare const Grid: {
10969
12938
  "right-end": import("@elaraai/east").NullType;
10970
12939
  }>>;
10971
12940
  hasArrow: OptionType<import("@elaraai/east").BooleanType>;
12941
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
10972
12942
  }>>;
10973
12943
  }>;
12944
+ ReactiveComponent: StructType<{
12945
+ render: import("@elaraai/east").FunctionType<[], import("@elaraai/east").RecursiveTypeMarker>;
12946
+ }>;
10974
12947
  }>>;
10975
12948
  colSpan: OptionType<StringType>;
10976
12949
  rowSpan: OptionType<StringType>;
@@ -11210,6 +13183,7 @@ export declare const Grid: {
11210
13183
  highlightLines: OptionType<ArrayType<import("@elaraai/east").IntegerType>>;
11211
13184
  maxHeight: OptionType<StringType>;
11212
13185
  showCopyButton: OptionType<import("@elaraai/east").BooleanType>;
13186
+ wordWrap: OptionType<import("@elaraai/east").BooleanType>;
11213
13187
  title: OptionType<StringType>;
11214
13188
  }>;
11215
13189
  Button: StructType<{
@@ -11241,6 +13215,7 @@ export declare const Grid: {
11241
13215
  }>>;
11242
13216
  loading: OptionType<import("@elaraai/east").BooleanType>;
11243
13217
  disabled: OptionType<import("@elaraai/east").BooleanType>;
13218
+ onClick: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
11244
13219
  }>>;
11245
13220
  }>;
11246
13221
  IconButton: StructType<{
@@ -11273,6 +13248,7 @@ export declare const Grid: {
11273
13248
  }>>;
11274
13249
  loading: OptionType<import("@elaraai/east").BooleanType>;
11275
13250
  disabled: OptionType<import("@elaraai/east").BooleanType>;
13251
+ onClick: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
11276
13252
  }>>;
11277
13253
  }>;
11278
13254
  Box: StructType<{
@@ -11290,6 +13266,28 @@ export declare const Grid: {
11290
13266
  }>>;
11291
13267
  width: OptionType<StringType>;
11292
13268
  height: OptionType<StringType>;
13269
+ minHeight: OptionType<StringType>;
13270
+ minWidth: OptionType<StringType>;
13271
+ maxHeight: OptionType<StringType>;
13272
+ maxWidth: OptionType<StringType>;
13273
+ overflow: OptionType<import("@elaraai/east").VariantType<{
13274
+ visible: import("@elaraai/east").NullType;
13275
+ hidden: import("@elaraai/east").NullType;
13276
+ scroll: import("@elaraai/east").NullType;
13277
+ auto: import("@elaraai/east").NullType;
13278
+ }>>;
13279
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
13280
+ visible: import("@elaraai/east").NullType;
13281
+ hidden: import("@elaraai/east").NullType;
13282
+ scroll: import("@elaraai/east").NullType;
13283
+ auto: import("@elaraai/east").NullType;
13284
+ }>>;
13285
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
13286
+ visible: import("@elaraai/east").NullType;
13287
+ hidden: import("@elaraai/east").NullType;
13288
+ scroll: import("@elaraai/east").NullType;
13289
+ auto: import("@elaraai/east").NullType;
13290
+ }>>;
11293
13291
  padding: OptionType<StructType<{
11294
13292
  top: OptionType<StringType>;
11295
13293
  right: OptionType<StringType>;
@@ -11329,6 +13327,77 @@ export declare const Grid: {
11329
13327
  gap: OptionType<StringType>;
11330
13328
  }>>;
11331
13329
  }>;
13330
+ Flex: StructType<{
13331
+ children: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
13332
+ style: OptionType<StructType<{
13333
+ direction: OptionType<import("@elaraai/east").VariantType<{
13334
+ row: import("@elaraai/east").NullType;
13335
+ column: import("@elaraai/east").NullType;
13336
+ "row-reverse": import("@elaraai/east").NullType;
13337
+ "column-reverse": import("@elaraai/east").NullType;
13338
+ }>>;
13339
+ wrap: OptionType<import("@elaraai/east").VariantType<{
13340
+ nowrap: import("@elaraai/east").NullType;
13341
+ wrap: import("@elaraai/east").NullType;
13342
+ "wrap-reverse": import("@elaraai/east").NullType;
13343
+ }>>;
13344
+ justifyContent: OptionType<import("@elaraai/east").VariantType<{
13345
+ "flex-start": import("@elaraai/east").NullType;
13346
+ "flex-end": import("@elaraai/east").NullType;
13347
+ center: import("@elaraai/east").NullType;
13348
+ "space-between": import("@elaraai/east").NullType;
13349
+ "space-around": import("@elaraai/east").NullType;
13350
+ "space-evenly": import("@elaraai/east").NullType;
13351
+ }>>;
13352
+ alignItems: OptionType<import("@elaraai/east").VariantType<{
13353
+ "flex-start": import("@elaraai/east").NullType;
13354
+ "flex-end": import("@elaraai/east").NullType;
13355
+ center: import("@elaraai/east").NullType;
13356
+ baseline: import("@elaraai/east").NullType;
13357
+ stretch: import("@elaraai/east").NullType;
13358
+ }>>;
13359
+ gap: OptionType<StringType>;
13360
+ width: OptionType<StringType>;
13361
+ height: OptionType<StringType>;
13362
+ minHeight: OptionType<StringType>;
13363
+ minWidth: OptionType<StringType>;
13364
+ maxHeight: OptionType<StringType>;
13365
+ maxWidth: OptionType<StringType>;
13366
+ overflow: OptionType<import("@elaraai/east").VariantType<{
13367
+ visible: import("@elaraai/east").NullType;
13368
+ hidden: import("@elaraai/east").NullType;
13369
+ scroll: import("@elaraai/east").NullType;
13370
+ auto: import("@elaraai/east").NullType;
13371
+ }>>;
13372
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
13373
+ visible: import("@elaraai/east").NullType;
13374
+ hidden: import("@elaraai/east").NullType;
13375
+ scroll: import("@elaraai/east").NullType;
13376
+ auto: import("@elaraai/east").NullType;
13377
+ }>>;
13378
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
13379
+ visible: import("@elaraai/east").NullType;
13380
+ hidden: import("@elaraai/east").NullType;
13381
+ scroll: import("@elaraai/east").NullType;
13382
+ auto: import("@elaraai/east").NullType;
13383
+ }>>;
13384
+ padding: OptionType<StructType<{
13385
+ top: OptionType<StringType>;
13386
+ right: OptionType<StringType>;
13387
+ bottom: OptionType<StringType>;
13388
+ left: OptionType<StringType>;
13389
+ }>>;
13390
+ margin: OptionType<StructType<{
13391
+ top: OptionType<StringType>;
13392
+ right: OptionType<StringType>;
13393
+ bottom: OptionType<StringType>;
13394
+ left: OptionType<StringType>;
13395
+ }>>;
13396
+ background: OptionType<StringType>;
13397
+ color: OptionType<StringType>;
13398
+ borderRadius: OptionType<StringType>;
13399
+ }>>;
13400
+ }>;
11332
13401
  Stack: StructType<{
11333
13402
  children: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
11334
13403
  style: OptionType<StructType<{
@@ -11365,15 +13434,37 @@ export declare const Grid: {
11365
13434
  bottom: OptionType<StringType>;
11366
13435
  left: OptionType<StringType>;
11367
13436
  }>>;
11368
- margin: OptionType<StructType<{
11369
- top: OptionType<StringType>;
11370
- right: OptionType<StringType>;
11371
- bottom: OptionType<StringType>;
11372
- left: OptionType<StringType>;
13437
+ margin: OptionType<StructType<{
13438
+ top: OptionType<StringType>;
13439
+ right: OptionType<StringType>;
13440
+ bottom: OptionType<StringType>;
13441
+ left: OptionType<StringType>;
13442
+ }>>;
13443
+ background: OptionType<StringType>;
13444
+ width: OptionType<StringType>;
13445
+ height: OptionType<StringType>;
13446
+ minHeight: OptionType<StringType>;
13447
+ minWidth: OptionType<StringType>;
13448
+ maxHeight: OptionType<StringType>;
13449
+ maxWidth: OptionType<StringType>;
13450
+ overflow: OptionType<import("@elaraai/east").VariantType<{
13451
+ visible: import("@elaraai/east").NullType;
13452
+ hidden: import("@elaraai/east").NullType;
13453
+ scroll: import("@elaraai/east").NullType;
13454
+ auto: import("@elaraai/east").NullType;
13455
+ }>>;
13456
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
13457
+ visible: import("@elaraai/east").NullType;
13458
+ hidden: import("@elaraai/east").NullType;
13459
+ scroll: import("@elaraai/east").NullType;
13460
+ auto: import("@elaraai/east").NullType;
13461
+ }>>;
13462
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
13463
+ visible: import("@elaraai/east").NullType;
13464
+ hidden: import("@elaraai/east").NullType;
13465
+ scroll: import("@elaraai/east").NullType;
13466
+ auto: import("@elaraai/east").NullType;
11373
13467
  }>>;
11374
- background: OptionType<StringType>;
11375
- width: OptionType<StringType>;
11376
- height: OptionType<StringType>;
11377
13468
  }>>;
11378
13469
  }>;
11379
13470
  Separator: StructType<{
@@ -11468,6 +13559,13 @@ export declare const Grid: {
11468
13559
  horizontal: import("@elaraai/east").NullType;
11469
13560
  vertical: import("@elaraai/east").NullType;
11470
13561
  }>>;
13562
+ onResize: OptionType<import("@elaraai/east").FunctionType<[StructType<{
13563
+ size: ArrayType<import("@elaraai/east").FloatType>;
13564
+ }>], import("@elaraai/east").NullType>>;
13565
+ onResizeStart: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13566
+ onResizeEnd: OptionType<import("@elaraai/east").FunctionType<[StructType<{
13567
+ size: ArrayType<import("@elaraai/east").FloatType>;
13568
+ }>], import("@elaraai/east").NullType>>;
11471
13569
  }>>;
11472
13570
  }>;
11473
13571
  StringInput: StructType<{
@@ -11487,6 +13585,9 @@ export declare const Grid: {
11487
13585
  maxLength: OptionType<import("@elaraai/east").IntegerType>;
11488
13586
  pattern: OptionType<StringType>;
11489
13587
  disabled: OptionType<import("@elaraai/east").BooleanType>;
13588
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
13589
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13590
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
11490
13591
  }>;
11491
13592
  IntegerInput: StructType<{
11492
13593
  value: import("@elaraai/east").IntegerType;
@@ -11505,6 +13606,9 @@ export declare const Grid: {
11505
13606
  lg: import("@elaraai/east").NullType;
11506
13607
  }>>;
11507
13608
  disabled: OptionType<import("@elaraai/east").BooleanType>;
13609
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
13610
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13611
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
11508
13612
  }>;
11509
13613
  FloatInput: StructType<{
11510
13614
  value: import("@elaraai/east").FloatType;
@@ -11524,13 +13628,44 @@ export declare const Grid: {
11524
13628
  lg: import("@elaraai/east").NullType;
11525
13629
  }>>;
11526
13630
  disabled: OptionType<import("@elaraai/east").BooleanType>;
13631
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
13632
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13633
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
11527
13634
  }>;
11528
13635
  DateTimeInput: StructType<{
11529
13636
  value: import("@elaraai/east").DateTimeType;
11530
13637
  min: OptionType<import("@elaraai/east").DateTimeType>;
11531
13638
  max: OptionType<import("@elaraai/east").DateTimeType>;
11532
- showTime: OptionType<import("@elaraai/east").BooleanType>;
11533
- format: OptionType<StringType>;
13639
+ precision: OptionType<import("@elaraai/east").VariantType<{
13640
+ date: import("@elaraai/east").NullType;
13641
+ time: import("@elaraai/east").NullType;
13642
+ datetime: import("@elaraai/east").NullType;
13643
+ }>>;
13644
+ format: OptionType<ArrayType<import("@elaraai/east").VariantType<{
13645
+ literal: StringType;
13646
+ year4: import("@elaraai/east").NullType;
13647
+ year2: import("@elaraai/east").NullType;
13648
+ month1: import("@elaraai/east").NullType;
13649
+ month2: import("@elaraai/east").NullType;
13650
+ monthNameShort: import("@elaraai/east").NullType;
13651
+ monthNameFull: import("@elaraai/east").NullType;
13652
+ day1: import("@elaraai/east").NullType;
13653
+ day2: import("@elaraai/east").NullType;
13654
+ weekdayNameMin: import("@elaraai/east").NullType;
13655
+ weekdayNameShort: import("@elaraai/east").NullType;
13656
+ weekdayNameFull: import("@elaraai/east").NullType;
13657
+ hour24_1: import("@elaraai/east").NullType;
13658
+ hour24_2: import("@elaraai/east").NullType;
13659
+ hour12_1: import("@elaraai/east").NullType;
13660
+ hour12_2: import("@elaraai/east").NullType;
13661
+ minute1: import("@elaraai/east").NullType;
13662
+ minute2: import("@elaraai/east").NullType;
13663
+ second1: import("@elaraai/east").NullType;
13664
+ second2: import("@elaraai/east").NullType;
13665
+ millisecond3: import("@elaraai/east").NullType;
13666
+ ampmUpper: import("@elaraai/east").NullType;
13667
+ ampmLower: import("@elaraai/east").NullType;
13668
+ }>>>;
11534
13669
  variant: OptionType<import("@elaraai/east").VariantType<{
11535
13670
  outline: import("@elaraai/east").NullType;
11536
13671
  subtle: import("@elaraai/east").NullType;
@@ -11543,6 +13678,9 @@ export declare const Grid: {
11543
13678
  lg: import("@elaraai/east").NullType;
11544
13679
  }>>;
11545
13680
  disabled: OptionType<import("@elaraai/east").BooleanType>;
13681
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").DateTimeType], import("@elaraai/east").NullType>>;
13682
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13683
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
11546
13684
  }>;
11547
13685
  Checkbox: StructType<{
11548
13686
  checked: import("@elaraai/east").BooleanType;
@@ -11567,6 +13705,7 @@ export declare const Grid: {
11567
13705
  md: import("@elaraai/east").NullType;
11568
13706
  lg: import("@elaraai/east").NullType;
11569
13707
  }>>;
13708
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
11570
13709
  }>;
11571
13710
  Switch: StructType<{
11572
13711
  checked: import("@elaraai/east").BooleanType;
@@ -11590,6 +13729,7 @@ export declare const Grid: {
11590
13729
  md: import("@elaraai/east").NullType;
11591
13730
  lg: import("@elaraai/east").NullType;
11592
13731
  }>>;
13732
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
11593
13733
  }>;
11594
13734
  Select: StructType<{
11595
13735
  value: OptionType<StringType>;
@@ -11607,6 +13747,9 @@ export declare const Grid: {
11607
13747
  md: import("@elaraai/east").NullType;
11608
13748
  lg: import("@elaraai/east").NullType;
11609
13749
  }>>;
13750
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
13751
+ onChangeMultiple: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
13752
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
11610
13753
  }>;
11611
13754
  Slider: StructType<{
11612
13755
  value: import("@elaraai/east").FloatType;
@@ -11640,6 +13783,8 @@ export declare const Grid: {
11640
13783
  subtle: import("@elaraai/east").NullType;
11641
13784
  }>>;
11642
13785
  disabled: OptionType<import("@elaraai/east").BooleanType>;
13786
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
13787
+ onChangeEnd: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
11643
13788
  }>;
11644
13789
  FileUpload: StructType<{
11645
13790
  accept: OptionType<StringType>;
@@ -11658,31 +13803,358 @@ export declare const Grid: {
11658
13803
  label: OptionType<StringType>;
11659
13804
  dropzoneText: OptionType<StringType>;
11660
13805
  triggerText: OptionType<StringType>;
13806
+ onFileAccept: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
13807
+ name: StringType;
13808
+ size: import("@elaraai/east").IntegerType;
13809
+ type: StringType;
13810
+ }>>], import("@elaraai/east").NullType>>;
13811
+ onFileReject: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
13812
+ file: StructType<{
13813
+ name: StringType;
13814
+ size: import("@elaraai/east").IntegerType;
13815
+ type: StringType;
13816
+ }>;
13817
+ errors: ArrayType<StringType>;
13818
+ }>>], import("@elaraai/east").NullType>>;
11661
13819
  }>;
11662
13820
  Field: StructType<{
11663
13821
  label: StringType;
11664
- control: import("@elaraai/east").RecursiveTypeMarker;
13822
+ control: import("@elaraai/east").VariantType<{
13823
+ Checkbox: StructType<{
13824
+ checked: import("@elaraai/east").BooleanType;
13825
+ label: OptionType<StringType>;
13826
+ indeterminate: OptionType<import("@elaraai/east").BooleanType>;
13827
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
13828
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
13829
+ gray: import("@elaraai/east").NullType;
13830
+ red: import("@elaraai/east").NullType;
13831
+ orange: import("@elaraai/east").NullType;
13832
+ yellow: import("@elaraai/east").NullType;
13833
+ green: import("@elaraai/east").NullType;
13834
+ teal: import("@elaraai/east").NullType;
13835
+ blue: import("@elaraai/east").NullType;
13836
+ cyan: import("@elaraai/east").NullType;
13837
+ purple: import("@elaraai/east").NullType;
13838
+ pink: import("@elaraai/east").NullType;
13839
+ }>>;
13840
+ size: OptionType<import("@elaraai/east").VariantType<{
13841
+ xs: import("@elaraai/east").NullType;
13842
+ sm: import("@elaraai/east").NullType;
13843
+ md: import("@elaraai/east").NullType;
13844
+ lg: import("@elaraai/east").NullType;
13845
+ }>>;
13846
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
13847
+ }>;
13848
+ StringInput: StructType<{
13849
+ value: StringType;
13850
+ placeholder: OptionType<StringType>;
13851
+ variant: OptionType<import("@elaraai/east").VariantType<{
13852
+ outline: import("@elaraai/east").NullType;
13853
+ subtle: import("@elaraai/east").NullType;
13854
+ flushed: import("@elaraai/east").NullType;
13855
+ }>>;
13856
+ size: OptionType<import("@elaraai/east").VariantType<{
13857
+ xs: import("@elaraai/east").NullType;
13858
+ sm: import("@elaraai/east").NullType;
13859
+ md: import("@elaraai/east").NullType;
13860
+ lg: import("@elaraai/east").NullType;
13861
+ }>>;
13862
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
13863
+ pattern: OptionType<StringType>;
13864
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
13865
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
13866
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13867
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13868
+ }>;
13869
+ IntegerInput: StructType<{
13870
+ value: import("@elaraai/east").IntegerType;
13871
+ min: OptionType<import("@elaraai/east").IntegerType>;
13872
+ max: OptionType<import("@elaraai/east").IntegerType>;
13873
+ step: OptionType<import("@elaraai/east").IntegerType>;
13874
+ variant: OptionType<import("@elaraai/east").VariantType<{
13875
+ outline: import("@elaraai/east").NullType;
13876
+ subtle: import("@elaraai/east").NullType;
13877
+ flushed: import("@elaraai/east").NullType;
13878
+ }>>;
13879
+ size: OptionType<import("@elaraai/east").VariantType<{
13880
+ xs: import("@elaraai/east").NullType;
13881
+ sm: import("@elaraai/east").NullType;
13882
+ md: import("@elaraai/east").NullType;
13883
+ lg: import("@elaraai/east").NullType;
13884
+ }>>;
13885
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
13886
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
13887
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13888
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13889
+ }>;
13890
+ FloatInput: StructType<{
13891
+ value: import("@elaraai/east").FloatType;
13892
+ min: OptionType<import("@elaraai/east").FloatType>;
13893
+ max: OptionType<import("@elaraai/east").FloatType>;
13894
+ step: OptionType<import("@elaraai/east").FloatType>;
13895
+ precision: OptionType<import("@elaraai/east").IntegerType>;
13896
+ variant: OptionType<import("@elaraai/east").VariantType<{
13897
+ outline: import("@elaraai/east").NullType;
13898
+ subtle: import("@elaraai/east").NullType;
13899
+ flushed: import("@elaraai/east").NullType;
13900
+ }>>;
13901
+ size: OptionType<import("@elaraai/east").VariantType<{
13902
+ xs: import("@elaraai/east").NullType;
13903
+ sm: import("@elaraai/east").NullType;
13904
+ md: import("@elaraai/east").NullType;
13905
+ lg: import("@elaraai/east").NullType;
13906
+ }>>;
13907
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
13908
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
13909
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13910
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13911
+ }>;
13912
+ DateTimeInput: StructType<{
13913
+ value: import("@elaraai/east").DateTimeType;
13914
+ min: OptionType<import("@elaraai/east").DateTimeType>;
13915
+ max: OptionType<import("@elaraai/east").DateTimeType>;
13916
+ precision: OptionType<import("@elaraai/east").VariantType<{
13917
+ date: import("@elaraai/east").NullType;
13918
+ time: import("@elaraai/east").NullType;
13919
+ datetime: import("@elaraai/east").NullType;
13920
+ }>>;
13921
+ format: OptionType<ArrayType<import("@elaraai/east").VariantType<{
13922
+ literal: StringType;
13923
+ year4: import("@elaraai/east").NullType;
13924
+ year2: import("@elaraai/east").NullType;
13925
+ month1: import("@elaraai/east").NullType;
13926
+ month2: import("@elaraai/east").NullType;
13927
+ monthNameShort: import("@elaraai/east").NullType;
13928
+ monthNameFull: import("@elaraai/east").NullType;
13929
+ day1: import("@elaraai/east").NullType;
13930
+ day2: import("@elaraai/east").NullType;
13931
+ weekdayNameMin: import("@elaraai/east").NullType;
13932
+ weekdayNameShort: import("@elaraai/east").NullType;
13933
+ weekdayNameFull: import("@elaraai/east").NullType;
13934
+ hour24_1: import("@elaraai/east").NullType;
13935
+ hour24_2: import("@elaraai/east").NullType;
13936
+ hour12_1: import("@elaraai/east").NullType;
13937
+ hour12_2: import("@elaraai/east").NullType;
13938
+ minute1: import("@elaraai/east").NullType;
13939
+ minute2: import("@elaraai/east").NullType;
13940
+ second1: import("@elaraai/east").NullType;
13941
+ second2: import("@elaraai/east").NullType;
13942
+ millisecond3: import("@elaraai/east").NullType;
13943
+ ampmUpper: import("@elaraai/east").NullType;
13944
+ ampmLower: import("@elaraai/east").NullType;
13945
+ }>>>;
13946
+ variant: OptionType<import("@elaraai/east").VariantType<{
13947
+ outline: import("@elaraai/east").NullType;
13948
+ subtle: import("@elaraai/east").NullType;
13949
+ flushed: import("@elaraai/east").NullType;
13950
+ }>>;
13951
+ size: OptionType<import("@elaraai/east").VariantType<{
13952
+ xs: import("@elaraai/east").NullType;
13953
+ sm: import("@elaraai/east").NullType;
13954
+ md: import("@elaraai/east").NullType;
13955
+ lg: import("@elaraai/east").NullType;
13956
+ }>>;
13957
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
13958
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").DateTimeType], import("@elaraai/east").NullType>>;
13959
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13960
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13961
+ }>;
13962
+ FileUpload: StructType<{
13963
+ accept: OptionType<StringType>;
13964
+ maxFiles: OptionType<import("@elaraai/east").IntegerType>;
13965
+ maxFileSize: OptionType<import("@elaraai/east").IntegerType>;
13966
+ minFileSize: OptionType<import("@elaraai/east").IntegerType>;
13967
+ directory: OptionType<import("@elaraai/east").BooleanType>;
13968
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
13969
+ required: OptionType<import("@elaraai/east").BooleanType>;
13970
+ allowDrop: OptionType<import("@elaraai/east").BooleanType>;
13971
+ capture: OptionType<import("@elaraai/east").VariantType<{
13972
+ user: import("@elaraai/east").NullType;
13973
+ environment: import("@elaraai/east").NullType;
13974
+ }>>;
13975
+ name: OptionType<StringType>;
13976
+ label: OptionType<StringType>;
13977
+ dropzoneText: OptionType<StringType>;
13978
+ triggerText: OptionType<StringType>;
13979
+ onFileAccept: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
13980
+ name: StringType;
13981
+ size: import("@elaraai/east").IntegerType;
13982
+ type: StringType;
13983
+ }>>], import("@elaraai/east").NullType>>;
13984
+ onFileReject: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
13985
+ file: StructType<{
13986
+ name: StringType;
13987
+ size: import("@elaraai/east").IntegerType;
13988
+ type: StringType;
13989
+ }>;
13990
+ errors: ArrayType<StringType>;
13991
+ }>>], import("@elaraai/east").NullType>>;
13992
+ }>;
13993
+ Select: StructType<{
13994
+ value: OptionType<StringType>;
13995
+ items: ArrayType<StructType<{
13996
+ value: StringType;
13997
+ label: StringType;
13998
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
13999
+ }>>;
14000
+ placeholder: OptionType<StringType>;
14001
+ multiple: OptionType<import("@elaraai/east").BooleanType>;
14002
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
14003
+ size: OptionType<import("@elaraai/east").VariantType<{
14004
+ xs: import("@elaraai/east").NullType;
14005
+ sm: import("@elaraai/east").NullType;
14006
+ md: import("@elaraai/east").NullType;
14007
+ lg: import("@elaraai/east").NullType;
14008
+ }>>;
14009
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
14010
+ onChangeMultiple: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
14011
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
14012
+ }>;
14013
+ Slider: StructType<{
14014
+ value: import("@elaraai/east").FloatType;
14015
+ min: OptionType<import("@elaraai/east").FloatType>;
14016
+ max: OptionType<import("@elaraai/east").FloatType>;
14017
+ step: OptionType<import("@elaraai/east").FloatType>;
14018
+ orientation: OptionType<import("@elaraai/east").VariantType<{
14019
+ horizontal: import("@elaraai/east").NullType;
14020
+ vertical: import("@elaraai/east").NullType;
14021
+ }>>;
14022
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
14023
+ gray: import("@elaraai/east").NullType;
14024
+ red: import("@elaraai/east").NullType;
14025
+ orange: import("@elaraai/east").NullType;
14026
+ yellow: import("@elaraai/east").NullType;
14027
+ green: import("@elaraai/east").NullType;
14028
+ teal: import("@elaraai/east").NullType;
14029
+ blue: import("@elaraai/east").NullType;
14030
+ cyan: import("@elaraai/east").NullType;
14031
+ purple: import("@elaraai/east").NullType;
14032
+ pink: import("@elaraai/east").NullType;
14033
+ }>>;
14034
+ size: OptionType<import("@elaraai/east").VariantType<{
14035
+ xs: import("@elaraai/east").NullType;
14036
+ sm: import("@elaraai/east").NullType;
14037
+ md: import("@elaraai/east").NullType;
14038
+ lg: import("@elaraai/east").NullType;
14039
+ }>>;
14040
+ variant: OptionType<import("@elaraai/east").VariantType<{
14041
+ outline: import("@elaraai/east").NullType;
14042
+ subtle: import("@elaraai/east").NullType;
14043
+ }>>;
14044
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
14045
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
14046
+ onChangeEnd: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
14047
+ }>;
14048
+ Switch: StructType<{
14049
+ checked: import("@elaraai/east").BooleanType;
14050
+ label: OptionType<StringType>;
14051
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
14052
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
14053
+ gray: import("@elaraai/east").NullType;
14054
+ red: import("@elaraai/east").NullType;
14055
+ orange: import("@elaraai/east").NullType;
14056
+ yellow: import("@elaraai/east").NullType;
14057
+ green: import("@elaraai/east").NullType;
14058
+ teal: import("@elaraai/east").NullType;
14059
+ blue: import("@elaraai/east").NullType;
14060
+ cyan: import("@elaraai/east").NullType;
14061
+ purple: import("@elaraai/east").NullType;
14062
+ pink: import("@elaraai/east").NullType;
14063
+ }>>;
14064
+ size: OptionType<import("@elaraai/east").VariantType<{
14065
+ xs: import("@elaraai/east").NullType;
14066
+ sm: import("@elaraai/east").NullType;
14067
+ md: import("@elaraai/east").NullType;
14068
+ lg: import("@elaraai/east").NullType;
14069
+ }>>;
14070
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
14071
+ }>;
14072
+ TagsInput: StructType<{
14073
+ value: ArrayType<StringType>;
14074
+ defaultValue: OptionType<ArrayType<StringType>>;
14075
+ max: OptionType<import("@elaraai/east").IntegerType>;
14076
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
14077
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
14078
+ readOnly: OptionType<import("@elaraai/east").BooleanType>;
14079
+ invalid: OptionType<import("@elaraai/east").BooleanType>;
14080
+ editable: OptionType<import("@elaraai/east").BooleanType>;
14081
+ delimiter: OptionType<StringType>;
14082
+ addOnPaste: OptionType<import("@elaraai/east").BooleanType>;
14083
+ blurBehavior: OptionType<import("@elaraai/east").VariantType<{
14084
+ clear: import("@elaraai/east").NullType;
14085
+ add: import("@elaraai/east").NullType;
14086
+ }>>;
14087
+ allowOverflow: OptionType<import("@elaraai/east").BooleanType>;
14088
+ label: OptionType<StringType>;
14089
+ placeholder: OptionType<StringType>;
14090
+ size: OptionType<import("@elaraai/east").VariantType<{
14091
+ xs: import("@elaraai/east").NullType;
14092
+ sm: import("@elaraai/east").NullType;
14093
+ md: import("@elaraai/east").NullType;
14094
+ lg: import("@elaraai/east").NullType;
14095
+ }>>;
14096
+ variant: OptionType<import("@elaraai/east").VariantType<{
14097
+ outline: import("@elaraai/east").NullType;
14098
+ subtle: import("@elaraai/east").NullType;
14099
+ flushed: import("@elaraai/east").NullType;
14100
+ }>>;
14101
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
14102
+ gray: import("@elaraai/east").NullType;
14103
+ red: import("@elaraai/east").NullType;
14104
+ orange: import("@elaraai/east").NullType;
14105
+ yellow: import("@elaraai/east").NullType;
14106
+ green: import("@elaraai/east").NullType;
14107
+ teal: import("@elaraai/east").NullType;
14108
+ blue: import("@elaraai/east").NullType;
14109
+ cyan: import("@elaraai/east").NullType;
14110
+ purple: import("@elaraai/east").NullType;
14111
+ pink: import("@elaraai/east").NullType;
14112
+ }>>;
14113
+ onChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
14114
+ onInputChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
14115
+ onHighlightChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
14116
+ }>;
14117
+ Textarea: StructType<{
14118
+ value: StringType;
14119
+ placeholder: OptionType<StringType>;
14120
+ variant: OptionType<import("@elaraai/east").VariantType<{
14121
+ outline: import("@elaraai/east").NullType;
14122
+ subtle: import("@elaraai/east").NullType;
14123
+ flushed: import("@elaraai/east").NullType;
14124
+ }>>;
14125
+ size: OptionType<import("@elaraai/east").VariantType<{
14126
+ xs: import("@elaraai/east").NullType;
14127
+ sm: import("@elaraai/east").NullType;
14128
+ md: import("@elaraai/east").NullType;
14129
+ lg: import("@elaraai/east").NullType;
14130
+ }>>;
14131
+ resize: OptionType<import("@elaraai/east").VariantType<{
14132
+ none: import("@elaraai/east").NullType;
14133
+ vertical: import("@elaraai/east").NullType;
14134
+ horizontal: import("@elaraai/east").NullType;
14135
+ both: import("@elaraai/east").NullType;
14136
+ }>>;
14137
+ rows: OptionType<import("@elaraai/east").IntegerType>;
14138
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
14139
+ readOnly: OptionType<import("@elaraai/east").BooleanType>;
14140
+ required: OptionType<import("@elaraai/east").BooleanType>;
14141
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
14142
+ autoresize: OptionType<import("@elaraai/east").BooleanType>;
14143
+ onValidate: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
14144
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
14145
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
14146
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
14147
+ }>;
14148
+ }>;
11665
14149
  helperText: OptionType<StringType>;
11666
14150
  errorText: OptionType<StringType>;
11667
14151
  required: OptionType<import("@elaraai/east").BooleanType>;
11668
14152
  disabled: OptionType<import("@elaraai/east").BooleanType>;
11669
14153
  invalid: OptionType<import("@elaraai/east").BooleanType>;
11670
14154
  readOnly: OptionType<import("@elaraai/east").BooleanType>;
11671
- }>;
11672
- Fieldset: StructType<{
11673
- legend: OptionType<StringType>;
11674
- helperText: OptionType<StringType>;
11675
- errorText: OptionType<StringType>;
11676
- content: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
11677
- disabled: OptionType<import("@elaraai/east").BooleanType>;
11678
- invalid: OptionType<import("@elaraai/east").BooleanType>;
11679
- style: OptionType<StructType<{
11680
- size: OptionType<import("@elaraai/east").VariantType<{
11681
- xs: import("@elaraai/east").NullType;
11682
- sm: import("@elaraai/east").NullType;
11683
- md: import("@elaraai/east").NullType;
11684
- lg: import("@elaraai/east").NullType;
11685
- }>>;
14155
+ orientation: OptionType<import("@elaraai/east").VariantType<{
14156
+ vertical: import("@elaraai/east").NullType;
14157
+ horizontal: import("@elaraai/east").NullType;
11686
14158
  }>>;
11687
14159
  }>;
11688
14160
  Textarea: StructType<{
@@ -11708,10 +14180,13 @@ export declare const Grid: {
11708
14180
  rows: OptionType<import("@elaraai/east").IntegerType>;
11709
14181
  disabled: OptionType<import("@elaraai/east").BooleanType>;
11710
14182
  readOnly: OptionType<import("@elaraai/east").BooleanType>;
11711
- invalid: OptionType<import("@elaraai/east").BooleanType>;
11712
14183
  required: OptionType<import("@elaraai/east").BooleanType>;
11713
14184
  maxLength: OptionType<import("@elaraai/east").IntegerType>;
11714
14185
  autoresize: OptionType<import("@elaraai/east").BooleanType>;
14186
+ onValidate: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
14187
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
14188
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
14189
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
11715
14190
  }>;
11716
14191
  TagsInput: StructType<{
11717
14192
  value: ArrayType<StringType>;
@@ -11754,6 +14229,9 @@ export declare const Grid: {
11754
14229
  purple: import("@elaraai/east").NullType;
11755
14230
  pink: import("@elaraai/east").NullType;
11756
14231
  }>>;
14232
+ onChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
14233
+ onInputChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
14234
+ onHighlightChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
11757
14235
  }>;
11758
14236
  Progress: StructType<{
11759
14237
  value: import("@elaraai/east").FloatType;
@@ -11853,6 +14331,7 @@ export declare const Grid: {
11853
14331
  xl: import("@elaraai/east").NullType;
11854
14332
  }>>;
11855
14333
  closable: OptionType<import("@elaraai/east").BooleanType>;
14334
+ onClose: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
11856
14335
  }>;
11857
14336
  Avatar: StructType<{
11858
14337
  src: OptionType<StringType>;
@@ -14193,6 +16672,9 @@ export declare const Grid: {
14193
16672
  multiple: import("@elaraai/east").NullType;
14194
16673
  }>>;
14195
16674
  animateContent: OptionType<import("@elaraai/east").BooleanType>;
16675
+ onExpandedChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
16676
+ onSelectionChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
16677
+ onFocusChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
14196
16678
  }>>;
14197
16679
  }>;
14198
16680
  Table: StructType<{
@@ -14243,6 +16725,47 @@ export declare const Grid: {
14243
16725
  purple: import("@elaraai/east").NullType;
14244
16726
  pink: import("@elaraai/east").NullType;
14245
16727
  }>>;
16728
+ onCellClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16729
+ rowIndex: import("@elaraai/east").IntegerType;
16730
+ columnKey: StringType;
16731
+ cellValue: import("@elaraai/east").VariantType<{
16732
+ Boolean: import("@elaraai/east").BooleanType;
16733
+ Integer: import("@elaraai/east").IntegerType;
16734
+ Float: import("@elaraai/east").FloatType;
16735
+ String: StringType;
16736
+ DateTime: import("@elaraai/east").DateTimeType;
16737
+ }>;
16738
+ }>], import("@elaraai/east").NullType>>;
16739
+ onCellDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16740
+ rowIndex: import("@elaraai/east").IntegerType;
16741
+ columnKey: StringType;
16742
+ cellValue: import("@elaraai/east").VariantType<{
16743
+ Boolean: import("@elaraai/east").BooleanType;
16744
+ Integer: import("@elaraai/east").IntegerType;
16745
+ Float: import("@elaraai/east").FloatType;
16746
+ String: StringType;
16747
+ DateTime: import("@elaraai/east").DateTimeType;
16748
+ }>;
16749
+ }>], import("@elaraai/east").NullType>>;
16750
+ onRowClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16751
+ rowIndex: import("@elaraai/east").IntegerType;
16752
+ }>], import("@elaraai/east").NullType>>;
16753
+ onRowDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16754
+ rowIndex: import("@elaraai/east").IntegerType;
16755
+ }>], import("@elaraai/east").NullType>>;
16756
+ onRowSelectionChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16757
+ rowIndex: import("@elaraai/east").IntegerType;
16758
+ selected: import("@elaraai/east").BooleanType;
16759
+ selectedRowsIndices: ArrayType<import("@elaraai/east").IntegerType>;
16760
+ }>], import("@elaraai/east").NullType>>;
16761
+ onSortChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16762
+ columnKey: StringType;
16763
+ sortIndex: import("@elaraai/east").IntegerType;
16764
+ sortDirection: import("@elaraai/east").VariantType<{
16765
+ asc: import("@elaraai/east").NullType;
16766
+ desc: import("@elaraai/east").NullType;
16767
+ }>;
16768
+ }>], import("@elaraai/east").NullType>>;
14246
16769
  }>>;
14247
16770
  }>;
14248
16771
  Gantt: StructType<{
@@ -14332,6 +16855,104 @@ export declare const Grid: {
14332
16855
  pink: import("@elaraai/east").NullType;
14333
16856
  }>>;
14334
16857
  showToday: OptionType<import("@elaraai/east").BooleanType>;
16858
+ dragStep: OptionType<import("@elaraai/east").VariantType<{
16859
+ minutes: import("@elaraai/east").FloatType;
16860
+ hours: import("@elaraai/east").FloatType;
16861
+ days: import("@elaraai/east").FloatType;
16862
+ weeks: import("@elaraai/east").FloatType;
16863
+ months: import("@elaraai/east").FloatType;
16864
+ }>>;
16865
+ durationStep: OptionType<import("@elaraai/east").VariantType<{
16866
+ minutes: import("@elaraai/east").FloatType;
16867
+ hours: import("@elaraai/east").FloatType;
16868
+ days: import("@elaraai/east").FloatType;
16869
+ weeks: import("@elaraai/east").FloatType;
16870
+ months: import("@elaraai/east").FloatType;
16871
+ }>>;
16872
+ onCellClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16873
+ rowIndex: import("@elaraai/east").IntegerType;
16874
+ columnKey: StringType;
16875
+ cellValue: import("@elaraai/east").VariantType<{
16876
+ Boolean: import("@elaraai/east").BooleanType;
16877
+ Integer: import("@elaraai/east").IntegerType;
16878
+ Float: import("@elaraai/east").FloatType;
16879
+ String: StringType;
16880
+ DateTime: import("@elaraai/east").DateTimeType;
16881
+ }>;
16882
+ }>], import("@elaraai/east").NullType>>;
16883
+ onCellDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16884
+ rowIndex: import("@elaraai/east").IntegerType;
16885
+ columnKey: StringType;
16886
+ cellValue: import("@elaraai/east").VariantType<{
16887
+ Boolean: import("@elaraai/east").BooleanType;
16888
+ Integer: import("@elaraai/east").IntegerType;
16889
+ Float: import("@elaraai/east").FloatType;
16890
+ String: StringType;
16891
+ DateTime: import("@elaraai/east").DateTimeType;
16892
+ }>;
16893
+ }>], import("@elaraai/east").NullType>>;
16894
+ onRowClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16895
+ rowIndex: import("@elaraai/east").IntegerType;
16896
+ }>], import("@elaraai/east").NullType>>;
16897
+ onRowDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16898
+ rowIndex: import("@elaraai/east").IntegerType;
16899
+ }>], import("@elaraai/east").NullType>>;
16900
+ onSortChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16901
+ columnKey: StringType;
16902
+ sortIndex: import("@elaraai/east").IntegerType;
16903
+ sortDirection: import("@elaraai/east").VariantType<{
16904
+ asc: import("@elaraai/east").NullType;
16905
+ desc: import("@elaraai/east").NullType;
16906
+ }>;
16907
+ }>], import("@elaraai/east").NullType>>;
16908
+ onTaskClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16909
+ rowIndex: import("@elaraai/east").IntegerType;
16910
+ taskIndex: import("@elaraai/east").IntegerType;
16911
+ taskStart: import("@elaraai/east").DateTimeType;
16912
+ taskEnd: import("@elaraai/east").DateTimeType;
16913
+ }>], import("@elaraai/east").NullType>>;
16914
+ onTaskDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16915
+ rowIndex: import("@elaraai/east").IntegerType;
16916
+ taskIndex: import("@elaraai/east").IntegerType;
16917
+ taskStart: import("@elaraai/east").DateTimeType;
16918
+ taskEnd: import("@elaraai/east").DateTimeType;
16919
+ }>], import("@elaraai/east").NullType>>;
16920
+ onTaskDrag: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16921
+ rowIndex: import("@elaraai/east").IntegerType;
16922
+ taskIndex: import("@elaraai/east").IntegerType;
16923
+ previousStart: import("@elaraai/east").DateTimeType;
16924
+ previousEnd: import("@elaraai/east").DateTimeType;
16925
+ newStart: import("@elaraai/east").DateTimeType;
16926
+ newEnd: import("@elaraai/east").DateTimeType;
16927
+ }>], import("@elaraai/east").NullType>>;
16928
+ onTaskDurationChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16929
+ rowIndex: import("@elaraai/east").IntegerType;
16930
+ taskIndex: import("@elaraai/east").IntegerType;
16931
+ previousEnd: import("@elaraai/east").DateTimeType;
16932
+ newEnd: import("@elaraai/east").DateTimeType;
16933
+ }>], import("@elaraai/east").NullType>>;
16934
+ onTaskProgressChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16935
+ rowIndex: import("@elaraai/east").IntegerType;
16936
+ taskIndex: import("@elaraai/east").IntegerType;
16937
+ previousProgress: import("@elaraai/east").FloatType;
16938
+ newProgress: import("@elaraai/east").FloatType;
16939
+ }>], import("@elaraai/east").NullType>>;
16940
+ onMilestoneClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16941
+ rowIndex: import("@elaraai/east").IntegerType;
16942
+ milestoneIndex: import("@elaraai/east").IntegerType;
16943
+ milestoneDate: import("@elaraai/east").DateTimeType;
16944
+ }>], import("@elaraai/east").NullType>>;
16945
+ onMilestoneDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16946
+ rowIndex: import("@elaraai/east").IntegerType;
16947
+ milestoneIndex: import("@elaraai/east").IntegerType;
16948
+ milestoneDate: import("@elaraai/east").DateTimeType;
16949
+ }>], import("@elaraai/east").NullType>>;
16950
+ onMilestoneDrag: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16951
+ rowIndex: import("@elaraai/east").IntegerType;
16952
+ milestoneIndex: import("@elaraai/east").IntegerType;
16953
+ previousDate: import("@elaraai/east").DateTimeType;
16954
+ newDate: import("@elaraai/east").DateTimeType;
16955
+ }>], import("@elaraai/east").NullType>>;
14335
16956
  }>>;
14336
16957
  }>;
14337
16958
  Accordion: StructType<{
@@ -14349,6 +16970,7 @@ export declare const Grid: {
14349
16970
  plain: import("@elaraai/east").NullType;
14350
16971
  subtle: import("@elaraai/east").NullType;
14351
16972
  }>>;
16973
+ onValueChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
14352
16974
  }>>;
14353
16975
  }>;
14354
16976
  Carousel: StructType<{
@@ -14369,6 +16991,7 @@ export declare const Grid: {
14369
16991
  }>>;
14370
16992
  spacing: OptionType<StringType>;
14371
16993
  padding: OptionType<StringType>;
16994
+ onIndexChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
14372
16995
  }>>;
14373
16996
  }>;
14374
16997
  Tabs: StructType<{
@@ -14421,6 +17044,7 @@ export declare const Grid: {
14421
17044
  purple: import("@elaraai/east").NullType;
14422
17045
  pink: import("@elaraai/east").NullType;
14423
17046
  }>>;
17047
+ onValueChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
14424
17048
  }>>;
14425
17049
  }>;
14426
17050
  Tooltip: StructType<{
@@ -14503,6 +17127,10 @@ export declare const Grid: {
14503
17127
  dialog: import("@elaraai/east").NullType;
14504
17128
  alertdialog: import("@elaraai/east").NullType;
14505
17129
  }>>;
17130
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
17131
+ onExitComplete: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
17132
+ onEscapeKeyDown: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
17133
+ onInteractOutside: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
14506
17134
  }>>;
14507
17135
  }>;
14508
17136
  Drawer: StructType<{
@@ -14526,6 +17154,8 @@ export declare const Grid: {
14526
17154
  bottom: import("@elaraai/east").NullType;
14527
17155
  }>>;
14528
17156
  contained: OptionType<import("@elaraai/east").BooleanType>;
17157
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
17158
+ onExitComplete: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
14529
17159
  }>>;
14530
17160
  }>;
14531
17161
  Popover: StructType<{
@@ -14556,6 +17186,7 @@ export declare const Grid: {
14556
17186
  }>>;
14557
17187
  hasArrow: OptionType<import("@elaraai/east").BooleanType>;
14558
17188
  gutter: OptionType<import("@elaraai/east").IntegerType>;
17189
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
14559
17190
  }>>;
14560
17191
  }>;
14561
17192
  HoverCard: StructType<{
@@ -14585,6 +17216,7 @@ export declare const Grid: {
14585
17216
  hasArrow: OptionType<import("@elaraai/east").BooleanType>;
14586
17217
  openDelay: OptionType<import("@elaraai/east").IntegerType>;
14587
17218
  closeDelay: OptionType<import("@elaraai/east").IntegerType>;
17219
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
14588
17220
  }>>;
14589
17221
  }>;
14590
17222
  ActionBar: StructType<{
@@ -14598,7 +17230,10 @@ export declare const Grid: {
14598
17230
  }>>;
14599
17231
  selectionCount: OptionType<import("@elaraai/east").IntegerType>;
14600
17232
  selectionLabel: OptionType<StringType>;
14601
- style: OptionType<StructType<{}>>;
17233
+ style: OptionType<StructType<{
17234
+ onSelect: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
17235
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
17236
+ }>>;
14602
17237
  }>;
14603
17238
  ToggleTip: StructType<{
14604
17239
  trigger: import("@elaraai/east").RecursiveTypeMarker;
@@ -14619,8 +17254,12 @@ export declare const Grid: {
14619
17254
  "right-end": import("@elaraai/east").NullType;
14620
17255
  }>>;
14621
17256
  hasArrow: OptionType<import("@elaraai/east").BooleanType>;
17257
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
14622
17258
  }>>;
14623
17259
  }>;
17260
+ ReactiveComponent: StructType<{
17261
+ render: import("@elaraai/east").FunctionType<[], import("@elaraai/east").RecursiveTypeMarker>;
17262
+ }>;
14624
17263
  }>>;
14625
17264
  colSpan: OptionType<StringType>;
14626
17265
  rowSpan: OptionType<StringType>;