@elaraai/east-ui 1.0.3 → 1.0.5

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 (1511) hide show
  1. package/README.md +3 -2
  2. package/dist/src/buttons/button/index.d.ts +20 -20
  3. package/dist/src/buttons/button/index.d.ts.map +1 -1
  4. package/dist/src/buttons/button/index.js +25 -21
  5. package/dist/src/buttons/button/index.js.map +1 -1
  6. package/dist/src/buttons/button-group/index.d.ts.map +1 -1
  7. package/dist/src/buttons/button-group/index.js +3 -1
  8. package/dist/src/buttons/button-group/index.js.map +1 -1
  9. package/dist/src/buttons/button-group/types.d.ts +3 -7
  10. package/dist/src/buttons/button-group/types.d.ts.map +1 -1
  11. package/dist/src/buttons/close-button/index.d.ts +2 -5
  12. package/dist/src/buttons/close-button/index.d.ts.map +1 -1
  13. package/dist/src/buttons/close-button/index.js +10 -9
  14. package/dist/src/buttons/close-button/index.js.map +1 -1
  15. package/dist/src/buttons/close-button/types.d.ts +1 -3
  16. package/dist/src/buttons/close-button/types.d.ts.map +1 -1
  17. package/dist/src/buttons/copy-button/index.d.ts +3 -7
  18. package/dist/src/buttons/copy-button/index.d.ts.map +1 -1
  19. package/dist/src/buttons/copy-button/index.js +11 -11
  20. package/dist/src/buttons/copy-button/index.js.map +1 -1
  21. package/dist/src/buttons/copy-button/types.d.ts +1 -3
  22. package/dist/src/buttons/copy-button/types.d.ts.map +1 -1
  23. package/dist/src/buttons/icon-button/index.d.ts +23 -29
  24. package/dist/src/buttons/icon-button/index.d.ts.map +1 -1
  25. package/dist/src/buttons/icon-button/index.js +31 -33
  26. package/dist/src/buttons/icon-button/index.js.map +1 -1
  27. package/dist/src/buttons/icon-button/types.d.ts +16 -7
  28. package/dist/src/buttons/icon-button/types.d.ts.map +1 -1
  29. package/dist/src/buttons/icon-button/types.js.map +1 -1
  30. package/dist/src/buttons/toggle/index.d.ts +13 -14
  31. package/dist/src/buttons/toggle/index.d.ts.map +1 -1
  32. package/dist/src/buttons/toggle/index.js +22 -20
  33. package/dist/src/buttons/toggle/index.js.map +1 -1
  34. package/dist/src/buttons/toggle/types.d.ts +3 -3
  35. package/dist/src/buttons/toggle/types.d.ts.map +1 -1
  36. package/dist/src/charts/chart/index.d.ts +1615 -0
  37. package/dist/src/charts/chart/index.d.ts.map +1 -0
  38. package/dist/src/charts/chart/index.js +354 -0
  39. package/dist/src/charts/chart/index.js.map +1 -0
  40. package/dist/src/charts/index.d.ts +7 -6724
  41. package/dist/src/charts/index.d.ts.map +1 -1
  42. package/dist/src/charts/index.js +7 -1035
  43. package/dist/src/charts/index.js.map +1 -1
  44. package/dist/src/charts/spec/index.d.ts +2568 -146
  45. package/dist/src/charts/spec/index.d.ts.map +1 -1
  46. package/dist/src/charts/spec/index.js +762 -59
  47. package/dist/src/charts/spec/index.js.map +1 -1
  48. package/dist/src/charts/spec/types.d.ts +494 -17
  49. package/dist/src/charts/spec/types.d.ts.map +1 -1
  50. package/dist/src/charts/spec/types.js +298 -8
  51. package/dist/src/charts/spec/types.js.map +1 -1
  52. package/dist/src/collections/blend/index.d.ts +525 -0
  53. package/dist/src/collections/blend/index.d.ts.map +1 -0
  54. package/dist/src/collections/blend/index.js +283 -0
  55. package/dist/src/collections/blend/index.js.map +1 -0
  56. package/dist/src/collections/blend/types.d.ts +373 -0
  57. package/dist/src/collections/blend/types.d.ts.map +1 -0
  58. package/dist/src/collections/blend/types.js +168 -0
  59. package/dist/src/collections/blend/types.js.map +1 -0
  60. package/dist/src/collections/calendar/index.d.ts +211 -0
  61. package/dist/src/collections/calendar/index.d.ts.map +1 -0
  62. package/dist/src/collections/calendar/index.js +153 -0
  63. package/dist/src/collections/calendar/index.js.map +1 -0
  64. package/dist/src/collections/calendar/types.d.ts +116 -0
  65. package/dist/src/collections/calendar/types.d.ts.map +1 -0
  66. package/dist/src/collections/calendar/types.js +81 -0
  67. package/dist/src/collections/calendar/types.js.map +1 -0
  68. package/dist/src/collections/data-list/index.d.ts +2 -31666
  69. package/dist/src/collections/data-list/index.d.ts.map +1 -1
  70. package/dist/src/collections/gantt/index.d.ts +34 -93
  71. package/dist/src/collections/gantt/index.d.ts.map +1 -1
  72. package/dist/src/collections/gantt/index.js +120 -121
  73. package/dist/src/collections/gantt/index.js.map +1 -1
  74. package/dist/src/collections/gantt/types.d.ts +149 -58
  75. package/dist/src/collections/gantt/types.d.ts.map +1 -1
  76. package/dist/src/collections/gantt/types.js +92 -20
  77. package/dist/src/collections/gantt/types.js.map +1 -1
  78. package/dist/src/collections/index.d.ts +5 -0
  79. package/dist/src/collections/index.d.ts.map +1 -1
  80. package/dist/src/collections/index.js +5 -0
  81. package/dist/src/collections/index.js.map +1 -1
  82. package/dist/src/collections/library/index.d.ts +436 -0
  83. package/dist/src/collections/library/index.d.ts.map +1 -0
  84. package/dist/src/collections/library/index.js +284 -0
  85. package/dist/src/collections/library/index.js.map +1 -0
  86. package/dist/src/collections/library/types.d.ts +329 -0
  87. package/dist/src/collections/library/types.d.ts.map +1 -0
  88. package/dist/src/collections/library/types.js +204 -0
  89. package/dist/src/collections/library/types.js.map +1 -0
  90. package/dist/src/collections/matrix/index.d.ts +244 -31884
  91. package/dist/src/collections/matrix/index.d.ts.map +1 -1
  92. package/dist/src/collections/matrix/index.js +573 -327
  93. package/dist/src/collections/matrix/index.js.map +1 -1
  94. package/dist/src/collections/matrix/types.d.ts +206 -195
  95. package/dist/src/collections/matrix/types.d.ts.map +1 -1
  96. package/dist/src/collections/matrix/types.js +113 -135
  97. package/dist/src/collections/matrix/types.js.map +1 -1
  98. package/dist/src/collections/pagination/index.d.ts +8 -35
  99. package/dist/src/collections/pagination/index.d.ts.map +1 -1
  100. package/dist/src/collections/pagination/index.js +12 -42
  101. package/dist/src/collections/pagination/index.js.map +1 -1
  102. package/dist/src/collections/pagination/types.d.ts +34 -1
  103. package/dist/src/collections/pagination/types.d.ts.map +1 -1
  104. package/dist/src/collections/pagination/types.js +27 -1
  105. package/dist/src/collections/pagination/types.js.map +1 -1
  106. package/dist/src/collections/planner/index.d.ts +428 -257
  107. package/dist/src/collections/planner/index.d.ts.map +1 -1
  108. package/dist/src/collections/planner/index.js +557 -717
  109. package/dist/src/collections/planner/index.js.map +1 -1
  110. package/dist/src/collections/planner/types.d.ts +346 -339
  111. package/dist/src/collections/planner/types.d.ts.map +1 -1
  112. package/dist/src/collections/planner/types.js +238 -185
  113. package/dist/src/collections/planner/types.js.map +1 -1
  114. package/dist/src/collections/roster/index.d.ts +396 -0
  115. package/dist/src/collections/roster/index.d.ts.map +1 -0
  116. package/dist/src/collections/roster/index.js +227 -0
  117. package/dist/src/collections/roster/index.js.map +1 -0
  118. package/dist/src/collections/roster/types.d.ts +240 -0
  119. package/dist/src/collections/roster/types.d.ts.map +1 -0
  120. package/dist/src/collections/roster/types.js +113 -0
  121. package/dist/src/collections/roster/types.js.map +1 -0
  122. package/dist/src/collections/schematic/index.d.ts +681 -0
  123. package/dist/src/collections/schematic/index.d.ts.map +1 -0
  124. package/dist/src/collections/schematic/index.js +365 -0
  125. package/dist/src/collections/schematic/index.js.map +1 -0
  126. package/dist/src/collections/schematic/types.d.ts +590 -0
  127. package/dist/src/collections/schematic/types.d.ts.map +1 -0
  128. package/dist/src/collections/schematic/types.js +247 -0
  129. package/dist/src/collections/schematic/types.js.map +1 -0
  130. package/dist/src/collections/table/index.d.ts +18 -31669
  131. package/dist/src/collections/table/index.d.ts.map +1 -1
  132. package/dist/src/collections/table/index.js +13 -0
  133. package/dist/src/collections/table/index.js.map +1 -1
  134. package/dist/src/component.d.ts +3959 -22701
  135. package/dist/src/component.d.ts.map +1 -1
  136. package/dist/src/component.js +85 -130
  137. package/dist/src/component.js.map +1 -1
  138. package/dist/src/container/card/index.d.ts +48 -35
  139. package/dist/src/container/card/index.d.ts.map +1 -1
  140. package/dist/src/container/card/index.js +49 -61
  141. package/dist/src/container/card/index.js.map +1 -1
  142. package/dist/src/contracts/drag.d.ts +223 -0
  143. package/dist/src/contracts/drag.d.ts.map +1 -0
  144. package/dist/src/contracts/drag.js +138 -0
  145. package/dist/src/contracts/drag.js.map +1 -0
  146. package/dist/src/contracts/index.d.ts +1 -0
  147. package/dist/src/contracts/index.d.ts.map +1 -1
  148. package/dist/src/contracts/index.js +1 -0
  149. package/dist/src/contracts/index.js.map +1 -1
  150. package/dist/src/contracts/slice-affordances.d.ts +9 -4
  151. package/dist/src/contracts/slice-affordances.d.ts.map +1 -1
  152. package/dist/src/contracts/slice-affordances.js +8 -3
  153. package/dist/src/contracts/slice-affordances.js.map +1 -1
  154. package/dist/src/disclosure/accordion/index.d.ts +8 -8
  155. package/dist/src/disclosure/accordion/index.d.ts.map +1 -1
  156. package/dist/src/disclosure/accordion/index.js +16 -14
  157. package/dist/src/disclosure/accordion/index.js.map +1 -1
  158. package/dist/src/disclosure/accordion/types.d.ts +10 -6
  159. package/dist/src/disclosure/accordion/types.d.ts.map +1 -1
  160. package/dist/src/disclosure/carousel/index.d.ts.map +1 -1
  161. package/dist/src/disclosure/carousel/index.js +16 -12
  162. package/dist/src/disclosure/carousel/index.js.map +1 -1
  163. package/dist/src/disclosure/carousel/types.d.ts +1 -3
  164. package/dist/src/disclosure/carousel/types.d.ts.map +1 -1
  165. package/dist/src/disclosure/collapsible/index.d.ts +27 -11
  166. package/dist/src/disclosure/collapsible/index.d.ts.map +1 -1
  167. package/dist/src/disclosure/collapsible/index.js +15 -16
  168. package/dist/src/disclosure/collapsible/index.js.map +1 -1
  169. package/dist/src/disclosure/collapsible/types.d.ts +1 -16
  170. package/dist/src/disclosure/collapsible/types.d.ts.map +1 -1
  171. package/dist/src/disclosure/collapsible/types.js +1 -1
  172. package/dist/src/disclosure/collapsible/types.js.map +1 -1
  173. package/dist/src/disclosure/option-list/index.d.ts +6 -4
  174. package/dist/src/disclosure/option-list/index.d.ts.map +1 -1
  175. package/dist/src/disclosure/option-list/index.js +5 -3
  176. package/dist/src/disclosure/option-list/index.js.map +1 -1
  177. package/dist/src/disclosure/segment-group/index.d.ts +27 -19
  178. package/dist/src/disclosure/segment-group/index.d.ts.map +1 -1
  179. package/dist/src/disclosure/segment-group/index.js +16 -17
  180. package/dist/src/disclosure/segment-group/index.js.map +1 -1
  181. package/dist/src/disclosure/show-more/index.js +3 -3
  182. package/dist/src/disclosure/show-more/index.js.map +1 -1
  183. package/dist/src/disclosure/show-more/types.d.ts +1 -3
  184. package/dist/src/disclosure/show-more/types.d.ts.map +1 -1
  185. package/dist/src/disclosure/tabs/index.d.ts +9 -10
  186. package/dist/src/disclosure/tabs/index.d.ts.map +1 -1
  187. package/dist/src/disclosure/tabs/index.js +15 -14
  188. package/dist/src/disclosure/tabs/index.js.map +1 -1
  189. package/dist/src/disclosure/tabs/types.d.ts +4 -6
  190. package/dist/src/disclosure/tabs/types.d.ts.map +1 -1
  191. package/dist/src/display/avatar/index.d.ts +6 -0
  192. package/dist/src/display/avatar/index.d.ts.map +1 -1
  193. package/dist/src/display/avatar/index.js +8 -1
  194. package/dist/src/display/avatar/index.js.map +1 -1
  195. package/dist/src/display/avatar/types.d.ts +15 -2
  196. package/dist/src/display/avatar/types.d.ts.map +1 -1
  197. package/dist/src/display/avatar/types.js +3 -1
  198. package/dist/src/display/avatar/types.js.map +1 -1
  199. package/dist/src/display/avatar-group/index.d.ts.map +1 -1
  200. package/dist/src/display/avatar-group/index.js +14 -1
  201. package/dist/src/display/avatar-group/index.js.map +1 -1
  202. package/dist/src/display/avatar-group/types.d.ts +21 -2
  203. package/dist/src/display/avatar-group/types.d.ts.map +1 -1
  204. package/dist/src/display/avatar-group/types.js +3 -1
  205. package/dist/src/display/avatar-group/types.js.map +1 -1
  206. package/dist/src/display/badge/index.d.ts +6 -0
  207. package/dist/src/display/badge/index.d.ts.map +1 -1
  208. package/dist/src/display/badge/index.js +8 -1
  209. package/dist/src/display/badge/index.js.map +1 -1
  210. package/dist/src/display/badge/types.d.ts +15 -2
  211. package/dist/src/display/badge/types.d.ts.map +1 -1
  212. package/dist/src/display/badge/types.js +3 -1
  213. package/dist/src/display/badge/types.js.map +1 -1
  214. package/dist/src/display/bar-strip/index.d.ts +3 -1
  215. package/dist/src/display/bar-strip/index.d.ts.map +1 -1
  216. package/dist/src/display/bar-strip/index.js +10 -1
  217. package/dist/src/display/bar-strip/index.js.map +1 -1
  218. package/dist/src/display/bar-strip/types.d.ts +10 -2
  219. package/dist/src/display/bar-strip/types.d.ts.map +1 -1
  220. package/dist/src/display/bar-strip/types.js +1 -1
  221. package/dist/src/display/bar-strip/types.js.map +1 -1
  222. package/dist/src/display/chip-rail/index.d.ts +109 -0
  223. package/dist/src/display/chip-rail/index.d.ts.map +1 -0
  224. package/dist/src/{layout → display}/chip-rail/index.js +19 -17
  225. package/dist/src/display/chip-rail/index.js.map +1 -0
  226. package/dist/src/{layout → display}/chip-rail/types.d.ts +10 -4
  227. package/dist/src/display/chip-rail/types.d.ts.map +1 -0
  228. package/dist/src/{layout → display}/chip-rail/types.js +1 -1
  229. package/dist/src/display/chip-rail/types.js.map +1 -0
  230. package/dist/src/display/editable-chip/index.d.ts +3 -0
  231. package/dist/src/display/editable-chip/index.d.ts.map +1 -1
  232. package/dist/src/display/editable-chip/index.js +10 -1
  233. package/dist/src/display/editable-chip/index.js.map +1 -1
  234. package/dist/src/display/editable-chip/types.d.ts +10 -2
  235. package/dist/src/display/editable-chip/types.d.ts.map +1 -1
  236. package/dist/src/display/editable-chip/types.js +1 -1
  237. package/dist/src/display/editable-chip/types.js.map +1 -1
  238. package/dist/src/display/icon/index.d.ts +5 -8
  239. package/dist/src/display/icon/index.d.ts.map +1 -1
  240. package/dist/src/display/icon/index.js +8 -9
  241. package/dist/src/display/icon/index.js.map +1 -1
  242. package/dist/src/display/icon/types.d.ts +5 -0
  243. package/dist/src/display/icon/types.d.ts.map +1 -1
  244. package/dist/src/display/icon/types.js.map +1 -1
  245. package/dist/src/display/index.d.ts +2 -0
  246. package/dist/src/display/index.d.ts.map +1 -1
  247. package/dist/src/display/index.js +2 -0
  248. package/dist/src/display/index.js.map +1 -1
  249. package/dist/src/display/kbd/index.d.ts.map +1 -1
  250. package/dist/src/display/kbd/index.js +8 -1
  251. package/dist/src/display/kbd/index.js.map +1 -1
  252. package/dist/src/display/kbd/types.d.ts +16 -2
  253. package/dist/src/display/kbd/types.d.ts.map +1 -1
  254. package/dist/src/display/kbd/types.js +3 -1
  255. package/dist/src/display/kbd/types.js.map +1 -1
  256. package/dist/src/display/meter/index.d.ts +3 -0
  257. package/dist/src/display/meter/index.d.ts.map +1 -1
  258. package/dist/src/display/meter/index.js +10 -0
  259. package/dist/src/display/meter/index.js.map +1 -1
  260. package/dist/src/display/meter/types.d.ts +10 -0
  261. package/dist/src/display/meter/types.d.ts.map +1 -1
  262. package/dist/src/display/meter/types.js +1 -0
  263. package/dist/src/display/meter/types.js.map +1 -1
  264. package/dist/src/display/metric-chip/index.d.ts +12 -8
  265. package/dist/src/display/metric-chip/index.d.ts.map +1 -1
  266. package/dist/src/display/metric-chip/index.js +27 -18
  267. package/dist/src/display/metric-chip/index.js.map +1 -1
  268. package/dist/src/display/metric-chip/types.d.ts +16 -5
  269. package/dist/src/display/metric-chip/types.d.ts.map +1 -1
  270. package/dist/src/display/metric-chip/types.js +1 -1
  271. package/dist/src/display/metric-chip/types.js.map +1 -1
  272. package/dist/src/display/segmented-meter/index.d.ts +3 -0
  273. package/dist/src/display/segmented-meter/index.d.ts.map +1 -1
  274. package/dist/src/display/segmented-meter/index.js +10 -0
  275. package/dist/src/display/segmented-meter/index.js.map +1 -1
  276. package/dist/src/display/segmented-meter/types.d.ts +10 -0
  277. package/dist/src/display/segmented-meter/types.d.ts.map +1 -1
  278. package/dist/src/display/segmented-meter/types.js +1 -0
  279. package/dist/src/display/segmented-meter/types.js.map +1 -1
  280. package/dist/src/display/stat/index.d.ts +13 -11
  281. package/dist/src/display/stat/index.d.ts.map +1 -1
  282. package/dist/src/display/stat/index.js +34 -23
  283. package/dist/src/display/stat/index.js.map +1 -1
  284. package/dist/src/display/stat/types.d.ts +23 -5
  285. package/dist/src/display/stat/types.d.ts.map +1 -1
  286. package/dist/src/display/stat/types.js +7 -7
  287. package/dist/src/display/stat/types.js.map +1 -1
  288. package/dist/src/display/tag/index.d.ts +5 -0
  289. package/dist/src/display/tag/index.d.ts.map +1 -1
  290. package/dist/src/display/tag/index.js +7 -1
  291. package/dist/src/display/tag/index.js.map +1 -1
  292. package/dist/src/display/tag/types.d.ts +15 -2
  293. package/dist/src/display/tag/types.d.ts.map +1 -1
  294. package/dist/src/display/tag/types.js +3 -1
  295. package/dist/src/display/tag/types.js.map +1 -1
  296. package/dist/src/display/trace/index.d.ts +104 -0
  297. package/dist/src/display/trace/index.d.ts.map +1 -0
  298. package/dist/src/display/trace/index.js +106 -0
  299. package/dist/src/display/trace/index.js.map +1 -0
  300. package/dist/src/display/trace/types.d.ts +140 -0
  301. package/dist/src/display/trace/types.d.ts.map +1 -0
  302. package/dist/src/display/trace/types.js +75 -0
  303. package/dist/src/display/trace/types.js.map +1 -0
  304. package/dist/src/feedback/banner/index.d.ts +25 -13
  305. package/dist/src/feedback/banner/index.d.ts.map +1 -1
  306. package/dist/src/feedback/banner/index.js +26 -22
  307. package/dist/src/feedback/banner/index.js.map +1 -1
  308. package/dist/src/feedback/empty-state/index.d.ts +20 -12
  309. package/dist/src/feedback/empty-state/index.d.ts.map +1 -1
  310. package/dist/src/feedback/empty-state/index.js +26 -22
  311. package/dist/src/feedback/empty-state/index.js.map +1 -1
  312. package/dist/src/feedback/progress/index.d.ts +13 -10
  313. package/dist/src/feedback/progress/index.d.ts.map +1 -1
  314. package/dist/src/feedback/progress/index.js +15 -15
  315. package/dist/src/feedback/progress/index.js.map +1 -1
  316. package/dist/src/feedback/skeleton/index.d.ts +16 -11
  317. package/dist/src/feedback/skeleton/index.d.ts.map +1 -1
  318. package/dist/src/feedback/skeleton/index.js +12 -10
  319. package/dist/src/feedback/skeleton/index.js.map +1 -1
  320. package/dist/src/feedback/status/index.d.ts +16 -11
  321. package/dist/src/feedback/status/index.d.ts.map +1 -1
  322. package/dist/src/feedback/status/index.js +23 -21
  323. package/dist/src/feedback/status/index.js.map +1 -1
  324. package/dist/src/format/index.d.ts +1 -1
  325. package/dist/src/format/index.d.ts.map +1 -1
  326. package/dist/src/format/index.js +1 -1
  327. package/dist/src/format/index.js.map +1 -1
  328. package/dist/src/format/types.d.ts +736 -0
  329. package/dist/src/format/types.d.ts.map +1 -0
  330. package/dist/src/format/types.js +473 -0
  331. package/dist/src/format/types.js.map +1 -0
  332. package/dist/src/forms/combobox/index.d.ts +9 -13
  333. package/dist/src/forms/combobox/index.d.ts.map +1 -1
  334. package/dist/src/forms/combobox/index.js +9 -12
  335. package/dist/src/forms/combobox/index.js.map +1 -1
  336. package/dist/src/forms/combobox/types.d.ts +13 -0
  337. package/dist/src/forms/combobox/types.d.ts.map +1 -1
  338. package/dist/src/forms/date-range-input/index.d.ts +6 -7
  339. package/dist/src/forms/date-range-input/index.d.ts.map +1 -1
  340. package/dist/src/forms/date-range-input/index.js +34 -34
  341. package/dist/src/forms/date-range-input/index.js.map +1 -1
  342. package/dist/src/forms/date-range-input/types.d.ts +4 -0
  343. package/dist/src/forms/date-range-input/types.d.ts.map +1 -1
  344. package/dist/src/forms/date-range-input/types.js.map +1 -1
  345. package/dist/src/forms/field/index.d.ts +8 -0
  346. package/dist/src/forms/field/index.d.ts.map +1 -1
  347. package/dist/src/forms/field/types.d.ts +16 -0
  348. package/dist/src/forms/field/types.d.ts.map +1 -1
  349. package/dist/src/forms/file-upload/index.d.ts +5 -1
  350. package/dist/src/forms/file-upload/index.d.ts.map +1 -1
  351. package/dist/src/forms/file-upload/index.js +9 -2
  352. package/dist/src/forms/file-upload/index.js.map +1 -1
  353. package/dist/src/forms/file-upload/types.d.ts +34 -0
  354. package/dist/src/forms/file-upload/types.d.ts.map +1 -1
  355. package/dist/src/forms/file-upload/types.js +22 -0
  356. package/dist/src/forms/file-upload/types.js.map +1 -1
  357. package/dist/src/forms/index.d.ts +0 -1
  358. package/dist/src/forms/index.d.ts.map +1 -1
  359. package/dist/src/forms/index.js +0 -1
  360. package/dist/src/forms/index.js.map +1 -1
  361. package/dist/src/forms/input/index.d.ts +5 -0
  362. package/dist/src/forms/input/index.d.ts.map +1 -1
  363. package/dist/src/forms/input/index.js +3 -1
  364. package/dist/src/forms/input/index.js.map +1 -1
  365. package/dist/src/forms/input/types.d.ts +8 -0
  366. package/dist/src/forms/input/types.d.ts.map +1 -1
  367. package/dist/src/forms/input/types.js +2 -0
  368. package/dist/src/forms/input/types.js.map +1 -1
  369. package/dist/src/forms/radio-card-group/index.d.ts +12 -12
  370. package/dist/src/forms/radio-card-group/index.d.ts.map +1 -1
  371. package/dist/src/forms/radio-card-group/index.js +39 -38
  372. package/dist/src/forms/radio-card-group/index.js.map +1 -1
  373. package/dist/src/forms/radio-card-group/types.d.ts +4 -0
  374. package/dist/src/forms/radio-card-group/types.d.ts.map +1 -1
  375. package/dist/src/forms/radio-card-group/types.js.map +1 -1
  376. package/dist/src/forms/radio-group/index.d.ts +12 -12
  377. package/dist/src/forms/radio-group/index.d.ts.map +1 -1
  378. package/dist/src/forms/radio-group/index.js +42 -39
  379. package/dist/src/forms/radio-group/index.js.map +1 -1
  380. package/dist/src/forms/radio-group/types.d.ts +10 -1
  381. package/dist/src/forms/radio-group/types.d.ts.map +1 -1
  382. package/dist/src/forms/radio-group/types.js.map +1 -1
  383. package/dist/src/forms/select/index.d.ts +9 -13
  384. package/dist/src/forms/select/index.d.ts.map +1 -1
  385. package/dist/src/forms/select/index.js +9 -12
  386. package/dist/src/forms/select/index.js.map +1 -1
  387. package/dist/src/forms/select/types.d.ts +13 -0
  388. package/dist/src/forms/select/types.d.ts.map +1 -1
  389. package/dist/src/forms/time-range-input/index.d.ts +6 -7
  390. package/dist/src/forms/time-range-input/index.d.ts.map +1 -1
  391. package/dist/src/forms/time-range-input/index.js +31 -31
  392. package/dist/src/forms/time-range-input/index.js.map +1 -1
  393. package/dist/src/forms/time-range-input/types.d.ts +4 -0
  394. package/dist/src/forms/time-range-input/types.d.ts.map +1 -1
  395. package/dist/src/forms/time-range-input/types.js.map +1 -1
  396. package/dist/src/index.d.ts +41 -25
  397. package/dist/src/index.d.ts.map +1 -1
  398. package/dist/src/index.js +38 -24
  399. package/dist/src/index.js.map +1 -1
  400. package/dist/src/internal.d.ts +40 -22
  401. package/dist/src/internal.d.ts.map +1 -1
  402. package/dist/src/internal.js +44 -34
  403. package/dist/src/internal.js.map +1 -1
  404. package/dist/src/layout/box/index.d.ts +4 -0
  405. package/dist/src/layout/box/index.d.ts.map +1 -1
  406. package/dist/src/layout/box/index.js +9 -1
  407. package/dist/src/layout/box/index.js.map +1 -1
  408. package/dist/src/layout/box/types.d.ts +10 -2
  409. package/dist/src/layout/box/types.d.ts.map +1 -1
  410. package/dist/src/layout/box/types.js +1 -1
  411. package/dist/src/layout/box/types.js.map +1 -1
  412. package/dist/src/layout/flex/index.d.ts +4 -0
  413. package/dist/src/layout/flex/index.d.ts.map +1 -1
  414. package/dist/src/layout/flex/index.js +9 -1
  415. package/dist/src/layout/flex/index.js.map +1 -1
  416. package/dist/src/layout/flex/types.d.ts +10 -2
  417. package/dist/src/layout/flex/types.d.ts.map +1 -1
  418. package/dist/src/layout/flex/types.js +1 -1
  419. package/dist/src/layout/flex/types.js.map +1 -1
  420. package/dist/src/layout/grid/index.d.ts +3 -0
  421. package/dist/src/layout/grid/index.d.ts.map +1 -1
  422. package/dist/src/layout/grid/index.js +8 -1
  423. package/dist/src/layout/grid/index.js.map +1 -1
  424. package/dist/src/layout/grid/types.d.ts +10 -2
  425. package/dist/src/layout/grid/types.d.ts.map +1 -1
  426. package/dist/src/layout/grid/types.js +1 -1
  427. package/dist/src/layout/grid/types.js.map +1 -1
  428. package/dist/src/layout/index.d.ts +0 -1
  429. package/dist/src/layout/index.d.ts.map +1 -1
  430. package/dist/src/layout/index.js +0 -1
  431. package/dist/src/layout/index.js.map +1 -1
  432. package/dist/src/layout/scroll-area/index.d.ts +2 -31666
  433. package/dist/src/layout/scroll-area/index.d.ts.map +1 -1
  434. package/dist/src/layout/scroll-area/index.js +11 -11
  435. package/dist/src/layout/scroll-area/index.js.map +1 -1
  436. package/dist/src/layout/scroll-area/types.d.ts +1 -3
  437. package/dist/src/layout/scroll-area/types.d.ts.map +1 -1
  438. package/dist/src/layout/separator/index.d.ts +2 -31666
  439. package/dist/src/layout/separator/index.d.ts.map +1 -1
  440. package/dist/src/layout/splitter/index.d.ts +32 -18
  441. package/dist/src/layout/splitter/index.d.ts.map +1 -1
  442. package/dist/src/layout/splitter/index.js +33 -47
  443. package/dist/src/layout/splitter/index.js.map +1 -1
  444. package/dist/src/layout/stack/index.d.ts +4 -0
  445. package/dist/src/layout/stack/index.d.ts.map +1 -1
  446. package/dist/src/layout/stack/index.js +9 -1
  447. package/dist/src/layout/stack/index.js.map +1 -1
  448. package/dist/src/layout/stack/types.d.ts +10 -2
  449. package/dist/src/layout/stack/types.d.ts.map +1 -1
  450. package/dist/src/layout/stack/types.js +1 -1
  451. package/dist/src/layout/stack/types.js.map +1 -1
  452. package/dist/src/layout/sticky/index.d.ts +2 -31666
  453. package/dist/src/layout/sticky/index.d.ts.map +1 -1
  454. package/dist/src/layout/sticky/index.js +4 -4
  455. package/dist/src/layout/sticky/index.js.map +1 -1
  456. package/dist/src/layout/sticky/types.d.ts +1 -3
  457. package/dist/src/layout/sticky/types.d.ts.map +1 -1
  458. package/dist/src/overlays/dialog/index.d.ts +18 -16
  459. package/dist/src/overlays/dialog/index.d.ts.map +1 -1
  460. package/dist/src/overlays/dialog/index.js +31 -60
  461. package/dist/src/overlays/dialog/index.js.map +1 -1
  462. package/dist/src/overlays/drawer/index.d.ts +26 -16
  463. package/dist/src/overlays/drawer/index.d.ts.map +1 -1
  464. package/dist/src/overlays/drawer/index.js +28 -52
  465. package/dist/src/overlays/drawer/index.js.map +1 -1
  466. package/dist/src/overlays/drawer/types.d.ts +3 -0
  467. package/dist/src/overlays/drawer/types.d.ts.map +1 -1
  468. package/dist/src/overlays/hover-card/index.d.ts +33 -27
  469. package/dist/src/overlays/hover-card/index.d.ts.map +1 -1
  470. package/dist/src/overlays/hover-card/index.js +33 -61
  471. package/dist/src/overlays/hover-card/index.js.map +1 -1
  472. package/dist/src/overlays/menu/index.d.ts +114 -42
  473. package/dist/src/overlays/menu/index.d.ts.map +1 -1
  474. package/dist/src/overlays/menu/index.js +101 -60
  475. package/dist/src/overlays/menu/index.js.map +1 -1
  476. package/dist/src/overlays/menu/types.d.ts +37 -3
  477. package/dist/src/overlays/menu/types.d.ts.map +1 -1
  478. package/dist/src/overlays/menu/types.js +18 -4
  479. package/dist/src/overlays/menu/types.js.map +1 -1
  480. package/dist/src/overlays/popover/index.d.ts +16 -16
  481. package/dist/src/overlays/popover/index.d.ts.map +1 -1
  482. package/dist/src/overlays/popover/index.js +22 -52
  483. package/dist/src/overlays/popover/index.js.map +1 -1
  484. package/dist/src/overlays/toggle-tip/index.d.ts +14 -14
  485. package/dist/src/overlays/toggle-tip/index.d.ts.map +1 -1
  486. package/dist/src/overlays/toggle-tip/index.js +18 -47
  487. package/dist/src/overlays/toggle-tip/index.js.map +1 -1
  488. package/dist/src/overlays/tooltip/index.d.ts +20 -15
  489. package/dist/src/overlays/tooltip/index.d.ts.map +1 -1
  490. package/dist/src/overlays/tooltip/index.js +19 -28
  491. package/dist/src/overlays/tooltip/index.js.map +1 -1
  492. package/dist/src/platform/hotkey/index.d.ts +3 -30
  493. package/dist/src/platform/hotkey/index.d.ts.map +1 -1
  494. package/dist/src/platform/hotkey/index.js +3 -28
  495. package/dist/src/platform/hotkey/index.js.map +1 -1
  496. package/dist/src/platform/hotkey/types.d.ts +37 -0
  497. package/dist/src/platform/hotkey/types.d.ts.map +1 -0
  498. package/dist/src/platform/hotkey/types.js +36 -0
  499. package/dist/src/platform/hotkey/types.js.map +1 -0
  500. package/dist/src/platform/slice/impl.d.ts +3 -2
  501. package/dist/src/platform/slice/impl.d.ts.map +1 -1
  502. package/dist/src/platform/slice/impl.js +23 -6
  503. package/dist/src/platform/slice/impl.js.map +1 -1
  504. package/dist/src/platform/slice/index.d.ts +1390 -135
  505. package/dist/src/platform/slice/index.d.ts.map +1 -1
  506. package/dist/src/platform/slice/index.js +52 -9
  507. package/dist/src/platform/slice/index.js.map +1 -1
  508. package/dist/src/runtime/buttons/button-group.d.ts +41 -0
  509. package/dist/src/runtime/buttons/button-group.d.ts.map +1 -0
  510. package/dist/src/runtime/buttons/button-group.js +36 -0
  511. package/dist/src/runtime/buttons/button-group.js.map +1 -0
  512. package/dist/src/runtime/buttons/button.d.ts +36 -0
  513. package/dist/src/runtime/buttons/button.d.ts.map +1 -0
  514. package/dist/src/runtime/buttons/button.js +32 -0
  515. package/dist/src/runtime/buttons/button.js.map +1 -0
  516. package/dist/src/runtime/buttons/close-button.d.ts +36 -0
  517. package/dist/src/runtime/buttons/close-button.d.ts.map +1 -0
  518. package/dist/src/runtime/buttons/close-button.js +34 -0
  519. package/dist/src/runtime/buttons/close-button.js.map +1 -0
  520. package/dist/src/runtime/buttons/copy-button.d.ts +37 -0
  521. package/dist/src/runtime/buttons/copy-button.d.ts.map +1 -0
  522. package/dist/src/runtime/buttons/copy-button.js +33 -0
  523. package/dist/src/runtime/buttons/copy-button.js.map +1 -0
  524. package/dist/src/runtime/buttons/icon-button.d.ts +40 -0
  525. package/dist/src/runtime/buttons/icon-button.d.ts.map +1 -0
  526. package/dist/src/runtime/buttons/icon-button.js +38 -0
  527. package/dist/src/runtime/buttons/icon-button.js.map +1 -0
  528. package/dist/src/runtime/buttons/index.d.ts +12 -0
  529. package/dist/src/runtime/buttons/index.d.ts.map +1 -0
  530. package/dist/src/runtime/buttons/index.js +12 -0
  531. package/dist/src/runtime/buttons/index.js.map +1 -0
  532. package/dist/src/runtime/buttons/toggle.d.ts +45 -0
  533. package/dist/src/runtime/buttons/toggle.d.ts.map +1 -0
  534. package/dist/src/runtime/buttons/toggle.js +41 -0
  535. package/dist/src/runtime/buttons/toggle.js.map +1 -0
  536. package/dist/src/runtime/charts/chart.d.ts +69 -0
  537. package/dist/src/runtime/charts/chart.d.ts.map +1 -0
  538. package/dist/src/runtime/charts/chart.js +66 -0
  539. package/dist/src/runtime/charts/chart.js.map +1 -0
  540. package/dist/src/runtime/charts/index.d.ts +8 -0
  541. package/dist/src/runtime/charts/index.d.ts.map +1 -0
  542. package/dist/src/runtime/charts/index.js +8 -0
  543. package/dist/src/runtime/charts/index.js.map +1 -0
  544. package/dist/src/runtime/charts/sparkline.d.ts +42 -0
  545. package/dist/src/runtime/charts/sparkline.d.ts.map +1 -0
  546. package/dist/src/runtime/charts/sparkline.js +40 -0
  547. package/dist/src/runtime/charts/sparkline.js.map +1 -0
  548. package/dist/src/runtime/children.d.ts +46 -0
  549. package/dist/src/runtime/children.d.ts.map +1 -0
  550. package/dist/src/runtime/children.js +73 -0
  551. package/dist/src/runtime/children.js.map +1 -0
  552. package/dist/src/runtime/collections/blend.d.ts +58 -0
  553. package/dist/src/runtime/collections/blend.d.ts.map +1 -0
  554. package/dist/src/runtime/collections/blend.js +58 -0
  555. package/dist/src/runtime/collections/blend.js.map +1 -0
  556. package/dist/src/runtime/collections/calendar.d.ts +49 -0
  557. package/dist/src/runtime/collections/calendar.d.ts.map +1 -0
  558. package/dist/src/runtime/collections/calendar.js +49 -0
  559. package/dist/src/runtime/collections/calendar.js.map +1 -0
  560. package/dist/src/runtime/collections/data-list.d.ts +41 -0
  561. package/dist/src/runtime/collections/data-list.d.ts.map +1 -0
  562. package/dist/src/runtime/collections/data-list.js +39 -0
  563. package/dist/src/runtime/collections/data-list.js.map +1 -0
  564. package/dist/src/runtime/collections/gantt.d.ts +67 -0
  565. package/dist/src/runtime/collections/gantt.d.ts.map +1 -0
  566. package/dist/src/runtime/collections/gantt.js +58 -0
  567. package/dist/src/runtime/collections/gantt.js.map +1 -0
  568. package/dist/src/runtime/collections/index.d.ts +18 -0
  569. package/dist/src/runtime/collections/index.d.ts.map +1 -0
  570. package/dist/src/runtime/collections/index.js +18 -0
  571. package/dist/src/runtime/collections/index.js.map +1 -0
  572. package/dist/src/runtime/collections/library.d.ts +56 -0
  573. package/dist/src/runtime/collections/library.d.ts.map +1 -0
  574. package/dist/src/runtime/collections/library.js +56 -0
  575. package/dist/src/runtime/collections/library.js.map +1 -0
  576. package/dist/src/runtime/collections/matrix.d.ts +71 -0
  577. package/dist/src/runtime/collections/matrix.d.ts.map +1 -0
  578. package/dist/src/runtime/collections/matrix.js +66 -0
  579. package/dist/src/runtime/collections/matrix.js.map +1 -0
  580. package/dist/src/runtime/collections/pagination.d.ts +44 -0
  581. package/dist/src/runtime/collections/pagination.d.ts.map +1 -0
  582. package/dist/src/runtime/collections/pagination.js +42 -0
  583. package/dist/src/runtime/collections/pagination.js.map +1 -0
  584. package/dist/src/runtime/collections/planner.d.ts +80 -0
  585. package/dist/src/runtime/collections/planner.d.ts.map +1 -0
  586. package/dist/src/runtime/collections/planner.js +76 -0
  587. package/dist/src/runtime/collections/planner.js.map +1 -0
  588. package/dist/src/runtime/collections/roster.d.ts +60 -0
  589. package/dist/src/runtime/collections/roster.d.ts.map +1 -0
  590. package/dist/src/runtime/collections/roster.js +59 -0
  591. package/dist/src/runtime/collections/roster.js.map +1 -0
  592. package/dist/src/runtime/collections/schematic.d.ts +62 -0
  593. package/dist/src/runtime/collections/schematic.d.ts.map +1 -0
  594. package/dist/src/runtime/collections/schematic.js +59 -0
  595. package/dist/src/runtime/collections/schematic.js.map +1 -0
  596. package/dist/src/runtime/collections/table.d.ts +70 -0
  597. package/dist/src/runtime/collections/table.d.ts.map +1 -0
  598. package/dist/src/runtime/collections/table.js +63 -0
  599. package/dist/src/runtime/collections/table.js.map +1 -0
  600. package/dist/src/runtime/collections/tree-view.d.ts +49 -0
  601. package/dist/src/runtime/collections/tree-view.d.ts.map +1 -0
  602. package/dist/src/runtime/collections/tree-view.js +46 -0
  603. package/dist/src/runtime/collections/tree-view.js.map +1 -0
  604. package/dist/src/runtime/combinators.d.ts +111 -0
  605. package/dist/src/runtime/combinators.d.ts.map +1 -0
  606. package/dist/src/runtime/combinators.js +106 -0
  607. package/dist/src/runtime/combinators.js.map +1 -0
  608. package/dist/src/runtime/container/card.d.ts +54 -0
  609. package/dist/src/runtime/container/card.d.ts.map +1 -0
  610. package/dist/src/runtime/container/card.js +51 -0
  611. package/dist/src/runtime/container/card.js.map +1 -0
  612. package/dist/src/runtime/container/index.d.ts +7 -0
  613. package/dist/src/runtime/container/index.d.ts.map +1 -0
  614. package/dist/src/runtime/container/index.js +7 -0
  615. package/dist/src/runtime/container/index.js.map +1 -0
  616. package/dist/src/runtime/disclosure/accordion.d.ts +54 -0
  617. package/dist/src/runtime/disclosure/accordion.d.ts.map +1 -0
  618. package/dist/src/runtime/disclosure/accordion.js +51 -0
  619. package/dist/src/runtime/disclosure/accordion.js.map +1 -0
  620. package/dist/src/runtime/disclosure/carousel.d.ts +46 -0
  621. package/dist/src/runtime/disclosure/carousel.d.ts.map +1 -0
  622. package/dist/src/runtime/disclosure/carousel.js +41 -0
  623. package/dist/src/runtime/disclosure/carousel.js.map +1 -0
  624. package/dist/src/runtime/disclosure/collapsible.d.ts +41 -0
  625. package/dist/src/runtime/disclosure/collapsible.d.ts.map +1 -0
  626. package/dist/src/runtime/disclosure/collapsible.js +39 -0
  627. package/dist/src/runtime/disclosure/collapsible.js.map +1 -0
  628. package/dist/src/runtime/disclosure/index.d.ts +13 -0
  629. package/dist/src/runtime/disclosure/index.d.ts.map +1 -0
  630. package/dist/src/runtime/disclosure/index.js +13 -0
  631. package/dist/src/runtime/disclosure/index.js.map +1 -0
  632. package/dist/src/runtime/disclosure/option-list.d.ts +58 -0
  633. package/dist/src/runtime/disclosure/option-list.d.ts.map +1 -0
  634. package/dist/src/runtime/disclosure/option-list.js +55 -0
  635. package/dist/src/runtime/disclosure/option-list.js.map +1 -0
  636. package/dist/src/runtime/disclosure/segment-group.d.ts +52 -0
  637. package/dist/src/runtime/disclosure/segment-group.d.ts.map +1 -0
  638. package/dist/src/runtime/disclosure/segment-group.js +49 -0
  639. package/dist/src/runtime/disclosure/segment-group.js.map +1 -0
  640. package/dist/src/runtime/disclosure/show-more.d.ts +38 -0
  641. package/dist/src/runtime/disclosure/show-more.d.ts.map +1 -0
  642. package/dist/src/runtime/disclosure/show-more.js +36 -0
  643. package/dist/src/runtime/disclosure/show-more.js.map +1 -0
  644. package/dist/src/runtime/disclosure/tabs.d.ts +55 -0
  645. package/dist/src/runtime/disclosure/tabs.d.ts.map +1 -0
  646. package/dist/src/runtime/disclosure/tabs.js +52 -0
  647. package/dist/src/runtime/disclosure/tabs.js.map +1 -0
  648. package/dist/src/runtime/display/avatar-group.d.ts +41 -0
  649. package/dist/src/runtime/display/avatar-group.d.ts.map +1 -0
  650. package/dist/src/runtime/display/avatar-group.js +37 -0
  651. package/dist/src/runtime/display/avatar-group.js.map +1 -0
  652. package/dist/src/runtime/display/avatar.d.ts +37 -0
  653. package/dist/src/runtime/display/avatar.d.ts.map +1 -0
  654. package/dist/src/runtime/display/avatar.js +35 -0
  655. package/dist/src/runtime/display/avatar.js.map +1 -0
  656. package/dist/src/runtime/display/badge.d.ts +40 -0
  657. package/dist/src/runtime/display/badge.d.ts.map +1 -0
  658. package/dist/src/runtime/display/badge.js +38 -0
  659. package/dist/src/runtime/display/badge.js.map +1 -0
  660. package/dist/src/runtime/display/bar-strip.d.ts +46 -0
  661. package/dist/src/runtime/display/bar-strip.d.ts.map +1 -0
  662. package/dist/src/runtime/display/bar-strip.js +42 -0
  663. package/dist/src/runtime/display/bar-strip.js.map +1 -0
  664. package/dist/src/runtime/display/chip-rail.d.ts +48 -0
  665. package/dist/src/runtime/display/chip-rail.d.ts.map +1 -0
  666. package/dist/src/runtime/display/chip-rail.js +43 -0
  667. package/dist/src/runtime/display/chip-rail.js.map +1 -0
  668. package/dist/src/runtime/display/editable-chip.d.ts +36 -0
  669. package/dist/src/runtime/display/editable-chip.d.ts.map +1 -0
  670. package/dist/src/runtime/display/editable-chip.js +34 -0
  671. package/dist/src/runtime/display/editable-chip.js.map +1 -0
  672. package/dist/src/runtime/display/icon.d.ts +36 -0
  673. package/dist/src/runtime/display/icon.d.ts.map +1 -0
  674. package/dist/src/runtime/display/icon.js +34 -0
  675. package/dist/src/runtime/display/icon.js.map +1 -0
  676. package/dist/src/runtime/display/index.d.ts +20 -0
  677. package/dist/src/runtime/display/index.d.ts.map +1 -0
  678. package/dist/src/runtime/display/index.js +20 -0
  679. package/dist/src/runtime/display/index.js.map +1 -0
  680. package/dist/src/runtime/display/kbd.d.ts +34 -0
  681. package/dist/src/runtime/display/kbd.d.ts.map +1 -0
  682. package/dist/src/runtime/display/kbd.js +32 -0
  683. package/dist/src/runtime/display/kbd.js.map +1 -0
  684. package/dist/src/runtime/display/meter.d.ts +36 -0
  685. package/dist/src/runtime/display/meter.d.ts.map +1 -0
  686. package/dist/src/runtime/display/meter.js +34 -0
  687. package/dist/src/runtime/display/meter.js.map +1 -0
  688. package/dist/src/runtime/display/metric-chip.d.ts +36 -0
  689. package/dist/src/runtime/display/metric-chip.d.ts.map +1 -0
  690. package/dist/src/runtime/display/metric-chip.js +34 -0
  691. package/dist/src/runtime/display/metric-chip.js.map +1 -0
  692. package/dist/src/runtime/display/segmented-meter.d.ts +43 -0
  693. package/dist/src/runtime/display/segmented-meter.d.ts.map +1 -0
  694. package/dist/src/runtime/display/segmented-meter.js +39 -0
  695. package/dist/src/runtime/display/segmented-meter.js.map +1 -0
  696. package/dist/src/runtime/display/stat.d.ts +38 -0
  697. package/dist/src/runtime/display/stat.d.ts.map +1 -0
  698. package/dist/src/runtime/display/stat.js +36 -0
  699. package/dist/src/runtime/display/stat.js.map +1 -0
  700. package/dist/src/runtime/display/tag.d.ts +39 -0
  701. package/dist/src/runtime/display/tag.d.ts.map +1 -0
  702. package/dist/src/runtime/display/tag.js +37 -0
  703. package/dist/src/runtime/display/tag.js.map +1 -0
  704. package/dist/src/runtime/display/trace.d.ts +50 -0
  705. package/dist/src/runtime/display/trace.d.ts.map +1 -0
  706. package/dist/src/runtime/display/trace.js +46 -0
  707. package/dist/src/runtime/display/trace.js.map +1 -0
  708. package/dist/src/runtime/feedback/banner.d.ts +44 -0
  709. package/dist/src/runtime/feedback/banner.d.ts.map +1 -0
  710. package/dist/src/runtime/feedback/banner.js +42 -0
  711. package/dist/src/runtime/feedback/banner.js.map +1 -0
  712. package/dist/src/runtime/feedback/empty-state.d.ts +43 -0
  713. package/dist/src/runtime/feedback/empty-state.d.ts.map +1 -0
  714. package/dist/src/runtime/feedback/empty-state.js +41 -0
  715. package/dist/src/runtime/feedback/empty-state.js.map +1 -0
  716. package/dist/src/runtime/feedback/index.d.ts +11 -0
  717. package/dist/src/runtime/feedback/index.d.ts.map +1 -0
  718. package/dist/src/runtime/feedback/index.js +11 -0
  719. package/dist/src/runtime/feedback/index.js.map +1 -0
  720. package/dist/src/runtime/feedback/progress.d.ts +37 -0
  721. package/dist/src/runtime/feedback/progress.d.ts.map +1 -0
  722. package/dist/src/runtime/feedback/progress.js +35 -0
  723. package/dist/src/runtime/feedback/progress.js.map +1 -0
  724. package/dist/src/runtime/feedback/skeleton.d.ts +39 -0
  725. package/dist/src/runtime/feedback/skeleton.d.ts.map +1 -0
  726. package/dist/src/runtime/feedback/skeleton.js +37 -0
  727. package/dist/src/runtime/feedback/skeleton.js.map +1 -0
  728. package/dist/src/runtime/feedback/status.d.ts +41 -0
  729. package/dist/src/runtime/feedback/status.d.ts.map +1 -0
  730. package/dist/src/runtime/feedback/status.js +39 -0
  731. package/dist/src/runtime/feedback/status.js.map +1 -0
  732. package/dist/src/runtime/forms/checkbox.d.ts +34 -0
  733. package/dist/src/runtime/forms/checkbox.d.ts.map +1 -0
  734. package/dist/src/runtime/forms/checkbox.js +32 -0
  735. package/dist/src/runtime/forms/checkbox.js.map +1 -0
  736. package/dist/src/runtime/forms/combobox.d.ts +50 -0
  737. package/dist/src/runtime/forms/combobox.d.ts.map +1 -0
  738. package/dist/src/runtime/forms/combobox.js +47 -0
  739. package/dist/src/runtime/forms/combobox.js.map +1 -0
  740. package/dist/src/runtime/forms/date-range-input.d.ts +38 -0
  741. package/dist/src/runtime/forms/date-range-input.d.ts.map +1 -0
  742. package/dist/src/runtime/forms/date-range-input.js +36 -0
  743. package/dist/src/runtime/forms/date-range-input.js.map +1 -0
  744. package/dist/src/runtime/forms/field.d.ts +77 -0
  745. package/dist/src/runtime/forms/field.d.ts.map +1 -0
  746. package/dist/src/runtime/forms/field.js +62 -0
  747. package/dist/src/runtime/forms/field.js.map +1 -0
  748. package/dist/src/runtime/forms/file-upload.d.ts +35 -0
  749. package/dist/src/runtime/forms/file-upload.d.ts.map +1 -0
  750. package/dist/src/runtime/forms/file-upload.js +33 -0
  751. package/dist/src/runtime/forms/file-upload.js.map +1 -0
  752. package/dist/src/runtime/forms/index.d.ts +20 -0
  753. package/dist/src/runtime/forms/index.d.ts.map +1 -0
  754. package/dist/src/runtime/forms/index.js +20 -0
  755. package/dist/src/runtime/forms/index.js.map +1 -0
  756. package/dist/src/runtime/forms/input.d.ts +57 -0
  757. package/dist/src/runtime/forms/input.d.ts.map +1 -0
  758. package/dist/src/runtime/forms/input.js +57 -0
  759. package/dist/src/runtime/forms/input.js.map +1 -0
  760. package/dist/src/runtime/forms/radio-card-group.d.ts +44 -0
  761. package/dist/src/runtime/forms/radio-card-group.d.ts.map +1 -0
  762. package/dist/src/runtime/forms/radio-card-group.js +42 -0
  763. package/dist/src/runtime/forms/radio-card-group.js.map +1 -0
  764. package/dist/src/runtime/forms/radio-group.d.ts +44 -0
  765. package/dist/src/runtime/forms/radio-group.d.ts.map +1 -0
  766. package/dist/src/runtime/forms/radio-group.js +42 -0
  767. package/dist/src/runtime/forms/radio-group.js.map +1 -0
  768. package/dist/src/runtime/forms/select.d.ts +49 -0
  769. package/dist/src/runtime/forms/select.d.ts.map +1 -0
  770. package/dist/src/runtime/forms/select.js +46 -0
  771. package/dist/src/runtime/forms/select.js.map +1 -0
  772. package/dist/src/runtime/forms/slider.d.ts +36 -0
  773. package/dist/src/runtime/forms/slider.d.ts.map +1 -0
  774. package/dist/src/runtime/forms/slider.js +34 -0
  775. package/dist/src/runtime/forms/slider.js.map +1 -0
  776. package/dist/src/runtime/forms/switch.d.ts +34 -0
  777. package/dist/src/runtime/forms/switch.d.ts.map +1 -0
  778. package/dist/src/runtime/forms/switch.js +32 -0
  779. package/dist/src/runtime/forms/switch.js.map +1 -0
  780. package/dist/src/runtime/forms/tags-input.d.ts +37 -0
  781. package/dist/src/runtime/forms/tags-input.d.ts.map +1 -0
  782. package/dist/src/runtime/forms/tags-input.js +35 -0
  783. package/dist/src/runtime/forms/tags-input.js.map +1 -0
  784. package/dist/src/runtime/forms/textarea.d.ts +36 -0
  785. package/dist/src/runtime/forms/textarea.d.ts.map +1 -0
  786. package/dist/src/runtime/forms/textarea.js +34 -0
  787. package/dist/src/runtime/forms/textarea.js.map +1 -0
  788. package/dist/src/runtime/forms/time-range-input.d.ts +38 -0
  789. package/dist/src/runtime/forms/time-range-input.d.ts.map +1 -0
  790. package/dist/src/runtime/forms/time-range-input.js +36 -0
  791. package/dist/src/runtime/forms/time-range-input.js.map +1 -0
  792. package/dist/src/runtime/index.d.ts +42 -0
  793. package/dist/src/runtime/index.d.ts.map +1 -0
  794. package/dist/src/runtime/index.js +41 -0
  795. package/dist/src/runtime/index.js.map +1 -0
  796. package/dist/src/runtime/layout/box.d.ts +38 -0
  797. package/dist/src/runtime/layout/box.d.ts.map +1 -0
  798. package/dist/src/runtime/layout/box.js +36 -0
  799. package/dist/src/runtime/layout/box.js.map +1 -0
  800. package/dist/src/runtime/layout/flex.d.ts +41 -0
  801. package/dist/src/runtime/layout/flex.d.ts.map +1 -0
  802. package/dist/src/runtime/layout/flex.js +39 -0
  803. package/dist/src/runtime/layout/flex.js.map +1 -0
  804. package/dist/src/runtime/layout/grid.d.ts +52 -0
  805. package/dist/src/runtime/layout/grid.d.ts.map +1 -0
  806. package/dist/src/runtime/layout/grid.js +49 -0
  807. package/dist/src/runtime/layout/grid.js.map +1 -0
  808. package/dist/src/runtime/layout/index.d.ts +14 -0
  809. package/dist/src/runtime/layout/index.d.ts.map +1 -0
  810. package/dist/src/runtime/layout/index.js +14 -0
  811. package/dist/src/runtime/layout/index.js.map +1 -0
  812. package/dist/src/runtime/layout/scroll-area.d.ts +44 -0
  813. package/dist/src/runtime/layout/scroll-area.d.ts.map +1 -0
  814. package/dist/src/runtime/layout/scroll-area.js +42 -0
  815. package/dist/src/runtime/layout/scroll-area.js.map +1 -0
  816. package/dist/src/runtime/layout/separator.d.ts +39 -0
  817. package/dist/src/runtime/layout/separator.d.ts.map +1 -0
  818. package/dist/src/runtime/layout/separator.js +37 -0
  819. package/dist/src/runtime/layout/separator.js.map +1 -0
  820. package/dist/src/runtime/layout/splitter.d.ts +53 -0
  821. package/dist/src/runtime/layout/splitter.d.ts.map +1 -0
  822. package/dist/src/runtime/layout/splitter.js +50 -0
  823. package/dist/src/runtime/layout/splitter.js.map +1 -0
  824. package/dist/src/runtime/layout/stack.d.ts +99 -0
  825. package/dist/src/runtime/layout/stack.d.ts.map +1 -0
  826. package/dist/src/runtime/layout/stack.js +93 -0
  827. package/dist/src/runtime/layout/stack.js.map +1 -0
  828. package/dist/src/runtime/layout/sticky.d.ts +44 -0
  829. package/dist/src/runtime/layout/sticky.d.ts.map +1 -0
  830. package/dist/src/runtime/layout/sticky.js +42 -0
  831. package/dist/src/runtime/layout/sticky.js.map +1 -0
  832. package/dist/src/runtime/navigation/breadcrumb.d.ts +41 -0
  833. package/dist/src/runtime/navigation/breadcrumb.d.ts.map +1 -0
  834. package/dist/src/runtime/navigation/breadcrumb.js +39 -0
  835. package/dist/src/runtime/navigation/breadcrumb.js.map +1 -0
  836. package/dist/src/runtime/navigation/index.d.ts +8 -0
  837. package/dist/src/runtime/navigation/index.d.ts.map +1 -0
  838. package/dist/src/runtime/navigation/index.js +8 -0
  839. package/dist/src/runtime/navigation/index.js.map +1 -0
  840. package/dist/src/runtime/navigation/nav-list.d.ts +54 -0
  841. package/dist/src/runtime/navigation/nav-list.d.ts.map +1 -0
  842. package/dist/src/runtime/navigation/nav-list.js +52 -0
  843. package/dist/src/runtime/navigation/nav-list.js.map +1 -0
  844. package/dist/src/runtime/overlays/action-bar.d.ts +45 -0
  845. package/dist/src/runtime/overlays/action-bar.d.ts.map +1 -0
  846. package/dist/src/runtime/overlays/action-bar.js +43 -0
  847. package/dist/src/runtime/overlays/action-bar.js.map +1 -0
  848. package/dist/src/runtime/overlays/command-palette.d.ts +45 -0
  849. package/dist/src/runtime/overlays/command-palette.d.ts.map +1 -0
  850. package/dist/src/runtime/overlays/command-palette.js +43 -0
  851. package/dist/src/runtime/overlays/command-palette.js.map +1 -0
  852. package/dist/src/runtime/overlays/dialog.d.ts +47 -0
  853. package/dist/src/runtime/overlays/dialog.d.ts.map +1 -0
  854. package/dist/src/runtime/overlays/dialog.js +44 -0
  855. package/dist/src/runtime/overlays/dialog.js.map +1 -0
  856. package/dist/src/runtime/overlays/drawer.d.ts +46 -0
  857. package/dist/src/runtime/overlays/drawer.d.ts.map +1 -0
  858. package/dist/src/runtime/overlays/drawer.js +43 -0
  859. package/dist/src/runtime/overlays/drawer.js.map +1 -0
  860. package/dist/src/runtime/overlays/hover-card.d.ts +43 -0
  861. package/dist/src/runtime/overlays/hover-card.d.ts.map +1 -0
  862. package/dist/src/runtime/overlays/hover-card.js +41 -0
  863. package/dist/src/runtime/overlays/hover-card.js.map +1 -0
  864. package/dist/src/runtime/overlays/index.d.ts +15 -0
  865. package/dist/src/runtime/overlays/index.d.ts.map +1 -0
  866. package/dist/src/runtime/overlays/index.js +15 -0
  867. package/dist/src/runtime/overlays/index.js.map +1 -0
  868. package/dist/src/runtime/overlays/menu.d.ts +49 -0
  869. package/dist/src/runtime/overlays/menu.d.ts.map +1 -0
  870. package/dist/src/runtime/overlays/menu.js +46 -0
  871. package/dist/src/runtime/overlays/menu.js.map +1 -0
  872. package/dist/src/runtime/overlays/popover.d.ts +37 -0
  873. package/dist/src/runtime/overlays/popover.d.ts.map +1 -0
  874. package/dist/src/runtime/overlays/popover.js +35 -0
  875. package/dist/src/runtime/overlays/popover.js.map +1 -0
  876. package/dist/src/runtime/overlays/toggle-tip.d.ts +44 -0
  877. package/dist/src/runtime/overlays/toggle-tip.d.ts.map +1 -0
  878. package/dist/src/runtime/overlays/toggle-tip.js +42 -0
  879. package/dist/src/runtime/overlays/toggle-tip.js.map +1 -0
  880. package/dist/src/runtime/overlays/tooltip.d.ts +37 -0
  881. package/dist/src/runtime/overlays/tooltip.d.ts.map +1 -0
  882. package/dist/src/runtime/overlays/tooltip.js +35 -0
  883. package/dist/src/runtime/overlays/tooltip.js.map +1 -0
  884. package/dist/src/runtime/platform-hotkey.d.ts +41 -0
  885. package/dist/src/runtime/platform-hotkey.d.ts.map +1 -0
  886. package/dist/src/runtime/platform-hotkey.js +39 -0
  887. package/dist/src/runtime/platform-hotkey.js.map +1 -0
  888. package/dist/src/runtime/reactive/index.d.ts +8 -0
  889. package/dist/src/runtime/reactive/index.d.ts.map +1 -0
  890. package/dist/src/runtime/reactive/index.js +7 -0
  891. package/dist/src/runtime/reactive/index.js.map +1 -0
  892. package/dist/src/runtime/reactive/reactive.d.ts +59 -0
  893. package/dist/src/runtime/reactive/reactive.d.ts.map +1 -0
  894. package/dist/src/runtime/reactive/reactive.js +53 -0
  895. package/dist/src/runtime/reactive/reactive.js.map +1 -0
  896. package/dist/src/runtime/runtime.d.ts +92 -0
  897. package/dist/src/runtime/runtime.d.ts.map +1 -0
  898. package/dist/src/runtime/runtime.js +47 -0
  899. package/dist/src/runtime/runtime.js.map +1 -0
  900. package/dist/src/runtime/slice.d.ts +84 -0
  901. package/dist/src/runtime/slice.d.ts.map +1 -0
  902. package/dist/src/runtime/slice.js +379 -0
  903. package/dist/src/runtime/slice.js.map +1 -0
  904. package/dist/src/runtime/typography/code-block.d.ts +38 -0
  905. package/dist/src/runtime/typography/code-block.d.ts.map +1 -0
  906. package/dist/src/runtime/typography/code-block.js +36 -0
  907. package/dist/src/runtime/typography/code-block.js.map +1 -0
  908. package/dist/src/runtime/typography/code.d.ts +36 -0
  909. package/dist/src/runtime/typography/code.d.ts.map +1 -0
  910. package/dist/src/runtime/typography/code.js +34 -0
  911. package/dist/src/runtime/typography/code.js.map +1 -0
  912. package/dist/src/runtime/typography/heading.d.ts +39 -0
  913. package/dist/src/runtime/typography/heading.d.ts.map +1 -0
  914. package/dist/src/runtime/typography/heading.js +37 -0
  915. package/dist/src/runtime/typography/heading.js.map +1 -0
  916. package/dist/src/runtime/typography/highlight.d.ts +37 -0
  917. package/dist/src/runtime/typography/highlight.d.ts.map +1 -0
  918. package/dist/src/runtime/typography/highlight.js +35 -0
  919. package/dist/src/runtime/typography/highlight.js.map +1 -0
  920. package/dist/src/runtime/typography/index.d.ts +16 -0
  921. package/dist/src/runtime/typography/index.d.ts.map +1 -0
  922. package/dist/src/runtime/typography/index.js +16 -0
  923. package/dist/src/runtime/typography/index.js.map +1 -0
  924. package/dist/src/runtime/typography/link.d.ts +37 -0
  925. package/dist/src/runtime/typography/link.d.ts.map +1 -0
  926. package/dist/src/runtime/typography/link.js +35 -0
  927. package/dist/src/runtime/typography/link.js.map +1 -0
  928. package/dist/src/runtime/typography/list.d.ts +42 -0
  929. package/dist/src/runtime/typography/list.d.ts.map +1 -0
  930. package/dist/src/runtime/typography/list.js +40 -0
  931. package/dist/src/runtime/typography/list.js.map +1 -0
  932. package/dist/src/runtime/typography/mark.d.ts +35 -0
  933. package/dist/src/runtime/typography/mark.d.ts.map +1 -0
  934. package/dist/src/runtime/typography/mark.js +33 -0
  935. package/dist/src/runtime/typography/mark.js.map +1 -0
  936. package/dist/src/runtime/typography/note.d.ts +38 -0
  937. package/dist/src/runtime/typography/note.d.ts.map +1 -0
  938. package/dist/src/runtime/typography/note.js +36 -0
  939. package/dist/src/runtime/typography/note.js.map +1 -0
  940. package/dist/src/runtime/typography/numeric.d.ts +43 -0
  941. package/dist/src/runtime/typography/numeric.d.ts.map +1 -0
  942. package/dist/src/runtime/typography/numeric.js +41 -0
  943. package/dist/src/runtime/typography/numeric.js.map +1 -0
  944. package/dist/src/runtime/typography/text.d.ts +94 -0
  945. package/dist/src/runtime/typography/text.d.ts.map +1 -0
  946. package/dist/src/runtime/typography/text.js +208 -0
  947. package/dist/src/runtime/typography/text.js.map +1 -0
  948. package/dist/src/slice/breakdown/index.d.ts +11 -4
  949. package/dist/src/slice/breakdown/index.d.ts.map +1 -1
  950. package/dist/src/slice/breakdown/index.js +4 -4
  951. package/dist/src/slice/breakdown/index.js.map +1 -1
  952. package/dist/src/slice/breakdown/types.d.ts +6 -1
  953. package/dist/src/slice/breakdown/types.d.ts.map +1 -1
  954. package/dist/src/slice/cohort/index.d.ts +12 -5
  955. package/dist/src/slice/cohort/index.d.ts.map +1 -1
  956. package/dist/src/slice/cohort/index.js +9 -9
  957. package/dist/src/slice/cohort/index.js.map +1 -1
  958. package/dist/src/slice/cohort/types.d.ts +6 -1
  959. package/dist/src/slice/cohort/types.d.ts.map +1 -1
  960. package/dist/src/slice/filter/index.d.ts +11 -5
  961. package/dist/src/slice/filter/index.d.ts.map +1 -1
  962. package/dist/src/slice/filter/index.js +6 -7
  963. package/dist/src/slice/filter/index.js.map +1 -1
  964. package/dist/src/slice/filter/types.d.ts +6 -1
  965. package/dist/src/slice/filter/types.d.ts.map +1 -1
  966. package/dist/src/slice/index.d.ts +687 -267
  967. package/dist/src/slice/index.d.ts.map +1 -1
  968. package/dist/src/slice/index.js +3 -6
  969. package/dist/src/slice/index.js.map +1 -1
  970. package/dist/src/slice/legend/index.d.ts +18 -4
  971. package/dist/src/slice/legend/index.d.ts.map +1 -1
  972. package/dist/src/slice/legend/index.js +4 -4
  973. package/dist/src/slice/legend/index.js.map +1 -1
  974. package/dist/src/slice/legend/types.d.ts +6 -1
  975. package/dist/src/slice/legend/types.d.ts.map +1 -1
  976. package/dist/src/slice/rail/index.d.ts +49 -0
  977. package/dist/src/slice/rail/index.d.ts.map +1 -0
  978. package/dist/src/slice/rail/index.js +39 -0
  979. package/dist/src/slice/rail/index.js.map +1 -0
  980. package/dist/src/slice/range/index.d.ts +10 -3
  981. package/dist/src/slice/range/index.d.ts.map +1 -1
  982. package/dist/src/slice/range/index.js +4 -4
  983. package/dist/src/slice/range/index.js.map +1 -1
  984. package/dist/src/slice/range/types.d.ts +6 -1
  985. package/dist/src/slice/range/types.d.ts.map +1 -1
  986. package/dist/src/slice/search/index.d.ts +11 -4
  987. package/dist/src/slice/search/index.d.ts.map +1 -1
  988. package/dist/src/slice/search/index.js +6 -6
  989. package/dist/src/slice/search/index.js.map +1 -1
  990. package/dist/src/slice/search/types.d.ts +6 -1
  991. package/dist/src/slice/search/types.d.ts.map +1 -1
  992. package/dist/src/slice/summary/index.d.ts +18 -4
  993. package/dist/src/slice/summary/index.d.ts.map +1 -1
  994. package/dist/src/slice/summary/index.js +4 -4
  995. package/dist/src/slice/summary/index.js.map +1 -1
  996. package/dist/src/slice/summary/types.d.ts +6 -1
  997. package/dist/src/slice/summary/types.d.ts.map +1 -1
  998. package/dist/src/typography/highlight/index.d.ts +13 -13
  999. package/dist/src/typography/highlight/index.d.ts.map +1 -1
  1000. package/dist/src/typography/highlight/index.js +17 -20
  1001. package/dist/src/typography/highlight/index.js.map +1 -1
  1002. package/dist/src/typography/highlight/types.d.ts +5 -2
  1003. package/dist/src/typography/highlight/types.d.ts.map +1 -1
  1004. package/dist/src/typography/link/index.d.ts +9 -8
  1005. package/dist/src/typography/link/index.d.ts.map +1 -1
  1006. package/dist/src/typography/link/index.js +14 -12
  1007. package/dist/src/typography/link/index.js.map +1 -1
  1008. package/dist/src/typography/link/types.d.ts +4 -2
  1009. package/dist/src/typography/link/types.d.ts.map +1 -1
  1010. package/dist/src/typography/numeric/index.d.ts +1 -1
  1011. package/dist/src/typography/numeric/index.d.ts.map +1 -1
  1012. package/dist/src/typography/numeric/index.js +1 -1
  1013. package/dist/src/typography/numeric/index.js.map +1 -1
  1014. package/dist/src/typography/numeric/types.d.ts +1 -1
  1015. package/dist/src/typography/numeric/types.js +1 -1
  1016. package/dist/test/buttons/button-group.examples.d.ts.map +1 -1
  1017. package/dist/test/buttons/button-group.examples.js +9 -20
  1018. package/dist/test/buttons/button-group.examples.js.map +1 -1
  1019. package/dist/test/buttons/button.examples.d.ts.map +1 -1
  1020. package/dist/test/buttons/button.examples.js +16 -53
  1021. package/dist/test/buttons/button.examples.js.map +1 -1
  1022. package/dist/test/buttons/close-button.examples.d.ts.map +1 -1
  1023. package/dist/test/buttons/close-button.examples.js +10 -24
  1024. package/dist/test/buttons/close-button.examples.js.map +1 -1
  1025. package/dist/test/buttons/copy-button.examples.d.ts.map +1 -1
  1026. package/dist/test/buttons/copy-button.examples.js +7 -18
  1027. package/dist/test/buttons/copy-button.examples.js.map +1 -1
  1028. package/dist/test/buttons/icon-button.examples.d.ts.map +1 -1
  1029. package/dist/test/buttons/icon-button.examples.js +10 -27
  1030. package/dist/test/buttons/icon-button.examples.js.map +1 -1
  1031. package/dist/test/buttons/index.d.ts +12 -0
  1032. package/dist/test/buttons/index.d.ts.map +1 -0
  1033. package/dist/test/buttons/index.js +12 -0
  1034. package/dist/test/buttons/index.js.map +1 -0
  1035. package/dist/test/buttons/toggle.examples.d.ts.map +1 -1
  1036. package/dist/test/buttons/toggle.examples.js +9 -21
  1037. package/dist/test/buttons/toggle.examples.js.map +1 -1
  1038. package/dist/test/charts/chart.examples.d.ts +23 -0
  1039. package/dist/test/charts/chart.examples.d.ts.map +1 -0
  1040. package/dist/test/charts/chart.examples.js +325 -0
  1041. package/dist/test/charts/chart.examples.js.map +1 -0
  1042. package/dist/test/charts/index.d.ts +2 -7
  1043. package/dist/test/charts/index.d.ts.map +1 -1
  1044. package/dist/test/charts/index.js +2 -7
  1045. package/dist/test/charts/index.js.map +1 -1
  1046. package/dist/test/charts/sparkline.examples.d.ts +0 -4
  1047. package/dist/test/charts/sparkline.examples.d.ts.map +1 -1
  1048. package/dist/test/charts/sparkline.examples.js +15 -104
  1049. package/dist/test/charts/sparkline.examples.js.map +1 -1
  1050. package/dist/test/collections/blend.examples.d.ts +5 -0
  1051. package/dist/test/collections/blend.examples.d.ts.map +1 -0
  1052. package/dist/test/collections/blend.examples.js +105 -0
  1053. package/dist/test/collections/blend.examples.js.map +1 -0
  1054. package/dist/test/collections/calendar.examples.d.ts +4 -0
  1055. package/dist/test/collections/calendar.examples.d.ts.map +1 -0
  1056. package/dist/test/collections/calendar.examples.js +84 -0
  1057. package/dist/test/collections/calendar.examples.js.map +1 -0
  1058. package/dist/test/collections/data-list.examples.d.ts.map +1 -1
  1059. package/dist/test/collections/data-list.examples.js +50 -55
  1060. package/dist/test/collections/data-list.examples.js.map +1 -1
  1061. package/dist/test/collections/gantt.examples.d.ts +4 -13
  1062. package/dist/test/collections/gantt.examples.d.ts.map +1 -1
  1063. package/dist/test/collections/gantt.examples.js +203 -465
  1064. package/dist/test/collections/gantt.examples.js.map +1 -1
  1065. package/dist/test/collections/index.d.ts +3 -0
  1066. package/dist/test/collections/index.d.ts.map +1 -1
  1067. package/dist/test/collections/index.js +3 -0
  1068. package/dist/test/collections/index.js.map +1 -1
  1069. package/dist/test/collections/library.examples.d.ts +4 -0
  1070. package/dist/test/collections/library.examples.d.ts.map +1 -0
  1071. package/dist/test/collections/library.examples.js +79 -0
  1072. package/dist/test/collections/library.examples.js.map +1 -0
  1073. package/dist/test/collections/matrix.examples.d.ts +43 -12
  1074. package/dist/test/collections/matrix.examples.d.ts.map +1 -1
  1075. package/dist/test/collections/matrix.examples.js +172 -592
  1076. package/dist/test/collections/matrix.examples.js.map +1 -1
  1077. package/dist/test/collections/pagination.examples.d.ts +0 -4
  1078. package/dist/test/collections/pagination.examples.d.ts.map +1 -1
  1079. package/dist/test/collections/pagination.examples.js +24 -33
  1080. package/dist/test/collections/pagination.examples.js.map +1 -1
  1081. package/dist/test/collections/planner.examples.d.ts +43 -27
  1082. package/dist/test/collections/planner.examples.d.ts.map +1 -1
  1083. package/dist/test/collections/planner.examples.js +149 -596
  1084. package/dist/test/collections/planner.examples.js.map +1 -1
  1085. package/dist/test/collections/roster.examples.d.ts +5 -0
  1086. package/dist/test/collections/roster.examples.d.ts.map +1 -0
  1087. package/dist/test/collections/roster.examples.js +115 -0
  1088. package/dist/test/collections/roster.examples.js.map +1 -0
  1089. package/dist/test/collections/schematic.examples.d.ts +5 -0
  1090. package/dist/test/collections/schematic.examples.d.ts.map +1 -0
  1091. package/dist/test/collections/schematic.examples.js +144 -0
  1092. package/dist/test/collections/schematic.examples.js.map +1 -0
  1093. package/dist/test/collections/table.examples.d.ts +0 -11
  1094. package/dist/test/collections/table.examples.d.ts.map +1 -1
  1095. package/dist/test/collections/table.examples.js +170 -495
  1096. package/dist/test/collections/table.examples.js.map +1 -1
  1097. package/dist/test/collections/tree-view.examples.d.ts.map +1 -1
  1098. package/dist/test/collections/tree-view.examples.js +125 -156
  1099. package/dist/test/collections/tree-view.examples.js.map +1 -1
  1100. package/dist/test/container/card.examples.d.ts.map +1 -1
  1101. package/dist/test/container/card.examples.js +26 -111
  1102. package/dist/test/container/card.examples.js.map +1 -1
  1103. package/dist/test/container/index.d.ts +7 -0
  1104. package/dist/test/container/index.d.ts.map +1 -0
  1105. package/dist/test/container/index.js +7 -0
  1106. package/dist/test/container/index.js.map +1 -0
  1107. package/dist/test/disclosure/accordion.examples.d.ts.map +1 -1
  1108. package/dist/test/disclosure/accordion.examples.js +41 -106
  1109. package/dist/test/disclosure/accordion.examples.js.map +1 -1
  1110. package/dist/test/disclosure/carousel.examples.d.ts.map +1 -1
  1111. package/dist/test/disclosure/carousel.examples.js +14 -104
  1112. package/dist/test/disclosure/carousel.examples.js.map +1 -1
  1113. package/dist/test/disclosure/collapsible.examples.d.ts.map +1 -1
  1114. package/dist/test/disclosure/collapsible.examples.js +10 -22
  1115. package/dist/test/disclosure/collapsible.examples.js.map +1 -1
  1116. package/dist/test/disclosure/index.d.ts +5 -0
  1117. package/dist/test/disclosure/index.d.ts.map +1 -1
  1118. package/dist/test/disclosure/index.js +5 -0
  1119. package/dist/test/disclosure/index.js.map +1 -1
  1120. package/dist/test/disclosure/option-list.examples.d.ts.map +1 -1
  1121. package/dist/test/disclosure/option-list.examples.js +21 -44
  1122. package/dist/test/disclosure/option-list.examples.js.map +1 -1
  1123. package/dist/test/disclosure/segment-group.examples.d.ts.map +1 -1
  1124. package/dist/test/disclosure/segment-group.examples.js +29 -43
  1125. package/dist/test/disclosure/segment-group.examples.js.map +1 -1
  1126. package/dist/test/disclosure/show-more.examples.d.ts.map +1 -1
  1127. package/dist/test/disclosure/show-more.examples.js +8 -8
  1128. package/dist/test/disclosure/show-more.examples.js.map +1 -1
  1129. package/dist/test/disclosure/tabs.examples.d.ts.map +1 -1
  1130. package/dist/test/disclosure/tabs.examples.js +56 -146
  1131. package/dist/test/disclosure/tabs.examples.js.map +1 -1
  1132. package/dist/test/display/avatar-group.examples.d.ts +1 -4
  1133. package/dist/test/display/avatar-group.examples.d.ts.map +1 -1
  1134. package/dist/test/display/avatar-group.examples.js +18 -17
  1135. package/dist/test/display/avatar-group.examples.js.map +1 -1
  1136. package/dist/test/display/avatar.examples.d.ts +1 -0
  1137. package/dist/test/display/avatar.examples.d.ts.map +1 -1
  1138. package/dist/test/display/avatar.examples.js +21 -28
  1139. package/dist/test/display/avatar.examples.js.map +1 -1
  1140. package/dist/test/display/badge.examples.d.ts +1 -0
  1141. package/dist/test/display/badge.examples.d.ts.map +1 -1
  1142. package/dist/test/display/badge.examples.js +26 -64
  1143. package/dist/test/display/badge.examples.js.map +1 -1
  1144. package/dist/test/display/bar-strip.examples.d.ts +1 -4
  1145. package/dist/test/display/bar-strip.examples.d.ts.map +1 -1
  1146. package/dist/test/display/bar-strip.examples.js +41 -18
  1147. package/dist/test/display/bar-strip.examples.js.map +1 -1
  1148. package/dist/test/display/chip-rail.examples.d.ts +7 -0
  1149. package/dist/test/display/chip-rail.examples.d.ts.map +1 -0
  1150. package/dist/test/display/chip-rail.examples.js +59 -0
  1151. package/dist/test/display/chip-rail.examples.js.map +1 -0
  1152. package/dist/test/display/combine.examples.d.ts +2 -0
  1153. package/dist/test/display/combine.examples.d.ts.map +1 -0
  1154. package/dist/test/display/combine.examples.js +174 -0
  1155. package/dist/test/display/combine.examples.js.map +1 -0
  1156. package/dist/test/display/editable-chip.examples.d.ts +1 -4
  1157. package/dist/test/display/editable-chip.examples.d.ts.map +1 -1
  1158. package/dist/test/display/editable-chip.examples.js +22 -18
  1159. package/dist/test/display/editable-chip.examples.js.map +1 -1
  1160. package/dist/test/display/icon.examples.d.ts.map +1 -1
  1161. package/dist/test/display/icon.examples.js +10 -25
  1162. package/dist/test/display/icon.examples.js.map +1 -1
  1163. package/dist/test/display/index.d.ts +11 -0
  1164. package/dist/test/display/index.d.ts.map +1 -1
  1165. package/dist/test/display/index.js +11 -0
  1166. package/dist/test/display/index.js.map +1 -1
  1167. package/dist/test/display/kbd.examples.d.ts +1 -4
  1168. package/dist/test/display/kbd.examples.d.ts.map +1 -1
  1169. package/dist/test/display/kbd.examples.js +18 -8
  1170. package/dist/test/display/kbd.examples.js.map +1 -1
  1171. package/dist/test/display/meter.examples.d.ts +1 -4
  1172. package/dist/test/display/meter.examples.d.ts.map +1 -1
  1173. package/dist/test/display/meter.examples.js +19 -9
  1174. package/dist/test/display/meter.examples.js.map +1 -1
  1175. package/dist/test/display/metric-chip.examples.d.ts +1 -4
  1176. package/dist/test/display/metric-chip.examples.d.ts.map +1 -1
  1177. package/dist/test/display/metric-chip.examples.js +19 -9
  1178. package/dist/test/display/metric-chip.examples.js.map +1 -1
  1179. package/dist/test/display/segmented-meter.examples.d.ts +1 -4
  1180. package/dist/test/display/segmented-meter.examples.d.ts.map +1 -1
  1181. package/dist/test/display/segmented-meter.examples.js +40 -14
  1182. package/dist/test/display/segmented-meter.examples.js.map +1 -1
  1183. package/dist/test/display/stat.examples.d.ts +1 -0
  1184. package/dist/test/display/stat.examples.d.ts.map +1 -1
  1185. package/dist/test/display/stat.examples.js +22 -28
  1186. package/dist/test/display/stat.examples.js.map +1 -1
  1187. package/dist/test/display/tag.examples.d.ts +1 -0
  1188. package/dist/test/display/tag.examples.d.ts.map +1 -1
  1189. package/dist/test/display/tag.examples.js +25 -71
  1190. package/dist/test/display/tag.examples.js.map +1 -1
  1191. package/dist/test/display/trace.examples.d.ts +5 -0
  1192. package/dist/test/display/trace.examples.d.ts.map +1 -0
  1193. package/dist/test/display/trace.examples.js +62 -0
  1194. package/dist/test/display/trace.examples.js.map +1 -0
  1195. package/dist/test/extension.examples.d.ts +1 -27
  1196. package/dist/test/extension.examples.d.ts.map +1 -1
  1197. package/dist/test/extension.examples.js +34 -42
  1198. package/dist/test/extension.examples.js.map +1 -1
  1199. package/dist/test/feedback/banner.examples.d.ts.map +1 -1
  1200. package/dist/test/feedback/banner.examples.js +13 -37
  1201. package/dist/test/feedback/banner.examples.js.map +1 -1
  1202. package/dist/test/feedback/empty-state.examples.d.ts.map +1 -1
  1203. package/dist/test/feedback/empty-state.examples.js +7 -19
  1204. package/dist/test/feedback/empty-state.examples.js.map +1 -1
  1205. package/dist/test/feedback/index.d.ts +5 -0
  1206. package/dist/test/feedback/index.d.ts.map +1 -1
  1207. package/dist/test/feedback/index.js +5 -0
  1208. package/dist/test/feedback/index.js.map +1 -1
  1209. package/dist/test/feedback/progress.examples.d.ts +0 -1
  1210. package/dist/test/feedback/progress.examples.d.ts.map +1 -1
  1211. package/dist/test/feedback/progress.examples.js +13 -55
  1212. package/dist/test/feedback/progress.examples.js.map +1 -1
  1213. package/dist/test/feedback/skeleton.examples.d.ts.map +1 -1
  1214. package/dist/test/feedback/skeleton.examples.js +7 -11
  1215. package/dist/test/feedback/skeleton.examples.js.map +1 -1
  1216. package/dist/test/feedback/status.examples.d.ts.map +1 -1
  1217. package/dist/test/feedback/status.examples.js +8 -17
  1218. package/dist/test/feedback/status.examples.js.map +1 -1
  1219. package/dist/test/forms/checkbox.examples.d.ts.map +1 -1
  1220. package/dist/test/forms/checkbox.examples.js +9 -23
  1221. package/dist/test/forms/checkbox.examples.js.map +1 -1
  1222. package/dist/test/forms/combobox.examples.d.ts.map +1 -1
  1223. package/dist/test/forms/combobox.examples.js +69 -112
  1224. package/dist/test/forms/combobox.examples.js.map +1 -1
  1225. package/dist/test/forms/date-range-input.examples.d.ts.map +1 -1
  1226. package/dist/test/forms/date-range-input.examples.js +16 -34
  1227. package/dist/test/forms/date-range-input.examples.js.map +1 -1
  1228. package/dist/test/forms/field.examples.d.ts.map +1 -1
  1229. package/dist/test/forms/field.examples.js +8 -28
  1230. package/dist/test/forms/field.examples.js.map +1 -1
  1231. package/dist/test/forms/file-upload.examples.d.ts +1 -0
  1232. package/dist/test/forms/file-upload.examples.d.ts.map +1 -1
  1233. package/dist/test/forms/file-upload.examples.js +23 -49
  1234. package/dist/test/forms/file-upload.examples.js.map +1 -1
  1235. package/dist/test/forms/index.d.ts +5 -0
  1236. package/dist/test/forms/index.d.ts.map +1 -1
  1237. package/dist/test/forms/index.js +5 -0
  1238. package/dist/test/forms/index.js.map +1 -1
  1239. package/dist/test/forms/input.examples.d.ts +1 -0
  1240. package/dist/test/forms/input.examples.d.ts.map +1 -1
  1241. package/dist/test/forms/input.examples.js +30 -74
  1242. package/dist/test/forms/input.examples.js.map +1 -1
  1243. package/dist/test/forms/radio-card-group.examples.d.ts.map +1 -1
  1244. package/dist/test/forms/radio-card-group.examples.js +30 -36
  1245. package/dist/test/forms/radio-card-group.examples.js.map +1 -1
  1246. package/dist/test/forms/radio-group.examples.d.ts.map +1 -1
  1247. package/dist/test/forms/radio-group.examples.js +31 -37
  1248. package/dist/test/forms/radio-group.examples.js.map +1 -1
  1249. package/dist/test/forms/select.examples.d.ts.map +1 -1
  1250. package/dist/test/forms/select.examples.js +32 -44
  1251. package/dist/test/forms/select.examples.js.map +1 -1
  1252. package/dist/test/forms/slider.examples.d.ts.map +1 -1
  1253. package/dist/test/forms/slider.examples.js +11 -22
  1254. package/dist/test/forms/slider.examples.js.map +1 -1
  1255. package/dist/test/forms/switch.examples.d.ts.map +1 -1
  1256. package/dist/test/forms/switch.examples.js +9 -23
  1257. package/dist/test/forms/switch.examples.js.map +1 -1
  1258. package/dist/test/forms/tags-input.examples.d.ts.map +1 -1
  1259. package/dist/test/forms/tags-input.examples.js +14 -42
  1260. package/dist/test/forms/tags-input.examples.js.map +1 -1
  1261. package/dist/test/forms/textarea.examples.d.ts.map +1 -1
  1262. package/dist/test/forms/textarea.examples.js +14 -46
  1263. package/dist/test/forms/textarea.examples.js.map +1 -1
  1264. package/dist/test/forms/time-range-input.examples.d.ts.map +1 -1
  1265. package/dist/test/forms/time-range-input.examples.js +20 -38
  1266. package/dist/test/forms/time-range-input.examples.js.map +1 -1
  1267. package/dist/test/layout/box.examples.d.ts.map +1 -1
  1268. package/dist/test/layout/box.examples.js +20 -180
  1269. package/dist/test/layout/box.examples.js.map +1 -1
  1270. package/dist/test/layout/flex.examples.d.ts.map +1 -1
  1271. package/dist/test/layout/flex.examples.js +15 -133
  1272. package/dist/test/layout/flex.examples.js.map +1 -1
  1273. package/dist/test/layout/grid.examples.d.ts.map +1 -1
  1274. package/dist/test/layout/grid.examples.js +66 -105
  1275. package/dist/test/layout/grid.examples.js.map +1 -1
  1276. package/dist/test/layout/index.d.ts +3 -0
  1277. package/dist/test/layout/index.d.ts.map +1 -1
  1278. package/dist/test/layout/index.js +3 -0
  1279. package/dist/test/layout/index.js.map +1 -1
  1280. package/dist/test/layout/scroll-area.examples.d.ts.map +1 -1
  1281. package/dist/test/layout/scroll-area.examples.js +6 -14
  1282. package/dist/test/layout/scroll-area.examples.js.map +1 -1
  1283. package/dist/test/layout/separator.examples.d.ts.map +1 -1
  1284. package/dist/test/layout/separator.examples.js +17 -74
  1285. package/dist/test/layout/separator.examples.js.map +1 -1
  1286. package/dist/test/layout/splitter.examples.d.ts.map +1 -1
  1287. package/dist/test/layout/splitter.examples.js +41 -70
  1288. package/dist/test/layout/splitter.examples.js.map +1 -1
  1289. package/dist/test/layout/stack.examples.d.ts +1 -0
  1290. package/dist/test/layout/stack.examples.d.ts.map +1 -1
  1291. package/dist/test/layout/stack.examples.js +24 -93
  1292. package/dist/test/layout/stack.examples.js.map +1 -1
  1293. package/dist/test/layout/sticky.examples.d.ts.map +1 -1
  1294. package/dist/test/layout/sticky.examples.js +6 -33
  1295. package/dist/test/layout/sticky.examples.js.map +1 -1
  1296. package/dist/test/navigation/breadcrumb.examples.d.ts.map +1 -1
  1297. package/dist/test/navigation/breadcrumb.examples.js +30 -26
  1298. package/dist/test/navigation/breadcrumb.examples.js.map +1 -1
  1299. package/dist/test/navigation/index.d.ts +8 -0
  1300. package/dist/test/navigation/index.d.ts.map +1 -0
  1301. package/dist/test/navigation/index.js +8 -0
  1302. package/dist/test/navigation/index.js.map +1 -0
  1303. package/dist/test/navigation/nav-list.examples.d.ts.map +1 -1
  1304. package/dist/test/navigation/nav-list.examples.js +58 -60
  1305. package/dist/test/navigation/nav-list.examples.js.map +1 -1
  1306. package/dist/test/overlays/command-palette.examples.d.ts.map +1 -1
  1307. package/dist/test/overlays/command-palette.examples.js +45 -47
  1308. package/dist/test/overlays/command-palette.examples.js.map +1 -1
  1309. package/dist/test/overlays/dialog.examples.d.ts.map +1 -1
  1310. package/dist/test/overlays/dialog.examples.js +13 -41
  1311. package/dist/test/overlays/dialog.examples.js.map +1 -1
  1312. package/dist/test/overlays/drawer.examples.d.ts.map +1 -1
  1313. package/dist/test/overlays/drawer.examples.js +15 -39
  1314. package/dist/test/overlays/drawer.examples.js.map +1 -1
  1315. package/dist/test/overlays/hover-card.examples.d.ts.map +1 -1
  1316. package/dist/test/overlays/hover-card.examples.js +13 -32
  1317. package/dist/test/overlays/hover-card.examples.js.map +1 -1
  1318. package/dist/test/overlays/index.d.ts +2 -0
  1319. package/dist/test/overlays/index.d.ts.map +1 -1
  1320. package/dist/test/overlays/index.js +2 -0
  1321. package/dist/test/overlays/index.js.map +1 -1
  1322. package/dist/test/overlays/menu.examples.d.ts.map +1 -1
  1323. package/dist/test/overlays/menu.examples.js +26 -21
  1324. package/dist/test/overlays/menu.examples.js.map +1 -1
  1325. package/dist/test/overlays/popover.examples.d.ts.map +1 -1
  1326. package/dist/test/overlays/popover.examples.js +17 -33
  1327. package/dist/test/overlays/popover.examples.js.map +1 -1
  1328. package/dist/test/overlays/toggle-tip.examples.d.ts.map +1 -1
  1329. package/dist/test/overlays/toggle-tip.examples.js +9 -20
  1330. package/dist/test/overlays/toggle-tip.examples.js.map +1 -1
  1331. package/dist/test/overlays/tooltip.examples.d.ts.map +1 -1
  1332. package/dist/test/overlays/tooltip.examples.js +8 -5
  1333. package/dist/test/overlays/tooltip.examples.js.map +1 -1
  1334. package/dist/test/platform/clipboard.examples.d.ts.map +1 -1
  1335. package/dist/test/platform/clipboard.examples.js +10 -14
  1336. package/dist/test/platform/clipboard.examples.js.map +1 -1
  1337. package/dist/test/platform/download.examples.d.ts.map +1 -1
  1338. package/dist/test/platform/download.examples.js +10 -11
  1339. package/dist/test/platform/download.examples.js.map +1 -1
  1340. package/dist/test/platform/index.d.ts +11 -0
  1341. package/dist/test/platform/index.d.ts.map +1 -0
  1342. package/dist/test/platform/index.js +11 -0
  1343. package/dist/test/platform/index.js.map +1 -0
  1344. package/dist/test/platform/share.examples.d.ts.map +1 -1
  1345. package/dist/test/platform/share.examples.js +7 -6
  1346. package/dist/test/platform/share.examples.js.map +1 -1
  1347. package/dist/test/platform/slice.examples.d.ts.map +1 -1
  1348. package/dist/test/platform/slice.examples.js +211 -214
  1349. package/dist/test/platform/slice.examples.js.map +1 -1
  1350. package/dist/test/platform/state.examples.d.ts.map +1 -1
  1351. package/dist/test/platform/state.examples.js +7 -9
  1352. package/dist/test/platform/state.examples.js.map +1 -1
  1353. package/dist/test/slice/slice.examples.d.ts +10 -17
  1354. package/dist/test/slice/slice.examples.d.ts.map +1 -1
  1355. package/dist/test/slice/slice.examples.js +184 -483
  1356. package/dist/test/slice/slice.examples.js.map +1 -1
  1357. package/dist/test/style.examples.d.ts.map +1 -1
  1358. package/dist/test/style.examples.js +28 -74
  1359. package/dist/test/style.examples.js.map +1 -1
  1360. package/dist/test/typography/code-block.examples.d.ts.map +1 -1
  1361. package/dist/test/typography/code-block.examples.js +16 -43
  1362. package/dist/test/typography/code-block.examples.js.map +1 -1
  1363. package/dist/test/typography/code.examples.d.ts.map +1 -1
  1364. package/dist/test/typography/code.examples.js +14 -30
  1365. package/dist/test/typography/code.examples.js.map +1 -1
  1366. package/dist/test/typography/heading.examples.d.ts.map +1 -1
  1367. package/dist/test/typography/heading.examples.js +15 -52
  1368. package/dist/test/typography/heading.examples.js.map +1 -1
  1369. package/dist/test/typography/highlight.examples.d.ts.map +1 -1
  1370. package/dist/test/typography/highlight.examples.js +14 -16
  1371. package/dist/test/typography/highlight.examples.js.map +1 -1
  1372. package/dist/test/typography/index.d.ts +7 -4
  1373. package/dist/test/typography/index.d.ts.map +1 -1
  1374. package/dist/test/typography/index.js +7 -4
  1375. package/dist/test/typography/index.js.map +1 -1
  1376. package/dist/test/typography/link.examples.d.ts.map +1 -1
  1377. package/dist/test/typography/link.examples.js +14 -30
  1378. package/dist/test/typography/link.examples.js.map +1 -1
  1379. package/dist/test/typography/list.examples.d.ts.map +1 -1
  1380. package/dist/test/typography/list.examples.js +35 -79
  1381. package/dist/test/typography/list.examples.js.map +1 -1
  1382. package/dist/test/typography/mark.examples.d.ts.map +1 -1
  1383. package/dist/test/typography/mark.examples.js +15 -33
  1384. package/dist/test/typography/mark.examples.js.map +1 -1
  1385. package/dist/test/typography/note.examples.d.ts.map +1 -1
  1386. package/dist/test/typography/note.examples.js +8 -10
  1387. package/dist/test/typography/note.examples.js.map +1 -1
  1388. package/dist/test/typography/numeric.examples.d.ts.map +1 -1
  1389. package/dist/test/typography/numeric.examples.js +10 -39
  1390. package/dist/test/typography/numeric.examples.js.map +1 -1
  1391. package/dist/test/typography/text.examples.d.ts.map +1 -1
  1392. package/dist/test/typography/text.examples.js +25 -138
  1393. package/dist/test/typography/text.examples.js.map +1 -1
  1394. package/package.json +23 -15
  1395. package/dist/src/charts/area/index.d.ts +0 -186
  1396. package/dist/src/charts/area/index.d.ts.map +0 -1
  1397. package/dist/src/charts/area/index.js +0 -419
  1398. package/dist/src/charts/area/index.js.map +0 -1
  1399. package/dist/src/charts/area/types.d.ts +0 -1816
  1400. package/dist/src/charts/area/types.d.ts.map +0 -1
  1401. package/dist/src/charts/area/types.js +0 -130
  1402. package/dist/src/charts/area/types.js.map +0 -1
  1403. package/dist/src/charts/bar/index.d.ts +0 -97
  1404. package/dist/src/charts/bar/index.d.ts.map +0 -1
  1405. package/dist/src/charts/bar/index.js +0 -228
  1406. package/dist/src/charts/bar/index.js.map +0 -1
  1407. package/dist/src/charts/bar/types.d.ts +0 -920
  1408. package/dist/src/charts/bar/types.d.ts.map +0 -1
  1409. package/dist/src/charts/bar/types.js +0 -62
  1410. package/dist/src/charts/bar/types.js.map +0 -1
  1411. package/dist/src/charts/composed/index.d.ts +0 -99
  1412. package/dist/src/charts/composed/index.d.ts.map +0 -1
  1413. package/dist/src/charts/composed/index.js +0 -317
  1414. package/dist/src/charts/composed/index.js.map +0 -1
  1415. package/dist/src/charts/composed/types.d.ts +0 -1246
  1416. package/dist/src/charts/composed/types.d.ts.map +0 -1
  1417. package/dist/src/charts/composed/types.js +0 -88
  1418. package/dist/src/charts/composed/types.js.map +0 -1
  1419. package/dist/src/charts/line/index.d.ts +0 -97
  1420. package/dist/src/charts/line/index.d.ts.map +0 -1
  1421. package/dist/src/charts/line/index.js +0 -221
  1422. package/dist/src/charts/line/index.js.map +0 -1
  1423. package/dist/src/charts/line/types.d.ts +0 -964
  1424. package/dist/src/charts/line/types.d.ts.map +0 -1
  1425. package/dist/src/charts/line/types.js +0 -95
  1426. package/dist/src/charts/line/types.js.map +0 -1
  1427. package/dist/src/charts/pie/index.d.ts +0 -36
  1428. package/dist/src/charts/pie/index.d.ts.map +0 -1
  1429. package/dist/src/charts/pie/index.js +0 -58
  1430. package/dist/src/charts/pie/index.js.map +0 -1
  1431. package/dist/src/charts/pie/types.d.ts +0 -129
  1432. package/dist/src/charts/pie/types.d.ts.map +0 -1
  1433. package/dist/src/charts/pie/types.js +0 -58
  1434. package/dist/src/charts/pie/types.js.map +0 -1
  1435. package/dist/src/charts/radar/index.d.ts +0 -44
  1436. package/dist/src/charts/radar/index.d.ts.map +0 -1
  1437. package/dist/src/charts/radar/index.js +0 -85
  1438. package/dist/src/charts/radar/index.js.map +0 -1
  1439. package/dist/src/charts/radar/types.d.ts +0 -144
  1440. package/dist/src/charts/radar/types.d.ts.map +0 -1
  1441. package/dist/src/charts/radar/types.js +0 -36
  1442. package/dist/src/charts/radar/types.js.map +0 -1
  1443. package/dist/src/charts/scatter/index.d.ts +0 -95
  1444. package/dist/src/charts/scatter/index.d.ts.map +0 -1
  1445. package/dist/src/charts/scatter/index.js +0 -167
  1446. package/dist/src/charts/scatter/index.js.map +0 -1
  1447. package/dist/src/charts/scatter/types.d.ts +0 -868
  1448. package/dist/src/charts/scatter/types.d.ts.map +0 -1
  1449. package/dist/src/charts/scatter/types.js +0 -55
  1450. package/dist/src/charts/scatter/types.js.map +0 -1
  1451. package/dist/src/charts/types.d.ts +0 -2476
  1452. package/dist/src/charts/types.d.ts.map +0 -1
  1453. package/dist/src/charts/types.js +0 -1732
  1454. package/dist/src/charts/types.js.map +0 -1
  1455. package/dist/src/forms/time-scale-control/index.d.ts +0 -54
  1456. package/dist/src/forms/time-scale-control/index.d.ts.map +0 -1
  1457. package/dist/src/forms/time-scale-control/index.js +0 -135
  1458. package/dist/src/forms/time-scale-control/index.js.map +0 -1
  1459. package/dist/src/forms/time-scale-control/types.d.ts +0 -206
  1460. package/dist/src/forms/time-scale-control/types.d.ts.map +0 -1
  1461. package/dist/src/forms/time-scale-control/types.js +0 -97
  1462. package/dist/src/forms/time-scale-control/types.js.map +0 -1
  1463. package/dist/src/layout/chip-rail/index.d.ts +0 -31771
  1464. package/dist/src/layout/chip-rail/index.d.ts.map +0 -1
  1465. package/dist/src/layout/chip-rail/index.js.map +0 -1
  1466. package/dist/src/layout/chip-rail/types.d.ts.map +0 -1
  1467. package/dist/src/layout/chip-rail/types.js.map +0 -1
  1468. package/dist/src/slice/chart/index.d.ts +0 -201
  1469. package/dist/src/slice/chart/index.d.ts.map +0 -1
  1470. package/dist/src/slice/chart/index.js +0 -67
  1471. package/dist/src/slice/chart/index.js.map +0 -1
  1472. package/dist/src/slice/frame/index.d.ts +0 -77
  1473. package/dist/src/slice/frame/index.d.ts.map +0 -1
  1474. package/dist/src/slice/frame/index.js +0 -60
  1475. package/dist/src/slice/frame/index.js.map +0 -1
  1476. package/dist/test/charts/area.examples.d.ts +0 -30
  1477. package/dist/test/charts/area.examples.d.ts.map +0 -1
  1478. package/dist/test/charts/area.examples.js +0 -695
  1479. package/dist/test/charts/area.examples.js.map +0 -1
  1480. package/dist/test/charts/bar.examples.d.ts +0 -26
  1481. package/dist/test/charts/bar.examples.d.ts.map +0 -1
  1482. package/dist/test/charts/bar.examples.js +0 -561
  1483. package/dist/test/charts/bar.examples.js.map +0 -1
  1484. package/dist/test/charts/composed.examples.d.ts +0 -25
  1485. package/dist/test/charts/composed.examples.d.ts.map +0 -1
  1486. package/dist/test/charts/composed.examples.js +0 -616
  1487. package/dist/test/charts/composed.examples.js.map +0 -1
  1488. package/dist/test/charts/line.examples.d.ts +0 -29
  1489. package/dist/test/charts/line.examples.d.ts.map +0 -1
  1490. package/dist/test/charts/line.examples.js +0 -657
  1491. package/dist/test/charts/line.examples.js.map +0 -1
  1492. package/dist/test/charts/pie.examples.d.ts +0 -12
  1493. package/dist/test/charts/pie.examples.d.ts.map +0 -1
  1494. package/dist/test/charts/pie.examples.js +0 -137
  1495. package/dist/test/charts/pie.examples.js.map +0 -1
  1496. package/dist/test/charts/radar.examples.d.ts +0 -10
  1497. package/dist/test/charts/radar.examples.d.ts.map +0 -1
  1498. package/dist/test/charts/radar.examples.js +0 -123
  1499. package/dist/test/charts/radar.examples.js.map +0 -1
  1500. package/dist/test/charts/scatter.examples.d.ts +0 -22
  1501. package/dist/test/charts/scatter.examples.d.ts.map +0 -1
  1502. package/dist/test/charts/scatter.examples.js +0 -461
  1503. package/dist/test/charts/scatter.examples.js.map +0 -1
  1504. package/dist/test/forms/time-scale-control.examples.d.ts +0 -6
  1505. package/dist/test/forms/time-scale-control.examples.d.ts.map +0 -1
  1506. package/dist/test/forms/time-scale-control.examples.js +0 -70
  1507. package/dist/test/forms/time-scale-control.examples.js.map +0 -1
  1508. package/dist/test/layout/chip-rail.examples.d.ts +0 -4
  1509. package/dist/test/layout/chip-rail.examples.d.ts.map +0 -1
  1510. package/dist/test/layout/chip-rail.examples.js +0 -48
  1511. package/dist/test/layout/chip-rail.examples.js.map +0 -1
