@odoo/o-spreadsheet 19.5.0-alpha.0 → 19.5.0-alpha.1

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 19.5.0-alpha.0
6
- * @date 2026-06-29T09:01:26.331Z
7
- * @hash 2437c0b
5
+ * @version 19.5.0-alpha.1
6
+ * @date 2026-07-01T05:05:42.239Z
7
+ * @hash 3c78107
8
8
  */
9
9
 
10
10
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
@@ -21792,10 +21792,10 @@ function toNormalizedPivotValue(dimension, groupValue) {
21792
21792
  type: dimension.type
21793
21793
  }));
21794
21794
  if (groupValueString.toLowerCase() === "false") return false;
21795
- return pivotNormalizationValueRegistry.get(dimension.type)(groupValueString, dimension.granularity);
21795
+ return pivotNormalizationValueRegistry.get(dimension.type)(groupValueString, dimension);
21796
21796
  }
21797
- function normalizeDateTime(value, granularity) {
21798
- return pivotTimeAdapter(granularity ?? "month").normalizeFunctionValue(value);
21797
+ function normalizeDateTime(value, dimension) {
21798
+ return pivotTimeAdapter(dimension.granularity ?? "month").normalizeFunctionValue(value);
21799
21799
  }
21800
21800
  function toFunctionPivotValue(value, dimension) {
21801
21801
  if (value === null) return `"null"`;
@@ -87742,6 +87742,6 @@ exports.stores = stores;
87742
87742
  exports.tokenColors = tokenColors;
87743
87743
  exports.tokenize = tokenize;
87744
87744
 
87745
- __info__.version = "19.5.0-alpha.0";
87746
- __info__.date = "2026-06-29T09:01:26.331Z";
87747
- __info__.hash = "2437c0b";
87745
+ __info__.version = "19.5.0-alpha.1";
87746
+ __info__.date = "2026-07-01T05:05:42.239Z";
87747
+ __info__.hash = "3c78107";
@@ -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 19.5.0-alpha.0
6
- * @date 2026-06-29T09:01:28.197Z
7
- * @hash 2437c0b
5
+ * @version 19.5.0-alpha.1
6
+ * @date 2026-07-01T05:05:43.998Z
7
+ * @hash 3c78107
8
8
  */
9
9
  :root {
10
10
  --os-gray-100: light-dark(#f9fafb, #1b1d26);
@@ -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 19.5.0-alpha.0
6
- * @date 2026-06-29T09:01:26.331Z
7
- * @hash 2437c0b
5
+ * @version 19.5.0-alpha.1
6
+ * @date 2026-07-01T05:05:42.239Z
7
+ * @hash 3c78107
8
8
  */
9
9
 
10
10
  import * as owl from "@odoo/owl";
@@ -21791,10 +21791,10 @@ function toNormalizedPivotValue(dimension, groupValue) {
21791
21791
  type: dimension.type
21792
21792
  }));
21793
21793
  if (groupValueString.toLowerCase() === "false") return false;
21794
- return pivotNormalizationValueRegistry.get(dimension.type)(groupValueString, dimension.granularity);
21794
+ return pivotNormalizationValueRegistry.get(dimension.type)(groupValueString, dimension);
21795
21795
  }
21796
- function normalizeDateTime(value, granularity) {
21797
- return pivotTimeAdapter(granularity ?? "month").normalizeFunctionValue(value);
21796
+ function normalizeDateTime(value, dimension) {
21797
+ return pivotTimeAdapter(dimension.granularity ?? "month").normalizeFunctionValue(value);
21798
21798
  }
21799
21799
  function toFunctionPivotValue(value, dimension) {
21800
21800
  if (value === null) return `"null"`;
@@ -87463,6 +87463,6 @@ const chartHelpers = {
87463
87463
  //#endregion
87464
87464
  export { AbstractCellClipboardHandler, AbstractChart, AbstractFigureClipboardHandler, BadExpressionError, CHART_TYPES, CellErrorType, CellValueType, CircularDependencyError, ClientDisconnectedError, ClipboardMIMEType, CommandResult, CompiledFormula, CorePlugin, CoreViewPlugin, DEFAULT_LOCALE, DEFAULT_LOCALES, DEFAULT_LOCALE_DIGIT_GROUPING, DIRECTION, DispatchResult, DivisionByZeroError, EvaluationError, InvalidReferenceError, LocalTransportService, Model, NEXT_VALUE, NotAvailableError, NumberTooLargeError, OrderedLayers, PREVIOUS_VALUE, PivotRuntimeDefinition, Registry, Revision, SPREADSHEET_DIMENSIONS, SplillBlockedError, Spreadsheet, SpreadsheetPivotTable, UIPlugin, UnknownFunctionError, __info__, addFunction, addRenderingLayer, astToFormula, availableConditionalFormatOperators, availableDataValidationOperators, availableFiltersOperators, borderPositions, borderStyles, canExecuteInReadonly, categories, chartHelpers, compatibility, components, composerFocusTypes, constants, convertAstNodes, coreTypes, createAutocompleteArgumentsProvider, errorTypes, filterDateCriterionOperators, filterNumberCriterionOperators, filterTextCriterionOperators, findCellInNewZone, functionCache, getCaretDownSvg, getCaretUpSvg, helpers, hooks, invalidSubtotalFormulasCommands, invalidateBordersCommands, invalidateCFEvaluationCommands, invalidateChartEvaluationCommands, invalidateDependenciesCommands, invalidateEvaluationCommands, isCoreCommand, isHeadersDependant, isMatrix, isPositionDependent, isRangeDependant, isSheetDependent, isTargetDependent, isZoneDependent, iterateAstNodes, links, load, lockedSheetAllowedCommands, parse, parseTokens, readonlyAllowedCommands, registries, schemeToColorScale, setDefaultSheetViewSize, setTranslationMethod, stores, tokenColors, tokenize };
87465
87465
 
87466
- __info__.version = "19.5.0-alpha.0";
87467
- __info__.date = "2026-06-29T09:01:26.331Z";
87468
- __info__.hash = "2437c0b";
87466
+ __info__.version = "19.5.0-alpha.1";
87467
+ __info__.date = "2026-07-01T05:05:42.239Z";
87468
+ __info__.hash = "3c78107";
@@ -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 19.5.0-alpha.0
6
- * @date 2026-06-29T09:01:26.331Z
7
- * @hash 2437c0b
5
+ * @version 19.5.0-alpha.1
6
+ * @date 2026-07-01T05:05:42.239Z
7
+ * @hash 3c78107
8
8
  */
9
9
 
10
10
  (function(exports, _odoo_owl) {
@@ -21793,10 +21793,10 @@ set(value) {
21793
21793
  type: dimension.type
21794
21794
  }));
21795
21795
  if (groupValueString.toLowerCase() === "false") return false;
21796
- return pivotNormalizationValueRegistry.get(dimension.type)(groupValueString, dimension.granularity);
21796
+ return pivotNormalizationValueRegistry.get(dimension.type)(groupValueString, dimension);
21797
21797
  }
21798
- function normalizeDateTime(value, granularity) {
21799
- return pivotTimeAdapter(granularity ?? "month").normalizeFunctionValue(value);
21798
+ function normalizeDateTime(value, dimension) {
21799
+ return pivotTimeAdapter(dimension.granularity ?? "month").normalizeFunctionValue(value);
21800
21800
  }
21801
21801
  function toFunctionPivotValue(value, dimension) {
21802
21802
  if (value === null) return `"null"`;
@@ -87559,8 +87559,8 @@ exports.stores = stores;
87559
87559
  exports.tokenColors = tokenColors;
87560
87560
  exports.tokenize = tokenize;
87561
87561
 
87562
- __info__.version = "19.5.0-alpha.0";
87563
- __info__.date = "2026-06-29T09:01:26.331Z";
87564
- __info__.hash = "2437c0b";
87562
+ __info__.version = "19.5.0-alpha.1";
87563
+ __info__.date = "2026-07-01T05:05:42.239Z";
87564
+ __info__.hash = "3c78107";
87565
87565
 
87566
87566
  })(this.o_spreadsheet = this.o_spreadsheet || {}, owl);