@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
@@ -188,6 +188,7 @@ export declare const PopoverType: StructType<{
188
188
  highlightLines: OptionType<ArrayType<import("@elaraai/east").IntegerType>>;
189
189
  maxHeight: OptionType<StringType>;
190
190
  showCopyButton: OptionType<import("@elaraai/east").BooleanType>;
191
+ wordWrap: OptionType<import("@elaraai/east").BooleanType>;
191
192
  title: OptionType<StringType>;
192
193
  }>;
193
194
  Button: StructType<{
@@ -219,6 +220,7 @@ export declare const PopoverType: StructType<{
219
220
  }>>;
220
221
  loading: OptionType<import("@elaraai/east").BooleanType>;
221
222
  disabled: OptionType<import("@elaraai/east").BooleanType>;
223
+ onClick: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
222
224
  }>>;
223
225
  }>;
224
226
  IconButton: StructType<{
@@ -251,6 +253,7 @@ export declare const PopoverType: StructType<{
251
253
  }>>;
252
254
  loading: OptionType<import("@elaraai/east").BooleanType>;
253
255
  disabled: OptionType<import("@elaraai/east").BooleanType>;
256
+ onClick: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
254
257
  }>>;
255
258
  }>;
256
259
  Box: StructType<{
@@ -268,6 +271,28 @@ export declare const PopoverType: StructType<{
268
271
  }>>;
269
272
  width: OptionType<StringType>;
270
273
  height: OptionType<StringType>;
274
+ minHeight: OptionType<StringType>;
275
+ minWidth: OptionType<StringType>;
276
+ maxHeight: OptionType<StringType>;
277
+ maxWidth: OptionType<StringType>;
278
+ overflow: OptionType<import("@elaraai/east").VariantType<{
279
+ visible: import("@elaraai/east").NullType;
280
+ hidden: import("@elaraai/east").NullType;
281
+ scroll: import("@elaraai/east").NullType;
282
+ auto: import("@elaraai/east").NullType;
283
+ }>>;
284
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
285
+ visible: import("@elaraai/east").NullType;
286
+ hidden: import("@elaraai/east").NullType;
287
+ scroll: import("@elaraai/east").NullType;
288
+ auto: import("@elaraai/east").NullType;
289
+ }>>;
290
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
291
+ visible: import("@elaraai/east").NullType;
292
+ hidden: import("@elaraai/east").NullType;
293
+ scroll: import("@elaraai/east").NullType;
294
+ auto: import("@elaraai/east").NullType;
295
+ }>>;
271
296
  padding: OptionType<StructType<{
272
297
  top: OptionType<StringType>;
273
298
  right: OptionType<StringType>;
@@ -307,6 +332,77 @@ export declare const PopoverType: StructType<{
307
332
  gap: OptionType<StringType>;
308
333
  }>>;
309
334
  }>;
335
+ Flex: StructType<{
336
+ children: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
337
+ style: OptionType<StructType<{
338
+ direction: OptionType<import("@elaraai/east").VariantType<{
339
+ row: import("@elaraai/east").NullType;
340
+ column: import("@elaraai/east").NullType;
341
+ "row-reverse": import("@elaraai/east").NullType;
342
+ "column-reverse": import("@elaraai/east").NullType;
343
+ }>>;
344
+ wrap: OptionType<import("@elaraai/east").VariantType<{
345
+ nowrap: import("@elaraai/east").NullType;
346
+ wrap: import("@elaraai/east").NullType;
347
+ "wrap-reverse": import("@elaraai/east").NullType;
348
+ }>>;
349
+ justifyContent: OptionType<import("@elaraai/east").VariantType<{
350
+ "flex-start": import("@elaraai/east").NullType;
351
+ "flex-end": import("@elaraai/east").NullType;
352
+ center: import("@elaraai/east").NullType;
353
+ "space-between": import("@elaraai/east").NullType;
354
+ "space-around": import("@elaraai/east").NullType;
355
+ "space-evenly": import("@elaraai/east").NullType;
356
+ }>>;
357
+ alignItems: OptionType<import("@elaraai/east").VariantType<{
358
+ "flex-start": import("@elaraai/east").NullType;
359
+ "flex-end": import("@elaraai/east").NullType;
360
+ center: import("@elaraai/east").NullType;
361
+ baseline: import("@elaraai/east").NullType;
362
+ stretch: import("@elaraai/east").NullType;
363
+ }>>;
364
+ gap: OptionType<StringType>;
365
+ width: OptionType<StringType>;
366
+ height: OptionType<StringType>;
367
+ minHeight: OptionType<StringType>;
368
+ minWidth: OptionType<StringType>;
369
+ maxHeight: OptionType<StringType>;
370
+ maxWidth: OptionType<StringType>;
371
+ overflow: OptionType<import("@elaraai/east").VariantType<{
372
+ visible: import("@elaraai/east").NullType;
373
+ hidden: import("@elaraai/east").NullType;
374
+ scroll: import("@elaraai/east").NullType;
375
+ auto: import("@elaraai/east").NullType;
376
+ }>>;
377
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
378
+ visible: import("@elaraai/east").NullType;
379
+ hidden: import("@elaraai/east").NullType;
380
+ scroll: import("@elaraai/east").NullType;
381
+ auto: import("@elaraai/east").NullType;
382
+ }>>;
383
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
384
+ visible: import("@elaraai/east").NullType;
385
+ hidden: import("@elaraai/east").NullType;
386
+ scroll: import("@elaraai/east").NullType;
387
+ auto: import("@elaraai/east").NullType;
388
+ }>>;
389
+ padding: OptionType<StructType<{
390
+ top: OptionType<StringType>;
391
+ right: OptionType<StringType>;
392
+ bottom: OptionType<StringType>;
393
+ left: OptionType<StringType>;
394
+ }>>;
395
+ margin: OptionType<StructType<{
396
+ top: OptionType<StringType>;
397
+ right: OptionType<StringType>;
398
+ bottom: OptionType<StringType>;
399
+ left: OptionType<StringType>;
400
+ }>>;
401
+ background: OptionType<StringType>;
402
+ color: OptionType<StringType>;
403
+ borderRadius: OptionType<StringType>;
404
+ }>>;
405
+ }>;
310
406
  Stack: StructType<{
311
407
  children: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
312
408
  style: OptionType<StructType<{
@@ -352,6 +448,28 @@ export declare const PopoverType: StructType<{
352
448
  background: OptionType<StringType>;
353
449
  width: OptionType<StringType>;
354
450
  height: OptionType<StringType>;
451
+ minHeight: OptionType<StringType>;
452
+ minWidth: OptionType<StringType>;
453
+ maxHeight: OptionType<StringType>;
454
+ maxWidth: OptionType<StringType>;
455
+ overflow: OptionType<import("@elaraai/east").VariantType<{
456
+ visible: import("@elaraai/east").NullType;
457
+ hidden: import("@elaraai/east").NullType;
458
+ scroll: import("@elaraai/east").NullType;
459
+ auto: import("@elaraai/east").NullType;
460
+ }>>;
461
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
462
+ visible: import("@elaraai/east").NullType;
463
+ hidden: import("@elaraai/east").NullType;
464
+ scroll: import("@elaraai/east").NullType;
465
+ auto: import("@elaraai/east").NullType;
466
+ }>>;
467
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
468
+ visible: import("@elaraai/east").NullType;
469
+ hidden: import("@elaraai/east").NullType;
470
+ scroll: import("@elaraai/east").NullType;
471
+ auto: import("@elaraai/east").NullType;
472
+ }>>;
355
473
  }>>;
356
474
  }>;
357
475
  Separator: StructType<{
@@ -446,6 +564,13 @@ export declare const PopoverType: StructType<{
446
564
  horizontal: import("@elaraai/east").NullType;
447
565
  vertical: import("@elaraai/east").NullType;
448
566
  }>>;
567
+ onResize: OptionType<import("@elaraai/east").FunctionType<[StructType<{
568
+ size: ArrayType<import("@elaraai/east").FloatType>;
569
+ }>], import("@elaraai/east").NullType>>;
570
+ onResizeStart: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
571
+ onResizeEnd: OptionType<import("@elaraai/east").FunctionType<[StructType<{
572
+ size: ArrayType<import("@elaraai/east").FloatType>;
573
+ }>], import("@elaraai/east").NullType>>;
449
574
  }>>;
450
575
  }>;
451
576
  StringInput: StructType<{
@@ -465,6 +590,9 @@ export declare const PopoverType: StructType<{
465
590
  maxLength: OptionType<import("@elaraai/east").IntegerType>;
466
591
  pattern: OptionType<StringType>;
467
592
  disabled: OptionType<import("@elaraai/east").BooleanType>;
593
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
594
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
595
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
468
596
  }>;
469
597
  IntegerInput: StructType<{
470
598
  value: import("@elaraai/east").IntegerType;
@@ -483,6 +611,9 @@ export declare const PopoverType: StructType<{
483
611
  lg: import("@elaraai/east").NullType;
484
612
  }>>;
485
613
  disabled: OptionType<import("@elaraai/east").BooleanType>;
614
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
615
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
616
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
486
617
  }>;
487
618
  FloatInput: StructType<{
488
619
  value: import("@elaraai/east").FloatType;
@@ -502,13 +633,44 @@ export declare const PopoverType: StructType<{
502
633
  lg: import("@elaraai/east").NullType;
503
634
  }>>;
504
635
  disabled: OptionType<import("@elaraai/east").BooleanType>;
636
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
637
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
638
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
505
639
  }>;
506
640
  DateTimeInput: StructType<{
507
641
  value: import("@elaraai/east").DateTimeType;
508
642
  min: OptionType<import("@elaraai/east").DateTimeType>;
509
643
  max: OptionType<import("@elaraai/east").DateTimeType>;
510
- showTime: OptionType<import("@elaraai/east").BooleanType>;
511
- format: OptionType<StringType>;
644
+ precision: OptionType<import("@elaraai/east").VariantType<{
645
+ date: import("@elaraai/east").NullType;
646
+ time: import("@elaraai/east").NullType;
647
+ datetime: import("@elaraai/east").NullType;
648
+ }>>;
649
+ format: OptionType<ArrayType<import("@elaraai/east").VariantType<{
650
+ literal: StringType;
651
+ year4: import("@elaraai/east").NullType;
652
+ year2: import("@elaraai/east").NullType;
653
+ month1: import("@elaraai/east").NullType;
654
+ month2: import("@elaraai/east").NullType;
655
+ monthNameShort: import("@elaraai/east").NullType;
656
+ monthNameFull: import("@elaraai/east").NullType;
657
+ day1: import("@elaraai/east").NullType;
658
+ day2: import("@elaraai/east").NullType;
659
+ weekdayNameMin: import("@elaraai/east").NullType;
660
+ weekdayNameShort: import("@elaraai/east").NullType;
661
+ weekdayNameFull: import("@elaraai/east").NullType;
662
+ hour24_1: import("@elaraai/east").NullType;
663
+ hour24_2: import("@elaraai/east").NullType;
664
+ hour12_1: import("@elaraai/east").NullType;
665
+ hour12_2: import("@elaraai/east").NullType;
666
+ minute1: import("@elaraai/east").NullType;
667
+ minute2: import("@elaraai/east").NullType;
668
+ second1: import("@elaraai/east").NullType;
669
+ second2: import("@elaraai/east").NullType;
670
+ millisecond3: import("@elaraai/east").NullType;
671
+ ampmUpper: import("@elaraai/east").NullType;
672
+ ampmLower: import("@elaraai/east").NullType;
673
+ }>>>;
512
674
  variant: OptionType<import("@elaraai/east").VariantType<{
513
675
  outline: import("@elaraai/east").NullType;
514
676
  subtle: import("@elaraai/east").NullType;
@@ -521,6 +683,9 @@ export declare const PopoverType: StructType<{
521
683
  lg: import("@elaraai/east").NullType;
522
684
  }>>;
523
685
  disabled: OptionType<import("@elaraai/east").BooleanType>;
686
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").DateTimeType], import("@elaraai/east").NullType>>;
687
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
688
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
524
689
  }>;
525
690
  Checkbox: StructType<{
526
691
  checked: import("@elaraai/east").BooleanType;
@@ -545,6 +710,7 @@ export declare const PopoverType: StructType<{
545
710
  md: import("@elaraai/east").NullType;
546
711
  lg: import("@elaraai/east").NullType;
547
712
  }>>;
713
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
548
714
  }>;
549
715
  Switch: StructType<{
550
716
  checked: import("@elaraai/east").BooleanType;
@@ -568,6 +734,7 @@ export declare const PopoverType: StructType<{
568
734
  md: import("@elaraai/east").NullType;
569
735
  lg: import("@elaraai/east").NullType;
570
736
  }>>;
737
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
571
738
  }>;
572
739
  Select: StructType<{
573
740
  value: OptionType<StringType>;
@@ -585,6 +752,9 @@ export declare const PopoverType: StructType<{
585
752
  md: import("@elaraai/east").NullType;
586
753
  lg: import("@elaraai/east").NullType;
587
754
  }>>;
755
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
756
+ onChangeMultiple: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
757
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
588
758
  }>;
589
759
  Slider: StructType<{
590
760
  value: import("@elaraai/east").FloatType;
@@ -618,6 +788,8 @@ export declare const PopoverType: StructType<{
618
788
  subtle: import("@elaraai/east").NullType;
619
789
  }>>;
620
790
  disabled: OptionType<import("@elaraai/east").BooleanType>;
791
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
792
+ onChangeEnd: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
621
793
  }>;
622
794
  FileUpload: StructType<{
623
795
  accept: OptionType<StringType>;
@@ -636,31 +808,358 @@ export declare const PopoverType: StructType<{
636
808
  label: OptionType<StringType>;
637
809
  dropzoneText: OptionType<StringType>;
638
810
  triggerText: OptionType<StringType>;
811
+ onFileAccept: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
812
+ name: StringType;
813
+ size: import("@elaraai/east").IntegerType;
814
+ type: StringType;
815
+ }>>], import("@elaraai/east").NullType>>;
816
+ onFileReject: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
817
+ file: StructType<{
818
+ name: StringType;
819
+ size: import("@elaraai/east").IntegerType;
820
+ type: StringType;
821
+ }>;
822
+ errors: ArrayType<StringType>;
823
+ }>>], import("@elaraai/east").NullType>>;
639
824
  }>;
640
825
  Field: StructType<{
641
826
  label: StringType;
642
- control: import("@elaraai/east").RecursiveTypeMarker;
827
+ control: import("@elaraai/east").VariantType<{
828
+ Checkbox: StructType<{
829
+ checked: import("@elaraai/east").BooleanType;
830
+ label: OptionType<StringType>;
831
+ indeterminate: OptionType<import("@elaraai/east").BooleanType>;
832
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
833
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
834
+ gray: import("@elaraai/east").NullType;
835
+ red: import("@elaraai/east").NullType;
836
+ orange: import("@elaraai/east").NullType;
837
+ yellow: import("@elaraai/east").NullType;
838
+ green: import("@elaraai/east").NullType;
839
+ teal: import("@elaraai/east").NullType;
840
+ blue: import("@elaraai/east").NullType;
841
+ cyan: import("@elaraai/east").NullType;
842
+ purple: import("@elaraai/east").NullType;
843
+ pink: import("@elaraai/east").NullType;
844
+ }>>;
845
+ size: OptionType<import("@elaraai/east").VariantType<{
846
+ xs: import("@elaraai/east").NullType;
847
+ sm: import("@elaraai/east").NullType;
848
+ md: import("@elaraai/east").NullType;
849
+ lg: import("@elaraai/east").NullType;
850
+ }>>;
851
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
852
+ }>;
853
+ StringInput: StructType<{
854
+ value: StringType;
855
+ placeholder: OptionType<StringType>;
856
+ variant: OptionType<import("@elaraai/east").VariantType<{
857
+ outline: import("@elaraai/east").NullType;
858
+ subtle: import("@elaraai/east").NullType;
859
+ flushed: import("@elaraai/east").NullType;
860
+ }>>;
861
+ size: OptionType<import("@elaraai/east").VariantType<{
862
+ xs: import("@elaraai/east").NullType;
863
+ sm: import("@elaraai/east").NullType;
864
+ md: import("@elaraai/east").NullType;
865
+ lg: import("@elaraai/east").NullType;
866
+ }>>;
867
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
868
+ pattern: OptionType<StringType>;
869
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
870
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
871
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
872
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
873
+ }>;
874
+ IntegerInput: StructType<{
875
+ value: import("@elaraai/east").IntegerType;
876
+ min: OptionType<import("@elaraai/east").IntegerType>;
877
+ max: OptionType<import("@elaraai/east").IntegerType>;
878
+ step: OptionType<import("@elaraai/east").IntegerType>;
879
+ variant: OptionType<import("@elaraai/east").VariantType<{
880
+ outline: import("@elaraai/east").NullType;
881
+ subtle: import("@elaraai/east").NullType;
882
+ flushed: import("@elaraai/east").NullType;
883
+ }>>;
884
+ size: OptionType<import("@elaraai/east").VariantType<{
885
+ xs: import("@elaraai/east").NullType;
886
+ sm: import("@elaraai/east").NullType;
887
+ md: import("@elaraai/east").NullType;
888
+ lg: import("@elaraai/east").NullType;
889
+ }>>;
890
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
891
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
892
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
893
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
894
+ }>;
895
+ FloatInput: StructType<{
896
+ value: import("@elaraai/east").FloatType;
897
+ min: OptionType<import("@elaraai/east").FloatType>;
898
+ max: OptionType<import("@elaraai/east").FloatType>;
899
+ step: OptionType<import("@elaraai/east").FloatType>;
900
+ precision: OptionType<import("@elaraai/east").IntegerType>;
901
+ variant: OptionType<import("@elaraai/east").VariantType<{
902
+ outline: import("@elaraai/east").NullType;
903
+ subtle: import("@elaraai/east").NullType;
904
+ flushed: import("@elaraai/east").NullType;
905
+ }>>;
906
+ size: OptionType<import("@elaraai/east").VariantType<{
907
+ xs: import("@elaraai/east").NullType;
908
+ sm: import("@elaraai/east").NullType;
909
+ md: import("@elaraai/east").NullType;
910
+ lg: import("@elaraai/east").NullType;
911
+ }>>;
912
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
913
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
914
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
915
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
916
+ }>;
917
+ DateTimeInput: StructType<{
918
+ value: import("@elaraai/east").DateTimeType;
919
+ min: OptionType<import("@elaraai/east").DateTimeType>;
920
+ max: OptionType<import("@elaraai/east").DateTimeType>;
921
+ precision: OptionType<import("@elaraai/east").VariantType<{
922
+ date: import("@elaraai/east").NullType;
923
+ time: import("@elaraai/east").NullType;
924
+ datetime: import("@elaraai/east").NullType;
925
+ }>>;
926
+ format: OptionType<ArrayType<import("@elaraai/east").VariantType<{
927
+ literal: StringType;
928
+ year4: import("@elaraai/east").NullType;
929
+ year2: import("@elaraai/east").NullType;
930
+ month1: import("@elaraai/east").NullType;
931
+ month2: import("@elaraai/east").NullType;
932
+ monthNameShort: import("@elaraai/east").NullType;
933
+ monthNameFull: import("@elaraai/east").NullType;
934
+ day1: import("@elaraai/east").NullType;
935
+ day2: import("@elaraai/east").NullType;
936
+ weekdayNameMin: import("@elaraai/east").NullType;
937
+ weekdayNameShort: import("@elaraai/east").NullType;
938
+ weekdayNameFull: import("@elaraai/east").NullType;
939
+ hour24_1: import("@elaraai/east").NullType;
940
+ hour24_2: import("@elaraai/east").NullType;
941
+ hour12_1: import("@elaraai/east").NullType;
942
+ hour12_2: import("@elaraai/east").NullType;
943
+ minute1: import("@elaraai/east").NullType;
944
+ minute2: import("@elaraai/east").NullType;
945
+ second1: import("@elaraai/east").NullType;
946
+ second2: import("@elaraai/east").NullType;
947
+ millisecond3: import("@elaraai/east").NullType;
948
+ ampmUpper: import("@elaraai/east").NullType;
949
+ ampmLower: import("@elaraai/east").NullType;
950
+ }>>>;
951
+ variant: OptionType<import("@elaraai/east").VariantType<{
952
+ outline: import("@elaraai/east").NullType;
953
+ subtle: import("@elaraai/east").NullType;
954
+ flushed: import("@elaraai/east").NullType;
955
+ }>>;
956
+ size: OptionType<import("@elaraai/east").VariantType<{
957
+ xs: import("@elaraai/east").NullType;
958
+ sm: import("@elaraai/east").NullType;
959
+ md: import("@elaraai/east").NullType;
960
+ lg: import("@elaraai/east").NullType;
961
+ }>>;
962
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
963
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").DateTimeType], import("@elaraai/east").NullType>>;
964
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
965
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
966
+ }>;
967
+ FileUpload: StructType<{
968
+ accept: OptionType<StringType>;
969
+ maxFiles: OptionType<import("@elaraai/east").IntegerType>;
970
+ maxFileSize: OptionType<import("@elaraai/east").IntegerType>;
971
+ minFileSize: OptionType<import("@elaraai/east").IntegerType>;
972
+ directory: OptionType<import("@elaraai/east").BooleanType>;
973
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
974
+ required: OptionType<import("@elaraai/east").BooleanType>;
975
+ allowDrop: OptionType<import("@elaraai/east").BooleanType>;
976
+ capture: OptionType<import("@elaraai/east").VariantType<{
977
+ user: import("@elaraai/east").NullType;
978
+ environment: import("@elaraai/east").NullType;
979
+ }>>;
980
+ name: OptionType<StringType>;
981
+ label: OptionType<StringType>;
982
+ dropzoneText: OptionType<StringType>;
983
+ triggerText: OptionType<StringType>;
984
+ onFileAccept: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
985
+ name: StringType;
986
+ size: import("@elaraai/east").IntegerType;
987
+ type: StringType;
988
+ }>>], import("@elaraai/east").NullType>>;
989
+ onFileReject: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
990
+ file: StructType<{
991
+ name: StringType;
992
+ size: import("@elaraai/east").IntegerType;
993
+ type: StringType;
994
+ }>;
995
+ errors: ArrayType<StringType>;
996
+ }>>], import("@elaraai/east").NullType>>;
997
+ }>;
998
+ Select: StructType<{
999
+ value: OptionType<StringType>;
1000
+ items: ArrayType<StructType<{
1001
+ value: StringType;
1002
+ label: StringType;
1003
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
1004
+ }>>;
1005
+ placeholder: OptionType<StringType>;
1006
+ multiple: OptionType<import("@elaraai/east").BooleanType>;
1007
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
1008
+ size: OptionType<import("@elaraai/east").VariantType<{
1009
+ xs: import("@elaraai/east").NullType;
1010
+ sm: import("@elaraai/east").NullType;
1011
+ md: import("@elaraai/east").NullType;
1012
+ lg: import("@elaraai/east").NullType;
1013
+ }>>;
1014
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
1015
+ onChangeMultiple: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
1016
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
1017
+ }>;
1018
+ Slider: StructType<{
1019
+ value: import("@elaraai/east").FloatType;
1020
+ min: OptionType<import("@elaraai/east").FloatType>;
1021
+ max: OptionType<import("@elaraai/east").FloatType>;
1022
+ step: OptionType<import("@elaraai/east").FloatType>;
1023
+ orientation: OptionType<import("@elaraai/east").VariantType<{
1024
+ horizontal: import("@elaraai/east").NullType;
1025
+ vertical: import("@elaraai/east").NullType;
1026
+ }>>;
1027
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
1028
+ gray: import("@elaraai/east").NullType;
1029
+ red: import("@elaraai/east").NullType;
1030
+ orange: import("@elaraai/east").NullType;
1031
+ yellow: import("@elaraai/east").NullType;
1032
+ green: import("@elaraai/east").NullType;
1033
+ teal: import("@elaraai/east").NullType;
1034
+ blue: import("@elaraai/east").NullType;
1035
+ cyan: import("@elaraai/east").NullType;
1036
+ purple: import("@elaraai/east").NullType;
1037
+ pink: import("@elaraai/east").NullType;
1038
+ }>>;
1039
+ size: OptionType<import("@elaraai/east").VariantType<{
1040
+ xs: import("@elaraai/east").NullType;
1041
+ sm: import("@elaraai/east").NullType;
1042
+ md: import("@elaraai/east").NullType;
1043
+ lg: import("@elaraai/east").NullType;
1044
+ }>>;
1045
+ variant: OptionType<import("@elaraai/east").VariantType<{
1046
+ outline: import("@elaraai/east").NullType;
1047
+ subtle: import("@elaraai/east").NullType;
1048
+ }>>;
1049
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
1050
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
1051
+ onChangeEnd: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
1052
+ }>;
1053
+ Switch: StructType<{
1054
+ checked: import("@elaraai/east").BooleanType;
1055
+ label: OptionType<StringType>;
1056
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
1057
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
1058
+ gray: import("@elaraai/east").NullType;
1059
+ red: import("@elaraai/east").NullType;
1060
+ orange: import("@elaraai/east").NullType;
1061
+ yellow: import("@elaraai/east").NullType;
1062
+ green: import("@elaraai/east").NullType;
1063
+ teal: import("@elaraai/east").NullType;
1064
+ blue: import("@elaraai/east").NullType;
1065
+ cyan: import("@elaraai/east").NullType;
1066
+ purple: import("@elaraai/east").NullType;
1067
+ pink: import("@elaraai/east").NullType;
1068
+ }>>;
1069
+ size: OptionType<import("@elaraai/east").VariantType<{
1070
+ xs: import("@elaraai/east").NullType;
1071
+ sm: import("@elaraai/east").NullType;
1072
+ md: import("@elaraai/east").NullType;
1073
+ lg: import("@elaraai/east").NullType;
1074
+ }>>;
1075
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
1076
+ }>;
1077
+ TagsInput: StructType<{
1078
+ value: ArrayType<StringType>;
1079
+ defaultValue: OptionType<ArrayType<StringType>>;
1080
+ max: OptionType<import("@elaraai/east").IntegerType>;
1081
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
1082
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
1083
+ readOnly: OptionType<import("@elaraai/east").BooleanType>;
1084
+ invalid: OptionType<import("@elaraai/east").BooleanType>;
1085
+ editable: OptionType<import("@elaraai/east").BooleanType>;
1086
+ delimiter: OptionType<StringType>;
1087
+ addOnPaste: OptionType<import("@elaraai/east").BooleanType>;
1088
+ blurBehavior: OptionType<import("@elaraai/east").VariantType<{
1089
+ clear: import("@elaraai/east").NullType;
1090
+ add: import("@elaraai/east").NullType;
1091
+ }>>;
1092
+ allowOverflow: OptionType<import("@elaraai/east").BooleanType>;
1093
+ label: OptionType<StringType>;
1094
+ placeholder: OptionType<StringType>;
1095
+ size: OptionType<import("@elaraai/east").VariantType<{
1096
+ xs: import("@elaraai/east").NullType;
1097
+ sm: import("@elaraai/east").NullType;
1098
+ md: import("@elaraai/east").NullType;
1099
+ lg: import("@elaraai/east").NullType;
1100
+ }>>;
1101
+ variant: OptionType<import("@elaraai/east").VariantType<{
1102
+ outline: import("@elaraai/east").NullType;
1103
+ subtle: import("@elaraai/east").NullType;
1104
+ flushed: import("@elaraai/east").NullType;
1105
+ }>>;
1106
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
1107
+ gray: import("@elaraai/east").NullType;
1108
+ red: import("@elaraai/east").NullType;
1109
+ orange: import("@elaraai/east").NullType;
1110
+ yellow: import("@elaraai/east").NullType;
1111
+ green: import("@elaraai/east").NullType;
1112
+ teal: import("@elaraai/east").NullType;
1113
+ blue: import("@elaraai/east").NullType;
1114
+ cyan: import("@elaraai/east").NullType;
1115
+ purple: import("@elaraai/east").NullType;
1116
+ pink: import("@elaraai/east").NullType;
1117
+ }>>;
1118
+ onChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
1119
+ onInputChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
1120
+ onHighlightChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
1121
+ }>;
1122
+ Textarea: StructType<{
1123
+ value: StringType;
1124
+ placeholder: OptionType<StringType>;
1125
+ variant: OptionType<import("@elaraai/east").VariantType<{
1126
+ outline: import("@elaraai/east").NullType;
1127
+ subtle: import("@elaraai/east").NullType;
1128
+ flushed: import("@elaraai/east").NullType;
1129
+ }>>;
1130
+ size: OptionType<import("@elaraai/east").VariantType<{
1131
+ xs: import("@elaraai/east").NullType;
1132
+ sm: import("@elaraai/east").NullType;
1133
+ md: import("@elaraai/east").NullType;
1134
+ lg: import("@elaraai/east").NullType;
1135
+ }>>;
1136
+ resize: OptionType<import("@elaraai/east").VariantType<{
1137
+ none: import("@elaraai/east").NullType;
1138
+ vertical: import("@elaraai/east").NullType;
1139
+ horizontal: import("@elaraai/east").NullType;
1140
+ both: import("@elaraai/east").NullType;
1141
+ }>>;
1142
+ rows: OptionType<import("@elaraai/east").IntegerType>;
1143
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
1144
+ readOnly: OptionType<import("@elaraai/east").BooleanType>;
1145
+ required: OptionType<import("@elaraai/east").BooleanType>;
1146
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
1147
+ autoresize: OptionType<import("@elaraai/east").BooleanType>;
1148
+ onValidate: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
1149
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
1150
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
1151
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
1152
+ }>;
1153
+ }>;
643
1154
  helperText: OptionType<StringType>;
