@odoo/o-spreadsheet 19.4.8 → 19.4.9
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.
package/dist/o_spreadsheet.cjs
CHANGED
|
@@ -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.4.
|
|
6
|
-
* @date 2026-08-
|
|
7
|
-
* @hash
|
|
5
|
+
* @version 19.4.9
|
|
6
|
+
* @date 2026-08-21T15:33:39.385Z
|
|
7
|
+
* @hash b48dbb3
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
@@ -87942,6 +87942,6 @@ exports.stores = stores;
|
|
|
87942
87942
|
exports.tokenColors = tokenColors;
|
|
87943
87943
|
exports.tokenize = tokenize;
|
|
87944
87944
|
|
|
87945
|
-
__info__.version = "19.4.
|
|
87946
|
-
__info__.date = "2026-08-
|
|
87947
|
-
__info__.hash = "
|
|
87945
|
+
__info__.version = "19.4.9";
|
|
87946
|
+
__info__.date = "2026-08-21T15:33:39.385Z";
|
|
87947
|
+
__info__.hash = "b48dbb3";
|
package/dist/o_spreadsheet.css
CHANGED
|
@@ -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.4.
|
|
6
|
-
* @date 2026-08-
|
|
7
|
-
* @hash
|
|
5
|
+
* @version 19.4.9
|
|
6
|
+
* @date 2026-08-21T15:33:40.993Z
|
|
7
|
+
* @hash b48dbb3
|
|
8
8
|
*/
|
|
9
9
|
:root {
|
|
10
10
|
--os-gray-100: light-dark(#f9fafb, #1b1d26);
|
|
@@ -311,6 +311,7 @@
|
|
|
311
311
|
.os-input {
|
|
312
312
|
border-width: 0 0 1px 0;
|
|
313
313
|
border-color: transparent;
|
|
314
|
+
border-style: solid;
|
|
314
315
|
outline: none;
|
|
315
316
|
text-overflow: ellipsis;
|
|
316
317
|
color: var(--os-text-body);
|
|
@@ -642,6 +643,7 @@
|
|
|
642
643
|
width: 100%;
|
|
643
644
|
outline: none;
|
|
644
645
|
border-color: var(--os-border-color);
|
|
646
|
+
border-style: solid;
|
|
645
647
|
color: var(--os-gray-900);
|
|
646
648
|
|
|
647
649
|
&::placeholder {
|
|
@@ -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.4.
|
|
6
|
-
* @date 2026-08-
|
|
7
|
-
* @hash
|
|
5
|
+
* @version 19.4.9
|
|
6
|
+
* @date 2026-08-21T15:33:39.385Z
|
|
7
|
+
* @hash b48dbb3
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
import * as owl from "@odoo/owl";
|
|
@@ -87663,6 +87663,6 @@ const chartHelpers = {
|
|
|
87663
87663
|
//#endregion
|
|
87664
87664
|
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 };
|
|
87665
87665
|
|
|
87666
|
-
__info__.version = "19.4.
|
|
87667
|
-
__info__.date = "2026-08-
|
|
87668
|
-
__info__.hash = "
|
|
87666
|
+
__info__.version = "19.4.9";
|
|
87667
|
+
__info__.date = "2026-08-21T15:33:39.385Z";
|
|
87668
|
+
__info__.hash = "b48dbb3";
|
|
@@ -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.4.
|
|
6
|
-
* @date 2026-08-
|
|
7
|
-
* @hash
|
|
5
|
+
* @version 19.4.9
|
|
6
|
+
* @date 2026-08-21T15:33:39.385Z
|
|
7
|
+
* @hash b48dbb3
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
(function(exports, _odoo_owl) {
|
|
@@ -87759,8 +87759,8 @@ exports.stores = stores;
|
|
|
87759
87759
|
exports.tokenColors = tokenColors;
|
|
87760
87760
|
exports.tokenize = tokenize;
|
|
87761
87761
|
|
|
87762
|
-
__info__.version = "19.4.
|
|
87763
|
-
__info__.date = "2026-08-
|
|
87764
|
-
__info__.hash = "
|
|
87762
|
+
__info__.version = "19.4.9";
|
|
87763
|
+
__info__.date = "2026-08-21T15:33:39.385Z";
|
|
87764
|
+
__info__.hash = "b48dbb3";
|
|
87765
87765
|
|
|
87766
87766
|
})(this.o_spreadsheet = this.o_spreadsheet || {}, owl);
|