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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (414) hide show
  1. package/README.md +2 -2
  2. package/dist/src/buttons/button/index.d.ts +7 -5
  3. package/dist/src/buttons/button/index.d.ts.map +1 -1
  4. package/dist/src/buttons/button/index.js +9 -13
  5. package/dist/src/buttons/button/index.js.map +1 -1
  6. package/dist/src/buttons/button/types.d.ts +7 -1
  7. package/dist/src/buttons/button/types.d.ts.map +1 -1
  8. package/dist/src/buttons/button/types.js +3 -1
  9. package/dist/src/buttons/button/types.js.map +1 -1
  10. package/dist/src/buttons/icon-button/index.d.ts +13 -32
  11. package/dist/src/buttons/icon-button/index.d.ts.map +1 -1
  12. package/dist/src/buttons/icon-button/index.js +13 -33
  13. package/dist/src/buttons/icon-button/index.js.map +1 -1
  14. package/dist/src/buttons/icon-button/types.d.ts +45 -38
  15. package/dist/src/buttons/icon-button/types.d.ts.map +1 -1
  16. package/dist/src/buttons/icon-button/types.js +5 -2
  17. package/dist/src/buttons/icon-button/types.js.map +1 -1
  18. package/dist/src/charts/area/index.d.ts +16 -31
  19. package/dist/src/charts/area/index.d.ts.map +1 -1
  20. package/dist/src/charts/area/index.js +16 -31
  21. package/dist/src/charts/area/index.js.map +1 -1
  22. package/dist/src/charts/area/types.d.ts +22 -1
  23. package/dist/src/charts/area/types.d.ts.map +1 -1
  24. package/dist/src/charts/bar/index.d.ts +12 -39
  25. package/dist/src/charts/bar/index.d.ts.map +1 -1
  26. package/dist/src/charts/bar/index.js +12 -39
  27. package/dist/src/charts/bar/index.js.map +1 -1
  28. package/dist/src/charts/bar/types.d.ts +23 -1
  29. package/dist/src/charts/bar/types.d.ts.map +1 -1
  30. package/dist/src/charts/bar-list/index.d.ts +11 -14
  31. package/dist/src/charts/bar-list/index.d.ts.map +1 -1
  32. package/dist/src/charts/bar-list/index.js +11 -14
  33. package/dist/src/charts/bar-list/index.js.map +1 -1
  34. package/dist/src/charts/bar-list/types.d.ts +9 -0
  35. package/dist/src/charts/bar-list/types.d.ts.map +1 -1
  36. package/dist/src/charts/bar-segment/index.d.ts +10 -13
  37. package/dist/src/charts/bar-segment/index.d.ts.map +1 -1
  38. package/dist/src/charts/bar-segment/index.js +10 -13
  39. package/dist/src/charts/bar-segment/index.js.map +1 -1
  40. package/dist/src/charts/bar-segment/types.d.ts +7 -0
  41. package/dist/src/charts/bar-segment/types.d.ts.map +1 -1
  42. package/dist/src/charts/line/index.d.ts +18 -17
  43. package/dist/src/charts/line/index.d.ts.map +1 -1
  44. package/dist/src/charts/line/index.js +18 -17
  45. package/dist/src/charts/line/index.js.map +1 -1
  46. package/dist/src/charts/line/types.d.ts +18 -1
  47. package/dist/src/charts/line/types.d.ts.map +1 -1
  48. package/dist/src/charts/pie/index.d.ts +11 -18
  49. package/dist/src/charts/pie/index.d.ts.map +1 -1
  50. package/dist/src/charts/pie/index.js +11 -18
  51. package/dist/src/charts/pie/index.js.map +1 -1
  52. package/dist/src/charts/pie/types.d.ts +10 -0
  53. package/dist/src/charts/pie/types.d.ts.map +1 -1
  54. package/dist/src/charts/radar/index.d.ts +15 -16
  55. package/dist/src/charts/radar/index.d.ts.map +1 -1
  56. package/dist/src/charts/radar/index.js +15 -16
  57. package/dist/src/charts/radar/index.js.map +1 -1
  58. package/dist/src/charts/radar/types.d.ts +15 -1
  59. package/dist/src/charts/radar/types.d.ts.map +1 -1
  60. package/dist/src/charts/scatter/index.d.ts +12 -13
  61. package/dist/src/charts/scatter/index.d.ts.map +1 -1
  62. package/dist/src/charts/scatter/index.js +12 -13
  63. package/dist/src/charts/scatter/index.js.map +1 -1
  64. package/dist/src/charts/scatter/types.d.ts +14 -1
  65. package/dist/src/charts/scatter/types.d.ts.map +1 -1
  66. package/dist/src/collections/data-list/index.d.ts +19 -40
  67. package/dist/src/collections/data-list/index.d.ts.map +1 -1
  68. package/dist/src/collections/data-list/index.js +19 -40
  69. package/dist/src/collections/data-list/index.js.map +1 -1
  70. package/dist/src/collections/data-list/types.d.ts +10 -6
  71. package/dist/src/collections/data-list/types.d.ts.map +1 -1
  72. package/dist/src/collections/data-list/types.js +10 -6
  73. package/dist/src/collections/data-list/types.js.map +1 -1
  74. package/dist/src/collections/gantt/index.d.ts +4668 -968
  75. package/dist/src/collections/gantt/index.d.ts.map +1 -1
  76. package/dist/src/collections/gantt/index.js +133 -81
  77. package/dist/src/collections/gantt/index.js.map +1 -1
  78. package/dist/src/collections/gantt/types.d.ts +336 -56
  79. package/dist/src/collections/gantt/types.d.ts.map +1 -1
  80. package/dist/src/collections/gantt/types.js +142 -2
  81. package/dist/src/collections/gantt/types.js.map +1 -1
  82. package/dist/src/collections/table/index.d.ts +11350 -8517
  83. package/dist/src/collections/table/index.d.ts.map +1 -1
  84. package/dist/src/collections/table/index.js +64 -53
  85. package/dist/src/collections/table/index.js.map +1 -1
  86. package/dist/src/collections/table/types.d.ts +155 -17
  87. package/dist/src/collections/table/types.d.ts.map +1 -1
  88. package/dist/src/collections/table/types.js +78 -14
  89. package/dist/src/collections/table/types.js.map +1 -1
  90. package/dist/src/collections/tree-view/index.d.ts +42 -70
  91. package/dist/src/collections/tree-view/index.d.ts.map +1 -1
  92. package/dist/src/collections/tree-view/index.js +40 -71
  93. package/dist/src/collections/tree-view/index.js.map +1 -1
  94. package/dist/src/collections/tree-view/types.d.ts +24 -1
  95. package/dist/src/collections/tree-view/types.d.ts.map +1 -1
  96. package/dist/src/collections/tree-view/types.js +7 -1
  97. package/dist/src/collections/tree-view/types.js.map +1 -1
  98. package/dist/src/component.d.ts +688 -21
  99. package/dist/src/component.d.ts.map +1 -1
  100. package/dist/src/component.js +15 -23
  101. package/dist/src/component.js.map +1 -1
  102. package/dist/src/container/card/index.d.ts +1387 -64
  103. package/dist/src/container/card/index.d.ts.map +1 -1
  104. package/dist/src/container/card/index.js +11 -20
  105. package/dist/src/container/card/index.js.map +1 -1
  106. package/dist/src/container/card/types.d.ts +3 -4
  107. package/dist/src/container/card/types.d.ts.map +1 -1
  108. package/dist/src/container/card/types.js +3 -4
  109. package/dist/src/container/card/types.js.map +1 -1
  110. package/dist/src/disclosure/accordion/index.d.ts +2923 -277
  111. package/dist/src/disclosure/accordion/index.d.ts.map +1 -1
  112. package/dist/src/disclosure/accordion/index.js +35 -65
  113. package/dist/src/disclosure/accordion/index.js.map +1 -1
  114. package/dist/src/disclosure/accordion/types.d.ts +6 -1
  115. package/dist/src/disclosure/accordion/types.d.ts.map +1 -1
  116. package/dist/src/disclosure/accordion/types.js +3 -1
  117. package/dist/src/disclosure/accordion/types.js.map +1 -1
  118. package/dist/src/disclosure/carousel/index.d.ts +1391 -89
  119. package/dist/src/disclosure/carousel/index.d.ts.map +1 -1
  120. package/dist/src/disclosure/carousel/index.js +15 -46
  121. package/dist/src/disclosure/carousel/index.js.map +1 -1
  122. package/dist/src/disclosure/carousel/types.d.ts +9 -3
  123. package/dist/src/disclosure/carousel/types.d.ts.map +1 -1
  124. package/dist/src/disclosure/carousel/types.js +4 -1
  125. package/dist/src/disclosure/carousel/types.js.map +1 -1
  126. package/dist/src/disclosure/tabs/index.d.ts +2911 -283
  127. package/dist/src/disclosure/tabs/index.d.ts.map +1 -1
  128. package/dist/src/disclosure/tabs/index.js +18 -56
  129. package/dist/src/disclosure/tabs/index.js.map +1 -1
  130. package/dist/src/disclosure/tabs/types.d.ts +6 -1
  131. package/dist/src/disclosure/tabs/types.d.ts.map +1 -1
  132. package/dist/src/disclosure/tabs/types.js +3 -1
  133. package/dist/src/disclosure/tabs/types.js.map +1 -1
  134. package/dist/src/display/avatar/index.d.ts +8 -33
  135. package/dist/src/display/avatar/index.d.ts.map +1 -1
  136. package/dist/src/display/avatar/index.js +8 -33
  137. package/dist/src/display/avatar/index.js.map +1 -1
  138. package/dist/src/display/badge/index.d.ts +7 -22
  139. package/dist/src/display/badge/index.d.ts.map +1 -1
  140. package/dist/src/display/badge/index.js +7 -22
  141. package/dist/src/display/badge/index.js.map +1 -1
  142. package/dist/src/display/icon/index.d.ts +4 -36
  143. package/dist/src/display/icon/index.d.ts.map +1 -1
  144. package/dist/src/display/icon/index.js +4 -36
  145. package/dist/src/display/icon/index.js.map +1 -1
  146. package/dist/src/display/icon/types.d.ts +1 -0
  147. package/dist/src/display/icon/types.d.ts.map +1 -1
  148. package/dist/src/display/icon/types.js +1 -0
  149. package/dist/src/display/icon/types.js.map +1 -1
  150. package/dist/src/display/stat/index.d.ts +18 -40
  151. package/dist/src/display/stat/index.d.ts.map +1 -1
  152. package/dist/src/display/stat/index.js +18 -40
  153. package/dist/src/display/stat/index.js.map +1 -1
  154. package/dist/src/display/stat/types.d.ts +10 -6
  155. package/dist/src/display/stat/types.d.ts.map +1 -1
  156. package/dist/src/display/stat/types.js +10 -6
  157. package/dist/src/display/stat/types.js.map +1 -1
  158. package/dist/src/display/tag/index.d.ts +10 -30
  159. package/dist/src/display/tag/index.d.ts.map +1 -1
  160. package/dist/src/display/tag/index.js +13 -38
  161. package/dist/src/display/tag/index.js.map +1 -1
  162. package/dist/src/display/tag/types.d.ts +6 -1
  163. package/dist/src/display/tag/types.d.ts.map +1 -1
  164. package/dist/src/display/tag/types.js +3 -1
  165. package/dist/src/display/tag/types.js.map +1 -1
  166. package/dist/src/feedback/alert/index.d.ts +7 -39
  167. package/dist/src/feedback/alert/index.d.ts.map +1 -1
  168. package/dist/src/feedback/alert/index.js +7 -39
  169. package/dist/src/feedback/alert/index.js.map +1 -1
  170. package/dist/src/feedback/alert/types.d.ts +24 -13
  171. package/dist/src/feedback/alert/types.d.ts.map +1 -1
  172. package/dist/src/feedback/alert/types.js +24 -13
  173. package/dist/src/feedback/alert/types.js.map +1 -1
  174. package/dist/src/feedback/progress/index.d.ts +8 -42
  175. package/dist/src/feedback/progress/index.d.ts.map +1 -1
  176. package/dist/src/feedback/progress/index.js +8 -42
  177. package/dist/src/feedback/progress/index.js.map +1 -1
  178. package/dist/src/feedback/progress/types.d.ts +10 -5
  179. package/dist/src/feedback/progress/types.d.ts.map +1 -1
  180. package/dist/src/feedback/progress/types.js +10 -5
  181. package/dist/src/feedback/progress/types.js.map +1 -1
  182. package/dist/src/forms/checkbox/index.d.ts +13 -23
  183. package/dist/src/forms/checkbox/index.d.ts.map +1 -1
  184. package/dist/src/forms/checkbox/index.js +21 -39
  185. package/dist/src/forms/checkbox/index.js.map +1 -1
  186. package/dist/src/forms/checkbox/types.d.ts +20 -15
  187. package/dist/src/forms/checkbox/types.d.ts.map +1 -1
  188. package/dist/src/forms/checkbox/types.js +3 -1
  189. package/dist/src/forms/checkbox/types.js.map +1 -1
  190. package/dist/src/forms/field/index.d.ts +688 -7140
  191. package/dist/src/forms/field/index.d.ts.map +1 -1
  192. package/dist/src/forms/field/index.js +531 -90
  193. package/dist/src/forms/field/index.js.map +1 -1
  194. package/dist/src/forms/field/types.d.ts +730 -4
  195. package/dist/src/forms/field/types.d.ts.map +1 -1
  196. package/dist/src/forms/field/types.js +83 -1
  197. package/dist/src/forms/field/types.js.map +1 -1
  198. package/dist/src/forms/file-upload/index.d.ts +22 -52
  199. package/dist/src/forms/file-upload/index.d.ts.map +1 -1
  200. package/dist/src/forms/file-upload/index.js +15 -54
  201. package/dist/src/forms/file-upload/index.js.map +1 -1
  202. package/dist/src/forms/file-upload/types.d.ts +52 -1
  203. package/dist/src/forms/file-upload/types.d.ts.map +1 -1
  204. package/dist/src/forms/file-upload/types.js +32 -1
  205. package/dist/src/forms/file-upload/types.js.map +1 -1
  206. package/dist/src/forms/index.d.ts +1 -2
  207. package/dist/src/forms/index.d.ts.map +1 -1
  208. package/dist/src/forms/index.js +1 -2
  209. package/dist/src/forms/index.js.map +1 -1
  210. package/dist/src/forms/input/index.d.ts +70 -8
  211. package/dist/src/forms/input/index.d.ts.map +1 -1
  212. package/dist/src/forms/input/index.js +94 -93
  213. package/dist/src/forms/input/index.js.map +1 -1
  214. package/dist/src/forms/input/types.d.ts +203 -99
  215. package/dist/src/forms/input/types.d.ts.map +1 -1
  216. package/dist/src/forms/input/types.js +49 -26
  217. package/dist/src/forms/input/types.js.map +1 -1
  218. package/dist/src/forms/select/index.d.ts +22 -15
  219. package/dist/src/forms/select/index.d.ts.map +1 -1
  220. package/dist/src/forms/select/index.js +33 -34
  221. package/dist/src/forms/select/index.js.map +1 -1
  222. package/dist/src/forms/select/types.d.ts +44 -5
  223. package/dist/src/forms/select/types.d.ts.map +1 -1
  224. package/dist/src/forms/select/types.js +7 -1
  225. package/dist/src/forms/select/types.js.map +1 -1
  226. package/dist/src/forms/slider/index.d.ts +15 -31
  227. package/dist/src/forms/slider/index.d.ts.map +1 -1
  228. package/dist/src/forms/slider/index.js +26 -50
  229. package/dist/src/forms/slider/index.js.map +1 -1
  230. package/dist/src/forms/slider/types.d.ts +19 -7
  231. package/dist/src/forms/slider/types.d.ts.map +1 -1
  232. package/dist/src/forms/slider/types.js +13 -7
  233. package/dist/src/forms/slider/types.js.map +1 -1
  234. package/dist/src/forms/switch/index.d.ts +26 -23
  235. package/dist/src/forms/switch/index.d.ts.map +1 -1
  236. package/dist/src/forms/switch/index.js +33 -38
  237. package/dist/src/forms/switch/index.js.map +1 -1
  238. package/dist/src/forms/switch/types.d.ts +20 -15
  239. package/dist/src/forms/switch/types.d.ts.map +1 -1
  240. package/dist/src/forms/switch/types.js +3 -1
  241. package/dist/src/forms/switch/types.js.map +1 -1
  242. package/dist/src/forms/tags-input/index.d.ts +20 -50
  243. package/dist/src/forms/tags-input/index.d.ts.map +1 -1
  244. package/dist/src/forms/tags-input/index.js +24 -52
  245. package/dist/src/forms/tags-input/index.js.map +1 -1
  246. package/dist/src/forms/tags-input/types.d.ts +19 -1
  247. package/dist/src/forms/tags-input/types.d.ts.map +1 -1
  248. package/dist/src/forms/tags-input/types.js +10 -1
  249. package/dist/src/forms/tags-input/types.js.map +1 -1
  250. package/dist/src/forms/textarea/index.d.ts +20 -47
  251. package/dist/src/forms/textarea/index.d.ts.map +1 -1
  252. package/dist/src/forms/textarea/index.js +24 -49
  253. package/dist/src/forms/textarea/index.js.map +1 -1
  254. package/dist/src/forms/textarea/types.d.ts +25 -4
  255. package/dist/src/forms/textarea/types.d.ts.map +1 -1
  256. package/dist/src/forms/textarea/types.js +13 -4
  257. package/dist/src/forms/textarea/types.js.map +1 -1
  258. package/dist/src/index.d.ts +7 -3
  259. package/dist/src/index.d.ts.map +1 -1
  260. package/dist/src/index.js +9 -4
  261. package/dist/src/index.js.map +1 -1
  262. package/dist/src/internal.d.ts +0 -1
  263. package/dist/src/internal.d.ts.map +1 -1
  264. package/dist/src/internal.js +0 -1
  265. package/dist/src/internal.js.map +1 -1
  266. package/dist/src/layout/box/index.d.ts +1463 -71
  267. package/dist/src/layout/box/index.d.ts.map +1 -1
  268. package/dist/src/layout/box/index.js +48 -32
  269. package/dist/src/layout/box/index.js.map +1 -1
  270. package/dist/src/layout/box/types.d.ts +52 -2
  271. package/dist/src/layout/box/types.d.ts.map +1 -1
  272. package/dist/src/layout/box/types.js +15 -1
  273. package/dist/src/layout/box/types.js.map +1 -1
  274. package/dist/src/layout/flex/index.d.ts +8915 -0
  275. package/dist/src/layout/flex/index.d.ts.map +1 -0
  276. package/dist/src/layout/flex/index.js +291 -0
  277. package/dist/src/layout/flex/index.js.map +1 -0
  278. package/dist/src/layout/flex/types.d.ts +176 -0
  279. package/dist/src/layout/flex/types.d.ts.map +1 -0
  280. package/dist/src/layout/flex/types.js +56 -0
  281. package/dist/src/layout/flex/types.js.map +1 -0
  282. package/dist/src/layout/grid/index.d.ts +2907 -268
  283. package/dist/src/layout/grid/index.d.ts.map +1 -1
  284. package/dist/src/layout/grid/index.js +12 -37
  285. package/dist/src/layout/grid/index.js.map +1 -1
  286. package/dist/src/layout/grid/types.d.ts +11 -3
  287. package/dist/src/layout/grid/types.d.ts.map +1 -1
  288. package/dist/src/layout/grid/types.js +11 -3
  289. package/dist/src/layout/grid/types.js.map +1 -1
  290. package/dist/src/layout/index.d.ts +1 -0
  291. package/dist/src/layout/index.d.ts.map +1 -1
  292. package/dist/src/layout/index.js +1 -0
  293. package/dist/src/layout/index.js.map +1 -1
  294. package/dist/src/layout/separator/index.d.ts +7 -19
  295. package/dist/src/layout/separator/index.d.ts.map +1 -1
  296. package/dist/src/layout/separator/index.js +7 -19
  297. package/dist/src/layout/separator/index.js.map +1 -1
  298. package/dist/src/layout/splitter/index.d.ts +2948 -298
  299. package/dist/src/layout/splitter/index.d.ts.map +1 -1
  300. package/dist/src/layout/splitter/index.js +41 -74
  301. package/dist/src/layout/splitter/index.js.map +1 -1
  302. package/dist/src/layout/splitter/types.d.ts +31 -3
  303. package/dist/src/layout/splitter/types.d.ts.map +1 -1
  304. package/dist/src/layout/splitter/types.js +15 -1
  305. package/dist/src/layout/splitter/types.js.map +1 -1
  306. package/dist/src/layout/stack/index.d.ts +1469 -61
  307. package/dist/src/layout/stack/index.d.ts.map +1 -1
  308. package/dist/src/layout/stack/index.js +54 -22
  309. package/dist/src/layout/stack/index.js.map +1 -1
  310. package/dist/src/layout/stack/types.d.ts +52 -2
  311. package/dist/src/layout/stack/types.d.ts.map +1 -1
  312. package/dist/src/layout/stack/types.js +15 -1
  313. package/dist/src/layout/stack/types.js.map +1 -1
  314. package/dist/src/overlays/action-bar/index.d.ts +24 -43
  315. package/dist/src/overlays/action-bar/index.d.ts.map +1 -1
  316. package/dist/src/overlays/action-bar/index.js +19 -41
  317. package/dist/src/overlays/action-bar/index.js.map +1 -1
  318. package/dist/src/overlays/action-bar/types.d.ts +23 -2
  319. package/dist/src/overlays/action-bar/types.d.ts.map +1 -1
  320. package/dist/src/overlays/action-bar/types.js +8 -2
  321. package/dist/src/overlays/action-bar/types.js.map +1 -1
  322. package/dist/src/overlays/dialog/index.d.ts +2769 -118
  323. package/dist/src/overlays/dialog/index.d.ts.map +1 -1
  324. package/dist/src/overlays/dialog/index.js +17 -35
  325. package/dist/src/overlays/dialog/index.js.map +1 -1
  326. package/dist/src/overlays/dialog/types.d.ts +42 -1
  327. package/dist/src/overlays/dialog/types.d.ts.map +1 -1
  328. package/dist/src/overlays/dialog/types.js +13 -1
  329. package/dist/src/overlays/dialog/types.js.map +1 -1
  330. package/dist/src/overlays/drawer/index.d.ts +2763 -117
  331. package/dist/src/overlays/drawer/index.d.ts.map +1 -1
  332. package/dist/src/overlays/drawer/index.js +14 -34
  333. package/dist/src/overlays/drawer/index.js.map +1 -1
  334. package/dist/src/overlays/drawer/types.d.ts +25 -1
  335. package/dist/src/overlays/drawer/types.d.ts.map +1 -1
  336. package/dist/src/overlays/drawer/types.js +7 -1
  337. package/dist/src/overlays/drawer/types.js.map +1 -1
  338. package/dist/src/overlays/hover-card/index.d.ts +2763 -122
  339. package/dist/src/overlays/hover-card/index.d.ts.map +1 -1
  340. package/dist/src/overlays/hover-card/index.js +16 -39
  341. package/dist/src/overlays/hover-card/index.js.map +1 -1
  342. package/dist/src/overlays/hover-card/types.d.ts +17 -1
  343. package/dist/src/overlays/hover-card/types.d.ts.map +1 -1
  344. package/dist/src/overlays/hover-card/types.js +4 -1
  345. package/dist/src/overlays/hover-card/types.js.map +1 -1
  346. package/dist/src/overlays/menu/index.d.ts +1415 -86
  347. package/dist/src/overlays/menu/index.d.ts.map +1 -1
  348. package/dist/src/overlays/menu/index.js +39 -42
  349. package/dist/src/overlays/menu/index.js.map +1 -1
  350. package/dist/src/overlays/menu/types.d.ts +13 -1
  351. package/dist/src/overlays/menu/types.d.ts.map +1 -1
  352. package/dist/src/overlays/menu/types.js +7 -3
  353. package/dist/src/overlays/menu/types.js.map +1 -1
  354. package/dist/src/overlays/popover/index.d.ts +2760 -120
  355. package/dist/src/overlays/popover/index.d.ts.map +1 -1
  356. package/dist/src/overlays/popover/index.js +13 -37
  357. package/dist/src/overlays/popover/index.js.map +1 -1
  358. package/dist/src/overlays/popover/types.d.ts +22 -1
  359. package/dist/src/overlays/popover/types.d.ts.map +1 -1
  360. package/dist/src/overlays/popover/types.js +4 -1
  361. package/dist/src/overlays/popover/types.js.map +1 -1
  362. package/dist/src/overlays/toggle-tip/index.d.ts +1387 -72
  363. package/dist/src/overlays/toggle-tip/index.d.ts.map +1 -1
  364. package/dist/src/overlays/toggle-tip/index.js +11 -29
  365. package/dist/src/overlays/toggle-tip/index.js.map +1 -1
  366. package/dist/src/overlays/toggle-tip/types.d.ts +26 -13
  367. package/dist/src/overlays/toggle-tip/types.d.ts.map +1 -1
  368. package/dist/src/overlays/toggle-tip/types.js +4 -1
  369. package/dist/src/overlays/toggle-tip/types.js.map +1 -1
  370. package/dist/src/overlays/tooltip/index.d.ts +1384 -78
  371. package/dist/src/overlays/tooltip/index.d.ts.map +1 -1
  372. package/dist/src/overlays/tooltip/index.js +8 -34
  373. package/dist/src/overlays/tooltip/index.js.map +1 -1
  374. package/dist/src/overlays/tooltip/types.d.ts +12 -3
  375. package/dist/src/overlays/tooltip/types.d.ts.map +1 -1
  376. package/dist/src/overlays/tooltip/types.js +12 -3
  377. package/dist/src/overlays/tooltip/types.js.map +1 -1
  378. package/dist/src/platform/index.d.ts +217 -1
  379. package/dist/src/platform/index.d.ts.map +1 -1
  380. package/dist/src/platform/index.js +222 -1
  381. package/dist/src/platform/index.js.map +1 -1
  382. package/dist/src/platform/state.d.ts +170 -69
  383. package/dist/src/platform/state.d.ts.map +1 -1
  384. package/dist/src/platform/state.js +252 -67
  385. package/dist/src/platform/state.js.map +1 -1
  386. package/dist/src/platform/store.d.ts +172 -0
  387. package/dist/src/platform/store.d.ts.map +1 -0
  388. package/dist/src/platform/store.js +246 -0
  389. package/dist/src/platform/store.js.map +1 -0
  390. package/dist/src/reactive/index.d.ts +69 -0
  391. package/dist/src/reactive/index.d.ts.map +1 -0
  392. package/dist/src/reactive/index.js +93 -0
  393. package/dist/src/reactive/index.js.map +1 -0
  394. package/dist/src/typography/code-block/index.d.ts +2 -1
  395. package/dist/src/typography/code-block/index.d.ts.map +1 -1
  396. package/dist/src/typography/code-block/index.js +2 -1
  397. package/dist/src/typography/code-block/index.js.map +1 -1
  398. package/dist/src/typography/code-block/types.d.ts +4 -0
  399. package/dist/src/typography/code-block/types.d.ts.map +1 -1
  400. package/dist/src/typography/code-block/types.js +2 -0
  401. package/dist/src/typography/code-block/types.js.map +1 -1
  402. package/dist/src/typography/list/index.d.ts +2 -3
  403. package/dist/src/typography/list/index.d.ts.map +1 -1
  404. package/dist/src/typography/list/index.js +2 -3
  405. package/dist/src/typography/list/index.js.map +1 -1
  406. package/package.json +2 -2
  407. package/dist/src/forms/fieldset/index.d.ts +0 -112
  408. package/dist/src/forms/fieldset/index.d.ts.map +0 -1
  409. package/dist/src/forms/fieldset/index.js +0 -131
  410. package/dist/src/forms/fieldset/index.js.map +0 -1
  411. package/dist/src/forms/fieldset/types.d.ts +0 -53
  412. package/dist/src/forms/fieldset/types.d.ts.map +0 -1
  413. package/dist/src/forms/fieldset/types.js +0 -22
  414. package/dist/src/forms/fieldset/types.js.map +0 -1