644
1155
  errorText: OptionType<StringType>;
645
1156
  required: OptionType<import("@elaraai/east").BooleanType>;
646
1157
  disabled: OptionType<import("@elaraai/east").BooleanType>;
647
1158
  invalid: OptionType<import("@elaraai/east").BooleanType>;
648
1159
  readOnly: OptionType<import("@elaraai/east").BooleanType>;
649
- }>;
650
- Fieldset: StructType<{
651
- legend: OptionType<StringType>;
652
- helperText: OptionType<StringType>;
653
- errorText: OptionType<StringType>;
654
- content: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
655
- disabled: OptionType<import("@elaraai/east").BooleanType>;
656
- invalid: OptionType<import("@elaraai/east").BooleanType>;
657
- style: OptionType<StructType<{
658
- size: OptionType<import("@elaraai/east").VariantType<{
659
- xs: import("@elaraai/east").NullType;
660
- sm: import("@elaraai/east").NullType;
661
- md: import("@elaraai/east").NullType;
662
- lg: import("@elaraai/east").NullType;
663
- }>>;
1160
+ orientation: OptionType<import("@elaraai/east").VariantType<{
1161
+ vertical: import("@elaraai/east").NullType;
1162
+ horizontal: import("@elaraai/east").NullType;
664
1163
  }>>;
665
1164
  }>;
666
1165
  Textarea: StructType<{
@@ -686,10 +1185,13 @@ export declare const PopoverType: StructType<{
686
1185
  rows: OptionType<import("@elaraai/east").IntegerType>;
687
1186
  disabled: OptionType<import("@elaraai/east").BooleanType>;
688
1187
  readOnly: OptionType<import("@elaraai/east").BooleanType>;
689
- invalid: OptionType<import("@elaraai/east").BooleanType>;
690
1188
  required: OptionType<import("@elaraai/east").BooleanType>;
691
1189
  maxLength: OptionType<import("@elaraai/east").IntegerType>;
692
1190
  autoresize: OptionType<import("@elaraai/east").BooleanType>;
1191
+ onValidate: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
1192
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
1193
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
1194
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
693
1195
  }>;
694
1196
  TagsInput: StructType<{
695
1197
  value: ArrayType<StringType>;
@@ -732,6 +1234,9 @@ export declare const PopoverType: StructType<{
732
1234
  purple: import("@elaraai/east").NullType;
733
1235
  pink: import("@elaraai/east").NullType;
734
1236
  }>>;
1237
+ onChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
1238
+ onInputChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
1239
+ onHighlightChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
735
1240
  }>;
736
1241
  Progress: StructType<{
737
1242
  value: import("@elaraai/east").FloatType;
@@ -831,6 +1336,7 @@ export declare const PopoverType: StructType<{
831
1336
  xl: import("@elaraai/east").NullType;
832
1337
  }>>;
833
1338
  closable: OptionType<import("@elaraai/east").BooleanType>;
1339
+ onClose: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
834
1340
  }>;
835
1341
  Avatar: StructType<{
836
1342
  src: OptionType<StringType>;
@@ -3171,6 +3677,9 @@ export declare const PopoverType: StructType<{
3171
3677
  multiple: import("@elaraai/east").NullType;
3172
3678
  }>>;
3173
3679
  animateContent: OptionType<import("@elaraai/east").BooleanType>;
3680
+ onExpandedChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
3681
+ onSelectionChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
3682
+ onFocusChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
3174
3683
  }>>;
3175
3684
  }>;
3176
3685
  Table: StructType<{
@@ -3221,6 +3730,47 @@ export declare const PopoverType: StructType<{
3221
3730
  purple: import("@elaraai/east").NullType;
3222
3731
  pink: import("@elaraai/east").NullType;
3223
3732
  }>>;
3733
+ onCellClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3734
+ rowIndex: import("@elaraai/east").IntegerType;
3735
+ columnKey: StringType;
3736
+ cellValue: import("@elaraai/east").VariantType<{
3737
+ Boolean: import("@elaraai/east").BooleanType;
3738
+ Integer: import("@elaraai/east").IntegerType;
3739
+ Float: import("@elaraai/east").FloatType;
3740
+ String: StringType;
3741
+ DateTime: import("@elaraai/east").DateTimeType;
3742
+ }>;
3743
+ }>], import("@elaraai/east").NullType>>;
3744
+ onCellDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3745
+ rowIndex: import("@elaraai/east").IntegerType;
3746
+ columnKey: StringType;
3747
+ cellValue: import("@elaraai/east").VariantType<{
3748
+ Boolean: import("@elaraai/east").BooleanType;
3749
+ Integer: import("@elaraai/east").IntegerType;
3750
+ Float: import("@elaraai/east").FloatType;
3751
+ String: StringType;
3752
+ DateTime: import("@elaraai/east").DateTimeType;
3753
+ }>;
3754
+ }>], import("@elaraai/east").NullType>>;
3755
+ onRowClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3756
+ rowIndex: import("@elaraai/east").IntegerType;
3757
+ }>], import("@elaraai/east").NullType>>;
3758
+ onRowDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3759
+ rowIndex: import("@elaraai/east").IntegerType;
3760
+ }>], import("@elaraai/east").NullType>>;
3761
+ onRowSelectionChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3762
+ rowIndex: import("@elaraai/east").IntegerType;
3763
+ selected: import("@elaraai/east").BooleanType;
3764
+ selectedRowsIndices: ArrayType<import("@elaraai/east").IntegerType>;
3765
+ }>], import("@elaraai/east").NullType>>;
3766
+ onSortChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3767
+ columnKey: StringType;
3768
+ sortIndex: import("@elaraai/east").IntegerType;
3769
+ sortDirection: import("@elaraai/east").VariantType<{
3770
+ asc: import("@elaraai/east").NullType;
3771
+ desc: import("@elaraai/east").NullType;
3772
+ }>;
3773
+ }>], import("@elaraai/east").NullType>>;
3224
3774
  }>>;
3225
3775
  }>;
3226
3776
  Gantt: StructType<{
@@ -3310,6 +3860,104 @@ export declare const PopoverType: StructType<{
3310
3860
  pink: import("@elaraai/east").NullType;
3311
3861
  }>>;
3312
3862
  showToday: OptionType<import("@elaraai/east").BooleanType>;
3863
+ dragStep: OptionType<import("@elaraai/east").VariantType<{
3864
+ minutes: import("@elaraai/east").FloatType;
3865
+ hours: import("@elaraai/east").FloatType;
3866
+ days: import("@elaraai/east").FloatType;
3867
+ weeks: import("@elaraai/east").FloatType;
3868
+ months: import("@elaraai/east").FloatType;
3869
+ }>>;
3870
+ durationStep: OptionType<import("@elaraai/east").VariantType<{
3871
+ minutes: import("@elaraai/east").FloatType;
3872
+ hours: import("@elaraai/east").FloatType;
3873
+ days: import("@elaraai/east").FloatType;
3874
+ weeks: import("@elaraai/east").FloatType;
3875
+ months: import("@elaraai/east").FloatType;
3876
+ }>>;
3877
+ onCellClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3878
+ rowIndex: import("@elaraai/east").IntegerType;
3879
+ columnKey: StringType;
3880
+ cellValue: import("@elaraai/east").VariantType<{
3881
+ Boolean: import("@elaraai/east").BooleanType;
3882
+ Integer: import("@elaraai/east").IntegerType;
3883
+ Float: import("@elaraai/east").FloatType;
3884
+ String: StringType;
3885
+ DateTime: import("@elaraai/east").DateTimeType;
3886
+ }>;
3887
+ }>], import("@elaraai/east").NullType>>;
3888
+ onCellDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3889
+ rowIndex: import("@elaraai/east").IntegerType;
3890
+ columnKey: StringType;
3891
+ cellValue: import("@elaraai/east").VariantType<{
3892
+ Boolean: import("@elaraai/east").BooleanType;
3893
+ Integer: import("@elaraai/east").IntegerType;
3894
+ Float: import("@elaraai/east").FloatType;
3895
+ String: StringType;
3896
+ DateTime: import("@elaraai/east").DateTimeType;
3897
+ }>;
3898
+ }>], import("@elaraai/east").NullType>>;
3899
+ onRowClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3900
+ rowIndex: import("@elaraai/east").IntegerType;
3901
+ }>], import("@elaraai/east").NullType>>;
3902
+ onRowDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3903
+ rowIndex: import("@elaraai/east").IntegerType;
3904
+ }>], import("@elaraai/east").NullType>>;
3905
+ onSortChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3906
+ columnKey: StringType;
3907
+ sortIndex: import("@elaraai/east").IntegerType;
3908
+ sortDirection: import("@elaraai/east").VariantType<{
3909
+ asc: import("@elaraai/east").NullType;
3910
+ desc: import("@elaraai/east").NullType;
3911
+ }>;
3912
+ }>], import("@elaraai/east").NullType>>;
3913
+ onTaskClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3914
+ rowIndex: import("@elaraai/east").IntegerType;
3915
+ taskIndex: import("@elaraai/east").IntegerType;
3916
+ taskStart: import("@elaraai/east").DateTimeType;
3917
+ taskEnd: import("@elaraai/east").DateTimeType;
3918
+ }>], import("@elaraai/east").NullType>>;
3919
+ onTaskDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3920
+ rowIndex: import("@elaraai/east").IntegerType;
3921
+ taskIndex: import("@elaraai/east").IntegerType;
3922
+ taskStart: import("@elaraai/east").DateTimeType;
3923
+ taskEnd: import("@elaraai/east").DateTimeType;
3924
+ }>], import("@elaraai/east").NullType>>;
3925
+ onTaskDrag: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3926
+ rowIndex: import("@elaraai/east").IntegerType;
3927
+ taskIndex: import("@elaraai/east").IntegerType;
3928
+ previousStart: import("@elaraai/east").DateTimeType;
3929
+ previousEnd: import("@elaraai/east").DateTimeType;
3930
+ newStart: import("@elaraai/east").DateTimeType;
3931
+ newEnd: import("@elaraai/east").DateTimeType;
3932
+ }>], import("@elaraai/east").NullType>>;
3933
+ onTaskDurationChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3934
+ rowIndex: import("@elaraai/east").IntegerType;
3935
+ taskIndex: import("@elaraai/east").IntegerType;
3936
+ previousEnd: import("@elaraai/east").DateTimeType;
3937
+ newEnd: import("@elaraai/east").DateTimeType;
3938
+ }>], import("@elaraai/east").NullType>>;
3939
+ onTaskProgressChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3940
+ rowIndex: import("@elaraai/east").IntegerType;
3941
+ taskIndex: import("@elaraai/east").IntegerType;
3942
+ previousProgress: import("@elaraai/east").FloatType;
3943
+ newProgress: import("@elaraai/east").FloatType;
3944
+ }>], import("@elaraai/east").NullType>>;
3945
+ onMilestoneClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3946
+ rowIndex: import("@elaraai/east").IntegerType;
3947
+ milestoneIndex: import("@elaraai/east").IntegerType;
3948
+ milestoneDate: import("@elaraai/east").DateTimeType;
3949
+ }>], import("@elaraai/east").NullType>>;
3950
+ onMilestoneDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3951
+ rowIndex: import("@elaraai/east").IntegerType;
3952
+ milestoneIndex: import("@elaraai/east").IntegerType;
3953
+ milestoneDate: import("@elaraai/east").DateTimeType;
3954
+ }>], import("@elaraai/east").NullType>>;
3955
+ onMilestoneDrag: OptionType<import("@elaraai/east").FunctionType<[StructType<{
3956
+ rowIndex: import("@elaraai/east").IntegerType;
3957
+ milestoneIndex: import("@elaraai/east").IntegerType;
3958
+ previousDate: import("@elaraai/east").DateTimeType;
3959
+ newDate: import("@elaraai/east").DateTimeType;
3960
+ }>], import("@elaraai/east").NullType>>;
3313
3961
  }>>;
3314
3962
  }>;
3315
3963
  Accordion: StructType<{
@@ -3327,6 +3975,7 @@ export declare const PopoverType: StructType<{
3327
3975
  plain: import("@elaraai/east").NullType;
3328
3976
  subtle: import("@elaraai/east").NullType;
3329
3977
  }>>;
3978
+ onValueChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
3330
3979
  }>>;
3331
3980
  }>;
3332
3981
  Carousel: StructType<{
@@ -3347,6 +3996,7 @@ export declare const PopoverType: StructType<{
3347
3996
  }>>;
3348
3997
  spacing: OptionType<StringType>;
3349
3998
  padding: OptionType<StringType>;
3999
+ onIndexChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
3350
4000
  }>>;
3351
4001
  }>;
3352
4002
  Tabs: StructType<{
@@ -3399,6 +4049,7 @@ export declare const PopoverType: StructType<{
3399
4049
  purple: import("@elaraai/east").NullType;
3400
4050
  pink: import("@elaraai/east").NullType;
3401
4051
  }>>;
4052
+ onValueChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
3402
4053
  }>>;
3403
4054
  }>;
3404
4055
  Tooltip: StructType<{
@@ -3481,6 +4132,10 @@ export declare const PopoverType: StructType<{
3481
4132
  dialog: import("@elaraai/east").NullType;
3482
4133
  alertdialog: import("@elaraai/east").NullType;
3483
4134
  }>>;
4135
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
4136
+ onExitComplete: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4137
+ onEscapeKeyDown: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4138
+ onInteractOutside: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
3484
4139
  }>>;
3485
4140
  }>;
3486
4141
  Drawer: StructType<{
@@ -3504,6 +4159,8 @@ export declare const PopoverType: StructType<{
3504
4159
  bottom: import("@elaraai/east").NullType;
3505
4160
  }>>;
3506
4161
  contained: OptionType<import("@elaraai/east").BooleanType>;
4162
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
4163
+ onExitComplete: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
3507
4164
  }>>;
3508
4165
  }>;
3509
4166
  Popover: StructType<{
@@ -3534,6 +4191,7 @@ export declare const PopoverType: StructType<{
3534
4191
  }>>;
3535
4192
  hasArrow: OptionType<import("@elaraai/east").BooleanType>;
3536
4193
  gutter: OptionType<import("@elaraai/east").IntegerType>;
4194
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
3537
4195
  }>>;
3538
4196
  }>;
3539
4197
  HoverCard: StructType<{
@@ -3563,6 +4221,7 @@ export declare const PopoverType: StructType<{
3563
4221
  hasArrow: OptionType<import("@elaraai/east").BooleanType>;
3564
4222
  openDelay: OptionType<import("@elaraai/east").IntegerType>;
3565
4223
  closeDelay: OptionType<import("@elaraai/east").IntegerType>;
4224
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
3566
4225
  }>>;
3567
4226
  }>;
3568
4227
  ActionBar: StructType<{
@@ -3576,7 +4235,10 @@ export declare const PopoverType: StructType<{
3576
4235
  }>>;
3577
4236
  selectionCount: OptionType<import("@elaraai/east").IntegerType>;
3578
4237
  selectionLabel: OptionType<StringType>;
3579
- style: OptionType<StructType<{}>>;
4238
+ style: OptionType<StructType<{
4239
+ onSelect: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
4240
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
4241
+ }>>;
3580
4242
  }>;
3581
4243
  ToggleTip: StructType<{
3582
4244
  trigger: import("@elaraai/east").RecursiveTypeMarker;
@@ -3597,8 +4259,12 @@ export declare const PopoverType: StructType<{
3597
4259
  "right-end": import("@elaraai/east").NullType;
3598
4260
  }>>;
3599
4261
  hasArrow: OptionType<import("@elaraai/east").BooleanType>;
4262
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
3600
4263
  }>>;
3601
4264
  }>;
4265
+ ReactiveComponent: StructType<{
4266
+ render: import("@elaraai/east").FunctionType<[], import("@elaraai/east").RecursiveTypeMarker>;
4267
+ }>;
3602
4268
  }>>;
3603
4269
  body: ArrayType<import("@elaraai/east").RecursiveType<import("@elaraai/east").VariantType<{
3604
4270
  Text: StructType<{
@@ -3767,6 +4433,7 @@ export declare const PopoverType: StructType<{
3767
4433
  highlightLines: OptionType<ArrayType<import("@elaraai/east").IntegerType>>;
3768
4434
  maxHeight: OptionType<StringType>;
3769
4435
  showCopyButton: OptionType<import("@elaraai/east").BooleanType>;
4436
+ wordWrap: OptionType<import("@elaraai/east").BooleanType>;
3770
4437
  title: OptionType<StringType>;
3771
4438
  }>;
3772
4439
  Button: StructType<{
@@ -3798,6 +4465,7 @@ export declare const PopoverType: StructType<{
3798
4465
  }>>;
3799
4466
  loading: OptionType<import("@elaraai/east").BooleanType>;
3800
4467
  disabled: OptionType<import("@elaraai/east").BooleanType>;
4468
+ onClick: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
3801
4469
  }>>;
3802
4470
  }>;
3803
4471
  IconButton: StructType<{
@@ -3830,6 +4498,7 @@ export declare const PopoverType: StructType<{
3830
4498
  }>>;
3831
4499
  loading: OptionType<import("@elaraai/east").BooleanType>;
3832
4500
  disabled: OptionType<import("@elaraai/east").BooleanType>;
4501
+ onClick: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
3833
4502
  }>>;
3834
4503
  }>;
3835
4504
  Box: StructType<{
@@ -3847,6 +4516,28 @@ export declare const PopoverType: StructType<{
3847
4516
  }>>;
3848
4517
  width: OptionType<StringType>;
3849
4518
  height: OptionType<StringType>;
4519
+ minHeight: OptionType<StringType>;
4520
+ minWidth: OptionType<StringType>;
4521
+ maxHeight: OptionType<StringType>;
4522
+ maxWidth: OptionType<StringType>;
4523
+ overflow: OptionType<import("@elaraai/east").VariantType<{
4524
+ visible: import("@elaraai/east").NullType;
4525
+ hidden: import("@elaraai/east").NullType;
4526
+ scroll: import("@elaraai/east").NullType;
4527
+ auto: import("@elaraai/east").NullType;
4528
+ }>>;
4529
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
4530
+ visible: import("@elaraai/east").NullType;
4531
+ hidden: import("@elaraai/east").NullType;
4532
+ scroll: import("@elaraai/east").NullType;
4533
+ auto: import("@elaraai/east").NullType;
4534
+ }>>;
4535
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
4536
+ visible: import("@elaraai/east").NullType;
4537
+ hidden: import("@elaraai/east").NullType;
4538
+ scroll: import("@elaraai/east").NullType;
4539
+ auto: import("@elaraai/east").NullType;
4540
+ }>>;
3850
4541
  padding: OptionType<StructType<{
3851
4542
  top: OptionType<StringType>;
3852
4543
  right: OptionType<StringType>;
@@ -3886,6 +4577,77 @@ export declare const PopoverType: StructType<{
3886
4577
  gap: OptionType<StringType>;
3887
4578
  }>>;
3888
4579
  }>;
