@odoo/o-spreadsheet 17.4.17 → 17.4.18

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.
@@ -2,9 +2,9 @@
2
2
  /**
3
3
  * This file is generated by o-spreadsheet build tools. Do not edit it.
4
4
  * @see https://github.com/odoo/o-spreadsheet
5
- * @version 17.4.17
6
- * @date 2025-01-14T11:34:44.930Z
7
- * @hash fd2a7ab
5
+ * @version 17.4.18
6
+ * @date 2025-01-15T08:05:34.182Z
7
+ * @hash 9e0f399
8
8
  */
9
9
 
10
10
  'use strict';
@@ -57578,9 +57578,6 @@ class Session extends EventBus {
57578
57578
  }
57579
57579
  }
57580
57580
  this.acknowledge(message);
57581
- if (message.type === "REMOTE_REVISION" && message.clientId === this.clientId) {
57582
- return;
57583
- }
57584
57581
  this.trigger("collaborative-event-received");
57585
57582
  }
57586
57583
  onClientMoved(message) {
@@ -68803,6 +68800,6 @@ exports.tokenColors = tokenColors;
68803
68800
  exports.tokenize = tokenize;
68804
68801
 
68805
68802
 
68806
- __info__.version = "17.4.17";
68807
- __info__.date = "2025-01-14T11:34:44.930Z";
68808
- __info__.hash = "fd2a7ab";
68803
+ __info__.version = "17.4.18";
68804
+ __info__.date = "2025-01-15T08:05:34.182Z";
68805
+ __info__.hash = "9e0f399";
@@ -2,9 +2,9 @@
2
2
  /**
3
3
  * This file is generated by o-spreadsheet build tools. Do not edit it.
4
4
  * @see https://github.com/odoo/o-spreadsheet
5
- * @version 17.4.17
6
- * @date 2025-01-14T11:34:44.930Z
7
- * @hash fd2a7ab
5
+ * @version 17.4.18
6
+ * @date 2025-01-15T08:05:34.182Z
7
+ * @hash 9e0f399
8
8
  */
9
9
 
10
10
  import { useEnv, useSubEnv, onWillUnmount, useComponent, status, Component, useRef, onMounted, useEffect, useState, onPatched, onWillPatch, onWillUpdateProps, useExternalListener, onWillStart, xml, useChildSubEnv, markRaw, toRaw } from '@odoo/owl';
@@ -57576,9 +57576,6 @@ class Session extends EventBus {
57576
57576
  }
57577
57577
  }
57578
57578
  this.acknowledge(message);
57579
- if (message.type === "REMOTE_REVISION" && message.clientId === this.clientId) {
57580
- return;
57581
- }
57582
57579
  this.trigger("collaborative-event-received");
57583
57580
  }
57584
57581
  onClientMoved(message) {
@@ -68758,6 +68755,6 @@ const constants = {
68758
68755
  export { AbstractCellClipboardHandler, AbstractChart, AbstractFigureClipboardHandler, CellErrorType, CommandResult, CorePlugin, DispatchResult, EvaluationError, Model, PivotRuntimeDefinition, Registry, Revision, SPREADSHEET_DIMENSIONS, Spreadsheet, SpreadsheetPivotTable, 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 };
68759
68756
 
68760
68757
 
68761
- __info__.version = "17.4.17";
68762
- __info__.date = "2025-01-14T11:34:44.930Z";
68763
- __info__.hash = "fd2a7ab";
68758
+ __info__.version = "17.4.18";
68759
+ __info__.date = "2025-01-15T08:05:34.182Z";
68760
+ __info__.hash = "9e0f399";
@@ -2,9 +2,9 @@
2
2
  /**
3
3
  * This file is generated by o-spreadsheet build tools. Do not edit it.
4
4
  * @see https://github.com/odoo/o-spreadsheet
5
- * @version 17.4.17
6
- * @date 2025-01-14T11:34:44.930Z
7
- * @hash fd2a7ab
5
+ * @version 17.4.18
6
+ * @date 2025-01-15T08:05:34.182Z
7
+ * @hash 9e0f399
8
8
  */
9
9
 
10
10
  (function (exports, owl) {
@@ -57577,9 +57577,6 @@ stores.inject(MyMetaStore, storeInstance);
57577
57577
  }
57578
57578
  }
57579
57579
  this.acknowledge(message);
57580
- if (message.type === "REMOTE_REVISION" && message.clientId === this.clientId) {
57581
- return;
57582
- }
57583
57580
  this.trigger("collaborative-event-received");
57584
57581
  }
57585
57582
  onClientMoved(message) {
@@ -68802,9 +68799,9 @@ stores.inject(MyMetaStore, storeInstance);
68802
68799
  exports.tokenize = tokenize;
68803
68800
 
68804
68801
 
68805
- __info__.version = "17.4.17";
68806
- __info__.date = "2025-01-14T11:34:44.930Z";
68807
- __info__.hash = "fd2a7ab";
68802
+ __info__.version = "17.4.18";
68803
+ __info__.date = "2025-01-15T08:05:34.182Z";
68804
+ __info__.hash = "9e0f399";
68808
68805
 
68809
68806
 
68810
68807
  })(this.o_spreadsheet = this.o_spreadsheet || {}, owl);