Lines Matching refs:_src
6805 var _src = __webpack_require__(14);
6910 this.instance.view.scrollViewport(new _src.CellCoords(this.row, this.col));
14091 var _src = __webpack_require__(14);
14705 priv.selRange = new _src.CellRange(coords, coords, coords);
14718 priv.selRange = new _src.CellRange(coords, coords, coords);
14751 priv.selRange.to = new _src.CellCoords(newRangeCoords.row, newRangeCoords.col);
14861 var delta = new _src.CellCoords(rowDelta, colDelta),
14900 …coords = new _src.CellCoords(priv.selRange.highlight.row + delta.row, priv.selRange.highlight.col …
14926 var delta = new _src.CellCoords(rowDelta, colDelta),
14937 … coords = new _src.CellCoords(priv.selRange.to.row + delta.row, priv.selRange.to.col + delta.col);
15013 selection.setRangeStart(new _src.CellCoords(0, 0));
15014 …selection.setRangeEnd(new _src.CellCoords(instance.countRows() - 1, instance.countCols() - 1), fal…
15453 c = typeof endRow === 'number' ? new _src.CellCoords(endRow, endCol) : null;
15455 …return grid.populateFromArray(new _src.CellCoords(row, col), input, c, source, method, direction, …
15657 …return datamap.getRange(new _src.CellCoords(r, c), new _src.CellCoords(r2, c2), datamap.DESTINATIO…
15674 …return datamap.getCopyableText(new _src.CellCoords(startRow, startCol), new _src.CellCoords(endRow…
16017 return instance.view.getCellAtCoords(new _src.CellCoords(row, col), topmost);
16154 …t.concat.apply(out, _toConsumableArray(datamap.getRange(new _src.CellCoords(0, col), new _src.Cell…
16172 …range = datamap.getRange(new _src.CellCoords(0, datamap.propToCol(prop)), new _src.CellCoords(priv…
16196 data = dataSource.getByRange(new _src.CellCoords(r, c), new _src.CellCoords(r2, c2));
16221 data = dataSource.getByRange(new _src.CellCoords(r, c), new _src.CellCoords(r2, c2), true);
16280 …var data = datamap.getRange(new _src.CellCoords(row, 0), new _src.CellCoords(row, this.countCols()…
16797 width = _src.ViewportColumnsCalculator.DEFAULT_WIDTH;
17133 coords = new _src.CellCoords(row, col);
17134 priv.selRange = new _src.CellRange(coords, coords, coords);
17143 selection.setRangeEnd(new _src.CellCoords(endRow, endCol), scrollToCell);
34417 var _src = __webpack_require__(14);
34644 rangeModifier(new _src.CellCoords(0, priv.selRange.from.col));
34646 rangeModifier(new _src.CellCoords(priv.selRange.from.row, 0));
34655 rangeModifier(new _src.CellCoords(instance.countRows() - 1, priv.selRange.from.col));
34657 rangeModifier(new _src.CellCoords(priv.selRange.from.row, instance.countCols() - 1));
36564 var _src = __webpack_require__(14);
36960 width = Math.max(width, _src.ViewportColumnsCalculator.DEFAULT_WIDTH);
37878 var _src = __webpack_require__(14);
38155 coords = new _src.CellCoords(coordsOfSelection.row, bottomRightCorner.col);
38157 coords = new _src.CellCoords(bottomRightCorner.row, coordsOfSelection.col);
38330 … this.hot.view.wt.selections.fill.add(new _src.CellCoords(selectStartArea[0], selectStartArea[1]));
38331 this.hot.view.wt.selections.fill.add(new _src.CellCoords(rowIndex, selectStartArea[3]));
38344 this.hot.selection.setRangeStart(new _src.CellCoords(cornersOfArea[0], cornersOfArea[1]));
38345 this.hot.selection.setRangeEnd(new _src.CellCoords(cornersOfArea[2], cornersOfArea[3]));
38589 var _src = __webpack_require__(14);
38654 startOfDragCoords = new _src.CellCoords(endSelection[0], endSelection[1]);
38655 endOfDragCoords = new _src.CellCoords(endSelection[2], startSelection[1] - 1);
38659 startOfDragCoords = new _src.CellCoords(endSelection[0], startSelection[3] + 1);
38660 endOfDragCoords = new _src.CellCoords(endSelection[2], endSelection[3]);
38664 startOfDragCoords = new _src.CellCoords(endSelection[0], endSelection[1]);
38665 endOfDragCoords = new _src.CellCoords(startSelection[0] - 1, endSelection[3]);
38669 startOfDragCoords = new _src.CellCoords(startSelection[2] + 1, endSelection[1]);
38670 endOfDragCoords = new _src.CellCoords(endSelection[2], endSelection[3]);
41190 var _src = __webpack_require__(14);
41686 coordsFrom = new _src.CellCoords(selected[0], selected[1]);
41687 coordsTo = new _src.CellCoords(selected[2], selected[3]);
41688 cellRange = new _src.CellRange(coordsFrom, coordsFrom, coordsTo);
41692 …areaEnd = new _src.CellCoords(Math.max(bottomRightCorner.row, inputArray.length - 1 + topLeftCorne…
42696 var _src = __webpack_require__(14);
42962 selection.setRangeStartOnly(new _src.CellCoords(0, startColumn));
42963 selection.setRangeEnd(new _src.CellCoords(lastRowIndex, endColumn), false);
44389 var _src = __webpack_require__(14);
44656 selection.setRangeStartOnly(new _src.CellCoords(startRow, 0));
44657 selection.setRangeEnd(new _src.CellCoords(endRow, lastColIndex), false);
46105 var _src = __webpack_require__(14);
46238 …return new _src.CellCoords(currentSelectedRange.to.row + newDelta.row, currentSelectedRange.to.col…
46251 this.lastDesiredCoords = new _src.CellCoords(null, null);
46253 …var currentPosition = new _src.CellCoords(currentSelectedRange.highlight.row, currentSelectedRange…
46261 range = new _src.CellCoords(range.row + range.rowspan - 1, range.col + range.colspan - 1);
46270 var mergeTopLeft = new _src.CellCoords(mergedParent.row, mergedParent.col);
46271 …var mergeBottomRight = new _src.CellCoords(mergedParent.row + mergedParent.rowspan - 1, mergedPare…
46272 var mergeRange = new _src.CellRange(mergeTopLeft, mergeTopLeft, mergeBottomRight);
46275 …this.lastDesiredCoords = new _src.CellCoords(null, null); // reset outdated version of lastDesired…
46297 …nextPosition = new _src.CellCoords(currentSelectedRange.highlight.row + newDelta.row, currentSelec…
46312 var _mergeTopLeft = new _src.CellCoords(currentMerge.row, currentMerge.col);
46313 …var _mergeBottomRight = new _src.CellCoords(currentMerge.row + currentMerge.rowspan - 1, currentMe…
46314 var mergedRange = new _src.CellRange(_mergeTopLeft, _mergeTopLeft, _mergeBottomRight);
46433 return _src.Table.prototype.getCell.call(this, coords);
46546 …selRange.highlight = new _src.CellCoords(selRange.highlight.row, selRange.highlight.col); // clone…
46555 var mergedCellTopLeft = new _src.CellCoords(cellInfo.row, cellInfo.col);
46556 …var mergedCellBottomRight = new _src.CellCoords(cellInfo.row + cellInfo.rowspan - 1, cellInfo.col …
46558 …var mergedCellRange = new _src.CellRange(mergedCellTopLeft, mergedCellTopLeft, mergedCellBottomRig…
46580 var startRange = new _src.CellRange(selRange.from, selRange.from, selRange.from);
46581 var stopRange = new _src.CellRange(selRange.to, selRange.to, selRange.to);
46585 var mergedCellTopLeft = new _src.CellCoords(cellInfo.row, cellInfo.col);
46586 …var mergedCellBottomRight = new _src.CellCoords(cellInfo.row + cellInfo.rowspan - 1, cellInfo.col …
46587 …var mergedCellRange = new _src.CellRange(mergedCellTopLeft, mergedCellTopLeft, mergedCellBottomRig…
46773 var _src = __webpack_require__(14);
46996 start: new _src.CellCoords(currentTouch.row, selectedRange.highlight.col),
46997 end: new _src.CellCoords(bottomLeftCorner.row, currentTouch.col)
47001 start: new _src.CellCoords(selectedRange.highlight.row, currentTouch.col),
47002 end: new _src.CellCoords(currentTouch.row, topLeftCorner.col)
47009 start: new _src.CellCoords(bottomRightCorner.row, currentTouch.col),
47010 end: new _src.CellCoords(currentTouch.row, topLeftCorner.col)
47069 start: new _src.CellCoords(currentTouch.row, topLeftCorner.col),
47070 end: new _src.CellCoords(bottomLeftCorner.row, currentTouch.col)
47074 start: new _src.CellCoords(topLeftCorner.row, currentTouch.col),
47075 end: new _src.CellCoords(currentTouch.row, bottomRightCorner.col)
47085 start: new _src.CellCoords(selectedRange.highlight.row, currentTouch.col),
47086 end: new _src.CellCoords(currentTouch.row, bottomRightCorner.col)
47090 start: new _src.CellCoords(currentTouch.row, topLeftCorner.col),
47091 end: new _src.CellCoords(topLeftCorner.row, currentTouch.col)
47098 start: new _src.CellCoords(currentTouch.row, topRightCorner.col),
47099 end: new _src.CellCoords(topLeftCorner.row, currentTouch.col)
47365 var _src = __webpack_require__(14);
47425 instance.view.wt.getSetting('onCellDblClick', null, new _src.CellCoords(row, col), TD);
48022 var _src = __webpack_require__(14);
48024 var _src2 = _interopRequireDefault(_src);
48178 var selections = [new _src.Selection({
48191 }), new _src.Selection({
48204 }), new _src.Selection({
48209 }), new _src.Selection({
48325 selection.setRangeEnd(new _src.CellCoords(coords.row, coords.col));
48327 selection.setRangeEnd(new _src.CellCoords(actualSelection.to.row, coords.col));
48329 selection.setRangeEnd(new _src.CellCoords(coords.row, actualSelection.to.col));
48332 selection.setRangeStartOnly(new _src.CellCoords(actualSelection.from.row, 0));
48333 selection.setRangeEnd(new _src.CellCoords(coords.row, instance.countCols() - 1));
48336 selection.setRangeStartOnly(new _src.CellCoords(0, actualSelection.from.col));
48337 selection.setRangeEnd(new _src.CellCoords(instance.countRows() - 1, coords.col));
48371 selection.setRangeStartOnly(new _src.CellCoords(0, coords.col));
48372 …selection.setRangeEnd(new _src.CellCoords(Math.max(instance.countRows() - 1, 0), coords.col), fals…
48380 selection.setRangeStartOnly(new _src.CellCoords(coords.row, 0));
48381 …selection.setRangeEnd(new _src.CellCoords(coords.row, Math.max(instance.countCols() - 1, 0)), fals…
48429 … instance.selection.setRangeEnd(new _src.CellCoords(instance.countRows() - 1, coords.col), false);
48431 … instance.selection.setRangeEnd(new _src.CellCoords(coords.row, instance.countCols() - 1), false);
48438 … instance.selection.setRangeEnd(new _src.CellCoords(instance.countRows() - 1, coords.col), false);
48440 … instance.selection.setRangeEnd(new _src.CellCoords(coords.row, instance.countCols() - 1), false);