handsontable 0.0.0-next-51d3397-20231211 → 0.0.0-next-16c18c1-20231212

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


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

Files changed (247) hide show
  1. package/3rdparty/walkontable/src/calculator/renderAllColumns.js +2 -2
  2. package/3rdparty/walkontable/src/calculator/renderAllColumns.mjs +2 -2
  3. package/3rdparty/walkontable/src/calculator/renderAllRows.js +2 -2
  4. package/3rdparty/walkontable/src/calculator/renderAllRows.mjs +2 -2
  5. package/3rdparty/walkontable/src/calculator/viewportColumns.js +2 -2
  6. package/3rdparty/walkontable/src/calculator/viewportColumns.mjs +2 -2
  7. package/3rdparty/walkontable/src/calculator/viewportRows.js +2 -2
  8. package/3rdparty/walkontable/src/calculator/viewportRows.mjs +2 -2
  9. package/3rdparty/walkontable/src/cell/coords.js +2 -2
  10. package/3rdparty/walkontable/src/cell/coords.mjs +2 -2
  11. package/3rdparty/walkontable/src/cell/range.js +2 -2
  12. package/3rdparty/walkontable/src/cell/range.mjs +2 -2
  13. package/3rdparty/walkontable/src/core/_base.js +2 -2
  14. package/3rdparty/walkontable/src/core/_base.mjs +2 -2
  15. package/3rdparty/walkontable/src/core/clone.js +2 -2
  16. package/3rdparty/walkontable/src/core/clone.mjs +2 -2
  17. package/3rdparty/walkontable/src/filter/column.js +2 -2
  18. package/3rdparty/walkontable/src/filter/column.mjs +2 -2
  19. package/3rdparty/walkontable/src/filter/row.js +2 -2
  20. package/3rdparty/walkontable/src/filter/row.mjs +2 -2
  21. package/3rdparty/walkontable/src/overlay/_base.js +2 -2
  22. package/3rdparty/walkontable/src/overlay/_base.mjs +2 -2
  23. package/3rdparty/walkontable/src/overlay/bottom.js +2 -2
  24. package/3rdparty/walkontable/src/overlay/bottom.mjs +2 -2
  25. package/3rdparty/walkontable/src/overlay/top.js +2 -2
  26. package/3rdparty/walkontable/src/overlay/top.mjs +2 -2
  27. package/3rdparty/walkontable/src/overlay/topInlineStartCorner.js +2 -2
  28. package/3rdparty/walkontable/src/overlay/topInlineStartCorner.mjs +2 -2
  29. package/3rdparty/walkontable/src/overlays.js +2 -2
  30. package/3rdparty/walkontable/src/overlays.mjs +2 -2
  31. package/3rdparty/walkontable/src/renderer/_base.js +2 -2
  32. package/3rdparty/walkontable/src/renderer/_base.mjs +2 -2
  33. package/3rdparty/walkontable/src/renderer/cells.js +2 -2
  34. package/3rdparty/walkontable/src/renderer/cells.mjs +2 -2
  35. package/3rdparty/walkontable/src/renderer/rowHeaders.js +2 -2
  36. package/3rdparty/walkontable/src/renderer/rowHeaders.mjs +2 -2
  37. package/3rdparty/walkontable/src/renderer/rows.js +2 -2
  38. package/3rdparty/walkontable/src/renderer/rows.mjs +2 -2
  39. package/3rdparty/walkontable/src/renderer/table.js +2 -2
  40. package/3rdparty/walkontable/src/renderer/table.mjs +2 -2
  41. package/3rdparty/walkontable/src/scroll.js +2 -2
  42. package/3rdparty/walkontable/src/scroll.mjs +2 -2
  43. package/3rdparty/walkontable/src/settings.js +2 -2
  44. package/3rdparty/walkontable/src/settings.mjs +2 -2
  45. package/3rdparty/walkontable/src/table.js +2 -2
  46. package/3rdparty/walkontable/src/table.mjs +2 -2
  47. package/3rdparty/walkontable/src/utils/column.js +2 -2
  48. package/3rdparty/walkontable/src/utils/column.mjs +2 -2
  49. package/3rdparty/walkontable/src/utils/columnStretching.js +2 -2
  50. package/3rdparty/walkontable/src/utils/columnStretching.mjs +2 -2
  51. package/3rdparty/walkontable/src/utils/nodesPool.js +2 -2
  52. package/3rdparty/walkontable/src/utils/nodesPool.mjs +2 -2
  53. package/3rdparty/walkontable/src/utils/orderView/view.js +2 -2
  54. package/3rdparty/walkontable/src/utils/orderView/view.mjs +2 -2
  55. package/3rdparty/walkontable/src/utils/orderView/viewSize.js +2 -2
  56. package/3rdparty/walkontable/src/utils/orderView/viewSize.mjs +2 -2
  57. package/3rdparty/walkontable/src/utils/orderView/viewSizeSet.js +2 -2
  58. package/3rdparty/walkontable/src/utils/orderView/viewSizeSet.mjs +2 -2
  59. package/3rdparty/walkontable/src/utils/row.js +2 -2
  60. package/3rdparty/walkontable/src/utils/row.mjs +2 -2
  61. package/base.js +2 -2
  62. package/base.mjs +2 -2
  63. package/dataMap/dataMap.js +2 -2
  64. package/dataMap/dataMap.mjs +2 -2
  65. package/dataMap/dataSource.js +2 -2
  66. package/dataMap/dataSource.mjs +2 -2
  67. package/dataMap/metaManager/lazyFactoryMap.js +2 -2
  68. package/dataMap/metaManager/lazyFactoryMap.mjs +2 -2
  69. package/dataMap/metaManager/metaLayers/cellMeta.js +2 -2
  70. package/dataMap/metaManager/metaLayers/cellMeta.mjs +2 -2
  71. package/dataMap/metaManager/metaLayers/columnMeta.js +2 -2
  72. package/dataMap/metaManager/metaLayers/columnMeta.mjs +2 -2
  73. package/dataMap/metaManager/metaLayers/globalMeta.js +2 -2
  74. package/dataMap/metaManager/metaLayers/globalMeta.mjs +2 -2
  75. package/dataMap/metaManager/metaLayers/tableMeta.js +2 -2
  76. package/dataMap/metaManager/metaLayers/tableMeta.mjs +2 -2
  77. package/dataMap/metaManager/mods/dynamicCellMeta.js +2 -2
  78. package/dataMap/metaManager/mods/dynamicCellMeta.mjs +2 -2
  79. package/dataMap/metaManager/mods/extendMetaProperties.js +2 -2
  80. package/dataMap/metaManager/mods/extendMetaProperties.mjs +2 -2
  81. package/dist/handsontable.css +2 -2
  82. package/dist/handsontable.full.css +2 -2
  83. package/dist/handsontable.full.js +17 -17
  84. package/dist/handsontable.full.min.css +2 -2
  85. package/dist/handsontable.full.min.js +4 -4
  86. package/dist/handsontable.js +17 -17
  87. package/dist/handsontable.min.css +2 -2
  88. package/dist/handsontable.min.js +4 -4
  89. package/editorManager.js +2 -2
  90. package/editorManager.mjs +2 -2
  91. package/editors/autocompleteEditor/autocompleteEditor.js +2 -2
  92. package/editors/autocompleteEditor/autocompleteEditor.mjs +2 -2
  93. package/editors/baseEditor/baseEditor.js +2 -2
  94. package/editors/baseEditor/baseEditor.mjs +2 -2
  95. package/editors/dateEditor/dateEditor.js +2 -2
  96. package/editors/dateEditor/dateEditor.mjs +2 -2
  97. package/editors/textEditor/textEditor.js +2 -2
  98. package/editors/textEditor/textEditor.mjs +2 -2
  99. package/eventManager.js +2 -2
  100. package/eventManager.mjs +2 -2
  101. package/helpers/mixed.js +1 -1
  102. package/helpers/mixed.mjs +1 -1
  103. package/package.json +2 -2
  104. package/pluginHooks.js +2 -2
  105. package/pluginHooks.mjs +2 -2
  106. package/plugins/autoColumnSize/autoColumnSize.js +2 -2
  107. package/plugins/autoColumnSize/autoColumnSize.mjs +2 -2
  108. package/plugins/autoRowSize/autoRowSize.js +2 -2
  109. package/plugins/autoRowSize/autoRowSize.mjs +2 -2
  110. package/plugins/autofill/autofill.js +2 -2
  111. package/plugins/autofill/autofill.mjs +2 -2
  112. package/plugins/base/base.js +2 -2
  113. package/plugins/base/base.mjs +2 -2
  114. package/plugins/bindRowsWithHeaders/bindRowsWithHeaders.js +2 -2
  115. package/plugins/bindRowsWithHeaders/bindRowsWithHeaders.mjs +2 -2
  116. package/plugins/collapsibleColumns/collapsibleColumns.js +2 -2
  117. package/plugins/collapsibleColumns/collapsibleColumns.mjs +2 -2
  118. package/plugins/columnSorting/columnSorting.js +2 -2
  119. package/plugins/columnSorting/columnSorting.mjs +2 -2
  120. package/plugins/columnSorting/columnStatesManager.js +2 -2
  121. package/plugins/columnSorting/columnStatesManager.mjs +2 -2
  122. package/plugins/columnSummary/columnSummary.js +2 -2
  123. package/plugins/columnSummary/columnSummary.mjs +2 -2
  124. package/plugins/columnSummary/endpoints.js +2 -2
  125. package/plugins/columnSummary/endpoints.mjs +2 -2
  126. package/plugins/comments/commentEditor.js +2 -2
  127. package/plugins/comments/commentEditor.mjs +2 -2
  128. package/plugins/comments/comments.js +2 -2
  129. package/plugins/comments/comments.mjs +2 -2
  130. package/plugins/comments/displaySwitch.js +2 -2
  131. package/plugins/comments/displaySwitch.mjs +2 -2
  132. package/plugins/contextMenu/commandExecutor.js +2 -2
  133. package/plugins/contextMenu/commandExecutor.mjs +2 -2
  134. package/plugins/contextMenu/contextMenu.js +2 -2
  135. package/plugins/contextMenu/contextMenu.mjs +2 -2
  136. package/plugins/contextMenu/itemsFactory.js +2 -2
  137. package/plugins/contextMenu/itemsFactory.mjs +2 -2
  138. package/plugins/contextMenu/menu/cursor.js +2 -2
  139. package/plugins/contextMenu/menu/cursor.mjs +2 -2
  140. package/plugins/contextMenu/menu/menu.js +2 -2
  141. package/plugins/contextMenu/menu/menu.mjs +2 -2
  142. package/plugins/copyPaste/copyPaste.js +2 -2
  143. package/plugins/copyPaste/copyPaste.mjs +2 -2
  144. package/plugins/customBorders/customBorders.js +2 -2
  145. package/plugins/customBorders/customBorders.mjs +2 -2
  146. package/plugins/dragToScroll/dragToScroll.js +2 -2
  147. package/plugins/dragToScroll/dragToScroll.mjs +2 -2
  148. package/plugins/dropdownMenu/dropdownMenu.js +2 -2
  149. package/plugins/dropdownMenu/dropdownMenu.mjs +2 -2
  150. package/plugins/exportFile/dataProvider.js +2 -2
  151. package/plugins/exportFile/dataProvider.mjs +2 -2
  152. package/plugins/exportFile/types/_base.js +2 -2
  153. package/plugins/exportFile/types/_base.mjs +2 -2
  154. package/plugins/filters/component/_base.js +2 -2
  155. package/plugins/filters/component/_base.mjs +2 -2
  156. package/plugins/filters/component/actionBar.js +2 -2
  157. package/plugins/filters/component/actionBar.mjs +2 -2
  158. package/plugins/filters/component/condition.js +2 -2
  159. package/plugins/filters/component/condition.mjs +2 -2
  160. package/plugins/filters/component/operators.js +2 -2
  161. package/plugins/filters/component/operators.mjs +2 -2
  162. package/plugins/filters/component/value.js +2 -2
  163. package/plugins/filters/component/value.mjs +2 -2
  164. package/plugins/filters/conditionCollection.js +2 -2
  165. package/plugins/filters/conditionCollection.mjs +2 -2
  166. package/plugins/filters/conditionUpdateObserver.js +2 -2
  167. package/plugins/filters/conditionUpdateObserver.mjs +2 -2
  168. package/plugins/filters/dataFilter.js +2 -2
  169. package/plugins/filters/dataFilter.mjs +2 -2
  170. package/plugins/filters/filters.js +2 -2
  171. package/plugins/filters/filters.mjs +2 -2
  172. package/plugins/filters/ui/_base.js +2 -2
  173. package/plugins/filters/ui/_base.mjs +2 -2
  174. package/plugins/formulas/formulas.js +2 -2
  175. package/plugins/formulas/formulas.mjs +2 -2
  176. package/plugins/manualColumnMove/ui/_base.js +2 -2
  177. package/plugins/manualColumnMove/ui/_base.mjs +2 -2
  178. package/plugins/manualRowMove/ui/_base.js +2 -2
  179. package/plugins/manualRowMove/ui/_base.mjs +2 -2
  180. package/plugins/mergeCells/calculations/autofill.js +2 -2
  181. package/plugins/mergeCells/calculations/autofill.mjs +2 -2
  182. package/plugins/mergeCells/calculations/selection.js +2 -2
  183. package/plugins/mergeCells/calculations/selection.mjs +2 -2
  184. package/plugins/mergeCells/cellCoords.js +2 -2
  185. package/plugins/mergeCells/cellCoords.mjs +2 -2
  186. package/plugins/mergeCells/cellsCollection.js +2 -2
  187. package/plugins/mergeCells/cellsCollection.mjs +2 -2
  188. package/plugins/mergeCells/mergeCells.js +2 -2
  189. package/plugins/mergeCells/mergeCells.mjs +2 -2
  190. package/plugins/multiColumnSorting/multiColumnSorting.js +2 -2
  191. package/plugins/multiColumnSorting/multiColumnSorting.mjs +2 -2
  192. package/plugins/multipleSelectionHandles/multipleSelectionHandles.js +2 -2
  193. package/plugins/multipleSelectionHandles/multipleSelectionHandles.mjs +2 -2
  194. package/plugins/nestedHeaders/nestedHeaders.js +2 -2
  195. package/plugins/nestedHeaders/nestedHeaders.mjs +2 -2
  196. package/plugins/nestedHeaders/utils/ghostTable.js +2 -2
  197. package/plugins/nestedHeaders/utils/ghostTable.mjs +2 -2
  198. package/plugins/nestedRows/data/dataManager.js +2 -2
  199. package/plugins/nestedRows/data/dataManager.mjs +2 -2
  200. package/plugins/nestedRows/nestedRows.js +2 -2
  201. package/plugins/nestedRows/nestedRows.mjs +2 -2
  202. package/plugins/nestedRows/ui/_base.js +2 -2
  203. package/plugins/nestedRows/ui/_base.mjs +2 -2
  204. package/plugins/nestedRows/ui/contextMenu.js +2 -2
  205. package/plugins/nestedRows/ui/contextMenu.mjs +2 -2
  206. package/plugins/nestedRows/utils/rowMoveController.js +2 -2
  207. package/plugins/nestedRows/utils/rowMoveController.mjs +2 -2
  208. package/plugins/persistentState/persistentState.js +2 -2
  209. package/plugins/persistentState/persistentState.mjs +2 -2
  210. package/plugins/persistentState/storage.js +2 -2
  211. package/plugins/persistentState/storage.mjs +2 -2
  212. package/plugins/search/search.js +2 -2
  213. package/plugins/search/search.mjs +2 -2
  214. package/plugins/touchScroll/touchScroll.js +2 -2
  215. package/plugins/touchScroll/touchScroll.mjs +2 -2
  216. package/plugins/trimRows/trimRows.js +2 -2
  217. package/plugins/trimRows/trimRows.mjs +2 -2
  218. package/selection/highlight/highlight.js +2 -2
  219. package/selection/highlight/highlight.mjs +2 -2
  220. package/selection/highlight/visualSelection.js +2 -2
  221. package/selection/highlight/visualSelection.mjs +2 -2
  222. package/selection/range.js +2 -2
  223. package/selection/range.mjs +2 -2
  224. package/selection/selection.js +2 -2
  225. package/selection/selection.mjs +2 -2
  226. package/tableView.js +2 -2
  227. package/tableView.mjs +2 -2
  228. package/translations/indexMapper.js +2 -2
  229. package/translations/indexMapper.mjs +2 -2
  230. package/translations/mapCollections/aggregatedCollection.js +2 -2
  231. package/translations/mapCollections/aggregatedCollection.mjs +2 -2
  232. package/translations/mapCollections/mapCollection.js +2 -2
  233. package/translations/mapCollections/mapCollection.mjs +2 -2
  234. package/translations/maps/indexMap.js +2 -2
  235. package/translations/maps/indexMap.mjs +2 -2
  236. package/translations/maps/linkedPhysicalIndexToValueMap.js +2 -2
  237. package/translations/maps/linkedPhysicalIndexToValueMap.mjs +2 -2
  238. package/utils/dataStructures/linkedList.js +2 -2
  239. package/utils/dataStructures/linkedList.mjs +2 -2
  240. package/utils/dataStructures/tree.js +2 -2
  241. package/utils/dataStructures/tree.mjs +2 -2
  242. package/utils/ghostTable.js +2 -2
  243. package/utils/ghostTable.mjs +2 -2
  244. package/utils/interval.js +2 -2
  245. package/utils/interval.mjs +2 -2
  246. package/utils/samplesGenerator.js +2 -2
  247. package/utils/samplesGenerator.mjs +2 -2
