123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949 |
- "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
|