react-semaphor 0.0.522 → 0.0.524

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.
@@ -83,7 +83,7 @@ declare interface CardConfig {
83
83
  * Configuration for on-click dashboard filters triggered by this card.
84
84
  */
85
85
  clickFilterInteractions?: ClickFilterInteraction[];
86
- comparisonType?: 'previous_period' | 'same_period_last_year' | 'target';
86
+ comparisonType?: 'none' | 'previous_period' | 'same_period_last_year' | 'target';
87
87
  targetValue?: number;
88
88
  showTrendline?: boolean;
89
89
  trendlineWindow?: number;
@@ -807,6 +807,7 @@ export declare type TCardPreferences = {
807
807
  };
808
808
  kpiVisualOptions?: {
809
809
  lowerIsBetter?: boolean;
810
+ countryLogoId?: string;
810
811
  };
811
812
  };
812
813
 
@@ -124,6 +124,7 @@ declare type Actions_2 = TableActions & ExplorerActions & DrillActions & {
124
124
  setQueryConfig: (queryConfig: QueryConfig | undefined) => void;
125
125
  setCardTitle: (title: string) => void;
126
126
  setCardDescription: (description: string) => void;
127
+ setCountryLogo: (countryLogoId: string | null) => void;
127
128
  setIsDevMode: (isDevMode: boolean) => void;
128
129
  setOrderByColumns: (orderByColumns: OrderBy[]) => void;
129
130
  addOrderByColumn: (orderByColumn: OrderBy) => void;
@@ -278,7 +279,7 @@ export declare interface CardConfig {
278
279
  * Configuration for on-click dashboard filters triggered by this card.
279
280
  */
280
281
  clickFilterInteractions?: ClickFilterInteraction[];
281
- comparisonType?: 'previous_period' | 'same_period_last_year' | 'target';
282
+ comparisonType?: 'none' | 'previous_period' | 'same_period_last_year' | 'target';
282
283
  targetValue?: number;
283
284
  showTrendline?: boolean;
284
285
  trendlineWindow?: number;
@@ -1329,6 +1330,7 @@ export declare type TCardPreferences = {
1329
1330
  };
1330
1331
  kpiVisualOptions?: {
1331
1332
  lowerIsBetter?: boolean;
1333
+ countryLogoId?: string;
1332
1334
  };
1333
1335
  };
1334
1336
 
@@ -83,7 +83,7 @@ declare interface CardConfig {
83
83
  * Configuration for on-click dashboard filters triggered by this card.
84
84
  */
85
85
  clickFilterInteractions?: ClickFilterInteraction[];
86
- comparisonType?: 'previous_period' | 'same_period_last_year' | 'target';
86
+ comparisonType?: 'none' | 'previous_period' | 'same_period_last_year' | 'target';
87
87
  targetValue?: number;
88
88
  showTrendline?: boolean;
89
89
  trendlineWindow?: number;
@@ -812,6 +812,7 @@ export declare type TCardPreferences = {
812
812
  };
813
813
  kpiVisualOptions?: {
814
814
  lowerIsBetter?: boolean;
815
+ countryLogoId?: string;
815
816
  };
816
817
  };
817
818
 
@@ -82,7 +82,7 @@ declare interface CardConfig {
82
82
  * Configuration for on-click dashboard filters triggered by this card.
83
83
  */
84
84
  clickFilterInteractions?: ClickFilterInteraction[];
85
- comparisonType?: 'previous_period' | 'same_period_last_year' | 'target';
85
+ comparisonType?: 'none' | 'previous_period' | 'same_period_last_year' | 'target';
86
86
  targetValue?: number;
87
87
  showTrendline?: boolean;
88
88
  trendlineWindow?: number;
@@ -804,6 +804,7 @@ export declare type TCardPreferences = {
804
804
  };
805
805
  kpiVisualOptions?: {
806
806
  lowerIsBetter?: boolean;
807
+ countryLogoId?: string;
807
808
  };
808
809
  };
809
810
 
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "email": "support@semaphor.cloud"
6
6
  },
7
7
  "license": "MIT",
8
- "version": "0.0.522",
8
+ "version": "0.0.524",
9
9
  "description": "Fully interactive and customizable dashboards for your apps.",
10
10
  "keywords": [
11
11
  "react",