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
@@ -1,13 +1,29 @@
|
|
1
|
+
import "core-js/modules/es.error.cause.js";
|
2
|
+
function _classPrivateFieldInitSpec(obj, privateMap, value) { _checkPrivateRedeclaration(obj, privateMap); privateMap.set(obj, value); }
|
3
|
+
function _checkPrivateRedeclaration(obj, privateCollection) { if (privateCollection.has(obj)) { throw new TypeError("Cannot initialize the same private elements twice on an object"); } }
|
4
|
+
function _classPrivateFieldGet(receiver, privateMap) { var descriptor = _classExtractFieldDescriptor(receiver, privateMap, "get"); return _classApplyDescriptorGet(receiver, descriptor); }
|
5
|
+
function _classApplyDescriptorGet(receiver, descriptor) { if (descriptor.get) { return descriptor.get.call(receiver); } return descriptor.value; }
|
6
|
+
function _classPrivateFieldSet(receiver, privateMap, value) { var descriptor = _classExtractFieldDescriptor(receiver, privateMap, "set"); _classApplyDescriptorSet(receiver, descriptor, value); return value; }
|
7
|
+
function _classExtractFieldDescriptor(receiver, privateMap, action) { if (!privateMap.has(receiver)) { throw new TypeError("attempted to " + action + " private field on non-instance"); } return privateMap.get(receiver); }
|
8
|
+
function _classApplyDescriptorSet(receiver, descriptor, value) { if (descriptor.set) { descriptor.set.call(receiver, value); } else { if (!descriptor.writable) { throw new TypeError("attempted to set read only private field"); } descriptor.value = value; } }
|
1
9
|
import { closestDown, hasClass, isChildOf, getParent } from "../../../helpers/dom/element.mjs";
|
2
10
|
import { partial } from "../../../helpers/function.mjs";
|
3
11
|
import { isTouchSupported } from "../../../helpers/feature.mjs";
|
4
12
|
import { isMobileBrowser, isChromeWebKit, isFirefoxWebKit, isIOS } from "../../../helpers/browser.mjs";
|
5
13
|
import { isDefined } from "../../../helpers/mixed.mjs";
|
6
|
-
const privatePool = new WeakMap();
|
7
|
-
|
8
14
|
/**
|
9
15
|
* @class Event
|
10
16
|
*/
|
17
|
+
var _wtSettings = /*#__PURE__*/new WeakMap();
|
18
|
+
var _domBindings = /*#__PURE__*/new WeakMap();
|
19
|
+
var _wtTable = /*#__PURE__*/new WeakMap();
|
20
|
+
var _selectionManager = /*#__PURE__*/new WeakMap();
|
21
|
+
var _parent = /*#__PURE__*/new WeakMap();
|
22
|
+
var _eventManager = /*#__PURE__*/new WeakMap();
|
23
|
+
var _facadeGetter = /*#__PURE__*/new WeakMap();
|
24
|
+
var _selectedCellBeforeTouchEnd = /*#__PURE__*/new WeakMap();
|
25
|
+
var _dblClickTimeout = /*#__PURE__*/new WeakMap();
|
26
|
+
var _dblClickOrigin = /*#__PURE__*/new WeakMap();
|
11
27
|
class Event {
|
12
28
|
/**
|
13
29
|
* @param {FacadeGetter} facadeGetter Gets an instance facade.
|
@@ -20,20 +36,35 @@ class Event {
|
|
20
36
|
*/
|
21
37
|
constructor(facadeGetter, domBindings, wtSettings, eventManager, wtTable, selectionManager) {
|
22
38
|
let parent = arguments.length > 6 && arguments[6] !== undefined ? arguments[6] : null;
|
23
|
-
this
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
this
|
28
|
-
|
39
|
+
_classPrivateFieldInitSpec(this, _wtSettings, {
|
40
|
+
writable: true,
|
41
|
+
value: void 0
|
42
|
+
});
|
43
|
+
_classPrivateFieldInitSpec(this, _domBindings, {
|
44
|
+
writable: true,
|
45
|
+
value: void 0
|
46
|
+
});
|
47
|
+
_classPrivateFieldInitSpec(this, _wtTable, {
|
48
|
+
writable: true,
|
49
|
+
value: void 0
|
50
|
+
});
|
51
|
+
_classPrivateFieldInitSpec(this, _selectionManager, {
|
52
|
+
writable: true,
|
53
|
+
value: void 0
|
54
|
+
});
|
55
|
+
_classPrivateFieldInitSpec(this, _parent, {
|
56
|
+
writable: true,
|
57
|
+
value: void 0
|
58
|
+
});
|
29
59
|
/**
|
30
60
|
* Instance of {@link EventManager}.
|
31
61
|
*
|
32
|
-
* @private
|
33
62
|
* @type {EventManager}
|
34
63
|
*/
|
35
|
-
this
|
36
|
-
|
64
|
+
_classPrivateFieldInitSpec(this, _eventManager, {
|
65
|
+
writable: true,
|
66
|
+
value: void 0
|
67
|
+
});
|
37
68
|
/**
|
38
69
|
* Should be use only for passing face called external origin methods, like registered event listeners.
|
39
70
|
* It provides backward compatibility by getting instance facade.
|
@@ -43,14 +74,39 @@ class Event {
|
|
43
74
|
* @todo Con. Maybe passing listener caller as an ioc from faced resolves this issue. To rethink later.
|
44
75
|
*
|
45
76
|
* @type {FacadeGetter}
|
46
|
-
* @private
|
47
77
|
*/
|
48
|
-
this
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
78
|
+
_classPrivateFieldInitSpec(this, _facadeGetter, {
|
79
|
+
writable: true,
|
80
|
+
value: void 0
|
81
|
+
});
|
82
|
+
/**
|
83
|
+
* @type {boolean}
|
84
|
+
*/
|
85
|
+
_classPrivateFieldInitSpec(this, _selectedCellBeforeTouchEnd, {
|
86
|
+
writable: true,
|
87
|
+
value: void 0
|
88
|
+
});
|
89
|
+
/**
|
90
|
+
* @type {number[]}
|
91
|
+
*/
|
92
|
+
_classPrivateFieldInitSpec(this, _dblClickTimeout, {
|
93
|
+
writable: true,
|
94
|
+
value: [null, null]
|
95
|
+
});
|
96
|
+
/**
|
97
|
+
* @type {number[]}
|
98
|
+
*/
|
99
|
+
_classPrivateFieldInitSpec(this, _dblClickOrigin, {
|
100
|
+
writable: true,
|
101
|
+
value: [null, null]
|
53
102
|
});
|
103
|
+
_classPrivateFieldSet(this, _wtSettings, wtSettings);
|
104
|
+
_classPrivateFieldSet(this, _domBindings, domBindings);
|
105
|
+
_classPrivateFieldSet(this, _wtTable, wtTable);
|
106
|
+
_classPrivateFieldSet(this, _selectionManager, selectionManager);
|
107
|
+
_classPrivateFieldSet(this, _parent, parent);
|
108
|
+
_classPrivateFieldSet(this, _eventManager, eventManager);
|
109
|
+
_classPrivateFieldSet(this, _facadeGetter, facadeGetter);
|
54
110
|
this.registerEvents();
|
55
111
|
}
|
56
112
|
|
@@ -60,32 +116,32 @@ class Event {
|
|
60
116
|
* @private
|
61
117
|
*/
|
62
118
|
registerEvents() {
|
63
|
-
this.
|
64
|
-
this.
|
65
|
-
this.
|
119
|
+
_classPrivateFieldGet(this, _eventManager).addEventListener(_classPrivateFieldGet(this, _wtTable).holder, 'contextmenu', event => this.onContextMenu(event));
|
120
|
+
_classPrivateFieldGet(this, _eventManager).addEventListener(_classPrivateFieldGet(this, _wtTable).TABLE, 'mouseover', event => this.onMouseOver(event));
|
121
|
+
_classPrivateFieldGet(this, _eventManager).addEventListener(_classPrivateFieldGet(this, _wtTable).TABLE, 'mouseout', event => this.onMouseOut(event));
|
66
122
|
const initTouchEvents = () => {
|
67
|
-
this.
|
68
|
-
this.
|
123
|
+
_classPrivateFieldGet(this, _eventManager).addEventListener(_classPrivateFieldGet(this, _wtTable).holder, 'touchstart', event => this.onTouchStart(event));
|
124
|
+
_classPrivateFieldGet(this, _eventManager).addEventListener(_classPrivateFieldGet(this, _wtTable).holder, 'touchend', event => this.onTouchEnd(event));
|
69
125
|
if (!this.momentumScrolling) {
|
70
126
|
this.momentumScrolling = {};
|
71
127
|
}
|
72
|
-
this.
|
128
|
+
_classPrivateFieldGet(this, _eventManager).addEventListener(_classPrivateFieldGet(this, _wtTable).holder, 'scroll', () => {
|
73
129
|
clearTimeout(this.momentumScrolling._timeout);
|
74
130
|
if (!this.momentumScrolling.ongoing) {
|
75
|
-
this.
|
131
|
+
_classPrivateFieldGet(this, _wtSettings).getSetting('onBeforeTouchScroll');
|
76
132
|
}
|
77
133
|
this.momentumScrolling.ongoing = true;
|
78
134
|
this.momentumScrolling._timeout = setTimeout(() => {
|
79
135
|
if (!this.touchApplied) {
|
80
136
|
this.momentumScrolling.ongoing = false;
|
81
|
-
this.
|
137
|
+
_classPrivateFieldGet(this, _wtSettings).getSetting('onAfterMomentumScroll');
|
82
138
|
}
|
83
139
|
}, 200);
|
84
140
|
});
|
85
141
|
};
|
86
142
|
const initMouseEvents = () => {
|
87
|
-
this.
|
88
|
-
this.
|
143
|
+
_classPrivateFieldGet(this, _eventManager).addEventListener(_classPrivateFieldGet(this, _wtTable).holder, 'mouseup', event => this.onMouseUp(event));
|
144
|
+
_classPrivateFieldGet(this, _eventManager).addEventListener(_classPrivateFieldGet(this, _wtTable).holder, 'mousedown', event => this.onMouseDown(event));
|
89
145
|
};
|
90
146
|
if (isMobileBrowser()) {
|
91
147
|
initTouchEvents();
|
@@ -106,12 +162,11 @@ class Event {
|
|
106
162
|
* @returns {boolean}
|
107
163
|
*/
|
108
164
|
selectedCellWasTouched(touchTarget) {
|
109
|
-
const priv = privatePool.get(this);
|
110
165
|
const cellUnderFinger = this.parentCell(touchTarget);
|
111
166
|
const coordsOfCellUnderFinger = cellUnderFinger.coords;
|
112
|
-
if (
|
113
|
-
const [rowTouched, rowSelected] = [coordsOfCellUnderFinger.row,
|
114
|
-
const [colTouched, colSelected] = [coordsOfCellUnderFinger.col,
|
167
|
+
if (_classPrivateFieldGet(this, _selectedCellBeforeTouchEnd) && coordsOfCellUnderFinger) {
|
168
|
+
const [rowTouched, rowSelected] = [coordsOfCellUnderFinger.row, _classPrivateFieldGet(this, _selectedCellBeforeTouchEnd).from.row];
|
169
|
+
const [colTouched, colSelected] = [coordsOfCellUnderFinger.col, _classPrivateFieldGet(this, _selectedCellBeforeTouchEnd).from.col];
|
115
170
|
return rowTouched === rowSelected && colTouched === colSelected;
|
116
171
|
}
|
117
172
|
return false;
|
@@ -126,18 +181,18 @@ class Event {
|
|
126
181
|
*/
|
127
182
|
parentCell(elem) {
|
128
183
|
const cell = {};
|
129
|
-
const TABLE = this.
|
184
|
+
const TABLE = _classPrivateFieldGet(this, _wtTable).TABLE;
|
130
185
|
const TD = closestDown(elem, ['TD', 'TH'], TABLE);
|
131
186
|
if (TD) {
|
132
|
-
cell.coords = this.
|
187
|
+
cell.coords = _classPrivateFieldGet(this, _wtTable).getCoords(TD);
|
133
188
|
cell.TD = TD;
|
134
189
|
} else if (hasClass(elem, 'wtBorder') && hasClass(elem, 'current')) {
|
135
|
-
cell.coords = this.
|
136
|
-
cell.TD = this.
|
190
|
+
cell.coords = _classPrivateFieldGet(this, _selectionManager).getFocusSelection().cellRange.highlight;
|
191
|
+
cell.TD = _classPrivateFieldGet(this, _wtTable).getCell(cell.coords);
|
137
192
|
} else if (hasClass(elem, 'wtBorder') && hasClass(elem, 'area')) {
|
138
|
-
if (this.
|
139
|
-
cell.coords = this.
|
140
|
-
cell.TD = this.
|
193
|
+
if (_classPrivateFieldGet(this, _selectionManager).getAreaSelection().cellRange) {
|
194
|
+
cell.coords = _classPrivateFieldGet(this, _selectionManager).getAreaSelection().cellRange.to;
|
195
|
+
cell.TD = _classPrivateFieldGet(this, _wtTable).getCell(cell.coords);
|
141
196
|
}
|
142
197
|
}
|
143
198
|
return cell;
|
@@ -150,8 +205,7 @@ class Event {
|
|
150
205
|
* @param {MouseEvent} event The mouse event object.
|
151
206
|
*/
|
152
207
|
onMouseDown(event) {
|
153
|
-
const
|
154
|
-
const activeElement = this.domBindings.rootDocument.activeElement;
|
208
|
+
const activeElement = _classPrivateFieldGet(this, _domBindings).rootDocument.activeElement;
|
155
209
|
const getParentNode = partial(getParent, event.target);
|
156
210
|
const realTarget = event.target;
|
157
211
|
|
@@ -162,17 +216,17 @@ class Event {
|
|
162
216
|
}
|
163
217
|
const cell = this.parentCell(realTarget);
|
164
218
|
if (hasClass(realTarget, 'corner')) {
|
165
|
-
this.
|
166
|
-
} else if (cell.TD && this.
|
219
|
+
_classPrivateFieldGet(this, _wtSettings).getSetting('onCellCornerMouseDown', event, realTarget);
|
220
|
+
} else if (cell.TD && _classPrivateFieldGet(this, _wtSettings).has('onCellMouseDown')) {
|
167
221
|
this.callListener('onCellMouseDown', event, cell.coords, cell.TD);
|
168
222
|
}
|
169
223
|
|
170
224
|
// doubleclick reacts only for left mouse button or from touch events
|
171
225
|
if ((event.button === 0 || this.touchApplied) && cell.TD) {
|
172
|
-
|
173
|
-
clearTimeout(
|
174
|
-
|
175
|
-
|
226
|
+
_classPrivateFieldGet(this, _dblClickOrigin)[0] = cell.TD;
|
227
|
+
clearTimeout(_classPrivateFieldGet(this, _dblClickTimeout)[0]);
|
228
|
+
_classPrivateFieldGet(this, _dblClickTimeout)[0] = setTimeout(() => {
|
229
|
+
_classPrivateFieldGet(this, _dblClickOrigin)[0] = null;
|
176
230
|
}, 1000);
|
177
231
|
}
|
178
232
|
}
|
@@ -184,7 +238,7 @@ class Event {
|
|
184
238
|
* @param {MouseEvent} event The mouse event object.
|
185
239
|
*/
|
186
240
|
onContextMenu(event) {
|
187
|
-
if (this.
|
241
|
+
if (_classPrivateFieldGet(this, _wtSettings).has('onCellContextMenu')) {
|
188
242
|
const cell = this.parentCell(event.target);
|
189
243
|
if (cell.TD) {
|
190
244
|
this.callListener('onCellContextMenu', event, cell.coords, cell.TD);
|
@@ -199,15 +253,15 @@ class Event {
|
|
199
253
|
* @param {MouseEvent} event The mouse event object.
|
200
254
|
*/
|
201
255
|
onMouseOver(event) {
|
202
|
-
if (!this.
|
256
|
+
if (!_classPrivateFieldGet(this, _wtSettings).has('onCellMouseOver')) {
|
203
257
|
return;
|
204
258
|
}
|
205
|
-
const table = this.
|
259
|
+
const table = _classPrivateFieldGet(this, _wtTable).TABLE;
|
206
260
|
const td = closestDown(event.target, ['TD', 'TH'], table);
|
207
|
-
const parent = this
|
261
|
+
const parent = _classPrivateFieldGet(this, _parent) || this;
|
208
262
|
if (td && td !== parent.lastMouseOver && isChildOf(td, table)) {
|
209
263
|
parent.lastMouseOver = td;
|
210
|
-
this.callListener('onCellMouseOver', event, this.
|
264
|
+
this.callListener('onCellMouseOver', event, _classPrivateFieldGet(this, _wtTable).getCoords(td), td);
|
211
265
|
}
|
212
266
|
}
|
213
267
|
|
@@ -218,15 +272,15 @@ class Event {
|
|
218
272
|
* @param {MouseEvent} event The mouse event object.
|
219
273
|
*/
|
220
274
|
onMouseOut(event) {
|
221
|
-
if (!this.
|
275
|
+
if (!_classPrivateFieldGet(this, _wtSettings).has('onCellMouseOut')) {
|
222
276
|
return;
|
223
277
|
}
|
224
|
-
const table = this.
|
278
|
+
const table = _classPrivateFieldGet(this, _wtTable).TABLE;
|
225
279
|
const lastTD = closestDown(event.target, ['TD', 'TH'], table);
|
226
280
|
const nextTD = closestDown(event.relatedTarget, ['TD', 'TH'], table);
|
227
|
-
const parent = this
|
281
|
+
const parent = _classPrivateFieldGet(this, _parent) || this;
|
228
282
|
if (lastTD && lastTD !== nextTD && isChildOf(lastTD, table)) {
|
229
|
-
this.callListener('onCellMouseOut', event, this.
|
283
|
+
this.callListener('onCellMouseOut', event, _classPrivateFieldGet(this, _wtTable).getCoords(lastTD), lastTD);
|
230
284
|
if (nextTD === null) {
|
231
285
|
parent.lastMouseOver = null;
|
232
286
|
}
|
@@ -240,9 +294,8 @@ class Event {
|
|
240
294
|
* @param {MouseEvent} event The mouse event object.
|
241
295
|
*/
|
242
296
|
onMouseUp(event) {
|
243
|
-
const priv = privatePool.get(this);
|
244
297
|
const cell = this.parentCell(event.target);
|
245
|
-
if (cell.TD && this.
|
298
|
+
if (cell.TD && _classPrivateFieldGet(this, _wtSettings).has('onCellMouseUp')) {
|
246
299
|
this.callListener('onCellMouseUp', event, cell.coords, cell.TD);
|
247
300
|
}
|
248
301
|
|
@@ -250,19 +303,19 @@ class Event {
|
|
250
303
|
if (event.button !== 0 && !this.touchApplied) {
|
251
304
|
return;
|
252
305
|
}
|
253
|
-
if (cell.TD ===
|
306
|
+
if (cell.TD === _classPrivateFieldGet(this, _dblClickOrigin)[0] && cell.TD === _classPrivateFieldGet(this, _dblClickOrigin)[1]) {
|
254
307
|
if (hasClass(event.target, 'corner')) {
|
255
308
|
this.callListener('onCellCornerDblClick', event, cell.coords, cell.TD);
|
256
309
|
} else {
|
257
310
|
this.callListener('onCellDblClick', event, cell.coords, cell.TD);
|
258
311
|
}
|
259
|
-
|
260
|
-
|
261
|
-
} else if (cell.TD ===
|
262
|
-
|
263
|
-
clearTimeout(
|
264
|
-
|
265
|
-
|
312
|
+
_classPrivateFieldGet(this, _dblClickOrigin)[0] = null;
|
313
|
+
_classPrivateFieldGet(this, _dblClickOrigin)[1] = null;
|
314
|
+
} else if (cell.TD === _classPrivateFieldGet(this, _dblClickOrigin)[0]) {
|
315
|
+
_classPrivateFieldGet(this, _dblClickOrigin)[1] = cell.TD;
|
316
|
+
clearTimeout(_classPrivateFieldGet(this, _dblClickTimeout)[1]);
|
317
|
+
_classPrivateFieldGet(this, _dblClickTimeout)[1] = setTimeout(() => {
|
318
|
+
_classPrivateFieldGet(this, _dblClickOrigin)[1] = null;
|
266
319
|
}, 500);
|
267
320
|
}
|
268
321
|
}
|
@@ -274,8 +327,7 @@ class Event {
|
|
274
327
|
* @param {MouseEvent} event The mouse event object.
|
275
328
|
*/
|
276
329
|
onTouchStart(event) {
|
277
|
-
|
278
|
-
priv.selectedCellBeforeTouchEnd = this.selectionManager.getFocusSelection().cellRange;
|
330
|
+
_classPrivateFieldSet(this, _selectedCellBeforeTouchEnd, _classPrivateFieldGet(this, _selectionManager).getFocusSelection().cellRange);
|
279
331
|
this.touchApplied = true;
|
280
332
|
this.onMouseDown(event);
|
281
333
|
}
|
@@ -291,7 +343,7 @@ class Event {
|
|
291
343
|
const target = event.target;
|
292
344
|
const parentCellCoords = (_this$parentCell = this.parentCell(target)) === null || _this$parentCell === void 0 ? void 0 : _this$parentCell.coords;
|
293
345
|
const isCellsRange = isDefined(parentCellCoords) && parentCellCoords.row >= 0 && parentCellCoords.col >= 0;
|
294
|
-
const isEventCancelable = event.cancelable && isCellsRange && this.
|
346
|
+
const isEventCancelable = event.cancelable && isCellsRange && _classPrivateFieldGet(this, _wtSettings).getSetting('isDataViewInstance');
|
295
347
|
|
296
348
|
// To prevent accidental redirects or other actions that the interactive elements (e.q "A" link) do
|
297
349
|
// while the cell is highlighted, all touch events that are triggered on different cells are
|
@@ -327,9 +379,9 @@ class Event {
|
|
327
379
|
* @param {HTMLElement} target Event target.
|
328
380
|
*/
|
329
381
|
callListener(name, event, coords, target) {
|
330
|
-
const listener = this.
|
382
|
+
const listener = _classPrivateFieldGet(this, _wtSettings).getSettingPure(name);
|
331
383
|
if (listener) {
|
332
|
-
listener(event, coords, target, this.
|
384
|
+
listener(event, coords, target, _classPrivateFieldGet(this, _facadeGetter).call(this));
|
333
385
|
}
|
334
386
|
}
|
335
387
|
|
@@ -337,10 +389,9 @@ class Event {
|
|
337
389
|
* Clears double-click timeouts and destroys the internal eventManager instance.
|
338
390
|
*/
|
339
391
|
destroy() {
|
340
|
-
|
341
|
-
clearTimeout(
|
342
|
-
|
343
|
-
this.eventManager.destroy();
|
392
|
+
clearTimeout(_classPrivateFieldGet(this, _dblClickTimeout)[0]);
|
393
|
+
clearTimeout(_classPrivateFieldGet(this, _dblClickTimeout)[1]);
|
394
|
+
_classPrivateFieldGet(this, _eventManager).destroy();
|
344
395
|
}
|
345
396
|
}
|
346
397
|
export default Event;
|
@@ -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
|
* @class ColumnFilter
|
6
10
|
*/
|
@@ -11,6 +15,18 @@ class ColumnFilter {
|
|
11
15
|
* @param {number} countTH The number of rendered row headers.
|
12
16
|
*/
|
13
17
|
constructor(offset, total, countTH) {
|
18
|
+
/**
|
19
|
+
* @type {number}
|
20
|
+
*/
|
21
|
+
_defineProperty(this, "offset", void 0);
|
22
|
+
/**
|
23
|
+
* @type {number}
|
24
|
+
*/
|
25
|
+
_defineProperty(this, "total", void 0);
|
26
|
+
/**
|
27
|
+
* @type {number}
|
28
|
+
*/
|
29
|
+
_defineProperty(this, "countTH", void 0);
|
14
30
|
this.offset = offset;
|
15
31
|
this.total = total;
|
16
32
|
this.countTH = countTH;
|
@@ -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
|
* @class ColumnFilter
|
3
7
|
*/
|
@@ -8,6 +12,18 @@ class ColumnFilter {
|
|
8
12
|
* @param {number} countTH The number of rendered row headers.
|
9
13
|
*/
|
10
14
|
constructor(offset, total, countTH) {
|
15
|
+
/**
|
16
|
+
* @type {number}
|
17
|
+
*/
|
18
|
+
_defineProperty(this, "offset", void 0);
|
19
|
+
/**
|
20
|
+
* @type {number}
|
21
|
+
*/
|
22
|
+
_defineProperty(this, "total", void 0);
|
23
|
+
/**
|
24
|
+
* @type {number}
|
25
|
+
*/
|
26
|
+
_defineProperty(this, "countTH", void 0);
|
11
27
|
this.offset = offset;
|
12
28
|
this.total = total;
|
13
29
|
this.countTH = countTH;
|
@@ -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
|
* @class RowFilter
|
6
10
|
*/
|
@@ -11,6 +15,18 @@ class RowFilter {
|
|
11
15
|
* @param {number} countTH The number of rendered column headers.
|
12
16
|
*/
|
13
17
|
constructor(offset, total, countTH) {
|
18
|
+
/**
|
19
|
+
* @type {number}
|
20
|
+
*/
|
21
|
+
_defineProperty(this, "offset", void 0);
|
22
|
+
/**
|
23
|
+
* @type {number}
|
24
|
+
*/
|
25
|
+
_defineProperty(this, "total", void 0);
|
26
|
+
/**
|
27
|
+
* @type {number}
|
28
|
+
*/
|
29
|
+
_defineProperty(this, "countTH", void 0);
|
14
30
|
this.offset = offset;
|
15
31
|
this.total = total;
|
16
32
|
this.countTH = countTH;
|
@@ -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
|
* @class RowFilter
|
3
7
|
*/
|
@@ -8,6 +12,18 @@ class RowFilter {
|
|
8
12
|
* @param {number} countTH The number of rendered column headers.
|
9
13
|
*/
|
10
14
|
constructor(offset, total, countTH) {
|
15
|
+
/**
|
16
|
+
* @type {number}
|
17
|
+
*/
|
18
|
+
_defineProperty(this, "offset", void 0);
|
19
|
+
/**
|
20
|
+
* @type {number}
|
21
|
+
*/
|
22
|
+
_defineProperty(this, "total", void 0);
|
23
|
+
/**
|
24
|
+
* @type {number}
|
25
|
+
*/
|
26
|
+
_defineProperty(this, "countTH", void 0);
|
11
27
|
this.offset = offset;
|
12
28
|
this.total = total;
|
13
29
|
this.countTH = countTH;
|
@@ -151,7 +151,7 @@ class BottomOverlay extends _base.Overlay {
|
|
151
151
|
let sum = 0;
|
152
152
|
while (row < to) {
|
153
153
|
const height = wtTable.getRowHeight(row);
|
154
|
-
sum += height ===
|
154
|
+
sum += height === undefined ? defaultRowHeight : height;
|
155
155
|
row += 1;
|
156
156
|
}
|
157
157
|
return sum;
|
@@ -147,7 +147,7 @@ export class BottomOverlay extends Overlay {
|
|
147
147
|
let sum = 0;
|
148
148
|
while (row < to) {
|
149
149
|
const height = wtTable.getRowHeight(row);
|
150
|
-
sum += height ===
|
150
|
+
sum += height === undefined ? defaultRowHeight : height;
|
151
151
|
row += 1;
|
152
152
|
}
|
153
153
|
return sum;
|
@@ -143,7 +143,7 @@ class TopOverlay extends _base.Overlay {
|
|
143
143
|
let sum = 0;
|
144
144
|
while (row < to) {
|
145
145
|
const height = this.wot.wtTable.getRowHeight(row);
|
146
|
-
sum += height ===
|
146
|
+
sum += height === undefined ? defaultRowHeight : height;
|
147
147
|
row += 1;
|
148
148
|
}
|
149
149
|
return sum;
|
@@ -139,7 +139,7 @@ export class TopOverlay extends Overlay {
|
|
139
139
|
let sum = 0;
|
140
140
|
while (row < to) {
|
141
141
|
const height = this.wot.wtTable.getRowHeight(row);
|
142
|
-
sum += height ===
|
142
|
+
sum += height === undefined ? defaultRowHeight : height;
|
143
143
|
row += 1;
|
144
144
|
}
|
145
145
|
return sum;
|
@@ -1,8 +1,12 @@
|
|
1
1
|
"use strict";
|
2
2
|
|
3
3
|
exports.__esModule = true;
|
4
|
+
require("core-js/modules/es.error.cause.js");
|
4
5
|
var _nodesPool = _interopRequireDefault(require("./../utils/nodesPool"));
|
5
6
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
7
|
+
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; }
|
8
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
|
9
|
+
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); }
|
6
10
|
/**
|
7
11
|
* Base renderer class, abstract logic for specialized renderers.
|
8
12
|
*
|
@@ -18,31 +22,34 @@ class BaseRenderer {
|
|
18
22
|
*
|
19
23
|
* @type {NodesPool|null}
|
20
24
|
*/
|
21
|
-
this
|
25
|
+
_defineProperty(this, "nodesPool", null);
|
22
26
|
/**
|
23
27
|
* Node type which the renderer will manage while building the table (eg. 'TD', 'TR', 'TH').
|
24
28
|
*
|
25
29
|
* @type {string}
|
26
30
|
*/
|
27
|
-
this
|
31
|
+
_defineProperty(this, "nodeType", void 0);
|
28
32
|
/**
|
29
33
|
* The root node to which newly created elements will be inserted.
|
30
34
|
*
|
31
35
|
* @type {HTMLElement}
|
32
36
|
*/
|
33
|
-
this
|
37
|
+
_defineProperty(this, "rootNode", void 0);
|
34
38
|
/**
|
35
39
|
* The instance of the Table class, a wrapper for all renderers and holder for properties describe table state.
|
36
40
|
*
|
37
41
|
* @type {TableRenderer}
|
38
42
|
*/
|
39
|
-
this
|
43
|
+
_defineProperty(this, "table", null);
|
40
44
|
/**
|
41
45
|
* Counter of nodes already added.
|
42
46
|
*
|
43
47
|
* @type {number}
|
44
48
|
*/
|
45
|
-
this
|
49
|
+
_defineProperty(this, "renderedNodes", 0);
|
50
|
+
this.nodesPool = typeof nodeType === 'string' ? new _nodesPool.default(nodeType) : null;
|
51
|
+
this.nodeType = nodeType;
|
52
|
+
this.rootNode = rootNode;
|
46
53
|
}
|
47
54
|
|
48
55
|
/**
|
@@ -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 NodesPool from "./../utils/nodesPool.mjs";
|
2
6
|
/**
|
3
7
|
* Base renderer class, abstract logic for specialized renderers.
|
@@ -14,31 +18,34 @@ export default class BaseRenderer {
|
|
14
18
|
*
|
15
19
|
* @type {NodesPool|null}
|
16
20
|
*/
|
17
|
-
this
|
21
|
+
_defineProperty(this, "nodesPool", null);
|
18
22
|
/**
|
19
23
|
* Node type which the renderer will manage while building the table (eg. 'TD', 'TR', 'TH').
|
20
24
|
*
|
21
25
|
* @type {string}
|
22
26
|
*/
|
23
|
-
this
|
27
|
+
_defineProperty(this, "nodeType", void 0);
|
24
28
|
/**
|
25
29
|
* The root node to which newly created elements will be inserted.
|
26
30
|
*
|
27
31
|
* @type {HTMLElement}
|
28
32
|
*/
|
29
|
-
this
|
33
|
+
_defineProperty(this, "rootNode", void 0);
|
30
34
|
/**
|
31
35
|
* The instance of the Table class, a wrapper for all renderers and holder for properties describe table state.
|
32
36
|
*
|
33
37
|
* @type {TableRenderer}
|
34
38
|
*/
|
35
|
-
this
|
39
|
+
_defineProperty(this, "table", null);
|
36
40
|
/**
|
37
41
|
* Counter of nodes already added.
|
38
42
|
*
|
39
43
|
* @type {number}
|
40
44
|
*/
|
41
|
-
this
|
45
|
+
_defineProperty(this, "renderedNodes", 0);
|
46
|
+
this.nodesPool = typeof nodeType === 'string' ? new NodesPool(nodeType) : null;
|
47
|
+
this.nodeType = nodeType;
|
48
|
+
this.rootNode = rootNode;
|
42
49
|
}
|
43
50
|
|
44
51
|
/**
|