4580
+ Flex: StructType<{
4581
+ children: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
4582
+ style: OptionType<StructType<{
4583
+ direction: OptionType<import("@elaraai/east").VariantType<{
4584
+ row: import("@elaraai/east").NullType;
4585
+ column: import("@elaraai/east").NullType;
4586
+ "row-reverse": import("@elaraai/east").NullType;
4587
+ "column-reverse": import("@elaraai/east").NullType;
4588
+ }>>;
4589
+ wrap: OptionType<import("@elaraai/east").VariantType<{
4590
+ nowrap: import("@elaraai/east").NullType;
4591
+ wrap: import("@elaraai/east").NullType;
4592
+ "wrap-reverse": import("@elaraai/east").NullType;
4593
+ }>>;
4594
+ justifyContent: OptionType<import("@elaraai/east").VariantType<{
4595
+ "flex-start": import("@elaraai/east").NullType;
4596
+ "flex-end": import("@elaraai/east").NullType;
4597
+ center: import("@elaraai/east").NullType;
4598
+ "space-between": import("@elaraai/east").NullType;
4599
+ "space-around": import("@elaraai/east").NullType;
4600
+ "space-evenly": import("@elaraai/east").NullType;
4601
+ }>>;
4602
+ alignItems: OptionType<import("@elaraai/east").VariantType<{
4603
+ "flex-start": import("@elaraai/east").NullType;
4604
+ "flex-end": import("@elaraai/east").NullType;
4605
+ center: import("@elaraai/east").NullType;
4606
+ baseline: import("@elaraai/east").NullType;
4607
+ stretch: import("@elaraai/east").NullType;
4608
+ }>>;
4609
+ gap: OptionType<StringType>;
4610
+ width: OptionType<StringType>;
4611
+ height: OptionType<StringType>;
4612
+ minHeight: OptionType<StringType>;
4613
+ minWidth: OptionType<StringType>;
4614
+ maxHeight: OptionType<StringType>;
4615
+ maxWidth: OptionType<StringType>;
4616
+ overflow: OptionType<import("@elaraai/east").VariantType<{
4617
+ visible: import("@elaraai/east").NullType;
4618
+ hidden: import("@elaraai/east").NullType;
4619
+ scroll: import("@elaraai/east").NullType;
4620
+ auto: import("@elaraai/east").NullType;
4621
+ }>>;
4622
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
4623
+ visible: import("@elaraai/east").NullType;
4624
+ hidden: import("@elaraai/east").NullType;
4625
+ scroll: import("@elaraai/east").NullType;
4626
+ auto: import("@elaraai/east").NullType;
4627
+ }>>;
4628
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
4629
+ visible: import("@elaraai/east").NullType;
4630
+ hidden: import("@elaraai/east").NullType;
4631
+ scroll: import("@elaraai/east").NullType;
4632
+ auto: import("@elaraai/east").NullType;
4633
+ }>>;
4634
+ padding: OptionType<StructType<{
4635
+ top: OptionType<StringType>;
4636
+ right: OptionType<StringType>;
4637
+ bottom: OptionType<StringType>;
4638
+ left: OptionType<StringType>;
4639
+ }>>;
4640
+ margin: OptionType<StructType<{
4641
+ top: OptionType<StringType>;
4642
+ right: OptionType<StringType>;
4643
+ bottom: OptionType<StringType>;
4644
+ left: OptionType<StringType>;
4645
+ }>>;
4646
+ background: OptionType<StringType>;
4647
+ color: OptionType<StringType>;
4648
+ borderRadius: OptionType<StringType>;
4649
+ }>>;
4650
+ }>;
3889
4651
  Stack: StructType<{
3890
4652
  children: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
3891
4653
  style: OptionType<StructType<{
@@ -3931,6 +4693,28 @@ export declare const PopoverType: StructType<{
3931
4693
  background: OptionType<StringType>;
3932
4694
  width: OptionType<StringType>;
3933
4695
  height: OptionType<StringType>;
4696
+ minHeight: OptionType<StringType>;
4697
+ minWidth: OptionType<StringType>;
4698
+ maxHeight: OptionType<StringType>;
4699
+ maxWidth: OptionType<StringType>;
4700
+ overflow: OptionType<import("@elaraai/east").VariantType<{
4701
+ visible: import("@elaraai/east").NullType;
4702
+ hidden: import("@elaraai/east").NullType;
4703
+ scroll: import("@elaraai/east").NullType;
4704
+ auto: import("@elaraai/east").NullType;
4705
+ }>>;
4706
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
4707
+ visible: import("@elaraai/east").NullType;
4708
+ hidden: import("@elaraai/east").NullType;
4709
+ scroll: import("@elaraai/east").NullType;
4710
+ auto: import("@elaraai/east").NullType;
4711
+ }>>;
4712
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
4713
+ visible: import("@elaraai/east").NullType;
4714
+ hidden: import("@elaraai/east").NullType;
4715
+ scroll: import("@elaraai/east").NullType;
4716
+ auto: import("@elaraai/east").NullType;
4717
+ }>>;
3934
4718
  }>>;
3935
4719
  }>;
3936
4720
  Separator: StructType<{
@@ -4025,6 +4809,13 @@ export declare const PopoverType: StructType<{
4025
4809
  horizontal: import("@elaraai/east").NullType;
4026
4810
  vertical: import("@elaraai/east").NullType;
4027
4811
  }>>;
4812
+ onResize: OptionType<import("@elaraai/east").FunctionType<[StructType<{
4813
+ size: ArrayType<import("@elaraai/east").FloatType>;
4814
+ }>], import("@elaraai/east").NullType>>;
4815
+ onResizeStart: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4816
+ onResizeEnd: OptionType<import("@elaraai/east").FunctionType<[StructType<{
4817
+ size: ArrayType<import("@elaraai/east").FloatType>;
4818
+ }>], import("@elaraai/east").NullType>>;
4028
4819
  }>>;
4029
4820
  }>;
4030
4821
  StringInput: StructType<{
@@ -4044,6 +4835,9 @@ export declare const PopoverType: StructType<{
4044
4835
  maxLength: OptionType<import("@elaraai/east").IntegerType>;
4045
4836
  pattern: OptionType<StringType>;
4046
4837
  disabled: OptionType<import("@elaraai/east").BooleanType>;
4838
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
4839
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4840
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4047
4841
  }>;
4048
4842
  IntegerInput: StructType<{
4049
4843
  value: import("@elaraai/east").IntegerType;
@@ -4062,6 +4856,9 @@ export declare const PopoverType: StructType<{
4062
4856
  lg: import("@elaraai/east").NullType;
4063
4857
  }>>;
4064
4858
  disabled: OptionType<import("@elaraai/east").BooleanType>;
4859
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
4860
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4861
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4065
4862
  }>;
4066
4863
  FloatInput: StructType<{
4067
4864
  value: import("@elaraai/east").FloatType;
@@ -4081,13 +4878,44 @@ export declare const PopoverType: StructType<{
4081
4878
  lg: import("@elaraai/east").NullType;
4082
4879
  }>>;
4083
4880
  disabled: OptionType<import("@elaraai/east").BooleanType>;
4881
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
4882
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4883
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4084
4884
  }>;
4085
4885
  DateTimeInput: StructType<{
4086
4886
  value: import("@elaraai/east").DateTimeType;
4087
4887
  min: OptionType<import("@elaraai/east").DateTimeType>;
4088
4888
  max: OptionType<import("@elaraai/east").DateTimeType>;
4089
- showTime: OptionType<import("@elaraai/east").BooleanType>;
4090
- format: OptionType<StringType>;
4889
+ precision: OptionType<import("@elaraai/east").VariantType<{
4890
+ date: import("@elaraai/east").NullType;
4891
+ time: import("@elaraai/east").NullType;
4892
+ datetime: import("@elaraai/east").NullType;
4893
+ }>>;
4894
+ format: OptionType<ArrayType<import("@elaraai/east").VariantType<{
4895
+ literal: StringType;
4896
+ year4: import("@elaraai/east").NullType;
4897
+ year2: import("@elaraai/east").NullType;
4898
+ month1: import("@elaraai/east").NullType;
4899
+ month2: import("@elaraai/east").NullType;
4900
+ monthNameShort: import("@elaraai/east").NullType;
4901
+ monthNameFull: import("@elaraai/east").NullType;
4902
+ day1: import("@elaraai/east").NullType;
4903
+ day2: import("@elaraai/east").NullType;
4904
+ weekdayNameMin: import("@elaraai/east").NullType;
4905
+ weekdayNameShort: import("@elaraai/east").NullType;
4906
+ weekdayNameFull: import("@elaraai/east").NullType;
4907
+ hour24_1: import("@elaraai/east").NullType;
4908
+ hour24_2: import("@elaraai/east").NullType;
4909
+ hour12_1: import("@elaraai/east").NullType;
4910
+ hour12_2: import("@elaraai/east").NullType;
4911
+ minute1: import("@elaraai/east").NullType;
4912
+ minute2: import("@elaraai/east").NullType;
4913
+ second1: import("@elaraai/east").NullType;
4914
+ second2: import("@elaraai/east").NullType;
4915
+ millisecond3: import("@elaraai/east").NullType;
4916
+ ampmUpper: import("@elaraai/east").NullType;
4917
+ ampmLower: import("@elaraai/east").NullType;
4918
+ }>>>;
4091
4919
  variant: OptionType<import("@elaraai/east").VariantType<{
4092
4920
  outline: import("@elaraai/east").NullType;
4093
4921
  subtle: import("@elaraai/east").NullType;
@@ -4100,6 +4928,9 @@ export declare const PopoverType: StructType<{
4100
4928
  lg: import("@elaraai/east").NullType;
4101
4929
  }>>;
4102
4930
  disabled: OptionType<import("@elaraai/east").BooleanType>;
4931
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").DateTimeType], import("@elaraai/east").NullType>>;
4932
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4933
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4103
4934
  }>;
4104
4935
  Checkbox: StructType<{
4105
4936
  checked: import("@elaraai/east").BooleanType;
@@ -4124,6 +4955,7 @@ export declare const PopoverType: StructType<{
4124
4955
  md: import("@elaraai/east").NullType;
4125
4956
  lg: import("@elaraai/east").NullType;
4126
4957
  }>>;
4958
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
4127
4959
  }>;
4128
4960
  Switch: StructType<{
4129
4961
  checked: import("@elaraai/east").BooleanType;
@@ -4147,6 +4979,7 @@ export declare const PopoverType: StructType<{
4147
4979
  md: import("@elaraai/east").NullType;
4148
4980
  lg: import("@elaraai/east").NullType;
4149
4981
  }>>;
4982
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
4150
4983
  }>;
4151
4984
  Select: StructType<{
4152
4985
  value: OptionType<StringType>;
@@ -4164,6 +4997,9 @@ export declare const PopoverType: StructType<{
4164
4997
  md: import("@elaraai/east").NullType;
4165
4998
  lg: import("@elaraai/east").NullType;
4166
4999
  }>>;
5000
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
5001
+ onChangeMultiple: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
5002
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
4167
5003
  }>;
4168
5004
  Slider: StructType<{
4169
5005
  value: import("@elaraai/east").FloatType;
@@ -4197,6 +5033,8 @@ export declare const PopoverType: StructType<{
4197
5033
  subtle: import("@elaraai/east").NullType;
4198
5034
  }>>;
4199
5035
  disabled: OptionType<import("@elaraai/east").BooleanType>;
5036
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
5037
+ onChangeEnd: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
4200
5038
  }>;
4201
5039
  FileUpload: StructType<{
4202
5040
  accept: OptionType<StringType>;
@@ -4215,31 +5053,358 @@ export declare const PopoverType: StructType<{
4215
5053
  label: OptionType<StringType>;
4216
5054
  dropzoneText: OptionType<StringType>;
4217
5055
  triggerText: OptionType<StringType>;
5056
+ onFileAccept: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
5057
+ name: StringType;
5058
+ size: import("@elaraai/east").IntegerType;
5059
+ type: StringType;
5060
+ }>>], import("@elaraai/east").NullType>>;
5061
+ onFileReject: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
5062
+ file: StructType<{
5063
+ name: StringType;
5064
+ size: import("@elaraai/east").IntegerType;
5065
+ type: StringType;
5066
+ }>;
5067
+ errors: ArrayType<StringType>;
5068
+ }>>], import("@elaraai/east").NullType>>;
4218
5069
  }>;
4219
5070
  Field: StructType<{
4220
5071
  label: StringType;
4221
- control: import("@elaraai/east").RecursiveTypeMarker;
5072
+ control: import("@elaraai/east").VariantType<{
5073
+ Checkbox: StructType<{
5074
+ checked: import("@elaraai/east").BooleanType;
5075
+ label: OptionType<StringType>;
5076
+ indeterminate: OptionType<import("@elaraai/east").BooleanType>;
5077
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
5078
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
5079
+ gray: import("@elaraai/east").NullType;
5080
+ red: import("@elaraai/east").NullType;
5081
+ orange: import("@elaraai/east").NullType;
5082
+ yellow: import("@elaraai/east").NullType;
5083
+ green: import("@elaraai/east").NullType;
5084
+ teal: import("@elaraai/east").NullType;
5085
+ blue: import("@elaraai/east").NullType;
5086
+ cyan: import("@elaraai/east").NullType;
5087
+ purple: import("@elaraai/east").NullType;
5088
+ pink: import("@elaraai/east").NullType;
5089
+ }>>;
5090
+ size: OptionType<import("@elaraai/east").VariantType<{
5091
+ xs: import("@elaraai/east").NullType;
5092
+ sm: import("@elaraai/east").NullType;
5093
+ md: import("@elaraai/east").NullType;
5094
+ lg: import("@elaraai/east").NullType;
5095
+ }>>;
5096
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
5097
+ }>;
5098
+ StringInput: StructType<{
5099
+ value: StringType;
5100
+ placeholder: OptionType<StringType>;
5101
+ variant: OptionType<import("@elaraai/east").VariantType<{
5102
+ outline: import("@elaraai/east").NullType;
5103
+ subtle: import("@elaraai/east").NullType;
5104
+ flushed: import("@elaraai/east").NullType;
5105
+ }>>;
5106
+ size: OptionType<import("@elaraai/east").VariantType<{
5107
+ xs: import("@elaraai/east").NullType;
5108
+ sm: import("@elaraai/east").NullType;
5109
+ md: import("@elaraai/east").NullType;
5110
+ lg: import("@elaraai/east").NullType;
5111
+ }>>;
5112
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
5113
+ pattern: OptionType<StringType>;
5114
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
5115
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
5116
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5117
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5118
+ }>;
5119
+ IntegerInput: StructType<{
5120
+ value: import("@elaraai/east").IntegerType;
5121
+ min: OptionType<import("@elaraai/east").IntegerType>;
5122
+ max: OptionType<import("@elaraai/east").IntegerType>;
5123
+ step: OptionType<import("@elaraai/east").IntegerType>;
5124
+ variant: OptionType<import("@elaraai/east").VariantType<{
5125
+ outline: import("@elaraai/east").NullType;
5126
+ subtle: import("@elaraai/east").NullType;
5127
+ flushed: import("@elaraai/east").NullType;
5128
+ }>>;
5129
+ size: OptionType<import("@elaraai/east").VariantType<{
5130
+ xs: import("@elaraai/east").NullType;
5131
+ sm: import("@elaraai/east").NullType;
5132
+ md: import("@elaraai/east").NullType;
5133
+ lg: import("@elaraai/east").NullType;
5134
+ }>>;
5135
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
5136
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
5137
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5138
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5139
+ }>;
5140
+ FloatInput: StructType<{
5141
+ value: import("@elaraai/east").FloatType;
5142
+ min: OptionType<import("@elaraai/east").FloatType>;
5143
+ max: OptionType<import("@elaraai/east").FloatType>;
5144
+ step: OptionType<import("@elaraai/east").FloatType>;
5145
+ precision: OptionType<import("@elaraai/east").IntegerType>;
5146
+ variant: OptionType<import("@elaraai/east").VariantType<{
5147
+ outline: import("@elaraai/east").NullType;
5148
+ subtle: import("@elaraai/east").NullType;
5149
+ flushed: import("@elaraai/east").NullType;
5150
+ }>>;
5151
+ size: OptionType<import("@elaraai/east").VariantType<{
5152
+ xs: import("@elaraai/east").NullType;
5153
+ sm: import("@elaraai/east").NullType;
5154
+ md: import("@elaraai/east").NullType;
5155
+ lg: import("@elaraai/east").NullType;
5156
+ }>>;
5157
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
5158
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
5159
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5160
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5161
+ }>;
5162
+ DateTimeInput: StructType<{
5163
+ value: import("@elaraai/east").DateTimeType;
5164
+ min: OptionType<import("@elaraai/east").DateTimeType>;
5165
+ max: OptionType<import("@elaraai/east").DateTimeType>;
5166
+ precision: OptionType<import("@elaraai/east").VariantType<{
5167
+ date: import("@elaraai/east").NullType;
5168
+ time: import("@elaraai/east").NullType;
5169
+ datetime: import("@elaraai/east").NullType;
5170
+ }>>;
5171
+ format: OptionType<ArrayType<import("@elaraai/east").VariantType<{
5172
+ literal: StringType;
5173
+ year4: import("@elaraai/east").NullType;
5174
+ year2: import("@elaraai/east").NullType;
5175
+ month1: import("@elaraai/east").NullType;
5176
+ month2: import("@elaraai/east").NullType;
5177
+ monthNameShort: import("@elaraai/east").NullType;
5178
+ monthNameFull: import("@elaraai/east").NullType;
5179
+ day1: import("@elaraai/east").NullType;
5180
+ day2: import("@elaraai/east").NullType;
5181
+ weekdayNameMin: import("@elaraai/east").NullType;
5182
+ weekdayNameShort: import("@elaraai/east").NullType;
5183
+ weekdayNameFull: import("@elaraai/east").NullType;
5184
+ hour24_1: import("@elaraai/east").NullType;
5185
+ hour24_2: import("@elaraai/east").NullType;
5186
+ hour12_1: import("@elaraai/east").NullType;
5187
+ hour12_2: import("@elaraai/east").NullType;
5188
+ minute1: import("@elaraai/east").NullType;
5189
+ minute2: import("@elaraai/east").NullType;
5190
+ second1: import("@elaraai/east").NullType;
5191
+ second2: import("@elaraai/east").NullType;
5192
+ millisecond3: import("@elaraai/east").NullType;
5193
+ ampmUpper: import("@elaraai/east").NullType;
5194
+ ampmLower: import("@elaraai/east").NullType;
5195
+ }>>>;
5196
+ variant: OptionType<import("@elaraai/east").VariantType<{
5197
+ outline: import("@elaraai/east").NullType;
5198
+ subtle: import("@elaraai/east").NullType;
5199
+ flushed: import("@elaraai/east").NullType;
5200
+ }>>;
5201
+ size: OptionType<import("@elaraai/east").VariantType<{
5202
+ xs: import("@elaraai/east").NullType;
5203
+ sm: import("@elaraai/east").NullType;
5204
+ md: import("@elaraai/east").NullType;
5205
+ lg: import("@elaraai/east").NullType;
5206
+ }>>;
5207
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
5208
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").DateTimeType], import("@elaraai/east").NullType>>;
5209
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5210
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5211
+ }>;
5212
+ FileUpload: StructType<{
5213
+ accept: OptionType<StringType>;
5214
+ maxFiles: OptionType<import("@elaraai/east").IntegerType>;
5215
+ maxFileSize: OptionType<import("@elaraai/east").IntegerType>;
5216
+ minFileSize: OptionType<import("@elaraai/east").IntegerType>;
5217
+ directory: OptionType<import("@elaraai/east").BooleanType>;
5218
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
5219
+ required: OptionType<import("@elaraai/east").BooleanType>;
5220
+ allowDrop: OptionType<import("@elaraai/east").BooleanType>;
5221
+ capture: OptionType<import("@elaraai/east").VariantType<{
5222
+ user: import("@elaraai/east").NullType;
5223
+ environment: import("@elaraai/east").NullType;
5224
+ }>>;
5225
+ name: OptionType<StringType>;
5226
+ label: OptionType<StringType>;
5227
+ dropzoneText: OptionType<StringType>;
5228
+ triggerText: OptionType<StringType>;
5229
+ onFileAccept: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
5230
+ name: StringType;
5231
+ size: import("@elaraai/east").IntegerType;
5232
+ type: StringType;
5233
+ }>>], import("@elaraai/east").NullType>>;
5234
+ onFileReject: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
5235
+ file: StructType<{
5236
+ name: StringType;
5237
+ size: import("@elaraai/east").IntegerType;
5238
+ type: StringType;
5239
+ }>;
5240
+ errors: ArrayType<StringType>;
5241
+ }>>], import("@elaraai/east").NullType>>;
5242
+ }>;
5243
+ Select: StructType<{
5244
+ value: OptionType<StringType>;
5245
+ items: ArrayType<StructType<{
5246
+ value: StringType;
5247
+ label: StringType;
5248
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
5249
+ }>>;
5250
+ placeholder: OptionType<StringType>;
5251
+ multiple: OptionType<import("@elaraai/east").BooleanType>;
5252
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
5253
+ size: OptionType<import("@elaraai/east").VariantType<{
5254
+ xs: import("@elaraai/east").NullType;
5255
+ sm: import("@elaraai/east").NullType;
5256
+ md: import("@elaraai/east").NullType;
5257
+ lg: import("@elaraai/east").NullType;
5258
+ }>>;
5259
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
5260
+ onChangeMultiple: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
5261
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
5262
+ }>;
5263
+ Slider: StructType<{
5264
+ value: import("@elaraai/east").FloatType;
5265
+ min: OptionType<import("@elaraai/east").FloatType>;
5266
+ max: OptionType<import("@elaraai/east").FloatType>;
5267
+ step: OptionType<import("@elaraai/east").FloatType>;
5268
+ orientation: OptionType<import("@elaraai/east").VariantType<{
5269
+ horizontal: import("@elaraai/east").NullType;
5270
+ vertical: import("@elaraai/east").NullType;
5271
+ }>>;
5272
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
5273
+ gray: import("@elaraai/east").NullType;
5274
+ red: import("@elaraai/east").NullType;
5275
+ orange: import("@elaraai/east").NullType;
5276
+ yellow: import("@elaraai/east").NullType;
5277
+ green: import("@elaraai/east").NullType;
5278
+ teal: import("@elaraai/east").NullType;
5279
+ blue: import("@elaraai/east").NullType;
5280
+ cyan: import("@elaraai/east").NullType;
5281
+ purple: import("@elaraai/east").NullType;
5282
+ pink: import("@elaraai/east").NullType;
5283
+ }>>;
5284
+ size: OptionType<import("@elaraai/east").VariantType<{
5285
+ xs: import("@elaraai/east").NullType;
5286
+ sm: import("@elaraai/east").NullType;
5287
+ md: import("@elaraai/east").NullType;
5288
+ lg: import("@elaraai/east").NullType;
5289
+ }>>;
5290
+ variant: OptionType<import("@elaraai/east").VariantType<{
5291
+ outline: import("@elaraai/east").NullType;
5292
+ subtle: import("@elaraai/east").NullType;
5293
+ }>>;
5294
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
5295
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
5296
+ onChangeEnd: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
5297
+ }>;
5298
+ Switch: StructType<{
5299
+ checked: import("@elaraai/east").BooleanType;
5300
+ label: OptionType<StringType>;
5301
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
5302
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
5303
+ gray: import("@elaraai/east").NullType;
5304
+ red: import("@elaraai/east").NullType;
5305
+ orange: import("@elaraai/east").NullType;
5306
+ yellow: import("@elaraai/east").NullType;
5307
+ green: import("@elaraai/east").NullType;
5308
+ teal: import("@elaraai/east").NullType;
5309
+ blue: import("@elaraai/east").NullType;
5310
+ cyan: import("@elaraai/east").NullType;
5311
+ purple: import("@elaraai/east").NullType;
5312
+ pink: import("@elaraai/east").NullType;
5313
+ }>>;
5314
+ size: OptionType<import("@elaraai/east").VariantType<{
5315
+ xs: import("@elaraai/east").NullType;
5316
+ sm: import("@elaraai/east").NullType;
5317
+ md: import("@elaraai/east").NullType;
5318
+ lg: import("@elaraai/east").NullType;
5319
+ }>>;
5320
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
5321
+ }>;
5322
+ TagsInput: StructType<{
5323
+ value: ArrayType<StringType>;
5324
+ defaultValue: OptionType<ArrayType<StringType>>;
5325
+ max: OptionType<import("@elaraai/east").IntegerType>;
5326
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
5327
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
5328
+ readOnly: OptionType<import("@elaraai/east").BooleanType>;
5329
+ invalid: OptionType<import("@elaraai/east").BooleanType>;
5330
+ editable: OptionType<import("@elaraai/east").BooleanType>;
5331
+ delimiter: OptionType<StringType>;
5332
+ addOnPaste: OptionType<import("@elaraai/east").BooleanType>;
5333
+ blurBehavior: OptionType<import("@elaraai/east").VariantType<{
5334
+ clear: import("@elaraai/east").NullType;
5335
+ add: import("@elaraai/east").NullType;
5336
+ }>>;
5337
+ allowOverflow: OptionType<import("@elaraai/east").BooleanType>;
5338
+ label: OptionType<StringType>;
5339
+ placeholder: OptionType<StringType>;
5340
+ size: OptionType<import("@elaraai/east").VariantType<{
5341
+ xs: import("@elaraai/east").NullType;
5342
+ sm: import("@elaraai/east").NullType;
5343
+ md: import("@elaraai/east").NullType;
5344
+ lg: import("@elaraai/east").NullType;
5345
+ }>>;
5346
+ variant: OptionType<import("@elaraai/east").VariantType<{
5347
+ outline: import("@elaraai/east").NullType;
5348
+ subtle: import("@elaraai/east").NullType;
5349
+ flushed: import("@elaraai/east").NullType;
5350
+ }>>;
5351
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
5352
+ gray: import("@elaraai/east").NullType;
5353
+ red: import("@elaraai/east").NullType;
5354
+ orange: import("@elaraai/east").NullType;
5355
+ yellow: import("@elaraai/east").NullType;
5356
+ green: import("@elaraai/east").NullType;
5357
+ teal: import("@elaraai/east").NullType;
5358
+ blue: import("@elaraai/east").NullType;
5359
+ cyan: import("@elaraai/east").NullType;
5360
+ purple: import("@elaraai/east").NullType;
5361
+ pink: import("@elaraai/east").NullType;
5362
+ }>>;
5363
+ onChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
5364
+ onInputChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
5365
+ onHighlightChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
5366
+ }>;
5367
+ Textarea: StructType<{
5368
+ value: StringType;
5369
+ placeholder: OptionType<StringType>;
5370
+ variant: OptionType<import("@elaraai/east").VariantType<{
5371
+ outline: import("@elaraai/east").NullType;
5372
+ subtle: import("@elaraai/east").NullType;
5373
+ flushed: import("@elaraai/east").NullType;
5374
+ }>>;
5375
+ size: OptionType<import("@elaraai/east").VariantType<{
5376
+ xs: import("@elaraai/east").NullType;
5377
+ sm: import("@elaraai/east").NullType;
5378
+ md: import("@elaraai/east").NullType;
5379
+ lg: import("@elaraai/east").NullType;
5380
+ }>>;
5381
+ resize: OptionType<import("@elaraai/east").VariantType<{
5382
+ none: import("@elaraai/east").NullType;
5383
+ vertical: import("@elaraai/east").NullType;
5384
+ horizontal: import("@elaraai/east").NullType;
5385
+ both: import("@elaraai/east").NullType;
5386
+ }>>;
5387
+ rows: OptionType<import("@elaraai/east").IntegerType>;
5388
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
5389
+ readOnly: OptionType<import("@elaraai/east").BooleanType>;
5390
+ required: OptionType<import("@elaraai/east").BooleanType>;
5391
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
5392
+ autoresize: OptionType<import("@elaraai/east").BooleanType>;
5393
+ onValidate: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
5394
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
5395
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5396
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5397
+ }>;
5398
+ }>;
4222
5399
  helperText: OptionType<StringType>;
