handsontable 9.0.2 → 11.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (895) hide show
  1. package/3rdparty/autoResize/autoResize.js +2 -0
  2. package/3rdparty/autoResize/autoResize.mjs +1 -0
  3. package/3rdparty/walkontable/src/border.js +3 -1
  4. package/3rdparty/walkontable/src/border.mjs +2 -1
  5. package/3rdparty/walkontable/src/calculator/constants.js +1 -1
  6. package/3rdparty/walkontable/src/calculator/index.js +2 -0
  7. package/3rdparty/walkontable/src/calculator/viewportColumns.d.ts +18 -0
  8. package/3rdparty/walkontable/src/calculator/viewportColumns.js +1 -1
  9. package/3rdparty/walkontable/src/calculator/viewportColumns.mjs +1 -1
  10. package/3rdparty/walkontable/src/calculator/viewportRows.js +1 -1
  11. package/3rdparty/walkontable/src/calculator/viewportRows.mjs +1 -1
  12. package/3rdparty/walkontable/src/cell/coords.d.ts +16 -0
  13. package/3rdparty/walkontable/src/cell/coords.js +1 -1
  14. package/3rdparty/walkontable/src/cell/coords.mjs +1 -1
  15. package/3rdparty/walkontable/src/cell/range.d.ts +51 -0
  16. package/3rdparty/walkontable/src/cell/range.js +1 -1
  17. package/3rdparty/walkontable/src/cell/range.mjs +1 -1
  18. package/3rdparty/walkontable/src/core.js +1 -1
  19. package/3rdparty/walkontable/src/core.mjs +1 -1
  20. package/3rdparty/walkontable/src/event.js +1 -1
  21. package/3rdparty/walkontable/src/event.mjs +1 -1
  22. package/3rdparty/walkontable/src/filter/column.js +1 -1
  23. package/3rdparty/walkontable/src/filter/column.mjs +1 -1
  24. package/3rdparty/walkontable/src/filter/row.js +1 -1
  25. package/3rdparty/walkontable/src/filter/row.mjs +1 -1
  26. package/3rdparty/walkontable/src/index.d.ts +1 -0
  27. package/3rdparty/walkontable/src/index.js +1 -1
  28. package/3rdparty/walkontable/src/overlay/_base.js +1 -1
  29. package/3rdparty/walkontable/src/overlay/_base.mjs +1 -1
  30. package/3rdparty/walkontable/src/overlay/bottom.js +6 -6
  31. package/3rdparty/walkontable/src/overlay/bottom.mjs +5 -5
  32. package/3rdparty/walkontable/src/overlay/bottomLeftCorner.js +6 -6
  33. package/3rdparty/walkontable/src/overlay/bottomLeftCorner.mjs +5 -5
  34. package/3rdparty/walkontable/src/overlay/constants.js +1 -1
  35. package/3rdparty/walkontable/src/overlay/index.js +2 -0
  36. package/3rdparty/walkontable/src/overlay/left.js +6 -6
  37. package/3rdparty/walkontable/src/overlay/left.mjs +5 -5
  38. package/3rdparty/walkontable/src/overlay/registerer.js +1 -1
  39. package/3rdparty/walkontable/src/overlay/top.js +6 -17
  40. package/3rdparty/walkontable/src/overlay/top.mjs +5 -16
  41. package/3rdparty/walkontable/src/overlay/topLeftCorner.js +6 -6
  42. package/3rdparty/walkontable/src/overlay/topLeftCorner.mjs +5 -5
  43. package/3rdparty/walkontable/src/overlays.js +3 -1
  44. package/3rdparty/walkontable/src/overlays.mjs +2 -1
  45. package/3rdparty/walkontable/src/renderer/_base.js +1 -1
  46. package/3rdparty/walkontable/src/renderer/_base.mjs +1 -1
  47. package/3rdparty/walkontable/src/renderer/cells.js +4 -4
  48. package/3rdparty/walkontable/src/renderer/cells.mjs +4 -4
  49. package/3rdparty/walkontable/src/renderer/colGroup.js +6 -6
  50. package/3rdparty/walkontable/src/renderer/colGroup.mjs +5 -5
  51. package/3rdparty/walkontable/src/renderer/columnHeaders.js +6 -6
  52. package/3rdparty/walkontable/src/renderer/columnHeaders.mjs +5 -5
  53. package/3rdparty/walkontable/src/renderer/index.js +1 -1
  54. package/3rdparty/walkontable/src/renderer/index.mjs +1 -1
  55. package/3rdparty/walkontable/src/renderer/rowHeaders.js +4 -4
  56. package/3rdparty/walkontable/src/renderer/rowHeaders.mjs +4 -4
  57. package/3rdparty/walkontable/src/renderer/rows.js +6 -6
  58. package/3rdparty/walkontable/src/renderer/rows.mjs +5 -5
  59. package/3rdparty/walkontable/src/renderer/table.js +1 -1
  60. package/3rdparty/walkontable/src/renderer/table.mjs +1 -1
  61. package/3rdparty/walkontable/src/scroll.js +1 -1
  62. package/3rdparty/walkontable/src/scroll.mjs +1 -1
  63. package/3rdparty/walkontable/src/selection.js +6 -4
  64. package/3rdparty/walkontable/src/selection.mjs +4 -3
  65. package/3rdparty/walkontable/src/settings.js +1 -1
  66. package/3rdparty/walkontable/src/settings.mjs +1 -1
  67. package/3rdparty/walkontable/src/table/bottom.js +10 -6
  68. package/3rdparty/walkontable/src/table/bottom.mjs +9 -5
  69. package/3rdparty/walkontable/src/table/bottomLeftCorner.js +10 -6
  70. package/3rdparty/walkontable/src/table/bottomLeftCorner.mjs +9 -5
  71. package/3rdparty/walkontable/src/table/left.js +10 -6
  72. package/3rdparty/walkontable/src/table/left.mjs +9 -5
  73. package/3rdparty/walkontable/src/table/master.js +6 -6
  74. package/3rdparty/walkontable/src/table/master.mjs +5 -5
  75. package/3rdparty/walkontable/src/table/top.js +10 -6
  76. package/3rdparty/walkontable/src/table/top.mjs +9 -5
  77. package/3rdparty/walkontable/src/table/topLeftCorner.js +10 -6
  78. package/3rdparty/walkontable/src/table/topLeftCorner.mjs +9 -5
  79. package/3rdparty/walkontable/src/table.js +5 -3
  80. package/3rdparty/walkontable/src/table.mjs +3 -2
  81. package/3rdparty/walkontable/src/utils/column.js +2 -2
  82. package/3rdparty/walkontable/src/utils/column.mjs +2 -2
  83. package/3rdparty/walkontable/src/utils/nodesPool.js +1 -1
  84. package/3rdparty/walkontable/src/utils/nodesPool.mjs +1 -1
  85. package/3rdparty/walkontable/src/utils/orderView/constants.js +1 -1
  86. package/3rdparty/walkontable/src/utils/orderView/sharedView.js +6 -6
  87. package/3rdparty/walkontable/src/utils/orderView/sharedView.mjs +5 -5
  88. package/3rdparty/walkontable/src/utils/orderView/view.js +1 -1
  89. package/3rdparty/walkontable/src/utils/orderView/view.mjs +1 -1
  90. package/3rdparty/walkontable/src/utils/orderView/viewSize.js +1 -1
  91. package/3rdparty/walkontable/src/utils/orderView/viewSize.mjs +1 -1
  92. package/3rdparty/walkontable/src/utils/orderView/viewSizeSet.js +1 -1
  93. package/3rdparty/walkontable/src/utils/orderView/viewSizeSet.mjs +1 -1
  94. package/3rdparty/walkontable/src/utils/row.js +1 -1
  95. package/3rdparty/walkontable/src/utils/row.mjs +1 -1
  96. package/3rdparty/walkontable/src/viewport.js +1 -1
  97. package/3rdparty/walkontable/src/viewport.mjs +1 -1
  98. package/CHANGELOG.md +92 -7
  99. package/LICENSE.txt +19 -22
  100. package/README.md +13 -8
  101. package/base.d.ts +1 -1
  102. package/base.js +16 -3
  103. package/base.mjs +14 -4
  104. package/cellTypes/autocompleteType/autocompleteType.d.ts +17 -0
  105. package/cellTypes/autocompleteType/autocompleteType.js +1 -1
  106. package/cellTypes/autocompleteType/index.d.ts +1 -0
  107. package/cellTypes/base.d.ts +14 -0
  108. package/cellTypes/checkboxType/checkboxType.d.ts +14 -0
  109. package/cellTypes/checkboxType/index.d.ts +1 -0
  110. package/cellTypes/dateType/dateType.d.ts +17 -0
  111. package/cellTypes/dateType/index.d.ts +1 -0
  112. package/cellTypes/dropdownType/dropdownType.d.ts +17 -0
  113. package/cellTypes/dropdownType/index.d.ts +1 -0
  114. package/cellTypes/handsontableType/handsontableType.d.ts +14 -0
  115. package/cellTypes/handsontableType/index.d.ts +1 -0
  116. package/cellTypes/index.d.ts +47 -0
  117. package/cellTypes/index.js +18 -2
  118. package/cellTypes/index.mjs +26 -9
  119. package/cellTypes/numericType/index.d.ts +1 -0
  120. package/cellTypes/numericType/numericType.d.ts +17 -0
  121. package/cellTypes/passwordType/index.d.ts +1 -0
  122. package/cellTypes/passwordType/passwordType.d.ts +14 -0
  123. package/cellTypes/registry.d.ts +18 -0
  124. package/cellTypes/registry.js +2 -2
  125. package/cellTypes/textType/index.d.ts +1 -0
  126. package/cellTypes/textType/textType.d.ts +14 -0
  127. package/cellTypes/timeType/index.d.ts +1 -0
  128. package/cellTypes/timeType/timeType.d.ts +17 -0
  129. package/common.d.ts +74 -0
  130. package/core.d.ts +160 -0
  131. package/core.js +244 -189
  132. package/core.mjs +243 -190
  133. package/{dataMap.js → dataMap/dataMap.js} +39 -37
  134. package/{dataMap.mjs → dataMap/dataMap.mjs} +39 -37
  135. package/dataMap/index.js +9 -1
  136. package/dataMap/index.mjs +4 -2
  137. package/dataMap/metaManager/index.js +55 -7
  138. package/dataMap/metaManager/index.mjs +52 -7
  139. package/dataMap/metaManager/lazyFactoryMap.js +4 -4
  140. package/dataMap/metaManager/lazyFactoryMap.mjs +4 -4
  141. package/dataMap/metaManager/metaLayers/cellMeta.js +3 -1
  142. package/dataMap/metaManager/metaLayers/cellMeta.mjs +2 -1
  143. package/dataMap/metaManager/metaLayers/columnMeta.js +1 -1
  144. package/dataMap/metaManager/metaLayers/columnMeta.mjs +1 -1
  145. package/dataMap/metaManager/metaLayers/globalMeta.js +5 -4
  146. package/dataMap/metaManager/metaLayers/globalMeta.mjs +5 -4
  147. package/dataMap/metaManager/metaLayers/tableMeta.js +1 -1
  148. package/dataMap/metaManager/metaLayers/tableMeta.mjs +1 -1
  149. package/dataMap/metaManager/metaSchema.js +3213 -1712
  150. package/dataMap/metaManager/metaSchema.mjs +3213 -1712
  151. package/dataMap/metaManager/mods/dynamicCellMeta.js +136 -0
  152. package/dataMap/metaManager/mods/dynamicCellMeta.mjs +119 -0
  153. package/dataMap/metaManager/utils.js +3 -3
  154. package/dataMap/replaceData.js +154 -0
  155. package/dataMap/replaceData.mjs +138 -0
  156. package/dataSource.js +3 -1
  157. package/dataSource.mjs +2 -1
  158. package/dist/README.md +2 -2
  159. package/dist/handsontable.css +508 -420
  160. package/dist/handsontable.full.css +621 -530
  161. package/dist/handsontable.full.js +54025 -48518
  162. package/dist/handsontable.full.min.css +27 -35
  163. package/dist/handsontable.full.min.js +181 -164
  164. package/dist/handsontable.js +37028 -33780
  165. package/dist/handsontable.min.css +27 -33
  166. package/dist/handsontable.min.js +22 -25
  167. package/dist/languages/all.js +2 -4
  168. package/dist/languages/all.min.js +1 -1
  169. package/dist/languages/de-CH.js +2 -4
  170. package/dist/languages/de-CH.min.js +1 -1
  171. package/dist/languages/de-DE.js +2 -4
  172. package/dist/languages/de-DE.min.js +1 -1
  173. package/dist/languages/en-US.js +2 -4
  174. package/dist/languages/en-US.min.js +1 -1
  175. package/dist/languages/es-MX.js +2 -4
  176. package/dist/languages/es-MX.min.js +1 -1
  177. package/dist/languages/fr-FR.js +2 -4
  178. package/dist/languages/fr-FR.min.js +1 -1
  179. package/dist/languages/it-IT.js +2 -4
  180. package/dist/languages/it-IT.min.js +1 -1
  181. package/dist/languages/ja-JP.js +2 -4
  182. package/dist/languages/ja-JP.min.js +1 -1
  183. package/dist/languages/ko-KR.js +2 -4
  184. package/dist/languages/ko-KR.min.js +1 -1
  185. package/dist/languages/lv-LV.js +2 -4
  186. package/dist/languages/lv-LV.min.js +1 -1
  187. package/dist/languages/nb-NO.js +2 -4
  188. package/dist/languages/nb-NO.min.js +1 -1
  189. package/dist/languages/nl-NL.js +2 -4
  190. package/dist/languages/nl-NL.min.js +1 -1
  191. package/dist/languages/pl-PL.js +2 -4
  192. package/dist/languages/pl-PL.min.js +1 -1
  193. package/dist/languages/pt-BR.js +2 -4
  194. package/dist/languages/pt-BR.min.js +1 -1
  195. package/dist/languages/ru-RU.js +2 -4
  196. package/dist/languages/ru-RU.min.js +1 -1
  197. package/dist/languages/zh-CN.js +2 -4
  198. package/dist/languages/zh-CN.min.js +1 -1
  199. package/dist/languages/zh-TW.js +2 -4
  200. package/dist/languages/zh-TW.min.js +1 -1
  201. package/editorManager.js +9 -7
  202. package/editorManager.mjs +8 -7
  203. package/editors/autocompleteEditor/autocompleteEditor.d.ts +29 -0
  204. package/editors/autocompleteEditor/autocompleteEditor.js +99 -91
  205. package/editors/autocompleteEditor/autocompleteEditor.mjs +97 -88
  206. package/editors/autocompleteEditor/index.d.ts +1 -0
  207. package/editors/autocompleteEditor/index.js +1 -1
  208. package/editors/baseEditor/baseEditor.d.ts +45 -0
  209. package/editors/baseEditor/baseEditor.js +11 -10
  210. package/editors/baseEditor/baseEditor.mjs +8 -8
  211. package/editors/baseEditor/index.d.ts +1 -0
  212. package/editors/baseEditor/index.js +1 -1
  213. package/editors/checkboxEditor/checkboxEditor.d.ts +12 -0
  214. package/editors/checkboxEditor/checkboxEditor.js +7 -7
  215. package/editors/checkboxEditor/checkboxEditor.mjs +5 -5
  216. package/editors/checkboxEditor/index.d.ts +1 -0
  217. package/editors/checkboxEditor/index.js +1 -1
  218. package/editors/dateEditor/dateEditor.d.ts +18 -0
  219. package/editors/dateEditor/dateEditor.js +21 -21
  220. package/editors/dateEditor/dateEditor.mjs +19 -19
  221. package/editors/dateEditor/index.d.ts +1 -0
  222. package/editors/dateEditor/index.js +1 -1
  223. package/editors/dropdownEditor/dropdownEditor.d.ts +7 -0
  224. package/editors/dropdownEditor/dropdownEditor.js +8 -8
  225. package/editors/dropdownEditor/dropdownEditor.mjs +6 -6
  226. package/editors/dropdownEditor/index.d.ts +1 -0
  227. package/editors/dropdownEditor/index.js +1 -1
  228. package/editors/handsontableEditor/handsontableEditor.d.ts +10 -0
  229. package/editors/handsontableEditor/handsontableEditor.js +7 -7
  230. package/editors/handsontableEditor/handsontableEditor.mjs +6 -6
  231. package/editors/handsontableEditor/index.d.ts +1 -0
  232. package/editors/index.d.ts +53 -0
  233. package/editors/index.js +19 -2
  234. package/editors/index.mjs +28 -10
  235. package/editors/numericEditor/index.d.ts +1 -0
  236. package/editors/numericEditor/numericEditor.d.ts +7 -0
  237. package/editors/numericEditor/numericEditor.js +6 -6
  238. package/editors/numericEditor/numericEditor.mjs +5 -5
  239. package/editors/passwordEditor/index.d.ts +1 -0
  240. package/editors/passwordEditor/passwordEditor.d.ts +7 -0
  241. package/editors/passwordEditor/passwordEditor.js +7 -7
  242. package/editors/passwordEditor/passwordEditor.mjs +6 -6
  243. package/editors/registry.d.ts +29 -0
  244. package/editors/registry.js +2 -2
  245. package/editors/selectEditor/index.d.ts +1 -0
  246. package/editors/selectEditor/selectEditor.d.ts +16 -0
  247. package/editors/selectEditor/selectEditor.js +7 -7
  248. package/editors/selectEditor/selectEditor.mjs +6 -6
  249. package/editors/textEditor/index.d.ts +1 -0
  250. package/editors/textEditor/textEditor.d.ts +24 -0
  251. package/editors/textEditor/textEditor.js +7 -7
  252. package/editors/textEditor/textEditor.mjs +6 -6
  253. package/eventManager.d.ts +13 -0
  254. package/eventManager.js +8 -4
  255. package/eventManager.mjs +7 -3
  256. package/handsontable-non-commercial-license.pdf +0 -0
  257. package/helpers/array.d.ts +18 -0
  258. package/helpers/array.js +10 -10
  259. package/helpers/array.mjs +1 -1
  260. package/helpers/browser.d.ts +25 -0
  261. package/helpers/browser.js +11 -9
  262. package/helpers/browser.mjs +1 -0
  263. package/helpers/console.d.ts +4 -0
  264. package/helpers/console.js +2 -2
  265. package/helpers/data.d.ts +13 -0
  266. package/helpers/data.js +8 -36
  267. package/helpers/data.mjs +2 -28
  268. package/helpers/date.d.ts +1 -0
  269. package/helpers/dom/element.d.ts +49 -0
  270. package/helpers/dom/element.js +45 -46
  271. package/helpers/dom/element.mjs +8 -9
  272. package/helpers/dom/event.d.ts +4 -0
  273. package/helpers/dom/event.js +2 -2
  274. package/helpers/dom/index.d.ts +2 -0
  275. package/helpers/feature.d.ts +11 -0
  276. package/helpers/feature.js +7 -7
  277. package/helpers/feature.mjs +1 -1
  278. package/helpers/function.d.ts +10 -0
  279. package/helpers/function.js +43 -5
  280. package/helpers/function.mjs +35 -0
  281. package/helpers/index.d.ts +14 -0
  282. package/helpers/mixed.d.ts +5 -0
  283. package/helpers/mixed.js +6 -6
  284. package/helpers/mixed.mjs +3 -3
  285. package/helpers/number.d.ts +5 -0
  286. package/helpers/number.js +98 -19
  287. package/helpers/number.mjs +87 -19
  288. package/helpers/object.d.ts +16 -0
  289. package/helpers/object.js +12 -12
  290. package/helpers/object.mjs +1 -1
  291. package/helpers/string.d.ts +7 -0
  292. package/helpers/string.js +4 -4
  293. package/helpers/templateLiteralTag.d.ts +1 -0
  294. package/helpers/unicode.d.ts +73 -0
  295. package/helpers/unicode.js +3 -3
  296. package/i18n/constants.js +1 -1
  297. package/i18n/index.d.ts +2 -0
  298. package/i18n/index.js +2 -0
  299. package/i18n/languages/de-CH.d.ts +5 -0
  300. package/i18n/languages/de-CH.js +1 -1
  301. package/i18n/languages/de-DE.d.ts +5 -0
  302. package/i18n/languages/de-DE.js +1 -1
  303. package/i18n/languages/en-US.d.ts +5 -0
  304. package/i18n/languages/en-US.js +1 -1
  305. package/i18n/languages/es-MX.d.ts +5 -0
  306. package/i18n/languages/es-MX.js +1 -1
  307. package/i18n/languages/fr-FR.d.ts +5 -0
  308. package/i18n/languages/fr-FR.js +1 -1
  309. package/i18n/languages/index.d.ts +35 -0
  310. package/i18n/languages/it-IT.d.ts +5 -0
  311. package/i18n/languages/it-IT.js +1 -1
  312. package/i18n/languages/ja-JP.d.ts +5 -0
  313. package/i18n/languages/ja-JP.js +1 -1
  314. package/i18n/languages/ko-KR.d.ts +5 -0
  315. package/i18n/languages/ko-KR.js +1 -1
  316. package/i18n/languages/lv-LV.d.ts +5 -0
  317. package/i18n/languages/lv-LV.js +1 -1
  318. package/i18n/languages/nb-NO.d.ts +5 -0
  319. package/i18n/languages/nb-NO.js +1 -1
  320. package/i18n/languages/nl-NL.d.ts +5 -0
  321. package/i18n/languages/nl-NL.js +1 -1
  322. package/i18n/languages/pl-PL.d.ts +5 -0
  323. package/i18n/languages/pl-PL.js +1 -1
  324. package/i18n/languages/pt-BR.d.ts +5 -0
  325. package/i18n/languages/pt-BR.js +1 -1
  326. package/i18n/languages/ru-RU.d.ts +5 -0
  327. package/i18n/languages/ru-RU.js +1 -1
  328. package/i18n/languages/zh-CN.d.ts +5 -0
  329. package/i18n/languages/zh-CN.js +1 -1
  330. package/i18n/languages/zh-TW.d.ts +5 -0
  331. package/i18n/languages/zh-TW.js +1 -1
  332. package/i18n/phraseFormatters/index.js +1 -1
  333. package/i18n/registry.d.ts +13 -0
  334. package/i18n/registry.js +5 -5
  335. package/i18n/utils.js +1 -1
  336. package/index.d.ts +516 -0
  337. package/index.js +41 -113
  338. package/index.mjs +17 -90
  339. package/languages/all.js +2 -4
  340. package/languages/de-CH.js +2 -4
  341. package/languages/de-DE.js +2 -4
  342. package/languages/en-US.js +2 -4
  343. package/languages/es-MX.js +2 -4
  344. package/languages/fr-FR.js +2 -4
  345. package/languages/index.js +2 -4
  346. package/languages/it-IT.js +2 -4
  347. package/languages/ja-JP.js +2 -4
  348. package/languages/ko-KR.js +2 -4
  349. package/languages/lv-LV.js +2 -4
  350. package/languages/nb-NO.js +2 -4
  351. package/languages/nl-NL.js +2 -4
  352. package/languages/pl-PL.js +2 -4
  353. package/languages/pt-BR.js +2 -4
  354. package/languages/ru-RU.js +2 -4
  355. package/languages/zh-CN.js +2 -4
  356. package/languages/zh-TW.js +2 -4
  357. package/mixins/localHooks.js +17 -14
  358. package/mixins/localHooks.mjs +16 -13
  359. package/package.json +106 -15
  360. package/pluginHooks.d.ts +257 -0
  361. package/pluginHooks.js +216 -141
  362. package/pluginHooks.mjs +215 -141
  363. package/plugins/autoColumnSize/autoColumnSize.d.ts +27 -0
  364. package/plugins/autoColumnSize/autoColumnSize.js +24 -22
  365. package/plugins/autoColumnSize/autoColumnSize.mjs +22 -21
  366. package/plugins/autoColumnSize/index.d.ts +1 -0
  367. package/plugins/autoColumnSize/index.js +1 -1
  368. package/plugins/autoRowSize/autoRowSize.d.ts +27 -0
  369. package/plugins/autoRowSize/autoRowSize.js +29 -21
  370. package/plugins/autoRowSize/autoRowSize.mjs +26 -19
  371. package/plugins/autoRowSize/index.d.ts +1 -0
  372. package/plugins/autoRowSize/index.js +1 -1
  373. package/plugins/autofill/autofill.d.ts +18 -0
  374. package/plugins/autofill/autofill.js +12 -21
  375. package/plugins/autofill/autofill.mjs +9 -18
  376. package/plugins/autofill/index.d.ts +1 -0
  377. package/plugins/autofill/index.js +1 -1
  378. package/plugins/autofill/utils.js +1 -1
  379. package/plugins/base/base.d.ts +21 -0
  380. package/plugins/base/base.js +2 -2
  381. package/plugins/base/base.mjs +1 -1
  382. package/plugins/base/index.d.ts +1 -0
  383. package/plugins/base/index.js +1 -1
  384. package/plugins/bindRowsWithHeaders/bindRowsWithHeaders.d.ts +9 -0
  385. package/plugins/bindRowsWithHeaders/bindRowsWithHeaders.js +6 -6
  386. package/plugins/bindRowsWithHeaders/bindRowsWithHeaders.mjs +5 -5
  387. package/plugins/bindRowsWithHeaders/index.d.ts +1 -0
  388. package/plugins/bindRowsWithHeaders/index.js +1 -1
  389. package/plugins/bindRowsWithHeaders/maps/looseBindsMap.js +7 -7
  390. package/plugins/bindRowsWithHeaders/maps/looseBindsMap.mjs +6 -6
  391. package/plugins/bindRowsWithHeaders/maps/strictBindsMap.js +9 -7
  392. package/plugins/bindRowsWithHeaders/maps/strictBindsMap.mjs +7 -6
  393. package/plugins/collapsibleColumns/collapsibleColumns.d.ts +22 -0
  394. package/plugins/collapsibleColumns/collapsibleColumns.js +34 -27
  395. package/plugins/collapsibleColumns/collapsibleColumns.mjs +32 -26
  396. package/plugins/collapsibleColumns/index.d.ts +1 -0
  397. package/plugins/collapsibleColumns/index.js +1 -1
  398. package/plugins/columnSorting/columnSorting.d.ts +30 -0
  399. package/plugins/columnSorting/columnSorting.js +21 -19
  400. package/plugins/columnSorting/columnSorting.mjs +18 -17
  401. package/plugins/columnSorting/columnStatesManager.js +6 -4
  402. package/plugins/columnSorting/columnStatesManager.mjs +5 -4
  403. package/plugins/columnSorting/index.d.ts +1 -0
  404. package/plugins/columnSorting/index.js +1 -1
  405. package/plugins/columnSorting/rootComparator.js +2 -0
  406. package/plugins/columnSorting/rootComparator.mjs +1 -0
  407. package/plugins/columnSorting/sortFunction/checkbox.js +1 -1
  408. package/plugins/columnSorting/sortFunction/date.js +1 -1
  409. package/plugins/columnSorting/sortFunction/default.js +4 -3
  410. package/plugins/columnSorting/sortFunction/default.mjs +3 -2
  411. package/plugins/columnSorting/sortFunction/numeric.js +1 -1
  412. package/plugins/columnSorting/sortService/engine.js +1 -1
  413. package/plugins/columnSorting/sortService/registry.js +1 -1
  414. package/plugins/columnSorting/utils.js +4 -4
  415. package/plugins/columnSorting/utils.mjs +1 -1
  416. package/plugins/columnSummary/columnSummary.d.ts +72 -0
  417. package/plugins/columnSummary/columnSummary.js +32 -14
  418. package/plugins/columnSummary/columnSummary.mjs +30 -12
  419. package/plugins/columnSummary/endpoints.js +7 -5
  420. package/plugins/columnSummary/endpoints.mjs +6 -5
  421. package/plugins/columnSummary/index.d.ts +1 -0
  422. package/plugins/columnSummary/index.js +1 -1
  423. package/plugins/comments/commentEditor.js +7 -3
  424. package/plugins/comments/commentEditor.mjs +7 -3
  425. package/plugins/comments/comments.d.ts +50 -0
  426. package/plugins/comments/comments.js +49 -88
  427. package/plugins/comments/comments.mjs +49 -87
  428. package/plugins/comments/displaySwitch.js +2 -2
  429. package/plugins/comments/displaySwitch.mjs +2 -2
  430. package/plugins/comments/index.d.ts +1 -0
  431. package/plugins/comments/index.js +1 -1
  432. package/plugins/contextMenu/commandExecutor.js +2 -2
  433. package/plugins/contextMenu/commandExecutor.mjs +2 -2
  434. package/plugins/contextMenu/contextMenu.d.ts +65 -0
  435. package/plugins/contextMenu/contextMenu.js +9 -8
  436. package/plugins/contextMenu/contextMenu.mjs +7 -6
  437. package/plugins/contextMenu/cursor.js +2 -2
  438. package/plugins/contextMenu/cursor.mjs +2 -2
  439. package/plugins/contextMenu/index.d.ts +1 -0
  440. package/plugins/contextMenu/index.js +1 -1
  441. package/plugins/contextMenu/itemsFactory.js +2 -2
  442. package/plugins/contextMenu/itemsFactory.mjs +2 -2
  443. package/plugins/contextMenu/menu.js +5 -5
  444. package/plugins/contextMenu/menu.mjs +4 -4
  445. package/plugins/contextMenu/predefinedItems/alignment.js +2 -2
  446. package/plugins/contextMenu/predefinedItems/clearColumn.js +2 -2
  447. package/plugins/contextMenu/predefinedItems/columnLeft.js +2 -2
  448. package/plugins/contextMenu/predefinedItems/columnRight.js +2 -2
  449. package/plugins/contextMenu/predefinedItems/noItems.js +1 -1
  450. package/plugins/contextMenu/predefinedItems/readOnly.js +2 -2
  451. package/plugins/contextMenu/predefinedItems/redo.js +2 -2
  452. package/plugins/contextMenu/predefinedItems/removeColumn.js +4 -2
  453. package/plugins/contextMenu/predefinedItems/removeColumn.mjs +1 -0
  454. package/plugins/contextMenu/predefinedItems/removeRow.js +4 -2
  455. package/plugins/contextMenu/predefinedItems/removeRow.mjs +1 -0
  456. package/plugins/contextMenu/predefinedItems/rowAbove.js +2 -2
  457. package/plugins/contextMenu/predefinedItems/rowBelow.js +2 -2
  458. package/plugins/contextMenu/predefinedItems/separator.js +1 -1
  459. package/plugins/contextMenu/predefinedItems/undo.js +2 -2
  460. package/plugins/contextMenu/predefinedItems.js +3 -3
  461. package/plugins/contextMenu/utils.js +10 -10
  462. package/plugins/copyPaste/clipboardData.js +4 -1
  463. package/plugins/copyPaste/clipboardData.mjs +4 -1
  464. package/plugins/copyPaste/contextMenuItem/copy.js +1 -1
  465. package/plugins/copyPaste/contextMenuItem/cut.js +1 -1
  466. package/plugins/copyPaste/copyPaste.d.ts +35 -0
  467. package/plugins/copyPaste/copyPaste.js +14 -11
  468. package/plugins/copyPaste/copyPaste.mjs +12 -10
  469. package/plugins/copyPaste/focusableElement.js +2 -3
  470. package/plugins/copyPaste/focusableElement.mjs +2 -3
  471. package/plugins/copyPaste/index.d.ts +1 -0
  472. package/plugins/copyPaste/index.js +1 -1
  473. package/plugins/copyPaste/pasteEvent.js +9 -2
  474. package/plugins/copyPaste/pasteEvent.mjs +9 -2
  475. package/plugins/customBorders/contextMenuItem/bottom.js +1 -1
  476. package/plugins/customBorders/contextMenuItem/left.js +1 -1
  477. package/plugins/customBorders/contextMenuItem/noBorders.js +1 -1
  478. package/plugins/customBorders/contextMenuItem/right.js +1 -1
  479. package/plugins/customBorders/contextMenuItem/top.js +1 -1
  480. package/plugins/customBorders/customBorders.d.ts +38 -0
  481. package/plugins/customBorders/customBorders.js +11 -9
  482. package/plugins/customBorders/customBorders.mjs +8 -7
  483. package/plugins/customBorders/index.d.ts +1 -0
  484. package/plugins/customBorders/index.js +1 -1
  485. package/plugins/customBorders/utils.js +3 -3
  486. package/plugins/dragToScroll/dragToScroll.d.ts +15 -0
  487. package/plugins/dragToScroll/dragToScroll.js +8 -8
  488. package/plugins/dragToScroll/dragToScroll.mjs +6 -6
  489. package/plugins/dragToScroll/index.d.ts +1 -0
  490. package/plugins/dragToScroll/index.js +1 -1
  491. package/plugins/dropdownMenu/dropdownMenu.d.ts +24 -0
  492. package/plugins/dropdownMenu/dropdownMenu.js +8 -8
  493. package/plugins/dropdownMenu/dropdownMenu.mjs +6 -6
  494. package/plugins/dropdownMenu/index.d.ts +1 -0
  495. package/plugins/dropdownMenu/index.js +1 -1
  496. package/plugins/exportFile/dataProvider.js +3 -5
  497. package/plugins/exportFile/dataProvider.mjs +3 -5
  498. package/plugins/exportFile/exportFile.d.ts +12 -0
  499. package/plugins/exportFile/exportFile.js +9 -9
  500. package/plugins/exportFile/exportFile.mjs +7 -7
  501. package/plugins/exportFile/index.d.ts +1 -0
  502. package/plugins/exportFile/index.js +1 -1
  503. package/plugins/exportFile/typeFactory.js +2 -1
  504. package/plugins/exportFile/typeFactory.mjs +1 -0
  505. package/plugins/exportFile/types/_base.js +1 -2
  506. package/plugins/exportFile/types/_base.mjs +1 -2
  507. package/plugins/exportFile/types/csv.js +6 -7
  508. package/plugins/exportFile/types/csv.mjs +5 -6
  509. package/plugins/filters/component/_base.js +2 -2
  510. package/plugins/filters/component/_base.mjs +2 -2
  511. package/plugins/filters/component/actionBar.js +7 -7
  512. package/plugins/filters/component/actionBar.mjs +6 -6
  513. package/plugins/filters/component/condition.js +10 -8
  514. package/plugins/filters/component/condition.mjs +8 -7
  515. package/plugins/filters/component/operators.js +7 -7
  516. package/plugins/filters/component/operators.mjs +6 -6
  517. package/plugins/filters/component/value.js +15 -8
  518. package/plugins/filters/component/value.mjs +13 -7
  519. package/plugins/filters/condition/beginsWith.js +5 -3
  520. package/plugins/filters/condition/beginsWith.mjs +2 -1
  521. package/plugins/filters/condition/between.js +4 -2
  522. package/plugins/filters/condition/between.mjs +1 -0
  523. package/plugins/filters/condition/byValue.js +3 -1
  524. package/plugins/filters/condition/byValue.mjs +1 -0
  525. package/plugins/filters/condition/contains.js +5 -3
  526. package/plugins/filters/condition/contains.mjs +2 -1
  527. package/plugins/filters/condition/date/after.js +4 -2
  528. package/plugins/filters/condition/date/after.mjs +1 -0
  529. package/plugins/filters/condition/date/before.js +4 -2
  530. package/plugins/filters/condition/date/before.mjs +1 -0
  531. package/plugins/filters/condition/date/today.js +2 -2
  532. package/plugins/filters/condition/date/tomorrow.js +2 -2
  533. package/plugins/filters/condition/date/yesterday.js +2 -2
  534. package/plugins/filters/condition/empty.js +2 -2
  535. package/plugins/filters/condition/endsWith.js +5 -3
  536. package/plugins/filters/condition/endsWith.mjs +2 -1
  537. package/plugins/filters/condition/equal.js +5 -3
  538. package/plugins/filters/condition/equal.mjs +2 -1
  539. package/plugins/filters/condition/false.js +1 -1
  540. package/plugins/filters/condition/greaterThan.js +4 -2
  541. package/plugins/filters/condition/greaterThan.mjs +1 -0
  542. package/plugins/filters/condition/greaterThanOrEqual.js +4 -2
  543. package/plugins/filters/condition/greaterThanOrEqual.mjs +1 -0
  544. package/plugins/filters/condition/lessThan.js +4 -2
  545. package/plugins/filters/condition/lessThan.mjs +1 -0
  546. package/plugins/filters/condition/lessThanOrEqual.js +4 -2
  547. package/plugins/filters/condition/lessThanOrEqual.mjs +1 -0
  548. package/plugins/filters/condition/none.js +2 -2
  549. package/plugins/filters/condition/notBetween.js +2 -2
  550. package/plugins/filters/condition/notContains.js +2 -2
  551. package/plugins/filters/condition/notEmpty.js +2 -2
  552. package/plugins/filters/condition/notEqual.js +2 -2
  553. package/plugins/filters/condition/true.js +1 -1
  554. package/plugins/filters/conditionCollection.d.ts +32 -0
  555. package/plugins/filters/conditionCollection.js +8 -5
  556. package/plugins/filters/conditionCollection.mjs +6 -4
  557. package/plugins/filters/conditionRegisterer.js +1 -1
  558. package/plugins/filters/conditionUpdateObserver.d.ts +10 -0
  559. package/plugins/filters/conditionUpdateObserver.js +4 -2
  560. package/plugins/filters/conditionUpdateObserver.mjs +3 -2
  561. package/plugins/filters/constants.js +2 -1
  562. package/plugins/filters/constants.mjs +1 -0
  563. package/plugins/filters/dataFilter.js +2 -2
  564. package/plugins/filters/dataFilter.mjs +2 -2
  565. package/plugins/filters/filters.d.ts +56 -0
  566. package/plugins/filters/filters.js +15 -11
  567. package/plugins/filters/filters.mjs +13 -10
  568. package/plugins/filters/index.d.ts +1 -0
  569. package/plugins/filters/index.js +1 -1
  570. package/plugins/filters/logicalOperationRegisterer.js +1 -1
  571. package/plugins/filters/logicalOperations/conjunction.js +4 -4
  572. package/plugins/filters/logicalOperations/conjunction.mjs +1 -0
  573. package/plugins/filters/logicalOperations/disjunction.js +4 -4
  574. package/plugins/filters/logicalOperations/disjunction.mjs +1 -0
  575. package/plugins/filters/logicalOperations/disjunctionWithExtraCondition.js +4 -4
  576. package/plugins/filters/logicalOperations/disjunctionWithExtraCondition.mjs +1 -0
  577. package/plugins/filters/ui/_base.js +4 -5
  578. package/plugins/filters/ui/_base.mjs +3 -4
  579. package/plugins/filters/ui/input.js +6 -6
  580. package/plugins/filters/ui/input.mjs +6 -6
  581. package/plugins/filters/ui/link.js +6 -6
  582. package/plugins/filters/ui/link.mjs +6 -6
  583. package/plugins/filters/ui/multipleSelect.js +34 -8
  584. package/plugins/filters/ui/multipleSelect.mjs +33 -8
  585. package/plugins/filters/ui/radioInput.js +6 -6
  586. package/plugins/filters/ui/radioInput.mjs +6 -6
  587. package/plugins/filters/ui/select.js +6 -6
  588. package/plugins/filters/ui/select.mjs +6 -6
  589. package/plugins/filters/utils.js +3 -3
  590. package/plugins/formulas/engine/register.js +4 -4
  591. package/plugins/formulas/engine/register.mjs +1 -1
  592. package/plugins/formulas/engine/settings.js +6 -6
  593. package/plugins/formulas/engine/settings.mjs +4 -5
  594. package/plugins/formulas/formulas.d.ts +31 -0
  595. package/plugins/formulas/formulas.js +287 -91
  596. package/plugins/formulas/formulas.mjs +280 -88
  597. package/plugins/formulas/index.d.ts +1 -0
  598. package/plugins/formulas/index.js +1 -1
  599. package/plugins/hiddenColumns/contextMenuItem/hideColumn.js +3 -1
  600. package/plugins/hiddenColumns/contextMenuItem/hideColumn.mjs +1 -0
  601. package/plugins/hiddenColumns/contextMenuItem/showColumn.js +5 -3
  602. package/plugins/hiddenColumns/contextMenuItem/showColumn.mjs +2 -1
  603. package/plugins/hiddenColumns/hiddenColumns.d.ts +21 -0
  604. package/plugins/hiddenColumns/hiddenColumns.js +39 -27
  605. package/plugins/hiddenColumns/hiddenColumns.mjs +38 -26
  606. package/plugins/hiddenColumns/index.d.ts +1 -0
  607. package/plugins/hiddenColumns/index.js +1 -1
  608. package/plugins/hiddenRows/contextMenuItem/hideRow.js +3 -1
  609. package/plugins/hiddenRows/contextMenuItem/hideRow.mjs +1 -0
  610. package/plugins/hiddenRows/contextMenuItem/showRow.js +5 -3
  611. package/plugins/hiddenRows/contextMenuItem/showRow.mjs +2 -1
  612. package/plugins/hiddenRows/hiddenRows.d.ts +21 -0
  613. package/plugins/hiddenRows/hiddenRows.js +39 -28
  614. package/plugins/hiddenRows/hiddenRows.mjs +38 -27
  615. package/plugins/hiddenRows/index.d.ts +1 -0
  616. package/plugins/hiddenRows/index.js +1 -1
  617. package/plugins/index.d.ts +111 -0
  618. package/plugins/index.js +98 -58
  619. package/plugins/index.mjs +75 -34
  620. package/plugins/manualColumnFreeze/contextMenuItem/freezeColumn.js +3 -1
  621. package/plugins/manualColumnFreeze/contextMenuItem/freezeColumn.mjs +1 -0
  622. package/plugins/manualColumnFreeze/contextMenuItem/unfreezeColumn.js +3 -1
  623. package/plugins/manualColumnFreeze/contextMenuItem/unfreezeColumn.mjs +1 -0
  624. package/plugins/manualColumnFreeze/index.d.ts +1 -0
  625. package/plugins/manualColumnFreeze/index.js +1 -1
  626. package/plugins/manualColumnFreeze/manualColumnFreeze.d.ts +11 -0
  627. package/plugins/manualColumnFreeze/manualColumnFreeze.js +11 -8
  628. package/plugins/manualColumnFreeze/manualColumnFreeze.mjs +10 -7
  629. package/plugins/manualColumnMove/index.d.ts +1 -0
  630. package/plugins/manualColumnMove/index.js +1 -1
  631. package/plugins/manualColumnMove/manualColumnMove.d.ts +14 -0
  632. package/plugins/manualColumnMove/manualColumnMove.js +27 -25
  633. package/plugins/manualColumnMove/manualColumnMove.mjs +26 -24
  634. package/plugins/manualColumnMove/ui/_base.js +2 -2
  635. package/plugins/manualColumnMove/ui/_base.mjs +2 -2
  636. package/plugins/manualColumnMove/ui/backlight.js +7 -7
  637. package/plugins/manualColumnMove/ui/backlight.mjs +6 -6
  638. package/plugins/manualColumnMove/ui/guideline.js +7 -7
  639. package/plugins/manualColumnMove/ui/guideline.mjs +6 -6
  640. package/plugins/manualColumnResize/index.d.ts +1 -0
  641. package/plugins/manualColumnResize/index.js +1 -1
  642. package/plugins/manualColumnResize/manualColumnResize.d.ts +30 -0
  643. package/plugins/manualColumnResize/manualColumnResize.js +10 -10
  644. package/plugins/manualColumnResize/manualColumnResize.mjs +9 -9
  645. package/plugins/manualRowMove/index.d.ts +1 -0
  646. package/plugins/manualRowMove/index.js +1 -1
  647. package/plugins/manualRowMove/manualRowMove.d.ts +14 -0
  648. package/plugins/manualRowMove/manualRowMove.js +24 -22
  649. package/plugins/manualRowMove/manualRowMove.mjs +23 -21
  650. package/plugins/manualRowMove/ui/_base.js +2 -3
  651. package/plugins/manualRowMove/ui/_base.mjs +2 -3
  652. package/plugins/manualRowMove/ui/backlight.js +8 -8
  653. package/plugins/manualRowMove/ui/backlight.mjs +7 -7
  654. package/plugins/manualRowMove/ui/guideline.js +8 -8
  655. package/plugins/manualRowMove/ui/guideline.mjs +7 -7
  656. package/plugins/manualRowResize/index.d.ts +1 -0
  657. package/plugins/manualRowResize/index.js +1 -1
  658. package/plugins/manualRowResize/manualRowResize.d.ts +29 -0
  659. package/plugins/manualRowResize/manualRowResize.js +6 -6
  660. package/plugins/manualRowResize/manualRowResize.mjs +5 -5
  661. package/plugins/mergeCells/calculations/autofill.js +4 -3
  662. package/plugins/mergeCells/calculations/autofill.mjs +3 -3
  663. package/plugins/mergeCells/calculations/selection.js +2 -3
  664. package/plugins/mergeCells/calculations/selection.mjs +2 -3
  665. package/plugins/mergeCells/cellCoords.js +2 -2
  666. package/plugins/mergeCells/cellCoords.mjs +2 -2
  667. package/plugins/mergeCells/cellsCollection.js +6 -4
  668. package/plugins/mergeCells/cellsCollection.mjs +5 -4
  669. package/plugins/mergeCells/contextMenuItem/toggleMerge.js +1 -1
  670. package/plugins/mergeCells/index.d.ts +1 -0
  671. package/plugins/mergeCells/index.js +1 -1
  672. package/plugins/mergeCells/mergeCells.d.ts +22 -0
  673. package/plugins/mergeCells/mergeCells.js +8 -6
  674. package/plugins/mergeCells/mergeCells.mjs +6 -5
  675. package/plugins/multiColumnSorting/domHelpers.js +2 -0
  676. package/plugins/multiColumnSorting/domHelpers.mjs +1 -0
  677. package/plugins/multiColumnSorting/index.d.ts +1 -0
  678. package/plugins/multiColumnSorting/index.js +1 -1
  679. package/plugins/multiColumnSorting/multiColumnSorting.d.ts +8 -0
  680. package/plugins/multiColumnSorting/multiColumnSorting.js +8 -8
  681. package/plugins/multiColumnSorting/multiColumnSorting.mjs +6 -6
  682. package/plugins/multiColumnSorting/rootComparator.js +2 -0
  683. package/plugins/multiColumnSorting/rootComparator.mjs +1 -0
  684. package/plugins/multipleSelectionHandles/index.d.ts +1 -0
  685. package/plugins/multipleSelectionHandles/index.js +1 -1
  686. package/plugins/multipleSelectionHandles/multipleSelectionHandles.d.ts +21 -0
  687. package/plugins/multipleSelectionHandles/multipleSelectionHandles.js +9 -8
  688. package/plugins/multipleSelectionHandles/multipleSelectionHandles.mjs +7 -6
  689. package/plugins/nestedHeaders/index.d.ts +1 -0
  690. package/plugins/nestedHeaders/index.js +1 -1
  691. package/plugins/nestedHeaders/nestedHeaders.d.ts +17 -0
  692. package/plugins/nestedHeaders/nestedHeaders.js +24 -20
  693. package/plugins/nestedHeaders/nestedHeaders.mjs +22 -18
  694. package/plugins/nestedHeaders/stateManager/headersTree.js +13 -7
  695. package/plugins/nestedHeaders/stateManager/headersTree.mjs +12 -7
  696. package/plugins/nestedHeaders/stateManager/index.js +10 -7
  697. package/plugins/nestedHeaders/stateManager/index.mjs +10 -7
  698. package/plugins/nestedHeaders/stateManager/nodeModifiers/utils/tree.js +1 -1
  699. package/plugins/nestedHeaders/stateManager/settingsNormalizer.js +2 -0
  700. package/plugins/nestedHeaders/stateManager/settingsNormalizer.mjs +1 -0
  701. package/plugins/nestedHeaders/stateManager/sourceSettings.js +11 -7
  702. package/plugins/nestedHeaders/stateManager/sourceSettings.mjs +11 -7
  703. package/plugins/nestedHeaders/utils/ghostTable.js +4 -1
  704. package/plugins/nestedHeaders/utils/ghostTable.mjs +4 -1
  705. package/plugins/nestedRows/data/dataManager.js +42 -16
  706. package/plugins/nestedRows/data/dataManager.mjs +40 -15
  707. package/plugins/nestedRows/index.d.ts +1 -0
  708. package/plugins/nestedRows/index.js +1 -1
  709. package/plugins/nestedRows/nestedRows.d.ts +12 -0
  710. package/plugins/nestedRows/nestedRows.js +34 -35
  711. package/plugins/nestedRows/nestedRows.mjs +31 -33
  712. package/plugins/nestedRows/ui/_base.js +7 -4
  713. package/plugins/nestedRows/ui/_base.mjs +7 -4
  714. package/plugins/nestedRows/ui/collapsing.js +9 -8
  715. package/plugins/nestedRows/ui/collapsing.mjs +7 -7
  716. package/plugins/nestedRows/ui/contextMenu.js +5 -6
  717. package/plugins/nestedRows/ui/contextMenu.mjs +5 -6
  718. package/plugins/nestedRows/ui/headers.js +7 -8
  719. package/plugins/nestedRows/ui/headers.mjs +6 -7
  720. package/plugins/nestedRows/utils/rowMoveController.js +7 -6
  721. package/plugins/nestedRows/utils/rowMoveController.mjs +5 -5
  722. package/plugins/persistentState/index.d.ts +1 -0
  723. package/plugins/persistentState/persistentState.d.ts +13 -0
  724. package/plugins/persistentState/persistentState.js +15 -7
  725. package/plugins/persistentState/persistentState.mjs +14 -6
  726. package/plugins/persistentState/storage.js +2 -2
  727. package/plugins/persistentState/storage.mjs +2 -2
  728. package/plugins/registry.d.ts +9 -0
  729. package/plugins/registry.js +3 -1
  730. package/plugins/registry.mjs +1 -0
  731. package/plugins/search/index.d.ts +1 -0
  732. package/plugins/search/search.d.ts +28 -0
  733. package/plugins/search/search.js +10 -10
  734. package/plugins/search/search.mjs +10 -10
  735. package/plugins/touchScroll/index.d.ts +1 -0
  736. package/plugins/touchScroll/touchScroll.d.ts +13 -0
  737. package/plugins/touchScroll/touchScroll.js +16 -16
  738. package/plugins/touchScroll/touchScroll.mjs +15 -14
  739. package/plugins/trimRows/index.d.ts +1 -0
  740. package/plugins/trimRows/trimRows.d.ts +17 -0
  741. package/plugins/trimRows/trimRows.js +6 -6
  742. package/plugins/trimRows/trimRows.mjs +6 -6
  743. package/plugins/undoRedo/index.d.ts +1 -0
  744. package/plugins/undoRedo/index.js +1 -1
  745. package/plugins/undoRedo/undoRedo.d.ts +49 -0
  746. package/plugins/undoRedo/undoRedo.js +30 -32
  747. package/plugins/undoRedo/undoRedo.mjs +28 -31
  748. package/registry.d.ts +6 -0
  749. package/registry.js +46 -0
  750. package/registry.mjs +27 -0
  751. package/renderers/autocompleteRenderer/autocompleteRenderer.d.ts +5 -0
  752. package/renderers/autocompleteRenderer/autocompleteRenderer.js +1 -1
  753. package/renderers/autocompleteRenderer/index.d.ts +1 -0
  754. package/renderers/base.d.ts +3 -0
  755. package/renderers/baseRenderer/baseRenderer.d.ts +5 -0
  756. package/renderers/baseRenderer/baseRenderer.js +1 -1
  757. package/renderers/baseRenderer/index.d.ts +1 -0
  758. package/renderers/checkboxRenderer/checkboxRenderer.d.ts +5 -0
  759. package/renderers/checkboxRenderer/checkboxRenderer.js +3 -5
  760. package/renderers/checkboxRenderer/checkboxRenderer.mjs +3 -4
  761. package/renderers/checkboxRenderer/index.d.ts +1 -0
  762. package/renderers/htmlRenderer/htmlRenderer.d.ts +5 -0
  763. package/renderers/htmlRenderer/htmlRenderer.js +1 -1
  764. package/renderers/htmlRenderer/index.d.ts +1 -0
  765. package/renderers/index.d.ts +42 -0
  766. package/renderers/index.js +16 -2
  767. package/renderers/index.mjs +22 -7
  768. package/renderers/numericRenderer/index.d.ts +1 -0
  769. package/renderers/numericRenderer/numericRenderer.d.ts +5 -0
  770. package/renderers/numericRenderer/numericRenderer.js +1 -1
  771. package/renderers/passwordRenderer/index.d.ts +1 -0
  772. package/renderers/passwordRenderer/passwordRenderer.d.ts +5 -0
  773. package/renderers/passwordRenderer/passwordRenderer.js +1 -1
  774. package/renderers/registry.d.ts +18 -0
  775. package/renderers/registry.js +3 -2
  776. package/renderers/textRenderer/index.d.ts +1 -0
  777. package/renderers/textRenderer/textRenderer.d.ts +5 -0
  778. package/renderers/textRenderer/textRenderer.js +1 -1
  779. package/selection/highlight/constants.js +1 -1
  780. package/selection/highlight/highlight.js +10 -8
  781. package/selection/highlight/highlight.mjs +8 -7
  782. package/selection/highlight/types/activeHeader.js +4 -2
  783. package/selection/highlight/types/activeHeader.mjs +3 -2
  784. package/selection/highlight/types/area.js +4 -2
  785. package/selection/highlight/types/area.mjs +3 -2
  786. package/selection/highlight/types/cell.js +4 -2
  787. package/selection/highlight/types/cell.mjs +3 -2
  788. package/selection/highlight/types/customSelection.js +4 -2
  789. package/selection/highlight/types/customSelection.mjs +3 -2
  790. package/selection/highlight/types/fill.js +4 -2
  791. package/selection/highlight/types/fill.mjs +3 -2
  792. package/selection/highlight/types/header.js +4 -2
  793. package/selection/highlight/types/header.mjs +3 -2
  794. package/selection/highlight/types/index.js +4 -2
  795. package/selection/highlight/types/index.mjs +3 -2
  796. package/selection/highlight/visualSelection.js +9 -7
  797. package/selection/highlight/visualSelection.mjs +7 -6
  798. package/selection/index.d.ts +5 -0
  799. package/selection/index.js +2 -0
  800. package/selection/mouseEventHandler.js +4 -4
  801. package/selection/mouseEventHandler.mjs +3 -3
  802. package/selection/range.js +6 -6
  803. package/selection/range.mjs +5 -5
  804. package/selection/selection.js +18 -9
  805. package/selection/selection.mjs +17 -9
  806. package/selection/transformation.js +4 -3
  807. package/selection/transformation.mjs +4 -3
  808. package/selection/utils.js +6 -4
  809. package/selection/utils.mjs +3 -2
  810. package/settings.d.ts +208 -0
  811. package/tableView.js +21 -15
  812. package/tableView.mjs +19 -14
  813. package/translations/changesObservable/observable.js +11 -6
  814. package/translations/changesObservable/observable.mjs +11 -6
  815. package/translations/changesObservable/observer.js +7 -2
  816. package/translations/changesObservable/observer.mjs +7 -2
  817. package/translations/changesObservable/utils.js +1 -0
  818. package/translations/changesObservable/utils.mjs +1 -0
  819. package/translations/index.d.ts +1 -0
  820. package/translations/index.js +3 -1
  821. package/translations/indexMapper.d.ts +46 -0
  822. package/translations/indexMapper.js +38 -13
  823. package/translations/indexMapper.mjs +35 -12
  824. package/translations/mapCollections/aggregatedCollection.js +6 -6
  825. package/translations/mapCollections/aggregatedCollection.mjs +5 -5
  826. package/translations/mapCollections/index.js +2 -0
  827. package/translations/mapCollections/mapCollection.js +2 -2
  828. package/translations/mapCollections/mapCollection.mjs +1 -1
  829. package/translations/maps/hidingMap.js +6 -6
  830. package/translations/maps/hidingMap.mjs +5 -5
  831. package/translations/maps/indexMap.d.ts +10 -0
  832. package/translations/maps/indexMap.js +1 -1
  833. package/translations/maps/indexMap.mjs +1 -1
  834. package/translations/maps/indexesSequence.js +7 -7
  835. package/translations/maps/indexesSequence.mjs +6 -6
  836. package/translations/maps/linkedPhysicalIndexToValueMap.js +7 -5
  837. package/translations/maps/linkedPhysicalIndexToValueMap.mjs +6 -5
  838. package/translations/maps/physicalIndexToValueMap.js +7 -7
  839. package/translations/maps/physicalIndexToValueMap.mjs +6 -6
  840. package/translations/maps/trimmingMap.js +6 -6
  841. package/translations/maps/trimmingMap.mjs +5 -5
  842. package/translations/maps/utils/actionsOnIndexes.js +2 -0
  843. package/translations/maps/utils/actionsOnIndexes.mjs +1 -0
  844. package/translations/maps/utils/indexesSequence.js +2 -0
  845. package/translations/maps/utils/indexesSequence.mjs +1 -0
  846. package/translations/maps/utils/physicallyIndexed.js +2 -0
  847. package/translations/maps/utils/physicallyIndexed.mjs +1 -0
  848. package/utils/dataStructures/linkedList.js +3 -3
  849. package/utils/dataStructures/linkedList.mjs +3 -3
  850. package/utils/dataStructures/priorityMap.js +3 -1
  851. package/utils/dataStructures/priorityMap.mjs +1 -0
  852. package/utils/dataStructures/queue.js +1 -1
  853. package/utils/dataStructures/queue.mjs +1 -1
  854. package/utils/dataStructures/stack.js +1 -1
  855. package/utils/dataStructures/stack.mjs +1 -1
  856. package/utils/dataStructures/tree.js +6 -4
  857. package/utils/dataStructures/tree.mjs +4 -3
  858. package/utils/dataStructures/uniqueMap.js +2 -0
  859. package/utils/dataStructures/uniqueMap.mjs +1 -0
  860. package/utils/dataStructures/uniqueSet.js +2 -0
  861. package/utils/dataStructures/uniqueSet.mjs +1 -0
  862. package/utils/ghostTable.js +17 -5
  863. package/utils/ghostTable.mjs +16 -5
  864. package/utils/interval.js +2 -3
  865. package/utils/interval.mjs +1 -2
  866. package/utils/parseTable.d.ts +5 -0
  867. package/utils/parseTable.js +1 -1
  868. package/utils/rootInstance.js +3 -2
  869. package/utils/samplesGenerator.js +1 -2
  870. package/utils/samplesGenerator.mjs +1 -2
  871. package/utils/staticRegister.js +3 -1
  872. package/utils/staticRegister.mjs +1 -0
  873. package/validators/autocompleteValidator/autocompleteValidator.d.ts +5 -0
  874. package/validators/autocompleteValidator/autocompleteValidator.js +1 -1
  875. package/validators/autocompleteValidator/index.d.ts +1 -0
  876. package/validators/base.d.ts +6 -0
  877. package/validators/dateValidator/dateValidator.d.ts +5 -0
  878. package/validators/dateValidator/dateValidator.js +2 -2
  879. package/validators/dateValidator/index.d.ts +1 -0
  880. package/validators/index.d.ts +33 -0
  881. package/validators/index.js +13 -2
  882. package/validators/index.mjs +16 -4
  883. package/validators/numericValidator/index.d.ts +1 -0
  884. package/validators/numericValidator/numericValidator.d.ts +5 -0
  885. package/validators/numericValidator/numericValidator.js +1 -1
  886. package/validators/registry.d.ts +18 -0
  887. package/validators/registry.js +3 -2
  888. package/validators/timeValidator/index.d.ts +1 -0
  889. package/validators/timeValidator/timeValidator.d.ts +5 -0
  890. package/validators/timeValidator/timeValidator.js +3 -1
  891. package/validators/timeValidator/timeValidator.mjs +1 -0
  892. package/handsontable-general-terms.pdf +0 -0
  893. package/handsontable.d.ts +0 -2616
  894. package/plugins/formulas/autofill.js +0 -180
  895. package/plugins/formulas/autofill.mjs +0 -172
