@devgateway/dvz-ui-react 1.0.0
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.
- package/README.md +172 -0
- package/dist/cjs/api/commons.js +1 -0
- package/dist/cjs/common.css +1 -0
- package/dist/cjs/conf/config.json.js +1 -0
- package/dist/cjs/conf/index.js +1 -0
- package/dist/cjs/embeddable/agree-and-download/index.js +1 -0
- package/dist/cjs/embeddable/big-number/index.js +1 -0
- package/dist/cjs/embeddable/big-number-trend/index.js +1 -0
- package/dist/cjs/embeddable/body/Background.js +1 -0
- package/dist/cjs/embeddable/body/Blood.js +1 -0
- package/dist/cjs/embeddable/body/Bounds.js +1 -0
- package/dist/cjs/embeddable/body/Brain.js +1 -0
- package/dist/cjs/embeddable/body/Ectopic.js +1 -0
- package/dist/cjs/embeddable/body/Erectile.js +1 -0
- package/dist/cjs/embeddable/body/Eyes.js +1 -0
- package/dist/cjs/embeddable/body/Head.js +1 -0
- package/dist/cjs/embeddable/body/Heart.js +1 -0
- package/dist/cjs/embeddable/body/Liver.js +1 -0
- package/dist/cjs/embeddable/body/Lungs.js +1 -0
- package/dist/cjs/embeddable/body/Stomach.js +1 -0
- package/dist/cjs/embeddable/body/index.js +1 -0
- package/dist/cjs/embeddable/chart/Bar.js +1 -0
- package/dist/cjs/embeddable/chart/CSVDataFrame.js +1 -0
- package/dist/cjs/embeddable/chart/Legends.js +1 -0
- package/dist/cjs/embeddable/chart/Line.js +1 -0
- package/dist/cjs/embeddable/chart/LineLayer.js +1 -0
- package/dist/cjs/embeddable/chart/Messages.js +11 -0
- package/dist/cjs/embeddable/chart/Pie.js +1 -0
- package/dist/cjs/embeddable/chart/Radar.js +1 -0
- package/dist/cjs/embeddable/chart/Tooltip.js +1 -0
- package/dist/cjs/embeddable/chart/colors/CategoricalColors.js +1 -0
- package/dist/cjs/embeddable/chart/colors/ColorProvider.js +1 -0
- package/dist/cjs/embeddable/chart/colors/Colors.js +1 -0
- package/dist/cjs/embeddable/chart/colors/ManualColors.js +1 -0
- package/dist/cjs/embeddable/chart/colors/PlainColor.js +1 -0
- package/dist/cjs/embeddable/chart/colors/SequentialColors.js +1 -0
- package/dist/cjs/embeddable/chart/colors/SystemColors.js +1 -0
- package/dist/cjs/embeddable/chart/data/Bar.js +1 -0
- package/dist/cjs/embeddable/chart/data/Line.js +1 -0
- package/dist/cjs/embeddable/chart/data/Pie.js +1 -0
- package/dist/cjs/embeddable/chart/data/Utils.js +1 -0
- package/dist/cjs/embeddable/chart/data/index.js +1 -0
- package/dist/cjs/embeddable/chart/index.js +1 -0
- package/dist/cjs/embeddable/child-page-menu/index.js +1 -0
- package/dist/cjs/embeddable/common/ChartTooltip.js +1 -0
- package/dist/cjs/embeddable/common/MapTooltip.js +1 -0
- package/dist/cjs/embeddable/common/Messages.js +11 -0
- package/dist/cjs/embeddable/common/colors/CategoricalColors.js +1 -0
- package/dist/cjs/embeddable/common/colors/ColorProvider.js +1 -0
- package/dist/cjs/embeddable/common/colors/Colors.js +1 -0
- package/dist/cjs/embeddable/common/colors/ManualColors.js +1 -0
- package/dist/cjs/embeddable/common/colors/PlainColor.js +1 -0
- package/dist/cjs/embeddable/common/colors/SequentialColors.js +1 -0
- package/dist/cjs/embeddable/common/colors/SystemColors.js +1 -0
- package/dist/cjs/embeddable/connected-templates/PostContent.js +1 -0
- package/dist/cjs/embeddable/connected-templates/PostIntro.js +1 -0
- package/dist/cjs/embeddable/d3Map/BaseLayer.js +1 -0
- package/dist/cjs/embeddable/d3Map/BreaksStyles.js +1 -0
- package/dist/cjs/embeddable/d3Map/DataLayer.js +1 -0
- package/dist/cjs/embeddable/d3Map/FlowLayer.js +1 -0
- package/dist/cjs/embeddable/d3Map/LatLongLayer.js +1 -0
- package/dist/cjs/embeddable/d3Map/Layer.js +1 -0
- package/dist/cjs/embeddable/d3Map/Legends.js +1 -0
- package/dist/cjs/embeddable/d3Map/Map.js +1 -0
- package/dist/cjs/embeddable/d3Map/ProjectedContainer.js +1 -0
- package/dist/cjs/embeddable/d3Map/Tooltip.js +1 -0
- package/dist/cjs/embeddable/d3Map/ZoomControl.js +1 -0
- package/dist/cjs/embeddable/d3Map/index.js +1 -0
- package/dist/cjs/embeddable/data/CategoriesConsumer.js +1 -0
- package/dist/cjs/embeddable/data/CategoriesProvider.js +1 -0
- package/dist/cjs/embeddable/data/DataConsumer.js +1 -0
- package/dist/cjs/embeddable/data/DataContext.js +1 -0
- package/dist/cjs/embeddable/data/DataProvider.js +1 -0
- package/dist/cjs/embeddable/datalabel/index.js +1 -0
- package/dist/cjs/embeddable/download/dom-to-image.js +2 -0
- package/dist/cjs/embeddable/download/index.js +5 -0
- package/dist/cjs/embeddable/downloadPDF/index.js +1 -0
- package/dist/cjs/embeddable/featuredtabs/index.js +1 -0
- package/dist/cjs/embeddable/filter/index.js +1 -0
- package/dist/cjs/embeddable/filter-reset-button/index.js +1 -0
- package/dist/cjs/embeddable/filters-apply-button/index.js +1 -0
- package/dist/cjs/embeddable/index.js +1 -0
- package/dist/cjs/embeddable/inlinelist/index.js +1 -0
- package/dist/cjs/embeddable/map/MapCSVDataFrame.js +1 -0
- package/dist/cjs/embeddable/map/MapDataFrame.js +1 -0
- package/dist/cjs/embeddable/map/index.js +2 -0
- package/dist/cjs/embeddable/map/legend.js +1 -0
- package/dist/cjs/embeddable/map/map.js +4 -0
- package/dist/cjs/embeddable/measures/index.js +1 -0
- package/dist/cjs/embeddable/menu/index.js +3 -0
- package/dist/cjs/embeddable/new-time-line/index.js +1 -0
- package/dist/cjs/embeddable/new-time-line/timeline.js +1 -0
- package/dist/cjs/embeddable/newsletter/index.js +1 -0
- package/dist/cjs/embeddable/pagegallery/index.js +1 -0
- package/dist/cjs/embeddable/pagemodules/FloatingNavigator.js +1 -0
- package/dist/cjs/embeddable/pagemodules/index.js +1 -0
- package/dist/cjs/embeddable/parallax/index.js +1 -0
- package/dist/cjs/embeddable/postscarousel/index.js +1 -0
- package/dist/cjs/embeddable/reducers/data-api.js +1 -0
- package/dist/cjs/embeddable/reducers/data.js +1 -0
- package/dist/cjs/embeddable/reducers/embeddable-api.js +1 -0
- package/dist/cjs/embeddable/reducers/embeddable.js +1 -0
- package/dist/cjs/embeddable/references/Reference.js +1 -0
- package/dist/cjs/embeddable/references/ReferencesList.js +1 -0
- package/dist/cjs/embeddable/sankeychart/Sankey.js +1 -0
- package/dist/cjs/embeddable/sankeychart/index.js +1 -0
- package/dist/cjs/embeddable/showcase/index.js +1 -0
- package/dist/cjs/embeddable/superset-chart/index.js +1 -0
- package/dist/cjs/embeddable/superset-dashboard/index.js +1 -0
- package/dist/cjs/embeddable/tabbedposts/index.js +1 -0
- package/dist/cjs/embeddable/time-line/desktop.js +1 -0
- package/dist/cjs/embeddable/time-line/index.js +1 -0
- package/dist/cjs/embeddable/time-line/mobile.js +1 -0
- package/dist/cjs/embeddable/tooltip/index.js +1 -0
- package/dist/cjs/embeddable/utils/common.js +1 -0
- package/dist/cjs/embeddable/utils/parseUtils.js +1 -0
- package/dist/cjs/embeddable/vertical-featuredtabs/index.js +2 -0
- package/dist/cjs/embeddable/wrapped/index.js +1 -0
- package/dist/cjs/index.js +1 -0
- package/dist/cjs/layout/CustomSemanticSearch.js +1 -0
- package/dist/cjs/layout/Customizer.js +1 -0
- package/dist/cjs/layout/FlexWrapDetector.js +1 -0
- package/dist/cjs/layout/Footer.js +1 -0
- package/dist/cjs/layout/Header.js +3 -0
- package/dist/cjs/layout/LangSwitcher.js +1 -0
- package/dist/cjs/layout/ResponsiveContainer.js +1 -0
- package/dist/cjs/layout/ScrollTop.js +1 -0
- package/dist/cjs/layout/SearchControl.js +1 -0
- package/dist/cjs/layout/TopNavigator.js +1 -0
- package/dist/cjs/layout/containers/PreviewPageContainer.js +1 -0
- package/dist/cjs/layout/containers/PreviewTypeContainer.js +1 -0
- package/dist/cjs/layout/containers/SlugContainer.js +1 -0
- package/dist/cjs/layout/containers/SlugPostContainer.js +1 -0
- package/dist/cjs/layout/index.js +1 -0
- package/dist/cjs/lib/hooks/window-dimensions.js +1 -0
- package/dist/cjs/lib/react-intl-redux/index.js +1 -0
- package/dist/cjs/lib/react-intl-redux/providers/IntlProvider.js +1 -0
- package/dist/cjs/lib/react-intl-redux/providers/Provider.js +1 -0
- package/dist/cjs/lib/redux-immutable/index.js +1 -0
- package/dist/cjs/lib/redux-immutable/utils/getStateName.js +1 -0
- package/dist/cjs/lib/redux-immutable/utils/getUnexpectedInvocationParameterMessage.js +1 -0
- package/dist/cjs/node_modules/.pnpm/semantic-ui-react@3.0.0-beta.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/semantic-ui-react/src/lib/classNameBuilders.js +1 -0
- package/dist/cjs/node_modules/.pnpm/semantic-ui-react@3.0.0-beta.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/semantic-ui-react/src/lib/getUnhandledProps.js +1 -0
- package/dist/cjs/redux/hooks.js +1 -0
- package/dist/cjs/redux/reducer.js +1 -0
- package/dist/cjs/redux/store.js +1 -0
- package/dist/cjs/styles.css +1 -0
- package/dist/cjs/tracker/index.js +1 -0
- package/dist/cjs/tracker/withGoogleAnalytics.js +1 -0
- package/dist/cjs/translations/af.json.js +1 -0
- package/dist/cjs/translations/en.json.js +1 -0
- package/dist/cjs/translations/fr.json.js +1 -0
- package/dist/cjs/utils/AppMedia.js +1 -0
- package/dist/cjs/utils/countries.js +1 -0
- package/dist/cjs/utils/deviceType.js +1 -0
- package/dist/cjs/utils/semanticUtils.js +1 -0
- package/dist/esm/api/commons.js +36 -0
- package/dist/esm/common.css +1 -0
- package/dist/esm/conf/config.json.js +7 -0
- package/dist/esm/conf/index.js +9 -0
- package/dist/esm/embeddable/agree-and-download/index.js +103 -0
- package/dist/esm/embeddable/big-number/index.js +121 -0
- package/dist/esm/embeddable/big-number-trend/index.js +130 -0
- package/dist/esm/embeddable/body/Background.js +409 -0
- package/dist/esm/embeddable/body/Blood.js +2325 -0
- package/dist/esm/embeddable/body/Bounds.js +3506 -0
- package/dist/esm/embeddable/body/Brain.js +546 -0
- package/dist/esm/embeddable/body/Ectopic.js +96 -0
- package/dist/esm/embeddable/body/Erectile.js +421 -0
- package/dist/esm/embeddable/body/Eyes.js +365 -0
- package/dist/esm/embeddable/body/Head.js +418 -0
- package/dist/esm/embeddable/body/Heart.js +467 -0
- package/dist/esm/embeddable/body/Liver.js +266 -0
- package/dist/esm/embeddable/body/Lungs.js +1036 -0
- package/dist/esm/embeddable/body/Stomach.js +1875 -0
- package/dist/esm/embeddable/body/index.js +510 -0
- package/dist/esm/embeddable/chart/Bar.js +788 -0
- package/dist/esm/embeddable/chart/CSVDataFrame.js +77 -0
- package/dist/esm/embeddable/chart/Legends.js +86 -0
- package/dist/esm/embeddable/chart/Line.js +412 -0
- package/dist/esm/embeddable/chart/LineLayer.js +76 -0
- package/dist/esm/embeddable/chart/Messages.js +44 -0
- package/dist/esm/embeddable/chart/Pie.js +250 -0
- package/dist/esm/embeddable/chart/Radar.js +231 -0
- package/dist/esm/embeddable/chart/Tooltip.js +53 -0
- package/dist/esm/embeddable/chart/colors/CategoricalColors.js +27 -0
- package/dist/esm/embeddable/chart/colors/ColorProvider.js +75 -0
- package/dist/esm/embeddable/chart/colors/Colors.js +44 -0
- package/dist/esm/embeddable/chart/colors/ManualColors.js +45 -0
- package/dist/esm/embeddable/chart/colors/PlainColor.js +18 -0
- package/dist/esm/embeddable/chart/colors/SequentialColors.js +33 -0
- package/dist/esm/embeddable/chart/colors/SystemColors.js +25 -0
- package/dist/esm/embeddable/chart/data/Bar.js +205 -0
- package/dist/esm/embeddable/chart/data/Line.js +212 -0
- package/dist/esm/embeddable/chart/data/Pie.js +94 -0
- package/dist/esm/embeddable/chart/data/Utils.js +30 -0
- package/dist/esm/embeddable/chart/data/index.js +7 -0
- package/dist/esm/embeddable/chart/index.js +593 -0
- package/dist/esm/embeddable/child-page-menu/index.js +108 -0
- package/dist/esm/embeddable/common/ChartTooltip.js +34 -0
- package/dist/esm/embeddable/common/MapTooltip.js +59 -0
- package/dist/esm/embeddable/common/Messages.js +39 -0
- package/dist/esm/embeddable/common/colors/CategoricalColors.js +27 -0
- package/dist/esm/embeddable/common/colors/ColorProvider.js +29 -0
- package/dist/esm/embeddable/common/colors/Colors.js +44 -0
- package/dist/esm/embeddable/common/colors/ManualColors.js +50 -0
- package/dist/esm/embeddable/common/colors/PlainColor.js +18 -0
- package/dist/esm/embeddable/common/colors/SequentialColors.js +33 -0
- package/dist/esm/embeddable/common/colors/SystemColors.js +25 -0
- package/dist/esm/embeddable/connected-templates/PostContent.js +11 -0
- package/dist/esm/embeddable/connected-templates/PostIntro.js +11 -0
- package/dist/esm/embeddable/d3Map/BaseLayer.js +66 -0
- package/dist/esm/embeddable/d3Map/BreaksStyles.js +18 -0
- package/dist/esm/embeddable/d3Map/DataLayer.js +248 -0
- package/dist/esm/embeddable/d3Map/FlowLayer.js +186 -0
- package/dist/esm/embeddable/d3Map/LatLongLayer.js +146 -0
- package/dist/esm/embeddable/d3Map/Layer.js +59 -0
- package/dist/esm/embeddable/d3Map/Legends.js +234 -0
- package/dist/esm/embeddable/d3Map/Map.js +49 -0
- package/dist/esm/embeddable/d3Map/ProjectedContainer.js +50 -0
- package/dist/esm/embeddable/d3Map/Tooltip.js +28 -0
- package/dist/esm/embeddable/d3Map/ZoomControl.js +86 -0
- package/dist/esm/embeddable/d3Map/index.js +123 -0
- package/dist/esm/embeddable/data/CategoriesConsumer.js +7 -0
- package/dist/esm/embeddable/data/CategoriesProvider.js +35 -0
- package/dist/esm/embeddable/data/DataConsumer.js +10 -0
- package/dist/esm/embeddable/data/DataContext.js +7 -0
- package/dist/esm/embeddable/data/DataProvider.js +83 -0
- package/dist/esm/embeddable/datalabel/index.js +106 -0
- package/dist/esm/embeddable/download/dom-to-image.js +470 -0
- package/dist/esm/embeddable/download/index.js +141 -0
- package/dist/esm/embeddable/downloadPDF/index.js +24 -0
- package/dist/esm/embeddable/featuredtabs/index.js +207 -0
- package/dist/esm/embeddable/filter/index.js +430 -0
- package/dist/esm/embeddable/filter-reset-button/index.js +41 -0
- package/dist/esm/embeddable/filters-apply-button/index.js +52 -0
- package/dist/esm/embeddable/index.js +76 -0
- package/dist/esm/embeddable/inlinelist/index.js +106 -0
- package/dist/esm/embeddable/map/MapCSVDataFrame.js +78 -0
- package/dist/esm/embeddable/map/MapDataFrame.js +28 -0
- package/dist/esm/embeddable/map/index.js +207 -0
- package/dist/esm/embeddable/map/legend.js +101 -0
- package/dist/esm/embeddable/map/map.js +965 -0
- package/dist/esm/embeddable/measures/index.js +46 -0
- package/dist/esm/embeddable/menu/index.js +46 -0
- package/dist/esm/embeddable/new-time-line/index.js +84 -0
- package/dist/esm/embeddable/new-time-line/timeline.js +68 -0
- package/dist/esm/embeddable/newsletter/index.js +51 -0
- package/dist/esm/embeddable/pagegallery/index.js +36 -0
- package/dist/esm/embeddable/pagemodules/FloatingNavigator.js +30 -0
- package/dist/esm/embeddable/pagemodules/index.js +129 -0
- package/dist/esm/embeddable/parallax/index.js +52 -0
- package/dist/esm/embeddable/postscarousel/index.js +52 -0
- package/dist/esm/embeddable/reducers/data-api.js +17 -0
- package/dist/esm/embeddable/reducers/data.js +116 -0
- package/dist/esm/embeddable/reducers/embeddable-api.js +13 -0
- package/dist/esm/embeddable/reducers/embeddable.js +54 -0
- package/dist/esm/embeddable/references/Reference.js +33 -0
- package/dist/esm/embeddable/references/ReferencesList.js +65 -0
- package/dist/esm/embeddable/sankeychart/Sankey.js +205 -0
- package/dist/esm/embeddable/sankeychart/index.js +238 -0
- package/dist/esm/embeddable/showcase/index.js +247 -0
- package/dist/esm/embeddable/superset-chart/index.js +29 -0
- package/dist/esm/embeddable/superset-dashboard/index.js +29 -0
- package/dist/esm/embeddable/tabbedposts/index.js +265 -0
- package/dist/esm/embeddable/time-line/desktop.js +240 -0
- package/dist/esm/embeddable/time-line/index.js +16 -0
- package/dist/esm/embeddable/time-line/mobile.js +272 -0
- package/dist/esm/embeddable/tooltip/index.js +16 -0
- package/dist/esm/embeddable/utils/common.js +8 -0
- package/dist/esm/embeddable/utils/parseUtils.js +13 -0
- package/dist/esm/embeddable/vertical-featuredtabs/index.js +293 -0
- package/dist/esm/embeddable/wrapped/index.js +18 -0
- package/dist/esm/index.js +31 -0
- package/dist/esm/layout/CustomSemanticSearch.js +113 -0
- package/dist/esm/layout/Customizer.js +23 -0
- package/dist/esm/layout/FlexWrapDetector.js +37 -0
- package/dist/esm/layout/Footer.js +17 -0
- package/dist/esm/layout/Header.js +248 -0
- package/dist/esm/layout/LangSwitcher.js +93 -0
- package/dist/esm/layout/ResponsiveContainer.js +24 -0
- package/dist/esm/layout/ScrollTop.js +13 -0
- package/dist/esm/layout/SearchControl.js +239 -0
- package/dist/esm/layout/TopNavigator.js +21 -0
- package/dist/esm/layout/containers/PreviewPageContainer.js +21 -0
- package/dist/esm/layout/containers/PreviewTypeContainer.js +23 -0
- package/dist/esm/layout/containers/SlugContainer.js +19 -0
- package/dist/esm/layout/containers/SlugPostContainer.js +19 -0
- package/dist/esm/layout/index.js +16 -0
- package/dist/esm/lib/hooks/window-dimensions.js +25 -0
- package/dist/esm/lib/react-intl-redux/index.js +20 -0
- package/dist/esm/lib/react-intl-redux/providers/IntlProvider.js +13 -0
- package/dist/esm/lib/react-intl-redux/providers/Provider.js +11 -0
- package/dist/esm/lib/redux-immutable/index.js +27 -0
- package/dist/esm/lib/redux-immutable/utils/getStateName.js +4 -0
- package/dist/esm/lib/redux-immutable/utils/getUnexpectedInvocationParameterMessage.js +21 -0
- package/dist/esm/node_modules/.pnpm/semantic-ui-react@3.0.0-beta.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/semantic-ui-react/src/lib/classNameBuilders.js +5 -0
- package/dist/esm/node_modules/.pnpm/semantic-ui-react@3.0.0-beta.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/semantic-ui-react/src/lib/getUnhandledProps.js +7 -0
- package/dist/esm/redux/hooks.js +6 -0
- package/dist/esm/redux/reducer.js +13 -0
- package/dist/esm/redux/store.js +14 -0
- package/dist/esm/styles.css +1 -0
- package/dist/esm/tracker/index.js +4 -0
- package/dist/esm/tracker/withGoogleAnalytics.js +21 -0
- package/dist/esm/translations/af.json.js +4 -0
- package/dist/esm/translations/en.json.js +49 -0
- package/dist/esm/translations/fr.json.js +46 -0
- package/dist/esm/utils/AppMedia.js +16 -0
- package/dist/esm/utils/countries.js +650 -0
- package/dist/esm/utils/deviceType.js +7 -0
- package/dist/esm/utils/semanticUtils.js +84 -0
- package/dist/types/api/commons.d.ts +4 -0
- package/dist/types/conf/config.json.d.ts +5 -0
- package/dist/types/conf/index.d.ts +6 -0
- package/dist/types/embeddable/Dummy.d.ts +3 -0
- package/dist/types/embeddable/agree-and-download/index.d.ts +3 -0
- package/dist/types/embeddable/big-number/index.d.ts +5 -0
- package/dist/types/embeddable/big-number-trend/index.d.ts +5 -0
- package/dist/types/embeddable/body/Background.d.ts +5 -0
- package/dist/types/embeddable/body/Blood.d.ts +5 -0
- package/dist/types/embeddable/body/Bounds.d.ts +5 -0
- package/dist/types/embeddable/body/Brain.d.ts +5 -0
- package/dist/types/embeddable/body/Ectopic.d.ts +5 -0
- package/dist/types/embeddable/body/Erectile.d.ts +5 -0
- package/dist/types/embeddable/body/Eyes.d.ts +5 -0
- package/dist/types/embeddable/body/Head.d.ts +5 -0
- package/dist/types/embeddable/body/Heart.d.ts +5 -0
- package/dist/types/embeddable/body/Larynx.d.ts +5 -0
- package/dist/types/embeddable/body/Liver.d.ts +5 -0
- package/dist/types/embeddable/body/Lungs.d.ts +5 -0
- package/dist/types/embeddable/body/Stomach.d.ts +5 -0
- package/dist/types/embeddable/body/index.d.ts +5 -0
- package/dist/types/embeddable/chart/Bar.d.ts +69 -0
- package/dist/types/embeddable/chart/Bump.d.ts +35 -0
- package/dist/types/embeddable/chart/CSVDataFrame.d.ts +9 -0
- package/dist/types/embeddable/chart/DelayedRender.d.ts +15 -0
- package/dist/types/embeddable/chart/Diverging.d.ts +15 -0
- package/dist/types/embeddable/chart/Legends.d.ts +5 -0
- package/dist/types/embeddable/chart/Line.d.ts +115 -0
- package/dist/types/embeddable/chart/LineLayer.d.ts +5 -0
- package/dist/types/embeddable/chart/Messages.d.ts +14 -0
- package/dist/types/embeddable/chart/Pie.d.ts +77 -0
- package/dist/types/embeddable/chart/Radar.d.ts +67 -0
- package/dist/types/embeddable/chart/Radar2.d.ts +5 -0
- package/dist/types/embeddable/chart/Sunburst.d.ts +15 -0
- package/dist/types/embeddable/chart/Tooltip.d.ts +9 -0
- package/dist/types/embeddable/chart/UserMeasures.d.ts +10 -0
- package/dist/types/embeddable/chart/colors/CategoricalColors.d.ts +10 -0
- package/dist/types/embeddable/chart/colors/ColorProvider.d.ts +6 -0
- package/dist/types/embeddable/chart/colors/Colors.d.ts +24 -0
- package/dist/types/embeddable/chart/colors/ManualColors.d.ts +8 -0
- package/dist/types/embeddable/chart/colors/PlainColor.d.ts +8 -0
- package/dist/types/embeddable/chart/colors/SequentialColors.d.ts +9 -0
- package/dist/types/embeddable/chart/colors/SystemColors.d.ts +9 -0
- package/dist/types/embeddable/chart/data/Bar.d.ts +3 -0
- package/dist/types/embeddable/chart/data/Line.d.ts +3 -0
- package/dist/types/embeddable/chart/data/Pie.d.ts +2 -0
- package/dist/types/embeddable/chart/data/Utils.d.ts +17 -0
- package/dist/types/embeddable/chart/data/index.d.ts +9 -0
- package/dist/types/embeddable/chart/index.d.ts +5 -0
- package/dist/types/embeddable/chart/prevalenceBuilder.d.ts +19 -0
- package/dist/types/embeddable/child-page-menu/index.d.ts +5 -0
- package/dist/types/embeddable/common/ChartTooltip.d.ts +9 -0
- package/dist/types/embeddable/common/MapTooltip.d.ts +8 -0
- package/dist/types/embeddable/common/Messages.d.ts +14 -0
- package/dist/types/embeddable/common/colors/CategoricalColors.d.ts +10 -0
- package/dist/types/embeddable/common/colors/ColorProvider.d.ts +21 -0
- package/dist/types/embeddable/common/colors/Colors.d.ts +24 -0
- package/dist/types/embeddable/common/colors/ManualColors.d.ts +8 -0
- package/dist/types/embeddable/common/colors/PlainColor.d.ts +8 -0
- package/dist/types/embeddable/common/colors/SequentialColors.d.ts +9 -0
- package/dist/types/embeddable/common/colors/SystemColors.d.ts +9 -0
- package/dist/types/embeddable/connected-templates/PostContent.d.ts +5 -0
- package/dist/types/embeddable/connected-templates/PostIntro.d.ts +5 -0
- package/dist/types/embeddable/d3Map/BaseLayer.d.ts +9 -0
- package/dist/types/embeddable/d3Map/BreaksStyles.d.ts +15 -0
- package/dist/types/embeddable/d3Map/DataLayer.d.ts +5 -0
- package/dist/types/embeddable/d3Map/FlowLayer.d.ts +5 -0
- package/dist/types/embeddable/d3Map/LatLongLayer.d.ts +5 -0
- package/dist/types/embeddable/d3Map/Layer.d.ts +17 -0
- package/dist/types/embeddable/d3Map/Legends.d.ts +3 -0
- package/dist/types/embeddable/d3Map/Map.d.ts +10 -0
- package/dist/types/embeddable/d3Map/ProjectedContainer.d.ts +15 -0
- package/dist/types/embeddable/d3Map/Tooltip.d.ts +8 -0
- package/dist/types/embeddable/d3Map/ZoomControl.d.ts +23 -0
- package/dist/types/embeddable/d3Map/index.d.ts +5 -0
- package/dist/types/embeddable/data/CategoriesConsumer.d.ts +3 -0
- package/dist/types/embeddable/data/CategoriesProvider.d.ts +3 -0
- package/dist/types/embeddable/data/DataConsumer.d.ts +3 -0
- package/dist/types/embeddable/data/DataConsumerMap.d.ts +3 -0
- package/dist/types/embeddable/data/DataContext.d.ts +4 -0
- package/dist/types/embeddable/data/DataProvider.d.ts +7 -0
- package/dist/types/embeddable/datalabel/index.d.ts +5 -0
- package/dist/types/embeddable/download/dom-to-image.d.ts +129 -0
- package/dist/types/embeddable/download/index.d.ts +14 -0
- package/dist/types/embeddable/downloadPDF/index.d.ts +3 -0
- package/dist/types/embeddable/featuredtabs/index.d.ts +22 -0
- package/dist/types/embeddable/filter/_@deprecated_Components.d.ts +33 -0
- package/dist/types/embeddable/filter/index.d.ts +27 -0
- package/dist/types/embeddable/filter-reset-button/index.d.ts +5 -0
- package/dist/types/embeddable/filters-apply-button/index.d.ts +5 -0
- package/dist/types/embeddable/index.d.ts +161 -0
- package/dist/types/embeddable/inlinelist/index.d.ts +26 -0
- package/dist/types/embeddable/map/MapCSVDataFrame.d.ts +2 -0
- package/dist/types/embeddable/map/MapDataFrame.d.ts +7 -0
- package/dist/types/embeddable/map/index.d.ts +5 -0
- package/dist/types/embeddable/map/legend.d.ts +6 -0
- package/dist/types/embeddable/map/map.d.ts +5 -0
- package/dist/types/embeddable/measures/index.d.ts +12 -0
- package/dist/types/embeddable/menu/index.d.ts +13 -0
- package/dist/types/embeddable/new-time-line/index.d.ts +3 -0
- package/dist/types/embeddable/new-time-line/timeline.d.ts +21 -0
- package/dist/types/embeddable/newsletter/index.d.ts +5 -0
- package/dist/types/embeddable/pagegallery/index.d.ts +20 -0
- package/dist/types/embeddable/pagemodules/FloatingNavigator.d.ts +3 -0
- package/dist/types/embeddable/pagemodules/index.d.ts +42 -0
- package/dist/types/embeddable/parallax/index.d.ts +18 -0
- package/dist/types/embeddable/postscarousel/index.d.ts +15 -0
- package/dist/types/embeddable/reducers/data-api.d.ts +18 -0
- package/dist/types/embeddable/reducers/data.d.ts +54 -0
- package/dist/types/embeddable/reducers/embeddable-api.d.ts +2 -0
- package/dist/types/embeddable/reducers/embeddable.d.ts +8 -0
- package/dist/types/embeddable/references/Reference.d.ts +9 -0
- package/dist/types/embeddable/references/ReferencesList.d.ts +10 -0
- package/dist/types/embeddable/references/index.d.ts +3 -0
- package/dist/types/embeddable/sankeychart/Sankey.d.ts +5 -0
- package/dist/types/embeddable/sankeychart/index.d.ts +5 -0
- package/dist/types/embeddable/showcase/index.d.ts +5 -0
- package/dist/types/embeddable/superset-chart/index.d.ts +5 -0
- package/dist/types/embeddable/superset-dashboard/index-sdk.d.ts +5 -0
- package/dist/types/embeddable/superset-dashboard/index.d.ts +5 -0
- package/dist/types/embeddable/tabbedposts/index.d.ts +7 -0
- package/dist/types/embeddable/time-line/desktop.d.ts +3 -0
- package/dist/types/embeddable/time-line/index.d.ts +13 -0
- package/dist/types/embeddable/time-line/mobile.d.ts +3 -0
- package/dist/types/embeddable/tooltip/index.d.ts +5 -0
- package/dist/types/embeddable/utils/common.d.ts +3 -0
- package/dist/types/embeddable/utils/parseUtils.d.ts +9 -0
- package/dist/types/embeddable/vertical-featuredtabs/index.d.ts +21 -0
- package/dist/types/embeddable/wrapped/index.d.ts +3 -0
- package/dist/types/index.d.ts +5 -0
- package/dist/types/layout/ClassicHeader.d.ts +11 -0
- package/dist/types/layout/CustomSemanticSearch.d.ts +3 -0
- package/dist/types/layout/Customizer.d.ts +1 -0
- package/dist/types/layout/FavIcon.d.ts +2 -0
- package/dist/types/layout/FlexWrapDetector.d.ts +7 -0
- package/dist/types/layout/FloatingMenuHeader.d.ts +5 -0
- package/dist/types/layout/Footer.d.ts +5 -0
- package/dist/types/layout/Header.d.ts +11 -0
- package/dist/types/layout/LangSwitcher.d.ts +2 -0
- package/dist/types/layout/ResponsiveContainer.d.ts +16 -0
- package/dist/types/layout/ScrollTop.d.ts +2 -0
- package/dist/types/layout/SearchControl.d.ts +5 -0
- package/dist/types/layout/TopNavigator.d.ts +3 -0
- package/dist/types/layout/containers/PreviewPageContainer.d.ts +3 -0
- package/dist/types/layout/containers/PreviewTypeContainer.d.ts +3 -0
- package/dist/types/layout/containers/SlugContainer.d.ts +3 -0
- package/dist/types/layout/containers/SlugPostContainer.d.ts +3 -0
- package/dist/types/layout/containers/index.d.ts +5 -0
- package/dist/types/layout/index.d.ts +6 -0
- package/dist/types/lib/hooks/window-dimensions.d.ts +21 -0
- package/dist/types/lib/index.d.ts +2 -0
- package/dist/types/lib/react-intl-redux/index.d.ts +23 -0
- package/dist/types/lib/react-intl-redux/providers/IntlProvider.d.ts +2 -0
- package/dist/types/lib/react-intl-redux/providers/Provider.d.ts +11 -0
- package/dist/types/lib/redux-immutable/index.d.ts +3 -0
- package/dist/types/lib/redux-immutable/types.d.ts +2 -0
- package/dist/types/lib/redux-immutable/utils/getStateName.d.ts +2 -0
- package/dist/types/lib/redux-immutable/utils/getUnexpectedInvocationParameterMessage.d.ts +3 -0
- package/dist/types/lib/redux-immutable/utils/index.d.ts +3 -0
- package/dist/types/lib/redux-immutable/utils/validateNextState.d.ts +2 -0
- package/dist/types/redux/hooks.d.ts +4 -0
- package/dist/types/redux/index.d.ts +2 -0
- package/dist/types/redux/reducer.d.ts +3 -0
- package/dist/types/redux/store.d.ts +9 -0
- package/dist/types/tools/serviceWorker.d.ts +2 -0
- package/dist/types/tracker/index.d.ts +1 -0
- package/dist/types/tracker/withGoogleAnalytics.d.ts +6 -0
- package/dist/types/translations/af.json.d.ts +4 -0
- package/dist/types/translations/en.json.d.ts +42 -0
- package/dist/types/translations/fr.json.d.ts +39 -0
- package/dist/types/translations/index.d.ts +4 -0
- package/dist/types/utils/AppMedia.d.ts +4 -0
- package/dist/types/utils/countries.d.ts +7 -0
- package/dist/types/utils/deviceType.d.ts +2 -0
- package/dist/types/utils/semanticUtils.d.ts +16 -0
- package/package.json +158 -0
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
export namespace domtoimage {
|
|
2
|
+
export { toSvg };
|
|
3
|
+
export { toPng };
|
|
4
|
+
export { toJpeg };
|
|
5
|
+
export { toBlob };
|
|
6
|
+
export { toPixelData };
|
|
7
|
+
export { cloneNode };
|
|
8
|
+
export namespace impl {
|
|
9
|
+
export { fontFaces };
|
|
10
|
+
export { images };
|
|
11
|
+
export { util };
|
|
12
|
+
export { inliner };
|
|
13
|
+
export let options: {};
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* @param {Node} node - The DOM Node object to render
|
|
18
|
+
* @param {Object} options - Rendering options
|
|
19
|
+
* @param {Function} options.filter - Should return true if passed node should be included in the output
|
|
20
|
+
* (excluding node means excluding it's children as well). Not called on the root node.
|
|
21
|
+
* @param {String} options.bgcolor - color for the background, any valid CSS color value.
|
|
22
|
+
* @param {Number} options.width - width to be applied to node before rendering.
|
|
23
|
+
* @param {Number} options.height - height to be applied to node before rendering.
|
|
24
|
+
* @param {Object} options.style - an object whose properties to be copied to node's style before rendering.
|
|
25
|
+
* @param {Number} options.quality - a Number between 0 and 1 indicating image quality (applicable to JPEG only),
|
|
26
|
+
defaults to 1.0.
|
|
27
|
+
* @param {String} options.imagePlaceholder - dataURL to use as a placeholder for failed images, default behaviour is to fail fast on images we can't fetch
|
|
28
|
+
* @param {Boolean} options.cacheBust - set to true to cache bust by appending the time to the request url
|
|
29
|
+
* @return {Promise} - A promise that is fulfilled with a SVG image data URL
|
|
30
|
+
* */
|
|
31
|
+
declare function toSvg(node: Node, options: {
|
|
32
|
+
filter: Function;
|
|
33
|
+
bgcolor: string;
|
|
34
|
+
width: number;
|
|
35
|
+
height: number;
|
|
36
|
+
style: any;
|
|
37
|
+
quality: number;
|
|
38
|
+
imagePlaceholder: string;
|
|
39
|
+
cacheBust: boolean;
|
|
40
|
+
}): Promise<any>;
|
|
41
|
+
/**
|
|
42
|
+
* @param {Node} node - The DOM Node object to render
|
|
43
|
+
* @param {Object} options - Rendering options, @see {@link toSvg}
|
|
44
|
+
* @return {Promise} - A promise that is fulfilled with a PNG image data URL
|
|
45
|
+
* */
|
|
46
|
+
declare function toPng(node: Node, options: any): Promise<any>;
|
|
47
|
+
/**
|
|
48
|
+
* @param {Node} node - The DOM Node object to render
|
|
49
|
+
* @param {Object} options - Rendering options, @see {@link toSvg}
|
|
50
|
+
* @return {Promise} - A promise that is fulfilled with a JPEG image data URL
|
|
51
|
+
* */
|
|
52
|
+
declare function toJpeg(node: Node, options: any): Promise<any>;
|
|
53
|
+
/**
|
|
54
|
+
* @param {Node} node - The DOM Node object to render
|
|
55
|
+
* @param {Object} options - Rendering options, @see {@link toSvg}
|
|
56
|
+
* @return {Promise} - A promise that is fulfilled with a PNG image blob
|
|
57
|
+
* */
|
|
58
|
+
declare function toBlob(node: Node, options: any): Promise<any>;
|
|
59
|
+
/**
|
|
60
|
+
* @param {Node} node - The DOM Node object to render
|
|
61
|
+
* @param {Object} options - Rendering options, @see {@link toSvg}
|
|
62
|
+
* @return {Promise} - A promise that is fulfilled with a Uint8Array containing RGBA pixel data.
|
|
63
|
+
* */
|
|
64
|
+
declare function toPixelData(node: Node, options: any): Promise<any>;
|
|
65
|
+
declare function cloneNode(node: any, filter: any, root: any): Promise<any>;
|
|
66
|
+
declare namespace fontFaces {
|
|
67
|
+
export { resolveAll };
|
|
68
|
+
export namespace impl_1 {
|
|
69
|
+
export { readAll };
|
|
70
|
+
}
|
|
71
|
+
export { impl_1 as impl };
|
|
72
|
+
}
|
|
73
|
+
declare namespace images {
|
|
74
|
+
export { inlineAll };
|
|
75
|
+
export namespace impl_2 {
|
|
76
|
+
export { newImage };
|
|
77
|
+
}
|
|
78
|
+
export { impl_2 as impl };
|
|
79
|
+
}
|
|
80
|
+
declare namespace util {
|
|
81
|
+
export { escape };
|
|
82
|
+
export { parseExtension };
|
|
83
|
+
export { mimeType };
|
|
84
|
+
export { dataAsUrl };
|
|
85
|
+
export { isDataUrl };
|
|
86
|
+
export { canvasToBlob };
|
|
87
|
+
export { resolveUrl };
|
|
88
|
+
export { getAndEncode };
|
|
89
|
+
export function uid(): string;
|
|
90
|
+
export { delay };
|
|
91
|
+
export { asArray };
|
|
92
|
+
export { escapeXhtml };
|
|
93
|
+
export { makeImage };
|
|
94
|
+
export { width };
|
|
95
|
+
export { height };
|
|
96
|
+
}
|
|
97
|
+
declare namespace inliner {
|
|
98
|
+
export { inlineAll };
|
|
99
|
+
export { shouldProcess };
|
|
100
|
+
export namespace impl_3 {
|
|
101
|
+
export { readUrls };
|
|
102
|
+
export { inline };
|
|
103
|
+
}
|
|
104
|
+
export { impl_3 as impl };
|
|
105
|
+
}
|
|
106
|
+
declare function resolveAll(): Promise<string>;
|
|
107
|
+
declare function readAll(): Promise<any>;
|
|
108
|
+
declare function inlineAll(node: any): any;
|
|
109
|
+
declare function newImage(element: any): {
|
|
110
|
+
inline: (get: any) => Promise<any>;
|
|
111
|
+
};
|
|
112
|
+
declare function parseExtension(url: any): string;
|
|
113
|
+
declare function mimeType(url: any): any;
|
|
114
|
+
declare function dataAsUrl(content: any, type: any): string;
|
|
115
|
+
declare function isDataUrl(url: any): boolean;
|
|
116
|
+
declare function canvasToBlob(canvas: any): Promise<any>;
|
|
117
|
+
declare function resolveUrl(url: any, baseUrl: any): string;
|
|
118
|
+
declare function getAndEncode(url: any): Promise<any>;
|
|
119
|
+
declare function delay(ms: any): (arg: any) => Promise<any>;
|
|
120
|
+
declare function asArray(arrayLike: any): any[];
|
|
121
|
+
declare function escapeXhtml(string: any): any;
|
|
122
|
+
declare function makeImage(uri: any): Promise<any>;
|
|
123
|
+
declare function width(node: any): any;
|
|
124
|
+
declare function height(node: any): any;
|
|
125
|
+
declare function inlineAll_1(string: any, baseUrl: any, get: any): Promise<any>;
|
|
126
|
+
declare function shouldProcess(string: any): boolean;
|
|
127
|
+
declare function readUrls(string: any): string[];
|
|
128
|
+
declare function inline(string: any, url: any, baseUrl: any, get: any): Promise<any>;
|
|
129
|
+
export {};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
declare const _default: import('react-redux').ConnectedComponent<(props: any) => React.JSX.Element, {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
[x: number]: any;
|
|
5
|
+
[x: symbol]: any;
|
|
6
|
+
context?: React.Context<import('react-redux').ReactReduxContextValue<any, import('redux').UnknownAction> | null> | undefined;
|
|
7
|
+
store?: import('redux').Store | undefined;
|
|
8
|
+
} | {
|
|
9
|
+
[x: string]: any;
|
|
10
|
+
[x: number]: any;
|
|
11
|
+
[x: symbol]: any;
|
|
12
|
+
store?: import('redux').Store | undefined;
|
|
13
|
+
}>;
|
|
14
|
+
export default _default;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
export interface FeatureTabsProps {
|
|
3
|
+
"data-width": number;
|
|
4
|
+
"data-height": number;
|
|
5
|
+
"data-type": string;
|
|
6
|
+
"data-taxonomy": string;
|
|
7
|
+
"data-categories": string;
|
|
8
|
+
"data-items": any;
|
|
9
|
+
"data-color": string;
|
|
10
|
+
"data-read-more-label": string;
|
|
11
|
+
"data-use-scrolls": string;
|
|
12
|
+
"data-preview-mode": string;
|
|
13
|
+
pageModuleProps: any;
|
|
14
|
+
editing: boolean;
|
|
15
|
+
parent: number;
|
|
16
|
+
unique: number;
|
|
17
|
+
intl: any;
|
|
18
|
+
}
|
|
19
|
+
declare const _default: import('react-redux').ConnectedComponent<React.FC<FeatureTabsProps>, {
|
|
20
|
+
[x: string]: any;
|
|
21
|
+
}>;
|
|
22
|
+
export default _default;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
export function DropDownFilter({ categories, type, options, placeholder, selected, icon, onChange }: {
|
|
3
|
+
categories: any;
|
|
4
|
+
type: any;
|
|
5
|
+
options: any;
|
|
6
|
+
placeholder: any;
|
|
7
|
+
selected: any;
|
|
8
|
+
icon?: string | undefined;
|
|
9
|
+
onChange: any;
|
|
10
|
+
}): React.JSX.Element;
|
|
11
|
+
export function SingleDropDown({ options, placeholder, selected, icon, onChange }: {
|
|
12
|
+
options: any;
|
|
13
|
+
placeholder: any;
|
|
14
|
+
selected: any;
|
|
15
|
+
icon?: string | undefined;
|
|
16
|
+
onChange: any;
|
|
17
|
+
}): React.JSX.Element;
|
|
18
|
+
export function PngExport({ id, icon, name, filters, includes, size }: {
|
|
19
|
+
id: any;
|
|
20
|
+
icon: any;
|
|
21
|
+
name: any;
|
|
22
|
+
filters?: never[] | undefined;
|
|
23
|
+
includes?: never[] | undefined;
|
|
24
|
+
size: any;
|
|
25
|
+
}): React.JSX.Element;
|
|
26
|
+
export function getLocaleText(translations: any, locale: any): any;
|
|
27
|
+
export function ordinalSort(a: any, b: any): number;
|
|
28
|
+
export function code2Slug(code: any): any;
|
|
29
|
+
export function code2ClassName(code: any): any;
|
|
30
|
+
export function code2Key(prefix: any, code: any): string;
|
|
31
|
+
export const LocaleSpan: React.FC<import('react-intl').WithIntlProps<import('react-intl').WrappedComponentProps<any>>> & {
|
|
32
|
+
WrappedComponent: React.ComponentType<import('react-intl').WrappedComponentProps<any>>;
|
|
33
|
+
};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
export interface ListFilterDropDownProps {
|
|
3
|
+
allLabel: string;
|
|
4
|
+
noneLabel: string;
|
|
5
|
+
placeholder: string;
|
|
6
|
+
options: any[];
|
|
7
|
+
app: string;
|
|
8
|
+
group: string;
|
|
9
|
+
param: string;
|
|
10
|
+
current: any[];
|
|
11
|
+
onChange: any;
|
|
12
|
+
onInit: any;
|
|
13
|
+
useSingleColumn: boolean;
|
|
14
|
+
enableTextSearch: boolean;
|
|
15
|
+
filterType: string;
|
|
16
|
+
defaultValues: string;
|
|
17
|
+
showNoDataOption: boolean;
|
|
18
|
+
defaultValueCriteria: string;
|
|
19
|
+
allNoneSameBehaviour: boolean;
|
|
20
|
+
closeOnSelect: boolean;
|
|
21
|
+
hiddenFilters: any[];
|
|
22
|
+
autoApply: boolean;
|
|
23
|
+
}
|
|
24
|
+
declare const _default: React.FC<import('react-intl').WithIntlProps<any>> & {
|
|
25
|
+
WrappedComponent: React.ComponentType<any>;
|
|
26
|
+
};
|
|
27
|
+
export default _default;
|
|
@@ -0,0 +1,161 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { default as Immutable } from 'immutable';
|
|
3
|
+
export declare const components: {
|
|
4
|
+
pageGallery: React.LazyExoticComponent<React.FC<import('react-intl').WithIntlProps<import('./pagegallery/index').PageGalleryProps>> & {
|
|
5
|
+
WrappedComponent: React.ComponentType<import('./pagegallery/index').PageGalleryProps>;
|
|
6
|
+
}>;
|
|
7
|
+
postsCarousel: React.LazyExoticComponent<(props: import('./postscarousel/index').PostCarouselProps) => React.JSX.Element>;
|
|
8
|
+
chart: React.LazyExoticComponent<import('react-redux').ConnectedComponent<(props: any) => React.JSX.Element, {
|
|
9
|
+
[x: string]: any;
|
|
10
|
+
}>>;
|
|
11
|
+
filter: React.LazyExoticComponent<React.FC<import('react-intl').WithIntlProps<any>> & {
|
|
12
|
+
WrappedComponent: React.ComponentType<any>;
|
|
13
|
+
}>;
|
|
14
|
+
showCaseForm: React.LazyExoticComponent<import('react-redux').ConnectedComponent<(props: any) => React.JSX.Element, {
|
|
15
|
+
[x: string]: any;
|
|
16
|
+
}>>;
|
|
17
|
+
newsLetter: React.LazyExoticComponent<import('react-redux').ConnectedComponent<(props: any) => React.JSX.Element, {
|
|
18
|
+
[x: string]: any;
|
|
19
|
+
}>>;
|
|
20
|
+
tabbedPosts: React.LazyExoticComponent<import('react-redux').ConnectedComponent<React.FC<import('react-intl').WithIntlProps<any>> & {
|
|
21
|
+
WrappedComponent: React.ComponentType<any>;
|
|
22
|
+
}, {
|
|
23
|
+
[x: string]: any;
|
|
24
|
+
}>>;
|
|
25
|
+
pageModules: React.LazyExoticComponent<import('react-redux').ConnectedComponent<React.FC<import('react-intl').WithIntlProps<any>> & {
|
|
26
|
+
WrappedComponent: React.ComponentType<any>;
|
|
27
|
+
}, {
|
|
28
|
+
[x: string]: any;
|
|
29
|
+
[x: number]: any;
|
|
30
|
+
[x: symbol]: any;
|
|
31
|
+
"data-type": string;
|
|
32
|
+
"data-taxonomy": string;
|
|
33
|
+
"data-categories": string;
|
|
34
|
+
"data-items": string;
|
|
35
|
+
"data-nav-label": string;
|
|
36
|
+
"data-to-top-label": string;
|
|
37
|
+
"data-preview-mode": string;
|
|
38
|
+
editing: string;
|
|
39
|
+
parent: string;
|
|
40
|
+
unique: string;
|
|
41
|
+
intl: any;
|
|
42
|
+
context?: React.Context<import('react-redux').ReactReduxContextValue<any, import('redux').UnknownAction> | null> | undefined;
|
|
43
|
+
store?: import('redux').Store | undefined;
|
|
44
|
+
}>>;
|
|
45
|
+
featuredTabs: React.LazyExoticComponent<import('react-redux').ConnectedComponent<React.FC<import('./featuredtabs/index').FeatureTabsProps>, {
|
|
46
|
+
[x: string]: any;
|
|
47
|
+
}>>;
|
|
48
|
+
verticalTabs: React.LazyExoticComponent<import('react-redux').ConnectedComponent<React.FC<import('./vertical-featuredtabs/index').VerticalFeaturedTabsProps>, {
|
|
49
|
+
[x: string]: any;
|
|
50
|
+
}>>;
|
|
51
|
+
inlineList: React.LazyExoticComponent<React.FC<import('./inlinelist/index').InlineListProps>>;
|
|
52
|
+
download: React.LazyExoticComponent<import('react-redux').ConnectedComponent<(props: any) => React.JSX.Element, {
|
|
53
|
+
[x: string]: any;
|
|
54
|
+
[x: number]: any;
|
|
55
|
+
[x: symbol]: any;
|
|
56
|
+
context?: React.Context<import('react-redux').ReactReduxContextValue<any, import('redux').UnknownAction> | null> | undefined;
|
|
57
|
+
store?: import('redux').Store | undefined;
|
|
58
|
+
} | {
|
|
59
|
+
[x: string]: any;
|
|
60
|
+
[x: number]: any;
|
|
61
|
+
[x: symbol]: any;
|
|
62
|
+
store?: import('redux').Store | undefined;
|
|
63
|
+
}>>;
|
|
64
|
+
downloadPdf: React.LazyExoticComponent<(props: any) => React.JSX.Element>;
|
|
65
|
+
map: React.LazyExoticComponent<import('react-redux').ConnectedComponent<(props: any) => React.JSX.Element, {
|
|
66
|
+
[x: string]: any;
|
|
67
|
+
}>>;
|
|
68
|
+
dataFiltersReset: React.LazyExoticComponent<import('react-redux').ConnectedComponent<(props: any) => React.JSX.Element, {
|
|
69
|
+
[x: string]: any;
|
|
70
|
+
}>>;
|
|
71
|
+
dataFiltersApply: React.LazyExoticComponent<import('react-redux').ConnectedComponent<(props: any) => React.JSX.Element, {
|
|
72
|
+
[x: string]: any;
|
|
73
|
+
}>>;
|
|
74
|
+
tooltip: React.LazyExoticComponent<({ "data-description": description }: {
|
|
75
|
+
"data-description"?: string | undefined;
|
|
76
|
+
}) => React.JSX.Element>;
|
|
77
|
+
references: React.LazyExoticComponent<import('react-redux').ConnectedComponent<({ editing, "data-columns": cols, "data-height": height, "data-flex-direction": flexDirection }: {
|
|
78
|
+
editing?: boolean | undefined;
|
|
79
|
+
"data-columns"?: number | undefined;
|
|
80
|
+
"data-height"?: number | undefined;
|
|
81
|
+
"data-flex-direction"?: string | undefined;
|
|
82
|
+
}) => React.JSX.Element, {
|
|
83
|
+
[x: string]: any;
|
|
84
|
+
}>>;
|
|
85
|
+
reference: React.LazyExoticComponent<import('react-redux').ConnectedComponent<({ "data-index": index, "data-description": description, "data-link": link }: {
|
|
86
|
+
"data-index"?: string | undefined;
|
|
87
|
+
"data-description"?: string | undefined;
|
|
88
|
+
"data-link"?: string | undefined;
|
|
89
|
+
}) => React.JSX.Element, {
|
|
90
|
+
[x: string]: any;
|
|
91
|
+
}>>;
|
|
92
|
+
timeLine: React.LazyExoticComponent<import('react-redux').ConnectedComponent<(props: any) => React.JSX.Element, {
|
|
93
|
+
[x: string]: any;
|
|
94
|
+
[x: number]: any;
|
|
95
|
+
[x: symbol]: any;
|
|
96
|
+
context?: React.Context<import('react-redux').ReactReduxContextValue<any, import('redux').UnknownAction> | null> | undefined;
|
|
97
|
+
store?: import('redux').Store | undefined;
|
|
98
|
+
} | {
|
|
99
|
+
[x: string]: any;
|
|
100
|
+
[x: number]: any;
|
|
101
|
+
[x: symbol]: any;
|
|
102
|
+
store?: import('redux').Store | undefined;
|
|
103
|
+
}>>;
|
|
104
|
+
newTimeLine: React.LazyExoticComponent<(props: any) => React.JSX.Element>;
|
|
105
|
+
measures: React.LazyExoticComponent<React.FC<import('./measures/index').MeasuresProps>>;
|
|
106
|
+
menu: React.LazyExoticComponent<(props: any) => React.JSX.Element>;
|
|
107
|
+
childPagesMenu: React.LazyExoticComponent<React.FC<import('react-intl').WithIntlProps<any>> & {
|
|
108
|
+
WrappedComponent: React.ComponentType<any>;
|
|
109
|
+
}>;
|
|
110
|
+
newMap: React.LazyExoticComponent<import('react-redux').ConnectedComponent<(props: any) => React.JSX.Element, {
|
|
111
|
+
[x: string]: any;
|
|
112
|
+
}>>;
|
|
113
|
+
parallaxContainer: React.LazyExoticComponent<(props: import('./parallax/index').ParallaxProps) => React.JSX.Element>;
|
|
114
|
+
wrapped: React.LazyExoticComponent<(props: any) => React.JSX.Element>;
|
|
115
|
+
sankeyChart: React.LazyExoticComponent<import('react-redux').ConnectedComponent<(props: any) => React.JSX.Element, {
|
|
116
|
+
[x: string]: any;
|
|
117
|
+
}>>;
|
|
118
|
+
dataLabel: React.LazyExoticComponent<import('react-redux').ConnectedComponent<(props: any) => React.JSX.Element, {
|
|
119
|
+
[x: string]: any;
|
|
120
|
+
}>>;
|
|
121
|
+
body: React.LazyExoticComponent<React.FC<import('react-intl').WithIntlProps<any>> & {
|
|
122
|
+
WrappedComponent: React.ComponentType<any>;
|
|
123
|
+
}>;
|
|
124
|
+
supersetChart: React.LazyExoticComponent<import('react-redux').ConnectedComponent<(props: any) => React.JSX.Element, {
|
|
125
|
+
[x: string]: any;
|
|
126
|
+
}>>;
|
|
127
|
+
supersetDashboard: React.LazyExoticComponent<import('react-redux').ConnectedComponent<(props: any) => React.JSX.Element, {
|
|
128
|
+
[x: string]: any;
|
|
129
|
+
}>>;
|
|
130
|
+
agreeAndDownload: React.LazyExoticComponent<(props: any) => React.JSX.Element>;
|
|
131
|
+
bigNumber: React.LazyExoticComponent<import('react-redux').ConnectedComponent<(props: any) => React.JSX.Element, {
|
|
132
|
+
[x: string]: any;
|
|
133
|
+
}>>;
|
|
134
|
+
bigNumberTrend: React.LazyExoticComponent<import('react-redux').ConnectedComponent<(props: any) => React.JSX.Element, {
|
|
135
|
+
[x: string]: any;
|
|
136
|
+
}>>;
|
|
137
|
+
redirect: () => null;
|
|
138
|
+
};
|
|
139
|
+
export declare const customizer: {
|
|
140
|
+
components: {};
|
|
141
|
+
reducers: Record<string, (state: Immutable.MapOf<{
|
|
142
|
+
mode: string;
|
|
143
|
+
}> | undefined, action: any) => any>;
|
|
144
|
+
registerCustomEmbeddables: (components: Record<string, React.ComponentType<any>>) => void;
|
|
145
|
+
getComponentByNameIgnoreCase: (name: string) => React.NamedExoticComponent<import('react-intl').WithIntlProps<import('react-intl').WrappedComponentProps<any>>> | null;
|
|
146
|
+
registerCustomReducers: (reducers: (state: Immutable.MapOf<{
|
|
147
|
+
mode: string;
|
|
148
|
+
}> | undefined, action: any) => any) => void;
|
|
149
|
+
getReducers: () => Record<string, (state: Immutable.MapOf<{
|
|
150
|
+
mode: string;
|
|
151
|
+
}> | undefined, action: any) => any>;
|
|
152
|
+
};
|
|
153
|
+
export declare const getComponentByNameIgnoreCase: (name: string) => React.NamedExoticComponent<import('react-intl').WithIntlProps<import('react-intl').WrappedComponentProps<any>>> | null;
|
|
154
|
+
export declare const reducers: {
|
|
155
|
+
data: (state: Immutable.MapOf<{
|
|
156
|
+
mode: string;
|
|
157
|
+
}> | undefined, action: any) => Immutable.MapOf<{
|
|
158
|
+
mode: string;
|
|
159
|
+
}>;
|
|
160
|
+
embeddable: (state: Immutable.MapOf<{}> | undefined, action: any) => Immutable.MapOf<{}>;
|
|
161
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
export interface ListOfPostProps {
|
|
3
|
+
posts: any[];
|
|
4
|
+
showIcons: boolean;
|
|
5
|
+
showContentToggle: boolean;
|
|
6
|
+
contentToggleHPosition: number;
|
|
7
|
+
locale: string;
|
|
8
|
+
}
|
|
9
|
+
export interface InlineListProps {
|
|
10
|
+
"data-width"?: string;
|
|
11
|
+
"data-height"?: string;
|
|
12
|
+
"data-type"?: string;
|
|
13
|
+
"data-taxonomy"?: string;
|
|
14
|
+
"data-categories"?: string;
|
|
15
|
+
"data-items"?: string;
|
|
16
|
+
"data-color"?: string;
|
|
17
|
+
"data-show-post-icons"?: string;
|
|
18
|
+
"data-show-content-toggle"?: string;
|
|
19
|
+
"data-content-toggle-h-position"?: string;
|
|
20
|
+
parent?: string;
|
|
21
|
+
editing: boolean;
|
|
22
|
+
component?: string;
|
|
23
|
+
unique?: string;
|
|
24
|
+
}
|
|
25
|
+
declare const Root: React.FC<InlineListProps>;
|
|
26
|
+
export default Root;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
export interface MeasuresProps {
|
|
3
|
+
parent?: string;
|
|
4
|
+
editing?: boolean;
|
|
5
|
+
unique?: string;
|
|
6
|
+
"data-label"?: string;
|
|
7
|
+
"data-group": string;
|
|
8
|
+
"data-app": string;
|
|
9
|
+
"data-measures-groups"?: any;
|
|
10
|
+
}
|
|
11
|
+
declare const Measures: React.FC<MeasuresProps>;
|
|
12
|
+
export default Measures;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { WrappedComponentProps } from 'react-intl';
|
|
3
|
+
export interface MenuChildProps extends WrappedComponentProps<"intl"> {
|
|
4
|
+
menu?: any;
|
|
5
|
+
locale?: string;
|
|
6
|
+
match?: any;
|
|
7
|
+
selected?: any;
|
|
8
|
+
active?: any;
|
|
9
|
+
showIcons?: boolean;
|
|
10
|
+
onSetSelected?: any;
|
|
11
|
+
}
|
|
12
|
+
declare const InlineMenu: (props: any) => React.JSX.Element;
|
|
13
|
+
export default InlineMenu;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
export default TimeLine;
|
|
3
|
+
declare function TimeLine({ posts, position, lineWidth, meta, locale, lineColor, height, config, marginLeft, marginTop, marginRight, marginBottom, fontSize, titleWidth, subtitleWidth, onSelectSlide, currentSlide }: {
|
|
4
|
+
posts: any;
|
|
5
|
+
position: any;
|
|
6
|
+
lineWidth: any;
|
|
7
|
+
meta: any;
|
|
8
|
+
locale: any;
|
|
9
|
+
lineColor: any;
|
|
10
|
+
height: any;
|
|
11
|
+
config: any;
|
|
12
|
+
marginLeft: any;
|
|
13
|
+
marginTop: any;
|
|
14
|
+
marginRight: any;
|
|
15
|
+
marginBottom: any;
|
|
16
|
+
fontSize: any;
|
|
17
|
+
titleWidth: any;
|
|
18
|
+
subtitleWidth: any;
|
|
19
|
+
onSelectSlide: any;
|
|
20
|
+
currentSlide: any;
|
|
21
|
+
}): React.JSX.Element;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
export interface HorizontalDashboardGalleryProps {
|
|
3
|
+
pages?: any[];
|
|
4
|
+
columns: string;
|
|
5
|
+
}
|
|
6
|
+
export interface PageGalleryProps {
|
|
7
|
+
"data-height": number;
|
|
8
|
+
"data-style": string;
|
|
9
|
+
"data-columns": string;
|
|
10
|
+
"data-parent": number;
|
|
11
|
+
editing: boolean;
|
|
12
|
+
component: string;
|
|
13
|
+
unique: string;
|
|
14
|
+
intl: any;
|
|
15
|
+
parent?: string;
|
|
16
|
+
}
|
|
17
|
+
declare const _default: React.FC<import('react-intl').WithIntlProps<PageGalleryProps>> & {
|
|
18
|
+
WrappedComponent: React.ComponentType<PageGalleryProps>;
|
|
19
|
+
};
|
|
20
|
+
export default _default;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
export interface SectionHeaderProps {
|
|
3
|
+
title: string;
|
|
4
|
+
subtitle: string;
|
|
5
|
+
icon?: string;
|
|
6
|
+
media?: any;
|
|
7
|
+
}
|
|
8
|
+
export declare const SectionHeader: React.FC<SectionHeaderProps>;
|
|
9
|
+
export interface PageModuleProps {
|
|
10
|
+
"data-type": string;
|
|
11
|
+
"data-taxonomy": string;
|
|
12
|
+
"data-categories": string;
|
|
13
|
+
"data-items": string;
|
|
14
|
+
"data-nav-label": string;
|
|
15
|
+
"data-to-top-label": string;
|
|
16
|
+
"data-preview-mode": string;
|
|
17
|
+
editing: string;
|
|
18
|
+
parent: string;
|
|
19
|
+
unique: string;
|
|
20
|
+
intl: any;
|
|
21
|
+
}
|
|
22
|
+
declare const _default: import('react-redux').ConnectedComponent<React.FC<import('react-intl').WithIntlProps<any>> & {
|
|
23
|
+
WrappedComponent: React.ComponentType<any>;
|
|
24
|
+
}, {
|
|
25
|
+
[x: string]: any;
|
|
26
|
+
[x: number]: any;
|
|
27
|
+
[x: symbol]: any;
|
|
28
|
+
"data-type": string;
|
|
29
|
+
"data-taxonomy": string;
|
|
30
|
+
"data-categories": string;
|
|
31
|
+
"data-items": string;
|
|
32
|
+
"data-nav-label": string;
|
|
33
|
+
"data-to-top-label": string;
|
|
34
|
+
"data-preview-mode": string;
|
|
35
|
+
editing: string;
|
|
36
|
+
parent: string;
|
|
37
|
+
unique: string;
|
|
38
|
+
intl: any;
|
|
39
|
+
context?: React.Context<import('react-redux').ReactReduxContextValue<any, import('redux').UnknownAction> | null> | undefined;
|
|
40
|
+
store?: import('redux').Store | undefined;
|
|
41
|
+
}>;
|
|
42
|
+
export default _default;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
export interface ParallaxProps {
|
|
3
|
+
"data-width": number;
|
|
4
|
+
"data-height": number;
|
|
5
|
+
"data-type": string;
|
|
6
|
+
"data-taxonomy": string;
|
|
7
|
+
"data-categories": string;
|
|
8
|
+
"data-count": number;
|
|
9
|
+
"data-horizontal": boolean;
|
|
10
|
+
"data-scrolls": number;
|
|
11
|
+
"data-configuration": string;
|
|
12
|
+
parent: string;
|
|
13
|
+
editing: boolean;
|
|
14
|
+
component: string;
|
|
15
|
+
unique: string;
|
|
16
|
+
}
|
|
17
|
+
declare const Root: (props: ParallaxProps) => React.JSX.Element;
|
|
18
|
+
export default Root;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
export interface PostCarouselProps {
|
|
3
|
+
"data-type": string;
|
|
4
|
+
"data-taxonomy": string;
|
|
5
|
+
"data-categories": string;
|
|
6
|
+
"data-items": string;
|
|
7
|
+
"data-height": string;
|
|
8
|
+
"data-auto-switch": string;
|
|
9
|
+
"data-interval": string;
|
|
10
|
+
editing: string;
|
|
11
|
+
parent: string;
|
|
12
|
+
unique: string;
|
|
13
|
+
}
|
|
14
|
+
declare const PostCarousel: (props: PostCarouselProps) => React.JSX.Element;
|
|
15
|
+
export default PostCarousel;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
interface DataResponse {
|
|
2
|
+
[key: string]: any;
|
|
3
|
+
metadata: {
|
|
4
|
+
[key: string]: any;
|
|
5
|
+
};
|
|
6
|
+
itemSize: number;
|
|
7
|
+
children?: Record<string, DataResponse>[];
|
|
8
|
+
}
|
|
9
|
+
export declare const getCategories: ({ app, params }: {
|
|
10
|
+
app: string;
|
|
11
|
+
params?: Record<string, string>;
|
|
12
|
+
}) => Promise<unknown>;
|
|
13
|
+
export declare const getData: ({ source, app, params }: {
|
|
14
|
+
source: string;
|
|
15
|
+
app: string;
|
|
16
|
+
params?: Record<string, string>;
|
|
17
|
+
}) => Promise<DataResponse>;
|
|
18
|
+
export {};
|