@odoo/o-spreadsheet 17.1.25 → 17.1.26
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 +65 -65
- package/dist/o-spreadsheet.d.ts +2 -1
- package/dist/o-spreadsheet.esm.js +65 -65
- package/dist/o-spreadsheet.iife.js +65 -65
- package/dist/o-spreadsheet.iife.min.js +224 -224
- package/dist/o_spreadsheet.xml +3 -3
- package/package.json +8 -11
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 17.1.
|
|
5
|
-
@date 2024-
|
|
6
|
-
@hash
|
|
4
|
+
@version 17.1.26
|
|
5
|
+
@date 2024-08-02T08:23:45.202Z
|
|
6
|
+
@hash 4ba7e55
|
|
7
7
|
-->
|
|
8
8
|
<odoo>
|
|
9
9
|
<t t-name="o-spreadsheet-ActionButton">
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@odoo/o-spreadsheet",
|
|
3
|
-
"version": "17.1.
|
|
3
|
+
"version": "17.1.26",
|
|
4
4
|
"description": "A spreadsheet component",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/o-spreadsheet.cjs.js",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"build": "npm-run-all build:js build:bundleJs \"build:bundleXml -- --outDir build\"",
|
|
23
23
|
"doc": "typedoc",
|
|
24
24
|
"precommit": "npm run prettier && npm run doc",
|
|
25
|
-
"test": "jest",
|
|
25
|
+
"test": "tsc --noEmit --project tsconfig.jest.json && jest",
|
|
26
26
|
"test:watch": "jest --watch",
|
|
27
27
|
"prettier": "prettier . --write",
|
|
28
28
|
"check-formatting": "prettier . --check",
|
|
@@ -57,6 +57,7 @@
|
|
|
57
57
|
"@prettier/plugin-xml": "^2.2.0",
|
|
58
58
|
"@rollup/plugin-node-resolve": "^15.2.0",
|
|
59
59
|
"@rollup/plugin-terser": "^0.4.3",
|
|
60
|
+
"@swc/jest": "^0.2.36",
|
|
60
61
|
"@types/jest": "^27.0.1",
|
|
61
62
|
"@types/node": "^13.13.23",
|
|
62
63
|
"@types/rbush": "^3.0.3",
|
|
@@ -87,10 +88,9 @@
|
|
|
87
88
|
"rollup": "^3.28.0",
|
|
88
89
|
"rollup-plugin-dts": "^5.3.1",
|
|
89
90
|
"rollup-plugin-typescript2": "^0.35.0",
|
|
90
|
-
"
|
|
91
|
-
"typedoc": "
|
|
92
|
-
"
|
|
93
|
-
"typescript": "^5.1.6",
|
|
91
|
+
"typedoc": "0.25.12",
|
|
92
|
+
"typedoc-plugin-markdown": "3.17.1",
|
|
93
|
+
"typescript": "^5.4.3",
|
|
94
94
|
"xml-formatter": "^2.4.0"
|
|
95
95
|
},
|
|
96
96
|
"prettier": {
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
"xmlSelfClosingSpace": false
|
|
101
101
|
},
|
|
102
102
|
"dependencies": {
|
|
103
|
-
"@odoo/owl": "2.
|
|
103
|
+
"@odoo/owl": "2.3.0",
|
|
104
104
|
"bootstrap": "^5.1.3",
|
|
105
105
|
"rbush": "^3.0.1"
|
|
106
106
|
},
|
|
@@ -111,10 +111,7 @@
|
|
|
111
111
|
],
|
|
112
112
|
"transform": {
|
|
113
113
|
"^.+\\.ts?$": [
|
|
114
|
-
"
|
|
115
|
-
{
|
|
116
|
-
"tsconfig": "tsconfig.jest.json"
|
|
117
|
-
}
|
|
114
|
+
"@swc/jest"
|
|
118
115
|
]
|
|
119
116
|
},
|
|
120
117
|
"verbose": false,
|