@@ -188,6 +188,7 @@ export declare const DrawerType: StructType<{
188
188
  highlightLines: OptionType<ArrayType<import("@elaraai/east").IntegerType>>;
189
189
  maxHeight: OptionType<StringType>;
190
190
  showCopyButton: OptionType<import("@elaraai/east").BooleanType>;
191
+ wordWrap: OptionType<import("@elaraai/east").BooleanType>;
191
192
  title: OptionType<StringType>;
192
193
  }>;
193
194
  Button: StructType<{
@@ -219,6 +220,7 @@ export declare const DrawerType: StructType<{
219
220
  }>>;
220
221
  loading: OptionType<import("@elaraai/east").BooleanType>;
221
222
  disabled: OptionType<import("@elaraai/east").BooleanType>;
223
+ onClick: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
222
224
  }>>;
223
225
  }>;
224
226
  IconButton: StructType<{
@@ -251,6 +253,7 @@ export declare const DrawerType: StructType<{
251
253
  }>>;
252
254
  loading: OptionType<import("@elaraai/east").BooleanType>;
253
255
  disabled: OptionType<import("@elaraai/east").BooleanType>;
256
+ onClick: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
254
257
  }>>;
255
258
  }>;
256
259
  Box: StructType<{
@@ -268,6 +271,28 @@ export declare const DrawerType: StructType<{
268
271
  }>>;
269
272
  width: OptionType<StringType>;
270
273
  height: OptionType<StringType>;
274
+ minHeight: OptionType<StringType>;
275
+ minWidth: OptionType<StringType>;
276
+ maxHeight: OptionType<StringType>;
277
+ maxWidth: OptionType<StringType>;
278
+ overflow: OptionType<import("@elaraai/east").VariantType<{
279
+ visible: import("@elaraai/east").NullType;
280
+ hidden: import("@elaraai/east").NullType;
281
+ scroll: import("@elaraai/east").NullType;
282
+ auto: import("@elaraai/east").NullType;
283
+ }>>;
284
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
285
+ visible: import("@elaraai/east").NullType;
286
+ hidden: import("@elaraai/east").NullType;
287
+ scroll: import("@elaraai/east").NullType;
288
+ auto: import("@elaraai/east").NullType;
289
+ }>>;
290
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
291
+ visible: import("@elaraai/east").NullType;
292
+ hidden: import("@elaraai/east").NullType;
293
+ scroll: import("@elaraai/east").NullType;
294
+ auto: import("@elaraai/east").NullType;
295
+ }>>;
271
296
  padding: OptionType<StructType<{
272
297
  top: OptionType<StringType>;
273
298
  right: OptionType<StringType>;
@@ -307,6 +332,77 @@ export declare const DrawerType: StructType<{
307
332
  gap: OptionType<StringType>;
308
333
  }>>;
309
334
  }>;
335
+ Flex: StructType<{
336
+ children: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
337
+ style: OptionType<StructType<{
338
+ direction: OptionType<import("@elaraai/east").VariantType<{
339
+ row: import("@elaraai/east").NullType;
340
+ column: import("@elaraai/east").NullType;
341
+ "row-reverse": import("@elaraai/east").NullType;
342
+ "column-reverse": import("@elaraai/east").NullType;
343
+ }>>;
344
+ wrap: OptionType<import("@elaraai/east").VariantType<{
345
+ nowrap: import("@elaraai/east").NullType;
346
+ wrap: import("@elaraai/east").NullType;
347
+ "wrap-reverse": import("@elaraai/east").NullType;
348
+ }>>;
349
+ justifyContent: OptionType<import("@elaraai/east").VariantType<{
350
+ "flex-start": import("@elaraai/east").NullType;
351
+ "flex-end": import("@elaraai/east").NullType;
352
+ center: import("@elaraai/east").NullType;
353
+ "space-between": import("@elaraai/east").NullType;
354
+ "space-around": import("@elaraai/east").NullType;
355
+ "space-evenly": import("@elaraai/east").NullType;
356
+ }>>;
357
+ alignItems: OptionType<import("@elaraai/east").VariantType<{
358
+ "flex-start": import("@elaraai/east").NullType;
359
+ "flex-end": import("@elaraai/east").NullType;
360
+ center: import("@elaraai/east").NullType;
361
+ baseline: import("@elaraai/east").NullType;
362
+ stretch: import("@elaraai/east").NullType;
363
+ }>>;
364
+ gap: OptionType<StringType>;
365
+ width: OptionType<StringType>;
366
+ height: OptionType<StringType>;
367
+ minHeight: OptionType<StringType>;
368
+ minWidth: OptionType<StringType>;
369
+ maxHeight: OptionType<StringType>;
370
+ maxWidth: OptionType<StringType>;
371
+ overflow: OptionType<import("@elaraai/east").VariantType<{
372
+ visible: import("@elaraai/east").NullType;
373
+ hidden: import("@elaraai/east").NullType;
374
+ scroll: import("@elaraai/east").NullType;
375
+ auto: import("@elaraai/east").NullType;
376
+ }>>;
377
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
378
+ visible: import("@elaraai/east").NullType;
379
+ hidden: import("@elaraai/east").NullType;
380
+ scroll: import("@elaraai/east").NullType;
381
+ auto: import("@elaraai/east").NullType;
382
+ }>>;
383
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
384
+ visible: import("@elaraai/east").NullType;
385
+ hidden: import("@elaraai/east").NullType;
386
+ scroll: import("@elaraai/east").NullType;
387
+ auto: import("@elaraai/east").NullType;
388
+ }>>;
389
+ padding: OptionType<StructType<{
390
+ top: OptionType<StringType>;
391
+ right: OptionType<StringType>;
392
+ bottom: OptionType<StringType>;
393
+ left: OptionType<StringType>;
394
+ }>>;
395
+ margin: OptionType<StructType<{
396
+ top: OptionType<StringType>;
397
+ right: OptionType<StringType>;
398
+ bottom: OptionType<StringType>;
399
+ left: OptionType<StringType>;
400
+ }>>;
401
+ background: OptionType<StringType>;
402
+ color: OptionType<StringType>;
403
+ borderRadius: OptionType<StringType>;
404
+ }>>;
405
+ }>;
310
406
  Stack: StructType<{
311
407
  children: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
312
408
  style: OptionType<StructType<{
@@ -352,6 +448,28 @@ export declare const DrawerType: StructType<{
352
448
  background: OptionType<StringType>;
353
449
  width: OptionType<StringType>;
354
450
  height: OptionType<StringType>;
451
+ minHeight: OptionType<StringType>;
452
+ minWidth: OptionType<StringType>;
453
+ maxHeight: OptionType<StringType>;
454
+ maxWidth: OptionType<StringType>;
455
+ overflow: OptionType<import("@elaraai/east").VariantType<{
456
+ visible: import("@elaraai/east").NullType;
457
+ hidden: import("@elaraai/east").NullType;
458
+ scroll: import("@elaraai/east").NullType;
459
+ auto: import("@elaraai/east").NullType;
460
+ }>>;
461
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
462
+ visible: import("@elaraai/east").NullType;
463
+ hidden: import("@elaraai/east").NullType;
464
+ scroll: import("@elaraai/east").NullType;
465
+ auto: import("@elaraai/east").NullType;
466
+ }>>;
467
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
468
+ visible: import("@elaraai/east").NullType;
469
+ hidden: import("@elaraai/east").NullType;
470
+ scroll: import("@elaraai/east").NullType;
471
+ auto: import("@elaraai/east").NullType;
472
+ }>>;
355
473
  }>>;
356
474
  }>;
357
475
  Separator: StructType<{
@@ -446,6 +564,13 @@ export declare const DrawerType: StructType<{
446
564
  horizontal: import("@elaraai/east").NullType;
447
565
  vertical: import("@elaraai/east").NullType;
448
566
  }>>;
567
+ onResize: OptionType<import("@elaraai/east").FunctionType<[StructType<{
568
+ size: ArrayType<import("@elaraai/east").FloatType>;
569
+ }>], import("@elaraai/east").NullType>>;
570
+ onResizeStart: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
571
+ onResizeEnd: OptionType<import("@elaraai/east").FunctionType<[StructType<{
572
+ size: ArrayType<import("@elaraai/east").FloatType>;
573
+ }>], import("@elaraai/east").NullType>>;
449
574
  }>>;
450
575
  }>;
451
576
  StringInput: StructType<{
@@ -465,6 +590,9 @@ export declare const DrawerType: StructType<{
465
590
  maxLength: OptionType<import("@elaraai/east").IntegerType>;
466
591
  pattern: OptionType<StringType>;
467
592
  disabled: OptionType<import("@elaraai/east").BooleanType>;
593
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
594
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
595
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
468
596
  }>;
469
597
  IntegerInput: StructType<{
470
598
  value: import("@elaraai/east").IntegerType;
@@ -483,6 +611,9 @@ export declare const DrawerType: StructType<{
483
611
  lg: import("@elaraai/east").NullType;
484
612
  }>>;
485
613
  disabled: OptionType<import("@elaraai/east").BooleanType>;
614
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
615
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
616
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
486
617
  }>;
487
618
  FloatInput: StructType<{
488
619
  value: import("@elaraai/east").FloatType;
@@ -502,13 +633,44 @@ export declare const DrawerType: StructType<{
502
633
  lg: import("@elaraai/east").NullType;
503
634
  }>>;
504
635
  disabled: OptionType<import("@elaraai/east").BooleanType>;
636
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
637
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
638
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
505
639
  }>;
506
640
  DateTimeInput: StructType<{
507
641
  value: import("@elaraai/east").DateTimeType;
508
642
  min: OptionType<import("@elaraai/east").DateTimeType>;
509
643
  max: OptionType<import("@elaraai/east").DateTimeType>;
510
- showTime: OptionType<import("@elaraai/east").BooleanType>;
511
- format: OptionType<StringType>;
644
+ precision: OptionType<import("@elaraai/east").VariantType<{
645
+ date: import("@elaraai/east").NullType;
646
+ time: import("@elaraai/east").NullType;
647
+ datetime: import("@elaraai/east").NullType;
648
+ }>>;
649
+ format: OptionType<ArrayType<import("@elaraai/east").VariantType<{
650
+ literal: StringType;
651
+ year4: import("@elaraai/east").NullType;
652
+ year2: import("@elaraai/east").NullType;
653
+ month1: import("@elaraai/east").NullType;
654
+ month2: import("@elaraai/east").NullType;
655
+ monthNameShort: import("@elaraai/east").NullType;
656
+ monthNameFull: import("@elaraai/east").NullType;
657
+ day1: import("@elaraai/east").NullType;
658
+ day2: import("@elaraai/east").NullType;
659
+ weekdayNameMin: import("@elaraai/east").NullType;
660
+ weekdayNameShort: import("@elaraai/east").NullType;
661
+ weekdayNameFull: import("@elaraai/east").NullType;
662
+ hour24_1: import("@elaraai/east").NullType;
663
+ hour24_2: import("@elaraai/east").NullType;
664
+ hour12_1: import("@elaraai/east").NullType;
665
+ hour12_2: import("@elaraai/east").NullType;
666
+ minute1: import("@elaraai/east").NullType;
667
+ minute2: import("@elaraai/east").NullType;
668
+ second1: import("@elaraai/east").NullType;
669
+ second2: import("@elaraai/east").NullType;
670
+ millisecond3: import("@elaraai/east").NullType;
671
+ ampmUpper: import("@elaraai/east").NullType;
672
+ ampmLower: import("@elaraai/east").NullType;
673
+ }>>>;
512
674
  variant: OptionType<import("@elaraai/east").VariantType<{
513
675
  outline: import("@elaraai/east").NullType;
514
676
  subtle: import("@elaraai/east").NullType;
@@ -521,6 +683,9 @@ export declare const DrawerType: StructType<{
521
683
  lg: import("@elaraai/east").NullType;
522
684
  }>>;
523
685
  disabled: OptionType<import("@elaraai/east").BooleanType>;
686
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").DateTimeType], import("@elaraai/east").NullType>>;
687
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
688
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
524
689
  }>;
525
690
  Checkbox: StructType<{
526
691
  checked: import("@elaraai/east").BooleanType;
@@ -545,6 +710,7 @@ export declare const DrawerType: StructType<{
545
710
  md: import("@elaraai/east").NullType;
546
711
  lg: import("@elaraai/east").NullType;
547
712
  }>>;
713
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
548
714
  }>;
549
715
  Switch: StructType<{
550
716
  checked: import("@elaraai/east").BooleanType;
@@ -568,6 +734,7 @@ export declare const DrawerType: StructType<{
568
734
  md: import("@elaraai/east").NullType;
569
735
  lg: import("@elaraai/east").NullType;
570
736
  }>>;
737
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
571
738
  }>;
572
739
  Select: StructType<{
573
740
  value: OptionType<StringType>;
@@ -585,6 +752,9 @@ export declare const DrawerType: StructType<{
585
752
  md: import("@elaraai/east").NullType;
586
753
  lg: import("@elaraai/east").NullType;
587
754
  }>>;
755
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
756
+ onChangeMultiple: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
757
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
588
758
  }>;
589
759
  Slider: StructType<{
590
760
  value: import("@elaraai/east").FloatType;
@@ -618,6 +788,8 @@ export declare const DrawerType: StructType<{
618
788
  subtle: import("@elaraai/east").NullType;
619
789
  }>>;
620
790
  disabled: OptionType<import("@elaraai/east").BooleanType>;
791
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
792
+ onChangeEnd: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
621
793
  }>;
622
794
  FileUpload: StructType<{
623
795
  accept: OptionType<StringType>;
@@ -636,31 +808,358 @@ export declare const DrawerType: StructType<{
636
808
  label: OptionType<StringType>;
637
809
  dropzoneText: OptionType<StringType>;
638
810
  triggerText: OptionType<StringType>;
811
+ onFileAccept: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
812
+ name: StringType;
813
+ size: import("@elaraai/east").IntegerType;
814
+ type: StringType;
815
+ }>>], import("@elaraai/east").NullType>>;
816
+ onFileReject: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
817
+ file: StructType<{
818
+ name: StringType;
819
+ size: import("@elaraai/east").IntegerType;
820
+ type: StringType;
821
+ }>;
822
+ errors: ArrayType<StringType>;
823
+ }>>], import("@elaraai/east").NullType>>;
639
824
  }>;
640
825
  Field: StructType<{
641
826
  label: StringType;
642
- control: import("@elaraai/east").RecursiveTypeMarker;
827
+ control: import("@elaraai/east").VariantType<{
828
+ Checkbox: StructType<{
829
+ checked: import("@elaraai/east").BooleanType;
830
+ label: OptionType<StringType>;
831
+ indeterminate: OptionType<import("@elaraai/east").BooleanType>;
832
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
833
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
834
+ gray: import("@elaraai/east").NullType;
835
+ red: import("@elaraai/east").NullType;
836
+ orange: import("@elaraai/east").NullType;
837
+ yellow: import("@elaraai/east").NullType;
838
+ green: import("@elaraai/east").NullType;
839
+ teal: import("@elaraai/east").NullType;
840
+ blue: import("@elaraai/east").NullType;
841
+ cyan: import("@elaraai/east").NullType;
842
+ purple: import("@elaraai/east").NullType;
843
+ pink: import("@elaraai/east").NullType;
844
+ }>>;
845
+ size: OptionType<import("@elaraai/east").VariantType<{
846
+ xs: import("@elaraai/east").NullType;
847
+ sm: import("@elaraai/east").NullType;
848
+ md: import("@elaraai/east").NullType;
849
+ lg: import("@elaraai/east").NullType;
850
+ }>>;
851
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
852
+ }>;
853
+ StringInput: StructType<{
854
+ value: StringType;
855
+ placeholder: OptionType<StringType>;
856
+ variant: OptionType<import("@elaraai/east").VariantType<{
857
+ outline: import("@elaraai/east").NullType;
858
+ subtle: import("@elaraai/east").NullType;
859
+ flushed: import("@elaraai/east").NullType;
860
+ }>>;
861
+ size: OptionType<import("@elaraai/east").VariantType<{
862
+ xs: import("@elaraai/east").NullType;
863
+ sm: import("@elaraai/east").NullType;
864
+ md: import("@elaraai/east").NullType;
865
+ lg: import("@elaraai/east").NullType;
866
+ }>>;
867
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
868
+ pattern: OptionType<StringType>;
869
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
870
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
871
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
872
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
873
+ }>;
874
+ IntegerInput: StructType<{
875
+ value: import("@elaraai/east").IntegerType;
876
+ min: OptionType<import("@elaraai/east").IntegerType>;
877
+ max: OptionType<import("@elaraai/east").IntegerType>;
878
+ step: OptionType<import("@elaraai/east").IntegerType>;
879
+ variant: OptionType<import("@elaraai/east").VariantType<{
880
+ outline: import("@elaraai/east").NullType;
881
+ subtle: import("@elaraai/east").NullType;
882
+ flushed: import("@elaraai/east").NullType;
883
+ }>>;
884
+ size: OptionType<import("@elaraai/east").VariantType<{
885
+ xs: import("@elaraai/east").NullType;
886
+ sm: import("@elaraai/east").NullType;
887
+ md: import("@elaraai/east").NullType;
888
+ lg: import("@elaraai/east").NullType;
889
+ }>>;
890
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
891
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
892
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
893
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
894
+ }>;
895
+ FloatInput: StructType<{
896
+ value: import("@elaraai/east").FloatType;
897
+ min: OptionType<import("@elaraai/east").FloatType>;
898
+ max: OptionType<import("@elaraai/east").FloatType>;
899
+ step: OptionType<import("@elaraai/east").FloatType>;
900
+ precision: OptionType<import("@elaraai/east").IntegerType>;
901
+ variant: OptionType<import("@elaraai/east").VariantType<{
902
+ outline: import("@elaraai/east").NullType;
903
+ subtle: import("@elaraai/east").NullType;
904
+ flushed: import("@elaraai/east").NullType;
905
+ }>>;
906
+ size: OptionType<import("@elaraai/east").VariantType<{
907
+ xs: import("@elaraai/east").NullType;
908
+ sm: import("@elaraai/east").NullType;
909
+ md: import("@elaraai/east").NullType;
910
+ lg: import("@elaraai/east").NullType;
911
+ }>>;
912
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
913
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
914
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
915
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
916
+ }>;
917
+ DateTimeInput: StructType<{
918
+ value: import("@elaraai/east").DateTimeType;
919
+ min: OptionType<import("@elaraai/east").DateTimeType>;
920
+ max: OptionType<import("@elaraai/east").DateTimeType>;
921
+ precision: OptionType<import("@elaraai/east").VariantType<{
922
+ date: import("@elaraai/east").NullType;
923
+ time: import("@elaraai/east").NullType;
924
+ datetime: import("@elaraai/east").NullType;
925
+ }>>;
926
+ format: OptionType<ArrayType<import("@elaraai/east").VariantType<{
927
+ literal: StringType;
928
+ year4: import("@elaraai/east").NullType;
929
+ year2: import("@elaraai/east").NullType;
930
+ month1: import("@elaraai/east").NullType;
931
+ month2: import("@elaraai/east").NullType;
932
+ monthNameShort: import("@elaraai/east").NullType;
933
+ monthNameFull: import("@elaraai/east").NullType;
934
+ day1: import("@elaraai/east").NullType;
935
+ day2: import("@elaraai/east").NullType;
936
+ weekdayNameMin: import("@elaraai/east").NullType;
937
+ weekdayNameShort: import("@elaraai/east").NullType;
938
+ weekdayNameFull: import("@elaraai/east").NullType;
939
+ hour24_1: import("@elaraai/east").NullType;
940
+ hour24_2: import("@elaraai/east").NullType;
941
+ hour12_1: import("@elaraai/east").NullType;
942
+ hour12_2: import("@elaraai/east").NullType;
943
+ minute1: import("@elaraai/east").NullType;
944
+ minute2: import("@elaraai/east").NullType;
945
+ second1: import("@elaraai/east").NullType;
946
+ second2: import("@elaraai/east").NullType;
947
+ millisecond3: import("@elaraai/east").NullType;
948
+ ampmUpper: import("@elaraai/east").NullType;
949
+ ampmLower: import("@elaraai/east").NullType;
950
+ }>>>;
951
+ variant: OptionType<import("@elaraai/east").VariantType<{
952
+ outline: import("@elaraai/east").NullType;
953
+ subtle: import("@elaraai/east").NullType;
954
+ flushed: import("@elaraai/east").NullType;
955
+ }>>;
956
+ size: OptionType<import("@elaraai/east").VariantType<{
957
+ xs: import("@elaraai/east").NullType;
958
+ sm: import("@elaraai/east").NullType;
959
+ md: import("@elaraai/east").NullType;
960
+ lg: import("@elaraai/east").NullType;
961
+ }>>;
962
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
963
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").DateTimeType], import("@elaraai/east").NullType>>;
964
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
965
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
966
+ }>;
967
+ FileUpload: StructType<{
968
+ accept: OptionType<StringType>;
969
+ maxFiles: OptionType<import("@elaraai/east").IntegerType>;
970
+ maxFileSize: OptionType<import("@elaraai/east").IntegerType>;
971
+ minFileSize: OptionType<import("@elaraai/east").IntegerType>;
972
+ directory: OptionType<import("@elaraai/east").BooleanType>;
973
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
974
+ required: OptionType<import("@elaraai/east").BooleanType>;
975
+ allowDrop: OptionType<import("@elaraai/east").BooleanType>;
976
+ capture: OptionType<import("@elaraai/east").VariantType<{
977
+ user: import("@elaraai/east").NullType;
978
+ environment: import("@elaraai/east").NullType;
979
+ }>>;
980
+ name: OptionType<StringType>;
981
+ label: OptionType<StringType>;
982
+ dropzoneText: OptionType<StringType>;
983
+ triggerText: OptionType<StringType>;
984
+ onFileAccept: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
985
+ name: StringType;
986
+ size: import("@elaraai/east").IntegerType;
987
+ type: StringType;
988
+ }>>], import("@elaraai/east").NullType>>;
989
+ onFileReject: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
990
+ file: StructType<{
991
+ name: StringType;
992
+ size: import("@elaraai/east").IntegerType;
993
+ type: StringType;
994
+ }>;
995
+ errors: ArrayType<StringType>;
996
+ }>>], import("@elaraai/east").NullType>>;
997
+ }>;
998
+ Select: StructType<{
999
+ value: OptionType<StringType>;
1000
+ items: ArrayType<StructType<{
1001
+ value: StringType;
1002
+ label: StringType;
1003
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
1004
+ }>>;
1005
+ placeholder: OptionType<StringType>;
1006
+ multiple: OptionType<import("@elaraai/east").BooleanType>;
1007
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
1008
+ size: OptionType<import("@elaraai/east").VariantType<{
1009
+ xs: import("@elaraai/east").NullType;
1010
+ sm: import("@elaraai/east").NullType;
1011
+ md: import("@elaraai/east").NullType;
1012
+ lg: import("@elaraai/east").NullType;
1013
+ }>>;
1014
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
1015
+ onChangeMultiple: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
1016
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
1017
+ }>;
1018
+ Slider: StructType<{
1019
+ value: import("@elaraai/east").FloatType;
1020
+ min: OptionType<import("@elaraai/east").FloatType>;
1021
+ max: OptionType<import("@elaraai/east").FloatType>;
1022
+ step: OptionType<import("@elaraai/east").FloatType>;
1023
+ orientation: OptionType<import("@elaraai/east").VariantType<{
1024
+ horizontal: import("@elaraai/east").NullType;
1025
+ vertical: import("@elaraai/east").NullType;
1026
+ }>>;
1027
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
1028
+ gray: import("@elaraai/east").NullType;
1029
+ red: import("@elaraai/east").NullType;
1030
+ orange: import("@elaraai/east").NullType;
1031
+ yellow: import("@elaraai/east").NullType;
1032
+ green: import("@elaraai/east").NullType;
1033
+ teal: import("@elaraai/east").NullType;
1034
+ blue: import("@elaraai/east").NullType;
1035
+ cyan: import("@elaraai/east").NullType;
1036
+ purple: import("@elaraai/east").NullType;
1037
+ pink: import("@elaraai/east").NullType;
1038
+ }>>;
1039
+ size: OptionType<import("@elaraai/east").VariantType<{
1040
+ xs: import("@elaraai/east").NullType;
1041
+ sm: import("@elaraai/east").NullType;
1042
+ md: import("@elaraai/east").NullType;
1043
+ lg: import("@elaraai/east").NullType;
1044
+ }>>;
1045
+ variant: OptionType<import("@elaraai/east").VariantType<{
1046
+ outline: import("@elaraai/east").NullType;
1047
+ subtle: import("@elaraai/east").NullType;
1048
+ }>>;
1049
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
1050
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
1051
+ onChangeEnd: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
1052
+ }>;
1053
+ Switch: StructType<{
1054
+ checked: import("@elaraai/east").BooleanType;
1055
+ label: OptionType<StringType>;
1056
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
1057
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
1058
+ gray: import("@elaraai/east").NullType;
1059
+ red: import("@elaraai/east").NullType;
1060
+ orange: import("@elaraai/east").NullType;
1061
+ yellow: import("@elaraai/east").NullType;
1062
+ green: import("@elaraai/east").NullType;
1063
+ teal: import("@elaraai/east").NullType;
1064
+ blue: import("@elaraai/east").NullType;
1065
+ cyan: import("@elaraai/east").NullType;
1066
+ purple: import("@elaraai/east").NullType;
1067
+ pink: import("@elaraai/east").NullType;
1068
+ }>>;
1069
+ size: OptionType<import("@elaraai/east").VariantType<{
1070
+ xs: import("@elaraai/east").NullType;
1071
+ sm: import("@elaraai/east").NullType;
1072
+ md: import("@elaraai/east").NullType;
1073
+ lg: import("@elaraai/east").NullType;
1074
+ }>>;
1075
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
1076
+ }>;
1077
+ TagsInput: StructType<{
1078
+ value: ArrayType<StringType>;
1079
+ defaultValue: OptionType<ArrayType<StringType>>;
1080
+ max: OptionType<import("@elaraai/east").IntegerType>;
1081
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
1082
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
1083
+ readOnly: OptionType<import("@elaraai/east").BooleanType>;
1084
+ invalid: OptionType<import("@elaraai/east").BooleanType>;
1085
+ editable: OptionType<import("@elaraai/east").BooleanType>;
1086
+ delimiter: OptionType<StringType>;
1087
+ addOnPaste: OptionType<import("@elaraai/east").BooleanType>;
1088
+ blurBehavior: OptionType<import("@elaraai/east").VariantType<{
1089
+ clear: import("@elaraai/east").NullType;
1090
+ add: import("@elaraai/east").NullType;
1091
+ }>>;
1092
+ allowOverflow: OptionType<import("@elaraai/east").BooleanType>;
1093
+ label: OptionType<StringType>;
1094
+ placeholder: OptionType<StringType>;
1095
+ size: OptionType<import("@elaraai/east").VariantType<{
1096
+ xs: import("@elaraai/east").NullType;
1097
+ sm: import("@elaraai/east").NullType;
1098
+ md: import("@elaraai/east").NullType;
1099
+ lg: import("@elaraai/east").NullType;
1100
+ }>>;
1101
+ variant: OptionType<import("@elaraai/east").VariantType<{
1102
+ outline: import("@elaraai/east").NullType;
1103
+ subtle: import("@elaraai/east").NullType;
1104
+ flushed: import("@elaraai/east").NullType;
1105
+ }>>;
1106
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
1107
+ gray: import("@elaraai/east").NullType;
1108
+ red: import("@elaraai/east").NullType;
1109
+ orange: import("@elaraai/east").NullType;
1110
+ yellow: import("@elaraai/east").NullType;
1111
+ green: import("@elaraai/east").NullType;
1112
+ teal: import("@elaraai/east").NullType;
1113
+ blue: import("@elaraai/east").NullType;
1114
+ cyan: import("@elaraai/east").NullType;
1115
+ purple: import("@elaraai/east").NullType;
1116
+ pink: import("@elaraai/east").NullType;
1117
+ }>>;
1118
+ onChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
1119
+ onInputChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
1120
+ onHighlightChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
1121
+ }>;
1122
+ Textarea: StructType<{
1123
+ value: StringType;
1124
+ placeholder: OptionType<StringType>;
1125
+ variant: OptionType<import("@elaraai/east").VariantType<{
1126
+ outline: import("@elaraai/east").NullType;
1127
+ subtle: import("@elaraai/east").NullType;
1128
+ flushed: import("@elaraai/east").NullType;
1129
+ }>>;
1130
+ size: OptionType<import("@elaraai/east").VariantType<{
1131
+ xs: import("@elaraai/east").NullType;
1132
+ sm: import("@elaraai/east").NullType;
1133
+ md: import("@elaraai/east").NullType;
1134
+ lg: import("@elaraai/east").NullType;
1135
+ }>>;
1136
+ resize: OptionType<import("@elaraai/east").VariantType<{
1137
+ none: import("@elaraai/east").NullType;
1138
+ vertical: import("@elaraai/east").NullType;
1139
+ horizontal: import("@elaraai/east").NullType;
1140
+ both: import("@elaraai/east").NullType;
1141
+ }>>;
1142
+ rows: OptionType<import("@elaraai/east").IntegerType>;
1143
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
1144
+ readOnly: OptionType<import("@elaraai/east").BooleanType>;
1145
+ required: OptionType<import("@elaraai/east").BooleanType>;
1146
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
1147
+ autoresize: OptionType<import("@elaraai/east").BooleanType>;
1148
+ onValidate: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
1149
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
1150
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
1151
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
1152
+ }>;
1153
+ }>;
643
1154
  helperText: OptionType<StringType>;
