react-semaphor 0.0.571 → 0.0.572

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-BoQnT85A.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-v6hwyk70.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-C32xyi1Z.js";
1
+ import { D as f } from "../chunks/dashboard-plus-DHeAgwZa.js";
2
2
  import { EMPTY_SELECTION as a } from "../types/index.js";
3
3
  export {
4
4
  a as EMPTY_SELECTION,
@@ -611,7 +611,9 @@ declare interface MetricField extends Field {
611
611
  }
612
612
  }
613
613
  */
614
- parameters?: Record<string, any>;
614
+ parameters?: {
615
+ filters?: FilterGroup;
616
+ };
615
617
  aliasTemplate?: string;
616
618
  valueAliases?: Record<string, string>;
617
619
  }
@@ -427,13 +427,6 @@ declare interface ColumnSettings {
427
427
 
428
428
  declare type ColumnSettingsMap = Record<string, ColumnSettings>;
429
429
 
430
- export declare interface ColumnSubtotalMeta {
431
- alias: string;
432
- subtotalLevel?: string;
433
- isColumnSubtotal?: boolean;
434
- isColumnTotal?: boolean;
435
- }
436
-
437
430
  export declare type ColumnType = 'string' | 'number' | 'date';
438
431
 
439
432
  declare type ComboBoxOption = {
@@ -1091,7 +1084,9 @@ export declare interface MetricField extends Field {
1091
1084
  }
1092
1085
  }
1093
1086
  */
1094
- parameters?: Record<string, any>;
1087
+ parameters?: {
1088
+ filters?: FilterGroup;
1089
+ };
1095
1090
  aliasTemplate?: string;
1096
1091
  valueAliases?: Record<string, string>;
1097
1092
  }
@@ -1186,12 +1181,6 @@ export declare enum PivotMarkerEnum {
1186
1181
  ALL = "__ALL__"
1187
1182
  }
1188
1183
 
1189
- export declare interface PivotRowMetadata {
1190
- isSubtotal?: boolean;
1191
- subtotalLevel?: string | null;
1192
- isGrandTotal?: boolean;
1193
- }
1194
-
1195
1184
  export declare type Placeholders = {
1196
1185
  /**
1197
1186
  * Placeholder for the card when there are no records to display.
@@ -614,7 +614,9 @@ declare interface MetricField extends Field {
614
614
  }
615
615
  }
616
616
  */
617
- parameters?: Record<string, any>;
617
+ parameters?: {
618
+ filters?: FilterGroup;
619
+ };
618
620
  aliasTemplate?: string;
619
621
  valueAliases?: Record<string, string>;
620
622
  }
@@ -608,7 +608,9 @@ declare interface MetricField extends Field {
608
608
  }
609
609
  }
610
610
  */
611
- parameters?: Record<string, any>;
611
+ parameters?: {
612
+ filters?: FilterGroup;
613
+ };
612
614
  aliasTemplate?: string;
613
615
  valueAliases?: Record<string, string>;
614
616
  }
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "email": "support@semaphor.cloud"
6
6
  },
7
7
  "license": "MIT",
8
- "version": "0.0.571",
8
+ "version": "0.0.572",
9
9
  "description": "Fully interactive and customizable dashboards for your apps.",
10
10
  "keywords": [
11
11
  "react",