gridjs-spreadsheet 23.10.0 → 23.10.2
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/89e181872624b4accdbbe25ec1eb47dc.svg +669 -0
- package/package.json +1 -1
- package/package.json.bak +1 -1
- package/xspreadsheet.css +5 -1
- package/xspreadsheet.js +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gridjs-spreadsheet",
|
|
3
|
-
"version": "23.10.
|
|
3
|
+
"version": "23.10.2",
|
|
4
4
|
"description": "A smart and simple to use Excel-like JavaScript Spreadsheet library allows you to view and edit spreadsheet file with ease and quick.",
|
|
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": "23.
|
|
3
|
+
"version": "23.10.1",
|
|
4
4
|
"description": "A smart and simple to use Excel-like JavaScript Spreadsheet library allows you to view and edit spreadsheet file with ease and quick.",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"main": "xspreadsheet.js",
|
package/xspreadsheet.css
CHANGED
|
@@ -1067,7 +1067,7 @@ form fieldset select {
|
|
|
1067
1067
|
display: inline-block;
|
|
1068
1068
|
}
|
|
1069
1069
|
.x-spreadsheet-icon .x-spreadsheet-icon-img {
|
|
1070
|
-
background-image: url(
|
|
1070
|
+
background-image: url(89e181872624b4accdbbe25ec1eb47dc.svg);
|
|
1071
1071
|
position: absolute;
|
|
1072
1072
|
width: 262px;
|
|
1073
1073
|
height: 444px;
|
|
@@ -1353,6 +1353,10 @@ form fieldset select {
|
|
|
1353
1353
|
left: -18px;
|
|
1354
1354
|
top: -90px;
|
|
1355
1355
|
}
|
|
1356
|
+
.x-spreadsheet-icon .x-spreadsheet-icon-img.insert-shape {
|
|
1357
|
+
left: -36px;
|
|
1358
|
+
top: -90px;
|
|
1359
|
+
}
|
|
1356
1360
|
.x-spreadsheet-formula-bar {
|
|
1357
1361
|
height: 25px;
|
|
1358
1362
|
line-height: 25px;
|