@odoo/o-spreadsheet 19.1.0-alpha.2 → 19.1.0-alpha.3
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.cjs.js +15 -12
- package/dist/o-spreadsheet.esm.js +15 -12
- package/dist/o-spreadsheet.iife.js +15 -12
- package/dist/o-spreadsheet.iife.min.js +4 -4
- package/dist/o_spreadsheet.xml +4 -4
- package/package.json +5 -6
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.1.0-alpha.
|
|
5
|
-
@date 2025-09-
|
|
6
|
-
@hash
|
|
4
|
+
@version 19.1.0-alpha.3
|
|
5
|
+
@date 2025-09-23T12:38:47.420Z
|
|
6
|
+
@hash ce2b07a
|
|
7
7
|
-->
|
|
8
8
|
<odoo>
|
|
9
9
|
<t t-name="o-spreadsheet-ValidationMessages">
|
|
@@ -4154,7 +4154,7 @@
|
|
|
4154
4154
|
/>
|
|
4155
4155
|
</div>
|
|
4156
4156
|
<div class="ms-auto"/>
|
|
4157
|
-
<div class="flex-shrink-0 d-flex
|
|
4157
|
+
<div class="flex-shrink-0 d-flex me-1">
|
|
4158
4158
|
<CogWheelMenu items="getCogWheelMenuItems(item)"/>
|
|
4159
4159
|
</div>
|
|
4160
4160
|
</div>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@odoo/o-spreadsheet",
|
|
3
|
-
"version": "19.1.0-alpha.
|
|
3
|
+
"version": "19.1.0-alpha.3",
|
|
4
4
|
"description": "A spreadsheet component",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/o-spreadsheet.cjs.js",
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
"bundle:iife": "rollup -c -m -- --format iife",
|
|
21
21
|
"bundle:esm": "rollup -c -m -- --format esm",
|
|
22
22
|
"bundle:xml": "node tools/bundle_xml/main.cjs",
|
|
23
|
-
"bundle:dev": "npm-run-all build:js bundle:iife \"bundle:xml -- --outDir build\" && node tools/
|
|
24
|
-
"dist": "tsc --module es6 --declaration --declarationDir dist/types && rollup -c && npm run bundle:xml -- --outDir dist && node tools/
|
|
23
|
+
"bundle:dev": "npm-run-all build:js bundle:iife \"bundle:xml -- --outDir build\" && node tools/bundle_css/main.cjs --out build",
|
|
24
|
+
"dist": "tsc --module es6 --declaration --declarationDir dist/types && rollup -c && npm run bundle:xml -- --outDir dist && node tools/bundle_css/main.cjs --out dist",
|
|
25
25
|
"monkey": "SPREADSHEET_MONKEY_COUNT=$npm_config_monkey_count jest 'tests/collaborative/collaborative_monkey_party.test.ts'",
|
|
26
26
|
"test": "tsc --noEmit --project tsconfig.jest.json && jest",
|
|
27
27
|
"test:watch": "jest --watch",
|
|
@@ -32,10 +32,10 @@
|
|
|
32
32
|
"watch:bundle": "npm run bundle:iife -- --watch",
|
|
33
33
|
"watch:ts": "npm run build:js -- --watch",
|
|
34
34
|
"watch:xml": "node tools/bundle_xml/watch_xml_templates.cjs",
|
|
35
|
-
"watch:
|
|
35
|
+
"watch:css": "node tools/bundle_css/watch_css_files.cjs",
|
|
36
36
|
"unzipXlsx": "node tools/bundle_xlsx/unzip_xlsx_demo.cjs",
|
|
37
37
|
"zipXlsx": "node tools/bundle_xlsx/zip_xlsx_demo.cjs",
|
|
38
|
-
"build": "npm-run-all build:js bundle:esm \"bundle:xml -- --outDir build\" && node tools/
|
|
38
|
+
"build": "npm-run-all build:js bundle:esm \"bundle:xml -- --outDir build\" && node tools/bundle_css/main.cjs --out build",
|
|
39
39
|
"lint": "eslint --fix"
|
|
40
40
|
},
|
|
41
41
|
"browserslist": [
|
|
@@ -95,7 +95,6 @@
|
|
|
95
95
|
"rollup": "^3.28.0",
|
|
96
96
|
"rollup-plugin-dts": "^5.3.1",
|
|
97
97
|
"rollup-plugin-typescript2": "^0.35.0",
|
|
98
|
-
"sass": "^1.62.1",
|
|
99
98
|
"seedrandom": "^3.0.5",
|
|
100
99
|
"typescript": "^5.8.2",
|
|
101
100
|
"typescript-eslint": "^8.30.1",
|