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
- &#10;
1198
- <g id="RedactionSearchResult" transform="matrix(0.3033,0,0,0.3033,180,126)">
1197
+ &#10; <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> &#10;
1221
-
1222
- </svg>
1217
+ </g> &#10; </svg>
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.8</version>
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.7</version>
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.7</version>
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.8.1",
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
- "index.js",
38
- "index.d.ts",
39
- "shared.js",
40
- "shared.d.ts",
41
- "react.js",
42
- "react.d.ts",
43
- "vue.js",
44
- "vue.d.ts",
45
- "angular.js",
46
- "angular.d.ts",
47
- "example/.gitignore",
48
- "example/README.md",
49
- "example/HELP.md",
50
- "example/Dockerfile",
51
- "example/compose.yaml",
52
- "example/pom.xml",
53
- "example/mvnw",
54
- "example/mvnw.cmd",
55
- "example/src/main/java",
56
- "example/src/main/resources",
57
- "example/wb",
58
- "example/react-gridjs/index.html",
59
- "example/react-gridjs/package.json",
60
- "example/react-gridjs/src",
61
- "example/react-gridjs/vite.config.js",
62
- "example/vue-gridjs/index.html",
63
- "example/vue-gridjs/package.json",
64
- "example/vue-gridjs/src",
65
- "example/vue-gridjs/vite.config.js",
66
- "example/angular-gridjs/.nvmrc",
67
- "example/angular-gridjs/angular.json",
68
- "example/angular-gridjs/package.json",
69
- "example/angular-gridjs/proxy.conf.json",
70
- "example/angular-gridjs/src",
71
- "example/angular-gridjs/tsconfig.json",
72
- "example/angular-gridjs/tsconfig.app.json",
73
- "example/vanilla-gridjs/shared",
74
- "example/vanilla-gridjs/npm/index.html",
75
- "example/vanilla-gridjs/npm/main.js",
76
- "example/vanilla-gridjs/npm/package.json",
77
- "example/vanilla-gridjs/npm/vite.config.js",
78
- "example/vanilla-gridjs/script/index.html",
79
- "example/vanilla-gridjs/script/main.js",
80
- "example/vanilla-gridjs/script/package.json",
81
- "example/vanilla-gridjs/script/vite.config.js"
82
- ],
83
- "keywords": [
84
- "excel",
85
- "spreadsheet",
86
- "web-excel",
87
- "online-excel",
88
- "excel-viewer",
89
- "excel-editor",
90
- "javascript-excel",
91
- "javascript-spreadsheet",
92
- "excel-component",
93
- "spreadsheet-ui",
94
- "react-spreadsheet",
95
- "vue-excel",
96
- "angular-spreadsheet",
97
- "vue-spreadsheet",
98
- "react-excel",
99
- "angular-excel",
100
- "typescript",
101
- "xlsx",
102
- "xls",
103
- "csv",
104
- "ods",
105
- "numbers",
106
- "xlsm",
107
- "xlsb",
108
- "excel-io",
109
- "redact",
110
- "redaction",
111
- "data-redaction",
112
- "collaborative-editing",
113
- "excel-api",
114
- "data-table",
115
- "datagrid",
116
- "convert-pdf",
117
- "convert-html",
118
- "sheets",
119
- "web-spreadsheet",
120
- "spreadsheet-editor",
121
- "excel-online",
122
- "excel-formula",
123
- "excel-chart",
124
- "data-validation",
125
- "copy-paste-excel",
126
- "spreadsheet-component",
127
- "open-source-excel",
128
- "free-excel-editor",
129
- "gridjs"
130
- ],
131
- "author": "Aspose Cells Team",
132
- "dependencies": {
133
- "jszip": "~3.10.1"
134
- },
135
- "peerDependencies": {
136
- "vue": ">=3.0.0",
137
- "react": ">=16.8.0",
138
- "@angular/core": ">=14.0.0",
139
- "@angular/common": ">=14.0.0"
140
- },
141
- "peerDependenciesMeta": {
142
- "vue": {
143
- "optional": true
144
- },
145
- "react": {
146
- "optional": true
147
- },
148
- "@angular/core": {
149
- "optional": true
150
- },
151
- "@angular/common": {
152
- "optional": true
153
- }
154
- },
155
- "engines": {
156
- "node": ">=18"
157
- },
158
- "publishConfig": {
159
- "access": "public"
160
- },
161
- "license": "MIT",
162
- "repository": {
163
- "type": "git",
164
- "url": "git+https://github.com/aspose-cells/Aspose.Cells.Grid-for-.NET.git"
165
- },
166
- "homepage": "https://products.aspose.app/cells/editor",
167
- "bugs": {
168
- "url": "https://forum.aspose.com/c/cells"
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@26.7.0/xspreadsheet.css"
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(544d1ebaa4cddf566b9f3c24186b9873.svg);
2833
+ background-image: url(2540ca97f0253f1cda1c125495bb90fe.svg);
2799
2834
  position: absolute;
2800
2835
  width: 262px;
2801
2836
  height: 444px;