@@ -2,8 +2,9 @@
2
2
  * Copyright (c) 2025 Elara AI Pty Ltd
3
3
  * Dual-licensed under AGPL-3.0 and commercial license. See LICENSE for details.
4
4
  */
5
- import { type ExprType, type SubtypeExprOrValue, ArrayType, FloatType, OptionType, RecursiveType, StructType, VariantType } from "@elaraai/east";
6
- import { ChartSeriesArrayType } from "./types.js";
5
+ import { type ExprType, type SubtypeExprOrValue, ArrayType, StringType, FloatType, BooleanType, OptionType, RecursiveType, StructType, VariantType } from "@elaraai/east";
6
+ import { SliceChromeType } from "../../platform/slice/index.js";
7
+ import { ChartXType, ChartDomainType, ChartSeriesArrayType, ChartBandSeriesArrayType, ChartTickFormatType, ChartCurveType, type ChartCurveLiteral, ChartStackOffsetType, type ChartStackOffsetLiteral, YAxisSideType, type YAxisSideLiteral } from "./types.js";
7
8
  export * from "./types.js";
8
9
  /**
9
10
  * `ChartSpecType` — the recursive visx-primitive chart IR. A chart value is a
@@ -12,19 +13,23 @@ export * from "./types.js";
12
13
  * them down so every mark / axis / grid aligns. Factory helpers (`Slice.Chart.*`,
13
14
  * and the migrated `Chart.*` later) assemble the tree.
14
15
  *
15
- * @property frame - Sized (responsive when `width` is `none`) plotting frame; owns margins, x/y scale kinds, children
16
- * @property group - A translated container (`visx` `Group`) of children
17
- * @property linePath - A polyline (`visx` `LinePath`)
18
- * @property area - A filled area (`visx` `AreaClosed`)
19
- * @property bars - Vertical bars (`visx` `Bar`) at band positions
20
- * @property points - Point markers (`visx` `Circle`)
21
- * @property rule - A reference line spanning the plot at a data coordinate
22
- * @property text - A free SVG text label at a data coordinate
23
- * @property axisBottom - X axis (`visx` `AxisBottom`) from the band/time scale
24
- * @property axisLeft - Y axis (`visx` `AxisLeft`) from the linear scale
25
- * @property gridRows - Horizontal gridlines (`visx` `GridRows`)
26
- * @property gridColumns- Vertical gridlines (`visx` `GridColumns`)
27
- * @property series - Multi-series convenience: one mark per coloured series
16
+ * @property frame - Sized (responsive when `width` is `none`) plotting frame; owns margins, x/y scale kinds, optional secondary y-scale, tooltip / legend, children
17
+ * @property group - A translated container (`visx` `Group`) of children
18
+ * @property linePath - A polyline (`visx` `LinePath`)
19
+ * @property area - A filled area (`visx` `AreaClosed`)
20
+ * @property bandArea - A filled band between low/high bounds per x (area-range)
21
+ * @property bars - Vertical bars (`visx` `Bar`) at band positions
22
+ * @property points - Point markers (`visx` `Circle`)
23
+ * @property rule - A reference line spanning the plot at a data coordinate
24
+ * @property referenceDot - A highlighted marker at a data coordinate
25
+ * @property referenceArea - A shaded region spanning a range on one or both axes
26
+ * @property text - A free SVG text label at a data coordinate
27
+ * @property axisBottom - X axis (`visx` `AxisBottom`) from the band/time scale
28
+ * @property axisLeft - Primary y axis (`visx` `AxisLeft`) from the linear scale
29
+ * @property axisRight - Secondary y axis for a dual-axis chart
30
+ * @property gridRows - Horizontal gridlines (`visx` `GridRows`)
31
+ * @property gridColumns - Vertical gridlines (`visx` `GridColumns`)
32
+ * @property series - Multi-series layer: one mark per coloured series
28
33
  */
