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