@@ -1,7 +1,7 @@
1
1
  import "core-js/modules/es.error.cause.js";
2
2
  function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
3
- function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
4
- function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
3
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : String(i); }
4
+ function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
5
5
  import Hooks from "../../../pluginHooks.mjs";
6
6
  import { hasOwnProperty } from "../../../helpers/object.mjs";
7
7
  import { isFunction } from "../../../helpers/function.mjs";
@@ -3,8 +3,8 @@
3
3
  exports.__esModule = true;
4
4
  require("core-js/modules/es.error.cause.js");
5
5
  function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
6
- function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
7
- function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
6
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : String(i); }
7
+ function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
8
8
  /**
9
9
  * @class ExtendMetaPropertiesMod
10
10
  */
@@ -1,7 +1,7 @@
1
1
  import "core-js/modules/es.error.cause.js";
2
2
  function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
3
- function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
4
- function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
3
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : String(i); }
4
+ function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
5
5
  /**
6
6
  * @class ExtendMetaPropertiesMod
7
7
  */
@@ -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-51d3397-20231211
29
- * Release date: 30/11/2023 (built at 11/12/2023 13:18:35)
28
+ * Version: 0.0.0-next-16c18c1-20231212
29
+ * Release date: 30/11/2023 (built at 12/12/2023 09:51:19)
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: 0.0.0-next-51d3397-20231211
29
- * Release date: 30/11/2023 (built at 11/12/2023 13:18:35)
28
+ * Version: 0.0.0-next-16c18c1-20231212
29
+ * Release date: 30/11/2023 (built at 12/12/2023 09:51:19)
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: 0.0.0-next-51d3397-20231211
29
- * Release date: 30/11/2023 (built at 11/12/2023 13:18:35)
28
+ * Version: 0.0.0-next-16c18c1-20231212
29
+ * Release date: 30/11/2023 (built at 12/12/2023 09:51:19)
30
30
  */
