@datawheel/data-explorer 1.0.13 → 1.0.14
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/main.mjs +10 -3
- package/package.json +1 -1
package/dist/main.mjs
CHANGED
|
@@ -560,7 +560,14 @@ function SettingsProvider(props) {
|
|
|
560
560
|
locale: locale || props.defaultLocale
|
|
561
561
|
};
|
|
562
562
|
},
|
|
563
|
-
[
|
|
563
|
+
[
|
|
564
|
+
props.formatters,
|
|
565
|
+
props.previewLimit,
|
|
566
|
+
props.toolbarConfig,
|
|
567
|
+
locale,
|
|
568
|
+
props.defaultLocale,
|
|
569
|
+
props.defaultCube
|
|
570
|
+
]
|
|
564
571
|
);
|
|
565
572
|
return /* @__PURE__ */ React13__default.createElement(TranslationProvider, { defaultLocale: props.defaultLocale, translations: props.translations }, /* @__PURE__ */ React13__default.createElement(ContextProvider, { value }, props.children));
|
|
566
573
|
}
|
|
@@ -6297,12 +6304,12 @@ function ExplorerComponent(props) {
|
|
|
6297
6304
|
serverConfig: props.serverConfig,
|
|
6298
6305
|
serverURL: props.serverURL,
|
|
6299
6306
|
defaultLocale,
|
|
6300
|
-
translations: props.translations
|
|
6307
|
+
translations: props.translations,
|
|
6308
|
+
defaultCube: props.defaultCube
|
|
6301
6309
|
},
|
|
6302
6310
|
/* @__PURE__ */ React13__default.createElement(AppProviders, null, /* @__PURE__ */ React13__default.createElement(ExplorerTour, { tourConfig: { ...defaultTourConfig, ...tourConfig } }, /* @__PURE__ */ React13__default.createElement(
|
|
6303
6311
|
ExplorerContent,
|
|
6304
6312
|
{
|
|
6305
|
-
defaultCube: props.defaultCube,
|
|
6306
6313
|
defaultOpenParams,
|
|
6307
6314
|
height,
|
|
6308
6315
|
panels,
|