handsontable 0.0.0-next-9014f6b-20221201 → 0.0.0-next-c8630a2-20221202

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.

@@ -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-9014f6b-20221201
29
- * Release date: 25/10/2022 (built at 01/12/2022 13:36:55)
28
+ * Version: 0.0.0-next-c8630a2-20221202
29
+ * Release date: 25/10/2022 (built at 02/12/2022 13:36:41)
30
30
  */
31
31
  (function webpackUniversalModuleDefinition(root, factory) {
32
32
  if(typeof exports === 'object' && typeof module === 'object')
@@ -2846,7 +2846,7 @@ var domMessages = {
2846
2846
  function _injectProductInfo(key, element) {
2847
2847
  var hasValidType = !isEmpty(key);
2848
2848
  var isNonCommercial = typeof key === 'string' && key.toLowerCase() === 'non-commercial-and-evaluation';
2849
- var hotVersion = "0.0.0-next-9014f6b-20221201";
2849
+ var hotVersion = "0.0.0-next-c8630a2-20221202";
2850
2850
  var keyValidityDate;
2851
2851
  var consoleMessageState = 'invalid';
2852
2852
  var domMessageState = 'invalid';
@@ -21101,7 +21101,7 @@ var Formulas = /*#__PURE__*/function (_BasePlugin) {
21101
21101
  * @private
21102
21102
  * @param {Array[]} changes An array of changes in format [[row, prop, oldValue, value], ...].
21103
21103
  * @param {string} [source] String that identifies source of hook call
21104
- * ([list of all available sources]{@link http://docs.handsontable.com/tutorial-using-callbacks.html#page-source-definition}).
21104
+ * ([list of all available sources]{@link https://handsontable.com/docs/javascript-data-grid/events-and-hooks/#handsontable-hooks}).
21105
21105
  */
21106
21106
  }, {
21107
21107
  key: "onAfterSetDataAtCell",
@@ -21162,7 +21162,7 @@ var Formulas = /*#__PURE__*/function (_BasePlugin) {
21162
21162
  * @private
21163
21163
  * @param {Array[]} changes An array of changes in format [[row, column, oldValue, value], ...].
21164
21164
  * @param {string} [source] String that identifies source of hook call
21165
- * ([list of all available sources]{@link http://docs.handsontable.com/tutorial-using-callbacks.html#page-source-definition}).
21165
+ * ([list of all available sources]{@link https://handsontable.com/docs/javascript-data-grid/events-and-hooks/#handsontable-hooks}).
21166
21166
  */
21167
21167
  }, {
21168
21168
  key: "onAfterSetSourceDataAtCell",
@@ -21277,7 +21277,7 @@ var Formulas = /*#__PURE__*/function (_BasePlugin) {
21277
21277
  * @param {number} row Represents the visual index of first newly created row in the data source array.
21278
21278
  * @param {number} amount Number of newly created rows in the data source array.
21279
21279
  * @param {string} [source] String that identifies source of hook call
21280
- * ([list of all available sources]{@link http://docs.handsontable.com/tutorial-using-callbacks.html#page-source-definition}).
21280
+ * ([list of all available sources]{@link https://handsontable.com/docs/javascript-data-grid/events-and-hooks/#handsontable-hooks}).
21281
21281
  */
21282
21282
  }, {
21283
21283
  key: "onAfterCreateRow",
@@ -21296,7 +21296,7 @@ var Formulas = /*#__PURE__*/function (_BasePlugin) {
21296
21296
  * @param {number} col Represents the visual index of first newly created column in the data source.
21297
21297
  * @param {number} amount Number of newly created columns in the data source.
21298
21298
  * @param {string} [source] String that identifies source of hook call
21299
- * ([list of all available sources]{@link http://docs.handsontable.com/tutorial-using-callbacks.html#page-source-definition}).
21299
+ * ([list of all available sources]{@link https://handsontable.com/docs/javascript-data-grid/events-and-hooks/#handsontable-hooks}).
21300
21300
  */
21301
21301
  }, {
21302
21302
  key: "onAfterCreateCol",
@@ -21316,7 +21316,7 @@ var Formulas = /*#__PURE__*/function (_BasePlugin) {
21316
21316
  * @param {number} amount An amount of removed rows.
21317
21317
  * @param {number[]} physicalRows An array of physical rows removed from the data source.
21318
21318
  * @param {string} [source] String that identifies source of hook call
21319
- * ([list of all available sources]{@link http://docs.handsontable.com/tutorial-using-callbacks.html#page-source-definition}).
21319
+ * ([list of all available sources]{@link https://handsontable.com/docs/javascript-data-grid/events-and-hooks/#handsontable-hooks}).
21320
21320
  */
21321
21321
  }, {
21322
21322
  key: "onAfterRemoveRow",
@@ -21342,7 +21342,7 @@ var Formulas = /*#__PURE__*/function (_BasePlugin) {
21342
21342
  * @param {number} amount An amount of removed columns.
21343
21343
  * @param {number[]} physicalColumns An array of physical columns removed from the data source.
21344
21344
  * @param {string} [source] String that identifies source of hook call
21345
- * ([list of all available sources]{@link http://docs.handsontable.com/tutorial-using-callbacks.html#page-source-definition}).
21345
+ * ([list of all available sources]{@link https://handsontable.com/docs/javascript-data-grid/events-and-hooks/#handsontable-hooks}).
21346
21346
  */
21347
21347
  }, {
21348
21348
  key: "onAfterRemoveCol",
@@ -22642,7 +22642,7 @@ var deprecationWarns = new Set();
22642
22642
  *
22643
22643
  * ::: only-for react
22644
22644
  * To use these methods, associate a Handsontable instance with your instance
22645
- * of the [`HotTable` component](@/guides/getting-started/installation.md#hottable-component),
22645
+ * of the [`HotTable` component](@/guides/getting-started/installation.md#use-the-hottable-component),
22646
22646
  * by using React's `ref` feature (read more on the [Instance methods](@/guides/getting-started/react-methods.md) page).
22647
22647
  * :::
22648
22648
  *
@@ -32641,7 +32641,7 @@ var _object = __webpack_require__(12);
32641
32641
  * ::: only-for react
32642
32642
  *
32643
32643
  * To apply configuration options, pass them as individual props
32644
- * of the [`HotTable`](@/guides/getting-started/installation.md##hottable-component)
32644
+ * of the [`HotTable`](@/guides/getting-started/installation.md#use-the-hottable-component)
32645
32645
  * or [`HotColumn`](@/guides/columns/react-hot-column.md) components.
32646
32646
  *
32647
32647
  * Read more on the [Configuration options](@/guides/getting-started/configuration-options.md) page.
@@ -32671,10 +32671,10 @@ var _object = __webpack_require__(12);
32671
32671
  * :::
32672
32672
  *
32673
32673
  * Depending on your needs, you can apply [configuration options](@/api/options.md) to different elements of your grid:
32674
- * - [The entire grid](@/guides/getting-started/configuration-options.md#setting-grid-options)
32675
- * - [Individual columns](@/guides/getting-started/configuration-options.md#setting-column-options)
32676
- * - [Individual rows](@/guides/getting-started/configuration-options.md#setting-row-options)
32677
- * - [Individual cells](@/guides/getting-started/configuration-options.md#setting-cell-options)
32674
+ * - [The entire grid](@/guides/getting-started/configuration-options.md#set-grid-options)
32675
+ * - [Individual columns](@/guides/getting-started/configuration-options.md#set-column-options)
32676
+ * - [Individual rows](@/guides/getting-started/configuration-options.md#set-row-options)
32677
+ * - [Individual cells](@/guides/getting-started/configuration-options.md#set-cell-options)
32678
32678
  * - [Individual grid elements, based on any logic you implement](@/guides/getting-started/configuration-options.md#implementing-custom-logic)
32679
32679
  *
32680
32680
  * Read more:
@@ -33067,11 +33067,11 @@ var _default = function _default() {
33067
33067
  /**
33068
33068
  * The `cell` option lets you apply [configuration options](@/guides/getting-started/configuration-options.md) to individual cells.
33069
33069
  *
33070
- * The `cell` option overwrites the [top-level grid options](@/guides/getting-started/configuration-options.md#setting-grid-options),
33070
+ * The `cell` option overwrites the [top-level grid options](@/guides/getting-started/configuration-options.md#set-grid-options),
33071
33071
  * and the [`columns`](#columns) options.
33072
33072
  *
33073
33073
  * Read more:
33074
- * - [Configuration options: Setting cell options](@/guides/getting-started/configuration-options.md#setting-cell-options)
33074
+ * - [Configuration options: Setting cell options](@/guides/getting-started/configuration-options.md#set-cell-options)
33075
33075
  * - [`columns`](#columns)
33076
33076
  *
33077
33077
  * @memberof Options#
@@ -33108,8 +33108,8 @@ var _default = function _default() {
33108
33108
  * | `prop` | No | String \| Number | If [`data`](#data) is set to an [array of arrays](@/guides/getting-started/binding-to-data.md#array-of-arrays), `prop` is the same number as `column`.<br><br>If [`data`](#data) is set to an [array of objects](@/guides/getting-started/binding-to-data.md#array-of-objects), `prop` is a property name for the column's data object. |
33109
33109
  *
33110
33110
  * Read more:
33111
- * - [Configuration options: Implementing custom logic](@/guides/getting-started/configuration-options.md#implementing-custom-logic)
33112
- * - [Configuration options: Setting row options](@/guides/getting-started/configuration-options.md#setting-row-options)
33111
+ * - [Configuration options: Implementing custom logic](@/guides/getting-started/configuration-options.md#implement-custom-logic)
33112
+ * - [Configuration options: Setting row options](@/guides/getting-started/configuration-options.md#set-row-options)
33113
33113
  * - [`columns`](#columns)
33114
33114
  * - [`cell`](#cell)
33115
33115
  *
@@ -33326,12 +33326,12 @@ var _default = function _default() {
33326
33326
  * - An array of objects (each object represents one column)
33327
33327
  * - A function that returns an array of objects
33328
33328
  *
33329
- * The `columns` option overwrites the [top-level grid options](@/guides/getting-started/configuration-options.md#setting-grid-options).
33329
+ * The `columns` option overwrites the [top-level grid options](@/guides/getting-started/configuration-options.md#set-grid-options).
33330
33330
  *
33331
33331
  * When you use `columns`, the [`startCols`](#startCols), [`minCols`](#minCols), and [`maxCols`](#maxCols) options are ignored.
33332
33332
  *
33333
33333
  * Read more:
33334
- * - [Configuration options: Setting column options](@/guides/getting-started/configuration-options.md#setting-column-options)
33334
+ * - [Configuration options: Setting column options](@/guides/getting-started/configuration-options.md#set-column-options)
33335
33335
  * - [`startCols`](#startCols)
33336
33336
  * - [`minCols`](#minCols)
33337
33337
  * - [`maxCols`](#maxCols)
@@ -33464,12 +33464,12 @@ var _default = function _default() {
33464
33464
  * | `type` | `'sum'` \| `'min'` \| `'max'` \| `'count'` \| `'average'` \| `'custom'` | [Summary function](@/guides/columns/column-summary.md#step-3-calculate-your-summary) |
33465
33465
  * | `destinationRow` | A number | [Destination cell's row coordinate](@/guides/columns/column-summary.md#step-4-provide-the-destination-cell-s-coordinates) |
33466
33466
  * | `destinationColumn` | A number | [Destination cell's column coordinate](@/guides/columns/column-summary.md#step-4-provide-the-destination-cell-s-coordinates) |
33467
- * | `forceNumeric` | `true` \| `false` | [Treat non-numerics as numerics](@/guides/columns/column-summary.md#forcing-numeric-values) |
33467
+ * | `forceNumeric` | `true` \| `false` | [Treat non-numerics as numerics](@/guides/columns/column-summary.md#force-numeric-values) |
33468
33468
  * | `reversedRowCoords` | `true` \| `false` | [Reverse row coordinates](@/guides/columns/column-summary.md#step-5-make-room-for-the-destination-cell) |
33469
- * | `suppressDataTypeErrors` | `true` \| `false` | [Suppress data type errors](@/guides/columns/column-summary.md#throwing-data-type-errors) |
33469
+ * | `suppressDataTypeErrors` | `true` \| `false` | [Suppress data type errors](@/guides/columns/column-summary.md#throw-data-type-errors) |
33470
33470
  * | `readOnly` | `true` \| `false` | Make summary cell read-only |
33471
- * | `roundFloat` | `true` \| `false` | [Round summary result](@/guides/columns/column-summary.md#rounding-a-column-summary-result) |
33472
- * | `customFunction` | A function | [Custom summary function](@/guides/columns/column-summary.md#implementing-a-custom-summary-function) |
33471
+ * | `roundFloat` | `true` \| `false` | [Round summary result](@/guides/columns/column-summary.md#round-a-column-summary-result) |
33472
+ * | `customFunction` | A function | [Custom summary function](@/guides/columns/column-summary.md#implement-a-custom-summary-function) |
33473
33473
  *
33474
33474
  * Read more:
33475
33475
  * - [Column summary](@/guides/columns/column-summary.md)
@@ -33647,13 +33647,13 @@ var _default = function _default() {
33647
33647
  * | `false` | Disable the [`ContextMenu`](@/api/contextMenu.md) plugin |
33648
33648
  * | `true` | - Enable the [`ContextMenu`](@/api/contextMenu.md) plugin<br>- Use the [default context menu options](@/guides/accessories-and-menus/context-menu.md#context-menu-with-default-options) |
33649
33649
  * | An array | - Enable the [`ContextMenu`](@/api/contextMenu.md) plugin<br>- Modify [individual context menu options](@/guides/accessories-and-menus/context-menu.md#context-menu-with-specific-options) |
33650
- * | An object | - Enable the [`ContextMenu`](@/api/contextMenu.md) plugin<br>- Apply a [custom context menu configuration](@/guides/accessories-and-menus/context-menu.md#context-menu-with-fully-custom-configuration) |
33650
+ * | An object | - Enable the [`ContextMenu`](@/api/contextMenu.md) plugin<br>- Apply a [custom context menu configuration](@/guides/accessories-and-menus/context-menu.md#context-menu-with-a-fully-custom-configuration) |
33651
33651
  *
33652
33652
  * Read more:
33653
33653
  * - [Context menu](@/guides/accessories-and-menus/context-menu.md)
33654
33654
  * - [Context menu: Context menu with default options](@/guides/accessories-and-menus/context-menu.md#context-menu-with-default-options)
33655
33655
  * - [Context menu: Context menu with specific options](@/guides/accessories-and-menus/context-menu.md#context-menu-with-specific-options)
33656
- * - [Context menu: Context menu with fully custom configuration options](@/guides/accessories-and-menus/context-menu.md#context-menu-with-fully-custom-configuration)
33656
+ * - [Context menu: Context menu with fully custom configuration options](@/guides/accessories-and-menus/context-menu.md#context-menu-with-a-fully-custom-configuration)
33657
33657
  * - [Plugins: `ContextMenu`](@/api/contextMenu.md)
33658
33658
  *
33659
33659
  * @memberof Options#
@@ -35150,7 +35150,7 @@ var _default = function _default() {
35150
35150
  *
35151
35151
  * You can set the layout direction only at Handsontable's [initialization](@/guides/getting-started/installation.md#initialize-handsontable). Any change of the `layoutDirection` option after the initialization (e.g. using the [`updateSettings()`](@/api/core.md#updatesettings) method) is ignored.
35152
35152
  *
35153
- * You can set the `layoutDirection` option only [for the entire grid](@/guides/getting-started/configuration-options.md#setting-grid-options).
35153
+ * You can set the `layoutDirection` option only [for the entire grid](@/guides/getting-started/configuration-options.md#set-grid-options).
35154
35154
  * You can't set it for individual columns, rows, or cells.
35155
35155
  *
35156
35156
  * You can set the `layoutDirection` option to one of the following strings:
@@ -35222,8 +35222,8 @@ var _default = function _default() {
35222
35222
  * The `locale` option configures Handsontable's [locale](@/guides/internationalization/locale.md) settings.
35223
35223
  *
35224
35224
  * You can set the `locale` option to any valid and canonicalized Unicode BCP 47 locale tag,
35225
- * both for the [entire grid](@/guides/internationalization/locale.md#setting-the-grid-s-locale),
35226
- * and for [individual columns](@/guides/internationalization/locale.md#setting-a-column-s-locale).
35225
+ * both for the [entire grid](@/guides/internationalization/locale.md#set-the-grid-s-locale),
35226
+ * and for [individual columns](@/guides/internationalization/locale.md#set-a-column-s-locale).
35227
35227
  *
35228
35228
  * Read more:
35229
35229
  * - [Locale](@/guides/internationalization/locale.md)
@@ -35876,7 +35876,7 @@ var _default = function _default() {
35876
35876
  * | `true` | Enable the [`PersistentState`](@/api/persistentState.md) plugin |
35877
35877
  *
35878
35878
  * Read more:
35879
- * - [Saving data: Saving data locally](@/guides/getting-started/saving-data.md#saving-data-locally)
35879
+ * - [Saving data: Saving data locally](@/guides/getting-started/saving-data.md#save-data-locally)
35880
35880
  * - [Plugins: `PersistentState`](@/api/persistentState.md)
35881
35881
  *
35882
35882
  * @memberof Options#
@@ -36319,7 +36319,7 @@ var _default = function _default() {
36319
36319
  * | `'multiple'` | Allow the user to select multiple ranges of cells at a time. |
36320
36320
  *
36321
36321
  * Read more:
36322
- * - [Selection: Selecting ranges](@/guides/cell-features/selection.md#selecting-ranges)
36322
+ * - [Selection: Selecting ranges](@/guides/cell-features/selection.md#select-ranges)
36323
36323
  *
36324
36324
  * @memberof Options#
36325
36325
  * @type {string}
@@ -36410,7 +36410,7 @@ var _default = function _default() {
36410
36410
  * | `true` | - Disable pasting data into this column<br>- On pasting, paste data into the next column to the right |
36411
36411
  *
36412
36412
  * Read more:
36413
- * - [Configuration options: Setting column options](@/guides/getting-started/configuration-options.md#setting-column-options)
36413
+ * - [Configuration options: Setting column options](@/guides/getting-started/configuration-options.md#set-column-options)
36414
36414
  *
36415
36415
  * @memberof Options#
36416
36416
  * @type {boolean}
@@ -36443,7 +36443,7 @@ var _default = function _default() {
36443
36443
  * | `true` | - Disable pasting data into this row<br>- On pasting, paste data into the row below |
36444
36444
  *
36445
36445
  * Read more:
36446
- * - [Configuration options: Setting row options](@/guides/getting-started/configuration-options.md#setting-row-options)
36446
+ * - [Configuration options: Setting row options](@/guides/getting-started/configuration-options.md#set-row-options)
36447
36447
  *
36448
36448
  * @memberof Options#
36449
36449
  * @type {boolean}
@@ -41544,8 +41544,8 @@ Handsontable.hooks = _pluginHooks.default.getSingleton();
41544
41544
  Handsontable.CellCoords = _src.CellCoords;
41545
41545
  Handsontable.CellRange = _src.CellRange;
41546
41546
  Handsontable.packageName = 'handsontable';
41547
- Handsontable.buildDate = "01/12/2022 13:36:55";
41548
- Handsontable.version = "0.0.0-next-9014f6b-20221201";
41547
+ Handsontable.buildDate = "02/12/2022 13:36:41";
41548
+ Handsontable.version = "0.0.0-next-c8630a2-20221202";
41549
41549
  Handsontable.languages = {
41550
41550
  dictionaryKeys: _registry.dictionaryKeys,
41551
41551
  getLanguageDictionary: _registry.getLanguageDictionary,
@@ -56549,7 +56549,7 @@ var _recorder = __webpack_require__(497);
56549
56549
  * @param {object} options The manager's options
56550
56550
  * @param {EventTarget} options.ownerWindow A starting `window` element
56551
56551
  * @param {Function} options.handleEvent A condition on which `event` is handled.
56552
- * @param {Function} options.beforeKeyDown A hook fired before the `keydown` event is handled. You can use it to [block a keyboard shortcut's actions](@/guides/accessories-and-menus/keyboard-shortcuts.md#blocking-a-keyboard-shortcut-s-actions).
56552
+ * @param {Function} options.beforeKeyDown A hook fired before the `keydown` event is handled. You can use it to [block a keyboard shortcut's actions](@/guides/accessories-and-menus/keyboard-shortcuts.md#block-a-keyboard-shortcut-s-actions).
56553
56553
  * @param {Function} options.afterKeyDown A hook fired after the `keydown` event is handled
56554
56554
  */
56555
56555
  var createShortcutManager = function createShortcutManager(_ref) {
@@ -66725,7 +66725,7 @@ var PLUGIN_PRIORITY = 220;
66725
66725
  * The `ColumnSummary` plugin lets you [easily summarize your columns](@/guides/columns/column-summary.md).
66726
66726
  *
66727
66727
  * You can use the [built-in summary functions](@/guides/columns/column-summary.md#built-in-summary-functions),
66728
- * or implement a [custom summary function](@/guides/columns/column-summary.md#implementing-a-custom-summary-function).
66728
+ * or implement a [custom summary function](@/guides/columns/column-summary.md#implement-a-custom-summary-function).
66729
66729
  *
66730
66730
  * For each column summary, you can set the following configuration options:
66731
66731
  *
@@ -66736,12 +66736,12 @@ var PLUGIN_PRIORITY = 220;
66736
66736
  * | `type` | Yes | String | - | [Sets a summary function](@/guides/columns/column-summary.md#step-3-calculate-your-summary) |
66737
66737
  * | `destinationRow` | Yes | Number | - | [Sets the destination cell's row coordinate](@/guides/columns/column-summary.md#step-4-provide-the-destination-cell-s-coordinates) |
66738
66738
  * | `destinationColumn` | Yes | Number | - | [Sets the destination cell's column coordinate](@/guides/columns/column-summary.md#step-4-provide-the-destination-cell-s-coordinates) |
66739
- * | `forceNumeric` | No | Boolean | `false` | [Forces the summary to treat non-numerics as numerics](@/guides/columns/column-summary.md#forcing-numeric-values) |
66739
+ * | `forceNumeric` | No | Boolean | `false` | [Forces the summary to treat non-numerics as numerics](@/guides/columns/column-summary.md#force-numeric-values) |
66740
66740
  * | `reversedRowCoords` | No | Boolean | `false` | [Reverses row coordinates](@/guides/columns/column-summary.md#step-5-make-room-for-the-destination-cell) |
66741
- * | `suppressDataTypeErrors` | No | Boolean | `true` | [Suppresses data type errors](@/guides/columns/column-summary.md#throwing-data-type-errors) |
66741
+ * | `suppressDataTypeErrors` | No | Boolean | `true` | [Suppresses data type errors](@/guides/columns/column-summary.md#throw-data-type-errors) |
66742
66742
  * | `readOnly` | No | Boolean | `true` | Makes summary cell read-only |
66743
- * | `roundFloat` | No | Number | - | [Rounds summary result](@/guides/columns/column-summary.md#rounding-a-column-summary-result) |
66744
- * | `customFunction` | No | Function | - | [Lets you add a custom summary function](@/guides/columns/column-summary.md#implementing-a-custom-summary-function) |
66743
+ * | `roundFloat` | No | Number | - | [Rounds summary result](@/guides/columns/column-summary.md#round-a-column-summary-result) |
66744
+ * | `customFunction` | No | Function | - | [Lets you add a custom summary function](@/guides/columns/column-summary.md#implement-a-custom-summary-function) |
66745
66745
  *
66746
66746
  * @example
66747
66747
  * ::: only-for javascript
@@ -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-9014f6b-20221201
30
- * Release date: 25/10/2022 (built at 01/12/2022 13:37:27)
29
+ * Version: 0.0.0-next-c8630a2-20221202
30
+ * Release date: 25/10/2022 (built at 02/12/2022 13:37:17)
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-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-lg-10.handsontable,.col-lg-11.handsontable,.col-lg-12.handsontable,.col-md-1.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-md-10.handsontable,.col-md-11.handsontable,.col-md-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-sm-10.handsontable,.col-sm-11.handsontable,.col-sm-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,.col-xs-10.handsontable,.col-xs-11.handsontable,.col-xs-12.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{position:relative;width:0;height:auto}.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:0}.handsontable table.htCore{border-collapse:separate;border-spacing:0;margin:0;border-width:0;table-layout:fixed;width:0;outline-width:0;cursor:default;max-width:none;max-height:none}.handsontable col,.handsontable col.rowHeader{width:50px}.handsontable td,.handsontable th{border-top-width:0;border-left-width:0;border-right:1px solid #ccc;border-bottom:1px solid #ccc;height:22px;empty-cells:show;line-height:21px;padding:0 4px;background-color:#fff;vertical-align:top;overflow:hidden;outline-width:0;white-space:pre-wrap}[dir=rtl].handsontable td,[dir=rtl].handsontable th{border-right-width:0;border-left:1px solid #ccc}.handsontable th:last-child{border-left:none;border-right:1px solid #ccc;border-bottom:1px solid #ccc}[dir=rtl].handsontable th:last-child{border-right:none;border-left:1px solid #ccc}.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-right-width:0;border-left:1px solid #ccc}.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:not(.ht_clone_top) thead tr th:first-child,.ht_master:not(.innerBorderInlineStart):not(.emptyColumns)~.handsontable tbody tr th{border-right-width:0;border-left:1px solid #ccc}[dir=rtl].ht_master:not(.innerBorderInlineStart):not(.emptyColumns)~.handsontable:not(.ht_clone_top) thead tr th:first-child,[dir=rtl].ht_master:not(.innerBorderInlineStart):not(.emptyColumns)~.handsontable tbody tr th{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;text-align:center;font-weight:400;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{position:absolute;font-size:0}.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{font-size:0;cursor:crosshair}.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{touch-action:manipulation;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Helvetica Neue,Arial,sans-serif;font-size:13px;font-weight:400;color:#373737}.handsontable a{color:#104acc}.handsontable.htAutoSize{visibility:hidden;left:-99000px;position:absolute;top:-99000px}.handsontable td.htInvalid{background-color:#ff4c42!important}.handsontable td.htNoWrap{white-space:nowrap}#hot-display-license-info{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Helvetica Neue,Arial,sans-serif;font-size:10px;font-weight:400;color:#373737;padding:5px 0 3px;text-align:left}#hot-display-license-info a{color:#104acc;font-size:10px}.handsontable .manualColumnResizer{position:absolute;top:0;cursor:col-resize;z-index:210;width:5px;height:25px}.handsontable .manualRowResizer{position:absolute;left:0;cursor:row-resize;z-index:210;height:5px;width:50px}.handsontable .manualColumnResizer.active,.handsontable .manualColumnResizer:hover,.handsontable .manualRowResizer.active,.handsontable .manualRowResizer:hover{background-color:#34a9db}.handsontable .manualColumnResizerGuide{position:absolute;right:unset;top:0;background-color:#34a9db;display:none;width:0;border-right:1px dashed #777;border-left:none;margin-left:5px;margin-right:unset}[dir=rtl].handsontable .manualColumnResizerGuide{left:unset;border-left:1px dashed #777;border-right:none;margin-right:5px;margin-left:unset}.handsontable .manualRowResizerGuide{position:absolute;left:0;bottom:0;background-color:#34a9db;display:none;height:0;border-bottom:1px dashed #777;margin-top:5px}.handsontable .manualColumnResizerGuide.active,.handsontable .manualRowResizerGuide.active{display:block;z-index:209}.handsontable .columnSorting{position:relative}.handsontable .columnSorting.sortAction:hover{text-decoration:underline;cursor:pointer}.handsontable span.colHeader.columnSorting:before{top:50%;margin-top:-6px;padding-left:8px;padding-right:0;position:absolute;right:-9px;left:unset;content:"";height:10px;width:5px;background-size:contain;background-repeat:no-repeat;background-position-x:right}[dir=rtl].handsontable span.colHeader.columnSorting:before{padding-right:8px;padding-left:0;left:-9px;right:unset;background-position-x:left}.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;position:relative;padding-right:20px}.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{content:"";position:absolute;top:0;left:0;right:0;bottom:0;bottom:-100%\9;background:#005eff}@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.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{border:none;outline-width:0;margin:0;padding:1px 5px 0;font-family:inherit;line-height:21px;font-size:inherit;box-shadow:inset 0 0 0 2px #5292f7;resize:none;display:block;color:#000;border-radius:0;background-color:#fff}.handsontableInput:focus{outline:none}.handsontableInputHolder{position:absolute;top:0;left: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{content:"▶";color:#777;position:absolute;right:5px;font-size:9px}[dir=rtl].handsontable .htSubmenu :after{content:""}[dir=rtl].handsontable .htSubmenu :before{content:"◀";color:#777;position:absolute;left:5px;font-size:9px}.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{border:1px solid #ccc;border-collapse:separate;background:#fff}.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{white-space:nowrap;text-overflow:ellipsis}.handsontable.listbox td.htDimmed{cursor:default;color:inherit;font-style:inherit}.handsontable.listbox .wtBorder{visibility:hidden}.handsontable.listbox tr:hover td,.handsontable.listbox tr td.current{background:#eee}.ht_editor_hidden{z-index:-1}.ht_editor_visible{z-index:200}.handsontable td.htSearchResult{background:#fcedd9;color:#583707}.handsontable .collapsibleIndicator{position:absolute;top:50%;transform:translateY(-50%);left:unset;right:5px;border:1px solid #a6a6a6;line-height:8px;color:#222;border-radius:10px;font-size:10px;width:10px;height:10px;cursor:pointer;-webkit-box-shadow:0 0 0 6px #eee;-moz-box-shadow:0 0 0 6px #eee;box-shadow:0 0 0 6px #eee;background:#eee;text-align:center}[dir=rtl].handsontable .collapsibleIndicator{right:unset;left:5px}.handsontable.mobile,.handsontable.mobile .wtHolder{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-overflow-scrolling:touch}.handsontable.mobile .handsontableInput:focus{-webkit-box-shadow:0 0 0 2px #5292f7 inset;-moz-box-shadow:0 0 0 2px #5292f7 inset;box-shadow:inset 0 0 0 2px #5292f7;-webkit-appearance:none}.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{right:-10000px;left:unset}.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{float:right;font-size:10px;color:#eee;cursor:default;width:16px;text-align:center}[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{font-size:inherit;vertical-align:middle;cursor:pointer;display:inline-block}.handsontable .htCheckboxRendererLabel.fullWidth{width:100%}.handsontable .htCommentCell{position:relative}.handsontable .htCommentCell:after{content:"";position:absolute;top:0;right:0;left:unset;border-left:6px solid transparent;border-right:none;border-top:6px solid #000}[dir=rtl].handsontable .htCommentCell:after{left:0;right:unset;border-right:6px solid transparent;border-left:none}.htCommentsContainer .htComments{display:none;z-index:1059;position:absolute}.htCommentsContainer .htCommentTextArea{box-shadow:0 1px 3px rgba(0,0,0,.117647),0 1px 2px rgba(0,0,0,.239216);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:none;border-left:3px solid #ccc;background-color:#fff;width:215px;height:90px;font-size:12px;padding:5px;outline:0!important;-webkit-appearance:none}[dir=rtl].htCommentsContainer .htCommentTextArea{border-right:3px solid #ccc;border-left:none}.htCommentsContainer .htCommentTextArea:focus{box-shadow:0 1px 3px rgba(0,0,0,.117647),0 1px 2px rgba(0,0,0,.239216),inset 0 0 0 1px #5292f7;border-left:3px solid #5292f7;border-right:none}[dir=rtl].htCommentsContainer .htCommentTextArea:focus{border-right:3px solid #5292f7;border-left:none}
32
32
  /*!
33
33
  * Handsontable ContextMenu