@@ -1,35 +1,32 @@
1
1
  /*!
2
2
  * Copyright (c) HANDSONCODE sp. z o. o.
3
3
  *
4
- * HANDSONTABLE is a software distributed by HANDSONCODE sp. z o. o.,
5
- * a Polish corporation, based in Gdynia, Poland, at 96/98 Aleja Zwycięstwa,
6
- * registered with the National Court Register under number 538651,
7
- * EU tax ID number: PL5862294002, share capital: PLN 62,800.00.
4
+ * HANDSONTABLE is a software distributed by HANDSONCODE sp. z o. o., a Polish corporation based in
5
+ * Gdynia, Poland, at Aleja Zwycięstwa 96-98, registered by the District Court in Gdansk under number
6
+ * 538651, EU tax ID number: PL5862294002, share capital: PLN 62,800.00.
8
7
  *
9
- * This software is protected by applicable copyright laws, including
10
- * international treaties, and dual-licensed – depending on whether
11
- * your use is intended for or may result in commercial advantage
12
- * or monetary compensation (commercial purposes), or not.
8
+ * This software is protected by applicable copyright laws, including international treaties, and dual-
9
+ * licensed – depending on whether your use for commercial purposes, meaning intended for or
10
+ * resulting in commercial advantage or monetary compensation, or not.
13
11
  *
14
- * If your use involves only such purposes as research, private study,
15
- * evaluation and the like, you agree to be bound by the terms included
16
- * in the "handsontable-non-commercial-license.pdf" file, available
17
- * in the main directory of this software repository.
12
+ * If your use is strictly personal or solely for evaluation purposes, meaning for the purposes of testing
13
+ * the suitability, performance, and usefulness of this software outside the production environment,
14
+ * you agree to be bound by the terms included in the "handsontable-non-commercial-license.pdf" file.
18
15
  *
19
- * By installing, copying, or otherwise using this software for
20
- * commercial purposes, you agree to be bound by the terms included
21
- * in the "handsontable-general-terms.pdf" file, available in the main
22
- * directory of this software repository.
16
+ * Your use of this software for commercial purposes is subject to the terms included in an applicable
17
+ * license agreement.
23
18
  *
24
- * HANDSONCODE PROVIDES THIS SOFTWARE ON AN "AS IS" BASIS,
25
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND. IN NO EVENT
26
- * AND UNDER NO LEGAL THEORY, SHALL HANDSONCODE BE LIABLE
27
- * TO YOU FOR DAMAGES, INCLUDING ANY DIRECT, INDIRECT, SPECIAL,
28
- * INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING
29
- * FROM USE OR INABILITY TO USE THIS SOFTWARE.
19
+ * In any case, you must not make any such use of this software as to develop software which may be
20
+ * considered competitive with this software.
30
21
  *
31
- * Version: 9.0.2
32
- * Release date: 28/07/2021 (built at 28/07/2021 09:12:20)
22
+ * UNLESS EXPRESSLY AGREED OTHERWISE, HANDSONCODE PROVIDES THIS SOFTWARE ON AN "AS IS"
23
+ * BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, AND IN NO EVENT AND UNDER NO
24
+ * LEGAL THEORY, SHALL HANDSONCODE BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY DIRECT,
25
+ * INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING FROM
26
+ * USE OR INABILITY TO USE THIS SOFTWARE.
27
+ *
28
+ * Version: 11.1.0
29
+ * Release date: 13/01/2022 (built at 13/01/2022 12:30:12)
33
30
  */
