@odoo/o-spreadsheet 18.1.1 → 18.1.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.
|
@@ -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.1.
|
|
6
|
-
* @date 2025-01-
|
|
7
|
-
* @hash
|
|
5
|
+
* @version 18.1.2
|
|
6
|
+
* @date 2025-01-15T08:06:07.728Z
|
|
7
|
+
* @hash 002aa4a
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
'use strict';
|
|
@@ -63392,9 +63392,6 @@ class Session extends EventBus {
|
|
|
63392
63392
|
}
|
|
63393
63393
|
}
|
|
63394
63394
|
this.acknowledge(message);
|
|
63395
|
-
if (message.type === "REMOTE_REVISION" && message.clientId === this.clientId) {
|
|
63396
|
-
return;
|
|
63397
|
-
}
|
|
63398
63395
|
this.trigger("collaborative-event-received");
|
|
63399
63396
|
}
|
|
63400
63397
|
onClientMoved(message) {
|
|
@@ -74957,6 +74954,6 @@ exports.tokenColors = tokenColors;
|
|
|
74957
74954
|
exports.tokenize = tokenize;
|
|
74958
74955
|
|
|
74959
74956
|
|
|
74960
|
-
__info__.version = "18.1.
|
|
74961
|
-
__info__.date = "2025-01-
|
|
74962
|
-
__info__.hash = "
|
|
74957
|
+
__info__.version = "18.1.2";
|
|
74958
|
+
__info__.date = "2025-01-15T08:06:07.728Z";
|
|
74959
|
+
__info__.hash = "002aa4a";
|
|
@@ -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.1.
|
|
6
|
-
* @date 2025-01-
|
|
7
|
-
* @hash
|
|
5
|
+
* @version 18.1.2
|
|
6
|
+
* @date 2025-01-15T08:06:07.728Z
|
|
7
|
+
* @hash 002aa4a
|
|
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';
|
|
@@ -63390,9 +63390,6 @@ class Session extends EventBus {
|
|
|
63390
63390
|
}
|
|
63391
63391
|
}
|
|
63392
63392
|
this.acknowledge(message);
|
|
63393
|
-
if (message.type === "REMOTE_REVISION" && message.clientId === this.clientId) {
|
|
63394
|
-
return;
|
|
63395
|
-
}
|
|
63396
63393
|
this.trigger("collaborative-event-received");
|
|
63397
63394
|
}
|
|
63398
63395
|
onClientMoved(message) {
|
|
@@ -74911,6 +74908,6 @@ const chartHelpers = { ...CHART_HELPERS, ...CHART_RUNTIME_HELPERS };
|
|
|
74911
74908
|
export { AbstractCellClipboardHandler, AbstractChart, AbstractFigureClipboardHandler, CellErrorType, CommandResult, CorePlugin, DispatchResult, EvaluationError, Model, PivotRuntimeDefinition, Registry, Revision, SPREADSHEET_DIMENSIONS, Spreadsheet, SpreadsheetPivotTable, UIPlugin, __info__, addFunction, addRenderingLayer, astToFormula, chartHelpers, 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 };
|
|
74912
74909
|
|
|
74913
74910
|
|
|
74914
|
-
__info__.version = "18.1.
|
|
74915
|
-
__info__.date = "2025-01-
|
|
74916
|
-
__info__.hash = "
|
|
74911
|
+
__info__.version = "18.1.2";
|
|
74912
|
+
__info__.date = "2025-01-15T08:06:07.728Z";
|
|
74913
|
+
__info__.hash = "002aa4a";
|
|
@@ -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.1.
|
|
6
|
-
* @date 2025-01-
|
|
7
|
-
* @hash
|
|
5
|
+
* @version 18.1.2
|
|
6
|
+
* @date 2025-01-15T08:06:07.728Z
|
|
7
|
+
* @hash 002aa4a
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
(function (exports, owl) {
|
|
@@ -63391,9 +63391,6 @@ stores.inject(MyMetaStore, storeInstance);
|
|
|
63391
63391
|
}
|
|
63392
63392
|
}
|
|
63393
63393
|
this.acknowledge(message);
|
|
63394
|
-
if (message.type === "REMOTE_REVISION" && message.clientId === this.clientId) {
|
|
63395
|
-
return;
|
|
63396
|
-
}
|
|
63397
63394
|
this.trigger("collaborative-event-received");
|
|
63398
63395
|
}
|
|
63399
63396
|
onClientMoved(message) {
|
|
@@ -74956,9 +74953,9 @@ stores.inject(MyMetaStore, storeInstance);
|
|
|
74956
74953
|
exports.tokenize = tokenize;
|
|
74957
74954
|
|
|
74958
74955
|
|
|
74959
|
-
__info__.version = "18.1.
|
|
74960
|
-
__info__.date = "2025-01-
|
|
74961
|
-
__info__.hash = "
|
|
74956
|
+
__info__.version = "18.1.2";
|
|
74957
|
+
__info__.date = "2025-01-15T08:06:07.728Z";
|
|
74958
|
+
__info__.hash = "002aa4a";
|
|
74962
74959
|
|
|
74963
74960
|
|
|
74964
74961
|
})(this.o_spreadsheet = this.o_spreadsheet || {}, owl);
|