handsontable 0.0.0-next-200799f-20240311 → 0.0.0-next-bff5041-20240315

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

Potentially problematic release.


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

Files changed (272) hide show
  1. package/3rdparty/walkontable/src/calculator/viewportColumns.js +12 -17
  2. package/3rdparty/walkontable/src/calculator/viewportColumns.mjs +12 -17
  3. package/3rdparty/walkontable/src/calculator/viewportRows.js +10 -15
  4. package/3rdparty/walkontable/src/calculator/viewportRows.mjs +10 -15
  5. package/3rdparty/walkontable/src/cell/coords.js +12 -17
  6. package/3rdparty/walkontable/src/cell/coords.mjs +12 -17
  7. package/3rdparty/walkontable/src/cell/range.d.ts +0 -1
  8. package/3rdparty/walkontable/src/cell/range.js +23 -45
  9. package/3rdparty/walkontable/src/cell/range.mjs +23 -45
  10. package/3rdparty/walkontable/src/core/_base.js +1 -1
  11. package/3rdparty/walkontable/src/core/_base.mjs +1 -1
  12. package/3rdparty/walkontable/src/event.js +72 -104
  13. package/3rdparty/walkontable/src/event.mjs +72 -104
  14. package/3rdparty/walkontable/src/overlays.js +1 -1
  15. package/3rdparty/walkontable/src/overlays.mjs +1 -1
  16. package/3rdparty/walkontable/src/scroll.js +15 -17
  17. package/3rdparty/walkontable/src/scroll.mjs +15 -17
  18. package/3rdparty/walkontable/src/selection/manager.js +48 -69
  19. package/3rdparty/walkontable/src/selection/manager.mjs +48 -69
  20. package/3rdparty/walkontable/src/selection/scanner.js +33 -42
  21. package/3rdparty/walkontable/src/selection/scanner.mjs +33 -42
  22. package/3rdparty/walkontable/src/utils/columnStretching.js +27 -44
  23. package/3rdparty/walkontable/src/utils/columnStretching.mjs +27 -44
  24. package/3rdparty/walkontable/src/utils/orderView/view.js +1 -1
  25. package/3rdparty/walkontable/src/utils/orderView/view.mjs +1 -1
  26. package/base.js +2 -2
  27. package/base.mjs +2 -2
  28. package/core/viewportScroll/index.js +1 -4
  29. package/core/viewportScroll/index.mjs +1 -4
  30. package/core.d.ts +3 -4
  31. package/core.js +22 -79
  32. package/core.mjs +22 -79
  33. package/dataMap/dataSource.js +1 -1
  34. package/dataMap/dataSource.mjs +1 -1
  35. package/dataMap/metaManager/metaLayers/cellMeta.js +1 -1
  36. package/dataMap/metaManager/metaLayers/cellMeta.mjs +1 -1
  37. package/dataMap/replaceData.js +1 -1
  38. package/dataMap/replaceData.mjs +1 -1
  39. package/dist/handsontable.css +2 -2
  40. package/dist/handsontable.full.css +2 -2
  41. package/dist/handsontable.full.js +7620 -10327
  42. package/dist/handsontable.full.min.css +2 -2
  43. package/dist/handsontable.full.min.js +277 -277
  44. package/dist/handsontable.js +5525 -7779
  45. package/dist/handsontable.min.css +2 -2
  46. package/dist/handsontable.min.js +33 -33
  47. package/dist/languages/all.min.js +1 -1
  48. package/dist/languages/ar-AR.min.js +1 -1
  49. package/dist/languages/cs-CZ.min.js +1 -1
  50. package/dist/languages/de-CH.min.js +1 -1
  51. package/dist/languages/de-DE.min.js +1 -1
  52. package/dist/languages/en-US.min.js +1 -1
  53. package/dist/languages/es-MX.min.js +1 -1
  54. package/dist/languages/fr-FR.min.js +1 -1
  55. package/dist/languages/hr-HR.min.js +1 -1
  56. package/dist/languages/it-IT.min.js +1 -1
  57. package/dist/languages/ja-JP.min.js +1 -1
  58. package/dist/languages/ko-KR.min.js +1 -1
  59. package/dist/languages/lv-LV.min.js +1 -1
  60. package/dist/languages/nb-NO.min.js +1 -1
  61. package/dist/languages/nl-NL.min.js +1 -1
  62. package/dist/languages/pl-PL.min.js +1 -1
  63. package/dist/languages/pt-BR.min.js +1 -1
  64. package/dist/languages/ru-RU.min.js +1 -1
  65. package/dist/languages/sr-SP.min.js +1 -1
  66. package/dist/languages/zh-CN.min.js +1 -1
  67. package/dist/languages/zh-TW.min.js +1 -1
  68. package/editorManager.js +21 -27
  69. package/editorManager.mjs +21 -27
  70. package/editors/autocompleteEditor/autocompleteEditor.js +6 -10
  71. package/editors/autocompleteEditor/autocompleteEditor.mjs +6 -10
  72. package/eventManager.js +1 -1
  73. package/eventManager.mjs +1 -1
  74. package/focusManager.js +58 -82
  75. package/focusManager.mjs +58 -82
  76. package/helpers/dom/element.js +1 -1
  77. package/helpers/dom/element.mjs +1 -1
  78. package/helpers/mixed.js +1 -1
  79. package/helpers/mixed.mjs +1 -1
  80. package/helpers/object.js +2 -2
  81. package/helpers/object.mjs +2 -2
  82. package/index.d.ts +10 -0
  83. package/package.json +2 -1
  84. package/pluginHooks.d.ts +0 -4
  85. package/pluginHooks.js +2 -44
  86. package/pluginHooks.mjs +2 -44
  87. package/plugins/autoColumnSize/autoColumnSize.js +49 -65
  88. package/plugins/autoColumnSize/autoColumnSize.mjs +49 -65
  89. package/plugins/autoRowSize/autoRowSize.js +28 -34
  90. package/plugins/autoRowSize/autoRowSize.mjs +28 -34
  91. package/plugins/autofill/autofill.js +30 -38
  92. package/plugins/autofill/autofill.mjs +30 -38
  93. package/plugins/base/base.js +12 -17
  94. package/plugins/base/base.mjs +12 -17
  95. package/plugins/bindRowsWithHeaders/bindRowsWithHeaders.js +5 -5
  96. package/plugins/bindRowsWithHeaders/bindRowsWithHeaders.mjs +5 -5
  97. package/plugins/collapsibleColumns/collapsibleColumns.js +36 -54
  98. package/plugins/collapsibleColumns/collapsibleColumns.mjs +36 -54
  99. package/plugins/columnSorting/columnSorting.js +40 -46
  100. package/plugins/columnSorting/columnSorting.mjs +40 -46
  101. package/plugins/columnSummary/columnSummary.js +22 -26
  102. package/plugins/columnSummary/columnSummary.mjs +22 -26
  103. package/plugins/comments/comments.js +116 -158
  104. package/plugins/comments/comments.mjs +116 -158
  105. package/plugins/contextMenu/contextMenu.js +20 -26
  106. package/plugins/contextMenu/contextMenu.mjs +20 -26
  107. package/plugins/contextMenu/itemsFactory.js +1 -1
  108. package/plugins/contextMenu/itemsFactory.mjs +1 -1
  109. package/plugins/contextMenu/menu/defaultShortcutsList.js +10 -26
  110. package/plugins/contextMenu/menu/defaultShortcutsList.mjs +10 -26
  111. package/plugins/contextMenu/menu/menu.js +13 -21
  112. package/plugins/contextMenu/menu/menu.mjs +13 -21
  113. package/plugins/contextMenu/menu/positioner.js +41 -58
  114. package/plugins/contextMenu/menu/positioner.mjs +41 -58
  115. package/plugins/copyPaste/copyPaste.js +113 -154
  116. package/plugins/copyPaste/copyPaste.mjs +113 -154
  117. package/plugins/copyPaste/copyableRanges.js +43 -66
  118. package/plugins/copyPaste/copyableRanges.mjs +43 -66
  119. package/plugins/customBorders/customBorders.js +11 -13
  120. package/plugins/customBorders/customBorders.mjs +11 -13
  121. package/plugins/dragToScroll/dragToScroll.js +6 -6
  122. package/plugins/dragToScroll/dragToScroll.mjs +6 -6
  123. package/plugins/dropdownMenu/dropdownMenu.js +78 -100
  124. package/plugins/dropdownMenu/dropdownMenu.mjs +78 -100
  125. package/plugins/exportFile/dataProvider.js +1 -1
  126. package/plugins/exportFile/dataProvider.mjs +1 -1
  127. package/plugins/filters/component/actionBar.js +9 -9
  128. package/plugins/filters/component/actionBar.mjs +8 -8
  129. package/plugins/filters/component/condition.js +13 -15
  130. package/plugins/filters/component/condition.mjs +13 -15
  131. package/plugins/filters/component/operators.js +6 -6
  132. package/plugins/filters/component/operators.mjs +6 -6
  133. package/plugins/filters/component/value.js +24 -28
  134. package/plugins/filters/component/value.mjs +24 -28
  135. package/plugins/filters/conditionUpdateObserver.js +22 -24
  136. package/plugins/filters/conditionUpdateObserver.mjs +22 -24
  137. package/plugins/filters/dataFilter.js +1 -1
  138. package/plugins/filters/dataFilter.mjs +1 -1
  139. package/plugins/filters/filters.js +81 -95
  140. package/plugins/filters/filters.mjs +81 -95
  141. package/plugins/filters/ui/input.js +13 -19
  142. package/plugins/filters/ui/input.mjs +13 -19
  143. package/plugins/filters/ui/link.js +8 -13
  144. package/plugins/filters/ui/link.mjs +8 -13
  145. package/plugins/filters/ui/multipleSelect.js +85 -112
  146. package/plugins/filters/ui/multipleSelect.mjs +85 -112
  147. package/plugins/filters/ui/radioInput.js +12 -20
  148. package/plugins/filters/ui/radioInput.mjs +12 -20
  149. package/plugins/filters/ui/select.js +50 -72
  150. package/plugins/filters/ui/select.mjs +49 -71
  151. package/plugins/formulas/formulas.js +268 -326
  152. package/plugins/formulas/formulas.mjs +269 -327
  153. package/plugins/formulas/indexSyncer/axisSyncer.js +38 -61
  154. package/plugins/formulas/indexSyncer/axisSyncer.mjs +38 -61
  155. package/plugins/formulas/indexSyncer/index.js +25 -48
  156. package/plugins/formulas/indexSyncer/index.mjs +25 -48
  157. package/plugins/hiddenColumns/hiddenColumns.js +64 -83
  158. package/plugins/hiddenColumns/hiddenColumns.mjs +64 -83
  159. package/plugins/hiddenRows/hiddenRows.js +63 -82
  160. package/plugins/hiddenRows/hiddenRows.mjs +63 -82
  161. package/plugins/manualColumnFreeze/manualColumnFreeze.js +24 -32
  162. package/plugins/manualColumnFreeze/manualColumnFreeze.mjs +25 -33
  163. package/plugins/manualColumnMove/manualColumnMove.js +126 -170
  164. package/plugins/manualColumnMove/manualColumnMove.mjs +126 -170
  165. package/plugins/manualColumnResize/manualColumnResize.js +169 -230
  166. package/plugins/manualColumnResize/manualColumnResize.mjs +169 -230
  167. package/plugins/manualRowMove/manualRowMove.js +99 -128
  168. package/plugins/manualRowMove/manualRowMove.mjs +99 -128
  169. package/plugins/manualRowResize/manualRowResize.js +150 -209
  170. package/plugins/manualRowResize/manualRowResize.mjs +150 -209
  171. package/plugins/mergeCells/calculations/selection.js +71 -2
  172. package/plugins/mergeCells/calculations/selection.mjs +71 -2
  173. package/plugins/mergeCells/cellsCollection.js +1 -117
  174. package/plugins/mergeCells/cellsCollection.mjs +1 -117
  175. package/plugins/mergeCells/contextMenuItem/toggleMerge.js +1 -11
  176. package/plugins/mergeCells/contextMenuItem/toggleMerge.mjs +1 -11
  177. package/plugins/mergeCells/mergeCells.js +355 -595
  178. package/plugins/mergeCells/mergeCells.mjs +355 -595
  179. package/plugins/multiColumnSorting/multiColumnSorting.js +0 -6
  180. package/plugins/multiColumnSorting/multiColumnSorting.mjs +0 -6
  181. package/plugins/multipleSelectionHandles/multipleSelectionHandles.js +1 -1
  182. package/plugins/multipleSelectionHandles/multipleSelectionHandles.mjs +1 -1
  183. package/plugins/nestedHeaders/nestedHeaders.js +204 -254
  184. package/plugins/nestedHeaders/nestedHeaders.mjs +205 -255
  185. package/plugins/nestedHeaders/stateManager/headersTree.js +21 -32
  186. package/plugins/nestedHeaders/stateManager/headersTree.mjs +21 -32
  187. package/plugins/nestedHeaders/stateManager/index.js +30 -41
  188. package/plugins/nestedHeaders/stateManager/index.mjs +30 -41
  189. package/plugins/nestedHeaders/stateManager/sourceSettings.js +19 -30
  190. package/plugins/nestedHeaders/stateManager/sourceSettings.mjs +19 -30
  191. package/plugins/nestedRows/data/dataManager.js +1 -1
  192. package/plugins/nestedRows/data/dataManager.mjs +1 -1
  193. package/plugins/nestedRows/nestedRows.js +138 -179
  194. package/plugins/nestedRows/nestedRows.mjs +139 -180
  195. package/plugins/nestedRows/ui/contextMenu.js +11 -15
  196. package/plugins/nestedRows/ui/contextMenu.mjs +10 -14
  197. package/plugins/nestedRows/utils/rowMoveController.js +1 -1
  198. package/plugins/nestedRows/utils/rowMoveController.mjs +1 -1
  199. package/plugins/persistentState/storage.js +2 -2
  200. package/plugins/persistentState/storage.mjs +2 -2
  201. package/plugins/search/search.js +7 -7
  202. package/plugins/search/search.mjs +7 -7
  203. package/plugins/touchScroll/touchScroll.js +15 -19
  204. package/plugins/touchScroll/touchScroll.mjs +16 -20
  205. package/plugins/trimRows/trimRows.js +6 -6
  206. package/plugins/trimRows/trimRows.mjs +6 -6
  207. package/renderers/checkboxRenderer/checkboxRenderer.js +4 -4
  208. package/renderers/checkboxRenderer/checkboxRenderer.mjs +4 -4
  209. package/selection/highlight/highlight.js +14 -14
  210. package/selection/highlight/highlight.mjs +13 -13
  211. package/selection/highlight/visualSelection.js +2 -16
  212. package/selection/highlight/visualSelection.mjs +2 -16
  213. package/selection/selection.js +60 -252
  214. package/selection/selection.mjs +59 -251
  215. package/selection/transformation.js +101 -175
  216. package/selection/transformation.mjs +101 -175
  217. package/shortcutContexts/commands/editor/closeAndSave.js +2 -2
  218. package/shortcutContexts/commands/editor/closeAndSave.mjs +2 -2
  219. package/shortcutContexts/commands/editor/open.js +3 -18
  220. package/shortcutContexts/commands/editor/open.mjs +3 -18
  221. package/shortcutContexts/commands/extendCellsSelection/down.js +1 -1
  222. package/shortcutContexts/commands/extendCellsSelection/down.mjs +1 -1
  223. package/shortcutContexts/commands/extendCellsSelection/left.js +1 -1
  224. package/shortcutContexts/commands/extendCellsSelection/left.mjs +1 -1
  225. package/shortcutContexts/commands/extendCellsSelection/right.js +1 -1
  226. package/shortcutContexts/commands/extendCellsSelection/right.mjs +1 -1
  227. package/shortcutContexts/commands/extendCellsSelection/toColumns.js +1 -1
  228. package/shortcutContexts/commands/extendCellsSelection/toColumns.mjs +1 -1
  229. package/shortcutContexts/commands/extendCellsSelection/toMostBottom.js +1 -3
  230. package/shortcutContexts/commands/extendCellsSelection/toMostBottom.mjs +1 -3
  231. package/shortcutContexts/commands/extendCellsSelection/toMostInlineEnd.js +3 -9
  232. package/shortcutContexts/commands/extendCellsSelection/toMostInlineEnd.mjs +3 -9
  233. package/shortcutContexts/commands/extendCellsSelection/toMostInlineStart.js +3 -10
  234. package/shortcutContexts/commands/extendCellsSelection/toMostInlineStart.mjs +3 -10
  235. package/shortcutContexts/commands/extendCellsSelection/toMostLeft.js +1 -3
  236. package/shortcutContexts/commands/extendCellsSelection/toMostLeft.mjs +1 -3
  237. package/shortcutContexts/commands/extendCellsSelection/toMostRight.js +1 -3
  238. package/shortcutContexts/commands/extendCellsSelection/toMostRight.mjs +1 -3
  239. package/shortcutContexts/commands/extendCellsSelection/toMostTop.js +1 -3
  240. package/shortcutContexts/commands/extendCellsSelection/toMostTop.mjs +1 -3
  241. package/shortcutContexts/commands/extendCellsSelection/toRows.js +1 -1
  242. package/shortcutContexts/commands/extendCellsSelection/toRows.mjs +1 -1
  243. package/shortcutContexts/commands/extendCellsSelection/up.js +1 -1
  244. package/shortcutContexts/commands/extendCellsSelection/up.mjs +1 -1
  245. package/shortcutContexts/commands/moveCellSelection/inlineEnd.js +1 -6
  246. package/shortcutContexts/commands/moveCellSelection/inlineEnd.mjs +1 -6
  247. package/shortcutContexts/commands/moveCellSelection/inlineStart.js +1 -6
  248. package/shortcutContexts/commands/moveCellSelection/inlineStart.mjs +1 -6
  249. package/shortcutContexts/grid.js +2 -2
  250. package/shortcutContexts/grid.mjs +2 -2
  251. package/shortcuts/context.js +1 -2
  252. package/shortcuts/context.mjs +1 -2
  253. package/tableView.js +52 -98
  254. package/tableView.mjs +52 -98
  255. package/translations/changesObservable/observable.js +21 -38
  256. package/translations/changesObservable/observable.mjs +21 -38
  257. package/translations/changesObservable/observer.js +7 -12
  258. package/translations/changesObservable/observer.mjs +6 -11
  259. package/translations/mapCollections/aggregatedCollection.js +1 -1
  260. package/translations/mapCollections/aggregatedCollection.mjs +1 -1
  261. package/translations/maps/indexMap.js +1 -1
  262. package/translations/maps/indexMap.mjs +1 -1
  263. package/utils/dataStructures/linkedList.js +1 -6
  264. package/utils/dataStructures/linkedList.mjs +1 -6
  265. package/utils/dataStructures/tree.js +1 -1
  266. package/utils/dataStructures/tree.mjs +1 -1
  267. package/utils/interval.js +26 -44
  268. package/utils/interval.mjs +26 -44
  269. package/core/viewportScroll/scrollStrategies/focusScroll.js +0 -15
  270. package/core/viewportScroll/scrollStrategies/focusScroll.mjs +0 -11
  271. package/plugins/mergeCells/focusOrder.js +0 -258
  272. package/plugins/mergeCells/focusOrder.mjs +0 -253
