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
@@ -7,7 +7,7 @@ var _element = require("../../helpers/dom/element");
7
7
  var _browser = require("../../helpers/browser");
8
8
  var _base = require("../base");
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
  const PLUGIN_KEY = exports.PLUGIN_KEY = 'multipleSelectionHandles';
13
13
  const PLUGIN_PRIORITY = exports.PLUGIN_PRIORITY = 160;
@@ -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 { hasClass } from "../../helpers/dom/element.mjs";
7
7
  import { isMobileBrowser } from "../../helpers/browser.mjs";
@@ -15,7 +15,7 @@ var _ghostTable = _interopRequireDefault(require("./utils/ghostTable"));
15
15
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
16
16
  function _classPrivateMethodInitSpec(obj, privateSet) { _checkPrivateRedeclaration(obj, privateSet); privateSet.add(obj); }
17
17
  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; }
18
- function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : String(i); }
18
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
19
19
  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); }
20
20
  function _classPrivateFieldInitSpec(obj, privateMap, value) { _checkPrivateRedeclaration(obj, privateMap); privateMap.set(obj, value); }
21
21
  function _checkPrivateRedeclaration(obj, privateCollection) { if (privateCollection.has(obj)) { throw new TypeError("Cannot initialize the same private elements twice on an object"); } }
@@ -2,7 +2,7 @@ import "core-js/modules/es.error.cause.js";
2
2
  import "core-js/modules/es.array.push.js";
3
3
  function _classPrivateMethodInitSpec(obj, privateSet) { _checkPrivateRedeclaration(obj, privateSet); privateSet.add(obj); }
4
4
  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); }
5
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
6
6
  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
7
  function _classPrivateFieldInitSpec(obj, privateMap, value) { _checkPrivateRedeclaration(obj, privateMap); privateMap.set(obj, value); }
8
8
  function _checkPrivateRedeclaration(obj, privateCollection) { if (privateCollection.has(obj)) { throw new TypeError("Cannot initialize the same private elements twice on an object"); } }
@@ -4,7 +4,7 @@ exports.__esModule = true;
4
4
  require("core-js/modules/es.error.cause.js");
5
5
  var _element = require("../../../helpers/dom/element");
6
6
  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; }
7
- function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : String(i); }
7
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
8
8
  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); }
