@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/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
  };