@kong-ui-public/analytics-chart 4.2.4 → 4.2.6

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.
@@ -52,9 +52,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
52
52
  default: string;
53
53
  };
54
54
  }>>, {
55
- description: string;
56
55
  isLoading: boolean;
57
56
  emptyStateTitle: string;
57
+ description: string;
58
58
  titleTag: HeaderTag;
59
59
  }, {}>, {
60
60
  name?(_: {
@@ -135,9 +135,9 @@ declare const _default: import("vue").DefineComponent<{
135
135
  chartData: KChartData;
136
136
  syntheticsDataKey: string;
137
137
  tooltipTitle: string;
138
- orientation: string;
139
138
  legendValues: LegendValues;
140
139
  metricUnit: string;
140
+ orientation: string;
141
141
  annotations: boolean;
142
142
  metricAxesTitle: string;
143
143
  dimensionAxesTitle: string;
@@ -140,11 +140,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
140
140
  "onExport-finished"?: ((data: string) => any) | undefined;
141
141
  }, {
142
142
  labels: CsvKeyValuePair;
143
- encoding: string;
144
- filename: string;
145
143
  fields: string[];
144
+ filename: string;
146
145
  delimiter: string;
147
146
  separatorExcel: boolean;
147
+ encoding: string;
148
148
  testing: boolean;
149
149
  }, {}>, {
150
150
  default?(_: {}): any;