@elaraai/east-ui 0.0.1-beta.16 → 0.0.1-beta.17

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 (122) hide show
  1. package/dist/src/charts/area/index.d.ts +91 -2
  2. package/dist/src/charts/area/index.d.ts.map +1 -1
  3. package/dist/src/charts/area/index.js +255 -34
  4. package/dist/src/charts/area/index.js.map +1 -1
  5. package/dist/src/charts/area/types.d.ts +1344 -16
  6. package/dist/src/charts/area/types.d.ts.map +1 -1
  7. package/dist/src/charts/area/types.js +76 -1
  8. package/dist/src/charts/area/types.js.map +1 -1
  9. package/dist/src/charts/bar/index.d.ts +1 -1
  10. package/dist/src/charts/bar/index.d.ts.map +1 -1
  11. package/dist/src/charts/bar/index.js +62 -33
  12. package/dist/src/charts/bar/index.js.map +1 -1
  13. package/dist/src/charts/bar/types.d.ts +391 -16
  14. package/dist/src/charts/bar/types.d.ts.map +1 -1
  15. package/dist/src/charts/bar/types.js +6 -1
  16. package/dist/src/charts/bar/types.js.map +1 -1
  17. package/dist/src/charts/composed/index.d.ts +103 -0
  18. package/dist/src/charts/composed/index.d.ts.map +1 -0
  19. package/dist/src/charts/composed/index.js +300 -0
  20. package/dist/src/charts/composed/index.js.map +1 -0
  21. package/dist/src/charts/composed/types.d.ts +1183 -0
  22. package/dist/src/charts/composed/types.d.ts.map +1 -0
  23. package/dist/src/charts/composed/types.js +87 -0
  24. package/dist/src/charts/composed/types.js.map +1 -0
  25. package/dist/src/charts/index.d.ts +4488 -847
  26. package/dist/src/charts/index.d.ts.map +1 -1
  27. package/dist/src/charts/index.js +308 -55
  28. package/dist/src/charts/index.js.map +1 -1
  29. package/dist/src/charts/line/index.d.ts +1 -1
  30. package/dist/src/charts/line/index.d.ts.map +1 -1
  31. package/dist/src/charts/line/index.js +62 -33
  32. package/dist/src/charts/line/index.js.map +1 -1
  33. package/dist/src/charts/line/types.d.ts +395 -16
  34. package/dist/src/charts/line/types.d.ts.map +1 -1
  35. package/dist/src/charts/line/types.js +7 -1
  36. package/dist/src/charts/line/types.js.map +1 -1
  37. package/dist/src/charts/pie/index.d.ts.map +1 -1
  38. package/dist/src/charts/pie/index.js +8 -3
  39. package/dist/src/charts/pie/index.js.map +1 -1
  40. package/dist/src/charts/pie/types.d.ts +4 -4
  41. package/dist/src/charts/pie/types.d.ts.map +1 -1
  42. package/dist/src/charts/pie/types.js.map +1 -1
  43. package/dist/src/charts/radar/index.d.ts.map +1 -1
  44. package/dist/src/charts/radar/index.js +11 -4
  45. package/dist/src/charts/radar/index.js.map +1 -1
  46. package/dist/src/charts/radar/types.d.ts +4 -0
  47. package/dist/src/charts/radar/types.d.ts.map +1 -1
  48. package/dist/src/charts/scatter/index.d.ts +1 -1
  49. package/dist/src/charts/scatter/index.d.ts.map +1 -1
  50. package/dist/src/charts/scatter/index.js +55 -20
  51. package/dist/src/charts/scatter/index.js.map +1 -1
  52. package/dist/src/charts/scatter/types.d.ts +386 -24
  53. package/dist/src/charts/scatter/types.d.ts.map +1 -1
  54. package/dist/src/charts/scatter/types.js +5 -1
  55. package/dist/src/charts/scatter/types.js.map +1 -1
  56. package/dist/src/charts/types.d.ts +625 -4
  57. package/dist/src/charts/types.d.ts.map +1 -1
  58. package/dist/src/charts/types.js +406 -1
  59. package/dist/src/charts/types.js.map +1 -1
  60. package/dist/src/collections/gantt/index.d.ts +1103 -24773
  61. package/dist/src/collections/gantt/index.d.ts.map +1 -1
  62. package/dist/src/collections/planner/index.d.ts +5 -9473
  63. package/dist/src/collections/planner/index.d.ts.map +1 -1
  64. package/dist/src/collections/table/index.d.ts +626 -19562
  65. package/dist/src/collections/table/index.d.ts.map +1 -1
  66. package/dist/src/collections/table/index.js.map +1 -1
  67. package/dist/src/component.d.ts +3850 -709
  68. package/dist/src/component.d.ts.map +1 -1
  69. package/dist/src/component.js +4 -1
  70. package/dist/src/component.js.map +1 -1
  71. package/dist/src/container/card/index.d.ts +9 -28415
  72. package/dist/src/container/card/index.d.ts.map +1 -1
  73. package/dist/src/container/card/index.js.map +1 -1
  74. package/dist/src/disclosure/accordion/index.d.ts +4 -18908
  75. package/dist/src/disclosure/accordion/index.d.ts.map +1 -1
  76. package/dist/src/disclosure/accordion/index.js.map +1 -1
  77. package/dist/src/disclosure/carousel/index.d.ts +5 -9473
  78. package/dist/src/disclosure/carousel/index.d.ts.map +1 -1
  79. package/dist/src/disclosure/carousel/index.js.map +1 -1
  80. package/dist/src/disclosure/tabs/index.d.ts +25 -18929
  81. package/dist/src/disclosure/tabs/index.d.ts.map +1 -1
  82. package/dist/src/disclosure/tabs/index.js.map +1 -1
  83. package/dist/src/layout/box/index.d.ts +5 -9601
  84. package/dist/src/layout/box/index.d.ts.map +1 -1
  85. package/dist/src/layout/box/index.js.map +1 -1
  86. package/dist/src/layout/flex/index.d.ts +5 -9591
  87. package/dist/src/layout/flex/index.d.ts.map +1 -1
  88. package/dist/src/layout/flex/index.js.map +1 -1
  89. package/dist/src/layout/grid/index.d.ts +7 -19043
  90. package/dist/src/layout/grid/index.d.ts.map +1 -1
  91. package/dist/src/layout/grid/index.js.map +1 -1
  92. package/dist/src/layout/splitter/index.d.ts +7 -18949
  93. package/dist/src/layout/splitter/index.d.ts.map +1 -1
  94. package/dist/src/layout/splitter/index.js.map +1 -1
  95. package/dist/src/layout/stack/index.d.ts +5 -9587
  96. package/dist/src/layout/stack/index.d.ts.map +1 -1
  97. package/dist/src/layout/stack/index.js.map +1 -1
  98. package/dist/src/overlays/action-bar/index.d.ts +5 -25
  99. package/dist/src/overlays/action-bar/index.d.ts.map +1 -1
  100. package/dist/src/overlays/action-bar/index.js.map +1 -1
  101. package/dist/src/overlays/dialog/index.d.ts +97 -38115
  102. package/dist/src/overlays/dialog/index.d.ts.map +1 -1
  103. package/dist/src/overlays/dialog/index.js.map +1 -1
  104. package/dist/src/overlays/drawer/index.d.ts +97 -38013
  105. package/dist/src/overlays/drawer/index.d.ts.map +1 -1
  106. package/dist/src/overlays/drawer/index.js.map +1 -1
  107. package/dist/src/overlays/hover-card/index.d.ts +7 -18961
  108. package/dist/src/overlays/hover-card/index.d.ts.map +1 -1
  109. package/dist/src/overlays/hover-card/index.js.map +1 -1
  110. package/dist/src/overlays/menu/index.d.ts +7 -9499
  111. package/dist/src/overlays/menu/index.d.ts.map +1 -1
  112. package/dist/src/overlays/menu/index.js.map +1 -1
  113. package/dist/src/overlays/popover/index.d.ts +7 -18959
  114. package/dist/src/overlays/popover/index.d.ts.map +1 -1
  115. package/dist/src/overlays/popover/index.js.map +1 -1
  116. package/dist/src/overlays/toggle-tip/index.d.ts +5 -9491
  117. package/dist/src/overlays/toggle-tip/index.d.ts.map +1 -1
  118. package/dist/src/overlays/toggle-tip/index.js.map +1 -1
  119. package/dist/src/overlays/tooltip/index.d.ts +5 -9483
  120. package/dist/src/overlays/tooltip/index.d.ts.map +1 -1
  121. package/dist/src/overlays/tooltip/index.js.map +1 -1
  122. package/package.json +1 -1
