handsontable 0.0.0-next-35d334b-20240408 → 0.0.0-next-12340ef-20240409

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 (325) hide show
  1. package/3rdparty/walkontable/src/calculator/renderAllColumns.js +1 -1
  2. package/3rdparty/walkontable/src/calculator/renderAllColumns.mjs +1 -1
  3. package/3rdparty/walkontable/src/calculator/renderAllRows.js +1 -1
  4. package/3rdparty/walkontable/src/calculator/renderAllRows.mjs +1 -1
  5. package/3rdparty/walkontable/src/calculator/viewportColumns.js +1 -1
  6. package/3rdparty/walkontable/src/calculator/viewportColumns.mjs +1 -1
  7. package/3rdparty/walkontable/src/calculator/viewportRows.js +1 -1
  8. package/3rdparty/walkontable/src/calculator/viewportRows.mjs +1 -1
  9. package/3rdparty/walkontable/src/cell/coords.js +1 -1
  10. package/3rdparty/walkontable/src/cell/coords.mjs +1 -1
  11. package/3rdparty/walkontable/src/cell/range.js +1 -1
  12. package/3rdparty/walkontable/src/cell/range.mjs +1 -1
  13. package/3rdparty/walkontable/src/core/_base.js +1 -1
  14. package/3rdparty/walkontable/src/core/_base.mjs +1 -1
  15. package/3rdparty/walkontable/src/core/clone.js +1 -1
  16. package/3rdparty/walkontable/src/core/clone.mjs +1 -1
  17. package/3rdparty/walkontable/src/filter/column.js +1 -1
  18. package/3rdparty/walkontable/src/filter/column.mjs +1 -1
  19. package/3rdparty/walkontable/src/filter/row.js +1 -1
  20. package/3rdparty/walkontable/src/filter/row.mjs +1 -1
  21. package/3rdparty/walkontable/src/index.js +1 -1
  22. package/3rdparty/walkontable/src/overlay/_base.js +1 -1
  23. package/3rdparty/walkontable/src/overlay/_base.mjs +1 -1
  24. package/3rdparty/walkontable/src/overlay/bottom.js +1 -1
  25. package/3rdparty/walkontable/src/overlay/bottom.mjs +1 -1
  26. package/3rdparty/walkontable/src/overlay/top.js +1 -1
  27. package/3rdparty/walkontable/src/overlay/top.mjs +1 -1
  28. package/3rdparty/walkontable/src/overlay/topInlineStartCorner.js +1 -1
  29. package/3rdparty/walkontable/src/overlay/topInlineStartCorner.mjs +1 -1
  30. package/3rdparty/walkontable/src/overlays.js +1 -1
  31. package/3rdparty/walkontable/src/overlays.mjs +1 -1
  32. package/3rdparty/walkontable/src/renderer/_base.js +1 -1
  33. package/3rdparty/walkontable/src/renderer/_base.mjs +1 -1
  34. package/3rdparty/walkontable/src/renderer/cells.js +1 -1
  35. package/3rdparty/walkontable/src/renderer/cells.mjs +1 -1
  36. package/3rdparty/walkontable/src/renderer/rowHeaders.js +1 -1
  37. package/3rdparty/walkontable/src/renderer/rowHeaders.mjs +1 -1
  38. package/3rdparty/walkontable/src/renderer/rows.js +1 -1
  39. package/3rdparty/walkontable/src/renderer/rows.mjs +1 -1
  40. package/3rdparty/walkontable/src/renderer/table.js +1 -1
  41. package/3rdparty/walkontable/src/renderer/table.mjs +1 -1
  42. package/3rdparty/walkontable/src/scroll.js +1 -1
  43. package/3rdparty/walkontable/src/scroll.mjs +1 -1
  44. package/3rdparty/walkontable/src/settings.js +1 -1
  45. package/3rdparty/walkontable/src/settings.mjs +1 -1
  46. package/3rdparty/walkontable/src/table.js +1 -1
  47. package/3rdparty/walkontable/src/table.mjs +1 -1
  48. package/3rdparty/walkontable/src/utils/column.js +1 -1
  49. package/3rdparty/walkontable/src/utils/column.mjs +1 -1
  50. package/3rdparty/walkontable/src/utils/columnStretching.js +1 -1
  51. package/3rdparty/walkontable/src/utils/columnStretching.mjs +1 -1
  52. package/3rdparty/walkontable/src/utils/nodesPool.js +1 -1
  53. package/3rdparty/walkontable/src/utils/nodesPool.mjs +1 -1
  54. package/3rdparty/walkontable/src/utils/orderView/view.js +1 -1
  55. package/3rdparty/walkontable/src/utils/orderView/view.mjs +1 -1
  56. package/3rdparty/walkontable/src/utils/orderView/viewSize.js +1 -1
  57. package/3rdparty/walkontable/src/utils/orderView/viewSize.mjs +1 -1
  58. package/3rdparty/walkontable/src/utils/orderView/viewSizeSet.js +1 -1
  59. package/3rdparty/walkontable/src/utils/orderView/viewSizeSet.mjs +1 -1
  60. package/3rdparty/walkontable/src/utils/row.js +1 -1
  61. package/3rdparty/walkontable/src/utils/row.mjs +1 -1
  62. package/base.js +2 -2
  63. package/base.mjs +2 -2
  64. package/dataMap/dataMap.js +1 -1
  65. package/dataMap/dataMap.mjs +1 -1
  66. package/dataMap/dataSource.js +1 -1
  67. package/dataMap/dataSource.mjs +1 -1
  68. package/dataMap/metaManager/lazyFactoryMap.js +3 -5
  69. package/dataMap/metaManager/lazyFactoryMap.mjs +2 -4
  70. package/dataMap/metaManager/metaLayers/cellMeta.js +1 -1
  71. package/dataMap/metaManager/metaLayers/cellMeta.mjs +1 -1
  72. package/dataMap/metaManager/metaLayers/columnMeta.js +1 -1
  73. package/dataMap/metaManager/metaLayers/columnMeta.mjs +1 -1
  74. package/dataMap/metaManager/metaLayers/globalMeta.js +1 -1
  75. package/dataMap/metaManager/metaLayers/globalMeta.mjs +1 -1
  76. package/dataMap/metaManager/metaLayers/tableMeta.js +1 -1
  77. package/dataMap/metaManager/metaLayers/tableMeta.mjs +1 -1
  78. package/dataMap/metaManager/mods/dynamicCellMeta.js +1 -1
  79. package/dataMap/metaManager/mods/dynamicCellMeta.mjs +1 -1
  80. package/dataMap/metaManager/mods/extendMetaProperties.js +1 -1
  81. package/dataMap/metaManager/mods/extendMetaProperties.mjs +1 -1
  82. package/dist/handsontable.css +2 -2
  83. package/dist/handsontable.full.css +2 -2
  84. package/dist/handsontable.full.js +352 -513
  85. package/dist/handsontable.full.min.css +2 -2
  86. package/dist/handsontable.full.min.js +76 -76
  87. package/dist/handsontable.js +116 -96
  88. package/dist/handsontable.min.css +2 -2
  89. package/dist/handsontable.min.js +16 -16
  90. package/editorManager.js +1 -1
  91. package/editorManager.mjs +1 -1
  92. package/editors/autocompleteEditor/autocompleteEditor.js +1 -1
  93. package/editors/autocompleteEditor/autocompleteEditor.mjs +1 -1
  94. package/editors/baseEditor/baseEditor.js +1 -1
  95. package/editors/baseEditor/baseEditor.mjs +1 -1
  96. package/editors/dateEditor/dateEditor.js +35 -11
  97. package/editors/dateEditor/dateEditor.mjs +35 -11
  98. package/editors/textEditor/textEditor.js +1 -1
  99. package/editors/textEditor/textEditor.mjs +1 -1
  100. package/eventManager.js +1 -1
  101. package/eventManager.mjs +1 -1
  102. package/helpers/mixed.js +1 -1
  103. package/helpers/mixed.mjs +1 -1
  104. package/i18n/languages/ar-AR.js +1 -1
  105. package/i18n/languages/cs-CZ.js +1 -1
  106. package/i18n/languages/de-CH.js +1 -1
  107. package/i18n/languages/de-DE.js +1 -1
  108. package/i18n/languages/en-US.js +1 -1
  109. package/i18n/languages/es-MX.js +1 -1
  110. package/i18n/languages/fr-FR.js +1 -1
  111. package/i18n/languages/hr-HR.js +1 -1
  112. package/i18n/languages/it-IT.js +1 -1
  113. package/i18n/languages/ja-JP.js +1 -1
  114. package/i18n/languages/ko-KR.js +1 -1
  115. package/i18n/languages/lv-LV.js +1 -1
  116. package/i18n/languages/nb-NO.js +1 -1
  117. package/i18n/languages/nl-NL.js +1 -1
  118. package/i18n/languages/pl-PL.js +1 -1
  119. package/i18n/languages/pt-BR.js +1 -1
  120. package/i18n/languages/ru-RU.js +1 -1
  121. package/i18n/languages/sr-SP.js +1 -1
  122. package/i18n/languages/zh-CN.js +1 -1
  123. package/i18n/languages/zh-TW.js +1 -1
  124. package/i18n/registry.js +1 -1
  125. package/index.js +1 -1
  126. package/package.json +9 -10
  127. package/pluginHooks.js +1 -1
  128. package/pluginHooks.mjs +1 -1
  129. package/plugins/autoColumnSize/autoColumnSize.js +1 -1
  130. package/plugins/autoColumnSize/autoColumnSize.mjs +1 -1
  131. package/plugins/autoRowSize/autoRowSize.js +1 -1
  132. package/plugins/autoRowSize/autoRowSize.mjs +1 -1
  133. package/plugins/autofill/autofill.js +1 -1
  134. package/plugins/autofill/autofill.mjs +1 -1
  135. package/plugins/base/base.js +1 -1
  136. package/plugins/base/base.mjs +1 -1
  137. package/plugins/bindRowsWithHeaders/bindRowsWithHeaders.js +1 -1
  138. package/plugins/bindRowsWithHeaders/bindRowsWithHeaders.mjs +1 -1
  139. package/plugins/collapsibleColumns/collapsibleColumns.js +1 -1
  140. package/plugins/collapsibleColumns/collapsibleColumns.mjs +1 -1
  141. package/plugins/columnSorting/columnSorting.js +1 -1
  142. package/plugins/columnSorting/columnSorting.mjs +1 -1
  143. package/plugins/columnSorting/columnStatesManager.js +1 -1
  144. package/plugins/columnSorting/columnStatesManager.mjs +1 -1
  145. package/plugins/columnSummary/columnSummary.js +1 -1
  146. package/plugins/columnSummary/columnSummary.mjs +1 -1
  147. package/plugins/columnSummary/endpoints.js +1 -1
  148. package/plugins/columnSummary/endpoints.mjs +1 -1
  149. package/plugins/comments/commentEditor.js +1 -1
  150. package/plugins/comments/commentEditor.mjs +1 -1
  151. package/plugins/comments/comments.js +1 -1
  152. package/plugins/comments/comments.mjs +1 -1
  153. package/plugins/comments/contextMenuItem/addEditComment.js +1 -1
  154. package/plugins/comments/contextMenuItem/readOnlyComment.js +1 -1
  155. package/plugins/comments/contextMenuItem/removeComment.js +1 -1
  156. package/plugins/comments/displaySwitch.js +1 -1
  157. package/plugins/comments/displaySwitch.mjs +1 -1
  158. package/plugins/contextMenu/commandExecutor.js +1 -1
  159. package/plugins/contextMenu/commandExecutor.mjs +1 -1
  160. package/plugins/contextMenu/contextMenu.js +1 -1
  161. package/plugins/contextMenu/contextMenu.mjs +1 -1
  162. package/plugins/contextMenu/itemsFactory.js +1 -1
  163. package/plugins/contextMenu/itemsFactory.mjs +1 -1
  164. package/plugins/contextMenu/menu/cursor.js +1 -1
  165. package/plugins/contextMenu/menu/cursor.mjs +1 -1
  166. package/plugins/contextMenu/menu/menu.js +1 -1
  167. package/plugins/contextMenu/menu/menu.mjs +1 -1
  168. package/plugins/contextMenu/predefinedItems/alignment.js +1 -1
  169. package/plugins/contextMenu/predefinedItems/clearColumn.js +1 -1
  170. package/plugins/contextMenu/predefinedItems/columnLeft.js +1 -1
  171. package/plugins/contextMenu/predefinedItems/columnRight.js +1 -1
  172. package/plugins/contextMenu/predefinedItems/index.js +1 -1
  173. package/plugins/contextMenu/predefinedItems/readOnly.js +1 -1
  174. package/plugins/contextMenu/predefinedItems/redo.js +1 -1
  175. package/plugins/contextMenu/predefinedItems/removeColumn.js +1 -1
  176. package/plugins/contextMenu/predefinedItems/removeRow.js +1 -1
  177. package/plugins/contextMenu/predefinedItems/rowAbove.js +1 -1
  178. package/plugins/contextMenu/predefinedItems/rowBelow.js +1 -1
  179. package/plugins/contextMenu/predefinedItems/undo.js +1 -1
  180. package/plugins/copyPaste/contextMenuItem/cut.js +1 -1
  181. package/plugins/copyPaste/copyPaste.js +1 -1
  182. package/plugins/copyPaste/copyPaste.mjs +1 -1
  183. package/plugins/customBorders/contextMenuItem/bottom.js +1 -1
  184. package/plugins/customBorders/contextMenuItem/left.js +1 -1
  185. package/plugins/customBorders/contextMenuItem/noBorders.js +1 -1
  186. package/plugins/customBorders/contextMenuItem/right.js +1 -1
  187. package/plugins/customBorders/contextMenuItem/top.js +1 -1
  188. package/plugins/customBorders/customBorders.js +2 -2
  189. package/plugins/customBorders/customBorders.mjs +1 -1
  190. package/plugins/dragToScroll/dragToScroll.js +1 -1
  191. package/plugins/dragToScroll/dragToScroll.mjs +1 -1
  192. package/plugins/dropdownMenu/dropdownMenu.js +1 -1
  193. package/plugins/dropdownMenu/dropdownMenu.mjs +1 -1
  194. package/plugins/exportFile/dataProvider.js +1 -1
  195. package/plugins/exportFile/dataProvider.mjs +1 -1
  196. package/plugins/exportFile/exportFile.js +1 -1
  197. package/plugins/exportFile/types/_base.js +1 -1
  198. package/plugins/exportFile/types/_base.mjs +1 -1
  199. package/plugins/filters/component/_base.js +1 -1
  200. package/plugins/filters/component/_base.mjs +1 -1
  201. package/plugins/filters/component/actionBar.js +2 -2
  202. package/plugins/filters/component/actionBar.mjs +1 -1
  203. package/plugins/filters/component/condition.js +2 -2
  204. package/plugins/filters/component/condition.mjs +1 -1
  205. package/plugins/filters/component/operators.js +1 -1
  206. package/plugins/filters/component/operators.mjs +1 -1
  207. package/plugins/filters/component/value.js +2 -2
  208. package/plugins/filters/component/value.mjs +1 -1
  209. package/plugins/filters/condition/beginsWith.js +1 -1
  210. package/plugins/filters/condition/between.js +1 -1
  211. package/plugins/filters/condition/contains.js +1 -1
  212. package/plugins/filters/condition/date/after.js +1 -1
  213. package/plugins/filters/condition/date/before.js +1 -1
  214. package/plugins/filters/condition/date/today.js +1 -1
  215. package/plugins/filters/condition/date/tomorrow.js +1 -1
  216. package/plugins/filters/condition/date/yesterday.js +1 -1
  217. package/plugins/filters/condition/empty.js +1 -1
  218. package/plugins/filters/condition/endsWith.js +1 -1
  219. package/plugins/filters/condition/equal.js +1 -1
  220. package/plugins/filters/condition/greaterThan.js +1 -1
  221. package/plugins/filters/condition/greaterThanOrEqual.js +1 -1
  222. package/plugins/filters/condition/lessThan.js +1 -1
  223. package/plugins/filters/condition/lessThanOrEqual.js +1 -1
  224. package/plugins/filters/condition/none.js +1 -1
  225. package/plugins/filters/condition/notBetween.js +1 -1
  226. package/plugins/filters/condition/notContains.js +1 -1
  227. package/plugins/filters/condition/notEmpty.js +1 -1
  228. package/plugins/filters/condition/notEqual.js +1 -1
  229. package/plugins/filters/conditionCollection.js +1 -1
  230. package/plugins/filters/conditionCollection.mjs +1 -1
  231. package/plugins/filters/conditionUpdateObserver.js +1 -1
  232. package/plugins/filters/conditionUpdateObserver.mjs +1 -1
  233. package/plugins/filters/dataFilter.js +1 -1
  234. package/plugins/filters/dataFilter.mjs +1 -1
  235. package/plugins/filters/filters.js +2 -2
  236. package/plugins/filters/filters.mjs +1 -1
  237. package/plugins/filters/logicalOperations/conjunction.js +1 -1
  238. package/plugins/filters/logicalOperations/disjunction.js +1 -1
  239. package/plugins/filters/logicalOperations/disjunctionWithExtraCondition.js +1 -1
  240. package/plugins/filters/ui/_base.js +2 -2
  241. package/plugins/filters/ui/_base.mjs +1 -1
  242. package/plugins/filters/ui/multipleSelect.js +1 -1
  243. package/plugins/filters/ui/select.js +1 -1
  244. package/plugins/formulas/formulas.js +1 -1
  245. package/plugins/formulas/formulas.mjs +1 -1
  246. package/plugins/hiddenColumns/contextMenuItem/hideColumn.js +1 -1
  247. package/plugins/hiddenColumns/contextMenuItem/showColumn.js +1 -1
  248. package/plugins/hiddenRows/contextMenuItem/hideRow.js +1 -1
  249. package/plugins/hiddenRows/contextMenuItem/showRow.js +1 -1
  250. package/plugins/manualColumnFreeze/contextMenuItem/freezeColumn.js +1 -1
  251. package/plugins/manualColumnFreeze/contextMenuItem/unfreezeColumn.js +1 -1
  252. package/plugins/manualColumnMove/ui/_base.js +1 -1
  253. package/plugins/manualColumnMove/ui/_base.mjs +1 -1
  254. package/plugins/manualRowMove/ui/_base.js +1 -1
  255. package/plugins/manualRowMove/ui/_base.mjs +1 -1
  256. package/plugins/mergeCells/calculations/autofill.js +1 -1
  257. package/plugins/mergeCells/calculations/autofill.mjs +1 -1
  258. package/plugins/mergeCells/calculations/selection.js +1 -1
  259. package/plugins/mergeCells/calculations/selection.mjs +1 -1
  260. package/plugins/mergeCells/cellCoords.js +1 -1
  261. package/plugins/mergeCells/cellCoords.mjs +1 -1
  262. package/plugins/mergeCells/cellsCollection.js +1 -1
  263. package/plugins/mergeCells/cellsCollection.mjs +1 -1
  264. package/plugins/mergeCells/contextMenuItem/toggleMerge.js +1 -1
  265. package/plugins/mergeCells/mergeCells.js +1 -1
  266. package/plugins/mergeCells/mergeCells.mjs +1 -1
  267. package/plugins/multiColumnSorting/multiColumnSorting.js +1 -1
  268. package/plugins/multiColumnSorting/multiColumnSorting.mjs +1 -1
  269. package/plugins/multipleSelectionHandles/multipleSelectionHandles.js +1 -1
  270. package/plugins/multipleSelectionHandles/multipleSelectionHandles.mjs +1 -1
  271. package/plugins/nestedHeaders/nestedHeaders.js +1 -1
  272. package/plugins/nestedHeaders/nestedHeaders.mjs +1 -1
  273. package/plugins/nestedHeaders/utils/ghostTable.js +1 -1
  274. package/plugins/nestedHeaders/utils/ghostTable.mjs +1 -1
  275. package/plugins/nestedRows/data/dataManager.js +1 -1
  276. package/plugins/nestedRows/data/dataManager.mjs +1 -1
  277. package/plugins/nestedRows/nestedRows.js +1 -1
  278. package/plugins/nestedRows/nestedRows.mjs +1 -1
  279. package/plugins/nestedRows/ui/_base.js +1 -1
  280. package/plugins/nestedRows/ui/_base.mjs +1 -1
  281. package/plugins/nestedRows/ui/contextMenu.js +2 -2
  282. package/plugins/nestedRows/ui/contextMenu.mjs +1 -1
  283. package/plugins/nestedRows/utils/rowMoveController.js +1 -1
  284. package/plugins/nestedRows/utils/rowMoveController.mjs +1 -1
  285. package/plugins/persistentState/persistentState.js +1 -1
  286. package/plugins/persistentState/persistentState.mjs +1 -1
  287. package/plugins/persistentState/storage.js +1 -1
  288. package/plugins/persistentState/storage.mjs +1 -1
  289. package/plugins/search/search.js +1 -1
  290. package/plugins/search/search.mjs +1 -1
  291. package/plugins/touchScroll/touchScroll.js +1 -1
  292. package/plugins/touchScroll/touchScroll.mjs +1 -1
  293. package/plugins/trimRows/trimRows.js +1 -1
  294. package/plugins/trimRows/trimRows.mjs +1 -1
  295. package/plugins/undoRedo/index.js +1 -1
  296. package/selection/highlight/highlight.js +2 -4
  297. package/selection/highlight/highlight.mjs +2 -4
  298. package/selection/highlight/visualSelection.js +1 -1
  299. package/selection/highlight/visualSelection.mjs +1 -1
  300. package/selection/range.js +3 -5
  301. package/selection/range.mjs +2 -4
  302. package/selection/selection.js +2 -2
  303. package/selection/selection.mjs +1 -1
  304. package/tableView.js +1 -1
  305. package/tableView.mjs +1 -1
  306. package/translations/indexMapper.js +1 -1
  307. package/translations/indexMapper.mjs +1 -1
  308. package/translations/mapCollections/aggregatedCollection.js +1 -1
  309. package/translations/mapCollections/aggregatedCollection.mjs +1 -1
  310. package/translations/mapCollections/mapCollection.js +1 -1
  311. package/translations/mapCollections/mapCollection.mjs +1 -1
  312. package/translations/maps/indexMap.js +1 -1
  313. package/translations/maps/indexMap.mjs +1 -1
  314. package/translations/maps/linkedPhysicalIndexToValueMap.js +1 -1
  315. package/translations/maps/linkedPhysicalIndexToValueMap.mjs +1 -1
  316. package/utils/dataStructures/linkedList.js +1 -1
  317. package/utils/dataStructures/linkedList.mjs +1 -1
  318. package/utils/dataStructures/tree.js +1 -1
  319. package/utils/dataStructures/tree.mjs +1 -1
  320. package/utils/ghostTable.js +1 -1
  321. package/utils/ghostTable.mjs +1 -1
  322. package/utils/interval.js +1 -1
  323. package/utils/interval.mjs +1 -1
  324. package/utils/samplesGenerator.js +1 -1
  325. package/utils/samplesGenerator.mjs +1 -1
