gridjs-spreadsheet 24.9.0 → 24.10.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gridjs-spreadsheet",
3
- "version": "24.9.0",
3
+ "version": "24.10.0",
4
4
  "description": "this is the client side script for GridJs which is a lightweight, scalable, and customizable toolkit that provides cross-platform web applications, enables convenient development for editing or viewing Excel/Spreadsheet files, offers simple deployment, and provides easy-to-use APIs based on JSON format.",
5
5
  "types": "index.d.ts",
6
6
  "main": "xspreadsheet.js",
@@ -28,6 +28,7 @@
28
28
  "PPTX",
29
29
  "MHTML",
30
30
  "SVG",
31
+ "CHM",
31
32
  "JSON",
32
33
  "SQL",
33
34
  "XML",
package/package.json.bak CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "gridjs-spreadsheet",
3
- "version": "24.9.0",
4
- "description": "this is the client side script for gridjs which is a lightweight, scalable, and customizable toolkit that provides cross-platform web applications, enables convenient development for editing or viewing Excel/Spreadsheet files, offers simple deployment, and provides easy-to-use APIs based on JSON format.",
3
+ "version": "24.10",
4
+ "description": "this is the client side script for GridJs which is a lightweight, scalable, and customizable toolkit that provides cross-platform web applications, enables convenient development for editing or viewing Excel/Spreadsheet files, offers simple deployment, and provides easy-to-use APIs based on JSON format.",
5
5
  "types": "index.d.ts",
6
6
  "main": "xspreadsheet.js",
7
7
  "scripts": {
@@ -28,6 +28,7 @@
28
28
  "PPTX",
29
29
  "MHTML",
30
30
  "SVG",
31
+ "CHM",
31
32
  "JSON",
32
33
  "SQL",
33
34
  "XML",
package/readme.md CHANGED
@@ -1,11 +1,11 @@
1
1
  # gridjs-spreadsheet
2
2
 
3
- > A smart and simple to use WYSIWYG Excel-like JavaScript Canvas based Spreadsheet library allows you to view and edit spreadsheet file with ease and quick
3
+ > this is the client side script for gridjs which is a lightweight, scalable, and customizable toolkit that provides cross-platform web applications, enables convenient development for editing or viewing Excel/Spreadsheet files, offers simple deployment, and provides easy-to-use APIs
4
4
 
5
5
 
6
6
 
7
7
  ## Document
8
- It allows you to view and edit spreadsheet documents with ease.
8
+ It allows you to view and edit spreadsheet files with ease.
9
9
 
10
10
  this is developed based on https://github.com/myliang/x-spreadsheet
11
11
 
@@ -230,6 +230,12 @@ Online documentation is available here:
230
230
 
231
231
  Modern browsers(chrome, firefox, Safari).
232
232
 
233
+ ## Version Info
234
+ v24.9.1:
235
+ fix bug that fail to insert column in the new added worksheet
236
+ fix bug that fail to rename worksheet
237
+ support lazy loading
238
+
233
239
  ## LICENSE
234
240
 
235
241
  MIT
package/readme.md.bak CHANGED
@@ -221,15 +221,21 @@ You can ask any question using the [Forum](https://forum.aspose.com/c/cells).
221
221
  Online documentation is available here:
222
222
  - [Developer's Guide C#](https://docs.aspose.com/cells/net/aspose-cells-gridjs/)
223
223
  - [API Reference C#](https://docs.aspose.com/cells/net/aspose-cells-gridjs/client/)
224
- - [Developer's Guide Python](https://docs.aspose.com/cells/net/aspose-cells-gridjs/)
225
- - [API Reference Python](https://docs.aspose.com/cells/net/aspose-cells-gridjs/client/)
226
- - [Developer's Guide JAVA](https://docs.aspose.com/cells/net/aspose-cells-gridjs/)
227
- - [API Reference JAVA](https://docs.aspose.com/cells/net/aspose-cells-gridjs/client/)
224
+ - [Developer's Guide Python](https://docs.aspose.com/cells/python-net/aspose-cells-gridjs/)
225
+ - [API Reference Python](https://docs.aspose.com/cells/python-net/aspose-cells-gridjs/client/)
226
+ - [Developer's Guide JAVA](https://docs.aspose.com/cells/java/aspose-cells-gridjs/)
227
+ - [API Reference JAVA](https://docs.aspose.com/cells/java/aspose-cells-gridjs/client/)
228
228
 
229
229
  ## Browser Support
230
230
 
231
231
  Modern browsers(chrome, firefox, Safari).
232
232
 
233
+ ## Version Info
234
+ v24.9.1:
235
+ fix bug that fail to insert column in the new added worksheet
236
+ fix bug that fail to rename worksheet
237
+ support lazy loading
238
+
233
239
  ## LICENSE
234
240
 
235
241
  MIT
package/xspreadsheet.css CHANGED
@@ -1792,6 +1792,10 @@ form fieldset select {
1792
1792
  transition: background-color 0.3s;
1793
1793
  font-size: 16px;
1794
1794
  }
1795
+ input[type=number]::-webkit-inner-spin-button,
1796
+ input[type=number]::-webkit-outer-spin-button {
1797
+ opacity: 1;
1798
+ }
1795
1799
  /* Tab button when active */
1796
1800
  .x-spreadsheet-modal-component-tab-button.active {
1797
1801
  background-color: #ffffff;