@progress/kendo-spreadsheet-common 1.2.6-develop.1 → 1.2.6-develop.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.js CHANGED
@@ -4,14 +4,12 @@
4
4
  (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.KendoSpreadsheetCommon = {}, global.KendoDrawing, global.KendoDateMath, global.KendoCommon, global.JSZip));
5
5
  })(this, (function (exports, kendoDrawing, kendoDateMath, kendoCommon, JSZip) { 'use strict';
6
6
 
7
- /* eslint-disable camelcase */
8
- /* eslint-disable no-nested-ternary */
9
7
  /* eslint-disable max-params */
10
8
  /* eslint-disable no-unused-vars */
11
- /* eslint-disable no-else-return */
12
- /* eslint-disable no-param-reassign */
13
- /* eslint-disable eqeqeq */
14
- /* eslint-disable no-bitwise */
9
+
10
+
11
+
12
+
15
13
 
16
14
  // WARNING
17
15
  // == into === to make JSHint happy will break functionality.
@@ -792,7 +790,7 @@
792
790
  return NULLREF;
793
791
  }
794
792
  simplify() {
795
- // eslint-disable-next-line max-len
793
+
796
794
  let u = new UnionRef(this.refs.reduce(function(a, ref) {
797
795
  ref = ref.simplify();
798
796
  if (ref !== NULLREF) {
@@ -945,7 +943,6 @@
945
943
  return "#SHEET";
946
944
  };
947
945
 
948
- /* eslint-disable key-spacing */
949
946
  const messages = {};
950
947
  messages.view = {
951
948
  nameBox: "Name Box",
@@ -1003,6 +1000,7 @@
1003
1000
  fileName: "Workbook.xlsx",
1004
1001
  forceProxy: false,
1005
1002
  proxyURL: "",
1003
+ applyProtection: false,
1006
1004
  },
1007
1005
  messages: messages,
1008
1006
  pdf: {
@@ -1079,8 +1077,6 @@
1079
1077
  R: 82
1080
1078
  };
1081
1079
 
1082
- /* eslint-disable no-nested-ternary */
1083
- /* eslint-disable no-param-reassign */
1084
1080
  /* eslint-disable no-prototype-builtins */
1085
1081
 
1086
1082
  const RX_UNICODE_LETTER = new RegExp("[\\u0041-\\u005A\\u0061-\\u007A\\u00AA\\u00B5\\u00BA\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02C1\\u02C6-\\u02D1\\u02E0-\\u02E4\\u02EC\\u02EE\\u0370-\\u0374\\u0376\\u0377\\u037A-\\u037D\\u037F\\u0386\\u0388-\\u038A\\u038C\\u038E-\\u03A1\\u03A3-\\u03F5\\u03F7-\\u0481\\u048A-\\u052F\\u0531-\\u0556\\u0559\\u0561-\\u0587\\u05D0-\\u05EA\\u05F0-\\u05F2\\u0620-\\u064A\\u066E\\u066F\\u0671-\\u06D3\\u06D5\\u06E5\\u06E6\\u06EE\\u06EF\\u06FA-\\u06FC\\u06FF\\u0710\\u0712-\\u072F\\u074D-\\u07A5\\u07B1\\u07CA-\\u07EA\\u07F4\\u07F5\\u07FA\\u0800-\\u0815\\u081A\\u0824\\u0828\\u0840-\\u0858\\u08A0-\\u08B2\\u0904-\\u0939\\u093D\\u0950\\u0958-\\u0961\\u0971-\\u0980\\u0985-\\u098C\\u098F\\u0990\\u0993-\\u09A8\\u09AA-\\u09B0\\u09B2\\u09B6-\\u09B9\\u09BD\\u09CE\\u09DC\\u09DD\\u09DF-\\u09E1\\u09F0\\u09F1\\u0A05-\\u0A0A\\u0A0F\\u0A10\\u0A13-\\u0A28\\u0A2A-\\u0A30\\u0A32\\u0A33\\u0A35\\u0A36\\u0A38\\u0A39\\u0A59-\\u0A5C\\u0A5E\\u0A72-\\u0A74\\u0A85-\\u0A8D\\u0A8F-\\u0A91\\u0A93-\\u0AA8\\u0AAA-\\u0AB0\\u0AB2\\u0AB3\\u0AB5-\\u0AB9\\u0ABD\\u0AD0\\u0AE0\\u0AE1\\u0B05-\\u0B0C\\u0B0F\\u0B10\\u0B13-\\u0B28\\u0B2A-\\u0B30\\u0B32\\u0B33\\u0B35-\\u0B39\\u0B3D\\u0B5C\\u0B5D\\u0B5F-\\u0B61\\u0B71\\u0B83\\u0B85-\\u0B8A\\u0B8E-\\u0B90\\u0B92-\\u0B95\\u0B99\\u0B9A\\u0B9C\\u0B9E\\u0B9F\\u0BA3\\u0BA4\\u0BA8-\\u0BAA\\u0BAE-\\u0BB9\\u0BD0\\u0C05-\\u0C0C\\u0C0E-\\u0C10\\u0C12-\\u0C28\\u0C2A-\\u0C39\\u0C3D\\u0C58\\u0C59\\u0C60\\u0C61\\u0C85-\\u0C8C\\u0C8E-\\u0C90\\u0C92-\\u0CA8\\u0CAA-\\u0CB3\\u0CB5-\\u0CB9\\u0CBD\\u0CDE\\u0CE0\\u0CE1\\u0CF1\\u0CF2\\u0D05-\\u0D0C\\u0D0E-\\u0D10\\u0D12-\\u0D3A\\u0D3D\\u0D4E\\u0D60\\u0D61\\u0D7A-\\u0D7F\\u0D85-\\u0D96\\u0D9A-\\u0DB1\\u0DB3-\\u0DBB\\u0DBD\\u0DC0-\\u0DC6\\u0E01-\\u0E30\\u0E32\\u0E33\\u0E40-\\u0E46\\u0E81\\u0E82\\u0E84\\u0E87\\u0E88\\u0E8A\\u0E8D\\u0E94-\\u0E97\\u0E99-\\u0E9F\\u0EA1-\\u0EA3\\u0EA5\\u0EA7\\u0EAA\\u0EAB\\u0EAD-\\u0EB0\\u0EB2\\u0EB3\\u0EBD\\u0EC0-\\u0EC4\\u0EC6\\u0EDC-\\u0EDF\\u0F00\\u0F40-\\u0F47\\u0F49-\\u0F6C\\u0F88-\\u0F8C\\u1000-\\u102A\\u103F\\u1050-\\u1055\\u105A-\\u105D\\u1061\\u1065\\u1066\\u106E-\\u1070\\u1075-\\u1081\\u108E\\u10A0-\\u10C5\\u10C7\\u10CD\\u10D0-\\u10FA\\u10FC-\\u1248\\u124A-\\u124D\\u1250-\\u1256\\u1258\\u125A-\\u125D\\u1260-\\u1288\\u128A-\\u128D\\u1290-\\u12B0\\u12B2-\\u12B5\\u12B8-\\u12BE\\u12C0\\u12C2-\\u12C5\\u12C8-\\u12D6\\u12D8-\\u1310\\u1312-\\u1315\\u1318-\\u135A\\u1380-\\u138F\\u13A0-\\u13F4\\u1401-\\u166C\\u166F-\\u167F\\u1681-\\u169A\\u16A0-\\u16EA\\u16EE-\\u16F8\\u1700-\\u170C\\u170E-\\u1711\\u1720-\\u1731\\u1740-\\u1751\\u1760-\\u176C\\u176E-\\u1770\\u1780-\\u17B3\\u17D7\\u17DC\\u1820-\\u1877\\u1880-\\u18A8\\u18AA\\u18B0-\\u18F5\\u1900-\\u191E\\u1950-\\u196D\\u1970-\\u1974\\u1980-\\u19AB\\u19C1-\\u19C7\\u1A00-\\u1A16\\u1A20-\\u1A54\\u1AA7\\u1B05-\\u1B33\\u1B45-\\u1B4B\\u1B83-\\u1BA0\\u1BAE\\u1BAF\\u1BBA-\\u1BE5\\u1C00-\\u1C23\\u1C4D-\\u1C4F\\u1C5A-\\u1C7D\\u1CE9-\\u1CEC\\u1CEE-\\u1CF1\\u1CF5\\u1CF6\\u1D00-\\u1DBF\\u1E00-\\u1F15\\u1F18-\\u1F1D\\u1F20-\\u1F45\\u1F48-\\u1F4D\\u1F50-\\u1F57\\u1F59\\u1F5B\\u1F5D\\u1F5F-\\u1F7D\\u1F80-\\u1FB4\\u1FB6-\\u1FBC\\u1FBE\\u1FC2-\\u1FC4\\u1FC6-\\u1FCC\\u1FD0-\\u1FD3\\u1FD6-\\u1FDB\\u1FE0-\\u1FEC\\u1FF2-\\u1FF4\\u1FF6-\\u1FFC\\u2071\\u207F\\u2090-\\u209C\\u2102\\u2107\\u210A-\\u2113\\u2115\\u2119-\\u211D\\u2124\\u2126\\u2128\\u212A-\\u212D\\u212F-\\u2139\\u213C-\\u213F\\u2145-\\u2149\\u214E\\u2160-\\u2188\\u2C00-\\u2C2E\\u2C30-\\u2C5E\\u2C60-\\u2CE4\\u2CEB-\\u2CEE\\u2CF2\\u2CF3\\u2D00-\\u2D25\\u2D27\\u2D2D\\u2D30-\\u2D67\\u2D6F\\u2D80-\\u2D96\\u2DA0-\\u2DA6\\u2DA8-\\u2DAE\\u2DB0-\\u2DB6\\u2DB8-\\u2DBE\\u2DC0-\\u2DC6\\u2DC8-\\u2DCE\\u2DD0-\\u2DD6\\u2DD8-\\u2DDE\\u2E2F\\u3005-\\u3007\\u3021-\\u3029\\u3031-\\u3035\\u3038-\\u303C\\u3041-\\u3096\\u309D-\\u309F\\u30A1-\\u30FA\\u30FC-\\u30FF\\u3105-\\u312D\\u3131-\\u318E\\u31A0-\\u31BA\\u31F0-\\u31FF\\u3400-\\u4DB5\\u4E00-\\u9FCC\\uA000-\\uA48C\\uA4D0-\\uA4FD\\uA500-\\uA60C\\uA610-\\uA61F\\uA62A\\uA62B\\uA640-\\uA66E\\uA67F-\\uA69D\\uA6A0-\\uA6EF\\uA717-\\uA71F\\uA722-\\uA788\\uA78B-\\uA78E\\uA790-\\uA7AD\\uA7B0\\uA7B1\\uA7F7-\\uA801\\uA803-\\uA805\\uA807-\\uA80A\\uA80C-\\uA822\\uA840-\\uA873\\uA882-\\uA8B3\\uA8F2-\\uA8F7\\uA8FB\\uA90A-\\uA925\\uA930-\\uA946\\uA960-\\uA97C\\uA984-\\uA9B2\\uA9CF\\uA9E0-\\uA9E4\\uA9E6-\\uA9EF\\uA9FA-\\uA9FE\\uAA00-\\uAA28\\uAA40-\\uAA42\\uAA44-\\uAA4B\\uAA60-\\uAA76\\uAA7A\\uAA7E-\\uAAAF\\uAAB1\\uAAB5\\uAAB6\\uAAB9-\\uAABD\\uAAC0\\uAAC2\\uAADB-\\uAADD\\uAAE0-\\uAAEA\\uAAF2-\\uAAF4\\uAB01-\\uAB06\\uAB09-\\uAB0E\\uAB11-\\uAB16\\uAB20-\\uAB26\\uAB28-\\uAB2E\\uAB30-\\uAB5A\\uAB5C-\\uAB5F\\uAB64\\uAB65\\uABC0-\\uABE2\\uAC00-\\uD7A3\\uD7B0-\\uD7C6\\uD7CB-\\uD7FB\\uF900-\\uFA6D\\uFA70-\\uFAD9\\uFB00-\\uFB06\\uFB13-\\uFB17\\uFB1D\\uFB1F-\\uFB28\\uFB2A-\\uFB36\\uFB38-\\uFB3C\\uFB3E\\uFB40\\uFB41\\uFB43\\uFB44\\uFB46-\\uFBB1\\uFBD3-\\uFD3D\\uFD50-\\uFD8F\\uFD92-\\uFDC7\\uFDF0-\\uFDFB\\uFE70-\\uFE74\\uFE76-\\uFEFC\\uFF21-\\uFF3A\\uFF41-\\uFF5A\\uFF66-\\uFFBE\\uFFC2-\\uFFC7\\uFFCA-\\uFFCF\\uFFD2-\\uFFD7\\uFFDA-\\uFFDC]");
@@ -1344,7 +1340,7 @@
1344
1340
  const _activeElement$1 = function() {
1345
1341
  try {
1346
1342
  return document.activeElement;
1347
- } catch (e) {
1343
+ } catch {
1348
1344
  return document.documentElement.activeElement;
1349
1345
  }
1350
1346
  };
@@ -1409,9 +1405,7 @@
1409
1405
  }
1410
1406
 
1411
1407
  /* eslint-disable max-params */
1412
- /* eslint-disable complexity */
1413
- /* eslint-disable no-unused-vars */
1414
-
1408
+
1415
1409
 
1416
1410
  let calc = {
1417
1411
  runtime: {
@@ -2917,8 +2911,6 @@
2917
2911
  calc.runtime.InputStream = InputStream;
2918
2912
  calc.runtime.ParseError = ParseError;
2919
2913
 
2920
- /* eslint-disable indent */
2921
-
2922
2914
  function Node() {
2923
2915
  this.node = null;
2924
2916
  }
@@ -4137,30 +4129,6 @@
4137
4129
  makeDateFormat: makeDateFormat
4138
4130
  };
4139
4131
 
4140
- /* eslint-disable no-nested-ternary */
4141
- /* eslint-disable space-infix-ops */
4142
- /* eslint-disable indent */
4143
- /* eslint-disable no-empty */
4144
- /* eslint-disable no-loop-func */
4145
- /* eslint-disable consistent-return */
4146
- /* eslint-disable block-scoped-var */
4147
- /* eslint-disable no-redeclare */
4148
- /* eslint-disable no-var */
4149
- /* eslint-disable eqeqeq */
4150
- /* eslint-disable complexity */
4151
- /* eslint-disable max-params */
4152
- /* eslint-disable no-implicit-coercion */
4153
- /* eslint-disable key-spacing */
4154
- /* eslint-disable default-case */
4155
- /* eslint-disable camelcase */
4156
- /* eslint-disable brace-style */
4157
- /* eslint-disable no-else-return */
4158
- /* eslint-disable no-constant-condition */
4159
- /* eslint-disable no-param-reassign */
4160
- /* eslint-disable space-before-blocks */
4161
- /* eslint-disable no-unused-labels */
4162
-
4163
-
4164
4132
  const kendo = createKendoObj(calc, CalcError, Ref, CellRef, RangeRef);
4165
4133
  calc.kendo = kendo; // XXX
4166
4134
  calc.formatting = formatting;
@@ -5766,8 +5734,6 @@
5766
5734
 
5767
5735
  calc.ValidationFormulaContext = ValidationFormulaContext;
5768
5736
 
5769
- /* eslint-disable no-param-reassign */
5770
-
5771
5737
  let KEY_NAMES$1 = {
5772
5738
  8: 'backspace',
5773
5739
  9: 'tab',
@@ -5964,14 +5930,6 @@
5964
5930
  }
5965
5931
  }
5966
5932
 
5967
- /* eslint-disable default-case */
5968
- /* eslint-disable no-else-return */
5969
- /* eslint-disable key-spacing */
5970
- /* eslint-disable eqeqeq */
5971
- /* eslint-disable brace-style */
5972
- /* eslint-disable consistent-return */
5973
-
5974
-
5975
5933
  let alphaNumRegExp = /:alphanum$/;
5976
5934
 
5977
5935
  let ACTIONS = {
@@ -7813,11 +7771,6 @@
7813
7771
  }
7814
7772
  }
7815
7773
 
7816
- /* eslint-disable default-case */
7817
- /* eslint-disable camelcase */
7818
- /* eslint-disable no-param-reassign */
7819
-
7820
-
7821
7774
  class Property {
7822
7775
  constructor(list) {
7823
7776
  this.list = list;
@@ -8139,12 +8092,6 @@
8139
8092
  return a;
8140
8093
  }, [ "borderTop", "borderRight", "borderBottom", "borderLeft" ]);
8141
8094
 
8142
- /* eslint-disable no-param-reassign */
8143
- /* eslint-disable no-useless-call */
8144
- /* eslint-disable camelcase */
8145
- /* eslint-disable default-case */
8146
-
8147
-
8148
8095
  function compileValidation(sheet, row, col, validation) {
8149
8096
  let validationHandler;
8150
8097
  let comparer;
@@ -8477,29 +8424,6 @@
8477
8424
  };
8478
8425
  validationExport.Validation = Validation;
8479
8426
 
8480
- /* eslint-disable no-nested-ternary */
8481
- /* eslint-disable curly */
8482
- /* eslint-disable space-infix-ops */
8483
- /* eslint-disable indent */
8484
- /* eslint-disable no-empty */
8485
- /* eslint-disable no-loop-func */
8486
- /* eslint-disable consistent-return */
8487
- /* eslint-disable block-scoped-var */
8488
- /* eslint-disable no-redeclare */
8489
- /* eslint-disable no-var */
8490
- /* eslint-disable eqeqeq */
8491
- /* eslint-disable complexity */
8492
- /* eslint-disable max-params */
8493
- /* eslint-disable no-implicit-coercion */
8494
- /* eslint-disable key-spacing */
8495
- /* eslint-disable default-case */
8496
- /* eslint-disable camelcase */
8497
- /* eslint-disable brace-style */
8498
- /* eslint-disable no-else-return */
8499
- /* eslint-disable no-constant-condition */
8500
- /* eslint-disable no-param-reassign */
8501
- /* eslint-disable space-before-blocks */
8502
-
8503
8427
  const { measureText } = kendoDrawing.drawing.util;
8504
8428
 
8505
8429
  let PROPERTIES = [
@@ -9285,7 +9209,7 @@
9285
9209
  } else {
9286
9210
  range.input(cellState.value);
9287
9211
  }
9288
- } catch (ex) {
9212
+ } catch {
9289
9213
  range._set("value", cellState.value);
9290
9214
  }
9291
9215
  } else {
@@ -9793,8 +9717,6 @@
9793
9717
  return t;
9794
9718
  }
9795
9719
 
9796
- /* eslint-disable no-loop-func */
9797
- /* eslint-disable no-param-reassign */
9798
9720
  const STRING$1 = 'string';
9799
9721
  const FUNCTION = 'function';
9800
9722
 
@@ -9984,12 +9906,10 @@
9984
9906
  }
9985
9907
  }