@@ -2,19 +2,16 @@
2
2
 
3
3
  exports.__esModule = true;
4
4
  exports.normalizeRanges = normalizeRanges;
5
- require("core-js/modules/es.array.push.js");
6
5
  require("core-js/modules/es.error.cause.js");
6
+ require("core-js/modules/es.array.push.js");
7
7
  var _array = require("../../helpers/array");
8
8
  var _number = require("../../helpers/number");
9
9
  function _classPrivateMethodInitSpec(obj, privateSet) { _checkPrivateRedeclaration(obj, privateSet); privateSet.add(obj); }
10
10
  function _classPrivateFieldInitSpec(obj, privateMap, value) { _checkPrivateRedeclaration(obj, privateMap); privateMap.set(obj, value); }
11
11
  function _checkPrivateRedeclaration(obj, privateCollection) { if (privateCollection.has(obj)) { throw new TypeError("Cannot initialize the same private elements twice on an object"); } }
12
- function _classPrivateMethodGet(receiver, privateSet, fn) { if (!privateSet.has(receiver)) { throw new TypeError("attempted to get private field on non-instance"); } return fn; }
13
- function _classPrivateFieldGet(receiver, privateMap) { var descriptor = _classExtractFieldDescriptor(receiver, privateMap, "get"); return _classApplyDescriptorGet(receiver, descriptor); }
14
- function _classApplyDescriptorGet(receiver, descriptor) { if (descriptor.get) { return descriptor.get.call(receiver); } return descriptor.value; }
15
- function _classPrivateFieldSet(receiver, privateMap, value) { var descriptor = _classExtractFieldDescriptor(receiver, privateMap, "set"); _classApplyDescriptorSet(receiver, descriptor, value); return value; }
16
- function _classExtractFieldDescriptor(receiver, privateMap, action) { if (!privateMap.has(receiver)) { throw new TypeError("attempted to " + action + " private field on non-instance"); } return privateMap.get(receiver); }
17
- function _classApplyDescriptorSet(receiver, descriptor, value) { if (descriptor.set) { descriptor.set.call(receiver, value); } else { if (!descriptor.writable) { throw new TypeError("attempted to set read only private field"); } descriptor.value = value; } }
12
+ function _classPrivateFieldGet(s, a) { return s.get(_assertClassBrand(s, a)); }
13
+ function _classPrivateFieldSet(s, a, r) { return s.set(_assertClassBrand(s, a), r), r; }
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"); }
18
15
  /**
19
16
  * The utils class produces the selection ranges in the `{startRow, startCol, endRow, endCol}` format
20
17
  * based on the current table selection. The CopyPaste plugin consumes that ranges to generate
@@ -28,8 +25,7 @@ var _countColumns = /*#__PURE__*/new WeakMap();
28
25
  var _rowsLimit = /*#__PURE__*/new WeakMap();
