@elaraai/east-ui 0.0.1-beta.5 → 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
@@ -186,6 +186,7 @@ export declare const TooltipType: StructType<{
186
186
  highlightLines: OptionType<import("@elaraai/east").ArrayType<import("@elaraai/east").IntegerType>>;
187
187
  maxHeight: OptionType<StringType>;
188
188
  showCopyButton: OptionType<BooleanType>;
189
+ wordWrap: OptionType<BooleanType>;
189
190
  title: OptionType<StringType>;
190
191
  }>;
191
192
  Button: StructType<{
@@ -217,6 +218,7 @@ export declare const TooltipType: StructType<{
217
218
  }>>;
218
219
  loading: OptionType<BooleanType>;
219
220
  disabled: OptionType<BooleanType>;
221
+ onClick: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
220
222
  }>>;
221
223
  }>;
222
224
  IconButton: StructType<{
@@ -249,6 +251,7 @@ export declare const TooltipType: StructType<{
249
251
  }>>;
250
252
  loading: OptionType<BooleanType>;
251
253
  disabled: OptionType<BooleanType>;
254
+ onClick: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
252
255
  }>>;
253
256
  }>;
254
257
  Box: StructType<{
@@ -266,6 +269,28 @@ export declare const TooltipType: StructType<{
266
269
  }>>;
267
270
  width: OptionType<StringType>;
268
271
  height: OptionType<StringType>;
272
+ minHeight: OptionType<StringType>;
273
+ minWidth: OptionType<StringType>;
274
+ maxHeight: OptionType<StringType>;
275
+ maxWidth: OptionType<StringType>;
276
+ overflow: OptionType<import("@elaraai/east").VariantType<{
277
+ visible: import("@elaraai/east").NullType;
278
+ hidden: import("@elaraai/east").NullType;
279
+ scroll: import("@elaraai/east").NullType;
280
+ auto: import("@elaraai/east").NullType;
281
+ }>>;
282
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
283
+ visible: import("@elaraai/east").NullType;
284
+ hidden: import("@elaraai/east").NullType;
285
+ scroll: import("@elaraai/east").NullType;
286
+ auto: import("@elaraai/east").NullType;
287
+ }>>;
288
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
289
+ visible: import("@elaraai/east").NullType;
290
+ hidden: import("@elaraai/east").NullType;
291
+ scroll: import("@elaraai/east").NullType;
292
+ auto: import("@elaraai/east").NullType;
293
+ }>>;
269
294
  padding: OptionType<StructType<{
270
295
  top: OptionType<StringType>;
271
296
  right: OptionType<StringType>;
@@ -305,6 +330,77 @@ export declare const TooltipType: StructType<{
305
330
  gap: OptionType<StringType>;
306
331
  }>>;
307
332
  }>;
333
+ Flex: StructType<{
334
+ children: import("@elaraai/east").ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
335
+ style: OptionType<StructType<{
336
+ direction: OptionType<import("@elaraai/east").VariantType<{
337
+ row: import("@elaraai/east").NullType;
338
+ column: import("@elaraai/east").NullType;
339
+ "row-reverse": import("@elaraai/east").NullType;
340
+ "column-reverse": import("@elaraai/east").NullType;
341
+ }>>;
342
+ wrap: OptionType<import("@elaraai/east").VariantType<{
343
+ nowrap: import("@elaraai/east").NullType;
344
+ wrap: import("@elaraai/east").NullType;
345
+ "wrap-reverse": import("@elaraai/east").NullType;
346
+ }>>;
347
+ justifyContent: OptionType<import("@elaraai/east").VariantType<{
348
+ "flex-start": import("@elaraai/east").NullType;
349
+ "flex-end": import("@elaraai/east").NullType;
350
+ center: import("@elaraai/east").NullType;
351
+ "space-between": import("@elaraai/east").NullType;
352
+ "space-around": import("@elaraai/east").NullType;
353
+ "space-evenly": import("@elaraai/east").NullType;
354
+ }>>;
355
+ alignItems: OptionType<import("@elaraai/east").VariantType<{
356
+ "flex-start": import("@elaraai/east").NullType;
357
+ "flex-end": import("@elaraai/east").NullType;
358
+ center: import("@elaraai/east").NullType;
359
+ baseline: import("@elaraai/east").NullType;
360
+ stretch: import("@elaraai/east").NullType;
361
+ }>>;
362
+ gap: OptionType<StringType>;
363
+ width: OptionType<StringType>;
364
+ height: OptionType<StringType>;
365
+ minHeight: OptionType<StringType>;
366
+ minWidth: OptionType<StringType>;
367
+ maxHeight: OptionType<StringType>;
368
+ maxWidth: OptionType<StringType>;
369
+ overflow: OptionType<import("@elaraai/east").VariantType<{
370
+ visible: import("@elaraai/east").NullType;
371
+ hidden: import("@elaraai/east").NullType;
372
+ scroll: import("@elaraai/east").NullType;
373
+ auto: import("@elaraai/east").NullType;
374
+ }>>;
375
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
376
+ visible: import("@elaraai/east").NullType;
377
+ hidden: import("@elaraai/east").NullType;
378
+ scroll: import("@elaraai/east").NullType;
379
+ auto: import("@elaraai/east").NullType;
380
+ }>>;
381
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
382
+ visible: import("@elaraai/east").NullType;
383
+ hidden: import("@elaraai/east").NullType;
384
+ scroll: import("@elaraai/east").NullType;
385
+ auto: import("@elaraai/east").NullType;
386
+ }>>;
387
+ padding: OptionType<StructType<{
388
+ top: OptionType<StringType>;
389
+ right: OptionType<StringType>;
390
+ bottom: OptionType<StringType>;
391
+ left: OptionType<StringType>;
392
+ }>>;
393
+ margin: OptionType<StructType<{
394
+ top: OptionType<StringType>;
395
+ right: OptionType<StringType>;
396
+ bottom: OptionType<StringType>;
397
+ left: OptionType<StringType>;
398
+ }>>;
399
+ background: OptionType<StringType>;
400
+ color: OptionType<StringType>;
401
+ borderRadius: OptionType<StringType>;
402
+ }>>;
403
+ }>;
308
404
  Stack: StructType<{
309
405
  children: import("@elaraai/east").ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
310
406
  style: OptionType<StructType<{
@@ -350,6 +446,28 @@ export declare const TooltipType: StructType<{
350
446
  background: OptionType<StringType>;
351
447
  width: OptionType<StringType>;
352
448
  height: OptionType<StringType>;
449
+ minHeight: OptionType<StringType>;
450
+ minWidth: OptionType<StringType>;
451
+ maxHeight: OptionType<StringType>;
452
+ maxWidth: OptionType<StringType>;
453
+ overflow: OptionType<import("@elaraai/east").VariantType<{
454
+ visible: import("@elaraai/east").NullType;
455
+ hidden: import("@elaraai/east").NullType;
456
+ scroll: import("@elaraai/east").NullType;
457
+ auto: import("@elaraai/east").NullType;
458
+ }>>;
459
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
460
+ visible: import("@elaraai/east").NullType;
461
+ hidden: import("@elaraai/east").NullType;
462
+ scroll: import("@elaraai/east").NullType;
463
+ auto: import("@elaraai/east").NullType;
464
+ }>>;
465
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
466
+ visible: import("@elaraai/east").NullType;
467
+ hidden: import("@elaraai/east").NullType;
468
+ scroll: import("@elaraai/east").NullType;
469
+ auto: import("@elaraai/east").NullType;
470
+ }>>;
353
471
  }>>;
354
472
  }>;
355
473
  Separator: StructType<{
@@ -444,6 +562,13 @@ export declare const TooltipType: StructType<{
444
562
  horizontal: import("@elaraai/east").NullType;
445
563
  vertical: import("@elaraai/east").NullType;
446
564
  }>>;
565
+ onResize: OptionType<import("@elaraai/east").FunctionType<[StructType<{
566
+ size: import("@elaraai/east").ArrayType<import("@elaraai/east").FloatType>;
567
+ }>], import("@elaraai/east").NullType>>;
568
+ onResizeStart: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
569
+ onResizeEnd: OptionType<import("@elaraai/east").FunctionType<[StructType<{
570
+ size: import("@elaraai/east").ArrayType<import("@elaraai/east").FloatType>;
571
+ }>], import("@elaraai/east").NullType>>;
447
572
  }>>;
448
573
  }>;
449
574
  StringInput: StructType<{
@@ -463,6 +588,9 @@ export declare const TooltipType: StructType<{
463
588
  maxLength: OptionType<import("@elaraai/east").IntegerType>;
464
589
  pattern: OptionType<StringType>;
465
590
  disabled: OptionType<BooleanType>;
591
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
592
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
593
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
466
594
  }>;
467
595
  IntegerInput: StructType<{
468
596
  value: import("@elaraai/east").IntegerType;
@@ -481,6 +609,9 @@ export declare const TooltipType: StructType<{
481
609
  lg: import("@elaraai/east").NullType;
482
610
  }>>;
483
611
  disabled: OptionType<BooleanType>;
612
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
613
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
614
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
484
615
  }>;
485
616
  FloatInput: StructType<{
486
617
  value: import("@elaraai/east").FloatType;
@@ -500,13 +631,44 @@ export declare const TooltipType: StructType<{
500
631
  lg: import("@elaraai/east").NullType;
501
632
  }>>;
502
633
  disabled: OptionType<BooleanType>;
634
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
635
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
636
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
503
637
  }>;
504
638
  DateTimeInput: StructType<{
505
639
  value: import("@elaraai/east").DateTimeType;
506
640
  min: OptionType<import("@elaraai/east").DateTimeType>;
507
641
  max: OptionType<import("@elaraai/east").DateTimeType>;
508
- showTime: OptionType<BooleanType>;
509
- format: OptionType<StringType>;
642
+ precision: OptionType<import("@elaraai/east").VariantType<{
643
+ date: import("@elaraai/east").NullType;
644
+ time: import("@elaraai/east").NullType;
645
+ datetime: import("@elaraai/east").NullType;
646
+ }>>;
647
+ format: OptionType<import("@elaraai/east").ArrayType<import("@elaraai/east").VariantType<{
648
+ literal: StringType;
649
+ year4: import("@elaraai/east").NullType;
650
+ year2: import("@elaraai/east").NullType;
651
+ month1: import("@elaraai/east").NullType;
652
+ month2: import("@elaraai/east").NullType;
653
+ monthNameShort: import("@elaraai/east").NullType;
654
+ monthNameFull: import("@elaraai/east").NullType;
655
+ day1: import("@elaraai/east").NullType;
656
+ day2: import("@elaraai/east").NullType;
657
+ weekdayNameMin: import("@elaraai/east").NullType;
658
+ weekdayNameShort: import("@elaraai/east").NullType;
659
+ weekdayNameFull: import("@elaraai/east").NullType;
660
+ hour24_1: import("@elaraai/east").NullType;
661
+ hour24_2: import("@elaraai/east").NullType;
662
+ hour12_1: import("@elaraai/east").NullType;
663
+ hour12_2: import("@elaraai/east").NullType;
664
+ minute1: import("@elaraai/east").NullType;
665
+ minute2: import("@elaraai/east").NullType;
666
+ second1: import("@elaraai/east").NullType;
667
+ second2: import("@elaraai/east").NullType;
668
+ millisecond3: import("@elaraai/east").NullType;
669
+ ampmUpper: import("@elaraai/east").NullType;
670
+ ampmLower: import("@elaraai/east").NullType;
671
+ }>>>;
510
672
  variant: OptionType<import("@elaraai/east").VariantType<{
511
673
  outline: import("@elaraai/east").NullType;
512
674
  subtle: import("@elaraai/east").NullType;
@@ -519,6 +681,9 @@ export declare const TooltipType: StructType<{
519
681
  lg: import("@elaraai/east").NullType;
520
682
  }>>;
521
683
  disabled: OptionType<BooleanType>;
684
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").DateTimeType], import("@elaraai/east").NullType>>;
685
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
686
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
522
687
  }>;
523
688
  Checkbox: StructType<{
524
689
  checked: BooleanType;
@@ -543,6 +708,7 @@ export declare const TooltipType: StructType<{
543
708
  md: import("@elaraai/east").NullType;
544
709
  lg: import("@elaraai/east").NullType;
545
710
  }>>;
711
+ onChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
546
712
  }>;
547
713
  Switch: StructType<{
548
714
  checked: BooleanType;
@@ -566,6 +732,7 @@ export declare const TooltipType: StructType<{
566
732
  md: import("@elaraai/east").NullType;
567
733
  lg: import("@elaraai/east").NullType;
568
734
  }>>;
735
+ onChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
569
736
  }>;
570
737
  Select: StructType<{
571
738
  value: OptionType<StringType>;
@@ -583,6 +750,9 @@ export declare const TooltipType: StructType<{
583
750
  md: import("@elaraai/east").NullType;
584
751
  lg: import("@elaraai/east").NullType;
585
752
  }>>;
753
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
754
+ onChangeMultiple: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").ArrayType<StringType>], import("@elaraai/east").NullType>>;
755
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
586
756
  }>;
587
757
  Slider: StructType<{
588
758
  value: import("@elaraai/east").FloatType;
@@ -616,6 +786,8 @@ export declare const TooltipType: StructType<{
616
786
  subtle: import("@elaraai/east").NullType;
617
787
  }>>;
618
788
  disabled: OptionType<BooleanType>;
789
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
790
+ onChangeEnd: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
619
791
  }>;
620
792
  FileUpload: StructType<{
621
793
  accept: OptionType<StringType>;
@@ -634,31 +806,358 @@ export declare const TooltipType: StructType<{
634
806
  label: OptionType<StringType>;
635
807
  dropzoneText: OptionType<StringType>;
636
808
  triggerText: OptionType<StringType>;
809
+ onFileAccept: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").ArrayType<StructType<{
810
+ name: StringType;
811
+ size: import("@elaraai/east").IntegerType;
812
+ type: StringType;
813
+ }>>], import("@elaraai/east").NullType>>;
814
+ onFileReject: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").ArrayType<StructType<{
815
+ file: StructType<{
816
+ name: StringType;
817
+ size: import("@elaraai/east").IntegerType;
818
+ type: StringType;
819
+ }>;
820
+ errors: import("@elaraai/east").ArrayType<StringType>;
821
+ }>>], import("@elaraai/east").NullType>>;
637
822
  }>;
