handsontable 16.2.0 → 17.0.0-rc1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (984) hide show
  1. package/3rdparty/walkontable/src/calculator/calculationType/fullyVisibleColumns.js +0 -3
  2. package/3rdparty/walkontable/src/calculator/calculationType/fullyVisibleColumns.mjs +0 -3
  3. package/3rdparty/walkontable/src/calculator/calculationType/fullyVisibleRows.js +0 -3
  4. package/3rdparty/walkontable/src/calculator/calculationType/fullyVisibleRows.mjs +0 -3
  5. package/3rdparty/walkontable/src/calculator/calculationType/partiallyVisibleColumns.js +0 -3
  6. package/3rdparty/walkontable/src/calculator/calculationType/partiallyVisibleColumns.mjs +0 -3
  7. package/3rdparty/walkontable/src/calculator/calculationType/partiallyVisibleRows.js +0 -3
  8. package/3rdparty/walkontable/src/calculator/calculationType/partiallyVisibleRows.mjs +0 -3
  9. package/3rdparty/walkontable/src/calculator/calculationType/renderedAllColumns.js +0 -1
  10. package/3rdparty/walkontable/src/calculator/calculationType/renderedAllColumns.mjs +0 -1
  11. package/3rdparty/walkontable/src/calculator/calculationType/renderedAllRows.js +0 -1
  12. package/3rdparty/walkontable/src/calculator/calculationType/renderedAllRows.mjs +0 -1
  13. package/3rdparty/walkontable/src/calculator/calculationType/renderedColumns.js +0 -1
  14. package/3rdparty/walkontable/src/calculator/calculationType/renderedColumns.mjs +0 -1
  15. package/3rdparty/walkontable/src/calculator/calculationType/renderedRows.js +0 -1
  16. package/3rdparty/walkontable/src/calculator/calculationType/renderedRows.mjs +0 -1
  17. package/3rdparty/walkontable/src/calculator/viewportBase.js +0 -3
  18. package/3rdparty/walkontable/src/calculator/viewportBase.mjs +0 -3
  19. package/3rdparty/walkontable/src/calculator/viewportColumns.js +0 -2
  20. package/3rdparty/walkontable/src/calculator/viewportColumns.mjs +0 -2
  21. package/3rdparty/walkontable/src/calculator/viewportRows.js +0 -2
  22. package/3rdparty/walkontable/src/calculator/viewportRows.mjs +0 -2
  23. package/3rdparty/walkontable/src/cell/coords.js +0 -1
  24. package/3rdparty/walkontable/src/cell/coords.mjs +0 -1
  25. package/3rdparty/walkontable/src/cell/range.js +0 -2
  26. package/3rdparty/walkontable/src/cell/range.mjs +0 -2
  27. package/3rdparty/walkontable/src/core/_base.js +0 -2
  28. package/3rdparty/walkontable/src/core/_base.mjs +0 -2
  29. package/3rdparty/walkontable/src/core/clone.js +0 -1
  30. package/3rdparty/walkontable/src/core/clone.mjs +0 -1
  31. package/3rdparty/walkontable/src/core/core.js +0 -1
  32. package/3rdparty/walkontable/src/core/core.mjs +0 -1
  33. package/3rdparty/walkontable/src/event.js +0 -1
  34. package/3rdparty/walkontable/src/event.mjs +0 -1
  35. package/3rdparty/walkontable/src/filter/column.js +0 -1
  36. package/3rdparty/walkontable/src/filter/column.mjs +0 -1
  37. package/3rdparty/walkontable/src/filter/row.js +0 -1
  38. package/3rdparty/walkontable/src/filter/row.mjs +0 -1
  39. package/3rdparty/walkontable/src/overlay/_base.js +6 -4
  40. package/3rdparty/walkontable/src/overlay/_base.mjs +6 -4
  41. package/3rdparty/walkontable/src/overlay/bottom.js +2 -2
  42. package/3rdparty/walkontable/src/overlay/bottom.mjs +2 -2
  43. package/3rdparty/walkontable/src/overlay/index.js +0 -2
  44. package/3rdparty/walkontable/src/overlay/inlineStart.js +2 -2
  45. package/3rdparty/walkontable/src/overlay/inlineStart.mjs +2 -2
  46. package/3rdparty/walkontable/src/overlay/top.js +2 -2
  47. package/3rdparty/walkontable/src/overlay/top.mjs +2 -2
  48. package/3rdparty/walkontable/src/overlay/topInlineStartCorner.js +0 -1
  49. package/3rdparty/walkontable/src/overlay/topInlineStartCorner.mjs +0 -1
  50. package/3rdparty/walkontable/src/overlays.js +5 -8
  51. package/3rdparty/walkontable/src/overlays.mjs +5 -8
  52. package/3rdparty/walkontable/src/renderer/_base.js +0 -1
  53. package/3rdparty/walkontable/src/renderer/_base.mjs +0 -1
  54. package/3rdparty/walkontable/src/renderer/cells.js +0 -1
  55. package/3rdparty/walkontable/src/renderer/cells.mjs +0 -1
  56. package/3rdparty/walkontable/src/renderer/rowHeaders.js +1 -2
  57. package/3rdparty/walkontable/src/renderer/rowHeaders.mjs +1 -2
  58. package/3rdparty/walkontable/src/renderer/rows.js +1 -12
  59. package/3rdparty/walkontable/src/renderer/rows.mjs +1 -12
  60. package/3rdparty/walkontable/src/renderer/table.js +0 -1
  61. package/3rdparty/walkontable/src/renderer/table.mjs +0 -1
  62. package/3rdparty/walkontable/src/scroll.js +0 -1
  63. package/3rdparty/walkontable/src/scroll.mjs +0 -1
  64. package/3rdparty/walkontable/src/selection/border/border.js +13 -26
  65. package/3rdparty/walkontable/src/selection/border/border.mjs +13 -26
  66. package/3rdparty/walkontable/src/selection/border/utils.js +0 -9
  67. package/3rdparty/walkontable/src/selection/border/utils.mjs +0 -9
  68. package/3rdparty/walkontable/src/selection/index.js +0 -2
  69. package/3rdparty/walkontable/src/selection/manager.js +0 -13
  70. package/3rdparty/walkontable/src/selection/manager.mjs +0 -13
  71. package/3rdparty/walkontable/src/selection/scanner.js +0 -8
  72. package/3rdparty/walkontable/src/selection/scanner.mjs +0 -8
  73. package/3rdparty/walkontable/src/settings.js +2 -2
  74. package/3rdparty/walkontable/src/settings.mjs +2 -2
  75. package/3rdparty/walkontable/src/table/master.js +1 -1
  76. package/3rdparty/walkontable/src/table/master.mjs +1 -1
  77. package/3rdparty/walkontable/src/table.js +3 -6
  78. package/3rdparty/walkontable/src/table.mjs +3 -6
  79. package/3rdparty/walkontable/src/utils/column.js +0 -1
  80. package/3rdparty/walkontable/src/utils/column.mjs +0 -1
  81. package/3rdparty/walkontable/src/utils/nodesPool.js +7 -1
  82. package/3rdparty/walkontable/src/utils/nodesPool.mjs +7 -1
  83. package/3rdparty/walkontable/src/utils/orderView/rendererAdapter/differBasedRendererAdapter.js +100 -0
  84. package/3rdparty/walkontable/src/utils/orderView/rendererAdapter/differBasedRendererAdapter.mjs +96 -0
  85. package/3rdparty/walkontable/src/utils/orderView/rendererAdapter/directDomRendererAdapter.js +117 -0
  86. package/3rdparty/walkontable/src/utils/orderView/rendererAdapter/directDomRendererAdapter.mjs +113 -0
  87. package/3rdparty/walkontable/src/utils/orderView/rendererAdapter/index.js +19 -0
  88. package/3rdparty/walkontable/src/utils/orderView/rendererAdapter/index.mjs +15 -0
  89. package/3rdparty/walkontable/src/utils/orderView/view.js +16 -58
  90. package/3rdparty/walkontable/src/utils/orderView/view.mjs +16 -58
  91. package/3rdparty/walkontable/src/utils/orderView/viewDiffer/index.js +0 -2
  92. package/3rdparty/walkontable/src/utils/orderView/viewDiffer/index.mjs +0 -2
  93. package/3rdparty/walkontable/src/utils/orderView/viewDiffer/viewOrder.js +0 -2
  94. package/3rdparty/walkontable/src/utils/orderView/viewDiffer/viewOrder.mjs +0 -2
  95. package/3rdparty/walkontable/src/utils/orderView/viewSize.js +0 -1
  96. package/3rdparty/walkontable/src/utils/orderView/viewSize.mjs +0 -1
  97. package/3rdparty/walkontable/src/utils/orderView/viewSizeSet.js +0 -1
  98. package/3rdparty/walkontable/src/utils/orderView/viewSizeSet.mjs +0 -1
  99. package/3rdparty/walkontable/src/utils/row.js +0 -1
  100. package/3rdparty/walkontable/src/utils/row.mjs +0 -1
  101. package/3rdparty/walkontable/src/viewport.js +0 -2
  102. package/3rdparty/walkontable/src/viewport.mjs +0 -2
  103. package/CHANGELOG.md +1 -1
  104. package/README.md +4 -23
  105. package/base.js +13 -2
  106. package/base.mjs +14 -3
  107. package/cellTypes/autocompleteType/accessors/valueSetter.js +2 -4
  108. package/cellTypes/autocompleteType/accessors/valueSetter.mjs +1 -3
  109. package/cellTypes/autocompleteType/autocompleteType.js +2 -1
  110. package/cellTypes/autocompleteType/autocompleteType.mjs +2 -1
  111. package/cellTypes/dropdownType/dropdownType.js +2 -1
  112. package/cellTypes/dropdownType/dropdownType.mjs +2 -1
  113. package/cellTypes/index.d.ts +6 -0
  114. package/cellTypes/index.js +12 -0
  115. package/cellTypes/index.mjs +7 -1
  116. package/cellTypes/intlDateType/index.d.ts +1 -0
  117. package/cellTypes/intlDateType/index.js +6 -0
  118. package/cellTypes/intlDateType/index.mjs +1 -0
  119. package/cellTypes/intlDateType/intlDateType.d.ts +23 -0
  120. package/cellTypes/intlDateType/intlDateType.js +16 -0
  121. package/cellTypes/intlDateType/intlDateType.mjs +13 -0
  122. package/cellTypes/intlTimeType/index.d.ts +1 -0
  123. package/cellTypes/intlTimeType/index.js +6 -0
  124. package/cellTypes/intlTimeType/index.mjs +1 -0
  125. package/cellTypes/intlTimeType/intlTimeType.d.ts +23 -0
  126. package/cellTypes/intlTimeType/intlTimeType.js +16 -0
  127. package/cellTypes/intlTimeType/intlTimeType.mjs +13 -0
  128. package/cellTypes/multiSelectType/accessors/index.js +7 -0
  129. package/cellTypes/multiSelectType/accessors/index.mjs +2 -0
  130. package/cellTypes/multiSelectType/accessors/valueGetter.js +20 -0
  131. package/cellTypes/multiSelectType/accessors/valueGetter.mjs +16 -0
  132. package/cellTypes/multiSelectType/accessors/valueSetter.js +27 -0
  133. package/cellTypes/multiSelectType/accessors/valueSetter.mjs +23 -0
  134. package/cellTypes/multiSelectType/index.js +6 -0
  135. package/cellTypes/multiSelectType/index.mjs +1 -0
  136. package/cellTypes/multiSelectType/multiSelectType.js +19 -0
  137. package/cellTypes/multiSelectType/multiSelectType.mjs +16 -0
  138. package/cellTypes/numericType/numericType.d.ts +3 -1
  139. package/cellTypes/numericType/numericType.js +2 -1
  140. package/cellTypes/numericType/numericType.mjs +3 -2
  141. package/cellTypes/registry.js +2 -2
  142. package/cellTypes/registry.mjs +2 -2
  143. package/common.d.ts +3 -1
  144. package/core/coordsMapper/index.js +0 -2
  145. package/core/coordsMapper/rangeToRenderableMapper.js +0 -1
  146. package/core/coordsMapper/rangeToRenderableMapper.mjs +0 -1
  147. package/core/hooks/bucket.js +0 -14
  148. package/core/hooks/bucket.mjs +0 -14
  149. package/core/hooks/constants.js +0 -28
  150. package/core/hooks/constants.mjs +0 -28
  151. package/core/hooks/index.d.ts +0 -3
  152. package/core/hooks/index.js +0 -2
  153. package/core/hooks/index.mjs +0 -2
  154. package/core/index.js +0 -2
  155. package/core.d.ts +0 -5
  156. package/core.js +193 -104
  157. package/core.mjs +194 -105
  158. package/dataMap/dataMap.js +6 -8
  159. package/dataMap/dataMap.mjs +6 -8
  160. package/dataMap/dataSource.js +0 -4
  161. package/dataMap/dataSource.mjs +0 -4
  162. package/dataMap/index.js +5 -0
  163. package/dataMap/index.mjs +3 -1
  164. package/dataMap/metaManager/index.js +2 -4
  165. package/dataMap/metaManager/index.mjs +2 -4
  166. package/dataMap/metaManager/lazyFactoryMap.js +0 -11
  167. package/dataMap/metaManager/lazyFactoryMap.mjs +0 -11
  168. package/dataMap/metaManager/metaLayers/cellMeta.js +0 -2
  169. package/dataMap/metaManager/metaLayers/cellMeta.mjs +0 -2
  170. package/dataMap/metaManager/metaLayers/columnMeta.js +0 -1
  171. package/dataMap/metaManager/metaLayers/columnMeta.mjs +0 -1
  172. package/dataMap/metaManager/metaLayers/globalMeta.js +0 -1
  173. package/dataMap/metaManager/metaLayers/globalMeta.mjs +0 -1
  174. package/dataMap/metaManager/metaLayers/tableMeta.js +0 -1
  175. package/dataMap/metaManager/metaLayers/tableMeta.mjs +0 -1
  176. package/dataMap/metaManager/metaSchema.js +862 -79
  177. package/dataMap/metaManager/metaSchema.mjs +862 -79
  178. package/dataMap/metaManager/mods/dynamicCellMeta.js +0 -8
  179. package/dataMap/metaManager/mods/dynamicCellMeta.mjs +0 -8
  180. package/dataMap/metaManager/mods/extendMetaProperties.js +23 -15
  181. package/dataMap/metaManager/mods/extendMetaProperties.mjs +23 -15
  182. package/dataMap/metaManager/utils.js +2 -9
  183. package/dataMap/metaManager/utils.mjs +2 -9
  184. package/dataMap/replaceData.js +6 -3
  185. package/dataMap/replaceData.mjs +6 -3
  186. package/dataMap/sourceDataValidator.js +122 -0
  187. package/dataMap/sourceDataValidator.mjs +117 -0
  188. package/dist/handsontable.full.js +57523 -54761
  189. package/dist/handsontable.full.min.js +228 -213
  190. package/dist/handsontable.js +39604 -37938
  191. package/dist/handsontable.min.js +51 -51
  192. package/dist/languages/all.js +1 -1
  193. package/dist/languages/all.min.js +1 -1
  194. package/dist/languages/ar-AR.js +1 -1
  195. package/dist/languages/ar-AR.min.js +1 -1
  196. package/dist/languages/cs-CZ.js +1 -1
  197. package/dist/languages/cs-CZ.min.js +1 -1
  198. package/dist/languages/de-CH.js +1 -1
  199. package/dist/languages/de-CH.min.js +1 -1
  200. package/dist/languages/de-DE.js +1 -1
  201. package/dist/languages/de-DE.min.js +1 -1
  202. package/dist/languages/en-US.js +1 -1
  203. package/dist/languages/en-US.min.js +1 -1
  204. package/dist/languages/es-MX.js +1 -1
  205. package/dist/languages/es-MX.min.js +1 -1
  206. package/dist/languages/fa-IR.js +1 -1
  207. package/dist/languages/fa-IR.min.js +1 -1
  208. package/dist/languages/fr-FR.js +1 -1
  209. package/dist/languages/fr-FR.min.js +1 -1
  210. package/dist/languages/hr-HR.js +1 -1
  211. package/dist/languages/hr-HR.min.js +1 -1
  212. package/dist/languages/it-IT.js +1 -1
  213. package/dist/languages/it-IT.min.js +1 -1
  214. package/dist/languages/ja-JP.js +1 -1
  215. package/dist/languages/ja-JP.min.js +1 -1
  216. package/dist/languages/ko-KR.js +1 -1
  217. package/dist/languages/ko-KR.min.js +1 -1
  218. package/dist/languages/lv-LV.js +1 -1
  219. package/dist/languages/lv-LV.min.js +1 -1
  220. package/dist/languages/nb-NO.js +1 -1
  221. package/dist/languages/nb-NO.min.js +1 -1
  222. package/dist/languages/nl-NL.js +1 -1
  223. package/dist/languages/nl-NL.min.js +1 -1
  224. package/dist/languages/pl-PL.js +1 -1
  225. package/dist/languages/pl-PL.min.js +1 -1
  226. package/dist/languages/pt-BR.js +1 -1
  227. package/dist/languages/pt-BR.min.js +1 -1
  228. package/dist/languages/ru-RU.js +1 -1
  229. package/dist/languages/ru-RU.min.js +1 -1
  230. package/dist/languages/sr-SP.js +1 -1
  231. package/dist/languages/sr-SP.min.js +1 -1
  232. package/dist/languages/zh-CN.js +1 -1
  233. package/dist/languages/zh-CN.min.js +1 -1
  234. package/dist/languages/zh-TW.js +1 -1
  235. package/dist/languages/zh-TW.min.js +1 -1
  236. package/dist/themes/classic.js +467 -0
  237. package/dist/themes/classic.min.js +31 -0
  238. package/dist/themes/horizon.js +467 -0
  239. package/dist/themes/horizon.min.js +31 -0
  240. package/dist/themes/main.js +467 -0
  241. package/dist/themes/main.min.js +31 -0
  242. package/dist/themes/static/variables/colors/ant.js +137 -0
  243. package/dist/themes/static/variables/colors/ant.min.js +31 -0
  244. package/dist/themes/static/variables/colors/classic.js +137 -0
  245. package/dist/themes/static/variables/colors/classic.min.js +31 -0
  246. package/dist/themes/static/variables/colors/horizon.js +137 -0
  247. package/dist/themes/static/variables/colors/horizon.min.js +31 -0
  248. package/dist/themes/static/variables/colors/main.js +137 -0
  249. package/dist/themes/static/variables/colors/main.min.js +31 -0
  250. package/dist/themes/static/variables/colors/material.js +137 -0
  251. package/dist/themes/static/variables/colors/material.min.js +31 -0
  252. package/dist/themes/static/variables/colors/shadcn.js +137 -0
  253. package/dist/themes/static/variables/colors/shadcn.min.js +31 -0
  254. package/dist/themes/static/variables/density.js +163 -0
  255. package/dist/themes/static/variables/density.min.js +31 -0
  256. package/dist/themes/static/variables/helpers/iconsMap.js +240 -0
  257. package/dist/themes/static/variables/helpers/iconsMap.min.js +31 -0
  258. package/dist/themes/static/variables/icons/horizon.js +135 -0
  259. package/dist/themes/static/variables/icons/horizon.min.js +31 -0
  260. package/dist/themes/static/variables/icons/main.js +135 -0
  261. package/dist/themes/static/variables/icons/main.min.js +31 -0
  262. package/dist/themes/static/variables/sizing.js +126 -0
  263. package/dist/themes/static/variables/sizing.min.js +31 -0
  264. package/dist/themes/static/variables/tokens/classic.js +375 -0
  265. package/dist/themes/static/variables/tokens/classic.min.js +31 -0
  266. package/dist/themes/static/variables/tokens/horizon.js +375 -0
  267. package/dist/themes/static/variables/tokens/horizon.min.js +31 -0
  268. package/dist/themes/static/variables/tokens/main.js +375 -0
  269. package/dist/themes/static/variables/tokens/main.min.js +31 -0
  270. package/editorManager.js +0 -1
  271. package/editorManager.mjs +0 -1
  272. package/editors/autocompleteEditor/autocompleteEditor.js +5 -23
  273. package/editors/autocompleteEditor/autocompleteEditor.mjs +6 -24
  274. package/editors/baseEditor/baseEditor.js +18 -13
  275. package/editors/baseEditor/baseEditor.mjs +18 -13
  276. package/editors/dateEditor/dateEditor.js +9 -3
  277. package/editors/dateEditor/dateEditor.mjs +9 -3
  278. package/editors/dropdownEditor/dropdownEditor.js +0 -2
  279. package/editors/dropdownEditor/dropdownEditor.mjs +0 -2
  280. package/editors/factory.d.ts +48 -0
  281. package/editors/factory.js +372 -0
  282. package/editors/factory.mjs +368 -0
  283. package/editors/handsontableEditor/handsontableEditor.js +0 -1
  284. package/editors/handsontableEditor/handsontableEditor.mjs +0 -1
  285. package/editors/index.d.ts +7 -0
  286. package/editors/index.js +14 -0
  287. package/editors/index.mjs +9 -2
  288. package/editors/intlDateEditor/index.d.ts +1 -0
  289. package/editors/intlDateEditor/index.js +6 -0
  290. package/editors/intlDateEditor/index.mjs +1 -0
  291. package/editors/intlDateEditor/intlDateEditor.d.ts +7 -0
  292. package/editors/intlDateEditor/intlDateEditor.js +76 -0
  293. package/editors/intlDateEditor/intlDateEditor.mjs +72 -0
  294. package/editors/intlTimeEditor/index.d.ts +1 -0
  295. package/editors/intlTimeEditor/index.js +6 -0
  296. package/editors/intlTimeEditor/index.mjs +1 -0
  297. package/editors/intlTimeEditor/intlTimeEditor.d.ts +7 -0
  298. package/editors/intlTimeEditor/intlTimeEditor.js +72 -0
  299. package/editors/intlTimeEditor/intlTimeEditor.mjs +68 -0
  300. package/editors/multiSelectEditor/controllers/dropdownController.js +566 -0
  301. package/editors/multiSelectEditor/controllers/dropdownController.mjs +561 -0
  302. package/editors/multiSelectEditor/controllers/inputController.js +101 -0
  303. package/editors/multiSelectEditor/controllers/inputController.mjs +96 -0
  304. package/editors/multiSelectEditor/controllers/selectedItemsController.js +124 -0
  305. package/editors/multiSelectEditor/controllers/selectedItemsController.mjs +120 -0
  306. package/editors/multiSelectEditor/controllers/utils.js +275 -0
  307. package/editors/multiSelectEditor/controllers/utils.mjs +258 -0
  308. package/editors/multiSelectEditor/index.js +6 -0
  309. package/editors/multiSelectEditor/index.mjs +1 -0
  310. package/editors/multiSelectEditor/multiSelectEditor.js +509 -0
  311. package/editors/multiSelectEditor/multiSelectEditor.mjs +504 -0
  312. package/editors/multiSelectEditor/utils/utils.js +57 -0
  313. package/editors/multiSelectEditor/utils/utils.mjs +50 -0
  314. package/editors/passwordEditor/passwordEditor.js +0 -1
  315. package/editors/passwordEditor/passwordEditor.mjs +0 -1
  316. package/editors/registry.js +4 -4
  317. package/editors/registry.mjs +4 -4
  318. package/editors/selectEditor/selectEditor.js +1 -1
  319. package/editors/selectEditor/selectEditor.mjs +1 -1
  320. package/editors/textEditor/textEditor.js +4 -2
  321. package/editors/textEditor/textEditor.mjs +4 -2
  322. package/eventManager.js +0 -2
  323. package/eventManager.mjs +0 -2
  324. package/focusManager/grid.js +0 -1
  325. package/focusManager/grid.mjs +0 -1
  326. package/focusManager/index.js +0 -2
  327. package/focusManager/scopeManager.js +5 -8
  328. package/focusManager/scopeManager.mjs +5 -8
  329. package/focusManager/utils/focusDetector.js +5 -11
  330. package/focusManager/utils/focusDetector.mjs +5 -11
  331. package/helpers/a11y.js +2 -0
  332. package/helpers/a11y.mjs +1 -0
  333. package/helpers/array.js +26 -15
  334. package/helpers/array.mjs +25 -15
  335. package/helpers/console.js +33 -0
  336. package/helpers/console.mjs +32 -0
  337. package/helpers/constants.js +4 -0
  338. package/helpers/constants.mjs +1 -0
  339. package/helpers/data.js +0 -4
  340. package/helpers/data.mjs +0 -4
  341. package/helpers/dateTime.d.ts +5 -0
  342. package/helpers/dateTime.js +110 -0
  343. package/helpers/dateTime.mjs +102 -0
  344. package/helpers/dom/element.d.ts +1 -1
  345. package/helpers/dom/element.js +23 -20
  346. package/helpers/dom/element.mjs +23 -20
  347. package/helpers/errors.d.ts +1 -0
  348. package/helpers/errors.js +21 -0
  349. package/helpers/errors.mjs +17 -0
  350. package/helpers/index.d.ts +2 -1
  351. package/helpers/mixed.js +10 -7
  352. package/helpers/mixed.mjs +10 -6
  353. package/helpers/moves.js +0 -4
  354. package/helpers/moves.mjs +0 -4
  355. package/helpers/number.js +0 -9
  356. package/helpers/number.mjs +0 -9
  357. package/helpers/object.js +47 -6
  358. package/helpers/object.mjs +45 -6
  359. package/helpers/string.js +15 -2
  360. package/helpers/string.mjs +14 -2
  361. package/helpers/templateLiteralTag.js +0 -3
  362. package/helpers/templateLiteralTag.mjs +0 -3
  363. package/helpers/unicode.js +0 -1
  364. package/helpers/unicode.mjs +0 -1
  365. package/helpers/wrappers/jquery.js +2 -2
  366. package/helpers/wrappers/jquery.mjs +2 -2
  367. package/i18n/index.js +0 -2
  368. package/i18n/phraseFormatters/substituteVariables.js +0 -2
  369. package/i18n/phraseFormatters/substituteVariables.mjs +0 -2
  370. package/i18n/registry.js +0 -2
  371. package/i18n/registry.mjs +0 -2
  372. package/index.d.ts +85 -9
  373. package/index.js +18 -3
  374. package/index.mjs +18 -3
  375. package/languages/all.js +1 -1
  376. package/languages/ar-AR.js +1 -1
  377. package/languages/cs-CZ.js +1 -1
  378. package/languages/de-CH.js +1 -1
  379. package/languages/de-DE.js +1 -1
  380. package/languages/en-US.js +1 -1
  381. package/languages/es-MX.js +1 -1
  382. package/languages/fa-IR.js +1 -1
  383. package/languages/fr-FR.js +1 -1
  384. package/languages/hr-HR.js +1 -1
  385. package/languages/index.js +1 -1
  386. package/languages/it-IT.js +1 -1
  387. package/languages/ja-JP.js +1 -1
  388. package/languages/ko-KR.js +1 -1
  389. package/languages/lv-LV.js +1 -1
  390. package/languages/nb-NO.js +1 -1
  391. package/languages/nl-NL.js +1 -1
  392. package/languages/pl-PL.js +1 -1
  393. package/languages/pt-BR.js +1 -1
  394. package/languages/ru-RU.js +1 -1
  395. package/languages/sr-SP.js +1 -1
  396. package/languages/zh-CN.js +1 -1
  397. package/languages/zh-TW.js +1 -1
  398. package/mixins/hooksRefRegisterer.js +0 -1
  399. package/mixins/hooksRefRegisterer.mjs +0 -1
  400. package/mixins/localHooks.js +0 -1
  401. package/mixins/localHooks.mjs +0 -1
  402. package/package.json +184 -78
  403. package/plugins/autoColumnSize/autoColumnSize.js +4 -7
  404. package/plugins/autoColumnSize/autoColumnSize.mjs +4 -7
  405. package/plugins/autoRowSize/autoRowSize.js +8 -9
  406. package/plugins/autoRowSize/autoRowSize.mjs +8 -9
  407. package/plugins/autofill/autofill.js +7 -8
  408. package/plugins/autofill/autofill.mjs +7 -8
  409. package/plugins/base/base.js +3 -7
  410. package/plugins/base/base.mjs +3 -7
  411. package/plugins/bindRowsWithHeaders/bindRowsWithHeaders.js +0 -1
  412. package/plugins/bindRowsWithHeaders/bindRowsWithHeaders.mjs +0 -1
  413. package/plugins/collapsibleColumns/collapsibleColumns.js +2 -3
  414. package/plugins/collapsibleColumns/collapsibleColumns.mjs +2 -3
  415. package/plugins/columnSorting/columnSorting.js +2 -64
  416. package/plugins/columnSorting/columnSorting.mjs +2 -64
  417. package/plugins/columnSorting/columnStatesManager.js +0 -3
  418. package/plugins/columnSorting/columnStatesManager.mjs +0 -3
  419. package/plugins/columnSorting/domHelpers.js +0 -1
  420. package/plugins/columnSorting/domHelpers.mjs +0 -1
  421. package/plugins/columnSorting/sortFunction/intlDate.js +17 -0
  422. package/plugins/columnSorting/sortFunction/intlDate.mjs +13 -0
  423. package/plugins/columnSorting/sortFunction/intlTime.js +17 -0
  424. package/plugins/columnSorting/sortFunction/intlTime.mjs +13 -0
  425. package/plugins/columnSorting/sortService/registry.js +5 -1
  426. package/plugins/columnSorting/sortService/registry.mjs +4 -0
  427. package/plugins/columnSorting/utils.js +107 -10
  428. package/plugins/columnSorting/utils.mjs +105 -10
  429. package/plugins/columnSummary/columnSummary.js +2 -2
  430. package/plugins/columnSummary/columnSummary.mjs +2 -2
  431. package/plugins/columnSummary/endpoints.js +0 -5
  432. package/plugins/columnSummary/endpoints.mjs +0 -5
  433. package/plugins/comments/commentEditor.js +0 -1
  434. package/plugins/comments/commentEditor.mjs +0 -1
  435. package/plugins/comments/comments.js +5 -6
  436. package/plugins/comments/comments.mjs +5 -6
  437. package/plugins/comments/displaySwitch.js +0 -1
  438. package/plugins/comments/displaySwitch.mjs +0 -1
  439. package/plugins/comments/editorResizeObserver.js +0 -3
  440. package/plugins/comments/editorResizeObserver.mjs +0 -3
  441. package/plugins/contextMenu/commandExecutor.js +2 -4
  442. package/plugins/contextMenu/commandExecutor.mjs +2 -4
  443. package/plugins/contextMenu/contextMenu.js +0 -1
  444. package/plugins/contextMenu/contextMenu.mjs +0 -1
  445. package/plugins/contextMenu/itemsFactory.js +0 -2
  446. package/plugins/contextMenu/itemsFactory.mjs +0 -2
  447. package/plugins/contextMenu/menu/cursor.js +0 -1
  448. package/plugins/contextMenu/menu/cursor.mjs +0 -1
  449. package/plugins/contextMenu/menu/index.js +0 -2
  450. package/plugins/contextMenu/menu/menu.js +3 -15
  451. package/plugins/contextMenu/menu/menu.mjs +3 -15
  452. package/plugins/contextMenu/menu/menuItemRenderer.js +4 -2
  453. package/plugins/contextMenu/menu/menuItemRenderer.mjs +4 -2
  454. package/plugins/contextMenu/menu/positioner.js +0 -1
  455. package/plugins/contextMenu/menu/positioner.mjs +0 -1
  456. package/plugins/contextMenu/menu/shortcuts.js +0 -3
  457. package/plugins/contextMenu/menu/shortcuts.mjs +0 -3
  458. package/plugins/contextMenu/menu/utils.js +0 -1
  459. package/plugins/contextMenu/menu/utils.mjs +0 -1
  460. package/plugins/copyPaste/copyPaste.js +53 -31
  461. package/plugins/copyPaste/copyPaste.mjs +54 -32
  462. package/plugins/copyPaste/copyableRanges.js +0 -2
  463. package/plugins/copyPaste/copyableRanges.mjs +0 -2
  464. package/plugins/customBorders/customBorders.js +3 -6
  465. package/plugins/customBorders/customBorders.mjs +3 -6
  466. package/plugins/customBorders/utils.js +0 -2
  467. package/plugins/customBorders/utils.mjs +0 -2
  468. package/plugins/dialog/dialog.js +3 -6
  469. package/plugins/dialog/dialog.mjs +3 -6
  470. package/plugins/dialog/templates/base.js +2 -2
  471. package/plugins/dialog/templates/base.mjs +2 -2
  472. package/plugins/dialog/templates/confirm.js +2 -5
  473. package/plugins/dialog/templates/confirm.mjs +2 -5
  474. package/plugins/dialog/ui.js +13 -8
  475. package/plugins/dialog/ui.mjs +13 -8
  476. package/plugins/dragToScroll/dragToScroll.js +0 -1
  477. package/plugins/dragToScroll/dragToScroll.mjs +0 -1
  478. package/plugins/dropdownMenu/dropdownMenu.js +0 -1
  479. package/plugins/dropdownMenu/dropdownMenu.mjs +0 -1
  480. package/plugins/emptyDataState/emptyDataState.js +0 -6
  481. package/plugins/emptyDataState/emptyDataState.mjs +0 -6
  482. package/plugins/emptyDataState/ui.js +0 -4
  483. package/plugins/emptyDataState/ui.mjs +0 -4
  484. package/plugins/exportFile/dataProvider.js +0 -2
  485. package/plugins/exportFile/dataProvider.mjs +0 -2
  486. package/plugins/exportFile/exportFile.js +3 -3
  487. package/plugins/exportFile/exportFile.mjs +3 -3
  488. package/plugins/exportFile/types/_base.js +0 -1
  489. package/plugins/exportFile/types/_base.mjs +0 -1
  490. package/plugins/exportFile/types/csv.js +0 -3
  491. package/plugins/exportFile/types/csv.mjs +0 -3
  492. package/plugins/filters/component/_base.js +3 -3
  493. package/plugins/filters/component/_base.mjs +3 -3
  494. package/plugins/filters/component/actionBar.js +0 -2
  495. package/plugins/filters/component/actionBar.mjs +0 -2
  496. package/plugins/filters/component/condition.js +2 -4
  497. package/plugins/filters/component/condition.mjs +2 -4
  498. package/plugins/filters/component/operators.js +2 -5
  499. package/plugins/filters/component/operators.mjs +2 -5
  500. package/plugins/filters/component/value.js +4 -12
  501. package/plugins/filters/component/value.mjs +4 -12
  502. package/plugins/filters/condition/intlDate/after.js +31 -0
  503. package/plugins/filters/condition/intlDate/after.mjs +26 -0
  504. package/plugins/filters/condition/intlDate/before.js +31 -0
  505. package/plugins/filters/condition/intlDate/before.mjs +26 -0
  506. package/plugins/filters/condition/intlDate/between.js +30 -0
  507. package/plugins/filters/condition/intlDate/between.mjs +25 -0
  508. package/plugins/filters/condition/intlDate/today.js +27 -0
  509. package/plugins/filters/condition/intlDate/today.mjs +22 -0
  510. package/plugins/filters/condition/intlDate/tomorrow.js +28 -0
  511. package/plugins/filters/condition/intlDate/tomorrow.mjs +23 -0
  512. package/plugins/filters/condition/intlDate/yesterday.js +28 -0
  513. package/plugins/filters/condition/intlDate/yesterday.mjs +23 -0
  514. package/plugins/filters/condition/intlTime/after.js +31 -0
  515. package/plugins/filters/condition/intlTime/after.mjs +26 -0
  516. package/plugins/filters/condition/intlTime/before.js +31 -0
  517. package/plugins/filters/condition/intlTime/before.mjs +26 -0
  518. package/plugins/filters/condition/intlTime/between.js +30 -0
  519. package/plugins/filters/condition/intlTime/between.mjs +25 -0
  520. package/plugins/filters/conditionCollection.js +3 -9
  521. package/plugins/filters/conditionCollection.mjs +3 -9
  522. package/plugins/filters/conditionRegisterer.js +3 -3
  523. package/plugins/filters/conditionRegisterer.mjs +3 -3
  524. package/plugins/filters/conditionUpdateObserver.js +3 -7
  525. package/plugins/filters/conditionUpdateObserver.mjs +3 -7
  526. package/plugins/filters/constants.js +14 -2
  527. package/plugins/filters/constants.mjs +14 -2
  528. package/plugins/filters/dataFilter.js +1 -3
  529. package/plugins/filters/dataFilter.mjs +1 -3
  530. package/plugins/filters/filters.js +36 -44
  531. package/plugins/filters/filters.mjs +36 -44
  532. package/plugins/filters/logicalOperationRegisterer.js +2 -2
  533. package/plugins/filters/logicalOperationRegisterer.mjs +2 -2
  534. package/plugins/filters/logicalOperations/conjunction.js +0 -2
  535. package/plugins/filters/logicalOperations/conjunction.mjs +0 -2
  536. package/plugins/filters/logicalOperations/disjunction.js +0 -2
  537. package/plugins/filters/logicalOperations/disjunction.mjs +0 -2
  538. package/plugins/filters/logicalOperations/disjunctionWithExtraCondition.js +2 -4
  539. package/plugins/filters/logicalOperations/disjunctionWithExtraCondition.mjs +2 -4
  540. package/plugins/filters/menu/focusController.js +0 -2
  541. package/plugins/filters/menu/focusController.mjs +0 -2
  542. package/plugins/filters/ui/_base.js +0 -1
  543. package/plugins/filters/ui/_base.mjs +0 -1
  544. package/plugins/filters/ui/input.js +1 -1
  545. package/plugins/filters/ui/input.mjs +1 -1
  546. package/plugins/filters/ui/link.js +0 -1
  547. package/plugins/filters/ui/link.mjs +0 -1
  548. package/plugins/filters/ui/multipleSelect.js +0 -6
  549. package/plugins/filters/ui/multipleSelect.mjs +0 -6
  550. package/plugins/filters/ui/radioInput.js +0 -1
  551. package/plugins/filters/ui/radioInput.mjs +0 -1
  552. package/plugins/filters/ui/select.js +0 -1
  553. package/plugins/filters/ui/select.mjs +0 -1
  554. package/plugins/filters/utils.js +0 -11
  555. package/plugins/filters/utils.mjs +0 -11
  556. package/plugins/formulas/engine/register.js +0 -4
  557. package/plugins/formulas/engine/register.mjs +0 -4
  558. package/plugins/formulas/engine/settings.js +0 -3
  559. package/plugins/formulas/engine/settings.mjs +0 -3
  560. package/plugins/formulas/formulas.js +0 -14
  561. package/plugins/formulas/formulas.mjs +0 -14
  562. package/plugins/formulas/indexSyncer/axisSyncer.js +0 -5
  563. package/plugins/formulas/indexSyncer/axisSyncer.mjs +0 -5
  564. package/plugins/formulas/indexSyncer/index.js +0 -1
  565. package/plugins/formulas/indexSyncer/index.mjs +0 -1
  566. package/plugins/hiddenColumns/contextMenuItem/hideColumn.js +0 -1
  567. package/plugins/hiddenColumns/contextMenuItem/hideColumn.mjs +0 -1
  568. package/plugins/hiddenColumns/contextMenuItem/showColumn.js +0 -3
  569. package/plugins/hiddenColumns/contextMenuItem/showColumn.mjs +0 -3
  570. package/plugins/hiddenColumns/hiddenColumns.js +1 -13
  571. package/plugins/hiddenColumns/hiddenColumns.mjs +1 -13
  572. package/plugins/hiddenRows/contextMenuItem/hideRow.js +0 -1
  573. package/plugins/hiddenRows/contextMenuItem/hideRow.mjs +0 -1
  574. package/plugins/hiddenRows/contextMenuItem/showRow.js +0 -3
  575. package/plugins/hiddenRows/contextMenuItem/showRow.mjs +0 -3
  576. package/plugins/hiddenRows/hiddenRows.js +1 -13
  577. package/plugins/hiddenRows/hiddenRows.mjs +1 -13
  578. package/plugins/index.d.ts +0 -3
  579. package/plugins/index.js +0 -3
  580. package/plugins/index.mjs +1 -3
  581. package/plugins/loading/loading.js +0 -1
  582. package/plugins/loading/loading.mjs +0 -1
  583. package/plugins/manualColumnFreeze/manualColumnFreeze.js +0 -4
  584. package/plugins/manualColumnFreeze/manualColumnFreeze.mjs +0 -4
  585. package/plugins/manualColumnMove/manualColumnMove.js +2 -36
  586. package/plugins/manualColumnMove/manualColumnMove.mjs +2 -36
  587. package/plugins/manualColumnMove/ui/_base.js +0 -1
  588. package/plugins/manualColumnMove/ui/_base.mjs +0 -1
  589. package/plugins/manualColumnResize/manualColumnResize.js +4 -39
  590. package/plugins/manualColumnResize/manualColumnResize.mjs +4 -39
  591. package/plugins/manualRowMove/manualRowMove.js +2 -37
  592. package/plugins/manualRowMove/manualRowMove.mjs +2 -37
  593. package/plugins/manualRowMove/ui/_base.js +0 -1
  594. package/plugins/manualRowMove/ui/_base.mjs +0 -1
  595. package/plugins/manualRowResize/manualRowResize.js +3 -38
  596. package/plugins/manualRowResize/manualRowResize.mjs +3 -38
  597. package/plugins/mergeCells/calculations/autofill.js +0 -3
  598. package/plugins/mergeCells/calculations/autofill.mjs +0 -3
  599. package/plugins/mergeCells/calculations/selection.js +0 -2
  600. package/plugins/mergeCells/calculations/selection.mjs +0 -2
  601. package/plugins/mergeCells/cellCoords.js +0 -1
  602. package/plugins/mergeCells/cellCoords.mjs +0 -1
  603. package/plugins/mergeCells/cellsCollection.js +0 -14
  604. package/plugins/mergeCells/cellsCollection.mjs +0 -14
  605. package/plugins/mergeCells/focusOrder.js +0 -4
  606. package/plugins/mergeCells/focusOrder.mjs +0 -4
  607. package/plugins/mergeCells/mergeCells.js +0 -14
  608. package/plugins/mergeCells/mergeCells.mjs +0 -14
  609. package/plugins/multiColumnSorting/domHelpers.js +0 -3
  610. package/plugins/multiColumnSorting/domHelpers.mjs +0 -3
  611. package/plugins/multiColumnSorting/multiColumnSorting.js +0 -1
  612. package/plugins/multiColumnSorting/multiColumnSorting.mjs +0 -1
  613. package/plugins/multipleSelectionHandles/multipleSelectionHandles.js +0 -2
  614. package/plugins/multipleSelectionHandles/multipleSelectionHandles.mjs +0 -2
  615. package/plugins/nestedHeaders/nestedHeaders.js +0 -4
  616. package/plugins/nestedHeaders/nestedHeaders.mjs +0 -4
  617. package/plugins/nestedHeaders/stateManager/headersTree.js +0 -1
  618. package/plugins/nestedHeaders/stateManager/headersTree.mjs +0 -1
  619. package/plugins/nestedHeaders/stateManager/index.js +0 -4
  620. package/plugins/nestedHeaders/stateManager/index.mjs +0 -4
  621. package/plugins/nestedHeaders/stateManager/matrixGenerator.js +0 -1
  622. package/plugins/nestedHeaders/stateManager/matrixGenerator.mjs +0 -1
  623. package/plugins/nestedHeaders/stateManager/nodeModifiers/collapse.js +0 -7
  624. package/plugins/nestedHeaders/stateManager/nodeModifiers/collapse.mjs +0 -7
  625. package/plugins/nestedHeaders/stateManager/nodeModifiers/expand.js +0 -7
  626. package/plugins/nestedHeaders/stateManager/nodeModifiers/expand.mjs +0 -7
  627. package/plugins/nestedHeaders/stateManager/nodeModifiers/hideColumn.js +3 -4
  628. package/plugins/nestedHeaders/stateManager/nodeModifiers/hideColumn.mjs +3 -4
  629. package/plugins/nestedHeaders/stateManager/nodeModifiers/index.js +2 -2
  630. package/plugins/nestedHeaders/stateManager/nodeModifiers/index.mjs +2 -2
  631. package/plugins/nestedHeaders/stateManager/nodeModifiers/showColumn.js +3 -3
  632. package/plugins/nestedHeaders/stateManager/nodeModifiers/showColumn.mjs +3 -3
  633. package/plugins/nestedHeaders/stateManager/settingsNormalizer.js +0 -1
  634. package/plugins/nestedHeaders/stateManager/settingsNormalizer.mjs +0 -1
  635. package/plugins/nestedHeaders/stateManager/sourceSettings.js +3 -4
  636. package/plugins/nestedHeaders/stateManager/sourceSettings.mjs +3 -4
  637. package/plugins/nestedHeaders/utils/ghostTable.js +1 -2
  638. package/plugins/nestedHeaders/utils/ghostTable.mjs +1 -2
  639. package/plugins/nestedRows/data/dataManager.js +0 -2
  640. package/plugins/nestedRows/data/dataManager.mjs +0 -2
  641. package/plugins/nestedRows/nestedRows.js +0 -12
  642. package/plugins/nestedRows/nestedRows.mjs +0 -12
  643. package/plugins/nestedRows/ui/_base.js +0 -1
  644. package/plugins/nestedRows/ui/_base.mjs +0 -1
  645. package/plugins/nestedRows/ui/collapsing.js +0 -1
  646. package/plugins/nestedRows/ui/collapsing.mjs +0 -1
  647. package/plugins/nestedRows/ui/contextMenu.js +0 -1
  648. package/plugins/nestedRows/ui/contextMenu.mjs +0 -1
  649. package/plugins/nestedRows/ui/headers.js +2 -4
  650. package/plugins/nestedRows/ui/headers.mjs +2 -4
  651. package/plugins/nestedRows/utils/rowMoveController.js +0 -6
  652. package/plugins/nestedRows/utils/rowMoveController.mjs +0 -6
  653. package/plugins/pagination/pagination.js +1 -7
  654. package/plugins/pagination/pagination.mjs +1 -7
  655. package/plugins/pagination/strategies/autoPageSize.js +0 -2
  656. package/plugins/pagination/strategies/autoPageSize.mjs +0 -2
  657. package/plugins/pagination/strategies/fixedPageSize.js +0 -1
  658. package/plugins/pagination/strategies/fixedPageSize.mjs +0 -1
  659. package/plugins/pagination/strategies/index.js +2 -2
  660. package/plugins/pagination/strategies/index.mjs +2 -2
  661. package/plugins/pagination/ui.js +0 -3
  662. package/plugins/pagination/ui.mjs +0 -3
  663. package/plugins/registry.js +2 -2
  664. package/plugins/registry.mjs +2 -2
  665. package/plugins/search/search.js +0 -2
  666. package/plugins/search/search.mjs +0 -2
  667. package/plugins/stretchColumns/calculator.js +1 -6
  668. package/plugins/stretchColumns/calculator.mjs +1 -6
  669. package/plugins/stretchColumns/strategies/_base.js +0 -1
  670. package/plugins/stretchColumns/strategies/_base.mjs +0 -1
  671. package/plugins/stretchColumns/strategies/all.js +0 -4
  672. package/plugins/stretchColumns/strategies/all.mjs +0 -4
  673. package/plugins/stretchColumns/strategies/last.js +0 -3
  674. package/plugins/stretchColumns/strategies/last.mjs +0 -3
  675. package/plugins/stretchColumns/stretchColumns.js +0 -3
  676. package/plugins/stretchColumns/stretchColumns.mjs +0 -3
  677. package/plugins/touchScroll/touchScroll.js +0 -2
  678. package/plugins/touchScroll/touchScroll.mjs +0 -2
  679. package/plugins/trimRows/trimRows.js +1 -12
  680. package/plugins/trimRows/trimRows.mjs +1 -12
  681. package/plugins/undoRedo/actions/_base.js +3 -3
  682. package/plugins/undoRedo/actions/_base.mjs +3 -3
  683. package/plugins/undoRedo/actions/cellAlignment.js +0 -1
  684. package/plugins/undoRedo/actions/cellAlignment.mjs +0 -1
  685. package/plugins/undoRedo/actions/columnMove.js +0 -3
  686. package/plugins/undoRedo/actions/columnMove.mjs +0 -3
  687. package/plugins/undoRedo/actions/columnSort.js +0 -1
  688. package/plugins/undoRedo/actions/columnSort.mjs +0 -1
  689. package/plugins/undoRedo/actions/createColumn.js +0 -1
  690. package/plugins/undoRedo/actions/createColumn.mjs +0 -1
  691. package/plugins/undoRedo/actions/createRow.js +0 -1
  692. package/plugins/undoRedo/actions/createRow.mjs +0 -1
  693. package/plugins/undoRedo/actions/dataChange.js +0 -6
  694. package/plugins/undoRedo/actions/dataChange.mjs +0 -6
  695. package/plugins/undoRedo/actions/filters.js +0 -3
  696. package/plugins/undoRedo/actions/filters.mjs +0 -3
  697. package/plugins/undoRedo/actions/mergeCells.js +0 -1
  698. package/plugins/undoRedo/actions/mergeCells.mjs +0 -1
  699. package/plugins/undoRedo/actions/removeColumn.js +0 -4
  700. package/plugins/undoRedo/actions/removeColumn.mjs +0 -4
  701. package/plugins/undoRedo/actions/removeRow.js +0 -4
  702. package/plugins/undoRedo/actions/removeRow.mjs +0 -4
  703. package/plugins/undoRedo/actions/rowMove.js +0 -3
  704. package/plugins/undoRedo/actions/rowMove.mjs +0 -3
  705. package/plugins/undoRedo/actions/unmergeCells.js +0 -1
  706. package/plugins/undoRedo/actions/unmergeCells.mjs +0 -1
  707. package/plugins/undoRedo/undoRedo.js +0 -87
  708. package/plugins/undoRedo/undoRedo.mjs +0 -87
  709. package/plugins/undoRedo/utils.js +1 -13
  710. package/plugins/undoRedo/utils.mjs +1 -13
  711. package/renderers/baseRenderer/baseRenderer.js +3 -1
  712. package/renderers/baseRenderer/baseRenderer.mjs +3 -1
  713. package/renderers/checkboxRenderer/checkboxRenderer.js +2 -7
  714. package/renderers/checkboxRenderer/checkboxRenderer.mjs +2 -7
  715. package/renderers/dateRenderer/dateRenderer.js +6 -0
  716. package/renderers/dateRenderer/dateRenderer.mjs +6 -0
  717. package/renderers/factory.d.ts +20 -0
  718. package/renderers/factory.js +51 -0
  719. package/renderers/factory.mjs +47 -0
  720. package/renderers/htmlRenderer/htmlRenderer.js +1 -4
  721. package/renderers/htmlRenderer/htmlRenderer.mjs +1 -4
  722. package/renderers/index.d.ts +7 -0
  723. package/renderers/index.js +10 -0
  724. package/renderers/index.mjs +7 -2
  725. package/renderers/intlDateRenderer/index.d.ts +1 -0
  726. package/renderers/intlDateRenderer/index.js +7 -0
  727. package/renderers/intlDateRenderer/index.mjs +1 -0
  728. package/renderers/intlDateRenderer/intlDateRenderer.d.ts +6 -0
  729. package/renderers/intlDateRenderer/intlDateRenderer.js +58 -0
  730. package/renderers/intlDateRenderer/intlDateRenderer.mjs +53 -0
  731. package/renderers/intlTimeRenderer/index.d.ts +1 -0
  732. package/renderers/intlTimeRenderer/index.js +7 -0
  733. package/renderers/intlTimeRenderer/index.mjs +1 -0
  734. package/renderers/intlTimeRenderer/intlTimeRenderer.d.ts +6 -0
  735. package/renderers/intlTimeRenderer/intlTimeRenderer.js +57 -0
  736. package/renderers/intlTimeRenderer/intlTimeRenderer.mjs +52 -0
  737. package/renderers/multiSelectRenderer/index.js +7 -0
  738. package/renderers/multiSelectRenderer/index.mjs +1 -0
  739. package/renderers/multiSelectRenderer/multiSelectRenderer.js +60 -0
  740. package/renderers/multiSelectRenderer/multiSelectRenderer.mjs +56 -0
  741. package/renderers/multiSelectRenderer/utils/utils.js +270 -0
  742. package/renderers/multiSelectRenderer/utils/utils.mjs +258 -0
  743. package/renderers/numericRenderer/index.d.ts +1 -1
  744. package/renderers/numericRenderer/index.js +1 -1
  745. package/renderers/numericRenderer/index.mjs +1 -1
  746. package/renderers/numericRenderer/numericRenderer.d.ts +1 -0
  747. package/renderers/numericRenderer/numericRenderer.js +19 -22
  748. package/renderers/numericRenderer/numericRenderer.mjs +18 -20
  749. package/renderers/numericRenderer/utils.js +64 -0
  750. package/renderers/numericRenderer/utils.mjs +57 -0
  751. package/renderers/passwordRenderer/passwordRenderer.js +22 -12
  752. package/renderers/passwordRenderer/passwordRenderer.mjs +21 -12
  753. package/renderers/registry.d.ts +1 -1
  754. package/renderers/registry.js +51 -3
  755. package/renderers/registry.mjs +51 -3
  756. package/renderers/textRenderer/textRenderer.js +0 -2
  757. package/renderers/textRenderer/textRenderer.mjs +0 -2
  758. package/renderers/timeRenderer/timeRenderer.js +6 -0
  759. package/renderers/timeRenderer/timeRenderer.mjs +6 -0
  760. package/selection/highlight/highlight.js +0 -2
  761. package/selection/highlight/highlight.mjs +0 -2
  762. package/selection/highlight/visualSelection.js +0 -1
  763. package/selection/highlight/visualSelection.mjs +0 -1
  764. package/selection/index.js +0 -2
  765. package/selection/mouseEventHandler.js +0 -2
  766. package/selection/mouseEventHandler.mjs +0 -2
  767. package/selection/range.js +0 -7
  768. package/selection/range.mjs +0 -7
  769. package/selection/selection.js +6 -15
  770. package/selection/selection.mjs +6 -15
  771. package/selection/transformation/_base.js +6 -6
  772. package/selection/transformation/_base.mjs +6 -6
  773. package/selection/transformation/focus.js +2 -2
  774. package/selection/transformation/focus.mjs +2 -2
  775. package/selection/utils.js +3 -13
  776. package/selection/utils.mjs +3 -13
  777. package/settings.d.ts +9 -3
  778. package/shortcutContexts/commands/editor/open.js +0 -2
  779. package/shortcutContexts/commands/editor/open.mjs +0 -2
  780. package/shortcutContexts/commands/moveCellSelection/inlineEnd.js +0 -2
  781. package/shortcutContexts/commands/moveCellSelection/inlineEnd.mjs +0 -2
  782. package/shortcutContexts/commands/moveCellSelection/inlineStart.js +0 -2
  783. package/shortcutContexts/commands/moveCellSelection/inlineStart.mjs +0 -2
  784. package/shortcutContexts/grid.js +11 -12
  785. package/shortcutContexts/grid.mjs +11 -12
  786. package/shortcutContexts/index.js +0 -2
  787. package/shortcuts/context.js +4 -8
  788. package/shortcuts/context.mjs +4 -8
  789. package/shortcuts/keyObserver.js +0 -7
  790. package/shortcuts/keyObserver.mjs +0 -7
  791. package/shortcuts/manager.js +2 -2
  792. package/shortcuts/manager.mjs +2 -2
  793. package/shortcuts/recorder.js +0 -1
  794. package/shortcuts/recorder.mjs +0 -1
  795. package/shortcuts/utils.js +0 -2
  796. package/shortcuts/utils.mjs +0 -2
  797. package/styles/handsontable.css +302 -83
  798. package/styles/handsontable.min.css +3 -3
  799. package/styles/handsontableStyles.js +6 -0
  800. package/styles/handsontableStyles.mjs +4 -0
  801. package/styles/ht-icons-horizon.css +55 -61
  802. package/styles/ht-icons-horizon.min.css +3 -3
  803. package/styles/ht-icons-main.css +55 -61
  804. package/styles/ht-icons-main.min.css +3 -3
  805. package/styles/ht-theme-classic-no-icons.css +302 -374
  806. package/styles/ht-theme-classic-no-icons.min.css +3 -3
  807. package/styles/ht-theme-classic.css +383 -408
  808. package/styles/ht-theme-classic.min.css +3 -3
  809. package/styles/ht-theme-horizon-no-icons.css +300 -378
  810. package/styles/ht-theme-horizon-no-icons.min.css +3 -3
  811. package/styles/ht-theme-horizon.css +381 -412
  812. package/styles/ht-theme-horizon.min.css +3 -3
  813. package/styles/ht-theme-main-no-icons.css +302 -371
  814. package/styles/ht-theme-main-no-icons.min.css +3 -3
  815. package/styles/ht-theme-main.css +383 -405
  816. package/styles/ht-theme-main.min.css +3 -3
  817. package/tableView.js +16 -4
  818. package/tableView.mjs +16 -4
  819. package/themes/engine/builder.js +251 -0
  820. package/themes/engine/builder.mjs +246 -0
  821. package/themes/engine/index.js +7 -0
  822. package/themes/engine/index.mjs +2 -0
  823. package/themes/engine/manager.js +188 -0
  824. package/themes/engine/manager.mjs +183 -0
  825. package/themes/engine/utils/cssVariables.js +132 -0
  826. package/themes/engine/utils/cssVariables.mjs +128 -0
  827. package/themes/engine/utils/validation.js +348 -0
  828. package/themes/engine/utils/validation.mjs +342 -0
  829. package/themes/index.js +15 -0
  830. package/themes/index.mjs +2 -0
  831. package/themes/registry.js +131 -0
  832. package/themes/registry.mjs +122 -0
  833. package/themes/static/variables/colors/ant.d.ts +4 -0
  834. package/themes/static/variables/colors/ant.js +32 -0
  835. package/themes/static/variables/colors/ant.mjs +30 -0
  836. package/themes/static/variables/colors/classic.d.ts +4 -0
  837. package/themes/static/variables/colors/classic.js +32 -0
  838. package/themes/static/variables/colors/classic.mjs +30 -0
  839. package/themes/static/variables/colors/horizon.d.ts +4 -0
  840. package/themes/static/variables/colors/horizon.js +32 -0
  841. package/themes/static/variables/colors/horizon.mjs +30 -0
  842. package/themes/static/variables/colors/main.d.ts +4 -0
  843. package/themes/static/variables/colors/main.js +32 -0
  844. package/themes/static/variables/colors/main.mjs +30 -0
  845. package/themes/static/variables/colors/material.d.ts +4 -0
  846. package/themes/static/variables/colors/material.js +32 -0
  847. package/themes/static/variables/colors/material.mjs +30 -0
  848. package/themes/static/variables/colors/shadcn.d.ts +4 -0
  849. package/themes/static/variables/colors/shadcn.js +32 -0
  850. package/themes/static/variables/colors/shadcn.mjs +30 -0
  851. package/themes/static/variables/density.d.ts +4 -0
  852. package/themes/static/variables/density.js +59 -0
  853. package/themes/static/variables/density.mjs +57 -0
  854. package/themes/static/variables/helpers/iconsMap.d.ts +3 -0
  855. package/themes/static/variables/helpers/iconsMap.js +139 -0
  856. package/themes/static/variables/helpers/iconsMap.mjs +135 -0
  857. package/themes/static/variables/icons/horizon.d.ts +4 -0
  858. package/themes/static/variables/icons/horizon.js +29 -0
  859. package/themes/static/variables/icons/horizon.mjs +28 -0
  860. package/themes/static/variables/icons/main.d.ts +4 -0
  861. package/themes/static/variables/icons/main.js +29 -0
  862. package/themes/static/variables/icons/main.mjs +28 -0
  863. package/themes/static/variables/sizing.d.ts +4 -0
  864. package/themes/static/variables/sizing.js +22 -0
  865. package/themes/static/variables/sizing.mjs +20 -0
  866. package/themes/static/variables/tokens/classic.d.ts +4 -0
  867. package/themes/static/variables/tokens/classic.js +270 -0
  868. package/themes/static/variables/tokens/classic.mjs +268 -0
  869. package/themes/static/variables/tokens/horizon.d.ts +4 -0
  870. package/themes/static/variables/tokens/horizon.js +270 -0
  871. package/themes/static/variables/tokens/horizon.mjs +268 -0
  872. package/themes/static/variables/tokens/main.d.ts +4 -0
  873. package/themes/static/variables/tokens/main.js +270 -0
  874. package/themes/static/variables/tokens/main.mjs +268 -0
  875. package/themes/theme/classic.d.ts +3 -0
  876. package/themes/theme/classic.js +14 -0
  877. package/themes/theme/classic.mjs +11 -0
  878. package/themes/theme/horizon.d.ts +3 -0
  879. package/themes/theme/horizon.js +14 -0
  880. package/themes/theme/horizon.mjs +11 -0
  881. package/themes/theme/index.d.ts +5 -0
  882. package/themes/theme/index.js +9 -0
  883. package/themes/theme/index.mjs +3 -0
  884. package/themes/theme/main.d.ts +3 -0
  885. package/themes/theme/main.js +14 -0
  886. package/themes/theme/main.mjs +11 -0
  887. package/themes.d.ts +491 -0
  888. package/translations/changesObservable/observable.js +0 -10
  889. package/translations/changesObservable/observable.mjs +0 -10
  890. package/translations/changesObservable/observer.js +0 -1
  891. package/translations/changesObservable/observer.mjs +0 -1
  892. package/translations/changesObservable/utils.js +0 -1
  893. package/translations/changesObservable/utils.mjs +0 -1
  894. package/translations/index.js +0 -2
  895. package/translations/indexMapper.js +3 -14
  896. package/translations/indexMapper.mjs +3 -14
  897. package/translations/mapCollections/aggregatedCollection.js +0 -2
  898. package/translations/mapCollections/aggregatedCollection.mjs +0 -2
  899. package/translations/mapCollections/index.js +0 -2
  900. package/translations/mapCollections/mapCollection.js +0 -3
  901. package/translations/mapCollections/mapCollection.mjs +0 -3
  902. package/translations/maps/hidingMap.js +0 -1
  903. package/translations/maps/hidingMap.mjs +0 -1
  904. package/translations/maps/index.js +2 -4
  905. package/translations/maps/index.mjs +2 -2
  906. package/translations/maps/indexMap.js +0 -2
  907. package/translations/maps/indexMap.mjs +0 -2
  908. package/translations/maps/linkedPhysicalIndexToValueMap.js +0 -3
  909. package/translations/maps/linkedPhysicalIndexToValueMap.mjs +0 -3
  910. package/translations/maps/trimmingMap.js +0 -1
  911. package/translations/maps/trimmingMap.mjs +0 -1
  912. package/translations/maps/utils/actionsOnIndexes.js +0 -2
  913. package/translations/maps/utils/actionsOnIndexes.mjs +0 -2
  914. package/translations/maps/utils/index.js +2 -2
  915. package/translations/maps/utils/index.mjs +2 -2
  916. package/translations/maps/utils/physicallyIndexed.js +0 -2
  917. package/translations/maps/utils/physicallyIndexed.mjs +0 -2
  918. package/utils/dataStructures/linkedList.js +0 -1
  919. package/utils/dataStructures/linkedList.mjs +0 -1
  920. package/utils/dataStructures/priorityMap.js +3 -5
  921. package/utils/dataStructures/priorityMap.mjs +3 -5
  922. package/utils/dataStructures/queue.js +0 -1
  923. package/utils/dataStructures/queue.mjs +0 -1
  924. package/utils/dataStructures/stack.js +0 -1
  925. package/utils/dataStructures/stack.mjs +0 -1
  926. package/utils/dataStructures/tree.js +2 -3
  927. package/utils/dataStructures/tree.mjs +2 -3
  928. package/utils/dataStructures/uniqueMap.js +2 -4
  929. package/utils/dataStructures/uniqueMap.mjs +2 -4
  930. package/utils/dataStructures/uniqueSet.js +2 -9
  931. package/utils/dataStructures/uniqueSet.mjs +2 -9
  932. package/utils/ghostTable.js +3 -6
  933. package/utils/ghostTable.mjs +3 -6
  934. package/utils/interval.js +0 -1
  935. package/utils/interval.mjs +0 -1
  936. package/utils/paginator.js +0 -7
  937. package/utils/paginator.mjs +0 -7
  938. package/utils/parseTable.js +0 -6
  939. package/utils/parseTable.mjs +0 -6
  940. package/utils/samplesGenerator.js +2 -3
  941. package/utils/samplesGenerator.mjs +2 -3
  942. package/utils/stylesHandler.js +49 -60
  943. package/utils/stylesHandler.mjs +48 -60
  944. package/validators/autocompleteValidator/autocompleteValidator.js +9 -1
  945. package/validators/autocompleteValidator/autocompleteValidator.mjs +10 -2
  946. package/validators/dateValidator/dateValidator.js +2 -2
  947. package/validators/dateValidator/dateValidator.mjs +1 -1
  948. package/validators/index.d.ts +6 -0
  949. package/validators/index.js +12 -0
  950. package/validators/index.mjs +7 -1
  951. package/validators/intlDateValidator/index.d.ts +1 -0
  952. package/validators/intlDateValidator/index.js +8 -0
  953. package/validators/intlDateValidator/index.mjs +1 -0
  954. package/validators/intlDateValidator/intlDateValidator.d.ts +6 -0
  955. package/validators/intlDateValidator/intlDateValidator.js +39 -0
  956. package/validators/intlDateValidator/intlDateValidator.mjs +34 -0
  957. package/validators/intlTimeValidator/index.d.ts +1 -0
  958. package/validators/intlTimeValidator/index.js +8 -0
  959. package/validators/intlTimeValidator/index.mjs +1 -0
  960. package/validators/intlTimeValidator/intlTimeValidator.d.ts +6 -0
  961. package/validators/intlTimeValidator/intlTimeValidator.js +39 -0
  962. package/validators/intlTimeValidator/intlTimeValidator.mjs +34 -0
  963. package/validators/multiSelectValidator/index.js +6 -0
  964. package/validators/multiSelectValidator/index.mjs +1 -0
  965. package/validators/multiSelectValidator/multiSelectValidator.js +84 -0
  966. package/validators/multiSelectValidator/multiSelectValidator.mjs +80 -0
  967. package/validators/registry.js +2 -2
  968. package/validators/registry.mjs +2 -2
  969. package/dist/README.md +0 -54
  970. package/dist/handsontable.css +0 -2551
  971. package/dist/handsontable.full.css +0 -2781
  972. package/dist/handsontable.full.min.css +0 -51
  973. package/dist/handsontable.min.css +0 -46
  974. package/helpers/date.d.ts +0 -1
  975. package/helpers/date.js +0 -22
  976. package/helpers/date.mjs +0 -18
  977. package/plugins/persistentState/index.d.ts +0 -1
  978. package/plugins/persistentState/index.js +0 -7
  979. package/plugins/persistentState/index.mjs +0 -1
  980. package/plugins/persistentState/persistentState.d.ts +0 -16
  981. package/plugins/persistentState/persistentState.js +0 -159
  982. package/plugins/persistentState/persistentState.mjs +0 -154
  983. package/plugins/persistentState/storage.js +0 -120
  984. package/plugins/persistentState/storage.mjs +0 -117
