@odoo/o-spreadsheet 19.5.0-alpha.17 → 19.5.0-alpha.18

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.17
6
- * @date 2026-09-07T05:58:42.129Z
7
- * @hash 532243c
5
+ * @version 19.5.0-alpha.18
6
+ * @date 2026-09-07T12:43:29.601Z
7
+ * @hash 54a0597
8
8
  */
9
9
 
10
10
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
@@ -91329,6 +91329,7 @@ const stores = {
91329
91329
  ZoomStore,
91330
91330
  globalStores
91331
91331
  };
91332
+ const owlPlugins = { PopoverContainerPlugin };
91332
91333
  function addFunction(functionName, functionDescription) {
91333
91334
  functionRegistry.add(functionName, functionDescription);
91334
91335
  return { addFunction: (fName, fDescription) => addFunction(fName, fDescription) };
@@ -91440,6 +91441,7 @@ exports.iterateAstNodes = iterateAstNodes;
91440
91441
  exports.links = links;
91441
91442
  exports.load = load;
91442
91443
  exports.lockedSheetAllowedCommands = lockedSheetAllowedCommands;
91444
+ exports.owlPlugins = owlPlugins;
91443
91445
  exports.parse = parse;
91444
91446
  exports.parseTokens = parseTokens;
91445
91447
  exports.readonlyAllowedCommands = readonlyAllowedCommands;
@@ -91451,6 +91453,6 @@ exports.stores = stores;
91451
91453
  exports.tokenColors = tokenColors;
91452
91454
  exports.tokenize = tokenize;
91453
91455
 
91454
- __info__.version = "19.5.0-alpha.17";
91455
- __info__.date = "2026-09-07T05:58:42.129Z";
91456
- __info__.hash = "532243c";
91456
+ __info__.version = "19.5.0-alpha.18";
91457
+ __info__.date = "2026-09-07T12:43:29.601Z";
91458
+ __info__.hash = "54a0597";
@@ -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.17
6
- * @date 2026-09-07T05:58:43.972Z
7
- * @hash 532243c
5
+ * @version 19.5.0-alpha.18
6
+ * @date 2026-09-07T12:43:31.414Z
7
+ * @hash 54a0597
8
8
  */
9
9
  :root {
10
10
  --os-gray-100: light-dark(#f8f9fa, #1c1c20);
@@ -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.17
6
- * @date 2026-09-07T05:58:42.129Z
7
- * @hash 532243c
5
+ * @version 19.5.0-alpha.18
6
+ * @date 2026-09-07T12:43:29.601Z
7
+ * @hash 54a0597
8
8
  */
9
9
 
10
10
  import * as owl from "@odoo/owl";
@@ -91144,6 +91144,7 @@ const stores = {
91144
91144
  ZoomStore,
91145
91145
  globalStores
91146
91146
  };
91147
+ const owlPlugins = { PopoverContainerPlugin };
91147
91148
  function addFunction(functionName, functionDescription) {
91148
91149
  functionRegistry.add(functionName, functionDescription);
91149
91150
  return { addFunction: (fName, fDescription) => addFunction(fName, fDescription) };
@@ -91166,8 +91167,8 @@ const chartHelpers = {
91166
91167
  };
91167
91168
 
91168
91169
  //#endregion
91169
- export { AbstractCellClipboardHandler, AbstractChart, AbstractFigureClipboardHandler, BadExpressionError, CHART_TYPES, CellErrorType, CellValueType, CircularDependencyError, ClientDisconnectedError, ClipboardMIMEType, CommandResult, CompiledFormula, CorePlugin, DEFAULT_LOCALE, DEFAULT_LOCALES, DEFAULT_LOCALE_DIGIT_GROUPING, DIRECTION, DispatchResult, DivisionByZeroError, EvaluationError, EvaluationPlugin, 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, dispatcheableEvaluationCommandTypes, errorTypes, evaluationCommandTypes, filterDateCriterionOperators, filterNumberCriterionOperators, filterTextCriterionOperators, findCellInNewZone, functionCache, getCaretDownSvg, getCaretUpSvg, helpers, hooks, invalidSubtotalFormulasCommands, invalidateBordersCommands, invalidateCFEvaluationCommands, invalidateChartEvaluationCommands, invalidateDependenciesCommands, invalidateEvaluationCommands, isCoreCommand, isDispatcheableEvaluationCommand, isEvaluationCommand, isHeadersDependant, isMatrix, isPositionDependent, isRangeDependant, isSheetDependent, isTargetDependent, isZoneDependent, iterateAstNodes, links, load, lockedSheetAllowedCommands, parse, parseTokens, readonlyAllowedCommands, registries, schemeToColorScale, setDefaultSheetViewSize, setTranslationMethod, stores, tokenColors, tokenize };
91170
+ export { AbstractCellClipboardHandler, AbstractChart, AbstractFigureClipboardHandler, BadExpressionError, CHART_TYPES, CellErrorType, CellValueType, CircularDependencyError, ClientDisconnectedError, ClipboardMIMEType, CommandResult, CompiledFormula, CorePlugin, DEFAULT_LOCALE, DEFAULT_LOCALES, DEFAULT_LOCALE_DIGIT_GROUPING, DIRECTION, DispatchResult, DivisionByZeroError, EvaluationError, EvaluationPlugin, 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, dispatcheableEvaluationCommandTypes, errorTypes, evaluationCommandTypes, filterDateCriterionOperators, filterNumberCriterionOperators, filterTextCriterionOperators, findCellInNewZone, functionCache, getCaretDownSvg, getCaretUpSvg, helpers, hooks, invalidSubtotalFormulasCommands, invalidateBordersCommands, invalidateCFEvaluationCommands, invalidateChartEvaluationCommands, invalidateDependenciesCommands, invalidateEvaluationCommands, isCoreCommand, isDispatcheableEvaluationCommand, isEvaluationCommand, isHeadersDependant, isMatrix, isPositionDependent, isRangeDependant, isSheetDependent, isTargetDependent, isZoneDependent, iterateAstNodes, links, load, lockedSheetAllowedCommands, owlPlugins, parse, parseTokens, readonlyAllowedCommands, registries, schemeToColorScale, setDefaultSheetViewSize, setTranslationMethod, stores, tokenColors, tokenize };
91170
91171
 
91171
- __info__.version = "19.5.0-alpha.17";
91172
- __info__.date = "2026-09-07T05:58:42.129Z";
91173
- __info__.hash = "532243c";
91172
+ __info__.version = "19.5.0-alpha.18";
91173
+ __info__.date = "2026-09-07T12:43:29.601Z";
91174
+ __info__.hash = "54a0597";
@@ -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.17
6
- * @date 2026-09-07T05:58:42.129Z
7
- * @hash 532243c
5
+ * @version 19.5.0-alpha.18
6
+ * @date 2026-09-07T12:43:29.601Z
7
+ * @hash 54a0597
8
8
  */
9
9
 
10
10
  (function(exports, _odoo_owl) {
@@ -91146,6 +91146,7 @@ set(value) {
91146
91146
  ZoomStore,
91147
91147
  globalStores
91148
91148
  };
91149
+ const owlPlugins = { PopoverContainerPlugin };
91149
91150
  function addFunction(functionName, functionDescription) {
91150
91151
  functionRegistry.add(functionName, functionDescription);
91151
91152
  return { addFunction: (fName, fDescription) => addFunction(fName, fDescription) };
@@ -91257,6 +91258,7 @@ exports.iterateAstNodes = iterateAstNodes;
91257
91258
  exports.links = links;
91258
91259
  exports.load = load;
91259
91260
  exports.lockedSheetAllowedCommands = lockedSheetAllowedCommands;
91261
+ exports.owlPlugins = owlPlugins;
91260
91262
  exports.parse = parse;
91261
91263
  exports.parseTokens = parseTokens;
91262
91264
  exports.readonlyAllowedCommands = readonlyAllowedCommands;
@@ -91268,8 +91270,8 @@ exports.stores = stores;
91268
91270
  exports.tokenColors = tokenColors;
91269
91271
  exports.tokenize = tokenize;
91270
91272
 
91271
- __info__.version = "19.5.0-alpha.17";
91272
- __info__.date = "2026-09-07T05:58:42.129Z";
91273
- __info__.hash = "532243c";
91273
+ __info__.version = "19.5.0-alpha.18";
91274
+ __info__.date = "2026-09-07T12:43:29.601Z";
91275
+ __info__.hash = "54a0597";
91274
91276
 
91275
91277
  })(this.o_spreadsheet = this.o_spreadsheet || {}, owl);