handsontable 0.0.0-next-0ff5394-20240409 → 0.0.0-next-eaa3153-20240410

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 +334 -505
  85. package/dist/handsontable.full.min.css +2 -2
  86. package/dist/handsontable.full.min.js +76 -76
  87. package/dist/handsontable.js +98 -88
  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 +17 -3
  97. package/editors/dateEditor/dateEditor.mjs +17 -3
  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,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 { rangeEach } from "../../helpers/number.mjs";
7
7
  import { mixin } from "../../helpers/object.mjs";
@@ -8,7 +8,7 @@ var _indexesSequence = require("./utils/indexesSequence");
8
8
  var _actionsOnIndexes = require("./utils/actionsOnIndexes");
9
9
  var _function = require("../../helpers/function");
10
10
  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; }
11
- function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : String(i); }
11
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
12
12
  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); }
13
13
  /**
14
14
  * Map for storing mappings from an physical index to a value. Those entries are linked and stored in a certain order.
@@ -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 { IndexMap } from "./indexMap.mjs";
6
6
  import { getListWithRemovedItems, getListWithInsertedItems } from "./utils/physicallyIndexed.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
  * Refactored implementation of LinkedList (part of javascript-algorithms project) by Github users:
@@ -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
  * Refactored implementation of LinkedList (part of javascript-algorithms project) by Github users:
@@ -5,7 +5,7 @@ exports.depthFirstPreOrder = depthFirstPreOrder;
5
5
  require("core-js/modules/es.error.cause.js");
6
6
  require("core-js/modules/es.array.push.js");
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
  * Depth-first pre-order strategy (https://en.wikipedia.org/wiki/Tree_traversal#Pre-order_(NLR)).
@@ -1,5 +1,5 @@
1
1
  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; }
2
- function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : String(i); }
2
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
3
3
  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); }
4
4
  import "core-js/modules/es.error.cause.js";
5
5
  import "core-js/modules/es.array.push.js";
@@ -6,7 +6,7 @@ require("core-js/modules/es.array.push.js");
6
6
  var _element = require("./../helpers/dom/element");
7
7
  var _array = require("./../helpers/array");
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
  * @class GhostTable
@@ -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 { addClass, outerHeight } from "./../helpers/dom/element.mjs";
7
7
  import { arrayEach } from "./../helpers/array.mjs";
package/utils/interval.js CHANGED
@@ -8,7 +8,7 @@ function _classPrivateMethodInitSpec(obj, privateSet) { _checkPrivateRedeclarati
8
8
  function _classPrivateFieldInitSpec(obj, privateMap, value) { _checkPrivateRedeclaration(obj, privateMap); privateMap.set(obj, value); }
9
9
  function _checkPrivateRedeclaration(obj, privateCollection) { if (privateCollection.has(obj)) { throw new TypeError("Cannot initialize the same private elements twice on an object"); } }
10
10
  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; }
11
- function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : String(i); }
11
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
12
12
  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); }
13
13
  function _classPrivateFieldGet(s, a) { return s.get(_assertClassBrand(s, a)); }
14
14
  function _classPrivateFieldSet(s, a, r) { return s.set(_assertClassBrand(s, a), r), r; }
@@ -3,7 +3,7 @@ function _classPrivateMethodInitSpec(obj, privateSet) { _checkPrivateRedeclarati
3
3
  function _classPrivateFieldInitSpec(obj, privateMap, value) { _checkPrivateRedeclaration(obj, privateMap); privateMap.set(obj, value); }
4
4
  function _checkPrivateRedeclaration(obj, privateCollection) { if (privateCollection.has(obj)) { throw new TypeError("Cannot initialize the same private elements twice on an object"); } }
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
  function _classPrivateFieldGet(s, a) { return s.get(_assertClassBrand(s, a)); }
9
9
  function _classPrivateFieldSet(s, a, r) { return s.set(_assertClassBrand(s, a), r), r; }
@@ -7,7 +7,7 @@ var _object = require("./../helpers/object");
7
7
  var _number = require("./../helpers/number");
8
8
  var _mixed = require("./../helpers/mixed");
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 SamplesGenerator
@@ -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 { isObject } from "./../helpers/object.mjs";
7
7
  import { rangeEach } from "./../helpers/number.mjs";