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.

76 lines (75 loc) 3.04 kB
import { components as f, customizer as p, getComponentByNameIgnoreCase as s, reducers as m } from "./embeddable/index.js"; import { Config as l } from "./conf/index.js"; import { default as u } from "./layout/ResponsiveContainer.js"; import { default as d } from "./layout/ScrollTop.js"; import { default as C } from "./layout/containers/PreviewPageContainer.js"; import { default as g } from "./layout/containers/PreviewTypeContainer.js"; import { default as P } from "./layout/containers/SlugContainer.js"; import { default as h } from "./layout/containers/SlugPostContainer.js"; import { CustomizerWrapper as w } from "./layout/Customizer.js"; import { default as I } from "./layout/Layout.js"; import { default as A } from "./layout/PreviewComponent.js"; import { default as H } from "./layout/Favicon.js"; import { default as N } from "./layout/SSRFavicon.js"; import { default as k } from "./layout/Loading.js"; import { default as U } from "./layout/CustomSemanticSearch.js"; import { default as b } from "./layout/Header.js"; import { default as E } from "./layout/SearchControl.js"; import { default as Y } from "./layout/LangSwitcher.js"; import { default as j } from "./layout/Footer.js"; import { default as G } from "./layout/ClassicHeader.js"; import { default as K } from "./layout/FlexWrapDetector.js"; import { default as V } from "./layout/FloatingMenuHeader.js"; import { withTracker as Z } from "./tracker/withGoogleAnalytics.js"; import { store as ee } from "./redux/store.js"; import { useAppDispatch as oe, useAppSelector as te } from "./redux/hooks.js"; import { UPDATE as fe, initialState as pe, intlReducer as se, updateIntl as me } from "./lib/react-intl-redux/index.js"; import { combineReducers as le } from "./lib/redux-immutable/index.js"; import * as e from "./translations/en.json.js"; import * as r from "./translations/fr.json.js"; import * as o from "./translations/af.json.js"; import { COUNTRY_OPTIONS as ue } from "./countries.js"; import { default as de } from "./lib/react-intl-redux/providers/Provider.js"; import { default as Ce } from "./lib/react-intl-redux/providers/IntlProvider.js"; export { ue as COUNTRY_OPTIONS, G as ClassicHeader, l as Config, U as CustomSemanticSearch, w as CustomizerWrapper, H as Favicon, K as FlexWrapDetector, V as FloatingMenuHeader, j as Footer, b as Header, Ce as IntlProvider, Y as LangSwitcher, k as Loading, A as PreviewComponent, C as PreviewPageContainer, g as PreviewTypeContainer, de as Provider, u as ResponsiveContainer, I as RootLayout, N as SSRFavicon, d as ScrollToTop, E as SearchControl, P as SlugContainer, h as SlugPostContainer, fe as UPDATE, o as afrikaansTranslations, le as combineReducers, f as components, p as customizer, e as englishTranslations, r as frenchTranslations, s as getComponentByNameIgnoreCase, pe as initialState, se as intlReducer, m as reducers, ee as store, me as updateIntl, oe as useAppDispatch, te as useAppSelector, Z as withTracker };