638
823
  Field: StructType<{
639
824
  label: StringType;
640
- control: import("@elaraai/east").RecursiveTypeMarker;
825
+ control: import("@elaraai/east").VariantType<{
826
+ Checkbox: StructType<{
827
+ checked: BooleanType;
828
+ label: OptionType<StringType>;
829
+ indeterminate: OptionType<BooleanType>;
830
+ disabled: OptionType<BooleanType>;
831
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
832
+ gray: import("@elaraai/east").NullType;
833
+ red: import("@elaraai/east").NullType;
834
+ orange: import("@elaraai/east").NullType;
835
+ yellow: import("@elaraai/east").NullType;
836
+ green: import("@elaraai/east").NullType;
837
+ teal: import("@elaraai/east").NullType;
838
+ blue: import("@elaraai/east").NullType;
839
+ cyan: import("@elaraai/east").NullType;
840
+ purple: import("@elaraai/east").NullType;
841
+ pink: import("@elaraai/east").NullType;
842
+ }>>;
843
+ size: OptionType<import("@elaraai/east").VariantType<{
844
+ xs: import("@elaraai/east").NullType;
845
+ sm: import("@elaraai/east").NullType;
846
+ md: import("@elaraai/east").NullType;
847
+ lg: import("@elaraai/east").NullType;
848
+ }>>;
849
+ onChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
850
+ }>;
851
+ StringInput: StructType<{
852
+ value: StringType;
853
+ placeholder: OptionType<StringType>;
854
+ variant: OptionType<import("@elaraai/east").VariantType<{
855
+ outline: import("@elaraai/east").NullType;
856
+ subtle: import("@elaraai/east").NullType;
857
+ flushed: import("@elaraai/east").NullType;
858
+ }>>;
859
+ size: OptionType<import("@elaraai/east").VariantType<{
860
+ xs: import("@elaraai/east").NullType;
861
+ sm: import("@elaraai/east").NullType;
862
+ md: import("@elaraai/east").NullType;
863
+ lg: import("@elaraai/east").NullType;
864
+ }>>;
865
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
866
+ pattern: OptionType<StringType>;
867
+ disabled: OptionType<BooleanType>;
868
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
869
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
870
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
871
+ }>;
872
+ IntegerInput: StructType<{
873
+ value: import("@elaraai/east").IntegerType;
874
+ min: OptionType<import("@elaraai/east").IntegerType>;
875
+ max: OptionType<import("@elaraai/east").IntegerType>;
876
+ step: OptionType<import("@elaraai/east").IntegerType>;
877
+ variant: OptionType<import("@elaraai/east").VariantType<{
878
+ outline: import("@elaraai/east").NullType;
879
+ subtle: import("@elaraai/east").NullType;
880
+ flushed: import("@elaraai/east").NullType;
881
+ }>>;
882
+ size: OptionType<import("@elaraai/east").VariantType<{
883
+ xs: import("@elaraai/east").NullType;
884
+ sm: import("@elaraai/east").NullType;
885
+ md: import("@elaraai/east").NullType;
886
+ lg: import("@elaraai/east").NullType;
887
+ }>>;
888
+ disabled: OptionType<BooleanType>;
889
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
890
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
891
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
892
+ }>;
893
+ FloatInput: StructType<{
894
+ value: import("@elaraai/east").FloatType;
895
+ min: OptionType<import("@elaraai/east").FloatType>;
896
+ max: OptionType<import("@elaraai/east").FloatType>;
897
+ step: OptionType<import("@elaraai/east").FloatType>;
898
+ precision: OptionType<import("@elaraai/east").IntegerType>;
899
+ variant: OptionType<import("@elaraai/east").VariantType<{
900
+ outline: import("@elaraai/east").NullType;
901
+ subtle: import("@elaraai/east").NullType;
902
+ flushed: import("@elaraai/east").NullType;
903
+ }>>;
904
+ size: OptionType<import("@elaraai/east").VariantType<{
905
+ xs: import("@elaraai/east").NullType;
906
+ sm: import("@elaraai/east").NullType;
907
+ md: import("@elaraai/east").NullType;
908
+ lg: import("@elaraai/east").NullType;
909
+ }>>;
910
+ disabled: OptionType<BooleanType>;
911
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
912
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
913
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
914
+ }>;
915
+ DateTimeInput: StructType<{
916
+ value: import("@elaraai/east").DateTimeType;
917
+ min: OptionType<import("@elaraai/east").DateTimeType>;
918
+ max: OptionType<import("@elaraai/east").DateTimeType>;
919
+ precision: OptionType<import("@elaraai/east").VariantType<{
920
+ date: import("@elaraai/east").NullType;
921
+ time: import("@elaraai/east").NullType;
922
+ datetime: import("@elaraai/east").NullType;
923
+ }>>;
924
+ format: OptionType<import("@elaraai/east").ArrayType<import("@elaraai/east").VariantType<{
925
+ literal: StringType;
926
+ year4: import("@elaraai/east").NullType;
927
+ year2: import("@elaraai/east").NullType;
928
+ month1: import("@elaraai/east").NullType;
929
+ month2: import("@elaraai/east").NullType;
930
+ monthNameShort: import("@elaraai/east").NullType;
931
+ monthNameFull: import("@elaraai/east").NullType;
932
+ day1: import("@elaraai/east").NullType;
933
+ day2: import("@elaraai/east").NullType;
934
+ weekdayNameMin: import("@elaraai/east").NullType;
935
+ weekdayNameShort: import("@elaraai/east").NullType;
936
+ weekdayNameFull: import("@elaraai/east").NullType;
937
+ hour24_1: import("@elaraai/east").NullType;
938
+ hour24_2: import("@elaraai/east").NullType;
939
+ hour12_1: import("@elaraai/east").NullType;
940
+ hour12_2: import("@elaraai/east").NullType;
941
+ minute1: import("@elaraai/east").NullType;
942
+ minute2: import("@elaraai/east").NullType;
943
+ second1: import("@elaraai/east").NullType;
944
+ second2: import("@elaraai/east").NullType;
945
+ millisecond3: import("@elaraai/east").NullType;
946
+ ampmUpper: import("@elaraai/east").NullType;
947
+ ampmLower: import("@elaraai/east").NullType;
948
+ }>>>;
949
+ variant: OptionType<import("@elaraai/east").VariantType<{
950
+ outline: import("@elaraai/east").NullType;
951
+ subtle: import("@elaraai/east").NullType;
952
+ flushed: import("@elaraai/east").NullType;
953
+ }>>;
954
+ size: OptionType<import("@elaraai/east").VariantType<{
955
+ xs: import("@elaraai/east").NullType;
956
+ sm: import("@elaraai/east").NullType;
957
+ md: import("@elaraai/east").NullType;
958
+ lg: import("@elaraai/east").NullType;
959
+ }>>;
960
+ disabled: OptionType<BooleanType>;
961
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").DateTimeType], import("@elaraai/east").NullType>>;
962
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
963
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
964
+ }>;
965
+ FileUpload: StructType<{
966
+ accept: OptionType<StringType>;
967
+ maxFiles: OptionType<import("@elaraai/east").IntegerType>;
968
+ maxFileSize: OptionType<import("@elaraai/east").IntegerType>;
969
+ minFileSize: OptionType<import("@elaraai/east").IntegerType>;
970
+ directory: OptionType<BooleanType>;
971
+ disabled: OptionType<BooleanType>;
972
+ required: OptionType<BooleanType>;
973
+ allowDrop: OptionType<BooleanType>;
974
+ capture: OptionType<import("@elaraai/east").VariantType<{
975
+ user: import("@elaraai/east").NullType;
976
+ environment: import("@elaraai/east").NullType;
977
+ }>>;
978
+ name: OptionType<StringType>;
979
+ label: OptionType<StringType>;
980
+ dropzoneText: OptionType<StringType>;
981
+ triggerText: OptionType<StringType>;
982
+ onFileAccept: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").ArrayType<StructType<{
983
+ name: StringType;
984
+ size: import("@elaraai/east").IntegerType;
985
+ type: StringType;
986
+ }>>], import("@elaraai/east").NullType>>;
987
+ onFileReject: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").ArrayType<StructType<{
988
+ file: StructType<{
989
+ name: StringType;
990
+ size: import("@elaraai/east").IntegerType;
991
+ type: StringType;
992
+ }>;
993
+ errors: import("@elaraai/east").ArrayType<StringType>;
994
+ }>>], import("@elaraai/east").NullType>>;
995
+ }>;
996
+ Select: StructType<{
997
+ value: OptionType<StringType>;
998
+ items: import("@elaraai/east").ArrayType<StructType<{
999
+ value: StringType;
1000
+ label: StringType;
1001
+ disabled: OptionType<BooleanType>;
1002
+ }>>;
1003
+ placeholder: OptionType<StringType>;
1004
+ multiple: OptionType<BooleanType>;
1005
+ disabled: OptionType<BooleanType>;
1006
+ size: OptionType<import("@elaraai/east").VariantType<{
1007
+ xs: import("@elaraai/east").NullType;
1008
+ sm: import("@elaraai/east").NullType;
1009
+ md: import("@elaraai/east").NullType;
1010
+ lg: import("@elaraai/east").NullType;
1011
+ }>>;
1012
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
1013
+ onChangeMultiple: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").ArrayType<StringType>], import("@elaraai/east").NullType>>;
1014
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
1015
+ }>;
1016
+ Slider: StructType<{
1017
+ value: import("@elaraai/east").FloatType;
1018
+ min: OptionType<import("@elaraai/east").FloatType>;
1019
+ max: OptionType<import("@elaraai/east").FloatType>;
1020
+ step: OptionType<import("@elaraai/east").FloatType>;
1021
+ orientation: OptionType<import("@elaraai/east").VariantType<{
1022
+ horizontal: import("@elaraai/east").NullType;
1023
+ vertical: import("@elaraai/east").NullType;
1024
+ }>>;
1025
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
1026
+ gray: import("@elaraai/east").NullType;
1027
+ red: import("@elaraai/east").NullType;
1028
+ orange: import("@elaraai/east").NullType;
1029
+ yellow: import("@elaraai/east").NullType;
1030
+ green: import("@elaraai/east").NullType;
1031
+ teal: import("@elaraai/east").NullType;
1032
+ blue: import("@elaraai/east").NullType;
1033
+ cyan: import("@elaraai/east").NullType;
1034
+ purple: import("@elaraai/east").NullType;
1035
+ pink: import("@elaraai/east").NullType;
1036
+ }>>;
1037
+ size: OptionType<import("@elaraai/east").VariantType<{
1038
+ xs: import("@elaraai/east").NullType;
1039
+ sm: import("@elaraai/east").NullType;
1040
+ md: import("@elaraai/east").NullType;
1041
+ lg: import("@elaraai/east").NullType;
1042
+ }>>;
1043
+ variant: OptionType<import("@elaraai/east").VariantType<{
1044
+ outline: import("@elaraai/east").NullType;
1045
+ subtle: import("@elaraai/east").NullType;
1046
+ }>>;
1047
+ disabled: OptionType<BooleanType>;
1048
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
1049
+ onChangeEnd: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
1050
+ }>;
1051
+ Switch: StructType<{
1052
+ checked: BooleanType;
1053
+ label: OptionType<StringType>;
1054
+ disabled: OptionType<BooleanType>;
1055
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
1056
+ gray: import("@elaraai/east").NullType;
1057
+ red: import("@elaraai/east").NullType;
1058
+ orange: import("@elaraai/east").NullType;
1059
+ yellow: import("@elaraai/east").NullType;
1060
+ green: import("@elaraai/east").NullType;
1061
+ teal: import("@elaraai/east").NullType;
1062
+ blue: import("@elaraai/east").NullType;
1063
+ cyan: import("@elaraai/east").NullType;
1064
+ purple: import("@elaraai/east").NullType;
1065
+ pink: import("@elaraai/east").NullType;
1066
+ }>>;
1067
+ size: OptionType<import("@elaraai/east").VariantType<{
1068
+ xs: import("@elaraai/east").NullType;
1069
+ sm: import("@elaraai/east").NullType;
1070
+ md: import("@elaraai/east").NullType;
1071
+ lg: import("@elaraai/east").NullType;
1072
+ }>>;
1073
+ onChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
1074
+ }>;
1075
+ TagsInput: StructType<{
1076
+ value: import("@elaraai/east").ArrayType<StringType>;
1077
+ defaultValue: OptionType<import("@elaraai/east").ArrayType<StringType>>;
1078
+ max: OptionType<import("@elaraai/east").IntegerType>;
1079
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
1080
+ disabled: OptionType<BooleanType>;
1081
+ readOnly: OptionType<BooleanType>;
1082
+ invalid: OptionType<BooleanType>;
1083
+ editable: OptionType<BooleanType>;
1084
+ delimiter: OptionType<StringType>;
1085
+ addOnPaste: OptionType<BooleanType>;
1086
+ blurBehavior: OptionType<import("@elaraai/east").VariantType<{
1087
+ clear: import("@elaraai/east").NullType;
1088
+ add: import("@elaraai/east").NullType;
1089
+ }>>;
1090
+ allowOverflow: OptionType<BooleanType>;
1091
+ label: OptionType<StringType>;
1092
+ placeholder: OptionType<StringType>;
1093
+ size: OptionType<import("@elaraai/east").VariantType<{
1094
+ xs: import("@elaraai/east").NullType;
1095
+ sm: import("@elaraai/east").NullType;
1096
+ md: import("@elaraai/east").NullType;
1097
+ lg: import("@elaraai/east").NullType;
1098
+ }>>;
1099
+ variant: OptionType<import("@elaraai/east").VariantType<{
1100
+ outline: import("@elaraai/east").NullType;
1101
+ subtle: import("@elaraai/east").NullType;
1102
+ flushed: import("@elaraai/east").NullType;
1103
+ }>>;
1104
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
1105
+ gray: import("@elaraai/east").NullType;
1106
+ red: import("@elaraai/east").NullType;
1107
+ orange: import("@elaraai/east").NullType;
1108
+ yellow: import("@elaraai/east").NullType;
1109
+ green: import("@elaraai/east").NullType;
1110
+ teal: import("@elaraai/east").NullType;
1111
+ blue: import("@elaraai/east").NullType;
1112
+ cyan: import("@elaraai/east").NullType;
1113
+ purple: import("@elaraai/east").NullType;
1114
+ pink: import("@elaraai/east").NullType;
1115
+ }>>;
1116
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").ArrayType<StringType>], import("@elaraai/east").NullType>>;
1117
+ onInputChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
1118
+ onHighlightChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
1119
+ }>;
1120
+ Textarea: StructType<{
1121
+ value: StringType;
1122
+ placeholder: OptionType<StringType>;
1123
+ variant: OptionType<import("@elaraai/east").VariantType<{
1124
+ outline: import("@elaraai/east").NullType;
1125
+ subtle: import("@elaraai/east").NullType;
1126
+ flushed: import("@elaraai/east").NullType;
1127
+ }>>;
1128
+ size: OptionType<import("@elaraai/east").VariantType<{
1129
+ xs: import("@elaraai/east").NullType;
1130
+ sm: import("@elaraai/east").NullType;
1131
+ md: import("@elaraai/east").NullType;
1132
+ lg: import("@elaraai/east").NullType;
1133
+ }>>;
1134
+ resize: OptionType<import("@elaraai/east").VariantType<{
1135
+ none: import("@elaraai/east").NullType;
1136
+ vertical: import("@elaraai/east").NullType;
1137
+ horizontal: import("@elaraai/east").NullType;
1138
+ both: import("@elaraai/east").NullType;
1139
+ }>>;
1140
+ rows: OptionType<import("@elaraai/east").IntegerType>;
1141
+ disabled: OptionType<BooleanType>;
1142
+ readOnly: OptionType<BooleanType>;
1143
+ required: OptionType<BooleanType>;
1144
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
1145
+ autoresize: OptionType<BooleanType>;
1146
+ onValidate: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
1147
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
1148
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
1149
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
1150
+ }>;
1151
+ }>;
641
1152
  helperText: OptionType<StringType>;
