handsontable 0.0.0-next-8e49c6c-20240307 → 0.0.0-next-221e46b-20240307
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of handsontable might be problematic. Click here for more details.
- package/3rdparty/walkontable/src/cell/range.js +1 -1
- package/3rdparty/walkontable/src/cell/range.mjs +1 -1
- package/base.js +2 -2
- package/base.mjs +2 -2
- package/core.js +21 -21
- package/core.mjs +21 -21
- package/dataMap/metaManager/metaSchema.js +270 -270
- package/dataMap/metaManager/metaSchema.mjs +270 -270
- package/dist/handsontable.css +2 -2
- package/dist/handsontable.full.css +2 -2
- package/dist/handsontable.full.js +397 -397
- package/dist/handsontable.full.min.css +2 -2
- package/dist/handsontable.full.min.js +3 -3
- package/dist/handsontable.js +397 -397
- package/dist/handsontable.min.css +2 -2
- package/dist/handsontable.min.js +3 -3
- package/helpers/mixed.js +1 -1
- package/helpers/mixed.mjs +1 -1
- package/package.json +1 -1
- package/pluginHooks.js +43 -43
- package/pluginHooks.mjs +43 -43
- package/plugins/columnSummary/columnSummary.js +14 -14
- package/plugins/columnSummary/columnSummary.mjs +14 -14
- package/plugins/contextMenu/contextMenu.js +3 -3
- package/plugins/contextMenu/contextMenu.mjs +3 -3
- package/plugins/copyPaste/copyPaste.js +3 -3
- package/plugins/copyPaste/copyPaste.mjs +3 -3
- package/plugins/customBorders/customBorders.js +1 -1
- package/plugins/customBorders/customBorders.mjs +1 -1
- package/plugins/dropdownMenu/dropdownMenu.js +2 -2
- package/plugins/dropdownMenu/dropdownMenu.mjs +2 -2
- package/plugins/exportFile/exportFile.js +1 -1
- package/plugins/exportFile/exportFile.mjs +1 -1
- package/plugins/filters/filters.js +1 -1
- package/plugins/filters/filters.mjs +1 -1
- package/plugins/formulas/formulas.js +1 -1
- package/plugins/formulas/formulas.mjs +1 -1
- package/plugins/hiddenColumns/hiddenColumns.js +4 -4
- package/plugins/hiddenColumns/hiddenColumns.mjs +4 -4
- package/plugins/hiddenRows/hiddenRows.js +4 -4
- package/plugins/hiddenRows/hiddenRows.mjs +4 -4
- package/plugins/manualColumnMove/manualColumnMove.js +7 -7
- package/plugins/manualColumnMove/manualColumnMove.mjs +7 -7
- package/plugins/manualRowMove/manualRowMove.js +7 -7
- package/plugins/manualRowMove/manualRowMove.mjs +7 -7
- package/plugins/nestedRows/nestedRows.js +2 -2
- package/plugins/nestedRows/nestedRows.mjs +2 -2
- package/plugins/nestedRows/utils/rowMoveController.js +4 -4
- package/plugins/nestedRows/utils/rowMoveController.mjs +4 -4
- package/shortcuts/context.js +1 -1
- package/shortcuts/context.mjs +1 -1
- package/shortcuts/manager.js +2 -2
- package/shortcuts/manager.mjs +2 -2
package/helpers/mixed.js
CHANGED
@@ -134,7 +134,7 @@ const domMessages = {
|
|
134
134
|
function _injectProductInfo(key, element) {
|
135
135
|
const hasValidType = !isEmpty(key);
|
136
136
|
const isNonCommercial = typeof key === 'string' && key.toLowerCase() === 'non-commercial-and-evaluation';
|
137
|
-
const hotVersion = "0.0.0-next-
|
137
|
+
const hotVersion = "0.0.0-next-221e46b-20240307";
|
138
138
|
let keyValidityDate;
|
139
139
|
let consoleMessageState = 'invalid';
|
140
140
|
let domMessageState = 'invalid';
|
package/helpers/mixed.mjs
CHANGED
@@ -124,7 +124,7 @@ const domMessages = {
|
|
124
124
|
export function _injectProductInfo(key, element) {
|
125
125
|
const hasValidType = !isEmpty(key);
|
126
126
|
const isNonCommercial = typeof key === 'string' && key.toLowerCase() === 'non-commercial-and-evaluation';
|
127
|
-
const hotVersion = "0.0.0-next-
|
127
|
+
const hotVersion = "0.0.0-next-221e46b-20240307";
|
128
128
|
let keyValidityDate;
|
129
129
|
let consoleMessageState = 'invalid';
|
130
130
|
let domMessageState = 'invalid';
|
package/package.json
CHANGED
@@ -10,7 +10,7 @@
|
|
10
10
|
"url": "https://github.com/handsontable/handsontable/issues"
|
11
11
|
},
|
12
12
|
"author": "Handsoncode <hello@handsontable.com>",
|
13
|
-
"version": "0.0.0-next-
|
13
|
+
"version": "0.0.0-next-221e46b-20240307",
|
14
14
|
"main": "index",
|
15
15
|
"module": "index.mjs",
|
16
16
|
"jsnext:main": "index.mjs",
|
package/pluginHooks.js
CHANGED
@@ -23,7 +23,7 @@ function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e =
|
|
23
23
|
* ::: only-for react
|
24
24
|
* This page lists all the **Handsontable hooks** – callbacks that let you react before or after an action occurs.
|
25
25
|
*
|
26
|
-
* Read more on the [Events and hooks](@/guides/getting-started/events-and-hooks.md) page.
|
26
|
+
* Read more on the [Events and hooks](@/guides/getting-started/events-and-hooks/events-and-hooks.md) page.
|
27
27
|
* :::
|
28
28
|
*
|
29
29
|
* @example
|
@@ -140,7 +140,7 @@ const REGISTERED_HOOKS = [/* eslint-disable jsdoc/require-description-complete-s
|
|
140
140
|
*
|
141
141
|
* @event Hooks#afterChange
|
142
142
|
* @param {Array[]} changes 2D array containing information about each of the edited cells `[[row, prop, oldVal, newVal], ...]`. `row` is a visual row index.
|
143
|
-
* @param {string} [source] String that identifies source of hook call ([list of all available sources](@/guides/getting-started/events-and-hooks.md#definition-for-source-argument)).
|
143
|
+
* @param {string} [source] String that identifies source of hook call ([list of all available sources](@/guides/getting-started/events-and-hooks/events-and-hooks.md#definition-for-source-argument)).
|
144
144
|
* @example
|
145
145
|
* ::: only-for javascript
|
146
146
|
* ```js
|
@@ -244,7 +244,7 @@ const REGISTERED_HOOKS = [/* eslint-disable jsdoc/require-description-complete-s
|
|
244
244
|
* @param {number} index Represents the visual index of first newly created column in the data source array.
|
245
245
|
* @param {number} amount Number of newly created columns in the data source array.
|
246
246
|
* @param {string} [source] String that identifies source of hook call
|
247
|
-
* ([list of all available sources](@/guides/getting-started/events-and-hooks.md#definition-for-source-argument)).
|
247
|
+
* ([list of all available sources](@/guides/getting-started/events-and-hooks/events-and-hooks.md#definition-for-source-argument)).
|
248
248
|
* @returns {*} If `false` then creating columns is cancelled.
|
249
249
|
* @example
|
250
250
|
* ::: only-for javascript
|
@@ -285,7 +285,7 @@ const REGISTERED_HOOKS = [/* eslint-disable jsdoc/require-description-complete-s
|
|
285
285
|
* @param {number} index Represents the visual index of first newly created column in the data source.
|
286
286
|
* @param {number} amount Number of newly created columns in the data source.
|
287
287
|
* @param {string} [source] String that identifies source of hook call
|
288
|
-
* ([list of all available sources](@/guides/getting-started/events-and-hooks.md#definition-for-source-argument)).
|
288
|
+
* ([list of all available sources](@/guides/getting-started/events-and-hooks/events-and-hooks.md#definition-for-source-argument)).
|
289
289
|
*/
|
290
290
|
'afterCreateCol',
|
291
291
|
/**
|
@@ -295,7 +295,7 @@ const REGISTERED_HOOKS = [/* eslint-disable jsdoc/require-description-complete-s
|
|
295
295
|
* @param {number} index Represents the visual index of first newly created row in the data source array.
|
296
296
|
* @param {number} amount Number of newly created rows in the data source array.
|
297
297
|
* @param {string} [source] String that identifies source of hook call
|
298
|
-
* ([list of all available sources](@/guides/getting-started/events-and-hooks.md#definition-for-source-argument)).
|
298
|
+
* ([list of all available sources](@/guides/getting-started/events-and-hooks/events-and-hooks.md#definition-for-source-argument)).
|
299
299
|
* @returns {*|boolean} If false is returned the action is canceled.
|
300
300
|
*/
|
301
301
|
'beforeCreateRow',
|
@@ -306,7 +306,7 @@ const REGISTERED_HOOKS = [/* eslint-disable jsdoc/require-description-complete-s
|
|
306
306
|
* @param {number} index Represents the visual index of first newly created row in the data source array.
|
307
307
|
* @param {number} amount Number of newly created rows in the data source array.
|
308
308
|
* @param {string} [source] String that identifies source of hook call
|
309
|
-
* ([list of all available sources](@/guides/getting-started/events-and-hooks.md#definition-for-source-argument)).
|
309
|
+
* ([list of all available sources](@/guides/getting-started/events-and-hooks/events-and-hooks.md#definition-for-source-argument)).
|
310
310
|
*/
|
311
311
|
'afterCreateRow',
|
312
312
|
/**
|
@@ -389,11 +389,11 @@ const REGISTERED_HOOKS = [/* eslint-disable jsdoc/require-description-complete-s
|
|
389
389
|
* or the [`updateSettings()`](@/api/core.md#updatesettings) method.
|
390
390
|
*
|
391
391
|
* Read more:
|
392
|
-
* - [Binding to data](@/guides/getting-started/binding-to-data.md)
|
393
|
-
* - [Saving data](@/guides/getting-started/saving-data.md)
|
392
|
+
* - [Binding to data](@/guides/getting-started/binding-to-data/binding-to-data.md)
|
393
|
+
* - [Saving data](@/guides/getting-started/saving-data/saving-data.md)
|
394
394
|
*
|
395
395
|
* @event Hooks#afterLoadData
|
396
|
-
* @param {Array} sourceData An [array of arrays](@/guides/getting-started/binding-to-data.md#array-of-arrays), or an [array of objects](@/guides/getting-started/binding-to-data.md#array-of-objects), that contains Handsontable's data
|
396
|
+
* @param {Array} sourceData An [array of arrays](@/guides/getting-started/binding-to-data/binding-to-data.md#array-of-arrays), or an [array of objects](@/guides/getting-started/binding-to-data/binding-to-data.md#array-of-objects), that contains Handsontable's data
|
397
397
|
* @param {boolean} initialLoad A flag that indicates whether the data was loaded at Handsontable's initialization (`true`) or later (`false`)
|
398
398
|
* @param {string} source The source of the call
|
399
399
|
*/
|
@@ -403,12 +403,12 @@ const REGISTERED_HOOKS = [/* eslint-disable jsdoc/require-description-complete-s
|
|
403
403
|
* modifies Handsontable's [`data`](@/api/options.md#data).
|
404
404
|
*
|
405
405
|
* Read more:
|
406
|
-
* - [Binding to data](@/guides/getting-started/binding-to-data.md)
|
407
|
-
* - [Saving data](@/guides/getting-started/saving-data.md)
|
406
|
+
* - [Binding to data](@/guides/getting-started/binding-to-data/binding-to-data.md)
|
407
|
+
* - [Saving data](@/guides/getting-started/saving-data/saving-data.md)
|
408
408
|
*
|
409
409
|
* @event Hooks#afterUpdateData
|
410
410
|
* @since 11.1.0
|
411
|
-
* @param {Array} sourceData An [array of arrays](@/guides/getting-started/binding-to-data.md#array-of-arrays), or an [array of objects](@/guides/getting-started/binding-to-data.md#array-of-objects), that contains Handsontable's data
|
411
|
+
* @param {Array} sourceData An [array of arrays](@/guides/getting-started/binding-to-data/binding-to-data.md#array-of-arrays), or an [array of objects](@/guides/getting-started/binding-to-data/binding-to-data.md#array-of-objects), that contains Handsontable's data
|
412
412
|
* @param {boolean} initialLoad A flag that indicates whether the data was loaded at Handsontable's initialization (`true`) or later (`false`)
|
413
413
|
* @param {string} source The source of the call
|
414
414
|
*/
|
@@ -502,7 +502,7 @@ const REGISTERED_HOOKS = [/* eslint-disable jsdoc/require-description-complete-s
|
|
502
502
|
* @param {number} amount An amount of removed columns.
|
503
503
|
* @param {number[]} physicalColumns An array of physical columns removed from the data source.
|
504
504
|
* @param {string} [source] String that identifies source of hook call
|
505
|
-
* ([list of all available sources](@/guides/getting-started/events-and-hooks.md#definition-for-source-argument)).
|
505
|
+
* ([list of all available sources](@/guides/getting-started/events-and-hooks/events-and-hooks.md#definition-for-source-argument)).
|
506
506
|
*/
|
507
507
|
'afterRemoveCol',
|
508
508
|
/**
|
@@ -513,7 +513,7 @@ const REGISTERED_HOOKS = [/* eslint-disable jsdoc/require-description-complete-s
|
|
513
513
|
* @param {number} amount An amount of removed rows.
|
514
514
|
* @param {number[]} physicalRows An array of physical rows removed from the data source.
|
515
515
|
* @param {string} [source] String that identifies source of hook call
|
516
|
-
* ([list of all available sources](@/guides/getting-started/events-and-hooks.md#definition-for-source-argument)).
|
516
|
+
* ([list of all available sources](@/guides/getting-started/events-and-hooks/events-and-hooks.md#definition-for-source-argument)).
|
517
517
|
*/
|
518
518
|
'afterRemoveRow',
|
519
519
|
/**
|
@@ -814,7 +814,7 @@ const REGISTERED_HOOKS = [/* eslint-disable jsdoc/require-description-complete-s
|
|
814
814
|
* @event Hooks#afterSetDataAtCell
|
815
815
|
* @param {Array} changes An array of changes in format `[[row, column, oldValue, value], ...]`.
|
816
816
|
* @param {string} [source] String that identifies source of hook call
|
817
|
-
* ([list of all available sources](@/guides/getting-started/events-and-hooks.md#definition-for-source-argument)).
|
817
|
+
* ([list of all available sources](@/guides/getting-started/events-and-hooks/events-and-hooks.md#definition-for-source-argument)).
|
818
818
|
*/
|
819
819
|
'afterSetDataAtCell',
|
820
820
|
/**
|
@@ -824,7 +824,7 @@ const REGISTERED_HOOKS = [/* eslint-disable jsdoc/require-description-complete-s
|
|
824
824
|
* @event Hooks#afterSetDataAtRowProp
|
825
825
|
* @param {Array} changes An array of changes in format `[[row, prop, oldValue, value], ...]`.
|
826
826
|
* @param {string} [source] String that identifies source of hook call
|
827
|
-
* ([list of all available sources](@/guides/getting-started/events-and-hooks.md#definition-for-source-argument)).
|
827
|
+
* ([list of all available sources](@/guides/getting-started/events-and-hooks/events-and-hooks.md#definition-for-source-argument)).
|
828
828
|
*/
|
829
829
|
'afterSetDataAtRowProp',
|
830
830
|
/**
|
@@ -856,7 +856,7 @@ const REGISTERED_HOOKS = [/* eslint-disable jsdoc/require-description-complete-s
|
|
856
856
|
* @param {number} row Visual row index.
|
857
857
|
* @param {string|number} prop Property name / visual column index.
|
858
858
|
* @param {string} [source] String that identifies source of hook call
|
859
|
-
* ([list of all available sources](@/guides/getting-started/events-and-hooks.md#definition-for-source-argument)).
|
859
|
+
* ([list of all available sources](@/guides/getting-started/events-and-hooks/events-and-hooks.md#definition-for-source-argument)).
|
860
860
|
* @returns {undefined | boolean} If `false` the cell will be marked as invalid, `true` otherwise.
|
861
861
|
*/
|
862
862
|
'afterValidate',
|
@@ -932,7 +932,7 @@ const REGISTERED_HOOKS = [/* eslint-disable jsdoc/require-description-complete-s
|
|
932
932
|
* @event Hooks#beforeChange
|
933
933
|
* @param {Array[]} changes 2D array containing information about each of the edited cells `[[row, prop, oldVal, newVal], ...]`. `row` is a visual row index.
|
934
934
|
* @param {string} [source] String that identifies source of hook call
|
935
|
-
* ([list of all available sources](@/guides/getting-started/events-and-hooks.md#definition-for-source-argument)).
|
935
|
+
* ([list of all available sources](@/guides/getting-started/events-and-hooks/events-and-hooks.md#definition-for-source-argument)).
|
936
936
|
* @returns {undefined | boolean} If `false` all changes were cancelled, `true` otherwise.
|
937
937
|
* @example
|
938
938
|
* ::: only-for javascript
|
@@ -1002,7 +1002,7 @@ const REGISTERED_HOOKS = [/* eslint-disable jsdoc/require-description-complete-s
|
|
1002
1002
|
* @event Hooks#beforeChangeRender
|
1003
1003
|
* @param {Array[]} changes Array in form of `[row, prop, oldValue, newValue]`.
|
1004
1004
|
* @param {string} [source] String that identifies source of hook call
|
1005
|
-
* ([list of all available sources](@/guides/getting-started/events-and-hooks.md#definition-for-source-argument)).
|
1005
|
+
* ([list of all available sources](@/guides/getting-started/events-and-hooks/events-and-hooks.md#definition-for-source-argument)).
|
1006
1006
|
*/
|
1007
1007
|
'beforeChangeRender',
|
1008
1008
|
/**
|
@@ -1052,12 +1052,12 @@ const REGISTERED_HOOKS = [/* eslint-disable jsdoc/require-description-complete-s
|
|
1052
1052
|
* or the [`updateSettings()`](@/api/core.md#updatesettings) method.
|
1053
1053
|
*
|
1054
1054
|
* Read more:
|
1055
|
-
* - [Binding to data](@/guides/getting-started/binding-to-data.md)
|
1056
|
-
* - [Saving data](@/guides/getting-started/saving-data.md)
|
1055
|
+
* - [Binding to data](@/guides/getting-started/binding-to-data/binding-to-data.md)
|
1056
|
+
* - [Saving data](@/guides/getting-started/saving-data/saving-data.md)
|
1057
1057
|
*
|
1058
1058
|
* @event Hooks#beforeLoadData
|
1059
1059
|
* @since 8.0.0
|
1060
|
-
* @param {Array} sourceData An [array of arrays](@/guides/getting-started/binding-to-data.md#array-of-arrays), or an [array of objects](@/guides/getting-started/binding-to-data.md#array-of-objects), that contains Handsontable's data
|
1060
|
+
* @param {Array} sourceData An [array of arrays](@/guides/getting-started/binding-to-data/binding-to-data.md#array-of-arrays), or an [array of objects](@/guides/getting-started/binding-to-data/binding-to-data.md#array-of-objects), that contains Handsontable's data
|
1061
1061
|
* @param {boolean} initialLoad A flag that indicates whether the data was loaded at Handsontable's initialization (`true`) or later (`false`)
|
1062
1062
|
* @param {string} source The source of the call
|
1063
1063
|
* @returns {Array} The returned array will be used as Handsontable's new dataset.
|
@@ -1068,12 +1068,12 @@ const REGISTERED_HOOKS = [/* eslint-disable jsdoc/require-description-complete-s
|
|
1068
1068
|
* modifies Handsontable's [`data`](@/api/options.md#data).
|
1069
1069
|
*
|
1070
1070
|
* Read more:
|
1071
|
-
* - [Binding to data](@/guides/getting-started/binding-to-data.md)
|
1072
|
-
* - [Saving data](@/guides/getting-started/saving-data.md)
|
1071
|
+
* - [Binding to data](@/guides/getting-started/binding-to-data/binding-to-data.md)
|
1072
|
+
* - [Saving data](@/guides/getting-started/saving-data/saving-data.md)
|
1073
1073
|
*
|
1074
1074
|
* @event Hooks#beforeUpdateData
|
1075
1075
|
* @since 11.1.0
|
1076
|
-
* @param {Array} sourceData An [array of arrays](@/guides/getting-started/binding-to-data.md#array-of-arrays), or an [array of objects](@/guides/getting-started/binding-to-data.md#array-of-objects), that contains Handsontable's data
|
1076
|
+
* @param {Array} sourceData An [array of arrays](@/guides/getting-started/binding-to-data/binding-to-data.md#array-of-arrays), or an [array of objects](@/guides/getting-started/binding-to-data/binding-to-data.md#array-of-objects), that contains Handsontable's data
|
1077
1077
|
* @param {boolean} initialLoad A flag that indicates whether the data was loaded at Handsontable's initialization (`true`) or later (`false`)
|
1078
1078
|
* @param {string} source The source of the call
|
1079
1079
|
* @returns {Array} The returned array will be used as Handsontable's new dataset.
|
@@ -1146,7 +1146,7 @@ const REGISTERED_HOOKS = [/* eslint-disable jsdoc/require-description-complete-s
|
|
1146
1146
|
* @param {number} amount Amount of columns to be removed.
|
1147
1147
|
* @param {number[]} physicalColumns An array of physical columns removed from the data source.
|
1148
1148
|
* @param {string} [source] String that identifies source of hook call
|
1149
|
-
* ([list of all available sources](@/guides/getting-started/events-and-hooks.md#definition-for-source-argument)).
|
1149
|
+
* ([list of all available sources](@/guides/getting-started/events-and-hooks/events-and-hooks.md#definition-for-source-argument)).
|
1150
1150
|
* @returns {*|boolean} If false is returned the action is canceled.
|
1151
1151
|
*/
|
1152
1152
|
'beforeRemoveCol',
|
@@ -1158,7 +1158,7 @@ const REGISTERED_HOOKS = [/* eslint-disable jsdoc/require-description-complete-s
|
|
1158
1158
|
* @param {number} amount Amount of rows to be removed.
|
1159
1159
|
* @param {number[]} physicalRows An array of physical rows removed from the data source.
|
1160
1160
|
* @param {string} [source] String that identifies source of hook call
|
1161
|
-
* ([list of all available sources](@/guides/getting-started/events-and-hooks.md#definition-for-source-argument)).
|
1161
|
+
* ([list of all available sources](@/guides/getting-started/events-and-hooks/events-and-hooks.md#definition-for-source-argument)).
|
1162
1162
|
* @returns {*|boolean} If false is returned the action is canceled.
|
1163
1163
|
*/
|
1164
1164
|
'beforeRemoveRow',
|
@@ -1301,7 +1301,7 @@ const REGISTERED_HOOKS = [/* eslint-disable jsdoc/require-description-complete-s
|
|
1301
1301
|
* @param {number} row Visual row index.
|
1302
1302
|
* @param {string|number} prop Property name / column index.
|
1303
1303
|
* @param {string} [source] String that identifies source of hook call
|
1304
|
-
* ([list of all available sources](@/guides/getting-started/events-and-hooks.md#definition-for-source-argument)).
|
1304
|
+
* ([list of all available sources](@/guides/getting-started/events-and-hooks/events-and-hooks.md#definition-for-source-argument)).
|
1305
1305
|
*/
|
1306
1306
|
'beforeValidate',
|
1307
1307
|
/**
|
@@ -1744,11 +1744,11 @@ const REGISTERED_HOOKS = [/* eslint-disable jsdoc/require-description-complete-s
|
|
1744
1744
|
* @param {number} finalIndex Visual column index, being a start index for the moved columns.
|
1745
1745
|
* Points to where the elements will be placed after the moving action.
|
1746
1746
|
* To check visualization of final index please take a look at
|
1747
|
-
* [documentation](@/guides/columns/column-moving.md).
|
1747
|
+
* [documentation](@/guides/columns/column-moving/column-moving.md).
|
1748
1748
|
* @param {number|undefined} dropIndex Visual column index, being a drop index for the moved columns.
|
1749
1749
|
* Points to where we are going to drop the moved elements. To check
|
1750
1750
|
* visualization of drop index please take a look at
|
1751
|
-
* [documentation](@/guides/columns/column-moving.md).
|
1751
|
+
* [documentation](@/guides/columns/column-moving/column-moving.md).
|
1752
1752
|
* It's `undefined` when `dragColumns` function wasn't called.
|
1753
1753
|
* @param {boolean} movePossible Indicates if it's possible to move rows to the desired position.
|
1754
1754
|
* @returns {undefined | boolean} If `false` the column will not be moved, `true` otherwise.
|
@@ -1763,11 +1763,11 @@ const REGISTERED_HOOKS = [/* eslint-disable jsdoc/require-description-complete-s
|
|
1763
1763
|
* @param {number} finalIndex Visual column index, being a start index for the moved columns.
|
1764
1764
|
* Points to where the elements will be placed after the moving action.
|
1765
1765
|
* To check visualization of final index please take a look at
|
1766
|
-
* [documentation](@/guides/columns/column-moving.md).
|
1766
|
+
* [documentation](@/guides/columns/column-moving/column-moving.md).
|
1767
1767
|
* @param {number|undefined} dropIndex Visual column index, being a drop index for the moved columns.
|
1768
1768
|
* Points to where we are going to drop the moved elements.
|
1769
1769
|
* To check visualization of drop index please take a look at
|
1770
|
-
* [documentation](@/guides/columns/column-moving.md).
|
1770
|
+
* [documentation](@/guides/columns/column-moving/column-moving.md).
|
1771
1771
|
* It's `undefined` when `dragColumns` function wasn't called.
|
1772
1772
|
* @param {boolean} movePossible Indicates if it was possible to move columns to the desired position.
|
1773
1773
|
* @param {boolean} orderChanged Indicates if order of columns was changed by move.
|
@@ -1801,11 +1801,11 @@ const REGISTERED_HOOKS = [/* eslint-disable jsdoc/require-description-complete-s
|
|
1801
1801
|
* @param {number} finalIndex Visual row index, being a start index for the moved rows.
|
1802
1802
|
* Points to where the elements will be placed after the moving action.
|
1803
1803
|
* To check visualization of final index please take a look at
|
1804
|
-
* [documentation](@/guides/rows/row-moving.md).
|
1804
|
+
* [documentation](@/guides/rows/row-moving/row-moving.md).
|
1805
1805
|
* @param {number|undefined} dropIndex Visual row index, being a drop index for the moved rows.
|
1806
1806
|
* Points to where we are going to drop the moved elements.
|
1807
1807
|
* To check visualization of drop index please take a look at
|
1808
|
-
* [documentation](@/guides/rows/row-moving.md).
|
1808
|
+
* [documentation](@/guides/rows/row-moving/row-moving.md).
|
1809
1809
|
* It's `undefined` when `dragRows` function wasn't called.
|
1810
1810
|
* @param {boolean} movePossible Indicates if it's possible to move rows to the desired position.
|
1811
1811
|
* @returns {*|boolean} If false is returned the action is canceled.
|
@@ -1820,11 +1820,11 @@ const REGISTERED_HOOKS = [/* eslint-disable jsdoc/require-description-complete-s
|
|
1820
1820
|
* @param {number} finalIndex Visual row index, being a start index for the moved rows.
|
1821
1821
|
* Points to where the elements will be placed after the moving action.
|
1822
1822
|
* To check visualization of final index please take a look at
|
1823
|
-
* [documentation](@/guides/rows/row-moving.md).
|
1823
|
+
* [documentation](@/guides/rows/row-moving/row-moving.md).
|
1824
1824
|
* @param {number|undefined} dropIndex Visual row index, being a drop index for the moved rows.
|
1825
1825
|
* Points to where we are going to drop the moved elements.
|
1826
1826
|
* To check visualization of drop index please take a look at
|
1827
|
-
* [documentation](@/guides/rows/row-moving.md).
|
1827
|
+
* [documentation](@/guides/rows/row-moving/row-moving.md).
|
1828
1828
|
* It's `undefined` when `dragRows` function wasn't called.
|
1829
1829
|
* @param {boolean} movePossible Indicates if it was possible to move rows to the desired position.
|
1830
1830
|
* @param {boolean} orderChanged Indicates if order of rows was changed by move.
|
@@ -1897,7 +1897,7 @@ const REGISTERED_HOOKS = [/* eslint-disable jsdoc/require-description-complete-s
|
|
1897
1897
|
'beforeStretchingColumnWidth',
|
1898
1898
|
/**
|
1899
1899
|
* Fired by the [`Filters`](@/api/filters.md) plugin,
|
1900
|
-
* before a [column filter](@/guides/columns/column-filter.md) gets applied.
|
1900
|
+
* before a [column filter](@/guides/columns/column-filter/column-filter.md) gets applied.
|
1901
1901
|
*
|
1902
1902
|
* [`beforeFilter`](#beforefilter) takes one argument (`conditionsStack`), which is an array of objects.
|
1903
1903
|
* Each object represents one of your [column filters](@/api/filters.md#addcondition),
|
@@ -1942,7 +1942,7 @@ const REGISTERED_HOOKS = [/* eslint-disable jsdoc/require-description-complete-s
|
|
1942
1942
|
*```
|
1943
1943
|
*
|
1944
1944
|
* Read more:
|
1945
|
-
* - [Guides: Column filter](@/guides/columns/column-filter.md)
|
1945
|
+
* - [Guides: Column filter](@/guides/columns/column-filter/column-filter.md)
|
1946
1946
|
* - [Hooks: `afterFilter`](#afterfilter)
|
1947
1947
|
* - [Options: `filters`](@/api/options.md#filters)
|
1948
1948
|
* - [Plugins: `Filters`](@/api/filters.md)
|
@@ -1955,7 +1955,7 @@ const REGISTERED_HOOKS = [/* eslint-disable jsdoc/require-description-complete-s
|
|
1955
1955
|
'beforeFilter',
|
1956
1956
|
/**
|
1957
1957
|
* Fired by the [`Filters`](@/api/filters.md) plugin,
|
1958
|
-
* after a [column filter](@/guides/columns/column-filter.md) gets applied.
|
1958
|
+
* after a [column filter](@/guides/columns/column-filter/column-filter.md) gets applied.
|
1959
1959
|
*
|
1960
1960
|
* [`afterFilter`](#afterfilter) takes one argument (`conditionsStack`), which is an array of objects.
|
1961
1961
|
* Each object represents one of your [column filters](@/api/filters.md#addcondition),
|
@@ -1989,7 +1989,7 @@ const REGISTERED_HOOKS = [/* eslint-disable jsdoc/require-description-complete-s
|
|
1989
1989
|
* ```
|
1990
1990
|
*
|
1991
1991
|
* Read more:
|
1992
|
-
* - [Guides: Column filter](@/guides/columns/column-filter.md)
|
1992
|
+
* - [Guides: Column filter](@/guides/columns/column-filter/column-filter.md)
|
1993
1993
|
* - [Hooks: `beforeFilter`](#beforefilter)
|
1994
1994
|
* - [Options: `filters`](@/api/options.md#filters)
|
1995
1995
|
* - [Plugins: `Filters`](@/api/filters.md)
|
@@ -2009,7 +2009,7 @@ const REGISTERED_HOOKS = [/* eslint-disable jsdoc/require-description-complete-s
|
|
2009
2009
|
* This hook gets also fired on Handsontable's initialization, returning the addresses and values of all cells.
|
2010
2010
|
*
|
2011
2011
|
* Read more:
|
2012
|
-
* - [Guides: Formula calculation](@/guides/formulas/formula-calculation.md)
|
2012
|
+
* - [Guides: Formula calculation](@/guides/formulas/formula-calculation/formula-calculation.md)
|
2013
2013
|
* - [HyperFormula documentation: `valuesUpdated`](https://hyperformula.handsontable.com/api/interfaces/listeners.html#valuesupdated)
|
2014
2014
|
*
|
2015
2015
|
* @since 9.0.0
|
@@ -2098,7 +2098,7 @@ const REGISTERED_HOOKS = [/* eslint-disable jsdoc/require-description-complete-s
|
|
2098
2098
|
* @since 8.4.0
|
2099
2099
|
* @param {Array} doneActions Stack of actions which may be undone.
|
2100
2100
|
* @param {string} [source] String that identifies source of action
|
2101
|
-
* ([list of all available sources](@/guides/getting-started/events-and-hooks.md#definition-for-source-argument)).
|
2101
|
+
* ([list of all available sources](@/guides/getting-started/events-and-hooks/events-and-hooks.md#definition-for-source-argument)).
|
2102
2102
|
* @returns {*|boolean} If false is returned the action of changing undo stack is canceled.
|
2103
2103
|
*/
|
2104
2104
|
'beforeUndoStackChange',
|
@@ -2889,7 +2889,7 @@ class Hooks {
|
|
2889
2889
|
/**
|
2890
2890
|
* Registers a hook name (adds it to the list of the known hook names). Used by plugins.
|
2891
2891
|
* It is not necessary to call register, but if you use it, your plugin hook will be used returned by
|
2892
|
-
* the `getRegistered` method. (which itself is used in the [demo](@/guides/getting-started/events-and-hooks.md)).
|
2892
|
+
* the `getRegistered` method. (which itself is used in the [demo](@/guides/getting-started/events-and-hooks/events-and-hooks.md)).
|
2893
2893
|
*
|
2894
2894
|
* @param {string} key The hook name.
|
2895
2895
|
*
|