jspreadsheet 10.0.1-beta.2 → 10.0.2-beta.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/dist/index.d.ts CHANGED
@@ -1470,8 +1470,8 @@ declare namespace jspreadsheet {
1470
1470
  getValidations: (validationIndex: number | null) => Validation | Validation[];
1471
1471
  /** Insert or update existing validations by index. Require the extension Validations. */
1472
1472
  setValidations: (validations: Validations[]) => void;
1473
- /** Reset validations by validation indexes. Require the extension Validations. */
1474
- resetValidations: (validationIndex: number | number[]) => void;
1473
+ /** Reset validations by validation indexes. Require the extension Validations. Undefined will remove all validations */
1474
+ resetValidations: (validationIndex?: number | number[]) => void;
1475
1475
  /** Load all validations rules from a cell based on its coordinates. */
1476
1476
  loadValidations: (xOrCell: number|object, y?: number) => object[];
1477
1477
  /** This method returns true when a cell has not passed all the validations defined for that cell. */
@@ -1519,4 +1519,4 @@ declare namespace jspreadsheet {
1519
1519
  }
1520
1520
  }
1521
1521
 
1522
- export default jspreadsheet;
1522
+ export = jspreadsheet;
package/dist/index.js CHANGED
@@ -15,7 +15,7 @@ if (! jSuites && typeof(require) === 'function') {
15
15
  var jSuites = require('jsuites');
16
16
  }
17
17
 
18
- var _$_cbec=["use strict","10.0.1","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 _$_cbec=["use strict","10.0.2","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.1-beta.2"
27
+ "version": "10.0.2-beta.2"
28
28
  }