handsontable 0.0.0-next-08765b9-20230714 → 0.0.0-next-f8ea07b-20230714
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 +7 -7
- package/3rdparty/walkontable/src/event.mjs +7 -7
- 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 +1 -1
- package/3rdparty/walkontable/src/overlay/_base.mjs +1 -1
- 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/selection.js +295 -0
- package/3rdparty/walkontable/src/selection.mjs +290 -0
- 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 -6
- package/3rdparty/walkontable/src/table.mjs +79 -7
- package/base.js +2 -2
- package/base.mjs +2 -2
- package/core.d.ts +3 -6
- package/core.js +290 -173
- package/core.mjs +290 -173
- package/dataMap/metaManager/metaSchema.js +0 -41
- package/dataMap/metaManager/metaSchema.mjs +0 -41
- package/dist/handsontable.css +3 -19
- package/dist/handsontable.full.css +3 -19
- package/dist/handsontable.full.js +5369 -8671
- package/dist/handsontable.full.min.css +3 -3
- package/dist/handsontable.full.min.js +25 -25
- package/dist/handsontable.js +8117 -11419
- package/dist/handsontable.min.css +3 -3
- package/dist/handsontable.min.js +19 -19
- package/editorManager.js +75 -11
- package/editorManager.mjs +74 -11
- package/editors/textEditor/textEditor.js +11 -3
- package/editors/textEditor/textEditor.mjs +12 -4
- 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/package.json +1 -1
- package/pluginHooks.d.ts +1 -7
- package/pluginHooks.js +1 -106
- package/pluginHooks.mjs +1 -106
- package/plugins/collapsibleColumns/collapsibleColumns.js +4 -58
- package/plugins/collapsibleColumns/collapsibleColumns.mjs +4 -58
- package/plugins/columnSorting/columnSorting.js +0 -38
- package/plugins/columnSorting/columnSorting.mjs +2 -38
- 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 -251
- package/plugins/comments/comments.mjs +190 -250
- package/plugins/contextMenu/contextMenu.d.ts +1 -1
- package/plugins/contextMenu/contextMenu.js +30 -72
- package/plugins/contextMenu/contextMenu.mjs +31 -73
- 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/utils.js +16 -28
- package/plugins/contextMenu/utils.mjs +15 -27
- 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 +2 -6
- package/plugins/copyPaste/copyPaste.mjs +2 -6
- 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 +32 -89
- package/plugins/dropdownMenu/dropdownMenu.mjs +32 -89
- package/plugins/filters/filters.js +14 -31
- package/plugins/filters/filters.mjs +13 -30
- 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 +8 -121
- package/plugins/nestedHeaders/nestedHeaders.mjs +8 -121
- package/plugins/nestedHeaders/stateManager/index.js +0 -37
- package/plugins/nestedHeaders/stateManager/index.mjs +0 -37
- package/plugins/nestedRows/nestedRows.js +0 -41
- package/plugins/nestedRows/nestedRows.mjs +0 -41
- package/renderers/checkboxRenderer/checkboxRenderer.js +2 -2
- package/renderers/checkboxRenderer/checkboxRenderer.mjs +1 -1
- 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 -1
- package/selection/mouseEventHandler.mjs +1 -1
- package/selection/range.js +8 -8
- package/selection/range.mjs +8 -8
- package/selection/selection.js +154 -290
- package/selection/selection.mjs +153 -287
- 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 -2
- package/shortcuts/manager.js +0 -2
- package/shortcuts/manager.mjs +0 -2
- package/shortcuts/recorder.js +2 -2
- package/shortcuts/recorder.mjs +2 -2
- package/shortcuts/utils.js +5 -19
- package/shortcuts/utils.mjs +4 -18
- package/tableView.js +13 -67
- package/tableView.mjs +13 -67
- 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 -259
- package/3rdparty/walkontable/src/selection/manager.mjs +0 -254
- 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/core/focusCatcher/focusDetector.js +0 -58
- package/core/focusCatcher/focusDetector.mjs +0 -54
- 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/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/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 -21
- package/shortcutContexts/commands/extendCellsSelection/downByViewportHeight.mjs +0 -17
- 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 -21
- package/shortcutContexts/commands/extendCellsSelection/upByViewportHeight.mjs +0 -17
- 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 -31
- package/shortcutContexts/commands/moveCellSelection/downByViewportHeight.mjs +0 -27
- 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 -31
- package/shortcutContexts/commands/moveCellSelection/upByViewportHeight.mjs +0 -27
- package/shortcutContexts/commands/populateSelectedCellsData.js +0 -29
- package/shortcutContexts/commands/populateSelectedCellsData.mjs +0 -25
- package/shortcutContexts/commands/scrollToFocusedCell.js +0 -36
- package/shortcutContexts/commands/scrollToFocusedCell.mjs +0 -32
- package/shortcutContexts/commands/selectAll.js +0 -10
- package/shortcutContexts/commands/selectAll.mjs +0 -6
- 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/pluginHooks.mjs
CHANGED
@@ -552,13 +552,6 @@ const REGISTERED_HOOKS = [/* eslint-disable jsdoc/require-description-complete-s
|
|
552
552
|
* @event Hooks#afterScrollVertically
|
553
553
|
*/
|
554
554
|
'afterScrollVertically',
|
555
|
-
/**
|
556
|
-
* Fired after the vertical or horizontal scroll event.
|
557
|
-
*
|
558
|
-
* @since 14.0.0
|
559
|
-
* @event Hooks#afterScroll
|
560
|
-
*/
|
561
|
-
'afterScroll',
|
562
555
|
/**
|
563
556
|
* Fired after one or more cells are selected (e.g. During mouse move).
|
564
557
|
*
|
@@ -662,94 +655,6 @@ const REGISTERED_HOOKS = [/* eslint-disable jsdoc/require-description-complete-s
|
|
662
655
|
* @param {number} selectionLayerLevel The number which indicates what selection layer is currently modified.
|
663
656
|
*/
|
664
657
|
'afterSelectionEndByProp',
|
665
|
-
/**
|
666
|
-
* Fired before one or more columns are selected (e.g. During mouse header click or {@link Core#selectColumns} API call).
|
667
|
-
*
|
668
|
-
* @since 14.0.0
|
669
|
-
* @event Hooks#beforeSelectColumns
|
670
|
-
* @param {CellCoords} from Selection start coords object.
|
671
|
-
* @param {CellCoords} to Selection end coords object.
|
672
|
-
* @param {CellCoords} highlight Selection cell focus coords object.
|
673
|
-
* @example
|
674
|
-
* ::: only-for javascript
|
675
|
-
* ```js
|
676
|
-
* new Handsontable(element, {
|
677
|
-
* beforeSelectColumns: (from, to, highlight) => {
|
678
|
-
* // Extend the column selection by one column left and one column right.
|
679
|
-
* from.col = Math.max(from.col - 1, 0);
|
680
|
-
* to.col = Math.min(to.col + 1, this.countCols() - 1);
|
681
|
-
* }
|
682
|
-
* })
|
683
|
-
* ```
|
684
|
-
* :::
|
685
|
-
*
|
686
|
-
* ::: only-for react
|
687
|
-
* ```jsx
|
688
|
-
* <HotTable
|
689
|
-
* beforeSelectColumns={(from, to, highlight) => {
|
690
|
-
* // Extend the column selection by one column left and one column right.
|
691
|
-
* from.col = Math.max(from.col - 1, 0);
|
692
|
-
* to.col = Math.min(to.col + 1, this.countCols() - 1);
|
693
|
-
* }}
|
694
|
-
* />
|
695
|
-
* ```
|
696
|
-
* :::
|
697
|
-
*/
|
698
|
-
'beforeSelectColumns',
|
699
|
-
/**
|
700
|
-
* Fired after one or more columns are selected (e.g. During mouse header click or {@link Core#selectColumns} API call).
|
701
|
-
*
|
702
|
-
* @since 14.0.0
|
703
|
-
* @event Hooks#afterSelectColumns
|
704
|
-
* @param {CellCoords} from Selection start coords object.
|
705
|
-
* @param {CellCoords} to Selection end coords object.
|
706
|
-
* @param {CellCoords} highlight Selection cell focus coords object.
|
707
|
-
*/
|
708
|
-
'afterSelectColumns',
|
709
|
-
/**
|
710
|
-
* Fired before one or more rows are selected (e.g. During mouse header click or {@link Core#selectRows} API call).
|
711
|
-
*
|
712
|
-
* @since 14.0.0
|
713
|
-
* @event Hooks#beforeSelectRows
|
714
|
-
* @param {CellCoords} from Selection start coords object.
|
715
|
-
* @param {CellCoords} to Selection end coords object.
|
716
|
-
* @param {CellCoords} highlight Selection cell focus coords object.
|
717
|
-
* @example
|
718
|
-
* ::: only-for javascript
|
719
|
-
* ```js
|
720
|
-
* new Handsontable(element, {
|
721
|
-
* beforeSelectRows: (from, to, highlight) => {
|
722
|
-
* // Extend the row selection by one row up and one row bottom more.
|
723
|
-
* from.row = Math.max(from.row - 1, 0);
|
724
|
-
* to.row = Math.min(to.row + 1, this.countRows() - 1);
|
725
|
-
* }
|
726
|
-
* })
|
727
|
-
* ```
|
728
|
-
* :::
|
729
|
-
*
|
730
|
-
* ::: only-for react
|
731
|
-
* ```jsx
|
732
|
-
* <HotTable
|
733
|
-
* beforeSelectRows={(from, to, highlight) => {
|
734
|
-
* // Extend the row selection by one row up and one row bottom more.
|
735
|
-
* from.row = Math.max(from.row - 1, 0);
|
736
|
-
* to.row = Math.min(to.row + 1, this.countRows() - 1);
|
737
|
-
* }}
|
738
|
-
* />
|
739
|
-
* ```
|
740
|
-
* :::
|
741
|
-
*/
|
742
|
-
'beforeSelectRows',
|
743
|
-
/**
|
744
|
-
* Fired after one or more rows are selected (e.g. During mouse header click or {@link Core#selectRows} API call).
|
745
|
-
*
|
746
|
-
* @since 14.0.0
|
747
|
-
* @event Hooks#afterSelectRows
|
748
|
-
* @param {CellCoords} from Selection start coords object.
|
749
|
-
* @param {CellCoords} to Selection end coords object.
|
750
|
-
* @param {CellCoords} highlight Selection cell focus coords object.
|
751
|
-
*/
|
752
|
-
'afterSelectRows',
|
753
658
|
/**
|
754
659
|
* Fired after cell meta is changed.
|
755
660
|
*
|
@@ -1318,16 +1223,6 @@ const REGISTERED_HOOKS = [/* eslint-disable jsdoc/require-description-complete-s
|
|
1318
1223
|
* @returns {undefined|number[]}
|
1319
1224
|
*/
|
1320
1225
|
'modifyGetCellCoords',
|
1321
|
-
/**
|
1322
|
-
* Used to modify the cell coordinates when the table is activated (going into the listen mode).
|
1323
|
-
*
|
1324
|
-
* @event Hooks#modifyFocusOnTabNavigation
|
1325
|
-
* @since 14.0.0
|
1326
|
-
* @param {'from_above' | 'from_below'} tabActivationDir The browsers Tab navigation direction. Depending on
|
1327
|
-
* whether the user activated the table from the element above or below, another cell can be selected.
|
1328
|
-
* @param {CellCoords} visualCoords The coords that will be used to select a cell.
|
1329
|
-
*/
|
1330
|
-
'modifyFocusOnTabNavigation',
|
1331
1226
|
/**
|
1332
1227
|
* Allows modify the visual row index that is used to retrieve the row header element (TH) before it's
|
1333
1228
|
* highlighted (proper CSS class names are added). Modifying the visual row index allows building a custom
|
@@ -2485,7 +2380,7 @@ const REMOVED_HOOKS = new Map([['modifyRow', '8.0.0'], ['modifyCol', '8.0.0'], [
|
|
2485
2380
|
* @type {Map<string, string>}
|
2486
2381
|
*/
|
2487
2382
|
/* eslint-enable jsdoc/require-description-complete-sentence */
|
2488
|
-
const DEPRECATED_HOOKS = new Map([
|
2383
|
+
const DEPRECATED_HOOKS = new Map([]);
|
2489
2384
|
class Hooks {
|
2490
2385
|
static getSingleton() {
|
2491
2386
|
return getGlobalSingleton();
|
@@ -27,7 +27,6 @@ const PLUGIN_PRIORITY = 290;
|
|
27
27
|
exports.PLUGIN_PRIORITY = PLUGIN_PRIORITY;
|
28
28
|
const SETTING_KEYS = ['nestedHeaders'];
|
29
29
|
const COLLAPSIBLE_ELEMENT_CLASS = 'collapsibleIndicator';
|
30
|
-
const SHORTCUTS_GROUP = PLUGIN_KEY;
|
31
30
|
const actionDictionary = new Map([['collapse', {
|
32
31
|
hideColumn: true,
|
33
32
|
beforeHook: 'beforeColumnCollapse',
|
@@ -192,7 +191,6 @@ class CollapsibleColumns extends _base.BasePlugin {
|
|
192
191
|
return _this.onAfterGetColHeader(...arguments);
|
193
192
|
});
|
194
193
|
this.addHook('beforeOnCellMouseDown', (event, coords, TD) => this.onBeforeOnCellMouseDown(event, coords, TD));
|
195
|
-
this.registerShortcuts();
|
196
194
|
super.enablePlugin();
|
197
195
|
// @TODO: Workaround for broken plugin initialization abstraction (#6806).
|
198
196
|
this.updatePlugin();
|
@@ -240,62 +238,10 @@ class CollapsibleColumns extends _base.BasePlugin {
|
|
240
238
|
this.hot.columnIndexMapper.unregisterMap(this.pluginName);
|
241
239
|
_classPrivateFieldSet(this, _collapsedColumnsMap, null);
|
242
240
|
this.nestedHeadersPlugin = null;
|
243
|
-
this.unregisterShortcuts();
|
244
241
|
this.clearButtons();
|
245
242
|
super.disablePlugin();
|
246
243
|
}
|
247
244
|
|
248
|
-
/**
|
249
|
-
* Register shortcuts responsible for toggling collapsible columns.
|
250
|
-
*
|
251
|
-
* @private
|
252
|
-
*/
|
253
|
-
registerShortcuts() {
|
254
|
-
this.hot.getShortcutManager().getContext('grid').addShortcut({
|
255
|
-
keys: [['Enter']],
|
256
|
-
callback: () => {
|
257
|
-
var _this$headerStateMana;
|
258
|
-
const {
|
259
|
-
row,
|
260
|
-
col
|
261
|
-
} = this.hot.getSelectedRangeLast().highlight;
|
262
|
-
const {
|
263
|
-
collapsible,
|
264
|
-
isCollapsed,
|
265
|
-
columnIndex
|
266
|
-
} = (_this$headerStateMana = this.headerStateManager.getHeaderTreeNodeData(row, col)) !== null && _this$headerStateMana !== void 0 ? _this$headerStateMana : {};
|
267
|
-
if (!collapsible) {
|
268
|
-
return;
|
269
|
-
}
|
270
|
-
if (isCollapsed) {
|
271
|
-
this.expandSection({
|
272
|
-
row,
|
273
|
-
col: columnIndex
|
274
|
-
});
|
275
|
-
} else {
|
276
|
-
this.collapseSection({
|
277
|
-
row,
|
278
|
-
col: columnIndex
|
279
|
-
});
|
280
|
-
}
|
281
|
-
},
|
282
|
-
runOnlyIf: () => {
|
283
|
-
var _this$hot$getSelected;
|
284
|
-
return (_this$hot$getSelected = this.hot.getSelectedRangeLast()) === null || _this$hot$getSelected === void 0 ? void 0 : _this$hot$getSelected.highlight.isHeader();
|
285
|
-
},
|
286
|
-
group: SHORTCUTS_GROUP
|
287
|
-
});
|
288
|
-
}
|
289
|
-
|
290
|
-
/**
|
291
|
-
* Unregister shortcuts responsible for toggling collapsible columns.
|
292
|
-
*
|
293
|
-
* @private
|
294
|
-
*/
|
295
|
-
unregisterShortcuts() {
|
296
|
-
this.hot.getShortcutManager().getContext('grid').removeShortcutsByGroup(SHORTCUTS_GROUP);
|
297
|
-
}
|
298
|
-
|
299
245
|
/**
|
300
246
|
* Clears the expand/collapse buttons.
|
301
247
|
*
|
@@ -416,7 +362,7 @@ class CollapsibleColumns extends _base.BasePlugin {
|
|
416
362
|
});
|
417
363
|
let isActionPossible = filteredCoords.length > 0;
|
418
364
|
(0, _array.arrayEach)(filteredCoords, _ref2 => {
|
419
|
-
var _this$
|
365
|
+
var _this$headerStateMana;
|
420
366
|
let {
|
421
367
|
row,
|
422
368
|
col: column
|
@@ -424,7 +370,7 @@ class CollapsibleColumns extends _base.BasePlugin {
|
|
424
370
|
const {
|
425
371
|
collapsible,
|
426
372
|
isCollapsed
|
427
|
-
} = (_this$
|
373
|
+
} = (_this$headerStateMana = this.headerStateManager.getHeaderSettings(row, column)) !== null && _this$headerStateMana !== void 0 ? _this$headerStateMana : {};
|
428
374
|
if (!collapsible || isCollapsed && action === 'collapse' || !isCollapsed && action === 'expand') {
|
429
375
|
isActionPossible = false;
|
430
376
|
return false;
|
@@ -496,12 +442,12 @@ class CollapsibleColumns extends _base.BasePlugin {
|
|
496
442
|
* values counting from 0 to N).
|
497
443
|
*/
|
498
444
|
onAfterGetColHeader(column, TH, headerLevel) {
|
499
|
-
var _this$
|
445
|
+
var _this$headerStateMana2;
|
500
446
|
const {
|
501
447
|
collapsible,
|
502
448
|
origColspan,
|
503
449
|
isCollapsed
|
504
|
-
} = (_this$
|
450
|
+
} = (_this$headerStateMana2 = this.headerStateManager.getHeaderSettings(headerLevel, column)) !== null && _this$headerStateMana2 !== void 0 ? _this$headerStateMana2 : {};
|
505
451
|
const isNodeCollapsible = collapsible && origColspan > 1 && column >= this.hot.getSettings().fixedColumnsStart;
|
506
452
|
let collapsibleElement = TH.querySelector(`.${COLLAPSIBLE_ELEMENT_CLASS}`);
|
507
453
|
if (isNodeCollapsible) {
|
@@ -21,7 +21,6 @@ export const PLUGIN_KEY = 'collapsibleColumns';
|
|
21
21
|
export const PLUGIN_PRIORITY = 290;
|
22
22
|
const SETTING_KEYS = ['nestedHeaders'];
|
23
23
|
const COLLAPSIBLE_ELEMENT_CLASS = 'collapsibleIndicator';
|
24
|
-
const SHORTCUTS_GROUP = PLUGIN_KEY;
|
25
24
|
const actionDictionary = new Map([['collapse', {
|
26
25
|
hideColumn: true,
|
27
26
|
beforeHook: 'beforeColumnCollapse',
|
@@ -186,7 +185,6 @@ export class CollapsibleColumns extends BasePlugin {
|
|
186
185
|
return _this.onAfterGetColHeader(...arguments);
|
187
186
|
});
|
188
187
|
this.addHook('beforeOnCellMouseDown', (event, coords, TD) => this.onBeforeOnCellMouseDown(event, coords, TD));
|
189
|
-
this.registerShortcuts();
|
190
188
|
super.enablePlugin();
|
191
189
|
// @TODO: Workaround for broken plugin initialization abstraction (#6806).
|
192
190
|
this.updatePlugin();
|
@@ -234,62 +232,10 @@ export class CollapsibleColumns extends BasePlugin {
|
|
234
232
|
this.hot.columnIndexMapper.unregisterMap(this.pluginName);
|
235
233
|
_classPrivateFieldSet(this, _collapsedColumnsMap, null);
|
236
234
|
this.nestedHeadersPlugin = null;
|
237
|
-
this.unregisterShortcuts();
|
238
235
|
this.clearButtons();
|
239
236
|
super.disablePlugin();
|
240
237
|
}
|
241
238
|
|
242
|
-
/**
|
243
|
-
* Register shortcuts responsible for toggling collapsible columns.
|
244
|
-
*
|
245
|
-
* @private
|
246
|
-
*/
|
247
|
-
registerShortcuts() {
|
248
|
-
this.hot.getShortcutManager().getContext('grid').addShortcut({
|
249
|
-
keys: [['Enter']],
|
250
|
-
callback: () => {
|
251
|
-
var _this$headerStateMana;
|
252
|
-
const {
|
253
|
-
row,
|
254
|
-
col
|
255
|
-
} = this.hot.getSelectedRangeLast().highlight;
|
256
|
-
const {
|
257
|
-
collapsible,
|
258
|
-
isCollapsed,
|
259
|
-
columnIndex
|
260
|
-
} = (_this$headerStateMana = this.headerStateManager.getHeaderTreeNodeData(row, col)) !== null && _this$headerStateMana !== void 0 ? _this$headerStateMana : {};
|
261
|
-
if (!collapsible) {
|
262
|
-
return;
|
263
|
-
}
|
264
|
-
if (isCollapsed) {
|
265
|
-
this.expandSection({
|
266
|
-
row,
|
267
|
-
col: columnIndex
|
268
|
-
});
|
269
|
-
} else {
|
270
|
-
this.collapseSection({
|
271
|
-
row,
|
272
|
-
col: columnIndex
|
273
|
-
});
|
274
|
-
}
|
275
|
-
},
|
276
|
-
runOnlyIf: () => {
|
277
|
-
var _this$hot$getSelected;
|
278
|
-
return (_this$hot$getSelected = this.hot.getSelectedRangeLast()) === null || _this$hot$getSelected === void 0 ? void 0 : _this$hot$getSelected.highlight.isHeader();
|
279
|
-
},
|
280
|
-
group: SHORTCUTS_GROUP
|
281
|
-
});
|
282
|
-
}
|
283
|
-
|
284
|
-
/**
|
285
|
-
* Unregister shortcuts responsible for toggling collapsible columns.
|
286
|
-
*
|
287
|
-
* @private
|
288
|
-
*/
|
289
|
-
unregisterShortcuts() {
|
290
|
-
this.hot.getShortcutManager().getContext('grid').removeShortcutsByGroup(SHORTCUTS_GROUP);
|
291
|
-
}
|
292
|
-
|
293
239
|
/**
|
294
240
|
* Clears the expand/collapse buttons.
|
295
241
|
*
|
@@ -410,7 +356,7 @@ export class CollapsibleColumns extends BasePlugin {
|
|
410
356
|
});
|
411
357
|
let isActionPossible = filteredCoords.length > 0;
|
412
358
|
arrayEach(filteredCoords, _ref2 => {
|
413
|
-
var _this$
|
359
|
+
var _this$headerStateMana;
|
414
360
|
let {
|
415
361
|
row,
|
416
362
|
col: column
|
@@ -418,7 +364,7 @@ export class CollapsibleColumns extends BasePlugin {
|
|
418
364
|
const {
|
419
365
|
collapsible,
|
420
366
|
isCollapsed
|
421
|
-
} = (_this$
|
367
|
+
} = (_this$headerStateMana = this.headerStateManager.getHeaderSettings(row, column)) !== null && _this$headerStateMana !== void 0 ? _this$headerStateMana : {};
|
422
368
|
if (!collapsible || isCollapsed && action === 'collapse' || !isCollapsed && action === 'expand') {
|
423
369
|
isActionPossible = false;
|
424
370
|
return false;
|
@@ -490,12 +436,12 @@ export class CollapsibleColumns extends BasePlugin {
|
|
490
436
|
* values counting from 0 to N).
|
491
437
|
*/
|
492
438
|
onAfterGetColHeader(column, TH, headerLevel) {
|
493
|
-
var _this$
|
439
|
+
var _this$headerStateMana2;
|
494
440
|
const {
|
495
441
|
collapsible,
|
496
442
|
origColspan,
|
497
443
|
isCollapsed
|
498
|
-
} = (_this$
|
444
|
+
} = (_this$headerStateMana2 = this.headerStateManager.getHeaderSettings(headerLevel, column)) !== null && _this$headerStateMana2 !== void 0 ? _this$headerStateMana2 : {};
|
499
445
|
const isNodeCollapsible = collapsible && origColspan > 1 && column >= this.hot.getSettings().fixedColumnsStart;
|
500
446
|
let collapsibleElement = TH.querySelector(`.${COLLAPSIBLE_ELEMENT_CLASS}`);
|
501
447
|
if (isNodeCollapsible) {
|
@@ -21,10 +21,7 @@ exports.PLUGIN_KEY = PLUGIN_KEY;
|
|
21
21
|
const PLUGIN_PRIORITY = 50;
|
22
22
|
exports.PLUGIN_PRIORITY = PLUGIN_PRIORITY;
|
23
23
|
const APPEND_COLUMN_CONFIG_STRATEGY = 'append';
|
24
|
-
exports.APPEND_COLUMN_CONFIG_STRATEGY = APPEND_COLUMN_CONFIG_STRATEGY;
|
25
24
|
const REPLACE_COLUMN_CONFIG_STRATEGY = 'replace';
|
26
|
-
exports.REPLACE_COLUMN_CONFIG_STRATEGY = REPLACE_COLUMN_CONFIG_STRATEGY;
|
27
|
-
const SHORTCUTS_GROUP = PLUGIN_KEY;
|
28
25
|
(0, _sortService.registerRootComparator)(PLUGIN_KEY, _rootComparator.rootComparator);
|
29
26
|
_pluginHooks.default.getSingleton().register('beforeColumnSort');
|
30
27
|
_pluginHooks.default.getSingleton().register('afterColumnSort');
|
@@ -159,7 +156,6 @@ class ColumnSorting extends _base.BasePlugin {
|
|
159
156
|
if (this.hot.view) {
|
160
157
|
this.loadOrSortBySettings();
|
161
158
|
}
|
162
|
-
this.registerShortcuts();
|
163
159
|
super.enablePlugin();
|
164
160
|
}
|
165
161
|
|
@@ -190,43 +186,9 @@ class ColumnSorting extends _base.BasePlugin {
|
|
190
186
|
this.columnStatesManager.destroy();
|
191
187
|
this.columnMetaCache = null;
|
192
188
|
this.columnStatesManager = null;
|
193
|
-
this.unregisterShortcuts();
|
194
189
|
super.disablePlugin();
|
195
190
|
}
|
196
191
|
|
197
|
-
/**
|
198
|
-
* Register shortcuts responsible for toggling column sorting functionality.
|
199
|
-
*
|
200
|
-
* @private
|
201
|
-
*/
|
202
|
-
registerShortcuts() {
|
203
|
-
this.hot.getShortcutManager().getContext('grid').addShortcut({
|
204
|
-
keys: [['Enter']],
|
205
|
-
callback: () => {
|
206
|
-
const {
|
207
|
-
highlight
|
208
|
-
} = this.hot.getSelectedRangeLast();
|
209
|
-
if (highlight.row === -1 && highlight.col >= 0) {
|
210
|
-
this.sort(this.getColumnNextConfig(highlight.col));
|
211
|
-
}
|
212
|
-
},
|
213
|
-
runOnlyIf: () => {
|
214
|
-
var _this$hot$getSelected;
|
215
|
-
return (_this$hot$getSelected = this.hot.getSelectedRangeLast()) === null || _this$hot$getSelected === void 0 ? void 0 : _this$hot$getSelected.highlight.isHeader();
|
216
|
-
},
|
217
|
-
group: SHORTCUTS_GROUP
|
218
|
-
});
|
219
|
-
}
|
220
|
-
|
221
|
-
/**
|
222
|
-
* Unregister shortcuts responsible for toggling column sorting functionality.
|
223
|
-
*
|
224
|
-
* @private
|
225
|
-
*/
|
226
|
-
unregisterShortcuts() {
|
227
|
-
this.hot.getShortcutManager().getContext('grid').removeShortcutsByGroup(SHORTCUTS_GROUP);
|
228
|
-
}
|
229
|
-
|
230
192
|
// DIFF - MultiColumnSorting & ColumnSorting: changed function documentation.
|
231
193
|
/**
|
232
194
|
* Sorts the table by chosen columns and orders.
|
@@ -14,9 +14,8 @@ import { rootComparator } from "./rootComparator.mjs";
|
|
14
14
|
import { registerRootComparator, sort } from "./sortService/index.mjs";
|
15
15
|
export const PLUGIN_KEY = 'columnSorting';
|
16
16
|
export const PLUGIN_PRIORITY = 50;
|
17
|
-
|
18
|
-
|
19
|
-
const SHORTCUTS_GROUP = PLUGIN_KEY;
|
17
|
+
const APPEND_COLUMN_CONFIG_STRATEGY = 'append';
|
18
|
+
const REPLACE_COLUMN_CONFIG_STRATEGY = 'replace';
|
20
19
|
registerRootComparator(PLUGIN_KEY, rootComparator);
|
21
20
|
Hooks.getSingleton().register('beforeColumnSort');
|
22
21
|
Hooks.getSingleton().register('afterColumnSort');
|
@@ -151,7 +150,6 @@ export class ColumnSorting extends BasePlugin {
|
|
151
150
|
if (this.hot.view) {
|
152
151
|
this.loadOrSortBySettings();
|
153
152
|
}
|
154
|
-
this.registerShortcuts();
|
155
153
|
super.enablePlugin();
|
156
154
|
}
|
157
155
|
|
@@ -182,43 +180,9 @@ export class ColumnSorting extends BasePlugin {
|
|
182
180
|
this.columnStatesManager.destroy();
|
183
181
|
this.columnMetaCache = null;
|
184
182
|
this.columnStatesManager = null;
|
185
|
-
this.unregisterShortcuts();
|
186
183
|
super.disablePlugin();
|
187
184
|
}
|
188
185
|
|
189
|
-
/**
|
190
|
-
* Register shortcuts responsible for toggling column sorting functionality.
|
191
|
-
*
|
192
|
-
* @private
|
193
|
-
*/
|
194
|
-
registerShortcuts() {
|
195
|
-
this.hot.getShortcutManager().getContext('grid').addShortcut({
|
196
|
-
keys: [['Enter']],
|
197
|
-
callback: () => {
|
198
|
-
const {
|
199
|
-
highlight
|
200
|
-
} = this.hot.getSelectedRangeLast();
|
201
|
-
if (highlight.row === -1 && highlight.col >= 0) {
|
202
|
-
this.sort(this.getColumnNextConfig(highlight.col));
|
203
|
-
}
|
204
|
-
},
|
205
|
-
runOnlyIf: () => {
|
206
|
-
var _this$hot$getSelected;
|
207
|
-
return (_this$hot$getSelected = this.hot.getSelectedRangeLast()) === null || _this$hot$getSelected === void 0 ? void 0 : _this$hot$getSelected.highlight.isHeader();
|
208
|
-
},
|
209
|
-
group: SHORTCUTS_GROUP
|
210
|
-
});
|
211
|
-
}
|
212
|
-
|
213
|
-
/**
|
214
|
-
* Unregister shortcuts responsible for toggling column sorting functionality.
|
215
|
-
*
|
216
|
-
* @private
|
217
|
-
*/
|
218
|
-
unregisterShortcuts() {
|
219
|
-
this.hot.getShortcutManager().getContext('grid').removeShortcutsByGroup(SHORTCUTS_GROUP);
|
220
|
-
}
|
221
|
-
|
222
186
|
// DIFF - MultiColumnSorting & ColumnSorting: changed function documentation.
|
223
187
|
/**
|
224
188
|
* Sorts the table by chosen columns and orders.
|
@@ -4,6 +4,4 @@ exports.__esModule = true;
|
|
4
4
|
var _columnSorting = require("./columnSorting");
|
5
5
|
exports.PLUGIN_KEY = _columnSorting.PLUGIN_KEY;
|
6
6
|
exports.PLUGIN_PRIORITY = _columnSorting.PLUGIN_PRIORITY;
|
7
|
-
exports.ColumnSorting = _columnSorting.ColumnSorting;
|
8
|
-
exports.APPEND_COLUMN_CONFIG_STRATEGY = _columnSorting.APPEND_COLUMN_CONFIG_STRATEGY;
|
9
|
-
exports.REPLACE_COLUMN_CONFIG_STRATEGY = _columnSorting.REPLACE_COLUMN_CONFIG_STRATEGY;
|
7
|
+
exports.ColumnSorting = _columnSorting.ColumnSorting;
|
@@ -1 +1 @@
|
|
1
|
-
export { PLUGIN_KEY, PLUGIN_PRIORITY, ColumnSorting
|
1
|
+
export { PLUGIN_KEY, PLUGIN_PRIORITY, ColumnSorting } from "./columnSorting.mjs";
|
@@ -165,7 +165,6 @@ class CommentEditor {
|
|
165
165
|
this.rootDocument.body.appendChild(this.container);
|
166
166
|
(0, _element.addClass)(editor, CommentEditor.CLASS_EDITOR);
|
167
167
|
(0, _element.addClass)(textArea, CommentEditor.CLASS_INPUT);
|
168
|
-
textArea.setAttribute('data-hot-input', true);
|
169
168
|
editor.appendChild(textArea);
|
170
169
|
this.container.appendChild(editor);
|
171
170
|
return editor;
|
@@ -162,7 +162,6 @@ class CommentEditor {
|
|
162
162
|
this.rootDocument.body.appendChild(this.container);
|
163
163
|
addClass(editor, CommentEditor.CLASS_EDITOR);
|
164
164
|
addClass(textArea, CommentEditor.CLASS_INPUT);
|
165
|
-
textArea.setAttribute('data-hot-input', true);
|
166
165
|
editor.appendChild(textArea);
|
167
166
|
this.container.appendChild(editor);
|
168
167
|
return editor;
|