@odoo/o-spreadsheet 17.1.0-alpha.1 → 17.1.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 17.1.0-alpha.
|
|
6
|
-
* @date 2023-11-
|
|
7
|
-
* @hash
|
|
5
|
+
* @version 17.1.0-alpha.2
|
|
6
|
+
* @date 2023-11-03T12:24:57.341Z
|
|
7
|
+
* @hash 0595868
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
'use strict';
|
|
@@ -40089,9 +40089,6 @@ class Evaluator {
|
|
|
40089
40089
|
}
|
|
40090
40090
|
}
|
|
40091
40091
|
setEvaluatedCell(positionId, evaluatedCell) {
|
|
40092
|
-
if (this.nextPositionsToUpdate.has(positionId)) {
|
|
40093
|
-
this.nextPositionsToUpdate.delete(positionId);
|
|
40094
|
-
}
|
|
40095
40092
|
this.evaluatedCells.set(positionId, evaluatedCell);
|
|
40096
40093
|
}
|
|
40097
40094
|
computeCell(positionId) {
|
|
@@ -55898,6 +55895,6 @@ exports.setTranslationMethod = setTranslationMethod;
|
|
|
55898
55895
|
exports.tokenize = tokenize;
|
|
55899
55896
|
|
|
55900
55897
|
|
|
55901
|
-
__info__.version = "17.1.0-alpha.
|
|
55902
|
-
__info__.date = "2023-11-
|
|
55903
|
-
__info__.hash = "
|
|
55898
|
+
__info__.version = "17.1.0-alpha.2";
|
|
55899
|
+
__info__.date = "2023-11-03T12:24:57.341Z";
|
|
55900
|
+
__info__.hash = "0595868";
|
|
@@ -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.1.0-alpha.
|
|
6
|
-
* @date 2023-11-
|
|
7
|
-
* @hash
|
|
5
|
+
* @version 17.1.0-alpha.2
|
|
6
|
+
* @date 2023-11-03T12:24:57.341Z
|
|
7
|
+
* @hash 0595868
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
import { Component, useRef, onMounted, useEffect, onWillPatch, useState, onWillUpdateProps, onPatched, useComponent, useExternalListener, onWillUnmount, onWillStart, xml, useChildSubEnv, useSubEnv, markRaw } from '@odoo/owl';
|
|
@@ -40087,9 +40087,6 @@ class Evaluator {
|
|
|
40087
40087
|
}
|
|
40088
40088
|
}
|
|
40089
40089
|
setEvaluatedCell(positionId, evaluatedCell) {
|
|
40090
|
-
if (this.nextPositionsToUpdate.has(positionId)) {
|
|
40091
|
-
this.nextPositionsToUpdate.delete(positionId);
|
|
40092
|
-
}
|
|
40093
40090
|
this.evaluatedCells.set(positionId, evaluatedCell);
|
|
40094
40091
|
}
|
|
40095
40092
|
computeCell(positionId) {
|
|
@@ -55863,6 +55860,6 @@ const constants = {
|
|
|
55863
55860
|
export { AbstractChart, CommandResult, CorePlugin, DispatchResult, EvaluationError, Model, Registry, Revision, SPREADSHEET_DIMENSIONS, Spreadsheet, UIPlugin, __info__, addFunction, astToFormula, compile, components, constants, convertAstNodes, coreTypes, findCellInNewZone, functionCache, helpers, hooks, invalidateCFEvaluationCommands, invalidateDependenciesCommands, invalidateEvaluationCommands, iterateAstNodes, links, load, parse, readonlyAllowedCommands, registries, setDefaultSheetViewSize, setTranslationMethod, tokenize };
|
|
55864
55861
|
|
|
55865
55862
|
|
|
55866
|
-
__info__.version = "17.1.0-alpha.
|
|
55867
|
-
__info__.date = "2023-11-
|
|
55868
|
-
__info__.hash = "
|
|
55863
|
+
__info__.version = "17.1.0-alpha.2";
|
|
55864
|
+
__info__.date = "2023-11-03T12:24:57.341Z";
|
|
55865
|
+
__info__.hash = "0595868";
|
|
@@ -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.1.0-alpha.
|
|
6
|
-
* @date 2023-11-
|
|
7
|
-
* @hash
|
|
5
|
+
* @version 17.1.0-alpha.2
|
|
6
|
+
* @date 2023-11-03T12:24:57.341Z
|
|
7
|
+
* @hash 0595868
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
(function (exports, owl) {
|
|
@@ -40088,9 +40088,6 @@
|
|
|
40088
40088
|
}
|
|
40089
40089
|
}
|
|
40090
40090
|
setEvaluatedCell(positionId, evaluatedCell) {
|
|
40091
|
-
if (this.nextPositionsToUpdate.has(positionId)) {
|
|
40092
|
-
this.nextPositionsToUpdate.delete(positionId);
|
|
40093
|
-
}
|
|
40094
40091
|
this.evaluatedCells.set(positionId, evaluatedCell);
|
|
40095
40092
|
}
|
|
40096
40093
|
computeCell(positionId) {
|
|
@@ -55897,9 +55894,9 @@
|
|
|
55897
55894
|
exports.tokenize = tokenize;
|
|
55898
55895
|
|
|
55899
55896
|
|
|
55900
|
-
__info__.version = "17.1.0-alpha.
|
|
55901
|
-
__info__.date = "2023-11-
|
|
55902
|
-
__info__.hash = "
|
|
55897
|
+
__info__.version = "17.1.0-alpha.2";
|
|
55898
|
+
__info__.date = "2023-11-03T12:24:57.341Z";
|
|
55899
|
+
__info__.hash = "0595868";
|
|
55903
55900
|
|
|
55904
55901
|
|
|
55905
55902
|
})(this.o_spreadsheet = this.o_spreadsheet || {}, owl);
|