@odoo/o-spreadsheet 17.2.16 → 17.2.17
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.
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
/**
|
|
4
4
|
* This file is generated by o-spreadsheet build tools. Do not edit it.
|
|
5
5
|
* @see https://github.com/odoo/o-spreadsheet
|
|
6
|
-
* @version 17.2.
|
|
7
|
-
* @date 2024-07-
|
|
8
|
-
* @hash
|
|
6
|
+
* @version 17.2.17
|
|
7
|
+
* @date 2024-07-18T14:23:50.417Z
|
|
8
|
+
* @hash 9e0ea24
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
'use strict';
|
|
@@ -2627,7 +2627,7 @@ function getPredicate(descr, locale) {
|
|
|
2627
2627
|
operand = descr;
|
|
2628
2628
|
}
|
|
2629
2629
|
}
|
|
2630
|
-
if (isNumber(operand, locale)) {
|
|
2630
|
+
if (isNumber(operand, locale) || isDateTime(operand, locale)) {
|
|
2631
2631
|
operand = toNumber(operand, locale);
|
|
2632
2632
|
}
|
|
2633
2633
|
else if (operand === "TRUE" || operand === "FALSE") {
|
|
@@ -60883,6 +60883,6 @@ exports.tokenColors = tokenColors;
|
|
|
60883
60883
|
exports.tokenize = tokenize;
|
|
60884
60884
|
|
|
60885
60885
|
|
|
60886
|
-
__info__.version = "17.2.
|
|
60887
|
-
__info__.date = "2024-07-
|
|
60888
|
-
__info__.hash = "
|
|
60886
|
+
__info__.version = "17.2.17";
|
|
60887
|
+
__info__.date = "2024-07-18T14:23:50.417Z";
|
|
60888
|
+
__info__.hash = "9e0ea24";
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
/**
|
|
4
4
|
* This file is generated by o-spreadsheet build tools. Do not edit it.
|
|
5
5
|
* @see https://github.com/odoo/o-spreadsheet
|
|
6
|
-
* @version 17.2.
|
|
7
|
-
* @date 2024-07-
|
|
8
|
-
* @hash
|
|
6
|
+
* @version 17.2.17
|
|
7
|
+
* @date 2024-07-18T14:23:50.417Z
|
|
8
|
+
* @hash 9e0ea24
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
import { useEnv, useSubEnv, onWillUnmount, useComponent, status, Component, useRef, onMounted, useEffect, useState, onPatched, onWillPatch, onWillUpdateProps, useExternalListener, onWillStart, xml, useChildSubEnv, markRaw } from '@odoo/owl';
|
|
@@ -2625,7 +2625,7 @@ function getPredicate(descr, locale) {
|
|
|
2625
2625
|
operand = descr;
|
|
2626
2626
|
}
|
|
2627
2627
|
}
|
|
2628
|
-
if (isNumber(operand, locale)) {
|
|
2628
|
+
if (isNumber(operand, locale) || isDateTime(operand, locale)) {
|
|
2629
2629
|
operand = toNumber(operand, locale);
|
|
2630
2630
|
}
|
|
2631
2631
|
else if (operand === "TRUE" || operand === "FALSE") {
|
|
@@ -60840,6 +60840,6 @@ const constants = {
|
|
|
60840
60840
|
export { AbstractCellClipboardHandler, AbstractChart, AbstractFigureClipboardHandler, CellErrorType, CommandResult, CorePlugin, DispatchResult, EvaluationError, Model, Registry, Revision, SPREADSHEET_DIMENSIONS, Spreadsheet, 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 };
|
|
60841
60841
|
|
|
60842
60842
|
|
|
60843
|
-
__info__.version = "17.2.
|
|
60844
|
-
__info__.date = "2024-07-
|
|
60845
|
-
__info__.hash = "
|
|
60843
|
+
__info__.version = "17.2.17";
|
|
60844
|
+
__info__.date = "2024-07-18T14:23:50.417Z";
|
|
60845
|
+
__info__.hash = "9e0ea24";
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
/**
|
|
4
4
|
* This file is generated by o-spreadsheet build tools. Do not edit it.
|
|
5
5
|
* @see https://github.com/odoo/o-spreadsheet
|
|
6
|
-
* @version 17.2.
|
|
7
|
-
* @date 2024-07-
|
|
8
|
-
* @hash
|
|
6
|
+
* @version 17.2.17
|
|
7
|
+
* @date 2024-07-18T14:23:50.417Z
|
|
8
|
+
* @hash 9e0ea24
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
(function (exports, owl) {
|
|
@@ -2626,7 +2626,7 @@
|
|
|
2626
2626
|
operand = descr;
|
|
2627
2627
|
}
|
|
2628
2628
|
}
|
|
2629
|
-
if (isNumber(operand, locale)) {
|
|
2629
|
+
if (isNumber(operand, locale) || isDateTime(operand, locale)) {
|
|
2630
2630
|
operand = toNumber(operand, locale);
|
|
2631
2631
|
}
|
|
2632
2632
|
else if (operand === "TRUE" || operand === "FALSE") {
|
|
@@ -60882,9 +60882,9 @@ stores.inject(MyMetaStore, storeInstance);
|
|
|
60882
60882
|
exports.tokenize = tokenize;
|
|
60883
60883
|
|
|
60884
60884
|
|
|
60885
|
-
__info__.version = "17.2.
|
|
60886
|
-
__info__.date = "2024-07-
|
|
60887
|
-
__info__.hash = "
|
|
60885
|
+
__info__.version = "17.2.17";
|
|
60886
|
+
__info__.date = "2024-07-18T14:23:50.417Z";
|
|
60887
|
+
__info__.hash = "9e0ea24";
|
|
60888
60888
|
|
|
60889
60889
|
|
|
60890
60890
|
})(this.o_spreadsheet = this.o_spreadsheet || {}, owl);
|