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.

package/base.js CHANGED
@@ -46,8 +46,8 @@ Handsontable.hooks = _pluginHooks.default.getSingleton();
46
46
  Handsontable.CellCoords = _src.CellCoords;
47
47
  Handsontable.CellRange = _src.CellRange;
48
48
  Handsontable.packageName = 'handsontable';
49
- Handsontable.buildDate = "01/12/2022 13:36:29";
50
- Handsontable.version = "0.0.0-next-9014f6b-20221201";
49
+ Handsontable.buildDate = "02/12/2022 13:36:14";
50
+ Handsontable.version = "0.0.0-next-c8630a2-20221202";
51
51
  Handsontable.languages = {
52
52
  dictionaryKeys: _registry.dictionaryKeys,
53
53
  getLanguageDictionary: _registry.getLanguageDictionary,
package/base.mjs CHANGED
@@ -35,8 +35,8 @@ Handsontable.hooks = Hooks.getSingleton();
35
35
  Handsontable.CellCoords = CellCoords;
36
36
  Handsontable.CellRange = CellRange;
37
37
  Handsontable.packageName = 'handsontable';
38
- Handsontable.buildDate = "01/12/2022 13:36:43";
39
- Handsontable.version = "0.0.0-next-9014f6b-20221201";
38
+ Handsontable.buildDate = "02/12/2022 13:36:29";
39
+ Handsontable.version = "0.0.0-next-c8630a2-20221202";
40
40
  Handsontable.languages = {
41
41
  dictionaryKeys: dictionaryKeys,
42
42
  getLanguageDictionary: getLanguageDictionary,
package/core.js CHANGED
@@ -90,7 +90,7 @@ var deprecationWarns = new Set();
90
90
  *
91
91
  * ::: only-for react
92
92
  * To use these methods, associate a Handsontable instance with your instance
93
- * of the [`HotTable` component](@/guides/getting-started/installation.md#hottable-component),
93
+ * of the [`HotTable` component](@/guides/getting-started/installation.md#use-the-hottable-component),
94
94
  * by using React's `ref` feature (read more on the [Instance methods](@/guides/getting-started/react-methods.md) page).
95
95
  * :::
96
96
  *
package/core.mjs CHANGED
@@ -85,7 +85,7 @@ var deprecationWarns = new Set();
85
85
  *
86
86
  * ::: only-for react
87
87
  * To use these methods, associate a Handsontable instance with your instance
88
- * of the [`HotTable` component](@/guides/getting-started/installation.md#hottable-component),
88
+ * of the [`HotTable` component](@/guides/getting-started/installation.md#use-the-hottable-component),
89
89
  * by using React's `ref` feature (read more on the [Instance methods](@/guides/getting-started/react-methods.md) page).
90
90
  * :::
91
91
  *
@@ -63,7 +63,7 @@ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" =
63
63
  * ::: only-for react
64
64
  *
65
65
  * To apply configuration options, pass them as individual props
66
- * of the [`HotTable`](@/guides/getting-started/installation.md##hottable-component)
66
+ * of the [`HotTable`](@/guides/getting-started/installation.md#use-the-hottable-component)
67
67
  * or [`HotColumn`](@/guides/columns/react-hot-column.md) components.
68
68
  *
69
69
  * Read more on the [Configuration options](@/guides/getting-started/configuration-options.md) page.
@@ -93,10 +93,10 @@ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" =
93
93
  * :::
94
94
  *
95
95
  * Depending on your needs, you can apply [configuration options](@/api/options.md) to different elements of your grid:
96
- * - [The entire grid](@/guides/getting-started/configuration-options.md#setting-grid-options)
97
- * - [Individual columns](@/guides/getting-started/configuration-options.md#setting-column-options)
98
- * - [Individual rows](@/guides/getting-started/configuration-options.md#setting-row-options)
99
- * - [Individual cells](@/guides/getting-started/configuration-options.md#setting-cell-options)
96
+ * - [The entire grid](@/guides/getting-started/configuration-options.md#set-grid-options)
97
+ * - [Individual columns](@/guides/getting-started/configuration-options.md#set-column-options)
98
+ * - [Individual rows](@/guides/getting-started/configuration-options.md#set-row-options)
99
+ * - [Individual cells](@/guides/getting-started/configuration-options.md#set-cell-options)
100
100
  * - [Individual grid elements, based on any logic you implement](@/guides/getting-started/configuration-options.md#implementing-custom-logic)
101
101
  *
102
102
  * Read more:
@@ -489,11 +489,11 @@ var _default = function _default() {
489
489
  /**
490
490
  * The `cell` option lets you apply [configuration options](@/guides/getting-started/configuration-options.md) to individual cells.
491
491
  *
492
- * The `cell` option overwrites the [top-level grid options](@/guides/getting-started/configuration-options.md#setting-grid-options),
492
+ * The `cell` option overwrites the [top-level grid options](@/guides/getting-started/configuration-options.md#set-grid-options),
493
493
  * and the [`columns`](#columns) options.
494
494
  *
495
495
  * Read more:
496
- * - [Configuration options: Setting cell options](@/guides/getting-started/configuration-options.md#setting-cell-options)
496
+ * - [Configuration options: Setting cell options](@/guides/getting-started/configuration-options.md#set-cell-options)
497
497
  * - [`columns`](#columns)
498
498
  *
499
499
  * @memberof Options#
@@ -530,8 +530,8 @@ var _default = function _default() {
530
530
  * | `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. |
531
531
  *
532
532
  * Read more:
533
- * - [Configuration options: Implementing custom logic](@/guides/getting-started/configuration-options.md#implementing-custom-logic)
534
- * - [Configuration options: Setting row options](@/guides/getting-started/configuration-options.md#setting-row-options)
533
+ * - [Configuration options: Implementing custom logic](@/guides/getting-started/configuration-options.md#implement-custom-logic)
534
+ * - [Configuration options: Setting row options](@/guides/getting-started/configuration-options.md#set-row-options)
535
535
  * - [`columns`](#columns)
536
536
  * - [`cell`](#cell)
537
537
  *
@@ -748,12 +748,12 @@ var _default = function _default() {
748
748
  * - An array of objects (each object represents one column)
749
749
  * - A function that returns an array of objects
750
750
  *
751
- * The `columns` option overwrites the [top-level grid options](@/guides/getting-started/configuration-options.md#setting-grid-options).
751
+ * The `columns` option overwrites the [top-level grid options](@/guides/getting-started/configuration-options.md#set-grid-options).
752
752
  *
753
753
  * When you use `columns`, the [`startCols`](#startCols), [`minCols`](#minCols), and [`maxCols`](#maxCols) options are ignored.
754
754
  *
755
755
  * Read more:
756
- * - [Configuration options: Setting column options](@/guides/getting-started/configuration-options.md#setting-column-options)
756
+ * - [Configuration options: Setting column options](@/guides/getting-started/configuration-options.md#set-column-options)
757
757
  * - [`startCols`](#startCols)
758
758
  * - [`minCols`](#minCols)
759
759
  * - [`maxCols`](#maxCols)
@@ -886,12 +886,12 @@ var _default = function _default() {
886
886
  * | `type` | `'sum'` \| `'min'` \| `'max'` \| `'count'` \| `'average'` \| `'custom'` | [Summary function](@/guides/columns/column-summary.md#step-3-calculate-your-summary) |
887
887
  * | `destinationRow` | A number | [Destination cell's row coordinate](@/guides/columns/column-summary.md#step-4-provide-the-destination-cell-s-coordinates) |
888
888
  * | `destinationColumn` | A number | [Destination cell's column coordinate](@/guides/columns/column-summary.md#step-4-provide-the-destination-cell-s-coordinates) |
889
- * | `forceNumeric` | `true` \| `false` | [Treat non-numerics as numerics](@/guides/columns/column-summary.md#forcing-numeric-values) |
889
+ * | `forceNumeric` | `true` \| `false` | [Treat non-numerics as numerics](@/guides/columns/column-summary.md#force-numeric-values) |
890
890
  * | `reversedRowCoords` | `true` \| `false` | [Reverse row coordinates](@/guides/columns/column-summary.md#step-5-make-room-for-the-destination-cell) |
891
- * | `suppressDataTypeErrors` | `true` \| `false` | [Suppress data type errors](@/guides/columns/column-summary.md#throwing-data-type-errors) |
891
+ * | `suppressDataTypeErrors` | `true` \| `false` | [Suppress data type errors](@/guides/columns/column-summary.md#throw-data-type-errors) |
892
892
  * | `readOnly` | `true` \| `false` | Make summary cell read-only |
893
- * | `roundFloat` | `true` \| `false` | [Round summary result](@/guides/columns/column-summary.md#rounding-a-column-summary-result) |
894
- * | `customFunction` | A function | [Custom summary function](@/guides/columns/column-summary.md#implementing-a-custom-summary-function) |
893
+ * | `roundFloat` | `true` \| `false` | [Round summary result](@/guides/columns/column-summary.md#round-a-column-summary-result) |
894
+ * | `customFunction` | A function | [Custom summary function](@/guides/columns/column-summary.md#implement-a-custom-summary-function) |
895
895
  *
896
896
  * Read more:
897
897
  * - [Column summary](@/guides/columns/column-summary.md)
@@ -1069,13 +1069,13 @@ var _default = function _default() {
1069
1069
  * | `false` | Disable the [`ContextMenu`](@/api/contextMenu.md) plugin |
1070
1070
  * | `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) |
1071
1071
  * | 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) |
1072
- * | 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) |
1072
+ * | 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) |
1073
1073
  *
1074
1074
  * Read more:
1075
1075
  * - [Context menu](@/guides/accessories-and-menus/context-menu.md)
1076
1076
  * - [Context menu: Context menu with default options](@/guides/accessories-and-menus/context-menu.md#context-menu-with-default-options)
1077
1077
  * - [Context menu: Context menu with specific options](@/guides/accessories-and-menus/context-menu.md#context-menu-with-specific-options)
1078
- * - [Context menu: Context menu with fully custom configuration options](@/guides/accessories-and-menus/context-menu.md#context-menu-with-fully-custom-configuration)
1078
+ * - [Context menu: Context menu with fully custom configuration options](@/guides/accessories-and-menus/context-menu.md#context-menu-with-a-fully-custom-configuration)
1079
1079
  * - [Plugins: `ContextMenu`](@/api/contextMenu.md)
1080
1080
  *
1081
1081
  * @memberof Options#
@@ -2572,7 +2572,7 @@ var _default = function _default() {
2572
2572
  *
2573
2573
  * 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.
2574
2574
  *
2575
- * You can set the `layoutDirection` option only [for the entire grid](@/guides/getting-started/configuration-options.md#setting-grid-options).
2575
+ * You can set the `layoutDirection` option only [for the entire grid](@/guides/getting-started/configuration-options.md#set-grid-options).
2576
2576
  * You can't set it for individual columns, rows, or cells.
2577
2577
  *
2578
2578
  * You can set the `layoutDirection` option to one of the following strings:
@@ -2644,8 +2644,8 @@ var _default = function _default() {
2644
2644
  * The `locale` option configures Handsontable's [locale](@/guides/internationalization/locale.md) settings.
2645
2645
  *
2646
2646
  * You can set the `locale` option to any valid and canonicalized Unicode BCP 47 locale tag,
2647
- * both for the [entire grid](@/guides/internationalization/locale.md#setting-the-grid-s-locale),
2648
- * and for [individual columns](@/guides/internationalization/locale.md#setting-a-column-s-locale).
2647
+ * both for the [entire grid](@/guides/internationalization/locale.md#set-the-grid-s-locale),
2648
+ * and for [individual columns](@/guides/internationalization/locale.md#set-a-column-s-locale).
2649
2649
  *
2650
2650
  * Read more:
2651
2651
  * - [Locale](@/guides/internationalization/locale.md)
@@ -3298,7 +3298,7 @@ var _default = function _default() {
3298
3298
  * | `true` | Enable the [`PersistentState`](@/api/persistentState.md) plugin |
3299
3299
  *
3300
3300
  * Read more:
3301
- * - [Saving data: Saving data locally](@/guides/getting-started/saving-data.md#saving-data-locally)
3301
+ * - [Saving data: Saving data locally](@/guides/getting-started/saving-data.md#save-data-locally)
3302
3302
  * - [Plugins: `PersistentState`](@/api/persistentState.md)
3303
3303
  *
3304
3304
  * @memberof Options#
@@ -3741,7 +3741,7 @@ var _default = function _default() {
3741
3741
  * | `'multiple'` | Allow the user to select multiple ranges of cells at a time. |
3742
3742
  *
3743
3743
  * Read more:
3744
- * - [Selection: Selecting ranges](@/guides/cell-features/selection.md#selecting-ranges)
3744
+ * - [Selection: Selecting ranges](@/guides/cell-features/selection.md#select-ranges)
3745
3745
  *
3746
3746
  * @memberof Options#
3747
3747
  * @type {string}
@@ -3832,7 +3832,7 @@ var _default = function _default() {
3832
3832
  * | `true` | - Disable pasting data into this column<br>- On pasting, paste data into the next column to the right |
3833
3833
  *
3834
3834
  * Read more:
3835
- * - [Configuration options: Setting column options](@/guides/getting-started/configuration-options.md#setting-column-options)
3835
+ * - [Configuration options: Setting column options](@/guides/getting-started/configuration-options.md#set-column-options)
3836
3836
  *
3837
3837
  * @memberof Options#
3838
3838
  * @type {boolean}
@@ -3865,7 +3865,7 @@ var _default = function _default() {
3865
3865
  * | `true` | - Disable pasting data into this row<br>- On pasting, paste data into the row below |
3866
3866
  *
3867
3867
  * Read more:
3868
- * - [Configuration options: Setting row options](@/guides/getting-started/configuration-options.md#setting-row-options)
3868
+ * - [Configuration options: Setting row options](@/guides/getting-started/configuration-options.md#set-row-options)
3869
3869
  *
3870
3870
  * @memberof Options#
3871
3871
  * @type {boolean}
@@ -59,7 +59,7 @@ import { isObjectEqual } from "../../helpers/object.mjs";
59
59
  * ::: only-for react
60
60
  *
61
61
  * To apply configuration options, pass them as individual props
62
- * of the [`HotTable`](@/guides/getting-started/installation.md##hottable-component)
62
+ * of the [`HotTable`](@/guides/getting-started/installation.md#use-the-hottable-component)
63
63
  * or [`HotColumn`](@/guides/columns/react-hot-column.md) components.
64
64
  *
65
65
  * Read more on the [Configuration options](@/guides/getting-started/configuration-options.md) page.
@@ -89,10 +89,10 @@ import { isObjectEqual } from "../../helpers/object.mjs";
89
89
  * :::
90
90
  *
91
91
  * Depending on your needs, you can apply [configuration options](@/api/options.md) to different elements of your grid:
92
- * - [The entire grid](@/guides/getting-started/configuration-options.md#setting-grid-options)
93
- * - [Individual columns](@/guides/getting-started/configuration-options.md#setting-column-options)
94
- * - [Individual rows](@/guides/getting-started/configuration-options.md#setting-row-options)
95
- * - [Individual cells](@/guides/getting-started/configuration-options.md#setting-cell-options)
92
+ * - [The entire grid](@/guides/getting-started/configuration-options.md#set-grid-options)
93
+ * - [Individual columns](@/guides/getting-started/configuration-options.md#set-column-options)
94
+ * - [Individual rows](@/guides/getting-started/configuration-options.md#set-row-options)
95
+ * - [Individual cells](@/guides/getting-started/configuration-options.md#set-cell-options)
96
96
  * - [Individual grid elements, based on any logic you implement](@/guides/getting-started/configuration-options.md#implementing-custom-logic)
97
97
  *
98
98
  * Read more:
@@ -485,11 +485,11 @@ export default (function () {
485
485
  /**
486
486
  * The `cell` option lets you apply [configuration options](@/guides/getting-started/configuration-options.md) to individual cells.
487
487
  *
488
- * The `cell` option overwrites the [top-level grid options](@/guides/getting-started/configuration-options.md#setting-grid-options),
488
+ * The `cell` option overwrites the [top-level grid options](@/guides/getting-started/configuration-options.md#set-grid-options),
489
489
  * and the [`columns`](#columns) options.
490
490
  *
491
491
  * Read more:
492
- * - [Configuration options: Setting cell options](@/guides/getting-started/configuration-options.md#setting-cell-options)
492
+ * - [Configuration options: Setting cell options](@/guides/getting-started/configuration-options.md#set-cell-options)
493
493
  * - [`columns`](#columns)
494
494
  *
495
495
  * @memberof Options#
@@ -526,8 +526,8 @@ export default (function () {
526
526
  * | `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. |
527
527
  *
528
528
  * Read more:
529
- * - [Configuration options: Implementing custom logic](@/guides/getting-started/configuration-options.md#implementing-custom-logic)
530
- * - [Configuration options: Setting row options](@/guides/getting-started/configuration-options.md#setting-row-options)
529
+ * - [Configuration options: Implementing custom logic](@/guides/getting-started/configuration-options.md#implement-custom-logic)
530
+ * - [Configuration options: Setting row options](@/guides/getting-started/configuration-options.md#set-row-options)
531
531
  * - [`columns`](#columns)
532
532
  * - [`cell`](#cell)
533
533
  *
@@ -744,12 +744,12 @@ export default (function () {
744
744
  * - An array of objects (each object represents one column)
745
745
  * - A function that returns an array of objects
746
746
  *
747
- * The `columns` option overwrites the [top-level grid options](@/guides/getting-started/configuration-options.md#setting-grid-options).
747
+ * The `columns` option overwrites the [top-level grid options](@/guides/getting-started/configuration-options.md#set-grid-options).
748
748
  *
749
749
  * When you use `columns`, the [`startCols`](#startCols), [`minCols`](#minCols), and [`maxCols`](#maxCols) options are ignored.
750
750
  *
751
751
  * Read more:
752
- * - [Configuration options: Setting column options](@/guides/getting-started/configuration-options.md#setting-column-options)
752
+ * - [Configuration options: Setting column options](@/guides/getting-started/configuration-options.md#set-column-options)
753
753
  * - [`startCols`](#startCols)
754
754
  * - [`minCols`](#minCols)
755
755
  * - [`maxCols`](#maxCols)
@@ -882,12 +882,12 @@ export default (function () {
882
882
  * | `type` | `'sum'` \| `'min'` \| `'max'` \| `'count'` \| `'average'` \| `'custom'` | [Summary function](@/guides/columns/column-summary.md#step-3-calculate-your-summary) |
883
883
  * | `destinationRow` | A number | [Destination cell's row coordinate](@/guides/columns/column-summary.md#step-4-provide-the-destination-cell-s-coordinates) |
884
884
  * | `destinationColumn` | A number | [Destination cell's column coordinate](@/guides/columns/column-summary.md#step-4-provide-the-destination-cell-s-coordinates) |
885
- * | `forceNumeric` | `true` \| `false` | [Treat non-numerics as numerics](@/guides/columns/column-summary.md#forcing-numeric-values) |
885
+ * | `forceNumeric` | `true` \| `false` | [Treat non-numerics as numerics](@/guides/columns/column-summary.md#force-numeric-values) |
886
886
  * | `reversedRowCoords` | `true` \| `false` | [Reverse row coordinates](@/guides/columns/column-summary.md#step-5-make-room-for-the-destination-cell) |
887
- * | `suppressDataTypeErrors` | `true` \| `false` | [Suppress data type errors](@/guides/columns/column-summary.md#throwing-data-type-errors) |
887
+ * | `suppressDataTypeErrors` | `true` \| `false` | [Suppress data type errors](@/guides/columns/column-summary.md#throw-data-type-errors) |
888
888
  * | `readOnly` | `true` \| `false` | Make summary cell read-only |
889
- * | `roundFloat` | `true` \| `false` | [Round summary result](@/guides/columns/column-summary.md#rounding-a-column-summary-result) |
890
- * | `customFunction` | A function | [Custom summary function](@/guides/columns/column-summary.md#implementing-a-custom-summary-function) |
889
+ * | `roundFloat` | `true` \| `false` | [Round summary result](@/guides/columns/column-summary.md#round-a-column-summary-result) |
890
+ * | `customFunction` | A function | [Custom summary function](@/guides/columns/column-summary.md#implement-a-custom-summary-function) |
891
891
  *
892
892
  * Read more:
893
893
  * - [Column summary](@/guides/columns/column-summary.md)
@@ -1065,13 +1065,13 @@ export default (function () {
1065
1065
  * | `false` | Disable the [`ContextMenu`](@/api/contextMenu.md) plugin |
1066
1066
  * | `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) |
1067
1067
  * | 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) |
1068
- * | 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) |
1068
+ * | 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) |
1069
1069
  *
1070
1070
  * Read more:
1071
1071
  * - [Context menu](@/guides/accessories-and-menus/context-menu.md)
1072
1072
  * - [Context menu: Context menu with default options](@/guides/accessories-and-menus/context-menu.md#context-menu-with-default-options)
1073
1073
  * - [Context menu: Context menu with specific options](@/guides/accessories-and-menus/context-menu.md#context-menu-with-specific-options)
1074
- * - [Context menu: Context menu with fully custom configuration options](@/guides/accessories-and-menus/context-menu.md#context-menu-with-fully-custom-configuration)
1074
+ * - [Context menu: Context menu with fully custom configuration options](@/guides/accessories-and-menus/context-menu.md#context-menu-with-a-fully-custom-configuration)
1075
1075
  * - [Plugins: `ContextMenu`](@/api/contextMenu.md)
1076
1076
  *
1077
1077
  * @memberof Options#
@@ -2568,7 +2568,7 @@ export default (function () {
2568
2568
  *
2569
2569
  * 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.
2570
2570
  *
2571
- * You can set the `layoutDirection` option only [for the entire grid](@/guides/getting-started/configuration-options.md#setting-grid-options).
2571
+ * You can set the `layoutDirection` option only [for the entire grid](@/guides/getting-started/configuration-options.md#set-grid-options).
2572
2572
  * You can't set it for individual columns, rows, or cells.
2573
2573
  *
2574
2574
  * You can set the `layoutDirection` option to one of the following strings:
@@ -2640,8 +2640,8 @@ export default (function () {
2640
2640
  * The `locale` option configures Handsontable's [locale](@/guides/internationalization/locale.md) settings.
2641
2641
  *
2642
2642
  * You can set the `locale` option to any valid and canonicalized Unicode BCP 47 locale tag,
2643
- * both for the [entire grid](@/guides/internationalization/locale.md#setting-the-grid-s-locale),
2644
- * and for [individual columns](@/guides/internationalization/locale.md#setting-a-column-s-locale).
2643
+ * both for the [entire grid](@/guides/internationalization/locale.md#set-the-grid-s-locale),
2644
+ * and for [individual columns](@/guides/internationalization/locale.md#set-a-column-s-locale).
2645
2645
  *
2646
2646
  * Read more:
2647
2647
  * - [Locale](@/guides/internationalization/locale.md)
@@ -3294,7 +3294,7 @@ export default (function () {
3294
3294
  * | `true` | Enable the [`PersistentState`](@/api/persistentState.md) plugin |
3295
3295
  *
3296
3296
  * Read more:
3297
- * - [Saving data: Saving data locally](@/guides/getting-started/saving-data.md#saving-data-locally)
3297
+ * - [Saving data: Saving data locally](@/guides/getting-started/saving-data.md#save-data-locally)
3298
3298
  * - [Plugins: `PersistentState`](@/api/persistentState.md)
3299
3299
  *
3300
3300
  * @memberof Options#
@@ -3737,7 +3737,7 @@ export default (function () {
3737
3737
  * | `'multiple'` | Allow the user to select multiple ranges of cells at a time. |
3738
3738
  *
3739
3739
  * Read more:
3740
- * - [Selection: Selecting ranges](@/guides/cell-features/selection.md#selecting-ranges)
3740
+ * - [Selection: Selecting ranges](@/guides/cell-features/selection.md#select-ranges)
3741
3741
  *
3742
3742
  * @memberof Options#
3743
3743
  * @type {string}
@@ -3828,7 +3828,7 @@ export default (function () {
3828
3828
  * | `true` | - Disable pasting data into this column<br>- On pasting, paste data into the next column to the right |
3829
3829
  *
3830
3830
  * Read more:
3831
- * - [Configuration options: Setting column options](@/guides/getting-started/configuration-options.md#setting-column-options)
3831
+ * - [Configuration options: Setting column options](@/guides/getting-started/configuration-options.md#set-column-options)
3832
3832
  *
3833
3833
  * @memberof Options#
3834
3834
  * @type {boolean}
@@ -3861,7 +3861,7 @@ export default (function () {
3861
3861
  * | `true` | - Disable pasting data into this row<br>- On pasting, paste data into the row below |
3862
3862
  *
3863
3863
  * Read more:
3864
- * - [Configuration options: Setting row options](@/guides/getting-started/configuration-options.md#setting-row-options)
3864
+ * - [Configuration options: Setting row options](@/guides/getting-started/configuration-options.md#set-row-options)
3865
3865
  *
3866
3866
  * @memberof Options#
3867
3867
  * @type {boolean}
@@ -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
  /**
32
32
  * Fix for bootstrap styles
@@ -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
  /**
32
32
  * Fix for bootstrap styles