34
31
  /**
35
32
  * Fix for bootstrap styles
@@ -84,10 +81,10 @@
84
81
  .col-lg-1.handsontable, .col-lg-10.handsontable, .col-lg-11.handsontable, .col-lg-12.handsontable,
85
82
  .col-lg-2.handsontable, .col-lg-3.handsontable, .col-lg-4.handsontable, .col-lg-5.handsontable, .col-lg-6.handsontable, .col-lg-7.handsontable, .col-lg-8.handsontable, .col-lg-9.handsontable,
86
83
  .col-md-1.handsontable, .col-md-10.handsontable, .col-md-11.handsontable, .col-md-12.handsontable,
87
- .col-md-2.handsontable, .col-md-3.handsontable, .col-md-4.handsontable, .col-md-5.handsontable, .col-md-6.handsontable, .col-md-7.handsontable, .col-md-8.handsontable, .col-md-9.handsontable
88
- .col-sm-1.handsontable, .col-sm-10.handsontable, .col-sm-11.handsontable, .col-sm-12.handsontable,
89
- .col-sm-2.handsontable, .col-sm-3.handsontable, .col-sm-4.handsontable, .col-sm-5.handsontable, .col-sm-6.handsontable, .col-sm-7.handsontable, .col-sm-8.handsontable, .col-sm-9.handsontable
90
- .col-xs-1.handsontable, .col-xs-10.handsontable, .col-xs-11.handsontable, .col-xs-12.handsontable,
84
+ .col-md-2.handsontable, .col-md-3.handsontable, .col-md-4.handsontable, .col-md-5.handsontable, .col-md-6.handsontable, .col-md-7.handsontable, .col-md-8.handsontable, .col-md-9.handsontable .col-sm-1.handsontable,
85
+ .col-sm-10.handsontable, .col-sm-11.handsontable, .col-sm-12.handsontable,
86
+ .col-sm-2.handsontable, .col-sm-3.handsontable, .col-sm-4.handsontable, .col-sm-5.handsontable, .col-sm-6.handsontable, .col-sm-7.handsontable, .col-sm-8.handsontable, .col-sm-9.handsontable .col-xs-1.handsontable,
87
+ .col-xs-10.handsontable, .col-xs-11.handsontable, .col-xs-12.handsontable,
91
88
  .col-xs-2.handsontable, .col-xs-3.handsontable, .col-xs-4.handsontable, .col-xs-5.handsontable, .col-xs-6.handsontable, .col-xs-7.handsontable, .col-xs-8.handsontable, .col-xs-9.handsontable {
92
89
  padding-left: 0;
93
90
  padding-right: 0;
@@ -96,7 +93,6 @@
96
93
  .handsontable .table-striped > tbody > tr:nth-of-type(even) {
97
94
  background-color: #FFF;
98
95
  }
99
-
100
96
  .handsontable {
101
97
  position: relative;
102
98
  }
@@ -115,7 +111,8 @@
115
111
 
116
112
  .handsontable .wtSpreader {
117
113
  position: relative;
118
- width: 0; /*must be 0, otherwise blank space appears in scroll demo after scrolling max to the right */
114
+ /*must be 0, otherwise blank space appears in scroll demo after scrolling max to the right */
115
+ width: 0;
119
116
  height: auto;
