handsontable 0.0.0-next-6129043-20241108 → 0.0.0-next-e035192-20241108

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 (310) hide show
  1. package/3rdparty/walkontable/src/calculator/index.js +2 -1
  2. package/3rdparty/walkontable/src/calculator/index.mjs +2 -2
  3. package/3rdparty/walkontable/src/calculator/viewportBase.js +2 -0
  4. package/3rdparty/walkontable/src/calculator/viewportBase.mjs +2 -0
  5. package/3rdparty/walkontable/src/calculator/viewportRows.js +3 -3
  6. package/3rdparty/walkontable/src/calculator/viewportRows.mjs +3 -3
  7. package/3rdparty/walkontable/src/core/_base.js +0 -3
  8. package/3rdparty/walkontable/src/core/_base.mjs +0 -3
  9. package/3rdparty/walkontable/src/core/clone.js +0 -1
  10. package/3rdparty/walkontable/src/core/clone.mjs +0 -1
  11. package/3rdparty/walkontable/src/core/core.js +0 -2
  12. package/3rdparty/walkontable/src/core/core.mjs +0 -2
  13. package/3rdparty/walkontable/src/facade/core.js +0 -3
  14. package/3rdparty/walkontable/src/facade/core.mjs +0 -3
  15. package/3rdparty/walkontable/src/index.js +1 -0
  16. package/3rdparty/walkontable/src/index.mjs +2 -2
  17. package/3rdparty/walkontable/src/overlay/_base.js +3 -3
  18. package/3rdparty/walkontable/src/overlay/_base.mjs +3 -3
  19. package/3rdparty/walkontable/src/overlay/bottom.js +2 -2
  20. package/3rdparty/walkontable/src/overlay/bottom.mjs +2 -2
  21. package/3rdparty/walkontable/src/overlay/index.js +2 -0
  22. package/3rdparty/walkontable/src/overlay/top.js +1 -1
  23. package/3rdparty/walkontable/src/overlay/top.mjs +1 -1
  24. package/3rdparty/walkontable/src/overlays.js +3 -0
  25. package/3rdparty/walkontable/src/overlays.mjs +3 -0
  26. package/3rdparty/walkontable/src/renderer/index.js +2 -4
  27. package/3rdparty/walkontable/src/renderer/index.mjs +2 -4
  28. package/3rdparty/walkontable/src/renderer/table.js +3 -12
  29. package/3rdparty/walkontable/src/renderer/table.mjs +3 -12
  30. package/3rdparty/walkontable/src/selection/index.js +2 -0
  31. package/3rdparty/walkontable/src/selection/manager.js +3 -0
  32. package/3rdparty/walkontable/src/selection/manager.mjs +3 -0
  33. package/3rdparty/walkontable/src/settings.js +2 -0
  34. package/3rdparty/walkontable/src/settings.mjs +2 -0
  35. package/3rdparty/walkontable/src/table.js +11 -15
  36. package/3rdparty/walkontable/src/table.mjs +11 -15
  37. package/3rdparty/walkontable/src/types.js +0 -1
  38. package/3rdparty/walkontable/src/types.mjs +0 -1
  39. package/3rdparty/walkontable/src/utils/column.js +1 -1
  40. package/3rdparty/walkontable/src/utils/column.mjs +1 -1
  41. package/3rdparty/walkontable/src/viewport.js +1 -1
  42. package/3rdparty/walkontable/src/viewport.mjs +1 -1
  43. package/base.js +2 -2
  44. package/base.mjs +2 -2
  45. package/core/hooks/bucket.js +4 -0
  46. package/core/hooks/bucket.mjs +4 -0
  47. package/core/index.js +2 -0
  48. package/core.d.ts +0 -2
  49. package/core.js +4 -46
  50. package/core.mjs +4 -46
  51. package/dataMap/dataMap.js +3 -0
  52. package/dataMap/dataMap.mjs +3 -0
  53. package/dataMap/dataSource.js +2 -0
  54. package/dataMap/dataSource.mjs +2 -0
  55. package/dataMap/metaManager/index.js +2 -0
  56. package/dataMap/metaManager/index.mjs +2 -0
  57. package/dataMap/metaManager/metaSchema.js +3 -23
  58. package/dataMap/metaManager/metaSchema.mjs +3 -23
  59. package/dataMap/metaManager/mods/extendMetaProperties.js +2 -0
  60. package/dataMap/metaManager/mods/extendMetaProperties.mjs +2 -0
  61. package/dist/handsontable.css +9 -17
  62. package/dist/handsontable.full.css +240 -249
  63. package/dist/handsontable.full.js +11156 -4984
  64. package/dist/handsontable.full.min.css +9 -11
  65. package/dist/handsontable.full.min.js +242 -50
  66. package/dist/handsontable.js +4809 -4128
  67. package/dist/handsontable.min.css +4 -5
  68. package/dist/handsontable.min.js +33 -33
  69. package/dist/languages/all.js +1 -1
  70. package/dist/languages/ar-AR.js +1 -1
  71. package/dist/languages/cs-CZ.js +1 -1
  72. package/dist/languages/de-CH.js +1 -1
  73. package/dist/languages/de-DE.js +1 -1
  74. package/dist/languages/en-US.js +1 -1
  75. package/dist/languages/es-MX.js +1 -1
  76. package/dist/languages/fr-FR.js +1 -1
  77. package/dist/languages/hr-HR.js +1 -1
  78. package/dist/languages/it-IT.js +1 -1
  79. package/dist/languages/ja-JP.js +1 -1
  80. package/dist/languages/ko-KR.js +1 -1
  81. package/dist/languages/lv-LV.js +1 -1
  82. package/dist/languages/nb-NO.js +1 -1
  83. package/dist/languages/nl-NL.js +1 -1
  84. package/dist/languages/pl-PL.js +1 -1
  85. package/dist/languages/pt-BR.js +1 -1
  86. package/dist/languages/ru-RU.js +1 -1
  87. package/dist/languages/sr-SP.js +1 -1
  88. package/dist/languages/zh-CN.js +1 -1
  89. package/dist/languages/zh-TW.js +1 -1
  90. package/editors/autocompleteEditor/autocompleteEditor.js +5 -1
  91. package/editors/autocompleteEditor/autocompleteEditor.mjs +5 -1
  92. package/editors/baseEditor/baseEditor.js +1 -1
  93. package/editors/baseEditor/baseEditor.mjs +1 -1
  94. package/editors/dateEditor/dateEditor.js +0 -2
  95. package/editors/dateEditor/dateEditor.mjs +0 -2
  96. package/editors/dropdownEditor/dropdownEditor.js +2 -0
  97. package/editors/dropdownEditor/dropdownEditor.mjs +2 -0
  98. package/editors/handsontableEditor/handsontableEditor.js +8 -5
  99. package/editors/handsontableEditor/handsontableEditor.mjs +8 -5
  100. package/editors/selectEditor/selectEditor.js +9 -20
  101. package/editors/selectEditor/selectEditor.mjs +9 -20
  102. package/editors/textEditor/textEditor.js +11 -4
  103. package/editors/textEditor/textEditor.mjs +11 -4
  104. package/focusManager.js +5 -7
  105. package/focusManager.mjs +5 -7
  106. package/helpers/array.js +2 -0
  107. package/helpers/array.mjs +2 -0
  108. package/helpers/data.js +3 -0
  109. package/helpers/data.mjs +3 -0
  110. package/helpers/dom/element.js +3 -31
  111. package/helpers/dom/element.mjs +3 -30
  112. package/helpers/mixed.js +2 -2
  113. package/helpers/mixed.mjs +2 -2
  114. package/helpers/moves.js +3 -0
  115. package/helpers/moves.mjs +3 -0
  116. package/helpers/number.js +1 -0
  117. package/helpers/number.mjs +1 -0
  118. package/helpers/object.js +2 -0
  119. package/helpers/object.mjs +2 -0
  120. package/i18n/index.js +2 -0
  121. package/i18n/phraseFormatters/substituteVariables.js +1 -0
  122. package/i18n/phraseFormatters/substituteVariables.mjs +1 -0
  123. package/languages/all.js +1 -1
  124. package/languages/ar-AR.js +1 -1
  125. package/languages/cs-CZ.js +1 -1
  126. package/languages/de-CH.js +1 -1
  127. package/languages/de-DE.js +1 -1
  128. package/languages/en-US.js +1 -1
  129. package/languages/es-MX.js +1 -1
  130. package/languages/fr-FR.js +1 -1
  131. package/languages/hr-HR.js +1 -1
  132. package/languages/index.js +1 -1
  133. package/languages/it-IT.js +1 -1
  134. package/languages/ja-JP.js +1 -1
  135. package/languages/ko-KR.js +1 -1
  136. package/languages/lv-LV.js +1 -1
  137. package/languages/nb-NO.js +1 -1
  138. package/languages/nl-NL.js +1 -1
  139. package/languages/pl-PL.js +1 -1
  140. package/languages/pt-BR.js +1 -1
  141. package/languages/ru-RU.js +1 -1
  142. package/languages/sr-SP.js +1 -1
  143. package/languages/zh-CN.js +1 -1
  144. package/languages/zh-TW.js +1 -1
  145. package/package.json +5 -14
  146. package/plugins/autoColumnSize/autoColumnSize.js +4 -0
  147. package/plugins/autoColumnSize/autoColumnSize.mjs +4 -0
  148. package/plugins/autoRowSize/autoRowSize.js +4 -0
  149. package/plugins/autoRowSize/autoRowSize.mjs +4 -0
  150. package/plugins/base/base.js +2 -0
  151. package/plugins/base/base.mjs +2 -0
  152. package/plugins/columnSorting/columnSorting.js +2 -0
  153. package/plugins/columnSorting/columnSorting.mjs +2 -0
  154. package/plugins/columnSorting/columnStatesManager.js +1 -0
  155. package/plugins/columnSorting/columnStatesManager.mjs +1 -0
  156. package/plugins/columnSorting/utils.js +3 -0
  157. package/plugins/columnSorting/utils.mjs +3 -0
  158. package/plugins/columnSummary/endpoints.js +3 -0
  159. package/plugins/columnSummary/endpoints.mjs +3 -0
  160. package/plugins/comments/commentEditor.js +0 -9
  161. package/plugins/comments/commentEditor.mjs +0 -9
  162. package/plugins/comments/comments.js +0 -8
  163. package/plugins/comments/comments.mjs +0 -8
  164. package/plugins/comments/editorResizeObserver.js +2 -0
  165. package/plugins/comments/editorResizeObserver.mjs +2 -0
  166. package/plugins/contextMenu/contextMenu.d.ts +2 -1
  167. package/plugins/contextMenu/menu/index.js +2 -0
  168. package/plugins/contextMenu/menu/menu.js +4 -3
  169. package/plugins/contextMenu/menu/menu.mjs +4 -3
  170. package/plugins/contextMenu/menu/shortcuts.js +2 -0
  171. package/plugins/contextMenu/menu/shortcuts.mjs +2 -0
  172. package/plugins/copyPaste/copyPaste.d.ts +1 -0
  173. package/plugins/copyPaste/copyPaste.js +3 -0
  174. package/plugins/copyPaste/copyPaste.mjs +3 -0
  175. package/plugins/customBorders/utils.js +2 -0
  176. package/plugins/customBorders/utils.mjs +2 -0
  177. package/plugins/dropdownMenu/dropdownMenu.d.ts +2 -1
  178. package/plugins/exportFile/types/csv.js +1 -0
  179. package/plugins/exportFile/types/csv.mjs +1 -0
  180. package/plugins/filters/component/condition.js +2 -0
  181. package/plugins/filters/component/condition.mjs +2 -0
  182. package/plugins/filters/component/operators.js +2 -0
  183. package/plugins/filters/component/operators.mjs +2 -0
  184. package/plugins/filters/component/value.js +3 -0
  185. package/plugins/filters/component/value.mjs +3 -0
  186. package/plugins/filters/conditionCollection.js +3 -0
  187. package/plugins/filters/conditionCollection.mjs +3 -0
  188. package/plugins/filters/conditionUpdateObserver.js +2 -0
  189. package/plugins/filters/conditionUpdateObserver.mjs +2 -0
  190. package/plugins/filters/filters.js +4 -0
  191. package/plugins/filters/filters.mjs +4 -0
  192. package/plugins/filters/logicalOperations/conjunction.js +2 -0
  193. package/plugins/filters/logicalOperations/conjunction.mjs +2 -0
  194. package/plugins/filters/logicalOperations/disjunction.js +2 -0
  195. package/plugins/filters/logicalOperations/disjunction.mjs +2 -0
  196. package/plugins/filters/logicalOperations/disjunctionWithExtraCondition.js +2 -0
  197. package/plugins/filters/logicalOperations/disjunctionWithExtraCondition.mjs +2 -0
  198. package/plugins/filters/menu/focusController.js +2 -0
  199. package/plugins/filters/menu/focusController.mjs +2 -0
  200. package/plugins/filters/ui/multipleSelect.js +4 -0
  201. package/plugins/filters/ui/multipleSelect.mjs +4 -0
  202. package/plugins/formulas/engine/register.js +3 -0
  203. package/plugins/formulas/engine/register.mjs +3 -0
  204. package/plugins/formulas/engine/settings.js +3 -0
  205. package/plugins/formulas/engine/settings.mjs +3 -0
  206. package/plugins/formulas/formulas.js +5 -0
  207. package/plugins/formulas/formulas.mjs +5 -0
  208. package/plugins/formulas/indexSyncer/axisSyncer.js +3 -0
  209. package/plugins/formulas/indexSyncer/axisSyncer.mjs +3 -0
  210. package/plugins/hiddenColumns/contextMenuItem/showColumn.js +2 -0
  211. package/plugins/hiddenColumns/contextMenuItem/showColumn.mjs +2 -0
  212. package/plugins/hiddenColumns/hiddenColumns.js +3 -0
  213. package/plugins/hiddenColumns/hiddenColumns.mjs +3 -0
  214. package/plugins/hiddenRows/contextMenuItem/showRow.js +2 -0
  215. package/plugins/hiddenRows/contextMenuItem/showRow.mjs +2 -0
  216. package/plugins/hiddenRows/hiddenRows.js +3 -0
  217. package/plugins/hiddenRows/hiddenRows.mjs +3 -0
  218. package/plugins/manualColumnFreeze/manualColumnFreeze.js +2 -0
  219. package/plugins/manualColumnFreeze/manualColumnFreeze.mjs +2 -0
  220. package/plugins/manualColumnMove/manualColumnMove.js +2 -0
  221. package/plugins/manualColumnMove/manualColumnMove.mjs +2 -0
  222. package/plugins/manualColumnResize/manualColumnResize.js +2 -0
  223. package/plugins/manualColumnResize/manualColumnResize.mjs +2 -0
  224. package/plugins/manualRowMove/manualRowMove.js +3 -1
  225. package/plugins/manualRowMove/manualRowMove.mjs +3 -1
  226. package/plugins/manualRowResize/manualRowResize.js +4 -1
  227. package/plugins/manualRowResize/manualRowResize.mjs +5 -2
  228. package/plugins/mergeCells/cellsCollection.js +4 -0
  229. package/plugins/mergeCells/cellsCollection.mjs +4 -0
  230. package/plugins/mergeCells/mergeCells.js +6 -1
  231. package/plugins/mergeCells/mergeCells.mjs +6 -1
  232. package/plugins/multiColumnSorting/domHelpers.js +2 -0
  233. package/plugins/multiColumnSorting/domHelpers.mjs +2 -0
  234. package/plugins/nestedHeaders/nestedHeaders.js +2 -0
  235. package/plugins/nestedHeaders/nestedHeaders.mjs +2 -0
  236. package/plugins/nestedHeaders/stateManager/index.js +1 -0
  237. package/plugins/nestedHeaders/stateManager/index.mjs +1 -0
  238. package/plugins/nestedRows/nestedRows.js +3 -0
  239. package/plugins/nestedRows/nestedRows.mjs +3 -0
  240. package/plugins/nestedRows/ui/headers.js +1 -7
  241. package/plugins/nestedRows/ui/headers.mjs +1 -7
  242. package/plugins/nestedRows/utils/rowMoveController.js +4 -0
  243. package/plugins/nestedRows/utils/rowMoveController.mjs +4 -0
  244. package/plugins/stretchColumns/calculator.js +3 -2
  245. package/plugins/stretchColumns/calculator.mjs +4 -3
  246. package/plugins/stretchColumns/strategies/all.js +3 -0
  247. package/plugins/stretchColumns/strategies/all.mjs +3 -0
  248. package/plugins/stretchColumns/strategies/last.js +2 -0
  249. package/plugins/stretchColumns/strategies/last.mjs +2 -0
  250. package/plugins/stretchColumns/stretchColumns.js +2 -0
  251. package/plugins/stretchColumns/stretchColumns.mjs +2 -0
  252. package/plugins/trimRows/trimRows.js +2 -0
  253. package/plugins/trimRows/trimRows.mjs +2 -0
  254. package/plugins/undoRedo/undoRedo.js +5 -0
  255. package/plugins/undoRedo/undoRedo.mjs +5 -0
  256. package/renderers/checkboxRenderer/checkboxRenderer.js +3 -0
  257. package/renderers/checkboxRenderer/checkboxRenderer.mjs +3 -0
  258. package/selection/index.js +2 -0
  259. package/selection/range.js +2 -0
  260. package/selection/range.mjs +2 -0
  261. package/selection/selection.js +3 -0
  262. package/selection/selection.mjs +3 -0
  263. package/selection/utils.js +2 -0
  264. package/selection/utils.mjs +2 -0
  265. package/settings.d.ts +0 -1
  266. package/shortcutContexts/commands/index.js +2 -0
  267. package/shortcutContexts/commands/index.mjs +2 -0
  268. package/shortcutContexts/index.js +2 -0
  269. package/shortcutContexts/index.mjs +2 -0
  270. package/shortcuts/context.js +3 -0
  271. package/shortcuts/context.mjs +3 -0
  272. package/shortcuts/utils.js +1 -0
  273. package/shortcuts/utils.mjs +1 -0
  274. package/tableView.js +0 -46
  275. package/tableView.mjs +1 -47
  276. package/translations/changesObservable/observable.js +2 -0
  277. package/translations/changesObservable/observable.mjs +2 -0
  278. package/translations/index.js +2 -0
  279. package/translations/indexMapper.js +4 -0
  280. package/translations/indexMapper.mjs +4 -0
  281. package/translations/mapCollections/index.js +2 -0
  282. package/translations/mapCollections/mapCollection.js +2 -0
  283. package/translations/mapCollections/mapCollection.mjs +2 -0
  284. package/translations/maps/index.js +2 -0
  285. package/translations/maps/linkedPhysicalIndexToValueMap.js +1 -0
  286. package/translations/maps/linkedPhysicalIndexToValueMap.mjs +1 -0
  287. package/translations/maps/utils/actionsOnIndexes.js +2 -0
  288. package/translations/maps/utils/actionsOnIndexes.mjs +2 -0
  289. package/translations/maps/utils/physicallyIndexed.js +1 -0
  290. package/translations/maps/utils/physicallyIndexed.mjs +1 -0
  291. package/utils/autoResize.js +1 -4
  292. package/utils/autoResize.mjs +1 -4
  293. package/utils/dataStructures/priorityMap.js +1 -0
  294. package/utils/dataStructures/priorityMap.mjs +1 -0
  295. package/utils/dataStructures/uniqueMap.js +2 -0
  296. package/utils/dataStructures/uniqueMap.mjs +2 -0
  297. package/utils/ghostTable.js +5 -5
  298. package/utils/ghostTable.mjs +5 -5
  299. package/utils/parseTable.js +4 -0
  300. package/utils/parseTable.mjs +4 -0
  301. package/3rdparty/walkontable/src/utils/stylesHandler.js +0 -271
  302. package/3rdparty/walkontable/src/utils/stylesHandler.mjs +0 -267
  303. package/helpers/themes.js +0 -17
  304. package/helpers/themes.mjs +0 -13
  305. package/styles/handsontable.css +0 -2053
  306. package/styles/handsontable.min.css +0 -30
  307. package/styles/ht-theme-horizon.css +0 -571
  308. package/styles/ht-theme-horizon.min.css +0 -30
  309. package/styles/ht-theme-main.css +0 -575
  310. package/styles/ht-theme-main.min.css +0 -30
