@odoo/o-spreadsheet 18.0.9 → 18.0.10
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 18.0.
|
|
6
|
-
* @date 2025-01-
|
|
7
|
-
* @hash
|
|
5
|
+
* @version 18.0.10
|
|
6
|
+
* @date 2025-01-15T08:05:47.616Z
|
|
7
|
+
* @hash 94c45c7
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
'use strict';
|
|
@@ -61249,9 +61249,6 @@ class Session extends EventBus {
|
|
|
61249
61249
|
}
|
|
61250
61250
|
}
|
|
61251
61251
|
this.acknowledge(message);
|
|
61252
|
-
if (message.type === "REMOTE_REVISION" && message.clientId === this.clientId) {
|
|
61253
|
-
return;
|
|
61254
|
-
}
|
|
61255
61252
|
this.trigger("collaborative-event-received");
|
|
61256
61253
|
}
|
|
61257
61254
|
onClientMoved(message) {
|
|
@@ -72677,6 +72674,6 @@ exports.tokenColors = tokenColors;
|
|
|
72677
72674
|
exports.tokenize = tokenize;
|
|
72678
72675
|
|
|
72679
72676
|
|
|
72680
|
-
__info__.version = "18.0.
|
|
72681
|
-
__info__.date = "2025-01-
|
|
72682
|
-
__info__.hash = "
|
|
72677
|
+
__info__.version = "18.0.10";
|
|
72678
|
+
__info__.date = "2025-01-15T08:05:47.616Z";
|
|
72679
|
+
__info__.hash = "94c45c7";
|
|
@@ -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 18.0.
|
|
6
|
-
* @date 2025-01-
|
|
7
|
-
* @hash
|
|
5
|
+
* @version 18.0.10
|
|
6
|
+
* @date 2025-01-15T08:05:47.616Z
|
|
7
|
+
* @hash 94c45c7
|
|
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';
|
|
@@ -61247,9 +61247,6 @@ class Session extends EventBus {
|
|
|
61247
61247
|
}
|
|
61248
61248
|
}
|
|
61249
61249
|
this.acknowledge(message);
|
|
61250
|
-
if (message.type === "REMOTE_REVISION" && message.clientId === this.clientId) {
|
|
61251
|
-
return;
|
|
61252
|
-
}
|
|
61253
61250
|
this.trigger("collaborative-event-received");
|
|
61254
61251
|
}
|
|
61255
61252
|
onClientMoved(message) {
|
|
@@ -72632,6 +72629,6 @@ const constants = {
|
|
|
72632
72629
|
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 };
|
|
72633
72630
|
|
|
72634
72631
|
|
|
72635
|
-
__info__.version = "18.0.
|
|
72636
|
-
__info__.date = "2025-01-
|
|
72637
|
-
__info__.hash = "
|
|
72632
|
+
__info__.version = "18.0.10";
|
|
72633
|
+
__info__.date = "2025-01-15T08:05:47.616Z";
|
|
72634
|
+
__info__.hash = "94c45c7";
|
|
@@ -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 18.0.
|
|
6
|
-
* @date 2025-01-
|
|
7
|
-
* @hash
|
|
5
|
+
* @version 18.0.10
|
|
6
|
+
* @date 2025-01-15T08:05:47.616Z
|
|
7
|
+
* @hash 94c45c7
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
(function (exports, owl) {
|
|
@@ -61248,9 +61248,6 @@ stores.inject(MyMetaStore, storeInstance);
|
|
|
61248
61248
|
}
|
|
61249
61249
|
}
|
|
61250
61250
|
this.acknowledge(message);
|
|
61251
|
-
if (message.type === "REMOTE_REVISION" && message.clientId === this.clientId) {
|
|
61252
|
-
return;
|
|
61253
|
-
}
|
|
61254
61251
|
this.trigger("collaborative-event-received");
|
|
61255
61252
|
}
|
|
61256
61253
|
onClientMoved(message) {
|
|
@@ -72676,9 +72673,9 @@ stores.inject(MyMetaStore, storeInstance);
|
|
|
72676
72673
|
exports.tokenize = tokenize;
|
|
72677
72674
|
|
|
72678
72675
|
|
|
72679
|
-
__info__.version = "18.0.
|
|
72680
|
-
__info__.date = "2025-01-
|
|
72681
|
-
__info__.hash = "
|
|
72676
|
+
__info__.version = "18.0.10";
|
|
72677
|
+
__info__.date = "2025-01-15T08:05:47.616Z";
|
|
72678
|
+
__info__.hash = "94c45c7";
|
|
72682
72679
|
|
|
72683
72680
|
|
|
72684
72681
|
})(this.o_spreadsheet = this.o_spreadsheet || {}, owl);
|