9986
9908
 
9987
- /* eslint-disable no-param-reassign */
9988
-
9989
9909
  const _activeElement = function() {
9990
9910
  try {
9991
9911
  return document.activeElement;
9992
- } catch (e) {
9912
+ } catch {
9993
9913
  return document.documentElement.activeElement;
9994
9914
  }
9995
9915
  };
@@ -10407,11 +10327,11 @@
10407
10327
  return { values: this.values.iterator(0, 0), offset: 0 };
10408
10328
  }
10409
10329
  let startOffset = start - startSegment.start;
10410
- // eslint-disable-next-line no-bitwise
10330
+
10411
10331
  let startIndex = ((startOffset / startSegment.value.value) >> 0) + startSegment.value.start;
10412
10332
  let offset = startOffset - (startIndex - startSegment.value.start) * startSegment.value.value;
10413
10333
  let endOffset = end - endSegment.start;
10414
- // eslint-disable-next-line no-bitwise
10334
+
10415
10335
  let endIndex = ((endOffset / endSegment.value.value) >> 0) + endSegment.value.start;
10416
10336
  if (endIndex > endSegment.value.end) {
10417
10337
  endIndex = endSegment.value.end;
@@ -10558,9 +10478,6 @@
10558
10478
  }
10559
10479
  }
