gridjs-spreadsheet 24.10.2 → 24.10.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/{9ab1b217edd126e8925e88cc8f25a154.svg → 555f60323063f2b68b6eac7ce9c45b19.svg} +88 -88
- package/{2922578eabb1a88d1974da56c65189ba.svg → a3b683289420fd8ec937908397907279.svg} +907 -907
- package/package.json +1 -1
- package/package.json.bak +1 -1
- package/xspreadsheet.css +3 -5
- package/xspreadsheet.js +7 -195912
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gridjs-spreadsheet",
|
|
3
|
-
"version": "24.10.
|
|
3
|
+
"version": "24.10.3",
|
|
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",
|
package/package.json.bak
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gridjs-spreadsheet",
|
|
3
|
-
"version": "24.10.
|
|
3
|
+
"version": "24.10.2",
|
|
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",
|
package/xspreadsheet.css
CHANGED
|
@@ -141,14 +141,14 @@ body {
|
|
|
141
141
|
height: 60px;
|
|
142
142
|
margin: 10px;
|
|
143
143
|
background-repeat: no-repeat;
|
|
144
|
-
background-image: url(
|
|
144
|
+
background-image: url(555f60323063f2b68b6eac7ce9c45b19.svg);
|
|
145
145
|
}
|
|
146
146
|
.x-spreadsheet-banner-icon-s {
|
|
147
147
|
width: 30px;
|
|
148
148
|
height: 30px;
|
|
149
149
|
margin: 5px;
|
|
150
150
|
background-repeat: no-repeat;
|
|
151
|
-
background-image: url(
|
|
151
|
+
background-image: url(555f60323063f2b68b6eac7ce9c45b19.svg);
|
|
152
152
|
}
|
|
153
153
|
.x-spreadsheet-banner-filename {
|
|
154
154
|
width: max-content;
|
|
@@ -1250,7 +1250,7 @@ form fieldset select {
|
|
|
1250
1250
|
display: inline-block;
|
|
1251
1251
|
}
|
|
1252
1252
|
.x-spreadsheet-icon .x-spreadsheet-icon-img {
|
|
1253
|
-
background-image: url(
|
|
1253
|
+
background-image: url(a3b683289420fd8ec937908397907279.svg);
|
|
1254
1254
|
position: absolute;
|
|
1255
1255
|
width: 262px;
|
|
1256
1256
|
height: 444px;
|
|
@@ -1927,5 +1927,3 @@ dialog p {
|
|
|
1927
1927
|
width: 60px;
|
|
1928
1928
|
}
|
|
1929
1929
|
|
|
1930
|
-
|
|
1931
|
-
/*# sourceMappingURL=xspreadsheet.css.map*/
|