Lines Matching refs:_arrayMap

29690   _arrayMap: [],  property
29702 return (value = this._arrayMap[index]) === void 0 ? null : value;
29716 return (index = this._arrayMap.indexOf(value)) === -1 ? null : index;
29732 var newIndex = (0, _array.arrayMax)(this._arrayMap) + 1;
29736 addedItems.push(_this._arrayMap.splice(index + count, 0, newIndex + count));
29758 var mapCopy = [].concat(this._arrayMap);
29766 _this2._arrayMap.splice(item, 1);
29771 removedItems = this._arrayMap.splice(index, amount);
29800 this._arrayMap = (0, _array.arrayMap)(this._arrayMap, function (logicalRow, physicalRow) {
29823 this._arrayMap = (0, _array.arrayMap)(this._arrayMap, function (row) {
29832 _this3._arrayMap.splice(index + count, 0, index + count);
29841 this._arrayMap.length = 0;
42597 var originLength = length === void 0 ? this._arrayMap.length : length;
42599 this._arrayMap.length = 0;
42602 _this._arrayMap[itemIndex] = itemIndex;
42613 this._arrayMap = null;
42626 var indexToMove = this._arrayMap[from];
42627 this._arrayMap[from] = null;
42628 this._arrayMap.splice(to, 0, indexToMove);
42638 this._arrayMap = (0, _array.arrayFilter)(this._arrayMap, function (i) {
43036 this.hot.runHooks('persistentStateSave', 'manualColumnMove', this.columnsMapper._arrayMap);
43053 this.columnsMapper._arrayMap = storedState.value;
43178 var columnsMapperLen = this.columnsMapper._arrayMap.length;
43190 (0, _array.arrayEach)(this.columnsMapper._arrayMap, function (value, index, array) {
44742 this.hot.runHooks('persistentStateSave', 'manualRowMove', this.rowsMapper._arrayMap);
44886 var rowsMapperLen = this.rowsMapper._arrayMap.length;
44898 (0, _array.arrayEach)(this.rowsMapper._arrayMap, function (value, index, array) {
45327 var originLength = length === void 0 ? this._arrayMap.length : length;
45329 this._arrayMap.length = 0;
45332 _this._arrayMap[itemIndex] = itemIndex;
45343 this._arrayMap = null;
45356 var indexToMove = this._arrayMap[from];
45357 this._arrayMap[from] = null;
45358 this._arrayMap.splice(to, 0, indexToMove);
45368 this._arrayMap = (0, _array.arrayFilter)(this._arrayMap, function (i) {