handsontable 0.0.0-next-220577a-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-220577a-20231130
29
- * Release date: 30/11/2023 (built at 30/11/2023 12:45:46)
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')
@@ -43005,7 +43005,9 @@ exports.CellCoords = _src.CellCoords;
43005
43005
  exports.CellRange = _src.CellRange;
43006
43006
  // FIXME: Bug in eslint-plugin-import: https://github.com/benmosher/eslint-plugin-import/issues/1883
43007
43007
  /* eslint-disable import/named */
43008
+
43008
43009
  /* eslint-enable import/named */
43010
+
43009
43011
  // register default mandatory cell type for the Base package
43010
43012
  (0, _registry2.registerCellType)(_textType.TextCellType);
43011
43013
 
@@ -43033,8 +43035,8 @@ Handsontable.hooks = _pluginHooks.default.getSingleton();
43033
43035
  Handsontable.CellCoords = _src.CellCoords;
43034
43036
  Handsontable.CellRange = _src.CellRange;
43035
43037
  Handsontable.packageName = 'handsontable';
43036
- Handsontable.buildDate = "30/11/2023 12:45:46";
43037
- Handsontable.version = "0.0.0-next-220577a-20231130";
43038
+ Handsontable.buildDate = "30/11/2023 14:24:16";
43039
+ Handsontable.version = "0.0.0-next-c886551-20231130";
43038
43040
  Handsontable.languages = {
43039
43041
  dictionaryKeys: _registry.dictionaryKeys,
43040
43042
  getLanguageDictionary: _registry.getLanguageDictionary,
@@ -43341,7 +43343,6 @@ function Core(rootElement, userSettings) {
43341
43343
  if (!this.rootElement.id || this.rootElement.id.substring(0, 3) === 'ht_') {
43342
43344
  this.rootElement.id = this.guid; // if root element does not have an id, assign a random id
43343
43345
  }
43344
-
43345
43346
  const visualToRenderableCoords = coords => {
43346
43347
  const {
43347
43348
  row: visualRow,
@@ -43361,7 +43362,6 @@ function Core(rootElement, userSettings) {
43361
43362
  renderableRow >= 0 ? instance.rowIndexMapper.getVisualFromRenderableIndex(renderableRow) : renderableRow, renderableColumn >= 0 ? instance.columnIndexMapper.getVisualFromRenderableIndex(renderableColumn) : renderableColumn // eslint-disable-line max-len
43362
43363
  );
43363
43364
  };
43364
-
43365
43365
  let selection = new _selection.Selection(tableMeta, {
43366
43366
  rowIndexMapper: instance.rowIndexMapper,
43367
43367
  columnIndexMapper: instance.columnIndexMapper,
@@ -43664,7 +43664,6 @@ function Core(rootElement, userSettings) {
43664
43664
  instance._refreshBorders(); // it will call render and prepare methods
43665
43665
  }
43666
43666
  }
43667
-
43668
43667
  break;
43669
43668
  case 'insert_col_start':
43670
43669
  case 'insert_col_end':
@@ -43687,7 +43686,6 @@ function Core(rootElement, userSettings) {
43687
43686
  spliceArray.length += colDelta; // inserts empty (undefined) elements at the end of an array
43688
43687
  Array.prototype.splice.apply(tableMeta.colHeaders, spliceArray); // inserts empty (undefined) elements into the colHeader array
43689
43688
  }
43690
-
43691
43689
  const currentSelectedRange = selection.selectedRange.current();
43692
43690
  const currentFromRange = currentSelectedRange === null || currentSelectedRange === void 0 ? void 0 : currentSelectedRange.from;
43693
43691
  const currentFromColumn = currentFromRange === null || currentFromRange === void 0 ? void 0 : currentFromRange.col;
@@ -43721,7 +43719,6 @@ function Core(rootElement, userSettings) {
43721
43719
  instance._refreshBorders(); // it will call render and prepare methods
43722
43720
  }
43723
43721
  }
43724
-
43725
43722
  break;
43726
43723
  case 'remove_row':
43727
43724
  const removeRow = indexes => {
@@ -43817,7 +43814,6 @@ function Core(rootElement, userSettings) {
43817
43814
  grid.adjustRowsAndCols(); // makes sure that we did not add rows that will be removed in next refresh
43818
43815
  }
43819
43816
  },
43820
-
43821
43817
  /**
43822
43818
  * Makes sure there are empty rows at the bottom of the table.
43823
43819
  *
@@ -44273,7 +44269,6 @@ function Core(rootElement, userSettings) {
44273
44269
  }
44274
44270
  callback(isValid); // called when async validators are resolved and beforeChange was not async
44275
44271
  };
44276
-
44277
44272
  for (let i = changes.length - 1; i >= 0; i--) {
44278
44273
  const [row, prop,, newValue] = changes[i];
44279
44274
  const col = datamap.propToCol(prop);
@@ -44543,7 +44538,6 @@ function Core(rootElement, userSettings) {
44543
44538
  if (typeof input[i][1] !== 'number') {
44544
44539
  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
44545
44540
  }
44546
-
44547
44541
  if (input[i][1] >= this.countCols()) {
44548
44542
  prop = input[i][1];
44549
44543
  } else {
@@ -44674,7 +44668,6 @@ function Core(rootElement, userSettings) {
44674
44668
  if (!(typeof input === 'object' && typeof input[0] === 'object')) {
44675
44669
  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
44676
44670
  }
44677
-
44678
44671
  const c = typeof endRow === 'number' ? instance._createCellCoords(endRow, endCol) : null;
44679
44672
  return grid.populateFromArray(instance._createCellCoords(row, column), input, c, source, method);
44680
44673
  };
@@ -46575,7 +46568,6 @@ function Core(rootElement, userSettings) {
46575
46568
  } else if (tableMeta.colHeaders && typeof tableMeta.colHeaders !== 'string' && typeof tableMeta.colHeaders !== 'number') {
46576
46569
  result = (0, _data.spreadsheetColumnLabel)(columnIndex); // see #1458
46577
46570
  }
46578
-
46579
46571
  result = instance.runHooks('modifyColumnHeaderValue', result, column, headerLevel);
46580
46572
  return result;
46581
46573
  };
@@ -47206,7 +47198,6 @@ function Core(rootElement, userSettings) {
47206
47198
  };
47207
47199
  /* eslint-enable prefer-rest-params */
47208
47200
  }
47209
-
47210
47201
  const {
47211
47202
  row,
47212
47203
  col,
@@ -47854,8 +47845,9 @@ module.exports =
47854
47845
  // eslint-disable-next-line no-restricted-globals -- safe
47855
47846
  check(typeof self == 'object' && self) ||
47856
47847
  check(typeof global == 'object' && global) ||
47848
+ check(typeof this == 'object' && this) ||
47857
47849
  // eslint-disable-next-line no-new-func -- fallback
47858
- (function () { return this; })() || this || Function('return this')();
47850
+ (function () { return this; })() || Function('return this')();
47859
47851
 
47860
47852
 
47861
47853
  /***/ }),
@@ -48442,10 +48434,10 @@ var store = __webpack_require__(240);
48442
48434
  (module.exports = function (key, value) {
48443
48435
  return store[key] || (store[key] = value !== undefined ? value : {});
48444
48436
  })('versions', []).push({
48445
- version: '3.33.2',
48437
+ version: '3.33.3',
48446
48438
  mode: IS_PURE ? 'pure' : 'global',
48447
48439
  copyright: '© 2014-2023 Denis Pushkarev (zloirock.ru)',
48448
- license: 'https://github.com/zloirock/core-js/blob/v3.33.2/LICENSE',
48440
+ license: 'https://github.com/zloirock/core-js/blob/v3.33.3/LICENSE',
48449
48441
  source: 'https://github.com/zloirock/core-js'
48450
48442
  });
48451
48443
 
@@ -50038,7 +50030,7 @@ module.exports = function (scheduler, hasTimeArg) {
50038
50030
 
50039
50031
  "use strict";
50040
50032
 
50041
- /* global Bun -- Deno case */
50033
+ /* global Bun -- Bun case */
50042
50034
  module.exports = typeof Bun == 'function' && Bun && typeof Bun.version == 'string';
50043
50035
 
50044
50036
 
@@ -53164,7 +53156,7 @@ const domMessages = {
53164
53156
  function _injectProductInfo(key, element) {
53165
53157
  const hasValidType = !isEmpty(key);
53166
53158
  const isNonCommercial = typeof key === 'string' && key.toLowerCase() === 'non-commercial-and-evaluation';
53167
- const hotVersion = "0.0.0-next-220577a-20231130";
53159
+ const hotVersion = "0.0.0-next-c886551-20231130";
53168
53160
  let keyValidityDate;
53169
53161
  let consoleMessageState = 'invalid';
53170
53162
  let domMessageState = 'invalid';
@@ -62416,7 +62408,9 @@ var _function = __webpack_require__(448);
62416
62408
  * });
62417
62409
  * :::
62418
62410
  * ...
62419
- */ // @TODO: Move plugin description hooks to plugin?
62411
+ */
62412
+
62413
+ // @TODO: Move plugin description hooks to plugin?
62420
62414
  const REGISTERED_HOOKS = [/* eslint-disable jsdoc/require-description-complete-sentence */
62421
62415
  /**
62422
62416
  * Fired after resetting a cell's meta. This happens when the {@link Core#updateSettings} method is called.
@@ -67191,7 +67185,6 @@ class TableView {
67191
67185
  if (originalStyle) {
67192
67186
  rootElement.setAttribute('data-originalstyle', originalStyle); // needed to retrieve original style in jsFiddle link generator in HT examples. may be removed in future versions
67193
67187
  }
67194
-
67195
67188
  (0, _element.addClass)(rootElement, 'handsontable');
67196
67189
  (0, _classPrivateFieldSet2.default)(this, _table, rootDocument.createElement('TABLE'));
67197
67190
  (0, _element.addClass)((0, _classPrivateFieldGet2.default)(this, _table), 'htCore');
@@ -67233,7 +67226,6 @@ class TableView {
67233
67226
  rootWindow.focus(); // make sure that window that contains HOT is active. Important when HOT is in iframe.
67234
67227
  }
67235
67228
  });
67236
-
67237
67229
  this.eventManager.addEventListener(rootElement, 'mouseup', () => {
67238
67230
  (0, _classPrivateFieldSet2.default)(this, _selectionMouseDown, false);
67239
67231
  });
@@ -70210,39 +70202,30 @@ class WalkontableFacade {
70210
70202
  get wtSettings() {
70211
70203
  return this._wot.wtSettings; // todo create facade
70212
70204
  }
70213
-
70214
70205
  get cloneSource() {
70215
70206
  return this._wot.cloneSource; // todo create facade
70216
70207
  }
70217
-
70218
70208
  get cloneOverlay() {
70219
70209
  return this._wot.cloneOverlay; // todo create facade
70220
70210
  }
70221
-
70222
70211
  get selectionManager() {
70223
70212
  return this._wot.selectionManager; // todo create facade
70224
70213
  }
70225
-
70226
70214
  get wtViewport() {
70227
70215
  return this._wot.wtViewport; // todo create facade
70228
70216
  }
70229
-
70230
70217
  get wtOverlays() {
70231
70218
  return this._wot.wtOverlays; // todo create facade
70232
70219
  }
70233
-
70234
70220
  get wtTable() {
70235
70221
  return this._wot.wtTable; // todo create facade
70236
70222
  }
70237
-
70238
70223
  get wtEvent() {
70239
70224
  return this._wot.wtEvent; // todo create facade
70240
70225
  }
70241
-
70242
70226
  get wtScroll() {
70243
70227
  return this._wot.wtScroll; // todo create facade
70244
70228
  }
70245
-
70246
70229
  get drawn() {
70247
70230
  return this._wot.drawn;
70248
70231
  }
@@ -70426,11 +70409,9 @@ class Walkontable extends _base.default {
70426
70409
  get topOverlay() {
70427
70410
  return wot.wtOverlays.topOverlay; // TODO refactoring: move outside dao, use IOC
70428
70411
  },
70429
-
70430
70412
  get inlineStartOverlay() {
70431
70413
  return wot.wtOverlays.inlineStartOverlay; // TODO refactoring: move outside dao, use IOC
70432
70414
  },
70433
-
70434
70415
  get bottomOverlay() {
70435
70416
  return wot.wtOverlays.bottomOverlay; // TODO refactoring: move outside dao, use IOC
70436
70417
  }
@@ -71141,7 +71122,6 @@ class Overlays {
71141
71122
  if (this.verticalScrolling) {
71142
71123
  this.inlineStartOverlay.onScroll(); // todo the inlineStartOverlay.onScroll() fires hook. Why is it needed there, not in any another place?
71143
71124
  }
71144
-
71145
71125
  if (this.horizontalScrolling) {
71146
71126
  this.topOverlay.onScroll();
71147
71127
  }
@@ -71371,11 +71351,9 @@ class Overlays {
71371
71351
  if (this.topOverlay.needFullRender) {
71372
71352
  this.topOverlay.clone.wtTable.holder.scrollLeft = scrollLeft; // todo rethink, *overlay.setScroll*()
71373
71353
  }
71374
-
71375
71354
  if (this.bottomOverlay.needFullRender) {
71376
71355
  this.bottomOverlay.clone.wtTable.holder.scrollLeft = scrollLeft; // todo rethink, *overlay.setScroll*()
71377
71356
  }
71378
-
71379
71357
  if (this.inlineStartOverlay.needFullRender) {
71380
71358
  this.inlineStartOverlay.clone.wtTable.holder.scrollTop = scrollTop; // todo rethink, *overlay.setScroll*()
71381
71359
  }
@@ -71851,7 +71829,6 @@ class Table {
71851
71829
  if (this.isMaster) {
71852
71830
  this.alignOverlaysWithTrimmingContainer(); // todo wow, It calls method from child class (MasterTable).
71853
71831
  }
71854
-
71855
71832
  this.fixTableDomTree();
71856
71833
  this.rowFilter = null; // TODO refactoring, eliminate all (re)creations of this object, then updates state when needed.
71857
71834
  this.columnFilter = null; // TODO refactoring, eliminate all (re)creations of this object, then updates state when needed.
@@ -75540,30 +75517,24 @@ class CoreAbstract {
75540
75517
  get drawn() {
75541
75518
  return wot.drawn; // TODO refactoring: consider about injecting `isDrawn` function : ()=>return wot.drawn. (it'll enables remove dao layer)
75542
75519
  },
75543
-
75544
75520
  get topOverlay() {
75545
75521
  return wot.wtOverlays.topOverlay; // TODO refactoring: move outside dao, use IOC
75546
75522
  },
75547
-
75548
75523
  get inlineStartOverlay() {
75549
75524
  return wot.wtOverlays.inlineStartOverlay; // TODO refactoring: move outside dao, use IOC
75550
75525
  },
75551
-
75552
75526
  get wtTable() {
75553
75527
  return wot.wtTable; // TODO refactoring: move outside dao, use IOC
75554
75528
  },
75555
-
75556
75529
  get wtViewport() {
75557
75530
  return wot.wtViewport; // TODO refactoring: move outside dao, use IOC
75558
75531
  },
75559
-
75560
75532
  get wtSettings() {
75561
75533
  return wot.wtSettings;
75562
75534
  },
75563
75535
  get rootWindow() {
75564
75536
  return wot.domBindings.rootWindow; // TODO refactoring: move outside dao
75565
75537
  },
75566
-
75567
75538
  // TODO refactoring, consider about using injecting wtSettings into scroll (it'll enables remove dao layer)
75568
75539
  get totalRows() {
75569
75540
  return wot.wtSettings.getSetting('totalRows');
@@ -75599,26 +75570,21 @@ class CoreAbstract {
75599
75570
  get parentTableOffset() {
75600
75571
  return wot.cloneSource.wtTable.tableOffset; // TODO rethink: cloneSource exists only in Clone type.
75601
75572
  },
75602
-
75603
75573
  get cloneSource() {
75604
75574
  return wot.cloneSource; // TODO rethink: cloneSource exists only in Clone type.
75605
75575
  },
75606
-
75607
75576
  get workspaceWidth() {
75608
75577
  return wot.wtViewport.getWorkspaceWidth();
75609
75578
  },
75610
75579
  get wtViewport() {
75611
75580
  return wot.wtViewport; // TODO refactoring: move outside dao, use IOC
75612
75581
  },
75613
-
75614
75582
  get wtOverlays() {
75615
75583
  return wot.wtOverlays; // TODO refactoring: move outside dao, use IOC
75616
75584
  },
75617
-
75618
75585
  get selectionManager() {
75619
75586
  return wot.selectionManager; // TODO refactoring: move outside dao, use IOC
75620
75587
  },
75621
-
75622
75588
  get drawn() {
75623
75589
  return wot.drawn;
75624
75590
  },
@@ -75629,7 +75595,6 @@ class CoreAbstract {
75629
75595
  get wtTable() {
75630
75596
  return wot.wtTable; // TODO refactoring: it provides itself
75631
75597
  },
75632
-
75633
75598
  get startColumnRendered() {
75634
75599
  return wot.wtViewport.columnsRenderCalculator.startColumn;
75635
75600
  },
@@ -77478,7 +77443,6 @@ class SelectionManager {
77478
77443
  borderInstance === null || borderInstance === void 0 || borderInstance.disappear();
77479
77444
  continue; // eslint-disable-line no-continue
77480
77445
  }
77481
-
77482
77446
  if (className) {
77483
77447
  const elements = (0, _classPrivateFieldGet7.default)(this, _scanner).setActiveSelection(selection).scan();
77484
77448
  elements.forEach(element => {
@@ -79247,6 +79211,7 @@ var _object = __webpack_require__(450);
79247
79211
  * @template TValue.
79248
79212
  * @typedef { TValue | Array.<TValue> | (function(...*): TValue) } Option
79249
79213
  */
79214
+
79250
79215
  /**
79251
79216
  * @class Settings
79252
79217
  */
@@ -80783,7 +80748,8 @@ var _observable = __webpack_require__(570);
80783
80748
  * A set of deprecated feature names.
80784
80749
  *
80785
80750
  * @type {Set<string>}
80786
- */ // eslint-disable-next-line no-unused-vars
80751
+ */
80752
+ // eslint-disable-next-line no-unused-vars
80787
80753
  const deprecationWarns = new Set();
80788
80754
 
80789
80755
  /**
@@ -84366,7 +84332,6 @@ class Highlight {
84366
84332
  if (highlightType === _src.HIGHLIGHT_FOCUS_TYPE) {
84367
84333
  type = 'current'; // One from settings for `disableVisualSelection` up to Handsontable 0.36/Handsontable Pro 1.16.0.
84368
84334
  }
84369
-
84370
84335
  let disableHighlight = this.options.disabledCellSelection(coords.row, coords.col);
84371
84336
  if (typeof disableHighlight === 'string') {
84372
84337
  disableHighlight = [disableHighlight];
@@ -85913,6 +85878,7 @@ The above copyright notice and this permission notice shall be included in all c
85913
85878
 
85914
85879
  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.
85915
85880
  */
85881
+
85916
85882
  /**
85917
85883
  * Utility class that gets and saves data from/to the data source using mapping of columns numbers to object property names.
85918
85884
  *
@@ -95856,7 +95822,6 @@ class TextEditor extends _baseEditor.BaseEditor {
95856
95822
  if ((0, _element.isThisHotChild)(this.hot.rootDocument.activeElement, this.hot.rootElement)) {
95857
95823
  this.hot.listen(); // don't refocus the table if user focused some cell outside of HT on purpose
95858
95824
  }
95859
-
95860
95825
  this.hideEditableElement();
95861
95826
  this.unregisterShortcuts();
95862
95827
  }
@@ -96027,7 +95992,6 @@ class TextEditor extends _baseEditor.BaseEditor {
96027
95992
  if (!force) {
96028
95993
  this.close(); // TODO shouldn't it be this.finishEditing() ?
96029
95994
  }
96030
-
96031
95995
  return;
96032
95996
  }
96033
95997
  const {
@@ -96130,7 +96094,6 @@ class TextEditor extends _baseEditor.BaseEditor {
96130
96094
  insertNewLine();
96131
96095
  return false; // Will block closing editor.
96132
96096
  },
96133
-
96134
96097
  runOnlyIf: event => !this.hot.selection.isMultiple() &&
96135
96098
  // We trigger a data population for multiple selection.
96136
96099
  // catch CTRL but not right ALT (which in some systems triggers ALT+CTRL)
@@ -96141,7 +96104,6 @@ class TextEditor extends _baseEditor.BaseEditor {
96141
96104
  insertNewLine();
96142
96105
  return false; // Will block closing editor.
96143
96106
  },
96144
-
96145
96107
  runOnlyIf: () => !this.hot.selection.isMultiple() // We trigger a data population for multiple selection.
96146
96108
  }, {
96147
96109
  keys: [['Alt', 'Enter']],
@@ -97565,7 +97527,6 @@ class AutocompleteEditor extends _handsontableEditor.HandsontableEditor {
97565
97527
  if (scrollbarWidth === 0 && (0, _browser.isMacOS)()) {
97566
97528
  scrollbarWidth += 15; // default scroll bar width if scroll bars are visible only when scrolling
97567
97529
  }
97568
-
97569
97530
  this.addHook('beforeKeyDown', event => this.onBeforeKeyDown(event));
97570
97531
  this.htEditor.updateSettings({
97571
97532
  colWidths: trimDropdown ? [(0, _element.outerWidth)(this.TEXTAREA) - 2] : undefined,
@@ -97765,7 +97726,6 @@ class AutocompleteEditor extends _handsontableEditor.HandsontableEditor {
97765
97726
  if (this.htEditor.flipped) {
97766
97727
  this.htEditor.rootElement.style.top = `${parseInt(this.htEditor.rootElement.style.top, 10) + dropdownHeight - height}px`; // eslint-disable-line max-len
97767
97728
  }
97768
-
97769
97729
  this.setDropdownHeight(tempHeight - lastRowHeight);
97770
97730
  }
97771
97731
  }
@@ -98084,7 +98044,6 @@ class HandsontableEditor extends _textEditor.TextEditor {
98084
98044
  // if focus is still in the HOT editor
98085
98045
  this.hot.listen(); // return the focus to the parent HOT instance
98086
98046
  }
98087
-
98088
98047
  if (this.htEditor && this.htEditor.getSelectedLast()) {
98089
98048
  const value = this.htEditor.getValue();
98090
98049
  if (value !== undefined) {
@@ -100410,7 +100369,6 @@ function autocompleteRenderer(hotInstance, TD, row, col, prop, value, cellProper
100410
100369
  TD.appendChild(rootDocument.createTextNode(String.fromCharCode(160))); // workaround for https://github.com/handsontable/handsontable/issues/1946
100411
100370
  // this is faster than innerHTML. See: https://github.com/handsontable/handsontable/wiki/JavaScript-&-DOM-performance-tips
100412
100371
  }
100413
-
100414
100372
  TD.insertBefore(ARROW, TD.firstChild);
100415
100373
  (0, _element.addClass)(TD, 'htAutocomplete');
100416
100374
  if (!hotInstance.acArrowListener) {
@@ -100655,7 +100613,6 @@ function checkboxRenderer(hotInstance, TD, row, col, prop, value, cellProperties
100655
100613
  changeSelectedCheckboxesState();
100656
100614
  return !areSelectedCheckboxCells(); // False blocks next action associated with the keyboard shortcut.
100657
100615
  },
100658
-
100659
100616
  runOnlyIf: () => hotInstance.getSettings().enterBeginsEditing
100660
100617
  }, {
100661
100618
  keys: [['delete'], ['backspace']],
@@ -100663,7 +100620,6 @@ function checkboxRenderer(hotInstance, TD, row, col, prop, value, cellProperties
100663
100620
  changeSelectedCheckboxesState(true);
100664
100621
  return !areSelectedCheckboxCells(); // False blocks next action associated with the keyboard shortcut.
100665
100622
  },
100666
-
100667
100623
  relativeToGroup: _shortcutContexts.EDITOR_EDIT_GROUP,
100668
100624
  position: 'before'
100669
100625
  }], config);
@@ -101384,7 +101340,6 @@ const STRICT_FORMATS = ['YYYY-MM-DDTHH:mm:ss.SSSZ', 'X',
101384
101340
  // Unix timestamp
101385
101341
  'x' // Unix ms timestamp
101386
101342
  ];
101387
-
101388
101343
  const VALIDATOR_TYPE = exports.VALIDATOR_TYPE = 'time';
101389
101344
 
101390
101345
  /**
@@ -114950,7 +114905,6 @@ class CustomBorders extends _base.BasePlugin {
114950
114905
  }
114951
114906
  });
114952
114907
  }
114953
-
114954
114908
  this.hot.setCellMeta(row, column, 'borders', (0, _utils.denormalizeBorder)(border));
114955
114909
  this.insertBorderIntoSettings(border, place);
114956
114910
  }
@@ -115235,7 +115189,6 @@ class CustomBorders extends _base.BasePlugin {
115235
115189
  }
115236
115190
  });
115237
115191
  }
115238
-
115239
115192
  return check;
115240
115193
  }
115241
115194
 
@@ -115258,12 +115211,10 @@ class CustomBorders extends _base.BasePlugin {
115258
115211
  (0, _array.arrayEach)(borders, borderObject => {
115259
115212
  borderObject.toggleHiddenClass(place, remove); // TODO this also bad?
115260
115213
  });
115261
-
115262
115214
  check = true;
115263
115215
  return false; // breaks forAll
115264
115216
  }
115265
115217
  });
115266
-
115267
115218
  return check;
115268
115219
  }
115269
115220
 
@@ -115299,7 +115250,6 @@ class CustomBorders extends _base.BasePlugin {
115299
115250
  }
115300
115251
  });
115301
115252
  }
115302
-
115303
115253
  return check;
115304
115254
  }
115305
115255
 
@@ -115646,7 +115596,6 @@ function checkSelectionBorders(hot, direction) {
115646
115596
  }
115647
115597
  });
115648
115598
  });
115649
-
115650
115599
  return atLeastOneHasBorder;
115651
115600
  }
115652
115601
 
@@ -123553,7 +123502,6 @@ function _onBeforeCreateRow2(visualRow, amount) {
123553
123502
  if (visualRow >= this.hot.countRows()) {
123554
123503
  hfRowIndex = visualRow; // Row beyond the table boundaries.
123555
123504
  }
123556
-
123557
123505
  if (this.sheetId === null || !this.engine.doesSheetExist(this.sheetName) || !this.engine.isItPossibleToAddRows(this.sheetId, [hfRowIndex, amount])) {
123558
123506
  return false;
123559
123507
  }
@@ -123563,7 +123511,6 @@ function _onBeforeCreateCol2(visualColumn, amount) {
123563
123511
  if (visualColumn >= this.hot.countCols()) {
123564
123512
  hfColumnIndex = visualColumn; // Column beyond the table boundaries.
123565
123513
  }
123566
-
123567
123514
  if (this.sheetId === null || !this.engine.doesSheetExist(this.sheetName) || !this.engine.isItPossibleToAddColumns(this.sheetId, [hfColumnIndex, amount])) {
123568
123515
  return false;
123569
123516
  }
@@ -124540,7 +124487,6 @@ class AxisSyncer {
124540
124487
  var _notMovedElements$fin;
124541
124488
  return (_notMovedElements$fin = notMovedElements[finalHfIndex]) !== null && _notMovedElements$fin !== void 0 ? _notMovedElements$fin : 0; // Moving before the first dataset's element.
124542
124489
  }
124543
-
124544
124490
  return notMovedElements[finalHfIndex - 1] + 1; // Moving before another element.
124545
124491
  }
124546
124492
 
@@ -127927,7 +127873,6 @@ class ManualColumnResize extends _base.BasePlugin {
127927
127873
  } else {
127928
127874
  this.setManualSize(column, (0, _classPrivateFieldGet2.default)(this, _newSize)); // double click sets by auto row size plugin
127929
127875
  }
127930
-
127931
127876
  this.saveManualColumnWidths();
127932
127877
  this.hot.runHooks('afterColumnResize', (0, _classPrivateFieldGet2.default)(this, _newSize), column, true);
127933
127878
  if (forceRender) {
@@ -130661,7 +130606,6 @@ class MergeCells extends _base.BasePlugin {
130661
130606
  }
130662
130607
  }
130663
130608
  }
130664
-
130665
130609
  /**
130666
130610
  * Modify viewport start when needed. We extend viewport when merged cells aren't fully visible.
130667
130611
  *
@@ -130794,7 +130738,6 @@ function _onModifyTransformStart2(delta) {
130794
130738
  if (!mergeRange.includes((0, _classPrivateFieldGet2.default)(this, _lastDesiredCoords))) {
130795
130739
  (0, _classPrivateFieldSet2.default)(this, _lastDesiredCoords, this.hot._createCellCoords(null, null)); // reset outdated version of lastDesiredCoords
130796
130740
  }
130797
-
130798
130741
  newDelta.row = (0, _classPrivateFieldGet2.default)(this, _lastDesiredCoords).row ? (0, _classPrivateFieldGet2.default)(this, _lastDesiredCoords).row - currentPosition.row : newDelta.row;
130799
130742
  newDelta.col = (0, _classPrivateFieldGet2.default)(this, _lastDesiredCoords).col ? (0, _classPrivateFieldGet2.default)(this, _lastDesiredCoords).col - currentPosition.col : newDelta.col;
130800
130743
  if (delta.row > 0) {
@@ -133917,7 +133860,6 @@ function _onBeforeCopy2(data, copyableRanges, _ref2) {
133917
133860
  if (zeroBasedColumnIndex === 0) {
133918
133861
  continue; // eslint-disable-line no-continue
133919
133862
  }
133920
-
133921
133863
  const isRoot = (_classPrivateFieldGet4 = (0, _classPrivateFieldGet6.default)(this, _stateManager).getHeaderTreeNodeData(row, column)) === null || _classPrivateFieldGet4 === void 0 ? void 0 : _classPrivateFieldGet4.isRoot;
133922
133864
  if (isRoot === false) {
133923
133865
  data[zeroBasedColumnHeaderLevel][zeroBasedColumnIndex] = '';
@@ -135211,7 +135153,6 @@ class HeadersTree {
135211
135153
  treeNode.data.isRoot = columnIndex === treeNode.data.columnIndex;
135212
135154
  return false; // Cancel tree traversing.
135213
135155
  }
135214
-
135215
135156
  columnCursor += origColspan;
135216
135157
  }
135217
135158
  });
@@ -140179,7 +140120,6 @@ UndoRedo.CreateRowAction.prototype.undo = function (instance, undoneCallback) {
140179
140120
  if (this.index >= rowCount && this.index - minSpareRows < rowCount) {
140180
140121
  this.index -= minSpareRows; // work around the situation where the needed row was removed due to an 'undo' of a made change
140181
140122
  }
140182
-
140183
140123
  instance.addHookOnce('afterRemoveRow', undoneCallback);
140184
140124
  instance.alter('remove_row', this.index, this.amount, 'UndoRedo.undo');
140185
140125
  };
@@ -140499,7 +140439,6 @@ UndoRedo.prototype.registerShortcuts = function () {
140499
140439
  const runOnlyIf = event => {
140500
140440
  return !event.altKey; // right ALT in some systems triggers ALT+CTR
140501
140441
  };
140502
-
140503
140442
  const config = {
140504
140443
  runOnlyIf,
140505
140444
  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-220577a-20231130
29
- * Release date: 30/11/2023 (built at 30/11/2023 12:46:04)
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}
31
31
  /*!
32
32
  * Pikaday