9
9
  /**
10
10
  * The class generates the nested headers structure in the DOM and reads the column width for
@@ -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 { fastInnerHTML } from "../../../helpers/dom/element.mjs";
6
6
  /**
@@ -7,7 +7,7 @@ var _number = require("../../../helpers/number");
7
7
  var _object = require("../../../helpers/object");
8
8
  var _array = require("../../../helpers/array");
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 responsible for making data operations.
@@ -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 { objectEach } from "../../../helpers/object.mjs";
@@ -18,7 +18,7 @@ function _classPrivateMethodInitSpec(obj, privateSet) { _checkPrivateRedeclarati
18
18
  function _classPrivateFieldInitSpec(obj, privateMap, value) { _checkPrivateRedeclaration(obj, privateMap); privateMap.set(obj, value); }
19
19
  function _checkPrivateRedeclaration(obj, privateCollection) { if (privateCollection.has(obj)) { throw new TypeError("Cannot initialize the same private elements twice on an object"); } }
20
20
  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; }
21
- function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : String(i); }
21
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
22
22
  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); }
23
23
  function _classPrivateFieldGet(s, a) { return s.get(_assertClassBrand(s, a)); }
24
24
  function _classPrivateFieldSet(s, a, r) { return s.set(_assertClassBrand(s, a), r), r; }
@@ -4,7 +4,7 @@ function _classPrivateMethodInitSpec(obj, privateSet) { _checkPrivateRedeclarati
4
4
  function _classPrivateFieldInitSpec(obj, privateMap, value) { _checkPrivateRedeclaration(obj, privateMap); privateMap.set(obj, value); }
5
5
  function _checkPrivateRedeclaration(obj, privateCollection) { if (privateCollection.has(obj)) { throw new TypeError("Cannot initialize the same private elements twice on an object"); } }
6
6
  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; }
7
- function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : String(i); }
7
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
8
8
  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); }
9
9
  function _classPrivateFieldGet(s, a) { return s.get(_assertClassBrand(s, a)); }
10
10
  function _classPrivateFieldSet(s, a, r) { return s.set(_assertClassBrand(s, a), r), r; }
@@ -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
  * Base class for the Nested Rows' UI sub-classes.
@@ -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
  * Base class for the Nested Rows' UI sub-classes.
@@ -8,11 +8,11 @@ var C = _interopRequireWildcard(require("../../../i18n/constants"));
8
8
  var _base = _interopRequireDefault(require("./_base"));
9
9
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
10
10
  function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
11
- function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
11
+ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
12
12
  function _classPrivateFieldInitSpec(obj, privateMap, value) { _checkPrivateRedeclaration(obj, privateMap); privateMap.set(obj, value); }
13
13
  function _checkPrivateRedeclaration(obj, privateCollection) { if (privateCollection.has(obj)) { throw new TypeError("Cannot initialize the same private elements twice on an object"); } }
14
14
  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; }
15
- function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : String(i); }
15
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
16
16
  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); }
17
17
  function _classPrivateFieldGet(s, a) { return s.get(_assertClassBrand(s, a)); }
18
18
  function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.has(t)) return arguments.length < 3 ? t : n; throw new TypeError("Private element is not present on this object"); }
@@ -2,7 +2,7 @@ import "core-js/modules/es.error.cause.js";
2
2
  function _classPrivateFieldInitSpec(obj, privateMap, value) { _checkPrivateRedeclaration(obj, privateMap); privateMap.set(obj, value); }
3
3
  function _checkPrivateRedeclaration(obj, privateCollection) { if (privateCollection.has(obj)) { throw new TypeError("Cannot initialize the same private elements twice on an object"); } }
4
4
  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); }
5
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
6
6
  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
7
  function _classPrivateFieldGet(s, a) { return s.get(_assertClassBrand(s, a)); }
8
8
  function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.has(t)) return arguments.length < 3 ? t : n; throw new TypeError("Private element is not present on this object"); }
@@ -7,7 +7,7 @@ var _mixed = require("../../../helpers/mixed");
7
7
  var _console = require("../../../helpers/console");
8
8
  var _templateLiteralTag = require("../../../helpers/templateLiteralTag");
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
  * Helper class for the row-move-related operations.
@@ -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 { isUndefined } from "../../../helpers/mixed.mjs";
7
7
  import { warn } from "../../../helpers/console.mjs";
@@ -7,7 +7,7 @@ var _storage = _interopRequireDefault(require("./storage"));
7
7
  var _pluginHooks = _interopRequireDefault(require("../../pluginHooks"));
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
  _pluginHooks.default.getSingleton().register('persistentStateSave');
13
13
  _pluginHooks.default.getSingleton().register('persistentStateLoad');
@@ -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 { BasePlugin } from "../base/index.mjs";
6
6
  import Storage from "./storage.mjs";
@@ -6,7 +6,7 @@ require("core-js/modules/es.array.push.js");
6
6
  require("core-js/modules/es.json.stringify.js");
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
  * @private
@@ -2,7 +2,7 @@ import "core-js/modules/es.error.cause.js";
2
2
  import "core-js/modules/es.array.push.js";
3
3
  import "core-js/modules/es.json.stringify.js";
4
4
  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); }
5
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
6
6
  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
7
  import { arrayEach } from "../../helpers/array.mjs";
8
8
  /**
@@ -10,7 +10,7 @@ var _mixed = require("../../helpers/mixed");
10
10
  function _classPrivateMethodInitSpec(obj, privateSet) { _checkPrivateRedeclaration(obj, privateSet); privateSet.add(obj); }
11
11
  function _checkPrivateRedeclaration(obj, privateCollection) { if (privateCollection.has(obj)) { throw new TypeError("Cannot initialize the same private elements twice on an object"); } }
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
  function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.has(t)) return arguments.length < 3 ? t : n; throw new TypeError("Private element is not present on this object"); }
16
16
  const PLUGIN_KEY = exports.PLUGIN_KEY = 'search';
@@ -3,7 +3,7 @@ import "core-js/modules/es.array.push.js";
3
3
  function _classPrivateMethodInitSpec(obj, privateSet) { _checkPrivateRedeclaration(obj, privateSet); privateSet.add(obj); }
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 _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.has(t)) return arguments.length < 3 ? t : n; throw new TypeError("Private element is not present on this object"); }
9
9
  import { BasePlugin } from "../base/index.mjs";
@@ -10,7 +10,7 @@ var _feature = require("../../helpers/feature");
10
10
  function _classPrivateMethodInitSpec(obj, privateSet) { _checkPrivateRedeclaration(obj, privateSet); privateSet.add(obj); }
11
11
  function _checkPrivateRedeclaration(obj, privateCollection) { if (privateCollection.has(obj)) { throw new TypeError("Cannot initialize the same private elements twice on an object"); } }
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
  function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.has(t)) return arguments.length < 3 ? t : n; throw new TypeError("Private element is not present on this object"); }
16
16
  const PLUGIN_KEY = exports.PLUGIN_KEY = 'touchScroll';
@@ -3,7 +3,7 @@ import "core-js/modules/es.array.push.js";
3
3
  function _classPrivateMethodInitSpec(obj, privateSet) { _checkPrivateRedeclaration(obj, privateSet); privateSet.add(obj); }
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 _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.has(t)) return arguments.length < 3 ? t : n; throw new TypeError("Private element is not present on this object"); }
9
9
  import { addClass, removeClass } from "../../helpers/dom/element.mjs";
@@ -9,7 +9,7 @@ var _array = require("../../helpers/array");
9
9
  function _classPrivateMethodInitSpec(obj, privateSet) { _checkPrivateRedeclaration(obj, privateSet); privateSet.add(obj); }
10
10
  function _checkPrivateRedeclaration(obj, privateCollection) { if (privateCollection.has(obj)) { throw new TypeError("Cannot initialize the same private elements twice on an object"); } }
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
  function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.has(t)) return arguments.length < 3 ? t : n; throw new TypeError("Private element is not present on this object"); }
15
15
  const PLUGIN_KEY = exports.PLUGIN_KEY = 'trimRows';
@@ -3,7 +3,7 @@ import "core-js/modules/es.array.push.js";
3
3
  function _classPrivateMethodInitSpec(obj, privateSet) { _checkPrivateRedeclaration(obj, privateSet); privateSet.add(obj); }
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 _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.has(t)) return arguments.length < 3 ? t : n; throw new TypeError("Private element is not present on this object"); }
9
9
  import { BasePlugin } from "../base/index.mjs";
@@ -5,4 +5,4 @@ var _undoRedo = _interopRequireWildcard(require("./undoRedo"));
5
5
  exports.UndoRedo = _undoRedo.default;
6
6
  exports.PLUGIN_KEY = _undoRedo.PLUGIN_KEY;
7
7
  function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
8
- function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
8
+ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
@@ -22,11 +22,10 @@ exports.HEADER_TYPE = _src.HIGHLIGHT_HEADER_TYPE;
22
22
  exports.ROW_TYPE = _src.HIGHLIGHT_ROW_TYPE;
23
23
  exports.COLUMN_TYPE = _src.HIGHLIGHT_COLUMN_TYPE;
24
24
  var _array = require("./../../helpers/array");
25
- let _Symbol$iterator;
26
25
  function _classPrivateMethodInitSpec(obj, privateSet) { _checkPrivateRedeclaration(obj, privateSet); privateSet.add(obj); }
27
26
  function _checkPrivateRedeclaration(obj, privateCollection) { if (privateCollection.has(obj)) { throw new TypeError("Cannot initialize the same private elements twice on an object"); } }
28
27
  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; }
29
- function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : String(i); }
28
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
30
29
  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); }
31
30
  function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.has(t)) return arguments.length < 3 ? t : n; throw new TypeError("Private element is not present on this object"); }
32
31
  /**
@@ -45,7 +44,6 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
45
44
  * @util
46
45
  */
