@progress/kendo-spreadsheet-common 1.2.11-develop.1 → 1.2.11

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-esm.js CHANGED
@@ -2208,7 +2208,8 @@ FUNCS$1["if"] = function(callback, args) {
2208
2208
  });
2209
2209
  };
2210
2210
 
2211
- FUNCS$1["φ"] = function(callback) {
2211
+ // Short for golden ratio (phi). `phi` is already used elsewhere as a key.
2212
+ FUNCS$1["gr"] = function(callback) {
2212
2213
  callback((1 + Math.sqrt(5)) / 2);
2213
2214
  };
2214
2215
 
package/dist/index.js CHANGED
@@ -2209,7 +2209,8 @@
2209
2209
  });
2210
2210
  };
2211
2211
 
2212
- FUNCS$1["φ"] = function(callback) {
2212
+ // Short for golden ratio (phi). `phi` is already used elsewhere as a key.
2213
+ FUNCS$1["gr"] = function(callback) {
2213
2214
  callback((1 + Math.sqrt(5)) / 2);
2214
2215
  };
2215
2216
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-spreadsheet-common",
3
3
  "description": "Kendo UI platform-independent Spreadsheet library",
4
- "version": "1.2.11-develop.1",
4
+ "version": "1.2.11",
5
5
  "keywords": [
6
6
  "Kendo UI"
7
7
  ],