120
117
  }
121
118
 
@@ -146,7 +143,8 @@
146
143
  -moz-user-select: none;
147
144
  -o-user-select: none;
148
145
  -ms-user-select: none;
149
- user-select: none; */ /* no browser supports unprefixed version */
146
+ user-select: none; // no browser supports unprefixed version
147
+ */
150
148
  border-spacing: 0;
151
149
  margin: 0;
152
150
  border-width: 0;
@@ -185,22 +183,54 @@
185
183
  white-space: pre-wrap;
186
184
  }
187
185
 
186
+ [dir=rtl] .handsontable th,
187
+ [dir=rtl] .handsontable td {
188
+ border-right-width: 0;
189
+ border-left: 1px solid #ccc;
190
+ }
191
+
188
192
  .handsontable th:last-child {
189
193
  /*Foundation framework fix*/
190
194
  border-right: 1px solid #ccc;
191
195
  border-bottom: 1px solid #ccc;
192
196
  }
193
197
 
198
+ [dir=rtl] .handsontable th:last-child {
199
+ /*Foundation framework fix*/
200
+ border-left: 1px solid #ccc;
201
+ }
202
+
194
203
  .handsontable th:first-child,
195
204
  .handsontable th:nth-child(2),
196
205
  .handsontable td:first-of-type {
197
206
  border-left: 1px solid #ccc;
198
207
  }
