@vizzly/dashboard 0.15.0-dev-ff782cc25809e911ea0a2bafdb93a3e80a5828e7 → 0.15.0-dev-fc9a212537551949051fa3edc71c9f0f8be72497
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,9 +1,7 @@
|
|
|
1
1
|
import { DataSet } from '../DataSet/types';
|
|
2
2
|
import { Query } from '../Query/types';
|
|
3
|
-
import { QueryAttributes } from '../QueryAttributes/types';
|
|
4
3
|
import { VariableList } from '../Variables/types';
|
|
5
4
|
import { AdditionalFilter, FilterConfig, TimeRangeOptions } from './types';
|
|
6
|
-
export declare const fromFilterConfig: (filterConfig: FilterConfig, dataSet: DataSet, timeRangeOptions: TimeRangeOptions) => QueryAttributes.Filter[][];
|
|
7
5
|
export declare const processAdditionalFilter: (filter: AdditionalFilter, dataSet: DataSet, timeRangeOptions: TimeRangeOptions, variables: VariableList) => Query['filter'];
|
|
8
6
|
/**
|
|
9
7
|
* Combines different types of filters (global, local, and view filters) into a single Query filter structure.
|
|
@@ -5,7 +5,6 @@ import { QueryAttributes } from '../QueryAttributes/types';
|
|
|
5
5
|
import { QueryEngineConfig } from '../QueryEngineConfig/types';
|
|
6
6
|
import { VariableList } from '../Variables/types';
|
|
7
7
|
export declare const addAndFilters: (filter: QueryAttributes['filter'], filterToAddToAll: QueryAttributes.Filter[][]) => QueryAttributes['filter'];
|
|
8
|
-
export declare const filterAttributeToQueryFilter: (filterAttrs: QueryAttributes.Filter[][], queryEngineConfig: QueryEngineConfig, dataSet: DataSet, params: Params) => Query['filter'];
|
|
9
8
|
export declare const convertArrayFilterStructureToQueryFilter: (arrayFilterStructure: QueryAttributes.Filter[][], variables: VariableList) => Query['filter'];
|
|
10
9
|
export declare const combineQueryFilters: (filter: Query['filter'], filterToAddToAll: Query['filter']) => Query['filter'];
|
|
11
10
|
/**
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vizzly/dashboard",
|
|
3
3
|
"author": "james@vizzly.co",
|
|
4
|
-
"version": "0.15.0-dev-
|
|
4
|
+
"version": "0.15.0-dev-fc9a212537551949051fa3edc71c9f0f8be72497",
|
|
5
5
|
"source": "src/index.tsx",
|
|
6
6
|
"types": "./dist/dashboard/src/index.d.ts",
|
|
7
7
|
"module": "./dist/dashboard.esm.js",
|