handsontable 0.0.0-next-f76fee2-20231130 → 0.0.0-next-c886551-20231130

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of handsontable might be problematic. Click here for more details.

Files changed (65) hide show
  1. package/3rdparty/walkontable/src/core/_base.js +0 -12
  2. package/3rdparty/walkontable/src/core/_base.mjs +0 -12
  3. package/3rdparty/walkontable/src/core/core.js +0 -2
  4. package/3rdparty/walkontable/src/core/core.mjs +0 -2
  5. package/3rdparty/walkontable/src/facade/core.js +0 -9
  6. package/3rdparty/walkontable/src/facade/core.mjs +0 -9
  7. package/3rdparty/walkontable/src/overlays.js +0 -3
  8. package/3rdparty/walkontable/src/overlays.mjs +0 -4
  9. package/3rdparty/walkontable/src/selection/manager.js +0 -1
  10. package/3rdparty/walkontable/src/selection/manager.mjs +0 -1
  11. package/3rdparty/walkontable/src/settings.js +1 -0
  12. package/3rdparty/walkontable/src/table.js +0 -1
  13. package/3rdparty/walkontable/src/table.mjs +0 -1
  14. package/base.js +4 -2
  15. package/base.mjs +2 -2
  16. package/core.js +0 -11
  17. package/core.mjs +0 -11
  18. package/dataMap/dataMap.js +1 -0
  19. package/dist/handsontable.css +2 -2
  20. package/dist/handsontable.full.css +2 -2
  21. package/dist/handsontable.full.js +19 -80
  22. package/dist/handsontable.full.min.css +2 -2
  23. package/dist/handsontable.full.min.js +4 -4
  24. package/dist/handsontable.js +19 -80
  25. package/dist/handsontable.min.css +2 -2
  26. package/dist/handsontable.min.js +4 -4
  27. package/editors/autocompleteEditor/autocompleteEditor.js +0 -2
  28. package/editors/autocompleteEditor/autocompleteEditor.mjs +0 -2
  29. package/editors/handsontableEditor/handsontableEditor.js +0 -1
  30. package/editors/handsontableEditor/handsontableEditor.mjs +0 -1
  31. package/editors/textEditor/textEditor.js +0 -4
  32. package/editors/textEditor/textEditor.mjs +0 -4
  33. package/helpers/mixed.js +1 -1
  34. package/helpers/mixed.mjs +1 -1
  35. package/package.json +1 -1
  36. package/pluginHooks.js +3 -1
  37. package/plugins/customBorders/customBorders.js +0 -5
  38. package/plugins/customBorders/customBorders.mjs +0 -5
  39. package/plugins/customBorders/utils.js +0 -1
  40. package/plugins/customBorders/utils.mjs +0 -1
  41. package/plugins/formulas/formulas.js +0 -2
  42. package/plugins/formulas/formulas.mjs +0 -2
  43. package/plugins/formulas/indexSyncer/axisSyncer.js +0 -1
  44. package/plugins/formulas/indexSyncer/axisSyncer.mjs +0 -1
  45. package/plugins/manualColumnResize/manualColumnResize.js +0 -1
  46. package/plugins/manualColumnResize/manualColumnResize.mjs +0 -1
  47. package/plugins/mergeCells/mergeCells.js +0 -2
  48. package/plugins/mergeCells/mergeCells.mjs +0 -2
  49. package/plugins/nestedHeaders/nestedHeaders.js +0 -1
  50. package/plugins/nestedHeaders/nestedHeaders.mjs +0 -1
  51. package/plugins/nestedHeaders/stateManager/headersTree.js +0 -1
  52. package/plugins/nestedHeaders/stateManager/headersTree.mjs +0 -1
  53. package/plugins/undoRedo/undoRedo.js +0 -2
  54. package/plugins/undoRedo/undoRedo.mjs +0 -2
  55. package/renderers/autocompleteRenderer/autocompleteRenderer.js +0 -1
  56. package/renderers/autocompleteRenderer/autocompleteRenderer.mjs +0 -1
  57. package/renderers/checkboxRenderer/checkboxRenderer.js +0 -2
  58. package/renderers/checkboxRenderer/checkboxRenderer.mjs +0 -2
  59. package/selection/highlight/highlight.js +0 -1
  60. package/selection/highlight/highlight.mjs +0 -1
  61. package/tableView.js +0 -2
  62. package/tableView.mjs +0 -2
  63. package/translations/indexMapper.js +2 -1
  64. package/validators/timeValidator/timeValidator.js +0 -1
  65. package/validators/timeValidator/timeValidator.mjs +0 -1
@@ -25,8 +25,8 @@
25
25
  * INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING FROM
26
26
  * USE OR INABILITY TO USE THIS SOFTWARE.
27
27
  *
28
- * Version: 0.0.0-next-f76fee2-20231130
29
- * Release date: 30/11/2023 (built at 30/11/2023 11:41:01)
28
+ * Version: 0.0.0-next-c886551-20231130
29
+ * Release date: 30/11/2023 (built at 30/11/2023 14:24:16)
30
30
  */
