Lines Matching refs:mappedSettings
38549 … var mappedSettings = (0, _utils.getMappedFillHandleSetting)(this.hot.getSettings().fillHandle);
38550 this.directions = mappedSettings.directions;
38551 this.autoInsertRow = mappedSettings.autoInsertRow;
38689 var mappedSettings = {};
38692 mappedSettings.directions = Object.keys(DIRECTIONS); field
38693 mappedSettings.autoInsertRow = true;
38700 mappedSettings.autoInsertRow = false;
38702 mappedSettings.autoInsertRow = fillHandle.autoInsertRow;
38705 mappedSettings.autoInsertRow = false;
38709 mappedSettings.directions = [fillHandle.direction];
38711 mappedSettings.directions = Object.keys(DIRECTIONS);
38714 mappedSettings.directions = [fillHandle]; field
38715 mappedSettings.autoInsertRow = true;
38717 mappedSettings.directions = []; field
38718 mappedSettings.autoInsertRow = false;
38721 return mappedSettings;