@devtable/dashboard 13.2.1 → 13.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/components/plugins/common-echarts-fields/visual-map/index.d.ts +3 -0
- package/dist/components/plugins/common-echarts-fields/visual-map/types.d.ts +82 -0
- package/dist/components/plugins/common-echarts-fields/visual-map/utils.d.ts +48 -0
- package/dist/components/plugins/common-echarts-fields/visual-map/visual-map-editor/gradient-editor.d.ts +6 -0
- package/dist/components/plugins/common-echarts-fields/visual-map/visual-map-editor/index.d.ts +7 -0
- package/dist/components/plugins/common-echarts-fields/visual-map/visual-map-editor/preview-gradient-and-apply-palette.d.ts +6 -0
- package/dist/components/plugins/common-echarts-fields/visual-map/visual-map-editor/preview-visual-map.d.ts +5 -0
- package/dist/components/plugins/common-echarts-fields/visual-map/visual-map-editor/skip-range-editor.d.ts +7 -0
- package/dist/components/plugins/common-echarts-fields/visual-map/visual-map-editor/types.d.ts +4 -0
- package/dist/components/plugins/viz-components/heatmap/migrators/index.d.ts +6 -0
- package/dist/components/plugins/viz-components/heatmap/type.d.ts +2 -3
- package/dist/components/plugins/viz-manager/components.d.ts +2 -2
- package/dist/dashboard.es.js +5606 -5277
- package/dist/dashboard.umd.js +87 -87
- package/dist/i18n/en.d.ts +21 -2
- package/dist/i18n/zh.d.ts +21 -2
- package/dist/stats.html +1 -1
- package/package.json +1 -1
- package/dist/components/plugins/viz-components/heatmap/option/visual-map.d.ts +0 -10
package/dist/i18n/en.d.ts
CHANGED
|
@@ -589,6 +589,25 @@ export declare const en: {
|
|
|
589
589
|
inside_bottom_right: string;
|
|
590
590
|
outside: string;
|
|
591
591
|
};
|
|
592
|
+
visual_map: {
|
|
593
|
+
label: string;
|
|
594
|
+
item_width: string;
|
|
595
|
+
item_height: string;
|
|
596
|
+
calculable: string;
|
|
597
|
+
min_value: string;
|
|
598
|
+
max_value: string;
|
|
599
|
+
min_text: string;
|
|
600
|
+
max_text: string;
|
|
601
|
+
use_palette_x: string;
|
|
602
|
+
built_in_palettes: string;
|
|
603
|
+
skip_range: {
|
|
604
|
+
lt_min: string;
|
|
605
|
+
min: string;
|
|
606
|
+
max: string;
|
|
607
|
+
gt_max: string;
|
|
608
|
+
follow_visual_map: string;
|
|
609
|
+
};
|
|
610
|
+
};
|
|
592
611
|
number_or_dynamic_value: {
|
|
593
612
|
type: {
|
|
594
613
|
static: string;
|
|
@@ -791,6 +810,8 @@ export declare const en: {
|
|
|
791
810
|
pick_a_theme_color: string;
|
|
792
811
|
background_color: string;
|
|
793
812
|
text_color: string;
|
|
813
|
+
click_to_add_a_color: string;
|
|
814
|
+
color_gradient: string;
|
|
794
815
|
};
|
|
795
816
|
behavior: {
|
|
796
817
|
label: string;
|
|
@@ -799,8 +820,6 @@ export declare const en: {
|
|
|
799
820
|
heatmap: {
|
|
800
821
|
heatblock: {
|
|
801
822
|
label: string;
|
|
802
|
-
min_value: string;
|
|
803
|
-
max_value: string;
|
|
804
823
|
show_label: string;
|
|
805
824
|
};
|
|
806
825
|
};
|
package/dist/i18n/zh.d.ts
CHANGED
|
@@ -589,6 +589,25 @@ export declare const zh: {
|
|
|
589
589
|
inside_bottom_right: string;
|
|
590
590
|
outside: string;
|
|
591
591
|
};
|
|
592
|
+
visual_map: {
|
|
593
|
+
label: string;
|
|
594
|
+
item_width: string;
|
|
595
|
+
item_height: string;
|
|
596
|
+
calculable: string;
|
|
597
|
+
min_value: string;
|
|
598
|
+
max_value: string;
|
|
599
|
+
min_text: string;
|
|
600
|
+
max_text: string;
|
|
601
|
+
use_palette_x: string;
|
|
602
|
+
built_in_palettes: string;
|
|
603
|
+
skip_range: {
|
|
604
|
+
lt_min: string;
|
|
605
|
+
min: string;
|
|
606
|
+
max: string;
|
|
607
|
+
gt_max: string;
|
|
608
|
+
follow_visual_map: string;
|
|
609
|
+
};
|
|
610
|
+
};
|
|
592
611
|
number_or_dynamic_value: {
|
|
593
612
|
type: {
|
|
594
613
|
static: string;
|
|
@@ -791,6 +810,8 @@ export declare const zh: {
|
|
|
791
810
|
pick_a_theme_color: string;
|
|
792
811
|
background_color: string;
|
|
793
812
|
text_color: string;
|
|
813
|
+
click_to_add_a_color: string;
|
|
814
|
+
color_gradient: string;
|
|
794
815
|
};
|
|
795
816
|
behavior: {
|
|
796
817
|
label: string;
|
|
@@ -799,8 +820,6 @@ export declare const zh: {
|
|
|
799
820
|
heatmap: {
|
|
800
821
|
heatblock: {
|
|
801
822
|
label: string;
|
|
802
|
-
min_value: string;
|
|
803
|
-
max_value: string;
|
|
804
823
|
show_label: string;
|
|
805
824
|
};
|
|
806
825
|
};
|