bundleManifest.js 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. /**
  2. * IBM Confidential OCO Source Materials IBM Business Platform: Share
  3. * (C) Copyright IBM Corp. 2018
  4. *
  5. * The source code for this program is not published or otherwise divested of
  6. * its trade secrets, irrespective of what has been deposited with the U.S.
  7. * Copyright Office
  8. */
  9. requirejs.config({
  10. map: {
  11. "*": {
  12. }
  13. },
  14. bundles: {
  15. "js/sharecommon/servicesBundle": [
  16. "bi/sharecommon/nls/share_client",
  17. "bi/sharecommon/nls/root/share_client",
  18. "bi/sharecommon/utils/translator",
  19. "bi/notifications/service/NotificationService",
  20. "bi/schedule/service/PromptingService"
  21. ],
  22. "js/defaultaction/defaultActionBundle": [
  23. "bi/defaultaction/views/DefaultActionView"
  24. ],
  25. "js/notifications/notificationsBundle": [
  26. "bi/notifications/app/n10nController",
  27. "bi/notifications/views/n10nBtnView",
  28. "bi/notifications/views/legacyAppButtonView",
  29. "bi/sharecommon/utils/simpledoT",
  30. "text!bi/notifications/templates/notification.html",
  31. "text!bi/notifications/templates/emptyMessageList.html",
  32. "text!bi/notifications/templates/loadingMessagesPopUp.html",
  33. "text!bi/notifications/templates/messagesList.html",
  34. "bi/notifications/views/messageListView",
  35. "bi/notifications/views/notificationView"
  36. ],
  37. "js/schedule/scheduleBundle": [
  38. "bi/schedule/app/appControler",
  39. "bi/sharecommon/utils/simpledoT",
  40. "text!bi/schedule/templates/ScheduleView.html",
  41. "bi/schedule/utils/htmlIds",
  42. "bi/schedule/views/CadencePickerView",
  43. "text!bi/schedule/templates/DateTimeRangeCadencePicker.html",
  44. "bi/schedule/views/DateTimeRangeCadencePickerView",
  45. "text!bi/schedule/templates/DailyCadencePicker.html",
  46. "text!bi/schedule/templates/DailyIntervalCadencePicker.html",
  47. "bi/schedule/views/DailyIntervalCadencePickerView",
  48. "bi/schedule/views/DailyCadencePickerView",
  49. "text!bi/schedule/templates/WeeklyCadencePicker.html",
  50. "bi/schedule/views/WeeklyCadencePickerView",
  51. "text!bi/schedule/templates/MonthlyCadencePicker.html",
  52. "bi/schedule/views/MonthlyCadencePickerView",
  53. "text!bi/schedule/templates/YearlyCadencePicker.html",
  54. "bi/schedule/views/YearlyCadencePickerView",
  55. "text!bi/schedule/templates/TriggerCadencePicker.html",
  56. "bi/schedule/views/TriggerCadencePickerView",
  57. "text!bi/schedule/templates/FormatPicker.html",
  58. "bi/schedule/views/FormatPickerView",
  59. "bi/schedule/utils/TextFormatter",
  60. "text!bi/schedule/templates/DeliveryPickerOptions.html",
  61. "text!bi/schedule/templates/RecipientsList.html",
  62. "bi/schedule/views/DeliveryPickerView",
  63. "bi/schedule/views/ScheduleDeliveryPickerView",
  64. "bi/schedule/views/PdfOptionsView",
  65. "bi/schedule/views/ScheduleView",
  66. "text!bi/schedule/templates/SchedulesView.html",
  67. "bi/schedule/utils/CadenceLabelGenerator",
  68. "text!bi/notifications/templates/emptyMessageList.html",
  69. "bi/schedule/views/SchedulesView"
  70. ]
  71. }
  72. });