handsontable 16.2.0 → 17.0.0-rc1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/3rdparty/walkontable/src/calculator/calculationType/fullyVisibleColumns.js +0 -3
- package/3rdparty/walkontable/src/calculator/calculationType/fullyVisibleColumns.mjs +0 -3
- package/3rdparty/walkontable/src/calculator/calculationType/fullyVisibleRows.js +0 -3
- package/3rdparty/walkontable/src/calculator/calculationType/fullyVisibleRows.mjs +0 -3
- package/3rdparty/walkontable/src/calculator/calculationType/partiallyVisibleColumns.js +0 -3
- package/3rdparty/walkontable/src/calculator/calculationType/partiallyVisibleColumns.mjs +0 -3
- package/3rdparty/walkontable/src/calculator/calculationType/partiallyVisibleRows.js +0 -3
- package/3rdparty/walkontable/src/calculator/calculationType/partiallyVisibleRows.mjs +0 -3
- package/3rdparty/walkontable/src/calculator/calculationType/renderedAllColumns.js +0 -1
- package/3rdparty/walkontable/src/calculator/calculationType/renderedAllColumns.mjs +0 -1
- package/3rdparty/walkontable/src/calculator/calculationType/renderedAllRows.js +0 -1
- package/3rdparty/walkontable/src/calculator/calculationType/renderedAllRows.mjs +0 -1
- package/3rdparty/walkontable/src/calculator/calculationType/renderedColumns.js +0 -1
- package/3rdparty/walkontable/src/calculator/calculationType/renderedColumns.mjs +0 -1
- package/3rdparty/walkontable/src/calculator/calculationType/renderedRows.js +0 -1
- package/3rdparty/walkontable/src/calculator/calculationType/renderedRows.mjs +0 -1
- package/3rdparty/walkontable/src/calculator/viewportBase.js +0 -3
- package/3rdparty/walkontable/src/calculator/viewportBase.mjs +0 -3
- package/3rdparty/walkontable/src/calculator/viewportColumns.js +0 -2
- package/3rdparty/walkontable/src/calculator/viewportColumns.mjs +0 -2
- package/3rdparty/walkontable/src/calculator/viewportRows.js +0 -2
- package/3rdparty/walkontable/src/calculator/viewportRows.mjs +0 -2
- package/3rdparty/walkontable/src/cell/coords.js +0 -1
- package/3rdparty/walkontable/src/cell/coords.mjs +0 -1
- package/3rdparty/walkontable/src/cell/range.js +0 -2
- package/3rdparty/walkontable/src/cell/range.mjs +0 -2
- package/3rdparty/walkontable/src/core/_base.js +0 -2
- package/3rdparty/walkontable/src/core/_base.mjs +0 -2
- package/3rdparty/walkontable/src/core/clone.js +0 -1
- package/3rdparty/walkontable/src/core/clone.mjs +0 -1
- package/3rdparty/walkontable/src/core/core.js +0 -1
- package/3rdparty/walkontable/src/core/core.mjs +0 -1
- package/3rdparty/walkontable/src/event.js +0 -1
- package/3rdparty/walkontable/src/event.mjs +0 -1
- package/3rdparty/walkontable/src/filter/column.js +0 -1
- package/3rdparty/walkontable/src/filter/column.mjs +0 -1
- package/3rdparty/walkontable/src/filter/row.js +0 -1
- package/3rdparty/walkontable/src/filter/row.mjs +0 -1
- package/3rdparty/walkontable/src/overlay/_base.js +6 -4
- package/3rdparty/walkontable/src/overlay/_base.mjs +6 -4
- package/3rdparty/walkontable/src/overlay/bottom.js +2 -2
- package/3rdparty/walkontable/src/overlay/bottom.mjs +2 -2
- package/3rdparty/walkontable/src/overlay/index.js +0 -2
- package/3rdparty/walkontable/src/overlay/inlineStart.js +2 -2
- package/3rdparty/walkontable/src/overlay/inlineStart.mjs +2 -2
- package/3rdparty/walkontable/src/overlay/top.js +2 -2
- package/3rdparty/walkontable/src/overlay/top.mjs +2 -2
- package/3rdparty/walkontable/src/overlay/topInlineStartCorner.js +0 -1
- package/3rdparty/walkontable/src/overlay/topInlineStartCorner.mjs +0 -1
- package/3rdparty/walkontable/src/overlays.js +5 -8
- package/3rdparty/walkontable/src/overlays.mjs +5 -8
- package/3rdparty/walkontable/src/renderer/_base.js +0 -1
- package/3rdparty/walkontable/src/renderer/_base.mjs +0 -1
- package/3rdparty/walkontable/src/renderer/cells.js +0 -1
- package/3rdparty/walkontable/src/renderer/cells.mjs +0 -1
- package/3rdparty/walkontable/src/renderer/rowHeaders.js +1 -2
- package/3rdparty/walkontable/src/renderer/rowHeaders.mjs +1 -2
- package/3rdparty/walkontable/src/renderer/rows.js +1 -12
- package/3rdparty/walkontable/src/renderer/rows.mjs +1 -12
- package/3rdparty/walkontable/src/renderer/table.js +0 -1
- package/3rdparty/walkontable/src/renderer/table.mjs +0 -1
- package/3rdparty/walkontable/src/scroll.js +0 -1
- package/3rdparty/walkontable/src/scroll.mjs +0 -1
- package/3rdparty/walkontable/src/selection/border/border.js +13 -26
- package/3rdparty/walkontable/src/selection/border/border.mjs +13 -26
- package/3rdparty/walkontable/src/selection/border/utils.js +0 -9
- package/3rdparty/walkontable/src/selection/border/utils.mjs +0 -9
- package/3rdparty/walkontable/src/selection/index.js +0 -2
- package/3rdparty/walkontable/src/selection/manager.js +0 -13
- package/3rdparty/walkontable/src/selection/manager.mjs +0 -13
- package/3rdparty/walkontable/src/selection/scanner.js +0 -8
- package/3rdparty/walkontable/src/selection/scanner.mjs +0 -8
- package/3rdparty/walkontable/src/settings.js +2 -2
- package/3rdparty/walkontable/src/settings.mjs +2 -2
- package/3rdparty/walkontable/src/table/master.js +1 -1
- package/3rdparty/walkontable/src/table/master.mjs +1 -1
- package/3rdparty/walkontable/src/table.js +3 -6
- package/3rdparty/walkontable/src/table.mjs +3 -6
- package/3rdparty/walkontable/src/utils/column.js +0 -1
- package/3rdparty/walkontable/src/utils/column.mjs +0 -1
- package/3rdparty/walkontable/src/utils/nodesPool.js +7 -1
- package/3rdparty/walkontable/src/utils/nodesPool.mjs +7 -1
- package/3rdparty/walkontable/src/utils/orderView/rendererAdapter/differBasedRendererAdapter.js +100 -0
- package/3rdparty/walkontable/src/utils/orderView/rendererAdapter/differBasedRendererAdapter.mjs +96 -0
- package/3rdparty/walkontable/src/utils/orderView/rendererAdapter/directDomRendererAdapter.js +117 -0
- package/3rdparty/walkontable/src/utils/orderView/rendererAdapter/directDomRendererAdapter.mjs +113 -0
- package/3rdparty/walkontable/src/utils/orderView/rendererAdapter/index.js +19 -0
- package/3rdparty/walkontable/src/utils/orderView/rendererAdapter/index.mjs +15 -0
- package/3rdparty/walkontable/src/utils/orderView/view.js +16 -58
- package/3rdparty/walkontable/src/utils/orderView/view.mjs +16 -58
- package/3rdparty/walkontable/src/utils/orderView/viewDiffer/index.js +0 -2
- package/3rdparty/walkontable/src/utils/orderView/viewDiffer/index.mjs +0 -2
- package/3rdparty/walkontable/src/utils/orderView/viewDiffer/viewOrder.js +0 -2
- package/3rdparty/walkontable/src/utils/orderView/viewDiffer/viewOrder.mjs +0 -2
- package/3rdparty/walkontable/src/utils/orderView/viewSize.js +0 -1
- package/3rdparty/walkontable/src/utils/orderView/viewSize.mjs +0 -1
- package/3rdparty/walkontable/src/utils/orderView/viewSizeSet.js +0 -1
- package/3rdparty/walkontable/src/utils/orderView/viewSizeSet.mjs +0 -1
- package/3rdparty/walkontable/src/utils/row.js +0 -1
- package/3rdparty/walkontable/src/utils/row.mjs +0 -1
- package/3rdparty/walkontable/src/viewport.js +0 -2
- package/3rdparty/walkontable/src/viewport.mjs +0 -2
- package/CHANGELOG.md +1 -1
- package/README.md +4 -23
- package/base.js +13 -2
- package/base.mjs +14 -3
- package/cellTypes/autocompleteType/accessors/valueSetter.js +2 -4
- package/cellTypes/autocompleteType/accessors/valueSetter.mjs +1 -3
- package/cellTypes/autocompleteType/autocompleteType.js +2 -1
- package/cellTypes/autocompleteType/autocompleteType.mjs +2 -1
- package/cellTypes/dropdownType/dropdownType.js +2 -1
- package/cellTypes/dropdownType/dropdownType.mjs +2 -1
- package/cellTypes/index.d.ts +6 -0
- package/cellTypes/index.js +12 -0
- package/cellTypes/index.mjs +7 -1
- package/cellTypes/intlDateType/index.d.ts +1 -0
- package/cellTypes/intlDateType/index.js +6 -0
- package/cellTypes/intlDateType/index.mjs +1 -0
- package/cellTypes/intlDateType/intlDateType.d.ts +23 -0
- package/cellTypes/intlDateType/intlDateType.js +16 -0
- package/cellTypes/intlDateType/intlDateType.mjs +13 -0
- package/cellTypes/intlTimeType/index.d.ts +1 -0
- package/cellTypes/intlTimeType/index.js +6 -0
- package/cellTypes/intlTimeType/index.mjs +1 -0
- package/cellTypes/intlTimeType/intlTimeType.d.ts +23 -0
- package/cellTypes/intlTimeType/intlTimeType.js +16 -0
- package/cellTypes/intlTimeType/intlTimeType.mjs +13 -0
- package/cellTypes/multiSelectType/accessors/index.js +7 -0
- package/cellTypes/multiSelectType/accessors/index.mjs +2 -0
- package/cellTypes/multiSelectType/accessors/valueGetter.js +20 -0
- package/cellTypes/multiSelectType/accessors/valueGetter.mjs +16 -0
- package/cellTypes/multiSelectType/accessors/valueSetter.js +27 -0
- package/cellTypes/multiSelectType/accessors/valueSetter.mjs +23 -0
- package/cellTypes/multiSelectType/index.js +6 -0
- package/cellTypes/multiSelectType/index.mjs +1 -0
- package/cellTypes/multiSelectType/multiSelectType.js +19 -0
- package/cellTypes/multiSelectType/multiSelectType.mjs +16 -0
- package/cellTypes/numericType/numericType.d.ts +3 -1
- package/cellTypes/numericType/numericType.js +2 -1
- package/cellTypes/numericType/numericType.mjs +3 -2
- package/cellTypes/registry.js +2 -2
- package/cellTypes/registry.mjs +2 -2
- package/common.d.ts +3 -1
- package/core/coordsMapper/index.js +0 -2
- package/core/coordsMapper/rangeToRenderableMapper.js +0 -1
- package/core/coordsMapper/rangeToRenderableMapper.mjs +0 -1
- package/core/hooks/bucket.js +0 -14
- package/core/hooks/bucket.mjs +0 -14
- package/core/hooks/constants.js +0 -28
- package/core/hooks/constants.mjs +0 -28
- package/core/hooks/index.d.ts +0 -3
- package/core/hooks/index.js +0 -2
- package/core/hooks/index.mjs +0 -2
- package/core/index.js +0 -2
- package/core.d.ts +0 -5
- package/core.js +193 -104
- package/core.mjs +194 -105
- package/dataMap/dataMap.js +6 -8
- package/dataMap/dataMap.mjs +6 -8
- package/dataMap/dataSource.js +0 -4
- package/dataMap/dataSource.mjs +0 -4
- package/dataMap/index.js +5 -0
- package/dataMap/index.mjs +3 -1
- package/dataMap/metaManager/index.js +2 -4
- package/dataMap/metaManager/index.mjs +2 -4
- package/dataMap/metaManager/lazyFactoryMap.js +0 -11
- package/dataMap/metaManager/lazyFactoryMap.mjs +0 -11
- package/dataMap/metaManager/metaLayers/cellMeta.js +0 -2
- package/dataMap/metaManager/metaLayers/cellMeta.mjs +0 -2
- package/dataMap/metaManager/metaLayers/columnMeta.js +0 -1
- package/dataMap/metaManager/metaLayers/columnMeta.mjs +0 -1
- package/dataMap/metaManager/metaLayers/globalMeta.js +0 -1
- package/dataMap/metaManager/metaLayers/globalMeta.mjs +0 -1
- package/dataMap/metaManager/metaLayers/tableMeta.js +0 -1
- package/dataMap/metaManager/metaLayers/tableMeta.mjs +0 -1
- package/dataMap/metaManager/metaSchema.js +862 -79
- package/dataMap/metaManager/metaSchema.mjs +862 -79
- package/dataMap/metaManager/mods/dynamicCellMeta.js +0 -8
- package/dataMap/metaManager/mods/dynamicCellMeta.mjs +0 -8
- package/dataMap/metaManager/mods/extendMetaProperties.js +23 -15
- package/dataMap/metaManager/mods/extendMetaProperties.mjs +23 -15
- package/dataMap/metaManager/utils.js +2 -9
- package/dataMap/metaManager/utils.mjs +2 -9
- package/dataMap/replaceData.js +6 -3
- package/dataMap/replaceData.mjs +6 -3
- package/dataMap/sourceDataValidator.js +122 -0
- package/dataMap/sourceDataValidator.mjs +117 -0
- package/dist/handsontable.full.js +57523 -54761
- package/dist/handsontable.full.min.js +228 -213
- package/dist/handsontable.js +39604 -37938
- package/dist/handsontable.min.js +51 -51
- package/dist/languages/all.js +1 -1
- package/dist/languages/all.min.js +1 -1
- package/dist/languages/ar-AR.js +1 -1
- package/dist/languages/ar-AR.min.js +1 -1
- package/dist/languages/cs-CZ.js +1 -1
- package/dist/languages/cs-CZ.min.js +1 -1
- package/dist/languages/de-CH.js +1 -1
- package/dist/languages/de-CH.min.js +1 -1
- package/dist/languages/de-DE.js +1 -1
- package/dist/languages/de-DE.min.js +1 -1
- package/dist/languages/en-US.js +1 -1
- package/dist/languages/en-US.min.js +1 -1
- package/dist/languages/es-MX.js +1 -1
- package/dist/languages/es-MX.min.js +1 -1
- package/dist/languages/fa-IR.js +1 -1
- package/dist/languages/fa-IR.min.js +1 -1
- package/dist/languages/fr-FR.js +1 -1
- package/dist/languages/fr-FR.min.js +1 -1
- package/dist/languages/hr-HR.js +1 -1
- package/dist/languages/hr-HR.min.js +1 -1
- package/dist/languages/it-IT.js +1 -1
- package/dist/languages/it-IT.min.js +1 -1
- package/dist/languages/ja-JP.js +1 -1
- package/dist/languages/ja-JP.min.js +1 -1
- package/dist/languages/ko-KR.js +1 -1
- package/dist/languages/ko-KR.min.js +1 -1
- package/dist/languages/lv-LV.js +1 -1
- package/dist/languages/lv-LV.min.js +1 -1
- package/dist/languages/nb-NO.js +1 -1
- package/dist/languages/nb-NO.min.js +1 -1
- package/dist/languages/nl-NL.js +1 -1
- package/dist/languages/nl-NL.min.js +1 -1
- package/dist/languages/pl-PL.js +1 -1
- package/dist/languages/pl-PL.min.js +1 -1
- package/dist/languages/pt-BR.js +1 -1
- package/dist/languages/pt-BR.min.js +1 -1
- package/dist/languages/ru-RU.js +1 -1
- package/dist/languages/ru-RU.min.js +1 -1
- package/dist/languages/sr-SP.js +1 -1
- package/dist/languages/sr-SP.min.js +1 -1
- package/dist/languages/zh-CN.js +1 -1
- package/dist/languages/zh-CN.min.js +1 -1
- package/dist/languages/zh-TW.js +1 -1
- package/dist/languages/zh-TW.min.js +1 -1
- package/dist/themes/classic.js +467 -0
- package/dist/themes/classic.min.js +31 -0
- package/dist/themes/horizon.js +467 -0
- package/dist/themes/horizon.min.js +31 -0
- package/dist/themes/main.js +467 -0
- package/dist/themes/main.min.js +31 -0
- package/dist/themes/static/variables/colors/ant.js +137 -0
- package/dist/themes/static/variables/colors/ant.min.js +31 -0
- package/dist/themes/static/variables/colors/classic.js +137 -0
- package/dist/themes/static/variables/colors/classic.min.js +31 -0
- package/dist/themes/static/variables/colors/horizon.js +137 -0
- package/dist/themes/static/variables/colors/horizon.min.js +31 -0
- package/dist/themes/static/variables/colors/main.js +137 -0
- package/dist/themes/static/variables/colors/main.min.js +31 -0
- package/dist/themes/static/variables/colors/material.js +137 -0
- package/dist/themes/static/variables/colors/material.min.js +31 -0
- package/dist/themes/static/variables/colors/shadcn.js +137 -0
- package/dist/themes/static/variables/colors/shadcn.min.js +31 -0
- package/dist/themes/static/variables/density.js +163 -0
- package/dist/themes/static/variables/density.min.js +31 -0
- package/dist/themes/static/variables/helpers/iconsMap.js +240 -0
- package/dist/themes/static/variables/helpers/iconsMap.min.js +31 -0
- package/dist/themes/static/variables/icons/horizon.js +135 -0
- package/dist/themes/static/variables/icons/horizon.min.js +31 -0
- package/dist/themes/static/variables/icons/main.js +135 -0
- package/dist/themes/static/variables/icons/main.min.js +31 -0
- package/dist/themes/static/variables/sizing.js +126 -0
- package/dist/themes/static/variables/sizing.min.js +31 -0
- package/dist/themes/static/variables/tokens/classic.js +375 -0
- package/dist/themes/static/variables/tokens/classic.min.js +31 -0
- package/dist/themes/static/variables/tokens/horizon.js +375 -0
- package/dist/themes/static/variables/tokens/horizon.min.js +31 -0
- package/dist/themes/static/variables/tokens/main.js +375 -0
- package/dist/themes/static/variables/tokens/main.min.js +31 -0
- package/editorManager.js +0 -1
- package/editorManager.mjs +0 -1
- package/editors/autocompleteEditor/autocompleteEditor.js +5 -23
- package/editors/autocompleteEditor/autocompleteEditor.mjs +6 -24
- package/editors/baseEditor/baseEditor.js +18 -13
- package/editors/baseEditor/baseEditor.mjs +18 -13
- package/editors/dateEditor/dateEditor.js +9 -3
- package/editors/dateEditor/dateEditor.mjs +9 -3
- package/editors/dropdownEditor/dropdownEditor.js +0 -2
- package/editors/dropdownEditor/dropdownEditor.mjs +0 -2
- package/editors/factory.d.ts +48 -0
- package/editors/factory.js +372 -0
- package/editors/factory.mjs +368 -0
- package/editors/handsontableEditor/handsontableEditor.js +0 -1
- package/editors/handsontableEditor/handsontableEditor.mjs +0 -1
- package/editors/index.d.ts +7 -0
- package/editors/index.js +14 -0
- package/editors/index.mjs +9 -2
- package/editors/intlDateEditor/index.d.ts +1 -0
- package/editors/intlDateEditor/index.js +6 -0
- package/editors/intlDateEditor/index.mjs +1 -0
- package/editors/intlDateEditor/intlDateEditor.d.ts +7 -0
- package/editors/intlDateEditor/intlDateEditor.js +76 -0
- package/editors/intlDateEditor/intlDateEditor.mjs +72 -0
- package/editors/intlTimeEditor/index.d.ts +1 -0
- package/editors/intlTimeEditor/index.js +6 -0
- package/editors/intlTimeEditor/index.mjs +1 -0
- package/editors/intlTimeEditor/intlTimeEditor.d.ts +7 -0
- package/editors/intlTimeEditor/intlTimeEditor.js +72 -0
- package/editors/intlTimeEditor/intlTimeEditor.mjs +68 -0
- package/editors/multiSelectEditor/controllers/dropdownController.js +566 -0
- package/editors/multiSelectEditor/controllers/dropdownController.mjs +561 -0
- package/editors/multiSelectEditor/controllers/inputController.js +101 -0
- package/editors/multiSelectEditor/controllers/inputController.mjs +96 -0
- package/editors/multiSelectEditor/controllers/selectedItemsController.js +124 -0
- package/editors/multiSelectEditor/controllers/selectedItemsController.mjs +120 -0
- package/editors/multiSelectEditor/controllers/utils.js +275 -0
- package/editors/multiSelectEditor/controllers/utils.mjs +258 -0
- package/editors/multiSelectEditor/index.js +6 -0
- package/editors/multiSelectEditor/index.mjs +1 -0
- package/editors/multiSelectEditor/multiSelectEditor.js +509 -0
- package/editors/multiSelectEditor/multiSelectEditor.mjs +504 -0
- package/editors/multiSelectEditor/utils/utils.js +57 -0
- package/editors/multiSelectEditor/utils/utils.mjs +50 -0
- package/editors/passwordEditor/passwordEditor.js +0 -1
- package/editors/passwordEditor/passwordEditor.mjs +0 -1
- package/editors/registry.js +4 -4
- package/editors/registry.mjs +4 -4
- package/editors/selectEditor/selectEditor.js +1 -1
- package/editors/selectEditor/selectEditor.mjs +1 -1
- package/editors/textEditor/textEditor.js +4 -2
- package/editors/textEditor/textEditor.mjs +4 -2
- package/eventManager.js +0 -2
- package/eventManager.mjs +0 -2
- package/focusManager/grid.js +0 -1
- package/focusManager/grid.mjs +0 -1
- package/focusManager/index.js +0 -2
- package/focusManager/scopeManager.js +5 -8
- package/focusManager/scopeManager.mjs +5 -8
- package/focusManager/utils/focusDetector.js +5 -11
- package/focusManager/utils/focusDetector.mjs +5 -11
- package/helpers/a11y.js +2 -0
- package/helpers/a11y.mjs +1 -0
- package/helpers/array.js +26 -15
- package/helpers/array.mjs +25 -15
- package/helpers/console.js +33 -0
- package/helpers/console.mjs +32 -0
- package/helpers/constants.js +4 -0
- package/helpers/constants.mjs +1 -0
- package/helpers/data.js +0 -4
- package/helpers/data.mjs +0 -4
- package/helpers/dateTime.d.ts +5 -0
- package/helpers/dateTime.js +110 -0
- package/helpers/dateTime.mjs +102 -0
- package/helpers/dom/element.d.ts +1 -1
- package/helpers/dom/element.js +23 -20
- package/helpers/dom/element.mjs +23 -20
- package/helpers/errors.d.ts +1 -0
- package/helpers/errors.js +21 -0
- package/helpers/errors.mjs +17 -0
- package/helpers/index.d.ts +2 -1
- package/helpers/mixed.js +10 -7
- package/helpers/mixed.mjs +10 -6
- package/helpers/moves.js +0 -4
- package/helpers/moves.mjs +0 -4
- package/helpers/number.js +0 -9
- package/helpers/number.mjs +0 -9
- package/helpers/object.js +47 -6
- package/helpers/object.mjs +45 -6
- package/helpers/string.js +15 -2
- package/helpers/string.mjs +14 -2
- package/helpers/templateLiteralTag.js +0 -3
- package/helpers/templateLiteralTag.mjs +0 -3
- package/helpers/unicode.js +0 -1
- package/helpers/unicode.mjs +0 -1
- package/helpers/wrappers/jquery.js +2 -2
- package/helpers/wrappers/jquery.mjs +2 -2
- package/i18n/index.js +0 -2
- package/i18n/phraseFormatters/substituteVariables.js +0 -2
- package/i18n/phraseFormatters/substituteVariables.mjs +0 -2
- package/i18n/registry.js +0 -2
- package/i18n/registry.mjs +0 -2
- package/index.d.ts +85 -9
- package/index.js +18 -3
- package/index.mjs +18 -3
- package/languages/all.js +1 -1
- package/languages/ar-AR.js +1 -1
- package/languages/cs-CZ.js +1 -1
- package/languages/de-CH.js +1 -1
- package/languages/de-DE.js +1 -1
- package/languages/en-US.js +1 -1
- package/languages/es-MX.js +1 -1
- package/languages/fa-IR.js +1 -1
- package/languages/fr-FR.js +1 -1
- package/languages/hr-HR.js +1 -1
- package/languages/index.js +1 -1
- package/languages/it-IT.js +1 -1
- package/languages/ja-JP.js +1 -1
- package/languages/ko-KR.js +1 -1
- package/languages/lv-LV.js +1 -1
- package/languages/nb-NO.js +1 -1
- package/languages/nl-NL.js +1 -1
- package/languages/pl-PL.js +1 -1
- package/languages/pt-BR.js +1 -1
- package/languages/ru-RU.js +1 -1
- package/languages/sr-SP.js +1 -1
- package/languages/zh-CN.js +1 -1
- package/languages/zh-TW.js +1 -1
- package/mixins/hooksRefRegisterer.js +0 -1
- package/mixins/hooksRefRegisterer.mjs +0 -1
- package/mixins/localHooks.js +0 -1
- package/mixins/localHooks.mjs +0 -1
- package/package.json +184 -78
- package/plugins/autoColumnSize/autoColumnSize.js +4 -7
- package/plugins/autoColumnSize/autoColumnSize.mjs +4 -7
- package/plugins/autoRowSize/autoRowSize.js +8 -9
- package/plugins/autoRowSize/autoRowSize.mjs +8 -9
- package/plugins/autofill/autofill.js +7 -8
- package/plugins/autofill/autofill.mjs +7 -8
- package/plugins/base/base.js +3 -7
- package/plugins/base/base.mjs +3 -7
- package/plugins/bindRowsWithHeaders/bindRowsWithHeaders.js +0 -1
- package/plugins/bindRowsWithHeaders/bindRowsWithHeaders.mjs +0 -1
- package/plugins/collapsibleColumns/collapsibleColumns.js +2 -3
- package/plugins/collapsibleColumns/collapsibleColumns.mjs +2 -3
- package/plugins/columnSorting/columnSorting.js +2 -64
- package/plugins/columnSorting/columnSorting.mjs +2 -64
- package/plugins/columnSorting/columnStatesManager.js +0 -3
- package/plugins/columnSorting/columnStatesManager.mjs +0 -3
- package/plugins/columnSorting/domHelpers.js +0 -1
- package/plugins/columnSorting/domHelpers.mjs +0 -1
- package/plugins/columnSorting/sortFunction/intlDate.js +17 -0
- package/plugins/columnSorting/sortFunction/intlDate.mjs +13 -0
- package/plugins/columnSorting/sortFunction/intlTime.js +17 -0
- package/plugins/columnSorting/sortFunction/intlTime.mjs +13 -0
- package/plugins/columnSorting/sortService/registry.js +5 -1
- package/plugins/columnSorting/sortService/registry.mjs +4 -0
- package/plugins/columnSorting/utils.js +107 -10
- package/plugins/columnSorting/utils.mjs +105 -10
- package/plugins/columnSummary/columnSummary.js +2 -2
- package/plugins/columnSummary/columnSummary.mjs +2 -2
- package/plugins/columnSummary/endpoints.js +0 -5
- package/plugins/columnSummary/endpoints.mjs +0 -5
- package/plugins/comments/commentEditor.js +0 -1
- package/plugins/comments/commentEditor.mjs +0 -1
- package/plugins/comments/comments.js +5 -6
- package/plugins/comments/comments.mjs +5 -6
- package/plugins/comments/displaySwitch.js +0 -1
- package/plugins/comments/displaySwitch.mjs +0 -1
- package/plugins/comments/editorResizeObserver.js +0 -3
- package/plugins/comments/editorResizeObserver.mjs +0 -3
- package/plugins/contextMenu/commandExecutor.js +2 -4
- package/plugins/contextMenu/commandExecutor.mjs +2 -4
- package/plugins/contextMenu/contextMenu.js +0 -1
- package/plugins/contextMenu/contextMenu.mjs +0 -1
- package/plugins/contextMenu/itemsFactory.js +0 -2
- package/plugins/contextMenu/itemsFactory.mjs +0 -2
- package/plugins/contextMenu/menu/cursor.js +0 -1
- package/plugins/contextMenu/menu/cursor.mjs +0 -1
- package/plugins/contextMenu/menu/index.js +0 -2
- package/plugins/contextMenu/menu/menu.js +3 -15
- package/plugins/contextMenu/menu/menu.mjs +3 -15
- package/plugins/contextMenu/menu/menuItemRenderer.js +4 -2
- package/plugins/contextMenu/menu/menuItemRenderer.mjs +4 -2
- package/plugins/contextMenu/menu/positioner.js +0 -1
- package/plugins/contextMenu/menu/positioner.mjs +0 -1
- package/plugins/contextMenu/menu/shortcuts.js +0 -3
- package/plugins/contextMenu/menu/shortcuts.mjs +0 -3
- package/plugins/contextMenu/menu/utils.js +0 -1
- package/plugins/contextMenu/menu/utils.mjs +0 -1
- package/plugins/copyPaste/copyPaste.js +53 -31
- package/plugins/copyPaste/copyPaste.mjs +54 -32
- package/plugins/copyPaste/copyableRanges.js +0 -2
- package/plugins/copyPaste/copyableRanges.mjs +0 -2
- package/plugins/customBorders/customBorders.js +3 -6
- package/plugins/customBorders/customBorders.mjs +3 -6
- package/plugins/customBorders/utils.js +0 -2
- package/plugins/customBorders/utils.mjs +0 -2
- package/plugins/dialog/dialog.js +3 -6
- package/plugins/dialog/dialog.mjs +3 -6
- package/plugins/dialog/templates/base.js +2 -2
- package/plugins/dialog/templates/base.mjs +2 -2
- package/plugins/dialog/templates/confirm.js +2 -5
- package/plugins/dialog/templates/confirm.mjs +2 -5
- package/plugins/dialog/ui.js +13 -8
- package/plugins/dialog/ui.mjs +13 -8
- package/plugins/dragToScroll/dragToScroll.js +0 -1
- package/plugins/dragToScroll/dragToScroll.mjs +0 -1
- package/plugins/dropdownMenu/dropdownMenu.js +0 -1
- package/plugins/dropdownMenu/dropdownMenu.mjs +0 -1
- package/plugins/emptyDataState/emptyDataState.js +0 -6
- package/plugins/emptyDataState/emptyDataState.mjs +0 -6
- package/plugins/emptyDataState/ui.js +0 -4
- package/plugins/emptyDataState/ui.mjs +0 -4
- package/plugins/exportFile/dataProvider.js +0 -2
- package/plugins/exportFile/dataProvider.mjs +0 -2
- package/plugins/exportFile/exportFile.js +3 -3
- package/plugins/exportFile/exportFile.mjs +3 -3
- package/plugins/exportFile/types/_base.js +0 -1
- package/plugins/exportFile/types/_base.mjs +0 -1
- package/plugins/exportFile/types/csv.js +0 -3
- package/plugins/exportFile/types/csv.mjs +0 -3
- package/plugins/filters/component/_base.js +3 -3
- package/plugins/filters/component/_base.mjs +3 -3
- package/plugins/filters/component/actionBar.js +0 -2
- package/plugins/filters/component/actionBar.mjs +0 -2
- package/plugins/filters/component/condition.js +2 -4
- package/plugins/filters/component/condition.mjs +2 -4
- package/plugins/filters/component/operators.js +2 -5
- package/plugins/filters/component/operators.mjs +2 -5
- package/plugins/filters/component/value.js +4 -12
- package/plugins/filters/component/value.mjs +4 -12
- package/plugins/filters/condition/intlDate/after.js +31 -0
- package/plugins/filters/condition/intlDate/after.mjs +26 -0
- package/plugins/filters/condition/intlDate/before.js +31 -0
- package/plugins/filters/condition/intlDate/before.mjs +26 -0
- package/plugins/filters/condition/intlDate/between.js +30 -0
- package/plugins/filters/condition/intlDate/between.mjs +25 -0
- package/plugins/filters/condition/intlDate/today.js +27 -0
- package/plugins/filters/condition/intlDate/today.mjs +22 -0
- package/plugins/filters/condition/intlDate/tomorrow.js +28 -0
- package/plugins/filters/condition/intlDate/tomorrow.mjs +23 -0
- package/plugins/filters/condition/intlDate/yesterday.js +28 -0
- package/plugins/filters/condition/intlDate/yesterday.mjs +23 -0
- package/plugins/filters/condition/intlTime/after.js +31 -0
- package/plugins/filters/condition/intlTime/after.mjs +26 -0
- package/plugins/filters/condition/intlTime/before.js +31 -0
- package/plugins/filters/condition/intlTime/before.mjs +26 -0
- package/plugins/filters/condition/intlTime/between.js +30 -0
- package/plugins/filters/condition/intlTime/between.mjs +25 -0
- package/plugins/filters/conditionCollection.js +3 -9
- package/plugins/filters/conditionCollection.mjs +3 -9
- package/plugins/filters/conditionRegisterer.js +3 -3
- package/plugins/filters/conditionRegisterer.mjs +3 -3
- package/plugins/filters/conditionUpdateObserver.js +3 -7
- package/plugins/filters/conditionUpdateObserver.mjs +3 -7
- package/plugins/filters/constants.js +14 -2
- package/plugins/filters/constants.mjs +14 -2
- package/plugins/filters/dataFilter.js +1 -3
- package/plugins/filters/dataFilter.mjs +1 -3
- package/plugins/filters/filters.js +36 -44
- package/plugins/filters/filters.mjs +36 -44
- package/plugins/filters/logicalOperationRegisterer.js +2 -2
- package/plugins/filters/logicalOperationRegisterer.mjs +2 -2
- package/plugins/filters/logicalOperations/conjunction.js +0 -2
- package/plugins/filters/logicalOperations/conjunction.mjs +0 -2
- package/plugins/filters/logicalOperations/disjunction.js +0 -2
- package/plugins/filters/logicalOperations/disjunction.mjs +0 -2
- package/plugins/filters/logicalOperations/disjunctionWithExtraCondition.js +2 -4
- package/plugins/filters/logicalOperations/disjunctionWithExtraCondition.mjs +2 -4
- package/plugins/filters/menu/focusController.js +0 -2
- package/plugins/filters/menu/focusController.mjs +0 -2
- package/plugins/filters/ui/_base.js +0 -1
- package/plugins/filters/ui/_base.mjs +0 -1
- package/plugins/filters/ui/input.js +1 -1
- package/plugins/filters/ui/input.mjs +1 -1
- package/plugins/filters/ui/link.js +0 -1
- package/plugins/filters/ui/link.mjs +0 -1
- package/plugins/filters/ui/multipleSelect.js +0 -6
- package/plugins/filters/ui/multipleSelect.mjs +0 -6
- package/plugins/filters/ui/radioInput.js +0 -1
- package/plugins/filters/ui/radioInput.mjs +0 -1
- package/plugins/filters/ui/select.js +0 -1
- package/plugins/filters/ui/select.mjs +0 -1
- package/plugins/filters/utils.js +0 -11
- package/plugins/filters/utils.mjs +0 -11
- package/plugins/formulas/engine/register.js +0 -4
- package/plugins/formulas/engine/register.mjs +0 -4
- package/plugins/formulas/engine/settings.js +0 -3
- package/plugins/formulas/engine/settings.mjs +0 -3
- package/plugins/formulas/formulas.js +0 -14
- package/plugins/formulas/formulas.mjs +0 -14
- package/plugins/formulas/indexSyncer/axisSyncer.js +0 -5
- package/plugins/formulas/indexSyncer/axisSyncer.mjs +0 -5
- package/plugins/formulas/indexSyncer/index.js +0 -1
- package/plugins/formulas/indexSyncer/index.mjs +0 -1
- package/plugins/hiddenColumns/contextMenuItem/hideColumn.js +0 -1
- package/plugins/hiddenColumns/contextMenuItem/hideColumn.mjs +0 -1
- package/plugins/hiddenColumns/contextMenuItem/showColumn.js +0 -3
- package/plugins/hiddenColumns/contextMenuItem/showColumn.mjs +0 -3
- package/plugins/hiddenColumns/hiddenColumns.js +1 -13
- package/plugins/hiddenColumns/hiddenColumns.mjs +1 -13
- package/plugins/hiddenRows/contextMenuItem/hideRow.js +0 -1
- package/plugins/hiddenRows/contextMenuItem/hideRow.mjs +0 -1
- package/plugins/hiddenRows/contextMenuItem/showRow.js +0 -3
- package/plugins/hiddenRows/contextMenuItem/showRow.mjs +0 -3
- package/plugins/hiddenRows/hiddenRows.js +1 -13
- package/plugins/hiddenRows/hiddenRows.mjs +1 -13
- package/plugins/index.d.ts +0 -3
- package/plugins/index.js +0 -3
- package/plugins/index.mjs +1 -3
- package/plugins/loading/loading.js +0 -1
- package/plugins/loading/loading.mjs +0 -1
- package/plugins/manualColumnFreeze/manualColumnFreeze.js +0 -4
- package/plugins/manualColumnFreeze/manualColumnFreeze.mjs +0 -4
- package/plugins/manualColumnMove/manualColumnMove.js +2 -36
- package/plugins/manualColumnMove/manualColumnMove.mjs +2 -36
- package/plugins/manualColumnMove/ui/_base.js +0 -1
- package/plugins/manualColumnMove/ui/_base.mjs +0 -1
- package/plugins/manualColumnResize/manualColumnResize.js +4 -39
- package/plugins/manualColumnResize/manualColumnResize.mjs +4 -39
- package/plugins/manualRowMove/manualRowMove.js +2 -37
- package/plugins/manualRowMove/manualRowMove.mjs +2 -37
- package/plugins/manualRowMove/ui/_base.js +0 -1
- package/plugins/manualRowMove/ui/_base.mjs +0 -1
- package/plugins/manualRowResize/manualRowResize.js +3 -38
- package/plugins/manualRowResize/manualRowResize.mjs +3 -38
- package/plugins/mergeCells/calculations/autofill.js +0 -3
- package/plugins/mergeCells/calculations/autofill.mjs +0 -3
- package/plugins/mergeCells/calculations/selection.js +0 -2
- package/plugins/mergeCells/calculations/selection.mjs +0 -2
- package/plugins/mergeCells/cellCoords.js +0 -1
- package/plugins/mergeCells/cellCoords.mjs +0 -1
- package/plugins/mergeCells/cellsCollection.js +0 -14
- package/plugins/mergeCells/cellsCollection.mjs +0 -14
- package/plugins/mergeCells/focusOrder.js +0 -4
- package/plugins/mergeCells/focusOrder.mjs +0 -4
- package/plugins/mergeCells/mergeCells.js +0 -14
- package/plugins/mergeCells/mergeCells.mjs +0 -14
- package/plugins/multiColumnSorting/domHelpers.js +0 -3
- package/plugins/multiColumnSorting/domHelpers.mjs +0 -3
- package/plugins/multiColumnSorting/multiColumnSorting.js +0 -1
- package/plugins/multiColumnSorting/multiColumnSorting.mjs +0 -1
- package/plugins/multipleSelectionHandles/multipleSelectionHandles.js +0 -2
- package/plugins/multipleSelectionHandles/multipleSelectionHandles.mjs +0 -2
- package/plugins/nestedHeaders/nestedHeaders.js +0 -4
- package/plugins/nestedHeaders/nestedHeaders.mjs +0 -4
- package/plugins/nestedHeaders/stateManager/headersTree.js +0 -1
- package/plugins/nestedHeaders/stateManager/headersTree.mjs +0 -1
- package/plugins/nestedHeaders/stateManager/index.js +0 -4
- package/plugins/nestedHeaders/stateManager/index.mjs +0 -4
- package/plugins/nestedHeaders/stateManager/matrixGenerator.js +0 -1
- package/plugins/nestedHeaders/stateManager/matrixGenerator.mjs +0 -1
- package/plugins/nestedHeaders/stateManager/nodeModifiers/collapse.js +0 -7
- package/plugins/nestedHeaders/stateManager/nodeModifiers/collapse.mjs +0 -7
- package/plugins/nestedHeaders/stateManager/nodeModifiers/expand.js +0 -7
- package/plugins/nestedHeaders/stateManager/nodeModifiers/expand.mjs +0 -7
- package/plugins/nestedHeaders/stateManager/nodeModifiers/hideColumn.js +3 -4
- package/plugins/nestedHeaders/stateManager/nodeModifiers/hideColumn.mjs +3 -4
- package/plugins/nestedHeaders/stateManager/nodeModifiers/index.js +2 -2
- package/plugins/nestedHeaders/stateManager/nodeModifiers/index.mjs +2 -2
- package/plugins/nestedHeaders/stateManager/nodeModifiers/showColumn.js +3 -3
- package/plugins/nestedHeaders/stateManager/nodeModifiers/showColumn.mjs +3 -3
- package/plugins/nestedHeaders/stateManager/settingsNormalizer.js +0 -1
- package/plugins/nestedHeaders/stateManager/settingsNormalizer.mjs +0 -1
- package/plugins/nestedHeaders/stateManager/sourceSettings.js +3 -4
- package/plugins/nestedHeaders/stateManager/sourceSettings.mjs +3 -4
- package/plugins/nestedHeaders/utils/ghostTable.js +1 -2
- package/plugins/nestedHeaders/utils/ghostTable.mjs +1 -2
- package/plugins/nestedRows/data/dataManager.js +0 -2
- package/plugins/nestedRows/data/dataManager.mjs +0 -2
- package/plugins/nestedRows/nestedRows.js +0 -12
- package/plugins/nestedRows/nestedRows.mjs +0 -12
- package/plugins/nestedRows/ui/_base.js +0 -1
- package/plugins/nestedRows/ui/_base.mjs +0 -1
- package/plugins/nestedRows/ui/collapsing.js +0 -1
- package/plugins/nestedRows/ui/collapsing.mjs +0 -1
- package/plugins/nestedRows/ui/contextMenu.js +0 -1
- package/plugins/nestedRows/ui/contextMenu.mjs +0 -1
- package/plugins/nestedRows/ui/headers.js +2 -4
- package/plugins/nestedRows/ui/headers.mjs +2 -4
- package/plugins/nestedRows/utils/rowMoveController.js +0 -6
- package/plugins/nestedRows/utils/rowMoveController.mjs +0 -6
- package/plugins/pagination/pagination.js +1 -7
- package/plugins/pagination/pagination.mjs +1 -7
- package/plugins/pagination/strategies/autoPageSize.js +0 -2
- package/plugins/pagination/strategies/autoPageSize.mjs +0 -2
- package/plugins/pagination/strategies/fixedPageSize.js +0 -1
- package/plugins/pagination/strategies/fixedPageSize.mjs +0 -1
- package/plugins/pagination/strategies/index.js +2 -2
- package/plugins/pagination/strategies/index.mjs +2 -2
- package/plugins/pagination/ui.js +0 -3
- package/plugins/pagination/ui.mjs +0 -3
- package/plugins/registry.js +2 -2
- package/plugins/registry.mjs +2 -2
- package/plugins/search/search.js +0 -2
- package/plugins/search/search.mjs +0 -2
- package/plugins/stretchColumns/calculator.js +1 -6
- package/plugins/stretchColumns/calculator.mjs +1 -6
- package/plugins/stretchColumns/strategies/_base.js +0 -1
- package/plugins/stretchColumns/strategies/_base.mjs +0 -1
- package/plugins/stretchColumns/strategies/all.js +0 -4
- package/plugins/stretchColumns/strategies/all.mjs +0 -4
- package/plugins/stretchColumns/strategies/last.js +0 -3
- package/plugins/stretchColumns/strategies/last.mjs +0 -3
- package/plugins/stretchColumns/stretchColumns.js +0 -3
- package/plugins/stretchColumns/stretchColumns.mjs +0 -3
- package/plugins/touchScroll/touchScroll.js +0 -2
- package/plugins/touchScroll/touchScroll.mjs +0 -2
- package/plugins/trimRows/trimRows.js +1 -12
- package/plugins/trimRows/trimRows.mjs +1 -12
- package/plugins/undoRedo/actions/_base.js +3 -3
- package/plugins/undoRedo/actions/_base.mjs +3 -3
- package/plugins/undoRedo/actions/cellAlignment.js +0 -1
- package/plugins/undoRedo/actions/cellAlignment.mjs +0 -1
- package/plugins/undoRedo/actions/columnMove.js +0 -3
- package/plugins/undoRedo/actions/columnMove.mjs +0 -3
- package/plugins/undoRedo/actions/columnSort.js +0 -1
- package/plugins/undoRedo/actions/columnSort.mjs +0 -1
- package/plugins/undoRedo/actions/createColumn.js +0 -1
- package/plugins/undoRedo/actions/createColumn.mjs +0 -1
- package/plugins/undoRedo/actions/createRow.js +0 -1
- package/plugins/undoRedo/actions/createRow.mjs +0 -1
- package/plugins/undoRedo/actions/dataChange.js +0 -6
- package/plugins/undoRedo/actions/dataChange.mjs +0 -6
- package/plugins/undoRedo/actions/filters.js +0 -3
- package/plugins/undoRedo/actions/filters.mjs +0 -3
- package/plugins/undoRedo/actions/mergeCells.js +0 -1
- package/plugins/undoRedo/actions/mergeCells.mjs +0 -1
- package/plugins/undoRedo/actions/removeColumn.js +0 -4
- package/plugins/undoRedo/actions/removeColumn.mjs +0 -4
- package/plugins/undoRedo/actions/removeRow.js +0 -4
- package/plugins/undoRedo/actions/removeRow.mjs +0 -4
- package/plugins/undoRedo/actions/rowMove.js +0 -3
- package/plugins/undoRedo/actions/rowMove.mjs +0 -3
- package/plugins/undoRedo/actions/unmergeCells.js +0 -1
- package/plugins/undoRedo/actions/unmergeCells.mjs +0 -1
- package/plugins/undoRedo/undoRedo.js +0 -87
- package/plugins/undoRedo/undoRedo.mjs +0 -87
- package/plugins/undoRedo/utils.js +1 -13
- package/plugins/undoRedo/utils.mjs +1 -13
- package/renderers/baseRenderer/baseRenderer.js +3 -1
- package/renderers/baseRenderer/baseRenderer.mjs +3 -1
- package/renderers/checkboxRenderer/checkboxRenderer.js +2 -7
- package/renderers/checkboxRenderer/checkboxRenderer.mjs +2 -7
- package/renderers/dateRenderer/dateRenderer.js +6 -0
- package/renderers/dateRenderer/dateRenderer.mjs +6 -0
- package/renderers/factory.d.ts +20 -0
- package/renderers/factory.js +51 -0
- package/renderers/factory.mjs +47 -0
- package/renderers/htmlRenderer/htmlRenderer.js +1 -4
- package/renderers/htmlRenderer/htmlRenderer.mjs +1 -4
- package/renderers/index.d.ts +7 -0
- package/renderers/index.js +10 -0
- package/renderers/index.mjs +7 -2
- package/renderers/intlDateRenderer/index.d.ts +1 -0
- package/renderers/intlDateRenderer/index.js +7 -0
- package/renderers/intlDateRenderer/index.mjs +1 -0
- package/renderers/intlDateRenderer/intlDateRenderer.d.ts +6 -0
- package/renderers/intlDateRenderer/intlDateRenderer.js +58 -0
- package/renderers/intlDateRenderer/intlDateRenderer.mjs +53 -0
- package/renderers/intlTimeRenderer/index.d.ts +1 -0
- package/renderers/intlTimeRenderer/index.js +7 -0
- package/renderers/intlTimeRenderer/index.mjs +1 -0
- package/renderers/intlTimeRenderer/intlTimeRenderer.d.ts +6 -0
- package/renderers/intlTimeRenderer/intlTimeRenderer.js +57 -0
- package/renderers/intlTimeRenderer/intlTimeRenderer.mjs +52 -0
- package/renderers/multiSelectRenderer/index.js +7 -0
- package/renderers/multiSelectRenderer/index.mjs +1 -0
- package/renderers/multiSelectRenderer/multiSelectRenderer.js +60 -0
- package/renderers/multiSelectRenderer/multiSelectRenderer.mjs +56 -0
- package/renderers/multiSelectRenderer/utils/utils.js +270 -0
- package/renderers/multiSelectRenderer/utils/utils.mjs +258 -0
- package/renderers/numericRenderer/index.d.ts +1 -1
- package/renderers/numericRenderer/index.js +1 -1
- package/renderers/numericRenderer/index.mjs +1 -1
- package/renderers/numericRenderer/numericRenderer.d.ts +1 -0
- package/renderers/numericRenderer/numericRenderer.js +19 -22
- package/renderers/numericRenderer/numericRenderer.mjs +18 -20
- package/renderers/numericRenderer/utils.js +64 -0
- package/renderers/numericRenderer/utils.mjs +57 -0
- package/renderers/passwordRenderer/passwordRenderer.js +22 -12
- package/renderers/passwordRenderer/passwordRenderer.mjs +21 -12
- package/renderers/registry.d.ts +1 -1
- package/renderers/registry.js +51 -3
- package/renderers/registry.mjs +51 -3
- package/renderers/textRenderer/textRenderer.js +0 -2
- package/renderers/textRenderer/textRenderer.mjs +0 -2
- package/renderers/timeRenderer/timeRenderer.js +6 -0
- package/renderers/timeRenderer/timeRenderer.mjs +6 -0
- package/selection/highlight/highlight.js +0 -2
- package/selection/highlight/highlight.mjs +0 -2
- package/selection/highlight/visualSelection.js +0 -1
- package/selection/highlight/visualSelection.mjs +0 -1
- package/selection/index.js +0 -2
- package/selection/mouseEventHandler.js +0 -2
- package/selection/mouseEventHandler.mjs +0 -2
- package/selection/range.js +0 -7
- package/selection/range.mjs +0 -7
- package/selection/selection.js +6 -15
- package/selection/selection.mjs +6 -15
- package/selection/transformation/_base.js +6 -6
- package/selection/transformation/_base.mjs +6 -6
- package/selection/transformation/focus.js +2 -2
- package/selection/transformation/focus.mjs +2 -2
- package/selection/utils.js +3 -13
- package/selection/utils.mjs +3 -13
- package/settings.d.ts +9 -3
- package/shortcutContexts/commands/editor/open.js +0 -2
- package/shortcutContexts/commands/editor/open.mjs +0 -2
- package/shortcutContexts/commands/moveCellSelection/inlineEnd.js +0 -2
- package/shortcutContexts/commands/moveCellSelection/inlineEnd.mjs +0 -2
- package/shortcutContexts/commands/moveCellSelection/inlineStart.js +0 -2
- package/shortcutContexts/commands/moveCellSelection/inlineStart.mjs +0 -2
- package/shortcutContexts/grid.js +11 -12
- package/shortcutContexts/grid.mjs +11 -12
- package/shortcutContexts/index.js +0 -2
- package/shortcuts/context.js +4 -8
- package/shortcuts/context.mjs +4 -8
- package/shortcuts/keyObserver.js +0 -7
- package/shortcuts/keyObserver.mjs +0 -7
- package/shortcuts/manager.js +2 -2
- package/shortcuts/manager.mjs +2 -2
- package/shortcuts/recorder.js +0 -1
- package/shortcuts/recorder.mjs +0 -1
- package/shortcuts/utils.js +0 -2
- package/shortcuts/utils.mjs +0 -2
- package/styles/handsontable.css +302 -83
- package/styles/handsontable.min.css +3 -3
- package/styles/handsontableStyles.js +6 -0
- package/styles/handsontableStyles.mjs +4 -0
- package/styles/ht-icons-horizon.css +55 -61
- package/styles/ht-icons-horizon.min.css +3 -3
- package/styles/ht-icons-main.css +55 -61
- package/styles/ht-icons-main.min.css +3 -3
- package/styles/ht-theme-classic-no-icons.css +302 -374
- package/styles/ht-theme-classic-no-icons.min.css +3 -3
- package/styles/ht-theme-classic.css +383 -408
- package/styles/ht-theme-classic.min.css +3 -3
- package/styles/ht-theme-horizon-no-icons.css +300 -378
- package/styles/ht-theme-horizon-no-icons.min.css +3 -3
- package/styles/ht-theme-horizon.css +381 -412
- package/styles/ht-theme-horizon.min.css +3 -3
- package/styles/ht-theme-main-no-icons.css +302 -371
- package/styles/ht-theme-main-no-icons.min.css +3 -3
- package/styles/ht-theme-main.css +383 -405
- package/styles/ht-theme-main.min.css +3 -3
- package/tableView.js +16 -4
- package/tableView.mjs +16 -4
- package/themes/engine/builder.js +251 -0
- package/themes/engine/builder.mjs +246 -0
- package/themes/engine/index.js +7 -0
- package/themes/engine/index.mjs +2 -0
- package/themes/engine/manager.js +188 -0
- package/themes/engine/manager.mjs +183 -0
- package/themes/engine/utils/cssVariables.js +132 -0
- package/themes/engine/utils/cssVariables.mjs +128 -0
- package/themes/engine/utils/validation.js +348 -0
- package/themes/engine/utils/validation.mjs +342 -0
- package/themes/index.js +15 -0
- package/themes/index.mjs +2 -0
- package/themes/registry.js +131 -0
- package/themes/registry.mjs +122 -0
- package/themes/static/variables/colors/ant.d.ts +4 -0
- package/themes/static/variables/colors/ant.js +32 -0
- package/themes/static/variables/colors/ant.mjs +30 -0
- package/themes/static/variables/colors/classic.d.ts +4 -0
- package/themes/static/variables/colors/classic.js +32 -0
- package/themes/static/variables/colors/classic.mjs +30 -0
- package/themes/static/variables/colors/horizon.d.ts +4 -0
- package/themes/static/variables/colors/horizon.js +32 -0
- package/themes/static/variables/colors/horizon.mjs +30 -0
- package/themes/static/variables/colors/main.d.ts +4 -0
- package/themes/static/variables/colors/main.js +32 -0
- package/themes/static/variables/colors/main.mjs +30 -0
- package/themes/static/variables/colors/material.d.ts +4 -0
- package/themes/static/variables/colors/material.js +32 -0
- package/themes/static/variables/colors/material.mjs +30 -0
- package/themes/static/variables/colors/shadcn.d.ts +4 -0
- package/themes/static/variables/colors/shadcn.js +32 -0
- package/themes/static/variables/colors/shadcn.mjs +30 -0
- package/themes/static/variables/density.d.ts +4 -0
- package/themes/static/variables/density.js +59 -0
- package/themes/static/variables/density.mjs +57 -0
- package/themes/static/variables/helpers/iconsMap.d.ts +3 -0
- package/themes/static/variables/helpers/iconsMap.js +139 -0
- package/themes/static/variables/helpers/iconsMap.mjs +135 -0
- package/themes/static/variables/icons/horizon.d.ts +4 -0
- package/themes/static/variables/icons/horizon.js +29 -0
- package/themes/static/variables/icons/horizon.mjs +28 -0
- package/themes/static/variables/icons/main.d.ts +4 -0
- package/themes/static/variables/icons/main.js +29 -0
- package/themes/static/variables/icons/main.mjs +28 -0
- package/themes/static/variables/sizing.d.ts +4 -0
- package/themes/static/variables/sizing.js +22 -0
- package/themes/static/variables/sizing.mjs +20 -0
- package/themes/static/variables/tokens/classic.d.ts +4 -0
- package/themes/static/variables/tokens/classic.js +270 -0
- package/themes/static/variables/tokens/classic.mjs +268 -0
- package/themes/static/variables/tokens/horizon.d.ts +4 -0
- package/themes/static/variables/tokens/horizon.js +270 -0
- package/themes/static/variables/tokens/horizon.mjs +268 -0
- package/themes/static/variables/tokens/main.d.ts +4 -0
- package/themes/static/variables/tokens/main.js +270 -0
- package/themes/static/variables/tokens/main.mjs +268 -0
- package/themes/theme/classic.d.ts +3 -0
- package/themes/theme/classic.js +14 -0
- package/themes/theme/classic.mjs +11 -0
- package/themes/theme/horizon.d.ts +3 -0
- package/themes/theme/horizon.js +14 -0
- package/themes/theme/horizon.mjs +11 -0
- package/themes/theme/index.d.ts +5 -0
- package/themes/theme/index.js +9 -0
- package/themes/theme/index.mjs +3 -0
- package/themes/theme/main.d.ts +3 -0
- package/themes/theme/main.js +14 -0
- package/themes/theme/main.mjs +11 -0
- package/themes.d.ts +491 -0
- package/translations/changesObservable/observable.js +0 -10
- package/translations/changesObservable/observable.mjs +0 -10
- package/translations/changesObservable/observer.js +0 -1
- package/translations/changesObservable/observer.mjs +0 -1
- package/translations/changesObservable/utils.js +0 -1
- package/translations/changesObservable/utils.mjs +0 -1
- package/translations/index.js +0 -2
- package/translations/indexMapper.js +3 -14
- package/translations/indexMapper.mjs +3 -14
- package/translations/mapCollections/aggregatedCollection.js +0 -2
- package/translations/mapCollections/aggregatedCollection.mjs +0 -2
- package/translations/mapCollections/index.js +0 -2
- package/translations/mapCollections/mapCollection.js +0 -3
- package/translations/mapCollections/mapCollection.mjs +0 -3
- package/translations/maps/hidingMap.js +0 -1
- package/translations/maps/hidingMap.mjs +0 -1
- package/translations/maps/index.js +2 -4
- package/translations/maps/index.mjs +2 -2
- package/translations/maps/indexMap.js +0 -2
- package/translations/maps/indexMap.mjs +0 -2
- package/translations/maps/linkedPhysicalIndexToValueMap.js +0 -3
- package/translations/maps/linkedPhysicalIndexToValueMap.mjs +0 -3
- package/translations/maps/trimmingMap.js +0 -1
- package/translations/maps/trimmingMap.mjs +0 -1
- package/translations/maps/utils/actionsOnIndexes.js +0 -2
- package/translations/maps/utils/actionsOnIndexes.mjs +0 -2
- package/translations/maps/utils/index.js +2 -2
- package/translations/maps/utils/index.mjs +2 -2
- package/translations/maps/utils/physicallyIndexed.js +0 -2
- package/translations/maps/utils/physicallyIndexed.mjs +0 -2
- package/utils/dataStructures/linkedList.js +0 -1
- package/utils/dataStructures/linkedList.mjs +0 -1
- package/utils/dataStructures/priorityMap.js +3 -5
- package/utils/dataStructures/priorityMap.mjs +3 -5
- package/utils/dataStructures/queue.js +0 -1
- package/utils/dataStructures/queue.mjs +0 -1
- package/utils/dataStructures/stack.js +0 -1
- package/utils/dataStructures/stack.mjs +0 -1
- package/utils/dataStructures/tree.js +2 -3
- package/utils/dataStructures/tree.mjs +2 -3
- package/utils/dataStructures/uniqueMap.js +2 -4
- package/utils/dataStructures/uniqueMap.mjs +2 -4
- package/utils/dataStructures/uniqueSet.js +2 -9
- package/utils/dataStructures/uniqueSet.mjs +2 -9
- package/utils/ghostTable.js +3 -6
- package/utils/ghostTable.mjs +3 -6
- package/utils/interval.js +0 -1
- package/utils/interval.mjs +0 -1
- package/utils/paginator.js +0 -7
- package/utils/paginator.mjs +0 -7
- package/utils/parseTable.js +0 -6
- package/utils/parseTable.mjs +0 -6
- package/utils/samplesGenerator.js +2 -3
- package/utils/samplesGenerator.mjs +2 -3
- package/utils/stylesHandler.js +49 -60
- package/utils/stylesHandler.mjs +48 -60
- package/validators/autocompleteValidator/autocompleteValidator.js +9 -1
- package/validators/autocompleteValidator/autocompleteValidator.mjs +10 -2
- package/validators/dateValidator/dateValidator.js +2 -2
- package/validators/dateValidator/dateValidator.mjs +1 -1
- package/validators/index.d.ts +6 -0
- package/validators/index.js +12 -0
- package/validators/index.mjs +7 -1
- package/validators/intlDateValidator/index.d.ts +1 -0
- package/validators/intlDateValidator/index.js +8 -0
- package/validators/intlDateValidator/index.mjs +1 -0
- package/validators/intlDateValidator/intlDateValidator.d.ts +6 -0
- package/validators/intlDateValidator/intlDateValidator.js +39 -0
- package/validators/intlDateValidator/intlDateValidator.mjs +34 -0
- package/validators/intlTimeValidator/index.d.ts +1 -0
- package/validators/intlTimeValidator/index.js +8 -0
- package/validators/intlTimeValidator/index.mjs +1 -0
- package/validators/intlTimeValidator/intlTimeValidator.d.ts +6 -0
- package/validators/intlTimeValidator/intlTimeValidator.js +39 -0
- package/validators/intlTimeValidator/intlTimeValidator.mjs +34 -0
- package/validators/multiSelectValidator/index.js +6 -0
- package/validators/multiSelectValidator/index.mjs +1 -0
- package/validators/multiSelectValidator/multiSelectValidator.js +84 -0
- package/validators/multiSelectValidator/multiSelectValidator.mjs +80 -0
- package/validators/registry.js +2 -2
- package/validators/registry.mjs +2 -2
- package/dist/README.md +0 -54
- package/dist/handsontable.css +0 -2551
- package/dist/handsontable.full.css +0 -2781
- package/dist/handsontable.full.min.css +0 -51
- package/dist/handsontable.min.css +0 -46
- package/helpers/date.d.ts +0 -1
- package/helpers/date.js +0 -22
- package/helpers/date.mjs +0 -18
- package/plugins/persistentState/index.d.ts +0 -1
- package/plugins/persistentState/index.js +0 -7
- package/plugins/persistentState/index.mjs +0 -1
- package/plugins/persistentState/persistentState.d.ts +0 -16
- package/plugins/persistentState/persistentState.js +0 -159
- package/plugins/persistentState/persistentState.mjs +0 -154
- package/plugins/persistentState/storage.js +0 -120
- package/plugins/persistentState/storage.mjs +0 -117
|
@@ -1,409 +1,331 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* Copyright (c) HANDSONCODE sp. z o. o.
|
|
3
|
-
*
|
|
4
|
-
* HANDSONTABLE is a software distributed by HANDSONCODE sp. z o. o., a Polish corporation based in
|
|
5
|
-
* Gdynia, Poland, at Aleja Zwyciestwa 96-98, registered by the District Court in Gdansk under number
|
|
6
|
-
* 538651, EU tax ID number: PL5862294002, share capital: PLN 62,800.00.
|
|
7
|
-
*
|
|
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.
|
|
11
|
-
*
|
|
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.
|
|
15
|
-
*
|
|
16
|
-
* Your use of this software for commercial purposes is subject to the terms included in an applicable
|
|
17
|
-
* license agreement.
|
|
18
|
-
*
|
|
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.
|
|
21
|
-
*
|
|
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: 16.2.0
|
|
29
|
-
* Release date: 25/11/2025 (built at 20/11/2025 13:27:05)
|
|
30
|
-
*/
|
|
31
1
|
.ht-theme-horizon,
|
|
32
2
|
.ht-theme-horizon-dark,
|
|
33
3
|
.ht-theme-horizon-dark-auto {
|
|
34
|
-
--ht-
|
|
35
|
-
--ht-
|
|
36
|
-
--ht-
|
|
37
|
-
--ht-
|
|
38
|
-
--ht-
|
|
39
|
-
--ht-
|
|
40
|
-
--ht-
|
|
41
|
-
--ht-
|
|
42
|
-
--ht-
|
|
43
|
-
--ht-
|
|
44
|
-
--ht-
|
|
45
|
-
--ht-
|
|
46
|
-
--ht-
|
|
47
|
-
--ht-
|
|
48
|
-
--ht-
|
|
49
|
-
--ht-
|
|
50
|
-
--ht-
|
|
51
|
-
--ht-
|
|
52
|
-
--ht-
|
|
53
|
-
--ht-
|
|
54
|
-
--ht-
|
|
55
|
-
--ht-
|
|
56
|
-
--ht-
|
|
57
|
-
--ht-
|
|
58
|
-
--ht-
|
|
59
|
-
--ht-
|
|
60
|
-
--ht-
|
|
61
|
-
--ht-
|
|
62
|
-
--ht-
|
|
63
|
-
--ht-
|
|
64
|
-
--ht-
|
|
65
|
-
--ht-
|
|
66
|
-
--ht-
|
|
67
|
-
--ht-
|
|
68
|
-
--ht-
|
|
69
|
-
--ht-
|
|
70
|
-
--ht-
|
|
71
|
-
--ht-
|
|
4
|
+
--ht-sizing-size-0: 0px;
|
|
5
|
+
--ht-sizing-size-0-5: 2px;
|
|
6
|
+
--ht-sizing-size-1: 4px;
|
|
7
|
+
--ht-sizing-size-2: 8px;
|
|
8
|
+
--ht-sizing-size-1-5: 6px;
|
|
9
|
+
--ht-sizing-size-3: 12px;
|
|
10
|
+
--ht-sizing-size-4: 16px;
|
|
11
|
+
--ht-sizing-size-5: 20px;
|
|
12
|
+
--ht-sizing-size-6: 24px;
|
|
13
|
+
--ht-sizing-size-7: 28px;
|
|
14
|
+
--ht-sizing-size-8: 32px;
|
|
15
|
+
--ht-sizing-size-9: 36px;
|
|
16
|
+
--ht-sizing-size-10: 40px;
|
|
17
|
+
--ht-sizing-size-0-25: 1px;
|
|
18
|
+
--ht-density-cell-vertical: var(--ht-sizing-size-2);
|
|
19
|
+
--ht-density-cell-horizontal: var(--ht-sizing-size-3);
|
|
20
|
+
--ht-density-bars-horizontal: var(--ht-sizing-size-4);
|
|
21
|
+
--ht-density-bars-vertical: var(--ht-sizing-size-2);
|
|
22
|
+
--ht-density-gap: var(--ht-sizing-size-1-5);
|
|
23
|
+
--ht-density-button-horizontal: var(--ht-sizing-size-4);
|
|
24
|
+
--ht-density-button-vertical: var(--ht-sizing-size-2);
|
|
25
|
+
--ht-density-dialog-horizontal: var(--ht-sizing-size-3);
|
|
26
|
+
--ht-density-dialog-vertical: var(--ht-sizing-size-3);
|
|
27
|
+
--ht-density-input-horizontal: var(--ht-sizing-size-4);
|
|
28
|
+
--ht-density-input-vertical: var(--ht-sizing-size-2);
|
|
29
|
+
--ht-density-menu-vertical: var(--ht-sizing-size-3);
|
|
30
|
+
--ht-density-menu-horizontal: var(--ht-sizing-size-0);
|
|
31
|
+
--ht-density-menu-item-vertical: var(--ht-sizing-size-2);
|
|
32
|
+
--ht-density-menu-item-horizontal: var(--ht-sizing-size-2);
|
|
33
|
+
--ht-colors-primary-100: #f2c051ff;
|
|
34
|
+
--ht-colors-primary-200: #f1b93eff;
|
|
35
|
+
--ht-colors-primary-300: #d7a52aff;
|
|
36
|
+
--ht-colors-primary-400: #57c784ff;
|
|
37
|
+
--ht-colors-primary-500: #37bc6cff;
|
|
38
|
+
--ht-colors-primary-600: #32a961ff;
|
|
39
|
+
--ht-colors-palette-50: #f7f7f9ff;
|
|
40
|
+
--ht-colors-palette-100: #e7e7e9ff;
|
|
41
|
+
--ht-colors-palette-200: #d1d1d4ff;
|
|
42
|
+
--ht-colors-palette-300: #b5b5b9ff;
|
|
43
|
+
--ht-colors-palette-400: #aeaeaeff;
|
|
44
|
+
--ht-colors-palette-500: #727272ff;
|
|
45
|
+
--ht-colors-palette-600: #353535ff;
|
|
46
|
+
--ht-colors-palette-700: #262624ff;
|
|
47
|
+
--ht-colors-palette-800: #222222ff;
|
|
48
|
+
--ht-colors-palette-900: #19191cff;
|
|
49
|
+
--ht-colors-palette-950: #070604ff;
|
|
50
|
+
--ht-colors-white: #ffffffff;
|
|
51
|
+
--ht-colors-black: #000000ff;
|
|
52
|
+
--ht-colors-transparent: #ffffff00;
|
|
53
|
+
--ht-font-family: Inter;
|
|
72
54
|
--ht-font-size: 14px;
|
|
73
55
|
--ht-font-size-small: 12px;
|
|
74
56
|
--ht-line-height: 20px;
|
|
75
57
|
--ht-line-height-small: 18px;
|
|
76
58
|
--ht-font-weight: 400;
|
|
77
|
-
--ht-letter-spacing:
|
|
78
|
-
--ht-
|
|
79
|
-
--ht-
|
|
59
|
+
--ht-letter-spacing: 0px;
|
|
60
|
+
--ht-border-color: light-dark(var(--ht-colors-palette-100), var(--ht-colors-palette-800));
|
|
61
|
+
--ht-accent-color: light-dark(var(--ht-colors-primary-500), var(--ht-colors-primary-200));
|
|
62
|
+
--ht-foreground-color: light-dark(var(--ht-colors-palette-700), var(--ht-colors-palette-200));
|
|
63
|
+
--ht-foreground-secondary-color: light-dark(var(--ht-colors-palette-500), var(--ht-colors-palette-400));
|
|
64
|
+
--ht-background-color: light-dark(var(--ht-colors-white), var(--ht-colors-palette-950));
|
|
65
|
+
--ht-background-secondary-color: light-dark(var(--ht-colors-palette-50), var(--ht-colors-palette-900));
|
|
66
|
+
--ht-placeholder-color: light-dark(var(--ht-colors-palette-400), var(--ht-colors-palette-500));
|
|
67
|
+
--ht-read-only-color: light-dark(var(--ht-colors-palette-700), var(--ht-colors-palette-200));
|
|
68
|
+
--ht-disabled-color: light-dark(var(--ht-colors-palette-400), var(--ht-colors-palette-500));
|
|
69
|
+
--ht-gap-size: var(--ht-density-gap);
|
|
70
|
+
--ht-icon-size: var(--ht-sizing-size-4);
|
|
80
71
|
--ht-table-transition: 0.2s;
|
|
81
|
-
--ht-border-
|
|
82
|
-
--ht-
|
|
83
|
-
--ht-
|
|
84
|
-
--ht-foreground-
|
|
85
|
-
--ht-background-color: var(--ht-
|
|
86
|
-
--ht-
|
|
87
|
-
--ht-
|
|
88
|
-
--ht-
|
|
89
|
-
--ht-shadow-
|
|
90
|
-
--ht-shadow-
|
|
91
|
-
--ht-shadow-
|
|
92
|
-
--ht-shadow-
|
|
93
|
-
--ht-
|
|
94
|
-
--ht-
|
|
95
|
-
--ht-
|
|
96
|
-
--ht-
|
|
97
|
-
--ht-cell-
|
|
98
|
-
--ht-cell-
|
|
99
|
-
--ht-
|
|
100
|
-
--ht-
|
|
101
|
-
--ht-
|
|
102
|
-
--ht-
|
|
103
|
-
--ht-
|
|
104
|
-
--ht-
|
|
105
|
-
--ht-
|
|
106
|
-
--ht-cell-
|
|
107
|
-
--ht-cell-
|
|
72
|
+
--ht-wrapper-border-width: 0px;
|
|
73
|
+
--ht-wrapper-border-radius: var(--ht-sizing-size-3);
|
|
74
|
+
--ht-wrapper-border-color: var(--ht-border-color);
|
|
75
|
+
--ht-bar-foreground-color: var(--ht-foreground-color);
|
|
76
|
+
--ht-bar-background-color: var(--ht-background-secondary-color);
|
|
77
|
+
--ht-bar-horizontal-padding: var(--ht-density-bars-horizontal);
|
|
78
|
+
--ht-bar-vertical-padding: var(--ht-density-bars-vertical);
|
|
79
|
+
--ht-shadow-color: light-dark(var(--ht-colors-palette-700), var(--ht-colors-palette-200));
|
|
80
|
+
--ht-shadow-x: var(--ht-sizing-size-0);
|
|
81
|
+
--ht-shadow-y: var(--ht-sizing-size-2);
|
|
82
|
+
--ht-shadow-blur: var(--ht-sizing-size-4);
|
|
83
|
+
--ht-shadow-opacity: 6%;
|
|
84
|
+
--ht-cell-horizontal-padding: var(--ht-density-cell-horizontal);
|
|
85
|
+
--ht-cell-vertical-padding: var(--ht-density-cell-vertical);
|
|
86
|
+
--ht-cell-horizontal-border-color: var(--ht-colors-transparent);
|
|
87
|
+
--ht-cell-vertical-border-color: var(--ht-border-color);
|
|
88
|
+
--ht-cell-selection-border-color: var(--ht-accent-color);
|
|
89
|
+
--ht-cell-selection-background-color: var(--ht-accent-color);
|
|
90
|
+
--ht-cell-success-background-color: #37bc6c4d;
|
|
91
|
+
--ht-cell-error-background-color: #fa4d324d;
|
|
92
|
+
--ht-cell-read-only-background-color: var(--ht-background-secondary-color);
|
|
93
|
+
--ht-cell-autofill-size: var(--ht-sizing-size-1-5);
|
|
94
|
+
--ht-cell-autofill-hit-area-size: var(--ht-sizing-size-3);
|
|
95
|
+
--ht-cell-autofill-border-width: var(--ht-sizing-size-0-25);
|
|
96
|
+
--ht-cell-autofill-border-radius: var(--ht-sizing-size-1);
|
|
97
|
+
--ht-cell-autofill-border-color: var(--ht-background-color);
|
|
98
|
+
--ht-cell-autofill-background-color: var(--ht-accent-color);
|
|
99
|
+
--ht-cell-autofill-fill-border-color: var(--ht-foreground-color);
|
|
108
100
|
--ht-cell-editor-border-width: 2px;
|
|
109
|
-
--ht-cell-editor-border-color: var(--ht-
|
|
110
|
-
--ht-cell-editor-foreground-color: var(--ht-
|
|
111
|
-
--ht-cell-editor-background-color: var(--ht-
|
|
101
|
+
--ht-cell-editor-border-color: var(--ht-accent-color);
|
|
102
|
+
--ht-cell-editor-foreground-color: light-dark(var(--ht-colors-palette-950), var(--ht-colors-white));
|
|
103
|
+
--ht-cell-editor-background-color: var(--ht-background-color);
|
|
112
104
|
--ht-cell-editor-shadow-blur-radius: 8px;
|
|
113
|
-
--ht-cell-editor-shadow-color: var(--ht-
|
|
114
|
-
--ht-cell-
|
|
115
|
-
--ht-cell-
|
|
116
|
-
--ht-cell-
|
|
117
|
-
--ht-cell-
|
|
118
|
-
--ht-cell-
|
|
119
|
-
--ht-cell-
|
|
120
|
-
--ht-cell-autofill-border-width: 1px;
|
|
121
|
-
--ht-cell-autofill-border-radius: 4px;
|
|
122
|
-
--ht-cell-autofill-border-color: var(--ht-common-background);
|
|
123
|
-
--ht-cell-autofill-background-color: var(--ht-common-accent);
|
|
124
|
-
--ht-cell-autofill-fill-border-color: var(--ht-common-foreground);
|
|
125
|
-
--ht-cell-mobile-handle-size: 12px;
|
|
126
|
-
--ht-cell-mobile-handle-border-width: 1px;
|
|
127
|
-
--ht-cell-mobile-handle-border-radius: 6px;
|
|
128
|
-
--ht-cell-mobile-handle-border-color: var(--ht-common-accent);
|
|
129
|
-
--ht-cell-mobile-handle-background-color: var(--ht-color-accent-400-40);
|
|
130
|
-
--ht-resize-indicator-color: var(--ht-color-gray-500);
|
|
131
|
-
--ht-move-backlight-color: var(--ht-color-gray-850-6);
|
|
132
|
-
--ht-move-indicator-color: var(--ht-common-accent);
|
|
133
|
-
--ht-hidden-indicator-color: var(--ht-color-gray-500);
|
|
134
|
-
--ht-scrollbar-border-radius: 8px;
|
|
135
|
-
--ht-scrollbar-track-color: var(--ht-common-background-secondary);
|
|
136
|
-
--ht-scrollbar-thumb-color: var(--ht-color-gray-400);
|
|
105
|
+
--ht-cell-editor-shadow-color: var(--ht-accent-color);
|
|
106
|
+
--ht-cell-mobile-handle-size: var(--ht-sizing-size-3);
|
|
107
|
+
--ht-cell-mobile-handle-border-width: var(--ht-sizing-size-0-25);
|
|
108
|
+
--ht-cell-mobile-handle-border-radius: var(--ht-sizing-size-3);
|
|
109
|
+
--ht-cell-mobile-handle-border-color: var(--ht-accent-color);
|
|
110
|
+
--ht-cell-mobile-handle-background-color: var(--ht-accent-color);
|
|
111
|
+
--ht-cell-mobile-handle-background-opacity: 40%;
|
|
137
112
|
--ht-header-font-weight: var(--ht-font-weight);
|
|
138
|
-
--ht-header-foreground-color: var(--ht-
|
|
139
|
-
--ht-header-background-color: var(--ht-
|
|
113
|
+
--ht-header-foreground-color: var(--ht-foreground-color);
|
|
114
|
+
--ht-header-background-color: var(--ht-background-secondary-color);
|
|
140
115
|
--ht-header-highlighted-shadow-size: 1px;
|
|
141
|
-
--ht-header-highlighted-foreground-color: var(--ht-
|
|
142
|
-
--ht-header-highlighted-background-color: var(--ht-
|
|
143
|
-
--ht-header-active-border-color: var(--ht-
|
|
144
|
-
--ht-header-active-foreground-color: var(--ht-
|
|
145
|
-
--ht-header-active-background-color: var(--ht-
|
|
146
|
-
--ht-header-filter-background-color: var(--ht-
|
|
147
|
-
--ht-header-row-foreground-color: var(--ht-
|
|
148
|
-
--ht-header-row-background-color: var(--ht-
|
|
149
|
-
--ht-header-row-highlighted-foreground-color: var(--ht-
|
|
150
|
-
--ht-header-row-highlighted-background-color: var(--ht-
|
|
151
|
-
--ht-header-row-active-foreground-color: var(--ht-
|
|
152
|
-
--ht-header-row-active-background-color: var(--ht-
|
|
116
|
+
--ht-header-highlighted-foreground-color: var(--ht-foreground-color);
|
|
117
|
+
--ht-header-highlighted-background-color: light-dark(var(--ht-colors-palette-100), var(--ht-colors-palette-800));
|
|
118
|
+
--ht-header-active-border-color: light-dark(var(--ht-colors-palette-800), var(--ht-colors-primary-100));
|
|
119
|
+
--ht-header-active-foreground-color: var(--ht-background-color);
|
|
120
|
+
--ht-header-active-background-color: light-dark(var(--ht-colors-palette-950), var(--ht-colors-primary-200));
|
|
121
|
+
--ht-header-filter-background-color: var(--ht-cell-success-background-color);
|
|
122
|
+
--ht-header-row-foreground-color: var(--ht-foreground-color);
|
|
123
|
+
--ht-header-row-background-color: var(--ht-background-color);
|
|
124
|
+
--ht-header-row-highlighted-foreground-color: var(--ht-foreground-color);
|
|
125
|
+
--ht-header-row-highlighted-background-color: light-dark(var(--ht-colors-palette-100), var(--ht-colors-palette-800));
|
|
126
|
+
--ht-header-row-active-foreground-color: var(--ht-background-color);
|
|
127
|
+
--ht-header-row-active-background-color: light-dark(var(--ht-colors-palette-950), var(--ht-colors-primary-200));
|
|
128
|
+
--ht-row-header-odd-background-color: var(--ht-background-color);
|
|
129
|
+
--ht-row-header-even-background-color: var(--ht-background-secondary-color);
|
|
130
|
+
--ht-row-cell-odd-background-color: var(--ht-background-color);
|
|
131
|
+
--ht-row-cell-even-background-color: var(--ht-background-secondary-color);
|
|
132
|
+
--ht-button-border-radius: var(--ht-sizing-size-4);
|
|
133
|
+
--ht-button-horizontal-padding: var(--ht-density-button-horizontal);
|
|
134
|
+
--ht-button-vertical-padding: var(--ht-density-button-vertical);
|
|
135
|
+
--ht-primary-button-border-color: var(--ht-colors-transparent);
|
|
136
|
+
--ht-primary-button-foreground-color: var(--ht-background-color);
|
|
137
|
+
--ht-primary-button-background-color: var(--ht-accent-color);
|
|
138
|
+
--ht-primary-button-disabled-border-color: var(--ht-colors-transparent);
|
|
139
|
+
--ht-primary-button-disabled-foreground-color: var(--ht-disabled-color);
|
|
140
|
+
--ht-primary-button-disabled-background-color: light-dark(var(--ht-colors-palette-200), var(--ht-colors-palette-700));
|
|
141
|
+
--ht-primary-button-hover-border-color: var(--ht-colors-transparent);
|
|
142
|
+
--ht-primary-button-hover-foreground-color: var(--ht-background-color);
|
|
143
|
+
--ht-primary-button-hover-background-color: light-dark(var(--ht-colors-primary-600), var(--ht-colors-primary-100));
|
|
144
|
+
--ht-primary-button-focus-border-color: var(--ht-background-color);
|
|
145
|
+
--ht-primary-button-focus-foreground-color: var(--ht-background-color);
|
|
146
|
+
--ht-primary-button-focus-background-color: var(--ht-accent-color);
|
|
147
|
+
--ht-secondary-button-border-color: var(--ht-border-color);
|
|
148
|
+
--ht-secondary-button-foreground-color: var(--ht-foreground-color);
|
|
149
|
+
--ht-secondary-button-background-color: var(--ht-background-color);
|
|
150
|
+
--ht-secondary-button-disabled-border-color: var(--ht-border-color);
|
|
151
|
+
--ht-secondary-button-disabled-foreground-color: var(--ht-disabled-color);
|
|
152
|
+
--ht-secondary-button-disabled-background-color: light-dark(var(--ht-colors-palette-50), var(--ht-colors-palette-900));
|
|
153
|
+
--ht-secondary-button-hover-border-color: var(--ht-border-color);
|
|
154
|
+
--ht-secondary-button-hover-foreground-color: var(--ht-foreground-color);
|
|
155
|
+
--ht-secondary-button-hover-background-color: light-dark(var(--ht-colors-palette-50), var(--ht-colors-palette-900));
|
|
156
|
+
--ht-secondary-button-focus-border-color: var(--ht-border-color);
|
|
157
|
+
--ht-secondary-button-focus-foreground-color: var(--ht-foreground-color);
|
|
158
|
+
--ht-secondary-button-focus-background-color: var(--ht-background-color);
|
|
159
|
+
--ht-icon-button-border-radius: var(--ht-sizing-size-4);
|
|
160
|
+
--ht-icon-button-large-border-radius: var(--ht-sizing-size-1);
|
|
161
|
+
--ht-icon-button-large-padding: var(--ht-sizing-size-1);
|
|
162
|
+
--ht-icon-button-border-color: light-dark(var(--ht-colors-palette-50), var(--ht-colors-palette-900));
|
|
163
|
+
--ht-icon-button-background-color: var(--ht-background-secondary-color);
|
|
164
|
+
--ht-icon-button-icon-color: light-dark(var(--ht-colors-palette-400), var(--ht-colors-palette-500));
|
|
165
|
+
--ht-icon-button-hover-border-color: light-dark(var(--ht-colors-palette-50), var(--ht-colors-palette-900));
|
|
166
|
+
--ht-icon-button-hover-background-color: light-dark(var(--ht-colors-palette-50), var(--ht-colors-palette-900));
|
|
167
|
+
--ht-icon-button-hover-icon-color: light-dark(var(--ht-colors-palette-700), var(--ht-colors-palette-200));
|
|
168
|
+
--ht-icon-button-active-border-color: var(--ht-colors-transparent);
|
|
169
|
+
--ht-icon-button-active-background-color: var(--ht-colors-transparent);
|
|
170
|
+
--ht-icon-button-active-icon-color: var(--ht-background-color);
|
|
171
|
+
--ht-icon-button-active-hover-border-color: var(--ht-colors-transparent);
|
|
172
|
+
--ht-icon-button-active-hover-background-color: light-dark(var(--ht-colors-palette-950), var(--ht-colors-primary-200));
|
|
173
|
+
--ht-icon-button-active-hover-icon-color: var(--ht-background-color);
|
|
174
|
+
--ht-collapse-button-border-radius: var(--ht-sizing-size-4);
|
|
175
|
+
--ht-collapse-button-open-border-color: var(--ht-colors-transparent);
|
|
176
|
+
--ht-collapse-button-open-background-color: var(--ht-colors-transparent);
|
|
177
|
+
--ht-collapse-button-open-icon-color: light-dark(var(--ht-colors-palette-500), var(--ht-colors-palette-400));
|
|
178
|
+
--ht-collapse-button-open-icon-active-color: light-dark(var(--ht-colors-palette-400), var(--ht-colors-palette-500));
|
|
179
|
+
--ht-collapse-button-open-hover-border-color: var(--ht-colors-transparent);
|
|
180
|
+
--ht-collapse-button-open-hover-background-color: var(--ht-colors-transparent);
|
|
181
|
+
--ht-collapse-button-open-hover-icon-color: light-dark(var(--ht-colors-palette-800), var(--ht-colors-palette-200));
|
|
182
|
+
--ht-collapse-button-open-hover-icon-active-color: light-dark(var(--ht-colors-white), var(--ht-colors-palette-950));
|
|
183
|
+
--ht-collapse-button-close-border-color: var(--ht-colors-transparent);
|
|
184
|
+
--ht-collapse-button-close-background-color: var(--ht-colors-transparent);
|
|
185
|
+
--ht-collapse-button-close-icon-color: light-dark(var(--ht-colors-palette-500), var(--ht-colors-palette-400));
|
|
186
|
+
--ht-collapse-button-close-icon-active-color: light-dark(var(--ht-colors-palette-400), var(--ht-colors-palette-500));
|
|
187
|
+
--ht-collapse-button-close-hover-border-color: var(--ht-colors-transparent);
|
|
188
|
+
--ht-collapse-button-close-hover-background-color: var(--ht-colors-transparent);
|
|
189
|
+
--ht-collapse-button-close-hover-icon-color: light-dark(var(--ht-colors-palette-800), var(--ht-colors-palette-200));
|
|
190
|
+
--ht-collapse-button-close-hover-icon-active-color: light-dark(var(--ht-colors-white), var(--ht-colors-palette-950));
|
|
191
|
+
--ht-link-color: var(--ht-accent-color);
|
|
192
|
+
--ht-link-hover-color: light-dark(var(--ht-colors-primary-600), var(--ht-colors-primary-100));
|
|
193
|
+
--ht-input-border-width: 1px;
|
|
194
|
+
--ht-input-border-radius: var(--ht-sizing-size-1);
|
|
195
|
+
--ht-input-horizontal-padding: var(--ht-density-input-horizontal);
|
|
196
|
+
--ht-input-vertical-padding: var(--ht-density-input-vertical);
|
|
197
|
+
--ht-input-border-color: var(--ht-border-color);
|
|
198
|
+
--ht-input-foreground-color: var(--ht-foreground-color);
|
|
199
|
+
--ht-input-background-color: var(--ht-background-color);
|
|
200
|
+
--ht-input-hover-border-color: var(--ht-border-color);
|
|
201
|
+
--ht-input-hover-foreground-color: var(--ht-foreground-color);
|
|
202
|
+
--ht-input-hover-background-color: var(--ht-background-color);
|
|
203
|
+
--ht-input-disabled-border-color: var(--ht-border-color);
|
|
204
|
+
--ht-input-disabled-foreground-color: var(--ht-disabled-color);
|
|
205
|
+
--ht-input-disabled-background-color: var(--ht-background-color);
|
|
206
|
+
--ht-input-focus-border-color: var(--ht-accent-color);
|
|
207
|
+
--ht-input-focus-foreground-color: var(--ht-foreground-color);
|
|
208
|
+
--ht-input-focus-background-color: var(--ht-background-color);
|
|
153
209
|
--ht-checkbox-size: var(--ht-icon-size);
|
|
154
|
-
--ht-checkbox-border-radius:
|
|
155
|
-
--ht-checkbox-border-color: var(--ht-
|
|
156
|
-
--ht-checkbox-background-color: var(--ht-
|
|
157
|
-
--ht-checkbox-icon-color: var(--ht-
|
|
158
|
-
--ht-checkbox-focus-border-color: var(--ht-
|
|
159
|
-
--ht-checkbox-focus-background-color: var(--ht-
|
|
160
|
-
--ht-checkbox-focus-icon-color: var(--ht-
|
|
161
|
-
--ht-checkbox-focus-ring-color: var(--ht-
|
|
162
|
-
--ht-checkbox-disabled-border-color: var(--ht-
|
|
163
|
-
--ht-checkbox-disabled-background-color: var(--ht-
|
|
164
|
-
--ht-checkbox-disabled-icon-color: var(--ht-
|
|
165
|
-
--ht-checkbox-checked-border-color: var(--ht-
|
|
166
|
-
--ht-checkbox-checked-background-color: var(--ht-
|
|
167
|
-
--ht-checkbox-checked-icon-color: var(--ht-
|
|
168
|
-
--ht-checkbox-checked-focus-border-color: var(--ht-
|
|
169
|
-
--ht-checkbox-checked-focus-background-color: var(--ht-
|
|
170
|
-
--ht-checkbox-checked-focus-icon-color: var(--ht-
|
|
171
|
-
--ht-checkbox-checked-disabled-border-color: var(--ht-
|
|
172
|
-
--ht-checkbox-checked-disabled-background-color: var(--ht-
|
|
173
|
-
--ht-checkbox-checked-disabled-icon-color: var(--ht-
|
|
174
|
-
--ht-checkbox-indeterminate-border-color: var(--ht-
|
|
175
|
-
--ht-checkbox-indeterminate-background-color: var(--ht-
|
|
176
|
-
--ht-checkbox-indeterminate-icon-color: var(--ht-
|
|
177
|
-
--ht-checkbox-indeterminate-focus-border-color: var(--ht-color
|
|
178
|
-
--ht-checkbox-indeterminate-focus-background-color: var(--ht-
|
|
179
|
-
--ht-checkbox-indeterminate-focus-icon-color: var(--ht-
|
|
180
|
-
--ht-checkbox-indeterminate-disabled-border-color: var(--ht-
|
|
181
|
-
--ht-checkbox-indeterminate-disabled-background-color: var(--ht-
|
|
182
|
-
--ht-checkbox-indeterminate-disabled-icon-color: var(--ht-
|
|
210
|
+
--ht-checkbox-border-radius: var(--ht-sizing-size-1-5);
|
|
211
|
+
--ht-checkbox-border-color: light-dark(var(--ht-colors-palette-400), var(--ht-colors-palette-500));
|
|
212
|
+
--ht-checkbox-background-color: var(--ht-background-color);
|
|
213
|
+
--ht-checkbox-icon-color: var(--ht-colors-transparent);
|
|
214
|
+
--ht-checkbox-focus-border-color: light-dark(var(--ht-colors-palette-400), var(--ht-colors-palette-500));
|
|
215
|
+
--ht-checkbox-focus-background-color: var(--ht-background-color);
|
|
216
|
+
--ht-checkbox-focus-icon-color: var(--ht-colors-transparent);
|
|
217
|
+
--ht-checkbox-focus-ring-color: var(--ht-accent-color);
|
|
218
|
+
--ht-checkbox-disabled-border-color: light-dark(var(--ht-colors-palette-400), var(--ht-colors-palette-500));
|
|
219
|
+
--ht-checkbox-disabled-background-color: light-dark(var(--ht-colors-palette-50), var(--ht-colors-palette-900));
|
|
220
|
+
--ht-checkbox-disabled-icon-color: var(--ht-colors-transparent);
|
|
221
|
+
--ht-checkbox-checked-border-color: light-dark(var(--ht-colors-primary-400), var(--ht-colors-primary-300));
|
|
222
|
+
--ht-checkbox-checked-background-color: var(--ht-accent-color);
|
|
223
|
+
--ht-checkbox-checked-icon-color: var(--ht-background-color);
|
|
224
|
+
--ht-checkbox-checked-focus-border-color: var(--ht-background-color);
|
|
225
|
+
--ht-checkbox-checked-focus-background-color: var(--ht-accent-color);
|
|
226
|
+
--ht-checkbox-checked-focus-icon-color: var(--ht-background-color);
|
|
227
|
+
--ht-checkbox-checked-disabled-border-color: light-dark(var(--ht-colors-palette-400), var(--ht-colors-palette-500));
|
|
228
|
+
--ht-checkbox-checked-disabled-background-color: light-dark(var(--ht-colors-palette-50), var(--ht-colors-palette-900));
|
|
229
|
+
--ht-checkbox-checked-disabled-icon-color: var(--ht-disabled-color);
|
|
230
|
+
--ht-checkbox-indeterminate-border-color: light-dark(var(--ht-colors-primary-400), var(--ht-colors-primary-300));
|
|
231
|
+
--ht-checkbox-indeterminate-background-color: var(--ht-accent-color);
|
|
232
|
+
--ht-checkbox-indeterminate-icon-color: var(--ht-background-color);
|
|
233
|
+
--ht-checkbox-indeterminate-focus-border-color: var(--ht-background-color);
|
|
234
|
+
--ht-checkbox-indeterminate-focus-background-color: var(--ht-accent-color);
|
|
235
|
+
--ht-checkbox-indeterminate-focus-icon-color: var(--ht-background-color);
|
|
236
|
+
--ht-checkbox-indeterminate-disabled-border-color: light-dark(var(--ht-colors-palette-400), var(--ht-colors-palette-500));
|
|
237
|
+
--ht-checkbox-indeterminate-disabled-background-color: light-dark(var(--ht-colors-palette-50), var(--ht-colors-palette-900));
|
|
238
|
+
--ht-checkbox-indeterminate-disabled-icon-color: var(--ht-disabled-color);
|
|
183
239
|
--ht-radio-size: var(--ht-icon-size);
|
|
184
|
-
--ht-radio-border-color: var(--ht-
|
|
185
|
-
--ht-radio-background-color: var(--ht-
|
|
186
|
-
--ht-radio-icon-color: var(--ht-
|
|
187
|
-
--ht-radio-focus-border-color: var(--ht-
|
|
188
|
-
--ht-radio-focus-background-color: var(--ht-
|
|
189
|
-
--ht-radio-focus-icon-color: var(--ht-
|
|
190
|
-
--ht-radio-focus-ring-color: var(--ht-
|
|
191
|
-
--ht-radio-disabled-border-color: var(--ht-
|
|
192
|
-
--ht-radio-disabled-background-color: var(--ht-
|
|
193
|
-
--ht-radio-disabled-icon-color: var(--ht-
|
|
194
|
-
--ht-radio-checked-border-color: var(--ht-
|
|
195
|
-
--ht-radio-checked-background-color: var(--ht-
|
|
196
|
-
--ht-radio-checked-icon-color: var(--ht-
|
|
197
|
-
--ht-radio-checked-focus-border-color: var(--ht-
|
|
198
|
-
--ht-radio-checked-focus-background-color: var(--ht-
|
|
199
|
-
--ht-radio-checked-focus-icon-color: var(--ht-
|
|
200
|
-
--ht-radio-checked-disabled-border-color: var(--ht-
|
|
201
|
-
--ht-radio-checked-disabled-background-color: var(--ht-
|
|
202
|
-
--ht-radio-checked-disabled-icon-color: var(--ht-
|
|
203
|
-
--ht-
|
|
204
|
-
--ht-
|
|
205
|
-
--ht-
|
|
206
|
-
--ht-
|
|
207
|
-
--ht-
|
|
208
|
-
--ht-
|
|
209
|
-
--ht-
|
|
210
|
-
--ht-
|
|
211
|
-
--ht-
|
|
212
|
-
--ht-
|
|
213
|
-
--ht-
|
|
214
|
-
--ht-
|
|
215
|
-
--ht-
|
|
216
|
-
--ht-
|
|
217
|
-
--ht-
|
|
218
|
-
--ht-
|
|
219
|
-
--ht-
|
|
220
|
-
--ht-
|
|
221
|
-
--ht-
|
|
222
|
-
--ht-
|
|
223
|
-
--ht-
|
|
224
|
-
--ht-
|
|
225
|
-
--ht-
|
|
226
|
-
--ht-collapse-button-open-hover-icon-active-color: var(--ht-common-background);
|
|
227
|
-
--ht-collapse-button-close-border-color: var(--ht-color-transparent-0);
|
|
228
|
-
--ht-collapse-button-close-background-color: var(--ht-color-transparent-0);
|
|
229
|
-
--ht-collapse-button-close-icon-color: var(--ht-color-gray-500);
|
|
230
|
-
--ht-collapse-button-close-icon-active-color: var(--ht-color-gray-400);
|
|
231
|
-
--ht-collapse-button-close-hover-border-color: var(--ht-color-transparent-0);
|
|
232
|
-
--ht-collapse-button-close-hover-background-color: var(--ht-color-gray-850-6);
|
|
233
|
-
--ht-collapse-button-close-hover-icon-color: var(--ht-common-foreground);
|
|
234
|
-
--ht-collapse-button-close-hover-icon-active-color: var(--ht-common-background);
|
|
235
|
-
--ht-button-border-radius: 24px;
|
|
236
|
-
--ht-button-horizontal-padding: 16px;
|
|
237
|
-
--ht-button-vertical-padding: 8px;
|
|
238
|
-
--ht-primary-button-border-color: var(--ht-color-transparent-0);
|
|
239
|
-
--ht-primary-button-foreground-color: var(--ht-common-background);
|
|
240
|
-
--ht-primary-button-background-color: var(--ht-common-accent);
|
|
241
|
-
--ht-primary-button-disabled-border-color: var(--ht-color-transparent-0);
|
|
242
|
-
--ht-primary-button-disabled-foreground-color: var(--ht-common-disabled);
|
|
243
|
-
--ht-primary-button-disabled-background-color: var(--ht-color-gray-275);
|
|
244
|
-
--ht-primary-button-hover-border-color: var(--ht-color-transparent-0);
|
|
245
|
-
--ht-primary-button-hover-foreground-color: var(--ht-common-background);
|
|
246
|
-
--ht-primary-button-hover-background-color: var(--ht-color-accent-450);
|
|
247
|
-
--ht-primary-button-focus-border-color: var(--ht-common-background);
|
|
248
|
-
--ht-primary-button-focus-foreground-color: var(--ht-common-background);
|
|
249
|
-
--ht-primary-button-focus-background-color: var(--ht-common-accent);
|
|
250
|
-
--ht-secondary-button-border-color: var(--ht-common-border);
|
|
251
|
-
--ht-secondary-button-foreground-color: var(--ht-common-foreground);
|
|
252
|
-
--ht-secondary-button-background-color: var(--ht-common-background);
|
|
253
|
-
--ht-secondary-button-disabled-border-color: var(--ht-common-border);
|
|
254
|
-
--ht-secondary-button-disabled-foreground-color: var(--ht-common-disabled);
|
|
255
|
-
--ht-secondary-button-disabled-background-color: var(--ht-common-background-secondary);
|
|
256
|
-
--ht-secondary-button-hover-border-color: var(--ht-common-border);
|
|
257
|
-
--ht-secondary-button-hover-foreground-color: var(--ht-common-foreground);
|
|
258
|
-
--ht-secondary-button-hover-background-color: var(--ht-color-gray-250);
|
|
259
|
-
--ht-secondary-button-focus-border-color: var(--ht-common-border);
|
|
260
|
-
--ht-secondary-button-focus-foreground-color: var(--ht-common-foreground);
|
|
261
|
-
--ht-secondary-button-focus-background-color: var(--ht-common-background);
|
|
262
|
-
--ht-comments-textarea-horizontal-padding: 12px;
|
|
263
|
-
--ht-comments-textarea-vertical-padding: 8px;
|
|
240
|
+
--ht-radio-border-color: light-dark(var(--ht-colors-palette-400), var(--ht-colors-palette-500));
|
|
241
|
+
--ht-radio-background-color: var(--ht-background-color);
|
|
242
|
+
--ht-radio-icon-color: var(--ht-colors-transparent);
|
|
243
|
+
--ht-radio-focus-border-color: light-dark(var(--ht-colors-palette-400), var(--ht-colors-palette-500));
|
|
244
|
+
--ht-radio-focus-background-color: var(--ht-background-color);
|
|
245
|
+
--ht-radio-focus-icon-color: var(--ht-colors-transparent);
|
|
246
|
+
--ht-radio-focus-ring-color: var(--ht-accent-color);
|
|
247
|
+
--ht-radio-disabled-border-color: light-dark(var(--ht-colors-palette-400), var(--ht-colors-palette-500));
|
|
248
|
+
--ht-radio-disabled-background-color: var(--ht-background-secondary-color);
|
|
249
|
+
--ht-radio-disabled-icon-color: var(--ht-colors-transparent);
|
|
250
|
+
--ht-radio-checked-border-color: var(--ht-accent-color);
|
|
251
|
+
--ht-radio-checked-background-color: var(--ht-background-color);
|
|
252
|
+
--ht-radio-checked-icon-color: var(--ht-accent-color);
|
|
253
|
+
--ht-radio-checked-focus-border-color: light-dark(var(--ht-colors-primary-400), var(--ht-colors-primary-300));
|
|
254
|
+
--ht-radio-checked-focus-background-color: var(--ht-background-color);
|
|
255
|
+
--ht-radio-checked-focus-icon-color: var(--ht-accent-color);
|
|
256
|
+
--ht-radio-checked-disabled-border-color: light-dark(var(--ht-colors-palette-400), var(--ht-colors-palette-500));
|
|
257
|
+
--ht-radio-checked-disabled-background-color: var(--ht-background-secondary-color);
|
|
258
|
+
--ht-radio-checked-disabled-icon-color: var(--ht-disabled-color);
|
|
259
|
+
--ht-move-backlight-color: light-dark(var(--ht-colors-palette-800), var(--ht-colors-palette-200));
|
|
260
|
+
--ht-move-backlight-opacity: 6%;
|
|
261
|
+
--ht-move-indicator-color: var(--ht-accent-color);
|
|
262
|
+
--ht-resize-indicator-color: light-dark(var(--ht-colors-palette-400), var(--ht-colors-palette-500));
|
|
263
|
+
--ht-hidden-indicator-color: light-dark(var(--ht-colors-palette-400), var(--ht-colors-palette-500));
|
|
264
|
+
--ht-menu-border-width: 0px;
|
|
265
|
+
--ht-menu-border-radius: var(--ht-sizing-size-3);
|
|
266
|
+
--ht-menu-horizontal-padding: var(--ht-density-menu-horizontal);
|
|
267
|
+
--ht-menu-vertical-padding: var(--ht-density-menu-vertical);
|
|
268
|
+
--ht-menu-item-horizontal-padding: var(--ht-density-menu-item-horizontal);
|
|
269
|
+
--ht-menu-item-vertical-padding: var(--ht-density-menu-item-vertical);
|
|
270
|
+
--ht-menu-border-color: var(--ht-border-color);
|
|
271
|
+
--ht-menu-shadow-x: var(--ht-shadow-x);
|
|
272
|
+
--ht-menu-shadow-y: var(--ht-shadow-y);
|
|
273
|
+
--ht-menu-shadow-blur: var(--ht-shadow-blur);
|
|
274
|
+
--ht-menu-shadow-color: light-dark(var(--ht-colors-palette-950), var(--ht-colors-white));
|
|
275
|
+
--ht-menu-shadow-opacity: 6%;
|
|
276
|
+
--ht-menu-item-hover-color: light-dark(var(--ht-colors-palette-500), var(--ht-colors-palette-400));
|
|
277
|
+
--ht-menu-item-hover-color-opacity: 8%;
|
|
278
|
+
--ht-menu-item-active-color: var(--ht-accent-color);
|
|
279
|
+
--ht-menu-item-active-color-opacity: 12%;
|
|
280
|
+
--ht-comments-textarea-horizontal-padding: var(--ht-density-cell-horizontal);
|
|
281
|
+
--ht-comments-textarea-vertical-padding: var(--ht-density-cell-vertical);
|
|
264
282
|
--ht-comments-textarea-border-width: 1px;
|
|
265
|
-
--ht-comments-textarea-border-color: var(--ht-
|
|
266
|
-
--ht-comments-textarea-foreground-color: var(--ht-
|
|
267
|
-
--ht-comments-textarea-background-color: var(--ht-
|
|
283
|
+
--ht-comments-textarea-border-color: var(--ht-colors-transparent);
|
|
284
|
+
--ht-comments-textarea-foreground-color: var(--ht-foreground-color);
|
|
285
|
+
--ht-comments-textarea-background-color: var(--ht-background-secondary-color);
|
|
268
286
|
--ht-comments-textarea-focus-border-width: 1px;
|
|
269
|
-
--ht-comments-textarea-focus-border-color: var(--ht-
|
|
270
|
-
--ht-comments-textarea-focus-foreground-color: var(--ht-
|
|
271
|
-
--ht-comments-textarea-focus-background-color: var(--ht-
|
|
272
|
-
--ht-comments-indicator-size:
|
|
273
|
-
--ht-comments-indicator-color: var(--ht-
|
|
287
|
+
--ht-comments-textarea-focus-border-color: var(--ht-accent-color);
|
|
288
|
+
--ht-comments-textarea-focus-foreground-color: var(--ht-foreground-color);
|
|
289
|
+
--ht-comments-textarea-focus-background-color: var(--ht-background-color);
|
|
290
|
+
--ht-comments-indicator-size: var(--ht-sizing-size-1-5);
|
|
291
|
+
--ht-comments-indicator-color: var(--ht-accent-color);
|
|
274
292
|
--ht-license-horizontal-padding: var(--ht-bar-horizontal-padding);
|
|
275
293
|
--ht-license-vertical-padding: var(--ht-bar-vertical-padding);
|
|
276
|
-
--ht-license-foreground-color: var(--ht-
|
|
277
|
-
--ht-license-background-color: var(--ht-
|
|
278
|
-
--ht-
|
|
279
|
-
--ht-
|
|
280
|
-
--ht-input-border-width: 1px;
|
|
281
|
-
--ht-input-border-radius: var(--ht-checkbox-border-radius);
|
|
282
|
-
--ht-input-horizontal-padding: 16px;
|
|
283
|
-
--ht-input-vertical-padding: 8px;
|
|
284
|
-
--ht-input-border-color: var(--ht-common-border);
|
|
285
|
-
--ht-input-foreground-color: var(--ht-common-foreground);
|
|
286
|
-
--ht-input-background-color: var(--ht-common-background);
|
|
287
|
-
--ht-input-hover-border-color: var(--ht-common-border);
|
|
288
|
-
--ht-input-hover-foreground-color: var(--ht-common-foreground);
|
|
289
|
-
--ht-input-hover-background-color: var(--ht-common-background);
|
|
290
|
-
--ht-input-disabled-border-color: var(--ht-common-border);
|
|
291
|
-
--ht-input-disabled-foreground-color: var(--ht-common-disabled);
|
|
292
|
-
--ht-input-disabled-background-color: var(--ht-common-background);
|
|
293
|
-
--ht-input-focus-border-color: var(--ht-common-accent);
|
|
294
|
-
--ht-input-focus-foreground-color: var(--ht-common-foreground);
|
|
295
|
-
--ht-input-focus-background-color: var(--ht-common-background);
|
|
296
|
-
--ht-menu-border-width: 0;
|
|
297
|
-
--ht-menu-border-radius: 12px;
|
|
298
|
-
--ht-menu-horizontal-padding: 0;
|
|
299
|
-
--ht-menu-vertical-padding: 12px;
|
|
300
|
-
--ht-menu-item-horizontal-padding: 8px;
|
|
301
|
-
--ht-menu-item-vertical-padding: 8px;
|
|
302
|
-
--ht-menu-border-color: var(--ht-common-border);
|
|
303
|
-
--ht-menu-shadow-x: var(--ht-shadow-x);
|
|
304
|
-
--ht-menu-shadow-y: var(--ht-shadow-y);
|
|
305
|
-
--ht-menu-shadow-blur: var(--ht-shadow-blur);
|
|
306
|
-
--ht-menu-shadow-color: var(--ht-common-shadow);
|
|
307
|
-
--ht-menu-item-hover-color: var(--ht-color-accent-400-8);
|
|
308
|
-
--ht-menu-item-active-color: var(--ht-color-accent-400-12);
|
|
309
|
-
--ht-dialog-semi-transparent-background-color: var(--ht-common-overlay);
|
|
310
|
-
--ht-dialog-solid-background-color: var(--ht-common-background);
|
|
311
|
-
--ht-dialog-content-padding-horizontal: 12px;
|
|
312
|
-
--ht-dialog-content-padding-vertical: 12px;
|
|
313
|
-
--ht-dialog-content-border-radius: 16px;
|
|
314
|
-
--ht-dialog-content-background-color: var(--ht-common-background);
|
|
315
|
-
--ht-pagination-bar-foreground-color: var(--ht-common-foreground);
|
|
316
|
-
--ht-pagination-bar-background-color: var(--ht-common-background-secondary);
|
|
294
|
+
--ht-license-foreground-color: var(--ht-bar-foreground-color);
|
|
295
|
+
--ht-license-background-color: var(--ht-bar-background-color);
|
|
296
|
+
--ht-pagination-bar-foreground-color: var(--ht-bar-foreground-color);
|
|
297
|
+
--ht-pagination-bar-background-color: var(--ht-bar-background-color);
|
|
317
298
|
--ht-pagination-bar-horizontal-padding: var(--ht-bar-horizontal-padding);
|
|
318
299
|
--ht-pagination-bar-vertical-padding: var(--ht-bar-vertical-padding);
|
|
300
|
+
--ht-dialog-semi-transparent-background-color: light-dark(var(--ht-colors-white), var(--ht-colors-palette-950));
|
|
301
|
+
--ht-dialog-semi-transparent-background-opacity: 80%;
|
|
302
|
+
--ht-dialog-solid-background-color: light-dark(var(--ht-colors-white), var(--ht-colors-palette-950));
|
|
303
|
+
--ht-dialog-content-padding-horizontal: var(--ht-density-dialog-horizontal);
|
|
304
|
+
--ht-dialog-content-padding-vertical: var(--ht-density-dialog-vertical);
|
|
305
|
+
--ht-dialog-content-border-radius: var(--ht-sizing-size-4);
|
|
306
|
+
--ht-dialog-content-background-color: var(--ht-background-color);
|
|
307
|
+
--ht-chip-background: var(--ht-background-secondary-color);
|
|
308
|
+
--ht-chip-border-radius: var(--ht-sizing-size-2);
|
|
309
|
+
--ht-chip-vertical-padding: var(--ht-sizing-size-0);
|
|
310
|
+
--ht-chip-horizontal-padding: var(--ht-sizing-size-0-5);
|
|
311
|
+
--ht-chip-gap: var(--ht-sizing-size-1);
|
|
312
|
+
--ht-scrollbar-border-radius: var(--ht-sizing-size-2);
|
|
313
|
+
--ht-scrollbar-track-color: var(--ht-background-secondary-color);
|
|
314
|
+
--ht-scrollbar-thumb-color: light-dark(var(--ht-colors-palette-400), var(--ht-colors-palette-500));
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
.ht-theme-horizon {
|
|
318
|
+
color-scheme: light;
|
|
319
319
|
}
|
|
320
320
|
|
|
321
|
-
/* Dark mode */
|
|
322
321
|
.ht-theme-horizon-dark {
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
--ht-color-gray-275: #262624;
|
|
329
|
-
--ht-color-gray-300: #222222;
|
|
330
|
-
--ht-color-gray-400: #727272;
|
|
331
|
-
--ht-color-gray-500: #aeaeae;
|
|
332
|
-
--ht-color-gray-800: #b5b5b9;
|
|
333
|
-
--ht-color-gray-850: #d1d1d4;
|
|
334
|
-
--ht-color-gray-900: #ffffff;
|
|
335
|
-
--ht-color-gray-850-6: rgba(209, 209, 212, 0.06);
|
|
336
|
-
--ht-color-gray-850-4: rgba(209, 209, 212, 0.04);
|
|
337
|
-
--ht-color-accent-300: #d7a52a;
|
|
338
|
-
--ht-color-accent-400: #f1b93e;
|
|
339
|
-
--ht-color-accent-450: #f2c051;
|
|
340
|
-
--ht-color-accent-400-8: rgba(241, 185, 62, 0.08);
|
|
341
|
-
--ht-color-accent-400-12: rgba(241, 185, 62, 0.12);
|
|
342
|
-
--ht-color-accent-400-40: rgba(241, 185, 62, 0.40);
|
|
343
|
-
--ht-color-notification-search: rgba(251, 233, 82, 0.40);
|
|
344
|
-
--ht-color-notification-error: rgba(251, 98, 75, 0.30);
|
|
345
|
-
--ht-color-notification-success: rgba(68, 200, 121, 0.30);
|
|
346
|
-
--ht-color-notification-warning: rgba(252, 237, 107, 0.30);
|
|
347
|
-
--ht-color-notification-informational: rgba(65, 201, 255, 0.30);
|
|
348
|
-
--ht-common-foreground: var(--ht-color-gray-800);
|
|
349
|
-
--ht-common-background: var(--ht-color-gray-100);
|
|
350
|
-
--ht-common-border: var(--ht-color-gray-300);
|
|
351
|
-
--ht-common-accent: var(--ht-color-accent-400);
|
|
352
|
-
--ht-common-disabled: var(--ht-color-gray-400);
|
|
353
|
-
--ht-common-read-only: var(--ht-color-gray-500);
|
|
354
|
-
--ht-common-placeholder: var(--ht-color-gray-400);
|
|
355
|
-
--ht-common-active-header-background: var(--ht-common-accent);
|
|
356
|
-
--ht-common-active-header-border: var(--ht-color-accent-300);
|
|
357
|
-
--ht-common-shadow: var(--ht-color-transparent-80);
|
|
358
|
-
--ht-common-background-secondary: var(--ht-color-gray-200);
|
|
359
|
-
--ht-common-overlay: var(--ht-color-transparent-80);
|
|
360
|
-
--ht-common-foreground-secondary: var(--ht-color-gray-500);
|
|
322
|
+
color-scheme: dark;
|
|
323
|
+
}
|
|
324
|
+
|
|
325
|
+
.ht-theme-horizon-dark-auto {
|
|
326
|
+
color-scheme: light dark;
|
|
361
327
|
}
|
|
362
328
|
|
|
363
|
-
/* Auto dark mode */
|
|
364
|
-
@media (prefers-color-scheme: dark) {
|
|
365
|
-
.ht-theme-horizon-dark-auto {
|
|
366
|
-
--ht-color-transparent-0: rgba(0, 0, 0, 0);
|
|
367
|
-
--ht-color-transparent-80: rgba(0, 0, 0, 0.80);
|
|
368
|
-
--ht-color-gray-100: #070604;
|
|
369
|
-
--ht-color-gray-200: #19191c;
|
|
370
|
-
--ht-color-gray-250: #2d2d30;
|
|
371
|
-
--ht-color-gray-275: #262624;
|
|
372
|
-
--ht-color-gray-300: #222222;
|
|
373
|
-
--ht-color-gray-400: #727272;
|
|
374
|
-
--ht-color-gray-500: #aeaeae;
|
|
375
|
-
--ht-color-gray-800: #b5b5b9;
|
|
376
|
-
--ht-color-gray-850: #d1d1d4;
|
|
377
|
-
--ht-color-gray-900: #ffffff;
|
|
378
|
-
--ht-color-gray-850-6: rgba(209, 209, 212, 0.06);
|
|
379
|
-
--ht-color-gray-850-4: rgba(209, 209, 212, 0.04);
|
|
380
|
-
--ht-color-accent-300: #d7a52a;
|
|
381
|
-
--ht-color-accent-400: #f1b93e;
|
|
382
|
-
--ht-color-accent-450: #f2c051;
|
|
383
|
-
--ht-color-accent-400-8: rgba(241, 185, 62, 0.08);
|
|
384
|
-
--ht-color-accent-400-12: rgba(241, 185, 62, 0.12);
|
|
385
|
-
--ht-color-accent-400-40: rgba(241, 185, 62, 0.40);
|
|
386
|
-
--ht-color-notification-search: rgba(251, 233, 82, 0.40);
|
|
387
|
-
--ht-color-notification-error: rgba(251, 98, 75, 0.30);
|
|
388
|
-
--ht-color-notification-success: rgba(68, 200, 121, 0.30);
|
|
389
|
-
--ht-color-notification-warning: rgba(252, 237, 107, 0.30);
|
|
390
|
-
--ht-color-notification-informational: rgba(65, 201, 255, 0.30);
|
|
391
|
-
--ht-common-foreground: var(--ht-color-gray-800);
|
|
392
|
-
--ht-common-background: var(--ht-color-gray-100);
|
|
393
|
-
--ht-common-border: var(--ht-color-gray-300);
|
|
394
|
-
--ht-common-accent: var(--ht-color-accent-400);
|
|
395
|
-
--ht-common-disabled: var(--ht-color-gray-400);
|
|
396
|
-
--ht-common-read-only: var(--ht-color-gray-500);
|
|
397
|
-
--ht-common-placeholder: var(--ht-color-gray-400);
|
|
398
|
-
--ht-common-active-header-background: var(--ht-common-accent);
|
|
399
|
-
--ht-common-active-header-border: var(--ht-color-accent-300);
|
|
400
|
-
--ht-common-shadow: var(--ht-color-transparent-80);
|
|
401
|
-
--ht-common-background-secondary: var(--ht-color-gray-200);
|
|
402
|
-
--ht-common-overlay: var(--ht-color-transparent-80);
|
|
403
|
-
--ht-common-foreground-secondary: var(--ht-color-gray-500);
|
|
404
|
-
}
|
|
405
|
-
}
|
|
406
|
-
/* Icons */
|
|
407
329
|
[class*=ht-theme-horizon] .htDropdownMenu table tbody tr td.htSubmenu .htItemWrapper::after,
|
|
408
330
|
[class*=ht-theme-horizon] .htContextMenu table tbody tr td.htSubmenu .htItemWrapper::after,
|
|
409
331
|
[class*=ht-theme-horizon] .htFiltersConditionsMenu table tbody tr td.htSubmenu .htItemWrapper::after,
|
|
@@ -411,176 +333,223 @@
|
|
|
411
333
|
width: var(--ht-icon-size);
|
|
412
334
|
height: var(--ht-icon-size);
|
|
413
335
|
-webkit-mask-size: contain;
|
|
414
|
-
-webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width
|
|
336
|
+
-webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.64648 10.9393L9.93938 7.64644L6.64648 4.35354' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
|
|
415
337
|
background-color: currentColor;
|
|
416
338
|
}
|
|
339
|
+
|
|
417
340
|
[class*=ht-theme-horizon] .pika-single .pika-prev {
|
|
418
341
|
width: var(--ht-icon-size);
|
|
419
342
|
height: var(--ht-icon-size);
|
|
420
343
|
-webkit-mask-size: contain;
|
|
421
|
-
-webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width
|
|
344
|
+
-webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.93945 10.9393L6.64656 7.64644L9.93945 4.35354' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
|
|
422
345
|
background-color: currentColor;
|
|
423
346
|
}
|
|
347
|
+
|
|
424
348
|
[class*=ht-theme-horizon] .ht-page-size-section__select-wrapper::after {
|
|
425
349
|
width: var(--ht-icon-size);
|
|
426
350
|
height: var(--ht-icon-size);
|
|
427
351
|
-webkit-mask-size: contain;
|
|
428
|
-
-webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width
|
|
352
|
+
-webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.6'%3E%3Cpath d='M11.5859 6L8.29304 9.29289L5.00015 6' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
|
|
429
353
|
background-color: currentColor;
|
|
430
354
|
}
|
|
355
|
+
|
|
431
356
|
[class*=ht-theme-horizon] .changeType::before {
|
|
432
357
|
width: var(--ht-icon-size);
|
|
433
358
|
height: var(--ht-icon-size);
|
|
434
359
|
-webkit-mask-size: contain;
|
|
435
|
-
-webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width
|
|
360
|
+
-webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.83337 7.99984C6.83337 8.30926 6.95629 8.606 7.17508 8.8248C7.39388 9.04359 7.69062 9.1665 8.00004 9.1665C8.30946 9.1665 8.60621 9.04359 8.825 8.8248C9.04379 8.606 9.16671 8.30926 9.16671 7.99984C9.16671 7.69042 9.04379 7.39367 8.825 7.17488C8.60621 6.95609 8.30946 6.83317 8.00004 6.83317C7.69062 6.83317 7.39388 6.95609 7.17508 7.17488C6.95629 7.39367 6.83337 7.69042 6.83337 7.99984Z' fill='%23222222'/%3E%3Cpath d='M6.83337 12.4165C6.83337 12.7259 6.95629 13.0227 7.17508 13.2415C7.39388 13.4603 7.69062 13.5832 8.00004 13.5832C8.30946 13.5832 8.60621 13.4603 8.825 13.2415C9.04379 13.0227 9.16671 12.7259 9.16671 12.4165C9.16671 12.1071 9.04379 11.8103 8.825 11.5915C8.60621 11.3728 8.30946 11.2498 8.00004 11.2498C7.69062 11.2498 7.39388 11.3728 7.17508 11.5915C6.95629 11.8103 6.83337 12.1071 6.83337 12.4165Z' fill='%23222222'/%3E%3Cpath d='M6.83337 3.58317C6.83337 3.89259 6.95629 4.18934 7.17508 4.40813C7.39388 4.62692 7.69062 4.74984 8.00004 4.74984C8.30946 4.74984 8.60621 4.62692 8.825 4.40813C9.04379 4.18934 9.16671 3.89259 9.16671 3.58317C9.16671 3.27375 9.04379 2.97701 8.825 2.75821C8.60621 2.53942 8.30946 2.4165 8.00004 2.4165C7.69062 2.4165 7.39388 2.53942 7.17508 2.75821C6.95629 2.97701 6.83337 3.27375 6.83337 3.58317Z' fill='currentColor'/%3E%3C/svg%3E");
|
|
436
361
|
background-color: currentColor;
|
|
437
362
|
}
|
|
363
|
+
|
|
438
364
|
[class*=ht-theme-horizon] .htUISelectCaption::after,
|
|
439
|
-
|
|
365
|
+
.htAutocompleteArrow::after {
|
|
440
366
|
width: var(--ht-icon-size);
|
|
441
367
|
height: var(--ht-icon-size);
|
|
442
368
|
-webkit-mask-size: contain;
|
|
443
|
-
-webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width
|
|
369
|
+
-webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 6L8.29289 9.29289L11.5858 6' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
|
|
444
370
|
background-color: currentColor;
|
|
445
371
|
}
|
|
372
|
+
|
|
446
373
|
[class*=ht-theme-horizon] .columnSorting.sortAction.ascending::before {
|
|
447
374
|
width: var(--ht-icon-size);
|
|
448
375
|
height: var(--ht-icon-size);
|
|
449
376
|
-webkit-mask-size: contain;
|
|
450
|
-
-webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width
|
|
377
|
+
-webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.00008 12.6667L8.00008 3.33335M8.00008 3.33335L5.33342 6.00002M8.00008 3.33335L10.6667 6.00002' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
|
|
451
378
|
background-color: currentColor;
|
|
452
379
|
}
|
|
380
|
+
|
|
453
381
|
[class*=ht-theme-horizon] .columnSorting.sortAction.descending::before {
|
|
454
382
|
width: var(--ht-icon-size);
|
|
455
383
|
height: var(--ht-icon-size);
|
|
456
384
|
-webkit-mask-size: contain;
|
|
457
|
-
-webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width
|
|
385
|
+
-webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99992 3.33331V12.6666M7.99992 12.6666L10.6666 9.99998M7.99992 12.6666L5.33325 9.99998' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
|
|
458
386
|
background-color: currentColor;
|
|
459
387
|
}
|
|
388
|
+
|
|
460
389
|
[class*=ht-theme-horizon] .ht-page-navigation-section .ht-page-first::before {
|
|
461
390
|
width: var(--ht-icon-size);
|
|
462
391
|
height: var(--ht-icon-size);
|
|
463
392
|
-webkit-mask-size: contain;
|
|
464
|
-
-webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width
|
|
393
|
+
-webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.0713 4.64188L7.72115 7.99203L11.0713 11.3422M4.92936 4.08353L4.92936 11.3422' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
|
|
465
394
|
background-color: currentColor;
|
|
466
395
|
}
|
|
467
|
-
|
|
396
|
+
|
|
397
|
+
[class*=ht-theme-horizon] [dir="rtl"] .ht-page-navigation-section .ht-page-first::before {
|
|
468
398
|
width: var(--ht-icon-size);
|
|
469
399
|
height: var(--ht-icon-size);
|
|
470
400
|
-webkit-mask-size: contain;
|
|
471
|
-
-webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width
|
|
401
|
+
-webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.9292 4.64188L8.27934 7.99203L4.9292 11.3422M11.0711 4.08353V11.3422' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
|
|
472
402
|
background-color: currentColor;
|
|
473
403
|
}
|
|
404
|
+
|
|
474
405
|
[class*=ht-theme-horizon] .ht-page-navigation-section .ht-page-prev::before {
|
|
475
406
|
width: var(--ht-icon-size);
|
|
476
407
|
height: var(--ht-icon-size);
|
|
477
408
|
-webkit-mask-size: contain;
|
|
478
|
-
-webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width
|
|
409
|
+
-webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.93945 10.9393L6.64656 7.64644L9.93945 4.35354' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
|
|
479
410
|
background-color: currentColor;
|
|
480
411
|
}
|
|
481
|
-
|
|
412
|
+
|
|
413
|
+
[class*=ht-theme-horizon] [dir="rtl"] .ht-page-navigation-section .ht-page-prev::before {
|
|
482
414
|
width: var(--ht-icon-size);
|
|
483
415
|
height: var(--ht-icon-size);
|
|
484
416
|
-webkit-mask-size: contain;
|
|
485
|
-
-webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width
|
|
417
|
+
-webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.64648 10.9393L9.93938 7.64644L6.64648 4.35354' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
|
|
486
418
|
background-color: currentColor;
|
|
487
419
|
}
|
|
420
|
+
|
|
488
421
|
[class*=ht-theme-horizon] .ht-page-navigation-section .ht-page-next::before {
|
|
489
422
|
width: var(--ht-icon-size);
|
|
490
423
|
height: var(--ht-icon-size);
|
|
491
424
|
-webkit-mask-size: contain;
|
|
492
|
-
-webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width
|
|
425
|
+
-webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.64648 10.9393L9.93938 7.64644L6.64648 4.35354' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
|
|
493
426
|
background-color: currentColor;
|
|
494
427
|
}
|
|
495
|
-
|
|
428
|
+
|
|
429
|
+
[class*=ht-theme-horizon] [dir="rtl"] .ht-page-navigation-section .ht-page-next::before {
|
|
496
430
|
width: var(--ht-icon-size);
|
|
497
431
|
height: var(--ht-icon-size);
|
|
498
432
|
-webkit-mask-size: contain;
|
|
499
|
-
-webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width
|
|
433
|
+
-webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.93945 10.9393L6.64656 7.64644L9.93945 4.35354' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
|
|
500
434
|
background-color: currentColor;
|
|
501
435
|
}
|
|
436
|
+
|
|
502
437
|
[class*=ht-theme-horizon] .ht-page-navigation-section .ht-page-last::before {
|
|
503
438
|
width: var(--ht-icon-size);
|
|
504
439
|
height: var(--ht-icon-size);
|
|
505
440
|
-webkit-mask-size: contain;
|
|
506
|
-
-webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width
|
|
441
|
+
-webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.9292 4.64188L8.27934 7.99203L4.9292 11.3422M11.0711 4.08353V11.3422' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
|
|
507
442
|
background-color: currentColor;
|
|
508
443
|
}
|
|
509
|
-
|
|
444
|
+
|
|
445
|
+
[class*=ht-theme-horizon] [dir="rtl"] .ht-page-navigation-section .ht-page-last::before {
|
|
510
446
|
width: var(--ht-icon-size);
|
|
511
447
|
height: var(--ht-icon-size);
|
|
512
448
|
-webkit-mask-size: contain;
|
|
513
|
-
-webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width
|
|
449
|
+
-webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.0713 4.64188L7.72115 7.99203L11.0713 11.3422M4.92936 4.08353L4.92936 11.3422' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
|
|
514
450
|
background-color: currentColor;
|
|
515
451
|
}
|
|
452
|
+
|
|
516
453
|
[class*=ht-theme-horizon] .htDropdownMenu table tbody tr td .htItemWrapper span.selected::after,
|
|
517
454
|
[class*=ht-theme-horizon] .htContextMenu table tbody tr td .htItemWrapper span.selected::after,
|
|
518
455
|
[class*=ht-theme-horizon] .htFiltersConditionsMenu table tbody tr td .htItemWrapper span.selected::after {
|
|
519
456
|
width: var(--ht-icon-size);
|
|
520
457
|
height: var(--ht-icon-size);
|
|
521
458
|
-webkit-mask-size: contain;
|
|
522
|
-
-webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width
|
|
459
|
+
-webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.3335 8.00002L6.66683 11.3334L13.3335 4.66669' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
|
|
523
460
|
background-color: currentColor;
|
|
524
461
|
}
|
|
462
|
+
|
|
525
463
|
[class*=ht-theme-horizon] .htCheckboxRendererInput {
|
|
526
464
|
appearance: none;
|
|
527
465
|
}
|
|
466
|
+
|
|
528
467
|
[class*=ht-theme-horizon] .htCheckboxRendererInput::after {
|
|
529
468
|
width: var(--ht-icon-size);
|
|
530
469
|
height: var(--ht-icon-size);
|
|
531
470
|
-webkit-mask-size: contain;
|
|
532
|
-
-webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width
|
|
471
|
+
-webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 8L7 10L11 6' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
|
|
533
472
|
background-color: currentColor;
|
|
534
473
|
}
|
|
474
|
+
|
|
535
475
|
[class*=ht-theme-horizon] th.beforeHiddenColumn::after {
|
|
536
476
|
width: var(--ht-icon-size);
|
|
537
477
|
height: var(--ht-icon-size);
|
|
538
478
|
-webkit-mask-size: contain;
|
|
539
|
-
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width
|
|
479
|
+
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.07209 0.856828C6.08637 0.855597 6.1007 0.85498 6.11503 0.85498H6.17649C6.19083 0.85498 6.20515 0.855597 6.21944 0.856828L6.24964 0.859432C6.26009 0.860333 6.2705 0.861561 6.28087 0.863116L6.31212 0.867804C6.31889 0.86882 6.32565 0.869975 6.33238 0.871269L6.35946 0.876478C6.37551 0.879565 6.3914 0.883438 6.40708 0.888082L6.46333 0.904748C6.47851 0.909248 6.49348 0.914467 6.50817 0.920388L6.54307 0.93445C6.55923 0.940963 6.57504 0.948316 6.59043 0.956479L6.65918 0.992938C6.67949 1.00371 6.69903 1.01587 6.71767 1.02933L6.76455 1.06318C6.77915 1.07372 6.79316 1.08505 6.80654 1.09711L6.84873 1.13513C6.86284 1.14785 6.87622 1.16136 6.88879 1.1756L6.93202 1.22456C6.94435 1.23852 6.95589 1.25316 6.96659 1.26842L6.99471 1.30852C7.00421 1.32206 7.01303 1.33606 7.02113 1.35048L7.04926 1.40048C7.05508 1.41082 7.06053 1.42137 7.06559 1.4321L7.07445 1.45085C7.07858 1.45961 7.08246 1.46848 7.08608 1.47746L7.10014 1.51236C7.10607 1.52705 7.11129 1.54202 7.11579 1.55721L7.13245 1.61346C7.13726 1.62969 7.14124 1.64616 7.14438 1.66279L7.15157 1.70089L7.15667 1.73216C7.15927 1.74779 7.16113 1.76354 7.16224 1.77936L7.16433 1.80904C7.16475 1.81506 7.16506 1.82108 7.16527 1.8271L7.16631 1.85783L7.16659 1.87477V8.12477C7.16659 8.99803 6.15887 9.44746 5.5073 8.92171C5.49997 8.91579 5.49281 8.90967 5.48582 8.90335L5.44207 8.86377C5.4359 8.85818 5.42987 8.85244 5.42398 8.84656L2.29898 5.72155C2.12322 5.54577 2.01761 5.31189 2.00201 5.0638C1.98641 4.81571 2.06187 4.57045 2.21423 4.37404C2.22073 4.36567 2.22749 4.3575 2.2345 4.34956L2.27773 4.3006C2.28458 4.29285 2.29166 4.28531 2.29898 4.27799L5.42398 1.15299C5.43129 1.14567 5.43884 1.13859 5.44659 1.13174L5.49555 1.08851C5.50951 1.07618 5.52415 1.06464 5.5394 1.05395L5.57951 1.02582C5.59305 1.01633 5.60705 1.00751 5.62147 0.9994L5.67147 0.971275C5.68181 0.965458 5.69235 0.96001 5.70308 0.954943L5.72183 0.946089C5.73059 0.941952 5.73947 0.93807 5.74846 0.934449L5.78336 0.920387C5.79805 0.914467 5.81301 0.909248 5.8282 0.904749L5.88445 0.888082C5.90068 0.883272 5.91715 0.879289 5.93379 0.87615L5.96139 0.870942C5.96714 0.869856 5.97291 0.868872 5.9787 0.86799L6.00943 0.863302C6.0202 0.861659 6.03102 0.860368 6.04188 0.859432L6.07209 0.856828ZM6.13512 1.85781L6.12011 1.87107L3.01706 4.97412L3.00168 4.99154C3.00041 4.99451 2.99984 4.99777 3.00004 5.00104C3.00036 5.0061 3.00251 5.01086 3.00609 5.01445M3.00609 5.01445L6.12226 8.13062L6.13954 8.14626C6.1418 8.14647 6.14848 8.14635 6.15542 8.14308C6.1622 8.13989 6.16489 8.13638 6.16522 8.13589C6.16536 8.13543 6.16659 8.1316 6.16659 8.12477V1.88324L6.16623 1.87249L6.16491 1.86803L6.16272 1.86413L6.15846 1.85932L6.15029 1.85498H6.14119L6.13902 1.85563L6.13512 1.85781' fill='currentColor'/%3E%3C/svg%3E");
|
|
540
480
|
background-color: currentColor;
|
|
541
481
|
}
|
|
482
|
+
|
|
542
483
|
[class*=ht-theme-horizon] th.afterHiddenColumn::before {
|
|
543
484
|
width: var(--ht-icon-size);
|
|
544
485
|
height: var(--ht-icon-size);
|
|
545
486
|
-webkit-mask-size: contain;
|
|
546
|
-
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width
|
|
487
|
+
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.83337 1.87506C3.83337 1.87507 3.83337 1.87505 3.83337 1.87506L3.83441 8.12961L3.83506 8.1318L3.83725 8.1357L3.8415 8.14051L3.84973 8.14488L3.8514 8.14537L3.85344 8.14558L3.85649 8.14553L3.86095 8.1442L3.86485 8.14201L3.87986 8.12876L6.98291 5.02571L6.99829 5.00829C6.99956 5.00532 7.00013 5.00207 6.99993 4.99879C6.99961 4.99373 6.99746 4.98897 6.99388 4.98538M3.87772 1.86922L6.99388 4.98538ZM3.87772 1.86922L3.86043 1.85358C3.85817 1.85336 3.85149 1.85348 3.84455 1.85675C3.83777 1.85994 3.83508 1.86345 3.83475 1.86394C3.83461 1.8644 3.83338 1.86828 3.83337 1.87506C3.83337 1.87507 3.83337 1.87505 3.83337 1.87506M2.83337 1.87506C2.83337 1.0018 3.8411 0.552371 4.49267 1.07813C4.5 1.08404 4.50716 1.09016 4.51414 1.09648L4.55789 1.13606C4.56407 1.14165 4.5701 1.14739 4.57599 1.15328L7.70099 4.27828C7.87675 4.45406 7.98236 4.68795 7.99796 4.93603C8.01355 5.18412 7.9381 5.42938 7.78574 5.62579C7.77924 5.63416 7.77248 5.64233 7.76547 5.65027L7.72224 5.69923C7.71539 5.70698 7.70831 5.71453 7.70099 5.72184L4.57599 8.84684C4.56867 8.85416 4.56113 8.86124 4.55338 8.86809L4.50442 8.91132C4.49046 8.92365 4.47582 8.93519 4.46056 8.94588L4.42046 8.97401C4.40692 8.9835 4.39292 8.99232 4.37851 9.00043L4.32851 9.02855C4.31816 9.03437 4.30761 9.03982 4.29688 9.04489L4.27813 9.05374C4.26937 9.05788 4.26049 9.06176 4.2515 9.06538L4.21661 9.07945C4.20192 9.08536 4.18696 9.09058 4.17178 9.09508L4.11553 9.11175C4.09929 9.11656 4.08281 9.12054 4.06617 9.12368L4.02809 9.13087L3.99683 9.13596C3.98119 9.13857 3.96544 9.14043 3.94962 9.14154L3.91994 9.14362C3.91392 9.14404 3.90791 9.14436 3.90188 9.14456L3.87115 9.1456C3.85986 9.14599 3.84856 9.14599 3.83726 9.1456L3.80653 9.14456C3.79786 9.14427 3.78919 9.14375 3.78054 9.143L3.75033 9.1404C3.73988 9.1395 3.72947 9.13827 3.71909 9.13671L3.68784 9.13202C3.68108 9.13101 3.67433 9.12986 3.66761 9.12856L3.64053 9.12336C3.62447 9.12027 3.60857 9.11639 3.59289 9.11175L3.53664 9.09508C3.52145 9.09058 3.50649 9.08536 3.49181 9.07945L3.45691 9.06538C3.44075 9.05887 3.42493 9.05151 3.40953 9.04335L3.34079 9.00689C3.32048 8.99612 3.30094 8.98396 3.2823 8.9705L3.23542 8.93665C3.22083 8.92611 3.20681 8.91478 3.19343 8.90273L3.15124 8.86471C3.13713 8.85199 3.12375 8.83847 3.11118 8.82423L3.06795 8.77527C3.05562 8.76131 3.04408 8.74667 3.03338 8.73141L3.00526 8.69131C2.99576 8.67777 2.98694 8.66377 2.97884 8.64936L2.95071 8.59936C2.94489 8.58901 2.93944 8.57846 2.93437 8.56772L2.92552 8.54897C2.92138 8.54022 2.91751 8.53135 2.91389 8.52237L2.89982 8.48747C2.8939 8.47278 2.88868 8.45781 2.88418 8.44262L2.86752 8.38637C2.86271 8.37014 2.85872 8.35367 2.85559 8.33704L2.8484 8.29894L2.8433 8.26767C2.8407 8.25204 2.83883 8.23629 2.83773 8.22047L2.83564 8.19079C2.83483 8.17917 2.83442 8.16752 2.83442 8.15587L2.83337 1.87506Z' fill='currentColor'/%3E%3C/svg%3E");
|
|
547
488
|
background-color: currentColor;
|
|
548
489
|
}
|
|
490
|
+
|
|
549
491
|
[class*=ht-theme-horizon] th.beforeHiddenRow::after {
|
|
550
492
|
width: var(--ht-icon-size);
|
|
551
493
|
height: var(--ht-icon-size);
|
|
552
494
|
-webkit-mask-size: contain;
|
|
553
|
-
-webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width
|
|
495
|
+
-webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.76425 2.43099C3.82165 2.3736 3.89801 2.33913 3.97902 2.33403C4.06003 2.32894 4.14012 2.35358 4.20425 2.40333L4.23558 2.43099L6.23558 4.43099L6.26325 4.46233L6.28125 4.48799L6.29925 4.51999L6.30492 4.53199L6.31392 4.55433L6.32458 4.59033L6.32792 4.60799L6.33125 4.62799L6.33258 4.64699L6.33325 4.66666L6.33258 4.68633L6.33092 4.70566L6.32792 4.72566L6.32458 4.74299L6.31392 4.77899L6.30492 4.80133L6.28158 4.84533L6.25992 4.87533L6.23558 4.90233L6.20425 4.92999L6.17858 4.94799L6.14658 4.96599L6.13458 4.97166L6.11225 4.98066L6.07625 4.99133L6.05858 4.99466L6.03858 4.99799L6.01958 4.99933L5.99992 4.99999H1.99992C1.71592 4.99999 1.56758 4.67133 1.73892 4.45899L1.76425 4.43099L3.76425 2.43099Z' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
|
|
554
496
|
background-color: currentColor;
|
|
555
497
|
}
|
|
498
|
+
|
|
556
499
|
[class*=ht-theme-horizon] th.afterHiddenRow::before {
|
|
557
500
|
width: var(--ht-icon-size);
|
|
558
501
|
height: var(--ht-icon-size);
|
|
559
502
|
-webkit-mask-size: contain;
|
|
560
|
-
-webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width
|
|
503
|
+
-webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.9999 3C6.2839 3 6.43224 3.32867 6.2609 3.541L6.23557 3.569L4.23557 5.569C4.17817 5.62639 4.10181 5.66087 4.0208 5.66596C3.93979 5.67106 3.8597 5.64642 3.79557 5.59667L3.76424 5.569L1.76424 3.569L1.73657 3.53767L1.71857 3.512L1.70057 3.48L1.6949 3.468L1.6859 3.44567L1.67524 3.40967L1.6719 3.392L1.66857 3.372L1.66724 3.353V3.31367L1.6689 3.29433L1.6719 3.27433L1.67524 3.257L1.6859 3.221L1.6949 3.19867L1.71824 3.15467L1.7399 3.12467L1.76424 3.09767L1.79557 3.07L1.82124 3.052L1.85324 3.034L1.86524 3.02833L1.88757 3.01933L1.92357 3.00867L1.94124 3.00533L1.96124 3.002L1.98024 3.00067L5.9999 3Z' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
|
|
561
504
|
background-color: currentColor;
|
|
562
505
|
}
|
|
506
|
+
|
|
563
507
|
[class*=ht-theme-horizon] .collapsibleIndicator::before,
|
|
564
508
|
[class*=ht-theme-horizon] .ht_nestingButton::before {
|
|
565
509
|
width: var(--ht-icon-size);
|
|
566
510
|
height: var(--ht-icon-size);
|
|
567
511
|
-webkit-mask-size: contain;
|
|
568
|
-
-webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width
|
|
512
|
+
-webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.33325 8H11.6666' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
|
|
569
513
|
background-color: currentColor;
|
|
570
514
|
}
|
|
571
|
-
|
|
572
|
-
[class*=ht-theme-horizon] .
|
|
515
|
+
|
|
516
|
+
[class*=ht-theme-horizon] .collapsibleIndicator.collapsed::before,
|
|
573
517
|
[class*=ht-theme-horizon] .ht_nestingButton.ht_nestingExpand::before {
|
|
574
518
|
width: var(--ht-icon-size);
|
|
575
519
|
height: var(--ht-icon-size);
|
|
576
520
|
-webkit-mask-size: contain;
|
|
577
|
-
-webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width
|
|
521
|
+
-webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.49988 11.6667C7.49988 11.9428 7.72374 12.1667 7.99988 12.1667C8.27602 12.1667 8.49988 11.9428 8.49988 11.6667V8.50002H11.6666C11.9427 8.50002 12.1666 8.27616 12.1666 8.00002C12.1666 7.72388 11.9427 7.50002 11.6666 7.50002H8.49988V4.33337C8.49988 4.05723 8.27602 3.83337 7.99988 3.83337C7.72374 3.83337 7.49988 4.05723 7.49988 4.33337V7.50002H4.33325C4.05711 7.50002 3.83325 7.72388 3.83325 8.00002C3.83325 8.27616 4.05711 8.50002 4.33325 8.50002H7.49988V11.6667Z' fill='currentColor'/%3E%3C/svg%3E%0A");
|
|
522
|
+
background-color: currentColor;
|
|
523
|
+
}
|
|
524
|
+
|
|
525
|
+
[class*=ht-theme-horizon] .htUIRadio > input[type="radio"]::after {
|
|
526
|
+
width: var(--ht-icon-size);
|
|
527
|
+
height: var(--ht-icon-size);
|
|
528
|
+
-webkit-mask-size: contain;
|
|
529
|
+
-webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='4' fill='currentColor'/%3E%3C/svg%3E%0A");
|
|
578
530
|
background-color: currentColor;
|
|
579
531
|
}
|
|
580
|
-
|
|
532
|
+
|
|
533
|
+
[class*=ht-theme-horizon] .ht-multi-select-chip-remove::before {
|
|
534
|
+
width: var(--ht-icon-size);
|
|
535
|
+
height: var(--ht-icon-size);
|
|
536
|
+
-webkit-mask-size: contain;
|
|
537
|
+
-webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 4L4 12M4 4L12 12' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
|
|
538
|
+
background-color: currentColor;
|
|
539
|
+
}
|
|
540
|
+
|
|
541
|
+
[class*=ht-theme-horizon] .ht-multi-select-editor-search-icon {
|
|
542
|
+
width: var(--ht-icon-size);
|
|
543
|
+
height: var(--ht-icon-size);
|
|
544
|
+
-webkit-mask-size: contain;
|
|
545
|
+
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cg opacity='0.5'%3E%3Cpath d='M28 28L20 20M4 13.3333C4 14.559 4.24141 15.7727 4.71046 16.905C5.1795 18.0374 5.86699 19.0663 6.73367 19.933C7.60035 20.7997 8.62925 21.4872 9.76162 21.9562C10.894 22.4253 12.1077 22.6667 13.3333 22.6667C14.559 22.6667 15.7727 22.4253 16.905 21.9562C18.0374 21.4872 19.0663 20.7997 19.933 19.933C20.7997 19.0663 21.4872 18.0374 21.9562 16.905C22.4253 15.7727 22.6667 14.559 22.6667 13.3333C22.6667 12.1077 22.4253 10.894 21.9562 9.76162C21.4872 8.62925 20.7997 7.60035 19.933 6.73367C19.0663 5.86699 18.0374 5.1795 16.905 4.71046C15.7727 4.24141 14.559 4 13.3333 4C12.1077 4 10.894 4.24141 9.76162 4.71046C8.62925 5.1795 7.60035 5.86699 6.73367 6.73367C5.86699 7.60035 5.1795 8.62925 4.71046 9.76162C4.24141 10.894 4 12.1077 4 13.3333Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
|
|
546
|
+
background-color: currentColor;
|
|
547
|
+
}
|
|
548
|
+
|
|
549
|
+
[class*=ht-theme-horizon] .ht-multi-select-editor-item-selected input::after {
|
|
581
550
|
width: var(--ht-icon-size);
|
|
582
551
|
height: var(--ht-icon-size);
|
|
583
552
|
-webkit-mask-size: contain;
|
|
584
|
-
-webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width
|
|
553
|
+
-webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 8L7 10L11 6' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
|
|
585
554
|
background-color: currentColor;
|
|
586
555
|
}
|