@odoo/o-spreadsheet 18.4.8 → 18.4.10

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.10
5
+ @date 2025-09-11T08:46:30.321Z
6
+ @hash 15a11a4
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()"
@@ -4156,10 +4161,7 @@
4156
4161
  t-att-style="getIconColor(menuItem)">
4157
4162
  <t t-if="getIconName(menuItem)" t-call="{{getIconName(menuItem)}}"/>
4158
4163
  </div>
4159
- <div
4160
- class="o-menu-item-name align-middle text-truncate align-items-center d-flex"
4161
- t-esc="getName(menuItem)"
4162
- />
4164
+ <div class="o-menu-item-name align-middle text-truncate" t-esc="getName(menuItem)"/>
4163
4165
  <t t-set="description" t-value="menuItem.description(env)"/>
4164
4166
  <div
4165
4167
  t-if="description"
@@ -5761,10 +5763,12 @@
5761
5763
  </t>
5762
5764
 
5763
5765
  <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">
5766
+ <div class="position-absolute o-fullscreen-chart-overlay w-100 h-100 d-flex" t-if="figureUI">
5767
+ <div
5768
+ class="position-absolute top-0 start-0 end-0 bottom-0"
5769
+ t-on-click="exitFullScreen"
5770
+ aria-hidden="true"
5771
+ />
5768
5772
  <button
5769
5773
  class="o-exit top-0 end-0 position-absolute o-button primary m-1"
5770
5774
  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.10",
4
4
  "description": "A spreadsheet component",
5
5
  "type": "module",
6
6
  "main": "dist/o-spreadsheet.cjs.js",
@@ -147,6 +147,6 @@
147
147
  ]
148
148
  },
149
149
  "publishConfig": {
150
- "tag": "latest"
150
+ "tag": "18-4"
151
151
  }
152
152
  }