@odoo/o-spreadsheet 18.4.8 → 18.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.
@@ -1,9 +1,9 @@
1
1
  <!--
2
2
  This file is generated by o-spreadsheet build tools. Do not edit it.
3
3
  @see https://github.com/odoo/o-spreadsheet
4
- @version 18.4.8
5
- @date 2025-08-26T10:14:59.813Z
6
- @hash 746217a
4
+ @version 18.4.9
5
+ @date 2025-09-05T07:39:21.946Z
6
+ @hash a261873
7
7
  -->
8
8
  <odoo>
9
9
  <t t-name="o-spreadsheet-ValidationMessages">
@@ -53,8 +53,13 @@
53
53
  </div>
54
54
  </div>
55
55
  <!-- Toolbar and Cell Content -->
56
- <div class="d-flex o-topbar-responsive" t-ref="toolBarContainer">
57
- <div class="o-topbar-toolbar d-flex">
56
+ <div
57
+ class="d-flex o-topbar-responsive"
58
+ t-att-class="{'o-topbar-responsive': !env.model.getters.isReadonly()}"
59
+ t-ref="toolBarContainer">
60
+ <div
61
+ class="o-topbar-toolbar d-flex"
62
+ t-att-class="{'flex-shrink-0': env.model.getters.isReadonly()}">
58
63
  <!-- Toolbar -->
59
64
  <div
60
65
  t-if="env.model.getters.isReadonly()"
@@ -5761,10 +5766,12 @@
5761
5766
  </t>
5762
5767
 
5763
5768
  <t t-name="o-spreadsheet-FullScreenChart">
5764
- <div
5765
- class="position-absolute o-fullscreen-chart-overlay w-100 h-100 d-flex"
5766
- t-if="figureUI"
5767
- t-on-click="exitFullScreen">
5769
+ <div class="position-absolute o-fullscreen-chart-overlay w-100 h-100 d-flex" t-if="figureUI">
5770
+ <div
5771
+ class="position-absolute top-0 start-0 end-0 bottom-0"
5772
+ t-on-click="exitFullScreen"
5773
+ aria-hidden="true"
5774
+ />
5768
5775
  <button
5769
5776
  class="o-exit top-0 end-0 position-absolute o-button primary m-1"
5770
5777
  t-on-click="exitFullScreen">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odoo/o-spreadsheet",
3
- "version": "18.4.8",
3
+ "version": "18.4.9",
4
4
  "description": "A spreadsheet component",
5
5
  "type": "module",
6
6
  "main": "dist/o-spreadsheet.cjs.js",