10560
10480
 
10561
- /* eslint-disable no-param-reassign */
10562
- /* eslint-disable camelcase */
10563
-
10564
10481
  class Rectangle {
10565
10482
  constructor(left, top, width, height) {
10566
10483
  this.left = left;
@@ -10946,11 +10863,6 @@
10946
10863
  return Sorter.ascendingComparer(b, a);
10947
10864
  };
10948
10865
 
10949
- /* eslint-disable no-constant-condition */
10950
- /* eslint-disable key-spacing */
10951
- /* eslint-disable no-param-reassign */
10952
-
10953
-
10954
10866
  class AxisManager {
10955
10867
  constructor(sheet) {
10956
10868
  this._sheet = sheet;
@@ -11182,8 +11094,6 @@
11182
11094
  }
11183
11095
  }
11184
11096
 
11185
- /* eslint-disable no-param-reassign */
11186
-
11187
11097
  class AutoFillCalculator {
11188
11098
  constructor(grid) {
11189
11099
  this._grid = grid;
@@ -11259,23 +11169,6 @@
11259
11169
  }
11260
11170
  }
11261
11171
 
11262
- /* eslint-disable max-params */
11263
- /* eslint-disable no-empty */
11264
- /* eslint-disable no-loop-func */
11265
- /* eslint-disable consistent-return */
11266
- /* eslint-disable block-scoped-var */
11267
- /* eslint-disable no-redeclare */
11268
- /* eslint-disable no-var */
11269
- /* eslint-disable eqeqeq */
11270
- /* eslint-disable complexity */
11271
- /* eslint-disable no-implicit-coercion */
11272
- /* eslint-disable brace-style */
11273
- /* eslint-disable key-spacing */
11274
- /* eslint-disable no-else-return */
11275
- /* eslint-disable default-case */
11276
- /* eslint-disable no-param-reassign */
11277
-
11278
-
11279
11172
  class EdgeNavigator {
11280
11173
  constructor(field, axis, rangeGetter, union) {
11281
11174
  this.rangeGetter = rangeGetter;
@@ -11948,23 +11841,6 @@
11948
11841
  };
11949
11842
  }
11950
11843
 
11951
- /* eslint-disable max-params */
11952
- /* eslint-disable no-empty */
11953
- /* eslint-disable no-loop-func */
11954
- /* eslint-disable consistent-return */
11955
- /* eslint-disable block-scoped-var */
11956
- /* eslint-disable no-redeclare */
11957
- /* eslint-disable no-var */
11958
- /* eslint-disable eqeqeq */
11959
- /* eslint-disable complexity */
11960
- /* eslint-disable no-implicit-coercion */
11961
- /* eslint-disable brace-style */
11962
- /* eslint-disable key-spacing */
11963
- /* eslint-disable no-else-return */
11964
- /* eslint-disable default-case */
11965
- /* eslint-disable no-param-reassign */
11966
-
11967
-
11968
11844
  function numberToDate(val) {
11969
11845
  return val == null ? null : calc.runtime.serialToDate(val);
11970
11846
  }
@@ -12224,12 +12100,6 @@
12224
12100
  };