@@ -1,6 +1,6 @@
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(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : String(i); }
3
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
4
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
  * Factory for newly created DOM elements.
@@ -7,7 +7,7 @@ var _constants = require("./constants");
7
7
  var _viewSizeSet = _interopRequireDefault(require("./viewSizeSet"));
8
8
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
9
9
  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; }
10
- function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : String(i); }
10
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
11
11
  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); }
12
12
  /**
13
13
  * Executive model for each table renderer. It's responsible for injecting DOM nodes in a
@@ -1,7 +1,7 @@
1
1
  import "core-js/modules/es.error.cause.js";
2
2
  import "core-js/modules/es.array.push.js";
3
3
  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; }
4
- function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : String(i); }
4
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
5
5
  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); }
6
6
  import { WORKING_SPACE_TOP, WORKING_SPACE_BOTTOM } from "./constants.mjs";
7
7
  import ViewSizeSet from "./viewSizeSet.mjs";
@@ -3,7 +3,7 @@
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(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : String(i); }
6
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
7
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
  * Holder for current and next size (count of rendered and to render DOM elements) and offset.
@@ -1,6 +1,6 @@
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(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : String(i); }
3
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
4
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
  * Holder for current and next size (count of rendered and to render DOM elements) and offset.
@@ -6,7 +6,7 @@ var _viewSize = _interopRequireDefault(require("./viewSize"));
6
6
  var _constants = require("./constants");
7
7
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
8
8
  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; }
9
- function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : String(i); }
9
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
10
10
  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); }
11
11
  /**
12
12
  * The class is a source of the truth of information about the current and
@@ -1,6 +1,6 @@
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(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : String(i); }
3
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
4
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 ViewSize from "./viewSize.mjs";
6
6
  import { WORKING_SPACE_ALL, WORKING_SPACE_TOP, WORKING_SPACE_BOTTOM } from "./constants.mjs";
@@ -3,7 +3,7 @@
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(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : String(i); }
6
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
7
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
  * Row utils class contains all necessary information about sizes of the rows.
@@ -1,6 +1,6 @@
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(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : String(i); }
3
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
4
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
  * Row utils class contains all necessary information about sizes of the rows.
package/base.js CHANGED
@@ -45,8 +45,8 @@ Handsontable.hooks = _pluginHooks.default.getSingleton();
45
45
  Handsontable.CellCoords = _src.CellCoords;
46
46
  Handsontable.CellRange = _src.CellRange;
47
47
  Handsontable.packageName = 'handsontable';
48
- Handsontable.buildDate = "08/04/2024 13:38:24";
49
- Handsontable.version = "0.0.0-next-35d334b-20240408";
48
+ Handsontable.buildDate = "09/04/2024 08:59:22";
49
+ Handsontable.version = "0.0.0-next-12340ef-20240409";
50
50
  Handsontable.languages = {
51
51
  dictionaryKeys: _registry.dictionaryKeys,
52
52
  getLanguageDictionary: _registry.getLanguageDictionary,
package/base.mjs CHANGED
@@ -35,8 +35,8 @@ Handsontable.hooks = Hooks.getSingleton();
35
35
  Handsontable.CellCoords = CellCoords;
36
36
  Handsontable.CellRange = CellRange;
37
37
  Handsontable.packageName = 'handsontable';
38
- Handsontable.buildDate = "08/04/2024 13:38:30";
39
- Handsontable.version = "0.0.0-next-35d334b-20240408";
38
+ Handsontable.buildDate = "09/04/2024 08:59:27";
39
+ Handsontable.version = "0.0.0-next-12340ef-20240409";
40
40
  Handsontable.languages = {
41
41
  dictionaryKeys,
42
42
  getLanguageDictionary,
@@ -10,7 +10,7 @@ var _array = require("../helpers/array");
10
10
  var _number = require("../helpers/number");
11
11
  var _mixed = require("../helpers/mixed");
12
12
  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; }
13
- function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : String(i); }
13
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
14
14
  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); }
15
15
  /*
16
16
  This class contains open-source contributions covered by the MIT license.
@@ -1,7 +1,7 @@
1
1
  import "core-js/modules/es.error.cause.js";
2
2
  import "core-js/modules/es.array.push.js";
3
3
  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; }
4
- function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : String(i); }
4
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
5
5
  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); }
6
6
  import { stringify } from "../3rdparty/SheetClip/index.mjs";
7
7
  import { countFirstRowKeys } from "../helpers/data.mjs";
@@ -9,7 +9,7 @@ var _array = require("../helpers/array");
9
9
  var _number = require("../helpers/number");
10
10
  var _function = require("../helpers/function");
11
11
  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; }
12
- function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : String(i); }
12
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
13
13
  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); }
14
14
  /**
15
15
  * @class DataSource
@@ -1,7 +1,7 @@
1
1
  import "core-js/modules/es.error.cause.js";
2
2
  import "core-js/modules/es.array.push.js";
3
3
  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; }
4
- function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : String(i); }
4
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
5
5
  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); }
6
6
  import { createObjectPropListener, getProperty, isObject, objectEach, setProperty } from "../helpers/object.mjs";
7
7
  import { countFirstRowKeys } from "../helpers/data.mjs";
@@ -1,13 +1,12 @@
1
1
  "use strict";
2
2
 
3
- require("core-js/modules/es.error.cause.js");
4
3
  exports.__esModule = true;
4
+ require("core-js/modules/es.error.cause.js");
5
5
  require("core-js/modules/es.array.push.js");
6
6
  var _array = require("../../helpers/array");
7
7
  var _utils = require("./utils");
8
- let _Symbol$iterator;
9
8
  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; }
10
- function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : String(i); }
9
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
11
10
  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); }
12
11
  /* eslint-disable jsdoc/require-description-complete-sentence */
