@odoo/o-spreadsheet 18.4.16 → 18.4.18

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.16
5
- @date 2025-11-03T12:32:46.130Z
6
- @hash 1ba569f
4
+ @version 18.4.18
5
+ @date 2025-11-24T07:42:56.500Z
6
+ @hash 4f83667
7
7
  -->
8
8
  <odoo>
9
9
  <t t-name="o-spreadsheet-ValidationMessages">
@@ -2281,7 +2281,7 @@
2281
2281
  t-att-class="{'text-muted': props.disabled }"
2282
2282
  t-attf-class="{{props.className}}">
2283
2283
  <input
2284
- class="me-2"
2284
+ class="me-2 flex-shrink-0"
2285
2285
  type="checkbox"
2286
2286
  t-att-disabled="props.disabled"
2287
2287
  t-att-name="props.name"
@@ -2289,7 +2289,7 @@
2289
2289
  t-on-change="onChange"
2290
2290
  t-on-click.stop=""
2291
2291
  />
2292
- <t t-if="props.label" t-esc="props.label"/>
2292
+ <span class="text-truncate" t-if="props.label" t-esc="props.label"/>
2293
2293
  </label>
2294
2294
  </t>
2295
2295
 
@@ -3921,6 +3921,7 @@
3921
3921
  updateStyle.bind="updateAxisTitleStyle"
3922
3922
  name="editor_label"
3923
3923
  style="axisTitleStyle"
3924
+ placeholder.translate="Add a Title"
3924
3925
  defaultStyle="{align: 'center', color: '', fontSize: defaultFontSize}"
3925
3926
  />
3926
3927
  </t>
@@ -5917,8 +5918,9 @@
5917
5918
  name="value.toString()"
5918
5919
  value="this.props.isChecked"
5919
5920
  onChange="this.props.onClick"
5920
- className="'p-2 w-100 pe-auto text-truncate'"
5921
+ className="'p-2 w-100 pe-auto'"
5921
5922
  label="value.toString()"
5923
+ title="value.toString()"
5922
5924
  />
5923
5925
  </div>
5924
5926
  </t>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odoo/o-spreadsheet",
3
- "version": "18.4.16",
3
+ "version": "18.4.18",
4
4
  "description": "A spreadsheet component",
5
5
  "type": "module",
6
6
  "main": "dist/o-spreadsheet.cjs.js",
@@ -120,7 +120,7 @@
120
120
  "xmlSelfClosingSpace": false
121
121
  },
122
122
  "dependencies": {
123
- "@odoo/owl": "2.5.1",
123
+ "@odoo/owl": "2.8.1",
124
124
  "bootstrap": "^5.3.3",
125
125
  "font-awesome": "^4.7.0",
126
126
  "rbush": "^3.0.1"