12225
12101
  })();
12226
12102
 
12227
- /* eslint-disable no-var */
12228
- /* eslint-disable no-implicit-coercion */
12229
- /* eslint-disable no-param-reassign */
12230
- /* eslint-disable no-loop-func */
12231
-
12232
-
12233
12103
  const logic = {
12234
12104
  or: {
12235
12105
  concat: (acc, fn) => (a) => acc(a) || fn(a),
@@ -12357,23 +12227,6 @@
12357
12227
  .reduce(combiner.concat, combiner.identity);
12358
12228
  };
12359
12229
 
12360
- /* eslint-disable max-params */
12361
- /* eslint-disable no-empty */
12362
- /* eslint-disable no-loop-func */
12363
- /* eslint-disable consistent-return */
12364
- /* eslint-disable block-scoped-var */
12365
- /* eslint-disable no-redeclare */
12366
- /* eslint-disable no-var */
12367
- /* eslint-disable eqeqeq */
12368
- /* eslint-disable complexity */
12369
- /* eslint-disable no-implicit-coercion */
12370
- /* eslint-disable brace-style */
12371
- /* eslint-disable key-spacing */
12372
- /* eslint-disable no-else-return */
12373
- /* eslint-disable default-case */
12374
- /* eslint-disable no-param-reassign */
12375
-
12376
-
12377
12230
  let filtersObj = {};
12378
12231
  const dateToSerial$1 = calc.runtime.dateToSerial;
12379
12232
  const serialToDate$1 = calc.runtime.serialToDate;
@@ -12823,21 +12676,7 @@
12823
12676
  }
