@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.js
CHANGED
|
@@ -79343,10 +79343,10 @@ async function getPrecedents(ctx, sheetId, row, col) {
|
|
|
79343
79343
|
init_esm_shims();
|
|
79344
79344
|
init_errors();
|
|
79345
79345
|
function computeDirection(source, target) {
|
|
79346
|
-
if (target.
|
|
79347
|
-
if (target.
|
|
79348
|
-
if (target.
|
|
79349
|
-
if (target.
|
|
79346
|
+
if (target.endRow > source.endRow) return "down";
|
|
79347
|
+
if (target.startRow < source.startRow) return "up";
|
|
79348
|
+
if (target.endCol > source.endCol) return "right";
|
|
79349
|
+
if (target.startCol < source.startCol) return "left";
|
|
79350
79350
|
return "down";
|
|
79351
79351
|
}
|
|
79352
79352
|
function modeToFlags(mode) {
|
|
@@ -97496,7 +97496,7 @@ Used in condition filters where users specify rules like
|
|
|
97496
97496
|
docstring: "A summary snapshot of the entire workbook state."
|
|
97497
97497
|
}
|
|
97498
97498
|
},
|
|
97499
|
-
generated: "2026-04-
|
|
97499
|
+
generated: "2026-04-01T03:19:27.745Z"
|
|
97500
97500
|
};
|
|
97501
97501
|
|
|
97502
97502
|
// src/api-describe.ts
|