4223
5400
  errorText: OptionType<StringType>;
4224
5401
  required: OptionType<import("@elaraai/east").BooleanType>;
4225
5402
  disabled: OptionType<import("@elaraai/east").BooleanType>;
4226
5403
  invalid: OptionType<import("@elaraai/east").BooleanType>;
4227
5404
  readOnly: OptionType<import("@elaraai/east").BooleanType>;
4228
- }>;
4229
- Fieldset: StructType<{
4230
- legend: OptionType<StringType>;
4231
- helperText: OptionType<StringType>;
4232
- errorText: OptionType<StringType>;
4233
- content: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
4234
- disabled: OptionType<import("@elaraai/east").BooleanType>;
4235
- invalid: OptionType<import("@elaraai/east").BooleanType>;
4236
- style: OptionType<StructType<{
4237
- size: OptionType<import("@elaraai/east").VariantType<{
4238
- xs: import("@elaraai/east").NullType;
4239
- sm: import("@elaraai/east").NullType;
4240
- md: import("@elaraai/east").NullType;
4241
- lg: import("@elaraai/east").NullType;
4242
- }>>;
5405
+ orientation: OptionType<import("@elaraai/east").VariantType<{
5406
+ vertical: import("@elaraai/east").NullType;
5407
+ horizontal: import("@elaraai/east").NullType;
4243
5408
  }>>;
4244
5409
  }>;
4245
5410
  Textarea: StructType<{
@@ -4265,10 +5430,13 @@ export declare const PopoverType: StructType<{
4265
5430
  rows: OptionType<import("@elaraai/east").IntegerType>;
4266
5431
  disabled: OptionType<import("@elaraai/east").BooleanType>;
4267
5432
  readOnly: OptionType<import("@elaraai/east").BooleanType>;
4268
- invalid: OptionType<import("@elaraai/east").BooleanType>;
4269
5433
  required: OptionType<import("@elaraai/east").BooleanType>;
4270
5434
  maxLength: OptionType<import("@elaraai/east").IntegerType>;
4271
5435
  autoresize: OptionType<import("@elaraai/east").BooleanType>;
5436
+ onValidate: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
5437
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
5438
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
5439
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4272
5440
  }>;
4273
5441
  TagsInput: StructType<{
4274
5442
  value: ArrayType<StringType>;
@@ -4311,6 +5479,9 @@ export declare const PopoverType: StructType<{
4311
5479
  purple: import("@elaraai/east").NullType;
4312
5480
  pink: import("@elaraai/east").NullType;
4313
5481
  }>>;
5482
+ onChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
5483
+ onInputChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
5484
+ onHighlightChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
4314
5485
  }>;
4315
5486
  Progress: StructType<{
4316
5487
  value: import("@elaraai/east").FloatType;
@@ -4410,6 +5581,7 @@ export declare const PopoverType: StructType<{
4410
5581
  xl: import("@elaraai/east").NullType;
4411
5582
  }>>;
4412
5583
  closable: OptionType<import("@elaraai/east").BooleanType>;
5584
+ onClose: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
4413
5585
  }>;
4414
5586
  Avatar: StructType<{
4415
5587
  src: OptionType<StringType>;
@@ -6750,6 +7922,9 @@ export declare const PopoverType: StructType<{
6750
7922
  multiple: import("@elaraai/east").NullType;
6751
7923
  }>>;
6752
7924
  animateContent: OptionType<import("@elaraai/east").BooleanType>;
7925
+ onExpandedChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
7926
+ onSelectionChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
7927
+ onFocusChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
6753
7928
  }>>;
6754
7929
  }>;
6755
7930
  Table: StructType<{
@@ -6800,6 +7975,47 @@ export declare const PopoverType: StructType<{
6800
7975
  purple: import("@elaraai/east").NullType;
6801
7976
  pink: import("@elaraai/east").NullType;
6802
7977
  }>>;
7978
+ onCellClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
7979
+ rowIndex: import("@elaraai/east").IntegerType;
7980
+ columnKey: StringType;
7981
+ cellValue: import("@elaraai/east").VariantType<{
7982
+ Boolean: import("@elaraai/east").BooleanType;
7983
+ Integer: import("@elaraai/east").IntegerType;
7984
+ Float: import("@elaraai/east").FloatType;
7985
+ String: StringType;
7986
+ DateTime: import("@elaraai/east").DateTimeType;
7987
+ }>;
7988
+ }>], import("@elaraai/east").NullType>>;
7989
+ onCellDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
7990
+ rowIndex: import("@elaraai/east").IntegerType;
7991
+ columnKey: StringType;
7992
+ cellValue: import("@elaraai/east").VariantType<{
7993
+ Boolean: import("@elaraai/east").BooleanType;
7994
+ Integer: import("@elaraai/east").IntegerType;
7995
+ Float: import("@elaraai/east").FloatType;
7996
+ String: StringType;
7997
+ DateTime: import("@elaraai/east").DateTimeType;
7998
+ }>;
7999
+ }>], import("@elaraai/east").NullType>>;
8000
+ onRowClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8001
+ rowIndex: import("@elaraai/east").IntegerType;
8002
+ }>], import("@elaraai/east").NullType>>;
8003
+ onRowDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8004
+ rowIndex: import("@elaraai/east").IntegerType;
8005
+ }>], import("@elaraai/east").NullType>>;
8006
+ onRowSelectionChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8007
+ rowIndex: import("@elaraai/east").IntegerType;
8008
+ selected: import("@elaraai/east").BooleanType;
8009
+ selectedRowsIndices: ArrayType<import("@elaraai/east").IntegerType>;
8010
+ }>], import("@elaraai/east").NullType>>;
8011
+ onSortChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8012
+ columnKey: StringType;
8013
+ sortIndex: import("@elaraai/east").IntegerType;
8014
+ sortDirection: import("@elaraai/east").VariantType<{
8015
+ asc: import("@elaraai/east").NullType;
8016
+ desc: import("@elaraai/east").NullType;
8017
+ }>;
8018
+ }>], import("@elaraai/east").NullType>>;
6803
8019
  }>>;
6804
8020
  }>;
6805
8021
  Gantt: StructType<{
@@ -6889,6 +8105,104 @@ export declare const PopoverType: StructType<{
6889
8105
  pink: import("@elaraai/east").NullType;
6890
8106
  }>>;
6891
8107
  showToday: OptionType<import("@elaraai/east").BooleanType>;
8108
+ dragStep: OptionType<import("@elaraai/east").VariantType<{
8109
+ minutes: import("@elaraai/east").FloatType;
8110
+ hours: import("@elaraai/east").FloatType;
8111
+ days: import("@elaraai/east").FloatType;
8112
+ weeks: import("@elaraai/east").FloatType;
8113
+ months: import("@elaraai/east").FloatType;
8114
+ }>>;
8115
+ durationStep: OptionType<import("@elaraai/east").VariantType<{
8116
+ minutes: import("@elaraai/east").FloatType;
8117
+ hours: import("@elaraai/east").FloatType;
8118
+ days: import("@elaraai/east").FloatType;
8119
+ weeks: import("@elaraai/east").FloatType;
8120
+ months: import("@elaraai/east").FloatType;
8121
+ }>>;
8122
+ onCellClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8123
+ rowIndex: import("@elaraai/east").IntegerType;
8124
+ columnKey: StringType;
8125
+ cellValue: import("@elaraai/east").VariantType<{
8126
+ Boolean: import("@elaraai/east").BooleanType;
8127
+ Integer: import("@elaraai/east").IntegerType;
8128
+ Float: import("@elaraai/east").FloatType;
8129
+ String: StringType;
8130
+ DateTime: import("@elaraai/east").DateTimeType;
8131
+ }>;
8132
+ }>], import("@elaraai/east").NullType>>;
8133
+ onCellDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8134
+ rowIndex: import("@elaraai/east").IntegerType;
8135
+ columnKey: StringType;
8136
+ cellValue: import("@elaraai/east").VariantType<{
8137
+ Boolean: import("@elaraai/east").BooleanType;
8138
+ Integer: import("@elaraai/east").IntegerType;
8139
+ Float: import("@elaraai/east").FloatType;
8140
+ String: StringType;
8141
+ DateTime: import("@elaraai/east").DateTimeType;
8142
+ }>;
8143
+ }>], import("@elaraai/east").NullType>>;
8144
+ onRowClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8145
+ rowIndex: import("@elaraai/east").IntegerType;
8146
+ }>], import("@elaraai/east").NullType>>;
8147
+ onRowDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8148
+ rowIndex: import("@elaraai/east").IntegerType;
8149
+ }>], import("@elaraai/east").NullType>>;
8150
+ onSortChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8151
+ columnKey: StringType;
8152
+ sortIndex: import("@elaraai/east").IntegerType;
8153
+ sortDirection: import("@elaraai/east").VariantType<{
8154
+ asc: import("@elaraai/east").NullType;
8155
+ desc: import("@elaraai/east").NullType;
8156
+ }>;
8157
+ }>], import("@elaraai/east").NullType>>;
8158
+ onTaskClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8159
+ rowIndex: import("@elaraai/east").IntegerType;
8160
+ taskIndex: import("@elaraai/east").IntegerType;
8161
+ taskStart: import("@elaraai/east").DateTimeType;
8162
+ taskEnd: import("@elaraai/east").DateTimeType;
8163
+ }>], import("@elaraai/east").NullType>>;
8164
+ onTaskDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8165
+ rowIndex: import("@elaraai/east").IntegerType;
8166
+ taskIndex: import("@elaraai/east").IntegerType;
8167
+ taskStart: import("@elaraai/east").DateTimeType;
8168
+ taskEnd: import("@elaraai/east").DateTimeType;
8169
+ }>], import("@elaraai/east").NullType>>;
8170
+ onTaskDrag: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8171
+ rowIndex: import("@elaraai/east").IntegerType;
8172
+ taskIndex: import("@elaraai/east").IntegerType;
8173
+ previousStart: import("@elaraai/east").DateTimeType;
8174
+ previousEnd: import("@elaraai/east").DateTimeType;
8175
+ newStart: import("@elaraai/east").DateTimeType;
8176
+ newEnd: import("@elaraai/east").DateTimeType;
8177
+ }>], import("@elaraai/east").NullType>>;
8178
+ onTaskDurationChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8179
+ rowIndex: import("@elaraai/east").IntegerType;
8180
+ taskIndex: import("@elaraai/east").IntegerType;
8181
+ previousEnd: import("@elaraai/east").DateTimeType;
8182
+ newEnd: import("@elaraai/east").DateTimeType;
8183
+ }>], import("@elaraai/east").NullType>>;
8184
+ onTaskProgressChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8185
+ rowIndex: import("@elaraai/east").IntegerType;
8186
+ taskIndex: import("@elaraai/east").IntegerType;
8187
+ previousProgress: import("@elaraai/east").FloatType;
8188
+ newProgress: import("@elaraai/east").FloatType;
8189
+ }>], import("@elaraai/east").NullType>>;
8190
+ onMilestoneClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8191
+ rowIndex: import("@elaraai/east").IntegerType;
8192
+ milestoneIndex: import("@elaraai/east").IntegerType;
8193
+ milestoneDate: import("@elaraai/east").DateTimeType;
8194
+ }>], import("@elaraai/east").NullType>>;
8195
+ onMilestoneDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8196
+ rowIndex: import("@elaraai/east").IntegerType;
8197
+ milestoneIndex: import("@elaraai/east").IntegerType;
8198
+ milestoneDate: import("@elaraai/east").DateTimeType;
8199
+ }>], import("@elaraai/east").NullType>>;
8200
+ onMilestoneDrag: OptionType<import("@elaraai/east").FunctionType<[StructType<{
8201
+ rowIndex: import("@elaraai/east").IntegerType;
8202
+ milestoneIndex: import("@elaraai/east").IntegerType;
8203
+ previousDate: import("@elaraai/east").DateTimeType;
8204
+ newDate: import("@elaraai/east").DateTimeType;
8205
+ }>], import("@elaraai/east").NullType>>;
6892
8206
  }>>;
6893
8207
  }>;
6894
8208
  Accordion: StructType<{
@@ -6906,6 +8220,7 @@ export declare const PopoverType: StructType<{
6906
8220
  plain: import("@elaraai/east").NullType;
6907
8221
  subtle: import("@elaraai/east").NullType;
6908
8222
  }>>;
8223
+ onValueChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
6909
8224
  }>>;
6910
8225
  }>;
6911
8226
  Carousel: StructType<{
@@ -6926,6 +8241,7 @@ export declare const PopoverType: StructType<{
6926
8241
  }>>;
6927
8242
  spacing: OptionType<StringType>;
6928
8243
  padding: OptionType<StringType>;
8244
+ onIndexChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
6929
8245
  }>>;
6930
8246
  }>;
6931
8247
  Tabs: StructType<{
@@ -6978,6 +8294,7 @@ export declare const PopoverType: StructType<{
6978
8294
  purple: import("@elaraai/east").NullType;
6979
8295
  pink: import("@elaraai/east").NullType;
6980
8296
  }>>;
8297
+ onValueChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
6981
8298
  }>>;
6982
8299
  }>;
6983
8300
  Tooltip: StructType<{
@@ -7060,6 +8377,10 @@ export declare const PopoverType: StructType<{
7060
8377
  dialog: import("@elaraai/east").NullType;
7061
8378
  alertdialog: import("@elaraai/east").NullType;
7062
8379
  }>>;
8380
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
8381
+ onExitComplete: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
8382
+ onEscapeKeyDown: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
8383
+ onInteractOutside: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
7063
8384
  }>>;
7064
8385
  }>;
7065
8386
  Drawer: StructType<{
@@ -7083,6 +8404,8 @@ export declare const PopoverType: StructType<{
7083
8404
  bottom: import("@elaraai/east").NullType;
7084
8405
  }>>;
7085
8406
  contained: OptionType<import("@elaraai/east").BooleanType>;
8407
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
8408
+ onExitComplete: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
7086
8409
  }>>;
7087
8410
  }>;
7088
8411
  Popover: StructType<{
@@ -7113,6 +8436,7 @@ export declare const PopoverType: StructType<{
7113
8436
  }>>;
7114
8437
  hasArrow: OptionType<import("@elaraai/east").BooleanType>;
7115
8438
  gutter: OptionType<import("@elaraai/east").IntegerType>;
8439
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
7116
8440
  }>>;
7117
8441
  }>;
7118
8442
  HoverCard: StructType<{
@@ -7142,6 +8466,7 @@ export declare const PopoverType: StructType<{
7142
8466
  hasArrow: OptionType<import("@elaraai/east").BooleanType>;
7143
8467
  openDelay: OptionType<import("@elaraai/east").IntegerType>;
7144
8468
  closeDelay: OptionType<import("@elaraai/east").IntegerType>;
8469
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
7145
8470
  }>>;
7146
8471
  }>;
7147
8472
  ActionBar: StructType<{
@@ -7155,7 +8480,10 @@ export declare const PopoverType: StructType<{
7155
8480
  }>>;
7156
8481
  selectionCount: OptionType<import("@elaraai/east").IntegerType>;
7157
8482
  selectionLabel: OptionType<StringType>;
7158
- style: OptionType<StructType<{}>>;
8483
+ style: OptionType<StructType<{
8484
+ onSelect: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
8485
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
8486
+ }>>;
7159
8487
  }>;
7160
8488
  ToggleTip: StructType<{
7161
8489
  trigger: import("@elaraai/east").RecursiveTypeMarker;
@@ -7176,8 +8504,12 @@ export declare const PopoverType: StructType<{
7176
8504
  "right-end": import("@elaraai/east").NullType;
7177
8505
  }>>;
7178
8506
  hasArrow: OptionType<import("@elaraai/east").BooleanType>;
8507
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
7179
8508
  }>>;
7180
8509
  }>;
8510
+ ReactiveComponent: StructType<{
8511
+ render: import("@elaraai/east").FunctionType<[], import("@elaraai/east").RecursiveTypeMarker>;
8512
+ }>;
7181
8513
  }>>>;
7182
8514
  title: OptionType<StringType>;
7183
8515
  description: OptionType<StringType>;
@@ -7204,6 +8536,7 @@ export declare const PopoverType: StructType<{
7204
8536
  }>>;
7205
8537
  hasArrow: OptionType<import("@elaraai/east").BooleanType>;
7206
8538
  gutter: OptionType<import("@elaraai/east").IntegerType>;
8539
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
7207
8540
  }>>;
7208
8541
  }>;
7209
8542
  /**
@@ -7224,28 +8557,16 @@ export type PopoverType = typeof PopoverType;
7224
8557
  *
7225
8558
  * @example
7226
8559
  * ```ts
7227
- * import { Popover, Button, Text, StringInput } from "@elaraai/east-ui";
7228
- *
7229
- * // Simple popover
7230
- * const popover = Popover.Root(
7231
- * Button.Root("Edit"),
7232
- * [Text.Root("Edit your profile")],
7233
- * { title: "Edit Profile" }
7234
- * );
8560
+ * import { East } from "@elaraai/east";
8561
+ * import { Popover, Button, Text, UIComponentType } from "@elaraai/east-ui";
7235
8562
  *
7236
- * // Popover with form content
7237
- * const formPopover = Popover.Root(
7238
- * Button.Root("Settings"),
7239
- * [
7240
- * StringInput.Root("name", { placeholder: "Enter name" }),
7241
- * Button.Root("Save"),
7242
- * ],
7243
- * {
7244
- * title: "Quick Settings",
7245
- * placement: "bottom-start",
7246
- * closeOnInteractOutside: true,
7247
- * }
7248
- * );
8563
+ * const example = East.function([], UIComponentType, $ => {
8564
+ * return Popover.Root(
8565
+ * Button.Root("Edit"),
8566
+ * [Text.Root("Edit your profile")],
8567
+ * { title: "Edit Profile" }
8568
+ * );
8569
+ * });
7249
8570
  * ```
7250
8571
  */
7251
8572
  declare function createPopover(trigger: SubtypeExprOrValue<UIComponentType>, body: SubtypeExprOrValue<ArrayType<UIComponentType>>, style?: PopoverStyle): ExprType<UIComponentType>;