12824
12677
 
12825
12678
  /* eslint-disable max-params */
12826
- /* eslint-disable no-empty */
12827
- /* eslint-disable no-loop-func */
12828
- /* eslint-disable consistent-return */
12829
- /* eslint-disable block-scoped-var */
12830
- /* eslint-disable no-redeclare */
12831
- /* eslint-disable no-var */
12832
- /* eslint-disable eqeqeq */
12833
- /* eslint-disable complexity */
12834
- /* eslint-disable no-implicit-coercion */
12835
- /* eslint-disable brace-style */
12836
- /* eslint-disable key-spacing */
12837
- /* eslint-disable no-else-return */
12838
- /* eslint-disable default-case */
12839
- /* eslint-disable no-param-reassign */
12840
-
12679
+
12841
12680
 
12842
12681
  // This is a “dynamic variable” (see Greenspun's 10th rule). It's
12843
12682
  // bound to an array via sheet._saveModifiedFormulas (which see)
@@ -14910,8 +14749,6 @@
14910
14749
  return new Drawing(args);
14911
14750
  };
14912
14751
 
14913
- /* eslint-disable no-param-reassign */
14914
- /* eslint-disable key-spacing */
14915
14752
  let PAPER_SIZE = {
14916
14753
  a0 : [ 2383.94 , 3370.39 ],
14917
14754
  a1 : [ 1683.78 , 2383.94 ],
@@ -15041,15 +14878,6 @@
15041
14878
  return { paperSize: paperSize, margin: margin };
15042
14879
  }
