@elaraai/east-ui 0.0.1-beta.18 → 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.
- package/dist/src/buttons/button/index.d.ts +54 -54
- package/dist/src/buttons/button/types.d.ts +54 -54
- package/dist/src/buttons/icon-button/index.d.ts +55 -55
- package/dist/src/buttons/icon-button/types.d.ts +51 -51
- package/dist/src/charts/area/index.d.ts.map +1 -1
- package/dist/src/charts/area/index.js +13 -3
- package/dist/src/charts/area/index.js.map +1 -1
- package/dist/src/charts/area/types.d.ts +1464 -1454
- package/dist/src/charts/area/types.d.ts.map +1 -1
- package/dist/src/charts/area/types.js +1 -0
- package/dist/src/charts/area/types.js.map +1 -1
- package/dist/src/charts/bar/index.js +13 -3
- package/dist/src/charts/bar/index.js.map +1 -1
- package/dist/src/charts/bar/types.d.ts +736 -726
- package/dist/src/charts/bar/types.d.ts.map +1 -1
- package/dist/src/charts/bar/types.js +1 -0
- package/dist/src/charts/bar/types.js.map +1 -1
- package/dist/src/charts/bar-list/types.d.ts +168 -168
- package/dist/src/charts/bar-segment/types.d.ts +14 -14
- package/dist/src/charts/composed/index.d.ts.map +1 -1
- package/dist/src/charts/composed/index.js +12 -3
- package/dist/src/charts/composed/index.js.map +1 -1
- package/dist/src/charts/composed/types.d.ts +872 -849
- package/dist/src/charts/composed/types.d.ts.map +1 -1
- package/dist/src/charts/composed/types.js +1 -0
- package/dist/src/charts/composed/types.js.map +1 -1
- package/dist/src/charts/index.d.ts +5684 -5665
- package/dist/src/charts/index.d.ts.map +1 -1
- package/dist/src/charts/line/index.js +13 -3
- package/dist/src/charts/line/index.js.map +1 -1
- package/dist/src/charts/line/types.d.ts +750 -736
- package/dist/src/charts/line/types.d.ts.map +1 -1
- package/dist/src/charts/line/types.js +5 -1
- package/dist/src/charts/line/types.js.map +1 -1
- package/dist/src/charts/pie/types.d.ts +38 -38
- package/dist/src/charts/radar/index.d.ts.map +1 -1
- package/dist/src/charts/radar/index.js +1 -0
- package/dist/src/charts/radar/index.js.map +1 -1
- package/dist/src/charts/radar/types.d.ts +55 -54
- package/dist/src/charts/radar/types.d.ts.map +1 -1
- package/dist/src/charts/scatter/index.d.ts +3 -2
- package/dist/src/charts/scatter/index.d.ts.map +1 -1
- package/dist/src/charts/scatter/index.js +13 -39
- package/dist/src/charts/scatter/index.js.map +1 -1
- package/dist/src/charts/scatter/types.d.ts +721 -711
- package/dist/src/charts/scatter/types.d.ts.map +1 -1
- package/dist/src/charts/scatter/types.js +1 -0
- package/dist/src/charts/scatter/types.js.map +1 -1
- package/dist/src/charts/sparkline/index.d.ts +9 -9
- package/dist/src/charts/sparkline/types.d.ts +9 -9
- package/dist/src/charts/types.d.ts +844 -841
- package/dist/src/charts/types.d.ts.map +1 -1
- package/dist/src/charts/types.js +5 -0
- package/dist/src/charts/types.js.map +1 -1
- package/dist/src/collections/data-list/index.d.ts +35 -35
- package/dist/src/collections/data-list/types.d.ts +5 -5
- package/dist/src/collections/gantt/index.d.ts +721 -721
- package/dist/src/collections/gantt/types.d.ts +195 -195
- package/dist/src/collections/planner/index.d.ts +255 -255
- package/dist/src/collections/planner/types.d.ts +200 -200
- package/dist/src/collections/table/index.d.ts +396 -396
- package/dist/src/collections/table/types.d.ts +145 -145
- package/dist/src/collections/tree-view/index.d.ts +583 -583
- package/dist/src/collections/tree-view/types.d.ts +21 -21
- package/dist/src/component.d.ts +7519 -7505
- package/dist/src/component.d.ts.map +1 -1
- package/dist/src/container/card/index.d.ts +24 -24
- package/dist/src/container/card/types.d.ts +24 -24
- package/dist/src/disclosure/accordion/index.d.ts +29 -29
- package/dist/src/disclosure/accordion/types.d.ts +11 -11
- package/dist/src/disclosure/carousel/index.d.ts +6 -6
- package/dist/src/disclosure/carousel/types.d.ts +6 -6
- package/dist/src/disclosure/tabs/index.d.ts +126 -126
- package/dist/src/disclosure/tabs/types.d.ts +48 -48
- package/dist/src/display/avatar/index.d.ts +22 -22
- package/dist/src/display/avatar/types.d.ts +22 -22
- package/dist/src/display/badge/index.d.ts +24 -24
- package/dist/src/display/badge/types.d.ts +24 -24
- package/dist/src/display/icon/index.d.ts +64 -64
- package/dist/src/display/icon/types.d.ts +64 -64
- package/dist/src/display/stat/index.d.ts +8 -8
- package/dist/src/display/stat/types.d.ts +8 -8
- package/dist/src/display/tag/index.d.ts +30 -30
- package/dist/src/display/tag/types.d.ts +30 -30
- package/dist/src/feedback/alert/index.d.ts +18 -18
- package/dist/src/feedback/alert/types.d.ts +18 -18
- package/dist/src/feedback/progress/index.d.ts +28 -28
- package/dist/src/feedback/progress/types.d.ts +28 -28
- package/dist/src/forms/checkbox/index.d.ts +21 -21
- package/dist/src/forms/checkbox/types.d.ts +21 -21
- package/dist/src/forms/field/index.d.ts +294 -294
- package/dist/src/forms/field/types.d.ts +579 -579
- package/dist/src/forms/file-upload/index.d.ts +27 -27
- package/dist/src/forms/file-upload/types.d.ts +35 -35
- package/dist/src/forms/input/index.d.ts +102 -102
- package/dist/src/forms/input/types.d.ts +102 -102
- package/dist/src/forms/select/index.d.ts +19 -19
- package/dist/src/forms/select/types.d.ts +19 -19
- package/dist/src/forms/slider/index.d.ts +31 -31
- package/dist/src/forms/slider/types.d.ts +31 -31
- package/dist/src/forms/switch/index.d.ts +20 -20
- package/dist/src/forms/switch/types.d.ts +20 -20
- package/dist/src/forms/tags-input/index.d.ts +41 -41
- package/dist/src/forms/tags-input/types.d.ts +41 -41
- package/dist/src/forms/textarea/index.d.ts +30 -30
- package/dist/src/forms/textarea/types.d.ts +30 -30
- package/dist/src/layout/box/index.d.ts +70 -70
- package/dist/src/layout/box/types.d.ts +62 -62
- package/dist/src/layout/flex/index.d.ts +65 -65
- package/dist/src/layout/flex/types.d.ts +57 -57
- package/dist/src/layout/grid/index.d.ts +51 -51
- package/dist/src/layout/grid/types.d.ts +56 -56
- package/dist/src/layout/separator/index.d.ts +42 -42
- package/dist/src/layout/separator/types.d.ts +17 -17
- package/dist/src/layout/splitter/index.d.ts +9 -9
- package/dist/src/layout/splitter/types.d.ts +14 -14
- package/dist/src/layout/stack/index.d.ts +63 -63
- package/dist/src/layout/stack/types.d.ts +55 -55
- package/dist/src/layout/style.d.ts +8 -8
- package/dist/src/overlays/action-bar/index.d.ts +7 -7
- package/dist/src/overlays/action-bar/types.d.ts +7 -7
- package/dist/src/overlays/dialog/index.d.ts +49 -49
- package/dist/src/overlays/dialog/types.d.ts +49 -49
- package/dist/src/overlays/drawer/index.d.ts +25 -25
- package/dist/src/overlays/drawer/types.d.ts +25 -25
- package/dist/src/overlays/hover-card/index.d.ts +38 -38
- package/dist/src/overlays/hover-card/types.d.ts +26 -26
- package/dist/src/overlays/menu/index.d.ts +32 -32
- package/dist/src/overlays/menu/types.d.ts +20 -20
- package/dist/src/overlays/popover/index.d.ts +37 -37
- package/dist/src/overlays/popover/types.d.ts +25 -25
- package/dist/src/overlays/toggle-tip/index.d.ts +27 -27
- package/dist/src/overlays/toggle-tip/types.d.ts +15 -15
- package/dist/src/overlays/tooltip/index.d.ts +26 -26
- package/dist/src/overlays/tooltip/types.d.ts +26 -26
- package/dist/src/reactive/index.d.ts.map +1 -1
- package/dist/src/reactive/index.js +2 -2
- package/dist/src/reactive/index.js.map +1 -1
- package/dist/src/style.d.ts +87 -87
- package/dist/src/typography/code/index.d.ts +14 -14
- package/dist/src/typography/code/types.d.ts +14 -14
- package/dist/src/typography/code-block/index.d.ts +36 -36
- package/dist/src/typography/code-block/types.d.ts +36 -36
- package/dist/src/typography/heading/index.d.ts +41 -41
- package/dist/src/typography/heading/types.d.ts +41 -41
- package/dist/src/typography/highlight/index.d.ts +3 -3
- package/dist/src/typography/highlight/types.d.ts +3 -3
- package/dist/src/typography/link/index.d.ts +9 -9
- package/dist/src/typography/link/types.d.ts +9 -9
- package/dist/src/typography/list/index.d.ts +8 -8
- package/dist/src/typography/list/types.d.ts +8 -8
- package/dist/src/typography/mark/index.d.ts +11 -11
- package/dist/src/typography/mark/types.d.ts +11 -11
- package/dist/src/typography/text/index.d.ts +53 -53
- package/dist/src/typography/text/types.d.ts +53 -53
- 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, FloatType, IntegerType, StringType
|
|
5
|
+
import { type SubtypeExprOrValue, type DictType as DictTypeType, OptionType, StructType, ArrayType, BooleanType, FloatType, IntegerType, StringType } from "@elaraai/east";
|
|
6
6
|
import { CurveType, StackOffsetType, YAxisIdType, type CurveLiteral, type StackOffsetLiteral, type YAxisIdLiteral, type BaseChartStyle, type ChartBrushStyleBase, type ChartAxisStyle, type ReferenceLineStyle, type ReferenceDotStyle, type ReferenceAreaStyle } from "../types.js";
|
|
7
7
|
/**
|
|
8
8
|
* Area chart component type.
|
|
@@ -32,830 +32,832 @@ import { CurveType, StackOffsetType, YAxisIdType, type CurveLiteral, type StackO
|
|
|
32
32
|
* @property connectNulls - Connect line across null data points
|
|
33
33
|
*/
|
|
34
34
|
export declare const AreaChartType: StructType<{
|
|
35
|
-
data: ArrayType<
|
|
36
|
-
Null: import("@elaraai/east").NullType;
|
|
37
|
-
Boolean: BooleanType;
|
|
38
|
-
Integer: IntegerType;
|
|
39
|
-
Float: FloatType;
|
|
40
|
-
String: StringType;
|
|
41
|
-
DateTime: import("@elaraai/east").DateTimeType;
|
|
42
|
-
Blob: import("@elaraai/east").BlobType;
|
|
35
|
+
readonly data: ArrayType<DictTypeType<StringType, import("@elaraai/east").VariantType<{
|
|
36
|
+
readonly Null: import("@elaraai/east").NullType;
|
|
37
|
+
readonly Boolean: BooleanType;
|
|
38
|
+
readonly Integer: IntegerType;
|
|
39
|
+
readonly Float: FloatType;
|
|
40
|
+
readonly String: StringType;
|
|
41
|
+
readonly DateTime: import("@elaraai/east").DateTimeType;
|
|
42
|
+
readonly Blob: import("@elaraai/east").BlobType;
|
|
43
43
|
}>>>;
|
|
44
|
-
dataSeries: OptionType<
|
|
45
|
-
Null: import("@elaraai/east").NullType;
|
|
46
|
-
Boolean: BooleanType;
|
|
47
|
-
Integer: IntegerType;
|
|
48
|
-
Float: FloatType;
|
|
49
|
-
String: StringType;
|
|
50
|
-
DateTime: import("@elaraai/east").DateTimeType;
|
|
51
|
-
Blob: import("@elaraai/east").BlobType;
|
|
44
|
+
readonly dataSeries: OptionType<DictTypeType<StringType, ArrayType<DictTypeType<StringType, import("@elaraai/east").VariantType<{
|
|
45
|
+
readonly Null: import("@elaraai/east").NullType;
|
|
46
|
+
readonly Boolean: BooleanType;
|
|
47
|
+
readonly Integer: IntegerType;
|
|
48
|
+
readonly Float: FloatType;
|
|
49
|
+
readonly String: StringType;
|
|
50
|
+
readonly DateTime: import("@elaraai/east").DateTimeType;
|
|
51
|
+
readonly Blob: import("@elaraai/east").BlobType;
|
|
52
52
|
}>>>>>;
|
|
53
|
-
valueKey: OptionType<StringType>;
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
53
|
+
readonly valueKey: OptionType<StringType>;
|
|
54
|
+
readonly pivotKey: OptionType<StringType>;
|
|
55
|
+
readonly series: ArrayType<StructType<{
|
|
56
|
+
readonly name: StringType;
|
|
57
|
+
readonly color: OptionType<StringType>;
|
|
58
|
+
readonly stackId: OptionType<StringType>;
|
|
59
|
+
readonly label: OptionType<StringType>;
|
|
60
|
+
readonly stroke: OptionType<StringType>;
|
|
61
|
+
readonly strokeWidth: OptionType<IntegerType>;
|
|
62
|
+
readonly fill: OptionType<StringType>;
|
|
63
|
+
readonly fillOpacity: OptionType<FloatType>;
|
|
64
|
+
readonly strokeDasharray: OptionType<StringType>;
|
|
65
|
+
readonly yAxisId: OptionType<import("@elaraai/east").VariantType<{
|
|
66
|
+
readonly left: import("@elaraai/east").NullType;
|
|
67
|
+
readonly right: import("@elaraai/east").NullType;
|
|
67
68
|
}>>;
|
|
69
|
+
readonly pivotColors: OptionType<DictTypeType<StringType, StringType>>;
|
|
68
70
|
}>>;
|
|
69
|
-
xAxis: OptionType<StructType<{
|
|
70
|
-
dataKey: OptionType<StringType>;
|
|
71
|
-
label: OptionType<StringType>;
|
|
72
|
-
tickFormat: OptionType<import("@elaraai/east").VariantType<{
|
|
73
|
-
number: StructType<{
|
|
74
|
-
minimumFractionDigits: OptionType<IntegerType>;
|
|
75
|
-
maximumFractionDigits: OptionType<IntegerType>;
|
|
76
|
-
signDisplay: OptionType<import("@elaraai/east").VariantType<{
|
|
77
|
-
auto: import("@elaraai/east").NullType;
|
|
78
|
-
never: import("@elaraai/east").NullType;
|
|
79
|
-
always: import("@elaraai/east").NullType;
|
|
80
|
-
exceptZero: import("@elaraai/east").NullType;
|
|
71
|
+
readonly xAxis: OptionType<StructType<{
|
|
72
|
+
readonly dataKey: OptionType<StringType>;
|
|
73
|
+
readonly label: OptionType<StringType>;
|
|
74
|
+
readonly tickFormat: OptionType<import("@elaraai/east").VariantType<{
|
|
75
|
+
readonly number: StructType<{
|
|
76
|
+
readonly minimumFractionDigits: OptionType<IntegerType>;
|
|
77
|
+
readonly maximumFractionDigits: OptionType<IntegerType>;
|
|
78
|
+
readonly signDisplay: OptionType<import("@elaraai/east").VariantType<{
|
|
79
|
+
readonly auto: import("@elaraai/east").NullType;
|
|
80
|
+
readonly never: import("@elaraai/east").NullType;
|
|
81
|
+
readonly always: import("@elaraai/east").NullType;
|
|
82
|
+
readonly exceptZero: import("@elaraai/east").NullType;
|
|
81
83
|
}>>;
|
|
82
84
|
}>;
|
|
83
|
-
currency: StructType<{
|
|
84
|
-
currency: import("@elaraai/east").VariantType<{
|
|
85
|
-
USD: import("@elaraai/east").NullType;
|
|
86
|
-
EUR: import("@elaraai/east").NullType;
|
|
87
|
-
GBP: import("@elaraai/east").NullType;
|
|
88
|
-
JPY: import("@elaraai/east").NullType;
|
|
89
|
-
CHF: import("@elaraai/east").NullType;
|
|
90
|
-
CAD: import("@elaraai/east").NullType;
|
|
91
|
-
AUD: import("@elaraai/east").NullType;
|
|
92
|
-
NZD: import("@elaraai/east").NullType;
|
|
93
|
-
CNY: import("@elaraai/east").NullType;
|
|
94
|
-
HKD: import("@elaraai/east").NullType;
|
|
95
|
-
SGD: import("@elaraai/east").NullType;
|
|
96
|
-
KRW: import("@elaraai/east").NullType;
|
|
97
|
-
INR: import("@elaraai/east").NullType;
|
|
98
|
-
TWD: import("@elaraai/east").NullType;
|
|
99
|
-
THB: import("@elaraai/east").NullType;
|
|
100
|
-
MYR: import("@elaraai/east").NullType;
|
|
101
|
-
IDR: import("@elaraai/east").NullType;
|
|
102
|
-
PHP: import("@elaraai/east").NullType;
|
|
103
|
-
VND: import("@elaraai/east").NullType;
|
|
104
|
-
SEK: import("@elaraai/east").NullType;
|
|
105
|
-
NOK: import("@elaraai/east").NullType;
|
|
106
|
-
DKK: import("@elaraai/east").NullType;
|
|
107
|
-
PLN: import("@elaraai/east").NullType;
|
|
108
|
-
CZK: import("@elaraai/east").NullType;
|
|
109
|
-
HUF: import("@elaraai/east").NullType;
|
|
110
|
-
RUB: import("@elaraai/east").NullType;
|
|
111
|
-
UAH: import("@elaraai/east").NullType;
|
|
112
|
-
RON: import("@elaraai/east").NullType;
|
|
113
|
-
MXN: import("@elaraai/east").NullType;
|
|
114
|
-
BRL: import("@elaraai/east").NullType;
|
|
115
|
-
ARS: import("@elaraai/east").NullType;
|
|
116
|
-
CLP: import("@elaraai/east").NullType;
|
|
117
|
-
COP: import("@elaraai/east").NullType;
|
|
118
|
-
PEN: import("@elaraai/east").NullType;
|
|
119
|
-
AED: import("@elaraai/east").NullType;
|
|
120
|
-
SAR: import("@elaraai/east").NullType;
|
|
121
|
-
ILS: import("@elaraai/east").NullType;
|
|
122
|
-
ZAR: import("@elaraai/east").NullType;
|
|
123
|
-
TRY: import("@elaraai/east").NullType;
|
|
124
|
-
EGP: import("@elaraai/east").NullType;
|
|
125
|
-
NGN: import("@elaraai/east").NullType;
|
|
126
|
-
KES: import("@elaraai/east").NullType;
|
|
85
|
+
readonly currency: StructType<{
|
|
86
|
+
readonly currency: import("@elaraai/east").VariantType<{
|
|
87
|
+
readonly USD: import("@elaraai/east").NullType;
|
|
88
|
+
readonly EUR: import("@elaraai/east").NullType;
|
|
89
|
+
readonly GBP: import("@elaraai/east").NullType;
|
|
90
|
+
readonly JPY: import("@elaraai/east").NullType;
|
|
91
|
+
readonly CHF: import("@elaraai/east").NullType;
|
|
92
|
+
readonly CAD: import("@elaraai/east").NullType;
|
|
93
|
+
readonly AUD: import("@elaraai/east").NullType;
|
|
94
|
+
readonly NZD: import("@elaraai/east").NullType;
|
|
95
|
+
readonly CNY: import("@elaraai/east").NullType;
|
|
96
|
+
readonly HKD: import("@elaraai/east").NullType;
|
|
97
|
+
readonly SGD: import("@elaraai/east").NullType;
|
|
98
|
+
readonly KRW: import("@elaraai/east").NullType;
|
|
99
|
+
readonly INR: import("@elaraai/east").NullType;
|
|
100
|
+
readonly TWD: import("@elaraai/east").NullType;
|
|
101
|
+
readonly THB: import("@elaraai/east").NullType;
|
|
102
|
+
readonly MYR: import("@elaraai/east").NullType;
|
|
103
|
+
readonly IDR: import("@elaraai/east").NullType;
|
|
104
|
+
readonly PHP: import("@elaraai/east").NullType;
|
|
105
|
+
readonly VND: import("@elaraai/east").NullType;
|
|
106
|
+
readonly SEK: import("@elaraai/east").NullType;
|
|
107
|
+
readonly NOK: import("@elaraai/east").NullType;
|
|
108
|
+
readonly DKK: import("@elaraai/east").NullType;
|
|
109
|
+
readonly PLN: import("@elaraai/east").NullType;
|
|
110
|
+
readonly CZK: import("@elaraai/east").NullType;
|
|
111
|
+
readonly HUF: import("@elaraai/east").NullType;
|
|
112
|
+
readonly RUB: import("@elaraai/east").NullType;
|
|
113
|
+
readonly UAH: import("@elaraai/east").NullType;
|
|
114
|
+
readonly RON: import("@elaraai/east").NullType;
|
|
115
|
+
readonly MXN: import("@elaraai/east").NullType;
|
|
116
|
+
readonly BRL: import("@elaraai/east").NullType;
|
|
117
|
+
readonly ARS: import("@elaraai/east").NullType;
|
|
118
|
+
readonly CLP: import("@elaraai/east").NullType;
|
|
119
|
+
readonly COP: import("@elaraai/east").NullType;
|
|
120
|
+
readonly PEN: import("@elaraai/east").NullType;
|
|
121
|
+
readonly AED: import("@elaraai/east").NullType;
|
|
122
|
+
readonly SAR: import("@elaraai/east").NullType;
|
|
123
|
+
readonly ILS: import("@elaraai/east").NullType;
|
|
124
|
+
readonly ZAR: import("@elaraai/east").NullType;
|
|
125
|
+
readonly TRY: import("@elaraai/east").NullType;
|
|
126
|
+
readonly EGP: import("@elaraai/east").NullType;
|
|
127
|
+
readonly NGN: import("@elaraai/east").NullType;
|
|
128
|
+
readonly KES: import("@elaraai/east").NullType;
|
|
127
129
|
}>;
|
|
128
|
-
display: OptionType<import("@elaraai/east").VariantType<{
|
|
129
|
-
code: import("@elaraai/east").NullType;
|
|
130
|
-
symbol: import("@elaraai/east").NullType;
|
|
131
|
-
narrowSymbol: import("@elaraai/east").NullType;
|
|
132
|
-
name: import("@elaraai/east").NullType;
|
|
130
|
+
readonly display: OptionType<import("@elaraai/east").VariantType<{
|
|
131
|
+
readonly code: import("@elaraai/east").NullType;
|
|
132
|
+
readonly symbol: import("@elaraai/east").NullType;
|
|
133
|
+
readonly narrowSymbol: import("@elaraai/east").NullType;
|
|
134
|
+
readonly name: import("@elaraai/east").NullType;
|
|
133
135
|
}>>;
|
|
134
|
-
minimumFractionDigits: OptionType<IntegerType>;
|
|
135
|
-
maximumFractionDigits: OptionType<IntegerType>;
|
|
136
|
+
readonly minimumFractionDigits: OptionType<IntegerType>;
|
|
137
|
+
readonly maximumFractionDigits: OptionType<IntegerType>;
|
|
136
138
|
}>;
|
|
137
|
-
percent: StructType<{
|
|
138
|
-
minimumFractionDigits: OptionType<IntegerType>;
|
|
139
|
-
maximumFractionDigits: OptionType<IntegerType>;
|
|
140
|
-
signDisplay: OptionType<import("@elaraai/east").VariantType<{
|
|
141
|
-
auto: import("@elaraai/east").NullType;
|
|
142
|
-
never: import("@elaraai/east").NullType;
|
|
143
|
-
always: import("@elaraai/east").NullType;
|
|
144
|
-
exceptZero: import("@elaraai/east").NullType;
|
|
139
|
+
readonly percent: StructType<{
|
|
140
|
+
readonly minimumFractionDigits: OptionType<IntegerType>;
|
|
141
|
+
readonly maximumFractionDigits: OptionType<IntegerType>;
|
|
142
|
+
readonly signDisplay: OptionType<import("@elaraai/east").VariantType<{
|
|
143
|
+
readonly auto: import("@elaraai/east").NullType;
|
|
144
|
+
readonly never: import("@elaraai/east").NullType;
|
|
145
|
+
readonly always: import("@elaraai/east").NullType;
|
|
146
|
+
readonly exceptZero: import("@elaraai/east").NullType;
|
|
145
147
|
}>>;
|
|
146
148
|
}>;
|
|
147
|
-
compact: StructType<{
|
|
148
|
-
display: OptionType<import("@elaraai/east").VariantType<{
|
|
149
|
-
short: import("@elaraai/east").NullType;
|
|
150
|
-
long: import("@elaraai/east").NullType;
|
|
149
|
+
readonly compact: StructType<{
|
|
150
|
+
readonly display: OptionType<import("@elaraai/east").VariantType<{
|
|
151
|
+
readonly short: import("@elaraai/east").NullType;
|
|
152
|
+
readonly long: import("@elaraai/east").NullType;
|
|
151
153
|
}>>;
|
|
152
154
|
}>;
|
|
153
|
-
unit: StructType<{
|
|
154
|
-
unit: import("@elaraai/east").VariantType<{
|
|
155
|
-
bit: import("@elaraai/east").NullType;
|
|
156
|
-
byte: import("@elaraai/east").NullType;
|
|
157
|
-
kilobit: import("@elaraai/east").NullType;
|
|
158
|
-
kilobyte: import("@elaraai/east").NullType;
|
|
159
|
-
megabit: import("@elaraai/east").NullType;
|
|
160
|
-
megabyte: import("@elaraai/east").NullType;
|
|
161
|
-
gigabit: import("@elaraai/east").NullType;
|
|
162
|
-
gigabyte: import("@elaraai/east").NullType;
|
|
163
|
-
terabit: import("@elaraai/east").NullType;
|
|
164
|
-
terabyte: import("@elaraai/east").NullType;
|
|
165
|
-
petabyte: import("@elaraai/east").NullType;
|
|
166
|
-
nanosecond: import("@elaraai/east").NullType;
|
|
167
|
-
microsecond: import("@elaraai/east").NullType;
|
|
168
|
-
millisecond: import("@elaraai/east").NullType;
|
|
169
|
-
second: import("@elaraai/east").NullType;
|
|
170
|
-
minute: import("@elaraai/east").NullType;
|
|
171
|
-
hour: import("@elaraai/east").NullType;
|
|
172
|
-
day: import("@elaraai/east").NullType;
|
|
173
|
-
week: import("@elaraai/east").NullType;
|
|
174
|
-
month: import("@elaraai/east").NullType;
|
|
175
|
-
year: import("@elaraai/east").NullType;
|
|
176
|
-
millimeter: import("@elaraai/east").NullType;
|
|
177
|
-
centimeter: import("@elaraai/east").NullType;
|
|
178
|
-
meter: import("@elaraai/east").NullType;
|
|
179
|
-
kilometer: import("@elaraai/east").NullType;
|
|
180
|
-
inch: import("@elaraai/east").NullType;
|
|
181
|
-
foot: import("@elaraai/east").NullType;
|
|
182
|
-
yard: import("@elaraai/east").NullType;
|
|
183
|
-
mile: import("@elaraai/east").NullType;
|
|
184
|
-
gram: import("@elaraai/east").NullType;
|
|
185
|
-
kilogram: import("@elaraai/east").NullType;
|
|
186
|
-
milligram: import("@elaraai/east").NullType;
|
|
187
|
-
ounce: import("@elaraai/east").NullType;
|
|
188
|
-
pound: import("@elaraai/east").NullType;
|
|
189
|
-
stone: import("@elaraai/east").NullType;
|
|
190
|
-
celsius: import("@elaraai/east").NullType;
|
|
191
|
-
fahrenheit: import("@elaraai/east").NullType;
|
|
192
|
-
milliliter: import("@elaraai/east").NullType;
|
|
193
|
-
liter: import("@elaraai/east").NullType;
|
|
194
|
-
gallon: import("@elaraai/east").NullType;
|
|
195
|
-
fluidOunce: import("@elaraai/east").NullType;
|
|
196
|
-
acre: import("@elaraai/east").NullType;
|
|
197
|
-
hectare: import("@elaraai/east").NullType;
|
|
198
|
-
meterPerSecond: import("@elaraai/east").NullType;
|
|
199
|
-
kilometerPerHour: import("@elaraai/east").NullType;
|
|
200
|
-
milePerHour: import("@elaraai/east").NullType;
|
|
201
|
-
percent: import("@elaraai/east").NullType;
|
|
202
|
-
degree: import("@elaraai/east").NullType;
|
|
155
|
+
readonly unit: StructType<{
|
|
156
|
+
readonly unit: import("@elaraai/east").VariantType<{
|
|
157
|
+
readonly bit: import("@elaraai/east").NullType;
|
|
158
|
+
readonly byte: import("@elaraai/east").NullType;
|
|
159
|
+
readonly kilobit: import("@elaraai/east").NullType;
|
|
160
|
+
readonly kilobyte: import("@elaraai/east").NullType;
|
|
161
|
+
readonly megabit: import("@elaraai/east").NullType;
|
|
162
|
+
readonly megabyte: import("@elaraai/east").NullType;
|
|
163
|
+
readonly gigabit: import("@elaraai/east").NullType;
|
|
164
|
+
readonly gigabyte: import("@elaraai/east").NullType;
|
|
165
|
+
readonly terabit: import("@elaraai/east").NullType;
|
|
166
|
+
readonly terabyte: import("@elaraai/east").NullType;
|
|
167
|
+
readonly petabyte: import("@elaraai/east").NullType;
|
|
168
|
+
readonly nanosecond: import("@elaraai/east").NullType;
|
|
169
|
+
readonly microsecond: import("@elaraai/east").NullType;
|
|
170
|
+
readonly millisecond: import("@elaraai/east").NullType;
|
|
171
|
+
readonly second: import("@elaraai/east").NullType;
|
|
172
|
+
readonly minute: import("@elaraai/east").NullType;
|
|
173
|
+
readonly hour: import("@elaraai/east").NullType;
|
|
174
|
+
readonly day: import("@elaraai/east").NullType;
|
|
175
|
+
readonly week: import("@elaraai/east").NullType;
|
|
176
|
+
readonly month: import("@elaraai/east").NullType;
|
|
177
|
+
readonly year: import("@elaraai/east").NullType;
|
|
178
|
+
readonly millimeter: import("@elaraai/east").NullType;
|
|
179
|
+
readonly centimeter: import("@elaraai/east").NullType;
|
|
180
|
+
readonly meter: import("@elaraai/east").NullType;
|
|
181
|
+
readonly kilometer: import("@elaraai/east").NullType;
|
|
182
|
+
readonly inch: import("@elaraai/east").NullType;
|
|
183
|
+
readonly foot: import("@elaraai/east").NullType;
|
|
184
|
+
readonly yard: import("@elaraai/east").NullType;
|
|
185
|
+
readonly mile: import("@elaraai/east").NullType;
|
|
186
|
+
readonly gram: import("@elaraai/east").NullType;
|
|
187
|
+
readonly kilogram: import("@elaraai/east").NullType;
|
|
188
|
+
readonly milligram: import("@elaraai/east").NullType;
|
|
189
|
+
readonly ounce: import("@elaraai/east").NullType;
|
|
190
|
+
readonly pound: import("@elaraai/east").NullType;
|
|
191
|
+
readonly stone: import("@elaraai/east").NullType;
|
|
192
|
+
readonly celsius: import("@elaraai/east").NullType;
|
|
193
|
+
readonly fahrenheit: import("@elaraai/east").NullType;
|
|
194
|
+
readonly milliliter: import("@elaraai/east").NullType;
|
|
195
|
+
readonly liter: import("@elaraai/east").NullType;
|
|
196
|
+
readonly gallon: import("@elaraai/east").NullType;
|
|
197
|
+
readonly fluidOunce: import("@elaraai/east").NullType;
|
|
198
|
+
readonly acre: import("@elaraai/east").NullType;
|
|
199
|
+
readonly hectare: import("@elaraai/east").NullType;
|
|
200
|
+
readonly meterPerSecond: import("@elaraai/east").NullType;
|
|
201
|
+
readonly kilometerPerHour: import("@elaraai/east").NullType;
|
|
202
|
+
readonly milePerHour: import("@elaraai/east").NullType;
|
|
203
|
+
readonly percent: import("@elaraai/east").NullType;
|
|
204
|
+
readonly degree: import("@elaraai/east").NullType;
|
|
203
205
|
}>;
|
|
204
|
-
display: OptionType<import("@elaraai/east").VariantType<{
|
|
205
|
-
short: import("@elaraai/east").NullType;
|
|
206
|
-
narrow: import("@elaraai/east").NullType;
|
|
207
|
-
long: import("@elaraai/east").NullType;
|
|
206
|
+
readonly display: OptionType<import("@elaraai/east").VariantType<{
|
|
207
|
+
readonly short: import("@elaraai/east").NullType;
|
|
208
|
+
readonly narrow: import("@elaraai/east").NullType;
|
|
209
|
+
readonly long: import("@elaraai/east").NullType;
|
|
208
210
|
}>>;
|
|
209
211
|
}>;
|
|
210
|
-
scientific: import("@elaraai/east").NullType;
|
|
211
|
-
engineering: import("@elaraai/east").NullType;
|
|
212
|
-
date: StructType<{
|
|
213
|
-
style: OptionType<import("@elaraai/east").VariantType<{
|
|
214
|
-
full: import("@elaraai/east").NullType;
|
|
215
|
-
long: import("@elaraai/east").NullType;
|
|
216
|
-
medium: import("@elaraai/east").NullType;
|
|
217
|
-
short: import("@elaraai/east").NullType;
|
|
212
|
+
readonly scientific: import("@elaraai/east").NullType;
|
|
213
|
+
readonly engineering: import("@elaraai/east").NullType;
|
|
214
|
+
readonly date: StructType<{
|
|
215
|
+
readonly style: OptionType<import("@elaraai/east").VariantType<{
|
|
216
|
+
readonly full: import("@elaraai/east").NullType;
|
|
217
|
+
readonly long: import("@elaraai/east").NullType;
|
|
218
|
+
readonly medium: import("@elaraai/east").NullType;
|
|
219
|
+
readonly short: import("@elaraai/east").NullType;
|
|
218
220
|
}>>;
|
|
219
221
|
}>;
|
|
220
|
-
time: StructType<{
|
|
221
|
-
style: OptionType<import("@elaraai/east").VariantType<{
|
|
222
|
-
full: import("@elaraai/east").NullType;
|
|
223
|
-
long: import("@elaraai/east").NullType;
|
|
224
|
-
medium: import("@elaraai/east").NullType;
|
|
225
|
-
short: import("@elaraai/east").NullType;
|
|
222
|
+
readonly time: StructType<{
|
|
223
|
+
readonly style: OptionType<import("@elaraai/east").VariantType<{
|
|
224
|
+
readonly full: import("@elaraai/east").NullType;
|
|
225
|
+
readonly long: import("@elaraai/east").NullType;
|
|
226
|
+
readonly medium: import("@elaraai/east").NullType;
|
|
227
|
+
readonly short: import("@elaraai/east").NullType;
|
|
226
228
|
}>>;
|
|
227
|
-
hour12: OptionType<BooleanType>;
|
|
229
|
+
readonly hour12: OptionType<BooleanType>;
|
|
228
230
|
}>;
|
|
229
|
-
datetime: StructType<{
|
|
230
|
-
dateStyle: OptionType<import("@elaraai/east").VariantType<{
|
|
231
|
-
full: import("@elaraai/east").NullType;
|
|
232
|
-
long: import("@elaraai/east").NullType;
|
|
233
|
-
medium: import("@elaraai/east").NullType;
|
|
234
|
-
short: import("@elaraai/east").NullType;
|
|
231
|
+
readonly datetime: StructType<{
|
|
232
|
+
readonly dateStyle: OptionType<import("@elaraai/east").VariantType<{
|
|
233
|
+
readonly full: import("@elaraai/east").NullType;
|
|
234
|
+
readonly long: import("@elaraai/east").NullType;
|
|
235
|
+
readonly medium: import("@elaraai/east").NullType;
|
|
236
|
+
readonly short: import("@elaraai/east").NullType;
|
|
235
237
|
}>>;
|
|
236
|
-
timeStyle: OptionType<import("@elaraai/east").VariantType<{
|
|
237
|
-
full: import("@elaraai/east").NullType;
|
|
238
|
-
long: import("@elaraai/east").NullType;
|
|
239
|
-
medium: import("@elaraai/east").NullType;
|
|
240
|
-
short: import("@elaraai/east").NullType;
|
|
238
|
+
readonly timeStyle: OptionType<import("@elaraai/east").VariantType<{
|
|
239
|
+
readonly full: import("@elaraai/east").NullType;
|
|
240
|
+
readonly long: import("@elaraai/east").NullType;
|
|
241
|
+
readonly medium: import("@elaraai/east").NullType;
|
|
242
|
+
readonly short: import("@elaraai/east").NullType;
|
|
241
243
|
}>>;
|
|
242
|
-
hour12: OptionType<BooleanType>;
|
|
244
|
+
readonly hour12: OptionType<BooleanType>;
|
|
243
245
|
}>;
|
|
244
246
|
}>>;
|
|
245
|
-
domain: OptionType<ArrayType<FloatType>>;
|
|
246
|
-
hide: OptionType<BooleanType>;
|
|
247
|
-
axisLine: OptionType<BooleanType>;
|
|
248
|
-
tickLine: OptionType<BooleanType>;
|
|
249
|
-
tickMargin: OptionType<IntegerType>;
|
|
250
|
-
strokeColor: OptionType<StringType>;
|
|
251
|
-
orientation: OptionType<import("@elaraai/east").VariantType<{
|
|
252
|
-
top: import("@elaraai/east").NullType;
|
|
253
|
-
bottom: import("@elaraai/east").NullType;
|
|
254
|
-
left: import("@elaraai/east").NullType;
|
|
255
|
-
right: import("@elaraai/east").NullType;
|
|
247
|
+
readonly domain: OptionType<ArrayType<FloatType>>;
|
|
248
|
+
readonly hide: OptionType<BooleanType>;
|
|
249
|
+
readonly axisLine: OptionType<BooleanType>;
|
|
250
|
+
readonly tickLine: OptionType<BooleanType>;
|
|
251
|
+
readonly tickMargin: OptionType<IntegerType>;
|
|
252
|
+
readonly strokeColor: OptionType<StringType>;
|
|
253
|
+
readonly orientation: OptionType<import("@elaraai/east").VariantType<{
|
|
254
|
+
readonly top: import("@elaraai/east").NullType;
|
|
255
|
+
readonly bottom: import("@elaraai/east").NullType;
|
|
256
|
+
readonly left: import("@elaraai/east").NullType;
|
|
257
|
+
readonly right: import("@elaraai/east").NullType;
|
|
256
258
|
}>>;
|
|
257
|
-
axisId: OptionType<StringType>;
|
|
259
|
+
readonly axisId: OptionType<StringType>;
|
|
258
260
|
}>>;
|
|
259
|
-
yAxis: OptionType<StructType<{
|
|
260
|
-
dataKey: OptionType<StringType>;
|
|
261
|
-
label: OptionType<StringType>;
|
|
262
|
-
tickFormat: OptionType<import("@elaraai/east").VariantType<{
|
|
263
|
-
number: StructType<{
|
|
264
|
-
minimumFractionDigits: OptionType<IntegerType>;
|
|
265
|
-
maximumFractionDigits: OptionType<IntegerType>;
|
|
266
|
-
signDisplay: OptionType<import("@elaraai/east").VariantType<{
|
|
267
|
-
auto: import("@elaraai/east").NullType;
|
|
268
|
-
never: import("@elaraai/east").NullType;
|
|
269
|
-
always: import("@elaraai/east").NullType;
|
|
270
|
-
exceptZero: import("@elaraai/east").NullType;
|
|
261
|
+
readonly yAxis: OptionType<StructType<{
|
|
262
|
+
readonly dataKey: OptionType<StringType>;
|
|
263
|
+
readonly label: OptionType<StringType>;
|
|
264
|
+
readonly tickFormat: OptionType<import("@elaraai/east").VariantType<{
|
|
265
|
+
readonly number: StructType<{
|
|
266
|
+
readonly minimumFractionDigits: OptionType<IntegerType>;
|
|
267
|
+
readonly maximumFractionDigits: OptionType<IntegerType>;
|
|
268
|
+
readonly signDisplay: OptionType<import("@elaraai/east").VariantType<{
|
|
269
|
+
readonly auto: import("@elaraai/east").NullType;
|
|
270
|
+
readonly never: import("@elaraai/east").NullType;
|
|
271
|
+
readonly always: import("@elaraai/east").NullType;
|
|
272
|
+
readonly exceptZero: import("@elaraai/east").NullType;
|
|
271
273
|
}>>;
|
|
272
274
|
}>;
|
|
273
|
-
currency: StructType<{
|
|
274
|
-
currency: import("@elaraai/east").VariantType<{
|
|
275
|
-
USD: import("@elaraai/east").NullType;
|
|
276
|
-
EUR: import("@elaraai/east").NullType;
|
|
277
|
-
GBP: import("@elaraai/east").NullType;
|
|
278
|
-
JPY: import("@elaraai/east").NullType;
|
|
279
|
-
CHF: import("@elaraai/east").NullType;
|
|
280
|
-
CAD: import("@elaraai/east").NullType;
|
|
281
|
-
AUD: import("@elaraai/east").NullType;
|
|
282
|
-
NZD: import("@elaraai/east").NullType;
|
|
283
|
-
CNY: import("@elaraai/east").NullType;
|
|
284
|
-
HKD: import("@elaraai/east").NullType;
|
|
285
|
-
SGD: import("@elaraai/east").NullType;
|
|
286
|
-
KRW: import("@elaraai/east").NullType;
|
|
287
|
-
INR: import("@elaraai/east").NullType;
|
|
288
|
-
TWD: import("@elaraai/east").NullType;
|
|
289
|
-
THB: import("@elaraai/east").NullType;
|
|
290
|
-
MYR: import("@elaraai/east").NullType;
|
|
291
|
-
IDR: import("@elaraai/east").NullType;
|
|
292
|
-
PHP: import("@elaraai/east").NullType;
|
|
293
|
-
VND: import("@elaraai/east").NullType;
|
|
294
|
-
SEK: import("@elaraai/east").NullType;
|
|
295
|
-
NOK: import("@elaraai/east").NullType;
|
|
296
|
-
DKK: import("@elaraai/east").NullType;
|
|
297
|
-
PLN: import("@elaraai/east").NullType;
|
|
298
|
-
CZK: import("@elaraai/east").NullType;
|
|
299
|
-
HUF: import("@elaraai/east").NullType;
|
|
300
|
-
RUB: import("@elaraai/east").NullType;
|
|
301
|
-
UAH: import("@elaraai/east").NullType;
|
|
302
|
-
RON: import("@elaraai/east").NullType;
|
|
303
|
-
MXN: import("@elaraai/east").NullType;
|
|
304
|
-
BRL: import("@elaraai/east").NullType;
|
|
305
|
-
ARS: import("@elaraai/east").NullType;
|
|
306
|
-
CLP: import("@elaraai/east").NullType;
|
|
307
|
-
COP: import("@elaraai/east").NullType;
|
|
308
|
-
PEN: import("@elaraai/east").NullType;
|
|
309
|
-
AED: import("@elaraai/east").NullType;
|
|
310
|
-
SAR: import("@elaraai/east").NullType;
|
|
311
|
-
ILS: import("@elaraai/east").NullType;
|
|
312
|
-
ZAR: import("@elaraai/east").NullType;
|
|
313
|
-
TRY: import("@elaraai/east").NullType;
|
|
314
|
-
EGP: import("@elaraai/east").NullType;
|
|
315
|
-
NGN: import("@elaraai/east").NullType;
|
|
316
|
-
KES: import("@elaraai/east").NullType;
|
|
275
|
+
readonly currency: StructType<{
|
|
276
|
+
readonly currency: import("@elaraai/east").VariantType<{
|
|
277
|
+
readonly USD: import("@elaraai/east").NullType;
|
|
278
|
+
readonly EUR: import("@elaraai/east").NullType;
|
|
279
|
+
readonly GBP: import("@elaraai/east").NullType;
|
|
280
|
+
readonly JPY: import("@elaraai/east").NullType;
|
|
281
|
+
readonly CHF: import("@elaraai/east").NullType;
|
|
282
|
+
readonly CAD: import("@elaraai/east").NullType;
|
|
283
|
+
readonly AUD: import("@elaraai/east").NullType;
|
|
284
|
+
readonly NZD: import("@elaraai/east").NullType;
|
|
285
|
+
readonly CNY: import("@elaraai/east").NullType;
|
|
286
|
+
readonly HKD: import("@elaraai/east").NullType;
|
|
287
|
+
readonly SGD: import("@elaraai/east").NullType;
|
|
288
|
+
readonly KRW: import("@elaraai/east").NullType;
|
|
289
|
+
readonly INR: import("@elaraai/east").NullType;
|
|
290
|
+
readonly TWD: import("@elaraai/east").NullType;
|
|
291
|
+
readonly THB: import("@elaraai/east").NullType;
|
|
292
|
+
readonly MYR: import("@elaraai/east").NullType;
|
|
293
|
+
readonly IDR: import("@elaraai/east").NullType;
|
|
294
|
+
readonly PHP: import("@elaraai/east").NullType;
|
|
295
|
+
readonly VND: import("@elaraai/east").NullType;
|
|
296
|
+
readonly SEK: import("@elaraai/east").NullType;
|
|
297
|
+
readonly NOK: import("@elaraai/east").NullType;
|
|
298
|
+
readonly DKK: import("@elaraai/east").NullType;
|
|
299
|
+
readonly PLN: import("@elaraai/east").NullType;
|
|
300
|
+
readonly CZK: import("@elaraai/east").NullType;
|
|
301
|
+
readonly HUF: import("@elaraai/east").NullType;
|
|
302
|
+
readonly RUB: import("@elaraai/east").NullType;
|
|
303
|
+
readonly UAH: import("@elaraai/east").NullType;
|
|
304
|
+
readonly RON: import("@elaraai/east").NullType;
|
|
305
|
+
readonly MXN: import("@elaraai/east").NullType;
|
|
306
|
+
readonly BRL: import("@elaraai/east").NullType;
|
|
307
|
+
readonly ARS: import("@elaraai/east").NullType;
|
|
308
|
+
readonly CLP: import("@elaraai/east").NullType;
|
|
309
|
+
readonly COP: import("@elaraai/east").NullType;
|
|
310
|
+
readonly PEN: import("@elaraai/east").NullType;
|
|
311
|
+
readonly AED: import("@elaraai/east").NullType;
|
|
312
|
+
readonly SAR: import("@elaraai/east").NullType;
|
|
313
|
+
readonly ILS: import("@elaraai/east").NullType;
|
|
314
|
+
readonly ZAR: import("@elaraai/east").NullType;
|
|
315
|
+
readonly TRY: import("@elaraai/east").NullType;
|
|
316
|
+
readonly EGP: import("@elaraai/east").NullType;
|
|
317
|
+
readonly NGN: import("@elaraai/east").NullType;
|
|
318
|
+
readonly KES: import("@elaraai/east").NullType;
|
|
317
319
|
}>;
|
|
318
|
-
display: OptionType<import("@elaraai/east").VariantType<{
|
|
319
|
-
code: import("@elaraai/east").NullType;
|
|
320
|
-
symbol: import("@elaraai/east").NullType;
|
|
321
|
-
narrowSymbol: import("@elaraai/east").NullType;
|
|
322
|
-
name: import("@elaraai/east").NullType;
|
|
320
|
+
readonly display: OptionType<import("@elaraai/east").VariantType<{
|
|
321
|
+
readonly code: import("@elaraai/east").NullType;
|
|
322
|
+
readonly symbol: import("@elaraai/east").NullType;
|
|
323
|
+
readonly narrowSymbol: import("@elaraai/east").NullType;
|
|
324
|
+
readonly name: import("@elaraai/east").NullType;
|
|
323
325
|
}>>;
|
|
324
|
-
minimumFractionDigits: OptionType<IntegerType>;
|
|
325
|
-
maximumFractionDigits: OptionType<IntegerType>;
|
|
326
|
+
readonly minimumFractionDigits: OptionType<IntegerType>;
|
|
327
|
+
readonly maximumFractionDigits: OptionType<IntegerType>;
|
|
326
328
|
}>;
|
|
327
|
-
percent: StructType<{
|
|
328
|
-
minimumFractionDigits: OptionType<IntegerType>;
|
|
329
|
-
maximumFractionDigits: OptionType<IntegerType>;
|
|
330
|
-
signDisplay: OptionType<import("@elaraai/east").VariantType<{
|
|
331
|
-
auto: import("@elaraai/east").NullType;
|
|
332
|
-
never: import("@elaraai/east").NullType;
|
|
333
|
-
always: import("@elaraai/east").NullType;
|
|
334
|
-
exceptZero: import("@elaraai/east").NullType;
|
|
329
|
+
readonly percent: StructType<{
|
|
330
|
+
readonly minimumFractionDigits: OptionType<IntegerType>;
|
|
331
|
+
readonly maximumFractionDigits: OptionType<IntegerType>;
|
|
332
|
+
readonly signDisplay: OptionType<import("@elaraai/east").VariantType<{
|
|
333
|
+
readonly auto: import("@elaraai/east").NullType;
|
|
334
|
+
readonly never: import("@elaraai/east").NullType;
|
|
335
|
+
readonly always: import("@elaraai/east").NullType;
|
|
336
|
+
readonly exceptZero: import("@elaraai/east").NullType;
|
|
335
337
|
}>>;
|
|
336
338
|
}>;
|
|
337
|
-
compact: StructType<{
|
|
338
|
-
display: OptionType<import("@elaraai/east").VariantType<{
|
|
339
|
-
short: import("@elaraai/east").NullType;
|
|
340
|
-
long: import("@elaraai/east").NullType;
|
|
339
|
+
readonly compact: StructType<{
|
|
340
|
+
readonly display: OptionType<import("@elaraai/east").VariantType<{
|
|
341
|
+
readonly short: import("@elaraai/east").NullType;
|
|
342
|
+
readonly long: import("@elaraai/east").NullType;
|
|
341
343
|
}>>;
|
|
342
344
|
}>;
|
|
343
|
-
unit: StructType<{
|
|
344
|
-
unit: import("@elaraai/east").VariantType<{
|
|
345
|
-
bit: import("@elaraai/east").NullType;
|
|
346
|
-
byte: import("@elaraai/east").NullType;
|
|
347
|
-
kilobit: import("@elaraai/east").NullType;
|
|
348
|
-
kilobyte: import("@elaraai/east").NullType;
|
|
349
|
-
megabit: import("@elaraai/east").NullType;
|
|
350
|
-
megabyte: import("@elaraai/east").NullType;
|
|
351
|
-
gigabit: import("@elaraai/east").NullType;
|
|
352
|
-
gigabyte: import("@elaraai/east").NullType;
|
|
353
|
-
terabit: import("@elaraai/east").NullType;
|
|
354
|
-
terabyte: import("@elaraai/east").NullType;
|
|
355
|
-
petabyte: import("@elaraai/east").NullType;
|
|
356
|
-
nanosecond: import("@elaraai/east").NullType;
|
|
357
|
-
microsecond: import("@elaraai/east").NullType;
|
|
358
|
-
millisecond: import("@elaraai/east").NullType;
|
|
359
|
-
second: import("@elaraai/east").NullType;
|
|
360
|
-
minute: import("@elaraai/east").NullType;
|
|
361
|
-
hour: import("@elaraai/east").NullType;
|
|
362
|
-
day: import("@elaraai/east").NullType;
|
|
363
|
-
week: import("@elaraai/east").NullType;
|
|
364
|
-
month: import("@elaraai/east").NullType;
|
|
365
|
-
year: import("@elaraai/east").NullType;
|
|
366
|
-
millimeter: import("@elaraai/east").NullType;
|
|
367
|
-
centimeter: import("@elaraai/east").NullType;
|
|
368
|
-
meter: import("@elaraai/east").NullType;
|
|
369
|
-
kilometer: import("@elaraai/east").NullType;
|
|
370
|
-
inch: import("@elaraai/east").NullType;
|
|
371
|
-
foot: import("@elaraai/east").NullType;
|
|
372
|
-
yard: import("@elaraai/east").NullType;
|
|
373
|
-
mile: import("@elaraai/east").NullType;
|
|
374
|
-
gram: import("@elaraai/east").NullType;
|
|
375
|
-
kilogram: import("@elaraai/east").NullType;
|
|
376
|
-
milligram: import("@elaraai/east").NullType;
|
|
377
|
-
ounce: import("@elaraai/east").NullType;
|
|
378
|
-
pound: import("@elaraai/east").NullType;
|
|
379
|
-
stone: import("@elaraai/east").NullType;
|
|
380
|
-
celsius: import("@elaraai/east").NullType;
|
|
381
|
-
fahrenheit: import("@elaraai/east").NullType;
|
|
382
|
-
milliliter: import("@elaraai/east").NullType;
|
|
383
|
-
liter: import("@elaraai/east").NullType;
|
|
384
|
-
gallon: import("@elaraai/east").NullType;
|
|
385
|
-
fluidOunce: import("@elaraai/east").NullType;
|
|
386
|
-
acre: import("@elaraai/east").NullType;
|
|
387
|
-
hectare: import("@elaraai/east").NullType;
|
|
388
|
-
meterPerSecond: import("@elaraai/east").NullType;
|
|
389
|
-
kilometerPerHour: import("@elaraai/east").NullType;
|
|
390
|
-
milePerHour: import("@elaraai/east").NullType;
|
|
391
|
-
percent: import("@elaraai/east").NullType;
|
|
392
|
-
degree: import("@elaraai/east").NullType;
|
|
345
|
+
readonly unit: StructType<{
|
|
346
|
+
readonly unit: import("@elaraai/east").VariantType<{
|
|
347
|
+
readonly bit: import("@elaraai/east").NullType;
|
|
348
|
+
readonly byte: import("@elaraai/east").NullType;
|
|
349
|
+
readonly kilobit: import("@elaraai/east").NullType;
|
|
350
|
+
readonly kilobyte: import("@elaraai/east").NullType;
|
|
351
|
+
readonly megabit: import("@elaraai/east").NullType;
|
|
352
|
+
readonly megabyte: import("@elaraai/east").NullType;
|
|
353
|
+
readonly gigabit: import("@elaraai/east").NullType;
|
|
354
|
+
readonly gigabyte: import("@elaraai/east").NullType;
|
|
355
|
+
readonly terabit: import("@elaraai/east").NullType;
|
|
356
|
+
readonly terabyte: import("@elaraai/east").NullType;
|
|
357
|
+
readonly petabyte: import("@elaraai/east").NullType;
|
|
358
|
+
readonly nanosecond: import("@elaraai/east").NullType;
|
|
359
|
+
readonly microsecond: import("@elaraai/east").NullType;
|
|
360
|
+
readonly millisecond: import("@elaraai/east").NullType;
|
|
361
|
+
readonly second: import("@elaraai/east").NullType;
|
|
362
|
+
readonly minute: import("@elaraai/east").NullType;
|
|
363
|
+
readonly hour: import("@elaraai/east").NullType;
|
|
364
|
+
readonly day: import("@elaraai/east").NullType;
|
|
365
|
+
readonly week: import("@elaraai/east").NullType;
|
|
366
|
+
readonly month: import("@elaraai/east").NullType;
|
|
367
|
+
readonly year: import("@elaraai/east").NullType;
|
|
368
|
+
readonly millimeter: import("@elaraai/east").NullType;
|
|
369
|
+
readonly centimeter: import("@elaraai/east").NullType;
|
|
370
|
+
readonly meter: import("@elaraai/east").NullType;
|
|
371
|
+
readonly kilometer: import("@elaraai/east").NullType;
|
|
372
|
+
readonly inch: import("@elaraai/east").NullType;
|
|
373
|
+
readonly foot: import("@elaraai/east").NullType;
|
|
374
|
+
readonly yard: import("@elaraai/east").NullType;
|
|
375
|
+
readonly mile: import("@elaraai/east").NullType;
|
|
376
|
+
readonly gram: import("@elaraai/east").NullType;
|
|
377
|
+
readonly kilogram: import("@elaraai/east").NullType;
|
|
378
|
+
readonly milligram: import("@elaraai/east").NullType;
|
|
379
|
+
readonly ounce: import("@elaraai/east").NullType;
|
|
380
|
+
readonly pound: import("@elaraai/east").NullType;
|
|
381
|
+
readonly stone: import("@elaraai/east").NullType;
|
|
382
|
+
readonly celsius: import("@elaraai/east").NullType;
|
|
383
|
+
readonly fahrenheit: import("@elaraai/east").NullType;
|
|
384
|
+
readonly milliliter: import("@elaraai/east").NullType;
|
|
385
|
+
readonly liter: import("@elaraai/east").NullType;
|
|
386
|
+
readonly gallon: import("@elaraai/east").NullType;
|
|
387
|
+
readonly fluidOunce: import("@elaraai/east").NullType;
|
|
388
|
+
readonly acre: import("@elaraai/east").NullType;
|
|
389
|
+
readonly hectare: import("@elaraai/east").NullType;
|
|
390
|
+
readonly meterPerSecond: import("@elaraai/east").NullType;
|
|
391
|
+
readonly kilometerPerHour: import("@elaraai/east").NullType;
|
|
392
|
+
readonly milePerHour: import("@elaraai/east").NullType;
|
|
393
|
+
readonly percent: import("@elaraai/east").NullType;
|
|
394
|
+
readonly degree: import("@elaraai/east").NullType;
|
|
393
395
|
}>;
|
|
394
|
-
display: OptionType<import("@elaraai/east").VariantType<{
|
|
395
|
-
short: import("@elaraai/east").NullType;
|
|
396
|
-
narrow: import("@elaraai/east").NullType;
|
|
397
|
-
long: import("@elaraai/east").NullType;
|
|
396
|
+
readonly display: OptionType<import("@elaraai/east").VariantType<{
|
|
397
|
+
readonly short: import("@elaraai/east").NullType;
|
|
398
|
+
readonly narrow: import("@elaraai/east").NullType;
|
|
399
|
+
readonly long: import("@elaraai/east").NullType;
|
|
398
400
|
}>>;
|
|
399
401
|
}>;
|
|
400
|
-
scientific: import("@elaraai/east").NullType;
|
|
401
|
-
engineering: import("@elaraai/east").NullType;
|
|
402
|
-
date: StructType<{
|
|
403
|
-
style: OptionType<import("@elaraai/east").VariantType<{
|
|
404
|
-
full: import("@elaraai/east").NullType;
|
|
405
|
-
long: import("@elaraai/east").NullType;
|
|
406
|
-
medium: import("@elaraai/east").NullType;
|
|
407
|
-
short: import("@elaraai/east").NullType;
|
|
402
|
+
readonly scientific: import("@elaraai/east").NullType;
|
|
403
|
+
readonly engineering: import("@elaraai/east").NullType;
|
|
404
|
+
readonly date: StructType<{
|
|
405
|
+
readonly style: OptionType<import("@elaraai/east").VariantType<{
|
|
406
|
+
readonly full: import("@elaraai/east").NullType;
|
|
407
|
+
readonly long: import("@elaraai/east").NullType;
|
|
408
|
+
readonly medium: import("@elaraai/east").NullType;
|
|
409
|
+
readonly short: import("@elaraai/east").NullType;
|
|
408
410
|
}>>;
|
|
409
411
|
}>;
|
|
410
|
-
time: StructType<{
|
|
411
|
-
style: OptionType<import("@elaraai/east").VariantType<{
|
|
412
|
-
full: import("@elaraai/east").NullType;
|
|
413
|
-
long: import("@elaraai/east").NullType;
|
|
414
|
-
medium: import("@elaraai/east").NullType;
|
|
415
|
-
short: import("@elaraai/east").NullType;
|
|
412
|
+
readonly time: StructType<{
|
|
413
|
+
readonly style: OptionType<import("@elaraai/east").VariantType<{
|
|
414
|
+
readonly full: import("@elaraai/east").NullType;
|
|
415
|
+
readonly long: import("@elaraai/east").NullType;
|
|
416
|
+
readonly medium: import("@elaraai/east").NullType;
|
|
417
|
+
readonly short: import("@elaraai/east").NullType;
|
|
416
418
|
}>>;
|
|
417
|
-
hour12: OptionType<BooleanType>;
|
|
419
|
+
readonly hour12: OptionType<BooleanType>;
|
|
418
420
|
}>;
|
|
419
|
-
datetime: StructType<{
|
|
420
|
-
dateStyle: OptionType<import("@elaraai/east").VariantType<{
|
|
421
|
-
full: import("@elaraai/east").NullType;
|
|
422
|
-
long: import("@elaraai/east").NullType;
|
|
423
|
-
medium: import("@elaraai/east").NullType;
|
|
424
|
-
short: import("@elaraai/east").NullType;
|
|
421
|
+
readonly datetime: StructType<{
|
|
422
|
+
readonly dateStyle: OptionType<import("@elaraai/east").VariantType<{
|
|
423
|
+
readonly full: import("@elaraai/east").NullType;
|
|
424
|
+
readonly long: import("@elaraai/east").NullType;
|
|
425
|
+
readonly medium: import("@elaraai/east").NullType;
|
|
426
|
+
readonly short: import("@elaraai/east").NullType;
|
|
425
427
|
}>>;
|
|
426
|
-
timeStyle: OptionType<import("@elaraai/east").VariantType<{
|
|
427
|
-
full: import("@elaraai/east").NullType;
|
|
428
|
-
long: import("@elaraai/east").NullType;
|
|
429
|
-
medium: import("@elaraai/east").NullType;
|
|
430
|
-
short: import("@elaraai/east").NullType;
|
|
428
|
+
readonly timeStyle: OptionType<import("@elaraai/east").VariantType<{
|
|
429
|
+
readonly full: import("@elaraai/east").NullType;
|
|
430
|
+
readonly long: import("@elaraai/east").NullType;
|
|
431
|
+
readonly medium: import("@elaraai/east").NullType;
|
|
432
|
+
readonly short: import("@elaraai/east").NullType;
|
|
431
433
|
}>>;
|
|
432
|
-
hour12: OptionType<BooleanType>;
|
|
434
|
+
readonly hour12: OptionType<BooleanType>;
|
|
433
435
|
}>;
|
|
434
436
|
}>>;
|
|
435
|
-
domain: OptionType<ArrayType<FloatType>>;
|
|
436
|
-
hide: OptionType<BooleanType>;
|
|
437
|
-
axisLine: OptionType<BooleanType>;
|
|
438
|
-
tickLine: OptionType<BooleanType>;
|
|
439
|
-
tickMargin: OptionType<IntegerType>;
|
|
440
|
-
strokeColor: OptionType<StringType>;
|
|
441
|
-
orientation: OptionType<import("@elaraai/east").VariantType<{
|
|
442
|
-
top: import("@elaraai/east").NullType;
|
|
443
|
-
bottom: import("@elaraai/east").NullType;
|
|
444
|
-
left: import("@elaraai/east").NullType;
|
|
445
|
-
right: import("@elaraai/east").NullType;
|
|
437
|
+
readonly domain: OptionType<ArrayType<FloatType>>;
|
|
438
|
+
readonly hide: OptionType<BooleanType>;
|
|
439
|
+
readonly axisLine: OptionType<BooleanType>;
|
|
440
|
+
readonly tickLine: OptionType<BooleanType>;
|
|
441
|
+
readonly tickMargin: OptionType<IntegerType>;
|
|
442
|
+
readonly strokeColor: OptionType<StringType>;
|
|
443
|
+
readonly orientation: OptionType<import("@elaraai/east").VariantType<{
|
|
444
|
+
readonly top: import("@elaraai/east").NullType;
|
|
445
|
+
readonly bottom: import("@elaraai/east").NullType;
|
|
446
|
+
readonly left: import("@elaraai/east").NullType;
|
|
447
|
+
readonly right: import("@elaraai/east").NullType;
|
|
446
448
|
}>>;
|
|
447
|
-
axisId: OptionType<StringType>;
|
|
449
|
+
readonly axisId: OptionType<StringType>;
|
|
448
450
|
}>>;
|
|
449
|
-
yAxis2: OptionType<StructType<{
|
|
450
|
-
dataKey: OptionType<StringType>;
|
|
451
|
-
label: OptionType<StringType>;
|
|
452
|
-
tickFormat: OptionType<import("@elaraai/east").VariantType<{
|
|
453
|
-
number: StructType<{
|
|
454
|
-
minimumFractionDigits: OptionType<IntegerType>;
|
|
455
|
-
maximumFractionDigits: OptionType<IntegerType>;
|
|
456
|
-
signDisplay: OptionType<import("@elaraai/east").VariantType<{
|
|
457
|
-
auto: import("@elaraai/east").NullType;
|
|
458
|
-
never: import("@elaraai/east").NullType;
|
|
459
|
-
always: import("@elaraai/east").NullType;
|
|
460
|
-
exceptZero: import("@elaraai/east").NullType;
|
|
451
|
+
readonly yAxis2: OptionType<StructType<{
|
|
452
|
+
readonly dataKey: OptionType<StringType>;
|
|
453
|
+
readonly label: OptionType<StringType>;
|
|
454
|
+
readonly tickFormat: OptionType<import("@elaraai/east").VariantType<{
|
|
455
|
+
readonly number: StructType<{
|
|
456
|
+
readonly minimumFractionDigits: OptionType<IntegerType>;
|
|
457
|
+
readonly maximumFractionDigits: OptionType<IntegerType>;
|
|
458
|
+
readonly signDisplay: OptionType<import("@elaraai/east").VariantType<{
|
|
459
|
+
readonly auto: import("@elaraai/east").NullType;
|
|
460
|
+
readonly never: import("@elaraai/east").NullType;
|
|
461
|
+
readonly always: import("@elaraai/east").NullType;
|
|
462
|
+
readonly exceptZero: import("@elaraai/east").NullType;
|
|
461
463
|
}>>;
|
|
462
464
|
}>;
|
|
463
|
-
currency: StructType<{
|
|
464
|
-
currency: import("@elaraai/east").VariantType<{
|
|
465
|
-
USD: import("@elaraai/east").NullType;
|
|
466
|
-
EUR: import("@elaraai/east").NullType;
|
|
467
|
-
GBP: import("@elaraai/east").NullType;
|
|
468
|
-
JPY: import("@elaraai/east").NullType;
|
|
469
|
-
CHF: import("@elaraai/east").NullType;
|
|
470
|
-
CAD: import("@elaraai/east").NullType;
|
|
471
|
-
AUD: import("@elaraai/east").NullType;
|
|
472
|
-
NZD: import("@elaraai/east").NullType;
|
|
473
|
-
CNY: import("@elaraai/east").NullType;
|
|
474
|
-
HKD: import("@elaraai/east").NullType;
|
|
475
|
-
SGD: import("@elaraai/east").NullType;
|
|
476
|
-
KRW: import("@elaraai/east").NullType;
|
|
477
|
-
INR: import("@elaraai/east").NullType;
|
|
478
|
-
TWD: import("@elaraai/east").NullType;
|
|
479
|
-
THB: import("@elaraai/east").NullType;
|
|
480
|
-
MYR: import("@elaraai/east").NullType;
|
|
481
|
-
IDR: import("@elaraai/east").NullType;
|
|
482
|
-
PHP: import("@elaraai/east").NullType;
|
|
483
|
-
VND: import("@elaraai/east").NullType;
|
|
484
|
-
SEK: import("@elaraai/east").NullType;
|
|
485
|
-
NOK: import("@elaraai/east").NullType;
|
|
486
|
-
DKK: import("@elaraai/east").NullType;
|
|
487
|
-
PLN: import("@elaraai/east").NullType;
|
|
488
|
-
CZK: import("@elaraai/east").NullType;
|
|
489
|
-
HUF: import("@elaraai/east").NullType;
|
|
490
|
-
RUB: import("@elaraai/east").NullType;
|
|
491
|
-
UAH: import("@elaraai/east").NullType;
|
|
492
|
-
RON: import("@elaraai/east").NullType;
|
|
493
|
-
MXN: import("@elaraai/east").NullType;
|
|
494
|
-
BRL: import("@elaraai/east").NullType;
|
|
495
|
-
ARS: import("@elaraai/east").NullType;
|
|
496
|
-
CLP: import("@elaraai/east").NullType;
|
|
497
|
-
COP: import("@elaraai/east").NullType;
|
|
498
|
-
PEN: import("@elaraai/east").NullType;
|
|
499
|
-
AED: import("@elaraai/east").NullType;
|
|
500
|
-
SAR: import("@elaraai/east").NullType;
|
|
501
|
-
ILS: import("@elaraai/east").NullType;
|
|
502
|
-
ZAR: import("@elaraai/east").NullType;
|
|
503
|
-
TRY: import("@elaraai/east").NullType;
|
|
504
|
-
EGP: import("@elaraai/east").NullType;
|
|
505
|
-
NGN: import("@elaraai/east").NullType;
|
|
506
|
-
KES: import("@elaraai/east").NullType;
|
|
465
|
+
readonly currency: StructType<{
|
|
466
|
+
readonly currency: import("@elaraai/east").VariantType<{
|
|
467
|
+
readonly USD: import("@elaraai/east").NullType;
|
|
468
|
+
readonly EUR: import("@elaraai/east").NullType;
|
|
469
|
+
readonly GBP: import("@elaraai/east").NullType;
|
|
470
|
+
readonly JPY: import("@elaraai/east").NullType;
|
|
471
|
+
readonly CHF: import("@elaraai/east").NullType;
|
|
472
|
+
readonly CAD: import("@elaraai/east").NullType;
|
|
473
|
+
readonly AUD: import("@elaraai/east").NullType;
|
|
474
|
+
readonly NZD: import("@elaraai/east").NullType;
|
|
475
|
+
readonly CNY: import("@elaraai/east").NullType;
|
|
476
|
+
readonly HKD: import("@elaraai/east").NullType;
|
|
477
|
+
readonly SGD: import("@elaraai/east").NullType;
|
|
478
|
+
readonly KRW: import("@elaraai/east").NullType;
|
|
479
|
+
readonly INR: import("@elaraai/east").NullType;
|
|
480
|
+
readonly TWD: import("@elaraai/east").NullType;
|
|
481
|
+
readonly THB: import("@elaraai/east").NullType;
|
|
482
|
+
readonly MYR: import("@elaraai/east").NullType;
|
|
483
|
+
readonly IDR: import("@elaraai/east").NullType;
|
|
484
|
+
readonly PHP: import("@elaraai/east").NullType;
|
|
485
|
+
readonly VND: import("@elaraai/east").NullType;
|
|
486
|
+
readonly SEK: import("@elaraai/east").NullType;
|
|
487
|
+
readonly NOK: import("@elaraai/east").NullType;
|
|
488
|
+
readonly DKK: import("@elaraai/east").NullType;
|
|
489
|
+
readonly PLN: import("@elaraai/east").NullType;
|
|
490
|
+
readonly CZK: import("@elaraai/east").NullType;
|
|
491
|
+
readonly HUF: import("@elaraai/east").NullType;
|
|
492
|
+
readonly RUB: import("@elaraai/east").NullType;
|
|
493
|
+
readonly UAH: import("@elaraai/east").NullType;
|
|
494
|
+
readonly RON: import("@elaraai/east").NullType;
|
|
495
|
+
readonly MXN: import("@elaraai/east").NullType;
|
|
496
|
+
readonly BRL: import("@elaraai/east").NullType;
|
|
497
|
+
readonly ARS: import("@elaraai/east").NullType;
|
|
498
|
+
readonly CLP: import("@elaraai/east").NullType;
|
|
499
|
+
readonly COP: import("@elaraai/east").NullType;
|
|
500
|
+
readonly PEN: import("@elaraai/east").NullType;
|
|
501
|
+
readonly AED: import("@elaraai/east").NullType;
|
|
502
|
+
readonly SAR: import("@elaraai/east").NullType;
|
|
503
|
+
readonly ILS: import("@elaraai/east").NullType;
|
|
504
|
+
readonly ZAR: import("@elaraai/east").NullType;
|
|
505
|
+
readonly TRY: import("@elaraai/east").NullType;
|
|
506
|
+
readonly EGP: import("@elaraai/east").NullType;
|
|
507
|
+
readonly NGN: import("@elaraai/east").NullType;
|
|
508
|
+
readonly KES: import("@elaraai/east").NullType;
|
|
507
509
|
}>;
|
|
508
|
-
display: OptionType<import("@elaraai/east").VariantType<{
|
|
509
|
-
code: import("@elaraai/east").NullType;
|
|
510
|
-
symbol: import("@elaraai/east").NullType;
|
|
511
|
-
narrowSymbol: import("@elaraai/east").NullType;
|
|
512
|
-
name: import("@elaraai/east").NullType;
|
|
510
|
+
readonly display: OptionType<import("@elaraai/east").VariantType<{
|
|
511
|
+
readonly code: import("@elaraai/east").NullType;
|
|
512
|
+
readonly symbol: import("@elaraai/east").NullType;
|
|
513
|
+
readonly narrowSymbol: import("@elaraai/east").NullType;
|
|
514
|
+
readonly name: import("@elaraai/east").NullType;
|
|
513
515
|
}>>;
|
|
514
|
-
minimumFractionDigits: OptionType<IntegerType>;
|
|
515
|
-
maximumFractionDigits: OptionType<IntegerType>;
|
|
516
|
+
readonly minimumFractionDigits: OptionType<IntegerType>;
|
|
517
|
+
readonly maximumFractionDigits: OptionType<IntegerType>;
|
|
516
518
|
}>;
|
|
517
|
-
percent: StructType<{
|
|
518
|
-
minimumFractionDigits: OptionType<IntegerType>;
|
|
519
|
-
maximumFractionDigits: OptionType<IntegerType>;
|
|
520
|
-
signDisplay: OptionType<import("@elaraai/east").VariantType<{
|
|
521
|
-
auto: import("@elaraai/east").NullType;
|
|
522
|
-
never: import("@elaraai/east").NullType;
|
|
523
|
-
always: import("@elaraai/east").NullType;
|
|
524
|
-
exceptZero: import("@elaraai/east").NullType;
|
|
519
|
+
readonly percent: StructType<{
|
|
520
|
+
readonly minimumFractionDigits: OptionType<IntegerType>;
|
|
521
|
+
readonly maximumFractionDigits: OptionType<IntegerType>;
|
|
522
|
+
readonly signDisplay: OptionType<import("@elaraai/east").VariantType<{
|
|
523
|
+
readonly auto: import("@elaraai/east").NullType;
|
|
524
|
+
readonly never: import("@elaraai/east").NullType;
|
|
525
|
+
readonly always: import("@elaraai/east").NullType;
|
|
526
|
+
readonly exceptZero: import("@elaraai/east").NullType;
|
|
525
527
|
}>>;
|
|
526
528
|
}>;
|
|
527
|
-
compact: StructType<{
|
|
528
|
-
display: OptionType<import("@elaraai/east").VariantType<{
|
|
529
|
-
short: import("@elaraai/east").NullType;
|
|
530
|
-
long: import("@elaraai/east").NullType;
|
|
529
|
+
readonly compact: StructType<{
|
|
530
|
+
readonly display: OptionType<import("@elaraai/east").VariantType<{
|
|
531
|
+
readonly short: import("@elaraai/east").NullType;
|
|
532
|
+
readonly long: import("@elaraai/east").NullType;
|
|
531
533
|
}>>;
|
|
532
534
|
}>;
|
|
533
|
-
unit: StructType<{
|
|
534
|
-
unit: import("@elaraai/east").VariantType<{
|
|
535
|
-
bit: import("@elaraai/east").NullType;
|
|
536
|
-
byte: import("@elaraai/east").NullType;
|
|
537
|
-
kilobit: import("@elaraai/east").NullType;
|
|
538
|
-
kilobyte: import("@elaraai/east").NullType;
|
|
539
|
-
megabit: import("@elaraai/east").NullType;
|
|
540
|
-
megabyte: import("@elaraai/east").NullType;
|
|
541
|
-
gigabit: import("@elaraai/east").NullType;
|
|
542
|
-
gigabyte: import("@elaraai/east").NullType;
|
|
543
|
-
terabit: import("@elaraai/east").NullType;
|
|
544
|
-
terabyte: import("@elaraai/east").NullType;
|
|
545
|
-
petabyte: import("@elaraai/east").NullType;
|
|
546
|
-
nanosecond: import("@elaraai/east").NullType;
|
|
547
|
-
microsecond: import("@elaraai/east").NullType;
|
|
548
|
-
millisecond: import("@elaraai/east").NullType;
|
|
549
|
-
second: import("@elaraai/east").NullType;
|
|
550
|
-
minute: import("@elaraai/east").NullType;
|
|
551
|
-
hour: import("@elaraai/east").NullType;
|
|
552
|
-
day: import("@elaraai/east").NullType;
|
|
553
|
-
week: import("@elaraai/east").NullType;
|
|
554
|
-
month: import("@elaraai/east").NullType;
|
|
555
|
-
year: import("@elaraai/east").NullType;
|
|
556
|
-
millimeter: import("@elaraai/east").NullType;
|
|
557
|
-
centimeter: import("@elaraai/east").NullType;
|
|
558
|
-
meter: import("@elaraai/east").NullType;
|
|
559
|
-
kilometer: import("@elaraai/east").NullType;
|
|
560
|
-
inch: import("@elaraai/east").NullType;
|
|
561
|
-
foot: import("@elaraai/east").NullType;
|
|
562
|
-
yard: import("@elaraai/east").NullType;
|
|
563
|
-
mile: import("@elaraai/east").NullType;
|
|
564
|
-
gram: import("@elaraai/east").NullType;
|
|
565
|
-
kilogram: import("@elaraai/east").NullType;
|
|
566
|
-
milligram: import("@elaraai/east").NullType;
|
|
567
|
-
ounce: import("@elaraai/east").NullType;
|
|
568
|
-
pound: import("@elaraai/east").NullType;
|
|
569
|
-
stone: import("@elaraai/east").NullType;
|
|
570
|
-
celsius: import("@elaraai/east").NullType;
|
|
571
|
-
fahrenheit: import("@elaraai/east").NullType;
|
|
572
|
-
milliliter: import("@elaraai/east").NullType;
|
|
573
|
-
liter: import("@elaraai/east").NullType;
|
|
574
|
-
gallon: import("@elaraai/east").NullType;
|
|
575
|
-
fluidOunce: import("@elaraai/east").NullType;
|
|
576
|
-
acre: import("@elaraai/east").NullType;
|
|
577
|
-
hectare: import("@elaraai/east").NullType;
|
|
578
|
-
meterPerSecond: import("@elaraai/east").NullType;
|
|
579
|
-
kilometerPerHour: import("@elaraai/east").NullType;
|
|
580
|
-
milePerHour: import("@elaraai/east").NullType;
|
|
581
|
-
percent: import("@elaraai/east").NullType;
|
|
582
|
-
degree: import("@elaraai/east").NullType;
|
|
535
|
+
readonly unit: StructType<{
|
|
536
|
+
readonly unit: import("@elaraai/east").VariantType<{
|
|
537
|
+
readonly bit: import("@elaraai/east").NullType;
|
|
538
|
+
readonly byte: import("@elaraai/east").NullType;
|
|
539
|
+
readonly kilobit: import("@elaraai/east").NullType;
|
|
540
|
+
readonly kilobyte: import("@elaraai/east").NullType;
|
|
541
|
+
readonly megabit: import("@elaraai/east").NullType;
|
|
542
|
+
readonly megabyte: import("@elaraai/east").NullType;
|
|
543
|
+
readonly gigabit: import("@elaraai/east").NullType;
|
|
544
|
+
readonly gigabyte: import("@elaraai/east").NullType;
|
|
545
|
+
readonly terabit: import("@elaraai/east").NullType;
|
|
546
|
+
readonly terabyte: import("@elaraai/east").NullType;
|
|
547
|
+
readonly petabyte: import("@elaraai/east").NullType;
|
|
548
|
+
readonly nanosecond: import("@elaraai/east").NullType;
|
|
549
|
+
readonly microsecond: import("@elaraai/east").NullType;
|
|
550
|
+
readonly millisecond: import("@elaraai/east").NullType;
|
|
551
|
+
readonly second: import("@elaraai/east").NullType;
|
|
552
|
+
readonly minute: import("@elaraai/east").NullType;
|
|
553
|
+
readonly hour: import("@elaraai/east").NullType;
|
|
554
|
+
readonly day: import("@elaraai/east").NullType;
|
|
555
|
+
readonly week: import("@elaraai/east").NullType;
|
|
556
|
+
readonly month: import("@elaraai/east").NullType;
|
|
557
|
+
readonly year: import("@elaraai/east").NullType;
|
|
558
|
+
readonly millimeter: import("@elaraai/east").NullType;
|
|
559
|
+
readonly centimeter: import("@elaraai/east").NullType;
|
|
560
|
+
readonly meter: import("@elaraai/east").NullType;
|
|
561
|
+
readonly kilometer: import("@elaraai/east").NullType;
|
|
562
|
+
readonly inch: import("@elaraai/east").NullType;
|
|
563
|
+
readonly foot: import("@elaraai/east").NullType;
|
|
564
|
+
readonly yard: import("@elaraai/east").NullType;
|
|
565
|
+
readonly mile: import("@elaraai/east").NullType;
|
|
566
|
+
readonly gram: import("@elaraai/east").NullType;
|
|
567
|
+
readonly kilogram: import("@elaraai/east").NullType;
|
|
568
|
+
readonly milligram: import("@elaraai/east").NullType;
|
|
569
|
+
readonly ounce: import("@elaraai/east").NullType;
|
|
570
|
+
readonly pound: import("@elaraai/east").NullType;
|
|
571
|
+
readonly stone: import("@elaraai/east").NullType;
|
|
572
|
+
readonly celsius: import("@elaraai/east").NullType;
|
|
573
|
+
readonly fahrenheit: import("@elaraai/east").NullType;
|
|
574
|
+
readonly milliliter: import("@elaraai/east").NullType;
|
|
575
|
+
readonly liter: import("@elaraai/east").NullType;
|
|
576
|
+
readonly gallon: import("@elaraai/east").NullType;
|
|
577
|
+
readonly fluidOunce: import("@elaraai/east").NullType;
|
|
578
|
+
readonly acre: import("@elaraai/east").NullType;
|
|
579
|
+
readonly hectare: import("@elaraai/east").NullType;
|
|
580
|
+
readonly meterPerSecond: import("@elaraai/east").NullType;
|
|
581
|
+
readonly kilometerPerHour: import("@elaraai/east").NullType;
|
|
582
|
+
readonly milePerHour: import("@elaraai/east").NullType;
|
|
583
|
+
readonly percent: import("@elaraai/east").NullType;
|
|
584
|
+
readonly degree: import("@elaraai/east").NullType;
|
|
583
585
|
}>;
|
|
584
|
-
display: OptionType<import("@elaraai/east").VariantType<{
|
|
585
|
-
short: import("@elaraai/east").NullType;
|
|
586
|
-
narrow: import("@elaraai/east").NullType;
|
|
587
|
-
long: import("@elaraai/east").NullType;
|
|
586
|
+
readonly display: OptionType<import("@elaraai/east").VariantType<{
|
|
587
|
+
readonly short: import("@elaraai/east").NullType;
|
|
588
|
+
readonly narrow: import("@elaraai/east").NullType;
|
|
589
|
+
readonly long: import("@elaraai/east").NullType;
|
|
588
590
|
}>>;
|
|
589
591
|
}>;
|
|
590
|
-
scientific: import("@elaraai/east").NullType;
|
|
591
|
-
engineering: import("@elaraai/east").NullType;
|
|
592
|
-
date: StructType<{
|
|
593
|
-
style: OptionType<import("@elaraai/east").VariantType<{
|
|
594
|
-
full: import("@elaraai/east").NullType;
|
|
595
|
-
long: import("@elaraai/east").NullType;
|
|
596
|
-
medium: import("@elaraai/east").NullType;
|
|
597
|
-
short: import("@elaraai/east").NullType;
|
|
592
|
+
readonly scientific: import("@elaraai/east").NullType;
|
|
593
|
+
readonly engineering: import("@elaraai/east").NullType;
|
|
594
|
+
readonly date: StructType<{
|
|
595
|
+
readonly style: OptionType<import("@elaraai/east").VariantType<{
|
|
596
|
+
readonly full: import("@elaraai/east").NullType;
|
|
597
|
+
readonly long: import("@elaraai/east").NullType;
|
|
598
|
+
readonly medium: import("@elaraai/east").NullType;
|
|
599
|
+
readonly short: import("@elaraai/east").NullType;
|
|
598
600
|
}>>;
|
|
599
601
|
}>;
|
|
600
|
-
time: StructType<{
|
|
601
|
-
style: OptionType<import("@elaraai/east").VariantType<{
|
|
602
|
-
full: import("@elaraai/east").NullType;
|
|
603
|
-
long: import("@elaraai/east").NullType;
|
|
604
|
-
medium: import("@elaraai/east").NullType;
|
|
605
|
-
short: import("@elaraai/east").NullType;
|
|
602
|
+
readonly time: StructType<{
|
|
603
|
+
readonly style: OptionType<import("@elaraai/east").VariantType<{
|
|
604
|
+
readonly full: import("@elaraai/east").NullType;
|
|
605
|
+
readonly long: import("@elaraai/east").NullType;
|
|
606
|
+
readonly medium: import("@elaraai/east").NullType;
|
|
607
|
+
readonly short: import("@elaraai/east").NullType;
|
|
606
608
|
}>>;
|
|
607
|
-
hour12: OptionType<BooleanType>;
|
|
609
|
+
readonly hour12: OptionType<BooleanType>;
|
|
608
610
|
}>;
|
|
609
|
-
datetime: StructType<{
|
|
610
|
-
dateStyle: OptionType<import("@elaraai/east").VariantType<{
|
|
611
|
-
full: import("@elaraai/east").NullType;
|
|
612
|
-
long: import("@elaraai/east").NullType;
|
|
613
|
-
medium: import("@elaraai/east").NullType;
|
|
614
|
-
short: import("@elaraai/east").NullType;
|
|
611
|
+
readonly datetime: StructType<{
|
|
612
|
+
readonly dateStyle: OptionType<import("@elaraai/east").VariantType<{
|
|
613
|
+
readonly full: import("@elaraai/east").NullType;
|
|
614
|
+
readonly long: import("@elaraai/east").NullType;
|
|
615
|
+
readonly medium: import("@elaraai/east").NullType;
|
|
616
|
+
readonly short: import("@elaraai/east").NullType;
|
|
615
617
|
}>>;
|
|
616
|
-
timeStyle: OptionType<import("@elaraai/east").VariantType<{
|
|
617
|
-
full: import("@elaraai/east").NullType;
|
|
618
|
-
long: import("@elaraai/east").NullType;
|
|
619
|
-
medium: import("@elaraai/east").NullType;
|
|
620
|
-
short: import("@elaraai/east").NullType;
|
|
618
|
+
readonly timeStyle: OptionType<import("@elaraai/east").VariantType<{
|
|
619
|
+
readonly full: import("@elaraai/east").NullType;
|
|
620
|
+
readonly long: import("@elaraai/east").NullType;
|
|
621
|
+
readonly medium: import("@elaraai/east").NullType;
|
|
622
|
+
readonly short: import("@elaraai/east").NullType;
|
|
621
623
|
}>>;
|
|
622
|
-
hour12: OptionType<BooleanType>;
|
|
624
|
+
readonly hour12: OptionType<BooleanType>;
|
|
623
625
|
}>;
|
|
624
626
|
}>>;
|
|
625
|
-
domain: OptionType<ArrayType<FloatType>>;
|
|
626
|
-
hide: OptionType<BooleanType>;
|
|
627
|
-
axisLine: OptionType<BooleanType>;
|
|
628
|
-
tickLine: OptionType<BooleanType>;
|
|
629
|
-
tickMargin: OptionType<IntegerType>;
|
|
630
|
-
strokeColor: OptionType<StringType>;
|
|
631
|
-
orientation: OptionType<import("@elaraai/east").VariantType<{
|
|
632
|
-
top: import("@elaraai/east").NullType;
|
|
633
|
-
bottom: import("@elaraai/east").NullType;
|
|
634
|
-
left: import("@elaraai/east").NullType;
|
|
635
|
-
right: import("@elaraai/east").NullType;
|
|
627
|
+
readonly domain: OptionType<ArrayType<FloatType>>;
|
|
628
|
+
readonly hide: OptionType<BooleanType>;
|
|
629
|
+
readonly axisLine: OptionType<BooleanType>;
|
|
630
|
+
readonly tickLine: OptionType<BooleanType>;
|
|
631
|
+
readonly tickMargin: OptionType<IntegerType>;
|
|
632
|
+
readonly strokeColor: OptionType<StringType>;
|
|
633
|
+
readonly orientation: OptionType<import("@elaraai/east").VariantType<{
|
|
634
|
+
readonly top: import("@elaraai/east").NullType;
|
|
635
|
+
readonly bottom: import("@elaraai/east").NullType;
|
|
636
|
+
readonly left: import("@elaraai/east").NullType;
|
|
637
|
+
readonly right: import("@elaraai/east").NullType;
|
|
636
638
|
}>>;
|
|
637
|
-
axisId: OptionType<StringType>;
|
|
639
|
+
readonly axisId: OptionType<StringType>;
|
|
638
640
|
}>>;
|
|
639
|
-
curveType: OptionType<import("@elaraai/east").VariantType<{
|
|
640
|
-
linear: import("@elaraai/east").NullType;
|
|
641
|
-
natural: import("@elaraai/east").NullType;
|
|
642
|
-
monotone: import("@elaraai/east").NullType;
|
|
643
|
-
step: import("@elaraai/east").NullType;
|
|
644
|
-
stepBefore: import("@elaraai/east").NullType;
|
|
645
|
-
stepAfter: import("@elaraai/east").NullType;
|
|
641
|
+
readonly curveType: OptionType<import("@elaraai/east").VariantType<{
|
|
642
|
+
readonly linear: import("@elaraai/east").NullType;
|
|
643
|
+
readonly natural: import("@elaraai/east").NullType;
|
|
644
|
+
readonly monotone: import("@elaraai/east").NullType;
|
|
645
|
+
readonly step: import("@elaraai/east").NullType;
|
|
646
|
+
readonly stepBefore: import("@elaraai/east").NullType;
|
|
647
|
+
readonly stepAfter: import("@elaraai/east").NullType;
|
|
646
648
|
}>>;
|
|
647
|
-
stacked: OptionType<BooleanType>;
|
|
648
|
-
stackOffset: OptionType<import("@elaraai/east").VariantType<{
|
|
649
|
-
none: import("@elaraai/east").NullType;
|
|
650
|
-
expand: import("@elaraai/east").NullType;
|
|
651
|
-
wiggle: import("@elaraai/east").NullType;
|
|
652
|
-
silhouette: import("@elaraai/east").NullType;
|
|
649
|
+
readonly stacked: OptionType<BooleanType>;
|
|
650
|
+
readonly stackOffset: OptionType<import("@elaraai/east").VariantType<{
|
|
651
|
+
readonly none: import("@elaraai/east").NullType;
|
|
652
|
+
readonly expand: import("@elaraai/east").NullType;
|
|
653
|
+
readonly wiggle: import("@elaraai/east").NullType;
|
|
654
|
+
readonly silhouette: import("@elaraai/east").NullType;
|
|
653
655
|
}>>;
|
|
654
|
-
grid: OptionType<StructType<{
|
|
655
|
-
show: OptionType<BooleanType>;
|
|
656
|
-
vertical: OptionType<BooleanType>;
|
|
657
|
-
horizontal: OptionType<BooleanType>;
|
|
658
|
-
strokeColor: OptionType<StringType>;
|
|
659
|
-
strokeDasharray: OptionType<StringType>;
|
|
656
|
+
readonly grid: OptionType<StructType<{
|
|
657
|
+
readonly show: OptionType<BooleanType>;
|
|
658
|
+
readonly vertical: OptionType<BooleanType>;
|
|
659
|
+
readonly horizontal: OptionType<BooleanType>;
|
|
660
|
+
readonly strokeColor: OptionType<StringType>;
|
|
661
|
+
readonly strokeDasharray: OptionType<StringType>;
|
|
660
662
|
}>>;
|
|
661
|
-
tooltip: OptionType<StructType<{
|
|
662
|
-
show: OptionType<BooleanType>;
|
|
663
|
-
cursor: OptionType<import("@elaraai/east").VariantType<{
|
|
664
|
-
none: import("@elaraai/east").NullType;
|
|
665
|
-
crosshair: StringType;
|
|
666
|
-
fill: StringType;
|
|
663
|
+
readonly tooltip: OptionType<StructType<{
|
|
664
|
+
readonly show: OptionType<BooleanType>;
|
|
665
|
+
readonly cursor: OptionType<import("@elaraai/east").VariantType<{
|
|
666
|
+
readonly none: import("@elaraai/east").NullType;
|
|
667
|
+
readonly crosshair: StringType;
|
|
668
|
+
readonly fill: StringType;
|
|
667
669
|
}>>;
|
|
668
|
-
animationDuration: OptionType<IntegerType>;
|
|
670
|
+
readonly animationDuration: OptionType<IntegerType>;
|
|
669
671
|
}>>;
|
|
670
|
-
legend: OptionType<StructType<{
|
|
671
|
-
show: OptionType<BooleanType>;
|
|
672
|
-
layout: OptionType<import("@elaraai/east").VariantType<{
|
|
673
|
-
horizontal: import("@elaraai/east").NullType;
|
|
674
|
-
vertical: import("@elaraai/east").NullType;
|
|
672
|
+
readonly legend: OptionType<StructType<{
|
|
673
|
+
readonly show: OptionType<BooleanType>;
|
|
674
|
+
readonly layout: OptionType<import("@elaraai/east").VariantType<{
|
|
675
|
+
readonly horizontal: import("@elaraai/east").NullType;
|
|
676
|
+
readonly vertical: import("@elaraai/east").NullType;
|
|
675
677
|
}>>;
|
|
676
|
-
align: OptionType<import("@elaraai/east").VariantType<{
|
|
677
|
-
left: import("@elaraai/east").NullType;
|
|
678
|
-
center: import("@elaraai/east").NullType;
|
|
679
|
-
right: import("@elaraai/east").NullType;
|
|
678
|
+
readonly align: OptionType<import("@elaraai/east").VariantType<{
|
|
679
|
+
readonly left: import("@elaraai/east").NullType;
|
|
680
|
+
readonly center: import("@elaraai/east").NullType;
|
|
681
|
+
readonly right: import("@elaraai/east").NullType;
|
|
680
682
|
}>>;
|
|
681
|
-
verticalAlign: OptionType<import("@elaraai/east").VariantType<{
|
|
682
|
-
top: import("@elaraai/east").NullType;
|
|
683
|
-
middle: import("@elaraai/east").NullType;
|
|
684
|
-
bottom: import("@elaraai/east").NullType;
|
|
683
|
+
readonly verticalAlign: OptionType<import("@elaraai/east").VariantType<{
|
|
684
|
+
readonly top: import("@elaraai/east").NullType;
|
|
685
|
+
readonly middle: import("@elaraai/east").NullType;
|
|
686
|
+
readonly bottom: import("@elaraai/east").NullType;
|
|
685
687
|
}>>;
|
|
686
688
|
}>>;
|
|
687
|
-
margin: OptionType<StructType<{
|
|
688
|
-
top: OptionType<IntegerType>;
|
|
689
|
-
right: OptionType<IntegerType>;
|
|
690
|
-
bottom: OptionType<IntegerType>;
|
|
691
|
-
left: OptionType<IntegerType>;
|
|
689
|
+
readonly margin: OptionType<StructType<{
|
|
690
|
+
readonly top: OptionType<IntegerType>;
|
|
691
|
+
readonly right: OptionType<IntegerType>;
|
|
692
|
+
readonly bottom: OptionType<IntegerType>;
|
|
693
|
+
readonly left: OptionType<IntegerType>;
|
|
692
694
|
}>>;
|
|
693
|
-
brush: OptionType<StructType<{
|
|
694
|
-
dataKey: OptionType<StringType>;
|
|
695
|
-
height: OptionType<IntegerType>;
|
|
696
|
-
travellerWidth: OptionType<IntegerType>;
|
|
697
|
-
startIndex: OptionType<IntegerType>;
|
|
698
|
-
endIndex: OptionType<IntegerType>;
|
|
699
|
-
stroke: OptionType<StringType>;
|
|
700
|
-
fill: OptionType<StringType>;
|
|
695
|
+
readonly brush: OptionType<StructType<{
|
|
696
|
+
readonly dataKey: OptionType<StringType>;
|
|
697
|
+
readonly height: OptionType<IntegerType>;
|
|
698
|
+
readonly travellerWidth: OptionType<IntegerType>;
|
|
699
|
+
readonly startIndex: OptionType<IntegerType>;
|
|
700
|
+
readonly endIndex: OptionType<IntegerType>;
|
|
701
|
+
readonly stroke: OptionType<StringType>;
|
|
702
|
+
readonly fill: OptionType<StringType>;
|
|
701
703
|
}>>;
|
|
702
|
-
fillOpacity: OptionType<FloatType>;
|
|
703
|
-
connectNulls: OptionType<BooleanType>;
|
|
704
|
-
referenceLines: OptionType<ArrayType<StructType<{
|
|
705
|
-
x: OptionType<import("@elaraai/east").VariantType<{
|
|
706
|
-
Null: import("@elaraai/east").NullType;
|
|
707
|
-
Boolean: BooleanType;
|
|
708
|
-
Integer: IntegerType;
|
|
709
|
-
Float: FloatType;
|
|
710
|
-
String: StringType;
|
|
711
|
-
DateTime: import("@elaraai/east").DateTimeType;
|
|
712
|
-
Blob: import("@elaraai/east").BlobType;
|
|
704
|
+
readonly fillOpacity: OptionType<FloatType>;
|
|
705
|
+
readonly connectNulls: OptionType<BooleanType>;
|
|
706
|
+
readonly referenceLines: OptionType<ArrayType<StructType<{
|
|
707
|
+
readonly x: OptionType<import("@elaraai/east").VariantType<{
|
|
708
|
+
readonly Null: import("@elaraai/east").NullType;
|
|
709
|
+
readonly Boolean: BooleanType;
|
|
710
|
+
readonly Integer: IntegerType;
|
|
711
|
+
readonly Float: FloatType;
|
|
712
|
+
readonly String: StringType;
|
|
713
|
+
readonly DateTime: import("@elaraai/east").DateTimeType;
|
|
714
|
+
readonly Blob: import("@elaraai/east").BlobType;
|
|
713
715
|
}>>;
|
|
714
|
-
y: OptionType<import("@elaraai/east").VariantType<{
|
|
715
|
-
Null: import("@elaraai/east").NullType;
|
|
716
|
-
Boolean: BooleanType;
|
|
717
|
-
Integer: IntegerType;
|
|
718
|
-
Float: FloatType;
|
|
719
|
-
String: StringType;
|
|
720
|
-
DateTime: import("@elaraai/east").DateTimeType;
|
|
721
|
-
Blob: import("@elaraai/east").BlobType;
|
|
716
|
+
readonly y: OptionType<import("@elaraai/east").VariantType<{
|
|
717
|
+
readonly Null: import("@elaraai/east").NullType;
|
|
718
|
+
readonly Boolean: BooleanType;
|
|
719
|
+
readonly Integer: IntegerType;
|
|
720
|
+
readonly Float: FloatType;
|
|
721
|
+
readonly String: StringType;
|
|
722
|
+
readonly DateTime: import("@elaraai/east").DateTimeType;
|
|
723
|
+
readonly Blob: import("@elaraai/east").BlobType;
|
|
722
724
|
}>>;
|
|
723
|
-
stroke: OptionType<StringType>;
|
|
724
|
-
strokeWidth: OptionType<IntegerType>;
|
|
725
|
-
strokeDasharray: OptionType<StringType>;
|
|
726
|
-
label: OptionType<StringType>;
|
|
727
|
-
labelPosition: OptionType<import("@elaraai/east").VariantType<{
|
|
728
|
-
top: import("@elaraai/east").NullType;
|
|
729
|
-
bottom: import("@elaraai/east").NullType;
|
|
730
|
-
left: import("@elaraai/east").NullType;
|
|
731
|
-
right: import("@elaraai/east").NullType;
|
|
732
|
-
center: import("@elaraai/east").NullType;
|
|
733
|
-
insideTop: import("@elaraai/east").NullType;
|
|
734
|
-
insideBottom: import("@elaraai/east").NullType;
|
|
735
|
-
insideLeft: import("@elaraai/east").NullType;
|
|
736
|
-
insideRight: import("@elaraai/east").NullType;
|
|
737
|
-
insideTopLeft: import("@elaraai/east").NullType;
|
|
738
|
-
insideTopRight: import("@elaraai/east").NullType;
|
|
739
|
-
insideBottomLeft: import("@elaraai/east").NullType;
|
|
740
|
-
insideBottomRight: import("@elaraai/east").NullType;
|
|
725
|
+
readonly stroke: OptionType<StringType>;
|
|
726
|
+
readonly strokeWidth: OptionType<IntegerType>;
|
|
727
|
+
readonly strokeDasharray: OptionType<StringType>;
|
|
728
|
+
readonly label: OptionType<StringType>;
|
|
729
|
+
readonly labelPosition: OptionType<import("@elaraai/east").VariantType<{
|
|
730
|
+
readonly top: import("@elaraai/east").NullType;
|
|
731
|
+
readonly bottom: import("@elaraai/east").NullType;
|
|
732
|
+
readonly left: import("@elaraai/east").NullType;
|
|
733
|
+
readonly right: import("@elaraai/east").NullType;
|
|
734
|
+
readonly center: import("@elaraai/east").NullType;
|
|
735
|
+
readonly insideTop: import("@elaraai/east").NullType;
|
|
736
|
+
readonly insideBottom: import("@elaraai/east").NullType;
|
|
737
|
+
readonly insideLeft: import("@elaraai/east").NullType;
|
|
738
|
+
readonly insideRight: import("@elaraai/east").NullType;
|
|
739
|
+
readonly insideTopLeft: import("@elaraai/east").NullType;
|
|
740
|
+
readonly insideTopRight: import("@elaraai/east").NullType;
|
|
741
|
+
readonly insideBottomLeft: import("@elaraai/east").NullType;
|
|
742
|
+
readonly insideBottomRight: import("@elaraai/east").NullType;
|
|
741
743
|
}>>;
|
|
742
|
-
labelOffset: OptionType<IntegerType>;
|
|
743
|
-
ifOverflow: OptionType<import("@elaraai/east").VariantType<{
|
|
744
|
-
discard: import("@elaraai/east").NullType;
|
|
745
|
-
hidden: import("@elaraai/east").NullType;
|
|
746
|
-
visible: import("@elaraai/east").NullType;
|
|
747
|
-
extendDomain: import("@elaraai/east").NullType;
|
|
744
|
+
readonly labelOffset: OptionType<IntegerType>;
|
|
745
|
+
readonly ifOverflow: OptionType<import("@elaraai/east").VariantType<{
|
|
746
|
+
readonly discard: import("@elaraai/east").NullType;
|
|
747
|
+
readonly hidden: import("@elaraai/east").NullType;
|
|
748
|
+
readonly visible: import("@elaraai/east").NullType;
|
|
749
|
+
readonly extendDomain: import("@elaraai/east").NullType;
|
|
748
750
|
}>>;
|
|
749
751
|
}>>>;
|
|
750
|
-
referenceDots: OptionType<ArrayType<StructType<{
|
|
751
|
-
x: import("@elaraai/east").VariantType<{
|
|
752
|
-
Null: import("@elaraai/east").NullType;
|
|
753
|
-
Boolean: BooleanType;
|
|
754
|
-
Integer: IntegerType;
|
|
755
|
-
Float: FloatType;
|
|
756
|
-
String: StringType;
|
|
757
|
-
DateTime: import("@elaraai/east").DateTimeType;
|
|
758
|
-
Blob: import("@elaraai/east").BlobType;
|
|
752
|
+
readonly referenceDots: OptionType<ArrayType<StructType<{
|
|
753
|
+
readonly x: import("@elaraai/east").VariantType<{
|
|
754
|
+
readonly Null: import("@elaraai/east").NullType;
|
|
755
|
+
readonly Boolean: BooleanType;
|
|
756
|
+
readonly Integer: IntegerType;
|
|
757
|
+
readonly Float: FloatType;
|
|
758
|
+
readonly String: StringType;
|
|
759
|
+
readonly DateTime: import("@elaraai/east").DateTimeType;
|
|
760
|
+
readonly Blob: import("@elaraai/east").BlobType;
|
|
759
761
|
}>;
|
|
760
|
-
y: import("@elaraai/east").VariantType<{
|
|
761
|
-
Null: import("@elaraai/east").NullType;
|
|
762
|
-
Boolean: BooleanType;
|
|
763
|
-
Integer: IntegerType;
|
|
764
|
-
Float: FloatType;
|
|
765
|
-
String: StringType;
|
|
766
|
-
DateTime: import("@elaraai/east").DateTimeType;
|
|
767
|
-
Blob: import("@elaraai/east").BlobType;
|
|
762
|
+
readonly y: import("@elaraai/east").VariantType<{
|
|
763
|
+
readonly Null: import("@elaraai/east").NullType;
|
|
764
|
+
readonly Boolean: BooleanType;
|
|
765
|
+
readonly Integer: IntegerType;
|
|
766
|
+
readonly Float: FloatType;
|
|
767
|
+
readonly String: StringType;
|
|
768
|
+
readonly DateTime: import("@elaraai/east").DateTimeType;
|
|
769
|
+
readonly Blob: import("@elaraai/east").BlobType;
|
|
768
770
|
}>;
|
|
769
|
-
r: OptionType<IntegerType>;
|
|
770
|
-
fill: OptionType<StringType>;
|
|
771
|
-
stroke: OptionType<StringType>;
|
|
772
|
-
strokeWidth: OptionType<IntegerType>;
|
|
773
|
-
label: OptionType<StringType>;
|
|
774
|
-
labelPosition: OptionType<import("@elaraai/east").VariantType<{
|
|
775
|
-
top: import("@elaraai/east").NullType;
|
|
776
|
-
bottom: import("@elaraai/east").NullType;
|
|
777
|
-
left: import("@elaraai/east").NullType;
|
|
778
|
-
right: import("@elaraai/east").NullType;
|
|
779
|
-
center: import("@elaraai/east").NullType;
|
|
780
|
-
insideTop: import("@elaraai/east").NullType;
|
|
781
|
-
insideBottom: import("@elaraai/east").NullType;
|
|
782
|
-
insideLeft: import("@elaraai/east").NullType;
|
|
783
|
-
insideRight: import("@elaraai/east").NullType;
|
|
784
|
-
insideTopLeft: import("@elaraai/east").NullType;
|
|
785
|
-
insideTopRight: import("@elaraai/east").NullType;
|
|
786
|
-
insideBottomLeft: import("@elaraai/east").NullType;
|
|
787
|
-
insideBottomRight: import("@elaraai/east").NullType;
|
|
771
|
+
readonly r: OptionType<IntegerType>;
|
|
772
|
+
readonly fill: OptionType<StringType>;
|
|
773
|
+
readonly stroke: OptionType<StringType>;
|
|
774
|
+
readonly strokeWidth: OptionType<IntegerType>;
|
|
775
|
+
readonly label: OptionType<StringType>;
|
|
776
|
+
readonly labelPosition: OptionType<import("@elaraai/east").VariantType<{
|
|
777
|
+
readonly top: import("@elaraai/east").NullType;
|
|
778
|
+
readonly bottom: import("@elaraai/east").NullType;
|
|
779
|
+
readonly left: import("@elaraai/east").NullType;
|
|
780
|
+
readonly right: import("@elaraai/east").NullType;
|
|
781
|
+
readonly center: import("@elaraai/east").NullType;
|
|
782
|
+
readonly insideTop: import("@elaraai/east").NullType;
|
|
783
|
+
readonly insideBottom: import("@elaraai/east").NullType;
|
|
784
|
+
readonly insideLeft: import("@elaraai/east").NullType;
|
|
785
|
+
readonly insideRight: import("@elaraai/east").NullType;
|
|
786
|
+
readonly insideTopLeft: import("@elaraai/east").NullType;
|
|
787
|
+
readonly insideTopRight: import("@elaraai/east").NullType;
|
|
788
|
+
readonly insideBottomLeft: import("@elaraai/east").NullType;
|
|
789
|
+
readonly insideBottomRight: import("@elaraai/east").NullType;
|
|
788
790
|
}>>;
|
|
789
|
-
labelOffset: OptionType<IntegerType>;
|
|
790
|
-
ifOverflow: OptionType<import("@elaraai/east").VariantType<{
|
|
791
|
-
discard: import("@elaraai/east").NullType;
|
|
792
|
-
hidden: import("@elaraai/east").NullType;
|
|
793
|
-
visible: import("@elaraai/east").NullType;
|
|
794
|
-
extendDomain: import("@elaraai/east").NullType;
|
|
791
|
+
readonly labelOffset: OptionType<IntegerType>;
|
|
792
|
+
readonly ifOverflow: OptionType<import("@elaraai/east").VariantType<{
|
|
793
|
+
readonly discard: import("@elaraai/east").NullType;
|
|
794
|
+
readonly hidden: import("@elaraai/east").NullType;
|
|
795
|
+
readonly visible: import("@elaraai/east").NullType;
|
|
796
|
+
readonly extendDomain: import("@elaraai/east").NullType;
|
|
795
797
|
}>>;
|
|
796
798
|
}>>>;
|
|
797
|
-
referenceAreas: OptionType<ArrayType<StructType<{
|
|
798
|
-
x1: OptionType<import("@elaraai/east").VariantType<{
|
|
799
|
-
Null: import("@elaraai/east").NullType;
|
|
800
|
-
Boolean: BooleanType;
|
|
801
|
-
Integer: IntegerType;
|
|
802
|
-
Float: FloatType;
|
|
803
|
-
String: StringType;
|
|
804
|
-
DateTime: import("@elaraai/east").DateTimeType;
|
|
805
|
-
Blob: import("@elaraai/east").BlobType;
|
|
799
|
+
readonly referenceAreas: OptionType<ArrayType<StructType<{
|
|
800
|
+
readonly x1: OptionType<import("@elaraai/east").VariantType<{
|
|
801
|
+
readonly Null: import("@elaraai/east").NullType;
|
|
802
|
+
readonly Boolean: BooleanType;
|
|
803
|
+
readonly Integer: IntegerType;
|
|
804
|
+
readonly Float: FloatType;
|
|
805
|
+
readonly String: StringType;
|
|
806
|
+
readonly DateTime: import("@elaraai/east").DateTimeType;
|
|
807
|
+
readonly Blob: import("@elaraai/east").BlobType;
|
|
806
808
|
}>>;
|
|
807
|
-
x2: OptionType<import("@elaraai/east").VariantType<{
|
|
808
|
-
Null: import("@elaraai/east").NullType;
|
|
809
|
-
Boolean: BooleanType;
|
|
810
|
-
Integer: IntegerType;
|
|
811
|
-
Float: FloatType;
|
|
812
|
-
String: StringType;
|
|
813
|
-
DateTime: import("@elaraai/east").DateTimeType;
|
|
814
|
-
Blob: import("@elaraai/east").BlobType;
|
|
809
|
+
readonly x2: OptionType<import("@elaraai/east").VariantType<{
|
|
810
|
+
readonly Null: import("@elaraai/east").NullType;
|
|
811
|
+
readonly Boolean: BooleanType;
|
|
812
|
+
readonly Integer: IntegerType;
|
|
813
|
+
readonly Float: FloatType;
|
|
814
|
+
readonly String: StringType;
|
|
815
|
+
readonly DateTime: import("@elaraai/east").DateTimeType;
|
|
816
|
+
readonly Blob: import("@elaraai/east").BlobType;
|
|
815
817
|
}>>;
|
|
816
|
-
y1: OptionType<import("@elaraai/east").VariantType<{
|
|
817
|
-
Null: import("@elaraai/east").NullType;
|
|
818
|
-
Boolean: BooleanType;
|
|
819
|
-
Integer: IntegerType;
|
|
820
|
-
Float: FloatType;
|
|
821
|
-
String: StringType;
|
|
822
|
-
DateTime: import("@elaraai/east").DateTimeType;
|
|
823
|
-
Blob: import("@elaraai/east").BlobType;
|
|
818
|
+
readonly y1: OptionType<import("@elaraai/east").VariantType<{
|
|
819
|
+
readonly Null: import("@elaraai/east").NullType;
|
|
820
|
+
readonly Boolean: BooleanType;
|
|
821
|
+
readonly Integer: IntegerType;
|
|
822
|
+
readonly Float: FloatType;
|
|
823
|
+
readonly String: StringType;
|
|
824
|
+
readonly DateTime: import("@elaraai/east").DateTimeType;
|
|
825
|
+
readonly Blob: import("@elaraai/east").BlobType;
|
|
824
826
|
}>>;
|
|
825
|
-
y2: OptionType<import("@elaraai/east").VariantType<{
|
|
826
|
-
Null: import("@elaraai/east").NullType;
|
|
827
|
-
Boolean: BooleanType;
|
|
828
|
-
Integer: IntegerType;
|
|
829
|
-
Float: FloatType;
|
|
830
|
-
String: StringType;
|
|
831
|
-
DateTime: import("@elaraai/east").DateTimeType;
|
|
832
|
-
Blob: import("@elaraai/east").BlobType;
|
|
827
|
+
readonly y2: OptionType<import("@elaraai/east").VariantType<{
|
|
828
|
+
readonly Null: import("@elaraai/east").NullType;
|
|
829
|
+
readonly Boolean: BooleanType;
|
|
830
|
+
readonly Integer: IntegerType;
|
|
831
|
+
readonly Float: FloatType;
|
|
832
|
+
readonly String: StringType;
|
|
833
|
+
readonly DateTime: import("@elaraai/east").DateTimeType;
|
|
834
|
+
readonly Blob: import("@elaraai/east").BlobType;
|
|
833
835
|
}>>;
|
|
834
|
-
fill: OptionType<StringType>;
|
|
835
|
-
fillOpacity: OptionType<FloatType>;
|
|
836
|
-
stroke: OptionType<StringType>;
|
|
837
|
-
label: OptionType<StringType>;
|
|
838
|
-
labelPosition: OptionType<import("@elaraai/east").VariantType<{
|
|
839
|
-
top: import("@elaraai/east").NullType;
|
|
840
|
-
bottom: import("@elaraai/east").NullType;
|
|
841
|
-
left: import("@elaraai/east").NullType;
|
|
842
|
-
right: import("@elaraai/east").NullType;
|
|
843
|
-
center: import("@elaraai/east").NullType;
|
|
844
|
-
insideTop: import("@elaraai/east").NullType;
|
|
845
|
-
insideBottom: import("@elaraai/east").NullType;
|
|
846
|
-
insideLeft: import("@elaraai/east").NullType;
|
|
847
|
-
insideRight: import("@elaraai/east").NullType;
|
|
848
|
-
insideTopLeft: import("@elaraai/east").NullType;
|
|
849
|
-
insideTopRight: import("@elaraai/east").NullType;
|
|
850
|
-
insideBottomLeft: import("@elaraai/east").NullType;
|
|
851
|
-
insideBottomRight: import("@elaraai/east").NullType;
|
|
836
|
+
readonly fill: OptionType<StringType>;
|
|
837
|
+
readonly fillOpacity: OptionType<FloatType>;
|
|
838
|
+
readonly stroke: OptionType<StringType>;
|
|
839
|
+
readonly label: OptionType<StringType>;
|
|
840
|
+
readonly labelPosition: OptionType<import("@elaraai/east").VariantType<{
|
|
841
|
+
readonly top: import("@elaraai/east").NullType;
|
|
842
|
+
readonly bottom: import("@elaraai/east").NullType;
|
|
843
|
+
readonly left: import("@elaraai/east").NullType;
|
|
844
|
+
readonly right: import("@elaraai/east").NullType;
|
|
845
|
+
readonly center: import("@elaraai/east").NullType;
|
|
846
|
+
readonly insideTop: import("@elaraai/east").NullType;
|
|
847
|
+
readonly insideBottom: import("@elaraai/east").NullType;
|
|
848
|
+
readonly insideLeft: import("@elaraai/east").NullType;
|
|
849
|
+
readonly insideRight: import("@elaraai/east").NullType;
|
|
850
|
+
readonly insideTopLeft: import("@elaraai/east").NullType;
|
|
851
|
+
readonly insideTopRight: import("@elaraai/east").NullType;
|
|
852
|
+
readonly insideBottomLeft: import("@elaraai/east").NullType;
|
|
853
|
+
readonly insideBottomRight: import("@elaraai/east").NullType;
|
|
852
854
|
}>>;
|
|
853
|
-
labelOffset: OptionType<IntegerType>;
|
|
854
|
-
ifOverflow: OptionType<import("@elaraai/east").VariantType<{
|
|
855
|
-
discard: import("@elaraai/east").NullType;
|
|
856
|
-
hidden: import("@elaraai/east").NullType;
|
|
857
|
-
visible: import("@elaraai/east").NullType;
|
|
858
|
-
extendDomain: import("@elaraai/east").NullType;
|
|
855
|
+
readonly labelOffset: OptionType<IntegerType>;
|
|
856
|
+
readonly ifOverflow: OptionType<import("@elaraai/east").VariantType<{
|
|
857
|
+
readonly discard: import("@elaraai/east").NullType;
|
|
858
|
+
readonly hidden: import("@elaraai/east").NullType;
|
|
859
|
+
readonly visible: import("@elaraai/east").NullType;
|
|
860
|
+
readonly extendDomain: import("@elaraai/east").NullType;
|
|
859
861
|
}>>;
|
|
860
862
|
}>>>;
|
|
861
863
|
}>;
|
|
@@ -905,6 +907,10 @@ export interface AreaChartBrushStyle<DataKey extends string = string> extends Ch
|
|
|
905
907
|
* @typeParam DataKey - Union of field keys from the data struct
|
|
906
908
|
*/
|
|
907
909
|
export interface AreaChartStyle<DataKey extends string = string> extends AreaChartStyleBase<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?: AreaChartBrushStyle<DataKey>;
|
|
910
916
|
}
|
|
@@ -918,6 +924,8 @@ export interface AreaChartStyle<DataKey extends string = string> extends AreaCha
|
|
|
918
924
|
export interface AreaChartMultiStyle<DataKey extends string = string, NumericKey extends string = string, SeriesKey extends string = string> extends AreaChartStyleBase<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]?: AreaChartSeriesConfig;
|
|
@@ -959,6 +967,8 @@ export interface AreaChartSeriesConfig {
|
|
|
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
|
/**
|
|
964
974
|
* Series configuration for range area charts.
|
|
@@ -973,17 +983,17 @@ export interface AreaChartSeriesConfig {
|
|
|
973
983
|
* @property strokeWidth - Stroke width in pixels
|
|
974
984
|
*/
|
|
975
985
|
export declare const AreaRangeSeriesType: StructType<{
|
|
976
|
-
name: StringType;
|
|
977
|
-
lowKey: StringType;
|
|
978
|
-
highKey: StringType;
|
|
979
|
-
color: OptionType<StringType>;
|
|
980
|
-
label: OptionType<StringType>;
|
|
981
|
-
fillOpacity: OptionType<FloatType>;
|
|
982
|
-
stroke: OptionType<StringType>;
|
|
983
|
-
strokeWidth: OptionType<IntegerType>;
|
|
984
|
-
yAxisId: OptionType<import("@elaraai/east").VariantType<{
|
|
985
|
-
left: import("@elaraai/east").NullType;
|
|
986
|
-
right: import("@elaraai/east").NullType;
|
|
986
|
+
readonly name: StringType;
|
|
987
|
+
readonly lowKey: StringType;
|
|
988
|
+
readonly highKey: StringType;
|
|
989
|
+
readonly color: OptionType<StringType>;
|
|
990
|
+
readonly label: OptionType<StringType>;
|
|
991
|
+
readonly fillOpacity: OptionType<FloatType>;
|
|
992
|
+
readonly stroke: OptionType<StringType>;
|
|
993
|
+
readonly strokeWidth: OptionType<IntegerType>;
|
|
994
|
+
readonly yAxisId: OptionType<import("@elaraai/east").VariantType<{
|
|
995
|
+
readonly left: import("@elaraai/east").NullType;
|
|
996
|
+
readonly right: import("@elaraai/east").NullType;
|
|
987
997
|
}>>;
|
|
988
998
|
}>;
|
|
989
999
|
/**
|
|
@@ -1015,814 +1025,814 @@ export type AreaRangeSeriesType = typeof AreaRangeSeriesType;
|
|
|
1015
1025
|
* @property margin - Chart margin configuration
|
|
1016
1026
|
*/
|
|
1017
1027
|
export declare const AreaRangeChartType: StructType<{
|
|
1018
|
-
data: ArrayType<
|
|
1019
|
-
Null: import("@elaraai/east").NullType;
|
|
1020
|
-
Boolean: BooleanType;
|
|
1021
|
-
Integer: IntegerType;
|
|
1022
|
-
Float: FloatType;
|
|
1023
|
-
String: StringType;
|
|
1024
|
-
DateTime: import("@elaraai/east").DateTimeType;
|
|
1025
|
-
Blob: import("@elaraai/east").BlobType;
|
|
1028
|
+
readonly data: ArrayType<DictTypeType<StringType, import("@elaraai/east").VariantType<{
|
|
1029
|
+
readonly Null: import("@elaraai/east").NullType;
|
|
1030
|
+
readonly Boolean: BooleanType;
|
|
1031
|
+
readonly Integer: IntegerType;
|
|
1032
|
+
readonly Float: FloatType;
|
|
1033
|
+
readonly String: StringType;
|
|
1034
|
+
readonly DateTime: import("@elaraai/east").DateTimeType;
|
|
1035
|
+
readonly Blob: import("@elaraai/east").BlobType;
|
|
1026
1036
|
}>>>;
|
|
1027
|
-
dataSeries: OptionType<
|
|
1028
|
-
Null: import("@elaraai/east").NullType;
|
|
1029
|
-
Boolean: BooleanType;
|
|
1030
|
-
Integer: IntegerType;
|
|
1031
|
-
Float: FloatType;
|
|
1032
|
-
String: StringType;
|
|
1033
|
-
DateTime: import("@elaraai/east").DateTimeType;
|
|
1034
|
-
Blob: import("@elaraai/east").BlobType;
|
|
1037
|
+
readonly dataSeries: OptionType<DictTypeType<StringType, ArrayType<DictTypeType<StringType, import("@elaraai/east").VariantType<{
|
|
1038
|
+
readonly Null: import("@elaraai/east").NullType;
|
|
1039
|
+
readonly Boolean: BooleanType;
|
|
1040
|
+
readonly Integer: IntegerType;
|
|
1041
|
+
readonly Float: FloatType;
|
|
1042
|
+
readonly String: StringType;
|
|
1043
|
+
readonly DateTime: import("@elaraai/east").DateTimeType;
|
|
1044
|
+
readonly Blob: import("@elaraai/east").BlobType;
|
|
1035
1045
|
}>>>>>;
|
|
1036
|
-
lowKey: OptionType<StringType>;
|
|
1037
|
-
highKey: OptionType<StringType>;
|
|
1038
|
-
series: ArrayType<StructType<{
|
|
1039
|
-
name: StringType;
|
|
1040
|
-
lowKey: StringType;
|
|
1041
|
-
highKey: StringType;
|
|
1042
|
-
color: OptionType<StringType>;
|
|
1043
|
-
label: OptionType<StringType>;
|
|
1044
|
-
fillOpacity: OptionType<FloatType>;
|
|
1045
|
-
stroke: OptionType<StringType>;
|
|
1046
|
-
strokeWidth: OptionType<IntegerType>;
|
|
1047
|
-
yAxisId: OptionType<import("@elaraai/east").VariantType<{
|
|
1048
|
-
left: import("@elaraai/east").NullType;
|
|
1049
|
-
right: import("@elaraai/east").NullType;
|
|
1046
|
+
readonly lowKey: OptionType<StringType>;
|
|
1047
|
+
readonly highKey: OptionType<StringType>;
|
|
1048
|
+
readonly series: ArrayType<StructType<{
|
|
1049
|
+
readonly name: StringType;
|
|
1050
|
+
readonly lowKey: StringType;
|
|
1051
|
+
readonly highKey: StringType;
|
|
1052
|
+
readonly color: OptionType<StringType>;
|
|
1053
|
+
readonly label: OptionType<StringType>;
|
|
1054
|
+
readonly fillOpacity: OptionType<FloatType>;
|
|
1055
|
+
readonly stroke: OptionType<StringType>;
|
|
1056
|
+
readonly strokeWidth: OptionType<IntegerType>;
|
|
1057
|
+
readonly yAxisId: OptionType<import("@elaraai/east").VariantType<{
|
|
1058
|
+
readonly left: import("@elaraai/east").NullType;
|
|
1059
|
+
readonly right: import("@elaraai/east").NullType;
|
|
1050
1060
|
}>>;
|
|
1051
1061
|
}>>;
|
|
1052
|
-
xAxis: OptionType<StructType<{
|
|
1053
|
-
dataKey: OptionType<StringType>;
|
|
1054
|
-
label: OptionType<StringType>;
|
|
1055
|
-
tickFormat: OptionType<import("@elaraai/east").VariantType<{
|
|
1056
|
-
number: StructType<{
|
|
1057
|
-
minimumFractionDigits: OptionType<IntegerType>;
|
|
1058
|
-
maximumFractionDigits: OptionType<IntegerType>;
|
|
1059
|
-
signDisplay: OptionType<import("@elaraai/east").VariantType<{
|
|
1060
|
-
auto: import("@elaraai/east").NullType;
|
|
1061
|
-
never: import("@elaraai/east").NullType;
|
|
1062
|
-
always: import("@elaraai/east").NullType;
|
|
1063
|
-
exceptZero: import("@elaraai/east").NullType;
|
|
1062
|
+
readonly xAxis: OptionType<StructType<{
|
|
1063
|
+
readonly dataKey: OptionType<StringType>;
|
|
1064
|
+
readonly label: OptionType<StringType>;
|
|
1065
|
+
readonly tickFormat: OptionType<import("@elaraai/east").VariantType<{
|
|
1066
|
+
readonly number: StructType<{
|
|
1067
|
+
readonly minimumFractionDigits: OptionType<IntegerType>;
|
|
1068
|
+
readonly maximumFractionDigits: OptionType<IntegerType>;
|
|
1069
|
+
readonly signDisplay: OptionType<import("@elaraai/east").VariantType<{
|
|
1070
|
+
readonly auto: import("@elaraai/east").NullType;
|
|
1071
|
+
readonly never: import("@elaraai/east").NullType;
|
|
1072
|
+
readonly always: import("@elaraai/east").NullType;
|
|
1073
|
+
readonly exceptZero: import("@elaraai/east").NullType;
|
|
1064
1074
|
}>>;
|
|
1065
1075
|
}>;
|
|
1066
|
-
currency: StructType<{
|
|
1067
|
-
currency: import("@elaraai/east").VariantType<{
|
|
1068
|
-
USD: import("@elaraai/east").NullType;
|
|
1069
|
-
EUR: import("@elaraai/east").NullType;
|
|
1070
|
-
GBP: import("@elaraai/east").NullType;
|
|
1071
|
-
JPY: import("@elaraai/east").NullType;
|
|
1072
|
-
CHF: import("@elaraai/east").NullType;
|
|
1073
|
-
CAD: import("@elaraai/east").NullType;
|
|
1074
|
-
AUD: import("@elaraai/east").NullType;
|
|
1075
|
-
NZD: import("@elaraai/east").NullType;
|
|
1076
|
-
CNY: import("@elaraai/east").NullType;
|
|
1077
|
-
HKD: import("@elaraai/east").NullType;
|
|
1078
|
-
SGD: import("@elaraai/east").NullType;
|
|
1079
|
-
KRW: import("@elaraai/east").NullType;
|
|
1080
|
-
INR: import("@elaraai/east").NullType;
|
|
1081
|
-
TWD: import("@elaraai/east").NullType;
|
|
1082
|
-
THB: import("@elaraai/east").NullType;
|
|
1083
|
-
MYR: import("@elaraai/east").NullType;
|
|
1084
|
-
IDR: import("@elaraai/east").NullType;
|
|
1085
|
-
PHP: import("@elaraai/east").NullType;
|
|
1086
|
-
VND: import("@elaraai/east").NullType;
|
|
1087
|
-
SEK: import("@elaraai/east").NullType;
|
|
1088
|
-
NOK: import("@elaraai/east").NullType;
|
|
1089
|
-
DKK: import("@elaraai/east").NullType;
|
|
1090
|
-
PLN: import("@elaraai/east").NullType;
|
|
1091
|
-
CZK: import("@elaraai/east").NullType;
|
|
1092
|
-
HUF: import("@elaraai/east").NullType;
|
|
1093
|
-
RUB: import("@elaraai/east").NullType;
|
|
1094
|
-
UAH: import("@elaraai/east").NullType;
|
|
1095
|
-
RON: import("@elaraai/east").NullType;
|
|
1096
|
-
MXN: import("@elaraai/east").NullType;
|
|
1097
|
-
BRL: import("@elaraai/east").NullType;
|
|
1098
|
-
ARS: import("@elaraai/east").NullType;
|
|
1099
|
-
CLP: import("@elaraai/east").NullType;
|
|
1100
|
-
COP: import("@elaraai/east").NullType;
|
|
1101
|
-
PEN: import("@elaraai/east").NullType;
|
|
1102
|
-
AED: import("@elaraai/east").NullType;
|
|
1103
|
-
SAR: import("@elaraai/east").NullType;
|
|
1104
|
-
ILS: import("@elaraai/east").NullType;
|
|
1105
|
-
ZAR: import("@elaraai/east").NullType;
|
|
1106
|
-
TRY: import("@elaraai/east").NullType;
|
|
1107
|
-
EGP: import("@elaraai/east").NullType;
|
|
1108
|
-
NGN: import("@elaraai/east").NullType;
|
|
1109
|
-
KES: import("@elaraai/east").NullType;
|
|
1076
|
+
readonly currency: StructType<{
|
|
1077
|
+
readonly currency: import("@elaraai/east").VariantType<{
|
|
1078
|
+
readonly USD: import("@elaraai/east").NullType;
|
|
1079
|
+
readonly EUR: import("@elaraai/east").NullType;
|
|
1080
|
+
readonly GBP: import("@elaraai/east").NullType;
|
|
1081
|
+
readonly JPY: import("@elaraai/east").NullType;
|
|
1082
|
+
readonly CHF: import("@elaraai/east").NullType;
|
|
1083
|
+
readonly CAD: import("@elaraai/east").NullType;
|
|
1084
|
+
readonly AUD: import("@elaraai/east").NullType;
|
|
1085
|
+
readonly NZD: import("@elaraai/east").NullType;
|
|
1086
|
+
readonly CNY: import("@elaraai/east").NullType;
|
|
1087
|
+
readonly HKD: import("@elaraai/east").NullType;
|
|
1088
|
+
readonly SGD: import("@elaraai/east").NullType;
|
|
1089
|
+
readonly KRW: import("@elaraai/east").NullType;
|
|
1090
|
+
readonly INR: import("@elaraai/east").NullType;
|
|
1091
|
+
readonly TWD: import("@elaraai/east").NullType;
|
|
1092
|
+
readonly THB: import("@elaraai/east").NullType;
|
|
1093
|
+
readonly MYR: import("@elaraai/east").NullType;
|
|
1094
|
+
readonly IDR: import("@elaraai/east").NullType;
|
|
1095
|
+
readonly PHP: import("@elaraai/east").NullType;
|
|
1096
|
+
readonly VND: import("@elaraai/east").NullType;
|
|
1097
|
+
readonly SEK: import("@elaraai/east").NullType;
|
|
1098
|
+
readonly NOK: import("@elaraai/east").NullType;
|
|
1099
|
+
readonly DKK: import("@elaraai/east").NullType;
|
|
1100
|
+
readonly PLN: import("@elaraai/east").NullType;
|
|
1101
|
+
readonly CZK: import("@elaraai/east").NullType;
|
|
1102
|
+
readonly HUF: import("@elaraai/east").NullType;
|
|
1103
|
+
readonly RUB: import("@elaraai/east").NullType;
|
|
1104
|
+
readonly UAH: import("@elaraai/east").NullType;
|
|
1105
|
+
readonly RON: import("@elaraai/east").NullType;
|
|
1106
|
+
readonly MXN: import("@elaraai/east").NullType;
|
|
1107
|
+
readonly BRL: import("@elaraai/east").NullType;
|
|
1108
|
+
readonly ARS: import("@elaraai/east").NullType;
|
|
1109
|
+
readonly CLP: import("@elaraai/east").NullType;
|
|
1110
|
+
readonly COP: import("@elaraai/east").NullType;
|
|
1111
|
+
readonly PEN: import("@elaraai/east").NullType;
|
|
1112
|
+
readonly AED: import("@elaraai/east").NullType;
|
|
1113
|
+
readonly SAR: import("@elaraai/east").NullType;
|
|
1114
|
+
readonly ILS: import("@elaraai/east").NullType;
|
|
1115
|
+
readonly ZAR: import("@elaraai/east").NullType;
|
|
1116
|
+
readonly TRY: import("@elaraai/east").NullType;
|
|
1117
|
+
readonly EGP: import("@elaraai/east").NullType;
|
|
1118
|
+
readonly NGN: import("@elaraai/east").NullType;
|
|
1119
|
+
readonly KES: import("@elaraai/east").NullType;
|
|
1110
1120
|
}>;
|
|
1111
|
-
display: OptionType<import("@elaraai/east").VariantType<{
|
|
1112
|
-
code: import("@elaraai/east").NullType;
|
|
1113
|
-
symbol: import("@elaraai/east").NullType;
|
|
1114
|
-
narrowSymbol: import("@elaraai/east").NullType;
|
|
1115
|
-
name: import("@elaraai/east").NullType;
|
|
1121
|
+
readonly display: OptionType<import("@elaraai/east").VariantType<{
|
|
1122
|
+
readonly code: import("@elaraai/east").NullType;
|
|
1123
|
+
readonly symbol: import("@elaraai/east").NullType;
|
|
1124
|
+
readonly narrowSymbol: import("@elaraai/east").NullType;
|
|
1125
|
+
readonly name: import("@elaraai/east").NullType;
|
|
1116
1126
|
}>>;
|
|
1117
|
-
minimumFractionDigits: OptionType<IntegerType>;
|
|
1118
|
-
maximumFractionDigits: OptionType<IntegerType>;
|
|
1127
|
+
readonly minimumFractionDigits: OptionType<IntegerType>;
|
|
1128
|
+
readonly maximumFractionDigits: OptionType<IntegerType>;
|
|
1119
1129
|
}>;
|
|
1120
|
-
percent: StructType<{
|
|
1121
|
-
minimumFractionDigits: OptionType<IntegerType>;
|
|
1122
|
-
maximumFractionDigits: OptionType<IntegerType>;
|
|
1123
|
-
signDisplay: OptionType<import("@elaraai/east").VariantType<{
|
|
1124
|
-
auto: import("@elaraai/east").NullType;
|
|
1125
|
-
never: import("@elaraai/east").NullType;
|
|
1126
|
-
always: import("@elaraai/east").NullType;
|
|
1127
|
-
exceptZero: import("@elaraai/east").NullType;
|
|
1130
|
+
readonly percent: StructType<{
|
|
1131
|
+
readonly minimumFractionDigits: OptionType<IntegerType>;
|
|
1132
|
+
readonly maximumFractionDigits: OptionType<IntegerType>;
|
|
1133
|
+
readonly signDisplay: OptionType<import("@elaraai/east").VariantType<{
|
|
1134
|
+
readonly auto: import("@elaraai/east").NullType;
|
|
1135
|
+
readonly never: import("@elaraai/east").NullType;
|
|
1136
|
+
readonly always: import("@elaraai/east").NullType;
|
|
1137
|
+
readonly exceptZero: import("@elaraai/east").NullType;
|
|
1128
1138
|
}>>;
|
|
1129
1139
|
}>;
|
|
1130
|
-
compact: StructType<{
|
|
1131
|
-
display: OptionType<import("@elaraai/east").VariantType<{
|
|
1132
|
-
short: import("@elaraai/east").NullType;
|
|
1133
|
-
long: import("@elaraai/east").NullType;
|
|
1140
|
+
readonly compact: StructType<{
|
|
1141
|
+
readonly display: OptionType<import("@elaraai/east").VariantType<{
|
|
1142
|
+
readonly short: import("@elaraai/east").NullType;
|
|
1143
|
+
readonly long: import("@elaraai/east").NullType;
|
|
1134
1144
|
}>>;
|
|
1135
1145
|
}>;
|
|
1136
|
-
unit: StructType<{
|
|
1137
|
-
unit: import("@elaraai/east").VariantType<{
|
|
1138
|
-
bit: import("@elaraai/east").NullType;
|
|
1139
|
-
byte: import("@elaraai/east").NullType;
|
|
1140
|
-
kilobit: import("@elaraai/east").NullType;
|
|
1141
|
-
kilobyte: import("@elaraai/east").NullType;
|
|
1142
|
-
megabit: import("@elaraai/east").NullType;
|
|
1143
|
-
megabyte: import("@elaraai/east").NullType;
|
|
1144
|
-
gigabit: import("@elaraai/east").NullType;
|
|
1145
|
-
gigabyte: import("@elaraai/east").NullType;
|
|
1146
|
-
terabit: import("@elaraai/east").NullType;
|
|
1147
|
-
terabyte: import("@elaraai/east").NullType;
|
|
1148
|
-
petabyte: import("@elaraai/east").NullType;
|
|
1149
|
-
nanosecond: import("@elaraai/east").NullType;
|
|
1150
|
-
microsecond: import("@elaraai/east").NullType;
|
|
1151
|
-
millisecond: import("@elaraai/east").NullType;
|
|
1152
|
-
second: import("@elaraai/east").NullType;
|
|
1153
|
-
minute: import("@elaraai/east").NullType;
|
|
1154
|
-
hour: import("@elaraai/east").NullType;
|
|
1155
|
-
day: import("@elaraai/east").NullType;
|
|
1156
|
-
week: import("@elaraai/east").NullType;
|
|
1157
|
-
month: import("@elaraai/east").NullType;
|
|
1158
|
-
year: import("@elaraai/east").NullType;
|
|
1159
|
-
millimeter: import("@elaraai/east").NullType;
|
|
1160
|
-
centimeter: import("@elaraai/east").NullType;
|
|
1161
|
-
meter: import("@elaraai/east").NullType;
|
|
1162
|
-
kilometer: import("@elaraai/east").NullType;
|
|
1163
|
-
inch: import("@elaraai/east").NullType;
|
|
1164
|
-
foot: import("@elaraai/east").NullType;
|
|
1165
|
-
yard: import("@elaraai/east").NullType;
|
|
1166
|
-
mile: import("@elaraai/east").NullType;
|
|
1167
|
-
gram: import("@elaraai/east").NullType;
|
|
1168
|
-
kilogram: import("@elaraai/east").NullType;
|
|
1169
|
-
milligram: import("@elaraai/east").NullType;
|
|
1170
|
-
ounce: import("@elaraai/east").NullType;
|
|
1171
|
-
pound: import("@elaraai/east").NullType;
|
|
1172
|
-
stone: import("@elaraai/east").NullType;
|
|
1173
|
-
celsius: import("@elaraai/east").NullType;
|
|
1174
|
-
fahrenheit: import("@elaraai/east").NullType;
|
|
1175
|
-
milliliter: import("@elaraai/east").NullType;
|
|
1176
|
-
liter: import("@elaraai/east").NullType;
|
|
1177
|
-
gallon: import("@elaraai/east").NullType;
|
|
1178
|
-
fluidOunce: import("@elaraai/east").NullType;
|
|
1179
|
-
acre: import("@elaraai/east").NullType;
|
|
1180
|
-
hectare: import("@elaraai/east").NullType;
|
|
1181
|
-
meterPerSecond: import("@elaraai/east").NullType;
|
|
1182
|
-
kilometerPerHour: import("@elaraai/east").NullType;
|
|
1183
|
-
milePerHour: import("@elaraai/east").NullType;
|
|
1184
|
-
percent: import("@elaraai/east").NullType;
|
|
1185
|
-
degree: import("@elaraai/east").NullType;
|
|
1146
|
+
readonly unit: StructType<{
|
|
1147
|
+
readonly unit: import("@elaraai/east").VariantType<{
|
|
1148
|
+
readonly bit: import("@elaraai/east").NullType;
|
|
1149
|
+
readonly byte: import("@elaraai/east").NullType;
|
|
1150
|
+
readonly kilobit: import("@elaraai/east").NullType;
|
|
1151
|
+
readonly kilobyte: import("@elaraai/east").NullType;
|
|
1152
|
+
readonly megabit: import("@elaraai/east").NullType;
|
|
1153
|
+
readonly megabyte: import("@elaraai/east").NullType;
|
|
1154
|
+
readonly gigabit: import("@elaraai/east").NullType;
|
|
1155
|
+
readonly gigabyte: import("@elaraai/east").NullType;
|
|
1156
|
+
readonly terabit: import("@elaraai/east").NullType;
|
|
1157
|
+
readonly terabyte: import("@elaraai/east").NullType;
|
|
1158
|
+
readonly petabyte: import("@elaraai/east").NullType;
|
|
1159
|
+
readonly nanosecond: import("@elaraai/east").NullType;
|
|
1160
|
+
readonly microsecond: import("@elaraai/east").NullType;
|
|
1161
|
+
readonly millisecond: import("@elaraai/east").NullType;
|
|
1162
|
+
readonly second: import("@elaraai/east").NullType;
|
|
1163
|
+
readonly minute: import("@elaraai/east").NullType;
|
|
1164
|
+
readonly hour: import("@elaraai/east").NullType;
|
|
1165
|
+
readonly day: import("@elaraai/east").NullType;
|
|
1166
|
+
readonly week: import("@elaraai/east").NullType;
|
|
1167
|
+
readonly month: import("@elaraai/east").NullType;
|
|
1168
|
+
readonly year: import("@elaraai/east").NullType;
|
|
1169
|
+
readonly millimeter: import("@elaraai/east").NullType;
|
|
1170
|
+
readonly centimeter: import("@elaraai/east").NullType;
|
|
1171
|
+
readonly meter: import("@elaraai/east").NullType;
|
|
1172
|
+
readonly kilometer: import("@elaraai/east").NullType;
|
|
1173
|
+
readonly inch: import("@elaraai/east").NullType;
|
|
1174
|
+
readonly foot: import("@elaraai/east").NullType;
|
|
1175
|
+
readonly yard: import("@elaraai/east").NullType;
|
|
1176
|
+
readonly mile: import("@elaraai/east").NullType;
|
|
1177
|
+
readonly gram: import("@elaraai/east").NullType;
|
|
1178
|
+
readonly kilogram: import("@elaraai/east").NullType;
|
|
1179
|
+
readonly milligram: import("@elaraai/east").NullType;
|
|
1180
|
+
readonly ounce: import("@elaraai/east").NullType;
|
|
1181
|
+
readonly pound: import("@elaraai/east").NullType;
|
|
1182
|
+
readonly stone: import("@elaraai/east").NullType;
|
|
1183
|
+
readonly celsius: import("@elaraai/east").NullType;
|
|
1184
|
+
readonly fahrenheit: import("@elaraai/east").NullType;
|
|
1185
|
+
readonly milliliter: import("@elaraai/east").NullType;
|
|
1186
|
+
readonly liter: import("@elaraai/east").NullType;
|
|
1187
|
+
readonly gallon: import("@elaraai/east").NullType;
|
|
1188
|
+
readonly fluidOunce: import("@elaraai/east").NullType;
|
|
1189
|
+
readonly acre: import("@elaraai/east").NullType;
|
|
1190
|
+
readonly hectare: import("@elaraai/east").NullType;
|
|
1191
|
+
readonly meterPerSecond: import("@elaraai/east").NullType;
|
|
1192
|
+
readonly kilometerPerHour: import("@elaraai/east").NullType;
|
|
1193
|
+
readonly milePerHour: import("@elaraai/east").NullType;
|
|
1194
|
+
readonly percent: import("@elaraai/east").NullType;
|
|
1195
|
+
readonly degree: import("@elaraai/east").NullType;
|
|
1186
1196
|
}>;
|
|
1187
|
-
display: OptionType<import("@elaraai/east").VariantType<{
|
|
1188
|
-
short: import("@elaraai/east").NullType;
|
|
1189
|
-
narrow: import("@elaraai/east").NullType;
|
|
1190
|
-
long: import("@elaraai/east").NullType;
|
|
1197
|
+
readonly display: OptionType<import("@elaraai/east").VariantType<{
|
|
1198
|
+
readonly short: import("@elaraai/east").NullType;
|
|
1199
|
+
readonly narrow: import("@elaraai/east").NullType;
|
|
1200
|
+
readonly long: import("@elaraai/east").NullType;
|
|
1191
1201
|
}>>;
|
|
1192
1202
|
}>;
|
|
1193
|
-
scientific: import("@elaraai/east").NullType;
|
|
1194
|
-
engineering: import("@elaraai/east").NullType;
|
|
1195
|
-
date: StructType<{
|
|
1196
|
-
style: OptionType<import("@elaraai/east").VariantType<{
|
|
1197
|
-
full: import("@elaraai/east").NullType;
|
|
1198
|
-
long: import("@elaraai/east").NullType;
|
|
1199
|
-
medium: import("@elaraai/east").NullType;
|
|
1200
|
-
short: import("@elaraai/east").NullType;
|
|
1203
|
+
readonly scientific: import("@elaraai/east").NullType;
|
|
1204
|
+
readonly engineering: import("@elaraai/east").NullType;
|
|
1205
|
+
readonly date: StructType<{
|
|
1206
|
+
readonly style: OptionType<import("@elaraai/east").VariantType<{
|
|
1207
|
+
readonly full: import("@elaraai/east").NullType;
|
|
1208
|
+
readonly long: import("@elaraai/east").NullType;
|
|
1209
|
+
readonly medium: import("@elaraai/east").NullType;
|
|
1210
|
+
readonly short: import("@elaraai/east").NullType;
|
|
1201
1211
|
}>>;
|
|
1202
1212
|
}>;
|
|
1203
|
-
time: StructType<{
|
|
1204
|
-
style: OptionType<import("@elaraai/east").VariantType<{
|
|
1205
|
-
full: import("@elaraai/east").NullType;
|
|
1206
|
-
long: import("@elaraai/east").NullType;
|
|
1207
|
-
medium: import("@elaraai/east").NullType;
|
|
1208
|
-
short: import("@elaraai/east").NullType;
|
|
1213
|
+
readonly time: StructType<{
|
|
1214
|
+
readonly style: OptionType<import("@elaraai/east").VariantType<{
|
|
1215
|
+
readonly full: import("@elaraai/east").NullType;
|
|
1216
|
+
readonly long: import("@elaraai/east").NullType;
|
|
1217
|
+
readonly medium: import("@elaraai/east").NullType;
|
|
1218
|
+
readonly short: import("@elaraai/east").NullType;
|
|
1209
1219
|
}>>;
|
|
1210
|
-
hour12: OptionType<BooleanType>;
|
|
1220
|
+
readonly hour12: OptionType<BooleanType>;
|
|
1211
1221
|
}>;
|
|
1212
|
-
datetime: StructType<{
|
|
1213
|
-
dateStyle: OptionType<import("@elaraai/east").VariantType<{
|
|
1214
|
-
full: import("@elaraai/east").NullType;
|
|
1215
|
-
long: import("@elaraai/east").NullType;
|
|
1216
|
-
medium: import("@elaraai/east").NullType;
|
|
1217
|
-
short: import("@elaraai/east").NullType;
|
|
1222
|
+
readonly datetime: StructType<{
|
|
1223
|
+
readonly dateStyle: OptionType<import("@elaraai/east").VariantType<{
|
|
1224
|
+
readonly full: import("@elaraai/east").NullType;
|
|
1225
|
+
readonly long: import("@elaraai/east").NullType;
|
|
1226
|
+
readonly medium: import("@elaraai/east").NullType;
|
|
1227
|
+
readonly short: import("@elaraai/east").NullType;
|
|
1218
1228
|
}>>;
|
|
1219
|
-
timeStyle: OptionType<import("@elaraai/east").VariantType<{
|
|
1220
|
-
full: import("@elaraai/east").NullType;
|
|
1221
|
-
long: import("@elaraai/east").NullType;
|
|
1222
|
-
medium: import("@elaraai/east").NullType;
|
|
1223
|
-
short: import("@elaraai/east").NullType;
|
|
1229
|
+
readonly timeStyle: OptionType<import("@elaraai/east").VariantType<{
|
|
1230
|
+
readonly full: import("@elaraai/east").NullType;
|
|
1231
|
+
readonly long: import("@elaraai/east").NullType;
|
|
1232
|
+
readonly medium: import("@elaraai/east").NullType;
|
|
1233
|
+
readonly short: import("@elaraai/east").NullType;
|
|
1224
1234
|
}>>;
|
|
1225
|
-
hour12: OptionType<BooleanType>;
|
|
1235
|
+
readonly hour12: OptionType<BooleanType>;
|
|
1226
1236
|
}>;
|
|
1227
1237
|
}>>;
|
|
1228
|
-
domain: OptionType<ArrayType<FloatType>>;
|
|
1229
|
-
hide: OptionType<BooleanType>;
|
|
1230
|
-
axisLine: OptionType<BooleanType>;
|
|
1231
|
-
tickLine: OptionType<BooleanType>;
|
|
1232
|
-
tickMargin: OptionType<IntegerType>;
|
|
1233
|
-
strokeColor: OptionType<StringType>;
|
|
1234
|
-
orientation: OptionType<import("@elaraai/east").VariantType<{
|
|
1235
|
-
top: import("@elaraai/east").NullType;
|
|
1236
|
-
bottom: import("@elaraai/east").NullType;
|
|
1237
|
-
left: import("@elaraai/east").NullType;
|
|
1238
|
-
right: import("@elaraai/east").NullType;
|
|
1238
|
+
readonly domain: OptionType<ArrayType<FloatType>>;
|
|
1239
|
+
readonly hide: OptionType<BooleanType>;
|
|
1240
|
+
readonly axisLine: OptionType<BooleanType>;
|
|
1241
|
+
readonly tickLine: OptionType<BooleanType>;
|
|
1242
|
+
readonly tickMargin: OptionType<IntegerType>;
|
|
1243
|
+
readonly strokeColor: OptionType<StringType>;
|
|
1244
|
+
readonly orientation: OptionType<import("@elaraai/east").VariantType<{
|
|
1245
|
+
readonly top: import("@elaraai/east").NullType;
|
|
1246
|
+
readonly bottom: import("@elaraai/east").NullType;
|
|
1247
|
+
readonly left: import("@elaraai/east").NullType;
|
|
1248
|
+
readonly right: import("@elaraai/east").NullType;
|
|
1239
1249
|
}>>;
|
|
1240
|
-
axisId: OptionType<StringType>;
|
|
1250
|
+
readonly axisId: OptionType<StringType>;
|
|
1241
1251
|
}>>;
|
|
1242
|
-
yAxis: OptionType<StructType<{
|
|
1243
|
-
dataKey: OptionType<StringType>;
|
|
1244
|
-
label: OptionType<StringType>;
|
|
1245
|
-
tickFormat: OptionType<import("@elaraai/east").VariantType<{
|
|
1246
|
-
number: StructType<{
|
|
1247
|
-
minimumFractionDigits: OptionType<IntegerType>;
|
|
1248
|
-
maximumFractionDigits: OptionType<IntegerType>;
|
|
1249
|
-
signDisplay: OptionType<import("@elaraai/east").VariantType<{
|
|
1250
|
-
auto: import("@elaraai/east").NullType;
|
|
1251
|
-
never: import("@elaraai/east").NullType;
|
|
1252
|
-
always: import("@elaraai/east").NullType;
|
|
1253
|
-
exceptZero: import("@elaraai/east").NullType;
|
|
1252
|
+
readonly yAxis: OptionType<StructType<{
|
|
1253
|
+
readonly dataKey: OptionType<StringType>;
|
|
1254
|
+
readonly label: OptionType<StringType>;
|
|
1255
|
+
readonly tickFormat: OptionType<import("@elaraai/east").VariantType<{
|
|
1256
|
+
readonly number: StructType<{
|
|
1257
|
+
readonly minimumFractionDigits: OptionType<IntegerType>;
|
|
1258
|
+
readonly maximumFractionDigits: OptionType<IntegerType>;
|
|
1259
|
+
readonly signDisplay: OptionType<import("@elaraai/east").VariantType<{
|
|
1260
|
+
readonly auto: import("@elaraai/east").NullType;
|
|
1261
|
+
readonly never: import("@elaraai/east").NullType;
|
|
1262
|
+
readonly always: import("@elaraai/east").NullType;
|
|
1263
|
+
readonly exceptZero: import("@elaraai/east").NullType;
|
|
1254
1264
|
}>>;
|
|
1255
1265
|
}>;
|
|
1256
|
-
currency: StructType<{
|
|
1257
|
-
currency: import("@elaraai/east").VariantType<{
|
|
1258
|
-
USD: import("@elaraai/east").NullType;
|
|
1259
|
-
EUR: import("@elaraai/east").NullType;
|
|
1260
|
-
GBP: import("@elaraai/east").NullType;
|
|
1261
|
-
JPY: import("@elaraai/east").NullType;
|
|
1262
|
-
CHF: import("@elaraai/east").NullType;
|
|
1263
|
-
CAD: import("@elaraai/east").NullType;
|
|
1264
|
-
AUD: import("@elaraai/east").NullType;
|
|
1265
|
-
NZD: import("@elaraai/east").NullType;
|
|
1266
|
-
CNY: import("@elaraai/east").NullType;
|
|
1267
|
-
HKD: import("@elaraai/east").NullType;
|
|
1268
|
-
SGD: import("@elaraai/east").NullType;
|
|
1269
|
-
KRW: import("@elaraai/east").NullType;
|
|
1270
|
-
INR: import("@elaraai/east").NullType;
|
|
1271
|
-
TWD: import("@elaraai/east").NullType;
|
|
1272
|
-
THB: import("@elaraai/east").NullType;
|
|
1273
|
-
MYR: import("@elaraai/east").NullType;
|
|
1274
|
-
IDR: import("@elaraai/east").NullType;
|
|
1275
|
-
PHP: import("@elaraai/east").NullType;
|
|
1276
|
-
VND: import("@elaraai/east").NullType;
|
|
1277
|
-
SEK: import("@elaraai/east").NullType;
|
|
1278
|
-
NOK: import("@elaraai/east").NullType;
|
|
1279
|
-
DKK: import("@elaraai/east").NullType;
|
|
1280
|
-
PLN: import("@elaraai/east").NullType;
|
|
1281
|
-
CZK: import("@elaraai/east").NullType;
|
|
1282
|
-
HUF: import("@elaraai/east").NullType;
|
|
1283
|
-
RUB: import("@elaraai/east").NullType;
|
|
1284
|
-
UAH: import("@elaraai/east").NullType;
|
|
1285
|
-
RON: import("@elaraai/east").NullType;
|
|
1286
|
-
MXN: import("@elaraai/east").NullType;
|
|
1287
|
-
BRL: import("@elaraai/east").NullType;
|
|
1288
|
-
ARS: import("@elaraai/east").NullType;
|
|
1289
|
-
CLP: import("@elaraai/east").NullType;
|
|
1290
|
-
COP: import("@elaraai/east").NullType;
|
|
1291
|
-
PEN: import("@elaraai/east").NullType;
|
|
1292
|
-
AED: import("@elaraai/east").NullType;
|
|
1293
|
-
SAR: import("@elaraai/east").NullType;
|
|
1294
|
-
ILS: import("@elaraai/east").NullType;
|
|
1295
|
-
ZAR: import("@elaraai/east").NullType;
|
|
1296
|
-
TRY: import("@elaraai/east").NullType;
|
|
1297
|
-
EGP: import("@elaraai/east").NullType;
|
|
1298
|
-
NGN: import("@elaraai/east").NullType;
|
|
1299
|
-
KES: import("@elaraai/east").NullType;
|
|
1266
|
+
readonly currency: StructType<{
|
|
1267
|
+
readonly currency: import("@elaraai/east").VariantType<{
|
|
1268
|
+
readonly USD: import("@elaraai/east").NullType;
|
|
1269
|
+
readonly EUR: import("@elaraai/east").NullType;
|
|
1270
|
+
readonly GBP: import("@elaraai/east").NullType;
|
|
1271
|
+
readonly JPY: import("@elaraai/east").NullType;
|
|
1272
|
+
readonly CHF: import("@elaraai/east").NullType;
|
|
1273
|
+
readonly CAD: import("@elaraai/east").NullType;
|
|
1274
|
+
readonly AUD: import("@elaraai/east").NullType;
|
|
1275
|
+
readonly NZD: import("@elaraai/east").NullType;
|
|
1276
|
+
readonly CNY: import("@elaraai/east").NullType;
|
|
1277
|
+
readonly HKD: import("@elaraai/east").NullType;
|
|
1278
|
+
readonly SGD: import("@elaraai/east").NullType;
|
|
1279
|
+
readonly KRW: import("@elaraai/east").NullType;
|
|
1280
|
+
readonly INR: import("@elaraai/east").NullType;
|
|
1281
|
+
readonly TWD: import("@elaraai/east").NullType;
|
|
1282
|
+
readonly THB: import("@elaraai/east").NullType;
|
|
1283
|
+
readonly MYR: import("@elaraai/east").NullType;
|
|
1284
|
+
readonly IDR: import("@elaraai/east").NullType;
|
|
1285
|
+
readonly PHP: import("@elaraai/east").NullType;
|
|
1286
|
+
readonly VND: import("@elaraai/east").NullType;
|
|
1287
|
+
readonly SEK: import("@elaraai/east").NullType;
|
|
1288
|
+
readonly NOK: import("@elaraai/east").NullType;
|
|
1289
|
+
readonly DKK: import("@elaraai/east").NullType;
|
|
1290
|
+
readonly PLN: import("@elaraai/east").NullType;
|
|
1291
|
+
readonly CZK: import("@elaraai/east").NullType;
|
|
1292
|
+
readonly HUF: import("@elaraai/east").NullType;
|
|
1293
|
+
readonly RUB: import("@elaraai/east").NullType;
|
|
1294
|
+
readonly UAH: import("@elaraai/east").NullType;
|
|
1295
|
+
readonly RON: import("@elaraai/east").NullType;
|
|
1296
|
+
readonly MXN: import("@elaraai/east").NullType;
|
|
1297
|
+
readonly BRL: import("@elaraai/east").NullType;
|
|
1298
|
+
readonly ARS: import("@elaraai/east").NullType;
|
|
1299
|
+
readonly CLP: import("@elaraai/east").NullType;
|
|
1300
|
+
readonly COP: import("@elaraai/east").NullType;
|
|
1301
|
+
readonly PEN: import("@elaraai/east").NullType;
|
|
1302
|
+
readonly AED: import("@elaraai/east").NullType;
|
|
1303
|
+
readonly SAR: import("@elaraai/east").NullType;
|
|
1304
|
+
readonly ILS: import("@elaraai/east").NullType;
|
|
1305
|
+
readonly ZAR: import("@elaraai/east").NullType;
|
|
1306
|
+
readonly TRY: import("@elaraai/east").NullType;
|
|
1307
|
+
readonly EGP: import("@elaraai/east").NullType;
|
|
1308
|
+
readonly NGN: import("@elaraai/east").NullType;
|
|
1309
|
+
readonly KES: import("@elaraai/east").NullType;
|
|
1300
1310
|
}>;
|
|
1301
|
-
display: OptionType<import("@elaraai/east").VariantType<{
|
|
1302
|
-
code: import("@elaraai/east").NullType;
|
|
1303
|
-
symbol: import("@elaraai/east").NullType;
|
|
1304
|
-
narrowSymbol: import("@elaraai/east").NullType;
|
|
1305
|
-
name: import("@elaraai/east").NullType;
|
|
1311
|
+
readonly display: OptionType<import("@elaraai/east").VariantType<{
|
|
1312
|
+
readonly code: import("@elaraai/east").NullType;
|
|
1313
|
+
readonly symbol: import("@elaraai/east").NullType;
|
|
1314
|
+
readonly narrowSymbol: import("@elaraai/east").NullType;
|
|
1315
|
+
readonly name: import("@elaraai/east").NullType;
|
|
1306
1316
|
}>>;
|
|
1307
|
-
minimumFractionDigits: OptionType<IntegerType>;
|
|
1308
|
-
maximumFractionDigits: OptionType<IntegerType>;
|
|
1317
|
+
readonly minimumFractionDigits: OptionType<IntegerType>;
|
|
1318
|
+
readonly maximumFractionDigits: OptionType<IntegerType>;
|
|
1309
1319
|
}>;
|
|
1310
|
-
percent: StructType<{
|
|
1311
|
-
minimumFractionDigits: OptionType<IntegerType>;
|
|
1312
|
-
maximumFractionDigits: OptionType<IntegerType>;
|
|
1313
|
-
signDisplay: OptionType<import("@elaraai/east").VariantType<{
|
|
1314
|
-
auto: import("@elaraai/east").NullType;
|
|
1315
|
-
never: import("@elaraai/east").NullType;
|
|
1316
|
-
always: import("@elaraai/east").NullType;
|
|
1317
|
-
exceptZero: import("@elaraai/east").NullType;
|
|
1320
|
+
readonly percent: StructType<{
|
|
1321
|
+
readonly minimumFractionDigits: OptionType<IntegerType>;
|
|
1322
|
+
readonly maximumFractionDigits: OptionType<IntegerType>;
|
|
1323
|
+
readonly signDisplay: OptionType<import("@elaraai/east").VariantType<{
|
|
1324
|
+
readonly auto: import("@elaraai/east").NullType;
|
|
1325
|
+
readonly never: import("@elaraai/east").NullType;
|
|
1326
|
+
readonly always: import("@elaraai/east").NullType;
|
|
1327
|
+
readonly exceptZero: import("@elaraai/east").NullType;
|
|
1318
1328
|
}>>;
|
|
1319
1329
|
}>;
|
|
1320
|
-
compact: StructType<{
|
|
1321
|
-
display: OptionType<import("@elaraai/east").VariantType<{
|
|
1322
|
-
short: import("@elaraai/east").NullType;
|
|
1323
|
-
long: import("@elaraai/east").NullType;
|
|
1330
|
+
readonly compact: StructType<{
|
|
1331
|
+
readonly display: OptionType<import("@elaraai/east").VariantType<{
|
|
1332
|
+
readonly short: import("@elaraai/east").NullType;
|
|
1333
|
+
readonly long: import("@elaraai/east").NullType;
|
|
1324
1334
|
}>>;
|
|
1325
1335
|
}>;
|
|
1326
|
-
unit: StructType<{
|
|
1327
|
-
unit: import("@elaraai/east").VariantType<{
|
|
1328
|
-
bit: import("@elaraai/east").NullType;
|
|
1329
|
-
byte: import("@elaraai/east").NullType;
|
|
1330
|
-
kilobit: import("@elaraai/east").NullType;
|
|
1331
|
-
kilobyte: import("@elaraai/east").NullType;
|
|
1332
|
-
megabit: import("@elaraai/east").NullType;
|
|
1333
|
-
megabyte: import("@elaraai/east").NullType;
|
|
1334
|
-
gigabit: import("@elaraai/east").NullType;
|
|
1335
|
-
gigabyte: import("@elaraai/east").NullType;
|
|
1336
|
-
terabit: import("@elaraai/east").NullType;
|
|
1337
|
-
terabyte: import("@elaraai/east").NullType;
|
|
1338
|
-
petabyte: import("@elaraai/east").NullType;
|
|
1339
|
-
nanosecond: import("@elaraai/east").NullType;
|
|
1340
|
-
microsecond: import("@elaraai/east").NullType;
|
|
1341
|
-
millisecond: import("@elaraai/east").NullType;
|
|
1342
|
-
second: import("@elaraai/east").NullType;
|
|
1343
|
-
minute: import("@elaraai/east").NullType;
|
|
1344
|
-
hour: import("@elaraai/east").NullType;
|
|
1345
|
-
day: import("@elaraai/east").NullType;
|
|
1346
|
-
week: import("@elaraai/east").NullType;
|
|
1347
|
-
month: import("@elaraai/east").NullType;
|
|
1348
|
-
year: import("@elaraai/east").NullType;
|
|
1349
|
-
millimeter: import("@elaraai/east").NullType;
|
|
1350
|
-
centimeter: import("@elaraai/east").NullType;
|
|
1351
|
-
meter: import("@elaraai/east").NullType;
|
|
1352
|
-
kilometer: import("@elaraai/east").NullType;
|
|
1353
|
-
inch: import("@elaraai/east").NullType;
|
|
1354
|
-
foot: import("@elaraai/east").NullType;
|
|
1355
|
-
yard: import("@elaraai/east").NullType;
|
|
1356
|
-
mile: import("@elaraai/east").NullType;
|
|
1357
|
-
gram: import("@elaraai/east").NullType;
|
|
1358
|
-
kilogram: import("@elaraai/east").NullType;
|
|
1359
|
-
milligram: import("@elaraai/east").NullType;
|
|
1360
|
-
ounce: import("@elaraai/east").NullType;
|
|
1361
|
-
pound: import("@elaraai/east").NullType;
|
|
1362
|
-
stone: import("@elaraai/east").NullType;
|
|
1363
|
-
celsius: import("@elaraai/east").NullType;
|
|
1364
|
-
fahrenheit: import("@elaraai/east").NullType;
|
|
1365
|
-
milliliter: import("@elaraai/east").NullType;
|
|
1366
|
-
liter: import("@elaraai/east").NullType;
|
|
1367
|
-
gallon: import("@elaraai/east").NullType;
|
|
1368
|
-
fluidOunce: import("@elaraai/east").NullType;
|
|
1369
|
-
acre: import("@elaraai/east").NullType;
|
|
1370
|
-
hectare: import("@elaraai/east").NullType;
|
|
1371
|
-
meterPerSecond: import("@elaraai/east").NullType;
|
|
1372
|
-
kilometerPerHour: import("@elaraai/east").NullType;
|
|
1373
|
-
milePerHour: import("@elaraai/east").NullType;
|
|
1374
|
-
percent: import("@elaraai/east").NullType;
|
|
1375
|
-
degree: import("@elaraai/east").NullType;
|
|
1336
|
+
readonly unit: StructType<{
|
|
1337
|
+
readonly unit: import("@elaraai/east").VariantType<{
|
|
1338
|
+
readonly bit: import("@elaraai/east").NullType;
|
|
1339
|
+
readonly byte: import("@elaraai/east").NullType;
|
|
1340
|
+
readonly kilobit: import("@elaraai/east").NullType;
|
|
1341
|
+
readonly kilobyte: import("@elaraai/east").NullType;
|
|
1342
|
+
readonly megabit: import("@elaraai/east").NullType;
|
|
1343
|
+
readonly megabyte: import("@elaraai/east").NullType;
|
|
1344
|
+
readonly gigabit: import("@elaraai/east").NullType;
|
|
1345
|
+
readonly gigabyte: import("@elaraai/east").NullType;
|
|
1346
|
+
readonly terabit: import("@elaraai/east").NullType;
|
|
1347
|
+
readonly terabyte: import("@elaraai/east").NullType;
|
|
1348
|
+
readonly petabyte: import("@elaraai/east").NullType;
|
|
1349
|
+
readonly nanosecond: import("@elaraai/east").NullType;
|
|
1350
|
+
readonly microsecond: import("@elaraai/east").NullType;
|
|
1351
|
+
readonly millisecond: import("@elaraai/east").NullType;
|
|
1352
|
+
readonly second: import("@elaraai/east").NullType;
|
|
1353
|
+
readonly minute: import("@elaraai/east").NullType;
|
|
1354
|
+
readonly hour: import("@elaraai/east").NullType;
|
|
1355
|
+
readonly day: import("@elaraai/east").NullType;
|
|
1356
|
+
readonly week: import("@elaraai/east").NullType;
|
|
1357
|
+
readonly month: import("@elaraai/east").NullType;
|
|
1358
|
+
readonly year: import("@elaraai/east").NullType;
|
|
1359
|
+
readonly millimeter: import("@elaraai/east").NullType;
|
|
1360
|
+
readonly centimeter: import("@elaraai/east").NullType;
|
|
1361
|
+
readonly meter: import("@elaraai/east").NullType;
|
|
1362
|
+
readonly kilometer: import("@elaraai/east").NullType;
|
|
1363
|
+
readonly inch: import("@elaraai/east").NullType;
|
|
1364
|
+
readonly foot: import("@elaraai/east").NullType;
|
|
1365
|
+
readonly yard: import("@elaraai/east").NullType;
|
|
1366
|
+
readonly mile: import("@elaraai/east").NullType;
|
|
1367
|
+
readonly gram: import("@elaraai/east").NullType;
|
|
1368
|
+
readonly kilogram: import("@elaraai/east").NullType;
|
|
1369
|
+
readonly milligram: import("@elaraai/east").NullType;
|
|
1370
|
+
readonly ounce: import("@elaraai/east").NullType;
|
|
1371
|
+
readonly pound: import("@elaraai/east").NullType;
|
|
1372
|
+
readonly stone: import("@elaraai/east").NullType;
|
|
1373
|
+
readonly celsius: import("@elaraai/east").NullType;
|
|
1374
|
+
readonly fahrenheit: import("@elaraai/east").NullType;
|
|
1375
|
+
readonly milliliter: import("@elaraai/east").NullType;
|
|
1376
|
+
readonly liter: import("@elaraai/east").NullType;
|
|
1377
|
+
readonly gallon: import("@elaraai/east").NullType;
|
|
1378
|
+
readonly fluidOunce: import("@elaraai/east").NullType;
|
|
1379
|
+
readonly acre: import("@elaraai/east").NullType;
|
|
1380
|
+
readonly hectare: import("@elaraai/east").NullType;
|
|
1381
|
+
readonly meterPerSecond: import("@elaraai/east").NullType;
|
|
1382
|
+
readonly kilometerPerHour: import("@elaraai/east").NullType;
|
|
1383
|
+
readonly milePerHour: import("@elaraai/east").NullType;
|
|
1384
|
+
readonly percent: import("@elaraai/east").NullType;
|
|
1385
|
+
readonly degree: import("@elaraai/east").NullType;
|
|
1376
1386
|
}>;
|
|
1377
|
-
display: OptionType<import("@elaraai/east").VariantType<{
|
|
1378
|
-
short: import("@elaraai/east").NullType;
|
|
1379
|
-
narrow: import("@elaraai/east").NullType;
|
|
1380
|
-
long: import("@elaraai/east").NullType;
|
|
1387
|
+
readonly display: OptionType<import("@elaraai/east").VariantType<{
|
|
1388
|
+
readonly short: import("@elaraai/east").NullType;
|
|
1389
|
+
readonly narrow: import("@elaraai/east").NullType;
|
|
1390
|
+
readonly long: import("@elaraai/east").NullType;
|
|
1381
1391
|
}>>;
|
|
1382
1392
|
}>;
|
|
1383
|
-
scientific: import("@elaraai/east").NullType;
|
|
1384
|
-
engineering: import("@elaraai/east").NullType;
|
|
1385
|
-
date: StructType<{
|
|
1386
|
-
style: OptionType<import("@elaraai/east").VariantType<{
|
|
1387
|
-
full: import("@elaraai/east").NullType;
|
|
1388
|
-
long: import("@elaraai/east").NullType;
|
|
1389
|
-
medium: import("@elaraai/east").NullType;
|
|
1390
|
-
short: import("@elaraai/east").NullType;
|
|
1393
|
+
readonly scientific: import("@elaraai/east").NullType;
|
|
1394
|
+
readonly engineering: import("@elaraai/east").NullType;
|
|
1395
|
+
readonly date: StructType<{
|
|
1396
|
+
readonly style: OptionType<import("@elaraai/east").VariantType<{
|
|
1397
|
+
readonly full: import("@elaraai/east").NullType;
|
|
1398
|
+
readonly long: import("@elaraai/east").NullType;
|
|
1399
|
+
readonly medium: import("@elaraai/east").NullType;
|
|
1400
|
+
readonly short: import("@elaraai/east").NullType;
|
|
1391
1401
|
}>>;
|
|
1392
1402
|
}>;
|
|
1393
|
-
time: StructType<{
|
|
1394
|
-
style: OptionType<import("@elaraai/east").VariantType<{
|
|
1395
|
-
full: import("@elaraai/east").NullType;
|
|
1396
|
-
long: import("@elaraai/east").NullType;
|
|
1397
|
-
medium: import("@elaraai/east").NullType;
|
|
1398
|
-
short: import("@elaraai/east").NullType;
|
|
1403
|
+
readonly time: StructType<{
|
|
1404
|
+
readonly style: OptionType<import("@elaraai/east").VariantType<{
|
|
1405
|
+
readonly full: import("@elaraai/east").NullType;
|
|
1406
|
+
readonly long: import("@elaraai/east").NullType;
|
|
1407
|
+
readonly medium: import("@elaraai/east").NullType;
|
|
1408
|
+
readonly short: import("@elaraai/east").NullType;
|
|
1399
1409
|
}>>;
|
|
1400
|
-
hour12: OptionType<BooleanType>;
|
|
1410
|
+
readonly hour12: OptionType<BooleanType>;
|
|
1401
1411
|
}>;
|
|
1402
|
-
datetime: StructType<{
|
|
1403
|
-
dateStyle: OptionType<import("@elaraai/east").VariantType<{
|
|
1404
|
-
full: import("@elaraai/east").NullType;
|
|
1405
|
-
long: import("@elaraai/east").NullType;
|
|
1406
|
-
medium: import("@elaraai/east").NullType;
|
|
1407
|
-
short: import("@elaraai/east").NullType;
|
|
1412
|
+
readonly datetime: StructType<{
|
|
1413
|
+
readonly dateStyle: OptionType<import("@elaraai/east").VariantType<{
|
|
1414
|
+
readonly full: import("@elaraai/east").NullType;
|
|
1415
|
+
readonly long: import("@elaraai/east").NullType;
|
|
1416
|
+
readonly medium: import("@elaraai/east").NullType;
|
|
1417
|
+
readonly short: import("@elaraai/east").NullType;
|
|
1408
1418
|
}>>;
|
|
1409
|
-
timeStyle: OptionType<import("@elaraai/east").VariantType<{
|
|
1410
|
-
full: import("@elaraai/east").NullType;
|
|
1411
|
-
long: import("@elaraai/east").NullType;
|
|
1412
|
-
medium: import("@elaraai/east").NullType;
|
|
1413
|
-
short: import("@elaraai/east").NullType;
|
|
1419
|
+
readonly timeStyle: OptionType<import("@elaraai/east").VariantType<{
|
|
1420
|
+
readonly full: import("@elaraai/east").NullType;
|
|
1421
|
+
readonly long: import("@elaraai/east").NullType;
|
|
1422
|
+
readonly medium: import("@elaraai/east").NullType;
|
|
1423
|
+
readonly short: import("@elaraai/east").NullType;
|
|
1414
1424
|
}>>;
|
|
1415
|
-
hour12: OptionType<BooleanType>;
|
|
1425
|
+
readonly hour12: OptionType<BooleanType>;
|
|
1416
1426
|
}>;
|
|
1417
1427
|
}>>;
|
|
1418
|
-
domain: OptionType<ArrayType<FloatType>>;
|
|
1419
|
-
hide: OptionType<BooleanType>;
|
|
1420
|
-
axisLine: OptionType<BooleanType>;
|
|
1421
|
-
tickLine: OptionType<BooleanType>;
|
|
1422
|
-
tickMargin: OptionType<IntegerType>;
|
|
1423
|
-
strokeColor: OptionType<StringType>;
|
|
1424
|
-
orientation: OptionType<import("@elaraai/east").VariantType<{
|
|
1425
|
-
top: import("@elaraai/east").NullType;
|
|
1426
|
-
bottom: import("@elaraai/east").NullType;
|
|
1427
|
-
left: import("@elaraai/east").NullType;
|
|
1428
|
-
right: import("@elaraai/east").NullType;
|
|
1428
|
+
readonly domain: OptionType<ArrayType<FloatType>>;
|
|
1429
|
+
readonly hide: OptionType<BooleanType>;
|
|
1430
|
+
readonly axisLine: OptionType<BooleanType>;
|
|
1431
|
+
readonly tickLine: OptionType<BooleanType>;
|
|
1432
|
+
readonly tickMargin: OptionType<IntegerType>;
|
|
1433
|
+
readonly strokeColor: OptionType<StringType>;
|
|
1434
|
+
readonly orientation: OptionType<import("@elaraai/east").VariantType<{
|
|
1435
|
+
readonly top: import("@elaraai/east").NullType;
|
|
1436
|
+
readonly bottom: import("@elaraai/east").NullType;
|
|
1437
|
+
readonly left: import("@elaraai/east").NullType;
|
|
1438
|
+
readonly right: import("@elaraai/east").NullType;
|
|
1429
1439
|
}>>;
|
|
1430
|
-
axisId: OptionType<StringType>;
|
|
1440
|
+
readonly axisId: OptionType<StringType>;
|
|
1431
1441
|
}>>;
|
|
1432
|
-
yAxis2: OptionType<StructType<{
|
|
1433
|
-
dataKey: OptionType<StringType>;
|
|
1434
|
-
label: OptionType<StringType>;
|
|
1435
|
-
tickFormat: OptionType<import("@elaraai/east").VariantType<{
|
|
1436
|
-
number: StructType<{
|
|
1437
|
-
minimumFractionDigits: OptionType<IntegerType>;
|
|
1438
|
-
maximumFractionDigits: OptionType<IntegerType>;
|
|
1439
|
-
signDisplay: OptionType<import("@elaraai/east").VariantType<{
|
|
1440
|
-
auto: import("@elaraai/east").NullType;
|
|
1441
|
-
never: import("@elaraai/east").NullType;
|
|
1442
|
-
always: import("@elaraai/east").NullType;
|
|
1443
|
-
exceptZero: import("@elaraai/east").NullType;
|
|
1442
|
+
readonly yAxis2: OptionType<StructType<{
|
|
1443
|
+
readonly dataKey: OptionType<StringType>;
|
|
1444
|
+
readonly label: OptionType<StringType>;
|
|
1445
|
+
readonly tickFormat: OptionType<import("@elaraai/east").VariantType<{
|
|
1446
|
+
readonly number: StructType<{
|
|
1447
|
+
readonly minimumFractionDigits: OptionType<IntegerType>;
|
|
1448
|
+
readonly maximumFractionDigits: OptionType<IntegerType>;
|
|
1449
|
+
readonly signDisplay: OptionType<import("@elaraai/east").VariantType<{
|
|
1450
|
+
readonly auto: import("@elaraai/east").NullType;
|
|
1451
|
+
readonly never: import("@elaraai/east").NullType;
|
|
1452
|
+
readonly always: import("@elaraai/east").NullType;
|
|
1453
|
+
readonly exceptZero: import("@elaraai/east").NullType;
|
|
1444
1454
|
}>>;
|
|
1445
1455
|
}>;
|
|
1446
|
-
currency: StructType<{
|
|
1447
|
-
currency: import("@elaraai/east").VariantType<{
|
|
1448
|
-
USD: import("@elaraai/east").NullType;
|
|
1449
|
-
EUR: import("@elaraai/east").NullType;
|
|
1450
|
-
GBP: import("@elaraai/east").NullType;
|
|
1451
|
-
JPY: import("@elaraai/east").NullType;
|
|
1452
|
-
CHF: import("@elaraai/east").NullType;
|
|
1453
|
-
CAD: import("@elaraai/east").NullType;
|
|
1454
|
-
AUD: import("@elaraai/east").NullType;
|
|
1455
|
-
NZD: import("@elaraai/east").NullType;
|
|
1456
|
-
CNY: import("@elaraai/east").NullType;
|
|
1457
|
-
HKD: import("@elaraai/east").NullType;
|
|
1458
|
-
SGD: import("@elaraai/east").NullType;
|
|
1459
|
-
KRW: import("@elaraai/east").NullType;
|
|
1460
|
-
INR: import("@elaraai/east").NullType;
|
|
1461
|
-
TWD: import("@elaraai/east").NullType;
|
|
1462
|
-
THB: import("@elaraai/east").NullType;
|
|
1463
|
-
MYR: import("@elaraai/east").NullType;
|
|
1464
|
-
IDR: import("@elaraai/east").NullType;
|
|
1465
|
-
PHP: import("@elaraai/east").NullType;
|
|
1466
|
-
VND: import("@elaraai/east").NullType;
|
|
1467
|
-
SEK: import("@elaraai/east").NullType;
|
|
1468
|
-
NOK: import("@elaraai/east").NullType;
|
|
1469
|
-
DKK: import("@elaraai/east").NullType;
|
|
1470
|
-
PLN: import("@elaraai/east").NullType;
|
|
1471
|
-
CZK: import("@elaraai/east").NullType;
|
|
1472
|
-
HUF: import("@elaraai/east").NullType;
|
|
1473
|
-
RUB: import("@elaraai/east").NullType;
|
|
1474
|
-
UAH: import("@elaraai/east").NullType;
|
|
1475
|
-
RON: import("@elaraai/east").NullType;
|
|
1476
|
-
MXN: import("@elaraai/east").NullType;
|
|
1477
|
-
BRL: import("@elaraai/east").NullType;
|
|
1478
|
-
ARS: import("@elaraai/east").NullType;
|
|
1479
|
-
CLP: import("@elaraai/east").NullType;
|
|
1480
|
-
COP: import("@elaraai/east").NullType;
|
|
1481
|
-
PEN: import("@elaraai/east").NullType;
|
|
1482
|
-
AED: import("@elaraai/east").NullType;
|
|
1483
|
-
SAR: import("@elaraai/east").NullType;
|
|
1484
|
-
ILS: import("@elaraai/east").NullType;
|
|
1485
|
-
ZAR: import("@elaraai/east").NullType;
|
|
1486
|
-
TRY: import("@elaraai/east").NullType;
|
|
1487
|
-
EGP: import("@elaraai/east").NullType;
|
|
1488
|
-
NGN: import("@elaraai/east").NullType;
|
|
1489
|
-
KES: import("@elaraai/east").NullType;
|
|
1456
|
+
readonly currency: StructType<{
|
|
1457
|
+
readonly currency: import("@elaraai/east").VariantType<{
|
|
1458
|
+
readonly USD: import("@elaraai/east").NullType;
|
|
1459
|
+
readonly EUR: import("@elaraai/east").NullType;
|
|
1460
|
+
readonly GBP: import("@elaraai/east").NullType;
|
|
1461
|
+
readonly JPY: import("@elaraai/east").NullType;
|
|
1462
|
+
readonly CHF: import("@elaraai/east").NullType;
|
|
1463
|
+
readonly CAD: import("@elaraai/east").NullType;
|
|
1464
|
+
readonly AUD: import("@elaraai/east").NullType;
|
|
1465
|
+
readonly NZD: import("@elaraai/east").NullType;
|
|
1466
|
+
readonly CNY: import("@elaraai/east").NullType;
|
|
1467
|
+
readonly HKD: import("@elaraai/east").NullType;
|
|
1468
|
+
readonly SGD: import("@elaraai/east").NullType;
|
|
1469
|
+
readonly KRW: import("@elaraai/east").NullType;
|
|
1470
|
+
readonly INR: import("@elaraai/east").NullType;
|
|
1471
|
+
readonly TWD: import("@elaraai/east").NullType;
|
|
1472
|
+
readonly THB: import("@elaraai/east").NullType;
|
|
1473
|
+
readonly MYR: import("@elaraai/east").NullType;
|
|
1474
|
+
readonly IDR: import("@elaraai/east").NullType;
|
|
1475
|
+
readonly PHP: import("@elaraai/east").NullType;
|
|
1476
|
+
readonly VND: import("@elaraai/east").NullType;
|
|
1477
|
+
readonly SEK: import("@elaraai/east").NullType;
|
|
1478
|
+
readonly NOK: import("@elaraai/east").NullType;
|
|
1479
|
+
readonly DKK: import("@elaraai/east").NullType;
|
|
1480
|
+
readonly PLN: import("@elaraai/east").NullType;
|
|
1481
|
+
readonly CZK: import("@elaraai/east").NullType;
|
|
1482
|
+
readonly HUF: import("@elaraai/east").NullType;
|
|
1483
|
+
readonly RUB: import("@elaraai/east").NullType;
|
|
1484
|
+
readonly UAH: import("@elaraai/east").NullType;
|
|
1485
|
+
readonly RON: import("@elaraai/east").NullType;
|
|
1486
|
+
readonly MXN: import("@elaraai/east").NullType;
|
|
1487
|
+
readonly BRL: import("@elaraai/east").NullType;
|
|
1488
|
+
readonly ARS: import("@elaraai/east").NullType;
|
|
1489
|
+
readonly CLP: import("@elaraai/east").NullType;
|
|
1490
|
+
readonly COP: import("@elaraai/east").NullType;
|
|
1491
|
+
readonly PEN: import("@elaraai/east").NullType;
|
|
1492
|
+
readonly AED: import("@elaraai/east").NullType;
|
|
1493
|
+
readonly SAR: import("@elaraai/east").NullType;
|
|
1494
|
+
readonly ILS: import("@elaraai/east").NullType;
|
|
1495
|
+
readonly ZAR: import("@elaraai/east").NullType;
|
|
1496
|
+
readonly TRY: import("@elaraai/east").NullType;
|
|
1497
|
+
readonly EGP: import("@elaraai/east").NullType;
|
|
1498
|
+
readonly NGN: import("@elaraai/east").NullType;
|
|
1499
|
+
readonly KES: import("@elaraai/east").NullType;
|
|
1490
1500
|
}>;
|
|
1491
|
-
display: OptionType<import("@elaraai/east").VariantType<{
|
|
1492
|
-
code: import("@elaraai/east").NullType;
|
|
1493
|
-
symbol: import("@elaraai/east").NullType;
|
|
1494
|
-
narrowSymbol: import("@elaraai/east").NullType;
|
|
1495
|
-
name: import("@elaraai/east").NullType;
|
|
1501
|
+
readonly display: OptionType<import("@elaraai/east").VariantType<{
|
|
1502
|
+
readonly code: import("@elaraai/east").NullType;
|
|
1503
|
+
readonly symbol: import("@elaraai/east").NullType;
|
|
1504
|
+
readonly narrowSymbol: import("@elaraai/east").NullType;
|
|
1505
|
+
readonly name: import("@elaraai/east").NullType;
|
|
1496
1506
|
}>>;
|
|
1497
|
-
minimumFractionDigits: OptionType<IntegerType>;
|
|
1498
|
-
maximumFractionDigits: OptionType<IntegerType>;
|
|
1507
|
+
readonly minimumFractionDigits: OptionType<IntegerType>;
|
|
1508
|
+
readonly maximumFractionDigits: OptionType<IntegerType>;
|
|
1499
1509
|
}>;
|
|
1500
|
-
percent: StructType<{
|
|
1501
|
-
minimumFractionDigits: OptionType<IntegerType>;
|
|
1502
|
-
maximumFractionDigits: OptionType<IntegerType>;
|
|
1503
|
-
signDisplay: OptionType<import("@elaraai/east").VariantType<{
|
|
1504
|
-
auto: import("@elaraai/east").NullType;
|
|
1505
|
-
never: import("@elaraai/east").NullType;
|
|
1506
|
-
always: import("@elaraai/east").NullType;
|
|
1507
|
-
exceptZero: import("@elaraai/east").NullType;
|
|
1510
|
+
readonly percent: StructType<{
|
|
1511
|
+
readonly minimumFractionDigits: OptionType<IntegerType>;
|
|
1512
|
+
readonly maximumFractionDigits: OptionType<IntegerType>;
|
|
1513
|
+
readonly signDisplay: OptionType<import("@elaraai/east").VariantType<{
|
|
1514
|
+
readonly auto: import("@elaraai/east").NullType;
|
|
1515
|
+
readonly never: import("@elaraai/east").NullType;
|
|
1516
|
+
readonly always: import("@elaraai/east").NullType;
|
|
1517
|
+
readonly exceptZero: import("@elaraai/east").NullType;
|
|
1508
1518
|
}>>;
|
|
1509
1519
|
}>;
|
|
1510
|
-
compact: StructType<{
|
|
1511
|
-
display: OptionType<import("@elaraai/east").VariantType<{
|
|
1512
|
-
short: import("@elaraai/east").NullType;
|
|
1513
|
-
long: import("@elaraai/east").NullType;
|
|
1520
|
+
readonly compact: StructType<{
|
|
1521
|
+
readonly display: OptionType<import("@elaraai/east").VariantType<{
|
|
1522
|
+
readonly short: import("@elaraai/east").NullType;
|
|
1523
|
+
readonly long: import("@elaraai/east").NullType;
|
|
1514
1524
|
}>>;
|
|
1515
1525
|
}>;
|
|
1516
|
-
unit: StructType<{
|
|
1517
|
-
unit: import("@elaraai/east").VariantType<{
|
|
1518
|
-
bit: import("@elaraai/east").NullType;
|
|
1519
|
-
byte: import("@elaraai/east").NullType;
|
|
1520
|
-
kilobit: import("@elaraai/east").NullType;
|
|
1521
|
-
kilobyte: import("@elaraai/east").NullType;
|
|
1522
|
-
megabit: import("@elaraai/east").NullType;
|
|
1523
|
-
megabyte: import("@elaraai/east").NullType;
|
|
1524
|
-
gigabit: import("@elaraai/east").NullType;
|
|
1525
|
-
gigabyte: import("@elaraai/east").NullType;
|
|
1526
|
-
terabit: import("@elaraai/east").NullType;
|
|
1527
|
-
terabyte: import("@elaraai/east").NullType;
|
|
1528
|
-
petabyte: import("@elaraai/east").NullType;
|
|
1529
|
-
nanosecond: import("@elaraai/east").NullType;
|
|
1530
|
-
microsecond: import("@elaraai/east").NullType;
|
|
1531
|
-
millisecond: import("@elaraai/east").NullType;
|
|
1532
|
-
second: import("@elaraai/east").NullType;
|
|
1533
|
-
minute: import("@elaraai/east").NullType;
|
|
1534
|
-
hour: import("@elaraai/east").NullType;
|
|
1535
|
-
day: import("@elaraai/east").NullType;
|
|
1536
|
-
week: import("@elaraai/east").NullType;
|
|
1537
|
-
month: import("@elaraai/east").NullType;
|
|
1538
|
-
year: import("@elaraai/east").NullType;
|
|
1539
|
-
millimeter: import("@elaraai/east").NullType;
|
|
1540
|
-
centimeter: import("@elaraai/east").NullType;
|
|
1541
|
-
meter: import("@elaraai/east").NullType;
|
|
1542
|
-
kilometer: import("@elaraai/east").NullType;
|
|
1543
|
-
inch: import("@elaraai/east").NullType;
|
|
1544
|
-
foot: import("@elaraai/east").NullType;
|
|
1545
|
-
yard: import("@elaraai/east").NullType;
|
|
1546
|
-
mile: import("@elaraai/east").NullType;
|
|
1547
|
-
gram: import("@elaraai/east").NullType;
|
|
1548
|
-
kilogram: import("@elaraai/east").NullType;
|
|
1549
|
-
milligram: import("@elaraai/east").NullType;
|
|
1550
|
-
ounce: import("@elaraai/east").NullType;
|
|
1551
|
-
pound: import("@elaraai/east").NullType;
|
|
1552
|
-
stone: import("@elaraai/east").NullType;
|
|
1553
|
-
celsius: import("@elaraai/east").NullType;
|
|
1554
|
-
fahrenheit: import("@elaraai/east").NullType;
|
|
1555
|
-
milliliter: import("@elaraai/east").NullType;
|
|
1556
|
-
liter: import("@elaraai/east").NullType;
|
|
1557
|
-
gallon: import("@elaraai/east").NullType;
|
|
1558
|
-
fluidOunce: import("@elaraai/east").NullType;
|
|
1559
|
-
acre: import("@elaraai/east").NullType;
|
|
1560
|
-
hectare: import("@elaraai/east").NullType;
|
|
1561
|
-
meterPerSecond: import("@elaraai/east").NullType;
|
|
1562
|
-
kilometerPerHour: import("@elaraai/east").NullType;
|
|
1563
|
-
milePerHour: import("@elaraai/east").NullType;
|
|
1564
|
-
percent: import("@elaraai/east").NullType;
|
|
1565
|
-
degree: import("@elaraai/east").NullType;
|
|
1526
|
+
readonly unit: StructType<{
|
|
1527
|
+
readonly unit: import("@elaraai/east").VariantType<{
|
|
1528
|
+
readonly bit: import("@elaraai/east").NullType;
|
|
1529
|
+
readonly byte: import("@elaraai/east").NullType;
|
|
1530
|
+
readonly kilobit: import("@elaraai/east").NullType;
|
|
1531
|
+
readonly kilobyte: import("@elaraai/east").NullType;
|
|
1532
|
+
readonly megabit: import("@elaraai/east").NullType;
|
|
1533
|
+
readonly megabyte: import("@elaraai/east").NullType;
|
|
1534
|
+
readonly gigabit: import("@elaraai/east").NullType;
|
|
1535
|
+
readonly gigabyte: import("@elaraai/east").NullType;
|
|
1536
|
+
readonly terabit: import("@elaraai/east").NullType;
|
|
1537
|
+
readonly terabyte: import("@elaraai/east").NullType;
|
|
1538
|
+
readonly petabyte: import("@elaraai/east").NullType;
|
|
1539
|
+
readonly nanosecond: import("@elaraai/east").NullType;
|
|
1540
|
+
readonly microsecond: import("@elaraai/east").NullType;
|
|
1541
|
+
readonly millisecond: import("@elaraai/east").NullType;
|
|
1542
|
+
readonly second: import("@elaraai/east").NullType;
|
|
1543
|
+
readonly minute: import("@elaraai/east").NullType;
|
|
1544
|
+
readonly hour: import("@elaraai/east").NullType;
|
|
1545
|
+
readonly day: import("@elaraai/east").NullType;
|
|
1546
|
+
readonly week: import("@elaraai/east").NullType;
|
|
1547
|
+
readonly month: import("@elaraai/east").NullType;
|
|
1548
|
+
readonly year: import("@elaraai/east").NullType;
|
|
1549
|
+
readonly millimeter: import("@elaraai/east").NullType;
|
|
1550
|
+
readonly centimeter: import("@elaraai/east").NullType;
|
|
1551
|
+
readonly meter: import("@elaraai/east").NullType;
|
|
1552
|
+
readonly kilometer: import("@elaraai/east").NullType;
|
|
1553
|
+
readonly inch: import("@elaraai/east").NullType;
|
|
1554
|
+
readonly foot: import("@elaraai/east").NullType;
|
|
1555
|
+
readonly yard: import("@elaraai/east").NullType;
|
|
1556
|
+
readonly mile: import("@elaraai/east").NullType;
|
|
1557
|
+
readonly gram: import("@elaraai/east").NullType;
|
|
1558
|
+
readonly kilogram: import("@elaraai/east").NullType;
|
|
1559
|
+
readonly milligram: import("@elaraai/east").NullType;
|
|
1560
|
+
readonly ounce: import("@elaraai/east").NullType;
|
|
1561
|
+
readonly pound: import("@elaraai/east").NullType;
|
|
1562
|
+
readonly stone: import("@elaraai/east").NullType;
|
|
1563
|
+
readonly celsius: import("@elaraai/east").NullType;
|
|
1564
|
+
readonly fahrenheit: import("@elaraai/east").NullType;
|
|
1565
|
+
readonly milliliter: import("@elaraai/east").NullType;
|
|
1566
|
+
readonly liter: import("@elaraai/east").NullType;
|
|
1567
|
+
readonly gallon: import("@elaraai/east").NullType;
|
|
1568
|
+
readonly fluidOunce: import("@elaraai/east").NullType;
|
|
1569
|
+
readonly acre: import("@elaraai/east").NullType;
|
|
1570
|
+
readonly hectare: import("@elaraai/east").NullType;
|
|
1571
|
+
readonly meterPerSecond: import("@elaraai/east").NullType;
|
|
1572
|
+
readonly kilometerPerHour: import("@elaraai/east").NullType;
|
|
1573
|
+
readonly milePerHour: import("@elaraai/east").NullType;
|
|
1574
|
+
readonly percent: import("@elaraai/east").NullType;
|
|
1575
|
+
readonly degree: import("@elaraai/east").NullType;
|
|
1566
1576
|
}>;
|
|
1567
|
-
display: OptionType<import("@elaraai/east").VariantType<{
|
|
1568
|
-
short: import("@elaraai/east").NullType;
|
|
1569
|
-
narrow: import("@elaraai/east").NullType;
|
|
1570
|
-
long: import("@elaraai/east").NullType;
|
|
1577
|
+
readonly display: OptionType<import("@elaraai/east").VariantType<{
|
|
1578
|
+
readonly short: import("@elaraai/east").NullType;
|
|
1579
|
+
readonly narrow: import("@elaraai/east").NullType;
|
|
1580
|
+
readonly long: import("@elaraai/east").NullType;
|
|
1571
1581
|
}>>;
|
|
1572
1582
|
}>;
|
|
1573
|
-
scientific: import("@elaraai/east").NullType;
|
|
1574
|
-
engineering: import("@elaraai/east").NullType;
|
|
1575
|
-
date: StructType<{
|
|
1576
|
-
style: OptionType<import("@elaraai/east").VariantType<{
|
|
1577
|
-
full: import("@elaraai/east").NullType;
|
|
1578
|
-
long: import("@elaraai/east").NullType;
|
|
1579
|
-
medium: import("@elaraai/east").NullType;
|
|
1580
|
-
short: import("@elaraai/east").NullType;
|
|
1583
|
+
readonly scientific: import("@elaraai/east").NullType;
|
|
1584
|
+
readonly engineering: import("@elaraai/east").NullType;
|
|
1585
|
+
readonly date: StructType<{
|
|
1586
|
+
readonly style: OptionType<import("@elaraai/east").VariantType<{
|
|
1587
|
+
readonly full: import("@elaraai/east").NullType;
|
|
1588
|
+
readonly long: import("@elaraai/east").NullType;
|
|
1589
|
+
readonly medium: import("@elaraai/east").NullType;
|
|
1590
|
+
readonly short: import("@elaraai/east").NullType;
|
|
1581
1591
|
}>>;
|
|
1582
1592
|
}>;
|
|
1583
|
-
time: StructType<{
|
|
1584
|
-
style: OptionType<import("@elaraai/east").VariantType<{
|
|
1585
|
-
full: import("@elaraai/east").NullType;
|
|
1586
|
-
long: import("@elaraai/east").NullType;
|
|
1587
|
-
medium: import("@elaraai/east").NullType;
|
|
1588
|
-
short: import("@elaraai/east").NullType;
|
|
1593
|
+
readonly time: StructType<{
|
|
1594
|
+
readonly style: OptionType<import("@elaraai/east").VariantType<{
|
|
1595
|
+
readonly full: import("@elaraai/east").NullType;
|
|
1596
|
+
readonly long: import("@elaraai/east").NullType;
|
|
1597
|
+
readonly medium: import("@elaraai/east").NullType;
|
|
1598
|
+
readonly short: import("@elaraai/east").NullType;
|
|
1589
1599
|
}>>;
|
|
1590
|
-
hour12: OptionType<BooleanType>;
|
|
1600
|
+
readonly hour12: OptionType<BooleanType>;
|
|
1591
1601
|
}>;
|
|
1592
|
-
datetime: StructType<{
|
|
1593
|
-
dateStyle: OptionType<import("@elaraai/east").VariantType<{
|
|
1594
|
-
full: import("@elaraai/east").NullType;
|
|
1595
|
-
long: import("@elaraai/east").NullType;
|
|
1596
|
-
medium: import("@elaraai/east").NullType;
|
|
1597
|
-
short: import("@elaraai/east").NullType;
|
|
1602
|
+
readonly datetime: StructType<{
|
|
1603
|
+
readonly dateStyle: OptionType<import("@elaraai/east").VariantType<{
|
|
1604
|
+
readonly full: import("@elaraai/east").NullType;
|
|
1605
|
+
readonly long: import("@elaraai/east").NullType;
|
|
1606
|
+
readonly medium: import("@elaraai/east").NullType;
|
|
1607
|
+
readonly short: import("@elaraai/east").NullType;
|
|
1598
1608
|
}>>;
|
|
1599
|
-
timeStyle: OptionType<import("@elaraai/east").VariantType<{
|
|
1600
|
-
full: import("@elaraai/east").NullType;
|
|
1601
|
-
long: import("@elaraai/east").NullType;
|
|
1602
|
-
medium: import("@elaraai/east").NullType;
|
|
1603
|
-
short: import("@elaraai/east").NullType;
|
|
1609
|
+
readonly timeStyle: OptionType<import("@elaraai/east").VariantType<{
|
|
1610
|
+
readonly full: import("@elaraai/east").NullType;
|
|
1611
|
+
readonly long: import("@elaraai/east").NullType;
|
|
1612
|
+
readonly medium: import("@elaraai/east").NullType;
|
|
1613
|
+
readonly short: import("@elaraai/east").NullType;
|
|
1604
1614
|
}>>;
|
|
1605
|
-
hour12: OptionType<BooleanType>;
|
|
1615
|
+
readonly hour12: OptionType<BooleanType>;
|
|
1606
1616
|
}>;
|
|
1607
1617
|
}>>;
|
|
1608
|
-
domain: OptionType<ArrayType<FloatType>>;
|
|
1609
|
-
hide: OptionType<BooleanType>;
|
|
1610
|
-
axisLine: OptionType<BooleanType>;
|
|
1611
|
-
tickLine: OptionType<BooleanType>;
|
|
1612
|
-
tickMargin: OptionType<IntegerType>;
|
|
1613
|
-
strokeColor: OptionType<StringType>;
|
|
1614
|
-
orientation: OptionType<import("@elaraai/east").VariantType<{
|
|
1615
|
-
top: import("@elaraai/east").NullType;
|
|
1616
|
-
bottom: import("@elaraai/east").NullType;
|
|
1617
|
-
left: import("@elaraai/east").NullType;
|
|
1618
|
-
right: import("@elaraai/east").NullType;
|
|
1618
|
+
readonly domain: OptionType<ArrayType<FloatType>>;
|
|
1619
|
+
readonly hide: OptionType<BooleanType>;
|
|
1620
|
+
readonly axisLine: OptionType<BooleanType>;
|
|
1621
|
+
readonly tickLine: OptionType<BooleanType>;
|
|
1622
|
+
readonly tickMargin: OptionType<IntegerType>;
|
|
1623
|
+
readonly strokeColor: OptionType<StringType>;
|
|
1624
|
+
readonly orientation: OptionType<import("@elaraai/east").VariantType<{
|
|
1625
|
+
readonly top: import("@elaraai/east").NullType;
|
|
1626
|
+
readonly bottom: import("@elaraai/east").NullType;
|
|
1627
|
+
readonly left: import("@elaraai/east").NullType;
|
|
1628
|
+
readonly right: import("@elaraai/east").NullType;
|
|
1619
1629
|
}>>;
|
|
1620
|
-
axisId: OptionType<StringType>;
|
|
1630
|
+
readonly axisId: OptionType<StringType>;
|
|
1621
1631
|
}>>;
|
|
1622
|
-
curveType: OptionType<import("@elaraai/east").VariantType<{
|
|
1623
|
-
linear: import("@elaraai/east").NullType;
|
|
1624
|
-
natural: import("@elaraai/east").NullType;
|
|
1625
|
-
monotone: import("@elaraai/east").NullType;
|
|
1626
|
-
step: import("@elaraai/east").NullType;
|
|
1627
|
-
stepBefore: import("@elaraai/east").NullType;
|
|
1628
|
-
stepAfter: import("@elaraai/east").NullType;
|
|
1632
|
+
readonly curveType: OptionType<import("@elaraai/east").VariantType<{
|
|
1633
|
+
readonly linear: import("@elaraai/east").NullType;
|
|
1634
|
+
readonly natural: import("@elaraai/east").NullType;
|
|
1635
|
+
readonly monotone: import("@elaraai/east").NullType;
|
|
1636
|
+
readonly step: import("@elaraai/east").NullType;
|
|
1637
|
+
readonly stepBefore: import("@elaraai/east").NullType;
|
|
1638
|
+
readonly stepAfter: import("@elaraai/east").NullType;
|
|
1629
1639
|
}>>;
|
|
1630
|
-
grid: OptionType<StructType<{
|
|
1631
|
-
show: OptionType<BooleanType>;
|
|
1632
|
-
vertical: OptionType<BooleanType>;
|
|
1633
|
-
horizontal: OptionType<BooleanType>;
|
|
1634
|
-
strokeColor: OptionType<StringType>;
|
|
1635
|
-
strokeDasharray: OptionType<StringType>;
|
|
1640
|
+
readonly grid: OptionType<StructType<{
|
|
1641
|
+
readonly show: OptionType<BooleanType>;
|
|
1642
|
+
readonly vertical: OptionType<BooleanType>;
|
|
1643
|
+
readonly horizontal: OptionType<BooleanType>;
|
|
1644
|
+
readonly strokeColor: OptionType<StringType>;
|
|
1645
|
+
readonly strokeDasharray: OptionType<StringType>;
|
|
1636
1646
|
}>>;
|
|
1637
|
-
tooltip: OptionType<StructType<{
|
|
1638
|
-
show: OptionType<BooleanType>;
|
|
1639
|
-
cursor: OptionType<import("@elaraai/east").VariantType<{
|
|
1640
|
-
none: import("@elaraai/east").NullType;
|
|
1641
|
-
crosshair: StringType;
|
|
1642
|
-
fill: StringType;
|
|
1647
|
+
readonly tooltip: OptionType<StructType<{
|
|
1648
|
+
readonly show: OptionType<BooleanType>;
|
|
1649
|
+
readonly cursor: OptionType<import("@elaraai/east").VariantType<{
|
|
1650
|
+
readonly none: import("@elaraai/east").NullType;
|
|
1651
|
+
readonly crosshair: StringType;
|
|
1652
|
+
readonly fill: StringType;
|
|
1643
1653
|
}>>;
|
|
1644
|
-
animationDuration: OptionType<IntegerType>;
|
|
1654
|
+
readonly animationDuration: OptionType<IntegerType>;
|
|
1645
1655
|
}>>;
|
|
1646
|
-
legend: OptionType<StructType<{
|
|
1647
|
-
show: OptionType<BooleanType>;
|
|
1648
|
-
layout: OptionType<import("@elaraai/east").VariantType<{
|
|
1649
|
-
horizontal: import("@elaraai/east").NullType;
|
|
1650
|
-
vertical: import("@elaraai/east").NullType;
|
|
1656
|
+
readonly legend: OptionType<StructType<{
|
|
1657
|
+
readonly show: OptionType<BooleanType>;
|
|
1658
|
+
readonly layout: OptionType<import("@elaraai/east").VariantType<{
|
|
1659
|
+
readonly horizontal: import("@elaraai/east").NullType;
|
|
1660
|
+
readonly vertical: import("@elaraai/east").NullType;
|
|
1651
1661
|
}>>;
|
|
1652
|
-
align: OptionType<import("@elaraai/east").VariantType<{
|
|
1653
|
-
left: import("@elaraai/east").NullType;
|
|
1654
|
-
center: import("@elaraai/east").NullType;
|
|
1655
|
-
right: import("@elaraai/east").NullType;
|
|
1662
|
+
readonly align: OptionType<import("@elaraai/east").VariantType<{
|
|
1663
|
+
readonly left: import("@elaraai/east").NullType;
|
|
1664
|
+
readonly center: import("@elaraai/east").NullType;
|
|
1665
|
+
readonly right: import("@elaraai/east").NullType;
|
|
1656
1666
|
}>>;
|
|
1657
|
-
verticalAlign: OptionType<import("@elaraai/east").VariantType<{
|
|
1658
|
-
top: import("@elaraai/east").NullType;
|
|
1659
|
-
middle: import("@elaraai/east").NullType;
|
|
1660
|
-
bottom: import("@elaraai/east").NullType;
|
|
1667
|
+
readonly verticalAlign: OptionType<import("@elaraai/east").VariantType<{
|
|
1668
|
+
readonly top: import("@elaraai/east").NullType;
|
|
1669
|
+
readonly middle: import("@elaraai/east").NullType;
|
|
1670
|
+
readonly bottom: import("@elaraai/east").NullType;
|
|
1661
1671
|
}>>;
|
|
1662
1672
|
}>>;
|
|
1663
|
-
margin: OptionType<StructType<{
|
|
1664
|
-
top: OptionType<IntegerType>;
|
|
1665
|
-
right: OptionType<IntegerType>;
|
|
1666
|
-
bottom: OptionType<IntegerType>;
|
|
1667
|
-
left: OptionType<IntegerType>;
|
|
1673
|
+
readonly margin: OptionType<StructType<{
|
|
1674
|
+
readonly top: OptionType<IntegerType>;
|
|
1675
|
+
readonly right: OptionType<IntegerType>;
|
|
1676
|
+
readonly bottom: OptionType<IntegerType>;
|
|
1677
|
+
readonly left: OptionType<IntegerType>;
|
|
1668
1678
|
}>>;
|
|
1669
|
-
fillOpacity: OptionType<FloatType>;
|
|
1670
|
-
connectNulls: OptionType<BooleanType>;
|
|
1671
|
-
referenceLines: OptionType<ArrayType<StructType<{
|
|
1672
|
-
x: OptionType<import("@elaraai/east").VariantType<{
|
|
1673
|
-
Null: import("@elaraai/east").NullType;
|
|
1674
|
-
Boolean: BooleanType;
|
|
1675
|
-
Integer: IntegerType;
|
|
1676
|
-
Float: FloatType;
|
|
1677
|
-
String: StringType;
|
|
1678
|
-
DateTime: import("@elaraai/east").DateTimeType;
|
|
1679
|
-
Blob: import("@elaraai/east").BlobType;
|
|
1679
|
+
readonly fillOpacity: OptionType<FloatType>;
|
|
1680
|
+
readonly connectNulls: OptionType<BooleanType>;
|
|
1681
|
+
readonly referenceLines: OptionType<ArrayType<StructType<{
|
|
1682
|
+
readonly x: OptionType<import("@elaraai/east").VariantType<{
|
|
1683
|
+
readonly Null: import("@elaraai/east").NullType;
|
|
1684
|
+
readonly Boolean: BooleanType;
|
|
1685
|
+
readonly Integer: IntegerType;
|
|
1686
|
+
readonly Float: FloatType;
|
|
1687
|
+
readonly String: StringType;
|
|
1688
|
+
readonly DateTime: import("@elaraai/east").DateTimeType;
|
|
1689
|
+
readonly Blob: import("@elaraai/east").BlobType;
|
|
1680
1690
|
}>>;
|
|
1681
|
-
y: OptionType<import("@elaraai/east").VariantType<{
|
|
1682
|
-
Null: import("@elaraai/east").NullType;
|
|
1683
|
-
Boolean: BooleanType;
|
|
1684
|
-
Integer: IntegerType;
|
|
1685
|
-
Float: FloatType;
|
|
1686
|
-
String: StringType;
|
|
1687
|
-
DateTime: import("@elaraai/east").DateTimeType;
|
|
1688
|
-
Blob: import("@elaraai/east").BlobType;
|
|
1691
|
+
readonly y: OptionType<import("@elaraai/east").VariantType<{
|
|
1692
|
+
readonly Null: import("@elaraai/east").NullType;
|
|
1693
|
+
readonly Boolean: BooleanType;
|
|
1694
|
+
readonly Integer: IntegerType;
|
|
1695
|
+
readonly Float: FloatType;
|
|
1696
|
+
readonly String: StringType;
|
|
1697
|
+
readonly DateTime: import("@elaraai/east").DateTimeType;
|
|
1698
|
+
readonly Blob: import("@elaraai/east").BlobType;
|
|
1689
1699
|
}>>;
|
|
1690
|
-
stroke: OptionType<StringType>;
|
|
1691
|
-
strokeWidth: OptionType<IntegerType>;
|
|
1692
|
-
strokeDasharray: OptionType<StringType>;
|
|
1693
|
-
label: OptionType<StringType>;
|
|
1694
|
-
labelPosition: OptionType<import("@elaraai/east").VariantType<{
|
|
1695
|
-
top: import("@elaraai/east").NullType;
|
|
1696
|
-
bottom: import("@elaraai/east").NullType;
|
|
1697
|
-
left: import("@elaraai/east").NullType;
|
|
1698
|
-
right: import("@elaraai/east").NullType;
|
|
1699
|
-
center: import("@elaraai/east").NullType;
|
|
1700
|
-
insideTop: import("@elaraai/east").NullType;
|
|
1701
|
-
insideBottom: import("@elaraai/east").NullType;
|
|
1702
|
-
insideLeft: import("@elaraai/east").NullType;
|
|
1703
|
-
insideRight: import("@elaraai/east").NullType;
|
|
1704
|
-
insideTopLeft: import("@elaraai/east").NullType;
|
|
1705
|
-
insideTopRight: import("@elaraai/east").NullType;
|
|
1706
|
-
insideBottomLeft: import("@elaraai/east").NullType;
|
|
1707
|
-
insideBottomRight: import("@elaraai/east").NullType;
|
|
1700
|
+
readonly stroke: OptionType<StringType>;
|
|
1701
|
+
readonly strokeWidth: OptionType<IntegerType>;
|
|
1702
|
+
readonly strokeDasharray: OptionType<StringType>;
|
|
1703
|
+
readonly label: OptionType<StringType>;
|
|
1704
|
+
readonly labelPosition: OptionType<import("@elaraai/east").VariantType<{
|
|
1705
|
+
readonly top: import("@elaraai/east").NullType;
|
|
1706
|
+
readonly bottom: import("@elaraai/east").NullType;
|
|
1707
|
+
readonly left: import("@elaraai/east").NullType;
|
|
1708
|
+
readonly right: import("@elaraai/east").NullType;
|
|
1709
|
+
readonly center: import("@elaraai/east").NullType;
|
|
1710
|
+
readonly insideTop: import("@elaraai/east").NullType;
|
|
1711
|
+
readonly insideBottom: import("@elaraai/east").NullType;
|
|
1712
|
+
readonly insideLeft: import("@elaraai/east").NullType;
|
|
1713
|
+
readonly insideRight: import("@elaraai/east").NullType;
|
|
1714
|
+
readonly insideTopLeft: import("@elaraai/east").NullType;
|
|
1715
|
+
readonly insideTopRight: import("@elaraai/east").NullType;
|
|
1716
|
+
readonly insideBottomLeft: import("@elaraai/east").NullType;
|
|
1717
|
+
readonly insideBottomRight: import("@elaraai/east").NullType;
|
|
1708
1718
|
}>>;
|
|
1709
|
-
labelOffset: OptionType<IntegerType>;
|
|
1710
|
-
ifOverflow: OptionType<import("@elaraai/east").VariantType<{
|
|
1711
|
-
discard: import("@elaraai/east").NullType;
|
|
1712
|
-
hidden: import("@elaraai/east").NullType;
|
|
1713
|
-
visible: import("@elaraai/east").NullType;
|
|
1714
|
-
extendDomain: import("@elaraai/east").NullType;
|
|
1719
|
+
readonly labelOffset: OptionType<IntegerType>;
|
|
1720
|
+
readonly ifOverflow: OptionType<import("@elaraai/east").VariantType<{
|
|
1721
|
+
readonly discard: import("@elaraai/east").NullType;
|
|
1722
|
+
readonly hidden: import("@elaraai/east").NullType;
|
|
1723
|
+
readonly visible: import("@elaraai/east").NullType;
|
|
1724
|
+
readonly extendDomain: import("@elaraai/east").NullType;
|
|
1715
1725
|
}>>;
|
|
1716
1726
|
}>>>;
|
|
1717
|
-
referenceDots: OptionType<ArrayType<StructType<{
|
|
1718
|
-
x: import("@elaraai/east").VariantType<{
|
|
1719
|
-
Null: import("@elaraai/east").NullType;
|
|
1720
|
-
Boolean: BooleanType;
|
|
1721
|
-
Integer: IntegerType;
|
|
1722
|
-
Float: FloatType;
|
|
1723
|
-
String: StringType;
|
|
1724
|
-
DateTime: import("@elaraai/east").DateTimeType;
|
|
1725
|
-
Blob: import("@elaraai/east").BlobType;
|
|
1727
|
+
readonly referenceDots: OptionType<ArrayType<StructType<{
|
|
1728
|
+
readonly x: import("@elaraai/east").VariantType<{
|
|
1729
|
+
readonly Null: import("@elaraai/east").NullType;
|
|
1730
|
+
readonly Boolean: BooleanType;
|
|
1731
|
+
readonly Integer: IntegerType;
|
|
1732
|
+
readonly Float: FloatType;
|
|
1733
|
+
readonly String: StringType;
|
|
1734
|
+
readonly DateTime: import("@elaraai/east").DateTimeType;
|
|
1735
|
+
readonly Blob: import("@elaraai/east").BlobType;
|
|
1726
1736
|
}>;
|
|
1727
|
-
y: import("@elaraai/east").VariantType<{
|
|
1728
|
-
Null: import("@elaraai/east").NullType;
|
|
1729
|
-
Boolean: BooleanType;
|
|
1730
|
-
Integer: IntegerType;
|
|
1731
|
-
Float: FloatType;
|
|
1732
|
-
String: StringType;
|
|
1733
|
-
DateTime: import("@elaraai/east").DateTimeType;
|
|
1734
|
-
Blob: import("@elaraai/east").BlobType;
|
|
1737
|
+
readonly y: import("@elaraai/east").VariantType<{
|
|
1738
|
+
readonly Null: import("@elaraai/east").NullType;
|
|
1739
|
+
readonly Boolean: BooleanType;
|
|
1740
|
+
readonly Integer: IntegerType;
|
|
1741
|
+
readonly Float: FloatType;
|
|
1742
|
+
readonly String: StringType;
|
|
1743
|
+
readonly DateTime: import("@elaraai/east").DateTimeType;
|
|
1744
|
+
readonly Blob: import("@elaraai/east").BlobType;
|
|
1735
1745
|
}>;
|
|
1736
|
-
r: OptionType<IntegerType>;
|
|
1737
|
-
fill: OptionType<StringType>;
|
|
1738
|
-
stroke: OptionType<StringType>;
|
|
1739
|
-
strokeWidth: OptionType<IntegerType>;
|
|
1740
|
-
label: OptionType<StringType>;
|
|
1741
|
-
labelPosition: OptionType<import("@elaraai/east").VariantType<{
|
|
1742
|
-
top: import("@elaraai/east").NullType;
|
|
1743
|
-
bottom: import("@elaraai/east").NullType;
|
|
1744
|
-
left: import("@elaraai/east").NullType;
|
|
1745
|
-
right: import("@elaraai/east").NullType;
|
|
1746
|
-
center: import("@elaraai/east").NullType;
|
|
1747
|
-
insideTop: import("@elaraai/east").NullType;
|
|
1748
|
-
insideBottom: import("@elaraai/east").NullType;
|
|
1749
|
-
insideLeft: import("@elaraai/east").NullType;
|
|
1750
|
-
insideRight: import("@elaraai/east").NullType;
|
|
1751
|
-
insideTopLeft: import("@elaraai/east").NullType;
|
|
1752
|
-
insideTopRight: import("@elaraai/east").NullType;
|
|
1753
|
-
insideBottomLeft: import("@elaraai/east").NullType;
|
|
1754
|
-
insideBottomRight: import("@elaraai/east").NullType;
|
|
1746
|
+
readonly r: OptionType<IntegerType>;
|
|
1747
|
+
readonly fill: OptionType<StringType>;
|
|
1748
|
+
readonly stroke: OptionType<StringType>;
|
|
1749
|
+
readonly strokeWidth: OptionType<IntegerType>;
|
|
1750
|
+
readonly label: OptionType<StringType>;
|
|
1751
|
+
readonly labelPosition: OptionType<import("@elaraai/east").VariantType<{
|
|
1752
|
+
readonly top: import("@elaraai/east").NullType;
|
|
1753
|
+
readonly bottom: import("@elaraai/east").NullType;
|
|
1754
|
+
readonly left: import("@elaraai/east").NullType;
|
|
1755
|
+
readonly right: import("@elaraai/east").NullType;
|
|
1756
|
+
readonly center: import("@elaraai/east").NullType;
|
|
1757
|
+
readonly insideTop: import("@elaraai/east").NullType;
|
|
1758
|
+
readonly insideBottom: import("@elaraai/east").NullType;
|
|
1759
|
+
readonly insideLeft: import("@elaraai/east").NullType;
|
|
1760
|
+
readonly insideRight: import("@elaraai/east").NullType;
|
|
1761
|
+
readonly insideTopLeft: import("@elaraai/east").NullType;
|
|
1762
|
+
readonly insideTopRight: import("@elaraai/east").NullType;
|
|
1763
|
+
readonly insideBottomLeft: import("@elaraai/east").NullType;
|
|
1764
|
+
readonly insideBottomRight: import("@elaraai/east").NullType;
|
|
1755
1765
|
}>>;
|
|
1756
|
-
labelOffset: OptionType<IntegerType>;
|
|
1757
|
-
ifOverflow: OptionType<import("@elaraai/east").VariantType<{
|
|
1758
|
-
discard: import("@elaraai/east").NullType;
|
|
1759
|
-
hidden: import("@elaraai/east").NullType;
|
|
1760
|
-
visible: import("@elaraai/east").NullType;
|
|
1761
|
-
extendDomain: import("@elaraai/east").NullType;
|
|
1766
|
+
readonly labelOffset: OptionType<IntegerType>;
|
|
1767
|
+
readonly ifOverflow: OptionType<import("@elaraai/east").VariantType<{
|
|
1768
|
+
readonly discard: import("@elaraai/east").NullType;
|
|
1769
|
+
readonly hidden: import("@elaraai/east").NullType;
|
|
1770
|
+
readonly visible: import("@elaraai/east").NullType;
|
|
1771
|
+
readonly extendDomain: import("@elaraai/east").NullType;
|
|
1762
1772
|
}>>;
|
|
1763
1773
|
}>>>;
|
|
1764
|
-
referenceAreas: OptionType<ArrayType<StructType<{
|
|
1765
|
-
x1: OptionType<import("@elaraai/east").VariantType<{
|
|
1766
|
-
Null: import("@elaraai/east").NullType;
|
|
1767
|
-
Boolean: BooleanType;
|
|
1768
|
-
Integer: IntegerType;
|
|
1769
|
-
Float: FloatType;
|
|
1770
|
-
String: StringType;
|
|
1771
|
-
DateTime: import("@elaraai/east").DateTimeType;
|
|
1772
|
-
Blob: import("@elaraai/east").BlobType;
|
|
1774
|
+
readonly referenceAreas: OptionType<ArrayType<StructType<{
|
|
1775
|
+
readonly x1: OptionType<import("@elaraai/east").VariantType<{
|
|
1776
|
+
readonly Null: import("@elaraai/east").NullType;
|
|
1777
|
+
readonly Boolean: BooleanType;
|
|
1778
|
+
readonly Integer: IntegerType;
|
|
1779
|
+
readonly Float: FloatType;
|
|
1780
|
+
readonly String: StringType;
|
|
1781
|
+
readonly DateTime: import("@elaraai/east").DateTimeType;
|
|
1782
|
+
readonly Blob: import("@elaraai/east").BlobType;
|
|
1773
1783
|
}>>;
|
|
1774
|
-
x2: OptionType<import("@elaraai/east").VariantType<{
|
|
1775
|
-
Null: import("@elaraai/east").NullType;
|
|
1776
|
-
Boolean: BooleanType;
|
|
1777
|
-
Integer: IntegerType;
|
|
1778
|
-
Float: FloatType;
|
|
1779
|
-
String: StringType;
|
|
1780
|
-
DateTime: import("@elaraai/east").DateTimeType;
|
|
1781
|
-
Blob: import("@elaraai/east").BlobType;
|
|
1784
|
+
readonly x2: OptionType<import("@elaraai/east").VariantType<{
|
|
1785
|
+
readonly Null: import("@elaraai/east").NullType;
|
|
1786
|
+
readonly Boolean: BooleanType;
|
|
1787
|
+
readonly Integer: IntegerType;
|
|
1788
|
+
readonly Float: FloatType;
|
|
1789
|
+
readonly String: StringType;
|
|
1790
|
+
readonly DateTime: import("@elaraai/east").DateTimeType;
|
|
1791
|
+
readonly Blob: import("@elaraai/east").BlobType;
|
|
1782
1792
|
}>>;
|
|
1783
|
-
y1: OptionType<import("@elaraai/east").VariantType<{
|
|
1784
|
-
Null: import("@elaraai/east").NullType;
|
|
1785
|
-
Boolean: BooleanType;
|
|
1786
|
-
Integer: IntegerType;
|
|
1787
|
-
Float: FloatType;
|
|
1788
|
-
String: StringType;
|
|
1789
|
-
DateTime: import("@elaraai/east").DateTimeType;
|
|
1790
|
-
Blob: import("@elaraai/east").BlobType;
|
|
1793
|
+
readonly y1: OptionType<import("@elaraai/east").VariantType<{
|
|
1794
|
+
readonly Null: import("@elaraai/east").NullType;
|
|
1795
|
+
readonly Boolean: BooleanType;
|
|
1796
|
+
readonly Integer: IntegerType;
|
|
1797
|
+
readonly Float: FloatType;
|
|
1798
|
+
readonly String: StringType;
|
|
1799
|
+
readonly DateTime: import("@elaraai/east").DateTimeType;
|
|
1800
|
+
readonly Blob: import("@elaraai/east").BlobType;
|
|
1791
1801
|
}>>;
|
|
1792
|
-
y2: OptionType<import("@elaraai/east").VariantType<{
|
|
1793
|
-
Null: import("@elaraai/east").NullType;
|
|
1794
|
-
Boolean: BooleanType;
|
|
1795
|
-
Integer: IntegerType;
|
|
1796
|
-
Float: FloatType;
|
|
1797
|
-
String: StringType;
|
|
1798
|
-
DateTime: import("@elaraai/east").DateTimeType;
|
|
1799
|
-
Blob: import("@elaraai/east").BlobType;
|
|
1802
|
+
readonly y2: OptionType<import("@elaraai/east").VariantType<{
|
|
1803
|
+
readonly Null: import("@elaraai/east").NullType;
|
|
1804
|
+
readonly Boolean: BooleanType;
|
|
1805
|
+
readonly Integer: IntegerType;
|
|
1806
|
+
readonly Float: FloatType;
|
|
1807
|
+
readonly String: StringType;
|
|
1808
|
+
readonly DateTime: import("@elaraai/east").DateTimeType;
|
|
1809
|
+
readonly Blob: import("@elaraai/east").BlobType;
|
|
1800
1810
|
}>>;
|
|
1801
|
-
fill: OptionType<StringType>;
|
|
1802
|
-
fillOpacity: OptionType<FloatType>;
|
|
1803
|
-
stroke: OptionType<StringType>;
|
|
1804
|
-
label: OptionType<StringType>;
|
|
1805
|
-
labelPosition: OptionType<import("@elaraai/east").VariantType<{
|
|
1806
|
-
top: import("@elaraai/east").NullType;
|
|
1807
|
-
bottom: import("@elaraai/east").NullType;
|
|
1808
|
-
left: import("@elaraai/east").NullType;
|
|
1809
|
-
right: import("@elaraai/east").NullType;
|
|
1810
|
-
center: import("@elaraai/east").NullType;
|
|
1811
|
-
insideTop: import("@elaraai/east").NullType;
|
|
1812
|
-
insideBottom: import("@elaraai/east").NullType;
|
|
1813
|
-
insideLeft: import("@elaraai/east").NullType;
|
|
1814
|
-
insideRight: import("@elaraai/east").NullType;
|
|
1815
|
-
insideTopLeft: import("@elaraai/east").NullType;
|
|
1816
|
-
insideTopRight: import("@elaraai/east").NullType;
|
|
1817
|
-
insideBottomLeft: import("@elaraai/east").NullType;
|
|
1818
|
-
insideBottomRight: import("@elaraai/east").NullType;
|
|
1811
|
+
readonly fill: OptionType<StringType>;
|
|
1812
|
+
readonly fillOpacity: OptionType<FloatType>;
|
|
1813
|
+
readonly stroke: OptionType<StringType>;
|
|
1814
|
+
readonly label: OptionType<StringType>;
|
|
1815
|
+
readonly labelPosition: OptionType<import("@elaraai/east").VariantType<{
|
|
1816
|
+
readonly top: import("@elaraai/east").NullType;
|
|
1817
|
+
readonly bottom: import("@elaraai/east").NullType;
|
|
1818
|
+
readonly left: import("@elaraai/east").NullType;
|
|
1819
|
+
readonly right: import("@elaraai/east").NullType;
|
|
1820
|
+
readonly center: import("@elaraai/east").NullType;
|
|
1821
|
+
readonly insideTop: import("@elaraai/east").NullType;
|
|
1822
|
+
readonly insideBottom: import("@elaraai/east").NullType;
|
|
1823
|
+
readonly insideLeft: import("@elaraai/east").NullType;
|
|
1824
|
+
readonly insideRight: import("@elaraai/east").NullType;
|
|
1825
|
+
readonly insideTopLeft: import("@elaraai/east").NullType;
|
|
1826
|
+
readonly insideTopRight: import("@elaraai/east").NullType;
|
|
1827
|
+
readonly insideBottomLeft: import("@elaraai/east").NullType;
|
|
1828
|
+
readonly insideBottomRight: import("@elaraai/east").NullType;
|
|
1819
1829
|
}>>;
|
|
1820
|
-
labelOffset: OptionType<IntegerType>;
|
|
1821
|
-
ifOverflow: OptionType<import("@elaraai/east").VariantType<{
|
|
1822
|
-
discard: import("@elaraai/east").NullType;
|
|
1823
|
-
hidden: import("@elaraai/east").NullType;
|
|
1824
|
-
visible: import("@elaraai/east").NullType;
|
|
1825
|
-
extendDomain: import("@elaraai/east").NullType;
|
|
1830
|
+
readonly labelOffset: OptionType<IntegerType>;
|
|
1831
|
+
readonly ifOverflow: OptionType<import("@elaraai/east").VariantType<{
|
|
1832
|
+
readonly discard: import("@elaraai/east").NullType;
|
|
1833
|
+
readonly hidden: import("@elaraai/east").NullType;
|
|
1834
|
+
readonly visible: import("@elaraai/east").NullType;
|
|
1835
|
+
readonly extendDomain: import("@elaraai/east").NullType;
|
|
1826
1836
|
}>>;
|
|
1827
1837
|
}>>>;
|
|
1828
1838
|
}>;
|