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