@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.
105 lines (104 loc) • 4.42 kB
JavaScript
import { components as n, customizer as s, getComponentByNameIgnoreCase as p, 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 c } from "./layout/ScrollTop.js";
import { default as C } from "./layout/containers/PreviewPageContainer.js";
import { default as P } from "./layout/containers/PreviewTypeContainer.js";
import { default as h } from "./layout/containers/SlugContainer.js";
import { default as v } from "./layout/containers/SlugPostContainer.js";
import { CustomizerWrapper as A } from "./layout/Customizer.js";
import { default as R } from "./layout/Layout.js";
import { default as w } from "./layout/PreviewComponent.js";
import { default as F } from "./layout/Favicon.js";
import { default as M } from "./layout/SSRFavicon.js";
import { default as O } from "./layout/Loading.js";
import { default as D } from "./layout/CustomSemanticSearch.js";
import { default as z } from "./layout/Header.js";
import { default as K } from "./layout/SearchControl.js";
import { default as V } from "./layout/LangSwitcher.js";
import { default as _ } from "./layout/Footer.js";
import { default as q } from "./layout/ClassicHeader.js";
import { default as J } from "./layout/FlexWrapDetector.js";
import { default as X } from "./layout/FloatingMenuHeader.js";
import { withTracker as $ } from "./tracker/withGoogleAnalytics.js";
import { clearInternalTrafficCookie as re, isInternalTrafficEnabled as oe, setInternalTrafficCookie as te, validateToken as ae } from "./tracker/internalTrafficUtils.js";
import { default as ne } from "./tracker/InternalTrafficToggle.js";
import { store as pe } from "./redux/store.js";
import { useAppDispatch as ie, useAppSelector as le } from "./redux/hooks.js";
import { UPDATE as ue, initialState as xe, intlReducer as ce, updateIntl as Te } from "./lib/react-intl-redux/index.js";
import { combineReducers as ge } 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 * as t from "./translations/am.json.js";
import { COUNTRY_OPTIONS as Se } from "./countries.js";
import { decodeHtmlEntitiesToHtml as Ie, decodeHtmlEntitiesToText as ve, stringToArray as ye, toBoolean as Ae, toNumber as He, uriStringToArray as Re } from "./utils/data.js";
import { Media as we, MediaContextProvider as Ee, mediaStyle as Fe } from "./utils/AppMedia.js";
import { getUnhandledProps as Me, htmlImageProps as Ne, htmlInputAttrs as Oe, htmlInputEvents as be, htmlInputProps as De, partitionHTMLProps as Ue, useKeyOnly as ze, useValueAndKey as Be } from "./utils/semanticUtils.js";
import { default as We } from "./lib/react-intl-redux/providers/Provider.js";
import { default as Ye } from "./lib/react-intl-redux/providers/IntlProvider.js";
export {
Se as COUNTRY_OPTIONS,
q as ClassicHeader,
l as Config,
D as CustomSemanticSearch,
A as CustomizerWrapper,
F as Favicon,
J as FlexWrapDetector,
X as FloatingMenuHeader,
_ as Footer,
z as Header,
ne as InternalTrafficToggle,
Ye as IntlProvider,
V as LangSwitcher,
O as Loading,
we as Media,
Ee as MediaContextProvider,
w as PreviewComponent,
C as PreviewPageContainer,
P as PreviewTypeContainer,
We as Provider,
u as ResponsiveContainer,
R as RootLayout,
M as SSRFavicon,
c as ScrollToTop,
K as SearchControl,
h as SlugContainer,
v as SlugPostContainer,
ue as UPDATE,
o as afrikaansTranslations,
t as amharicTranslations,
re as clearInternalTrafficCookie,
ge as combineReducers,
n as components,
s as customizer,
Ie as decodeHtmlEntitiesToHtml,
ve as decodeHtmlEntitiesToText,
e as englishTranslations,
r as frenchTranslations,
p as getComponentByNameIgnoreCase,
Me as getUnhandledProps,
Ne as htmlImageProps,
Oe as htmlInputAttrs,
be as htmlInputEvents,
De as htmlInputProps,
xe as initialState,
ce as intlReducer,
oe as isInternalTrafficEnabled,
Fe as mediaStyle,
Ue as partitionHTMLProps,
m as reducers,
te as setInternalTrafficCookie,
pe as store,
ye as stringToArray,
Ae as toBoolean,
He as toNumber,
Te as updateIntl,
Re as uriStringToArray,
ie as useAppDispatch,
le as useAppSelector,
ze as useKeyOnly,
Be as useValueAndKey,
ae as validateToken,
$ as withTracker
};