47
46
  var _Highlight_brand = /*#__PURE__*/new WeakSet();
48
- _Symbol$iterator = Symbol.iterator;
49
47
  class Highlight {
50
48
  constructor(options) {
51
49
  /**
@@ -429,7 +427,7 @@ class Highlight {
429
427
  *
430
428
  * @returns {Selection[]}
431
429
  */
432
- [_Symbol$iterator]() {
430
+ [Symbol.iterator]() {
433
431
  return [this.focus, this.fill, ...this.areas.values(), ...this.layeredAreas.values(), ...this.rowHeaders.values(), ...this.columnHeaders.values(), ...this.activeRowHeaders.values(), ...this.activeColumnHeaders.values(), ...this.activeCornerHeaders.values(), ...this.rowHighlights.values(), ...this.columnHighlights.values(), ...this.customSelections][Symbol.iterator]();
434
432
  }
435
433
  }
@@ -1,10 +1,9 @@
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 _classPrivateMethodInitSpec(obj, privateSet) { _checkPrivateRedeclaration(obj, privateSet); privateSet.add(obj); }
5
4
  function _checkPrivateRedeclaration(obj, privateCollection) { if (privateCollection.has(obj)) { throw new TypeError("Cannot initialize the same private elements twice on an object"); } }
6
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; }
7
- 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 + ""; }
8
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); }
9
8
  function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.has(t)) return arguments.length < 3 ? t : n; throw new TypeError("Private element is not present on this object"); }
