@datawheel/bespoke 1.0.0-rc.20 → 1.0.0-rc.21
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/dist/report.d.mts +3 -3
- package/package.json +1 -1
package/dist/report.d.mts
CHANGED
|
@@ -4,10 +4,10 @@ import './auth-D3PWImeZ.mjs';
|
|
|
4
4
|
import { MRT_Localization } from 'mantine-react-table';
|
|
5
5
|
import { ReactNode } from 'react';
|
|
6
6
|
import { ModalProps, AutocompleteProps } from '@mantine/core';
|
|
7
|
-
|
|
8
|
-
import 'sequelize';
|
|
7
|
+
export { u as SearchReportItem } from './types-WI9fSG9b.mjs';
|
|
9
8
|
import 'next-auth';
|
|
10
9
|
import 'next-auth/react';
|
|
10
|
+
import 'sequelize';
|
|
11
11
|
|
|
12
12
|
type TranslationKeys$3 = "data_source" | "no_data_src" | "viz_source" | "error_generating" | "choose_data_src" | "original_src" | "loading" | "error_preview" | "open_in_window" | "formatted_src" | "formatted_group" | "raw_group" | "rows_preview" | "choose_format" | "processing_file" | "download" | "preview" | "copy" | "copied";
|
|
13
13
|
type DataTabTranslations = Record<TranslationKeys$3, string>;
|
|
@@ -129,4 +129,4 @@ interface BespokeRendererProps {
|
|
|
129
129
|
*/
|
|
130
130
|
declare function BespokeRenderer({ className, pathSegmentsKey, translations, components, buildTime, siteProps, profilePrefix, loader, sectionLoader, mode, }: BespokeRendererProps): react_jsx_runtime.JSX.Element;
|
|
131
131
|
|
|
132
|
-
export { type BespokeComponentsType, BespokeRenderer, type BespokeRendererProps, type ReportTranslations as BespokeReportTranslations, type PdfSectionSelectorPanelProps };
|
|
132
|
+
export { type BespokeComponentsType, BespokeRenderer, type BespokeRendererProps, type ReportTranslations as BespokeReportTranslations, type PdfSectionSelectorPanelProps, ReportItemProps, ReportTileProps };
|