642
1153
  errorText: OptionType<StringType>;
643
1154
  required: OptionType<BooleanType>;
644
1155
  disabled: OptionType<BooleanType>;
645
1156
  invalid: OptionType<BooleanType>;
646
1157
  readOnly: OptionType<BooleanType>;
647
- }>;
648
- Fieldset: StructType<{
649
- legend: OptionType<StringType>;
650
- helperText: OptionType<StringType>;
651
- errorText: OptionType<StringType>;
652
- content: import("@elaraai/east").ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
653
- disabled: OptionType<BooleanType>;
654
- invalid: OptionType<BooleanType>;
655
- style: OptionType<StructType<{
656
- size: OptionType<import("@elaraai/east").VariantType<{
657
- xs: import("@elaraai/east").NullType;
658
- sm: import("@elaraai/east").NullType;
659
- md: import("@elaraai/east").NullType;
660
- lg: import("@elaraai/east").NullType;
661
- }>>;
1158
+ orientation: OptionType<import("@elaraai/east").VariantType<{
1159
+ vertical: import("@elaraai/east").NullType;
1160
+ horizontal: import("@elaraai/east").NullType;
662
1161
  }>>;
663
1162
  }>;
664
1163
  Textarea: StructType<{
@@ -684,10 +1183,13 @@ export declare const TooltipType: StructType<{
684
1183
  rows: OptionType<import("@elaraai/east").IntegerType>;
685
1184
  disabled: OptionType<BooleanType>;
686
1185
  readOnly: OptionType<BooleanType>;
687
- invalid: OptionType<BooleanType>;
688
1186
  required: OptionType<BooleanType>;
689
1187
  maxLength: OptionType<import("@elaraai/east").IntegerType>;
690
1188
  autoresize: OptionType<BooleanType>;
1189
+ onValidate: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
1190
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
1191
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
1192
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
691
1193
  }>;
692
1194
  TagsInput: StructType<{
693
1195
  value: import("@elaraai/east").ArrayType<StringType>;
@@ -730,6 +1232,9 @@ export declare const TooltipType: StructType<{
730
1232
  purple: import("@elaraai/east").NullType;
731
1233
  pink: import("@elaraai/east").NullType;
732
1234
  }>>;
1235
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").ArrayType<StringType>], import("@elaraai/east").NullType>>;
1236
+ onInputChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
1237
+ onHighlightChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
733
1238
  }>;
734
1239
  Progress: StructType<{
735
1240
  value: import("@elaraai/east").FloatType;
@@ -829,6 +1334,7 @@ export declare const TooltipType: StructType<{
829
1334
  xl: import("@elaraai/east").NullType;
830
1335
  }>>;
831
1336
  closable: OptionType<BooleanType>;
1337
+ onClose: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
832
1338
  }>;
833
1339
  Avatar: StructType<{
834
1340
  src: OptionType<StringType>;
@@ -3169,6 +3675,9 @@ export declare const TooltipType: StructType<{
3169
3675
  multiple: import("@elaraai/east").NullType;
3170
3676
  }>>;
3171
3677
  animateContent: OptionType<BooleanType>;
3678
+ onExpandedChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").ArrayType<StringType>], import("@elaraai/east").NullType>>;
3679
+ onSelectionChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").ArrayType<StringType>], import("@elaraai/east").NullType>>;
3680
+ onFocusChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
3172
3681
  }>>;
3173
3682
  }>;
3174
3683
  Table: StructType<{
@@ -3219,6 +3728,47 @@ export declare const TooltipType: StructType<{
3219
3728
  purple: import("@elaraai/east").NullType;
3220
3729
  pink: import("@elaraai/east").NullType;
3221
3730
  }>>;
3731
+ onCellClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3732
+ rowIndex: import("@elaraai/east").IntegerType;
3733
+ columnKey: StringType;
3734
+ cellValue: import("@elaraai/east").VariantType<{
3735
+ Boolean: BooleanType;
3736
+ Integer: import("@elaraai/east").IntegerType;
3737
+ Float: import("@elaraai/east").FloatType;
3738
+ String: StringType;
3739
+ DateTime: import("@elaraai/east").DateTimeType;
3740
+ }>;
3741
+ }>], import("@elaraai/east").NullType>>;
3742
+ onCellDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3743
+ rowIndex: import("@elaraai/east").IntegerType;
3744
+ columnKey: StringType;
3745
+ cellValue: import("@elaraai/east").VariantType<{
3746
+ Boolean: BooleanType;
3747
+ Integer: import("@elaraai/east").IntegerType;
3748
+ Float: import("@elaraai/east").FloatType;
3749
+ String: StringType;
3750
+ DateTime: import("@elaraai/east").DateTimeType;
3751
+ }>;
3752
+ }>], import("@elaraai/east").NullType>>;
3753
+ onRowClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3754
+ rowIndex: import("@elaraai/east").IntegerType;
3755
+ }>], import("@elaraai/east").NullType>>;
3756
+ onRowDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3757
+ rowIndex: import("@elaraai/east").IntegerType;
3758
+ }>], import("@elaraai/east").NullType>>;
3759
+ onRowSelectionChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3760
+ rowIndex: import("@elaraai/east").IntegerType;
3761
+ selected: BooleanType;
3762
+ selectedRowsIndices: import("@elaraai/east").ArrayType<import("@elaraai/east").IntegerType>;
3763
+ }>], import("@elaraai/east").NullType>>;
3764
+ onSortChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3765
+ columnKey: StringType;
3766
+ sortIndex: import("@elaraai/east").IntegerType;
3767
+ sortDirection: import("@elaraai/east").VariantType<{
3768
+ asc: import("@elaraai/east").NullType;
3769
+ desc: import("@elaraai/east").NullType;
3770
+ }>;
3771
+ }>], import("@elaraai/east").NullType>>;
3222
3772
  }>>;
3223
3773
  }>;
