@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 DialogType: 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 DialogType: 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 DialogType: 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 DialogType: 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 DialogType: 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 DialogType: 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 DialogType: 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 DialogType: 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 DialogType: 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 DialogType: 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 DialogType: 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 DialogType: 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 DialogType: 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 DialogType: 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 DialogType: 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 DialogType: 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 DialogType: 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 DialogType: 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 DialogType: 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 DialogType: 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 DialogType: 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 DialogType: 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 DialogType: 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 DialogType: 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 DialogType: 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 DialogType: 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 DialogType: 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 DialogType: 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 DialogType: 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 DialogType: 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 DialogType: 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 DialogType: 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 DialogType: 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 DialogType: 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 DialogType: 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 DialogType: 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 DialogType: 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 DialogType: 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 DialogType: 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 DialogType: 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 DialogType: 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 DialogType: 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 DialogType: 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 DialogType: 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 DialogType: 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 DialogType: 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 DialogType: 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 DialogType: 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 DialogType: 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 DialogType: 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 DialogType: 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 DialogType: 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 DialogType: 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 DialogType: 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 DialogType: 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 DialogType: 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 DialogType: 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 DialogType: 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 DialogType: 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 DialogType: 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 DialogType: 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 DialogType: 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>;
@@ -7212,6 +8544,10 @@ export declare const DialogType: StructType<{
7212
8544
  dialog: import("@elaraai/east").NullType;
7213
8545
  alertdialog: import("@elaraai/east").NullType;
7214
8546
  }>>;
8547
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
8548
+ onExitComplete: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
8549
+ onEscapeKeyDown: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
8550
+ onInteractOutside: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
7215
8551
  }>>;
7216
8552
  }>;
7217
8553
  /**
@@ -7232,26 +8568,16 @@ export type DialogType = typeof DialogType;
7232
8568
  *
7233
8569
  * @example
7234
8570
  * ```ts
7235
- * import { Dialog, Button, Text } from "@elaraai/east-ui";
7236
- *
7237
- * // Simple dialog
7238
- * const dialog = Dialog.Root(
7239
- * Button.Root("Open Dialog"),
7240
- * [Text.Root("Dialog content here")],
7241
- * { title: "My Dialog" }
7242
- * );
8571
+ * import { East } from "@elaraai/east";
8572
+ * import { Dialog, Button, Text, UIComponentType } from "@elaraai/east-ui";
7243
8573
  *
7244
- * // Dialog with size and placement
7245
- * const largeDialog = Dialog.Root(
7246
- * Button.Root("Settings"),
7247
- * [Text.Root("Settings content")],
7248
- * {
7249
- * title: "Settings",
7250
- * size: "lg",
7251
- * placement: "center",
7252
- * closeOnEscape: true,
7253
- * }
7254
- * );
8574
+ * const example = East.function([], UIComponentType, $ => {
8575
+ * return Dialog.Root(
8576
+ * Button.Root("Open Dialog"),
8577
+ * [Text.Root("Dialog content here")],
8578
+ * { title: "My Dialog" }
8579
+ * );
8580
+ * });
7255
8581
  * ```
7256
8582
  */
7257
8583
  declare function createDialog(trigger: SubtypeExprOrValue<UIComponentType>, body: SubtypeExprOrValue<ArrayType<UIComponentType>>, style?: DialogStyle): ExprType<UIComponentType>;
