@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
@@ -5,7 +5,7 @@
5
5
  import { type ExprType, type SubtypeExprOrValue, OptionType, StructType, ArrayType, StringType, FloatType, BooleanType } from "@elaraai/east";
6
6
  import { UIComponentType } from "../../component.js";
7
7
  import { type SplitterStyle, type SplitterPanelStyle } from "./types.js";
8
- export { SplitterStyleType, SplitterPanelStyleType, type SplitterStyle, type SplitterPanelStyle, } from "./types.js";
8
+ export { SplitterStyleType, SplitterPanelStyleType, SplitterResizeDetailsType, type SplitterStyle, type SplitterPanelStyle, } from "./types.js";
9
9
  /**
10
10
  * The concrete East type for Splitter panel data.
11
11
  *
@@ -189,6 +189,7 @@ export declare const SplitterPanelType: StructType<{
189
189
  highlightLines: OptionType<ArrayType<import("@elaraai/east").IntegerType>>;
190
190
  maxHeight: OptionType<StringType>;
191
191
  showCopyButton: OptionType<BooleanType>;
192
+ wordWrap: OptionType<BooleanType>;
192
193
  title: OptionType<StringType>;
193
194
  }>;
194
195
  Button: StructType<{
@@ -220,6 +221,7 @@ export declare const SplitterPanelType: StructType<{
220
221
  }>>;
221
222
  loading: OptionType<BooleanType>;
222
223
  disabled: OptionType<BooleanType>;
224
+ onClick: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
223
225
  }>>;
224
226
  }>;
225
227
  IconButton: StructType<{
@@ -252,6 +254,7 @@ export declare const SplitterPanelType: StructType<{
252
254
  }>>;
253
255
  loading: OptionType<BooleanType>;
254
256
  disabled: OptionType<BooleanType>;
257
+ onClick: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
255
258
  }>>;
256
259
  }>;
257
260
  Box: StructType<{
@@ -269,6 +272,28 @@ export declare const SplitterPanelType: StructType<{
269
272
  }>>;
270
273
  width: OptionType<StringType>;
271
274
  height: OptionType<StringType>;
275
+ minHeight: OptionType<StringType>;
276
+ minWidth: OptionType<StringType>;
277
+ maxHeight: OptionType<StringType>;
278
+ maxWidth: OptionType<StringType>;
279
+ overflow: OptionType<import("@elaraai/east").VariantType<{
280
+ visible: import("@elaraai/east").NullType;
281
+ hidden: import("@elaraai/east").NullType;
282
+ scroll: import("@elaraai/east").NullType;
283
+ auto: import("@elaraai/east").NullType;
284
+ }>>;
285
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
286
+ visible: import("@elaraai/east").NullType;
287
+ hidden: import("@elaraai/east").NullType;
288
+ scroll: import("@elaraai/east").NullType;
289
+ auto: import("@elaraai/east").NullType;
290
+ }>>;
291
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
292
+ visible: import("@elaraai/east").NullType;
293
+ hidden: import("@elaraai/east").NullType;
294
+ scroll: import("@elaraai/east").NullType;
295
+ auto: import("@elaraai/east").NullType;
296
+ }>>;
272
297
  padding: OptionType<StructType<{
273
298
  top: OptionType<StringType>;
274
299
  right: OptionType<StringType>;
@@ -308,6 +333,77 @@ export declare const SplitterPanelType: StructType<{
308
333
  gap: OptionType<StringType>;
309
334
  }>>;
310
335
  }>;
336
+ Flex: StructType<{
337
+ children: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
338
+ style: OptionType<StructType<{
339
+ direction: OptionType<import("@elaraai/east").VariantType<{
340
+ row: import("@elaraai/east").NullType;
341
+ column: import("@elaraai/east").NullType;
342
+ "row-reverse": import("@elaraai/east").NullType;
343
+ "column-reverse": import("@elaraai/east").NullType;
344
+ }>>;
345
+ wrap: OptionType<import("@elaraai/east").VariantType<{
346
+ nowrap: import("@elaraai/east").NullType;
347
+ wrap: import("@elaraai/east").NullType;
348
+ "wrap-reverse": import("@elaraai/east").NullType;
349
+ }>>;
350
+ justifyContent: OptionType<import("@elaraai/east").VariantType<{
351
+ "flex-start": import("@elaraai/east").NullType;
352
+ "flex-end": import("@elaraai/east").NullType;
353
+ center: import("@elaraai/east").NullType;
354
+ "space-between": import("@elaraai/east").NullType;
355
+ "space-around": import("@elaraai/east").NullType;
356
+ "space-evenly": import("@elaraai/east").NullType;
357
+ }>>;
358
+ alignItems: OptionType<import("@elaraai/east").VariantType<{
359
+ "flex-start": import("@elaraai/east").NullType;
360
+ "flex-end": import("@elaraai/east").NullType;
361
+ center: import("@elaraai/east").NullType;
362
+ baseline: import("@elaraai/east").NullType;
363
+ stretch: import("@elaraai/east").NullType;
364
+ }>>;
365
+ gap: OptionType<StringType>;
366
+ width: OptionType<StringType>;
367
+ height: OptionType<StringType>;
368
+ minHeight: OptionType<StringType>;
369
+ minWidth: OptionType<StringType>;
370
+ maxHeight: OptionType<StringType>;
371
+ maxWidth: OptionType<StringType>;
372
+ overflow: OptionType<import("@elaraai/east").VariantType<{
373
+ visible: import("@elaraai/east").NullType;
374
+ hidden: import("@elaraai/east").NullType;
375
+ scroll: import("@elaraai/east").NullType;
376
+ auto: import("@elaraai/east").NullType;
377
+ }>>;
378
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
379
+ visible: import("@elaraai/east").NullType;
380
+ hidden: import("@elaraai/east").NullType;
381
+ scroll: import("@elaraai/east").NullType;
382
+ auto: import("@elaraai/east").NullType;
383
+ }>>;
384
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
385
+ visible: import("@elaraai/east").NullType;
386
+ hidden: import("@elaraai/east").NullType;
387
+ scroll: import("@elaraai/east").NullType;
388
+ auto: import("@elaraai/east").NullType;
389
+ }>>;
390
+ padding: OptionType<StructType<{
391
+ top: OptionType<StringType>;
392
+ right: OptionType<StringType>;
393
+ bottom: OptionType<StringType>;
394
+ left: OptionType<StringType>;
395
+ }>>;
396
+ margin: OptionType<StructType<{
397
+ top: OptionType<StringType>;
398
+ right: OptionType<StringType>;
399
+ bottom: OptionType<StringType>;
400
+ left: OptionType<StringType>;
401
+ }>>;
402
+ background: OptionType<StringType>;
403
+ color: OptionType<StringType>;
404
+ borderRadius: OptionType<StringType>;
405
+ }>>;
406
+ }>;
311
407
  Stack: StructType<{
312
408
  children: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
313
409
  style: OptionType<StructType<{
@@ -353,6 +449,28 @@ export declare const SplitterPanelType: StructType<{
353
449
  background: OptionType<StringType>;
354
450
  width: OptionType<StringType>;
355
451
  height: OptionType<StringType>;
452
+ minHeight: OptionType<StringType>;
453
+ minWidth: OptionType<StringType>;
454
+ maxHeight: OptionType<StringType>;
455
+ maxWidth: OptionType<StringType>;
456
+ overflow: OptionType<import("@elaraai/east").VariantType<{
457
+ visible: import("@elaraai/east").NullType;
458
+ hidden: import("@elaraai/east").NullType;
459
+ scroll: import("@elaraai/east").NullType;
460
+ auto: import("@elaraai/east").NullType;
461
+ }>>;
462
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
463
+ visible: import("@elaraai/east").NullType;
464
+ hidden: import("@elaraai/east").NullType;
465
+ scroll: import("@elaraai/east").NullType;
466
+ auto: import("@elaraai/east").NullType;
467
+ }>>;
468
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
469
+ visible: import("@elaraai/east").NullType;
470
+ hidden: import("@elaraai/east").NullType;
471
+ scroll: import("@elaraai/east").NullType;
472
+ auto: import("@elaraai/east").NullType;
473
+ }>>;
356
474
  }>>;
357
475
  }>;
358
476
  Separator: StructType<{
@@ -447,6 +565,13 @@ export declare const SplitterPanelType: StructType<{
447
565
  horizontal: import("@elaraai/east").NullType;
448
566
  vertical: import("@elaraai/east").NullType;
449
567
  }>>;
568
+ onResize: OptionType<import("@elaraai/east").FunctionType<[StructType<{
569
+ size: ArrayType<FloatType>;
570
+ }>], import("@elaraai/east").NullType>>;
571
+ onResizeStart: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
572
+ onResizeEnd: OptionType<import("@elaraai/east").FunctionType<[StructType<{
573
+ size: ArrayType<FloatType>;
574
+ }>], import("@elaraai/east").NullType>>;
450
575
  }>>;
451
576
  }>;
452
577
  StringInput: StructType<{
@@ -466,6 +591,9 @@ export declare const SplitterPanelType: StructType<{
466
591
  maxLength: OptionType<import("@elaraai/east").IntegerType>;
467
592
  pattern: OptionType<StringType>;
468
593
  disabled: OptionType<BooleanType>;
594
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
595
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
596
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
469
597
  }>;
470
598
  IntegerInput: StructType<{
471
599
  value: import("@elaraai/east").IntegerType;
@@ -484,6 +612,9 @@ export declare const SplitterPanelType: StructType<{
484
612
  lg: import("@elaraai/east").NullType;
485
613
  }>>;
486
614
  disabled: OptionType<BooleanType>;
615
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
616
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
617
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
487
618
  }>;
488
619
  FloatInput: StructType<{
489
620
  value: FloatType;
@@ -503,13 +634,44 @@ export declare const SplitterPanelType: StructType<{
503
634
  lg: import("@elaraai/east").NullType;
504
635
  }>>;
505
636
  disabled: OptionType<BooleanType>;
637
+ onChange: OptionType<import("@elaraai/east").FunctionType<[FloatType], import("@elaraai/east").NullType>>;
638
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
639
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
506
640
  }>;
507
641
  DateTimeInput: StructType<{
508
642
  value: import("@elaraai/east").DateTimeType;
509
643
  min: OptionType<import("@elaraai/east").DateTimeType>;
510
644
  max: OptionType<import("@elaraai/east").DateTimeType>;
511
- showTime: OptionType<BooleanType>;
512
- format: OptionType<StringType>;
645
+ precision: OptionType<import("@elaraai/east").VariantType<{
646
+ date: import("@elaraai/east").NullType;
647
+ time: import("@elaraai/east").NullType;
648
+ datetime: import("@elaraai/east").NullType;
649
+ }>>;
650
+ format: OptionType<ArrayType<import("@elaraai/east").VariantType<{
651
+ literal: StringType;
652
+ year4: import("@elaraai/east").NullType;
653
+ year2: import("@elaraai/east").NullType;
654
+ month1: import("@elaraai/east").NullType;
655
+ month2: import("@elaraai/east").NullType;
656
+ monthNameShort: import("@elaraai/east").NullType;
657
+ monthNameFull: import("@elaraai/east").NullType;
658
+ day1: import("@elaraai/east").NullType;
659
+ day2: import("@elaraai/east").NullType;
660
+ weekdayNameMin: import("@elaraai/east").NullType;
661
+ weekdayNameShort: import("@elaraai/east").NullType;
662
+ weekdayNameFull: import("@elaraai/east").NullType;
663
+ hour24_1: import("@elaraai/east").NullType;
664
+ hour24_2: import("@elaraai/east").NullType;
665
+ hour12_1: import("@elaraai/east").NullType;
666
+ hour12_2: import("@elaraai/east").NullType;
667
+ minute1: import("@elaraai/east").NullType;
668
+ minute2: import("@elaraai/east").NullType;
669
+ second1: import("@elaraai/east").NullType;
670
+ second2: import("@elaraai/east").NullType;
671
+ millisecond3: import("@elaraai/east").NullType;
672
+ ampmUpper: import("@elaraai/east").NullType;
673
+ ampmLower: import("@elaraai/east").NullType;
674
+ }>>>;
513
675
  variant: OptionType<import("@elaraai/east").VariantType<{
514
676
  outline: import("@elaraai/east").NullType;
515
677
  subtle: import("@elaraai/east").NullType;
@@ -522,6 +684,9 @@ export declare const SplitterPanelType: StructType<{
522
684
  lg: import("@elaraai/east").NullType;
523
685
  }>>;
524
686
  disabled: OptionType<BooleanType>;
687
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").DateTimeType], import("@elaraai/east").NullType>>;
688
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
689
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
525
690
  }>;
526
691
  Checkbox: StructType<{
527
692
  checked: BooleanType;
@@ -546,6 +711,7 @@ export declare const SplitterPanelType: StructType<{
546
711
  md: import("@elaraai/east").NullType;
547
712
  lg: import("@elaraai/east").NullType;
548
713
  }>>;
714
+ onChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
549
715
  }>;
550
716
  Switch: StructType<{
551
717
  checked: BooleanType;
@@ -569,6 +735,7 @@ export declare const SplitterPanelType: StructType<{
569
735
  md: import("@elaraai/east").NullType;
570
736
  lg: import("@elaraai/east").NullType;
571
737
  }>>;
738
+ onChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
572
739
  }>;
573
740
  Select: StructType<{
574
741
  value: OptionType<StringType>;
@@ -586,6 +753,9 @@ export declare const SplitterPanelType: StructType<{
586
753
  md: import("@elaraai/east").NullType;
587
754
  lg: import("@elaraai/east").NullType;
588
755
  }>>;
756
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
757
+ onChangeMultiple: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
758
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
589
759
  }>;
590
760
  Slider: StructType<{
591
761
  value: FloatType;
@@ -619,6 +789,8 @@ export declare const SplitterPanelType: StructType<{
619
789
  subtle: import("@elaraai/east").NullType;
620
790
  }>>;
621
791
  disabled: OptionType<BooleanType>;
792
+ onChange: OptionType<import("@elaraai/east").FunctionType<[FloatType], import("@elaraai/east").NullType>>;
793
+ onChangeEnd: OptionType<import("@elaraai/east").FunctionType<[FloatType], import("@elaraai/east").NullType>>;
622
794
  }>;
623
795
  FileUpload: StructType<{
624
796
  accept: OptionType<StringType>;
@@ -637,165 +809,498 @@ export declare const SplitterPanelType: StructType<{
637
809
  label: OptionType<StringType>;
638
810
  dropzoneText: OptionType<StringType>;
639
811
  triggerText: OptionType<StringType>;
812
+ onFileAccept: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
813
+ name: StringType;
814
+ size: import("@elaraai/east").IntegerType;
815
+ type: StringType;
816
+ }>>], import("@elaraai/east").NullType>>;
817
+ onFileReject: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
818
+ file: StructType<{
819
+ name: StringType;
820
+ size: import("@elaraai/east").IntegerType;
821
+ type: StringType;
822
+ }>;
823
+ errors: ArrayType<StringType>;
824
+ }>>], import("@elaraai/east").NullType>>;
640
825
  }>;
641
826
  Field: StructType<{
642
827
  label: StringType;
643
- control: import("@elaraai/east").RecursiveTypeMarker;
644
- helperText: OptionType<StringType>;
645
- errorText: OptionType<StringType>;
646
- required: OptionType<BooleanType>;
647
- disabled: OptionType<BooleanType>;
648
- invalid: OptionType<BooleanType>;
649
- readOnly: OptionType<BooleanType>;
650
- }>;
651
- Fieldset: StructType<{
652
- legend: OptionType<StringType>;
653
- helperText: OptionType<StringType>;
654
- errorText: OptionType<StringType>;
655
- content: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
656
- disabled: OptionType<BooleanType>;
657
- invalid: OptionType<BooleanType>;
658
- style: OptionType<StructType<{
659
- size: OptionType<import("@elaraai/east").VariantType<{
660
- xs: import("@elaraai/east").NullType;
661
- sm: import("@elaraai/east").NullType;
662
- md: import("@elaraai/east").NullType;
663
- lg: import("@elaraai/east").NullType;
664
- }>>;
665
- }>>;
666
- }>;
667
- Textarea: StructType<{
668
- value: StringType;
669
- placeholder: OptionType<StringType>;
670
- variant: OptionType<import("@elaraai/east").VariantType<{
671
- outline: import("@elaraai/east").NullType;
672
- subtle: import("@elaraai/east").NullType;
673
- flushed: import("@elaraai/east").NullType;
674
- }>>;
675
- size: OptionType<import("@elaraai/east").VariantType<{
676
- xs: import("@elaraai/east").NullType;
677
- sm: import("@elaraai/east").NullType;
678
- md: import("@elaraai/east").NullType;
679
- lg: import("@elaraai/east").NullType;
680
- }>>;
681
- resize: OptionType<import("@elaraai/east").VariantType<{
682
- none: import("@elaraai/east").NullType;
683
- vertical: import("@elaraai/east").NullType;
684
- horizontal: import("@elaraai/east").NullType;
685
- both: import("@elaraai/east").NullType;
686
- }>>;
687
- rows: OptionType<import("@elaraai/east").IntegerType>;
688
- disabled: OptionType<BooleanType>;
689
- readOnly: OptionType<BooleanType>;
690
- invalid: OptionType<BooleanType>;
691
- required: OptionType<BooleanType>;
692
- maxLength: OptionType<import("@elaraai/east").IntegerType>;
693
- autoresize: OptionType<BooleanType>;
694
- }>;
695
- TagsInput: StructType<{
696
- value: ArrayType<StringType>;
697
- defaultValue: OptionType<ArrayType<StringType>>;
698
- max: OptionType<import("@elaraai/east").IntegerType>;
699
- maxLength: OptionType<import("@elaraai/east").IntegerType>;
700
- disabled: OptionType<BooleanType>;
701
- readOnly: OptionType<BooleanType>;
702
- invalid: OptionType<BooleanType>;
703
- editable: OptionType<BooleanType>;
704
- delimiter: OptionType<StringType>;
705
- addOnPaste: OptionType<BooleanType>;
706
- blurBehavior: OptionType<import("@elaraai/east").VariantType<{
707
- clear: import("@elaraai/east").NullType;
708
- add: import("@elaraai/east").NullType;
709
- }>>;
710
- allowOverflow: OptionType<BooleanType>;
711
- label: OptionType<StringType>;
712
- placeholder: OptionType<StringType>;
713
- size: OptionType<import("@elaraai/east").VariantType<{
714
- xs: import("@elaraai/east").NullType;
715
- sm: import("@elaraai/east").NullType;
716
- md: import("@elaraai/east").NullType;
717
- lg: import("@elaraai/east").NullType;
718
- }>>;
719
- variant: OptionType<import("@elaraai/east").VariantType<{
720
- outline: import("@elaraai/east").NullType;
721
- subtle: import("@elaraai/east").NullType;
722
- flushed: import("@elaraai/east").NullType;
723
- }>>;
724
- colorPalette: OptionType<import("@elaraai/east").VariantType<{
725
- gray: import("@elaraai/east").NullType;
726
- red: import("@elaraai/east").NullType;
727
- orange: import("@elaraai/east").NullType;
728
- yellow: import("@elaraai/east").NullType;
729
- green: import("@elaraai/east").NullType;
730
- teal: import("@elaraai/east").NullType;
731
- blue: import("@elaraai/east").NullType;
732
- cyan: import("@elaraai/east").NullType;
733
- purple: import("@elaraai/east").NullType;
734
- pink: import("@elaraai/east").NullType;
735
- }>>;
736
- }>;
737
- Progress: StructType<{
738
- value: FloatType;
739
- min: OptionType<FloatType>;
740
- max: OptionType<FloatType>;
741
- colorPalette: OptionType<import("@elaraai/east").VariantType<{
742
- gray: import("@elaraai/east").NullType;
743
- red: import("@elaraai/east").NullType;
744
- orange: import("@elaraai/east").NullType;
745
- yellow: import("@elaraai/east").NullType;
746
- green: import("@elaraai/east").NullType;
747
- teal: import("@elaraai/east").NullType;
748
- blue: import("@elaraai/east").NullType;
749
- cyan: import("@elaraai/east").NullType;
750
- purple: import("@elaraai/east").NullType;
751
- pink: import("@elaraai/east").NullType;
752
- }>>;
753
- size: OptionType<import("@elaraai/east").VariantType<{
754
- xs: import("@elaraai/east").NullType;
755
- sm: import("@elaraai/east").NullType;
756
- md: import("@elaraai/east").NullType;
757
- lg: import("@elaraai/east").NullType;
758
- }>>;
759
- variant: OptionType<import("@elaraai/east").VariantType<{
760
- outline: import("@elaraai/east").NullType;
761
- subtle: import("@elaraai/east").NullType;
762
- }>>;
763
- striped: OptionType<BooleanType>;
764
- animated: OptionType<BooleanType>;
765
- label: OptionType<StringType>;
766
- valueText: OptionType<StringType>;
767
- }>;
768
- Alert: StructType<{
769
- status: import("@elaraai/east").VariantType<{
770
- info: import("@elaraai/east").NullType;
771
- warning: import("@elaraai/east").NullType;
772
- success: import("@elaraai/east").NullType;
773
- error: import("@elaraai/east").NullType;
774
- }>;
775
- title: OptionType<StringType>;
776
- description: OptionType<StringType>;
777
- variant: OptionType<import("@elaraai/east").VariantType<{
778
- solid: import("@elaraai/east").NullType;
779
- subtle: import("@elaraai/east").NullType;
780
- outline: import("@elaraai/east").NullType;
781
- }>>;
782
- }>;
783
- Badge: StructType<{
784
- value: StringType;
785
- variant: OptionType<import("@elaraai/east").VariantType<{
786
- subtle: import("@elaraai/east").NullType;
787
- solid: import("@elaraai/east").NullType;
788
- outline: import("@elaraai/east").NullType;
789
- }>>;
790
- colorPalette: OptionType<import("@elaraai/east").VariantType<{
791
- gray: import("@elaraai/east").NullType;
792
- red: import("@elaraai/east").NullType;
793
- orange: import("@elaraai/east").NullType;
794
- yellow: import("@elaraai/east").NullType;
795
- green: import("@elaraai/east").NullType;
796
- teal: import("@elaraai/east").NullType;
797
- blue: import("@elaraai/east").NullType;
798
- cyan: import("@elaraai/east").NullType;
828
+ control: import("@elaraai/east").VariantType<{
829
+ Checkbox: StructType<{
830
+ checked: BooleanType;
831
+ label: OptionType<StringType>;
832
+ indeterminate: OptionType<BooleanType>;
833
+ disabled: OptionType<BooleanType>;
834
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
835
+ gray: import("@elaraai/east").NullType;
836
+ red: import("@elaraai/east").NullType;
837
+ orange: import("@elaraai/east").NullType;
838
+ yellow: import("@elaraai/east").NullType;
839
+ green: import("@elaraai/east").NullType;
840
+ teal: import("@elaraai/east").NullType;
841
+ blue: import("@elaraai/east").NullType;
842
+ cyan: import("@elaraai/east").NullType;
843
+ purple: import("@elaraai/east").NullType;
844
+ pink: import("@elaraai/east").NullType;
845
+ }>>;
846
+ size: OptionType<import("@elaraai/east").VariantType<{
847
+ xs: import("@elaraai/east").NullType;
848
+ sm: import("@elaraai/east").NullType;
849
+ md: import("@elaraai/east").NullType;
850
+ lg: import("@elaraai/east").NullType;
851
+ }>>;
852
+ onChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
853
+ }>;
854
+ StringInput: StructType<{
855
+ value: StringType;
856
+ placeholder: OptionType<StringType>;
857
+ variant: OptionType<import("@elaraai/east").VariantType<{
858
+ outline: import("@elaraai/east").NullType;
859
+ subtle: import("@elaraai/east").NullType;
860
+ flushed: import("@elaraai/east").NullType;
861
+ }>>;
862
+ size: OptionType<import("@elaraai/east").VariantType<{
863
+ xs: import("@elaraai/east").NullType;
864
+ sm: import("@elaraai/east").NullType;
865
+ md: import("@elaraai/east").NullType;
866
+ lg: import("@elaraai/east").NullType;
867
+ }>>;
868
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
869
+ pattern: OptionType<StringType>;
870
+ disabled: OptionType<BooleanType>;
871
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
872
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
873
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
874
+ }>;
875
+ IntegerInput: StructType<{
876
+ value: import("@elaraai/east").IntegerType;
877
+ min: OptionType<import("@elaraai/east").IntegerType>;
878
+ max: OptionType<import("@elaraai/east").IntegerType>;
879
+ step: OptionType<import("@elaraai/east").IntegerType>;
880
+ variant: OptionType<import("@elaraai/east").VariantType<{
881
+ outline: import("@elaraai/east").NullType;
882
+ subtle: import("@elaraai/east").NullType;
883
+ flushed: import("@elaraai/east").NullType;
884
+ }>>;
885
+ size: OptionType<import("@elaraai/east").VariantType<{
886
+ xs: import("@elaraai/east").NullType;
887
+ sm: import("@elaraai/east").NullType;
888
+ md: import("@elaraai/east").NullType;
889
+ lg: import("@elaraai/east").NullType;
890
+ }>>;
891
+ disabled: OptionType<BooleanType>;
892
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
893
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
894
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
895
+ }>;
896
+ FloatInput: StructType<{
897
+ value: FloatType;
898
+ min: OptionType<FloatType>;
899
+ max: OptionType<FloatType>;
900
+ step: OptionType<FloatType>;
901
+ precision: OptionType<import("@elaraai/east").IntegerType>;
902
+ variant: OptionType<import("@elaraai/east").VariantType<{
903
+ outline: import("@elaraai/east").NullType;
904
+ subtle: import("@elaraai/east").NullType;
905
+ flushed: import("@elaraai/east").NullType;
906
+ }>>;
907
+ size: OptionType<import("@elaraai/east").VariantType<{
908
+ xs: import("@elaraai/east").NullType;
909
+ sm: import("@elaraai/east").NullType;
910
+ md: import("@elaraai/east").NullType;
911
+ lg: import("@elaraai/east").NullType;
912
+ }>>;
913
+ disabled: OptionType<BooleanType>;
914
+ onChange: OptionType<import("@elaraai/east").FunctionType<[FloatType], import("@elaraai/east").NullType>>;
915
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
916
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
917
+ }>;
918
+ DateTimeInput: StructType<{
919
+ value: import("@elaraai/east").DateTimeType;
920
+ min: OptionType<import("@elaraai/east").DateTimeType>;
921
+ max: OptionType<import("@elaraai/east").DateTimeType>;
922
+ precision: OptionType<import("@elaraai/east").VariantType<{
923
+ date: import("@elaraai/east").NullType;
924
+ time: import("@elaraai/east").NullType;
925
+ datetime: import("@elaraai/east").NullType;
926
+ }>>;
927
+ format: OptionType<ArrayType<import("@elaraai/east").VariantType<{
928
+ literal: StringType;
929
+ year4: import("@elaraai/east").NullType;
930
+ year2: import("@elaraai/east").NullType;
931
+ month1: import("@elaraai/east").NullType;
932
+ month2: import("@elaraai/east").NullType;
933
+ monthNameShort: import("@elaraai/east").NullType;
934
+ monthNameFull: import("@elaraai/east").NullType;
935
+ day1: import("@elaraai/east").NullType;
936
+ day2: import("@elaraai/east").NullType;
937
+ weekdayNameMin: import("@elaraai/east").NullType;
938
+ weekdayNameShort: import("@elaraai/east").NullType;
939
+ weekdayNameFull: import("@elaraai/east").NullType;
940
+ hour24_1: import("@elaraai/east").NullType;
941
+ hour24_2: import("@elaraai/east").NullType;
942
+ hour12_1: import("@elaraai/east").NullType;
943
+ hour12_2: import("@elaraai/east").NullType;
944
+ minute1: import("@elaraai/east").NullType;
945
+ minute2: import("@elaraai/east").NullType;
946
+ second1: import("@elaraai/east").NullType;
947
+ second2: import("@elaraai/east").NullType;
948
+ millisecond3: import("@elaraai/east").NullType;
949
+ ampmUpper: import("@elaraai/east").NullType;
950
+ ampmLower: import("@elaraai/east").NullType;
951
+ }>>>;
952
+ variant: OptionType<import("@elaraai/east").VariantType<{
953
+ outline: import("@elaraai/east").NullType;
954
+ subtle: import("@elaraai/east").NullType;
955
+ flushed: import("@elaraai/east").NullType;
956
+ }>>;
957
+ size: OptionType<import("@elaraai/east").VariantType<{
958
+ xs: import("@elaraai/east").NullType;
959
+ sm: import("@elaraai/east").NullType;
960
+ md: import("@elaraai/east").NullType;
961
+ lg: import("@elaraai/east").NullType;
962
+ }>>;
963
+ disabled: OptionType<BooleanType>;
964
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").DateTimeType], import("@elaraai/east").NullType>>;
965
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
966
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
967
+ }>;
968
+ FileUpload: StructType<{
969
+ accept: OptionType<StringType>;
970
+ maxFiles: OptionType<import("@elaraai/east").IntegerType>;
971
+ maxFileSize: OptionType<import("@elaraai/east").IntegerType>;
972
+ minFileSize: OptionType<import("@elaraai/east").IntegerType>;
973
+ directory: OptionType<BooleanType>;
974
+ disabled: OptionType<BooleanType>;
975
+ required: OptionType<BooleanType>;
976
+ allowDrop: OptionType<BooleanType>;
977
+ capture: OptionType<import("@elaraai/east").VariantType<{
978
+ user: import("@elaraai/east").NullType;
979
+ environment: import("@elaraai/east").NullType;
980
+ }>>;
981
+ name: OptionType<StringType>;
982
+ label: OptionType<StringType>;
983
+ dropzoneText: OptionType<StringType>;
984
+ triggerText: OptionType<StringType>;
985
+ onFileAccept: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
986
+ name: StringType;
987
+ size: import("@elaraai/east").IntegerType;
988
+ type: StringType;
989
+ }>>], import("@elaraai/east").NullType>>;
990
+ onFileReject: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
991
+ file: StructType<{
992
+ name: StringType;
993
+ size: import("@elaraai/east").IntegerType;
994
+ type: StringType;
995
+ }>;
996
+ errors: ArrayType<StringType>;
997
+ }>>], import("@elaraai/east").NullType>>;
998
+ }>;
999
+ Select: StructType<{
1000
+ value: OptionType<StringType>;
1001
+ items: ArrayType<StructType<{
1002
+ value: StringType;
1003
+ label: StringType;
1004
+ disabled: OptionType<BooleanType>;
1005
+ }>>;
1006
+ placeholder: OptionType<StringType>;
1007
+ multiple: OptionType<BooleanType>;
1008
+ disabled: OptionType<BooleanType>;
1009
+ size: OptionType<import("@elaraai/east").VariantType<{
1010
+ xs: import("@elaraai/east").NullType;
1011
+ sm: import("@elaraai/east").NullType;
1012
+ md: import("@elaraai/east").NullType;
1013
+ lg: import("@elaraai/east").NullType;
1014
+ }>>;
1015
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
1016
+ onChangeMultiple: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
1017
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
1018
+ }>;
1019
+ Slider: StructType<{
1020
+ value: FloatType;
1021
+ min: OptionType<FloatType>;
1022
+ max: OptionType<FloatType>;
1023
+ step: OptionType<FloatType>;
1024
+ orientation: OptionType<import("@elaraai/east").VariantType<{
1025
+ horizontal: import("@elaraai/east").NullType;
1026
+ vertical: import("@elaraai/east").NullType;
1027
+ }>>;
1028
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
1029
+ gray: import("@elaraai/east").NullType;
1030
+ red: import("@elaraai/east").NullType;
1031
+ orange: import("@elaraai/east").NullType;
1032
+ yellow: import("@elaraai/east").NullType;
1033
+ green: import("@elaraai/east").NullType;
1034
+ teal: import("@elaraai/east").NullType;
1035
+ blue: import("@elaraai/east").NullType;
1036
+ cyan: import("@elaraai/east").NullType;
1037
+ purple: import("@elaraai/east").NullType;
1038
+ pink: import("@elaraai/east").NullType;
1039
+ }>>;
1040
+ size: OptionType<import("@elaraai/east").VariantType<{
1041
+ xs: import("@elaraai/east").NullType;
1042
+ sm: import("@elaraai/east").NullType;
1043
+ md: import("@elaraai/east").NullType;
1044
+ lg: import("@elaraai/east").NullType;
1045
+ }>>;
1046
+ variant: OptionType<import("@elaraai/east").VariantType<{
1047
+ outline: import("@elaraai/east").NullType;
1048
+ subtle: import("@elaraai/east").NullType;
1049
+ }>>;
1050
+ disabled: OptionType<BooleanType>;
1051
+ onChange: OptionType<import("@elaraai/east").FunctionType<[FloatType], import("@elaraai/east").NullType>>;
1052
+ onChangeEnd: OptionType<import("@elaraai/east").FunctionType<[FloatType], import("@elaraai/east").NullType>>;
1053
+ }>;
1054
+ Switch: StructType<{
1055
+ checked: BooleanType;
1056
+ label: OptionType<StringType>;
1057
+ disabled: OptionType<BooleanType>;
1058
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
1059
+ gray: import("@elaraai/east").NullType;
1060
+ red: import("@elaraai/east").NullType;
1061
+ orange: import("@elaraai/east").NullType;
1062
+ yellow: import("@elaraai/east").NullType;
1063
+ green: import("@elaraai/east").NullType;
1064
+ teal: import("@elaraai/east").NullType;
1065
+ blue: import("@elaraai/east").NullType;
1066
+ cyan: import("@elaraai/east").NullType;
1067
+ purple: import("@elaraai/east").NullType;
1068
+ pink: import("@elaraai/east").NullType;
1069
+ }>>;
1070
+ size: OptionType<import("@elaraai/east").VariantType<{
1071
+ xs: import("@elaraai/east").NullType;
1072
+ sm: import("@elaraai/east").NullType;
1073
+ md: import("@elaraai/east").NullType;
1074
+ lg: import("@elaraai/east").NullType;
1075
+ }>>;
1076
+ onChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
1077
+ }>;
1078
+ TagsInput: StructType<{
1079
+ value: ArrayType<StringType>;
1080
+ defaultValue: OptionType<ArrayType<StringType>>;
1081
+ max: OptionType<import("@elaraai/east").IntegerType>;
1082
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
1083
+ disabled: OptionType<BooleanType>;
1084
+ readOnly: OptionType<BooleanType>;
1085
+ invalid: OptionType<BooleanType>;
1086
+ editable: OptionType<BooleanType>;
1087
+ delimiter: OptionType<StringType>;
1088
+ addOnPaste: OptionType<BooleanType>;
1089
+ blurBehavior: OptionType<import("@elaraai/east").VariantType<{
1090
+ clear: import("@elaraai/east").NullType;
1091
+ add: import("@elaraai/east").NullType;
1092
+ }>>;
1093
+ allowOverflow: OptionType<BooleanType>;
1094
+ label: OptionType<StringType>;
1095
+ placeholder: OptionType<StringType>;
1096
+ size: OptionType<import("@elaraai/east").VariantType<{
1097
+ xs: import("@elaraai/east").NullType;
1098
+ sm: import("@elaraai/east").NullType;
1099
+ md: import("@elaraai/east").NullType;
1100
+ lg: import("@elaraai/east").NullType;
1101
+ }>>;
1102
+ variant: OptionType<import("@elaraai/east").VariantType<{
1103
+ outline: import("@elaraai/east").NullType;
1104
+ subtle: import("@elaraai/east").NullType;
1105
+ flushed: import("@elaraai/east").NullType;
1106
+ }>>;
1107
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
1108
+ gray: import("@elaraai/east").NullType;
1109
+ red: import("@elaraai/east").NullType;
1110
+ orange: import("@elaraai/east").NullType;
1111
+ yellow: import("@elaraai/east").NullType;
1112
+ green: import("@elaraai/east").NullType;
1113
+ teal: import("@elaraai/east").NullType;
1114
+ blue: import("@elaraai/east").NullType;
1115
+ cyan: import("@elaraai/east").NullType;
1116
+ purple: import("@elaraai/east").NullType;
1117
+ pink: import("@elaraai/east").NullType;
1118
+ }>>;
1119
+ onChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
1120
+ onInputChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
1121
+ onHighlightChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
1122
+ }>;
1123
+ Textarea: StructType<{
1124
+ value: StringType;
1125
+ placeholder: OptionType<StringType>;
1126
+ variant: OptionType<import("@elaraai/east").VariantType<{
1127
+ outline: import("@elaraai/east").NullType;
1128
+ subtle: import("@elaraai/east").NullType;
1129
+ flushed: import("@elaraai/east").NullType;
1130
+ }>>;
1131
+ size: OptionType<import("@elaraai/east").VariantType<{
1132
+ xs: import("@elaraai/east").NullType;
1133
+ sm: import("@elaraai/east").NullType;
1134
+ md: import("@elaraai/east").NullType;
1135
+ lg: import("@elaraai/east").NullType;
1136
+ }>>;
1137
+ resize: OptionType<import("@elaraai/east").VariantType<{
1138
+ none: import("@elaraai/east").NullType;
1139
+ vertical: import("@elaraai/east").NullType;
1140
+ horizontal: import("@elaraai/east").NullType;
1141
+ both: import("@elaraai/east").NullType;
1142
+ }>>;
1143
+ rows: OptionType<import("@elaraai/east").IntegerType>;
1144
+ disabled: OptionType<BooleanType>;
1145
+ readOnly: OptionType<BooleanType>;
1146
+ required: OptionType<BooleanType>;
1147
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
1148
+ autoresize: OptionType<BooleanType>;
1149
+ onValidate: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
1150
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
1151
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
1152
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
1153
+ }>;
1154
+ }>;
1155
+ helperText: OptionType<StringType>;
1156
+ errorText: OptionType<StringType>;
1157
+ required: OptionType<BooleanType>;
1158
+ disabled: OptionType<BooleanType>;
1159
+ invalid: OptionType<BooleanType>;
1160
+ readOnly: OptionType<BooleanType>;
1161
+ orientation: OptionType<import("@elaraai/east").VariantType<{
1162
+ vertical: import("@elaraai/east").NullType;
1163
+ horizontal: import("@elaraai/east").NullType;
1164
+ }>>;
1165
+ }>;
1166
+ Textarea: StructType<{
1167
+ value: StringType;
1168
+ placeholder: OptionType<StringType>;
1169
+ variant: OptionType<import("@elaraai/east").VariantType<{
1170
+ outline: import("@elaraai/east").NullType;
1171
+ subtle: import("@elaraai/east").NullType;
1172
+ flushed: import("@elaraai/east").NullType;
1173
+ }>>;
1174
+ size: OptionType<import("@elaraai/east").VariantType<{
1175
+ xs: import("@elaraai/east").NullType;
1176
+ sm: import("@elaraai/east").NullType;
1177
+ md: import("@elaraai/east").NullType;
1178
+ lg: import("@elaraai/east").NullType;
1179
+ }>>;
1180
+ resize: OptionType<import("@elaraai/east").VariantType<{
1181
+ none: import("@elaraai/east").NullType;
1182
+ vertical: import("@elaraai/east").NullType;
1183
+ horizontal: import("@elaraai/east").NullType;
1184
+ both: import("@elaraai/east").NullType;
1185
+ }>>;
1186
+ rows: OptionType<import("@elaraai/east").IntegerType>;
1187
+ disabled: OptionType<BooleanType>;
1188
+ readOnly: OptionType<BooleanType>;
1189
+ required: OptionType<BooleanType>;
1190
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
1191
+ autoresize: OptionType<BooleanType>;
1192
+ onValidate: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
1193
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
1194
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
1195
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
1196
+ }>;
1197
+ TagsInput: StructType<{
1198
+ value: ArrayType<StringType>;
1199
+ defaultValue: OptionType<ArrayType<StringType>>;
1200
+ max: OptionType<import("@elaraai/east").IntegerType>;
1201
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
1202
+ disabled: OptionType<BooleanType>;
1203
+ readOnly: OptionType<BooleanType>;
1204
+ invalid: OptionType<BooleanType>;
1205
+ editable: OptionType<BooleanType>;
1206
+ delimiter: OptionType<StringType>;
1207
+ addOnPaste: OptionType<BooleanType>;
1208
+ blurBehavior: OptionType<import("@elaraai/east").VariantType<{
1209
+ clear: import("@elaraai/east").NullType;
1210
+ add: import("@elaraai/east").NullType;
1211
+ }>>;
1212
+ allowOverflow: OptionType<BooleanType>;
1213
+ label: OptionType<StringType>;
1214
+ placeholder: OptionType<StringType>;
1215
+ size: OptionType<import("@elaraai/east").VariantType<{
1216
+ xs: import("@elaraai/east").NullType;
1217
+ sm: import("@elaraai/east").NullType;
1218
+ md: import("@elaraai/east").NullType;
1219
+ lg: import("@elaraai/east").NullType;
1220
+ }>>;
1221
+ variant: OptionType<import("@elaraai/east").VariantType<{
1222
+ outline: import("@elaraai/east").NullType;
1223
+ subtle: import("@elaraai/east").NullType;
1224
+ flushed: import("@elaraai/east").NullType;
1225
+ }>>;
1226
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
1227
+ gray: import("@elaraai/east").NullType;
1228
+ red: import("@elaraai/east").NullType;
1229
+ orange: import("@elaraai/east").NullType;
1230
+ yellow: import("@elaraai/east").NullType;
1231
+ green: import("@elaraai/east").NullType;
1232
+ teal: import("@elaraai/east").NullType;
1233
+ blue: import("@elaraai/east").NullType;
1234
+ cyan: import("@elaraai/east").NullType;
1235
+ purple: import("@elaraai/east").NullType;
1236
+ pink: import("@elaraai/east").NullType;
1237
+ }>>;
1238
+ onChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
1239
+ onInputChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
1240
+ onHighlightChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
1241
+ }>;
1242
+ Progress: StructType<{
1243
+ value: FloatType;
1244
+ min: OptionType<FloatType>;
1245
+ max: OptionType<FloatType>;
1246
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
1247
+ gray: import("@elaraai/east").NullType;
1248
+ red: import("@elaraai/east").NullType;
1249
+ orange: import("@elaraai/east").NullType;
1250
+ yellow: import("@elaraai/east").NullType;
1251
+ green: import("@elaraai/east").NullType;
1252
+ teal: import("@elaraai/east").NullType;
1253
+ blue: import("@elaraai/east").NullType;
1254
+ cyan: import("@elaraai/east").NullType;
1255
+ purple: import("@elaraai/east").NullType;
1256
+ pink: import("@elaraai/east").NullType;
1257
+ }>>;
1258
+ size: OptionType<import("@elaraai/east").VariantType<{
1259
+ xs: import("@elaraai/east").NullType;
1260
+ sm: import("@elaraai/east").NullType;
1261
+ md: import("@elaraai/east").NullType;
1262
+ lg: import("@elaraai/east").NullType;
1263
+ }>>;
1264
+ variant: OptionType<import("@elaraai/east").VariantType<{
1265
+ outline: import("@elaraai/east").NullType;
1266
+ subtle: import("@elaraai/east").NullType;
1267
+ }>>;
1268
+ striped: OptionType<BooleanType>;
1269
+ animated: OptionType<BooleanType>;
1270
+ label: OptionType<StringType>;
1271
+ valueText: OptionType<StringType>;
1272
+ }>;
1273
+ Alert: StructType<{
1274
+ status: import("@elaraai/east").VariantType<{
1275
+ info: import("@elaraai/east").NullType;
1276
+ warning: import("@elaraai/east").NullType;
1277
+ success: import("@elaraai/east").NullType;
1278
+ error: import("@elaraai/east").NullType;
1279
+ }>;
1280
+ title: OptionType<StringType>;
1281
+ description: OptionType<StringType>;
1282
+ variant: OptionType<import("@elaraai/east").VariantType<{
1283
+ solid: import("@elaraai/east").NullType;
1284
+ subtle: import("@elaraai/east").NullType;
1285
+ outline: import("@elaraai/east").NullType;
1286
+ }>>;
1287
+ }>;
1288
+ Badge: StructType<{
1289
+ value: StringType;
1290
+ variant: OptionType<import("@elaraai/east").VariantType<{
1291
+ subtle: import("@elaraai/east").NullType;
1292
+ solid: import("@elaraai/east").NullType;
1293
+ outline: import("@elaraai/east").NullType;
1294
+ }>>;
1295
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
1296
+ gray: import("@elaraai/east").NullType;
1297
+ red: import("@elaraai/east").NullType;
1298
+ orange: import("@elaraai/east").NullType;
1299
+ yellow: import("@elaraai/east").NullType;
1300
+ green: import("@elaraai/east").NullType;
1301
+ teal: import("@elaraai/east").NullType;
1302
+ blue: import("@elaraai/east").NullType;
1303
+ cyan: import("@elaraai/east").NullType;
799
1304
  purple: import("@elaraai/east").NullType;
800
1305
  pink: import("@elaraai/east").NullType;
801
1306
  }>>;
@@ -832,6 +1337,7 @@ export declare const SplitterPanelType: StructType<{
832
1337
  xl: import("@elaraai/east").NullType;
833
1338
  }>>;
834
1339
  closable: OptionType<BooleanType>;
1340
+ onClose: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
835
1341
  }>;
836
1342
  Avatar: StructType<{
837
1343
  src: OptionType<StringType>;
@@ -3172,6 +3678,9 @@ export declare const SplitterPanelType: StructType<{
3172
3678
  multiple: import("@elaraai/east").NullType;
3173
3679
  }>>;
3174
3680
  animateContent: OptionType<BooleanType>;
3681
+ onExpandedChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
3682
+ onSelectionChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
3683
+ onFocusChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
3175
3684
  }>>;
3176
3685
  }>;
3177
3686
  Table: StructType<{
@@ -3222,6 +3731,47 @@ export declare const SplitterPanelType: StructType<{
3222
3731
  purple: import("@elaraai/east").NullType;
3223
3732
  pink: import("@elaraai/east").NullType;
3224
3733
  }>>;
3734
+ onCellClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3735
+ rowIndex: import("@elaraai/east").IntegerType;
3736
+ columnKey: StringType;
3737
+ cellValue: import("@elaraai/east").VariantType<{
3738
+ Boolean: BooleanType;
3739
+ Integer: import("@elaraai/east").IntegerType;
3740
+ Float: FloatType;
3741
+ String: StringType;
3742
+ DateTime: import("@elaraai/east").DateTimeType;
3743
+ }>;
3744
+ }>], import("@elaraai/east").NullType>>;
3745
+ onCellDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3746
+ rowIndex: import("@elaraai/east").IntegerType;
3747
+ columnKey: StringType;
3748
+ cellValue: import("@elaraai/east").VariantType<{
3749
+ Boolean: BooleanType;
3750
+ Integer: import("@elaraai/east").IntegerType;
3751
+ Float: FloatType;
3752
+ String: StringType;
3753
+ DateTime: import("@elaraai/east").DateTimeType;
3754
+ }>;
3755
+ }>], import("@elaraai/east").NullType>>;
3756
+ onRowClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3757
+ rowIndex: import("@elaraai/east").IntegerType;
3758
+ }>], import("@elaraai/east").NullType>>;
3759
+ onRowDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3760
+ rowIndex: import("@elaraai/east").IntegerType;
3761
+ }>], import("@elaraai/east").NullType>>;
3762
+ onRowSelectionChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3763
+ rowIndex: import("@elaraai/east").IntegerType;
3764
+ selected: BooleanType;
3765
+ selectedRowsIndices: ArrayType<import("@elaraai/east").IntegerType>;
3766
+ }>], import("@elaraai/east").NullType>>;
3767
+ onSortChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3768
+ columnKey: StringType;
3769
+ sortIndex: import("@elaraai/east").IntegerType;
3770
+ sortDirection: import("@elaraai/east").VariantType<{
3771
+ asc: import("@elaraai/east").NullType;
3772
+ desc: import("@elaraai/east").NullType;
3773
+ }>;
3774
+ }>], import("@elaraai/east").NullType>>;
3225
3775
  }>>;
3226
3776
  }>;
3227
3777
  Gantt: StructType<{
@@ -3311,6 +3861,104 @@ export declare const SplitterPanelType: StructType<{
3311
3861
  pink: import("@elaraai/east").NullType;
3312
3862
  }>>;
3313
3863
  showToday: OptionType<BooleanType>;
3864
+ dragStep: OptionType<import("@elaraai/east").VariantType<{
3865
+ minutes: FloatType;
3866
+ hours: FloatType;
3867
+ days: FloatType;
3868
+ weeks: FloatType;
3869
+ months: FloatType;
3870
+ }>>;
3871
+ durationStep: OptionType<import("@elaraai/east").VariantType<{
3872
+ minutes: FloatType;
3873
+ hours: FloatType;
3874
+ days: FloatType;
3875
+ weeks: FloatType;
3876
+ months: FloatType;
3877
+ }>>;
3878
+ onCellClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3879
+ rowIndex: import("@elaraai/east").IntegerType;
3880
+ columnKey: StringType;
3881
+ cellValue: import("@elaraai/east").VariantType<{
3882
+ Boolean: BooleanType;
3883
+ Integer: import("@elaraai/east").IntegerType;
3884
+ Float: FloatType;
3885
+ String: StringType;
3886
+ DateTime: import("@elaraai/east").DateTimeType;
3887
+ }>;
3888
+ }>], import("@elaraai/east").NullType>>;
3889
+ onCellDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3890
+ rowIndex: import("@elaraai/east").IntegerType;
3891
+ columnKey: StringType;
3892
+ cellValue: import("@elaraai/east").VariantType<{
3893
+ Boolean: BooleanType;
3894
+ Integer: import("@elaraai/east").IntegerType;
3895
+ Float: FloatType;
3896
+ String: StringType;
3897
+ DateTime: import("@elaraai/east").DateTimeType;
3898
+ }>;
3899
+ }>], import("@elaraai/east").NullType>>;
3900
+ onRowClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3901
+ rowIndex: import("@elaraai/east").IntegerType;
3902
+ }>], import("@elaraai/east").NullType>>;
3903
+ onRowDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3904
+ rowIndex: import("@elaraai/east").IntegerType;
3905
+ }>], import("@elaraai/east").NullType>>;
3906
+ onSortChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3907
+ columnKey: StringType;
3908
+ sortIndex: import("@elaraai/east").IntegerType;
3909
+ sortDirection: import("@elaraai/east").VariantType<{
3910
+ asc: import("@elaraai/east").NullType;
3911
+ desc: import("@elaraai/east").NullType;
3912
+ }>;
3913
+ }>], import("@elaraai/east").NullType>>;
3914
+ onTaskClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3915
+ rowIndex: import("@elaraai/east").IntegerType;
3916
+ taskIndex: import("@elaraai/east").IntegerType;
3917
+ taskStart: import("@elaraai/east").DateTimeType;
3918
+ taskEnd: import("@elaraai/east").DateTimeType;
3919
+ }>], import("@elaraai/east").NullType>>;
3920
+ onTaskDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3921
+ rowIndex: import("@elaraai/east").IntegerType;
3922
+ taskIndex: import("@elaraai/east").IntegerType;
3923
+ taskStart: import("@elaraai/east").DateTimeType;
3924
+ taskEnd: import("@elaraai/east").DateTimeType;
3925
+ }>], import("@elaraai/east").NullType>>;
3926
+ onTaskDrag: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3927
+ rowIndex: import("@elaraai/east").IntegerType;
3928
+ taskIndex: import("@elaraai/east").IntegerType;
3929
+ previousStart: import("@elaraai/east").DateTimeType;
3930
+ previousEnd: import("@elaraai/east").DateTimeType;
3931
+ newStart: import("@elaraai/east").DateTimeType;
3932
+ newEnd: import("@elaraai/east").DateTimeType;
3933
+ }>], import("@elaraai/east").NullType>>;
3934
+ onTaskDurationChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3935
+ rowIndex: import("@elaraai/east").IntegerType;
3936
+ taskIndex: import("@elaraai/east").IntegerType;
3937
+ previousEnd: import("@elaraai/east").DateTimeType;
3938
+ newEnd: import("@elaraai/east").DateTimeType;
3939
+ }>], import("@elaraai/east").NullType>>;
3940
+ onTaskProgressChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3941
+ rowIndex: import("@elaraai/east").IntegerType;
3942
+ taskIndex: import("@elaraai/east").IntegerType;
3943
+ previousProgress: FloatType;
3944
+ newProgress: FloatType;
3945
+ }>], import("@elaraai/east").NullType>>;
3946
+ onMilestoneClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3947
+ rowIndex: import("@elaraai/east").IntegerType;
3948
+ milestoneIndex: import("@elaraai/east").IntegerType;
3949
+ milestoneDate: import("@elaraai/east").DateTimeType;
3950
+ }>], import("@elaraai/east").NullType>>;
3951
+ onMilestoneDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3952
+ rowIndex: import("@elaraai/east").IntegerType;
3953
+ milestoneIndex: import("@elaraai/east").IntegerType;
3954
+ milestoneDate: import("@elaraai/east").DateTimeType;
3955
+ }>], import("@elaraai/east").NullType>>;
3956
+ onMilestoneDrag: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3957
+ rowIndex: import("@elaraai/east").IntegerType;
3958
+ milestoneIndex: import("@elaraai/east").IntegerType;
3959
+ previousDate: import("@elaraai/east").DateTimeType;
3960
+ newDate: import("@elaraai/east").DateTimeType;
3961
+ }>], import("@elaraai/east").NullType>>;
3314
3962
  }>>;
3315
3963
  }>;
3316
3964
  Accordion: StructType<{
@@ -3328,6 +3976,7 @@ export declare const SplitterPanelType: StructType<{
3328
3976
  plain: import("@elaraai/east").NullType;
3329
3977
  subtle: import("@elaraai/east").NullType;
3330
3978
  }>>;
3979
+ onValueChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
3331
3980
  }>>;
3332
3981
  }>;
3333
3982
  Carousel: StructType<{
@@ -3348,6 +3997,7 @@ export declare const SplitterPanelType: StructType<{
3348
3997
  }>>;
3349
3998
  spacing: OptionType<StringType>;
3350
3999
  padding: OptionType<StringType>;
4000
+ onIndexChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
3351
4001
  }>>;
3352
4002
  }>;
3353
4003
  Tabs: StructType<{
@@ -3400,6 +4050,7 @@ export declare const SplitterPanelType: StructType<{
3400
4050
  purple: import("@elaraai/east").NullType;
3401
4051
  pink: import("@elaraai/east").NullType;
3402
4052
  }>>;
4053
+ onValueChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
3403
4054
  }>>;
3404
4055
  }>;
3405
4056
  Tooltip: StructType<{
@@ -3482,6 +4133,10 @@ export declare const SplitterPanelType: StructType<{
3482
4133
  dialog: import("@elaraai/east").NullType;
3483
4134
  alertdialog: import("@elaraai/east").NullType;
3484
4135
  }>>;
4136
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
4137
+ onExitComplete: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4138
+ onEscapeKeyDown: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4139
+ onInteractOutside: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
3485
4140
  }>>;
3486
4141
  }>;
3487
4142
  Drawer: StructType<{
@@ -3505,6 +4160,8 @@ export declare const SplitterPanelType: StructType<{
3505
4160
  bottom: import("@elaraai/east").NullType;
3506
4161
  }>>;
3507
4162
  contained: OptionType<BooleanType>;
4163
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
4164
+ onExitComplete: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
3508
4165
  }>>;
3509
4166
  }>;
3510
4167
  Popover: StructType<{
@@ -3535,6 +4192,7 @@ export declare const SplitterPanelType: StructType<{
3535
4192
  }>>;
3536
4193
  hasArrow: OptionType<BooleanType>;
3537
4194
  gutter: OptionType<import("@elaraai/east").IntegerType>;
4195
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
3538
4196
  }>>;
3539
4197
  }>;
3540
4198
  HoverCard: StructType<{
@@ -3564,6 +4222,7 @@ export declare const SplitterPanelType: StructType<{
3564
4222
  hasArrow: OptionType<BooleanType>;
3565
4223
  openDelay: OptionType<import("@elaraai/east").IntegerType>;
3566
4224
  closeDelay: OptionType<import("@elaraai/east").IntegerType>;
4225
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
3567
4226
  }>>;
3568
4227
  }>;
3569
4228
  ActionBar: StructType<{
@@ -3577,7 +4236,10 @@ export declare const SplitterPanelType: StructType<{
3577
4236
  }>>;
3578
4237
  selectionCount: OptionType<import("@elaraai/east").IntegerType>;
3579
4238
  selectionLabel: OptionType<StringType>;
3580
- style: OptionType<StructType<{}>>;
4239
+ style: OptionType<StructType<{
4240
+ onSelect: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
4241
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
4242
+ }>>;
3581
4243
  }>;
3582
4244
  ToggleTip: StructType<{
3583
4245
  trigger: import("@elaraai/east").RecursiveTypeMarker;
@@ -3598,8 +4260,12 @@ export declare const SplitterPanelType: StructType<{
3598
4260
  "right-end": import("@elaraai/east").NullType;
3599
4261
  }>>;
3600
4262
  hasArrow: OptionType<BooleanType>;
4263
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
3601
4264
  }>>;
3602
4265
  }>;
4266
+ ReactiveComponent: StructType<{
4267
+ render: import("@elaraai/east").FunctionType<[], import("@elaraai/east").RecursiveTypeMarker>;
4268
+ }>;
3603
4269
  }>>;
3604
4270
  minSize: OptionType<FloatType>;
3605
4271
  maxSize: OptionType<FloatType>;
@@ -3791,6 +4457,7 @@ export declare const SplitterType: StructType<{
3791
4457
  highlightLines: OptionType<ArrayType<import("@elaraai/east").IntegerType>>;
3792
4458
  maxHeight: OptionType<StringType>;
3793
4459
  showCopyButton: OptionType<BooleanType>;
4460
+ wordWrap: OptionType<BooleanType>;
3794
4461
  title: OptionType<StringType>;
3795
4462
  }>;
3796
4463
  Button: StructType<{
@@ -3822,6 +4489,7 @@ export declare const SplitterType: StructType<{
3822
4489
  }>>;
3823
4490
  loading: OptionType<BooleanType>;
3824
4491
  disabled: OptionType<BooleanType>;
4492
+ onClick: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
3825
4493
  }>>;
3826
4494
  }>;
3827
4495
  IconButton: StructType<{
@@ -3854,6 +4522,7 @@ export declare const SplitterType: StructType<{
3854
4522
  }>>;
3855
4523
  loading: OptionType<BooleanType>;
3856
4524
  disabled: OptionType<BooleanType>;
4525
+ onClick: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
3857
4526
  }>>;
3858
4527
  }>;
3859
4528
  Box: StructType<{
@@ -3871,6 +4540,28 @@ export declare const SplitterType: StructType<{
3871
4540
  }>>;
3872
4541
  width: OptionType<StringType>;
3873
4542
  height: OptionType<StringType>;
4543
+ minHeight: OptionType<StringType>;
4544
+ minWidth: OptionType<StringType>;
4545
+ maxHeight: OptionType<StringType>;
4546
+ maxWidth: OptionType<StringType>;
4547
+ overflow: OptionType<import("@elaraai/east").VariantType<{
4548
+ visible: import("@elaraai/east").NullType;
4549
+ hidden: import("@elaraai/east").NullType;
4550
+ scroll: import("@elaraai/east").NullType;
4551
+ auto: import("@elaraai/east").NullType;
4552
+ }>>;
4553
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
4554
+ visible: import("@elaraai/east").NullType;
4555
+ hidden: import("@elaraai/east").NullType;
4556
+ scroll: import("@elaraai/east").NullType;
4557
+ auto: import("@elaraai/east").NullType;
4558
+ }>>;
4559
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
4560
+ visible: import("@elaraai/east").NullType;
4561
+ hidden: import("@elaraai/east").NullType;
4562
+ scroll: import("@elaraai/east").NullType;
4563
+ auto: import("@elaraai/east").NullType;
4564
+ }>>;
3874
4565
  padding: OptionType<StructType<{
3875
4566
  top: OptionType<StringType>;
3876
4567
  right: OptionType<StringType>;
@@ -3883,15 +4574,47 @@ export declare const SplitterType: StructType<{
3883
4574
  bottom: OptionType<StringType>;
3884
4575
  left: OptionType<StringType>;
3885
4576
  }>>;
3886
- background: OptionType<StringType>;
3887
- color: OptionType<StringType>;
3888
- borderRadius: OptionType<StringType>;
3889
- flexDirection: OptionType<import("@elaraai/east").VariantType<{
4577
+ background: OptionType<StringType>;
4578
+ color: OptionType<StringType>;
4579
+ borderRadius: OptionType<StringType>;
4580
+ flexDirection: OptionType<import("@elaraai/east").VariantType<{
4581
+ row: import("@elaraai/east").NullType;
4582
+ column: import("@elaraai/east").NullType;
4583
+ "row-reverse": import("@elaraai/east").NullType;
4584
+ "column-reverse": import("@elaraai/east").NullType;
4585
+ }>>;
4586
+ justifyContent: OptionType<import("@elaraai/east").VariantType<{
4587
+ "flex-start": import("@elaraai/east").NullType;
4588
+ "flex-end": import("@elaraai/east").NullType;
4589
+ center: import("@elaraai/east").NullType;
4590
+ "space-between": import("@elaraai/east").NullType;
4591
+ "space-around": import("@elaraai/east").NullType;
4592
+ "space-evenly": import("@elaraai/east").NullType;
4593
+ }>>;
4594
+ alignItems: OptionType<import("@elaraai/east").VariantType<{
4595
+ "flex-start": import("@elaraai/east").NullType;
4596
+ "flex-end": import("@elaraai/east").NullType;
4597
+ center: import("@elaraai/east").NullType;
4598
+ baseline: import("@elaraai/east").NullType;
4599
+ stretch: import("@elaraai/east").NullType;
4600
+ }>>;
4601
+ gap: OptionType<StringType>;
4602
+ }>>;
4603
+ }>;
4604
+ Flex: StructType<{
4605
+ children: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
4606
+ style: OptionType<StructType<{
4607
+ direction: OptionType<import("@elaraai/east").VariantType<{
3890
4608
  row: import("@elaraai/east").NullType;
3891
4609
  column: import("@elaraai/east").NullType;
3892
4610
  "row-reverse": import("@elaraai/east").NullType;
3893
4611
  "column-reverse": import("@elaraai/east").NullType;
3894
4612
  }>>;
4613
+ wrap: OptionType<import("@elaraai/east").VariantType<{
4614
+ nowrap: import("@elaraai/east").NullType;
4615
+ wrap: import("@elaraai/east").NullType;
4616
+ "wrap-reverse": import("@elaraai/east").NullType;
4617
+ }>>;
3895
4618
  justifyContent: OptionType<import("@elaraai/east").VariantType<{
3896
4619
  "flex-start": import("@elaraai/east").NullType;
3897
4620
  "flex-end": import("@elaraai/east").NullType;
@@ -3908,6 +4631,45 @@ export declare const SplitterType: StructType<{
3908
4631
  stretch: import("@elaraai/east").NullType;
3909
4632
  }>>;
3910
4633
  gap: OptionType<StringType>;
4634
+ width: OptionType<StringType>;
4635
+ height: OptionType<StringType>;
4636
+ minHeight: OptionType<StringType>;
4637
+ minWidth: OptionType<StringType>;
4638
+ maxHeight: OptionType<StringType>;
4639
+ maxWidth: OptionType<StringType>;
4640
+ overflow: OptionType<import("@elaraai/east").VariantType<{
4641
+ visible: import("@elaraai/east").NullType;
4642
+ hidden: import("@elaraai/east").NullType;
4643
+ scroll: import("@elaraai/east").NullType;
4644
+ auto: import("@elaraai/east").NullType;
4645
+ }>>;
4646
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
4647
+ visible: import("@elaraai/east").NullType;
4648
+ hidden: import("@elaraai/east").NullType;
4649
+ scroll: import("@elaraai/east").NullType;
4650
+ auto: import("@elaraai/east").NullType;
4651
+ }>>;
4652
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
4653
+ visible: import("@elaraai/east").NullType;
4654
+ hidden: import("@elaraai/east").NullType;
4655
+ scroll: import("@elaraai/east").NullType;
4656
+ auto: import("@elaraai/east").NullType;
4657
+ }>>;
4658
+ padding: OptionType<StructType<{
4659
+ top: OptionType<StringType>;
4660
+ right: OptionType<StringType>;
4661
+ bottom: OptionType<StringType>;
4662
+ left: OptionType<StringType>;
4663
+ }>>;
4664
+ margin: OptionType<StructType<{
4665
+ top: OptionType<StringType>;
4666
+ right: OptionType<StringType>;
4667
+ bottom: OptionType<StringType>;
4668
+ left: OptionType<StringType>;
4669
+ }>>;
4670
+ background: OptionType<StringType>;
4671
+ color: OptionType<StringType>;
4672
+ borderRadius: OptionType<StringType>;
3911
4673
  }>>;
3912
4674
  }>;
3913
4675
  Stack: StructType<{
@@ -3955,6 +4717,28 @@ export declare const SplitterType: StructType<{
3955
4717
  background: OptionType<StringType>;
3956
4718
  width: OptionType<StringType>;
3957
4719
  height: OptionType<StringType>;
4720
+ minHeight: OptionType<StringType>;
4721
+ minWidth: OptionType<StringType>;
4722
+ maxHeight: OptionType<StringType>;
4723
+ maxWidth: OptionType<StringType>;
4724
+ overflow: OptionType<import("@elaraai/east").VariantType<{
4725
+ visible: import("@elaraai/east").NullType;
4726
+ hidden: import("@elaraai/east").NullType;
4727
+ scroll: import("@elaraai/east").NullType;
4728
+ auto: import("@elaraai/east").NullType;
4729
+ }>>;
4730
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
4731
+ visible: import("@elaraai/east").NullType;
4732
+ hidden: import("@elaraai/east").NullType;
4733
+ scroll: import("@elaraai/east").NullType;
4734
+ auto: import("@elaraai/east").NullType;
4735
+ }>>;
4736
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
4737
+ visible: import("@elaraai/east").NullType;
4738
+ hidden: import("@elaraai/east").NullType;
4739
+ scroll: import("@elaraai/east").NullType;
4740
+ auto: import("@elaraai/east").NullType;
4741
+ }>>;
3958
4742
  }>>;
3959
4743
  }>;
3960
4744
  Separator: StructType<{
@@ -4049,6 +4833,13 @@ export declare const SplitterType: StructType<{
4049
4833
  horizontal: import("@elaraai/east").NullType;
4050
4834
  vertical: import("@elaraai/east").NullType;
4051
4835
  }>>;
4836
+ onResize: OptionType<import("@elaraai/east").FunctionType<[StructType<{
4837
+ size: ArrayType<FloatType>;
4838
+ }>], import("@elaraai/east").NullType>>;
4839
+ onResizeStart: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4840
+ onResizeEnd: OptionType<import("@elaraai/east").FunctionType<[StructType<{
4841
+ size: ArrayType<FloatType>;
4842
+ }>], import("@elaraai/east").NullType>>;
4052
4843
  }>>;
4053
4844
  }>;
4054
4845
  StringInput: StructType<{
@@ -4068,6 +4859,9 @@ export declare const SplitterType: StructType<{
4068
4859
  maxLength: OptionType<import("@elaraai/east").IntegerType>;
4069
4860
  pattern: OptionType<StringType>;
4070
4861
  disabled: OptionType<BooleanType>;
4862
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
4863
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4864
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4071
4865
  }>;
4072
4866
  IntegerInput: StructType<{
4073
4867
  value: import("@elaraai/east").IntegerType;
@@ -4086,6 +4880,9 @@ export declare const SplitterType: StructType<{
4086
4880
  lg: import("@elaraai/east").NullType;
4087
4881
  }>>;
4088
4882
  disabled: OptionType<BooleanType>;
4883
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
4884
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4885
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4089
4886
  }>;
4090
4887
  FloatInput: StructType<{
4091
4888
  value: FloatType;
@@ -4105,13 +4902,44 @@ export declare const SplitterType: StructType<{
4105
4902
  lg: import("@elaraai/east").NullType;
4106
4903
  }>>;
4107
4904
  disabled: OptionType<BooleanType>;
4905
+ onChange: OptionType<import("@elaraai/east").FunctionType<[FloatType], import("@elaraai/east").NullType>>;
4906
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4907
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4108
4908
  }>;
4109
4909
  DateTimeInput: StructType<{
4110
4910
  value: import("@elaraai/east").DateTimeType;
4111
4911
  min: OptionType<import("@elaraai/east").DateTimeType>;
4112
4912
  max: OptionType<import("@elaraai/east").DateTimeType>;
4113
- showTime: OptionType<BooleanType>;
4114
- format: OptionType<StringType>;
4913
+ precision: OptionType<import("@elaraai/east").VariantType<{
4914
+ date: import("@elaraai/east").NullType;
4915
+ time: import("@elaraai/east").NullType;
4916
+ datetime: import("@elaraai/east").NullType;
4917
+ }>>;
4918
+ format: OptionType<ArrayType<import("@elaraai/east").VariantType<{
4919
+ literal: StringType;
4920
+ year4: import("@elaraai/east").NullType;
4921
+ year2: import("@elaraai/east").NullType;
4922
+ month1: import("@elaraai/east").NullType;
4923
+ month2: import("@elaraai/east").NullType;
4924
+ monthNameShort: import("@elaraai/east").NullType;
4925
+ monthNameFull: import("@elaraai/east").NullType;
4926
+ day1: import("@elaraai/east").NullType;
4927
+ day2: import("@elaraai/east").NullType;
4928
+ weekdayNameMin: import("@elaraai/east").NullType;
4929
+ weekdayNameShort: import("@elaraai/east").NullType;
4930
+ weekdayNameFull: import("@elaraai/east").NullType;
4931
+ hour24_1: import("@elaraai/east").NullType;
4932
+ hour24_2: import("@elaraai/east").NullType;
4933
+ hour12_1: import("@elaraai/east").NullType;
4934
+ hour12_2: import("@elaraai/east").NullType;
4935
+ minute1: import("@elaraai/east").NullType;
4936
+ minute2: import("@elaraai/east").NullType;
4937
+ second1: import("@elaraai/east").NullType;
4938
+ second2: import("@elaraai/east").NullType;
4939
+ millisecond3: import("@elaraai/east").NullType;
4940
+ ampmUpper: import("@elaraai/east").NullType;
4941
+ ampmLower: import("@elaraai/east").NullType;
4942
+ }>>>;
4115
4943
  variant: OptionType<import("@elaraai/east").VariantType<{
4116
4944
  outline: import("@elaraai/east").NullType;
4117
4945
  subtle: import("@elaraai/east").NullType;
@@ -4124,6 +4952,9 @@ export declare const SplitterType: StructType<{
4124
4952
  lg: import("@elaraai/east").NullType;
4125
4953
  }>>;
4126
4954
  disabled: OptionType<BooleanType>;
4955
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").DateTimeType], import("@elaraai/east").NullType>>;
4956
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4957
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4127
4958
  }>;
4128
4959
  Checkbox: StructType<{
4129
4960
  checked: BooleanType;
@@ -4148,6 +4979,7 @@ export declare const SplitterType: StructType<{
4148
4979
  md: import("@elaraai/east").NullType;
4149
4980
  lg: import("@elaraai/east").NullType;
4150
4981
  }>>;
4982
+ onChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
4151
4983
  }>;
4152
4984
  Switch: StructType<{
4153
4985
  checked: BooleanType;
@@ -4171,6 +5003,7 @@ export declare const SplitterType: StructType<{
4171
5003
  md: import("@elaraai/east").NullType;
4172
5004
  lg: import("@elaraai/east").NullType;
4173
5005
  }>>;
5006
+ onChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
4174
5007
  }>;
4175
5008
  Select: StructType<{
4176
5009
  value: OptionType<StringType>;
@@ -4188,6 +5021,9 @@ export declare const SplitterType: StructType<{
4188
5021
  md: import("@elaraai/east").NullType;
4189
5022
  lg: import("@elaraai/east").NullType;
4190
5023
  }>>;
5024
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
5025
+ onChangeMultiple: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
5026
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
4191
5027
  }>;
4192
5028
  Slider: StructType<{
4193
5029
  value: FloatType;
@@ -4221,6 +5057,8 @@ export declare const SplitterType: StructType<{
4221
5057
  subtle: import("@elaraai/east").NullType;
4222
5058
  }>>;
4223
5059
  disabled: OptionType<BooleanType>;
5060
+ onChange: OptionType<import("@elaraai/east").FunctionType<[FloatType], import("@elaraai/east").NullType>>;
5061
+ onChangeEnd: OptionType<import("@elaraai/east").FunctionType<[FloatType], import("@elaraai/east").NullType>>;
4224
5062
  }>;
4225
5063
  FileUpload: StructType<{
4226
5064
  accept: OptionType<StringType>;
@@ -4239,31 +5077,358 @@ export declare const SplitterType: StructType<{
4239
5077
  label: OptionType<StringType>;
4240
5078
  dropzoneText: OptionType<StringType>;
4241
5079
  triggerText: OptionType<StringType>;
5080
+ onFileAccept: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
5081
+ name: StringType;
5082
+ size: import("@elaraai/east").IntegerType;
5083
+ type: StringType;
5084
+ }>>], import("@elaraai/east").NullType>>;
5085
+ onFileReject: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
5086
+ file: StructType<{
5087
+ name: StringType;
5088
+ size: import("@elaraai/east").IntegerType;
5089
+ type: StringType;
5090
+ }>;
5091
+ errors: ArrayType<StringType>;
5092
+ }>>], import("@elaraai/east").NullType>>;
4242
5093
  }>;
4243
5094
  Field: StructType<{
4244
5095
  label: StringType;
4245
- control: import("@elaraai/east").RecursiveTypeMarker;
5096
+ control: import("@elaraai/east").VariantType<{
5097
+ Checkbox: StructType<{
5098
+ checked: BooleanType;
5099
+ label: OptionType<StringType>;
5100
+ indeterminate: OptionType<BooleanType>;
5101
+ disabled: OptionType<BooleanType>;
5102
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
5103
+ gray: import("@elaraai/east").NullType;
5104
+ red: import("@elaraai/east").NullType;
5105
+ orange: import("@elaraai/east").NullType;
5106
+ yellow: import("@elaraai/east").NullType;
5107
+ green: import("@elaraai/east").NullType;
5108
+ teal: import("@elaraai/east").NullType;
5109
+ blue: import("@elaraai/east").NullType;
5110
+ cyan: import("@elaraai/east").NullType;
5111
+ purple: import("@elaraai/east").NullType;
5112
+ pink: import("@elaraai/east").NullType;
5113
+ }>>;
5114
+ size: OptionType<import("@elaraai/east").VariantType<{
5115
+ xs: import("@elaraai/east").NullType;
5116
+ sm: import("@elaraai/east").NullType;
5117
+ md: import("@elaraai/east").NullType;
5118
+ lg: import("@elaraai/east").NullType;
5119
+ }>>;
5120
+ onChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
5121
+ }>;
5122
+ StringInput: StructType<{
5123
+ value: StringType;
5124
+ placeholder: OptionType<StringType>;
5125
+ variant: OptionType<import("@elaraai/east").VariantType<{
5126
+ outline: import("@elaraai/east").NullType;
5127
+ subtle: import("@elaraai/east").NullType;
5128
+ flushed: import("@elaraai/east").NullType;
5129
+ }>>;
5130
+ size: OptionType<import("@elaraai/east").VariantType<{
5131
+ xs: import("@elaraai/east").NullType;
5132
+ sm: import("@elaraai/east").NullType;
5133
+ md: import("@elaraai/east").NullType;
5134
+ lg: import("@elaraai/east").NullType;
5135
+ }>>;
5136
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
5137
+ pattern: OptionType<StringType>;
5138
+ disabled: OptionType<BooleanType>;
5139
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
5140
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5141
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5142
+ }>;
5143
+ IntegerInput: StructType<{
5144
+ value: import("@elaraai/east").IntegerType;
5145
+ min: OptionType<import("@elaraai/east").IntegerType>;
5146
+ max: OptionType<import("@elaraai/east").IntegerType>;
5147
+ step: OptionType<import("@elaraai/east").IntegerType>;
5148
+ variant: OptionType<import("@elaraai/east").VariantType<{
5149
+ outline: import("@elaraai/east").NullType;
5150
+ subtle: import("@elaraai/east").NullType;
5151
+ flushed: import("@elaraai/east").NullType;
5152
+ }>>;
5153
+ size: OptionType<import("@elaraai/east").VariantType<{
5154
+ xs: import("@elaraai/east").NullType;
5155
+ sm: import("@elaraai/east").NullType;
5156
+ md: import("@elaraai/east").NullType;
5157
+ lg: import("@elaraai/east").NullType;
5158
+ }>>;
5159
+ disabled: OptionType<BooleanType>;
5160
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
5161
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5162
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5163
+ }>;
5164
+ FloatInput: StructType<{
5165
+ value: FloatType;
5166
+ min: OptionType<FloatType>;
5167
+ max: OptionType<FloatType>;
5168
+ step: OptionType<FloatType>;
5169
+ precision: OptionType<import("@elaraai/east").IntegerType>;
5170
+ variant: OptionType<import("@elaraai/east").VariantType<{
5171
+ outline: import("@elaraai/east").NullType;
5172
+ subtle: import("@elaraai/east").NullType;
5173
+ flushed: import("@elaraai/east").NullType;
5174
+ }>>;
5175
+ size: OptionType<import("@elaraai/east").VariantType<{
5176
+ xs: import("@elaraai/east").NullType;
5177
+ sm: import("@elaraai/east").NullType;
5178
+ md: import("@elaraai/east").NullType;
5179
+ lg: import("@elaraai/east").NullType;
5180
+ }>>;
5181
+ disabled: OptionType<BooleanType>;
5182
+ onChange: OptionType<import("@elaraai/east").FunctionType<[FloatType], import("@elaraai/east").NullType>>;
5183
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5184
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5185
+ }>;
5186
+ DateTimeInput: StructType<{
5187
+ value: import("@elaraai/east").DateTimeType;
5188
+ min: OptionType<import("@elaraai/east").DateTimeType>;
5189
+ max: OptionType<import("@elaraai/east").DateTimeType>;
5190
+ precision: OptionType<import("@elaraai/east").VariantType<{
5191
+ date: import("@elaraai/east").NullType;
5192
+ time: import("@elaraai/east").NullType;
5193
+ datetime: import("@elaraai/east").NullType;
5194
+ }>>;
5195
+ format: OptionType<ArrayType<import("@elaraai/east").VariantType<{
5196
+ literal: StringType;
5197
+ year4: import("@elaraai/east").NullType;
5198
+ year2: import("@elaraai/east").NullType;
5199
+ month1: import("@elaraai/east").NullType;
5200
+ month2: import("@elaraai/east").NullType;
5201
+ monthNameShort: import("@elaraai/east").NullType;
5202
+ monthNameFull: import("@elaraai/east").NullType;
5203
+ day1: import("@elaraai/east").NullType;
5204
+ day2: import("@elaraai/east").NullType;
5205
+ weekdayNameMin: import("@elaraai/east").NullType;
5206
+ weekdayNameShort: import("@elaraai/east").NullType;
5207
+ weekdayNameFull: import("@elaraai/east").NullType;
5208
+ hour24_1: import("@elaraai/east").NullType;
5209
+ hour24_2: import("@elaraai/east").NullType;
5210
+ hour12_1: import("@elaraai/east").NullType;
5211
+ hour12_2: import("@elaraai/east").NullType;
5212
+ minute1: import("@elaraai/east").NullType;
5213
+ minute2: import("@elaraai/east").NullType;
5214
+ second1: import("@elaraai/east").NullType;
5215
+ second2: import("@elaraai/east").NullType;
5216
+ millisecond3: import("@elaraai/east").NullType;
5217
+ ampmUpper: import("@elaraai/east").NullType;
5218
+ ampmLower: import("@elaraai/east").NullType;
5219
+ }>>>;
5220
+ variant: OptionType<import("@elaraai/east").VariantType<{
5221
+ outline: import("@elaraai/east").NullType;
5222
+ subtle: import("@elaraai/east").NullType;
5223
+ flushed: import("@elaraai/east").NullType;
5224
+ }>>;
5225
+ size: OptionType<import("@elaraai/east").VariantType<{
5226
+ xs: import("@elaraai/east").NullType;
5227
+ sm: import("@elaraai/east").NullType;
5228
+ md: import("@elaraai/east").NullType;
5229
+ lg: import("@elaraai/east").NullType;
5230
+ }>>;
5231
+ disabled: OptionType<BooleanType>;
5232
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").DateTimeType], import("@elaraai/east").NullType>>;
5233
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5234
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5235
+ }>;
5236
+ FileUpload: StructType<{
5237
+ accept: OptionType<StringType>;
5238
+ maxFiles: OptionType<import("@elaraai/east").IntegerType>;
5239
+ maxFileSize: OptionType<import("@elaraai/east").IntegerType>;
5240
+ minFileSize: OptionType<import("@elaraai/east").IntegerType>;
5241
+ directory: OptionType<BooleanType>;
5242
+ disabled: OptionType<BooleanType>;
5243
+ required: OptionType<BooleanType>;
5244
+ allowDrop: OptionType<BooleanType>;
5245
+ capture: OptionType<import("@elaraai/east").VariantType<{
5246
+ user: import("@elaraai/east").NullType;
5247
+ environment: import("@elaraai/east").NullType;
5248
+ }>>;
5249
+ name: OptionType<StringType>;
5250
+ label: OptionType<StringType>;
5251
+ dropzoneText: OptionType<StringType>;
5252
+ triggerText: OptionType<StringType>;
5253
+ onFileAccept: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
5254
+ name: StringType;
5255
+ size: import("@elaraai/east").IntegerType;
5256
+ type: StringType;
5257
+ }>>], import("@elaraai/east").NullType>>;
5258
+ onFileReject: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
5259
+ file: StructType<{
5260
+ name: StringType;
5261
+ size: import("@elaraai/east").IntegerType;
5262
+ type: StringType;
5263
+ }>;
5264
+ errors: ArrayType<StringType>;
5265
+ }>>], import("@elaraai/east").NullType>>;
5266
+ }>;
5267
+ Select: StructType<{
5268
+ value: OptionType<StringType>;
5269
+ items: ArrayType<StructType<{
5270
+ value: StringType;
5271
+ label: StringType;
5272
+ disabled: OptionType<BooleanType>;
5273
+ }>>;
5274
+ placeholder: OptionType<StringType>;
5275
+ multiple: OptionType<BooleanType>;
5276
+ disabled: OptionType<BooleanType>;
5277
+ size: OptionType<import("@elaraai/east").VariantType<{
5278
+ xs: import("@elaraai/east").NullType;
5279
+ sm: import("@elaraai/east").NullType;
5280
+ md: import("@elaraai/east").NullType;
5281
+ lg: import("@elaraai/east").NullType;
5282
+ }>>;
5283
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
5284
+ onChangeMultiple: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
5285
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
5286
+ }>;
5287
+ Slider: StructType<{
5288
+ value: FloatType;
5289
+ min: OptionType<FloatType>;
5290
+ max: OptionType<FloatType>;
5291
+ step: OptionType<FloatType>;
5292
+ orientation: OptionType<import("@elaraai/east").VariantType<{
5293
+ horizontal: import("@elaraai/east").NullType;
5294
+ vertical: import("@elaraai/east").NullType;
5295
+ }>>;
5296
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
5297
+ gray: import("@elaraai/east").NullType;
5298
+ red: import("@elaraai/east").NullType;
5299
+ orange: import("@elaraai/east").NullType;
5300
+ yellow: import("@elaraai/east").NullType;
5301
+ green: import("@elaraai/east").NullType;
5302
+ teal: import("@elaraai/east").NullType;
5303
+ blue: import("@elaraai/east").NullType;
5304
+ cyan: import("@elaraai/east").NullType;
5305
+ purple: import("@elaraai/east").NullType;
5306
+ pink: import("@elaraai/east").NullType;
5307
+ }>>;
5308
+ size: OptionType<import("@elaraai/east").VariantType<{
5309
+ xs: import("@elaraai/east").NullType;
5310
+ sm: import("@elaraai/east").NullType;
5311
+ md: import("@elaraai/east").NullType;
5312
+ lg: import("@elaraai/east").NullType;
5313
+ }>>;
5314
+ variant: OptionType<import("@elaraai/east").VariantType<{
5315
+ outline: import("@elaraai/east").NullType;
5316
+ subtle: import("@elaraai/east").NullType;
5317
+ }>>;
5318
+ disabled: OptionType<BooleanType>;
5319
+ onChange: OptionType<import("@elaraai/east").FunctionType<[FloatType], import("@elaraai/east").NullType>>;
5320
+ onChangeEnd: OptionType<import("@elaraai/east").FunctionType<[FloatType], import("@elaraai/east").NullType>>;
5321
+ }>;
5322
+ Switch: StructType<{
5323
+ checked: BooleanType;
5324
+ label: OptionType<StringType>;
5325
+ disabled: OptionType<BooleanType>;
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
+ onChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
5345
+ }>;
5346
+ TagsInput: StructType<{
5347
+ value: ArrayType<StringType>;
5348
+ defaultValue: OptionType<ArrayType<StringType>>;
5349
+ max: OptionType<import("@elaraai/east").IntegerType>;
5350
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
5351
+ disabled: OptionType<BooleanType>;
5352
+ readOnly: OptionType<BooleanType>;
5353
+ invalid: OptionType<BooleanType>;
5354
+ editable: OptionType<BooleanType>;
5355
+ delimiter: OptionType<StringType>;
5356
+ addOnPaste: OptionType<BooleanType>;
5357
+ blurBehavior: OptionType<import("@elaraai/east").VariantType<{
5358
+ clear: import("@elaraai/east").NullType;
5359
+ add: import("@elaraai/east").NullType;
5360
+ }>>;
5361
+ allowOverflow: OptionType<BooleanType>;
5362
+ label: OptionType<StringType>;
5363
+ placeholder: OptionType<StringType>;
5364
+ size: OptionType<import("@elaraai/east").VariantType<{
5365
+ xs: import("@elaraai/east").NullType;
5366
+ sm: import("@elaraai/east").NullType;
5367
+ md: import("@elaraai/east").NullType;
5368
+ lg: import("@elaraai/east").NullType;
5369
+ }>>;
5370
+ variant: OptionType<import("@elaraai/east").VariantType<{
5371
+ outline: import("@elaraai/east").NullType;
5372
+ subtle: import("@elaraai/east").NullType;
5373
+ flushed: import("@elaraai/east").NullType;
5374
+ }>>;
5375
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
5376
+ gray: import("@elaraai/east").NullType;
5377
+ red: import("@elaraai/east").NullType;
5378
+ orange: import("@elaraai/east").NullType;
5379
+ yellow: import("@elaraai/east").NullType;
5380
+ green: import("@elaraai/east").NullType;
5381
+ teal: import("@elaraai/east").NullType;
5382
+ blue: import("@elaraai/east").NullType;
5383
+ cyan: import("@elaraai/east").NullType;
5384
+ purple: import("@elaraai/east").NullType;
5385
+ pink: import("@elaraai/east").NullType;
5386
+ }>>;
5387
+ onChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
5388
+ onInputChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
5389
+ onHighlightChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
5390
+ }>;
5391
+ Textarea: StructType<{
5392
+ value: StringType;
5393
+ placeholder: OptionType<StringType>;
5394
+ variant: OptionType<import("@elaraai/east").VariantType<{
5395
+ outline: import("@elaraai/east").NullType;
5396
+ subtle: import("@elaraai/east").NullType;
5397
+ flushed: import("@elaraai/east").NullType;
5398
+ }>>;
5399
+ size: OptionType<import("@elaraai/east").VariantType<{
5400
+ xs: import("@elaraai/east").NullType;
5401
+ sm: import("@elaraai/east").NullType;
5402
+ md: import("@elaraai/east").NullType;
5403
+ lg: import("@elaraai/east").NullType;
5404
+ }>>;
5405
+ resize: OptionType<import("@elaraai/east").VariantType<{
5406
+ none: import("@elaraai/east").NullType;
5407
+ vertical: import("@elaraai/east").NullType;
5408
+ horizontal: import("@elaraai/east").NullType;
5409
+ both: import("@elaraai/east").NullType;
5410
+ }>>;
5411
+ rows: OptionType<import("@elaraai/east").IntegerType>;
5412
+ disabled: OptionType<BooleanType>;
5413
+ readOnly: OptionType<BooleanType>;
5414
+ required: OptionType<BooleanType>;
5415
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
5416
+ autoresize: OptionType<BooleanType>;
5417
+ onValidate: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
5418
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
5419
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5420
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5421
+ }>;
5422
+ }>;
4246
5423
  helperText: OptionType<StringType>;
4247
5424
  errorText: OptionType<StringType>;
4248
5425
  required: OptionType<BooleanType>;
4249
5426
  disabled: OptionType<BooleanType>;
4250
5427
  invalid: OptionType<BooleanType>;
4251
5428
  readOnly: OptionType<BooleanType>;
4252
- }>;
4253
- Fieldset: StructType<{
4254
- legend: OptionType<StringType>;
4255
- helperText: OptionType<StringType>;
4256
- errorText: OptionType<StringType>;
4257
- content: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
4258
- disabled: OptionType<BooleanType>;
4259
- invalid: OptionType<BooleanType>;
4260
- style: OptionType<StructType<{
4261
- size: OptionType<import("@elaraai/east").VariantType<{
4262
- xs: import("@elaraai/east").NullType;
4263
- sm: import("@elaraai/east").NullType;
4264
- md: import("@elaraai/east").NullType;
4265
- lg: import("@elaraai/east").NullType;
4266
- }>>;
5429
+ orientation: OptionType<import("@elaraai/east").VariantType<{
5430
+ vertical: import("@elaraai/east").NullType;
5431
+ horizontal: import("@elaraai/east").NullType;
4267
5432
  }>>;
4268
5433
  }>;
4269
5434
  Textarea: StructType<{
@@ -4289,10 +5454,13 @@ export declare const SplitterType: StructType<{
4289
5454
  rows: OptionType<import("@elaraai/east").IntegerType>;
4290
5455
  disabled: OptionType<BooleanType>;
4291
5456
  readOnly: OptionType<BooleanType>;
4292
- invalid: OptionType<BooleanType>;
4293
5457
  required: OptionType<BooleanType>;
4294
5458
  maxLength: OptionType<import("@elaraai/east").IntegerType>;
4295
5459
  autoresize: OptionType<BooleanType>;
5460
+ onValidate: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
5461
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
5462
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5463
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4296
5464
  }>;
4297
5465
  TagsInput: StructType<{
4298
5466
  value: ArrayType<StringType>;
@@ -4335,6 +5503,9 @@ export declare const SplitterType: StructType<{
4335
5503
  purple: import("@elaraai/east").NullType;
4336
5504
  pink: import("@elaraai/east").NullType;
4337
5505
  }>>;
5506
+ onChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
5507
+ onInputChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
5508
+ onHighlightChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
4338
5509
  }>;
4339
5510
  Progress: StructType<{
4340
5511
  value: FloatType;
@@ -4434,6 +5605,7 @@ export declare const SplitterType: StructType<{
4434
5605
  xl: import("@elaraai/east").NullType;
4435
5606
  }>>;
4436
5607
  closable: OptionType<BooleanType>;
5608
+ onClose: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4437
5609
  }>;
4438
5610
  Avatar: StructType<{
4439
5611
  src: OptionType<StringType>;
@@ -6774,6 +7946,9 @@ export declare const SplitterType: StructType<{
6774
7946
  multiple: import("@elaraai/east").NullType;
6775
7947
  }>>;
6776
7948
  animateContent: OptionType<BooleanType>;
7949
+ onExpandedChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
7950
+ onSelectionChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
7951
+ onFocusChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
6777
7952
  }>>;
6778
7953
  }>;
6779
7954
  Table: StructType<{
@@ -6824,6 +7999,47 @@ export declare const SplitterType: StructType<{
6824
7999
  purple: import("@elaraai/east").NullType;
6825
8000
  pink: import("@elaraai/east").NullType;
6826
8001
  }>>;
8002
+ onCellClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8003
+ rowIndex: import("@elaraai/east").IntegerType;
8004
+ columnKey: StringType;
8005
+ cellValue: import("@elaraai/east").VariantType<{
8006
+ Boolean: BooleanType;
8007
+ Integer: import("@elaraai/east").IntegerType;
8008
+ Float: FloatType;
8009
+ String: StringType;
8010
+ DateTime: import("@elaraai/east").DateTimeType;
8011
+ }>;
8012
+ }>], import("@elaraai/east").NullType>>;
8013
+ onCellDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8014
+ rowIndex: import("@elaraai/east").IntegerType;
8015
+ columnKey: StringType;
8016
+ cellValue: import("@elaraai/east").VariantType<{
8017
+ Boolean: BooleanType;
8018
+ Integer: import("@elaraai/east").IntegerType;
8019
+ Float: FloatType;
8020
+ String: StringType;
8021
+ DateTime: import("@elaraai/east").DateTimeType;
8022
+ }>;
8023
+ }>], import("@elaraai/east").NullType>>;
8024
+ onRowClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8025
+ rowIndex: import("@elaraai/east").IntegerType;
8026
+ }>], import("@elaraai/east").NullType>>;
8027
+ onRowDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8028
+ rowIndex: import("@elaraai/east").IntegerType;
8029
+ }>], import("@elaraai/east").NullType>>;
8030
+ onRowSelectionChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8031
+ rowIndex: import("@elaraai/east").IntegerType;
8032
+ selected: BooleanType;
8033
+ selectedRowsIndices: ArrayType<import("@elaraai/east").IntegerType>;
8034
+ }>], import("@elaraai/east").NullType>>;
8035
+ onSortChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8036
+ columnKey: StringType;
8037
+ sortIndex: import("@elaraai/east").IntegerType;
8038
+ sortDirection: import("@elaraai/east").VariantType<{
8039
+ asc: import("@elaraai/east").NullType;
8040
+ desc: import("@elaraai/east").NullType;
8041
+ }>;
8042
+ }>], import("@elaraai/east").NullType>>;
6827
8043
  }>>;
6828
8044
  }>;
6829
8045
  Gantt: StructType<{
@@ -6913,6 +8129,104 @@ export declare const SplitterType: StructType<{
6913
8129
  pink: import("@elaraai/east").NullType;
6914
8130
  }>>;
6915
8131
  showToday: OptionType<BooleanType>;
8132
+ dragStep: OptionType<import("@elaraai/east").VariantType<{
8133
+ minutes: FloatType;
8134
+ hours: FloatType;
8135
+ days: FloatType;
8136
+ weeks: FloatType;
8137
+ months: FloatType;
8138
+ }>>;
8139
+ durationStep: OptionType<import("@elaraai/east").VariantType<{
8140
+ minutes: FloatType;
8141
+ hours: FloatType;
8142
+ days: FloatType;
8143
+ weeks: FloatType;
8144
+ months: FloatType;
8145
+ }>>;
8146
+ onCellClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8147
+ rowIndex: import("@elaraai/east").IntegerType;
8148
+ columnKey: StringType;
8149
+ cellValue: import("@elaraai/east").VariantType<{
8150
+ Boolean: BooleanType;
8151
+ Integer: import("@elaraai/east").IntegerType;
8152
+ Float: FloatType;
8153
+ String: StringType;
8154
+ DateTime: import("@elaraai/east").DateTimeType;
8155
+ }>;
8156
+ }>], import("@elaraai/east").NullType>>;
8157
+ onCellDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8158
+ rowIndex: import("@elaraai/east").IntegerType;
8159
+ columnKey: StringType;
8160
+ cellValue: import("@elaraai/east").VariantType<{
8161
+ Boolean: BooleanType;
8162
+ Integer: import("@elaraai/east").IntegerType;
8163
+ Float: FloatType;
8164
+ String: StringType;
8165
+ DateTime: import("@elaraai/east").DateTimeType;
8166
+ }>;
8167
+ }>], import("@elaraai/east").NullType>>;
8168
+ onRowClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8169
+ rowIndex: import("@elaraai/east").IntegerType;
8170
+ }>], import("@elaraai/east").NullType>>;
8171
+ onRowDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8172
+ rowIndex: import("@elaraai/east").IntegerType;
8173
+ }>], import("@elaraai/east").NullType>>;
8174
+ onSortChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8175
+ columnKey: StringType;
8176
+ sortIndex: import("@elaraai/east").IntegerType;
8177
+ sortDirection: import("@elaraai/east").VariantType<{
8178
+ asc: import("@elaraai/east").NullType;
8179
+ desc: import("@elaraai/east").NullType;
8180
+ }>;
8181
+ }>], import("@elaraai/east").NullType>>;
8182
+ onTaskClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8183
+ rowIndex: import("@elaraai/east").IntegerType;
8184
+ taskIndex: import("@elaraai/east").IntegerType;
8185
+ taskStart: import("@elaraai/east").DateTimeType;
8186
+ taskEnd: import("@elaraai/east").DateTimeType;
8187
+ }>], import("@elaraai/east").NullType>>;
8188
+ onTaskDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8189
+ rowIndex: import("@elaraai/east").IntegerType;
8190
+ taskIndex: import("@elaraai/east").IntegerType;
8191
+ taskStart: import("@elaraai/east").DateTimeType;
8192
+ taskEnd: import("@elaraai/east").DateTimeType;
8193
+ }>], import("@elaraai/east").NullType>>;
8194
+ onTaskDrag: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8195
+ rowIndex: import("@elaraai/east").IntegerType;
8196
+ taskIndex: import("@elaraai/east").IntegerType;
8197
+ previousStart: import("@elaraai/east").DateTimeType;
8198
+ previousEnd: import("@elaraai/east").DateTimeType;
8199
+ newStart: import("@elaraai/east").DateTimeType;
8200
+ newEnd: import("@elaraai/east").DateTimeType;
8201
+ }>], import("@elaraai/east").NullType>>;
8202
+ onTaskDurationChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8203
+ rowIndex: import("@elaraai/east").IntegerType;
8204
+ taskIndex: import("@elaraai/east").IntegerType;
8205
+ previousEnd: import("@elaraai/east").DateTimeType;
8206
+ newEnd: import("@elaraai/east").DateTimeType;
8207
+ }>], import("@elaraai/east").NullType>>;
8208
+ onTaskProgressChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8209
+ rowIndex: import("@elaraai/east").IntegerType;
8210
+ taskIndex: import("@elaraai/east").IntegerType;
8211
+ previousProgress: FloatType;
8212
+ newProgress: FloatType;
8213
+ }>], import("@elaraai/east").NullType>>;
8214
+ onMilestoneClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8215
+ rowIndex: import("@elaraai/east").IntegerType;
8216
+ milestoneIndex: import("@elaraai/east").IntegerType;
8217
+ milestoneDate: import("@elaraai/east").DateTimeType;
8218
+ }>], import("@elaraai/east").NullType>>;
8219
+ onMilestoneDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8220
+ rowIndex: import("@elaraai/east").IntegerType;
8221
+ milestoneIndex: import("@elaraai/east").IntegerType;
8222
+ milestoneDate: import("@elaraai/east").DateTimeType;
8223
+ }>], import("@elaraai/east").NullType>>;
8224
+ onMilestoneDrag: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8225
+ rowIndex: import("@elaraai/east").IntegerType;
8226
+ milestoneIndex: import("@elaraai/east").IntegerType;
8227
+ previousDate: import("@elaraai/east").DateTimeType;
8228
+ newDate: import("@elaraai/east").DateTimeType;
8229
+ }>], import("@elaraai/east").NullType>>;
6916
8230
  }>>;
6917
8231
  }>;
6918
8232
  Accordion: StructType<{
@@ -6930,6 +8244,7 @@ export declare const SplitterType: StructType<{
6930
8244
  plain: import("@elaraai/east").NullType;
6931
8245
  subtle: import("@elaraai/east").NullType;
6932
8246
  }>>;
8247
+ onValueChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
6933
8248
  }>>;
6934
8249
  }>;
6935
8250
  Carousel: StructType<{
@@ -6950,6 +8265,7 @@ export declare const SplitterType: StructType<{
6950
8265
  }>>;
6951
8266
  spacing: OptionType<StringType>;
6952
8267
  padding: OptionType<StringType>;
8268
+ onIndexChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
6953
8269
  }>>;
6954
8270
  }>;
6955
8271
  Tabs: StructType<{
@@ -7002,6 +8318,7 @@ export declare const SplitterType: StructType<{
7002
8318
  purple: import("@elaraai/east").NullType;
7003
8319
  pink: import("@elaraai/east").NullType;
7004
8320
  }>>;
8321
+ onValueChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
7005
8322
  }>>;
7006
8323
  }>;
7007
8324
  Tooltip: StructType<{
@@ -7084,6 +8401,10 @@ export declare const SplitterType: StructType<{
7084
8401
  dialog: import("@elaraai/east").NullType;
7085
8402
  alertdialog: import("@elaraai/east").NullType;
7086
8403
  }>>;
8404
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
8405
+ onExitComplete: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
8406
+ onEscapeKeyDown: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
8407
+ onInteractOutside: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
7087
8408
  }>>;
7088
8409
  }>;
7089
8410
  Drawer: StructType<{
@@ -7107,6 +8428,8 @@ export declare const SplitterType: StructType<{
7107
8428
  bottom: import("@elaraai/east").NullType;
7108
8429
  }>>;
7109
8430
  contained: OptionType<BooleanType>;
8431
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
8432
+ onExitComplete: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
7110
8433
  }>>;
7111
8434
  }>;
7112
8435
  Popover: StructType<{
@@ -7137,6 +8460,7 @@ export declare const SplitterType: StructType<{
7137
8460
  }>>;
7138
8461
  hasArrow: OptionType<BooleanType>;
7139
8462
  gutter: OptionType<import("@elaraai/east").IntegerType>;
8463
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
7140
8464
  }>>;
7141
8465
  }>;
7142
8466
  HoverCard: StructType<{
@@ -7166,6 +8490,7 @@ export declare const SplitterType: StructType<{
7166
8490
  hasArrow: OptionType<BooleanType>;
7167
8491
  openDelay: OptionType<import("@elaraai/east").IntegerType>;
7168
8492
  closeDelay: OptionType<import("@elaraai/east").IntegerType>;
8493
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
7169
8494
  }>>;
7170
8495
  }>;
7171
8496
  ActionBar: StructType<{
@@ -7179,7 +8504,10 @@ export declare const SplitterType: StructType<{
7179
8504
  }>>;
7180
8505
  selectionCount: OptionType<import("@elaraai/east").IntegerType>;
7181
8506
  selectionLabel: OptionType<StringType>;
7182
- style: OptionType<StructType<{}>>;
8507
+ style: OptionType<StructType<{
8508
+ onSelect: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
8509
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
8510
+ }>>;
7183
8511
  }>;
7184
8512
  ToggleTip: StructType<{
7185
8513
  trigger: import("@elaraai/east").RecursiveTypeMarker;
@@ -7200,8 +8528,12 @@ export declare const SplitterType: StructType<{
7200
8528
  "right-end": import("@elaraai/east").NullType;
7201
8529
  }>>;
7202
8530
  hasArrow: OptionType<BooleanType>;
8531
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
7203
8532
  }>>;
7204
8533
  }>;
8534
+ ReactiveComponent: StructType<{
8535
+ render: import("@elaraai/east").FunctionType<[], import("@elaraai/east").RecursiveTypeMarker>;
8536
+ }>;
7205
8537
  }>>;
7206
8538
  minSize: OptionType<FloatType>;
7207
8539
  maxSize: OptionType<FloatType>;
@@ -7214,6 +8546,13 @@ export declare const SplitterType: StructType<{
7214
8546
  horizontal: import("@elaraai/east").NullType;
7215
8547
  vertical: import("@elaraai/east").NullType;
7216
8548
  }>>;
8549
+ onResize: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8550
+ size: ArrayType<FloatType>;
8551
+ }>], import("@elaraai/east").NullType>>;
8552
+ onResizeStart: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
8553
+ onResizeEnd: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8554
+ size: ArrayType<FloatType>;
8555
+ }>], import("@elaraai/east").NullType>>;
7217
8556
  }>>;
7218
8557
  }>;
7219
8558
  /**
@@ -7233,33 +8572,19 @@ export type SplitterType = typeof SplitterType;
7233
8572
  *
7234
8573
  * @example
7235
8574
  * ```ts
7236
- * import { Splitter, Box } from "@elaraai/east-ui";
8575
+ * import { East } from "@elaraai/east";
8576
+ * import { Splitter, Text, UIComponentType } from "@elaraai/east-ui";
7237
8577
  *
7238
- * // Simple panel
7239
- * const panel = Splitter.Panel(
7240
- * variant("Box", sidebarContent),
7241
- * { id: "sidebar" }
7242
- * );
7243
- *
7244
- * // Panel with size constraints
7245
- * const constrainedPanel = Splitter.Panel(
7246
- * variant("Box", mainContent),
7247
- * {
7248
- * id: "main",
7249
- * minSize: 50,
7250
- * maxSize: 80,
7251
- * }
7252
- * );
7253
- *
7254
- * // Collapsible panel
7255
- * const collapsiblePanel = Splitter.Panel(
7256
- * variant("Box", terminal),
7257
- * {
7258
- * id: "terminal",
7259
- * collapsible: true,
7260
- * defaultCollapsed: false,
7261
- * }
7262
- * );
8578
+ * const example = East.function([], UIComponentType, $ => {
8579
+ * return Splitter.Root(
8580
+ * [
8581
+ * Splitter.Panel(Text.Root("Sidebar"), { id: "sidebar", minSize: 20 }),
8582
+ * Splitter.Panel(Text.Root("Main"), { id: "main", collapsible: true }),
8583
+ * ],
8584
+ * [30.0, 70.0],
8585
+ * { orientation: "horizontal" }
8586
+ * );
8587
+ * });
7263
8588
  * ```
7264
8589
  */
