@devtable/dashboard 12.5.0 → 12.8.0
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/components/filter/filter-date-range/widget/shortcuts/shortcuts.d.ts +1 -1
- package/dist/components/panel/settings/common/data-field-selector.d.ts +1 -0
- package/dist/components/panel/settings/common/mantine-size-selector.d.ts +6 -3
- package/dist/components/plugins/common-echarts-fields/axis-label-rotate/axis-label-rotate-input.d.ts +10 -0
- package/dist/components/plugins/common-echarts-fields/axis-label-rotate/index.d.ts +1 -0
- package/dist/components/plugins/common-echarts-fields/label-position/label-position-selector.d.ts +3 -2
- package/dist/components/plugins/common-echarts-fields/line-type/index.d.ts +2 -0
- package/dist/components/plugins/common-echarts-fields/line-type/line-type-selector.d.ts +11 -0
- package/dist/components/plugins/common-echarts-fields/line-type/types.d.ts +1 -0
- package/dist/components/plugins/common-echarts-fields/name-text-align/index.d.ts +2 -0
- package/dist/components/plugins/common-echarts-fields/name-text-align/name-text-align-selector.d.ts +12 -0
- package/dist/components/plugins/common-echarts-fields/name-text-align/types.d.ts +1 -0
- package/dist/components/plugins/common-echarts-fields/orientation/index.d.ts +2 -0
- package/dist/components/plugins/common-echarts-fields/orientation/orientation-selector.d.ts +12 -0
- package/dist/components/plugins/common-echarts-fields/orientation/types.d.ts +1 -0
- package/dist/components/plugins/common-echarts-fields/regression-line/types.d.ts +3 -2
- package/dist/components/plugins/{viz-components/cartesian/editors/scatter-size-select → common-echarts-fields/symbol-size}/dynamic-size-function-editor.d.ts +3 -3
- package/dist/components/plugins/common-echarts-fields/symbol-size/dynamic.d.ts +6 -0
- package/dist/components/plugins/common-echarts-fields/symbol-size/index.d.ts +2 -0
- package/dist/components/plugins/common-echarts-fields/symbol-size/static.d.ts +7 -0
- package/dist/components/plugins/common-echarts-fields/symbol-size/symbol-size-selector.d.ts +9 -0
- package/dist/components/plugins/common-echarts-fields/symbol-size/types.d.ts +13 -0
- package/dist/components/plugins/common-echarts-fields/x-axis-label-formatter/get-echarts-x-axis-tick-label.d.ts +2 -1
- package/dist/components/plugins/common-echarts-fields/x-axis-label-formatter/index.d.ts +4 -9
- package/dist/components/plugins/common-echarts-fields/x-axis-label-formatter/types.d.ts +1 -1
- package/dist/components/plugins/{viz-components/cartesian/editors/x-axis/x-axis-label-formatter/index.d.ts → common-echarts-fields/x-axis-label-formatter/x-axis-label-formatter-field.d.ts} +1 -0
- package/dist/components/plugins/common-echarts-fields/x-axis-position/index.d.ts +2 -0
- package/dist/components/plugins/common-echarts-fields/x-axis-position/types.d.ts +1 -0
- package/dist/components/plugins/common-echarts-fields/x-axis-position/x-axis-position-selector.d.ts +11 -0
- package/dist/components/plugins/common-echarts-fields/y-axis-position/index.d.ts +2 -0
- package/dist/components/plugins/common-echarts-fields/y-axis-position/types.d.ts +1 -0
- package/dist/components/plugins/common-echarts-fields/y-axis-position/y-axis-position-selector.d.ts +11 -0
- package/dist/components/plugins/editor-components/color-type/color-type-selector.d.ts +11 -0
- package/dist/components/plugins/editor-components/color-type/index.d.ts +2 -0
- package/dist/components/plugins/editor-components/color-type/type.d.ts +1 -0
- package/dist/components/plugins/editor-components/flex/align-items-selector.d.ts +11 -0
- package/dist/components/plugins/editor-components/flex/index.d.ts +3 -0
- package/dist/components/plugins/editor-components/flex/justify-content-selector.d.ts +11 -0
- package/dist/components/plugins/editor-components/flex/type.d.ts +2 -0
- package/dist/components/plugins/editor-components/horizontal-align-selector.d.ts +11 -0
- package/dist/components/plugins/editor-components/index.d.ts +7 -0
- package/dist/components/plugins/editor-components/vertical-align-selector.d.ts +11 -0
- package/dist/components/plugins/editor-components/viz-config-banner.d.ts +5 -0
- package/dist/components/plugins/plugin-context.d.ts +1 -0
- package/dist/components/plugins/viz-components/bar-3d-chart/translation.d.ts +2 -0
- package/dist/components/plugins/viz-components/boxplot-chart/option/index.d.ts +10 -2
- package/dist/components/plugins/viz-components/boxplot-chart/option/legend.d.ts +3 -1
- package/dist/components/plugins/viz-components/boxplot-chart/option/tooltip/index.d.ts +3 -1
- package/dist/components/plugins/viz-components/boxplot-chart/option/type.d.ts +5 -0
- package/dist/components/plugins/viz-components/boxplot-chart/translation.d.ts +2 -0
- package/dist/components/plugins/viz-components/boxplot-chart/type.d.ts +3 -3
- package/dist/components/plugins/viz-components/button/translation.d.ts +2 -0
- package/dist/components/plugins/viz-components/button/type.d.ts +3 -2
- package/dist/components/plugins/viz-components/calendar-heatmap/option/formatters.d.ts +1 -1
- package/dist/components/plugins/viz-components/calendar-heatmap/translation.d.ts +2 -0
- package/dist/components/plugins/viz-components/cartesian/migrators/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/cartesian/option/series/get-echarts-symbol-size.d.ts +2 -0
- package/dist/components/plugins/viz-components/cartesian/option/series/reference_lines.d.ts +1 -1
- package/dist/components/plugins/viz-components/cartesian/translation.d.ts +2 -0
- package/dist/components/plugins/viz-components/cartesian/type.d.ts +15 -10
- package/dist/components/plugins/viz-components/funnel/translation.d.ts +2 -0
- package/dist/components/plugins/viz-components/funnel/type.d.ts +2 -1
- package/dist/components/plugins/viz-components/heatmap/option/formatters.d.ts +1 -1
- package/dist/components/plugins/viz-components/heatmap/option/x-axis.d.ts +1 -1
- package/dist/components/plugins/viz-components/heatmap/option/y-axis.d.ts +1 -1
- package/dist/components/plugins/viz-components/heatmap/translation.d.ts +2 -0
- package/dist/components/plugins/viz-components/heatmap/type.d.ts +3 -2
- package/dist/components/plugins/viz-components/horizontal-bar-chart/option/series/reference_lines.d.ts +2 -2
- package/dist/components/plugins/viz-components/horizontal-bar-chart/translation.d.ts +2 -0
- package/dist/components/plugins/viz-components/horizontal-bar-chart/type.d.ts +11 -6
- package/dist/components/plugins/viz-components/merico-estimation-chart/option/x-axis.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-estimation-chart/translation.d.ts +2 -0
- package/dist/components/plugins/viz-components/merico-estimation-chart/type.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-heatmap/render/option/formatters.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-heatmap/render/option/x-axis.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-heatmap/render/option/y-axis.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-heatmap/translation.d.ts +2 -0
- package/dist/components/plugins/viz-components/merico-heatmap/type.d.ts +4 -3
- package/dist/components/plugins/viz-components/merico-stats/translation.d.ts +2 -0
- package/dist/components/plugins/viz-components/merico-stats/type.d.ts +3 -3
- package/dist/components/plugins/viz-components/pareto-chart/translation.d.ts +2 -0
- package/dist/components/plugins/viz-components/pareto-chart/type.d.ts +4 -3
- package/dist/components/plugins/viz-components/pie-chart/translation.d.ts +2 -0
- package/dist/components/plugins/viz-components/radar-chart/translation.d.ts +2 -0
- package/dist/components/plugins/viz-components/regression-chart/migrators/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/regression-chart/translation.d.ts +2 -0
- package/dist/components/plugins/viz-components/regression-chart/type.d.ts +1 -1
- package/dist/components/plugins/viz-components/rich-text/translation.d.ts +2 -0
- package/dist/components/plugins/viz-components/scatter-chart/option/get-echarts-symbol-size.d.ts +2 -0
- package/dist/components/plugins/viz-components/scatter-chart/translation.d.ts +2 -0
- package/dist/components/plugins/viz-components/scatter-chart/type.d.ts +5 -4
- package/dist/components/plugins/viz-components/stats/translation.d.ts +2 -0
- package/dist/components/plugins/viz-components/stats/type.d.ts +3 -2
- package/dist/components/plugins/viz-components/sunburst/translation.d.ts +2 -0
- package/dist/components/plugins/viz-components/table/translation.d.ts +2 -0
- package/dist/components/plugins/viz-components/table/type.d.ts +2 -1
- package/dist/components/plugins/viz-components/table/value-type-selector.d.ts +0 -1
- package/dist/components/plugins/viz-components/text/translation.d.ts +2 -0
- package/dist/components/plugins/viz-components/text/type.d.ts +2 -1
- package/dist/components/plugins/viz-components/viz-merico-gqm/translation.d.ts +2 -0
- package/dist/contexts/dates-provider.d.ts +4 -0
- package/dist/contexts/index.d.ts +1 -0
- package/dist/dashboard-editor/model/filters/index.d.ts +6 -0
- package/dist/dashboard.es.js +17085 -15890
- package/dist/dashboard.umd.js +117 -122
- package/dist/i18n/en.d.ts +543 -6
- package/dist/i18n/zh.d.ts +543 -6
- package/dist/model/meta-model/dashboard/content/filter/filter.d.ts +1 -0
- package/dist/model/meta-model/dashboard/content/filter/widgets/select.d.ts +9 -0
- package/dist/model/render-model/dashboard/content/filters/filters.d.ts +6 -0
- package/dist/stats.html +1 -1
- package/dist/types/plugin/index.d.ts +5 -0
- package/package.json +1 -1
- package/dist/components/panel/settings/common/css-types.d.ts +0 -10
- package/dist/components/plugins/viz-components/cartesian/editors/scatter-size-select/dynamic.d.ts +0 -6
- package/dist/components/plugins/viz-components/cartesian/editors/scatter-size-select/get-echarts-symbol-size.d.ts +0 -2
- package/dist/components/plugins/viz-components/cartesian/editors/scatter-size-select/index.d.ts +0 -9
- package/dist/components/plugins/viz-components/cartesian/editors/scatter-size-select/static.d.ts +0 -7
- package/dist/components/plugins/viz-components/cartesian/editors/scatter-size-select/types.d.ts +0 -13
- package/dist/components/plugins/viz-components/cartesian/editors/x-axis/x-axis-label-formatter/function-editor.d.ts +0 -7
- package/dist/components/plugins/viz-components/cartesian/editors/x-axis/x-axis-label-formatter/get-echarts-x-axis-tick-label.d.ts +0 -2
- package/dist/components/plugins/viz-components/cartesian/editors/x-axis/x-axis-label-formatter/types.d.ts +0 -8
- package/dist/components/plugins/viz-components/heatmap/editors/x-axis/x-axis-label-formatter/function-editor.d.ts +0 -7
- package/dist/components/plugins/viz-components/heatmap/editors/x-axis/x-axis-label-formatter/get-echarts-x-axis-tick-label.d.ts +0 -3
- package/dist/components/plugins/viz-components/heatmap/editors/x-axis/x-axis-label-formatter/index.d.ts +0 -8
- package/dist/components/plugins/viz-components/heatmap/editors/x-axis/x-axis-label-formatter/types.d.ts +0 -8
- package/dist/components/plugins/viz-components/merico-heatmap/editors/x-axis/x-axis-label-formatter/function-editor.d.ts +0 -7
- package/dist/components/plugins/viz-components/merico-heatmap/editors/x-axis/x-axis-label-formatter/get-echarts-x-axis-tick-label.d.ts +0 -3
- package/dist/components/plugins/viz-components/merico-heatmap/editors/x-axis/x-axis-label-formatter/index.d.ts +0 -8
- package/dist/components/plugins/viz-components/merico-heatmap/editors/x-axis/x-axis-label-formatter/types.d.ts +0 -8
- package/dist/components/plugins/viz-components/scatter-chart/editors/scatter/scatter-size-select/dynamic-size-function-editor.d.ts +0 -7
- package/dist/components/plugins/viz-components/scatter-chart/editors/scatter/scatter-size-select/dynamic.d.ts +0 -6
- package/dist/components/plugins/viz-components/scatter-chart/editors/scatter/scatter-size-select/get-echarts-symbol-size.d.ts +0 -2
- package/dist/components/plugins/viz-components/scatter-chart/editors/scatter/scatter-size-select/index.d.ts +0 -9
- package/dist/components/plugins/viz-components/scatter-chart/editors/scatter/scatter-size-select/static.d.ts +0 -7
- package/dist/components/plugins/viz-components/scatter-chart/editors/scatter/scatter-size-select/types.d.ts +0 -13
- package/dist/components/plugins/viz-components/scatter-chart/editors/x-axis/x-axis-label-formatter/function-editor.d.ts +0 -7
- package/dist/components/plugins/viz-components/scatter-chart/editors/x-axis/x-axis-label-formatter/get-echarts-x-axis-tick-label.d.ts +0 -2
- package/dist/components/plugins/viz-components/scatter-chart/editors/x-axis/x-axis-label-formatter/index.d.ts +0 -8
- package/dist/components/plugins/viz-components/scatter-chart/editors/x-axis/x-axis-label-formatter/types.d.ts +0 -5
- /package/dist/components/plugins/{controls → editor-components}/color-interpolation-select/index.d.ts +0 -0
- /package/dist/components/plugins/{controls → editor-components}/color-mapping-editor/index.d.ts +0 -0
- /package/dist/components/plugins/{controls → editor-components}/color-mapping-editor/style.d.ts +0 -0
package/dist/i18n/zh.d.ts
CHANGED
|
@@ -14,6 +14,13 @@ export declare const zh: {
|
|
|
14
14
|
label_placeholder: string;
|
|
15
15
|
auto_submit: string;
|
|
16
16
|
order: string;
|
|
17
|
+
custom_default_value: {
|
|
18
|
+
trigger: string;
|
|
19
|
+
title: string;
|
|
20
|
+
tips: string;
|
|
21
|
+
tip_1: string;
|
|
22
|
+
tip_2: string;
|
|
23
|
+
};
|
|
17
24
|
};
|
|
18
25
|
widget: {
|
|
19
26
|
names: {
|
|
@@ -26,8 +33,14 @@ export declare const zh: {
|
|
|
26
33
|
};
|
|
27
34
|
common: {
|
|
28
35
|
use_query_data_as_options: string;
|
|
36
|
+
fetch_options_from_datasource: string;
|
|
29
37
|
or_fetch_options_from_datasource: string;
|
|
30
38
|
selector_option_empty: string;
|
|
39
|
+
see_data_structure: string;
|
|
40
|
+
using_query: string;
|
|
41
|
+
default_selection_count: string;
|
|
42
|
+
min_width: string;
|
|
43
|
+
x_selected: string;
|
|
31
44
|
};
|
|
32
45
|
text_input: {
|
|
33
46
|
default_value: string;
|
|
@@ -36,11 +49,85 @@ export declare const zh: {
|
|
|
36
49
|
select: {
|
|
37
50
|
width: string;
|
|
38
51
|
required: string;
|
|
52
|
+
clearable: string;
|
|
39
53
|
configure_options: string;
|
|
40
54
|
default_selection: string;
|
|
41
55
|
no_default_selection: string;
|
|
42
56
|
select_first_option_by_default: string;
|
|
43
57
|
};
|
|
58
|
+
multi_select: {
|
|
59
|
+
width_description: string;
|
|
60
|
+
};
|
|
61
|
+
tree_select: {
|
|
62
|
+
strictly: string;
|
|
63
|
+
};
|
|
64
|
+
checkbox: {
|
|
65
|
+
description: string;
|
|
66
|
+
default_checked: string;
|
|
67
|
+
};
|
|
68
|
+
date_range: {
|
|
69
|
+
required: string;
|
|
70
|
+
allow_single_date: string;
|
|
71
|
+
display_format: string;
|
|
72
|
+
max_days: string;
|
|
73
|
+
one_day: string;
|
|
74
|
+
x_days: string;
|
|
75
|
+
x_max_days: string;
|
|
76
|
+
default_value: string;
|
|
77
|
+
default_by_shortcut: string;
|
|
78
|
+
defualt_by_shortcut_placeholder: string;
|
|
79
|
+
start_date: string;
|
|
80
|
+
end_date: string;
|
|
81
|
+
shortcut: {
|
|
82
|
+
last: {
|
|
83
|
+
label: string;
|
|
84
|
+
d: string;
|
|
85
|
+
w: string;
|
|
86
|
+
m: string;
|
|
87
|
+
m2: string;
|
|
88
|
+
m3: string;
|
|
89
|
+
y: string;
|
|
90
|
+
full: {
|
|
91
|
+
d: string;
|
|
92
|
+
w: string;
|
|
93
|
+
m: string;
|
|
94
|
+
m2: string;
|
|
95
|
+
m3: string;
|
|
96
|
+
y: string;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
99
|
+
recent: {
|
|
100
|
+
label: string;
|
|
101
|
+
d7: string;
|
|
102
|
+
d30: string;
|
|
103
|
+
d60: string;
|
|
104
|
+
d90: string;
|
|
105
|
+
d180: string;
|
|
106
|
+
d365: string;
|
|
107
|
+
full: {
|
|
108
|
+
d7: string;
|
|
109
|
+
d30: string;
|
|
110
|
+
d60: string;
|
|
111
|
+
d90: string;
|
|
112
|
+
d180: string;
|
|
113
|
+
d365: string;
|
|
114
|
+
};
|
|
115
|
+
};
|
|
116
|
+
this: {
|
|
117
|
+
label: string;
|
|
118
|
+
d: string;
|
|
119
|
+
w: string;
|
|
120
|
+
m: string;
|
|
121
|
+
y: string;
|
|
122
|
+
full: {
|
|
123
|
+
d: string;
|
|
124
|
+
w: string;
|
|
125
|
+
m: string;
|
|
126
|
+
y: string;
|
|
127
|
+
};
|
|
128
|
+
};
|
|
129
|
+
};
|
|
130
|
+
};
|
|
44
131
|
};
|
|
45
132
|
};
|
|
46
133
|
view: {
|
|
@@ -79,6 +166,41 @@ export declare const zh: {
|
|
|
79
166
|
label: string;
|
|
80
167
|
add: string;
|
|
81
168
|
interactions_viewer: string;
|
|
169
|
+
unavailable: string;
|
|
170
|
+
unavailable_reason: string;
|
|
171
|
+
trigger: {
|
|
172
|
+
setup: string;
|
|
173
|
+
label: string;
|
|
174
|
+
payload: string;
|
|
175
|
+
};
|
|
176
|
+
operation: {
|
|
177
|
+
setup: string;
|
|
178
|
+
label: string;
|
|
179
|
+
settings: string;
|
|
180
|
+
variables: string;
|
|
181
|
+
console_log: {
|
|
182
|
+
label: string;
|
|
183
|
+
log_content: string;
|
|
184
|
+
};
|
|
185
|
+
open_link: {
|
|
186
|
+
label: string;
|
|
187
|
+
url: string;
|
|
188
|
+
open_in_new_tab: string;
|
|
189
|
+
};
|
|
190
|
+
open_view: {
|
|
191
|
+
label: string;
|
|
192
|
+
view: string;
|
|
193
|
+
};
|
|
194
|
+
set_filter_values: {
|
|
195
|
+
label: string;
|
|
196
|
+
set_filter: string;
|
|
197
|
+
with: string;
|
|
198
|
+
};
|
|
199
|
+
clear_filter_values: {
|
|
200
|
+
label: string;
|
|
201
|
+
select_filter: string;
|
|
202
|
+
};
|
|
203
|
+
};
|
|
82
204
|
};
|
|
83
205
|
query_variable: {
|
|
84
206
|
label: string;
|
|
@@ -100,6 +222,10 @@ export declare const zh: {
|
|
|
100
222
|
delete: string;
|
|
101
223
|
delete_unused: string;
|
|
102
224
|
manage: string;
|
|
225
|
+
key: string;
|
|
226
|
+
key_occupied: string;
|
|
227
|
+
edit_snippet: string;
|
|
228
|
+
preview_snippet: string;
|
|
103
229
|
usage: {
|
|
104
230
|
label: string;
|
|
105
231
|
};
|
|
@@ -120,6 +246,20 @@ export declare const zh: {
|
|
|
120
246
|
total: string;
|
|
121
247
|
total_rows: string;
|
|
122
248
|
};
|
|
249
|
+
align: {
|
|
250
|
+
horizontal: {
|
|
251
|
+
label: string;
|
|
252
|
+
left: string;
|
|
253
|
+
center: string;
|
|
254
|
+
right: string;
|
|
255
|
+
};
|
|
256
|
+
vertical: {
|
|
257
|
+
label: string;
|
|
258
|
+
left: string;
|
|
259
|
+
center: string;
|
|
260
|
+
right: string;
|
|
261
|
+
};
|
|
262
|
+
};
|
|
123
263
|
id: string;
|
|
124
264
|
name: string;
|
|
125
265
|
key: string;
|
|
@@ -127,8 +267,14 @@ export declare const zh: {
|
|
|
127
267
|
value: string;
|
|
128
268
|
type: string;
|
|
129
269
|
info: string;
|
|
270
|
+
min: string;
|
|
271
|
+
max: string;
|
|
130
272
|
data_field: string;
|
|
273
|
+
name_data_field: string;
|
|
274
|
+
value_data_field: string;
|
|
275
|
+
color_data_field: string;
|
|
131
276
|
enabled: string;
|
|
277
|
+
copied: string;
|
|
132
278
|
action: string;
|
|
133
279
|
actions: {
|
|
134
280
|
open: string;
|
|
@@ -150,6 +296,7 @@ export declare const zh: {
|
|
|
150
296
|
cancel: string;
|
|
151
297
|
confirm: string;
|
|
152
298
|
add_an_option: string;
|
|
299
|
+
edit: string;
|
|
153
300
|
end_editing: string;
|
|
154
301
|
};
|
|
155
302
|
tabs: {
|
|
@@ -189,6 +336,7 @@ export declare const zh: {
|
|
|
189
336
|
delete: string;
|
|
190
337
|
panel_name: string;
|
|
191
338
|
panel_description: string;
|
|
339
|
+
panel_description_click: string;
|
|
192
340
|
show_title: string;
|
|
193
341
|
use_name_as_title: string;
|
|
194
342
|
settings: {
|
|
@@ -214,14 +362,63 @@ export declare const zh: {
|
|
|
214
362
|
fallback_value: string;
|
|
215
363
|
fallback_value_description: string;
|
|
216
364
|
};
|
|
217
|
-
|
|
365
|
+
};
|
|
366
|
+
};
|
|
367
|
+
style: {
|
|
368
|
+
label: string;
|
|
369
|
+
font_size: {
|
|
370
|
+
label: string;
|
|
371
|
+
placeholder: string;
|
|
372
|
+
};
|
|
373
|
+
font_weight: {
|
|
374
|
+
label: string;
|
|
375
|
+
};
|
|
376
|
+
size: {
|
|
377
|
+
xs: string;
|
|
378
|
+
sm: string;
|
|
379
|
+
md: string;
|
|
380
|
+
lg: string;
|
|
381
|
+
xl: string;
|
|
382
|
+
};
|
|
383
|
+
flex: {
|
|
384
|
+
justify_content: {
|
|
385
|
+
label: string;
|
|
386
|
+
left: string;
|
|
387
|
+
center: string;
|
|
388
|
+
right: string;
|
|
389
|
+
space_between: string;
|
|
390
|
+
space_around: string;
|
|
391
|
+
space_evenly: string;
|
|
392
|
+
};
|
|
393
|
+
align_items: {
|
|
218
394
|
label: string;
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
395
|
+
start: string;
|
|
396
|
+
center: string;
|
|
397
|
+
end: string;
|
|
398
|
+
stretch: string;
|
|
399
|
+
};
|
|
400
|
+
};
|
|
401
|
+
color: {
|
|
402
|
+
type: {
|
|
403
|
+
label: string;
|
|
404
|
+
static: string;
|
|
405
|
+
interpolation: string;
|
|
406
|
+
none: string;
|
|
407
|
+
};
|
|
408
|
+
interpolation: {
|
|
409
|
+
setup: string;
|
|
410
|
+
palette: {
|
|
224
411
|
label: string;
|
|
412
|
+
category: {
|
|
413
|
+
sequential: string;
|
|
414
|
+
diverging: string;
|
|
415
|
+
};
|
|
416
|
+
red_green: string;
|
|
417
|
+
yellow_blue: string;
|
|
418
|
+
red: string;
|
|
419
|
+
green: string;
|
|
420
|
+
blue: string;
|
|
421
|
+
orange: string;
|
|
225
422
|
};
|
|
226
423
|
};
|
|
227
424
|
};
|
|
@@ -321,5 +518,345 @@ export declare const zh: {
|
|
|
321
518
|
description: string;
|
|
322
519
|
document: string;
|
|
323
520
|
};
|
|
521
|
+
aggregation: {
|
|
522
|
+
option: {
|
|
523
|
+
none: string;
|
|
524
|
+
sum: string;
|
|
525
|
+
mean: string;
|
|
526
|
+
median: string;
|
|
527
|
+
min: string;
|
|
528
|
+
max: string;
|
|
529
|
+
cov: string;
|
|
530
|
+
std: string;
|
|
531
|
+
quantile: {
|
|
532
|
+
label: string;
|
|
533
|
+
label_with_hint: string;
|
|
534
|
+
};
|
|
535
|
+
custom: {
|
|
536
|
+
label: string;
|
|
537
|
+
label_trigger: string;
|
|
538
|
+
title: string;
|
|
539
|
+
};
|
|
540
|
+
};
|
|
541
|
+
};
|
|
542
|
+
chart: {
|
|
543
|
+
chart_config: string;
|
|
544
|
+
data_field: string;
|
|
545
|
+
groups: {
|
|
546
|
+
merico_suite: string;
|
|
547
|
+
echarts_based_charts: string;
|
|
548
|
+
others: string;
|
|
549
|
+
};
|
|
550
|
+
label: {
|
|
551
|
+
label: string;
|
|
552
|
+
label_full: string;
|
|
553
|
+
label_style: string;
|
|
554
|
+
label_format: string;
|
|
555
|
+
};
|
|
556
|
+
label_position: {
|
|
557
|
+
label: string;
|
|
558
|
+
off: string;
|
|
559
|
+
top: string;
|
|
560
|
+
left: string;
|
|
561
|
+
right: string;
|
|
562
|
+
bottom: string;
|
|
563
|
+
inside: string;
|
|
564
|
+
inside_top: string;
|
|
565
|
+
inside_left: string;
|
|
566
|
+
inside_center: string;
|
|
567
|
+
inside_right: string;
|
|
568
|
+
inside_bottom: string;
|
|
569
|
+
inside_top_left: string;
|
|
570
|
+
inside_top_right: string;
|
|
571
|
+
inside_bottom_left: string;
|
|
572
|
+
inside_bottom_right: string;
|
|
573
|
+
outside: string;
|
|
574
|
+
};
|
|
575
|
+
number_or_dynamic_value: {
|
|
576
|
+
type: {
|
|
577
|
+
static: string;
|
|
578
|
+
dynamic: string;
|
|
579
|
+
};
|
|
580
|
+
dynamic: {
|
|
581
|
+
setup: string;
|
|
582
|
+
setup_title: string;
|
|
583
|
+
guide: string;
|
|
584
|
+
};
|
|
585
|
+
};
|
|
586
|
+
orientation: {
|
|
587
|
+
label: string;
|
|
588
|
+
horizontal: string;
|
|
589
|
+
vertical: string;
|
|
590
|
+
};
|
|
591
|
+
symbol_size: {
|
|
592
|
+
label: string;
|
|
593
|
+
static: string;
|
|
594
|
+
dynamic: string;
|
|
595
|
+
setup: {
|
|
596
|
+
label: string;
|
|
597
|
+
title: string;
|
|
598
|
+
description: string;
|
|
599
|
+
};
|
|
600
|
+
};
|
|
601
|
+
series: {
|
|
602
|
+
label: string;
|
|
603
|
+
name: string;
|
|
604
|
+
y_axis: string;
|
|
605
|
+
data_field: string;
|
|
606
|
+
delete: string;
|
|
607
|
+
line: {
|
|
608
|
+
label: string;
|
|
609
|
+
line_settings: string;
|
|
610
|
+
line_style: string;
|
|
611
|
+
type: {
|
|
612
|
+
label: string;
|
|
613
|
+
solid: string;
|
|
614
|
+
dashed: string;
|
|
615
|
+
dotted: string;
|
|
616
|
+
};
|
|
617
|
+
line_width: string;
|
|
618
|
+
step: {
|
|
619
|
+
label: string;
|
|
620
|
+
off: string;
|
|
621
|
+
start: string;
|
|
622
|
+
middle: string;
|
|
623
|
+
end: string;
|
|
624
|
+
};
|
|
625
|
+
smooth_line: string;
|
|
626
|
+
show_name_on_line: string;
|
|
627
|
+
show_symbol_on_line: string;
|
|
628
|
+
};
|
|
629
|
+
bar: {
|
|
630
|
+
label: string;
|
|
631
|
+
stack: string;
|
|
632
|
+
stack_hint: string;
|
|
633
|
+
bar_gap: {
|
|
634
|
+
label: string;
|
|
635
|
+
no_gap: string;
|
|
636
|
+
overlap: string;
|
|
637
|
+
};
|
|
638
|
+
bar_width: {
|
|
639
|
+
min: string;
|
|
640
|
+
exact: string;
|
|
641
|
+
max: string;
|
|
642
|
+
};
|
|
643
|
+
};
|
|
644
|
+
scatter: {
|
|
645
|
+
label: string;
|
|
646
|
+
};
|
|
647
|
+
group_by: {
|
|
648
|
+
label: string;
|
|
649
|
+
label_line: string;
|
|
650
|
+
};
|
|
651
|
+
};
|
|
652
|
+
axis: {
|
|
653
|
+
tick_label: string;
|
|
654
|
+
customize_label: string;
|
|
655
|
+
overflow: {
|
|
656
|
+
label: string;
|
|
657
|
+
max_width: string;
|
|
658
|
+
truncate: string;
|
|
659
|
+
break_line: string;
|
|
660
|
+
break_word: string;
|
|
661
|
+
ellipsis: string;
|
|
662
|
+
section_title: {
|
|
663
|
+
on_axis: string;
|
|
664
|
+
in_tooltip: string;
|
|
665
|
+
};
|
|
666
|
+
};
|
|
667
|
+
section_title: {
|
|
668
|
+
label_format: string;
|
|
669
|
+
};
|
|
670
|
+
type: {
|
|
671
|
+
value: string;
|
|
672
|
+
category: string;
|
|
673
|
+
time: string;
|
|
674
|
+
log: string;
|
|
675
|
+
click_to_learn_more: string;
|
|
676
|
+
};
|
|
677
|
+
};
|
|
678
|
+
name_text: {
|
|
679
|
+
align: {
|
|
680
|
+
label: string;
|
|
681
|
+
left: string;
|
|
682
|
+
center: string;
|
|
683
|
+
right: string;
|
|
684
|
+
};
|
|
685
|
+
};
|
|
686
|
+
rotate: string;
|
|
687
|
+
degree: string;
|
|
688
|
+
padding: string;
|
|
689
|
+
content_template: {
|
|
690
|
+
label: string;
|
|
691
|
+
hint: string;
|
|
692
|
+
};
|
|
693
|
+
x_axis: {
|
|
694
|
+
label: string;
|
|
695
|
+
labels: string;
|
|
696
|
+
label_format: string;
|
|
697
|
+
delete: string;
|
|
698
|
+
x_axis_name: string;
|
|
699
|
+
x_axis_data_field: string;
|
|
700
|
+
x_axis_type: string;
|
|
701
|
+
layout: string;
|
|
702
|
+
position: {
|
|
703
|
+
label: string;
|
|
704
|
+
top: string;
|
|
705
|
+
bottom: string;
|
|
706
|
+
};
|
|
707
|
+
value_range: string;
|
|
708
|
+
value_min: string;
|
|
709
|
+
value_max: string;
|
|
710
|
+
behavior: string;
|
|
711
|
+
visible: string;
|
|
712
|
+
};
|
|
713
|
+
y_axis: {
|
|
714
|
+
label: string;
|
|
715
|
+
labels: string;
|
|
716
|
+
label_format: string;
|
|
717
|
+
delete: string;
|
|
718
|
+
y_axis_name: string;
|
|
719
|
+
y_axis_name_anchor: string;
|
|
720
|
+
y_axis_data_field: string;
|
|
721
|
+
layout: string;
|
|
722
|
+
position: {
|
|
723
|
+
label: string;
|
|
724
|
+
left: string;
|
|
725
|
+
right: string;
|
|
726
|
+
};
|
|
727
|
+
value_range: string;
|
|
728
|
+
value_min: string;
|
|
729
|
+
value_max: string;
|
|
730
|
+
behavior: string;
|
|
731
|
+
visible: string;
|
|
732
|
+
};
|
|
733
|
+
stats: {
|
|
734
|
+
label: string;
|
|
735
|
+
template: {
|
|
736
|
+
above_chart: string;
|
|
737
|
+
under_chart: string;
|
|
738
|
+
};
|
|
739
|
+
};
|
|
740
|
+
legend: {
|
|
741
|
+
label: string;
|
|
742
|
+
show_legend: string;
|
|
743
|
+
show_in_legend: string;
|
|
744
|
+
hide_in_legend: string;
|
|
745
|
+
orientation: {
|
|
746
|
+
label: string;
|
|
747
|
+
horizontal: string;
|
|
748
|
+
vertical: string;
|
|
749
|
+
};
|
|
750
|
+
};
|
|
751
|
+
tooltip: {
|
|
752
|
+
label: string;
|
|
753
|
+
additional_metrics: {
|
|
754
|
+
description: string;
|
|
755
|
+
delete: string;
|
|
756
|
+
};
|
|
757
|
+
trigger: {
|
|
758
|
+
label: string;
|
|
759
|
+
scatter_point: string;
|
|
760
|
+
x_axis: string;
|
|
761
|
+
};
|
|
762
|
+
};
|
|
763
|
+
style: {
|
|
764
|
+
label: string;
|
|
765
|
+
};
|
|
766
|
+
color: {
|
|
767
|
+
label: string;
|
|
768
|
+
or: string;
|
|
769
|
+
set_any_color: string;
|
|
770
|
+
pick_a_theme_color: string;
|
|
771
|
+
background_color: string;
|
|
772
|
+
text_color: string;
|
|
773
|
+
};
|
|
774
|
+
behavior: {
|
|
775
|
+
label: string;
|
|
776
|
+
invisible: string;
|
|
777
|
+
};
|
|
778
|
+
heatmap: {
|
|
779
|
+
heatblock: {
|
|
780
|
+
label: string;
|
|
781
|
+
min_value: string;
|
|
782
|
+
max_value: string;
|
|
783
|
+
show_label: string;
|
|
784
|
+
};
|
|
785
|
+
};
|
|
786
|
+
reference_line: {
|
|
787
|
+
label: string;
|
|
788
|
+
labels: string;
|
|
789
|
+
add: string;
|
|
790
|
+
name_placeholder: string;
|
|
791
|
+
delete: string;
|
|
792
|
+
orientation: {
|
|
793
|
+
vertical_hint: string;
|
|
794
|
+
};
|
|
795
|
+
};
|
|
796
|
+
regression_line: {
|
|
797
|
+
label: string;
|
|
798
|
+
labels: string;
|
|
799
|
+
add: string;
|
|
800
|
+
delete: string;
|
|
801
|
+
method: {
|
|
802
|
+
label: string;
|
|
803
|
+
linear: string;
|
|
804
|
+
exponential: string;
|
|
805
|
+
logistic: string;
|
|
806
|
+
polynomial: string;
|
|
807
|
+
polynomial_order: string;
|
|
808
|
+
};
|
|
809
|
+
};
|
|
810
|
+
reference_area: {
|
|
811
|
+
label: string;
|
|
812
|
+
labels: string;
|
|
813
|
+
add: string;
|
|
814
|
+
delete: string;
|
|
815
|
+
type: {
|
|
816
|
+
label: string;
|
|
817
|
+
rectangle: string;
|
|
818
|
+
};
|
|
819
|
+
direction: {
|
|
820
|
+
label: string;
|
|
821
|
+
horizontal: string;
|
|
822
|
+
};
|
|
823
|
+
boundary: {
|
|
824
|
+
upper: string;
|
|
825
|
+
lower: string;
|
|
826
|
+
};
|
|
827
|
+
content: {
|
|
828
|
+
label: string;
|
|
829
|
+
content_text: string;
|
|
830
|
+
text_position: string;
|
|
831
|
+
};
|
|
832
|
+
endpoint: {
|
|
833
|
+
labels: string;
|
|
834
|
+
left_bottom_point: string;
|
|
835
|
+
right_top_point: string;
|
|
836
|
+
};
|
|
837
|
+
};
|
|
838
|
+
zooming: {
|
|
839
|
+
label: string;
|
|
840
|
+
scroll: {
|
|
841
|
+
label: string;
|
|
842
|
+
x_axis: string;
|
|
843
|
+
y_axis: string;
|
|
844
|
+
};
|
|
845
|
+
slider: {
|
|
846
|
+
label: string;
|
|
847
|
+
x_axis: string;
|
|
848
|
+
y_axis: string;
|
|
849
|
+
y_axis_disabled: string;
|
|
850
|
+
};
|
|
851
|
+
};
|
|
852
|
+
};
|
|
853
|
+
viz: {
|
|
854
|
+
viz_config_banner: string;
|
|
855
|
+
};
|
|
856
|
+
validation: {
|
|
857
|
+
number: {
|
|
858
|
+
require_a_number: string;
|
|
859
|
+
};
|
|
860
|
+
};
|
|
324
861
|
};
|
|
325
862
|
};
|
|
@@ -61,6 +61,7 @@ export declare const FilterMeta: import("mobx-state-tree").IModelType<{
|
|
|
61
61
|
_name: import("mobx-state-tree").ISimpleType<"select">;
|
|
62
62
|
default_value: import("mobx-state-tree").ISimpleType<string>;
|
|
63
63
|
width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
64
|
+
clearable: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
64
65
|
} & {
|
|
65
66
|
static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
66
67
|
label: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -3,6 +3,7 @@ export declare const FilterSelectConfigMeta: import("mobx-state-tree").IModelTyp
|
|
|
3
3
|
_name: import("mobx-state-tree").ISimpleType<"select">;
|
|
4
4
|
default_value: import("mobx-state-tree").ISimpleType<string>;
|
|
5
5
|
width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
6
|
+
clearable: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
6
7
|
} & {
|
|
7
8
|
static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
8
9
|
label: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -34,6 +35,7 @@ export declare const FilterSelectConfigMeta: import("mobx-state-tree").IModelTyp
|
|
|
34
35
|
_name: "select";
|
|
35
36
|
width: string;
|
|
36
37
|
required: boolean;
|
|
38
|
+
clearable: boolean;
|
|
37
39
|
default_value: string;
|
|
38
40
|
static_options: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").IModelType<{
|
|
39
41
|
label: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -57,6 +59,7 @@ export declare const FilterSelectConfigMeta: import("mobx-state-tree").IModelTyp
|
|
|
57
59
|
} & {
|
|
58
60
|
setDefaultValue(default_value: string): void;
|
|
59
61
|
setWidth(v: string): void;
|
|
62
|
+
setClearable(v: boolean): void;
|
|
60
63
|
setDefaultSelection(): void;
|
|
61
64
|
} & {
|
|
62
65
|
afterCreate(): void;
|
|
@@ -66,6 +69,7 @@ export declare const createFilterSelectConfig: () => {
|
|
|
66
69
|
_name: "select";
|
|
67
70
|
default_value: string;
|
|
68
71
|
width: string;
|
|
72
|
+
clearable: boolean;
|
|
69
73
|
static_options: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").IModelType<{
|
|
70
74
|
label: import("mobx-state-tree").ISimpleType<string>;
|
|
71
75
|
value: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -102,6 +106,7 @@ export declare const createFilterSelectConfig: () => {
|
|
|
102
106
|
_name: "select";
|
|
103
107
|
width: string;
|
|
104
108
|
required: boolean;
|
|
109
|
+
clearable: boolean;
|
|
105
110
|
default_value: string;
|
|
106
111
|
static_options: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").IModelType<{
|
|
107
112
|
label: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -125,6 +130,7 @@ export declare const createFilterSelectConfig: () => {
|
|
|
125
130
|
} & {
|
|
126
131
|
setDefaultValue(default_value: string): void;
|
|
127
132
|
setWidth(v: string): void;
|
|
133
|
+
setClearable(v: boolean): void;
|
|
128
134
|
setDefaultSelection(): void;
|
|
129
135
|
} & {
|
|
130
136
|
afterCreate(): void;
|
|
@@ -132,6 +138,7 @@ export declare const createFilterSelectConfig: () => {
|
|
|
132
138
|
_name: import("mobx-state-tree").ISimpleType<"select">;
|
|
133
139
|
default_value: import("mobx-state-tree").ISimpleType<string>;
|
|
134
140
|
width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
141
|
+
clearable: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
135
142
|
} & {
|
|
136
143
|
static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
137
144
|
label: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -163,6 +170,7 @@ export declare const createFilterSelectConfig: () => {
|
|
|
163
170
|
_name: "select";
|
|
164
171
|
width: string;
|
|
165
172
|
required: boolean;
|
|
173
|
+
clearable: boolean;
|
|
166
174
|
default_value: string;
|
|
167
175
|
static_options: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").IModelType<{
|
|
168
176
|
label: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -186,6 +194,7 @@ export declare const createFilterSelectConfig: () => {
|
|
|
186
194
|
} & {
|
|
187
195
|
setDefaultValue(default_value: string): void;
|
|
188
196
|
setWidth(v: string): void;
|
|
197
|
+
setClearable(v: boolean): void;
|
|
189
198
|
setDefaultSelection(): void;
|
|
190
199
|
} & {
|
|
191
200
|
afterCreate(): void;
|