199
208
 
209
+ [dir=rtl] .handsontable th:first-child,
210
+ [dir=rtl] .handsontable th:nth-child(2),
211
+ [dir=rtl] .handsontable td:first-of-type {
212
+ border-right: 1px solid #ccc;
213
+ }
214
+
215
+ /* It removes double right border from first column header when row headers are disabled */
216
+ .handsontable .ht_clone_top th:nth-child(2) {
217
+ border-left-width: 0;
218
+ border-right: 1px solid #ccc;
219
+ }
220
+
221
+ [dir=rtl] .handsontable .ht_clone_top th:nth-child(2) {
222
+ border-right-width: 0;
223
+ border-left: 1px solid #ccc;
224
+ }
225
+
200
226
  .handsontable.htRowHeaders thead tr th:nth-child(2) {
201
227
  border-left: 1px solid #ccc;
202
228
  }
203
229
 
230
+ [dir=rtl] .handsontable.htRowHeaders thead tr th:nth-child(2) {
231
+ border-right: 1px solid #ccc;
232
+ }
233
+
204
234
  .handsontable tr:first-child th,
205
235
  .handsontable tr:first-child td {
206
236
  border-top: 1px solid #ccc;
@@ -209,6 +239,13 @@
209
239
  .ht_master:not(.innerBorderLeft):not(.emptyColumns) ~ .handsontable tbody tr th,
210
240
  .ht_master:not(.innerBorderLeft):not(.emptyColumns) ~ .handsontable:not(.ht_clone_top) thead tr th:first-child {
211
241
  border-right-width: 0;
242
+ border-left: 1px solid #ccc;
243
+ }
244
+
245
+ [dir=rtl] .ht_master:not(.innerBorderLeft):not(.emptyColumns) ~ .handsontable tbody tr th,
246
+ [dir=rtl] .ht_master:not(.innerBorderLeft):not(.emptyColumns) ~ .handsontable:not(.ht_clone_top) thead tr th:first-child {
247
+ border-left-width: 0;
248
+ border-right: 1px solid #ccc;
212
249
  }
213
250
 
214
251
  /*
@@ -237,6 +274,7 @@ innerBorderBottom - Property controlled by bottom overlay
237
274
  .handsontable th.active {
238
275
  background-color: #ccc;
239
276
  }
277
+
240
278
  .handsontable thead th .relative {
241
279
  padding: 2px 4px;
242
280
  }
@@ -251,6 +289,7 @@ innerBorderBottom - Property controlled by bottom overlay
251
289
  position: absolute;
252
290
  font-size: 0;
253
291
  }
292
+
254
293
  .handsontable .wtBorder.hidden {
255
294
  display: none !important;
256
295
  }
@@ -259,15 +298,16 @@ innerBorderBottom - Property controlled by bottom overlay
259
298
  .handsontable .wtBorder.current {
260
299
  z-index: 10;
261
300
  }
301
+
262
302
  .handsontable .wtBorder.area {
263
303
  z-index: 8;
264
304
  }
305
+
265
306
  .handsontable .wtBorder.fill {
266
307
  z-index: 6;
267
308
  }
268
309
 
269
310
  /* fill handle */
270
-
271
311
  .handsontable .wtBorder.corner {
272
312
  font-size: 0;
273
313
  cursor: crosshair;
@@ -316,10 +356,18 @@ innerBorderBottom - Property controlled by bottom overlay
316
356
  border-right: 1px solid #ccc;
317
357
  }
318
358
 
359
+ [dir=rtl] .handsontable tbody tr th:nth-last-child(2) {
360
+ border-left: 1px solid #ccc;
361
+ }
362
+
319
363
  .ht_clone_top_left_corner thead tr th:nth-last-child(2) {
320
364
  border-right: 1px solid #ccc;
321
365
  }
322
366
 
367
+ [dir=rtl] .ht_clone_top_left_corner thead tr th:nth-last-child(2) {
368
+ border-left: 1px solid #ccc;
369
+ }
370
+
323
371
  .handsontable col.hidden {
324
372
  width: 0 !important;
325
373
  }
@@ -352,9 +400,17 @@ innerBorderBottom - Property controlled by bottom overlay
352
400
  .ht_clone_bottom .wtHolder {
353
401
  overflow: hidden;
354
402
  }
355
-
403
+ @charset "UTF-8";
356
404
  .handsontable {
357
405
  touch-action: manipulation;
406
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif;
407
+ font-size: 13px;
408
+ font-weight: normal;
409
+ color: #373737;
410
+ }
411
+
412
+ .handsontable a {
413
+ color: #104acc;
358
414
  }
359
415
 
360
416
  .handsontable.htAutoSize {
@@ -365,7 +421,8 @@ innerBorderBottom - Property controlled by bottom overlay
365
421
  }
366
422
 
367
423
  .handsontable td.htInvalid {
368
- background-color: #ff4c42 !important; /*gives priority over td.area selection background*/
424
+ /*gives priority over td.area selection background*/
425
+ background-color: #ff4c42 !important;
369
426
  }
370
427
 
371
428
  .handsontable td.htNoWrap {
@@ -373,19 +430,20 @@ innerBorderBottom - Property controlled by bottom overlay
373
430
  }
374
431
 
375
432
  #hot-display-license-info {
433
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif;
376
434
  font-size: 10px;
377
- color: #323232 ;
435
+ font-weight: normal;
436
+ color: #373737;
378
437
  padding: 5px 0 3px 0;
379
- font-family: Helvetica, Arial, sans-serif;
380
438
  text-align: left;
381
439
  }
382
440
 
383
441
  #hot-display-license-info a {
