@odoo/o-spreadsheet 17.2.27 → 17.2.28

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.
@@ -3,9 +3,9 @@
3
3
  /**
4
4
  * This file is generated by o-spreadsheet build tools. Do not edit it.
5
5
  * @see https://github.com/odoo/o-spreadsheet
6
- * @version 17.2.27
7
- * @date 2024-11-22T14:17:16.936Z
8
- * @hash 139e5a3
6
+ * @version 17.2.28
7
+ * @date 2024-11-28T09:04:19.153Z
8
+ * @hash fb1cbd8
9
9
  */
10
10
 
11
11
  'use strict';
@@ -47989,6 +47989,7 @@ class Evaluator {
47989
47989
  }
47990
47990
  this.nextPositionsToUpdate.addMany(this.getCellsDependingOn(invalidated));
47991
47991
  this.nextPositionsToUpdate.addMany(this.getArrayFormulasBlockedBy(invalidated));
47992
+ [...invalidated].forEach((inv) => this.spreadingRelations.removeNode(inv));
47992
47993
  this.spreadingRelations.removeNode(position);
47993
47994
  }
47994
47995
  // ----------------------------------------------------------
@@ -61005,6 +61006,6 @@ exports.tokenColors = tokenColors;
61005
61006
  exports.tokenize = tokenize;
61006
61007
 
61007
61008
 
61008
- __info__.version = "17.2.27";
61009
- __info__.date = "2024-11-22T14:17:16.936Z";
61010
- __info__.hash = "139e5a3";
61009
+ __info__.version = "17.2.28";
61010
+ __info__.date = "2024-11-28T09:04:19.153Z";
61011
+ __info__.hash = "fb1cbd8";
@@ -3,9 +3,9 @@
3
3
  /**
4
4
  * This file is generated by o-spreadsheet build tools. Do not edit it.
5
5
  * @see https://github.com/odoo/o-spreadsheet
6
- * @version 17.2.27
7
- * @date 2024-11-22T14:17:16.936Z
8
- * @hash 139e5a3
6
+ * @version 17.2.28
7
+ * @date 2024-11-28T09:04:19.153Z
8
+ * @hash fb1cbd8
9
9
  */
10
10
 
11
11
  import { useEnv, useSubEnv, onWillUnmount, useComponent, status, Component, useRef, onMounted, useEffect, useState, onPatched, onWillPatch, onWillUpdateProps, useExternalListener, onWillStart, xml, useChildSubEnv, markRaw } from '@odoo/owl';
@@ -47987,6 +47987,7 @@ class Evaluator {
47987
47987
  }
47988
47988
  this.nextPositionsToUpdate.addMany(this.getCellsDependingOn(invalidated));
47989
47989
  this.nextPositionsToUpdate.addMany(this.getArrayFormulasBlockedBy(invalidated));
47990
+ [...invalidated].forEach((inv) => this.spreadingRelations.removeNode(inv));
47990
47991
  this.spreadingRelations.removeNode(position);
47991
47992
  }
47992
47993
  // ----------------------------------------------------------
@@ -60962,6 +60963,6 @@ const constants = {
60962
60963
  export { AbstractCellClipboardHandler, AbstractChart, AbstractFigureClipboardHandler, CellErrorType, CommandResult, CorePlugin, DispatchResult, EvaluationError, Model, Registry, Revision, SPREADSHEET_DIMENSIONS, Spreadsheet, UIPlugin, __info__, addFunction, addRenderingLayer, astToFormula, compile, compileTokens, components, constants, convertAstNodes, coreTypes, findCellInNewZone, functionCache, helpers, hooks, invalidateCFEvaluationCommands, invalidateDependenciesCommands, invalidateEvaluationCommands, iterateAstNodes, links, load, parse, parseTokens, readonlyAllowedCommands, registries, setDefaultSheetViewSize, setTranslationMethod, stores, tokenColors, tokenize };
60963
60964
 
60964
60965
 
60965
- __info__.version = "17.2.27";
60966
- __info__.date = "2024-11-22T14:17:16.936Z";
60967
- __info__.hash = "139e5a3";
60966
+ __info__.version = "17.2.28";
60967
+ __info__.date = "2024-11-28T09:04:19.153Z";
60968
+ __info__.hash = "fb1cbd8";
@@ -3,9 +3,9 @@
3
3
  /**
4
4
  * This file is generated by o-spreadsheet build tools. Do not edit it.
5
5
  * @see https://github.com/odoo/o-spreadsheet
6
- * @version 17.2.27
7
- * @date 2024-11-22T14:17:16.936Z
8
- * @hash 139e5a3
6
+ * @version 17.2.28
7
+ * @date 2024-11-28T09:04:19.153Z
8
+ * @hash fb1cbd8
9
9
  */
10
10
 
11
11
  (function (exports, owl) {
@@ -47988,6 +47988,7 @@ stores.inject(MyMetaStore, storeInstance);
47988
47988
  }
47989
47989
  this.nextPositionsToUpdate.addMany(this.getCellsDependingOn(invalidated));
47990
47990
  this.nextPositionsToUpdate.addMany(this.getArrayFormulasBlockedBy(invalidated));
47991
+ [...invalidated].forEach((inv) => this.spreadingRelations.removeNode(inv));
47991
47992
  this.spreadingRelations.removeNode(position);
47992
47993
  }
47993
47994
  // ----------------------------------------------------------
@@ -61004,9 +61005,9 @@ stores.inject(MyMetaStore, storeInstance);
61004
61005
  exports.tokenize = tokenize;
61005
61006
 
61006
61007
 
61007
- __info__.version = "17.2.27";
61008
- __info__.date = "2024-11-22T14:17:16.936Z";
61009
- __info__.hash = "139e5a3";
61008
+ __info__.version = "17.2.28";
61009
+ __info__.date = "2024-11-28T09:04:19.153Z";
61010
+ __info__.hash = "fb1cbd8";
61010
61011
 
61011
61012
 
61012
61013
  })(this.o_spreadsheet = this.o_spreadsheet || {}, owl);