@odoo/o-spreadsheet 19.4.1 → 19.4.3
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 +310 -225
- package/dist/o_spreadsheet.css +3 -7
- package/dist/o_spreadsheet.esm.js +311 -226
- package/dist/o_spreadsheet.iife.js +310 -225
- package/dist/o_spreadsheet.min.iife.js +262 -262
- package/dist/o_spreadsheet.xml +3 -3
- package/dist/types/clipboard_handlers/default_clipboard.d.ts +1 -1
- package/dist/types/components/props_validation.d.ts +7 -7
- package/dist/types/components/side_panel/chart/common.d.ts +1 -1
- package/dist/types/formulas/compiler.d.ts +1 -0
- package/dist/types/helpers/internal_viewport.d.ts +1 -0
- package/dist/types/helpers/misc.d.ts +1 -0
- package/dist/types/helpers/viewport_collection.d.ts +1 -0
- package/dist/types/plugins/core/squisher.d.ts +1 -0
- package/dist/types/types/range.d.ts +1 -0
- package/package.json +2 -2
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-07-
|
|
7
|
-
* @hash
|
|
5
|
+
* @version 19.4.3
|
|
6
|
+
* @date 2026-07-20T11:02:38.582Z
|
|
7
|
+
* @hash d32e61b
|
|
8
8
|
*/
|
|
9
9
|
:root {
|
|
10
10
|
--os-gray-100: light-dark(#f9fafb, #1b1d26);
|
|
@@ -2864,10 +2864,6 @@
|
|
|
2864
2864
|
position: absolute;
|
|
2865
2865
|
cursor: pointer;
|
|
2866
2866
|
}
|
|
2867
|
-
|
|
2868
|
-
.o-grid.o-dashboard-grid {
|
|
2869
|
-
background-color: transparent;
|
|
2870
|
-
}
|
|
2871
2867
|
}
|
|
2872
2868
|
|
|
2873
2869
|
/* Originates from src/components/dashboard/clickable_cell_sort_icon/clickable_cell_sort_icon.css */
|