@devtable/dashboard 13.1.2 → 13.2.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/editor-components/field-array-tabs/field-array-tabs.d.ts +24 -0
- package/dist/components/plugins/editor-components/field-array-tabs/index.d.ts +1 -0
- package/dist/components/plugins/editor-components/index.d.ts +1 -0
- package/dist/components/plugins/viz-components/boxplot-chart/editors/reference-lines/reference-line.d.ts +2 -3
- package/dist/components/plugins/viz-components/boxplot-chart/editors/tooltip/metric.d.ts +1 -2
- package/dist/components/plugins/viz-components/calendar-heatmap/editors/tooltip/metric.d.ts +1 -2
- package/dist/components/plugins/viz-components/cartesian/editors/reference-areas/reference-area.d.ts +2 -3
- package/dist/components/plugins/viz-components/cartesian/editors/reference-lines/reference-line.d.ts +2 -3
- package/dist/components/plugins/viz-components/cartesian/editors/regressions/regression-item.d.ts +2 -3
- package/dist/components/plugins/viz-components/cartesian/editors/series/series-item.d.ts +2 -3
- package/dist/components/plugins/viz-components/cartesian/editors/tooltip/metric.d.ts +1 -2
- package/dist/components/plugins/viz-components/cartesian/editors/{y-axes.d.ts → y-axes/index.d.ts} +1 -1
- package/dist/components/plugins/viz-components/cartesian/editors/y-axes/y-axis.d.ts +8 -0
- package/dist/components/plugins/viz-components/heatmap/editors/tooltip/metric.d.ts +1 -2
- package/dist/components/plugins/viz-components/horizontal-bar-chart/editors/reference-lines/reference-line.d.ts +2 -3
- package/dist/components/plugins/viz-components/horizontal-bar-chart/editors/series/series-item.d.ts +2 -3
- package/dist/components/plugins/viz-components/horizontal-bar-chart/editors/x-axes/x-axis.d.ts +2 -3
- package/dist/components/plugins/viz-components/merico-estimation-chart/editors/metrics/metric.d.ts +1 -2
- package/dist/components/plugins/viz-components/merico-heatmap/editors/tooltip/metric.d.ts +1 -2
- package/dist/components/plugins/viz-components/merico-stats/editors/metrics/metric.d.ts +2 -3
- package/dist/components/plugins/viz-components/radar-chart/editors/additional-series/additional-series-item.d.ts +2 -3
- package/dist/components/plugins/viz-components/radar-chart/editors/dimensions/dimension.d.ts +2 -3
- package/dist/components/plugins/viz-components/scatter-chart/editors/reference-lines/reference-line.d.ts +2 -3
- package/dist/components/plugins/viz-components/scatter-chart/editors/tooltip/metric.d.ts +1 -2
- package/dist/components/plugins/viz-components/scatter-chart/editors/y-axes/y-axis.d.ts +2 -3
- package/dist/components/plugins/viz-components/sunburst/editors/levels/level.d.ts +1 -2
- package/dist/dashboard.es.js +7458 -7981
- package/dist/dashboard.umd.js +106 -106
- package/dist/i18n/en.d.ts +4 -0
- package/dist/i18n/zh.d.ts +4 -0
- package/dist/stats.html +1 -1
- package/package.json +1 -1
package/dist/i18n/en.d.ts
CHANGED
|
@@ -619,6 +619,7 @@ export declare const en: {
|
|
|
619
619
|
name: string;
|
|
620
620
|
y_axis: string;
|
|
621
621
|
data_field: string;
|
|
622
|
+
add: string;
|
|
622
623
|
delete: string;
|
|
623
624
|
line: {
|
|
624
625
|
label: string;
|
|
@@ -710,6 +711,7 @@ export declare const en: {
|
|
|
710
711
|
label: string;
|
|
711
712
|
labels: string;
|
|
712
713
|
label_format: string;
|
|
714
|
+
add: string;
|
|
713
715
|
delete: string;
|
|
714
716
|
x_axis_name: string;
|
|
715
717
|
x_axis_data_field: string;
|
|
@@ -730,6 +732,7 @@ export declare const en: {
|
|
|
730
732
|
label: string;
|
|
731
733
|
labels: string;
|
|
732
734
|
label_format: string;
|
|
735
|
+
add: string;
|
|
733
736
|
delete: string;
|
|
734
737
|
y_axis_name: string;
|
|
735
738
|
y_axis_name_anchor: string;
|
|
@@ -768,6 +771,7 @@ export declare const en: {
|
|
|
768
771
|
label: string;
|
|
769
772
|
additional_metrics: {
|
|
770
773
|
description: string;
|
|
774
|
+
add: string;
|
|
771
775
|
delete: string;
|
|
772
776
|
};
|
|
773
777
|
trigger: {
|
package/dist/i18n/zh.d.ts
CHANGED
|
@@ -619,6 +619,7 @@ export declare const zh: {
|
|
|
619
619
|
name: string;
|
|
620
620
|
y_axis: string;
|
|
621
621
|
data_field: string;
|
|
622
|
+
add: string;
|
|
622
623
|
delete: string;
|
|
623
624
|
line: {
|
|
624
625
|
label: string;
|
|
@@ -710,6 +711,7 @@ export declare const zh: {
|
|
|
710
711
|
label: string;
|
|
711
712
|
labels: string;
|
|
712
713
|
label_format: string;
|
|
714
|
+
add: string;
|
|
713
715
|
delete: string;
|
|
714
716
|
x_axis_name: string;
|
|
715
717
|
x_axis_data_field: string;
|
|
@@ -730,6 +732,7 @@ export declare const zh: {
|
|
|
730
732
|
label: string;
|
|
731
733
|
labels: string;
|
|
732
734
|
label_format: string;
|
|
735
|
+
add: string;
|
|
733
736
|
delete: string;
|
|
734
737
|
y_axis_name: string;
|
|
735
738
|
y_axis_name_anchor: string;
|
|
@@ -768,6 +771,7 @@ export declare const zh: {
|
|
|
768
771
|
label: string;
|
|
769
772
|
additional_metrics: {
|
|
770
773
|
description: string;
|
|
774
|
+
add: string;
|
|
771
775
|
delete: string;
|
|
772
776
|
};
|
|
773
777
|
trigger: {
|