handsontable 0.0.0-next-b0a4ea2-20231024 → 0.0.0-next-9059914-20231025
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of handsontable might be problematic. Click here for more details.
- package/3rdparty/walkontable/src/{selection/border/border.js → border.js} +12 -7
- package/3rdparty/walkontable/src/{selection/border/border.mjs → border.mjs} +12 -7
- package/3rdparty/walkontable/src/cell/coords.d.ts +1 -6
- package/3rdparty/walkontable/src/cell/coords.js +11 -50
- package/3rdparty/walkontable/src/cell/coords.mjs +11 -50
- package/3rdparty/walkontable/src/cell/range.d.ts +2 -9
- package/3rdparty/walkontable/src/cell/range.js +7 -38
- package/3rdparty/walkontable/src/cell/range.mjs +7 -38
- package/3rdparty/walkontable/src/core/_base.js +3 -9
- package/3rdparty/walkontable/src/core/_base.mjs +3 -9
- package/3rdparty/walkontable/src/core/clone.js +2 -2
- package/3rdparty/walkontable/src/core/clone.mjs +2 -2
- package/3rdparty/walkontable/src/core/core.js +2 -3
- package/3rdparty/walkontable/src/core/core.mjs +2 -3
- package/3rdparty/walkontable/src/event.js +10 -12
- package/3rdparty/walkontable/src/event.mjs +10 -12
- package/3rdparty/walkontable/src/facade/core.js +2 -2
- package/3rdparty/walkontable/src/facade/core.mjs +2 -2
- package/3rdparty/walkontable/src/index.js +2 -10
- package/3rdparty/walkontable/src/index.mjs +2 -2
- package/3rdparty/walkontable/src/overlay/_base.js +2 -13
- package/3rdparty/walkontable/src/overlay/_base.mjs +3 -14
- package/3rdparty/walkontable/src/overlay/inlineStart.js +6 -2
- package/3rdparty/walkontable/src/overlay/inlineStart.mjs +6 -2
- package/3rdparty/walkontable/src/overlay/top.js +6 -2
- package/3rdparty/walkontable/src/overlay/top.mjs +6 -2
- package/3rdparty/walkontable/src/renderer/cells.js +0 -10
- package/3rdparty/walkontable/src/renderer/cells.mjs +1 -11
- package/3rdparty/walkontable/src/renderer/columnHeaders.js +0 -10
- package/3rdparty/walkontable/src/renderer/columnHeaders.mjs +1 -11
- package/3rdparty/walkontable/src/renderer/rowHeaders.js +0 -5
- package/3rdparty/walkontable/src/renderer/rowHeaders.mjs +0 -5
- package/3rdparty/walkontable/src/renderer/rows.js +0 -13
- package/3rdparty/walkontable/src/renderer/rows.mjs +0 -13
- package/3rdparty/walkontable/src/renderer/table.js +0 -9
- package/3rdparty/walkontable/src/renderer/table.mjs +0 -9
- package/3rdparty/walkontable/src/scroll.js +0 -2
- package/3rdparty/walkontable/src/scroll.mjs +0 -2
- package/3rdparty/walkontable/src/selection.js +295 -0
- package/3rdparty/walkontable/src/selection.mjs +290 -0
- package/3rdparty/walkontable/src/settings.js +4 -13
- package/3rdparty/walkontable/src/settings.mjs +4 -13
- package/3rdparty/walkontable/src/table/mixin/calculatedColumns.js +0 -9
- package/3rdparty/walkontable/src/table/mixin/calculatedColumns.mjs +0 -9
- package/3rdparty/walkontable/src/table/mixin/calculatedRows.js +0 -9
- package/3rdparty/walkontable/src/table/mixin/calculatedRows.mjs +0 -9
- package/3rdparty/walkontable/src/table/mixin/stickyColumnsStart.js +0 -9
- package/3rdparty/walkontable/src/table/mixin/stickyColumnsStart.mjs +0 -9
- package/3rdparty/walkontable/src/table/mixin/stickyRowsBottom.js +0 -9
- package/3rdparty/walkontable/src/table/mixin/stickyRowsBottom.mjs +0 -9
- package/3rdparty/walkontable/src/table/mixin/stickyRowsTop.js +0 -9
- package/3rdparty/walkontable/src/table/mixin/stickyRowsTop.mjs +0 -9
- package/3rdparty/walkontable/src/table.js +78 -19
- package/3rdparty/walkontable/src/table.mjs +79 -20
- package/base.js +2 -2
- package/base.mjs +2 -2
- package/cellTypes/dateType/dateType.d.ts +3 -3
- package/cellTypes/dateType/dateType.js +2 -2
- package/cellTypes/dateType/dateType.mjs +2 -2
- package/cellTypes/handsontableType/handsontableType.d.ts +3 -3
- package/cellTypes/handsontableType/handsontableType.js +2 -2
- package/cellTypes/handsontableType/handsontableType.mjs +2 -2
- package/cellTypes/index.d.ts +0 -3
- package/cellTypes/index.js +0 -4
- package/cellTypes/index.mjs +1 -3
- package/core.d.ts +4 -9
- package/core.js +327 -285
- package/core.mjs +327 -285
- package/dataMap/metaManager/metaSchema.js +0 -65
- package/dataMap/metaManager/metaSchema.mjs +0 -65
- package/dataMap/metaManager/mods/extendMetaProperties.js +1 -7
- package/dataMap/metaManager/mods/extendMetaProperties.mjs +1 -7
- package/dataMap/replaceData.js +0 -5
- package/dataMap/replaceData.mjs +0 -5
- package/dist/handsontable.css +15 -51
- package/dist/handsontable.full.css +15 -51
- package/dist/handsontable.full.js +8668 -14188
- package/dist/handsontable.full.min.css +7 -7
- package/dist/handsontable.full.min.js +136 -136
- package/dist/handsontable.js +22829 -28349
- package/dist/handsontable.min.css +6 -6
- package/dist/handsontable.min.js +24 -24
- package/dist/languages/all.js +2 -6
- package/dist/languages/all.min.js +1 -1
- package/dist/languages/en-US.js +1 -3
- package/dist/languages/en-US.min.js +1 -1
- package/dist/languages/pl-PL.js +1 -3
- package/dist/languages/pl-PL.min.js +1 -1
- package/editorManager.js +87 -15
- package/editorManager.mjs +87 -16
- package/editors/autocompleteEditor/autocompleteEditor.js +2 -53
- package/editors/autocompleteEditor/autocompleteEditor.mjs +3 -54
- package/editors/dateEditor/dateEditor.js +7 -26
- package/editors/dateEditor/dateEditor.mjs +8 -27
- package/editors/handsontableEditor/handsontableEditor.js +1 -9
- package/editors/handsontableEditor/handsontableEditor.mjs +2 -10
- package/editors/textEditor/textEditor.js +27 -19
- package/editors/textEditor/textEditor.mjs +30 -22
- package/helpers/dom/element.js +9 -188
- package/helpers/dom/element.mjs +9 -182
- package/helpers/mixed.js +1 -1
- package/helpers/mixed.mjs +1 -1
- package/helpers/number.d.ts +0 -1
- package/helpers/number.js +0 -18
- package/helpers/number.mjs +0 -17
- package/i18n/constants.js +1 -7
- package/i18n/constants.mjs +1 -4
- package/i18n/languages/en-US.js +1 -3
- package/i18n/languages/en-US.mjs +1 -3
- package/i18n/languages/pl-PL.js +1 -3
- package/i18n/languages/pl-PL.mjs +1 -3
- package/languages/all.js +2 -6
- package/languages/en-US.js +1 -3
- package/languages/en-US.mjs +1 -3
- package/languages/index.js +2 -6
- package/languages/pl-PL.js +1 -3
- package/languages/pl-PL.mjs +1 -3
- package/package.json +99 -116
- package/pluginHooks.d.ts +1 -12
- package/pluginHooks.js +1 -152
- package/pluginHooks.mjs +1 -152
- package/plugins/collapsibleColumns/collapsibleColumns.js +4 -74
- package/plugins/collapsibleColumns/collapsibleColumns.mjs +5 -75
- package/plugins/columnSorting/columnSorting.js +0 -43
- package/plugins/columnSorting/columnSorting.mjs +3 -44
- package/plugins/columnSorting/index.js +1 -3
- package/plugins/columnSorting/index.mjs +1 -1
- package/plugins/comments/commentEditor.js +0 -1
- package/plugins/comments/commentEditor.mjs +0 -1
- package/plugins/comments/comments.js +189 -252
- package/plugins/comments/comments.mjs +190 -251
- package/plugins/contextMenu/commandExecutor.js +3 -2
- package/plugins/contextMenu/commandExecutor.mjs +3 -2
- package/plugins/contextMenu/contextMenu.d.ts +1 -1
- package/plugins/contextMenu/contextMenu.js +36 -75
- package/plugins/contextMenu/contextMenu.mjs +35 -74
- package/plugins/contextMenu/{menu/cursor.mjs → cursor.js} +10 -4
- package/plugins/contextMenu/{menu/cursor.js → cursor.mjs} +4 -6
- package/plugins/contextMenu/itemsFactory.js +3 -2
- package/plugins/contextMenu/itemsFactory.mjs +4 -3
- package/plugins/contextMenu/{menu/menu.js → menu.js} +421 -145
- package/plugins/contextMenu/{menu/menu.mjs → menu.mjs} +422 -146
- package/plugins/contextMenu/predefinedItems/alignment.js +0 -7
- package/plugins/contextMenu/predefinedItems/alignment.mjs +0 -7
- package/plugins/contextMenu/predefinedItems/clearColumn.js +3 -5
- package/plugins/contextMenu/predefinedItems/clearColumn.mjs +3 -5
- package/plugins/contextMenu/predefinedItems/columnLeft.js +3 -5
- package/plugins/contextMenu/predefinedItems/columnLeft.mjs +3 -5
- package/plugins/contextMenu/predefinedItems/columnRight.js +3 -5
- package/plugins/contextMenu/predefinedItems/columnRight.mjs +3 -5
- package/plugins/contextMenu/predefinedItems/readOnly.js +0 -7
- package/plugins/contextMenu/predefinedItems/readOnly.mjs +0 -7
- package/plugins/contextMenu/predefinedItems/removeColumn.js +5 -7
- package/plugins/contextMenu/predefinedItems/removeColumn.mjs +3 -5
- package/plugins/contextMenu/predefinedItems/removeRow.js +5 -7
- package/plugins/contextMenu/predefinedItems/removeRow.mjs +3 -5
- package/plugins/contextMenu/predefinedItems/rowAbove.js +3 -5
- package/plugins/contextMenu/predefinedItems/rowAbove.mjs +3 -5
- package/plugins/contextMenu/predefinedItems/rowBelow.js +3 -5
- package/plugins/contextMenu/predefinedItems/rowBelow.mjs +3 -5
- package/plugins/contextMenu/{predefinedItems/index.js → predefinedItems.js} +14 -14
- package/plugins/contextMenu/predefinedItems.mjs +68 -0
- package/plugins/contextMenu/utils.js +151 -35
- package/plugins/contextMenu/utils.mjs +144 -35
- package/plugins/copyPaste/contextMenuItem/copy.js +0 -7
- package/plugins/copyPaste/contextMenuItem/copy.mjs +0 -7
- package/plugins/copyPaste/contextMenuItem/copyColumnHeadersOnly.js +1 -9
- package/plugins/copyPaste/contextMenuItem/copyColumnHeadersOnly.mjs +1 -9
- package/plugins/copyPaste/contextMenuItem/copyWithColumnGroupHeaders.js +1 -9
- package/plugins/copyPaste/contextMenuItem/copyWithColumnGroupHeaders.mjs +1 -9
- package/plugins/copyPaste/contextMenuItem/copyWithColumnHeaders.js +1 -9
- package/plugins/copyPaste/contextMenuItem/copyWithColumnHeaders.mjs +1 -9
- package/plugins/copyPaste/contextMenuItem/cut.js +0 -7
- package/plugins/copyPaste/contextMenuItem/cut.mjs +0 -7
- package/plugins/copyPaste/copyPaste.js +78 -127
- package/plugins/copyPaste/copyPaste.mjs +79 -128
- package/plugins/copyPaste/focusableElement.js +186 -0
- package/plugins/copyPaste/focusableElement.mjs +180 -0
- package/plugins/customBorders/customBorders.js +20 -23
- package/plugins/customBorders/customBorders.mjs +21 -24
- package/plugins/dropdownMenu/dropdownMenu.d.ts +1 -1
- package/plugins/dropdownMenu/dropdownMenu.js +40 -127
- package/plugins/dropdownMenu/dropdownMenu.mjs +39 -126
- package/plugins/filters/component/_base.js +8 -23
- package/plugins/filters/component/_base.mjs +8 -23
- package/plugins/filters/component/actionBar.js +27 -29
- package/plugins/filters/component/actionBar.mjs +23 -26
- package/plugins/filters/component/condition.js +59 -46
- package/plugins/filters/component/condition.mjs +52 -40
- package/plugins/filters/component/operators.js +22 -21
- package/plugins/filters/component/operators.mjs +18 -18
- package/plugins/filters/component/value.js +26 -35
- package/plugins/filters/component/value.mjs +22 -32
- package/plugins/filters/constants.mjs +1 -1
- package/plugins/filters/filters.js +62 -106
- package/plugins/filters/filters.mjs +55 -99
- package/plugins/filters/ui/_base.js +13 -35
- package/plugins/filters/ui/_base.mjs +13 -35
- package/plugins/filters/ui/input.js +32 -43
- package/plugins/filters/ui/input.mjs +30 -42
- package/plugins/filters/ui/link.js +12 -44
- package/plugins/filters/ui/link.mjs +11 -44
- package/plugins/filters/ui/multipleSelect.js +129 -234
- package/plugins/filters/ui/multipleSelect.mjs +127 -232
- package/plugins/filters/ui/radioInput.js +18 -42
- package/plugins/filters/ui/radioInput.mjs +17 -42
- package/plugins/filters/ui/select.js +75 -144
- package/plugins/filters/ui/select.mjs +72 -142
- package/plugins/hiddenColumns/hiddenColumns.mjs +1 -1
- package/plugins/hiddenRows/hiddenRows.mjs +1 -1
- package/plugins/manualColumnMove/manualColumnMove.js +1 -3
- package/plugins/manualColumnMove/manualColumnMove.mjs +1 -3
- package/plugins/mergeCells/mergeCells.js +16 -5
- package/plugins/mergeCells/mergeCells.mjs +16 -5
- package/plugins/multiColumnSorting/multiColumnSorting.js +2 -37
- package/plugins/multiColumnSorting/multiColumnSorting.mjs +2 -37
- package/plugins/nestedHeaders/nestedHeaders.js +10 -240
- package/plugins/nestedHeaders/nestedHeaders.mjs +11 -241
- package/plugins/nestedHeaders/stateManager/index.js +3 -102
- package/plugins/nestedHeaders/stateManager/index.mjs +3 -102
- package/plugins/nestedRows/nestedRows.js +0 -41
- package/plugins/nestedRows/nestedRows.mjs +0 -41
- package/plugins/nestedRows/ui/headers.js +0 -11
- package/plugins/nestedRows/ui/headers.mjs +1 -12
- package/renderers/autocompleteRenderer/autocompleteRenderer.js +0 -8
- package/renderers/autocompleteRenderer/autocompleteRenderer.mjs +0 -8
- package/renderers/baseRenderer/baseRenderer.js +0 -17
- package/renderers/baseRenderer/baseRenderer.mjs +1 -18
- package/renderers/checkboxRenderer/checkboxRenderer.js +4 -9
- package/renderers/checkboxRenderer/checkboxRenderer.mjs +4 -9
- package/renderers/index.d.ts +0 -9
- package/selection/highlight/constants.js +15 -0
- package/selection/highlight/constants.mjs +6 -0
- package/selection/highlight/highlight.js +71 -256
- package/selection/highlight/highlight.mjs +71 -250
- package/selection/highlight/types/activeHeader.js +8 -10
- package/selection/highlight/types/activeHeader.mjs +8 -10
- package/selection/highlight/types/area.js +18 -6
- package/selection/highlight/types/area.mjs +18 -6
- package/selection/highlight/types/{focus.js → cell.js} +7 -5
- package/selection/highlight/types/{focus.mjs → cell.mjs} +7 -5
- package/selection/highlight/types/customSelection.js +9 -7
- package/selection/highlight/types/customSelection.mjs +9 -7
- package/selection/highlight/types/fill.js +7 -5
- package/selection/highlight/types/fill.mjs +7 -5
- package/selection/highlight/types/header.js +18 -9
- package/selection/highlight/types/header.mjs +18 -9
- package/selection/highlight/types/index.js +35 -0
- package/selection/highlight/types/index.mjs +31 -0
- package/selection/highlight/visualSelection.js +27 -31
- package/selection/highlight/visualSelection.mjs +27 -31
- package/selection/index.js +7 -4
- package/selection/index.mjs +3 -2
- package/selection/mouseEventHandler.js +1 -7
- package/selection/mouseEventHandler.mjs +1 -7
- package/selection/range.js +8 -8
- package/selection/range.mjs +8 -8
- package/selection/selection.js +152 -321
- package/selection/selection.mjs +151 -318
- package/selection/transformation.js +90 -232
- package/selection/transformation.mjs +90 -232
- package/selection/utils.js +21 -15
- package/selection/utils.mjs +21 -16
- package/settings.d.ts +0 -4
- package/shortcuts/context.js +4 -23
- package/shortcuts/context.mjs +5 -23
- package/shortcuts/manager.js +7 -25
- package/shortcuts/manager.mjs +7 -26
- package/shortcuts/recorder.js +3 -3
- package/shortcuts/recorder.mjs +3 -3
- package/shortcuts/utils.js +5 -19
- package/shortcuts/utils.mjs +4 -18
- package/tableView.js +13 -111
- package/tableView.mjs +14 -112
- package/3rdparty/walkontable/src/selection/border/constants.js +0 -16
- package/3rdparty/walkontable/src/selection/border/constants.mjs +0 -12
- package/3rdparty/walkontable/src/selection/constants.js +0 -62
- package/3rdparty/walkontable/src/selection/constants.mjs +0 -51
- package/3rdparty/walkontable/src/selection/index.js +0 -26
- package/3rdparty/walkontable/src/selection/index.mjs +0 -5
- package/3rdparty/walkontable/src/selection/manager.js +0 -274
- package/3rdparty/walkontable/src/selection/manager.mjs +0 -269
- package/3rdparty/walkontable/src/selection/scanner.js +0 -270
- package/3rdparty/walkontable/src/selection/scanner.mjs +0 -267
- package/3rdparty/walkontable/src/selection/selection.js +0 -101
- package/3rdparty/walkontable/src/selection/selection.mjs +0 -96
- package/cellTypes/selectType/index.d.ts +0 -1
- package/cellTypes/selectType/index.js +0 -6
- package/cellTypes/selectType/index.mjs +0 -1
- package/cellTypes/selectType/selectType.d.ts +0 -14
- package/cellTypes/selectType/selectType.js +0 -13
- package/cellTypes/selectType/selectType.mjs +0 -8
- package/core/focusCatcher/focusDetector.js +0 -63
- package/core/focusCatcher/focusDetector.mjs +0 -59
- package/core/focusCatcher/index.js +0 -142
- package/core/focusCatcher/index.mjs +0 -138
- package/core/index.js +0 -9
- package/core/index.mjs +0 -1
- package/focusManager.d.ts +0 -12
- package/focusManager.js +0 -265
- package/focusManager.mjs +0 -261
- package/helpers/a11y.js +0 -79
- package/helpers/a11y.mjs +0 -38
- package/plugins/comments/contextMenuItem/addEditComment.js +0 -41
- package/plugins/comments/contextMenuItem/addEditComment.mjs +0 -35
- package/plugins/comments/contextMenuItem/readOnlyComment.js +0 -49
- package/plugins/comments/contextMenuItem/readOnlyComment.mjs +0 -43
- package/plugins/comments/contextMenuItem/removeComment.js +0 -38
- package/plugins/comments/contextMenuItem/removeComment.mjs +0 -32
- package/plugins/contextMenu/menu/defaultShortcutsList.js +0 -88
- package/plugins/contextMenu/menu/defaultShortcutsList.mjs +0 -84
- package/plugins/contextMenu/menu/index.js +0 -9
- package/plugins/contextMenu/menu/index.mjs +0 -1
- package/plugins/contextMenu/menu/menuItemRenderer.js +0 -58
- package/plugins/contextMenu/menu/menuItemRenderer.mjs +0 -54
- package/plugins/contextMenu/menu/navigator.js +0 -27
- package/plugins/contextMenu/menu/navigator.mjs +0 -23
- package/plugins/contextMenu/menu/positioner.js +0 -213
- package/plugins/contextMenu/menu/positioner.mjs +0 -209
- package/plugins/contextMenu/menu/shortcuts.js +0 -114
- package/plugins/contextMenu/menu/shortcuts.mjs +0 -110
- package/plugins/contextMenu/menu/utils.js +0 -177
- package/plugins/contextMenu/menu/utils.mjs +0 -163
- package/plugins/contextMenu/predefinedItems/index.mjs +0 -68
- package/plugins/filters/menu/focusController.js +0 -123
- package/plugins/filters/menu/focusController.mjs +0 -119
- package/plugins/filters/menu/focusNavigator.js +0 -30
- package/plugins/filters/menu/focusNavigator.mjs +0 -26
- package/renderers/dateRenderer/dateRenderer.d.ts +0 -5
- package/renderers/dateRenderer/dateRenderer.js +0 -29
- package/renderers/dateRenderer/dateRenderer.mjs +0 -24
- package/renderers/dateRenderer/index.d.ts +0 -1
- package/renderers/dateRenderer/index.js +0 -6
- package/renderers/dateRenderer/index.mjs +0 -1
- package/renderers/handsontableRenderer/handsontableRenderer.d.ts +0 -5
- package/renderers/handsontableRenderer/handsontableRenderer.js +0 -29
- package/renderers/handsontableRenderer/handsontableRenderer.mjs +0 -24
- package/renderers/handsontableRenderer/index.d.ts +0 -1
- package/renderers/handsontableRenderer/index.js +0 -6
- package/renderers/handsontableRenderer/index.mjs +0 -1
- package/renderers/selectRenderer/index.d.ts +0 -1
- package/renderers/selectRenderer/index.js +0 -6
- package/renderers/selectRenderer/index.mjs +0 -1
- package/renderers/selectRenderer/selectRenderer.d.ts +0 -5
- package/renderers/selectRenderer/selectRenderer.js +0 -27
- package/renderers/selectRenderer/selectRenderer.mjs +0 -22
- package/selection/highlight/types/areaLayered.js +0 -31
- package/selection/highlight/types/areaLayered.mjs +0 -26
- package/selection/highlight/types/column.js +0 -27
- package/selection/highlight/types/column.mjs +0 -22
- package/selection/highlight/types/row.js +0 -27
- package/selection/highlight/types/row.mjs +0 -22
- package/shortcutContexts/commands/editor/closeAndSave.js +0 -12
- package/shortcutContexts/commands/editor/closeAndSave.mjs +0 -8
- package/shortcutContexts/commands/editor/closeWithoutSaving.js +0 -12
- package/shortcutContexts/commands/editor/closeWithoutSaving.mjs +0 -8
- package/shortcutContexts/commands/editor/fastOpen.js +0 -16
- package/shortcutContexts/commands/editor/fastOpen.mjs +0 -12
- package/shortcutContexts/commands/editor/index.js +0 -16
- package/shortcutContexts/commands/editor/index.mjs +0 -12
- package/shortcutContexts/commands/editor/open.js +0 -27
- package/shortcutContexts/commands/editor/open.mjs +0 -23
- package/shortcutContexts/commands/emptySelectedCells.js +0 -11
- package/shortcutContexts/commands/emptySelectedCells.mjs +0 -7
- package/shortcutContexts/commands/extendCellsSelection/down.js +0 -15
- package/shortcutContexts/commands/extendCellsSelection/down.mjs +0 -11
- package/shortcutContexts/commands/extendCellsSelection/downByViewportHeight.js +0 -25
- package/shortcutContexts/commands/extendCellsSelection/downByViewportHeight.mjs +0 -21
- package/shortcutContexts/commands/extendCellsSelection/index.js +0 -26
- package/shortcutContexts/commands/extendCellsSelection/index.mjs +0 -22
- package/shortcutContexts/commands/extendCellsSelection/left.js +0 -15
- package/shortcutContexts/commands/extendCellsSelection/left.mjs +0 -11
- package/shortcutContexts/commands/extendCellsSelection/right.js +0 -15
- package/shortcutContexts/commands/extendCellsSelection/right.mjs +0 -11
- package/shortcutContexts/commands/extendCellsSelection/toColumns.js +0 -19
- package/shortcutContexts/commands/extendCellsSelection/toColumns.mjs +0 -15
- package/shortcutContexts/commands/extendCellsSelection/toMostBottom.js +0 -29
- package/shortcutContexts/commands/extendCellsSelection/toMostBottom.mjs +0 -25
- package/shortcutContexts/commands/extendCellsSelection/toMostInlineEnd.js +0 -19
- package/shortcutContexts/commands/extendCellsSelection/toMostInlineEnd.mjs +0 -15
- package/shortcutContexts/commands/extendCellsSelection/toMostInlineStart.js +0 -19
- package/shortcutContexts/commands/extendCellsSelection/toMostInlineStart.mjs +0 -15
- package/shortcutContexts/commands/extendCellsSelection/toMostLeft.js +0 -29
- package/shortcutContexts/commands/extendCellsSelection/toMostLeft.mjs +0 -25
- package/shortcutContexts/commands/extendCellsSelection/toMostRight.js +0 -29
- package/shortcutContexts/commands/extendCellsSelection/toMostRight.mjs +0 -25
- package/shortcutContexts/commands/extendCellsSelection/toMostTop.js +0 -29
- package/shortcutContexts/commands/extendCellsSelection/toMostTop.mjs +0 -25
- package/shortcutContexts/commands/extendCellsSelection/toRows.js +0 -19
- package/shortcutContexts/commands/extendCellsSelection/toRows.mjs +0 -15
- package/shortcutContexts/commands/extendCellsSelection/up.js +0 -15
- package/shortcutContexts/commands/extendCellsSelection/up.mjs +0 -11
- package/shortcutContexts/commands/extendCellsSelection/upByViewportHeight.js +0 -25
- package/shortcutContexts/commands/extendCellsSelection/upByViewportHeight.mjs +0 -21
- package/shortcutContexts/commands/index.js +0 -35
- package/shortcutContexts/commands/index.mjs +0 -31
- package/shortcutContexts/commands/moveCellSelection/down.js +0 -13
- package/shortcutContexts/commands/moveCellSelection/down.mjs +0 -9
- package/shortcutContexts/commands/moveCellSelection/downByViewportHeight.js +0 -33
- package/shortcutContexts/commands/moveCellSelection/downByViewportHeight.mjs +0 -29
- package/shortcutContexts/commands/moveCellSelection/index.js +0 -28
- package/shortcutContexts/commands/moveCellSelection/index.mjs +0 -24
- package/shortcutContexts/commands/moveCellSelection/inlineEnd.js +0 -12
- package/shortcutContexts/commands/moveCellSelection/inlineEnd.mjs +0 -8
- package/shortcutContexts/commands/moveCellSelection/inlineStart.js +0 -12
- package/shortcutContexts/commands/moveCellSelection/inlineStart.mjs +0 -8
- package/shortcutContexts/commands/moveCellSelection/left.js +0 -10
- package/shortcutContexts/commands/moveCellSelection/left.mjs +0 -6
- package/shortcutContexts/commands/moveCellSelection/right.js +0 -10
- package/shortcutContexts/commands/moveCellSelection/right.mjs +0 -6
- package/shortcutContexts/commands/moveCellSelection/toMostBottom.js +0 -17
- package/shortcutContexts/commands/moveCellSelection/toMostBottom.mjs +0 -13
- package/shortcutContexts/commands/moveCellSelection/toMostBottomInlineEnd.js +0 -18
- package/shortcutContexts/commands/moveCellSelection/toMostBottomInlineEnd.mjs +0 -14
- package/shortcutContexts/commands/moveCellSelection/toMostInlineEnd.js +0 -14
- package/shortcutContexts/commands/moveCellSelection/toMostInlineEnd.mjs +0 -10
- package/shortcutContexts/commands/moveCellSelection/toMostInlineStart.js +0 -17
- package/shortcutContexts/commands/moveCellSelection/toMostInlineStart.mjs +0 -13
- package/shortcutContexts/commands/moveCellSelection/toMostLeft.js +0 -19
- package/shortcutContexts/commands/moveCellSelection/toMostLeft.mjs +0 -15
- package/shortcutContexts/commands/moveCellSelection/toMostRight.js +0 -21
- package/shortcutContexts/commands/moveCellSelection/toMostRight.mjs +0 -17
- package/shortcutContexts/commands/moveCellSelection/toMostTop.js +0 -17
- package/shortcutContexts/commands/moveCellSelection/toMostTop.mjs +0 -13
- package/shortcutContexts/commands/moveCellSelection/toMostTopInlineStart.js +0 -19
- package/shortcutContexts/commands/moveCellSelection/toMostTopInlineStart.mjs +0 -15
- package/shortcutContexts/commands/moveCellSelection/up.js +0 -13
- package/shortcutContexts/commands/moveCellSelection/up.mjs +0 -9
- package/shortcutContexts/commands/moveCellSelection/upByViewportHeight.js +0 -33
- package/shortcutContexts/commands/moveCellSelection/upByViewportHeight.mjs +0 -29
- package/shortcutContexts/commands/populateSelectedCellsData.js +0 -29
- package/shortcutContexts/commands/populateSelectedCellsData.mjs +0 -25
- package/shortcutContexts/commands/scrollToFocusedCell.js +0 -35
- package/shortcutContexts/commands/scrollToFocusedCell.mjs +0 -31
- package/shortcutContexts/commands/selectAll.js +0 -12
- package/shortcutContexts/commands/selectAll.mjs +0 -8
- package/shortcutContexts/constants.js +0 -13
- package/shortcutContexts/constants.mjs +0 -8
- package/shortcutContexts/editor.js +0 -25
- package/shortcutContexts/editor.mjs +0 -21
- package/shortcutContexts/grid.js +0 -163
- package/shortcutContexts/grid.mjs +0 -159
- package/shortcutContexts/index.js +0 -24
- package/shortcutContexts/index.mjs +0 -11
- package/utils/paginator.js +0 -151
- package/utils/paginator.mjs +0 -147
@@ -1,39 +1,25 @@
|
|
1
|
-
import "core-js/modules/es.array.unscopables.flat.js";
|
2
1
|
import "core-js/modules/es.array.push.js";
|
3
|
-
import "core-js/modules/es.error.cause.js";
|
4
|
-
function _classPrivateFieldInitSpec(obj, privateMap, value) { _checkPrivateRedeclaration(obj, privateMap); privateMap.set(obj, value); }
|
5
|
-
function _checkPrivateRedeclaration(obj, privateCollection) { if (privateCollection.has(obj)) { throw new TypeError("Cannot initialize the same private elements twice on an object"); } }
|
6
|
-
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
7
|
-
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
|
8
|
-
function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
9
|
-
function _classPrivateFieldSet(receiver, privateMap, value) { var descriptor = _classExtractFieldDescriptor(receiver, privateMap, "set"); _classApplyDescriptorSet(receiver, descriptor, value); return value; }
|
10
|
-
function _classApplyDescriptorSet(receiver, descriptor, value) { if (descriptor.set) { descriptor.set.call(receiver, value); } else { if (!descriptor.writable) { throw new TypeError("attempted to set read only private field"); } descriptor.value = value; } }
|
11
|
-
function _classPrivateFieldGet(receiver, privateMap) { var descriptor = _classExtractFieldDescriptor(receiver, privateMap, "get"); return _classApplyDescriptorGet(receiver, descriptor); }
|
12
|
-
function _classExtractFieldDescriptor(receiver, privateMap, action) { if (!privateMap.has(receiver)) { throw new TypeError("attempted to " + action + " private field on non-instance"); } return privateMap.get(receiver); }
|
13
|
-
function _classApplyDescriptorGet(receiver, descriptor) { if (descriptor.get) { return descriptor.get.call(receiver); } return descriptor.value; }
|
14
2
|
import { BasePlugin } from "../base/index.mjs";
|
15
3
|
import { arrayEach, arrayMap } from "../../helpers/array.mjs";
|
16
4
|
import { toSingleLine } from "../../helpers/templateLiteralTag.mjs";
|
17
5
|
import { warn } from "../../helpers/console.mjs";
|
18
6
|
import { rangeEach } from "../../helpers/number.mjs";
|
7
|
+
import EventManager from "../../eventManager.mjs";
|
19
8
|
import { addClass, removeClass } from "../../helpers/dom/element.mjs";
|
20
|
-
import {
|
21
|
-
import { SEPARATOR } from "../contextMenu/predefinedItems/index.mjs";
|
9
|
+
import { SEPARATOR } from "../contextMenu/predefinedItems.mjs";
|
22
10
|
import * as constants from "../../i18n/constants.mjs";
|
23
|
-
import
|
24
|
-
import
|
25
|
-
import
|
26
|
-
import
|
11
|
+
import ConditionComponent from "./component/condition.mjs";
|
12
|
+
import OperatorsComponent from "./component/operators.mjs";
|
13
|
+
import ValueComponent from "./component/value.mjs";
|
14
|
+
import ActionBarComponent from "./component/actionBar.mjs";
|
27
15
|
import ConditionCollection from "./conditionCollection.mjs";
|
28
16
|
import DataFilter from "./dataFilter.mjs";
|
29
17
|
import ConditionUpdateObserver from "./conditionUpdateObserver.mjs";
|
30
18
|
import { createArrayAssertion, toEmptyString, unifyColumnValues } from "./utils.mjs";
|
31
|
-
import { createMenuFocusController } from "./menu/focusController.mjs";
|
32
19
|
import { CONDITION_NONE, CONDITION_BY_VALUE, OPERATION_AND, OPERATION_OR, OPERATION_OR_THEN_VARIABLE } from "./constants.mjs";
|
33
20
|
import { TrimmingMap } from "../../translations/index.mjs";
|
34
21
|
export const PLUGIN_KEY = 'filters';
|
35
22
|
export const PLUGIN_PRIORITY = 250;
|
36
|
-
const SHORTCUTS_GROUP = PLUGIN_KEY;
|
37
23
|
|
38
24
|
/**
|
39
25
|
* @plugin Filters
|
@@ -70,7 +56,6 @@ const SHORTCUTS_GROUP = PLUGIN_KEY;
|
|
70
56
|
* ```
|
71
57
|
* :::
|
72
58
|
*/
|
73
|
-
var _menuFocusNavigator = /*#__PURE__*/new WeakMap();
|
74
59
|
export class Filters extends BasePlugin {
|
75
60
|
static get PLUGIN_KEY() {
|
76
61
|
return PLUGIN_KEY;
|
@@ -81,55 +66,52 @@ export class Filters extends BasePlugin {
|
|
81
66
|
static get PLUGIN_DEPS() {
|
82
67
|
return ['plugin:DropdownMenu', 'plugin:HiddenRows', 'cell-type:checkbox'];
|
83
68
|
}
|
84
|
-
|
85
|
-
/**
|
86
|
-
* Instance of {@link DropdownMenu}.
|
87
|
-
*
|
88
|
-
* @private
|
89
|
-
* @type {DropdownMenu}
|
90
|
-
*/
|
91
|
-
|
92
69
|
constructor(hotInstance) {
|
93
70
|
super(hotInstance);
|
94
|
-
|
95
|
-
|
71
|
+
/**
|
72
|
+
* Instance of {@link EventManager}.
|
73
|
+
*
|
74
|
+
* @private
|
75
|
+
* @type {EventManager}
|
76
|
+
*/
|
77
|
+
this.eventManager = new EventManager(this);
|
78
|
+
/**
|
79
|
+
* Instance of {@link DropdownMenu}.
|
80
|
+
*
|
81
|
+
* @private
|
82
|
+
* @type {DropdownMenu}
|
83
|
+
*/
|
84
|
+
this.dropdownMenuPlugin = null;
|
96
85
|
/**
|
97
86
|
* Instance of {@link ConditionCollection}.
|
98
87
|
*
|
99
88
|
* @private
|
100
89
|
* @type {ConditionCollection}
|
101
90
|
*/
|
102
|
-
|
91
|
+
this.conditionCollection = null;
|
103
92
|
/**
|
104
93
|
* Instance of {@link ConditionUpdateObserver}.
|
105
94
|
*
|
106
95
|
* @private
|
107
96
|
* @type {ConditionUpdateObserver}
|
108
97
|
*/
|
109
|
-
|
98
|
+
this.conditionUpdateObserver = null;
|
110
99
|
/**
|
111
100
|
* Map, where key is component identifier and value represent `BaseComponent` element or it derivatives.
|
112
101
|
*
|
113
102
|
* @private
|
114
103
|
* @type {Map}
|
115
104
|
*/
|
116
|
-
|
105
|
+
this.components = new Map([['filter_by_condition', null], ['filter_operators', null], ['filter_by_condition2', null], ['filter_by_value', null], ['filter_action_bar', null]]);
|
117
106
|
/**
|
118
107
|
* Map of skipped rows by plugin.
|
119
108
|
*
|
120
109
|
* @private
|
121
110
|
* @type {null|TrimmingMap}
|
122
111
|
*/
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
*
|
127
|
-
* @type {MenuFocusNavigator|undefined}
|
128
|
-
*/
|
129
|
-
_classPrivateFieldInitSpec(this, _menuFocusNavigator, {
|
130
|
-
writable: true,
|
131
|
-
value: void 0
|
132
|
-
});
|
112
|
+
this.filtersRowsMap = null;
|
113
|
+
|
114
|
+
// One listener for the enable/disable functionality
|
133
115
|
this.hot.addHook('afterGetColHeader', (col, TH) => this.onAfterGetColHeader(col, TH));
|
134
116
|
}
|
135
117
|
|
@@ -209,6 +191,7 @@ export class Filters extends BasePlugin {
|
|
209
191
|
this.conditionUpdateObserver.addLocalHook('update', conditionState => this.updateComponents(conditionState));
|
210
192
|
}
|
211
193
|
this.components.forEach(component => component.show());
|
194
|
+
this.addHook('beforeDropdownMenuSetItems', items => this.onBeforeDropdownMenuSetItems(items));
|
212
195
|
this.addHook('afterDropdownMenuDefaultOptions', defaultOptions => this.onAfterDropdownMenuDefaultOptions(defaultOptions));
|
213
196
|
this.addHook('afterDropdownMenuShow', () => this.onAfterDropdownMenuShow());
|
214
197
|
this.addHook('afterDropdownMenuHide', () => this.onAfterDropdownMenuHide());
|
@@ -219,33 +202,6 @@ export class Filters extends BasePlugin {
|
|
219
202
|
this.dropdownMenuPlugin.disablePlugin();
|
220
203
|
this.dropdownMenuPlugin.enablePlugin();
|
221
204
|
}
|
222
|
-
if (!_classPrivateFieldGet(this, _menuFocusNavigator) && this.dropdownMenuPlugin.enabled) {
|
223
|
-
const mainMenu = this.dropdownMenuPlugin.menu;
|
224
|
-
const focusableItems = [
|
225
|
-
// A fake menu item that once focused allows escaping from the focus navigation (using Tab keys)
|
226
|
-
// to the menu navigation using arrow keys.
|
227
|
-
{
|
228
|
-
focus: () => mainMenu.focus()
|
229
|
-
}, ...Array.from(this.components).map(_ref => {
|
230
|
-
let [, component] = _ref;
|
231
|
-
return component.getElements();
|
232
|
-
}).flat()];
|
233
|
-
_classPrivateFieldSet(this, _menuFocusNavigator, createMenuFocusController(mainMenu, focusableItems));
|
234
|
-
const forwardToFocusNavigation = event => {
|
235
|
-
_classPrivateFieldGet(this, _menuFocusNavigator).listen();
|
236
|
-
event.preventDefault();
|
237
|
-
if (isKey(event.keyCode, 'TAB')) {
|
238
|
-
if (event.shiftKey) {
|
239
|
-
_classPrivateFieldGet(this, _menuFocusNavigator).toPreviousItem();
|
240
|
-
} else {
|
241
|
-
_classPrivateFieldGet(this, _menuFocusNavigator).toNextItem();
|
242
|
-
}
|
243
|
-
}
|
244
|
-
};
|
245
|
-
this.components.get('filter_by_value').addLocalHook('listTabKeydown', forwardToFocusNavigation);
|
246
|
-
this.components.get('filter_by_condition').addLocalHook('selectTabKeydown', forwardToFocusNavigation);
|
247
|
-
}
|
248
|
-
this.registerShortcuts();
|
249
205
|
super.enablePlugin();
|
250
206
|
}
|
251
207
|
|
@@ -266,36 +222,9 @@ export class Filters extends BasePlugin {
|
|
266
222
|
this.conditionCollection = null;
|
267
223
|
this.hot.rowIndexMapper.unregisterMap(this.pluginName);
|
268
224
|
}
|
269
|
-
this.unregisterShortcuts();
|
270
225
|
super.disablePlugin();
|
271
226
|
}
|
272
227
|
|
273
|
-
/**
|
274
|
-
* Register shortcuts responsible for clearing the filters.
|
275
|
-
*
|
276
|
-
* @private
|
277
|
-
*/
|
278
|
-
registerShortcuts() {
|
279
|
-
this.hot.getShortcutManager().getContext('grid').addShortcut({
|
280
|
-
keys: [['Alt', 'A']],
|
281
|
-
stopPropagation: true,
|
282
|
-
callback: () => {
|
283
|
-
this.clearConditions();
|
284
|
-
this.filter();
|
285
|
-
},
|
286
|
-
group: SHORTCUTS_GROUP
|
287
|
-
});
|
288
|
-
}
|
289
|
-
|
290
|
-
/**
|
291
|
-
* Unregister shortcuts responsible for clearing the filters.
|
292
|
-
*
|
293
|
-
* @private
|
294
|
-
*/
|
295
|
-
unregisterShortcuts() {
|
296
|
-
this.hot.getShortcutManager().getContext('grid').removeShortcutsByGroup(SHORTCUTS_GROUP);
|
297
|
-
}
|
298
|
-
|
299
228
|
/* eslint-disable jsdoc/require-description-complete-sentence */
|
300
229
|
/**
|
301
230
|
* @memberof Filters#
|
@@ -485,6 +414,7 @@ export class Filters extends BasePlugin {
|
|
485
414
|
this.hot.runHooks('afterFilter', conditions);
|
486
415
|
this.hot.view.adjustElementsSize(true);
|
487
416
|
this.hot.render();
|
417
|
+
this.clearColumnSelection();
|
488
418
|
}
|
489
419
|
|
490
420
|
/**
|
@@ -506,6 +436,18 @@ export class Filters extends BasePlugin {
|
|
506
436
|
};
|
507
437
|
}
|
508
438
|
|
439
|
+
/**
|
440
|
+
* Clears column selection.
|
441
|
+
*
|
442
|
+
* @private
|
443
|
+
*/
|
444
|
+
clearColumnSelection() {
|
445
|
+
const selectedColumn = this.getSelectedColumn();
|
446
|
+
if (selectedColumn !== null) {
|
447
|
+
this.hot.selectCell(0, selectedColumn.visualIndex);
|
448
|
+
}
|
449
|
+
}
|
450
|
+
|
509
451
|
/**
|
510
452
|
* Returns handsontable source data with cell meta based on current selection.
|
511
453
|
*
|
@@ -612,6 +554,21 @@ export class Filters extends BasePlugin {
|
|
612
554
|
this.components.get('filter_by_condition2').getSelectElement().closeOptions();
|
613
555
|
}
|
614
556
|
|
557
|
+
/**
|
558
|
+
* Before dropdown menu set menu items listener.
|
559
|
+
*
|
560
|
+
* @private
|
561
|
+
*/
|
562
|
+
onBeforeDropdownMenuSetItems() {
|
563
|
+
if (this.dropdownMenuPlugin) {
|
564
|
+
this.dropdownMenuPlugin.menu.addLocalHook('afterOpen', () => {
|
565
|
+
this.dropdownMenuPlugin.menu.hotMenu.updateSettings({
|
566
|
+
hiddenRows: true
|
567
|
+
});
|
568
|
+
});
|
569
|
+
}
|
570
|
+
}
|
571
|
+
|
615
572
|
/**
|
616
573
|
* After dropdown menu default options listener.
|
617
574
|
*
|
@@ -690,7 +647,6 @@ export class Filters extends BasePlugin {
|
|
690
647
|
this.components.forEach(component => component.saveState(physicalIndex));
|
691
648
|
this.filtersRowsMap.clear();
|
692
649
|
this.filter();
|
693
|
-
this.hot.selectCell(0, selectedColumn.visualIndex);
|
694
650
|
}
|
695
651
|
(_this$dropdownMenuPlu3 = this.dropdownMenuPlugin) === null || _this$dropdownMenuPlu3 === void 0 || _this$dropdownMenuPlu3.close();
|
696
652
|
}
|
@@ -1,7 +1,6 @@
|
|
1
1
|
"use strict";
|
2
2
|
|
3
3
|
exports.__esModule = true;
|
4
|
-
require("core-js/modules/es.error.cause.js");
|
5
4
|
var _object = require("../../../helpers/object");
|
6
5
|
var _localHooks = _interopRequireDefault(require("../../../mixins/localHooks"));
|
7
6
|
var _eventManager = _interopRequireDefault(require("../../../eventManager"));
|
@@ -11,9 +10,6 @@ var C = _interopRequireWildcard(require("../../../i18n/constants"));
|
|
11
10
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
12
11
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
13
12
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
14
|
-
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
15
|
-
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
|
16
|
-
function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
17
13
|
const STATE_BUILT = 'built';
|
18
14
|
const STATE_BUILDING = 'building';
|
19
15
|
const EVENTS_TO_REGISTER = ['click', 'input', 'keydown', 'keypress', 'keyup', 'focus', 'blur', 'change'];
|
@@ -31,43 +27,38 @@ class BaseUI {
|
|
31
27
|
wrapIt: true
|
32
28
|
});
|
33
29
|
}
|
34
|
-
|
35
|
-
/**
|
36
|
-
* Instance of Handsontable.
|
37
|
-
*
|
38
|
-
* @type {Core}
|
39
|
-
*/
|
40
|
-
|
41
30
|
constructor(hotInstance, options) {
|
42
|
-
|
31
|
+
/**
|
32
|
+
* Instance of Handsontable.
|
33
|
+
*
|
34
|
+
* @type {Core}
|
35
|
+
*/
|
36
|
+
this.hot = hotInstance;
|
43
37
|
/**
|
44
38
|
* Instance of EventManager.
|
45
39
|
*
|
46
40
|
* @type {EventManager}
|
47
41
|
*/
|
48
|
-
|
42
|
+
this.eventManager = new _eventManager.default(this);
|
49
43
|
/**
|
50
44
|
* List of element options.
|
51
45
|
*
|
52
46
|
* @type {object}
|
53
47
|
*/
|
54
|
-
|
48
|
+
this.options = (0, _object.extend)(BaseUI.DEFAULTS, options);
|
55
49
|
/**
|
56
50
|
* Build root DOM element.
|
57
51
|
*
|
58
52
|
* @type {Element}
|
59
53
|
* @private
|
60
54
|
*/
|
61
|
-
|
55
|
+
this._element = this.hot.rootDocument.createElement(this.options.wrapIt ? 'div' : this.options.tagName);
|
62
56
|
/**
|
63
57
|
* Flag which determines build state of element.
|
64
58
|
*
|
65
59
|
* @type {string}
|
66
60
|
*/
|
67
|
-
|
68
|
-
this.hot = hotInstance;
|
69
|
-
this.options = (0, _object.extend)(BaseUI.DEFAULTS, options);
|
70
|
-
this._element = this.hot.rootDocument.createElement(this.options.wrapIt ? 'div' : this.options.tagName);
|
61
|
+
this.buildState = null;
|
71
62
|
}
|
72
63
|
|
73
64
|
/**
|
@@ -140,16 +131,6 @@ class BaseUI {
|
|
140
131
|
if (!this.buildState) {
|
141
132
|
this.buildState = STATE_BUILDING;
|
142
133
|
}
|
143
|
-
|
144
|
-
// prevents "hot.unlisten()" call when clicked
|
145
|
-
// (https://github.com/handsontable/handsontable/blob/master/handsontable/src/tableView.js#L317-L321)
|
146
|
-
this._element.setAttribute('data-hot-input', true);
|
147
|
-
if (this.options.tabIndex !== undefined) {
|
148
|
-
this._element.setAttribute('tabindex', this.options.tabIndex);
|
149
|
-
}
|
150
|
-
if (this.options.role !== undefined) {
|
151
|
-
this._element.setAttribute('role', this.options.role);
|
152
|
-
}
|
153
134
|
if (this.options.className) {
|
154
135
|
(0, _element.addClass)(this._element, this.options.className);
|
155
136
|
}
|
@@ -157,10 +138,6 @@ class BaseUI {
|
|
157
138
|
(0, _array.arrayEach)(this.options.children, element => this._element.appendChild(element.element));
|
158
139
|
} else if (this.options.wrapIt) {
|
159
140
|
const element = this.hot.rootDocument.createElement(this.options.tagName);
|
160
|
-
|
161
|
-
// prevents "hot.unlisten()" call when clicked
|
162
|
-
// (https://github.com/handsontable/handsontable/blob/master/handsontable/src/tableView.js#L317-L321)
|
163
|
-
element.setAttribute('data-hot-input', true);
|
164
141
|
(0, _object.objectEach)(this.options, (value, key) => {
|
165
142
|
if (element[key] !== void 0 && key !== 'className' && key !== 'tagName' && key !== 'children') {
|
166
143
|
element[key] = this.translateIfPossible(value);
|
@@ -214,5 +191,6 @@ class BaseUI {
|
|
214
191
|
this._element = null;
|
215
192
|
}
|
216
193
|
}
|
217
|
-
|
218
|
-
|
194
|
+
(0, _object.mixin)(BaseUI, _localHooks.default);
|
195
|
+
var _default = BaseUI;
|
196
|
+
exports.default = _default;
|
@@ -1,7 +1,3 @@
|
|
1
|
-
import "core-js/modules/es.error.cause.js";
|
2
|
-
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
3
|
-
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
|
4
|
-
function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
5
1
|
import { clone, extend, mixin, objectEach } from "../../../helpers/object.mjs";
|
6
2
|
import localHooks from "../../../mixins/localHooks.mjs";
|
7
3
|
import EventManager from "../../../eventManager.mjs";
|
@@ -15,7 +11,7 @@ const EVENTS_TO_REGISTER = ['click', 'input', 'keydown', 'keypress', 'keyup', 'f
|
|
15
11
|
/**
|
16
12
|
* @private
|
17
13
|
*/
|
18
|
-
|
14
|
+
class BaseUI {
|
19
15
|
static get DEFAULTS() {
|
20
16
|
return clone({
|
21
17
|
className: '',
|
@@ -25,43 +21,38 @@ export class BaseUI {
|
|
25
21
|
wrapIt: true
|
26
22
|
});
|
27
23
|
}
|
28
|
-
|
29
|
-
/**
|
30
|
-
* Instance of Handsontable.
|
31
|
-
*
|
32
|
-
* @type {Core}
|
33
|
-
*/
|
34
|
-
|
35
24
|
constructor(hotInstance, options) {
|
36
|
-
|
25
|
+
/**
|
26
|
+
* Instance of Handsontable.
|
27
|
+
*
|
28
|
+
* @type {Core}
|
29
|
+
*/
|
30
|
+
this.hot = hotInstance;
|
37
31
|
/**
|
38
32
|
* Instance of EventManager.
|
39
33
|
*
|
40
34
|
* @type {EventManager}
|
41
35
|
*/
|
42
|
-
|
36
|
+
this.eventManager = new EventManager(this);
|
43
37
|
/**
|
44
38
|
* List of element options.
|
45
39
|
*
|
46
40
|
* @type {object}
|
47
41
|
*/
|
48
|
-
|
42
|
+
this.options = extend(BaseUI.DEFAULTS, options);
|
49
43
|
/**
|
50
44
|
* Build root DOM element.
|
51
45
|
*
|
52
46
|
* @type {Element}
|
53
47
|
* @private
|
54
48
|
*/
|
55
|
-
|
49
|
+
this._element = this.hot.rootDocument.createElement(this.options.wrapIt ? 'div' : this.options.tagName);
|
56
50
|
/**
|
57
51
|
* Flag which determines build state of element.
|
58
52
|
*
|
59
53
|
* @type {string}
|
60
54
|
*/
|
61
|
-
|
62
|
-
this.hot = hotInstance;
|
63
|
-
this.options = extend(BaseUI.DEFAULTS, options);
|
64
|
-
this._element = this.hot.rootDocument.createElement(this.options.wrapIt ? 'div' : this.options.tagName);
|
55
|
+
this.buildState = null;
|
65
56
|
}
|
66
57
|
|
67
58
|
/**
|
@@ -134,16 +125,6 @@ export class BaseUI {
|
|
134
125
|
if (!this.buildState) {
|
135
126
|
this.buildState = STATE_BUILDING;
|
136
127
|
}
|
137
|
-
|
138
|
-
// prevents "hot.unlisten()" call when clicked
|
139
|
-
// (https://github.com/handsontable/handsontable/blob/master/handsontable/src/tableView.js#L317-L321)
|
140
|
-
this._element.setAttribute('data-hot-input', true);
|
141
|
-
if (this.options.tabIndex !== undefined) {
|
142
|
-
this._element.setAttribute('tabindex', this.options.tabIndex);
|
143
|
-
}
|
144
|
-
if (this.options.role !== undefined) {
|
145
|
-
this._element.setAttribute('role', this.options.role);
|
146
|
-
}
|
147
128
|
if (this.options.className) {
|
148
129
|
addClass(this._element, this.options.className);
|
149
130
|
}
|
@@ -151,10 +132,6 @@ export class BaseUI {
|
|
151
132
|
arrayEach(this.options.children, element => this._element.appendChild(element.element));
|
152
133
|
} else if (this.options.wrapIt) {
|
153
134
|
const element = this.hot.rootDocument.createElement(this.options.tagName);
|
154
|
-
|
155
|
-
// prevents "hot.unlisten()" call when clicked
|
156
|
-
// (https://github.com/handsontable/handsontable/blob/master/handsontable/src/tableView.js#L317-L321)
|
157
|
-
element.setAttribute('data-hot-input', true);
|
158
135
|
objectEach(this.options, (value, key) => {
|
159
136
|
if (element[key] !== void 0 && key !== 'className' && key !== 'tagName' && key !== 'children') {
|
160
137
|
element[key] = this.translateIfPossible(value);
|
@@ -208,4 +185,5 @@ export class BaseUI {
|
|
208
185
|
this._element = null;
|
209
186
|
}
|
210
187
|
}
|
211
|
-
mixin(BaseUI, localHooks);
|
188
|
+
mixin(BaseUI, localHooks);
|
189
|
+
export default BaseUI;
|
@@ -1,53 +1,27 @@
|
|
1
1
|
"use strict";
|
2
2
|
|
3
3
|
exports.__esModule = true;
|
4
|
-
require("core-js/modules/es.error.cause.js");
|
5
4
|
var _element = require("../../../helpers/dom/element");
|
6
5
|
var _object = require("../../../helpers/object");
|
7
|
-
var _base = require("./_base");
|
8
|
-
function
|
9
|
-
|
10
|
-
|
11
|
-
function _classPrivateFieldGet(receiver, privateMap) { var descriptor = _classExtractFieldDescriptor(receiver, privateMap, "get"); return _classApplyDescriptorGet(receiver, descriptor); }
|
12
|
-
function _classApplyDescriptorGet(receiver, descriptor) { if (descriptor.get) { return descriptor.get.call(receiver); } return descriptor.value; }
|
13
|
-
function _classPrivateFieldSet(receiver, privateMap, value) { var descriptor = _classExtractFieldDescriptor(receiver, privateMap, "set"); _classApplyDescriptorSet(receiver, descriptor, value); return value; }
|
14
|
-
function _classExtractFieldDescriptor(receiver, privateMap, action) { if (!privateMap.has(receiver)) { throw new TypeError("attempted to " + action + " private field on non-instance"); } return privateMap.get(receiver); }
|
15
|
-
function _classApplyDescriptorSet(receiver, descriptor, value) { if (descriptor.set) { descriptor.set.call(receiver, value); } else { if (!descriptor.writable) { throw new TypeError("attempted to set read only private field"); } descriptor.value = value; } }
|
16
|
-
function _classPrivateMethodGet(receiver, privateSet, fn) { if (!privateSet.has(receiver)) { throw new TypeError("attempted to get private field on non-instance"); } return fn; }
|
6
|
+
var _base = _interopRequireDefault(require("./_base"));
|
7
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
8
|
+
const privatePool = new WeakMap();
|
9
|
+
|
17
10
|
/**
|
18
11
|
* @private
|
19
12
|
* @class InputUI
|
20
13
|
*/
|
21
|
-
|
22
|
-
var _onKeyup = /*#__PURE__*/new WeakSet();
|
23
|
-
class InputUI extends _base.BaseUI {
|
14
|
+
class InputUI extends _base.default {
|
24
15
|
static get DEFAULTS() {
|
25
16
|
return (0, _object.clone)({
|
26
17
|
placeholder: '',
|
27
18
|
type: 'text',
|
28
|
-
tagName: 'input'
|
29
|
-
tabIndex: -1
|
19
|
+
tagName: 'input'
|
30
20
|
});
|
31
21
|
}
|
32
|
-
|
33
|
-
/**
|
34
|
-
* The reference to the input element.
|
35
|
-
*
|
36
|
-
* @type {HTMLInputElement}
|
37
|
-
*/
|
38
|
-
|
39
22
|
constructor(hotInstance, options) {
|
40
23
|
super(hotInstance, (0, _object.extend)(InputUI.DEFAULTS, options));
|
41
|
-
|
42
|
-
* OnKeyup listener.
|
43
|
-
*
|
44
|
-
* @param {Event} event The mouse event object.
|
45
|
-
*/
|
46
|
-
_classPrivateMethodInitSpec(this, _onKeyup);
|
47
|
-
_classPrivateFieldInitSpec(this, _input, {
|
48
|
-
writable: true,
|
49
|
-
value: void 0
|
50
|
-
});
|
24
|
+
privatePool.set(this, {});
|
51
25
|
this.registerHooks();
|
52
26
|
}
|
53
27
|
|
@@ -55,7 +29,8 @@ class InputUI extends _base.BaseUI {
|
|
55
29
|
* Register all necessary hooks.
|
56
30
|
*/
|
57
31
|
registerHooks() {
|
58
|
-
this.addLocalHook('
|
32
|
+
this.addLocalHook('click', () => this.onClick());
|
33
|
+
this.addLocalHook('keyup', event => this.onKeyup(event));
|
59
34
|
}
|
60
35
|
|
61
36
|
/**
|
@@ -63,8 +38,9 @@ class InputUI extends _base.BaseUI {
|
|
63
38
|
*/
|
64
39
|
build() {
|
65
40
|
super.build();
|
41
|
+
const priv = privatePool.get(this);
|
66
42
|
const icon = this.hot.rootDocument.createElement('div');
|
67
|
-
|
43
|
+
priv.input = this._element.firstChild;
|
68
44
|
(0, _element.addClass)(this._element, 'htUIInput');
|
69
45
|
(0, _element.addClass)(icon, 'htUIInputIcon');
|
70
46
|
this._element.appendChild(icon);
|
@@ -78,9 +54,10 @@ class InputUI extends _base.BaseUI {
|
|
78
54
|
if (!this.isBuilt()) {
|
79
55
|
return;
|
80
56
|
}
|
81
|
-
|
82
|
-
|
83
|
-
|
57
|
+
const input = privatePool.get(this).input;
|
58
|
+
input.type = this.options.type;
|
59
|
+
input.placeholder = this.translateIfPossible(this.options.placeholder);
|
60
|
+
input.value = this.translateIfPossible(this.options.value);
|
84
61
|
}
|
85
62
|
|
86
63
|
/**
|
@@ -88,11 +65,23 @@ class InputUI extends _base.BaseUI {
|
|
88
65
|
*/
|
89
66
|
focus() {
|
90
67
|
if (this.isBuilt()) {
|
91
|
-
|
68
|
+
privatePool.get(this).input.focus();
|
92
69
|
}
|
93
70
|
}
|
71
|
+
|
72
|
+
/**
|
73
|
+
* OnClick listener.
|
74
|
+
*/
|
75
|
+
onClick() {}
|
76
|
+
|
77
|
+
/**
|
78
|
+
* OnKeyup listener.
|
79
|
+
*
|
80
|
+
* @param {Event} event The mouse event object.
|
81
|
+
*/
|
82
|
+
onKeyup(event) {
|
83
|
+
this.options.value = event.target.value;
|
84
|
+
}
|
94
85
|
}
|
95
|
-
|
96
|
-
|
97
|
-
this.options.value = event.target.value;
|
98
|
-
}
|
86
|
+
var _default = InputUI;
|
87
|
+
exports.default = _default;
|