29
26
  var _columnsLimit = /*#__PURE__*/new WeakMap();
30
27
  var _countColumnHeaders = /*#__PURE__*/new WeakMap();
31
- var _trimColumnsRange = /*#__PURE__*/new WeakSet();
32
- var _trimRowsRange = /*#__PURE__*/new WeakSet();
28
+ var _CopyableRangesFactory_brand = /*#__PURE__*/new WeakSet();
33
29
  class CopyableRangesFactory {
34
30
  /* eslint-disable jsdoc/require-description-complete-sentence */
35
31
  /**
@@ -49,14 +45,6 @@ class CopyableRangesFactory {
49
45
  columnsLimit,
50
46
  countColumnHeaders
51
47
  } = _ref;
52
- /**
53
- * Trimmed the rows range to the limit.
54
- *
55
- * @param {*} startRow The lowest row index in the range.
56
- * @param {*} endRow The highest row index in the range.
57
- * @returns {number} Returns trimmed row index if it exceeds the limit.
58
- */
59
- _classPrivateMethodInitSpec(this, _trimRowsRange);
60
48
  /**
61
49
  * Trimmed the columns range to the limit.
62
50
  *
@@ -64,54 +52,36 @@ class CopyableRangesFactory {
64
52
  * @param {*} endColumn The highest column index in the range.
65
53
  * @returns {number} Returns trimmed column index if it exceeds the limit.
66
54
  */
67
- _classPrivateMethodInitSpec(this, _trimColumnsRange);
55
+ _classPrivateMethodInitSpec(this, _CopyableRangesFactory_brand);
68
56
  /**
69
57
  * @type {CellRange}
70
58
  */
71
- _classPrivateFieldInitSpec(this, _selectedRange, {
72
- writable: true,
73
- value: void 0
74
- });
59
+ _classPrivateFieldInitSpec(this, _selectedRange, void 0);
75
60
  /**
76
61
  * @type {function(): number}
77
62
  */
78
- _classPrivateFieldInitSpec(this, _countRows, {
79
- writable: true,
80
- value: void 0
81
- });
63
+ _classPrivateFieldInitSpec(this, _countRows, void 0);
82
64
  /**
83
65
  * @type {function(): number}
84
66
  */
85
- _classPrivateFieldInitSpec(this, _countColumns, {
86
- writable: true,
87
- value: void 0
88
- });
67
+ _classPrivateFieldInitSpec(this, _countColumns, void 0);
89
68
  /**
90
69
  * @type {function(): number}
91
70
  */
92
- _classPrivateFieldInitSpec(this, _rowsLimit, {
93
- writable: true,
94
- value: void 0
95
- });
71
+ _classPrivateFieldInitSpec(this, _rowsLimit, void 0);
96
72
  /**
97
73
  * @type {function(): number}
98
74
  */
99
- _classPrivateFieldInitSpec(this, _columnsLimit, {
100
- writable: true,
101
- value: void 0
102
- });
75
+ _classPrivateFieldInitSpec(this, _columnsLimit, void 0);
103
76
  /**
104
77
  * @type {function(): number}
105
78
  */
106
- _classPrivateFieldInitSpec(this, _countColumnHeaders, {
107
- writable: true,
108
- value: void 0
109
- });
110
- _classPrivateFieldSet(this, _countRows, countRows);
111
- _classPrivateFieldSet(this, _countColumns, countColumns);
112
- _classPrivateFieldSet(this, _rowsLimit, rowsLimit);
113
- _classPrivateFieldSet(this, _columnsLimit, columnsLimit);
114
- _classPrivateFieldSet(this, _countColumnHeaders, countColumnHeaders);
79
+ _classPrivateFieldInitSpec(this, _countColumnHeaders, void 0);
80
+ _classPrivateFieldSet(_countRows, this, countRows);
81
+ _classPrivateFieldSet(_countColumns, this, countColumns);
82
+ _classPrivateFieldSet(_rowsLimit, this, rowsLimit);
83
+ _classPrivateFieldSet(_columnsLimit, this, columnsLimit);
84
+ _classPrivateFieldSet(_countColumnHeaders, this, countColumnHeaders);
115
85
  }
