jspreadsheet 11.0.4 → 11.0.5
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 +4 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Jspreadsheet v11.0.
|
|
2
|
+
* Jspreadsheet v11.0.5
|
|
3
3
|
*
|
|
4
4
|
* Website: https://jspreadsheet.com
|
|
5
5
|
* Description: Create amazing web based spreadsheets.
|
|
@@ -7,6 +7,8 @@
|
|
|
7
7
|
* This software requires a license. Visit: https://jspreadsheet.com/docs
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
|
+
'use strict';
|
|
11
|
+
|
|
10
12
|
if (! formula && typeof(require) === 'function') {
|
|
11
13
|
var formula = require('@jspreadsheet/formula');
|
|
12
14
|
}
|
|
@@ -15,7 +17,7 @@ if (! jSuites && typeof(require) === 'function') {
|
|
|
15
17
|
var jSuites = require('jsuites');
|
|
16
18
|
}
|
|
17
19
|
|
|
18
|
-
|
|
20
|
+
function a0_0x1e11(a,ra){const ha=a0_0x2f07();return a0_0x1e11=function(K,V){return ha[K-204]},a0_0x1e11(a,ra)}
|
|
19
21
|
function a0_0x2f07(){const a=["destroy","dispatch","getRowId","blur","red","large","display","onconfirm","onbeforecreateworksheet","Edit notes","add_photo_alternate","dictionary","Rename this worksheet","onchangefooter","csv","message","getDefinedNamesReferences","nextSibling","onbeforeselection","standardize","jss_helper","transform"," {\n","searchContainer","undefined","createDialog","updateAll","border_right","onevent","copying","newValue","Premium","text","'></div>","thead","marginTop","#DIV/0!",
|
|
20
22
|
"getSource","border_left","overflow","onbeforeformula","run","loadValidations","#NOTFOUND","forceUpdateOnPaste","class","getColumnGroup","parent","a text ","Sheet","header","isNumeric","top","var ","dropdown","tokenize","#SPILL","onbeforecomments","Flip to front","plugin","jss_hidden_index","data-action","onresetstyle","jss_dragging","rules","35366ztutTs","empty","freezeRows","getWidth","meta","checked","jss_object","collapse","onvalidation","#CALC!",'<table class="jss"><td>A</td></table>',"getMerge",
|
|
21
23
|
"style","clientY","hide","documentElement","color","parentGroup","onbeforedeletecolumn returned false","fill","getName","name","jss_number","setX","dateToNum","href","select","minDimensions","passive","hasOwnProperty","924995ZWxTIF","resetMeta","offsetWidth","setFilter","Begins with","Equal","destroyCell","ceil","properties","updateSelectionFromCoords","Bring to front","ctrl","parseOptions","Column not found","line","className","jclose","keydown"," = ","getSelection","contentEditable","fromLabel",
|
package/package.json
CHANGED