@odoo/o-spreadsheet 17.1.1 → 17.2.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 17.1.1
6
- * @date 2024-01-17T10:33:34.825Z
7
- * @hash b62675c
5
+ * @version 17.2.0-alpha.1
6
+ * @date 2024-01-17T10:27:26.763Z
7
+ * @hash 296f467
8
8
  */
9
9
 
10
10
  'use strict';
@@ -38863,9 +38863,9 @@ class RangeAdapter {
38863
38863
  * Get a Xc string that represent a part of a range
38864
38864
  */
38865
38865
  getRangePartString(range, part) {
38866
- const colFixed = range.parts && range.parts[part]?.colFixed ? "$" : "";
38866
+ const colFixed = range.parts && range.parts[part].colFixed ? "$" : "";
38867
38867
  const col = part === 0 ? numberToLetters(range.zone.left) : numberToLetters(range.zone.right);
38868
- const rowFixed = range.parts && range.parts[part]?.rowFixed ? "$" : "";
38868
+ const rowFixed = range.parts && range.parts[part].rowFixed ? "$" : "";
38869
38869
  const row = part === 0 ? String(range.zone.top + 1) : String(range.zone.bottom + 1);
38870
38870
  let str = "";
38871
38871
  if (range.isFullCol) {
@@ -57061,6 +57061,6 @@ exports.setTranslationMethod = setTranslationMethod;
57061
57061
  exports.tokenize = tokenize;
57062
57062
 
57063
57063
 
57064
- __info__.version = "17.1.1";
57065
- __info__.date = "2024-01-17T10:33:34.825Z";
57066
- __info__.hash = "b62675c";
57064
+ __info__.version = "17.2.0-alpha.1";
57065
+ __info__.date = "2024-01-17T10:27:26.763Z";
57066
+ __info__.hash = "296f467";
@@ -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.1
6
- * @date 2024-01-17T10:33:34.825Z
7
- * @hash b62675c
5
+ * @version 17.2.0-alpha.1
6
+ * @date 2024-01-17T10:27:26.763Z
7
+ * @hash 296f467
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';
@@ -38861,9 +38861,9 @@ class RangeAdapter {
38861
38861
  * Get a Xc string that represent a part of a range
38862
38862
  */
38863
38863
  getRangePartString(range, part) {
38864
- const colFixed = range.parts && range.parts[part]?.colFixed ? "$" : "";
38864
+ const colFixed = range.parts && range.parts[part].colFixed ? "$" : "";
38865
38865
  const col = part === 0 ? numberToLetters(range.zone.left) : numberToLetters(range.zone.right);
38866
- const rowFixed = range.parts && range.parts[part]?.rowFixed ? "$" : "";
38866
+ const rowFixed = range.parts && range.parts[part].rowFixed ? "$" : "";
38867
38867
  const row = part === 0 ? String(range.zone.top + 1) : String(range.zone.bottom + 1);
38868
38868
  let str = "";
38869
38869
  if (range.isFullCol) {
@@ -57023,6 +57023,6 @@ const constants = {
57023
57023
  export { AbstractChart, CellErrorType, CommandResult, CorePlugin, DispatchResult, EvaluationError, Model, Registry, Revision, SPREADSHEET_DIMENSIONS, Spreadsheet, UIPlugin, __info__, addFunction, astToFormula, compile, compileTokens, components, constants, convertAstNodes, coreTypes, findCellInNewZone, functionCache, helpers, hooks, invalidateCFEvaluationCommands, invalidateDependenciesCommands, invalidateEvaluationCommands, iterateAstNodes, links, load, parse, parseTokens, readonlyAllowedCommands, registries, setDefaultSheetViewSize, setTranslationMethod, tokenize };
57024
57024
 
57025
57025
 
57026
- __info__.version = "17.1.1";
57027
- __info__.date = "2024-01-17T10:33:34.825Z";
57028
- __info__.hash = "b62675c";
57026
+ __info__.version = "17.2.0-alpha.1";
57027
+ __info__.date = "2024-01-17T10:27:26.763Z";
57028
+ __info__.hash = "296f467";
@@ -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.1
6
- * @date 2024-01-17T10:33:34.825Z
7
- * @hash b62675c
5
+ * @version 17.2.0-alpha.1
6
+ * @date 2024-01-17T10:27:26.763Z
7
+ * @hash 296f467
8
8
  */
9
9
 
10
10
  (function (exports, owl) {
@@ -38862,9 +38862,9 @@
38862
38862
  * Get a Xc string that represent a part of a range
38863
38863
  */
38864
38864
  getRangePartString(range, part) {
38865
- const colFixed = range.parts && range.parts[part]?.colFixed ? "$" : "";
38865
+ const colFixed = range.parts && range.parts[part].colFixed ? "$" : "";
38866
38866
  const col = part === 0 ? numberToLetters(range.zone.left) : numberToLetters(range.zone.right);
38867
- const rowFixed = range.parts && range.parts[part]?.rowFixed ? "$" : "";
38867
+ const rowFixed = range.parts && range.parts[part].rowFixed ? "$" : "";
38868
38868
  const row = part === 0 ? String(range.zone.top + 1) : String(range.zone.bottom + 1);
38869
38869
  let str = "";
38870
38870
  if (range.isFullCol) {
@@ -57060,9 +57060,9 @@
57060
57060
  exports.tokenize = tokenize;
57061
57061
 
57062
57062
 
57063
- __info__.version = "17.1.1";
57064
- __info__.date = "2024-01-17T10:33:34.825Z";
57065
- __info__.hash = "b62675c";
57063
+ __info__.version = "17.2.0-alpha.1";
57064
+ __info__.date = "2024-01-17T10:27:26.763Z";
57065
+ __info__.hash = "296f467";
57066
57066
 
57067
57067
 
57068
57068
  })(this.o_spreadsheet = this.o_spreadsheet || {}, owl);