@devtable/dashboard 13.1.2 → 13.2.1

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.
Files changed (33) hide show
  1. package/dist/components/plugins/editor-components/field-array-tabs/field-array-tabs.d.ts +24 -0
  2. package/dist/components/plugins/editor-components/field-array-tabs/index.d.ts +1 -0
  3. package/dist/components/plugins/editor-components/index.d.ts +1 -0
  4. package/dist/components/plugins/viz-components/boxplot-chart/editors/reference-lines/reference-line.d.ts +2 -3
  5. package/dist/components/plugins/viz-components/boxplot-chart/editors/tooltip/metric.d.ts +1 -2
  6. package/dist/components/plugins/viz-components/calendar-heatmap/editors/tooltip/metric.d.ts +1 -2
  7. package/dist/components/plugins/viz-components/cartesian/editors/reference-areas/reference-area.d.ts +2 -3
  8. package/dist/components/plugins/viz-components/cartesian/editors/reference-lines/reference-line.d.ts +2 -3
  9. package/dist/components/plugins/viz-components/cartesian/editors/regressions/regression-item.d.ts +2 -3
  10. package/dist/components/plugins/viz-components/cartesian/editors/series/series-item.d.ts +2 -3
  11. package/dist/components/plugins/viz-components/cartesian/editors/tooltip/metric.d.ts +1 -2
  12. package/dist/components/plugins/viz-components/cartesian/editors/{y-axes.d.ts → y-axes/index.d.ts} +1 -1
  13. package/dist/components/plugins/viz-components/cartesian/editors/y-axes/y-axis.d.ts +8 -0
  14. package/dist/components/plugins/viz-components/heatmap/editors/tooltip/metric.d.ts +1 -2
  15. package/dist/components/plugins/viz-components/horizontal-bar-chart/editors/reference-lines/reference-line.d.ts +2 -3
  16. package/dist/components/plugins/viz-components/horizontal-bar-chart/editors/series/series-item.d.ts +2 -3
  17. package/dist/components/plugins/viz-components/horizontal-bar-chart/editors/x-axes/x-axis.d.ts +2 -3
  18. package/dist/components/plugins/viz-components/merico-estimation-chart/editors/metrics/metric.d.ts +1 -2
  19. package/dist/components/plugins/viz-components/merico-heatmap/editors/tooltip/metric.d.ts +1 -2
  20. package/dist/components/plugins/viz-components/merico-stats/editors/metrics/metric.d.ts +2 -3
  21. package/dist/components/plugins/viz-components/radar-chart/editors/additional-series/additional-series-item.d.ts +2 -3
  22. package/dist/components/plugins/viz-components/radar-chart/editors/dimensions/dimension.d.ts +2 -3
  23. package/dist/components/plugins/viz-components/scatter-chart/editors/reference-lines/reference-line.d.ts +2 -3
  24. package/dist/components/plugins/viz-components/scatter-chart/editors/tooltip/metric.d.ts +1 -2
  25. package/dist/components/plugins/viz-components/scatter-chart/editors/y-axes/y-axis.d.ts +2 -3
  26. package/dist/components/plugins/viz-components/sunburst/editors/levels/level.d.ts +1 -2
  27. package/dist/dashboard.es.js +7474 -7982
  28. package/dist/dashboard.umd.js +106 -106
  29. package/dist/i18n/en.d.ts +5 -0
  30. package/dist/i18n/zh.d.ts +5 -0
  31. package/dist/model/render-model/dashboard/content/queries/query.d.ts +9 -0
  32. package/dist/stats.html +1 -1
  33. package/package.json +1 -1
package/dist/i18n/en.d.ts CHANGED
@@ -477,6 +477,7 @@ export declare const en: {
477
477
  };
478
478
  transform: {
479
479
  label: string;
480
+ full_label: string;
480
481
  data_source: string;
481
482
  guide: {
482
483
  pick_queries: string;
@@ -619,6 +620,7 @@ export declare const en: {
619
620
  name: string;
620
621
  y_axis: string;
621
622
  data_field: string;
623
+ add: string;
622
624
  delete: string;
623
625
  line: {
624
626
  label: string;
@@ -710,6 +712,7 @@ export declare const en: {
710
712
  label: string;
711
713
  labels: string;
712
714
  label_format: string;
715
+ add: string;
713
716
  delete: string;
714
717
  x_axis_name: string;
715
718
  x_axis_data_field: string;
@@ -730,6 +733,7 @@ export declare const en: {
730
733
  label: string;
731
734
  labels: string;
732
735
  label_format: string;
736
+ add: string;
733
737
  delete: string;
734
738
  y_axis_name: string;
735
739
  y_axis_name_anchor: string;
@@ -768,6 +772,7 @@ export declare const en: {
768
772
  label: string;
769
773
  additional_metrics: {
770
774
  description: string;
775
+ add: string;
771
776
  delete: string;
772
777
  };
773
778
  trigger: {
package/dist/i18n/zh.d.ts CHANGED
@@ -477,6 +477,7 @@ export declare const zh: {
477
477
  };
478
478
  transform: {
479
479
  label: string;
480
+ full_label: string;
480
481
  data_source: string;
481
482
  guide: {
482
483
  pick_queries: string;
@@ -619,6 +620,7 @@ export declare const zh: {
619
620
  name: string;
620
621
  y_axis: string;
621
622
  data_field: string;
623
+ add: string;
622
624
  delete: string;
623
625
  line: {
624
626
  label: string;
@@ -710,6 +712,7 @@ export declare const zh: {
710
712
  label: string;
711
713
  labels: string;
712
714
  label_format: string;
715
+ add: string;
713
716
  delete: string;
714
717
  x_axis_name: string;
715
718
  x_axis_data_field: string;
@@ -730,6 +733,7 @@ export declare const zh: {
730
733
  label: string;
731
734
  labels: string;
732
735
  label_format: string;
736
+ add: string;
733
737
  delete: string;
734
738
  y_axis_name: string;
735
739
  y_axis_name_anchor: string;
@@ -768,6 +772,7 @@ export declare const zh: {
768
772
  label: string;
769
773
  additional_metrics: {
770
774
  description: string;
775
+ add: string;
771
776
  delete: string;
772
777
  };
773
778
  trigger: {
@@ -84,6 +84,7 @@ export type QueryRenderModelInstance = Instance<typeof QueryRenderModel>;
84
84
  export type QueryRenderModelSnapshotIn = SnapshotIn<QueryRenderModelInstance>;
85
85
  export type QueryUsageType = {
86
86
  type: 'filter';
87
+ type_label: 'filter.label';
87
88
  queryID: string;
88
89
  id: string;
89
90
  label: string;
@@ -93,6 +94,7 @@ export type QueryUsageType = {
93
94
  }[];
94
95
  } | {
95
96
  type: 'panel';
97
+ type_label: 'panel.label';
96
98
  queryID: string;
97
99
  id: string;
98
100
  label: string;
@@ -100,4 +102,11 @@ export type QueryUsageType = {
100
102
  id: string;
101
103
  label: string;
102
104
  }[];
105
+ } | {
106
+ type: 'transform-query';
107
+ type_label: 'query.transform.full_label';
108
+ queryID: string;
109
+ id: string;
110
+ label: string;
111
+ views: [];
103
112
  };