15043
14880
 
15044
- /* eslint-disable no-nested-ternary */
15045
- /* eslint-disable default-case */
15046
- /* eslint-disable no-implicit-coercion */
15047
- /* eslint-disable no-else-return */
15048
- /* eslint-disable key-spacing */
15049
- /* eslint-disable eqeqeq */
15050
- /* eslint-disable no-param-reassign */
15051
-
15052
-
15053
14881
  let GUIDELINE_WIDTH = 0.8;
15054
14882
 
15055
14883
  // This takes a list of row heights and the page height, and
@@ -16085,6 +15913,7 @@
16085
15913
 
16086
15914
  const RESIZE_HANDLE_WIDTH = 7;
16087
15915
  const EDIT_BUTTON_WIDTH = 20;
15916
+ const CELL_PADDING_RIGHT = 3;
16088
15917
  const DOT = ".";
16089
15918
 
16090
15919
  const viewClassNames = {
@@ -16407,7 +16236,7 @@
16407
16236
  children.push(this.renderData(args));
16408
16237
 
16409
16238
  if (!sheet._activeDrawing) {
16410
- children.push(this.renderSelection(scroller));
16239
+ children.push(this.renderSelection());
16411
16240
  }
16412
16241
 
16413
16242
  children.push(this.renderAutoFill());
@@ -16572,6 +16401,7 @@
16572
16401
  let cls = null;
16573
16402
  let absRow = cell.row + view.ref.topLeft.row;
16574
16403
  let absCol = cell.col + view.ref.topLeft.col;
16404
+ let hasButton = false;
16575
16405
  if (sheet._activeDrawing) {
16576
16406
  let ref = sheet._activeDrawing.topLeftCell;
16577
16407
  if (ref && ref.row === absRow && ref.col === absCol) {
@@ -16586,10 +16416,16 @@
16586
16416
  if (sheet.singleCellSelection()) {
16587
16417
  cls.push(Pane.classNames.single);
16588
16418
  }
16419
+ if (this._renderCustomEditorButton(cont.children, cell)) {
16420
+ hasButton = true;
16421
+ }
16589
16422
  cls = cls.join(" ");
16590
16423
  }
16591
16424
  borders.add(cell);
16592
- drawCell(cont.children, cell, cls, showGridLines);
16425
+ var cellDiv = drawCell(cont.children, cell, cls, showGridLines);
16426
+ if (hasButton) {
16427
+ cellDiv.attr.style.paddingRight = (EDIT_BUTTON_WIDTH + CELL_PADDING_RIGHT) + "px";
16428
+ }
16593
16429
  if (cell.comment && sheet._commentRef &&
16594
16430
  absRow === sheet._commentRef.row && absCol === sheet._commentRef.col) {
16595
16431
  let ttOffset = 4;
@@ -16804,12 +16640,11 @@
16804
16640
 
16805
16641
  }
16806
16642
 
16807
- renderSelection(scroller) {
16643
+ renderSelection() {
16808
16644
  let classNames = Pane.classNames;
16809
16645
  let selections = [];
16810
16646
  let selectionClasses = [classNames.selection];
16811
16647
  let sheet = this._sheet;
16812
- let activeCell = sheet.activeCell().toRangeRef();
16813
16648
  let selection = sheet.select();
16814
16649
 
16815
16650
  selectionClasses = selectionClasses.concat(this._activeFormulaColor());
@@ -16828,8 +16663,6 @@
16828
16663
  }
16829
16664
  }.bind(this));
16830
16665
 
16831
- this._renderCustomEditorButton(selections, activeCell, scroller);
16832
-
16833
16666
  return dom.element("div", { className: classNames.selectionWrapper }, selections);
16834
16667
  }
