@fileverse-dev/dsheet 1.0.26 → 1.0.28
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.es.js +29 -36
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -440941,42 +440941,35 @@ const a_t = ({
|
|
|
440941
440941
|
children: r(j)
|
|
440942
440942
|
}
|
|
440943
440943
|
),
|
|
440944
|
-
/* @__PURE__ */ or.jsxs(
|
|
440945
|
-
|
|
440946
|
-
{
|
|
440947
|
-
|
|
440948
|
-
|
|
440949
|
-
|
|
440950
|
-
|
|
440951
|
-
|
|
440952
|
-
|
|
440953
|
-
|
|
440954
|
-
|
|
440955
|
-
|
|
440956
|
-
|
|
440957
|
-
|
|
440958
|
-
|
|
440959
|
-
|
|
440960
|
-
|
|
440961
|
-
|
|
440962
|
-
|
|
440963
|
-
|
|
440964
|
-
|
|
440965
|
-
|
|
440966
|
-
|
|
440967
|
-
|
|
440968
|
-
|
|
440969
|
-
|
|
440970
|
-
|
|
440971
|
-
|
|
440972
|
-
|
|
440973
|
-
onSheetCountChange: w
|
|
440974
|
-
}
|
|
440975
|
-
)
|
|
440976
|
-
] })
|
|
440977
|
-
]
|
|
440978
|
-
}
|
|
440979
|
-
)
|
|
440944
|
+
/* @__PURE__ */ or.jsxs("div", { className: "relative overflow-hidden h-[94dvh] md:!h-[calc(100vh-44px)] mt-[44px]", children: [
|
|
440945
|
+
/* @__PURE__ */ or.jsx(LS, { show: x, children: /* @__PURE__ */ or.jsx(uX, { isReadOnly: t }) }),
|
|
440946
|
+
/* @__PURE__ */ or.jsxs(LS, { show: !x, children: [
|
|
440947
|
+
t && /* @__PURE__ */ or.jsx("div", { className: "absolute top-2 right-4 z-20", children: /* @__PURE__ */ or.jsx(d_t, { allowComments: a || !1 }) }),
|
|
440948
|
+
/* @__PURE__ */ or.jsx(
|
|
440949
|
+
n_t,
|
|
440950
|
+
{
|
|
440951
|
+
setShowFetchURLModal: e,
|
|
440952
|
+
setFetchingURLData: m,
|
|
440953
|
+
setInputFetchURLDataBlock: p,
|
|
440954
|
+
commentData: d,
|
|
440955
|
+
getCommentCellUI: h,
|
|
440956
|
+
isReadOnly: t,
|
|
440957
|
+
toggleTemplateSidebar: n,
|
|
440958
|
+
onboardingComplete: i,
|
|
440959
|
+
onboardingHandler: o,
|
|
440960
|
+
dataBlockApiKeyHandler: c,
|
|
440961
|
+
exportDropdownOpen: s,
|
|
440962
|
+
setExportDropdownOpen: l,
|
|
440963
|
+
dsheetId: u,
|
|
440964
|
+
storeApiKey: g,
|
|
440965
|
+
allowComments: a,
|
|
440966
|
+
onDataBlockApiResponse: y,
|
|
440967
|
+
onDuneChartEmbed: b,
|
|
440968
|
+
onSheetCountChange: w
|
|
440969
|
+
}
|
|
440970
|
+
)
|
|
440971
|
+
] })
|
|
440972
|
+
] })
|
|
440980
440973
|
]
|
|
440981
440974
|
}
|
|
440982
440975
|
);
|