7265
8590
  declare function SplitterPanel(content: SubtypeExprOrValue<UIComponentType>, config: SplitterPanelStyle): ExprType<SplitterPanelType>;
@@ -7278,28 +8603,19 @@ declare function SplitterPanel(content: SubtypeExprOrValue<UIComponentType>, con
7278
8603
  *
7279
8604
  * @example
7280
8605
  * ```ts
7281
- * import { Splitter, Box, Style } from "@elaraai/east-ui";
7282
- * import { East, variant, ArrayType } from "@elaraai/east";
8606
+ * import { East } from "@elaraai/east";
8607
+ * import { Splitter, Text, UIComponentType } from "@elaraai/east-ui";
7283
8608
  *
7284
- * // Horizontal splitter (left/right)
7285
- * const horizontalSplitter = Splitter.Root(
7286
- * East.value([
7287
- * Splitter.Panel(variant("Box", sidebar), { id: "sidebar", minSize: 20 }),
7288
- * Splitter.Panel(variant("Box", main), { id: "main", minSize: 50 }),
7289
- * ], ArrayType(SplitterPanelType)),
7290
- * East.value([30, 70], ArrayType(FloatType)),
7291
- * { orientation: Style.Orientation("horizontal") }
7292
- * );
7293
- *
7294
- * // Vertical splitter (top/bottom)
7295
- * const verticalSplitter = Splitter.Root(
7296
- * East.value([
7297
- * Splitter.Panel(variant("Box", editor), { id: "editor" }),
7298
- * Splitter.Panel(variant("Box", terminal), { id: "terminal", collapsible: true }),
7299
- * ], ArrayType(SplitterPanelType)),
7300
- * East.value([60, 40], ArrayType(FloatType)),
7301
- * { orientation: Style.Orientation("vertical") }
7302
- * );
8609
+ * const example = East.function([], UIComponentType, $ => {
8610
+ * return Splitter.Root(
8611
+ * [
8612
+ * Splitter.Panel(Text.Root("Left Panel"), { id: "left" }),
8613
+ * Splitter.Panel(Text.Root("Right Panel"), { id: "right" }),
8614
+ * ],
8615
+ * [50.0, 50.0],
8616
+ * { orientation: "horizontal" }
8617
+ * );
8618
+ * });
7303
8619
  * ```
7304
8620
  */
7305
8621
  declare function SplitterRoot(panels: SubtypeExprOrValue<ArrayType<SplitterPanelType>>, defaultSize: SubtypeExprOrValue<ArrayType<FloatType>>, style?: SplitterStyle): ExprType<UIComponentType>;
@@ -7308,30 +8624,7 @@ declare function SplitterRoot(panels: SubtypeExprOrValue<ArrayType<SplitterPanel
7308
8624
  *
7309
8625
  * @remarks
7310
8626
  * Splitter provides resizable panels separated by draggable dividers.
7311
- * Use Splitter.Root to create the container and Splitter.Panel for each section.
7312
- *
7313
- * @example
7314
- * ```ts
7315
- * import { Splitter, Box, Style } from "@elaraai/east-ui";
7316
- * import { East, variant, ArrayType, FloatType } from "@elaraai/east";
7317
- *
7318
- * // Two-panel horizontal layout
7319
- * const layout = Splitter.Root(
7320
- * East.value([
7321
- * Splitter.Panel(variant("Box", sidebar), {
7322
- * id: "sidebar",
7323
- * minSize: 15,
7324
- * collapsible: true,
7325
- * }),
7326
- * Splitter.Panel(variant("Box", mainContent), {
7327
- * id: "main",
7328
- * minSize: 50,
7329
- * }),
7330
- * ], ArrayType(SplitterPanelType)),
7331
- * East.value([25, 75], ArrayType(FloatType)),
7332
- * { orientation: Style.Orientation("horizontal") }
7333
- * );
7334
- * ```
8627
+ * Use `Splitter.Root(panels, defaultSize, style)` to create the container and `Splitter.Panel(content, config)` for each section.
7335
8628
  */
7336
8629
  export declare const Splitter: {
7337
8630
  /**
@@ -7576,6 +8869,7 @@ export declare const Splitter: {
7576
8869
  highlightLines: OptionType<ArrayType<import("@elaraai/east").IntegerType>>;
7577
8870
  maxHeight: OptionType<StringType>;
7578
8871
  showCopyButton: OptionType<BooleanType>;
8872
+ wordWrap: OptionType<BooleanType>;
7579
8873
  title: OptionType<StringType>;
7580
8874
  }>;
7581
8875
  Button: StructType<{
@@ -7607,6 +8901,7 @@ export declare const Splitter: {
7607
8901
  }>>;
7608
8902
  loading: OptionType<BooleanType>;
7609
8903
  disabled: OptionType<BooleanType>;
8904
+ onClick: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
7610
8905
  }>>;
7611
8906
  }>;
7612
8907
  IconButton: StructType<{
@@ -7639,6 +8934,7 @@ export declare const Splitter: {
7639
8934
  }>>;
7640
8935
  loading: OptionType<BooleanType>;
7641
8936
  disabled: OptionType<BooleanType>;
8937
+ onClick: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
7642
8938
  }>>;
7643
8939
  }>;
7644
8940
  Box: StructType<{
@@ -7656,6 +8952,28 @@ export declare const Splitter: {
7656
8952
  }>>;
7657
8953
  width: OptionType<StringType>;
7658
8954
  height: OptionType<StringType>;
8955
+ minHeight: OptionType<StringType>;
8956
+ minWidth: OptionType<StringType>;
8957
+ maxHeight: OptionType<StringType>;
8958
+ maxWidth: OptionType<StringType>;
8959
+ overflow: OptionType<import("@elaraai/east").VariantType<{
8960
+ visible: import("@elaraai/east").NullType;
8961
+ hidden: import("@elaraai/east").NullType;
8962
+ scroll: import("@elaraai/east").NullType;
8963
+ auto: import("@elaraai/east").NullType;
8964
+ }>>;
8965
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
8966
+ visible: import("@elaraai/east").NullType;
8967
+ hidden: import("@elaraai/east").NullType;
8968
+ scroll: import("@elaraai/east").NullType;
8969
+ auto: import("@elaraai/east").NullType;
8970
+ }>>;
8971
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
8972
+ visible: import("@elaraai/east").NullType;
8973
+ hidden: import("@elaraai/east").NullType;
8974
+ scroll: import("@elaraai/east").NullType;
8975
+ auto: import("@elaraai/east").NullType;
8976
+ }>>;
7659
8977
  padding: OptionType<StructType<{
7660
8978
  top: OptionType<StringType>;
7661
8979
  right: OptionType<StringType>;
@@ -7695,6 +9013,77 @@ export declare const Splitter: {
7695
9013
  gap: OptionType<StringType>;
7696
9014
  }>>;
7697
9015
  }>;
9016
+ Flex: StructType<{
9017
+ children: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
9018
+ style: OptionType<StructType<{
9019
+ direction: OptionType<import("@elaraai/east").VariantType<{
9020
+ row: import("@elaraai/east").NullType;
9021
+ column: import("@elaraai/east").NullType;
9022
+ "row-reverse": import("@elaraai/east").NullType;
9023
+ "column-reverse": import("@elaraai/east").NullType;
9024
+ }>>;
9025
+ wrap: OptionType<import("@elaraai/east").VariantType<{
9026
+ nowrap: import("@elaraai/east").NullType;
9027
+ wrap: import("@elaraai/east").NullType;
9028
+ "wrap-reverse": import("@elaraai/east").NullType;
9029
+ }>>;
9030
+ justifyContent: OptionType<import("@elaraai/east").VariantType<{
9031
+ "flex-start": import("@elaraai/east").NullType;
9032
+ "flex-end": import("@elaraai/east").NullType;
9033
+ center: import("@elaraai/east").NullType;
9034
+ "space-between": import("@elaraai/east").NullType;
9035
+ "space-around": import("@elaraai/east").NullType;
9036
+ "space-evenly": import("@elaraai/east").NullType;
9037
+ }>>;
9038
+ alignItems: OptionType<import("@elaraai/east").VariantType<{
9039
+ "flex-start": import("@elaraai/east").NullType;
9040
+ "flex-end": import("@elaraai/east").NullType;
9041
+ center: import("@elaraai/east").NullType;
9042
+ baseline: import("@elaraai/east").NullType;
9043
+ stretch: import("@elaraai/east").NullType;
9044
+ }>>;
9045
+ gap: OptionType<StringType>;
9046
+ width: OptionType<StringType>;
9047
+ height: OptionType<StringType>;
9048
+ minHeight: OptionType<StringType>;
9049
+ minWidth: OptionType<StringType>;
9050
+ maxHeight: OptionType<StringType>;
9051
+ maxWidth: OptionType<StringType>;
9052
+ overflow: OptionType<import("@elaraai/east").VariantType<{
9053
+ visible: import("@elaraai/east").NullType;
9054
+ hidden: import("@elaraai/east").NullType;
9055
+ scroll: import("@elaraai/east").NullType;
9056
+ auto: import("@elaraai/east").NullType;
9057
+ }>>;
9058
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
9059
+ visible: import("@elaraai/east").NullType;
9060
+ hidden: import("@elaraai/east").NullType;
9061
+ scroll: import("@elaraai/east").NullType;
9062
+ auto: import("@elaraai/east").NullType;
9063
+ }>>;
9064
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
9065
+ visible: import("@elaraai/east").NullType;
9066
+ hidden: import("@elaraai/east").NullType;
9067
+ scroll: import("@elaraai/east").NullType;
9068
+ auto: import("@elaraai/east").NullType;
9069
+ }>>;
9070
+ padding: OptionType<StructType<{
9071
+ top: OptionType<StringType>;
9072
+ right: OptionType<StringType>;
9073
+ bottom: OptionType<StringType>;
9074
+ left: OptionType<StringType>;
9075
+ }>>;
9076
+ margin: OptionType<StructType<{
9077
+ top: OptionType<StringType>;
9078
+ right: OptionType<StringType>;
9079
+ bottom: OptionType<StringType>;
9080
+ left: OptionType<StringType>;
9081
+ }>>;
9082
+ background: OptionType<StringType>;
9083
+ color: OptionType<StringType>;
9084
+ borderRadius: OptionType<StringType>;
9085
+ }>>;
9086
+ }>;
7698
9087
  Stack: StructType<{
7699
9088
  children: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
7700
9089
  style: OptionType<StructType<{
@@ -7740,6 +9129,28 @@ export declare const Splitter: {
7740
9129
  background: OptionType<StringType>;
7741
9130
  width: OptionType<StringType>;
7742
9131
  height: OptionType<StringType>;
9132
+ minHeight: OptionType<StringType>;
9133
+ minWidth: OptionType<StringType>;
9134
+ maxHeight: OptionType<StringType>;
9135
+ maxWidth: OptionType<StringType>;
9136
+ overflow: OptionType<import("@elaraai/east").VariantType<{
9137
+ visible: import("@elaraai/east").NullType;
9138
+ hidden: import("@elaraai/east").NullType;
9139
+ scroll: import("@elaraai/east").NullType;
9140
+ auto: import("@elaraai/east").NullType;
9141
+ }>>;
9142
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
9143
+ visible: import("@elaraai/east").NullType;
9144
+ hidden: import("@elaraai/east").NullType;
9145
+ scroll: import("@elaraai/east").NullType;
9146
+ auto: import("@elaraai/east").NullType;
9147
+ }>>;
9148
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
9149
+ visible: import("@elaraai/east").NullType;
9150
+ hidden: import("@elaraai/east").NullType;
9151
+ scroll: import("@elaraai/east").NullType;
9152
+ auto: import("@elaraai/east").NullType;
9153
+ }>>;
7743
9154
  }>>;
7744
9155
  }>;
7745
9156
  Separator: StructType<{
@@ -7834,6 +9245,13 @@ export declare const Splitter: {
7834
9245
  horizontal: import("@elaraai/east").NullType;
7835
9246
  vertical: import("@elaraai/east").NullType;
7836
9247
  }>>;
9248
+ onResize: OptionType<import("@elaraai/east").FunctionType<[StructType<{
9249
+ size: ArrayType<FloatType>;
9250
+ }>], import("@elaraai/east").NullType>>;
9251
+ onResizeStart: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9252
+ onResizeEnd: OptionType<import("@elaraai/east").FunctionType<[StructType<{
9253
+ size: ArrayType<FloatType>;
9254
+ }>], import("@elaraai/east").NullType>>;
7837
9255
  }>>;
7838
9256
  }>;
7839
9257
  StringInput: StructType<{
@@ -7853,6 +9271,9 @@ export declare const Splitter: {
7853
9271
  maxLength: OptionType<import("@elaraai/east").IntegerType>;
7854
9272
  pattern: OptionType<StringType>;
7855
9273
  disabled: OptionType<BooleanType>;
9274
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
9275
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9276
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
7856
9277
  }>;
7857
9278
  IntegerInput: StructType<{
7858
9279
  value: import("@elaraai/east").IntegerType;
@@ -7871,6 +9292,9 @@ export declare const Splitter: {
7871
9292
  lg: import("@elaraai/east").NullType;
7872
9293
  }>>;
7873
9294
  disabled: OptionType<BooleanType>;
9295
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
9296
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9297
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
7874
9298
  }>;
7875
9299
  FloatInput: StructType<{
7876
9300
  value: FloatType;
@@ -7890,13 +9314,44 @@ export declare const Splitter: {
7890
9314
  lg: import("@elaraai/east").NullType;
7891
9315
  }>>;
7892
9316
  disabled: OptionType<BooleanType>;
9317
+ onChange: OptionType<import("@elaraai/east").FunctionType<[FloatType], import("@elaraai/east").NullType>>;
9318
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9319
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
7893
9320
  }>;
7894
9321
  DateTimeInput: StructType<{
7895
9322
  value: import("@elaraai/east").DateTimeType;
7896
9323
  min: OptionType<import("@elaraai/east").DateTimeType>;
7897
9324
  max: OptionType<import("@elaraai/east").DateTimeType>;
7898
- showTime: OptionType<BooleanType>;
7899
- format: OptionType<StringType>;
9325
+ precision: OptionType<import("@elaraai/east").VariantType<{
9326
+ date: import("@elaraai/east").NullType;
9327
+ time: import("@elaraai/east").NullType;
9328
+ datetime: import("@elaraai/east").NullType;
9329
+ }>>;
9330
+ format: OptionType<ArrayType<import("@elaraai/east").VariantType<{
9331
+ literal: StringType;
9332
+ year4: import("@elaraai/east").NullType;
9333
+ year2: import("@elaraai/east").NullType;
9334
+ month1: import("@elaraai/east").NullType;
9335
+ month2: import("@elaraai/east").NullType;
9336
+ monthNameShort: import("@elaraai/east").NullType;
9337
+ monthNameFull: import("@elaraai/east").NullType;
9338
+ day1: import("@elaraai/east").NullType;
9339
+ day2: import("@elaraai/east").NullType;
9340
+ weekdayNameMin: import("@elaraai/east").NullType;
9341
+ weekdayNameShort: import("@elaraai/east").NullType;
9342
+ weekdayNameFull: import("@elaraai/east").NullType;
9343
+ hour24_1: import("@elaraai/east").NullType;
9344
+ hour24_2: import("@elaraai/east").NullType;
9345
+ hour12_1: import("@elaraai/east").NullType;
9346
+ hour12_2: import("@elaraai/east").NullType;
9347
+ minute1: import("@elaraai/east").NullType;
9348
+ minute2: import("@elaraai/east").NullType;
9349
+ second1: import("@elaraai/east").NullType;
9350
+ second2: import("@elaraai/east").NullType;
9351
+ millisecond3: import("@elaraai/east").NullType;
9352
+ ampmUpper: import("@elaraai/east").NullType;
9353
+ ampmLower: import("@elaraai/east").NullType;
9354
+ }>>>;
7900
9355
  variant: OptionType<import("@elaraai/east").VariantType<{
7901
9356
  outline: import("@elaraai/east").NullType;
7902
9357
  subtle: import("@elaraai/east").NullType;
@@ -7909,6 +9364,9 @@ export declare const Splitter: {
7909
9364
  lg: import("@elaraai/east").NullType;
7910
9365
  }>>;
7911
9366
  disabled: OptionType<BooleanType>;
9367
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").DateTimeType], import("@elaraai/east").NullType>>;
9368
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9369
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
7912
9370
  }>;
7913
9371
  Checkbox: StructType<{
7914
9372
  checked: BooleanType;
@@ -7933,6 +9391,7 @@ export declare const Splitter: {
7933
9391
  md: import("@elaraai/east").NullType;
7934
9392
  lg: import("@elaraai/east").NullType;
7935
9393
  }>>;
9394
+ onChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
7936
9395
  }>;
7937
9396
  Switch: StructType<{
7938
9397
  checked: BooleanType;
@@ -7956,6 +9415,7 @@ export declare const Splitter: {
7956
9415
  md: import("@elaraai/east").NullType;
7957
9416
  lg: import("@elaraai/east").NullType;
7958
9417
  }>>;
9418
+ onChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
7959
9419
  }>;
7960
9420
  Select: StructType<{
7961
9421
  value: OptionType<StringType>;
@@ -7973,6 +9433,9 @@ export declare const Splitter: {
7973
9433
  md: import("@elaraai/east").NullType;
7974
9434
  lg: import("@elaraai/east").NullType;
7975
9435
  }>>;
9436
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
9437
+ onChangeMultiple: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
9438
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
7976
9439
  }>;
7977
9440
  Slider: StructType<{
7978
9441
  value: FloatType;
@@ -8006,6 +9469,8 @@ export declare const Splitter: {
8006
9469
  subtle: import("@elaraai/east").NullType;
8007
9470
  }>>;
8008
9471
  disabled: OptionType<BooleanType>;
9472
+ onChange: OptionType<import("@elaraai/east").FunctionType<[FloatType], import("@elaraai/east").NullType>>;
9473
+ onChangeEnd: OptionType<import("@elaraai/east").FunctionType<[FloatType], import("@elaraai/east").NullType>>;
8009
9474
  }>;
8010
9475
  FileUpload: StructType<{
8011
9476
  accept: OptionType<StringType>;
@@ -8024,31 +9489,358 @@ export declare const Splitter: {
8024
9489
  label: OptionType<StringType>;
8025
9490
  dropzoneText: OptionType<StringType>;
8026
9491
  triggerText: OptionType<StringType>;
9492
+ onFileAccept: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
9493
+ name: StringType;
9494
+ size: import("@elaraai/east").IntegerType;
9495
+ type: StringType;
9496
+ }>>], import("@elaraai/east").NullType>>;
9497
+ onFileReject: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
9498
+ file: StructType<{
9499
+ name: StringType;
9500
+ size: import("@elaraai/east").IntegerType;
9501
+ type: StringType;
9502
+ }>;
9503
+ errors: ArrayType<StringType>;
9504
+ }>>], import("@elaraai/east").NullType>>;
8027
9505
  }>;
8028
9506
  Field: StructType<{
8029
9507
  label: StringType;
8030
- control: import("@elaraai/east").RecursiveTypeMarker;
9508
+ control: import("@elaraai/east").VariantType<{
9509
+ Checkbox: StructType<{
9510
+ checked: BooleanType;
9511
+ label: OptionType<StringType>;
9512
+ indeterminate: OptionType<BooleanType>;
9513
+ disabled: OptionType<BooleanType>;
9514
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
9515
+ gray: import("@elaraai/east").NullType;
9516
+ red: import("@elaraai/east").NullType;
9517
+ orange: import("@elaraai/east").NullType;
9518
+ yellow: import("@elaraai/east").NullType;
9519
+ green: import("@elaraai/east").NullType;
9520
+ teal: import("@elaraai/east").NullType;
9521
+ blue: import("@elaraai/east").NullType;
9522
+ cyan: import("@elaraai/east").NullType;
9523
+ purple: import("@elaraai/east").NullType;
9524
+ pink: import("@elaraai/east").NullType;
9525
+ }>>;
9526
+ size: OptionType<import("@elaraai/east").VariantType<{
9527
+ xs: import("@elaraai/east").NullType;
9528
+ sm: import("@elaraai/east").NullType;
9529
+ md: import("@elaraai/east").NullType;
9530
+ lg: import("@elaraai/east").NullType;
9531
+ }>>;
9532
+ onChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
9533
+ }>;
9534
+ StringInput: StructType<{
9535
+ value: StringType;
9536
+ placeholder: OptionType<StringType>;
9537
+ variant: OptionType<import("@elaraai/east").VariantType<{
9538
+ outline: import("@elaraai/east").NullType;
9539
+ subtle: import("@elaraai/east").NullType;
9540
+ flushed: import("@elaraai/east").NullType;
9541
+ }>>;
9542
+ size: OptionType<import("@elaraai/east").VariantType<{
9543
+ xs: import("@elaraai/east").NullType;
9544
+ sm: import("@elaraai/east").NullType;
9545
+ md: import("@elaraai/east").NullType;
9546
+ lg: import("@elaraai/east").NullType;
9547
+ }>>;
9548
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
9549
+ pattern: OptionType<StringType>;
9550
+ disabled: OptionType<BooleanType>;
9551
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
9552
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9553
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9554
+ }>;
9555
+ IntegerInput: StructType<{
9556
+ value: import("@elaraai/east").IntegerType;
9557
+ min: OptionType<import("@elaraai/east").IntegerType>;
9558
+ max: OptionType<import("@elaraai/east").IntegerType>;
9559
+ step: OptionType<import("@elaraai/east").IntegerType>;
9560
+ variant: OptionType<import("@elaraai/east").VariantType<{
9561
+ outline: import("@elaraai/east").NullType;
9562
+ subtle: import("@elaraai/east").NullType;
9563
+ flushed: import("@elaraai/east").NullType;
9564
+ }>>;
9565
+ size: OptionType<import("@elaraai/east").VariantType<{
9566
+ xs: import("@elaraai/east").NullType;
9567
+ sm: import("@elaraai/east").NullType;
9568
+ md: import("@elaraai/east").NullType;
9569
+ lg: import("@elaraai/east").NullType;
9570
+ }>>;
9571
+ disabled: OptionType<BooleanType>;
9572
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
9573
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9574
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9575
+ }>;
9576
+ FloatInput: StructType<{
9577
+ value: FloatType;
9578
+ min: OptionType<FloatType>;
9579
+ max: OptionType<FloatType>;
9580
+ step: OptionType<FloatType>;
9581
+ precision: OptionType<import("@elaraai/east").IntegerType>;
9582
+ variant: OptionType<import("@elaraai/east").VariantType<{
9583
+ outline: import("@elaraai/east").NullType;
9584
+ subtle: import("@elaraai/east").NullType;
9585
+ flushed: import("@elaraai/east").NullType;
9586
+ }>>;
9587
+ size: OptionType<import("@elaraai/east").VariantType<{
9588
+ xs: import("@elaraai/east").NullType;
9589
+ sm: import("@elaraai/east").NullType;
9590
+ md: import("@elaraai/east").NullType;
9591
+ lg: import("@elaraai/east").NullType;
9592
+ }>>;
9593
+ disabled: OptionType<BooleanType>;
9594
+ onChange: OptionType<import("@elaraai/east").FunctionType<[FloatType], import("@elaraai/east").NullType>>;
9595
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9596
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9597
+ }>;
9598
+ DateTimeInput: StructType<{
9599
+ value: import("@elaraai/east").DateTimeType;
9600
+ min: OptionType<import("@elaraai/east").DateTimeType>;
9601
+ max: OptionType<import("@elaraai/east").DateTimeType>;
9602
+ precision: OptionType<import("@elaraai/east").VariantType<{
9603
+ date: import("@elaraai/east").NullType;
9604
+ time: import("@elaraai/east").NullType;
9605
+ datetime: import("@elaraai/east").NullType;
9606
+ }>>;
9607
+ format: OptionType<ArrayType<import("@elaraai/east").VariantType<{
9608
+ literal: StringType;
9609
+ year4: import("@elaraai/east").NullType;
9610
+ year2: import("@elaraai/east").NullType;
9611
+ month1: import("@elaraai/east").NullType;
9612
+ month2: import("@elaraai/east").NullType;
9613
+ monthNameShort: import("@elaraai/east").NullType;
9614
+ monthNameFull: import("@elaraai/east").NullType;
9615
+ day1: import("@elaraai/east").NullType;
9616
+ day2: import("@elaraai/east").NullType;
9617
+ weekdayNameMin: import("@elaraai/east").NullType;
9618
+ weekdayNameShort: import("@elaraai/east").NullType;
9619
+ weekdayNameFull: import("@elaraai/east").NullType;
9620
+ hour24_1: import("@elaraai/east").NullType;
9621
+ hour24_2: import("@elaraai/east").NullType;
9622
+ hour12_1: import("@elaraai/east").NullType;
9623
+ hour12_2: import("@elaraai/east").NullType;
9624
+ minute1: import("@elaraai/east").NullType;
9625
+ minute2: import("@elaraai/east").NullType;
9626
+ second1: import("@elaraai/east").NullType;
9627
+ second2: import("@elaraai/east").NullType;
9628
+ millisecond3: import("@elaraai/east").NullType;
9629
+ ampmUpper: import("@elaraai/east").NullType;
9630
+ ampmLower: import("@elaraai/east").NullType;
9631
+ }>>>;
9632
+ variant: OptionType<import("@elaraai/east").VariantType<{
9633
+ outline: import("@elaraai/east").NullType;
9634
+ subtle: import("@elaraai/east").NullType;
9635
+ flushed: import("@elaraai/east").NullType;
9636
+ }>>;
9637
+ size: OptionType<import("@elaraai/east").VariantType<{
9638
+ xs: import("@elaraai/east").NullType;
9639
+ sm: import("@elaraai/east").NullType;
9640
+ md: import("@elaraai/east").NullType;
9641
+ lg: import("@elaraai/east").NullType;
9642
+ }>>;
9643
+ disabled: OptionType<BooleanType>;
9644
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").DateTimeType], import("@elaraai/east").NullType>>;
9645
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9646
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9647
+ }>;
9648
+ FileUpload: StructType<{
9649
+ accept: OptionType<StringType>;
9650
+ maxFiles: OptionType<import("@elaraai/east").IntegerType>;
9651
+ maxFileSize: OptionType<import("@elaraai/east").IntegerType>;
9652
+ minFileSize: OptionType<import("@elaraai/east").IntegerType>;
9653
+ directory: OptionType<BooleanType>;
9654
+ disabled: OptionType<BooleanType>;
9655
+ required: OptionType<BooleanType>;
9656
+ allowDrop: OptionType<BooleanType>;
9657
+ capture: OptionType<import("@elaraai/east").VariantType<{
9658
+ user: import("@elaraai/east").NullType;
9659
+ environment: import("@elaraai/east").NullType;
9660
+ }>>;
9661
+ name: OptionType<StringType>;
9662
+ label: OptionType<StringType>;
9663
+ dropzoneText: OptionType<StringType>;
9664
+ triggerText: OptionType<StringType>;
9665
+ onFileAccept: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
9666
+ name: StringType;
9667
+ size: import("@elaraai/east").IntegerType;
9668
+ type: StringType;
9669
+ }>>], import("@elaraai/east").NullType>>;
9670
+ onFileReject: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
9671
+ file: StructType<{
9672
+ name: StringType;
9673
+ size: import("@elaraai/east").IntegerType;
9674
+ type: StringType;
9675
+ }>;
9676
+ errors: ArrayType<StringType>;
9677
+ }>>], import("@elaraai/east").NullType>>;
9678
+ }>;
9679
+ Select: StructType<{
9680
+ value: OptionType<StringType>;
9681
+ items: ArrayType<StructType<{
9682
+ value: StringType;
9683
+ label: StringType;
9684
+ disabled: OptionType<BooleanType>;
9685
+ }>>;
9686
+ placeholder: OptionType<StringType>;
9687
+ multiple: OptionType<BooleanType>;
9688
+ disabled: OptionType<BooleanType>;
9689
+ size: OptionType<import("@elaraai/east").VariantType<{
9690
+ xs: import("@elaraai/east").NullType;
9691
+ sm: import("@elaraai/east").NullType;
9692
+ md: import("@elaraai/east").NullType;
9693
+ lg: import("@elaraai/east").NullType;
9694
+ }>>;
9695
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
9696
+ onChangeMultiple: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
9697
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
9698
+ }>;
9699
+ Slider: StructType<{
9700
+ value: FloatType;
9701
+ min: OptionType<FloatType>;
9702
+ max: OptionType<FloatType>;
9703
+ step: OptionType<FloatType>;
9704
+ orientation: OptionType<import("@elaraai/east").VariantType<{
9705
+ horizontal: import("@elaraai/east").NullType;
9706
+ vertical: import("@elaraai/east").NullType;
9707
+ }>>;
9708
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
9709
+ gray: import("@elaraai/east").NullType;
9710
+ red: import("@elaraai/east").NullType;
9711
+ orange: import("@elaraai/east").NullType;
9712
+ yellow: import("@elaraai/east").NullType;
9713
+ green: import("@elaraai/east").NullType;
9714
+ teal: import("@elaraai/east").NullType;
9715
+ blue: import("@elaraai/east").NullType;
9716
+ cyan: import("@elaraai/east").NullType;
9717
+ purple: import("@elaraai/east").NullType;
9718
+ pink: import("@elaraai/east").NullType;
9719
+ }>>;
9720
+ size: OptionType<import("@elaraai/east").VariantType<{
9721
+ xs: import("@elaraai/east").NullType;
9722
+ sm: import("@elaraai/east").NullType;
9723
+ md: import("@elaraai/east").NullType;
9724
+ lg: import("@elaraai/east").NullType;
9725
+ }>>;
9726
+ variant: OptionType<import("@elaraai/east").VariantType<{
9727
+ outline: import("@elaraai/east").NullType;
9728
+ subtle: import("@elaraai/east").NullType;
9729
+ }>>;
9730
+ disabled: OptionType<BooleanType>;
9731
+ onChange: OptionType<import("@elaraai/east").FunctionType<[FloatType], import("@elaraai/east").NullType>>;
9732
+ onChangeEnd: OptionType<import("@elaraai/east").FunctionType<[FloatType], import("@elaraai/east").NullType>>;
9733
+ }>;
9734
+ Switch: StructType<{
9735
+ checked: BooleanType;
9736
+ label: OptionType<StringType>;
9737
+ disabled: OptionType<BooleanType>;
9738
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
9739
+ gray: import("@elaraai/east").NullType;
9740
+ red: import("@elaraai/east").NullType;
9741
+ orange: import("@elaraai/east").NullType;
9742
+ yellow: import("@elaraai/east").NullType;
9743
+ green: import("@elaraai/east").NullType;
9744
+ teal: import("@elaraai/east").NullType;
9745
+ blue: import("@elaraai/east").NullType;
9746
+ cyan: import("@elaraai/east").NullType;
9747
+ purple: import("@elaraai/east").NullType;
9748
+ pink: import("@elaraai/east").NullType;
9749
+ }>>;
9750
+ size: OptionType<import("@elaraai/east").VariantType<{
9751
+ xs: import("@elaraai/east").NullType;
9752
+ sm: import("@elaraai/east").NullType;
9753
+ md: import("@elaraai/east").NullType;
9754
+ lg: import("@elaraai/east").NullType;
9755
+ }>>;
9756
+ onChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
9757
+ }>;
9758
+ TagsInput: StructType<{
9759
+ value: ArrayType<StringType>;
9760
+ defaultValue: OptionType<ArrayType<StringType>>;
9761
+ max: OptionType<import("@elaraai/east").IntegerType>;
9762
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
9763
+ disabled: OptionType<BooleanType>;
9764
+ readOnly: OptionType<BooleanType>;
9765
+ invalid: OptionType<BooleanType>;
9766
+ editable: OptionType<BooleanType>;
9767
+ delimiter: OptionType<StringType>;
9768
+ addOnPaste: OptionType<BooleanType>;
9769
+ blurBehavior: OptionType<import("@elaraai/east").VariantType<{
9770
+ clear: import("@elaraai/east").NullType;
9771
+ add: import("@elaraai/east").NullType;
9772
+ }>>;
9773
+ allowOverflow: OptionType<BooleanType>;
9774
+ label: OptionType<StringType>;
9775
+ placeholder: OptionType<StringType>;
9776
+ size: OptionType<import("@elaraai/east").VariantType<{
9777
+ xs: import("@elaraai/east").NullType;
9778
+ sm: import("@elaraai/east").NullType;
9779
+ md: import("@elaraai/east").NullType;
9780
+ lg: import("@elaraai/east").NullType;
9781
+ }>>;
9782
+ variant: OptionType<import("@elaraai/east").VariantType<{
9783
+ outline: import("@elaraai/east").NullType;
9784
+ subtle: import("@elaraai/east").NullType;
9785
+ flushed: import("@elaraai/east").NullType;
9786
+ }>>;
9787
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
9788
+ gray: import("@elaraai/east").NullType;
9789
+ red: import("@elaraai/east").NullType;
9790
+ orange: import("@elaraai/east").NullType;
9791
+ yellow: import("@elaraai/east").NullType;
9792
+ green: import("@elaraai/east").NullType;
9793
+ teal: import("@elaraai/east").NullType;
9794
+ blue: import("@elaraai/east").NullType;
9795
+ cyan: import("@elaraai/east").NullType;
9796
+ purple: import("@elaraai/east").NullType;
9797
+ pink: import("@elaraai/east").NullType;
9798
+ }>>;
9799
+ onChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
9800
+ onInputChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
9801
+ onHighlightChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
9802
+ }>;
9803
+ Textarea: StructType<{
9804
+ value: StringType;
9805
+ placeholder: OptionType<StringType>;
9806
+ variant: OptionType<import("@elaraai/east").VariantType<{
9807
+ outline: import("@elaraai/east").NullType;
9808
+ subtle: import("@elaraai/east").NullType;
9809
+ flushed: import("@elaraai/east").NullType;
9810
+ }>>;
9811
+ size: OptionType<import("@elaraai/east").VariantType<{
9812
+ xs: import("@elaraai/east").NullType;
9813
+ sm: import("@elaraai/east").NullType;
9814
+ md: import("@elaraai/east").NullType;
9815
+ lg: import("@elaraai/east").NullType;
9816
+ }>>;
9817
+ resize: OptionType<import("@elaraai/east").VariantType<{
9818
+ none: import("@elaraai/east").NullType;
9819
+ vertical: import("@elaraai/east").NullType;
9820
+ horizontal: import("@elaraai/east").NullType;
9821
+ both: import("@elaraai/east").NullType;
9822
+ }>>;
9823
+ rows: OptionType<import("@elaraai/east").IntegerType>;
9824
+ disabled: OptionType<BooleanType>;
9825
+ readOnly: OptionType<BooleanType>;
9826
+ required: OptionType<BooleanType>;
9827
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
9828
+ autoresize: OptionType<BooleanType>;
9829
+ onValidate: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
9830
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
9831
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9832
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9833
+ }>;
9834
+ }>;
8031
9835
  helperText: OptionType<StringType>;
8032
9836
  errorText: OptionType<StringType>;
8033
9837
  required: OptionType<BooleanType>;
8034
9838
  disabled: OptionType<BooleanType>;
8035
9839
  invalid: OptionType<BooleanType>;
8036
9840
  readOnly: OptionType<BooleanType>;
8037
- }>;
8038
- Fieldset: StructType<{
8039
- legend: OptionType<StringType>;
8040
- helperText: OptionType<StringType>;
8041
- errorText: OptionType<StringType>;
8042
- content: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
8043
- disabled: OptionType<BooleanType>;
8044
- invalid: OptionType<BooleanType>;
8045
- style: OptionType<StructType<{
8046
- size: OptionType<import("@elaraai/east").VariantType<{
8047
- xs: import("@elaraai/east").NullType;
8048
- sm: import("@elaraai/east").NullType;
8049
- md: import("@elaraai/east").NullType;
8050
- lg: import("@elaraai/east").NullType;
8051
- }>>;
9841
+ orientation: OptionType<import("@elaraai/east").VariantType<{
9842
+ vertical: import("@elaraai/east").NullType;
9843
+ horizontal: import("@elaraai/east").NullType;
8052
9844
  }>>;
8053
9845
  }>;
8054
9846
  Textarea: StructType<{
@@ -8074,10 +9866,13 @@ export declare const Splitter: {
8074
9866
  rows: OptionType<import("@elaraai/east").IntegerType>;
8075
9867
  disabled: OptionType<BooleanType>;
8076
9868
  readOnly: OptionType<BooleanType>;
8077
- invalid: OptionType<BooleanType>;
8078
9869
  required: OptionType<BooleanType>;
8079
9870
  maxLength: OptionType<import("@elaraai/east").IntegerType>;
8080
9871
  autoresize: OptionType<BooleanType>;
9872
+ onValidate: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
9873
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
9874
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9875
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
8081
9876
  }>;
8082
9877
  TagsInput: StructType<{
8083
9878
  value: ArrayType<StringType>;
@@ -8120,6 +9915,9 @@ export declare const Splitter: {
8120
9915
  purple: import("@elaraai/east").NullType;
8121
9916
  pink: import("@elaraai/east").NullType;
8122
9917
  }>>;
9918
+ onChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
9919
+ onInputChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
9920
+ onHighlightChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
8123
9921
  }>;
8124
9922
  Progress: StructType<{
8125
9923
  value: FloatType;
@@ -8219,6 +10017,7 @@ export declare const Splitter: {
8219
10017
  xl: import("@elaraai/east").NullType;
8220
10018
  }>>;
8221
10019
  closable: OptionType<BooleanType>;
10020
+ onClose: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
8222
10021
  }>;
8223
10022
  Avatar: StructType<{
8224
10023
  src: OptionType<StringType>;
@@ -10559,6 +12358,9 @@ export declare const Splitter: {
10559
12358
  multiple: import("@elaraai/east").NullType;
10560
12359
  }>>;
10561
12360
  animateContent: OptionType<BooleanType>;
12361
+ onExpandedChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
12362
+ onSelectionChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
12363
+ onFocusChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
10562
12364
  }>>;
10563
12365
  }>;
10564
12366
  Table: StructType<{
@@ -10609,6 +12411,47 @@ export declare const Splitter: {
10609
12411
  purple: import("@elaraai/east").NullType;
10610
12412
  pink: import("@elaraai/east").NullType;
10611
12413
  }>>;
12414
+ onCellClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12415
+ rowIndex: import("@elaraai/east").IntegerType;
12416
+ columnKey: StringType;
12417
+ cellValue: import("@elaraai/east").VariantType<{
12418
+ Boolean: BooleanType;
12419
+ Integer: import("@elaraai/east").IntegerType;
12420
+ Float: FloatType;
12421
+ String: StringType;
12422
+ DateTime: import("@elaraai/east").DateTimeType;
12423
+ }>;
12424
+ }>], import("@elaraai/east").NullType>>;
12425
+ onCellDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12426
+ rowIndex: import("@elaraai/east").IntegerType;
12427
+ columnKey: StringType;
12428
+ cellValue: import("@elaraai/east").VariantType<{
12429
+ Boolean: BooleanType;
12430
+ Integer: import("@elaraai/east").IntegerType;
12431
+ Float: FloatType;
12432
+ String: StringType;
12433
+ DateTime: import("@elaraai/east").DateTimeType;
12434
+ }>;
12435
+ }>], import("@elaraai/east").NullType>>;
12436
+ onRowClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12437
+ rowIndex: import("@elaraai/east").IntegerType;
12438
+ }>], import("@elaraai/east").NullType>>;
12439
+ onRowDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12440
+ rowIndex: import("@elaraai/east").IntegerType;
12441
+ }>], import("@elaraai/east").NullType>>;
12442
+ onRowSelectionChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12443
+ rowIndex: import("@elaraai/east").IntegerType;
12444
+ selected: BooleanType;
12445
+ selectedRowsIndices: ArrayType<import("@elaraai/east").IntegerType>;
12446
+ }>], import("@elaraai/east").NullType>>;
12447
+ onSortChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12448
+ columnKey: StringType;
12449
+ sortIndex: import("@elaraai/east").IntegerType;
12450
+ sortDirection: import("@elaraai/east").VariantType<{
12451
+ asc: import("@elaraai/east").NullType;
12452
+ desc: import("@elaraai/east").NullType;
12453
+ }>;
12454
+ }>], import("@elaraai/east").NullType>>;
10612
12455
  }>>;
10613
12456
  }>;
10614
12457
  Gantt: StructType<{
@@ -10698,6 +12541,104 @@ export declare const Splitter: {
10698
12541
  pink: import("@elaraai/east").NullType;
10699
12542
  }>>;
10700
12543
  showToday: OptionType<BooleanType>;
12544
+ dragStep: OptionType<import("@elaraai/east").VariantType<{
12545
+ minutes: FloatType;
12546
+ hours: FloatType;
12547
+ days: FloatType;
12548
+ weeks: FloatType;
12549
+ months: FloatType;
12550
+ }>>;
12551
+ durationStep: OptionType<import("@elaraai/east").VariantType<{
12552
+ minutes: FloatType;
12553
+ hours: FloatType;
12554
+ days: FloatType;
12555
+ weeks: FloatType;
12556
+ months: FloatType;
12557
+ }>>;
12558
+ onCellClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12559
+ rowIndex: import("@elaraai/east").IntegerType;
12560
+ columnKey: StringType;
12561
+ cellValue: import("@elaraai/east").VariantType<{
12562
+ Boolean: BooleanType;
12563
+ Integer: import("@elaraai/east").IntegerType;
12564
+ Float: FloatType;
12565
+ String: StringType;
12566
+ DateTime: import("@elaraai/east").DateTimeType;
12567
+ }>;
12568
+ }>], import("@elaraai/east").NullType>>;
12569
+ onCellDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12570
+ rowIndex: import("@elaraai/east").IntegerType;
12571
+ columnKey: StringType;
12572
+ cellValue: import("@elaraai/east").VariantType<{
12573
+ Boolean: BooleanType;
12574
+ Integer: import("@elaraai/east").IntegerType;
12575
+ Float: FloatType;
12576
+ String: StringType;
12577
+ DateTime: import("@elaraai/east").DateTimeType;
12578
+ }>;
12579
+ }>], import("@elaraai/east").NullType>>;
12580
+ onRowClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12581
+ rowIndex: import("@elaraai/east").IntegerType;
12582
+ }>], import("@elaraai/east").NullType>>;
12583
+ onRowDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12584
+ rowIndex: import("@elaraai/east").IntegerType;
12585
+ }>], import("@elaraai/east").NullType>>;
12586
+ onSortChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12587
+ columnKey: StringType;
12588
+ sortIndex: import("@elaraai/east").IntegerType;
12589
+ sortDirection: import("@elaraai/east").VariantType<{
12590
+ asc: import("@elaraai/east").NullType;
12591
+ desc: import("@elaraai/east").NullType;
12592
+ }>;
12593
+ }>], import("@elaraai/east").NullType>>;
12594
+ onTaskClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12595
+ rowIndex: import("@elaraai/east").IntegerType;
12596
+ taskIndex: import("@elaraai/east").IntegerType;
12597
+ taskStart: import("@elaraai/east").DateTimeType;
12598
+ taskEnd: import("@elaraai/east").DateTimeType;
12599
+ }>], import("@elaraai/east").NullType>>;
12600
+ onTaskDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12601
+ rowIndex: import("@elaraai/east").IntegerType;
12602
+ taskIndex: import("@elaraai/east").IntegerType;
12603
+ taskStart: import("@elaraai/east").DateTimeType;
12604
+ taskEnd: import("@elaraai/east").DateTimeType;
12605
+ }>], import("@elaraai/east").NullType>>;
12606
+ onTaskDrag: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12607
+ rowIndex: import("@elaraai/east").IntegerType;
12608
+ taskIndex: import("@elaraai/east").IntegerType;
12609
+ previousStart: import("@elaraai/east").DateTimeType;
12610
+ previousEnd: import("@elaraai/east").DateTimeType;
12611
+ newStart: import("@elaraai/east").DateTimeType;
12612
+ newEnd: import("@elaraai/east").DateTimeType;
12613
+ }>], import("@elaraai/east").NullType>>;
12614
+ onTaskDurationChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12615
+ rowIndex: import("@elaraai/east").IntegerType;
12616
+ taskIndex: import("@elaraai/east").IntegerType;
12617
+ previousEnd: import("@elaraai/east").DateTimeType;
12618
+ newEnd: import("@elaraai/east").DateTimeType;
12619
+ }>], import("@elaraai/east").NullType>>;
12620
+ onTaskProgressChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12621
+ rowIndex: import("@elaraai/east").IntegerType;
12622
+ taskIndex: import("@elaraai/east").IntegerType;
12623
+ previousProgress: FloatType;
12624
+ newProgress: FloatType;
12625
+ }>], import("@elaraai/east").NullType>>;
12626
+ onMilestoneClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12627
+ rowIndex: import("@elaraai/east").IntegerType;
12628
+ milestoneIndex: import("@elaraai/east").IntegerType;
12629
+ milestoneDate: import("@elaraai/east").DateTimeType;
12630
+ }>], import("@elaraai/east").NullType>>;
12631
+ onMilestoneDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12632
+ rowIndex: import("@elaraai/east").IntegerType;
12633
+ milestoneIndex: import("@elaraai/east").IntegerType;
12634
+ milestoneDate: import("@elaraai/east").DateTimeType;
12635
+ }>], import("@elaraai/east").NullType>>;
12636
+ onMilestoneDrag: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12637
+ rowIndex: import("@elaraai/east").IntegerType;
12638
+ milestoneIndex: import("@elaraai/east").IntegerType;
12639
+ previousDate: import("@elaraai/east").DateTimeType;
12640
+ newDate: import("@elaraai/east").DateTimeType;
12641
+ }>], import("@elaraai/east").NullType>>;
10701
12642
  }>>;
10702
12643
  }>;
10703
12644
  Accordion: StructType<{
@@ -10715,6 +12656,7 @@ export declare const Splitter: {
10715
12656
  plain: import("@elaraai/east").NullType;
10716
12657
  subtle: import("@elaraai/east").NullType;
10717
12658
  }>>;
12659
+ onValueChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
10718
12660
  }>>;
10719
12661
  }>;
10720
12662
  Carousel: StructType<{
@@ -10735,6 +12677,7 @@ export declare const Splitter: {
10735
12677
  }>>;
10736
12678
  spacing: OptionType<StringType>;
10737
12679
  padding: OptionType<StringType>;
12680
+ onIndexChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
10738
12681
  }>>;
10739
12682
  }>;
10740
12683
  Tabs: StructType<{
@@ -10787,6 +12730,7 @@ export declare const Splitter: {
10787
12730
  purple: import("@elaraai/east").NullType;
10788
12731
  pink: import("@elaraai/east").NullType;
10789
12732
  }>>;
12733
+ onValueChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
10790
12734
  }>>;
10791
12735
  }>;
10792
12736
  Tooltip: StructType<{
@@ -10869,6 +12813,10 @@ export declare const Splitter: {
10869
12813
  dialog: import("@elaraai/east").NullType;
10870
12814
  alertdialog: import("@elaraai/east").NullType;
10871
12815
  }>>;
12816
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
12817
+ onExitComplete: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
12818
+ onEscapeKeyDown: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
12819
+ onInteractOutside: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
10872
12820
  }>>;
10873
12821
  }>;
10874
12822
  Drawer: StructType<{
@@ -10892,6 +12840,8 @@ export declare const Splitter: {
10892
12840
  bottom: import("@elaraai/east").NullType;
10893
12841
  }>>;
10894
12842
  contained: OptionType<BooleanType>;
12843
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
12844
+ onExitComplete: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
10895
12845
  }>>;
10896
12846
  }>;
10897
12847
  Popover: StructType<{
@@ -10922,6 +12872,7 @@ export declare const Splitter: {
10922
12872
  }>>;
10923
12873
  hasArrow: OptionType<BooleanType>;
10924
12874
  gutter: OptionType<import("@elaraai/east").IntegerType>;
12875
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
10925
12876
  }>>;
10926
12877
  }>;
10927
12878
  HoverCard: StructType<{
@@ -10951,6 +12902,7 @@ export declare const Splitter: {
10951
12902
  hasArrow: OptionType<BooleanType>;
10952
12903
  openDelay: OptionType<import("@elaraai/east").IntegerType>;
10953
12904
  closeDelay: OptionType<import("@elaraai/east").IntegerType>;
12905
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
10954
12906
  }>>;
10955
12907
  }>;
10956
12908
  ActionBar: StructType<{
@@ -10964,7 +12916,10 @@ export declare const Splitter: {
10964
12916
  }>>;
10965
12917
  selectionCount: OptionType<import("@elaraai/east").IntegerType>;
10966
12918
  selectionLabel: OptionType<StringType>;
10967
- style: OptionType<StructType<{}>>;
12919
+ style: OptionType<StructType<{
12920
+ onSelect: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
12921
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
12922
+ }>>;
10968
12923
  }>;
10969
12924
  ToggleTip: StructType<{
10970
12925
  trigger: import("@elaraai/east").RecursiveTypeMarker;
@@ -10985,8 +12940,12 @@ export declare const Splitter: {
10985
12940
  "right-end": import("@elaraai/east").NullType;
10986
12941
  }>>;
10987
12942
  hasArrow: OptionType<BooleanType>;
12943
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
10988
12944
  }>>;
10989
12945
  }>;
12946
+ ReactiveComponent: StructType<{
12947
+ render: import("@elaraai/east").FunctionType<[], import("@elaraai/east").RecursiveTypeMarker>;
12948
+ }>;
10990
12949
  }>>;
10991
12950
  minSize: OptionType<FloatType>;
10992
12951
  maxSize: OptionType<FloatType>;
@@ -10999,6 +12958,13 @@ export declare const Splitter: {
10999
12958
  horizontal: import("@elaraai/east").NullType;
11000
12959
  vertical: import("@elaraai/east").NullType;
11001
12960
  }>>;
12961
+ onResize: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12962
+ size: ArrayType<FloatType>;
12963
+ }>], import("@elaraai/east").NullType>>;
12964
+ onResizeStart: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
12965
+ onResizeEnd: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12966
+ size: ArrayType<FloatType>;
12967
+ }>], import("@elaraai/east").NullType>>;
11002
12968
  }>>;
11003
12969
  }>;
11004
12970
  /**
@@ -11184,6 +13150,7 @@ export declare const Splitter: {
11184
13150
  highlightLines: OptionType<ArrayType<import("@elaraai/east").IntegerType>>;
11185
13151
  maxHeight: OptionType<StringType>;
11186
13152
  showCopyButton: OptionType<BooleanType>;
13153
+ wordWrap: OptionType<BooleanType>;
11187
13154
  title: OptionType<StringType>;
11188
13155
  }>;
11189
13156
  Button: StructType<{
@@ -11215,6 +13182,7 @@ export declare const Splitter: {
11215
13182
  }>>;
11216
13183
  loading: OptionType<BooleanType>;
11217
13184
  disabled: OptionType<BooleanType>;
13185
+ onClick: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
11218
13186
  }>>;
11219
13187
  }>;
11220
13188
  IconButton: StructType<{
@@ -11247,6 +13215,7 @@ export declare const Splitter: {
11247
13215
  }>>;
11248
13216
  loading: OptionType<BooleanType>;
11249
13217
  disabled: OptionType<BooleanType>;
13218
+ onClick: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
11250
13219
  }>>;
11251
13220
  }>;
11252
13221
  Box: StructType<{
@@ -11264,6 +13233,28 @@ export declare const Splitter: {
11264
13233
  }>>;
11265
13234
  width: OptionType<StringType>;
11266
13235
  height: OptionType<StringType>;
13236
+ minHeight: OptionType<StringType>;
13237
+ minWidth: OptionType<StringType>;
13238
+ maxHeight: OptionType<StringType>;
13239
+ maxWidth: OptionType<StringType>;
13240
+ overflow: OptionType<import("@elaraai/east").VariantType<{
13241
+ visible: import("@elaraai/east").NullType;
13242
+ hidden: import("@elaraai/east").NullType;
13243
+ scroll: import("@elaraai/east").NullType;
13244
+ auto: import("@elaraai/east").NullType;
13245
+ }>>;
13246
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
13247
+ visible: import("@elaraai/east").NullType;
13248
+ hidden: import("@elaraai/east").NullType;
13249
+ scroll: import("@elaraai/east").NullType;
13250
+ auto: import("@elaraai/east").NullType;
13251
+ }>>;
13252
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
13253
+ visible: import("@elaraai/east").NullType;
13254
+ hidden: import("@elaraai/east").NullType;
13255
+ scroll: import("@elaraai/east").NullType;
13256
+ auto: import("@elaraai/east").NullType;
13257
+ }>>;
11267
13258
  padding: OptionType<StructType<{
11268
13259
  top: OptionType<StringType>;
11269
13260
  right: OptionType<StringType>;
@@ -11303,6 +13294,77 @@ export declare const Splitter: {
11303
13294
  gap: OptionType<StringType>;
11304
13295
  }>>;
11305
13296
  }>;
13297
+ Flex: StructType<{
13298
+ children: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
13299
+ style: OptionType<StructType<{
13300
+ direction: OptionType<import("@elaraai/east").VariantType<{
13301
+ row: import("@elaraai/east").NullType;
13302
+ column: import("@elaraai/east").NullType;
13303
+ "row-reverse": import("@elaraai/east").NullType;
13304
+ "column-reverse": import("@elaraai/east").NullType;
13305
+ }>>;
13306
+ wrap: OptionType<import("@elaraai/east").VariantType<{
13307
+ nowrap: import("@elaraai/east").NullType;
13308
+ wrap: import("@elaraai/east").NullType;
13309
+ "wrap-reverse": import("@elaraai/east").NullType;
13310
+ }>>;
13311
+ justifyContent: OptionType<import("@elaraai/east").VariantType<{
13312
+ "flex-start": import("@elaraai/east").NullType;
13313
+ "flex-end": import("@elaraai/east").NullType;
13314
+ center: import("@elaraai/east").NullType;
13315
+ "space-between": import("@elaraai/east").NullType;
13316
+ "space-around": import("@elaraai/east").NullType;
13317
+ "space-evenly": import("@elaraai/east").NullType;
13318
+ }>>;
13319
+ alignItems: OptionType<import("@elaraai/east").VariantType<{
13320
+ "flex-start": import("@elaraai/east").NullType;
13321
+ "flex-end": import("@elaraai/east").NullType;
13322
+ center: import("@elaraai/east").NullType;
13323
+ baseline: import("@elaraai/east").NullType;
13324
+ stretch: import("@elaraai/east").NullType;
13325
+ }>>;
13326
+ gap: OptionType<StringType>;
13327
+ width: OptionType<StringType>;
13328
+ height: OptionType<StringType>;
13329
+ minHeight: OptionType<StringType>;
13330
+ minWidth: OptionType<StringType>;
13331
+ maxHeight: OptionType<StringType>;
13332
+ maxWidth: OptionType<StringType>;
13333
+ overflow: OptionType<import("@elaraai/east").VariantType<{
13334
+ visible: import("@elaraai/east").NullType;
13335
+ hidden: import("@elaraai/east").NullType;
13336
+ scroll: import("@elaraai/east").NullType;
13337
+ auto: import("@elaraai/east").NullType;
13338
+ }>>;
13339
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
13340
+ visible: import("@elaraai/east").NullType;
13341
+ hidden: import("@elaraai/east").NullType;
13342
+ scroll: import("@elaraai/east").NullType;
13343
+ auto: import("@elaraai/east").NullType;
13344
+ }>>;
13345
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
13346
+ visible: import("@elaraai/east").NullType;
13347
+ hidden: import("@elaraai/east").NullType;
13348
+ scroll: import("@elaraai/east").NullType;
13349
+ auto: import("@elaraai/east").NullType;
13350
+ }>>;
13351
+ padding: OptionType<StructType<{
13352
+ top: OptionType<StringType>;
13353
+ right: OptionType<StringType>;
13354
+ bottom: OptionType<StringType>;
13355
+ left: OptionType<StringType>;
13356
+ }>>;
13357
+ margin: OptionType<StructType<{
13358
+ top: OptionType<StringType>;
13359
+ right: OptionType<StringType>;
13360
+ bottom: OptionType<StringType>;
13361
+ left: OptionType<StringType>;
13362
+ }>>;
13363
+ background: OptionType<StringType>;
13364
+ color: OptionType<StringType>;
13365
+ borderRadius: OptionType<StringType>;
13366
+ }>>;
13367
+ }>;
11306
13368
  Stack: StructType<{
11307
13369
  children: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
11308
13370
  style: OptionType<StructType<{
@@ -11345,9 +13407,31 @@ export declare const Splitter: {
11345
13407
  bottom: OptionType<StringType>;
11346
13408
  left: OptionType<StringType>;
11347
13409
  }>>;
11348
- background: OptionType<StringType>;
11349
- width: OptionType<StringType>;
11350
- height: OptionType<StringType>;
13410
+ background: OptionType<StringType>;
13411
+ width: OptionType<StringType>;
13412
+ height: OptionType<StringType>;
13413
+ minHeight: OptionType<StringType>;
13414
+ minWidth: OptionType<StringType>;
13415
+ maxHeight: OptionType<StringType>;
13416
+ maxWidth: OptionType<StringType>;
13417
+ overflow: OptionType<import("@elaraai/east").VariantType<{
13418
+ visible: import("@elaraai/east").NullType;
13419
+ hidden: import("@elaraai/east").NullType;
13420
+ scroll: import("@elaraai/east").NullType;
13421
+ auto: import("@elaraai/east").NullType;
13422
+ }>>;
13423
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
13424
+ visible: import("@elaraai/east").NullType;
13425
+ hidden: import("@elaraai/east").NullType;
13426
+ scroll: import("@elaraai/east").NullType;
13427
+ auto: import("@elaraai/east").NullType;
13428
+ }>>;
13429
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
13430
+ visible: import("@elaraai/east").NullType;
13431
+ hidden: import("@elaraai/east").NullType;
13432
+ scroll: import("@elaraai/east").NullType;
13433
+ auto: import("@elaraai/east").NullType;
13434
+ }>>;
11351
13435
  }>>;
11352
13436
  }>;
11353
13437
  Separator: StructType<{
@@ -11442,6 +13526,13 @@ export declare const Splitter: {
11442
13526
  horizontal: import("@elaraai/east").NullType;
11443
13527
  vertical: import("@elaraai/east").NullType;
11444
13528
  }>>;
13529
+ onResize: OptionType<import("@elaraai/east").FunctionType<[StructType<{
13530
+ size: ArrayType<FloatType>;
13531
+ }>], import("@elaraai/east").NullType>>;
13532
+ onResizeStart: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13533
+ onResizeEnd: OptionType<import("@elaraai/east").FunctionType<[StructType<{
13534
+ size: ArrayType<FloatType>;
13535
+ }>], import("@elaraai/east").NullType>>;
11445
13536
  }>>;
11446
13537
  }>;
11447
13538
  StringInput: StructType<{
@@ -11461,6 +13552,9 @@ export declare const Splitter: {
11461
13552
  maxLength: OptionType<import("@elaraai/east").IntegerType>;
11462
13553
  pattern: OptionType<StringType>;
11463
13554
  disabled: OptionType<BooleanType>;
13555
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
13556
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13557
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
11464
13558
  }>;
11465
13559
  IntegerInput: StructType<{
11466
13560
  value: import("@elaraai/east").IntegerType;
@@ -11479,6 +13573,9 @@ export declare const Splitter: {
11479
13573
  lg: import("@elaraai/east").NullType;
11480
13574
  }>>;
11481
13575
  disabled: OptionType<BooleanType>;
13576
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
13577
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13578
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
11482
13579
  }>;
11483
13580
  FloatInput: StructType<{
11484
13581
  value: FloatType;
@@ -11498,13 +13595,44 @@ export declare const Splitter: {
11498
13595
  lg: import("@elaraai/east").NullType;
11499
13596
  }>>;
11500
13597
  disabled: OptionType<BooleanType>;
13598
+ onChange: OptionType<import("@elaraai/east").FunctionType<[FloatType], import("@elaraai/east").NullType>>;
13599
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13600
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
11501
13601
  }>;
11502
13602
  DateTimeInput: StructType<{
11503
13603
  value: import("@elaraai/east").DateTimeType;
11504
13604
  min: OptionType<import("@elaraai/east").DateTimeType>;
11505
13605
  max: OptionType<import("@elaraai/east").DateTimeType>;
11506
- showTime: OptionType<BooleanType>;
11507
- format: OptionType<StringType>;
13606
+ precision: OptionType<import("@elaraai/east").VariantType<{
13607
+ date: import("@elaraai/east").NullType;
13608
+ time: import("@elaraai/east").NullType;
13609
+ datetime: import("@elaraai/east").NullType;
13610
+ }>>;
13611
+ format: OptionType<ArrayType<import("@elaraai/east").VariantType<{
13612
+ literal: StringType;
13613
+ year4: import("@elaraai/east").NullType;
13614
+ year2: import("@elaraai/east").NullType;
13615
+ month1: import("@elaraai/east").NullType;
13616
+ month2: import("@elaraai/east").NullType;
13617
+ monthNameShort: import("@elaraai/east").NullType;
13618
+ monthNameFull: import("@elaraai/east").NullType;
13619
+ day1: import("@elaraai/east").NullType;
13620
+ day2: import("@elaraai/east").NullType;
13621
+ weekdayNameMin: import("@elaraai/east").NullType;
13622
+ weekdayNameShort: import("@elaraai/east").NullType;
13623
+ weekdayNameFull: import("@elaraai/east").NullType;
13624
+ hour24_1: import("@elaraai/east").NullType;
13625
+ hour24_2: import("@elaraai/east").NullType;
13626
+ hour12_1: import("@elaraai/east").NullType;
13627
+ hour12_2: import("@elaraai/east").NullType;
13628
+ minute1: import("@elaraai/east").NullType;
13629
+ minute2: import("@elaraai/east").NullType;
13630
+ second1: import("@elaraai/east").NullType;
13631
+ second2: import("@elaraai/east").NullType;
13632
+ millisecond3: import("@elaraai/east").NullType;
13633
+ ampmUpper: import("@elaraai/east").NullType;
13634
+ ampmLower: import("@elaraai/east").NullType;
13635
+ }>>>;
11508
13636
  variant: OptionType<import("@elaraai/east").VariantType<{
11509
13637
  outline: import("@elaraai/east").NullType;
11510
13638
  subtle: import("@elaraai/east").NullType;
@@ -11517,6 +13645,9 @@ export declare const Splitter: {
11517
13645
  lg: import("@elaraai/east").NullType;
11518
13646
  }>>;
11519
13647
  disabled: OptionType<BooleanType>;
13648
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").DateTimeType], import("@elaraai/east").NullType>>;
13649
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13650
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
11520
13651
  }>;
11521
13652
  Checkbox: StructType<{
11522
13653
  checked: BooleanType;
@@ -11541,6 +13672,7 @@ export declare const Splitter: {
11541
13672
  md: import("@elaraai/east").NullType;
11542
13673
  lg: import("@elaraai/east").NullType;
11543
13674
  }>>;
13675
+ onChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
11544
13676
  }>;
11545
13677
  Switch: StructType<{
11546
13678
  checked: BooleanType;
@@ -11564,6 +13696,7 @@ export declare const Splitter: {
11564
13696
  md: import("@elaraai/east").NullType;
11565
13697
  lg: import("@elaraai/east").NullType;
11566
13698
  }>>;
13699
+ onChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
11567
13700
  }>;
11568
13701
  Select: StructType<{
11569
13702
  value: OptionType<StringType>;
@@ -11581,6 +13714,9 @@ export declare const Splitter: {
11581
13714
  md: import("@elaraai/east").NullType;
11582
13715
  lg: import("@elaraai/east").NullType;
11583
13716
  }>>;
13717
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
13718
+ onChangeMultiple: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
13719
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
11584
13720
  }>;
11585
13721
  Slider: StructType<{
11586
13722
  value: FloatType;
@@ -11614,6 +13750,8 @@ export declare const Splitter: {
11614
13750
  subtle: import("@elaraai/east").NullType;
11615
13751
  }>>;
11616
13752
  disabled: OptionType<BooleanType>;
13753
+ onChange: OptionType<import("@elaraai/east").FunctionType<[FloatType], import("@elaraai/east").NullType>>;
13754
+ onChangeEnd: OptionType<import("@elaraai/east").FunctionType<[FloatType], import("@elaraai/east").NullType>>;
11617
13755
  }>;
11618
13756
  FileUpload: StructType<{
11619
13757
  accept: OptionType<StringType>;
@@ -11632,31 +13770,358 @@ export declare const Splitter: {
11632
13770
  label: OptionType<StringType>;
11633
13771
  dropzoneText: OptionType<StringType>;
11634
13772
  triggerText: OptionType<StringType>;
13773
+ onFileAccept: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
13774
+ name: StringType;
13775
+ size: import("@elaraai/east").IntegerType;
13776
+ type: StringType;
13777
+ }>>], import("@elaraai/east").NullType>>;
13778
+ onFileReject: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
13779
+ file: StructType<{
13780
+ name: StringType;
13781
+ size: import("@elaraai/east").IntegerType;
13782
+ type: StringType;
13783
+ }>;
13784
+ errors: ArrayType<StringType>;
13785
+ }>>], import("@elaraai/east").NullType>>;
11635
13786
  }>;
11636
13787
  Field: StructType<{
11637
13788
  label: StringType;
11638
- control: import("@elaraai/east").RecursiveTypeMarker;
13789
+ control: import("@elaraai/east").VariantType<{
13790
+ Checkbox: StructType<{
13791
+ checked: BooleanType;
13792
+ label: OptionType<StringType>;
13793
+ indeterminate: OptionType<BooleanType>;
13794
+ disabled: OptionType<BooleanType>;
13795
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
13796
+ gray: import("@elaraai/east").NullType;
13797
+ red: import("@elaraai/east").NullType;
13798
+ orange: import("@elaraai/east").NullType;
13799
+ yellow: import("@elaraai/east").NullType;
13800
+ green: import("@elaraai/east").NullType;
13801
+ teal: import("@elaraai/east").NullType;
13802
+ blue: import("@elaraai/east").NullType;
13803
+ cyan: import("@elaraai/east").NullType;
13804
+ purple: import("@elaraai/east").NullType;
13805
+ pink: import("@elaraai/east").NullType;
13806
+ }>>;
13807
+ size: OptionType<import("@elaraai/east").VariantType<{
13808
+ xs: import("@elaraai/east").NullType;
13809
+ sm: import("@elaraai/east").NullType;
13810
+ md: import("@elaraai/east").NullType;
13811
+ lg: import("@elaraai/east").NullType;
13812
+ }>>;
13813
+ onChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
13814
+ }>;
13815
+ StringInput: StructType<{
13816
+ value: StringType;
13817
+ placeholder: OptionType<StringType>;
13818
+ variant: OptionType<import("@elaraai/east").VariantType<{
13819
+ outline: import("@elaraai/east").NullType;
13820
+ subtle: import("@elaraai/east").NullType;
13821
+ flushed: import("@elaraai/east").NullType;
13822
+ }>>;
13823
+ size: OptionType<import("@elaraai/east").VariantType<{
13824
+ xs: import("@elaraai/east").NullType;
13825
+ sm: import("@elaraai/east").NullType;
13826
+ md: import("@elaraai/east").NullType;
13827
+ lg: import("@elaraai/east").NullType;
13828
+ }>>;
13829
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
13830
+ pattern: OptionType<StringType>;
13831
+ disabled: OptionType<BooleanType>;
13832
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
13833
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13834
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13835
+ }>;
13836
+ IntegerInput: StructType<{
13837
+ value: import("@elaraai/east").IntegerType;
13838
+ min: OptionType<import("@elaraai/east").IntegerType>;
13839
+ max: OptionType<import("@elaraai/east").IntegerType>;
13840
+ step: OptionType<import("@elaraai/east").IntegerType>;
13841
+ variant: OptionType<import("@elaraai/east").VariantType<{
13842
+ outline: import("@elaraai/east").NullType;
13843
+ subtle: import("@elaraai/east").NullType;
13844
+ flushed: import("@elaraai/east").NullType;
13845
+ }>>;
13846
+ size: OptionType<import("@elaraai/east").VariantType<{
13847
+ xs: import("@elaraai/east").NullType;
13848
+ sm: import("@elaraai/east").NullType;
13849
+ md: import("@elaraai/east").NullType;
13850
+ lg: import("@elaraai/east").NullType;
13851
+ }>>;
13852
+ disabled: OptionType<BooleanType>;
13853
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
13854
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13855
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13856
+ }>;
13857
+ FloatInput: StructType<{
13858
+ value: FloatType;
13859
+ min: OptionType<FloatType>;
13860
+ max: OptionType<FloatType>;
13861
+ step: OptionType<FloatType>;
13862
+ precision: OptionType<import("@elaraai/east").IntegerType>;
13863
+ variant: OptionType<import("@elaraai/east").VariantType<{
13864
+ outline: import("@elaraai/east").NullType;
13865
+ subtle: import("@elaraai/east").NullType;
13866
+ flushed: import("@elaraai/east").NullType;
13867
+ }>>;
13868
+ size: OptionType<import("@elaraai/east").VariantType<{
13869
+ xs: import("@elaraai/east").NullType;
13870
+ sm: import("@elaraai/east").NullType;
13871
+ md: import("@elaraai/east").NullType;
13872
+ lg: import("@elaraai/east").NullType;
13873
+ }>>;
13874
+ disabled: OptionType<BooleanType>;
13875
+ onChange: OptionType<import("@elaraai/east").FunctionType<[FloatType], import("@elaraai/east").NullType>>;
13876
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13877
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13878
+ }>;
13879
+ DateTimeInput: StructType<{
13880
+ value: import("@elaraai/east").DateTimeType;
13881
+ min: OptionType<import("@elaraai/east").DateTimeType>;
13882
+ max: OptionType<import("@elaraai/east").DateTimeType>;
13883
+ precision: OptionType<import("@elaraai/east").VariantType<{
13884
+ date: import("@elaraai/east").NullType;
13885
+ time: import("@elaraai/east").NullType;
13886
+ datetime: import("@elaraai/east").NullType;
13887
+ }>>;
13888
+ format: OptionType<ArrayType<import("@elaraai/east").VariantType<{
13889
+ literal: StringType;
13890
+ year4: import("@elaraai/east").NullType;
13891
+ year2: import("@elaraai/east").NullType;
13892
+ month1: import("@elaraai/east").NullType;
13893
+ month2: import("@elaraai/east").NullType;
13894
+ monthNameShort: import("@elaraai/east").NullType;
13895
+ monthNameFull: import("@elaraai/east").NullType;
13896
+ day1: import("@elaraai/east").NullType;
13897
+ day2: import("@elaraai/east").NullType;
13898
+ weekdayNameMin: import("@elaraai/east").NullType;
13899
+ weekdayNameShort: import("@elaraai/east").NullType;
13900
+ weekdayNameFull: import("@elaraai/east").NullType;
13901
+ hour24_1: import("@elaraai/east").NullType;
13902
+ hour24_2: import("@elaraai/east").NullType;
13903
+ hour12_1: import("@elaraai/east").NullType;
13904
+ hour12_2: import("@elaraai/east").NullType;
13905
+ minute1: import("@elaraai/east").NullType;
13906
+ minute2: import("@elaraai/east").NullType;
13907
+ second1: import("@elaraai/east").NullType;
13908
+ second2: import("@elaraai/east").NullType;
13909
+ millisecond3: import("@elaraai/east").NullType;
13910
+ ampmUpper: import("@elaraai/east").NullType;
13911
+ ampmLower: import("@elaraai/east").NullType;
13912
+ }>>>;
13913
+ variant: OptionType<import("@elaraai/east").VariantType<{
13914
+ outline: import("@elaraai/east").NullType;
13915
+ subtle: import("@elaraai/east").NullType;
13916
+ flushed: import("@elaraai/east").NullType;
13917
+ }>>;
13918
+ size: OptionType<import("@elaraai/east").VariantType<{
13919
+ xs: import("@elaraai/east").NullType;
13920
+ sm: import("@elaraai/east").NullType;
13921
+ md: import("@elaraai/east").NullType;
13922
+ lg: import("@elaraai/east").NullType;
13923
+ }>>;
13924
+ disabled: OptionType<BooleanType>;
13925
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").DateTimeType], import("@elaraai/east").NullType>>;
13926
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13927
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13928
+ }>;
13929
+ FileUpload: StructType<{
13930
+ accept: OptionType<StringType>;
13931
+ maxFiles: OptionType<import("@elaraai/east").IntegerType>;
13932
+ maxFileSize: OptionType<import("@elaraai/east").IntegerType>;
13933
+ minFileSize: OptionType<import("@elaraai/east").IntegerType>;
13934
+ directory: OptionType<BooleanType>;
13935
+ disabled: OptionType<BooleanType>;
13936
+ required: OptionType<BooleanType>;
13937
+ allowDrop: OptionType<BooleanType>;
13938
+ capture: OptionType<import("@elaraai/east").VariantType<{
13939
+ user: import("@elaraai/east").NullType;
13940
+ environment: import("@elaraai/east").NullType;
13941
+ }>>;
13942
+ name: OptionType<StringType>;
13943
+ label: OptionType<StringType>;
13944
+ dropzoneText: OptionType<StringType>;
13945
+ triggerText: OptionType<StringType>;
13946
+ onFileAccept: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
13947
+ name: StringType;
13948
+ size: import("@elaraai/east").IntegerType;
13949
+ type: StringType;
13950
+ }>>], import("@elaraai/east").NullType>>;
13951
+ onFileReject: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
13952
+ file: StructType<{
13953
+ name: StringType;
13954
+ size: import("@elaraai/east").IntegerType;
13955
+ type: StringType;
13956
+ }>;
13957
+ errors: ArrayType<StringType>;
13958
+ }>>], import("@elaraai/east").NullType>>;
13959
+ }>;
13960
+ Select: StructType<{
13961
+ value: OptionType<StringType>;
13962
+ items: ArrayType<StructType<{
13963
+ value: StringType;
13964
+ label: StringType;
13965
+ disabled: OptionType<BooleanType>;
13966
+ }>>;
13967
+ placeholder: OptionType<StringType>;
13968
+ multiple: OptionType<BooleanType>;
13969
+ disabled: OptionType<BooleanType>;
13970
+ size: OptionType<import("@elaraai/east").VariantType<{
13971
+ xs: import("@elaraai/east").NullType;
13972
+ sm: import("@elaraai/east").NullType;
13973
+ md: import("@elaraai/east").NullType;
13974
+ lg: import("@elaraai/east").NullType;
13975
+ }>>;
13976
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
13977
+ onChangeMultiple: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
13978
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
13979
+ }>;
13980
+ Slider: StructType<{
13981
+ value: FloatType;
13982
+ min: OptionType<FloatType>;
13983
+ max: OptionType<FloatType>;
13984
+ step: OptionType<FloatType>;
13985
+ orientation: OptionType<import("@elaraai/east").VariantType<{
13986
+ horizontal: import("@elaraai/east").NullType;
13987
+ vertical: import("@elaraai/east").NullType;
13988
+ }>>;
13989
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
13990
+ gray: import("@elaraai/east").NullType;
13991
+ red: import("@elaraai/east").NullType;
13992
+ orange: import("@elaraai/east").NullType;
13993
+ yellow: import("@elaraai/east").NullType;
13994
+ green: import("@elaraai/east").NullType;
13995
+ teal: import("@elaraai/east").NullType;
13996
+ blue: import("@elaraai/east").NullType;
13997
+ cyan: import("@elaraai/east").NullType;
13998
+ purple: import("@elaraai/east").NullType;
13999
+ pink: import("@elaraai/east").NullType;
14000
+ }>>;
14001
+ size: OptionType<import("@elaraai/east").VariantType<{
14002
+ xs: import("@elaraai/east").NullType;
14003
+ sm: import("@elaraai/east").NullType;
14004
+ md: import("@elaraai/east").NullType;
14005
+ lg: import("@elaraai/east").NullType;
14006
+ }>>;
14007
+ variant: OptionType<import("@elaraai/east").VariantType<{
14008
+ outline: import("@elaraai/east").NullType;
14009
+ subtle: import("@elaraai/east").NullType;
14010
+ }>>;
14011
+ disabled: OptionType<BooleanType>;
14012
+ onChange: OptionType<import("@elaraai/east").FunctionType<[FloatType], import("@elaraai/east").NullType>>;
14013
+ onChangeEnd: OptionType<import("@elaraai/east").FunctionType<[FloatType], import("@elaraai/east").NullType>>;
14014
+ }>;
14015
+ Switch: StructType<{
14016
+ checked: BooleanType;
14017
+ label: OptionType<StringType>;
14018
+ disabled: OptionType<BooleanType>;
14019
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
14020
+ gray: import("@elaraai/east").NullType;
14021
+ red: import("@elaraai/east").NullType;
14022
+ orange: import("@elaraai/east").NullType;
14023
+ yellow: import("@elaraai/east").NullType;
14024
+ green: import("@elaraai/east").NullType;
14025
+ teal: import("@elaraai/east").NullType;
14026
+ blue: import("@elaraai/east").NullType;
14027
+ cyan: import("@elaraai/east").NullType;
14028
+ purple: import("@elaraai/east").NullType;
14029
+ pink: import("@elaraai/east").NullType;
14030
+ }>>;
14031
+ size: OptionType<import("@elaraai/east").VariantType<{
14032
+ xs: import("@elaraai/east").NullType;
14033
+ sm: import("@elaraai/east").NullType;
14034
+ md: import("@elaraai/east").NullType;
14035
+ lg: import("@elaraai/east").NullType;
14036
+ }>>;
14037
+ onChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
14038
+ }>;
14039
+ TagsInput: StructType<{
14040
+ value: ArrayType<StringType>;
14041
+ defaultValue: OptionType<ArrayType<StringType>>;
14042
+ max: OptionType<import("@elaraai/east").IntegerType>;
14043
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
14044
+ disabled: OptionType<BooleanType>;
14045
+ readOnly: OptionType<BooleanType>;
14046
+ invalid: OptionType<BooleanType>;
14047
+ editable: OptionType<BooleanType>;
14048
+ delimiter: OptionType<StringType>;
14049
+ addOnPaste: OptionType<BooleanType>;
14050
+ blurBehavior: OptionType<import("@elaraai/east").VariantType<{
14051
+ clear: import("@elaraai/east").NullType;
14052
+ add: import("@elaraai/east").NullType;
14053
+ }>>;
14054
+ allowOverflow: OptionType<BooleanType>;
14055
+ label: OptionType<StringType>;
14056
+ placeholder: OptionType<StringType>;
14057
+ size: OptionType<import("@elaraai/east").VariantType<{
14058
+ xs: import("@elaraai/east").NullType;
14059
+ sm: import("@elaraai/east").NullType;
14060
+ md: import("@elaraai/east").NullType;
14061
+ lg: import("@elaraai/east").NullType;
14062
+ }>>;
14063
+ variant: OptionType<import("@elaraai/east").VariantType<{
14064
+ outline: import("@elaraai/east").NullType;
14065
+ subtle: import("@elaraai/east").NullType;
14066
+ flushed: import("@elaraai/east").NullType;
14067
+ }>>;
14068
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
14069
+ gray: import("@elaraai/east").NullType;
14070
+ red: import("@elaraai/east").NullType;
14071
+ orange: import("@elaraai/east").NullType;
14072
+ yellow: import("@elaraai/east").NullType;
14073
+ green: import("@elaraai/east").NullType;
14074
+ teal: import("@elaraai/east").NullType;
14075
+ blue: import("@elaraai/east").NullType;
14076
+ cyan: import("@elaraai/east").NullType;
14077
+ purple: import("@elaraai/east").NullType;
14078
+ pink: import("@elaraai/east").NullType;
14079
+ }>>;
14080
+ onChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
14081
+ onInputChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
14082
+ onHighlightChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
14083
+ }>;
14084
+ Textarea: StructType<{
14085
+ value: StringType;
14086
+ placeholder: OptionType<StringType>;
14087
+ variant: OptionType<import("@elaraai/east").VariantType<{
14088
+ outline: import("@elaraai/east").NullType;
14089
+ subtle: import("@elaraai/east").NullType;
14090
+ flushed: import("@elaraai/east").NullType;
14091
+ }>>;
14092
+ size: OptionType<import("@elaraai/east").VariantType<{
14093
+ xs: import("@elaraai/east").NullType;
14094
+ sm: import("@elaraai/east").NullType;
14095
+ md: import("@elaraai/east").NullType;
14096
+ lg: import("@elaraai/east").NullType;
14097
+ }>>;
14098
+ resize: OptionType<import("@elaraai/east").VariantType<{
14099
+ none: import("@elaraai/east").NullType;
14100
+ vertical: import("@elaraai/east").NullType;
14101
+ horizontal: import("@elaraai/east").NullType;
14102
+ both: import("@elaraai/east").NullType;
14103
+ }>>;
14104
+ rows: OptionType<import("@elaraai/east").IntegerType>;
14105
+ disabled: OptionType<BooleanType>;
14106
+ readOnly: OptionType<BooleanType>;
14107
+ required: OptionType<BooleanType>;
14108
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
14109
+ autoresize: OptionType<BooleanType>;
14110
+ onValidate: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
14111
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
14112
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
14113
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
14114
+ }>;
14115
+ }>;
11639
14116
  helperText: OptionType<StringType>;
11640
14117
  errorText: OptionType<StringType>;
11641
14118
  required: OptionType<BooleanType>;
11642
14119
  disabled: OptionType<BooleanType>;
11643
14120
  invalid: OptionType<BooleanType>;
11644
14121
  readOnly: OptionType<BooleanType>;
11645
- }>;
11646
- Fieldset: StructType<{
11647
- legend: OptionType<StringType>;
11648
- helperText: OptionType<StringType>;
11649
- errorText: OptionType<StringType>;
11650
- content: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
11651
- disabled: OptionType<BooleanType>;
11652
- invalid: OptionType<BooleanType>;
11653
- style: OptionType<StructType<{
11654
- size: OptionType<import("@elaraai/east").VariantType<{
11655
- xs: import("@elaraai/east").NullType;
11656
- sm: import("@elaraai/east").NullType;
11657
- md: import("@elaraai/east").NullType;
11658
- lg: import("@elaraai/east").NullType;
11659
- }>>;
14122
+ orientation: OptionType<import("@elaraai/east").VariantType<{
14123
+ vertical: import("@elaraai/east").NullType;
14124
+ horizontal: import("@elaraai/east").NullType;
11660
14125
  }>>;
11661
14126
  }>;
11662
14127
  Textarea: StructType<{
@@ -11682,10 +14147,13 @@ export declare const Splitter: {
11682
14147
  rows: OptionType<import("@elaraai/east").IntegerType>;
11683
14148
  disabled: OptionType<BooleanType>;
11684
14149
  readOnly: OptionType<BooleanType>;
11685
- invalid: OptionType<BooleanType>;
11686
14150
  required: OptionType<BooleanType>;
11687
14151
  maxLength: OptionType<import("@elaraai/east").IntegerType>;
11688
14152
  autoresize: OptionType<BooleanType>;
14153
+ onValidate: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
14154
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
14155
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
14156
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
11689
14157
  }>;
11690
14158
  TagsInput: StructType<{
11691
14159
  value: ArrayType<StringType>;
@@ -11728,6 +14196,9 @@ export declare const Splitter: {
11728
14196
  purple: import("@elaraai/east").NullType;
11729
14197
  pink: import("@elaraai/east").NullType;
11730
14198
  }>>;
14199
+ onChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
14200
+ onInputChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
14201
+ onHighlightChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
11731
14202
  }>;
11732
14203
  Progress: StructType<{
11733
14204
  value: FloatType;
@@ -11827,6 +14298,7 @@ export declare const Splitter: {
11827
14298
  xl: import("@elaraai/east").NullType;
11828
14299
  }>>;
11829
14300
  closable: OptionType<BooleanType>;
14301
+ onClose: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
11830
14302
  }>;
11831
14303
  Avatar: StructType<{
11832
14304
  src: OptionType<StringType>;
@@ -14167,6 +16639,9 @@ export declare const Splitter: {
14167
16639
  multiple: import("@elaraai/east").NullType;
14168
16640
  }>>;
14169
16641
  animateContent: OptionType<BooleanType>;
16642
+ onExpandedChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
16643
+ onSelectionChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
16644
+ onFocusChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
14170
16645
  }>>;
14171
16646
  }>;
14172
16647
  Table: StructType<{
@@ -14217,6 +16692,47 @@ export declare const Splitter: {
14217
16692
  purple: import("@elaraai/east").NullType;
14218
16693
  pink: import("@elaraai/east").NullType;
14219
16694
  }>>;
16695
+ onCellClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16696
+ rowIndex: import("@elaraai/east").IntegerType;
16697
+ columnKey: StringType;
16698
+ cellValue: import("@elaraai/east").VariantType<{
16699
+ Boolean: BooleanType;
16700
+ Integer: import("@elaraai/east").IntegerType;
16701
+ Float: FloatType;
16702
+ String: StringType;
16703
+ DateTime: import("@elaraai/east").DateTimeType;
16704
+ }>;
16705
+ }>], import("@elaraai/east").NullType>>;
16706
+ onCellDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16707
+ rowIndex: import("@elaraai/east").IntegerType;
16708
+ columnKey: StringType;
16709
+ cellValue: import("@elaraai/east").VariantType<{
16710
+ Boolean: BooleanType;
16711
+ Integer: import("@elaraai/east").IntegerType;
16712
+ Float: FloatType;
16713
+ String: StringType;
16714
+ DateTime: import("@elaraai/east").DateTimeType;
16715
+ }>;
16716
+ }>], import("@elaraai/east").NullType>>;
16717
+ onRowClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16718
+ rowIndex: import("@elaraai/east").IntegerType;
16719
+ }>], import("@elaraai/east").NullType>>;
16720
+ onRowDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16721
+ rowIndex: import("@elaraai/east").IntegerType;
16722
+ }>], import("@elaraai/east").NullType>>;
16723
+ onRowSelectionChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16724
+ rowIndex: import("@elaraai/east").IntegerType;
16725
+ selected: BooleanType;
16726
+ selectedRowsIndices: ArrayType<import("@elaraai/east").IntegerType>;
16727
+ }>], import("@elaraai/east").NullType>>;
16728
+ onSortChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16729
+ columnKey: StringType;
16730
+ sortIndex: import("@elaraai/east").IntegerType;
16731
+ sortDirection: import("@elaraai/east").VariantType<{
16732
+ asc: import("@elaraai/east").NullType;
16733
+ desc: import("@elaraai/east").NullType;
16734
+ }>;
16735
+ }>], import("@elaraai/east").NullType>>;
14220
16736
  }>>;
14221
16737
  }>;
14222
16738
  Gantt: StructType<{
@@ -14306,6 +16822,104 @@ export declare const Splitter: {
14306
16822
  pink: import("@elaraai/east").NullType;
14307
16823
  }>>;
14308
16824
  showToday: OptionType<BooleanType>;
16825
+ dragStep: OptionType<import("@elaraai/east").VariantType<{
16826
+ minutes: FloatType;
16827
+ hours: FloatType;
16828
+ days: FloatType;
16829
+ weeks: FloatType;
16830
+ months: FloatType;
16831
+ }>>;
16832
+ durationStep: OptionType<import("@elaraai/east").VariantType<{
16833
+ minutes: FloatType;
16834
+ hours: FloatType;
16835
+ days: FloatType;
16836
+ weeks: FloatType;
16837
+ months: FloatType;
16838
+ }>>;
16839
+ onCellClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16840
+ rowIndex: import("@elaraai/east").IntegerType;
16841
+ columnKey: StringType;
16842
+ cellValue: import("@elaraai/east").VariantType<{
16843
+ Boolean: BooleanType;
16844
+ Integer: import("@elaraai/east").IntegerType;
16845
+ Float: FloatType;
16846
+ String: StringType;
16847
+ DateTime: import("@elaraai/east").DateTimeType;
16848
+ }>;
16849
+ }>], import("@elaraai/east").NullType>>;
16850
+ onCellDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16851
+ rowIndex: import("@elaraai/east").IntegerType;
16852
+ columnKey: StringType;
16853
+ cellValue: import("@elaraai/east").VariantType<{
16854
+ Boolean: BooleanType;
16855
+ Integer: import("@elaraai/east").IntegerType;
16856
+ Float: FloatType;
16857
+ String: StringType;
16858
+ DateTime: import("@elaraai/east").DateTimeType;
16859
+ }>;
16860
+ }>], import("@elaraai/east").NullType>>;
16861
+ onRowClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16862
+ rowIndex: import("@elaraai/east").IntegerType;
16863
+ }>], import("@elaraai/east").NullType>>;
16864
+ onRowDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16865
+ rowIndex: import("@elaraai/east").IntegerType;
16866
+ }>], import("@elaraai/east").NullType>>;
16867
+ onSortChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16868
+ columnKey: StringType;
16869
+ sortIndex: import("@elaraai/east").IntegerType;
16870
+ sortDirection: import("@elaraai/east").VariantType<{
16871
+ asc: import("@elaraai/east").NullType;
16872
+ desc: import("@elaraai/east").NullType;
16873
+ }>;
16874
+ }>], import("@elaraai/east").NullType>>;
16875
+ onTaskClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16876
+ rowIndex: import("@elaraai/east").IntegerType;
16877
+ taskIndex: import("@elaraai/east").IntegerType;
16878
+ taskStart: import("@elaraai/east").DateTimeType;
16879
+ taskEnd: import("@elaraai/east").DateTimeType;
16880
+ }>], import("@elaraai/east").NullType>>;
16881
+ onTaskDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16882
+ rowIndex: import("@elaraai/east").IntegerType;
16883
+ taskIndex: import("@elaraai/east").IntegerType;
16884
+ taskStart: import("@elaraai/east").DateTimeType;
16885
+ taskEnd: import("@elaraai/east").DateTimeType;
16886
+ }>], import("@elaraai/east").NullType>>;
16887
+ onTaskDrag: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16888
+ rowIndex: import("@elaraai/east").IntegerType;
16889
+ taskIndex: import("@elaraai/east").IntegerType;
16890
+ previousStart: import("@elaraai/east").DateTimeType;
16891
+ previousEnd: import("@elaraai/east").DateTimeType;
16892
+ newStart: import("@elaraai/east").DateTimeType;
16893
+ newEnd: import("@elaraai/east").DateTimeType;
16894
+ }>], import("@elaraai/east").NullType>>;
16895
+ onTaskDurationChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16896
+ rowIndex: import("@elaraai/east").IntegerType;
16897
+ taskIndex: import("@elaraai/east").IntegerType;
16898
+ previousEnd: import("@elaraai/east").DateTimeType;
16899
+ newEnd: import("@elaraai/east").DateTimeType;
16900
+ }>], import("@elaraai/east").NullType>>;
16901
+ onTaskProgressChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16902
+ rowIndex: import("@elaraai/east").IntegerType;
16903
+ taskIndex: import("@elaraai/east").IntegerType;
16904
+ previousProgress: FloatType;
16905
+ newProgress: FloatType;
16906
+ }>], import("@elaraai/east").NullType>>;
16907
+ onMilestoneClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16908
+ rowIndex: import("@elaraai/east").IntegerType;
16909
+ milestoneIndex: import("@elaraai/east").IntegerType;
16910
+ milestoneDate: import("@elaraai/east").DateTimeType;
16911
+ }>], import("@elaraai/east").NullType>>;
16912
+ onMilestoneDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16913
+ rowIndex: import("@elaraai/east").IntegerType;
16914
+ milestoneIndex: import("@elaraai/east").IntegerType;
16915
+ milestoneDate: import("@elaraai/east").DateTimeType;
16916
+ }>], import("@elaraai/east").NullType>>;
16917
+ onMilestoneDrag: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16918
+ rowIndex: import("@elaraai/east").IntegerType;
16919
+ milestoneIndex: import("@elaraai/east").IntegerType;
16920
+ previousDate: import("@elaraai/east").DateTimeType;
16921
+ newDate: import("@elaraai/east").DateTimeType;
16922
+ }>], import("@elaraai/east").NullType>>;
14309
16923
  }>>;
14310
16924
  }>;
14311
16925
  Accordion: StructType<{
@@ -14323,6 +16937,7 @@ export declare const Splitter: {
14323
16937
  plain: import("@elaraai/east").NullType;
14324
16938
  subtle: import("@elaraai/east").NullType;
14325
16939
  }>>;
16940
+ onValueChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
14326
16941
  }>>;
14327
16942
  }>;
14328
16943
  Carousel: StructType<{
@@ -14343,6 +16958,7 @@ export declare const Splitter: {
14343
16958
  }>>;
14344
16959
  spacing: OptionType<StringType>;
14345
16960
  padding: OptionType<StringType>;
16961
+ onIndexChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
14346
16962
  }>>;
14347
16963
  }>;
14348
16964
  Tabs: StructType<{
@@ -14395,6 +17011,7 @@ export declare const Splitter: {
14395
17011
  purple: import("@elaraai/east").NullType;
14396
17012
  pink: import("@elaraai/east").NullType;
14397
17013
  }>>;
17014
+ onValueChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
14398
17015
  }>>;
14399
17016
  }>;
14400
17017
  Tooltip: StructType<{
@@ -14477,6 +17094,10 @@ export declare const Splitter: {
14477
17094
  dialog: import("@elaraai/east").NullType;
14478
17095
  alertdialog: import("@elaraai/east").NullType;
14479
17096
  }>>;
17097
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
17098
+ onExitComplete: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
17099
+ onEscapeKeyDown: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
17100
+ onInteractOutside: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
14480
17101
  }>>;
14481
17102
  }>;
14482
17103
  Drawer: StructType<{
@@ -14500,6 +17121,8 @@ export declare const Splitter: {
14500
17121
  bottom: import("@elaraai/east").NullType;
14501
17122
  }>>;
14502
17123
  contained: OptionType<BooleanType>;
17124
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
17125
+ onExitComplete: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
14503
17126
  }>>;
14504
17127
  }>;
14505
17128
  Popover: StructType<{
@@ -14530,6 +17153,7 @@ export declare const Splitter: {
14530
17153
  }>>;
14531
17154
  hasArrow: OptionType<BooleanType>;
14532
17155
  gutter: OptionType<import("@elaraai/east").IntegerType>;
17156
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
14533
17157
  }>>;
14534
17158
  }>;
14535
17159
  HoverCard: StructType<{
@@ -14559,6 +17183,7 @@ export declare const Splitter: {
14559
17183
  hasArrow: OptionType<BooleanType>;
14560
17184
  openDelay: OptionType<import("@elaraai/east").IntegerType>;
14561
17185
  closeDelay: OptionType<import("@elaraai/east").IntegerType>;
17186
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
14562
17187
  }>>;
14563
17188
  }>;
14564
17189
  ActionBar: StructType<{
@@ -14572,7 +17197,10 @@ export declare const Splitter: {
14572
17197
  }>>;
14573
17198
  selectionCount: OptionType<import("@elaraai/east").IntegerType>;
14574
17199
  selectionLabel: OptionType<StringType>;
14575
- style: OptionType<StructType<{}>>;
17200
+ style: OptionType<StructType<{
17201
+ onSelect: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
17202
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
17203
+ }>>;
14576
17204
  }>;
14577
17205
  ToggleTip: StructType<{
14578
17206
  trigger: import("@elaraai/east").RecursiveTypeMarker;
@@ -14593,8 +17221,12 @@ export declare const Splitter: {
14593
17221
  "right-end": import("@elaraai/east").NullType;
14594
17222
  }>>;
14595
17223
  hasArrow: OptionType<BooleanType>;
17224
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
14596
17225
  }>>;
14597
17226
  }>;
17227
+ ReactiveComponent: StructType<{
17228
+ render: import("@elaraai/east").FunctionType<[], import("@elaraai/east").RecursiveTypeMarker>;
17229
+ }>;
14598
17230
  }>>;
14599
17231
  minSize: OptionType<FloatType>;
14600
17232
  maxSize: OptionType<FloatType>;
@@ -14615,6 +17247,24 @@ export declare const Splitter: {
14615
17247
  horizontal: import("@elaraai/east").NullType;
14616
17248
  vertical: import("@elaraai/east").NullType;
14617
17249
  }>>;
17250
+ onResize: OptionType<import("@elaraai/east").FunctionType<[StructType<{
17251
+ size: ArrayType<FloatType>;
17252
+ }>], import("@elaraai/east").NullType>>;
17253
+ onResizeStart: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
17254
+ onResizeEnd: OptionType<import("@elaraai/east").FunctionType<[StructType<{
17255
+ size: ArrayType<FloatType>;
17256
+ }>], import("@elaraai/east").NullType>>;
17257
+ }>;
17258
+ /**
17259
+ * Resize details type for onResize callback.
17260
+ *
17261
+ * @remarks
17262
+ * This struct type contains the size array passed to resize callbacks.
17263
+ *
17264
+ * @property size - Array of panel sizes as percentages
17265
+ */
17266
+ readonly ResizeDetails: StructType<{
17267
+ size: ArrayType<FloatType>;
14618
17268
  }>;
14619
17269
  };
14620
17270
  };