react-semaphor 0.0.399 → 0.0.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/chunks/{index-CdM_qEx2.js → index-BQjgev3I.js} +5 -0
- package/dist/chunks/{index-CW6yUvdJ.js → index-BsAoJTv_.js} +1 -1
- package/dist/dashboard/index.cjs +1 -1
- package/dist/dashboard/index.js +1 -1
- package/dist/index.cjs +6 -6
- package/dist/index.js +932 -912
- package/dist/types/dashboard.d.ts +8 -0
- package/dist/types/main.d.ts +14 -1
- package/dist/types/surfboard.d.ts +8 -0
- package/dist/types/types.d.ts +8 -0
- package/package.json +1 -1
|
@@ -4189,6 +4189,11 @@ const ae = lP()(
|
|
|
4189
4189
|
}, n.showContext = !1, n.selectedSheetId = null, n.selectedCardId = null, n.selectedFrameId = null, n.selectedCard = null, n.showFilters = !1, n.isDashboardEditing = !1, n.isVisualEditing = !1, n.showDashboardJSON = !1, n.filteringCards = [], n.selectedLensId = void 0, n.filterValues = void 0;
|
|
4190
4190
|
});
|
|
4191
4191
|
},
|
|
4192
|
+
updateEmailSettings: (n) => {
|
|
4193
|
+
e((r) => {
|
|
4194
|
+
r.dashboard.emailSettings = n;
|
|
4195
|
+
});
|
|
4196
|
+
},
|
|
4192
4197
|
setIsDownloadingPdf: (n) => {
|
|
4193
4198
|
e((r) => {
|
|
4194
4199
|
r.isDownloadingPdf = n;
|