3224
3774
  Gantt: StructType<{
@@ -3308,6 +3858,104 @@ export declare const TooltipType: StructType<{
3308
3858
  pink: import("@elaraai/east").NullType;
3309
3859
  }>>;
3310
3860
  showToday: OptionType<BooleanType>;
3861
+ dragStep: OptionType<import("@elaraai/east").VariantType<{
3862
+ minutes: import("@elaraai/east").FloatType;
3863
+ hours: import("@elaraai/east").FloatType;
3864
+ days: import("@elaraai/east").FloatType;
3865
+ weeks: import("@elaraai/east").FloatType;
3866
+ months: import("@elaraai/east").FloatType;
3867
+ }>>;
3868
+ durationStep: OptionType<import("@elaraai/east").VariantType<{
3869
+ minutes: import("@elaraai/east").FloatType;
3870
+ hours: import("@elaraai/east").FloatType;
3871
+ days: import("@elaraai/east").FloatType;
3872
+ weeks: import("@elaraai/east").FloatType;
3873
+ months: import("@elaraai/east").FloatType;
3874
+ }>>;
3875
+ onCellClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3876
+ rowIndex: import("@elaraai/east").IntegerType;
3877
+ columnKey: StringType;
3878
+ cellValue: import("@elaraai/east").VariantType<{
3879
+ Boolean: BooleanType;
3880
+ Integer: import("@elaraai/east").IntegerType;
3881
+ Float: import("@elaraai/east").FloatType;
3882
+ String: StringType;
3883
+ DateTime: import("@elaraai/east").DateTimeType;
3884
+ }>;
3885
+ }>], import("@elaraai/east").NullType>>;
3886
+ onCellDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3887
+ rowIndex: import("@elaraai/east").IntegerType;
3888
+ columnKey: StringType;
3889
+ cellValue: import("@elaraai/east").VariantType<{
3890
+ Boolean: BooleanType;
3891
+ Integer: import("@elaraai/east").IntegerType;
3892
+ Float: import("@elaraai/east").FloatType;
3893
+ String: StringType;
3894
+ DateTime: import("@elaraai/east").DateTimeType;
3895
+ }>;
3896
+ }>], import("@elaraai/east").NullType>>;
3897
+ onRowClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3898
+ rowIndex: import("@elaraai/east").IntegerType;
3899
+ }>], import("@elaraai/east").NullType>>;
3900
+ onRowDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3901
+ rowIndex: import("@elaraai/east").IntegerType;
3902
+ }>], import("@elaraai/east").NullType>>;
3903
+ onSortChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3904
+ columnKey: StringType;
3905
+ sortIndex: import("@elaraai/east").IntegerType;
3906
+ sortDirection: import("@elaraai/east").VariantType<{
3907
+ asc: import("@elaraai/east").NullType;
3908
+ desc: import("@elaraai/east").NullType;
3909
+ }>;
3910
+ }>], import("@elaraai/east").NullType>>;
3911
+ onTaskClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3912
+ rowIndex: import("@elaraai/east").IntegerType;
3913
+ taskIndex: import("@elaraai/east").IntegerType;
3914
+ taskStart: import("@elaraai/east").DateTimeType;
3915
+ taskEnd: import("@elaraai/east").DateTimeType;
3916
+ }>], import("@elaraai/east").NullType>>;
3917
+ onTaskDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3918
+ rowIndex: import("@elaraai/east").IntegerType;
3919
+ taskIndex: import("@elaraai/east").IntegerType;
3920
+ taskStart: import("@elaraai/east").DateTimeType;
3921
+ taskEnd: import("@elaraai/east").DateTimeType;
3922
+ }>], import("@elaraai/east").NullType>>;
3923
+ onTaskDrag: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3924
+ rowIndex: import("@elaraai/east").IntegerType;
3925
+ taskIndex: import("@elaraai/east").IntegerType;
3926
+ previousStart: import("@elaraai/east").DateTimeType;
3927
+ previousEnd: import("@elaraai/east").DateTimeType;
3928
+ newStart: import("@elaraai/east").DateTimeType;
3929
+ newEnd: import("@elaraai/east").DateTimeType;
3930
+ }>], import("@elaraai/east").NullType>>;
3931
+ onTaskDurationChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3932
+ rowIndex: import("@elaraai/east").IntegerType;
3933
+ taskIndex: import("@elaraai/east").IntegerType;
3934
+ previousEnd: import("@elaraai/east").DateTimeType;
3935
+ newEnd: import("@elaraai/east").DateTimeType;
3936
+ }>], import("@elaraai/east").NullType>>;
3937
+ onTaskProgressChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3938
+ rowIndex: import("@elaraai/east").IntegerType;
3939
+ taskIndex: import("@elaraai/east").IntegerType;
3940
+ previousProgress: import("@elaraai/east").FloatType;
3941
+ newProgress: import("@elaraai/east").FloatType;
3942
+ }>], import("@elaraai/east").NullType>>;
3943
+ onMilestoneClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3944
+ rowIndex: import("@elaraai/east").IntegerType;
3945
+ milestoneIndex: import("@elaraai/east").IntegerType;
3946
+ milestoneDate: import("@elaraai/east").DateTimeType;
3947
+ }>], import("@elaraai/east").NullType>>;
3948
+ onMilestoneDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3949
+ rowIndex: import("@elaraai/east").IntegerType;
3950
+ milestoneIndex: import("@elaraai/east").IntegerType;
3951
+ milestoneDate: import("@elaraai/east").DateTimeType;
3952
+ }>], import("@elaraai/east").NullType>>;
3953
+ onMilestoneDrag: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3954
+ rowIndex: import("@elaraai/east").IntegerType;
3955
+ milestoneIndex: import("@elaraai/east").IntegerType;
3956
+ previousDate: import("@elaraai/east").DateTimeType;
3957
+ newDate: import("@elaraai/east").DateTimeType;
3958
+ }>], import("@elaraai/east").NullType>>;
3311
3959
  }>>;
3312
3960
  }>;
3313
3961
  Accordion: StructType<{
@@ -3325,6 +3973,7 @@ export declare const TooltipType: StructType<{
3325
3973
  plain: import("@elaraai/east").NullType;
3326
3974
  subtle: import("@elaraai/east").NullType;
3327
3975
  }>>;
3976
+ onValueChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").ArrayType<StringType>], import("@elaraai/east").NullType>>;
3328
3977
  }>>;
3329
3978
  }>;
3330
3979
  Carousel: StructType<{
@@ -3345,6 +3994,7 @@ export declare const TooltipType: StructType<{
3345
3994
  }>>;
3346
3995
  spacing: OptionType<StringType>;
3347
3996
  padding: OptionType<StringType>;
3997
+ onIndexChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
3348
3998
  }>>;
3349
3999
  }>;
3350
4000
  Tabs: StructType<{
@@ -3397,6 +4047,7 @@ export declare const TooltipType: StructType<{
3397
4047
  purple: import("@elaraai/east").NullType;
3398
4048
  pink: import("@elaraai/east").NullType;
3399
4049
  }>>;
4050
+ onValueChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
3400
4051
  }>>;
3401
4052
  }>;
3402
4053
  Tooltip: StructType<{
@@ -3479,6 +4130,10 @@ export declare const TooltipType: StructType<{
3479
4130
  dialog: import("@elaraai/east").NullType;
3480
4131
  alertdialog: import("@elaraai/east").NullType;
3481
4132
  }>>;
4133
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
4134
+ onExitComplete: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4135
+ onEscapeKeyDown: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4136
+ onInteractOutside: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
3482
4137
  }>>;
3483
4138
  }>;
3484
4139
  Drawer: StructType<{
@@ -3502,6 +4157,8 @@ export declare const TooltipType: StructType<{
3502
4157
  bottom: import("@elaraai/east").NullType;
3503
4158
  }>>;
3504
4159
  contained: OptionType<BooleanType>;
4160
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
4161
+ onExitComplete: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
3505
4162
  }>>;
3506
4163
  }>;
3507
4164
  Popover: StructType<{
@@ -3532,6 +4189,7 @@ export declare const TooltipType: StructType<{
3532
4189
  }>>;
3533
4190
  hasArrow: OptionType<BooleanType>;
3534
4191
  gutter: OptionType<import("@elaraai/east").IntegerType>;
4192
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
3535
4193
  }>>;
3536
4194
  }>;
3537
4195
  HoverCard: StructType<{
@@ -3561,6 +4219,7 @@ export declare const TooltipType: StructType<{
3561
4219
  hasArrow: OptionType<BooleanType>;
3562
4220
  openDelay: OptionType<import("@elaraai/east").IntegerType>;
3563
4221
  closeDelay: OptionType<import("@elaraai/east").IntegerType>;
4222
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
3564
4223
  }>>;
3565
4224
  }>;
3566
4225
  ActionBar: StructType<{
@@ -3574,7 +4233,10 @@ export declare const TooltipType: StructType<{
3574
4233
  }>>;
3575
4234
  selectionCount: OptionType<import("@elaraai/east").IntegerType>;
3576
4235
  selectionLabel: OptionType<StringType>;
3577
- style: OptionType<StructType<{}>>;
4236
+ style: OptionType<StructType<{
4237
+ onSelect: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
4238
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
4239
+ }>>;
3578
4240
  }>;
3579
4241
  ToggleTip: StructType<{
3580
4242
  trigger: import("@elaraai/east").RecursiveTypeMarker;
@@ -3595,8 +4257,12 @@ export declare const TooltipType: StructType<{
3595
4257
  "right-end": import("@elaraai/east").NullType;
3596
4258
  }>>;
3597
4259
  hasArrow: OptionType<BooleanType>;
4260
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
3598
4261
  }>>;
3599
4262
  }>;
4263
+ ReactiveComponent: StructType<{
4264
+ render: import("@elaraai/east").FunctionType<[], import("@elaraai/east").RecursiveTypeMarker>;
4265
+ }>;
3600
4266
  }>>;
3601
4267
  content: StringType;
