@odoo/o-spreadsheet 18.2.0-alpha.1 → 18.2.0-alpha.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.2.0-alpha.
|
|
6
|
-
* @date 2025-01-
|
|
7
|
-
* @hash
|
|
5
|
+
* @version 18.2.0-alpha.2
|
|
6
|
+
* @date 2025-01-15T08:06:32.137Z
|
|
7
|
+
* @hash 4f96c47
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
'use strict';
|
|
@@ -63526,9 +63526,6 @@ class Session extends EventBus {
|
|
|
63526
63526
|
}
|
|
63527
63527
|
}
|
|
63528
63528
|
this.acknowledge(message);
|
|
63529
|
-
if (message.type === "REMOTE_REVISION" && message.clientId === this.clientId) {
|
|
63530
|
-
return;
|
|
63531
|
-
}
|
|
63532
63529
|
this.trigger("collaborative-event-received");
|
|
63533
63530
|
}
|
|
63534
63531
|
onClientMoved(message) {
|
|
@@ -75106,6 +75103,6 @@ exports.tokenColors = tokenColors;
|
|
|
75106
75103
|
exports.tokenize = tokenize;
|
|
75107
75104
|
|
|
75108
75105
|
|
|
75109
|
-
__info__.version = "18.2.0-alpha.
|
|
75110
|
-
__info__.date = "2025-01-
|
|
75111
|
-
__info__.hash = "
|
|
75106
|
+
__info__.version = "18.2.0-alpha.2";
|
|
75107
|
+
__info__.date = "2025-01-15T08:06:32.137Z";
|
|
75108
|
+
__info__.hash = "4f96c47";
|
|
@@ -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.2.0-alpha.
|
|
6
|
-
* @date 2025-01-
|
|
7
|
-
* @hash
|
|
5
|
+
* @version 18.2.0-alpha.2
|
|
6
|
+
* @date 2025-01-15T08:06:32.137Z
|
|
7
|
+
* @hash 4f96c47
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
import { useEnv, useSubEnv, onWillUnmount, useComponent, status, Component, useRef, onMounted, useEffect, App, blockDom, useState, onPatched, onWillPatch, onWillUpdateProps, useExternalListener, onWillStart, xml, useChildSubEnv, markRaw, toRaw } from '@odoo/owl';
|
|
@@ -63524,9 +63524,6 @@ class Session extends EventBus {
|
|
|
63524
63524
|
}
|
|
63525
63525
|
}
|
|
63526
63526
|
this.acknowledge(message);
|
|
63527
|
-
if (message.type === "REMOTE_REVISION" && message.clientId === this.clientId) {
|
|
63528
|
-
return;
|
|
63529
|
-
}
|
|
63530
63527
|
this.trigger("collaborative-event-received");
|
|
63531
63528
|
}
|
|
63532
63529
|
onClientMoved(message) {
|
|
@@ -75059,6 +75056,6 @@ const chartHelpers = { ...CHART_HELPERS, ...CHART_RUNTIME_HELPERS };
|
|
|
75059
75056
|
export { AbstractCellClipboardHandler, AbstractChart, AbstractFigureClipboardHandler, CellErrorType, CommandResult, CorePlugin, CoreViewPlugin, 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 };
|
|
75060
75057
|
|
|
75061
75058
|
|
|
75062
|
-
__info__.version = "18.2.0-alpha.
|
|
75063
|
-
__info__.date = "2025-01-
|
|
75064
|
-
__info__.hash = "
|
|
75059
|
+
__info__.version = "18.2.0-alpha.2";
|
|
75060
|
+
__info__.date = "2025-01-15T08:06:32.137Z";
|
|
75061
|
+
__info__.hash = "4f96c47";
|
|
@@ -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.2.0-alpha.
|
|
6
|
-
* @date 2025-01-
|
|
7
|
-
* @hash
|
|
5
|
+
* @version 18.2.0-alpha.2
|
|
6
|
+
* @date 2025-01-15T08:06:32.137Z
|
|
7
|
+
* @hash 4f96c47
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
(function (exports, owl) {
|
|
@@ -63525,9 +63525,6 @@ stores.inject(MyMetaStore, storeInstance);
|
|
|
63525
63525
|
}
|
|
63526
63526
|
}
|
|
63527
63527
|
this.acknowledge(message);
|
|
63528
|
-
if (message.type === "REMOTE_REVISION" && message.clientId === this.clientId) {
|
|
63529
|
-
return;
|
|
63530
|
-
}
|
|
63531
63528
|
this.trigger("collaborative-event-received");
|
|
63532
63529
|
}
|
|
63533
63530
|
onClientMoved(message) {
|
|
@@ -75105,9 +75102,9 @@ stores.inject(MyMetaStore, storeInstance);
|
|
|
75105
75102
|
exports.tokenize = tokenize;
|
|
75106
75103
|
|
|
75107
75104
|
|
|
75108
|
-
__info__.version = "18.2.0-alpha.
|
|
75109
|
-
__info__.date = "2025-01-
|
|
75110
|
-
__info__.hash = "
|
|
75105
|
+
__info__.version = "18.2.0-alpha.2";
|
|
75106
|
+
__info__.date = "2025-01-15T08:06:32.137Z";
|
|
75107
|
+
__info__.hash = "4f96c47";
|
|
75111
75108
|
|
|
75112
75109
|
|
|
75113
75110
|
})(this.o_spreadsheet = this.o_spreadsheet || {}, owl);
|