DeprecatedSmartAnnotationsAPI.js 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. "use strict";
  2. function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
  3. /**
  4. * Licensed Materials - Property of IBM
  5. * IBM Business Analytics (C) Copyright IBM Corp. 2019
  6. * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. */
  8. /**
  9. * @class DeprecatedSmartAnnotationsAPI
  10. * @hideconstructor
  11. * @classdesc
  12. */
  13. define([], function () {
  14. var DeprecatedSmartAnnotationsAPI = function () {
  15. function DeprecatedSmartAnnotationsAPI() {
  16. _classCallCheck(this, DeprecatedSmartAnnotationsAPI);
  17. }
  18. DeprecatedSmartAnnotationsAPI.prototype.whenAnnotationSuggestionsReady = function whenAnnotationSuggestionsReady() {};
  19. DeprecatedSmartAnnotationsAPI.prototype.getAnnotationDisplayState = function getAnnotationDisplayState() {};
  20. DeprecatedSmartAnnotationsAPI.prototype.clearInsightsIndicatorMessages = function clearInsightsIndicatorMessages() {};
  21. DeprecatedSmartAnnotationsAPI.prototype.setAnnotationMessages = function setAnnotationMessages() {};
  22. DeprecatedSmartAnnotationsAPI.prototype.resetAnnotations = function resetAnnotations() {};
  23. DeprecatedSmartAnnotationsAPI.prototype.toggleStateChanged = function toggleStateChanged() {};
  24. DeprecatedSmartAnnotationsAPI.prototype.annotationSelectionStateChanged = function annotationSelectionStateChanged() {};
  25. DeprecatedSmartAnnotationsAPI.prototype.areThereValidInsights = function areThereValidInsights() {};
  26. DeprecatedSmartAnnotationsAPI.prototype.addMessageListener = function addMessageListener() {};
  27. DeprecatedSmartAnnotationsAPI.prototype.removeMessageListener = function removeMessageListener() {};
  28. DeprecatedSmartAnnotationsAPI.prototype.addFPDInsightMessages = function addFPDInsightMessages() {};
  29. DeprecatedSmartAnnotationsAPI.prototype.areThereValidFPDMessages = function areThereValidFPDMessages() {};
  30. return DeprecatedSmartAnnotationsAPI;
  31. }();
  32. return DeprecatedSmartAnnotationsAPI;
  33. });
  34. //# sourceMappingURL=DeprecatedSmartAnnotationsAPI.js.map