react-semaphor 0.0.611 → 0.0.613

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.
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../chunks/dashboard-plus-COAXbMNB.js"),r=require("../types/index.cjs");exports.Surfboard=e.DashboardPlus;exports.EMPTY_SELECTION=r.EMPTY_SELECTION;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../chunks/dashboard-plus-LJc2Z37u.js"),r=require("../types/index.cjs");exports.Surfboard=e.DashboardPlus;exports.EMPTY_SELECTION=r.EMPTY_SELECTION;
@@ -1,4 +1,4 @@
1
- import { D as f } from "../chunks/dashboard-plus-D4ui9-zt.js";
1
+ import { D as f } from "../chunks/dashboard-plus-CbGYJMZr.js";
2
2
  import { EMPTY_SELECTION as a } from "../types/index.js";
3
3
  export {
4
4
  a as EMPTY_SELECTION,
@@ -911,6 +911,7 @@ export declare type TCardPreferences = {
911
911
  kpiVisualOptions?: {
912
912
  lowerIsBetter?: boolean;
913
913
  countryLogoId?: string;
914
+ valueAlignment?: 'left' | 'center';
914
915
  formatOptions?: TFormatOptions;
915
916
  metricComparison?: {
916
917
  enabled?: boolean;
@@ -68,6 +68,7 @@ declare type Actions = {
68
68
  setCardSql: (sheetId: string, cardId: string, sql: string) => void;
69
69
  setCardPython: (cardId: string, pythonCode: string) => void;
70
70
  setCardDescription: (sheetId: string, cardId: string, description: string) => void;
71
+ setCardKpiOptions: (sheetId: string, cardId: string, kpiOptions: Record<string, any>) => void;
71
72
  addFrame: (sheetId: string, frame: TFrame, position?: 'start' | 'end') => void;
72
73
  updateFrame: (sheetId: string, frame: TFrame) => void;
73
74
  updateCard: (sheetId: string, card: TCard) => void;
@@ -120,6 +121,7 @@ declare type Actions = {
120
121
  declare type Actions_2 = TableActions & ExplorerActions & DrillActions & {
121
122
  setEditorFilterMode: (filterColumnName: string, filterMode: 'include' | 'exclude') => void;
122
123
  setLowerIsBetter: (lowerIsBetter: boolean) => void;
124
+ setValueAlignment: (valueAlignment: 'left' | 'center') => void;
123
125
  clearEditorFilter: (filterColumn: FilterByColumn) => void;
124
126
  removeEditorFilter: (filterColumn: FilterByColumn) => void;
125
127
  updateEditorFilterValue: (filterColumnName: string, filterValue: OldFilterValue, clearFilter?: boolean) => void;
@@ -1515,6 +1517,7 @@ export declare type TCardPreferences = {
1515
1517
  kpiVisualOptions?: {
1516
1518
  lowerIsBetter?: boolean;
1517
1519
  countryLogoId?: string;
1520
+ valueAlignment?: 'left' | 'center';
1518
1521
  formatOptions?: TFormatOptions;
1519
1522
  metricComparison?: {
1520
1523
  enabled?: boolean;
@@ -916,6 +916,7 @@ export declare type TCardPreferences = {
916
916
  kpiVisualOptions?: {
917
917
  lowerIsBetter?: boolean;
918
918
  countryLogoId?: string;
919
+ valueAlignment?: 'left' | 'center';
919
920
  formatOptions?: TFormatOptions;
920
921
  metricComparison?: {
921
922
  enabled?: boolean;
@@ -908,6 +908,7 @@ export declare type TCardPreferences = {
908
908
  kpiVisualOptions?: {
909
909
  lowerIsBetter?: boolean;
910
910
  countryLogoId?: string;
911
+ valueAlignment?: 'left' | 'center';
911
912
  formatOptions?: TFormatOptions;
912
913
  metricComparison?: {
913
914
  enabled?: boolean;
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "email": "support@semaphor.cloud"
6
6
  },
7
7
  "license": "MIT",
8
- "version": "0.0.611",
8
+ "version": "0.0.613",
9
9
  "description": "Fully interactive and customizable dashboards for your apps.",
10
10
  "keywords": [
11
11
  "react",