gridjs-spreadsheet 26.8.1 → 26.9.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.
|
@@ -1194,8 +1194,7 @@
|
|
|
1194
1194
|
<rect x="24" y="17" width="6" height="20" fill="#FFFFFF" id="redact-plus-v" />
|
|
1195
1195
|
</g>
|
|
1196
1196
|
</g>
|
|
1197
|
-
|
|
1198
|
-
<g id="RedactionSearchResult" transform="matrix(0.3033,0,0,0.3033,180,126)">
|
|
1197
|
+
<g id="RedactionSearchResult" transform="matrix(0.3033,0,0,0.3033,180,126)">
|
|
1199
1198
|
|
|
1200
1199
|
|
|
1201
1200
|
|
|
@@ -1215,8 +1214,4 @@
|
|
|
1215
1214
|
<rect x="17" y="24" width="20" height="6" fill="#FFFFFF" id="redact-plus-h" />
|
|
1216
1215
|
<rect x="24" y="17" width="6" height="20" fill="#FFFFFF" id="redact-plus-v" />
|
|
1217
1216
|
</g>
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
</g>
|
|
1221
|
-
|
|
1222
|
-
</svg>
|
|
1217
|
+
</g> </svg>
|
|
Binary file
|
package/example/pom.xml
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
</repositories>
|
|
18
18
|
<groupId>com.aspose.gridjs</groupId>
|
|
19
19
|
<artifactId>gridjsdemo</artifactId>
|
|
20
|
-
<version>26.
|
|
20
|
+
<version>26.9</version>
|
|
21
21
|
<name>gridjsdemo</name>
|
|
22
22
|
<description>GridJs Demo project for Spring Boot</description>
|
|
23
23
|
<properties>
|
|
@@ -51,12 +51,12 @@
|
|
|
51
51
|
<dependency>
|
|
52
52
|
<groupId>com.aspose</groupId>
|
|
53
53
|
<artifactId>aspose-cells</artifactId>
|
|
54
|
-
<version>26.
|
|
54
|
+
<version>26.9</version>
|
|
55
55
|
</dependency>
|
|
56
56
|
<dependency>
|
|
57
57
|
<groupId>com.aspose</groupId>
|
|
58
58
|
<artifactId>aspose-cells</artifactId>
|
|
59
|
-
<version>26.
|
|
59
|
+
<version>26.9</version>
|
|
60
60
|
<classifier>gridjs</classifier>
|
|
61
61
|
</dependency>
|
|
62
62
|
<!-- <dependency>
|
package/package.json
CHANGED
|
@@ -1,170 +1,171 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "gridjs-spreadsheet",
|
|
3
|
-
"version": "26.
|
|
4
|
-
"description": "Lightweight, high-performance JavaScript spreadsheet component for building online Excel editors and web spreadsheet apps. Supports React, Vue 3, and Angular with TypeScript declarations. Features include formulas, charts, formatting, data validation, copy/paste from Excel, and server-side integration.",
|
|
5
|
-
"types": "index.d.ts",
|
|
6
|
-
"main": "xspreadsheet.js",
|
|
7
|
-
"exports": {
|
|
8
|
-
".": {
|
|
9
|
-
"types": "./index.d.ts",
|
|
10
|
-
"default": "./xspreadsheet.js"
|
|
11
|
-
},
|
|
12
|
-
"./xspreadsheet.css": "./xspreadsheet.css",
|
|
13
|
-
"./vue": {
|
|
14
|
-
"types": "./vue.d.ts",
|
|
15
|
-
"default": "./vue.js"
|
|
16
|
-
},
|
|
17
|
-
"./react": {
|
|
18
|
-
"types": "./react.d.ts",
|
|
19
|
-
"default": "./react.js"
|
|
20
|
-
},
|
|
21
|
-
"./angular": {
|
|
22
|
-
"types": "./angular.d.ts",
|
|
23
|
-
"default": "./angular.js"
|
|
24
|
-
},
|
|
25
|
-
"./shared": {
|
|
26
|
-
"types": "./shared.d.ts",
|
|
27
|
-
"default": "./shared.js"
|
|
28
|
-
},
|
|
29
|
-
"./package.json": "./package.json"
|
|
30
|
-
},
|
|
31
|
-
"files": [
|
|
32
|
-
"readme.md",
|
|
33
|
-
"preview.gif",
|
|
34
|
-
"xspreadsheet.js",
|
|
35
|
-
"xspreadsheet.css",
|
|
36
|
-
"*.svg",
|
|
37
|
-
"
|
|
38
|
-
"index.
|
|
39
|
-
"
|
|
40
|
-
"shared.
|
|
41
|
-
"
|
|
42
|
-
"react.
|
|
43
|
-
"
|
|
44
|
-
"vue.
|
|
45
|
-
"
|
|
46
|
-
"angular.
|
|
47
|
-
"
|
|
48
|
-
"example
|
|
49
|
-
"example/
|
|
50
|
-
"example/
|
|
51
|
-
"example/
|
|
52
|
-
"example/
|
|
53
|
-
"example/
|
|
54
|
-
"example/mvnw
|
|
55
|
-
"example/
|
|
56
|
-
"example/src/main/
|
|
57
|
-
"example/
|
|
58
|
-
"example/
|
|
59
|
-
"example/react-gridjs/
|
|
60
|
-
"example/react-gridjs/
|
|
61
|
-
"example/react-gridjs/
|
|
62
|
-
"example/
|
|
63
|
-
"example/vue-gridjs/
|
|
64
|
-
"example/vue-gridjs/
|
|
65
|
-
"example/vue-gridjs/
|
|
66
|
-
"example/
|
|
67
|
-
"example/angular-gridjs
|
|
68
|
-
"example/angular-gridjs/
|
|
69
|
-
"example/angular-gridjs/
|
|
70
|
-
"example/angular-gridjs/
|
|
71
|
-
"example/angular-gridjs/
|
|
72
|
-
"example/angular-gridjs/tsconfig.
|
|
73
|
-
"example/
|
|
74
|
-
"example/vanilla-gridjs/
|
|
75
|
-
"example/vanilla-gridjs/npm/
|
|
76
|
-
"example/vanilla-gridjs/npm/
|
|
77
|
-
"example/vanilla-gridjs/npm/
|
|
78
|
-
"example/vanilla-gridjs/
|
|
79
|
-
"example/vanilla-gridjs/script/
|
|
80
|
-
"example/vanilla-gridjs/script/
|
|
81
|
-
"example/vanilla-gridjs/script/
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
"excel
|
|
89
|
-
"excel-
|
|
90
|
-
"
|
|
91
|
-
"javascript-
|
|
92
|
-
"
|
|
93
|
-
"
|
|
94
|
-
"
|
|
95
|
-
"
|
|
96
|
-
"
|
|
97
|
-
"
|
|
98
|
-
"
|
|
99
|
-
"
|
|
100
|
-
"
|
|
101
|
-
"
|
|
102
|
-
"
|
|
103
|
-
"
|
|
104
|
-
"
|
|
105
|
-
"
|
|
106
|
-
"
|
|
107
|
-
"
|
|
108
|
-
"
|
|
109
|
-
"
|
|
110
|
-
"
|
|
111
|
-
"
|
|
112
|
-
"
|
|
113
|
-
"
|
|
114
|
-
"
|
|
115
|
-
"
|
|
116
|
-
"
|
|
117
|
-
"convert-
|
|
118
|
-
"
|
|
119
|
-
"
|
|
120
|
-
"spreadsheet
|
|
121
|
-
"
|
|
122
|
-
"excel-
|
|
123
|
-
"excel-
|
|
124
|
-
"
|
|
125
|
-
"
|
|
126
|
-
"
|
|
127
|
-
"
|
|
128
|
-
"
|
|
129
|
-
"
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
"
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
"
|
|
138
|
-
"
|
|
139
|
-
"@angular/
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
"
|
|
163
|
-
|
|
164
|
-
"
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
"
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "gridjs-spreadsheet",
|
|
3
|
+
"version": "26.9.0",
|
|
4
|
+
"description": "Lightweight, high-performance JavaScript spreadsheet component for building online Excel editors and web spreadsheet apps. Supports React, Vue 3, and Angular with TypeScript declarations. Features include formulas, charts, formatting, data validation, copy/paste from Excel, and server-side integration.",
|
|
5
|
+
"types": "index.d.ts",
|
|
6
|
+
"main": "xspreadsheet.js",
|
|
7
|
+
"exports": {
|
|
8
|
+
".": {
|
|
9
|
+
"types": "./index.d.ts",
|
|
10
|
+
"default": "./xspreadsheet.js"
|
|
11
|
+
},
|
|
12
|
+
"./xspreadsheet.css": "./xspreadsheet.css",
|
|
13
|
+
"./vue": {
|
|
14
|
+
"types": "./vue.d.ts",
|
|
15
|
+
"default": "./vue.js"
|
|
16
|
+
},
|
|
17
|
+
"./react": {
|
|
18
|
+
"types": "./react.d.ts",
|
|
19
|
+
"default": "./react.js"
|
|
20
|
+
},
|
|
21
|
+
"./angular": {
|
|
22
|
+
"types": "./angular.d.ts",
|
|
23
|
+
"default": "./angular.js"
|
|
24
|
+
},
|
|
25
|
+
"./shared": {
|
|
26
|
+
"types": "./shared.d.ts",
|
|
27
|
+
"default": "./shared.js"
|
|
28
|
+
},
|
|
29
|
+
"./package.json": "./package.json"
|
|
30
|
+
},
|
|
31
|
+
"files": [
|
|
32
|
+
"readme.md",
|
|
33
|
+
"preview.gif",
|
|
34
|
+
"xspreadsheet.js",
|
|
35
|
+
"xspreadsheet.css",
|
|
36
|
+
"*.svg",
|
|
37
|
+
"*.jpg",
|
|
38
|
+
"index.js",
|
|
39
|
+
"index.d.ts",
|
|
40
|
+
"shared.js",
|
|
41
|
+
"shared.d.ts",
|
|
42
|
+
"react.js",
|
|
43
|
+
"react.d.ts",
|
|
44
|
+
"vue.js",
|
|
45
|
+
"vue.d.ts",
|
|
46
|
+
"angular.js",
|
|
47
|
+
"angular.d.ts",
|
|
48
|
+
"example/.gitignore",
|
|
49
|
+
"example/README.md",
|
|
50
|
+
"example/HELP.md",
|
|
51
|
+
"example/Dockerfile",
|
|
52
|
+
"example/compose.yaml",
|
|
53
|
+
"example/pom.xml",
|
|
54
|
+
"example/mvnw",
|
|
55
|
+
"example/mvnw.cmd",
|
|
56
|
+
"example/src/main/java",
|
|
57
|
+
"example/src/main/resources",
|
|
58
|
+
"example/wb",
|
|
59
|
+
"example/react-gridjs/index.html",
|
|
60
|
+
"example/react-gridjs/package.json",
|
|
61
|
+
"example/react-gridjs/src",
|
|
62
|
+
"example/react-gridjs/vite.config.js",
|
|
63
|
+
"example/vue-gridjs/index.html",
|
|
64
|
+
"example/vue-gridjs/package.json",
|
|
65
|
+
"example/vue-gridjs/src",
|
|
66
|
+
"example/vue-gridjs/vite.config.js",
|
|
67
|
+
"example/angular-gridjs/.nvmrc",
|
|
68
|
+
"example/angular-gridjs/angular.json",
|
|
69
|
+
"example/angular-gridjs/package.json",
|
|
70
|
+
"example/angular-gridjs/proxy.conf.json",
|
|
71
|
+
"example/angular-gridjs/src",
|
|
72
|
+
"example/angular-gridjs/tsconfig.json",
|
|
73
|
+
"example/angular-gridjs/tsconfig.app.json",
|
|
74
|
+
"example/vanilla-gridjs/shared",
|
|
75
|
+
"example/vanilla-gridjs/npm/index.html",
|
|
76
|
+
"example/vanilla-gridjs/npm/main.js",
|
|
77
|
+
"example/vanilla-gridjs/npm/package.json",
|
|
78
|
+
"example/vanilla-gridjs/npm/vite.config.js",
|
|
79
|
+
"example/vanilla-gridjs/script/index.html",
|
|
80
|
+
"example/vanilla-gridjs/script/main.js",
|
|
81
|
+
"example/vanilla-gridjs/script/package.json",
|
|
82
|
+
"example/vanilla-gridjs/script/vite.config.js"
|
|
83
|
+
],
|
|
84
|
+
"keywords": [
|
|
85
|
+
"excel",
|
|
86
|
+
"spreadsheet",
|
|
87
|
+
"web-excel",
|
|
88
|
+
"online-excel",
|
|
89
|
+
"excel-viewer",
|
|
90
|
+
"excel-editor",
|
|
91
|
+
"javascript-excel",
|
|
92
|
+
"javascript-spreadsheet",
|
|
93
|
+
"excel-component",
|
|
94
|
+
"spreadsheet-ui",
|
|
95
|
+
"react-spreadsheet",
|
|
96
|
+
"vue-excel",
|
|
97
|
+
"angular-spreadsheet",
|
|
98
|
+
"vue-spreadsheet",
|
|
99
|
+
"react-excel",
|
|
100
|
+
"angular-excel",
|
|
101
|
+
"typescript",
|
|
102
|
+
"xlsx",
|
|
103
|
+
"xls",
|
|
104
|
+
"csv",
|
|
105
|
+
"ods",
|
|
106
|
+
"numbers",
|
|
107
|
+
"xlsm",
|
|
108
|
+
"xlsb",
|
|
109
|
+
"excel-io",
|
|
110
|
+
"redact",
|
|
111
|
+
"redaction",
|
|
112
|
+
"data-redaction",
|
|
113
|
+
"collaborative-editing",
|
|
114
|
+
"excel-api",
|
|
115
|
+
"data-table",
|
|
116
|
+
"datagrid",
|
|
117
|
+
"convert-pdf",
|
|
118
|
+
"convert-html",
|
|
119
|
+
"sheets",
|
|
120
|
+
"web-spreadsheet",
|
|
121
|
+
"spreadsheet-editor",
|
|
122
|
+
"excel-online",
|
|
123
|
+
"excel-formula",
|
|
124
|
+
"excel-chart",
|
|
125
|
+
"data-validation",
|
|
126
|
+
"copy-paste-excel",
|
|
127
|
+
"spreadsheet-component",
|
|
128
|
+
"open-source-excel",
|
|
129
|
+
"free-excel-editor",
|
|
130
|
+
"gridjs"
|
|
131
|
+
],
|
|
132
|
+
"author": "Aspose Cells Team",
|
|
133
|
+
"dependencies": {
|
|
134
|
+
"jszip": "~3.10.1"
|
|
135
|
+
},
|
|
136
|
+
"peerDependencies": {
|
|
137
|
+
"vue": ">=3.0.0",
|
|
138
|
+
"react": ">=16.8.0",
|
|
139
|
+
"@angular/core": ">=14.0.0",
|
|
140
|
+
"@angular/common": ">=14.0.0"
|
|
141
|
+
},
|
|
142
|
+
"peerDependenciesMeta": {
|
|
143
|
+
"vue": {
|
|
144
|
+
"optional": true
|
|
145
|
+
},
|
|
146
|
+
"react": {
|
|
147
|
+
"optional": true
|
|
148
|
+
},
|
|
149
|
+
"@angular/core": {
|
|
150
|
+
"optional": true
|
|
151
|
+
},
|
|
152
|
+
"@angular/common": {
|
|
153
|
+
"optional": true
|
|
154
|
+
}
|
|
155
|
+
},
|
|
156
|
+
"engines": {
|
|
157
|
+
"node": ">=18"
|
|
158
|
+
},
|
|
159
|
+
"publishConfig": {
|
|
160
|
+
"access": "public"
|
|
161
|
+
},
|
|
162
|
+
"license": "MIT",
|
|
163
|
+
"repository": {
|
|
164
|
+
"type": "git",
|
|
165
|
+
"url": "git+https://github.com/aspose-cells/Aspose.Cells.Grid-for-.NET.git"
|
|
166
|
+
},
|
|
167
|
+
"homepage": "https://products.aspose.app/cells/editor",
|
|
168
|
+
"bugs": {
|
|
169
|
+
"url": "https://forum.aspose.com/c/cells"
|
|
170
|
+
}
|
|
171
|
+
}
|
package/readme.md
CHANGED
|
@@ -110,7 +110,7 @@ spreadsheet.setFileName(workbookJson.filename);
|
|
|
110
110
|
```html
|
|
111
111
|
<link
|
|
112
112
|
rel="stylesheet"
|
|
113
|
-
href="https://unpkg.com/gridjs-spreadsheet
|
|
113
|
+
href="https://unpkg.com/gridjs-spreadsheet/xspreadsheet.css"
|
|
114
114
|
>
|
|
115
115
|
|
|
116
116
|
<script src="https://unpkg.com/jszip@3.10.1/dist/jszip.min.js"></script>
|
|
@@ -393,6 +393,12 @@ Modern browsers — Chrome, Firefox, Safari, Edge.
|
|
|
393
393
|
|
|
394
394
|
## Version History
|
|
395
395
|
|
|
396
|
+
<details>
|
|
397
|
+
<summary><strong>v26.9</strong> — Fix autofilter value for special characters </summary>
|
|
398
|
+
|
|
399
|
+
- Fix autofilter value for special characters
|
|
400
|
+
</details>
|
|
401
|
+
|
|
396
402
|
<details>
|
|
397
403
|
<summary><strong>v26.8.1</strong> — Support redaction for search matches</summary>
|
|
398
404
|
|
|
@@ -586,6 +592,7 @@ Modern browsers — Chrome, Firefox, Safari, Edge.
|
|
|
586
592
|
- [Developer's Guide — Java](https://docs.aspose.com/cells/java/aspose-cells-gridjs/)
|
|
587
593
|
- [Developer's Guide — Python](https://docs.aspose.com/cells/python-net/aspose-cells-gridjs/)
|
|
588
594
|
- [Client API How-To](https://docs.aspose.com/cells/net/aspose-cells-gridjs/how-to-use-gridjs-client-api/)
|
|
595
|
+
- [Skills](https://github.com/aspose-cells/skills/)
|
|
589
596
|
|
|
590
597
|
### Product Links
|
|
591
598
|
- [Aspose.Cells Product Page](https://products.aspose.com/cells)
|
package/xspreadsheet.css
CHANGED
|
@@ -18,6 +18,20 @@ body {
|
|
|
18
18
|
position: relative;
|
|
19
19
|
overflow: hidden;
|
|
20
20
|
}
|
|
21
|
+
.x-spreadsheet-sheet.x-spreadsheet-sheet-chart-mode > .x-spreadsheet-table {
|
|
22
|
+
visibility: hidden;
|
|
23
|
+
pointer-events: none;
|
|
24
|
+
}
|
|
25
|
+
.x-spreadsheet-sheet.x-spreadsheet-sheet-chart-mode > .x-spreadsheet-scrollbar.horizontal {
|
|
26
|
+
display: none !important;
|
|
27
|
+
}
|
|
28
|
+
.x-spreadsheet-sheet.x-spreadsheet-sheet-chart-mode > .x-spreadsheet-resizer,
|
|
29
|
+
.x-spreadsheet-sheet.x-spreadsheet-sheet-chart-mode > .x-spreadsheet-hover-highlight,
|
|
30
|
+
.x-spreadsheet-sheet.x-spreadsheet-sheet-chart-mode > .x-spreadsheet-selector-dropdown-button,
|
|
31
|
+
.x-spreadsheet-sheet.x-spreadsheet-sheet-chart-mode .x-spreadsheet-selectors,
|
|
32
|
+
.x-spreadsheet-sheet.x-spreadsheet-sheet-chart-mode .x-spreadsheet-editor {
|
|
33
|
+
display: none !important;
|
|
34
|
+
}
|
|
21
35
|
.x-spreadsheet-workspace {
|
|
22
36
|
display: grid;
|
|
23
37
|
width: 100%;
|
|
@@ -299,6 +313,27 @@ body {
|
|
|
299
313
|
flex-direction: column;
|
|
300
314
|
gap: 10px;
|
|
301
315
|
}
|
|
316
|
+
.x-spreadsheet-format-panel-checkbox-field {
|
|
317
|
+
display: flex;
|
|
318
|
+
min-height: 30px;
|
|
319
|
+
align-items: center;
|
|
320
|
+
gap: 9px;
|
|
321
|
+
color: #374151;
|
|
322
|
+
font-size: 13px;
|
|
323
|
+
line-height: 18px;
|
|
324
|
+
cursor: pointer;
|
|
325
|
+
}
|
|
326
|
+
.x-spreadsheet-format-panel-checkbox {
|
|
327
|
+
width: 17px;
|
|
328
|
+
height: 17px;
|
|
329
|
+
flex: 0 0 auto;
|
|
330
|
+
margin: 0;
|
|
331
|
+
accent-color: #217346;
|
|
332
|
+
}
|
|
333
|
+
.x-spreadsheet-format-panel-checkbox:disabled {
|
|
334
|
+
cursor: not-allowed;
|
|
335
|
+
opacity: 0.5;
|
|
336
|
+
}
|
|
302
337
|
.x-spreadsheet-format-panel-field {
|
|
303
338
|
display: grid;
|
|
304
339
|
min-width: 0;
|
|
@@ -2795,7 +2830,7 @@ form fieldset select {
|
|
|
2795
2830
|
display: inline-block;
|
|
2796
2831
|
}
|
|
2797
2832
|
.x-spreadsheet-icon .x-spreadsheet-icon-img {
|
|
2798
|
-
background-image: url(
|
|
2833
|
+
background-image: url(2540ca97f0253f1cda1c125495bb90fe.svg);
|
|
2799
2834
|
position: absolute;
|
|
2800
2835
|
width: 262px;
|
|
2801
2836
|
height: 444px;
|