31
31
  (function webpackUniversalModuleDefinition(root, factory) {
32
32
  if(typeof exports === 'object' && typeof module === 'object')
@@ -43035,8 +43035,8 @@ Handsontable.hooks = _pluginHooks.default.getSingleton();
43035
43035
  Handsontable.CellCoords = _src.CellCoords;
43036
43036
  Handsontable.CellRange = _src.CellRange;
43037
43037
  Handsontable.packageName = 'handsontable';
43038
- Handsontable.buildDate = "11/12/2023 13:18:35";
43039
- Handsontable.version = "0.0.0-next-51d3397-20231211";
43038
+ Handsontable.buildDate = "12/12/2023 09:51:19";
43039
+ Handsontable.version = "0.0.0-next-16c18c1-20231212";
43040
43040
  Handsontable.languages = {
43041
43041
  dictionaryKeys: _registry.dictionaryKeys,
43042
43042
  getLanguageDictionary: _registry.getLanguageDictionary,
@@ -53156,7 +53156,7 @@ const domMessages = {
53156
53156
  function _injectProductInfo(key, element) {
53157
53157
  const hasValidType = !isEmpty(key);
53158
53158
  const isNonCommercial = typeof key === 'string' && key.toLowerCase() === 'non-commercial-and-evaluation';
53159
- const hotVersion = "0.0.0-next-51d3397-20231211";
53159
+ const hotVersion = "0.0.0-next-16c18c1-20231212";
53160
53160
  let keyValidityDate;
53161
53161
  let consoleMessageState = 'invalid';
53162
53162
  let domMessageState = 'invalid';
@@ -61973,11 +61973,11 @@ module.exports = _defineProperty, module.exports.__esModule = true, module.expor
61973
61973
 
61974
61974
  var _typeof = (__webpack_require__(457)["default"]);
61975
61975
  var toPrimitive = __webpack_require__(458);
61976
- function _toPropertyKey(arg) {
61977
- var key = toPrimitive(arg, "string");
61978
- return _typeof(key) === "symbol" ? key : String(key);
61976
+ function toPropertyKey(t) {
61977
+ var i = toPrimitive(t, "string");
61978
+ return "symbol" == _typeof(i) ? i : String(i);
61979
61979
  }
61980
- module.exports = _toPropertyKey, module.exports.__esModule = true, module.exports["default"] = module.exports;
61980
+ module.exports = toPropertyKey, module.exports.__esModule = true, module.exports["default"] = module.exports;
61981
61981
 
61982
61982
  /***/ }),
61983
61983
  /* 457 */
@@ -61999,17 +61999,17 @@ module.exports = _typeof, module.exports.__esModule = true, module.exports["defa
61999
61999
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
62000
62000
 
62001
62001
  var _typeof = (__webpack_require__(457)["default"]);
62002
- function _toPrimitive(input, hint) {
62003
- if (_typeof(input) !== "object" || input === null) return input;
62004
- var prim = input[Symbol.toPrimitive];
62005
- if (prim !== undefined) {
62006
- var res = prim.call(input, hint || "default");
62007
- if (_typeof(res) !== "object") return res;
62002
+ function toPrimitive(t, r) {
62003
+ if ("object" != _typeof(t) || !t) return t;
62004
+ var e = t[Symbol.toPrimitive];
62005
+ if (void 0 !== e) {
62006
+ var i = e.call(t, r || "default");
62007
+ if ("object" != _typeof(i)) return i;
62008
62008
  throw new TypeError("@@toPrimitive must return a primitive value.");
62009
62009
  }
62010
- return (hint === "string" ? String : Number)(input);
62010
+ return ("string" === r ? String : Number)(t);
62011
62011
  }
62012
- module.exports = _toPrimitive, module.exports.__esModule = true, module.exports["default"] = module.exports;
62012
+ module.exports = toPrimitive, module.exports.__esModule = true, module.exports["default"] = module.exports;
62013
62013
 
62014
62014
  /***/ }),
62015
62015
  /* 459 */
@@ -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-51d3397-20231211
29
- * Release date: 30/11/2023 (built at 11/12/2023 13:18:53)
28
+ * Version: 0.0.0-next-16c18c1-20231212
29
+ * Release date: 30/11/2023 (built at 12/12/2023 09:51:36)
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