all.js 1.0 KB

1234567891011121314151617
  1. 'use strict';
  2. /*
  3. *+------------------------------------------------------------------------+
  4. *| Licensed Materials - Property of IBM
  5. *| IBM Cognos Products: BI Cloud (C)
  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. // This file is used to create the require layers. Only the entry points are necessary
  13. define(['./BaseSlideoutActionHandler', './CustomWidgetActionHandler', './DSContextMenuActionHandler', './LegacyOpenActionHandler', './ModeActionHandler', './OpenActionHandler', './OpenTemplateActionHandler', './PinningActionHandler', './RedoActionHandler', './SaveActionHandler', './SaveAsTemplateActionHandler', './ShareActionHandler', './UndoActionHandler', './WidgetBaseActionHandler', './WidgetsPanelHandler', './SlotEditorActionHandler', './CustomContentActionHandler'], function () {
  14. 'use strict';
  15. });
  16. //# sourceMappingURL=all.js.map