@odoo/o-spreadsheet 19.2.21 → 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.
- package/dist/o_spreadsheet.css +3 -3
- package/dist/o_spreadsheet.esm.js +40 -19
- package/dist/o_spreadsheet.iife.js +40 -19
- package/dist/o_spreadsheet.iife.min.js +234 -234
- package/dist/o_spreadsheet.xml +6 -8
- package/package.json +1 -1
package/dist/o_spreadsheet.xml
CHANGED
|
@@ -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.
|
|
5
|
-
@date 2026-07-
|
|
6
|
-
@hash
|
|
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"
|
|
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"
|
|
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)"
|