13
12
  /**
@@ -131,7 +130,6 @@ function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e =
131
130
  * The hole index is taken from the hole collection which act as FIFO (First In First Out).
132
131
  */
133
132
  /* eslint-enable jsdoc/require-description-complete-sentence */
134
- _Symbol$iterator = Symbol.iterator;
135
133
  class LazyFactoryMap {
136
134
  constructor(valueFactory) {
137
135
  /**
@@ -319,7 +317,7 @@ class LazyFactoryMap {
319
317
  *
320
318
  * @returns {Iterator}
321
319
  */
322
- [_Symbol$iterator]() {
320
+ [Symbol.iterator]() {
323
321
  return this.entries();
324
322
  }
325
323
  }
@@ -1,8 +1,7 @@
1
1
  import "core-js/modules/es.error.cause.js";
2
- let _Symbol$iterator;
3
2
  import "core-js/modules/es.array.push.js";
4
3
  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; }
5
- function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : String(i); }
4
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
6
5
  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); }
7
6
  import { arrayFilter } from "../../helpers/array.mjs";
8
7
  import { assert, isUnsignedNumber, isNullish } from "./utils.mjs";
@@ -128,7 +127,6 @@ import { assert, isUnsignedNumber, isNullish } from "./utils.mjs";
128
127
  * The hole index is taken from the hole collection which act as FIFO (First In First Out).
