@odoo/o-spreadsheet 18.2.0-alpha.8 → 18.3.0-alpha.0

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.2.0-alpha.8
5
- @date 2025-02-14T08:40:53.465Z
6
- @hash 19d45d9
4
+ @version 18.3.0-alpha.0
5
+ @date 2025-02-18T09:03:09.768Z
6
+ @hash 9b88da0
7
7
  -->
8
8
  <odoo>
9
9
  <t t-name="o-spreadsheet-ValidationMessages">
@@ -5210,6 +5210,7 @@
5210
5210
  max="400"
5211
5211
  class="o-font-size o-number-input bg-transparent border-0"
5212
5212
  t-on-keydown="onInputKeydown"
5213
+ t-on-wheel.prevent.stop=""
5213
5214
  t-on-click.stop=""
5214
5215
  t-on-focus.stop="onInputFocused"
5215
5216
  t-att-value="props.currentFontSize"
@@ -5571,17 +5572,19 @@
5571
5572
  </t>
5572
5573
 
5573
5574
  <t t-name="o-spreadsheet-TopBarComposer">
5574
- <div
5575
- class="o-topbar-composer bg-white user-select-text"
5576
- t-on-click.stop=""
5577
- t-att-style="containerStyle">
5578
- <Composer
5579
- focus="focus"
5580
- inputStyle="composerStyle"
5581
- onComposerContentFocused.bind="onFocus"
5582
- composerStore="composerStore"
5583
- placeholder="composerStore.placeholder"
5584
- />
5575
+ <div class="o-topbar-composer-container w-100">
5576
+ <div
5577
+ class="o-topbar-composer position-relative bg-white user-select-text"
5578
+ t-on-click.stop=""
5579
+ t-att-style="containerStyle">
5580
+ <Composer
5581
+ focus="focus"
5582
+ inputStyle="composerStyle"
5583
+ onComposerContentFocused.bind="onFocus"
5584
+ composerStore="composerStore"
5585
+ placeholder="composerStore.placeholder"
5586
+ />
5587
+ </div>
5585
5588
  </div>
5586
5589
  </t>
5587
5590
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odoo/o-spreadsheet",
3
- "version": "18.2.0-alpha.8",
3
+ "version": "18.3.0-alpha.0",
4
4
  "description": "A spreadsheet component",
5
5
  "type": "module",
6
6
  "main": "dist/o-spreadsheet.cjs.js",
@@ -93,6 +93,7 @@
93
93
  "rollup-plugin-dts": "^5.3.1",
94
94
  "rollup-plugin-typescript2": "^0.35.0",
95
95
  "sass": "^1.62.1",
96
+ "seedrandom": "^3.0.5",
96
97
  "typescript": "^5.4.3",
97
98
  "xml-formatter": "^2.4.0"
98
99
  },