@odoo/o-spreadsheet 19.5.0-alpha.3 → 19.5.0-alpha.5

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.
Files changed (80) hide show
  1. package/dist/o_spreadsheet.cjs +50825 -50795
  2. package/dist/o_spreadsheet.css +3 -7
  3. package/dist/o_spreadsheet.esm.js +50550 -50520
  4. package/dist/o_spreadsheet.iife.js +50540 -50510
  5. package/dist/o_spreadsheet.min.iife.js +272 -272
  6. package/dist/o_spreadsheet.xml +7 -7
  7. package/dist/types/components/autofill/autofill.d.ts +3 -0
  8. package/dist/types/{plugins/ui_feature/autofill.d.ts → components/autofill/autofill_store.d.ts} +6 -11
  9. package/dist/types/components/autofill/table_autofill_store.d.ts +6 -0
  10. package/dist/types/components/border_editor/border_editor_widget.d.ts +1 -0
  11. package/dist/types/components/collaborative_client_tag/collaborative_client_tag.d.ts +2 -0
  12. package/dist/types/components/composer/composer/abstract_composer_store.d.ts +3 -2
  13. package/dist/types/components/composer/composer/composer.d.ts +2 -1
  14. package/dist/types/components/composer/grid_composer/grid_composer.d.ts +1 -0
  15. package/dist/types/components/dashboard/clickable_cell_store.d.ts +1 -0
  16. package/dist/types/components/dashboard/dashboard.d.ts +1 -0
  17. package/dist/types/components/figures/chart/gauge/gauge_chart_component.d.ts +1 -0
  18. package/dist/types/components/figures/chart/scorecard/chart_scorecard.d.ts +1 -0
  19. package/dist/types/components/figures/figure_container/figure_container.d.ts +1 -0
  20. package/dist/types/components/grid/grid.d.ts +4 -0
  21. package/dist/types/components/grid_add_rows_footer/grid_add_rows_footer.d.ts +1 -0
  22. package/dist/types/components/grid_overlay/grid_overlay.d.ts +1 -0
  23. package/dist/types/components/grid_popover/grid_popover.d.ts +1 -0
  24. package/dist/types/components/header_group/header_group_container.d.ts +2 -0
  25. package/dist/types/components/headers_overlay/headers_overlay.d.ts +3 -0
  26. package/dist/types/components/headers_overlay/unhide_headers.d.ts +4 -0
  27. package/dist/types/components/helpers/figure_snap_helper.d.ts +3 -3
  28. package/dist/types/components/highlight/border/border.d.ts +2 -0
  29. package/dist/types/components/highlight/corner/corner.d.ts +1 -0
  30. package/dist/types/components/highlight/highlight/highlight.d.ts +2 -0
  31. package/dist/types/components/paint_format_button/paint_format_store.d.ts +1 -1
  32. package/dist/types/components/popover/cell_popover_store.d.ts +2 -1
  33. package/dist/types/components/props_validation.d.ts +7 -7
  34. package/dist/types/components/scrollbar/scrollbar_horizontal.d.ts +2 -0
  35. package/dist/types/components/scrollbar/scrollbar_vertical.d.ts +2 -0
  36. package/dist/types/components/selection_input/selection_input_store.d.ts +1 -1
  37. package/dist/types/components/side_panel/chart/chart_type_picker/chart_type_picker.d.ts +1 -1
  38. package/dist/types/components/side_panel/chart/common.d.ts +1 -1
  39. package/dist/types/components/side_panel/conditional_formatting/cf_editor/cell_is_rule_editor.d.ts +1 -1
  40. package/dist/types/components/side_panel/conditional_formatting/cf_editor/color_scale_rule_editor.d.ts +1 -1
  41. package/dist/types/components/side_panel/conditional_formatting/cf_editor/color_scale_rule_editor_threshold.d.ts +1 -1
  42. package/dist/types/components/side_panel/conditional_formatting/cf_editor/data_bar_rule_editor.d.ts +1 -1
  43. package/dist/types/components/side_panel/conditional_formatting/cf_editor/icon_set_rule_editor.d.ts +1 -1
  44. package/dist/types/components/side_panel/find_and_replace/find_and_replace_store.d.ts +1 -0
  45. package/dist/types/components/side_panel/pivot/pivot_side_panel/pivot_side_panel_store.d.ts +1 -0
  46. package/dist/types/components/side_panel/remove_duplicates/remove_duplicates.d.ts +3 -10
  47. package/dist/types/components/side_panel/side_panel/side_panel_store.d.ts +1 -1
  48. package/dist/types/components/small_bottom_bar/small_bottom_bar.d.ts +1 -0
  49. package/dist/types/components/spreadsheet/spreadsheet.d.ts +1 -0
  50. package/dist/types/components/standalone_grid_canvas/standalone_grid_canvas.d.ts +1 -1
  51. package/dist/types/components/tables/table_resizer/table_resizer.d.ts +1 -0
  52. package/dist/types/components/top_bar/zoom_editor/zoom_editor.d.ts +2 -1
  53. package/dist/types/formulas/compiler.d.ts +1 -0
  54. package/dist/types/helpers/carousel_helpers.d.ts +8 -1
  55. package/dist/types/helpers/figures/charts/chart_common.d.ts +0 -2
  56. package/dist/types/helpers/figures/figure/figure.d.ts +3 -2
  57. package/dist/types/helpers/pivot/pivot_highlight.d.ts +2 -2
  58. package/dist/types/helpers/viewport_collection.d.ts +9 -7
  59. package/dist/types/index.d.ts +6 -0
  60. package/dist/types/plugins/core/squisher.d.ts +1 -0
  61. package/dist/types/plugins/ui_feature/figure.d.ts +4 -0
  62. package/dist/types/plugins/ui_stateful/carousel_ui.d.ts +2 -2
  63. package/dist/types/stores/array_formula_highlight.d.ts +1 -1
  64. package/dist/types/{plugins/ui_feature/automatic_sum.d.ts → stores/automatic_sum_store.d.ts} +5 -4
  65. package/dist/types/stores/checkbox_toggle.d.ts +9 -0
  66. package/dist/types/stores/client_focus_store.d.ts +1 -0
  67. package/dist/types/stores/data_cleanup_store.d.ts +31 -0
  68. package/dist/types/stores/spreadsheet_store.d.ts +1 -1
  69. package/dist/types/stores/trim_whitespace_store.d.ts +9 -0
  70. package/dist/types/stores/viewports_store.d.ts +73 -0
  71. package/dist/types/types/commands.d.ts +12 -53
  72. package/dist/types/types/getters.d.ts +2 -6
  73. package/dist/types/types/misc.d.ts +6 -0
  74. package/dist/types/types/range.d.ts +1 -0
  75. package/dist/types/types/store_engine.d.ts +10 -3
  76. package/package.json +2 -2
  77. package/dist/types/plugins/ui_feature/checkbox_toggle.d.ts +0 -9
  78. package/dist/types/plugins/ui_feature/data_cleanup.d.ts +0 -16
  79. package/dist/types/plugins/ui_feature/table_autofill.d.ts +0 -6
  80. package/dist/types/plugins/ui_stateful/sheetview.d.ts +0 -123

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.