jspreadsheet 9.5.7 → 9.5.8
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.js +2 -2
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Jspreadsheet v9.5.
|
|
2
|
+
* Jspreadsheet v9.5.8
|
|
3
3
|
*
|
|
4
4
|
* Website: https://jspreadsheet.com
|
|
5
5
|
* Description: Create amazing web based spreadsheets.
|
|
@@ -15,7 +15,7 @@ if (! jSuites && typeof(require) === 'function') {
|
|
|
15
15
|
var jSuites = require('jsuites');
|
|
16
16
|
}
|
|
17
17
|
|
|
18
|
-
var _$_4fa6=["use strict","translate","length","{","}","replace","isArray","toUpperCase","","9.5.
|
|
18
|
+
var _$_4fa6=["use strict","translate","length","{","}","replace","isArray","toUpperCase","","9.5.8","Base","https://jspreadsheet.com","Unlicensed","Jspreadsheet Pro\r\n","edition"," edition ","version","\r\n","host","license","notification","y","id","value","rows","call","set","&","indexOf","<","g","<",">",">","=","!",'"',"substr","columns","options","name","data","undefined","number","path","records","v","editable","config","fullscreen","parent","element","current","contains","classList","add",
|
|
19
19
|
"remove","update","loading","display","style","block","string","getCoordsFromColumnName","readonly","push","x","firstChild","jss_rotate","transform","span","createElement","innerHTML","appendChild","rotate(","deg)","updateProperty","refresh","jss_hidden_index","table","status","div","textAlign","right","fontSize","10px","cursor","pointer","onclick","href","location","/v9","join","sha512","charCodeAt","fromCharCode","atob",",","split","parse","date","hostname","localhost","domain",".","scope","v9",
|
|
20
20
|
"getTime","demo","plan"," (Expired)","Licensed to: ","Premium","License required","A valid license is required","This version is not included on the scope of this license","Your license is expired. Please renew your certificate.","createTextNode","jspreadsheet","getItem","setItem","img","src","/jspreadsheet/","logo.png","none","defineProperty","attached","headers","removeChild","parentNode","colgroup","footers","content","visibleRows","nestedHeaders","children","thead","offsetHeight","create","headerContainer",
|
|
21
21
|
"insertBefore","colgroupContainer","tfoot","top","get","tbody","nextSibling","mergeCells","getColumnNameFromCoords","merged","prototype","getColumns","nested","px","freezeColumns","frozen","left","jss_frozen","offsetWidth","batch","visibleCols","data-y","getAttribute","scrollLeft","scrollWidth","limited","virtualizationX","getWidth","isVisible","width","cols","getAffected","sort","snapToGrid","marginLeft","freezeRows","scrollTop","scrollHeight","pagination","virtualizationY","results","getHeight",
|
package/package.json
CHANGED
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"data-spreadsheet"
|
|
20
20
|
],
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"jsuites": "^5.0.
|
|
23
|
-
"@jspreadsheet/formula": "^
|
|
22
|
+
"jsuites": "^5.0.27",
|
|
23
|
+
"@jspreadsheet/formula": "^2.0.2"
|
|
24
24
|
},
|
|
25
25
|
"main": "dist/index.js",
|
|
26
26
|
"types": "dist/index.d.ts",
|
|
27
|
-
"version": "9.5.
|
|
27
|
+
"version": "9.5.8"
|
|
28
28
|
}
|