jspreadsheet 11.0.18 → 11.0.20
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/dist/index.d.ts +11 -7
- package/dist/index.js +537 -541
- package/dist/jspreadsheet.css +4 -5
- package/package.json +2 -2
package/dist/jspreadsheet.css
CHANGED
|
@@ -408,11 +408,10 @@
|
|
|
408
408
|
}
|
|
409
409
|
|
|
410
410
|
.jss_dialog {
|
|
411
|
-
width: 100% !important;
|
|
412
411
|
height: 240px !important;
|
|
413
|
-
min-width: 340px;
|
|
414
|
-
min-height: 240px;
|
|
415
|
-
max-width: 340px;
|
|
412
|
+
min-width: 340px !important;
|
|
413
|
+
min-height: 240px !important;
|
|
414
|
+
max-width: 340px !important;
|
|
416
415
|
user-select:none;
|
|
417
416
|
box-shadow: 2px 2px 8px 2px rgba(0,0,0,0.14);
|
|
418
417
|
text-align:left;
|
|
@@ -446,7 +445,7 @@
|
|
|
446
445
|
position:absolute;
|
|
447
446
|
top:0;
|
|
448
447
|
right:0;
|
|
449
|
-
margin:
|
|
448
|
+
margin:10px;
|
|
450
449
|
content:'close';
|
|
451
450
|
font-family:'Material icons';
|
|
452
451
|
font-size:24px;
|
package/package.json
CHANGED
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"data spreadsheet"
|
|
21
21
|
],
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"jsuites": "^5.3.
|
|
23
|
+
"jsuites": "^5.3.4",
|
|
24
24
|
"@jspreadsheet/formula": "^2.0.2"
|
|
25
25
|
},
|
|
26
26
|
"main": "dist/index.js",
|
|
27
27
|
"types": "dist/index.d.ts",
|
|
28
|
-
"version": "11.0.
|
|
28
|
+
"version": "11.0.20"
|
|
29
29
|
}
|