10
9
  import { createHighlight as createActiveHighlight } from "./types/activeHeader.mjs";
@@ -36,7 +35,6 @@ export { HIGHLIGHT_ACTIVE_HEADER_TYPE as ACTIVE_HEADER_TYPE, HIGHLIGHT_AREA_TYPE
36
35
  * @util
37
36
  */
38
37
  var _Highlight_brand = /*#__PURE__*/new WeakSet();
39
- _Symbol$iterator = Symbol.iterator;
40
38
  class Highlight {
41
39
  constructor(options) {
42
40
  /**
@@ -420,7 +418,7 @@ class Highlight {
420
418
  *
421
419
  * @returns {Selection[]}
422
420
  */
423
- [_Symbol$iterator]() {
421
+ [Symbol.iterator]() {
424
422
  return [this.focus, this.fill, ...this.areas.values(), ...this.layeredAreas.values(), ...this.rowHeaders.values(), ...this.columnHeaders.values(), ...this.activeRowHeaders.values(), ...this.activeColumnHeaders.values(), ...this.activeCornerHeaders.values(), ...this.rowHighlights.values(), ...this.columnHighlights.values(), ...this.customSelections][Symbol.iterator]();
425
423
  }
426
424
  }
@@ -4,7 +4,7 @@ exports.__esModule = true;
4
4
  require("core-js/modules/es.error.cause.js");
5
5
  var _src = require("./../../3rdparty/walkontable/src");
6
6
  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; }
7
- function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : String(i); }
7
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
8
8
  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); }