@@ -7254,21 +8575,6 @@ declare function createPopover(trigger: SubtypeExprOrValue<UIComponentType>, bod
7254
8575
  *
7255
8576
  * @remarks
7256
8577
  * Use `Popover.Root(trigger, body, style)` to create a popover, or access `Popover.Types` for East types.
7257
- *
7258
- * @example
7259
- * ```ts
7260
- * import { Popover, Button, Text } from "@elaraai/east-ui";
7261
- *
7262
- * // Create a popover
7263
- * const popover = Popover.Root(
7264
- * Button.Root("Open"),
7265
- * [Text.Root("Content")],
7266
- * { title: "My Popover", placement: "bottom" }
7267
- * );
7268
- *
7269
- * // Access the type
7270
- * const styleType = Popover.Types.Style;
7271
- * ```
7272
8578
  */
7273
8579
  export declare const Popover: {
7274
8580
  /**
@@ -7481,6 +8787,7 @@ export declare const Popover: {
7481
8787
  highlightLines: OptionType<ArrayType<import("@elaraai/east").IntegerType>>;
7482
8788
  maxHeight: OptionType<StringType>;
7483
8789
  showCopyButton: OptionType<import("@elaraai/east").BooleanType>;
8790
+ wordWrap: OptionType<import("@elaraai/east").BooleanType>;
7484
8791
  title: OptionType<StringType>;
7485
8792
  }>;
7486
8793
  Button: StructType<{
@@ -7512,6 +8819,7 @@ export declare const Popover: {
7512
8819
  }>>;
7513
8820
  loading: OptionType<import("@elaraai/east").BooleanType>;
7514
8821
  disabled: OptionType<import("@elaraai/east").BooleanType>;
8822
+ onClick: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
7515
8823
  }>>;
7516
8824
  }>;
7517
8825
  IconButton: StructType<{
@@ -7544,6 +8852,7 @@ export declare const Popover: {
7544
8852
  }>>;
7545
8853
  loading: OptionType<import("@elaraai/east").BooleanType>;
7546
8854
  disabled: OptionType<import("@elaraai/east").BooleanType>;
8855
+ onClick: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
7547
8856
  }>>;
7548
8857
  }>;
7549
8858
  Box: StructType<{
@@ -7561,6 +8870,28 @@ export declare const Popover: {
7561
8870
  }>>;
7562
8871
  width: OptionType<StringType>;
7563
8872
  height: OptionType<StringType>;
8873
+ minHeight: OptionType<StringType>;
8874
+ minWidth: OptionType<StringType>;
8875
+ maxHeight: OptionType<StringType>;
8876
+ maxWidth: OptionType<StringType>;
8877
+ overflow: OptionType<import("@elaraai/east").VariantType<{
8878
+ visible: import("@elaraai/east").NullType;
8879
+ hidden: import("@elaraai/east").NullType;
8880
+ scroll: import("@elaraai/east").NullType;
8881
+ auto: import("@elaraai/east").NullType;
8882
+ }>>;
8883
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
8884
+ visible: import("@elaraai/east").NullType;
8885
+ hidden: import("@elaraai/east").NullType;
8886
+ scroll: import("@elaraai/east").NullType;
8887
+ auto: import("@elaraai/east").NullType;
8888
+ }>>;
8889
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
8890
+ visible: import("@elaraai/east").NullType;
8891
+ hidden: import("@elaraai/east").NullType;
8892
+ scroll: import("@elaraai/east").NullType;
8893
+ auto: import("@elaraai/east").NullType;
8894
+ }>>;
7564
8895
  padding: OptionType<StructType<{
7565
8896
  top: OptionType<StringType>;
7566
8897
  right: OptionType<StringType>;
@@ -7600,6 +8931,77 @@ export declare const Popover: {
7600
8931
  gap: OptionType<StringType>;
7601
8932
  }>>;
7602
8933
  }>;
8934
+ Flex: StructType<{
8935
+ children: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
8936
+ style: OptionType<StructType<{
8937
+ direction: OptionType<import("@elaraai/east").VariantType<{
8938
+ row: import("@elaraai/east").NullType;
8939
+ column: import("@elaraai/east").NullType;
8940
+ "row-reverse": import("@elaraai/east").NullType;
8941
+ "column-reverse": import("@elaraai/east").NullType;
8942
+ }>>;
8943
+ wrap: OptionType<import("@elaraai/east").VariantType<{
8944
+ nowrap: import("@elaraai/east").NullType;
8945
+ wrap: import("@elaraai/east").NullType;
8946
+ "wrap-reverse": import("@elaraai/east").NullType;
8947
+ }>>;
8948
+ justifyContent: OptionType<import("@elaraai/east").VariantType<{
8949
+ "flex-start": import("@elaraai/east").NullType;
8950
+ "flex-end": import("@elaraai/east").NullType;
8951
+ center: import("@elaraai/east").NullType;
8952
+ "space-between": import("@elaraai/east").NullType;
8953
+ "space-around": import("@elaraai/east").NullType;
8954
+ "space-evenly": import("@elaraai/east").NullType;
8955
+ }>>;
8956
+ alignItems: OptionType<import("@elaraai/east").VariantType<{
8957
+ "flex-start": import("@elaraai/east").NullType;
8958
+ "flex-end": import("@elaraai/east").NullType;
8959
+ center: import("@elaraai/east").NullType;
8960
+ baseline: import("@elaraai/east").NullType;
8961
+ stretch: import("@elaraai/east").NullType;
8962
+ }>>;
8963
+ gap: OptionType<StringType>;
8964
+ width: OptionType<StringType>;
8965
+ height: OptionType<StringType>;
8966
+ minHeight: OptionType<StringType>;
8967
+ minWidth: OptionType<StringType>;
8968
+ maxHeight: OptionType<StringType>;
8969
+ maxWidth: OptionType<StringType>;
8970
+ overflow: OptionType<import("@elaraai/east").VariantType<{
8971
+ visible: import("@elaraai/east").NullType;
8972
+ hidden: import("@elaraai/east").NullType;
8973
+ scroll: import("@elaraai/east").NullType;
8974
+ auto: import("@elaraai/east").NullType;
8975
+ }>>;
8976
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
8977
+ visible: import("@elaraai/east").NullType;
8978
+ hidden: import("@elaraai/east").NullType;
8979
+ scroll: import("@elaraai/east").NullType;
8980
+ auto: import("@elaraai/east").NullType;
8981
+ }>>;
8982
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
8983
+ visible: import("@elaraai/east").NullType;
8984
+ hidden: import("@elaraai/east").NullType;
8985
+ scroll: import("@elaraai/east").NullType;
8986
+ auto: import("@elaraai/east").NullType;
8987
+ }>>;
8988
+ padding: OptionType<StructType<{
8989
+ top: OptionType<StringType>;
8990
+ right: OptionType<StringType>;
8991
+ bottom: OptionType<StringType>;
8992
+ left: OptionType<StringType>;
8993
+ }>>;
8994
+ margin: OptionType<StructType<{
8995
+ top: OptionType<StringType>;
8996
+ right: OptionType<StringType>;
8997
+ bottom: OptionType<StringType>;
8998
+ left: OptionType<StringType>;
8999
+ }>>;
9000
+ background: OptionType<StringType>;
9001
+ color: OptionType<StringType>;
9002
+ borderRadius: OptionType<StringType>;
9003
+ }>>;
9004
+ }>;
7603
9005
  Stack: StructType<{
7604
9006
  children: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
7605
9007
  style: OptionType<StructType<{
@@ -7645,6 +9047,28 @@ export declare const Popover: {
7645
9047
  background: OptionType<StringType>;
7646
9048
  width: OptionType<StringType>;
7647
9049
  height: OptionType<StringType>;
9050
+ minHeight: OptionType<StringType>;
9051
+ minWidth: OptionType<StringType>;
9052
+ maxHeight: OptionType<StringType>;
9053
+ maxWidth: OptionType<StringType>;
9054
+ overflow: OptionType<import("@elaraai/east").VariantType<{
9055
+ visible: import("@elaraai/east").NullType;
9056
+ hidden: import("@elaraai/east").NullType;
9057
+ scroll: import("@elaraai/east").NullType;
9058
+ auto: import("@elaraai/east").NullType;
9059
+ }>>;
9060
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
9061
+ visible: import("@elaraai/east").NullType;
9062
+ hidden: import("@elaraai/east").NullType;
9063
+ scroll: import("@elaraai/east").NullType;
9064
+ auto: import("@elaraai/east").NullType;
9065
+ }>>;
9066
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
9067
+ visible: import("@elaraai/east").NullType;
9068
+ hidden: import("@elaraai/east").NullType;
9069
+ scroll: import("@elaraai/east").NullType;
9070
+ auto: import("@elaraai/east").NullType;
9071
+ }>>;
7648
9072
  }>>;
7649
9073
  }>;
7650
9074
  Separator: StructType<{
@@ -7739,6 +9163,13 @@ export declare const Popover: {
7739
9163
  horizontal: import("@elaraai/east").NullType;
7740
9164
  vertical: import("@elaraai/east").NullType;
7741
9165
  }>>;
9166
+ onResize: OptionType<import("@elaraai/east").FunctionType<[StructType<{
9167
+ size: ArrayType<import("@elaraai/east").FloatType>;
9168
+ }>], import("@elaraai/east").NullType>>;
9169
+ onResizeStart: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9170
+ onResizeEnd: OptionType<import("@elaraai/east").FunctionType<[StructType<{
9171
+ size: ArrayType<import("@elaraai/east").FloatType>;
9172
+ }>], import("@elaraai/east").NullType>>;
7742
9173
  }>>;
7743
9174
  }>;
7744
9175
  StringInput: StructType<{
@@ -7758,6 +9189,9 @@ export declare const Popover: {
7758
9189
  maxLength: OptionType<import("@elaraai/east").IntegerType>;
7759
9190
  pattern: OptionType<StringType>;
7760
9191
  disabled: OptionType<import("@elaraai/east").BooleanType>;
9192
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
9193
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9194
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
7761
9195
  }>;
7762
9196
  IntegerInput: StructType<{
7763
9197
  value: import("@elaraai/east").IntegerType;
@@ -7776,6 +9210,9 @@ export declare const Popover: {
7776
9210
  lg: import("@elaraai/east").NullType;
7777
9211
  }>>;
7778
9212
  disabled: OptionType<import("@elaraai/east").BooleanType>;
9213
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
9214
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9215
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
7779
9216
  }>;
7780
9217
  FloatInput: StructType<{
7781
9218
  value: import("@elaraai/east").FloatType;
@@ -7795,13 +9232,44 @@ export declare const Popover: {
7795
9232
  lg: import("@elaraai/east").NullType;
7796
9233
  }>>;
7797
9234
  disabled: OptionType<import("@elaraai/east").BooleanType>;
9235
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
9236
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9237
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
7798
9238
  }>;
7799
9239
  DateTimeInput: StructType<{
7800
9240
  value: import("@elaraai/east").DateTimeType;
7801
9241
  min: OptionType<import("@elaraai/east").DateTimeType>;
7802
9242
  max: OptionType<import("@elaraai/east").DateTimeType>;
7803
- showTime: OptionType<import("@elaraai/east").BooleanType>;
7804
- format: OptionType<StringType>;
9243
+ precision: OptionType<import("@elaraai/east").VariantType<{
9244
+ date: import("@elaraai/east").NullType;
9245
+ time: import("@elaraai/east").NullType;
9246
+ datetime: import("@elaraai/east").NullType;
9247
+ }>>;
9248
+ format: OptionType<ArrayType<import("@elaraai/east").VariantType<{
9249
+ literal: StringType;
9250
+ year4: import("@elaraai/east").NullType;
9251
+ year2: import("@elaraai/east").NullType;
9252
+ month1: import("@elaraai/east").NullType;
9253
+ month2: import("@elaraai/east").NullType;
9254
+ monthNameShort: import("@elaraai/east").NullType;
9255
+ monthNameFull: import("@elaraai/east").NullType;
9256
+ day1: import("@elaraai/east").NullType;
9257
+ day2: import("@elaraai/east").NullType;
9258
+ weekdayNameMin: import("@elaraai/east").NullType;
9259
+ weekdayNameShort: import("@elaraai/east").NullType;
9260
+ weekdayNameFull: import("@elaraai/east").NullType;
9261
+ hour24_1: import("@elaraai/east").NullType;
9262
+ hour24_2: import("@elaraai/east").NullType;
9263
+ hour12_1: import("@elaraai/east").NullType;
9264
+ hour12_2: import("@elaraai/east").NullType;
9265
+ minute1: import("@elaraai/east").NullType;
9266
+ minute2: import("@elaraai/east").NullType;
9267
+ second1: import("@elaraai/east").NullType;
9268
+ second2: import("@elaraai/east").NullType;
9269
+ millisecond3: import("@elaraai/east").NullType;
9270
+ ampmUpper: import("@elaraai/east").NullType;
9271
+ ampmLower: import("@elaraai/east").NullType;
9272
+ }>>>;
7805
9273
  variant: OptionType<import("@elaraai/east").VariantType<{
7806
9274
  outline: import("@elaraai/east").NullType;
7807
9275
  subtle: import("@elaraai/east").NullType;
@@ -7814,6 +9282,9 @@ export declare const Popover: {
7814
9282
  lg: import("@elaraai/east").NullType;
7815
9283
  }>>;
7816
9284
  disabled: OptionType<import("@elaraai/east").BooleanType>;
9285
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").DateTimeType], import("@elaraai/east").NullType>>;
9286
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9287
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
7817
9288
  }>;
7818
9289
  Checkbox: StructType<{
7819
9290
  checked: import("@elaraai/east").BooleanType;
@@ -7838,6 +9309,7 @@ export declare const Popover: {
7838
9309
  md: import("@elaraai/east").NullType;
7839
9310
  lg: import("@elaraai/east").NullType;
7840
9311
  }>>;
9312
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
7841
9313
  }>;
7842
9314
  Switch: StructType<{
7843
9315
  checked: import("@elaraai/east").BooleanType;
@@ -7861,6 +9333,7 @@ export declare const Popover: {
7861
9333
  md: import("@elaraai/east").NullType;
7862
9334
  lg: import("@elaraai/east").NullType;
7863
9335
  }>>;
9336
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
7864
9337
  }>;
7865
9338
  Select: StructType<{
7866
9339
  value: OptionType<StringType>;
@@ -7878,6 +9351,9 @@ export declare const Popover: {
7878
9351
  md: import("@elaraai/east").NullType;
7879
9352
  lg: import("@elaraai/east").NullType;
7880
9353
  }>>;
9354
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
9355
+ onChangeMultiple: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
9356
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
7881
9357
  }>;
7882
9358
  Slider: StructType<{
7883
9359
  value: import("@elaraai/east").FloatType;
@@ -7911,6 +9387,8 @@ export declare const Popover: {
7911
9387
  subtle: import("@elaraai/east").NullType;
7912
9388
  }>>;
7913
9389
  disabled: OptionType<import("@elaraai/east").BooleanType>;
9390
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
9391
+ onChangeEnd: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
7914
9392
  }>;
7915
9393
  FileUpload: StructType<{
7916
9394
  accept: OptionType<StringType>;
@@ -7929,31 +9407,358 @@ export declare const Popover: {
7929
9407
  label: OptionType<StringType>;
7930
9408
  dropzoneText: OptionType<StringType>;
7931
9409
  triggerText: OptionType<StringType>;
9410
+ onFileAccept: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
9411
+ name: StringType;
9412
+ size: import("@elaraai/east").IntegerType;
9413
+ type: StringType;
9414
+ }>>], import("@elaraai/east").NullType>>;
9415
+ onFileReject: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
9416
+ file: StructType<{
9417
+ name: StringType;
9418
+ size: import("@elaraai/east").IntegerType;
9419
+ type: StringType;
9420
+ }>;
9421
+ errors: ArrayType<StringType>;
9422
+ }>>], import("@elaraai/east").NullType>>;
7932
9423
  }>;
7933
9424
  Field: StructType<{
7934
9425
  label: StringType;
7935
- control: import("@elaraai/east").RecursiveTypeMarker;
9426
+ control: import("@elaraai/east").VariantType<{
9427
+ Checkbox: StructType<{
9428
+ checked: import("@elaraai/east").BooleanType;
9429
+ label: OptionType<StringType>;
9430
+ indeterminate: OptionType<import("@elaraai/east").BooleanType>;
9431
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
9432
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
9433
+ gray: import("@elaraai/east").NullType;
9434
+ red: import("@elaraai/east").NullType;
9435
+ orange: import("@elaraai/east").NullType;
9436
+ yellow: import("@elaraai/east").NullType;
9437
+ green: import("@elaraai/east").NullType;
9438
+ teal: import("@elaraai/east").NullType;
9439
+ blue: import("@elaraai/east").NullType;
9440
+ cyan: import("@elaraai/east").NullType;
9441
+ purple: import("@elaraai/east").NullType;
9442
+ pink: import("@elaraai/east").NullType;
9443
+ }>>;
9444
+ size: OptionType<import("@elaraai/east").VariantType<{
9445
+ xs: import("@elaraai/east").NullType;
9446
+ sm: import("@elaraai/east").NullType;
9447
+ md: import("@elaraai/east").NullType;
9448
+ lg: import("@elaraai/east").NullType;
9449
+ }>>;
9450
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
9451
+ }>;
9452
+ StringInput: StructType<{
9453
+ value: StringType;
9454
+ placeholder: OptionType<StringType>;
9455
+ variant: OptionType<import("@elaraai/east").VariantType<{
9456
+ outline: import("@elaraai/east").NullType;
9457
+ subtle: import("@elaraai/east").NullType;
9458
+ flushed: import("@elaraai/east").NullType;
9459
+ }>>;
9460
+ size: OptionType<import("@elaraai/east").VariantType<{
9461
+ xs: import("@elaraai/east").NullType;
9462
+ sm: import("@elaraai/east").NullType;
9463
+ md: import("@elaraai/east").NullType;
9464
+ lg: import("@elaraai/east").NullType;
9465
+ }>>;
9466
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
9467
+ pattern: OptionType<StringType>;
9468
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
9469
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
9470
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9471
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9472
+ }>;
9473
+ IntegerInput: StructType<{
9474
+ value: import("@elaraai/east").IntegerType;
9475
+ min: OptionType<import("@elaraai/east").IntegerType>;
9476
+ max: OptionType<import("@elaraai/east").IntegerType>;
9477
+ step: OptionType<import("@elaraai/east").IntegerType>;
9478
+ variant: OptionType<import("@elaraai/east").VariantType<{
9479
+ outline: import("@elaraai/east").NullType;
9480
+ subtle: import("@elaraai/east").NullType;
9481
+ flushed: import("@elaraai/east").NullType;
9482
+ }>>;
9483
+ size: OptionType<import("@elaraai/east").VariantType<{
9484
+ xs: import("@elaraai/east").NullType;
9485
+ sm: import("@elaraai/east").NullType;
9486
+ md: import("@elaraai/east").NullType;
9487
+ lg: import("@elaraai/east").NullType;
9488
+ }>>;
9489
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
9490
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
9491
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9492
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9493
+ }>;
9494
+ FloatInput: StructType<{
9495
+ value: import("@elaraai/east").FloatType;
9496
+ min: OptionType<import("@elaraai/east").FloatType>;
9497
+ max: OptionType<import("@elaraai/east").FloatType>;
9498
+ step: OptionType<import("@elaraai/east").FloatType>;
9499
+ precision: OptionType<import("@elaraai/east").IntegerType>;
9500
+ variant: OptionType<import("@elaraai/east").VariantType<{
9501
+ outline: import("@elaraai/east").NullType;
9502
+ subtle: import("@elaraai/east").NullType;
9503
+ flushed: import("@elaraai/east").NullType;
9504
+ }>>;
9505
+ size: OptionType<import("@elaraai/east").VariantType<{
9506
+ xs: import("@elaraai/east").NullType;
9507
+ sm: import("@elaraai/east").NullType;
9508
+ md: import("@elaraai/east").NullType;
9509
+ lg: import("@elaraai/east").NullType;
9510
+ }>>;
9511
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
9512
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
9513
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9514
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9515
+ }>;
9516
+ DateTimeInput: StructType<{
9517
+ value: import("@elaraai/east").DateTimeType;
9518
+ min: OptionType<import("@elaraai/east").DateTimeType>;
9519
+ max: OptionType<import("@elaraai/east").DateTimeType>;
9520
+ precision: OptionType<import("@elaraai/east").VariantType<{
9521
+ date: import("@elaraai/east").NullType;
9522
+ time: import("@elaraai/east").NullType;
9523
+ datetime: import("@elaraai/east").NullType;
9524
+ }>>;
9525
+ format: OptionType<ArrayType<import("@elaraai/east").VariantType<{
9526
+ literal: StringType;
9527
+ year4: import("@elaraai/east").NullType;
9528
+ year2: import("@elaraai/east").NullType;
9529
+ month1: import("@elaraai/east").NullType;
9530
+ month2: import("@elaraai/east").NullType;
9531
+ monthNameShort: import("@elaraai/east").NullType;
9532
+ monthNameFull: import("@elaraai/east").NullType;
9533
+ day1: import("@elaraai/east").NullType;
9534
+ day2: import("@elaraai/east").NullType;
9535
+ weekdayNameMin: import("@elaraai/east").NullType;
9536
+ weekdayNameShort: import("@elaraai/east").NullType;
9537
+ weekdayNameFull: import("@elaraai/east").NullType;
9538
+ hour24_1: import("@elaraai/east").NullType;
9539
+ hour24_2: import("@elaraai/east").NullType;
9540
+ hour12_1: import("@elaraai/east").NullType;
9541
+ hour12_2: import("@elaraai/east").NullType;
9542
+ minute1: import("@elaraai/east").NullType;
9543
+ minute2: import("@elaraai/east").NullType;
9544
+ second1: import("@elaraai/east").NullType;
9545
+ second2: import("@elaraai/east").NullType;
9546
+ millisecond3: import("@elaraai/east").NullType;
9547
+ ampmUpper: import("@elaraai/east").NullType;
9548
+ ampmLower: import("@elaraai/east").NullType;
9549
+ }>>>;
9550
+ variant: OptionType<import("@elaraai/east").VariantType<{
9551
+ outline: import("@elaraai/east").NullType;
9552
+ subtle: import("@elaraai/east").NullType;
9553
+ flushed: import("@elaraai/east").NullType;
9554
+ }>>;
9555
+ size: OptionType<import("@elaraai/east").VariantType<{
9556
+ xs: import("@elaraai/east").NullType;
9557
+ sm: import("@elaraai/east").NullType;
9558
+ md: import("@elaraai/east").NullType;
9559
+ lg: import("@elaraai/east").NullType;
9560
+ }>>;
9561
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
9562
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").DateTimeType], import("@elaraai/east").NullType>>;
9563
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9564
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9565
+ }>;
9566
+ FileUpload: StructType<{
9567
+ accept: OptionType<StringType>;
9568
+ maxFiles: OptionType<import("@elaraai/east").IntegerType>;
9569
+ maxFileSize: OptionType<import("@elaraai/east").IntegerType>;
9570
+ minFileSize: OptionType<import("@elaraai/east").IntegerType>;
9571
+ directory: OptionType<import("@elaraai/east").BooleanType>;
9572
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
9573
+ required: OptionType<import("@elaraai/east").BooleanType>;
9574
+ allowDrop: OptionType<import("@elaraai/east").BooleanType>;
9575
+ capture: OptionType<import("@elaraai/east").VariantType<{
9576
+ user: import("@elaraai/east").NullType;
9577
+ environment: import("@elaraai/east").NullType;
9578
+ }>>;
9579
+ name: OptionType<StringType>;
9580
+ label: OptionType<StringType>;
9581
+ dropzoneText: OptionType<StringType>;
9582
+ triggerText: OptionType<StringType>;
9583
+ onFileAccept: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
9584
+ name: StringType;
9585
+ size: import("@elaraai/east").IntegerType;
9586
+ type: StringType;
9587
+ }>>], import("@elaraai/east").NullType>>;
9588
+ onFileReject: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
9589
+ file: StructType<{
9590
+ name: StringType;
9591
+ size: import("@elaraai/east").IntegerType;
9592
+ type: StringType;
9593
+ }>;
9594
+ errors: ArrayType<StringType>;
9595
+ }>>], import("@elaraai/east").NullType>>;
9596
+ }>;
9597
+ Select: StructType<{
9598
+ value: OptionType<StringType>;
9599
+ items: ArrayType<StructType<{
9600
+ value: StringType;
9601
+ label: StringType;
9602
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
9603
+ }>>;
9604
+ placeholder: OptionType<StringType>;
9605
+ multiple: OptionType<import("@elaraai/east").BooleanType>;
9606
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
9607
+ size: OptionType<import("@elaraai/east").VariantType<{
9608
+ xs: import("@elaraai/east").NullType;
9609
+ sm: import("@elaraai/east").NullType;
9610
+ md: import("@elaraai/east").NullType;
9611
+ lg: import("@elaraai/east").NullType;
9612
+ }>>;
9613
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
9614
+ onChangeMultiple: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
9615
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
9616
+ }>;
9617
+ Slider: StructType<{
9618
+ value: import("@elaraai/east").FloatType;
9619
+ min: OptionType<import("@elaraai/east").FloatType>;
9620
+ max: OptionType<import("@elaraai/east").FloatType>;
9621
+ step: OptionType<import("@elaraai/east").FloatType>;
9622
+ orientation: OptionType<import("@elaraai/east").VariantType<{
9623
+ horizontal: import("@elaraai/east").NullType;
9624
+ vertical: import("@elaraai/east").NullType;
9625
+ }>>;
9626
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
9627
+ gray: import("@elaraai/east").NullType;
9628
+ red: import("@elaraai/east").NullType;
9629
+ orange: import("@elaraai/east").NullType;
9630
+ yellow: import("@elaraai/east").NullType;
9631
+ green: import("@elaraai/east").NullType;
9632
+ teal: import("@elaraai/east").NullType;
9633
+ blue: import("@elaraai/east").NullType;
9634
+ cyan: import("@elaraai/east").NullType;
9635
+ purple: import("@elaraai/east").NullType;
9636
+ pink: import("@elaraai/east").NullType;
9637
+ }>>;
9638
+ size: OptionType<import("@elaraai/east").VariantType<{
9639
+ xs: import("@elaraai/east").NullType;
9640
+ sm: import("@elaraai/east").NullType;
9641
+ md: import("@elaraai/east").NullType;
9642
+ lg: import("@elaraai/east").NullType;
9643
+ }>>;
9644
+ variant: OptionType<import("@elaraai/east").VariantType<{
9645
+ outline: import("@elaraai/east").NullType;
9646
+ subtle: import("@elaraai/east").NullType;
9647
+ }>>;
9648
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
9649
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
9650
+ onChangeEnd: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
9651
+ }>;
9652
+ Switch: StructType<{
9653
+ checked: import("@elaraai/east").BooleanType;
9654
+ label: OptionType<StringType>;
9655
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
9656
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
9657
+ gray: import("@elaraai/east").NullType;
9658
+ red: import("@elaraai/east").NullType;
9659
+ orange: import("@elaraai/east").NullType;
9660
+ yellow: import("@elaraai/east").NullType;
9661
+ green: import("@elaraai/east").NullType;
9662
+ teal: import("@elaraai/east").NullType;
9663
+ blue: import("@elaraai/east").NullType;
9664
+ cyan: import("@elaraai/east").NullType;
9665
+ purple: import("@elaraai/east").NullType;
9666
+ pink: import("@elaraai/east").NullType;
9667
+ }>>;
9668
+ size: OptionType<import("@elaraai/east").VariantType<{
9669
+ xs: import("@elaraai/east").NullType;
9670
+ sm: import("@elaraai/east").NullType;
9671
+ md: import("@elaraai/east").NullType;
9672
+ lg: import("@elaraai/east").NullType;
9673
+ }>>;
9674
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
9675
+ }>;
9676
+ TagsInput: StructType<{
9677
+ value: ArrayType<StringType>;
9678
+ defaultValue: OptionType<ArrayType<StringType>>;
9679
+ max: OptionType<import("@elaraai/east").IntegerType>;
9680
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
9681
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
9682
+ readOnly: OptionType<import("@elaraai/east").BooleanType>;
9683
+ invalid: OptionType<import("@elaraai/east").BooleanType>;
9684
+ editable: OptionType<import("@elaraai/east").BooleanType>;
9685
+ delimiter: OptionType<StringType>;
9686
+ addOnPaste: OptionType<import("@elaraai/east").BooleanType>;
9687
+ blurBehavior: OptionType<import("@elaraai/east").VariantType<{
9688
+ clear: import("@elaraai/east").NullType;
9689
+ add: import("@elaraai/east").NullType;
9690
+ }>>;
9691
+ allowOverflow: OptionType<import("@elaraai/east").BooleanType>;
9692
+ label: OptionType<StringType>;
9693
+ placeholder: OptionType<StringType>;
9694
+ size: OptionType<import("@elaraai/east").VariantType<{
9695
+ xs: import("@elaraai/east").NullType;
9696
+ sm: import("@elaraai/east").NullType;
9697
+ md: import("@elaraai/east").NullType;
9698
+ lg: import("@elaraai/east").NullType;
9699
+ }>>;
9700
+ variant: OptionType<import("@elaraai/east").VariantType<{
9701
+ outline: import("@elaraai/east").NullType;
9702
+ subtle: import("@elaraai/east").NullType;
9703
+ flushed: import("@elaraai/east").NullType;
9704
+ }>>;
9705
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
9706
+ gray: import("@elaraai/east").NullType;
9707
+ red: import("@elaraai/east").NullType;
9708
+ orange: import("@elaraai/east").NullType;
9709
+ yellow: import("@elaraai/east").NullType;
9710
+ green: import("@elaraai/east").NullType;
9711
+ teal: import("@elaraai/east").NullType;
9712
+ blue: import("@elaraai/east").NullType;
9713
+ cyan: import("@elaraai/east").NullType;
9714
+ purple: import("@elaraai/east").NullType;
9715
+ pink: import("@elaraai/east").NullType;
9716
+ }>>;
9717
+ onChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
9718
+ onInputChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
9719
+ onHighlightChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
9720
+ }>;
9721
+ Textarea: StructType<{
9722
+ value: StringType;
9723
+ placeholder: OptionType<StringType>;
9724
+ variant: OptionType<import("@elaraai/east").VariantType<{
9725
+ outline: import("@elaraai/east").NullType;
9726
+ subtle: import("@elaraai/east").NullType;
9727
+ flushed: import("@elaraai/east").NullType;
9728
+ }>>;
9729
+ size: OptionType<import("@elaraai/east").VariantType<{
9730
+ xs: import("@elaraai/east").NullType;
9731
+ sm: import("@elaraai/east").NullType;
9732
+ md: import("@elaraai/east").NullType;
9733
+ lg: import("@elaraai/east").NullType;
9734
+ }>>;
9735
+ resize: OptionType<import("@elaraai/east").VariantType<{
9736
+ none: import("@elaraai/east").NullType;
9737
+ vertical: import("@elaraai/east").NullType;
9738
+ horizontal: import("@elaraai/east").NullType;
9739
+ both: import("@elaraai/east").NullType;
9740
+ }>>;
9741
+ rows: OptionType<import("@elaraai/east").IntegerType>;
9742
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
9743
+ readOnly: OptionType<import("@elaraai/east").BooleanType>;
9744
+ required: OptionType<import("@elaraai/east").BooleanType>;
9745
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
9746
+ autoresize: OptionType<import("@elaraai/east").BooleanType>;
9747
+ onValidate: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
9748
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
9749
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9750
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9751
+ }>;
9752
+ }>;
7936
9753
  helperText: OptionType<StringType>;
7937
9754
  errorText: OptionType<StringType>;
7938
9755
  required: OptionType<import("@elaraai/east").BooleanType>;
7939
9756
  disabled: OptionType<import("@elaraai/east").BooleanType>;
7940
9757
  invalid: OptionType<import("@elaraai/east").BooleanType>;
7941
9758
  readOnly: OptionType<import("@elaraai/east").BooleanType>;
7942
- }>;
7943
- Fieldset: StructType<{
7944
- legend: OptionType<StringType>;
7945
- helperText: OptionType<StringType>;
7946
- errorText: OptionType<StringType>;
7947
- content: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
7948
- disabled: OptionType<import("@elaraai/east").BooleanType>;
7949
- invalid: OptionType<import("@elaraai/east").BooleanType>;
7950
- style: OptionType<StructType<{
7951
- size: OptionType<import("@elaraai/east").VariantType<{
7952
- xs: import("@elaraai/east").NullType;
7953
- sm: import("@elaraai/east").NullType;
7954
- md: import("@elaraai/east").NullType;
7955
- lg: import("@elaraai/east").NullType;
7956
- }>>;
9759
+ orientation: OptionType<import("@elaraai/east").VariantType<{
9760
+ vertical: import("@elaraai/east").NullType;
9761
+ horizontal: import("@elaraai/east").NullType;
7957
9762
  }>>;
7958
9763
  }>;
7959
9764
  Textarea: StructType<{
@@ -7979,10 +9784,13 @@ export declare const Popover: {
7979
9784
  rows: OptionType<import("@elaraai/east").IntegerType>;
7980
9785
  disabled: OptionType<import("@elaraai/east").BooleanType>;
7981
9786
  readOnly: OptionType<import("@elaraai/east").BooleanType>;
7982
- invalid: OptionType<import("@elaraai/east").BooleanType>;
7983
9787
  required: OptionType<import("@elaraai/east").BooleanType>;
7984
9788
  maxLength: OptionType<import("@elaraai/east").IntegerType>;
7985
9789
  autoresize: OptionType<import("@elaraai/east").BooleanType>;
9790
+ onValidate: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
9791
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
9792
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
9793
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
7986
9794
  }>;
7987
9795
  TagsInput: StructType<{
7988
9796
  value: ArrayType<StringType>;
@@ -8025,6 +9833,9 @@ export declare const Popover: {
8025
9833
  purple: import("@elaraai/east").NullType;
8026
9834
  pink: import("@elaraai/east").NullType;
8027
9835
  }>>;
9836
+ onChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
9837
+ onInputChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
9838
+ onHighlightChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
8028
9839
  }>;
8029
9840
  Progress: StructType<{
8030
9841
  value: import("@elaraai/east").FloatType;
@@ -8124,6 +9935,7 @@ export declare const Popover: {
8124
9935
  xl: import("@elaraai/east").NullType;
8125
9936
  }>>;
8126
9937
  closable: OptionType<import("@elaraai/east").BooleanType>;
9938
+ onClose: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
8127
9939
  }>;
8128
9940
  Avatar: StructType<{
8129
9941
  src: OptionType<StringType>;
@@ -10464,6 +12276,9 @@ export declare const Popover: {
10464
12276
  multiple: import("@elaraai/east").NullType;
10465
12277
  }>>;
10466
12278
  animateContent: OptionType<import("@elaraai/east").BooleanType>;
12279
+ onExpandedChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
12280
+ onSelectionChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
12281
+ onFocusChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
10467
12282
  }>>;
10468
12283
  }>;
10469
12284
  Table: StructType<{
@@ -10514,6 +12329,47 @@ export declare const Popover: {
10514
12329
  purple: import("@elaraai/east").NullType;
10515
12330
  pink: import("@elaraai/east").NullType;
10516
12331
  }>>;
12332
+ onCellClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12333
+ rowIndex: import("@elaraai/east").IntegerType;
12334
+ columnKey: StringType;
12335
+ cellValue: import("@elaraai/east").VariantType<{
12336
+ Boolean: import("@elaraai/east").BooleanType;
12337
+ Integer: import("@elaraai/east").IntegerType;
12338
+ Float: import("@elaraai/east").FloatType;
12339
+ String: StringType;
12340
+ DateTime: import("@elaraai/east").DateTimeType;
12341
+ }>;
12342
+ }>], import("@elaraai/east").NullType>>;
12343
+ onCellDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12344
+ rowIndex: import("@elaraai/east").IntegerType;
12345
+ columnKey: StringType;
12346
+ cellValue: import("@elaraai/east").VariantType<{
12347
+ Boolean: import("@elaraai/east").BooleanType;
12348
+ Integer: import("@elaraai/east").IntegerType;
12349
+ Float: import("@elaraai/east").FloatType;
12350
+ String: StringType;
12351
+ DateTime: import("@elaraai/east").DateTimeType;
12352
+ }>;
12353
+ }>], import("@elaraai/east").NullType>>;
12354
+ onRowClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12355
+ rowIndex: import("@elaraai/east").IntegerType;
12356
+ }>], import("@elaraai/east").NullType>>;
12357
+ onRowDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12358
+ rowIndex: import("@elaraai/east").IntegerType;
12359
+ }>], import("@elaraai/east").NullType>>;
12360
+ onRowSelectionChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12361
+ rowIndex: import("@elaraai/east").IntegerType;
12362
+ selected: import("@elaraai/east").BooleanType;
12363
+ selectedRowsIndices: ArrayType<import("@elaraai/east").IntegerType>;
12364
+ }>], import("@elaraai/east").NullType>>;
12365
+ onSortChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12366
+ columnKey: StringType;
12367
+ sortIndex: import("@elaraai/east").IntegerType;
12368
+ sortDirection: import("@elaraai/east").VariantType<{
12369
+ asc: import("@elaraai/east").NullType;
12370
+ desc: import("@elaraai/east").NullType;
12371
+ }>;
12372
+ }>], import("@elaraai/east").NullType>>;
10517
12373
  }>>;
10518
12374
  }>;
10519
12375
  Gantt: StructType<{
@@ -10603,6 +12459,104 @@ export declare const Popover: {
10603
12459
  pink: import("@elaraai/east").NullType;
10604
12460
  }>>;
10605
12461
  showToday: OptionType<import("@elaraai/east").BooleanType>;
12462
+ dragStep: OptionType<import("@elaraai/east").VariantType<{
12463
+ minutes: import("@elaraai/east").FloatType;
12464
+ hours: import("@elaraai/east").FloatType;
12465
+ days: import("@elaraai/east").FloatType;
12466
+ weeks: import("@elaraai/east").FloatType;
12467
+ months: import("@elaraai/east").FloatType;
12468
+ }>>;
12469
+ durationStep: OptionType<import("@elaraai/east").VariantType<{
12470
+ minutes: import("@elaraai/east").FloatType;
12471
+ hours: import("@elaraai/east").FloatType;
12472
+ days: import("@elaraai/east").FloatType;
12473
+ weeks: import("@elaraai/east").FloatType;
12474
+ months: import("@elaraai/east").FloatType;
12475
+ }>>;
12476
+ onCellClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12477
+ rowIndex: import("@elaraai/east").IntegerType;
12478
+ columnKey: StringType;
12479
+ cellValue: import("@elaraai/east").VariantType<{
12480
+ Boolean: import("@elaraai/east").BooleanType;
12481
+ Integer: import("@elaraai/east").IntegerType;
12482
+ Float: import("@elaraai/east").FloatType;
12483
+ String: StringType;
12484
+ DateTime: import("@elaraai/east").DateTimeType;
12485
+ }>;
12486
+ }>], import("@elaraai/east").NullType>>;
12487
+ onCellDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12488
+ rowIndex: import("@elaraai/east").IntegerType;
12489
+ columnKey: StringType;
12490
+ cellValue: import("@elaraai/east").VariantType<{
12491
+ Boolean: import("@elaraai/east").BooleanType;
12492
+ Integer: import("@elaraai/east").IntegerType;
12493
+ Float: import("@elaraai/east").FloatType;
12494
+ String: StringType;
12495
+ DateTime: import("@elaraai/east").DateTimeType;
12496
+ }>;
12497
+ }>], import("@elaraai/east").NullType>>;
12498
+ onRowClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12499
+ rowIndex: import("@elaraai/east").IntegerType;
12500
+ }>], import("@elaraai/east").NullType>>;
12501
+ onRowDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12502
+ rowIndex: import("@elaraai/east").IntegerType;
12503
+ }>], import("@elaraai/east").NullType>>;
12504
+ onSortChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12505
+ columnKey: StringType;
12506
+ sortIndex: import("@elaraai/east").IntegerType;
12507
+ sortDirection: import("@elaraai/east").VariantType<{
12508
+ asc: import("@elaraai/east").NullType;
12509
+ desc: import("@elaraai/east").NullType;
12510
+ }>;
12511
+ }>], import("@elaraai/east").NullType>>;
12512
+ onTaskClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12513
+ rowIndex: import("@elaraai/east").IntegerType;
12514
+ taskIndex: import("@elaraai/east").IntegerType;
12515
+ taskStart: import("@elaraai/east").DateTimeType;
12516
+ taskEnd: import("@elaraai/east").DateTimeType;
12517
+ }>], import("@elaraai/east").NullType>>;
12518
+ onTaskDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12519
+ rowIndex: import("@elaraai/east").IntegerType;
12520
+ taskIndex: import("@elaraai/east").IntegerType;
12521
+ taskStart: import("@elaraai/east").DateTimeType;
12522
+ taskEnd: import("@elaraai/east").DateTimeType;
12523
+ }>], import("@elaraai/east").NullType>>;
12524
+ onTaskDrag: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12525
+ rowIndex: import("@elaraai/east").IntegerType;
12526
+ taskIndex: import("@elaraai/east").IntegerType;
12527
+ previousStart: import("@elaraai/east").DateTimeType;
12528
+ previousEnd: import("@elaraai/east").DateTimeType;
12529
+ newStart: import("@elaraai/east").DateTimeType;
12530
+ newEnd: import("@elaraai/east").DateTimeType;
12531
+ }>], import("@elaraai/east").NullType>>;
12532
+ onTaskDurationChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12533
+ rowIndex: import("@elaraai/east").IntegerType;
12534
+ taskIndex: import("@elaraai/east").IntegerType;
12535
+ previousEnd: import("@elaraai/east").DateTimeType;
12536
+ newEnd: import("@elaraai/east").DateTimeType;
12537
+ }>], import("@elaraai/east").NullType>>;
12538
+ onTaskProgressChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12539
+ rowIndex: import("@elaraai/east").IntegerType;
12540
+ taskIndex: import("@elaraai/east").IntegerType;
12541
+ previousProgress: import("@elaraai/east").FloatType;
12542
+ newProgress: import("@elaraai/east").FloatType;
12543
+ }>], import("@elaraai/east").NullType>>;
12544
+ onMilestoneClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12545
+ rowIndex: import("@elaraai/east").IntegerType;
12546
+ milestoneIndex: import("@elaraai/east").IntegerType;
12547
+ milestoneDate: import("@elaraai/east").DateTimeType;
12548
+ }>], import("@elaraai/east").NullType>>;
12549
+ onMilestoneDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12550
+ rowIndex: import("@elaraai/east").IntegerType;
12551
+ milestoneIndex: import("@elaraai/east").IntegerType;
12552
+ milestoneDate: import("@elaraai/east").DateTimeType;
12553
+ }>], import("@elaraai/east").NullType>>;
12554
+ onMilestoneDrag: OptionType<import("@elaraai/east").FunctionType<[StructType<{
12555
+ rowIndex: import("@elaraai/east").IntegerType;
12556
+ milestoneIndex: import("@elaraai/east").IntegerType;
12557
+ previousDate: import("@elaraai/east").DateTimeType;
12558
+ newDate: import("@elaraai/east").DateTimeType;
12559
+ }>], import("@elaraai/east").NullType>>;
10606
12560
  }>>;
10607
12561
  }>;
10608
12562
  Accordion: StructType<{
@@ -10620,6 +12574,7 @@ export declare const Popover: {
10620
12574
  plain: import("@elaraai/east").NullType;
10621
12575
  subtle: import("@elaraai/east").NullType;
10622
12576
  }>>;
12577
+ onValueChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
10623
12578
  }>>;
10624
12579
  }>;
10625
12580
  Carousel: StructType<{
@@ -10640,6 +12595,7 @@ export declare const Popover: {
10640
12595
  }>>;
10641
12596
  spacing: OptionType<StringType>;
10642
12597
  padding: OptionType<StringType>;
12598
+ onIndexChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
10643
12599
  }>>;
10644
12600
  }>;
10645
12601
  Tabs: StructType<{
@@ -10692,6 +12648,7 @@ export declare const Popover: {
10692
12648
  purple: import("@elaraai/east").NullType;
10693
12649
  pink: import("@elaraai/east").NullType;
10694
12650
  }>>;
12651
+ onValueChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
10695
12652
  }>>;
10696
12653
  }>;
10697
12654
  Tooltip: StructType<{
@@ -10774,6 +12731,10 @@ export declare const Popover: {
10774
12731
  dialog: import("@elaraai/east").NullType;
10775
12732
  alertdialog: import("@elaraai/east").NullType;
10776
12733
  }>>;
12734
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
12735
+ onExitComplete: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
12736
+ onEscapeKeyDown: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
12737
+ onInteractOutside: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
10777
12738
  }>>;
10778
12739
  }>;
10779
12740
  Drawer: StructType<{
@@ -10797,6 +12758,8 @@ export declare const Popover: {
10797
12758
  bottom: import("@elaraai/east").NullType;
10798
12759
  }>>;
10799
12760
  contained: OptionType<import("@elaraai/east").BooleanType>;
12761
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
12762
+ onExitComplete: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
10800
12763
  }>>;
10801
12764
  }>;
10802
12765
  Popover: StructType<{
@@ -10827,6 +12790,7 @@ export declare const Popover: {
10827
12790
  }>>;
10828
12791
  hasArrow: OptionType<import("@elaraai/east").BooleanType>;
10829
12792
  gutter: OptionType<import("@elaraai/east").IntegerType>;
12793
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
10830
12794
  }>>;
10831
12795
  }>;
10832
12796
  HoverCard: StructType<{
@@ -10856,6 +12820,7 @@ export declare const Popover: {
10856
12820
  hasArrow: OptionType<import("@elaraai/east").BooleanType>;
10857
12821
  openDelay: OptionType<import("@elaraai/east").IntegerType>;
10858
12822
  closeDelay: OptionType<import("@elaraai/east").IntegerType>;
12823
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
10859
12824
  }>>;
10860
12825
  }>;
10861
12826
  ActionBar: StructType<{
@@ -10869,7 +12834,10 @@ export declare const Popover: {
10869
12834
  }>>;
10870
12835
  selectionCount: OptionType<import("@elaraai/east").IntegerType>;
10871
12836
  selectionLabel: OptionType<StringType>;
10872
- style: OptionType<StructType<{}>>;
12837
+ style: OptionType<StructType<{
12838
+ onSelect: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
12839
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
12840
+ }>>;
10873
12841
  }>;
10874
12842
  ToggleTip: StructType<{
10875
12843
  trigger: import("@elaraai/east").RecursiveTypeMarker;
@@ -10890,8 +12858,12 @@ export declare const Popover: {
10890
12858
  "right-end": import("@elaraai/east").NullType;
10891
12859
  }>>;
10892
12860
  hasArrow: OptionType<import("@elaraai/east").BooleanType>;
12861
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
10893
12862
  }>>;
10894
12863
  }>;
12864
+ ReactiveComponent: StructType<{
12865
+ render: import("@elaraai/east").FunctionType<[], import("@elaraai/east").RecursiveTypeMarker>;
12866
+ }>;
10895
12867
  }>>;
10896
12868
  body: ArrayType<import("@elaraai/east").RecursiveType<import("@elaraai/east").VariantType<{
10897
12869
  Text: StructType<{
@@ -11060,6 +13032,7 @@ export declare const Popover: {
11060
13032
  highlightLines: OptionType<ArrayType<import("@elaraai/east").IntegerType>>;
11061
13033
  maxHeight: OptionType<StringType>;
11062
13034
  showCopyButton: OptionType<import("@elaraai/east").BooleanType>;
13035
+ wordWrap: OptionType<import("@elaraai/east").BooleanType>;
11063
13036
  title: OptionType<StringType>;
11064
13037
  }>;
11065
13038
  Button: StructType<{
@@ -11091,6 +13064,7 @@ export declare const Popover: {
11091
13064
  }>>;
11092
13065
  loading: OptionType<import("@elaraai/east").BooleanType>;
11093
13066
  disabled: OptionType<import("@elaraai/east").BooleanType>;
13067
+ onClick: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
11094
13068
  }>>;
11095
13069
  }>;
11096
13070
  IconButton: StructType<{
@@ -11123,6 +13097,7 @@ export declare const Popover: {
11123
13097
  }>>;
11124
13098
  loading: OptionType<import("@elaraai/east").BooleanType>;
11125
13099
  disabled: OptionType<import("@elaraai/east").BooleanType>;
13100
+ onClick: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
11126
13101
  }>>;
11127
13102
  }>;
11128
13103
  Box: StructType<{
@@ -11140,6 +13115,28 @@ export declare const Popover: {
11140
13115
  }>>;
11141
13116
  width: OptionType<StringType>;
11142
13117
  height: OptionType<StringType>;
13118
+ minHeight: OptionType<StringType>;
13119
+ minWidth: OptionType<StringType>;
13120
+ maxHeight: OptionType<StringType>;
13121
+ maxWidth: OptionType<StringType>;
13122
+ overflow: OptionType<import("@elaraai/east").VariantType<{
13123
+ visible: import("@elaraai/east").NullType;
13124
+ hidden: import("@elaraai/east").NullType;
13125
+ scroll: import("@elaraai/east").NullType;
13126
+ auto: import("@elaraai/east").NullType;
13127
+ }>>;
13128
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
13129
+ visible: import("@elaraai/east").NullType;
13130
+ hidden: import("@elaraai/east").NullType;
13131
+ scroll: import("@elaraai/east").NullType;
13132
+ auto: import("@elaraai/east").NullType;
13133
+ }>>;
13134
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
13135
+ visible: import("@elaraai/east").NullType;
13136
+ hidden: import("@elaraai/east").NullType;
13137
+ scroll: import("@elaraai/east").NullType;
13138
+ auto: import("@elaraai/east").NullType;
13139
+ }>>;
11143
13140
  padding: OptionType<StructType<{
11144
13141
  top: OptionType<StringType>;
11145
13142
  right: OptionType<StringType>;
@@ -11152,15 +13149,47 @@ export declare const Popover: {
11152
13149
  bottom: OptionType<StringType>;
11153
13150
  left: OptionType<StringType>;
11154
13151
  }>>;
11155
- background: OptionType<StringType>;
11156
- color: OptionType<StringType>;
11157
- borderRadius: OptionType<StringType>;
11158
- flexDirection: OptionType<import("@elaraai/east").VariantType<{
13152
+ background: OptionType<StringType>;
13153
+ color: OptionType<StringType>;
13154
+ borderRadius: OptionType<StringType>;
13155
+ flexDirection: OptionType<import("@elaraai/east").VariantType<{
13156
+ row: import("@elaraai/east").NullType;
13157
+ column: import("@elaraai/east").NullType;
13158
+ "row-reverse": import("@elaraai/east").NullType;
13159
+ "column-reverse": import("@elaraai/east").NullType;
13160
+ }>>;
13161
+ justifyContent: OptionType<import("@elaraai/east").VariantType<{
13162
+ "flex-start": import("@elaraai/east").NullType;
13163
+ "flex-end": import("@elaraai/east").NullType;
13164
+ center: import("@elaraai/east").NullType;
13165
+ "space-between": import("@elaraai/east").NullType;
13166
+ "space-around": import("@elaraai/east").NullType;
13167
+ "space-evenly": import("@elaraai/east").NullType;
13168
+ }>>;
13169
+ alignItems: OptionType<import("@elaraai/east").VariantType<{
13170
+ "flex-start": import("@elaraai/east").NullType;
13171
+ "flex-end": import("@elaraai/east").NullType;
13172
+ center: import("@elaraai/east").NullType;
13173
+ baseline: import("@elaraai/east").NullType;
13174
+ stretch: import("@elaraai/east").NullType;
13175
+ }>>;
13176
+ gap: OptionType<StringType>;
13177
+ }>>;
13178
+ }>;
13179
+ Flex: StructType<{
13180
+ children: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
13181
+ style: OptionType<StructType<{
13182
+ direction: OptionType<import("@elaraai/east").VariantType<{
11159
13183
  row: import("@elaraai/east").NullType;
11160
13184
  column: import("@elaraai/east").NullType;
11161
13185
  "row-reverse": import("@elaraai/east").NullType;
11162
13186
  "column-reverse": import("@elaraai/east").NullType;
11163
13187
  }>>;
13188
+ wrap: OptionType<import("@elaraai/east").VariantType<{
13189
+ nowrap: import("@elaraai/east").NullType;
13190
+ wrap: import("@elaraai/east").NullType;
13191
+ "wrap-reverse": import("@elaraai/east").NullType;
13192
+ }>>;
11164
13193
  justifyContent: OptionType<import("@elaraai/east").VariantType<{
11165
13194
  "flex-start": import("@elaraai/east").NullType;
11166
13195
  "flex-end": import("@elaraai/east").NullType;
@@ -11177,6 +13206,45 @@ export declare const Popover: {
11177
13206
  stretch: import("@elaraai/east").NullType;
11178
13207
  }>>;
11179
13208
  gap: OptionType<StringType>;
13209
+ width: OptionType<StringType>;
13210
+ height: OptionType<StringType>;
13211
+ minHeight: OptionType<StringType>;
13212
+ minWidth: OptionType<StringType>;
13213
+ maxHeight: OptionType<StringType>;
13214
+ maxWidth: OptionType<StringType>;
13215
+ overflow: OptionType<import("@elaraai/east").VariantType<{
13216
+ visible: import("@elaraai/east").NullType;
13217
+ hidden: import("@elaraai/east").NullType;
13218
+ scroll: import("@elaraai/east").NullType;
13219
+ auto: import("@elaraai/east").NullType;
13220
+ }>>;
13221
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
13222
+ visible: import("@elaraai/east").NullType;
13223
+ hidden: import("@elaraai/east").NullType;
13224
+ scroll: import("@elaraai/east").NullType;
13225
+ auto: import("@elaraai/east").NullType;
13226
+ }>>;
13227
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
13228
+ visible: import("@elaraai/east").NullType;
13229
+ hidden: import("@elaraai/east").NullType;
13230
+ scroll: import("@elaraai/east").NullType;
13231
+ auto: import("@elaraai/east").NullType;
13232
+ }>>;
13233
+ padding: OptionType<StructType<{
13234
+ top: OptionType<StringType>;
13235
+ right: OptionType<StringType>;
13236
+ bottom: OptionType<StringType>;
13237
+ left: OptionType<StringType>;
13238
+ }>>;
13239
+ margin: OptionType<StructType<{
13240
+ top: OptionType<StringType>;
13241
+ right: OptionType<StringType>;
13242
+ bottom: OptionType<StringType>;
13243
+ left: OptionType<StringType>;
13244
+ }>>;
13245
+ background: OptionType<StringType>;
13246
+ color: OptionType<StringType>;
13247
+ borderRadius: OptionType<StringType>;
11180
13248
  }>>;
11181
13249
  }>;
11182
13250
  Stack: StructType<{
@@ -11224,6 +13292,28 @@ export declare const Popover: {
11224
13292
  background: OptionType<StringType>;
11225
13293
  width: OptionType<StringType>;
11226
13294
  height: OptionType<StringType>;
13295
+ minHeight: OptionType<StringType>;
13296
+ minWidth: OptionType<StringType>;
13297
+ maxHeight: OptionType<StringType>;
13298
+ maxWidth: OptionType<StringType>;
13299
+ overflow: OptionType<import("@elaraai/east").VariantType<{
13300
+ visible: import("@elaraai/east").NullType;
13301
+ hidden: import("@elaraai/east").NullType;
13302
+ scroll: import("@elaraai/east").NullType;
13303
+ auto: import("@elaraai/east").NullType;
13304
+ }>>;
13305
+ overflowX: OptionType<import("@elaraai/east").VariantType<{
13306
+ visible: import("@elaraai/east").NullType;
13307
+ hidden: import("@elaraai/east").NullType;
13308
+ scroll: import("@elaraai/east").NullType;
13309
+ auto: import("@elaraai/east").NullType;
13310
+ }>>;
13311
+ overflowY: OptionType<import("@elaraai/east").VariantType<{
13312
+ visible: import("@elaraai/east").NullType;
13313
+ hidden: import("@elaraai/east").NullType;
13314
+ scroll: import("@elaraai/east").NullType;
13315
+ auto: import("@elaraai/east").NullType;
13316
+ }>>;
11227
13317
  }>>;
11228
13318
  }>;
11229
13319
  Separator: StructType<{
@@ -11318,6 +13408,13 @@ export declare const Popover: {
11318
13408
  horizontal: import("@elaraai/east").NullType;
11319
13409
  vertical: import("@elaraai/east").NullType;
11320
13410
  }>>;
13411
+ onResize: OptionType<import("@elaraai/east").FunctionType<[StructType<{
13412
+ size: ArrayType<import("@elaraai/east").FloatType>;
13413
+ }>], import("@elaraai/east").NullType>>;
13414
+ onResizeStart: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13415
+ onResizeEnd: OptionType<import("@elaraai/east").FunctionType<[StructType<{
13416
+ size: ArrayType<import("@elaraai/east").FloatType>;
13417
+ }>], import("@elaraai/east").NullType>>;
11321
13418
  }>>;
11322
13419
  }>;
11323
13420
  StringInput: StructType<{
@@ -11337,6 +13434,9 @@ export declare const Popover: {
11337
13434
  maxLength: OptionType<import("@elaraai/east").IntegerType>;
11338
13435
  pattern: OptionType<StringType>;
11339
13436
  disabled: OptionType<import("@elaraai/east").BooleanType>;
13437
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
13438
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13439
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
11340
13440
  }>;
11341
13441
  IntegerInput: StructType<{
11342
13442
  value: import("@elaraai/east").IntegerType;
@@ -11355,6 +13455,9 @@ export declare const Popover: {
11355
13455
  lg: import("@elaraai/east").NullType;
11356
13456
  }>>;
11357
13457
  disabled: OptionType<import("@elaraai/east").BooleanType>;
13458
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
13459
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13460
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
11358
13461
  }>;
11359
13462
  FloatInput: StructType<{
11360
13463
  value: import("@elaraai/east").FloatType;
@@ -11374,13 +13477,44 @@ export declare const Popover: {
11374
13477
  lg: import("@elaraai/east").NullType;
11375
13478
  }>>;
11376
13479
  disabled: OptionType<import("@elaraai/east").BooleanType>;
13480
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
13481
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13482
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
11377
13483
  }>;
11378
13484
  DateTimeInput: StructType<{
11379
13485
  value: import("@elaraai/east").DateTimeType;
11380
13486
  min: OptionType<import("@elaraai/east").DateTimeType>;
11381
13487
  max: OptionType<import("@elaraai/east").DateTimeType>;
11382
- showTime: OptionType<import("@elaraai/east").BooleanType>;
11383
- format: OptionType<StringType>;
13488
+ precision: OptionType<import("@elaraai/east").VariantType<{
13489
+ date: import("@elaraai/east").NullType;
13490
+ time: import("@elaraai/east").NullType;
13491
+ datetime: import("@elaraai/east").NullType;
13492
+ }>>;
13493
+ format: OptionType<ArrayType<import("@elaraai/east").VariantType<{
13494
+ literal: StringType;
13495
+ year4: import("@elaraai/east").NullType;
13496
+ year2: import("@elaraai/east").NullType;
13497
+ month1: import("@elaraai/east").NullType;
13498
+ month2: import("@elaraai/east").NullType;
13499
+ monthNameShort: import("@elaraai/east").NullType;
13500
+ monthNameFull: import("@elaraai/east").NullType;
13501
+ day1: import("@elaraai/east").NullType;
13502
+ day2: import("@elaraai/east").NullType;
13503
+ weekdayNameMin: import("@elaraai/east").NullType;
13504
+ weekdayNameShort: import("@elaraai/east").NullType;
13505
+ weekdayNameFull: import("@elaraai/east").NullType;
13506
+ hour24_1: import("@elaraai/east").NullType;
13507
+ hour24_2: import("@elaraai/east").NullType;
13508
+ hour12_1: import("@elaraai/east").NullType;
13509
+ hour12_2: import("@elaraai/east").NullType;
13510
+ minute1: import("@elaraai/east").NullType;
13511
+ minute2: import("@elaraai/east").NullType;
13512
+ second1: import("@elaraai/east").NullType;
13513
+ second2: import("@elaraai/east").NullType;
13514
+ millisecond3: import("@elaraai/east").NullType;
13515
+ ampmUpper: import("@elaraai/east").NullType;
13516
+ ampmLower: import("@elaraai/east").NullType;
13517
+ }>>>;
11384
13518
  variant: OptionType<import("@elaraai/east").VariantType<{
11385
13519
  outline: import("@elaraai/east").NullType;
11386
13520
  subtle: import("@elaraai/east").NullType;
@@ -11393,6 +13527,9 @@ export declare const Popover: {
11393
13527
  lg: import("@elaraai/east").NullType;
11394
13528
  }>>;
11395
13529
  disabled: OptionType<import("@elaraai/east").BooleanType>;
13530
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").DateTimeType], import("@elaraai/east").NullType>>;
13531
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13532
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
11396
13533
  }>;
11397
13534
  Checkbox: StructType<{
11398
13535
  checked: import("@elaraai/east").BooleanType;
@@ -11417,6 +13554,7 @@ export declare const Popover: {
11417
13554
  md: import("@elaraai/east").NullType;
11418
13555
  lg: import("@elaraai/east").NullType;
11419
13556
  }>>;
13557
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
11420
13558
  }>;
11421
13559
  Switch: StructType<{
11422
13560
  checked: import("@elaraai/east").BooleanType;
@@ -11440,6 +13578,7 @@ export declare const Popover: {
11440
13578
  md: import("@elaraai/east").NullType;
11441
13579
  lg: import("@elaraai/east").NullType;
11442
13580
  }>>;
13581
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
11443
13582
  }>;
11444
13583
  Select: StructType<{
11445
13584
  value: OptionType<StringType>;
@@ -11457,6 +13596,9 @@ export declare const Popover: {
11457
13596
  md: import("@elaraai/east").NullType;
11458
13597
  lg: import("@elaraai/east").NullType;
11459
13598
  }>>;
13599
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
13600
+ onChangeMultiple: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
13601
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
11460
13602
  }>;
11461
13603
  Slider: StructType<{
11462
13604
  value: import("@elaraai/east").FloatType;
@@ -11490,6 +13632,8 @@ export declare const Popover: {
11490
13632
  subtle: import("@elaraai/east").NullType;
11491
13633
  }>>;
11492
13634
  disabled: OptionType<import("@elaraai/east").BooleanType>;
13635
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
13636
+ onChangeEnd: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
11493
13637
  }>;
11494
13638
  FileUpload: StructType<{
11495
13639
  accept: OptionType<StringType>;
@@ -11508,31 +13652,358 @@ export declare const Popover: {
11508
13652
  label: OptionType<StringType>;
11509
13653
  dropzoneText: OptionType<StringType>;
11510
13654
  triggerText: OptionType<StringType>;
13655
+ onFileAccept: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
13656
+ name: StringType;
13657
+ size: import("@elaraai/east").IntegerType;
13658
+ type: StringType;
13659
+ }>>], import("@elaraai/east").NullType>>;
13660
+ onFileReject: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
13661
+ file: StructType<{
13662
+ name: StringType;
13663
+ size: import("@elaraai/east").IntegerType;
13664
+ type: StringType;
13665
+ }>;
13666
+ errors: ArrayType<StringType>;
13667
+ }>>], import("@elaraai/east").NullType>>;
11511
13668
  }>;
11512
13669
  Field: StructType<{
11513
13670
  label: StringType;
11514
- control: import("@elaraai/east").RecursiveTypeMarker;
13671
+ control: import("@elaraai/east").VariantType<{
13672
+ Checkbox: StructType<{
13673
+ checked: import("@elaraai/east").BooleanType;
13674
+ label: OptionType<StringType>;
13675
+ indeterminate: OptionType<import("@elaraai/east").BooleanType>;
13676
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
13677
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
13678
+ gray: import("@elaraai/east").NullType;
13679
+ red: import("@elaraai/east").NullType;
13680
+ orange: import("@elaraai/east").NullType;
13681
+ yellow: import("@elaraai/east").NullType;
13682
+ green: import("@elaraai/east").NullType;
13683
+ teal: import("@elaraai/east").NullType;
13684
+ blue: import("@elaraai/east").NullType;
13685
+ cyan: import("@elaraai/east").NullType;
13686
+ purple: import("@elaraai/east").NullType;
13687
+ pink: import("@elaraai/east").NullType;
13688
+ }>>;
13689
+ size: OptionType<import("@elaraai/east").VariantType<{
13690
+ xs: import("@elaraai/east").NullType;
13691
+ sm: import("@elaraai/east").NullType;
13692
+ md: import("@elaraai/east").NullType;
13693
+ lg: import("@elaraai/east").NullType;
13694
+ }>>;
13695
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
13696
+ }>;
13697
+ StringInput: StructType<{
13698
+ value: StringType;
13699
+ placeholder: OptionType<StringType>;
13700
+ variant: OptionType<import("@elaraai/east").VariantType<{
13701
+ outline: import("@elaraai/east").NullType;
13702
+ subtle: import("@elaraai/east").NullType;
13703
+ flushed: import("@elaraai/east").NullType;
13704
+ }>>;
13705
+ size: OptionType<import("@elaraai/east").VariantType<{
13706
+ xs: import("@elaraai/east").NullType;
13707
+ sm: import("@elaraai/east").NullType;
13708
+ md: import("@elaraai/east").NullType;
13709
+ lg: import("@elaraai/east").NullType;
13710
+ }>>;
13711
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
13712
+ pattern: OptionType<StringType>;
13713
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
13714
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
13715
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13716
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13717
+ }>;
13718
+ IntegerInput: StructType<{
13719
+ value: import("@elaraai/east").IntegerType;
13720
+ min: OptionType<import("@elaraai/east").IntegerType>;
13721
+ max: OptionType<import("@elaraai/east").IntegerType>;
13722
+ step: OptionType<import("@elaraai/east").IntegerType>;
13723
+ variant: OptionType<import("@elaraai/east").VariantType<{
13724
+ outline: import("@elaraai/east").NullType;
13725
+ subtle: import("@elaraai/east").NullType;
13726
+ flushed: import("@elaraai/east").NullType;
13727
+ }>>;
13728
+ size: OptionType<import("@elaraai/east").VariantType<{
13729
+ xs: import("@elaraai/east").NullType;
13730
+ sm: import("@elaraai/east").NullType;
13731
+ md: import("@elaraai/east").NullType;
13732
+ lg: import("@elaraai/east").NullType;
13733
+ }>>;
13734
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
13735
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
13736
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13737
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13738
+ }>;
13739
+ FloatInput: StructType<{
13740
+ value: import("@elaraai/east").FloatType;
13741
+ min: OptionType<import("@elaraai/east").FloatType>;
13742
+ max: OptionType<import("@elaraai/east").FloatType>;
13743
+ step: OptionType<import("@elaraai/east").FloatType>;
13744
+ precision: OptionType<import("@elaraai/east").IntegerType>;
13745
+ variant: OptionType<import("@elaraai/east").VariantType<{
13746
+ outline: import("@elaraai/east").NullType;
13747
+ subtle: import("@elaraai/east").NullType;
13748
+ flushed: import("@elaraai/east").NullType;
13749
+ }>>;
13750
+ size: OptionType<import("@elaraai/east").VariantType<{
13751
+ xs: import("@elaraai/east").NullType;
13752
+ sm: import("@elaraai/east").NullType;
13753
+ md: import("@elaraai/east").NullType;
13754
+ lg: import("@elaraai/east").NullType;
13755
+ }>>;
13756
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
13757
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
13758
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13759
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13760
+ }>;
13761
+ DateTimeInput: StructType<{
13762
+ value: import("@elaraai/east").DateTimeType;
13763
+ min: OptionType<import("@elaraai/east").DateTimeType>;
13764
+ max: OptionType<import("@elaraai/east").DateTimeType>;
13765
+ precision: OptionType<import("@elaraai/east").VariantType<{
13766
+ date: import("@elaraai/east").NullType;
13767
+ time: import("@elaraai/east").NullType;
13768
+ datetime: import("@elaraai/east").NullType;
13769
+ }>>;
13770
+ format: OptionType<ArrayType<import("@elaraai/east").VariantType<{
13771
+ literal: StringType;
13772
+ year4: import("@elaraai/east").NullType;
13773
+ year2: import("@elaraai/east").NullType;
13774
+ month1: import("@elaraai/east").NullType;
13775
+ month2: import("@elaraai/east").NullType;
13776
+ monthNameShort: import("@elaraai/east").NullType;
13777
+ monthNameFull: import("@elaraai/east").NullType;
13778
+ day1: import("@elaraai/east").NullType;
13779
+ day2: import("@elaraai/east").NullType;
13780
+ weekdayNameMin: import("@elaraai/east").NullType;
13781
+ weekdayNameShort: import("@elaraai/east").NullType;
13782
+ weekdayNameFull: import("@elaraai/east").NullType;
13783
+ hour24_1: import("@elaraai/east").NullType;
13784
+ hour24_2: import("@elaraai/east").NullType;
13785
+ hour12_1: import("@elaraai/east").NullType;
13786
+ hour12_2: import("@elaraai/east").NullType;
13787
+ minute1: import("@elaraai/east").NullType;
13788
+ minute2: import("@elaraai/east").NullType;
13789
+ second1: import("@elaraai/east").NullType;
13790
+ second2: import("@elaraai/east").NullType;
13791
+ millisecond3: import("@elaraai/east").NullType;
13792
+ ampmUpper: import("@elaraai/east").NullType;
13793
+ ampmLower: import("@elaraai/east").NullType;
13794
+ }>>>;
13795
+ variant: OptionType<import("@elaraai/east").VariantType<{
13796
+ outline: import("@elaraai/east").NullType;
13797
+ subtle: import("@elaraai/east").NullType;
13798
+ flushed: import("@elaraai/east").NullType;
13799
+ }>>;
13800
+ size: OptionType<import("@elaraai/east").VariantType<{
13801
+ xs: import("@elaraai/east").NullType;
13802
+ sm: import("@elaraai/east").NullType;
13803
+ md: import("@elaraai/east").NullType;
13804
+ lg: import("@elaraai/east").NullType;
13805
+ }>>;
13806
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
13807
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").DateTimeType], import("@elaraai/east").NullType>>;
13808
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13809
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13810
+ }>;
13811
+ FileUpload: StructType<{
13812
+ accept: OptionType<StringType>;
13813
+ maxFiles: OptionType<import("@elaraai/east").IntegerType>;
13814
+ maxFileSize: OptionType<import("@elaraai/east").IntegerType>;
13815
+ minFileSize: OptionType<import("@elaraai/east").IntegerType>;
13816
+ directory: OptionType<import("@elaraai/east").BooleanType>;
13817
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
13818
+ required: OptionType<import("@elaraai/east").BooleanType>;
13819
+ allowDrop: OptionType<import("@elaraai/east").BooleanType>;
13820
+ capture: OptionType<import("@elaraai/east").VariantType<{
13821
+ user: import("@elaraai/east").NullType;
13822
+ environment: import("@elaraai/east").NullType;
13823
+ }>>;
13824
+ name: OptionType<StringType>;
13825
+ label: OptionType<StringType>;
13826
+ dropzoneText: OptionType<StringType>;
13827
+ triggerText: OptionType<StringType>;
13828
+ onFileAccept: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
13829
+ name: StringType;
13830
+ size: import("@elaraai/east").IntegerType;
13831
+ type: StringType;
13832
+ }>>], import("@elaraai/east").NullType>>;
13833
+ onFileReject: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
13834
+ file: StructType<{
13835
+ name: StringType;
13836
+ size: import("@elaraai/east").IntegerType;
13837
+ type: StringType;
13838
+ }>;
13839
+ errors: ArrayType<StringType>;
13840
+ }>>], import("@elaraai/east").NullType>>;
13841
+ }>;
13842
+ Select: StructType<{
13843
+ value: OptionType<StringType>;
13844
+ items: ArrayType<StructType<{
13845
+ value: StringType;
13846
+ label: StringType;
13847
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
13848
+ }>>;
13849
+ placeholder: OptionType<StringType>;
13850
+ multiple: OptionType<import("@elaraai/east").BooleanType>;
13851
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
13852
+ size: OptionType<import("@elaraai/east").VariantType<{
13853
+ xs: import("@elaraai/east").NullType;
13854
+ sm: import("@elaraai/east").NullType;
13855
+ md: import("@elaraai/east").NullType;
13856
+ lg: import("@elaraai/east").NullType;
13857
+ }>>;
13858
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
13859
+ onChangeMultiple: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
13860
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
13861
+ }>;
13862
+ Slider: StructType<{
13863
+ value: import("@elaraai/east").FloatType;
13864
+ min: OptionType<import("@elaraai/east").FloatType>;
13865
+ max: OptionType<import("@elaraai/east").FloatType>;
13866
+ step: OptionType<import("@elaraai/east").FloatType>;
13867
+ orientation: OptionType<import("@elaraai/east").VariantType<{
13868
+ horizontal: import("@elaraai/east").NullType;
13869
+ vertical: import("@elaraai/east").NullType;
13870
+ }>>;
13871
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
13872
+ gray: import("@elaraai/east").NullType;
13873
+ red: import("@elaraai/east").NullType;
13874
+ orange: import("@elaraai/east").NullType;
13875
+ yellow: import("@elaraai/east").NullType;
13876
+ green: import("@elaraai/east").NullType;
13877
+ teal: import("@elaraai/east").NullType;
13878
+ blue: import("@elaraai/east").NullType;
13879
+ cyan: import("@elaraai/east").NullType;
13880
+ purple: import("@elaraai/east").NullType;
13881
+ pink: import("@elaraai/east").NullType;
13882
+ }>>;
13883
+ size: OptionType<import("@elaraai/east").VariantType<{
13884
+ xs: import("@elaraai/east").NullType;
13885
+ sm: import("@elaraai/east").NullType;
13886
+ md: import("@elaraai/east").NullType;
13887
+ lg: import("@elaraai/east").NullType;
13888
+ }>>;
13889
+ variant: OptionType<import("@elaraai/east").VariantType<{
13890
+ outline: import("@elaraai/east").NullType;
13891
+ subtle: import("@elaraai/east").NullType;
13892
+ }>>;
13893
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
13894
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
13895
+ onChangeEnd: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
13896
+ }>;
13897
+ Switch: StructType<{
13898
+ checked: import("@elaraai/east").BooleanType;
13899
+ label: OptionType<StringType>;
13900
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
13901
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
13902
+ gray: import("@elaraai/east").NullType;
13903
+ red: import("@elaraai/east").NullType;
13904
+ orange: import("@elaraai/east").NullType;
13905
+ yellow: import("@elaraai/east").NullType;
13906
+ green: import("@elaraai/east").NullType;
13907
+ teal: import("@elaraai/east").NullType;
13908
+ blue: import("@elaraai/east").NullType;
13909
+ cyan: import("@elaraai/east").NullType;
13910
+ purple: import("@elaraai/east").NullType;
13911
+ pink: import("@elaraai/east").NullType;
13912
+ }>>;
13913
+ size: OptionType<import("@elaraai/east").VariantType<{
13914
+ xs: import("@elaraai/east").NullType;
13915
+ sm: import("@elaraai/east").NullType;
13916
+ md: import("@elaraai/east").NullType;
13917
+ lg: import("@elaraai/east").NullType;
13918
+ }>>;
13919
+ onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
13920
+ }>;
13921
+ TagsInput: StructType<{
13922
+ value: ArrayType<StringType>;
13923
+ defaultValue: OptionType<ArrayType<StringType>>;
13924
+ max: OptionType<import("@elaraai/east").IntegerType>;
13925
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
13926
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
13927
+ readOnly: OptionType<import("@elaraai/east").BooleanType>;
13928
+ invalid: OptionType<import("@elaraai/east").BooleanType>;
13929
+ editable: OptionType<import("@elaraai/east").BooleanType>;
13930
+ delimiter: OptionType<StringType>;
13931
+ addOnPaste: OptionType<import("@elaraai/east").BooleanType>;
13932
+ blurBehavior: OptionType<import("@elaraai/east").VariantType<{
13933
+ clear: import("@elaraai/east").NullType;
13934
+ add: import("@elaraai/east").NullType;
13935
+ }>>;
13936
+ allowOverflow: OptionType<import("@elaraai/east").BooleanType>;
13937
+ label: OptionType<StringType>;
13938
+ placeholder: OptionType<StringType>;
13939
+ size: OptionType<import("@elaraai/east").VariantType<{
13940
+ xs: import("@elaraai/east").NullType;
13941
+ sm: import("@elaraai/east").NullType;
13942
+ md: import("@elaraai/east").NullType;
13943
+ lg: import("@elaraai/east").NullType;
13944
+ }>>;
13945
+ variant: OptionType<import("@elaraai/east").VariantType<{
13946
+ outline: import("@elaraai/east").NullType;
13947
+ subtle: import("@elaraai/east").NullType;
13948
+ flushed: import("@elaraai/east").NullType;
13949
+ }>>;
13950
+ colorPalette: OptionType<import("@elaraai/east").VariantType<{
13951
+ gray: import("@elaraai/east").NullType;
13952
+ red: import("@elaraai/east").NullType;
13953
+ orange: import("@elaraai/east").NullType;
13954
+ yellow: import("@elaraai/east").NullType;
13955
+ green: import("@elaraai/east").NullType;
13956
+ teal: import("@elaraai/east").NullType;
13957
+ blue: import("@elaraai/east").NullType;
13958
+ cyan: import("@elaraai/east").NullType;
13959
+ purple: import("@elaraai/east").NullType;
13960
+ pink: import("@elaraai/east").NullType;
13961
+ }>>;
13962
+ onChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
13963
+ onInputChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
13964
+ onHighlightChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
13965
+ }>;
13966
+ Textarea: StructType<{
13967
+ value: StringType;
13968
+ placeholder: OptionType<StringType>;
13969
+ variant: OptionType<import("@elaraai/east").VariantType<{
13970
+ outline: import("@elaraai/east").NullType;
13971
+ subtle: import("@elaraai/east").NullType;
13972
+ flushed: import("@elaraai/east").NullType;
13973
+ }>>;
13974
+ size: OptionType<import("@elaraai/east").VariantType<{
13975
+ xs: import("@elaraai/east").NullType;
13976
+ sm: import("@elaraai/east").NullType;
13977
+ md: import("@elaraai/east").NullType;
13978
+ lg: import("@elaraai/east").NullType;
13979
+ }>>;
13980
+ resize: OptionType<import("@elaraai/east").VariantType<{
13981
+ none: import("@elaraai/east").NullType;
13982
+ vertical: import("@elaraai/east").NullType;
13983
+ horizontal: import("@elaraai/east").NullType;
13984
+ both: import("@elaraai/east").NullType;
13985
+ }>>;
13986
+ rows: OptionType<import("@elaraai/east").IntegerType>;
13987
+ disabled: OptionType<import("@elaraai/east").BooleanType>;
13988
+ readOnly: OptionType<import("@elaraai/east").BooleanType>;
13989
+ required: OptionType<import("@elaraai/east").BooleanType>;
13990
+ maxLength: OptionType<import("@elaraai/east").IntegerType>;
13991
+ autoresize: OptionType<import("@elaraai/east").BooleanType>;
13992
+ onValidate: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
13993
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
13994
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13995
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
13996
+ }>;
13997
+ }>;
11515
13998
  helperText: OptionType<StringType>;
11516
13999
  errorText: OptionType<StringType>;
11517
14000
  required: OptionType<import("@elaraai/east").BooleanType>;
11518
14001
  disabled: OptionType<import("@elaraai/east").BooleanType>;
11519
14002
  invalid: OptionType<import("@elaraai/east").BooleanType>;
11520
14003
  readOnly: OptionType<import("@elaraai/east").BooleanType>;
11521
- }>;
11522
- Fieldset: StructType<{
11523
- legend: OptionType<StringType>;
11524
- helperText: OptionType<StringType>;
11525
- errorText: OptionType<StringType>;
11526
- content: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
11527
- disabled: OptionType<import("@elaraai/east").BooleanType>;
11528
- invalid: OptionType<import("@elaraai/east").BooleanType>;
11529
- style: OptionType<StructType<{
11530
- size: OptionType<import("@elaraai/east").VariantType<{
11531
- xs: import("@elaraai/east").NullType;
11532
- sm: import("@elaraai/east").NullType;
11533
- md: import("@elaraai/east").NullType;
11534
- lg: import("@elaraai/east").NullType;
11535
- }>>;
14004
+ orientation: OptionType<import("@elaraai/east").VariantType<{
14005
+ vertical: import("@elaraai/east").NullType;
14006
+ horizontal: import("@elaraai/east").NullType;
11536
14007
  }>>;
11537
14008
  }>;
11538
14009
  Textarea: StructType<{
@@ -11558,10 +14029,13 @@ export declare const Popover: {
11558
14029
  rows: OptionType<import("@elaraai/east").IntegerType>;
11559
14030
  disabled: OptionType<import("@elaraai/east").BooleanType>;
11560
14031
  readOnly: OptionType<import("@elaraai/east").BooleanType>;
11561
- invalid: OptionType<import("@elaraai/east").BooleanType>;
11562
14032
  required: OptionType<import("@elaraai/east").BooleanType>;
11563
14033
  maxLength: OptionType<import("@elaraai/east").IntegerType>;
11564
14034
  autoresize: OptionType<import("@elaraai/east").BooleanType>;
14035
+ onValidate: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
14036
+ onChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
14037
+ onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
14038
+ onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
11565
14039
  }>;
11566
14040
  TagsInput: StructType<{
11567
14041
  value: ArrayType<StringType>;
@@ -11604,6 +14078,9 @@ export declare const Popover: {
11604
14078
  purple: import("@elaraai/east").NullType;
11605
14079
  pink: import("@elaraai/east").NullType;
11606
14080
  }>>;
14081
+ onChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
14082
+ onInputChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
14083
+ onHighlightChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
11607
14084
  }>;
11608
14085
  Progress: StructType<{
11609
14086
  value: import("@elaraai/east").FloatType;
@@ -11703,6 +14180,7 @@ export declare const Popover: {
11703
14180
  xl: import("@elaraai/east").NullType;
11704
14181
  }>>;
11705
14182
  closable: OptionType<import("@elaraai/east").BooleanType>;
14183
+ onClose: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
11706
14184
  }>;
11707
14185
  Avatar: StructType<{
11708
14186
  src: OptionType<StringType>;
@@ -14043,6 +16521,9 @@ export declare const Popover: {
14043
16521
  multiple: import("@elaraai/east").NullType;
14044
16522
  }>>;
14045
16523
  animateContent: OptionType<import("@elaraai/east").BooleanType>;
16524
+ onExpandedChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
16525
+ onSelectionChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
16526
+ onFocusChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
14046
16527
  }>>;
14047
16528
  }>;
14048
16529
  Table: StructType<{
@@ -14093,6 +16574,47 @@ export declare const Popover: {
14093
16574
  purple: import("@elaraai/east").NullType;
14094
16575
  pink: import("@elaraai/east").NullType;
14095
16576
  }>>;
16577
+ onCellClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16578
+ rowIndex: import("@elaraai/east").IntegerType;
16579
+ columnKey: StringType;
16580
+ cellValue: import("@elaraai/east").VariantType<{
16581
+ Boolean: import("@elaraai/east").BooleanType;
16582
+ Integer: import("@elaraai/east").IntegerType;
16583
+ Float: import("@elaraai/east").FloatType;
16584
+ String: StringType;
16585
+ DateTime: import("@elaraai/east").DateTimeType;
16586
+ }>;
16587
+ }>], import("@elaraai/east").NullType>>;
16588
+ onCellDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16589
+ rowIndex: import("@elaraai/east").IntegerType;
16590
+ columnKey: StringType;
16591
+ cellValue: import("@elaraai/east").VariantType<{
16592
+ Boolean: import("@elaraai/east").BooleanType;
16593
+ Integer: import("@elaraai/east").IntegerType;
16594
+ Float: import("@elaraai/east").FloatType;
16595
+ String: StringType;
16596
+ DateTime: import("@elaraai/east").DateTimeType;
16597
+ }>;
16598
+ }>], import("@elaraai/east").NullType>>;
16599
+ onRowClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16600
+ rowIndex: import("@elaraai/east").IntegerType;
16601
+ }>], import("@elaraai/east").NullType>>;
16602
+ onRowDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16603
+ rowIndex: import("@elaraai/east").IntegerType;
16604
+ }>], import("@elaraai/east").NullType>>;
16605
+ onRowSelectionChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16606
+ rowIndex: import("@elaraai/east").IntegerType;
16607
+ selected: import("@elaraai/east").BooleanType;
16608
+ selectedRowsIndices: ArrayType<import("@elaraai/east").IntegerType>;
16609
+ }>], import("@elaraai/east").NullType>>;
16610
+ onSortChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16611
+ columnKey: StringType;
16612
+ sortIndex: import("@elaraai/east").IntegerType;
16613
+ sortDirection: import("@elaraai/east").VariantType<{
16614
+ asc: import("@elaraai/east").NullType;
16615
+ desc: import("@elaraai/east").NullType;
16616
+ }>;
16617
+ }>], import("@elaraai/east").NullType>>;
14096
16618
  }>>;
14097
16619
  }>;
14098
16620
  Gantt: StructType<{
@@ -14182,6 +16704,104 @@ export declare const Popover: {
14182
16704
  pink: import("@elaraai/east").NullType;
14183
16705
  }>>;
14184
16706
  showToday: OptionType<import("@elaraai/east").BooleanType>;
16707
+ dragStep: OptionType<import("@elaraai/east").VariantType<{
16708
+ minutes: import("@elaraai/east").FloatType;
16709
+ hours: import("@elaraai/east").FloatType;
16710
+ days: import("@elaraai/east").FloatType;
16711
+ weeks: import("@elaraai/east").FloatType;
16712
+ months: import("@elaraai/east").FloatType;
16713
+ }>>;
16714
+ durationStep: OptionType<import("@elaraai/east").VariantType<{
16715
+ minutes: import("@elaraai/east").FloatType;
16716
+ hours: import("@elaraai/east").FloatType;
16717
+ days: import("@elaraai/east").FloatType;
16718
+ weeks: import("@elaraai/east").FloatType;
16719
+ months: import("@elaraai/east").FloatType;
16720
+ }>>;
16721
+ onCellClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16722
+ rowIndex: import("@elaraai/east").IntegerType;
16723
+ columnKey: StringType;
16724
+ cellValue: import("@elaraai/east").VariantType<{
16725
+ Boolean: import("@elaraai/east").BooleanType;
16726
+ Integer: import("@elaraai/east").IntegerType;
16727
+ Float: import("@elaraai/east").FloatType;
16728
+ String: StringType;
16729
+ DateTime: import("@elaraai/east").DateTimeType;
16730
+ }>;
16731
+ }>], import("@elaraai/east").NullType>>;
16732
+ onCellDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16733
+ rowIndex: import("@elaraai/east").IntegerType;
16734
+ columnKey: StringType;
16735
+ cellValue: import("@elaraai/east").VariantType<{
16736
+ Boolean: import("@elaraai/east").BooleanType;
16737
+ Integer: import("@elaraai/east").IntegerType;
16738
+ Float: import("@elaraai/east").FloatType;
16739
+ String: StringType;
16740
+ DateTime: import("@elaraai/east").DateTimeType;
16741
+ }>;
16742
+ }>], import("@elaraai/east").NullType>>;
16743
+ onRowClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16744
+ rowIndex: import("@elaraai/east").IntegerType;
16745
+ }>], import("@elaraai/east").NullType>>;
16746
+ onRowDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16747
+ rowIndex: import("@elaraai/east").IntegerType;
16748
+ }>], import("@elaraai/east").NullType>>;
16749
+ onSortChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16750
+ columnKey: StringType;
16751
+ sortIndex: import("@elaraai/east").IntegerType;
16752
+ sortDirection: import("@elaraai/east").VariantType<{
16753
+ asc: import("@elaraai/east").NullType;
16754
+ desc: import("@elaraai/east").NullType;
16755
+ }>;
16756
+ }>], import("@elaraai/east").NullType>>;
16757
+ onTaskClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16758
+ rowIndex: import("@elaraai/east").IntegerType;
16759
+ taskIndex: import("@elaraai/east").IntegerType;
16760
+ taskStart: import("@elaraai/east").DateTimeType;
16761
+ taskEnd: import("@elaraai/east").DateTimeType;
16762
+ }>], import("@elaraai/east").NullType>>;
16763
+ onTaskDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16764
+ rowIndex: import("@elaraai/east").IntegerType;
16765
+ taskIndex: import("@elaraai/east").IntegerType;
16766
+ taskStart: import("@elaraai/east").DateTimeType;
16767
+ taskEnd: import("@elaraai/east").DateTimeType;
16768
+ }>], import("@elaraai/east").NullType>>;
16769
+ onTaskDrag: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16770
+ rowIndex: import("@elaraai/east").IntegerType;
16771
+ taskIndex: import("@elaraai/east").IntegerType;
16772
+ previousStart: import("@elaraai/east").DateTimeType;
16773
+ previousEnd: import("@elaraai/east").DateTimeType;
16774
+ newStart: import("@elaraai/east").DateTimeType;
16775
+ newEnd: import("@elaraai/east").DateTimeType;
16776
+ }>], import("@elaraai/east").NullType>>;
16777
+ onTaskDurationChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16778
+ rowIndex: import("@elaraai/east").IntegerType;
16779
+ taskIndex: import("@elaraai/east").IntegerType;
16780
+ previousEnd: import("@elaraai/east").DateTimeType;
16781
+ newEnd: import("@elaraai/east").DateTimeType;
16782
+ }>], import("@elaraai/east").NullType>>;
16783
+ onTaskProgressChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16784
+ rowIndex: import("@elaraai/east").IntegerType;
16785
+ taskIndex: import("@elaraai/east").IntegerType;
16786
+ previousProgress: import("@elaraai/east").FloatType;
16787
+ newProgress: import("@elaraai/east").FloatType;
16788
+ }>], import("@elaraai/east").NullType>>;
16789
+ onMilestoneClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16790
+ rowIndex: import("@elaraai/east").IntegerType;
16791
+ milestoneIndex: import("@elaraai/east").IntegerType;
16792
+ milestoneDate: import("@elaraai/east").DateTimeType;
16793
+ }>], import("@elaraai/east").NullType>>;
16794
+ onMilestoneDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16795
+ rowIndex: import("@elaraai/east").IntegerType;
16796
+ milestoneIndex: import("@elaraai/east").IntegerType;
16797
+ milestoneDate: import("@elaraai/east").DateTimeType;
16798
+ }>], import("@elaraai/east").NullType>>;
16799
+ onMilestoneDrag: OptionType<import("@elaraai/east").FunctionType<[StructType<{
16800
+ rowIndex: import("@elaraai/east").IntegerType;
16801
+ milestoneIndex: import("@elaraai/east").IntegerType;
16802
+ previousDate: import("@elaraai/east").DateTimeType;
16803
+ newDate: import("@elaraai/east").DateTimeType;
16804
+ }>], import("@elaraai/east").NullType>>;
14185
16805
  }>>;
14186
16806
  }>;
14187
16807
  Accordion: StructType<{
@@ -14199,6 +16819,7 @@ export declare const Popover: {
14199
16819
  plain: import("@elaraai/east").NullType;
14200
16820
  subtle: import("@elaraai/east").NullType;
14201
16821
  }>>;
16822
+ onValueChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
14202
16823
  }>>;
14203
16824
  }>;
14204
16825
  Carousel: StructType<{
@@ -14219,6 +16840,7 @@ export declare const Popover: {
14219
16840
  }>>;
14220
16841
  spacing: OptionType<StringType>;
14221
16842
  padding: OptionType<StringType>;
16843
+ onIndexChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
14222
16844
  }>>;
14223
16845
  }>;
14224
16846
  Tabs: StructType<{
@@ -14271,6 +16893,7 @@ export declare const Popover: {
14271
16893
  purple: import("@elaraai/east").NullType;
14272
16894
  pink: import("@elaraai/east").NullType;
14273
16895
  }>>;
16896
+ onValueChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
14274
16897
  }>>;
14275
16898
  }>;
14276
16899
  Tooltip: StructType<{
@@ -14353,6 +16976,10 @@ export declare const Popover: {
14353
16976
  dialog: import("@elaraai/east").NullType;
14354
16977
  alertdialog: import("@elaraai/east").NullType;
14355
16978
  }>>;
16979
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
16980
+ onExitComplete: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
16981
+ onEscapeKeyDown: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
16982
+ onInteractOutside: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
14356
16983
  }>>;
14357
16984
  }>;
14358
16985
  Drawer: StructType<{
@@ -14376,6 +17003,8 @@ export declare const Popover: {
14376
17003
  bottom: import("@elaraai/east").NullType;
14377
17004
  }>>;
14378
17005
  contained: OptionType<import("@elaraai/east").BooleanType>;
17006
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
17007
+ onExitComplete: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
14379
17008
  }>>;
14380
17009
  }>;
14381
17010
  Popover: StructType<{
@@ -14406,6 +17035,7 @@ export declare const Popover: {
14406
17035
  }>>;
14407
17036
  hasArrow: OptionType<import("@elaraai/east").BooleanType>;
14408
17037
  gutter: OptionType<import("@elaraai/east").IntegerType>;
17038
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
14409
17039
  }>>;
14410
17040
  }>;
14411
17041
  HoverCard: StructType<{
@@ -14435,6 +17065,7 @@ export declare const Popover: {
14435
17065
  hasArrow: OptionType<import("@elaraai/east").BooleanType>;
14436
17066
  openDelay: OptionType<import("@elaraai/east").IntegerType>;
14437
17067
  closeDelay: OptionType<import("@elaraai/east").IntegerType>;
17068
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
14438
17069
  }>>;
14439
17070
  }>;
14440
17071
  ActionBar: StructType<{
@@ -14448,7 +17079,10 @@ export declare const Popover: {
14448
17079
  }>>;
14449
17080
  selectionCount: OptionType<import("@elaraai/east").IntegerType>;
14450
17081
  selectionLabel: OptionType<StringType>;
14451
- style: OptionType<StructType<{}>>;
17082
+ style: OptionType<StructType<{
17083
+ onSelect: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
17084
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
17085
+ }>>;
14452
17086
  }>;
14453
17087
  ToggleTip: StructType<{
14454
17088
  trigger: import("@elaraai/east").RecursiveTypeMarker;
@@ -14469,8 +17103,12 @@ export declare const Popover: {
14469
17103
  "right-end": import("@elaraai/east").NullType;
14470
17104
  }>>;
14471
17105
  hasArrow: OptionType<import("@elaraai/east").BooleanType>;
17106
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
14472
17107
  }>>;
14473
17108
  }>;
17109
+ ReactiveComponent: StructType<{
17110
+ render: import("@elaraai/east").FunctionType<[], import("@elaraai/east").RecursiveTypeMarker>;
17111
+ }>;
14474
17112
  }>>>;
14475
17113
  title: OptionType<StringType>;
14476
17114
  description: OptionType<StringType>;
@@ -14497,6 +17135,7 @@ export declare const Popover: {
14497
17135
  }>>;
14498
17136
  hasArrow: OptionType<import("@elaraai/east").BooleanType>;
14499
17137
  gutter: OptionType<import("@elaraai/east").IntegerType>;
17138
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
14500
17139
  }>>;
14501
17140
  }>;
14502
17141
  /**
@@ -14534,6 +17173,7 @@ export declare const Popover: {
14534
17173
  }>>;
14535
17174
  hasArrow: OptionType<import("@elaraai/east").BooleanType>;
14536
17175
  gutter: OptionType<import("@elaraai/east").IntegerType>;
17176
+ onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
14537
17177
  }>;
14538
17178
  /**
14539
17179
  * Size variant type for Popover component dimensions.