@odoo/o-spreadsheet 18.0.69 → 18.0.71

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.0.69
5
- @date 2026-05-27T05:57:09.398Z
6
- @hash 50b85ba
4
+ @version 18.0.71
5
+ @date 2026-06-17T08:50:04.926Z
6
+ @hash 18d4601
7
7
  -->
8
8
  <odoo>
9
9
  <t t-name="o-spreadsheet-ActionButton">
@@ -2522,6 +2522,7 @@
2522
2522
 
2523
2523
  <t t-name="o-spreadsheet-Menu">
2524
2524
  <Popover t-if="menuItemsAndSeparators.length" t-props="popoverProps">
2525
+ <t t-set="shouldDisplayIcons" t-value="this.childrenHaveIcon"/>
2525
2526
  <div
2526
2527
  t-ref="menu"
2527
2528
  class="o-menu"
@@ -2549,7 +2550,7 @@
2549
2550
  t-att-style="getColor(menuItem)">
2550
2551
  <div class="d-flex w-100">
2551
2552
  <div
2552
- t-if="childrenHaveIcon"
2553
+ t-if="shouldDisplayIcons"
2553
2554
  class="o-menu-item-icon d-flex align-items-center flex-shrink-0"
2554
2555
  t-att-style="getIconColor(menuItem)">
2555
2556
  <t t-if="getIconName(menuItem)" t-call="{{getIconName(menuItem)}}"/>
@@ -8,10 +8,10 @@ export declare class FindAndReplaceStore extends SpreadsheetStore implements Hig
8
8
  private allSheetsMatches;
9
9
  private activeSheetMatches;
10
10
  private specificRangeMatches;
11
+ private selectedMatchPosition;
11
12
  private currentSearchRegex;
12
13
  private isSearchDirty;
13
14
  private initialShowFormulaState;
14
- private preserveSelectedMatchIndex;
15
15
  private irreplaceableMatchCount;
16
16
  private notificationStore;
17
17
  selectedMatchIndex: number | null;
@@ -52,6 +52,6 @@ export declare class PivotUIPlugin extends UIPlugin {
52
52
  setupPivot(pivotId: UID, { recreate }?: {
53
53
  recreate: boolean;
54
54
  }): void;
55
- _getUnusedPivots(): UID[];
55
+ private _getUnusedPivots;
56
56
  }
57
57
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odoo/o-spreadsheet",
3
- "version": "18.0.69",
3
+ "version": "18.0.71",
4
4
  "description": "A spreadsheet component",
5
5
  "type": "module",
6
6
  "main": "dist/o-spreadsheet.cjs.js",