29
34
  export declare const ChartSpecType: RecursiveType<VariantType<{
30
35
  readonly frame: StructType<{
@@ -46,6 +51,561 @@ export declare const ChartSpecType: RecursiveType<VariantType<{
46
51
  readonly linear: import("@elaraai/east").NullType;
47
52
  readonly time: import("@elaraai/east").NullType;
48
53
  }>;
54
+ readonly yScale2: OptionType<VariantType<{
55
+ readonly band: import("@elaraai/east").NullType;
56
+ readonly linear: import("@elaraai/east").NullType;
57
+ readonly time: import("@elaraai/east").NullType;
58
+ }>>;
59
+ readonly tooltip: OptionType<StructType<{
60
+ readonly cursor: OptionType<VariantType<{
61
+ readonly none: import("@elaraai/east").NullType;
62
+ readonly line: import("@elaraai/east").NullType;
63
+ readonly fill: import("@elaraai/east").NullType;
64
+ }>>;
65
+ }>>;
66
+ readonly legend: OptionType<StructType<{
67
+ readonly orientation: OptionType<VariantType<{
68
+ readonly horizontal: import("@elaraai/east").NullType;
69
+ readonly vertical: import("@elaraai/east").NullType;
70
+ }>>;
71
+ readonly position: OptionType<VariantType<{
72
+ readonly top: import("@elaraai/east").NullType;
73
+ readonly bottom: import("@elaraai/east").NullType;
74
+ readonly left: import("@elaraai/east").NullType;
75
+ readonly right: import("@elaraai/east").NullType;
76
+ }>>;
77
+ }>>;
78
+ readonly slice: OptionType<StructType<{
79
+ readonly slice: StructType<{
80
+ readonly key: StringType;
81
+ readonly read: import("@elaraai/east").FunctionType<[], StructType<{
82
+ readonly range: OptionType<VariantType<{
83
+ readonly datetime: StructType<{
84
+ readonly from: import("@elaraai/east").DateTimeType;
85
+ readonly to: import("@elaraai/east").DateTimeType;
86
+ }>;
87
+ readonly datetimePreset: VariantType<{
88
+ readonly today: import("@elaraai/east").NullType;
89
+ readonly last7d: import("@elaraai/east").NullType;
90
+ readonly last30d: import("@elaraai/east").NullType;
91
+ readonly last90d: import("@elaraai/east").NullType;
92
+ readonly ytd: import("@elaraai/east").NullType;
93
+ }>;
94
+ readonly integer: StructType<{
95
+ readonly from: import("@elaraai/east").IntegerType;
96
+ readonly to: import("@elaraai/east").IntegerType;
97
+ }>;
98
+ readonly float: StructType<{
99
+ readonly from: FloatType;
100
+ readonly to: FloatType;
101
+ }>;
102
+ }>>;
103
+ readonly compare: OptionType<VariantType<{
104
+ readonly previousPeriod: import("@elaraai/east").NullType;
105
+ readonly previousYear: import("@elaraai/east").NullType;
106
+ }>>;
107
+ readonly filters: ArrayType<VariantType<{
108
+ readonly string: StructType<{
109
+ readonly fieldId: StringType;
110
+ readonly op: VariantType<{
111
+ readonly eq: StringType;
112
+ readonly neq: StringType;
113
+ readonly in: import("@elaraai/east").SetType<StringType>;
114
+ readonly notIn: import("@elaraai/east").SetType<StringType>;
115
+ readonly contains: StringType;
116
+ readonly matches: StringType;
117
+ }>;
118
+ }>;
119
+ readonly integer: StructType<{
120
+ readonly fieldId: StringType;
121
+ readonly op: VariantType<{
122
+ readonly eq: import("@elaraai/east").IntegerType;
123
+ readonly neq: import("@elaraai/east").IntegerType;
124
+ readonly lt: import("@elaraai/east").IntegerType;
125
+ readonly lte: import("@elaraai/east").IntegerType;
126
+ readonly gt: import("@elaraai/east").IntegerType;
127
+ readonly gte: import("@elaraai/east").IntegerType;
128
+ readonly in: import("@elaraai/east").SetType<import("@elaraai/east").IntegerType>;
129
+ }>;
130
+ }>;
131
+ readonly float: StructType<{
132
+ readonly fieldId: StringType;
133
+ readonly op: VariantType<{
134
+ readonly lt: FloatType;
135
+ readonly lte: FloatType;
136
+ readonly gt: FloatType;
137
+ readonly gte: FloatType;
138
+ }>;
139
+ }>;
140
+ readonly datetime: StructType<{
141
+ readonly fieldId: StringType;
142
+ readonly op: VariantType<{
143
+ readonly before: import("@elaraai/east").DateTimeType;
144
+ readonly after: import("@elaraai/east").DateTimeType;
145
+ readonly between: StructType<{
146
+ readonly from: import("@elaraai/east").DateTimeType;
147
+ readonly to: import("@elaraai/east").DateTimeType;
148
+ }>;
149
+ }>;
150
+ }>;
151
+ readonly boolean: StructType<{
152
+ readonly fieldId: StringType;
153
+ readonly op: VariantType<{
154
+ readonly is: BooleanType;
155
+ }>;
156
+ }>;
157
+ }>>;
158
+ readonly cohorts: ArrayType<StructType<{
159
+ readonly id: StringType;
160
+ readonly name: StringType;
161
+ readonly filters: ArrayType<VariantType<{
162
+ readonly string: StructType<{
163
+ readonly fieldId: StringType;
164
+ readonly op: VariantType<{
165
+ readonly eq: StringType;
166
+ readonly neq: StringType;
167
+ readonly in: import("@elaraai/east").SetType<StringType>;
168
+ readonly notIn: import("@elaraai/east").SetType<StringType>;
169
+ readonly contains: StringType;
170
+ readonly matches: StringType;
171
+ }>;
172
+ }>;
173
+ readonly integer: StructType<{
174
+ readonly fieldId: StringType;
175
+ readonly op: VariantType<{
176
+ readonly eq: import("@elaraai/east").IntegerType;
177
+ readonly neq: import("@elaraai/east").IntegerType;
178
+ readonly lt: import("@elaraai/east").IntegerType;
179
+ readonly lte: import("@elaraai/east").IntegerType;
180
+ readonly gt: import("@elaraai/east").IntegerType;
181
+ readonly gte: import("@elaraai/east").IntegerType;
182
+ readonly in: import("@elaraai/east").SetType<import("@elaraai/east").IntegerType>;
183
+ }>;
184
+ }>;
185
+ readonly float: StructType<{
186
+ readonly fieldId: StringType;
187
+ readonly op: VariantType<{
188
+ readonly lt: FloatType;
189
+ readonly lte: FloatType;
190
+ readonly gt: FloatType;
191
+ readonly gte: FloatType;
192
+ }>;
193
+ }>;
194
+ readonly datetime: StructType<{
195
+ readonly fieldId: StringType;
196
+ readonly op: VariantType<{
197
+ readonly before: import("@elaraai/east").DateTimeType;
198
+ readonly after: import("@elaraai/east").DateTimeType;
199
+ readonly between: StructType<{
200
+ readonly from: import("@elaraai/east").DateTimeType;
201
+ readonly to: import("@elaraai/east").DateTimeType;
202
+ }>;
203
+ }>;
204
+ }>;
205
+ readonly boolean: StructType<{
206
+ readonly fieldId: StringType;
207
+ readonly op: VariantType<{
208
+ readonly is: BooleanType;
209
+ }>;
210
+ }>;
211
+ }>>;
212
+ }>>;
213
+ readonly activeCohorts: import("@elaraai/east").SetType<StringType>;
214
+ readonly breakdown: OptionType<StructType<{
215
+ readonly fieldId: StringType;
216
+ readonly limit: OptionType<import("@elaraai/east").IntegerType>;
217
+ }>>;
218
+ readonly search: OptionType<StringType>;
219
+ readonly visible: OptionType<import("@elaraai/east").SetType<StringType>>;
220
+ readonly selectedIndex: OptionType<import("@elaraai/east").IntegerType>;
221
+ }>>;
222
+ readonly write: import("@elaraai/east").FunctionType<[StructType<{
223
+ readonly range: OptionType<VariantType<{
224
+ readonly datetime: StructType<{
225
+ readonly from: import("@elaraai/east").DateTimeType;
226
+ readonly to: import("@elaraai/east").DateTimeType;
227
+ }>;
228
+ readonly datetimePreset: VariantType<{
229
+ readonly today: import("@elaraai/east").NullType;
230
+ readonly last7d: import("@elaraai/east").NullType;
231
+ readonly last30d: import("@elaraai/east").NullType;
232
+ readonly last90d: import("@elaraai/east").NullType;
233
+ readonly ytd: import("@elaraai/east").NullType;
234
+ }>;
235
+ readonly integer: StructType<{
236
+ readonly from: import("@elaraai/east").IntegerType;
237
+ readonly to: import("@elaraai/east").IntegerType;
238
+ }>;
239
+ readonly float: StructType<{
240
+ readonly from: FloatType;
241
+ readonly to: FloatType;
242
+ }>;
243
+ }>>;
244
+ readonly compare: OptionType<VariantType<{
245
+ readonly previousPeriod: import("@elaraai/east").NullType;
246
+ readonly previousYear: import("@elaraai/east").NullType;
247
+ }>>;
248
+ readonly filters: ArrayType<VariantType<{
249
+ readonly string: StructType<{
250
+ readonly fieldId: StringType;
251
+ readonly op: VariantType<{
252
+ readonly eq: StringType;
253
+ readonly neq: StringType;
254
+ readonly in: import("@elaraai/east").SetType<StringType>;
255
+ readonly notIn: import("@elaraai/east").SetType<StringType>;
256
+ readonly contains: StringType;
257
+ readonly matches: StringType;
258
+ }>;
259
+ }>;
260
+ readonly integer: StructType<{
261
+ readonly fieldId: StringType;
262
+ readonly op: VariantType<{
263
+ readonly eq: import("@elaraai/east").IntegerType;
264
+ readonly neq: import("@elaraai/east").IntegerType;
265
+ readonly lt: import("@elaraai/east").IntegerType;
266
+ readonly lte: import("@elaraai/east").IntegerType;
267
+ readonly gt: import("@elaraai/east").IntegerType;
268
+ readonly gte: import("@elaraai/east").IntegerType;
269
+ readonly in: import("@elaraai/east").SetType<import("@elaraai/east").IntegerType>;
270
+ }>;
271
+ }>;
272
+ readonly float: StructType<{
273
+ readonly fieldId: StringType;
274
+ readonly op: VariantType<{
275
+ readonly lt: FloatType;
276
+ readonly lte: FloatType;
277
+ readonly gt: FloatType;
278
+ readonly gte: FloatType;
279
+ }>;
280
+ }>;
281
+ readonly datetime: StructType<{
282
+ readonly fieldId: StringType;
283
+ readonly op: VariantType<{
284
+ readonly before: import("@elaraai/east").DateTimeType;
285
+ readonly after: import("@elaraai/east").DateTimeType;
286
+ readonly between: StructType<{
287
+ readonly from: import("@elaraai/east").DateTimeType;
288
+ readonly to: import("@elaraai/east").DateTimeType;
289
+ }>;
290
+ }>;
291
+ }>;
292
+ readonly boolean: StructType<{
293
+ readonly fieldId: StringType;
294
+ readonly op: VariantType<{
295
+ readonly is: BooleanType;
296
+ }>;
297
+ }>;
298
+ }>>;
299
+ readonly cohorts: ArrayType<StructType<{
300
+ readonly id: StringType;
301
+ readonly name: StringType;
302
+ readonly filters: ArrayType<VariantType<{
303
+ readonly string: StructType<{
304
+ readonly fieldId: StringType;
305
+ readonly op: VariantType<{
306
+ readonly eq: StringType;
307
+ readonly neq: StringType;
308
+ readonly in: import("@elaraai/east").SetType<StringType>;
309
+ readonly notIn: import("@elaraai/east").SetType<StringType>;
310
+ readonly contains: StringType;
311
+ readonly matches: StringType;
312
+ }>;
313
+ }>;
314
+ readonly integer: StructType<{
315
+ readonly fieldId: StringType;
316
+ readonly op: VariantType<{
317
+ readonly eq: import("@elaraai/east").IntegerType;
318
+ readonly neq: import("@elaraai/east").IntegerType;
319
+ readonly lt: import("@elaraai/east").IntegerType;
320
+ readonly lte: import("@elaraai/east").IntegerType;
321
+ readonly gt: import("@elaraai/east").IntegerType;
322
+ readonly gte: import("@elaraai/east").IntegerType;
323
+ readonly in: import("@elaraai/east").SetType<import("@elaraai/east").IntegerType>;
324
+ }>;
325
+ }>;
326
+ readonly float: StructType<{
327
+ readonly fieldId: StringType;
328
+ readonly op: VariantType<{
329
+ readonly lt: FloatType;
330
+ readonly lte: FloatType;
331
+ readonly gt: FloatType;
332
+ readonly gte: FloatType;
333
+ }>;
334
+ }>;
335
+ readonly datetime: StructType<{
336
+ readonly fieldId: StringType;
337
+ readonly op: VariantType<{
338
+ readonly before: import("@elaraai/east").DateTimeType;
339
+ readonly after: import("@elaraai/east").DateTimeType;
340
+ readonly between: StructType<{
341
+ readonly from: import("@elaraai/east").DateTimeType;
342
+ readonly to: import("@elaraai/east").DateTimeType;
343
+ }>;
344
+ }>;
345
+ }>;
346
+ readonly boolean: StructType<{
347
+ readonly fieldId: StringType;
348
+ readonly op: VariantType<{
349
+ readonly is: BooleanType;
350
+ }>;
351
+ }>;
352
+ }>>;
353
+ }>>;
354
+ readonly activeCohorts: import("@elaraai/east").SetType<StringType>;
355
+ readonly breakdown: OptionType<StructType<{
356
+ readonly fieldId: StringType;
357
+ readonly limit: OptionType<import("@elaraai/east").IntegerType>;
358
+ }>>;
359
+ readonly search: OptionType<StringType>;
360
+ readonly visible: OptionType<import("@elaraai/east").SetType<StringType>>;
361
+ readonly selectedIndex: OptionType<import("@elaraai/east").IntegerType>;
362
+ }>], import("@elaraai/east").NullType>;
363
+ readonly setRange: import("@elaraai/east").FunctionType<[OptionType<VariantType<{
364
+ readonly datetime: StructType<{
365
+ readonly from: import("@elaraai/east").DateTimeType;
366
+ readonly to: import("@elaraai/east").DateTimeType;
367
+ }>;
368
+ readonly datetimePreset: VariantType<{
369
+ readonly today: import("@elaraai/east").NullType;
370
+ readonly last7d: import("@elaraai/east").NullType;
371
+ readonly last30d: import("@elaraai/east").NullType;
372
+ readonly last90d: import("@elaraai/east").NullType;
373
+ readonly ytd: import("@elaraai/east").NullType;
374
+ }>;
375
+ readonly integer: StructType<{
376
+ readonly from: import("@elaraai/east").IntegerType;
377
+ readonly to: import("@elaraai/east").IntegerType;
378
+ }>;
379
+ readonly float: StructType<{
380
+ readonly from: FloatType;
381
+ readonly to: FloatType;
382
+ }>;
383
+ }>>], import("@elaraai/east").NullType>;
384
+ readonly setCompare: import("@elaraai/east").FunctionType<[OptionType<VariantType<{
385
+ readonly previousPeriod: import("@elaraai/east").NullType;
386
+ readonly previousYear: import("@elaraai/east").NullType;
387
+ }>>], import("@elaraai/east").NullType>;
388
+ readonly addFilter: import("@elaraai/east").FunctionType<[VariantType<{
389
+ readonly string: StructType<{
390
+ readonly fieldId: StringType;
391
+ readonly op: VariantType<{
392
+ readonly eq: StringType;
393
+ readonly neq: StringType;
394
+ readonly in: import("@elaraai/east").SetType<StringType>;
395
+ readonly notIn: import("@elaraai/east").SetType<StringType>;
396
+ readonly contains: StringType;
397
+ readonly matches: StringType;
398
+ }>;
399
+ }>;
400
+ readonly integer: StructType<{
401
+ readonly fieldId: StringType;
402
+ readonly op: VariantType<{
403
+ readonly eq: import("@elaraai/east").IntegerType;
404
+ readonly neq: import("@elaraai/east").IntegerType;
405
+ readonly lt: import("@elaraai/east").IntegerType;
406
+ readonly lte: import("@elaraai/east").IntegerType;
407
+ readonly gt: import("@elaraai/east").IntegerType;
408
+ readonly gte: import("@elaraai/east").IntegerType;
409
+ readonly in: import("@elaraai/east").SetType<import("@elaraai/east").IntegerType>;
410
+ }>;
411
+ }>;
412
+ readonly float: StructType<{
413
+ readonly fieldId: StringType;
414
+ readonly op: VariantType<{
415
+ readonly lt: FloatType;
416
+ readonly lte: FloatType;
417
+ readonly gt: FloatType;
418
+ readonly gte: FloatType;
419
+ }>;
420
+ }>;
421
+ readonly datetime: StructType<{
422
+ readonly fieldId: StringType;
423
+ readonly op: VariantType<{
424
+ readonly before: import("@elaraai/east").DateTimeType;
425
+ readonly after: import("@elaraai/east").DateTimeType;
426
+ readonly between: StructType<{
427
+ readonly from: import("@elaraai/east").DateTimeType;
428
+ readonly to: import("@elaraai/east").DateTimeType;
429
+ }>;
430
+ }>;
431
+ }>;
432
+ readonly boolean: StructType<{
433
+ readonly fieldId: StringType;
434
+ readonly op: VariantType<{
435
+ readonly is: BooleanType;
436
+ }>;
437
+ }>;
438
+ }>], import("@elaraai/east").NullType>;
439
+ readonly removeFilter: import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>;
440
+ readonly clearFilters: import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>;
441
+ readonly defineCohort: import("@elaraai/east").FunctionType<[StructType<{
442
+ readonly id: StringType;
443
+ readonly name: StringType;
444
+ readonly filters: ArrayType<VariantType<{
445
+ readonly string: StructType<{
446
+ readonly fieldId: StringType;
447
+ readonly op: VariantType<{
448
+ readonly eq: StringType;
449
+ readonly neq: StringType;
450
+ readonly in: import("@elaraai/east").SetType<StringType>;
451
+ readonly notIn: import("@elaraai/east").SetType<StringType>;
452
+ readonly contains: StringType;
453
+ readonly matches: StringType;
454
+ }>;
455
+ }>;
456
+ readonly integer: StructType<{
457
+ readonly fieldId: StringType;
458
+ readonly op: VariantType<{
459
+ readonly eq: import("@elaraai/east").IntegerType;
460
+ readonly neq: import("@elaraai/east").IntegerType;
461
+ readonly lt: import("@elaraai/east").IntegerType;
462
+ readonly lte: import("@elaraai/east").IntegerType;
463
+ readonly gt: import("@elaraai/east").IntegerType;
464
+ readonly gte: import("@elaraai/east").IntegerType;
465
+ readonly in: import("@elaraai/east").SetType<import("@elaraai/east").IntegerType>;
466
+ }>;
467
+ }>;
468
+ readonly float: StructType<{
469
+ readonly fieldId: StringType;
470
+ readonly op: VariantType<{
471
+ readonly lt: FloatType;
472
+ readonly lte: FloatType;
473
+ readonly gt: FloatType;
474
+ readonly gte: FloatType;
475
+ }>;
476
+ }>;
477
+ readonly datetime: StructType<{
478
+ readonly fieldId: StringType;
479
+ readonly op: VariantType<{
480
+ readonly before: import("@elaraai/east").DateTimeType;
481
+ readonly after: import("@elaraai/east").DateTimeType;
482
+ readonly between: StructType<{
483
+ readonly from: import("@elaraai/east").DateTimeType;
484
+ readonly to: import("@elaraai/east").DateTimeType;
485
+ }>;
486
+ }>;
487
+ }>;
488
+ readonly boolean: StructType<{
489
+ readonly fieldId: StringType;
490
+ readonly op: VariantType<{
491
+ readonly is: BooleanType;
492
+ }>;
493
+ }>;
494
+ }>>;
495
+ }>], import("@elaraai/east").NullType>;
496
+ readonly updateCohort: import("@elaraai/east").FunctionType<[StringType, StructType<{
497
+ readonly id: StringType;
498
+ readonly name: StringType;
499
+ readonly filters: ArrayType<VariantType<{
500
+ readonly string: StructType<{
501
+ readonly fieldId: StringType;
502
+ readonly op: VariantType<{
503
+ readonly eq: StringType;
504
+ readonly neq: StringType;
505
+ readonly in: import("@elaraai/east").SetType<StringType>;
506
+ readonly notIn: import("@elaraai/east").SetType<StringType>;
507
+ readonly contains: StringType;
508
+ readonly matches: StringType;
509
+ }>;
510
+ }>;
511
+ readonly integer: StructType<{
512
+ readonly fieldId: StringType;
513
+ readonly op: VariantType<{
514
+ readonly eq: import("@elaraai/east").IntegerType;
515
+ readonly neq: import("@elaraai/east").IntegerType;
516
+ readonly lt: import("@elaraai/east").IntegerType;
517
+ readonly lte: import("@elaraai/east").IntegerType;
518
+ readonly gt: import("@elaraai/east").IntegerType;
519
+ readonly gte: import("@elaraai/east").IntegerType;
520
+ readonly in: import("@elaraai/east").SetType<import("@elaraai/east").IntegerType>;
521
+ }>;
522
+ }>;
523
+ readonly float: StructType<{
524
+ readonly fieldId: StringType;
525
+ readonly op: VariantType<{
526
+ readonly lt: FloatType;
527
+ readonly lte: FloatType;
528
+ readonly gt: FloatType;
529
+ readonly gte: FloatType;
530
+ }>;
531
+ }>;
532
+ readonly datetime: StructType<{
533
+ readonly fieldId: StringType;
534
+ readonly op: VariantType<{
535
+ readonly before: import("@elaraai/east").DateTimeType;
536
+ readonly after: import("@elaraai/east").DateTimeType;
537
+ readonly between: StructType<{
538
+ readonly from: import("@elaraai/east").DateTimeType;
539
+ readonly to: import("@elaraai/east").DateTimeType;
540
+ }>;
541
+ }>;
542
+ }>;
543
+ readonly boolean: StructType<{
544
+ readonly fieldId: StringType;
545
+ readonly op: VariantType<{
546
+ readonly is: BooleanType;
547
+ }>;
548
+ }>;
549
+ }>>;
550
+ }>], import("@elaraai/east").NullType>;
551
+ readonly removeCohort: import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>;
552
+ readonly toggleCohort: import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>;
553
+ readonly setBreakdown: import("@elaraai/east").FunctionType<[OptionType<StructType<{
554
+ readonly fieldId: StringType;
555
+ readonly limit: OptionType<import("@elaraai/east").IntegerType>;
556
+ }>>], import("@elaraai/east").NullType>;
557
+ readonly setSearch: import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>;
558
+ readonly setVisible: import("@elaraai/east").FunctionType<[OptionType<import("@elaraai/east").SetType<StringType>>], import("@elaraai/east").NullType>;
559
+ readonly select: import("@elaraai/east").FunctionType<[OptionType<import("@elaraai/east").IntegerType>], import("@elaraai/east").NullType>;
560
+ readonly isActive: import("@elaraai/east").FunctionType<[], BooleanType>;
561
+ readonly activeCount: import("@elaraai/east").FunctionType<[], import("@elaraai/east").IntegerType>;
562
+ readonly dimensions: import("@elaraai/east").FunctionType<[], ArrayType<StructType<{
563
+ readonly fieldId: StringType;
564
+ readonly label: StringType;
565
+ }>>>;
566
+ readonly fields: import("@elaraai/east").FunctionType<[], ArrayType<StructType<{
567
+ readonly fieldId: StringType;
568
+ readonly label: StringType;
569
+ readonly kind: StringType;
570
+ }>>>;
571
+ readonly searchFieldIds: import("@elaraai/east").FunctionType<[], ArrayType<StringType>>;
572
+ readonly rangeFieldId: import("@elaraai/east").FunctionType<[], OptionType<StringType>>;
573
+ readonly totalCount: import("@elaraai/east").FunctionType<[], import("@elaraai/east").IntegerType>;
574
+ readonly resultCount: import("@elaraai/east").FunctionType<[], import("@elaraai/east").IntegerType>;
575
+ readonly groups: import("@elaraai/east").FunctionType<[], ArrayType<StructType<{
576
+ readonly key: StringType;
577
+ readonly count: import("@elaraai/east").IntegerType;
578
+ readonly color: StringType;
579
+ }>>>;
580
+ readonly series: import("@elaraai/east").FunctionType<[StringType, StringType], ArrayType<StructType<{
581
+ readonly key: StringType;
582
+ readonly color: StringType;
583
+ readonly points: ArrayType<StructType<{
584
+ readonly x: VariantType<{
585
+ readonly category: StringType;
586
+ readonly number: FloatType;
587
+ readonly time: import("@elaraai/east").DateTimeType;
588
+ }>;
589
+ readonly value: FloatType;
590
+ readonly size: OptionType<FloatType>;
591
+ }>>;
592
+ }>>>;
593
+ readonly matches: import("@elaraai/east").FunctionType<[], ArrayType<StructType<{
594
+ readonly id: StringType;
595
+ readonly label: StringType;
596
+ readonly meta: OptionType<StringType>;
597
+ }>>>;
598
+ readonly cohortCounts: import("@elaraai/east").FunctionType<[], import("@elaraai/east").DictType<StringType, import("@elaraai/east").IntegerType>>;
599
+ }>;
600
+ readonly affordances: ArrayType<VariantType<{
601
+ readonly filter: import("@elaraai/east").NullType;
602
+ readonly search: import("@elaraai/east").NullType;
603
+ readonly breakdown: import("@elaraai/east").NullType;
604
+ readonly range: import("@elaraai/east").NullType;
605
+ readonly cohort: import("@elaraai/east").NullType;
606
+ readonly brush: import("@elaraai/east").NullType;
607
+ }>>;
608
+ }>>;
49
609
  readonly children: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
50
610
  }>;
51
611
  readonly group: StructType<{
@@ -55,10 +615,15 @@ export declare const ChartSpecType: RecursiveType<VariantType<{
55
615
  }>;
56
616
  readonly linePath: StructType<{
57
617
  readonly points: ArrayType<StructType<{
58
- readonly x: import("@elaraai/east").StringType;
618
+ readonly x: VariantType<{
619
+ readonly category: StringType;
620
+ readonly number: FloatType;
621
+ readonly time: import("@elaraai/east").DateTimeType;
622
+ }>;
59
623
  readonly value: FloatType;
624
+ readonly size: OptionType<FloatType>;
60
625
  }>>;
61
- readonly stroke: import("@elaraai/east").StringType;
626
+ readonly stroke: StringType;
62
627
  readonly strokeWidth: OptionType<FloatType>;
63
628
  readonly curve: OptionType<VariantType<{
64
629
  readonly monotoneX: import("@elaraai/east").NullType;
@@ -66,17 +631,22 @@ export declare const ChartSpecType: RecursiveType<VariantType<{
66
631
  readonly natural: import("@elaraai/east").NullType;
67
632
  readonly step: import("@elaraai/east").NullType;
68
633
  }>>;
69
- readonly dashArray: OptionType<import("@elaraai/east").StringType>;
634
+ readonly dashArray: OptionType<StringType>;
70
635
  readonly opacity: OptionType<FloatType>;
71
636
  }>;
72
637
  readonly area: StructType<{
73
638
  readonly points: ArrayType<StructType<{
74
- readonly x: import("@elaraai/east").StringType;
639
+ readonly x: VariantType<{
640
+ readonly category: StringType;
641
+ readonly number: FloatType;
642
+ readonly time: import("@elaraai/east").DateTimeType;
643
+ }>;
75
644
  readonly value: FloatType;
645
+ readonly size: OptionType<FloatType>;
76
646
  }>>;
77
- readonly fill: import("@elaraai/east").StringType;
647
+ readonly fill: StringType;
78
648
  readonly fillOpacity: OptionType<FloatType>;
79
- readonly stroke: OptionType<import("@elaraai/east").StringType>;
649
+ readonly stroke: OptionType<StringType>;
80
650
  readonly strokeWidth: OptionType<FloatType>;
81
651
  readonly curve: OptionType<VariantType<{
82
652
  readonly monotoneX: import("@elaraai/east").NullType;
@@ -85,23 +655,55 @@ export declare const ChartSpecType: RecursiveType<VariantType<{
85
655
  readonly step: import("@elaraai/east").NullType;
86
656
  }>>;
87
657
  }>;
658
+ readonly bandArea: StructType<{
659
+ readonly data: ArrayType<StructType<{
660
+ readonly key: StringType;
661
+ readonly color: StringType;
662
+ readonly points: ArrayType<StructType<{
663
+ readonly x: VariantType<{
664
+ readonly category: StringType;
665
+ readonly number: FloatType;
666
+ readonly time: import("@elaraai/east").DateTimeType;
667
+ }>;
668
+ readonly low: FloatType;
669
+ readonly high: FloatType;
670
+ }>>;
671
+ }>>;
672
+ readonly curve: OptionType<VariantType<{
673
+ readonly monotoneX: import("@elaraai/east").NullType;
674
+ readonly linear: import("@elaraai/east").NullType;
675
+ readonly natural: import("@elaraai/east").NullType;
676
+ readonly step: import("@elaraai/east").NullType;
677
+ }>>;
678
+ readonly fillOpacity: OptionType<FloatType>;
679
+ }>;
88
680
  readonly bars: StructType<{
89
681
  readonly points: ArrayType<StructType<{
90
- readonly x: import("@elaraai/east").StringType;
682
+ readonly x: VariantType<{
683
+ readonly category: StringType;
684
+ readonly number: FloatType;
685
+ readonly time: import("@elaraai/east").DateTimeType;
686
+ }>;
91
687
  readonly value: FloatType;
688
+ readonly size: OptionType<FloatType>;
92
689
  }>>;
93
- readonly fill: import("@elaraai/east").StringType;
690
+ readonly fill: StringType;
94
691
  readonly fillOpacity: OptionType<FloatType>;
95
692
  readonly radius: OptionType<FloatType>;
96
693
  }>;
97
694
  readonly points: StructType<{
98
695
  readonly points: ArrayType<StructType<{
99
- readonly x: import("@elaraai/east").StringType;
696
+ readonly x: VariantType<{
697
+ readonly category: StringType;
698
+ readonly number: FloatType;
699
+ readonly time: import("@elaraai/east").DateTimeType;
700
+ }>;
100
701
  readonly value: FloatType;
702
+ readonly size: OptionType<FloatType>;
101
703
  }>>;
102
- readonly fill: import("@elaraai/east").StringType;
704
+ readonly fill: StringType;
103
705
  readonly radius: OptionType<FloatType>;
104
- readonly stroke: OptionType<import("@elaraai/east").StringType>;
706
+ readonly stroke: OptionType<StringType>;
105
707
  readonly strokeWidth: OptionType<FloatType>;
106
708
  }>;
107
709
  readonly rule: StructType<{
@@ -109,52 +711,165 @@ export declare const ChartSpecType: RecursiveType<VariantType<{
109
711
  readonly x: import("@elaraai/east").NullType;
110
712
  readonly y: import("@elaraai/east").NullType;
111
713
  }>;
112
- readonly at: import("@elaraai/east").StringType;
113
- readonly stroke: import("@elaraai/east").StringType;
114
- readonly dashArray: OptionType<import("@elaraai/east").StringType>;
714
+ readonly at: StringType;
715
+ readonly stroke: StringType;
716
+ readonly dashArray: OptionType<StringType>;
717
+ }>;
718
+ readonly referenceDot: StructType<{
719
+ readonly x: VariantType<{
720
+ readonly category: StringType;
721
+ readonly number: FloatType;
722
+ readonly time: import("@elaraai/east").DateTimeType;
723
+ }>;
724
+ readonly y: FloatType;
725
+ readonly fill: OptionType<StringType>;
726
+ readonly radius: OptionType<FloatType>;
727
+ readonly stroke: OptionType<StringType>;
728
+ readonly strokeWidth: OptionType<FloatType>;
729
+ readonly label: OptionType<StringType>;
730
+ }>;
731
+ readonly referenceArea: StructType<{
732
+ readonly x1: OptionType<VariantType<{
733
+ readonly category: StringType;
734
+ readonly number: FloatType;
735
+ readonly time: import("@elaraai/east").DateTimeType;
736
+ }>>;
737
+ readonly x2: OptionType<VariantType<{
738
+ readonly category: StringType;
739
+ readonly number: FloatType;
740
+ readonly time: import("@elaraai/east").DateTimeType;
741
+ }>>;
742
+ readonly y1: OptionType<FloatType>;
743
+ readonly y2: OptionType<FloatType>;
744
+ readonly fill: OptionType<StringType>;
745
+ readonly fillOpacity: OptionType<FloatType>;
746
+ readonly stroke: OptionType<StringType>;
747
+ readonly label: OptionType<StringType>;
115
748
  }>;
116
749
  readonly text: StructType<{
117
750
  readonly point: StructType<{
118
- readonly x: import("@elaraai/east").StringType;
751
+ readonly x: VariantType<{
752
+ readonly category: StringType;
753
+ readonly number: FloatType;
754
+ readonly time: import("@elaraai/east").DateTimeType;
755
+ }>;
119
756
  readonly value: FloatType;
757
+ readonly size: OptionType<FloatType>;
120
758
  }>;
121
- readonly text: import("@elaraai/east").StringType;
759
+ readonly text: StringType;
122
760
  readonly anchor: OptionType<VariantType<{
123
761
  readonly start: import("@elaraai/east").NullType;
124
762
  readonly middle: import("@elaraai/east").NullType;
125
763
  readonly end: import("@elaraai/east").NullType;
126
764
  }>>;
127
- readonly fill: OptionType<import("@elaraai/east").StringType>;
765
+ readonly fill: OptionType<StringType>;
128
766
  readonly fontSize: OptionType<FloatType>;
129
767
  readonly fontWeight: OptionType<FloatType>;
130
768
  }>;
131
769
  readonly axisBottom: StructType<{
132
- readonly label: OptionType<import("@elaraai/east").StringType>;
770
+ readonly label: OptionType<StringType>;
133
771
  readonly numTicks: OptionType<FloatType>;
134
- readonly hideTicks: OptionType<import("@elaraai/east").BooleanType>;
135
- readonly hideLine: OptionType<import("@elaraai/east").BooleanType>;
772
+ readonly hideTicks: OptionType<BooleanType>;
773
+ readonly hideLine: OptionType<BooleanType>;
774
+ readonly domain: OptionType<VariantType<{
775
+ readonly number: StructType<{
776
+ readonly min: FloatType;
777
+ readonly max: FloatType;
778
+ }>;
779
+ readonly time: StructType<{
780
+ readonly min: import("@elaraai/east").DateTimeType;
781
+ readonly max: import("@elaraai/east").DateTimeType;
782
+ }>;
783
+ }>>;
784
+ readonly tickFormat: OptionType<VariantType<{
785
+ readonly number: import("@elaraai/east").NullType;
786
+ readonly currency: StructType<{
787
+ readonly code: StringType;
788
+ readonly compact: BooleanType;
789
+ }>;
790
+ readonly percent: import("@elaraai/east").NullType;
791
+ readonly compact: import("@elaraai/east").NullType;
792
+ readonly date: StringType;
793
+ readonly time: StringType;
794
+ readonly datetime: StringType;
795
+ }>>;
136
796
  }>;
137
797
  readonly axisLeft: StructType<{
138
- readonly label: OptionType<import("@elaraai/east").StringType>;
798
+ readonly label: OptionType<StringType>;
799
+ readonly numTicks: OptionType<FloatType>;
800
+ readonly hideTicks: OptionType<BooleanType>;
801
+ readonly hideLine: OptionType<BooleanType>;
802
+ readonly domain: OptionType<VariantType<{
803
+ readonly number: StructType<{
804
+ readonly min: FloatType;
805
+ readonly max: FloatType;
806
+ }>;
807
+ readonly time: StructType<{
808
+ readonly min: import("@elaraai/east").DateTimeType;
809
+ readonly max: import("@elaraai/east").DateTimeType;
810
+ }>;
811
+ }>>;
812
+ readonly tickFormat: OptionType<VariantType<{
813
+ readonly number: import("@elaraai/east").NullType;
814
+ readonly currency: StructType<{
815
+ readonly code: StringType;
816
+ readonly compact: BooleanType;
817
+ }>;
818
+ readonly percent: import("@elaraai/east").NullType;
819
+ readonly compact: import("@elaraai/east").NullType;
820
+ readonly date: StringType;
821
+ readonly time: StringType;
822
+ readonly datetime: StringType;
823
+ }>>;
824
+ }>;
825
+ readonly axisRight: StructType<{
826
+ readonly label: OptionType<StringType>;
139
827
  readonly numTicks: OptionType<FloatType>;
140
- readonly hideTicks: OptionType<import("@elaraai/east").BooleanType>;
141
- readonly hideLine: OptionType<import("@elaraai/east").BooleanType>;
828
+ readonly hideTicks: OptionType<BooleanType>;
829
+ readonly hideLine: OptionType<BooleanType>;
830
+ readonly domain: OptionType<VariantType<{
831
+ readonly number: StructType<{
832
+ readonly min: FloatType;
833
+ readonly max: FloatType;
834
+ }>;
835
+ readonly time: StructType<{
836
+ readonly min: import("@elaraai/east").DateTimeType;
837
+ readonly max: import("@elaraai/east").DateTimeType;
838
+ }>;
839
+ }>>;
840
+ readonly tickFormat: OptionType<VariantType<{
841
+ readonly number: import("@elaraai/east").NullType;
842
+ readonly currency: StructType<{
843
+ readonly code: StringType;
844
+ readonly compact: BooleanType;
845
+ }>;
846
+ readonly percent: import("@elaraai/east").NullType;
847
+ readonly compact: import("@elaraai/east").NullType;
848
+ readonly date: StringType;
849
+ readonly time: StringType;
850
+ readonly datetime: StringType;
851
+ }>>;
142
852
  }>;
143
853
  readonly gridRows: StructType<{
144
854
  readonly numTicks: OptionType<FloatType>;
145
- readonly dashArray: OptionType<import("@elaraai/east").StringType>;
855
+ readonly dashArray: OptionType<StringType>;
146
856
  }>;
147
857
  readonly gridColumns: StructType<{
148
858
  readonly numTicks: OptionType<FloatType>;
149
- readonly dashArray: OptionType<import("@elaraai/east").StringType>;
859
+ readonly dashArray: OptionType<StringType>;
150
860
  }>;
151
861
  readonly series: StructType<{
152
862
  readonly data: ArrayType<StructType<{
153
- readonly key: import("@elaraai/east").StringType;
154
- readonly color: import("@elaraai/east").StringType;
863
+ readonly key: StringType;
864
+ readonly color: StringType;
155
865
  readonly points: ArrayType<StructType<{
156
- readonly x: import("@elaraai/east").StringType;
866
+ readonly x: VariantType<{
867
+ readonly category: StringType;
868
+ readonly number: FloatType;
869
+ readonly time: import("@elaraai/east").DateTimeType;
870
+ }>;
157
871
  readonly value: FloatType;
872
+ readonly size: OptionType<FloatType>;
158
873
  }>>;
159
874
  }>>;
160
875
  readonly mark: VariantType<{
@@ -163,17 +878,52 @@ export declare const ChartSpecType: RecursiveType<VariantType<{
163
878
  readonly area: import("@elaraai/east").NullType;
164
879
  readonly scatter: import("@elaraai/east").NullType;
165
880
  }>;
881
+ readonly curve: OptionType<VariantType<{
882
+ readonly monotoneX: import("@elaraai/east").NullType;
883
+ readonly linear: import("@elaraai/east").NullType;
884
+ readonly natural: import("@elaraai/east").NullType;
885
+ readonly step: import("@elaraai/east").NullType;
886
+ }>>;
887
+ readonly stackId: OptionType<StringType>;
888
+ readonly stackOffset: OptionType<VariantType<{
889
+ readonly none: import("@elaraai/east").NullType;
890
+ readonly expand: import("@elaraai/east").NullType;
891
+ }>>;
892
+ readonly axis: OptionType<VariantType<{
893
+ readonly left: import("@elaraai/east").NullType;
894
+ readonly right: import("@elaraai/east").NullType;
895
+ }>>;
896
+ readonly strokeWidth: OptionType<FloatType>;
897
+ readonly dashArray: OptionType<StringType>;
898
+ readonly dots: OptionType<BooleanType>;
899
+ readonly fillOpacity: OptionType<FloatType>;
900
+ readonly radius: OptionType<FloatType>;
166
901
  }>;
167
902
  }>>;
168
903
  export type ChartSpecType = typeof ChartSpecType;
169
904
  /** A `ChartSpec` node value (one arm of {@link ChartSpecType}). */
170
905
  export type ChartSpecValue = ExprType<ChartSpecType>;
171
- /** Options for {@link chartFrame}. */
906
+ /**
907
+ * Options for {@link chartFrame}.
908
+ *
909
+ * @remarks
910
+ * The x/y scale kinds default to `band` / `linear`; the high-level mark builders
911
+ * set `xScale` to match the data's coordinate type ({@link ChartXType}).
912
+ *
913
+ * @property height - Plot height in px
914
+ * @property width - Plot width in px; omit for responsive (fills the container)
915
+ * @property margin - Margins around the plotting area; defaults reserve axis room
916
+ * @property xScale - X-scale kind
917
+ * @property yScale - Y-scale kind
918
+ * @property yScale2 - Secondary (right) y-scale kind; omit for a single y-axis
919
+ * @property tooltip - Enable the in-chart tooltip
920
+ * @property legend - Enable the in-chart legend
921
+ */
172
922
  export interface ChartFrameOptions {
173
923
  /** Plot height in px. */
174
- height: number;
924
+ height: SubtypeExprOrValue<FloatType>;
175
925
  /** Plot width in px; omit for responsive (fills the container). */
176
- width?: number;
926
+ width?: SubtypeExprOrValue<FloatType>;
177
927
  /** Margins around the plotting area; sensible defaults reserve axis room. */
178
928
  margin?: {
179
929
  top: number;
@@ -185,52 +935,414 @@ export interface ChartFrameOptions {
185
935
  xScale?: "band" | "linear" | "time";
186
936
  /** Y-scale kind (default `linear`). */
187
937
  yScale?: "band" | "linear" | "time";
938
+ /** Secondary (right) y-scale kind; omit for a single y-axis. */
939
+ yScale2?: "band" | "linear" | "time";
940
+ /** Enable the in-chart tooltip. */
941
+ tooltip?: boolean;
942
+ /** Enable the in-chart legend. */
943
+ legend?: boolean;
944
+ /** Slice chrome — the bound handle + rail affordances (set by `Chart.Root`'s `slice` option). */
945
+ slice?: SubtypeExprOrValue<SliceChromeType>;
188
946
  }
189
- /** A sized plotting frame owning the x/y scale kinds + child marks. */
947
+ /**
948
+ * Creates a sized plotting `frame` node — the root of a chart tree.
949
+ *
950
+ * @param children - The marks / axes / grids drawn inside the frame
951
+ * @param options - Sizing, scale kinds, and tooltip / legend toggles (see {@link ChartFrameOptions})
952
+ * @returns A `frame` {@link ChartSpecValue}
953
+ *
954
+ * @remarks
955
+ * Owns the x/y scale kinds and child nodes; the renderer derives each scale's
956
+ * domain from the descendant points. A secondary `yScale2` enables a right axis
957
+ * that series bound with `axis: "right"` scale against.
958
+ */
190
959
  export declare function chartFrame(children: Array<ChartSpecValue>, options: ChartFrameOptions): ChartSpecValue;
191
- /** Multi-series marks (one `mark` per series) over the coloured `data`. */
192
- export declare function chartSeries(data: SubtypeExprOrValue<ChartSeriesArrayType>, mark: "line" | "bar" | "area" | "scatter"): ChartSpecValue;
193
- /** Mono-uppercase x axis (band/time scale). */
194
- export declare function chartAxisBottom(options?: {
195
- label?: string;
196
- numTicks?: number;
960
+ /**
961
+ * Options for {@link chartSeries} the styling that applies to a whole layer.
962
+ *
963
+ * @remarks
964
+ * Mirrors the optional fields of {@link ChartSeriesMarkType}. Per-series colours
965
+ * live on each series in `data`; these apply across the layer.
966
+ *
967
+ * @property curve - Line/area interpolation
968
+ * @property stackId - Group id; layers sharing one stack accumulate together
969
+ * @property stackOffset - Stacking offset for the group (`none` or `expand`)
970
+ * @property axis - Which y-axis the layer scales against
971
+ * @property strokeWidth - Stroke width for line marks and mark outlines
972
+ * @property dashArray - SVG dash pattern for line marks
973
+ * @property dots - Draw point markers on line marks
974
+ * @property fillOpacity - Fill opacity for area and bar marks
975
+ * @property radius - Marker radius for scatter marks
976
+ */
977
+ export interface ChartSeriesOptions {
978
+ /** Line/area interpolation. */
979
+ curve?: SubtypeExprOrValue<ChartCurveType> | ChartCurveLiteral;
980
+ /** Group id; layers sharing one stack accumulate together. */
981
+ stackId?: SubtypeExprOrValue<StringType>;
982
+ /** Stacking offset for the group. */
983
+ stackOffset?: SubtypeExprOrValue<ChartStackOffsetType> | ChartStackOffsetLiteral;
984
+ /** Which y-axis the layer scales against. */
985
+ axis?: SubtypeExprOrValue<YAxisSideType> | YAxisSideLiteral;
986
+ /** Stroke width for line marks and mark outlines. */
987
+ strokeWidth?: SubtypeExprOrValue<FloatType>;
988
+ /** SVG dash pattern for line marks. */
989
+ dashArray?: SubtypeExprOrValue<StringType>;
990
+ /** Draw point markers on line marks. */
991
+ dots?: SubtypeExprOrValue<BooleanType>;
992
+ /** Fill opacity for area and bar marks. */
993
+ fillOpacity?: SubtypeExprOrValue<FloatType>;
994
+ /** Marker radius for scatter marks. */
995
+ radius?: SubtypeExprOrValue<FloatType>;
996
+ }
997
+ /**
998
+ * Creates a multi-series `series` node — one `mark` per coloured series in `data`.
999
+ *
1000
+ * @param data - The coloured series to draw
1001
+ * @param mark - The mark drawn per series (`line` / `bar` / `area` / `scatter`)
1002
+ * @param options - Layer styling (see {@link ChartSeriesOptions})
1003
+ * @returns A `series` {@link ChartSpecValue}
1004
+ *
1005
+ * @remarks
1006
+ * A homogeneous layer is one node; a composed chart places several `series`
1007
+ * nodes (with differing marks) in the same frame. Stacking, interpolation and
1008
+ * the y-axis binding ride on the node.
1009
+ */
1010
+ export declare function chartSeries(data: SubtypeExprOrValue<ChartSeriesArrayType>, mark: "line" | "bar" | "area" | "scatter", options?: ChartSeriesOptions): ChartSpecValue;
1011
+ /**
1012
+ * Creates a filled `bandArea` node — one band per series in `data`.
1013
+ *
1014
+ * @param data - The coloured band series to draw (low/high per x)
1015
+ * @param options - Edge interpolation and fill opacity
1016
+ * @returns A `bandArea` {@link ChartSpecValue}
1017
+ *
1018
+ * @remarks
1019
+ * The area-range analogue of {@link chartSeries}; backs `Chart.Band`.
1020
+ */
1021
+ export declare function chartBandArea(data: SubtypeExprOrValue<ChartBandSeriesArrayType>, options?: {
1022
+ curve?: SubtypeExprOrValue<ChartCurveType> | ChartCurveLiteral;
1023
+ fillOpacity?: SubtypeExprOrValue<FloatType>;
197
1024
  }): ChartSpecValue;
198
- /** Mono y axis (linear scale). */
199
- export declare function chartAxisLeft(options?: {
200
- label?: string;
201
- numTicks?: number;
1025
+ /** Options shared by {@link chartAxisBottom} / {@link chartAxisLeft} / {@link chartAxisRight}. */
1026
+ export interface AxisNodeOptions {
1027
+ /** Optional axis caption. */
1028
+ label?: SubtypeExprOrValue<StringType>;
1029
+ /** Suggested tick count (a hint; the scale chooses nice ticks). */
1030
+ numTicks?: SubtypeExprOrValue<FloatType>;
1031
+ /** Explicit `[min, max]` domain for a linear/time axis (see {@link ChartDomainType}). */
1032
+ domain?: SubtypeExprOrValue<ChartDomainType>;
1033
+ /** Tick-label format (see {@link ChartTickFormatType}). */
1034
+ tickFormat?: SubtypeExprOrValue<ChartTickFormatType>;
1035
+ }
1036
+ /**
1037
+ * Creates the x (bottom) axis from the frame's x scale.
1038
+ *
1039
+ * @param options - Caption, tick count hint, explicit domain, and tick format
1040
+ * @returns An `axisBottom` {@link ChartSpecValue}
1041
+ *
1042
+ * @remarks
1043
+ * The renderer derives ticks from the scale's domain, so a `time` axis chooses
1044
+ * range-appropriate ticks itself; `numTicks` is only a hint and `domain` an
1045
+ * optional override.
1046
+ */
1047
+ export declare function chartAxisBottom(options?: AxisNodeOptions): ChartSpecValue;
1048
+ /**
1049
+ * Creates the primary (left) y axis from the frame's y scale.
1050
+ *
1051
+ * @param options - Caption, tick count hint, explicit domain, and tick format
1052
+ * @returns An `axisLeft` {@link ChartSpecValue}
1053
+ */
1054
+ export declare function chartAxisLeft(options?: AxisNodeOptions): ChartSpecValue;
1055
+ /**
1056
+ * Creates the secondary (right) y axis for a dual-axis chart.
1057
+ *
1058
+ * @param options - Caption, tick count hint, explicit domain, and tick format
1059
+ * @returns An `axisRight` {@link ChartSpecValue}
1060
+ *
1061
+ * @remarks
1062
+ * Pair with `frame.yScale2` and series bound via `axis: "right"`.
1063
+ */
1064
+ export declare function chartAxisRight(options?: AxisNodeOptions): ChartSpecValue;
1065
+ /**
1066
+ * Creates a reference-dot node — a highlighted marker at a data coordinate.
1067
+ *
1068
+ * @param options - The `x` ({@link ChartXType}) / `y` coordinate and marker styling
1069
+ * @returns A `referenceDot` {@link ChartSpecValue}
1070
+ */
1071
+ export declare function chartReferenceDot(options: {
1072
+ x: SubtypeExprOrValue<ChartXType>;
1073
+ y: SubtypeExprOrValue<FloatType>;
1074
+ fill?: SubtypeExprOrValue<StringType>;
1075
+ radius?: SubtypeExprOrValue<FloatType>;
1076
+ stroke?: SubtypeExprOrValue<StringType>;
1077
+ strokeWidth?: SubtypeExprOrValue<FloatType>;
1078
+ label?: SubtypeExprOrValue<StringType>;
1079
+ }): ChartSpecValue;
1080
+ /**
1081
+ * Creates a reference-area node — a shaded region spanning a range on one or both axes.
1082
+ *
1083
+ * @param options - Optional `x1`/`x2` ({@link ChartXType}) and `y1`/`y2` bounds, plus styling
1084
+ * @returns A `referenceArea` {@link ChartSpecValue}
1085
+ *
1086
+ * @remarks
1087
+ * A bound left unset extends to the plot edge.
1088
+ */
1089
+ export declare function chartReferenceArea(options: {
1090
+ x1?: SubtypeExprOrValue<ChartXType>;
1091
+ x2?: SubtypeExprOrValue<ChartXType>;
1092
+ y1?: SubtypeExprOrValue<FloatType>;
1093
+ y2?: SubtypeExprOrValue<FloatType>;
1094
+ fill?: SubtypeExprOrValue<StringType>;
1095
+ fillOpacity?: SubtypeExprOrValue<FloatType>;
1096
+ stroke?: SubtypeExprOrValue<StringType>;
1097
+ label?: SubtypeExprOrValue<StringType>;
202
1098
  }): ChartSpecValue;
203
- /** Horizontal paper gridlines at the y ticks. */
1099
+ /**
1100
+ * Creates horizontal gridlines at the y ticks.
1101
+ *
1102
+ * @param options - Suggested gridline count and dash pattern
1103
+ * @returns A `gridRows` {@link ChartSpecValue}
1104
+ */
204
1105
  export declare function chartGridRows(options?: {
205
1106
  numTicks?: number;
206
1107
  dashArray?: string;
207
1108
  }): ChartSpecValue;
208
- /** Vertical paper gridlines at the x band positions. */
1109
+ /**
1110
+ * Creates vertical gridlines at the x positions.
1111
+ *
1112
+ * @param options - Suggested gridline count and dash pattern
1113
+ * @returns A `gridColumns` {@link ChartSpecValue}
1114
+ */
209
1115
  export declare function chartGridColumns(options?: {
210
1116
  numTicks?: number;
211
1117
  dashArray?: string;
212
1118
  }): ChartSpecValue;
213
1119
  /**
214
- * `Chart.Spec` — the recursive visx-primitive chart layer. Assemble a chart
215
- * from `frame` / `series` / `axisBottom` / `axisLeft` / `gridRows` (and the
216
- * leaf marks via `Types`); the renderer derives scales from the data. All East
217
- * types live under `Chart.Spec.Types.*`.
1120
+ * `Chart.Spec` — the recursive visx-primitive chart layer, and the escape hatch
1121
+ * beneath the high-level `Chart.*` builders.
1122
+ *
1123
+ * @remarks
1124
+ * Assemble a chart by nesting node constructors inside a `frame`
1125
+ * (`series` / `bandArea` / `axisBottom` / `axisLeft` / `gridRows` / annotations);
1126
+ * the renderer derives each scale's domain from the descendant points, so the
1127
+ * scale kind follows the data's {@link ChartXType} coordinate. Every East type is
1128
+ * reachable via `Chart.Spec.Types.*`.
218
1129
  */
219
1130
  export declare const ChartSpec: {
220
- /** A sized plotting frame owning the x/y scale kinds + child marks. */
1131
+ /**
1132
+ * Creates the sized plotting frame — the root of a chart tree.
1133
+ *
1134
+ * @param children - The marks / axes / grids drawn inside the frame
1135
+ * @param options - Sizing, scale kinds, and tooltip / legend toggles (see {@link ChartFrameOptions})
1136
+ * @returns A `frame` {@link ChartSpecValue}
1137
+ *
1138
+ * @remarks
1139
+ * Owns the x/y scale kinds and child nodes; the renderer derives each scale's
1140
+ * domain from the descendant points. A secondary `yScale2` enables a right
1141
+ * axis that series bound with `axis: "right"` scale against.
1142
+ *
1143
+ * @example
1144
+ * ```ts
1145
+ * import { East, variant } from "@elaraai/east";
1146
+ * import { Chart, UIComponentType } from "@elaraai/east-ui";
1147
+ *
1148
+ * const example = East.function([], UIComponentType, (_$) =>
1149
+ * East.value(variant("VisxChart", Chart.Spec.frame([
1150
+ * Chart.Spec.series(
1151
+ * [{ key: "Sales", color: "teal.solid", points: [{ x: variant("category", "Jan"), value: 10 }] }],
1152
+ * "line",
1153
+ * ),
1154
+ * Chart.Spec.axisBottom(),
1155
+ * Chart.Spec.axisLeft(),
1156
+ * ], { height: 240 })), UIComponentType));
1157
+ * ```
1158
+ */
221
1159
  readonly frame: typeof chartFrame;
222
- /** Multi-series marks (one mark per coloured series). */
1160
+ /**
1161
+ * Creates a multi-series mark layer — one `mark` per coloured series in `data`.
1162
+ *
1163
+ * @param data - The coloured series to draw
1164
+ * @param mark - The mark drawn per series (`line` / `bar` / `area` / `scatter`)
1165
+ * @param options - Layer styling (see {@link ChartSeriesOptions})
1166
+ * @returns A `series` {@link ChartSpecValue}
1167
+ *
1168
+ * @remarks
1169
+ * A homogeneous layer is one node; a composed chart places several `series`
1170
+ * nodes with differing marks in the same frame.
1171
+ *
1172
+ * @example
1173
+ * ```ts
1174
+ * import { East, variant } from "@elaraai/east";
1175
+ * import { Chart } from "@elaraai/east-ui";
1176
+ *
1177
+ * const layer = Chart.Spec.series(
1178
+ * [
1179
+ * { key: "iOS", color: "purple.solid", points: [{ x: variant("category", "Jan"), value: 12 }] },
1180
+ * { key: "Android", color: "blue.solid", points: [{ x: variant("category", "Jan"), value: 9 }] },
1181
+ * ],
1182
+ * "bar",
1183
+ * { stackId: "platform" },
1184
+ * );
1185
+ * ```
1186
+ */
223
1187
  readonly series: typeof chartSeries;
224
- /** Mono-uppercase x axis. */
1188
+ /**
1189
+ * Creates a filled band (area-range) layer — one band per series in `data`.
1190
+ *
1191
+ * @param data - The coloured band series to draw (low/high per x)
1192
+ * @param options - Edge interpolation and fill opacity
1193
+ * @returns A `bandArea` {@link ChartSpecValue}
1194
+ *
1195
+ * @remarks
1196
+ * The area-range analogue of {@link ChartSpec.series}; backs `Chart.Band`.
1197
+ *
1198
+ * @example
1199
+ * ```ts
1200
+ * import { variant } from "@elaraai/east";
1201
+ * import { Chart } from "@elaraai/east-ui";
1202
+ *
1203
+ * const band = Chart.Spec.bandArea(
1204
+ * [{ key: "Confidence", color: "blue.200", points: [{ x: variant("category", "Mon"), low: 80, high: 120 }] }],
1205
+ * { fillOpacity: 0.3 },
1206
+ * );
1207
+ * ```
1208
+ */
1209
+ readonly bandArea: typeof chartBandArea;
1210
+ /**
1211
+ * Creates the x (bottom) axis from the frame's x scale.
1212
+ *
1213
+ * @param options - Caption, tick count hint, and explicit domain (see {@link ChartDomainType})
1214
+ * @returns An `axisBottom` {@link ChartSpecValue}
1215
+ *
1216
+ * @remarks
1217
+ * The renderer derives ticks from the scale's domain, so a `time` axis picks
1218
+ * range-appropriate ticks itself; `numTicks` is only a hint.
1219
+ *
1220
+ * @example
1221
+ * ```ts
1222
+ * import { Chart } from "@elaraai/east-ui";
1223
+ *
1224
+ * const axis = Chart.Spec.axisBottom({ label: "Month" });
1225
+ * ```
1226
+ */
225
1227
  readonly axisBottom: typeof chartAxisBottom;
226
- /** Mono y axis. */
1228
+ /**
1229
+ * Creates the primary (left) y axis from the frame's y scale.
1230
+ *
1231
+ * @param options - Caption, tick count hint, and explicit domain (see {@link ChartDomainType})
1232
+ * @returns An `axisLeft` {@link ChartSpecValue}
1233
+ *
1234
+ * @example
1235
+ * ```ts
1236
+ * import { variant } from "@elaraai/east";
1237
+ * import { Chart } from "@elaraai/east-ui";
1238
+ *
1239
+ * const axis = Chart.Spec.axisLeft({ label: "Revenue", domain: variant("number", { min: 0, max: 100 }) });
1240
+ * ```
1241
+ */
227
1242
  readonly axisLeft: typeof chartAxisLeft;
228
- /** Horizontal paper gridlines. */
1243
+ /**
1244
+ * Creates the secondary (right) y axis for a dual-axis chart.
1245
+ *
1246
+ * @param options - Caption, tick count hint, and explicit domain (see {@link ChartDomainType})
1247
+ * @returns An `axisRight` {@link ChartSpecValue}
1248
+ *
1249
+ * @remarks
1250
+ * Pair with `frame.yScale2` and series bound via `axis: "right"`.
1251
+ *
1252
+ * @example
1253
+ * ```ts
1254
+ * import { Chart } from "@elaraai/east-ui";
1255
+ *
1256
+ * const axis = Chart.Spec.axisRight({ label: "Trend" });
1257
+ * ```
1258
+ */
1259
+ readonly axisRight: typeof chartAxisRight;
1260
+ /**
1261
+ * Creates horizontal gridlines at the y ticks.
1262
+ *
1263
+ * @param options - Suggested gridline count and dash pattern
1264
+ * @returns A `gridRows` {@link ChartSpecValue}
1265
+ *
1266
+ * @example
1267
+ * ```ts
1268
+ * import { Chart } from "@elaraai/east-ui";
1269
+ *
1270
+ * const grid = Chart.Spec.gridRows({ dashArray: "2 4" });
1271
+ * ```
1272
+ */
229
1273
  readonly gridRows: typeof chartGridRows;
230
- /** Vertical paper gridlines. */
1274
+ /**
1275
+ * Creates vertical gridlines at the x positions.
1276
+ *
1277
+ * @param options - Suggested gridline count and dash pattern
1278
+ * @returns A `gridColumns` {@link ChartSpecValue}
1279
+ *
1280
+ * @example
1281
+ * ```ts
1282
+ * import { Chart } from "@elaraai/east-ui";
1283
+ *
1284
+ * const grid = Chart.Spec.gridColumns({ dashArray: "2 4" });
1285
+ * ```
1286
+ */
231
1287
  readonly gridColumns: typeof chartGridColumns;
1288
+ /**
1289
+ * Creates a reference-dot annotation — a highlighted marker at a data coordinate.
1290
+ *
1291
+ * @param options - The `x` ({@link ChartXType}) / `y` coordinate and marker styling
1292
+ * @returns A `referenceDot` {@link ChartSpecValue}
1293
+ *
1294
+ * @example
1295
+ * ```ts
1296
+ * import { variant } from "@elaraai/east";
1297
+ * import { Chart } from "@elaraai/east-ui";
1298
+ *
1299
+ * const dot = Chart.Spec.referenceDot({ x: variant("category", "Mar"), y: 237, label: "Peak" });
1300
+ * ```
1301
+ */
1302
+ readonly referenceDot: typeof chartReferenceDot;
1303
+ /**
1304
+ * Creates a reference-area annotation — a shaded region spanning a range.
1305
+ *
1306
+ * @param options - Optional `x1`/`x2` ({@link ChartXType}) and `y1`/`y2` bounds, plus styling
1307
+ * @returns A `referenceArea` {@link ChartSpecValue}
1308
+ *
1309
+ * @remarks
1310
+ * A bound left unset extends to the plot edge.
1311
+ *
1312
+ * @example
1313
+ * ```ts
1314
+ * import { Chart } from "@elaraai/east-ui";
1315
+ *
1316
+ * const zone = Chart.Spec.referenceArea({ y1: 80, y2: 120, label: "Normal" });
1317
+ * ```
1318
+ */
1319
+ readonly referenceArea: typeof chartReferenceArea;
232
1320
  readonly Types: {
233
- /** The recursive ChartSpec IR. */
1321
+ /**
1322
+ * The recursive visx-primitive chart IR.
1323
+ *
1324
+ * @remarks
1325
+ * A chart value is a tree of these variant nodes; see {@link ChartSpecType}.
1326
+ * The single arm everything funnels into is `UIComponentType.VisxChart`.
1327
+ *
1328
+ * @property frame - Sized plotting frame; owns scales, tooltip / legend, children
1329
+ * @property group - A translated container of children
1330
+ * @property linePath - A polyline mark
1331
+ * @property area - A filled-area mark
1332
+ * @property bandArea - A filled band (area-range) layer
1333
+ * @property bars - Vertical bars
1334
+ * @property points - Point markers
1335
+ * @property rule - A reference line at a data coordinate
1336
+ * @property referenceDot - A highlighted marker at a data coordinate
1337
+ * @property referenceArea - A shaded region on one or both axes
1338
+ * @property text - A free SVG text label
1339
+ * @property axisBottom - X axis
1340
+ * @property axisLeft - Primary y axis
1341
+ * @property axisRight - Secondary y axis (dual-axis)
1342
+ * @property gridRows - Horizontal gridlines
1343
+ * @property gridColumns - Vertical gridlines
1344
+ * @property series - Multi-series mark layer
1345
+ */
234
1346
  readonly Spec: RecursiveType<VariantType<{
235
1347
  readonly frame: StructType<{
236
1348
  readonly height: FloatType;
@@ -251,6 +1363,561 @@ export declare const ChartSpec: {
251
1363
  readonly linear: import("@elaraai/east").NullType;
252
1364
  readonly time: import("@elaraai/east").NullType;
253
1365
  }>;
1366
+ readonly yScale2: OptionType<VariantType<{
1367
+ readonly band: import("@elaraai/east").NullType;
1368
+ readonly linear: import("@elaraai/east").NullType;
1369
+ readonly time: import("@elaraai/east").NullType;
1370
+ }>>;
1371
+ readonly tooltip: OptionType<StructType<{
1372
+ readonly cursor: OptionType<VariantType<{
1373
+ readonly none: import("@elaraai/east").NullType;
1374
+ readonly line: import("@elaraai/east").NullType;
1375
+ readonly fill: import("@elaraai/east").NullType;
1376
+ }>>;
1377
+ }>>;
1378
+ readonly legend: OptionType<StructType<{
1379
+ readonly orientation: OptionType<VariantType<{
1380
+ readonly horizontal: import("@elaraai/east").NullType;
1381
+ readonly vertical: import("@elaraai/east").NullType;
1382
+ }>>;
1383
+ readonly position: OptionType<VariantType<{
1384
+ readonly top: import("@elaraai/east").NullType;
1385
+ readonly bottom: import("@elaraai/east").NullType;
1386
+ readonly left: import("@elaraai/east").NullType;
1387
+ readonly right: import("@elaraai/east").NullType;
1388
+ }>>;
1389
+ }>>;
1390
+ readonly slice: OptionType<StructType<{
1391
+ readonly slice: StructType<{
1392
+ readonly key: StringType;
1393
+ readonly read: import("@elaraai/east").FunctionType<[], StructType<{
1394
+ readonly range: OptionType<VariantType<{
1395
+ readonly datetime: StructType<{
1396
+ readonly from: import("@elaraai/east").DateTimeType;
1397
+ readonly to: import("@elaraai/east").DateTimeType;
1398
+ }>;
1399
+ readonly datetimePreset: VariantType<{
1400
+ readonly today: import("@elaraai/east").NullType;
1401
+ readonly last7d: import("@elaraai/east").NullType;
1402
+ readonly last30d: import("@elaraai/east").NullType;
1403
+ readonly last90d: import("@elaraai/east").NullType;
1404
+ readonly ytd: import("@elaraai/east").NullType;
1405
+ }>;
1406
+ readonly integer: StructType<{
1407
+ readonly from: import("@elaraai/east").IntegerType;
1408
+ readonly to: import("@elaraai/east").IntegerType;
1409
+ }>;
1410
+ readonly float: StructType<{
1411
+ readonly from: FloatType;
1412
+ readonly to: FloatType;
1413
+ }>;
1414
+ }>>;
1415
+ readonly compare: OptionType<VariantType<{
1416
+ readonly previousPeriod: import("@elaraai/east").NullType;
1417
+ readonly previousYear: import("@elaraai/east").NullType;
1418
+ }>>;
1419
+ readonly filters: ArrayType<VariantType<{
1420
+ readonly string: StructType<{
1421
+ readonly fieldId: StringType;
1422
+ readonly op: VariantType<{
1423
+ readonly eq: StringType;
1424
+ readonly neq: StringType;
1425
+ readonly in: import("@elaraai/east").SetType<StringType>;
1426
+ readonly notIn: import("@elaraai/east").SetType<StringType>;
1427
+ readonly contains: StringType;
1428
+ readonly matches: StringType;
1429
+ }>;
1430
+ }>;
1431
+ readonly integer: StructType<{
1432
+ readonly fieldId: StringType;
1433
+ readonly op: VariantType<{
1434
+ readonly eq: import("@elaraai/east").IntegerType;
1435
+ readonly neq: import("@elaraai/east").IntegerType;
1436
+ readonly lt: import("@elaraai/east").IntegerType;
1437
+ readonly lte: import("@elaraai/east").IntegerType;
1438
+ readonly gt: import("@elaraai/east").IntegerType;
1439
+ readonly gte: import("@elaraai/east").IntegerType;
1440
+ readonly in: import("@elaraai/east").SetType<import("@elaraai/east").IntegerType>;
1441
+ }>;
1442
+ }>;
1443
+ readonly float: StructType<{
1444
+ readonly fieldId: StringType;
1445
+ readonly op: VariantType<{
1446
+ readonly lt: FloatType;
1447
+ readonly lte: FloatType;
1448
+ readonly gt: FloatType;
1449
+ readonly gte: FloatType;
1450
+ }>;
1451
+ }>;
1452
+ readonly datetime: StructType<{
1453
+ readonly fieldId: StringType;
1454
+ readonly op: VariantType<{
1455
+ readonly before: import("@elaraai/east").DateTimeType;
1456
+ readonly after: import("@elaraai/east").DateTimeType;
1457
+ readonly between: StructType<{
1458
+ readonly from: import("@elaraai/east").DateTimeType;
1459
+ readonly to: import("@elaraai/east").DateTimeType;
1460
+ }>;
1461
+ }>;
1462
+ }>;
1463
+ readonly boolean: StructType<{
1464
+ readonly fieldId: StringType;
1465
+ readonly op: VariantType<{
1466
+ readonly is: BooleanType;
1467
+ }>;
1468
+ }>;
1469
+ }>>;
1470
+ readonly cohorts: ArrayType<StructType<{
1471
+ readonly id: StringType;
1472
+ readonly name: StringType;
1473
+ readonly filters: ArrayType<VariantType<{
1474
+ readonly string: StructType<{
1475
+ readonly fieldId: StringType;
1476
+ readonly op: VariantType<{
1477
+ readonly eq: StringType;
1478
+ readonly neq: StringType;
1479
+ readonly in: import("@elaraai/east").SetType<StringType>;
1480
+ readonly notIn: import("@elaraai/east").SetType<StringType>;
1481
+ readonly contains: StringType;
1482
+ readonly matches: StringType;
1483
+ }>;
1484
+ }>;
1485
+ readonly integer: StructType<{
1486
+ readonly fieldId: StringType;
1487
+ readonly op: VariantType<{
1488
+ readonly eq: import("@elaraai/east").IntegerType;
1489
+ readonly neq: import("@elaraai/east").IntegerType;
1490
+ readonly lt: import("@elaraai/east").IntegerType;
1491
+ readonly lte: import("@elaraai/east").IntegerType;
1492
+ readonly gt: import("@elaraai/east").IntegerType;
1493
+ readonly gte: import("@elaraai/east").IntegerType;
1494
+ readonly in: import("@elaraai/east").SetType<import("@elaraai/east").IntegerType>;
1495
+ }>;
1496
+ }>;
1497
+ readonly float: StructType<{
1498
+ readonly fieldId: StringType;
1499
+ readonly op: VariantType<{
1500
+ readonly lt: FloatType;
1501
+ readonly lte: FloatType;
1502
+ readonly gt: FloatType;
1503
+ readonly gte: FloatType;
1504
+ }>;
1505
+ }>;
1506
+ readonly datetime: StructType<{
1507
+ readonly fieldId: StringType;
1508
+ readonly op: VariantType<{
1509
+ readonly before: import("@elaraai/east").DateTimeType;
1510
+ readonly after: import("@elaraai/east").DateTimeType;
1511
+ readonly between: StructType<{
1512
+ readonly from: import("@elaraai/east").DateTimeType;
1513
+ readonly to: import("@elaraai/east").DateTimeType;
1514
+ }>;
1515
+ }>;
1516
+ }>;
1517
+ readonly boolean: StructType<{
1518
+ readonly fieldId: StringType;
1519
+ readonly op: VariantType<{
1520
+ readonly is: BooleanType;
1521
+ }>;
1522
+ }>;
1523
+ }>>;
1524
+ }>>;
1525
+ readonly activeCohorts: import("@elaraai/east").SetType<StringType>;
1526
+ readonly breakdown: OptionType<StructType<{
1527
+ readonly fieldId: StringType;
1528
+ readonly limit: OptionType<import("@elaraai/east").IntegerType>;
1529
+ }>>;
1530
+ readonly search: OptionType<StringType>;
1531
+ readonly visible: OptionType<import("@elaraai/east").SetType<StringType>>;
1532
+ readonly selectedIndex: OptionType<import("@elaraai/east").IntegerType>;
1533
+ }>>;
1534
+ readonly write: import("@elaraai/east").FunctionType<[StructType<{
1535
+ readonly range: OptionType<VariantType<{
1536
+ readonly datetime: StructType<{
1537
+ readonly from: import("@elaraai/east").DateTimeType;
1538
+ readonly to: import("@elaraai/east").DateTimeType;
1539
+ }>;
1540
+ readonly datetimePreset: VariantType<{
1541
+ readonly today: import("@elaraai/east").NullType;
1542
+ readonly last7d: import("@elaraai/east").NullType;
1543
+ readonly last30d: import("@elaraai/east").NullType;
1544
+ readonly last90d: import("@elaraai/east").NullType;
1545
+ readonly ytd: import("@elaraai/east").NullType;
1546
+ }>;
1547
+ readonly integer: StructType<{
1548
+ readonly from: import("@elaraai/east").IntegerType;
1549
+ readonly to: import("@elaraai/east").IntegerType;
1550
+ }>;
1551
+ readonly float: StructType<{
1552
+ readonly from: FloatType;
1553
+ readonly to: FloatType;
1554
+ }>;
1555
+ }>>;
1556
+ readonly compare: OptionType<VariantType<{
1557
+ readonly previousPeriod: import("@elaraai/east").NullType;
1558
+ readonly previousYear: import("@elaraai/east").NullType;
1559
+ }>>;
1560
+ readonly filters: ArrayType<VariantType<{
1561
+ readonly string: StructType<{
1562
+ readonly fieldId: StringType;
1563
+ readonly op: VariantType<{
1564
+ readonly eq: StringType;
1565
+ readonly neq: StringType;
1566
+ readonly in: import("@elaraai/east").SetType<StringType>;
1567
+ readonly notIn: import("@elaraai/east").SetType<StringType>;
1568
+ readonly contains: StringType;
1569
+ readonly matches: StringType;
1570
+ }>;
1571
+ }>;
1572
+ readonly integer: StructType<{
1573
+ readonly fieldId: StringType;
1574
+ readonly op: VariantType<{
1575
+ readonly eq: import("@elaraai/east").IntegerType;
1576
+ readonly neq: import("@elaraai/east").IntegerType;
1577
+ readonly lt: import("@elaraai/east").IntegerType;
1578
+ readonly lte: import("@elaraai/east").IntegerType;
1579
+ readonly gt: import("@elaraai/east").IntegerType;
1580
+ readonly gte: import("@elaraai/east").IntegerType;
1581
+ readonly in: import("@elaraai/east").SetType<import("@elaraai/east").IntegerType>;
1582
+ }>;
1583
+ }>;
1584
+ readonly float: StructType<{
1585
+ readonly fieldId: StringType;
1586
+ readonly op: VariantType<{
1587
+ readonly lt: FloatType;
1588
+ readonly lte: FloatType;
1589
+ readonly gt: FloatType;
1590
+ readonly gte: FloatType;
1591
+ }>;
1592
+ }>;
1593
+ readonly datetime: StructType<{
1594
+ readonly fieldId: StringType;
1595
+ readonly op: VariantType<{
1596
+ readonly before: import("@elaraai/east").DateTimeType;
1597
+ readonly after: import("@elaraai/east").DateTimeType;
1598
+ readonly between: StructType<{
1599
+ readonly from: import("@elaraai/east").DateTimeType;
1600
+ readonly to: import("@elaraai/east").DateTimeType;
1601
+ }>;
1602
+ }>;
1603
+ }>;
1604
+ readonly boolean: StructType<{
1605
+ readonly fieldId: StringType;
1606
+ readonly op: VariantType<{
1607
+ readonly is: BooleanType;
1608
+ }>;
1609
+ }>;
1610
+ }>>;
1611
+ readonly cohorts: ArrayType<StructType<{
1612
+ readonly id: StringType;
1613
+ readonly name: StringType;
1614
+ readonly filters: ArrayType<VariantType<{
1615
+ readonly string: StructType<{
1616
+ readonly fieldId: StringType;
1617
+ readonly op: VariantType<{
1618
+ readonly eq: StringType;
1619
+ readonly neq: StringType;
1620
+ readonly in: import("@elaraai/east").SetType<StringType>;
1621
+ readonly notIn: import("@elaraai/east").SetType<StringType>;
1622
+ readonly contains: StringType;
1623
+ readonly matches: StringType;
1624
+ }>;
1625
+ }>;
1626
+ readonly integer: StructType<{
1627
+ readonly fieldId: StringType;
1628
+ readonly op: VariantType<{
1629
+ readonly eq: import("@elaraai/east").IntegerType;
1630
+ readonly neq: import("@elaraai/east").IntegerType;
1631
+ readonly lt: import("@elaraai/east").IntegerType;
1632
+ readonly lte: import("@elaraai/east").IntegerType;
1633
+ readonly gt: import("@elaraai/east").IntegerType;
1634
+ readonly gte: import("@elaraai/east").IntegerType;
1635
+ readonly in: import("@elaraai/east").SetType<import("@elaraai/east").IntegerType>;
1636
+ }>;
1637
+ }>;
1638
+ readonly float: StructType<{
1639
+ readonly fieldId: StringType;
1640
+ readonly op: VariantType<{
1641
+ readonly lt: FloatType;
1642
+ readonly lte: FloatType;
1643
+ readonly gt: FloatType;
1644
+ readonly gte: FloatType;
1645
+ }>;
1646
+ }>;
1647
+ readonly datetime: StructType<{
1648
+ readonly fieldId: StringType;
1649
+ readonly op: VariantType<{
1650
+ readonly before: import("@elaraai/east").DateTimeType;
1651
+ readonly after: import("@elaraai/east").DateTimeType;
1652
+ readonly between: StructType<{
1653
+ readonly from: import("@elaraai/east").DateTimeType;
1654
+ readonly to: import("@elaraai/east").DateTimeType;
1655
+ }>;
1656
+ }>;
1657
+ }>;
1658
+ readonly boolean: StructType<{
1659
+ readonly fieldId: StringType;
1660
+ readonly op: VariantType<{
1661
+ readonly is: BooleanType;
1662
+ }>;
1663
+ }>;
1664
+ }>>;
1665
+ }>>;
1666
+ readonly activeCohorts: import("@elaraai/east").SetType<StringType>;
1667
+ readonly breakdown: OptionType<StructType<{
1668
+ readonly fieldId: StringType;
1669
+ readonly limit: OptionType<import("@elaraai/east").IntegerType>;
1670
+ }>>;
1671
+ readonly search: OptionType<StringType>;
1672
+ readonly visible: OptionType<import("@elaraai/east").SetType<StringType>>;
1673
+ readonly selectedIndex: OptionType<import("@elaraai/east").IntegerType>;
1674
+ }>], import("@elaraai/east").NullType>;
1675
+ readonly setRange: import("@elaraai/east").FunctionType<[OptionType<VariantType<{
1676
+ readonly datetime: StructType<{
1677
+ readonly from: import("@elaraai/east").DateTimeType;
1678
+ readonly to: import("@elaraai/east").DateTimeType;
1679
+ }>;
1680
+ readonly datetimePreset: VariantType<{
1681
+ readonly today: import("@elaraai/east").NullType;
1682
+ readonly last7d: import("@elaraai/east").NullType;
1683
+ readonly last30d: import("@elaraai/east").NullType;
1684
+ readonly last90d: import("@elaraai/east").NullType;
1685
+ readonly ytd: import("@elaraai/east").NullType;
1686
+ }>;
1687
+ readonly integer: StructType<{
1688
+ readonly from: import("@elaraai/east").IntegerType;
1689
+ readonly to: import("@elaraai/east").IntegerType;
1690
+ }>;
1691
+ readonly float: StructType<{
1692
+ readonly from: FloatType;
1693
+ readonly to: FloatType;
1694
+ }>;
1695
+ }>>], import("@elaraai/east").NullType>;
1696
+ readonly setCompare: import("@elaraai/east").FunctionType<[OptionType<VariantType<{
1697
+ readonly previousPeriod: import("@elaraai/east").NullType;
1698
+ readonly previousYear: import("@elaraai/east").NullType;
1699
+ }>>], import("@elaraai/east").NullType>;
1700
+ readonly addFilter: import("@elaraai/east").FunctionType<[VariantType<{
1701
+ readonly string: StructType<{
1702
+ readonly fieldId: StringType;
1703
+ readonly op: VariantType<{
1704
+ readonly eq: StringType;
1705
+ readonly neq: StringType;
1706
+ readonly in: import("@elaraai/east").SetType<StringType>;
1707
+ readonly notIn: import("@elaraai/east").SetType<StringType>;
1708
+ readonly contains: StringType;
1709
+ readonly matches: StringType;
1710
+ }>;
1711
+ }>;
1712
+ readonly integer: StructType<{
1713
+ readonly fieldId: StringType;
1714
+ readonly op: VariantType<{
1715
+ readonly eq: import("@elaraai/east").IntegerType;
1716
+ readonly neq: import("@elaraai/east").IntegerType;
1717
+ readonly lt: import("@elaraai/east").IntegerType;
1718
+ readonly lte: import("@elaraai/east").IntegerType;
1719
+ readonly gt: import("@elaraai/east").IntegerType;
1720
+ readonly gte: import("@elaraai/east").IntegerType;
1721
+ readonly in: import("@elaraai/east").SetType<import("@elaraai/east").IntegerType>;
1722
+ }>;
1723
+ }>;
1724
+ readonly float: StructType<{
1725
+ readonly fieldId: StringType;
1726
+ readonly op: VariantType<{
1727
+ readonly lt: FloatType;
1728
+ readonly lte: FloatType;
1729
+ readonly gt: FloatType;
1730
+ readonly gte: FloatType;
1731
+ }>;
1732
+ }>;
1733
+ readonly datetime: StructType<{
1734
+ readonly fieldId: StringType;
1735
+ readonly op: VariantType<{
1736
+ readonly before: import("@elaraai/east").DateTimeType;
1737
+ readonly after: import("@elaraai/east").DateTimeType;
1738
+ readonly between: StructType<{
1739
+ readonly from: import("@elaraai/east").DateTimeType;
1740
+ readonly to: import("@elaraai/east").DateTimeType;
1741
+ }>;
1742
+ }>;
1743
+ }>;
1744
+ readonly boolean: StructType<{
1745
+ readonly fieldId: StringType;
1746
+ readonly op: VariantType<{
1747
+ readonly is: BooleanType;
1748
+ }>;
1749
+ }>;
1750
+ }>], import("@elaraai/east").NullType>;
1751
+ readonly removeFilter: import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>;
1752
+ readonly clearFilters: import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>;
1753
+ readonly defineCohort: import("@elaraai/east").FunctionType<[StructType<{
1754
+ readonly id: StringType;
1755
+ readonly name: StringType;
1756
+ readonly filters: ArrayType<VariantType<{
1757
+ readonly string: StructType<{
1758
+ readonly fieldId: StringType;
1759
+ readonly op: VariantType<{
1760
+ readonly eq: StringType;
1761
+ readonly neq: StringType;
1762
+ readonly in: import("@elaraai/east").SetType<StringType>;
1763
+ readonly notIn: import("@elaraai/east").SetType<StringType>;
1764
+ readonly contains: StringType;
1765
+ readonly matches: StringType;
1766
+ }>;
1767
+ }>;
1768
+ readonly integer: StructType<{
1769
+ readonly fieldId: StringType;
1770
+ readonly op: VariantType<{
1771
+ readonly eq: import("@elaraai/east").IntegerType;
1772
+ readonly neq: import("@elaraai/east").IntegerType;
1773
+ readonly lt: import("@elaraai/east").IntegerType;
1774
+ readonly lte: import("@elaraai/east").IntegerType;
1775
+ readonly gt: import("@elaraai/east").IntegerType;
1776
+ readonly gte: import("@elaraai/east").IntegerType;
1777
+ readonly in: import("@elaraai/east").SetType<import("@elaraai/east").IntegerType>;
1778
+ }>;
1779
+ }>;
1780
+ readonly float: StructType<{
1781
+ readonly fieldId: StringType;
1782
+ readonly op: VariantType<{
1783
+ readonly lt: FloatType;
1784
+ readonly lte: FloatType;
1785
+ readonly gt: FloatType;
1786
+ readonly gte: FloatType;
1787
+ }>;
1788
+ }>;
1789
+ readonly datetime: StructType<{
1790
+ readonly fieldId: StringType;
1791
+ readonly op: VariantType<{
1792
+ readonly before: import("@elaraai/east").DateTimeType;
1793
+ readonly after: import("@elaraai/east").DateTimeType;
1794
+ readonly between: StructType<{
1795
+ readonly from: import("@elaraai/east").DateTimeType;
1796
+ readonly to: import("@elaraai/east").DateTimeType;
1797
+ }>;
1798
+ }>;
1799
+ }>;
1800
+ readonly boolean: StructType<{
1801
+ readonly fieldId: StringType;
1802
+ readonly op: VariantType<{
1803
+ readonly is: BooleanType;
1804
+ }>;
1805
+ }>;
1806
+ }>>;
1807
+ }>], import("@elaraai/east").NullType>;
1808
+ readonly updateCohort: import("@elaraai/east").FunctionType<[StringType, StructType<{
1809
+ readonly id: StringType;
1810
+ readonly name: StringType;
1811
+ readonly filters: ArrayType<VariantType<{
1812
+ readonly string: StructType<{
1813
+ readonly fieldId: StringType;
1814
+ readonly op: VariantType<{
1815
+ readonly eq: StringType;
1816
+ readonly neq: StringType;
1817
+ readonly in: import("@elaraai/east").SetType<StringType>;
1818
+ readonly notIn: import("@elaraai/east").SetType<StringType>;
1819
+ readonly contains: StringType;
1820
+ readonly matches: StringType;
1821
+ }>;
1822
+ }>;
1823
+ readonly integer: StructType<{
1824
+ readonly fieldId: StringType;
1825
+ readonly op: VariantType<{
1826
+ readonly eq: import("@elaraai/east").IntegerType;
1827
+ readonly neq: import("@elaraai/east").IntegerType;
1828
+ readonly lt: import("@elaraai/east").IntegerType;
1829
+ readonly lte: import("@elaraai/east").IntegerType;
1830
+ readonly gt: import("@elaraai/east").IntegerType;
1831
+ readonly gte: import("@elaraai/east").IntegerType;
1832
+ readonly in: import("@elaraai/east").SetType<import("@elaraai/east").IntegerType>;
1833
+ }>;
1834
+ }>;
1835
+ readonly float: StructType<{
1836
+ readonly fieldId: StringType;
1837
+ readonly op: VariantType<{
1838
+ readonly lt: FloatType;
1839
+ readonly lte: FloatType;
1840
+ readonly gt: FloatType;
1841
+ readonly gte: FloatType;
1842
+ }>;
1843
+ }>;
1844
+ readonly datetime: StructType<{
1845
+ readonly fieldId: StringType;
1846
+ readonly op: VariantType<{
1847
+ readonly before: import("@elaraai/east").DateTimeType;
1848
+ readonly after: import("@elaraai/east").DateTimeType;
1849
+ readonly between: StructType<{
1850
+ readonly from: import("@elaraai/east").DateTimeType;
1851
+ readonly to: import("@elaraai/east").DateTimeType;
1852
+ }>;
1853
+ }>;
1854
+ }>;
1855
+ readonly boolean: StructType<{
1856
+ readonly fieldId: StringType;
1857
+ readonly op: VariantType<{
1858
+ readonly is: BooleanType;
1859
+ }>;
1860
+ }>;
1861
+ }>>;
1862
+ }>], import("@elaraai/east").NullType>;
1863
+ readonly removeCohort: import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>;
1864
+ readonly toggleCohort: import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>;
1865
+ readonly setBreakdown: import("@elaraai/east").FunctionType<[OptionType<StructType<{
1866
+ readonly fieldId: StringType;
1867
+ readonly limit: OptionType<import("@elaraai/east").IntegerType>;
1868
+ }>>], import("@elaraai/east").NullType>;
1869
+ readonly setSearch: import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>;
1870
+ readonly setVisible: import("@elaraai/east").FunctionType<[OptionType<import("@elaraai/east").SetType<StringType>>], import("@elaraai/east").NullType>;
1871
+ readonly select: import("@elaraai/east").FunctionType<[OptionType<import("@elaraai/east").IntegerType>], import("@elaraai/east").NullType>;
1872
+ readonly isActive: import("@elaraai/east").FunctionType<[], BooleanType>;
1873
+ readonly activeCount: import("@elaraai/east").FunctionType<[], import("@elaraai/east").IntegerType>;
1874
+ readonly dimensions: import("@elaraai/east").FunctionType<[], ArrayType<StructType<{
1875
+ readonly fieldId: StringType;
1876
+ readonly label: StringType;
1877
+ }>>>;
1878
+ readonly fields: import("@elaraai/east").FunctionType<[], ArrayType<StructType<{
1879
+ readonly fieldId: StringType;
1880
+ readonly label: StringType;
1881
+ readonly kind: StringType;
1882
+ }>>>;
1883
+ readonly searchFieldIds: import("@elaraai/east").FunctionType<[], ArrayType<StringType>>;
1884
+ readonly rangeFieldId: import("@elaraai/east").FunctionType<[], OptionType<StringType>>;
1885
+ readonly totalCount: import("@elaraai/east").FunctionType<[], import("@elaraai/east").IntegerType>;
1886
+ readonly resultCount: import("@elaraai/east").FunctionType<[], import("@elaraai/east").IntegerType>;
1887
+ readonly groups: import("@elaraai/east").FunctionType<[], ArrayType<StructType<{
1888
+ readonly key: StringType;
1889
+ readonly count: import("@elaraai/east").IntegerType;
1890
+ readonly color: StringType;
1891
+ }>>>;
1892
+ readonly series: import("@elaraai/east").FunctionType<[StringType, StringType], ArrayType<StructType<{
1893
+ readonly key: StringType;
1894
+ readonly color: StringType;
1895
+ readonly points: ArrayType<StructType<{
1896
+ readonly x: VariantType<{
1897
+ readonly category: StringType;
1898
+ readonly number: FloatType;
1899
+ readonly time: import("@elaraai/east").DateTimeType;
1900
+ }>;
1901
+ readonly value: FloatType;
1902
+ readonly size: OptionType<FloatType>;
1903
+ }>>;
1904
+ }>>>;
1905
+ readonly matches: import("@elaraai/east").FunctionType<[], ArrayType<StructType<{
1906
+ readonly id: StringType;
1907
+ readonly label: StringType;
1908
+ readonly meta: OptionType<StringType>;
1909
+ }>>>;
1910
+ readonly cohortCounts: import("@elaraai/east").FunctionType<[], import("@elaraai/east").DictType<StringType, import("@elaraai/east").IntegerType>>;
1911
+ }>;
1912
+ readonly affordances: ArrayType<VariantType<{
1913
+ readonly filter: import("@elaraai/east").NullType;
1914
+ readonly search: import("@elaraai/east").NullType;
1915
+ readonly breakdown: import("@elaraai/east").NullType;
1916
+ readonly range: import("@elaraai/east").NullType;
1917
+ readonly cohort: import("@elaraai/east").NullType;
1918
+ readonly brush: import("@elaraai/east").NullType;
1919
+ }>>;
1920
+ }>>;
254
1921
  readonly children: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
255
1922
  }>;
256
1923
  readonly group: StructType<{
@@ -260,10 +1927,15 @@ export declare const ChartSpec: {
260
1927
  }>;
261
1928
  readonly linePath: StructType<{
262
1929
  readonly points: ArrayType<StructType<{
263
- readonly x: import("@elaraai/east").StringType;
1930
+ readonly x: VariantType<{
1931
+ readonly category: StringType;
1932
+ readonly number: FloatType;
1933
+ readonly time: import("@elaraai/east").DateTimeType;
1934
+ }>;
264
1935
  readonly value: FloatType;
1936
+ readonly size: OptionType<FloatType>;
265
1937
  }>>;
266
- readonly stroke: import("@elaraai/east").StringType;
1938
+ readonly stroke: StringType;
267
1939
  readonly strokeWidth: OptionType<FloatType>;
268
1940
  readonly curve: OptionType<VariantType<{
269
1941
  readonly monotoneX: import("@elaraai/east").NullType;
@@ -271,17 +1943,22 @@ export declare const ChartSpec: {
271
1943
  readonly natural: import("@elaraai/east").NullType;
272
1944
  readonly step: import("@elaraai/east").NullType;
273
1945
  }>>;
274
- readonly dashArray: OptionType<import("@elaraai/east").StringType>;
1946
+ readonly dashArray: OptionType<StringType>;
275
1947
  readonly opacity: OptionType<FloatType>;
276
1948
  }>;
277
1949
  readonly area: StructType<{
278
1950
  readonly points: ArrayType<StructType<{
279
- readonly x: import("@elaraai/east").StringType;
1951
+ readonly x: VariantType<{
1952
+ readonly category: StringType;
1953
+ readonly number: FloatType;
1954
+ readonly time: import("@elaraai/east").DateTimeType;
1955
+ }>;
280
1956
  readonly value: FloatType;
1957
+ readonly size: OptionType<FloatType>;
281
1958
  }>>;
282
- readonly fill: import("@elaraai/east").StringType;
1959
+ readonly fill: StringType;
283
1960
  readonly fillOpacity: OptionType<FloatType>;
284
- readonly stroke: OptionType<import("@elaraai/east").StringType>;
1961
+ readonly stroke: OptionType<StringType>;
285
1962
  readonly strokeWidth: OptionType<FloatType>;
286
1963
  readonly curve: OptionType<VariantType<{
287
1964
  readonly monotoneX: import("@elaraai/east").NullType;
@@ -290,23 +1967,55 @@ export declare const ChartSpec: {
290
1967
  readonly step: import("@elaraai/east").NullType;
291
1968
  }>>;
292
1969
  }>;
1970
+ readonly bandArea: StructType<{
1971
+ readonly data: ArrayType<StructType<{
1972
+ readonly key: StringType;
1973
+ readonly color: StringType;
1974
+ readonly points: ArrayType<StructType<{
1975
+ readonly x: VariantType<{
1976
+ readonly category: StringType;
1977
+ readonly number: FloatType;
1978
+ readonly time: import("@elaraai/east").DateTimeType;
1979
+ }>;
1980
+ readonly low: FloatType;
1981
+ readonly high: FloatType;
1982
+ }>>;
1983
+ }>>;
1984
+ readonly curve: OptionType<VariantType<{
1985
+ readonly monotoneX: import("@elaraai/east").NullType;
1986
+ readonly linear: import("@elaraai/east").NullType;
1987
+ readonly natural: import("@elaraai/east").NullType;
1988
+ readonly step: import("@elaraai/east").NullType;
1989
+ }>>;
1990
+ readonly fillOpacity: OptionType<FloatType>;
1991
+ }>;
293
1992
  readonly bars: StructType<{
294
1993
  readonly points: ArrayType<StructType<{
295
- readonly x: import("@elaraai/east").StringType;
1994
+ readonly x: VariantType<{
1995
+ readonly category: StringType;
1996
+ readonly number: FloatType;
1997
+ readonly time: import("@elaraai/east").DateTimeType;
1998
+ }>;
296
1999
  readonly value: FloatType;
2000
+ readonly size: OptionType<FloatType>;
297
2001
  }>>;
298
- readonly fill: import("@elaraai/east").StringType;
2002
+ readonly fill: StringType;
299
2003
  readonly fillOpacity: OptionType<FloatType>;
300
2004
  readonly radius: OptionType<FloatType>;
301
2005
  }>;
302
2006
  readonly points: StructType<{
303
2007
  readonly points: ArrayType<StructType<{
304
- readonly x: import("@elaraai/east").StringType;
2008
+ readonly x: VariantType<{
2009
+ readonly category: StringType;
2010
+ readonly number: FloatType;
2011
+ readonly time: import("@elaraai/east").DateTimeType;
2012
+ }>;
305
2013
  readonly value: FloatType;
2014
+ readonly size: OptionType<FloatType>;
306
2015
  }>>;
307
- readonly fill: import("@elaraai/east").StringType;
2016
+ readonly fill: StringType;
308
2017
  readonly radius: OptionType<FloatType>;
309
- readonly stroke: OptionType<import("@elaraai/east").StringType>;
2018
+ readonly stroke: OptionType<StringType>;
310
2019
  readonly strokeWidth: OptionType<FloatType>;
311
2020
  }>;
312
2021
  readonly rule: StructType<{
@@ -314,52 +2023,165 @@ export declare const ChartSpec: {
314
2023
  readonly x: import("@elaraai/east").NullType;
315
2024
  readonly y: import("@elaraai/east").NullType;
316
2025
  }>;
317
- readonly at: import("@elaraai/east").StringType;
318
- readonly stroke: import("@elaraai/east").StringType;
319
- readonly dashArray: OptionType<import("@elaraai/east").StringType>;
2026
+ readonly at: StringType;
2027
+ readonly stroke: StringType;
2028
+ readonly dashArray: OptionType<StringType>;
2029
+ }>;
2030
+ readonly referenceDot: StructType<{
2031
+ readonly x: VariantType<{
2032
+ readonly category: StringType;
2033
+ readonly number: FloatType;
2034
+ readonly time: import("@elaraai/east").DateTimeType;
2035
+ }>;
2036
+ readonly y: FloatType;
2037
+ readonly fill: OptionType<StringType>;
2038
+ readonly radius: OptionType<FloatType>;
2039
+ readonly stroke: OptionType<StringType>;
2040
+ readonly strokeWidth: OptionType<FloatType>;
2041
+ readonly label: OptionType<StringType>;
2042
+ }>;
2043
+ readonly referenceArea: StructType<{
2044
+ readonly x1: OptionType<VariantType<{
2045
+ readonly category: StringType;
2046
+ readonly number: FloatType;
2047
+ readonly time: import("@elaraai/east").DateTimeType;
2048
+ }>>;
2049
+ readonly x2: OptionType<VariantType<{
2050
+ readonly category: StringType;
2051
+ readonly number: FloatType;
2052
+ readonly time: import("@elaraai/east").DateTimeType;
2053
+ }>>;
2054
+ readonly y1: OptionType<FloatType>;
2055
+ readonly y2: OptionType<FloatType>;
2056
+ readonly fill: OptionType<StringType>;
2057
+ readonly fillOpacity: OptionType<FloatType>;
2058
+ readonly stroke: OptionType<StringType>;
2059
+ readonly label: OptionType<StringType>;
320
2060
  }>;
321
2061
  readonly text: StructType<{
322
2062
  readonly point: StructType<{
323
- readonly x: import("@elaraai/east").StringType;
2063
+ readonly x: VariantType<{
2064
+ readonly category: StringType;
2065
+ readonly number: FloatType;
2066
+ readonly time: import("@elaraai/east").DateTimeType;
2067
+ }>;
324
2068
  readonly value: FloatType;
2069
+ readonly size: OptionType<FloatType>;
325
2070
  }>;
326
- readonly text: import("@elaraai/east").StringType;
2071
+ readonly text: StringType;
327
2072
  readonly anchor: OptionType<VariantType<{
328
2073
  readonly start: import("@elaraai/east").NullType;
329
2074
  readonly middle: import("@elaraai/east").NullType;
330
2075
  readonly end: import("@elaraai/east").NullType;
331
2076
  }>>;
332
- readonly fill: OptionType<import("@elaraai/east").StringType>;
2077
+ readonly fill: OptionType<StringType>;
333
2078
  readonly fontSize: OptionType<FloatType>;
334
2079
  readonly fontWeight: OptionType<FloatType>;
335
2080
  }>;
336
2081
  readonly axisBottom: StructType<{
337
- readonly label: OptionType<import("@elaraai/east").StringType>;
2082
+ readonly label: OptionType<StringType>;
338
2083
  readonly numTicks: OptionType<FloatType>;
339
- readonly hideTicks: OptionType<import("@elaraai/east").BooleanType>;
340
- readonly hideLine: OptionType<import("@elaraai/east").BooleanType>;
2084
+ readonly hideTicks: OptionType<BooleanType>;
2085
+ readonly hideLine: OptionType<BooleanType>;
2086
+ readonly domain: OptionType<VariantType<{
2087
+ readonly number: StructType<{
2088
+ readonly min: FloatType;
2089
+ readonly max: FloatType;
2090
+ }>;
2091
+ readonly time: StructType<{
2092
+ readonly min: import("@elaraai/east").DateTimeType;
2093
+ readonly max: import("@elaraai/east").DateTimeType;
2094
+ }>;
2095
+ }>>;
2096
+ readonly tickFormat: OptionType<VariantType<{
2097
+ readonly number: import("@elaraai/east").NullType;
2098
+ readonly currency: StructType<{
2099
+ readonly code: StringType;
2100
+ readonly compact: BooleanType;
2101
+ }>;
2102
+ readonly percent: import("@elaraai/east").NullType;
2103
+ readonly compact: import("@elaraai/east").NullType;
2104
+ readonly date: StringType;
2105
+ readonly time: StringType;
2106
+ readonly datetime: StringType;
2107
+ }>>;
341
2108
  }>;
342
2109
  readonly axisLeft: StructType<{
343
- readonly label: OptionType<import("@elaraai/east").StringType>;
2110
+ readonly label: OptionType<StringType>;
2111
+ readonly numTicks: OptionType<FloatType>;
2112
+ readonly hideTicks: OptionType<BooleanType>;
2113
+ readonly hideLine: OptionType<BooleanType>;
2114
+ readonly domain: OptionType<VariantType<{
2115
+ readonly number: StructType<{
2116
+ readonly min: FloatType;
2117
+ readonly max: FloatType;
2118
+ }>;
2119
+ readonly time: StructType<{
2120
+ readonly min: import("@elaraai/east").DateTimeType;
2121
+ readonly max: import("@elaraai/east").DateTimeType;
2122
+ }>;
2123
+ }>>;
2124
+ readonly tickFormat: OptionType<VariantType<{
2125
+ readonly number: import("@elaraai/east").NullType;
2126
+ readonly currency: StructType<{
2127
+ readonly code: StringType;
2128
+ readonly compact: BooleanType;
2129
+ }>;
2130
+ readonly percent: import("@elaraai/east").NullType;
2131
+ readonly compact: import("@elaraai/east").NullType;
2132
+ readonly date: StringType;
2133
+ readonly time: StringType;
2134
+ readonly datetime: StringType;
2135
+ }>>;
2136
+ }>;
2137
+ readonly axisRight: StructType<{
2138
+ readonly label: OptionType<StringType>;
344
2139
  readonly numTicks: OptionType<FloatType>;
345
- readonly hideTicks: OptionType<import("@elaraai/east").BooleanType>;
346
- readonly hideLine: OptionType<import("@elaraai/east").BooleanType>;
2140
+ readonly hideTicks: OptionType<BooleanType>;
2141
+ readonly hideLine: OptionType<BooleanType>;
2142
+ readonly domain: OptionType<VariantType<{
2143
+ readonly number: StructType<{
2144
+ readonly min: FloatType;
2145
+ readonly max: FloatType;
2146
+ }>;
2147
+ readonly time: StructType<{
2148
+ readonly min: import("@elaraai/east").DateTimeType;
2149
+ readonly max: import("@elaraai/east").DateTimeType;
2150
+ }>;
2151
+ }>>;
2152
+ readonly tickFormat: OptionType<VariantType<{
2153
+ readonly number: import("@elaraai/east").NullType;
2154
+ readonly currency: StructType<{
2155
+ readonly code: StringType;
2156
+ readonly compact: BooleanType;
2157
+ }>;
2158
+ readonly percent: import("@elaraai/east").NullType;
2159
+ readonly compact: import("@elaraai/east").NullType;
2160
+ readonly date: StringType;
2161
+ readonly time: StringType;
2162
+ readonly datetime: StringType;
2163
+ }>>;
347
2164
  }>;
348
2165
  readonly gridRows: StructType<{
349
2166
  readonly numTicks: OptionType<FloatType>;
350
- readonly dashArray: OptionType<import("@elaraai/east").StringType>;
2167
+ readonly dashArray: OptionType<StringType>;
351
2168
  }>;
352
2169
  readonly gridColumns: StructType<{
353
2170
  readonly numTicks: OptionType<FloatType>;
354
- readonly dashArray: OptionType<import("@elaraai/east").StringType>;
2171
+ readonly dashArray: OptionType<StringType>;
355
2172
  }>;
356
2173
  readonly series: StructType<{
357
2174
  readonly data: ArrayType<StructType<{
358
- readonly key: import("@elaraai/east").StringType;
359
- readonly color: import("@elaraai/east").StringType;
2175
+ readonly key: StringType;
2176
+ readonly color: StringType;
360
2177
  readonly points: ArrayType<StructType<{
361
- readonly x: import("@elaraai/east").StringType;
2178
+ readonly x: VariantType<{
2179
+ readonly category: StringType;
2180
+ readonly number: FloatType;
2181
+ readonly time: import("@elaraai/east").DateTimeType;
2182
+ }>;
362
2183
  readonly value: FloatType;
2184
+ readonly size: OptionType<FloatType>;
363
2185
  }>>;
364
2186
  }>>;
365
2187
  readonly mark: VariantType<{
@@ -368,83 +2190,394 @@ export declare const ChartSpec: {
368
2190
  readonly area: import("@elaraai/east").NullType;
369
2191
  readonly scatter: import("@elaraai/east").NullType;
370
2192
  }>;
2193
+ readonly curve: OptionType<VariantType<{
2194
+ readonly monotoneX: import("@elaraai/east").NullType;
2195
+ readonly linear: import("@elaraai/east").NullType;
2196
+ readonly natural: import("@elaraai/east").NullType;
2197
+ readonly step: import("@elaraai/east").NullType;
2198
+ }>>;
2199
+ readonly stackId: OptionType<StringType>;
2200
+ readonly stackOffset: OptionType<VariantType<{
2201
+ readonly none: import("@elaraai/east").NullType;
2202
+ readonly expand: import("@elaraai/east").NullType;
2203
+ }>>;
2204
+ readonly axis: OptionType<VariantType<{
2205
+ readonly left: import("@elaraai/east").NullType;
2206
+ readonly right: import("@elaraai/east").NullType;
2207
+ }>>;
2208
+ readonly strokeWidth: OptionType<FloatType>;
2209
+ readonly dashArray: OptionType<StringType>;
2210
+ readonly dots: OptionType<BooleanType>;
2211
+ readonly fillOpacity: OptionType<FloatType>;
2212
+ readonly radius: OptionType<FloatType>;
371
2213
  }>;
372
2214
  }>>;
373
- /** One point `{ x, value }`. */
2215
+ /**
2216
+ * A typed x-axis coordinate; the arm chooses the scale.
2217
+ *
2218
+ * @remarks
2219
+ * Mirror of {@link ChartXType}.
2220
+ *
2221
+ * @property category - Ordinal label (band scale)
2222
+ * @property number - Continuous numeric position (linear scale)
2223
+ * @property time - Temporal position (time scale)
2224
+ */
2225
+ readonly XCoord: VariantType<{
2226
+ readonly category: StringType;
2227
+ readonly number: FloatType;
2228
+ readonly time: import("@elaraai/east").DateTimeType;
2229
+ }>;
2230
+ /**
2231
+ * An explicit axis domain, typed to the axis's coordinate kind.
2232
+ *
2233
+ * @remarks
2234
+ * Mirror of {@link ChartDomainType}.
2235
+ *
2236
+ * @property number - Numeric `{ min, max }` for a linear axis
2237
+ * @property time - Temporal `{ min, max }` for a time axis
2238
+ */
2239
+ readonly Domain: VariantType<{
2240
+ readonly number: StructType<{
2241
+ readonly min: FloatType;
2242
+ readonly max: FloatType;
2243
+ }>;
2244
+ readonly time: StructType<{
2245
+ readonly min: import("@elaraai/east").DateTimeType;
2246
+ readonly max: import("@elaraai/east").DateTimeType;
2247
+ }>;
2248
+ }>;
2249
+ /**
2250
+ * One point along a series.
2251
+ *
2252
+ * @remarks
2253
+ * Mirror of {@link ChartPointType}.
2254
+ *
2255
+ * @property x - The point's typed x coordinate
2256
+ * @property value - Numeric y value at this point
2257
+ */
374
2258
  readonly Point: StructType<{
375
- readonly x: import("@elaraai/east").StringType;
2259
+ readonly x: VariantType<{
2260
+ readonly category: StringType;
2261
+ readonly number: FloatType;
2262
+ readonly time: import("@elaraai/east").DateTimeType;
2263
+ }>;
376
2264
  readonly value: FloatType;
2265
+ readonly size: OptionType<FloatType>;
377
2266
  }>;
378
- /** One coloured series `{ key, color, points }`. */
2267
+ /**
2268
+ * One coloured series of points.
2269
+ *
2270
+ * @remarks
2271
+ * Mirror of {@link ChartSeriesType}; field-identical to the slice's series
2272
+ * type so the shared pivot feeds it directly.
2273
+ *
2274
+ * @property key - Series identity (legend label)
2275
+ * @property color - Series colour (theme token or CSS)
2276
+ * @property points - The series' points in draw order
2277
+ */
379
2278
  readonly Series: StructType<{
380
- readonly key: import("@elaraai/east").StringType;
381
- readonly color: import("@elaraai/east").StringType;
2279
+ readonly key: StringType;
2280
+ readonly color: StringType;
382
2281
  readonly points: ArrayType<StructType<{
383
- readonly x: import("@elaraai/east").StringType;
2282
+ readonly x: VariantType<{
2283
+ readonly category: StringType;
2284
+ readonly number: FloatType;
2285
+ readonly time: import("@elaraai/east").DateTimeType;
2286
+ }>;
384
2287
  readonly value: FloatType;
2288
+ readonly size: OptionType<FloatType>;
385
2289
  }>>;
386
2290
  }>;
387
- /** Array of series. */
2291
+ /**
2292
+ * An array of {@link ChartSeriesType}.
2293
+ *
2294
+ * @remarks
2295
+ * The shape a layer's pivot produces; mirror of {@link ChartSeriesArrayType}.
2296
+ */
388
2297
  readonly SeriesArray: ArrayType<StructType<{
389
- readonly key: import("@elaraai/east").StringType;
390
- readonly color: import("@elaraai/east").StringType;
2298
+ readonly key: StringType;
2299
+ readonly color: StringType;
391
2300
  readonly points: ArrayType<StructType<{
392
- readonly x: import("@elaraai/east").StringType;
2301
+ readonly x: VariantType<{
2302
+ readonly category: StringType;
2303
+ readonly number: FloatType;
2304
+ readonly time: import("@elaraai/east").DateTimeType;
2305
+ }>;
393
2306
  readonly value: FloatType;
2307
+ readonly size: OptionType<FloatType>;
2308
+ }>>;
2309
+ }>>;
2310
+ /**
2311
+ * One point of a band (area-range) series.
2312
+ *
2313
+ * @remarks
2314
+ * Mirror of {@link ChartBandPointType}.
2315
+ *
2316
+ * @property x - The point's typed x coordinate
2317
+ * @property low - Lower bound at this x
2318
+ * @property high - Upper bound at this x
2319
+ */
2320
+ readonly BandPoint: StructType<{
2321
+ readonly x: VariantType<{
2322
+ readonly category: StringType;
2323
+ readonly number: FloatType;
2324
+ readonly time: import("@elaraai/east").DateTimeType;
2325
+ }>;
2326
+ readonly low: FloatType;
2327
+ readonly high: FloatType;
2328
+ }>;
2329
+ /**
2330
+ * One coloured band series.
2331
+ *
2332
+ * @remarks
2333
+ * Mirror of {@link ChartBandSeriesType}.
2334
+ *
2335
+ * @property key - Series identity (legend label)
2336
+ * @property color - Series colour (theme token or CSS)
2337
+ * @property points - The band's points in draw order
2338
+ */
2339
+ readonly BandSeries: StructType<{
2340
+ readonly key: StringType;
2341
+ readonly color: StringType;
2342
+ readonly points: ArrayType<StructType<{
2343
+ readonly x: VariantType<{
2344
+ readonly category: StringType;
2345
+ readonly number: FloatType;
2346
+ readonly time: import("@elaraai/east").DateTimeType;
2347
+ }>;
2348
+ readonly low: FloatType;
2349
+ readonly high: FloatType;
2350
+ }>>;
2351
+ }>;
2352
+ /**
2353
+ * An array of {@link ChartBandSeriesType}.
2354
+ *
2355
+ * @remarks
2356
+ * Mirror of {@link ChartBandSeriesArrayType}.
2357
+ */
2358
+ readonly BandSeriesArray: ArrayType<StructType<{
2359
+ readonly key: StringType;
2360
+ readonly color: StringType;
2361
+ readonly points: ArrayType<StructType<{
2362
+ readonly x: VariantType<{
2363
+ readonly category: StringType;
2364
+ readonly number: FloatType;
2365
+ readonly time: import("@elaraai/east").DateTimeType;
2366
+ }>;
2367
+ readonly low: FloatType;
2368
+ readonly high: FloatType;
394
2369
  }>>;
395
2370
  }>>;
396
- /** Axis-scale kind (`band` / `linear` / `time`). */
2371
+ /**
2372
+ * Axis-scale kind.
2373
+ *
2374
+ * @remarks
2375
+ * Mirror of {@link ChartScaleType}; usually derived from the data's coordinate.
2376
+ *
2377
+ * @property band - Discrete categorical axis
2378
+ * @property linear - Continuous numeric axis
2379
+ * @property time - Continuous temporal axis
2380
+ */
397
2381
  readonly Scale: VariantType<{
398
2382
  readonly band: import("@elaraai/east").NullType;
399
2383
  readonly linear: import("@elaraai/east").NullType;
400
2384
  readonly time: import("@elaraai/east").NullType;
401
2385
  }>;
402
- /** Line/area curve interpolation. */
2386
+ /**
2387
+ * Axis tick-label format.
2388
+ *
2389
+ * @remarks
2390
+ * Mirror of {@link ChartTickFormatType}; built with the `Chart.format.*` helpers.
2391
+ *
2392
+ * @property number - Plain number formatting
2393
+ * @property currency - Currency formatting (`code` + `compact`)
2394
+ * @property percent - Percentage formatting
2395
+ * @property compact - Compact magnitude formatting
2396
+ * @property date - Date pattern
2397
+ * @property time - Time pattern
2398
+ * @property datetime - Datetime pattern
2399
+ */
2400
+ readonly TickFormat: VariantType<{
2401
+ readonly number: import("@elaraai/east").NullType;
2402
+ readonly currency: StructType<{
2403
+ readonly code: StringType;
2404
+ readonly compact: BooleanType;
2405
+ }>;
2406
+ readonly percent: import("@elaraai/east").NullType;
2407
+ readonly compact: import("@elaraai/east").NullType;
2408
+ readonly date: StringType;
2409
+ readonly time: StringType;
2410
+ readonly datetime: StringType;
2411
+ }>;
2412
+ /**
2413
+ * Line/area curve interpolation.
2414
+ *
2415
+ * @remarks
2416
+ * Mirror of {@link ChartCurveType}.
2417
+ *
2418
+ * @property monotoneX - Smooth monotone-in-x
2419
+ * @property linear - Straight segments
2420
+ * @property natural - Natural cubic spline
2421
+ * @property step - Step interpolation
2422
+ */
403
2423
  readonly Curve: VariantType<{
404
2424
  readonly monotoneX: import("@elaraai/east").NullType;
405
2425
  readonly linear: import("@elaraai/east").NullType;
406
2426
  readonly natural: import("@elaraai/east").NullType;
407
2427
  readonly step: import("@elaraai/east").NullType;
408
2428
  }>;
409
- /** Per-series mark kind (`line` / `bar` / `area`). */
2429
+ /**
2430
+ * Per-layer mark kind.
2431
+ *
2432
+ * @remarks
2433
+ * Mirror of {@link ChartMarkType}.
2434
+ *
2435
+ * @property line - Polyline
2436
+ * @property bar - Vertical bars
2437
+ * @property area - Filled area
2438
+ * @property scatter - Point markers
2439
+ */
410
2440
  readonly Mark: VariantType<{
411
2441
  readonly line: import("@elaraai/east").NullType;
412
2442
  readonly bar: import("@elaraai/east").NullType;
413
2443
  readonly area: import("@elaraai/east").NullType;
414
2444
  readonly scatter: import("@elaraai/east").NullType;
415
2445
  }>;
416
- /** SVG text anchor. */
2446
+ /**
2447
+ * Stack accumulation offset for marks sharing a `stackId`.
2448
+ *
2449
+ * @remarks
2450
+ * Mirror of {@link ChartStackOffsetType}.
2451
+ *
2452
+ * @property none - Raw cumulative stacking
2453
+ * @property expand - Proportional (100%) stacking
2454
+ */
2455
+ readonly StackOffset: VariantType<{
2456
+ readonly none: import("@elaraai/east").NullType;
2457
+ readonly expand: import("@elaraai/east").NullType;
2458
+ }>;
2459
+ /**
2460
+ * Which y-axis a layer scales against.
2461
+ *
2462
+ * @remarks
2463
+ * Mirror of {@link YAxisSideType}.
2464
+ *
2465
+ * @property left - Primary (left) y-axis
2466
+ * @property right - Secondary (right) y-axis
2467
+ */
2468
+ readonly YAxisSide: VariantType<{
2469
+ readonly left: import("@elaraai/east").NullType;
2470
+ readonly right: import("@elaraai/east").NullType;
2471
+ }>;
2472
+ /**
2473
+ * SVG text anchor.
2474
+ *
2475
+ * @remarks
2476
+ * Mirror of {@link ChartAnchorType}.
2477
+ *
2478
+ * @property start - Anchor at the start of the text
2479
+ * @property middle - Anchor at the middle
2480
+ * @property end - Anchor at the end
2481
+ */
417
2482
  readonly Anchor: VariantType<{
418
2483
  readonly start: import("@elaraai/east").NullType;
419
2484
  readonly middle: import("@elaraai/east").NullType;
420
2485
  readonly end: import("@elaraai/east").NullType;
421
2486
  }>;
422
- /** Frame margins. */
2487
+ /**
2488
+ * Frame margins reserved for axes / labels.
2489
+ *
2490
+ * @remarks
2491
+ * Mirror of {@link ChartMarginType}.
2492
+ *
2493
+ * @property top - Top margin
2494
+ * @property right - Right margin
2495
+ * @property bottom - Bottom margin
2496
+ * @property left - Left margin
2497
+ */
423
2498
  readonly Margin: StructType<{
424
2499
  readonly top: FloatType;
425
2500
  readonly right: FloatType;
426
2501
  readonly bottom: FloatType;
427
2502
  readonly left: FloatType;
428
2503
  }>;
429
- /** Axis config. */
2504
+ /**
2505
+ * An axis config.
2506
+ *
2507
+ * @remarks
2508
+ * Mirror of {@link ChartAxisType}; shared by the bottom / left / right axes.
2509
+ *
2510
+ * @property label - Optional caption
2511
+ * @property numTicks - Suggested tick count hint
2512
+ * @property hideTicks - Hide the tick marks
2513
+ * @property hideLine - Hide the baseline rule
2514
+ * @property domain - Explicit extent for a linear/time axis
2515
+ */
430
2516
  readonly Axis: StructType<{
431
- readonly label: OptionType<import("@elaraai/east").StringType>;
2517
+ readonly label: OptionType<StringType>;
432
2518
  readonly numTicks: OptionType<FloatType>;
433
- readonly hideTicks: OptionType<import("@elaraai/east").BooleanType>;
434
- readonly hideLine: OptionType<import("@elaraai/east").BooleanType>;
2519
+ readonly hideTicks: OptionType<BooleanType>;
2520
+ readonly hideLine: OptionType<BooleanType>;
2521
+ readonly domain: OptionType<VariantType<{
2522
+ readonly number: StructType<{
2523
+ readonly min: FloatType;
2524
+ readonly max: FloatType;
2525
+ }>;
2526
+ readonly time: StructType<{
2527
+ readonly min: import("@elaraai/east").DateTimeType;
2528
+ readonly max: import("@elaraai/east").DateTimeType;
2529
+ }>;
2530
+ }>>;
2531
+ readonly tickFormat: OptionType<VariantType<{
2532
+ readonly number: import("@elaraai/east").NullType;
2533
+ readonly currency: StructType<{
2534
+ readonly code: StringType;
2535
+ readonly compact: BooleanType;
2536
+ }>;
2537
+ readonly percent: import("@elaraai/east").NullType;
2538
+ readonly compact: import("@elaraai/east").NullType;
2539
+ readonly date: StringType;
2540
+ readonly time: StringType;
2541
+ readonly datetime: StringType;
2542
+ }>>;
435
2543
  }>;
436
- /** Grid config. */
2544
+ /**
2545
+ * A gridlines config.
2546
+ *
2547
+ * @remarks
2548
+ * Mirror of {@link ChartGridType}.
2549
+ *
2550
+ * @property numTicks - Suggested gridline count
2551
+ * @property dashArray - SVG dash pattern; solid when omitted
2552
+ */
437
2553
  readonly Grid: StructType<{
438
2554
  readonly numTicks: OptionType<FloatType>;
439
- readonly dashArray: OptionType<import("@elaraai/east").StringType>;
2555
+ readonly dashArray: OptionType<StringType>;
440
2556
  }>;
441
- /** `LinePath` mark. */
2557
+ /**
2558
+ * A polyline mark.
2559
+ *
2560
+ * @remarks
2561
+ * Mirror of {@link ChartLinePathType}.
2562
+ *
2563
+ * @property points - The line's points
2564
+ * @property stroke - Stroke colour
2565
+ * @property strokeWidth - Stroke width
2566
+ * @property curve - Interpolation
2567
+ * @property dashArray - SVG dash pattern
2568
+ * @property opacity - Stroke opacity
2569
+ */
442
2570
  readonly LinePath: StructType<{
443
2571
  readonly points: ArrayType<StructType<{
444
- readonly x: import("@elaraai/east").StringType;
2572
+ readonly x: VariantType<{
2573
+ readonly category: StringType;
2574
+ readonly number: FloatType;
2575
+ readonly time: import("@elaraai/east").DateTimeType;
2576
+ }>;
445
2577
  readonly value: FloatType;
2578
+ readonly size: OptionType<FloatType>;
446
2579
  }>>;
447
- readonly stroke: import("@elaraai/east").StringType;
2580
+ readonly stroke: StringType;
448
2581
  readonly strokeWidth: OptionType<FloatType>;
449
2582
  readonly curve: OptionType<VariantType<{
450
2583
  readonly monotoneX: import("@elaraai/east").NullType;
@@ -452,18 +2585,35 @@ export declare const ChartSpec: {
452
2585
  readonly natural: import("@elaraai/east").NullType;
453
2586
  readonly step: import("@elaraai/east").NullType;
454
2587
  }>>;
455
- readonly dashArray: OptionType<import("@elaraai/east").StringType>;
2588
+ readonly dashArray: OptionType<StringType>;
456
2589
  readonly opacity: OptionType<FloatType>;
457
2590
  }>;
458
- /** `AreaClosed` mark. */
2591
+ /**
2592
+ * A filled-area mark.
2593
+ *
2594
+ * @remarks
2595
+ * Mirror of {@link ChartAreaType}.
2596
+ *
2597
+ * @property points - The area's points
2598
+ * @property fill - Fill colour
2599
+ * @property fillOpacity - Fill opacity
2600
+ * @property stroke - Optional top-edge stroke colour
2601
+ * @property strokeWidth - Top-edge stroke width
2602
+ * @property curve - Interpolation
2603
+ */
459
2604
  readonly Area: StructType<{
460
2605
  readonly points: ArrayType<StructType<{
461
- readonly x: import("@elaraai/east").StringType;
2606
+ readonly x: VariantType<{
2607
+ readonly category: StringType;
2608
+ readonly number: FloatType;
2609
+ readonly time: import("@elaraai/east").DateTimeType;
2610
+ }>;
462
2611
  readonly value: FloatType;
2612
+ readonly size: OptionType<FloatType>;
463
2613
  }>>;
464
- readonly fill: import("@elaraai/east").StringType;
2614
+ readonly fill: StringType;
465
2615
  readonly fillOpacity: OptionType<FloatType>;
466
- readonly stroke: OptionType<import("@elaraai/east").StringType>;
2616
+ readonly stroke: OptionType<StringType>;
467
2617
  readonly strokeWidth: OptionType<FloatType>;
468
2618
  readonly curve: OptionType<VariantType<{
469
2619
  readonly monotoneX: import("@elaraai/east").NullType;
@@ -472,61 +2622,232 @@ export declare const ChartSpec: {
472
2622
  readonly step: import("@elaraai/east").NullType;
473
2623
  }>>;
474
2624
  }>;
475
- /** `Bar`s mark. */
2625
+ /**
2626
+ * A filled band (area-range) layer.
2627
+ *
2628
+ * @remarks
2629
+ * Mirror of {@link ChartBandAreaType}.
2630
+ *
2631
+ * @property data - The coloured band series
2632
+ * @property curve - Edge interpolation
2633
+ * @property fillOpacity - Band fill opacity
2634
+ */
2635
+ readonly BandArea: StructType<{
2636
+ readonly data: ArrayType<StructType<{
2637
+ readonly key: StringType;
2638
+ readonly color: StringType;
2639
+ readonly points: ArrayType<StructType<{
2640
+ readonly x: VariantType<{
2641
+ readonly category: StringType;
2642
+ readonly number: FloatType;
2643
+ readonly time: import("@elaraai/east").DateTimeType;
2644
+ }>;
2645
+ readonly low: FloatType;
2646
+ readonly high: FloatType;
2647
+ }>>;
2648
+ }>>;
2649
+ readonly curve: OptionType<VariantType<{
2650
+ readonly monotoneX: import("@elaraai/east").NullType;
2651
+ readonly linear: import("@elaraai/east").NullType;
2652
+ readonly natural: import("@elaraai/east").NullType;
2653
+ readonly step: import("@elaraai/east").NullType;
2654
+ }>>;
2655
+ readonly fillOpacity: OptionType<FloatType>;
2656
+ }>;
2657
+ /**
2658
+ * A vertical-bars mark.
2659
+ *
2660
+ * @remarks
2661
+ * Mirror of {@link ChartBarsType}.
2662
+ *
2663
+ * @property points - The bars' points
2664
+ * @property fill - Bar fill colour
2665
+ * @property fillOpacity - Fill opacity
2666
+ * @property radius - Corner radius
2667
+ */
476
2668
  readonly Bars: StructType<{
477
2669
  readonly points: ArrayType<StructType<{
478
- readonly x: import("@elaraai/east").StringType;
2670
+ readonly x: VariantType<{
2671
+ readonly category: StringType;
2672
+ readonly number: FloatType;
2673
+ readonly time: import("@elaraai/east").DateTimeType;
2674
+ }>;
479
2675
  readonly value: FloatType;
2676
+ readonly size: OptionType<FloatType>;
480
2677
  }>>;
481
- readonly fill: import("@elaraai/east").StringType;
2678
+ readonly fill: StringType;
482
2679
  readonly fillOpacity: OptionType<FloatType>;
483
2680
  readonly radius: OptionType<FloatType>;
484
2681
  }>;
485
- /** `Circle` markers. */
2682
+ /**
2683
+ * Point markers.
2684
+ *
2685
+ * @remarks
2686
+ * Mirror of {@link ChartPointsType}.
2687
+ *
2688
+ * @property points - The points to mark
2689
+ * @property fill - Marker fill colour
2690
+ * @property radius - Marker radius
2691
+ * @property stroke - Optional ring colour
2692
+ * @property strokeWidth - Ring width
2693
+ */
486
2694
  readonly Points: StructType<{
487
2695
  readonly points: ArrayType<StructType<{
488
- readonly x: import("@elaraai/east").StringType;
2696
+ readonly x: VariantType<{
2697
+ readonly category: StringType;
2698
+ readonly number: FloatType;
2699
+ readonly time: import("@elaraai/east").DateTimeType;
2700
+ }>;
489
2701
  readonly value: FloatType;
2702
+ readonly size: OptionType<FloatType>;
490
2703
  }>>;
491
- readonly fill: import("@elaraai/east").StringType;
2704
+ readonly fill: StringType;
492
2705
  readonly radius: OptionType<FloatType>;
493
- readonly stroke: OptionType<import("@elaraai/east").StringType>;
2706
+ readonly stroke: OptionType<StringType>;
494
2707
  readonly strokeWidth: OptionType<FloatType>;
495
2708
  }>;
496
- /** Reference rule. */
2709
+ /**
2710
+ * A reference rule spanning the plot at a data coordinate.
2711
+ *
2712
+ * @remarks
2713
+ * Mirror of {@link ChartRuleType}.
2714
+ *
2715
+ * @property axis - Which axis `at` is measured on
2716
+ * @property at - The data coordinate to place the rule at
2717
+ * @property stroke - Rule colour
2718
+ * @property dashArray - SVG dash pattern
2719
+ */
497
2720
  readonly Rule: StructType<{
498
2721
  readonly axis: VariantType<{
499
2722
  readonly x: import("@elaraai/east").NullType;
500
2723
  readonly y: import("@elaraai/east").NullType;
501
2724
  }>;
502
- readonly at: import("@elaraai/east").StringType;
503
- readonly stroke: import("@elaraai/east").StringType;
504
- readonly dashArray: OptionType<import("@elaraai/east").StringType>;
2725
+ readonly at: StringType;
2726
+ readonly stroke: StringType;
2727
+ readonly dashArray: OptionType<StringType>;
2728
+ }>;
2729
+ /**
2730
+ * A highlighted reference marker at a data coordinate.
2731
+ *
2732
+ * @remarks
2733
+ * Mirror of {@link ChartReferenceDotType}.
2734
+ *
2735
+ * @property x - The marker's typed x coordinate
2736
+ * @property y - Value on the y-axis
2737
+ * @property fill - Marker fill colour
2738
+ * @property radius - Marker radius
2739
+ * @property stroke - Optional ring colour
2740
+ * @property strokeWidth - Ring width
2741
+ * @property label - Optional caption
2742
+ */
2743
+ readonly ReferenceDot: StructType<{
2744
+ readonly x: VariantType<{
2745
+ readonly category: StringType;
2746
+ readonly number: FloatType;
2747
+ readonly time: import("@elaraai/east").DateTimeType;
2748
+ }>;
2749
+ readonly y: FloatType;
2750
+ readonly fill: OptionType<StringType>;
2751
+ readonly radius: OptionType<FloatType>;
2752
+ readonly stroke: OptionType<StringType>;
2753
+ readonly strokeWidth: OptionType<FloatType>;
2754
+ readonly label: OptionType<StringType>;
2755
+ }>;
2756
+ /**
2757
+ * A shaded reference region spanning a range on one or both axes.
2758
+ *
2759
+ * @remarks
2760
+ * Mirror of {@link ChartReferenceAreaType}.
2761
+ *
2762
+ * @property x1 - Optional start x coordinate
2763
+ * @property x2 - Optional end x coordinate
2764
+ * @property y1 - Optional lower y value
2765
+ * @property y2 - Optional upper y value
2766
+ * @property fill - Fill colour
2767
+ * @property fillOpacity - Fill opacity
2768
+ * @property stroke - Optional border colour
2769
+ * @property label - Optional caption
2770
+ */
2771
+ readonly ReferenceArea: StructType<{
2772
+ readonly x1: OptionType<VariantType<{
2773
+ readonly category: StringType;
2774
+ readonly number: FloatType;
2775
+ readonly time: import("@elaraai/east").DateTimeType;
2776
+ }>>;
2777
+ readonly x2: OptionType<VariantType<{
2778
+ readonly category: StringType;
2779
+ readonly number: FloatType;
2780
+ readonly time: import("@elaraai/east").DateTimeType;
2781
+ }>>;
2782
+ readonly y1: OptionType<FloatType>;
2783
+ readonly y2: OptionType<FloatType>;
2784
+ readonly fill: OptionType<StringType>;
2785
+ readonly fillOpacity: OptionType<FloatType>;
2786
+ readonly stroke: OptionType<StringType>;
2787
+ readonly label: OptionType<StringType>;
505
2788
  }>;
506
- /** Free text label. */
2789
+ /**
2790
+ * A free SVG text label at a data coordinate.
2791
+ *
2792
+ * @remarks
2793
+ * Mirror of {@link ChartTextType}.
2794
+ *
2795
+ * @property point - The data coordinate to anchor the text at
2796
+ * @property text - The label string
2797
+ * @property anchor - Horizontal anchor
2798
+ * @property fill - Text colour
2799
+ * @property fontSize - Font size
2800
+ * @property fontWeight - Font weight
2801
+ */
507
2802
  readonly Text: StructType<{
508
2803
  readonly point: StructType<{
509
- readonly x: import("@elaraai/east").StringType;
2804
+ readonly x: VariantType<{
2805
+ readonly category: StringType;
2806
+ readonly number: FloatType;
2807
+ readonly time: import("@elaraai/east").DateTimeType;
2808
+ }>;
510
2809
  readonly value: FloatType;
2810
+ readonly size: OptionType<FloatType>;
511
2811
  }>;
512
- readonly text: import("@elaraai/east").StringType;
2812
+ readonly text: StringType;
513
2813
  readonly anchor: OptionType<VariantType<{
514
2814
  readonly start: import("@elaraai/east").NullType;
515
2815
  readonly middle: import("@elaraai/east").NullType;
516
2816
  readonly end: import("@elaraai/east").NullType;
517
2817
  }>>;
518
- readonly fill: OptionType<import("@elaraai/east").StringType>;
2818
+ readonly fill: OptionType<StringType>;
519
2819
  readonly fontSize: OptionType<FloatType>;
520
2820
  readonly fontWeight: OptionType<FloatType>;
521
2821
  }>;
522
- /** Multi-series convenience node. */
2822
+ /**
2823
+ * A multi-series mark layer.
2824
+ *
2825
+ * @remarks
2826
+ * Mirror of {@link ChartSeriesMarkType}.
2827
+ *
2828
+ * @property data - The coloured series to draw
2829
+ * @property mark - The mark drawn per series
2830
+ * @property curve - Line/area interpolation
2831
+ * @property stackId - Stack group id
2832
+ * @property stackOffset - Stacking offset for the group
2833
+ * @property axis - Which y-axis the layer scales against
2834
+ * @property strokeWidth - Stroke width for line marks
2835
+ * @property dashArray - SVG dash pattern for line marks
2836
+ * @property dots - Draw point markers on line marks
2837
+ * @property fillOpacity - Fill opacity for area / bar marks
2838
+ */
523
2839
  readonly SeriesMark: StructType<{
524
2840
  readonly data: ArrayType<StructType<{
525
- readonly key: import("@elaraai/east").StringType;
526
- readonly color: import("@elaraai/east").StringType;
2841
+ readonly key: StringType;
2842
+ readonly color: StringType;
527
2843
  readonly points: ArrayType<StructType<{
528
- readonly x: import("@elaraai/east").StringType;
2844
+ readonly x: VariantType<{
2845
+ readonly category: StringType;
2846
+ readonly number: FloatType;
2847
+ readonly time: import("@elaraai/east").DateTimeType;
2848
+ }>;
529
2849
  readonly value: FloatType;
2850
+ readonly size: OptionType<FloatType>;
530
2851
  }>>;
531
2852
  }>>;
532
2853
  readonly mark: VariantType<{
@@ -535,6 +2856,107 @@ export declare const ChartSpec: {
535
2856
  readonly area: import("@elaraai/east").NullType;
536
2857
  readonly scatter: import("@elaraai/east").NullType;
537
2858
  }>;
2859
+ readonly curve: OptionType<VariantType<{
2860
+ readonly monotoneX: import("@elaraai/east").NullType;
2861
+ readonly linear: import("@elaraai/east").NullType;
2862
+ readonly natural: import("@elaraai/east").NullType;
2863
+ readonly step: import("@elaraai/east").NullType;
2864
+ }>>;
2865
+ readonly stackId: OptionType<StringType>;
2866
+ readonly stackOffset: OptionType<VariantType<{
2867
+ readonly none: import("@elaraai/east").NullType;
2868
+ readonly expand: import("@elaraai/east").NullType;
2869
+ }>>;
2870
+ readonly axis: OptionType<VariantType<{
2871
+ readonly left: import("@elaraai/east").NullType;
2872
+ readonly right: import("@elaraai/east").NullType;
2873
+ }>>;
2874
+ readonly strokeWidth: OptionType<FloatType>;
2875
+ readonly dashArray: OptionType<StringType>;
2876
+ readonly dots: OptionType<BooleanType>;
2877
+ readonly fillOpacity: OptionType<FloatType>;
2878
+ readonly radius: OptionType<FloatType>;
2879
+ }>;
2880
+ /**
2881
+ * In-chart legend configuration.
2882
+ *
2883
+ * @remarks
2884
+ * Mirror of {@link ChartLegendType}.
2885
+ *
2886
+ * @property orientation - Row or column layout of the swatches
2887
+ * @property position - Placement relative to the plot
2888
+ */
2889
+ readonly Legend: StructType<{
2890
+ readonly orientation: OptionType<VariantType<{
2891
+ readonly horizontal: import("@elaraai/east").NullType;
2892
+ readonly vertical: import("@elaraai/east").NullType;
2893
+ }>>;
2894
+ readonly position: OptionType<VariantType<{
2895
+ readonly top: import("@elaraai/east").NullType;
2896
+ readonly bottom: import("@elaraai/east").NullType;
2897
+ readonly left: import("@elaraai/east").NullType;
2898
+ readonly right: import("@elaraai/east").NullType;
2899
+ }>>;
2900
+ }>;
2901
+ /**
2902
+ * Legend orientation.
2903
+ *
2904
+ * @remarks
2905
+ * Mirror of {@link ChartLegendOrientationType}.
2906
+ *
2907
+ * @property horizontal - Swatches in a row
2908
+ * @property vertical - Swatches in a column
2909
+ */
2910
+ readonly LegendOrientation: VariantType<{
2911
+ readonly horizontal: import("@elaraai/east").NullType;
2912
+ readonly vertical: import("@elaraai/east").NullType;
2913
+ }>;
2914
+ /**
2915
+ * Legend placement relative to the plot.
2916
+ *
2917
+ * @remarks
2918
+ * Mirror of {@link ChartLegendPositionType}.
2919
+ *
2920
+ * @property top - Above the plot
2921
+ * @property bottom - Below the plot
2922
+ * @property left - Left of the plot
2923
+ * @property right - Right of the plot
2924
+ */
2925
+ readonly LegendPosition: VariantType<{
2926
+ readonly top: import("@elaraai/east").NullType;
2927
+ readonly bottom: import("@elaraai/east").NullType;
2928
+ readonly left: import("@elaraai/east").NullType;
2929
+ readonly right: import("@elaraai/east").NullType;
2930
+ }>;
2931
+ /**
2932
+ * In-chart tooltip configuration.
2933
+ *
2934
+ * @remarks
2935
+ * Mirror of {@link ChartTooltipType}.
2936
+ *
2937
+ * @property cursor - The cursor indicator drawn at the hovered position
2938
+ */
2939
+ readonly Tooltip: StructType<{
2940
+ readonly cursor: OptionType<VariantType<{
2941
+ readonly none: import("@elaraai/east").NullType;
2942
+ readonly line: import("@elaraai/east").NullType;
2943
+ readonly fill: import("@elaraai/east").NullType;
2944
+ }>>;
2945
+ }>;
2946
+ /**
2947
+ * Tooltip hover cursor.
2948
+ *
2949
+ * @remarks
2950
+ * Mirror of {@link ChartTooltipCursorType}.
2951
+ *
2952
+ * @property none - No cursor indicator
2953
+ * @property line - A vertical guide at the hovered x
2954
+ * @property fill - A filled band over the hovered category
2955
+ */
2956
+ readonly TooltipCursor: VariantType<{
2957
+ readonly none: import("@elaraai/east").NullType;
2958
+ readonly line: import("@elaraai/east").NullType;
2959
+ readonly fill: import("@elaraai/east").NullType;
538
2960
  }>;
539
2961
  };
540
2962
  };