@odoo/o-spreadsheet 18.2.23 → 18.2.24
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 18.2.
|
|
6
|
-
* @date 2025-
|
|
7
|
-
* @hash
|
|
5
|
+
* @version 18.2.24
|
|
6
|
+
* @date 2025-08-04T06:52:37.759Z
|
|
7
|
+
* @hash 5709b1b
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
'use strict';
|
|
@@ -10652,6 +10652,7 @@ class ChartJsComponent extends owl.Component {
|
|
|
10652
10652
|
}
|
|
10653
10653
|
setup() {
|
|
10654
10654
|
owl.onMounted(() => {
|
|
10655
|
+
registerChartJSExtensions();
|
|
10655
10656
|
const runtime = this.chartRuntime;
|
|
10656
10657
|
this.currentRuntime = runtime;
|
|
10657
10658
|
// Note: chartJS modify the runtime in place, so it's important to give it a copy
|
|
@@ -72715,7 +72716,6 @@ class Spreadsheet extends owl.Component {
|
|
|
72715
72716
|
this.checkViewportSize();
|
|
72716
72717
|
stores.on("store-updated", this, render);
|
|
72717
72718
|
resizeObserver.observe(this.spreadsheetRef.el);
|
|
72718
|
-
registerChartJSExtensions();
|
|
72719
72719
|
});
|
|
72720
72720
|
owl.onWillUnmount(() => {
|
|
72721
72721
|
this.unbindModelEvents();
|
|
@@ -77259,6 +77259,6 @@ exports.tokenColors = tokenColors;
|
|
|
77259
77259
|
exports.tokenize = tokenize;
|
|
77260
77260
|
|
|
77261
77261
|
|
|
77262
|
-
__info__.version = "18.2.
|
|
77263
|
-
__info__.date = "2025-
|
|
77264
|
-
__info__.hash = "
|
|
77262
|
+
__info__.version = "18.2.24";
|
|
77263
|
+
__info__.date = "2025-08-04T06:52:37.759Z";
|
|
77264
|
+
__info__.hash = "5709b1b";
|
|
@@ -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 18.2.
|
|
6
|
-
* @date 2025-
|
|
7
|
-
* @hash
|
|
5
|
+
* @version 18.2.24
|
|
6
|
+
* @date 2025-08-04T06:52:37.759Z
|
|
7
|
+
* @hash 5709b1b
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
import { useEnv, useSubEnv, onWillUnmount, useComponent, status, Component, useRef, onMounted, useEffect, App, blockDom, useState, onPatched, onWillPatch, onWillUpdateProps, useExternalListener, onWillStart, xml, useChildSubEnv, markRaw, toRaw } from '@odoo/owl';
|
|
@@ -10650,6 +10650,7 @@ class ChartJsComponent extends Component {
|
|
|
10650
10650
|
}
|
|
10651
10651
|
setup() {
|
|
10652
10652
|
onMounted(() => {
|
|
10653
|
+
registerChartJSExtensions();
|
|
10653
10654
|
const runtime = this.chartRuntime;
|
|
10654
10655
|
this.currentRuntime = runtime;
|
|
10655
10656
|
// Note: chartJS modify the runtime in place, so it's important to give it a copy
|
|
@@ -72713,7 +72714,6 @@ class Spreadsheet extends Component {
|
|
|
72713
72714
|
this.checkViewportSize();
|
|
72714
72715
|
stores.on("store-updated", this, render);
|
|
72715
72716
|
resizeObserver.observe(this.spreadsheetRef.el);
|
|
72716
|
-
registerChartJSExtensions();
|
|
72717
72717
|
});
|
|
72718
72718
|
onWillUnmount(() => {
|
|
72719
72719
|
this.unbindModelEvents();
|
|
@@ -77212,6 +77212,6 @@ const chartHelpers = { ...CHART_HELPERS, ...CHART_RUNTIME_HELPERS };
|
|
|
77212
77212
|
export { AbstractCellClipboardHandler, AbstractChart, AbstractFigureClipboardHandler, CellErrorType, CommandResult, CorePlugin, CoreViewPlugin, DispatchResult, EvaluationError, Model, PivotRuntimeDefinition, Registry, Revision, SPREADSHEET_DIMENSIONS, Spreadsheet, SpreadsheetPivotTable, UIPlugin, __info__, addFunction, addRenderingLayer, astToFormula, chartHelpers, 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 };
|
|
77213
77213
|
|
|
77214
77214
|
|
|
77215
|
-
__info__.version = "18.2.
|
|
77216
|
-
__info__.date = "2025-
|
|
77217
|
-
__info__.hash = "
|
|
77215
|
+
__info__.version = "18.2.24";
|
|
77216
|
+
__info__.date = "2025-08-04T06:52:37.759Z";
|
|
77217
|
+
__info__.hash = "5709b1b";
|
|
@@ -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 18.2.
|
|
6
|
-
* @date 2025-
|
|
7
|
-
* @hash
|
|
5
|
+
* @version 18.2.24
|
|
6
|
+
* @date 2025-08-04T06:52:37.759Z
|
|
7
|
+
* @hash 5709b1b
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
(function (exports, owl) {
|
|
@@ -10651,6 +10651,7 @@ stores.inject(MyMetaStore, storeInstance);
|
|
|
10651
10651
|
}
|
|
10652
10652
|
setup() {
|
|
10653
10653
|
owl.onMounted(() => {
|
|
10654
|
+
registerChartJSExtensions();
|
|
10654
10655
|
const runtime = this.chartRuntime;
|
|
10655
10656
|
this.currentRuntime = runtime;
|
|
10656
10657
|
// Note: chartJS modify the runtime in place, so it's important to give it a copy
|
|
@@ -72714,7 +72715,6 @@ stores.inject(MyMetaStore, storeInstance);
|
|
|
72714
72715
|
this.checkViewportSize();
|
|
72715
72716
|
stores.on("store-updated", this, render);
|
|
72716
72717
|
resizeObserver.observe(this.spreadsheetRef.el);
|
|
72717
|
-
registerChartJSExtensions();
|
|
72718
72718
|
});
|
|
72719
72719
|
owl.onWillUnmount(() => {
|
|
72720
72720
|
this.unbindModelEvents();
|
|
@@ -77258,9 +77258,9 @@ stores.inject(MyMetaStore, storeInstance);
|
|
|
77258
77258
|
exports.tokenize = tokenize;
|
|
77259
77259
|
|
|
77260
77260
|
|
|
77261
|
-
__info__.version = "18.2.
|
|
77262
|
-
__info__.date = "2025-
|
|
77263
|
-
__info__.hash = "
|
|
77261
|
+
__info__.version = "18.2.24";
|
|
77262
|
+
__info__.date = "2025-08-04T06:52:37.759Z";
|
|
77263
|
+
__info__.hash = "5709b1b";
|
|
77264
77264
|
|
|
77265
77265
|
|
|
77266
77266
|
})(this.o_spreadsheet = this.o_spreadsheet || {}, owl);
|