@devtable/dashboard 14.58.2 → 14.58.4

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
@@ -659,6 +659,14 @@ export declare const en: {
659
659
  var: string;
660
660
  };
661
661
  };
662
+ interaction_block: {
663
+ modal_title: string;
664
+ block_id_label: string;
665
+ block_id_description: string;
666
+ block_id_placeholder: string;
667
+ toggle_tooltip: string;
668
+ clear_tooltip: string;
669
+ };
662
670
  };
663
671
  chart: {
664
672
  chart_config: string;
@@ -897,6 +905,7 @@ export declare const en: {
897
905
  delete: string;
898
906
  x_axis_name: string;
899
907
  x_axis_data_field: string;
908
+ x_axis_id_field: string;
900
909
  x_axis_type: string;
901
910
  layout: string;
902
911
  position: {
package/dist/i18n/zh.d.ts CHANGED
@@ -659,6 +659,14 @@ export declare const zh: {
659
659
  var: string;
660
660
  };
661
661
  };
662
+ interaction_block: {
663
+ modal_title: string;
664
+ block_id_label: string;
665
+ block_id_description: string;
666
+ block_id_placeholder: string;
667
+ toggle_tooltip: string;
668
+ clear_tooltip: string;
669
+ };
662
670
  };
663
671
  chart: {
664
672
  chart_config: string;
@@ -897,6 +905,7 @@ export declare const zh: {
897
905
  delete: string;
898
906
  x_axis_name: string;
899
907
  x_axis_data_field: string;
908
+ x_axis_id_field: string;
900
909
  x_axis_type: string;
901
910
  layout: string;
902
911
  position: {