jspreadsheet 10.0.7 → 10.0.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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Jspreadsheet v10.0.6
2
+ * Jspreadsheet v10.0.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 _$_510b=["use strict","10.0.7","Base","https://jspreadsheet.com","Unlicensed","Jspreadsheet Pro\r\n","edition"," edition ","version","\r\n","host","license","translate","length","{","}","replace","string","","toUpperCase","undefined","isNumeric","worksheetName","isArray","push"," are not available for this distribution","log","name","application","config","onerror","function","isVisible","notification",": ","message","format","mask","locale","options","decimal","@","y","id","value","rows","call",
18
+ var _$_510b=["use strict","10.0.8","Base","https://jspreadsheet.com","Unlicensed","Jspreadsheet Pro\r\n","edition"," edition ","version","\r\n","host","license","translate","length","{","}","replace","string","","toUpperCase","undefined","isNumeric","worksheetName","isArray","push"," are not available for this distribution","log","name","application","config","onerror","function","isVisible","notification",": ","message","format","mask","locale","options","decimal","@","y","id","value","rows","call",
19
19
  "set","stringify","parse","tabs","object","allowMoveWorksheet","maxWidth","offsetWidth","el","px","animation","onbeforecreate","createWorksheet","onclick","openWorksheet","onchangeposition","moveWorksheet","splice","jss","substr","style","_","join","map","entries",".jss > tbody > tr > td."," {\n","getElementById","createElement","appendChild","head","getElementsByTagName","innerHTML","\n","keys","sort","parent","=","!",">","<","&","indexOf","&lt;","g","&gt;",'"',"'","test","columns","dataType","number",
20
20
  "path","data","v","records","editable","fullscreen","element","current","contains","classList","add","remove","refresh","update","loading","display","block","readonly","readOnly","getCoordsFromColumnName","x","firstChild","jss_rotate","transform","span","rotate(","deg)","updateProperty","jss_hidden_index","table","status","div","textAlign","right","fontSize","10px","cursor","pointer","href","location","/v10","sha512","charCodeAt","fromCharCode","atob",",","split","date","hostname","localhost","domain",
21
21
  ".","scope","v10","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","results","offsetHeight","content","thead","getHeight","children","tbody","getWidth","headerContainer","height","visibleRows","spacing","scroll",
package/package.json CHANGED
@@ -24,5 +24,5 @@
24
24
  },
25
25
  "main": "dist/index.js",
26
26
  "types": "dist/index.d.ts",
27
- "version": "10.0.7"
27
+ "version": "10.0.8"
28
28
  }