package/focusManager.mjs CHANGED
@@ -160,12 +160,11 @@ export class FocusManager {
160
160
  * @returns {HTMLTextAreaElement|HTMLElement|undefined}
161
161
  */
162
162
  getRefocusElement() {
163
+ var _classPrivateFieldGet2;
163
164
  if (typeof _classPrivateFieldGet(_refocusElementGetter, this) === 'function') {
164
165
  return _classPrivateFieldGet(_refocusElementGetter, this).call(this);
165
- } else {
166
- var _classPrivateFieldGet2;
167
- return (_classPrivateFieldGet2 = _classPrivateFieldGet(_hot, this).getActiveEditor()) === null || _classPrivateFieldGet2 === void 0 ? void 0 : _classPrivateFieldGet2.TEXTAREA;
168
166
  }
167
+ return (_classPrivateFieldGet2 = _classPrivateFieldGet(_hot, this).getActiveEditor()) === null || _classPrivateFieldGet2 === void 0 ? void 0 : _classPrivateFieldGet2.TEXTAREA;
169
168
  }
170
169
 
171
170
  /**
@@ -206,13 +205,12 @@ export class FocusManager {
206
205
  refocusToEditorTextarea() {
207
206
  var _classPrivateFieldGet5;
208
207
  let delay = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : _classPrivateFieldGet(_refocusDelay, this);
209
- const refocusElement = this.getRefocusElement();
210
-
211
208
  // Re-focus on the editor's `TEXTAREA` element (or a predefined element) if the `imeFastEdit` option is enabled.
212
- if (_classPrivateFieldGet(_hot, this).getSettings().imeFastEdit && !((_classPrivateFieldGet5 = _classPrivateFieldGet(_hot, this).getActiveEditor()) !== null && _classPrivateFieldGet5 !== void 0 && _classPrivateFieldGet5.isOpened()) && !!refocusElement) {
209
+ if (_classPrivateFieldGet(_hot, this).getSettings().imeFastEdit && !((_classPrivateFieldGet5 = _classPrivateFieldGet(_hot, this).getActiveEditor()) !== null && _classPrivateFieldGet5 !== void 0 && _classPrivateFieldGet5.isOpened())) {
213
210
  if (!_classPrivateFieldGet(_debouncedSelect, this).has(delay)) {
214
211
  _classPrivateFieldGet(_debouncedSelect, this).set(delay, debounce(() => {
215
- refocusElement.select();
212
+ var _this$getRefocusEleme;
213
+ (_this$getRefocusEleme = this.getRefocusElement()) === null || _this$getRefocusEleme === void 0 || _this$getRefocusEleme.select();
216
214
  }, delay));
217
215
  }
218
216
  _classPrivateFieldGet(_debouncedSelect, this).get(delay)();
package/helpers/array.js CHANGED
@@ -26,6 +26,8 @@ require("core-js/modules/es.set.is-subset-of.v2.js");
26
26
  require("core-js/modules/es.set.is-superset-of.v2.js");
27
27
  require("core-js/modules/es.set.symmetric-difference.v2.js");
28
28
  require("core-js/modules/es.set.union.v2.js");
29
+ require("core-js/modules/esnext.iterator.constructor.js");
30
+ require("core-js/modules/esnext.iterator.filter.js");
29
31
  /**
30
32
  * @param {Array} arr An array to process.
31
33
  */
package/helpers/array.mjs CHANGED
@@ -6,6 +6,8 @@ import "core-js/modules/es.set.is-subset-of.v2.js";
6
6
  import "core-js/modules/es.set.is-superset-of.v2.js";
7
7
  import "core-js/modules/es.set.symmetric-difference.v2.js";
8
8
  import "core-js/modules/es.set.union.v2.js";
9
+ import "core-js/modules/esnext.iterator.constructor.js";
10
+ import "core-js/modules/esnext.iterator.filter.js";
9
11
  /**
10
12
  * @param {Array} arr An array to process.
11
13
  */
package/helpers/data.js CHANGED
@@ -11,6 +11,9 @@ exports.isArrayOfObjects = isArrayOfObjects;
11
11
  exports.spreadsheetColumnIndex = spreadsheetColumnIndex;
12
12
  exports.spreadsheetColumnLabel = spreadsheetColumnLabel;
13
13
  require("core-js/modules/es.array.push.js");
14
+ require("core-js/modules/esnext.iterator.constructor.js");
15
+ require("core-js/modules/esnext.iterator.every.js");
16
+ require("core-js/modules/esnext.iterator.for-each.js");
14
17
  var _object = require("./object");
15
18
  const COLUMN_LABEL_BASE = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ';
16
19
  const COLUMN_LABEL_BASE_LENGTH = COLUMN_LABEL_BASE.length;
package/helpers/data.mjs CHANGED
@@ -1,4 +1,7 @@
1
1
  import "core-js/modules/es.array.push.js";
2
+ import "core-js/modules/esnext.iterator.constructor.js";
3
+ import "core-js/modules/esnext.iterator.every.js";
4
+ import "core-js/modules/esnext.iterator.for-each.js";
2
5
  import { deepObjectSize, isObject } from "./object.mjs";
3
6
  const COLUMN_LABEL_BASE = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ';
4
7
  const COLUMN_LABEL_BASE_LENGTH = COLUMN_LABEL_BASE.length;
@@ -9,7 +9,6 @@ exports.closestDown = closestDown;
9
9
  exports.empty = empty;
10
10
  exports.fastInnerHTML = fastInnerHTML;
11
11
  exports.fastInnerText = fastInnerText;
12
- exports.findFirstParentWithClass = findFirstParentWithClass;
13
12
  exports.getCaretPosition = getCaretPosition;
14
13
  exports.getCssTransform = getCssTransform;
15
14
  exports.getFrameElement = getFrameElement;
@@ -60,6 +59,9 @@ exports.setCaretPosition = setCaretPosition;
60
59
  exports.setOverlayPosition = setOverlayPosition;
61
60
  require("core-js/modules/es.error.cause.js");
62
61
  require("core-js/modules/es.array.push.js");
62
+ require("core-js/modules/esnext.iterator.constructor.js");
63
+ require("core-js/modules/esnext.iterator.filter.js");
64
+ require("core-js/modules/esnext.iterator.for-each.js");
63
65
  var _string = require("../string");
64
66
  var _a11y = require("../a11y");
65
67
  /**
@@ -195,36 +197,6 @@ function closestDown(element, nodes, until) {
195
197
  return length ? matched[length - 1] : null;
196
198
  }
197
199
 
198
- /**
199
- * Traverses up the DOM tree from the given element and finds parent elements that have a specified class name
200
- * or match a provided class name regular expression.
201
- *
202
- * @param {HTMLElement} element - The element from which to start traversing.
203
- * @param {string|RegExp} className - The class name or class name regular expression to check.
204
- * @returns {{element: HTMLElement, classNames: string[]}} - Returns an object containing the matched parent element and an array of matched class names.
205
- */
206
- function findFirstParentWithClass(element, className) {
207
- const matched = {
208
- element: undefined,
209
- classNames: []
210
- };
211
- let elementToCheck = element;
212
- while (elementToCheck !== null && elementToCheck !== element.ownerDocument.documentElement && !matched.element) {
213
- if (typeof className === 'string' && elementToCheck.classList.contains(className)) {
214
- matched.element = elementToCheck;
215
- matched.classNames.push(className);
216
- } else if (className instanceof RegExp) {
217
- const matchingClasses = Array.from(elementToCheck.classList).filter(cls => className.test(cls));
218
- if (matchingClasses.length) {
219
- matched.element = elementToCheck;
220
- matched.classNames.push(...matchingClasses);
221
- }
222
- }
223
- elementToCheck = elementToCheck.parentElement;
224
- }
225
- return matched;
226
- }
227
-
228
200
  /**
229
201
  * Goes up the DOM tree and checks if element is child of another element.
230
202
  *
@@ -1,5 +1,8 @@
1
1
  import "core-js/modules/es.error.cause.js";
2
2
  import "core-js/modules/es.array.push.js";
3
+ import "core-js/modules/esnext.iterator.constructor.js";
4
+ import "core-js/modules/esnext.iterator.filter.js";
5
+ import "core-js/modules/esnext.iterator.for-each.js";
3
6
  import { sanitize } from "../string.mjs";
4
7
  import { A11Y_HIDDEN } from "../a11y.mjs";
5
8
  /**
@@ -135,36 +138,6 @@ export function closestDown(element, nodes, until) {
135
138
  return length ? matched[length - 1] : null;
136
139
  }
137
140
 
138
- /**
139
- * Traverses up the DOM tree from the given element and finds parent elements that have a specified class name
140
- * or match a provided class name regular expression.
141
- *
142
- * @param {HTMLElement} element - The element from which to start traversing.
143
- * @param {string|RegExp} className - The class name or class name regular expression to check.
144
- * @returns {{element: HTMLElement, classNames: string[]}} - Returns an object containing the matched parent element and an array of matched class names.
145
- */
146
- export function findFirstParentWithClass(element, className) {
147
- const matched = {
148
- element: undefined,
149
- classNames: []
150
- };
151
- let elementToCheck = element;
152
- while (elementToCheck !== null && elementToCheck !== element.ownerDocument.documentElement && !matched.element) {
153
- if (typeof className === 'string' && elementToCheck.classList.contains(className)) {
154
- matched.element = elementToCheck;
155
- matched.classNames.push(className);
156
- } else if (className instanceof RegExp) {
157
- const matchingClasses = Array.from(elementToCheck.classList).filter(cls => className.test(cls));
158
- if (matchingClasses.length) {
159
- matched.element = elementToCheck;
160
- matched.classNames.push(...matchingClasses);
161
- }
162
- }
163
- elementToCheck = elementToCheck.parentElement;
164
- }
165
- return matched;
166
- }
167
-
168
141
  /**
169
142
  * Goes up the DOM tree and checks if element is child of another element.
170
143
  *
package/helpers/mixed.js CHANGED
@@ -134,7 +134,7 @@ const domMessages = {
134
134
  function _injectProductInfo(key, element) {
135
135
  const hasValidType = !isEmpty(key);
136
136
  const isNonCommercial = typeof key === 'string' && key.toLowerCase() === 'non-commercial-and-evaluation';
137
- const hotVersion = "0.0.0-next-6129043-20241108";
137
+ const hotVersion = "0.0.0-next-e035192-20241108";
138
138
  let keyValidityDate;
139
139
  let consoleMessageState = 'invalid';
140
140
  let domMessageState = 'invalid';
@@ -188,7 +188,7 @@ function _injectProductInfo(key, element) {
188
188
  });
189
189
  if (message) {
190
190
  const messageNode = document.createElement('div');
191
- messageNode.className = 'handsontable hot-display-license-info';
191
+ messageNode.className = 'hot-display-license-info';
192
192
  messageNode.innerHTML = domMessages[domMessageState]({
193
193
  keyValidityDate,
194
194
  hotVersion
package/helpers/mixed.mjs CHANGED
@@ -124,7 +124,7 @@ const domMessages = {
124
124
  export function _injectProductInfo(key, element) {
125
125
  const hasValidType = !isEmpty(key);
126
126
  const isNonCommercial = typeof key === 'string' && key.toLowerCase() === 'non-commercial-and-evaluation';
127
- const hotVersion = "0.0.0-next-6129043-20241108";
127
+ const hotVersion = "0.0.0-next-e035192-20241108";
128
128
  let keyValidityDate;
129
129
  let consoleMessageState = 'invalid';
130
130
  let domMessageState = 'invalid';
@@ -178,7 +178,7 @@ export function _injectProductInfo(key, element) {
178
178
  });
179
179
  if (message) {
180
180
  const messageNode = document.createElement('div');
181
- messageNode.className = 'handsontable hot-display-license-info';
181
+ messageNode.className = 'hot-display-license-info';
182
182
  messageNode.innerHTML = domMessages[domMessageState]({
183
183
  keyValidityDate,
184
184
  hotVersion
package/helpers/moves.js CHANGED
@@ -3,6 +3,9 @@
3
3
  exports.__esModule = true;
4
4
  exports.getMoves = getMoves;
5
5
  require("core-js/modules/es.array.push.js");
6
+ require("core-js/modules/esnext.iterator.constructor.js");
7
+ require("core-js/modules/esnext.iterator.filter.js");
8
+ require("core-js/modules/esnext.iterator.for-each.js");
6
9
  /**
7
10
  * Gets first position where to move element (respecting the fact that some element will be sooner or later
8
11
  * taken out of the dataset in order to move them).
package/helpers/moves.mjs CHANGED
@@ -1,4 +1,7 @@
1
1
  import "core-js/modules/es.array.push.js";
2
+ import "core-js/modules/esnext.iterator.constructor.js";
3
+ import "core-js/modules/esnext.iterator.filter.js";
4
+ import "core-js/modules/esnext.iterator.for-each.js";
2
5
  /**
3
6
  * Gets first position where to move element (respecting the fact that some element will be sooner or later
4
7
  * taken out of the dataset in order to move them).
package/helpers/number.js CHANGED
@@ -14,6 +14,7 @@ require("core-js/modules/es.set.is-subset-of.v2.js");
14
14
  require("core-js/modules/es.set.is-superset-of.v2.js");
15
15
  require("core-js/modules/es.set.symmetric-difference.v2.js");
16
16
  require("core-js/modules/es.set.union.v2.js");
17
+ require("core-js/modules/esnext.iterator.map.js");
17
18
  /* eslint-disable jsdoc/require-description-complete-sentence */
18
19
  /**
19
20
  * Checks if the passed value is numeric one. For example these values (passed as string or number)
@@ -5,6 +5,7 @@ import "core-js/modules/es.set.is-subset-of.v2.js";
5
5
  import "core-js/modules/es.set.is-superset-of.v2.js";
6
6
  import "core-js/modules/es.set.symmetric-difference.v2.js";
7
7
  import "core-js/modules/es.set.union.v2.js";
8
+ import "core-js/modules/esnext.iterator.map.js";
8
9
  /* eslint-disable jsdoc/require-description-complete-sentence */
9
10
  /**
10
11
  * Checks if the passed value is numeric one. For example these values (passed as string or number)
package/helpers/object.js CHANGED
@@ -20,6 +20,8 @@ exports.setProperty = setProperty;
20
20
  require("core-js/modules/es.error.cause.js");
21
21
  require("core-js/modules/es.array.push.js");
22
22
  require("core-js/modules/es.json.stringify.js");
23
+ require("core-js/modules/esnext.iterator.constructor.js");
24
+ require("core-js/modules/esnext.iterator.for-each.js");
23
25
  var _array = require("./array");
24
26
  /**
25
27
  * Generate schema for passed object.
@@ -1,6 +1,8 @@
1
1
  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
+ import "core-js/modules/esnext.iterator.constructor.js";
5
+ import "core-js/modules/esnext.iterator.for-each.js";
4
6
  import { arrayEach } from "./array.mjs";
5
7
  /**
6
8
  * Generate schema for passed object.
package/i18n/index.js CHANGED
@@ -1,5 +1,7 @@
1
1
  "use strict";
2
2
 
3
+ require("core-js/modules/esnext.iterator.constructor.js");
4
+ require("core-js/modules/esnext.iterator.for-each.js");
3
5
  exports.__esModule = true;
4
6
  var _languages = require("./languages");
5
7
  Object.keys(_languages).forEach(function (key) {
@@ -2,6 +2,7 @@
2
2
 
3
3
  exports.__esModule = true;
4
4
  exports.default = substituteVariables;
5
+ require("core-js/modules/esnext.iterator.map.js");
5
6
  var _string = require("./../../helpers/string");
6
7
  /**
7
8
  * Try to substitute variable inside phrase propositions.
@@ -1,3 +1,4 @@
1
+ import "core-js/modules/esnext.iterator.map.js";
1
2
  import { substitute } from "./../../helpers/string.mjs";
2
3
  /**
3
4
  * Try to substitute variable inside phrase propositions.
package/languages/all.js CHANGED
@@ -2035,7 +2035,7 @@ var _default = exports["default"] = dictionary;
2035
2035
  /******/
2036
2036
  /************************************************************************/
2037
2037
  var __webpack_exports__ = {};
2038
- // This entry need to be wrapped in an IIFE because it need to be in strict mode.
2038
+ // This entry needs to be wrapped in an IIFE because it needs to be in strict mode.
2039
2039
  (() => {
2040
2040
  "use strict";
2041
2041
  var exports = __webpack_exports__;
@@ -57,7 +57,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__2__;
57
57
  /******/
58
58
  /************************************************************************/
59
59
  var __webpack_exports__ = {};
60
- // This entry need to be wrapped in an IIFE because it need to be in strict mode.
60
+ // This entry needs to be wrapped in an IIFE because it needs to be in strict mode.
61
61
  (() => {
62
62
  "use strict";
63
63
  var exports = __webpack_exports__;
@@ -57,7 +57,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__2__;
57
57
  /******/
58
58
  /************************************************************************/
59
59
  var __webpack_exports__ = {};
60
- // This entry need to be wrapped in an IIFE because it need to be in strict mode.
60
+ // This entry needs to be wrapped in an IIFE because it needs to be in strict mode.
61
61
  (() => {
62
62
  "use strict";
63
63
  var exports = __webpack_exports__;
@@ -57,7 +57,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__2__;
57
57
  /******/
58
58
  /************************************************************************/
59
59
  var __webpack_exports__ = {};
60
- // This entry need to be wrapped in an IIFE because it need to be in strict mode.
60
+ // This entry needs to be wrapped in an IIFE because it needs to be in strict mode.
61
61
  (() => {
62
62
  "use strict";
63
63
  var exports = __webpack_exports__;
@@ -57,7 +57,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__2__;
57
57
  /******/
58
58
  /************************************************************************/
59
59
  var __webpack_exports__ = {};
60
- // This entry need to be wrapped in an IIFE because it need to be in strict mode.
60
+ // This entry needs to be wrapped in an IIFE because it needs to be in strict mode.
61
61
  (() => {
62
62
  "use strict";
63
63
  var exports = __webpack_exports__;
@@ -57,7 +57,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__2__;
57
57
  /******/
58
58
  /************************************************************************/
59
59
  var __webpack_exports__ = {};
60
- // This entry need to be wrapped in an IIFE because it need to be in strict mode.
60
+ // This entry needs to be wrapped in an IIFE because it needs to be in strict mode.
61
61
  (() => {
62
62
  "use strict";
63
63
  var exports = __webpack_exports__;
@@ -57,7 +57,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__2__;
57
57
  /******/
58
58
  /************************************************************************/
59
59
  var __webpack_exports__ = {};
60
- // This entry need to be wrapped in an IIFE because it need to be in strict mode.
60
+ // This entry needs to be wrapped in an IIFE because it needs to be in strict mode.
61
61
  (() => {
62
62
  "use strict";
63
63
  var exports = __webpack_exports__;
@@ -57,7 +57,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__2__;
57
57
  /******/
58
58
  /************************************************************************/
59
59
  var __webpack_exports__ = {};
60
- // This entry need to be wrapped in an IIFE because it need to be in strict mode.
60
+ // This entry needs to be wrapped in an IIFE because it needs to be in strict mode.
61
61
  (() => {
62
62
  "use strict";
63
63
  var exports = __webpack_exports__;
@@ -57,7 +57,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__2__;
57
57
  /******/
58
58
  /************************************************************************/
59
59
  var __webpack_exports__ = {};
60
- // This entry need to be wrapped in an IIFE because it need to be in strict mode.
60
+ // This entry needs to be wrapped in an IIFE because it needs to be in strict mode.
61
61
  (() => {
62
62
  "use strict";
63
63
  var exports = __webpack_exports__;
@@ -2035,7 +2035,7 @@ var _default = exports["default"] = dictionary;
2035
2035
  /******/
2036
2036
  /************************************************************************/
2037
2037
  var __webpack_exports__ = {};
2038
- // This entry need to be wrapped in an IIFE because it need to be in strict mode.
2038
+ // This entry needs to be wrapped in an IIFE because it needs to be in strict mode.
2039
2039
  (() => {
2040
2040
  "use strict";
2041
2041
  var exports = __webpack_exports__;
@@ -57,7 +57,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__2__;
57
57
  /******/
58
58
  /************************************************************************/
59
59
  var __webpack_exports__ = {};
60
- // This entry need to be wrapped in an IIFE because it need to be in strict mode.
60
+ // This entry needs to be wrapped in an IIFE because it needs to be in strict mode.
61
61
  (() => {
62
62
  "use strict";
63
63
  var exports = __webpack_exports__;
@@ -57,7 +57,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__2__;
57
57
  /******/
58
58
  /************************************************************************/
59
59
  var __webpack_exports__ = {};
60
- // This entry need to be wrapped in an IIFE because it need to be in strict mode.
60
+ // This entry needs to be wrapped in an IIFE because it needs to be in strict mode.
61
61
  (() => {
62
62
  "use strict";
63
63
  var exports = __webpack_exports__;
@@ -57,7 +57,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__2__;
57
57
  /******/
58
58
  /************************************************************************/
59
59
  var __webpack_exports__ = {};
60
- // This entry need to be wrapped in an IIFE because it need to be in strict mode.
60
+ // This entry needs to be wrapped in an IIFE because it needs to be in strict mode.
61
61
  (() => {
62
62
  "use strict";
63
63
  var exports = __webpack_exports__;
@@ -57,7 +57,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__2__;
57
57
  /******/
58
58
  /************************************************************************/
59
59
  var __webpack_exports__ = {};
60
- // This entry need to be wrapped in an IIFE because it need to be in strict mode.
60
+ // This entry needs to be wrapped in an IIFE because it needs to be in strict mode.
61
61
  (() => {
62
62
  "use strict";
63
63
  var exports = __webpack_exports__;
@@ -57,7 +57,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__2__;
57
57
  /******/
58
58
  /************************************************************************/
59
59
  var __webpack_exports__ = {};
60
- // This entry need to be wrapped in an IIFE because it need to be in strict mode.
60
+ // This entry needs to be wrapped in an IIFE because it needs to be in strict mode.
61
61
  (() => {
62
62
  "use strict";
63
63
  var exports = __webpack_exports__;
@@ -57,7 +57,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__2__;
57
57
  /******/
58
58
  /************************************************************************/
59
59
  var __webpack_exports__ = {};
60
- // This entry need to be wrapped in an IIFE because it need to be in strict mode.
60
+ // This entry needs to be wrapped in an IIFE because it needs to be in strict mode.
61
61
  (() => {
62
62
  "use strict";
63
63
  var exports = __webpack_exports__;
@@ -57,7 +57,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__2__;
57
57
  /******/
58
58
  /************************************************************************/
59
59
  var __webpack_exports__ = {};
60
- // This entry need to be wrapped in an IIFE because it need to be in strict mode.
60
+ // This entry needs to be wrapped in an IIFE because it needs to be in strict mode.
61
61
  (() => {
62
62
  "use strict";
63
63
  var exports = __webpack_exports__;
@@ -57,7 +57,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__2__;
57
57
  /******/
58
58
  /************************************************************************/
59
59
  var __webpack_exports__ = {};
60
- // This entry need to be wrapped in an IIFE because it need to be in strict mode.
60
+ // This entry needs to be wrapped in an IIFE because it needs to be in strict mode.
61
61
  (() => {
62
62
  "use strict";
63
63
  var exports = __webpack_exports__;
@@ -57,7 +57,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__2__;
57
57
  /******/
58
58
  /************************************************************************/
59
59
  var __webpack_exports__ = {};
60
- // This entry need to be wrapped in an IIFE because it need to be in strict mode.
60
+ // This entry needs to be wrapped in an IIFE because it needs to be in strict mode.
61
61
  (() => {
62
62
  "use strict";
63
63
  var exports = __webpack_exports__;
@@ -57,7 +57,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__2__;
57
57
  /******/
58
58
  /************************************************************************/
59
59
  var __webpack_exports__ = {};
60
- // This entry need to be wrapped in an IIFE because it need to be in strict mode.
60
+ // This entry needs to be wrapped in an IIFE because it needs to be in strict mode.
61
61
  (() => {
62
62
  "use strict";
63
63
  var exports = __webpack_exports__;
@@ -57,7 +57,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__2__;
57
57
  /******/
58
58
  /************************************************************************/
59
59
  var __webpack_exports__ = {};
60
- // This entry need to be wrapped in an IIFE because it need to be in strict mode.
60
+ // This entry needs to be wrapped in an IIFE because it needs to be in strict mode.
61
61
  (() => {
62
62
  "use strict";
63
63
  var exports = __webpack_exports__;
@@ -57,7 +57,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__2__;
57
57
  /******/
58
58
  /************************************************************************/
59
59
  var __webpack_exports__ = {};
60
- // This entry need to be wrapped in an IIFE because it need to be in strict mode.
60
+ // This entry needs to be wrapped in an IIFE because it needs to be in strict mode.
61
61
  (() => {
62
62
  "use strict";
63
63
  var exports = __webpack_exports__;
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "url": "https://github.com/handsontable/handsontable/issues"
11
11
  },
12
12
  "author": "Handsoncode <hello@handsontable.com>",
13
- "version": "0.0.0-next-6129043-20241108",
13
+ "version": "0.0.0-next-e035192-20241108",
14
14
  "main": "index",
15
15
  "module": "index.mjs",
16
16
  "jsnext:main": "index.mjs",
@@ -33,12 +33,10 @@
33
33
  ],
34
34
  "dependencies": {
35
35
  "@handsontable/pikaday": "^1.0.0",
36
- "@types/pikaday": "1.7.4",
37
36
  "core-js": "^3.37.0",
38
- "dompurify": "^2.1.1",
37
+ "dompurify": "^3.1.7",
39
38
  "moment": "2.30.1",
40
- "numbro": "2.1.2",
41
- "pikaday": "1.8.2"
39
+ "numbro": "2.5.0"
42
40
  },
43
41
  "devDependencies": {
44
42
  "@babel/cli": "^7.8.3",
@@ -50,6 +48,7 @@
50
48
  "@babel/register": "^7.8.3",
51
49
  "@babel/runtime": "^7.11.2",
52
50
  "@babel/types": "^7.12.12",
51
+ "@typescript-eslint/eslint-plugin": "^4.33.0",
53
52
  "babel-jest": "^26.6.3",
54
53
  "babel-loader": "^8.0.4",
55
54
  "babel-plugin-forbidden-imports": "^0.1.2",
@@ -93,10 +92,8 @@
93
92
  "string-replace-loader": "^3.1.0",
94
93
  "stylelint": "^16.3.1",
95
94
  "typescript": "3.8.2",
96
- "@typescript-eslint/eslint-plugin": "^4.33.0",
97
95
  "webpack": "^5.88.1",
98
- "webpack-cli": "^5.1.4",
99
- "webpack-remove-empty-scripts": "^1.0.4"
96
+ "webpack-cli": "^5.1.4"
100
97
  },
101
98
  "optionalDependencies": {
102
99
  "hyperformula": "^2.6.2"
@@ -773,12 +770,6 @@
773
770
  "./dist/languages/zh-CN.min.js": "./dist/languages/zh-CN.min.js",
774
771
  "./dist/languages/zh-TW.js": "./dist/languages/zh-TW.js",
775
772
  "./dist/languages/zh-TW.min.js": "./dist/languages/zh-TW.min.js",
776
- "./styles/handsontable.css": "./styles/handsontable.css",
777
- "./styles/handsontable.min.css": "./styles/handsontable.min.css",
778
- "./styles/ht-theme-horizon.css": "./styles/ht-theme-horizon.css",
779
- "./styles/ht-theme-horizon.min.css": "./styles/ht-theme-horizon.min.css",
780
- "./styles/ht-theme-main.css": "./styles/ht-theme-main.css",
781
- "./styles/ht-theme-main.min.css": "./styles/ht-theme-main.min.css",
782
773
  ".": {
783
774
  "types": "./index.d.ts",
784
775
  "import": "./index.mjs",
@@ -3,6 +3,10 @@
3
3
  exports.__esModule = true;
4
4
  require("core-js/modules/es.error.cause.js");
5
5
  require("core-js/modules/es.array.push.js");
6
+ require("core-js/modules/esnext.iterator.constructor.js");
7
+ require("core-js/modules/esnext.iterator.filter.js");
8
+ require("core-js/modules/esnext.iterator.for-each.js");
9
+ require("core-js/modules/esnext.iterator.reduce.js");
6
10
  var _base = require("../base");
7
11
  var _feature = require("../../helpers/feature");
8
12
  var _ghostTable = _interopRequireDefault(require("../../utils/ghostTable"));
@@ -1,5 +1,9 @@
1
1
  import "core-js/modules/es.error.cause.js";
2
2
  import "core-js/modules/es.array.push.js";
3
+ import "core-js/modules/esnext.iterator.constructor.js";
4
+ import "core-js/modules/esnext.iterator.filter.js";
5
+ import "core-js/modules/esnext.iterator.for-each.js";
6
+ import "core-js/modules/esnext.iterator.reduce.js";
3
7
  function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a.add(e); }
4
8
  function _classPrivateFieldInitSpec(e, t, a) { _checkPrivateRedeclaration(e, t), t.set(e, a); }
5
9
  function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); }
@@ -3,6 +3,10 @@
3
3
  exports.__esModule = true;
4
4
  require("core-js/modules/es.error.cause.js");
5
5
  require("core-js/modules/es.array.push.js");
6
+ require("core-js/modules/esnext.iterator.constructor.js");
7
+ require("core-js/modules/esnext.iterator.filter.js");
8
+ require("core-js/modules/esnext.iterator.for-each.js");
9
+ require("core-js/modules/esnext.iterator.reduce.js");
6
10
  var _base = require("../base");
7
11
  var _feature = require("../../helpers/feature");
8
12
  var _ghostTable = _interopRequireDefault(require("../../utils/ghostTable"));
@@ -1,5 +1,9 @@
1
1
  import "core-js/modules/es.error.cause.js";
2
2
  import "core-js/modules/es.array.push.js";
3
+ import "core-js/modules/esnext.iterator.constructor.js";
4
+ import "core-js/modules/esnext.iterator.filter.js";
5
+ import "core-js/modules/esnext.iterator.for-each.js";
6
+ import "core-js/modules/esnext.iterator.reduce.js";
3
7
  function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a.add(e); }
4
8
  function _classPrivateFieldInitSpec(e, t, a) { _checkPrivateRedeclaration(e, t), t.set(e, a); }
5
9
  function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); }