@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/components/plugins/viz-components/cartesian/option/get-axis-labels.d.ts +8 -0
- package/dist/components/plugins/viz-components/cartesian/option/index.d.ts +2 -1
- package/dist/components/plugins/viz-components/cartesian/option/regression.d.ts +2 -1
- package/dist/components/plugins/viz-components/cartesian/option/series/index.d.ts +2 -1
- package/dist/components/plugins/viz-components/cartesian/option/series/series_items.d.ts +2 -1
- package/dist/components/plugins/viz-components/cartesian/option/tooltip.d.ts +2 -1
- package/dist/components/plugins/viz-components/cartesian/option/x-axis.d.ts +2 -1
- package/dist/components/plugins/viz-components/cartesian/type.d.ts +4 -0
- package/dist/dashboard.es.js +5031 -4964
- package/dist/dashboard.umd.js +72 -72
- package/dist/i18n/en.d.ts +9 -0
- package/dist/i18n/zh.d.ts +9 -0
- package/dist/stats.html +1 -1
- package/dist/version.json +2 -2
- package/package.json +7 -7
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: {
|