@trops/dash-core 0.1.400 → 0.1.401
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/index.esm.js +5 -0
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +5 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -25717,6 +25717,11 @@ var LayoutGridContainer = /*#__PURE__*/memo(function (_ref3) {
|
|
|
25717
25717
|
widgetComponentName: cellComponent.component,
|
|
25718
25718
|
widgetId: cellComponent.id,
|
|
25719
25719
|
selectedProviders: cellComponent.selectedProviders || null,
|
|
25720
|
+
// Pass the live widget's userPrefs so the
|
|
25721
|
+
// preview renders the same configured state
|
|
25722
|
+
// the user sees on the dashboard (titles,
|
|
25723
|
+
// defaults, etc.) instead of blank values.
|
|
25724
|
+
userPrefs: cellComponent.userPrefs || null,
|
|
25720
25725
|
sourcePackage: ((_ComponentManager$con = ComponentManager.config(cellComponent.component, cellComponent)) === null || _ComponentManager$con === void 0 ? void 0 : _ComponentManager$con._sourcePackage) || null
|
|
25721
25726
|
}
|
|
25722
25727
|
}));
|