handsontable 11.0.0 → 11.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (124) hide show
  1. package/CHANGELOG.md +1 -2
  2. package/base.js +2 -2
  3. package/base.mjs +2 -2
  4. package/dist/handsontable.css +2 -2
  5. package/dist/handsontable.full.css +2 -2
  6. package/dist/handsontable.full.js +8 -8
  7. package/dist/handsontable.full.min.css +2 -2
  8. package/dist/handsontable.full.min.js +4 -4
  9. package/dist/handsontable.js +8 -8
  10. package/dist/handsontable.min.css +2 -2
  11. package/dist/handsontable.min.js +3 -3
  12. package/editors/autocompleteEditor/autocompleteEditor.js +1 -1
  13. package/editors/autocompleteEditor/autocompleteEditor.mjs +1 -1
  14. package/editors/dateEditor/dateEditor.js +1 -1
  15. package/editors/dateEditor/dateEditor.mjs +1 -1
  16. package/editors/dropdownEditor/dropdownEditor.js +1 -1
  17. package/editors/dropdownEditor/dropdownEditor.mjs +1 -1
  18. package/editors/handsontableEditor/handsontableEditor.js +1 -1
  19. package/editors/handsontableEditor/handsontableEditor.mjs +1 -1
  20. package/editors/passwordEditor/passwordEditor.js +1 -1
  21. package/editors/passwordEditor/passwordEditor.mjs +1 -1
  22. package/editors/selectEditor/selectEditor.js +1 -1
  23. package/editors/selectEditor/selectEditor.mjs +1 -1
  24. package/editors/textEditor/textEditor.js +1 -1
  25. package/editors/textEditor/textEditor.mjs +1 -1
  26. package/helpers/mixed.js +1 -1
  27. package/helpers/mixed.mjs +1 -1
  28. package/package.json +1 -1
  29. package/plugins/autoColumnSize/autoColumnSize.js +1 -1
  30. package/plugins/autoColumnSize/autoColumnSize.mjs +1 -1
  31. package/plugins/autoRowSize/autoRowSize.js +1 -1
  32. package/plugins/autoRowSize/autoRowSize.mjs +1 -1
  33. package/plugins/autofill/autofill.js +1 -1
  34. package/plugins/autofill/autofill.mjs +1 -1
  35. package/plugins/bindRowsWithHeaders/bindRowsWithHeaders.js +1 -1
  36. package/plugins/bindRowsWithHeaders/bindRowsWithHeaders.mjs +1 -1
  37. package/plugins/bindRowsWithHeaders/maps/looseBindsMap.js +1 -1
  38. package/plugins/bindRowsWithHeaders/maps/looseBindsMap.mjs +1 -1
  39. package/plugins/bindRowsWithHeaders/maps/strictBindsMap.js +1 -1
  40. package/plugins/bindRowsWithHeaders/maps/strictBindsMap.mjs +1 -1
  41. package/plugins/collapsibleColumns/collapsibleColumns.js +1 -1
  42. package/plugins/collapsibleColumns/collapsibleColumns.mjs +1 -1
  43. package/plugins/columnSorting/columnSorting.js +1 -1
  44. package/plugins/columnSorting/columnSorting.mjs +1 -1
  45. package/plugins/columnSummary/columnSummary.js +1 -1
  46. package/plugins/columnSummary/columnSummary.mjs +1 -1
  47. package/plugins/comments/comments.js +1 -1
  48. package/plugins/comments/comments.mjs +1 -1
  49. package/plugins/contextMenu/contextMenu.js +1 -1
  50. package/plugins/contextMenu/contextMenu.mjs +1 -1
  51. package/plugins/copyPaste/copyPaste.js +1 -1
  52. package/plugins/copyPaste/copyPaste.mjs +1 -1
  53. package/plugins/customBorders/customBorders.js +1 -1
  54. package/plugins/customBorders/customBorders.mjs +1 -1
  55. package/plugins/dragToScroll/dragToScroll.js +1 -1
  56. package/plugins/dragToScroll/dragToScroll.mjs +1 -1
  57. package/plugins/dropdownMenu/dropdownMenu.js +1 -1
  58. package/plugins/dropdownMenu/dropdownMenu.mjs +1 -1
  59. package/plugins/filters/component/condition.js +1 -1
  60. package/plugins/filters/component/condition.mjs +1 -1
  61. package/plugins/filters/component/value.js +1 -1
  62. package/plugins/filters/component/value.mjs +1 -1
  63. package/plugins/filters/filters.js +1 -1
  64. package/plugins/filters/filters.mjs +1 -1
  65. package/plugins/filters/ui/input.js +1 -1
  66. package/plugins/filters/ui/input.mjs +1 -1
  67. package/plugins/filters/ui/link.js +1 -1
  68. package/plugins/filters/ui/link.mjs +1 -1
  69. package/plugins/filters/ui/multipleSelect.js +1 -1
  70. package/plugins/filters/ui/multipleSelect.mjs +1 -1
  71. package/plugins/filters/ui/radioInput.js +1 -1
  72. package/plugins/filters/ui/radioInput.mjs +1 -1
  73. package/plugins/filters/ui/select.js +1 -1
  74. package/plugins/filters/ui/select.mjs +1 -1
  75. package/plugins/formulas/formulas.js +1 -1
  76. package/plugins/formulas/formulas.mjs +1 -1
  77. package/plugins/hiddenColumns/hiddenColumns.js +1 -1
  78. package/plugins/hiddenColumns/hiddenColumns.mjs +1 -1
  79. package/plugins/hiddenRows/hiddenRows.js +1 -1
  80. package/plugins/hiddenRows/hiddenRows.mjs +1 -1
  81. package/plugins/manualColumnFreeze/manualColumnFreeze.js +1 -1
  82. package/plugins/manualColumnFreeze/manualColumnFreeze.mjs +1 -1
  83. package/plugins/manualColumnMove/manualColumnMove.js +1 -1
  84. package/plugins/manualColumnMove/manualColumnMove.mjs +1 -1
  85. package/plugins/manualColumnMove/ui/backlight.js +1 -1
  86. package/plugins/manualColumnMove/ui/backlight.mjs +1 -1
  87. package/plugins/manualColumnMove/ui/guideline.js +1 -1
  88. package/plugins/manualColumnMove/ui/guideline.mjs +1 -1
  89. package/plugins/manualColumnResize/manualColumnResize.js +1 -1
  90. package/plugins/manualColumnResize/manualColumnResize.mjs +1 -1
  91. package/plugins/manualRowMove/manualRowMove.js +1 -1
  92. package/plugins/manualRowMove/manualRowMove.mjs +1 -1
  93. package/plugins/manualRowMove/ui/backlight.js +1 -1
  94. package/plugins/manualRowMove/ui/backlight.mjs +1 -1
  95. package/plugins/manualRowMove/ui/guideline.js +1 -1
  96. package/plugins/manualRowMove/ui/guideline.mjs +1 -1
  97. package/plugins/manualRowResize/manualRowResize.js +1 -1
  98. package/plugins/manualRowResize/manualRowResize.mjs +1 -1
  99. package/plugins/mergeCells/mergeCells.js +1 -1
  100. package/plugins/mergeCells/mergeCells.mjs +1 -1
  101. package/plugins/multiColumnSorting/multiColumnSorting.js +1 -1
  102. package/plugins/multiColumnSorting/multiColumnSorting.mjs +1 -1
  103. package/plugins/multipleSelectionHandles/multipleSelectionHandles.js +1 -1
  104. package/plugins/multipleSelectionHandles/multipleSelectionHandles.mjs +1 -1
  105. package/plugins/nestedHeaders/nestedHeaders.js +1 -1
  106. package/plugins/nestedHeaders/nestedHeaders.mjs +1 -1
  107. package/plugins/nestedRows/nestedRows.js +1 -1
  108. package/plugins/nestedRows/nestedRows.mjs +1 -1
  109. package/plugins/persistentState/persistentState.js +1 -1
  110. package/plugins/persistentState/persistentState.mjs +1 -1
  111. package/plugins/search/search.js +1 -1
  112. package/plugins/search/search.mjs +1 -1
  113. package/plugins/touchScroll/touchScroll.js +1 -1
  114. package/plugins/touchScroll/touchScroll.mjs +1 -1
  115. package/plugins/trimRows/trimRows.js +1 -1
  116. package/plugins/trimRows/trimRows.mjs +1 -1
  117. package/selection/highlight/visualSelection.js +1 -1
  118. package/selection/highlight/visualSelection.mjs +1 -1
  119. package/translations/maps/indexesSequence.js +1 -1
  120. package/translations/maps/indexesSequence.mjs +1 -1
  121. package/translations/maps/linkedPhysicalIndexToValueMap.js +1 -1
  122. package/translations/maps/linkedPhysicalIndexToValueMap.mjs +1 -1
  123. package/translations/maps/physicalIndexToValueMap.js +1 -1
  124. package/translations/maps/physicalIndexToValueMap.mjs +1 -1
