"use strict"; function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } /** * Licensed Materials - Property of IBM * IBM Business Analytics (C) Copyright IBM Corp. 2018, 2019 * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. */ /** * @class Deprecated_VisAPI * @deprecated * @hideconstructor */ define([], function () { var Deprecated_VisAPI = function () { function Deprecated_VisAPI() { _classCallCheck(this, Deprecated_VisAPI); } /** * @deprecated Use {@link VisualizationAPI#getVisId} instead * */ Deprecated_VisAPI.prototype.getVisId = function getVisId() {}; /** * @deprecated Use {@link VisualizationAPI#matches} instead */ Deprecated_VisAPI.prototype.matches = function matches() {}; /** * @deprecated Use {@link VisualizationAPI#getDefinition} instead */ Deprecated_VisAPI.prototype.getDefinition = function getDefinition() {}; /** * @deprecated Use {@link VisualizationAPI#getPromptSpec} instead */ Deprecated_VisAPI.prototype.getPromptSpec = function getPromptSpec() /* paramName */{}; /** * @deprecated Use {@link VisualizationAPI#generateThumbnail} instead */ Deprecated_VisAPI.prototype.generateThumbnail = function generateThumbnail() {}; /** * * @deprecated - Feels like it should be a properties that we get just like any other viz property */ Deprecated_VisAPI.prototype.getSuppressViewAnimations = function getSuppressViewAnimations() {}; /** * * @deprecated We should stop using this and find another way Currently used to enable the search action in the list widget. */ Deprecated_VisAPI.prototype.visDefsHaveSearchButton = function visDefsHaveSearchButton() {}; /** * * @deprecated Use the {@link VisualizationAPI#getSource} instead */ Deprecated_VisAPI.prototype.getModule = function getModule() {}; /** * * @deprecated Use the {@link DataSourceAPI#getMetadataColumn} instead */ Deprecated_VisAPI.prototype.getMetadataColumn = function getMetadataColumn() {}; /** * * @deprecated Should not be needed */ Deprecated_VisAPI.prototype.getMetadataManager = function getMetadataManager() {}; /** * * @deprecated Use the {@link VisualizationAPI#getUsedMedataColumnList} instead */ Deprecated_VisAPI.prototype.getUsedMetadataColumns = function getUsedMetadataColumns() {}; /** * * @deprecated Should not be part of the API */ Deprecated_VisAPI.prototype.getInvalidReason = function getInvalidReason() {}; /** * * @deprecated Should not be part of the API */ Deprecated_VisAPI.prototype.clearModelInvalid = function clearModelInvalid() {}; /** * * @deprecated Should be part of the {@link WidgetAPI} */ Deprecated_VisAPI.prototype.getTitle = function getTitle() {}; /** * * @deprecated Should be part of the {@link WidgetAPI} */ Deprecated_VisAPI.prototype.setTitle = function setTitle() {}; /** * * @deprecated Should not be part of the API. This function does not seem to be used. */ Deprecated_VisAPI.prototype.setData = function setData() {}; /** * * @deprecated Use {@link FiltersAPI} instead */ Deprecated_VisAPI.prototype.isFilterEditable = function isFilterEditable() {}; /** * * @deprecated Should be part of the {@link WidgetAPI} */ Deprecated_VisAPI.prototype.getShowTitle = function getShowTitle() {}; /** * * @deprecated Use the {@link VizDefinitionAPI} instead */ Deprecated_VisAPI.prototype.supportsMaintainAxisScale = function supportsMaintainAxisScale() {}; /** * * @deprecated Use the {@link VizDefinitionAPI} instead */ Deprecated_VisAPI.prototype.getListenForPropChangesFromDefinition = function getListenForPropChangesFromDefinition() {}; /** * * @deprecated Use the {@link VizDefinitionAPI} instead */ Deprecated_VisAPI.prototype.getMetaDataValue = function getMetaDataValue() {}; /** * * @deprecated Should not be part of the API. We are just return the formatter utility. */ Deprecated_VisAPI.prototype.getFormatter = function getFormatter() {}; /** * * @deprecated Should be using the properties API to set the interactivity settings: isClickDisabled, isPanAndZoomDisabled and isHoverDisabled * See {@link WidgetAPI} */ Deprecated_VisAPI.prototype.getInteractivitySettings = function getInteractivitySettings() {}; /** * * @deprecated - We should remove this. It was used to indicate whether we want to optimize for size. It was only needed becasue live widget had that property disabled. */ Deprecated_VisAPI.prototype.isOptimizeForSize = function isOptimizeForSize() {}; /** * * @deprecated Should use {@link SlotsAPI#swapSlots} instead */ Deprecated_VisAPI.prototype.swapSlots = function swapSlots() {}; /** * * @deprecated Should use {@link VisualizationAPI#getSlots}, {@link SlotsAPI#getSlotList} or {{@link SlotsAPI#getMappedSlotList}} */ Deprecated_VisAPI.prototype.getDataSlots = function getDataSlots() {}; /** * * @deprecated Layers should not be part of the API */ Deprecated_VisAPI.prototype.getLayers = function getLayers() {}; /** * * @deprecated Layers should not be part of the API */ Deprecated_VisAPI.prototype.getDefaultLayer = function getDefaultLayer() {}; /** * * @deprecated Should use {@link SlotsAPI} instead */ Deprecated_VisAPI.prototype.getDataItemSlotAndIndex = function getDataItemSlotAndIndex() {}; /** * * @deprecated Should use {@link SlotsAPI} instead */ Deprecated_VisAPI.prototype.filterSlotDataItems = function filterSlotDataItems() {}; /** * * @deprecated Should use {@link SlotsAPI} instead */ Deprecated_VisAPI.prototype.isMappingEmpty = function isMappingEmpty() {}; /** * * @deprecated Should use {@link SlotsAPI} instead */ Deprecated_VisAPI.prototype.isDataItemMapped = function isDataItemMapped() {}; /** * * @deprecated Should use {@link SlotsAPI} instead */ Deprecated_VisAPI.prototype.hasBinnedDataItems = function hasBinnedDataItems() {}; /** * * @deprecated Should not be public */ Deprecated_VisAPI.prototype.isIgnoreDefaultSlotSort = function isIgnoreDefaultSlotSort() {}; /** * * @deprecated Should use {@link VisualizationAPI#getConditionalFormatting} instead */ Deprecated_VisAPI.prototype.getConditions = function getConditions() {}; /** * * @deprecated Should use {@link DeprecatedConditionalFormattingAPI} instead */ Deprecated_VisAPI.prototype.hasHeatByItem = function hasHeatByItem() {}; /** * * @deprecated Should use {@link DeprecatedConditionalFormattingAPI} instead */ Deprecated_VisAPI.prototype.getConditionalMinMaxValue = function getConditionalMinMaxValue() {}; /** * * @deprecated Should use {@link DeprecatedConditionalFormattingAPI} instead */ Deprecated_VisAPI.prototype.createDefaultConditionalPalette = function createDefaultConditionalPalette() {}; /** * * @deprecated Should use {@link DeprecatedConditionalFormattingAPI} instead */ Deprecated_VisAPI.prototype.updateConditionalPalette = function updateConditionalPalette() {}; /** * * @deprecated Should use {@link DeprecatedConditionalFormattingAPI} instead */ Deprecated_VisAPI.prototype.getConditionalPaletteLength = function getConditionalPaletteLength() {}; /** * * @deprecated Should use {@link VisualizationAPI#getDataProvider} instead with the option 'QueryService' */ Deprecated_VisAPI.prototype.getQueryAPI = function getQueryAPI() {}; /** * * @deprecated Should use {@link QueryServiceDataProviderAPI} instead */ Deprecated_VisAPI.prototype.getQueryManager = function getQueryManager() {}; /** * * @deprecated Should use {@link QueryServiceDataProviderAPI} instead */ Deprecated_VisAPI.prototype.getQueryResults = function getQueryResults() {}; /** * * @deprecated Should use {@link QueryServiceDataProviderAPI} instead */ Deprecated_VisAPI.prototype.getQueryExecution = function getQueryExecution() {}; /** * * @deprecated Should use {@link QueryServiceDataProviderAPI} instead */ Deprecated_VisAPI.prototype.whenQueryResultsReady = function whenQueryResultsReady() {}; /** * * @deprecated Should use {@link QueryServiceDataProviderAPI} instead */ Deprecated_VisAPI.prototype.whenColumnsMinMaxQueryReady = function whenColumnsMinMaxQueryReady() {}; /** * * @deprecated Should use {@link QueryServiceDataProviderAPI} instead */ Deprecated_VisAPI.prototype.whenDataItemsMinMaxQueryReady = function whenDataItemsMinMaxQueryReady() {}; /** * * @deprecated Should use {@link QueryServiceDataProviderAPI} instead */ Deprecated_VisAPI.prototype.queryChanged = function queryChanged() {}; /** * * @deprecated We should expose the annotation as a separate live widget feature * * @See {@link WidgetAPI#getFeature} and {@link SmartAnnotationFeatureAPI} * */ Deprecated_VisAPI.prototype.getAnnotations = function getAnnotations() {}; /** * * @deprecated Should use {@link SmartAnnotationFeatureAPI} instead * */ Deprecated_VisAPI.prototype.setAnnotations = function setAnnotations() {}; /** * * @deprecated Should use {@link SmartAnnotationFeatureAPI} instead * */ Deprecated_VisAPI.prototype.whenPredictSuggestionsReady = function whenPredictSuggestionsReady() {}; /** * * @deprecated Should use {@link SmartAnnotationFeatureAPI} instead * */ Deprecated_VisAPI.prototype.whenAnnotatedResultsReady = function whenAnnotatedResultsReady() {}; /** * * @deprecated Should use {@link SmartAnnotationFeatureAPI} instead * */ Deprecated_VisAPI.prototype.getSmartAnnotationsManger = function getSmartAnnotationsManger() {}; /** * * @deprecated Should use {@link SmartAnnotationFeatureAPI} instead * */ Deprecated_VisAPI.prototype.getEnabledAnnotations = function getEnabledAnnotations() {}; /** * * @deprecated Should use {@link SmartAnnotationFeatureAPI} instead * */ Deprecated_VisAPI.prototype.getAllSuggestedAnnotations = function getAllSuggestedAnnotations() {}; /** * * @deprecated Should use {@link SmartAnnotationFeatureAPI} instead * */ Deprecated_VisAPI.prototype.areThereValidInsights = function areThereValidInsights() {}; /** * * @deprecated Should use {@link SmartAnnotationFeatureAPI} instead * */ Deprecated_VisAPI.prototype.areThereValidFPDMessages = function areThereValidFPDMessages() {}; /** * * @deprecated Should use {@link SmartAnnotationFeatureAPI} instead * */ Deprecated_VisAPI.prototype.whenPredictIsReady = function whenPredictIsReady() {}; /** * * @deprecated Should use {@link SmartAnnotationFeatureAPI} instead * */ Deprecated_VisAPI.prototype.resetAnnotations = function resetAnnotations() {}; /** * * @deprecated Should use {@link SmartAnnotationFeatureAPI} instead * */ Deprecated_VisAPI.prototype.setAnnotationMessages = function setAnnotationMessages() {}; /** * * @deprecated Should use {@link SmartAnnotationFeatureAPI} instead * */ Deprecated_VisAPI.prototype.clearInsightsIndicatorMessages = function clearInsightsIndicatorMessages() {}; /** * * @deprecated Should use {@link PredictServiceDataProviderAPI} instead */ Deprecated_VisAPI.prototype.executeFastPatternDetectionRequest = function executeFastPatternDetectionRequest() {}; /** * * @deprecated Should use {@link PredictServiceDataProviderAPI} instead */ Deprecated_VisAPI.prototype.getPossibleKeyDrivers = function getPossibleKeyDrivers() {}; /** * * @deprecated Should use {@link PredictServiceDataProviderAPI} instead */ Deprecated_VisAPI.prototype.setPossibleKeyDrivers = function setPossibleKeyDrivers() {}; /** * * @deprecated Should use {@link PredictServiceDataProviderAPI} instead */ Deprecated_VisAPI.prototype.whenPossibleKeyDriversAreReady = function whenPossibleKeyDriversAreReady() {}; /** * * @deprecated Should use {@link PredictServiceDataProviderAPI} instead */ Deprecated_VisAPI.prototype.whenPossibleKeyDriversQueryIsReady = function whenPossibleKeyDriversQueryIsReady() {}; /** * * @deprecated Should use {@link PredictServiceDataProviderAPI} instead */ Deprecated_VisAPI.prototype.getPossibleKeyDriversDisplayState = function getPossibleKeyDriversDisplayState() {}; /** * * @deprecated Should use {@link PredictServiceDataProviderAPI} instead */ Deprecated_VisAPI.prototype.getNewPossibleKeyDriversForTargetId = function getNewPossibleKeyDriversForTargetId() {}; /** * * @deprecated Should use {@link PredictServiceDataProviderAPI} instead */ Deprecated_VisAPI.prototype.possibleKeyDriverSelectionStateChanged = function possibleKeyDriverSelectionStateChanged() {}; /** * * @deprecated Should use {@link PredictServiceDataProviderAPI} instead */ Deprecated_VisAPI.prototype.getEnabledPossibleKeyDrivers = function getEnabledPossibleKeyDrivers() {}; /** * * @deprecated Should use {@link PredictServiceDataProviderAPI} instead */ Deprecated_VisAPI.prototype.getPossibleKeyDriversErrorState = function getPossibleKeyDriversErrorState() {}; /** * * @deprecated Should not be part of the API */ Deprecated_VisAPI.prototype.getRenderer = function getRenderer() {}; /** * * @deprecated Should not be part of the API */ Deprecated_VisAPI.prototype.getRenderSequence = function getRenderSequence() {}; /** * * @deprecated Should not be part of the API */ Deprecated_VisAPI.prototype.getPreferredSize = function getPreferredSize() {}; /** * * @deprecated Should not be part of the API */ Deprecated_VisAPI.prototype.renderComplete = function renderComplete() {}; /** * * @deprecated Should not be part of the API */ Deprecated_VisAPI.prototype.renderCompleteBeforeAnimation = function renderCompleteBeforeAnimation() {}; /** * * @deprecated Should not be part of the API */ Deprecated_VisAPI.prototype.resize = function resize() {}; /** * * @deprecated Should not be part of the API */ Deprecated_VisAPI.prototype.reRender = function reRender() {}; /** * * @deprecated Should not be part of the API */ Deprecated_VisAPI.prototype.mapVizRenderForPrint = function mapVizRenderForPrint() {}; /** * * @deprecated Should use the Filter API. * * See {@link FiltersAPI} and {@link GlobalFiltersAPI} */ Deprecated_VisAPI.prototype.selectData = function selectData() {}; /** * * @deprecated Should use the Filter API. * * See {@link FiltersAPI} and {@link GlobalFiltersAPI} */ Deprecated_VisAPI.prototype.supportsFilterOnColumn = function supportsFilterOnColumn() {}; /** * * @deprecated Should use the Filter API. * * See {@link FiltersAPI} and {@link GlobalFiltersAPI} */ Deprecated_VisAPI.prototype.getPendingFilters = function getPendingFilters() {}; /** * * @deprecated Should use the Filter API. * * See {@link FiltersAPI} and {@link GlobalFiltersAPI} */ Deprecated_VisAPI.prototype.getActiveFilters = function getActiveFilters() {}; /** * * @deprecated Should use the Filter API. * * See {@link FiltersAPI} and {@link GlobalFiltersAPI} */ Deprecated_VisAPI.prototype.getPageContextAPI = function getPageContextAPI() {}; /** * * @deprecated Should use the Filter API. * * See {@link FiltersAPI} and {@link GlobalFiltersAPI} */ Deprecated_VisAPI.prototype.getFilterInfo = function getFilterInfo() {}; /** * * @deprecated Should use the Filter API. * * See {@link FiltersAPI} and {@link GlobalFiltersAPI} */ Deprecated_VisAPI.prototype.setSynchronizeDataFilters = function setSynchronizeDataFilters() {}; /** * * @deprecated Should use the Filter API. * * See {@link FiltersAPI} and {@link GlobalFiltersAPI} */ Deprecated_VisAPI.prototype.setPendingFilters = function setPendingFilters() {}; /** * * @deprecated Should use the Filter API. * * See {@link FiltersAPI} and {@link GlobalFiltersAPI} */ Deprecated_VisAPI.prototype.getLocalFiltersList = function getLocalFiltersList() {}; /** * * @deprecated Should use the Filter API. * * See {@link FiltersAPI} and {@link GlobalFiltersAPI} */ Deprecated_VisAPI.prototype.validateFilters = function validateFilters() {}; /** * * @deprecated Should use the Filter API. * * See {@link FiltersAPI} and {@link GlobalFiltersAPI} */ Deprecated_VisAPI.prototype.cleanUpMissingFilters = function cleanUpMissingFilters() {}; /** * * @deprecated Should use the Filter API. * * See {@link FiltersAPI} and {@link GlobalFiltersAPI} */ Deprecated_VisAPI.prototype.getAllFiltersAsLocalFiltersForPinning = function getAllFiltersAsLocalFiltersForPinning() {}; /** * * @deprecated Should use the Filter API and TopBottomAction API instead. * * See {@link FiltersAPI} , {@link GlobalFiltersAPI} and {@link TopBottomActionAPI} */ Deprecated_VisAPI.prototype.getLocalFilterAndTopBottomInfo = function getLocalFilterAndTopBottomInfo() {}; /** * * @deprecated Should use the Filter API. * * See {@link FiltersAPI} and {@link GlobalFiltersAPI} */ Deprecated_VisAPI.prototype.clearSelectionsByDataItemIds = function clearSelectionsByDataItemIds() {}; /** * * @deprecated Should use the {@link VisualizationAPI#getFilters} instead. * * See {@link FiltersAPI} */ Deprecated_VisAPI.prototype.getLocalFilters = function getLocalFilters() {}; /** * * @deprecated Should use the Filter API. * * See {@link FiltersAPI} */ Deprecated_VisAPI.prototype.getSelectionAsLocalFilters = function getSelectionAsLocalFilters() {}; /** * * @deprecated Should use the Filter API. * * See {@link FiltersAPI} */ Deprecated_VisAPI.prototype.clearSelectionsUsedForShowBy = function clearSelectionsUsedForShowBy() {}; /** * * @deprecated Should use {@link HierarchyDrillActionAPI} instead * * */ Deprecated_VisAPI.prototype.getDrillInfo = function getDrillInfo() {}; /** * * @deprecated Should use {@link TopBottomActionAPI} instead */ Deprecated_VisAPI.prototype.getTopBottomInfo = function getTopBottomInfo() {}; /** * * @deprecated Should use the {@link WidgetAPI} properties API */ Deprecated_VisAPI.prototype.getPropertyValue = function getPropertyValue() {}; /** * * @deprecated Should use the {@link WidgetAPI} properties API */ Deprecated_VisAPI.prototype.getPropertyById = function getPropertyById() {}; /** * * @deprecated Should use the {@link WidgetAPI} properties API */ Deprecated_VisAPI.prototype.getProperties = function getProperties() {}; /** * * @deprecated Should use the {@link WidgetAPI} properties API */ Deprecated_VisAPI.prototype.getVisPropertiesCSSProxy = function getVisPropertiesCSSProxy() {}; /** * * @deprecated Should not be part of the API */ Deprecated_VisAPI.prototype.onChangeTheme = function onChangeTheme() {}; /** * * @deprecated Should use the {@link WidgetAPI} */ Deprecated_VisAPI.prototype.clearError = function clearError() {}; /** * * @deprecated Should use the {@link WidgetAPI} */ Deprecated_VisAPI.prototype.getScope = function getScope() {}; /** * * @deprecated Should use the {@link WidgetAPI} */ Deprecated_VisAPI.prototype.getEventGroupId = function getEventGroupId() {}; /** * * @deprecated Should use the {@link WidgetAPI} */ Deprecated_VisAPI.prototype.getWidgetId = function getWidgetId() {}; /** * * @deprecated Should not be part of the API */ Deprecated_VisAPI.prototype.on = function on() {}; /** * * @deprecated Should not be part of the API */ Deprecated_VisAPI.prototype.off = function off() {}; // Replace by the public API getDecorator /** * * @deprecated Should use {@link VisualizationAPI#getDecorator} instead */ Deprecated_VisAPI.prototype.getDecoratorAPI = function getDecoratorAPI() {}; /** * * @deprecated Should use {@link VisualizationAPI#getDecoratorList} instead */ Deprecated_VisAPI.prototype.getDecoratorAPIs = function getDecoratorAPIs() {}; /** * * @deprecated We need to decide how to expose this publicly and how does it relate to non custom data */ Deprecated_VisAPI.prototype.getCustomDataDecoration = function getCustomDataDecoration() {}; /** * * @deprecated We need to decide how to expose this publicly and how does it relate to non custom data */ Deprecated_VisAPI.prototype.setCustomDataDecoration = function setCustomDataDecoration() {}; /** * * @deprecated We need to decide how to expose this publicly and how does it relate to non custom data */ Deprecated_VisAPI.prototype.getDecoratedCustomData = function getDecoratedCustomData() {}; /** * * @deprecated We need to decide how to expose this publicly and how does it relate to non custom data */ Deprecated_VisAPI.prototype.getCustomData = function getCustomData() {}; /** * * @deprecated We should expose the FredIsRed as a separate live widget feature * * @See {@link WidgetAPI.getFeature} and {@link FredIsRedFeatureAPI} * */ Deprecated_VisAPI.prototype.getFredIsRed = function getFredIsRed() {}; /** * * @deprecated Should be part of {@link MetadataAPI} */ Deprecated_VisAPI.prototype.getTableRef = function getTableRef() {}; return Deprecated_VisAPI; }(); return Deprecated_VisAPI; }); //# sourceMappingURL=Deprecated_VisAPI.js.map