129
128
  */
130
129
  /* eslint-enable jsdoc/require-description-complete-sentence */
131
- _Symbol$iterator = Symbol.iterator;
132
130
  export default class LazyFactoryMap {
133
131
  constructor(valueFactory) {
134
132
  /**
@@ -316,7 +314,7 @@ export default class LazyFactoryMap {
316
314
  *
317
315
  * @returns {Iterator}
318
316
  */
319
- [_Symbol$iterator]() {
317
+ [Symbol.iterator]() {
320
318
  return this.entries();
321
319
  }
322
320
  }
@@ -9,7 +9,7 @@ var _lazyFactoryMap = _interopRequireDefault(require("../lazyFactoryMap"));
9
9
  var _mixed = require("../../../helpers/mixed");
10
10
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
11
11
  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; }
12
- function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : String(i); }
12
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
13
13
  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); }
14
14
  /* eslint-disable jsdoc/require-description-complete-sentence */
15
15
  /**
@@ -1,7 +1,7 @@
1
1
  import "core-js/modules/es.error.cause.js";
2
2
  import "core-js/modules/es.array.push.js";
3
3
  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; }
4
- function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : String(i); }
4
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
5
5
  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); }
6
6
  import { extend } from "../../../helpers/object.mjs";
7
7
  import { extendByMetaType, assert, isUnsignedNumber } from "../utils.mjs";
@@ -7,7 +7,7 @@ var _utils = require("../utils");
7
7
  var _lazyFactoryMap = _interopRequireDefault(require("../lazyFactoryMap"));
8
8
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
9
9
  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; }
10
- function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : String(i); }
10
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
11
11
  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); }
12
12
  /**
13
13
  * List of props which have to be cleared in the column meta-layer. That props have a
@@ -1,6 +1,6 @@
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(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : String(i); }
3
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
4
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 { extend } from "../../../helpers/object.mjs";
6
6
  import { columnFactory, extendByMetaType } from "../utils.mjs";
@@ -7,7 +7,7 @@ var _utils = require("../utils");
7
7
  var _metaSchema = _interopRequireDefault(require("../metaSchema"));
8
8
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
9
9
  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; }
10
- function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : String(i); }
10
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
11
11
  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); }
12
12
  /**
13
13
  * @typedef {Options} TableMeta
@@ -1,6 +1,6 @@
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(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : String(i); }
3
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
4
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 { extend } from "../../../helpers/object.mjs";
6
6
  import { extendByMetaType } from "../utils.mjs";
@@ -5,7 +5,7 @@ require("core-js/modules/es.error.cause.js");
5
5
  var _object = require("../../../helpers/object");
6
6
  var _utils = require("../utils");
7
7
  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; }
8
- function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : String(i); }
8
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
9
9
  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); }
10
10
  /**
11
11
  * The table meta object is a layer that keeps all settings of the Handsontable that was passed in
@@ -1,6 +1,6 @@
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(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : String(i); }
3
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
4
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 { extend } from "../../../helpers/object.mjs";
6
6
  import { extendByMetaType } from "../utils.mjs";
@@ -7,7 +7,7 @@ var _object = require("../../../helpers/object");
7
7
  var _function = require("../../../helpers/function");
8
8
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
9
9
  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; }
10
- function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : String(i); }
10
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
11
11
  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); }
12
12
  /**
13
13
  * @class DynamicCellMetaMod
@@ -1,6 +1,6 @@
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(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : String(i); }
3
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
4
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";
@@ -3,7 +3,7 @@
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(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : String(i); }
6
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
7
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
@@ -1,6 +1,6 @@
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(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : String(i); }
3
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
4
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
@@ -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-35d334b-20240408
29
- * Release date: 06/03/2024 (built at 08/04/2024 13:38:34)
28
+ * Version: 0.0.0-next-12340ef-20240409
29
+ * Release date: 06/03/2024 (built at 09/04/2024 08:59:32)
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-35d334b-20240408
29
- * Release date: 06/03/2024 (built at 08/04/2024 13:38:34)
28
+ * Version: 0.0.0-next-12340ef-20240409
29
+ * Release date: 06/03/2024 (built at 09/04/2024 08:59:32)
30
30
  */
31
31
  /**
32
32
  * Fix for bootstrap styles