@@ -7260,21 +8586,6 @@ declare function createDialog(trigger: SubtypeExprOrValue<UIComponentType>, body
7260
8586
  *
7261
8587
  * @remarks
7262
8588
  * Use `Dialog.Root(trigger, body, style)` to create a dialog, or access `Dialog.Types` for East types.
7263
- *
7264
- * @example
7265
- * ```ts
7266
- * import { Dialog, Button, Text } from "@elaraai/east-ui";
7267
- *
7268
- * // Create a dialog
7269
- * const dialog = Dialog.Root(
7270
- * Button.Root("Open"),
7271
- * [Text.Root("Content")],
7272
- * { title: "My Dialog" }
7273
- * );
7274
- *
7275
- * // Access the type
7276
- * const styleType = Dialog.Types.Style;
7277
- * ```
7278
8589
  */
7279
8590
  export declare const Dialog: {
7280
8591
  /**
@@ -7486,6 +8797,7 @@ export declare const Dialog: {
7486
8797
  highlightLines: OptionType<ArrayType<import("@elaraai/east").IntegerType>>;
7487
8798
  maxHeight: OptionType<StringType>;
7488
8799
  showCopyButton: OptionType<import("@elaraai/east").BooleanType>;
8800
+ wordWrap: OptionType<import("@elaraai/east").BooleanType>;
7489
8801
  title: OptionType<StringType>;
7490
8802
  }>;
7491
8803
  Button: StructType<{
@@ -7517,6 +8829,7 @@ export declare const Dialog: {
7517
8829
  }>>;
7518
8830
  loading: OptionType<import("@elaraai/east").BooleanType>;
7519
8831
  disabled: OptionType<import("@elaraai/east").BooleanType>;
8832
+ onClick: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
7520
8833
  }>>;
7521
8834
  }>;
7522
8835
  IconButton: StructType<{
@@ -7549,6 +8862,7 @@ export declare const Dialog: {
7549
8862
  }>>;
7550
8863
  loading: OptionType<import("@elaraai/east").BooleanType>;
7551
8864
  disabled: OptionType<import("@elaraai/east").BooleanType>;
8865
+ onClick: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
7552
8866
  }>>;
7553
8867
  }>;
7554
8868
  Box: StructType<{
@@ -7566,6 +8880,28 @@ export declare const Dialog: {
7566
8880
  }>>;
7567
8881
  width: OptionType<StringType>;
7568
8882
  height: OptionType<StringType>;
8883
+ minHeight: OptionType<StringType>;
8884
+ minWidth: OptionType<StringType>;
8885
+ maxHeight: OptionType<StringType>;
8886
+ maxWidth: OptionType<StringType>;
8887
+ overflow: OptionType<import("@elaraai/east").VariantType<{
8888
+ visible: import("@elaraai/east").NullType;
8889
+ hidden: import("@elaraai/east").NullType;
8890
+ scroll: import("@elaraai/east").NullType;
8891
+ auto: import("@elaraai/east").NullType;
8892
+ }>>;
8893
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
8894
+ visible: import("@elaraai/east").NullType;
8895
+ hidden: import("@elaraai/east").NullType;
8896
+ scroll: import("@elaraai/east").NullType;
8897
+ auto: import("@elaraai/east").NullType;
8898
+ }>>;
8899
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
8900
+ visible: import("@elaraai/east").NullType;
8901
+ hidden: import("@elaraai/east").NullType;
8902
+ scroll: import("@elaraai/east").NullType;
8903
+ auto: import("@elaraai/east").NullType;
8904
+ }>>;
7569
8905
  padding: OptionType<StructType<{
7570
8906
  top: OptionType<StringType>;
7571
8907
  right: OptionType<StringType>;
@@ -7605,6 +8941,77 @@ export declare const Dialog: {
7605
8941
  gap: OptionType<StringType>;
7606
8942
  }>>;
7607
8943
  }>;
8944
+ Flex: StructType<{
8945
+ children: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
8946
+ style: OptionType<StructType<{
8947
+ direction: OptionType<import("@elaraai/east").VariantType<{
8948
+ row: import("@elaraai/east").NullType;
8949
+ column: import("@elaraai/east").NullType;
8950
+ "row-reverse": import("@elaraai/east").NullType;
8951
+ "column-reverse": import("@elaraai/east").NullType;
8952
+ }>>;
8953
+ wrap: OptionType<import("@elaraai/east").VariantType<{
8954
+ nowrap: import("@elaraai/east").NullType;
8955
+ wrap: import("@elaraai/east").NullType;
8956
+ "wrap-reverse": import("@elaraai/east").NullType;
8957
+ }>>;
8958
+ justifyContent: OptionType<import("@elaraai/east").VariantType<{
8959
+ "flex-start": import("@elaraai/east").NullType;
8960
+ "flex-end": import("@elaraai/east").NullType;
8961
+ center: import("@elaraai/east").NullType;
8962
+ "space-between": import("@elaraai/east").NullType;
8963
+ "space-around": import("@elaraai/east").NullType;
8964
+ "space-evenly": import("@elaraai/east").NullType;
8965
+ }>>;
8966
+ alignItems: OptionType<import("@elaraai/east").VariantType<{
8967
+ "flex-start": import("@elaraai/east").NullType;
8968
+ "flex-end": import("@elaraai/east").NullType;
8969
+ center: import("@elaraai/east").NullType;
8970
+ baseline: import("@elaraai/east").NullType;
8971
+ stretch: import("@elaraai/east").NullType;
8972
+ }>>;
8973
+ gap: OptionType<StringType>;
8974
+ width: OptionType<StringType>;
8975
+ height: OptionType<StringType>;
8976
+ minHeight: OptionType<StringType>;
8977
+ minWidth: OptionType<StringType>;
8978
+ maxHeight: OptionType<StringType>;
8979
+ maxWidth: OptionType<StringType>;
8980
+ overflow: OptionType<import("@elaraai/east").VariantType<{
8981
+ visible: import("@elaraai/east").NullType;
8982
+ hidden: import("@elaraai/east").NullType;
8983
+ scroll: import("@elaraai/east").NullType;
8984
+ auto: import("@elaraai/east").NullType;
8985
+ }>>;
8986
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
8987
+ visible: import("@elaraai/east").NullType;
8988
+ hidden: import("@elaraai/east").NullType;
8989
+ scroll: import("@elaraai/east").NullType;
8990
+ auto: import("@elaraai/east").NullType;
8991
+ }>>;
8992
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
8993
+ visible: import("@elaraai/east").NullType;
8994
+ hidden: import("@elaraai/east").NullType;
8995
+ scroll: import("@elaraai/east").NullType;
8996
+ auto: import("@elaraai/east").NullType;
8997
+ }>>;
8998
+ padding: OptionType<StructType<{
8999
+ top: OptionType<StringType>;
9000
+ right: OptionType<StringType>;
9001
+ bottom: OptionType<StringType>;
9002
+ left: OptionType<StringType>;
9003
+ }>>;
9004
+ margin: OptionType<StructType<{
9005
+ top: OptionType<StringType>;
9006
+ right: OptionType<StringType>;
9007
+ bottom: OptionType<StringType>;
9008
+ left: OptionType<StringType>;
9009
+ }>>;
9010
+ background: OptionType<StringType>;
9011
+ color: OptionType<StringType>;
9012
+ borderRadius: OptionType<StringType>;
9013
+ }>>;
9014
+ }>;
7608
9015
  Stack: StructType<{
7609
9016
  children: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
7610
9017
  style: OptionType<StructType<{
@@ -7650,6 +9057,28 @@ export declare const Dialog: {
7650
9057
  background: OptionType<StringType>;
7651
9058
  width: OptionType<StringType>;
7652
9059
  height: OptionType<StringType>;
9060
+ minHeight: OptionType<StringType>;
9061
+ minWidth: OptionType<StringType>;
9062
+ maxHeight: OptionType<StringType>;
9063
+ maxWidth: OptionType<StringType>;
9064
+ overflow: OptionType<import("@elaraai/east").VariantType<{
9065
+ visible: import("@elaraai/east").NullType;
9066
+ hidden: import("@elaraai/east").NullType;
9067
+ scroll: import("@elaraai/east").NullType;
9068
+ auto: import("@elaraai/east").NullType;
9069
+ }>>;
9070
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
9071
+ visible: import("@elaraai/east").NullType;
9072
+ hidden: import("@elaraai/east").NullType;
9073
+ scroll: import("@elaraai/east").NullType;
9074
+ auto: import("@elaraai/east").NullType;
9075
+ }>>;
9076
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
9077
+ visible: import("@elaraai/east").NullType;
9078
+ hidden: import("@elaraai/east").NullType;
9079
+ scroll: import("@elaraai/east").NullType;
9080
+ auto: import("@elaraai/east").NullType;
9081
+ }>>;
7653
9082
  }>>;
7654
9083
  }>;
7655
9084
  Separator: StructType<{
@@ -7744,6 +9173,13 @@ export declare const Dialog: {
7744
9173
  horizontal: import("@elaraai/east").NullType;
7745
9174
  vertical: import("@elaraai/east").NullType;
7746
9175
  }>>;
9176
+ onResize: OptionType<import("@elaraai/east").FunctionType<[StructType<{
9177
+ size: ArrayType<import("@elaraai/east").FloatType>;
9178
+ }>], import("@elaraai/east").NullType>>;
9179
+ onResizeStart: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9180
+ onResizeEnd: OptionType<import("@elaraai/east").FunctionType<[StructType<{
9181
+ size: ArrayType<import("@elaraai/east").FloatType>;
9182
+ }>], import("@elaraai/east").NullType>>;
7747
9183
  }>>;
7748
9184
  }>;
7749
9185
  StringInput: StructType<{
@@ -7763,6 +9199,9 @@ export declare const Dialog: {
7763
9199
  maxLength: OptionType<import("@elaraai/east").IntegerType>;
7764
9200
  pattern: OptionType<StringType>;
7765
9201
  disabled: OptionType<import("@elaraai/east").BooleanType>;
9202
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
9203
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9204
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
7766
9205
  }>;
7767
9206
  IntegerInput: StructType<{
7768
9207
  value: import("@elaraai/east").IntegerType;
@@ -7781,6 +9220,9 @@ export declare const Dialog: {
7781
9220
  lg: import("@elaraai/east").NullType;
7782
9221
  }>>;
7783
9222
  disabled: OptionType<import("@elaraai/east").BooleanType>;
9223
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
9224
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9225
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
7784
9226
  }>;
7785
9227
  FloatInput: StructType<{
7786
9228
  value: import("@elaraai/east").FloatType;
@@ -7800,13 +9242,44 @@ export declare const Dialog: {
7800
9242
  lg: import("@elaraai/east").NullType;
7801
9243
  }>>;
7802
9244
  disabled: OptionType<import("@elaraai/east").BooleanType>;
9245
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
9246
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9247
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
7803
9248
  }>;
7804
9249
  DateTimeInput: StructType<{
7805
9250
  value: import("@elaraai/east").DateTimeType;
7806
9251
  min: OptionType<import("@elaraai/east").DateTimeType>;
7807
9252
  max: OptionType<import("@elaraai/east").DateTimeType>;
7808
- showTime: OptionType<import("@elaraai/east").BooleanType>;
7809
- format: OptionType<StringType>;
9253
+ precision: OptionType<import("@elaraai/east").VariantType<{
9254
+ date: import("@elaraai/east").NullType;
9255
+ time: import("@elaraai/east").NullType;
9256
+ datetime: import("@elaraai/east").NullType;
9257
+ }>>;
9258
+ format: OptionType<ArrayType<import("@elaraai/east").VariantType<{
9259
+ literal: StringType;
9260
+ year4: import("@elaraai/east").NullType;
9261
+ year2: import("@elaraai/east").NullType;
9262
+ month1: import("@elaraai/east").NullType;
9263
+ month2: import("@elaraai/east").NullType;
9264
+ monthNameShort: import("@elaraai/east").NullType;
9265
+ monthNameFull: import("@elaraai/east").NullType;
9266
+ day1: import("@elaraai/east").NullType;
9267
+ day2: import("@elaraai/east").NullType;
9268
+ weekdayNameMin: import("@elaraai/east").NullType;
9269
+ weekdayNameShort: import("@elaraai/east").NullType;
9270
+ weekdayNameFull: import("@elaraai/east").NullType;
9271
+ hour24_1: import("@elaraai/east").NullType;
9272
+ hour24_2: import("@elaraai/east").NullType;
9273
+ hour12_1: import("@elaraai/east").NullType;
9274
+ hour12_2: import("@elaraai/east").NullType;
9275
+ minute1: import("@elaraai/east").NullType;
9276
+ minute2: import("@elaraai/east").NullType;
9277
+ second1: import("@elaraai/east").NullType;
9278
+ second2: import("@elaraai/east").NullType;
9279
+ millisecond3: import("@elaraai/east").NullType;
9280
+ ampmUpper: import("@elaraai/east").NullType;
9281
+ ampmLower: import("@elaraai/east").NullType;
9282
+ }>>>;
7810
9283
  variant: OptionType<import("@elaraai/east").VariantType<{
7811
9284
  outline: import("@elaraai/east").NullType;
7812
9285
  subtle: import("@elaraai/east").NullType;
@@ -7819,6 +9292,9 @@ export declare const Dialog: {
7819
9292
  lg: import("@elaraai/east").NullType;
7820
9293
  }>>;
7821
9294
  disabled: OptionType<import("@elaraai/east").BooleanType>;
9295
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").DateTimeType], import("@elaraai/east").NullType>>;
9296
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9297
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
7822
9298
  }>;
7823
9299
  Checkbox: StructType<{
7824
9300
  checked: import("@elaraai/east").BooleanType;
@@ -7843,6 +9319,7 @@ export declare const Dialog: {
7843
9319
  md: import("@elaraai/east").NullType;
7844
9320
  lg: import("@elaraai/east").NullType;
7845
9321
  }>>;
9322
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
7846
9323
  }>;
7847
9324
  Switch: StructType<{
7848
9325
  checked: import("@elaraai/east").BooleanType;
@@ -7866,6 +9343,7 @@ export declare const Dialog: {
7866
9343
  md: import("@elaraai/east").NullType;
7867
9344
  lg: import("@elaraai/east").NullType;
7868
9345
  }>>;
9346
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
7869
9347
  }>;
7870
9348
  Select: StructType<{
7871
9349
  value: OptionType<StringType>;
@@ -7883,6 +9361,9 @@ export declare const Dialog: {
7883
9361
  md: import("@elaraai/east").NullType;
7884
9362
  lg: import("@elaraai/east").NullType;
7885
9363
  }>>;
9364
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
9365
+ onChangeMultiple: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
9366
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
7886
9367
  }>;
7887
9368
  Slider: StructType<{
7888
9369
  value: import("@elaraai/east").FloatType;
@@ -7916,6 +9397,8 @@ export declare const Dialog: {
7916
9397
  subtle: import("@elaraai/east").NullType;
7917
9398
  }>>;
7918
9399
  disabled: OptionType<import("@elaraai/east").BooleanType>;
9400
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
9401
+ onChangeEnd: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
7919
9402
  }>;
7920
9403
  FileUpload: StructType<{
7921
9404
  accept: OptionType<StringType>;
@@ -7934,31 +9417,358 @@ export declare const Dialog: {
7934
9417
  label: OptionType<StringType>;
7935
9418
  dropzoneText: OptionType<StringType>;
7936
9419
  triggerText: OptionType<StringType>;
9420
+ onFileAccept: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
9421
+ name: StringType;
9422
+ size: import("@elaraai/east").IntegerType;
9423
+ type: StringType;
9424
+ }>>], import("@elaraai/east").NullType>>;
9425
+ onFileReject: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
9426
+ file: StructType<{
9427
+ name: StringType;
9428
+ size: import("@elaraai/east").IntegerType;
9429
+ type: StringType;
9430
+ }>;
9431
+ errors: ArrayType<StringType>;
9432
+ }>>], import("@elaraai/east").NullType>>;
7937
9433
  }>;
7938
9434
  Field: StructType<{
7939
9435
  label: StringType;
7940
- control: import("@elaraai/east").RecursiveTypeMarker;
9436
+ control: import("@elaraai/east").VariantType<{
9437
+ Checkbox: StructType<{
9438
+ checked: import("@elaraai/east").BooleanType;
9439
+ label: OptionType<StringType>;
9440
+ indeterminate: OptionType<import("@elaraai/east").BooleanType>;
9441
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
9442
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
9443
+ gray: import("@elaraai/east").NullType;
9444
+ red: import("@elaraai/east").NullType;
9445
+ orange: import("@elaraai/east").NullType;
9446
+ yellow: import("@elaraai/east").NullType;
9447
+ green: import("@elaraai/east").NullType;
9448
+ teal: import("@elaraai/east").NullType;
9449
+ blue: import("@elaraai/east").NullType;
9450
+ cyan: import("@elaraai/east").NullType;
9451
+ purple: import("@elaraai/east").NullType;
9452
+ pink: import("@elaraai/east").NullType;
9453
+ }>>;
9454
+ size: OptionType<import("@elaraai/east").VariantType<{
9455
+ xs: import("@elaraai/east").NullType;
9456
+ sm: import("@elaraai/east").NullType;
9457
+ md: import("@elaraai/east").NullType;
9458
+ lg: import("@elaraai/east").NullType;
9459
+ }>>;
9460
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
9461
+ }>;
9462
+ StringInput: StructType<{
9463
+ value: StringType;
9464
+ placeholder: OptionType<StringType>;
9465
+ variant: OptionType<import("@elaraai/east").VariantType<{
9466
+ outline: import("@elaraai/east").NullType;
9467
+ subtle: import("@elaraai/east").NullType;
9468
+ flushed: import("@elaraai/east").NullType;
9469
+ }>>;
9470
+ size: OptionType<import("@elaraai/east").VariantType<{
9471
+ xs: import("@elaraai/east").NullType;
9472
+ sm: import("@elaraai/east").NullType;
9473
+ md: import("@elaraai/east").NullType;
9474
+ lg: import("@elaraai/east").NullType;
9475
+ }>>;
9476
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
9477
+ pattern: OptionType<StringType>;
9478
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
9479
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
9480
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9481
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9482
+ }>;
9483
+ IntegerInput: StructType<{
9484
+ value: import("@elaraai/east").IntegerType;
9485
+ min: OptionType<import("@elaraai/east").IntegerType>;
9486
+ max: OptionType<import("@elaraai/east").IntegerType>;
9487
+ step: OptionType<import("@elaraai/east").IntegerType>;
9488
+ variant: OptionType<import("@elaraai/east").VariantType<{
9489
+ outline: import("@elaraai/east").NullType;
9490
+ subtle: import("@elaraai/east").NullType;
9491
+ flushed: import("@elaraai/east").NullType;
9492
+ }>>;
9493
+ size: OptionType<import("@elaraai/east").VariantType<{
9494
+ xs: import("@elaraai/east").NullType;
9495
+ sm: import("@elaraai/east").NullType;
9496
+ md: import("@elaraai/east").NullType;
9497
+ lg: import("@elaraai/east").NullType;
9498
+ }>>;
9499
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
9500
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
9501
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9502
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9503
+ }>;
9504
+ FloatInput: StructType<{
9505
+ value: import("@elaraai/east").FloatType;
9506
+ min: OptionType<import("@elaraai/east").FloatType>;
9507
+ max: OptionType<import("@elaraai/east").FloatType>;
9508
+ step: OptionType<import("@elaraai/east").FloatType>;
9509
+ precision: OptionType<import("@elaraai/east").IntegerType>;
9510
+ variant: OptionType<import("@elaraai/east").VariantType<{
9511
+ outline: import("@elaraai/east").NullType;
9512
+ subtle: import("@elaraai/east").NullType;
9513
+ flushed: import("@elaraai/east").NullType;
9514
+ }>>;
9515
+ size: OptionType<import("@elaraai/east").VariantType<{
9516
+ xs: import("@elaraai/east").NullType;
9517
+ sm: import("@elaraai/east").NullType;
9518
+ md: import("@elaraai/east").NullType;
9519
+ lg: import("@elaraai/east").NullType;
9520
+ }>>;
9521
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
9522
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
9523
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9524
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9525
+ }>;
9526
+ DateTimeInput: StructType<{
9527
+ value: import("@elaraai/east").DateTimeType;
9528
+ min: OptionType<import("@elaraai/east").DateTimeType>;
9529
+ max: OptionType<import("@elaraai/east").DateTimeType>;
9530
+ precision: OptionType<import("@elaraai/east").VariantType<{
9531
+ date: import("@elaraai/east").NullType;
9532
+ time: import("@elaraai/east").NullType;
9533
+ datetime: import("@elaraai/east").NullType;
9534
+ }>>;
9535
+ format: OptionType<ArrayType<import("@elaraai/east").VariantType<{
9536
+ literal: StringType;
9537
+ year4: import("@elaraai/east").NullType;
9538
+ year2: import("@elaraai/east").NullType;
9539
+ month1: import("@elaraai/east").NullType;
9540
+ month2: import("@elaraai/east").NullType;
9541
+ monthNameShort: import("@elaraai/east").NullType;
9542
+ monthNameFull: import("@elaraai/east").NullType;
9543
+ day1: import("@elaraai/east").NullType;
9544
+ day2: import("@elaraai/east").NullType;
9545
+ weekdayNameMin: import("@elaraai/east").NullType;
9546
+ weekdayNameShort: import("@elaraai/east").NullType;
9547
+ weekdayNameFull: import("@elaraai/east").NullType;
9548
+ hour24_1: import("@elaraai/east").NullType;
9549
+ hour24_2: import("@elaraai/east").NullType;
9550
+ hour12_1: import("@elaraai/east").NullType;
9551
+ hour12_2: import("@elaraai/east").NullType;
9552
+ minute1: import("@elaraai/east").NullType;
9553
+ minute2: import("@elaraai/east").NullType;
9554
+ second1: import("@elaraai/east").NullType;
9555
+ second2: import("@elaraai/east").NullType;
9556
+ millisecond3: import("@elaraai/east").NullType;
9557
+ ampmUpper: import("@elaraai/east").NullType;
9558
+ ampmLower: import("@elaraai/east").NullType;
9559
+ }>>>;
9560
+ variant: OptionType<import("@elaraai/east").VariantType<{
9561
+ outline: import("@elaraai/east").NullType;
9562
+ subtle: import("@elaraai/east").NullType;
9563
+ flushed: import("@elaraai/east").NullType;
9564
+ }>>;
9565
+ size: OptionType<import("@elaraai/east").VariantType<{
9566
+ xs: import("@elaraai/east").NullType;
9567
+ sm: import("@elaraai/east").NullType;
9568
+ md: import("@elaraai/east").NullType;
9569
+ lg: import("@elaraai/east").NullType;
9570
+ }>>;
9571
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
9572
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").DateTimeType], import("@elaraai/east").NullType>>;
9573
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9574
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9575
+ }>;
9576
+ FileUpload: StructType<{
9577
+ accept: OptionType<StringType>;
9578
+ maxFiles: OptionType<import("@elaraai/east").IntegerType>;
9579
+ maxFileSize: OptionType<import("@elaraai/east").IntegerType>;
9580
+ minFileSize: OptionType<import("@elaraai/east").IntegerType>;
9581
+ directory: OptionType<import("@elaraai/east").BooleanType>;
9582
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
9583
+ required: OptionType<import("@elaraai/east").BooleanType>;
9584
+ allowDrop: OptionType<import("@elaraai/east").BooleanType>;
9585
+ capture: OptionType<import("@elaraai/east").VariantType<{
9586
+ user: import("@elaraai/east").NullType;
9587
+ environment: import("@elaraai/east").NullType;
9588
+ }>>;
9589
+ name: OptionType<StringType>;
9590
+ label: OptionType<StringType>;
9591
+ dropzoneText: OptionType<StringType>;
9592
+ triggerText: OptionType<StringType>;
9593
+ onFileAccept: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
9594
+ name: StringType;
9595
+ size: import("@elaraai/east").IntegerType;
9596
+ type: StringType;
9597
+ }>>], import("@elaraai/east").NullType>>;
9598
+ onFileReject: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
9599
+ file: StructType<{
9600
+ name: StringType;
9601
+ size: import("@elaraai/east").IntegerType;
9602
+ type: StringType;
9603
+ }>;
9604
+ errors: ArrayType<StringType>;
9605
+ }>>], import("@elaraai/east").NullType>>;
9606
+ }>;
9607
+ Select: StructType<{
9608
+ value: OptionType<StringType>;
9609
+ items: ArrayType<StructType<{
9610
+ value: StringType;
9611
+ label: StringType;
9612
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
9613
+ }>>;
9614
+ placeholder: OptionType<StringType>;
9615
+ multiple: OptionType<import("@elaraai/east").BooleanType>;
9616
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
9617
+ size: OptionType<import("@elaraai/east").VariantType<{
9618
+ xs: import("@elaraai/east").NullType;
9619
+ sm: import("@elaraai/east").NullType;
9620
+ md: import("@elaraai/east").NullType;
9621
+ lg: import("@elaraai/east").NullType;
9622
+ }>>;
9623
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
9624
+ onChangeMultiple: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
9625
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
9626
+ }>;
9627
+ Slider: StructType<{
9628
+ value: import("@elaraai/east").FloatType;
9629
+ min: OptionType<import("@elaraai/east").FloatType>;
9630
+ max: OptionType<import("@elaraai/east").FloatType>;
9631
+ step: OptionType<import("@elaraai/east").FloatType>;
9632
+ orientation: OptionType<import("@elaraai/east").VariantType<{
9633
+ horizontal: import("@elaraai/east").NullType;
9634
+ vertical: import("@elaraai/east").NullType;
9635
+ }>>;
9636
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
9637
+ gray: import("@elaraai/east").NullType;
9638
+ red: import("@elaraai/east").NullType;
9639
+ orange: import("@elaraai/east").NullType;
9640
+ yellow: import("@elaraai/east").NullType;
9641
+ green: import("@elaraai/east").NullType;
9642
+ teal: import("@elaraai/east").NullType;
9643
+ blue: import("@elaraai/east").NullType;
9644
+ cyan: import("@elaraai/east").NullType;
9645
+ purple: import("@elaraai/east").NullType;
9646
+ pink: import("@elaraai/east").NullType;
9647
+ }>>;
9648
+ size: OptionType<import("@elaraai/east").VariantType<{
9649
+ xs: import("@elaraai/east").NullType;
9650
+ sm: import("@elaraai/east").NullType;
9651
+ md: import("@elaraai/east").NullType;
9652
+ lg: import("@elaraai/east").NullType;
9653
+ }>>;
9654
+ variant: OptionType<import("@elaraai/east").VariantType<{
9655
+ outline: import("@elaraai/east").NullType;
9656
+ subtle: import("@elaraai/east").NullType;
9657
+ }>>;
9658
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
9659
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
9660
+ onChangeEnd: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
9661
+ }>;
9662
+ Switch: StructType<{
9663
+ checked: import("@elaraai/east").BooleanType;
9664
+ label: OptionType<StringType>;
9665
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
9666
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
9667
+ gray: import("@elaraai/east").NullType;
9668
+ red: import("@elaraai/east").NullType;
9669
+ orange: import("@elaraai/east").NullType;
9670
+ yellow: import("@elaraai/east").NullType;
9671
+ green: import("@elaraai/east").NullType;
9672
+ teal: import("@elaraai/east").NullType;
9673
+ blue: import("@elaraai/east").NullType;
9674
+ cyan: import("@elaraai/east").NullType;
9675
+ purple: import("@elaraai/east").NullType;
9676
+ pink: import("@elaraai/east").NullType;
9677
+ }>>;
9678
+ size: OptionType<import("@elaraai/east").VariantType<{
9679
+ xs: import("@elaraai/east").NullType;
9680
+ sm: import("@elaraai/east").NullType;
9681
+ md: import("@elaraai/east").NullType;
9682
+ lg: import("@elaraai/east").NullType;
9683
+ }>>;
9684
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
9685
+ }>;
9686
+ TagsInput: StructType<{
9687
+ value: ArrayType<StringType>;
9688
+ defaultValue: OptionType<ArrayType<StringType>>;
9689
+ max: OptionType<import("@elaraai/east").IntegerType>;
9690
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
9691
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
9692
+ readOnly: OptionType<import("@elaraai/east").BooleanType>;
9693
+ invalid: OptionType<import("@elaraai/east").BooleanType>;
9694
+ editable: OptionType<import("@elaraai/east").BooleanType>;
9695
+ delimiter: OptionType<StringType>;
9696
+ addOnPaste: OptionType<import("@elaraai/east").BooleanType>;
9697
+ blurBehavior: OptionType<import("@elaraai/east").VariantType<{
9698
+ clear: import("@elaraai/east").NullType;
9699
+ add: import("@elaraai/east").NullType;
9700
+ }>>;
9701
+ allowOverflow: OptionType<import("@elaraai/east").BooleanType>;
9702
+ label: OptionType<StringType>;
9703
+ placeholder: OptionType<StringType>;
9704
+ size: OptionType<import("@elaraai/east").VariantType<{
9705
+ xs: import("@elaraai/east").NullType;
9706
+ sm: import("@elaraai/east").NullType;
9707
+ md: import("@elaraai/east").NullType;
9708
+ lg: import("@elaraai/east").NullType;
9709
+ }>>;
9710
+ variant: OptionType<import("@elaraai/east").VariantType<{
9711
+ outline: import("@elaraai/east").NullType;
9712
+ subtle: import("@elaraai/east").NullType;
9713
+ flushed: import("@elaraai/east").NullType;
9714
+ }>>;
9715
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
9716
+ gray: import("@elaraai/east").NullType;
9717
+ red: import("@elaraai/east").NullType;
9718
+ orange: import("@elaraai/east").NullType;
9719
+ yellow: import("@elaraai/east").NullType;
9720
+ green: import("@elaraai/east").NullType;
9721
+ teal: import("@elaraai/east").NullType;
9722
+ blue: import("@elaraai/east").NullType;
9723
+ cyan: import("@elaraai/east").NullType;
9724
+ purple: import("@elaraai/east").NullType;
9725
+ pink: import("@elaraai/east").NullType;
9726
+ }>>;
9727
+ onChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
9728
+ onInputChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
9729
+ onHighlightChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
9730
+ }>;
9731
+ Textarea: StructType<{
9732
+ value: StringType;
9733
+ placeholder: OptionType<StringType>;
9734
+ variant: OptionType<import("@elaraai/east").VariantType<{
9735
+ outline: import("@elaraai/east").NullType;
9736
+ subtle: import("@elaraai/east").NullType;
9737
+ flushed: import("@elaraai/east").NullType;
9738
+ }>>;
9739
+ size: OptionType<import("@elaraai/east").VariantType<{
9740
+ xs: import("@elaraai/east").NullType;
9741
+ sm: import("@elaraai/east").NullType;
9742
+ md: import("@elaraai/east").NullType;
9743
+ lg: import("@elaraai/east").NullType;
9744
+ }>>;
9745
+ resize: OptionType<import("@elaraai/east").VariantType<{
9746
+ none: import("@elaraai/east").NullType;
9747
+ vertical: import("@elaraai/east").NullType;
9748
+ horizontal: import("@elaraai/east").NullType;
9749
+ both: import("@elaraai/east").NullType;
9750
+ }>>;
9751
+ rows: OptionType<import("@elaraai/east").IntegerType>;
9752
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
9753
+ readOnly: OptionType<import("@elaraai/east").BooleanType>;
9754
+ required: OptionType<import("@elaraai/east").BooleanType>;
9755
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
9756
+ autoresize: OptionType<import("@elaraai/east").BooleanType>;
9757
+ onValidate: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
9758
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
9759
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9760
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9761
+ }>;
9762
+ }>;
7941
9763
  helperText: OptionType<StringType>;
7942
9764
  errorText: OptionType<StringType>;
7943
9765
  required: OptionType<import("@elaraai/east").BooleanType>;
7944
9766
  disabled: OptionType<import("@elaraai/east").BooleanType>;
7945
9767
  invalid: OptionType<import("@elaraai/east").BooleanType>;
7946
9768
  readOnly: OptionType<import("@elaraai/east").BooleanType>;
7947
- }>;
7948
- Fieldset: StructType<{
7949
- legend: OptionType<StringType>;
7950
- helperText: OptionType<StringType>;
7951
- errorText: OptionType<StringType>;
7952
- content: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
7953
- disabled: OptionType<import("@elaraai/east").BooleanType>;
7954
- invalid: OptionType<import("@elaraai/east").BooleanType>;
7955
- style: OptionType<StructType<{
7956
- size: OptionType<import("@elaraai/east").VariantType<{
7957
- xs: import("@elaraai/east").NullType;
7958
- sm: import("@elaraai/east").NullType;
7959
- md: import("@elaraai/east").NullType;
7960
- lg: import("@elaraai/east").NullType;
7961
- }>>;
9769
+ orientation: OptionType<import("@elaraai/east").VariantType<{
9770
+ vertical: import("@elaraai/east").NullType;
9771
+ horizontal: import("@elaraai/east").NullType;
7962
9772
  }>>;
7963
9773
  }>;
7964
9774
  Textarea: StructType<{
@@ -7984,10 +9794,13 @@ export declare const Dialog: {
7984
9794
  rows: OptionType<import("@elaraai/east").IntegerType>;
7985
9795
  disabled: OptionType<import("@elaraai/east").BooleanType>;
7986
9796
  readOnly: OptionType<import("@elaraai/east").BooleanType>;
7987
- invalid: OptionType<import("@elaraai/east").BooleanType>;
7988
9797
  required: OptionType<import("@elaraai/east").BooleanType>;
7989
9798
  maxLength: OptionType<import("@elaraai/east").IntegerType>;
7990
9799
  autoresize: OptionType<import("@elaraai/east").BooleanType>;
9800
+ onValidate: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
9801
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
9802
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9803
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
7991
9804
  }>;
7992
9805
  TagsInput: StructType<{
7993
9806
  value: ArrayType<StringType>;
@@ -8030,6 +9843,9 @@ export declare const Dialog: {
8030
9843
  purple: import("@elaraai/east").NullType;
8031
9844
  pink: import("@elaraai/east").NullType;
8032
9845
  }>>;
9846
+ onChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
9847
+ onInputChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
9848
+ onHighlightChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
8033
9849
  }>;
8034
9850
  Progress: StructType<{
8035
9851
  value: import("@elaraai/east").FloatType;
@@ -8129,6 +9945,7 @@ export declare const Dialog: {
8129
9945
  xl: import("@elaraai/east").NullType;
8130
9946
  }>>;
8131
9947
  closable: OptionType<import("@elaraai/east").BooleanType>;
9948
+ onClose: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
8132
9949
  }>;
8133
9950
  Avatar: StructType<{
8134
9951
  src: OptionType<StringType>;
@@ -10469,6 +12286,9 @@ export declare const Dialog: {
10469
12286
  multiple: import("@elaraai/east").NullType;
10470
12287
  }>>;
10471
12288
  animateContent: OptionType<import("@elaraai/east").BooleanType>;
12289
+ onExpandedChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
12290
+ onSelectionChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
12291
+ onFocusChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
10472
12292
  }>>;
10473
12293
  }>;
10474
12294
  Table: StructType<{
@@ -10519,6 +12339,47 @@ export declare const Dialog: {
10519
12339
  purple: import("@elaraai/east").NullType;
10520
12340
  pink: import("@elaraai/east").NullType;
10521
12341
  }>>;
12342
+ onCellClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12343
+ rowIndex: import("@elaraai/east").IntegerType;
12344
+ columnKey: StringType;
12345
+ cellValue: import("@elaraai/east").VariantType<{
12346
+ Boolean: import("@elaraai/east").BooleanType;
12347
+ Integer: import("@elaraai/east").IntegerType;
12348
+ Float: import("@elaraai/east").FloatType;
12349
+ String: StringType;
12350
+ DateTime: import("@elaraai/east").DateTimeType;
12351
+ }>;
12352
+ }>], import("@elaraai/east").NullType>>;
12353
+ onCellDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12354
+ rowIndex: import("@elaraai/east").IntegerType;
12355
+ columnKey: StringType;
12356
+ cellValue: import("@elaraai/east").VariantType<{
12357
+ Boolean: import("@elaraai/east").BooleanType;
12358
+ Integer: import("@elaraai/east").IntegerType;
12359
+ Float: import("@elaraai/east").FloatType;
12360
+ String: StringType;
12361
+ DateTime: import("@elaraai/east").DateTimeType;
12362
+ }>;
12363
+ }>], import("@elaraai/east").NullType>>;
12364
+ onRowClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12365
+ rowIndex: import("@elaraai/east").IntegerType;
12366
+ }>], import("@elaraai/east").NullType>>;
12367
+ onRowDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12368
+ rowIndex: import("@elaraai/east").IntegerType;
12369
+ }>], import("@elaraai/east").NullType>>;
12370
+ onRowSelectionChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12371
+ rowIndex: import("@elaraai/east").IntegerType;
12372
+ selected: import("@elaraai/east").BooleanType;
12373
+ selectedRowsIndices: ArrayType<import("@elaraai/east").IntegerType>;
12374
+ }>], import("@elaraai/east").NullType>>;
12375
+ onSortChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12376
+ columnKey: StringType;
12377
+ sortIndex: import("@elaraai/east").IntegerType;
12378
+ sortDirection: import("@elaraai/east").VariantType<{
12379
+ asc: import("@elaraai/east").NullType;
12380
+ desc: import("@elaraai/east").NullType;
12381
+ }>;
12382
+ }>], import("@elaraai/east").NullType>>;
10522
12383
  }>>;
10523
12384
  }>;
10524
12385
  Gantt: StructType<{
@@ -10608,6 +12469,104 @@ export declare const Dialog: {
10608
12469
  pink: import("@elaraai/east").NullType;
10609
12470
  }>>;
10610
12471
  showToday: OptionType<import("@elaraai/east").BooleanType>;
12472
+ dragStep: OptionType<import("@elaraai/east").VariantType<{
12473
+ minutes: import("@elaraai/east").FloatType;
12474
+ hours: import("@elaraai/east").FloatType;
12475
+ days: import("@elaraai/east").FloatType;
12476
+ weeks: import("@elaraai/east").FloatType;
12477
+ months: import("@elaraai/east").FloatType;
12478
+ }>>;
12479
+ durationStep: OptionType<import("@elaraai/east").VariantType<{
12480
+ minutes: import("@elaraai/east").FloatType;
12481
+ hours: import("@elaraai/east").FloatType;
12482
+ days: import("@elaraai/east").FloatType;
12483
+ weeks: import("@elaraai/east").FloatType;
12484
+ months: import("@elaraai/east").FloatType;
12485
+ }>>;
12486
+ onCellClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12487
+ rowIndex: import("@elaraai/east").IntegerType;
12488
+ columnKey: StringType;
12489
+ cellValue: import("@elaraai/east").VariantType<{
12490
+ Boolean: import("@elaraai/east").BooleanType;
12491
+ Integer: import("@elaraai/east").IntegerType;
12492
+ Float: import("@elaraai/east").FloatType;
12493
+ String: StringType;
12494
+ DateTime: import("@elaraai/east").DateTimeType;
12495
+ }>;
12496
+ }>], import("@elaraai/east").NullType>>;
12497
+ onCellDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12498
+ rowIndex: import("@elaraai/east").IntegerType;
12499
+ columnKey: StringType;
12500
+ cellValue: import("@elaraai/east").VariantType<{
12501
+ Boolean: import("@elaraai/east").BooleanType;
12502
+ Integer: import("@elaraai/east").IntegerType;
12503
+ Float: import("@elaraai/east").FloatType;
12504
+ String: StringType;
12505
+ DateTime: import("@elaraai/east").DateTimeType;
12506
+ }>;
12507
+ }>], import("@elaraai/east").NullType>>;
12508
+ onRowClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12509
+ rowIndex: import("@elaraai/east").IntegerType;
12510
+ }>], import("@elaraai/east").NullType>>;
12511
+ onRowDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12512
+ rowIndex: import("@elaraai/east").IntegerType;
12513
+ }>], import("@elaraai/east").NullType>>;
12514
+ onSortChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12515
+ columnKey: StringType;
12516
+ sortIndex: import("@elaraai/east").IntegerType;
12517
+ sortDirection: import("@elaraai/east").VariantType<{
12518
+ asc: import("@elaraai/east").NullType;
12519
+ desc: import("@elaraai/east").NullType;
12520
+ }>;
12521
+ }>], import("@elaraai/east").NullType>>;
12522
+ onTaskClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12523
+ rowIndex: import("@elaraai/east").IntegerType;
12524
+ taskIndex: import("@elaraai/east").IntegerType;
12525
+ taskStart: import("@elaraai/east").DateTimeType;
12526
+ taskEnd: import("@elaraai/east").DateTimeType;
12527
+ }>], import("@elaraai/east").NullType>>;
12528
+ onTaskDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12529
+ rowIndex: import("@elaraai/east").IntegerType;
12530
+ taskIndex: import("@elaraai/east").IntegerType;
12531
+ taskStart: import("@elaraai/east").DateTimeType;
12532
+ taskEnd: import("@elaraai/east").DateTimeType;
12533
+ }>], import("@elaraai/east").NullType>>;
12534
+ onTaskDrag: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12535
+ rowIndex: import("@elaraai/east").IntegerType;
12536
+ taskIndex: import("@elaraai/east").IntegerType;
12537
+ previousStart: import("@elaraai/east").DateTimeType;
12538
+ previousEnd: import("@elaraai/east").DateTimeType;
12539
+ newStart: import("@elaraai/east").DateTimeType;
12540
+ newEnd: import("@elaraai/east").DateTimeType;
12541
+ }>], import("@elaraai/east").NullType>>;
12542
+ onTaskDurationChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12543
+ rowIndex: import("@elaraai/east").IntegerType;
12544
+ taskIndex: import("@elaraai/east").IntegerType;
12545
+ previousEnd: import("@elaraai/east").DateTimeType;
12546
+ newEnd: import("@elaraai/east").DateTimeType;
12547
+ }>], import("@elaraai/east").NullType>>;
12548
+ onTaskProgressChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12549
+ rowIndex: import("@elaraai/east").IntegerType;
12550
+ taskIndex: import("@elaraai/east").IntegerType;
12551
+ previousProgress: import("@elaraai/east").FloatType;
12552
+ newProgress: import("@elaraai/east").FloatType;
12553
+ }>], import("@elaraai/east").NullType>>;
12554
+ onMilestoneClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12555
+ rowIndex: import("@elaraai/east").IntegerType;
12556
+ milestoneIndex: import("@elaraai/east").IntegerType;
12557
+ milestoneDate: import("@elaraai/east").DateTimeType;
12558
+ }>], import("@elaraai/east").NullType>>;
12559
+ onMilestoneDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12560
+ rowIndex: import("@elaraai/east").IntegerType;
12561
+ milestoneIndex: import("@elaraai/east").IntegerType;
12562
+ milestoneDate: import("@elaraai/east").DateTimeType;
12563
+ }>], import("@elaraai/east").NullType>>;
12564
+ onMilestoneDrag: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12565
+ rowIndex: import("@elaraai/east").IntegerType;
12566
+ milestoneIndex: import("@elaraai/east").IntegerType;
12567
+ previousDate: import("@elaraai/east").DateTimeType;
12568
+ newDate: import("@elaraai/east").DateTimeType;
12569
+ }>], import("@elaraai/east").NullType>>;
10611
12570
  }>>;
10612
12571
  }>;
10613
12572
  Accordion: StructType<{
@@ -10625,6 +12584,7 @@ export declare const Dialog: {
10625
12584
  plain: import("@elaraai/east").NullType;
10626
12585
  subtle: import("@elaraai/east").NullType;
10627
12586
  }>>;
12587
+ onValueChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
10628
12588
  }>>;
10629
12589
  }>;
10630
12590
  Carousel: StructType<{
@@ -10645,6 +12605,7 @@ export declare const Dialog: {
10645
12605
  }>>;
10646
12606
  spacing: OptionType<StringType>;
10647
12607
  padding: OptionType<StringType>;
12608
+ onIndexChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
10648
12609
  }>>;
10649
12610
  }>;
10650
12611
  Tabs: StructType<{
@@ -10697,6 +12658,7 @@ export declare const Dialog: {
10697
12658
  purple: import("@elaraai/east").NullType;
10698
12659
  pink: import("@elaraai/east").NullType;
10699
12660
  }>>;
12661
+ onValueChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
10700
12662
  }>>;
10701
12663
  }>;
10702
12664
  Tooltip: StructType<{
@@ -10779,6 +12741,10 @@ export declare const Dialog: {
10779
12741
  dialog: import("@elaraai/east").NullType;
10780
12742
  alertdialog: import("@elaraai/east").NullType;
10781
12743
  }>>;
12744
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
12745
+ onExitComplete: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
12746
+ onEscapeKeyDown: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
12747
+ onInteractOutside: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
10782
12748
  }>>;
10783
12749
  }>;
10784
12750
  Drawer: StructType<{
@@ -10802,6 +12768,8 @@ export declare const Dialog: {
10802
12768
  bottom: import("@elaraai/east").NullType;
10803
12769
  }>>;
10804
12770
  contained: OptionType<import("@elaraai/east").BooleanType>;
12771
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
12772
+ onExitComplete: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
10805
12773
  }>>;
10806
12774
  }>;
10807
12775
  Popover: StructType<{
@@ -10832,6 +12800,7 @@ export declare const Dialog: {
10832
12800
  }>>;
10833
12801
  hasArrow: OptionType<import("@elaraai/east").BooleanType>;
10834
12802
  gutter: OptionType<import("@elaraai/east").IntegerType>;
12803
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
10835
12804
  }>>;
10836
12805
  }>;
10837
12806
  HoverCard: StructType<{
@@ -10861,6 +12830,7 @@ export declare const Dialog: {
10861
12830
  hasArrow: OptionType<import("@elaraai/east").BooleanType>;
10862
12831
  openDelay: OptionType<import("@elaraai/east").IntegerType>;
10863
12832
  closeDelay: OptionType<import("@elaraai/east").IntegerType>;
12833
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
10864
12834
  }>>;
10865
12835
  }>;
10866
12836
  ActionBar: StructType<{
@@ -10874,7 +12844,10 @@ export declare const Dialog: {
10874
12844
  }>>;
10875
12845
  selectionCount: OptionType<import("@elaraai/east").IntegerType>;
10876
12846
  selectionLabel: OptionType<StringType>;
10877
- style: OptionType<StructType<{}>>;
12847
+ style: OptionType<StructType<{
12848
+ onSelect: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
12849
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
12850
+ }>>;
10878
12851
  }>;
10879
12852
  ToggleTip: StructType<{
10880
12853
  trigger: import("@elaraai/east").RecursiveTypeMarker;
@@ -10895,8 +12868,12 @@ export declare const Dialog: {
10895
12868
  "right-end": import("@elaraai/east").NullType;
10896
12869
  }>>;
10897
12870
  hasArrow: OptionType<import("@elaraai/east").BooleanType>;
12871
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
10898
12872
  }>>;
10899
12873
  }>;
12874
+ ReactiveComponent: StructType<{
12875
+ render: import("@elaraai/east").FunctionType<[], import("@elaraai/east").RecursiveTypeMarker>;
12876
+ }>;
10900
12877
  }>>;
10901
12878
  body: ArrayType<import("@elaraai/east").RecursiveType<import("@elaraai/east").VariantType<{
10902
12879
  Text: StructType<{
@@ -11065,6 +13042,7 @@ export declare const Dialog: {
11065
13042
  highlightLines: OptionType<ArrayType<import("@elaraai/east").IntegerType>>;
11066
13043
  maxHeight: OptionType<StringType>;
11067
13044
  showCopyButton: OptionType<import("@elaraai/east").BooleanType>;
13045
+ wordWrap: OptionType<import("@elaraai/east").BooleanType>;
11068
13046
  title: OptionType<StringType>;
11069
13047
  }>;
11070
13048
  Button: StructType<{
@@ -11096,6 +13074,7 @@ export declare const Dialog: {
11096
13074
  }>>;
11097
13075
  loading: OptionType<import("@elaraai/east").BooleanType>;
11098
13076
  disabled: OptionType<import("@elaraai/east").BooleanType>;
13077
+ onClick: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
11099
13078
  }>>;
11100
13079
  }>;
11101
13080
  IconButton: StructType<{
@@ -11128,6 +13107,7 @@ export declare const Dialog: {
11128
13107
  }>>;
11129
13108
  loading: OptionType<import("@elaraai/east").BooleanType>;
11130
13109
  disabled: OptionType<import("@elaraai/east").BooleanType>;
13110
+ onClick: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
11131
13111
  }>>;
11132
13112
  }>;
11133
13113
  Box: StructType<{
@@ -11145,6 +13125,28 @@ export declare const Dialog: {
11145
13125
  }>>;
11146
13126
  width: OptionType<StringType>;
11147
13127
  height: OptionType<StringType>;
13128
+ minHeight: OptionType<StringType>;
13129
+ minWidth: OptionType<StringType>;
13130
+ maxHeight: OptionType<StringType>;
13131
+ maxWidth: OptionType<StringType>;
13132
+ overflow: OptionType<import("@elaraai/east").VariantType<{
13133
+ visible: import("@elaraai/east").NullType;
13134
+ hidden: import("@elaraai/east").NullType;
13135
+ scroll: import("@elaraai/east").NullType;
13136
+ auto: import("@elaraai/east").NullType;
13137
+ }>>;
13138
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
13139
+ visible: import("@elaraai/east").NullType;
13140
+ hidden: import("@elaraai/east").NullType;
13141
+ scroll: import("@elaraai/east").NullType;
13142
+ auto: import("@elaraai/east").NullType;
13143
+ }>>;
13144
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
13145
+ visible: import("@elaraai/east").NullType;
13146
+ hidden: import("@elaraai/east").NullType;
13147
+ scroll: import("@elaraai/east").NullType;
13148
+ auto: import("@elaraai/east").NullType;
13149
+ }>>;
11148
13150
  padding: OptionType<StructType<{
11149
13151
  top: OptionType<StringType>;
11150
13152
  right: OptionType<StringType>;
@@ -11157,15 +13159,47 @@ export declare const Dialog: {
11157
13159
  bottom: OptionType<StringType>;
11158
13160
  left: OptionType<StringType>;
11159
13161
  }>>;
11160
- background: OptionType<StringType>;
11161
- color: OptionType<StringType>;
11162
- borderRadius: OptionType<StringType>;
11163
- flexDirection: OptionType<import("@elaraai/east").VariantType<{
13162
+ background: OptionType<StringType>;
13163
+ color: OptionType<StringType>;
13164
+ borderRadius: OptionType<StringType>;
13165
+ flexDirection: OptionType<import("@elaraai/east").VariantType<{
13166
+ row: import("@elaraai/east").NullType;
13167
+ column: import("@elaraai/east").NullType;
13168
+ "row-reverse": import("@elaraai/east").NullType;
13169
+ "column-reverse": import("@elaraai/east").NullType;
13170
+ }>>;
13171
+ justifyContent: OptionType<import("@elaraai/east").VariantType<{
13172
+ "flex-start": import("@elaraai/east").NullType;
13173
+ "flex-end": import("@elaraai/east").NullType;
13174
+ center: import("@elaraai/east").NullType;
13175
+ "space-between": import("@elaraai/east").NullType;
13176
+ "space-around": import("@elaraai/east").NullType;
13177
+ "space-evenly": import("@elaraai/east").NullType;
13178
+ }>>;
13179
+ alignItems: OptionType<import("@elaraai/east").VariantType<{
13180
+ "flex-start": import("@elaraai/east").NullType;
13181
+ "flex-end": import("@elaraai/east").NullType;
13182
+ center: import("@elaraai/east").NullType;
13183
+ baseline: import("@elaraai/east").NullType;
13184
+ stretch: import("@elaraai/east").NullType;
13185
+ }>>;
13186
+ gap: OptionType<StringType>;
13187
+ }>>;
13188
+ }>;
13189
+ Flex: StructType<{
13190
+ children: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
13191
+ style: OptionType<StructType<{
13192
+ direction: OptionType<import("@elaraai/east").VariantType<{
11164
13193
  row: import("@elaraai/east").NullType;
11165
13194
  column: import("@elaraai/east").NullType;
11166
13195
  "row-reverse": import("@elaraai/east").NullType;
11167
13196
  "column-reverse": import("@elaraai/east").NullType;
11168
13197
  }>>;
13198
+ wrap: OptionType<import("@elaraai/east").VariantType<{
13199
+ nowrap: import("@elaraai/east").NullType;
13200
+ wrap: import("@elaraai/east").NullType;
13201
+ "wrap-reverse": import("@elaraai/east").NullType;
13202
+ }>>;
11169
13203
  justifyContent: OptionType<import("@elaraai/east").VariantType<{
11170
13204
  "flex-start": import("@elaraai/east").NullType;
11171
13205
  "flex-end": import("@elaraai/east").NullType;
@@ -11182,6 +13216,45 @@ export declare const Dialog: {
11182
13216
  stretch: import("@elaraai/east").NullType;
11183
13217
  }>>;
11184
13218
  gap: OptionType<StringType>;
13219
+ width: OptionType<StringType>;
13220
+ height: OptionType<StringType>;
13221
+ minHeight: OptionType<StringType>;
13222
+ minWidth: OptionType<StringType>;
13223
+ maxHeight: OptionType<StringType>;
13224
+ maxWidth: OptionType<StringType>;
13225
+ overflow: OptionType<import("@elaraai/east").VariantType<{
13226
+ visible: import("@elaraai/east").NullType;
13227
+ hidden: import("@elaraai/east").NullType;
13228
+ scroll: import("@elaraai/east").NullType;
13229
+ auto: import("@elaraai/east").NullType;
13230
+ }>>;
13231
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
13232
+ visible: import("@elaraai/east").NullType;
13233
+ hidden: import("@elaraai/east").NullType;
13234
+ scroll: import("@elaraai/east").NullType;
13235
+ auto: import("@elaraai/east").NullType;
13236
+ }>>;
13237
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
13238
+ visible: import("@elaraai/east").NullType;
13239
+ hidden: import("@elaraai/east").NullType;
13240
+ scroll: import("@elaraai/east").NullType;
13241
+ auto: import("@elaraai/east").NullType;
13242
+ }>>;
13243
+ padding: OptionType<StructType<{
13244
+ top: OptionType<StringType>;
13245
+ right: OptionType<StringType>;
13246
+ bottom: OptionType<StringType>;
13247
+ left: OptionType<StringType>;
13248
+ }>>;
13249
+ margin: OptionType<StructType<{
13250
+ top: OptionType<StringType>;
13251
+ right: OptionType<StringType>;
13252
+ bottom: OptionType<StringType>;
13253
+ left: OptionType<StringType>;
13254
+ }>>;
13255
+ background: OptionType<StringType>;
13256
+ color: OptionType<StringType>;
13257
+ borderRadius: OptionType<StringType>;
11185
13258
  }>>;
11186
13259
  }>;
11187
13260
  Stack: StructType<{
@@ -11229,6 +13302,28 @@ export declare const Dialog: {
11229
13302
  background: OptionType<StringType>;
11230
13303
  width: OptionType<StringType>;
11231
13304
  height: OptionType<StringType>;
13305
+ minHeight: OptionType<StringType>;
13306
+ minWidth: OptionType<StringType>;
13307
+ maxHeight: OptionType<StringType>;
13308
+ maxWidth: OptionType<StringType>;
13309
+ overflow: OptionType<import("@elaraai/east").VariantType<{
13310
+ visible: import("@elaraai/east").NullType;
13311
+ hidden: import("@elaraai/east").NullType;
13312
+ scroll: import("@elaraai/east").NullType;
13313
+ auto: import("@elaraai/east").NullType;
13314
+ }>>;
13315
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
13316
+ visible: import("@elaraai/east").NullType;
13317
+ hidden: import("@elaraai/east").NullType;
13318
+ scroll: import("@elaraai/east").NullType;
13319
+ auto: import("@elaraai/east").NullType;
13320
+ }>>;
13321
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
13322
+ visible: import("@elaraai/east").NullType;
13323
+ hidden: import("@elaraai/east").NullType;
13324
+ scroll: import("@elaraai/east").NullType;
13325
+ auto: import("@elaraai/east").NullType;
13326
+ }>>;
11232
13327
  }>>;
11233
13328
  }>;
11234
13329
  Separator: StructType<{
@@ -11323,6 +13418,13 @@ export declare const Dialog: {
11323
13418
  horizontal: import("@elaraai/east").NullType;
11324
13419
  vertical: import("@elaraai/east").NullType;
11325
13420
  }>>;
13421
+ onResize: OptionType<import("@elaraai/east").FunctionType<[StructType<{
13422
+ size: ArrayType<import("@elaraai/east").FloatType>;
13423
+ }>], import("@elaraai/east").NullType>>;
13424
+ onResizeStart: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13425
+ onResizeEnd: OptionType<import("@elaraai/east").FunctionType<[StructType<{
13426
+ size: ArrayType<import("@elaraai/east").FloatType>;
13427
+ }>], import("@elaraai/east").NullType>>;
11326
13428
  }>>;
11327
13429
  }>;
11328
13430
  StringInput: StructType<{
@@ -11342,6 +13444,9 @@ export declare const Dialog: {
11342
13444
  maxLength: OptionType<import("@elaraai/east").IntegerType>;
11343
13445
  pattern: OptionType<StringType>;
11344
13446
  disabled: OptionType<import("@elaraai/east").BooleanType>;
13447
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
13448
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13449
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
11345
13450
  }>;
11346
13451
  IntegerInput: StructType<{
11347
13452
  value: import("@elaraai/east").IntegerType;
@@ -11360,6 +13465,9 @@ export declare const Dialog: {
11360
13465
  lg: import("@elaraai/east").NullType;
11361
13466
  }>>;
11362
13467
  disabled: OptionType<import("@elaraai/east").BooleanType>;
13468
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
13469
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13470
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
11363
13471
  }>;
11364
13472
  FloatInput: StructType<{
11365
13473
  value: import("@elaraai/east").FloatType;
@@ -11379,13 +13487,44 @@ export declare const Dialog: {
11379
13487
  lg: import("@elaraai/east").NullType;
11380
13488
  }>>;
11381
13489
  disabled: OptionType<import("@elaraai/east").BooleanType>;
13490
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
13491
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13492
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
11382
13493
  }>;
11383
13494
  DateTimeInput: StructType<{
11384
13495
  value: import("@elaraai/east").DateTimeType;
11385
13496
  min: OptionType<import("@elaraai/east").DateTimeType>;
11386
13497
  max: OptionType<import("@elaraai/east").DateTimeType>;
11387
- showTime: OptionType<import("@elaraai/east").BooleanType>;
11388
- format: OptionType<StringType>;
13498
+ precision: OptionType<import("@elaraai/east").VariantType<{
13499
+ date: import("@elaraai/east").NullType;
13500
+ time: import("@elaraai/east").NullType;
13501
+ datetime: import("@elaraai/east").NullType;
13502
+ }>>;
13503
+ format: OptionType<ArrayType<import("@elaraai/east").VariantType<{
13504
+ literal: StringType;
13505
+ year4: import("@elaraai/east").NullType;
13506
+ year2: import("@elaraai/east").NullType;
13507
+ month1: import("@elaraai/east").NullType;
13508
+ month2: import("@elaraai/east").NullType;
13509
+ monthNameShort: import("@elaraai/east").NullType;
13510
+ monthNameFull: import("@elaraai/east").NullType;
13511
+ day1: import("@elaraai/east").NullType;
13512
+ day2: import("@elaraai/east").NullType;
13513
+ weekdayNameMin: import("@elaraai/east").NullType;
13514
+ weekdayNameShort: import("@elaraai/east").NullType;
13515
+ weekdayNameFull: import("@elaraai/east").NullType;
13516
+ hour24_1: import("@elaraai/east").NullType;
13517
+ hour24_2: import("@elaraai/east").NullType;
13518
+ hour12_1: import("@elaraai/east").NullType;
13519
+ hour12_2: import("@elaraai/east").NullType;
13520
+ minute1: import("@elaraai/east").NullType;
13521
+ minute2: import("@elaraai/east").NullType;
13522
+ second1: import("@elaraai/east").NullType;
13523
+ second2: import("@elaraai/east").NullType;
13524
+ millisecond3: import("@elaraai/east").NullType;
13525
+ ampmUpper: import("@elaraai/east").NullType;
13526
+ ampmLower: import("@elaraai/east").NullType;
13527
+ }>>>;
11389
13528
  variant: OptionType<import("@elaraai/east").VariantType<{
11390
13529
  outline: import("@elaraai/east").NullType;
11391
13530
  subtle: import("@elaraai/east").NullType;
@@ -11398,6 +13537,9 @@ export declare const Dialog: {
11398
13537
  lg: import("@elaraai/east").NullType;
11399
13538
  }>>;
11400
13539
  disabled: OptionType<import("@elaraai/east").BooleanType>;
13540
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").DateTimeType], import("@elaraai/east").NullType>>;
13541
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13542
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
11401
13543
  }>;
11402
13544
  Checkbox: StructType<{
11403
13545
  checked: import("@elaraai/east").BooleanType;
@@ -11422,6 +13564,7 @@ export declare const Dialog: {
11422
13564
  md: import("@elaraai/east").NullType;
11423
13565
  lg: import("@elaraai/east").NullType;
11424
13566
  }>>;
13567
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
11425
13568
  }>;
11426
13569
  Switch: StructType<{
11427
13570
  checked: import("@elaraai/east").BooleanType;
@@ -11445,6 +13588,7 @@ export declare const Dialog: {
11445
13588
  md: import("@elaraai/east").NullType;
11446
13589
  lg: import("@elaraai/east").NullType;
11447
13590
  }>>;
13591
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
11448
13592
  }>;
11449
13593
  Select: StructType<{
11450
13594
  value: OptionType<StringType>;
@@ -11462,6 +13606,9 @@ export declare const Dialog: {
11462
13606
  md: import("@elaraai/east").NullType;
11463
13607
  lg: import("@elaraai/east").NullType;
11464
13608
  }>>;
13609
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
13610
+ onChangeMultiple: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
13611
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
11465
13612
  }>;
11466
13613
  Slider: StructType<{
11467
13614
  value: import("@elaraai/east").FloatType;
@@ -11495,6 +13642,8 @@ export declare const Dialog: {
11495
13642
  subtle: import("@elaraai/east").NullType;
11496
13643
  }>>;
11497
13644
  disabled: OptionType<import("@elaraai/east").BooleanType>;
13645
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
13646
+ onChangeEnd: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
11498
13647
  }>;
11499
13648
  FileUpload: StructType<{
11500
13649
  accept: OptionType<StringType>;
@@ -11513,31 +13662,358 @@ export declare const Dialog: {
11513
13662
  label: OptionType<StringType>;
11514
13663
  dropzoneText: OptionType<StringType>;
11515
13664
  triggerText: OptionType<StringType>;
13665
+ onFileAccept: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
13666
+ name: StringType;
13667
+ size: import("@elaraai/east").IntegerType;
13668
+ type: StringType;
13669
+ }>>], import("@elaraai/east").NullType>>;
13670
+ onFileReject: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
13671
+ file: StructType<{
13672
+ name: StringType;
13673
+ size: import("@elaraai/east").IntegerType;
13674
+ type: StringType;
13675
+ }>;
13676
+ errors: ArrayType<StringType>;
13677
+ }>>], import("@elaraai/east").NullType>>;
11516
13678
  }>;
11517
13679
  Field: StructType<{
11518
13680
  label: StringType;
11519
- control: import("@elaraai/east").RecursiveTypeMarker;
13681
+ control: import("@elaraai/east").VariantType<{
13682
+ Checkbox: StructType<{
13683
+ checked: import("@elaraai/east").BooleanType;
13684
+ label: OptionType<StringType>;
13685
+ indeterminate: OptionType<import("@elaraai/east").BooleanType>;
13686
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
13687
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
13688
+ gray: import("@elaraai/east").NullType;
13689
+ red: import("@elaraai/east").NullType;
13690
+ orange: import("@elaraai/east").NullType;
13691
+ yellow: import("@elaraai/east").NullType;
13692
+ green: import("@elaraai/east").NullType;
13693
+ teal: import("@elaraai/east").NullType;
13694
+ blue: import("@elaraai/east").NullType;
13695
+ cyan: import("@elaraai/east").NullType;
13696
+ purple: import("@elaraai/east").NullType;
13697
+ pink: import("@elaraai/east").NullType;
13698
+ }>>;
13699
+ size: OptionType<import("@elaraai/east").VariantType<{
13700
+ xs: import("@elaraai/east").NullType;
13701
+ sm: import("@elaraai/east").NullType;
13702
+ md: import("@elaraai/east").NullType;
13703
+ lg: import("@elaraai/east").NullType;
13704
+ }>>;
13705
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
13706
+ }>;
13707
+ StringInput: StructType<{
13708
+ value: StringType;
13709
+ placeholder: OptionType<StringType>;
13710
+ variant: OptionType<import("@elaraai/east").VariantType<{
13711
+ outline: import("@elaraai/east").NullType;
13712
+ subtle: import("@elaraai/east").NullType;
13713
+ flushed: import("@elaraai/east").NullType;
13714
+ }>>;
13715
+ size: OptionType<import("@elaraai/east").VariantType<{
13716
+ xs: import("@elaraai/east").NullType;
13717
+ sm: import("@elaraai/east").NullType;
13718
+ md: import("@elaraai/east").NullType;
13719
+ lg: import("@elaraai/east").NullType;
13720
+ }>>;
13721
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
13722
+ pattern: OptionType<StringType>;
13723
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
13724
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
13725
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13726
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13727
+ }>;
13728
+ IntegerInput: StructType<{
13729
+ value: import("@elaraai/east").IntegerType;
13730
+ min: OptionType<import("@elaraai/east").IntegerType>;
13731
+ max: OptionType<import("@elaraai/east").IntegerType>;
13732
+ step: OptionType<import("@elaraai/east").IntegerType>;
13733
+ variant: OptionType<import("@elaraai/east").VariantType<{
13734
+ outline: import("@elaraai/east").NullType;
13735
+ subtle: import("@elaraai/east").NullType;
13736
+ flushed: import("@elaraai/east").NullType;
13737
+ }>>;
13738
+ size: OptionType<import("@elaraai/east").VariantType<{
13739
+ xs: import("@elaraai/east").NullType;
13740
+ sm: import("@elaraai/east").NullType;
13741
+ md: import("@elaraai/east").NullType;
13742
+ lg: import("@elaraai/east").NullType;
13743
+ }>>;
13744
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
13745
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
13746
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13747
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13748
+ }>;
13749
+ FloatInput: StructType<{
13750
+ value: import("@elaraai/east").FloatType;
13751
+ min: OptionType<import("@elaraai/east").FloatType>;
13752
+ max: OptionType<import("@elaraai/east").FloatType>;
13753
+ step: OptionType<import("@elaraai/east").FloatType>;
13754
+ precision: OptionType<import("@elaraai/east").IntegerType>;
13755
+ variant: OptionType<import("@elaraai/east").VariantType<{
13756
+ outline: import("@elaraai/east").NullType;
13757
+ subtle: import("@elaraai/east").NullType;
13758
+ flushed: import("@elaraai/east").NullType;
13759
+ }>>;
13760
+ size: OptionType<import("@elaraai/east").VariantType<{
13761
+ xs: import("@elaraai/east").NullType;
13762
+ sm: import("@elaraai/east").NullType;
13763
+ md: import("@elaraai/east").NullType;
13764
+ lg: import("@elaraai/east").NullType;
13765
+ }>>;
13766
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
13767
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
13768
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13769
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13770
+ }>;
13771
+ DateTimeInput: StructType<{
13772
+ value: import("@elaraai/east").DateTimeType;
13773
+ min: OptionType<import("@elaraai/east").DateTimeType>;
13774
+ max: OptionType<import("@elaraai/east").DateTimeType>;
13775
+ precision: OptionType<import("@elaraai/east").VariantType<{
13776
+ date: import("@elaraai/east").NullType;
13777
+ time: import("@elaraai/east").NullType;
13778
+ datetime: import("@elaraai/east").NullType;
13779
+ }>>;
13780
+ format: OptionType<ArrayType<import("@elaraai/east").VariantType<{
13781
+ literal: StringType;
13782
+ year4: import("@elaraai/east").NullType;
13783
+ year2: import("@elaraai/east").NullType;
13784
+ month1: import("@elaraai/east").NullType;
13785
+ month2: import("@elaraai/east").NullType;
13786
+ monthNameShort: import("@elaraai/east").NullType;
13787
+ monthNameFull: import("@elaraai/east").NullType;
13788
+ day1: import("@elaraai/east").NullType;
13789
+ day2: import("@elaraai/east").NullType;
13790
+ weekdayNameMin: import("@elaraai/east").NullType;
13791
+ weekdayNameShort: import("@elaraai/east").NullType;
13792
+ weekdayNameFull: import("@elaraai/east").NullType;
13793
+ hour24_1: import("@elaraai/east").NullType;
13794
+ hour24_2: import("@elaraai/east").NullType;
13795
+ hour12_1: import("@elaraai/east").NullType;
13796
+ hour12_2: import("@elaraai/east").NullType;
13797
+ minute1: import("@elaraai/east").NullType;
13798
+ minute2: import("@elaraai/east").NullType;
13799
+ second1: import("@elaraai/east").NullType;
13800
+ second2: import("@elaraai/east").NullType;
13801
+ millisecond3: import("@elaraai/east").NullType;
13802
+ ampmUpper: import("@elaraai/east").NullType;
13803
+ ampmLower: import("@elaraai/east").NullType;
13804
+ }>>>;
13805
+ variant: OptionType<import("@elaraai/east").VariantType<{
13806
+ outline: import("@elaraai/east").NullType;
13807
+ subtle: import("@elaraai/east").NullType;
13808
+ flushed: import("@elaraai/east").NullType;
13809
+ }>>;
13810
+ size: OptionType<import("@elaraai/east").VariantType<{
13811
+ xs: import("@elaraai/east").NullType;
13812
+ sm: import("@elaraai/east").NullType;
13813
+ md: import("@elaraai/east").NullType;
13814
+ lg: import("@elaraai/east").NullType;
13815
+ }>>;
13816
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
13817
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").DateTimeType], import("@elaraai/east").NullType>>;
13818
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13819
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13820
+ }>;
13821
+ FileUpload: StructType<{
13822
+ accept: OptionType<StringType>;
13823
+ maxFiles: OptionType<import("@elaraai/east").IntegerType>;
13824
+ maxFileSize: OptionType<import("@elaraai/east").IntegerType>;
13825
+ minFileSize: OptionType<import("@elaraai/east").IntegerType>;
13826
+ directory: OptionType<import("@elaraai/east").BooleanType>;
13827
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
13828
+ required: OptionType<import("@elaraai/east").BooleanType>;
13829
+ allowDrop: OptionType<import("@elaraai/east").BooleanType>;
13830
+ capture: OptionType<import("@elaraai/east").VariantType<{
13831
+ user: import("@elaraai/east").NullType;
13832
+ environment: import("@elaraai/east").NullType;
13833
+ }>>;
13834
+ name: OptionType<StringType>;
13835
+ label: OptionType<StringType>;
13836
+ dropzoneText: OptionType<StringType>;
13837
+ triggerText: OptionType<StringType>;
13838
+ onFileAccept: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
13839
+ name: StringType;
13840
+ size: import("@elaraai/east").IntegerType;
13841
+ type: StringType;
13842
+ }>>], import("@elaraai/east").NullType>>;
13843
+ onFileReject: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
13844
+ file: StructType<{
13845
+ name: StringType;
13846
+ size: import("@elaraai/east").IntegerType;
13847
+ type: StringType;
13848
+ }>;
13849
+ errors: ArrayType<StringType>;
13850
+ }>>], import("@elaraai/east").NullType>>;
13851
+ }>;
13852
+ Select: StructType<{
13853
+ value: OptionType<StringType>;
13854
+ items: ArrayType<StructType<{
13855
+ value: StringType;
13856
+ label: StringType;
13857
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
13858
+ }>>;
13859
+ placeholder: OptionType<StringType>;
13860
+ multiple: OptionType<import("@elaraai/east").BooleanType>;
13861
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
13862
+ size: OptionType<import("@elaraai/east").VariantType<{
13863
+ xs: import("@elaraai/east").NullType;
13864
+ sm: import("@elaraai/east").NullType;
13865
+ md: import("@elaraai/east").NullType;
13866
+ lg: import("@elaraai/east").NullType;
13867
+ }>>;
13868
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
13869
+ onChangeMultiple: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
13870
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
13871
+ }>;
13872
+ Slider: StructType<{
13873
+ value: import("@elaraai/east").FloatType;
13874
+ min: OptionType<import("@elaraai/east").FloatType>;
13875
+ max: OptionType<import("@elaraai/east").FloatType>;
13876
+ step: OptionType<import("@elaraai/east").FloatType>;
13877
+ orientation: OptionType<import("@elaraai/east").VariantType<{
13878
+ horizontal: import("@elaraai/east").NullType;
13879
+ vertical: import("@elaraai/east").NullType;
13880
+ }>>;
13881
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
13882
+ gray: import("@elaraai/east").NullType;
13883
+ red: import("@elaraai/east").NullType;
13884
+ orange: import("@elaraai/east").NullType;
13885
+ yellow: import("@elaraai/east").NullType;
13886
+ green: import("@elaraai/east").NullType;
13887
+ teal: import("@elaraai/east").NullType;
13888
+ blue: import("@elaraai/east").NullType;
13889
+ cyan: import("@elaraai/east").NullType;
13890
+ purple: import("@elaraai/east").NullType;
13891
+ pink: import("@elaraai/east").NullType;
13892
+ }>>;
13893
+ size: OptionType<import("@elaraai/east").VariantType<{
13894
+ xs: import("@elaraai/east").NullType;
13895
+ sm: import("@elaraai/east").NullType;
13896
+ md: import("@elaraai/east").NullType;
13897
+ lg: import("@elaraai/east").NullType;
13898
+ }>>;
13899
+ variant: OptionType<import("@elaraai/east").VariantType<{
13900
+ outline: import("@elaraai/east").NullType;
13901
+ subtle: import("@elaraai/east").NullType;
13902
+ }>>;
13903
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
13904
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
13905
+ onChangeEnd: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
13906
+ }>;
13907
+ Switch: StructType<{
13908
+ checked: import("@elaraai/east").BooleanType;
13909
+ label: OptionType<StringType>;
13910
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
13911
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
13912
+ gray: import("@elaraai/east").NullType;
13913
+ red: import("@elaraai/east").NullType;
13914
+ orange: import("@elaraai/east").NullType;
13915
+ yellow: import("@elaraai/east").NullType;
13916
+ green: import("@elaraai/east").NullType;
13917
+ teal: import("@elaraai/east").NullType;
13918
+ blue: import("@elaraai/east").NullType;
13919
+ cyan: import("@elaraai/east").NullType;
13920
+ purple: import("@elaraai/east").NullType;
13921
+ pink: import("@elaraai/east").NullType;
13922
+ }>>;
13923
+ size: OptionType<import("@elaraai/east").VariantType<{
13924
+ xs: import("@elaraai/east").NullType;
13925
+ sm: import("@elaraai/east").NullType;
13926
+ md: import("@elaraai/east").NullType;
13927
+ lg: import("@elaraai/east").NullType;
13928
+ }>>;
13929
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
13930
+ }>;
13931
+ TagsInput: StructType<{
13932
+ value: ArrayType<StringType>;
13933
+ defaultValue: OptionType<ArrayType<StringType>>;
13934
+ max: OptionType<import("@elaraai/east").IntegerType>;
13935
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
13936
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
13937
+ readOnly: OptionType<import("@elaraai/east").BooleanType>;
13938
+ invalid: OptionType<import("@elaraai/east").BooleanType>;
13939
+ editable: OptionType<import("@elaraai/east").BooleanType>;
13940
+ delimiter: OptionType<StringType>;
13941
+ addOnPaste: OptionType<import("@elaraai/east").BooleanType>;
13942
+ blurBehavior: OptionType<import("@elaraai/east").VariantType<{
13943
+ clear: import("@elaraai/east").NullType;
13944
+ add: import("@elaraai/east").NullType;
13945
+ }>>;
13946
+ allowOverflow: OptionType<import("@elaraai/east").BooleanType>;
13947
+ label: OptionType<StringType>;
13948
+ placeholder: OptionType<StringType>;
13949
+ size: OptionType<import("@elaraai/east").VariantType<{
13950
+ xs: import("@elaraai/east").NullType;
13951
+ sm: import("@elaraai/east").NullType;
13952
+ md: import("@elaraai/east").NullType;
13953
+ lg: import("@elaraai/east").NullType;
13954
+ }>>;
13955
+ variant: OptionType<import("@elaraai/east").VariantType<{
13956
+ outline: import("@elaraai/east").NullType;
13957
+ subtle: import("@elaraai/east").NullType;
13958
+ flushed: import("@elaraai/east").NullType;
13959
+ }>>;
13960
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
13961
+ gray: import("@elaraai/east").NullType;
13962
+ red: import("@elaraai/east").NullType;
13963
+ orange: import("@elaraai/east").NullType;
13964
+ yellow: import("@elaraai/east").NullType;
13965
+ green: import("@elaraai/east").NullType;
13966
+ teal: import("@elaraai/east").NullType;
13967
+ blue: import("@elaraai/east").NullType;
13968
+ cyan: import("@elaraai/east").NullType;
13969
+ purple: import("@elaraai/east").NullType;
13970
+ pink: import("@elaraai/east").NullType;
13971
+ }>>;
13972
+ onChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
13973
+ onInputChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
13974
+ onHighlightChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
13975
+ }>;
13976
+ Textarea: StructType<{
13977
+ value: StringType;
13978
+ placeholder: OptionType<StringType>;
13979
+ variant: OptionType<import("@elaraai/east").VariantType<{
13980
+ outline: import("@elaraai/east").NullType;
13981
+ subtle: import("@elaraai/east").NullType;
13982
+ flushed: import("@elaraai/east").NullType;
13983
+ }>>;
13984
+ size: OptionType<import("@elaraai/east").VariantType<{
13985
+ xs: import("@elaraai/east").NullType;
13986
+ sm: import("@elaraai/east").NullType;
13987
+ md: import("@elaraai/east").NullType;
13988
+ lg: import("@elaraai/east").NullType;
13989
+ }>>;
13990
+ resize: OptionType<import("@elaraai/east").VariantType<{
13991
+ none: import("@elaraai/east").NullType;
13992
+ vertical: import("@elaraai/east").NullType;
13993
+ horizontal: import("@elaraai/east").NullType;
13994
+ both: import("@elaraai/east").NullType;
13995
+ }>>;
13996
+ rows: OptionType<import("@elaraai/east").IntegerType>;
13997
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
13998
+ readOnly: OptionType<import("@elaraai/east").BooleanType>;
13999
+ required: OptionType<import("@elaraai/east").BooleanType>;
14000
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
14001
+ autoresize: OptionType<import("@elaraai/east").BooleanType>;
14002
+ onValidate: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
14003
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
14004
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
14005
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
14006
+ }>;
14007
+ }>;
11520
14008
  helperText: OptionType<StringType>;
11521
14009
  errorText: OptionType<StringType>;
11522
14010
  required: OptionType<import("@elaraai/east").BooleanType>;
11523
14011
  disabled: OptionType<import("@elaraai/east").BooleanType>;
11524
14012
  invalid: OptionType<import("@elaraai/east").BooleanType>;
11525
14013
  readOnly: OptionType<import("@elaraai/east").BooleanType>;
11526
- }>;
11527
- Fieldset: StructType<{
11528
- legend: OptionType<StringType>;
11529
- helperText: OptionType<StringType>;
11530
- errorText: OptionType<StringType>;
11531
- content: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
11532
- disabled: OptionType<import("@elaraai/east").BooleanType>;
11533
- invalid: OptionType<import("@elaraai/east").BooleanType>;
11534
- style: OptionType<StructType<{
11535
- size: OptionType<import("@elaraai/east").VariantType<{
11536
- xs: import("@elaraai/east").NullType;
11537
- sm: import("@elaraai/east").NullType;
11538
- md: import("@elaraai/east").NullType;
11539
- lg: import("@elaraai/east").NullType;
11540
- }>>;
14014
+ orientation: OptionType<import("@elaraai/east").VariantType<{
14015
+ vertical: import("@elaraai/east").NullType;
14016
+ horizontal: import("@elaraai/east").NullType;
11541
14017
  }>>;
11542
14018
  }>;
11543
14019
  Textarea: StructType<{
@@ -11563,10 +14039,13 @@ export declare const Dialog: {
11563
14039
  rows: OptionType<import("@elaraai/east").IntegerType>;
11564
14040
  disabled: OptionType<import("@elaraai/east").BooleanType>;
11565
14041
  readOnly: OptionType<import("@elaraai/east").BooleanType>;
11566
- invalid: OptionType<import("@elaraai/east").BooleanType>;
11567
14042
  required: OptionType<import("@elaraai/east").BooleanType>;
11568
14043
  maxLength: OptionType<import("@elaraai/east").IntegerType>;
11569
14044
  autoresize: OptionType<import("@elaraai/east").BooleanType>;
14045
+ onValidate: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
14046
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
14047
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
14048
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
11570
14049
  }>;
11571
14050
  TagsInput: StructType<{
11572
14051
  value: ArrayType<StringType>;
@@ -11609,6 +14088,9 @@ export declare const Dialog: {
11609
14088
  purple: import("@elaraai/east").NullType;
11610
14089
  pink: import("@elaraai/east").NullType;
11611
14090
  }>>;
14091
+ onChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
14092
+ onInputChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
14093
+ onHighlightChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
11612
14094
  }>;
11613
14095
  Progress: StructType<{
11614
14096
  value: import("@elaraai/east").FloatType;
@@ -11708,6 +14190,7 @@ export declare const Dialog: {
11708
14190
  xl: import("@elaraai/east").NullType;
11709
14191
  }>>;
11710
14192
  closable: OptionType<import("@elaraai/east").BooleanType>;
14193
+ onClose: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
11711
14194
  }>;
11712
14195
  Avatar: StructType<{
11713
14196
  src: OptionType<StringType>;
@@ -14048,6 +16531,9 @@ export declare const Dialog: {
14048
16531
  multiple: import("@elaraai/east").NullType;
14049
16532
  }>>;
14050
16533
  animateContent: OptionType<import("@elaraai/east").BooleanType>;
16534
+ onExpandedChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
16535
+ onSelectionChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
16536
+ onFocusChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
14051
16537
  }>>;
14052
16538
  }>;
14053
16539
  Table: StructType<{
@@ -14098,6 +16584,47 @@ export declare const Dialog: {
14098
16584
  purple: import("@elaraai/east").NullType;
14099
16585
  pink: import("@elaraai/east").NullType;
14100
16586
  }>>;
16587
+ onCellClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16588
+ rowIndex: import("@elaraai/east").IntegerType;
16589
+ columnKey: StringType;
16590
+ cellValue: import("@elaraai/east").VariantType<{
16591
+ Boolean: import("@elaraai/east").BooleanType;
16592
+ Integer: import("@elaraai/east").IntegerType;
16593
+ Float: import("@elaraai/east").FloatType;
16594
+ String: StringType;
16595
+ DateTime: import("@elaraai/east").DateTimeType;
16596
+ }>;
16597
+ }>], import("@elaraai/east").NullType>>;
16598
+ onCellDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16599
+ rowIndex: import("@elaraai/east").IntegerType;
16600
+ columnKey: StringType;
16601
+ cellValue: import("@elaraai/east").VariantType<{
16602
+ Boolean: import("@elaraai/east").BooleanType;
16603
+ Integer: import("@elaraai/east").IntegerType;
16604
+ Float: import("@elaraai/east").FloatType;
16605
+ String: StringType;
16606
+ DateTime: import("@elaraai/east").DateTimeType;
16607
+ }>;
16608
+ }>], import("@elaraai/east").NullType>>;
16609
+ onRowClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16610
+ rowIndex: import("@elaraai/east").IntegerType;
16611
+ }>], import("@elaraai/east").NullType>>;
16612
+ onRowDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16613
+ rowIndex: import("@elaraai/east").IntegerType;
16614
+ }>], import("@elaraai/east").NullType>>;
16615
+ onRowSelectionChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16616
+ rowIndex: import("@elaraai/east").IntegerType;
16617
+ selected: import("@elaraai/east").BooleanType;
16618
+ selectedRowsIndices: ArrayType<import("@elaraai/east").IntegerType>;
16619
+ }>], import("@elaraai/east").NullType>>;
16620
+ onSortChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16621
+ columnKey: StringType;
16622
+ sortIndex: import("@elaraai/east").IntegerType;
16623
+ sortDirection: import("@elaraai/east").VariantType<{
16624
+ asc: import("@elaraai/east").NullType;
16625
+ desc: import("@elaraai/east").NullType;
16626
+ }>;
16627
+ }>], import("@elaraai/east").NullType>>;
14101
16628
  }>>;
14102
16629
  }>;
14103
16630
  Gantt: StructType<{
@@ -14187,6 +16714,104 @@ export declare const Dialog: {
14187
16714
  pink: import("@elaraai/east").NullType;
14188
16715
  }>>;
14189
16716
  showToday: OptionType<import("@elaraai/east").BooleanType>;
16717
+ dragStep: OptionType<import("@elaraai/east").VariantType<{
16718
+ minutes: import("@elaraai/east").FloatType;
16719
+ hours: import("@elaraai/east").FloatType;
16720
+ days: import("@elaraai/east").FloatType;
16721
+ weeks: import("@elaraai/east").FloatType;
16722
+ months: import("@elaraai/east").FloatType;
16723
+ }>>;
16724
+ durationStep: OptionType<import("@elaraai/east").VariantType<{
16725
+ minutes: import("@elaraai/east").FloatType;
16726
+ hours: import("@elaraai/east").FloatType;
16727
+ days: import("@elaraai/east").FloatType;
16728
+ weeks: import("@elaraai/east").FloatType;
16729
+ months: import("@elaraai/east").FloatType;
16730
+ }>>;
16731
+ onCellClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16732
+ rowIndex: import("@elaraai/east").IntegerType;
16733
+ columnKey: StringType;
16734
+ cellValue: import("@elaraai/east").VariantType<{
16735
+ Boolean: import("@elaraai/east").BooleanType;
16736
+ Integer: import("@elaraai/east").IntegerType;
16737
+ Float: import("@elaraai/east").FloatType;
16738
+ String: StringType;
16739
+ DateTime: import("@elaraai/east").DateTimeType;
16740
+ }>;
16741
+ }>], import("@elaraai/east").NullType>>;
16742
+ onCellDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16743
+ rowIndex: import("@elaraai/east").IntegerType;
16744
+ columnKey: StringType;
16745
+ cellValue: import("@elaraai/east").VariantType<{
16746
+ Boolean: import("@elaraai/east").BooleanType;
16747
+ Integer: import("@elaraai/east").IntegerType;
16748
+ Float: import("@elaraai/east").FloatType;
16749
+ String: StringType;
16750
+ DateTime: import("@elaraai/east").DateTimeType;
16751
+ }>;
16752
+ }>], import("@elaraai/east").NullType>>;
16753
+ onRowClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16754
+ rowIndex: import("@elaraai/east").IntegerType;
16755
+ }>], import("@elaraai/east").NullType>>;
16756
+ onRowDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16757
+ rowIndex: import("@elaraai/east").IntegerType;
16758
+ }>], import("@elaraai/east").NullType>>;
16759
+ onSortChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16760
+ columnKey: StringType;
16761
+ sortIndex: import("@elaraai/east").IntegerType;
16762
+ sortDirection: import("@elaraai/east").VariantType<{
16763
+ asc: import("@elaraai/east").NullType;
16764
+ desc: import("@elaraai/east").NullType;
16765
+ }>;
16766
+ }>], import("@elaraai/east").NullType>>;
16767
+ onTaskClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16768
+ rowIndex: import("@elaraai/east").IntegerType;
16769
+ taskIndex: import("@elaraai/east").IntegerType;
16770
+ taskStart: import("@elaraai/east").DateTimeType;
16771
+ taskEnd: import("@elaraai/east").DateTimeType;
16772
+ }>], import("@elaraai/east").NullType>>;
16773
+ onTaskDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16774
+ rowIndex: import("@elaraai/east").IntegerType;
16775
+ taskIndex: import("@elaraai/east").IntegerType;
16776
+ taskStart: import("@elaraai/east").DateTimeType;
16777
+ taskEnd: import("@elaraai/east").DateTimeType;
16778
+ }>], import("@elaraai/east").NullType>>;
16779
+ onTaskDrag: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16780
+ rowIndex: import("@elaraai/east").IntegerType;
16781
+ taskIndex: import("@elaraai/east").IntegerType;
16782
+ previousStart: import("@elaraai/east").DateTimeType;
16783
+ previousEnd: import("@elaraai/east").DateTimeType;
16784
+ newStart: import("@elaraai/east").DateTimeType;
16785
+ newEnd: import("@elaraai/east").DateTimeType;
16786
+ }>], import("@elaraai/east").NullType>>;
16787
+ onTaskDurationChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16788
+ rowIndex: import("@elaraai/east").IntegerType;
16789
+ taskIndex: import("@elaraai/east").IntegerType;
16790
+ previousEnd: import("@elaraai/east").DateTimeType;
16791
+ newEnd: import("@elaraai/east").DateTimeType;
16792
+ }>], import("@elaraai/east").NullType>>;
16793
+ onTaskProgressChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16794
+ rowIndex: import("@elaraai/east").IntegerType;
16795
+ taskIndex: import("@elaraai/east").IntegerType;
16796
+ previousProgress: import("@elaraai/east").FloatType;
16797
+ newProgress: import("@elaraai/east").FloatType;
16798
+ }>], import("@elaraai/east").NullType>>;
16799
+ onMilestoneClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16800
+ rowIndex: import("@elaraai/east").IntegerType;
16801
+ milestoneIndex: import("@elaraai/east").IntegerType;
16802
+ milestoneDate: import("@elaraai/east").DateTimeType;
16803
+ }>], import("@elaraai/east").NullType>>;
16804
+ onMilestoneDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16805
+ rowIndex: import("@elaraai/east").IntegerType;
16806
+ milestoneIndex: import("@elaraai/east").IntegerType;
16807
+ milestoneDate: import("@elaraai/east").DateTimeType;
16808
+ }>], import("@elaraai/east").NullType>>;
16809
+ onMilestoneDrag: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16810
+ rowIndex: import("@elaraai/east").IntegerType;
16811
+ milestoneIndex: import("@elaraai/east").IntegerType;
16812
+ previousDate: import("@elaraai/east").DateTimeType;
16813
+ newDate: import("@elaraai/east").DateTimeType;
16814
+ }>], import("@elaraai/east").NullType>>;
14190
16815
  }>>;
14191
16816
  }>;
14192
16817
  Accordion: StructType<{
@@ -14204,6 +16829,7 @@ export declare const Dialog: {
14204
16829
  plain: import("@elaraai/east").NullType;
14205
16830
  subtle: import("@elaraai/east").NullType;
14206
16831
  }>>;
16832
+ onValueChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
14207
16833
  }>>;
14208
16834
  }>;
14209
16835
  Carousel: StructType<{
@@ -14224,6 +16850,7 @@ export declare const Dialog: {
14224
16850
  }>>;
14225
16851
  spacing: OptionType<StringType>;
14226
16852
  padding: OptionType<StringType>;
16853
+ onIndexChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
14227
16854
  }>>;
14228
16855
  }>;
14229
16856
  Tabs: StructType<{
@@ -14276,6 +16903,7 @@ export declare const Dialog: {
14276
16903
  purple: import("@elaraai/east").NullType;
14277
16904
  pink: import("@elaraai/east").NullType;
14278
16905
  }>>;
16906
+ onValueChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
14279
16907
  }>>;
14280
16908
  }>;
14281
16909
  Tooltip: StructType<{
@@ -14358,6 +16986,10 @@ export declare const Dialog: {
14358
16986
  dialog: import("@elaraai/east").NullType;
14359
16987
  alertdialog: import("@elaraai/east").NullType;
14360
16988
  }>>;
16989
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
16990
+ onExitComplete: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
16991
+ onEscapeKeyDown: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
16992
+ onInteractOutside: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
14361
16993
  }>>;
14362
16994
  }>;
14363
16995
  Drawer: StructType<{
@@ -14381,6 +17013,8 @@ export declare const Dialog: {
14381
17013
  bottom: import("@elaraai/east").NullType;
14382
17014
  }>>;
14383
17015
  contained: OptionType<import("@elaraai/east").BooleanType>;
17016
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
17017
+ onExitComplete: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
14384
17018
  }>>;
14385
17019
  }>;
14386
17020
  Popover: StructType<{
@@ -14411,6 +17045,7 @@ export declare const Dialog: {
14411
17045
  }>>;
14412
17046
  hasArrow: OptionType<import("@elaraai/east").BooleanType>;
14413
17047
  gutter: OptionType<import("@elaraai/east").IntegerType>;
17048
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
14414
17049
  }>>;
14415
17050
  }>;
14416
17051
  HoverCard: StructType<{
@@ -14440,6 +17075,7 @@ export declare const Dialog: {
14440
17075
  hasArrow: OptionType<import("@elaraai/east").BooleanType>;
14441
17076
  openDelay: OptionType<import("@elaraai/east").IntegerType>;
14442
17077
  closeDelay: OptionType<import("@elaraai/east").IntegerType>;
17078
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
14443
17079
  }>>;
14444
17080
  }>;
14445
17081
  ActionBar: StructType<{
@@ -14453,7 +17089,10 @@ export declare const Dialog: {
14453
17089
  }>>;
14454
17090
  selectionCount: OptionType<import("@elaraai/east").IntegerType>;
14455
17091
  selectionLabel: OptionType<StringType>;
14456
- style: OptionType<StructType<{}>>;
17092
+ style: OptionType<StructType<{
17093
+ onSelect: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
17094
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
17095
+ }>>;
14457
17096
  }>;
14458
17097
  ToggleTip: StructType<{
14459
17098
  trigger: import("@elaraai/east").RecursiveTypeMarker;
@@ -14474,8 +17113,12 @@ export declare const Dialog: {
14474
17113
  "right-end": import("@elaraai/east").NullType;
14475
17114
  }>>;
14476
17115
  hasArrow: OptionType<import("@elaraai/east").BooleanType>;
17116
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
14477
17117
  }>>;
14478
17118
  }>;
17119
+ ReactiveComponent: StructType<{
17120
+ render: import("@elaraai/east").FunctionType<[], import("@elaraai/east").RecursiveTypeMarker>;
17121
+ }>;
14479
17122
  }>>>;
14480
17123
  title: OptionType<StringType>;
14481
17124
  description: OptionType<StringType>;
@@ -14510,6 +17153,10 @@ export declare const Dialog: {
14510
17153
  dialog: import("@elaraai/east").NullType;
14511
17154
  alertdialog: import("@elaraai/east").NullType;
14512
17155
  }>>;
17156
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
17157
+ onExitComplete: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
17158
+ onEscapeKeyDown: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
17159
+ onInteractOutside: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
14513
17160
  }>>;
14514
17161
  }>;
14515
17162
  /**
@@ -14552,6 +17199,10 @@ export declare const Dialog: {
14552
17199
  dialog: import("@elaraai/east").NullType;
14553
17200
  alertdialog: import("@elaraai/east").NullType;
14554
17201
  }>>;
17202
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
17203
+ onExitComplete: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
17204
+ onEscapeKeyDown: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
17205
+ onInteractOutside: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
14555
17206
  }>;
14556
17207
  /**
14557
17208
  * Size variant type for Dialog component.