@mog-sdk/node 0.1.9-beta-1 → 0.1.9-beta.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.cjs +5 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -79377,10 +79377,10 @@ async function getPrecedents(ctx, sheetId, row, col) {
|
|
|
79377
79377
|
init_cjs_shims();
|
|
79378
79378
|
init_errors();
|
|
79379
79379
|
function computeDirection(source, target) {
|
|
79380
|
-
if (target.
|
|
79381
|
-
if (target.
|
|
79382
|
-
if (target.
|
|
79383
|
-
if (target.
|
|
79380
|
+
if (target.endRow > source.endRow) return "down";
|
|
79381
|
+
if (target.startRow < source.startRow) return "up";
|
|
79382
|
+
if (target.endCol > source.endCol) return "right";
|
|
79383
|
+
if (target.startCol < source.startCol) return "left";
|
|
79384
79384
|
return "down";
|
|
79385
79385
|
}
|
|
79386
79386
|
function modeToFlags(mode) {
|
|
@@ -97530,7 +97530,7 @@ Used in condition filters where users specify rules like
|
|
|
97530
97530
|
docstring: "A summary snapshot of the entire workbook state."
|
|
97531
97531
|
}
|
|
97532
97532
|
},
|
|
97533
|
-
generated: "2026-04-
|
|
97533
|
+
generated: "2026-04-01T03:19:27.745Z"
|
|
97534
97534
|
};
|
|
97535
97535
|
|
|
97536
97536
|
// src/api-describe.ts
|