644
1155
  errorText: OptionType<StringType>;
645
1156
  required: OptionType<import("@elaraai/east").BooleanType>;
646
1157
  disabled: OptionType<import("@elaraai/east").BooleanType>;
647
1158
  invalid: OptionType<import("@elaraai/east").BooleanType>;
648
1159
  readOnly: OptionType<import("@elaraai/east").BooleanType>;
649
- }>;
650
- Fieldset: StructType<{
651
- legend: OptionType<StringType>;
652
- helperText: OptionType<StringType>;
653
- errorText: OptionType<StringType>;
654
- content: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
655
- disabled: OptionType<import("@elaraai/east").BooleanType>;
656
- invalid: OptionType<import("@elaraai/east").BooleanType>;
657
- style: OptionType<StructType<{
658
- size: OptionType<import("@elaraai/east").VariantType<{
659
- xs: import("@elaraai/east").NullType;
660
- sm: import("@elaraai/east").NullType;
661
- md: import("@elaraai/east").NullType;
662
- lg: import("@elaraai/east").NullType;
663
- }>>;
1160
+ orientation: OptionType<import("@elaraai/east").VariantType<{
1161
+ vertical: import("@elaraai/east").NullType;
1162
+ horizontal: import("@elaraai/east").NullType;
664
1163
  }>>;
665
1164
  }>;
666
1165
  Textarea: StructType<{
@@ -686,10 +1185,13 @@ export declare const DrawerType: StructType<{
686
1185
  rows: OptionType<import("@elaraai/east").IntegerType>;
687
1186
  disabled: OptionType<import("@elaraai/east").BooleanType>;
688
1187
  readOnly: OptionType<import("@elaraai/east").BooleanType>;
689
- invalid: OptionType<import("@elaraai/east").BooleanType>;
690
1188
  required: OptionType<import("@elaraai/east").BooleanType>;
691
1189
  maxLength: OptionType<import("@elaraai/east").IntegerType>;
692
1190
  autoresize: OptionType<import("@elaraai/east").BooleanType>;
1191
+ onValidate: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
1192
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
1193
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
1194
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
693
1195
  }>;
694
1196
  TagsInput: StructType<{
695
1197
  value: ArrayType<StringType>;
@@ -732,6 +1234,9 @@ export declare const DrawerType: StructType<{
732
1234
  purple: import("@elaraai/east").NullType;
733
1235
  pink: import("@elaraai/east").NullType;
734
1236
  }>>;
1237
+ onChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
1238
+ onInputChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
1239
+ onHighlightChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
735
1240
  }>;
736
1241
  Progress: StructType<{
737
1242
  value: import("@elaraai/east").FloatType;
@@ -831,6 +1336,7 @@ export declare const DrawerType: StructType<{
831
1336
  xl: import("@elaraai/east").NullType;
832
1337
  }>>;
833
1338
  closable: OptionType<import("@elaraai/east").BooleanType>;
1339
+ onClose: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
834
1340
  }>;
835
1341
  Avatar: StructType<{
836
1342
  src: OptionType<StringType>;
@@ -3171,6 +3677,9 @@ export declare const DrawerType: StructType<{
3171
3677
  multiple: import("@elaraai/east").NullType;
3172
3678
  }>>;
3173
3679
  animateContent: OptionType<import("@elaraai/east").BooleanType>;
3680
+ onExpandedChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
3681
+ onSelectionChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
3682
+ onFocusChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
3174
3683
  }>>;
3175
3684
  }>;
3176
3685
  Table: StructType<{
@@ -3221,6 +3730,47 @@ export declare const DrawerType: StructType<{
3221
3730
  purple: import("@elaraai/east").NullType;
3222
3731
  pink: import("@elaraai/east").NullType;
3223
3732
  }>>;
3733
+ onCellClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3734
+ rowIndex: import("@elaraai/east").IntegerType;
3735
+ columnKey: StringType;
3736
+ cellValue: import("@elaraai/east").VariantType<{
3737
+ Boolean: import("@elaraai/east").BooleanType;
3738
+ Integer: import("@elaraai/east").IntegerType;
3739
+ Float: import("@elaraai/east").FloatType;
3740
+ String: StringType;
3741
+ DateTime: import("@elaraai/east").DateTimeType;
3742
+ }>;
3743
+ }>], import("@elaraai/east").NullType>>;
3744
+ onCellDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3745
+ rowIndex: import("@elaraai/east").IntegerType;
3746
+ columnKey: StringType;
3747
+ cellValue: import("@elaraai/east").VariantType<{
3748
+ Boolean: import("@elaraai/east").BooleanType;
3749
+ Integer: import("@elaraai/east").IntegerType;
3750
+ Float: import("@elaraai/east").FloatType;
3751
+ String: StringType;
3752
+ DateTime: import("@elaraai/east").DateTimeType;
3753
+ }>;
3754
+ }>], import("@elaraai/east").NullType>>;
3755
+ onRowClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3756
+ rowIndex: import("@elaraai/east").IntegerType;
3757
+ }>], import("@elaraai/east").NullType>>;
3758
+ onRowDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3759
+ rowIndex: import("@elaraai/east").IntegerType;
3760
+ }>], import("@elaraai/east").NullType>>;
3761
+ onRowSelectionChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3762
+ rowIndex: import("@elaraai/east").IntegerType;
3763
+ selected: import("@elaraai/east").BooleanType;
3764
+ selectedRowsIndices: ArrayType<import("@elaraai/east").IntegerType>;
3765
+ }>], import("@elaraai/east").NullType>>;
3766
+ onSortChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3767
+ columnKey: StringType;
3768
+ sortIndex: import("@elaraai/east").IntegerType;
3769
+ sortDirection: import("@elaraai/east").VariantType<{
3770
+ asc: import("@elaraai/east").NullType;
3771
+ desc: import("@elaraai/east").NullType;
3772
+ }>;
3773
+ }>], import("@elaraai/east").NullType>>;
3224
3774
  }>>;
3225
3775
  }>;
3226
3776
  Gantt: StructType<{
@@ -3310,6 +3860,104 @@ export declare const DrawerType: StructType<{
3310
3860
  pink: import("@elaraai/east").NullType;
3311
3861
  }>>;
3312
3862
  showToday: OptionType<import("@elaraai/east").BooleanType>;
3863
+ dragStep: OptionType<import("@elaraai/east").VariantType<{
3864
+ minutes: import("@elaraai/east").FloatType;
3865
+ hours: import("@elaraai/east").FloatType;
3866
+ days: import("@elaraai/east").FloatType;
3867
+ weeks: import("@elaraai/east").FloatType;
3868
+ months: import("@elaraai/east").FloatType;
3869
+ }>>;
3870
+ durationStep: OptionType<import("@elaraai/east").VariantType<{
3871
+ minutes: import("@elaraai/east").FloatType;
3872
+ hours: import("@elaraai/east").FloatType;
3873
+ days: import("@elaraai/east").FloatType;
3874
+ weeks: import("@elaraai/east").FloatType;
3875
+ months: import("@elaraai/east").FloatType;
3876
+ }>>;
3877
+ onCellClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3878
+ rowIndex: import("@elaraai/east").IntegerType;
3879
+ columnKey: StringType;
3880
+ cellValue: import("@elaraai/east").VariantType<{
3881
+ Boolean: import("@elaraai/east").BooleanType;
3882
+ Integer: import("@elaraai/east").IntegerType;
3883
+ Float: import("@elaraai/east").FloatType;
3884
+ String: StringType;
3885
+ DateTime: import("@elaraai/east").DateTimeType;
3886
+ }>;
3887
+ }>], import("@elaraai/east").NullType>>;
3888
+ onCellDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3889
+ rowIndex: import("@elaraai/east").IntegerType;
3890
+ columnKey: StringType;
3891
+ cellValue: import("@elaraai/east").VariantType<{
3892
+ Boolean: import("@elaraai/east").BooleanType;
3893
+ Integer: import("@elaraai/east").IntegerType;
3894
+ Float: import("@elaraai/east").FloatType;
3895
+ String: StringType;
3896
+ DateTime: import("@elaraai/east").DateTimeType;
3897
+ }>;
3898
+ }>], import("@elaraai/east").NullType>>;
3899
+ onRowClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3900
+ rowIndex: import("@elaraai/east").IntegerType;
3901
+ }>], import("@elaraai/east").NullType>>;
3902
+ onRowDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3903
+ rowIndex: import("@elaraai/east").IntegerType;
3904
+ }>], import("@elaraai/east").NullType>>;
3905
+ onSortChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3906
+ columnKey: StringType;
3907
+ sortIndex: import("@elaraai/east").IntegerType;
3908
+ sortDirection: import("@elaraai/east").VariantType<{
3909
+ asc: import("@elaraai/east").NullType;
3910
+ desc: import("@elaraai/east").NullType;
3911
+ }>;
3912
+ }>], import("@elaraai/east").NullType>>;
3913
+ onTaskClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3914
+ rowIndex: import("@elaraai/east").IntegerType;
3915
+ taskIndex: import("@elaraai/east").IntegerType;
3916
+ taskStart: import("@elaraai/east").DateTimeType;
3917
+ taskEnd: import("@elaraai/east").DateTimeType;
3918
+ }>], import("@elaraai/east").NullType>>;
3919
+ onTaskDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3920
+ rowIndex: import("@elaraai/east").IntegerType;
3921
+ taskIndex: import("@elaraai/east").IntegerType;
3922
+ taskStart: import("@elaraai/east").DateTimeType;
3923
+ taskEnd: import("@elaraai/east").DateTimeType;
3924
+ }>], import("@elaraai/east").NullType>>;
3925
+ onTaskDrag: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3926
+ rowIndex: import("@elaraai/east").IntegerType;
3927
+ taskIndex: import("@elaraai/east").IntegerType;
3928
+ previousStart: import("@elaraai/east").DateTimeType;
3929
+ previousEnd: import("@elaraai/east").DateTimeType;
3930
+ newStart: import("@elaraai/east").DateTimeType;
3931
+ newEnd: import("@elaraai/east").DateTimeType;
3932
+ }>], import("@elaraai/east").NullType>>;
3933
+ onTaskDurationChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3934
+ rowIndex: import("@elaraai/east").IntegerType;
3935
+ taskIndex: import("@elaraai/east").IntegerType;
3936
+ previousEnd: import("@elaraai/east").DateTimeType;
3937
+ newEnd: import("@elaraai/east").DateTimeType;
3938
+ }>], import("@elaraai/east").NullType>>;
3939
+ onTaskProgressChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3940
+ rowIndex: import("@elaraai/east").IntegerType;
3941
+ taskIndex: import("@elaraai/east").IntegerType;
3942
+ previousProgress: import("@elaraai/east").FloatType;
3943
+ newProgress: import("@elaraai/east").FloatType;
3944
+ }>], import("@elaraai/east").NullType>>;
3945
+ onMilestoneClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3946
+ rowIndex: import("@elaraai/east").IntegerType;
3947
+ milestoneIndex: import("@elaraai/east").IntegerType;
3948
+ milestoneDate: import("@elaraai/east").DateTimeType;
3949
+ }>], import("@elaraai/east").NullType>>;
3950
+ onMilestoneDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3951
+ rowIndex: import("@elaraai/east").IntegerType;
3952
+ milestoneIndex: import("@elaraai/east").IntegerType;
3953
+ milestoneDate: import("@elaraai/east").DateTimeType;
3954
+ }>], import("@elaraai/east").NullType>>;
3955
+ onMilestoneDrag: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3956
+ rowIndex: import("@elaraai/east").IntegerType;
3957
+ milestoneIndex: import("@elaraai/east").IntegerType;
3958
+ previousDate: import("@elaraai/east").DateTimeType;
3959
+ newDate: import("@elaraai/east").DateTimeType;
3960
+ }>], import("@elaraai/east").NullType>>;
3313
3961
  }>>;
3314
3962
  }>;
3315
3963
  Accordion: StructType<{
@@ -3327,6 +3975,7 @@ export declare const DrawerType: StructType<{
3327
3975
  plain: import("@elaraai/east").NullType;
3328
3976
  subtle: import("@elaraai/east").NullType;
3329
3977
  }>>;
3978
+ onValueChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
3330
3979
  }>>;
3331
3980
  }>;
3332
3981
  Carousel: StructType<{
@@ -3347,6 +3996,7 @@ export declare const DrawerType: StructType<{
3347
3996
  }>>;
3348
3997
  spacing: OptionType<StringType>;
3349
3998
  padding: OptionType<StringType>;
3999
+ onIndexChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
3350
4000
  }>>;
3351
4001
  }>;
3352
4002
  Tabs: StructType<{
@@ -3399,6 +4049,7 @@ export declare const DrawerType: StructType<{
3399
4049
  purple: import("@elaraai/east").NullType;
3400
4050
  pink: import("@elaraai/east").NullType;
3401
4051
  }>>;
4052
+ onValueChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
3402
4053
  }>>;
3403
4054
  }>;
3404
4055
  Tooltip: StructType<{
@@ -3481,6 +4132,10 @@ export declare const DrawerType: StructType<{
3481
4132
  dialog: import("@elaraai/east").NullType;
3482
4133
  alertdialog: import("@elaraai/east").NullType;
3483
4134
  }>>;
4135
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
4136
+ onExitComplete: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4137
+ onEscapeKeyDown: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4138
+ onInteractOutside: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
3484
4139
  }>>;
3485
4140
  }>;
3486
4141
  Drawer: StructType<{
@@ -3504,6 +4159,8 @@ export declare const DrawerType: StructType<{
3504
4159
  bottom: import("@elaraai/east").NullType;
3505
4160
  }>>;
3506
4161
  contained: OptionType<import("@elaraai/east").BooleanType>;
4162
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
4163
+ onExitComplete: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
3507
4164
  }>>;
3508
4165
  }>;
3509
4166
  Popover: StructType<{
@@ -3534,6 +4191,7 @@ export declare const DrawerType: StructType<{
3534
4191
  }>>;
3535
4192
  hasArrow: OptionType<import("@elaraai/east").BooleanType>;
3536
4193
  gutter: OptionType<import("@elaraai/east").IntegerType>;
4194
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
3537
4195
  }>>;
3538
4196
  }>;
3539
4197
  HoverCard: StructType<{
@@ -3563,6 +4221,7 @@ export declare const DrawerType: StructType<{
3563
4221
  hasArrow: OptionType<import("@elaraai/east").BooleanType>;
3564
4222
  openDelay: OptionType<import("@elaraai/east").IntegerType>;
3565
4223
  closeDelay: OptionType<import("@elaraai/east").IntegerType>;
4224
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
3566
4225
  }>>;
3567
4226
  }>;
3568
4227
  ActionBar: StructType<{
@@ -3576,7 +4235,10 @@ export declare const DrawerType: StructType<{
3576
4235
  }>>;
3577
4236
  selectionCount: OptionType<import("@elaraai/east").IntegerType>;
3578
4237
  selectionLabel: OptionType<StringType>;
3579
- style: OptionType<StructType<{}>>;
4238
+ style: OptionType<StructType<{
4239
+ onSelect: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
4240
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
4241
+ }>>;
3580
4242
  }>;
3581
4243
  ToggleTip: StructType<{
3582
4244
  trigger: import("@elaraai/east").RecursiveTypeMarker;
@@ -3597,8 +4259,12 @@ export declare const DrawerType: StructType<{
3597
4259
  "right-end": import("@elaraai/east").NullType;
3598
4260
  }>>;
3599
4261
  hasArrow: OptionType<import("@elaraai/east").BooleanType>;
4262
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
3600
4263
  }>>;
3601
4264
  }>;
4265
+ ReactiveComponent: StructType<{
4266
+ render: import("@elaraai/east").FunctionType<[], import("@elaraai/east").RecursiveTypeMarker>;
4267
+ }>;
3602
4268
  }>>;
3603
4269
  body: ArrayType<import("@elaraai/east").RecursiveType<import("@elaraai/east").VariantType<{
3604
4270
  Text: StructType<{
@@ -3767,6 +4433,7 @@ export declare const DrawerType: StructType<{
3767
4433
  highlightLines: OptionType<ArrayType<import("@elaraai/east").IntegerType>>;
3768
4434
  maxHeight: OptionType<StringType>;
3769
4435
  showCopyButton: OptionType<import("@elaraai/east").BooleanType>;
4436
+ wordWrap: OptionType<import("@elaraai/east").BooleanType>;
3770
4437
  title: OptionType<StringType>;
3771
4438
  }>;
3772
4439
  Button: StructType<{
@@ -3798,6 +4465,7 @@ export declare const DrawerType: StructType<{
3798
4465
  }>>;
3799
4466
  loading: OptionType<import("@elaraai/east").BooleanType>;
3800
4467
  disabled: OptionType<import("@elaraai/east").BooleanType>;
4468
+ onClick: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
3801
4469
  }>>;
3802
4470
  }>;
3803
4471
  IconButton: StructType<{
@@ -3830,6 +4498,7 @@ export declare const DrawerType: StructType<{
3830
4498
  }>>;
3831
4499
  loading: OptionType<import("@elaraai/east").BooleanType>;
3832
4500
  disabled: OptionType<import("@elaraai/east").BooleanType>;
4501
+ onClick: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
3833
4502
  }>>;
3834
4503
  }>;
3835
4504
  Box: StructType<{
@@ -3847,6 +4516,28 @@ export declare const DrawerType: StructType<{
3847
4516
  }>>;
3848
4517
  width: OptionType<StringType>;
3849
4518
  height: OptionType<StringType>;
4519
+ minHeight: OptionType<StringType>;
4520
+ minWidth: OptionType<StringType>;
4521
+ maxHeight: OptionType<StringType>;
4522
+ maxWidth: OptionType<StringType>;
4523
+ overflow: OptionType<import("@elaraai/east").VariantType<{
4524
+ visible: import("@elaraai/east").NullType;
4525
+ hidden: import("@elaraai/east").NullType;
4526
+ scroll: import("@elaraai/east").NullType;
4527
+ auto: import("@elaraai/east").NullType;
4528
+ }>>;
4529
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
4530
+ visible: import("@elaraai/east").NullType;
4531
+ hidden: import("@elaraai/east").NullType;
4532
+ scroll: import("@elaraai/east").NullType;
4533
+ auto: import("@elaraai/east").NullType;
4534
+ }>>;
4535
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
4536
+ visible: import("@elaraai/east").NullType;
4537
+ hidden: import("@elaraai/east").NullType;
4538
+ scroll: import("@elaraai/east").NullType;
4539
+ auto: import("@elaraai/east").NullType;
4540
+ }>>;
3850
4541
  padding: OptionType<StructType<{
3851
4542
  top: OptionType<StringType>;
3852
4543
  right: OptionType<StringType>;
@@ -3886,6 +4577,77 @@ export declare const DrawerType: StructType<{
3886
4577
  gap: OptionType<StringType>;
3887
4578
  }>>;
3888
4579
  }>;
4580
+ Flex: StructType<{
4581
+ children: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
4582
+ style: OptionType<StructType<{
4583
+ direction: OptionType<import("@elaraai/east").VariantType<{
4584
+ row: import("@elaraai/east").NullType;
4585
+ column: import("@elaraai/east").NullType;
4586
+ "row-reverse": import("@elaraai/east").NullType;
4587
+ "column-reverse": import("@elaraai/east").NullType;
4588
+ }>>;
4589
+ wrap: OptionType<import("@elaraai/east").VariantType<{
4590
+ nowrap: import("@elaraai/east").NullType;
4591
+ wrap: import("@elaraai/east").NullType;
4592
+ "wrap-reverse": import("@elaraai/east").NullType;
4593
+ }>>;
4594
+ justifyContent: 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
+ "space-between": import("@elaraai/east").NullType;
4599
+ "space-around": import("@elaraai/east").NullType;
4600
+ "space-evenly": import("@elaraai/east").NullType;
4601
+ }>>;
4602
+ alignItems: OptionType<import("@elaraai/east").VariantType<{
4603
+ "flex-start": import("@elaraai/east").NullType;
4604
+ "flex-end": import("@elaraai/east").NullType;
4605
+ center: import("@elaraai/east").NullType;
4606
+ baseline: import("@elaraai/east").NullType;
4607
+ stretch: import("@elaraai/east").NullType;
4608
+ }>>;
4609
+ gap: OptionType<StringType>;
4610
+ width: OptionType<StringType>;
4611
+ height: OptionType<StringType>;
4612
+ minHeight: OptionType<StringType>;
4613
+ minWidth: OptionType<StringType>;
4614
+ maxHeight: OptionType<StringType>;
4615
+ maxWidth: OptionType<StringType>;
4616
+ overflow: OptionType<import("@elaraai/east").VariantType<{
4617
+ visible: import("@elaraai/east").NullType;
4618
+ hidden: import("@elaraai/east").NullType;
4619
+ scroll: import("@elaraai/east").NullType;
4620
+ auto: import("@elaraai/east").NullType;
4621
+ }>>;
4622
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
4623
+ visible: import("@elaraai/east").NullType;
4624
+ hidden: import("@elaraai/east").NullType;
4625
+ scroll: import("@elaraai/east").NullType;
4626
+ auto: import("@elaraai/east").NullType;
4627
+ }>>;
4628
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
4629
+ visible: import("@elaraai/east").NullType;
4630
+ hidden: import("@elaraai/east").NullType;
4631
+ scroll: import("@elaraai/east").NullType;
4632
+ auto: import("@elaraai/east").NullType;
4633
+ }>>;
4634
+ padding: OptionType<StructType<{
4635
+ top: OptionType<StringType>;
4636
+ right: OptionType<StringType>;
4637
+ bottom: OptionType<StringType>;
4638
+ left: OptionType<StringType>;
4639
+ }>>;
4640
+ margin: OptionType<StructType<{
4641
+ top: OptionType<StringType>;
4642
+ right: OptionType<StringType>;
4643
+ bottom: OptionType<StringType>;
4644
+ left: OptionType<StringType>;
4645
+ }>>;
4646
+ background: OptionType<StringType>;
4647
+ color: OptionType<StringType>;
4648
+ borderRadius: OptionType<StringType>;
4649
+ }>>;
4650
+ }>;
3889
4651
  Stack: StructType<{
3890
4652
  children: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
3891
4653
  style: OptionType<StructType<{
@@ -3931,6 +4693,28 @@ export declare const DrawerType: StructType<{
3931
4693
  background: OptionType<StringType>;
3932
4694
  width: OptionType<StringType>;
3933
4695
  height: OptionType<StringType>;
4696
+ minHeight: OptionType<StringType>;
4697
+ minWidth: OptionType<StringType>;
4698
+ maxHeight: OptionType<StringType>;
4699
+ maxWidth: OptionType<StringType>;
4700
+ overflow: OptionType<import("@elaraai/east").VariantType<{
4701
+ visible: import("@elaraai/east").NullType;
4702
+ hidden: import("@elaraai/east").NullType;
4703
+ scroll: import("@elaraai/east").NullType;
4704
+ auto: import("@elaraai/east").NullType;
4705
+ }>>;
4706
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
4707
+ visible: import("@elaraai/east").NullType;
4708
+ hidden: import("@elaraai/east").NullType;
4709
+ scroll: import("@elaraai/east").NullType;
4710
+ auto: import("@elaraai/east").NullType;
4711
+ }>>;
4712
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
4713
+ visible: import("@elaraai/east").NullType;
4714
+ hidden: import("@elaraai/east").NullType;
4715
+ scroll: import("@elaraai/east").NullType;
4716
+ auto: import("@elaraai/east").NullType;
4717
+ }>>;
3934
4718
  }>>;
3935
4719
  }>;
3936
4720
  Separator: StructType<{
@@ -4025,6 +4809,13 @@ export declare const DrawerType: StructType<{
4025
4809
  horizontal: import("@elaraai/east").NullType;
4026
4810
  vertical: import("@elaraai/east").NullType;
4027
4811
  }>>;
4812
+ onResize: OptionType<import("@elaraai/east").FunctionType<[StructType<{
4813
+ size: ArrayType<import("@elaraai/east").FloatType>;
4814
+ }>], import("@elaraai/east").NullType>>;
4815
+ onResizeStart: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4816
+ onResizeEnd: OptionType<import("@elaraai/east").FunctionType<[StructType<{
4817
+ size: ArrayType<import("@elaraai/east").FloatType>;
4818
+ }>], import("@elaraai/east").NullType>>;
4028
4819
  }>>;