442
+ color: #104acc;
384
443
  font-size: 10px;
385
444
  }
386
445
 
387
446
  /* plugins */
388
-
389
447
  /* row + column resizer*/
390
448
  .handsontable .manualColumnResizer {
391
449
  position: absolute;
@@ -447,18 +505,20 @@ innerBorderBottom - Property controlled by bottom overlay
447
505
  .handsontable .columnSorting.sortAction:hover {
448
506
  text-decoration: underline;
449
507
  cursor: pointer;
450
- }/* Arrow position */
508
+ }
509
+
510
+ /* Arrow position */
451
511
  .handsontable span.colHeader.columnSorting::before {
452
512
  /* Centering start */
453
513
  top: 50%;
454
- margin-top: -6px; /* One extra pixel for purpose of proper positioning of sorting arrow, when `font-size` set to default */
514
+ /* One extra pixel for purpose of proper positioning of sorting arrow, when `font-size` set to default */
515
+ margin-top: -6px;
455
516
  /* Centering end */
456
-
457
- padding-left: 8px; /* For purpose of continuous mouse over experience, when moving between the `span` and the `::before` elements */
517
+ /* For purpose of continuous mouse over experience, when moving between the `span` and the `::before` elements */
518
+ padding-left: 8px;
458
519
  position: absolute;
459
520
  right: -9px;
460
-
461
- content: '';
521
+ content: "";
462
522
  height: 10px;
463
523
  width: 5px;
464
524
  background-size: contain;
@@ -477,7 +537,7 @@ innerBorderBottom - Property controlled by bottom overlay
477
537
  }
478
538
 
479
539
  .htGhostTable .htCore span.colHeader.columnSorting:not(.indicatorDisabled)::after {
480
- content: '*';
540
+ content: "*";
481
541
  display: inline-block;
482
542
  position: relative;
483
543
  /* The multi-line header and header with longer text need more padding to not hide arrow,
@@ -504,51 +564,58 @@ innerBorderBottom - Property controlled by bottom overlay
504
564
  .handsontable td.area-5:before,
505
565
  .handsontable td.area-6:before,
506
566
  .handsontable td.area-7:before {
507
- content: '';
567
+ content: "";
508
568
  position: absolute;
509
569
  top: 0;
510
570
  left: 0;
511
571
  right: 0;
512
572
  bottom: 0;
513
- bottom: -100%\9; /* Fix for IE9 to spread the ":before" pseudo element to 100% height of the parent element */
573
+ /* Fix for IE9 to spread the ":before" pseudo element to 100% height of the parent element */
574
+ bottom: -100% \9 ;
514
575
  background: #005eff;
515
576
  }
516
577
 
517
578
  /* Fix for IE10 and IE11 to spread the ":before" pseudo element to 100% height of the parent element */
518
579
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
519
580
  .handsontable td.area:before,
520
- .handsontable td.area-1:before,
521
- .handsontable td.area-2:before,
522
- .handsontable td.area-3:before,
523
- .handsontable td.area-4:before,
524
- .handsontable td.area-5:before,
525
- .handsontable td.area-6:before,
526
- .handsontable td.area-7:before {
581
+ .handsontable td.area-1:before,
582
+ .handsontable td.area-2:before,
583
+ .handsontable td.area-3:before,
584
+ .handsontable td.area-4:before,
585
+ .handsontable td.area-5:before,
586
+ .handsontable td.area-6:before,
587
+ .handsontable td.area-7:before {
527
588
  bottom: -100%;
528
589
  }
529
590
  }
530
-
531
591
  .handsontable td.area:before {
532
592
  opacity: 0.1;
533
593
  }
594
+
534
595
  .handsontable td.area-1:before {
535
596
  opacity: 0.2;
536
597
  }
598
+
537
599
  .handsontable td.area-2:before {
538
600
  opacity: 0.27;
539
601
  }
602
+
540
603
  .handsontable td.area-3:before {
541
604
  opacity: 0.35;
542
605
  }
606
+
543
607
  .handsontable td.area-4:before {
544
608
  opacity: 0.41;
545
609
  }
610
+
546
611
  .handsontable td.area-5:before {
547
612
  opacity: 0.47;
548
613
  }
614
+
549
615
  .handsontable td.area-6:before {
550
616
  opacity: 0.54;
551
617
  }
618
+
552
619
  .handsontable td.area-7:before {
553
620
  opacity: 0.58;
554
621
  }
@@ -605,7 +672,6 @@ innerBorderBottom - Property controlled by bottom overlay
605
672
  /*
606
673
  TextRenderer readOnly cell
607
674
  */
608
-
609
675
  .handsontable .htDimmed {
610
676
  color: #777;
611
677
  }
@@ -614,47 +680,51 @@ TextRenderer readOnly cell
614
680
  position: relative;
615
681
  }
616
682
 
