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

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 (156) hide show
  1. package/dist/src/buttons/button/index.d.ts +54 -54
  2. package/dist/src/buttons/button/types.d.ts +54 -54
  3. package/dist/src/buttons/icon-button/index.d.ts +55 -55
  4. package/dist/src/buttons/icon-button/types.d.ts +51 -51
  5. package/dist/src/charts/area/index.d.ts.map +1 -1
  6. package/dist/src/charts/area/index.js +13 -3
  7. package/dist/src/charts/area/index.js.map +1 -1
  8. package/dist/src/charts/area/types.d.ts +1464 -1454
  9. package/dist/src/charts/area/types.d.ts.map +1 -1
  10. package/dist/src/charts/area/types.js +1 -0
  11. package/dist/src/charts/area/types.js.map +1 -1
  12. package/dist/src/charts/bar/index.js +13 -3
  13. package/dist/src/charts/bar/index.js.map +1 -1
  14. package/dist/src/charts/bar/types.d.ts +736 -726
  15. package/dist/src/charts/bar/types.d.ts.map +1 -1
  16. package/dist/src/charts/bar/types.js +1 -0
  17. package/dist/src/charts/bar/types.js.map +1 -1
  18. package/dist/src/charts/bar-list/types.d.ts +168 -168
  19. package/dist/src/charts/bar-segment/types.d.ts +14 -14
  20. package/dist/src/charts/composed/index.d.ts.map +1 -1
  21. package/dist/src/charts/composed/index.js +12 -3
  22. package/dist/src/charts/composed/index.js.map +1 -1
  23. package/dist/src/charts/composed/types.d.ts +872 -849
  24. package/dist/src/charts/composed/types.d.ts.map +1 -1
  25. package/dist/src/charts/composed/types.js +1 -0
  26. package/dist/src/charts/composed/types.js.map +1 -1
  27. package/dist/src/charts/index.d.ts +5684 -5665
  28. package/dist/src/charts/index.d.ts.map +1 -1
  29. package/dist/src/charts/line/index.js +13 -3
  30. package/dist/src/charts/line/index.js.map +1 -1
  31. package/dist/src/charts/line/types.d.ts +750 -736
  32. package/dist/src/charts/line/types.d.ts.map +1 -1
  33. package/dist/src/charts/line/types.js +5 -1
  34. package/dist/src/charts/line/types.js.map +1 -1
  35. package/dist/src/charts/pie/types.d.ts +38 -38
  36. package/dist/src/charts/radar/index.d.ts.map +1 -1
  37. package/dist/src/charts/radar/index.js +1 -0
  38. package/dist/src/charts/radar/index.js.map +1 -1
  39. package/dist/src/charts/radar/types.d.ts +55 -54
  40. package/dist/src/charts/radar/types.d.ts.map +1 -1
  41. package/dist/src/charts/scatter/index.d.ts +3 -2
  42. package/dist/src/charts/scatter/index.d.ts.map +1 -1
  43. package/dist/src/charts/scatter/index.js +13 -39
  44. package/dist/src/charts/scatter/index.js.map +1 -1
  45. package/dist/src/charts/scatter/types.d.ts +721 -711
  46. package/dist/src/charts/scatter/types.d.ts.map +1 -1
  47. package/dist/src/charts/scatter/types.js +1 -0
  48. package/dist/src/charts/scatter/types.js.map +1 -1
  49. package/dist/src/charts/sparkline/index.d.ts +9 -9
  50. package/dist/src/charts/sparkline/types.d.ts +9 -9
  51. package/dist/src/charts/types.d.ts +844 -841
  52. package/dist/src/charts/types.d.ts.map +1 -1
  53. package/dist/src/charts/types.js +5 -0
  54. package/dist/src/charts/types.js.map +1 -1
  55. package/dist/src/collections/data-list/index.d.ts +35 -35
  56. package/dist/src/collections/data-list/types.d.ts +5 -5
  57. package/dist/src/collections/gantt/index.d.ts +721 -721
  58. package/dist/src/collections/gantt/types.d.ts +195 -195
  59. package/dist/src/collections/planner/index.d.ts +255 -255
  60. package/dist/src/collections/planner/types.d.ts +200 -200
  61. package/dist/src/collections/table/index.d.ts +396 -396
  62. package/dist/src/collections/table/types.d.ts +145 -145
  63. package/dist/src/collections/tree-view/index.d.ts +583 -583
  64. package/dist/src/collections/tree-view/types.d.ts +21 -21
  65. package/dist/src/component.d.ts +7519 -7505
  66. package/dist/src/component.d.ts.map +1 -1
  67. package/dist/src/container/card/index.d.ts +24 -24
  68. package/dist/src/container/card/types.d.ts +24 -24
  69. package/dist/src/disclosure/accordion/index.d.ts +29 -29
  70. package/dist/src/disclosure/accordion/types.d.ts +11 -11
  71. package/dist/src/disclosure/carousel/index.d.ts +6 -6
  72. package/dist/src/disclosure/carousel/types.d.ts +6 -6
  73. package/dist/src/disclosure/tabs/index.d.ts +126 -126
  74. package/dist/src/disclosure/tabs/types.d.ts +48 -48
  75. package/dist/src/display/avatar/index.d.ts +22 -22
  76. package/dist/src/display/avatar/types.d.ts +22 -22
  77. package/dist/src/display/badge/index.d.ts +24 -24
  78. package/dist/src/display/badge/types.d.ts +24 -24
  79. package/dist/src/display/icon/index.d.ts +64 -64
  80. package/dist/src/display/icon/types.d.ts +64 -64
  81. package/dist/src/display/stat/index.d.ts +8 -8
  82. package/dist/src/display/stat/types.d.ts +8 -8
  83. package/dist/src/display/tag/index.d.ts +30 -30
  84. package/dist/src/display/tag/types.d.ts +30 -30
  85. package/dist/src/feedback/alert/index.d.ts +18 -18
  86. package/dist/src/feedback/alert/types.d.ts +18 -18
  87. package/dist/src/feedback/progress/index.d.ts +28 -28
  88. package/dist/src/feedback/progress/types.d.ts +28 -28
  89. package/dist/src/forms/checkbox/index.d.ts +21 -21
  90. package/dist/src/forms/checkbox/types.d.ts +21 -21
  91. package/dist/src/forms/field/index.d.ts +294 -294
  92. package/dist/src/forms/field/types.d.ts +579 -579
  93. package/dist/src/forms/file-upload/index.d.ts +27 -27
  94. package/dist/src/forms/file-upload/types.d.ts +35 -35
  95. package/dist/src/forms/input/index.d.ts +102 -102
  96. package/dist/src/forms/input/types.d.ts +102 -102
  97. package/dist/src/forms/select/index.d.ts +19 -19
  98. package/dist/src/forms/select/types.d.ts +19 -19
  99. package/dist/src/forms/slider/index.d.ts +31 -31
  100. package/dist/src/forms/slider/types.d.ts +31 -31
  101. package/dist/src/forms/switch/index.d.ts +20 -20
  102. package/dist/src/forms/switch/types.d.ts +20 -20
  103. package/dist/src/forms/tags-input/index.d.ts +41 -41
  104. package/dist/src/forms/tags-input/types.d.ts +41 -41
  105. package/dist/src/forms/textarea/index.d.ts +30 -30
  106. package/dist/src/forms/textarea/types.d.ts +30 -30
  107. package/dist/src/layout/box/index.d.ts +70 -70
  108. package/dist/src/layout/box/types.d.ts +62 -62
  109. package/dist/src/layout/flex/index.d.ts +65 -65
  110. package/dist/src/layout/flex/types.d.ts +57 -57
  111. package/dist/src/layout/grid/index.d.ts +51 -51
  112. package/dist/src/layout/grid/types.d.ts +56 -56
  113. package/dist/src/layout/separator/index.d.ts +42 -42
  114. package/dist/src/layout/separator/types.d.ts +17 -17
  115. package/dist/src/layout/splitter/index.d.ts +9 -9
  116. package/dist/src/layout/splitter/types.d.ts +14 -14
  117. package/dist/src/layout/stack/index.d.ts +63 -63
  118. package/dist/src/layout/stack/types.d.ts +55 -55
  119. package/dist/src/layout/style.d.ts +8 -8
  120. package/dist/src/overlays/action-bar/index.d.ts +7 -7
  121. package/dist/src/overlays/action-bar/types.d.ts +7 -7
  122. package/dist/src/overlays/dialog/index.d.ts +49 -49
  123. package/dist/src/overlays/dialog/types.d.ts +49 -49
  124. package/dist/src/overlays/drawer/index.d.ts +25 -25
  125. package/dist/src/overlays/drawer/types.d.ts +25 -25
  126. package/dist/src/overlays/hover-card/index.d.ts +38 -38
  127. package/dist/src/overlays/hover-card/types.d.ts +26 -26
  128. package/dist/src/overlays/menu/index.d.ts +32 -32
  129. package/dist/src/overlays/menu/types.d.ts +20 -20
  130. package/dist/src/overlays/popover/index.d.ts +37 -37
  131. package/dist/src/overlays/popover/types.d.ts +25 -25
  132. package/dist/src/overlays/toggle-tip/index.d.ts +27 -27
  133. package/dist/src/overlays/toggle-tip/types.d.ts +15 -15
  134. package/dist/src/overlays/tooltip/index.d.ts +26 -26
  135. package/dist/src/overlays/tooltip/types.d.ts +26 -26
  136. package/dist/src/reactive/index.d.ts.map +1 -1
  137. package/dist/src/reactive/index.js +2 -2
  138. package/dist/src/reactive/index.js.map +1 -1
  139. package/dist/src/style.d.ts +87 -87
  140. package/dist/src/typography/code/index.d.ts +14 -14
  141. package/dist/src/typography/code/types.d.ts +14 -14
  142. package/dist/src/typography/code-block/index.d.ts +36 -36
  143. package/dist/src/typography/code-block/types.d.ts +36 -36
  144. package/dist/src/typography/heading/index.d.ts +41 -41
  145. package/dist/src/typography/heading/types.d.ts +41 -41
  146. package/dist/src/typography/highlight/index.d.ts +3 -3
  147. package/dist/src/typography/highlight/types.d.ts +3 -3
  148. package/dist/src/typography/link/index.d.ts +9 -9
  149. package/dist/src/typography/link/types.d.ts +9 -9
  150. package/dist/src/typography/list/index.d.ts +8 -8
  151. package/dist/src/typography/list/types.d.ts +8 -8
  152. package/dist/src/typography/mark/index.d.ts +11 -11
  153. package/dist/src/typography/mark/types.d.ts +11 -11
  154. package/dist/src/typography/text/index.d.ts +53 -53
  155. package/dist/src/typography/text/types.d.ts +53 -53
  156. package/package.json +2 -2
@@ -2,7 +2,7 @@
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 SubtypeExprOrValue, OptionType, StructType, ArrayType, IntegerType, StringType, DictType } from "@elaraai/east";
5
+ import { type SubtypeExprOrValue, type DictType as DictTypeType, OptionType, StructType, ArrayType, IntegerType, StringType } from "@elaraai/east";
6
6
  import { YAxisIdType, type BaseChartStyle, type ChartAxisStyle, type ReferenceLineStyle, type ReferenceDotStyle, type ReferenceAreaStyle, type YAxisIdLiteral } from "../types.js";
7
7
  export type { ReferenceLineStyle, ReferenceDotStyle, ReferenceAreaStyle };
8
8
  /**
@@ -31,807 +31,809 @@ export type { ReferenceLineStyle, ReferenceDotStyle, ReferenceAreaStyle };
31
31
  * @property pointSize - Size of scatter points
32
32
  */