16835
16668
 
@@ -16888,42 +16721,26 @@
16888
16721
  return div;
16889
16722
  }
16890
16723
 
16891
- _renderCustomEditorButton(collection, ref, scroller) {
16724
+ _renderCustomEditorButton(collection, cell) {
16892
16725
  let self = this;
16893
- let sheet = self._sheet;
16894
- let view = self._currentView;
16895
- let columnCount = self._grid.columns._axis._count;
16726
+ let sheet = this._sheet;
16896
16727
  let ed = sheet.activeCellCustomEditor();
16897
-
16898
- if (ed && view.ref.intersects(ref)) {
16899
- let rectangle = self._rectangle(ref);
16900
- sheet.forEach(ref.collapse(), function(row, col, cell) {
16901
- cell.left = rectangle.left;
16902
- cell.top = rectangle.top;
16903
- cell.width = rectangle.width;
16904
- cell.height = rectangle.height;
16905
-
16906
- let btnClass = "k-button k-button-md k-rounded-md k-button-solid k-button-solid-base k-spreadsheet-editor-button";
16907
- let isLastColumn = col === columnCount - 1 || self._buttonOutOfVisiblePane(row, col, scroller);
16908
- if (isLastColumn) {
16909
- btnClass += " k-spreadsheet-last-column";
16910
- }
16911
- self._editorInLastColumn = isLastColumn;
16912
- let btn = dom.element("div", {
16913
- className: btnClass,
16914
- style: {
16915
- left : (cell.left + (isLastColumn ? 0 : cell.width)) + "px",
16916
- top : cell.top + "px",
16917
- height : cell.height + "px"
16918
- }
16919
- });
16920
-
16921
- if (ed.icon) {
16922
- btn.children.push(self.icon(ed.icon));
16728
+ if (ed) {
16729
+ let btnClass = "k-button k-button-md k-rounded-md k-button-solid k-button-solid-base k-spreadsheet-editor-button";
16730
+ let btn = dom.element("div", {
16731
+ className: btnClass,
16732
+ style: {
16733
+ left : (cell.left + cell.width - EDIT_BUTTON_WIDTH) + "px",
16734
+ top : (cell.top + 1) + "px",
16735
+ height : (cell.height - 2) + "px",
16736
+ width : EDIT_BUTTON_WIDTH + "px",
16923
16737
  }
16924
-
16925
- collection.push(btn);
16926
16738
  });
16739
+ if (ed.icon) {
16740
+ btn.children.push(self.icon(ed.icon));
16741
+ }
16742
+ collection.push(btn);
16743
+ return true;
16927
16744
  }
16928
16745
  }
16929
16746
 
@@ -16995,13 +16812,6 @@
16995
16812
  });
16996
16813
  }
16997
16814
 
16998
- /* eslint-disable no-unused-vars */
16999
- /* eslint-disable no-param-reassign */
17000
- /* eslint-disable no-else-return */
17001
- /* eslint-disable no-multi-spaces */
17002
- /* eslint-disable no-nested-ternary */
17003
-
17004
-
17005
16815
  let styles = [
17006
16816
  "font-family",
17007
16817
  "font-size",
@@ -17861,15 +17671,6 @@
17861
17671
  }
17862
17672
  }
17863
17673
 
17864
- /* eslint-disable complexity */
17865
- /* eslint-disable consistent-return */
17866
- /* eslint-disable default-case */
17867
- /* eslint-disable no-implicit-coercion */
17868
- /* eslint-disable no-nested-ternary */
17869
- /* eslint-disable key-spacing */
17870
- /* eslint-disable no-param-reassign */
17871
-
17872
-
17873
17674
  function selectElementContents(el) {
17874
17675
  let sel = window.getSelection();
17875
17676
  sel.removeAllRanges();
@@ -18341,15 +18142,12 @@
18341
18142
  return Math.abs(rectangle.right - x) < 8 && Math.abs(rectangle.bottom - y) < 8;
18342
18143
  }
18343
18144
 
18344
- isEditButton(x, y, pane) {
18145
+ isEditButton(x, y) {
18345
18146
  let ed = this._sheet.activeCellCustomEditor();
18346
18147
  if (ed) {
18347
18148
  let r = this.activeCellRectangle();
18348
- // XXX: hard-coded button width (20)
18349
-
18350
18149
  if (y >= r.top && y <= r.bottom) {
18351
- return pane._editorInLastColumn ? x < r.left && x >= r.left - EDIT_BUTTON_WIDTH
18352
- : x > r.right && x <= r.right + EDIT_BUTTON_WIDTH;
18150
+ return x < r.right && x >= r.right - EDIT_BUTTON_WIDTH;
18353
18151
  }
18354
18152
  }
18355
18153
  }
@@ -18437,7 +18235,7 @@
18437
18235
  ref = new CellRef(-Infinity, column);
18438
18236
  type = "columnresizehandle";
18439
18237
  }
18440
- } else if (this.isEditButton(x, y, pane)) {
18238
+ } else if (this.isEditButton(x, y)) {
18441
18239
  type = "editor";
18442
18240
  }