116
86
  /* eslint-enable jsdoc/require-description-complete-sentence */
117
87
 
@@ -121,7 +91,7 @@ class CopyableRangesFactory {
121
91
  * @param {CellRange} selectedRange The selection range represented by the CellRange class.
122
92
  */
123
93
  setSelectedRange(selectedRange) {
124
- _classPrivateFieldSet(this, _selectedRange, selectedRange);
94
+ _classPrivateFieldSet(_selectedRange, this, selectedRange);
125
95
  }
126
96
 
127
97
  /**
@@ -131,19 +101,19 @@ class CopyableRangesFactory {
131
101
  * @returns {{startRow: number, startCol: number, endRow: number, endCol: number} | null}
132
102
  */
133
103
  getCellsRange() {
134
- if (_classPrivateFieldGet(this, _countRows).call(this) === 0 || _classPrivateFieldGet(this, _countColumns).call(this) === 0) {
104
+ if (_classPrivateFieldGet(_countRows, this).call(this) === 0 || _classPrivateFieldGet(_countColumns, this).call(this) === 0) {
135
105
  return null;
136
106
  }
137
107
  const {
138
108
  row: startRow,
139
109
  col: startCol
140
- } = _classPrivateFieldGet(this, _selectedRange).getTopStartCorner();
110
+ } = _classPrivateFieldGet(_selectedRange, this).getTopStartCorner();
141
111
  const {
142
112
  row: endRow,
143
113
  col: endCol
144
- } = _classPrivateFieldGet(this, _selectedRange).getBottomEndCorner();
145
- const finalEndRow = _classPrivateMethodGet(this, _trimRowsRange, _trimRowsRange2).call(this, startRow, endRow);
146
- const finalEndCol = _classPrivateMethodGet(this, _trimColumnsRange, _trimColumnsRange2).call(this, startCol, endCol);
114
+ } = _classPrivateFieldGet(_selectedRange, this).getBottomEndCorner();
115
+ const finalEndRow = _assertClassBrand(_CopyableRangesFactory_brand, this, _trimRowsRange).call(this, startRow, endRow);
116
+ const finalEndCol = _assertClassBrand(_CopyableRangesFactory_brand, this, _trimColumnsRange).call(this, startCol, endCol);
147
117
  const isRangeTrimmed = endRow !== finalEndRow || endCol !== finalEndCol;
148
118
  return {
149
119
  isRangeTrimmed,
@@ -161,16 +131,16 @@ class CopyableRangesFactory {
161
131
  * @returns {{startRow: number, startCol: number, endRow: number, endCol: number} | null}
162
132
  */
163
133
  getMostBottomColumnHeadersRange() {
164
- if (_classPrivateFieldGet(this, _countColumns).call(this) === 0 || _classPrivateFieldGet(this, _countColumnHeaders).call(this) === 0) {
134
+ if (_classPrivateFieldGet(_countColumns, this).call(this) === 0 || _classPrivateFieldGet(_countColumnHeaders, this).call(this) === 0) {
165
135
  return null;
166
136
  }
167
137
  const {
168
138
  col: startCol
169
- } = _classPrivateFieldGet(this, _selectedRange).getTopStartCorner();
139
+ } = _classPrivateFieldGet(_selectedRange, this).getTopStartCorner();
170
140
  const {
171
141
  col: endCol
172
- } = _classPrivateFieldGet(this, _selectedRange).getBottomEndCorner();
173
- const finalEndCol = _classPrivateMethodGet(this, _trimColumnsRange, _trimColumnsRange2).call(this, startCol, endCol);
142
+ } = _classPrivateFieldGet(_selectedRange, this).getBottomEndCorner();
143
+ const finalEndCol = _assertClassBrand(_CopyableRangesFactory_brand, this, _trimColumnsRange).call(this, startCol, endCol);
174
144
  const isRangeTrimmed = endCol !== finalEndCol;
175
145
  return {
176
146
  isRangeTrimmed,
@@ -188,20 +158,20 @@ class CopyableRangesFactory {
188
158
  * @returns {{startRow: number, startCol: number, endRow: number, endCol: number} | null}
189
159
  */
190
160
  getAllColumnHeadersRange() {
191
- if (_classPrivateFieldGet(this, _countColumns).call(this) === 0 || _classPrivateFieldGet(this, _countColumnHeaders).call(this) === 0) {
161
+ if (_classPrivateFieldGet(_countColumns, this).call(this) === 0 || _classPrivateFieldGet(_countColumnHeaders, this).call(this) === 0) {
192
162
  return null;
193
163
  }
194
164
  const {
195
165
  col: startCol
196
- } = _classPrivateFieldGet(this, _selectedRange).getTopStartCorner();
166
+ } = _classPrivateFieldGet(_selectedRange, this).getTopStartCorner();
197
167
  const {
198
168
  col: endCol
199
- } = _classPrivateFieldGet(this, _selectedRange).getBottomEndCorner();
200
- const finalEndCol = _classPrivateMethodGet(this, _trimColumnsRange, _trimColumnsRange2).call(this, startCol, endCol);
169
+ } = _classPrivateFieldGet(_selectedRange, this).getBottomEndCorner();
170
+ const finalEndCol = _assertClassBrand(_CopyableRangesFactory_brand, this, _trimColumnsRange).call(this, startCol, endCol);
201
171
  const isRangeTrimmed = endCol !== finalEndCol;
202
172
  return {
203
173
  isRangeTrimmed,
204
- startRow: -_classPrivateFieldGet(this, _countColumnHeaders).call(this),
174
+ startRow: -_classPrivateFieldGet(_countColumnHeaders, this).call(this),
205
175
  startCol,
206
176
  endRow: -1,
207
177
  endCol: finalEndCol
@@ -217,11 +187,18 @@ class CopyableRangesFactory {
217
187
  * @returns {{rows: number[], columns: number[]}}
218
188
  */
219
189
  exports.CopyableRangesFactory = CopyableRangesFactory;
220
- function _trimColumnsRange2(startColumn, endColumn) {
221
- return Math.min(endColumn, Math.max(startColumn + _classPrivateFieldGet(this, _columnsLimit).call(this) - 1, startColumn));
190
+ function _trimColumnsRange(startColumn, endColumn) {
191
+ return Math.min(endColumn, Math.max(startColumn + _classPrivateFieldGet(_columnsLimit, this).call(this) - 1, startColumn));
222
192
  }
223
- function _trimRowsRange2(startRow, endRow) {
224
- return Math.min(endRow, Math.max(startRow + _classPrivateFieldGet(this, _rowsLimit).call(this) - 1, startRow));
193
+ /**
194
+ * Trimmed the rows range to the limit.
195
+ *
196
+ * @param {*} startRow The lowest row index in the range.
197
+ * @param {*} endRow The highest row index in the range.
198
+ * @returns {number} Returns trimmed row index if it exceeds the limit.
199
+ */
200
+ function _trimRowsRange(startRow, endRow) {
201
+ return Math.min(endRow, Math.max(startRow + _classPrivateFieldGet(_rowsLimit, this).call(this) - 1, startRow));
225
202
  }
226
203
  function normalizeRanges(ranges) {
227
204
  const rows = [];
@@ -1,14 +1,11 @@
1
- import "core-js/modules/es.array.push.js";
2
1
  import "core-js/modules/es.error.cause.js";
2
+ import "core-js/modules/es.array.push.js";
3
3
  function _classPrivateMethodInitSpec(obj, privateSet) { _checkPrivateRedeclaration(obj, privateSet); privateSet.add(obj); }
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
- function _classPrivateMethodGet(receiver, privateSet, fn) { if (!privateSet.has(receiver)) { throw new TypeError("attempted to get private field on non-instance"); } return fn; }
7
- function _classPrivateFieldGet(receiver, privateMap) { var descriptor = _classExtractFieldDescriptor(receiver, privateMap, "get"); return _classApplyDescriptorGet(receiver, descriptor); }
8
- function _classApplyDescriptorGet(receiver, descriptor) { if (descriptor.get) { return descriptor.get.call(receiver); } return descriptor.value; }
9
- function _classPrivateFieldSet(receiver, privateMap, value) { var descriptor = _classExtractFieldDescriptor(receiver, privateMap, "set"); _classApplyDescriptorSet(receiver, descriptor, value); return value; }
10
- function _classExtractFieldDescriptor(receiver, privateMap, action) { if (!privateMap.has(receiver)) { throw new TypeError("attempted to " + action + " private field on non-instance"); } return privateMap.get(receiver); }
11
- function _classApplyDescriptorSet(receiver, descriptor, value) { if (descriptor.set) { descriptor.set.call(receiver, value); } else { if (!descriptor.writable) { throw new TypeError("attempted to set read only private field"); } descriptor.value = value; } }
6
+ function _classPrivateFieldGet(s, a) { return s.get(_assertClassBrand(s, a)); }
7
+ function _classPrivateFieldSet(s, a, r) { return s.set(_assertClassBrand(s, a), r), r; }
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"); }
12
9
  import { arrayEach } from "../../helpers/array.mjs";
13
10
  import { rangeEach } from "../../helpers/number.mjs";
14
11
  /**
@@ -24,8 +21,7 @@ var _countColumns = /*#__PURE__*/new WeakMap();
24
21
  var _rowsLimit = /*#__PURE__*/new WeakMap();
25
22
  var _columnsLimit = /*#__PURE__*/new WeakMap();
26
23
  var _countColumnHeaders = /*#__PURE__*/new WeakMap();
27
- var _trimColumnsRange = /*#__PURE__*/new WeakSet();
28
- var _trimRowsRange = /*#__PURE__*/new WeakSet();
24
+ var _CopyableRangesFactory_brand = /*#__PURE__*/new WeakSet();
29
25
  export class CopyableRangesFactory {
30
26
  /* eslint-disable jsdoc/require-description-complete-sentence */
31
27
  /**
@@ -45,14 +41,6 @@ export class CopyableRangesFactory {
45
41
  columnsLimit,
46
42
  countColumnHeaders
47
43
  } = _ref;
48
- /**
49
- * Trimmed the rows range to the limit.
50
- *
51
- * @param {*} startRow The lowest row index in the range.
52
- * @param {*} endRow The highest row index in the range.
53
- * @returns {number} Returns trimmed row index if it exceeds the limit.
54
- */
55
- _classPrivateMethodInitSpec(this, _trimRowsRange);
56
44
  /**
57
45
  * Trimmed the columns range to the limit.
58
46
  *
@@ -60,54 +48,36 @@ export class CopyableRangesFactory {
60
48
  * @param {*} endColumn The highest column index in the range.
61
49
  * @returns {number} Returns trimmed column index if it exceeds the limit.
62
50
  */
63
- _classPrivateMethodInitSpec(this, _trimColumnsRange);
51
+ _classPrivateMethodInitSpec(this, _CopyableRangesFactory_brand);
64
52
  /**
65
53
  * @type {CellRange}
66
54
  */
67
- _classPrivateFieldInitSpec(this, _selectedRange, {
68
- writable: true,
69
- value: void 0
70
- });
55
+ _classPrivateFieldInitSpec(this, _selectedRange, void 0);
71
56
  /**
72
57
  * @type {function(): number}
73
58
  */
74
- _classPrivateFieldInitSpec(this, _countRows, {
75
- writable: true,
76
- value: void 0
77
- });
59
+ _classPrivateFieldInitSpec(this, _countRows, void 0);
78
60
  /**
79
61
  * @type {function(): number}
80
62
  */
81
- _classPrivateFieldInitSpec(this, _countColumns, {
82
- writable: true,
83
- value: void 0
84
- });
63
+ _classPrivateFieldInitSpec(this, _countColumns, void 0);
85
64
  /**
86
65
  * @type {function(): number}
87
66
  */
88
- _classPrivateFieldInitSpec(this, _rowsLimit, {
89
- writable: true,
90
- value: void 0
91
- });
67
+ _classPrivateFieldInitSpec(this, _rowsLimit, void 0);
92
68
  /**
93
69
  * @type {function(): number}
94
70
  */
95
- _classPrivateFieldInitSpec(this, _columnsLimit, {
96
- writable: true,
97
- value: void 0
98
- });
71
+ _classPrivateFieldInitSpec(this, _columnsLimit, void 0);
99
72
  /**
100
73
  * @type {function(): number}
101
74
  */
102
- _classPrivateFieldInitSpec(this, _countColumnHeaders, {
103
- writable: true,
104
- value: void 0
105
- });
106
- _classPrivateFieldSet(this, _countRows, countRows);
107
- _classPrivateFieldSet(this, _countColumns, countColumns);
108
- _classPrivateFieldSet(this, _rowsLimit, rowsLimit);
109
- _classPrivateFieldSet(this, _columnsLimit, columnsLimit);
110
- _classPrivateFieldSet(this, _countColumnHeaders, countColumnHeaders);
75
+ _classPrivateFieldInitSpec(this, _countColumnHeaders, void 0);
76
+ _classPrivateFieldSet(_countRows, this, countRows);
77
+ _classPrivateFieldSet(_countColumns, this, countColumns);
78
+ _classPrivateFieldSet(_rowsLimit, this, rowsLimit);
79
+ _classPrivateFieldSet(_columnsLimit, this, columnsLimit);
80
+ _classPrivateFieldSet(_countColumnHeaders, this, countColumnHeaders);
111
81
  }
112
82
  /* eslint-enable jsdoc/require-description-complete-sentence */
113
83
 
@@ -117,7 +87,7 @@ export class CopyableRangesFactory {
117
87
  * @param {CellRange} selectedRange The selection range represented by the CellRange class.
118
88
  */
119
89
  setSelectedRange(selectedRange) {
120
- _classPrivateFieldSet(this, _selectedRange, selectedRange);
90
+ _classPrivateFieldSet(_selectedRange, this, selectedRange);
121
91
  }
122
92
 
123
93
  /**
@@ -127,19 +97,19 @@ export class CopyableRangesFactory {
127
97
  * @returns {{startRow: number, startCol: number, endRow: number, endCol: number} | null}
128
98
  */
129
99
  getCellsRange() {
130
- if (_classPrivateFieldGet(this, _countRows).call(this) === 0 || _classPrivateFieldGet(this, _countColumns).call(this) === 0) {
100
+ if (_classPrivateFieldGet(_countRows, this).call(this) === 0 || _classPrivateFieldGet(_countColumns, this).call(this) === 0) {
131
101
  return null;
132
102
  }
133
103
  const {
134
104
  row: startRow,
135
105
  col: startCol
136
- } = _classPrivateFieldGet(this, _selectedRange).getTopStartCorner();
106
+ } = _classPrivateFieldGet(_selectedRange, this).getTopStartCorner();
137
107
  const {
138
108
  row: endRow,
139
109
  col: endCol
140
- } = _classPrivateFieldGet(this, _selectedRange).getBottomEndCorner();
141
- const finalEndRow = _classPrivateMethodGet(this, _trimRowsRange, _trimRowsRange2).call(this, startRow, endRow);
142
- const finalEndCol = _classPrivateMethodGet(this, _trimColumnsRange, _trimColumnsRange2).call(this, startCol, endCol);
110
+ } = _classPrivateFieldGet(_selectedRange, this).getBottomEndCorner();
111
+ const finalEndRow = _assertClassBrand(_CopyableRangesFactory_brand, this, _trimRowsRange).call(this, startRow, endRow);
112
+ const finalEndCol = _assertClassBrand(_CopyableRangesFactory_brand, this, _trimColumnsRange).call(this, startCol, endCol);
143
113
  const isRangeTrimmed = endRow !== finalEndRow || endCol !== finalEndCol;
144
114
  return {
145
115
  isRangeTrimmed,
@@ -157,16 +127,16 @@ export class CopyableRangesFactory {
157
127
  * @returns {{startRow: number, startCol: number, endRow: number, endCol: number} | null}
158
128
  */
159
129
  getMostBottomColumnHeadersRange() {
160
- if (_classPrivateFieldGet(this, _countColumns).call(this) === 0 || _classPrivateFieldGet(this, _countColumnHeaders).call(this) === 0) {
130
+ if (_classPrivateFieldGet(_countColumns, this).call(this) === 0 || _classPrivateFieldGet(_countColumnHeaders, this).call(this) === 0) {
161
131
  return null;
162
132
  }
163
133
  const {
164
134
  col: startCol
165
- } = _classPrivateFieldGet(this, _selectedRange).getTopStartCorner();
135
+ } = _classPrivateFieldGet(_selectedRange, this).getTopStartCorner();
166
136
  const {
167
137
  col: endCol
168
- } = _classPrivateFieldGet(this, _selectedRange).getBottomEndCorner();
169
- const finalEndCol = _classPrivateMethodGet(this, _trimColumnsRange, _trimColumnsRange2).call(this, startCol, endCol);
138
+ } = _classPrivateFieldGet(_selectedRange, this).getBottomEndCorner();
139
+ const finalEndCol = _assertClassBrand(_CopyableRangesFactory_brand, this, _trimColumnsRange).call(this, startCol, endCol);
170
140
  const isRangeTrimmed = endCol !== finalEndCol;
171
141
  return {
172
142
  isRangeTrimmed,
@@ -184,20 +154,20 @@ export class CopyableRangesFactory {
184
154
  * @returns {{startRow: number, startCol: number, endRow: number, endCol: number} | null}
185
155
  */
186
156
  getAllColumnHeadersRange() {
187
- if (_classPrivateFieldGet(this, _countColumns).call(this) === 0 || _classPrivateFieldGet(this, _countColumnHeaders).call(this) === 0) {
157
+ if (_classPrivateFieldGet(_countColumns, this).call(this) === 0 || _classPrivateFieldGet(_countColumnHeaders, this).call(this) === 0) {
188
158
  return null;
189
159
  }
190
160
  const {
191
161
  col: startCol
192
- } = _classPrivateFieldGet(this, _selectedRange).getTopStartCorner();
162
+ } = _classPrivateFieldGet(_selectedRange, this).getTopStartCorner();
193
163
  const {
194
164
  col: endCol
195
- } = _classPrivateFieldGet(this, _selectedRange).getBottomEndCorner();
196
- const finalEndCol = _classPrivateMethodGet(this, _trimColumnsRange, _trimColumnsRange2).call(this, startCol, endCol);
165
+ } = _classPrivateFieldGet(_selectedRange, this).getBottomEndCorner();
166
+ const finalEndCol = _assertClassBrand(_CopyableRangesFactory_brand, this, _trimColumnsRange).call(this, startCol, endCol);
197
167
  const isRangeTrimmed = endCol !== finalEndCol;
198
168
  return {
199
169
  isRangeTrimmed,
200
- startRow: -_classPrivateFieldGet(this, _countColumnHeaders).call(this),
170
+ startRow: -_classPrivateFieldGet(_countColumnHeaders, this).call(this),
201
171
  startCol,
202
172
  endRow: -1,
203
173
  endCol: finalEndCol
@@ -212,11 +182,18 @@ export class CopyableRangesFactory {
212
182
  * @param {Array<{startRow: number, startCol: number, endRow: number, endCol: number}>} ranges The range to process.
213
183
  * @returns {{rows: number[], columns: number[]}}
214
184
  */
215
- function _trimColumnsRange2(startColumn, endColumn) {
216
- return Math.min(endColumn, Math.max(startColumn + _classPrivateFieldGet(this, _columnsLimit).call(this) - 1, startColumn));
185
+ function _trimColumnsRange(startColumn, endColumn) {
186
+ return Math.min(endColumn, Math.max(startColumn + _classPrivateFieldGet(_columnsLimit, this).call(this) - 1, startColumn));
217
187
  }
218
- function _trimRowsRange2(startRow, endRow) {
219
- return Math.min(endRow, Math.max(startRow + _classPrivateFieldGet(this, _rowsLimit).call(this) - 1, startRow));
188
+ /**
189
+ * Trimmed the rows range to the limit.
190
+ *
191
+ * @param {*} startRow The lowest row index in the range.
192
+ * @param {*} endRow The highest row index in the range.
193
+ * @returns {number} Returns trimmed row index if it exceeds the limit.
194
+ */
195
+ function _trimRowsRange(startRow, endRow) {
196
+ return Math.min(endRow, Math.max(startRow + _classPrivateFieldGet(_rowsLimit, this).call(this) - 1, startRow));
220
197
  }
221
198
  export function normalizeRanges(ranges) {
222
199
  const rows = [];
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
 
3
3
  exports.__esModule = true;
4
- require("core-js/modules/es.array.push.js");
5
4
  require("core-js/modules/es.error.cause.js");
5
+ require("core-js/modules/es.array.push.js");
6
6
  var _base = require("../base");
7
7
  var _object = require("../../helpers/object");
8
8
  var _number = require("../../helpers/number");
@@ -18,7 +18,7 @@ function _checkPrivateRedeclaration(obj, privateCollection) { if (privateCollect
18
18
  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; }
19
19
  function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : String(i); }
20
20
  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); }
21
- function _classPrivateMethodGet(receiver, privateSet, fn) { if (!privateSet.has(receiver)) { throw new TypeError("attempted to get private field on non-instance"); } return fn; }
21
+ 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"); }
22
22
  const PLUGIN_KEY = exports.PLUGIN_KEY = 'customBorders';
23
23
  const PLUGIN_PRIORITY = exports.PLUGIN_PRIORITY = 90;
24
24
 
@@ -77,21 +77,16 @@ const PLUGIN_PRIORITY = exports.PLUGIN_PRIORITY = 90;
77
77
  * ],
78
78
  * ```
79
79
  */
80
- var _onAfterContextMenuDefaultOptions = /*#__PURE__*/new WeakSet();
81
- var _onAfterInit = /*#__PURE__*/new WeakSet();
80
+ var _CustomBorders_brand = /*#__PURE__*/new WeakSet();
82
81
  class CustomBorders extends _base.BasePlugin {
83
82
  constructor() {
84
83
  super(...arguments);
85
- /**
86
- * `afterInit` hook callback.
87
- */
88
- _classPrivateMethodInitSpec(this, _onAfterInit);
89
84
  /**
90
85
  * Add border options to context menu.
91
86
  *
92
87
  * @param {object} defaultOptions Context menu items.
93
88
  */
94
- _classPrivateMethodInitSpec(this, _onAfterContextMenuDefaultOptions);
89
+ _classPrivateMethodInitSpec(this, _CustomBorders_brand);
95
90
  /**
96
91
  * Saved borders.
97
92
  *
@@ -123,8 +118,8 @@ class CustomBorders extends _base.BasePlugin {
123
118
  if (this.enabled) {
124
119
  return;
125
120
  }
126
- this.addHook('afterContextMenuDefaultOptions', options => _classPrivateMethodGet(this, _onAfterContextMenuDefaultOptions, _onAfterContextMenuDefaultOptions2).call(this, options));
127
- this.addHook('init', () => _classPrivateMethodGet(this, _onAfterInit, _onAfterInit2).call(this));
121
+ this.addHook('afterContextMenuDefaultOptions', options => _assertClassBrand(_CustomBorders_brand, this, _onAfterContextMenuDefaultOptions).call(this, options));
122
+ this.addHook('init', () => _assertClassBrand(_CustomBorders_brand, this, _onAfterInit).call(this));
128
123
  super.enablePlugin();
129
124
  }
130
125
 
@@ -715,7 +710,7 @@ class CustomBorders extends _base.BasePlugin {
715
710
  }
716
711
  }
717
712
  exports.CustomBorders = CustomBorders;
718
- function _onAfterContextMenuDefaultOptions2(defaultOptions) {
713
+ function _onAfterContextMenuDefaultOptions(defaultOptions) {
719
714
  if (!this.hot.getSettings()[PLUGIN_KEY]) {
720
715
  return;
721
716
  }
@@ -741,6 +736,9 @@ function _onAfterContextMenuDefaultOptions2(defaultOptions) {
741
736
  }
742
737
  });
743
738
  }
744
- function _onAfterInit2() {
739
+ /**
740
+ * `afterInit` hook callback.
741
+ */
742
+ function _onAfterInit() {
745
743
  this.changeBorderSettings();
746
744
  }
@@ -1,11 +1,11 @@
1
- import "core-js/modules/es.array.push.js";
2
1
  import "core-js/modules/es.error.cause.js";
2
+ 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
6
  function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : String(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
- function _classPrivateMethodGet(receiver, privateSet, fn) { if (!privateSet.has(receiver)) { throw new TypeError("attempted to get private field on non-instance"); } return fn; }
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
10
  import { hasOwnProperty, deepClone } from "../../helpers/object.mjs";
11
11
  import { rangeEach } from "../../helpers/number.mjs";
@@ -72,21 +72,16 @@ export const PLUGIN_PRIORITY = 90;
72
72
  * ],
73
73
  * ```
74
74
  */
75
- var _onAfterContextMenuDefaultOptions = /*#__PURE__*/new WeakSet();
76
- var _onAfterInit = /*#__PURE__*/new WeakSet();
75
+ var _CustomBorders_brand = /*#__PURE__*/new WeakSet();
77
76
  export class CustomBorders extends BasePlugin {
78
77
  constructor() {
79
78
  super(...arguments);
80
- /**
81
- * `afterInit` hook callback.
82
- */
83
- _classPrivateMethodInitSpec(this, _onAfterInit);
84
79
  /**
85
80
  * Add border options to context menu.
86
81
  *
87
82
  * @param {object} defaultOptions Context menu items.
88
83
  */
89
- _classPrivateMethodInitSpec(this, _onAfterContextMenuDefaultOptions);
84
+ _classPrivateMethodInitSpec(this, _CustomBorders_brand);
90
85
  /**
91
86
  * Saved borders.
92
87
  *
@@ -118,8 +113,8 @@ export class CustomBorders extends BasePlugin {
118
113
  if (this.enabled) {
119
114
  return;
120
115
  }
121
- this.addHook('afterContextMenuDefaultOptions', options => _classPrivateMethodGet(this, _onAfterContextMenuDefaultOptions, _onAfterContextMenuDefaultOptions2).call(this, options));
122
- this.addHook('init', () => _classPrivateMethodGet(this, _onAfterInit, _onAfterInit2).call(this));
116
+ this.addHook('afterContextMenuDefaultOptions', options => _assertClassBrand(_CustomBorders_brand, this, _onAfterContextMenuDefaultOptions).call(this, options));
117
+ this.addHook('init', () => _assertClassBrand(_CustomBorders_brand, this, _onAfterInit).call(this));
123
118
  super.enablePlugin();
124
119
  }
125
120
 
@@ -709,7 +704,7 @@ export class CustomBorders extends BasePlugin {
709
704
  super.destroy();
710
705
  }
711
706
  }
712
- function _onAfterContextMenuDefaultOptions2(defaultOptions) {
707
+ function _onAfterContextMenuDefaultOptions(defaultOptions) {
713
708
  if (!this.hot.getSettings()[PLUGIN_KEY]) {
714
709
  return;
715
710
  }
@@ -735,6 +730,9 @@ function _onAfterContextMenuDefaultOptions2(defaultOptions) {
735
730
  }
736
731
  });
737
732
  }
738
- function _onAfterInit2() {
733
+ /**
734
+ * `afterInit` hook callback.
735
+ */
736
+ function _onAfterInit() {
739
737
  this.changeBorderSettings();
740
738
  }
@@ -10,7 +10,7 @@ function _checkPrivateRedeclaration(obj, privateCollection) { if (privateCollect
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
11
  function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : String(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
- function _classPrivateMethodGet(receiver, privateSet, fn) { if (!privateSet.has(receiver)) { throw new TypeError("attempted to get private field on non-instance"); } return fn; }
13
+ 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"); }
14
14
  const PLUGIN_KEY = exports.PLUGIN_KEY = 'dragToScroll';
15
15
  const PLUGIN_PRIORITY = exports.PLUGIN_PRIORITY = 100;
16
16
 
@@ -24,7 +24,7 @@ const PLUGIN_PRIORITY = exports.PLUGIN_PRIORITY = 100;
24
24
  * @class DragToScroll
25
25
  * @plugin DragToScroll
26
26
  */
27
- var _setupListening = /*#__PURE__*/new WeakSet();
27
+ var _DragToScroll_brand = /*#__PURE__*/new WeakSet();
28
28
  class DragToScroll extends _base.BasePlugin {
29
29
  constructor() {
30
30
  super(...arguments);
@@ -33,7 +33,7 @@ class DragToScroll extends _base.BasePlugin {
33
33
  *
34
34
  * @param {MouseEvent} event The mouse event object.
35
35
  */
36
- _classPrivateMethodInitSpec(this, _setupListening);
36
+ _classPrivateMethodInitSpec(this, _DragToScroll_brand);
37
37
  /**
38
38
  * Size of an element and its position relative to the viewport,
39
39
  * e.g. {bottom: 449, height: 441, left: 8, right: 814, top: 8, width: 806, x: 8, y:8}.
@@ -79,8 +79,8 @@ class DragToScroll extends _base.BasePlugin {
79
79
  if (this.enabled) {
80
80
  return;
81
81
  }
82
- this.addHook('afterOnCellMouseDown', event => _classPrivateMethodGet(this, _setupListening, _setupListening2).call(this, event));
83
- this.addHook('afterOnCellCornerMouseDown', event => _classPrivateMethodGet(this, _setupListening, _setupListening2).call(this, event));
82
+ this.addHook('afterOnCellMouseDown', event => _assertClassBrand(_DragToScroll_brand, this, _setupListening).call(this, event));
83
+ this.addHook('afterOnCellCornerMouseDown', event => _assertClassBrand(_DragToScroll_brand, this, _setupListening).call(this, event));
84
84
  this.registerEvents();
85
85
  super.enablePlugin();
86
86
  }
@@ -232,7 +232,7 @@ class DragToScroll extends _base.BasePlugin {
232
232
  }
233
233
  }
234
234
  exports.DragToScroll = DragToScroll;
235
- function _setupListening2(event) {
235
+ function _setupListening(event) {
236
236
  if ((0, _event.isRightClick)(event)) {
237
237
  return;
238
238
  }