Lines Matching refs:direction

6183     value: function makeClone(direction) {
6184 if (Overlay.CLONE_TYPES.indexOf(direction) === -1) {
6185 throw new Error('Clone type "' + direction + '" is not supported.');
6190 clone.className = 'ht_clone_' + direction + ' handsontable';
6199 this.type = direction;
10193 function createAdder(direction, name) {
10205 addSubtract(this, dur, direction);
11188 function addSubtract$1 (duration, input, value, direction) {
11191 duration._milliseconds += direction * other._milliseconds;
11192 duration._days += direction * other._days;
11193 duration._months += direction * other._months;
14453 …populateFromArray: function populateFromArray(start, input, end, source, method, direction, deltas…
14608 …var result = instance.runHooks('beforeAutofillInsidePopulate', index, direction, input, deltas, {}…
15447 …this.populateFromArray = function (row, col, input, endRow, endCol, source, method, direction, del…
15455 …grid.populateFromArray(new _src.CellCoords(row, col), input, c, source, method, direction, deltas);
18553 value: function setDirection(direction) {
18554 switch (direction) {
38605 function getDeltas(start, end, data, direction) {
38612 if (['down', 'up'].indexOf(direction) !== -1) {
38618 …var delta = (direction === 'down' ? endValue - startValue : startValue - endValue) / (rowsLength -…
38626 if (['right', 'left'].indexOf(direction) !== -1) {
38630 …var _delta = (direction === 'right' ? _endValue - _startValue : _startValue - _endValue) / (column…
38699 if (fillHandle.direction === DIRECTIONS.horizontal) {
38708 if ((0, _mixed.isDefined)(fillHandle.direction)) {
38709 mappedSettings.directions = [fillHandle.direction];
46371 MergeCells.prototype.shiftCollection = function (direction, index, count) {
46374 switch (direction) {
46398 if (direction === 'right' || direction === 'left') {
46886 direction: selectedRange.getDirection()
46899 direction: selectedRange.getDirection()
46962 …etCurrentRangeCoords(selectedRange, targetCoords, _this.touchStartRange.direction, rangeDirection,…