@odoo/o-spreadsheet 18.2.8 → 18.2.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.2.8
5
- @date 2025-04-18T16:27:01.634Z
6
- @hash 5da9ddc
4
+ @version 18.2.10
5
+ @date 2025-05-02T12:35:19.560Z
6
+ @hash e8ff3fc
7
7
  -->
8
8
  <odoo>
9
9
  <t t-name="o-spreadsheet-ValidationMessages">
@@ -4926,7 +4926,7 @@
4926
4926
 
4927
4927
  <t t-name="o-spreadsheet-RowResizer">
4928
4928
  <div
4929
- class="o-row-resizer overflow-hidden"
4929
+ class="o-row-resizer"
4930
4930
  t-on-pointermove.self="onMouseMove"
4931
4931
  t-on-mouseleave="onMouseLeave"
4932
4932
  t-on-pointerdown.self.prevent="select"
@@ -4969,7 +4969,7 @@
4969
4969
 
4970
4970
  <t t-name="o-spreadsheet-ColResizer">
4971
4971
  <div
4972
- class="o-col-resizer d-flex overflow-hidden"
4972
+ class="o-col-resizer d-flex"
4973
4973
  t-on-pointermove.self="onMouseMove"
4974
4974
  t-on-mouseleave="onMouseLeave"
4975
4975
  t-on-pointerdown.self.prevent="select"
@@ -5768,7 +5768,7 @@
5768
5768
  />
5769
5769
  </div>
5770
5770
  <div
5771
- class="o-composer-assistant-container shadow position-absolute"
5771
+ class="o-composer-assistant-container shadow position-absolute z-1"
5772
5772
  t-att-style="assistantContainerStyle"
5773
5773
  t-if="props.focus !== 'inactive' and !assistant.forcedClosed and assistantIsAvailable">
5774
5774
  <span
@@ -5934,7 +5934,6 @@
5934
5934
  t-on-click.stop=""
5935
5935
  t-att-value="state.customHexColor"
5936
5936
  t-on-input="setHexColor"
5937
- maxlength="7"
5938
5937
  />
5939
5938
  <div class="o-color-preview" t-att-style="colorPreviewStyle"/>
5940
5939
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odoo/o-spreadsheet",
3
- "version": "18.2.8",
3
+ "version": "18.2.10",
4
4
  "description": "A spreadsheet component",
5
5
  "type": "module",
6
6
  "main": "dist/o-spreadsheet.cjs.js",
@@ -142,6 +142,6 @@
142
142
  "*": "prettier --write"
143
143
  },
144
144
  "publishConfig": {
145
- "tag": "latest"
145
+ "tag": "18-2"
146
146
  }
147
147
  }