@@ -1,2551 +0,0 @@
1
- @charset "UTF-8";
2
- /*!
3
- * Copyright (c) HANDSONCODE sp. z o. o.
4
- *
5
- * HANDSONTABLE is a software distributed by HANDSONCODE sp. z o. o., a Polish corporation based in
6
- * Gdynia, Poland, at Aleja Zwyciestwa 96-98, registered by the District Court in Gdansk under number
7
- * 538651, EU tax ID number: PL5862294002, share capital: PLN 62,800.00.
8
- *
9
- * This software is protected by applicable copyright laws, including international treaties, and dual-
10
- * licensed - depending on whether your use for commercial purposes, meaning intended for or
11
- * resulting in commercial advantage or monetary compensation, or not.
12
- *
13
- * If your use is strictly personal or solely for evaluation purposes, meaning for the purposes of testing
14
- * the suitability, performance, and usefulness of this software outside the production environment,
15
- * you agree to be bound by the terms included in the "handsontable-non-commercial-license.pdf" file.
16
- *
17
- * Your use of this software for commercial purposes is subject to the terms included in an applicable
18
- * license agreement.
19
- *
20
- * In any case, you must not make any such use of this software as to develop software which may be
21
- * considered competitive with this software.
22
- *
23
- * UNLESS EXPRESSLY AGREED OTHERWISE, HANDSONCODE PROVIDES THIS SOFTWARE ON AN "AS IS"
24
- * BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, AND IN NO EVENT AND UNDER NO
25
- * LEGAL THEORY, SHALL HANDSONCODE BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY DIRECT,
26
- * INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING FROM
27
- * USE OR INABILITY TO USE THIS SOFTWARE.
28
- *
29
- * Version: 16.2.0
30
- * Release date: 25/11/2025 (built at 20/11/2025 13:27:05)
31
- */
32
- /**
33
- * Fix for bootstrap styles
34
- */
35
- .handsontable .table th, .handsontable .table td {
36
- border-top: none;
37
- }
38
-
39
- .handsontable tr {
40
- background: #fff;
41
- }
42
-
43
- .handsontable td {
44
- background-color: inherit;
45
- }
46
-
47
- .handsontable .table caption + thead tr:first-child th,
48
- .handsontable .table caption + thead tr:first-child td,
49
- .handsontable .table colgroup + thead tr:first-child th,
50
- .handsontable .table colgroup + thead tr:first-child td,
51
- .handsontable .table thead:first-child tr:first-child th,
52
- .handsontable .table thead:first-child tr:first-child td {
53
- border-top: 1px solid #CCCCCC;
54
- }
55
-
56
- /* table-bordered */
57
- .handsontable .table-bordered {
58
- border: 0;
59
- border-collapse: separate;
60
- }
61
-
62
- .handsontable .table-bordered th,
63
- .handsontable .table-bordered td {
64
- border-left: none;
65
- }
66
-
67
- .handsontable .table-bordered th:first-child,
68
- .handsontable .table-bordered td:first-child {
69
- border-left: 1px solid #CCCCCC;
70
- }
71
-
72
- .handsontable .table > tbody > tr > td,
73
- .handsontable .table > tbody > tr > th,
74
- .handsontable .table > tfoot > tr > td,
75
- .handsontable .table > tfoot > tr > th,
76
- .handsontable .table > thead > tr > td,
77
- .handsontable .table > thead > tr > th {
78
- line-height: 21px;
79
- padding: 0;
80
- }
81
-
82
- .col-lg-1.handsontable, .col-lg-10.handsontable, .col-lg-11.handsontable, .col-lg-12.handsontable,
83
- .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,
84
- .col-md-1.handsontable, .col-md-10.handsontable, .col-md-11.handsontable, .col-md-12.handsontable,
85
- .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,
86
- .col-sm-10.handsontable, .col-sm-11.handsontable, .col-sm-12.handsontable,
87
- .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,
88
- .col-xs-10.handsontable, .col-xs-11.handsontable, .col-xs-12.handsontable,
89
- .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 {
90
- padding-left: 0;
91
- padding-right: 0;
92
- }
93
-
94
- .handsontable.ht-wrapper {
95
- height: 100%;
96
- width: 100%;
97
- }
98
-
99
- .handsontable .table-striped > tbody > tr:nth-of-type(even) {
100
- background-color: #FFF;
101
- }
102
-
103
- .handsontable .hide {
104
- display: none;
105
- }
106
-
107
- .handsontable .relative {
108
- position: relative;
109
- }
110
-
111
- .handsontable .wtHider {
112
- position: relative;
113
- width: 0;
114
- }
115
-
116
- .handsontable .wtSpreader {
117
- position: relative;
118
- /* must be 0, otherwise blank space appears in scroll demo after scrolling max to the right */
119
- width: 0;
120
- height: auto;
121
- }
122
-
123
- .handsontable table,
124
- .handsontable tbody,
125
- .handsontable thead,
126
- .handsontable td,
127
- .handsontable th,
128
- .handsontable input,
129
- .handsontable textarea,
130
- .handsontable div {
131
- box-sizing: content-box;
132
- -webkit-box-sizing: content-box;
133
- -moz-box-sizing: content-box;
134
- }
135
-
136
- .handsontable input,
137
- .handsontable textarea {
138
- min-height: initial;
139
- }
140
-
141
- .handsontable table.htCore {
142
- border-collapse: separate;
143
- /* it must be separate, otherwise there are offset miscalculations in WebKit: http://stackoverflow.com/questions/2655987/border-collapse-differences-in-ff-and-webkit */
144
- /* this actually only changes appearance of user selection - does not make text unselectable */
145
- /* -webkit-user-select: none;
146
- -khtml-user-select: none;
147
- -moz-user-select: none;
148
- -o-user-select: none;
149
- -ms-user-select: none;
150
- user-select: none; // no browser supports unprefixed version
151
- */
152
- border-spacing: 0;
153
- margin: 0;
154
- border-width: 0;
155
- table-layout: fixed;
156
- width: 0;
157
- outline-width: 0;
158
- cursor: default;
159
- /* reset bootstrap table style. for more info see: https://github.com/handsontable/handsontable/issues/224 */
160
- max-width: none;
161
- max-height: none;
162
- }
163
-
164
- .handsontable col {
165
- width: 50px;
166
- }
167
-
168
- .handsontable col.rowHeader {
169
- width: 50px;
170
- }
171
-
172
- .handsontable th,
173
- .handsontable td {
174
- border-top-width: 0;
175
- border-left-width: 0;
176
- border-right: 1px solid #ccc;
177
- border-bottom: 1px solid #ccc;
178
- height: 22px;
179
- empty-cells: show;
180
- line-height: 21px;
181
- padding: 0 4px 0 4px;
182
- /* top, bottom padding different than 0 is handled poorly by FF with HTML5 doctype */
183
- background-color: #fff;
184
- vertical-align: top;
185
- overflow: hidden;
186
- outline: none;
187
- outline-width: 0;
188
- white-space: pre-wrap;
189
- }
190
-
191
- [dir=rtl].handsontable th, [dir=rtl].handsontable td {
192
- border-right-width: 0;
193
- border-left: 1px solid #ccc;
194
- }
195
-
196
- .handsontable th:last-child {
197
- /* Foundation framework fix */
198
- border-left: none;
199
- border-right: 1px solid #ccc;
200
- border-bottom: 1px solid #ccc;
201
- }
202
-
203
- [dir=rtl].handsontable th:last-child {
204
- /* Foundation framework fix */
205
- border-right: none;
206
- border-left: 1px solid #ccc;
207
- }
208
-
209
- .handsontable th:first-child,
210
- .handsontable .ht_clone_inline_start td:first-of-type,
211
- .handsontable .ht_clone_top_inline_start_corner td:first-of-type,
212
- .handsontable .ht_clone_bottom_inline_start_corner td:first-of-type,
213
- .handsontable.ht-wrapper:not(.htFirstDatasetColumnNotRendered) td:first-of-type {
214
- border-left: 1px solid #ccc;
215
- }
216
-
217
- [dir=rtl].handsontable th:first-child, [dir=rtl].handsontable.ht-wrapper:not(.htFirstDatasetColumnNotRendered) td:first-of-type {
218
- border-right: 1px solid #ccc;
219
- }
220
-
221
- /* It removes double right border from first column header when row headers are disabled */
222
- .handsontable .ht_clone_top th:nth-child(2) {
223
- border-left-width: 0;
224
- border-right: 1px solid #ccc;
225
- }
226
-
227
- [dir=rtl].handsontable .ht_clone_top th:nth-child(2) {
228
- border-right-width: 0;
229
- border-left: 1px solid #ccc;
230
- }
231
-
232
- .handsontable.htRowHeaders thead tr th:nth-child(2) {
233
- border-left: 1px solid #ccc;
234
- }
235
-
236
- [dir=rtl].handsontable.htRowHeaders thead tr th:nth-child(2) {
237
- border-right: 1px solid #ccc;
238
- }
239
-
240
- .handsontable tr:first-child th,
241
- .handsontable tr:first-child td {
242
- border-top: 1px solid #ccc;
243
- }
244
-
245
- .ht_master:not(.innerBorderInlineStart):not(.emptyColumns) tbody tr th,
246
- .ht_master:not(.innerBorderInlineStart):not(.emptyColumns) thead tr th:first-child,
247
- .ht_master:not(.innerBorderInlineStart):not(.emptyColumns) ~ .handsontable:not(.htGhostTable) tbody tr th,
248
- .ht_master:not(.innerBorderInlineStart):not(.emptyColumns) ~ .handsontable:not(.ht_clone_top):not(.htGhostTable) thead tr th:first-child {
249
- border-right-width: 0;
250
- border-left: 1px solid #ccc;
251
- }
252
-
253
- [dir=rtl].ht_master:not(.innerBorderInlineStart):not(.emptyColumns) tbody tr th, [dir=rtl].ht_master:not(.innerBorderInlineStart):not(.emptyColumns) thead tr th:first-child, [dir=rtl].ht_master:not(.innerBorderInlineStart):not(.emptyColumns) ~ .handsontable:not(.htGhostTable) tbody tr th, [dir=rtl].ht_master:not(.innerBorderInlineStart):not(.emptyColumns) ~ .handsontable:not(.ht_clone_top):not(.htGhostTable) thead tr th:first-child {
254
- border-left-width: 0;
255
- border-right: 1px solid #ccc;
256
- }
257
-
258
- /*
259
- innerBorderTop - Property controlled by top overlay
260
- innerBorderBottom - Property controlled by bottom overlay
261
- */
262
- .ht_master:not(.innerBorderTop):not(.innerBorderBottom) thead tr:last-child th,
263
- .ht_master:not(.innerBorderTop):not(.innerBorderBottom) ~ .handsontable thead tr:last-child th,
264
- .ht_master:not(.innerBorderTop):not(.innerBorderBottom) thead tr.lastChild th,
265
- .ht_master:not(.innerBorderTop):not(.innerBorderBottom) ~ .handsontable thead tr.lastChild th {
266
- border-bottom-width: 0;
267
- }
268
-
269
- .handsontable th {
270
- background-color: #f0f0f0;
271
- color: #222;
272
- text-align: center;
273
- font-weight: normal;
274
- white-space: nowrap;
275
- }
276
-
277
- .handsontable thead th {
278
- padding: 0;
279
- }
280
-
281
- .handsontable th.active {
282
- background-color: #ccc;
283
- }
284
-
285
- .handsontable thead th .relative {
286
- padding: 2px 4px;
287
- }
288
-
289
- .handsontable span.colHeader {
290
- display: inline-block;
291
- line-height: 1.1;
292
- }
293
-
294
- /* Selection */
295
- .handsontable .wtBorder {
296
- position: absolute;
297
- font-size: 0;
298
- }
299
-
300
- .handsontable .wtBorder.hidden {
301
- display: none !important;
302
- }
303
-
304
- .handsontable .wtBorder:nth-child(1),
305
- .handsontable .wtBorder:nth-child(3) {
306
- z-index: 2;
307
- }
308
-
309
- .handsontable .wtBorder:nth-child(2),
310
- .handsontable .wtBorder:nth-child(4) {
311
- z-index: 1;
312
- }
313
-
314
- /* A layer order of the selection types */
315
- .handsontable .wtBorder.current {
316
- z-index: 10;
317
- }
318
-
319
- .handsontable .wtBorder.area {
320
- z-index: 8;
321
- }
322
-
323
- .handsontable .wtBorder.fill {
324
- z-index: 6;
325
- }
326
-
327
- /* fill handle */
328
- .handsontable .wtBorder.corner {
329
- font-size: 0;
330
- cursor: crosshair;
331
- }
332
-
333
- /* dashed borders */
334
- .htBorders .wtBorder.ht-border-style-dashed-vertical {
335
- background-image: repeating-linear-gradient(
336
- to bottom,
337
- var(--ht-custom-border-color) 0 5px,
338
- transparent 0 10px
339
- );
340
- }
341
-
342
- .htBorders .wtBorder.ht-border-style-dashed-horizontal {
343
- background-image: repeating-linear-gradient(
344
- to right,
345
- var(--ht-custom-border-color) 0 5px,
346
- transparent 0 10px
347
- );
348
- }
349
-
350
- .htBorders .wtBorder.ht-border-style-dotted-horizontal {
351
- background-image: radial-gradient(circle, var(--ht-custom-border-color) calc(var(--ht-custom-border-size) / 2), transparent 0);
352
- background-size: calc(var(--ht-custom-border-size) * 2) var(--ht-custom-border-size);
353
- background-repeat: repeat-x;
354
- }
355
-
356
- .htBorders .wtBorder.ht-border-style-dotted-vertical {
357
- background-image: radial-gradient(circle, var(--ht-custom-border-color) calc(var(--ht-custom-border-size) / 2), transparent 0);
358
- background-size: var(--ht-custom-border-size) calc(var(--ht-custom-border-size) * 2);
359
- background-repeat: repeat-y;
360
- }
361
-
362
- .ht_clone_master {
363
- z-index: 100;
364
- }
365
-
366
- .ht_clone_inline_start {
367
- z-index: 120;
368
- }
369
-
370
- .ht_clone_bottom {
371
- z-index: 130;
372
- }
373
-
374
- .ht_clone_bottom_inline_start_corner {
375
- z-index: 150;
376
- }
377
-
378
- .ht_clone_top {
379
- z-index: 160;
380
- }
381
-
382
- .ht_clone_top_inline_start_corner {
383
- z-index: 180;
384
- }
385
-
386
- .handsontable col.hidden {
387
- width: 0 !important;
388
- }
389
-
390
- .handsontable tr.hidden,
391
- .handsontable tr.hidden td,
392
- .handsontable tr.hidden th {
393
- display: none;
394
- }
395
-
396
- .ht_master,
397
- .ht_clone_inline_start,
398
- .ht_clone_top,
399
- .ht_clone_bottom {
400
- overflow: hidden;
401
- }
402
-
403
- .ht_master .wtHolder {
404
- overflow: auto;
405
- }
406
-
407
- .handsontable .ht_master table.htCore > thead,
408
- .handsontable .ht_master table.htCore > tbody > tr > th,
409
- .handsontable .ht_clone_inline_start table.htCore > thead {
410
- visibility: hidden;
411
- }
412
-
413
- .ht_clone_top .wtHolder,
414
- .ht_clone_inline_start .wtHolder,
415
- .ht_clone_bottom .wtHolder {
416
- overflow: hidden;
417
- }
418
-
419
- .handsontable {
420
- position: relative;
421
- touch-action: manipulation;
422
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif;
423
- font-size: 13px;
424
- font-weight: normal;
425
- color: #373737;
426
- }
427
-
428
- .handsontable a {
429
- color: #104acc;
430
- }
431
-
432
- .handsontable.htAutoSize {
433
- visibility: hidden;
434
- left: -99000px;
435
- position: absolute;
436
- top: -99000px;
437
- }
438
-
439
- .handsontable td.htInvalid {
440
- /* gives priority over td.area selection background */
441
- background-color: #ffbeba !important;
442
- }
443
-
444
- .handsontable td.htNoWrap {
445
- white-space: nowrap;
446
- }
447
-
448
- .handsontable td.invisibleSelection,
449
- .handsontable th.invisibleSelection {
450
- outline: none;
451
- }
452
-
453
- .handsontable td.invisibleSelection::selection,
454
- .handsontable th.invisibleSelection::selection {
455
- background: rgba(255, 255, 255, 0);
456
- }
457
-
458
- .hot-display-license-info {
459
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif;
460
- font-size: 10px;
461
- font-weight: normal;
462
- color: #373737;
463
- padding: 5px 0 3px 0;
464
- text-align: left;
465
- }
466
-
467
- .hot-display-license-info a {
468
- color: #104acc;
469
- font-size: 10px;
470
- }
471
-
472
- .htFocusCatcher {
473
- position: absolute;
474
- z-index: -1;
475
- opacity: 0;
476
- border: 0;
477
- margin: 0;
478
- padding: 0;
479
- width: 0;
480
- height: 0;
481
- }
482
-
483
- .handsontable .htTextEllipsis {
484
- text-overflow: ellipsis;
485
- overflow: hidden;
486
- white-space: nowrap;
487
- }
488
-
489
- /* plugins */
490
- /* row + column resizer */
491
- .handsontable .manualColumnResizer {
492
- position: absolute;
493
- top: 0;
494
- cursor: col-resize;
495
- z-index: 210;
496
- width: 5px;
497
- height: 25px;
498
- }
499
-
500
- .handsontable .manualRowResizer {
501
- position: absolute;
502
- left: 0;
503
- cursor: row-resize;
504
- z-index: 210;
505
- height: 5px;
506
- width: 50px;
507
- }
508
-
509
- .handsontable .manualColumnResizer:hover,
510
- .handsontable .manualColumnResizer.active,
511
- .handsontable .manualRowResizer:hover,
512
- .handsontable .manualRowResizer.active {
513
- background-color: #34a9db;
514
- }
515
-
516
- .handsontable .manualColumnResizerGuide {
517
- position: absolute;
518
- right: unset;
519
- top: 0;
520
- background-color: #34a9db;
521
- display: none;
522
- width: 0;
523
- border-right: 1px dashed #777;
524
- border-left: none;
525
- margin-left: 5px;
526
- margin-right: unset;
527
- }
528
-
529
- [dir=rtl].handsontable .manualColumnResizerGuide {
530
- left: unset;
531
- border-left: 1px dashed #777;
532
- border-right: none;
533
- margin-right: 5px;
534
- margin-left: unset;
535
- }
536
-
537
- .handsontable .manualRowResizerGuide {
538
- position: absolute;
539
- left: 0;
540
- bottom: 0;
541
- background-color: #34a9db;
542
- display: none;
543
- height: 0;
544
- border-bottom: 1px dashed #777;
545
- margin-top: 5px;
546
- }
547
-
548
- .handsontable .manualColumnResizerGuide.active,
549
- .handsontable .manualRowResizerGuide.active {
550
- display: block;
551
- z-index: 209;
552
- }
553
-
554
- .handsontable td.area,
555
- .handsontable td.area-1,
556
- .handsontable td.area-2,
557
- .handsontable td.area-3,
558
- .handsontable td.area-4,
559
- .handsontable td.area-5,
560
- .handsontable td.area-6,
561
- .handsontable td.area-7 {
562
- position: relative;
563
- }
564
-
565
- .handsontable td.area::before,
566
- .handsontable td.area-1::before,
567
- .handsontable td.area-2::before,
568
- .handsontable td.area-3::before,
569
- .handsontable td.area-4::before,
570
- .handsontable td.area-5::before,
571
- .handsontable td.area-6::before,
572
- .handsontable td.area-7::before {
573
- content: "";
574
- position: absolute;
575
- top: 0;
576
- left: 0;
577
- right: 0;
578
- bottom: 0;
579
- background: #005eff;
580
- }
581
-
582
- .handsontable td.area::before {
583
- opacity: 0.1;
584
- }
585
-
586
- .handsontable td.area-1::before {
587
- opacity: 0.2;
588
- }
589
-
590
- .handsontable td.area-2::before {
591
- opacity: 0.27;
592
- }
593
-
594
- .handsontable td.area-3::before {
595
- opacity: 0.35;
596
- }
597
-
598
- .handsontable td.area-4::before {
599
- opacity: 0.41;
600
- }
601
-
602
- .handsontable td.area-5::before {
603
- opacity: 0.47;
604
- }
605
-
606
- .handsontable td.area-6::before {
607
- opacity: 0.54;
608
- }
609
-
610
- .handsontable td.area-7::before {
611
- opacity: 0.58;
612
- }
613
-
614
- .handsontable tbody th.current,
615
- .handsontable thead th.current {
616
- box-shadow: inset 0 0 0 2px #4b89ff;
617
- }
618
-
619
- .handsontable tbody th.ht__highlight,
620
- .handsontable thead th.ht__highlight {
621
- background-color: #dcdcdc;
622
- }
623
-
624
- .handsontable tbody th.ht__active_highlight,
625
- .handsontable thead th.ht__active_highlight {
626
- background-color: #8eb0e7;
627
- color: #000;
628
- }
629
-
630
- .handsontableInput {
631
- border: none;
632
- outline-width: 0;
633
- margin: 0;
634
- padding: 1px 5px 0 5px;
635
- font-family: inherit;
636
- line-height: 21px;
637
- font-size: inherit;
638
- box-shadow: 0 0 0 2px #5292F7 inset;
639
- resize: none;
640
- /* below are needed to overwrite stuff added by jQuery UI Bootstrap theme */
641
- display: block;
642
- color: #000;
643
- border-radius: 0;
644
- background-color: #FFF;
645
- box-sizing: border-box !important;
646
- /* overwrite styles potentionally made by a framework */
647
- }
648
-
649
- .handsontableInput:focus {
650
- outline: none;
651
- }
652
-
653
- .handsontableInputHolder {
654
- position: absolute;
655
- top: 0;
656
- left: 0;
657
- }
658
-
659
- .htSelectEditor {
660
- position: absolute;
661
-
662
- select {
663
- -webkit-appearance: menulist-button !important;
664
- width: 100%;
665
- height: 100%;
666
- border: 2px solid #4b89ff;
667
- box-sizing: border-box !important;
668
- }
669
- }
670
-
671
- .htSelectEditor select:focus {
672
- outline: none;
673
- }
674
-
675
- .htSelectEditor .htAutocompleteArrow {
676
- display: none;
677
- }
678
-
679
- /*
680
- TextRenderer readOnly cell
681
- */
682
- .handsontable .htDimmed {
683
- color: #777;
684
- }
685
-
686
- .handsontable .htSubmenu {
687
- position: relative;
688
- }
689
-
690
- .handsontable .htSubmenu ::after {
691
- content: "▶";
692
- color: #777;
693
- position: absolute;
694
- right: 5px;
695
- font-size: 9px;
696
- }
697
-
698
- [dir=rtl].handsontable .htSubmenu ::after {
699
- content: "";
700
- }
701
-
702
- [dir=rtl].handsontable .htSubmenu ::before {
703
- content: "◀";
704
- color: #777;
705
- position: absolute;
706
- left: 5px;
707
- font-size: 9px;
708
- }
709
-
710
- /*
711
- TextRenderer horizontal alignment
712
- */
713
- .handsontable .htLeft {
714
- text-align: left;
715
- }
716
-
717
- .handsontable .htCenter {
718
- text-align: center;
719
- }
720
-
721
- .handsontable .htRight {
722
- text-align: right;
723
- }
724
-
725
- .handsontable .htJustify {
726
- text-align: justify;
727
- }
728
-
729
- /*
730
- TextRenderer vertical alignment
731
- */
732
- .handsontable .htTop {
733
- vertical-align: top;
734
- }
735
-
736
- .handsontable .htMiddle {
737
- vertical-align: middle;
738
- }
739
-
740
- .handsontable .htBottom {
741
- vertical-align: bottom;
742
- }
743
-
744
- /*
745
- TextRenderer placeholder value
746
- */
747
- .handsontable .htPlaceholder {
748
- color: #999;
749
- }
750
-
751
- /**
752
- * Handsontable listbox theme
753
- */
754
- .handsontable.listbox {
755
- border: 1px solid #ccc;
756
- margin: 0;
757
- }
758
-
759
- .handsontable.listbox.autocompleteEditor,
760
- .handsontable.listbox.dropdownEditor {
761
- border-width: 0;
762
- }
763
-
764
- .handsontable.listbox .ht_master table {
765
- border-collapse: separate;
766
- background: white;
767
- }
768
-
769
- .handsontable.listbox.autocompleteEditor .ht_master table,
770
- .handsontable.listbox.dropdownEditor .ht_master table {
771
- border: 1px solid #ccc;
772
- }
773
-
774
- .handsontable.listbox th,
775
- .handsontable.listbox tr:first-child th,
776
- .handsontable.listbox tr:last-child th,
777
- .handsontable.listbox tr:first-child td,
778
- .handsontable.listbox td {
779
- border-color: transparent !important;
780
- }
781
-
782
- .handsontable.listbox th,
783
- .handsontable.listbox td {
784
- white-space: nowrap;
785
- text-overflow: ellipsis;
786
- }
787
-
788
- .handsontable.listbox td.htDimmed {
789
- cursor: default;
790
- color: inherit;
791
- font-style: inherit;
792
- }
793
-
794
- .handsontable.listbox .wtBorder {
795
- visibility: hidden;
796
- }
797
-
798
- .handsontable.listbox tr td.current,
799
- .handsontable.listbox tr:hover td {
800
- background: #eee;
801
- }
802
-
803
- .ht_editor_hidden {
804
- z-index: -1;
805
- }
806
-
807
- .ht_editor_visible {
808
- z-index: 200;
809
- }
810
-
811
- .handsontable td.htSearchResult {
812
- background: #fcedd9;
813
- color: #583707;
814
- }
815
- /*
816
-
817
- Handsontable Mobile Text Editor stylesheet
818
-
819
- */
820
- .handsontable.mobile,
821
- .handsontable.mobile .wtHolder {
822
- -webkit-touch-callout: none;
823
- -webkit-user-select: none;
824
- -khtml-user-select: none;
825
- -moz-user-select: none;
826
- -ms-user-select: none;
827
- user-select: none;
828
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
829
- -webkit-overflow-scrolling: touch;
830
- }
831
-
832
- .handsontable.mobile .handsontableInput:focus {
833
- -webkit-box-shadow: 0 0 0 2px #5292f7 inset;
834
- -moz-box-shadow: 0 0 0 2px #5292f7 inset;
835
- box-shadow: 0 0 0 2px #5292f7 inset;
836
- -webkit-appearance: none;
837
- }
838
-
839
- /* Initial left/top coordinates - overwritten when actual position is set */
840
- .handsontable .topSelectionHandle,
841
- .handsontable .topSelectionHandle-HitArea,
842
- .handsontable .bottomSelectionHandle,
843
- .handsontable .bottomSelectionHandle-HitArea {
844
- left: -10000px;
845
- right: unset;
846
- top: -10000px;
847
- z-index: 9999;
848
- }
849
-
850
- [dir=rtl].handsontable .topSelectionHandle, [dir=rtl].handsontable .topSelectionHandle-HitArea, [dir=rtl].handsontable .bottomSelectionHandle, [dir=rtl].handsontable .bottomSelectionHandle-HitArea {
851
- right: -10000px;
852
- left: unset;
853
- }
854
-
855
- .handsontable.hide-tween {
856
- -webkit-animation: opacity-hide 0.3s;
857
- animation: opacity-hide 0.3s;
858
- animation-fill-mode: forwards;
859
- -webkit-animation-fill-mode: forwards;
860
- }
861
-
862
- .handsontable.show-tween {
863
- -webkit-animation: opacity-show 0.3s;
864
- animation: opacity-show 0.3s;
865
- animation-fill-mode: forwards;
866
- -webkit-animation-fill-mode: forwards;
867
- }
868
- /*
869
- AutocompleteRenderer down arrow
870
- */
871
- .handsontable .htAutocompleteArrow {
872
- float: right;
873
- font-size: 10px;
874
- color: #bbbbbb;
875
- cursor: default;
876
- width: 16px;
877
- text-align: center;
878
- }
879
-
880
- [dir=rtl].handsontable .htAutocompleteArrow {
881
- float: left;
882
- }
883
-
884
- .handsontable td.htInvalid .htAutocompleteArrow {
885
- color: #555555;
886
- }
887
-
888
- .handsontable td.htInvalid .htAutocompleteArrow:hover {
889
- color: #1a1a1a;
890
- }
891
-
892
- .handsontable td .htAutocompleteArrow:hover {
893
- color: #777;
894
- }
895
-
896
- .handsontable td.area .htAutocompleteArrow {
897
- color: #d3d3d3;
898
- }
899
- /*
900
- CheckboxRenderer
901
- */
902
- .handsontable .htCheckboxRendererInput.noValue {
903
- opacity: 0.5;
904
- }
905
-
906
- .handsontable .htCheckboxRendererLabel {
907
- font-size: inherit;
908
- vertical-align: middle;
909
- cursor: pointer;
910
- display: inline-block;
911
- }
912
-
913
- .handsontable .htCheckboxRendererLabel.fullWidth {
914
- width: 100%;
915
- }
916
-
917
- .handsontable .collapsibleIndicator {
918
- position: absolute;
919
- top: 50%;
920
- transform: translate(0%, -50%);
921
- left: unset;
922
- right: 5px;
923
- border: 1px solid #A6A6A6;
924
- line-height: 8px;
925
- color: #222;
926
- border-radius: 10px;
927
- font-size: 10px;
928
- width: 10px;
929
- height: 10px;
930
- cursor: pointer;
931
- -webkit-box-shadow: 0 0 0 6px rgb(238, 238, 238);
932
- -moz-box-shadow: 0 0 0 6px rgb(238, 238, 238);
933
- box-shadow: 0 0 0 3px rgb(238, 238, 238);
934
- background: #eee;
935
- text-align: center;
936
- }
937
-
938
- [dir=rtl].handsontable .collapsibleIndicator {
939
- right: unset;
940
- left: 5px;
941
- }
942
-
943
- .handsontable[dir=ltr] thead th:has(.collapsibleIndicator) div.htRight span.colHeader {
944
- margin-right: 20px;
945
- }
946
-
947
- .handsontable[dir=rtl] thead th:has(.collapsibleIndicator) div.htLeft span.colHeader {
948
- margin-left: 20px;
949
- }
950
-
951
- .handsontable .columnSorting {
952
- position: relative;
953
- }
954
-
955
- .handsontable[dir=ltr] div.htRight span[class*=ascending],
956
- .handsontable[dir=ltr] div.htRight span[class*=descending] {
957
- margin-right: 10px;
958
- margin-left: -10px;
959
- }
960
-
961
- .handsontable[dir=rtl] div.htLeft span[class*=ascending],
962
- .handsontable[dir=rtl] div.htLeft span[class*=descending] {
963
- margin-left: 10px;
964
- margin-right: -10px;
965
- }
966
-
967
- .handsontable[dir=ltr] div.htRight span[class*=ascending]:only-child,
968
- .handsontable[dir=ltr] div.htRight span[class*=descending]:only-child {
969
- margin-right: 15px;
970
- margin-left: -15px;
971
- }
972
-
973
- .handsontable[dir=rtl] div.htLeft span[class*=ascending]:only-child,
974
- .handsontable[dir=rtl] div.htLeft span[class*=descending]:only-child {
975
- margin-left: 15px;
976
- margin-right: -15px;
977
- }
978
-
979
- .handsontable .columnSorting.sortAction:hover {
980
- text-decoration: underline;
981
- cursor: pointer;
982
- } /* Arrow position */
983
- .handsontable span.colHeader.columnSorting::before {
984
- /* Centering start */
985
- top: 50%;
986
- /* One extra pixel for purpose of proper positioning of sorting arrow, when `font-size` set to default */
987
- margin-top: -6px;
988
- /* Centering end */
989
- /* For purpose of continuous mouse over experience, when moving between the `span` and the `::before` elements */
990
- padding-left: 8px;
991
- padding-right: 0;
992
- position: absolute;
993
- right: -9px;
994
- left: unset;
995
- content: "";
996
- height: 10px;
997
- width: 5px;
998
- background-size: contain;
999
- background-repeat: no-repeat;
1000
- background-position-x: right;
1001
- }
1002
-
1003
- [dir=rtl].handsontable span.colHeader.columnSorting::before {
1004
- /* Centering end */
1005
- /* For purpose of continuous mouse over experience, when moving between the `span` and the `::before` elements */
1006
- padding-right: 8px;
1007
- padding-left: 0;
1008
- left: -9px;
1009
- right: unset;
1010
- background-position-x: left;
1011
- }
1012
-
1013
- .handsontable span.colHeader.columnSorting.ascending::before {
1014
- /* arrow up; 20 x 40 px, scaled to 5 x 10 px; base64 size: 0.3kB */
1015
- background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAoCAMAAADJ7yrpAAAAKlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKE86IAAAADXRSTlMABBEmRGprlJW72e77tTkTKwAAAFNJREFUeAHtzjkSgCAUBNHPgsoy97+ulGXRqJE5L+xkxoYt2UdsLb5bqFINz+aLuuLn5rIu2RkO3fZpWENimNgiw6iBYRTPMLJjGFxQZ1hxxb/xBI1qC8k39CdKAAAAAElFTkSuQmCC);
1016
- }
1017
-
1018
- .handsontable span.colHeader.columnSorting.descending::before {
1019
- /* arrow down; 20 x 40 px, scaled to 5 x 10 px; base64 size: 0.3kB */
1020
- background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAoCAMAAADJ7yrpAAAAKlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKE86IAAAADXRSTlMABBEmRGprlJW72e77tTkTKwAAAFJJREFUeAHtzjkSgCAQRNFmQYUZ7n9dKUvru0TmvPAn3br0QfgdZ5xx6x+rQn23GqTYnq1FDcnuzZIO2WmedVqIRVxgGKEyjNgYRjKGkZ1hFIZ3I70LyM0VtU8AAAAASUVORK5CYII=);
1021
- }
1022
-
1023
- .htGhostTable .htCore span.colHeader.columnSorting:not(.indicatorDisabled)::before {
1024
- content: "*";
1025
- display: inline-block;
1026
- position: relative;
1027
- /* The multi-line header and header with longer text need more padding to not hide arrow,
1028
- we make header wider in `GhostTable` to make some space for arrow which is positioned absolutely in the main table */
1029
- padding-right: 20px;
1030
- }
1031
-
1032
- /* Force the ghost table to ignore the additional upper border 1px for the first row in the table */
1033
- .handsontable.htGhostTable table thead th {
1034
- border-bottom-width: 0;
1035
- }
1036
-
1037
- .handsontable.htGhostTable table tbody tr th,
1038
- .handsontable.htGhostTable table tbody tr td {
1039
- border-top-width: 0;
1040
- }
1041
-
1042
- .handsontable .htCommentCell {
1043
- position: relative;
1044
- }
1045
-
1046
- .handsontable .htCommentCell::after {
1047
- content: "";
1048
- position: absolute;
1049
- top: 0;
1050
- right: 0;
1051
- left: unset;
1052
- border-left: 6px solid transparent;
1053
- border-right: none;
1054
- border-top: 6px solid black;
1055
- }
1056
-
1057
- [dir=rtl].handsontable .htCommentCell::after {
1058
- left: 0;
1059
- right: unset;
1060
- border-right: 6px solid transparent;
1061
- border-left: none;
1062
- }
1063
-
1064
- .htCommentsContainer .htComments {
1065
- display: none;
1066
- z-index: 1059;
1067
- position: absolute;
1068
- }
1069
-
1070
- .htCommentsContainer .htCommentTextArea {
1071
- box-shadow: rgba(0, 0, 0, 0.117647) 0 1px 3px, rgba(0, 0, 0, 0.239216) 0 1px 2px;
1072
- -webkit-box-sizing: border-box;
1073
- -moz-box-sizing: border-box;
1074
- box-sizing: border-box;
1075
- border: none;
1076
- border-left: 3px solid #ccc;
1077
- border-right: none;
1078
- background-color: #fff;
1079
- width: 215px;
1080
- height: 90px;
1081
- font-size: 12px;
1082
- padding: 5px;
1083
- outline: 0 !important;
1084
- -webkit-appearance: none;
1085
- }
1086
-
1087
- [dir=rtl].htCommentsContainer .htCommentTextArea {
1088
- border-right: 3px solid #ccc;
1089
- border-left: none;
1090
- }
1091
-
1092
- .htCommentsContainer .htCommentTextArea:focus {
1093
- 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;
1094
- border-left: 3px solid #5292f7;
1095
- border-right: none;
1096
- }
1097
-
1098
- [dir=rtl].htCommentsContainer .htCommentTextArea:focus {
1099
- border-right: 3px solid #5292f7;
1100
- border-left: none;
1101
- }
1102
- /*!
1103
- * Handsontable ContextMenu
1104
- */
1105
- .htContextMenu:not(.htGhostTable) {
1106
- display: none;
1107
- position: absolute;
1108
- /* needs to be higher than 1050 - z-index for Twitter Bootstrap modal (#1569) */
1109
- z-index: 1060;
1110
- }
1111
-
1112
- .htContextMenu .ht_clone_top,
1113
- .htContextMenu .ht_clone_bottom,
1114
- .htContextMenu .ht_clone_inline_start,
1115
- .htContextMenu .ht_clone_top_inline_start_corner,
1116
- .htContextMenu .ht_clone_bottom_inline_start_corner {
1117
- display: none;
1118
- }
1119
-
1120
- .htContextMenu .ht_master table.htCore {
1121
- border-color: #ccc;
1122
- border-style: solid;
1123
- border-top-width: 1px;
1124
- border-bottom-width: 2px;
1125
- border-left-width: 1px;
1126
- border-right-width: 2px;
1127
- }
1128
-
1129
- [dir=rtl].htContextMenu .ht_master table.htCore {
1130
- border-right-width: 1px;
1131
- border-left-width: 2px;
1132
- }
1133
-
1134
- .htContextMenu.handsontable:focus {
1135
- outline: none;
1136
- }
1137
-
1138
- .htContextMenu .wtBorder {
1139
- visibility: hidden;
1140
- }
1141
-
1142
- .htContextMenu table tbody tr td {
1143
- background: white;
1144
- border-width: 0;
1145
- padding: 4px 6px 0 6px;
1146
- cursor: pointer;
1147
- overflow: hidden;
1148
- white-space: nowrap;
1149
- text-overflow: ellipsis;
1150
- }
1151
-
1152
- .htContextMenu table tbody tr td:first-child {
1153
- border-top-width: 0;
1154
- border-bottom-width: 0;
1155
- border-left-width: 0;
1156
- border-right-width: 0;
1157
- }
1158
-
1159
- [dir=rtl].htContextMenu table tbody tr td:first-child {
1160
- border-right-width: 0;
1161
- border-left-width: 0;
1162
- }
1163
-
1164
- .htContextMenu table tbody tr td.htDimmed {
1165
- font-style: normal;
1166
- color: #323232;
1167
- }
1168
-
1169
- .htContextMenu table tbody tr td.current {
1170
- background: #f3f3f3;
1171
- }
1172
-
1173
- .htContextMenu table tbody tr td.htSeparator {
1174
- border-top: 1px solid #e6e6e6;
1175
- height: 0;
1176
- padding: 0;
1177
- cursor: default;
1178
- }
1179
-
1180
- .htContextMenu table tbody tr td.htDisabled {
1181
- color: #999;
1182
- cursor: default;
1183
- }
1184
-
1185
- .htContextMenu table tbody tr td.htDisabled:hover {
1186
- background: #fff;
1187
- color: #999;
1188
- cursor: default;
1189
- }
1190
-
1191
- .htContextMenu table tbody tr.htHidden {
1192
- display: none;
1193
- }
1194
-
1195
- .htContextMenu table tbody tr td .htItemWrapper {
1196
- margin-left: 10px;
1197
- margin-right: 6px;
1198
- }
1199
-
1200
- [dir=rtl].htContextMenu table tbody tr td .htItemWrapper {
1201
- margin-right: 10px;
1202
- margin-left: 6px;
1203
- }
1204
-
1205
- .htContextMenu table tbody tr td div span.selected {
1206
- margin-top: -2px;
1207
- position: absolute;
1208
- left: 4px;
1209
- right: 0;
1210
- }
1211
-
1212
- [dir=rtl].htContextMenu table tbody tr td div span.selected {
1213
- right: 4px;
1214
- left: 0;
1215
- }
1216
-
1217
- .htContextMenu .ht_master .wtHolder {
1218
- overflow: hidden;
1219
- }
1220
-
1221
- textarea.HandsontableCopyPaste {
1222
- position: fixed !important;
1223
- top: 0 !important;
1224
- right: 100% !important;
1225
- overflow: hidden;
1226
- opacity: 0;
1227
- outline: 0 none !important;
1228
- }
1229
-
1230
- /*!
1231
- * Handsontable DropdownMenu
1232
- */
1233
- .handsontable .changeType {
1234
- background: #eee;
1235
- border-radius: 2px;
1236
- border: 1px solid #bbb;
1237
- color: #bbb;
1238
- font-size: 9px;
1239
- line-height: 9px;
1240
- padding: 2px;
1241
- margin: 3px 1px 0 5px;
1242
- float: right;
1243
- }
1244
-
1245
- [dir=rtl].handsontable .changeType {
1246
- float: left;
1247
- }
1248
-
1249
- .handsontable[dir=rtl] .changeType {
1250
- margin: 3px 5px 0 1px;
1251
- }
1252
-
1253
- .handsontable .changeType::before {
1254
- content: "▼ ";
1255
- }
1256
-
1257
- .handsontable .changeType:hover {
1258
- border: 1px solid #777;
1259
- color: #777;
1260
- cursor: pointer;
1261
- }
1262
-
1263
- .htDropdownMenu:not(.htGhostTable) {
1264
- display: none;
1265
- position: absolute;
1266
- /* needs to be higher than 1050 - z-index for Twitter Bootstrap modal (#1569) */
1267
- z-index: 1060;
1268
- }
1269
-
1270
- .htDropdownMenu .ht_clone_top,
1271
- .htDropdownMenu .ht_clone_bottom,
1272
- .htDropdownMenu .ht_clone_inline_start,
1273
- .htDropdownMenu .ht_clone_top_inline_start_corner,
1274
- .htDropdownMenu .ht_clone_bottom_inline_start_corner {
1275
- display: none;
1276
- }
1277
-
1278
- .htDropdownMenu table.htCore {
1279
- border-color: #ccc;
1280
- border-style: solid;
1281
- border-top-width: 1px;
1282
- border-bottom-width: 2px;
1283
- border-left-width: 1px;
1284
- border-right-width: 2px;
1285
- }
1286
-
1287
- [dir=rtl].htDropdownMenu table.htCore {
1288
- border-right-width: 1px;
1289
- border-left-width: 2px;
1290
- }
1291
-
1292
- .htDropdownMenu.handsontable:focus {
1293
- outline: none;
1294
- }
1295
-
1296
- .htDropdownMenu .wtBorder {
1297
- visibility: hidden;
1298
- }
1299
-
1300
- .htDropdownMenu table tbody tr td {
1301
- background: white;
1302
- border-width: 0;
1303
- padding: 4px 6px 0 6px;
1304
- cursor: pointer;
1305
- overflow: hidden;
1306
- white-space: nowrap;
1307
- text-overflow: ellipsis;
1308
- }
1309
-
1310
- .htDropdownMenu table tbody tr td:first-child {
1311
- border-top-width: 0;
1312
- border-right-width: 0;
1313
- border-bottom-width: 0;
1314
- border-left-width: 0;
1315
- }
1316
-
1317
- [dir=rtl].htDropdownMenu table tbody tr td:first-child {
1318
- border-left-width: 0;
1319
- border-right-width: 0;
1320
- }
1321
-
1322
- .htDropdownMenu table tbody tr td.htDimmed {
1323
- font-style: normal;
1324
- color: #323232;
1325
- }
1326
-
1327
- .htDropdownMenu table tbody tr td.current {
1328
- background: #e9e9e9;
1329
- }
1330
-
1331
- .htDropdownMenu table tbody tr td.htSeparator {
1332
- border-top: 1px solid #e6e6e6;
1333
- height: 0;
1334
- padding: 0;
1335
- cursor: default;
1336
- }
1337
-
1338
- .htDropdownMenu table tbody tr td.htDisabled {
1339
- color: #999;
1340
- }
1341
-
1342
- .htDropdownMenu table tbody tr td.htDisabled:hover {
1343
- background: #fff;
1344
- color: #999;
1345
- cursor: default;
1346
- }
1347
-
1348
- .htDropdownMenu:not(.htGhostTable) table tbody tr.htHidden {
1349
- display: none;
1350
- }
1351
-
1352
- .htDropdownMenu table tbody tr td .htItemWrapper {
1353
- margin-left: 10px;
1354
- margin-right: 10px;
1355
- }
1356
-
1357
- [dir=rtl].htDropdownMenu table tbody tr td .htItemWrapper {
1358
- margin-right: 10px;
1359
- margin-left: 10px;
1360
- }
1361
-
1362
- .htDropdownMenu table tbody tr td div span.selected {
1363
- margin-top: -2px;
1364
- position: absolute;
1365
- left: 4px;
1366
- right: 0;
1367
- }
1368
-
1369
- [dir=rtl].htDropdownMenu table tbody tr td div span.selected {
1370
- right: 4px;
1371
- left: 0;
1372
- }
1373
-
1374
- .htDropdownMenu .ht_master .wtHolder {
1375
- overflow: hidden;
1376
- }
1377
-
1378
- /*!
1379
- * Handsontable Filters
1380
- */
1381
- /* Conditions menu */
1382
- .htFiltersConditionsMenu:not(.htGhostTable) {
1383
- display: none;
1384
- position: absolute;
1385
- z-index: 1070;
1386
- }
1387
-
1388
- .htFiltersConditionsMenu .ht_clone_top,
1389
- .htFiltersConditionsMenu .ht_clone_bottom,
1390
- .htFiltersConditionsMenu .ht_clone_inline_start,
1391
- .htFiltersConditionsMenu .ht_clone_top_inline_start_corner,
1392
- .htFiltersConditionsMenu .ht_clone_bottom_inline_start_corner {
1393
- display: none;
1394
- }
1395
-
1396
- .htFiltersConditionsMenu table.htCore {
1397
- border: 1px solid #bbb;
1398
- border-bottom-width: 2px;
1399
- border-right-width: 2px;
1400
- }
1401
-
1402
- .htFiltersConditionsMenu .wtBorder {
1403
- visibility: hidden;
1404
- }
1405
-
1406
- .htFiltersConditionsMenu table tbody tr td {
1407
- background: white;
1408
- border-width: 0;
1409
- padding: 4px 6px 0 6px;
1410
- cursor: pointer;
1411
- overflow: hidden;
1412
- white-space: nowrap;
1413
- text-overflow: ellipsis;
1414
- }
1415
-
1416
- .htFiltersConditionsMenu table tbody tr td:first-child {
1417
- border-top-width: 0;
1418
- border-right-width: 0;
1419
- border-bottom-width: 0;
1420
- border-left-width: 0;
1421
- }
1422
-
1423
- [dir=rtl].htFiltersConditionsMenu table tbody tr td:first-child {
1424
- border-left-width: 0;
1425
- border-right-width: 0;
1426
- }
1427
-
1428
- .htFiltersConditionsMenu table tbody tr td.htDimmed {
1429
- font-style: normal;
1430
- color: #323232;
1431
- }
1432
-
1433
- .htFiltersConditionsMenu table tbody tr td.current {
1434
- background: #e9e9e9;
1435
- }
1436
-
1437
- .htFiltersConditionsMenu table tbody tr td.htSeparator {
1438
- border-top: 1px solid #e6e6e6;
1439
- height: 0;
1440
- padding: 0;
1441
- }
1442
-
1443
- .htFiltersConditionsMenu table tbody tr td.htDisabled {
1444
- color: #999;
1445
- }
1446
-
1447
- .htFiltersConditionsMenu table tbody tr td.htDisabled:hover {
1448
- background: #fff;
1449
- color: #999;
1450
- cursor: default;
1451
- }
1452
-
1453
- .htFiltersConditionsMenu table tbody tr td .htItemWrapper {
1454
- margin-left: 10px;
1455
- margin-right: 10px;
1456
- }
1457
-
1458
- .htFiltersConditionsMenu table tbody tr td div span.selected {
1459
- margin-top: -2px;
1460
- position: absolute;
1461
- left: 4px;
1462
- }
1463
-
1464
- .htFiltersConditionsMenu .ht_master .wtHolder {
1465
- overflow: hidden;
1466
- }
1467
-
1468
- .handsontable .htMenuFiltering {
1469
- border-bottom: 1px dotted #ccc;
1470
- height: 135px;
1471
- overflow: hidden;
1472
- }
1473
-
1474
- .handsontable .ht_master table td.htCustomMenuRenderer {
1475
- background-color: #fff;
1476
- cursor: auto;
1477
- }
1478
-
1479
- /* Menu label */
1480
- .handsontable .htFiltersMenuLabel {
1481
- font-size: 0.75em;
1482
- }
1483
-
1484
- /* Component action bar */
1485
- .handsontable .htFiltersMenuActionBar {
1486
- text-align: center;
1487
- padding-top: 10px;
1488
- padding-bottom: 3px;
1489
- }
1490
-
1491
- /* Component filter by conditional */
1492
- .handsontable .htFiltersMenuCondition.border {
1493
- border-bottom: 1px dotted #ccc !important;
1494
- }
1495
-
1496
- .handsontable .htFiltersMenuCondition .htUIInput {
1497
- padding: 0 0 5px 0;
1498
- }
1499
-
1500
- /* Component filter by value */
1501
- .handsontable .htFiltersMenuValue {
1502
- border-bottom: 1px dotted #ccc !important;
1503
- }
1504
-
1505
- .handsontable .htFiltersMenuValue .htUIMultipleSelectSearch {
1506
- padding: 0;
1507
- }
1508
-
1509
- .handsontable .htFiltersMenuCondition .htUIInput input,
1510
- .handsontable .htFiltersMenuValue .htUIMultipleSelectSearch input {
1511
- font-family: inherit;
1512
- font-size: 0.75em;
1513
- padding: 4px;
1514
- box-sizing: border-box;
1515
- width: 100%;
1516
- }
1517
-
1518
- .htUIMultipleSelect .ht_master .wtHolder {
1519
- overflow: auto;
1520
- }
1521
-
1522
- .handsontable .htFiltersActive .changeType {
1523
- border: 1px solid #509272;
1524
- color: #18804e;
1525
- background-color: #d2e0d9;
1526
- }
1527
-
1528
- .handsontable .htUISelectAll {
1529
- margin-left: 0;
1530
- margin-right: 10px;
1531
- }
1532
-
1533
- [dir=rtl].handsontable .htUISelectAll {
1534
- margin-right: 0;
1535
- margin-left: 10px;
1536
- }
1537
-
1538
- .handsontable .htUIClearAll, .handsontable .htUISelectAll {
1539
- display: inline-block;
1540
- }
1541
-
1542
- .handsontable .htUIClearAll a, .handsontable .htUISelectAll a {
1543
- font-size: 0.75em;
1544
- }
1545
-
1546
- .handsontable .htUISelectionControls {
1547
- text-align: right;
1548
- }
1549
-
1550
- [dir=rtl].handsontable .htUISelectionControls {
1551
- text-align: left;
1552
- }
1553
-
1554
- .handsontable .htCheckboxRendererInput {
1555
- display: inline-block;
1556
- margin-top: 0;
1557
- margin-right: 5px;
1558
- margin-bottom: 0;
1559
- margin-left: 0;
1560
- vertical-align: middle;
1561
- height: 1em;
1562
- }
1563
-
1564
- [dir=rtl].handsontable .htCheckboxRendererInput {
1565
- margin-left: 5px;
1566
- margin-right: 0;
1567
- }
1568
-
1569
- /* UI elements */
1570
- /* Input */
1571
- .handsontable .htUIInput {
1572
- padding: 3px 0 7px 0;
1573
- position: relative;
1574
- text-align: center;
1575
- }
1576
-
1577
- .handsontable .htUIInput input {
1578
- border-radius: 2px;
1579
- border: 1px solid #d2d1d1;
1580
- }
1581
-
1582
- .handsontable .htUIInputIcon {
1583
- position: absolute;
1584
- }
1585
-
1586
- /* Button */
1587
- .handsontable .htUIInput.htUIButton {
1588
- cursor: pointer;
1589
- display: inline-block;
1590
- }
1591
-
1592
- .handsontable .htUIInput.htUIButton input {
1593
- background-color: #eee;
1594
- color: #000;
1595
- cursor: pointer;
1596
- font-family: inherit;
1597
- font-size: 0.75em;
1598
- font-weight: bold;
1599
- height: 19px;
1600
- min-width: 64px;
1601
- }
1602
-
1603
- .handsontable .htUIInput.htUIButton input:hover {
1604
- border-color: #b9b9b9;
1605
- }
1606
-
1607
- .handsontable .htUIInput.htUIButtonOK {
1608
- margin-left: 0;
1609
- margin-right: 10px;
1610
- }
1611
-
1612
- [dir=rtl].handsontable .htUIInput.htUIButtonOK {
1613
- margin-right: 0;
1614
- margin-left: 10px;
1615
- }
1616
-
1617
- .handsontable .htUIInput.htUIButtonOK input {
1618
- background-color: #0f9d58;
1619
- border-color: #18804e;
1620
- color: #fff;
1621
- }
1622
-
1623
- .handsontable .htUIInput.htUIButtonOK input:focus-visible {
1624
- background-color: #92dd8d;
1625
- border-color: #7cb878;
1626
- color: #000;
1627
- }
1628
-
1629
- .handsontable .htUIInput.htUIButtonOK input:hover {
1630
- border-color: #1a6f46;
1631
- }
1632
-
1633
- /* Select */
1634
- .handsontable .htUISelect {
1635
- cursor: pointer;
1636
- margin-bottom: 7px;
1637
- position: relative;
1638
- }
1639
-
1640
- .handsontable .htUISelectCaption {
1641
- background-color: #e8e8e8;
1642
- border-radius: 2px;
1643
- border: 1px solid #d2d1d1;
1644
- font-family: inherit;
1645
- font-size: 0.75em;
1646
- font-weight: bold;
1647
- padding: 3px 20px 3px 10px;
1648
- text-overflow: ellipsis;
1649
- white-space: nowrap;
1650
- overflow: hidden;
1651
- }
1652
-
1653
- .handsontable .htUISelectCaption:hover {
1654
- background-color: #e8e8e8;
1655
- border: 1px solid #b9b9b9;
1656
- }
1657
-
1658
- .handsontable .htUISelectDropdown::after {
1659
- content: "▲";
1660
- font-size: 7px;
1661
- position: absolute;
1662
- right: 10px;
1663
- top: 0;
1664
- }
1665
-
1666
- .handsontable .htUISelectDropdown::before {
1667
- content: "▼";
1668
- font-size: 7px;
1669
- position: absolute;
1670
- right: 10px;
1671
- top: 8px;
1672
- }
1673
-
1674
- /* SelectMultiple */
1675
- .handsontable .htUIMultipleSelect .handsontable .htCore {
1676
- border: none;
1677
- }
1678
-
1679
- .handsontable .htUIMultipleSelect .handsontable .htCore td:hover {
1680
- background-color: #F5F5F5;
1681
- }
1682
-
1683
- .handsontable .htUIMultipleSelectSearch input {
1684
- border-radius: 2px;
1685
- border: 1px solid #d2d1d1;
1686
- padding: 3px;
1687
- }
1688
-
1689
- .handsontable .htUIRadio {
1690
- display: inline-block;
1691
- margin-left: 0;
1692
- margin-right: 5px;
1693
- height: 100%;
1694
- }
1695
-
1696
- [dir=rtl].handsontable .htUIRadio {
1697
- margin-right: 0;
1698
- margin-left: 5px;
1699
- }
1700
-
1701
- .handsontable .htUIRadio:last-child {
1702
- margin-right: 0;
1703
- }
1704
-
1705
- .handsontable .htUIRadio > input[type=radio] {
1706
- margin-left: 0;
1707
- margin-right: 0.5ex;
1708
- }
1709
-
1710
- [dir=rtl].handsontable .htUIRadio > input[type=radio] {
1711
- margin-right: 0;
1712
- margin-left: 0.5ex;
1713
- }
1714
-
1715
- .handsontable .htUIRadio label {
1716
- vertical-align: middle;
1717
- }
1718
-
1719
- .handsontable .htFiltersMenuOperators {
1720
- padding-bottom: 5px;
1721
- }
1722
-
1723
- /*
1724
- * Handsontable HiddenColumns
1725
- */
1726
- .handsontable th.beforeHiddenColumn {
1727
- position: relative;
1728
- }
1729
-
1730
- .handsontable th.beforeHiddenColumn::after,
1731
- .handsontable th.afterHiddenColumn::before {
1732
- color: #bbb;
1733
- position: absolute;
1734
- top: 50%;
1735
- font-size: 5pt;
1736
- transform: translateY(-50%);
1737
- }
1738
-
1739
- .handsontable th.afterHiddenColumn {
1740
- position: relative;
1741
- }
1742
-
1743
- .handsontable[dir=ltr] th.afterHiddenColumn div.htLeft {
1744
- margin-left: 10px;
1745
- }
1746
-
1747
- .handsontable[dir=ltr] th.beforeHiddenColumn div.htRight {
1748
- margin-right: 10px;
1749
- }
1750
-
1751
- .handsontable[dir=rtl] th.afterHiddenColumn div.htRight {
1752
- margin-right: 10px;
1753
- }
1754
-
1755
- .handsontable[dir=rtl] th.beforeHiddenColumn div.htLeft {
1756
- margin-left: 10px;
1757
- }
1758
-
1759
- .handsontable th.beforeHiddenColumn::after {
1760
- right: 1px;
1761
- content: "◀"; /* left arrow */
1762
- }
1763
-
1764
- [dir=rtl].handsontable th.beforeHiddenColumn::after {
1765
- right: initial;
1766
- left: 1px;
1767
- content: "▶"; /* right arrow */
1768
- }
1769
-
1770
- .handsontable th.afterHiddenColumn::before {
1771
- left: 1px;
1772
- content: "▶"; /* right arrow */
1773
- }
1774
-
1775
- [dir=rtl].handsontable th.afterHiddenColumn::before {
1776
- right: 1px;
1777
- left: initial;
1778
- content: "◀"; /* left arrow */
1779
- }
1780
-
1781
- /*!
1782
- * Handsontable HiddenRows
1783
- */
1784
- .handsontable th.beforeHiddenRow::before,
1785
- .handsontable th.afterHiddenRow::after {
1786
- color: #bbb;
1787
- font-size: 6pt;
1788
- line-height: 6pt;
1789
- position: absolute;
1790
- left: 2px;
1791
- }
1792
-
1793
- .handsontable th.beforeHiddenRow,
1794
- .handsontable th.afterHiddenRow {
1795
- position: relative;
1796
- }
1797
-
1798
- .handsontable th.beforeHiddenRow::before {
1799
- content: "▲";
1800
- bottom: 2px;
1801
- }
1802
-
1803
- .handsontable th.afterHiddenRow::after {
1804
- content: "▼";
1805
- top: 2px;
1806
- }
1807
-
1808
- .handsontable.ht__selection--rows tbody th.beforeHiddenRow.ht__highlight::before,
1809
- .handsontable.ht__selection--rows tbody th.afterHiddenRow.ht__highlight::after {
1810
- color: #eee;
1811
- }
1812
-
1813
- .handsontable td.afterHiddenRow.firstVisibleRow,
1814
- .handsontable th.afterHiddenRow.firstVisibleRow {
1815
- border-top: 1px solid #CCC;
1816
- }
1817
-
1818
- .htRowHeaders .ht_master.innerBorderInlineStart ~ .ht_clone_top_inline_start_corner th:nth-child(2),
1819
- .htRowHeaders .ht_master.innerBorderInlineStart ~ .ht_clone_inline_start td:first-of-type {
1820
- border-left: 0 none;
1821
- }
1822
-
1823
- .handsontable.ht__manualColumnMove.after-selection--columns thead th.ht__highlight {
1824
- cursor: move;
1825
- cursor: -moz-grab;
1826
- cursor: -webkit-grab;
1827
- cursor: grab;
1828
- }
1829
-
1830
- .handsontable.ht__manualColumnMove.on-moving--columns *,
1831
- .handsontable.ht__manualColumnMove.on-moving--columns thead th.ht__highlight {
1832
- cursor: move;
1833
- cursor: -moz-grabbing;
1834
- cursor: -webkit-grabbing;
1835
- cursor: grabbing;
1836
- }
1837
-
1838
- .handsontable.ht__manualColumnMove.on-moving--columns .manualColumnResizer {
1839
- display: none;
1840
- }
1841
-
1842
- .handsontable .ht__manualColumnMove--guideline,
1843
- .handsontable .ht__manualColumnMove--backlight {
1844
- position: absolute;
1845
- height: 100%;
1846
- display: none;
1847
- }
1848
-
1849
- .handsontable .ht__manualColumnMove--guideline {
1850
- background: #757575;
1851
- width: 2px;
1852
- top: 0;
1853
- margin-inline-start: -1px;
1854
- margin-inline-end: 0;
1855
- z-index: 205;
1856
- }
1857
-
1858
- .handsontable .ht__manualColumnMove--backlight {
1859
- background: #343434;
1860
- background: rgba(52, 52, 52, 0.25);
1861
- display: none;
1862
- z-index: 205;
1863
- pointer-events: none;
1864
- }
1865
-
1866
- .handsontable.on-moving--columns.show-ui .ht__manualColumnMove--guideline,
1867
- .handsontable.on-moving--columns .ht__manualColumnMove--backlight {
1868
- display: block;
1869
- }
1870
-
1871
- .handsontable.ht__manualRowMove.after-selection--rows tbody th.ht__highlight {
1872
- cursor: move;
1873
- cursor: -moz-grab;
1874
- cursor: -webkit-grab;
1875
- cursor: grab;
1876
- }
1877
-
1878
- .handsontable.ht__manualRowMove.on-moving--rows *,
1879
- .handsontable.ht__manualRowMove.on-moving--rows tbody th.ht__highlight {
1880
- cursor: move;
1881
- cursor: -moz-grabbing;
1882
- cursor: -webkit-grabbing;
1883
- cursor: grabbing;
1884
- }
1885
-
1886
- .handsontable.ht__manualRowMove.on-moving--rows .manualRowResizer {
1887
- display: none;
1888
- }
1889
-
1890
- .handsontable .ht__manualRowMove--guideline,
1891
- .handsontable .ht__manualRowMove--backlight {
1892
- position: absolute;
1893
- width: 100%;
1894
- display: none;
1895
- }
1896
-
1897
- .handsontable .ht__manualRowMove--guideline {
1898
- background: #757575;
1899
- height: 2px;
1900
- left: 0;
1901
- margin-top: -1px;
1902
- z-index: 205;
1903
- }
1904
-
1905
- .handsontable .ht__manualRowMove--backlight {
1906
- background: #343434;
1907
- background: rgba(52, 52, 52, 0.25);
1908
- display: none;
1909
- z-index: 205;
1910
- pointer-events: none;
1911
- }
1912
-
1913
- .handsontable.on-moving--rows.show-ui .ht__manualRowMove--guideline,
1914
- .handsontable.on-moving--rows .ht__manualRowMove--backlight {
1915
- display: block;
1916
- }
1917
-
1918
- .handsontable tbody td[rowspan][class*=area][class*=highlight]:not([class*=fullySelectedMergedCell])::before {
1919
- opacity: 0;
1920
- }
1921
-
1922
- .handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-multiple]::before {
1923
- opacity: 0.1;
1924
- }
1925
-
1926
- .handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-0]::before {
1927
- opacity: 0.1;
1928
- }
1929
-
1930
- .handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-1]::before {
1931
- opacity: 0.2;
1932
- }
1933
-
1934
- .handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-2]::before {
1935
- opacity: 0.27;
1936
- }
1937
-
1938
- .handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-3]::before {
1939
- opacity: 0.35;
1940
- }
1941
-
1942
- .handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-4]::before {
1943
- opacity: 0.41;
1944
- }
1945
-
1946
- .handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-5]::before {
1947
- opacity: 0.47;
1948
- }
1949
-
1950
- .handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-6]::before {
1951
- opacity: 0.54;
1952
- }
1953
-
1954
- .handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-7]::before {
1955
- opacity: 0.58;
1956
- }
1957
-
1958
- .handsontable[dir=ltr] div.htRight span[class*=sort-] {
1959
- margin-right: 15px;
1960
- margin-left: -15px;
1961
- }
1962
-
1963
- .handsontable[dir=rtl] div.htLeft span[class*=sort-] {
1964
- margin-left: 15px;
1965
- margin-right: -15px;
1966
- }
1967
-
1968
- .handsontable[dir=ltr] div.htRight span[class*=sort-]:only-child {
1969
- margin-right: 20px;
1970
- margin-left: -20px;
1971
- }
1972
-
1973
- .handsontable[dir=rtl] div.htLeft span[class*=sort-]:only-child {
1974
- margin-left: 20px;
1975
- margin-right: -20px;
1976
- }
1977
-
1978
- /* Column's number position */
1979
- .handsontable span.colHeader.columnSorting::after {
1980
- /* Centering start */
1981
- top: 50%;
1982
- /* Two extra pixels (-2 instead of -4) for purpose of proper positioning of numeric indicators, when `font-size` set to default */
1983
- margin-top: -2px;
1984
- /* Centering end */
1985
- position: absolute;
1986
- right: -15px;
1987
- left: unset;
1988
- /* For purpose of continuous mouse over experience, when moving between the `::before` and the `::after` elements */
1989
- padding-left: 5px;
1990
- padding-right: unset;
1991
- font-size: 8px;
1992
- height: 8px;
1993
- line-height: 1.1;
1994
- }
1995
-
1996
- [dir=rtl].handsontable span.colHeader.columnSorting::after {
1997
- left: -15px;
1998
- right: unset;
1999
- /* For purpose of continuous mouse over experience, when moving between the `::before` and the `::after` elements */
2000
- padding-right: 5px;
2001
- padding-left: unset;
2002
- }
2003
-
2004
- /* We support up to 7 numeric indicators, describing order of column in sorted columns queue */
2005
- .handsontable span.colHeader.columnSorting[class^=sort-]::after,
2006
- .handsontable span.colHeader.columnSorting[class*=" sort-"]::after {
2007
- content: "+";
2008
- }
2009
-
2010
- .handsontable span.colHeader.columnSorting.sort-1::after {
2011
- content: "1";
2012
- }
2013
-
2014
- .handsontable span.colHeader.columnSorting.sort-2::after {
2015
- content: "2";
2016
- }
2017
-
2018
- .handsontable span.colHeader.columnSorting.sort-3::after {
2019
- content: "3";
2020
- }
2021
-
2022
- .handsontable span.colHeader.columnSorting.sort-4::after {
2023
- content: "4";
2024
- }
2025
-
2026
- .handsontable span.colHeader.columnSorting.sort-5::after {
2027
- content: "5";
2028
- }
2029
-
2030
- .handsontable span.colHeader.columnSorting.sort-6::after {
2031
- content: "6";
2032
- }
2033
-
2034
- .handsontable span.colHeader.columnSorting.sort-7::after {
2035
- content: "7";
2036
- }
2037
-
2038
- /* Drop-down menu widens header by 5 pixels, sort sequence numbers won't overlap the icon; mainly for the IE9+ */
2039
- .htGhostTable th div button.changeType + span.colHeader.columnSorting:not(.indicatorDisabled) {
2040
- padding-right: 5px;
2041
- }
2042
-
2043
- .handsontable thead th.hiddenHeader:not(:first-of-type) {
2044
- display: none;
2045
- }
2046
-
2047
- thead th.hiddenHeaderText .colHeader {
2048
- opacity: 0;
2049
- }
2050
-
2051
- .handsontable th.ht_nestingLevels {
2052
- text-align: left;
2053
- padding-left: 7px;
2054
- }
2055
-
2056
- [dir=rtl].handsontable th.ht_nestingLevels {
2057
- text-align: right;
2058
- padding-right: 7px;
2059
- }
2060
-
2061
- .handsontable th div.ht_nestingLevels {
2062
- display: inline-block;
2063
- position: absolute;
2064
- left: 11px;
2065
- right: unset;
2066
- }
2067
-
2068
- [dir=rtl].handsontable th div.ht_nestingLevels {
2069
- right: 11px;
2070
- left: unset;
2071
- }
2072
-
2073
- .handsontable.innerBorderInlineStart th div.ht_nestingLevels,
2074
- .handsontable.innerBorderInlineStart ~ .handsontable th div.ht_nestingLevels {
2075
- right: 10px;
2076
- left: unset;
2077
- }
2078
-
2079
- [dir=rtl].handsontable.innerBorderInlineStart th div.ht_nestingLevels, [dir=rtl].handsontable.innerBorderInlineStart ~ .handsontable th div.ht_nestingLevels {
2080
- left: 10px;
2081
- right: unset;
2082
- }
2083
-
2084
- .handsontable th span.ht_nestingLevel {
2085
- display: inline-block;
2086
- }
2087
-
2088
- .handsontable th span.ht_nestingLevel_empty {
2089
- display: inline-block;
2090
- width: 10px;
2091
- height: 1px;
2092
- float: left;
2093
- }
2094
-
2095
- [dir=rtl].handsontable th span.ht_nestingLevel_empty {
2096
- float: right;
2097
- }
2098
-
2099
- .handsontable th span.ht_nestingLevel::after {
2100
- content: "┐";
2101
- font-size: 9px;
2102
- display: inline-block;
2103
- position: relative;
2104
- bottom: 3px;
2105
- }
2106
-
2107
- .handsontable th div.ht_nestingButton {
2108
- display: inline-block;
2109
- position: absolute;
2110
- right: -2px;
2111
- left: unset;
2112
- cursor: pointer;
2113
- }
2114
-
2115
- [dir=rtl].handsontable th div.ht_nestingButton {
2116
- left: -2px;
2117
- right: unset;
2118
- }
2119
-
2120
- .handsontable th div.ht_nestingButton.ht_nestingExpand::after {
2121
- content: "+";
2122
- }
2123
-
2124
- .handsontable th div.ht_nestingButton.ht_nestingCollapse::after {
2125
- content: "-";
2126
- }
2127
-
2128
- .handsontable.innerBorderInlineStart th div.ht_nestingButton,
2129
- .handsontable.innerBorderInlineStart ~ .handsontable th div.ht_nestingButton {
2130
- right: 0;
2131
- left: unset;
2132
- }
2133
-
2134
- [dir=rtl].handsontable.innerBorderInlineStart th div.ht_nestingButton, [dir=rtl].handsontable.innerBorderInlineStart ~ .handsontable th div.ht_nestingButton {
2135
- left: 0;
2136
- right: unset;
2137
- }
2138
-
2139
- .ht-root-wrapper {
2140
- position: relative;
2141
- display: flex;
2142
- flex-direction: column;
2143
- height: 100%;
2144
- }
2145
-
2146
- .ht-grid {
2147
- flex: 1 1 auto;
2148
- min-height: 0;
2149
- }
2150
-
2151
- .ht-dialog {
2152
- position: absolute;
2153
- top: 0;
2154
- left: 0;
2155
- display: none;
2156
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif;
2157
- font-size: 13px;
2158
- width: 100%;
2159
- height: 100%;
2160
- z-index: 1060;
2161
- opacity: 0;
2162
- overflow-y: auto;
2163
- border: 1px solid #ccc;
2164
- box-sizing: border-box !important;
2165
- }
2166
-
2167
- .ht-dialog[dir=rtl] {
2168
- left: auto;
2169
- right: 0;
2170
- }
2171
-
2172
- .ht-dialog:focus {
2173
- border: 1px solid #4b89ff;
2174
- outline: none;
2175
- }
2176
-
2177
- .ht-dialog:has(.htFocusCatcher:focus) {
2178
- border: 1px solid #4b89ff;
2179
- outline: none;
2180
- }
2181
-
2182
- .ht-dialog * {
2183
- box-sizing: border-box !important;
2184
- }
2185
-
2186
- .ht-dialog--background-solid {
2187
- background-color: #fff;
2188
- }
2189
-
2190
- .ht-dialog--background-semi-transparent {
2191
- background-color: rgba(255, 255, 255, 0.5);
2192
- }
2193
-
2194
- .ht-dialog--animation {
2195
- transition: opacity 0.15s ease-in-out;
2196
- }
2197
-
2198
- .ht-dialog--show {
2199
- opacity: 1;
2200
- }
2201
-
2202
- .ht-dialog__content-wrapper {
2203
- display: flex;
2204
- align-items: center;
2205
- justify-content: center;
2206
- width: 100%;
2207
- min-height: 100%;
2208
- padding: 16px;
2209
- }
2210
-
2211
- .ht-dialog__content-wrapper:focus {
2212
- border: 1px solid #4b89ff;
2213
- outline: none;
2214
- }
2215
-
2216
- .ht-dialog__content {
2217
- position: relative;
2218
- padding: 8px;
2219
- display: flex;
2220
- gap: 8px;
2221
- max-width: 480px;
2222
- color: #222;
2223
- }
2224
-
2225
- .ht-dialog__content--background {
2226
- box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
2227
- background-color: #f7f7f9;
2228
- }
2229
-
2230
- .ht-dialog--confirm .ht-dialog__content-wrapper {
2231
- text-align: center;
2232
- }
2233
-
2234
- .ht-dialog--confirm .ht-dialog__content-wrapper-inner {
2235
- display: flex;
2236
- flex-direction: column;
2237
- align-items: center;
2238
- justify-content: center;
2239
- gap: 8px;
2240
- max-width: 480px;
2241
- }
2242
-
2243
- .ht-dialog--confirm .ht-dialog__content-wrapper-inner--background {
2244
- box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
2245
- background-color: #f7f7f9;
2246
- }
2247
-
2248
- .ht-dialog--confirm .ht-dialog__content {
2249
- display: flex;
2250
- flex-direction: column;
2251
- align-items: center;
2252
- justify-content: center;
2253
- }
2254
-
2255
- .ht-dialog--confirm .ht-dialog__content:has(.ht-dialog__buttons) {
2256
- gap: 4px;
2257
- }
2258
-
2259
- .ht-dialog--confirm .ht-dialog__title {
2260
- margin: 0;
2261
- font-size: 16px;
2262
- font-weight: 400;
2263
- line-height: 24px;
2264
- }
2265
-
2266
- .ht-dialog--confirm .ht-dialog__description {
2267
- margin: 0;
2268
- color: #222;
2269
- font-size: 12px;
2270
- font-weight: 400;
2271
- line-height: 16px;
2272
- }
2273
-
2274
- .ht-dialog--confirm .ht-dialog__buttons {
2275
- display: flex;
2276
- flex-direction: row;
2277
- flex-wrap: wrap;
2278
- gap: 8px;
2279
- }
2280
-
2281
- .ht-root-wrapper .ht-pagination {
2282
- color: #222;
2283
- background: #f0f0f0;
2284
- border: 1px solid #ccc;
2285
- border-top-color: transparent;
2286
- font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Helvetica Neue, Arial, sans-serif;
2287
- font-size: 12px;
2288
- font-weight: 400;
2289
- box-sizing: border-box;
2290
- overflow-x: auto;
2291
- }
2292
-
2293
- .ht-root-wrapper .ht-pagination__inner {
2294
- display: flex;
2295
- justify-content: space-between;
2296
- align-items: center;
2297
- flex-wrap: wrap;
2298
- gap: 8px;
2299
- padding-inline: 8px;
2300
- padding-block: 4px;
2301
- min-width: 230px;
2302
- }
2303
-
2304
- .ht-root-wrapper .ht-pagination--bordered {
2305
- border-top-color: #ccc;
2306
- }
2307
-
2308
- .ht-root-wrapper .ht-page-size-section {
2309
- display: flex;
2310
- align-items: center;
2311
- gap: 8px;
2312
- }
2313
-
2314
- .ht-root-wrapper .ht-page-size-section span {
2315
- white-space: nowrap;
2316
- }
2317
-
2318
- .ht-root-wrapper .ht-page-size-section__select-wrapper {
2319
- position: relative;
2320
- border-radius: 2px;
2321
- border: 1px solid #ccc;
2322
- }
2323
-
2324
- .ht-root-wrapper .ht-page-size-section__select-wrapper select {
2325
- padding-inline-start: 8px;
2326
- padding-inline-end: 8px;
2327
- padding-top: 4px;
2328
- padding-bottom: 4px;
2329
- border-radius: 2px;
2330
- color: #222;
2331
- background-color: #f0f0f0;
2332
- border: none;
2333
- -webkit-appearance: none;
2334
- font-size: inherit;
2335
- cursor: pointer;
2336
- }
2337
-
2338
- .ht-root-wrapper .ht-page-size-section__select-wrapper select:disabled {
2339
- opacity: 0.4;
2340
- cursor: default;
2341
- }
2342
-
2343
- .ht-root-wrapper .ht-page-size-section__select-wrapper select:hover:not(:disabled) {
2344
- background-color: #e0e0e0;
2345
- }
2346
-
2347
- .ht-root-wrapper .ht-page-size-section__select-wrapper select:focus {
2348
- background-color: #e0e0e0;
2349
- outline: 1px solid #4b89ff;
2350
- }
2351
-
2352
- .ht-root-wrapper .ht-page-counter-section {
2353
- margin-inline-end: auto;
2354
- }
2355
-
2356
- .ht-root-wrapper .ht-page-navigation-section {
2357
- display: flex;
2358
- align-items: center;
2359
- gap: 8px;
2360
- }
2361
-
2362
- .ht-root-wrapper .ht-page-navigation-section button {
2363
- font-size: inherit;
2364
- color: #222;
2365
- background-color: transparent;
2366
- border: none;
2367
- padding: 4px;
2368
- border-radius: 2px;
2369
- cursor: pointer;
2370
- }
2371
-
2372
- .ht-root-wrapper .ht-page-navigation-section button::before {
2373
- display: block;
2374
- width: 16px;
2375
- height: 16px;
2376
- line-height: 16px;
2377
- text-align: center;
2378
- }
2379
-
2380
- .ht-root-wrapper .ht-page-navigation-section button:disabled {
2381
- opacity: 0.4;
2382
- cursor: default;
2383
- }
2384
-
2385
- .ht-root-wrapper .ht-page-navigation-section button:hover:not(:disabled) {
2386
- background-color: #e0e0e0;
2387
- }
2388
-
2389
- .ht-root-wrapper .ht-page-navigation-section button:focus {
2390
- outline: 1px solid #4b89ff;
2391
- }
2392
-
2393
- .ht-root-wrapper .ht-page-navigation-section .ht-page-first::before {
2394
- content: "\21A4";
2395
- }
2396
-
2397
- [dir=rtl].ht-root-wrapper .ht-page-navigation-section .ht-page-first::before {
2398
- content: "\21A6";
2399
- }
2400
-
2401
- .ht-root-wrapper .ht-page-navigation-section .ht-page-prev::before {
2402
- content: "\21A2";
2403
- }
2404
-
2405
- [dir=rtl].ht-root-wrapper .ht-page-navigation-section .ht-page-prev::before {
2406
- content: "\21A3";
2407
- }
2408
-
2409
- .ht-root-wrapper .ht-page-navigation-section .ht-page-next::before {
2410
- content: "\21A3";
2411
- }
2412
-
2413
- [dir=rtl].ht-root-wrapper .ht-page-navigation-section .ht-page-next::before {
2414
- content: "\21A2";
2415
- }
2416
-
2417
- .ht-root-wrapper .ht-page-navigation-section .ht-page-last::before {
2418
- content: "\21A6";
2419
- }
2420
-
2421
- [dir=rtl].ht-root-wrapper .ht-page-navigation-section .ht-page-last::before {
2422
- content: "\21A4";
2423
- }
2424
-
2425
- .ht-root-wrapper .ht-page-navigation-section span {
2426
- white-space: nowrap;
2427
- }
2428
-
2429
- .ht-loading__icon-svg {
2430
- display: block;
2431
- width: 16px;
2432
- height: 16px;
2433
- color: #5292f7;
2434
- animation: ht-loading-spin 1s linear infinite;
2435
- transform-origin: 50% 50%;
2436
- }
2437
-
2438
- .ht-loading__content {
2439
- display: flex;
2440
- align-items: center;
2441
- gap: 8px;
2442
- }
2443
-
2444
- .ht-loading__title {
2445
- margin: 0;
2446
- font-size: 13px;
2447
- font-weight: 400;
2448
- line-height: 18px;
2449
- }
2450
-
2451
- .ht-loading__description {
2452
- margin: 0;
2453
- color: #222;
2454
- font-size: 12px;
2455
- line-height: 16px;
2456
- font-weight: 400;
2457
- }
2458
-
2459
- @keyframes ht-loading-spin {
2460
- to {
2461
- transform: rotate(360deg);
2462
- }
2463
- }
2464
-
2465
- .ht-empty-data-state {
2466
- display: none;
2467
- position: absolute;
2468
- width: 100%;
2469
- left: 0;
2470
- z-index: 999;
2471
- overflow-y: auto;
2472
- border: 1px solid #ccc;
2473
- box-sizing: border-box;
2474
- background-color: #fff;
2475
- }
2476
-
2477
- .ht-empty-data-state * {
2478
- box-sizing: border-box !important;
2479
- }
2480
-
2481
- .ht-empty-data-state__content-wrapper {
2482
- display: flex;
2483
- align-items: center;
2484
- justify-content: center;
2485
- text-align: center;
2486
- width: 100%;
2487
- min-height: 100%;
2488
- padding: 16px;
2489
- }
2490
-
2491
- .ht-empty-data-state__content-wrapper-inner {
2492
- display: flex;
2493
- flex-direction: column;
2494
- align-items: center;
2495
- justify-content: center;
2496
- max-width: 480px;
2497
- padding: 16px;
2498
- }
2499
-
2500
- .ht-empty-data-state__content-wrapper-inner:focus {
2501
- outline: none;
2502
- box-shadow: 0 0 0 1px #4b89ff;
2503
- }
2504
-
2505
- .ht-empty-data-state__content {
2506
- display: flex;
2507
- flex-direction: column;
2508
- align-items: center;
2509
- justify-content: center;
2510
- gap: 4px;
2511
- }
2512
-
2513
- .ht-empty-data-state__title {
2514
- margin: 0;
2515
- font-size: 16px;
2516
- font-weight: 400;
2517
- line-height: 24px;
2518
- }
2519
-
2520
- .ht-empty-data-state__description {
2521
- margin: 0;
2522
- color: #222;
2523
- font-size: 12px;
2524
- line-height: 16px;
2525
- font-weight: 400;
2526
- }
2527
-
2528
- .ht-empty-data-state__buttons {
2529
- display: flex;
2530
- justify-content: center;
2531
- flex-direction: row;
2532
- flex-wrap: wrap;
2533
- gap: 8px;
2534
- }
2535
-
2536
- .ht-empty-data-state__buttons--has-buttons {
2537
- margin-top: 8px;
2538
- }
2539
-
2540
- .ht-empty-data-state--disable-top-border {
2541
- border-top-width: 0;
2542
- }
2543
-
2544
- .ht-empty-data-state--disable-inline-border {
2545
- border-inline-start-width: 0;
2546
- }
2547
-
2548
- .ht-empty-data-state--disable-bottom-border, .ht-empty-data-state:has(~ .ht-pagination) {
2549
- border-bottom-width: 0;
2550
- }
2551
-