4029
4820
  }>;
4030
4821
  StringInput: StructType<{
@@ -4044,6 +4835,9 @@ export declare const DrawerType: StructType<{
4044
4835
  maxLength: OptionType<import("@elaraai/east").IntegerType>;
4045
4836
  pattern: OptionType<StringType>;
4046
4837
  disabled: OptionType<import("@elaraai/east").BooleanType>;
4838
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
4839
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4840
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4047
4841
  }>;
4048
4842
  IntegerInput: StructType<{
4049
4843
  value: import("@elaraai/east").IntegerType;
@@ -4062,6 +4856,9 @@ export declare const DrawerType: StructType<{
4062
4856
  lg: import("@elaraai/east").NullType;
4063
4857
  }>>;
4064
4858
  disabled: OptionType<import("@elaraai/east").BooleanType>;
4859
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
4860
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4861
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4065
4862
  }>;
4066
4863
  FloatInput: StructType<{
4067
4864
  value: import("@elaraai/east").FloatType;
@@ -4081,13 +4878,44 @@ export declare const DrawerType: StructType<{
4081
4878
  lg: import("@elaraai/east").NullType;
4082
4879
  }>>;
4083
4880
  disabled: OptionType<import("@elaraai/east").BooleanType>;
4881
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
4882
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4883
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4084
4884
  }>;
4085
4885
  DateTimeInput: StructType<{
4086
4886
  value: import("@elaraai/east").DateTimeType;
4087
4887
  min: OptionType<import("@elaraai/east").DateTimeType>;
4088
4888
  max: OptionType<import("@elaraai/east").DateTimeType>;
4089
- showTime: OptionType<import("@elaraai/east").BooleanType>;
4090
- format: OptionType<StringType>;
4889
+ precision: OptionType<import("@elaraai/east").VariantType<{
4890
+ date: import("@elaraai/east").NullType;
4891
+ time: import("@elaraai/east").NullType;
4892
+ datetime: import("@elaraai/east").NullType;
4893
+ }>>;
4894
+ format: OptionType<ArrayType<import("@elaraai/east").VariantType<{
4895
+ literal: StringType;
4896
+ year4: import("@elaraai/east").NullType;
4897
+ year2: import("@elaraai/east").NullType;
4898
+ month1: import("@elaraai/east").NullType;
4899
+ month2: import("@elaraai/east").NullType;
4900
+ monthNameShort: import("@elaraai/east").NullType;
4901
+ monthNameFull: import("@elaraai/east").NullType;
4902
+ day1: import("@elaraai/east").NullType;
4903
+ day2: import("@elaraai/east").NullType;
4904
+ weekdayNameMin: import("@elaraai/east").NullType;
4905
+ weekdayNameShort: import("@elaraai/east").NullType;
4906
+ weekdayNameFull: import("@elaraai/east").NullType;
4907
+ hour24_1: import("@elaraai/east").NullType;
4908
+ hour24_2: import("@elaraai/east").NullType;
4909
+ hour12_1: import("@elaraai/east").NullType;
4910
+ hour12_2: import("@elaraai/east").NullType;
4911
+ minute1: import("@elaraai/east").NullType;
4912
+ minute2: import("@elaraai/east").NullType;
4913
+ second1: import("@elaraai/east").NullType;
4914
+ second2: import("@elaraai/east").NullType;
4915
+ millisecond3: import("@elaraai/east").NullType;
4916
+ ampmUpper: import("@elaraai/east").NullType;
4917
+ ampmLower: import("@elaraai/east").NullType;
4918
+ }>>>;
4091
4919
  variant: OptionType<import("@elaraai/east").VariantType<{
4092
4920
  outline: import("@elaraai/east").NullType;
4093
4921
  subtle: import("@elaraai/east").NullType;
@@ -4100,6 +4928,9 @@ export declare const DrawerType: StructType<{
4100
4928
  lg: import("@elaraai/east").NullType;
4101
4929
  }>>;
4102
4930
  disabled: OptionType<import("@elaraai/east").BooleanType>;
4931
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").DateTimeType], import("@elaraai/east").NullType>>;
4932
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4933
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4103
4934
  }>;
4104
4935
  Checkbox: StructType<{
4105
4936
  checked: import("@elaraai/east").BooleanType;
@@ -4124,6 +4955,7 @@ export declare const DrawerType: StructType<{
4124
4955
  md: import("@elaraai/east").NullType;
4125
4956
  lg: import("@elaraai/east").NullType;
4126
4957
  }>>;
4958
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
4127
4959
  }>;
4128
4960
  Switch: StructType<{
4129
4961
  checked: import("@elaraai/east").BooleanType;
@@ -4147,6 +4979,7 @@ export declare const DrawerType: StructType<{
4147
4979
  md: import("@elaraai/east").NullType;
4148
4980
  lg: import("@elaraai/east").NullType;
4149
4981
  }>>;
4982
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
4150
4983
  }>;
4151
4984
  Select: StructType<{
4152
4985
  value: OptionType<StringType>;
@@ -4164,6 +4997,9 @@ export declare const DrawerType: StructType<{
4164
4997
  md: import("@elaraai/east").NullType;
4165
4998
  lg: import("@elaraai/east").NullType;
4166
4999
  }>>;
5000
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
5001
+ onChangeMultiple: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
5002
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
4167
5003
  }>;
4168
5004
  Slider: StructType<{
4169
5005
  value: import("@elaraai/east").FloatType;
@@ -4197,6 +5033,8 @@ export declare const DrawerType: StructType<{
4197
5033
  subtle: import("@elaraai/east").NullType;
4198
5034
  }>>;
4199
5035
  disabled: OptionType<import("@elaraai/east").BooleanType>;
5036
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
5037
+ onChangeEnd: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
4200
5038
  }>;
4201
5039
  FileUpload: StructType<{
4202
5040
  accept: OptionType<StringType>;
@@ -4215,31 +5053,358 @@ export declare const DrawerType: StructType<{
4215
5053
  label: OptionType<StringType>;
4216
5054
  dropzoneText: OptionType<StringType>;
4217
5055
  triggerText: OptionType<StringType>;
5056
+ onFileAccept: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
5057
+ name: StringType;
5058
+ size: import("@elaraai/east").IntegerType;
5059
+ type: StringType;
5060
+ }>>], import("@elaraai/east").NullType>>;
5061
+ onFileReject: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
5062
+ file: StructType<{
5063
+ name: StringType;
5064
+ size: import("@elaraai/east").IntegerType;
5065
+ type: StringType;
5066
+ }>;
5067
+ errors: ArrayType<StringType>;
5068
+ }>>], import("@elaraai/east").NullType>>;
4218
5069
  }>;
4219
5070
  Field: StructType<{
4220
5071
  label: StringType;
4221
- control: import("@elaraai/east").RecursiveTypeMarker;
5072
+ control: import("@elaraai/east").VariantType<{
5073
+ Checkbox: StructType<{
5074
+ checked: import("@elaraai/east").BooleanType;
5075
+ label: OptionType<StringType>;
5076
+ indeterminate: OptionType<import("@elaraai/east").BooleanType>;
5077
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
5078
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
5079
+ gray: import("@elaraai/east").NullType;
5080
+ red: import("@elaraai/east").NullType;
5081
+ orange: import("@elaraai/east").NullType;
5082
+ yellow: import("@elaraai/east").NullType;
5083
+ green: import("@elaraai/east").NullType;
5084
+ teal: import("@elaraai/east").NullType;
5085
+ blue: import("@elaraai/east").NullType;
5086
+ cyan: import("@elaraai/east").NullType;
5087
+ purple: import("@elaraai/east").NullType;
5088
+ pink: import("@elaraai/east").NullType;
5089
+ }>>;
5090
+ size: OptionType<import("@elaraai/east").VariantType<{
5091
+ xs: import("@elaraai/east").NullType;
5092
+ sm: import("@elaraai/east").NullType;
5093
+ md: import("@elaraai/east").NullType;
5094
+ lg: import("@elaraai/east").NullType;
5095
+ }>>;
5096
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
5097
+ }>;
5098
+ StringInput: StructType<{
5099
+ value: StringType;
5100
+ placeholder: OptionType<StringType>;
5101
+ variant: OptionType<import("@elaraai/east").VariantType<{
5102
+ outline: import("@elaraai/east").NullType;
5103
+ subtle: import("@elaraai/east").NullType;
5104
+ flushed: import("@elaraai/east").NullType;
5105
+ }>>;
5106
+ size: OptionType<import("@elaraai/east").VariantType<{
5107
+ xs: import("@elaraai/east").NullType;
5108
+ sm: import("@elaraai/east").NullType;
5109
+ md: import("@elaraai/east").NullType;
5110
+ lg: import("@elaraai/east").NullType;
5111
+ }>>;
5112
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
5113
+ pattern: OptionType<StringType>;
5114
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
5115
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
5116
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5117
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5118
+ }>;
5119
+ IntegerInput: StructType<{
5120
+ value: import("@elaraai/east").IntegerType;
5121
+ min: OptionType<import("@elaraai/east").IntegerType>;
5122
+ max: OptionType<import("@elaraai/east").IntegerType>;
5123
+ step: OptionType<import("@elaraai/east").IntegerType>;
5124
+ variant: OptionType<import("@elaraai/east").VariantType<{
5125
+ outline: import("@elaraai/east").NullType;
5126
+ subtle: import("@elaraai/east").NullType;
5127
+ flushed: import("@elaraai/east").NullType;
5128
+ }>>;
5129
+ size: OptionType<import("@elaraai/east").VariantType<{
5130
+ xs: import("@elaraai/east").NullType;
5131
+ sm: import("@elaraai/east").NullType;
5132
+ md: import("@elaraai/east").NullType;
5133
+ lg: import("@elaraai/east").NullType;
5134
+ }>>;
5135
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
5136
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
5137
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5138
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5139
+ }>;
5140
+ FloatInput: StructType<{
5141
+ value: import("@elaraai/east").FloatType;
5142
+ min: OptionType<import("@elaraai/east").FloatType>;
5143
+ max: OptionType<import("@elaraai/east").FloatType>;
5144
+ step: OptionType<import("@elaraai/east").FloatType>;
5145
+ precision: OptionType<import("@elaraai/east").IntegerType>;
5146
+ variant: OptionType<import("@elaraai/east").VariantType<{
5147
+ outline: import("@elaraai/east").NullType;
5148
+ subtle: import("@elaraai/east").NullType;
5149
+ flushed: import("@elaraai/east").NullType;
5150
+ }>>;
5151
+ size: OptionType<import("@elaraai/east").VariantType<{
5152
+ xs: import("@elaraai/east").NullType;
5153
+ sm: import("@elaraai/east").NullType;
5154
+ md: import("@elaraai/east").NullType;
5155
+ lg: import("@elaraai/east").NullType;
5156
+ }>>;
5157
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
5158
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
5159
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5160
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5161
+ }>;
5162
+ DateTimeInput: StructType<{
5163
+ value: import("@elaraai/east").DateTimeType;
5164
+ min: OptionType<import("@elaraai/east").DateTimeType>;
5165
+ max: OptionType<import("@elaraai/east").DateTimeType>;
5166
+ precision: OptionType<import("@elaraai/east").VariantType<{
5167
+ date: import("@elaraai/east").NullType;
5168
+ time: import("@elaraai/east").NullType;
5169
+ datetime: import("@elaraai/east").NullType;
5170
+ }>>;
5171
+ format: OptionType<ArrayType<import("@elaraai/east").VariantType<{
5172
+ literal: StringType;
5173
+ year4: import("@elaraai/east").NullType;
5174
+ year2: import("@elaraai/east").NullType;
5175
+ month1: import("@elaraai/east").NullType;
5176
+ month2: import("@elaraai/east").NullType;
5177
+ monthNameShort: import("@elaraai/east").NullType;
5178
+ monthNameFull: import("@elaraai/east").NullType;
5179
+ day1: import("@elaraai/east").NullType;
5180
+ day2: import("@elaraai/east").NullType;
5181
+ weekdayNameMin: import("@elaraai/east").NullType;
5182
+ weekdayNameShort: import("@elaraai/east").NullType;
5183
+ weekdayNameFull: import("@elaraai/east").NullType;
5184
+ hour24_1: import("@elaraai/east").NullType;
5185
+ hour24_2: import("@elaraai/east").NullType;
5186
+ hour12_1: import("@elaraai/east").NullType;
5187
+ hour12_2: import("@elaraai/east").NullType;
5188
+ minute1: import("@elaraai/east").NullType;
5189
+ minute2: import("@elaraai/east").NullType;
5190
+ second1: import("@elaraai/east").NullType;
5191
+ second2: import("@elaraai/east").NullType;
5192
+ millisecond3: import("@elaraai/east").NullType;
5193
+ ampmUpper: import("@elaraai/east").NullType;
5194
+ ampmLower: import("@elaraai/east").NullType;
5195
+ }>>>;
5196
+ variant: OptionType<import("@elaraai/east").VariantType<{
5197
+ outline: import("@elaraai/east").NullType;
5198
+ subtle: import("@elaraai/east").NullType;
5199
+ flushed: import("@elaraai/east").NullType;
5200
+ }>>;
5201
+ size: OptionType<import("@elaraai/east").VariantType<{
5202
+ xs: import("@elaraai/east").NullType;
5203
+ sm: import("@elaraai/east").NullType;
5204
+ md: import("@elaraai/east").NullType;
5205
+ lg: import("@elaraai/east").NullType;
5206
+ }>>;
5207
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
5208
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").DateTimeType], import("@elaraai/east").NullType>>;
5209
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5210
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5211
+ }>;
5212
+ FileUpload: StructType<{
5213
+ accept: OptionType<StringType>;
5214
+ maxFiles: OptionType<import("@elaraai/east").IntegerType>;
5215
+ maxFileSize: OptionType<import("@elaraai/east").IntegerType>;
5216
+ minFileSize: OptionType<import("@elaraai/east").IntegerType>;
5217
+ directory: OptionType<import("@elaraai/east").BooleanType>;
5218
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
5219
+ required: OptionType<import("@elaraai/east").BooleanType>;
5220
+ allowDrop: OptionType<import("@elaraai/east").BooleanType>;
5221
+ capture: OptionType<import("@elaraai/east").VariantType<{
5222
+ user: import("@elaraai/east").NullType;
5223
+ environment: import("@elaraai/east").NullType;
5224
+ }>>;
5225
+ name: OptionType<StringType>;
5226
+ label: OptionType<StringType>;
5227
+ dropzoneText: OptionType<StringType>;
5228
+ triggerText: OptionType<StringType>;
5229
+ onFileAccept: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
5230
+ name: StringType;
5231
+ size: import("@elaraai/east").IntegerType;
5232
+ type: StringType;
5233
+ }>>], import("@elaraai/east").NullType>>;
5234
+ onFileReject: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
5235
+ file: StructType<{
5236
+ name: StringType;
5237
+ size: import("@elaraai/east").IntegerType;
5238
+ type: StringType;
5239
+ }>;
5240
+ errors: ArrayType<StringType>;
5241
+ }>>], import("@elaraai/east").NullType>>;
5242
+ }>;
5243
+ Select: StructType<{
5244
+ value: OptionType<StringType>;
5245
+ items: ArrayType<StructType<{
5246
+ value: StringType;
5247
+ label: StringType;
5248
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
5249
+ }>>;
5250
+ placeholder: OptionType<StringType>;
5251
+ multiple: OptionType<import("@elaraai/east").BooleanType>;
5252
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
5253
+ size: OptionType<import("@elaraai/east").VariantType<{
5254
+ xs: import("@elaraai/east").NullType;
5255
+ sm: import("@elaraai/east").NullType;
5256
+ md: import("@elaraai/east").NullType;
5257
+ lg: import("@elaraai/east").NullType;
5258
+ }>>;
5259
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
5260
+ onChangeMultiple: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
5261
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
5262
+ }>;
5263
+ Slider: StructType<{
5264
+ value: import("@elaraai/east").FloatType;
5265
+ min: OptionType<import("@elaraai/east").FloatType>;
5266
+ max: OptionType<import("@elaraai/east").FloatType>;
5267
+ step: OptionType<import("@elaraai/east").FloatType>;
5268
+ orientation: OptionType<import("@elaraai/east").VariantType<{
5269
+ horizontal: import("@elaraai/east").NullType;
5270
+ vertical: import("@elaraai/east").NullType;
5271
+ }>>;
5272
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
5273
+ gray: import("@elaraai/east").NullType;
5274
+ red: import("@elaraai/east").NullType;
5275
+ orange: import("@elaraai/east").NullType;
5276
+ yellow: import("@elaraai/east").NullType;
5277
+ green: import("@elaraai/east").NullType;
5278
+ teal: import("@elaraai/east").NullType;
5279
+ blue: import("@elaraai/east").NullType;
5280
+ cyan: import("@elaraai/east").NullType;
5281
+ purple: import("@elaraai/east").NullType;
5282
+ pink: import("@elaraai/east").NullType;
5283
+ }>>;
5284
+ size: OptionType<import("@elaraai/east").VariantType<{
5285
+ xs: import("@elaraai/east").NullType;
5286
+ sm: import("@elaraai/east").NullType;
5287
+ md: import("@elaraai/east").NullType;
5288
+ lg: import("@elaraai/east").NullType;
5289
+ }>>;
5290
+ variant: OptionType<import("@elaraai/east").VariantType<{
5291
+ outline: import("@elaraai/east").NullType;
5292
+ subtle: import("@elaraai/east").NullType;
5293
+ }>>;
5294
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
5295
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
5296
+ onChangeEnd: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
5297
+ }>;
5298
+ Switch: StructType<{
5299
+ checked: import("@elaraai/east").BooleanType;
5300
+ label: OptionType<StringType>;
5301
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
5302
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
5303
+ gray: import("@elaraai/east").NullType;
5304
+ red: import("@elaraai/east").NullType;
5305
+ orange: import("@elaraai/east").NullType;
5306
+ yellow: import("@elaraai/east").NullType;
5307
+ green: import("@elaraai/east").NullType;
5308
+ teal: import("@elaraai/east").NullType;
5309
+ blue: import("@elaraai/east").NullType;
5310
+ cyan: import("@elaraai/east").NullType;
5311
+ purple: import("@elaraai/east").NullType;
5312
+ pink: import("@elaraai/east").NullType;
5313
+ }>>;
5314
+ size: OptionType<import("@elaraai/east").VariantType<{
5315
+ xs: import("@elaraai/east").NullType;
5316
+ sm: import("@elaraai/east").NullType;
5317
+ md: import("@elaraai/east").NullType;
5318
+ lg: import("@elaraai/east").NullType;
5319
+ }>>;
5320
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
5321
+ }>;
5322
+ TagsInput: StructType<{
5323
+ value: ArrayType<StringType>;
5324
+ defaultValue: OptionType<ArrayType<StringType>>;
5325
+ max: OptionType<import("@elaraai/east").IntegerType>;
5326
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
5327
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
5328
+ readOnly: OptionType<import("@elaraai/east").BooleanType>;
5329
+ invalid: OptionType<import("@elaraai/east").BooleanType>;
5330
+ editable: OptionType<import("@elaraai/east").BooleanType>;
5331
+ delimiter: OptionType<StringType>;
5332
+ addOnPaste: OptionType<import("@elaraai/east").BooleanType>;
5333
+ blurBehavior: OptionType<import("@elaraai/east").VariantType<{
5334
+ clear: import("@elaraai/east").NullType;
5335
+ add: import("@elaraai/east").NullType;
5336
+ }>>;
5337
+ allowOverflow: OptionType<import("@elaraai/east").BooleanType>;
5338
+ label: OptionType<StringType>;
5339
+ placeholder: OptionType<StringType>;
5340
+ size: OptionType<import("@elaraai/east").VariantType<{
5341
+ xs: import("@elaraai/east").NullType;
5342
+ sm: import("@elaraai/east").NullType;
5343
+ md: import("@elaraai/east").NullType;
5344
+ lg: import("@elaraai/east").NullType;
5345
+ }>>;
5346
+ variant: OptionType<import("@elaraai/east").VariantType<{
5347
+ outline: import("@elaraai/east").NullType;
5348
+ subtle: import("@elaraai/east").NullType;
5349
+ flushed: import("@elaraai/east").NullType;
5350
+ }>>;
5351
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
5352
+ gray: import("@elaraai/east").NullType;
5353
+ red: import("@elaraai/east").NullType;
5354
+ orange: import("@elaraai/east").NullType;
5355
+ yellow: import("@elaraai/east").NullType;
5356
+ green: import("@elaraai/east").NullType;
5357
+ teal: import("@elaraai/east").NullType;
5358
+ blue: import("@elaraai/east").NullType;
5359
+ cyan: import("@elaraai/east").NullType;
5360
+ purple: import("@elaraai/east").NullType;
5361
+ pink: import("@elaraai/east").NullType;
5362
+ }>>;
5363
+ onChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
5364
+ onInputChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
5365
+ onHighlightChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
5366
+ }>;
5367
+ Textarea: StructType<{
5368
+ value: StringType;
5369
+ placeholder: OptionType<StringType>;
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
+ size: OptionType<import("@elaraai/east").VariantType<{
5376
+ xs: import("@elaraai/east").NullType;
5377
+ sm: import("@elaraai/east").NullType;
5378
+ md: import("@elaraai/east").NullType;
5379
+ lg: import("@elaraai/east").NullType;
5380
+ }>>;
5381
+ resize: OptionType<import("@elaraai/east").VariantType<{
5382
+ none: import("@elaraai/east").NullType;
5383
+ vertical: import("@elaraai/east").NullType;
5384
+ horizontal: import("@elaraai/east").NullType;
5385
+ both: import("@elaraai/east").NullType;
5386
+ }>>;
5387
+ rows: OptionType<import("@elaraai/east").IntegerType>;
5388
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
5389
+ readOnly: OptionType<import("@elaraai/east").BooleanType>;
5390
+ required: OptionType<import("@elaraai/east").BooleanType>;
5391
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
5392
+ autoresize: OptionType<import("@elaraai/east").BooleanType>;
5393
+ onValidate: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
5394
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
5395
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5396
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5397
+ }>;
5398
+ }>;
4222
5399
  helperText: OptionType<StringType>;
4223
5400
  errorText: OptionType<StringType>;
4224
5401
  required: OptionType<import("@elaraai/east").BooleanType>;
4225
5402
  disabled: OptionType<import("@elaraai/east").BooleanType>;
4226
5403
  invalid: OptionType<import("@elaraai/east").BooleanType>;
4227
5404
  readOnly: OptionType<import("@elaraai/east").BooleanType>;
4228
- }>;
4229
- Fieldset: StructType<{
4230
- legend: OptionType<StringType>;
4231
- helperText: OptionType<StringType>;
4232
- errorText: OptionType<StringType>;
4233
- content: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
4234
- disabled: OptionType<import("@elaraai/east").BooleanType>;
4235
- invalid: OptionType<import("@elaraai/east").BooleanType>;
4236
- style: OptionType<StructType<{
4237
- size: OptionType<import("@elaraai/east").VariantType<{
4238
- xs: import("@elaraai/east").NullType;
4239
- sm: import("@elaraai/east").NullType;
4240
- md: import("@elaraai/east").NullType;
4241
- lg: import("@elaraai/east").NullType;
4242
- }>>;
5405
+ orientation: OptionType<import("@elaraai/east").VariantType<{
5406
+ vertical: import("@elaraai/east").NullType;
5407
+ horizontal: import("@elaraai/east").NullType;
4243
5408
  }>>;
4244
5409
  }>;
4245
5410
  Textarea: StructType<{
@@ -4265,10 +5430,13 @@ export declare const DrawerType: StructType<{
4265
5430
  rows: OptionType<import("@elaraai/east").IntegerType>;
4266
5431
  disabled: OptionType<import("@elaraai/east").BooleanType>;
4267
5432
  readOnly: OptionType<import("@elaraai/east").BooleanType>;
4268
- invalid: OptionType<import("@elaraai/east").BooleanType>;
4269
5433
  required: OptionType<import("@elaraai/east").BooleanType>;
4270
5434
  maxLength: OptionType<import("@elaraai/east").IntegerType>;
4271
5435
  autoresize: OptionType<import("@elaraai/east").BooleanType>;
5436
+ onValidate: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
5437
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
5438
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5439
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4272
5440
  }>;
4273
5441
  TagsInput: StructType<{
4274
5442
  value: ArrayType<StringType>;
@@ -4311,6 +5479,9 @@ export declare const DrawerType: StructType<{
4311
5479
  purple: import("@elaraai/east").NullType;
4312
5480
  pink: import("@elaraai/east").NullType;
4313
5481
  }>>;
5482
+ onChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
5483
+ onInputChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
5484
+ onHighlightChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
4314
5485
  }>;
4315
5486
  Progress: StructType<{
4316
5487
  value: import("@elaraai/east").FloatType;
@@ -4410,6 +5581,7 @@ export declare const DrawerType: StructType<{
4410
5581
  xl: import("@elaraai/east").NullType;
4411
5582
  }>>;
4412
5583
  closable: OptionType<import("@elaraai/east").BooleanType>;
5584
+ onClose: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4413
5585
  }>;
4414
5586
  Avatar: StructType<{
4415
5587
  src: OptionType<StringType>;
@@ -6750,6 +7922,9 @@ export declare const DrawerType: StructType<{
6750
7922
  multiple: import("@elaraai/east").NullType;
6751
7923
  }>>;
6752
7924
  animateContent: OptionType<import("@elaraai/east").BooleanType>;
7925
+ onExpandedChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
7926
+ onSelectionChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
7927
+ onFocusChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
6753
7928
  }>>;
6754
7929
  }>;
6755
7930
  Table: StructType<{
@@ -6800,6 +7975,47 @@ export declare const DrawerType: StructType<{
6800
7975
  purple: import("@elaraai/east").NullType;
6801
7976
  pink: import("@elaraai/east").NullType;
6802
7977
  }>>;
7978
+ onCellClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
7979
+ rowIndex: import("@elaraai/east").IntegerType;
7980
+ columnKey: StringType;
7981
+ cellValue: import("@elaraai/east").VariantType<{
7982
+ Boolean: import("@elaraai/east").BooleanType;
7983
+ Integer: import("@elaraai/east").IntegerType;
7984
+ Float: import("@elaraai/east").FloatType;
7985
+ String: StringType;
7986
+ DateTime: import("@elaraai/east").DateTimeType;
7987
+ }>;
7988
+ }>], import("@elaraai/east").NullType>>;
7989
+ onCellDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
7990
+ rowIndex: import("@elaraai/east").IntegerType;
7991
+ columnKey: StringType;
7992
+ cellValue: import("@elaraai/east").VariantType<{
7993
+ Boolean: import("@elaraai/east").BooleanType;
7994
+ Integer: import("@elaraai/east").IntegerType;
7995
+ Float: import("@elaraai/east").FloatType;
7996
+ String: StringType;
7997
+ DateTime: import("@elaraai/east").DateTimeType;
7998
+ }>;
7999
+ }>], import("@elaraai/east").NullType>>;
8000
+ onRowClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8001
+ rowIndex: import("@elaraai/east").IntegerType;
8002
+ }>], import("@elaraai/east").NullType>>;
8003
+ onRowDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8004
+ rowIndex: import("@elaraai/east").IntegerType;
8005
+ }>], import("@elaraai/east").NullType>>;
8006
+ onRowSelectionChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8007
+ rowIndex: import("@elaraai/east").IntegerType;
8008
+ selected: import("@elaraai/east").BooleanType;
8009
+ selectedRowsIndices: ArrayType<import("@elaraai/east").IntegerType>;
8010
+ }>], import("@elaraai/east").NullType>>;
8011
+ onSortChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8012
+ columnKey: StringType;
8013
+ sortIndex: import("@elaraai/east").IntegerType;
8014
+ sortDirection: import("@elaraai/east").VariantType<{
8015
+ asc: import("@elaraai/east").NullType;
8016
+ desc: import("@elaraai/east").NullType;
8017
+ }>;
8018
+ }>], import("@elaraai/east").NullType>>;
6803
8019
  }>>;