617
- .handsontable .htSubmenu :after{
618
- content: '\25B6';
683
+ .handsontable .htSubmenu :after {
684
+ content: "▶";
619
685
  color: #777;
620
686
  position: absolute;
621
687
  right: 5px;
622
688
  font-size: 9px;
623
689
  }
624
690
 
625
-
626
691
  /*
627
692
  TextRenderer horizontal alignment
628
693
  */
629
- .handsontable .htLeft{
694
+ .handsontable .htLeft {
630
695
  text-align: left;
631
696
  }
632
- .handsontable .htCenter{
697
+
698
+ .handsontable .htCenter {
633
699
  text-align: center;
634
700
  }
635
- .handsontable .htRight{
701
+
702
+ .handsontable .htRight {
636
703
  text-align: right;
637
704
  }
638
- .handsontable .htJustify{
705
+
706
+ .handsontable .htJustify {
639
707
  text-align: justify;
640
708
  }
709
+
641
710
  /*
642
711
  TextRenderer vertical alignment
643
712
  */
644
- .handsontable .htTop{
713
+ .handsontable .htTop {
645
714
  vertical-align: top;
646
715
  }
647
- .handsontable .htMiddle{
716
+
717
+ .handsontable .htMiddle {
648
718
  vertical-align: middle;
649
719
  }
650
- .handsontable .htBottom{
720
+
721
+ .handsontable .htBottom {
651
722
  vertical-align: bottom;
652
723
  }
653
724
 
654
725
  /*
655
726
  TextRenderer placeholder value
656
727
  */
657
-
658
728
  .handsontable .htPlaceholder {
659
729
  color: #999;
660
730
  }
@@ -662,7 +732,6 @@ TextRenderer placeholder value
662
732
  /**
663
733
  * Handsontable listbox theme
664
734
  */
665
-
666
735
  .handsontable.listbox {
667
736
  margin: 0;
668
737
  }
@@ -718,29 +787,27 @@ TextRenderer placeholder value
718
787
  .collapsibleIndicator {
719
788
  position: absolute;
720
789
  top: 50%;
721
- transform: translate(0% ,-50%);
790
+ transform: translate(0%, -50%);
722
791
  right: 5px;
723
792
  border: 1px solid #A6A6A6;
724
- line-height: 10px;
793
+ line-height: 8px;
725
794
  color: #222;
726
795
  border-radius: 10px;
727
796
  font-size: 10px;
728
797
  width: 10px;
729
798
  height: 10px;
730
799
  cursor: pointer;
731
- -webkit-box-shadow: 0 0 0 6px rgba(238,238,238,1);
732
- -moz-box-shadow: 0 0 0 6px rgba(238,238,238,1);
733
- box-shadow: 0 0 0 6px rgba(238,238,238,1);
800
+ -webkit-box-shadow: 0 0 0 6px #eeeeee;
801
+ -moz-box-shadow: 0 0 0 6px #eeeeee;
802
+ box-shadow: 0 0 0 6px #eeeeee;
734
803
  background: #eee;
735
804
  text-align: center;
736
805
  }
737
-
738
806
  /*
739
807
 
740
808
  Handsontable Mobile Text Editor stylesheet
741
809
 
742
810
  */
743
-
744
811
  .handsontable.mobile,
745
812
  .handsontable.mobile .wtHolder {
746
813
  -webkit-touch-callout: none;
@@ -749,7 +816,7 @@ TextRenderer placeholder value
749
816
  -moz-user-select: none;
750
817
  -ms-user-select: none;
751
818
  user-select: none;
752
- -webkit-tap-highlight-color: rgba(0,0,0,0);
819
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
753
820
  -webkit-overflow-scrolling: touch;
754
821
  }
755
822
 
@@ -787,11 +854,9 @@ TextRenderer placeholder value
787
854
  animation-fill-mode: forwards;
788
855
  -webkit-animation-fill-mode: forwards;
789
856
  }
790
-
791
857
  /*
792
858
  AutocompleteRenderer down arrow
793
859
  */
794
-
795
860
  .handsontable .htAutocompleteArrow {
796
861
  float: right;
797
862
  font-size: 10px;
@@ -808,16 +873,17 @@ AutocompleteRenderer down arrow
808
873
  .handsontable td.area .htAutocompleteArrow {
809
874
  color: #d3d3d3;
810
875
  }
811
-
812
876
  /*
813
877
  CheckboxRenderer
814
878
  */
815
879
  .handsontable .htCheckboxRendererInput {
816
880
  display: inline-block;
817
881
  }
882
+
818
883
  .handsontable .htCheckboxRendererInput.noValue {
819
884
  opacity: 0.5;
820
885
  }
886
+
821
887
  .handsontable .htCheckboxRendererLabel {
822
888
  font-size: inherit;
823
889
  vertical-align: middle;
@@ -828,13 +894,12 @@ CheckboxRenderer
828
894
  .handsontable .htCheckboxRendererLabel.fullWidth {
829
895
  width: 100%;
830
896
  }
831
-
832
897
  .htCommentCell {
833
898
  position: relative;
834
899
  }
835
900
 
836
901
  .htCommentCell:after {
837
- content: '';
902
+ content: "";
838
903
  position: absolute;
839
904
  top: 0;
840
905
  right: 0;
@@ -868,15 +933,14 @@ CheckboxRenderer
868
933
  box-shadow: rgba(0, 0, 0, 0.117647) 0 1px 3px, rgba(0, 0, 0, 0.239216) 0 1px 2px, inset 0 0 0 1px #5292f7;
869
934
  border-left: 3px solid #5292f7;
870
935
  }
871
-
872
936
  /*!
873
937
  * Handsontable ContextMenu
874
938
  */
875
-
876
939
  .htContextMenu:not(.htGhostTable) {
877
940
  display: none;
878
941
  position: absolute;
879
- z-index: 1060; /* needs to be higher than 1050 - z-index for Twitter Bootstrap modal (#1569) */
942
+ /* needs to be higher than 1050 - z-index for Twitter Bootstrap modal (#1569) */
943
+ z-index: 1060;
880
944
  }
881
945
 
882
946
  .htContextMenu .ht_clone_top,
@@ -955,7 +1019,6 @@ CheckboxRenderer
955
1019
  .htContextMenu .ht_master .wtHolder {
956
1020
  overflow: hidden;
957
1021
  }
958
-
959
1022
  textarea.HandsontableCopyPaste {
960
1023
  position: fixed !important;
961
1024
  top: 0 !important;
@@ -964,311 +1027,118 @@ textarea.HandsontableCopyPaste {
964
1027
  opacity: 0;
965
1028
  outline: 0 none !important;
966
1029
  }
967
-
968
- .htRowHeaders .ht_master.innerBorderLeft ~ .ht_clone_top_left_corner th:nth-child(2),
969
- .htRowHeaders .ht_master.innerBorderLeft ~ .ht_clone_left td:first-of-type {
970
- border-left: 0 none;
1030
+ @charset "UTF-8";
1031
+ /*!
1032
+ * Handsontable DropdownMenu
1033
+ */
1034
+ .handsontable .changeType {
1035
+ background: #eee;
1036
+ border-radius: 2px;
1037
+ border: 1px solid #bbb;
1038
+ color: #bbb;
1039
+ font-size: 9px;
1040
+ line-height: 9px;
1041
+ padding: 2px;
1042
+ margin: 3px 1px 0 5px;
1043
+ float: right;
971
1044
  }
972
1045
 
973
- .handsontable .wtHider {
974
- position: relative;
975
- }
976
- .handsontable.ht__manualColumnMove.after-selection--columns thead th.ht__highlight {
977
- cursor: move;
978
- cursor: -moz-grab;
979
- cursor: -webkit-grab;
980
- cursor: grab;
981
- }
982
- .handsontable.ht__manualColumnMove.on-moving--columns,
983
- .handsontable.ht__manualColumnMove.on-moving--columns thead th.ht__highlight {
984
- cursor: move;
985
- cursor: -moz-grabbing;
986
- cursor: -webkit-grabbing;
987
- cursor: grabbing;
988
- }
989
- .handsontable.ht__manualColumnMove.on-moving--columns .manualColumnResizer {
990
- display: none;
991
- }
992
- .handsontable .ht__manualColumnMove--guideline,
993
- .handsontable .ht__manualColumnMove--backlight {
994
- position: absolute;
995
- height: 100%;
996
- display: none;
997
- }
998
- .handsontable .ht__manualColumnMove--guideline {
999
- background: #757575;
1000
- width: 2px;
1001
- top: 0;
1002
- margin-left: -1px;
1003
- z-index: 205;
1004
- }
1005
- .handsontable .ht__manualColumnMove--backlight {
1006
- background: #343434;
1007
- background: rgba(52, 52, 52, 0.25);
1008
- display: none;
1009
- z-index: 205;
1010
- pointer-events: none;
1011
- }
1012
- .handsontable.on-moving--columns.show-ui .ht__manualColumnMove--guideline,
1013
- .handsontable.on-moving--columns .ht__manualColumnMove--backlight {
1014
- display: block;
1046
+ .handsontable .changeType:before {
1047
+ content: "▼ ";
1015
1048
  }
1016
1049
 
1017
- .handsontable .wtHider {
1018
- position: relative;
1019
- }
1020
- .handsontable.ht__manualRowMove.after-selection--rows tbody th.ht__highlight {
1021
- cursor: move;
1022
- cursor: -moz-grab;
1023
- cursor: -webkit-grab;
1024
- cursor: grab;
1025
- }
1026
- .handsontable.ht__manualRowMove.on-moving--rows,
1027
- .handsontable.ht__manualRowMove.on-moving--rows tbody th.ht__highlight {
1028
- cursor: move;
1029
- cursor: -moz-grabbing;
1030
- cursor: -webkit-grabbing;
1031
- cursor: grabbing;
1050
+ .handsontable .changeType:hover {
1051
+ border: 1px solid #777;
1052
+ color: #777;
1053
+ cursor: pointer;
1032
1054
  }
1033
- .handsontable.ht__manualRowMove.on-moving--rows .manualRowResizer {
1055
+
1056
+ .htDropdownMenu:not(.htGhostTable) {
1034
1057
  display: none;
1035
- }
1036
- .handsontable .ht__manualRowMove--guideline,
1037
- .handsontable .ht__manualRowMove--backlight {
1038
1058
  position: absolute;
1039
- width: 100%;
1040
- display: none;
1041
- }
1042
- .handsontable .ht__manualRowMove--guideline {
1043
- background: #757575;
1044
- height: 2px;
1045
- left: 0;
1046
- margin-top: -1px;
1047
- z-index: 205;
1059
+ /* needs to be higher than 1050 - z-index for Twitter Bootstrap modal (#1569) */
1060
+ z-index: 1060;
1048
1061
  }
1049
- .handsontable .ht__manualRowMove--backlight {
1050
- background: #343434;
1051
- background: rgba(52, 52, 52, 0.25);
1062
+
1063
+ .htDropdownMenu .ht_clone_top,
1064
+ .htDropdownMenu .ht_clone_left,
1065
+ .htDropdownMenu .ht_clone_corner {
1052
1066
  display: none;
1053
- z-index: 205;
1054
- pointer-events: none;
1055
- }
1056
- .handsontable.on-moving--rows.show-ui .ht__manualRowMove--guideline,
1057
- .handsontable.on-moving--rows .ht__manualRowMove--backlight {
1058
- display: block;
1059
1067
  }
1060
1068
 
1061
- .handsontable tbody td[rowspan][class*="area"][class*="highlight"]:not([class*="fullySelectedMergedCell"]):before {
1062
- opacity: 0;
1069
+ .htDropdownMenu table.htCore {
1070
+ border: 1px solid #bbb;
1071
+ border-bottom-width: 2px;
1072
+ border-right-width: 2px;
1063
1073
  }
1064
1074
 
1065
- .handsontable tbody td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-multiple"]:before {
1066
- opacity: 0.1;
1075
+ .htDropdownMenu .wtBorder {
1076
+ visibility: hidden;
1067
1077
  }
1068
1078
 
1069
- .handsontable tbody td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-0"]:before {
1070
- opacity: 0.1;
1079
+ .htDropdownMenu table tbody tr td {
1080
+ background: white;
1081
+ border-width: 0;
1082
+ padding: 4px 6px 0 6px;
1083
+ cursor: pointer;
1084
+ overflow: hidden;
1085
+ white-space: nowrap;
1086
+ text-overflow: ellipsis;
1071
1087
  }
1072
1088
 
1073
- .handsontable tbody td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-1"]:before {
1074
- opacity: 0.2;
1089
+ .htDropdownMenu table tbody tr td:first-child {
1090
+ border: 0;
1075
1091
  }
1076
1092
 
1077
- .handsontable tbody td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-2"]:before {
1078
- opacity: 0.27;
1093
+ .htDropdownMenu table tbody tr td.htDimmed {
1094
+ font-style: normal;
1095
+ color: #323232;
1079
1096
  }
1080
1097
 
1081
- .handsontable tbody td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-3"]:before {
1082
- opacity: 0.35;
1098
+ .htDropdownMenu table tbody tr td.current,
1099
+ .htDropdownMenu table tbody tr td.zeroclipboard-is-hover {
1100
+ background: #e9e9e9;
1083
1101
  }
1084
1102
 
1085
- .handsontable tbody td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-4"]:before {
1086
- opacity: 0.41;
1103
+ .htDropdownMenu table tbody tr td.htSeparator {
1104
+ border-top: 1px solid #e6e6e6;
1105
+ height: 0;
1106
+ padding: 0;
1107
+ cursor: default;
1087
1108
  }
1088
1109
 
1089
- .handsontable tbody td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-5"]:before {
1090
- opacity: 0.47;
1110
+ .htDropdownMenu table tbody tr td.htDisabled {
1111
+ color: #999;
1091
1112
  }
1092
1113
 
1093
- .handsontable tbody td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-6"]:before {
1094
- opacity: 0.54;
1114
+ .htDropdownMenu table tbody tr td.htDisabled:hover {
1115
+ background: #fff;
1116
+ color: #999;
1117
+ cursor: default;
1095
1118
  }
1096
1119
 
1097
- .handsontable tbody td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-7"]:before {
1098
- opacity: 0.58;
1120
+ .htDropdownMenu:not(.htGhostTable) table tbody tr.htHidden {
1121
+ display: none;
1099
1122
  }
1100
1123
 
1101
- /* Column's number position */
1102
- .handsontable span.colHeader.columnSorting::after {
1103
- /* Centering start */
1104
- top: 50%;
1105
- margin-top: -2px; /* Two extra pixels (-2 instead of -4) for purpose of proper positioning of numeric indicators, when `font-size` set to default */
1106
- /* Centering end */
1124
+ .htDropdownMenu table tbody tr td .htItemWrapper {
1125
+ margin-left: 10px;
1126
+ margin-right: 10px;
1127
+ }
1107
1128
 
1129
+ .htDropdownMenu table tbody tr td div span.selected {
1130
+ margin-top: -2px;
1108
1131
  position: absolute;
1109
- right: -15px;
1110
- padding-left: 5px; ; /* For purpose of continuous mouse over experience, when moving between the `::before` and the `::after` elements */
1111
-
1112
- font-size: 8px;
1113
- height: 8px;
1114
- line-height: 1.1;
1115
- text-decoration: underline; /* Workaround for IE9 - IE11 */
1116
- }
1117
-
1118
- /* Workaround for IE9 - IE11, https://stackoverflow.com/a/21902566, https://stackoverflow.com/a/32120247 */
1119
- .handsontable span.colHeader.columnSorting::after {
1120
- text-decoration: none;
1121
- }
1122
-
1123
- /* We support up to 7 numeric indicators, describing order of column in sorted columns queue */
1124
- .handsontable span.colHeader.columnSorting[class^="sort-"]::after,
1125
- .handsontable span.colHeader.columnSorting[class*=" sort-"]::after {
1126
- content: "+"
1127
- }
1128
-
1129
- .handsontable span.colHeader.columnSorting.sort-1::after {
1130
- content: '1';
1131
- }
1132
-
1133
- .handsontable span.colHeader.columnSorting.sort-2::after {
1134
- content: '2';
1135
- }
1136
-
1137
- .handsontable span.colHeader.columnSorting.sort-3::after {
1138
- content: '3';
1139
- }
1140
-
1141
- .handsontable span.colHeader.columnSorting.sort-4::after {
1142
- content: '4';
1143
- }
1144
-
1145
- .handsontable span.colHeader.columnSorting.sort-5::after {
1146
- content: '5';
1147
- }
1148
-
1149
- .handsontable span.colHeader.columnSorting.sort-6::after {
1150
- content: '6';
1151
- }
1152
-
1153
- .handsontable span.colHeader.columnSorting.sort-7::after {
1154
- content: '7';
1155
- }
1156
-
1157
- /* Drop-down menu widens header by 5 pixels, sort sequence numbers won't overlap the icon; mainly for the IE9+ */
1158
- .htGhostTable th div button.changeType + span.colHeader.columnSorting:not(.indicatorDisabled) {
1159
- padding-right: 5px;
1160
- }
1161
-
1162
- /*!
1163
- * Handsontable DropdownMenu
1164
- */
1165
- .handsontable .changeType {
1166
- background: #eee;
1167
- border-radius: 2px;
1168
- border: 1px solid #bbb;
1169
- color: #bbb;
1170
- font-size: 9px;
1171
- line-height: 9px;
1172
- padding: 2px;
1173
- margin: 3px 1px 0 5px;
1174
- float: right;
1175
- }
1176
- .handsontable .changeType:before {
1177
- content: '\25BC\ ';
1178
- }
1179
-
1180
- .handsontable .changeType:hover {
1181
- border: 1px solid #777;
1182
- color: #777;
1183
- cursor: pointer;
1184
- }
1185
-
1186
- .htDropdownMenu:not(.htGhostTable) {
1187
- display: none;
1188
- position: absolute;
1189
- z-index: 1060; /* needs to be higher than 1050 - z-index for Twitter Bootstrap modal (#1569) */
1190
- }
1191
-
1192
- .htDropdownMenu .ht_clone_top,
1193
- .htDropdownMenu .ht_clone_left,
1194
- .htDropdownMenu .ht_clone_corner {
1195
- display: none;
1196
- }
1197
-
1198
- .htDropdownMenu table.htCore {
1199
- border: 1px solid #bbb;
1200
- border-bottom-width: 2px;
1201
- border-right-width: 2px;
1202
- }
1203
-
1204
- .htDropdownMenu .wtBorder {
1205
- visibility: hidden;
1206
- }
1207
-
1208
- .htDropdownMenu table tbody tr td {
1209
- background: white;
1210
- border-width: 0;
1211
- padding: 4px 6px 0 6px;
1212
- cursor: pointer;
1213
- overflow: hidden;
1214
- white-space: nowrap;
1215
- text-overflow: ellipsis;
1216
- }
1217
-
1218
- .htDropdownMenu table tbody tr td:first-child {
1219
- border: 0;
1220
- }
1221
-
1222
- .htDropdownMenu table tbody tr td.htDimmed {
1223
- font-style: normal;
1224
- color: #323232;
1225
- }
1226
-
1227
- .htDropdownMenu table tbody tr td.current,
1228
- .htDropdownMenu table tbody tr td.zeroclipboard-is-hover {
1229
- background: #e9e9e9;
1230
- }
1231
-
1232
- .htDropdownMenu table tbody tr td.htSeparator {
1233
- border-top: 1px solid #e6e6e6;
1234
- height: 0;
1235
- padding: 0;
1236
- cursor: default;
1237
- }
1238
-
1239
- .htDropdownMenu table tbody tr td.htDisabled {
1240
- color: #999;
1241
- }
1242
-
1243
- .htDropdownMenu table tbody tr td.htDisabled:hover {
1244
- background: #fff;
1245
- color: #999;
1246
- cursor: default;
1247
- }
1248
-
1249
- .htDropdownMenu:not(.htGhostTable) table tbody tr.htHidden {
1250
- display: none;
1251
- }
1252
-
1253
- .htDropdownMenu table tbody tr td .htItemWrapper {
1254
- margin-left: 10px;
1255
- margin-right: 10px;
1256
- }
1257
-
1258
- .htDropdownMenu table tbody tr td div span.selected {
1259
- margin-top: -2px;
1260
- position: absolute;
1261
- left: 4px;
1262
- }
1132
+ left: 4px;
1133
+ }
1263
1134
 
1264
1135
  .htDropdownMenu .ht_master .wtHolder {
1265
1136
  overflow: hidden;
1266
1137
  }
1267
-
1138
+ @charset "UTF-8";
1268
1139
  /*!
1269
1140
  * Handsontable Filters
1270
1141
  */
1271
-
1272
1142
  /* Conditions menu */
1273
1143
  .htFiltersConditionsMenu:not(.htGhostTable) {
1274
1144
  display: none;
@@ -1374,6 +1244,7 @@ textarea.HandsontableCopyPaste {
1374
1244
  .handsontable .htFiltersMenuCondition.border {
1375
1245
  border-bottom: 1px dotted #ccc !important;
1376
1246
  }
1247
+
1377
1248
  .handsontable .htFiltersMenuCondition .htUIInput {
1378
1249
  padding: 0 0 5px 0;
1379
1250
  }
@@ -1382,9 +1253,11 @@ textarea.HandsontableCopyPaste {
1382
1253
  .handsontable .htFiltersMenuValue {
1383
1254
  border-bottom: 1px dotted #ccc !important;
1384
1255
  }
1256
+
1385
1257
  .handsontable .htFiltersMenuValue .htUIMultipleSelectSearch {
1386
1258
  padding: 0;
1387
1259
  }
1260
+
1388
1261
  .handsontable .htFiltersMenuCondition .htUIInput input,
1389
1262
  .handsontable .htFiltersMenuValue .htUIMultipleSelectSearch input {
1390
1263
  font-family: inherit;
@@ -1413,7 +1286,6 @@ textarea.HandsontableCopyPaste {
1413
1286
  }
1414
1287
 
1415
1288
  .handsontable .htUIClearAll a, .handsontable .htUISelectAll a {
1416
- color: #3283D8;
1417
1289
  font-size: 0.75em;
1418
1290
  }
1419
1291
 
@@ -1434,13 +1306,16 @@ textarea.HandsontableCopyPaste {
1434
1306
  position: relative;
1435
1307
  text-align: center;
1436
1308
  }
1309
+
1437
1310
  .handsontable .htUIInput input {
1438
1311
  border-radius: 2px;
1439
1312
  border: 1px solid #d2d1d1;
1440
1313
  }
1314
+
1441
1315
  .handsontable .htUIInput input:focus {
1442
1316
  outline: 0;
1443
1317
  }
1318
+
1444
1319
  .handsontable .htUIInputIcon {
1445
1320
  position: absolute;
1446
1321
  }
@@ -1450,16 +1325,18 @@ textarea.HandsontableCopyPaste {
1450
1325
  cursor: pointer;
1451
1326
  display: inline-block;
1452
1327
  }
1328
+
1453
1329
  .handsontable .htUIInput.htUIButton input {
1454
1330
  background-color: #eee;
1455
1331
  color: #000;
1456
1332
  cursor: pointer;
1457
1333
  font-family: inherit;
1458
- font-size: 0.7em;
1334
+ font-size: 0.75em;
1459
1335
  font-weight: bold;
1460
1336
  height: 19px;
1461
1337
  min-width: 64px;
1462
1338
  }
1339
+
1463
1340
  .handsontable .htUIInput.htUIButton input:hover {
1464
1341
  border-color: #b9b9b9;
1465
1342
  }
@@ -1473,6 +1350,7 @@ textarea.HandsontableCopyPaste {
1473
1350
  border-color: #18804e;
1474
1351
  color: #fff;
1475
1352
  }
1353
+
1476
1354
  .handsontable .htUIInput.htUIButtonOK input:hover {
1477
1355
  border-color: #1a6f46;
1478
1356
  }
@@ -1483,31 +1361,35 @@ textarea.HandsontableCopyPaste {
1483
1361
  margin-bottom: 7px;
1484
1362
  position: relative;
1485
1363
  }
1364
+
1486
1365
  .handsontable .htUISelectCaption {
1487
1366
  background-color: #e8e8e8;
1488
1367
  border-radius: 2px;
1489
1368
  border: 1px solid #d2d1d1;
1490
1369
  font-family: inherit;
1491
- font-size: 0.7em;
1370
+ font-size: 0.75em;
1492
1371
  font-weight: bold;
1493
1372
  padding: 3px 20px 3px 10px;
1494
1373
  text-overflow: ellipsis;
1495
1374
  white-space: nowrap;
1496
1375
  overflow: hidden;
1497
1376
  }
1377
+
1498
1378
  .handsontable .htUISelectCaption:hover {
1499
1379
  background-color: #e8e8e8;
1500
1380
  border: 1px solid #b9b9b9;
1501
1381
  }
1382
+
1502
1383
  .handsontable .htUISelectDropdown:after {
1503
- content: '\25B2';
1384
+ content: "▲";
1504
1385
  font-size: 7px;
1505
1386
  position: absolute;
1506
1387
  right: 10px;
1507
1388
  top: 0;
1508
1389
  }
1390
+
1509
1391
  .handsontable .htUISelectDropdown:before {
1510
- content: '\25BC';
1392
+ content: "▼";
1511
1393
  font-size: 7px;
1512
1394
  position: absolute;
1513
1395
  right: 10px;
@@ -1518,6 +1400,7 @@ textarea.HandsontableCopyPaste {
1518
1400
  .handsontable .htUIMultipleSelect .handsontable .htCore {
1519
1401
  border: none;
1520
1402
  }
1403
+
1521
1404
  .handsontable .htUIMultipleSelect .handsontable .htCore td:hover {
1522
1405
  background-color: #F5F5F5;
1523
1406
  }
@@ -1549,67 +1432,7 @@ textarea.HandsontableCopyPaste {
1549
1432
  .handsontable .htFiltersMenuOperators {
1550
1433
  padding-bottom: 5px;
1551
1434
  }
1552
-
1553
- .handsontable thead th.hiddenHeader:not(:first-of-type) {
1554
- display: none;
1555
- }
1556
-
1557
- .handsontable th.ht_nestingLevels {
1558
- text-align: left;
1559
- padding-left: 7px;
1560
- }
1561
-
1562
- .handsontable th div.ht_nestingLevels {
1563
- display: inline-block;
1564
- position: absolute;
1565
- left: 11px;
1566
- }
1567
-
1568
- .handsontable.innerBorderLeft th div.ht_nestingLevels,
1569
- .handsontable.innerBorderLeft ~ .handsontable th div.ht_nestingLevels {
1570
- right: 10px;
1571
- }
1572
-
1573
- .handsontable th span.ht_nestingLevel {
1574
- display: inline-block;
1575
- }
1576
-
1577
- .handsontable th span.ht_nestingLevel_empty {
1578
- display: inline-block;
1579
- width: 10px;
1580
- height: 1px;
1581
- float: left;
1582
- }
1583
-
1584
- .handsontable th span.ht_nestingLevel::after {
1585
- content: "\2510";
1586
- font-size: 9px;
1587
- display: inline-block;
1588
- position: relative;
1589
- bottom: 3px;
1590
- }
1591
-
1592
-
1593
- .handsontable th div.ht_nestingButton {
1594
- display: inline-block;
1595
- position: absolute;
1596
- right: -2px;
1597
- cursor: pointer;
1598
- }
1599
-
1600
- .handsontable th div.ht_nestingButton.ht_nestingExpand::after {
1601
- content: "\002B";
1602
- }
1603
-
1604
- .handsontable th div.ht_nestingButton.ht_nestingCollapse::after {
1605
- content: "\002D";
1606
- }
1607
-
1608
- .handsontable.innerBorderLeft th div.ht_nestingButton,
1609
- .handsontable.innerBorderLeft ~ .handsontable th div.ht_nestingButton {
1610
- right: 0;
1611
- }
1612
-
1435
+ @charset "UTF-8";
1613
1436
  /*
1614
1437
  * Handsontable HiddenColumns
1615
1438
  */
@@ -1629,15 +1452,17 @@ textarea.HandsontableCopyPaste {
1629
1452
  .handsontable th.afterHiddenColumn {
1630
1453
  position: relative;
1631
1454
  }
1455
+
1632
1456
  .handsontable th.beforeHiddenColumn::after {
1633
1457
  right: 1px;
1634
- content: '\25C0';
1458
+ content: "◀";
1635
1459
  }
1460
+
1636
1461
  .handsontable th.afterHiddenColumn::before {
1637
1462
  left: 1px;
1638
- content: '\25B6';
1463
+ content: "▶";
1639
1464
  }
1640
-
1465
+ @charset "UTF-8";
1641
1466
  /*!
1642
1467
  * Handsontable HiddenRows
1643
1468
  */
@@ -1656,22 +1481,285 @@ textarea.HandsontableCopyPaste {
1656
1481
  }
1657
1482
 
1658
1483
  .handsontable th.beforeHiddenRow::before {
1659
- content: '\25B2';
1484
+ content: "▲";
1660
1485
  bottom: 2px;
1661
1486
  }
1662
1487
 
1663
1488
  .handsontable th.afterHiddenRow::after {
1664
- content: '\25BC';
1489
+ content: "▼";
1665
1490
  top: 2px;
1666
1491
  }
1492
+
1667
1493
  .handsontable.ht__selection--rows tbody th.beforeHiddenRow.ht__highlight:before,
1668
1494
  .handsontable.ht__selection--rows tbody th.afterHiddenRow.ht__highlight:after {
1669
1495
  color: #eee;
1670
1496
  }
1497
+
1671
1498
  .handsontable td.afterHiddenRow.firstVisibleRow,
1672
1499
  .handsontable th.afterHiddenRow.firstVisibleRow {
1673
1500
  border-top: 1px solid #CCC;
1674
1501
  }
1502
+ .htRowHeaders .ht_master.innerBorderLeft ~ .ht_clone_top_left_corner th:nth-child(2),
1503
+ .htRowHeaders .ht_master.innerBorderLeft ~ .ht_clone_left td:first-of-type {
1504
+ border-left: 0 none;
1505
+ }
1506
+ .handsontable .wtHider {
1507
+ position: relative;
1508
+ }
1675
1509
 
1510
+ .handsontable.ht__manualColumnMove.after-selection--columns thead th.ht__highlight {
1511
+ cursor: move;
1512
+ cursor: -moz-grab;
1513
+ cursor: -webkit-grab;
1514
+ cursor: grab;
1515
+ }
1516
+
1517
+ .handsontable.ht__manualColumnMove.on-moving--columns,
1518
+ .handsontable.ht__manualColumnMove.on-moving--columns thead th.ht__highlight {
1519
+ cursor: move;
1520
+ cursor: -moz-grabbing;
1521
+ cursor: -webkit-grabbing;
1522
+ cursor: grabbing;
1523
+ }
1524
+
1525
+ .handsontable.ht__manualColumnMove.on-moving--columns .manualColumnResizer {
1526
+ display: none;
1527
+ }
1528
+
1529
+ .handsontable .ht__manualColumnMove--guideline,
1530
+ .handsontable .ht__manualColumnMove--backlight {
1531
+ position: absolute;
1532
+ height: 100%;
1533
+ display: none;
1534
+ }
1535
+
1536
+ .handsontable .ht__manualColumnMove--guideline {
1537
+ background: #757575;
1538
+ width: 2px;
1539
+ top: 0;
1540
+ margin-left: -1px;
1541
+ z-index: 205;
1542
+ }
1543
+
1544
+ .handsontable .ht__manualColumnMove--backlight {
1545
+ background: #343434;
1546
+ background: rgba(52, 52, 52, 0.25);
1547
+ display: none;
1548
+ z-index: 205;
1549
+ pointer-events: none;
1550
+ }
1551
+
1552
+ .handsontable.on-moving--columns.show-ui .ht__manualColumnMove--guideline,
1553
+ .handsontable.on-moving--columns .ht__manualColumnMove--backlight {
1554
+ display: block;
1555
+ }
1556
+ .handsontable .wtHider {
1557
+ position: relative;
1558
+ }
1559
+
1560
+ .handsontable.ht__manualRowMove.after-selection--rows tbody th.ht__highlight {
1561
+ cursor: move;
1562
+ cursor: -moz-grab;
1563
+ cursor: -webkit-grab;
1564
+ cursor: grab;
1565
+ }
1566
+
1567
+ .handsontable.ht__manualRowMove.on-moving--rows,
1568
+ .handsontable.ht__manualRowMove.on-moving--rows tbody th.ht__highlight {
1569
+ cursor: move;
1570
+ cursor: -moz-grabbing;
1571
+ cursor: -webkit-grabbing;
1572
+ cursor: grabbing;
1573
+ }
1574
+
1575
+ .handsontable.ht__manualRowMove.on-moving--rows .manualRowResizer {
1576
+ display: none;
1577
+ }
1578
+
1579
+ .handsontable .ht__manualRowMove--guideline,
1580
+ .handsontable .ht__manualRowMove--backlight {
1581
+ position: absolute;
1582
+ width: 100%;
1583
+ display: none;
1584
+ }
1585
+
1586
+ .handsontable .ht__manualRowMove--guideline {
1587
+ background: #757575;
1588
+ height: 2px;
1589
+ left: 0;
1590
+ margin-top: -1px;
1591
+ z-index: 205;
1592
+ }
1593
+
1594
+ .handsontable .ht__manualRowMove--backlight {
1595
+ background: #343434;
1596
+ background: rgba(52, 52, 52, 0.25);
1597
+ display: none;
1598
+ z-index: 205;
1599
+ pointer-events: none;
1600
+ }
1601
+
1602
+ .handsontable.on-moving--rows.show-ui .ht__manualRowMove--guideline,
1603
+ .handsontable.on-moving--rows .ht__manualRowMove--backlight {
1604
+ display: block;
1605
+ }
1606
+ .handsontable tbody td[rowspan][class*=area][class*=highlight]:not([class*=fullySelectedMergedCell]):before {
1607
+ opacity: 0;
1608
+ }
1609
+
1610
+ .handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-multiple]:before {
1611
+ opacity: 0.1;
1612
+ }
1613
+
1614
+ .handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-0]:before {
1615
+ opacity: 0.1;
1616
+ }
1617
+
1618
+ .handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-1]:before {
1619
+ opacity: 0.2;
1620
+ }
1621
+
1622
+ .handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-2]:before {
1623
+ opacity: 0.27;
1624
+ }
1625
+
1626
+ .handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-3]:before {
1627
+ opacity: 0.35;
1628
+ }
1629
+
1630
+ .handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-4]:before {
1631
+ opacity: 0.41;
1632
+ }
1633
+
1634
+ .handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-5]:before {
1635
+ opacity: 0.47;
1636
+ }
1637
+
1638
+ .handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-6]:before {
1639
+ opacity: 0.54;
1640
+ }
1641
+
1642
+ .handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-7]:before {
1643
+ opacity: 0.58;
1644
+ }
1645
+ /* Column's number position */
1646
+ .handsontable span.colHeader.columnSorting::after {
1647
+ /* Centering start */
1648
+ top: 50%;
1649
+ /* Two extra pixels (-2 instead of -4) for purpose of proper positioning of numeric indicators, when `font-size` set to default */
1650
+ margin-top: -2px;
1651
+ /* Centering end */
1652
+ position: absolute;
1653
+ right: -15px;
1654
+ /* For purpose of continuous mouse over experience, when moving between the `::before` and the `::after` elements */
1655
+ padding-left: 5px;
1656
+ font-size: 8px;
1657
+ height: 8px;
1658
+ line-height: 1.1;
1659
+ /* Workaround for IE9 - IE11 */
1660
+ text-decoration: underline;
1661
+ }
1662
+
1663
+ /* Workaround for IE9 - IE11, https://stackoverflow.com/a/21902566, https://stackoverflow.com/a/32120247 */
1664
+ .handsontable span.colHeader.columnSorting::after {
1665
+ text-decoration: none;
1666
+ }
1667
+
1668
+ /* We support up to 7 numeric indicators, describing order of column in sorted columns queue */
1669
+ .handsontable span.colHeader.columnSorting[class^=sort-]::after,
1670
+ .handsontable span.colHeader.columnSorting[class*=" sort-"]::after {
1671
+ content: "+";
1672
+ }
1673
+
1674
+ .handsontable span.colHeader.columnSorting.sort-1::after {
1675
+ content: "1";
1676
+ }
1677
+
1678
+ .handsontable span.colHeader.columnSorting.sort-2::after {
1679
+ content: "2";
1680
+ }
1681
+
1682
+ .handsontable span.colHeader.columnSorting.sort-3::after {
1683
+ content: "3";
1684
+ }
1685
+
1686
+ .handsontable span.colHeader.columnSorting.sort-4::after {
1687
+ content: "4";
1688
+ }
1689
+
1690
+ .handsontable span.colHeader.columnSorting.sort-5::after {
1691
+ content: "5";
1692
+ }
1693
+
1694
+ .handsontable span.colHeader.columnSorting.sort-6::after {
1695
+ content: "6";
1696
+ }
1697
+
1698
+ .handsontable span.colHeader.columnSorting.sort-7::after {
1699
+ content: "7";
1700
+ }
1701
+
1702
+ /* Drop-down menu widens header by 5 pixels, sort sequence numbers won't overlap the icon; mainly for the IE9+ */
1703
+ .htGhostTable th div button.changeType + span.colHeader.columnSorting:not(.indicatorDisabled) {
1704
+ padding-right: 5px;
1705
+ }
1706
+ .handsontable thead th.hiddenHeader:not(:first-of-type) {
1707
+ display: none;
1708
+ }
1709
+ @charset "UTF-8";
1710
+ .handsontable th.ht_nestingLevels {
1711
+ text-align: left;
1712
+ padding-left: 7px;
1713
+ }
1714
+
1715
+ .handsontable th div.ht_nestingLevels {
1716
+ display: inline-block;
1717
+ position: absolute;
1718
+ left: 11px;
1719
+ }
1720
+
1721
+ .handsontable.innerBorderLeft th div.ht_nestingLevels,
1722
+ .handsontable.innerBorderLeft ~ .handsontable th div.ht_nestingLevels {
1723
+ right: 10px;
1724
+ }
1725
+
1726
+ .handsontable th span.ht_nestingLevel {
1727
+ display: inline-block;
1728
+ }
1729
+
1730
+ .handsontable th span.ht_nestingLevel_empty {
1731
+ display: inline-block;
1732
+ width: 10px;
1733
+ height: 1px;
1734
+ float: left;
1735
+ }
1736
+
1737
+ .handsontable th span.ht_nestingLevel::after {
1738
+ content: "┐";
1739
+ font-size: 9px;
1740
+ display: inline-block;
1741
+ position: relative;
1742
+ bottom: 3px;
1743
+ }
1744
+
1745
+ .handsontable th div.ht_nestingButton {
1746
+ display: inline-block;
1747
+ position: absolute;
1748
+ right: -2px;
1749
+ cursor: pointer;
1750
+ }
1751
+
1752
+ .handsontable th div.ht_nestingButton.ht_nestingExpand::after {
1753
+ content: "+";
1754
+ }
1755
+
1756
+ .handsontable th div.ht_nestingButton.ht_nestingCollapse::after {
1757
+ content: "-";
1758
+ }
1759
+
1760
+ .handsontable.innerBorderLeft th div.ht_nestingButton,
1761
+ .handsontable.innerBorderLeft ~ .handsontable th div.ht_nestingButton {
1762
+ right: 0;
1763
+ }
1676
1764
 
1677
1765
  /*# sourceMappingURL=handsontable.css.map*/