@devtable/dashboard 12.3.0 → 12.4.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/dashboard-editor/dashboard-editor.d.ts +1 -0
- package/dist/dashboard-editor/ui/settings/content/edit-view/edit-view-form/index.d.ts +0 -5
- package/dist/dashboard-render/dashboard-render.d.ts +2 -1
- package/dist/dashboard.es.js +7341 -6472
- package/dist/dashboard.umd.js +85 -85
- package/dist/i18n/en.d.ts +324 -0
- package/dist/i18n/i18n.d.ts +2 -0
- package/dist/i18n/index.d.ts +1 -0
- package/dist/i18n/zh.d.ts +324 -0
- package/dist/stats.html +1 -1
- package/dist/utils/function-utils.d.ts +1 -1
- package/dist/utils/usage.d.ts +1 -1
- package/package.json +5 -1
|
@@ -0,0 +1,324 @@
|
|
|
1
|
+
export declare const en: {
|
|
2
|
+
translation: {
|
|
3
|
+
filter: {
|
|
4
|
+
label: string;
|
|
5
|
+
labels: string;
|
|
6
|
+
add: string;
|
|
7
|
+
manage: string;
|
|
8
|
+
show_filters: string;
|
|
9
|
+
hide_filters: string;
|
|
10
|
+
field: {
|
|
11
|
+
widget: string;
|
|
12
|
+
visible_in: string;
|
|
13
|
+
key_placeholder: string;
|
|
14
|
+
label_placeholder: string;
|
|
15
|
+
auto_submit: string;
|
|
16
|
+
order: string;
|
|
17
|
+
};
|
|
18
|
+
widget: {
|
|
19
|
+
names: {
|
|
20
|
+
select: string;
|
|
21
|
+
multi_select: string;
|
|
22
|
+
tree_select: string;
|
|
23
|
+
text_input: string;
|
|
24
|
+
checkbox: string;
|
|
25
|
+
date_range: string;
|
|
26
|
+
};
|
|
27
|
+
common: {
|
|
28
|
+
use_query_data_as_options: string;
|
|
29
|
+
or_fetch_options_from_datasource: string;
|
|
30
|
+
};
|
|
31
|
+
text_input: {
|
|
32
|
+
default_value: string;
|
|
33
|
+
required: string;
|
|
34
|
+
};
|
|
35
|
+
select: {
|
|
36
|
+
width: string;
|
|
37
|
+
required: string;
|
|
38
|
+
configure_options: string;
|
|
39
|
+
default_selection: string;
|
|
40
|
+
no_default_selection: string;
|
|
41
|
+
select_first_option_by_default: string;
|
|
42
|
+
};
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
view: {
|
|
46
|
+
label: string;
|
|
47
|
+
labels: string;
|
|
48
|
+
add: string;
|
|
49
|
+
delete: string;
|
|
50
|
+
download_schema: string;
|
|
51
|
+
component: {
|
|
52
|
+
div: {
|
|
53
|
+
label: string;
|
|
54
|
+
};
|
|
55
|
+
tabs: {
|
|
56
|
+
label: string;
|
|
57
|
+
tabs_settings: string;
|
|
58
|
+
tab: {
|
|
59
|
+
name: string;
|
|
60
|
+
view: string;
|
|
61
|
+
order: string;
|
|
62
|
+
color: string;
|
|
63
|
+
delete: string;
|
|
64
|
+
switch_to_view: string;
|
|
65
|
+
};
|
|
66
|
+
};
|
|
67
|
+
modal: {
|
|
68
|
+
label: string;
|
|
69
|
+
modal_settings: string;
|
|
70
|
+
title: string;
|
|
71
|
+
custom_title: string;
|
|
72
|
+
width: string;
|
|
73
|
+
height: string;
|
|
74
|
+
};
|
|
75
|
+
};
|
|
76
|
+
};
|
|
77
|
+
interactions: {
|
|
78
|
+
label: string;
|
|
79
|
+
add: string;
|
|
80
|
+
interactions_viewer: string;
|
|
81
|
+
};
|
|
82
|
+
query_variable: {
|
|
83
|
+
label: string;
|
|
84
|
+
labels: string;
|
|
85
|
+
add: string;
|
|
86
|
+
guide: {
|
|
87
|
+
tabs: {
|
|
88
|
+
guide: string;
|
|
89
|
+
variables_in_this_dashboard: string;
|
|
90
|
+
global_sql_snippets: string;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
93
|
+
open: string;
|
|
94
|
+
};
|
|
95
|
+
sql_snippet: {
|
|
96
|
+
label: string;
|
|
97
|
+
labels: string;
|
|
98
|
+
add: string;
|
|
99
|
+
delete: string;
|
|
100
|
+
delete_unused: string;
|
|
101
|
+
manage: string;
|
|
102
|
+
usage: {
|
|
103
|
+
label: string;
|
|
104
|
+
};
|
|
105
|
+
};
|
|
106
|
+
global_sql_snippet: {
|
|
107
|
+
label: string;
|
|
108
|
+
labels: string;
|
|
109
|
+
description: string;
|
|
110
|
+
};
|
|
111
|
+
common: {
|
|
112
|
+
titles: {
|
|
113
|
+
settings: string;
|
|
114
|
+
edit: string;
|
|
115
|
+
config: string;
|
|
116
|
+
};
|
|
117
|
+
pagination: {
|
|
118
|
+
page_size: string;
|
|
119
|
+
total: string;
|
|
120
|
+
total_rows: string;
|
|
121
|
+
};
|
|
122
|
+
id: string;
|
|
123
|
+
name: string;
|
|
124
|
+
key: string;
|
|
125
|
+
label: string;
|
|
126
|
+
value: string;
|
|
127
|
+
type: string;
|
|
128
|
+
info: string;
|
|
129
|
+
data_field: string;
|
|
130
|
+
enabled: string;
|
|
131
|
+
action: string;
|
|
132
|
+
actions: {
|
|
133
|
+
open: string;
|
|
134
|
+
close: string;
|
|
135
|
+
save: string;
|
|
136
|
+
save_changes: string;
|
|
137
|
+
revert: string;
|
|
138
|
+
revert_changes: string;
|
|
139
|
+
reset_to_default: string;
|
|
140
|
+
select_all: string;
|
|
141
|
+
clear_selection: string;
|
|
142
|
+
refresh: string;
|
|
143
|
+
download_data: string;
|
|
144
|
+
download_schema: string;
|
|
145
|
+
download_screenshot: string;
|
|
146
|
+
enter_fullscreen: string;
|
|
147
|
+
duplicate: string;
|
|
148
|
+
delete: string;
|
|
149
|
+
cancel: string;
|
|
150
|
+
confirm: string;
|
|
151
|
+
add_an_option: string;
|
|
152
|
+
end_editing: string;
|
|
153
|
+
};
|
|
154
|
+
tabs: {
|
|
155
|
+
variant: {
|
|
156
|
+
label: string;
|
|
157
|
+
default: string;
|
|
158
|
+
outline: string;
|
|
159
|
+
pills: string;
|
|
160
|
+
};
|
|
161
|
+
orientation: {
|
|
162
|
+
label: string;
|
|
163
|
+
horizontal: string;
|
|
164
|
+
vertical: string;
|
|
165
|
+
};
|
|
166
|
+
grow_tabs: string;
|
|
167
|
+
};
|
|
168
|
+
choose_a_tab_first: string;
|
|
169
|
+
};
|
|
170
|
+
breakpoint: {
|
|
171
|
+
label_one: string;
|
|
172
|
+
label_other: string;
|
|
173
|
+
add: string;
|
|
174
|
+
manage: string;
|
|
175
|
+
breakpoint: string;
|
|
176
|
+
};
|
|
177
|
+
context: {
|
|
178
|
+
label: string;
|
|
179
|
+
};
|
|
180
|
+
mock_context: {
|
|
181
|
+
label: string;
|
|
182
|
+
hint: string;
|
|
183
|
+
};
|
|
184
|
+
panel: {
|
|
185
|
+
label: string;
|
|
186
|
+
labels: string;
|
|
187
|
+
add: string;
|
|
188
|
+
delete: string;
|
|
189
|
+
panel_name: string;
|
|
190
|
+
panel_description: string;
|
|
191
|
+
show_title: string;
|
|
192
|
+
use_name_as_title: string;
|
|
193
|
+
settings: {
|
|
194
|
+
change_view: string;
|
|
195
|
+
change_view_title: string;
|
|
196
|
+
choose_queries: string;
|
|
197
|
+
};
|
|
198
|
+
style: {
|
|
199
|
+
label: string;
|
|
200
|
+
width: string;
|
|
201
|
+
width_postfix: string;
|
|
202
|
+
height: string;
|
|
203
|
+
height_postfix: string;
|
|
204
|
+
border: string;
|
|
205
|
+
};
|
|
206
|
+
variable: {
|
|
207
|
+
label: string;
|
|
208
|
+
labels: string;
|
|
209
|
+
add: string;
|
|
210
|
+
delete: string;
|
|
211
|
+
aggregation: {
|
|
212
|
+
label: string;
|
|
213
|
+
fallback_value: string;
|
|
214
|
+
fallback_value_description: string;
|
|
215
|
+
};
|
|
216
|
+
styles: {
|
|
217
|
+
label: string;
|
|
218
|
+
font_size: {
|
|
219
|
+
label: string;
|
|
220
|
+
placeholder: string;
|
|
221
|
+
};
|
|
222
|
+
font_weight: {
|
|
223
|
+
label: string;
|
|
224
|
+
};
|
|
225
|
+
};
|
|
226
|
+
};
|
|
227
|
+
};
|
|
228
|
+
query: {
|
|
229
|
+
label: string;
|
|
230
|
+
labels: string;
|
|
231
|
+
add: string;
|
|
232
|
+
delete: string;
|
|
233
|
+
cant_delete: string;
|
|
234
|
+
delete_unused: string;
|
|
235
|
+
name: string;
|
|
236
|
+
name_description: string;
|
|
237
|
+
manage: string;
|
|
238
|
+
open: string;
|
|
239
|
+
configurations: string;
|
|
240
|
+
basics: string;
|
|
241
|
+
conditions: string;
|
|
242
|
+
run_by_condition: {
|
|
243
|
+
label: string;
|
|
244
|
+
unset: string;
|
|
245
|
+
};
|
|
246
|
+
re_run_condition: {
|
|
247
|
+
label: string;
|
|
248
|
+
unset: string;
|
|
249
|
+
};
|
|
250
|
+
dependency: {
|
|
251
|
+
label: string;
|
|
252
|
+
has_none: string;
|
|
253
|
+
};
|
|
254
|
+
edit_sql: string;
|
|
255
|
+
preview_sql: string;
|
|
256
|
+
request: string;
|
|
257
|
+
build_request: string;
|
|
258
|
+
process_request: string;
|
|
259
|
+
process_result: string;
|
|
260
|
+
usage: {
|
|
261
|
+
label: string;
|
|
262
|
+
in_views: string;
|
|
263
|
+
unused_description: string;
|
|
264
|
+
};
|
|
265
|
+
transform: {
|
|
266
|
+
label: string;
|
|
267
|
+
data_source: string;
|
|
268
|
+
guide: {
|
|
269
|
+
pick_queries: string;
|
|
270
|
+
write_function: string;
|
|
271
|
+
};
|
|
272
|
+
};
|
|
273
|
+
};
|
|
274
|
+
data: {
|
|
275
|
+
label: string;
|
|
276
|
+
preview_data: string;
|
|
277
|
+
empty_data: string;
|
|
278
|
+
};
|
|
279
|
+
data_source: {
|
|
280
|
+
label: string;
|
|
281
|
+
explore: string;
|
|
282
|
+
explorer: string;
|
|
283
|
+
table_structure: string;
|
|
284
|
+
table_structure_short: string;
|
|
285
|
+
see_table_structure: string;
|
|
286
|
+
};
|
|
287
|
+
visualization: {
|
|
288
|
+
label: string;
|
|
289
|
+
component: string;
|
|
290
|
+
label_short: string;
|
|
291
|
+
};
|
|
292
|
+
numbro: {
|
|
293
|
+
format: {
|
|
294
|
+
label: string;
|
|
295
|
+
absolute: string;
|
|
296
|
+
absolute_description: string;
|
|
297
|
+
abbreviation: string;
|
|
298
|
+
abbreviation_description: string;
|
|
299
|
+
mantissa: string;
|
|
300
|
+
trim_mantissa: string;
|
|
301
|
+
trim_mantissa_description: string;
|
|
302
|
+
preview: {
|
|
303
|
+
open: string;
|
|
304
|
+
close: string;
|
|
305
|
+
input: string;
|
|
306
|
+
output: string;
|
|
307
|
+
};
|
|
308
|
+
};
|
|
309
|
+
};
|
|
310
|
+
import: {
|
|
311
|
+
label: string;
|
|
312
|
+
title: string;
|
|
313
|
+
json_file: string;
|
|
314
|
+
this_dashboard: string;
|
|
315
|
+
this_file: string;
|
|
316
|
+
};
|
|
317
|
+
function_utils: {
|
|
318
|
+
trigger_text: string;
|
|
319
|
+
modal_title: string;
|
|
320
|
+
description: string;
|
|
321
|
+
document: string;
|
|
322
|
+
};
|
|
323
|
+
};
|
|
324
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './i18n';
|
|
@@ -0,0 +1,324 @@
|
|
|
1
|
+
export declare const zh: {
|
|
2
|
+
translation: {
|
|
3
|
+
filter: {
|
|
4
|
+
label: string;
|
|
5
|
+
labels: string;
|
|
6
|
+
add: string;
|
|
7
|
+
manage: string;
|
|
8
|
+
show_filters: string;
|
|
9
|
+
hide_filters: string;
|
|
10
|
+
field: {
|
|
11
|
+
widget: string;
|
|
12
|
+
visible_in: string;
|
|
13
|
+
key_placeholder: string;
|
|
14
|
+
label_placeholder: string;
|
|
15
|
+
auto_submit: string;
|
|
16
|
+
order: string;
|
|
17
|
+
};
|
|
18
|
+
widget: {
|
|
19
|
+
names: {
|
|
20
|
+
select: string;
|
|
21
|
+
multi_select: string;
|
|
22
|
+
tree_select: string;
|
|
23
|
+
text_input: string;
|
|
24
|
+
checkbox: string;
|
|
25
|
+
date_range: string;
|
|
26
|
+
};
|
|
27
|
+
common: {
|
|
28
|
+
use_query_data_as_options: string;
|
|
29
|
+
or_fetch_options_from_datasource: string;
|
|
30
|
+
};
|
|
31
|
+
text_input: {
|
|
32
|
+
default_value: string;
|
|
33
|
+
required: string;
|
|
34
|
+
};
|
|
35
|
+
select: {
|
|
36
|
+
width: string;
|
|
37
|
+
required: string;
|
|
38
|
+
configure_options: string;
|
|
39
|
+
default_selection: string;
|
|
40
|
+
no_default_selection: string;
|
|
41
|
+
select_first_option_by_default: string;
|
|
42
|
+
};
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
view: {
|
|
46
|
+
label: string;
|
|
47
|
+
labels: string;
|
|
48
|
+
add: string;
|
|
49
|
+
delete: string;
|
|
50
|
+
download_schema: string;
|
|
51
|
+
component: {
|
|
52
|
+
div: {
|
|
53
|
+
label: string;
|
|
54
|
+
};
|
|
55
|
+
tabs: {
|
|
56
|
+
label: string;
|
|
57
|
+
tabs_settings: string;
|
|
58
|
+
tab: {
|
|
59
|
+
name: string;
|
|
60
|
+
view: string;
|
|
61
|
+
order: string;
|
|
62
|
+
color: string;
|
|
63
|
+
delete: string;
|
|
64
|
+
switch_to_view: string;
|
|
65
|
+
};
|
|
66
|
+
};
|
|
67
|
+
modal: {
|
|
68
|
+
label: string;
|
|
69
|
+
modal_settings: string;
|
|
70
|
+
title: string;
|
|
71
|
+
custom_title: string;
|
|
72
|
+
width: string;
|
|
73
|
+
height: string;
|
|
74
|
+
};
|
|
75
|
+
};
|
|
76
|
+
};
|
|
77
|
+
interactions: {
|
|
78
|
+
label: string;
|
|
79
|
+
add: string;
|
|
80
|
+
interactions_viewer: string;
|
|
81
|
+
};
|
|
82
|
+
query_variable: {
|
|
83
|
+
label: string;
|
|
84
|
+
labels: string;
|
|
85
|
+
add: string;
|
|
86
|
+
guide: {
|
|
87
|
+
tabs: {
|
|
88
|
+
guide: string;
|
|
89
|
+
variables_in_this_dashboard: string;
|
|
90
|
+
global_sql_snippets: string;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
93
|
+
open: string;
|
|
94
|
+
};
|
|
95
|
+
sql_snippet: {
|
|
96
|
+
label: string;
|
|
97
|
+
labels: string;
|
|
98
|
+
add: string;
|
|
99
|
+
delete: string;
|
|
100
|
+
delete_unused: string;
|
|
101
|
+
manage: string;
|
|
102
|
+
usage: {
|
|
103
|
+
label: string;
|
|
104
|
+
};
|
|
105
|
+
};
|
|
106
|
+
global_sql_snippet: {
|
|
107
|
+
label: string;
|
|
108
|
+
labels: string;
|
|
109
|
+
description: string;
|
|
110
|
+
};
|
|
111
|
+
common: {
|
|
112
|
+
titles: {
|
|
113
|
+
settings: string;
|
|
114
|
+
edit: string;
|
|
115
|
+
config: string;
|
|
116
|
+
};
|
|
117
|
+
pagination: {
|
|
118
|
+
page_size: string;
|
|
119
|
+
total: string;
|
|
120
|
+
total_rows: string;
|
|
121
|
+
};
|
|
122
|
+
id: string;
|
|
123
|
+
name: string;
|
|
124
|
+
key: string;
|
|
125
|
+
label: string;
|
|
126
|
+
value: string;
|
|
127
|
+
type: string;
|
|
128
|
+
info: string;
|
|
129
|
+
data_field: string;
|
|
130
|
+
enabled: string;
|
|
131
|
+
action: string;
|
|
132
|
+
actions: {
|
|
133
|
+
open: string;
|
|
134
|
+
close: string;
|
|
135
|
+
save: string;
|
|
136
|
+
save_changes: string;
|
|
137
|
+
revert: string;
|
|
138
|
+
revert_changes: string;
|
|
139
|
+
reset_to_default: string;
|
|
140
|
+
select_all: string;
|
|
141
|
+
clear_selection: string;
|
|
142
|
+
refresh: string;
|
|
143
|
+
download_data: string;
|
|
144
|
+
download_schema: string;
|
|
145
|
+
download_screenshot: string;
|
|
146
|
+
enter_fullscreen: string;
|
|
147
|
+
duplicate: string;
|
|
148
|
+
delete: string;
|
|
149
|
+
cancel: string;
|
|
150
|
+
confirm: string;
|
|
151
|
+
add_an_option: string;
|
|
152
|
+
end_editing: string;
|
|
153
|
+
};
|
|
154
|
+
tabs: {
|
|
155
|
+
variant: {
|
|
156
|
+
label: string;
|
|
157
|
+
default: string;
|
|
158
|
+
outline: string;
|
|
159
|
+
pills: string;
|
|
160
|
+
};
|
|
161
|
+
orientation: {
|
|
162
|
+
label: string;
|
|
163
|
+
horizontal: string;
|
|
164
|
+
vertical: string;
|
|
165
|
+
};
|
|
166
|
+
grow_tabs: string;
|
|
167
|
+
};
|
|
168
|
+
choose_a_tab_first: string;
|
|
169
|
+
};
|
|
170
|
+
breakpoint: {
|
|
171
|
+
label_one: string;
|
|
172
|
+
label_other: string;
|
|
173
|
+
add: string;
|
|
174
|
+
manage: string;
|
|
175
|
+
breakpoint: string;
|
|
176
|
+
};
|
|
177
|
+
context: {
|
|
178
|
+
label: string;
|
|
179
|
+
};
|
|
180
|
+
mock_context: {
|
|
181
|
+
label: string;
|
|
182
|
+
hint: string;
|
|
183
|
+
};
|
|
184
|
+
panel: {
|
|
185
|
+
label: string;
|
|
186
|
+
labels: string;
|
|
187
|
+
add: string;
|
|
188
|
+
delete: string;
|
|
189
|
+
panel_name: string;
|
|
190
|
+
panel_description: string;
|
|
191
|
+
show_title: string;
|
|
192
|
+
use_name_as_title: string;
|
|
193
|
+
settings: {
|
|
194
|
+
change_view: string;
|
|
195
|
+
change_view_title: string;
|
|
196
|
+
choose_queries: string;
|
|
197
|
+
};
|
|
198
|
+
style: {
|
|
199
|
+
label: string;
|
|
200
|
+
width: string;
|
|
201
|
+
width_postfix: string;
|
|
202
|
+
height: string;
|
|
203
|
+
height_postfix: string;
|
|
204
|
+
border: string;
|
|
205
|
+
};
|
|
206
|
+
variable: {
|
|
207
|
+
label: string;
|
|
208
|
+
labels: string;
|
|
209
|
+
add: string;
|
|
210
|
+
delete: string;
|
|
211
|
+
aggregation: {
|
|
212
|
+
label: string;
|
|
213
|
+
fallback_value: string;
|
|
214
|
+
fallback_value_description: string;
|
|
215
|
+
};
|
|
216
|
+
styles: {
|
|
217
|
+
label: string;
|
|
218
|
+
font_size: {
|
|
219
|
+
label: string;
|
|
220
|
+
placeholder: string;
|
|
221
|
+
};
|
|
222
|
+
font_weight: {
|
|
223
|
+
label: string;
|
|
224
|
+
};
|
|
225
|
+
};
|
|
226
|
+
};
|
|
227
|
+
};
|
|
228
|
+
query: {
|
|
229
|
+
label: string;
|
|
230
|
+
labels: string;
|
|
231
|
+
add: string;
|
|
232
|
+
delete: string;
|
|
233
|
+
cant_delete: string;
|
|
234
|
+
delete_unused: string;
|
|
235
|
+
name: string;
|
|
236
|
+
name_description: string;
|
|
237
|
+
manage: string;
|
|
238
|
+
open: string;
|
|
239
|
+
configurations: string;
|
|
240
|
+
basics: string;
|
|
241
|
+
conditions: string;
|
|
242
|
+
run_by_condition: {
|
|
243
|
+
label: string;
|
|
244
|
+
unset: string;
|
|
245
|
+
};
|
|
246
|
+
re_run_condition: {
|
|
247
|
+
label: string;
|
|
248
|
+
unset: string;
|
|
249
|
+
};
|
|
250
|
+
dependency: {
|
|
251
|
+
label: string;
|
|
252
|
+
has_none: string;
|
|
253
|
+
};
|
|
254
|
+
edit_sql: string;
|
|
255
|
+
preview_sql: string;
|
|
256
|
+
request: string;
|
|
257
|
+
build_request: string;
|
|
258
|
+
process_request: string;
|
|
259
|
+
process_result: string;
|
|
260
|
+
usage: {
|
|
261
|
+
label: string;
|
|
262
|
+
in_views: string;
|
|
263
|
+
unused_description: string;
|
|
264
|
+
};
|
|
265
|
+
transform: {
|
|
266
|
+
label: string;
|
|
267
|
+
data_source: string;
|
|
268
|
+
guide: {
|
|
269
|
+
pick_queries: string;
|
|
270
|
+
write_function: string;
|
|
271
|
+
};
|
|
272
|
+
};
|
|
273
|
+
};
|
|
274
|
+
data: {
|
|
275
|
+
label: string;
|
|
276
|
+
preview_data: string;
|
|
277
|
+
empty_data: string;
|
|
278
|
+
};
|
|
279
|
+
data_source: {
|
|
280
|
+
label: string;
|
|
281
|
+
explore: string;
|
|
282
|
+
explorer: string;
|
|
283
|
+
table_structure: string;
|
|
284
|
+
table_structure_short: string;
|
|
285
|
+
see_table_structure: string;
|
|
286
|
+
};
|
|
287
|
+
visualization: {
|
|
288
|
+
label: string;
|
|
289
|
+
component: string;
|
|
290
|
+
label_short: string;
|
|
291
|
+
};
|
|
292
|
+
numbro: {
|
|
293
|
+
format: {
|
|
294
|
+
label: string;
|
|
295
|
+
absolute: string;
|
|
296
|
+
absolute_description: string;
|
|
297
|
+
abbreviation: string;
|
|
298
|
+
abbreviation_description: string;
|
|
299
|
+
mantissa: string;
|
|
300
|
+
trim_mantissa: string;
|
|
301
|
+
trim_mantissa_description: string;
|
|
302
|
+
preview: {
|
|
303
|
+
open: string;
|
|
304
|
+
close: string;
|
|
305
|
+
input: string;
|
|
306
|
+
output: string;
|
|
307
|
+
};
|
|
308
|
+
};
|
|
309
|
+
};
|
|
310
|
+
import: {
|
|
311
|
+
label: string;
|
|
312
|
+
title: string;
|
|
313
|
+
json_file: string;
|
|
314
|
+
this_dashboard: string;
|
|
315
|
+
this_file: string;
|
|
316
|
+
};
|
|
317
|
+
function_utils: {
|
|
318
|
+
trigger_text: string;
|
|
319
|
+
modal_title: string;
|
|
320
|
+
description: string;
|
|
321
|
+
document: string;
|
|
322
|
+
};
|
|
323
|
+
};
|
|
324
|
+
};
|