@odoo/o-spreadsheet 19.0.9 → 19.0.11

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 19.0.9
5
- @date 2025-11-03T12:33:07.225Z
6
- @hash 10359f4
4
+ @version 19.0.11
5
+ @date 2025-11-24T07:47:37.683Z
6
+ @hash f5bdbcc
7
7
  -->
8
8
  <odoo>
9
9
  <t t-name="o-spreadsheet-ValidationMessages">
@@ -2348,7 +2348,7 @@
2348
2348
  t-att-class="{'text-muted': props.disabled }"
2349
2349
  t-attf-class="{{props.className}}">
2350
2350
  <input
2351
- class="me-2"
2351
+ class="me-2 flex-shrink-0"
2352
2352
  type="checkbox"
2353
2353
  t-att-disabled="props.disabled"
2354
2354
  t-att-name="props.name"
@@ -2356,7 +2356,7 @@
2356
2356
  t-on-change="onChange"
2357
2357
  t-on-click.stop=""
2358
2358
  />
2359
- <t t-if="props.label" t-esc="props.label"/>
2359
+ <span class="text-truncate" t-if="props.label" t-esc="props.label"/>
2360
2360
  </label>
2361
2361
  </t>
2362
2362
 
@@ -4092,6 +4092,7 @@
4092
4092
  updateStyle.bind="updateAxisTitleStyle"
4093
4093
  name="editor_label"
4094
4094
  style="axisTitleStyle"
4095
+ placeholder.translate="Add a Title"
4095
4096
  defaultStyle="{align: 'center', color: '', fontSize: defaultFontSize}"
4096
4097
  />
4097
4098
  </t>
@@ -6189,8 +6190,9 @@
6189
6190
  name="value.toString()"
6190
6191
  value="this.props.isChecked"
6191
6192
  onChange="this.props.onClick"
6192
- className="'p-2 w-100 pe-auto text-truncate'"
6193
+ className="'p-2 w-100 pe-auto'"
6193
6194
  label="value.toString()"
6195
+ title="value.toString()"
6194
6196
  />
6195
6197
  </div>
6196
6198
  </t>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odoo/o-spreadsheet",
3
- "version": "19.0.9",
3
+ "version": "19.0.11",
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"