@univerjs/sheets-ui 0.12.3-experimental.20251205-8c9a6bf → 0.12.3-nightly.202512060617
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/lib/cjs/index.js +1 -1
- package/lib/es/index.js +1 -10
- package/lib/index.js +1 -10
- package/lib/umd/index.js +1 -1
- package/package.json +11 -11
package/lib/es/index.js
CHANGED
|
@@ -19936,16 +19936,7 @@ const VR = (n = []) => {
|
|
|
19936
19936
|
stroke: "#49B811",
|
|
19937
19937
|
widgets: {}
|
|
19938
19938
|
},
|
|
19939
|
-
primary:
|
|
19940
|
-
startColumn: r.startColumn,
|
|
19941
|
-
endColumn: r.endColumn,
|
|
19942
|
-
startRow: r.startRow,
|
|
19943
|
-
endRow: r.endRow,
|
|
19944
|
-
actualRow: r.startRow,
|
|
19945
|
-
actualColumn: r.startColumn,
|
|
19946
|
-
isMerged: !1,
|
|
19947
|
-
isMergedMainCell: !1
|
|
19948
|
-
}
|
|
19939
|
+
primary: null
|
|
19949
19940
|
}));
|
|
19950
19941
|
return () => {
|
|
19951
19942
|
t.forEach((r) => {
|
package/lib/index.js
CHANGED
|
@@ -19936,16 +19936,7 @@ const VR = (n = []) => {
|
|
|
19936
19936
|
stroke: "#49B811",
|
|
19937
19937
|
widgets: {}
|
|
19938
19938
|
},
|
|
19939
|
-
primary:
|
|
19940
|
-
startColumn: r.startColumn,
|
|
19941
|
-
endColumn: r.endColumn,
|
|
19942
|
-
startRow: r.startRow,
|
|
19943
|
-
endRow: r.endRow,
|
|
19944
|
-
actualRow: r.startRow,
|
|
19945
|
-
actualColumn: r.startColumn,
|
|
19946
|
-
isMerged: !1,
|
|
19947
|
-
isMergedMainCell: !1
|
|
19948
|
-
}
|
|
19939
|
+
primary: null
|
|
19949
19940
|
}));
|
|
19950
19941
|
return () => {
|
|
19951
19942
|
t.forEach((r) => {
|