@odoo/o-spreadsheet 19.2.22 → 19.2.23

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.2.22
5
- @date 2026-07-23T07:41:02.266Z
6
- @hash 2fb92b4
4
+ @version 19.2.23
5
+ @date 2026-07-30T06:54:21.685Z
6
+ @hash 7914fd5
7
7
  -->
8
8
  <odoo>
9
9
  <t t-name="o-spreadsheet-ValidationMessages">
@@ -1275,7 +1275,7 @@
1275
1275
  />
1276
1276
  </t>
1277
1277
  <div t-if="measure.computedBy" class="d-flex flex-row small">
1278
- <div class="d-flex flex-column py-2 px-2 w-100" t-on-pointerdown.stop="">
1278
+ <div class="d-flex flex-column py-2 px-2 w-100">
1279
1279
  <StandaloneComposer
1280
1280
  onConfirm.bind="updateMeasureFormula"
1281
1281
  composerContent="measure.computedBy.formula"
@@ -1354,7 +1354,7 @@
1354
1354
  />
1355
1355
  <span t-else="1" class="o-fw-bold text-truncate" t-esc="dimensionDisplayName"/>
1356
1356
  </div>
1357
- <div class="d-flex flex-rows" t-on-pointerdown.stop="">
1357
+ <div class="d-flex flex-rows">
1358
1358
  <t t-slot="upper-right-icons"/>
1359
1359
  <i
1360
1360
  class="o-button-icon fa fa-trash pe-1 ps-2"
@@ -1429,9 +1429,7 @@
1429
1429
  t-as="group"
1430
1430
  t-key="group_index"
1431
1431
  class="o-pivot-custom-group pb-1">
1432
- <div
1433
- class="d-flex align-items-center justify-content-between small"
1434
- t-on-pointerdown.stop="">
1432
+ <div class="d-flex align-items-center justify-content-between small">
1435
1433
  <TextInput
1436
1434
  value="group.name"
1437
1435
  onChange="(newName) => this.onRenameGroup(group_index, newName)"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odoo/o-spreadsheet",
3
- "version": "19.2.22",
3
+ "version": "19.2.23",
4
4
  "description": "A spreadsheet component",
5
5
  "type": "module",
6
6
  "main": "dist/o-spreadsheet.cjs.js",