@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 ToggleTipType: StructType<{
186
186
  highlightLines: OptionType<import("@elaraai/east").ArrayType<import("@elaraai/east").IntegerType>>;
187
187
  maxHeight: OptionType<StringType>;
188
188
  showCopyButton: OptionType<import("@elaraai/east").BooleanType>;
189
+ wordWrap: OptionType<import("@elaraai/east").BooleanType>;
189
190
  title: OptionType<StringType>;
190
191
  }>;
191
192
  Button: StructType<{
@@ -217,6 +218,7 @@ export declare const ToggleTipType: StructType<{
217
218
  }>>;
218
219
  loading: OptionType<import("@elaraai/east").BooleanType>;
219
220
  disabled: OptionType<import("@elaraai/east").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 ToggleTipType: StructType<{
249
251
  }>>;
250
252
  loading: OptionType<import("@elaraai/east").BooleanType>;
251
253
  disabled: OptionType<import("@elaraai/east").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 ToggleTipType: 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 ToggleTipType: 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 ToggleTipType: 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 ToggleTipType: 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 ToggleTipType: StructType<{
463
588
  maxLength: OptionType<import("@elaraai/east").IntegerType>;
464
589
  pattern: OptionType<StringType>;
465
590
  disabled: OptionType<import("@elaraai/east").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 ToggleTipType: StructType<{
481
609
  lg: import("@elaraai/east").NullType;
482
610
  }>>;
483
611
  disabled: OptionType<import("@elaraai/east").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 ToggleTipType: StructType<{
500
631
  lg: import("@elaraai/east").NullType;
501
632
  }>>;
502
633
  disabled: OptionType<import("@elaraai/east").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<import("@elaraai/east").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 ToggleTipType: StructType<{
519
681
  lg: import("@elaraai/east").NullType;
520
682
  }>>;
521
683
  disabled: OptionType<import("@elaraai/east").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: import("@elaraai/east").BooleanType;
@@ -543,6 +708,7 @@ export declare const ToggleTipType: StructType<{
543
708
  md: import("@elaraai/east").NullType;
544
709
  lg: import("@elaraai/east").NullType;
545
710
  }>>;
711
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
546
712
  }>;
547
713
  Switch: StructType<{
548
714
  checked: import("@elaraai/east").BooleanType;
@@ -566,6 +732,7 @@ export declare const ToggleTipType: StructType<{
566
732
  md: import("@elaraai/east").NullType;
567
733
  lg: import("@elaraai/east").NullType;
568
734
  }>>;
735
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
569
736
  }>;
570
737
  Select: StructType<{
571
738
  value: OptionType<StringType>;
@@ -583,6 +750,9 @@ export declare const ToggleTipType: 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<[import("@elaraai/east").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 ToggleTipType: StructType<{
616
786
  subtle: import("@elaraai/east").NullType;
617
787
  }>>;
618
788
  disabled: OptionType<import("@elaraai/east").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 ToggleTipType: 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: import("@elaraai/east").BooleanType;
828
+ label: OptionType<StringType>;
829
+ indeterminate: OptionType<import("@elaraai/east").BooleanType>;
830
+ disabled: OptionType<import("@elaraai/east").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<[import("@elaraai/east").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<import("@elaraai/east").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<import("@elaraai/east").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<import("@elaraai/east").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<import("@elaraai/east").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<import("@elaraai/east").BooleanType>;
971
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
972
+ required: OptionType<import("@elaraai/east").BooleanType>;
973
+ allowDrop: OptionType<import("@elaraai/east").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<import("@elaraai/east").BooleanType>;
1002
+ }>>;
1003
+ placeholder: OptionType<StringType>;
1004
+ multiple: OptionType<import("@elaraai/east").BooleanType>;
1005
+ disabled: OptionType<import("@elaraai/east").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<[import("@elaraai/east").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<import("@elaraai/east").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: import("@elaraai/east").BooleanType;
1053
+ label: OptionType<StringType>;
1054
+ disabled: OptionType<import("@elaraai/east").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<[import("@elaraai/east").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<import("@elaraai/east").BooleanType>;
1081
+ readOnly: OptionType<import("@elaraai/east").BooleanType>;
1082
+ invalid: OptionType<import("@elaraai/east").BooleanType>;
1083
+ editable: OptionType<import("@elaraai/east").BooleanType>;
1084
+ delimiter: OptionType<StringType>;
1085
+ addOnPaste: OptionType<import("@elaraai/east").BooleanType>;
1086
+ blurBehavior: OptionType<import("@elaraai/east").VariantType<{
1087
+ clear: import("@elaraai/east").NullType;
1088
+ add: import("@elaraai/east").NullType;
1089
+ }>>;
1090
+ allowOverflow: OptionType<import("@elaraai/east").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<import("@elaraai/east").BooleanType>;
1142
+ readOnly: OptionType<import("@elaraai/east").BooleanType>;
1143
+ required: OptionType<import("@elaraai/east").BooleanType>;
1144
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
1145
+ autoresize: OptionType<import("@elaraai/east").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<import("@elaraai/east").BooleanType>;
644
1155
  disabled: OptionType<import("@elaraai/east").BooleanType>;
645
1156
  invalid: OptionType<import("@elaraai/east").BooleanType>;
646
1157
  readOnly: OptionType<import("@elaraai/east").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<import("@elaraai/east").BooleanType>;
654
- invalid: OptionType<import("@elaraai/east").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 ToggleTipType: StructType<{
684
1183
  rows: OptionType<import("@elaraai/east").IntegerType>;
685
1184
  disabled: OptionType<import("@elaraai/east").BooleanType>;
686
1185
  readOnly: OptionType<import("@elaraai/east").BooleanType>;
687
- invalid: OptionType<import("@elaraai/east").BooleanType>;
688
1186
  required: OptionType<import("@elaraai/east").BooleanType>;
689
1187
  maxLength: OptionType<import("@elaraai/east").IntegerType>;
690
1188
  autoresize: OptionType<import("@elaraai/east").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 ToggleTipType: 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 ToggleTipType: StructType<{
829
1334
  xl: import("@elaraai/east").NullType;
830
1335
  }>>;
831
1336
  closable: OptionType<import("@elaraai/east").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 ToggleTipType: StructType<{
3169
3675
  multiple: import("@elaraai/east").NullType;
3170
3676
  }>>;
3171
3677
  animateContent: OptionType<import("@elaraai/east").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 ToggleTipType: 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: import("@elaraai/east").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: import("@elaraai/east").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: import("@elaraai/east").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 ToggleTipType: StructType<{
3308
3858
  pink: import("@elaraai/east").NullType;
3309
3859
  }>>;
3310
3860
  showToday: OptionType<import("@elaraai/east").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: import("@elaraai/east").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: import("@elaraai/east").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 ToggleTipType: 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 ToggleTipType: 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 ToggleTipType: 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 ToggleTipType: StructType<{
3479
4130
  dialog: import("@elaraai/east").NullType;
3480
4131
  alertdialog: import("@elaraai/east").NullType;
3481
4132
  }>>;
4133
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").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 ToggleTipType: StructType<{
3502
4157
  bottom: import("@elaraai/east").NullType;
3503
4158
  }>>;
3504
4159
  contained: OptionType<import("@elaraai/east").BooleanType>;
4160
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").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 ToggleTipType: StructType<{
3532
4189
  }>>;
3533
4190
  hasArrow: OptionType<import("@elaraai/east").BooleanType>;
3534
4191
  gutter: OptionType<import("@elaraai/east").IntegerType>;
4192
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
3535
4193
  }>>;
3536
4194
  }>;
3537
4195
  HoverCard: StructType<{
@@ -3561,6 +4219,7 @@ export declare const ToggleTipType: StructType<{
3561
4219
  hasArrow: OptionType<import("@elaraai/east").BooleanType>;
3562
4220
  openDelay: OptionType<import("@elaraai/east").IntegerType>;
3563
4221
  closeDelay: OptionType<import("@elaraai/east").IntegerType>;
4222
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
3564
4223
  }>>;
3565
4224
  }>;
3566
4225
  ActionBar: StructType<{
@@ -3574,7 +4233,10 @@ export declare const ToggleTipType: 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<[import("@elaraai/east").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 ToggleTipType: StructType<{
3595
4257
  "right-end": import("@elaraai/east").NullType;
3596
4258
  }>>;
3597
4259
  hasArrow: OptionType<import("@elaraai/east").BooleanType>;
4260
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").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
  style: OptionType<StructType<{
@@ -3615,6 +4281,7 @@ export declare const ToggleTipType: StructType<{
3615
4281
  "right-end": import("@elaraai/east").NullType;
3616
4282
  }>>;
3617
4283
  hasArrow: OptionType<import("@elaraai/east").BooleanType>;
4284
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
3618
4285
  }>>;
3619
4286
  }>;
3620
4287
  /**
@@ -3635,20 +4302,15 @@ export type ToggleTipType = typeof ToggleTipType;
3635
4302
  *
3636
4303
  * @example
3637
4304
  * ```ts
3638
- * import { ToggleTip, Button, Icon } from "@elaraai/east-ui";
3639
- *
3640
- * // Info toggle tip
3641
- * const infoTip = ToggleTip.Root(
3642
- * Button.Root("?", { variant: "ghost", size: "sm" }),
3643
- * "Click to learn more about this feature"
3644
- * );
4305
+ * import { East } from "@elaraai/east";
4306
+ * import { ToggleTip, Button, UIComponentType } from "@elaraai/east-ui";
3645
4307
  *
3646
- * // Toggle tip with placement
3647
- * const bottomTip = ToggleTip.Root(
3648
- * Icon.Root("info"),
3649
- * "Additional information here",
3650
- * { placement: "bottom", hasArrow: true }
3651
- * );
4308
+ * const example = East.function([], UIComponentType, $ => {
4309
+ * return ToggleTip.Root(
4310
+ * Button.Root("?", { variant: "ghost", size: "sm" }),
4311
+ * "Click to learn more about this feature"
4312
+ * );
4313
+ * });
3652
4314
  * ```
3653
4315
  */
3654
4316
  declare function createToggleTip(trigger: SubtypeExprOrValue<UIComponentType>, content: SubtypeExprOrValue<StringType>, style?: ToggleTipStyle): ExprType<UIComponentType>;
@@ -3657,21 +4319,6 @@ declare function createToggleTip(trigger: SubtypeExprOrValue<UIComponentType>, c
3657
4319
  *
3658
4320
  * @remarks
3659
4321
  * Use `ToggleTip.Root(trigger, content, style)` to create a toggle tip, or access `ToggleTip.Types` for East types.
3660
- *
3661
- * @example
3662
- * ```ts
3663
- * import { ToggleTip, Button } from "@elaraai/east-ui";
3664
- *
3665
- * // Create a toggle tip
3666
- * const tip = ToggleTip.Root(
3667
- * Button.Root("?"),
3668
- * "Click for help",
3669
- * { placement: "top" }
3670
- * );
3671
- *
3672
- * // Access the type
3673
- * const styleType = ToggleTip.Types.Style;
3674
- * ```
3675
4322
  */
3676
4323
  export declare const ToggleTip: {
3677
4324
  /**
@@ -3881,6 +4528,7 @@ export declare const ToggleTip: {
3881
4528
  highlightLines: OptionType<import("@elaraai/east").ArrayType<import("@elaraai/east").IntegerType>>;
3882
4529
  maxHeight: OptionType<StringType>;
3883
4530
  showCopyButton: OptionType<import("@elaraai/east").BooleanType>;
4531
+ wordWrap: OptionType<import("@elaraai/east").BooleanType>;
3884
4532
  title: OptionType<StringType>;
3885
4533
  }>;
3886
4534
  Button: StructType<{
@@ -3912,6 +4560,7 @@ export declare const ToggleTip: {
3912
4560
  }>>;
3913
4561
  loading: OptionType<import("@elaraai/east").BooleanType>;
3914
4562
  disabled: OptionType<import("@elaraai/east").BooleanType>;
4563
+ onClick: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
3915
4564
  }>>;
3916
4565
  }>;
3917
4566
  IconButton: StructType<{
@@ -3944,6 +4593,7 @@ export declare const ToggleTip: {
3944
4593
  }>>;
3945
4594
  loading: OptionType<import("@elaraai/east").BooleanType>;
3946
4595
  disabled: OptionType<import("@elaraai/east").BooleanType>;
4596
+ onClick: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
3947
4597
  }>>;
3948
4598
  }>;
3949
4599
  Box: StructType<{
@@ -3961,6 +4611,28 @@ export declare const ToggleTip: {
3961
4611
  }>>;
3962
4612
  width: OptionType<StringType>;
3963
4613
  height: OptionType<StringType>;
4614
+ minHeight: OptionType<StringType>;
4615
+ minWidth: OptionType<StringType>;
4616
+ maxHeight: OptionType<StringType>;
4617
+ maxWidth: OptionType<StringType>;
4618
+ overflow: OptionType<import("@elaraai/east").VariantType<{
4619
+ visible: import("@elaraai/east").NullType;
4620
+ hidden: import("@elaraai/east").NullType;
4621
+ scroll: import("@elaraai/east").NullType;
4622
+ auto: import("@elaraai/east").NullType;
4623
+ }>>;
4624
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
4625
+ visible: import("@elaraai/east").NullType;
4626
+ hidden: import("@elaraai/east").NullType;
4627
+ scroll: import("@elaraai/east").NullType;
4628
+ auto: import("@elaraai/east").NullType;
4629
+ }>>;
4630
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
4631
+ visible: import("@elaraai/east").NullType;
4632
+ hidden: import("@elaraai/east").NullType;
4633
+ scroll: import("@elaraai/east").NullType;
4634
+ auto: import("@elaraai/east").NullType;
4635
+ }>>;
3964
4636
  padding: OptionType<StructType<{
3965
4637
  top: OptionType<StringType>;
3966
4638
  right: OptionType<StringType>;
@@ -3973,15 +4645,47 @@ export declare const ToggleTip: {
3973
4645
  bottom: OptionType<StringType>;
3974
4646
  left: OptionType<StringType>;
3975
4647
  }>>;
3976
- background: OptionType<StringType>;
3977
- color: OptionType<StringType>;
3978
- borderRadius: OptionType<StringType>;
3979
- flexDirection: OptionType<import("@elaraai/east").VariantType<{
4648
+ background: OptionType<StringType>;
4649
+ color: OptionType<StringType>;
4650
+ borderRadius: OptionType<StringType>;
4651
+ flexDirection: OptionType<import("@elaraai/east").VariantType<{
4652
+ row: import("@elaraai/east").NullType;
4653
+ column: import("@elaraai/east").NullType;
4654
+ "row-reverse": import("@elaraai/east").NullType;
4655
+ "column-reverse": import("@elaraai/east").NullType;
4656
+ }>>;
4657
+ justifyContent: OptionType<import("@elaraai/east").VariantType<{
4658
+ "flex-start": import("@elaraai/east").NullType;
4659
+ "flex-end": import("@elaraai/east").NullType;
4660
+ center: import("@elaraai/east").NullType;
4661
+ "space-between": import("@elaraai/east").NullType;
4662
+ "space-around": import("@elaraai/east").NullType;
4663
+ "space-evenly": import("@elaraai/east").NullType;
4664
+ }>>;
4665
+ alignItems: OptionType<import("@elaraai/east").VariantType<{
4666
+ "flex-start": import("@elaraai/east").NullType;
4667
+ "flex-end": import("@elaraai/east").NullType;
4668
+ center: import("@elaraai/east").NullType;
4669
+ baseline: import("@elaraai/east").NullType;
4670
+ stretch: import("@elaraai/east").NullType;
4671
+ }>>;
4672
+ gap: OptionType<StringType>;
4673
+ }>>;
4674
+ }>;
4675
+ Flex: StructType<{
4676
+ children: import("@elaraai/east").ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
4677
+ style: OptionType<StructType<{
4678
+ direction: OptionType<import("@elaraai/east").VariantType<{
3980
4679
  row: import("@elaraai/east").NullType;
3981
4680
  column: import("@elaraai/east").NullType;
3982
4681
  "row-reverse": import("@elaraai/east").NullType;
3983
4682
  "column-reverse": import("@elaraai/east").NullType;
3984
4683
  }>>;
4684
+ wrap: OptionType<import("@elaraai/east").VariantType<{
4685
+ nowrap: import("@elaraai/east").NullType;
4686
+ wrap: import("@elaraai/east").NullType;
4687
+ "wrap-reverse": import("@elaraai/east").NullType;
4688
+ }>>;
3985
4689
  justifyContent: OptionType<import("@elaraai/east").VariantType<{
3986
4690
  "flex-start": import("@elaraai/east").NullType;
3987
4691
  "flex-end": import("@elaraai/east").NullType;
@@ -3998,6 +4702,45 @@ export declare const ToggleTip: {
3998
4702
  stretch: import("@elaraai/east").NullType;
3999
4703
  }>>;
4000
4704
  gap: OptionType<StringType>;
4705
+ width: OptionType<StringType>;
4706
+ height: OptionType<StringType>;
4707
+ minHeight: OptionType<StringType>;
4708
+ minWidth: OptionType<StringType>;
4709
+ maxHeight: OptionType<StringType>;
4710
+ maxWidth: OptionType<StringType>;
4711
+ overflow: OptionType<import("@elaraai/east").VariantType<{
4712
+ visible: import("@elaraai/east").NullType;
4713
+ hidden: import("@elaraai/east").NullType;
4714
+ scroll: import("@elaraai/east").NullType;
4715
+ auto: import("@elaraai/east").NullType;
4716
+ }>>;
4717
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
4718
+ visible: import("@elaraai/east").NullType;
4719
+ hidden: import("@elaraai/east").NullType;
4720
+ scroll: import("@elaraai/east").NullType;
4721
+ auto: import("@elaraai/east").NullType;
4722
+ }>>;
4723
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
4724
+ visible: import("@elaraai/east").NullType;
4725
+ hidden: import("@elaraai/east").NullType;
4726
+ scroll: import("@elaraai/east").NullType;
4727
+ auto: import("@elaraai/east").NullType;
4728
+ }>>;
4729
+ padding: OptionType<StructType<{
4730
+ top: OptionType<StringType>;
4731
+ right: OptionType<StringType>;
4732
+ bottom: OptionType<StringType>;
4733
+ left: OptionType<StringType>;
4734
+ }>>;
4735
+ margin: OptionType<StructType<{
4736
+ top: OptionType<StringType>;
4737
+ right: OptionType<StringType>;
4738
+ bottom: OptionType<StringType>;
4739
+ left: OptionType<StringType>;
4740
+ }>>;
4741
+ background: OptionType<StringType>;
4742
+ color: OptionType<StringType>;
4743
+ borderRadius: OptionType<StringType>;
4001
4744
  }>>;
4002
4745
  }>;
4003
4746
  Stack: StructType<{
@@ -4045,6 +4788,28 @@ export declare const ToggleTip: {
4045
4788
  background: OptionType<StringType>;
4046
4789
  width: OptionType<StringType>;
4047
4790
  height: OptionType<StringType>;
4791
+ minHeight: OptionType<StringType>;
4792
+ minWidth: OptionType<StringType>;
4793
+ maxHeight: OptionType<StringType>;
4794
+ maxWidth: OptionType<StringType>;
4795
+ overflow: OptionType<import("@elaraai/east").VariantType<{
4796
+ visible: import("@elaraai/east").NullType;
4797
+ hidden: import("@elaraai/east").NullType;
4798
+ scroll: import("@elaraai/east").NullType;
4799
+ auto: import("@elaraai/east").NullType;
4800
+ }>>;
4801
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
4802
+ visible: import("@elaraai/east").NullType;
4803
+ hidden: import("@elaraai/east").NullType;
4804
+ scroll: import("@elaraai/east").NullType;
4805
+ auto: import("@elaraai/east").NullType;
4806
+ }>>;
4807
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
4808
+ visible: import("@elaraai/east").NullType;
4809
+ hidden: import("@elaraai/east").NullType;
4810
+ scroll: import("@elaraai/east").NullType;
4811
+ auto: import("@elaraai/east").NullType;
4812
+ }>>;
4048
4813
  }>>;
4049
4814
  }>;
4050
4815
  Separator: StructType<{
@@ -4139,6 +4904,13 @@ export declare const ToggleTip: {
4139
4904
  horizontal: import("@elaraai/east").NullType;
4140
4905
  vertical: import("@elaraai/east").NullType;
4141
4906
  }>>;
4907
+ onResize: OptionType<import("@elaraai/east").FunctionType<[StructType<{
4908
+ size: import("@elaraai/east").ArrayType<import("@elaraai/east").FloatType>;
4909
+ }>], import("@elaraai/east").NullType>>;
4910
+ onResizeStart: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4911
+ onResizeEnd: OptionType<import("@elaraai/east").FunctionType<[StructType<{
4912
+ size: import("@elaraai/east").ArrayType<import("@elaraai/east").FloatType>;
4913
+ }>], import("@elaraai/east").NullType>>;
4142
4914
  }>>;
4143
4915
  }>;
4144
4916
  StringInput: StructType<{
@@ -4158,6 +4930,9 @@ export declare const ToggleTip: {
4158
4930
  maxLength: OptionType<import("@elaraai/east").IntegerType>;
4159
4931
  pattern: OptionType<StringType>;
4160
4932
  disabled: OptionType<import("@elaraai/east").BooleanType>;
4933
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
4934
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4935
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4161
4936
  }>;
4162
4937
  IntegerInput: StructType<{
4163
4938
  value: import("@elaraai/east").IntegerType;
@@ -4176,6 +4951,9 @@ export declare const ToggleTip: {
4176
4951
  lg: import("@elaraai/east").NullType;
4177
4952
  }>>;
4178
4953
  disabled: OptionType<import("@elaraai/east").BooleanType>;
4954
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
4955
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4956
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4179
4957
  }>;
4180
4958
  FloatInput: StructType<{
4181
4959
  value: import("@elaraai/east").FloatType;
@@ -4195,13 +4973,44 @@ export declare const ToggleTip: {
4195
4973
  lg: import("@elaraai/east").NullType;
4196
4974
  }>>;
4197
4975
  disabled: OptionType<import("@elaraai/east").BooleanType>;
4976
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
4977
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4978
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4198
4979
  }>;
4199
4980
  DateTimeInput: StructType<{
4200
4981
  value: import("@elaraai/east").DateTimeType;
4201
4982
  min: OptionType<import("@elaraai/east").DateTimeType>;
4202
4983
  max: OptionType<import("@elaraai/east").DateTimeType>;
4203
- showTime: OptionType<import("@elaraai/east").BooleanType>;
4204
- format: OptionType<StringType>;
4984
+ precision: OptionType<import("@elaraai/east").VariantType<{
4985
+ date: import("@elaraai/east").NullType;
4986
+ time: import("@elaraai/east").NullType;
4987
+ datetime: import("@elaraai/east").NullType;
4988
+ }>>;
4989
+ format: OptionType<import("@elaraai/east").ArrayType<import("@elaraai/east").VariantType<{
4990
+ literal: StringType;
4991
+ year4: import("@elaraai/east").NullType;
4992
+ year2: import("@elaraai/east").NullType;
4993
+ month1: import("@elaraai/east").NullType;
4994
+ month2: import("@elaraai/east").NullType;
4995
+ monthNameShort: import("@elaraai/east").NullType;
4996
+ monthNameFull: import("@elaraai/east").NullType;
4997
+ day1: import("@elaraai/east").NullType;
4998
+ day2: import("@elaraai/east").NullType;
4999
+ weekdayNameMin: import("@elaraai/east").NullType;
5000
+ weekdayNameShort: import("@elaraai/east").NullType;
5001
+ weekdayNameFull: import("@elaraai/east").NullType;
5002
+ hour24_1: import("@elaraai/east").NullType;
5003
+ hour24_2: import("@elaraai/east").NullType;
5004
+ hour12_1: import("@elaraai/east").NullType;
5005
+ hour12_2: import("@elaraai/east").NullType;
5006
+ minute1: import("@elaraai/east").NullType;
5007
+ minute2: import("@elaraai/east").NullType;
5008
+ second1: import("@elaraai/east").NullType;
5009
+ second2: import("@elaraai/east").NullType;
5010
+ millisecond3: import("@elaraai/east").NullType;
5011
+ ampmUpper: import("@elaraai/east").NullType;
5012
+ ampmLower: import("@elaraai/east").NullType;
5013
+ }>>>;
4205
5014
  variant: OptionType<import("@elaraai/east").VariantType<{
4206
5015
  outline: import("@elaraai/east").NullType;
4207
5016
  subtle: import("@elaraai/east").NullType;
@@ -4214,6 +5023,9 @@ export declare const ToggleTip: {
4214
5023
  lg: import("@elaraai/east").NullType;
4215
5024
  }>>;
4216
5025
  disabled: OptionType<import("@elaraai/east").BooleanType>;
5026
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").DateTimeType], import("@elaraai/east").NullType>>;
5027
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5028
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4217
5029
  }>;
4218
5030
  Checkbox: StructType<{
4219
5031
  checked: import("@elaraai/east").BooleanType;
@@ -4238,6 +5050,7 @@ export declare const ToggleTip: {
4238
5050
  md: import("@elaraai/east").NullType;
4239
5051
  lg: import("@elaraai/east").NullType;
4240
5052
  }>>;
5053
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
4241
5054
  }>;
4242
5055
  Switch: StructType<{
4243
5056
  checked: import("@elaraai/east").BooleanType;
@@ -4261,6 +5074,7 @@ export declare const ToggleTip: {
4261
5074
  md: import("@elaraai/east").NullType;
4262
5075
  lg: import("@elaraai/east").NullType;
4263
5076
  }>>;
5077
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
4264
5078
  }>;
4265
5079
  Select: StructType<{
4266
5080
  value: OptionType<StringType>;
@@ -4278,6 +5092,9 @@ export declare const ToggleTip: {
4278
5092
  md: import("@elaraai/east").NullType;
4279
5093
  lg: import("@elaraai/east").NullType;
4280
5094
  }>>;
5095
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
5096
+ onChangeMultiple: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").ArrayType<StringType>], import("@elaraai/east").NullType>>;
5097
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
4281
5098
  }>;
4282
5099
  Slider: StructType<{
4283
5100
  value: import("@elaraai/east").FloatType;
@@ -4311,6 +5128,8 @@ export declare const ToggleTip: {
4311
5128
  subtle: import("@elaraai/east").NullType;
4312
5129
  }>>;
4313
5130
  disabled: OptionType<import("@elaraai/east").BooleanType>;
5131
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
5132
+ onChangeEnd: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
4314
5133
  }>;
4315
5134
  FileUpload: StructType<{
4316
5135
  accept: OptionType<StringType>;
@@ -4329,31 +5148,358 @@ export declare const ToggleTip: {
4329
5148
  label: OptionType<StringType>;
4330
5149
  dropzoneText: OptionType<StringType>;
4331
5150
  triggerText: OptionType<StringType>;
5151
+ onFileAccept: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").ArrayType<StructType<{
5152
+ name: StringType;
5153
+ size: import("@elaraai/east").IntegerType;
5154
+ type: StringType;
5155
+ }>>], import("@elaraai/east").NullType>>;
5156
+ onFileReject: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").ArrayType<StructType<{
5157
+ file: StructType<{
5158
+ name: StringType;
5159
+ size: import("@elaraai/east").IntegerType;
5160
+ type: StringType;
5161
+ }>;
5162
+ errors: import("@elaraai/east").ArrayType<StringType>;
5163
+ }>>], import("@elaraai/east").NullType>>;
4332
5164
  }>;
4333
5165
  Field: StructType<{
4334
5166
  label: StringType;
4335
- control: import("@elaraai/east").RecursiveTypeMarker;
5167
+ control: import("@elaraai/east").VariantType<{
5168
+ Checkbox: StructType<{
5169
+ checked: import("@elaraai/east").BooleanType;
5170
+ label: OptionType<StringType>;
5171
+ indeterminate: OptionType<import("@elaraai/east").BooleanType>;
5172
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
5173
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
5174
+ gray: import("@elaraai/east").NullType;
5175
+ red: import("@elaraai/east").NullType;
5176
+ orange: import("@elaraai/east").NullType;
5177
+ yellow: import("@elaraai/east").NullType;
5178
+ green: import("@elaraai/east").NullType;
5179
+ teal: import("@elaraai/east").NullType;
5180
+ blue: import("@elaraai/east").NullType;
5181
+ cyan: import("@elaraai/east").NullType;
5182
+ purple: import("@elaraai/east").NullType;
5183
+ pink: import("@elaraai/east").NullType;
5184
+ }>>;
5185
+ size: OptionType<import("@elaraai/east").VariantType<{
5186
+ xs: import("@elaraai/east").NullType;
5187
+ sm: import("@elaraai/east").NullType;
5188
+ md: import("@elaraai/east").NullType;
5189
+ lg: import("@elaraai/east").NullType;
5190
+ }>>;
5191
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
5192
+ }>;
5193
+ StringInput: StructType<{
5194
+ value: StringType;
5195
+ placeholder: OptionType<StringType>;
5196
+ variant: OptionType<import("@elaraai/east").VariantType<{
5197
+ outline: import("@elaraai/east").NullType;
5198
+ subtle: import("@elaraai/east").NullType;
5199
+ flushed: import("@elaraai/east").NullType;
5200
+ }>>;
5201
+ size: OptionType<import("@elaraai/east").VariantType<{
5202
+ xs: import("@elaraai/east").NullType;
5203
+ sm: import("@elaraai/east").NullType;
5204
+ md: import("@elaraai/east").NullType;
5205
+ lg: import("@elaraai/east").NullType;
5206
+ }>>;
5207
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
5208
+ pattern: OptionType<StringType>;
5209
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
5210
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
5211
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5212
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5213
+ }>;
5214
+ IntegerInput: StructType<{
5215
+ value: import("@elaraai/east").IntegerType;
5216
+ min: OptionType<import("@elaraai/east").IntegerType>;
5217
+ max: OptionType<import("@elaraai/east").IntegerType>;
5218
+ step: OptionType<import("@elaraai/east").IntegerType>;
5219
+ variant: OptionType<import("@elaraai/east").VariantType<{
5220
+ outline: import("@elaraai/east").NullType;
5221
+ subtle: import("@elaraai/east").NullType;
5222
+ flushed: import("@elaraai/east").NullType;
5223
+ }>>;
5224
+ size: OptionType<import("@elaraai/east").VariantType<{
5225
+ xs: import("@elaraai/east").NullType;
5226
+ sm: import("@elaraai/east").NullType;
5227
+ md: import("@elaraai/east").NullType;
5228
+ lg: import("@elaraai/east").NullType;
5229
+ }>>;
5230
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
5231
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
5232
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5233
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5234
+ }>;
5235
+ FloatInput: StructType<{
5236
+ value: import("@elaraai/east").FloatType;
5237
+ min: OptionType<import("@elaraai/east").FloatType>;
5238
+ max: OptionType<import("@elaraai/east").FloatType>;
5239
+ step: OptionType<import("@elaraai/east").FloatType>;
5240
+ precision: OptionType<import("@elaraai/east").IntegerType>;
5241
+ variant: OptionType<import("@elaraai/east").VariantType<{
5242
+ outline: import("@elaraai/east").NullType;
5243
+ subtle: import("@elaraai/east").NullType;
5244
+ flushed: import("@elaraai/east").NullType;
5245
+ }>>;
5246
+ size: OptionType<import("@elaraai/east").VariantType<{
5247
+ xs: import("@elaraai/east").NullType;
5248
+ sm: import("@elaraai/east").NullType;
5249
+ md: import("@elaraai/east").NullType;
5250
+ lg: import("@elaraai/east").NullType;
5251
+ }>>;
5252
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
5253
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
5254
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5255
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5256
+ }>;
5257
+ DateTimeInput: StructType<{
5258
+ value: import("@elaraai/east").DateTimeType;
5259
+ min: OptionType<import("@elaraai/east").DateTimeType>;
5260
+ max: OptionType<import("@elaraai/east").DateTimeType>;
5261
+ precision: OptionType<import("@elaraai/east").VariantType<{
5262
+ date: import("@elaraai/east").NullType;
5263
+ time: import("@elaraai/east").NullType;
5264
+ datetime: import("@elaraai/east").NullType;
5265
+ }>>;
5266
+ format: OptionType<import("@elaraai/east").ArrayType<import("@elaraai/east").VariantType<{
5267
+ literal: StringType;
5268
+ year4: import("@elaraai/east").NullType;
5269
+ year2: import("@elaraai/east").NullType;
5270
+ month1: import("@elaraai/east").NullType;
5271
+ month2: import("@elaraai/east").NullType;
5272
+ monthNameShort: import("@elaraai/east").NullType;
5273
+ monthNameFull: import("@elaraai/east").NullType;
5274
+ day1: import("@elaraai/east").NullType;
5275
+ day2: import("@elaraai/east").NullType;
5276
+ weekdayNameMin: import("@elaraai/east").NullType;
5277
+ weekdayNameShort: import("@elaraai/east").NullType;
5278
+ weekdayNameFull: import("@elaraai/east").NullType;
5279
+ hour24_1: import("@elaraai/east").NullType;
5280
+ hour24_2: import("@elaraai/east").NullType;
5281
+ hour12_1: import("@elaraai/east").NullType;
5282
+ hour12_2: import("@elaraai/east").NullType;
5283
+ minute1: import("@elaraai/east").NullType;
5284
+ minute2: import("@elaraai/east").NullType;
5285
+ second1: import("@elaraai/east").NullType;
5286
+ second2: import("@elaraai/east").NullType;
5287
+ millisecond3: import("@elaraai/east").NullType;
5288
+ ampmUpper: import("@elaraai/east").NullType;
5289
+ ampmLower: import("@elaraai/east").NullType;
5290
+ }>>>;
5291
+ variant: OptionType<import("@elaraai/east").VariantType<{
5292
+ outline: import("@elaraai/east").NullType;
5293
+ subtle: import("@elaraai/east").NullType;
5294
+ flushed: import("@elaraai/east").NullType;
5295
+ }>>;
5296
+ size: OptionType<import("@elaraai/east").VariantType<{
5297
+ xs: import("@elaraai/east").NullType;
5298
+ sm: import("@elaraai/east").NullType;
5299
+ md: import("@elaraai/east").NullType;
5300
+ lg: import("@elaraai/east").NullType;
5301
+ }>>;
5302
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
5303
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").DateTimeType], import("@elaraai/east").NullType>>;
5304
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5305
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5306
+ }>;
5307
+ FileUpload: StructType<{
5308
+ accept: OptionType<StringType>;
5309
+ maxFiles: OptionType<import("@elaraai/east").IntegerType>;
5310
+ maxFileSize: OptionType<import("@elaraai/east").IntegerType>;
5311
+ minFileSize: OptionType<import("@elaraai/east").IntegerType>;
5312
+ directory: OptionType<import("@elaraai/east").BooleanType>;
5313
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
5314
+ required: OptionType<import("@elaraai/east").BooleanType>;
5315
+ allowDrop: OptionType<import("@elaraai/east").BooleanType>;
5316
+ capture: OptionType<import("@elaraai/east").VariantType<{
5317
+ user: import("@elaraai/east").NullType;
5318
+ environment: import("@elaraai/east").NullType;
5319
+ }>>;
5320
+ name: OptionType<StringType>;
5321
+ label: OptionType<StringType>;
5322
+ dropzoneText: OptionType<StringType>;
5323
+ triggerText: OptionType<StringType>;
5324
+ onFileAccept: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").ArrayType<StructType<{
5325
+ name: StringType;
5326
+ size: import("@elaraai/east").IntegerType;
5327
+ type: StringType;
5328
+ }>>], import("@elaraai/east").NullType>>;
5329
+ onFileReject: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").ArrayType<StructType<{
5330
+ file: StructType<{
5331
+ name: StringType;
5332
+ size: import("@elaraai/east").IntegerType;
5333
+ type: StringType;
5334
+ }>;
5335
+ errors: import("@elaraai/east").ArrayType<StringType>;
5336
+ }>>], import("@elaraai/east").NullType>>;
5337
+ }>;
5338
+ Select: StructType<{
5339
+ value: OptionType<StringType>;
5340
+ items: import("@elaraai/east").ArrayType<StructType<{
5341
+ value: StringType;
5342
+ label: StringType;
5343
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
5344
+ }>>;
5345
+ placeholder: OptionType<StringType>;
5346
+ multiple: OptionType<import("@elaraai/east").BooleanType>;
5347
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
5348
+ size: OptionType<import("@elaraai/east").VariantType<{
5349
+ xs: import("@elaraai/east").NullType;
5350
+ sm: import("@elaraai/east").NullType;
5351
+ md: import("@elaraai/east").NullType;
5352
+ lg: import("@elaraai/east").NullType;
5353
+ }>>;
5354
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
5355
+ onChangeMultiple: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").ArrayType<StringType>], import("@elaraai/east").NullType>>;
5356
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
5357
+ }>;
5358
+ Slider: StructType<{
5359
+ value: import("@elaraai/east").FloatType;
5360
+ min: OptionType<import("@elaraai/east").FloatType>;
5361
+ max: OptionType<import("@elaraai/east").FloatType>;
5362
+ step: OptionType<import("@elaraai/east").FloatType>;
5363
+ orientation: OptionType<import("@elaraai/east").VariantType<{
5364
+ horizontal: import("@elaraai/east").NullType;
5365
+ vertical: import("@elaraai/east").NullType;
5366
+ }>>;
5367
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
5368
+ gray: import("@elaraai/east").NullType;
5369
+ red: import("@elaraai/east").NullType;
5370
+ orange: import("@elaraai/east").NullType;
5371
+ yellow: import("@elaraai/east").NullType;
5372
+ green: import("@elaraai/east").NullType;
5373
+ teal: import("@elaraai/east").NullType;
5374
+ blue: import("@elaraai/east").NullType;
5375
+ cyan: import("@elaraai/east").NullType;
5376
+ purple: import("@elaraai/east").NullType;
5377
+ pink: import("@elaraai/east").NullType;
5378
+ }>>;
5379
+ size: OptionType<import("@elaraai/east").VariantType<{
5380
+ xs: import("@elaraai/east").NullType;
5381
+ sm: import("@elaraai/east").NullType;
5382
+ md: import("@elaraai/east").NullType;
5383
+ lg: import("@elaraai/east").NullType;
5384
+ }>>;
5385
+ variant: OptionType<import("@elaraai/east").VariantType<{
5386
+ outline: import("@elaraai/east").NullType;
5387
+ subtle: import("@elaraai/east").NullType;
5388
+ }>>;
5389
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
5390
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
5391
+ onChangeEnd: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
5392
+ }>;
5393
+ Switch: StructType<{
5394
+ checked: import("@elaraai/east").BooleanType;
5395
+ label: OptionType<StringType>;
5396
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
5397
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
5398
+ gray: import("@elaraai/east").NullType;
5399
+ red: import("@elaraai/east").NullType;
5400
+ orange: import("@elaraai/east").NullType;
5401
+ yellow: import("@elaraai/east").NullType;
5402
+ green: import("@elaraai/east").NullType;
5403
+ teal: import("@elaraai/east").NullType;
5404
+ blue: import("@elaraai/east").NullType;
5405
+ cyan: import("@elaraai/east").NullType;
5406
+ purple: import("@elaraai/east").NullType;
5407
+ pink: import("@elaraai/east").NullType;
5408
+ }>>;
5409
+ size: OptionType<import("@elaraai/east").VariantType<{
5410
+ xs: import("@elaraai/east").NullType;
5411
+ sm: import("@elaraai/east").NullType;
5412
+ md: import("@elaraai/east").NullType;
5413
+ lg: import("@elaraai/east").NullType;
5414
+ }>>;
5415
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
5416
+ }>;
5417
+ TagsInput: StructType<{
5418
+ value: import("@elaraai/east").ArrayType<StringType>;
5419
+ defaultValue: OptionType<import("@elaraai/east").ArrayType<StringType>>;
5420
+ max: OptionType<import("@elaraai/east").IntegerType>;
5421
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
5422
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
5423
+ readOnly: OptionType<import("@elaraai/east").BooleanType>;
5424
+ invalid: OptionType<import("@elaraai/east").BooleanType>;
5425
+ editable: OptionType<import("@elaraai/east").BooleanType>;
5426
+ delimiter: OptionType<StringType>;
5427
+ addOnPaste: OptionType<import("@elaraai/east").BooleanType>;
5428
+ blurBehavior: OptionType<import("@elaraai/east").VariantType<{
5429
+ clear: import("@elaraai/east").NullType;
5430
+ add: import("@elaraai/east").NullType;
5431
+ }>>;
5432
+ allowOverflow: OptionType<import("@elaraai/east").BooleanType>;
5433
+ label: OptionType<StringType>;
5434
+ placeholder: OptionType<StringType>;
5435
+ size: OptionType<import("@elaraai/east").VariantType<{
5436
+ xs: import("@elaraai/east").NullType;
5437
+ sm: import("@elaraai/east").NullType;
5438
+ md: import("@elaraai/east").NullType;
5439
+ lg: import("@elaraai/east").NullType;
5440
+ }>>;
5441
+ variant: OptionType<import("@elaraai/east").VariantType<{
5442
+ outline: import("@elaraai/east").NullType;
5443
+ subtle: import("@elaraai/east").NullType;
5444
+ flushed: import("@elaraai/east").NullType;
5445
+ }>>;
5446
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
5447
+ gray: import("@elaraai/east").NullType;
5448
+ red: import("@elaraai/east").NullType;
5449
+ orange: import("@elaraai/east").NullType;
5450
+ yellow: import("@elaraai/east").NullType;
5451
+ green: import("@elaraai/east").NullType;
5452
+ teal: import("@elaraai/east").NullType;
5453
+ blue: import("@elaraai/east").NullType;
5454
+ cyan: import("@elaraai/east").NullType;
5455
+ purple: import("@elaraai/east").NullType;
5456
+ pink: import("@elaraai/east").NullType;
5457
+ }>>;
5458
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").ArrayType<StringType>], import("@elaraai/east").NullType>>;
5459
+ onInputChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
5460
+ onHighlightChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
5461
+ }>;
5462
+ Textarea: StructType<{
5463
+ value: StringType;
5464
+ placeholder: OptionType<StringType>;
5465
+ variant: OptionType<import("@elaraai/east").VariantType<{
5466
+ outline: import("@elaraai/east").NullType;
5467
+ subtle: import("@elaraai/east").NullType;
5468
+ flushed: import("@elaraai/east").NullType;
5469
+ }>>;
5470
+ size: OptionType<import("@elaraai/east").VariantType<{
5471
+ xs: import("@elaraai/east").NullType;
5472
+ sm: import("@elaraai/east").NullType;
5473
+ md: import("@elaraai/east").NullType;
5474
+ lg: import("@elaraai/east").NullType;
5475
+ }>>;
5476
+ resize: OptionType<import("@elaraai/east").VariantType<{
5477
+ none: import("@elaraai/east").NullType;
5478
+ vertical: import("@elaraai/east").NullType;
5479
+ horizontal: import("@elaraai/east").NullType;
5480
+ both: import("@elaraai/east").NullType;
5481
+ }>>;
5482
+ rows: OptionType<import("@elaraai/east").IntegerType>;
5483
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
5484
+ readOnly: OptionType<import("@elaraai/east").BooleanType>;
5485
+ required: OptionType<import("@elaraai/east").BooleanType>;
5486
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
5487
+ autoresize: OptionType<import("@elaraai/east").BooleanType>;
5488
+ onValidate: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
5489
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
5490
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5491
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5492
+ }>;
5493
+ }>;
4336
5494
  helperText: OptionType<StringType>;
4337
5495
  errorText: OptionType<StringType>;
4338
5496
  required: OptionType<import("@elaraai/east").BooleanType>;
4339
5497
  disabled: OptionType<import("@elaraai/east").BooleanType>;
4340
5498
  invalid: OptionType<import("@elaraai/east").BooleanType>;
4341
5499
  readOnly: OptionType<import("@elaraai/east").BooleanType>;
4342
- }>;
4343
- Fieldset: StructType<{
4344
- legend: OptionType<StringType>;
4345
- helperText: OptionType<StringType>;
4346
- errorText: OptionType<StringType>;
4347
- content: import("@elaraai/east").ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
4348
- disabled: OptionType<import("@elaraai/east").BooleanType>;
4349
- invalid: OptionType<import("@elaraai/east").BooleanType>;
4350
- style: OptionType<StructType<{
4351
- size: OptionType<import("@elaraai/east").VariantType<{
4352
- xs: import("@elaraai/east").NullType;
4353
- sm: import("@elaraai/east").NullType;
4354
- md: import("@elaraai/east").NullType;
4355
- lg: import("@elaraai/east").NullType;
4356
- }>>;
5500
+ orientation: OptionType<import("@elaraai/east").VariantType<{
5501
+ vertical: import("@elaraai/east").NullType;
5502
+ horizontal: import("@elaraai/east").NullType;
4357
5503
  }>>;
4358
5504
  }>;
4359
5505
  Textarea: StructType<{
@@ -4379,10 +5525,13 @@ export declare const ToggleTip: {
4379
5525
  rows: OptionType<import("@elaraai/east").IntegerType>;
4380
5526
  disabled: OptionType<import("@elaraai/east").BooleanType>;
4381
5527
  readOnly: OptionType<import("@elaraai/east").BooleanType>;
4382
- invalid: OptionType<import("@elaraai/east").BooleanType>;
4383
5528
  required: OptionType<import("@elaraai/east").BooleanType>;
4384
5529
  maxLength: OptionType<import("@elaraai/east").IntegerType>;
4385
5530
  autoresize: OptionType<import("@elaraai/east").BooleanType>;
5531
+ onValidate: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
5532
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
5533
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5534
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4386
5535
  }>;
4387
5536
  TagsInput: StructType<{
4388
5537
  value: import("@elaraai/east").ArrayType<StringType>;
@@ -4425,6 +5574,9 @@ export declare const ToggleTip: {
4425
5574
  purple: import("@elaraai/east").NullType;
4426
5575
  pink: import("@elaraai/east").NullType;
4427
5576
  }>>;
5577
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").ArrayType<StringType>], import("@elaraai/east").NullType>>;
5578
+ onInputChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
5579
+ onHighlightChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
4428
5580
  }>;
4429
5581
  Progress: StructType<{
4430
5582
  value: import("@elaraai/east").FloatType;
@@ -4524,6 +5676,7 @@ export declare const ToggleTip: {
4524
5676
  xl: import("@elaraai/east").NullType;
4525
5677
  }>>;
4526
5678
  closable: OptionType<import("@elaraai/east").BooleanType>;
5679
+ onClose: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4527
5680
  }>;
4528
5681
  Avatar: StructType<{
4529
5682
  src: OptionType<StringType>;
@@ -6864,6 +8017,9 @@ export declare const ToggleTip: {
6864
8017
  multiple: import("@elaraai/east").NullType;
6865
8018
  }>>;
6866
8019
  animateContent: OptionType<import("@elaraai/east").BooleanType>;
8020
+ onExpandedChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").ArrayType<StringType>], import("@elaraai/east").NullType>>;
8021
+ onSelectionChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").ArrayType<StringType>], import("@elaraai/east").NullType>>;
8022
+ onFocusChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
6867
8023
  }>>;
6868
8024
  }>;
6869
8025
  Table: StructType<{
@@ -6914,6 +8070,47 @@ export declare const ToggleTip: {
6914
8070
  purple: import("@elaraai/east").NullType;
6915
8071
  pink: import("@elaraai/east").NullType;
6916
8072
  }>>;
8073
+ onCellClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8074
+ rowIndex: import("@elaraai/east").IntegerType;
8075
+ columnKey: StringType;
8076
+ cellValue: import("@elaraai/east").VariantType<{
8077
+ Boolean: import("@elaraai/east").BooleanType;
8078
+ Integer: import("@elaraai/east").IntegerType;
8079
+ Float: import("@elaraai/east").FloatType;
8080
+ String: StringType;
8081
+ DateTime: import("@elaraai/east").DateTimeType;
8082
+ }>;
8083
+ }>], import("@elaraai/east").NullType>>;
8084
+ onCellDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8085
+ rowIndex: import("@elaraai/east").IntegerType;
8086
+ columnKey: StringType;
8087
+ cellValue: import("@elaraai/east").VariantType<{
8088
+ Boolean: import("@elaraai/east").BooleanType;
8089
+ Integer: import("@elaraai/east").IntegerType;
8090
+ Float: import("@elaraai/east").FloatType;
8091
+ String: StringType;
8092
+ DateTime: import("@elaraai/east").DateTimeType;
8093
+ }>;
8094
+ }>], import("@elaraai/east").NullType>>;
8095
+ onRowClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8096
+ rowIndex: import("@elaraai/east").IntegerType;
8097
+ }>], import("@elaraai/east").NullType>>;
8098
+ onRowDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8099
+ rowIndex: import("@elaraai/east").IntegerType;
8100
+ }>], import("@elaraai/east").NullType>>;
8101
+ onRowSelectionChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8102
+ rowIndex: import("@elaraai/east").IntegerType;
8103
+ selected: import("@elaraai/east").BooleanType;
8104
+ selectedRowsIndices: import("@elaraai/east").ArrayType<import("@elaraai/east").IntegerType>;
8105
+ }>], import("@elaraai/east").NullType>>;
8106
+ onSortChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8107
+ columnKey: StringType;
8108
+ sortIndex: import("@elaraai/east").IntegerType;
8109
+ sortDirection: import("@elaraai/east").VariantType<{
8110
+ asc: import("@elaraai/east").NullType;
8111
+ desc: import("@elaraai/east").NullType;
8112
+ }>;
8113
+ }>], import("@elaraai/east").NullType>>;
6917
8114
  }>>;
6918
8115
  }>;
6919
8116
  Gantt: StructType<{
@@ -7003,6 +8200,104 @@ export declare const ToggleTip: {
7003
8200
  pink: import("@elaraai/east").NullType;
7004
8201
  }>>;
7005
8202
  showToday: OptionType<import("@elaraai/east").BooleanType>;
8203
+ dragStep: OptionType<import("@elaraai/east").VariantType<{
8204
+ minutes: import("@elaraai/east").FloatType;
8205
+ hours: import("@elaraai/east").FloatType;
8206
+ days: import("@elaraai/east").FloatType;
8207
+ weeks: import("@elaraai/east").FloatType;
8208
+ months: import("@elaraai/east").FloatType;
8209
+ }>>;
8210
+ durationStep: OptionType<import("@elaraai/east").VariantType<{
8211
+ minutes: import("@elaraai/east").FloatType;
8212
+ hours: import("@elaraai/east").FloatType;
8213
+ days: import("@elaraai/east").FloatType;
8214
+ weeks: import("@elaraai/east").FloatType;
8215
+ months: import("@elaraai/east").FloatType;
8216
+ }>>;
8217
+ onCellClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8218
+ rowIndex: import("@elaraai/east").IntegerType;
8219
+ columnKey: StringType;
8220
+ cellValue: import("@elaraai/east").VariantType<{
8221
+ Boolean: import("@elaraai/east").BooleanType;
8222
+ Integer: import("@elaraai/east").IntegerType;
8223
+ Float: import("@elaraai/east").FloatType;
8224
+ String: StringType;
8225
+ DateTime: import("@elaraai/east").DateTimeType;
8226
+ }>;
8227
+ }>], import("@elaraai/east").NullType>>;
8228
+ onCellDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8229
+ rowIndex: import("@elaraai/east").IntegerType;
8230
+ columnKey: StringType;
8231
+ cellValue: import("@elaraai/east").VariantType<{
8232
+ Boolean: import("@elaraai/east").BooleanType;
8233
+ Integer: import("@elaraai/east").IntegerType;
8234
+ Float: import("@elaraai/east").FloatType;
8235
+ String: StringType;
8236
+ DateTime: import("@elaraai/east").DateTimeType;
8237
+ }>;
8238
+ }>], import("@elaraai/east").NullType>>;
8239
+ onRowClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8240
+ rowIndex: import("@elaraai/east").IntegerType;
8241
+ }>], import("@elaraai/east").NullType>>;
8242
+ onRowDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8243
+ rowIndex: import("@elaraai/east").IntegerType;
8244
+ }>], import("@elaraai/east").NullType>>;
8245
+ onSortChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8246
+ columnKey: StringType;
8247
+ sortIndex: import("@elaraai/east").IntegerType;
8248
+ sortDirection: import("@elaraai/east").VariantType<{
8249
+ asc: import("@elaraai/east").NullType;
8250
+ desc: import("@elaraai/east").NullType;
8251
+ }>;
8252
+ }>], import("@elaraai/east").NullType>>;
8253
+ onTaskClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8254
+ rowIndex: import("@elaraai/east").IntegerType;
8255
+ taskIndex: import("@elaraai/east").IntegerType;
8256
+ taskStart: import("@elaraai/east").DateTimeType;
8257
+ taskEnd: import("@elaraai/east").DateTimeType;
8258
+ }>], import("@elaraai/east").NullType>>;
8259
+ onTaskDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8260
+ rowIndex: import("@elaraai/east").IntegerType;
8261
+ taskIndex: import("@elaraai/east").IntegerType;
8262
+ taskStart: import("@elaraai/east").DateTimeType;
8263
+ taskEnd: import("@elaraai/east").DateTimeType;
8264
+ }>], import("@elaraai/east").NullType>>;
8265
+ onTaskDrag: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8266
+ rowIndex: import("@elaraai/east").IntegerType;
8267
+ taskIndex: import("@elaraai/east").IntegerType;
8268
+ previousStart: import("@elaraai/east").DateTimeType;
8269
+ previousEnd: import("@elaraai/east").DateTimeType;
8270
+ newStart: import("@elaraai/east").DateTimeType;
8271
+ newEnd: import("@elaraai/east").DateTimeType;
8272
+ }>], import("@elaraai/east").NullType>>;
8273
+ onTaskDurationChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8274
+ rowIndex: import("@elaraai/east").IntegerType;
8275
+ taskIndex: import("@elaraai/east").IntegerType;
8276
+ previousEnd: import("@elaraai/east").DateTimeType;
8277
+ newEnd: import("@elaraai/east").DateTimeType;
8278
+ }>], import("@elaraai/east").NullType>>;
8279
+ onTaskProgressChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8280
+ rowIndex: import("@elaraai/east").IntegerType;
8281
+ taskIndex: import("@elaraai/east").IntegerType;
8282
+ previousProgress: import("@elaraai/east").FloatType;
8283
+ newProgress: import("@elaraai/east").FloatType;
8284
+ }>], import("@elaraai/east").NullType>>;
8285
+ onMilestoneClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8286
+ rowIndex: import("@elaraai/east").IntegerType;
8287
+ milestoneIndex: import("@elaraai/east").IntegerType;
8288
+ milestoneDate: import("@elaraai/east").DateTimeType;
8289
+ }>], import("@elaraai/east").NullType>>;
8290
+ onMilestoneDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8291
+ rowIndex: import("@elaraai/east").IntegerType;
8292
+ milestoneIndex: import("@elaraai/east").IntegerType;
8293
+ milestoneDate: import("@elaraai/east").DateTimeType;
8294
+ }>], import("@elaraai/east").NullType>>;
8295
+ onMilestoneDrag: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8296
+ rowIndex: import("@elaraai/east").IntegerType;
8297
+ milestoneIndex: import("@elaraai/east").IntegerType;
8298
+ previousDate: import("@elaraai/east").DateTimeType;
8299
+ newDate: import("@elaraai/east").DateTimeType;
8300
+ }>], import("@elaraai/east").NullType>>;
7006
8301
  }>>;
7007
8302
  }>;
7008
8303
  Accordion: StructType<{
@@ -7020,6 +8315,7 @@ export declare const ToggleTip: {
7020
8315
  plain: import("@elaraai/east").NullType;
7021
8316
  subtle: import("@elaraai/east").NullType;
7022
8317
  }>>;
8318
+ onValueChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").ArrayType<StringType>], import("@elaraai/east").NullType>>;
7023
8319
  }>>;
7024
8320
  }>;
7025
8321
  Carousel: StructType<{
@@ -7040,6 +8336,7 @@ export declare const ToggleTip: {
7040
8336
  }>>;
7041
8337
  spacing: OptionType<StringType>;
7042
8338
  padding: OptionType<StringType>;
8339
+ onIndexChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
7043
8340
  }>>;
7044
8341
  }>;
7045
8342
  Tabs: StructType<{
@@ -7092,6 +8389,7 @@ export declare const ToggleTip: {
7092
8389
  purple: import("@elaraai/east").NullType;
7093
8390
  pink: import("@elaraai/east").NullType;
7094
8391
  }>>;
8392
+ onValueChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
7095
8393
  }>>;
7096
8394
  }>;
7097
8395
  Tooltip: StructType<{
@@ -7174,6 +8472,10 @@ export declare const ToggleTip: {
7174
8472
  dialog: import("@elaraai/east").NullType;
7175
8473
  alertdialog: import("@elaraai/east").NullType;
7176
8474
  }>>;
8475
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
8476
+ onExitComplete: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
8477
+ onEscapeKeyDown: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
8478
+ onInteractOutside: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
7177
8479
  }>>;
7178
8480
  }>;
7179
8481
  Drawer: StructType<{
@@ -7197,6 +8499,8 @@ export declare const ToggleTip: {
7197
8499
  bottom: import("@elaraai/east").NullType;
7198
8500
  }>>;
7199
8501
  contained: OptionType<import("@elaraai/east").BooleanType>;
8502
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
8503
+ onExitComplete: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
7200
8504
  }>>;
7201
8505
  }>;
7202
8506
  Popover: StructType<{
@@ -7227,6 +8531,7 @@ export declare const ToggleTip: {
7227
8531
  }>>;
7228
8532
  hasArrow: OptionType<import("@elaraai/east").BooleanType>;
7229
8533
  gutter: OptionType<import("@elaraai/east").IntegerType>;
8534
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
7230
8535
  }>>;
7231
8536
  }>;
7232
8537
  HoverCard: StructType<{
@@ -7256,6 +8561,7 @@ export declare const ToggleTip: {
7256
8561
  hasArrow: OptionType<import("@elaraai/east").BooleanType>;
7257
8562
  openDelay: OptionType<import("@elaraai/east").IntegerType>;
7258
8563
  closeDelay: OptionType<import("@elaraai/east").IntegerType>;
8564
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
7259
8565
  }>>;
7260
8566
  }>;
7261
8567
  ActionBar: StructType<{
@@ -7269,7 +8575,10 @@ export declare const ToggleTip: {
7269
8575
  }>>;
7270
8576
  selectionCount: OptionType<import("@elaraai/east").IntegerType>;
7271
8577
  selectionLabel: OptionType<StringType>;
7272
- style: OptionType<StructType<{}>>;
8578
+ style: OptionType<StructType<{
8579
+ onSelect: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
8580
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
8581
+ }>>;
7273
8582
  }>;
7274
8583
  ToggleTip: StructType<{
7275
8584
  trigger: import("@elaraai/east").RecursiveTypeMarker;
@@ -7290,8 +8599,12 @@ export declare const ToggleTip: {
7290
8599
  "right-end": import("@elaraai/east").NullType;
7291
8600
  }>>;
7292
8601
  hasArrow: OptionType<import("@elaraai/east").BooleanType>;
8602
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
7293
8603
  }>>;
7294
8604
  }>;
8605
+ ReactiveComponent: StructType<{
8606
+ render: import("@elaraai/east").FunctionType<[], import("@elaraai/east").RecursiveTypeMarker>;
8607
+ }>;
7295
8608
  }>>;
7296
8609
  content: StringType;
7297
8610
  style: OptionType<StructType<{
@@ -7310,6 +8623,7 @@ export declare const ToggleTip: {
7310
8623
  "right-end": import("@elaraai/east").NullType;
7311
8624
  }>>;
7312
8625
  hasArrow: OptionType<import("@elaraai/east").BooleanType>;
8626
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
7313
8627
  }>>;
7314
8628
  }>;
7315
8629
  /**
@@ -7338,6 +8652,7 @@ export declare const ToggleTip: {
7338
8652
  "right-end": import("@elaraai/east").NullType;
7339
8653
  }>>;
7340
8654
  hasArrow: OptionType<import("@elaraai/east").BooleanType>;
8655
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
7341
8656
  }>;
7342
8657
  /**
7343
8658
  * Placement variant type for ToggleTip positioning.