@odoo/o-spreadsheet 19.3.18 → 19.3.19

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.3.18
5
- @date 2026-08-29T09:16:29.279Z
6
- @hash 1f4b1ae
4
+ @version 19.3.19
5
+ @date 2026-09-04T07:38:15.269Z
6
+ @hash c8c526d
7
7
  -->
8
8
  <odoo>
9
9
  <t t-name="o-spreadsheet-ValidationMessages">
@@ -9,7 +9,7 @@ interface CarouselState {
9
9
  export declare class CarouselPlugin extends CorePlugin<CarouselState> implements CarouselState {
10
10
  static getters: readonly ["getCarousel", "doesCarouselExist"];
11
11
  readonly carousels: Record<UID, Record<UID, Carousel | undefined> | undefined>;
12
- allowDispatch(cmd: CoreCommand): CommandResult.Success | CommandResult.InvalidFigureId | CommandResult.DuplicatedFigureId;
12
+ allowDispatch(cmd: CoreCommand): CommandResult.Success | CommandResult.InvalidFigureId | CommandResult.DuplicatedFigureId | CommandResult.ChartDoesNotExist;
13
13
  handle(cmd: CoreCommand): void;
14
14
  doesCarouselExist(figureId: UID): boolean;
15
15
  getCarousel(figureId: UID): Carousel;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odoo/o-spreadsheet",
3
- "version": "19.3.18",
3
+ "version": "19.3.19",
4
4
  "description": "A spreadsheet component",
5
5
  "type": "module",
6
6
  "main": "dist/o_spreadsheet.cjs",