18443
18241
 
@@ -19256,12 +19054,6 @@
19256
19054
  return state;
19257
19055
  }
19258
19056
 
19259
- /* eslint-disable no-else-return */
19260
- /* eslint-disable consistent-return */
19261
- /* eslint-disable space-before-blocks */
19262
- /* eslint-disable no-implicit-coercion */
19263
-
19264
-
19265
19057
  let COMMAND_TYPES = {
19266
19058
  AUTO_FILL: "autoFill",
19267
19059
  CLEAR: "clear",
@@ -20711,7 +20503,6 @@
20711
20503
  }
20712
20504
  }
20713
20505
 
20714
- /* eslint-disable no-param-reassign */
20715
20506
  // SAX-style XML parser ====================================================
20716
20507
  let STRING = String.fromCharCode;
20717
20508
 
@@ -21081,13 +20872,7 @@
21081
20872
  }
21082
20873
 
21083
20874
  /* eslint-disable complexity */
21084
- /* eslint-disable camelcase */
21085
- /* eslint-disable key-spacing */
21086
- /* eslint-disable no-nested-ternary */
21087
- /* eslint-disable brace-style */
21088
- /* eslint-disable no-implicit-coercion */
21089
- /* eslint-disable no-loop-func */
21090
- /* eslint-disable no-param-reassign */
20875
+
21091
20876
 
21092
20877
  // WARNING: removing the following jshint declaration and turning
21093
20878
  // == into === to make JSHint happy will break functionality.
@@ -21385,6 +21170,7 @@
21385
21170
  let valueFilterValues;
21386
21171
  let filters = [];
21387
21172
  let deferredStyles = [];
21173
+ let applyProtection = Boolean(sheet._workbook?.options?.excel?.applyProtection);
21388
21174
 
21389
21175
  ERROR_LOG = sheet._workbook.excelImportErrors;
21390
21176
 
@@ -21493,7 +21279,7 @@
21493
21279
  if (target) {
21494
21280
  sheet.range(attrs.ref).link(target);
21495
21281
  }
21496
- } else if (this.is(SEL_PROTECTION)) {
21282
+ } else if (applyProtection && this.is(SEL_PROTECTION)) {
21497
21283
  if (attrs.sheet) {
21498
21284
  sheet.range(SHEETREF).enable(false);
21499
21285
  }
@@ -21971,6 +21757,7 @@
21971
21757
 
21972
21758
  function applyStyle(sheet, ref, styles, styleIndex) {
21973
21759
  let range = sheet.range(ref);
21760
+ let applyProtection = Boolean(sheet._workbook?.options?.excel?.applyProtection);
21974
21761
  let xf = styles.inlineStyles[styleIndex], base, value;
21975
21762
  if (xf.xfId) {
21976
21763
  base = styles.namedStyles[xf.xfId];
@@ -22000,7 +21787,7 @@
22000
21787
  if (shouldSet("applyNumberFormat", "numFmtId")) {
22001
21788
  setFormat(styles.numFmts[value] || DEFAULT_FORMATS[value]);
22002
21789
  }
22003
- if (shouldSet("applyProtection", "protection")) {
21790
+ if (applyProtection && shouldSet("applyProtection", "protection")) {
22004
21791
  range.enable(!xf.protection.locked);
22005
21792
  }
22006
21793
 
@@ -22456,13 +22243,6 @@
22456
22243
  return val / 9525;
22457
22244
  }
22458
22245
 
22459
- /* eslint-disable no-undef */
22460
- /* eslint-disable no-nested-ternary */
22461
- /* eslint-disable key-spacing */
22462
- /* eslint-disable consistent-return */
22463
- /* eslint-disable no-param-reassign */
22464
-
22465
-
22466
22246
  const events$1 = [
22467
22247
  "cut",
22468
22248
  "copy",
@@ -23145,6 +22925,12 @@
23145
22925
  options = deepExtend({}, self.options.excel, options);
23146
22926
  let data = self.toJSON();
23147
22927
 
22928
+ if (!options.applyProtection) {
22929
+ data.sheets.forEach(({ rows }) =>
22930
+ rows.forEach(({ cells }) =>
22931
+ cells.forEach(cell => delete cell.enable)));
22932
+ }
22933
+
23148
22934
  if (self.trigger("excelExport", { workbook: data })) {
23149
22935
  return;
23150
22936
  }
@@ -23458,8 +23244,6 @@
23458
23244
  // };
23459
23245
  // }
23460
23246
 
23461
- /* eslint-disable no-param-reassign */
23462
-
23463
23247
  const events = [
23464
23248
  "cut",
23465
23249
  "copy",