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