6804
8020
  }>;
6805
8021
  Gantt: StructType<{
@@ -6889,6 +8105,104 @@ export declare const DrawerType: StructType<{
6889
8105
  pink: import("@elaraai/east").NullType;
6890
8106
  }>>;
6891
8107
  showToday: OptionType<import("@elaraai/east").BooleanType>;
8108
+ dragStep: OptionType<import("@elaraai/east").VariantType<{
8109
+ minutes: import("@elaraai/east").FloatType;
8110
+ hours: import("@elaraai/east").FloatType;
8111
+ days: import("@elaraai/east").FloatType;
8112
+ weeks: import("@elaraai/east").FloatType;
8113
+ months: import("@elaraai/east").FloatType;
8114
+ }>>;
8115
+ durationStep: OptionType<import("@elaraai/east").VariantType<{
8116
+ minutes: import("@elaraai/east").FloatType;
8117
+ hours: import("@elaraai/east").FloatType;
8118
+ days: import("@elaraai/east").FloatType;
8119
+ weeks: import("@elaraai/east").FloatType;
8120
+ months: import("@elaraai/east").FloatType;
8121
+ }>>;
8122
+ onCellClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8123
+ rowIndex: import("@elaraai/east").IntegerType;
8124
+ columnKey: StringType;
8125
+ cellValue: import("@elaraai/east").VariantType<{
8126
+ Boolean: import("@elaraai/east").BooleanType;
8127
+ Integer: import("@elaraai/east").IntegerType;
8128
+ Float: import("@elaraai/east").FloatType;
8129
+ String: StringType;
8130
+ DateTime: import("@elaraai/east").DateTimeType;
8131
+ }>;
8132
+ }>], import("@elaraai/east").NullType>>;
8133
+ onCellDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8134
+ rowIndex: import("@elaraai/east").IntegerType;
8135
+ columnKey: StringType;
8136
+ cellValue: import("@elaraai/east").VariantType<{
8137
+ Boolean: import("@elaraai/east").BooleanType;
8138
+ Integer: import("@elaraai/east").IntegerType;
8139
+ Float: import("@elaraai/east").FloatType;
8140
+ String: StringType;
8141
+ DateTime: import("@elaraai/east").DateTimeType;
8142
+ }>;
8143
+ }>], import("@elaraai/east").NullType>>;
8144
+ onRowClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8145
+ rowIndex: import("@elaraai/east").IntegerType;
8146
+ }>], import("@elaraai/east").NullType>>;
8147
+ onRowDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8148
+ rowIndex: import("@elaraai/east").IntegerType;
8149
+ }>], import("@elaraai/east").NullType>>;
8150
+ onSortChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8151
+ columnKey: StringType;
8152
+ sortIndex: import("@elaraai/east").IntegerType;
8153
+ sortDirection: import("@elaraai/east").VariantType<{
8154
+ asc: import("@elaraai/east").NullType;
8155
+ desc: import("@elaraai/east").NullType;
8156
+ }>;
8157
+ }>], import("@elaraai/east").NullType>>;
8158
+ onTaskClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8159
+ rowIndex: import("@elaraai/east").IntegerType;
8160
+ taskIndex: import("@elaraai/east").IntegerType;
8161
+ taskStart: import("@elaraai/east").DateTimeType;
8162
+ taskEnd: import("@elaraai/east").DateTimeType;
8163
+ }>], import("@elaraai/east").NullType>>;
8164
+ onTaskDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8165
+ rowIndex: import("@elaraai/east").IntegerType;
8166
+ taskIndex: import("@elaraai/east").IntegerType;
8167
+ taskStart: import("@elaraai/east").DateTimeType;
8168
+ taskEnd: import("@elaraai/east").DateTimeType;
8169
+ }>], import("@elaraai/east").NullType>>;
8170
+ onTaskDrag: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8171
+ rowIndex: import("@elaraai/east").IntegerType;
8172
+ taskIndex: import("@elaraai/east").IntegerType;
8173
+ previousStart: import("@elaraai/east").DateTimeType;
8174
+ previousEnd: import("@elaraai/east").DateTimeType;
8175
+ newStart: import("@elaraai/east").DateTimeType;
8176
+ newEnd: import("@elaraai/east").DateTimeType;
8177
+ }>], import("@elaraai/east").NullType>>;
8178
+ onTaskDurationChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8179
+ rowIndex: import("@elaraai/east").IntegerType;
8180
+ taskIndex: import("@elaraai/east").IntegerType;
8181
+ previousEnd: import("@elaraai/east").DateTimeType;
8182
+ newEnd: import("@elaraai/east").DateTimeType;
8183
+ }>], import("@elaraai/east").NullType>>;
8184
+ onTaskProgressChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8185
+ rowIndex: import("@elaraai/east").IntegerType;
8186
+ taskIndex: import("@elaraai/east").IntegerType;
8187
+ previousProgress: import("@elaraai/east").FloatType;
8188
+ newProgress: import("@elaraai/east").FloatType;
8189
+ }>], import("@elaraai/east").NullType>>;
8190
+ onMilestoneClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8191
+ rowIndex: import("@elaraai/east").IntegerType;
8192
+ milestoneIndex: import("@elaraai/east").IntegerType;
8193
+ milestoneDate: import("@elaraai/east").DateTimeType;
8194
+ }>], import("@elaraai/east").NullType>>;
8195
+ onMilestoneDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8196
+ rowIndex: import("@elaraai/east").IntegerType;
8197
+ milestoneIndex: import("@elaraai/east").IntegerType;
8198
+ milestoneDate: import("@elaraai/east").DateTimeType;
8199
+ }>], import("@elaraai/east").NullType>>;
8200
+ onMilestoneDrag: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8201
+ rowIndex: import("@elaraai/east").IntegerType;
8202
+ milestoneIndex: import("@elaraai/east").IntegerType;
8203
+ previousDate: import("@elaraai/east").DateTimeType;
8204
+ newDate: import("@elaraai/east").DateTimeType;
8205
+ }>], import("@elaraai/east").NullType>>;
6892
8206
  }>>;
6893
8207
  }>;
6894
8208
  Accordion: StructType<{
@@ -6906,6 +8220,7 @@ export declare const DrawerType: StructType<{
6906
8220
  plain: import("@elaraai/east").NullType;
6907
8221
  subtle: import("@elaraai/east").NullType;
6908
8222
  }>>;
8223
+ onValueChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
6909
8224
  }>>;
6910
8225
  }>;
6911
8226
  Carousel: StructType<{
@@ -6926,6 +8241,7 @@ export declare const DrawerType: StructType<{
6926
8241
  }>>;
6927
8242
  spacing: OptionType<StringType>;
6928
8243
  padding: OptionType<StringType>;
8244
+ onIndexChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
6929
8245
  }>>;
6930
8246
  }>;
6931
8247
  Tabs: StructType<{
@@ -6978,6 +8294,7 @@ export declare const DrawerType: StructType<{
6978
8294
  purple: import("@elaraai/east").NullType;
6979
8295
  pink: import("@elaraai/east").NullType;
6980
8296
  }>>;
8297
+ onValueChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
6981
8298
  }>>;
6982
8299
  }>;
6983
8300
  Tooltip: StructType<{
@@ -7060,6 +8377,10 @@ export declare const DrawerType: StructType<{
7060
8377
  dialog: import("@elaraai/east").NullType;
7061
8378
  alertdialog: import("@elaraai/east").NullType;
7062
8379
  }>>;
8380
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
8381
+ onExitComplete: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
8382
+ onEscapeKeyDown: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
8383
+ onInteractOutside: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
7063
8384
  }>>;
7064
8385
  }>;
7065
8386
  Drawer: StructType<{
@@ -7083,6 +8404,8 @@ export declare const DrawerType: StructType<{
7083
8404
  bottom: import("@elaraai/east").NullType;
7084
8405
  }>>;
7085
8406
  contained: OptionType<import("@elaraai/east").BooleanType>;
8407
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
8408
+ onExitComplete: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
7086
8409
  }>>;
7087
8410
  }>;
7088
8411
  Popover: StructType<{
@@ -7113,6 +8436,7 @@ export declare const DrawerType: StructType<{
7113
8436
  }>>;
7114
8437
  hasArrow: OptionType<import("@elaraai/east").BooleanType>;
7115
8438
  gutter: OptionType<import("@elaraai/east").IntegerType>;
8439
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
7116
8440
  }>>;
7117
8441
  }>;
7118
8442
  HoverCard: StructType<{
@@ -7142,6 +8466,7 @@ export declare const DrawerType: StructType<{
7142
8466
  hasArrow: OptionType<import("@elaraai/east").BooleanType>;
7143
8467
  openDelay: OptionType<import("@elaraai/east").IntegerType>;
7144
8468
  closeDelay: OptionType<import("@elaraai/east").IntegerType>;
8469
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
7145
8470
  }>>;
7146
8471
  }>;
7147
8472
  ActionBar: StructType<{
@@ -7155,7 +8480,10 @@ export declare const DrawerType: StructType<{
7155
8480
  }>>;
7156
8481
  selectionCount: OptionType<import("@elaraai/east").IntegerType>;
7157
8482
  selectionLabel: OptionType<StringType>;
7158
- style: OptionType<StructType<{}>>;
8483
+ style: OptionType<StructType<{
8484
+ onSelect: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
8485
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
8486
+ }>>;
7159
8487
  }>;
7160
8488
  ToggleTip: StructType<{
7161
8489
  trigger: import("@elaraai/east").RecursiveTypeMarker;
@@ -7176,8 +8504,12 @@ export declare const DrawerType: StructType<{
7176
8504
  "right-end": import("@elaraai/east").NullType;
7177
8505
  }>>;
7178
8506
  hasArrow: OptionType<import("@elaraai/east").BooleanType>;
8507
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
7179
8508
  }>>;
7180
8509
  }>;
8510
+ ReactiveComponent: StructType<{
8511
+ render: import("@elaraai/east").FunctionType<[], import("@elaraai/east").RecursiveTypeMarker>;
8512
+ }>;
7181
8513
  }>>>;
7182
8514
  title: OptionType<StringType>;
7183
8515
  description: OptionType<StringType>;
@@ -7197,6 +8529,8 @@ export declare const DrawerType: StructType<{
7197
8529
  bottom: import("@elaraai/east").NullType;
7198
8530
  }>>;
7199
8531
  contained: OptionType<import("@elaraai/east").BooleanType>;
8532
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
8533
+ onExitComplete: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
7200
8534
  }>>;
7201
8535
  }>;
7202
8536
  /**
@@ -7217,25 +8551,16 @@ export type DrawerType = typeof DrawerType;
7217
8551
  *
7218
8552
  * @example
7219
8553
  * ```ts
7220
- * import { Drawer, Button, Text } from "@elaraai/east-ui";
7221
- *
7222
- * // Simple drawer
7223
- * const drawer = Drawer.Root(
7224
- * Button.Root("Open Menu"),
7225
- * [Text.Root("Menu content")],
7226
- * { title: "Navigation" }
7227
- * );
8554
+ * import { East } from "@elaraai/east";
8555
+ * import { Drawer, Button, Text, UIComponentType } from "@elaraai/east-ui";
7228
8556
  *
7229
- * // Drawer from left side
7230
- * const leftDrawer = Drawer.Root(
7231
- * Button.Root("Settings"),
7232
- * [Text.Root("Settings panel")],
7233
- * {
7234
- * title: "Settings",
7235
- * placement: "start",
7236
- * size: "md",
7237
- * }
7238
- * );
8557
+ * const example = East.function([], UIComponentType, $ => {
8558
+ * return Drawer.Root(
8559
+ * Button.Root("Open Menu"),
8560
+ * [Text.Root("Menu content")],
8561
+ * { title: "Navigation", placement: "start" }
8562
+ * );
8563
+ * });
7239
8564
  * ```
7240
8565
  */
7241
8566
  declare function createDrawer(trigger: SubtypeExprOrValue<UIComponentType>, body: SubtypeExprOrValue<ArrayType<UIComponentType>>, style?: DrawerStyle): ExprType<UIComponentType>;
