handsontable 0.0.0-next-c3d199b-20230626 → 0.0.0-next-208afb8-20230627
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/base.js +2 -2
- package/base.mjs +2 -2
- package/core.d.ts +1 -0
- package/core.js +31 -2
- package/core.mjs +31 -2
- package/dataMap/metaManager/metaSchema.js +1 -1
- package/dataMap/metaManager/metaSchema.mjs +1 -1
- package/dist/handsontable.css +2 -2
- package/dist/handsontable.full.css +2 -2
- package/dist/handsontable.full.js +92 -33
- package/dist/handsontable.full.min.css +2 -2
- package/dist/handsontable.full.min.js +8 -8
- package/dist/handsontable.js +92 -33
- package/dist/handsontable.min.css +2 -2
- package/dist/handsontable.min.js +4 -4
- package/editorManager.js +4 -10
- package/editorManager.mjs +4 -10
- package/helpers/mixed.js +1 -1
- package/helpers/mixed.mjs +1 -1
- package/package.json +1 -1
- package/pluginHooks.d.ts +1 -0
- package/pluginHooks.js +11 -4
- package/pluginHooks.mjs +11 -4
- package/plugins/comments/comments.js +35 -9
- package/plugins/comments/comments.mjs +35 -9
- package/plugins/contextMenu/contextMenu.js +1 -0
- package/plugins/contextMenu/contextMenu.mjs +1 -0
- package/tableView.js +4 -2
- package/tableView.mjs +4 -2
package/dist/handsontable.js
CHANGED
@@ -25,8 +25,8 @@
|
|
25
25
|
* INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING FROM
|
26
26
|
* USE OR INABILITY TO USE THIS SOFTWARE.
|
27
27
|
*
|
28
|
-
* Version: 0.0.0-next-
|
29
|
-
* Release date: 23/05/2023 (built at
|
28
|
+
* Version: 0.0.0-next-208afb8-20230627
|
29
|
+
* Release date: 23/05/2023 (built at 27/06/2023 13:48:55)
|
30
30
|
*/
|
31
31
|
(function webpackUniversalModuleDefinition(root, factory) {
|
32
32
|
if(typeof exports === 'object' && typeof module === 'object')
|
@@ -2884,7 +2884,7 @@ var domMessages = {
|
|
2884
2884
|
function _injectProductInfo(key, element) {
|
2885
2885
|
var hasValidType = !isEmpty(key);
|
2886
2886
|
var isNonCommercial = typeof key === 'string' && key.toLowerCase() === 'non-commercial-and-evaluation';
|
2887
|
-
var hotVersion = "0.0.0-next-
|
2887
|
+
var hotVersion = "0.0.0-next-208afb8-20230627";
|
2888
2888
|
var keyValidityDate;
|
2889
2889
|
var consoleMessageState = 'invalid';
|
2890
2890
|
var domMessageState = 'invalid';
|
@@ -4842,6 +4842,13 @@ var REGISTERED_HOOKS = [/* eslint-disable jsdoc/require-description-complete-sen
|
|
4842
4842
|
* @event Hooks#afterScrollVertically
|
4843
4843
|
*/
|
4844
4844
|
'afterScrollVertically',
|
4845
|
+
/**
|
4846
|
+
* Fired after the vertical or horizontal scroll event.
|
4847
|
+
*
|
4848
|
+
* @since 14.0.0
|
4849
|
+
* @event Hooks#afterScroll
|
4850
|
+
*/
|
4851
|
+
'afterScroll',
|
4845
4852
|
/**
|
4846
4853
|
* Fired after one or more cells are selected (e.g. During mouse move).
|
4847
4854
|
*
|
@@ -4948,7 +4955,7 @@ var REGISTERED_HOOKS = [/* eslint-disable jsdoc/require-description-complete-sen
|
|
4948
4955
|
/**
|
4949
4956
|
* Fired before one or more columns are selected (e.g. During mouse header click or {@link Core#selectColumns} API call).
|
4950
4957
|
*
|
4951
|
-
* @since
|
4958
|
+
* @since 14.0.0
|
4952
4959
|
* @event Hooks#beforeSelectColumns
|
4953
4960
|
* @param {CellCoords} from Selection start coords object.
|
4954
4961
|
* @param {CellCoords} to Selection end coords object.
|
@@ -4982,7 +4989,7 @@ var REGISTERED_HOOKS = [/* eslint-disable jsdoc/require-description-complete-sen
|
|
4982
4989
|
/**
|
4983
4990
|
* Fired after one or more columns are selected (e.g. During mouse header click or {@link Core#selectColumns} API call).
|
4984
4991
|
*
|
4985
|
-
* @since
|
4992
|
+
* @since 14.0.0
|
4986
4993
|
* @event Hooks#afterSelectColumns
|
4987
4994
|
* @param {CellCoords} from Selection start coords object.
|
4988
4995
|
* @param {CellCoords} to Selection end coords object.
|
@@ -4992,7 +4999,7 @@ var REGISTERED_HOOKS = [/* eslint-disable jsdoc/require-description-complete-sen
|
|
4992
4999
|
/**
|
4993
5000
|
* Fired before one or more rows are selected (e.g. During mouse header click or {@link Core#selectRows} API call).
|
4994
5001
|
*
|
4995
|
-
* @since
|
5002
|
+
* @since 14.0.0
|
4996
5003
|
* @event Hooks#beforeSelectRows
|
4997
5004
|
* @param {CellCoords} from Selection start coords object.
|
4998
5005
|
* @param {CellCoords} to Selection end coords object.
|
@@ -5026,7 +5033,7 @@ var REGISTERED_HOOKS = [/* eslint-disable jsdoc/require-description-complete-sen
|
|
5026
5033
|
/**
|
5027
5034
|
* Fired after one or more rows are selected (e.g. During mouse header click or {@link Core#selectRows} API call).
|
5028
5035
|
*
|
5029
|
-
* @since
|
5036
|
+
* @since 14.0.0
|
5030
5037
|
* @event Hooks#afterSelectRows
|
5031
5038
|
* @param {CellCoords} from Selection start coords object.
|
5032
5039
|
* @param {CellCoords} to Selection end coords object.
|
@@ -14874,13 +14881,7 @@ var EditorManager = /*#__PURE__*/function () {
|
|
14874
14881
|
return;
|
14875
14882
|
}
|
14876
14883
|
if (!this.activeEditor) {
|
14877
|
-
|
14878
|
-
row = _this$instance$getSel2.row,
|
14879
|
-
col = _this$instance$getSel2.col;
|
14880
|
-
var renderableRowIndex = this.instance.rowIndexMapper.getRenderableFromVisualIndex(row);
|
14881
|
-
var renderableColumnIndex = this.instance.columnIndexMapper.getRenderableFromVisualIndex(col);
|
14882
|
-
this.instance.view.scrollViewport(this.instance._createCellCoords(renderableRowIndex, renderableColumnIndex));
|
14883
|
-
this.instance.view.render();
|
14884
|
+
this.instance.scrollToFocusedCell();
|
14884
14885
|
this.prepareEditor();
|
14885
14886
|
}
|
14886
14887
|
if (this.activeEditor) {
|
@@ -14955,9 +14956,9 @@ var EditorManager = /*#__PURE__*/function () {
|
|
14955
14956
|
key: "isCellEditable",
|
14956
14957
|
value: function isCellEditable() {
|
14957
14958
|
var editorClass = this.instance.getCellEditor(this.cellProperties);
|
14958
|
-
var _this$instance$
|
14959
|
-
row = _this$instance$
|
14960
|
-
col = _this$instance$
|
14959
|
+
var _this$instance$getSel2 = this.instance.getSelectedRangeLast().highlight,
|
14960
|
+
row = _this$instance$getSel2.row,
|
14961
|
+
col = _this$instance$getSel2.col;
|
14961
14962
|
var _this$instance = this.instance,
|
14962
14963
|
rowIndexMapper = _this$instance.rowIndexMapper,
|
14963
14964
|
columnIndexMapper = _this$instance.columnIndexMapper;
|
@@ -26741,7 +26742,7 @@ function Core(rootElement, userSettings) {
|
|
26741
26742
|
/**
|
26742
26743
|
* Returns the number of rendered row headers.
|
26743
26744
|
*
|
26744
|
-
* @since
|
26745
|
+
* @since 14.0.0
|
26745
26746
|
* @memberof Core#
|
26746
26747
|
* @function countRowHeaders
|
26747
26748
|
* @returns {number} Number of row headers.
|
@@ -26753,7 +26754,7 @@ function Core(rootElement, userSettings) {
|
|
26753
26754
|
/**
|
26754
26755
|
* Returns the number of rendered column headers.
|
26755
26756
|
*
|
26756
|
-
* @since
|
26757
|
+
* @since 14.0.0
|
26757
26758
|
* @memberof Core#
|
26758
26759
|
* @function countColHeaders
|
26759
26760
|
* @returns {number} Number of column headers.
|
@@ -27127,6 +27128,35 @@ function Core(rootElement, userSettings) {
|
|
27127
27128
|
return false;
|
27128
27129
|
};
|
27129
27130
|
|
27131
|
+
/**
|
27132
|
+
* Scrolls the viewport to coordinates specified by the currently focused cell.
|
27133
|
+
*
|
27134
|
+
* @since 14.0.0
|
27135
|
+
* @memberof Core#
|
27136
|
+
* @function scrollToFocusedCell
|
27137
|
+
* @param {Function} callback The callback function to call after the viewport is scrolled.
|
27138
|
+
*/
|
27139
|
+
this.scrollToFocusedCell = function () {
|
27140
|
+
var callback = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : function () {};
|
27141
|
+
if (!this.selection.isSelected()) {
|
27142
|
+
return;
|
27143
|
+
}
|
27144
|
+
this.addHookOnce('afterScroll', callback);
|
27145
|
+
var _this$getSelectedRang = this.getSelectedRangeLast(),
|
27146
|
+
highlight = _this$getSelectedRang.highlight;
|
27147
|
+
var renderableRowIndex = this.rowIndexMapper.getRenderableFromVisualIndex(highlight.row);
|
27148
|
+
var renderableColumnIndex = this.columnIndexMapper.getRenderableFromVisualIndex(highlight.col);
|
27149
|
+
var isScrolled = this.view.scrollViewport(this._createCellCoords(renderableRowIndex, renderableColumnIndex));
|
27150
|
+
if (isScrolled) {
|
27151
|
+
this.view.render();
|
27152
|
+
} else {
|
27153
|
+
this.removeHook('afterScroll', callback);
|
27154
|
+
this._registerImmediate(function () {
|
27155
|
+
return callback();
|
27156
|
+
});
|
27157
|
+
}
|
27158
|
+
};
|
27159
|
+
|
27130
27160
|
/**
|
27131
27161
|
* Removes the table from the DOM and destroys the instance of the Handsontable.
|
27132
27162
|
*
|
@@ -36604,7 +36634,7 @@ var _default = function _default() {
|
|
36604
36634
|
/**
|
36605
36635
|
* When set to `true`, the `navigableHeaders` option lets you navigate [row headers](@/guides/rows/row-header.md) and [column headers](@/guides/columns/column-header.md), using the arrow keys or the <kbd>**Tab**</kbd> key (if the [`disableTabNavigation`](#disabletabnavigation) option is set to `false`).
|
36606
36636
|
*
|
36607
|
-
* @since
|
36637
|
+
* @since 14.0.0
|
36608
36638
|
* @memberof Options#
|
36609
36639
|
* @type {boolean}
|
36610
36640
|
* @default false
|
@@ -40115,6 +40145,7 @@ var SHORTCUTS_CONTEXT_NAME = "plugin:".concat(PLUGIN_KEY);
|
|
40115
40145
|
var _editor = /*#__PURE__*/new WeakMap();
|
40116
40146
|
var _displaySwitch = /*#__PURE__*/new WeakMap();
|
40117
40147
|
var _preventEditorAutoSwitch = /*#__PURE__*/new WeakMap();
|
40148
|
+
var _preventEditorHiding = /*#__PURE__*/new WeakMap();
|
40118
40149
|
var _tempEditorDimensions = /*#__PURE__*/new WeakMap();
|
40119
40150
|
var _cellBelowCursor = /*#__PURE__*/new WeakMap();
|
40120
40151
|
var _commentValueBeforeSave = /*#__PURE__*/new WeakMap();
|
@@ -40171,6 +40202,17 @@ var Comments = /*#__PURE__*/function (_BasePlugin) {
|
|
40171
40202
|
writable: true,
|
40172
40203
|
value: false
|
40173
40204
|
});
|
40205
|
+
/**
|
40206
|
+
* Prevents hiding editor when the table viewport is scrolled and that scroll is triggered by the
|
40207
|
+
* keyboard shortcut that insert or edits the comment.
|
40208
|
+
*
|
40209
|
+
* @private
|
40210
|
+
* @type {boolean}
|
40211
|
+
*/
|
40212
|
+
_classPrivateFieldInitSpec((0, _assertThisInitialized2.default)(_this), _preventEditorHiding, {
|
40213
|
+
writable: true,
|
40214
|
+
value: false
|
40215
|
+
});
|
40174
40216
|
/**
|
40175
40217
|
* The property for holding editor dimensions for further processing.
|
40176
40218
|
*
|
@@ -40241,11 +40283,8 @@ var Comments = /*#__PURE__*/function (_BasePlugin) {
|
|
40241
40283
|
this.addHook('afterRenderer', function (TD, row, col, prop, value, cellProperties) {
|
40242
40284
|
return _this2.onAfterRenderer(TD, cellProperties);
|
40243
40285
|
});
|
40244
|
-
this.addHook('
|
40245
|
-
return _this2.
|
40246
|
-
});
|
40247
|
-
this.addHook('afterScrollVertically', function () {
|
40248
|
-
return _this2.hide();
|
40286
|
+
this.addHook('afterScroll', function () {
|
40287
|
+
return _this2.onAfterScroll();
|
40249
40288
|
});
|
40250
40289
|
this.addHook('afterBeginEditing', function () {
|
40251
40290
|
return _this2.hide();
|
@@ -40303,10 +40342,16 @@ var Comments = /*#__PURE__*/function (_BasePlugin) {
|
|
40303
40342
|
keys: [['Control', 'Alt', 'M']],
|
40304
40343
|
callback: function callback() {
|
40305
40344
|
var range = _this3.hot.getSelectedRangeLast();
|
40306
|
-
|
40307
|
-
_this3.
|
40308
|
-
|
40309
|
-
|
40345
|
+
(0, _classPrivateFieldSet2.default)(_this3, _preventEditorHiding, true);
|
40346
|
+
_this3.hot.scrollToFocusedCell(function () {
|
40347
|
+
_this3.setRange(range);
|
40348
|
+
_this3.show();
|
40349
|
+
_this3.focusEditor();
|
40350
|
+
manager.setActiveContextName(SHORTCUTS_CONTEXT_NAME);
|
40351
|
+
_this3.hot._registerTimeout(function () {
|
40352
|
+
(0, _classPrivateFieldSet2.default)(_this3, _preventEditorHiding, false);
|
40353
|
+
});
|
40354
|
+
});
|
40310
40355
|
},
|
40311
40356
|
stopPropagation: true,
|
40312
40357
|
runOnlyIf: function runOnlyIf() {
|
@@ -40868,6 +40913,17 @@ var Comments = /*#__PURE__*/function (_BasePlugin) {
|
|
40868
40913
|
}
|
40869
40914
|
}
|
40870
40915
|
|
40916
|
+
/**
|
40917
|
+
* Observes the changes in the scroll position if triggered it hides the comment editor.
|
40918
|
+
*/
|
40919
|
+
}, {
|
40920
|
+
key: "onAfterScroll",
|
40921
|
+
value: function onAfterScroll() {
|
40922
|
+
if (!(0, _classPrivateFieldGet3.default)(this, _preventEditorHiding)) {
|
40923
|
+
this.hide();
|
40924
|
+
}
|
40925
|
+
}
|
40926
|
+
|
40871
40927
|
/**
|
40872
40928
|
* Add Comments plugin options to the Context Menu.
|
40873
40929
|
*
|
@@ -43599,8 +43655,8 @@ Handsontable.hooks = _pluginHooks.default.getSingleton();
|
|
43599
43655
|
Handsontable.CellCoords = _src.CellCoords;
|
43600
43656
|
Handsontable.CellRange = _src.CellRange;
|
43601
43657
|
Handsontable.packageName = 'handsontable';
|
43602
|
-
Handsontable.buildDate = "
|
43603
|
-
Handsontable.version = "0.0.0-next-
|
43658
|
+
Handsontable.buildDate = "27/06/2023 13:48:55";
|
43659
|
+
Handsontable.version = "0.0.0-next-208afb8-20230627";
|
43604
43660
|
Handsontable.languages = {
|
43605
43661
|
dictionaryKeys: _registry.dictionaryKeys,
|
43606
43662
|
getLanguageDictionary: _registry.getLanguageDictionary,
|
@@ -45600,10 +45656,12 @@ var TableView = /*#__PURE__*/function () {
|
|
45600
45656
|
return _this2.afterRender(force);
|
45601
45657
|
},
|
45602
45658
|
onScrollVertically: function onScrollVertically() {
|
45603
|
-
|
45659
|
+
_this2.instance.runHooks('afterScrollVertically');
|
45660
|
+
_this2.instance.runHooks('afterScroll');
|
45604
45661
|
},
|
45605
45662
|
onScrollHorizontally: function onScrollHorizontally() {
|
45606
|
-
|
45663
|
+
_this2.instance.runHooks('afterScrollHorizontally');
|
45664
|
+
_this2.instance.runHooks('afterScroll');
|
45607
45665
|
},
|
45608
45666
|
onBeforeRemoveCellClassNames: function onBeforeRemoveCellClassNames() {
|
45609
45667
|
return _this2.instance.runHooks('beforeRemoveCellClassNames');
|
@@ -73702,6 +73760,7 @@ var ContextMenu = /*#__PURE__*/function (_BasePlugin) {
|
|
73702
73760
|
callback: function callback() {
|
73703
73761
|
var _this3$hot$getSelecte = _this3.hot.getSelectedRangeLast(),
|
73704
73762
|
highlight = _this3$hot$getSelecte.highlight;
|
73763
|
+
_this3.hot.scrollToFocusedCell();
|
73705
73764
|
var rect = _this3.hot.getCell(highlight.row, highlight.col, true).getBoundingClientRect();
|
73706
73765
|
var offset = (0, _utils.getDocumentOffsetByElement)(_this3.menu.container, _this3.hot.rootDocument);
|
73707
73766
|
_this3.open({
|
@@ -26,8 +26,8 @@
|
|
26
26
|
* INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING FROM
|
27
27
|
* USE OR INABILITY TO USE THIS SOFTWARE.
|
28
28
|
*
|
29
|
-
* Version: 0.0.0-next-
|
30
|
-
* Release date: 23/05/2023 (built at
|
29
|
+
* Version: 0.0.0-next-208afb8-20230627
|
30
|
+
* Release date: 23/05/2023 (built at 27/06/2023 13:49:41)
|
31
31
|
*/.handsontable .table td,.handsontable .table th{border-top:none}.handsontable tr{background:#fff}.handsontable td{background-color:inherit}.handsontable .table caption+thead tr:first-child td,.handsontable .table caption+thead tr:first-child th,.handsontable .table colgroup+thead tr:first-child td,.handsontable .table colgroup+thead tr:first-child th,.handsontable .table thead:first-child tr:first-child td,.handsontable .table thead:first-child tr:first-child th{border-top:1px solid #ccc}.handsontable .table-bordered{border:0;border-collapse:separate}.handsontable .table-bordered td,.handsontable .table-bordered th{border-left:none}.handsontable .table-bordered td:first-child,.handsontable .table-bordered th:first-child{border-left:1px solid #ccc}.handsontable .table>tbody>tr>td,.handsontable .table>tbody>tr>th,.handsontable .table>tfoot>tr>td,.handsontable .table>tfoot>tr>th,.handsontable .table>thead>tr>td,.handsontable .table>thead>tr>th{line-height:21px;padding:0}.col-lg-1.handsontable,.col-lg-10.handsontable,.col-lg-11.handsontable,.col-lg-12.handsontable,.col-lg-2.handsontable,.col-lg-3.handsontable,.col-lg-4.handsontable,.col-lg-5.handsontable,.col-lg-6.handsontable,.col-lg-7.handsontable,.col-lg-8.handsontable,.col-lg-9.handsontable,.col-md-1.handsontable,.col-md-10.handsontable,.col-md-11.handsontable,.col-md-12.handsontable,.col-md-2.handsontable,.col-md-3.handsontable,.col-md-4.handsontable,.col-md-5.handsontable,.col-md-6.handsontable,.col-md-7.handsontable,.col-md-8.handsontable,.col-md-9.handsontable .col-sm-1.handsontable,.col-sm-10.handsontable,.col-sm-11.handsontable,.col-sm-12.handsontable,.col-sm-2.handsontable,.col-sm-3.handsontable,.col-sm-4.handsontable,.col-sm-5.handsontable,.col-sm-6.handsontable,.col-sm-7.handsontable,.col-sm-8.handsontable,.col-sm-9.handsontable .col-xs-1.handsontable,.col-xs-10.handsontable,.col-xs-11.handsontable,.col-xs-12.handsontable,.col-xs-2.handsontable,.col-xs-3.handsontable,.col-xs-4.handsontable,.col-xs-5.handsontable,.col-xs-6.handsontable,.col-xs-7.handsontable,.col-xs-8.handsontable,.col-xs-9.handsontable{padding-left:0;padding-right:0}.handsontable .table-striped>tbody>tr:nth-of-type(2n){background-color:#fff}.handsontable{position:relative}.handsontable .hide{display:none}.handsontable .relative{position:relative}.handsontable .wtHider{width:0}.handsontable .wtSpreader{height:auto;position:relative;width:0}.handsontable div,.handsontable input,.handsontable table,.handsontable tbody,.handsontable td,.handsontable textarea,.handsontable th,.handsontable thead{box-sizing:content-box;-webkit-box-sizing:content-box;-moz-box-sizing:content-box}.handsontable input,.handsontable textarea{min-height:auto}.handsontable table.htCore{border-collapse:separate;border-spacing:0;border-width:0;cursor:default;margin:0;max-height:none;max-width:none;outline-width:0;table-layout:fixed;width:0}.handsontable col,.handsontable col.rowHeader{width:50px}.handsontable td,.handsontable th{background-color:#fff;border-bottom:1px solid #ccc;border-left-width:0;border-right:1px solid #ccc;border-top-width:0;empty-cells:show;height:22px;line-height:21px;outline-width:0;overflow:hidden;padding:0 4px;vertical-align:top;white-space:pre-wrap}[dir=rtl].handsontable td,[dir=rtl].handsontable th{border-left:1px solid #ccc;border-right-width:0}.handsontable th:last-child{border-bottom:1px solid #ccc;border-left:none;border-right:1px solid #ccc}[dir=rtl].handsontable th:last-child{border-left:1px solid #ccc;border-right:none}.handsontable td:first-of-type,.handsontable th:first-child,.handsontable th:nth-child(2){border-left:1px solid #ccc}[dir=rtl].handsontable td:first-of-type,[dir=rtl].handsontable th:first-child,[dir=rtl].handsontable th:nth-child(2){border-right:1px solid #ccc}.handsontable .ht_clone_top th:nth-child(2){border-left-width:0;border-right:1px solid #ccc}[dir=rtl].handsontable .ht_clone_top th:nth-child(2){border-left:1px solid #ccc;border-right-width:0}.handsontable.htRowHeaders thead tr th:nth-child(2){border-left:1px solid #ccc}[dir=rtl].handsontable.htRowHeaders thead tr th:nth-child(2){border-right:1px solid #ccc}.handsontable tr:first-child td,.handsontable tr:first-child th{border-top:1px solid #ccc}.ht_master:not(.innerBorderInlineStart):not(.emptyColumns)~.handsontable tbody tr th,.ht_master:not(.innerBorderInlineStart):not(.emptyColumns)~.handsontable:not(.ht_clone_top) thead tr th:first-child{border-left:1px solid #ccc;border-right-width:0}[dir=rtl].ht_master:not(.innerBorderInlineStart):not(.emptyColumns)~.handsontable tbody tr th,[dir=rtl].ht_master:not(.innerBorderInlineStart):not(.emptyColumns)~.handsontable:not(.ht_clone_top) thead tr th:first-child{border-left-width:0;border-right:1px solid #ccc}.ht_master:not(.innerBorderTop):not(.innerBorderBottom) thead tr.lastChild th,.ht_master:not(.innerBorderTop):not(.innerBorderBottom) thead tr:last-child th,.ht_master:not(.innerBorderTop):not(.innerBorderBottom)~.handsontable thead tr.lastChild th,.ht_master:not(.innerBorderTop):not(.innerBorderBottom)~.handsontable thead tr:last-child th{border-bottom-width:0}.handsontable th{background-color:#f0f0f0;color:#222;font-weight:400;text-align:center;white-space:nowrap}.handsontable thead th{padding:0}.handsontable th.active{background-color:#ccc}.handsontable thead th .relative{padding:2px 4px}.handsontable span.colHeader{display:inline-block;line-height:1.1}.handsontable .wtBorder{font-size:0;position:absolute}.handsontable .wtBorder.hidden{display:none!important}.handsontable .wtBorder.current{z-index:10}.handsontable .wtBorder.area{z-index:8}.handsontable .wtBorder.fill{z-index:6}.handsontable .wtBorder.corner{cursor:crosshair;font-size:0}.ht_clone_master{z-index:100}.ht_clone_inline_start{z-index:120}.ht_clone_bottom{z-index:130}.ht_clone_bottom_inline_start_corner{z-index:150}.ht_clone_top{z-index:160}.ht_clone_top_inline_start_corner{z-index:180}.handsontable col.hidden{width:0!important}.handsontable tr.hidden,.handsontable tr.hidden td,.handsontable tr.hidden th{display:none}.ht_clone_bottom,.ht_clone_inline_start,.ht_clone_top,.ht_master{overflow:hidden}.ht_master .wtHolder{overflow:auto}.handsontable .ht_clone_inline_start thead,.handsontable .ht_master thead,.handsontable .ht_master tr th{visibility:hidden}.ht_clone_bottom .wtHolder,.ht_clone_inline_start .wtHolder,.ht_clone_top .wtHolder{overflow:hidden}.handsontable{color:#373737;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Helvetica Neue,Arial,sans-serif;font-size:13px;font-weight:400;touch-action:manipulation}.handsontable a{color:#104acc}.handsontable.htAutoSize{left:-99000px;position:absolute;top:-99000px;visibility:hidden}.handsontable td.htInvalid{background-color:#ff4c42!important}.handsontable td.htNoWrap{white-space:nowrap}.hot-display-license-info{color:#373737;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Helvetica Neue,Arial,sans-serif;font-size:10px;font-weight:400;padding:5px 0 3px;text-align:left}.hot-display-license-info a{color:#104acc;font-size:10px}.handsontable .manualColumnResizer{cursor:col-resize;height:25px;position:absolute;top:0;width:5px;z-index:210}.handsontable .manualRowResizer{cursor:row-resize;height:5px;left:0;position:absolute;width:50px;z-index:210}.handsontable .manualColumnResizer.active,.handsontable .manualColumnResizer:hover,.handsontable .manualRowResizer.active,.handsontable .manualRowResizer:hover{background-color:#34a9db}.handsontable .manualColumnResizerGuide{background-color:#34a9db;border-left:none;border-right:1px dashed #777;display:none;margin-left:5px;margin-right:unset;position:absolute;right:unset;top:0;width:0}[dir=rtl].handsontable .manualColumnResizerGuide{border-left:1px dashed #777;border-right:none;left:unset;margin-left:unset;margin-right:5px}.handsontable .manualRowResizerGuide{background-color:#34a9db;border-bottom:1px dashed #777;bottom:0;display:none;height:0;left:0;margin-top:5px;position:absolute}.handsontable .manualColumnResizerGuide.active,.handsontable .manualRowResizerGuide.active{display:block;z-index:209}.handsontable .columnSorting{position:relative}.handsontable .columnSorting.sortAction:hover{cursor:pointer;text-decoration:underline}.handsontable span.colHeader.columnSorting:before{background-position-x:right;background-repeat:no-repeat;background-size:contain;content:"";height:10px;left:unset;margin-top:-6px;padding-left:8px;padding-right:0;position:absolute;right:-9px;top:50%;width:5px}[dir=rtl].handsontable span.colHeader.columnSorting:before{background-position-x:left;left:-9px;padding-left:0;padding-right:8px;right:unset}.handsontable span.colHeader.columnSorting.ascending:before{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAoCAMAAADJ7yrpAAAAKlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKE86IAAAADXRSTlMABBEmRGprlJW72e77tTkTKwAAAFNJREFUeAHtzjkSgCAUBNHPgsoy97+ulGXRqJE5L+xkxoYt2UdsLb5bqFINz+aLuuLn5rIu2RkO3fZpWENimNgiw6iBYRTPMLJjGFxQZ1hxxb/xBI1qC8k39CdKAAAAAElFTkSuQmCC")}.handsontable span.colHeader.columnSorting.descending:before{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAoCAMAAADJ7yrpAAAAKlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKE86IAAAADXRSTlMABBEmRGprlJW72e77tTkTKwAAAFJJREFUeAHtzjkSgCAQRNFmQYUZ7n9dKUvru0TmvPAn3br0QfgdZ5xx6x+rQn23GqTYnq1FDcnuzZIO2WmedVqIRVxgGKEyjNgYRjKGkZ1hFIZ3I70LyM0VtU8AAAAASUVORK5CYII=")}.htGhostTable .htCore span.colHeader.columnSorting:not(.indicatorDisabled):after{content:"*";display:inline-block;padding-right:20px;position:relative}.handsontable td.area,.handsontable td.area-1,.handsontable td.area-2,.handsontable td.area-3,.handsontable td.area-4,.handsontable td.area-5,.handsontable td.area-6,.handsontable td.area-7{position:relative}.handsontable td.area-1:before,.handsontable td.area-2:before,.handsontable td.area-3:before,.handsontable td.area-4:before,.handsontable td.area-5:before,.handsontable td.area-6:before,.handsontable td.area-7:before,.handsontable td.area:before{background:#005eff;bottom:0;bottom:-100%\9;content:"";left:0;position:absolute;right:0;top:0}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.handsontable td.area-1:before,.handsontable td.area-2:before,.handsontable td.area-3:before,.handsontable td.area-4:before,.handsontable td.area-5:before,.handsontable td.area-6:before,.handsontable td.area-7:before,.handsontable td.area:before{bottom:-100%}}.handsontable td.area:before{opacity:.1}.handsontable td.area-1:before{opacity:.2}.handsontable td.area-2:before{opacity:.27}.handsontable td.area-3:before{opacity:.35}.handsontable td.area-4:before{opacity:.41}.handsontable td.area-5:before{opacity:.47}.handsontable td.area-6:before{opacity:.54}.handsontable td.area-7:before{opacity:.58}.handsontable tbody th.current,.handsontable thead th.current{box-shadow:inset 0 0 0 2px #5292f7}.handsontable tbody th.ht__highlight,.handsontable thead th.ht__highlight{background-color:#dcdcdc}.handsontable tbody th.ht__active_highlight,.handsontable thead th.ht__active_highlight{background-color:#8eb0e7;color:#000}.handsontableInput{background-color:#fff;border:none;border-radius:0;box-shadow:inset 0 0 0 2px #5292f7;color:#000;display:block;font-family:inherit;font-size:inherit;line-height:21px;margin:0;outline-width:0;padding:1px 5px 0;resize:none}.handsontableInput:focus{outline:none}.handsontableInputHolder{left:0;position:absolute;top:0}.htSelectEditor{-webkit-appearance:menulist-button!important;position:absolute;width:auto}.htSelectEditor:focus{outline:none}.handsontable .htDimmed{color:#777}.handsontable .htSubmenu{position:relative}.handsontable .htSubmenu :after{color:#777;content:"▶";font-size:9px;position:absolute;right:5px}[dir=rtl].handsontable .htSubmenu :after{content:""}[dir=rtl].handsontable .htSubmenu :before{color:#777;content:"◀";font-size:9px;left:5px;position:absolute}.handsontable .htLeft{text-align:left}.handsontable .htCenter{text-align:center}.handsontable .htRight{text-align:right}.handsontable .htJustify{text-align:justify}.handsontable .htTop{vertical-align:top}.handsontable .htMiddle{vertical-align:middle}.handsontable .htBottom{vertical-align:bottom}.handsontable .htPlaceholder{color:#999}.handsontable.listbox{margin:0}.handsontable.listbox .ht_master table{background:#fff;border:1px solid #ccc;border-collapse:separate}.handsontable.listbox td,.handsontable.listbox th,.handsontable.listbox tr:first-child td,.handsontable.listbox tr:first-child th,.handsontable.listbox tr:last-child th{border-color:transparent!important}.handsontable.listbox td,.handsontable.listbox th{text-overflow:ellipsis;white-space:nowrap}.handsontable.listbox td.htDimmed{color:inherit;cursor:default;font-style:inherit}.handsontable.listbox .wtBorder{visibility:hidden}.handsontable.listbox tr td.current,.handsontable.listbox tr:hover td{background:#eee}.ht_editor_hidden{z-index:-1}.ht_editor_visible{z-index:200}.handsontable td.htSearchResult{background:#fcedd9;color:#583707}.handsontable .collapsibleIndicator{background:#eee;border:1px solid #a6a6a6;border-radius:10px;-webkit-box-shadow:0 0 0 6px #eee;-moz-box-shadow:0 0 0 6px #eee;box-shadow:0 0 0 3px #eee;color:#222;cursor:pointer;font-size:10px;height:10px;left:unset;line-height:8px;position:absolute;right:5px;text-align:center;top:50%;transform:translateY(-50%);width:10px}[dir=rtl].handsontable .collapsibleIndicator{left:5px;right:unset}.handsontable.mobile,.handsontable.mobile .wtHolder{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-overflow-scrolling:touch;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.handsontable.mobile .handsontableInput:focus{-webkit-appearance:none;-webkit-box-shadow:inset 0 0 0 2px #5292f7;-moz-box-shadow:inset 0 0 0 2px #5292f7;box-shadow:inset 0 0 0 2px #5292f7}.topSelectionHandle-HitArea:not(.ht_master .topSelectionHandle-HitArea),.topSelectionHandle:not(.ht_master .topSelectionHandle){z-index:9999}.handsontable .bottomSelectionHandle,.handsontable .bottomSelectionHandle-HitArea,.handsontable .topSelectionHandle,.handsontable .topSelectionHandle-HitArea{left:-10000px;right:unset;top:-10000px}[dir=rtl].handsontable .bottomSelectionHandle,[dir=rtl].handsontable .bottomSelectionHandle-HitArea,[dir=rtl].handsontable .topSelectionHandle,[dir=rtl].handsontable .topSelectionHandle-HitArea{left:unset;right:-10000px}.handsontable.hide-tween{-webkit-animation:opacity-hide .3s;animation:opacity-hide .3s;animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards}.handsontable.show-tween{-webkit-animation:opacity-show .3s;animation:opacity-show .3s;animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards}.handsontable .htAutocompleteArrow{color:#eee;cursor:default;float:right;font-size:10px;text-align:center;width:16px}[dir=rtl].handsontable .htAutocompleteArrow{float:left}.handsontable td .htAutocompleteArrow:hover{color:#777}.handsontable td.area .htAutocompleteArrow{color:#d3d3d3}.handsontable .htCheckboxRendererInput{display:inline-block}.handsontable .htCheckboxRendererInput.noValue{opacity:.5}.handsontable .htCheckboxRendererLabel{cursor:pointer;display:inline-block;font-size:inherit;vertical-align:middle}.handsontable .htCheckboxRendererLabel.fullWidth{width:100%}.handsontable .htCommentCell{position:relative}.handsontable .htCommentCell:after{border-left:6px solid transparent;border-right:none;border-top:6px solid #000;content:"";left:unset;position:absolute;right:0;top:0}[dir=rtl].handsontable .htCommentCell:after{border-left:none;border-right:6px solid transparent;left:0;right:unset}.htCommentsContainer .htComments{display:none;position:absolute;z-index:1059}.htCommentsContainer .htCommentTextArea{-webkit-appearance:none;background-color:#fff;border:none;border-left:3px solid #ccc;box-shadow:0 1px 3px rgba(0,0,0,.118),0 1px 2px rgba(0,0,0,.239);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:12px;height:90px;outline:0!important;padding:5px;width:215px}[dir=rtl].htCommentsContainer .htCommentTextArea{border-left:none;border-right:3px solid #ccc}.htCommentsContainer .htCommentTextArea:focus{border-left:3px solid #5292f7;border-right:none;box-shadow:0 1px 3px rgba(0,0,0,.118),0 1px 2px rgba(0,0,0,.239),inset 0 0 0 1px #5292f7}[dir=rtl].htCommentsContainer .htCommentTextArea:focus{border-left:none;border-right:3px solid #5292f7}
|
32
32
|
/*!
|
33
33
|
* Handsontable ContextMenu
|