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.
- package/dist/chunks/{dashboard-plus-D5IBETkX.js → dashboard-plus-BTzz4Vxx.js} +3897 -3690
- package/dist/chunks/dashboard-plus-Dw0bhQVI.js +375 -0
- package/dist/chunks/{index-CouHy_4G.js → index-CxuQLwIa.js} +17560 -17123
- package/dist/chunks/{index-CpXvBtA8.js → index-DdUA7rY3.js} +137 -137
- package/dist/dashboard/index.cjs +1 -1
- package/dist/dashboard/index.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +2 -2
- package/dist/style.css +1 -1
- package/dist/surfboard/index.cjs +1 -1
- package/dist/surfboard/index.js +1 -1
- package/dist/types/dashboard.d.ts +2 -1
- package/dist/types/main.d.ts +3 -1
- package/dist/types/surfboard.d.ts +2 -1
- package/dist/types/types.d.ts +2 -1
- package/package.json +1 -1
- package/dist/chunks/dashboard-plus-D5wEzriE.js +0 -375
|
@@ -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
|
|
package/dist/types/main.d.ts
CHANGED
|
@@ -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
|
|
package/dist/types/types.d.ts
CHANGED
|
@@ -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
|
|