31
31
  (function webpackUniversalModuleDefinition(root, factory) {
32
32
  if(typeof exports === 'object' && typeof module === 'object')
@@ -77,7 +77,9 @@ exports.CellCoords = _src.CellCoords;
77
77
  exports.CellRange = _src.CellRange;
78
78
  // FIXME: Bug in eslint-plugin-import: https://github.com/benmosher/eslint-plugin-import/issues/1883
79
79
  /* eslint-disable import/named */
80
+
80
81
  /* eslint-enable import/named */
82
+
81
83
  // register default mandatory cell type for the Base package
82
84
  (0, _registry2.registerCellType)(_textType.TextCellType);
83
85
 
@@ -105,8 +107,8 @@ Handsontable.hooks = _pluginHooks.default.getSingleton();
105
107
  Handsontable.CellCoords = _src.CellCoords;
106
108
  Handsontable.CellRange = _src.CellRange;
107
109
  Handsontable.packageName = 'handsontable';
108
- Handsontable.buildDate = "30/11/2023 11:41:01";
109
- Handsontable.version = "0.0.0-next-f76fee2-20231130";
110
+ Handsontable.buildDate = "30/11/2023 14:24:16";
111
+ Handsontable.version = "0.0.0-next-c886551-20231130";
110
112
  Handsontable.languages = {
111
113
  dictionaryKeys: _registry.dictionaryKeys,
112
114
  getLanguageDictionary: _registry.getLanguageDictionary,
@@ -413,7 +415,6 @@ function Core(rootElement, userSettings) {
413
415
  if (!this.rootElement.id || this.rootElement.id.substring(0, 3) === 'ht_') {
414
416
  this.rootElement.id = this.guid; // if root element does not have an id, assign a random id
415
417
  }
416
-
417
418
  const visualToRenderableCoords = coords => {
418
419
  const {
419
420
  row: visualRow,
@@ -433,7 +434,6 @@ function Core(rootElement, userSettings) {
433
434
  renderableRow >= 0 ? instance.rowIndexMapper.getVisualFromRenderableIndex(renderableRow) : renderableRow, renderableColumn >= 0 ? instance.columnIndexMapper.getVisualFromRenderableIndex(renderableColumn) : renderableColumn // eslint-disable-line max-len
434
435
  );
435
436
  };
436
-
437
437
  let selection = new _selection.Selection(tableMeta, {
438
438
  rowIndexMapper: instance.rowIndexMapper,
439
439
  columnIndexMapper: instance.columnIndexMapper,
@@ -736,7 +736,6 @@ function Core(rootElement, userSettings) {
736
736
  instance._refreshBorders(); // it will call render and prepare methods
737
737
  }
738
738
  }
739
-
740
739
  break;
741
740
  case 'insert_col_start':
742
741
  case 'insert_col_end':
@@ -759,7 +758,6 @@ function Core(rootElement, userSettings) {
759
758
  spliceArray.length += colDelta; // inserts empty (undefined) elements at the end of an array
760
759
  Array.prototype.splice.apply(tableMeta.colHeaders, spliceArray); // inserts empty (undefined) elements into the colHeader array
761
760
  }
762
-
763
761
  const currentSelectedRange = selection.selectedRange.current();
764
762
  const currentFromRange = currentSelectedRange === null || currentSelectedRange === void 0 ? void 0 : currentSelectedRange.from;
765
763
  const currentFromColumn = currentFromRange === null || currentFromRange === void 0 ? void 0 : currentFromRange.col;
@@ -793,7 +791,6 @@ function Core(rootElement, userSettings) {
793
791
  instance._refreshBorders(); // it will call render and prepare methods
794
792
  }
795
793
  }
796
-
797
794
  break;
798
795
  case 'remove_row':
799
796
  const removeRow = indexes => {
@@ -889,7 +886,6 @@ function Core(rootElement, userSettings) {
889
886
  grid.adjustRowsAndCols(); // makes sure that we did not add rows that will be removed in next refresh
890
887
  }
891
888
  },
892
-
893
889
  /**
894
890
  * Makes sure there are empty rows at the bottom of the table.
895
891
  *
@@ -1345,7 +1341,6 @@ function Core(rootElement, userSettings) {
1345
1341
  }
1346
1342
  callback(isValid); // called when async validators are resolved and beforeChange was not async
1347
1343
  };
1348
-
1349
1344
  for (let i = changes.length - 1; i >= 0; i--) {
1350
1345
  const [row, prop,, newValue] = changes[i];
1351
1346
  const col = datamap.propToCol(prop);
@@ -1615,7 +1610,6 @@ function Core(rootElement, userSettings) {
1615
1610
  if (typeof input[i][1] !== 'number') {
1616
1611
  throw new Error('Method `setDataAtCell` accepts row and column number as its parameters. If you want to use object property name, use method `setDataAtRowProp`'); // eslint-disable-line max-len
1617
1612
  }
1618
-
1619
1613
  if (input[i][1] >= this.countCols()) {
1620
1614
  prop = input[i][1];
1621
1615
  } else {
@@ -1746,7 +1740,6 @@ function Core(rootElement, userSettings) {
1746
1740
  if (!(typeof input === 'object' && typeof input[0] === 'object')) {
1747
1741
  throw new Error('populateFromArray parameter `input` must be an array of arrays'); // API changed in 0.9-beta2, let's check if you use it correctly
1748
1742
  }
1749
-
1750
1743
  const c = typeof endRow === 'number' ? instance._createCellCoords(endRow, endCol) : null;
1751
1744
  return grid.populateFromArray(instance._createCellCoords(row, column), input, c, source, method);
1752
1745
  };
@@ -3647,7 +3640,6 @@ function Core(rootElement, userSettings) {
3647
3640
  } else if (tableMeta.colHeaders && typeof tableMeta.colHeaders !== 'string' && typeof tableMeta.colHeaders !== 'number') {
3648
3641
  result = (0, _data.spreadsheetColumnLabel)(columnIndex); // see #1458
3649
3642
  }
3650
-
3651
3643
  result = instance.runHooks('modifyColumnHeaderValue', result, column, headerLevel);
3652
3644
  return result;
3653
3645
  };
@@ -4278,7 +4270,6 @@ function Core(rootElement, userSettings) {
4278
4270
  };
4279
4271
  /* eslint-enable prefer-rest-params */
4280
4272
  }
4281
-
4282
4273
  const {
4283
4274
  row,
4284
4275
  col,
@@ -4926,8 +4917,9 @@ module.exports =
4926
4917
  // eslint-disable-next-line no-restricted-globals -- safe
4927
4918
  check(typeof self == 'object' && self) ||
4928
4919
  check(typeof global == 'object' && global) ||
4920
+ check(typeof this == 'object' && this) ||
4929
4921
  // eslint-disable-next-line no-new-func -- fallback
4930
- (function () { return this; })() || this || Function('return this')();
4922
+ (function () { return this; })() || Function('return this')();
4931
4923
 
4932
4924
 
4933
4925
  /***/ }),
@@ -5514,10 +5506,10 @@ var store = __webpack_require__(43);
5514
5506
  (module.exports = function (key, value) {
5515
5507
  return store[key] || (store[key] = value !== undefined ? value : {});
5516
5508
  })('versions', []).push({
5517
- version: '3.33.2',
5509
+ version: '3.33.3',
5518
5510
  mode: IS_PURE ? 'pure' : 'global',
5519
5511
  copyright: '© 2014-2023 Denis Pushkarev (zloirock.ru)',
5520
- license: 'https://github.com/zloirock/core-js/blob/v3.33.2/LICENSE',
5512
+ license: 'https://github.com/zloirock/core-js/blob/v3.33.3/LICENSE',
5521
5513
  source: 'https://github.com/zloirock/core-js'
5522
5514
  });
5523
5515
 
@@ -7110,7 +7102,7 @@ module.exports = function (scheduler, hasTimeArg) {
7110
7102
 
7111
7103
  "use strict";
7112
7104
 
7113
- /* global Bun -- Deno case */
7105
+ /* global Bun -- Bun case */
7114
7106
  module.exports = typeof Bun == 'function' && Bun && typeof Bun.version == 'string';
7115
7107
 
7116
7108
 
@@ -8523,7 +8515,7 @@ const domMessages = {
8523
8515
  function _injectProductInfo(key, element) {
8524
8516
  const hasValidType = !isEmpty(key);
8525
8517
  const isNonCommercial = typeof key === 'string' && key.toLowerCase() === 'non-commercial-and-evaluation';
8526
- const hotVersion = "0.0.0-next-f76fee2-20231130";
8518
+ const hotVersion = "0.0.0-next-c886551-20231130";
8527
8519
  let keyValidityDate;
8528
8520
  let consoleMessageState = 'invalid';
8529
8521
  let domMessageState = 'invalid';
@@ -10981,7 +10973,9 @@ var _function = __webpack_require__(115);
10981
10973
  * });
10982
10974
  * :::
10983
10975
  * ...
10984
- */ // @TODO: Move plugin description hooks to plugin?
10976
+ */
10977
+
10978
+ // @TODO: Move plugin description hooks to plugin?
10985
10979
  const REGISTERED_HOOKS = [/* eslint-disable jsdoc/require-description-complete-sentence */
10986
10980
  /**
10987
10981
  * Fired after resetting a cell's meta. This happens when the {@link Core#updateSettings} method is called.
@@ -15756,7 +15750,6 @@ class TableView {
15756
15750
  if (originalStyle) {
15757
15751
  rootElement.setAttribute('data-originalstyle', originalStyle); // needed to retrieve original style in jsFiddle link generator in HT examples. may be removed in future versions
15758
15752
  }
15759
-
15760
15753
  (0, _element.addClass)(rootElement, 'handsontable');
15761
15754
  (0, _classPrivateFieldSet2.default)(this, _table, rootDocument.createElement('TABLE'));
15762
15755
  (0, _element.addClass)((0, _classPrivateFieldGet2.default)(this, _table), 'htCore');
@@ -15798,7 +15791,6 @@ class TableView {
15798
15791
  rootWindow.focus(); // make sure that window that contains HOT is active. Important when HOT is in iframe.
15799
15792
  }
15800
15793
  });
15801
-
15802
15794
  this.eventManager.addEventListener(rootElement, 'mouseup', () => {
15803
15795
  (0, _classPrivateFieldSet2.default)(this, _selectionMouseDown, false);
15804
15796
  });
@@ -18775,39 +18767,30 @@ class WalkontableFacade {
18775
18767
  get wtSettings() {
18776
18768
  return this._wot.wtSettings; // todo create facade
18777
18769
  }
18778
-
18779
18770
  get cloneSource() {
18780
18771
  return this._wot.cloneSource; // todo create facade
18781
18772
  }
18782
-
18783
18773
  get cloneOverlay() {
18784
18774
  return this._wot.cloneOverlay; // todo create facade
18785
18775
  }
18786
-
18787
18776
  get selectionManager() {
18788
18777
  return this._wot.selectionManager; // todo create facade
18789
18778
  }
18790
-
18791
18779
  get wtViewport() {
18792
18780
  return this._wot.wtViewport; // todo create facade
18793
18781
  }
18794
-
18795
18782
  get wtOverlays() {
18796
18783
  return this._wot.wtOverlays; // todo create facade
18797
18784
  }
18798
-
18799
18785
  get wtTable() {
18800
18786
  return this._wot.wtTable; // todo create facade
18801
18787
  }
18802
-
18803
18788
  get wtEvent() {
18804
18789
  return this._wot.wtEvent; // todo create facade
18805
18790
  }
18806
-
18807
18791
  get wtScroll() {
18808
18792
  return this._wot.wtScroll; // todo create facade
18809
18793
  }
18810
-
18811
18794
  get drawn() {
18812
18795
  return this._wot.drawn;
18813
18796
  }
@@ -18991,11 +18974,9 @@ class Walkontable extends _base.default {
18991
18974
  get topOverlay() {
18992
18975
  return wot.wtOverlays.topOverlay; // TODO refactoring: move outside dao, use IOC
18993
18976
  },
18994
-
18995
18977
  get inlineStartOverlay() {
18996
18978
  return wot.wtOverlays.inlineStartOverlay; // TODO refactoring: move outside dao, use IOC
18997
18979
  },
18998
-
18999
18980
  get bottomOverlay() {
19000
18981
  return wot.wtOverlays.bottomOverlay; // TODO refactoring: move outside dao, use IOC
19001
18982
  }
@@ -19706,7 +19687,6 @@ class Overlays {
19706
19687
  if (this.verticalScrolling) {
19707
19688
  this.inlineStartOverlay.onScroll(); // todo the inlineStartOverlay.onScroll() fires hook. Why is it needed there, not in any another place?
19708
19689
  }
19709
-
19710
19690
  if (this.horizontalScrolling) {
19711
19691
  this.topOverlay.onScroll();
19712
19692
  }
@@ -19936,11 +19916,9 @@ class Overlays {
19936
19916
  if (this.topOverlay.needFullRender) {
19937
19917
  this.topOverlay.clone.wtTable.holder.scrollLeft = scrollLeft; // todo rethink, *overlay.setScroll*()
19938
19918
  }
19939
-
19940
19919
  if (this.bottomOverlay.needFullRender) {
19941
19920
  this.bottomOverlay.clone.wtTable.holder.scrollLeft = scrollLeft; // todo rethink, *overlay.setScroll*()
19942
19921
  }
19943
-
19944
19922
  if (this.inlineStartOverlay.needFullRender) {
19945
19923
  this.inlineStartOverlay.clone.wtTable.holder.scrollTop = scrollTop; // todo rethink, *overlay.setScroll*()
19946
19924
  }
@@ -20416,7 +20394,6 @@ class Table {
20416
20394
  if (this.isMaster) {
20417
20395
  this.alignOverlaysWithTrimmingContainer(); // todo wow, It calls method from child class (MasterTable).
20418
20396
  }
20419
-
20420
20397
  this.fixTableDomTree();
20421
20398
  this.rowFilter = null; // TODO refactoring, eliminate all (re)creations of this object, then updates state when needed.
20422
20399
  this.columnFilter = null; // TODO refactoring, eliminate all (re)creations of this object, then updates state when needed.
@@ -24105,30 +24082,24 @@ class CoreAbstract {
24105
24082
  get drawn() {
24106
24083
  return wot.drawn; // TODO refactoring: consider about injecting `isDrawn` function : ()=>return wot.drawn. (it'll enables remove dao layer)
24107
24084
  },
24108
-
24109
24085
  get topOverlay() {
24110
24086
  return wot.wtOverlays.topOverlay; // TODO refactoring: move outside dao, use IOC
24111
24087
  },
24112
-
24113
24088
  get inlineStartOverlay() {
24114
24089
  return wot.wtOverlays.inlineStartOverlay; // TODO refactoring: move outside dao, use IOC
24115
24090
  },
24116
-
24117
24091
  get wtTable() {
24118
24092
  return wot.wtTable; // TODO refactoring: move outside dao, use IOC
24119
24093
  },
24120
-
24121
24094
  get wtViewport() {
24122
24095
  return wot.wtViewport; // TODO refactoring: move outside dao, use IOC
24123
24096
  },
24124
-
24125
24097
  get wtSettings() {
24126
24098
  return wot.wtSettings;
24127
24099
  },
24128
24100
  get rootWindow() {
24129
24101
  return wot.domBindings.rootWindow; // TODO refactoring: move outside dao
24130
24102
  },
24131
-
24132
24103
  // TODO refactoring, consider about using injecting wtSettings into scroll (it'll enables remove dao layer)
24133
24104
  get totalRows() {
24134
24105
  return wot.wtSettings.getSetting('totalRows');
@@ -24164,26 +24135,21 @@ class CoreAbstract {
24164
24135
  get parentTableOffset() {
24165
24136
  return wot.cloneSource.wtTable.tableOffset; // TODO rethink: cloneSource exists only in Clone type.
24166
24137
  },
24167
-
24168
24138
  get cloneSource() {
24169
24139
  return wot.cloneSource; // TODO rethink: cloneSource exists only in Clone type.
24170
24140
  },
24171
-
24172
24141
  get workspaceWidth() {
24173
24142
  return wot.wtViewport.getWorkspaceWidth();
24174
24143
  },
24175
24144
  get wtViewport() {
24176
24145
  return wot.wtViewport; // TODO refactoring: move outside dao, use IOC
24177
24146
  },
24178
-
24179
24147
  get wtOverlays() {
24180
24148
  return wot.wtOverlays; // TODO refactoring: move outside dao, use IOC
24181
24149
  },
24182
-
24183
24150
  get selectionManager() {
24184
24151
  return wot.selectionManager; // TODO refactoring: move outside dao, use IOC
24185
24152
  },
24186
-
24187
24153
  get drawn() {
24188
24154
  return wot.drawn;
24189
24155
  },
@@ -24194,7 +24160,6 @@ class CoreAbstract {
24194
24160
  get wtTable() {
24195
24161
  return wot.wtTable; // TODO refactoring: it provides itself
24196
24162
  },
24197
-
24198
24163
  get startColumnRendered() {
24199
24164
  return wot.wtViewport.columnsRenderCalculator.startColumn;
24200
24165
  },
@@ -26043,7 +26008,6 @@ class SelectionManager {
26043
26008
  borderInstance === null || borderInstance === void 0 || borderInstance.disappear();
26044
26009
  continue; // eslint-disable-line no-continue
26045
26010
  }
26046
-
26047
26011
  if (className) {
26048
26012
  const elements = (0, _classPrivateFieldGet7.default)(this, _scanner).setActiveSelection(selection).scan();
26049
26013
  elements.forEach(element => {
@@ -27812,6 +27776,7 @@ var _object = __webpack_require__(117);
27812
27776
  * @template TValue.
27813
27777
  * @typedef { TValue | Array.<TValue> | (function(...*): TValue) } Option
27814
27778
  */
27779
+
27815
27780
  /**
27816
27781
  * @class Settings
27817
27782
  */
@@ -29348,7 +29313,8 @@ var _observable = __webpack_require__(237);
29348
29313
  * A set of deprecated feature names.
29349
29314
  *
29350
29315
  * @type {Set<string>}
29351
- */ // eslint-disable-next-line no-unused-vars
29316
+ */
29317
+ // eslint-disable-next-line no-unused-vars
29352
29318
  const deprecationWarns = new Set();
29353
29319
 
29354
29320
  /**
@@ -32931,7 +32897,6 @@ class Highlight {
32931
32897
  if (highlightType === _src.HIGHLIGHT_FOCUS_TYPE) {
32932
32898
  type = 'current'; // One from settings for `disableVisualSelection` up to Handsontable 0.36/Handsontable Pro 1.16.0.
32933
32899
  }
32934
-
32935
32900
  let disableHighlight = this.options.disabledCellSelection(coords.row, coords.col);
32936
32901
  if (typeof disableHighlight === 'string') {
32937
32902
  disableHighlight = [disableHighlight];
@@ -34478,6 +34443,7 @@ The above copyright notice and this permission notice shall be included in all c
34478
34443
 
34479
34444
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
34480
34445
  */
34446
+
34481
34447
  /**
34482
34448
  * Utility class that gets and saves data from/to the data source using mapping of columns numbers to object property names.
34483
34449
  *
@@ -44421,7 +44387,6 @@ class TextEditor extends _baseEditor.BaseEditor {
44421
44387
  if ((0, _element.isThisHotChild)(this.hot.rootDocument.activeElement, this.hot.rootElement)) {
44422
44388
  this.hot.listen(); // don't refocus the table if user focused some cell outside of HT on purpose
44423
44389
  }
44424
-
44425
44390
  this.hideEditableElement();
44426
44391
  this.unregisterShortcuts();
44427
44392
  }
@@ -44592,7 +44557,6 @@ class TextEditor extends _baseEditor.BaseEditor {
44592
44557
  if (!force) {
44593
44558
  this.close(); // TODO shouldn't it be this.finishEditing() ?
44594
44559
  }
44595
-
44596
44560
  return;
44597
44561
  }
44598
44562
  const {
@@ -44695,7 +44659,6 @@ class TextEditor extends _baseEditor.BaseEditor {
44695
44659
  insertNewLine();
44696
44660
  return false; // Will block closing editor.
44697
44661
  },
44698
-
44699
44662
  runOnlyIf: event => !this.hot.selection.isMultiple() &&
44700
44663
  // We trigger a data population for multiple selection.
44701
44664
  // catch CTRL but not right ALT (which in some systems triggers ALT+CTRL)
@@ -44706,7 +44669,6 @@ class TextEditor extends _baseEditor.BaseEditor {
44706
44669
  insertNewLine();
44707
44670
  return false; // Will block closing editor.
44708
44671
  },
44709
-
44710
44672
  runOnlyIf: () => !this.hot.selection.isMultiple() // We trigger a data population for multiple selection.
44711
44673
  }, {
44712
44674
  keys: [['Alt', 'Enter']],
@@ -46130,7 +46092,6 @@ class AutocompleteEditor extends _handsontableEditor.HandsontableEditor {
46130
46092
  if (scrollbarWidth === 0 && (0, _browser.isMacOS)()) {
46131
46093
  scrollbarWidth += 15; // default scroll bar width if scroll bars are visible only when scrolling
46132
46094
  }
46133
-
46134
46095
  this.addHook('beforeKeyDown', event => this.onBeforeKeyDown(event));
46135
46096
  this.htEditor.updateSettings({
46136
46097
  colWidths: trimDropdown ? [(0, _element.outerWidth)(this.TEXTAREA) - 2] : undefined,
@@ -46330,7 +46291,6 @@ class AutocompleteEditor extends _handsontableEditor.HandsontableEditor {
46330
46291
  if (this.htEditor.flipped) {
46331
46292
  this.htEditor.rootElement.style.top = `${parseInt(this.htEditor.rootElement.style.top, 10) + dropdownHeight - height}px`; // eslint-disable-line max-len
46332
46293
  }
46333
-
46334
46294
  this.setDropdownHeight(tempHeight - lastRowHeight);
46335
46295
  }
46336
46296
  }
@@ -46649,7 +46609,6 @@ class HandsontableEditor extends _textEditor.TextEditor {
46649
46609
  // if focus is still in the HOT editor
46650
46610
  this.hot.listen(); // return the focus to the parent HOT instance
46651
46611
  }
46652
-
46653
46612
  if (this.htEditor && this.htEditor.getSelectedLast()) {
46654
46613
  const value = this.htEditor.getValue();
46655
46614
  if (value !== undefined) {
@@ -47686,7 +47645,6 @@ function autocompleteRenderer(hotInstance, TD, row, col, prop, value, cellProper
47686
47645
  TD.appendChild(rootDocument.createTextNode(String.fromCharCode(160))); // workaround for https://github.com/handsontable/handsontable/issues/1946
47687
47646
  // this is faster than innerHTML. See: https://github.com/handsontable/handsontable/wiki/JavaScript-&-DOM-performance-tips
47688
47647
  }
47689
-
47690
47648
  TD.insertBefore(ARROW, TD.firstChild);
47691
47649
  (0, _element.addClass)(TD, 'htAutocomplete');
47692
47650
  if (!hotInstance.acArrowListener) {
@@ -47931,7 +47889,6 @@ function checkboxRenderer(hotInstance, TD, row, col, prop, value, cellProperties
47931
47889
  changeSelectedCheckboxesState();
47932
47890
  return !areSelectedCheckboxCells(); // False blocks next action associated with the keyboard shortcut.
47933
47891
  },
47934
-
47935
47892
  runOnlyIf: () => hotInstance.getSettings().enterBeginsEditing
47936
47893
  }, {
47937
47894
  keys: [['delete'], ['backspace']],
@@ -47939,7 +47896,6 @@ function checkboxRenderer(hotInstance, TD, row, col, prop, value, cellProperties
47939
47896
  changeSelectedCheckboxesState(true);
47940
47897
  return !areSelectedCheckboxCells(); // False blocks next action associated with the keyboard shortcut.
47941
47898
  },
47942
-
47943
47899
  relativeToGroup: _shortcutContexts.EDITOR_EDIT_GROUP,
47944
47900
  position: 'before'
47945
47901
  }], config);
@@ -48656,7 +48612,6 @@ const STRICT_FORMATS = ['YYYY-MM-DDTHH:mm:ss.SSSZ', 'X',
48656
48612
  // Unix timestamp
48657
48613
  'x' // Unix ms timestamp
48658
48614
  ];
48659
-
48660
48615
  const VALIDATOR_TYPE = exports.VALIDATOR_TYPE = 'time';
48661
48616
 
48662
48617
  /**
@@ -62222,7 +62177,6 @@ class CustomBorders extends _base.BasePlugin {
62222
62177
  }
62223
62178
  });
62224
62179
  }
62225
-
62226
62180
  this.hot.setCellMeta(row, column, 'borders', (0, _utils.denormalizeBorder)(border));
62227
62181
  this.insertBorderIntoSettings(border, place);
62228
62182
  }
@@ -62507,7 +62461,6 @@ class CustomBorders extends _base.BasePlugin {
62507
62461
  }
62508
62462
  });
62509
62463
  }
62510
-
62511
62464
  return check;
62512
62465
  }
62513
62466
 
@@ -62530,12 +62483,10 @@ class CustomBorders extends _base.BasePlugin {
62530
62483
  (0, _array.arrayEach)(borders, borderObject => {
62531
62484
  borderObject.toggleHiddenClass(place, remove); // TODO this also bad?
62532
62485
  });
62533
-
62534
62486
  check = true;
62535
62487
  return false; // breaks forAll
62536
62488
  }
62537
62489
  });
62538
-
62539
62490
  return check;
62540
62491
  }
62541
62492
 
@@ -62571,7 +62522,6 @@ class CustomBorders extends _base.BasePlugin {
62571
62522
  }
62572
62523
  });
62573
62524
  }
62574
-
62575
62525
  return check;
62576
62526
  }
62577
62527
 
@@ -62918,7 +62868,6 @@ function checkSelectionBorders(hot, direction) {
62918
62868
  }
62919
62869
  });
62920
62870
  });
62921
-
62922
62871
  return atLeastOneHasBorder;
62923
62872
  }
62924
62873
 
@@ -70825,7 +70774,6 @@ function _onBeforeCreateRow2(visualRow, amount) {
70825
70774
  if (visualRow >= this.hot.countRows()) {
70826
70775
  hfRowIndex = visualRow; // Row beyond the table boundaries.
70827
70776
  }
70828
-
70829
70777
  if (this.sheetId === null || !this.engine.doesSheetExist(this.sheetName) || !this.engine.isItPossibleToAddRows(this.sheetId, [hfRowIndex, amount])) {
70830
70778
  return false;
70831
70779
  }
@@ -70835,7 +70783,6 @@ function _onBeforeCreateCol2(visualColumn, amount) {
70835
70783
  if (visualColumn >= this.hot.countCols()) {
70836
70784
  hfColumnIndex = visualColumn; // Column beyond the table boundaries.
70837
70785
  }
70838
-
70839
70786
  if (this.sheetId === null || !this.engine.doesSheetExist(this.sheetName) || !this.engine.isItPossibleToAddColumns(this.sheetId, [hfColumnIndex, amount])) {
70840
70787
  return false;
70841
70788
  }
@@ -71812,7 +71759,6 @@ class AxisSyncer {
71812
71759
  var _notMovedElements$fin;
71813
71760
  return (_notMovedElements$fin = notMovedElements[finalHfIndex]) !== null && _notMovedElements$fin !== void 0 ? _notMovedElements$fin : 0; // Moving before the first dataset's element.
71814
71761
  }
71815
-
71816
71762
  return notMovedElements[finalHfIndex - 1] + 1; // Moving before another element.
71817
71763
  }
71818
71764
 
@@ -75199,7 +75145,6 @@ class ManualColumnResize extends _base.BasePlugin {
75199
75145
  } else {
75200
75146
  this.setManualSize(column, (0, _classPrivateFieldGet2.default)(this, _newSize)); // double click sets by auto row size plugin
75201
75147
  }
75202
-
75203
75148
  this.saveManualColumnWidths();
75204
75149
  this.hot.runHooks('afterColumnResize', (0, _classPrivateFieldGet2.default)(this, _newSize), column, true);
75205
75150
  if (forceRender) {
@@ -77933,7 +77878,6 @@ class MergeCells extends _base.BasePlugin {
77933
77878
  }
77934
77879
  }
77935
77880
  }
77936
-
77937
77881
  /**
77938
77882
  * Modify viewport start when needed. We extend viewport when merged cells aren't fully visible.
77939
77883
  *
@@ -78066,7 +78010,6 @@ function _onModifyTransformStart2(delta) {
78066
78010
  if (!mergeRange.includes((0, _classPrivateFieldGet2.default)(this, _lastDesiredCoords))) {
78067
78011
  (0, _classPrivateFieldSet2.default)(this, _lastDesiredCoords, this.hot._createCellCoords(null, null)); // reset outdated version of lastDesiredCoords
78068
78012
  }
78069
-
78070
78013
  newDelta.row = (0, _classPrivateFieldGet2.default)(this, _lastDesiredCoords).row ? (0, _classPrivateFieldGet2.default)(this, _lastDesiredCoords).row - currentPosition.row : newDelta.row;
78071
78014
  newDelta.col = (0, _classPrivateFieldGet2.default)(this, _lastDesiredCoords).col ? (0, _classPrivateFieldGet2.default)(this, _lastDesiredCoords).col - currentPosition.col : newDelta.col;
78072
78015
  if (delta.row > 0) {
@@ -81189,7 +81132,6 @@ function _onBeforeCopy2(data, copyableRanges, _ref2) {
81189
81132
  if (zeroBasedColumnIndex === 0) {
81190
81133
  continue; // eslint-disable-line no-continue
81191
81134
  }
81192
-
81193
81135
  const isRoot = (_classPrivateFieldGet4 = (0, _classPrivateFieldGet6.default)(this, _stateManager).getHeaderTreeNodeData(row, column)) === null || _classPrivateFieldGet4 === void 0 ? void 0 : _classPrivateFieldGet4.isRoot;
81194
81136
  if (isRoot === false) {
81195
81137
  data[zeroBasedColumnHeaderLevel][zeroBasedColumnIndex] = '';
@@ -82483,7 +82425,6 @@ class HeadersTree {
82483
82425
  treeNode.data.isRoot = columnIndex === treeNode.data.columnIndex;
82484
82426
  return false; // Cancel tree traversing.
82485
82427
  }
82486
-
82487
82428
  columnCursor += origColspan;
82488
82429
  }
82489
82430
  });
@@ -87451,7 +87392,6 @@ UndoRedo.CreateRowAction.prototype.undo = function (instance, undoneCallback) {
87451
87392
  if (this.index >= rowCount && this.index - minSpareRows < rowCount) {
87452
87393
  this.index -= minSpareRows; // work around the situation where the needed row was removed due to an 'undo' of a made change
87453
87394
  }
87454
-
87455
87395
  instance.addHookOnce('afterRemoveRow', undoneCallback);
87456
87396
  instance.alter('remove_row', this.index, this.amount, 'UndoRedo.undo');
87457
87397
  };
@@ -87771,7 +87711,6 @@ UndoRedo.prototype.registerShortcuts = function () {
87771
87711
  const runOnlyIf = event => {
87772
87712
  return !event.altKey; // right ALT in some systems triggers ALT+CTR
87773
87713
  };
87774
-
87775
87714
  const config = {
87776
87715
  runOnlyIf,
87777
87716
  group: SHORTCUTS_GROUP
@@ -25,8 +25,8 @@
25
25
  * INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING FROM
26
26
  * USE OR INABILITY TO USE THIS SOFTWARE.
27
27
  *
28
- * Version: 0.0.0-next-f76fee2-20231130
29
- * Release date: 30/11/2023 (built at 30/11/2023 11:41:19)
28
+ * Version: 0.0.0-next-c886551-20231130
29
+ * Release date: 30/11/2023 (built at 30/11/2023 14:24:34)
30
30
  */.handsontable .table td,.handsontable .table th{border-top:none}.handsontable tr{background:#fff}.handsontable td{background-color:inherit}.handsontable .table caption+thead tr:first-child td,.handsontable .table caption+thead tr:first-child th,.handsontable .table colgroup+thead tr:first-child td,.handsontable .table colgroup+thead tr:first-child th,.handsontable .table thead:first-child tr:first-child td,.handsontable .table thead:first-child tr:first-child th{border-top:1px solid #ccc}.handsontable .table-bordered{border:0;border-collapse:separate}.handsontable .table-bordered td,.handsontable .table-bordered th{border-left:none}.handsontable .table-bordered td:first-child,.handsontable .table-bordered th:first-child{border-left:1px solid #ccc}.handsontable .table>tbody>tr>td,.handsontable .table>tbody>tr>th,.handsontable .table>tfoot>tr>td,.handsontable .table>tfoot>tr>th,.handsontable .table>thead>tr>td,.handsontable .table>thead>tr>th{line-height:21px;padding:0}.col-lg-1.handsontable,.col-lg-10.handsontable,.col-lg-11.handsontable,.col-lg-12.handsontable,.col-lg-2.handsontable,.col-lg-3.handsontable,.col-lg-4.handsontable,.col-lg-5.handsontable,.col-lg-6.handsontable,.col-lg-7.handsontable,.col-lg-8.handsontable,.col-lg-9.handsontable,.col-md-1.handsontable,.col-md-10.handsontable,.col-md-11.handsontable,.col-md-12.handsontable,.col-md-2.handsontable,.col-md-3.handsontable,.col-md-4.handsontable,.col-md-5.handsontable,.col-md-6.handsontable,.col-md-7.handsontable,.col-md-8.handsontable,.col-md-9.handsontable .col-sm-1.handsontable,.col-sm-10.handsontable,.col-sm-11.handsontable,.col-sm-12.handsontable,.col-sm-2.handsontable,.col-sm-3.handsontable,.col-sm-4.handsontable,.col-sm-5.handsontable,.col-sm-6.handsontable,.col-sm-7.handsontable,.col-sm-8.handsontable,.col-sm-9.handsontable .col-xs-1.handsontable,.col-xs-10.handsontable,.col-xs-11.handsontable,.col-xs-12.handsontable,.col-xs-2.handsontable,.col-xs-3.handsontable,.col-xs-4.handsontable,.col-xs-5.handsontable,.col-xs-6.handsontable,.col-xs-7.handsontable,.col-xs-8.handsontable,.col-xs-9.handsontable{padding-left:0;padding-right:0}.handsontable .table-striped>tbody>tr:nth-of-type(2n){background-color:#fff}.handsontable{position:relative}.handsontable .hide{display:none}.handsontable .relative{position:relative}.handsontable .wtHider{width:0}.handsontable .wtSpreader{height:auto;position:relative;width:0}.handsontable div,.handsontable input,.handsontable table,.handsontable tbody,.handsontable td,.handsontable textarea,.handsontable th,.handsontable thead{box-sizing:content-box;-webkit-box-sizing:content-box;-moz-box-sizing:content-box}.handsontable input,.handsontable textarea{min-height:auto}.handsontable table.htCore{border-collapse:separate;border-spacing:0;border-width:0;cursor:default;margin:0;max-height:none;max-width:none;outline-width:0;table-layout:fixed;width:0}.handsontable col,.handsontable col.rowHeader{width:50px}.handsontable td,.handsontable th{background-color:#fff;border-bottom:1px solid #ccc;border-left-width:0;border-right:1px solid #ccc;border-top-width:0;empty-cells:show;height:22px;line-height:21px;outline:none;outline-width:0;overflow:hidden;padding:0 4px;vertical-align:top;white-space:pre-wrap}[dir=rtl].handsontable td,[dir=rtl].handsontable th{border-left:1px solid #ccc;border-right-width:0}.handsontable th:last-child{border-bottom:1px solid #ccc;border-left:none;border-right:1px solid #ccc}[dir=rtl].handsontable th:last-child{border-left:1px solid #ccc;border-right:none}.handsontable td:first-of-type,.handsontable th:first-child,.handsontable th:nth-child(2){border-left:1px solid #ccc}[dir=rtl].handsontable td:first-of-type,[dir=rtl].handsontable th:first-child,[dir=rtl].handsontable th:nth-child(2){border-right:1px solid #ccc}.handsontable .ht_clone_top th:nth-child(2){border-left-width:0;border-right:1px solid #ccc}[dir=rtl].handsontable .ht_clone_top th:nth-child(2){border-left:1px solid #ccc;border-right-width:0}.handsontable.htRowHeaders thead tr th:nth-child(2){border-left:1px solid #ccc}[dir=rtl].handsontable.htRowHeaders thead tr th:nth-child(2){border-right:1px solid #ccc}.handsontable tr:first-child td,.handsontable tr:first-child th{border-top:1px solid #ccc}.ht_master:not(.innerBorderInlineStart):not(.emptyColumns)~.handsontable tbody tr th,.ht_master:not(.innerBorderInlineStart):not(.emptyColumns)~.handsontable:not(.ht_clone_top) thead tr th:first-child{border-left:1px solid #ccc;border-right-width:0}[dir=rtl].ht_master:not(.innerBorderInlineStart):not(.emptyColumns)~.handsontable tbody tr th,[dir=rtl].ht_master:not(.innerBorderInlineStart):not(.emptyColumns)~.handsontable:not(.ht_clone_top) thead tr th:first-child{border-left-width:0;border-right:1px solid #ccc}.ht_master:not(.innerBorderTop):not(.innerBorderBottom) thead tr.lastChild th,.ht_master:not(.innerBorderTop):not(.innerBorderBottom) thead tr:last-child th,.ht_master:not(.innerBorderTop):not(.innerBorderBottom)~.handsontable thead tr.lastChild th,.ht_master:not(.innerBorderTop):not(.innerBorderBottom)~.handsontable thead tr:last-child th{border-bottom-width:0}.handsontable th{background-color:#f0f0f0;color:#222;font-weight:400;text-align:center;white-space:nowrap}.handsontable thead th{padding:0}.handsontable th.active{background-color:#ccc}.handsontable thead th .relative{padding:2px 4px}.handsontable span.colHeader{display:inline-block;line-height:1.1}.handsontable .wtBorder{font-size:0;position:absolute}.handsontable .wtBorder.hidden{display:none!important}.handsontable .wtBorder.current{z-index:10}.handsontable .wtBorder.area{z-index:8}.handsontable .wtBorder.fill{z-index:6}.handsontable .wtBorder.corner{cursor:crosshair;font-size:0}.ht_clone_master{z-index:100}.ht_clone_inline_start{z-index:120}.ht_clone_bottom{z-index:130}.ht_clone_bottom_inline_start_corner{z-index:150}.ht_clone_top{z-index:160}.ht_clone_top_inline_start_corner{z-index:180}.handsontable col.hidden{width:0!important}.handsontable tr.hidden,.handsontable tr.hidden td,.handsontable tr.hidden th{display:none}.ht_clone_bottom,.ht_clone_inline_start,.ht_clone_top,.ht_master{overflow:hidden}.ht_master .wtHolder{overflow:auto}.handsontable .ht_clone_inline_start thead,.handsontable .ht_master thead,.handsontable .ht_master tr th{visibility:hidden}.ht_clone_bottom .wtHolder,.ht_clone_inline_start .wtHolder,.ht_clone_top .wtHolder{overflow:hidden}.handsontable{color:#373737;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Helvetica Neue,Arial,sans-serif;font-size:13px;font-weight:400;touch-action:manipulation}.handsontable a{color:#104acc}.handsontable.htAutoSize{left:-99000px;position:absolute;top:-99000px;visibility:hidden}.handsontable td.htInvalid{background-color:#ffbeba!important}.handsontable td.htNoWrap{white-space:nowrap}.handsontable td.invisibleSelection,.handsontable th.invisibleSelection{outline:none}.handsontable td.invisibleSelection::selection,.handsontable th.invisibleSelection::selection{background:hsla(0,0%,100%,0)}.hot-display-license-info{color:#373737;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Helvetica Neue,Arial,sans-serif;font-size:10px;font-weight:400;padding:5px 0 3px;text-align:left}.hot-display-license-info a{color:#104acc;font-size:10px}.handsontable .htFocusCatcher{border:0;height:0;margin:0;opacity:0;padding:0;position:absolute;width:0;z-index:-1}.handsontable .manualColumnResizer{cursor:col-resize;height:25px;position:absolute;top:0;width:5px;z-index:210}.handsontable .manualRowResizer{cursor:row-resize;height:5px;left:0;position:absolute;width:50px;z-index:210}.handsontable .manualColumnResizer.active,.handsontable .manualColumnResizer:hover,.handsontable .manualRowResizer.active,.handsontable .manualRowResizer:hover{background-color:#34a9db}.handsontable .manualColumnResizerGuide{background-color:#34a9db;border-left:none;border-right:1px dashed #777;display:none;margin-left:5px;margin-right:unset;position:absolute;right:unset;top:0;width:0}[dir=rtl].handsontable .manualColumnResizerGuide{border-left:1px dashed #777;border-right:none;left:unset;margin-left:unset;margin-right:5px}.handsontable .manualRowResizerGuide{background-color:#34a9db;border-bottom:1px dashed #777;bottom:0;display:none;height:0;left:0;margin-top:5px;position:absolute}.handsontable .manualColumnResizerGuide.active,.handsontable .manualRowResizerGuide.active{display:block;z-index:209}.handsontable .columnSorting{position:relative}.handsontable .columnSorting.sortAction:hover{cursor:pointer;text-decoration:underline}.handsontable span.colHeader.columnSorting:before{background-position-x:right;background-repeat:no-repeat;background-size:contain;content:"";height:10px;left:unset;margin-top:-6px;padding-left:8px;padding-right:0;position:absolute;right:-9px;top:50%;width:5px}[dir=rtl].handsontable span.colHeader.columnSorting:before{background-position-x:left;left:-9px;padding-left:0;padding-right:8px;right:unset}.handsontable span.colHeader.columnSorting.ascending:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAoCAMAAADJ7yrpAAAAKlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKE86IAAAADXRSTlMABBEmRGprlJW72e77tTkTKwAAAFNJREFUeAHtzjkSgCAUBNHPgsoy97+ulGXRqJE5L+xkxoYt2UdsLb5bqFINz+aLuuLn5rIu2RkO3fZpWENimNgiw6iBYRTPMLJjGFxQZ1hxxb/xBI1qC8k39CdKAAAAAElFTkSuQmCC)}.handsontable span.colHeader.columnSorting.descending:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAoCAMAAADJ7yrpAAAAKlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKE86IAAAADXRSTlMABBEmRGprlJW72e77tTkTKwAAAFJJREFUeAHtzjkSgCAQRNFmQYUZ7n9dKUvru0TmvPAn3br0QfgdZ5xx6x+rQn23GqTYnq1FDcnuzZIO2WmedVqIRVxgGKEyjNgYRjKGkZ1hFIZ3I70LyM0VtU8AAAAASUVORK5CYII=)}.htGhostTable .htCore span.colHeader.columnSorting:not(.indicatorDisabled):before{content:"*";display:inline-block;padding-right:20px;position:relative}.handsontable td.area,.handsontable td.area-1,.handsontable td.area-2,.handsontable td.area-3,.handsontable td.area-4,.handsontable td.area-5,.handsontable td.area-6,.handsontable td.area-7{position:relative}.handsontable td.area-1:before,.handsontable td.area-2:before,.handsontable td.area-3:before,.handsontable td.area-4:before,.handsontable td.area-5:before,.handsontable td.area-6:before,.handsontable td.area-7:before,.handsontable td.area:before{background:#005eff;bottom:0;bottom:-100%\9;content:"";left:0;position:absolute;right:0;top:0}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.handsontable td.area-1:before,.handsontable td.area-2:before,.handsontable td.area-3:before,.handsontable td.area-4:before,.handsontable td.area-5:before,.handsontable td.area-6:before,.handsontable td.area-7:before,.handsontable td.area:before{bottom:-100%}}.handsontable td.area:before{opacity:.1}.handsontable td.area-1:before{opacity:.2}.handsontable td.area-2:before{opacity:.27}.handsontable td.area-3:before{opacity:.35}.handsontable td.area-4:before{opacity:.41}.handsontable td.area-5:before{opacity:.47}.handsontable td.area-6:before{opacity:.54}.handsontable td.area-7:before{opacity:.58}.handsontable tbody th.current,.handsontable thead th.current{box-shadow:inset 0 0 0 2px #4b89ff}.handsontable tbody th.ht__highlight,.handsontable thead th.ht__highlight{background-color:#dcdcdc}.handsontable tbody th.ht__active_highlight,.handsontable thead th.ht__active_highlight{background-color:#8eb0e7;color:#000}.handsontableInput{background-color:#fff;border:none;border-radius:0;box-shadow:inset 0 0 0 2px #5292f7;color:#000;display:block;font-family:inherit;font-size:inherit;line-height:21px;margin:0;outline-width:0;padding:1px 5px 0;resize:none}.handsontableInput:focus{outline:none}.handsontableInputHolder{left:0;position:absolute;top:0}.htSelectEditor{-webkit-appearance:menulist-button!important;position:absolute;width:auto}.htSelectEditor:focus{outline:none}.handsontable .htDimmed{color:#777}.handsontable .htSubmenu{position:relative}.handsontable .htSubmenu :after{color:#777;content:"▶";font-size:9px;position:absolute;right:5px}[dir=rtl].handsontable .htSubmenu :after{content:""}[dir=rtl].handsontable .htSubmenu :before{color:#777;content:"◀";font-size:9px;left:5px;position:absolute}.handsontable .htLeft{text-align:left}.handsontable .htCenter{text-align:center}.handsontable .htRight{text-align:right}.handsontable .htJustify{text-align:justify}.handsontable .htTop{vertical-align:top}.handsontable .htMiddle{vertical-align:middle}.handsontable .htBottom{vertical-align:bottom}.handsontable .htPlaceholder{color:#999}.handsontable.listbox{margin:0}.handsontable.listbox .ht_master table{background:#fff;border:1px solid #ccc;border-collapse:separate}.handsontable.listbox td,.handsontable.listbox th,.handsontable.listbox tr:first-child td,.handsontable.listbox tr:first-child th,.handsontable.listbox tr:last-child th{border-color:transparent!important}.handsontable.listbox td,.handsontable.listbox th{text-overflow:ellipsis;white-space:nowrap}.handsontable.listbox td.htDimmed{color:inherit;cursor:default;font-style:inherit}.handsontable.listbox .wtBorder{visibility:hidden}.handsontable.listbox tr td.current,.handsontable.listbox tr:hover td{background:#eee}.ht_editor_hidden{z-index:-1}.ht_editor_visible{z-index:200}.handsontable td.htSearchResult{background:#fcedd9;color:#583707}.handsontable .collapsibleIndicator{background:#eee;border:1px solid #a6a6a6;border-radius:10px;-webkit-box-shadow:0 0 0 6px #eee;-moz-box-shadow:0 0 0 6px #eee;box-shadow:0 0 0 3px #eee;color:#222;cursor:pointer;font-size:10px;height:10px;left:unset;line-height:8px;position:absolute;right:5px;text-align:center;top:50%;transform:translateY(-50%);width:10px}[dir=rtl].handsontable .collapsibleIndicator{left:5px;right:unset}.handsontable.mobile,.handsontable.mobile .wtHolder{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-overflow-scrolling:touch;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.handsontable.mobile .handsontableInput:focus{-webkit-appearance:none;-webkit-box-shadow:inset 0 0 0 2px #5292f7;-moz-box-shadow:inset 0 0 0 2px #5292f7;box-shadow:inset 0 0 0 2px #5292f7}.handsontable .bottomSelectionHandle,.handsontable .bottomSelectionHandle-HitArea,.handsontable .topSelectionHandle,.handsontable .topSelectionHandle-HitArea{left:-10000px;right:unset;top:-10000px;z-index:9999}[dir=rtl].handsontable .bottomSelectionHandle,[dir=rtl].handsontable .bottomSelectionHandle-HitArea,[dir=rtl].handsontable .topSelectionHandle,[dir=rtl].handsontable .topSelectionHandle-HitArea{left:unset;right:-10000px}.handsontable.hide-tween{-webkit-animation:opacity-hide .3s;animation:opacity-hide .3s;animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards}.handsontable.show-tween{-webkit-animation:opacity-show .3s;animation:opacity-show .3s;animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards}.handsontable .htAutocompleteArrow{color:#bbb;cursor:default;float:right;font-size:10px;text-align:center;width:16px}[dir=rtl].handsontable .htAutocompleteArrow{float:left}.handsontable td.htInvalid .htAutocompleteArrow{color:#555}.handsontable td.htInvalid .htAutocompleteArrow:hover{color:#1a1a1a}.handsontable td .htAutocompleteArrow:hover{color:#777}.handsontable td.area .htAutocompleteArrow{color:#d3d3d3}.handsontable .htCheckboxRendererInput{display:inline-block}.handsontable .htCheckboxRendererInput.noValue{opacity:.5}.handsontable .htCheckboxRendererLabel{cursor:pointer;display:inline-block;font-size:inherit;vertical-align:middle}.handsontable .htCheckboxRendererLabel.fullWidth{width:100%}.handsontable .htCommentCell{position:relative}.handsontable .htCommentCell:after{border-left:6px solid transparent;border-right:none;border-top:6px solid #000;content:"";left:unset;position:absolute;right:0;top:0}[dir=rtl].handsontable .htCommentCell:after{border-left:none;border-right:6px solid transparent;left:0;right:unset}.htCommentsContainer .htComments{display:none;position:absolute;z-index:1059}.htCommentsContainer .htCommentTextArea{-webkit-appearance:none;background-color:#fff;border:none;border-left:3px solid #ccc;box-shadow:0 1px 3px rgba(0,0,0,.118),0 1px 2px rgba(0,0,0,.239);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:12px;height:90px;outline:0!important;padding:5px;width:215px}[dir=rtl].htCommentsContainer .htCommentTextArea{border-left:none;border-right:3px solid #ccc}.htCommentsContainer .htCommentTextArea:focus{border-left:3px solid #5292f7;border-right:none;box-shadow:0 1px 3px rgba(0,0,0,.118),0 1px 2px rgba(0,0,0,.239),inset 0 0 0 1px #5292f7}[dir=rtl].htCommentsContainer .htCommentTextArea:focus{border-left:none;border-right:3px solid #5292f7}
31
31
  /*!
32
32
  * Handsontable ContextMenu