@@ -0,0 +1,1183 @@
1
+ /**
2
+ * Copyright (c) 2025 Elara AI Pty Ltd
3
+ * Dual-licensed under AGPL-3.0 and commercial license. See LICENSE for details.
4
+ */
5
+ import { type SubtypeExprOrValue, OptionType, StructType, ArrayType, BooleanType, FloatType, IntegerType, StringType, DictType, VariantType } from "@elaraai/east";
6
+ import { CurveType, BarLayoutType, StackOffsetType, YAxisIdType, type CurveLiteral, type BarLayoutLiteral, type StackOffsetLiteral, type YAxisIdLiteral, type BaseChartStyle, type ChartBrushStyleBase, type ChartAxisStyle, type ReferenceLineStyle, type ReferenceDotStyle, type ReferenceAreaStyle } from "../types.js";
7
+ /**
8
+ * Composed series type - a discriminated variant where each tag
9
+ * determines the series chart type and reuses existing series types.
10
+ *
11
+ * @property line - Line series (uses LineChartSeriesType with showDots, showLine)
12
+ * @property area - Area series (uses ChartSeriesType with fill, fillOpacity, stackId)
13
+ * @property areaRange - Area range series (uses AreaRangeSeriesType with lowKey/highKey)
14
+ * @property bar - Bar series (uses ChartSeriesType with fill, fillOpacity, stackId)
15
+ * @property scatter - Scatter series (uses ChartSeriesType)
16
+ */
17
+ export declare const ComposedSeriesType: VariantType<{
18
+ line: StructType<{
19
+ name: StringType;
20
+ color: OptionType<StringType>;
21
+ stackId: OptionType<StringType>;
22
+ label: OptionType<StringType>;
23
+ stroke: OptionType<StringType>;
24
+ strokeWidth: OptionType<IntegerType>;
25
+ strokeDasharray: OptionType<StringType>;
26
+ showDots: OptionType<BooleanType>;
27
+ showLine: OptionType<BooleanType>;
28
+ yAxisId: OptionType<VariantType<{
29
+ left: import("@elaraai/east").NullType;
30
+ right: import("@elaraai/east").NullType;
31
+ }>>;
32
+ }>;
33
+ area: StructType<{
34
+ name: StringType;
35
+ color: OptionType<StringType>;
36
+ stackId: OptionType<StringType>;
37
+ label: OptionType<StringType>;
38
+ stroke: OptionType<StringType>;
39
+ strokeWidth: OptionType<IntegerType>;
40
+ fill: OptionType<StringType>;
41
+ fillOpacity: OptionType<FloatType>;
42
+ strokeDasharray: OptionType<StringType>;
43
+ yAxisId: OptionType<VariantType<{
44
+ left: import("@elaraai/east").NullType;
45
+ right: import("@elaraai/east").NullType;
46
+ }>>;
47
+ }>;
48
+ areaRange: StructType<{
49
+ name: StringType;
50
+ lowKey: StringType;
51
+ highKey: StringType;
52
+ color: OptionType<StringType>;
53
+ label: OptionType<StringType>;
54
+ fillOpacity: OptionType<FloatType>;
55
+ stroke: OptionType<StringType>;
56
+ strokeWidth: OptionType<IntegerType>;
57
+ yAxisId: OptionType<VariantType<{
58
+ left: import("@elaraai/east").NullType;
59
+ right: import("@elaraai/east").NullType;
60
+ }>>;
61
+ }>;
62
+ bar: StructType<{
63
+ name: StringType;
64
+ color: OptionType<StringType>;
65
+ stackId: OptionType<StringType>;
66
+ label: OptionType<StringType>;
67
+ stroke: OptionType<StringType>;
68
+ strokeWidth: OptionType<IntegerType>;
69
+ fill: OptionType<StringType>;
70
+ fillOpacity: OptionType<FloatType>;
71
+ strokeDasharray: OptionType<StringType>;
72
+ yAxisId: OptionType<VariantType<{
73
+ left: import("@elaraai/east").NullType;
74
+ right: import("@elaraai/east").NullType;
75
+ }>>;
76
+ }>;
77
+ scatter: StructType<{
78
+ name: StringType;
79
+ color: OptionType<StringType>;
80
+ stackId: OptionType<StringType>;
81
+ label: OptionType<StringType>;
82
+ stroke: OptionType<StringType>;
83
+ strokeWidth: OptionType<IntegerType>;
84
+ fill: OptionType<StringType>;
85
+ fillOpacity: OptionType<FloatType>;
86
+ strokeDasharray: OptionType<StringType>;
87
+ yAxisId: OptionType<VariantType<{
88
+ left: import("@elaraai/east").NullType;
89
+ right: import("@elaraai/east").NullType;
90
+ }>>;
91
+ }>;
92
+ }>;
93
+ /**
94
+ * Type representing a composed series.
95
+ */
96
+ export type ComposedSeriesType = typeof ComposedSeriesType;
97
+ /**
98
+ * Composed chart component type.
99
+ *
100
+ * @remarks
101
+ * Composed charts combine multiple chart types (Line, Area, Bar, Scatter, AreaRange)
102
+ * in a single visualization. Each series specifies its own chart type
103
+ * via the discriminated variant.
104
+ *
105
+ * Supports two data formats:
106
+ * - Single array: `data` contains all series in one array (series keys are field names)
107
+ * - Multi-series: `dataSeries` contains separate arrays per series (for sparse data)
108
+ *
109
+ * @property data - Array of data points (single array form)
110
+ * @property dataSeries - Record of arrays per series (multi-series form, for sparse data)
111
+ * @property valueKey - Field name for Y values when using dataSeries
112
+ * @property series - Series configuration (discriminated variant array)
113
+ * @property xAxis - X-axis configuration
114
+ * @property yAxis - Y-axis configuration
115
+ * @property layout - Bar direction (horizontal = vertical bars)
116
+ * @property curveType - Line/area curve interpolation type
117
+ * @property stackOffset - Stack offset mode
118
+ * @property grid - Grid configuration
119
+ * @property tooltip - Tooltip configuration
120
+ * @property legend - Legend configuration
121
+ * @property margin - Chart margin configuration
122
+ * @property brush - Brush configuration for range selection
123
+ * @property barSize - Bar width/height in pixels
124
+ * @property barGap - Gap between bars in pixels
125
+ * @property showDots - Show dots at data points (global default for line)
126
+ * @property connectNulls - Connect line across null data points
127
+ */
128
+ export declare const ComposedChartType: StructType<{
129
+ data: ArrayType<DictType<StringType, VariantType<{
130
+ Null: import("@elaraai/east").NullType;
131
+ Boolean: BooleanType;
132
+ Integer: IntegerType;
133
+ Float: FloatType;
134
+ String: StringType;
135
+ DateTime: import("@elaraai/east").DateTimeType;
136
+ Blob: import("@elaraai/east").BlobType;
137
+ }>>>;
138
+ dataSeries: OptionType<DictType<StringType, ArrayType<DictType<StringType, VariantType<{
139
+ Null: import("@elaraai/east").NullType;
140
+ Boolean: BooleanType;
141
+ Integer: IntegerType;
142
+ Float: FloatType;
143
+ String: StringType;
144
+ DateTime: import("@elaraai/east").DateTimeType;
145
+ Blob: import("@elaraai/east").BlobType;
146
+ }>>>>>;
147
+ valueKey: OptionType<StringType>;
148
+ series: ArrayType<VariantType<{
149
+ line: StructType<{
150
+ name: StringType;
151
+ color: OptionType<StringType>;
152
+ stackId: OptionType<StringType>;
153
+ label: OptionType<StringType>;
154
+ stroke: OptionType<StringType>;
155
+ strokeWidth: OptionType<IntegerType>;
156
+ strokeDasharray: OptionType<StringType>;
157
+ showDots: OptionType<BooleanType>;
158
+ showLine: OptionType<BooleanType>;
159
+ yAxisId: OptionType<VariantType<{
160
+ left: import("@elaraai/east").NullType;
161
+ right: import("@elaraai/east").NullType;
162
+ }>>;
163
+ }>;
164
+ area: StructType<{
165
+ name: StringType;
166
+ color: OptionType<StringType>;
167
+ stackId: OptionType<StringType>;
168
+ label: OptionType<StringType>;
169
+ stroke: OptionType<StringType>;
170
+ strokeWidth: OptionType<IntegerType>;
171
+ fill: OptionType<StringType>;
172
+ fillOpacity: OptionType<FloatType>;
173
+ strokeDasharray: OptionType<StringType>;
174
+ yAxisId: OptionType<VariantType<{
175
+ left: import("@elaraai/east").NullType;
176
+ right: import("@elaraai/east").NullType;
177
+ }>>;
178
+ }>;
179
+ areaRange: StructType<{
180
+ name: StringType;
181
+ lowKey: StringType;
182
+ highKey: StringType;
183
+ color: OptionType<StringType>;
184
+ label: OptionType<StringType>;
185
+ fillOpacity: OptionType<FloatType>;
186
+ stroke: OptionType<StringType>;
187
+ strokeWidth: OptionType<IntegerType>;
188
+ yAxisId: OptionType<VariantType<{
189
+ left: import("@elaraai/east").NullType;
190
+ right: import("@elaraai/east").NullType;
191
+ }>>;
192
+ }>;
193
+ bar: StructType<{
194
+ name: StringType;
195
+ color: OptionType<StringType>;
196
+ stackId: OptionType<StringType>;
197
+ label: OptionType<StringType>;
198
+ stroke: OptionType<StringType>;
199
+ strokeWidth: OptionType<IntegerType>;
200
+ fill: OptionType<StringType>;
201
+ fillOpacity: OptionType<FloatType>;
202
+ strokeDasharray: OptionType<StringType>;
203
+ yAxisId: OptionType<VariantType<{
204
+ left: import("@elaraai/east").NullType;
205
+ right: import("@elaraai/east").NullType;
206
+ }>>;
207
+ }>;
208
+ scatter: StructType<{
209
+ name: StringType;
210
+ color: OptionType<StringType>;
211
+ stackId: OptionType<StringType>;
212
+ label: OptionType<StringType>;
213
+ stroke: OptionType<StringType>;
214
+ strokeWidth: OptionType<IntegerType>;
215
+ fill: OptionType<StringType>;
216
+ fillOpacity: OptionType<FloatType>;
217
+ strokeDasharray: OptionType<StringType>;
218
+ yAxisId: OptionType<VariantType<{
219
+ left: import("@elaraai/east").NullType;
220
+ right: import("@elaraai/east").NullType;
221
+ }>>;
222
+ }>;
223
+ }>>;
224
+ xAxis: OptionType<StructType<{
225
+ dataKey: OptionType<StringType>;
226
+ label: OptionType<StringType>;
227
+ tickFormat: OptionType<VariantType<{
228
+ number: StructType<{
229
+ minimumFractionDigits: OptionType<IntegerType>;
230
+ maximumFractionDigits: OptionType<IntegerType>;
231
+ signDisplay: OptionType<VariantType<{
232
+ auto: import("@elaraai/east").NullType;
233
+ never: import("@elaraai/east").NullType;
234
+ always: import("@elaraai/east").NullType;
235
+ exceptZero: import("@elaraai/east").NullType;
236
+ }>>;
237
+ }>;
238
+ currency: StructType<{
239
+ currency: VariantType<{
240
+ USD: import("@elaraai/east").NullType;
241
+ EUR: import("@elaraai/east").NullType;
242
+ GBP: import("@elaraai/east").NullType;
243
+ JPY: import("@elaraai/east").NullType;
244
+ CHF: import("@elaraai/east").NullType;
245
+ CAD: import("@elaraai/east").NullType;
246
+ AUD: import("@elaraai/east").NullType;
247
+ NZD: import("@elaraai/east").NullType;
248
+ CNY: import("@elaraai/east").NullType;
249
+ HKD: import("@elaraai/east").NullType;
250
+ SGD: import("@elaraai/east").NullType;
251
+ KRW: import("@elaraai/east").NullType;
252
+ INR: import("@elaraai/east").NullType;
253
+ TWD: import("@elaraai/east").NullType;
254
+ THB: import("@elaraai/east").NullType;
255
+ MYR: import("@elaraai/east").NullType;
256
+ IDR: import("@elaraai/east").NullType;
257
+ PHP: import("@elaraai/east").NullType;
258
+ VND: import("@elaraai/east").NullType;
259
+ SEK: import("@elaraai/east").NullType;
260
+ NOK: import("@elaraai/east").NullType;
261
+ DKK: import("@elaraai/east").NullType;
262
+ PLN: import("@elaraai/east").NullType;
263
+ CZK: import("@elaraai/east").NullType;
264
+ HUF: import("@elaraai/east").NullType;
265
+ RUB: import("@elaraai/east").NullType;
266
+ UAH: import("@elaraai/east").NullType;
267
+ RON: import("@elaraai/east").NullType;
268
+ MXN: import("@elaraai/east").NullType;
269
+ BRL: import("@elaraai/east").NullType;
270
+ ARS: import("@elaraai/east").NullType;
271
+ CLP: import("@elaraai/east").NullType;
272
+ COP: import("@elaraai/east").NullType;
273
+ PEN: import("@elaraai/east").NullType;
274
+ AED: import("@elaraai/east").NullType;
275
+ SAR: import("@elaraai/east").NullType;
276
+ ILS: import("@elaraai/east").NullType;
277
+ ZAR: import("@elaraai/east").NullType;
278
+ TRY: import("@elaraai/east").NullType;
279
+ EGP: import("@elaraai/east").NullType;
280
+ NGN: import("@elaraai/east").NullType;
281
+ KES: import("@elaraai/east").NullType;
282
+ }>;
283
+ display: OptionType<VariantType<{
284
+ code: import("@elaraai/east").NullType;
285
+ symbol: import("@elaraai/east").NullType;
286
+ narrowSymbol: import("@elaraai/east").NullType;
287
+ name: import("@elaraai/east").NullType;
288
+ }>>;
289
+ minimumFractionDigits: OptionType<IntegerType>;
290
+ maximumFractionDigits: OptionType<IntegerType>;
291
+ }>;
292
+ percent: StructType<{
293
+ minimumFractionDigits: OptionType<IntegerType>;
294
+ maximumFractionDigits: OptionType<IntegerType>;
295
+ signDisplay: OptionType<VariantType<{
296
+ auto: import("@elaraai/east").NullType;
297
+ never: import("@elaraai/east").NullType;
298
+ always: import("@elaraai/east").NullType;
299
+ exceptZero: import("@elaraai/east").NullType;
300
+ }>>;
301
+ }>;
302
+ compact: StructType<{
303
+ display: OptionType<VariantType<{
304
+ short: import("@elaraai/east").NullType;
305
+ long: import("@elaraai/east").NullType;
306
+ }>>;
307
+ }>;
308
+ unit: StructType<{
309
+ unit: VariantType<{
310
+ bit: import("@elaraai/east").NullType;
311
+ byte: import("@elaraai/east").NullType;
312
+ kilobit: import("@elaraai/east").NullType;
313
+ kilobyte: import("@elaraai/east").NullType;
314
+ megabit: import("@elaraai/east").NullType;
315
+ megabyte: import("@elaraai/east").NullType;
316
+ gigabit: import("@elaraai/east").NullType;
317
+ gigabyte: import("@elaraai/east").NullType;
318
+ terabit: import("@elaraai/east").NullType;
319
+ terabyte: import("@elaraai/east").NullType;
320
+ petabyte: import("@elaraai/east").NullType;
321
+ nanosecond: import("@elaraai/east").NullType;
322
+ microsecond: import("@elaraai/east").NullType;
323
+ millisecond: import("@elaraai/east").NullType;
324
+ second: import("@elaraai/east").NullType;
325
+ minute: import("@elaraai/east").NullType;
326
+ hour: import("@elaraai/east").NullType;
327
+ day: import("@elaraai/east").NullType;
328
+ week: import("@elaraai/east").NullType;
329
+ month: import("@elaraai/east").NullType;
330
+ year: import("@elaraai/east").NullType;
331
+ millimeter: import("@elaraai/east").NullType;
332
+ centimeter: import("@elaraai/east").NullType;
333
+ meter: import("@elaraai/east").NullType;
334
+ kilometer: import("@elaraai/east").NullType;
335
+ inch: import("@elaraai/east").NullType;
336
+ foot: import("@elaraai/east").NullType;
337
+ yard: import("@elaraai/east").NullType;
338
+ mile: import("@elaraai/east").NullType;
339
+ gram: import("@elaraai/east").NullType;
340
+ kilogram: import("@elaraai/east").NullType;
341
+ milligram: import("@elaraai/east").NullType;
342
+ ounce: import("@elaraai/east").NullType;
343
+ pound: import("@elaraai/east").NullType;
344
+ stone: import("@elaraai/east").NullType;
345
+ celsius: import("@elaraai/east").NullType;
346
+ fahrenheit: import("@elaraai/east").NullType;
347
+ milliliter: import("@elaraai/east").NullType;
348
+ liter: import("@elaraai/east").NullType;
349
+ gallon: import("@elaraai/east").NullType;
350
+ fluidOunce: import("@elaraai/east").NullType;
351
+ acre: import("@elaraai/east").NullType;
352
+ hectare: import("@elaraai/east").NullType;
353
+ meterPerSecond: import("@elaraai/east").NullType;
354
+ kilometerPerHour: import("@elaraai/east").NullType;
355
+ milePerHour: import("@elaraai/east").NullType;
356
+ percent: import("@elaraai/east").NullType;
357
+ degree: import("@elaraai/east").NullType;
358
+ }>;
359
+ display: OptionType<VariantType<{
360
+ short: import("@elaraai/east").NullType;
361
+ narrow: import("@elaraai/east").NullType;
362
+ long: import("@elaraai/east").NullType;
363
+ }>>;
364
+ }>;
365
+ scientific: import("@elaraai/east").NullType;
366
+ engineering: import("@elaraai/east").NullType;
367
+ date: StructType<{
368
+ style: OptionType<VariantType<{
369
+ full: import("@elaraai/east").NullType;
370
+ long: import("@elaraai/east").NullType;
371
+ medium: import("@elaraai/east").NullType;
372
+ short: import("@elaraai/east").NullType;
373
+ }>>;
374
+ }>;
375
+ time: StructType<{
376
+ style: OptionType<VariantType<{
377
+ full: import("@elaraai/east").NullType;
378
+ long: import("@elaraai/east").NullType;
379
+ medium: import("@elaraai/east").NullType;
380
+ short: import("@elaraai/east").NullType;
381
+ }>>;
382
+ hour12: OptionType<BooleanType>;
383
+ }>;
384
+ datetime: StructType<{
385
+ dateStyle: OptionType<VariantType<{
386
+ full: import("@elaraai/east").NullType;
387
+ long: import("@elaraai/east").NullType;
388
+ medium: import("@elaraai/east").NullType;
389
+ short: import("@elaraai/east").NullType;
390
+ }>>;
391
+ timeStyle: OptionType<VariantType<{
392
+ full: import("@elaraai/east").NullType;
393
+ long: import("@elaraai/east").NullType;
394
+ medium: import("@elaraai/east").NullType;
395
+ short: import("@elaraai/east").NullType;
396
+ }>>;
397
+ hour12: OptionType<BooleanType>;
398
+ }>;
399
+ }>>;
400
+ domain: OptionType<ArrayType<FloatType>>;
401
+ hide: OptionType<BooleanType>;
402
+ axisLine: OptionType<BooleanType>;
403
+ tickLine: OptionType<BooleanType>;
404
+ tickMargin: OptionType<IntegerType>;
405
+ strokeColor: OptionType<StringType>;
406
+ orientation: OptionType<VariantType<{
407
+ top: import("@elaraai/east").NullType;
408
+ bottom: import("@elaraai/east").NullType;
409
+ left: import("@elaraai/east").NullType;
410
+ right: import("@elaraai/east").NullType;
411
+ }>>;
412
+ axisId: OptionType<StringType>;
413
+ }>>;
414
+ yAxis: OptionType<StructType<{
415
+ dataKey: OptionType<StringType>;
416
+ label: OptionType<StringType>;
417
+ tickFormat: OptionType<VariantType<{
418
+ number: StructType<{
419
+ minimumFractionDigits: OptionType<IntegerType>;
420
+ maximumFractionDigits: OptionType<IntegerType>;
421
+ signDisplay: OptionType<VariantType<{
422
+ auto: import("@elaraai/east").NullType;
423
+ never: import("@elaraai/east").NullType;
424
+ always: import("@elaraai/east").NullType;
425
+ exceptZero: import("@elaraai/east").NullType;
426
+ }>>;
427
+ }>;
428
+ currency: StructType<{
429
+ currency: VariantType<{
430
+ USD: import("@elaraai/east").NullType;
431
+ EUR: import("@elaraai/east").NullType;
432
+ GBP: import("@elaraai/east").NullType;
433
+ JPY: import("@elaraai/east").NullType;
434
+ CHF: import("@elaraai/east").NullType;
435
+ CAD: import("@elaraai/east").NullType;
436
+ AUD: import("@elaraai/east").NullType;
437
+ NZD: import("@elaraai/east").NullType;
438
+ CNY: import("@elaraai/east").NullType;
439
+ HKD: import("@elaraai/east").NullType;
440
+ SGD: import("@elaraai/east").NullType;
441
+ KRW: import("@elaraai/east").NullType;
442
+ INR: import("@elaraai/east").NullType;
443
+ TWD: import("@elaraai/east").NullType;
444
+ THB: import("@elaraai/east").NullType;
445
+ MYR: import("@elaraai/east").NullType;
446
+ IDR: import("@elaraai/east").NullType;
447
+ PHP: import("@elaraai/east").NullType;
448
+ VND: import("@elaraai/east").NullType;
449
+ SEK: import("@elaraai/east").NullType;
450
+ NOK: import("@elaraai/east").NullType;
451
+ DKK: import("@elaraai/east").NullType;
452
+ PLN: import("@elaraai/east").NullType;
453
+ CZK: import("@elaraai/east").NullType;
454
+ HUF: import("@elaraai/east").NullType;
455
+ RUB: import("@elaraai/east").NullType;
456
+ UAH: import("@elaraai/east").NullType;
457
+ RON: import("@elaraai/east").NullType;
458
+ MXN: import("@elaraai/east").NullType;
459
+ BRL: import("@elaraai/east").NullType;
460
+ ARS: import("@elaraai/east").NullType;
461
+ CLP: import("@elaraai/east").NullType;
462
+ COP: import("@elaraai/east").NullType;
463
+ PEN: import("@elaraai/east").NullType;
464
+ AED: import("@elaraai/east").NullType;
465
+ SAR: import("@elaraai/east").NullType;
466
+ ILS: import("@elaraai/east").NullType;
467
+ ZAR: import("@elaraai/east").NullType;
468
+ TRY: import("@elaraai/east").NullType;
469
+ EGP: import("@elaraai/east").NullType;
470
+ NGN: import("@elaraai/east").NullType;
471
+ KES: import("@elaraai/east").NullType;
472
+ }>;
473
+ display: OptionType<VariantType<{
474
+ code: import("@elaraai/east").NullType;
475
+ symbol: import("@elaraai/east").NullType;
476
+ narrowSymbol: import("@elaraai/east").NullType;
477
+ name: import("@elaraai/east").NullType;
478
+ }>>;
479
+ minimumFractionDigits: OptionType<IntegerType>;
480
+ maximumFractionDigits: OptionType<IntegerType>;
481
+ }>;
482
+ percent: StructType<{
483
+ minimumFractionDigits: OptionType<IntegerType>;
484
+ maximumFractionDigits: OptionType<IntegerType>;
485
+ signDisplay: OptionType<VariantType<{
486
+ auto: import("@elaraai/east").NullType;
487
+ never: import("@elaraai/east").NullType;
488
+ always: import("@elaraai/east").NullType;
489
+ exceptZero: import("@elaraai/east").NullType;
490
+ }>>;
491
+ }>;
492
+ compact: StructType<{
493
+ display: OptionType<VariantType<{
494
+ short: import("@elaraai/east").NullType;
495
+ long: import("@elaraai/east").NullType;
496
+ }>>;
497
+ }>;
498
+ unit: StructType<{
499
+ unit: VariantType<{
500
+ bit: import("@elaraai/east").NullType;
501
+ byte: import("@elaraai/east").NullType;
502
+ kilobit: import("@elaraai/east").NullType;
503
+ kilobyte: import("@elaraai/east").NullType;
504
+ megabit: import("@elaraai/east").NullType;
505
+ megabyte: import("@elaraai/east").NullType;
506
+ gigabit: import("@elaraai/east").NullType;
507
+ gigabyte: import("@elaraai/east").NullType;
508
+ terabit: import("@elaraai/east").NullType;
509
+ terabyte: import("@elaraai/east").NullType;
510
+ petabyte: import("@elaraai/east").NullType;
511
+ nanosecond: import("@elaraai/east").NullType;
512
+ microsecond: import("@elaraai/east").NullType;
513
+ millisecond: import("@elaraai/east").NullType;
514
+ second: import("@elaraai/east").NullType;
515
+ minute: import("@elaraai/east").NullType;
516
+ hour: import("@elaraai/east").NullType;
517
+ day: import("@elaraai/east").NullType;
518
+ week: import("@elaraai/east").NullType;
519
+ month: import("@elaraai/east").NullType;
520
+ year: import("@elaraai/east").NullType;
521
+ millimeter: import("@elaraai/east").NullType;
522
+ centimeter: import("@elaraai/east").NullType;
523
+ meter: import("@elaraai/east").NullType;
524
+ kilometer: import("@elaraai/east").NullType;
525
+ inch: import("@elaraai/east").NullType;
526
+ foot: import("@elaraai/east").NullType;
527
+ yard: import("@elaraai/east").NullType;
528
+ mile: import("@elaraai/east").NullType;
529
+ gram: import("@elaraai/east").NullType;
530
+ kilogram: import("@elaraai/east").NullType;
531
+ milligram: import("@elaraai/east").NullType;
532
+ ounce: import("@elaraai/east").NullType;
533
+ pound: import("@elaraai/east").NullType;
534
+ stone: import("@elaraai/east").NullType;
535
+ celsius: import("@elaraai/east").NullType;
536
+ fahrenheit: import("@elaraai/east").NullType;
537
+ milliliter: import("@elaraai/east").NullType;
538
+ liter: import("@elaraai/east").NullType;
539
+ gallon: import("@elaraai/east").NullType;
540
+ fluidOunce: import("@elaraai/east").NullType;
541
+ acre: import("@elaraai/east").NullType;
542
+ hectare: import("@elaraai/east").NullType;
543
+ meterPerSecond: import("@elaraai/east").NullType;
544
+ kilometerPerHour: import("@elaraai/east").NullType;
545
+ milePerHour: import("@elaraai/east").NullType;
546
+ percent: import("@elaraai/east").NullType;
547
+ degree: import("@elaraai/east").NullType;
548
+ }>;
549
+ display: OptionType<VariantType<{
550
+ short: import("@elaraai/east").NullType;
551
+ narrow: import("@elaraai/east").NullType;
552
+ long: import("@elaraai/east").NullType;
553
+ }>>;
554
+ }>;
555
+ scientific: import("@elaraai/east").NullType;
556
+ engineering: import("@elaraai/east").NullType;
557
+ date: StructType<{
558
+ style: OptionType<VariantType<{
559
+ full: import("@elaraai/east").NullType;
560
+ long: import("@elaraai/east").NullType;
561
+ medium: import("@elaraai/east").NullType;
562
+ short: import("@elaraai/east").NullType;
563
+ }>>;
564
+ }>;
565
+ time: StructType<{
566
+ style: OptionType<VariantType<{
567
+ full: import("@elaraai/east").NullType;
568
+ long: import("@elaraai/east").NullType;
569
+ medium: import("@elaraai/east").NullType;
570
+ short: import("@elaraai/east").NullType;
571
+ }>>;
572
+ hour12: OptionType<BooleanType>;
573
+ }>;
574
+ datetime: StructType<{
575
+ dateStyle: OptionType<VariantType<{
576
+ full: import("@elaraai/east").NullType;
577
+ long: import("@elaraai/east").NullType;
578
+ medium: import("@elaraai/east").NullType;
579
+ short: import("@elaraai/east").NullType;
580
+ }>>;
581
+ timeStyle: OptionType<VariantType<{
582
+ full: import("@elaraai/east").NullType;
583
+ long: import("@elaraai/east").NullType;
584
+ medium: import("@elaraai/east").NullType;
585
+ short: import("@elaraai/east").NullType;
586
+ }>>;
587
+ hour12: OptionType<BooleanType>;
588
+ }>;
589
+ }>>;
590
+ domain: OptionType<ArrayType<FloatType>>;
591
+ hide: OptionType<BooleanType>;
592
+ axisLine: OptionType<BooleanType>;
593
+ tickLine: OptionType<BooleanType>;
594
+ tickMargin: OptionType<IntegerType>;
595
+ strokeColor: OptionType<StringType>;
596
+ orientation: OptionType<VariantType<{
597
+ top: import("@elaraai/east").NullType;
598
+ bottom: import("@elaraai/east").NullType;
599
+ left: import("@elaraai/east").NullType;
600
+ right: import("@elaraai/east").NullType;
601
+ }>>;
602
+ axisId: OptionType<StringType>;
603
+ }>>;
604
+ yAxis2: OptionType<StructType<{
605
+ dataKey: OptionType<StringType>;
606
+ label: OptionType<StringType>;
607
+ tickFormat: OptionType<VariantType<{
608
+ number: StructType<{
609
+ minimumFractionDigits: OptionType<IntegerType>;
610
+ maximumFractionDigits: OptionType<IntegerType>;
611
+ signDisplay: OptionType<VariantType<{
612
+ auto: import("@elaraai/east").NullType;
613
+ never: import("@elaraai/east").NullType;
614
+ always: import("@elaraai/east").NullType;
615
+ exceptZero: import("@elaraai/east").NullType;
616
+ }>>;
617
+ }>;
618
+ currency: StructType<{
619
+ currency: VariantType<{
620
+ USD: import("@elaraai/east").NullType;
621
+ EUR: import("@elaraai/east").NullType;
622
+ GBP: import("@elaraai/east").NullType;
623
+ JPY: import("@elaraai/east").NullType;
624
+ CHF: import("@elaraai/east").NullType;
625
+ CAD: import("@elaraai/east").NullType;
626
+ AUD: import("@elaraai/east").NullType;
627
+ NZD: import("@elaraai/east").NullType;
628
+ CNY: import("@elaraai/east").NullType;
629
+ HKD: import("@elaraai/east").NullType;
630
+ SGD: import("@elaraai/east").NullType;
631
+ KRW: import("@elaraai/east").NullType;
632
+ INR: import("@elaraai/east").NullType;
633
+ TWD: import("@elaraai/east").NullType;
634
+ THB: import("@elaraai/east").NullType;
635
+ MYR: import("@elaraai/east").NullType;
636
+ IDR: import("@elaraai/east").NullType;
637
+ PHP: import("@elaraai/east").NullType;
638
+ VND: import("@elaraai/east").NullType;
639
+ SEK: import("@elaraai/east").NullType;
640
+ NOK: import("@elaraai/east").NullType;
641
+ DKK: import("@elaraai/east").NullType;
642
+ PLN: import("@elaraai/east").NullType;
643
+ CZK: import("@elaraai/east").NullType;
644
+ HUF: import("@elaraai/east").NullType;
645
+ RUB: import("@elaraai/east").NullType;
646
+ UAH: import("@elaraai/east").NullType;
647
+ RON: import("@elaraai/east").NullType;
648
+ MXN: import("@elaraai/east").NullType;
649
+ BRL: import("@elaraai/east").NullType;
650
+ ARS: import("@elaraai/east").NullType;
651
+ CLP: import("@elaraai/east").NullType;
652
+ COP: import("@elaraai/east").NullType;
653
+ PEN: import("@elaraai/east").NullType;
654
+ AED: import("@elaraai/east").NullType;
655
+ SAR: import("@elaraai/east").NullType;
656
+ ILS: import("@elaraai/east").NullType;
657
+ ZAR: import("@elaraai/east").NullType;
658
+ TRY: import("@elaraai/east").NullType;
659
+ EGP: import("@elaraai/east").NullType;
660
+ NGN: import("@elaraai/east").NullType;
661
+ KES: import("@elaraai/east").NullType;
662
+ }>;
663
+ display: OptionType<VariantType<{
664
+ code: import("@elaraai/east").NullType;
665
+ symbol: import("@elaraai/east").NullType;
666
+ narrowSymbol: import("@elaraai/east").NullType;
667
+ name: import("@elaraai/east").NullType;
668
+ }>>;
669
+ minimumFractionDigits: OptionType<IntegerType>;
670
+ maximumFractionDigits: OptionType<IntegerType>;
671
+ }>;
672
+ percent: StructType<{
673
+ minimumFractionDigits: OptionType<IntegerType>;
674
+ maximumFractionDigits: OptionType<IntegerType>;
675
+ signDisplay: OptionType<VariantType<{
676
+ auto: import("@elaraai/east").NullType;
677
+ never: import("@elaraai/east").NullType;
678
+ always: import("@elaraai/east").NullType;
679
+ exceptZero: import("@elaraai/east").NullType;
680
+ }>>;
681
+ }>;
682
+ compact: StructType<{
683
+ display: OptionType<VariantType<{
684
+ short: import("@elaraai/east").NullType;
685
+ long: import("@elaraai/east").NullType;
686
+ }>>;
687
+ }>;
688
+ unit: StructType<{
689
+ unit: VariantType<{
690
+ bit: import("@elaraai/east").NullType;
691
+ byte: import("@elaraai/east").NullType;
692
+ kilobit: import("@elaraai/east").NullType;
693
+ kilobyte: import("@elaraai/east").NullType;
694
+ megabit: import("@elaraai/east").NullType;
695
+ megabyte: import("@elaraai/east").NullType;
696
+ gigabit: import("@elaraai/east").NullType;
697
+ gigabyte: import("@elaraai/east").NullType;
698
+ terabit: import("@elaraai/east").NullType;
699
+ terabyte: import("@elaraai/east").NullType;
700
+ petabyte: import("@elaraai/east").NullType;
701
+ nanosecond: import("@elaraai/east").NullType;
702
+ microsecond: import("@elaraai/east").NullType;
703
+ millisecond: import("@elaraai/east").NullType;
704
+ second: import("@elaraai/east").NullType;
705
+ minute: import("@elaraai/east").NullType;
706
+ hour: import("@elaraai/east").NullType;
707
+ day: import("@elaraai/east").NullType;
708
+ week: import("@elaraai/east").NullType;
709
+ month: import("@elaraai/east").NullType;
710
+ year: import("@elaraai/east").NullType;
711
+ millimeter: import("@elaraai/east").NullType;
712
+ centimeter: import("@elaraai/east").NullType;
713
+ meter: import("@elaraai/east").NullType;
714
+ kilometer: import("@elaraai/east").NullType;
715
+ inch: import("@elaraai/east").NullType;
716
+ foot: import("@elaraai/east").NullType;
717
+ yard: import("@elaraai/east").NullType;
718
+ mile: import("@elaraai/east").NullType;
719
+ gram: import("@elaraai/east").NullType;
720
+ kilogram: import("@elaraai/east").NullType;
721
+ milligram: import("@elaraai/east").NullType;
722
+ ounce: import("@elaraai/east").NullType;
723
+ pound: import("@elaraai/east").NullType;
724
+ stone: import("@elaraai/east").NullType;
725
+ celsius: import("@elaraai/east").NullType;
726
+ fahrenheit: import("@elaraai/east").NullType;
727
+ milliliter: import("@elaraai/east").NullType;
728
+ liter: import("@elaraai/east").NullType;
729
+ gallon: import("@elaraai/east").NullType;
730
+ fluidOunce: import("@elaraai/east").NullType;
731
+ acre: import("@elaraai/east").NullType;
732
+ hectare: import("@elaraai/east").NullType;
733
+ meterPerSecond: import("@elaraai/east").NullType;
734
+ kilometerPerHour: import("@elaraai/east").NullType;
735
+ milePerHour: import("@elaraai/east").NullType;
736
+ percent: import("@elaraai/east").NullType;
737
+ degree: import("@elaraai/east").NullType;
738
+ }>;
739
+ display: OptionType<VariantType<{
740
+ short: import("@elaraai/east").NullType;
741
+ narrow: import("@elaraai/east").NullType;
742
+ long: import("@elaraai/east").NullType;
743
+ }>>;
744
+ }>;
745
+ scientific: import("@elaraai/east").NullType;
746
+ engineering: import("@elaraai/east").NullType;
747
+ date: StructType<{
748
+ style: OptionType<VariantType<{
749
+ full: import("@elaraai/east").NullType;
750
+ long: import("@elaraai/east").NullType;
751
+ medium: import("@elaraai/east").NullType;
752
+ short: import("@elaraai/east").NullType;
753
+ }>>;
754
+ }>;
755
+ time: StructType<{
756
+ style: OptionType<VariantType<{
757
+ full: import("@elaraai/east").NullType;
758
+ long: import("@elaraai/east").NullType;
759
+ medium: import("@elaraai/east").NullType;
760
+ short: import("@elaraai/east").NullType;
761
+ }>>;
762
+ hour12: OptionType<BooleanType>;
763
+ }>;
764
+ datetime: StructType<{
765
+ dateStyle: OptionType<VariantType<{
766
+ full: import("@elaraai/east").NullType;
767
+ long: import("@elaraai/east").NullType;
768
+ medium: import("@elaraai/east").NullType;
769
+ short: import("@elaraai/east").NullType;
770
+ }>>;
771
+ timeStyle: OptionType<VariantType<{
772
+ full: import("@elaraai/east").NullType;
773
+ long: import("@elaraai/east").NullType;
774
+ medium: import("@elaraai/east").NullType;
775
+ short: import("@elaraai/east").NullType;
776
+ }>>;
777
+ hour12: OptionType<BooleanType>;
778
+ }>;
779
+ }>>;
780
+ domain: OptionType<ArrayType<FloatType>>;
781
+ hide: OptionType<BooleanType>;
782
+ axisLine: OptionType<BooleanType>;
783
+ tickLine: OptionType<BooleanType>;
784
+ tickMargin: OptionType<IntegerType>;
785
+ strokeColor: OptionType<StringType>;
786
+ orientation: OptionType<VariantType<{
787
+ top: import("@elaraai/east").NullType;
788
+ bottom: import("@elaraai/east").NullType;
789
+ left: import("@elaraai/east").NullType;
790
+ right: import("@elaraai/east").NullType;
791
+ }>>;
792
+ axisId: OptionType<StringType>;
793
+ }>>;
794
+ layout: OptionType<VariantType<{
795
+ horizontal: import("@elaraai/east").NullType;
796
+ vertical: import("@elaraai/east").NullType;
797
+ }>>;
798
+ curveType: OptionType<VariantType<{
799
+ linear: import("@elaraai/east").NullType;
800
+ natural: import("@elaraai/east").NullType;
801
+ monotone: import("@elaraai/east").NullType;
802
+ step: import("@elaraai/east").NullType;
803
+ stepBefore: import("@elaraai/east").NullType;
804
+ stepAfter: import("@elaraai/east").NullType;
805
+ }>>;
806
+ stackOffset: OptionType<VariantType<{
807
+ none: import("@elaraai/east").NullType;
808
+ expand: import("@elaraai/east").NullType;
809
+ wiggle: import("@elaraai/east").NullType;
810
+ silhouette: import("@elaraai/east").NullType;
811
+ }>>;
812
+ grid: OptionType<StructType<{
813
+ show: OptionType<BooleanType>;
814
+ vertical: OptionType<BooleanType>;
815
+ horizontal: OptionType<BooleanType>;
816
+ strokeColor: OptionType<StringType>;
817
+ strokeDasharray: OptionType<StringType>;
818
+ }>>;
819
+ tooltip: OptionType<StructType<{
820
+ show: OptionType<BooleanType>;
821
+ cursor: OptionType<VariantType<{
822
+ none: import("@elaraai/east").NullType;
823
+ crosshair: StringType;
824
+ fill: StringType;
825
+ }>>;
826
+ animationDuration: OptionType<IntegerType>;
827
+ }>>;
828
+ legend: OptionType<StructType<{
829
+ show: OptionType<BooleanType>;
830
+ layout: OptionType<VariantType<{
831
+ horizontal: import("@elaraai/east").NullType;
832
+ vertical: import("@elaraai/east").NullType;
833
+ }>>;
834
+ align: OptionType<VariantType<{
835
+ left: import("@elaraai/east").NullType;
836
+ center: import("@elaraai/east").NullType;
837
+ right: import("@elaraai/east").NullType;
838
+ }>>;
839
+ verticalAlign: OptionType<VariantType<{
840
+ top: import("@elaraai/east").NullType;
841
+ middle: import("@elaraai/east").NullType;
842
+ bottom: import("@elaraai/east").NullType;
843
+ }>>;
844
+ }>>;
845
+ margin: OptionType<StructType<{
846
+ top: OptionType<IntegerType>;
847
+ right: OptionType<IntegerType>;
848
+ bottom: OptionType<IntegerType>;
849
+ left: OptionType<IntegerType>;
850
+ }>>;
851
+ brush: OptionType<StructType<{
852
+ dataKey: OptionType<StringType>;
853
+ height: OptionType<IntegerType>;
854
+ travellerWidth: OptionType<IntegerType>;
855
+ startIndex: OptionType<IntegerType>;
856
+ endIndex: OptionType<IntegerType>;
857
+ stroke: OptionType<StringType>;
858
+ fill: OptionType<StringType>;
859
+ }>>;
860
+ barSize: OptionType<IntegerType>;
861
+ barGap: OptionType<IntegerType>;
862
+ showDots: OptionType<BooleanType>;
863
+ connectNulls: OptionType<BooleanType>;
864
+ referenceLines: OptionType<ArrayType<StructType<{
865
+ x: OptionType<VariantType<{
866
+ Null: import("@elaraai/east").NullType;
867
+ Boolean: BooleanType;
868
+ Integer: IntegerType;
869
+ Float: FloatType;
870
+ String: StringType;
871
+ DateTime: import("@elaraai/east").DateTimeType;
872
+ Blob: import("@elaraai/east").BlobType;
873
+ }>>;
874
+ y: OptionType<VariantType<{
875
+ Null: import("@elaraai/east").NullType;
876
+ Boolean: BooleanType;
877
+ Integer: IntegerType;
878
+ Float: FloatType;
879
+ String: StringType;
880
+ DateTime: import("@elaraai/east").DateTimeType;
881
+ Blob: import("@elaraai/east").BlobType;
882
+ }>>;
883
+ stroke: OptionType<StringType>;
884
+ strokeWidth: OptionType<IntegerType>;
885
+ strokeDasharray: OptionType<StringType>;
886
+ label: OptionType<StringType>;
887
+ labelPosition: OptionType<VariantType<{
888
+ top: import("@elaraai/east").NullType;
889
+ bottom: import("@elaraai/east").NullType;
890
+ left: import("@elaraai/east").NullType;
891
+ right: import("@elaraai/east").NullType;
892
+ center: import("@elaraai/east").NullType;
893
+ insideTop: import("@elaraai/east").NullType;
894
+ insideBottom: import("@elaraai/east").NullType;
895
+ insideLeft: import("@elaraai/east").NullType;
896
+ insideRight: import("@elaraai/east").NullType;
897
+ insideTopLeft: import("@elaraai/east").NullType;
898
+ insideTopRight: import("@elaraai/east").NullType;
899
+ insideBottomLeft: import("@elaraai/east").NullType;
900
+ insideBottomRight: import("@elaraai/east").NullType;
901
+ }>>;
902
+ labelOffset: OptionType<IntegerType>;
903
+ ifOverflow: OptionType<VariantType<{
904
+ discard: import("@elaraai/east").NullType;
905
+ hidden: import("@elaraai/east").NullType;
906
+ visible: import("@elaraai/east").NullType;
907
+ extendDomain: import("@elaraai/east").NullType;
908
+ }>>;
909
+ }>>>;
910
+ referenceDots: OptionType<ArrayType<StructType<{
911
+ x: VariantType<{
912
+ Null: import("@elaraai/east").NullType;
913
+ Boolean: BooleanType;
914
+ Integer: IntegerType;
915
+ Float: FloatType;
916
+ String: StringType;
917
+ DateTime: import("@elaraai/east").DateTimeType;
918
+ Blob: import("@elaraai/east").BlobType;
919
+ }>;
920
+ y: VariantType<{
921
+ Null: import("@elaraai/east").NullType;
922
+ Boolean: BooleanType;
923
+ Integer: IntegerType;
924
+ Float: FloatType;
925
+ String: StringType;
926
+ DateTime: import("@elaraai/east").DateTimeType;
927
+ Blob: import("@elaraai/east").BlobType;
928
+ }>;
929
+ r: OptionType<IntegerType>;
930
+ fill: OptionType<StringType>;
931
+ stroke: OptionType<StringType>;
932
+ strokeWidth: OptionType<IntegerType>;
933
+ label: OptionType<StringType>;
934
+ labelPosition: OptionType<VariantType<{
935
+ top: import("@elaraai/east").NullType;
936
+ bottom: import("@elaraai/east").NullType;
937
+ left: import("@elaraai/east").NullType;
938
+ right: import("@elaraai/east").NullType;
939
+ center: import("@elaraai/east").NullType;
940
+ insideTop: import("@elaraai/east").NullType;
941
+ insideBottom: import("@elaraai/east").NullType;
942
+ insideLeft: import("@elaraai/east").NullType;
943
+ insideRight: import("@elaraai/east").NullType;
944
+ insideTopLeft: import("@elaraai/east").NullType;
945
+ insideTopRight: import("@elaraai/east").NullType;
946
+ insideBottomLeft: import("@elaraai/east").NullType;
947
+ insideBottomRight: import("@elaraai/east").NullType;
948
+ }>>;
949
+ labelOffset: OptionType<IntegerType>;
950
+ ifOverflow: OptionType<VariantType<{
951
+ discard: import("@elaraai/east").NullType;
952
+ hidden: import("@elaraai/east").NullType;
953
+ visible: import("@elaraai/east").NullType;
954
+ extendDomain: import("@elaraai/east").NullType;
955
+ }>>;
956
+ }>>>;
957
+ referenceAreas: OptionType<ArrayType<StructType<{
958
+ x1: OptionType<VariantType<{
959
+ Null: import("@elaraai/east").NullType;
960
+ Boolean: BooleanType;
961
+ Integer: IntegerType;
962
+ Float: FloatType;
963
+ String: StringType;
964
+ DateTime: import("@elaraai/east").DateTimeType;
965
+ Blob: import("@elaraai/east").BlobType;
966
+ }>>;
967
+ x2: OptionType<VariantType<{
968
+ Null: import("@elaraai/east").NullType;
969
+ Boolean: BooleanType;
970
+ Integer: IntegerType;
971
+ Float: FloatType;
972
+ String: StringType;
973
+ DateTime: import("@elaraai/east").DateTimeType;
974
+ Blob: import("@elaraai/east").BlobType;
975
+ }>>;
976
+ y1: OptionType<VariantType<{
977
+ Null: import("@elaraai/east").NullType;
978
+ Boolean: BooleanType;
979
+ Integer: IntegerType;
980
+ Float: FloatType;
981
+ String: StringType;
982
+ DateTime: import("@elaraai/east").DateTimeType;
983
+ Blob: import("@elaraai/east").BlobType;
984
+ }>>;
985
+ y2: OptionType<VariantType<{
986
+ Null: import("@elaraai/east").NullType;
987
+ Boolean: BooleanType;
988
+ Integer: IntegerType;
989
+ Float: FloatType;
990
+ String: StringType;
991
+ DateTime: import("@elaraai/east").DateTimeType;
992
+ Blob: import("@elaraai/east").BlobType;
993
+ }>>;
994
+ fill: OptionType<StringType>;
995
+ fillOpacity: OptionType<FloatType>;
996
+ stroke: OptionType<StringType>;
997
+ label: OptionType<StringType>;
998
+ labelPosition: OptionType<VariantType<{
999
+ top: import("@elaraai/east").NullType;
1000
+ bottom: import("@elaraai/east").NullType;
1001
+ left: import("@elaraai/east").NullType;
1002
+ right: import("@elaraai/east").NullType;
1003
+ center: import("@elaraai/east").NullType;
1004
+ insideTop: import("@elaraai/east").NullType;
1005
+ insideBottom: import("@elaraai/east").NullType;
1006
+ insideLeft: import("@elaraai/east").NullType;
1007
+ insideRight: import("@elaraai/east").NullType;
1008
+ insideTopLeft: import("@elaraai/east").NullType;
1009
+ insideTopRight: import("@elaraai/east").NullType;
1010
+ insideBottomLeft: import("@elaraai/east").NullType;
1011
+ insideBottomRight: import("@elaraai/east").NullType;
1012
+ }>>;
1013
+ labelOffset: OptionType<IntegerType>;
1014
+ ifOverflow: OptionType<VariantType<{
1015
+ discard: import("@elaraai/east").NullType;
1016
+ hidden: import("@elaraai/east").NullType;
1017
+ visible: import("@elaraai/east").NullType;
1018
+ extendDomain: import("@elaraai/east").NullType;
1019
+ }>>;
1020
+ }>>>;
1021
+ }>;
1022
+ /**
1023
+ * Type representing a composed chart.
1024
+ */
1025
+ export type ComposedChartType = typeof ComposedChartType;
1026
+ /**
1027
+ * Base series configuration shared by all chart types.
1028
+ */
1029
+ export interface ComposedSeriesBase {
1030
+ /** Chakra color token (e.g., "teal.solid", "blue.500") */
1031
+ color?: SubtypeExprOrValue<StringType>;
1032
+ /** Display label (defaults to series name) */
1033
+ label?: SubtypeExprOrValue<StringType>;
1034
+ /** Stroke color (defaults to color) */
1035
+ stroke?: SubtypeExprOrValue<StringType>;
1036
+ /** Stroke width in pixels */
1037
+ strokeWidth?: SubtypeExprOrValue<IntegerType>;
1038
+ /** Y-axis binding (left = primary yAxis, right = secondary yAxis2) */
1039
+ yAxisId?: SubtypeExprOrValue<YAxisIdType> | YAxisIdLiteral;
1040
+ }
1041
+ /**
1042
+ * Line series configuration.
1043
+ */
1044
+ export interface ComposedLineSeries extends ComposedSeriesBase {
1045
+ /** Chart type discriminator */
1046
+ type: "line";
1047
+ /** Dash pattern for dashed lines (e.g., "5 5") */
1048
+ strokeDasharray?: SubtypeExprOrValue<StringType>;
1049
+ /** Show dots at data points */
1050
+ showDots?: SubtypeExprOrValue<BooleanType>;
1051
+ /** Show the line (default true) */
1052
+ showLine?: SubtypeExprOrValue<BooleanType>;
1053
+ /** Stack group ID */
1054
+ stackId?: SubtypeExprOrValue<StringType>;
1055
+ }
1056
+ /**
1057
+ * Area series configuration.
1058
+ */
1059
+ export interface ComposedAreaSeries extends ComposedSeriesBase {
1060
+ /** Chart type discriminator */
1061
+ type: "area";
1062
+ /** Fill color (defaults to color) */
1063
+ fill?: SubtypeExprOrValue<StringType>;
1064
+ /** Fill opacity (0-1) */
1065
+ fillOpacity?: SubtypeExprOrValue<FloatType>;
1066
+ /** Stack group ID (same stackId = stacked together) */
1067
+ stackId?: SubtypeExprOrValue<StringType>;
1068
+ /** Dash pattern for dashed stroke */
1069
+ strokeDasharray?: SubtypeExprOrValue<StringType>;
1070
+ }
1071
+ /**
1072
+ * Area range series configuration for bands/ranges.
1073
+ */
1074
+ export interface ComposedAreaRangeSeries extends ComposedSeriesBase {
1075
+ /** Chart type discriminator */
1076
+ type: "area-range";
1077
+ /** Field name for lower bound values */
1078
+ lowKey: string;
1079
+ /** Field name for upper bound values */
1080
+ highKey: string;
1081
+ /** Fill opacity (0-1) */
1082
+ fillOpacity?: SubtypeExprOrValue<FloatType>;
1083
+ }
1084
+ /**
1085
+ * Bar series configuration.
1086
+ */
1087
+ export interface ComposedBarSeries extends ComposedSeriesBase {
1088
+ /** Chart type discriminator */
1089
+ type: "bar";
1090
+ /** Fill color (defaults to color) */
1091
+ fill?: SubtypeExprOrValue<StringType>;
1092
+ /** Fill opacity (0-1) */
1093
+ fillOpacity?: SubtypeExprOrValue<FloatType>;
1094
+ /** Stack group ID (same stackId = stacked together) */
1095
+ stackId?: SubtypeExprOrValue<StringType>;
1096
+ /** Dash pattern for dashed stroke */
1097
+ strokeDasharray?: SubtypeExprOrValue<StringType>;
1098
+ }
1099
+ /**
1100
+ * Scatter series configuration.
1101
+ */
1102
+ export interface ComposedScatterSeries extends ComposedSeriesBase {
1103
+ /** Chart type discriminator */
1104
+ type: "scatter";
1105
+ /** Fill color for points */
1106
+ fill?: SubtypeExprOrValue<StringType>;
1107
+ /** Fill opacity (0-1) */
1108
+ fillOpacity?: SubtypeExprOrValue<FloatType>;
1109
+ }
1110
+ /**
1111
+ * Union type for all composed series configurations.
1112
+ */
1113
+ export type ComposedSeriesConfig = ComposedLineSeries | ComposedAreaSeries | ComposedAreaRangeSeries | ComposedBarSeries | ComposedScatterSeries;
1114
+ /**
1115
+ * Base style options shared by Composed and ComposedMulti charts.
1116
+ */
1117
+ export interface ComposedChartStyleBase<DataKey extends string = string> extends BaseChartStyle {
1118
+ /** X-axis configuration */
1119
+ xAxis?: ChartAxisStyle<DataKey>;
1120
+ /** Y-axis configuration (primary, left side) */
1121
+ yAxis?: ChartAxisStyle<DataKey>;
1122
+ /** Secondary Y-axis configuration (right side) */
1123
+ yAxis2?: ChartAxisStyle<DataKey>;
1124
+ /** Bar direction (horizontal = vertical bars, vertical = horizontal bars) */
1125
+ layout?: SubtypeExprOrValue<BarLayoutType> | BarLayoutLiteral;
1126
+ /** Line/area curve interpolation type */
1127
+ curveType?: SubtypeExprOrValue<CurveType> | CurveLiteral;
1128
+ /** Stack offset mode */
1129
+ stackOffset?: SubtypeExprOrValue<StackOffsetType> | StackOffsetLiteral;
1130
+ /** Bar width/height in pixels */
1131
+ barSize?: SubtypeExprOrValue<IntegerType>;
1132
+ /** Gap between bars in pixels */
1133
+ barGap?: SubtypeExprOrValue<IntegerType>;
1134
+ /** Show dots at data points (global default for line series) */
1135
+ showDots?: SubtypeExprOrValue<BooleanType>;
1136
+ /** Connect line across null data points */
1137
+ connectNulls?: SubtypeExprOrValue<BooleanType>;
1138
+ /** Reference lines (horizontal/vertical lines at specific values) */
1139
+ referenceLines?: ReferenceLineStyle[];
1140
+ /** Reference dots (markers at specific x,y coordinates) */
1141
+ referenceDots?: ReferenceDotStyle[];
1142
+ /** Reference areas (highlighted rectangular regions) */
1143
+ referenceAreas?: ReferenceAreaStyle[];
1144
+ }
1145
+ /**
1146
+ * Brush configuration for Composed charts with type-safe dataKey.
1147
+ */
1148
+ export interface ComposedChartBrushStyle<DataKey extends string = string> extends ChartBrushStyleBase {
1149
+ /** Data key for brush labels (defaults to xAxis dataKey) */
1150
+ dataKey?: DataKey;
1151
+ }
1152
+ /**
1153
+ * Style for Composed charts (single array form).
1154
+ *
1155
+ * @typeParam DataKey - Union of field keys from the data struct
1156
+ * @typeParam SeriesKey - Union of series names (data field keys used as series)
1157
+ */
1158
+ export interface ComposedChartStyle<DataKey extends string = string, SeriesKey extends string = string> extends ComposedChartStyleBase<DataKey> {
1159
+ /** Per-series configuration (keyed by data field name) */
1160
+ series: {
1161
+ [K in SeriesKey]?: ComposedSeriesConfig;
1162
+ };
1163
+ /** Brush configuration for data range selection */
1164
+ brush?: ComposedChartBrushStyle<DataKey>;
1165
+ }
1166
+ /**
1167
+ * Style for ComposedMulti charts (multi-series with separate arrays).
1168
+ *
1169
+ * @typeParam DataKey - Union of field keys from series array structs
1170
+ * @typeParam NumericKey - Union of numeric field keys (for valueKey)
1171
+ * @typeParam SeriesKey - Union of series names (record keys)
1172
+ */
1173
+ export interface ComposedChartMultiStyle<DataKey extends string = string, NumericKey extends string = string, SeriesKey extends string = string> extends ComposedChartStyleBase<DataKey> {
1174
+ /** Field name containing Y values in each series array (must be numeric) */
1175
+ valueKey: NumericKey;
1176
+ /** Per-series configuration (keyed by series name) */
1177
+ series: {
1178
+ [K in SeriesKey]?: ComposedSeriesConfig;
1179
+ };
1180
+ /** Brush configuration for data range selection */
1181
+ brush?: ComposedChartBrushStyle<DataKey>;
1182
+ }
1183
+ //# sourceMappingURL=types.d.ts.map