123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- "use strict";
- function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
- define([], function () {
- var DeprecatedSmartAnnotationsAPI = function () {
- function DeprecatedSmartAnnotationsAPI() {
- _classCallCheck(this, DeprecatedSmartAnnotationsAPI);
- }
- DeprecatedSmartAnnotationsAPI.prototype.whenAnnotationSuggestionsReady = function whenAnnotationSuggestionsReady() {};
- DeprecatedSmartAnnotationsAPI.prototype.getAnnotationDisplayState = function getAnnotationDisplayState() {};
- DeprecatedSmartAnnotationsAPI.prototype.clearInsightsIndicatorMessages = function clearInsightsIndicatorMessages() {};
- DeprecatedSmartAnnotationsAPI.prototype.setAnnotationMessages = function setAnnotationMessages() {};
- DeprecatedSmartAnnotationsAPI.prototype.resetAnnotations = function resetAnnotations() {};
- DeprecatedSmartAnnotationsAPI.prototype.toggleStateChanged = function toggleStateChanged() {};
- DeprecatedSmartAnnotationsAPI.prototype.annotationSelectionStateChanged = function annotationSelectionStateChanged() {};
- DeprecatedSmartAnnotationsAPI.prototype.areThereValidInsights = function areThereValidInsights() {};
- DeprecatedSmartAnnotationsAPI.prototype.addMessageListener = function addMessageListener() {};
- DeprecatedSmartAnnotationsAPI.prototype.removeMessageListener = function removeMessageListener() {};
- DeprecatedSmartAnnotationsAPI.prototype.addFPDInsightMessages = function addFPDInsightMessages() {};
- DeprecatedSmartAnnotationsAPI.prototype.areThereValidFPDMessages = function areThereValidFPDMessages() {};
- return DeprecatedSmartAnnotationsAPI;
- }();
- return DeprecatedSmartAnnotationsAPI;
- });
|