@elaraai/east-ui 0.0.1-beta.17 → 0.0.1-beta.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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
|
@@ -22,8 +22,8 @@ import { type SubtypeExprOrValue, OptionType, StructType, ArrayType, DictType, S
|
|
|
22
22
|
* @property right - Bind to secondary y-axis (yAxis2, right side)
|
|
23
23
|
*/
|
|
24
24
|
export declare const YAxisIdType: VariantType<{
|
|
25
|
-
left: NullType;
|
|
26
|
-
right: NullType;
|
|
25
|
+
readonly left: NullType;
|
|
26
|
+
readonly right: NullType;
|
|
27
27
|
}>;
|
|
28
28
|
/**
|
|
29
29
|
* Type representing y-axis identifier.
|
|
@@ -50,19 +50,20 @@ export type YAxisIdLiteral = "left" | "right";
|
|
|
50
50
|
* @property yAxisId - Y-axis binding (left = primary yAxis, right = secondary yAxis2)
|
|
51
51
|
*/
|
|
52
52
|
export declare const ChartSeriesType: StructType<{
|
|
53
|
-
name: StringType;
|
|
54
|
-
color: OptionType<StringType>;
|
|
55
|
-
stackId: OptionType<StringType>;
|
|
56
|
-
label: OptionType<StringType>;
|
|
57
|
-
stroke: OptionType<StringType>;
|
|
58
|
-
strokeWidth: OptionType<IntegerType>;
|
|
59
|
-
fill: OptionType<StringType>;
|
|
60
|
-
fillOpacity: OptionType<FloatType>;
|
|
61
|
-
strokeDasharray: OptionType<StringType>;
|
|
62
|
-
yAxisId: OptionType<VariantType<{
|
|
63
|
-
left: NullType;
|
|
64
|
-
right: NullType;
|
|
53
|
+
readonly name: StringType;
|
|
54
|
+
readonly color: OptionType<StringType>;
|
|
55
|
+
readonly stackId: OptionType<StringType>;
|
|
56
|
+
readonly label: OptionType<StringType>;
|
|
57
|
+
readonly stroke: OptionType<StringType>;
|
|
58
|
+
readonly strokeWidth: OptionType<IntegerType>;
|
|
59
|
+
readonly fill: OptionType<StringType>;
|
|
60
|
+
readonly fillOpacity: OptionType<FloatType>;
|
|
61
|
+
readonly strokeDasharray: OptionType<StringType>;
|
|
62
|
+
readonly yAxisId: OptionType<VariantType<{
|
|
63
|
+
readonly left: NullType;
|
|
64
|
+
readonly right: NullType;
|
|
65
65
|
}>>;
|
|
66
|
+
readonly pivotColors: OptionType<DictType<StringType, StringType>>;
|
|
66
67
|
}>;
|
|
67
68
|
/**
|
|
68
69
|
* Type representing chart series configuration.
|
|
@@ -92,6 +93,8 @@ export interface ChartSeries {
|
|
|
92
93
|
strokeDasharray?: SubtypeExprOrValue<StringType>;
|
|
93
94
|
/** Y-axis binding (left = primary yAxis, right = secondary yAxis2) */
|
|
94
95
|
yAxisId?: SubtypeExprOrValue<YAxisIdType> | YAxisIdLiteral;
|
|
96
|
+
/** Mapping of pivot key values to colors (used with pivotKey) */
|
|
97
|
+
pivotColors?: SubtypeExprOrValue<DictType<StringType, StringType>>;
|
|
95
98
|
}
|
|
96
99
|
export declare function ChartSeries(series: ChartSeries): ExprType<ChartSeriesType>;
|
|
97
100
|
/**
|
|
@@ -101,8 +104,8 @@ export declare function ChartSeries(series: ChartSeries): ExprType<ChartSeriesTy
|
|
|
101
104
|
* @property desc - Descending order (largest to smallest)
|
|
102
105
|
*/
|
|
103
106
|
export declare const ChartSortDirectionType: VariantType<{
|
|
104
|
-
asc: NullType;
|
|
105
|
-
desc: NullType;
|
|
107
|
+
readonly asc: NullType;
|
|
108
|
+
readonly desc: NullType;
|
|
106
109
|
}>;
|
|
107
110
|
/**
|
|
108
111
|
* Type representing chart sort direction.
|
|
@@ -119,10 +122,10 @@ export type ChartSortDirectionLiteral = "asc" | "desc";
|
|
|
119
122
|
* @property direction - Sort direction (asc or desc)
|
|
120
123
|
*/
|
|
121
124
|
export declare const ChartSortType: StructType<{
|
|
122
|
-
by: StringType;
|
|
123
|
-
direction: VariantType<{
|
|
124
|
-
asc: NullType;
|
|
125
|
-
desc: NullType;
|
|
125
|
+
readonly by: StringType;
|
|
126
|
+
readonly direction: VariantType<{
|
|
127
|
+
readonly asc: NullType;
|
|
128
|
+
readonly desc: NullType;
|
|
126
129
|
}>;
|
|
127
130
|
}>;
|
|
128
131
|
/**
|
|
@@ -146,8 +149,8 @@ export declare function ChartSort(sort: ChartSort): ExprType<ChartSortType>;
|
|
|
146
149
|
* @property long - Long notation (1 thousand, 1 million)
|
|
147
150
|
*/
|
|
148
151
|
export declare const CompactDisplayType: VariantType<{
|
|
149
|
-
short: NullType;
|
|
150
|
-
long: NullType;
|
|
152
|
+
readonly short: NullType;
|
|
153
|
+
readonly long: NullType;
|
|
151
154
|
}>;
|
|
152
155
|
export type CompactDisplayType = typeof CompactDisplayType;
|
|
153
156
|
export type CompactDisplayLiteral = "short" | "long";
|
|
@@ -160,10 +163,10 @@ export type CompactDisplayLiteral = "short" | "long";
|
|
|
160
163
|
* @property name - Full name (US dollars)
|
|
161
164
|
*/
|
|
162
165
|
export declare const CurrencyDisplayType: VariantType<{
|
|
163
|
-
code: NullType;
|
|
164
|
-
symbol: NullType;
|
|
165
|
-
narrowSymbol: NullType;
|
|
166
|
-
name: NullType;
|
|
166
|
+
readonly code: NullType;
|
|
167
|
+
readonly symbol: NullType;
|
|
168
|
+
readonly narrowSymbol: NullType;
|
|
169
|
+
readonly name: NullType;
|
|
167
170
|
}>;
|
|
168
171
|
export type CurrencyDisplayType = typeof CurrencyDisplayType;
|
|
169
172
|
export type CurrencyDisplayLiteral = "code" | "symbol" | "narrowSymbol" | "name";
|
|
@@ -175,9 +178,9 @@ export type CurrencyDisplayLiteral = "code" | "symbol" | "narrowSymbol" | "name"
|
|
|
175
178
|
* @property long - Long form (16 liters)
|
|
176
179
|
*/
|
|
177
180
|
export declare const UnitDisplayType: VariantType<{
|
|
178
|
-
short: NullType;
|
|
179
|
-
narrow: NullType;
|
|
180
|
-
long: NullType;
|
|
181
|
+
readonly short: NullType;
|
|
182
|
+
readonly narrow: NullType;
|
|
183
|
+
readonly long: NullType;
|
|
181
184
|
}>;
|
|
182
185
|
export type UnitDisplayType = typeof UnitDisplayType;
|
|
183
186
|
export type UnitDisplayLiteral = "short" | "narrow" | "long";
|
|
@@ -190,10 +193,10 @@ export type UnitDisplayLiteral = "short" | "narrow" | "long";
|
|
|
190
193
|
* @property exceptZero - Show sign except for zero
|
|
191
194
|
*/
|
|
192
195
|
export declare const SignDisplayType: VariantType<{
|
|
193
|
-
auto: NullType;
|
|
194
|
-
never: NullType;
|
|
195
|
-
always: NullType;
|
|
196
|
-
exceptZero: NullType;
|
|
196
|
+
readonly auto: NullType;
|
|
197
|
+
readonly never: NullType;
|
|
198
|
+
readonly always: NullType;
|
|
199
|
+
readonly exceptZero: NullType;
|
|
197
200
|
}>;
|
|
198
201
|
export type SignDisplayType = typeof SignDisplayType;
|
|
199
202
|
export type SignDisplayLiteral = "auto" | "never" | "always" | "exceptZero";
|
|
@@ -206,10 +209,10 @@ export type SignDisplayLiteral = "auto" | "never" | "always" | "exceptZero";
|
|
|
206
209
|
* @property short - Short format (3/15/24)
|
|
207
210
|
*/
|
|
208
211
|
export declare const DateTimeStyleType: VariantType<{
|
|
209
|
-
full: NullType;
|
|
210
|
-
long: NullType;
|
|
211
|
-
medium: NullType;
|
|
212
|
-
short: NullType;
|
|
212
|
+
readonly full: NullType;
|
|
213
|
+
readonly long: NullType;
|
|
214
|
+
readonly medium: NullType;
|
|
215
|
+
readonly short: NullType;
|
|
213
216
|
}>;
|
|
214
217
|
export type DateTimeStyleType = typeof DateTimeStyleType;
|
|
215
218
|
export type DateTimeStyleLiteral = "full" | "long" | "medium" | "short";
|
|
@@ -272,48 +275,48 @@ export type DateTimeStyleLiteral = "full" | "long" | "medium" | "short";
|
|
|
272
275
|
* @property KES - Kenyan Shilling
|
|
273
276
|
*/
|
|
274
277
|
export declare const CurrencyCodeType: VariantType<{
|
|
275
|
-
USD: NullType;
|
|
276
|
-
EUR: NullType;
|
|
277
|
-
GBP: NullType;
|
|
278
|
-
JPY: NullType;
|
|
279
|
-
CHF: NullType;
|
|
280
|
-
CAD: NullType;
|
|
281
|
-
AUD: NullType;
|
|
282
|
-
NZD: NullType;
|
|
283
|
-
CNY: NullType;
|
|
284
|
-
HKD: NullType;
|
|
285
|
-
SGD: NullType;
|
|
286
|
-
KRW: NullType;
|
|
287
|
-
INR: NullType;
|
|
288
|
-
TWD: NullType;
|
|
289
|
-
THB: NullType;
|
|
290
|
-
MYR: NullType;
|
|
291
|
-
IDR: NullType;
|
|
292
|
-
PHP: NullType;
|
|
293
|
-
VND: NullType;
|
|
294
|
-
SEK: NullType;
|
|
295
|
-
NOK: NullType;
|
|
296
|
-
DKK: NullType;
|
|
297
|
-
PLN: NullType;
|
|
298
|
-
CZK: NullType;
|
|
299
|
-
HUF: NullType;
|
|
300
|
-
RUB: NullType;
|
|
301
|
-
UAH: NullType;
|
|
302
|
-
RON: NullType;
|
|
303
|
-
MXN: NullType;
|
|
304
|
-
BRL: NullType;
|
|
305
|
-
ARS: NullType;
|
|
306
|
-
CLP: NullType;
|
|
307
|
-
COP: NullType;
|
|
308
|
-
PEN: NullType;
|
|
309
|
-
AED: NullType;
|
|
310
|
-
SAR: NullType;
|
|
311
|
-
ILS: NullType;
|
|
312
|
-
ZAR: NullType;
|
|
313
|
-
TRY: NullType;
|
|
314
|
-
EGP: NullType;
|
|
315
|
-
NGN: NullType;
|
|
316
|
-
KES: NullType;
|
|
278
|
+
readonly USD: NullType;
|
|
279
|
+
readonly EUR: NullType;
|
|
280
|
+
readonly GBP: NullType;
|
|
281
|
+
readonly JPY: NullType;
|
|
282
|
+
readonly CHF: NullType;
|
|
283
|
+
readonly CAD: NullType;
|
|
284
|
+
readonly AUD: NullType;
|
|
285
|
+
readonly NZD: NullType;
|
|
286
|
+
readonly CNY: NullType;
|
|
287
|
+
readonly HKD: NullType;
|
|
288
|
+
readonly SGD: NullType;
|
|
289
|
+
readonly KRW: NullType;
|
|
290
|
+
readonly INR: NullType;
|
|
291
|
+
readonly TWD: NullType;
|
|
292
|
+
readonly THB: NullType;
|
|
293
|
+
readonly MYR: NullType;
|
|
294
|
+
readonly IDR: NullType;
|
|
295
|
+
readonly PHP: NullType;
|
|
296
|
+
readonly VND: NullType;
|
|
297
|
+
readonly SEK: NullType;
|
|
298
|
+
readonly NOK: NullType;
|
|
299
|
+
readonly DKK: NullType;
|
|
300
|
+
readonly PLN: NullType;
|
|
301
|
+
readonly CZK: NullType;
|
|
302
|
+
readonly HUF: NullType;
|
|
303
|
+
readonly RUB: NullType;
|
|
304
|
+
readonly UAH: NullType;
|
|
305
|
+
readonly RON: NullType;
|
|
306
|
+
readonly MXN: NullType;
|
|
307
|
+
readonly BRL: NullType;
|
|
308
|
+
readonly ARS: NullType;
|
|
309
|
+
readonly CLP: NullType;
|
|
310
|
+
readonly COP: NullType;
|
|
311
|
+
readonly PEN: NullType;
|
|
312
|
+
readonly AED: NullType;
|
|
313
|
+
readonly SAR: NullType;
|
|
314
|
+
readonly ILS: NullType;
|
|
315
|
+
readonly ZAR: NullType;
|
|
316
|
+
readonly TRY: NullType;
|
|
317
|
+
readonly EGP: NullType;
|
|
318
|
+
readonly NGN: NullType;
|
|
319
|
+
readonly KES: NullType;
|
|
317
320
|
}>;
|
|
318
321
|
export type CurrencyCodeType = typeof CurrencyCodeType;
|
|
319
322
|
export type CurrencyCodeLiteral = "USD" | "EUR" | "GBP" | "JPY" | "CHF" | "CAD" | "AUD" | "NZD" | "CNY" | "HKD" | "SGD" | "KRW" | "INR" | "TWD" | "THB" | "MYR" | "IDR" | "PHP" | "VND" | "SEK" | "NOK" | "DKK" | "PLN" | "CZK" | "HUF" | "RUB" | "UAH" | "RON" | "MXN" | "BRL" | "ARS" | "CLP" | "COP" | "PEN" | "AED" | "SAR" | "ILS" | "ZAR" | "TRY" | "EGP" | "NGN" | "KES";
|
|
@@ -390,54 +393,54 @@ export type CurrencyCodeLiteral = "USD" | "EUR" | "GBP" | "JPY" | "CHF" | "CAD"
|
|
|
390
393
|
* @property degree - Degrees (angle)
|
|
391
394
|
*/
|
|
392
395
|
export declare const UnitType: VariantType<{
|
|
393
|
-
bit: NullType;
|
|
394
|
-
byte: NullType;
|
|
395
|
-
kilobit: NullType;
|
|
396
|
-
kilobyte: NullType;
|
|
397
|
-
megabit: NullType;
|
|
398
|
-
megabyte: NullType;
|
|
399
|
-
gigabit: NullType;
|
|
400
|
-
gigabyte: NullType;
|
|
401
|
-
terabit: NullType;
|
|
402
|
-
terabyte: NullType;
|
|
403
|
-
petabyte: NullType;
|
|
404
|
-
nanosecond: NullType;
|
|
405
|
-
microsecond: NullType;
|
|
406
|
-
millisecond: NullType;
|
|
407
|
-
second: NullType;
|
|
408
|
-
minute: NullType;
|
|
409
|
-
hour: NullType;
|
|
410
|
-
day: NullType;
|
|
411
|
-
week: NullType;
|
|
412
|
-
month: NullType;
|
|
413
|
-
year: NullType;
|
|
414
|
-
millimeter: NullType;
|
|
415
|
-
centimeter: NullType;
|
|
416
|
-
meter: NullType;
|
|
417
|
-
kilometer: NullType;
|
|
418
|
-
inch: NullType;
|
|
419
|
-
foot: NullType;
|
|
420
|
-
yard: NullType;
|
|
421
|
-
mile: NullType;
|
|
422
|
-
gram: NullType;
|
|
423
|
-
kilogram: NullType;
|
|
424
|
-
milligram: NullType;
|
|
425
|
-
ounce: NullType;
|
|
426
|
-
pound: NullType;
|
|
427
|
-
stone: NullType;
|
|
428
|
-
celsius: NullType;
|
|
429
|
-
fahrenheit: NullType;
|
|
430
|
-
milliliter: NullType;
|
|
431
|
-
liter: NullType;
|
|
432
|
-
gallon: NullType;
|
|
433
|
-
fluidOunce: NullType;
|
|
434
|
-
acre: NullType;
|
|
435
|
-
hectare: NullType;
|
|
436
|
-
meterPerSecond: NullType;
|
|
437
|
-
kilometerPerHour: NullType;
|
|
438
|
-
milePerHour: NullType;
|
|
439
|
-
percent: NullType;
|
|
440
|
-
degree: NullType;
|
|
396
|
+
readonly bit: NullType;
|
|
397
|
+
readonly byte: NullType;
|
|
398
|
+
readonly kilobit: NullType;
|
|
399
|
+
readonly kilobyte: NullType;
|
|
400
|
+
readonly megabit: NullType;
|
|
401
|
+
readonly megabyte: NullType;
|
|
402
|
+
readonly gigabit: NullType;
|
|
403
|
+
readonly gigabyte: NullType;
|
|
404
|
+
readonly terabit: NullType;
|
|
405
|
+
readonly terabyte: NullType;
|
|
406
|
+
readonly petabyte: NullType;
|
|
407
|
+
readonly nanosecond: NullType;
|
|
408
|
+
readonly microsecond: NullType;
|
|
409
|
+
readonly millisecond: NullType;
|
|
410
|
+
readonly second: NullType;
|
|
411
|
+
readonly minute: NullType;
|
|
412
|
+
readonly hour: NullType;
|
|
413
|
+
readonly day: NullType;
|
|
414
|
+
readonly week: NullType;
|
|
415
|
+
readonly month: NullType;
|
|
416
|
+
readonly year: NullType;
|
|
417
|
+
readonly millimeter: NullType;
|
|
418
|
+
readonly centimeter: NullType;
|
|
419
|
+
readonly meter: NullType;
|
|
420
|
+
readonly kilometer: NullType;
|
|
421
|
+
readonly inch: NullType;
|
|
422
|
+
readonly foot: NullType;
|
|
423
|
+
readonly yard: NullType;
|
|
424
|
+
readonly mile: NullType;
|
|
425
|
+
readonly gram: NullType;
|
|
426
|
+
readonly kilogram: NullType;
|
|
427
|
+
readonly milligram: NullType;
|
|
428
|
+
readonly ounce: NullType;
|
|
429
|
+
readonly pound: NullType;
|
|
430
|
+
readonly stone: NullType;
|
|
431
|
+
readonly celsius: NullType;
|
|
432
|
+
readonly fahrenheit: NullType;
|
|
433
|
+
readonly milliliter: NullType;
|
|
434
|
+
readonly liter: NullType;
|
|
435
|
+
readonly gallon: NullType;
|
|
436
|
+
readonly fluidOunce: NullType;
|
|
437
|
+
readonly acre: NullType;
|
|
438
|
+
readonly hectare: NullType;
|
|
439
|
+
readonly meterPerSecond: NullType;
|
|
440
|
+
readonly kilometerPerHour: NullType;
|
|
441
|
+
readonly milePerHour: NullType;
|
|
442
|
+
readonly percent: NullType;
|
|
443
|
+
readonly degree: NullType;
|
|
441
444
|
}>;
|
|
442
445
|
export type UnitType = typeof UnitType;
|
|
443
446
|
export type UnitLiteral = "bit" | "byte" | "kilobit" | "kilobyte" | "megabit" | "megabyte" | "gigabit" | "gigabyte" | "terabit" | "terabyte" | "petabyte" | "nanosecond" | "microsecond" | "millisecond" | "second" | "minute" | "hour" | "day" | "week" | "month" | "year" | "millimeter" | "centimeter" | "meter" | "kilometer" | "inch" | "foot" | "yard" | "mile" | "gram" | "kilogram" | "milligram" | "ounce" | "pound" | "stone" | "celsius" | "fahrenheit" | "milliliter" | "liter" | "gallon" | "fluidOunce" | "acre" | "hectare" | "meterPerSecond" | "kilometerPerHour" | "milePerHour" | "percent" | "degree";
|
|
@@ -449,13 +452,13 @@ export type UnitLiteral = "bit" | "byte" | "kilobit" | "kilobyte" | "megabit" |
|
|
|
449
452
|
* @property signDisplay - How to display sign
|
|
450
453
|
*/
|
|
451
454
|
export declare const NumberFormatType: StructType<{
|
|
452
|
-
minimumFractionDigits: OptionType<IntegerType>;
|
|
453
|
-
maximumFractionDigits: OptionType<IntegerType>;
|
|
454
|
-
signDisplay: OptionType<VariantType<{
|
|
455
|
-
auto: NullType;
|
|
456
|
-
never: NullType;
|
|
457
|
-
always: NullType;
|
|
458
|
-
exceptZero: NullType;
|
|
455
|
+
readonly minimumFractionDigits: OptionType<IntegerType>;
|
|
456
|
+
readonly maximumFractionDigits: OptionType<IntegerType>;
|
|
457
|
+
readonly signDisplay: OptionType<VariantType<{
|
|
458
|
+
readonly auto: NullType;
|
|
459
|
+
readonly never: NullType;
|
|
460
|
+
readonly always: NullType;
|
|
461
|
+
readonly exceptZero: NullType;
|
|
459
462
|
}>>;
|
|
460
463
|
}>;
|
|
461
464
|
export type NumberFormatType = typeof NumberFormatType;
|
|
@@ -468,58 +471,58 @@ export type NumberFormatType = typeof NumberFormatType;
|
|
|
468
471
|
* @property maximumFractionDigits - Maximum decimal places
|
|
469
472
|
*/
|
|
470
473
|
export declare const CurrencyFormatType: StructType<{
|
|
471
|
-
currency: VariantType<{
|
|
472
|
-
USD: NullType;
|
|
473
|
-
EUR: NullType;
|
|
474
|
-
GBP: NullType;
|
|
475
|
-
JPY: NullType;
|
|
476
|
-
CHF: NullType;
|
|
477
|
-
CAD: NullType;
|
|
478
|
-
AUD: NullType;
|
|
479
|
-
NZD: NullType;
|
|
480
|
-
CNY: NullType;
|
|
481
|
-
HKD: NullType;
|
|
482
|
-
SGD: NullType;
|
|
483
|
-
KRW: NullType;
|
|
484
|
-
INR: NullType;
|
|
485
|
-
TWD: NullType;
|
|
486
|
-
THB: NullType;
|
|
487
|
-
MYR: NullType;
|
|
488
|
-
IDR: NullType;
|
|
489
|
-
PHP: NullType;
|
|
490
|
-
VND: NullType;
|
|
491
|
-
SEK: NullType;
|
|
492
|
-
NOK: NullType;
|
|
493
|
-
DKK: NullType;
|
|
494
|
-
PLN: NullType;
|
|
495
|
-
CZK: NullType;
|
|
496
|
-
HUF: NullType;
|
|
497
|
-
RUB: NullType;
|
|
498
|
-
UAH: NullType;
|
|
499
|
-
RON: NullType;
|
|
500
|
-
MXN: NullType;
|
|
501
|
-
BRL: NullType;
|
|
502
|
-
ARS: NullType;
|
|
503
|
-
CLP: NullType;
|
|
504
|
-
COP: NullType;
|
|
505
|
-
PEN: NullType;
|
|
506
|
-
AED: NullType;
|
|
507
|
-
SAR: NullType;
|
|
508
|
-
ILS: NullType;
|
|
509
|
-
ZAR: NullType;
|
|
510
|
-
TRY: NullType;
|
|
511
|
-
EGP: NullType;
|
|
512
|
-
NGN: NullType;
|
|
513
|
-
KES: NullType;
|
|
474
|
+
readonly currency: VariantType<{
|
|
475
|
+
readonly USD: NullType;
|
|
476
|
+
readonly EUR: NullType;
|
|
477
|
+
readonly GBP: NullType;
|
|
478
|
+
readonly JPY: NullType;
|
|
479
|
+
readonly CHF: NullType;
|
|
480
|
+
readonly CAD: NullType;
|
|
481
|
+
readonly AUD: NullType;
|
|
482
|
+
readonly NZD: NullType;
|
|
483
|
+
readonly CNY: NullType;
|
|
484
|
+
readonly HKD: NullType;
|
|
485
|
+
readonly SGD: NullType;
|
|
486
|
+
readonly KRW: NullType;
|
|
487
|
+
readonly INR: NullType;
|
|
488
|
+
readonly TWD: NullType;
|
|
489
|
+
readonly THB: NullType;
|
|
490
|
+
readonly MYR: NullType;
|
|
491
|
+
readonly IDR: NullType;
|
|
492
|
+
readonly PHP: NullType;
|
|
493
|
+
readonly VND: NullType;
|
|
494
|
+
readonly SEK: NullType;
|
|
495
|
+
readonly NOK: NullType;
|
|
496
|
+
readonly DKK: NullType;
|
|
497
|
+
readonly PLN: NullType;
|
|
498
|
+
readonly CZK: NullType;
|
|
499
|
+
readonly HUF: NullType;
|
|
500
|
+
readonly RUB: NullType;
|
|
501
|
+
readonly UAH: NullType;
|
|
502
|
+
readonly RON: NullType;
|
|
503
|
+
readonly MXN: NullType;
|
|
504
|
+
readonly BRL: NullType;
|
|
505
|
+
readonly ARS: NullType;
|
|
506
|
+
readonly CLP: NullType;
|
|
507
|
+
readonly COP: NullType;
|
|
508
|
+
readonly PEN: NullType;
|
|
509
|
+
readonly AED: NullType;
|
|
510
|
+
readonly SAR: NullType;
|
|
511
|
+
readonly ILS: NullType;
|
|
512
|
+
readonly ZAR: NullType;
|
|
513
|
+
readonly TRY: NullType;
|
|
514
|
+
readonly EGP: NullType;
|
|
515
|
+
readonly NGN: NullType;
|
|
516
|
+
readonly KES: NullType;
|
|
514
517
|
}>;
|
|
515
|
-
display: OptionType<VariantType<{
|
|
516
|
-
code: NullType;
|
|
517
|
-
symbol: NullType;
|
|
518
|
-
narrowSymbol: NullType;
|
|
519
|
-
name: NullType;
|
|
518
|
+
readonly display: OptionType<VariantType<{
|
|
519
|
+
readonly code: NullType;
|
|
520
|
+
readonly symbol: NullType;
|
|
521
|
+
readonly narrowSymbol: NullType;
|
|
522
|
+
readonly name: NullType;
|
|
520
523
|
}>>;
|
|
521
|
-
minimumFractionDigits: OptionType<IntegerType>;
|
|
522
|
-
maximumFractionDigits: OptionType<IntegerType>;
|
|
524
|
+
readonly minimumFractionDigits: OptionType<IntegerType>;
|
|
525
|
+
readonly maximumFractionDigits: OptionType<IntegerType>;
|
|
523
526
|
}>;
|
|
524
527
|
export type CurrencyFormatType = typeof CurrencyFormatType;
|
|
525
528
|
/**
|
|
@@ -530,13 +533,13 @@ export type CurrencyFormatType = typeof CurrencyFormatType;
|
|
|
530
533
|
* @property signDisplay - How to display sign
|
|
531
534
|
*/
|
|
532
535
|
export declare const PercentFormatType: StructType<{
|
|
533
|
-
minimumFractionDigits: OptionType<IntegerType>;
|
|
534
|
-
maximumFractionDigits: OptionType<IntegerType>;
|
|
535
|
-
signDisplay: OptionType<VariantType<{
|
|
536
|
-
auto: NullType;
|
|
537
|
-
never: NullType;
|
|
538
|
-
always: NullType;
|
|
539
|
-
exceptZero: NullType;
|
|
536
|
+
readonly minimumFractionDigits: OptionType<IntegerType>;
|
|
537
|
+
readonly maximumFractionDigits: OptionType<IntegerType>;
|
|
538
|
+
readonly signDisplay: OptionType<VariantType<{
|
|
539
|
+
readonly auto: NullType;
|
|
540
|
+
readonly never: NullType;
|
|
541
|
+
readonly always: NullType;
|
|
542
|
+
readonly exceptZero: NullType;
|
|
540
543
|
}>>;
|
|
541
544
|
}>;
|
|
542
545
|
export type PercentFormatType = typeof PercentFormatType;
|
|
@@ -546,9 +549,9 @@ export type PercentFormatType = typeof PercentFormatType;
|
|
|
546
549
|
* @property display - Short (1K) or long (1 thousand)
|
|
547
550
|
*/
|
|
548
551
|
export declare const CompactFormatType: StructType<{
|
|
549
|
-
display: OptionType<VariantType<{
|
|
550
|
-
short: NullType;
|
|
551
|
-
long: NullType;
|
|
552
|
+
readonly display: OptionType<VariantType<{
|
|
553
|
+
readonly short: NullType;
|
|
554
|
+
readonly long: NullType;
|
|
552
555
|
}>>;
|
|
553
556
|
}>;
|
|
554
557
|
export type CompactFormatType = typeof CompactFormatType;
|
|
@@ -559,60 +562,60 @@ export type CompactFormatType = typeof CompactFormatType;
|
|
|
559
562
|
* @property display - How to display the unit
|
|
560
563
|
*/
|
|
561
564
|
export declare const UnitFormatType: StructType<{
|
|
562
|
-
unit: VariantType<{
|
|
563
|
-
bit: NullType;
|
|
564
|
-
byte: NullType;
|
|
565
|
-
kilobit: NullType;
|
|
566
|
-
kilobyte: NullType;
|
|
567
|
-
megabit: NullType;
|
|
568
|
-
megabyte: NullType;
|
|
569
|
-
gigabit: NullType;
|
|
570
|
-
gigabyte: NullType;
|
|
571
|
-
terabit: NullType;
|
|
572
|
-
terabyte: NullType;
|
|
573
|
-
petabyte: NullType;
|
|
574
|
-
nanosecond: NullType;
|
|
575
|
-
microsecond: NullType;
|
|
576
|
-
millisecond: NullType;
|
|
577
|
-
second: NullType;
|
|
578
|
-
minute: NullType;
|
|
579
|
-
hour: NullType;
|
|
580
|
-
day: NullType;
|
|
581
|
-
week: NullType;
|
|
582
|
-
month: NullType;
|
|
583
|
-
year: NullType;
|
|
584
|
-
millimeter: NullType;
|
|
585
|
-
centimeter: NullType;
|
|
586
|
-
meter: NullType;
|
|
587
|
-
kilometer: NullType;
|
|
588
|
-
inch: NullType;
|
|
589
|
-
foot: NullType;
|
|
590
|
-
yard: NullType;
|
|
591
|
-
mile: NullType;
|
|
592
|
-
gram: NullType;
|
|
593
|
-
kilogram: NullType;
|
|
594
|
-
milligram: NullType;
|
|
595
|
-
ounce: NullType;
|
|
596
|
-
pound: NullType;
|
|
597
|
-
stone: NullType;
|
|
598
|
-
celsius: NullType;
|
|
599
|
-
fahrenheit: NullType;
|
|
600
|
-
milliliter: NullType;
|
|
601
|
-
liter: NullType;
|
|
602
|
-
gallon: NullType;
|
|
603
|
-
fluidOunce: NullType;
|
|
604
|
-
acre: NullType;
|
|
605
|
-
hectare: NullType;
|
|
606
|
-
meterPerSecond: NullType;
|
|
607
|
-
kilometerPerHour: NullType;
|
|
608
|
-
milePerHour: NullType;
|
|
609
|
-
percent: NullType;
|
|
610
|
-
degree: NullType;
|
|
565
|
+
readonly unit: VariantType<{
|
|
566
|
+
readonly bit: NullType;
|
|
567
|
+
readonly byte: NullType;
|
|
568
|
+
readonly kilobit: NullType;
|
|
569
|
+
readonly kilobyte: NullType;
|
|
570
|
+
readonly megabit: NullType;
|
|
571
|
+
readonly megabyte: NullType;
|
|
572
|
+
readonly gigabit: NullType;
|
|
573
|
+
readonly gigabyte: NullType;
|
|
574
|
+
readonly terabit: NullType;
|
|
575
|
+
readonly terabyte: NullType;
|
|
576
|
+
readonly petabyte: NullType;
|
|
577
|
+
readonly nanosecond: NullType;
|
|
578
|
+
readonly microsecond: NullType;
|
|
579
|
+
readonly millisecond: NullType;
|
|
580
|
+
readonly second: NullType;
|
|
581
|
+
readonly minute: NullType;
|
|
582
|
+
readonly hour: NullType;
|
|
583
|
+
readonly day: NullType;
|
|
584
|
+
readonly week: NullType;
|
|
585
|
+
readonly month: NullType;
|
|
586
|
+
readonly year: NullType;
|
|
587
|
+
readonly millimeter: NullType;
|
|
588
|
+
readonly centimeter: NullType;
|
|
589
|
+
readonly meter: NullType;
|
|
590
|
+
readonly kilometer: NullType;
|
|
591
|
+
readonly inch: NullType;
|
|
592
|
+
readonly foot: NullType;
|
|
593
|
+
readonly yard: NullType;
|
|
594
|
+
readonly mile: NullType;
|
|
595
|
+
readonly gram: NullType;
|
|
596
|
+
readonly kilogram: NullType;
|
|
597
|
+
readonly milligram: NullType;
|
|
598
|
+
readonly ounce: NullType;
|
|
599
|
+
readonly pound: NullType;
|
|
600
|
+
readonly stone: NullType;
|
|
601
|
+
readonly celsius: NullType;
|
|
602
|
+
readonly fahrenheit: NullType;
|
|
603
|
+
readonly milliliter: NullType;
|
|
604
|
+
readonly liter: NullType;
|
|
605
|
+
readonly gallon: NullType;
|
|
606
|
+
readonly fluidOunce: NullType;
|
|
607
|
+
readonly acre: NullType;
|
|
608
|
+
readonly hectare: NullType;
|
|
609
|
+
readonly meterPerSecond: NullType;
|
|
610
|
+
readonly kilometerPerHour: NullType;
|
|
611
|
+
readonly milePerHour: NullType;
|
|
612
|
+
readonly percent: NullType;
|
|
613
|
+
readonly degree: NullType;
|
|
611
614
|
}>;
|
|
612
|
-
display: OptionType<VariantType<{
|
|
613
|
-
short: NullType;
|
|
614
|
-
narrow: NullType;
|
|
615
|
-
long: NullType;
|
|
615
|
+
readonly display: OptionType<VariantType<{
|
|
616
|
+
readonly short: NullType;
|
|
617
|
+
readonly narrow: NullType;
|
|
618
|
+
readonly long: NullType;
|
|
616
619
|
}>>;
|
|
617
620
|
}>;
|
|
618
621
|
export type UnitFormatType = typeof UnitFormatType;
|
|
@@ -622,11 +625,11 @@ export type UnitFormatType = typeof UnitFormatType;
|
|
|
622
625
|
* @property style - Date style (full, long, medium, short)
|
|
623
626
|
*/
|
|
624
627
|
export declare const DateFormatType: StructType<{
|
|
625
|
-
style: OptionType<VariantType<{
|
|
626
|
-
full: NullType;
|
|
627
|
-
long: NullType;
|
|
628
|
-
medium: NullType;
|
|
629
|
-
short: NullType;
|
|
628
|
+
readonly style: OptionType<VariantType<{
|
|
629
|
+
readonly full: NullType;
|
|
630
|
+
readonly long: NullType;
|
|
631
|
+
readonly medium: NullType;
|
|
632
|
+
readonly short: NullType;
|
|
630
633
|
}>>;
|
|
631
634
|
}>;
|
|
632
635
|
export type DateFormatType = typeof DateFormatType;
|
|
@@ -637,13 +640,13 @@ export type DateFormatType = typeof DateFormatType;
|
|
|
637
640
|
* @property hour12 - Use 12-hour format (true) or 24-hour format (false)
|
|
638
641
|
*/
|
|
639
642
|
export declare const TimeFormatType: StructType<{
|
|
640
|
-
style: OptionType<VariantType<{
|
|
641
|
-
full: NullType;
|
|
642
|
-
long: NullType;
|
|
643
|
-
medium: NullType;
|
|
644
|
-
short: NullType;
|
|
643
|
+
readonly style: OptionType<VariantType<{
|
|
644
|
+
readonly full: NullType;
|
|
645
|
+
readonly long: NullType;
|
|
646
|
+
readonly medium: NullType;
|
|
647
|
+
readonly short: NullType;
|
|
645
648
|
}>>;
|
|
646
|
-
hour12: OptionType<BooleanType>;
|
|
649
|
+
readonly hour12: OptionType<BooleanType>;
|
|
647
650
|
}>;
|
|
648
651
|
export type TimeFormatType = typeof TimeFormatType;
|
|
649
652
|
/**
|
|
@@ -654,19 +657,19 @@ export type TimeFormatType = typeof TimeFormatType;
|
|
|
654
657
|
* @property hour12 - Use 12-hour format
|
|
655
658
|
*/
|
|
656
659
|
export declare const DateTimeFormatType: StructType<{
|
|
657
|
-
dateStyle: OptionType<VariantType<{
|
|
658
|
-
full: NullType;
|
|
659
|
-
long: NullType;
|
|
660
|
-
medium: NullType;
|
|
661
|
-
short: NullType;
|
|
660
|
+
readonly dateStyle: OptionType<VariantType<{
|
|
661
|
+
readonly full: NullType;
|
|
662
|
+
readonly long: NullType;
|
|
663
|
+
readonly medium: NullType;
|
|
664
|
+
readonly short: NullType;
|
|
662
665
|
}>>;
|
|
663
|
-
timeStyle: OptionType<VariantType<{
|
|
664
|
-
full: NullType;
|
|
665
|
-
long: NullType;
|
|
666
|
-
medium: NullType;
|
|
667
|
-
short: NullType;
|
|
666
|
+
readonly timeStyle: OptionType<VariantType<{
|
|
667
|
+
readonly full: NullType;
|
|
668
|
+
readonly long: NullType;
|
|
669
|
+
readonly medium: NullType;
|
|
670
|
+
readonly short: NullType;
|
|
668
671
|
}>>;
|
|
669
|
-
hour12: OptionType<BooleanType>;
|
|
672
|
+
readonly hour12: OptionType<BooleanType>;
|
|
670
673
|
}>;
|
|
671
674
|
export type DateTimeFormatType = typeof DateTimeFormatType;
|
|
672
675
|
/**
|
|
@@ -691,176 +694,176 @@ export type DateTimeFormatType = typeof DateTimeFormatType;
|
|
|
691
694
|
* @property datetime - Combined date and time
|
|
692
695
|
*/
|
|
693
696
|
export declare const TickFormatType: VariantType<{
|
|
694
|
-
number: StructType<{
|
|
695
|
-
minimumFractionDigits: OptionType<IntegerType>;
|
|
696
|
-
maximumFractionDigits: OptionType<IntegerType>;
|
|
697
|
-
signDisplay: OptionType<VariantType<{
|
|
698
|
-
auto: NullType;
|
|
699
|
-
never: NullType;
|
|
700
|
-
always: NullType;
|
|
701
|
-
exceptZero: NullType;
|
|
697
|
+
readonly number: StructType<{
|
|
698
|
+
readonly minimumFractionDigits: OptionType<IntegerType>;
|
|
699
|
+
readonly maximumFractionDigits: OptionType<IntegerType>;
|
|
700
|
+
readonly signDisplay: OptionType<VariantType<{
|
|
701
|
+
readonly auto: NullType;
|
|
702
|
+
readonly never: NullType;
|
|
703
|
+
readonly always: NullType;
|
|
704
|
+
readonly exceptZero: NullType;
|
|
702
705
|
}>>;
|
|
703
706
|
}>;
|
|
704
|
-
currency: StructType<{
|
|
705
|
-
currency: VariantType<{
|
|
706
|
-
USD: NullType;
|
|
707
|
-
EUR: NullType;
|
|
708
|
-
GBP: NullType;
|
|
709
|
-
JPY: NullType;
|
|
710
|
-
CHF: NullType;
|
|
711
|
-
CAD: NullType;
|
|
712
|
-
AUD: NullType;
|
|
713
|
-
NZD: NullType;
|
|
714
|
-
CNY: NullType;
|
|
715
|
-
HKD: NullType;
|
|
716
|
-
SGD: NullType;
|
|
717
|
-
KRW: NullType;
|
|
718
|
-
INR: NullType;
|
|
719
|
-
TWD: NullType;
|
|
720
|
-
THB: NullType;
|
|
721
|
-
MYR: NullType;
|
|
722
|
-
IDR: NullType;
|
|
723
|
-
PHP: NullType;
|
|
724
|
-
VND: NullType;
|
|
725
|
-
SEK: NullType;
|
|
726
|
-
NOK: NullType;
|
|
727
|
-
DKK: NullType;
|
|
728
|
-
PLN: NullType;
|
|
729
|
-
CZK: NullType;
|
|
730
|
-
HUF: NullType;
|
|
731
|
-
RUB: NullType;
|
|
732
|
-
UAH: NullType;
|
|
733
|
-
RON: NullType;
|
|
734
|
-
MXN: NullType;
|
|
735
|
-
BRL: NullType;
|
|
736
|
-
ARS: NullType;
|
|
737
|
-
CLP: NullType;
|
|
738
|
-
COP: NullType;
|
|
739
|
-
PEN: NullType;
|
|
740
|
-
AED: NullType;
|
|
741
|
-
SAR: NullType;
|
|
742
|
-
ILS: NullType;
|
|
743
|
-
ZAR: NullType;
|
|
744
|
-
TRY: NullType;
|
|
745
|
-
EGP: NullType;
|
|
746
|
-
NGN: NullType;
|
|
747
|
-
KES: NullType;
|
|
707
|
+
readonly currency: StructType<{
|
|
708
|
+
readonly currency: VariantType<{
|
|
709
|
+
readonly USD: NullType;
|
|
710
|
+
readonly EUR: NullType;
|
|
711
|
+
readonly GBP: NullType;
|
|
712
|
+
readonly JPY: NullType;
|
|
713
|
+
readonly CHF: NullType;
|
|
714
|
+
readonly CAD: NullType;
|
|
715
|
+
readonly AUD: NullType;
|
|
716
|
+
readonly NZD: NullType;
|
|
717
|
+
readonly CNY: NullType;
|
|
718
|
+
readonly HKD: NullType;
|
|
719
|
+
readonly SGD: NullType;
|
|
720
|
+
readonly KRW: NullType;
|
|
721
|
+
readonly INR: NullType;
|
|
722
|
+
readonly TWD: NullType;
|
|
723
|
+
readonly THB: NullType;
|
|
724
|
+
readonly MYR: NullType;
|
|
725
|
+
readonly IDR: NullType;
|
|
726
|
+
readonly PHP: NullType;
|
|
727
|
+
readonly VND: NullType;
|
|
728
|
+
readonly SEK: NullType;
|
|
729
|
+
readonly NOK: NullType;
|
|
730
|
+
readonly DKK: NullType;
|
|
731
|
+
readonly PLN: NullType;
|
|
732
|
+
readonly CZK: NullType;
|
|
733
|
+
readonly HUF: NullType;
|
|
734
|
+
readonly RUB: NullType;
|
|
735
|
+
readonly UAH: NullType;
|
|
736
|
+
readonly RON: NullType;
|
|
737
|
+
readonly MXN: NullType;
|
|
738
|
+
readonly BRL: NullType;
|
|
739
|
+
readonly ARS: NullType;
|
|
740
|
+
readonly CLP: NullType;
|
|
741
|
+
readonly COP: NullType;
|
|
742
|
+
readonly PEN: NullType;
|
|
743
|
+
readonly AED: NullType;
|
|
744
|
+
readonly SAR: NullType;
|
|
745
|
+
readonly ILS: NullType;
|
|
746
|
+
readonly ZAR: NullType;
|
|
747
|
+
readonly TRY: NullType;
|
|
748
|
+
readonly EGP: NullType;
|
|
749
|
+
readonly NGN: NullType;
|
|
750
|
+
readonly KES: NullType;
|
|
748
751
|
}>;
|
|
749
|
-
display: OptionType<VariantType<{
|
|
750
|
-
code: NullType;
|
|
751
|
-
symbol: NullType;
|
|
752
|
-
narrowSymbol: NullType;
|
|
753
|
-
name: NullType;
|
|
752
|
+
readonly display: OptionType<VariantType<{
|
|
753
|
+
readonly code: NullType;
|
|
754
|
+
readonly symbol: NullType;
|
|
755
|
+
readonly narrowSymbol: NullType;
|
|
756
|
+
readonly name: NullType;
|
|
754
757
|
}>>;
|
|
755
|
-
minimumFractionDigits: OptionType<IntegerType>;
|
|
756
|
-
maximumFractionDigits: OptionType<IntegerType>;
|
|
758
|
+
readonly minimumFractionDigits: OptionType<IntegerType>;
|
|
759
|
+
readonly maximumFractionDigits: OptionType<IntegerType>;
|
|
757
760
|
}>;
|
|
758
|
-
percent: StructType<{
|
|
759
|
-
minimumFractionDigits: OptionType<IntegerType>;
|
|
760
|
-
maximumFractionDigits: OptionType<IntegerType>;
|
|
761
|
-
signDisplay: OptionType<VariantType<{
|
|
762
|
-
auto: NullType;
|
|
763
|
-
never: NullType;
|
|
764
|
-
always: NullType;
|
|
765
|
-
exceptZero: NullType;
|
|
761
|
+
readonly percent: StructType<{
|
|
762
|
+
readonly minimumFractionDigits: OptionType<IntegerType>;
|
|
763
|
+
readonly maximumFractionDigits: OptionType<IntegerType>;
|
|
764
|
+
readonly signDisplay: OptionType<VariantType<{
|
|
765
|
+
readonly auto: NullType;
|
|
766
|
+
readonly never: NullType;
|
|
767
|
+
readonly always: NullType;
|
|
768
|
+
readonly exceptZero: NullType;
|
|
766
769
|
}>>;
|
|
767
770
|
}>;
|
|
768
|
-
compact: StructType<{
|
|
769
|
-
display: OptionType<VariantType<{
|
|
770
|
-
short: NullType;
|
|
771
|
-
long: NullType;
|
|
771
|
+
readonly compact: StructType<{
|
|
772
|
+
readonly display: OptionType<VariantType<{
|
|
773
|
+
readonly short: NullType;
|
|
774
|
+
readonly long: NullType;
|
|
772
775
|
}>>;
|
|
773
776
|
}>;
|
|
774
|
-
unit: StructType<{
|
|
775
|
-
unit: VariantType<{
|
|
776
|
-
bit: NullType;
|
|
777
|
-
byte: NullType;
|
|
778
|
-
kilobit: NullType;
|
|
779
|
-
kilobyte: NullType;
|
|
780
|
-
megabit: NullType;
|
|
781
|
-
megabyte: NullType;
|
|
782
|
-
gigabit: NullType;
|
|
783
|
-
gigabyte: NullType;
|
|
784
|
-
terabit: NullType;
|
|
785
|
-
terabyte: NullType;
|
|
786
|
-
petabyte: NullType;
|
|
787
|
-
nanosecond: NullType;
|
|
788
|
-
microsecond: NullType;
|
|
789
|
-
millisecond: NullType;
|
|
790
|
-
second: NullType;
|
|
791
|
-
minute: NullType;
|
|
792
|
-
hour: NullType;
|
|
793
|
-
day: NullType;
|
|
794
|
-
week: NullType;
|
|
795
|
-
month: NullType;
|
|
796
|
-
year: NullType;
|
|
797
|
-
millimeter: NullType;
|
|
798
|
-
centimeter: NullType;
|
|
799
|
-
meter: NullType;
|
|
800
|
-
kilometer: NullType;
|
|
801
|
-
inch: NullType;
|
|
802
|
-
foot: NullType;
|
|
803
|
-
yard: NullType;
|
|
804
|
-
mile: NullType;
|
|
805
|
-
gram: NullType;
|
|
806
|
-
kilogram: NullType;
|
|
807
|
-
milligram: NullType;
|
|
808
|
-
ounce: NullType;
|
|
809
|
-
pound: NullType;
|
|
810
|
-
stone: NullType;
|
|
811
|
-
celsius: NullType;
|
|
812
|
-
fahrenheit: NullType;
|
|
813
|
-
milliliter: NullType;
|
|
814
|
-
liter: NullType;
|
|
815
|
-
gallon: NullType;
|
|
816
|
-
fluidOunce: NullType;
|
|
817
|
-
acre: NullType;
|
|
818
|
-
hectare: NullType;
|
|
819
|
-
meterPerSecond: NullType;
|
|
820
|
-
kilometerPerHour: NullType;
|
|
821
|
-
milePerHour: NullType;
|
|
822
|
-
percent: NullType;
|
|
823
|
-
degree: NullType;
|
|
777
|
+
readonly unit: StructType<{
|
|
778
|
+
readonly unit: VariantType<{
|
|
779
|
+
readonly bit: NullType;
|
|
780
|
+
readonly byte: NullType;
|
|
781
|
+
readonly kilobit: NullType;
|
|
782
|
+
readonly kilobyte: NullType;
|
|
783
|
+
readonly megabit: NullType;
|
|
784
|
+
readonly megabyte: NullType;
|
|
785
|
+
readonly gigabit: NullType;
|
|
786
|
+
readonly gigabyte: NullType;
|
|
787
|
+
readonly terabit: NullType;
|
|
788
|
+
readonly terabyte: NullType;
|
|
789
|
+
readonly petabyte: NullType;
|
|
790
|
+
readonly nanosecond: NullType;
|
|
791
|
+
readonly microsecond: NullType;
|
|
792
|
+
readonly millisecond: NullType;
|
|
793
|
+
readonly second: NullType;
|
|
794
|
+
readonly minute: NullType;
|
|
795
|
+
readonly hour: NullType;
|
|
796
|
+
readonly day: NullType;
|
|
797
|
+
readonly week: NullType;
|
|
798
|
+
readonly month: NullType;
|
|
799
|
+
readonly year: NullType;
|
|
800
|
+
readonly millimeter: NullType;
|
|
801
|
+
readonly centimeter: NullType;
|
|
802
|
+
readonly meter: NullType;
|
|
803
|
+
readonly kilometer: NullType;
|
|
804
|
+
readonly inch: NullType;
|
|
805
|
+
readonly foot: NullType;
|
|
806
|
+
readonly yard: NullType;
|
|
807
|
+
readonly mile: NullType;
|
|
808
|
+
readonly gram: NullType;
|
|
809
|
+
readonly kilogram: NullType;
|
|
810
|
+
readonly milligram: NullType;
|
|
811
|
+
readonly ounce: NullType;
|
|
812
|
+
readonly pound: NullType;
|
|
813
|
+
readonly stone: NullType;
|
|
814
|
+
readonly celsius: NullType;
|
|
815
|
+
readonly fahrenheit: NullType;
|
|
816
|
+
readonly milliliter: NullType;
|
|
817
|
+
readonly liter: NullType;
|
|
818
|
+
readonly gallon: NullType;
|
|
819
|
+
readonly fluidOunce: NullType;
|
|
820
|
+
readonly acre: NullType;
|
|
821
|
+
readonly hectare: NullType;
|
|
822
|
+
readonly meterPerSecond: NullType;
|
|
823
|
+
readonly kilometerPerHour: NullType;
|
|
824
|
+
readonly milePerHour: NullType;
|
|
825
|
+
readonly percent: NullType;
|
|
826
|
+
readonly degree: NullType;
|
|
824
827
|
}>;
|
|
825
|
-
display: OptionType<VariantType<{
|
|
826
|
-
short: NullType;
|
|
827
|
-
narrow: NullType;
|
|
828
|
-
long: NullType;
|
|
828
|
+
readonly display: OptionType<VariantType<{
|
|
829
|
+
readonly short: NullType;
|
|
830
|
+
readonly narrow: NullType;
|
|
831
|
+
readonly long: NullType;
|
|
829
832
|
}>>;
|
|
830
833
|
}>;
|
|
831
|
-
scientific: NullType;
|
|
832
|
-
engineering: NullType;
|
|
833
|
-
date: StructType<{
|
|
834
|
-
style: OptionType<VariantType<{
|
|
835
|
-
full: NullType;
|
|
836
|
-
long: NullType;
|
|
837
|
-
medium: NullType;
|
|
838
|
-
short: NullType;
|
|
834
|
+
readonly scientific: NullType;
|
|
835
|
+
readonly engineering: NullType;
|
|
836
|
+
readonly date: StructType<{
|
|
837
|
+
readonly style: OptionType<VariantType<{
|
|
838
|
+
readonly full: NullType;
|
|
839
|
+
readonly long: NullType;
|
|
840
|
+
readonly medium: NullType;
|
|
841
|
+
readonly short: NullType;
|
|
839
842
|
}>>;
|
|
840
843
|
}>;
|
|
841
|
-
time: StructType<{
|
|
842
|
-
style: OptionType<VariantType<{
|
|
843
|
-
full: NullType;
|
|
844
|
-
long: NullType;
|
|
845
|
-
medium: NullType;
|
|
846
|
-
short: NullType;
|
|
844
|
+
readonly time: StructType<{
|
|
845
|
+
readonly style: OptionType<VariantType<{
|
|
846
|
+
readonly full: NullType;
|
|
847
|
+
readonly long: NullType;
|
|
848
|
+
readonly medium: NullType;
|
|
849
|
+
readonly short: NullType;
|
|
847
850
|
}>>;
|
|
848
|
-
hour12: OptionType<BooleanType>;
|
|
851
|
+
readonly hour12: OptionType<BooleanType>;
|
|
849
852
|
}>;
|
|
850
|
-
datetime: StructType<{
|
|
851
|
-
dateStyle: OptionType<VariantType<{
|
|
852
|
-
full: NullType;
|
|
853
|
-
long: NullType;
|
|
854
|
-
medium: NullType;
|
|
855
|
-
short: NullType;
|
|
853
|
+
readonly datetime: StructType<{
|
|
854
|
+
readonly dateStyle: OptionType<VariantType<{
|
|
855
|
+
readonly full: NullType;
|
|
856
|
+
readonly long: NullType;
|
|
857
|
+
readonly medium: NullType;
|
|
858
|
+
readonly short: NullType;
|
|
856
859
|
}>>;
|
|
857
|
-
timeStyle: OptionType<VariantType<{
|
|
858
|
-
full: NullType;
|
|
859
|
-
long: NullType;
|
|
860
|
-
medium: NullType;
|
|
861
|
-
short: NullType;
|
|
860
|
+
readonly timeStyle: OptionType<VariantType<{
|
|
861
|
+
readonly full: NullType;
|
|
862
|
+
readonly long: NullType;
|
|
863
|
+
readonly medium: NullType;
|
|
864
|
+
readonly short: NullType;
|
|
862
865
|
}>>;
|
|
863
|
-
hour12: OptionType<BooleanType>;
|
|
866
|
+
readonly hour12: OptionType<BooleanType>;
|
|
864
867
|
}>;
|
|
865
868
|
}>;
|
|
866
869
|
/**
|
|
@@ -1236,12 +1239,12 @@ export declare const TickFormat: {
|
|
|
1236
1239
|
* @property stepAfter - Step function after point
|
|
1237
1240
|
*/
|
|
1238
1241
|
export declare const CurveType: VariantType<{
|
|
1239
|
-
linear: NullType;
|
|
1240
|
-
natural: NullType;
|
|
1241
|
-
monotone: NullType;
|
|
1242
|
-
step: NullType;
|
|
1243
|
-
stepBefore: NullType;
|
|
1244
|
-
stepAfter: NullType;
|
|
1242
|
+
readonly linear: NullType;
|
|
1243
|
+
readonly natural: NullType;
|
|
1244
|
+
readonly monotone: NullType;
|
|
1245
|
+
readonly step: NullType;
|
|
1246
|
+
readonly stepBefore: NullType;
|
|
1247
|
+
readonly stepAfter: NullType;
|
|
1245
1248
|
}>;
|
|
1246
1249
|
/**
|
|
1247
1250
|
* Type representing curve type.
|
|
@@ -1264,10 +1267,10 @@ export declare function Curve(curve: CurveLiteral): ExprType<CurveType>;
|
|
|
1264
1267
|
* @property silhouette - Centered streamgraph
|
|
1265
1268
|
*/
|
|
1266
1269
|
export declare const StackOffsetType: VariantType<{
|
|
1267
|
-
none: NullType;
|
|
1268
|
-
expand: NullType;
|
|
1269
|
-
wiggle: NullType;
|
|
1270
|
-
silhouette: NullType;
|
|
1270
|
+
readonly none: NullType;
|
|
1271
|
+
readonly expand: NullType;
|
|
1272
|
+
readonly wiggle: NullType;
|
|
1273
|
+
readonly silhouette: NullType;
|
|
1271
1274
|
}>;
|
|
1272
1275
|
/**
|
|
1273
1276
|
* Type representing stack offset.
|
|
@@ -1289,8 +1292,8 @@ export declare function StackOffset(offset: StackOffsetLiteral): ExprType<StackO
|
|
|
1289
1292
|
* @property vertical - Horizontal bars
|
|
1290
1293
|
*/
|
|
1291
1294
|
export declare const BarLayoutType: VariantType<{
|
|
1292
|
-
horizontal: NullType;
|
|
1293
|
-
vertical: NullType;
|
|
1295
|
+
readonly horizontal: NullType;
|
|
1296
|
+
readonly vertical: NullType;
|
|
1294
1297
|
}>;
|
|
1295
1298
|
/**
|
|
1296
1299
|
* Type representing bar layout.
|
|
@@ -1314,11 +1317,11 @@ export declare function BarLayout(layout: BarLayoutLiteral): ExprType<BarLayoutT
|
|
|
1314
1317
|
* @property strokeDasharray - Dash pattern (e.g., "3 3" for dashed lines)
|
|
1315
1318
|
*/
|
|
1316
1319
|
export declare const ChartGridType: StructType<{
|
|
1317
|
-
show: OptionType<BooleanType>;
|
|
1318
|
-
vertical: OptionType<BooleanType>;
|
|
1319
|
-
horizontal: OptionType<BooleanType>;
|
|
1320
|
-
strokeColor: OptionType<StringType>;
|
|
1321
|
-
strokeDasharray: OptionType<StringType>;
|
|
1320
|
+
readonly show: OptionType<BooleanType>;
|
|
1321
|
+
readonly vertical: OptionType<BooleanType>;
|
|
1322
|
+
readonly horizontal: OptionType<BooleanType>;
|
|
1323
|
+
readonly strokeColor: OptionType<StringType>;
|
|
1324
|
+
readonly strokeDasharray: OptionType<StringType>;
|
|
1322
1325
|
}>;
|
|
1323
1326
|
/**
|
|
1324
1327
|
* Type representing chart grid configuration.
|
|
@@ -1347,8 +1350,8 @@ export declare function ChartGrid(grid: ChartGrid): ExprType<ChartGridType>;
|
|
|
1347
1350
|
* @property vertical - Items arranged vertically
|
|
1348
1351
|
*/
|
|
1349
1352
|
export declare const LegendLayoutType: VariantType<{
|
|
1350
|
-
horizontal: NullType;
|
|
1351
|
-
vertical: NullType;
|
|
1353
|
+
readonly horizontal: NullType;
|
|
1354
|
+
readonly vertical: NullType;
|
|
1352
1355
|
}>;
|
|
1353
1356
|
/**
|
|
1354
1357
|
* Type representing legend layout.
|
|
@@ -1367,9 +1370,9 @@ export declare function LegendLayout(layout: LegendLayoutLiteral): ExprType<Lege
|
|
|
1367
1370
|
* @property right - Align to right
|
|
1368
1371
|
*/
|
|
1369
1372
|
export declare const LegendAlignType: VariantType<{
|
|
1370
|
-
left: NullType;
|
|
1371
|
-
center: NullType;
|
|
1372
|
-
right: NullType;
|
|
1373
|
+
readonly left: NullType;
|
|
1374
|
+
readonly center: NullType;
|
|
1375
|
+
readonly right: NullType;
|
|
1373
1376
|
}>;
|
|
1374
1377
|
/**
|
|
1375
1378
|
* Type representing legend alignment.
|
|
@@ -1388,9 +1391,9 @@ export declare function LegendAlign(align: LegendAlignLiteral): ExprType<LegendA
|
|
|
1388
1391
|
* @property bottom - Align to bottom
|
|
1389
1392
|
*/
|
|
1390
1393
|
export declare const LegendVerticalAlignType: VariantType<{
|
|
1391
|
-
top: NullType;
|
|
1392
|
-
middle: NullType;
|
|
1393
|
-
bottom: NullType;
|
|
1394
|
+
readonly top: NullType;
|
|
1395
|
+
readonly middle: NullType;
|
|
1396
|
+
readonly bottom: NullType;
|
|
1394
1397
|
}>;
|
|
1395
1398
|
/**
|
|
1396
1399
|
* Type representing legend vertical alignment.
|
|
@@ -1413,20 +1416,20 @@ export declare function LegendVerticalAlign(verticalAlign: LegendVerticalAlignLi
|
|
|
1413
1416
|
* @property verticalAlign - Vertical alignment (top, middle, bottom)
|
|
1414
1417
|
*/
|
|
1415
1418
|
export declare const ChartLegendType: StructType<{
|
|
1416
|
-
show: OptionType<BooleanType>;
|
|
1417
|
-
layout: OptionType<VariantType<{
|
|
1418
|
-
horizontal: NullType;
|
|
1419
|
-
vertical: NullType;
|
|
1419
|
+
readonly show: OptionType<BooleanType>;
|
|
1420
|
+
readonly layout: OptionType<VariantType<{
|
|
1421
|
+
readonly horizontal: NullType;
|
|
1422
|
+
readonly vertical: NullType;
|
|
1420
1423
|
}>>;
|
|
1421
|
-
align: OptionType<VariantType<{
|
|
1422
|
-
left: NullType;
|
|
1423
|
-
center: NullType;
|
|
1424
|
-
right: NullType;
|
|
1424
|
+
readonly align: OptionType<VariantType<{
|
|
1425
|
+
readonly left: NullType;
|
|
1426
|
+
readonly center: NullType;
|
|
1427
|
+
readonly right: NullType;
|
|
1425
1428
|
}>>;
|
|
1426
|
-
verticalAlign: OptionType<VariantType<{
|
|
1427
|
-
top: NullType;
|
|
1428
|
-
middle: NullType;
|
|
1429
|
-
bottom: NullType;
|
|
1429
|
+
readonly verticalAlign: OptionType<VariantType<{
|
|
1430
|
+
readonly top: NullType;
|
|
1431
|
+
readonly middle: NullType;
|
|
1432
|
+
readonly bottom: NullType;
|
|
1430
1433
|
}>>;
|
|
1431
1434
|
}>;
|
|
1432
1435
|
/**
|
|
@@ -1455,9 +1458,9 @@ export declare function ChartLegend(legend: ChartLegend): ExprType<ChartLegendTy
|
|
|
1455
1458
|
* @property fill - Filled area cursor
|
|
1456
1459
|
*/
|
|
1457
1460
|
export declare const TooltipCursorType: VariantType<{
|
|
1458
|
-
none: NullType;
|
|
1459
|
-
crosshair: StringType;
|
|
1460
|
-
fill: StringType;
|
|
1461
|
+
readonly none: NullType;
|
|
1462
|
+
readonly crosshair: StringType;
|
|
1463
|
+
readonly fill: StringType;
|
|
1461
1464
|
}>;
|
|
1462
1465
|
export type TooltipCursorType = typeof TooltipCursorType;
|
|
1463
1466
|
/**
|
|
@@ -1471,13 +1474,13 @@ export type TooltipCursorType = typeof TooltipCursorType;
|
|
|
1471
1474
|
* @property animationDuration - Animation duration in milliseconds
|
|
1472
1475
|
*/
|
|
1473
1476
|
export declare const ChartTooltipType: StructType<{
|
|
1474
|
-
show: OptionType<BooleanType>;
|
|
1475
|
-
cursor: OptionType<VariantType<{
|
|
1476
|
-
none: NullType;
|
|
1477
|
-
crosshair: StringType;
|
|
1478
|
-
fill: StringType;
|
|
1477
|
+
readonly show: OptionType<BooleanType>;
|
|
1478
|
+
readonly cursor: OptionType<VariantType<{
|
|
1479
|
+
readonly none: NullType;
|
|
1480
|
+
readonly crosshair: StringType;
|
|
1481
|
+
readonly fill: StringType;
|
|
1479
1482
|
}>>;
|
|
1480
|
-
animationDuration: OptionType<IntegerType>;
|
|
1483
|
+
readonly animationDuration: OptionType<IntegerType>;
|
|
1481
1484
|
}>;
|
|
1482
1485
|
/**
|
|
1483
1486
|
* Type representing chart tooltip configuration.
|
|
@@ -1504,10 +1507,10 @@ export declare function ChartTooltip(tooltip: ChartTooltip): ExprType<ChartToolt
|
|
|
1504
1507
|
* @property right - Position at right (for Y axis)
|
|
1505
1508
|
*/
|
|
1506
1509
|
export declare const AxisOrientationType: VariantType<{
|
|
1507
|
-
top: NullType;
|
|
1508
|
-
bottom: NullType;
|
|
1509
|
-
left: NullType;
|
|
1510
|
-
right: NullType;
|
|
1510
|
+
readonly top: NullType;
|
|
1511
|
+
readonly bottom: NullType;
|
|
1512
|
+
readonly left: NullType;
|
|
1513
|
+
readonly right: NullType;
|
|
1511
1514
|
}>;
|
|
1512
1515
|
/**
|
|
1513
1516
|
* Type representing axis orientation.
|
|
@@ -1537,194 +1540,194 @@ export type AxisOrientationLiteral = "top" | "bottom" | "left" | "right";
|
|
|
1537
1540
|
* @property axisId - Identifier for biaxial charts (e.g., "left", "right")
|
|
1538
1541
|
*/
|
|
1539
1542
|
export declare const ChartAxisType: StructType<{
|
|
1540
|
-
dataKey: OptionType<StringType>;
|
|
1541
|
-
label: OptionType<StringType>;
|
|
1542
|
-
tickFormat: OptionType<VariantType<{
|
|
1543
|
-
number: StructType<{
|
|
1544
|
-
minimumFractionDigits: OptionType<IntegerType>;
|
|
1545
|
-
maximumFractionDigits: OptionType<IntegerType>;
|
|
1546
|
-
signDisplay: OptionType<VariantType<{
|
|
1547
|
-
auto: NullType;
|
|
1548
|
-
never: NullType;
|
|
1549
|
-
always: NullType;
|
|
1550
|
-
exceptZero: NullType;
|
|
1543
|
+
readonly dataKey: OptionType<StringType>;
|
|
1544
|
+
readonly label: OptionType<StringType>;
|
|
1545
|
+
readonly tickFormat: OptionType<VariantType<{
|
|
1546
|
+
readonly number: StructType<{
|
|
1547
|
+
readonly minimumFractionDigits: OptionType<IntegerType>;
|
|
1548
|
+
readonly maximumFractionDigits: OptionType<IntegerType>;
|
|
1549
|
+
readonly signDisplay: OptionType<VariantType<{
|
|
1550
|
+
readonly auto: NullType;
|
|
1551
|
+
readonly never: NullType;
|
|
1552
|
+
readonly always: NullType;
|
|
1553
|
+
readonly exceptZero: NullType;
|
|
1551
1554
|
}>>;
|
|
1552
1555
|
}>;
|
|
1553
|
-
currency: StructType<{
|
|
1554
|
-
currency: VariantType<{
|
|
1555
|
-
USD: NullType;
|
|
1556
|
-
EUR: NullType;
|
|
1557
|
-
GBP: NullType;
|
|
1558
|
-
JPY: NullType;
|
|
1559
|
-
CHF: NullType;
|
|
1560
|
-
CAD: NullType;
|
|
1561
|
-
AUD: NullType;
|
|
1562
|
-
NZD: NullType;
|
|
1563
|
-
CNY: NullType;
|
|
1564
|
-
HKD: NullType;
|
|
1565
|
-
SGD: NullType;
|
|
1566
|
-
KRW: NullType;
|
|
1567
|
-
INR: NullType;
|
|
1568
|
-
TWD: NullType;
|
|
1569
|
-
THB: NullType;
|
|
1570
|
-
MYR: NullType;
|
|
1571
|
-
IDR: NullType;
|
|
1572
|
-
PHP: NullType;
|
|
1573
|
-
VND: NullType;
|
|
1574
|
-
SEK: NullType;
|
|
1575
|
-
NOK: NullType;
|
|
1576
|
-
DKK: NullType;
|
|
1577
|
-
PLN: NullType;
|
|
1578
|
-
CZK: NullType;
|
|
1579
|
-
HUF: NullType;
|
|
1580
|
-
RUB: NullType;
|
|
1581
|
-
UAH: NullType;
|
|
1582
|
-
RON: NullType;
|
|
1583
|
-
MXN: NullType;
|
|
1584
|
-
BRL: NullType;
|
|
1585
|
-
ARS: NullType;
|
|
1586
|
-
CLP: NullType;
|
|
1587
|
-
COP: NullType;
|
|
1588
|
-
PEN: NullType;
|
|
1589
|
-
AED: NullType;
|
|
1590
|
-
SAR: NullType;
|
|
1591
|
-
ILS: NullType;
|
|
1592
|
-
ZAR: NullType;
|
|
1593
|
-
TRY: NullType;
|
|
1594
|
-
EGP: NullType;
|
|
1595
|
-
NGN: NullType;
|
|
1596
|
-
KES: NullType;
|
|
1556
|
+
readonly currency: StructType<{
|
|
1557
|
+
readonly currency: VariantType<{
|
|
1558
|
+
readonly USD: NullType;
|
|
1559
|
+
readonly EUR: NullType;
|
|
1560
|
+
readonly GBP: NullType;
|
|
1561
|
+
readonly JPY: NullType;
|
|
1562
|
+
readonly CHF: NullType;
|
|
1563
|
+
readonly CAD: NullType;
|
|
1564
|
+
readonly AUD: NullType;
|
|
1565
|
+
readonly NZD: NullType;
|
|
1566
|
+
readonly CNY: NullType;
|
|
1567
|
+
readonly HKD: NullType;
|
|
1568
|
+
readonly SGD: NullType;
|
|
1569
|
+
readonly KRW: NullType;
|
|
1570
|
+
readonly INR: NullType;
|
|
1571
|
+
readonly TWD: NullType;
|
|
1572
|
+
readonly THB: NullType;
|
|
1573
|
+
readonly MYR: NullType;
|
|
1574
|
+
readonly IDR: NullType;
|
|
1575
|
+
readonly PHP: NullType;
|
|
1576
|
+
readonly VND: NullType;
|
|
1577
|
+
readonly SEK: NullType;
|
|
1578
|
+
readonly NOK: NullType;
|
|
1579
|
+
readonly DKK: NullType;
|
|
1580
|
+
readonly PLN: NullType;
|
|
1581
|
+
readonly CZK: NullType;
|
|
1582
|
+
readonly HUF: NullType;
|
|
1583
|
+
readonly RUB: NullType;
|
|
1584
|
+
readonly UAH: NullType;
|
|
1585
|
+
readonly RON: NullType;
|
|
1586
|
+
readonly MXN: NullType;
|
|
1587
|
+
readonly BRL: NullType;
|
|
1588
|
+
readonly ARS: NullType;
|
|
1589
|
+
readonly CLP: NullType;
|
|
1590
|
+
readonly COP: NullType;
|
|
1591
|
+
readonly PEN: NullType;
|
|
1592
|
+
readonly AED: NullType;
|
|
1593
|
+
readonly SAR: NullType;
|
|
1594
|
+
readonly ILS: NullType;
|
|
1595
|
+
readonly ZAR: NullType;
|
|
1596
|
+
readonly TRY: NullType;
|
|
1597
|
+
readonly EGP: NullType;
|
|
1598
|
+
readonly NGN: NullType;
|
|
1599
|
+
readonly KES: NullType;
|
|
1597
1600
|
}>;
|
|
1598
|
-
display: OptionType<VariantType<{
|
|
1599
|
-
code: NullType;
|
|
1600
|
-
symbol: NullType;
|
|
1601
|
-
narrowSymbol: NullType;
|
|
1602
|
-
name: NullType;
|
|
1601
|
+
readonly display: OptionType<VariantType<{
|
|
1602
|
+
readonly code: NullType;
|
|
1603
|
+
readonly symbol: NullType;
|
|
1604
|
+
readonly narrowSymbol: NullType;
|
|
1605
|
+
readonly name: NullType;
|
|
1603
1606
|
}>>;
|
|
1604
|
-
minimumFractionDigits: OptionType<IntegerType>;
|
|
1605
|
-
maximumFractionDigits: OptionType<IntegerType>;
|
|
1607
|
+
readonly minimumFractionDigits: OptionType<IntegerType>;
|
|
1608
|
+
readonly maximumFractionDigits: OptionType<IntegerType>;
|
|
1606
1609
|
}>;
|
|
1607
|
-
percent: StructType<{
|
|
1608
|
-
minimumFractionDigits: OptionType<IntegerType>;
|
|
1609
|
-
maximumFractionDigits: OptionType<IntegerType>;
|
|
1610
|
-
signDisplay: OptionType<VariantType<{
|
|
1611
|
-
auto: NullType;
|
|
1612
|
-
never: NullType;
|
|
1613
|
-
always: NullType;
|
|
1614
|
-
exceptZero: NullType;
|
|
1610
|
+
readonly percent: StructType<{
|
|
1611
|
+
readonly minimumFractionDigits: OptionType<IntegerType>;
|
|
1612
|
+
readonly maximumFractionDigits: OptionType<IntegerType>;
|
|
1613
|
+
readonly signDisplay: OptionType<VariantType<{
|
|
1614
|
+
readonly auto: NullType;
|
|
1615
|
+
readonly never: NullType;
|
|
1616
|
+
readonly always: NullType;
|
|
1617
|
+
readonly exceptZero: NullType;
|
|
1615
1618
|
}>>;
|
|
1616
1619
|
}>;
|
|
1617
|
-
compact: StructType<{
|
|
1618
|
-
display: OptionType<VariantType<{
|
|
1619
|
-
short: NullType;
|
|
1620
|
-
long: NullType;
|
|
1620
|
+
readonly compact: StructType<{
|
|
1621
|
+
readonly display: OptionType<VariantType<{
|
|
1622
|
+
readonly short: NullType;
|
|
1623
|
+
readonly long: NullType;
|
|
1621
1624
|
}>>;
|
|
1622
1625
|
}>;
|
|
1623
|
-
unit: StructType<{
|
|
1624
|
-
unit: VariantType<{
|
|
1625
|
-
bit: NullType;
|
|
1626
|
-
byte: NullType;
|
|
1627
|
-
kilobit: NullType;
|
|
1628
|
-
kilobyte: NullType;
|
|
1629
|
-
megabit: NullType;
|
|
1630
|
-
megabyte: NullType;
|
|
1631
|
-
gigabit: NullType;
|
|
1632
|
-
gigabyte: NullType;
|
|
1633
|
-
terabit: NullType;
|
|
1634
|
-
terabyte: NullType;
|
|
1635
|
-
petabyte: NullType;
|
|
1636
|
-
nanosecond: NullType;
|
|
1637
|
-
microsecond: NullType;
|
|
1638
|
-
millisecond: NullType;
|
|
1639
|
-
second: NullType;
|
|
1640
|
-
minute: NullType;
|
|
1641
|
-
hour: NullType;
|
|
1642
|
-
day: NullType;
|
|
1643
|
-
week: NullType;
|
|
1644
|
-
month: NullType;
|
|
1645
|
-
year: NullType;
|
|
1646
|
-
millimeter: NullType;
|
|
1647
|
-
centimeter: NullType;
|
|
1648
|
-
meter: NullType;
|
|
1649
|
-
kilometer: NullType;
|
|
1650
|
-
inch: NullType;
|
|
1651
|
-
foot: NullType;
|
|
1652
|
-
yard: NullType;
|
|
1653
|
-
mile: NullType;
|
|
1654
|
-
gram: NullType;
|
|
1655
|
-
kilogram: NullType;
|
|
1656
|
-
milligram: NullType;
|
|
1657
|
-
ounce: NullType;
|
|
1658
|
-
pound: NullType;
|
|
1659
|
-
stone: NullType;
|
|
1660
|
-
celsius: NullType;
|
|
1661
|
-
fahrenheit: NullType;
|
|
1662
|
-
milliliter: NullType;
|
|
1663
|
-
liter: NullType;
|
|
1664
|
-
gallon: NullType;
|
|
1665
|
-
fluidOunce: NullType;
|
|
1666
|
-
acre: NullType;
|
|
1667
|
-
hectare: NullType;
|
|
1668
|
-
meterPerSecond: NullType;
|
|
1669
|
-
kilometerPerHour: NullType;
|
|
1670
|
-
milePerHour: NullType;
|
|
1671
|
-
percent: NullType;
|
|
1672
|
-
degree: NullType;
|
|
1626
|
+
readonly unit: StructType<{
|
|
1627
|
+
readonly unit: VariantType<{
|
|
1628
|
+
readonly bit: NullType;
|
|
1629
|
+
readonly byte: NullType;
|
|
1630
|
+
readonly kilobit: NullType;
|
|
1631
|
+
readonly kilobyte: NullType;
|
|
1632
|
+
readonly megabit: NullType;
|
|
1633
|
+
readonly megabyte: NullType;
|
|
1634
|
+
readonly gigabit: NullType;
|
|
1635
|
+
readonly gigabyte: NullType;
|
|
1636
|
+
readonly terabit: NullType;
|
|
1637
|
+
readonly terabyte: NullType;
|
|
1638
|
+
readonly petabyte: NullType;
|
|
1639
|
+
readonly nanosecond: NullType;
|
|
1640
|
+
readonly microsecond: NullType;
|
|
1641
|
+
readonly millisecond: NullType;
|
|
1642
|
+
readonly second: NullType;
|
|
1643
|
+
readonly minute: NullType;
|
|
1644
|
+
readonly hour: NullType;
|
|
1645
|
+
readonly day: NullType;
|
|
1646
|
+
readonly week: NullType;
|
|
1647
|
+
readonly month: NullType;
|
|
1648
|
+
readonly year: NullType;
|
|
1649
|
+
readonly millimeter: NullType;
|
|
1650
|
+
readonly centimeter: NullType;
|
|
1651
|
+
readonly meter: NullType;
|
|
1652
|
+
readonly kilometer: NullType;
|
|
1653
|
+
readonly inch: NullType;
|
|
1654
|
+
readonly foot: NullType;
|
|
1655
|
+
readonly yard: NullType;
|
|
1656
|
+
readonly mile: NullType;
|
|
1657
|
+
readonly gram: NullType;
|
|
1658
|
+
readonly kilogram: NullType;
|
|
1659
|
+
readonly milligram: NullType;
|
|
1660
|
+
readonly ounce: NullType;
|
|
1661
|
+
readonly pound: NullType;
|
|
1662
|
+
readonly stone: NullType;
|
|
1663
|
+
readonly celsius: NullType;
|
|
1664
|
+
readonly fahrenheit: NullType;
|
|
1665
|
+
readonly milliliter: NullType;
|
|
1666
|
+
readonly liter: NullType;
|
|
1667
|
+
readonly gallon: NullType;
|
|
1668
|
+
readonly fluidOunce: NullType;
|
|
1669
|
+
readonly acre: NullType;
|
|
1670
|
+
readonly hectare: NullType;
|
|
1671
|
+
readonly meterPerSecond: NullType;
|
|
1672
|
+
readonly kilometerPerHour: NullType;
|
|
1673
|
+
readonly milePerHour: NullType;
|
|
1674
|
+
readonly percent: NullType;
|
|
1675
|
+
readonly degree: NullType;
|
|
1673
1676
|
}>;
|
|
1674
|
-
display: OptionType<VariantType<{
|
|
1675
|
-
short: NullType;
|
|
1676
|
-
narrow: NullType;
|
|
1677
|
-
long: NullType;
|
|
1677
|
+
readonly display: OptionType<VariantType<{
|
|
1678
|
+
readonly short: NullType;
|
|
1679
|
+
readonly narrow: NullType;
|
|
1680
|
+
readonly long: NullType;
|
|
1678
1681
|
}>>;
|
|
1679
1682
|
}>;
|
|
1680
|
-
scientific: NullType;
|
|
1681
|
-
engineering: NullType;
|
|
1682
|
-
date: StructType<{
|
|
1683
|
-
style: OptionType<VariantType<{
|
|
1684
|
-
full: NullType;
|
|
1685
|
-
long: NullType;
|
|
1686
|
-
medium: NullType;
|
|
1687
|
-
short: NullType;
|
|
1683
|
+
readonly scientific: NullType;
|
|
1684
|
+
readonly engineering: NullType;
|
|
1685
|
+
readonly date: StructType<{
|
|
1686
|
+
readonly style: OptionType<VariantType<{
|
|
1687
|
+
readonly full: NullType;
|
|
1688
|
+
readonly long: NullType;
|
|
1689
|
+
readonly medium: NullType;
|
|
1690
|
+
readonly short: NullType;
|
|
1688
1691
|
}>>;
|
|
1689
1692
|
}>;
|
|
1690
|
-
time: StructType<{
|
|
1691
|
-
style: OptionType<VariantType<{
|
|
1692
|
-
full: NullType;
|
|
1693
|
-
long: NullType;
|
|
1694
|
-
medium: NullType;
|
|
1695
|
-
short: NullType;
|
|
1693
|
+
readonly time: StructType<{
|
|
1694
|
+
readonly style: OptionType<VariantType<{
|
|
1695
|
+
readonly full: NullType;
|
|
1696
|
+
readonly long: NullType;
|
|
1697
|
+
readonly medium: NullType;
|
|
1698
|
+
readonly short: NullType;
|
|
1696
1699
|
}>>;
|
|
1697
|
-
hour12: OptionType<BooleanType>;
|
|
1700
|
+
readonly hour12: OptionType<BooleanType>;
|
|
1698
1701
|
}>;
|
|
1699
|
-
datetime: StructType<{
|
|
1700
|
-
dateStyle: OptionType<VariantType<{
|
|
1701
|
-
full: NullType;
|
|
1702
|
-
long: NullType;
|
|
1703
|
-
medium: NullType;
|
|
1704
|
-
short: NullType;
|
|
1702
|
+
readonly datetime: StructType<{
|
|
1703
|
+
readonly dateStyle: OptionType<VariantType<{
|
|
1704
|
+
readonly full: NullType;
|
|
1705
|
+
readonly long: NullType;
|
|
1706
|
+
readonly medium: NullType;
|
|
1707
|
+
readonly short: NullType;
|
|
1705
1708
|
}>>;
|
|
1706
|
-
timeStyle: OptionType<VariantType<{
|
|
1707
|
-
full: NullType;
|
|
1708
|
-
long: NullType;
|
|
1709
|
-
medium: NullType;
|
|
1710
|
-
short: NullType;
|
|
1709
|
+
readonly timeStyle: OptionType<VariantType<{
|
|
1710
|
+
readonly full: NullType;
|
|
1711
|
+
readonly long: NullType;
|
|
1712
|
+
readonly medium: NullType;
|
|
1713
|
+
readonly short: NullType;
|
|
1711
1714
|
}>>;
|
|
1712
|
-
hour12: OptionType<BooleanType>;
|
|
1715
|
+
readonly hour12: OptionType<BooleanType>;
|
|
1713
1716
|
}>;
|
|
1714
1717
|
}>>;
|
|
1715
|
-
domain: OptionType<ArrayType<FloatType>>;
|
|
1716
|
-
hide: OptionType<BooleanType>;
|
|
1717
|
-
axisLine: OptionType<BooleanType>;
|
|
1718
|
-
tickLine: OptionType<BooleanType>;
|
|
1719
|
-
tickMargin: OptionType<IntegerType>;
|
|
1720
|
-
strokeColor: OptionType<StringType>;
|
|
1721
|
-
orientation: OptionType<VariantType<{
|
|
1722
|
-
top: NullType;
|
|
1723
|
-
bottom: NullType;
|
|
1724
|
-
left: NullType;
|
|
1725
|
-
right: NullType;
|
|
1718
|
+
readonly domain: OptionType<ArrayType<FloatType>>;
|
|
1719
|
+
readonly hide: OptionType<BooleanType>;
|
|
1720
|
+
readonly axisLine: OptionType<BooleanType>;
|
|
1721
|
+
readonly tickLine: OptionType<BooleanType>;
|
|
1722
|
+
readonly tickMargin: OptionType<IntegerType>;
|
|
1723
|
+
readonly strokeColor: OptionType<StringType>;
|
|
1724
|
+
readonly orientation: OptionType<VariantType<{
|
|
1725
|
+
readonly top: NullType;
|
|
1726
|
+
readonly bottom: NullType;
|
|
1727
|
+
readonly left: NullType;
|
|
1728
|
+
readonly right: NullType;
|
|
1726
1729
|
}>>;
|
|
1727
|
-
axisId: OptionType<StringType>;
|
|
1730
|
+
readonly axisId: OptionType<StringType>;
|
|
1728
1731
|
}>;
|
|
1729
1732
|
/**
|
|
1730
1733
|
* Type representing chart axis configuration.
|
|
@@ -1874,10 +1877,10 @@ export interface ChartMarginStyle {
|
|
|
1874
1877
|
* @property left - Left margin in pixels
|
|
1875
1878
|
*/
|
|
1876
1879
|
export declare const ChartMarginType: StructType<{
|
|
1877
|
-
top: OptionType<IntegerType>;
|
|
1878
|
-
right: OptionType<IntegerType>;
|
|
1879
|
-
bottom: OptionType<IntegerType>;
|
|
1880
|
-
left: OptionType<IntegerType>;
|
|
1880
|
+
readonly top: OptionType<IntegerType>;
|
|
1881
|
+
readonly right: OptionType<IntegerType>;
|
|
1882
|
+
readonly bottom: OptionType<IntegerType>;
|
|
1883
|
+
readonly left: OptionType<IntegerType>;
|
|
1881
1884
|
}>;
|
|
1882
1885
|
export type ChartMarginType = typeof ChartMarginType;
|
|
1883
1886
|
/**
|
|
@@ -1917,44 +1920,44 @@ export interface BaseChartStyle {
|
|
|
1917
1920
|
* Base chart style type for serialization.
|
|
1918
1921
|
*/
|
|
1919
1922
|
export declare const BaseChartStyleType: StructType<{
|
|
1920
|
-
grid: OptionType<StructType<{
|
|
1921
|
-
show: OptionType<BooleanType>;
|
|
1922
|
-
vertical: OptionType<BooleanType>;
|
|
1923
|
-
horizontal: OptionType<BooleanType>;
|
|
1924
|
-
strokeColor: OptionType<StringType>;
|
|
1925
|
-
strokeDasharray: OptionType<StringType>;
|
|
1923
|
+
readonly grid: OptionType<StructType<{
|
|
1924
|
+
readonly show: OptionType<BooleanType>;
|
|
1925
|
+
readonly vertical: OptionType<BooleanType>;
|
|
1926
|
+
readonly horizontal: OptionType<BooleanType>;
|
|
1927
|
+
readonly strokeColor: OptionType<StringType>;
|
|
1928
|
+
readonly strokeDasharray: OptionType<StringType>;
|
|
1926
1929
|
}>>;
|
|
1927
|
-
tooltip: OptionType<StructType<{
|
|
1928
|
-
show: OptionType<BooleanType>;
|
|
1929
|
-
cursor: OptionType<VariantType<{
|
|
1930
|
-
none: NullType;
|
|
1931
|
-
crosshair: StringType;
|
|
1932
|
-
fill: StringType;
|
|
1930
|
+
readonly tooltip: OptionType<StructType<{
|
|
1931
|
+
readonly show: OptionType<BooleanType>;
|
|
1932
|
+
readonly cursor: OptionType<VariantType<{
|
|
1933
|
+
readonly none: NullType;
|
|
1934
|
+
readonly crosshair: StringType;
|
|
1935
|
+
readonly fill: StringType;
|
|
1933
1936
|
}>>;
|
|
1934
|
-
animationDuration: OptionType<IntegerType>;
|
|
1937
|
+
readonly animationDuration: OptionType<IntegerType>;
|
|
1935
1938
|
}>>;
|
|
1936
|
-
legend: OptionType<StructType<{
|
|
1937
|
-
show: OptionType<BooleanType>;
|
|
1938
|
-
layout: OptionType<VariantType<{
|
|
1939
|
-
horizontal: NullType;
|
|
1940
|
-
vertical: NullType;
|
|
1939
|
+
readonly legend: OptionType<StructType<{
|
|
1940
|
+
readonly show: OptionType<BooleanType>;
|
|
1941
|
+
readonly layout: OptionType<VariantType<{
|
|
1942
|
+
readonly horizontal: NullType;
|
|
1943
|
+
readonly vertical: NullType;
|
|
1941
1944
|
}>>;
|
|
1942
|
-
align: OptionType<VariantType<{
|
|
1943
|
-
left: NullType;
|
|
1944
|
-
center: NullType;
|
|
1945
|
-
right: NullType;
|
|
1945
|
+
readonly align: OptionType<VariantType<{
|
|
1946
|
+
readonly left: NullType;
|
|
1947
|
+
readonly center: NullType;
|
|
1948
|
+
readonly right: NullType;
|
|
1946
1949
|
}>>;
|
|
1947
|
-
verticalAlign: OptionType<VariantType<{
|
|
1948
|
-
top: NullType;
|
|
1949
|
-
middle: NullType;
|
|
1950
|
-
bottom: NullType;
|
|
1950
|
+
readonly verticalAlign: OptionType<VariantType<{
|
|
1951
|
+
readonly top: NullType;
|
|
1952
|
+
readonly middle: NullType;
|
|
1953
|
+
readonly bottom: NullType;
|
|
1951
1954
|
}>>;
|
|
1952
1955
|
}>>;
|
|
1953
|
-
margin: OptionType<StructType<{
|
|
1954
|
-
top: OptionType<IntegerType>;
|
|
1955
|
-
right: OptionType<IntegerType>;
|
|
1956
|
-
bottom: OptionType<IntegerType>;
|
|
1957
|
-
left: OptionType<IntegerType>;
|
|
1956
|
+
readonly margin: OptionType<StructType<{
|
|
1957
|
+
readonly top: OptionType<IntegerType>;
|
|
1958
|
+
readonly right: OptionType<IntegerType>;
|
|
1959
|
+
readonly bottom: OptionType<IntegerType>;
|
|
1960
|
+
readonly left: OptionType<IntegerType>;
|
|
1958
1961
|
}>>;
|
|
1959
1962
|
}>;
|
|
1960
1963
|
/**
|
|
@@ -1974,13 +1977,13 @@ export declare const BaseChartStyleType: StructType<{
|
|
|
1974
1977
|
* @property fill - Fill color for brush area
|
|
1975
1978
|
*/
|
|
1976
1979
|
export declare const ChartBrushType: StructType<{
|
|
1977
|
-
dataKey: OptionType<StringType>;
|
|
1978
|
-
height: OptionType<IntegerType>;
|
|
1979
|
-
travellerWidth: OptionType<IntegerType>;
|
|
1980
|
-
startIndex: OptionType<IntegerType>;
|
|
1981
|
-
endIndex: OptionType<IntegerType>;
|
|
1982
|
-
stroke: OptionType<StringType>;
|
|
1983
|
-
fill: OptionType<StringType>;
|
|
1980
|
+
readonly dataKey: OptionType<StringType>;
|
|
1981
|
+
readonly height: OptionType<IntegerType>;
|
|
1982
|
+
readonly travellerWidth: OptionType<IntegerType>;
|
|
1983
|
+
readonly startIndex: OptionType<IntegerType>;
|
|
1984
|
+
readonly endIndex: OptionType<IntegerType>;
|
|
1985
|
+
readonly stroke: OptionType<StringType>;
|
|
1986
|
+
readonly fill: OptionType<StringType>;
|
|
1984
1987
|
}>;
|
|
1985
1988
|
/**
|
|
1986
1989
|
* Type representing chart brush configuration.
|
|
@@ -2032,13 +2035,13 @@ export declare function ChartBrush(brush: ChartBrushStyleBase & {
|
|
|
2032
2035
|
* This avoids the need for null values when series have different data points.
|
|
2033
2036
|
*/
|
|
2034
2037
|
export declare const MultiSeriesDataType: DictType<StringType, ArrayType<DictType<StringType, VariantType<{
|
|
2035
|
-
Null: NullType;
|
|
2036
|
-
Boolean: BooleanType;
|
|
2037
|
-
Integer: IntegerType;
|
|
2038
|
-
Float: FloatType;
|
|
2039
|
-
String: StringType;
|
|
2040
|
-
DateTime: import("@elaraai/east").DateTimeType;
|
|
2041
|
-
Blob: import("@elaraai/east").BlobType;
|
|
2038
|
+
readonly Null: NullType;
|
|
2039
|
+
readonly Boolean: BooleanType;
|
|
2040
|
+
readonly Integer: IntegerType;
|
|
2041
|
+
readonly Float: FloatType;
|
|
2042
|
+
readonly String: StringType;
|
|
2043
|
+
readonly DateTime: import("@elaraai/east").DateTimeType;
|
|
2044
|
+
readonly Blob: import("@elaraai/east").BlobType;
|
|
2042
2045
|
}>>>>;
|
|
2043
2046
|
/**
|
|
2044
2047
|
* Overflow behavior when reference annotation extends beyond chart bounds.
|
|
@@ -2049,10 +2052,10 @@ export declare const MultiSeriesDataType: DictType<StringType, ArrayType<DictTyp
|
|
|
2049
2052
|
* @property extendDomain - Extend axis domain to include the reference
|
|
2050
2053
|
*/
|
|
2051
2054
|
export declare const ReferenceOverflowType: VariantType<{
|
|
2052
|
-
discard: NullType;
|
|
2053
|
-
hidden: NullType;
|
|
2054
|
-
visible: NullType;
|
|
2055
|
-
extendDomain: NullType;
|
|
2055
|
+
readonly discard: NullType;
|
|
2056
|
+
readonly hidden: NullType;
|
|
2057
|
+
readonly visible: NullType;
|
|
2058
|
+
readonly extendDomain: NullType;
|
|
2056
2059
|
}>;
|
|
2057
2060
|
/**
|
|
2058
2061
|
* Type representing reference overflow behavior.
|
|
@@ -2076,19 +2079,19 @@ export type ReferenceOverflowLiteral = "discard" | "hidden" | "visible" | "exten
|
|
|
2076
2079
|
* @property insideRight - Inside, at the right
|
|
2077
2080
|
*/
|
|
2078
2081
|
export declare const LabelPositionType: VariantType<{
|
|
2079
|
-
top: NullType;
|
|
2080
|
-
bottom: NullType;
|
|
2081
|
-
left: NullType;
|
|
2082
|
-
right: NullType;
|
|
2083
|
-
center: NullType;
|
|
2084
|
-
insideTop: NullType;
|
|
2085
|
-
insideBottom: NullType;
|
|
2086
|
-
insideLeft: NullType;
|
|
2087
|
-
insideRight: NullType;
|
|
2088
|
-
insideTopLeft: NullType;
|
|
2089
|
-
insideTopRight: NullType;
|
|
2090
|
-
insideBottomLeft: NullType;
|
|
2091
|
-
insideBottomRight: NullType;
|
|
2082
|
+
readonly top: NullType;
|
|
2083
|
+
readonly bottom: NullType;
|
|
2084
|
+
readonly left: NullType;
|
|
2085
|
+
readonly right: NullType;
|
|
2086
|
+
readonly center: NullType;
|
|
2087
|
+
readonly insideTop: NullType;
|
|
2088
|
+
readonly insideBottom: NullType;
|
|
2089
|
+
readonly insideLeft: NullType;
|
|
2090
|
+
readonly insideRight: NullType;
|
|
2091
|
+
readonly insideTopLeft: NullType;
|
|
2092
|
+
readonly insideTopRight: NullType;
|
|
2093
|
+
readonly insideBottomLeft: NullType;
|
|
2094
|
+
readonly insideBottomRight: NullType;
|
|
2092
2095
|
}>;
|
|
2093
2096
|
/**
|
|
2094
2097
|
* Type representing label position.
|
|
@@ -2115,49 +2118,49 @@ export type LabelPositionLiteral = "top" | "bottom" | "left" | "right" | "center
|
|
|
2115
2118
|
* @property ifOverflow - Behavior when line extends beyond bounds
|
|
2116
2119
|
*/
|
|
2117
2120
|
export declare const ReferenceLineType: StructType<{
|
|
2118
|
-
x: OptionType<VariantType<{
|
|
2119
|
-
Null: NullType;
|
|
2120
|
-
Boolean: BooleanType;
|
|
2121
|
-
Integer: IntegerType;
|
|
2122
|
-
Float: FloatType;
|
|
2123
|
-
String: StringType;
|
|
2124
|
-
DateTime: import("@elaraai/east").DateTimeType;
|
|
2125
|
-
Blob: import("@elaraai/east").BlobType;
|
|
2121
|
+
readonly x: OptionType<VariantType<{
|
|
2122
|
+
readonly Null: NullType;
|
|
2123
|
+
readonly Boolean: BooleanType;
|
|
2124
|
+
readonly Integer: IntegerType;
|
|
2125
|
+
readonly Float: FloatType;
|
|
2126
|
+
readonly String: StringType;
|
|
2127
|
+
readonly DateTime: import("@elaraai/east").DateTimeType;
|
|
2128
|
+
readonly Blob: import("@elaraai/east").BlobType;
|
|
2126
2129
|
}>>;
|
|
2127
|
-
y: OptionType<VariantType<{
|
|
2128
|
-
Null: NullType;
|
|
2129
|
-
Boolean: BooleanType;
|
|
2130
|
-
Integer: IntegerType;
|
|
2131
|
-
Float: FloatType;
|
|
2132
|
-
String: StringType;
|
|
2133
|
-
DateTime: import("@elaraai/east").DateTimeType;
|
|
2134
|
-
Blob: import("@elaraai/east").BlobType;
|
|
2130
|
+
readonly y: OptionType<VariantType<{
|
|
2131
|
+
readonly Null: NullType;
|
|
2132
|
+
readonly Boolean: BooleanType;
|
|
2133
|
+
readonly Integer: IntegerType;
|
|
2134
|
+
readonly Float: FloatType;
|
|
2135
|
+
readonly String: StringType;
|
|
2136
|
+
readonly DateTime: import("@elaraai/east").DateTimeType;
|
|
2137
|
+
readonly Blob: import("@elaraai/east").BlobType;
|
|
2135
2138
|
}>>;
|
|
2136
|
-
stroke: OptionType<StringType>;
|
|
2137
|
-
strokeWidth: OptionType<IntegerType>;
|
|
2138
|
-
strokeDasharray: OptionType<StringType>;
|
|
2139
|
-
label: OptionType<StringType>;
|
|
2140
|
-
labelPosition: OptionType<VariantType<{
|
|
2141
|
-
top: NullType;
|
|
2142
|
-
bottom: NullType;
|
|
2143
|
-
left: NullType;
|
|
2144
|
-
right: NullType;
|
|
2145
|
-
center: NullType;
|
|
2146
|
-
insideTop: NullType;
|
|
2147
|
-
insideBottom: NullType;
|
|
2148
|
-
insideLeft: NullType;
|
|
2149
|
-
insideRight: NullType;
|
|
2150
|
-
insideTopLeft: NullType;
|
|
2151
|
-
insideTopRight: NullType;
|
|
2152
|
-
insideBottomLeft: NullType;
|
|
2153
|
-
insideBottomRight: NullType;
|
|
2139
|
+
readonly stroke: OptionType<StringType>;
|
|
2140
|
+
readonly strokeWidth: OptionType<IntegerType>;
|
|
2141
|
+
readonly strokeDasharray: OptionType<StringType>;
|
|
2142
|
+
readonly label: OptionType<StringType>;
|
|
2143
|
+
readonly labelPosition: OptionType<VariantType<{
|
|
2144
|
+
readonly top: NullType;
|
|
2145
|
+
readonly bottom: NullType;
|
|
2146
|
+
readonly left: NullType;
|
|
2147
|
+
readonly right: NullType;
|
|
2148
|
+
readonly center: NullType;
|
|
2149
|
+
readonly insideTop: NullType;
|
|
2150
|
+
readonly insideBottom: NullType;
|
|
2151
|
+
readonly insideLeft: NullType;
|
|
2152
|
+
readonly insideRight: NullType;
|
|
2153
|
+
readonly insideTopLeft: NullType;
|
|
2154
|
+
readonly insideTopRight: NullType;
|
|
2155
|
+
readonly insideBottomLeft: NullType;
|
|
2156
|
+
readonly insideBottomRight: NullType;
|
|
2154
2157
|
}>>;
|
|
2155
|
-
labelOffset: OptionType<IntegerType>;
|
|
2156
|
-
ifOverflow: OptionType<VariantType<{
|
|
2157
|
-
discard: NullType;
|
|
2158
|
-
hidden: NullType;
|
|
2159
|
-
visible: NullType;
|
|
2160
|
-
extendDomain: NullType;
|
|
2158
|
+
readonly labelOffset: OptionType<IntegerType>;
|
|
2159
|
+
readonly ifOverflow: OptionType<VariantType<{
|
|
2160
|
+
readonly discard: NullType;
|
|
2161
|
+
readonly hidden: NullType;
|
|
2162
|
+
readonly visible: NullType;
|
|
2163
|
+
readonly extendDomain: NullType;
|
|
2161
2164
|
}>>;
|
|
2162
2165
|
}>;
|
|
2163
2166
|
/**
|
|
@@ -2206,50 +2209,50 @@ export interface ReferenceLineStyle {
|
|
|
2206
2209
|
* @property ifOverflow - Behavior when dot extends beyond bounds
|
|
2207
2210
|
*/
|
|
2208
2211
|
export declare const ReferenceDotType: StructType<{
|
|
2209
|
-
x: VariantType<{
|
|
2210
|
-
Null: NullType;
|
|
2211
|
-
Boolean: BooleanType;
|
|
2212
|
-
Integer: IntegerType;
|
|
2213
|
-
Float: FloatType;
|
|
2214
|
-
String: StringType;
|
|
2215
|
-
DateTime: import("@elaraai/east").DateTimeType;
|
|
2216
|
-
Blob: import("@elaraai/east").BlobType;
|
|
2212
|
+
readonly x: VariantType<{
|
|
2213
|
+
readonly Null: NullType;
|
|
2214
|
+
readonly Boolean: BooleanType;
|
|
2215
|
+
readonly Integer: IntegerType;
|
|
2216
|
+
readonly Float: FloatType;
|
|
2217
|
+
readonly String: StringType;
|
|
2218
|
+
readonly DateTime: import("@elaraai/east").DateTimeType;
|
|
2219
|
+
readonly Blob: import("@elaraai/east").BlobType;
|
|
2217
2220
|
}>;
|
|
2218
|
-
y: VariantType<{
|
|
2219
|
-
Null: NullType;
|
|
2220
|
-
Boolean: BooleanType;
|
|
2221
|
-
Integer: IntegerType;
|
|
2222
|
-
Float: FloatType;
|
|
2223
|
-
String: StringType;
|
|
2224
|
-
DateTime: import("@elaraai/east").DateTimeType;
|
|
2225
|
-
Blob: import("@elaraai/east").BlobType;
|
|
2221
|
+
readonly y: VariantType<{
|
|
2222
|
+
readonly Null: NullType;
|
|
2223
|
+
readonly Boolean: BooleanType;
|
|
2224
|
+
readonly Integer: IntegerType;
|
|
2225
|
+
readonly Float: FloatType;
|
|
2226
|
+
readonly String: StringType;
|
|
2227
|
+
readonly DateTime: import("@elaraai/east").DateTimeType;
|
|
2228
|
+
readonly Blob: import("@elaraai/east").BlobType;
|
|
2226
2229
|
}>;
|
|
2227
|
-
r: OptionType<IntegerType>;
|
|
2228
|
-
fill: OptionType<StringType>;
|
|
2229
|
-
stroke: OptionType<StringType>;
|
|
2230
|
-
strokeWidth: OptionType<IntegerType>;
|
|
2231
|
-
label: OptionType<StringType>;
|
|
2232
|
-
labelPosition: OptionType<VariantType<{
|
|
2233
|
-
top: NullType;
|
|
2234
|
-
bottom: NullType;
|
|
2235
|
-
left: NullType;
|
|
2236
|
-
right: NullType;
|
|
2237
|
-
center: NullType;
|
|
2238
|
-
insideTop: NullType;
|
|
2239
|
-
insideBottom: NullType;
|
|
2240
|
-
insideLeft: NullType;
|
|
2241
|
-
insideRight: NullType;
|
|
2242
|
-
insideTopLeft: NullType;
|
|
2243
|
-
insideTopRight: NullType;
|
|
2244
|
-
insideBottomLeft: NullType;
|
|
2245
|
-
insideBottomRight: NullType;
|
|
2230
|
+
readonly r: OptionType<IntegerType>;
|
|
2231
|
+
readonly fill: OptionType<StringType>;
|
|
2232
|
+
readonly stroke: OptionType<StringType>;
|
|
2233
|
+
readonly strokeWidth: OptionType<IntegerType>;
|
|
2234
|
+
readonly label: OptionType<StringType>;
|
|
2235
|
+
readonly labelPosition: OptionType<VariantType<{
|
|
2236
|
+
readonly top: NullType;
|
|
2237
|
+
readonly bottom: NullType;
|
|
2238
|
+
readonly left: NullType;
|
|
2239
|
+
readonly right: NullType;
|
|
2240
|
+
readonly center: NullType;
|
|
2241
|
+
readonly insideTop: NullType;
|
|
2242
|
+
readonly insideBottom: NullType;
|
|
2243
|
+
readonly insideLeft: NullType;
|
|
2244
|
+
readonly insideRight: NullType;
|
|
2245
|
+
readonly insideTopLeft: NullType;
|
|
2246
|
+
readonly insideTopRight: NullType;
|
|
2247
|
+
readonly insideBottomLeft: NullType;
|
|
2248
|
+
readonly insideBottomRight: NullType;
|
|
2246
2249
|
}>>;
|
|
2247
|
-
labelOffset: OptionType<IntegerType>;
|
|
2248
|
-
ifOverflow: OptionType<VariantType<{
|
|
2249
|
-
discard: NullType;
|
|
2250
|
-
hidden: NullType;
|
|
2251
|
-
visible: NullType;
|
|
2252
|
-
extendDomain: NullType;
|
|
2250
|
+
readonly labelOffset: OptionType<IntegerType>;
|
|
2251
|
+
readonly ifOverflow: OptionType<VariantType<{
|
|
2252
|
+
readonly discard: NullType;
|
|
2253
|
+
readonly hidden: NullType;
|
|
2254
|
+
readonly visible: NullType;
|
|
2255
|
+
readonly extendDomain: NullType;
|
|
2253
2256
|
}>>;
|
|
2254
2257
|
}>;
|
|
2255
2258
|
/**
|
|
@@ -2299,67 +2302,67 @@ export interface ReferenceDotStyle {
|
|
|
2299
2302
|
* @property ifOverflow - Behavior when area extends beyond bounds
|
|
2300
2303
|
*/
|
|
2301
2304
|
export declare const ReferenceAreaType: StructType<{
|
|
2302
|
-
x1: OptionType<VariantType<{
|
|
2303
|
-
Null: NullType;
|
|
2304
|
-
Boolean: BooleanType;
|
|
2305
|
-
Integer: IntegerType;
|
|
2306
|
-
Float: FloatType;
|
|
2307
|
-
String: StringType;
|
|
2308
|
-
DateTime: import("@elaraai/east").DateTimeType;
|
|
2309
|
-
Blob: import("@elaraai/east").BlobType;
|
|
2305
|
+
readonly x1: OptionType<VariantType<{
|
|
2306
|
+
readonly Null: NullType;
|
|
2307
|
+
readonly Boolean: BooleanType;
|
|
2308
|
+
readonly Integer: IntegerType;
|
|
2309
|
+
readonly Float: FloatType;
|
|
2310
|
+
readonly String: StringType;
|
|
2311
|
+
readonly DateTime: import("@elaraai/east").DateTimeType;
|
|
2312
|
+
readonly Blob: import("@elaraai/east").BlobType;
|
|
2310
2313
|
}>>;
|
|
2311
|
-
x2: OptionType<VariantType<{
|
|
2312
|
-
Null: NullType;
|
|
2313
|
-
Boolean: BooleanType;
|
|
2314
|
-
Integer: IntegerType;
|
|
2315
|
-
Float: FloatType;
|
|
2316
|
-
String: StringType;
|
|
2317
|
-
DateTime: import("@elaraai/east").DateTimeType;
|
|
2318
|
-
Blob: import("@elaraai/east").BlobType;
|
|
2314
|
+
readonly x2: OptionType<VariantType<{
|
|
2315
|
+
readonly Null: NullType;
|
|
2316
|
+
readonly Boolean: BooleanType;
|
|
2317
|
+
readonly Integer: IntegerType;
|
|
2318
|
+
readonly Float: FloatType;
|
|
2319
|
+
readonly String: StringType;
|
|
2320
|
+
readonly DateTime: import("@elaraai/east").DateTimeType;
|
|
2321
|
+
readonly Blob: import("@elaraai/east").BlobType;
|
|
2319
2322
|
}>>;
|
|
2320
|
-
y1: OptionType<VariantType<{
|
|
2321
|
-
Null: NullType;
|
|
2322
|
-
Boolean: BooleanType;
|
|
2323
|
-
Integer: IntegerType;
|
|
2324
|
-
Float: FloatType;
|
|
2325
|
-
String: StringType;
|
|
2326
|
-
DateTime: import("@elaraai/east").DateTimeType;
|
|
2327
|
-
Blob: import("@elaraai/east").BlobType;
|
|
2323
|
+
readonly y1: OptionType<VariantType<{
|
|
2324
|
+
readonly Null: NullType;
|
|
2325
|
+
readonly Boolean: BooleanType;
|
|
2326
|
+
readonly Integer: IntegerType;
|
|
2327
|
+
readonly Float: FloatType;
|
|
2328
|
+
readonly String: StringType;
|
|
2329
|
+
readonly DateTime: import("@elaraai/east").DateTimeType;
|
|
2330
|
+
readonly Blob: import("@elaraai/east").BlobType;
|
|
2328
2331
|
}>>;
|
|
2329
|
-
y2: OptionType<VariantType<{
|
|
2330
|
-
Null: NullType;
|
|
2331
|
-
Boolean: BooleanType;
|
|
2332
|
-
Integer: IntegerType;
|
|
2333
|
-
Float: FloatType;
|
|
2334
|
-
String: StringType;
|
|
2335
|
-
DateTime: import("@elaraai/east").DateTimeType;
|
|
2336
|
-
Blob: import("@elaraai/east").BlobType;
|
|
2332
|
+
readonly y2: OptionType<VariantType<{
|
|
2333
|
+
readonly Null: NullType;
|
|
2334
|
+
readonly Boolean: BooleanType;
|
|
2335
|
+
readonly Integer: IntegerType;
|
|
2336
|
+
readonly Float: FloatType;
|
|
2337
|
+
readonly String: StringType;
|
|
2338
|
+
readonly DateTime: import("@elaraai/east").DateTimeType;
|
|
2339
|
+
readonly Blob: import("@elaraai/east").BlobType;
|
|
2337
2340
|
}>>;
|
|
2338
|
-
fill: OptionType<StringType>;
|
|
2339
|
-
fillOpacity: OptionType<FloatType>;
|
|
2340
|
-
stroke: OptionType<StringType>;
|
|
2341
|
-
label: OptionType<StringType>;
|
|
2342
|
-
labelPosition: OptionType<VariantType<{
|
|
2343
|
-
top: NullType;
|
|
2344
|
-
bottom: NullType;
|
|
2345
|
-
left: NullType;
|
|
2346
|
-
right: NullType;
|
|
2347
|
-
center: NullType;
|
|
2348
|
-
insideTop: NullType;
|
|
2349
|
-
insideBottom: NullType;
|
|
2350
|
-
insideLeft: NullType;
|
|
2351
|
-
insideRight: NullType;
|
|
2352
|
-
insideTopLeft: NullType;
|
|
2353
|
-
insideTopRight: NullType;
|
|
2354
|
-
insideBottomLeft: NullType;
|
|
2355
|
-
insideBottomRight: NullType;
|
|
2341
|
+
readonly fill: OptionType<StringType>;
|
|
2342
|
+
readonly fillOpacity: OptionType<FloatType>;
|
|
2343
|
+
readonly stroke: OptionType<StringType>;
|
|
2344
|
+
readonly label: OptionType<StringType>;
|
|
2345
|
+
readonly labelPosition: OptionType<VariantType<{
|
|
2346
|
+
readonly top: NullType;
|
|
2347
|
+
readonly bottom: NullType;
|
|
2348
|
+
readonly left: NullType;
|
|
2349
|
+
readonly right: NullType;
|
|
2350
|
+
readonly center: NullType;
|
|
2351
|
+
readonly insideTop: NullType;
|
|
2352
|
+
readonly insideBottom: NullType;
|
|
2353
|
+
readonly insideLeft: NullType;
|
|
2354
|
+
readonly insideRight: NullType;
|
|
2355
|
+
readonly insideTopLeft: NullType;
|
|
2356
|
+
readonly insideTopRight: NullType;
|
|
2357
|
+
readonly insideBottomLeft: NullType;
|
|
2358
|
+
readonly insideBottomRight: NullType;
|
|
2356
2359
|
}>>;
|
|
2357
|
-
labelOffset: OptionType<IntegerType>;
|
|
2358
|
-
ifOverflow: OptionType<VariantType<{
|
|
2359
|
-
discard: NullType;
|
|
2360
|
-
hidden: NullType;
|
|
2361
|
-
visible: NullType;
|
|
2362
|
-
extendDomain: NullType;
|
|
2360
|
+
readonly labelOffset: OptionType<IntegerType>;
|
|
2361
|
+
readonly ifOverflow: OptionType<VariantType<{
|
|
2362
|
+
readonly discard: NullType;
|
|
2363
|
+
readonly hidden: NullType;
|
|
2364
|
+
readonly visible: NullType;
|
|
2365
|
+
readonly extendDomain: NullType;
|
|
2363
2366
|
}>>;
|
|
2364
2367
|
}>;
|
|
2365
2368
|
/**
|