@odoo/o-spreadsheet 18.3.25 → 18.3.27

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.3.25
5
- @date 2025-10-30T12:24:58.427Z
6
- @hash def7778
4
+ @version 18.3.27
5
+ @date 2025-11-24T07:41:17.890Z
6
+ @hash 57b11b8
7
7
  -->
8
8
  <odoo>
9
9
  <t t-name="o-spreadsheet-ValidationMessages">
@@ -2132,14 +2132,14 @@
2132
2132
  t-att-class="{'text-muted': props.disabled }"
2133
2133
  t-attf-class="{{props.className}}">
2134
2134
  <input
2135
- class="me-2"
2135
+ class="me-2 flex-shrink-0"
2136
2136
  type="checkbox"
2137
2137
  t-att-disabled="props.disabled"
2138
2138
  t-att-name="props.name"
2139
2139
  t-att-checked="props.value"
2140
2140
  t-on-change="onChange"
2141
2141
  />
2142
- <t t-if="props.label" t-esc="props.label"/>
2142
+ <span class="text-truncate" t-if="props.label" t-esc="props.label"/>
2143
2143
  </label>
2144
2144
  </t>
2145
2145
 
@@ -5645,8 +5645,9 @@
5645
5645
  name="value.toString()"
5646
5646
  value="this.props.isChecked"
5647
5647
  onChange="this.props.onClick"
5648
- className="'p-2 w-100 pe-auto text-truncate'"
5648
+ className="'p-2 w-100 pe-auto'"
5649
5649
  label="value.toString()"
5650
+ title="value.toString()"
5650
5651
  />
5651
5652
  </div>
5652
5653
  </t>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odoo/o-spreadsheet",
3
- "version": "18.3.25",
3
+ "version": "18.3.27",
4
4
  "description": "A spreadsheet component",
5
5
  "type": "module",
6
6
  "main": "dist/o-spreadsheet.cjs.js",
@@ -116,7 +116,7 @@
116
116
  "xmlSelfClosingSpace": false
117
117
  },
118
118
  "dependencies": {
119
- "@odoo/owl": "2.5.1",
119
+ "@odoo/owl": "2.8.1",
120
120
  "bootstrap": "^5.3.3",
121
121
  "font-awesome": "^4.7.0",
122
122
  "rbush": "^3.0.1"