3602
4268
  placement: OptionType<import("@elaraai/east").VariantType<{
@@ -3633,30 +4299,15 @@ export type TooltipType = typeof TooltipType;
3633
4299
  *
3634
4300
  * @example
3635
4301
  * ```ts
3636
- * import { Tooltip, Button, Text } from "@elaraai/east-ui";
4302
+ * import { East } from "@elaraai/east";
4303
+ * import { Tooltip, Button, UIComponentType } from "@elaraai/east-ui";
3637
4304
  *
3638
- * // Simple tooltip on a button
3639
- * const tooltipButton = Tooltip.Root(
3640
- * Button.Root("Hover me"),
3641
- * "This is a helpful tip"
3642
- * );
3643
- *
3644
- * // Tooltip with placement
3645
- * const topTooltip = Tooltip.Root(
3646
- * Text.Root("Hover for info"),
3647
- * "Additional information",
3648
- * { placement: "top" }
3649
- * );
3650
- *
3651
- * // Tooltip with arrow
3652
- * const arrowTooltip = Tooltip.Root(
3653
- * Button.Root("Save"),
3654
- * "Save your changes",
3655
- * { placement: "bottom", hasArrow: true }
3656
- * );
3657
- *
3658
- * // Access the type
3659
- * const tooltipType = Tooltip.Types.Style;
4305
+ * const example = East.function([], UIComponentType, $ => {
4306
+ * return Tooltip.Root(
4307
+ * Button.Root("Hover me"),
4308
+ * "This is a helpful tip"
4309
+ * );
4310
+ * });
3660
4311
  * ```
3661
4312
  */
3662
4313
  declare function createTooltip(trigger: SubtypeExprOrValue<UIComponentType>, content: SubtypeExprOrValue<StringType>, style?: TooltipStyle): ExprType<UIComponentType>;
@@ -3665,17 +4316,6 @@ declare function createTooltip(trigger: SubtypeExprOrValue<UIComponentType>, con
3665
4316
  *
3666
4317
  * @remarks
3667
4318
  * Use `Tooltip.Root(trigger, content, style)` to create a tooltip, or access `Tooltip.Types` for East types.
3668
- *
3669
- * @example
3670
- * ```ts
3671
- * import { Tooltip, Button } from "@elaraai/east-ui";
3672
- *
3673
- * // Create a tooltip
3674
- * const tooltip = Tooltip.Root(Button.Root("Help"), "Click for help");
3675
- *
3676
- * // Access the type
3677
- * const styleType = Tooltip.Types.Style;
3678
- * ```
3679
4319
  */
3680
4320
  export declare const Tooltip: {
3681
4321
  /**
@@ -3897,6 +4537,7 @@ export declare const Tooltip: {
3897
4537
  highlightLines: OptionType<import("@elaraai/east").ArrayType<import("@elaraai/east").IntegerType>>;
3898
4538
  maxHeight: OptionType<StringType>;
3899
4539
  showCopyButton: OptionType<BooleanType>;
4540
+ wordWrap: OptionType<BooleanType>;
3900
4541
  title: OptionType<StringType>;
3901
4542
  }>;
3902
4543
  Button: StructType<{
@@ -3928,6 +4569,7 @@ export declare const Tooltip: {
3928
4569
  }>>;
3929
4570
  loading: OptionType<BooleanType>;
3930
4571
  disabled: OptionType<BooleanType>;
4572
+ onClick: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
3931
4573
  }>>;
3932
4574
  }>;
3933
4575
  IconButton: StructType<{
@@ -3960,6 +4602,7 @@ export declare const Tooltip: {
3960
4602
  }>>;
3961
4603
  loading: OptionType<BooleanType>;
3962
4604
  disabled: OptionType<BooleanType>;
4605
+ onClick: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
3963
4606
  }>>;
3964
4607
  }>;
3965
4608
  Box: StructType<{
@@ -3977,6 +4620,28 @@ export declare const Tooltip: {
3977
4620
  }>>;
3978
4621
  width: OptionType<StringType>;
3979
4622
  height: OptionType<StringType>;
4623
+ minHeight: OptionType<StringType>;
4624
+ minWidth: OptionType<StringType>;
4625
+ maxHeight: OptionType<StringType>;
4626
+ maxWidth: OptionType<StringType>;
4627
+ overflow: OptionType<import("@elaraai/east").VariantType<{
4628
+ visible: import("@elaraai/east").NullType;
4629
+ hidden: import("@elaraai/east").NullType;
4630
+ scroll: import("@elaraai/east").NullType;
4631
+ auto: import("@elaraai/east").NullType;
4632
+ }>>;
4633
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
4634
+ visible: import("@elaraai/east").NullType;
4635
+ hidden: import("@elaraai/east").NullType;
4636
+ scroll: import("@elaraai/east").NullType;
4637
+ auto: import("@elaraai/east").NullType;
4638
+ }>>;
4639
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
4640
+ visible: import("@elaraai/east").NullType;
4641
+ hidden: import("@elaraai/east").NullType;
4642
+ scroll: import("@elaraai/east").NullType;
4643
+ auto: import("@elaraai/east").NullType;
4644
+ }>>;
3980
4645
  padding: OptionType<StructType<{
3981
4646
  top: OptionType<StringType>;
3982
4647
  right: OptionType<StringType>;
@@ -3989,15 +4654,47 @@ export declare const Tooltip: {
3989
4654
  bottom: OptionType<StringType>;
3990
4655
  left: OptionType<StringType>;
3991
4656
  }>>;
3992
- background: OptionType<StringType>;
3993
- color: OptionType<StringType>;
3994
- borderRadius: OptionType<StringType>;
3995
- flexDirection: OptionType<import("@elaraai/east").VariantType<{
4657
+ background: OptionType<StringType>;
4658
+ color: OptionType<StringType>;
4659
+ borderRadius: OptionType<StringType>;
4660
+ flexDirection: OptionType<import("@elaraai/east").VariantType<{
4661
+ row: import("@elaraai/east").NullType;
4662
+ column: import("@elaraai/east").NullType;
4663
+ "row-reverse": import("@elaraai/east").NullType;
4664
+ "column-reverse": import("@elaraai/east").NullType;
4665
+ }>>;
4666
+ justifyContent: OptionType<import("@elaraai/east").VariantType<{
4667
+ "flex-start": import("@elaraai/east").NullType;
4668
+ "flex-end": import("@elaraai/east").NullType;
4669
+ center: import("@elaraai/east").NullType;
4670
+ "space-between": import("@elaraai/east").NullType;
4671
+ "space-around": import("@elaraai/east").NullType;
4672
+ "space-evenly": import("@elaraai/east").NullType;
4673
+ }>>;
4674
+ alignItems: OptionType<import("@elaraai/east").VariantType<{
4675
+ "flex-start": import("@elaraai/east").NullType;
4676
+ "flex-end": import("@elaraai/east").NullType;
4677
+ center: import("@elaraai/east").NullType;
4678
+ baseline: import("@elaraai/east").NullType;
4679
+ stretch: import("@elaraai/east").NullType;
4680
+ }>>;
4681
+ gap: OptionType<StringType>;
4682
+ }>>;
4683
+ }>;
4684
+ Flex: StructType<{
4685
+ children: import("@elaraai/east").ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
4686
+ style: OptionType<StructType<{
4687
+ direction: OptionType<import("@elaraai/east").VariantType<{
3996
4688
  row: import("@elaraai/east").NullType;
3997
4689
  column: import("@elaraai/east").NullType;
3998
4690
  "row-reverse": import("@elaraai/east").NullType;
3999
4691
  "column-reverse": import("@elaraai/east").NullType;
4000
4692
  }>>;
4693
+ wrap: OptionType<import("@elaraai/east").VariantType<{
4694
+ nowrap: import("@elaraai/east").NullType;
4695
+ wrap: import("@elaraai/east").NullType;
4696
+ "wrap-reverse": import("@elaraai/east").NullType;
4697
+ }>>;
4001
4698
  justifyContent: OptionType<import("@elaraai/east").VariantType<{
4002
4699
  "flex-start": import("@elaraai/east").NullType;
4003
4700
  "flex-end": import("@elaraai/east").NullType;
@@ -4014,6 +4711,45 @@ export declare const Tooltip: {
4014
4711
  stretch: import("@elaraai/east").NullType;
4015
4712
  }>>;
4016
4713
  gap: OptionType<StringType>;
4714
+ width: OptionType<StringType>;
4715
+ height: OptionType<StringType>;
4716
+ minHeight: OptionType<StringType>;
4717
+ minWidth: OptionType<StringType>;
4718
+ maxHeight: OptionType<StringType>;
4719
+ maxWidth: OptionType<StringType>;
4720
+ overflow: OptionType<import("@elaraai/east").VariantType<{
4721
+ visible: import("@elaraai/east").NullType;
4722
+ hidden: import("@elaraai/east").NullType;
4723
+ scroll: import("@elaraai/east").NullType;
4724
+ auto: import("@elaraai/east").NullType;
4725
+ }>>;
4726
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
4727
+ visible: import("@elaraai/east").NullType;
4728
+ hidden: import("@elaraai/east").NullType;
4729
+ scroll: import("@elaraai/east").NullType;
4730
+ auto: import("@elaraai/east").NullType;
4731
+ }>>;
4732
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
4733
+ visible: import("@elaraai/east").NullType;
4734
+ hidden: import("@elaraai/east").NullType;
4735
+ scroll: import("@elaraai/east").NullType;
4736
+ auto: import("@elaraai/east").NullType;
4737
+ }>>;
4738
+ padding: OptionType<StructType<{
4739
+ top: OptionType<StringType>;
4740
+ right: OptionType<StringType>;
4741
+ bottom: OptionType<StringType>;
4742
+ left: OptionType<StringType>;
4743
+ }>>;
4744
+ margin: OptionType<StructType<{
4745
+ top: OptionType<StringType>;
4746
+ right: OptionType<StringType>;
4747
+ bottom: OptionType<StringType>;
4748
+ left: OptionType<StringType>;
4749
+ }>>;
4750
+ background: OptionType<StringType>;
4751
+ color: OptionType<StringType>;
4752
+ borderRadius: OptionType<StringType>;
4017
4753
  }>>;
4018
4754
  }>;
4019
4755
  Stack: StructType<{
@@ -4061,6 +4797,28 @@ export declare const Tooltip: {
4061
4797
  background: OptionType<StringType>;
4062
4798
  width: OptionType<StringType>;
4063
4799
  height: OptionType<StringType>;
4800
+ minHeight: OptionType<StringType>;
4801
+ minWidth: OptionType<StringType>;
4802
+ maxHeight: OptionType<StringType>;
4803
+ maxWidth: OptionType<StringType>;
4804
+ overflow: OptionType<import("@elaraai/east").VariantType<{
4805
+ visible: import("@elaraai/east").NullType;
4806
+ hidden: import("@elaraai/east").NullType;
4807
+ scroll: import("@elaraai/east").NullType;
4808
+ auto: import("@elaraai/east").NullType;
4809
+ }>>;
4810
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
4811
+ visible: import("@elaraai/east").NullType;
4812
+ hidden: import("@elaraai/east").NullType;
4813
+ scroll: import("@elaraai/east").NullType;
4814
+ auto: import("@elaraai/east").NullType;
4815
+ }>>;
4816
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
4817
+ visible: import("@elaraai/east").NullType;
4818
+ hidden: import("@elaraai/east").NullType;
4819
+ scroll: import("@elaraai/east").NullType;
4820
+ auto: import("@elaraai/east").NullType;
4821
+ }>>;
4064
4822
  }>>;
4065
4823
  }>;
4066
4824
  Separator: StructType<{
@@ -4155,6 +4913,13 @@ export declare const Tooltip: {
4155
4913
  horizontal: import("@elaraai/east").NullType;
4156
4914
  vertical: import("@elaraai/east").NullType;
4157
4915
  }>>;
4916
+ onResize: OptionType<import("@elaraai/east").FunctionType<[StructType<{
4917
+ size: import("@elaraai/east").ArrayType<import("@elaraai/east").FloatType>;
4918
+ }>], import("@elaraai/east").NullType>>;
4919
+ onResizeStart: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4920
+ onResizeEnd: OptionType<import("@elaraai/east").FunctionType<[StructType<{
4921
+ size: import("@elaraai/east").ArrayType<import("@elaraai/east").FloatType>;
4922
+ }>], import("@elaraai/east").NullType>>;
4158
4923
  }>>;
4159
4924
  }>;
4160
4925
  StringInput: StructType<{
@@ -4174,6 +4939,9 @@ export declare const Tooltip: {
4174
4939
  maxLength: OptionType<import("@elaraai/east").IntegerType>;
4175
4940
  pattern: OptionType<StringType>;
4176
4941
  disabled: OptionType<BooleanType>;
4942
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
4943
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4944
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4177
4945
  }>;
4178
4946
  IntegerInput: StructType<{
4179
4947
  value: import("@elaraai/east").IntegerType;
@@ -4192,6 +4960,9 @@ export declare const Tooltip: {
4192
4960
  lg: import("@elaraai/east").NullType;
4193
4961
  }>>;
4194
4962
  disabled: OptionType<BooleanType>;
4963
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
4964
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4965
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4195
4966
  }>;
4196
4967
  FloatInput: StructType<{
4197
4968
  value: import("@elaraai/east").FloatType;
@@ -4211,13 +4982,44 @@ export declare const Tooltip: {
4211
4982
  lg: import("@elaraai/east").NullType;
4212
4983
  }>>;
4213
4984
  disabled: OptionType<BooleanType>;
4985
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
4986
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4987
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4214
4988
  }>;
4215
4989
  DateTimeInput: StructType<{
4216
4990
  value: import("@elaraai/east").DateTimeType;
4217
4991
  min: OptionType<import("@elaraai/east").DateTimeType>;
4218
4992
  max: OptionType<import("@elaraai/east").DateTimeType>;
4219
- showTime: OptionType<BooleanType>;
4220
- format: OptionType<StringType>;
4993
+ precision: OptionType<import("@elaraai/east").VariantType<{
4994
+ date: import("@elaraai/east").NullType;
4995
+ time: import("@elaraai/east").NullType;
4996
+ datetime: import("@elaraai/east").NullType;
4997
+ }>>;
4998
+ format: OptionType<import("@elaraai/east").ArrayType<import("@elaraai/east").VariantType<{
4999
+ literal: StringType;
5000
+ year4: import("@elaraai/east").NullType;
5001
+ year2: import("@elaraai/east").NullType;
5002
+ month1: import("@elaraai/east").NullType;
5003
+ month2: import("@elaraai/east").NullType;
5004
+ monthNameShort: import("@elaraai/east").NullType;
5005
+ monthNameFull: import("@elaraai/east").NullType;
5006
+ day1: import("@elaraai/east").NullType;
5007
+ day2: import("@elaraai/east").NullType;
5008
+ weekdayNameMin: import("@elaraai/east").NullType;
5009
+ weekdayNameShort: import("@elaraai/east").NullType;
5010
+ weekdayNameFull: import("@elaraai/east").NullType;
5011
+ hour24_1: import("@elaraai/east").NullType;
5012
+ hour24_2: import("@elaraai/east").NullType;
5013
+ hour12_1: import("@elaraai/east").NullType;
5014
+ hour12_2: import("@elaraai/east").NullType;
5015
+ minute1: import("@elaraai/east").NullType;
5016
+ minute2: import("@elaraai/east").NullType;
5017
+ second1: import("@elaraai/east").NullType;
5018
+ second2: import("@elaraai/east").NullType;
5019
+ millisecond3: import("@elaraai/east").NullType;
5020
+ ampmUpper: import("@elaraai/east").NullType;
5021
+ ampmLower: import("@elaraai/east").NullType;
5022
+ }>>>;
4221
5023
  variant: OptionType<import("@elaraai/east").VariantType<{
4222
5024
  outline: import("@elaraai/east").NullType;
4223
5025
  subtle: import("@elaraai/east").NullType;
@@ -4230,6 +5032,9 @@ export declare const Tooltip: {
4230
5032
  lg: import("@elaraai/east").NullType;
4231
5033
  }>>;
4232
5034
  disabled: OptionType<BooleanType>;
5035
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").DateTimeType], import("@elaraai/east").NullType>>;
5036
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5037
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4233
5038
  }>;
4234
5039
  Checkbox: StructType<{
4235
5040
  checked: BooleanType;
@@ -4254,6 +5059,7 @@ export declare const Tooltip: {
4254
5059
  md: import("@elaraai/east").NullType;
4255
5060
  lg: import("@elaraai/east").NullType;
4256
5061
  }>>;
5062
+ onChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
4257
5063
  }>;
4258
5064
  Switch: StructType<{
4259
5065
  checked: BooleanType;
@@ -4277,6 +5083,7 @@ export declare const Tooltip: {
4277
5083
  md: import("@elaraai/east").NullType;
4278
5084
  lg: import("@elaraai/east").NullType;
4279
5085
  }>>;
5086
+ onChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
4280
5087
  }>;
4281
5088
  Select: StructType<{
4282
5089
  value: OptionType<StringType>;
@@ -4294,6 +5101,9 @@ export declare const Tooltip: {
4294
5101
  md: import("@elaraai/east").NullType;
4295
5102
  lg: import("@elaraai/east").NullType;
4296
5103
  }>>;
5104
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
5105
+ onChangeMultiple: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").ArrayType<StringType>], import("@elaraai/east").NullType>>;
5106
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
4297
5107
  }>;
4298
5108
  Slider: StructType<{
4299
5109
  value: import("@elaraai/east").FloatType;
@@ -4327,6 +5137,8 @@ export declare const Tooltip: {
4327
5137
  subtle: import("@elaraai/east").NullType;
4328
5138
  }>>;
4329
5139
  disabled: OptionType<BooleanType>;
5140
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
5141
+ onChangeEnd: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
4330
5142
  }>;
4331
5143
  FileUpload: StructType<{
4332
5144
  accept: OptionType<StringType>;
@@ -4345,31 +5157,358 @@ export declare const Tooltip: {
4345
5157
  label: OptionType<StringType>;
4346
5158
  dropzoneText: OptionType<StringType>;
4347
5159
  triggerText: OptionType<StringType>;
5160
+ onFileAccept: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").ArrayType<StructType<{
5161
+ name: StringType;
5162
+ size: import("@elaraai/east").IntegerType;
5163
+ type: StringType;
5164
+ }>>], import("@elaraai/east").NullType>>;
5165
+ onFileReject: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").ArrayType<StructType<{
5166
+ file: StructType<{
5167
+ name: StringType;
5168
+ size: import("@elaraai/east").IntegerType;
5169
+ type: StringType;
5170
+ }>;
5171
+ errors: import("@elaraai/east").ArrayType<StringType>;
5172
+ }>>], import("@elaraai/east").NullType>>;
4348
5173
  }>;
4349
5174
  Field: StructType<{
4350
5175
  label: StringType;
4351
- control: import("@elaraai/east").RecursiveTypeMarker;
5176
+ control: import("@elaraai/east").VariantType<{
5177
+ Checkbox: StructType<{
5178
+ checked: BooleanType;
5179
+ label: OptionType<StringType>;
5180
+ indeterminate: OptionType<BooleanType>;
5181
+ disabled: OptionType<BooleanType>;
5182
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
5183
+ gray: import("@elaraai/east").NullType;
5184
+ red: import("@elaraai/east").NullType;
5185
+ orange: import("@elaraai/east").NullType;
5186
+ yellow: import("@elaraai/east").NullType;
5187
+ green: import("@elaraai/east").NullType;
5188
+ teal: import("@elaraai/east").NullType;
5189
+ blue: import("@elaraai/east").NullType;
5190
+ cyan: import("@elaraai/east").NullType;
5191
+ purple: import("@elaraai/east").NullType;
5192
+ pink: import("@elaraai/east").NullType;
5193
+ }>>;
5194
+ size: OptionType<import("@elaraai/east").VariantType<{
5195
+ xs: import("@elaraai/east").NullType;
5196
+ sm: import("@elaraai/east").NullType;
5197
+ md: import("@elaraai/east").NullType;
5198
+ lg: import("@elaraai/east").NullType;
5199
+ }>>;
5200
+ onChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
5201
+ }>;
5202
+ StringInput: StructType<{
5203
+ value: StringType;
5204
+ placeholder: OptionType<StringType>;
5205
+ variant: OptionType<import("@elaraai/east").VariantType<{
5206
+ outline: import("@elaraai/east").NullType;
5207
+ subtle: import("@elaraai/east").NullType;
5208
+ flushed: import("@elaraai/east").NullType;
5209
+ }>>;
5210
+ size: OptionType<import("@elaraai/east").VariantType<{
5211
+ xs: import("@elaraai/east").NullType;
5212
+ sm: import("@elaraai/east").NullType;
5213
+ md: import("@elaraai/east").NullType;
5214
+ lg: import("@elaraai/east").NullType;
5215
+ }>>;
5216
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
5217
+ pattern: OptionType<StringType>;
5218
+ disabled: OptionType<BooleanType>;
5219
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
5220
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5221
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5222
+ }>;
5223
+ IntegerInput: StructType<{
5224
+ value: import("@elaraai/east").IntegerType;
5225
+ min: OptionType<import("@elaraai/east").IntegerType>;
5226
+ max: OptionType<import("@elaraai/east").IntegerType>;
5227
+ step: OptionType<import("@elaraai/east").IntegerType>;
5228
+ variant: OptionType<import("@elaraai/east").VariantType<{
5229
+ outline: import("@elaraai/east").NullType;
5230
+ subtle: import("@elaraai/east").NullType;
5231
+ flushed: import("@elaraai/east").NullType;
5232
+ }>>;
5233
+ size: OptionType<import("@elaraai/east").VariantType<{
5234
+ xs: import("@elaraai/east").NullType;
5235
+ sm: import("@elaraai/east").NullType;
5236
+ md: import("@elaraai/east").NullType;
5237
+ lg: import("@elaraai/east").NullType;
5238
+ }>>;
5239
+ disabled: OptionType<BooleanType>;
5240
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
5241
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5242
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5243
+ }>;
5244
+ FloatInput: StructType<{
5245
+ value: import("@elaraai/east").FloatType;
5246
+ min: OptionType<import("@elaraai/east").FloatType>;
5247
+ max: OptionType<import("@elaraai/east").FloatType>;
5248
+ step: OptionType<import("@elaraai/east").FloatType>;
5249
+ precision: OptionType<import("@elaraai/east").IntegerType>;
5250
+ variant: OptionType<import("@elaraai/east").VariantType<{
5251
+ outline: import("@elaraai/east").NullType;
5252
+ subtle: import("@elaraai/east").NullType;
5253
+ flushed: import("@elaraai/east").NullType;
5254
+ }>>;
5255
+ size: OptionType<import("@elaraai/east").VariantType<{
5256
+ xs: import("@elaraai/east").NullType;
5257
+ sm: import("@elaraai/east").NullType;
5258
+ md: import("@elaraai/east").NullType;
5259
+ lg: import("@elaraai/east").NullType;
5260
+ }>>;
5261
+ disabled: OptionType<BooleanType>;
5262
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
5263
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5264
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5265
+ }>;
5266
+ DateTimeInput: StructType<{
5267
+ value: import("@elaraai/east").DateTimeType;
5268
+ min: OptionType<import("@elaraai/east").DateTimeType>;
5269
+ max: OptionType<import("@elaraai/east").DateTimeType>;
5270
+ precision: OptionType<import("@elaraai/east").VariantType<{
5271
+ date: import("@elaraai/east").NullType;
5272
+ time: import("@elaraai/east").NullType;
5273
+ datetime: import("@elaraai/east").NullType;
5274
+ }>>;
5275
+ format: OptionType<import("@elaraai/east").ArrayType<import("@elaraai/east").VariantType<{
5276
+ literal: StringType;
5277
+ year4: import("@elaraai/east").NullType;
5278
+ year2: import("@elaraai/east").NullType;
5279
+ month1: import("@elaraai/east").NullType;
5280
+ month2: import("@elaraai/east").NullType;
5281
+ monthNameShort: import("@elaraai/east").NullType;
5282
+ monthNameFull: import("@elaraai/east").NullType;
5283
+ day1: import("@elaraai/east").NullType;
5284
+ day2: import("@elaraai/east").NullType;
5285
+ weekdayNameMin: import("@elaraai/east").NullType;
5286
+ weekdayNameShort: import("@elaraai/east").NullType;
5287
+ weekdayNameFull: import("@elaraai/east").NullType;
5288
+ hour24_1: import("@elaraai/east").NullType;
5289
+ hour24_2: import("@elaraai/east").NullType;
5290
+ hour12_1: import("@elaraai/east").NullType;
5291
+ hour12_2: import("@elaraai/east").NullType;
5292
+ minute1: import("@elaraai/east").NullType;
5293
+ minute2: import("@elaraai/east").NullType;
5294
+ second1: import("@elaraai/east").NullType;
5295
+ second2: import("@elaraai/east").NullType;
5296
+ millisecond3: import("@elaraai/east").NullType;
5297
+ ampmUpper: import("@elaraai/east").NullType;
5298
+ ampmLower: import("@elaraai/east").NullType;
5299
+ }>>>;
5300
+ variant: OptionType<import("@elaraai/east").VariantType<{
5301
+ outline: import("@elaraai/east").NullType;
5302
+ subtle: import("@elaraai/east").NullType;
5303
+ flushed: import("@elaraai/east").NullType;
5304
+ }>>;
5305
+ size: OptionType<import("@elaraai/east").VariantType<{
5306
+ xs: import("@elaraai/east").NullType;
5307
+ sm: import("@elaraai/east").NullType;
5308
+ md: import("@elaraai/east").NullType;
5309
+ lg: import("@elaraai/east").NullType;
5310
+ }>>;
5311
+ disabled: OptionType<BooleanType>;
5312
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").DateTimeType], import("@elaraai/east").NullType>>;
5313
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5314
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5315
+ }>;
5316
+ FileUpload: StructType<{
5317
+ accept: OptionType<StringType>;
5318
+ maxFiles: OptionType<import("@elaraai/east").IntegerType>;
5319
+ maxFileSize: OptionType<import("@elaraai/east").IntegerType>;
5320
+ minFileSize: OptionType<import("@elaraai/east").IntegerType>;
5321
+ directory: OptionType<BooleanType>;
5322
+ disabled: OptionType<BooleanType>;
5323
+ required: OptionType<BooleanType>;
5324
+ allowDrop: OptionType<BooleanType>;
5325
+ capture: OptionType<import("@elaraai/east").VariantType<{
5326
+ user: import("@elaraai/east").NullType;
5327
+ environment: import("@elaraai/east").NullType;
5328
+ }>>;
5329
+ name: OptionType<StringType>;
5330
+ label: OptionType<StringType>;
5331
+ dropzoneText: OptionType<StringType>;
5332
+ triggerText: OptionType<StringType>;
5333
+ onFileAccept: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").ArrayType<StructType<{
5334
+ name: StringType;
5335
+ size: import("@elaraai/east").IntegerType;
5336
+ type: StringType;
5337
+ }>>], import("@elaraai/east").NullType>>;
5338
+ onFileReject: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").ArrayType<StructType<{
5339
+ file: StructType<{
5340
+ name: StringType;
5341
+ size: import("@elaraai/east").IntegerType;
5342
+ type: StringType;
5343
+ }>;
5344
+ errors: import("@elaraai/east").ArrayType<StringType>;
5345
+ }>>], import("@elaraai/east").NullType>>;
5346
+ }>;
5347
+ Select: StructType<{
5348
+ value: OptionType<StringType>;
5349
+ items: import("@elaraai/east").ArrayType<StructType<{
5350
+ value: StringType;
5351
+ label: StringType;
5352
+ disabled: OptionType<BooleanType>;
5353
+ }>>;
5354
+ placeholder: OptionType<StringType>;
5355
+ multiple: OptionType<BooleanType>;
5356
+ disabled: OptionType<BooleanType>;
5357
+ size: OptionType<import("@elaraai/east").VariantType<{
5358
+ xs: import("@elaraai/east").NullType;
5359
+ sm: import("@elaraai/east").NullType;
5360
+ md: import("@elaraai/east").NullType;
5361
+ lg: import("@elaraai/east").NullType;
5362
+ }>>;
5363
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
5364
+ onChangeMultiple: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").ArrayType<StringType>], import("@elaraai/east").NullType>>;
5365
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
5366
+ }>;
5367
+ Slider: StructType<{
5368
+ value: import("@elaraai/east").FloatType;
5369
+ min: OptionType<import("@elaraai/east").FloatType>;
5370
+ max: OptionType<import("@elaraai/east").FloatType>;
5371
+ step: OptionType<import("@elaraai/east").FloatType>;
5372
+ orientation: OptionType<import("@elaraai/east").VariantType<{
5373
+ horizontal: import("@elaraai/east").NullType;
5374
+ vertical: import("@elaraai/east").NullType;
5375
+ }>>;
5376
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
5377
+ gray: import("@elaraai/east").NullType;
5378
+ red: import("@elaraai/east").NullType;
5379
+ orange: import("@elaraai/east").NullType;
5380
+ yellow: import("@elaraai/east").NullType;
5381
+ green: import("@elaraai/east").NullType;
5382
+ teal: import("@elaraai/east").NullType;
5383
+ blue: import("@elaraai/east").NullType;
5384
+ cyan: import("@elaraai/east").NullType;
5385
+ purple: import("@elaraai/east").NullType;
5386
+ pink: import("@elaraai/east").NullType;
5387
+ }>>;
5388
+ size: OptionType<import("@elaraai/east").VariantType<{
5389
+ xs: import("@elaraai/east").NullType;
5390
+ sm: import("@elaraai/east").NullType;
5391
+ md: import("@elaraai/east").NullType;
5392
+ lg: import("@elaraai/east").NullType;
5393
+ }>>;
5394
+ variant: OptionType<import("@elaraai/east").VariantType<{
5395
+ outline: import("@elaraai/east").NullType;
5396
+ subtle: import("@elaraai/east").NullType;
5397
+ }>>;
5398
+ disabled: OptionType<BooleanType>;
5399
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
5400
+ onChangeEnd: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
5401
+ }>;
5402
+ Switch: StructType<{
5403
+ checked: BooleanType;
5404
+ label: OptionType<StringType>;
5405
+ disabled: OptionType<BooleanType>;
5406
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
5407
+ gray: import("@elaraai/east").NullType;
5408
+ red: import("@elaraai/east").NullType;
5409
+ orange: import("@elaraai/east").NullType;
5410
+ yellow: import("@elaraai/east").NullType;
5411
+ green: import("@elaraai/east").NullType;
5412
+ teal: import("@elaraai/east").NullType;
5413
+ blue: import("@elaraai/east").NullType;
5414
+ cyan: import("@elaraai/east").NullType;
5415
+ purple: import("@elaraai/east").NullType;
5416
+ pink: import("@elaraai/east").NullType;
5417
+ }>>;
5418
+ size: OptionType<import("@elaraai/east").VariantType<{
5419
+ xs: import("@elaraai/east").NullType;
5420
+ sm: import("@elaraai/east").NullType;
5421
+ md: import("@elaraai/east").NullType;
5422
+ lg: import("@elaraai/east").NullType;
5423
+ }>>;
5424
+ onChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
5425
+ }>;
5426
+ TagsInput: StructType<{
5427
+ value: import("@elaraai/east").ArrayType<StringType>;
5428
+ defaultValue: OptionType<import("@elaraai/east").ArrayType<StringType>>;
5429
+ max: OptionType<import("@elaraai/east").IntegerType>;
5430
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
5431
+ disabled: OptionType<BooleanType>;
5432
+ readOnly: OptionType<BooleanType>;
5433
+ invalid: OptionType<BooleanType>;
5434
+ editable: OptionType<BooleanType>;
5435
+ delimiter: OptionType<StringType>;
5436
+ addOnPaste: OptionType<BooleanType>;
5437
+ blurBehavior: OptionType<import("@elaraai/east").VariantType<{
5438
+ clear: import("@elaraai/east").NullType;
5439
+ add: import("@elaraai/east").NullType;
5440
+ }>>;
5441
+ allowOverflow: OptionType<BooleanType>;
5442
+ label: OptionType<StringType>;
5443
+ placeholder: OptionType<StringType>;
5444
+ size: OptionType<import("@elaraai/east").VariantType<{
5445
+ xs: import("@elaraai/east").NullType;
5446
+ sm: import("@elaraai/east").NullType;
5447
+ md: import("@elaraai/east").NullType;
5448
+ lg: import("@elaraai/east").NullType;
5449
+ }>>;
5450
+ variant: OptionType<import("@elaraai/east").VariantType<{
5451
+ outline: import("@elaraai/east").NullType;
5452
+ subtle: import("@elaraai/east").NullType;
5453
+ flushed: import("@elaraai/east").NullType;
5454
+ }>>;
5455
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
5456
+ gray: import("@elaraai/east").NullType;
5457
+ red: import("@elaraai/east").NullType;
5458
+ orange: import("@elaraai/east").NullType;
5459
+ yellow: import("@elaraai/east").NullType;
5460
+ green: import("@elaraai/east").NullType;
5461
+ teal: import("@elaraai/east").NullType;
5462
+ blue: import("@elaraai/east").NullType;
5463
+ cyan: import("@elaraai/east").NullType;
5464
+ purple: import("@elaraai/east").NullType;
5465
+ pink: import("@elaraai/east").NullType;
5466
+ }>>;
5467
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").ArrayType<StringType>], import("@elaraai/east").NullType>>;
5468
+ onInputChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
5469
+ onHighlightChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
5470
+ }>;
5471
+ Textarea: StructType<{
5472
+ value: StringType;
5473
+ placeholder: OptionType<StringType>;
5474
+ variant: OptionType<import("@elaraai/east").VariantType<{
5475
+ outline: import("@elaraai/east").NullType;
5476
+ subtle: import("@elaraai/east").NullType;
5477
+ flushed: import("@elaraai/east").NullType;
5478
+ }>>;
5479
+ size: OptionType<import("@elaraai/east").VariantType<{
5480
+ xs: import("@elaraai/east").NullType;
5481
+ sm: import("@elaraai/east").NullType;
5482
+ md: import("@elaraai/east").NullType;
5483
+ lg: import("@elaraai/east").NullType;
5484
+ }>>;
5485
+ resize: OptionType<import("@elaraai/east").VariantType<{
5486
+ none: import("@elaraai/east").NullType;
5487
+ vertical: import("@elaraai/east").NullType;
5488
+ horizontal: import("@elaraai/east").NullType;
5489
+ both: import("@elaraai/east").NullType;
5490
+ }>>;
5491
+ rows: OptionType<import("@elaraai/east").IntegerType>;
5492
+ disabled: OptionType<BooleanType>;
5493
+ readOnly: OptionType<BooleanType>;
5494
+ required: OptionType<BooleanType>;
5495
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
5496
+ autoresize: OptionType<BooleanType>;
5497
+ onValidate: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
5498
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
5499
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5500
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5501
+ }>;
5502
+ }>;
4352
5503
  helperText: OptionType<StringType>;
4353
5504
  errorText: OptionType<StringType>;
4354
5505
  required: OptionType<BooleanType>;
4355
5506
  disabled: OptionType<BooleanType>;
4356
5507
  invalid: OptionType<BooleanType>;
4357
5508
  readOnly: OptionType<BooleanType>;
4358
- }>;
4359
- Fieldset: StructType<{
4360
- legend: OptionType<StringType>;
4361
- helperText: OptionType<StringType>;
4362
- errorText: OptionType<StringType>;
4363
- content: import("@elaraai/east").ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
4364
- disabled: OptionType<BooleanType>;
4365
- invalid: OptionType<BooleanType>;
4366
- style: OptionType<StructType<{
4367
- size: OptionType<import("@elaraai/east").VariantType<{
4368
- xs: import("@elaraai/east").NullType;
4369
- sm: import("@elaraai/east").NullType;
4370
- md: import("@elaraai/east").NullType;
4371
- lg: import("@elaraai/east").NullType;
4372
- }>>;
5509
+ orientation: OptionType<import("@elaraai/east").VariantType<{
5510
+ vertical: import("@elaraai/east").NullType;
5511
+ horizontal: import("@elaraai/east").NullType;
4373
5512
  }>>;
4374
5513
  }>;
4375
5514
  Textarea: StructType<{
@@ -4395,10 +5534,13 @@ export declare const Tooltip: {
4395
5534
  rows: OptionType<import("@elaraai/east").IntegerType>;
4396
5535
  disabled: OptionType<BooleanType>;
4397
5536
  readOnly: OptionType<BooleanType>;
4398
- invalid: OptionType<BooleanType>;
4399
5537
  required: OptionType<BooleanType>;
4400
5538
  maxLength: OptionType<import("@elaraai/east").IntegerType>;
4401
5539
  autoresize: OptionType<BooleanType>;
5540
+ onValidate: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
5541
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
5542
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5543
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4402
5544
  }>;
4403
5545
  TagsInput: StructType<{
4404
5546
  value: import("@elaraai/east").ArrayType<StringType>;
@@ -4441,6 +5583,9 @@ export declare const Tooltip: {
4441
5583
  purple: import("@elaraai/east").NullType;
4442
5584
  pink: import("@elaraai/east").NullType;
4443
5585
  }>>;
5586
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").ArrayType<StringType>], import("@elaraai/east").NullType>>;
5587
+ onInputChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
5588
+ onHighlightChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
4444
5589
  }>;
4445
5590
  Progress: StructType<{
4446
5591
  value: import("@elaraai/east").FloatType;
@@ -4540,6 +5685,7 @@ export declare const Tooltip: {
4540
5685
  xl: import("@elaraai/east").NullType;
4541
5686
  }>>;
4542
5687
  closable: OptionType<BooleanType>;
5688
+ onClose: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4543
5689
  }>;
4544
5690
  Avatar: StructType<{
4545
5691
  src: OptionType<StringType>;
@@ -6880,6 +8026,9 @@ export declare const Tooltip: {
6880
8026
  multiple: import("@elaraai/east").NullType;
6881
8027
  }>>;
6882
8028
  animateContent: OptionType<BooleanType>;
8029
+ onExpandedChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").ArrayType<StringType>], import("@elaraai/east").NullType>>;
8030
+ onSelectionChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").ArrayType<StringType>], import("@elaraai/east").NullType>>;
8031
+ onFocusChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
6883
8032
  }>>;
6884
8033
  }>;
6885
8034
  Table: StructType<{
@@ -6930,6 +8079,47 @@ export declare const Tooltip: {
6930
8079
  purple: import("@elaraai/east").NullType;
6931
8080
  pink: import("@elaraai/east").NullType;
6932
8081
  }>>;
8082
+ onCellClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8083
+ rowIndex: import("@elaraai/east").IntegerType;
8084
+ columnKey: StringType;
8085
+ cellValue: import("@elaraai/east").VariantType<{
8086
+ Boolean: BooleanType;
8087
+ Integer: import("@elaraai/east").IntegerType;
8088
+ Float: import("@elaraai/east").FloatType;
8089
+ String: StringType;
8090
+ DateTime: import("@elaraai/east").DateTimeType;
8091
+ }>;
8092
+ }>], import("@elaraai/east").NullType>>;
8093
+ onCellDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8094
+ rowIndex: import("@elaraai/east").IntegerType;
8095
+ columnKey: StringType;
8096
+ cellValue: import("@elaraai/east").VariantType<{
8097
+ Boolean: BooleanType;
8098
+ Integer: import("@elaraai/east").IntegerType;
8099
+ Float: import("@elaraai/east").FloatType;
8100
+ String: StringType;
8101
+ DateTime: import("@elaraai/east").DateTimeType;
8102
+ }>;
8103
+ }>], import("@elaraai/east").NullType>>;
8104
+ onRowClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8105
+ rowIndex: import("@elaraai/east").IntegerType;
8106
+ }>], import("@elaraai/east").NullType>>;
8107
+ onRowDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8108
+ rowIndex: import("@elaraai/east").IntegerType;
8109
+ }>], import("@elaraai/east").NullType>>;
8110
+ onRowSelectionChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8111
+ rowIndex: import("@elaraai/east").IntegerType;
8112
+ selected: BooleanType;
8113
+ selectedRowsIndices: import("@elaraai/east").ArrayType<import("@elaraai/east").IntegerType>;
8114
+ }>], import("@elaraai/east").NullType>>;
8115
+ onSortChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8116
+ columnKey: StringType;
8117
+ sortIndex: import("@elaraai/east").IntegerType;
8118
+ sortDirection: import("@elaraai/east").VariantType<{
8119
+ asc: import("@elaraai/east").NullType;
8120
+ desc: import("@elaraai/east").NullType;
8121
+ }>;
8122
+ }>], import("@elaraai/east").NullType>>;
6933
8123
  }>>;
6934
8124
  }>;
6935
8125
  Gantt: StructType<{
@@ -7019,6 +8209,104 @@ export declare const Tooltip: {
7019
8209
  pink: import("@elaraai/east").NullType;
7020
8210
  }>>;
7021
8211
  showToday: OptionType<BooleanType>;
8212
+ dragStep: OptionType<import("@elaraai/east").VariantType<{
8213
+ minutes: import("@elaraai/east").FloatType;
8214
+ hours: import("@elaraai/east").FloatType;
8215
+ days: import("@elaraai/east").FloatType;
8216
+ weeks: import("@elaraai/east").FloatType;
8217
+ months: import("@elaraai/east").FloatType;
8218
+ }>>;
8219
+ durationStep: OptionType<import("@elaraai/east").VariantType<{
8220
+ minutes: import("@elaraai/east").FloatType;
8221
+ hours: import("@elaraai/east").FloatType;
8222
+ days: import("@elaraai/east").FloatType;
8223
+ weeks: import("@elaraai/east").FloatType;
8224
+ months: import("@elaraai/east").FloatType;
8225
+ }>>;
8226
+ onCellClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8227
+ rowIndex: import("@elaraai/east").IntegerType;
8228
+ columnKey: StringType;
8229
+ cellValue: import("@elaraai/east").VariantType<{
8230
+ Boolean: BooleanType;
8231
+ Integer: import("@elaraai/east").IntegerType;
8232
+ Float: import("@elaraai/east").FloatType;
8233
+ String: StringType;
8234
+ DateTime: import("@elaraai/east").DateTimeType;
8235
+ }>;
8236
+ }>], import("@elaraai/east").NullType>>;
8237
+ onCellDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8238
+ rowIndex: import("@elaraai/east").IntegerType;
8239
+ columnKey: StringType;
8240
+ cellValue: import("@elaraai/east").VariantType<{
8241
+ Boolean: BooleanType;
8242
+ Integer: import("@elaraai/east").IntegerType;
8243
+ Float: import("@elaraai/east").FloatType;
8244
+ String: StringType;
8245
+ DateTime: import("@elaraai/east").DateTimeType;
8246
+ }>;
8247
+ }>], import("@elaraai/east").NullType>>;
8248
+ onRowClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8249
+ rowIndex: import("@elaraai/east").IntegerType;
8250
+ }>], import("@elaraai/east").NullType>>;
8251
+ onRowDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8252
+ rowIndex: import("@elaraai/east").IntegerType;
8253
+ }>], import("@elaraai/east").NullType>>;
8254
+ onSortChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8255
+ columnKey: StringType;
8256
+ sortIndex: import("@elaraai/east").IntegerType;
8257
+ sortDirection: import("@elaraai/east").VariantType<{
8258
+ asc: import("@elaraai/east").NullType;
8259
+ desc: import("@elaraai/east").NullType;
8260
+ }>;
8261
+ }>], import("@elaraai/east").NullType>>;
8262
+ onTaskClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8263
+ rowIndex: import("@elaraai/east").IntegerType;
8264
+ taskIndex: import("@elaraai/east").IntegerType;
8265
+ taskStart: import("@elaraai/east").DateTimeType;
8266
+ taskEnd: import("@elaraai/east").DateTimeType;
8267
+ }>], import("@elaraai/east").NullType>>;
8268
+ onTaskDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8269
+ rowIndex: import("@elaraai/east").IntegerType;
8270
+ taskIndex: import("@elaraai/east").IntegerType;
8271
+ taskStart: import("@elaraai/east").DateTimeType;
8272
+ taskEnd: import("@elaraai/east").DateTimeType;
8273
+ }>], import("@elaraai/east").NullType>>;
8274
+ onTaskDrag: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8275
+ rowIndex: import("@elaraai/east").IntegerType;
8276
+ taskIndex: import("@elaraai/east").IntegerType;
8277
+ previousStart: import("@elaraai/east").DateTimeType;
8278
+ previousEnd: import("@elaraai/east").DateTimeType;
8279
+ newStart: import("@elaraai/east").DateTimeType;
8280
+ newEnd: import("@elaraai/east").DateTimeType;
8281
+ }>], import("@elaraai/east").NullType>>;
8282
+ onTaskDurationChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8283
+ rowIndex: import("@elaraai/east").IntegerType;
8284
+ taskIndex: import("@elaraai/east").IntegerType;
8285
+ previousEnd: import("@elaraai/east").DateTimeType;
8286
+ newEnd: import("@elaraai/east").DateTimeType;
8287
+ }>], import("@elaraai/east").NullType>>;
8288
+ onTaskProgressChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8289
+ rowIndex: import("@elaraai/east").IntegerType;
8290
+ taskIndex: import("@elaraai/east").IntegerType;
8291
+ previousProgress: import("@elaraai/east").FloatType;
8292
+ newProgress: import("@elaraai/east").FloatType;
8293
+ }>], import("@elaraai/east").NullType>>;
8294
+ onMilestoneClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8295
+ rowIndex: import("@elaraai/east").IntegerType;
8296
+ milestoneIndex: import("@elaraai/east").IntegerType;
8297
+ milestoneDate: import("@elaraai/east").DateTimeType;
8298
+ }>], import("@elaraai/east").NullType>>;
8299
+ onMilestoneDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8300
+ rowIndex: import("@elaraai/east").IntegerType;
8301
+ milestoneIndex: import("@elaraai/east").IntegerType;
8302
+ milestoneDate: import("@elaraai/east").DateTimeType;
8303
+ }>], import("@elaraai/east").NullType>>;
8304
+ onMilestoneDrag: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8305
+ rowIndex: import("@elaraai/east").IntegerType;
8306
+ milestoneIndex: import("@elaraai/east").IntegerType;
8307
+ previousDate: import("@elaraai/east").DateTimeType;
8308
+ newDate: import("@elaraai/east").DateTimeType;
8309
+ }>], import("@elaraai/east").NullType>>;
7022
8310
  }>>;
7023
8311
  }>;
7024
8312
  Accordion: StructType<{
@@ -7036,6 +8324,7 @@ export declare const Tooltip: {
7036
8324
  plain: import("@elaraai/east").NullType;
7037
8325
  subtle: import("@elaraai/east").NullType;
7038
8326
  }>>;
8327
+ onValueChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").ArrayType<StringType>], import("@elaraai/east").NullType>>;
7039
8328
  }>>;
7040
8329
  }>;
7041
8330
  Carousel: StructType<{
@@ -7056,6 +8345,7 @@ export declare const Tooltip: {
7056
8345
  }>>;
7057
8346
  spacing: OptionType<StringType>;
7058
8347
  padding: OptionType<StringType>;
8348
+ onIndexChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
7059
8349
  }>>;
7060
8350
  }>;
7061
8351
  Tabs: StructType<{
@@ -7108,6 +8398,7 @@ export declare const Tooltip: {
7108
8398
  purple: import("@elaraai/east").NullType;
7109
8399
  pink: import("@elaraai/east").NullType;
7110
8400
  }>>;
8401
+ onValueChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
7111
8402
  }>>;
7112
8403
  }>;
7113
8404
  Tooltip: StructType<{
@@ -7190,6 +8481,10 @@ export declare const Tooltip: {
7190
8481
  dialog: import("@elaraai/east").NullType;
7191
8482
  alertdialog: import("@elaraai/east").NullType;
7192
8483
  }>>;
8484
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
8485
+ onExitComplete: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
8486
+ onEscapeKeyDown: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
8487
+ onInteractOutside: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
7193
8488
  }>>;
7194
8489
  }>;
7195
8490
  Drawer: StructType<{
@@ -7213,6 +8508,8 @@ export declare const Tooltip: {
7213
8508
  bottom: import("@elaraai/east").NullType;
7214
8509
  }>>;
7215
8510
  contained: OptionType<BooleanType>;
8511
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
8512
+ onExitComplete: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
7216
8513
  }>>;
7217
8514
  }>;
7218
8515
  Popover: StructType<{
@@ -7243,6 +8540,7 @@ export declare const Tooltip: {
7243
8540
  }>>;
7244
8541
  hasArrow: OptionType<BooleanType>;
7245
8542
  gutter: OptionType<import("@elaraai/east").IntegerType>;
8543
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
7246
8544
  }>>;
7247
8545
  }>;
7248
8546
  HoverCard: StructType<{
@@ -7272,6 +8570,7 @@ export declare const Tooltip: {
7272
8570
  hasArrow: OptionType<BooleanType>;
7273
8571
  openDelay: OptionType<import("@elaraai/east").IntegerType>;
7274
8572
  closeDelay: OptionType<import("@elaraai/east").IntegerType>;
8573
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
7275
8574
  }>>;
7276
8575
  }>;
7277
8576
  ActionBar: StructType<{
@@ -7285,7 +8584,10 @@ export declare const Tooltip: {
7285
8584
  }>>;
7286
8585
  selectionCount: OptionType<import("@elaraai/east").IntegerType>;
7287
8586
  selectionLabel: OptionType<StringType>;
7288
- style: OptionType<StructType<{}>>;
8587
+ style: OptionType<StructType<{
8588
+ onSelect: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
8589
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
8590
+ }>>;
7289
8591
  }>;
7290
8592
  ToggleTip: StructType<{
7291
8593
  trigger: import("@elaraai/east").RecursiveTypeMarker;
@@ -7306,8 +8608,12 @@ export declare const Tooltip: {
7306
8608
  "right-end": import("@elaraai/east").NullType;
7307
8609
  }>>;
7308
8610
  hasArrow: OptionType<BooleanType>;
8611
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
7309
8612
  }>>;
7310
8613
  }>;
8614
+ ReactiveComponent: StructType<{
8615
+ render: import("@elaraai/east").FunctionType<[], import("@elaraai/east").RecursiveTypeMarker>;
8616
+ }>;
7311
8617
  }>>;
7312
8618
  content: StringType;
7313
8619
  placement: OptionType<import("@elaraai/east").VariantType<{