@odoo/o-spreadsheet 19.5.0-alpha.14 → 19.5.0-alpha.16
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 +9789 -9616
- package/dist/o_spreadsheet.css +16 -15
- package/dist/o_spreadsheet.esm.js +9627 -9458
- package/dist/o_spreadsheet.iife.js +9631 -9458
- package/dist/o_spreadsheet.min.iife.js +295 -295
- package/dist/o_spreadsheet.xml +8 -6
- package/dist/types/actions/menu_items_actions.d.ts +3 -2
- package/dist/types/collaborative/command_squisher.d.ts +1 -1
- package/dist/types/collaborative/session.d.ts +3 -1
- package/dist/types/components/figures/chart/chartJs/zoomable_chart/zoomable_chartjs.d.ts +1 -0
- package/dist/types/components/figures/figure/figure.d.ts +1 -0
- package/dist/types/components/full_screen_figure/full_screen_figure.d.ts +12 -1
- package/dist/types/components/grid_overlay/grid_overlay.d.ts +1 -0
- package/dist/types/components/headers_overlay/headers_overlay.d.ts +2 -0
- package/dist/types/components/helpers/zoom.d.ts +0 -10
- package/dist/types/components/side_panel/carousel_panel/carousel_panel.d.ts +1 -1
- package/dist/types/components/side_panel/chart/chart_type_picker_popover/chart_type_picker_popover.d.ts +12 -12
- package/dist/types/components/side_panel/components/radio_selection/radio_selection.d.ts +1 -1
- package/dist/types/components/side_panel/table_panel/table_panel.d.ts +6 -0
- package/dist/types/components/tables/table_resizer/table_resizer.d.ts +1 -0
- package/dist/types/components/top_bar/color_editor/color_editor.d.ts +1 -1
- package/dist/types/constants.d.ts +2 -1
- package/dist/types/formulas/compiler.d.ts +1 -1
- package/dist/types/functions/helper_lookup.d.ts +1 -1
- package/dist/types/helpers/cells/cell_evaluation.d.ts +1 -1
- package/dist/types/helpers/figures/chart.d.ts +4 -5
- package/dist/types/helpers/figures/charts/chart_common.d.ts +1 -1
- package/dist/types/helpers/figures/charts/chart_data_sources.d.ts +3 -3
- package/dist/types/helpers/figures/charts/runtime/chart_data_extractor.d.ts +12 -12
- package/dist/types/helpers/figures/charts/runtime/chartjs_title.d.ts +2 -2
- package/dist/types/helpers/filter_helpers.d.ts +2 -2
- package/dist/types/helpers/links.d.ts +1 -1
- package/dist/types/helpers/pivot/pivot_composer_helpers.d.ts +1 -1
- package/dist/types/helpers/pivot/pivot_presentation.d.ts +2 -2
- package/dist/types/helpers/pivot/pivot_registry.d.ts +4 -5
- package/dist/types/helpers/pivot/spreadsheet_pivot/runtime_definition_spreadsheet_pivot.d.ts +2 -2
- package/dist/types/helpers/range.d.ts +1 -1
- package/dist/types/index.d.ts +7 -7
- package/dist/types/model.d.ts +17 -10
- package/dist/types/plugins/core/range.d.ts +1 -1
- package/dist/types/plugins/core/squisher.d.ts +4 -1
- package/dist/types/plugins/core/tables.d.ts +2 -1
- package/dist/types/plugins/core/unsquisher.d.ts +1 -1
- package/dist/types/plugins/core_plugin.d.ts +1 -1
- package/dist/types/plugins/{ui_stateful → evaluation}/cell_computed_style.d.ts +4 -4
- package/dist/types/plugins/{ui_core_views/cell_evaluation/evaluation_plugin.d.ts → evaluation/cell_evaluation/cell_evaluation_plugin.d.ts} +7 -7
- package/dist/types/plugins/{ui_core_views → evaluation}/cell_evaluation/compilation_parameters.d.ts +2 -2
- package/dist/types/plugins/{ui_core_views → evaluation}/cell_evaluation/evaluator.d.ts +2 -2
- package/dist/types/plugins/{ui_core_views → evaluation}/custom_colors.d.ts +5 -5
- package/dist/types/plugins/{ui_core_views → evaluation}/dynamic_tables.d.ts +4 -4
- package/dist/types/plugins/{ui_feature → evaluation}/dynamic_translate.d.ts +2 -2
- package/dist/types/plugins/{ui_core_views → evaluation}/evaluation_chart.d.ts +4 -4
- package/dist/types/plugins/{ui_core_views → evaluation}/evaluation_conditional_format.d.ts +4 -4
- package/dist/types/plugins/{ui_core_views → evaluation}/evaluation_data_validation.d.ts +4 -4
- package/dist/types/plugins/{ui_stateful → evaluation}/filter_evaluation.d.ts +5 -5
- package/dist/types/plugins/{ui_core_views → evaluation}/fingerprint.d.ts +2 -2
- package/dist/types/plugins/evaluation/formula_tracker.d.ts +8 -0
- package/dist/types/plugins/evaluation/geo_loader.d.ts +12 -0
- package/dist/types/plugins/{ui_core_views → evaluation}/header_sizes_ui.d.ts +5 -5
- package/dist/types/plugins/{ui_stateful/header_visibility_ui.d.ts → evaluation/header_visibility_evaluation.d.ts} +2 -2
- package/dist/types/plugins/evaluation/pivot_presence_plugin.d.ts +12 -0
- package/dist/types/plugins/{ui_core_views → evaluation}/pivot_ui.d.ts +6 -6
- package/dist/types/plugins/evaluation/subtotal_evaluation.d.ts +5 -0
- package/dist/types/plugins/{ui_stateful → evaluation}/table_computed_style.d.ts +7 -7
- package/dist/types/plugins/evaluation_plugin.d.ts +31 -0
- package/dist/types/plugins/plugin_registries.d.ts +11 -5
- package/dist/types/plugins/ui_feature/geo_features.d.ts +1 -6
- package/dist/types/plugins/{ui_core_views → ui_stateful}/cell_icon_plugin.d.ts +2 -2
- package/dist/types/registries/chart_data_source_registry.d.ts +4 -5
- package/dist/types/registries/chart_registry.d.ts +3 -4
- package/dist/types/registries/criterion_registry.d.ts +4 -4
- package/dist/types/registries/evaluation_registry.d.ts +2 -2
- package/dist/types/stores/viewports_store.d.ts +0 -1
- package/dist/types/stores/zoom_store.d.ts +15 -2
- package/dist/types/types/collaborative/transport_service.d.ts +1 -0
- package/dist/types/types/commands.d.ts +25 -10
- package/dist/types/types/functions.d.ts +2 -2
- package/dist/types/types/getters.d.ts +101 -20
- package/package.json +1 -1
- package/dist/types/plugins/core_view_plugin.d.ts +0 -29
- package/dist/types/plugins/ui_core_views/formula_tracker.d.ts +0 -8
- package/dist/types/plugins/ui_feature/pivot_presence_plugin.d.ts +0 -11
- package/dist/types/plugins/ui_feature/subtotal_evaluation.d.ts +0 -5
- package/dist/types/types/core_getters.d.ts +0 -77
- /package/dist/types/plugins/{ui_core_views → evaluation}/cell_evaluation/binary_grid.d.ts +0 -0
- /package/dist/types/plugins/{ui_core_views → evaluation}/cell_evaluation/formula_dependency_graph.d.ts +0 -0
- /package/dist/types/plugins/{ui_core_views → evaluation}/cell_evaluation/interval_tree.d.ts +0 -0
- /package/dist/types/plugins/{ui_core_views → evaluation}/cell_evaluation/position_set.d.ts +0 -0
- /package/dist/types/plugins/{ui_core_views → evaluation}/cell_evaluation/r_tree.d.ts +0 -0
- /package/dist/types/plugins/{ui_core_views → evaluation}/cell_evaluation/range_set.d.ts +0 -0
- /package/dist/types/plugins/{ui_core_views → evaluation}/cell_evaluation/spreading_relation.d.ts +0 -0
- /package/dist/types/plugins/{ui_core_views → evaluation}/cell_evaluation/zone_set.d.ts +0 -0
package/dist/o_spreadsheet.css
CHANGED
|
@@ -2,27 +2,27 @@
|
|
|
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.
|
|
6
|
-
* @date 2026-
|
|
7
|
-
* @hash
|
|
5
|
+
* @version 19.5.0-alpha.16
|
|
6
|
+
* @date 2026-09-04T07:53:25.720Z
|
|
7
|
+
* @hash bb7357a
|
|
8
8
|
*/
|
|
9
9
|
:root {
|
|
10
|
-
--os-gray-100: light-dark(#
|
|
11
|
-
--os-gray-200: light-dark(#
|
|
12
|
-
--os-gray-300: light-dark(#
|
|
13
|
-
--os-gray-400: light-dark(#ced4da, #
|
|
14
|
-
--os-gray-500: light-dark(#
|
|
15
|
-
--os-gray-600: light-dark(#
|
|
16
|
-
--os-gray-700: light-dark(#
|
|
17
|
-
--os-gray-800: light-dark(#
|
|
18
|
-
--os-gray-900: light-dark(#
|
|
10
|
+
--os-gray-100: light-dark(#f8f9fa, #1c1c20);
|
|
11
|
+
--os-gray-200: light-dark(#e7ebed, #25262b); /* GRAY_200 */
|
|
12
|
+
--os-gray-300: light-dark(#dee2e6, #3a3b41); /* GRAY_300 */
|
|
13
|
+
--os-gray-400: light-dark(#ced4da, #56575e);
|
|
14
|
+
--os-gray-500: light-dark(#adb5bd, #6e6f77);
|
|
15
|
+
--os-gray-600: light-dark(#6c757d, #88898f);
|
|
16
|
+
--os-gray-700: light-dark(#495057, #b3b4b8);
|
|
17
|
+
--os-gray-800: light-dark(#343a40, #d1d1d3);
|
|
18
|
+
--os-gray-900: light-dark(#212529, #e4e4e5); /* GRAY_900 */
|
|
19
19
|
|
|
20
20
|
--os-white: light-dark(#ffffff, #000000);
|
|
21
21
|
--os-black: light-dark(#000000, #ffffff);
|
|
22
22
|
--os-white-bg: light-dark(#ffffff, var(--os-gray-200));
|
|
23
23
|
--os-popover-bg: light-dark(#ffffff, var(--os-gray-200));
|
|
24
24
|
|
|
25
|
-
--os-default-font: "Roboto", "Arial";
|
|
25
|
+
--os-default-font: "Roboto", "Arial", "Liberation Sans";
|
|
26
26
|
--os-default-font-size: 10px;
|
|
27
27
|
--os-link-color: light-dark(#017e84, #02c7b5);
|
|
28
28
|
--os-link-hover-color: light-dark(#01585c, #4ed8cb);
|
|
@@ -207,6 +207,7 @@
|
|
|
207
207
|
|
|
208
208
|
.o-topbar-top {
|
|
209
209
|
padding: 2px 10px;
|
|
210
|
+
background-color: var(--os-gray-100);
|
|
210
211
|
|
|
211
212
|
/* Menus */
|
|
212
213
|
.o-topbar-topleft {
|
|
@@ -2753,10 +2754,10 @@
|
|
|
2753
2754
|
z-index: var(--os-components-importance-figure-snap-line);
|
|
2754
2755
|
&.vertical {
|
|
2755
2756
|
width: 0px;
|
|
2756
|
-
border-left: 1px dashed
|
|
2757
|
+
border-left: 1px dashed var(--os-gray-800);
|
|
2757
2758
|
}
|
|
2758
2759
|
&.horizontal {
|
|
2759
|
-
border-top: 1px dashed
|
|
2760
|
+
border-top: 1px dashed var(--os-gray-800);
|
|
2760
2761
|
height: 0px;
|
|
2761
2762
|
}
|
|
2762
2763
|
}
|