UNPKG

@devgateway/dvz-ui-react

Version:

A modular, embeddable React component library for data visualization and UI, built with TypeScript. Provides reusable components for charts, maps, dashboards, and more, with built-in support for internationalization and Redux integration.

55 lines (54 loc) 1.74 kB
export declare const cleanMeasures: ({ app, group }: { app: string; group: string; }) => (dispatch: any, getState: any) => void; export declare const setMeasures: ({ app, group, mGroup }: { app: string; group: string; mGroup: any; }) => (dispatch: any, getState: any) => void; export declare const setFilter: ({ app, group, param, value, autoApply }: { app: string; group: string; param: string; value: any; autoApply: boolean; }) => (dispatch: any, getState: any) => void; export declare const cleanFilter: ({ app, group }: { app: string; group: string; }) => (dispatch: any, getState: any) => void; export declare const applyFilter: ({ app, group }: { app: any; group: any; }) => (dispatch: any, getState: any) => void; export declare const setInitialFilters: ({ app, group, param, value }: { app: any; group: any; param: any; value: any; }) => (dispatch: any, getState: any) => void; export declare const getCategories: (props: any) => (dispatch: any, getState: any) => void; export declare const setData: ({ app, group, csv, store, params }: { app: any; group: any; csv: any; store: any; params: any; }) => (dispatch: any, getState: any) => void; export declare const getData: ({ app, group, source, store, params }: { app: any; group: any; source: any; store: any; params: any; }) => (dispatch: any, getState: any) => void; export declare const setPageModuleProps: ({ data }: { data: any; }) => (dispatch: any, getState: any) => void; declare const _default: (state: import('immutable').MapOf<{ mode: string; }> | undefined, action: any) => import('immutable').MapOf<{ mode: string; }>; export default _default;