handsontable 0.0.0-next-7026906-20231107 → 0.0.0-next-7b93b7d-20231107
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of handsontable might be problematic. Click here for more details.
- package/3rdparty/SheetClip/SheetClip.js +2 -2
- package/3rdparty/SheetClip/SheetClip.mjs +2 -2
- package/3rdparty/autoResize/autoResize.js +2 -2
- package/3rdparty/autoResize/autoResize.mjs +2 -2
- package/3rdparty/walkontable/src/calculator/viewportColumns.js +108 -85
- package/3rdparty/walkontable/src/calculator/viewportColumns.mjs +108 -85
- package/3rdparty/walkontable/src/calculator/viewportRows.js +60 -52
- package/3rdparty/walkontable/src/calculator/viewportRows.mjs +60 -52
- package/3rdparty/walkontable/src/core/clone.js +6 -0
- package/3rdparty/walkontable/src/core/clone.mjs +6 -0
- package/3rdparty/walkontable/src/event.js +125 -74
- package/3rdparty/walkontable/src/event.mjs +125 -74
- package/3rdparty/walkontable/src/filter/column.js +16 -0
- package/3rdparty/walkontable/src/filter/column.mjs +16 -0
- package/3rdparty/walkontable/src/filter/row.js +16 -0
- package/3rdparty/walkontable/src/filter/row.mjs +16 -0
- package/3rdparty/walkontable/src/overlay/bottom.js +1 -1
- package/3rdparty/walkontable/src/overlay/bottom.mjs +1 -1
- package/3rdparty/walkontable/src/overlay/top.js +1 -1
- package/3rdparty/walkontable/src/overlay/top.mjs +1 -1
- package/3rdparty/walkontable/src/renderer/_base.js +12 -5
- package/3rdparty/walkontable/src/renderer/_base.mjs +12 -5
- package/3rdparty/walkontable/src/renderer/cells.js +6 -2
- package/3rdparty/walkontable/src/renderer/cells.mjs +6 -2
- package/3rdparty/walkontable/src/renderer/rowHeaders.js +6 -2
- package/3rdparty/walkontable/src/renderer/rowHeaders.mjs +6 -2
- package/3rdparty/walkontable/src/renderer/rows.js +5 -0
- package/3rdparty/walkontable/src/renderer/rows.mjs +5 -0
- package/3rdparty/walkontable/src/renderer/table.js +24 -17
- package/3rdparty/walkontable/src/renderer/table.mjs +24 -17
- package/3rdparty/walkontable/src/scroll.js +2 -2
- package/3rdparty/walkontable/src/scroll.mjs +2 -2
- package/3rdparty/walkontable/src/selection/border/border.js +1 -1
- package/3rdparty/walkontable/src/selection/border/border.mjs +1 -1
- package/3rdparty/walkontable/src/settings.js +10 -10
- package/3rdparty/walkontable/src/settings.mjs +10 -10
- package/3rdparty/walkontable/src/table.js +3 -3
- package/3rdparty/walkontable/src/table.mjs +3 -3
- package/3rdparty/walkontable/src/utils/column.js +19 -4
- package/3rdparty/walkontable/src/utils/column.mjs +19 -4
- package/3rdparty/walkontable/src/utils/nodesPool.js +5 -0
- package/3rdparty/walkontable/src/utils/nodesPool.mjs +5 -0
- package/3rdparty/walkontable/src/utils/orderView/view.js +13 -6
- package/3rdparty/walkontable/src/utils/orderView/view.mjs +13 -6
- package/3rdparty/walkontable/src/utils/orderView/viewSize.js +9 -6
- package/3rdparty/walkontable/src/utils/orderView/viewSize.mjs +9 -6
- package/3rdparty/walkontable/src/utils/orderView/viewSizeSet.js +7 -4
- package/3rdparty/walkontable/src/utils/orderView/viewSizeSet.mjs +7 -4
- package/3rdparty/walkontable/src/utils/row.js +14 -2
- package/3rdparty/walkontable/src/utils/row.mjs +14 -2
- package/3rdparty/walkontable/src/viewport.js +9 -9
- package/3rdparty/walkontable/src/viewport.mjs +9 -9
- package/base.js +2 -2
- package/base.mjs +2 -2
- package/core.js +25 -25
- package/core.mjs +25 -25
- package/dataMap/dataMap.js +99 -90
- package/dataMap/dataMap.mjs +99 -90
- package/dataMap/dataSource.js +14 -8
- package/dataMap/dataSource.mjs +14 -8
- package/dataMap/metaManager/lazyFactoryMap.js +19 -7
- package/dataMap/metaManager/lazyFactoryMap.mjs +19 -7
- package/dataMap/metaManager/metaLayers/cellMeta.js +8 -3
- package/dataMap/metaManager/metaLayers/cellMeta.mjs +8 -3
- package/dataMap/metaManager/metaLayers/columnMeta.js +7 -1
- package/dataMap/metaManager/metaLayers/columnMeta.mjs +7 -1
- package/dataMap/metaManager/metaLayers/globalMeta.js +6 -1
- package/dataMap/metaManager/metaLayers/globalMeta.mjs +6 -1
- package/dataMap/metaManager/metaLayers/tableMeta.js +6 -2
- package/dataMap/metaManager/metaLayers/tableMeta.mjs +6 -2
- package/dataMap/metaManager/metaSchema.js +55 -55
- package/dataMap/metaManager/metaSchema.mjs +55 -55
- package/dataMap/metaManager/mods/dynamicCellMeta.js +7 -2
- package/dataMap/metaManager/mods/dynamicCellMeta.mjs +7 -2
- package/dataMap/metaManager/mods/extendMetaProperties.js +8 -4
- package/dataMap/metaManager/mods/extendMetaProperties.mjs +8 -4
- package/dataMap/metaManager/utils.js +2 -2
- package/dataMap/metaManager/utils.mjs +2 -2
- package/dist/handsontable.css +2 -2
- package/dist/handsontable.full.css +2 -2
- package/dist/handsontable.full.js +7244 -6347
- package/dist/handsontable.full.min.css +2 -2
- package/dist/handsontable.full.min.js +120 -120
- package/dist/handsontable.js +7243 -6346
- package/dist/handsontable.min.css +2 -2
- package/dist/handsontable.min.js +28 -28
- package/editorManager.js +105 -95
- package/editorManager.mjs +105 -95
- package/editors/autocompleteEditor/autocompleteEditor.js +47 -46
- package/editors/autocompleteEditor/autocompleteEditor.mjs +46 -45
- package/editors/baseEditor/baseEditor.js +23 -26
- package/editors/baseEditor/baseEditor.mjs +23 -26
- package/editors/dateEditor/dateEditor.js +24 -15
- package/editors/dateEditor/dateEditor.mjs +24 -15
- package/editors/dropdownEditor/dropdownEditor.js +1 -1
- package/editors/dropdownEditor/dropdownEditor.mjs +1 -1
- package/editors/handsontableEditor/handsontableEditor.js +4 -4
- package/editors/handsontableEditor/handsontableEditor.mjs +4 -4
- package/editors/textEditor/textEditor.js +23 -17
- package/editors/textEditor/textEditor.mjs +24 -18
- package/eventManager.js +8 -0
- package/eventManager.mjs +8 -0
- package/helpers/array.js +2 -2
- package/helpers/array.mjs +2 -2
- package/helpers/dom/element.js +7 -7
- package/helpers/dom/element.mjs +7 -7
- package/helpers/function.js +1 -1
- package/helpers/function.mjs +1 -1
- package/helpers/mixed.js +1 -1
- package/helpers/mixed.mjs +1 -1
- package/helpers/object.js +4 -4
- package/helpers/object.mjs +4 -4
- package/helpers/string.js +1 -1
- package/helpers/string.mjs +1 -1
- package/package.json +1 -1
- package/pluginHooks.d.ts +0 -2
- package/pluginHooks.js +12 -3
- package/pluginHooks.mjs +12 -3
- package/plugins/autoColumnSize/autoColumnSize.js +141 -130
- package/plugins/autoColumnSize/autoColumnSize.mjs +140 -129
- package/plugins/autoRowSize/autoRowSize.js +112 -125
- package/plugins/autoRowSize/autoRowSize.mjs +110 -123
- package/plugins/autofill/autofill.js +97 -102
- package/plugins/autofill/autofill.mjs +96 -101
- package/plugins/base/base.js +57 -22
- package/plugins/base/base.mjs +56 -22
- package/plugins/bindRowsWithHeaders/bindRowsWithHeaders.js +29 -24
- package/plugins/bindRowsWithHeaders/bindRowsWithHeaders.mjs +28 -23
- package/plugins/collapsibleColumns/collapsibleColumns.js +104 -107
- package/plugins/collapsibleColumns/collapsibleColumns.mjs +102 -104
- package/plugins/columnSorting/columnSorting.js +105 -98
- package/plugins/columnSorting/columnSorting.mjs +104 -97
- package/plugins/columnSorting/columnStatesManager.js +12 -6
- package/plugins/columnSorting/columnStatesManager.mjs +12 -6
- package/plugins/columnSummary/columnSummary.js +71 -58
- package/plugins/columnSummary/columnSummary.mjs +70 -57
- package/plugins/columnSummary/endpoints.js +20 -14
- package/plugins/columnSummary/endpoints.mjs +20 -14
- package/plugins/comments/commentEditor.js +30 -2
- package/plugins/comments/commentEditor.mjs +30 -2
- package/plugins/comments/comments.js +158 -169
- package/plugins/comments/comments.mjs +157 -168
- package/plugins/comments/displaySwitch.js +7 -3
- package/plugins/comments/displaySwitch.mjs +7 -3
- package/plugins/contextMenu/commandExecutor.js +15 -2
- package/plugins/contextMenu/commandExecutor.mjs +15 -2
- package/plugins/contextMenu/contextMenu.js +91 -101
- package/plugins/contextMenu/contextMenu.mjs +90 -100
- package/plugins/contextMenu/itemsFactory.js +19 -4
- package/plugins/contextMenu/itemsFactory.mjs +19 -4
- package/plugins/contextMenu/menu/cursor.js +36 -0
- package/plugins/contextMenu/menu/cursor.mjs +36 -0
- package/plugins/contextMenu/menu/menu.js +57 -5
- package/plugins/contextMenu/menu/menu.mjs +57 -5
- package/plugins/copyPaste/copyPaste.js +74 -75
- package/plugins/copyPaste/copyPaste.mjs +74 -75
- package/plugins/customBorders/customBorders.js +49 -48
- package/plugins/customBorders/customBorders.mjs +48 -47
- package/plugins/dragToScroll/dragToScroll.js +50 -54
- package/plugins/dragToScroll/dragToScroll.mjs +49 -52
- package/plugins/dropdownMenu/dropdownMenu.js +132 -129
- package/plugins/dropdownMenu/dropdownMenu.mjs +132 -129
- package/plugins/exportFile/dataProvider.js +7 -2
- package/plugins/exportFile/dataProvider.mjs +7 -2
- package/plugins/exportFile/exportFile.js +1 -1
- package/plugins/exportFile/exportFile.mjs +1 -1
- package/plugins/exportFile/types/_base.js +14 -6
- package/plugins/exportFile/types/_base.mjs +14 -6
- package/plugins/filters/component/actionBar.js +9 -0
- package/plugins/filters/component/actionBar.mjs +9 -0
- package/plugins/filters/component/condition.js +13 -0
- package/plugins/filters/component/condition.mjs +13 -0
- package/plugins/filters/component/operators.js +9 -0
- package/plugins/filters/component/operators.mjs +9 -0
- package/plugins/filters/component/value.js +9 -0
- package/plugins/filters/component/value.mjs +9 -0
- package/plugins/filters/conditionCollection.js +9 -4
- package/plugins/filters/conditionCollection.mjs +9 -4
- package/plugins/filters/conditionUpdateObserver.js +53 -42
- package/plugins/filters/conditionUpdateObserver.mjs +53 -42
- package/plugins/filters/dataFilter.js +9 -3
- package/plugins/filters/dataFilter.mjs +9 -3
- package/plugins/filters/filters.js +184 -189
- package/plugins/filters/filters.mjs +182 -187
- package/plugins/filters/ui/_base.js +1 -1
- package/plugins/filters/ui/_base.mjs +1 -1
- package/plugins/filters/utils.js +1 -1
- package/plugins/filters/utils.mjs +1 -1
- package/plugins/formulas/engine/settings.js +1 -1
- package/plugins/formulas/engine/settings.mjs +1 -1
- package/plugins/formulas/formulas.js +684 -602
- package/plugins/formulas/formulas.mjs +682 -600
- package/plugins/hiddenColumns/hiddenColumns.js +174 -169
- package/plugins/hiddenColumns/hiddenColumns.mjs +173 -168
- package/plugins/hiddenRows/hiddenRows.js +170 -165
- package/plugins/hiddenRows/hiddenRows.mjs +169 -164
- package/plugins/manualColumnFreeze/contextMenuItem/freezeColumn.js +1 -1
- package/plugins/manualColumnFreeze/contextMenuItem/freezeColumn.mjs +1 -1
- package/plugins/manualColumnFreeze/contextMenuItem/unfreezeColumn.js +1 -1
- package/plugins/manualColumnFreeze/contextMenuItem/unfreezeColumn.mjs +1 -1
- package/plugins/manualColumnFreeze/manualColumnFreeze.js +67 -54
- package/plugins/manualColumnFreeze/manualColumnFreeze.mjs +64 -51
- package/plugins/manualColumnMove/manualColumnMove.js +287 -232
- package/plugins/manualColumnMove/manualColumnMove.mjs +286 -231
- package/plugins/manualColumnMove/ui/_base.js +9 -3
- package/plugins/manualColumnMove/ui/_base.mjs +9 -3
- package/plugins/manualColumnResize/manualColumnResize.js +291 -246
- package/plugins/manualColumnResize/manualColumnResize.mjs +290 -244
- package/plugins/manualRowMove/manualRowMove.js +223 -208
- package/plugins/manualRowMove/manualRowMove.mjs +222 -207
- package/plugins/manualRowMove/ui/_base.js +10 -5
- package/plugins/manualRowMove/ui/_base.mjs +10 -5
- package/plugins/manualRowResize/manualRowResize.js +254 -209
- package/plugins/manualRowResize/manualRowResize.mjs +253 -207
- package/plugins/mergeCells/calculations/autofill.js +9 -3
- package/plugins/mergeCells/calculations/autofill.mjs +9 -3
- package/plugins/mergeCells/calculations/selection.js +10 -4
- package/plugins/mergeCells/calculations/selection.mjs +10 -4
- package/plugins/mergeCells/cellCoords.js +16 -6
- package/plugins/mergeCells/cellCoords.mjs +16 -6
- package/plugins/mergeCells/cellsCollection.js +10 -4
- package/plugins/mergeCells/cellsCollection.mjs +10 -4
- package/plugins/mergeCells/mergeCells.js +582 -502
- package/plugins/mergeCells/mergeCells.mjs +580 -500
- package/plugins/multiColumnSorting/multiColumnSorting.js +13 -10
- package/plugins/multiColumnSorting/multiColumnSorting.mjs +13 -10
- package/plugins/multipleSelectionHandles/multipleSelectionHandles.js +16 -28
- package/plugins/multipleSelectionHandles/multipleSelectionHandles.mjs +16 -27
- package/plugins/nestedHeaders/nestedHeaders.js +542 -499
- package/plugins/nestedHeaders/nestedHeaders.mjs +554 -511
- package/plugins/nestedHeaders/stateManager/index.js +1 -1
- package/plugins/nestedHeaders/stateManager/index.mjs +1 -1
- package/plugins/nestedRows/data/dataManager.js +21 -15
- package/plugins/nestedRows/data/dataManager.mjs +21 -15
- package/plugins/nestedRows/nestedRows.js +326 -278
- package/plugins/nestedRows/nestedRows.mjs +325 -277
- package/plugins/nestedRows/ui/_base.js +7 -1
- package/plugins/nestedRows/ui/_base.mjs +7 -1
- package/plugins/nestedRows/ui/collapsing.js +2 -2
- package/plugins/nestedRows/ui/collapsing.mjs +2 -2
- package/plugins/nestedRows/ui/contextMenu.js +28 -18
- package/plugins/nestedRows/ui/contextMenu.mjs +28 -18
- package/plugins/nestedRows/utils/rowMoveController.js +12 -4
- package/plugins/nestedRows/utils/rowMoveController.mjs +12 -4
- package/plugins/persistentState/persistentState.js +14 -11
- package/plugins/persistentState/persistentState.mjs +14 -11
- package/plugins/persistentState/storage.js +11 -6
- package/plugins/persistentState/storage.mjs +11 -6
- package/plugins/registry.js +2 -2
- package/plugins/registry.mjs +2 -2
- package/plugins/search/search.js +57 -46
- package/plugins/search/search.mjs +56 -45
- package/plugins/touchScroll/touchScroll.js +102 -100
- package/plugins/touchScroll/touchScroll.mjs +100 -98
- package/plugins/trimRows/trimRows.js +33 -28
- package/plugins/trimRows/trimRows.mjs +32 -27
- package/plugins/undoRedo/undoRedo.js +2 -2
- package/plugins/undoRedo/undoRedo.mjs +2 -2
- package/renderers/autocompleteRenderer/autocompleteRenderer.js +11 -11
- package/renderers/autocompleteRenderer/autocompleteRenderer.mjs +11 -11
- package/renderers/baseRenderer/baseRenderer.js +2 -2
- package/renderers/baseRenderer/baseRenderer.mjs +2 -2
- package/renderers/checkboxRenderer/checkboxRenderer.js +23 -23
- package/renderers/checkboxRenderer/checkboxRenderer.mjs +23 -23
- package/renderers/dateRenderer/dateRenderer.js +4 -4
- package/renderers/dateRenderer/dateRenderer.mjs +4 -4
- package/renderers/handsontableRenderer/handsontableRenderer.js +4 -4
- package/renderers/handsontableRenderer/handsontableRenderer.mjs +4 -4
- package/renderers/htmlRenderer/htmlRenderer.js +4 -4
- package/renderers/htmlRenderer/htmlRenderer.mjs +4 -4
- package/renderers/numericRenderer/numericRenderer.js +3 -3
- package/renderers/numericRenderer/numericRenderer.mjs +3 -3
- package/renderers/passwordRenderer/passwordRenderer.js +3 -3
- package/renderers/passwordRenderer/passwordRenderer.mjs +3 -3
- package/renderers/selectRenderer/selectRenderer.js +4 -4
- package/renderers/selectRenderer/selectRenderer.mjs +4 -4
- package/renderers/textRenderer/textRenderer.js +5 -5
- package/renderers/textRenderer/textRenderer.mjs +5 -5
- package/renderers/timeRenderer/timeRenderer.js +3 -3
- package/renderers/timeRenderer/timeRenderer.mjs +3 -3
- package/selection/range.js +12 -2
- package/selection/range.mjs +12 -2
- package/selection/selection.js +3 -3
- package/selection/selection.mjs +3 -3
- package/tableView.js +208 -200
- package/tableView.mjs +208 -200
- package/translations/changesObservable/utils.js +2 -2
- package/translations/changesObservable/utils.mjs +2 -2
- package/translations/indexMapper.js +25 -22
- package/translations/indexMapper.mjs +25 -22
- package/translations/mapCollections/aggregatedCollection.js +8 -2
- package/translations/mapCollections/aggregatedCollection.mjs +8 -2
- package/translations/mapCollections/mapCollection.js +5 -2
- package/translations/mapCollections/mapCollection.mjs +5 -2
- package/translations/maps/indexMap.js +6 -1
- package/translations/maps/indexMap.mjs +6 -1
- package/translations/maps/utils/physicallyIndexed.js +2 -2
- package/translations/maps/utils/physicallyIndexed.mjs +2 -2
- package/utils/dataStructures/linkedList.js +10 -6
- package/utils/dataStructures/linkedList.mjs +10 -6
- package/utils/dataStructures/queue.js +1 -1
- package/utils/dataStructures/queue.mjs +1 -1
- package/utils/dataStructures/stack.js +1 -1
- package/utils/dataStructures/stack.mjs +1 -1
- package/utils/ghostTable.js +2 -2
- package/utils/ghostTable.mjs +2 -2
- package/utils/interval.js +73 -36
- package/utils/interval.mjs +73 -36
- package/utils/parseTable.js +1 -1
- package/utils/parseTable.mjs +1 -1
- package/validators/autocompleteValidator/autocompleteValidator.js +1 -1
- package/validators/autocompleteValidator/autocompleteValidator.mjs +1 -1
- package/validators/dateValidator/dateValidator.js +1 -1
- package/validators/dateValidator/dateValidator.mjs +1 -1
- package/validators/numericValidator/numericValidator.js +1 -1
- package/validators/numericValidator/numericValidator.mjs +1 -1
@@ -387,7 +387,7 @@ class Table {
|
|
387
387
|
this.dataAccessObject.wtViewport.oversizedColumnHeaders[level] = currentHeaderHeight;
|
388
388
|
}
|
389
389
|
if (Array.isArray(columnHeaderHeightSetting)) {
|
390
|
-
if (columnHeaderHeightSetting[level] !== null && columnHeaderHeightSetting[level] !==
|
390
|
+
if (columnHeaderHeightSetting[level] !== null && columnHeaderHeightSetting[level] !== undefined) {
|
391
391
|
this.dataAccessObject.wtViewport.oversizedColumnHeaders[level] = columnHeaderHeightSetting[level];
|
392
392
|
}
|
393
393
|
} else if (!isNaN(columnHeaderHeightSetting)) {
|
@@ -440,7 +440,7 @@ class Table {
|
|
440
440
|
for (let visibleRowIndex = 0; visibleRowIndex < rowsToRender; visibleRowIndex++) {
|
441
441
|
const sourceRow = this.rowFilter.renderedToSource(visibleRowIndex);
|
442
442
|
if (wtViewport.oversizedRows && wtViewport.oversizedRows[sourceRow]) {
|
443
|
-
wtViewport.oversizedRows[sourceRow] =
|
443
|
+
wtViewport.oversizedRows[sourceRow] = undefined;
|
444
444
|
}
|
445
445
|
}
|
446
446
|
}
|
@@ -515,7 +515,7 @@ class Table {
|
|
515
515
|
renderedRowIndex = (_this$rowFilter2 = this.rowFilter) === null || _this$rowFilter2 === void 0 ? void 0 : _this$rowFilter2.sourceToRendered(rowIndex);
|
516
516
|
parentElement = this.TBODY;
|
517
517
|
}
|
518
|
-
if (renderedRowIndex !==
|
518
|
+
if (renderedRowIndex !== undefined && parentElement !== undefined) {
|
519
519
|
if (parentElement.childNodes.length < renderedRowIndex + 1) {
|
520
520
|
return false;
|
521
521
|
} else {
|
@@ -1,7 +1,11 @@
|
|
1
1
|
"use strict";
|
2
2
|
|
3
3
|
exports.__esModule = true;
|
4
|
+
require("core-js/modules/es.error.cause.js");
|
4
5
|
var _element = require("./../../../../helpers/dom/element");
|
6
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
7
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
|
8
|
+
function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
5
9
|
/**
|
6
10
|
* Column utils class contains all necessary information about sizes of the columns.
|
7
11
|
*
|
@@ -13,9 +17,20 @@ class ColumnUtils {
|
|
13
17
|
* @param {Settings} wtSettings The walkontable settings.
|
14
18
|
*/
|
15
19
|
constructor(dataAccessObject, wtSettings) {
|
20
|
+
/**
|
21
|
+
* @type {TableDao}
|
22
|
+
*/
|
23
|
+
_defineProperty(this, "dataAccessObject", void 0);
|
24
|
+
/**
|
25
|
+
* @type {Settings}
|
26
|
+
*/
|
27
|
+
_defineProperty(this, "wtSettings", void 0);
|
28
|
+
/**
|
29
|
+
* @type {Map<number, number>}
|
30
|
+
*/
|
31
|
+
_defineProperty(this, "headerWidths", new Map());
|
16
32
|
this.dataAccessObject = dataAccessObject;
|
17
33
|
this.wtSettings = wtSettings;
|
18
|
-
this.headerWidths = new Map();
|
19
34
|
}
|
20
35
|
|
21
36
|
/**
|
@@ -55,7 +70,7 @@ class ColumnUtils {
|
|
55
70
|
getHeaderHeight(level) {
|
56
71
|
let height = this.wtSettings.getSetting('defaultRowHeight');
|
57
72
|
const oversizedHeight = this.dataAccessObject.wtViewport.oversizedColumnHeaders[level];
|
58
|
-
if (oversizedHeight !==
|
73
|
+
if (oversizedHeight !== undefined) {
|
59
74
|
height = height ? Math.max(height, oversizedHeight) : oversizedHeight;
|
60
75
|
}
|
61
76
|
return height;
|
@@ -88,12 +103,12 @@ class ColumnUtils {
|
|
88
103
|
let rowHeaderWidthSetting = wtSettings.getSetting('rowHeaderWidth');
|
89
104
|
wtViewport.columnsRenderCalculator.refreshStretching(wtViewport.getViewportWidth() - scrollbarCompensation);
|
90
105
|
rowHeaderWidthSetting = wtSettings.getSetting('onModifyRowHeaderWidth', rowHeaderWidthSetting);
|
91
|
-
if (rowHeaderWidthSetting !== null && rowHeaderWidthSetting !==
|
106
|
+
if (rowHeaderWidthSetting !== null && rowHeaderWidthSetting !== undefined) {
|
92
107
|
const rowHeadersCount = wtSettings.getSetting('rowHeaders').length;
|
93
108
|
const defaultColumnWidth = wtSettings.getSetting('defaultColumnWidth');
|
94
109
|
for (let visibleColumnIndex = 0; visibleColumnIndex < rowHeadersCount; visibleColumnIndex++) {
|
95
110
|
let width = Array.isArray(rowHeaderWidthSetting) ? rowHeaderWidthSetting[visibleColumnIndex] : rowHeaderWidthSetting;
|
96
|
-
width = width === null || width ===
|
111
|
+
width = width === null || width === undefined ? defaultColumnWidth : width;
|
97
112
|
this.headerWidths.set(visibleColumnIndex, width);
|
98
113
|
}
|
99
114
|
}
|
@@ -1,3 +1,7 @@
|
|
1
|
+
import "core-js/modules/es.error.cause.js";
|
2
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
3
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
|
4
|
+
function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
1
5
|
import { getScrollbarWidth } from "./../../../../helpers/dom/element.mjs";
|
2
6
|
/**
|
3
7
|
* Column utils class contains all necessary information about sizes of the columns.
|
@@ -10,9 +14,20 @@ export default class ColumnUtils {
|
|
10
14
|
* @param {Settings} wtSettings The walkontable settings.
|
11
15
|
*/
|
12
16
|
constructor(dataAccessObject, wtSettings) {
|
17
|
+
/**
|
18
|
+
* @type {TableDao}
|
19
|
+
*/
|
20
|
+
_defineProperty(this, "dataAccessObject", void 0);
|
21
|
+
/**
|
22
|
+
* @type {Settings}
|
23
|
+
*/
|
24
|
+
_defineProperty(this, "wtSettings", void 0);
|
25
|
+
/**
|
26
|
+
* @type {Map<number, number>}
|
27
|
+
*/
|
28
|
+
_defineProperty(this, "headerWidths", new Map());
|
13
29
|
this.dataAccessObject = dataAccessObject;
|
14
30
|
this.wtSettings = wtSettings;
|
15
|
-
this.headerWidths = new Map();
|
16
31
|
}
|
17
32
|
|
18
33
|
/**
|
@@ -52,7 +67,7 @@ export default class ColumnUtils {
|
|
52
67
|
getHeaderHeight(level) {
|
53
68
|
let height = this.wtSettings.getSetting('defaultRowHeight');
|
54
69
|
const oversizedHeight = this.dataAccessObject.wtViewport.oversizedColumnHeaders[level];
|
55
|
-
if (oversizedHeight !==
|
70
|
+
if (oversizedHeight !== undefined) {
|
56
71
|
height = height ? Math.max(height, oversizedHeight) : oversizedHeight;
|
57
72
|
}
|
58
73
|
return height;
|
@@ -85,12 +100,12 @@ export default class ColumnUtils {
|
|
85
100
|
let rowHeaderWidthSetting = wtSettings.getSetting('rowHeaderWidth');
|
86
101
|
wtViewport.columnsRenderCalculator.refreshStretching(wtViewport.getViewportWidth() - scrollbarCompensation);
|
87
102
|
rowHeaderWidthSetting = wtSettings.getSetting('onModifyRowHeaderWidth', rowHeaderWidthSetting);
|
88
|
-
if (rowHeaderWidthSetting !== null && rowHeaderWidthSetting !==
|
103
|
+
if (rowHeaderWidthSetting !== null && rowHeaderWidthSetting !== undefined) {
|
89
104
|
const rowHeadersCount = wtSettings.getSetting('rowHeaders').length;
|
90
105
|
const defaultColumnWidth = wtSettings.getSetting('defaultColumnWidth');
|
91
106
|
for (let visibleColumnIndex = 0; visibleColumnIndex < rowHeadersCount; visibleColumnIndex++) {
|
92
107
|
let width = Array.isArray(rowHeaderWidthSetting) ? rowHeaderWidthSetting[visibleColumnIndex] : rowHeaderWidthSetting;
|
93
|
-
width = width === null || width ===
|
108
|
+
width = width === null || width === undefined ? defaultColumnWidth : width;
|
94
109
|
this.headerWidths.set(visibleColumnIndex, width);
|
95
110
|
}
|
96
111
|
}
|
@@ -1,6 +1,10 @@
|
|
1
1
|
"use strict";
|
2
2
|
|
3
3
|
exports.__esModule = true;
|
4
|
+
require("core-js/modules/es.error.cause.js");
|
5
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
6
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
|
7
|
+
function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
4
8
|
/**
|
5
9
|
* Factory for newly created DOM elements.
|
6
10
|
*
|
@@ -13,6 +17,7 @@ class NodesPool {
|
|
13
17
|
*
|
14
18
|
* @type {string}
|
15
19
|
*/
|
20
|
+
_defineProperty(this, "nodeType", void 0);
|
16
21
|
this.nodeType = nodeType.toUpperCase();
|
17
22
|
}
|
18
23
|
|
@@ -1,3 +1,7 @@
|
|
1
|
+
import "core-js/modules/es.error.cause.js";
|
2
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
3
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
|
4
|
+
function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
1
5
|
/**
|
2
6
|
* Factory for newly created DOM elements.
|
3
7
|
*
|
@@ -10,6 +14,7 @@ export default class NodesPool {
|
|
10
14
|
*
|
11
15
|
* @type {string}
|
12
16
|
*/
|
17
|
+
_defineProperty(this, "nodeType", void 0);
|
13
18
|
this.nodeType = nodeType.toUpperCase();
|
14
19
|
}
|
15
20
|
|
@@ -2,9 +2,13 @@
|
|
2
2
|
|
3
3
|
exports.__esModule = true;
|
4
4
|
require("core-js/modules/es.array.push.js");
|
5
|
+
require("core-js/modules/es.error.cause.js");
|
5
6
|
var _constants = require("./constants");
|
6
7
|
var _viewSizeSet = _interopRequireDefault(require("./viewSizeSet"));
|
7
8
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
9
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
10
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
|
11
|
+
function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
8
12
|
/**
|
9
13
|
* Executive model for each table renderer. It's responsible for injecting DOM nodes in a
|
10
14
|
* specified order and adjusting the number of elements in the root node.
|
@@ -20,37 +24,40 @@ class OrderView {
|
|
20
24
|
*
|
21
25
|
* @type {HTMLElement}
|
22
26
|
*/
|
23
|
-
this
|
27
|
+
_defineProperty(this, "rootNode", void 0);
|
24
28
|
/**
|
25
29
|
* Factory for newly created DOM elements.
|
26
30
|
*
|
27
31
|
* @type {Function}
|
28
32
|
*/
|
29
|
-
this
|
33
|
+
_defineProperty(this, "nodesPool", void 0);
|
30
34
|
/**
|
31
35
|
* Holder for sizing and positioning of the view.
|
32
36
|
*
|
33
37
|
* @type {ViewSizeSet}
|
34
38
|
*/
|
35
|
-
this
|
39
|
+
_defineProperty(this, "sizeSet", new _viewSizeSet.default());
|
36
40
|
/**
|
37
41
|
* Node type which the order view will manage while rendering the DOM elements.
|
38
42
|
*
|
39
43
|
* @type {string}
|
40
44
|
*/
|
41
|
-
this
|
45
|
+
_defineProperty(this, "childNodeType", void 0);
|
42
46
|
/**
|
43
47
|
* The visual index of currently processed row.
|
44
48
|
*
|
45
49
|
* @type {number}
|
46
50
|
*/
|
47
|
-
this
|
51
|
+
_defineProperty(this, "visualIndex", 0);
|
48
52
|
/**
|
49
53
|
* The list of DOM elements which are rendered for this render cycle.
|
50
54
|
*
|
51
55
|
* @type {HTMLElement[]}
|
52
56
|
*/
|
53
|
-
this
|
57
|
+
_defineProperty(this, "collectedNodes", []);
|
58
|
+
this.rootNode = rootNode;
|
59
|
+
this.nodesPool = nodesPool;
|
60
|
+
this.childNodeType = childNodeType.toUpperCase();
|
54
61
|
}
|
55
62
|
|
56
63
|
/**
|
@@ -1,4 +1,8 @@
|
|
1
1
|
import "core-js/modules/es.array.push.js";
|
2
|
+
import "core-js/modules/es.error.cause.js";
|
3
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
4
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
|
5
|
+
function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
2
6
|
import { WORKING_SPACE_TOP, WORKING_SPACE_BOTTOM } from "./constants.mjs";
|
3
7
|
import ViewSizeSet from "./viewSizeSet.mjs";
|
4
8
|
/**
|
@@ -16,37 +20,40 @@ export default class OrderView {
|
|
16
20
|
*
|
17
21
|
* @type {HTMLElement}
|
18
22
|
*/
|
19
|
-
this
|
23
|
+
_defineProperty(this, "rootNode", void 0);
|
20
24
|
/**
|
21
25
|
* Factory for newly created DOM elements.
|
22
26
|
*
|
23
27
|
* @type {Function}
|
24
28
|
*/
|
25
|
-
this
|
29
|
+
_defineProperty(this, "nodesPool", void 0);
|
26
30
|
/**
|
27
31
|
* Holder for sizing and positioning of the view.
|
28
32
|
*
|
29
33
|
* @type {ViewSizeSet}
|
30
34
|
*/
|
31
|
-
this
|
35
|
+
_defineProperty(this, "sizeSet", new ViewSizeSet());
|
32
36
|
/**
|
33
37
|
* Node type which the order view will manage while rendering the DOM elements.
|
34
38
|
*
|
35
39
|
* @type {string}
|
36
40
|
*/
|
37
|
-
this
|
41
|
+
_defineProperty(this, "childNodeType", void 0);
|
38
42
|
/**
|
39
43
|
* The visual index of currently processed row.
|
40
44
|
*
|
41
45
|
* @type {number}
|
42
46
|
*/
|
43
|
-
this
|
47
|
+
_defineProperty(this, "visualIndex", 0);
|
44
48
|
/**
|
45
49
|
* The list of DOM elements which are rendered for this render cycle.
|
46
50
|
*
|
47
51
|
* @type {HTMLElement[]}
|
48
52
|
*/
|
49
|
-
this
|
53
|
+
_defineProperty(this, "collectedNodes", []);
|
54
|
+
this.rootNode = rootNode;
|
55
|
+
this.nodesPool = nodesPool;
|
56
|
+
this.childNodeType = childNodeType.toUpperCase();
|
50
57
|
}
|
51
58
|
|
52
59
|
/**
|
@@ -1,6 +1,10 @@
|
|
1
1
|
"use strict";
|
2
2
|
|
3
3
|
exports.__esModule = true;
|
4
|
+
require("core-js/modules/es.error.cause.js");
|
5
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
6
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
|
7
|
+
function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
4
8
|
/**
|
5
9
|
* Holder for current and next size (count of rendered and to render DOM elements) and offset.
|
6
10
|
*
|
@@ -13,27 +17,26 @@ class ViewSize {
|
|
13
17
|
*
|
14
18
|
* @type {number}
|
15
19
|
*/
|
16
|
-
this
|
20
|
+
_defineProperty(this, "currentSize", 0);
|
17
21
|
/**
|
18
22
|
* Next size of the rendered DOM elements which should be fulfilled.
|
19
23
|
*
|
20
24
|
* @type {number}
|
21
25
|
*/
|
22
|
-
this
|
26
|
+
_defineProperty(this, "nextSize", 0);
|
23
27
|
/**
|
24
28
|
* Current offset.
|
25
29
|
*
|
26
30
|
* @type {number}
|
27
31
|
*/
|
28
|
-
this
|
32
|
+
_defineProperty(this, "currentOffset", 0);
|
29
33
|
/**
|
30
|
-
* Next
|
34
|
+
* Next offset.
|
31
35
|
*
|
32
36
|
* @type {number}
|
33
37
|
*/
|
34
|
-
this
|
38
|
+
_defineProperty(this, "nextOffset", 0);
|
35
39
|
}
|
36
|
-
|
37
40
|
/**
|
38
41
|
* Sets new size of the rendered DOM elements.
|
39
42
|
*
|
@@ -1,3 +1,7 @@
|
|
1
|
+
import "core-js/modules/es.error.cause.js";
|
2
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
3
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
|
4
|
+
function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
1
5
|
/**
|
2
6
|
* Holder for current and next size (count of rendered and to render DOM elements) and offset.
|
3
7
|
*
|
@@ -10,27 +14,26 @@ export default class ViewSize {
|
|
10
14
|
*
|
11
15
|
* @type {number}
|
12
16
|
*/
|
13
|
-
this
|
17
|
+
_defineProperty(this, "currentSize", 0);
|
14
18
|
/**
|
15
19
|
* Next size of the rendered DOM elements which should be fulfilled.
|
16
20
|
*
|
17
21
|
* @type {number}
|
18
22
|
*/
|
19
|
-
this
|
23
|
+
_defineProperty(this, "nextSize", 0);
|
20
24
|
/**
|
21
25
|
* Current offset.
|
22
26
|
*
|
23
27
|
* @type {number}
|
24
28
|
*/
|
25
|
-
this
|
29
|
+
_defineProperty(this, "currentOffset", 0);
|
26
30
|
/**
|
27
|
-
* Next
|
31
|
+
* Next offset.
|
28
32
|
*
|
29
33
|
* @type {number}
|
30
34
|
*/
|
31
|
-
this
|
35
|
+
_defineProperty(this, "nextOffset", 0);
|
32
36
|
}
|
33
|
-
|
34
37
|
/**
|
35
38
|
* Sets new size of the rendered DOM elements.
|
36
39
|
*
|
@@ -1,9 +1,13 @@
|
|
1
1
|
"use strict";
|
2
2
|
|
3
3
|
exports.__esModule = true;
|
4
|
+
require("core-js/modules/es.error.cause.js");
|
4
5
|
var _viewSize = _interopRequireDefault(require("./viewSize"));
|
5
6
|
var _constants = require("./constants");
|
6
7
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
8
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
9
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
|
10
|
+
function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
7
11
|
/**
|
8
12
|
* The class is a source of the truth of information about the current and
|
9
13
|
* next size of the rendered DOM elements and current and next offset of
|
@@ -27,22 +31,21 @@ class ViewSizeSet {
|
|
27
31
|
*
|
28
32
|
* @type {ViewSize}
|
29
33
|
*/
|
30
|
-
this
|
34
|
+
_defineProperty(this, "size", new _viewSize.default());
|
31
35
|
/**
|
32
36
|
* Defines if this instance shares its size with another instance. If it's in the shared
|
33
37
|
* mode it defines what space it occupies ('top' or 'bottom').
|
34
38
|
*
|
35
39
|
* @type {number}
|
36
40
|
*/
|
37
|
-
this
|
41
|
+
_defineProperty(this, "workingSpace", _constants.WORKING_SPACE_ALL);
|
38
42
|
/**
|
39
43
|
* Shared Size instance.
|
40
44
|
*
|
41
45
|
* @type {ViewSize}
|
42
46
|
*/
|
43
|
-
this
|
47
|
+
_defineProperty(this, "sharedSize", null);
|
44
48
|
}
|
45
|
-
|
46
49
|
/**
|
47
50
|
* Sets the size for rendered elements. It can be a size for rows, cells or size for row
|
48
51
|
* headers etc.
|
@@ -1,3 +1,7 @@
|
|
1
|
+
import "core-js/modules/es.error.cause.js";
|
2
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
3
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
|
4
|
+
function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
1
5
|
import ViewSize from "./viewSize.mjs";
|
2
6
|
import { WORKING_SPACE_ALL, WORKING_SPACE_TOP, WORKING_SPACE_BOTTOM } from "./constants.mjs";
|
3
7
|
/**
|
@@ -23,22 +27,21 @@ export default class ViewSizeSet {
|
|
23
27
|
*
|
24
28
|
* @type {ViewSize}
|
25
29
|
*/
|
26
|
-
this
|
30
|
+
_defineProperty(this, "size", new ViewSize());
|
27
31
|
/**
|
28
32
|
* Defines if this instance shares its size with another instance. If it's in the shared
|
29
33
|
* mode it defines what space it occupies ('top' or 'bottom').
|
30
34
|
*
|
31
35
|
* @type {number}
|
32
36
|
*/
|
33
|
-
this
|
37
|
+
_defineProperty(this, "workingSpace", WORKING_SPACE_ALL);
|
34
38
|
/**
|
35
39
|
* Shared Size instance.
|
36
40
|
*
|
37
41
|
* @type {ViewSize}
|
38
42
|
*/
|
39
|
-
this
|
43
|
+
_defineProperty(this, "sharedSize", null);
|
40
44
|
}
|
41
|
-
|
42
45
|
/**
|
43
46
|
* Sets the size for rendered elements. It can be a size for rows, cells or size for row
|
44
47
|
* headers etc.
|
@@ -1,6 +1,10 @@
|
|
1
1
|
"use strict";
|
2
2
|
|
3
3
|
exports.__esModule = true;
|
4
|
+
require("core-js/modules/es.error.cause.js");
|
5
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
6
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
|
7
|
+
function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
4
8
|
/**
|
5
9
|
* Row utils class contains all necessary information about sizes of the rows.
|
6
10
|
*
|
@@ -12,6 +16,14 @@ class RowUtils {
|
|
12
16
|
* @param {Settings} wtSettings The walkontable settings.
|
13
17
|
*/
|
14
18
|
constructor(dataAccessObject, wtSettings) {
|
19
|
+
/**
|
20
|
+
* @type {TableDao}
|
21
|
+
*/
|
22
|
+
_defineProperty(this, "dataAccessObject", void 0);
|
23
|
+
/**
|
24
|
+
* @type {Settings}
|
25
|
+
*/
|
26
|
+
_defineProperty(this, "wtSettings", void 0);
|
15
27
|
this.dataAccessObject = dataAccessObject;
|
16
28
|
this.wtSettings = wtSettings;
|
17
29
|
}
|
@@ -25,8 +37,8 @@ class RowUtils {
|
|
25
37
|
getHeight(sourceIndex) {
|
26
38
|
let height = this.wtSettings.getSetting('rowHeight', sourceIndex);
|
27
39
|
const oversizedHeight = this.dataAccessObject.wtViewport.oversizedRows[sourceIndex];
|
28
|
-
if (oversizedHeight !==
|
29
|
-
height = height ===
|
40
|
+
if (oversizedHeight !== undefined) {
|
41
|
+
height = height === undefined ? oversizedHeight : Math.max(height, oversizedHeight);
|
30
42
|
}
|
31
43
|
return height;
|
32
44
|
}
|
@@ -1,3 +1,7 @@
|
|
1
|
+
import "core-js/modules/es.error.cause.js";
|
2
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
3
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
|
4
|
+
function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
1
5
|
/**
|
2
6
|
* Row utils class contains all necessary information about sizes of the rows.
|
3
7
|
*
|
@@ -9,6 +13,14 @@ export default class RowUtils {
|
|
9
13
|
* @param {Settings} wtSettings The walkontable settings.
|
10
14
|
*/
|
11
15
|
constructor(dataAccessObject, wtSettings) {
|
16
|
+
/**
|
17
|
+
* @type {TableDao}
|
18
|
+
*/
|
19
|
+
_defineProperty(this, "dataAccessObject", void 0);
|
20
|
+
/**
|
21
|
+
* @type {Settings}
|
22
|
+
*/
|
23
|
+
_defineProperty(this, "wtSettings", void 0);
|
12
24
|
this.dataAccessObject = dataAccessObject;
|
13
25
|
this.wtSettings = wtSettings;
|
14
26
|
}
|
@@ -22,8 +34,8 @@ export default class RowUtils {
|
|
22
34
|
getHeight(sourceIndex) {
|
23
35
|
let height = this.wtSettings.getSetting('rowHeight', sourceIndex);
|
24
36
|
const oversizedHeight = this.dataAccessObject.wtViewport.oversizedRows[sourceIndex];
|
25
|
-
if (oversizedHeight !==
|
26
|
-
height = height ===
|
37
|
+
if (oversizedHeight !== undefined) {
|
38
|
+
height = height === undefined ? oversizedHeight : Math.max(height, oversizedHeight);
|
27
39
|
}
|
28
40
|
return height;
|
29
41
|
}
|
@@ -283,13 +283,13 @@ class Viewport {
|
|
283
283
|
scrollbarHeight = (0, _element.getScrollbarWidth)(this.domBindings.rootDocument);
|
284
284
|
}
|
285
285
|
return new _calculator.ViewportRowsCalculator({
|
286
|
-
|
286
|
+
viewportHeight: height,
|
287
287
|
scrollOffset: pos,
|
288
|
-
|
289
|
-
|
288
|
+
totalRows: wtSettings.getSetting('totalRows'),
|
289
|
+
rowHeightFn: sourceRow => wtTable.getRowHeight(sourceRow),
|
290
290
|
overrideFn: wtSettings.getSettingPure('viewportRowCalculatorOverride'),
|
291
291
|
calculationType,
|
292
|
-
scrollbarHeight
|
292
|
+
horizontalScrollbarHeight: scrollbarHeight
|
293
293
|
});
|
294
294
|
}
|
295
295
|
|
@@ -321,14 +321,14 @@ class Viewport {
|
|
321
321
|
width -= (0, _element.getScrollbarWidth)(this.domBindings.rootDocument);
|
322
322
|
}
|
323
323
|
return new _calculator.ViewportColumnsCalculator({
|
324
|
-
|
324
|
+
viewportWidth: width,
|
325
325
|
scrollOffset: pos,
|
326
|
-
|
327
|
-
|
326
|
+
totalColumns: wtSettings.getSetting('totalColumns'),
|
327
|
+
columnWidthFn: sourceCol => wtTable.getColumnWidth(sourceCol),
|
328
328
|
overrideFn: wtSettings.getSettingPure('viewportColumnCalculatorOverride'),
|
329
329
|
calculationType,
|
330
330
|
stretchMode: wtSettings.getSetting('stretchH'),
|
331
|
-
|
331
|
+
stretchingColumnWidthFn: (stretchedWidth, column) => {
|
332
332
|
return wtSettings.getSetting('onBeforeStretchingColumnWidth', stretchedWidth, column);
|
333
333
|
},
|
334
334
|
inlineStartOffset: this.dataAccessObject.inlineStartParentOffset
|
@@ -445,7 +445,7 @@ class Viewport {
|
|
445
445
|
*/
|
446
446
|
resetHasOversizedColumnHeadersMarked() {
|
447
447
|
(0, _object.objectEach)(this.hasOversizedColumnHeadersMarked, (value, key, object) => {
|
448
|
-
object[key] =
|
448
|
+
object[key] = undefined;
|
449
449
|
});
|
450
450
|
}
|
451
451
|
}
|
@@ -280,13 +280,13 @@ class Viewport {
|
|
280
280
|
scrollbarHeight = getScrollbarWidth(this.domBindings.rootDocument);
|
281
281
|
}
|
282
282
|
return new ViewportRowsCalculator({
|
283
|
-
|
283
|
+
viewportHeight: height,
|
284
284
|
scrollOffset: pos,
|
285
|
-
|
286
|
-
|
285
|
+
totalRows: wtSettings.getSetting('totalRows'),
|
286
|
+
rowHeightFn: sourceRow => wtTable.getRowHeight(sourceRow),
|
287
287
|
overrideFn: wtSettings.getSettingPure('viewportRowCalculatorOverride'),
|
288
288
|
calculationType,
|
289
|
-
scrollbarHeight
|
289
|
+
horizontalScrollbarHeight: scrollbarHeight
|
290
290
|
});
|
291
291
|
}
|
292
292
|
|
@@ -318,14 +318,14 @@ class Viewport {
|
|
318
318
|
width -= getScrollbarWidth(this.domBindings.rootDocument);
|
319
319
|
}
|
320
320
|
return new ViewportColumnsCalculator({
|
321
|
-
|
321
|
+
viewportWidth: width,
|
322
322
|
scrollOffset: pos,
|
323
|
-
|
324
|
-
|
323
|
+
totalColumns: wtSettings.getSetting('totalColumns'),
|
324
|
+
columnWidthFn: sourceCol => wtTable.getColumnWidth(sourceCol),
|
325
325
|
overrideFn: wtSettings.getSettingPure('viewportColumnCalculatorOverride'),
|
326
326
|
calculationType,
|
327
327
|
stretchMode: wtSettings.getSetting('stretchH'),
|
328
|
-
|
328
|
+
stretchingColumnWidthFn: (stretchedWidth, column) => {
|
329
329
|
return wtSettings.getSetting('onBeforeStretchingColumnWidth', stretchedWidth, column);
|
330
330
|
},
|
331
331
|
inlineStartOffset: this.dataAccessObject.inlineStartParentOffset
|
@@ -442,7 +442,7 @@ class Viewport {
|
|
442
442
|
*/
|
443
443
|
resetHasOversizedColumnHeadersMarked() {
|
444
444
|
objectEach(this.hasOversizedColumnHeadersMarked, (value, key, object) => {
|
445
|
-
object[key] =
|
445
|
+
object[key] = undefined;
|
446
446
|
});
|
447
447
|
}
|
448
448
|
}
|
package/base.js
CHANGED
@@ -43,8 +43,8 @@ Handsontable.hooks = _pluginHooks.default.getSingleton();
|
|
43
43
|
Handsontable.CellCoords = _src.CellCoords;
|
44
44
|
Handsontable.CellRange = _src.CellRange;
|
45
45
|
Handsontable.packageName = 'handsontable';
|
46
|
-
Handsontable.buildDate = "07/11/2023
|
47
|
-
Handsontable.version = "0.0.0-next-
|
46
|
+
Handsontable.buildDate = "07/11/2023 14:24:30";
|
47
|
+
Handsontable.version = "0.0.0-next-7b93b7d-20231107";
|
48
48
|
Handsontable.languages = {
|
49
49
|
dictionaryKeys: _registry.dictionaryKeys,
|
50
50
|
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 = "07/11/2023
|
39
|
-
Handsontable.version = "0.0.0-next-
|
38
|
+
Handsontable.buildDate = "07/11/2023 14:24:41";
|
39
|
+
Handsontable.version = "0.0.0-next-7b93b7d-20231107";
|
40
40
|
Handsontable.languages = {
|
41
41
|
dictionaryKeys,
|
42
42
|
getLanguageDictionary,
|