33
33
  export declare const ScatterChartType: StructType<{
34
- data: ArrayType<DictType<StringType, import("@elaraai/east").VariantType<{
35
- Null: import("@elaraai/east").NullType;
36
- Boolean: import("@elaraai/east").BooleanType;
37
- Integer: IntegerType;
38
- Float: import("@elaraai/east").FloatType;
39
- String: StringType;
40
- DateTime: import("@elaraai/east").DateTimeType;
41
- Blob: import("@elaraai/east").BlobType;
34
+ readonly data: ArrayType<DictTypeType<StringType, import("@elaraai/east").VariantType<{
35
+ readonly Null: import("@elaraai/east").NullType;
36
+ readonly Boolean: import("@elaraai/east").BooleanType;
37
+ readonly Integer: IntegerType;
38
+ readonly Float: import("@elaraai/east").FloatType;
39
+ readonly String: StringType;
40
+ readonly DateTime: import("@elaraai/east").DateTimeType;
41
+ readonly Blob: import("@elaraai/east").BlobType;
42
42
  }>>>;
43
- dataSeries: OptionType<DictType<StringType, ArrayType<DictType<StringType, import("@elaraai/east").VariantType<{
44
- Null: import("@elaraai/east").NullType;
45
- Boolean: import("@elaraai/east").BooleanType;
46
- Integer: IntegerType;
47
- Float: import("@elaraai/east").FloatType;
48
- String: StringType;
49
- DateTime: import("@elaraai/east").DateTimeType;
50
- Blob: import("@elaraai/east").BlobType;
43
+ readonly dataSeries: OptionType<DictTypeType<StringType, ArrayType<DictTypeType<StringType, import("@elaraai/east").VariantType<{
44
+ readonly Null: import("@elaraai/east").NullType;
45
+ readonly Boolean: import("@elaraai/east").BooleanType;
46
+ readonly Integer: IntegerType;
47
+ readonly Float: import("@elaraai/east").FloatType;
48
+ readonly String: StringType;
49
+ readonly DateTime: import("@elaraai/east").DateTimeType;
50
+ readonly Blob: import("@elaraai/east").BlobType;
51
51
  }>>>>>;
52
- valueKey: OptionType<StringType>;
53
- series: ArrayType<StructType<{
54
- name: StringType;
55
- color: OptionType<StringType>;
56
- stackId: OptionType<StringType>;
57
- label: OptionType<StringType>;
58
- stroke: OptionType<StringType>;
59
- strokeWidth: OptionType<IntegerType>;
60
- fill: OptionType<StringType>;
61
- fillOpacity: OptionType<import("@elaraai/east").FloatType>;
62
- strokeDasharray: OptionType<StringType>;
63
- yAxisId: OptionType<import("@elaraai/east").VariantType<{
64
- left: import("@elaraai/east").NullType;
65
- right: import("@elaraai/east").NullType;
52
+ readonly valueKey: OptionType<StringType>;
53
+ readonly pivotKey: OptionType<StringType>;
54
+ readonly series: ArrayType<StructType<{
55
+ readonly name: StringType;
56
+ readonly color: OptionType<StringType>;
57
+ readonly stackId: OptionType<StringType>;
58
+ readonly label: OptionType<StringType>;
59
+ readonly stroke: OptionType<StringType>;
60
+ readonly strokeWidth: OptionType<IntegerType>;
61
+ readonly fill: OptionType<StringType>;
62
+ readonly fillOpacity: OptionType<import("@elaraai/east").FloatType>;
63
+ readonly strokeDasharray: OptionType<StringType>;
64
+ readonly yAxisId: OptionType<import("@elaraai/east").VariantType<{
65
+ readonly left: import("@elaraai/east").NullType;
66
+ readonly right: import("@elaraai/east").NullType;
66
67
  }>>;
68
+ readonly pivotColors: OptionType<DictTypeType<StringType, StringType>>;
67
69
  }>>;
68
- xAxis: OptionType<StructType<{
69
- dataKey: OptionType<StringType>;
70
- label: OptionType<StringType>;
71
- tickFormat: OptionType<import("@elaraai/east").VariantType<{
72
- number: StructType<{
73
- minimumFractionDigits: OptionType<IntegerType>;
74
- maximumFractionDigits: OptionType<IntegerType>;
75
- signDisplay: OptionType<import("@elaraai/east").VariantType<{
76
- auto: import("@elaraai/east").NullType;
77
- never: import("@elaraai/east").NullType;
78
- always: import("@elaraai/east").NullType;
79
- exceptZero: import("@elaraai/east").NullType;
70
+ readonly xAxis: OptionType<StructType<{
71
+ readonly dataKey: OptionType<StringType>;
72
+ readonly label: OptionType<StringType>;
73
+ readonly tickFormat: OptionType<import("@elaraai/east").VariantType<{
74
+ readonly number: StructType<{
75
+ readonly minimumFractionDigits: OptionType<IntegerType>;
76
+ readonly maximumFractionDigits: OptionType<IntegerType>;
77
+ readonly signDisplay: OptionType<import("@elaraai/east").VariantType<{
78
+ readonly auto: import("@elaraai/east").NullType;
79
+ readonly never: import("@elaraai/east").NullType;
80
+ readonly always: import("@elaraai/east").NullType;
81
+ readonly exceptZero: import("@elaraai/east").NullType;
80
82
  }>>;
81
83
  }>;
82
- currency: StructType<{
83
- currency: import("@elaraai/east").VariantType<{
84
- USD: import("@elaraai/east").NullType;
85
- EUR: import("@elaraai/east").NullType;
86
- GBP: import("@elaraai/east").NullType;
87
- JPY: import("@elaraai/east").NullType;
88
- CHF: import("@elaraai/east").NullType;
89
- CAD: import("@elaraai/east").NullType;
90
- AUD: import("@elaraai/east").NullType;
91
- NZD: import("@elaraai/east").NullType;
92
- CNY: import("@elaraai/east").NullType;
93
- HKD: import("@elaraai/east").NullType;
94
- SGD: import("@elaraai/east").NullType;
95
- KRW: import("@elaraai/east").NullType;
96
- INR: import("@elaraai/east").NullType;
97
- TWD: import("@elaraai/east").NullType;
98
- THB: import("@elaraai/east").NullType;
99
- MYR: import("@elaraai/east").NullType;
100
- IDR: import("@elaraai/east").NullType;
101
- PHP: import("@elaraai/east").NullType;
102
- VND: import("@elaraai/east").NullType;
103
- SEK: import("@elaraai/east").NullType;
104
- NOK: import("@elaraai/east").NullType;
105
- DKK: import("@elaraai/east").NullType;
106
- PLN: import("@elaraai/east").NullType;
107
- CZK: import("@elaraai/east").NullType;
108
- HUF: import("@elaraai/east").NullType;
109
- RUB: import("@elaraai/east").NullType;
110
- UAH: import("@elaraai/east").NullType;
111
- RON: import("@elaraai/east").NullType;
112
- MXN: import("@elaraai/east").NullType;
113
- BRL: import("@elaraai/east").NullType;
114
- ARS: import("@elaraai/east").NullType;
115
- CLP: import("@elaraai/east").NullType;
116
- COP: import("@elaraai/east").NullType;
117
- PEN: import("@elaraai/east").NullType;
118
- AED: import("@elaraai/east").NullType;
119
- SAR: import("@elaraai/east").NullType;
120
- ILS: import("@elaraai/east").NullType;
121
- ZAR: import("@elaraai/east").NullType;
122
- TRY: import("@elaraai/east").NullType;
123
- EGP: import("@elaraai/east").NullType;
124
- NGN: import("@elaraai/east").NullType;
125
- KES: import("@elaraai/east").NullType;
84
+ readonly currency: StructType<{
85
+ readonly currency: import("@elaraai/east").VariantType<{
86
+ readonly USD: import("@elaraai/east").NullType;
87
+ readonly EUR: import("@elaraai/east").NullType;
88
+ readonly GBP: import("@elaraai/east").NullType;
89
+ readonly JPY: import("@elaraai/east").NullType;
90
+ readonly CHF: import("@elaraai/east").NullType;
91
+ readonly CAD: import("@elaraai/east").NullType;
92
+ readonly AUD: import("@elaraai/east").NullType;
93
+ readonly NZD: import("@elaraai/east").NullType;
94
+ readonly CNY: import("@elaraai/east").NullType;
95
+ readonly HKD: import("@elaraai/east").NullType;
96
+ readonly SGD: import("@elaraai/east").NullType;
97
+ readonly KRW: import("@elaraai/east").NullType;
98
+ readonly INR: import("@elaraai/east").NullType;
99
+ readonly TWD: import("@elaraai/east").NullType;
100
+ readonly THB: import("@elaraai/east").NullType;
101
+ readonly MYR: import("@elaraai/east").NullType;
102
+ readonly IDR: import("@elaraai/east").NullType;
103
+ readonly PHP: import("@elaraai/east").NullType;
104
+ readonly VND: import("@elaraai/east").NullType;
105
+ readonly SEK: import("@elaraai/east").NullType;
106
+ readonly NOK: import("@elaraai/east").NullType;
107
+ readonly DKK: import("@elaraai/east").NullType;
108
+ readonly PLN: import("@elaraai/east").NullType;
109
+ readonly CZK: import("@elaraai/east").NullType;
110
+ readonly HUF: import("@elaraai/east").NullType;
111
+ readonly RUB: import("@elaraai/east").NullType;
112
+ readonly UAH: import("@elaraai/east").NullType;
113
+ readonly RON: import("@elaraai/east").NullType;
114
+ readonly MXN: import("@elaraai/east").NullType;
115
+ readonly BRL: import("@elaraai/east").NullType;
116
+ readonly ARS: import("@elaraai/east").NullType;
117
+ readonly CLP: import("@elaraai/east").NullType;
118
+ readonly COP: import("@elaraai/east").NullType;
119
+ readonly PEN: import("@elaraai/east").NullType;
120
+ readonly AED: import("@elaraai/east").NullType;
121
+ readonly SAR: import("@elaraai/east").NullType;
122
+ readonly ILS: import("@elaraai/east").NullType;
123
+ readonly ZAR: import("@elaraai/east").NullType;
124
+ readonly TRY: import("@elaraai/east").NullType;
125
+ readonly EGP: import("@elaraai/east").NullType;
126
+ readonly NGN: import("@elaraai/east").NullType;
127
+ readonly KES: import("@elaraai/east").NullType;
126
128
  }>;
127
- display: OptionType<import("@elaraai/east").VariantType<{
128
- code: import("@elaraai/east").NullType;
129
- symbol: import("@elaraai/east").NullType;
130
- narrowSymbol: import("@elaraai/east").NullType;
131
- name: import("@elaraai/east").NullType;
129
+ readonly display: OptionType<import("@elaraai/east").VariantType<{
130
+ readonly code: import("@elaraai/east").NullType;
131
+ readonly symbol: import("@elaraai/east").NullType;
132
+ readonly narrowSymbol: import("@elaraai/east").NullType;
133
+ readonly name: import("@elaraai/east").NullType;
132
134
  }>>;
133
- minimumFractionDigits: OptionType<IntegerType>;
134
- maximumFractionDigits: OptionType<IntegerType>;
135
+ readonly minimumFractionDigits: OptionType<IntegerType>;
136
+ readonly maximumFractionDigits: OptionType<IntegerType>;
135
137
  }>;
136
- percent: StructType<{
137
- minimumFractionDigits: OptionType<IntegerType>;
138
- maximumFractionDigits: OptionType<IntegerType>;
139
- signDisplay: OptionType<import("@elaraai/east").VariantType<{
140
- auto: import("@elaraai/east").NullType;
141
- never: import("@elaraai/east").NullType;
142
- always: import("@elaraai/east").NullType;
143
- exceptZero: import("@elaraai/east").NullType;
138
+ readonly percent: StructType<{
139
+ readonly minimumFractionDigits: OptionType<IntegerType>;
140
+ readonly maximumFractionDigits: OptionType<IntegerType>;
141
+ readonly signDisplay: OptionType<import("@elaraai/east").VariantType<{
142
+ readonly auto: import("@elaraai/east").NullType;
143
+ readonly never: import("@elaraai/east").NullType;
144
+ readonly always: import("@elaraai/east").NullType;
145
+ readonly exceptZero: import("@elaraai/east").NullType;
144
146
  }>>;
145
147
  }>;
146
- compact: StructType<{
147
- display: OptionType<import("@elaraai/east").VariantType<{
148
- short: import("@elaraai/east").NullType;
149
- long: import("@elaraai/east").NullType;
148
+ readonly compact: StructType<{
149
+ readonly display: OptionType<import("@elaraai/east").VariantType<{
150
+ readonly short: import("@elaraai/east").NullType;
151
+ readonly long: import("@elaraai/east").NullType;
150
152
  }>>;
151
153
  }>;
152
- unit: StructType<{
153
- unit: import("@elaraai/east").VariantType<{
154
- bit: import("@elaraai/east").NullType;
155
- byte: import("@elaraai/east").NullType;
156
- kilobit: import("@elaraai/east").NullType;
157
- kilobyte: import("@elaraai/east").NullType;
158
- megabit: import("@elaraai/east").NullType;
159
- megabyte: import("@elaraai/east").NullType;
160
- gigabit: import("@elaraai/east").NullType;
161
- gigabyte: import("@elaraai/east").NullType;
162
- terabit: import("@elaraai/east").NullType;
163
- terabyte: import("@elaraai/east").NullType;
164
- petabyte: import("@elaraai/east").NullType;
165
- nanosecond: import("@elaraai/east").NullType;
166
- microsecond: import("@elaraai/east").NullType;
167
- millisecond: import("@elaraai/east").NullType;
168
- second: import("@elaraai/east").NullType;
169
- minute: import("@elaraai/east").NullType;
170
- hour: import("@elaraai/east").NullType;
171
- day: import("@elaraai/east").NullType;
172
- week: import("@elaraai/east").NullType;
173
- month: import("@elaraai/east").NullType;
174
- year: import("@elaraai/east").NullType;
175
- millimeter: import("@elaraai/east").NullType;
176
- centimeter: import("@elaraai/east").NullType;
177
- meter: import("@elaraai/east").NullType;
178
- kilometer: import("@elaraai/east").NullType;
179
- inch: import("@elaraai/east").NullType;
180
- foot: import("@elaraai/east").NullType;
181
- yard: import("@elaraai/east").NullType;
182
- mile: import("@elaraai/east").NullType;
183
- gram: import("@elaraai/east").NullType;
184
- kilogram: import("@elaraai/east").NullType;
185
- milligram: import("@elaraai/east").NullType;
186
- ounce: import("@elaraai/east").NullType;
187
- pound: import("@elaraai/east").NullType;
188
- stone: import("@elaraai/east").NullType;
189
- celsius: import("@elaraai/east").NullType;
190
- fahrenheit: import("@elaraai/east").NullType;
191
- milliliter: import("@elaraai/east").NullType;
192
- liter: import("@elaraai/east").NullType;
193
- gallon: import("@elaraai/east").NullType;
194
- fluidOunce: import("@elaraai/east").NullType;
195
- acre: import("@elaraai/east").NullType;
196
- hectare: import("@elaraai/east").NullType;
197
- meterPerSecond: import("@elaraai/east").NullType;
198
- kilometerPerHour: import("@elaraai/east").NullType;
199
- milePerHour: import("@elaraai/east").NullType;
200
- percent: import("@elaraai/east").NullType;
201
- degree: import("@elaraai/east").NullType;
154
+ readonly unit: StructType<{
155
+ readonly unit: import("@elaraai/east").VariantType<{
156
+ readonly bit: import("@elaraai/east").NullType;
157
+ readonly byte: import("@elaraai/east").NullType;
158
+ readonly kilobit: import("@elaraai/east").NullType;
159
+ readonly kilobyte: import("@elaraai/east").NullType;
160
+ readonly megabit: import("@elaraai/east").NullType;
161
+ readonly megabyte: import("@elaraai/east").NullType;
162
+ readonly gigabit: import("@elaraai/east").NullType;
163
+ readonly gigabyte: import("@elaraai/east").NullType;
164
+ readonly terabit: import("@elaraai/east").NullType;
165
+ readonly terabyte: import("@elaraai/east").NullType;
166
+ readonly petabyte: import("@elaraai/east").NullType;
167
+ readonly nanosecond: import("@elaraai/east").NullType;
168
+ readonly microsecond: import("@elaraai/east").NullType;
169
+ readonly millisecond: import("@elaraai/east").NullType;
170
+ readonly second: import("@elaraai/east").NullType;
171
+ readonly minute: import("@elaraai/east").NullType;
172
+ readonly hour: import("@elaraai/east").NullType;
173
+ readonly day: import("@elaraai/east").NullType;
174
+ readonly week: import("@elaraai/east").NullType;
175
+ readonly month: import("@elaraai/east").NullType;
176
+ readonly year: import("@elaraai/east").NullType;
177
+ readonly millimeter: import("@elaraai/east").NullType;
178
+ readonly centimeter: import("@elaraai/east").NullType;
179
+ readonly meter: import("@elaraai/east").NullType;
180
+ readonly kilometer: import("@elaraai/east").NullType;
181
+ readonly inch: import("@elaraai/east").NullType;
182
+ readonly foot: import("@elaraai/east").NullType;
183
+ readonly yard: import("@elaraai/east").NullType;
184
+ readonly mile: import("@elaraai/east").NullType;
185
+ readonly gram: import("@elaraai/east").NullType;
186
+ readonly kilogram: import("@elaraai/east").NullType;
187
+ readonly milligram: import("@elaraai/east").NullType;
188
+ readonly ounce: import("@elaraai/east").NullType;
189
+ readonly pound: import("@elaraai/east").NullType;
190
+ readonly stone: import("@elaraai/east").NullType;
191
+ readonly celsius: import("@elaraai/east").NullType;
192
+ readonly fahrenheit: import("@elaraai/east").NullType;
193
+ readonly milliliter: import("@elaraai/east").NullType;
194
+ readonly liter: import("@elaraai/east").NullType;
195
+ readonly gallon: import("@elaraai/east").NullType;
196
+ readonly fluidOunce: import("@elaraai/east").NullType;
197
+ readonly acre: import("@elaraai/east").NullType;
198
+ readonly hectare: import("@elaraai/east").NullType;
199
+ readonly meterPerSecond: import("@elaraai/east").NullType;
200
+ readonly kilometerPerHour: import("@elaraai/east").NullType;
201
+ readonly milePerHour: import("@elaraai/east").NullType;
202
+ readonly percent: import("@elaraai/east").NullType;
203
+ readonly degree: import("@elaraai/east").NullType;
202
204
  }>;
203
- display: OptionType<import("@elaraai/east").VariantType<{
204
- short: import("@elaraai/east").NullType;
205
- narrow: import("@elaraai/east").NullType;
206
- long: import("@elaraai/east").NullType;
205
+ readonly display: OptionType<import("@elaraai/east").VariantType<{
206
+ readonly short: import("@elaraai/east").NullType;
207
+ readonly narrow: import("@elaraai/east").NullType;
208
+ readonly long: import("@elaraai/east").NullType;
207
209
  }>>;
208
210
  }>;
209
- scientific: import("@elaraai/east").NullType;
210
- engineering: import("@elaraai/east").NullType;
211
- date: StructType<{
212
- style: OptionType<import("@elaraai/east").VariantType<{
213
- full: import("@elaraai/east").NullType;
214
- long: import("@elaraai/east").NullType;
215
- medium: import("@elaraai/east").NullType;
216
- short: import("@elaraai/east").NullType;
211
+ readonly scientific: import("@elaraai/east").NullType;
212
+ readonly engineering: import("@elaraai/east").NullType;
213
+ readonly date: StructType<{
214
+ readonly style: OptionType<import("@elaraai/east").VariantType<{
215
+ readonly full: import("@elaraai/east").NullType;
216
+ readonly long: import("@elaraai/east").NullType;
217
+ readonly medium: import("@elaraai/east").NullType;
218
+ readonly short: import("@elaraai/east").NullType;
217
219
  }>>;
218
220
  }>;
219
- time: StructType<{
220
- style: OptionType<import("@elaraai/east").VariantType<{
221
- full: import("@elaraai/east").NullType;
222
- long: import("@elaraai/east").NullType;
223
- medium: import("@elaraai/east").NullType;
224
- short: import("@elaraai/east").NullType;
221
+ readonly time: StructType<{
222
+ readonly style: OptionType<import("@elaraai/east").VariantType<{
223
+ readonly full: import("@elaraai/east").NullType;
224
+ readonly long: import("@elaraai/east").NullType;
225
+ readonly medium: import("@elaraai/east").NullType;
226
+ readonly short: import("@elaraai/east").NullType;
225
227
  }>>;
226
- hour12: OptionType<import("@elaraai/east").BooleanType>;
228
+ readonly hour12: OptionType<import("@elaraai/east").BooleanType>;
227
229
  }>;
228
- datetime: StructType<{
229
- dateStyle: OptionType<import("@elaraai/east").VariantType<{
230
- full: import("@elaraai/east").NullType;
231
- long: import("@elaraai/east").NullType;
232
- medium: import("@elaraai/east").NullType;
233
- short: import("@elaraai/east").NullType;
230
+ readonly datetime: StructType<{
231
+ readonly dateStyle: OptionType<import("@elaraai/east").VariantType<{
232
+ readonly full: import("@elaraai/east").NullType;
233
+ readonly long: import("@elaraai/east").NullType;
234
+ readonly medium: import("@elaraai/east").NullType;
235
+ readonly short: import("@elaraai/east").NullType;
234
236
  }>>;
235
- timeStyle: OptionType<import("@elaraai/east").VariantType<{
236
- full: import("@elaraai/east").NullType;
237
- long: import("@elaraai/east").NullType;
238
- medium: import("@elaraai/east").NullType;
239
- short: import("@elaraai/east").NullType;
237
+ readonly timeStyle: OptionType<import("@elaraai/east").VariantType<{
238
+ readonly full: import("@elaraai/east").NullType;
239
+ readonly long: import("@elaraai/east").NullType;
240
+ readonly medium: import("@elaraai/east").NullType;
241
+ readonly short: import("@elaraai/east").NullType;
240
242
  }>>;
241
- hour12: OptionType<import("@elaraai/east").BooleanType>;
243
+ readonly hour12: OptionType<import("@elaraai/east").BooleanType>;
242
244
  }>;
243
245
  }>>;
244
- domain: OptionType<ArrayType<import("@elaraai/east").FloatType>>;
245
- hide: OptionType<import("@elaraai/east").BooleanType>;
246
- axisLine: OptionType<import("@elaraai/east").BooleanType>;
247
- tickLine: OptionType<import("@elaraai/east").BooleanType>;
248
- tickMargin: OptionType<IntegerType>;
249
- strokeColor: OptionType<StringType>;
250
- orientation: OptionType<import("@elaraai/east").VariantType<{
251
- top: import("@elaraai/east").NullType;
252
- bottom: import("@elaraai/east").NullType;
253
- left: import("@elaraai/east").NullType;
254
- right: import("@elaraai/east").NullType;
246
+ readonly domain: OptionType<ArrayType<import("@elaraai/east").FloatType>>;
247
+ readonly hide: OptionType<import("@elaraai/east").BooleanType>;
248
+ readonly axisLine: OptionType<import("@elaraai/east").BooleanType>;
249
+ readonly tickLine: OptionType<import("@elaraai/east").BooleanType>;
250
+ readonly tickMargin: OptionType<IntegerType>;
251
+ readonly strokeColor: OptionType<StringType>;
252
+ readonly orientation: OptionType<import("@elaraai/east").VariantType<{
253
+ readonly top: import("@elaraai/east").NullType;
254
+ readonly bottom: import("@elaraai/east").NullType;
255
+ readonly left: import("@elaraai/east").NullType;
256
+ readonly right: import("@elaraai/east").NullType;
255
257
  }>>;
256
- axisId: OptionType<StringType>;
258
+ readonly axisId: OptionType<StringType>;
257
259
  }>>;
258
- yAxis: OptionType<StructType<{
259
- dataKey: OptionType<StringType>;
260
- label: OptionType<StringType>;
261
- tickFormat: OptionType<import("@elaraai/east").VariantType<{
262
- number: StructType<{
263
- minimumFractionDigits: OptionType<IntegerType>;
264
- maximumFractionDigits: OptionType<IntegerType>;
265
- signDisplay: OptionType<import("@elaraai/east").VariantType<{
266
- auto: import("@elaraai/east").NullType;
267
- never: import("@elaraai/east").NullType;
268
- always: import("@elaraai/east").NullType;
269
- exceptZero: import("@elaraai/east").NullType;
260
+ readonly yAxis: OptionType<StructType<{
261
+ readonly dataKey: OptionType<StringType>;
262
+ readonly label: OptionType<StringType>;
263
+ readonly tickFormat: OptionType<import("@elaraai/east").VariantType<{
264
+ readonly number: StructType<{
265
+ readonly minimumFractionDigits: OptionType<IntegerType>;
266
+ readonly maximumFractionDigits: OptionType<IntegerType>;
267
+ readonly signDisplay: OptionType<import("@elaraai/east").VariantType<{
268
+ readonly auto: import("@elaraai/east").NullType;
269
+ readonly never: import("@elaraai/east").NullType;
270
+ readonly always: import("@elaraai/east").NullType;
271
+ readonly exceptZero: import("@elaraai/east").NullType;
270
272
  }>>;
271
273
  }>;
272
- currency: StructType<{
273
- currency: import("@elaraai/east").VariantType<{
274
- USD: import("@elaraai/east").NullType;
275
- EUR: import("@elaraai/east").NullType;
276
- GBP: import("@elaraai/east").NullType;
277
- JPY: import("@elaraai/east").NullType;
278
- CHF: import("@elaraai/east").NullType;
279
- CAD: import("@elaraai/east").NullType;
280
- AUD: import("@elaraai/east").NullType;
281
- NZD: import("@elaraai/east").NullType;
282
- CNY: import("@elaraai/east").NullType;
283
- HKD: import("@elaraai/east").NullType;
284
- SGD: import("@elaraai/east").NullType;
285
- KRW: import("@elaraai/east").NullType;
286
- INR: import("@elaraai/east").NullType;
287
- TWD: import("@elaraai/east").NullType;
288
- THB: import("@elaraai/east").NullType;
289
- MYR: import("@elaraai/east").NullType;
290
- IDR: import("@elaraai/east").NullType;
291
- PHP: import("@elaraai/east").NullType;
292
- VND: import("@elaraai/east").NullType;
293
- SEK: import("@elaraai/east").NullType;
294
- NOK: import("@elaraai/east").NullType;
295
- DKK: import("@elaraai/east").NullType;
296
- PLN: import("@elaraai/east").NullType;
297
- CZK: import("@elaraai/east").NullType;
298
- HUF: import("@elaraai/east").NullType;
299
- RUB: import("@elaraai/east").NullType;
300
- UAH: import("@elaraai/east").NullType;
301
- RON: import("@elaraai/east").NullType;
302
- MXN: import("@elaraai/east").NullType;
303
- BRL: import("@elaraai/east").NullType;
304
- ARS: import("@elaraai/east").NullType;
305
- CLP: import("@elaraai/east").NullType;
306
- COP: import("@elaraai/east").NullType;
307
- PEN: import("@elaraai/east").NullType;
308
- AED: import("@elaraai/east").NullType;
309
- SAR: import("@elaraai/east").NullType;
310
- ILS: import("@elaraai/east").NullType;
311
- ZAR: import("@elaraai/east").NullType;
312
- TRY: import("@elaraai/east").NullType;
313
- EGP: import("@elaraai/east").NullType;
314
- NGN: import("@elaraai/east").NullType;
315
- KES: import("@elaraai/east").NullType;
274
+ readonly currency: StructType<{
275
+ readonly currency: import("@elaraai/east").VariantType<{
276
+ readonly USD: import("@elaraai/east").NullType;
277
+ readonly EUR: import("@elaraai/east").NullType;
278
+ readonly GBP: import("@elaraai/east").NullType;
279
+ readonly JPY: import("@elaraai/east").NullType;
280
+ readonly CHF: import("@elaraai/east").NullType;
281
+ readonly CAD: import("@elaraai/east").NullType;
282
+ readonly AUD: import("@elaraai/east").NullType;
283
+ readonly NZD: import("@elaraai/east").NullType;
284
+ readonly CNY: import("@elaraai/east").NullType;
285
+ readonly HKD: import("@elaraai/east").NullType;
286
+ readonly SGD: import("@elaraai/east").NullType;
287
+ readonly KRW: import("@elaraai/east").NullType;
288
+ readonly INR: import("@elaraai/east").NullType;
289
+ readonly TWD: import("@elaraai/east").NullType;
290
+ readonly THB: import("@elaraai/east").NullType;
291
+ readonly MYR: import("@elaraai/east").NullType;
292
+ readonly IDR: import("@elaraai/east").NullType;
293
+ readonly PHP: import("@elaraai/east").NullType;
294
+ readonly VND: import("@elaraai/east").NullType;
295
+ readonly SEK: import("@elaraai/east").NullType;
296
+ readonly NOK: import("@elaraai/east").NullType;
297
+ readonly DKK: import("@elaraai/east").NullType;
298
+ readonly PLN: import("@elaraai/east").NullType;
299
+ readonly CZK: import("@elaraai/east").NullType;
300
+ readonly HUF: import("@elaraai/east").NullType;
301
+ readonly RUB: import("@elaraai/east").NullType;
302
+ readonly UAH: import("@elaraai/east").NullType;
303
+ readonly RON: import("@elaraai/east").NullType;
304
+ readonly MXN: import("@elaraai/east").NullType;
305
+ readonly BRL: import("@elaraai/east").NullType;
306
+ readonly ARS: import("@elaraai/east").NullType;
307
+ readonly CLP: import("@elaraai/east").NullType;
308
+ readonly COP: import("@elaraai/east").NullType;
309
+ readonly PEN: import("@elaraai/east").NullType;
310
+ readonly AED: import("@elaraai/east").NullType;
311
+ readonly SAR: import("@elaraai/east").NullType;
312
+ readonly ILS: import("@elaraai/east").NullType;
313
+ readonly ZAR: import("@elaraai/east").NullType;
314
+ readonly TRY: import("@elaraai/east").NullType;
315
+ readonly EGP: import("@elaraai/east").NullType;
316
+ readonly NGN: import("@elaraai/east").NullType;
317
+ readonly KES: import("@elaraai/east").NullType;
316
318
  }>;
317
- display: OptionType<import("@elaraai/east").VariantType<{
318
- code: import("@elaraai/east").NullType;
319
- symbol: import("@elaraai/east").NullType;
320
- narrowSymbol: import("@elaraai/east").NullType;
321
- name: import("@elaraai/east").NullType;
319
+ readonly display: OptionType<import("@elaraai/east").VariantType<{
320
+ readonly code: import("@elaraai/east").NullType;
321
+ readonly symbol: import("@elaraai/east").NullType;
322
+ readonly narrowSymbol: import("@elaraai/east").NullType;
323
+ readonly name: import("@elaraai/east").NullType;
322
324
  }>>;
323
- minimumFractionDigits: OptionType<IntegerType>;
324
- maximumFractionDigits: OptionType<IntegerType>;
325
+ readonly minimumFractionDigits: OptionType<IntegerType>;
326
+ readonly maximumFractionDigits: OptionType<IntegerType>;
325
327
  }>;
326
- percent: StructType<{
327
- minimumFractionDigits: OptionType<IntegerType>;
328
- maximumFractionDigits: OptionType<IntegerType>;
329
- signDisplay: OptionType<import("@elaraai/east").VariantType<{
330
- auto: import("@elaraai/east").NullType;
331
- never: import("@elaraai/east").NullType;
332
- always: import("@elaraai/east").NullType;
333
- exceptZero: import("@elaraai/east").NullType;
328
+ readonly percent: StructType<{
329
+ readonly minimumFractionDigits: OptionType<IntegerType>;
330
+ readonly maximumFractionDigits: OptionType<IntegerType>;
331
+ readonly signDisplay: OptionType<import("@elaraai/east").VariantType<{
332
+ readonly auto: import("@elaraai/east").NullType;
333
+ readonly never: import("@elaraai/east").NullType;
334
+ readonly always: import("@elaraai/east").NullType;
335
+ readonly exceptZero: import("@elaraai/east").NullType;
334
336
  }>>;
335
337
  }>;
336
- compact: StructType<{
337
- display: OptionType<import("@elaraai/east").VariantType<{
338
- short: import("@elaraai/east").NullType;
339
- long: import("@elaraai/east").NullType;
338
+ readonly compact: StructType<{
339
+ readonly display: OptionType<import("@elaraai/east").VariantType<{
340
+ readonly short: import("@elaraai/east").NullType;
341
+ readonly long: import("@elaraai/east").NullType;
340
342
  }>>;
341
343
  }>;
342
- unit: StructType<{
343
- unit: import("@elaraai/east").VariantType<{
344
- bit: import("@elaraai/east").NullType;
345
- byte: import("@elaraai/east").NullType;
346
- kilobit: import("@elaraai/east").NullType;
347
- kilobyte: import("@elaraai/east").NullType;
348
- megabit: import("@elaraai/east").NullType;
349
- megabyte: import("@elaraai/east").NullType;
350
- gigabit: import("@elaraai/east").NullType;
351
- gigabyte: import("@elaraai/east").NullType;
352
- terabit: import("@elaraai/east").NullType;
353
- terabyte: import("@elaraai/east").NullType;
354
- petabyte: import("@elaraai/east").NullType;
355
- nanosecond: import("@elaraai/east").NullType;
356
- microsecond: import("@elaraai/east").NullType;
357
- millisecond: import("@elaraai/east").NullType;
358
- second: import("@elaraai/east").NullType;
359
- minute: import("@elaraai/east").NullType;
360
- hour: import("@elaraai/east").NullType;
361
- day: import("@elaraai/east").NullType;
362
- week: import("@elaraai/east").NullType;
363
- month: import("@elaraai/east").NullType;
364
- year: import("@elaraai/east").NullType;
365
- millimeter: import("@elaraai/east").NullType;
366
- centimeter: import("@elaraai/east").NullType;
367
- meter: import("@elaraai/east").NullType;
368
- kilometer: import("@elaraai/east").NullType;
369
- inch: import("@elaraai/east").NullType;
370
- foot: import("@elaraai/east").NullType;
371
- yard: import("@elaraai/east").NullType;
372
- mile: import("@elaraai/east").NullType;
373
- gram: import("@elaraai/east").NullType;
374
- kilogram: import("@elaraai/east").NullType;
375
- milligram: import("@elaraai/east").NullType;
376
- ounce: import("@elaraai/east").NullType;
377
- pound: import("@elaraai/east").NullType;
378
- stone: import("@elaraai/east").NullType;
379
- celsius: import("@elaraai/east").NullType;
380
- fahrenheit: import("@elaraai/east").NullType;
381
- milliliter: import("@elaraai/east").NullType;
382
- liter: import("@elaraai/east").NullType;
383
- gallon: import("@elaraai/east").NullType;
384
- fluidOunce: import("@elaraai/east").NullType;
385
- acre: import("@elaraai/east").NullType;
386
- hectare: import("@elaraai/east").NullType;
387
- meterPerSecond: import("@elaraai/east").NullType;
388
- kilometerPerHour: import("@elaraai/east").NullType;
389
- milePerHour: import("@elaraai/east").NullType;
390
- percent: import("@elaraai/east").NullType;
391
- degree: import("@elaraai/east").NullType;
344
+ readonly unit: StructType<{
345
+ readonly unit: import("@elaraai/east").VariantType<{
346
+ readonly bit: import("@elaraai/east").NullType;
347
+ readonly byte: import("@elaraai/east").NullType;
348
+ readonly kilobit: import("@elaraai/east").NullType;
349
+ readonly kilobyte: import("@elaraai/east").NullType;
350
+ readonly megabit: import("@elaraai/east").NullType;
351
+ readonly megabyte: import("@elaraai/east").NullType;
352
+ readonly gigabit: import("@elaraai/east").NullType;
353
+ readonly gigabyte: import("@elaraai/east").NullType;
354
+ readonly terabit: import("@elaraai/east").NullType;
355
+ readonly terabyte: import("@elaraai/east").NullType;
356
+ readonly petabyte: import("@elaraai/east").NullType;
357
+ readonly nanosecond: import("@elaraai/east").NullType;
358
+ readonly microsecond: import("@elaraai/east").NullType;
359
+ readonly millisecond: import("@elaraai/east").NullType;
360
+ readonly second: import("@elaraai/east").NullType;
361
+ readonly minute: import("@elaraai/east").NullType;
362
+ readonly hour: import("@elaraai/east").NullType;
363
+ readonly day: import("@elaraai/east").NullType;
364
+ readonly week: import("@elaraai/east").NullType;
365
+ readonly month: import("@elaraai/east").NullType;
366
+ readonly year: import("@elaraai/east").NullType;
367
+ readonly millimeter: import("@elaraai/east").NullType;
368
+ readonly centimeter: import("@elaraai/east").NullType;
369
+ readonly meter: import("@elaraai/east").NullType;
370
+ readonly kilometer: import("@elaraai/east").NullType;
371
+ readonly inch: import("@elaraai/east").NullType;
372
+ readonly foot: import("@elaraai/east").NullType;
373
+ readonly yard: import("@elaraai/east").NullType;
374
+ readonly mile: import("@elaraai/east").NullType;
375
+ readonly gram: import("@elaraai/east").NullType;
376
+ readonly kilogram: import("@elaraai/east").NullType;
377
+ readonly milligram: import("@elaraai/east").NullType;
378
+ readonly ounce: import("@elaraai/east").NullType;
379
+ readonly pound: import("@elaraai/east").NullType;
380
+ readonly stone: import("@elaraai/east").NullType;
381
+ readonly celsius: import("@elaraai/east").NullType;
382
+ readonly fahrenheit: import("@elaraai/east").NullType;
383
+ readonly milliliter: import("@elaraai/east").NullType;
384
+ readonly liter: import("@elaraai/east").NullType;
385
+ readonly gallon: import("@elaraai/east").NullType;
386
+ readonly fluidOunce: import("@elaraai/east").NullType;
387
+ readonly acre: import("@elaraai/east").NullType;
388
+ readonly hectare: import("@elaraai/east").NullType;
389
+ readonly meterPerSecond: import("@elaraai/east").NullType;
390
+ readonly kilometerPerHour: import("@elaraai/east").NullType;
391
+ readonly milePerHour: import("@elaraai/east").NullType;
392
+ readonly percent: import("@elaraai/east").NullType;
393
+ readonly degree: import("@elaraai/east").NullType;
392
394
  }>;
393
- display: OptionType<import("@elaraai/east").VariantType<{
394
- short: import("@elaraai/east").NullType;
395
- narrow: import("@elaraai/east").NullType;
396
- long: import("@elaraai/east").NullType;
395
+ readonly display: OptionType<import("@elaraai/east").VariantType<{
396
+ readonly short: import("@elaraai/east").NullType;
397
+ readonly narrow: import("@elaraai/east").NullType;
398
+ readonly long: import("@elaraai/east").NullType;
397
399
  }>>;
398
400
  }>;
399
- scientific: import("@elaraai/east").NullType;
400
- engineering: import("@elaraai/east").NullType;
401
- date: StructType<{
402
- style: OptionType<import("@elaraai/east").VariantType<{
403
- full: import("@elaraai/east").NullType;
404
- long: import("@elaraai/east").NullType;
405
- medium: import("@elaraai/east").NullType;
406
- short: import("@elaraai/east").NullType;
401
+ readonly scientific: import("@elaraai/east").NullType;
402
+ readonly engineering: import("@elaraai/east").NullType;
403
+ readonly date: StructType<{
404
+ readonly style: OptionType<import("@elaraai/east").VariantType<{
405
+ readonly full: import("@elaraai/east").NullType;
406
+ readonly long: import("@elaraai/east").NullType;
407
+ readonly medium: import("@elaraai/east").NullType;
408
+ readonly short: import("@elaraai/east").NullType;
407
409
  }>>;
408
410
  }>;
409
- time: StructType<{
410
- style: OptionType<import("@elaraai/east").VariantType<{
411
- full: import("@elaraai/east").NullType;
412
- long: import("@elaraai/east").NullType;
413
- medium: import("@elaraai/east").NullType;
414
- short: import("@elaraai/east").NullType;
411
+ readonly time: StructType<{
412
+ readonly style: OptionType<import("@elaraai/east").VariantType<{
413
+ readonly full: import("@elaraai/east").NullType;
414
+ readonly long: import("@elaraai/east").NullType;
415
+ readonly medium: import("@elaraai/east").NullType;
416
+ readonly short: import("@elaraai/east").NullType;
415
417
  }>>;
416
- hour12: OptionType<import("@elaraai/east").BooleanType>;
418
+ readonly hour12: OptionType<import("@elaraai/east").BooleanType>;
417
419
  }>;
418
- datetime: StructType<{
419
- dateStyle: OptionType<import("@elaraai/east").VariantType<{
420
- full: import("@elaraai/east").NullType;
421
- long: import("@elaraai/east").NullType;
422
- medium: import("@elaraai/east").NullType;
423
- short: import("@elaraai/east").NullType;
420
+ readonly datetime: StructType<{
421
+ readonly dateStyle: OptionType<import("@elaraai/east").VariantType<{
422
+ readonly full: import("@elaraai/east").NullType;
423
+ readonly long: import("@elaraai/east").NullType;
424
+ readonly medium: import("@elaraai/east").NullType;
425
+ readonly short: import("@elaraai/east").NullType;
424
426
  }>>;
425
- timeStyle: OptionType<import("@elaraai/east").VariantType<{
426
- full: import("@elaraai/east").NullType;
427
- long: import("@elaraai/east").NullType;
428
- medium: import("@elaraai/east").NullType;
429
- short: import("@elaraai/east").NullType;
427
+ readonly timeStyle: OptionType<import("@elaraai/east").VariantType<{
428
+ readonly full: import("@elaraai/east").NullType;
429
+ readonly long: import("@elaraai/east").NullType;
430
+ readonly medium: import("@elaraai/east").NullType;
431
+ readonly short: import("@elaraai/east").NullType;
430
432
  }>>;
431
- hour12: OptionType<import("@elaraai/east").BooleanType>;
433
+ readonly hour12: OptionType<import("@elaraai/east").BooleanType>;
432
434
  }>;
433
435
  }>>;
434
- domain: OptionType<ArrayType<import("@elaraai/east").FloatType>>;
435
- hide: OptionType<import("@elaraai/east").BooleanType>;
436
- axisLine: OptionType<import("@elaraai/east").BooleanType>;
437
- tickLine: OptionType<import("@elaraai/east").BooleanType>;
438
- tickMargin: OptionType<IntegerType>;
439
- strokeColor: OptionType<StringType>;
440
- orientation: OptionType<import("@elaraai/east").VariantType<{
441
- top: import("@elaraai/east").NullType;
442
- bottom: import("@elaraai/east").NullType;
443
- left: import("@elaraai/east").NullType;
444
- right: import("@elaraai/east").NullType;
436
+ readonly domain: OptionType<ArrayType<import("@elaraai/east").FloatType>>;
437
+ readonly hide: OptionType<import("@elaraai/east").BooleanType>;
438
+ readonly axisLine: OptionType<import("@elaraai/east").BooleanType>;
439
+ readonly tickLine: OptionType<import("@elaraai/east").BooleanType>;
440
+ readonly tickMargin: OptionType<IntegerType>;
441
+ readonly strokeColor: OptionType<StringType>;
442
+ readonly orientation: OptionType<import("@elaraai/east").VariantType<{
443
+ readonly top: import("@elaraai/east").NullType;
444
+ readonly bottom: import("@elaraai/east").NullType;
445
+ readonly left: import("@elaraai/east").NullType;
446
+ readonly right: import("@elaraai/east").NullType;
445
447
  }>>;
446
- axisId: OptionType<StringType>;
448
+ readonly axisId: OptionType<StringType>;
447
449
  }>>;
448
- yAxis2: OptionType<StructType<{
449
- dataKey: OptionType<StringType>;
450
- label: OptionType<StringType>;
451
- tickFormat: OptionType<import("@elaraai/east").VariantType<{
452
- number: StructType<{
453
- minimumFractionDigits: OptionType<IntegerType>;
454
- maximumFractionDigits: OptionType<IntegerType>;
455
- signDisplay: OptionType<import("@elaraai/east").VariantType<{
456
- auto: import("@elaraai/east").NullType;
457
- never: import("@elaraai/east").NullType;
458
- always: import("@elaraai/east").NullType;
459
- exceptZero: import("@elaraai/east").NullType;
450
+ readonly yAxis2: OptionType<StructType<{
451
+ readonly dataKey: OptionType<StringType>;
452
+ readonly label: OptionType<StringType>;
453
+ readonly tickFormat: OptionType<import("@elaraai/east").VariantType<{
454
+ readonly number: StructType<{
455
+ readonly minimumFractionDigits: OptionType<IntegerType>;
456
+ readonly maximumFractionDigits: OptionType<IntegerType>;
457
+ readonly signDisplay: OptionType<import("@elaraai/east").VariantType<{
458
+ readonly auto: import("@elaraai/east").NullType;
459
+ readonly never: import("@elaraai/east").NullType;
460
+ readonly always: import("@elaraai/east").NullType;
461
+ readonly exceptZero: import("@elaraai/east").NullType;
460
462
  }>>;
461
463
  }>;
462
- currency: StructType<{
463
- currency: import("@elaraai/east").VariantType<{
464
- USD: import("@elaraai/east").NullType;
465
- EUR: import("@elaraai/east").NullType;
466
- GBP: import("@elaraai/east").NullType;
467
- JPY: import("@elaraai/east").NullType;
468
- CHF: import("@elaraai/east").NullType;
469
- CAD: import("@elaraai/east").NullType;
470
- AUD: import("@elaraai/east").NullType;
471
- NZD: import("@elaraai/east").NullType;
472
- CNY: import("@elaraai/east").NullType;
473
- HKD: import("@elaraai/east").NullType;
474
- SGD: import("@elaraai/east").NullType;
475
- KRW: import("@elaraai/east").NullType;
476
- INR: import("@elaraai/east").NullType;
477
- TWD: import("@elaraai/east").NullType;
478
- THB: import("@elaraai/east").NullType;
479
- MYR: import("@elaraai/east").NullType;
480
- IDR: import("@elaraai/east").NullType;
481
- PHP: import("@elaraai/east").NullType;
482
- VND: import("@elaraai/east").NullType;
483
- SEK: import("@elaraai/east").NullType;
484
- NOK: import("@elaraai/east").NullType;
485
- DKK: import("@elaraai/east").NullType;
486
- PLN: import("@elaraai/east").NullType;
487
- CZK: import("@elaraai/east").NullType;
488
- HUF: import("@elaraai/east").NullType;
489
- RUB: import("@elaraai/east").NullType;
490
- UAH: import("@elaraai/east").NullType;
491
- RON: import("@elaraai/east").NullType;
492
- MXN: import("@elaraai/east").NullType;
493
- BRL: import("@elaraai/east").NullType;
494
- ARS: import("@elaraai/east").NullType;
495
- CLP: import("@elaraai/east").NullType;
496
- COP: import("@elaraai/east").NullType;
497
- PEN: import("@elaraai/east").NullType;
498
- AED: import("@elaraai/east").NullType;
499
- SAR: import("@elaraai/east").NullType;
500
- ILS: import("@elaraai/east").NullType;
501
- ZAR: import("@elaraai/east").NullType;
502
- TRY: import("@elaraai/east").NullType;
503
- EGP: import("@elaraai/east").NullType;
504
- NGN: import("@elaraai/east").NullType;
505
- KES: import("@elaraai/east").NullType;
464
+ readonly currency: StructType<{
465
+ readonly currency: import("@elaraai/east").VariantType<{
466
+ readonly USD: import("@elaraai/east").NullType;
467
+ readonly EUR: import("@elaraai/east").NullType;
468
+ readonly GBP: import("@elaraai/east").NullType;
469
+ readonly JPY: import("@elaraai/east").NullType;
470
+ readonly CHF: import("@elaraai/east").NullType;
471
+ readonly CAD: import("@elaraai/east").NullType;
472
+ readonly AUD: import("@elaraai/east").NullType;
473
+ readonly NZD: import("@elaraai/east").NullType;
474
+ readonly CNY: import("@elaraai/east").NullType;
475
+ readonly HKD: import("@elaraai/east").NullType;
476
+ readonly SGD: import("@elaraai/east").NullType;
477
+ readonly KRW: import("@elaraai/east").NullType;
478
+ readonly INR: import("@elaraai/east").NullType;
479
+ readonly TWD: import("@elaraai/east").NullType;
480
+ readonly THB: import("@elaraai/east").NullType;
481
+ readonly MYR: import("@elaraai/east").NullType;
482
+ readonly IDR: import("@elaraai/east").NullType;
483
+ readonly PHP: import("@elaraai/east").NullType;
484
+ readonly VND: import("@elaraai/east").NullType;
485
+ readonly SEK: import("@elaraai/east").NullType;
486
+ readonly NOK: import("@elaraai/east").NullType;
487
+ readonly DKK: import("@elaraai/east").NullType;
488
+ readonly PLN: import("@elaraai/east").NullType;
489
+ readonly CZK: import("@elaraai/east").NullType;
490
+ readonly HUF: import("@elaraai/east").NullType;
491
+ readonly RUB: import("@elaraai/east").NullType;
492
+ readonly UAH: import("@elaraai/east").NullType;
493
+ readonly RON: import("@elaraai/east").NullType;
494
+ readonly MXN: import("@elaraai/east").NullType;
495
+ readonly BRL: import("@elaraai/east").NullType;
496
+ readonly ARS: import("@elaraai/east").NullType;
497
+ readonly CLP: import("@elaraai/east").NullType;
498
+ readonly COP: import("@elaraai/east").NullType;
499
+ readonly PEN: import("@elaraai/east").NullType;
500
+ readonly AED: import("@elaraai/east").NullType;
501
+ readonly SAR: import("@elaraai/east").NullType;
502
+ readonly ILS: import("@elaraai/east").NullType;
503
+ readonly ZAR: import("@elaraai/east").NullType;
504
+ readonly TRY: import("@elaraai/east").NullType;
505
+ readonly EGP: import("@elaraai/east").NullType;
506
+ readonly NGN: import("@elaraai/east").NullType;
507
+ readonly KES: import("@elaraai/east").NullType;
506
508
  }>;
507
- display: OptionType<import("@elaraai/east").VariantType<{
508
- code: import("@elaraai/east").NullType;
509
- symbol: import("@elaraai/east").NullType;
510
- narrowSymbol: import("@elaraai/east").NullType;
511
- name: import("@elaraai/east").NullType;
509
+ readonly display: OptionType<import("@elaraai/east").VariantType<{
510
+ readonly code: import("@elaraai/east").NullType;
511
+ readonly symbol: import("@elaraai/east").NullType;
512
+ readonly narrowSymbol: import("@elaraai/east").NullType;
513
+ readonly name: import("@elaraai/east").NullType;
512
514
  }>>;
513
- minimumFractionDigits: OptionType<IntegerType>;
514
- maximumFractionDigits: OptionType<IntegerType>;
515
+ readonly minimumFractionDigits: OptionType<IntegerType>;
516
+ readonly maximumFractionDigits: OptionType<IntegerType>;
515
517
  }>;
516
- percent: StructType<{
517
- minimumFractionDigits: OptionType<IntegerType>;
518
- maximumFractionDigits: OptionType<IntegerType>;
519
- signDisplay: OptionType<import("@elaraai/east").VariantType<{
520
- auto: import("@elaraai/east").NullType;
521
- never: import("@elaraai/east").NullType;
522
- always: import("@elaraai/east").NullType;
523
- exceptZero: import("@elaraai/east").NullType;
518
+ readonly percent: StructType<{
519
+ readonly minimumFractionDigits: OptionType<IntegerType>;
520
+ readonly maximumFractionDigits: OptionType<IntegerType>;
521
+ readonly signDisplay: OptionType<import("@elaraai/east").VariantType<{
522
+ readonly auto: import("@elaraai/east").NullType;
523
+ readonly never: import("@elaraai/east").NullType;
524
+ readonly always: import("@elaraai/east").NullType;
525
+ readonly exceptZero: import("@elaraai/east").NullType;
524
526
  }>>;
525
527
  }>;
526
- compact: StructType<{
527
- display: OptionType<import("@elaraai/east").VariantType<{
528
- short: import("@elaraai/east").NullType;
529
- long: import("@elaraai/east").NullType;
528
+ readonly compact: StructType<{
529
+ readonly display: OptionType<import("@elaraai/east").VariantType<{
530
+ readonly short: import("@elaraai/east").NullType;
531
+ readonly long: import("@elaraai/east").NullType;
530
532
  }>>;
531
533
  }>;
532
- unit: StructType<{
533
- unit: import("@elaraai/east").VariantType<{
534
- bit: import("@elaraai/east").NullType;
535
- byte: import("@elaraai/east").NullType;
536
- kilobit: import("@elaraai/east").NullType;
537
- kilobyte: import("@elaraai/east").NullType;
538
- megabit: import("@elaraai/east").NullType;
539
- megabyte: import("@elaraai/east").NullType;
540
- gigabit: import("@elaraai/east").NullType;
541
- gigabyte: import("@elaraai/east").NullType;
542
- terabit: import("@elaraai/east").NullType;
543
- terabyte: import("@elaraai/east").NullType;
544
- petabyte: import("@elaraai/east").NullType;
545
- nanosecond: import("@elaraai/east").NullType;
546
- microsecond: import("@elaraai/east").NullType;
547
- millisecond: import("@elaraai/east").NullType;
548
- second: import("@elaraai/east").NullType;
549
- minute: import("@elaraai/east").NullType;
550
- hour: import("@elaraai/east").NullType;
551
- day: import("@elaraai/east").NullType;
552
- week: import("@elaraai/east").NullType;
553
- month: import("@elaraai/east").NullType;
554
- year: import("@elaraai/east").NullType;
555
- millimeter: import("@elaraai/east").NullType;
556
- centimeter: import("@elaraai/east").NullType;
557
- meter: import("@elaraai/east").NullType;
558
- kilometer: import("@elaraai/east").NullType;
559
- inch: import("@elaraai/east").NullType;
560
- foot: import("@elaraai/east").NullType;
561
- yard: import("@elaraai/east").NullType;
562
- mile: import("@elaraai/east").NullType;
563
- gram: import("@elaraai/east").NullType;
564
- kilogram: import("@elaraai/east").NullType;
565
- milligram: import("@elaraai/east").NullType;
566
- ounce: import("@elaraai/east").NullType;
567
- pound: import("@elaraai/east").NullType;
568
- stone: import("@elaraai/east").NullType;
569
- celsius: import("@elaraai/east").NullType;
570
- fahrenheit: import("@elaraai/east").NullType;
571
- milliliter: import("@elaraai/east").NullType;
572
- liter: import("@elaraai/east").NullType;
573
- gallon: import("@elaraai/east").NullType;
574
- fluidOunce: import("@elaraai/east").NullType;
575
- acre: import("@elaraai/east").NullType;
576
- hectare: import("@elaraai/east").NullType;
577
- meterPerSecond: import("@elaraai/east").NullType;
578
- kilometerPerHour: import("@elaraai/east").NullType;
579
- milePerHour: import("@elaraai/east").NullType;
580
- percent: import("@elaraai/east").NullType;
581
- degree: import("@elaraai/east").NullType;
534
+ readonly unit: StructType<{
535
+ readonly unit: import("@elaraai/east").VariantType<{
536
+ readonly bit: import("@elaraai/east").NullType;
537
+ readonly byte: import("@elaraai/east").NullType;
538
+ readonly kilobit: import("@elaraai/east").NullType;
539
+ readonly kilobyte: import("@elaraai/east").NullType;
540
+ readonly megabit: import("@elaraai/east").NullType;
541
+ readonly megabyte: import("@elaraai/east").NullType;
542
+ readonly gigabit: import("@elaraai/east").NullType;
543
+ readonly gigabyte: import("@elaraai/east").NullType;
544
+ readonly terabit: import("@elaraai/east").NullType;
545
+ readonly terabyte: import("@elaraai/east").NullType;
546
+ readonly petabyte: import("@elaraai/east").NullType;
547
+ readonly nanosecond: import("@elaraai/east").NullType;
548
+ readonly microsecond: import("@elaraai/east").NullType;
549
+ readonly millisecond: import("@elaraai/east").NullType;
550
+ readonly second: import("@elaraai/east").NullType;
551
+ readonly minute: import("@elaraai/east").NullType;
552
+ readonly hour: import("@elaraai/east").NullType;
553
+ readonly day: import("@elaraai/east").NullType;
554
+ readonly week: import("@elaraai/east").NullType;
555
+ readonly month: import("@elaraai/east").NullType;
556
+ readonly year: import("@elaraai/east").NullType;
557
+ readonly millimeter: import("@elaraai/east").NullType;
558
+ readonly centimeter: import("@elaraai/east").NullType;
559
+ readonly meter: import("@elaraai/east").NullType;
560
+ readonly kilometer: import("@elaraai/east").NullType;
561
+ readonly inch: import("@elaraai/east").NullType;
562
+ readonly foot: import("@elaraai/east").NullType;
563
+ readonly yard: import("@elaraai/east").NullType;
564
+ readonly mile: import("@elaraai/east").NullType;
565
+ readonly gram: import("@elaraai/east").NullType;
566
+ readonly kilogram: import("@elaraai/east").NullType;
567
+ readonly milligram: import("@elaraai/east").NullType;
568
+ readonly ounce: import("@elaraai/east").NullType;
569
+ readonly pound: import("@elaraai/east").NullType;
570
+ readonly stone: import("@elaraai/east").NullType;
571
+ readonly celsius: import("@elaraai/east").NullType;
572
+ readonly fahrenheit: import("@elaraai/east").NullType;
573
+ readonly milliliter: import("@elaraai/east").NullType;
574
+ readonly liter: import("@elaraai/east").NullType;
575
+ readonly gallon: import("@elaraai/east").NullType;
576
+ readonly fluidOunce: import("@elaraai/east").NullType;
577
+ readonly acre: import("@elaraai/east").NullType;
578
+ readonly hectare: import("@elaraai/east").NullType;
579
+ readonly meterPerSecond: import("@elaraai/east").NullType;
580
+ readonly kilometerPerHour: import("@elaraai/east").NullType;
581
+ readonly milePerHour: import("@elaraai/east").NullType;
582
+ readonly percent: import("@elaraai/east").NullType;
583
+ readonly degree: import("@elaraai/east").NullType;
582
584
  }>;
583
- display: OptionType<import("@elaraai/east").VariantType<{
584
- short: import("@elaraai/east").NullType;
585
- narrow: import("@elaraai/east").NullType;
586
- long: import("@elaraai/east").NullType;
585
+ readonly display: OptionType<import("@elaraai/east").VariantType<{
586
+ readonly short: import("@elaraai/east").NullType;
587
+ readonly narrow: import("@elaraai/east").NullType;
588
+ readonly long: import("@elaraai/east").NullType;
587
589
  }>>;
588
590
  }>;
589
- scientific: import("@elaraai/east").NullType;
590
- engineering: import("@elaraai/east").NullType;
591
- date: StructType<{
592
- style: OptionType<import("@elaraai/east").VariantType<{
593
- full: import("@elaraai/east").NullType;
594
- long: import("@elaraai/east").NullType;
595
- medium: import("@elaraai/east").NullType;
596
- short: import("@elaraai/east").NullType;
591
+ readonly scientific: import("@elaraai/east").NullType;
592
+ readonly engineering: import("@elaraai/east").NullType;
593
+ readonly date: StructType<{
594
+ readonly style: OptionType<import("@elaraai/east").VariantType<{
595
+ readonly full: import("@elaraai/east").NullType;
596
+ readonly long: import("@elaraai/east").NullType;
597
+ readonly medium: import("@elaraai/east").NullType;
598
+ readonly short: import("@elaraai/east").NullType;
597
599
  }>>;
598
600
  }>;
599
- time: StructType<{
600
- style: OptionType<import("@elaraai/east").VariantType<{
601
- full: import("@elaraai/east").NullType;
602
- long: import("@elaraai/east").NullType;
603
- medium: import("@elaraai/east").NullType;
604
- short: import("@elaraai/east").NullType;
601
+ readonly time: StructType<{
602
+ readonly style: OptionType<import("@elaraai/east").VariantType<{
603
+ readonly full: import("@elaraai/east").NullType;
604
+ readonly long: import("@elaraai/east").NullType;
605
+ readonly medium: import("@elaraai/east").NullType;
606
+ readonly short: import("@elaraai/east").NullType;
605
607
  }>>;
606
- hour12: OptionType<import("@elaraai/east").BooleanType>;
608
+ readonly hour12: OptionType<import("@elaraai/east").BooleanType>;
607
609
  }>;
608
- datetime: StructType<{
609
- dateStyle: OptionType<import("@elaraai/east").VariantType<{
610
- full: import("@elaraai/east").NullType;
611
- long: import("@elaraai/east").NullType;
612
- medium: import("@elaraai/east").NullType;
613
- short: import("@elaraai/east").NullType;
610
+ readonly datetime: StructType<{
611
+ readonly dateStyle: OptionType<import("@elaraai/east").VariantType<{
612
+ readonly full: import("@elaraai/east").NullType;
613
+ readonly long: import("@elaraai/east").NullType;
614
+ readonly medium: import("@elaraai/east").NullType;
615
+ readonly short: import("@elaraai/east").NullType;
614
616
  }>>;
615
- timeStyle: OptionType<import("@elaraai/east").VariantType<{
616
- full: import("@elaraai/east").NullType;
617
- long: import("@elaraai/east").NullType;
618
- medium: import("@elaraai/east").NullType;
619
- short: import("@elaraai/east").NullType;
617
+ readonly timeStyle: OptionType<import("@elaraai/east").VariantType<{
618
+ readonly full: import("@elaraai/east").NullType;
619
+ readonly long: import("@elaraai/east").NullType;
620
+ readonly medium: import("@elaraai/east").NullType;
621
+ readonly short: import("@elaraai/east").NullType;
620
622
  }>>;
621
- hour12: OptionType<import("@elaraai/east").BooleanType>;
623
+ readonly hour12: OptionType<import("@elaraai/east").BooleanType>;
622
624
  }>;
623
625
  }>>;
624
- domain: OptionType<ArrayType<import("@elaraai/east").FloatType>>;
625
- hide: OptionType<import("@elaraai/east").BooleanType>;
626
- axisLine: OptionType<import("@elaraai/east").BooleanType>;
627
- tickLine: OptionType<import("@elaraai/east").BooleanType>;
628
- tickMargin: OptionType<IntegerType>;
629
- strokeColor: OptionType<StringType>;
630
- orientation: OptionType<import("@elaraai/east").VariantType<{
631
- top: import("@elaraai/east").NullType;
632
- bottom: import("@elaraai/east").NullType;
633
- left: import("@elaraai/east").NullType;
634
- right: import("@elaraai/east").NullType;
626
+ readonly domain: OptionType<ArrayType<import("@elaraai/east").FloatType>>;
627
+ readonly hide: OptionType<import("@elaraai/east").BooleanType>;
628
+ readonly axisLine: OptionType<import("@elaraai/east").BooleanType>;
629
+ readonly tickLine: OptionType<import("@elaraai/east").BooleanType>;
630
+ readonly tickMargin: OptionType<IntegerType>;
631
+ readonly strokeColor: OptionType<StringType>;
632
+ readonly orientation: OptionType<import("@elaraai/east").VariantType<{
633
+ readonly top: import("@elaraai/east").NullType;
634
+ readonly bottom: import("@elaraai/east").NullType;
635
+ readonly left: import("@elaraai/east").NullType;
636
+ readonly right: import("@elaraai/east").NullType;
635
637
  }>>;
636
- axisId: OptionType<StringType>;
638
+ readonly axisId: OptionType<StringType>;
637
639
  }>>;
638
- xDataKey: OptionType<StringType>;
639
- yDataKey: OptionType<StringType>;
640
- grid: OptionType<StructType<{
641
- show: OptionType<import("@elaraai/east").BooleanType>;
642
- vertical: OptionType<import("@elaraai/east").BooleanType>;
643
- horizontal: OptionType<import("@elaraai/east").BooleanType>;
644
- strokeColor: OptionType<StringType>;
645
- strokeDasharray: OptionType<StringType>;
640
+ readonly xDataKey: OptionType<StringType>;
641
+ readonly yDataKey: OptionType<StringType>;
642
+ readonly grid: OptionType<StructType<{
643
+ readonly show: OptionType<import("@elaraai/east").BooleanType>;
644
+ readonly vertical: OptionType<import("@elaraai/east").BooleanType>;
645
+ readonly horizontal: OptionType<import("@elaraai/east").BooleanType>;
646
+ readonly strokeColor: OptionType<StringType>;
647
+ readonly strokeDasharray: OptionType<StringType>;
646
648
  }>>;
647
- tooltip: OptionType<StructType<{
648
- show: OptionType<import("@elaraai/east").BooleanType>;
649
- cursor: OptionType<import("@elaraai/east").VariantType<{
650
- none: import("@elaraai/east").NullType;
651
- crosshair: StringType;
652
- fill: StringType;
649
+ readonly tooltip: OptionType<StructType<{
650
+ readonly show: OptionType<import("@elaraai/east").BooleanType>;
651
+ readonly cursor: OptionType<import("@elaraai/east").VariantType<{
652
+ readonly none: import("@elaraai/east").NullType;
653
+ readonly crosshair: StringType;
654
+ readonly fill: StringType;
653
655
  }>>;
654
- animationDuration: OptionType<IntegerType>;
656
+ readonly animationDuration: OptionType<IntegerType>;
655
657
  }>>;
656
- legend: OptionType<StructType<{
657
- show: OptionType<import("@elaraai/east").BooleanType>;
658
- layout: OptionType<import("@elaraai/east").VariantType<{
659
- horizontal: import("@elaraai/east").NullType;
660
- vertical: import("@elaraai/east").NullType;
658
+ readonly legend: OptionType<StructType<{
659
+ readonly show: OptionType<import("@elaraai/east").BooleanType>;
660
+ readonly layout: OptionType<import("@elaraai/east").VariantType<{
661
+ readonly horizontal: import("@elaraai/east").NullType;
662
+ readonly vertical: import("@elaraai/east").NullType;
661
663
  }>>;
662
- align: OptionType<import("@elaraai/east").VariantType<{
663
- left: import("@elaraai/east").NullType;
664
- center: import("@elaraai/east").NullType;
665
- right: import("@elaraai/east").NullType;
664
+ readonly align: OptionType<import("@elaraai/east").VariantType<{
665
+ readonly left: import("@elaraai/east").NullType;
666
+ readonly center: import("@elaraai/east").NullType;
667
+ readonly right: import("@elaraai/east").NullType;
666
668
  }>>;
667
- verticalAlign: OptionType<import("@elaraai/east").VariantType<{
668
- top: import("@elaraai/east").NullType;
669
- middle: import("@elaraai/east").NullType;
670
- bottom: import("@elaraai/east").NullType;
669
+ readonly verticalAlign: OptionType<import("@elaraai/east").VariantType<{
670
+ readonly top: import("@elaraai/east").NullType;
671
+ readonly middle: import("@elaraai/east").NullType;
672
+ readonly bottom: import("@elaraai/east").NullType;
671
673
  }>>;
672
674
  }>>;
673
- margin: OptionType<StructType<{
674
- top: OptionType<IntegerType>;
675
- right: OptionType<IntegerType>;
676
- bottom: OptionType<IntegerType>;
677
- left: OptionType<IntegerType>;
675
+ readonly margin: OptionType<StructType<{
676
+ readonly top: OptionType<IntegerType>;
677
+ readonly right: OptionType<IntegerType>;
678
+ readonly bottom: OptionType<IntegerType>;
679
+ readonly left: OptionType<IntegerType>;
678
680
  }>>;
679
- pointSize: OptionType<IntegerType>;
680
- referenceLines: OptionType<ArrayType<StructType<{
681
- x: OptionType<import("@elaraai/east").VariantType<{
682
- Null: import("@elaraai/east").NullType;
683
- Boolean: import("@elaraai/east").BooleanType;
684
- Integer: IntegerType;
685
- Float: import("@elaraai/east").FloatType;
686
- String: StringType;
687
- DateTime: import("@elaraai/east").DateTimeType;
688
- Blob: import("@elaraai/east").BlobType;
681
+ readonly pointSize: OptionType<IntegerType>;
682
+ readonly referenceLines: OptionType<ArrayType<StructType<{
683
+ readonly x: OptionType<import("@elaraai/east").VariantType<{
684
+ readonly Null: import("@elaraai/east").NullType;
685
+ readonly Boolean: import("@elaraai/east").BooleanType;
686
+ readonly Integer: IntegerType;
687
+ readonly Float: import("@elaraai/east").FloatType;
688
+ readonly String: StringType;
689
+ readonly DateTime: import("@elaraai/east").DateTimeType;
690
+ readonly Blob: import("@elaraai/east").BlobType;
689
691
  }>>;
690
- y: OptionType<import("@elaraai/east").VariantType<{
691
- Null: import("@elaraai/east").NullType;
692
- Boolean: import("@elaraai/east").BooleanType;
693
- Integer: IntegerType;
694
- Float: import("@elaraai/east").FloatType;
695
- String: StringType;
696
- DateTime: import("@elaraai/east").DateTimeType;
697
- Blob: import("@elaraai/east").BlobType;
692
+ readonly y: OptionType<import("@elaraai/east").VariantType<{
693
+ readonly Null: import("@elaraai/east").NullType;
694
+ readonly Boolean: import("@elaraai/east").BooleanType;
695
+ readonly Integer: IntegerType;
696
+ readonly Float: import("@elaraai/east").FloatType;
697
+ readonly String: StringType;
698
+ readonly DateTime: import("@elaraai/east").DateTimeType;
699
+ readonly Blob: import("@elaraai/east").BlobType;
698
700
  }>>;
699
- stroke: OptionType<StringType>;
700
- strokeWidth: OptionType<IntegerType>;
701
- strokeDasharray: OptionType<StringType>;
702
- label: OptionType<StringType>;
703
- labelPosition: OptionType<import("@elaraai/east").VariantType<{
704
- top: import("@elaraai/east").NullType;
705
- bottom: import("@elaraai/east").NullType;
706
- left: import("@elaraai/east").NullType;
707
- right: import("@elaraai/east").NullType;
708
- center: import("@elaraai/east").NullType;
709
- insideTop: import("@elaraai/east").NullType;
710
- insideBottom: import("@elaraai/east").NullType;
711
- insideLeft: import("@elaraai/east").NullType;
712
- insideRight: import("@elaraai/east").NullType;
713
- insideTopLeft: import("@elaraai/east").NullType;
714
- insideTopRight: import("@elaraai/east").NullType;
715
- insideBottomLeft: import("@elaraai/east").NullType;
716
- insideBottomRight: import("@elaraai/east").NullType;
701
+ readonly stroke: OptionType<StringType>;
702
+ readonly strokeWidth: OptionType<IntegerType>;
703
+ readonly strokeDasharray: OptionType<StringType>;
704
+ readonly label: OptionType<StringType>;
705
+ readonly labelPosition: OptionType<import("@elaraai/east").VariantType<{
706
+ readonly top: import("@elaraai/east").NullType;
707
+ readonly bottom: import("@elaraai/east").NullType;
708
+ readonly left: import("@elaraai/east").NullType;
709
+ readonly right: import("@elaraai/east").NullType;
710
+ readonly center: import("@elaraai/east").NullType;
711
+ readonly insideTop: import("@elaraai/east").NullType;
712
+ readonly insideBottom: import("@elaraai/east").NullType;
713
+ readonly insideLeft: import("@elaraai/east").NullType;
714
+ readonly insideRight: import("@elaraai/east").NullType;
715
+ readonly insideTopLeft: import("@elaraai/east").NullType;
716
+ readonly insideTopRight: import("@elaraai/east").NullType;
717
+ readonly insideBottomLeft: import("@elaraai/east").NullType;
718
+ readonly insideBottomRight: import("@elaraai/east").NullType;
717
719
  }>>;
718
- labelOffset: OptionType<IntegerType>;
719
- ifOverflow: OptionType<import("@elaraai/east").VariantType<{
720
- discard: import("@elaraai/east").NullType;
721
- hidden: import("@elaraai/east").NullType;
722
- visible: import("@elaraai/east").NullType;
723
- extendDomain: import("@elaraai/east").NullType;
720
+ readonly labelOffset: OptionType<IntegerType>;
721
+ readonly ifOverflow: OptionType<import("@elaraai/east").VariantType<{
722
+ readonly discard: import("@elaraai/east").NullType;
723
+ readonly hidden: import("@elaraai/east").NullType;
724
+ readonly visible: import("@elaraai/east").NullType;
725
+ readonly extendDomain: import("@elaraai/east").NullType;
724
726
  }>>;
725
727
  }>>>;
726
- referenceDots: OptionType<ArrayType<StructType<{
727
- x: import("@elaraai/east").VariantType<{
728
- Null: import("@elaraai/east").NullType;
729
- Boolean: import("@elaraai/east").BooleanType;
730
- Integer: IntegerType;
731
- Float: import("@elaraai/east").FloatType;
732
- String: StringType;
733
- DateTime: import("@elaraai/east").DateTimeType;
734
- Blob: import("@elaraai/east").BlobType;
728
+ readonly referenceDots: OptionType<ArrayType<StructType<{
729
+ readonly x: import("@elaraai/east").VariantType<{
730
+ readonly Null: import("@elaraai/east").NullType;
731
+ readonly Boolean: import("@elaraai/east").BooleanType;
732
+ readonly Integer: IntegerType;
733
+ readonly Float: import("@elaraai/east").FloatType;
734
+ readonly String: StringType;
735
+ readonly DateTime: import("@elaraai/east").DateTimeType;
736
+ readonly Blob: import("@elaraai/east").BlobType;
735
737
  }>;
736
- y: import("@elaraai/east").VariantType<{
737
- Null: import("@elaraai/east").NullType;
738
- Boolean: import("@elaraai/east").BooleanType;
739
- Integer: IntegerType;
740
- Float: import("@elaraai/east").FloatType;
741
- String: StringType;
742
- DateTime: import("@elaraai/east").DateTimeType;
743
- Blob: import("@elaraai/east").BlobType;
738
+ readonly y: import("@elaraai/east").VariantType<{
739
+ readonly Null: import("@elaraai/east").NullType;
740
+ readonly Boolean: import("@elaraai/east").BooleanType;
741
+ readonly Integer: IntegerType;
742
+ readonly Float: import("@elaraai/east").FloatType;
743
+ readonly String: StringType;
744
+ readonly DateTime: import("@elaraai/east").DateTimeType;
745
+ readonly Blob: import("@elaraai/east").BlobType;
744
746
  }>;
745
- r: OptionType<IntegerType>;
746
- fill: OptionType<StringType>;
747
- stroke: OptionType<StringType>;
748
- strokeWidth: OptionType<IntegerType>;
749
- label: OptionType<StringType>;
750
- labelPosition: OptionType<import("@elaraai/east").VariantType<{
751
- top: import("@elaraai/east").NullType;
752
- bottom: import("@elaraai/east").NullType;
753
- left: import("@elaraai/east").NullType;
754
- right: import("@elaraai/east").NullType;
755
- center: import("@elaraai/east").NullType;
756
- insideTop: import("@elaraai/east").NullType;
757
- insideBottom: import("@elaraai/east").NullType;
758
- insideLeft: import("@elaraai/east").NullType;
759
- insideRight: import("@elaraai/east").NullType;
760
- insideTopLeft: import("@elaraai/east").NullType;
761
- insideTopRight: import("@elaraai/east").NullType;
762
- insideBottomLeft: import("@elaraai/east").NullType;
763
- insideBottomRight: import("@elaraai/east").NullType;
747
+ readonly r: OptionType<IntegerType>;
748
+ readonly fill: OptionType<StringType>;
749
+ readonly stroke: OptionType<StringType>;
750
+ readonly strokeWidth: OptionType<IntegerType>;
751
+ readonly label: OptionType<StringType>;
752
+ readonly labelPosition: OptionType<import("@elaraai/east").VariantType<{
753
+ readonly top: import("@elaraai/east").NullType;
754
+ readonly bottom: import("@elaraai/east").NullType;
755
+ readonly left: import("@elaraai/east").NullType;
756
+ readonly right: import("@elaraai/east").NullType;
757
+ readonly center: import("@elaraai/east").NullType;
758
+ readonly insideTop: import("@elaraai/east").NullType;
759
+ readonly insideBottom: import("@elaraai/east").NullType;
760
+ readonly insideLeft: import("@elaraai/east").NullType;
761
+ readonly insideRight: import("@elaraai/east").NullType;
762
+ readonly insideTopLeft: import("@elaraai/east").NullType;
763
+ readonly insideTopRight: import("@elaraai/east").NullType;
764
+ readonly insideBottomLeft: import("@elaraai/east").NullType;
765
+ readonly insideBottomRight: import("@elaraai/east").NullType;
764
766
  }>>;
765
- labelOffset: OptionType<IntegerType>;
766
- ifOverflow: OptionType<import("@elaraai/east").VariantType<{
767
- discard: import("@elaraai/east").NullType;
768
- hidden: import("@elaraai/east").NullType;
769
- visible: import("@elaraai/east").NullType;
770
- extendDomain: import("@elaraai/east").NullType;
767
+ readonly labelOffset: OptionType<IntegerType>;
768
+ readonly ifOverflow: OptionType<import("@elaraai/east").VariantType<{
769
+ readonly discard: import("@elaraai/east").NullType;
770
+ readonly hidden: import("@elaraai/east").NullType;
771
+ readonly visible: import("@elaraai/east").NullType;
772
+ readonly extendDomain: import("@elaraai/east").NullType;
771
773
  }>>;
772
774
  }>>>;
773
- referenceAreas: OptionType<ArrayType<StructType<{
774
- x1: OptionType<import("@elaraai/east").VariantType<{
775
- Null: import("@elaraai/east").NullType;
776
- Boolean: import("@elaraai/east").BooleanType;
777
- Integer: IntegerType;
778
- Float: import("@elaraai/east").FloatType;
779
- String: StringType;
780
- DateTime: import("@elaraai/east").DateTimeType;
781
- Blob: import("@elaraai/east").BlobType;
775
+ readonly referenceAreas: OptionType<ArrayType<StructType<{
776
+ readonly x1: OptionType<import("@elaraai/east").VariantType<{
777
+ readonly Null: import("@elaraai/east").NullType;
778
+ readonly Boolean: import("@elaraai/east").BooleanType;
779
+ readonly Integer: IntegerType;
780
+ readonly Float: import("@elaraai/east").FloatType;
781
+ readonly String: StringType;
782
+ readonly DateTime: import("@elaraai/east").DateTimeType;
783
+ readonly Blob: import("@elaraai/east").BlobType;
782
784
  }>>;
783
- x2: OptionType<import("@elaraai/east").VariantType<{
784
- Null: import("@elaraai/east").NullType;
785
- Boolean: import("@elaraai/east").BooleanType;
786
- Integer: IntegerType;
787
- Float: import("@elaraai/east").FloatType;
788
- String: StringType;
789
- DateTime: import("@elaraai/east").DateTimeType;
790
- Blob: import("@elaraai/east").BlobType;
785
+ readonly x2: OptionType<import("@elaraai/east").VariantType<{
786
+ readonly Null: import("@elaraai/east").NullType;
787
+ readonly Boolean: import("@elaraai/east").BooleanType;
788
+ readonly Integer: IntegerType;
789
+ readonly Float: import("@elaraai/east").FloatType;
790
+ readonly String: StringType;
791
+ readonly DateTime: import("@elaraai/east").DateTimeType;
792
+ readonly Blob: import("@elaraai/east").BlobType;
791
793
  }>>;
792
- y1: OptionType<import("@elaraai/east").VariantType<{
793
- Null: import("@elaraai/east").NullType;
794
- Boolean: import("@elaraai/east").BooleanType;
795
- Integer: IntegerType;
796
- Float: import("@elaraai/east").FloatType;
797
- String: StringType;
798
- DateTime: import("@elaraai/east").DateTimeType;
799
- Blob: import("@elaraai/east").BlobType;
794
+ readonly y1: OptionType<import("@elaraai/east").VariantType<{
795
+ readonly Null: import("@elaraai/east").NullType;
796
+ readonly Boolean: import("@elaraai/east").BooleanType;
797
+ readonly Integer: IntegerType;
798
+ readonly Float: import("@elaraai/east").FloatType;
799
+ readonly String: StringType;
800
+ readonly DateTime: import("@elaraai/east").DateTimeType;
801
+ readonly Blob: import("@elaraai/east").BlobType;
800
802
  }>>;
801
- y2: OptionType<import("@elaraai/east").VariantType<{
802
- Null: import("@elaraai/east").NullType;
803
- Boolean: import("@elaraai/east").BooleanType;
804
- Integer: IntegerType;
805
- Float: import("@elaraai/east").FloatType;
806
- String: StringType;
807
- DateTime: import("@elaraai/east").DateTimeType;
808
- Blob: import("@elaraai/east").BlobType;
803
+ readonly y2: OptionType<import("@elaraai/east").VariantType<{
804
+ readonly Null: import("@elaraai/east").NullType;
805
+ readonly Boolean: import("@elaraai/east").BooleanType;
806
+ readonly Integer: IntegerType;
807
+ readonly Float: import("@elaraai/east").FloatType;
808
+ readonly String: StringType;
809
+ readonly DateTime: import("@elaraai/east").DateTimeType;
810
+ readonly Blob: import("@elaraai/east").BlobType;
809
811
  }>>;
810
- fill: OptionType<StringType>;
811
- fillOpacity: OptionType<import("@elaraai/east").FloatType>;
812
- stroke: OptionType<StringType>;
813
- label: OptionType<StringType>;
814
- labelPosition: OptionType<import("@elaraai/east").VariantType<{
815
- top: import("@elaraai/east").NullType;
816
- bottom: import("@elaraai/east").NullType;
817
- left: import("@elaraai/east").NullType;
818
- right: import("@elaraai/east").NullType;
819
- center: import("@elaraai/east").NullType;
820
- insideTop: import("@elaraai/east").NullType;
821
- insideBottom: import("@elaraai/east").NullType;
822
- insideLeft: import("@elaraai/east").NullType;
823
- insideRight: import("@elaraai/east").NullType;
824
- insideTopLeft: import("@elaraai/east").NullType;
825
- insideTopRight: import("@elaraai/east").NullType;
826
- insideBottomLeft: import("@elaraai/east").NullType;
827
- insideBottomRight: import("@elaraai/east").NullType;
812
+ readonly fill: OptionType<StringType>;
813
+ readonly fillOpacity: OptionType<import("@elaraai/east").FloatType>;
814
+ readonly stroke: OptionType<StringType>;
815
+ readonly label: OptionType<StringType>;
816
+ readonly labelPosition: OptionType<import("@elaraai/east").VariantType<{
817
+ readonly top: import("@elaraai/east").NullType;
818
+ readonly bottom: import("@elaraai/east").NullType;
819
+ readonly left: import("@elaraai/east").NullType;
820
+ readonly right: import("@elaraai/east").NullType;
821
+ readonly center: import("@elaraai/east").NullType;
822
+ readonly insideTop: import("@elaraai/east").NullType;
823
+ readonly insideBottom: import("@elaraai/east").NullType;
824
+ readonly insideLeft: import("@elaraai/east").NullType;
825
+ readonly insideRight: import("@elaraai/east").NullType;
826
+ readonly insideTopLeft: import("@elaraai/east").NullType;
827
+ readonly insideTopRight: import("@elaraai/east").NullType;
828
+ readonly insideBottomLeft: import("@elaraai/east").NullType;
829
+ readonly insideBottomRight: import("@elaraai/east").NullType;
828
830
  }>>;
829
- labelOffset: OptionType<IntegerType>;
830
- ifOverflow: OptionType<import("@elaraai/east").VariantType<{
831
- discard: import("@elaraai/east").NullType;
832
- hidden: import("@elaraai/east").NullType;
833
- visible: import("@elaraai/east").NullType;
834
- extendDomain: import("@elaraai/east").NullType;
831
+ readonly labelOffset: OptionType<IntegerType>;
832
+ readonly ifOverflow: OptionType<import("@elaraai/east").VariantType<{
833
+ readonly discard: import("@elaraai/east").NullType;
834
+ readonly hidden: import("@elaraai/east").NullType;
835
+ readonly visible: import("@elaraai/east").NullType;
836
+ readonly extendDomain: import("@elaraai/east").NullType;
835
837
  }>>;
836
838
  }>>>;
837
839
  }>;
@@ -844,7 +846,7 @@ export type ScatterChartType = typeof ScatterChartType;
844
846
  *
845
847
  * @typeParam NumericKey - Union of numeric field keys from the data struct
846
848
  */
847
- export interface ScatterChartStyle<NumericKey extends string = string> extends BaseChartStyle {
849
+ export interface ScatterChartStyle<NumericKey extends string = string, DataKey extends string = string> extends BaseChartStyle {
848
850
  /** X-axis configuration */
849
851
  xAxis?: ChartAxisStyle<NumericKey>;
850
852
  /** Y-axis configuration (primary, left side) */
@@ -853,6 +855,10 @@ export interface ScatterChartStyle<NumericKey extends string = string> extends B
853
855
  yAxis2?: ChartAxisStyle<NumericKey>;
854
856
  /** Size of scatter points */
855
857
  pointSize?: SubtypeExprOrValue<IntegerType>;
858
+ /** Field name containing series identifiers (enables pivot/long format data) */
859
+ pivotKey?: DataKey;
860
+ /** Field name for Y values (required when using pivotKey) */
861
+ valueKey?: NumericKey;
856
862
  /** Reference lines (horizontal/vertical lines at specific values) */
857
863
  referenceLines?: ReferenceLineStyle[];
858
864
  /** Reference dots (markers at specific x,y coordinates) */
@@ -866,7 +872,7 @@ export interface ScatterChartStyle<NumericKey extends string = string> extends B
866
872
  * @typeParam NumericKey - Union of numeric field keys (for axes and valueKey)
867
873
  * @typeParam SeriesKey - Union of series names (record keys)
868
874
  */
869
- export interface ScatterChartMultiStyle<NumericKey extends string = string, SeriesKey extends string = string> extends BaseChartStyle {
875
+ export interface ScatterChartMultiStyle<NumericKey extends string = string, DataKey extends string = string, SeriesKey extends string = string> extends BaseChartStyle {
870
876
  /** X-axis configuration */
871
877
  xAxis?: ChartAxisStyle<NumericKey>;
872
878
  /** Y-axis configuration (primary, left side) */
@@ -877,6 +883,8 @@ export interface ScatterChartMultiStyle<NumericKey extends string = string, Seri
877
883
  pointSize?: SubtypeExprOrValue<IntegerType>;
878
884
  /** Field name containing Y values in each series array (must be numeric) */
879
885
  valueKey: NumericKey;
886
+ /** Field name containing series identifiers (enables pivot/long format data within each record) */
887
+ pivotKey?: DataKey;
880
888
  /** Per-series configuration (keyed by series name) */
881
889
  series?: {
882
890
  [K in SeriesKey]?: ScatterChartSeriesConfig;
@@ -907,5 +915,7 @@ export interface ScatterChartSeriesConfig {
907
915
  fill?: SubtypeExprOrValue<StringType>;
908
916
  /** Y-axis binding (left = primary yAxis, right = secondary yAxis2) */
909
917
  yAxisId?: SubtypeExprOrValue<YAxisIdType> | YAxisIdLiteral;
918
+ /** Mapping of pivot key values to colors (used with pivotKey) */
919
+ pivotColors?: SubtypeExprOrValue<DictTypeType<StringType, StringType>>;
910
920
  }
911
921
  //# sourceMappingURL=types.d.ts.map