package/CHANGELOG.md CHANGED
@@ -26,8 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
26
26
  - Moved the entire Handsontable package to its own, new subdirectory: `./handsontable`. [#8759](https://github.com/handsontable/handsontable/issues/8759)
27
27
  - Replaced the license files with updated versions. [#8877](https://github.com/handsontable/handsontable/issues/8877)
28
28
 
29
- ### Fixed
30
- - Improved the performance of a regular expression used to detect numeric values, and fixed major code smells. [#8752](https://github.com/handsontable/handsontable/issues/8752)
29
+ ### Fixed
31
30
  - Fixed an issue with incorrect filtering of locale-based data while using search input from a drop-down menu. [#6095](https://github.com/handsontable/handsontable/issues/6095)
32
31
  - Fixed an error thrown when using the `populateFromArray()` method with its `method` argument set to `shift_right`. [#6929](https://github.com/handsontable/handsontable/issues/6929)
33
32
  - Fixed an issue with the `beforeOnCellMouseDown` and `afterOnCellMouseDown` hooks using wrong coordinates. [#8498](https://github.com/handsontable/handsontable/issues/8498)
package/base.js CHANGED
@@ -52,8 +52,8 @@ Handsontable.Core = function (rootElement) {
52
52
  Handsontable.DefaultSettings = (0, _dataMap.metaSchemaFactory)();
53
53
  Handsontable.hooks = _pluginHooks.default.getSingleton();
54
54
  Handsontable.packageName = 'handsontable';
55
- Handsontable.buildDate = "17/11/2021 10:59:21";
56
- Handsontable.version = "11.0.0";
55
+ Handsontable.buildDate = "17/11/2021 15:10:24";
56
+ Handsontable.version = "11.0.1";
57
57
  Handsontable.languages = {
58
58
  dictionaryKeys: _registry.dictionaryKeys,
59
59
  getLanguageDictionary: _registry.getLanguageDictionary,
package/base.mjs CHANGED
@@ -37,8 +37,8 @@ Handsontable.Core = function (rootElement) {
37
37
  Handsontable.DefaultSettings = metaSchemaFactory();
38
38
  Handsontable.hooks = Hooks.getSingleton();
39
39
  Handsontable.packageName = 'handsontable';
40
- Handsontable.buildDate = "17/11/2021 10:59:34";
41
- Handsontable.version = "11.0.0";
40
+ Handsontable.buildDate = "17/11/2021 15:10:38";
41
+ Handsontable.version = "11.0.1";
42
42
  Handsontable.languages = {
43
43
  dictionaryKeys: dictionaryKeys,
44
44
  getLanguageDictionary: getLanguageDictionary,
@@ -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: 11.0.0
29
- * Release date: 17/11/2021 (built at 17/11/2021 10:59:45)
28
+ * Version: 11.0.1
29
+ * Release date: 17/11/2021 (built at 17/11/2021 15:10:49)
30
30
  */
31
31
  /**
32
32
  * Fix for bootstrap styles
@@ -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: 11.0.0
29
- * Release date: 17/11/2021 (built at 17/11/2021 10:59:45)
28
+ * Version: 11.0.1
29
+ * Release date: 17/11/2021 (built at 17/11/2021 15:10:49)
30
30
  */
31
31
  /**
32
32
  * Fix for bootstrap styles
@@ -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: 11.0.0
29
- * Release date: 17/11/2021 (built at 17/11/2021 10:59:45)
28
+ * Version: 11.0.1
29
+ * Release date: 17/11/2021 (built at 17/11/2021 15:10:49)
30
30
  */
31
31
  (function webpackUniversalModuleDefinition(root, factory) {
32
32
  if(typeof exports === 'object' && typeof module === 'object')
@@ -3893,7 +3893,7 @@ module.exports = function (options, source) {
3893
3893
 
3894
3894
  var superPropBase = __webpack_require__(765);
3895
3895
 
3896
- function _get(target, property, receiver) {
3896
+ function _get() {
3897
3897
  if (typeof Reflect !== "undefined" && Reflect.get) {
3898
3898
  module.exports = _get = Reflect.get;
3899
3899
  module.exports["default"] = module.exports, module.exports.__esModule = true;
@@ -3904,7 +3904,7 @@ function _get(target, property, receiver) {
3904
3904
  var desc = Object.getOwnPropertyDescriptor(base, property);
3905
3905
 
3906
3906
  if (desc.get) {
3907
- return desc.get.call(receiver);
3907
+ return desc.get.call(arguments.length < 3 ? target : receiver);
3908
3908
  }
3909
3909
 
3910
3910
  return desc.value;
@@ -3913,7 +3913,7 @@ function _get(target, property, receiver) {
3913
3913
  module.exports["default"] = module.exports, module.exports.__esModule = true;
3914
3914
  }
3915
3915
 
3916
- return _get(target, property, receiver || target);
3916
+ return _get.apply(this, arguments);
3917
3917
  }
3918
3918
 
3919
3919
  module.exports = _get;
@@ -4169,7 +4169,7 @@ var domMessages = {
4169
4169
  function _injectProductInfo(key, element) {
4170
4170
  var hasValidType = !isEmpty(key);
4171
4171
  var isNonCommercial = typeof key === 'string' && key.toLowerCase() === 'non-commercial-and-evaluation';
4172
- var hotVersion = "11.0.0";
4172
+ var hotVersion = "11.0.1";
4173
4173
  var keyValidityDate;
4174
4174
  var consoleMessageState = 'invalid';
4175
4175
  var domMessageState = 'invalid';
@@ -113759,8 +113759,8 @@ Handsontable.Core = function (rootElement) {
113759
113759
  Handsontable.DefaultSettings = (0, _dataMap.metaSchemaFactory)();
113760
113760
  Handsontable.hooks = _pluginHooks.default.getSingleton();
113761
113761
  Handsontable.packageName = 'handsontable';
113762
- Handsontable.buildDate = "17/11/2021 10:59:45";
113763
- Handsontable.version = "11.0.0";
113762
+ Handsontable.buildDate = "17/11/2021 15:10:49";
113763
+ Handsontable.version = "11.0.1";
113764
113764
  Handsontable.languages = {
113765
113765
  dictionaryKeys: _registry.dictionaryKeys,
113766
113766
  getLanguageDictionary: _registry.getLanguageDictionary,
@@ -26,8 +26,8 @@
26
26
  * INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING FROM
27
27
  * USE OR INABILITY TO USE THIS SOFTWARE.
28
28
  *
29
- * Version: 11.0.0
30
- * Release date: 17/11/2021 (built at 17/11/2021 11:00:13)
29
+ * Version: 11.0.1
30
+ * Release date: 17/11/2021 (built at 17/11/2021 15:11:21)
31
31
  */.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-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-lg-10.handsontable,.col-lg-11.handsontable,.col-lg-12.handsontable,.col-md-1.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-md-10.handsontable,.col-md-11.handsontable,.col-md-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-sm-10.handsontable,.col-sm-11.handsontable,.col-sm-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,.col-xs-10.handsontable,.col-xs-11.handsontable,.col-xs-12.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{position:relative;width:0;height:auto}.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:0}.handsontable table.htCore{border-collapse:separate;border-spacing:0;margin:0;border-width:0;table-layout:fixed;width:0;outline-width:0;cursor:default;max-width:none;max-height:none}.handsontable col,.handsontable col.rowHeader{width:50px}.handsontable td,.handsontable th{border-top-width:0;border-left-width:0;height:22px;empty-cells:show;line-height:21px;padding:0 4px;background-color:#fff;vertical-align:top;overflow:hidden;outline-width:0;white-space:pre-wrap}.handsontable td,.handsontable th,.handsontable th:last-child{border-right:1px solid #ccc;border-bottom:1px solid #ccc}.handsontable.htRowHeaders thead tr th:nth-child(2),.handsontable td:first-of-type,.handsontable th:first-child,.handsontable th:nth-child(2){border-left:1px solid #ccc}.handsontable tr:first-child td,.handsontable tr:first-child th{border-top:1px solid #ccc}.ht_master:not(.innerBorderLeft):not(.emptyColumns)~.handsontable:not(.ht_clone_top) thead tr th:first-child,.ht_master:not(.innerBorderLeft):not(.emptyColumns)~.handsontable tbody tr th{border-right-width:0}.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;text-align:center;font-weight:400;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{position:absolute;font-size:0}.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{font-size:0;cursor:crosshair}.ht_clone_master{z-index:100}.ht_clone_right{z-index:110}.ht_clone_left{z-index:120}.ht_clone_bottom{z-index:130}.ht_clone_bottom_right_corner{z-index:140}.ht_clone_bottom_left_corner{z-index:150}.ht_clone_top{z-index:160}.ht_clone_top_right_corner{z-index:170}.ht_clone_top_left_corner{z-index:180}.handsontable tbody tr th:nth-last-child(2),.ht_clone_top_left_corner thead tr th:nth-last-child(2){border-right:1px solid #ccc}.handsontable col.hidden{width:0!important}.handsontable tr.hidden,.handsontable tr.hidden td,.handsontable tr.hidden th{display:none}.ht_clone_bottom,.ht_clone_left,.ht_clone_top,.ht_master{overflow:hidden}.ht_master .wtHolder{overflow:auto}.handsontable .ht_clone_left thead,.handsontable .ht_master thead,.handsontable .ht_master tr th{visibility:hidden}.ht_clone_bottom .wtHolder,.ht_clone_left .wtHolder,.ht_clone_top .wtHolder{overflow:hidden}.handsontable{touch-action:manipulation;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Helvetica Neue,Arial,sans-serif;font-size:13px;font-weight:400;color:#373737}.handsontable a{color:#104acc}.handsontable.htAutoSize{visibility:hidden;left:-99000px;position:absolute;top:-99000px}.handsontable td.htInvalid{background-color:#ff4c42!important}.handsontable td.htNoWrap{white-space:nowrap}#hot-display-license-info{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Helvetica Neue,Arial,sans-serif;font-size:10px;font-weight:400;color:#373737;padding:5px 0 3px;text-align:left}#hot-display-license-info a{color:#104acc;font-size:10px}.handsontable .manualColumnResizer{position:absolute;top:0;cursor:col-resize;z-index:210;width:5px;height:25px}.handsontable .manualRowResizer{position:absolute;left:0;cursor:row-resize;z-index:210;height:5px;width:50px}.handsontable .manualColumnResizer.active,.handsontable .manualColumnResizer:hover,.handsontable .manualRowResizer.active,.handsontable .manualRowResizer:hover{background-color:#34a9db}.handsontable .manualColumnResizerGuide{position:absolute;right:0;top:0;background-color:#34a9db;display:none;width:0;border-right:1px dashed #777;margin-left:5px}.handsontable .manualRowResizerGuide{position:absolute;left:0;bottom:0;background-color:#34a9db;display:none;height:0;border-bottom:1px dashed #777;margin-top:5px}.handsontable .manualColumnResizerGuide.active,.handsontable .manualRowResizerGuide.active{display:block;z-index:209}.handsontable .columnSorting{position:relative}.handsontable .columnSorting.sortAction:hover{text-decoration:underline;cursor:pointer}.handsontable span.colHeader.columnSorting:before{top:50%;margin-top:-6px;padding-left:8px;position:absolute;right:-9px;content:"";height:10px;width:5px;background-size:contain;background-repeat:no-repeat;background-position-x:right}.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):after{content:"*";display:inline-block;position:relative;padding-right:20px}.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{content:"";position:absolute;top:0;left:0;right:0;bottom:0;bottom:-100%\9;background:#005eff}@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.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{border:none;outline-width:0;margin:0;padding:1px 5px 0;font-family:inherit;line-height:21px;font-size:inherit;box-shadow:inset 0 0 0 2px #5292f7;resize:none;display:block;color:#000;border-radius:0;background-color:#fff}.handsontableInput:focus{outline:none}.handsontableInputHolder{position:absolute;top:0;left: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{content:"\25B6";color:#777;position:absolute;right:5px;font-size:9px}.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{border:1px solid #ccc;border-collapse:separate;background:#fff}.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}.handsontable.listbox td,.handsontable.listbox th{white-space:nowrap;text-overflow:ellipsis}.handsontable.listbox td.htDimmed{cursor:default;color:inherit;font-style:inherit}.handsontable.listbox .wtBorder{visibility:hidden}.handsontable.listbox tr:hover td,.handsontable.listbox tr td.current{background:#eee}.ht_editor_hidden{z-index:-1}.ht_editor_visible{z-index:200}.handsontable td.htSearchResult{background:#fcedd9;color:#583707}.collapsibleIndicator{position:absolute;top:50%;transform:translateY(-50%);right:5px;border:1px solid #a6a6a6;line-height:8px;color:#222;border-radius:10px;font-size:10px;width:10px;height:10px;cursor:pointer;-webkit-box-shadow:0 0 0 6px #eee;-moz-box-shadow:0 0 0 6px #eee;box-shadow:0 0 0 6px #eee;background:#eee;text-align:center}.handsontable.mobile,.handsontable.mobile .wtHolder{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-overflow-scrolling:touch}.handsontable.mobile .handsontableInput:focus{-webkit-box-shadow:0 0 0 2px #5292f7 inset;-moz-box-shadow:0 0 0 2px #5292f7 inset;box-shadow:inset 0 0 0 2px #5292f7;-webkit-appearance:none}.topLeftSelectionHandle-HitArea:not(.ht_master .topLeftSelectionHandle-HitArea),.topLeftSelectionHandle:not(.ht_master .topLeftSelectionHandle){z-index:9999}.bottomRightSelectionHandle,.bottomRightSelectionHandle-HitArea,.topLeftSelectionHandle,.topLeftSelectionHandle-HitArea{left:-10000px;top:-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}
32
32
 
33
33
  /*!