9
9
  class VisualSelection extends _src.Selection {
10
10
  constructor(settings, visualCellRange) {
@@ -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 { Selection } from "./../../3rdparty/walkontable/src/index.mjs";
6
6
  class VisualSelection extends Selection {
@@ -1,13 +1,11 @@
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
- let _Symbol$iterator;
7
6
  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); }
7
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
9
8
  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
- _Symbol$iterator = Symbol.iterator;
11
9
  /**
12
10
  * The SelectionRange class is a simple CellRanges collection designed for easy manipulation of the multiple
13
11
  * consecutive and non-consecutive selections.
@@ -136,7 +134,7 @@ class SelectionRange {
136
134
  }
137
135
  return cellRange;
138
136
  }
139
- [_Symbol$iterator]() {
137
+ [Symbol.iterator]() {
140
138
  return this.ranges[Symbol.iterator]();
141
139
  }
142
140
  }
@@ -1,10 +1,8 @@
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
- _Symbol$iterator = Symbol.iterator;
8
6
  /**
9
7
  * The SelectionRange class is a simple CellRanges collection designed for easy manipulation of the multiple
10
8
  * consecutive and non-consecutive selections.
@@ -133,7 +131,7 @@ class SelectionRange {
133
131
  }
134
132
  return cellRange;
135
133
  }
136
- [_Symbol$iterator]() {
134
+ [Symbol.iterator]() {
137
135
  return this.ranges[Symbol.iterator]();
138
136
  }
139
137
  }
@@ -15,11 +15,11 @@ var _templateLiteralTag = require("./../helpers/templateLiteralTag");
15
15
  var _a11y = require("../helpers/a11y");
16
16
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
17
17
  function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
18
- function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
18
+ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
19
19
  function _classPrivateFieldInitSpec(obj, privateMap, value) { _checkPrivateRedeclaration(obj, privateMap); privateMap.set(obj, value); }
20
20
  function _checkPrivateRedeclaration(obj, privateCollection) { if (privateCollection.has(obj)) { throw new TypeError("Cannot initialize the same private elements twice on an object"); } }
21
21
  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; }
22
- function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : String(i); }
22
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
23
23
  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); }
24
24
  function _classPrivateFieldGet(s, a) { return s.get(_assertClassBrand(s, a)); }
25
25
  function _classPrivateFieldSet(s, a, r) { return s.set(_assertClassBrand(s, a), r), r; }
@@ -2,7 +2,7 @@ import "core-js/modules/es.error.cause.js";
2
2
  function _classPrivateFieldInitSpec(obj, privateMap, value) { _checkPrivateRedeclaration(obj, privateMap); privateMap.set(obj, value); }
3
3
  function _checkPrivateRedeclaration(obj, privateCollection) { if (privateCollection.has(obj)) { throw new TypeError("Cannot initialize the same private elements twice on an object"); } }
4
4
  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); }
5
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
6
6
  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
7
  function _classPrivateFieldGet(s, a) { return s.get(_assertClassBrand(s, a)); }
8
8
  function _classPrivateFieldSet(s, a, r) { return s.set(_assertClassBrand(s, a), r), r; }
package/tableView.js CHANGED
@@ -15,7 +15,7 @@ function _classPrivateMethodInitSpec(obj, privateSet) { _checkPrivateRedeclarati
15
15
  function _classPrivateFieldInitSpec(obj, privateMap, value) { _checkPrivateRedeclaration(obj, privateMap); privateMap.set(obj, value); }
16
16
  function _checkPrivateRedeclaration(obj, privateCollection) { if (privateCollection.has(obj)) { throw new TypeError("Cannot initialize the same private elements twice on an object"); } }
17
17
  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; }
18
- function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : String(i); }
18
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
19
19
  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); }
20
20
  function _classPrivateFieldGet(s, a) { return s.get(_assertClassBrand(s, a)); }
21
21
  function _classPrivateFieldSet(s, a, r) { return s.set(_assertClassBrand(s, a), r), r; }
package/tableView.mjs CHANGED
@@ -4,7 +4,7 @@ function _classPrivateMethodInitSpec(obj, privateSet) { _checkPrivateRedeclarati
4
4
  function _classPrivateFieldInitSpec(obj, privateMap, value) { _checkPrivateRedeclaration(obj, privateMap); privateMap.set(obj, value); }
5
5
  function _checkPrivateRedeclaration(obj, privateCollection) { if (privateCollection.has(obj)) { throw new TypeError("Cannot initialize the same private elements twice on an object"); } }
6
6
  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; }
7
- function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : String(i); }
7
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
8
8
  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); }
9
9
  function _classPrivateFieldGet(s, a) { return s.get(_assertClassBrand(s, a)); }
10
10
  function _classPrivateFieldSet(s, a, r) { return s.set(_assertClassBrand(s, a), r), r; }
@@ -11,7 +11,7 @@ var _mixed = require("../helpers/mixed");
11
11
  var _observable = require("./changesObservable/observable");
12
12
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
13
13
  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; }
14
- function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : String(i); }
14
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
15
15
  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); }
16
16
  /**
17
17
  * A set of deprecated feature names.
@@ -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 { arrayMap } from "../helpers/array.mjs";
6
6
  import { createIndexMap, getListWithInsertedItems, getListWithRemovedItems, HidingMap, IndexesSequence, TrimmingMap } from "./maps/index.mjs";
@@ -7,7 +7,7 @@ var _mapCollection = require("./mapCollection");
7
7
  var _array = require("../../helpers/array");
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
  * Collection of maps. This collection aggregate maps with the same type of values. Values from the registered maps
@@ -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 { MapCollection } from "./mapCollection.mjs";
7
7
  import { arrayMap } from "../../helpers/array.mjs";
@@ -8,7 +8,7 @@ var _object = require("../../helpers/object");
8
8
  var _localHooks = _interopRequireDefault(require("../../mixins/localHooks"));
9
9
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
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
  // Counter for checking if there is a memory leak.
14
14
  let registeredMaps = 0;
@@ -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 { isUndefined, isDefined } from "../../helpers/mixed.mjs";
6
6
  import { mixin } from "../../helpers/object.mjs";
@@ -9,7 +9,7 @@ var _function = require("../../helpers/function");
9
9
  var _localHooks = _interopRequireDefault(require("../../mixins/localHooks"));
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
  /**
15
15
  * Map for storing mappings from an index to a value.