@objectstack/platform-objects 9.7.0 → 9.8.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.
@@ -129,7 +129,7 @@ declare const SystemOverviewDashboard: {
129
129
  label: string;
130
130
  widgets: {
131
131
  id: string;
132
- type: "table" | "bar" | "line" | "pie" | "area" | "scatter" | "horizontal-bar" | "column" | "donut" | "funnel" | "treemap" | "sankey" | "gauge" | "solid-gauge" | "metric" | "kpi" | "bullet" | "radar" | "pivot";
132
+ type: "bar" | "line" | "pie" | "area" | "scatter" | "table" | "horizontal-bar" | "column" | "donut" | "funnel" | "treemap" | "sankey" | "gauge" | "solid-gauge" | "metric" | "kpi" | "bullet" | "radar" | "pivot";
133
133
  dataset: string;
134
134
  values: string[];
135
135
  layout: {
@@ -141,7 +141,7 @@ declare const SystemOverviewDashboard: {
141
141
  title?: string | undefined;
142
142
  description?: string | undefined;
143
143
  chartConfig?: {
144
- type: "table" | "bar" | "line" | "pie" | "area" | "scatter" | "horizontal-bar" | "column" | "donut" | "funnel" | "treemap" | "sankey" | "gauge" | "solid-gauge" | "metric" | "kpi" | "bullet" | "radar" | "pivot";
144
+ type: "bar" | "line" | "pie" | "area" | "scatter" | "table" | "horizontal-bar" | "column" | "donut" | "funnel" | "treemap" | "sankey" | "gauge" | "solid-gauge" | "metric" | "kpi" | "bullet" | "radar" | "pivot";
145
145
  showLegend: boolean;
146
146
  showDataLabels: boolean;
147
147
  title?: string | undefined;
@@ -173,7 +173,7 @@ declare const SystemOverviewDashboard: {
173
173
  name: string;
174
174
  yAxis: "left" | "right";
175
175
  label?: string | undefined;
176
- type?: "table" | "bar" | "line" | "pie" | "area" | "scatter" | "horizontal-bar" | "column" | "donut" | "funnel" | "treemap" | "sankey" | "gauge" | "solid-gauge" | "metric" | "kpi" | "bullet" | "radar" | "pivot" | undefined;
176
+ type?: "bar" | "line" | "pie" | "area" | "scatter" | "table" | "horizontal-bar" | "column" | "donut" | "funnel" | "treemap" | "sankey" | "gauge" | "solid-gauge" | "metric" | "kpi" | "bullet" | "radar" | "pivot" | undefined;
177
177
  color?: string | undefined;
178
178
  stack?: string | undefined;
179
179
  variant?: "primary" | "comparison" | undefined;
@@ -129,7 +129,7 @@ declare const SystemOverviewDashboard: {
129
129
  label: string;
130
130
  widgets: {
131
131
  id: string;
132
- type: "table" | "bar" | "line" | "pie" | "area" | "scatter" | "horizontal-bar" | "column" | "donut" | "funnel" | "treemap" | "sankey" | "gauge" | "solid-gauge" | "metric" | "kpi" | "bullet" | "radar" | "pivot";
132
+ type: "bar" | "line" | "pie" | "area" | "scatter" | "table" | "horizontal-bar" | "column" | "donut" | "funnel" | "treemap" | "sankey" | "gauge" | "solid-gauge" | "metric" | "kpi" | "bullet" | "radar" | "pivot";
133
133
  dataset: string;
134
134
  values: string[];
135
135
  layout: {
@@ -141,7 +141,7 @@ declare const SystemOverviewDashboard: {
141
141
  title?: string | undefined;
142
142
  description?: string | undefined;
143
143
  chartConfig?: {
144
- type: "table" | "bar" | "line" | "pie" | "area" | "scatter" | "horizontal-bar" | "column" | "donut" | "funnel" | "treemap" | "sankey" | "gauge" | "solid-gauge" | "metric" | "kpi" | "bullet" | "radar" | "pivot";
144
+ type: "bar" | "line" | "pie" | "area" | "scatter" | "table" | "horizontal-bar" | "column" | "donut" | "funnel" | "treemap" | "sankey" | "gauge" | "solid-gauge" | "metric" | "kpi" | "bullet" | "radar" | "pivot";
145
145
  showLegend: boolean;
146
146
  showDataLabels: boolean;
147
147
  title?: string | undefined;
@@ -173,7 +173,7 @@ declare const SystemOverviewDashboard: {
173
173
  name: string;
174
174
  yAxis: "left" | "right";
175
175
  label?: string | undefined;
176
- type?: "table" | "bar" | "line" | "pie" | "area" | "scatter" | "horizontal-bar" | "column" | "donut" | "funnel" | "treemap" | "sankey" | "gauge" | "solid-gauge" | "metric" | "kpi" | "bullet" | "radar" | "pivot" | undefined;
176
+ type?: "bar" | "line" | "pie" | "area" | "scatter" | "table" | "horizontal-bar" | "column" | "donut" | "funnel" | "treemap" | "sankey" | "gauge" | "solid-gauge" | "metric" | "kpi" | "bullet" | "radar" | "pivot" | undefined;
177
177
  color?: string | undefined;
178
178
  stack?: string | undefined;
179
179
  variant?: "primary" | "comparison" | undefined;