dashboard.bridge.js 970 B

12345678910111213141516171819202122232425
  1. 'use strict';
  2. /*
  3. *+------------------------------------------------------------------------+
  4. *| Licensed Materials - Property of IBM
  5. *| IBM Cognos Products: Notebook
  6. *| (C) Copyright IBM Corp. 2018, 2020
  7. *|
  8. *| US Government Users Restricted Rights - Use, duplication or disclosure
  9. *| restricted by GSA ADP Schedule Contract with IBM Corp.
  10. *+------------------------------------------------------------------------+
  11. */
  12. define('notebook/DashboardWidget', ['notebook/bundles/dashboard.min'], function (entry) {
  13. return entry.DashboardWidget;
  14. });
  15. define('notebook/DashboardWidgetPropertiesProvider', ['notebook/bundles/dashboard.min'], function (entry) {
  16. return entry.DashboardWidgetPropertiesProvider;
  17. });
  18. define('notebook/DashboardWidgetCoreWidget', ['notebook/bundles/dashboard.min'], function (entry) {
  19. return entry.DashboardWidgetCoreWidget;
  20. });
  21. define('notebook/bundles/dashboard.bridge', function () {});
  22. //# sourceMappingURL=dashboard.bridge.js.map