@fileverse-dev/dsheet 1.0.1 → 1.0.2
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 +5 -4
- package/dist/style.css +1 -1
- package/package.json +2 -2
package/dist/index.es.js
CHANGED
|
@@ -169907,7 +169907,7 @@ const G6t = ({
|
|
|
169907
169907
|
icon: /* @__PURE__ */ fr.jsx(
|
|
169908
169908
|
Ki,
|
|
169909
169909
|
{
|
|
169910
|
-
className: " !min-w-[30px] w-[30px] h-[30px] !px-0 rounded-lg bg-[#E8EBEC] hover:bg-[#E8EBEC]",
|
|
169910
|
+
className: "cursor-not-allowed !min-w-[30px] w-[30px] h-[30px] !px-0 rounded-lg bg-[#E8EBEC] hover:bg-[#E8EBEC]",
|
|
169911
169911
|
icon: "Ethereum",
|
|
169912
169912
|
size: "md",
|
|
169913
169913
|
variant: "ghost",
|
|
@@ -169924,7 +169924,7 @@ const G6t = ({
|
|
|
169924
169924
|
icon: /* @__PURE__ */ fr.jsx(
|
|
169925
169925
|
Ki,
|
|
169926
169926
|
{
|
|
169927
|
-
className: "fetch-url-button !min-w-[30px] w-[30px] h-[30px] !px-0 bg-[#1977E42E] hover:!bg-[#1977E42E] rounded-lg",
|
|
169927
|
+
className: "cursor-not-allowed fetch-url-button !min-w-[30px] w-[30px] h-[30px] !px-0 bg-[#1977E42E] hover:!bg-[#1977E42E] rounded-lg",
|
|
169928
169928
|
icon: "FetchData",
|
|
169929
169929
|
size: "md",
|
|
169930
169930
|
variant: "ghost",
|
|
@@ -292730,8 +292730,9 @@ const dAt = ({
|
|
|
292730
292730
|
index: c.length - 1
|
|
292731
292731
|
});
|
|
292732
292732
|
}, 100), i((f) => {
|
|
292733
|
-
|
|
292734
|
-
|
|
292733
|
+
var h;
|
|
292734
|
+
let d = [];
|
|
292735
|
+
return Array.isArray((h = u[0]) == null ? void 0 : h.dataBlockCalcFunction) ? (f == null ? void 0 : f.length) > 0 ? d = [...f, ...u[0].dataBlockCalcFunction] : d = [...u[0].dataBlockCalcFunction] : d = [], d;
|
|
292735
292736
|
});
|
|
292736
292737
|
}
|
|
292737
292738
|
}, [e]);
|