@@ -7244,21 +8569,6 @@ declare function createDrawer(trigger: SubtypeExprOrValue<UIComponentType>, body
7244
8569
  *
7245
8570
  * @remarks
7246
8571
  * Use `Drawer.Root(trigger, body, style)` to create a drawer, or access `Drawer.Types` for East types.
7247
- *
7248
- * @example
7249
- * ```ts
7250
- * import { Drawer, Button, Text } from "@elaraai/east-ui";
7251
- *
7252
- * // Create a drawer
7253
- * const drawer = Drawer.Root(
7254
- * Button.Root("Open"),
7255
- * [Text.Root("Content")],
7256
- * { title: "My Drawer", placement: "end" }
7257
- * );
7258
- *
7259
- * // Access the type
7260
- * const styleType = Drawer.Types.Style;
7261
- * ```
7262
8572
  */
7263
8573
  export declare const Drawer: {
7264
8574
  /**
@@ -7470,6 +8780,7 @@ export declare const Drawer: {
7470
8780
  highlightLines: OptionType<ArrayType<import("@elaraai/east").IntegerType>>;
7471
8781
  maxHeight: OptionType<StringType>;
7472
8782
  showCopyButton: OptionType<import("@elaraai/east").BooleanType>;
8783
+ wordWrap: OptionType<import("@elaraai/east").BooleanType>;
7473
8784
  title: OptionType<StringType>;
7474
8785
  }>;
7475
8786
  Button: StructType<{
@@ -7501,6 +8812,7 @@ export declare const Drawer: {
7501
8812
  }>>;
7502
8813
  loading: OptionType<import("@elaraai/east").BooleanType>;
7503
8814
  disabled: OptionType<import("@elaraai/east").BooleanType>;
8815
+ onClick: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
7504
8816
  }>>;
7505
8817
  }>;
7506
8818
  IconButton: StructType<{
@@ -7533,6 +8845,7 @@ export declare const Drawer: {
7533
8845
  }>>;
7534
8846
  loading: OptionType<import("@elaraai/east").BooleanType>;
7535
8847
  disabled: OptionType<import("@elaraai/east").BooleanType>;
8848
+ onClick: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
7536
8849
  }>>;
7537
8850
  }>;
7538
8851
  Box: StructType<{
@@ -7550,6 +8863,28 @@ export declare const Drawer: {
7550
8863
  }>>;
7551
8864
  width: OptionType<StringType>;
7552
8865
  height: OptionType<StringType>;
8866
+ minHeight: OptionType<StringType>;
8867
+ minWidth: OptionType<StringType>;
8868
+ maxHeight: OptionType<StringType>;
8869
+ maxWidth: OptionType<StringType>;
8870
+ overflow: OptionType<import("@elaraai/east").VariantType<{
8871
+ visible: import("@elaraai/east").NullType;
8872
+ hidden: import("@elaraai/east").NullType;
8873
+ scroll: import("@elaraai/east").NullType;
8874
+ auto: import("@elaraai/east").NullType;
8875
+ }>>;
8876
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
8877
+ visible: import("@elaraai/east").NullType;
8878
+ hidden: import("@elaraai/east").NullType;
8879
+ scroll: import("@elaraai/east").NullType;
8880
+ auto: import("@elaraai/east").NullType;
8881
+ }>>;
8882
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
8883
+ visible: import("@elaraai/east").NullType;
8884
+ hidden: import("@elaraai/east").NullType;
8885
+ scroll: import("@elaraai/east").NullType;
8886
+ auto: import("@elaraai/east").NullType;
8887
+ }>>;
7553
8888
  padding: OptionType<StructType<{
7554
8889
  top: OptionType<StringType>;
7555
8890
  right: OptionType<StringType>;
@@ -7589,6 +8924,77 @@ export declare const Drawer: {
7589
8924
  gap: OptionType<StringType>;
7590
8925
  }>>;
7591
8926
  }>;
8927
+ Flex: StructType<{
8928
+ children: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
8929
+ style: OptionType<StructType<{
8930
+ direction: OptionType<import("@elaraai/east").VariantType<{
8931
+ row: import("@elaraai/east").NullType;
8932
+ column: import("@elaraai/east").NullType;
8933
+ "row-reverse": import("@elaraai/east").NullType;
8934
+ "column-reverse": import("@elaraai/east").NullType;
8935
+ }>>;
8936
+ wrap: OptionType<import("@elaraai/east").VariantType<{
8937
+ nowrap: import("@elaraai/east").NullType;
8938
+ wrap: import("@elaraai/east").NullType;
8939
+ "wrap-reverse": import("@elaraai/east").NullType;
8940
+ }>>;
8941
+ justifyContent: OptionType<import("@elaraai/east").VariantType<{
8942
+ "flex-start": import("@elaraai/east").NullType;
8943
+ "flex-end": import("@elaraai/east").NullType;
8944
+ center: import("@elaraai/east").NullType;
8945
+ "space-between": import("@elaraai/east").NullType;
8946
+ "space-around": import("@elaraai/east").NullType;
8947
+ "space-evenly": import("@elaraai/east").NullType;
8948
+ }>>;
8949
+ alignItems: OptionType<import("@elaraai/east").VariantType<{
8950
+ "flex-start": import("@elaraai/east").NullType;
8951
+ "flex-end": import("@elaraai/east").NullType;
8952
+ center: import("@elaraai/east").NullType;
8953
+ baseline: import("@elaraai/east").NullType;
8954
+ stretch: import("@elaraai/east").NullType;
8955
+ }>>;
8956
+ gap: OptionType<StringType>;
8957
+ width: OptionType<StringType>;
8958
+ height: OptionType<StringType>;
8959
+ minHeight: OptionType<StringType>;
8960
+ minWidth: OptionType<StringType>;
8961
+ maxHeight: OptionType<StringType>;
8962
+ maxWidth: OptionType<StringType>;
8963
+ overflow: OptionType<import("@elaraai/east").VariantType<{
8964
+ visible: import("@elaraai/east").NullType;
8965
+ hidden: import("@elaraai/east").NullType;
8966
+ scroll: import("@elaraai/east").NullType;
8967
+ auto: import("@elaraai/east").NullType;
8968
+ }>>;
8969
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
8970
+ visible: import("@elaraai/east").NullType;
8971
+ hidden: import("@elaraai/east").NullType;
8972
+ scroll: import("@elaraai/east").NullType;
8973
+ auto: import("@elaraai/east").NullType;
8974
+ }>>;
8975
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
8976
+ visible: import("@elaraai/east").NullType;
8977
+ hidden: import("@elaraai/east").NullType;
8978
+ scroll: import("@elaraai/east").NullType;
8979
+ auto: import("@elaraai/east").NullType;
8980
+ }>>;
8981
+ padding: OptionType<StructType<{
8982
+ top: OptionType<StringType>;
8983
+ right: OptionType<StringType>;
8984
+ bottom: OptionType<StringType>;
8985
+ left: OptionType<StringType>;
8986
+ }>>;
8987
+ margin: OptionType<StructType<{
8988
+ top: OptionType<StringType>;
8989
+ right: OptionType<StringType>;
8990
+ bottom: OptionType<StringType>;
8991
+ left: OptionType<StringType>;
8992
+ }>>;
8993
+ background: OptionType<StringType>;
8994
+ color: OptionType<StringType>;
8995
+ borderRadius: OptionType<StringType>;
8996
+ }>>;
8997
+ }>;
7592
8998
  Stack: StructType<{
7593
8999
  children: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
7594
9000
  style: OptionType<StructType<{
@@ -7634,6 +9040,28 @@ export declare const Drawer: {
7634
9040
  background: OptionType<StringType>;
7635
9041
  width: OptionType<StringType>;
7636
9042
  height: OptionType<StringType>;
9043
+ minHeight: OptionType<StringType>;
9044
+ minWidth: OptionType<StringType>;
9045
+ maxHeight: OptionType<StringType>;
9046
+ maxWidth: OptionType<StringType>;
9047
+ overflow: OptionType<import("@elaraai/east").VariantType<{
9048
+ visible: import("@elaraai/east").NullType;
9049
+ hidden: import("@elaraai/east").NullType;
9050
+ scroll: import("@elaraai/east").NullType;
9051
+ auto: import("@elaraai/east").NullType;
9052
+ }>>;
9053
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
9054
+ visible: import("@elaraai/east").NullType;
9055
+ hidden: import("@elaraai/east").NullType;
9056
+ scroll: import("@elaraai/east").NullType;
9057
+ auto: import("@elaraai/east").NullType;
9058
+ }>>;
9059
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
9060
+ visible: import("@elaraai/east").NullType;
9061
+ hidden: import("@elaraai/east").NullType;
9062
+ scroll: import("@elaraai/east").NullType;
9063
+ auto: import("@elaraai/east").NullType;
9064
+ }>>;
7637
9065
  }>>;
7638
9066
  }>;
7639
9067
  Separator: StructType<{
@@ -7728,6 +9156,13 @@ export declare const Drawer: {
7728
9156
  horizontal: import("@elaraai/east").NullType;
7729
9157
  vertical: import("@elaraai/east").NullType;
7730
9158
  }>>;
9159
+ onResize: OptionType<import("@elaraai/east").FunctionType<[StructType<{
9160
+ size: ArrayType<import("@elaraai/east").FloatType>;
9161
+ }>], import("@elaraai/east").NullType>>;
9162
+ onResizeStart: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9163
+ onResizeEnd: OptionType<import("@elaraai/east").FunctionType<[StructType<{
9164
+ size: ArrayType<import("@elaraai/east").FloatType>;
9165
+ }>], import("@elaraai/east").NullType>>;
7731
9166
  }>>;
7732
9167
  }>;
7733
9168
  StringInput: StructType<{
@@ -7747,6 +9182,9 @@ export declare const Drawer: {
7747
9182
  maxLength: OptionType<import("@elaraai/east").IntegerType>;
7748
9183
  pattern: OptionType<StringType>;
7749
9184
  disabled: OptionType<import("@elaraai/east").BooleanType>;
9185
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
9186
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9187
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
7750
9188
  }>;
7751
9189
  IntegerInput: StructType<{
7752
9190
  value: import("@elaraai/east").IntegerType;
@@ -7765,6 +9203,9 @@ export declare const Drawer: {
7765
9203
  lg: import("@elaraai/east").NullType;
7766
9204
  }>>;
7767
9205
  disabled: OptionType<import("@elaraai/east").BooleanType>;
9206
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
9207
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9208
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
7768
9209
  }>;
7769
9210
  FloatInput: StructType<{
7770
9211
  value: import("@elaraai/east").FloatType;
@@ -7784,13 +9225,44 @@ export declare const Drawer: {
7784
9225
  lg: import("@elaraai/east").NullType;
7785
9226
  }>>;
7786
9227
  disabled: OptionType<import("@elaraai/east").BooleanType>;
9228
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
9229
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9230
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
7787
9231
  }>;
7788
9232
  DateTimeInput: StructType<{
7789
9233
  value: import("@elaraai/east").DateTimeType;
7790
9234
  min: OptionType<import("@elaraai/east").DateTimeType>;
7791
9235
  max: OptionType<import("@elaraai/east").DateTimeType>;
7792
- showTime: OptionType<import("@elaraai/east").BooleanType>;
7793
- format: OptionType<StringType>;
9236
+ precision: OptionType<import("@elaraai/east").VariantType<{
9237
+ date: import("@elaraai/east").NullType;
9238
+ time: import("@elaraai/east").NullType;
9239
+ datetime: import("@elaraai/east").NullType;
9240
+ }>>;
9241
+ format: OptionType<ArrayType<import("@elaraai/east").VariantType<{
9242
+ literal: StringType;
9243
+ year4: import("@elaraai/east").NullType;
9244
+ year2: import("@elaraai/east").NullType;
9245
+ month1: import("@elaraai/east").NullType;
9246
+ month2: import("@elaraai/east").NullType;
9247
+ monthNameShort: import("@elaraai/east").NullType;
9248
+ monthNameFull: import("@elaraai/east").NullType;
9249
+ day1: import("@elaraai/east").NullType;
9250
+ day2: import("@elaraai/east").NullType;
9251
+ weekdayNameMin: import("@elaraai/east").NullType;
9252
+ weekdayNameShort: import("@elaraai/east").NullType;
9253
+ weekdayNameFull: import("@elaraai/east").NullType;
9254
+ hour24_1: import("@elaraai/east").NullType;
9255
+ hour24_2: import("@elaraai/east").NullType;
9256
+ hour12_1: import("@elaraai/east").NullType;
9257
+ hour12_2: import("@elaraai/east").NullType;
9258
+ minute1: import("@elaraai/east").NullType;
9259
+ minute2: import("@elaraai/east").NullType;
9260
+ second1: import("@elaraai/east").NullType;
9261
+ second2: import("@elaraai/east").NullType;
9262
+ millisecond3: import("@elaraai/east").NullType;
9263
+ ampmUpper: import("@elaraai/east").NullType;
9264
+ ampmLower: import("@elaraai/east").NullType;
9265
+ }>>>;
7794
9266
  variant: OptionType<import("@elaraai/east").VariantType<{
7795
9267
  outline: import("@elaraai/east").NullType;
7796
9268
  subtle: import("@elaraai/east").NullType;
@@ -7803,6 +9275,9 @@ export declare const Drawer: {
7803
9275
  lg: import("@elaraai/east").NullType;
7804
9276
  }>>;
7805
9277
  disabled: OptionType<import("@elaraai/east").BooleanType>;
9278
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").DateTimeType], import("@elaraai/east").NullType>>;
9279
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9280
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
7806
9281
  }>;
7807
9282
  Checkbox: StructType<{
7808
9283
  checked: import("@elaraai/east").BooleanType;
@@ -7827,6 +9302,7 @@ export declare const Drawer: {
7827
9302
  md: import("@elaraai/east").NullType;
7828
9303
  lg: import("@elaraai/east").NullType;
7829
9304
  }>>;
9305
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
7830
9306
  }>;
7831
9307
  Switch: StructType<{
7832
9308
  checked: import("@elaraai/east").BooleanType;
@@ -7850,6 +9326,7 @@ export declare const Drawer: {
7850
9326
  md: import("@elaraai/east").NullType;
7851
9327
  lg: import("@elaraai/east").NullType;
7852
9328
  }>>;
9329
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
7853
9330
  }>;
7854
9331
  Select: StructType<{
7855
9332
  value: OptionType<StringType>;
@@ -7867,6 +9344,9 @@ export declare const Drawer: {
7867
9344
  md: import("@elaraai/east").NullType;
7868
9345
  lg: import("@elaraai/east").NullType;
7869
9346
  }>>;
9347
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
9348
+ onChangeMultiple: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
9349
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
7870
9350
  }>;
7871
9351
  Slider: StructType<{
7872
9352
  value: import("@elaraai/east").FloatType;
@@ -7900,6 +9380,8 @@ export declare const Drawer: {
7900
9380
  subtle: import("@elaraai/east").NullType;
7901
9381
  }>>;
7902
9382
  disabled: OptionType<import("@elaraai/east").BooleanType>;
9383
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
9384
+ onChangeEnd: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
7903
9385
  }>;
7904
9386
  FileUpload: StructType<{
7905
9387
  accept: OptionType<StringType>;
@@ -7918,31 +9400,358 @@ export declare const Drawer: {
7918
9400
  label: OptionType<StringType>;
7919
9401
  dropzoneText: OptionType<StringType>;
7920
9402
  triggerText: OptionType<StringType>;
9403
+ onFileAccept: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
9404
+ name: StringType;
9405
+ size: import("@elaraai/east").IntegerType;
9406
+ type: StringType;
9407
+ }>>], import("@elaraai/east").NullType>>;
9408
+ onFileReject: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
9409
+ file: StructType<{
9410
+ name: StringType;
9411
+ size: import("@elaraai/east").IntegerType;
9412
+ type: StringType;
9413
+ }>;
9414
+ errors: ArrayType<StringType>;
9415
+ }>>], import("@elaraai/east").NullType>>;
7921
9416
  }>;
7922
9417
  Field: StructType<{
7923
9418
  label: StringType;
7924
- control: import("@elaraai/east").RecursiveTypeMarker;
9419
+ control: import("@elaraai/east").VariantType<{
9420
+ Checkbox: StructType<{
9421
+ checked: import("@elaraai/east").BooleanType;
9422
+ label: OptionType<StringType>;
9423
+ indeterminate: OptionType<import("@elaraai/east").BooleanType>;
9424
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
9425
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
9426
+ gray: import("@elaraai/east").NullType;
9427
+ red: import("@elaraai/east").NullType;
9428
+ orange: import("@elaraai/east").NullType;
9429
+ yellow: import("@elaraai/east").NullType;
9430
+ green: import("@elaraai/east").NullType;
9431
+ teal: import("@elaraai/east").NullType;
9432
+ blue: import("@elaraai/east").NullType;
9433
+ cyan: import("@elaraai/east").NullType;
9434
+ purple: import("@elaraai/east").NullType;
9435
+ pink: import("@elaraai/east").NullType;
9436
+ }>>;
9437
+ size: OptionType<import("@elaraai/east").VariantType<{
9438
+ xs: import("@elaraai/east").NullType;
9439
+ sm: import("@elaraai/east").NullType;
9440
+ md: import("@elaraai/east").NullType;
9441
+ lg: import("@elaraai/east").NullType;
9442
+ }>>;
9443
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
9444
+ }>;
9445
+ StringInput: StructType<{
9446
+ value: StringType;
9447
+ placeholder: OptionType<StringType>;
9448
+ variant: OptionType<import("@elaraai/east").VariantType<{
9449
+ outline: import("@elaraai/east").NullType;
9450
+ subtle: import("@elaraai/east").NullType;
9451
+ flushed: import("@elaraai/east").NullType;
9452
+ }>>;
9453
+ size: OptionType<import("@elaraai/east").VariantType<{
9454
+ xs: import("@elaraai/east").NullType;
9455
+ sm: import("@elaraai/east").NullType;
9456
+ md: import("@elaraai/east").NullType;
9457
+ lg: import("@elaraai/east").NullType;
9458
+ }>>;
9459
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
9460
+ pattern: OptionType<StringType>;
9461
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
9462
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
9463
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9464
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9465
+ }>;
9466
+ IntegerInput: StructType<{
9467
+ value: import("@elaraai/east").IntegerType;
9468
+ min: OptionType<import("@elaraai/east").IntegerType>;
9469
+ max: OptionType<import("@elaraai/east").IntegerType>;
9470
+ step: OptionType<import("@elaraai/east").IntegerType>;
9471
+ variant: OptionType<import("@elaraai/east").VariantType<{
9472
+ outline: import("@elaraai/east").NullType;
9473
+ subtle: import("@elaraai/east").NullType;
9474
+ flushed: import("@elaraai/east").NullType;
9475
+ }>>;
9476
+ size: OptionType<import("@elaraai/east").VariantType<{
9477
+ xs: import("@elaraai/east").NullType;
9478
+ sm: import("@elaraai/east").NullType;
9479
+ md: import("@elaraai/east").NullType;
9480
+ lg: import("@elaraai/east").NullType;
9481
+ }>>;
9482
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
9483
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
9484
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9485
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9486
+ }>;
9487
+ FloatInput: StructType<{
9488
+ value: import("@elaraai/east").FloatType;
9489
+ min: OptionType<import("@elaraai/east").FloatType>;
9490
+ max: OptionType<import("@elaraai/east").FloatType>;
9491
+ step: OptionType<import("@elaraai/east").FloatType>;
9492
+ precision: OptionType<import("@elaraai/east").IntegerType>;
9493
+ variant: OptionType<import("@elaraai/east").VariantType<{
9494
+ outline: import("@elaraai/east").NullType;
9495
+ subtle: import("@elaraai/east").NullType;
9496
+ flushed: import("@elaraai/east").NullType;
9497
+ }>>;
9498
+ size: OptionType<import("@elaraai/east").VariantType<{
9499
+ xs: import("@elaraai/east").NullType;
9500
+ sm: import("@elaraai/east").NullType;
9501
+ md: import("@elaraai/east").NullType;
9502
+ lg: import("@elaraai/east").NullType;
9503
+ }>>;
9504
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
9505
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
9506
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9507
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9508
+ }>;
9509
+ DateTimeInput: StructType<{
9510
+ value: import("@elaraai/east").DateTimeType;
9511
+ min: OptionType<import("@elaraai/east").DateTimeType>;
9512
+ max: OptionType<import("@elaraai/east").DateTimeType>;
9513
+ precision: OptionType<import("@elaraai/east").VariantType<{
9514
+ date: import("@elaraai/east").NullType;
9515
+ time: import("@elaraai/east").NullType;
9516
+ datetime: import("@elaraai/east").NullType;
9517
+ }>>;
9518
+ format: OptionType<ArrayType<import("@elaraai/east").VariantType<{
9519
+ literal: StringType;
9520
+ year4: import("@elaraai/east").NullType;
9521
+ year2: import("@elaraai/east").NullType;
9522
+ month1: import("@elaraai/east").NullType;
9523
+ month2: import("@elaraai/east").NullType;
9524
+ monthNameShort: import("@elaraai/east").NullType;
9525
+ monthNameFull: import("@elaraai/east").NullType;
9526
+ day1: import("@elaraai/east").NullType;
9527
+ day2: import("@elaraai/east").NullType;
9528
+ weekdayNameMin: import("@elaraai/east").NullType;
9529
+ weekdayNameShort: import("@elaraai/east").NullType;
9530
+ weekdayNameFull: import("@elaraai/east").NullType;
9531
+ hour24_1: import("@elaraai/east").NullType;
9532
+ hour24_2: import("@elaraai/east").NullType;
9533
+ hour12_1: import("@elaraai/east").NullType;
9534
+ hour12_2: import("@elaraai/east").NullType;
9535
+ minute1: import("@elaraai/east").NullType;
9536
+ minute2: import("@elaraai/east").NullType;
9537
+ second1: import("@elaraai/east").NullType;
9538
+ second2: import("@elaraai/east").NullType;
9539
+ millisecond3: import("@elaraai/east").NullType;
9540
+ ampmUpper: import("@elaraai/east").NullType;
9541
+ ampmLower: import("@elaraai/east").NullType;
9542
+ }>>>;
9543
+ variant: OptionType<import("@elaraai/east").VariantType<{
9544
+ outline: import("@elaraai/east").NullType;
9545
+ subtle: import("@elaraai/east").NullType;
9546
+ flushed: import("@elaraai/east").NullType;
9547
+ }>>;
9548
+ size: OptionType<import("@elaraai/east").VariantType<{
9549
+ xs: import("@elaraai/east").NullType;
9550
+ sm: import("@elaraai/east").NullType;
9551
+ md: import("@elaraai/east").NullType;
9552
+ lg: import("@elaraai/east").NullType;
9553
+ }>>;
9554
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
9555
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").DateTimeType], import("@elaraai/east").NullType>>;
9556
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9557
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9558
+ }>;
9559
+ FileUpload: StructType<{
9560
+ accept: OptionType<StringType>;
9561
+ maxFiles: OptionType<import("@elaraai/east").IntegerType>;
9562
+ maxFileSize: OptionType<import("@elaraai/east").IntegerType>;
9563
+ minFileSize: OptionType<import("@elaraai/east").IntegerType>;
9564
+ directory: OptionType<import("@elaraai/east").BooleanType>;
9565
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
9566
+ required: OptionType<import("@elaraai/east").BooleanType>;
9567
+ allowDrop: OptionType<import("@elaraai/east").BooleanType>;
9568
+ capture: OptionType<import("@elaraai/east").VariantType<{
9569
+ user: import("@elaraai/east").NullType;
9570
+ environment: import("@elaraai/east").NullType;
9571
+ }>>;
9572
+ name: OptionType<StringType>;
9573
+ label: OptionType<StringType>;
9574
+ dropzoneText: OptionType<StringType>;
9575
+ triggerText: OptionType<StringType>;
9576
+ onFileAccept: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
9577
+ name: StringType;
9578
+ size: import("@elaraai/east").IntegerType;
9579
+ type: StringType;
9580
+ }>>], import("@elaraai/east").NullType>>;
9581
+ onFileReject: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
9582
+ file: StructType<{
9583
+ name: StringType;
9584
+ size: import("@elaraai/east").IntegerType;
9585
+ type: StringType;
9586
+ }>;
9587
+ errors: ArrayType<StringType>;
9588
+ }>>], import("@elaraai/east").NullType>>;
9589
+ }>;
9590
+ Select: StructType<{
9591
+ value: OptionType<StringType>;
9592
+ items: ArrayType<StructType<{
9593
+ value: StringType;
9594
+ label: StringType;
9595
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
9596
+ }>>;
9597
+ placeholder: OptionType<StringType>;
9598
+ multiple: OptionType<import("@elaraai/east").BooleanType>;
9599
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
9600
+ size: OptionType<import("@elaraai/east").VariantType<{
9601
+ xs: import("@elaraai/east").NullType;
9602
+ sm: import("@elaraai/east").NullType;
9603
+ md: import("@elaraai/east").NullType;
9604
+ lg: import("@elaraai/east").NullType;
9605
+ }>>;
9606
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
9607
+ onChangeMultiple: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
9608
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
9609
+ }>;
9610
+ Slider: StructType<{
9611
+ value: import("@elaraai/east").FloatType;
9612
+ min: OptionType<import("@elaraai/east").FloatType>;
9613
+ max: OptionType<import("@elaraai/east").FloatType>;
9614
+ step: OptionType<import("@elaraai/east").FloatType>;
9615
+ orientation: OptionType<import("@elaraai/east").VariantType<{
9616
+ horizontal: import("@elaraai/east").NullType;
9617
+ vertical: import("@elaraai/east").NullType;
9618
+ }>>;
9619
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
9620
+ gray: import("@elaraai/east").NullType;
9621
+ red: import("@elaraai/east").NullType;
9622
+ orange: import("@elaraai/east").NullType;
9623
+ yellow: import("@elaraai/east").NullType;
9624
+ green: import("@elaraai/east").NullType;
9625
+ teal: import("@elaraai/east").NullType;
9626
+ blue: import("@elaraai/east").NullType;
9627
+ cyan: import("@elaraai/east").NullType;
9628
+ purple: import("@elaraai/east").NullType;
9629
+ pink: import("@elaraai/east").NullType;
9630
+ }>>;
9631
+ size: OptionType<import("@elaraai/east").VariantType<{
9632
+ xs: import("@elaraai/east").NullType;
9633
+ sm: import("@elaraai/east").NullType;
9634
+ md: import("@elaraai/east").NullType;
9635
+ lg: import("@elaraai/east").NullType;
9636
+ }>>;
9637
+ variant: OptionType<import("@elaraai/east").VariantType<{
9638
+ outline: import("@elaraai/east").NullType;
9639
+ subtle: import("@elaraai/east").NullType;
9640
+ }>>;
9641
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
9642
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
9643
+ onChangeEnd: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
9644
+ }>;
9645
+ Switch: StructType<{
9646
+ checked: import("@elaraai/east").BooleanType;
9647
+ label: OptionType<StringType>;
9648
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
9649
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
9650
+ gray: import("@elaraai/east").NullType;
9651
+ red: import("@elaraai/east").NullType;
9652
+ orange: import("@elaraai/east").NullType;
9653
+ yellow: import("@elaraai/east").NullType;
9654
+ green: import("@elaraai/east").NullType;
9655
+ teal: import("@elaraai/east").NullType;
9656
+ blue: import("@elaraai/east").NullType;
9657
+ cyan: import("@elaraai/east").NullType;
9658
+ purple: import("@elaraai/east").NullType;
9659
+ pink: import("@elaraai/east").NullType;
9660
+ }>>;
9661
+ size: OptionType<import("@elaraai/east").VariantType<{
9662
+ xs: import("@elaraai/east").NullType;
9663
+ sm: import("@elaraai/east").NullType;
9664
+ md: import("@elaraai/east").NullType;
9665
+ lg: import("@elaraai/east").NullType;
9666
+ }>>;
9667
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
9668
+ }>;
9669
+ TagsInput: StructType<{
9670
+ value: ArrayType<StringType>;
9671
+ defaultValue: OptionType<ArrayType<StringType>>;
9672
+ max: OptionType<import("@elaraai/east").IntegerType>;
9673
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
9674
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
9675
+ readOnly: OptionType<import("@elaraai/east").BooleanType>;
9676
+ invalid: OptionType<import("@elaraai/east").BooleanType>;
9677
+ editable: OptionType<import("@elaraai/east").BooleanType>;
9678
+ delimiter: OptionType<StringType>;
9679
+ addOnPaste: OptionType<import("@elaraai/east").BooleanType>;
9680
+ blurBehavior: OptionType<import("@elaraai/east").VariantType<{
9681
+ clear: import("@elaraai/east").NullType;
9682
+ add: import("@elaraai/east").NullType;
9683
+ }>>;
9684
+ allowOverflow: OptionType<import("@elaraai/east").BooleanType>;
9685
+ label: OptionType<StringType>;
9686
+ placeholder: OptionType<StringType>;
9687
+ size: OptionType<import("@elaraai/east").VariantType<{
9688
+ xs: import("@elaraai/east").NullType;
9689
+ sm: import("@elaraai/east").NullType;
9690
+ md: import("@elaraai/east").NullType;
9691
+ lg: import("@elaraai/east").NullType;
9692
+ }>>;
9693
+ variant: OptionType<import("@elaraai/east").VariantType<{
9694
+ outline: import("@elaraai/east").NullType;
9695
+ subtle: import("@elaraai/east").NullType;
9696
+ flushed: import("@elaraai/east").NullType;
9697
+ }>>;
9698
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
9699
+ gray: import("@elaraai/east").NullType;
9700
+ red: import("@elaraai/east").NullType;
9701
+ orange: import("@elaraai/east").NullType;
9702
+ yellow: import("@elaraai/east").NullType;
9703
+ green: import("@elaraai/east").NullType;
9704
+ teal: import("@elaraai/east").NullType;
9705
+ blue: import("@elaraai/east").NullType;
9706
+ cyan: import("@elaraai/east").NullType;
9707
+ purple: import("@elaraai/east").NullType;
9708
+ pink: import("@elaraai/east").NullType;
9709
+ }>>;
9710
+ onChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
9711
+ onInputChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
9712
+ onHighlightChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
9713
+ }>;
9714
+ Textarea: StructType<{
9715
+ value: StringType;
9716
+ placeholder: OptionType<StringType>;
9717
+ variant: OptionType<import("@elaraai/east").VariantType<{
9718
+ outline: import("@elaraai/east").NullType;
9719
+ subtle: import("@elaraai/east").NullType;
9720
+ flushed: import("@elaraai/east").NullType;
9721
+ }>>;
9722
+ size: OptionType<import("@elaraai/east").VariantType<{
9723
+ xs: import("@elaraai/east").NullType;
9724
+ sm: import("@elaraai/east").NullType;
9725
+ md: import("@elaraai/east").NullType;
9726
+ lg: import("@elaraai/east").NullType;
9727
+ }>>;
9728
+ resize: OptionType<import("@elaraai/east").VariantType<{
9729
+ none: import("@elaraai/east").NullType;
9730
+ vertical: import("@elaraai/east").NullType;
9731
+ horizontal: import("@elaraai/east").NullType;
9732
+ both: import("@elaraai/east").NullType;
9733
+ }>>;
9734
+ rows: OptionType<import("@elaraai/east").IntegerType>;
9735
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
9736
+ readOnly: OptionType<import("@elaraai/east").BooleanType>;
9737
+ required: OptionType<import("@elaraai/east").BooleanType>;
9738
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
9739
+ autoresize: OptionType<import("@elaraai/east").BooleanType>;
9740
+ onValidate: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
9741
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
9742
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9743
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9744
+ }>;
9745
+ }>;
7925
9746
  helperText: OptionType<StringType>;
7926
9747
  errorText: OptionType<StringType>;
7927
9748
  required: OptionType<import("@elaraai/east").BooleanType>;
7928
9749
  disabled: OptionType<import("@elaraai/east").BooleanType>;
7929
9750
  invalid: OptionType<import("@elaraai/east").BooleanType>;
7930
9751
  readOnly: OptionType<import("@elaraai/east").BooleanType>;
7931
- }>;
7932
- Fieldset: StructType<{
7933
- legend: OptionType<StringType>;
7934
- helperText: OptionType<StringType>;
7935
- errorText: OptionType<StringType>;
7936
- content: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
7937
- disabled: OptionType<import("@elaraai/east").BooleanType>;
7938
- invalid: OptionType<import("@elaraai/east").BooleanType>;
7939
- style: OptionType<StructType<{
7940
- size: OptionType<import("@elaraai/east").VariantType<{
7941
- xs: import("@elaraai/east").NullType;
7942
- sm: import("@elaraai/east").NullType;
7943
- md: import("@elaraai/east").NullType;
7944
- lg: import("@elaraai/east").NullType;
7945
- }>>;
9752
+ orientation: OptionType<import("@elaraai/east").VariantType<{
9753
+ vertical: import("@elaraai/east").NullType;
9754
+ horizontal: import("@elaraai/east").NullType;
7946
9755
  }>>;
7947
9756
  }>;
7948
9757
  Textarea: StructType<{
@@ -7968,10 +9777,13 @@ export declare const Drawer: {
7968
9777
  rows: OptionType<import("@elaraai/east").IntegerType>;
7969
9778
  disabled: OptionType<import("@elaraai/east").BooleanType>;
7970
9779
  readOnly: OptionType<import("@elaraai/east").BooleanType>;
7971
- invalid: OptionType<import("@elaraai/east").BooleanType>;
7972
9780
  required: OptionType<import("@elaraai/east").BooleanType>;
7973
9781
  maxLength: OptionType<import("@elaraai/east").IntegerType>;
7974
9782
  autoresize: OptionType<import("@elaraai/east").BooleanType>;
9783
+ onValidate: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
9784
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
9785
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9786
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
7975
9787
  }>;
7976
9788
  TagsInput: StructType<{
7977
9789
  value: ArrayType<StringType>;
@@ -8014,6 +9826,9 @@ export declare const Drawer: {
8014
9826
  purple: import("@elaraai/east").NullType;
8015
9827
  pink: import("@elaraai/east").NullType;
8016
9828
  }>>;
9829
+ onChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
9830
+ onInputChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
9831
+ onHighlightChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
8017
9832
  }>;
8018
9833
  Progress: StructType<{
8019
9834
  value: import("@elaraai/east").FloatType;
@@ -8113,6 +9928,7 @@ export declare const Drawer: {
8113
9928
  xl: import("@elaraai/east").NullType;
8114
9929
  }>>;
8115
9930
  closable: OptionType<import("@elaraai/east").BooleanType>;
9931
+ onClose: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
8116
9932
  }>;
8117
9933
  Avatar: StructType<{
8118
9934
  src: OptionType<StringType>;
@@ -10453,6 +12269,9 @@ export declare const Drawer: {
10453
12269
  multiple: import("@elaraai/east").NullType;
10454
12270
  }>>;
10455
12271
  animateContent: OptionType<import("@elaraai/east").BooleanType>;
12272
+ onExpandedChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
12273
+ onSelectionChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
12274
+ onFocusChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
10456
12275
  }>>;
10457
12276
  }>;
10458
12277
  Table: StructType<{
@@ -10503,6 +12322,47 @@ export declare const Drawer: {
10503
12322
  purple: import("@elaraai/east").NullType;
10504
12323
  pink: import("@elaraai/east").NullType;
10505
12324
  }>>;
12325
+ onCellClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12326
+ rowIndex: import("@elaraai/east").IntegerType;
12327
+ columnKey: StringType;
12328
+ cellValue: import("@elaraai/east").VariantType<{
12329
+ Boolean: import("@elaraai/east").BooleanType;
12330
+ Integer: import("@elaraai/east").IntegerType;
12331
+ Float: import("@elaraai/east").FloatType;
12332
+ String: StringType;
12333
+ DateTime: import("@elaraai/east").DateTimeType;
12334
+ }>;
12335
+ }>], import("@elaraai/east").NullType>>;
12336
+ onCellDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12337
+ rowIndex: import("@elaraai/east").IntegerType;
12338
+ columnKey: StringType;
12339
+ cellValue: import("@elaraai/east").VariantType<{
12340
+ Boolean: import("@elaraai/east").BooleanType;
12341
+ Integer: import("@elaraai/east").IntegerType;
12342
+ Float: import("@elaraai/east").FloatType;
12343
+ String: StringType;
12344
+ DateTime: import("@elaraai/east").DateTimeType;
12345
+ }>;
12346
+ }>], import("@elaraai/east").NullType>>;
12347
+ onRowClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12348
+ rowIndex: import("@elaraai/east").IntegerType;
12349
+ }>], import("@elaraai/east").NullType>>;
12350
+ onRowDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12351
+ rowIndex: import("@elaraai/east").IntegerType;
12352
+ }>], import("@elaraai/east").NullType>>;
12353
+ onRowSelectionChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12354
+ rowIndex: import("@elaraai/east").IntegerType;
12355
+ selected: import("@elaraai/east").BooleanType;
12356
+ selectedRowsIndices: ArrayType<import("@elaraai/east").IntegerType>;
12357
+ }>], import("@elaraai/east").NullType>>;
12358
+ onSortChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12359
+ columnKey: StringType;
12360
+ sortIndex: import("@elaraai/east").IntegerType;
12361
+ sortDirection: import("@elaraai/east").VariantType<{
12362
+ asc: import("@elaraai/east").NullType;
12363
+ desc: import("@elaraai/east").NullType;
12364
+ }>;
12365
+ }>], import("@elaraai/east").NullType>>;
10506
12366
  }>>;
10507
12367
  }>;
10508
12368
  Gantt: StructType<{
@@ -10592,6 +12452,104 @@ export declare const Drawer: {
10592
12452
  pink: import("@elaraai/east").NullType;
10593
12453
  }>>;
10594
12454
  showToday: OptionType<import("@elaraai/east").BooleanType>;
12455
+ dragStep: OptionType<import("@elaraai/east").VariantType<{
12456
+ minutes: import("@elaraai/east").FloatType;
12457
+ hours: import("@elaraai/east").FloatType;
12458
+ days: import("@elaraai/east").FloatType;
12459
+ weeks: import("@elaraai/east").FloatType;
12460
+ months: import("@elaraai/east").FloatType;
12461
+ }>>;
12462
+ durationStep: OptionType<import("@elaraai/east").VariantType<{
12463
+ minutes: import("@elaraai/east").FloatType;
12464
+ hours: import("@elaraai/east").FloatType;
12465
+ days: import("@elaraai/east").FloatType;
12466
+ weeks: import("@elaraai/east").FloatType;
12467
+ months: import("@elaraai/east").FloatType;
12468
+ }>>;
12469
+ onCellClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12470
+ rowIndex: import("@elaraai/east").IntegerType;
12471
+ columnKey: StringType;
12472
+ cellValue: import("@elaraai/east").VariantType<{
12473
+ Boolean: import("@elaraai/east").BooleanType;
12474
+ Integer: import("@elaraai/east").IntegerType;
12475
+ Float: import("@elaraai/east").FloatType;
12476
+ String: StringType;
12477
+ DateTime: import("@elaraai/east").DateTimeType;
12478
+ }>;
12479
+ }>], import("@elaraai/east").NullType>>;
12480
+ onCellDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12481
+ rowIndex: import("@elaraai/east").IntegerType;
12482
+ columnKey: StringType;
12483
+ cellValue: import("@elaraai/east").VariantType<{
12484
+ Boolean: import("@elaraai/east").BooleanType;
12485
+ Integer: import("@elaraai/east").IntegerType;
12486
+ Float: import("@elaraai/east").FloatType;
12487
+ String: StringType;
12488
+ DateTime: import("@elaraai/east").DateTimeType;
12489
+ }>;
12490
+ }>], import("@elaraai/east").NullType>>;
12491
+ onRowClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12492
+ rowIndex: import("@elaraai/east").IntegerType;
12493
+ }>], import("@elaraai/east").NullType>>;
12494
+ onRowDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12495
+ rowIndex: import("@elaraai/east").IntegerType;
12496
+ }>], import("@elaraai/east").NullType>>;
12497
+ onSortChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12498
+ columnKey: StringType;
12499
+ sortIndex: import("@elaraai/east").IntegerType;
12500
+ sortDirection: import("@elaraai/east").VariantType<{
12501
+ asc: import("@elaraai/east").NullType;
12502
+ desc: import("@elaraai/east").NullType;
12503
+ }>;
12504
+ }>], import("@elaraai/east").NullType>>;
12505
+ onTaskClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12506
+ rowIndex: import("@elaraai/east").IntegerType;
12507
+ taskIndex: import("@elaraai/east").IntegerType;
12508
+ taskStart: import("@elaraai/east").DateTimeType;
12509
+ taskEnd: import("@elaraai/east").DateTimeType;
12510
+ }>], import("@elaraai/east").NullType>>;
12511
+ onTaskDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12512
+ rowIndex: import("@elaraai/east").IntegerType;
12513
+ taskIndex: import("@elaraai/east").IntegerType;
12514
+ taskStart: import("@elaraai/east").DateTimeType;
12515
+ taskEnd: import("@elaraai/east").DateTimeType;
12516
+ }>], import("@elaraai/east").NullType>>;
12517
+ onTaskDrag: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12518
+ rowIndex: import("@elaraai/east").IntegerType;
12519
+ taskIndex: import("@elaraai/east").IntegerType;
12520
+ previousStart: import("@elaraai/east").DateTimeType;
12521
+ previousEnd: import("@elaraai/east").DateTimeType;
12522
+ newStart: import("@elaraai/east").DateTimeType;
12523
+ newEnd: import("@elaraai/east").DateTimeType;
12524
+ }>], import("@elaraai/east").NullType>>;
12525
+ onTaskDurationChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12526
+ rowIndex: import("@elaraai/east").IntegerType;
12527
+ taskIndex: import("@elaraai/east").IntegerType;
12528
+ previousEnd: import("@elaraai/east").DateTimeType;
12529
+ newEnd: import("@elaraai/east").DateTimeType;
12530
+ }>], import("@elaraai/east").NullType>>;
12531
+ onTaskProgressChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12532
+ rowIndex: import("@elaraai/east").IntegerType;
12533
+ taskIndex: import("@elaraai/east").IntegerType;
12534
+ previousProgress: import("@elaraai/east").FloatType;
12535
+ newProgress: import("@elaraai/east").FloatType;
12536
+ }>], import("@elaraai/east").NullType>>;
12537
+ onMilestoneClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12538
+ rowIndex: import("@elaraai/east").IntegerType;
12539
+ milestoneIndex: import("@elaraai/east").IntegerType;
12540
+ milestoneDate: import("@elaraai/east").DateTimeType;
12541
+ }>], import("@elaraai/east").NullType>>;
12542
+ onMilestoneDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12543
+ rowIndex: import("@elaraai/east").IntegerType;
12544
+ milestoneIndex: import("@elaraai/east").IntegerType;
12545
+ milestoneDate: import("@elaraai/east").DateTimeType;
12546
+ }>], import("@elaraai/east").NullType>>;
12547
+ onMilestoneDrag: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12548
+ rowIndex: import("@elaraai/east").IntegerType;
12549
+ milestoneIndex: import("@elaraai/east").IntegerType;
12550
+ previousDate: import("@elaraai/east").DateTimeType;
12551
+ newDate: import("@elaraai/east").DateTimeType;
12552
+ }>], import("@elaraai/east").NullType>>;
10595
12553
  }>>;
10596
12554
  }>;
10597
12555
  Accordion: StructType<{
@@ -10609,6 +12567,7 @@ export declare const Drawer: {
10609
12567
  plain: import("@elaraai/east").NullType;
10610
12568
  subtle: import("@elaraai/east").NullType;
10611
12569
  }>>;
12570
+ onValueChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
10612
12571
  }>>;
10613
12572
  }>;
10614
12573
  Carousel: StructType<{
@@ -10629,6 +12588,7 @@ export declare const Drawer: {
10629
12588
  }>>;
10630
12589
  spacing: OptionType<StringType>;
10631
12590
  padding: OptionType<StringType>;
12591
+ onIndexChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
10632
12592
  }>>;
10633
12593
  }>;
10634
12594
  Tabs: StructType<{
@@ -10681,6 +12641,7 @@ export declare const Drawer: {
10681
12641
  purple: import("@elaraai/east").NullType;
10682
12642
  pink: import("@elaraai/east").NullType;
10683
12643
  }>>;
12644
+ onValueChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
10684
12645
  }>>;
10685
12646
  }>;
10686
12647
  Tooltip: StructType<{
@@ -10763,6 +12724,10 @@ export declare const Drawer: {
10763
12724
  dialog: import("@elaraai/east").NullType;
10764
12725
  alertdialog: import("@elaraai/east").NullType;
10765
12726
  }>>;
12727
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
12728
+ onExitComplete: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
12729
+ onEscapeKeyDown: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
12730
+ onInteractOutside: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
10766
12731
  }>>;
10767
12732
  }>;
10768
12733
  Drawer: StructType<{
@@ -10786,6 +12751,8 @@ export declare const Drawer: {
10786
12751
  bottom: import("@elaraai/east").NullType;
10787
12752
  }>>;
10788
12753
  contained: OptionType<import("@elaraai/east").BooleanType>;
12754
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
12755
+ onExitComplete: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
10789
12756
  }>>;
10790
12757
  }>;
10791
12758
  Popover: StructType<{
@@ -10816,6 +12783,7 @@ export declare const Drawer: {
10816
12783
  }>>;
10817
12784
  hasArrow: OptionType<import("@elaraai/east").BooleanType>;
10818
12785
  gutter: OptionType<import("@elaraai/east").IntegerType>;
12786
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
10819
12787
  }>>;
10820
12788
  }>;
10821
12789
  HoverCard: StructType<{
@@ -10845,6 +12813,7 @@ export declare const Drawer: {
10845
12813
  hasArrow: OptionType<import("@elaraai/east").BooleanType>;
10846
12814
  openDelay: OptionType<import("@elaraai/east").IntegerType>;
10847
12815
  closeDelay: OptionType<import("@elaraai/east").IntegerType>;
12816
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
10848
12817
  }>>;
10849
12818
  }>;
10850
12819
  ActionBar: StructType<{
@@ -10858,7 +12827,10 @@ export declare const Drawer: {
10858
12827
  }>>;
10859
12828
  selectionCount: OptionType<import("@elaraai/east").IntegerType>;
10860
12829
  selectionLabel: OptionType<StringType>;
10861
- style: OptionType<StructType<{}>>;
12830
+ style: OptionType<StructType<{
12831
+ onSelect: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
12832
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
12833
+ }>>;
10862
12834
  }>;
10863
12835
  ToggleTip: StructType<{
10864
12836
  trigger: import("@elaraai/east").RecursiveTypeMarker;
@@ -10879,8 +12851,12 @@ export declare const Drawer: {
10879
12851
  "right-end": import("@elaraai/east").NullType;
10880
12852
  }>>;
10881
12853
  hasArrow: OptionType<import("@elaraai/east").BooleanType>;
12854
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
10882
12855
  }>>;
10883
12856
  }>;
12857
+ ReactiveComponent: StructType<{
12858
+ render: import("@elaraai/east").FunctionType<[], import("@elaraai/east").RecursiveTypeMarker>;
12859
+ }>;
10884
12860
  }>>;
10885
12861
  body: ArrayType<import("@elaraai/east").RecursiveType<import("@elaraai/east").VariantType<{
10886
12862
  Text: StructType<{
@@ -11049,6 +13025,7 @@ export declare const Drawer: {
11049
13025
  highlightLines: OptionType<ArrayType<import("@elaraai/east").IntegerType>>;
11050
13026
  maxHeight: OptionType<StringType>;
11051
13027
  showCopyButton: OptionType<import("@elaraai/east").BooleanType>;
13028
+ wordWrap: OptionType<import("@elaraai/east").BooleanType>;
11052
13029
  title: OptionType<StringType>;
11053
13030
  }>;
11054
13031
  Button: StructType<{
@@ -11080,6 +13057,7 @@ export declare const Drawer: {
11080
13057
  }>>;
11081
13058
  loading: OptionType<import("@elaraai/east").BooleanType>;
11082
13059
  disabled: OptionType<import("@elaraai/east").BooleanType>;
13060
+ onClick: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
11083
13061
  }>>;
11084
13062
  }>;
11085
13063
  IconButton: StructType<{
@@ -11112,6 +13090,7 @@ export declare const Drawer: {
11112
13090
  }>>;
11113
13091
  loading: OptionType<import("@elaraai/east").BooleanType>;
11114
13092
  disabled: OptionType<import("@elaraai/east").BooleanType>;
13093
+ onClick: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
11115
13094
  }>>;
11116
13095
  }>;
11117
13096
  Box: StructType<{
@@ -11129,6 +13108,28 @@ export declare const Drawer: {
11129
13108
  }>>;
11130
13109
  width: OptionType<StringType>;
11131
13110
  height: OptionType<StringType>;
13111
+ minHeight: OptionType<StringType>;
13112
+ minWidth: OptionType<StringType>;
13113
+ maxHeight: OptionType<StringType>;
13114
+ maxWidth: OptionType<StringType>;
13115
+ overflow: OptionType<import("@elaraai/east").VariantType<{
13116
+ visible: import("@elaraai/east").NullType;
13117
+ hidden: import("@elaraai/east").NullType;
13118
+ scroll: import("@elaraai/east").NullType;
13119
+ auto: import("@elaraai/east").NullType;
13120
+ }>>;
13121
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
13122
+ visible: import("@elaraai/east").NullType;
13123
+ hidden: import("@elaraai/east").NullType;
13124
+ scroll: import("@elaraai/east").NullType;
13125
+ auto: import("@elaraai/east").NullType;
13126
+ }>>;
13127
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
13128
+ visible: import("@elaraai/east").NullType;
13129
+ hidden: import("@elaraai/east").NullType;
13130
+ scroll: import("@elaraai/east").NullType;
13131
+ auto: import("@elaraai/east").NullType;
13132
+ }>>;
11132
13133
  padding: OptionType<StructType<{
11133
13134
  top: OptionType<StringType>;
11134
13135
  right: OptionType<StringType>;
@@ -11141,15 +13142,47 @@ export declare const Drawer: {
11141
13142
  bottom: OptionType<StringType>;
11142
13143
  left: OptionType<StringType>;
11143
13144
  }>>;
11144
- background: OptionType<StringType>;
11145
- color: OptionType<StringType>;
11146
- borderRadius: OptionType<StringType>;
11147
- flexDirection: OptionType<import("@elaraai/east").VariantType<{
13145
+ background: OptionType<StringType>;
13146
+ color: OptionType<StringType>;
13147
+ borderRadius: OptionType<StringType>;
13148
+ flexDirection: OptionType<import("@elaraai/east").VariantType<{
13149
+ row: import("@elaraai/east").NullType;
13150
+ column: import("@elaraai/east").NullType;
13151
+ "row-reverse": import("@elaraai/east").NullType;
13152
+ "column-reverse": import("@elaraai/east").NullType;
13153
+ }>>;
13154
+ justifyContent: OptionType<import("@elaraai/east").VariantType<{
13155
+ "flex-start": import("@elaraai/east").NullType;
13156
+ "flex-end": import("@elaraai/east").NullType;
13157
+ center: import("@elaraai/east").NullType;
13158
+ "space-between": import("@elaraai/east").NullType;
13159
+ "space-around": import("@elaraai/east").NullType;
13160
+ "space-evenly": import("@elaraai/east").NullType;
13161
+ }>>;
13162
+ alignItems: OptionType<import("@elaraai/east").VariantType<{
13163
+ "flex-start": import("@elaraai/east").NullType;
13164
+ "flex-end": import("@elaraai/east").NullType;
13165
+ center: import("@elaraai/east").NullType;
13166
+ baseline: import("@elaraai/east").NullType;
13167
+ stretch: import("@elaraai/east").NullType;
13168
+ }>>;
13169
+ gap: OptionType<StringType>;
13170
+ }>>;
13171
+ }>;
13172
+ Flex: StructType<{
13173
+ children: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
13174
+ style: OptionType<StructType<{
13175
+ direction: OptionType<import("@elaraai/east").VariantType<{
11148
13176
  row: import("@elaraai/east").NullType;
11149
13177
  column: import("@elaraai/east").NullType;
11150
13178
  "row-reverse": import("@elaraai/east").NullType;
11151
13179
  "column-reverse": import("@elaraai/east").NullType;
11152
13180
  }>>;
13181
+ wrap: OptionType<import("@elaraai/east").VariantType<{
13182
+ nowrap: import("@elaraai/east").NullType;
13183
+ wrap: import("@elaraai/east").NullType;
13184
+ "wrap-reverse": import("@elaraai/east").NullType;
13185
+ }>>;
11153
13186
  justifyContent: OptionType<import("@elaraai/east").VariantType<{
11154
13187
  "flex-start": import("@elaraai/east").NullType;
11155
13188
  "flex-end": import("@elaraai/east").NullType;
@@ -11166,6 +13199,45 @@ export declare const Drawer: {
11166
13199
  stretch: import("@elaraai/east").NullType;
11167
13200
  }>>;
11168
13201
  gap: OptionType<StringType>;
13202
+ width: OptionType<StringType>;
13203
+ height: OptionType<StringType>;
13204
+ minHeight: OptionType<StringType>;
13205
+ minWidth: OptionType<StringType>;
13206
+ maxHeight: OptionType<StringType>;
13207
+ maxWidth: OptionType<StringType>;
13208
+ overflow: OptionType<import("@elaraai/east").VariantType<{
13209
+ visible: import("@elaraai/east").NullType;
13210
+ hidden: import("@elaraai/east").NullType;
13211
+ scroll: import("@elaraai/east").NullType;
13212
+ auto: import("@elaraai/east").NullType;
13213
+ }>>;
13214
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
13215
+ visible: import("@elaraai/east").NullType;
13216
+ hidden: import("@elaraai/east").NullType;
13217
+ scroll: import("@elaraai/east").NullType;
13218
+ auto: import("@elaraai/east").NullType;
13219
+ }>>;
13220
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
13221
+ visible: import("@elaraai/east").NullType;
13222
+ hidden: import("@elaraai/east").NullType;
13223
+ scroll: import("@elaraai/east").NullType;
13224
+ auto: import("@elaraai/east").NullType;
13225
+ }>>;
13226
+ padding: OptionType<StructType<{
13227
+ top: OptionType<StringType>;
13228
+ right: OptionType<StringType>;
13229
+ bottom: OptionType<StringType>;
13230
+ left: OptionType<StringType>;
13231
+ }>>;
13232
+ margin: OptionType<StructType<{
13233
+ top: OptionType<StringType>;
13234
+ right: OptionType<StringType>;
13235
+ bottom: OptionType<StringType>;
13236
+ left: OptionType<StringType>;
13237
+ }>>;
13238
+ background: OptionType<StringType>;
13239
+ color: OptionType<StringType>;
13240
+ borderRadius: OptionType<StringType>;
11169
13241
  }>>;
11170
13242
  }>;
11171
13243
  Stack: StructType<{
@@ -11213,6 +13285,28 @@ export declare const Drawer: {
11213
13285
  background: OptionType<StringType>;
11214
13286
  width: OptionType<StringType>;
11215
13287
  height: OptionType<StringType>;
13288
+ minHeight: OptionType<StringType>;
13289
+ minWidth: OptionType<StringType>;
13290
+ maxHeight: OptionType<StringType>;
13291
+ maxWidth: OptionType<StringType>;
13292
+ overflow: OptionType<import("@elaraai/east").VariantType<{
13293
+ visible: import("@elaraai/east").NullType;
13294
+ hidden: import("@elaraai/east").NullType;
13295
+ scroll: import("@elaraai/east").NullType;
13296
+ auto: import("@elaraai/east").NullType;
13297
+ }>>;
13298
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
13299
+ visible: import("@elaraai/east").NullType;
13300
+ hidden: import("@elaraai/east").NullType;
13301
+ scroll: import("@elaraai/east").NullType;
13302
+ auto: import("@elaraai/east").NullType;
13303
+ }>>;
13304
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
13305
+ visible: import("@elaraai/east").NullType;
13306
+ hidden: import("@elaraai/east").NullType;
13307
+ scroll: import("@elaraai/east").NullType;
13308
+ auto: import("@elaraai/east").NullType;
13309
+ }>>;
11216
13310
  }>>;
11217
13311
  }>;
11218
13312
  Separator: StructType<{
@@ -11307,6 +13401,13 @@ export declare const Drawer: {
11307
13401
  horizontal: import("@elaraai/east").NullType;
11308
13402
  vertical: import("@elaraai/east").NullType;
11309
13403
  }>>;
13404
+ onResize: OptionType<import("@elaraai/east").FunctionType<[StructType<{
13405
+ size: ArrayType<import("@elaraai/east").FloatType>;
13406
+ }>], import("@elaraai/east").NullType>>;
13407
+ onResizeStart: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13408
+ onResizeEnd: OptionType<import("@elaraai/east").FunctionType<[StructType<{
13409
+ size: ArrayType<import("@elaraai/east").FloatType>;
13410
+ }>], import("@elaraai/east").NullType>>;
11310
13411
  }>>;
11311
13412
  }>;
11312
13413
  StringInput: StructType<{
@@ -11326,6 +13427,9 @@ export declare const Drawer: {
11326
13427
  maxLength: OptionType<import("@elaraai/east").IntegerType>;
11327
13428
  pattern: OptionType<StringType>;
11328
13429
  disabled: OptionType<import("@elaraai/east").BooleanType>;
13430
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
13431
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13432
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
11329
13433
  }>;
11330
13434
  IntegerInput: StructType<{
11331
13435
  value: import("@elaraai/east").IntegerType;
@@ -11344,6 +13448,9 @@ export declare const Drawer: {
11344
13448
  lg: import("@elaraai/east").NullType;
11345
13449
  }>>;
11346
13450
  disabled: OptionType<import("@elaraai/east").BooleanType>;
13451
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
13452
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13453
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
11347
13454
  }>;
11348
13455
  FloatInput: StructType<{
11349
13456
  value: import("@elaraai/east").FloatType;
@@ -11363,13 +13470,44 @@ export declare const Drawer: {
11363
13470
  lg: import("@elaraai/east").NullType;
11364
13471
  }>>;
11365
13472
  disabled: OptionType<import("@elaraai/east").BooleanType>;
13473
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
13474
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13475
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
11366
13476
  }>;
11367
13477
  DateTimeInput: StructType<{
11368
13478
  value: import("@elaraai/east").DateTimeType;
11369
13479
  min: OptionType<import("@elaraai/east").DateTimeType>;
11370
13480
  max: OptionType<import("@elaraai/east").DateTimeType>;
11371
- showTime: OptionType<import("@elaraai/east").BooleanType>;
11372
- format: OptionType<StringType>;
13481
+ precision: OptionType<import("@elaraai/east").VariantType<{
13482
+ date: import("@elaraai/east").NullType;
13483
+ time: import("@elaraai/east").NullType;
13484
+ datetime: import("@elaraai/east").NullType;
13485
+ }>>;
13486
+ format: OptionType<ArrayType<import("@elaraai/east").VariantType<{
13487
+ literal: StringType;
13488
+ year4: import("@elaraai/east").NullType;
13489
+ year2: import("@elaraai/east").NullType;
13490
+ month1: import("@elaraai/east").NullType;
13491
+ month2: import("@elaraai/east").NullType;
13492
+ monthNameShort: import("@elaraai/east").NullType;
13493
+ monthNameFull: import("@elaraai/east").NullType;
13494
+ day1: import("@elaraai/east").NullType;
13495
+ day2: import("@elaraai/east").NullType;
13496
+ weekdayNameMin: import("@elaraai/east").NullType;
13497
+ weekdayNameShort: import("@elaraai/east").NullType;
13498
+ weekdayNameFull: import("@elaraai/east").NullType;
13499
+ hour24_1: import("@elaraai/east").NullType;
13500
+ hour24_2: import("@elaraai/east").NullType;
13501
+ hour12_1: import("@elaraai/east").NullType;
13502
+ hour12_2: import("@elaraai/east").NullType;
13503
+ minute1: import("@elaraai/east").NullType;
13504
+ minute2: import("@elaraai/east").NullType;
13505
+ second1: import("@elaraai/east").NullType;
13506
+ second2: import("@elaraai/east").NullType;
13507
+ millisecond3: import("@elaraai/east").NullType;
13508
+ ampmUpper: import("@elaraai/east").NullType;
13509
+ ampmLower: import("@elaraai/east").NullType;
13510
+ }>>>;
11373
13511
  variant: OptionType<import("@elaraai/east").VariantType<{
11374
13512
  outline: import("@elaraai/east").NullType;
11375
13513
  subtle: import("@elaraai/east").NullType;
@@ -11382,6 +13520,9 @@ export declare const Drawer: {
11382
13520
  lg: import("@elaraai/east").NullType;
11383
13521
  }>>;
11384
13522
  disabled: OptionType<import("@elaraai/east").BooleanType>;
13523
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").DateTimeType], import("@elaraai/east").NullType>>;
13524
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13525
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
11385
13526
  }>;
11386
13527
  Checkbox: StructType<{
11387
13528
  checked: import("@elaraai/east").BooleanType;
@@ -11406,6 +13547,7 @@ export declare const Drawer: {
11406
13547
  md: import("@elaraai/east").NullType;
11407
13548
  lg: import("@elaraai/east").NullType;
11408
13549
  }>>;
13550
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
11409
13551
  }>;
11410
13552
  Switch: StructType<{
11411
13553
  checked: import("@elaraai/east").BooleanType;
@@ -11429,6 +13571,7 @@ export declare const Drawer: {
11429
13571
  md: import("@elaraai/east").NullType;
11430
13572
  lg: import("@elaraai/east").NullType;
11431
13573
  }>>;
13574
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
11432
13575
  }>;
11433
13576
  Select: StructType<{
11434
13577
  value: OptionType<StringType>;
@@ -11446,6 +13589,9 @@ export declare const Drawer: {
11446
13589
  md: import("@elaraai/east").NullType;
11447
13590
  lg: import("@elaraai/east").NullType;
11448
13591
  }>>;
13592
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
13593
+ onChangeMultiple: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
13594
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
11449
13595
  }>;
11450
13596
  Slider: StructType<{
11451
13597
  value: import("@elaraai/east").FloatType;
@@ -11479,6 +13625,8 @@ export declare const Drawer: {
11479
13625
  subtle: import("@elaraai/east").NullType;
11480
13626
  }>>;
11481
13627
  disabled: OptionType<import("@elaraai/east").BooleanType>;
13628
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
13629
+ onChangeEnd: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
11482
13630
  }>;
11483
13631
  FileUpload: StructType<{
11484
13632
  accept: OptionType<StringType>;
@@ -11497,31 +13645,358 @@ export declare const Drawer: {
11497
13645
  label: OptionType<StringType>;
11498
13646
  dropzoneText: OptionType<StringType>;
11499
13647
  triggerText: OptionType<StringType>;
13648
+ onFileAccept: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
13649
+ name: StringType;
13650
+ size: import("@elaraai/east").IntegerType;
13651
+ type: StringType;
13652
+ }>>], import("@elaraai/east").NullType>>;
13653
+ onFileReject: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
13654
+ file: StructType<{
13655
+ name: StringType;
13656
+ size: import("@elaraai/east").IntegerType;
13657
+ type: StringType;
13658
+ }>;
13659
+ errors: ArrayType<StringType>;
13660
+ }>>], import("@elaraai/east").NullType>>;
11500
13661
  }>;
11501
13662
  Field: StructType<{
11502
13663
  label: StringType;
11503
- control: import("@elaraai/east").RecursiveTypeMarker;
13664
+ control: import("@elaraai/east").VariantType<{
13665
+ Checkbox: StructType<{
13666
+ checked: import("@elaraai/east").BooleanType;
13667
+ label: OptionType<StringType>;
13668
+ indeterminate: OptionType<import("@elaraai/east").BooleanType>;
13669
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
13670
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
13671
+ gray: import("@elaraai/east").NullType;
13672
+ red: import("@elaraai/east").NullType;
13673
+ orange: import("@elaraai/east").NullType;
13674
+ yellow: import("@elaraai/east").NullType;
13675
+ green: import("@elaraai/east").NullType;
13676
+ teal: import("@elaraai/east").NullType;
13677
+ blue: import("@elaraai/east").NullType;
13678
+ cyan: import("@elaraai/east").NullType;
13679
+ purple: import("@elaraai/east").NullType;
13680
+ pink: import("@elaraai/east").NullType;
13681
+ }>>;
13682
+ size: OptionType<import("@elaraai/east").VariantType<{
13683
+ xs: import("@elaraai/east").NullType;
13684
+ sm: import("@elaraai/east").NullType;
13685
+ md: import("@elaraai/east").NullType;
13686
+ lg: import("@elaraai/east").NullType;
13687
+ }>>;
13688
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
13689
+ }>;
13690
+ StringInput: StructType<{
13691
+ value: StringType;
13692
+ placeholder: OptionType<StringType>;
13693
+ variant: OptionType<import("@elaraai/east").VariantType<{
13694
+ outline: import("@elaraai/east").NullType;
13695
+ subtle: import("@elaraai/east").NullType;
13696
+ flushed: import("@elaraai/east").NullType;
13697
+ }>>;
13698
+ size: OptionType<import("@elaraai/east").VariantType<{
13699
+ xs: import("@elaraai/east").NullType;
13700
+ sm: import("@elaraai/east").NullType;
13701
+ md: import("@elaraai/east").NullType;
13702
+ lg: import("@elaraai/east").NullType;
13703
+ }>>;
13704
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
13705
+ pattern: OptionType<StringType>;
13706
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
13707
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
13708
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13709
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13710
+ }>;
13711
+ IntegerInput: StructType<{
13712
+ value: import("@elaraai/east").IntegerType;
13713
+ min: OptionType<import("@elaraai/east").IntegerType>;
13714
+ max: OptionType<import("@elaraai/east").IntegerType>;
13715
+ step: OptionType<import("@elaraai/east").IntegerType>;
13716
+ variant: OptionType<import("@elaraai/east").VariantType<{
13717
+ outline: import("@elaraai/east").NullType;
13718
+ subtle: import("@elaraai/east").NullType;
13719
+ flushed: import("@elaraai/east").NullType;
13720
+ }>>;
13721
+ size: OptionType<import("@elaraai/east").VariantType<{
13722
+ xs: import("@elaraai/east").NullType;
13723
+ sm: import("@elaraai/east").NullType;
13724
+ md: import("@elaraai/east").NullType;
13725
+ lg: import("@elaraai/east").NullType;
13726
+ }>>;
13727
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
13728
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
13729
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13730
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13731
+ }>;
13732
+ FloatInput: StructType<{
13733
+ value: import("@elaraai/east").FloatType;
13734
+ min: OptionType<import("@elaraai/east").FloatType>;
13735
+ max: OptionType<import("@elaraai/east").FloatType>;
13736
+ step: OptionType<import("@elaraai/east").FloatType>;
13737
+ precision: OptionType<import("@elaraai/east").IntegerType>;
13738
+ variant: OptionType<import("@elaraai/east").VariantType<{
13739
+ outline: import("@elaraai/east").NullType;
13740
+ subtle: import("@elaraai/east").NullType;
13741
+ flushed: import("@elaraai/east").NullType;
13742
+ }>>;
13743
+ size: OptionType<import("@elaraai/east").VariantType<{
13744
+ xs: import("@elaraai/east").NullType;
13745
+ sm: import("@elaraai/east").NullType;
13746
+ md: import("@elaraai/east").NullType;
13747
+ lg: import("@elaraai/east").NullType;
13748
+ }>>;
13749
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
13750
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
13751
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13752
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13753
+ }>;
13754
+ DateTimeInput: StructType<{
13755
+ value: import("@elaraai/east").DateTimeType;
13756
+ min: OptionType<import("@elaraai/east").DateTimeType>;
13757
+ max: OptionType<import("@elaraai/east").DateTimeType>;
13758
+ precision: OptionType<import("@elaraai/east").VariantType<{
13759
+ date: import("@elaraai/east").NullType;
13760
+ time: import("@elaraai/east").NullType;
13761
+ datetime: import("@elaraai/east").NullType;
13762
+ }>>;
13763
+ format: OptionType<ArrayType<import("@elaraai/east").VariantType<{
13764
+ literal: StringType;
13765
+ year4: import("@elaraai/east").NullType;
13766
+ year2: import("@elaraai/east").NullType;
13767
+ month1: import("@elaraai/east").NullType;
13768
+ month2: import("@elaraai/east").NullType;
13769
+ monthNameShort: import("@elaraai/east").NullType;
13770
+ monthNameFull: import("@elaraai/east").NullType;
13771
+ day1: import("@elaraai/east").NullType;
13772
+ day2: import("@elaraai/east").NullType;
13773
+ weekdayNameMin: import("@elaraai/east").NullType;
13774
+ weekdayNameShort: import("@elaraai/east").NullType;
13775
+ weekdayNameFull: import("@elaraai/east").NullType;
13776
+ hour24_1: import("@elaraai/east").NullType;
13777
+ hour24_2: import("@elaraai/east").NullType;
13778
+ hour12_1: import("@elaraai/east").NullType;
13779
+ hour12_2: import("@elaraai/east").NullType;
13780
+ minute1: import("@elaraai/east").NullType;
13781
+ minute2: import("@elaraai/east").NullType;
13782
+ second1: import("@elaraai/east").NullType;
13783
+ second2: import("@elaraai/east").NullType;
13784
+ millisecond3: import("@elaraai/east").NullType;
13785
+ ampmUpper: import("@elaraai/east").NullType;
13786
+ ampmLower: import("@elaraai/east").NullType;
13787
+ }>>>;
13788
+ variant: OptionType<import("@elaraai/east").VariantType<{
13789
+ outline: import("@elaraai/east").NullType;
13790
+ subtle: import("@elaraai/east").NullType;
13791
+ flushed: import("@elaraai/east").NullType;
13792
+ }>>;
13793
+ size: OptionType<import("@elaraai/east").VariantType<{
13794
+ xs: import("@elaraai/east").NullType;
13795
+ sm: import("@elaraai/east").NullType;
13796
+ md: import("@elaraai/east").NullType;
13797
+ lg: import("@elaraai/east").NullType;
13798
+ }>>;
13799
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
13800
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").DateTimeType], import("@elaraai/east").NullType>>;
13801
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13802
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13803
+ }>;
13804
+ FileUpload: StructType<{
13805
+ accept: OptionType<StringType>;
13806
+ maxFiles: OptionType<import("@elaraai/east").IntegerType>;
13807
+ maxFileSize: OptionType<import("@elaraai/east").IntegerType>;
13808
+ minFileSize: OptionType<import("@elaraai/east").IntegerType>;
13809
+ directory: OptionType<import("@elaraai/east").BooleanType>;
13810
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
13811
+ required: OptionType<import("@elaraai/east").BooleanType>;
13812
+ allowDrop: OptionType<import("@elaraai/east").BooleanType>;
13813
+ capture: OptionType<import("@elaraai/east").VariantType<{
13814
+ user: import("@elaraai/east").NullType;
13815
+ environment: import("@elaraai/east").NullType;
13816
+ }>>;
13817
+ name: OptionType<StringType>;
13818
+ label: OptionType<StringType>;
13819
+ dropzoneText: OptionType<StringType>;
13820
+ triggerText: OptionType<StringType>;
13821
+ onFileAccept: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
13822
+ name: StringType;
13823
+ size: import("@elaraai/east").IntegerType;
13824
+ type: StringType;
13825
+ }>>], import("@elaraai/east").NullType>>;
13826
+ onFileReject: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
13827
+ file: StructType<{
13828
+ name: StringType;
13829
+ size: import("@elaraai/east").IntegerType;
13830
+ type: StringType;
13831
+ }>;
13832
+ errors: ArrayType<StringType>;
13833
+ }>>], import("@elaraai/east").NullType>>;
13834
+ }>;
13835
+ Select: StructType<{
13836
+ value: OptionType<StringType>;
13837
+ items: ArrayType<StructType<{
13838
+ value: StringType;
13839
+ label: StringType;
13840
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
13841
+ }>>;
13842
+ placeholder: OptionType<StringType>;
13843
+ multiple: OptionType<import("@elaraai/east").BooleanType>;
13844
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
13845
+ size: OptionType<import("@elaraai/east").VariantType<{
13846
+ xs: import("@elaraai/east").NullType;
13847
+ sm: import("@elaraai/east").NullType;
13848
+ md: import("@elaraai/east").NullType;
13849
+ lg: import("@elaraai/east").NullType;
13850
+ }>>;
13851
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
13852
+ onChangeMultiple: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
13853
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
13854
+ }>;
13855
+ Slider: StructType<{
13856
+ value: import("@elaraai/east").FloatType;
13857
+ min: OptionType<import("@elaraai/east").FloatType>;
13858
+ max: OptionType<import("@elaraai/east").FloatType>;
13859
+ step: OptionType<import("@elaraai/east").FloatType>;
13860
+ orientation: OptionType<import("@elaraai/east").VariantType<{
13861
+ horizontal: import("@elaraai/east").NullType;
13862
+ vertical: import("@elaraai/east").NullType;
13863
+ }>>;
13864
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
13865
+ gray: import("@elaraai/east").NullType;
13866
+ red: import("@elaraai/east").NullType;
13867
+ orange: import("@elaraai/east").NullType;
13868
+ yellow: import("@elaraai/east").NullType;
13869
+ green: import("@elaraai/east").NullType;
13870
+ teal: import("@elaraai/east").NullType;
13871
+ blue: import("@elaraai/east").NullType;
13872
+ cyan: import("@elaraai/east").NullType;
13873
+ purple: import("@elaraai/east").NullType;
13874
+ pink: import("@elaraai/east").NullType;
13875
+ }>>;
13876
+ size: OptionType<import("@elaraai/east").VariantType<{
13877
+ xs: import("@elaraai/east").NullType;
13878
+ sm: import("@elaraai/east").NullType;
13879
+ md: import("@elaraai/east").NullType;
13880
+ lg: import("@elaraai/east").NullType;
13881
+ }>>;
13882
+ variant: OptionType<import("@elaraai/east").VariantType<{
13883
+ outline: import("@elaraai/east").NullType;
13884
+ subtle: import("@elaraai/east").NullType;
13885
+ }>>;
13886
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
13887
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
13888
+ onChangeEnd: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
13889
+ }>;
13890
+ Switch: StructType<{
13891
+ checked: import("@elaraai/east").BooleanType;
13892
+ label: OptionType<StringType>;
13893
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
13894
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
13895
+ gray: import("@elaraai/east").NullType;
13896
+ red: import("@elaraai/east").NullType;
13897
+ orange: import("@elaraai/east").NullType;
13898
+ yellow: import("@elaraai/east").NullType;
13899
+ green: import("@elaraai/east").NullType;
13900
+ teal: import("@elaraai/east").NullType;
13901
+ blue: import("@elaraai/east").NullType;
13902
+ cyan: import("@elaraai/east").NullType;
13903
+ purple: import("@elaraai/east").NullType;
13904
+ pink: import("@elaraai/east").NullType;
13905
+ }>>;
13906
+ size: OptionType<import("@elaraai/east").VariantType<{
13907
+ xs: import("@elaraai/east").NullType;
13908
+ sm: import("@elaraai/east").NullType;
13909
+ md: import("@elaraai/east").NullType;
13910
+ lg: import("@elaraai/east").NullType;
13911
+ }>>;
13912
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
13913
+ }>;
13914
+ TagsInput: StructType<{
13915
+ value: ArrayType<StringType>;
13916
+ defaultValue: OptionType<ArrayType<StringType>>;
13917
+ max: OptionType<import("@elaraai/east").IntegerType>;
13918
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
13919
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
13920
+ readOnly: OptionType<import("@elaraai/east").BooleanType>;
13921
+ invalid: OptionType<import("@elaraai/east").BooleanType>;
13922
+ editable: OptionType<import("@elaraai/east").BooleanType>;
13923
+ delimiter: OptionType<StringType>;
13924
+ addOnPaste: OptionType<import("@elaraai/east").BooleanType>;
13925
+ blurBehavior: OptionType<import("@elaraai/east").VariantType<{
13926
+ clear: import("@elaraai/east").NullType;
13927
+ add: import("@elaraai/east").NullType;
13928
+ }>>;
13929
+ allowOverflow: OptionType<import("@elaraai/east").BooleanType>;
13930
+ label: OptionType<StringType>;
13931
+ placeholder: OptionType<StringType>;
13932
+ size: OptionType<import("@elaraai/east").VariantType<{
13933
+ xs: import("@elaraai/east").NullType;
13934
+ sm: import("@elaraai/east").NullType;
13935
+ md: import("@elaraai/east").NullType;
13936
+ lg: import("@elaraai/east").NullType;
13937
+ }>>;
13938
+ variant: OptionType<import("@elaraai/east").VariantType<{
13939
+ outline: import("@elaraai/east").NullType;
13940
+ subtle: import("@elaraai/east").NullType;
13941
+ flushed: import("@elaraai/east").NullType;
13942
+ }>>;
13943
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
13944
+ gray: import("@elaraai/east").NullType;
13945
+ red: import("@elaraai/east").NullType;
13946
+ orange: import("@elaraai/east").NullType;
13947
+ yellow: import("@elaraai/east").NullType;
13948
+ green: import("@elaraai/east").NullType;
13949
+ teal: import("@elaraai/east").NullType;
13950
+ blue: import("@elaraai/east").NullType;
13951
+ cyan: import("@elaraai/east").NullType;
13952
+ purple: import("@elaraai/east").NullType;
13953
+ pink: import("@elaraai/east").NullType;
13954
+ }>>;
13955
+ onChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
13956
+ onInputChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
13957
+ onHighlightChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
13958
+ }>;
13959
+ Textarea: StructType<{
13960
+ value: StringType;
13961
+ placeholder: OptionType<StringType>;
13962
+ variant: OptionType<import("@elaraai/east").VariantType<{
13963
+ outline: import("@elaraai/east").NullType;
13964
+ subtle: import("@elaraai/east").NullType;
13965
+ flushed: import("@elaraai/east").NullType;
13966
+ }>>;
13967
+ size: OptionType<import("@elaraai/east").VariantType<{
13968
+ xs: import("@elaraai/east").NullType;
13969
+ sm: import("@elaraai/east").NullType;
13970
+ md: import("@elaraai/east").NullType;
13971
+ lg: import("@elaraai/east").NullType;
13972
+ }>>;
13973
+ resize: OptionType<import("@elaraai/east").VariantType<{
13974
+ none: import("@elaraai/east").NullType;
13975
+ vertical: import("@elaraai/east").NullType;
13976
+ horizontal: import("@elaraai/east").NullType;
13977
+ both: import("@elaraai/east").NullType;
13978
+ }>>;
13979
+ rows: OptionType<import("@elaraai/east").IntegerType>;
13980
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
13981
+ readOnly: OptionType<import("@elaraai/east").BooleanType>;
13982
+ required: OptionType<import("@elaraai/east").BooleanType>;
13983
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
13984
+ autoresize: OptionType<import("@elaraai/east").BooleanType>;
13985
+ onValidate: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
13986
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
13987
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13988
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13989
+ }>;
13990
+ }>;
11504
13991
  helperText: OptionType<StringType>;
11505
13992
  errorText: OptionType<StringType>;
11506
13993
  required: OptionType<import("@elaraai/east").BooleanType>;
11507
13994
  disabled: OptionType<import("@elaraai/east").BooleanType>;
11508
13995
  invalid: OptionType<import("@elaraai/east").BooleanType>;
11509
13996
  readOnly: OptionType<import("@elaraai/east").BooleanType>;
11510
- }>;
11511
- Fieldset: StructType<{
11512
- legend: OptionType<StringType>;
11513
- helperText: OptionType<StringType>;
11514
- errorText: OptionType<StringType>;
11515
- content: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
11516
- disabled: OptionType<import("@elaraai/east").BooleanType>;
11517
- invalid: OptionType<import("@elaraai/east").BooleanType>;
11518
- style: OptionType<StructType<{
11519
- size: OptionType<import("@elaraai/east").VariantType<{
11520
- xs: import("@elaraai/east").NullType;
11521
- sm: import("@elaraai/east").NullType;
11522
- md: import("@elaraai/east").NullType;
11523
- lg: import("@elaraai/east").NullType;
11524
- }>>;
13997
+ orientation: OptionType<import("@elaraai/east").VariantType<{
13998
+ vertical: import("@elaraai/east").NullType;
13999
+ horizontal: import("@elaraai/east").NullType;
11525
14000
  }>>;
11526
14001
  }>;
11527
14002
  Textarea: StructType<{
@@ -11547,10 +14022,13 @@ export declare const Drawer: {
11547
14022
  rows: OptionType<import("@elaraai/east").IntegerType>;
11548
14023
  disabled: OptionType<import("@elaraai/east").BooleanType>;
11549
14024
  readOnly: OptionType<import("@elaraai/east").BooleanType>;
11550
- invalid: OptionType<import("@elaraai/east").BooleanType>;
11551
14025
  required: OptionType<import("@elaraai/east").BooleanType>;
11552
14026
  maxLength: OptionType<import("@elaraai/east").IntegerType>;
11553
14027
  autoresize: OptionType<import("@elaraai/east").BooleanType>;
14028
+ onValidate: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
14029
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
14030
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
14031
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
11554
14032
  }>;
11555
14033
  TagsInput: StructType<{
11556
14034
  value: ArrayType<StringType>;
@@ -11593,6 +14071,9 @@ export declare const Drawer: {
11593
14071
  purple: import("@elaraai/east").NullType;
11594
14072
  pink: import("@elaraai/east").NullType;
11595
14073
  }>>;
14074
+ onChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
14075
+ onInputChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
14076
+ onHighlightChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
11596
14077
  }>;
11597
14078
  Progress: StructType<{
11598
14079
  value: import("@elaraai/east").FloatType;
@@ -11692,6 +14173,7 @@ export declare const Drawer: {
11692
14173
  xl: import("@elaraai/east").NullType;
11693
14174
  }>>;
11694
14175
  closable: OptionType<import("@elaraai/east").BooleanType>;
14176
+ onClose: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
11695
14177
  }>;
11696
14178
  Avatar: StructType<{
11697
14179
  src: OptionType<StringType>;
@@ -14032,6 +16514,9 @@ export declare const Drawer: {
14032
16514
  multiple: import("@elaraai/east").NullType;
14033
16515
  }>>;
14034
16516
  animateContent: OptionType<import("@elaraai/east").BooleanType>;
16517
+ onExpandedChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
16518
+ onSelectionChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
16519
+ onFocusChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
14035
16520
  }>>;
14036
16521
  }>;
14037
16522
  Table: StructType<{
@@ -14082,6 +16567,47 @@ export declare const Drawer: {
14082
16567
  purple: import("@elaraai/east").NullType;
14083
16568
  pink: import("@elaraai/east").NullType;
14084
16569
  }>>;
16570
+ onCellClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16571
+ rowIndex: import("@elaraai/east").IntegerType;
16572
+ columnKey: StringType;
16573
+ cellValue: import("@elaraai/east").VariantType<{
16574
+ Boolean: import("@elaraai/east").BooleanType;
16575
+ Integer: import("@elaraai/east").IntegerType;
16576
+ Float: import("@elaraai/east").FloatType;
16577
+ String: StringType;
16578
+ DateTime: import("@elaraai/east").DateTimeType;
16579
+ }>;
16580
+ }>], import("@elaraai/east").NullType>>;
16581
+ onCellDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16582
+ rowIndex: import("@elaraai/east").IntegerType;
16583
+ columnKey: StringType;
16584
+ cellValue: import("@elaraai/east").VariantType<{
16585
+ Boolean: import("@elaraai/east").BooleanType;
16586
+ Integer: import("@elaraai/east").IntegerType;
16587
+ Float: import("@elaraai/east").FloatType;
16588
+ String: StringType;
16589
+ DateTime: import("@elaraai/east").DateTimeType;
16590
+ }>;
16591
+ }>], import("@elaraai/east").NullType>>;
16592
+ onRowClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16593
+ rowIndex: import("@elaraai/east").IntegerType;
16594
+ }>], import("@elaraai/east").NullType>>;
16595
+ onRowDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16596
+ rowIndex: import("@elaraai/east").IntegerType;
16597
+ }>], import("@elaraai/east").NullType>>;
16598
+ onRowSelectionChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16599
+ rowIndex: import("@elaraai/east").IntegerType;
16600
+ selected: import("@elaraai/east").BooleanType;
16601
+ selectedRowsIndices: ArrayType<import("@elaraai/east").IntegerType>;
16602
+ }>], import("@elaraai/east").NullType>>;
16603
+ onSortChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16604
+ columnKey: StringType;
16605
+ sortIndex: import("@elaraai/east").IntegerType;
16606
+ sortDirection: import("@elaraai/east").VariantType<{
16607
+ asc: import("@elaraai/east").NullType;
16608
+ desc: import("@elaraai/east").NullType;
16609
+ }>;
16610
+ }>], import("@elaraai/east").NullType>>;
14085
16611
  }>>;
14086
16612
  }>;
14087
16613
  Gantt: StructType<{
@@ -14171,6 +16697,104 @@ export declare const Drawer: {
14171
16697
  pink: import("@elaraai/east").NullType;
14172
16698
  }>>;
14173
16699
  showToday: OptionType<import("@elaraai/east").BooleanType>;
16700
+ dragStep: OptionType<import("@elaraai/east").VariantType<{
16701
+ minutes: import("@elaraai/east").FloatType;
16702
+ hours: import("@elaraai/east").FloatType;
16703
+ days: import("@elaraai/east").FloatType;
16704
+ weeks: import("@elaraai/east").FloatType;
16705
+ months: import("@elaraai/east").FloatType;
16706
+ }>>;
16707
+ durationStep: OptionType<import("@elaraai/east").VariantType<{
16708
+ minutes: import("@elaraai/east").FloatType;
16709
+ hours: import("@elaraai/east").FloatType;
16710
+ days: import("@elaraai/east").FloatType;
16711
+ weeks: import("@elaraai/east").FloatType;
16712
+ months: import("@elaraai/east").FloatType;
16713
+ }>>;
16714
+ onCellClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16715
+ rowIndex: import("@elaraai/east").IntegerType;
16716
+ columnKey: StringType;
16717
+ cellValue: import("@elaraai/east").VariantType<{
16718
+ Boolean: import("@elaraai/east").BooleanType;
16719
+ Integer: import("@elaraai/east").IntegerType;
16720
+ Float: import("@elaraai/east").FloatType;
16721
+ String: StringType;
16722
+ DateTime: import("@elaraai/east").DateTimeType;
16723
+ }>;
16724
+ }>], import("@elaraai/east").NullType>>;
16725
+ onCellDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16726
+ rowIndex: import("@elaraai/east").IntegerType;
16727
+ columnKey: StringType;
16728
+ cellValue: import("@elaraai/east").VariantType<{
16729
+ Boolean: import("@elaraai/east").BooleanType;
16730
+ Integer: import("@elaraai/east").IntegerType;
16731
+ Float: import("@elaraai/east").FloatType;
16732
+ String: StringType;
16733
+ DateTime: import("@elaraai/east").DateTimeType;
16734
+ }>;
16735
+ }>], import("@elaraai/east").NullType>>;
16736
+ onRowClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16737
+ rowIndex: import("@elaraai/east").IntegerType;
16738
+ }>], import("@elaraai/east").NullType>>;
16739
+ onRowDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16740
+ rowIndex: import("@elaraai/east").IntegerType;
16741
+ }>], import("@elaraai/east").NullType>>;
16742
+ onSortChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16743
+ columnKey: StringType;
16744
+ sortIndex: import("@elaraai/east").IntegerType;
16745
+ sortDirection: import("@elaraai/east").VariantType<{
16746
+ asc: import("@elaraai/east").NullType;
16747
+ desc: import("@elaraai/east").NullType;
16748
+ }>;
16749
+ }>], import("@elaraai/east").NullType>>;
16750
+ onTaskClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16751
+ rowIndex: import("@elaraai/east").IntegerType;
16752
+ taskIndex: import("@elaraai/east").IntegerType;
16753
+ taskStart: import("@elaraai/east").DateTimeType;
16754
+ taskEnd: import("@elaraai/east").DateTimeType;
16755
+ }>], import("@elaraai/east").NullType>>;
16756
+ onTaskDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16757
+ rowIndex: import("@elaraai/east").IntegerType;
16758
+ taskIndex: import("@elaraai/east").IntegerType;
16759
+ taskStart: import("@elaraai/east").DateTimeType;
16760
+ taskEnd: import("@elaraai/east").DateTimeType;
16761
+ }>], import("@elaraai/east").NullType>>;
16762
+ onTaskDrag: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16763
+ rowIndex: import("@elaraai/east").IntegerType;
16764
+ taskIndex: import("@elaraai/east").IntegerType;
16765
+ previousStart: import("@elaraai/east").DateTimeType;
16766
+ previousEnd: import("@elaraai/east").DateTimeType;
16767
+ newStart: import("@elaraai/east").DateTimeType;
16768
+ newEnd: import("@elaraai/east").DateTimeType;
16769
+ }>], import("@elaraai/east").NullType>>;
16770
+ onTaskDurationChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16771
+ rowIndex: import("@elaraai/east").IntegerType;
16772
+ taskIndex: import("@elaraai/east").IntegerType;
16773
+ previousEnd: import("@elaraai/east").DateTimeType;
16774
+ newEnd: import("@elaraai/east").DateTimeType;
16775
+ }>], import("@elaraai/east").NullType>>;
16776
+ onTaskProgressChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16777
+ rowIndex: import("@elaraai/east").IntegerType;
16778
+ taskIndex: import("@elaraai/east").IntegerType;
16779
+ previousProgress: import("@elaraai/east").FloatType;
16780
+ newProgress: import("@elaraai/east").FloatType;
16781
+ }>], import("@elaraai/east").NullType>>;
16782
+ onMilestoneClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16783
+ rowIndex: import("@elaraai/east").IntegerType;
16784
+ milestoneIndex: import("@elaraai/east").IntegerType;
16785
+ milestoneDate: import("@elaraai/east").DateTimeType;
16786
+ }>], import("@elaraai/east").NullType>>;
16787
+ onMilestoneDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16788
+ rowIndex: import("@elaraai/east").IntegerType;
16789
+ milestoneIndex: import("@elaraai/east").IntegerType;
16790
+ milestoneDate: import("@elaraai/east").DateTimeType;
16791
+ }>], import("@elaraai/east").NullType>>;
16792
+ onMilestoneDrag: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16793
+ rowIndex: import("@elaraai/east").IntegerType;
16794
+ milestoneIndex: import("@elaraai/east").IntegerType;
16795
+ previousDate: import("@elaraai/east").DateTimeType;
16796
+ newDate: import("@elaraai/east").DateTimeType;
16797
+ }>], import("@elaraai/east").NullType>>;
14174
16798
  }>>;
14175
16799
  }>;
14176
16800
  Accordion: StructType<{
@@ -14188,6 +16812,7 @@ export declare const Drawer: {
14188
16812
  plain: import("@elaraai/east").NullType;
14189
16813
  subtle: import("@elaraai/east").NullType;
14190
16814
  }>>;
16815
+ onValueChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
14191
16816
  }>>;
14192
16817
  }>;
14193
16818
  Carousel: StructType<{
@@ -14208,6 +16833,7 @@ export declare const Drawer: {
14208
16833
  }>>;
14209
16834
  spacing: OptionType<StringType>;
14210
16835
  padding: OptionType<StringType>;
16836
+ onIndexChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
14211
16837
  }>>;
14212
16838
  }>;
14213
16839
  Tabs: StructType<{
@@ -14260,6 +16886,7 @@ export declare const Drawer: {
14260
16886
  purple: import("@elaraai/east").NullType;
14261
16887
  pink: import("@elaraai/east").NullType;
14262
16888
  }>>;
16889
+ onValueChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
14263
16890
  }>>;
14264
16891
  }>;
14265
16892
  Tooltip: StructType<{
@@ -14342,6 +16969,10 @@ export declare const Drawer: {
14342
16969
  dialog: import("@elaraai/east").NullType;
14343
16970
  alertdialog: import("@elaraai/east").NullType;
14344
16971
  }>>;
16972
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
16973
+ onExitComplete: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
16974
+ onEscapeKeyDown: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
16975
+ onInteractOutside: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
14345
16976
  }>>;
14346
16977
  }>;
14347
16978
  Drawer: StructType<{
@@ -14365,6 +16996,8 @@ export declare const Drawer: {
14365
16996
  bottom: import("@elaraai/east").NullType;
14366
16997
  }>>;
14367
16998
  contained: OptionType<import("@elaraai/east").BooleanType>;
16999
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
17000
+ onExitComplete: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
14368
17001
  }>>;
14369
17002
  }>;
14370
17003
  Popover: StructType<{
@@ -14395,6 +17028,7 @@ export declare const Drawer: {
14395
17028
  }>>;
14396
17029
  hasArrow: OptionType<import("@elaraai/east").BooleanType>;
14397
17030
  gutter: OptionType<import("@elaraai/east").IntegerType>;
17031
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
14398
17032
  }>>;
14399
17033
  }>;
14400
17034
  HoverCard: StructType<{
@@ -14424,6 +17058,7 @@ export declare const Drawer: {
14424
17058
  hasArrow: OptionType<import("@elaraai/east").BooleanType>;
14425
17059
  openDelay: OptionType<import("@elaraai/east").IntegerType>;
14426
17060
  closeDelay: OptionType<import("@elaraai/east").IntegerType>;
17061
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
14427
17062
  }>>;
14428
17063
  }>;
14429
17064
  ActionBar: StructType<{
@@ -14437,7 +17072,10 @@ export declare const Drawer: {
14437
17072
  }>>;
14438
17073
  selectionCount: OptionType<import("@elaraai/east").IntegerType>;
14439
17074
  selectionLabel: OptionType<StringType>;
14440
- style: OptionType<StructType<{}>>;
17075
+ style: OptionType<StructType<{
17076
+ onSelect: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
17077
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
17078
+ }>>;
14441
17079
  }>;
14442
17080
  ToggleTip: StructType<{
14443
17081
  trigger: import("@elaraai/east").RecursiveTypeMarker;
@@ -14458,8 +17096,12 @@ export declare const Drawer: {
14458
17096
  "right-end": import("@elaraai/east").NullType;
14459
17097
  }>>;
14460
17098
  hasArrow: OptionType<import("@elaraai/east").BooleanType>;
17099
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
14461
17100
  }>>;
14462
17101
  }>;
17102
+ ReactiveComponent: StructType<{
17103
+ render: import("@elaraai/east").FunctionType<[], import("@elaraai/east").RecursiveTypeMarker>;
17104
+ }>;
14463
17105
  }>>>;
14464
17106
  title: OptionType<StringType>;
14465
17107
  description: OptionType<StringType>;
@@ -14479,6 +17121,8 @@ export declare const Drawer: {
14479
17121
  bottom: import("@elaraai/east").NullType;
14480
17122
  }>>;
14481
17123
  contained: OptionType<import("@elaraai/east").BooleanType>;
17124
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
17125
+ onExitComplete: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
14482
17126
  }>>;
14483
17127
  }>;
14484
17128
  /**
@@ -14504,6 +17148,8 @@ export declare const Drawer: {
14504
17148
  bottom: import("@elaraai/east").NullType;
14505
17149
  }>>;
14506
17150
  contained: OptionType<import("@elaraai/east").BooleanType>;
17151
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
17152
+ onExitComplete: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
14507
17153
  }>;
14508
17154
  /**
14509
17155
  * Size variant type for Drawer component.