@thetradeengineorg1/snova-shell-module 0.0.261 → 0.0.262

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (432) hide show
  1. package/README.md +24 -24
  2. package/bundles/thetradeengineorg1-snova-shell-module.umd.js +13734 -18921
  3. package/bundles/thetradeengineorg1-snova-shell-module.umd.js.map +1 -1
  4. package/esm2015/lib/globaldependencies/components/avatar.component.js +28 -33
  5. package/esm2015/lib/globaldependencies/components/componentbase.js +538 -538
  6. package/esm2015/lib/globaldependencies/constants/feature-ids.js +449 -449
  7. package/esm2015/lib/globaldependencies/constants/localstorage-properties.js +38 -38
  8. package/esm2015/lib/globaldependencies/helpers/dom.helper.js +70 -70
  9. package/esm2015/lib/globaldependencies/helpers/fontawesome-icons.js +144 -144
  10. package/esm2015/lib/globaldependencies/helpers/moment-utc-date-adapter.js +37 -37
  11. package/esm2015/lib/globaldependencies/helpers/window.helper.js +32 -32
  12. package/esm2015/lib/globaldependencies/intercepter/jwt.interceptor.js +40 -40
  13. package/esm2015/lib/globaldependencies/pipes/fetchSizedAndCachedImage.pipe.js +36 -36
  14. package/esm2015/lib/globaldependencies/pipes/highLightText.pipe.js +24 -24
  15. package/esm2015/lib/globaldependencies/pipes/orderby-pipe.js +24 -24
  16. package/esm2015/lib/globaldependencies/pipes/removeSpecialCharacters.pipe.js +22 -22
  17. package/esm2015/lib/globaldependencies/pipes/sanitize.pipe.js +24 -24
  18. package/esm2015/lib/globaldependencies/pipes/softlabels.pipes.js +346 -346
  19. package/esm2015/lib/globaldependencies/pipes/utctolocaltime.pipe.js +23 -23
  20. package/esm2015/lib/globaldependencies/pipes/utctolocaltimewithdate.pipe.js +25 -25
  21. package/esm2015/lib/globaldependencies/pipes/workflowstatus.pipes.js +27 -27
  22. package/esm2015/lib/shell-components/components/Payments/account.component.js +50 -121
  23. package/esm2015/lib/shell-components/components/Payments/company-information.js +262 -558
  24. package/esm2015/lib/shell-components/components/Payments/company-plans.component.js +138 -636
  25. package/esm2015/lib/shell-components/components/Payments/document.component.js +57 -129
  26. package/esm2015/lib/shell-components/components/Payments/payment-method.component.js +32 -90
  27. package/esm2015/lib/shell-components/components/Payments/product-service.component.js +143 -438
  28. package/esm2015/lib/shell-components/components/Payments/purchase-more-licenses.js +152 -249
  29. package/esm2015/lib/shell-components/components/Payments/transactions.component.js +60 -172
  30. package/esm2015/lib/shell-components/components/admin-layout/admin-layout.component.js +250 -350
  31. package/esm2015/lib/shell-components/components/all-work-items-dialog/all-work-items-dialog.component.js +89 -102
  32. package/esm2015/lib/shell-components/components/confirmation-dialog/confirmation-dialog.component.js +90 -126
  33. package/esm2015/lib/shell-components/components/export-import-configuration/export-configuration.component.js +357 -502
  34. package/esm2015/lib/shell-components/components/feed-time/feed-time-dialog.component.js +85 -98
  35. package/esm2015/lib/shell-components/components/feed-time/feed-time.component.js +83 -87
  36. package/esm2015/lib/shell-components/components/header-side/header-side.component.js +1617 -2342
  37. package/esm2015/lib/shell-components/components/header-top/header-top.component.js +93 -489
  38. package/esm2015/lib/shell-components/components/lives/lives-welcome-page.js +26 -55
  39. package/esm2015/lib/shell-components/components/menu/menu.component.js +2478 -3413
  40. package/esm2015/lib/shell-components/components/menu/searchTask.enum.js +10 -10
  41. package/esm2015/lib/shell-components/components/notifications/announcement-dialog.component.js +73 -110
  42. package/esm2015/lib/shell-components/components/notifications/notifications.component.js +449 -534
  43. package/esm2015/lib/shell-components/components/sidebar-top/sidebar-top.component.js +33 -39
  44. package/esm2015/lib/shell-components/components/sidenav/side-bar.component.js +81 -148
  45. package/esm2015/lib/shell-components/components/sidenav/sidenav.component.js +43 -439
  46. package/esm2015/lib/shell-components/components/submit-feedback/submit-feedback.component.js +71 -75
  47. package/esm2015/lib/shell-components/constants/api-urls.js +1052 -1052
  48. package/esm2015/lib/shell-components/constants/available-languages.js +25 -25
  49. package/esm2015/lib/shell-components/constants/channel-names.js +38 -38
  50. package/esm2015/lib/shell-components/constants/menu-categories.js +6 -6
  51. package/esm2015/lib/shell-components/constants/notification-routes.js +6 -6
  52. package/esm2015/lib/shell-components/constants/notification-type-ids.js +42 -42
  53. package/esm2015/lib/shell-components/enum/recentSearchType.enum.js +13 -13
  54. package/esm2015/lib/shell-components/models/AppMenuItemModel.js +3 -3
  55. package/esm2015/lib/shell-components/models/AppNotification.js +17 -17
  56. package/esm2015/lib/shell-components/models/AssetAssignedNotificationModel.js +12 -12
  57. package/esm2015/lib/shell-components/models/ChannelUpdateModel.js +3 -3
  58. package/esm2015/lib/shell-components/models/EmployeeStatusModel.js +3 -3
  59. package/esm2015/lib/shell-components/models/IAdjust-screen-options.js +2 -2
  60. package/esm2015/lib/shell-components/models/IBadge.js +2 -2
  61. package/esm2015/lib/shell-components/models/IChildItem.js +2 -2
  62. package/esm2015/lib/shell-components/models/ILayout-change-options.js +2 -2
  63. package/esm2015/lib/shell-components/models/IMenuItem.js +2 -2
  64. package/esm2015/lib/shell-components/models/IlayoutConf.js +2 -2
  65. package/esm2015/lib/shell-components/models/IntroModel.js +3 -3
  66. package/esm2015/lib/shell-components/models/MessageDetails.js +3 -3
  67. package/esm2015/lib/shell-components/models/MessageTypingDetails.js +3 -3
  68. package/esm2015/lib/shell-components/models/NewProjectCreatedNotificationModel.js +10 -10
  69. package/esm2015/lib/shell-components/models/NewProjectFeatureNotificationModel.js +10 -10
  70. package/esm2015/lib/shell-components/models/NotificationsOutPutModel.js +22 -22
  71. package/esm2015/lib/shell-components/models/ProjectSearchCriteriaInputModel.js +3 -3
  72. package/esm2015/lib/shell-components/models/RecentSearchModel.js +5 -5
  73. package/esm2015/lib/shell-components/models/ReportConfigAssignedNotification.js +11 -11
  74. package/esm2015/lib/shell-components/models/ReportSubmittedNotification.js +12 -12
  75. package/esm2015/lib/shell-components/models/RoleUpdatedNotification.js +9 -9
  76. package/esm2015/lib/shell-components/models/UserStoryAssignedNotification.js +13 -13
  77. package/esm2015/lib/shell-components/models/archiveUserStoryModel.js +10 -10
  78. package/esm2015/lib/shell-components/models/companieslist.model.js +3 -3
  79. package/esm2015/lib/shell-components/models/company-model.js +7 -7
  80. package/esm2015/lib/shell-components/models/company-payment-model.js +3 -3
  81. package/esm2015/lib/shell-components/models/dragedWidget.js +3 -3
  82. package/esm2015/lib/shell-components/models/employee-List.js +3 -3
  83. package/esm2015/lib/shell-components/models/employee.js +4 -4
  84. package/esm2015/lib/shell-components/models/entityRoleFeature.js +3 -3
  85. package/esm2015/lib/shell-components/models/export-configuration-model.js +3 -3
  86. package/esm2015/lib/shell-components/models/export-data.module.js +8 -8
  87. package/esm2015/lib/shell-components/models/goalApprovedNotificationModel.js +9 -9
  88. package/esm2015/lib/shell-components/models/import-configuration-model.js +3 -3
  89. package/esm2015/lib/shell-components/models/initialStatusofUsers.js +3 -3
  90. package/esm2015/lib/shell-components/models/invoiceOutput-model.js +3 -3
  91. package/esm2015/lib/shell-components/models/leaveApplicationNotifiction.js +9 -9
  92. package/esm2015/lib/shell-components/models/multiChartsScheduling.js +11 -11
  93. package/esm2015/lib/shell-components/models/parkUserStoryInputModel.js +10 -10
  94. package/esm2015/lib/shell-components/models/project.js +3 -3
  95. package/esm2015/lib/shell-components/models/recentSearchApiModel.js +3 -3
  96. package/esm2015/lib/shell-components/models/searchCriteriaInputModelBase.js +3 -3
  97. package/esm2015/lib/shell-components/models/shellModulesInfo.js +7 -7
  98. package/esm2015/lib/shell-components/models/softlabels-model.js +7 -7
  99. package/esm2015/lib/shell-components/models/sprintReplanRequestedModel.js +9 -9
  100. package/esm2015/lib/shell-components/models/sprintStartedNotificationModel.js +9 -9
  101. package/esm2015/lib/shell-components/models/store-model.js +3 -3
  102. package/esm2015/lib/shell-components/models/store-search-model.js +4 -4
  103. package/esm2015/lib/shell-components/models/themes.model.js +3 -3
  104. package/esm2015/lib/shell-components/models/timesheetenabledisable.js +4 -4
  105. package/esm2015/lib/shell-components/models/user.js +8 -8
  106. package/esm2015/lib/shell-components/models/userStory.js +3 -3
  107. package/esm2015/lib/shell-components/models/userStoryCommentNotificationModel.js +9 -9
  108. package/esm2015/lib/shell-components/models/userStoryUpdateNotificationModel.js +9 -9
  109. package/esm2015/lib/shell-components/models/userstory-custom-fields.model.js +3 -3
  110. package/esm2015/lib/shell-components/models/validation.model.js +2 -2
  111. package/esm2015/lib/shell-components/models/widgetlist.js +6 -6
  112. package/esm2015/lib/shell-components/models/workspaceList.js +3 -3
  113. package/esm2015/lib/shell-components/services/authentication.service.js +96 -96
  114. package/esm2015/lib/shell-components/services/chat.service.js +67 -67
  115. package/esm2015/lib/shell-components/services/common-used.service.js +263 -263
  116. package/esm2015/lib/shell-components/services/feature.service.js +101 -101
  117. package/esm2015/lib/shell-components/services/google-analytics.service.js +24 -24
  118. package/esm2015/lib/shell-components/services/layout.service.js +68 -68
  119. package/esm2015/lib/shell-components/services/payment.service.js +103 -103
  120. package/esm2015/lib/shell-components/services/recentSearch.service.js +90 -90
  121. package/esm2015/lib/shell-components/services/shell.modules.service.js +24 -24
  122. package/esm2015/lib/shell-components/services/signalr.service.js +113 -113
  123. package/esm2015/lib/shell-components/services/theme.service.js +228 -161
  124. package/esm2015/lib/shell-components/shell.module.js +449 -450
  125. package/esm2015/lib/shell-components/shell.routing.js +16 -16
  126. package/esm2015/lib/shell-components/store/actions/authentication.actions.js +260 -260
  127. package/esm2015/lib/shell-components/store/actions/chat.actions.js +248 -248
  128. package/esm2015/lib/shell-components/store/actions/menuitems.actions.js +39 -39
  129. package/esm2015/lib/shell-components/store/actions/notification-validator.action.js +19 -19
  130. package/esm2015/lib/shell-components/store/actions/notifications.actions.js +74 -74
  131. package/esm2015/lib/shell-components/store/effects/authentication.effects.js +503 -503
  132. package/esm2015/lib/shell-components/store/effects/chat.effects.js +139 -139
  133. package/esm2015/lib/shell-components/store/effects/index.js +13 -13
  134. package/esm2015/lib/shell-components/store/effects/menuitems.effects.js +53 -53
  135. package/esm2015/lib/shell-components/store/effects/notification-validator.effects.js +56 -56
  136. package/esm2015/lib/shell-components/store/effects/notifications.effects.js +116 -116
  137. package/esm2015/lib/shell-components/store/reducers/authentication.reducers.js +86 -86
  138. package/esm2015/lib/shell-components/store/reducers/chat.reducers.js +68 -68
  139. package/esm2015/lib/shell-components/store/reducers/index.js +80 -80
  140. package/esm2015/lib/shell-components/store/reducers/menuitems.reducers.js +56 -56
  141. package/esm2015/lib/shell-components/store/reducers/notification-validator.reducers.js +13 -13
  142. package/esm2015/lib/shell-components/store/reducers/notifications.reducers.js +38 -38
  143. package/esm2015/public-api.js +92 -92
  144. package/esm2015/store/reducers/index.js +47 -47
  145. package/esm2015/thetradeengineorg1-snova-shell-module.js +4 -4
  146. package/fesm2015/thetradeengineorg1-snova-shell-module.js +12640 -17069
  147. package/fesm2015/thetradeengineorg1-snova-shell-module.js.map +1 -1
  148. package/lib/globaldependencies/components/avatar.component.d.ts +10 -11
  149. package/lib/globaldependencies/components/componentbase.d.ts +455 -456
  150. package/lib/globaldependencies/constants/feature-ids.d.ts +448 -449
  151. package/lib/globaldependencies/constants/localstorage-properties.d.ts +37 -38
  152. package/lib/globaldependencies/helpers/dom.helper.d.ts +7 -8
  153. package/lib/globaldependencies/helpers/fontawesome-icons.d.ts +1 -2
  154. package/lib/globaldependencies/helpers/moment-utc-date-adapter.d.ts +9 -10
  155. package/lib/globaldependencies/helpers/window.helper.d.ts +12 -13
  156. package/lib/globaldependencies/intercepter/jwt.interceptor.d.ts +11 -12
  157. package/lib/globaldependencies/pipes/fetchSizedAndCachedImage.pipe.d.ts +8 -9
  158. package/lib/globaldependencies/pipes/highLightText.pipe.d.ts +8 -9
  159. package/lib/globaldependencies/pipes/orderby-pipe.d.ts +9 -10
  160. package/lib/globaldependencies/pipes/removeSpecialCharacters.pipe.d.ts +8 -9
  161. package/lib/globaldependencies/pipes/sanitize.pipe.d.ts +11 -12
  162. package/lib/globaldependencies/pipes/softlabels.pipes.d.ts +8 -9
  163. package/lib/globaldependencies/pipes/utctolocaltime.pipe.d.ts +8 -9
  164. package/lib/globaldependencies/pipes/utctolocaltimewithdate.pipe.d.ts +8 -9
  165. package/lib/globaldependencies/pipes/workflowstatus.pipes.d.ts +8 -9
  166. package/lib/shell-components/components/Payments/account.component.d.ts +14 -15
  167. package/lib/shell-components/components/Payments/company-information.d.ts +62 -63
  168. package/lib/shell-components/components/Payments/company-plans.component.d.ts +47 -48
  169. package/lib/shell-components/components/Payments/document.component.d.ts +20 -21
  170. package/lib/shell-components/components/Payments/payment-method.component.d.ts +15 -16
  171. package/lib/shell-components/components/Payments/product-service.component.d.ts +48 -49
  172. package/lib/shell-components/components/Payments/purchase-more-licenses.d.ts +37 -38
  173. package/lib/shell-components/components/Payments/transactions.component.d.ts +28 -29
  174. package/lib/shell-components/components/admin-layout/admin-layout.component.d.ts +67 -68
  175. package/lib/shell-components/components/all-work-items-dialog/all-work-items-dialog.component.d.ts +32 -33
  176. package/lib/shell-components/components/confirmation-dialog/confirmation-dialog.component.d.ts +32 -33
  177. package/lib/shell-components/components/export-import-configuration/export-configuration.component.d.ts +60 -61
  178. package/lib/shell-components/components/feed-time/feed-time-dialog.component.d.ts +33 -34
  179. package/lib/shell-components/components/feed-time/feed-time.component.d.ts +27 -28
  180. package/lib/shell-components/components/header-side/header-side.component.d.ts +220 -221
  181. package/lib/shell-components/components/header-top/header-top.component.d.ts +40 -41
  182. package/lib/shell-components/components/lives/lives-welcome-page.d.ts +14 -15
  183. package/lib/shell-components/components/menu/menu.component.d.ts +220 -221
  184. package/lib/shell-components/components/menu/searchTask.enum.d.ts +8 -9
  185. package/lib/shell-components/components/notifications/announcement-dialog.component.d.ts +27 -28
  186. package/lib/shell-components/components/notifications/notifications.component.d.ts +53 -54
  187. package/lib/shell-components/components/sidebar-top/sidebar-top.component.d.ts +10 -11
  188. package/lib/shell-components/components/sidenav/side-bar.component.d.ts +23 -24
  189. package/lib/shell-components/components/sidenav/sidenav.component.d.ts +17 -18
  190. package/lib/shell-components/components/submit-feedback/submit-feedback.component.d.ts +25 -26
  191. package/lib/shell-components/constants/api-urls.d.ts +1051 -1052
  192. package/lib/shell-components/constants/available-languages.d.ts +7 -8
  193. package/lib/shell-components/constants/channel-names.d.ts +37 -38
  194. package/lib/shell-components/constants/menu-categories.d.ts +5 -6
  195. package/lib/shell-components/constants/notification-routes.d.ts +5 -6
  196. package/lib/shell-components/constants/notification-type-ids.d.ts +41 -42
  197. package/lib/shell-components/enum/recentSearchType.enum.d.ts +11 -12
  198. package/lib/shell-components/models/AppMenuItemModel.d.ts +12 -13
  199. package/lib/shell-components/models/AppNotification.d.ts +12 -13
  200. package/lib/shell-components/models/AssetAssignedNotificationModel.d.ts +10 -11
  201. package/lib/shell-components/models/ChannelUpdateModel.d.ts +47 -48
  202. package/lib/shell-components/models/EmployeeStatusModel.d.ts +11 -12
  203. package/lib/shell-components/models/IAdjust-screen-options.d.ts +4 -5
  204. package/lib/shell-components/models/IBadge.d.ts +4 -5
  205. package/lib/shell-components/models/IChildItem.d.ts +7 -8
  206. package/lib/shell-components/models/ILayout-change-options.d.ts +4 -5
  207. package/lib/shell-components/models/IMenuItem.d.ts +14 -15
  208. package/lib/shell-components/models/IlayoutConf.d.ts +10 -11
  209. package/lib/shell-components/models/IntroModel.d.ts +3 -4
  210. package/lib/shell-components/models/MessageDetails.d.ts +55 -56
  211. package/lib/shell-components/models/MessageTypingDetails.d.ts +9 -10
  212. package/lib/shell-components/models/NewProjectCreatedNotificationModel.d.ts +8 -9
  213. package/lib/shell-components/models/NewProjectFeatureNotificationModel.d.ts +8 -9
  214. package/lib/shell-components/models/NotificationsOutPutModel.d.ts +41 -42
  215. package/lib/shell-components/models/ProjectSearchCriteriaInputModel.d.ts +10 -11
  216. package/lib/shell-components/models/RecentSearchModel.d.ts +14 -15
  217. package/lib/shell-components/models/ReportConfigAssignedNotification.d.ts +9 -10
  218. package/lib/shell-components/models/ReportSubmittedNotification.d.ts +10 -11
  219. package/lib/shell-components/models/RoleUpdatedNotification.d.ts +7 -8
  220. package/lib/shell-components/models/UserStoryAssignedNotification.d.ts +8 -9
  221. package/lib/shell-components/models/archiveUserStoryModel.d.ts +7 -8
  222. package/lib/shell-components/models/companieslist.model.d.ts +8 -9
  223. package/lib/shell-components/models/company-model.d.ts +31 -32
  224. package/lib/shell-components/models/company-payment-model.d.ts +18 -19
  225. package/lib/shell-components/models/dragedWidget.d.ts +16 -17
  226. package/lib/shell-components/models/employee-List.d.ts +8 -9
  227. package/lib/shell-components/models/employee.d.ts +60 -61
  228. package/lib/shell-components/models/entityRoleFeature.d.ts +9 -10
  229. package/lib/shell-components/models/export-configuration-model.d.ts +8 -9
  230. package/lib/shell-components/models/export-data.module.d.ts +6 -7
  231. package/lib/shell-components/models/goalApprovedNotificationModel.d.ts +8 -9
  232. package/lib/shell-components/models/import-configuration-model.d.ts +3 -4
  233. package/lib/shell-components/models/initialStatusofUsers.d.ts +5 -6
  234. package/lib/shell-components/models/invoiceOutput-model.d.ts +9 -10
  235. package/lib/shell-components/models/leaveApplicationNotifiction.d.ts +7 -8
  236. package/lib/shell-components/models/multiChartsScheduling.d.ts +9 -10
  237. package/lib/shell-components/models/parkUserStoryInputModel.d.ts +7 -8
  238. package/lib/shell-components/models/project.d.ts +28 -29
  239. package/lib/shell-components/models/recentSearchApiModel.d.ts +6 -7
  240. package/lib/shell-components/models/searchCriteriaInputModelBase.d.ts +10 -11
  241. package/lib/shell-components/models/shellModulesInfo.d.ts +16 -17
  242. package/lib/shell-components/models/softlabels-model.d.ts +66 -67
  243. package/lib/shell-components/models/sprintReplanRequestedModel.d.ts +7 -8
  244. package/lib/shell-components/models/sprintStartedNotificationModel.d.ts +7 -8
  245. package/lib/shell-components/models/store-model.d.ts +13 -14
  246. package/lib/shell-components/models/store-search-model.d.ts +7 -8
  247. package/lib/shell-components/models/themes.model.d.ts +9 -10
  248. package/lib/shell-components/models/timesheetenabledisable.d.ts +16 -17
  249. package/lib/shell-components/models/user.d.ts +40 -41
  250. package/lib/shell-components/models/userStory.d.ts +188 -189
  251. package/lib/shell-components/models/userStoryCommentNotificationModel.d.ts +6 -7
  252. package/lib/shell-components/models/userStoryUpdateNotificationModel.d.ts +6 -7
  253. package/lib/shell-components/models/userstory-custom-fields.model.d.ts +6 -7
  254. package/lib/shell-components/models/validation.model.d.ts +5 -6
  255. package/lib/shell-components/models/widgetlist.d.ts +28 -29
  256. package/lib/shell-components/models/workspaceList.d.ts +19 -20
  257. package/lib/shell-components/services/authentication.service.d.ts +18 -19
  258. package/lib/shell-components/services/chat.service.d.ts +16 -17
  259. package/lib/shell-components/services/common-used.service.d.ts +45 -46
  260. package/lib/shell-components/services/feature.service.d.ts +19 -20
  261. package/lib/shell-components/services/google-analytics.service.d.ts +9 -10
  262. package/lib/shell-components/services/layout.service.d.ts +23 -24
  263. package/lib/shell-components/services/payment.service.d.ts +19 -20
  264. package/lib/shell-components/services/recentSearch.service.d.ts +16 -17
  265. package/lib/shell-components/services/shell.modules.service.d.ts +9 -10
  266. package/lib/shell-components/services/signalr.service.d.ts +25 -26
  267. package/lib/shell-components/services/theme.service.d.ts +14 -15
  268. package/lib/shell-components/shell.module.d.ts +119 -120
  269. package/lib/shell-components/shell.routing.d.ts +2 -3
  270. package/lib/shell-components/store/actions/authentication.actions.d.ts +327 -328
  271. package/lib/shell-components/store/actions/chat.actions.d.ts +399 -400
  272. package/lib/shell-components/store/actions/menuitems.actions.d.ts +51 -52
  273. package/lib/shell-components/store/actions/notification-validator.action.d.ts +25 -26
  274. package/lib/shell-components/store/actions/notifications.actions.d.ts +116 -117
  275. package/lib/shell-components/store/effects/authentication.effects.d.ts +54 -55
  276. package/lib/shell-components/store/effects/chat.effects.d.ts +30 -31
  277. package/lib/shell-components/store/effects/index.d.ts +1 -2
  278. package/lib/shell-components/store/effects/menuitems.effects.d.ts +17 -18
  279. package/lib/shell-components/store/effects/notification-validator.effects.d.ts +21 -22
  280. package/lib/shell-components/store/effects/notifications.effects.d.ts +23 -24
  281. package/lib/shell-components/store/reducers/authentication.reducers.d.ts +30 -31
  282. package/lib/shell-components/store/reducers/chat.reducers.d.ts +17 -18
  283. package/lib/shell-components/store/reducers/index.d.ts +59 -60
  284. package/lib/shell-components/store/reducers/menuitems.reducers.d.ts +11 -12
  285. package/lib/shell-components/store/reducers/notification-validator.reducers.d.ts +5 -6
  286. package/lib/shell-components/store/reducers/notifications.reducers.d.ts +10 -11
  287. package/package.json +2 -5
  288. package/public-api.d.ts +82 -83
  289. package/store/reducers/index.d.ts +24 -25
  290. package/thetradeengineorg1-snova-shell-module.d.ts +5 -6
  291. package/lib/globaldependencies/components/avatar.component.d.ts.map +0 -1
  292. package/lib/globaldependencies/components/componentbase.d.ts.map +0 -1
  293. package/lib/globaldependencies/constants/feature-ids.d.ts.map +0 -1
  294. package/lib/globaldependencies/constants/localstorage-properties.d.ts.map +0 -1
  295. package/lib/globaldependencies/helpers/dom.helper.d.ts.map +0 -1
  296. package/lib/globaldependencies/helpers/fontawesome-icons.d.ts.map +0 -1
  297. package/lib/globaldependencies/helpers/moment-utc-date-adapter.d.ts.map +0 -1
  298. package/lib/globaldependencies/helpers/window.helper.d.ts.map +0 -1
  299. package/lib/globaldependencies/intercepter/jwt.interceptor.d.ts.map +0 -1
  300. package/lib/globaldependencies/pipes/fetchSizedAndCachedImage.pipe.d.ts.map +0 -1
  301. package/lib/globaldependencies/pipes/highLightText.pipe.d.ts.map +0 -1
  302. package/lib/globaldependencies/pipes/orderby-pipe.d.ts.map +0 -1
  303. package/lib/globaldependencies/pipes/removeSpecialCharacters.pipe.d.ts.map +0 -1
  304. package/lib/globaldependencies/pipes/sanitize.pipe.d.ts.map +0 -1
  305. package/lib/globaldependencies/pipes/softlabels.pipes.d.ts.map +0 -1
  306. package/lib/globaldependencies/pipes/utctolocaltime.pipe.d.ts.map +0 -1
  307. package/lib/globaldependencies/pipes/utctolocaltimewithdate.pipe.d.ts.map +0 -1
  308. package/lib/globaldependencies/pipes/workflowstatus.pipes.d.ts.map +0 -1
  309. package/lib/shell-components/components/Payments/account.component.d.ts.map +0 -1
  310. package/lib/shell-components/components/Payments/company-information.d.ts.map +0 -1
  311. package/lib/shell-components/components/Payments/company-plans.component.d.ts.map +0 -1
  312. package/lib/shell-components/components/Payments/document.component.d.ts.map +0 -1
  313. package/lib/shell-components/components/Payments/payment-method.component.d.ts.map +0 -1
  314. package/lib/shell-components/components/Payments/product-service.component.d.ts.map +0 -1
  315. package/lib/shell-components/components/Payments/purchase-more-licenses.d.ts.map +0 -1
  316. package/lib/shell-components/components/Payments/transactions.component.d.ts.map +0 -1
  317. package/lib/shell-components/components/admin-layout/admin-layout.component.d.ts.map +0 -1
  318. package/lib/shell-components/components/all-work-items-dialog/all-work-items-dialog.component.d.ts.map +0 -1
  319. package/lib/shell-components/components/confirmation-dialog/confirmation-dialog.component.d.ts.map +0 -1
  320. package/lib/shell-components/components/export-import-configuration/export-configuration.component.d.ts.map +0 -1
  321. package/lib/shell-components/components/feed-time/feed-time-dialog.component.d.ts.map +0 -1
  322. package/lib/shell-components/components/feed-time/feed-time.component.d.ts.map +0 -1
  323. package/lib/shell-components/components/header-side/header-side.component.d.ts.map +0 -1
  324. package/lib/shell-components/components/header-top/header-top.component.d.ts.map +0 -1
  325. package/lib/shell-components/components/lives/lives-welcome-page.d.ts.map +0 -1
  326. package/lib/shell-components/components/menu/menu.component.d.ts.map +0 -1
  327. package/lib/shell-components/components/menu/searchTask.enum.d.ts.map +0 -1
  328. package/lib/shell-components/components/notifications/announcement-dialog.component.d.ts.map +0 -1
  329. package/lib/shell-components/components/notifications/notifications.component.d.ts.map +0 -1
  330. package/lib/shell-components/components/sidebar-top/sidebar-top.component.d.ts.map +0 -1
  331. package/lib/shell-components/components/sidenav/side-bar.component.d.ts.map +0 -1
  332. package/lib/shell-components/components/sidenav/sidenav.component.d.ts.map +0 -1
  333. package/lib/shell-components/components/submit-feedback/submit-feedback.component.d.ts.map +0 -1
  334. package/lib/shell-components/constants/api-urls.d.ts.map +0 -1
  335. package/lib/shell-components/constants/available-languages.d.ts.map +0 -1
  336. package/lib/shell-components/constants/channel-names.d.ts.map +0 -1
  337. package/lib/shell-components/constants/menu-categories.d.ts.map +0 -1
  338. package/lib/shell-components/constants/notification-routes.d.ts.map +0 -1
  339. package/lib/shell-components/constants/notification-type-ids.d.ts.map +0 -1
  340. package/lib/shell-components/enum/recentSearchType.enum.d.ts.map +0 -1
  341. package/lib/shell-components/models/AppMenuItemModel.d.ts.map +0 -1
  342. package/lib/shell-components/models/AppNotification.d.ts.map +0 -1
  343. package/lib/shell-components/models/AssetAssignedNotificationModel.d.ts.map +0 -1
  344. package/lib/shell-components/models/ChannelUpdateModel.d.ts.map +0 -1
  345. package/lib/shell-components/models/EmployeeStatusModel.d.ts.map +0 -1
  346. package/lib/shell-components/models/IAdjust-screen-options.d.ts.map +0 -1
  347. package/lib/shell-components/models/IBadge.d.ts.map +0 -1
  348. package/lib/shell-components/models/IChildItem.d.ts.map +0 -1
  349. package/lib/shell-components/models/ILayout-change-options.d.ts.map +0 -1
  350. package/lib/shell-components/models/IMenuItem.d.ts.map +0 -1
  351. package/lib/shell-components/models/IlayoutConf.d.ts.map +0 -1
  352. package/lib/shell-components/models/IntroModel.d.ts.map +0 -1
  353. package/lib/shell-components/models/MessageDetails.d.ts.map +0 -1
  354. package/lib/shell-components/models/MessageTypingDetails.d.ts.map +0 -1
  355. package/lib/shell-components/models/NewProjectCreatedNotificationModel.d.ts.map +0 -1
  356. package/lib/shell-components/models/NewProjectFeatureNotificationModel.d.ts.map +0 -1
  357. package/lib/shell-components/models/NotificationsOutPutModel.d.ts.map +0 -1
  358. package/lib/shell-components/models/ProjectSearchCriteriaInputModel.d.ts.map +0 -1
  359. package/lib/shell-components/models/RecentSearchModel.d.ts.map +0 -1
  360. package/lib/shell-components/models/ReportConfigAssignedNotification.d.ts.map +0 -1
  361. package/lib/shell-components/models/ReportSubmittedNotification.d.ts.map +0 -1
  362. package/lib/shell-components/models/RoleUpdatedNotification.d.ts.map +0 -1
  363. package/lib/shell-components/models/UserStoryAssignedNotification.d.ts.map +0 -1
  364. package/lib/shell-components/models/archiveUserStoryModel.d.ts.map +0 -1
  365. package/lib/shell-components/models/companieslist.model.d.ts.map +0 -1
  366. package/lib/shell-components/models/company-model.d.ts.map +0 -1
  367. package/lib/shell-components/models/company-payment-model.d.ts.map +0 -1
  368. package/lib/shell-components/models/dragedWidget.d.ts.map +0 -1
  369. package/lib/shell-components/models/employee-List.d.ts.map +0 -1
  370. package/lib/shell-components/models/employee.d.ts.map +0 -1
  371. package/lib/shell-components/models/entityRoleFeature.d.ts.map +0 -1
  372. package/lib/shell-components/models/export-configuration-model.d.ts.map +0 -1
  373. package/lib/shell-components/models/export-data.module.d.ts.map +0 -1
  374. package/lib/shell-components/models/goalApprovedNotificationModel.d.ts.map +0 -1
  375. package/lib/shell-components/models/import-configuration-model.d.ts.map +0 -1
  376. package/lib/shell-components/models/initialStatusofUsers.d.ts.map +0 -1
  377. package/lib/shell-components/models/invoiceOutput-model.d.ts.map +0 -1
  378. package/lib/shell-components/models/leaveApplicationNotifiction.d.ts.map +0 -1
  379. package/lib/shell-components/models/multiChartsScheduling.d.ts.map +0 -1
  380. package/lib/shell-components/models/parkUserStoryInputModel.d.ts.map +0 -1
  381. package/lib/shell-components/models/project.d.ts.map +0 -1
  382. package/lib/shell-components/models/recentSearchApiModel.d.ts.map +0 -1
  383. package/lib/shell-components/models/searchCriteriaInputModelBase.d.ts.map +0 -1
  384. package/lib/shell-components/models/shellModulesInfo.d.ts.map +0 -1
  385. package/lib/shell-components/models/softlabels-model.d.ts.map +0 -1
  386. package/lib/shell-components/models/sprintReplanRequestedModel.d.ts.map +0 -1
  387. package/lib/shell-components/models/sprintStartedNotificationModel.d.ts.map +0 -1
  388. package/lib/shell-components/models/store-model.d.ts.map +0 -1
  389. package/lib/shell-components/models/store-search-model.d.ts.map +0 -1
  390. package/lib/shell-components/models/themes.model.d.ts.map +0 -1
  391. package/lib/shell-components/models/timesheetenabledisable.d.ts.map +0 -1
  392. package/lib/shell-components/models/user.d.ts.map +0 -1
  393. package/lib/shell-components/models/userStory.d.ts.map +0 -1
  394. package/lib/shell-components/models/userStoryCommentNotificationModel.d.ts.map +0 -1
  395. package/lib/shell-components/models/userStoryUpdateNotificationModel.d.ts.map +0 -1
  396. package/lib/shell-components/models/userstory-custom-fields.model.d.ts.map +0 -1
  397. package/lib/shell-components/models/validation.model.d.ts.map +0 -1
  398. package/lib/shell-components/models/widgetlist.d.ts.map +0 -1
  399. package/lib/shell-components/models/workspaceList.d.ts.map +0 -1
  400. package/lib/shell-components/services/authentication.service.d.ts.map +0 -1
  401. package/lib/shell-components/services/chat.service.d.ts.map +0 -1
  402. package/lib/shell-components/services/common-used.service.d.ts.map +0 -1
  403. package/lib/shell-components/services/feature.service.d.ts.map +0 -1
  404. package/lib/shell-components/services/google-analytics.service.d.ts.map +0 -1
  405. package/lib/shell-components/services/layout.service.d.ts.map +0 -1
  406. package/lib/shell-components/services/payment.service.d.ts.map +0 -1
  407. package/lib/shell-components/services/recentSearch.service.d.ts.map +0 -1
  408. package/lib/shell-components/services/shell.modules.service.d.ts.map +0 -1
  409. package/lib/shell-components/services/signalr.service.d.ts.map +0 -1
  410. package/lib/shell-components/services/theme.service.d.ts.map +0 -1
  411. package/lib/shell-components/shell.module.d.ts.map +0 -1
  412. package/lib/shell-components/shell.routing.d.ts.map +0 -1
  413. package/lib/shell-components/store/actions/authentication.actions.d.ts.map +0 -1
  414. package/lib/shell-components/store/actions/chat.actions.d.ts.map +0 -1
  415. package/lib/shell-components/store/actions/menuitems.actions.d.ts.map +0 -1
  416. package/lib/shell-components/store/actions/notification-validator.action.d.ts.map +0 -1
  417. package/lib/shell-components/store/actions/notifications.actions.d.ts.map +0 -1
  418. package/lib/shell-components/store/effects/authentication.effects.d.ts.map +0 -1
  419. package/lib/shell-components/store/effects/chat.effects.d.ts.map +0 -1
  420. package/lib/shell-components/store/effects/index.d.ts.map +0 -1
  421. package/lib/shell-components/store/effects/menuitems.effects.d.ts.map +0 -1
  422. package/lib/shell-components/store/effects/notification-validator.effects.d.ts.map +0 -1
  423. package/lib/shell-components/store/effects/notifications.effects.d.ts.map +0 -1
  424. package/lib/shell-components/store/reducers/authentication.reducers.d.ts.map +0 -1
  425. package/lib/shell-components/store/reducers/chat.reducers.d.ts.map +0 -1
  426. package/lib/shell-components/store/reducers/index.d.ts.map +0 -1
  427. package/lib/shell-components/store/reducers/menuitems.reducers.d.ts.map +0 -1
  428. package/lib/shell-components/store/reducers/notification-validator.reducers.d.ts.map +0 -1
  429. package/lib/shell-components/store/reducers/notifications.reducers.d.ts.map +0 -1
  430. package/public-api.d.ts.map +0 -1
  431. package/store/reducers/index.d.ts.map +0 -1
  432. package/thetradeengineorg1-snova-shell-module.d.ts.map +0 -1
@@ -1,52 +1,51 @@
1
- import { Action } from "@ngrx/store";
2
- import { AppMenuItemModel } from '../../models/AppMenuItemModel';
3
- import { ValidationModel } from '../../models/validation.model';
4
- export declare enum MenuItemActionTypes {
5
- GetAllMenuItemsTriggered = "[Snovasys-Shell] [MenuItems] Get All Menu Items Triggered",
6
- GetAllMenuItemsCompleted = "[Snovasys-Shell] [MenuItems] Get All Menu Items Completed",
7
- GetAllMenuItemsFailed = "[Snovasys-Shell] [MenuItems] Get All Menu Items Failed",
8
- ExceptionHandled = "[Snovasys-Shell] [MenuItems] Exception Handled",
9
- CategoryChangeRequested = "[Snovasys-Shell] [MenuItems] Category Change Requested"
10
- }
11
- export declare class GetAllMenuItemsTriggered implements Action {
12
- menuCategory: string;
13
- type: MenuItemActionTypes;
14
- menuItems: AppMenuItemModel[];
15
- validationMessages: ValidationModel[];
16
- errorMessage: string;
17
- constructor(menuCategory: string);
18
- }
19
- export declare class GetAllMenuItemsCompleted implements Action {
20
- menuItems: AppMenuItemModel[];
21
- type: MenuItemActionTypes;
22
- validationMessages: ValidationModel[];
23
- menuCategory: string;
24
- errorMessage: string;
25
- constructor(menuItems: AppMenuItemModel[]);
26
- }
27
- export declare class GetAllMenuItemsFailed implements Action {
28
- validationMessages: ValidationModel[];
29
- type: MenuItemActionTypes;
30
- menuItems: AppMenuItemModel[];
31
- menuCategory: string;
32
- errorMessage: string;
33
- constructor(validationMessages: ValidationModel[]);
34
- }
35
- export declare class CategoryChangeRequested implements Action {
36
- menuCategory: string;
37
- type: MenuItemActionTypes;
38
- menuItems: AppMenuItemModel[];
39
- validationMessages: ValidationModel[];
40
- errorMessage: string;
41
- constructor(menuCategory: string);
42
- }
43
- export declare class ExceptionHandled implements Action {
44
- errorMessage: string;
45
- type: MenuItemActionTypes;
46
- menuItems: AppMenuItemModel[];
47
- validationMessages: ValidationModel[];
48
- menuCategory: string;
49
- constructor(errorMessage: string);
50
- }
51
- export declare type MenuItemsActions = GetAllMenuItemsTriggered | GetAllMenuItemsCompleted | GetAllMenuItemsFailed | CategoryChangeRequested | ExceptionHandled;
52
- //# sourceMappingURL=menuitems.actions.d.ts.map
1
+ import { Action } from "@ngrx/store";
2
+ import { AppMenuItemModel } from '../../models/AppMenuItemModel';
3
+ import { ValidationModel } from '../../models/validation.model';
4
+ export declare enum MenuItemActionTypes {
5
+ GetAllMenuItemsTriggered = "[Snovasys-Shell] [MenuItems] Get All Menu Items Triggered",
6
+ GetAllMenuItemsCompleted = "[Snovasys-Shell] [MenuItems] Get All Menu Items Completed",
7
+ GetAllMenuItemsFailed = "[Snovasys-Shell] [MenuItems] Get All Menu Items Failed",
8
+ ExceptionHandled = "[Snovasys-Shell] [MenuItems] Exception Handled",
9
+ CategoryChangeRequested = "[Snovasys-Shell] [MenuItems] Category Change Requested"
10
+ }
11
+ export declare class GetAllMenuItemsTriggered implements Action {
12
+ menuCategory: string;
13
+ type: MenuItemActionTypes;
14
+ menuItems: AppMenuItemModel[];
15
+ validationMessages: ValidationModel[];
16
+ errorMessage: string;
17
+ constructor(menuCategory: string);
18
+ }
19
+ export declare class GetAllMenuItemsCompleted implements Action {
20
+ menuItems: AppMenuItemModel[];
21
+ type: MenuItemActionTypes;
22
+ validationMessages: ValidationModel[];
23
+ menuCategory: string;
24
+ errorMessage: string;
25
+ constructor(menuItems: AppMenuItemModel[]);
26
+ }
27
+ export declare class GetAllMenuItemsFailed implements Action {
28
+ validationMessages: ValidationModel[];
29
+ type: MenuItemActionTypes;
30
+ menuItems: AppMenuItemModel[];
31
+ menuCategory: string;
32
+ errorMessage: string;
33
+ constructor(validationMessages: ValidationModel[]);
34
+ }
35
+ export declare class CategoryChangeRequested implements Action {
36
+ menuCategory: string;
37
+ type: MenuItemActionTypes;
38
+ menuItems: AppMenuItemModel[];
39
+ validationMessages: ValidationModel[];
40
+ errorMessage: string;
41
+ constructor(menuCategory: string);
42
+ }
43
+ export declare class ExceptionHandled implements Action {
44
+ errorMessage: string;
45
+ type: MenuItemActionTypes;
46
+ menuItems: AppMenuItemModel[];
47
+ validationMessages: ValidationModel[];
48
+ menuCategory: string;
49
+ constructor(errorMessage: string);
50
+ }
51
+ export declare type MenuItemsActions = GetAllMenuItemsTriggered | GetAllMenuItemsCompleted | GetAllMenuItemsFailed | CategoryChangeRequested | ExceptionHandled;
@@ -1,26 +1,25 @@
1
- import { Action } from "@ngrx/store";
2
- import { ValidationModel } from '../../models/validation.model';
3
- export declare enum ValidationActionTypes {
4
- ShowExceptionMessages = "[Snovasys-Shell] [Exception] Show",
5
- ShowValidationMessages = "[Snovasys-Shell] [Validation] Show"
6
- }
7
- export declare class ShowExceptionMessages implements Action {
8
- payload: {
9
- message: string;
10
- };
11
- readonly type = ValidationActionTypes.ShowExceptionMessages;
12
- constructor(payload: {
13
- message: string;
14
- });
15
- }
16
- export declare class ShowValidationMessages implements Action {
17
- payload: {
18
- validationMessages: ValidationModel[];
19
- };
20
- readonly type = ValidationActionTypes.ShowValidationMessages;
21
- constructor(payload: {
22
- validationMessages: ValidationModel[];
23
- });
24
- }
25
- export declare type ValidationAction = ShowExceptionMessages | ShowValidationMessages;
26
- //# sourceMappingURL=notification-validator.action.d.ts.map
1
+ import { Action } from "@ngrx/store";
2
+ import { ValidationModel } from '../../models/validation.model';
3
+ export declare enum ValidationActionTypes {
4
+ ShowExceptionMessages = "[Snovasys-Shell] [Exception] Show",
5
+ ShowValidationMessages = "[Snovasys-Shell] [Validation] Show"
6
+ }
7
+ export declare class ShowExceptionMessages implements Action {
8
+ payload: {
9
+ message: string;
10
+ };
11
+ readonly type = ValidationActionTypes.ShowExceptionMessages;
12
+ constructor(payload: {
13
+ message: string;
14
+ });
15
+ }
16
+ export declare class ShowValidationMessages implements Action {
17
+ payload: {
18
+ validationMessages: ValidationModel[];
19
+ };
20
+ readonly type = ValidationActionTypes.ShowValidationMessages;
21
+ constructor(payload: {
22
+ validationMessages: ValidationModel[];
23
+ });
24
+ }
25
+ export declare type ValidationAction = ShowExceptionMessages | ShowValidationMessages;
@@ -1,117 +1,116 @@
1
- import { Action } from "@ngrx/store";
2
- import { ValidationModel } from '../../models/validation.model';
3
- import { NotificationOutputModel, UserNotificationReadModel } from '../../models/NotificationsOutPutModel';
4
- import { AppNotification } from '../../models/AppNotification';
5
- export declare enum NotificationsActionTypes {
6
- NewNotificationReceived = "[Snovasys-Shell] [Notifications] New Notification Received",
7
- ClearAllNotifications = "[Snovasys-Shell] [Notifications] Clear All Notifications",
8
- ClearAllUnreadNotificationsTriggered = "[Snovasys-Shell] [Notifications] Clear All Unread Notifications",
9
- ClearUnreadNotificationsTriggered = "[Snovasys-Shell] [Notifications] Clear Unread Notifications",
10
- ClearAllUnreadNotificationsFailed = "[Snovasys-Shell] [Notifications] Clear All Unread Notifications failed",
11
- ClearAllUnreadNotificationsCompleted = "[Snovasys-Shell] [Notifications] Clear All Unread Notifications completed",
12
- UpsertUnreadNotificationsFailed = "[Snovasys-Shell] [Notifications] Upsert read Notifications failed",
13
- UpsertUnreadNotificationsTriggered = "[Snovasys-Shell] [Notifications] Upsert read Notifications",
14
- UpsertUnreadNotificationsCompleted = "[Snovasys-Shell] [Notifications] Upsert read Notifications completed",
15
- ExceptionHandled = "[Project Component] HandleException"
16
- }
17
- export declare class NewNotificationReceived implements Action {
18
- notification: NotificationOutputModel;
19
- type: NotificationsActionTypes;
20
- validationMessages: ValidationModel[];
21
- errorMessage: string;
22
- notifications: NotificationOutputModel[];
23
- notificationId: string;
24
- constructor(notification: NotificationOutputModel);
25
- }
26
- export declare class ClearAllNotifications implements Action {
27
- readNotifications: UserNotificationReadModel[];
28
- type: NotificationsActionTypes;
29
- notification: AppNotification;
30
- errorMessage: string;
31
- validationMessages: ValidationModel[];
32
- notifications: NotificationOutputModel[];
33
- upsertNotification: UserNotificationReadModel;
34
- notificationId: string;
35
- constructor(readNotifications: UserNotificationReadModel[]);
36
- }
37
- export declare class ClearAllUnreadNotificationsTriggered implements Action {
38
- notification: AppNotification;
39
- type: NotificationsActionTypes;
40
- errorMessage: string;
41
- validationMessages: ValidationModel[];
42
- notifications: NotificationOutputModel[];
43
- upsertNotification: UserNotificationReadModel;
44
- notificationId: string;
45
- constructor(notification: AppNotification);
46
- }
47
- export declare class ClearUnreadNotificationsTriggered implements Action {
48
- notification: AppNotification;
49
- type: NotificationsActionTypes;
50
- errorMessage: string;
51
- validationMessages: ValidationModel[];
52
- notifications: NotificationOutputModel[];
53
- upsertNotification: UserNotificationReadModel;
54
- notificationId: string;
55
- constructor(notification: AppNotification);
56
- }
57
- export declare class ClearAllUnreadNotificationsCompleted implements Action {
58
- notifications: NotificationOutputModel[];
59
- type: NotificationsActionTypes;
60
- notification: AppNotification;
61
- errorMessage: string;
62
- validationMessages: ValidationModel[];
63
- upsertNotification: UserNotificationReadModel;
64
- notificationId: string;
65
- constructor(notifications: NotificationOutputModel[]);
66
- }
67
- export declare class ClearAllUnreadNotificationsFailed implements Action {
68
- validationMessages: ValidationModel[];
69
- type: NotificationsActionTypes;
70
- notification: AppNotification;
71
- errorMessage: string;
72
- notifications: NotificationOutputModel[];
73
- upsertNotification: UserNotificationReadModel;
74
- notificationId: string;
75
- constructor(validationMessages: ValidationModel[]);
76
- }
77
- export declare class UpsertUnreadNotificationsTriggered implements Action {
78
- upsertNotification: UserNotificationReadModel[];
79
- type: NotificationsActionTypes;
80
- errorMessage: string;
81
- validationMessages: ValidationModel[];
82
- notifications: NotificationOutputModel[];
83
- notificationId: string;
84
- constructor(upsertNotification: UserNotificationReadModel[]);
85
- }
86
- export declare class UpsertUnreadNotificationsCompleted implements Action {
87
- notificationId: string;
88
- type: NotificationsActionTypes;
89
- notification: AppNotification;
90
- errorMessage: string;
91
- validationMessages: ValidationModel[];
92
- notifications: NotificationOutputModel[];
93
- upsertNotification: UserNotificationReadModel;
94
- constructor(notificationId: string);
95
- }
96
- export declare class UpsertUnreadNotificationsFailed implements Action {
97
- validationMessages: ValidationModel[];
98
- type: NotificationsActionTypes;
99
- notification: AppNotification;
100
- errorMessage: string;
101
- notifications: NotificationOutputModel[];
102
- upsertNotification: UserNotificationReadModel;
103
- notificationId: string;
104
- constructor(validationMessages: ValidationModel[]);
105
- }
106
- export declare class ExceptionHandled implements Action {
107
- errorMessage: string;
108
- type: NotificationsActionTypes;
109
- notification: AppNotification;
110
- validationMessages: ValidationModel[];
111
- notifications: NotificationOutputModel[];
112
- upsertNotification: UserNotificationReadModel;
113
- notificationId: string;
114
- constructor(errorMessage: string);
115
- }
116
- export declare type NotificationActions = NewNotificationReceived | ClearAllNotifications | ClearAllUnreadNotificationsTriggered | ClearAllUnreadNotificationsCompleted | ClearAllUnreadNotificationsFailed | UpsertUnreadNotificationsFailed | UpsertUnreadNotificationsTriggered | UpsertUnreadNotificationsCompleted | ClearUnreadNotificationsTriggered | ExceptionHandled;
117
- //# sourceMappingURL=notifications.actions.d.ts.map
1
+ import { Action } from "@ngrx/store";
2
+ import { ValidationModel } from '../../models/validation.model';
3
+ import { NotificationOutputModel, UserNotificationReadModel } from '../../models/NotificationsOutPutModel';
4
+ import { AppNotification } from '../../models/AppNotification';
5
+ export declare enum NotificationsActionTypes {
6
+ NewNotificationReceived = "[Snovasys-Shell] [Notifications] New Notification Received",
7
+ ClearAllNotifications = "[Snovasys-Shell] [Notifications] Clear All Notifications",
8
+ ClearAllUnreadNotificationsTriggered = "[Snovasys-Shell] [Notifications] Clear All Unread Notifications",
9
+ ClearUnreadNotificationsTriggered = "[Snovasys-Shell] [Notifications] Clear Unread Notifications",
10
+ ClearAllUnreadNotificationsFailed = "[Snovasys-Shell] [Notifications] Clear All Unread Notifications failed",
11
+ ClearAllUnreadNotificationsCompleted = "[Snovasys-Shell] [Notifications] Clear All Unread Notifications completed",
12
+ UpsertUnreadNotificationsFailed = "[Snovasys-Shell] [Notifications] Upsert read Notifications failed",
13
+ UpsertUnreadNotificationsTriggered = "[Snovasys-Shell] [Notifications] Upsert read Notifications",
14
+ UpsertUnreadNotificationsCompleted = "[Snovasys-Shell] [Notifications] Upsert read Notifications completed",
15
+ ExceptionHandled = "[Project Component] HandleException"
16
+ }
17
+ export declare class NewNotificationReceived implements Action {
18
+ notification: NotificationOutputModel;
19
+ type: NotificationsActionTypes;
20
+ validationMessages: ValidationModel[];
21
+ errorMessage: string;
22
+ notifications: NotificationOutputModel[];
23
+ notificationId: string;
24
+ constructor(notification: NotificationOutputModel);
25
+ }
26
+ export declare class ClearAllNotifications implements Action {
27
+ readNotifications: UserNotificationReadModel[];
28
+ type: NotificationsActionTypes;
29
+ notification: AppNotification;
30
+ errorMessage: string;
31
+ validationMessages: ValidationModel[];
32
+ notifications: NotificationOutputModel[];
33
+ upsertNotification: UserNotificationReadModel;
34
+ notificationId: string;
35
+ constructor(readNotifications: UserNotificationReadModel[]);
36
+ }
37
+ export declare class ClearAllUnreadNotificationsTriggered implements Action {
38
+ notification: AppNotification;
39
+ type: NotificationsActionTypes;
40
+ errorMessage: string;
41
+ validationMessages: ValidationModel[];
42
+ notifications: NotificationOutputModel[];
43
+ upsertNotification: UserNotificationReadModel;
44
+ notificationId: string;
45
+ constructor(notification: AppNotification);
46
+ }
47
+ export declare class ClearUnreadNotificationsTriggered implements Action {
48
+ notification: AppNotification;
49
+ type: NotificationsActionTypes;
50
+ errorMessage: string;
51
+ validationMessages: ValidationModel[];
52
+ notifications: NotificationOutputModel[];
53
+ upsertNotification: UserNotificationReadModel;
54
+ notificationId: string;
55
+ constructor(notification: AppNotification);
56
+ }
57
+ export declare class ClearAllUnreadNotificationsCompleted implements Action {
58
+ notifications: NotificationOutputModel[];
59
+ type: NotificationsActionTypes;
60
+ notification: AppNotification;
61
+ errorMessage: string;
62
+ validationMessages: ValidationModel[];
63
+ upsertNotification: UserNotificationReadModel;
64
+ notificationId: string;
65
+ constructor(notifications: NotificationOutputModel[]);
66
+ }
67
+ export declare class ClearAllUnreadNotificationsFailed implements Action {
68
+ validationMessages: ValidationModel[];
69
+ type: NotificationsActionTypes;
70
+ notification: AppNotification;
71
+ errorMessage: string;
72
+ notifications: NotificationOutputModel[];
73
+ upsertNotification: UserNotificationReadModel;
74
+ notificationId: string;
75
+ constructor(validationMessages: ValidationModel[]);
76
+ }
77
+ export declare class UpsertUnreadNotificationsTriggered implements Action {
78
+ upsertNotification: UserNotificationReadModel[];
79
+ type: NotificationsActionTypes;
80
+ errorMessage: string;
81
+ validationMessages: ValidationModel[];
82
+ notifications: NotificationOutputModel[];
83
+ notificationId: string;
84
+ constructor(upsertNotification: UserNotificationReadModel[]);
85
+ }
86
+ export declare class UpsertUnreadNotificationsCompleted implements Action {
87
+ notificationId: string;
88
+ type: NotificationsActionTypes;
89
+ notification: AppNotification;
90
+ errorMessage: string;
91
+ validationMessages: ValidationModel[];
92
+ notifications: NotificationOutputModel[];
93
+ upsertNotification: UserNotificationReadModel;
94
+ constructor(notificationId: string);
95
+ }
96
+ export declare class UpsertUnreadNotificationsFailed implements Action {
97
+ validationMessages: ValidationModel[];
98
+ type: NotificationsActionTypes;
99
+ notification: AppNotification;
100
+ errorMessage: string;
101
+ notifications: NotificationOutputModel[];
102
+ upsertNotification: UserNotificationReadModel;
103
+ notificationId: string;
104
+ constructor(validationMessages: ValidationModel[]);
105
+ }
106
+ export declare class ExceptionHandled implements Action {
107
+ errorMessage: string;
108
+ type: NotificationsActionTypes;
109
+ notification: AppNotification;
110
+ validationMessages: ValidationModel[];
111
+ notifications: NotificationOutputModel[];
112
+ upsertNotification: UserNotificationReadModel;
113
+ notificationId: string;
114
+ constructor(errorMessage: string);
115
+ }
116
+ export declare type NotificationActions = NewNotificationReceived | ClearAllNotifications | ClearAllUnreadNotificationsTriggered | ClearAllUnreadNotificationsCompleted | ClearAllUnreadNotificationsFailed | UpsertUnreadNotificationsFailed | UpsertUnreadNotificationsTriggered | UpsertUnreadNotificationsCompleted | ClearUnreadNotificationsTriggered | ExceptionHandled;
@@ -1,55 +1,54 @@
1
- import { Actions } from "@ngrx/effects";
2
- import { Action } from "@ngrx/store";
3
- import { Observable } from "rxjs";
4
- import { AuthenticationService } from "../../services/authentication.service";
5
- import { MenuItemService } from "../../services/feature.service";
6
- import { CookieService } from "ngx-cookie-service";
7
- import { ToastrService } from "ngx-toastr";
8
- import { CommonService } from '../../services/common-used.service';
9
- import * as i0 from "@angular/core";
10
- /** @dynamic */
11
- export declare class AuthenticationEffects {
12
- private actions$;
13
- private authenticationService;
14
- private userService;
15
- private commonService;
16
- private featureService;
17
- private cookieService;
18
- private toastr;
19
- private window;
20
- validationMessages: any[];
21
- goalId: string;
22
- userStoryId: string;
23
- sprintId: string;
24
- isSprintType: boolean;
25
- logInData: any;
26
- authenticate$: Observable<Action>;
27
- authenticateNewUser$: Observable<Action>;
28
- authenticated$: Observable<Action>;
29
- companyWorkItemStartFunctionalityRequired$: Observable<Action>;
30
- authenticateSignedOff$: Observable<Action>;
31
- initializeRolesAfterLoginData$: Observable<Action>;
32
- initializeRolesAfterLoginDataForUser$: Observable<Action>;
33
- initializeLoginDataForUserCompany$: Observable<Action>;
34
- initializeLoginDataForUser$: Observable<Action>;
35
- fetchUserTimeSheetButtonDetails$: Observable<Action>;
36
- gettingRoleDetailsAfterInitializeLoginData$: Observable<Action>;
37
- companySettingsTriggered$: Observable<Action>;
38
- entityRolesTRiggered$: Observable<Action>;
39
- loadCompanySettings$: Observable<Action>;
40
- gettingRoleDetailsByUserIdAfterInitializeLoginData$: Observable<Action>;
41
- initializeAfterLoginData2$: Observable<Action>;
42
- showValidationMessagesFoRoleFeatures$: Observable<Action>;
43
- showValidationMessagesForEntityRoles$: Observable<Action>;
44
- showValidationMessagesForCompanySettings$: Observable<Action>;
45
- demoDataClearEventTriggred$: Observable<Action>;
46
- getThemeColor$: Observable<Action>;
47
- demoDataClearEventSuccessful$: Observable<Action>;
48
- getUserStoreIdDetails$: Observable<Action>;
49
- showValidationMessagesForGetUserStoreId$: Observable<Action>;
50
- exceptionHandled$: Observable<Action>;
51
- constructor(actions$: Actions, authenticationService: AuthenticationService, userService: CommonService, commonService: CommonService, featureService: MenuItemService, cookieService: CookieService, toastr: ToastrService, window: Window);
52
- static ɵfac: i0.ɵɵFactoryDeclaration<AuthenticationEffects, never>;
53
- static ɵprov: i0.ɵɵInjectableDeclaration<AuthenticationEffects>;
54
- }
55
- //# sourceMappingURL=authentication.effects.d.ts.map
1
+ import { Actions } from "@ngrx/effects";
2
+ import { Action } from "@ngrx/store";
3
+ import { Observable } from "rxjs";
4
+ import { AuthenticationService } from "../../services/authentication.service";
5
+ import { MenuItemService } from "../../services/feature.service";
6
+ import { CookieService } from "ngx-cookie-service";
7
+ import { ToastrService } from "ngx-toastr";
8
+ import { CommonService } from '../../services/common-used.service';
9
+ import * as i0 from "@angular/core";
10
+ /** @dynamic */
11
+ export declare class AuthenticationEffects {
12
+ private actions$;
13
+ private authenticationService;
14
+ private userService;
15
+ private commonService;
16
+ private featureService;
17
+ private cookieService;
18
+ private toastr;
19
+ private window;
20
+ validationMessages: any[];
21
+ goalId: string;
22
+ userStoryId: string;
23
+ sprintId: string;
24
+ isSprintType: boolean;
25
+ logInData: any;
26
+ authenticate$: Observable<Action>;
27
+ authenticateNewUser$: Observable<Action>;
28
+ authenticated$: Observable<Action>;
29
+ companyWorkItemStartFunctionalityRequired$: Observable<Action>;
30
+ authenticateSignedOff$: Observable<Action>;
31
+ initializeRolesAfterLoginData$: Observable<Action>;
32
+ initializeRolesAfterLoginDataForUser$: Observable<Action>;
33
+ initializeLoginDataForUserCompany$: Observable<Action>;
34
+ initializeLoginDataForUser$: Observable<Action>;
35
+ fetchUserTimeSheetButtonDetails$: Observable<Action>;
36
+ gettingRoleDetailsAfterInitializeLoginData$: Observable<Action>;
37
+ companySettingsTriggered$: Observable<Action>;
38
+ entityRolesTRiggered$: Observable<Action>;
39
+ loadCompanySettings$: Observable<Action>;
40
+ gettingRoleDetailsByUserIdAfterInitializeLoginData$: Observable<Action>;
41
+ initializeAfterLoginData2$: Observable<Action>;
42
+ showValidationMessagesFoRoleFeatures$: Observable<Action>;
43
+ showValidationMessagesForEntityRoles$: Observable<Action>;
44
+ showValidationMessagesForCompanySettings$: Observable<Action>;
45
+ demoDataClearEventTriggred$: Observable<Action>;
46
+ getThemeColor$: Observable<Action>;
47
+ demoDataClearEventSuccessful$: Observable<Action>;
48
+ getUserStoreIdDetails$: Observable<Action>;
49
+ showValidationMessagesForGetUserStoreId$: Observable<Action>;
50
+ exceptionHandled$: Observable<Action>;
51
+ constructor(actions$: Actions, authenticationService: AuthenticationService, userService: CommonService, commonService: CommonService, featureService: MenuItemService, cookieService: CookieService, toastr: ToastrService, window: Window);
52
+ static ɵfac: i0.ɵɵFactoryDeclaration<AuthenticationEffects, never>;
53
+ static ɵprov: i0.ɵɵInjectableDeclaration<AuthenticationEffects>;
54
+ }
@@ -1,31 +1,30 @@
1
- import { Action } from "@ngrx/store";
2
- import { Observable } from "rxjs";
3
- import { Actions } from "@ngrx/effects";
4
- import * as i0 from "@angular/core";
5
- export declare class MessageEffects {
6
- private actions$;
7
- MessageTrigged$: Observable<Action>;
8
- MessageFailed$: Observable<Action>;
9
- ReceiveMessageTrigged$: Observable<Action>;
10
- ReceiveMessageFailed$: Observable<Action>;
11
- PresenceEventTriggered$: Observable<Action>;
12
- PresenceEventFailed$: Observable<Action>;
13
- CountTriggered$: Observable<Action>;
14
- CountFailed$: Observable<Action>;
15
- InitalStateOfUsersTriggered$: Observable<Action>;
16
- InitalStateOfUsersFailed$: Observable<Action>;
17
- RequestingStateOfUsersTriggered$: Observable<Action>;
18
- RequestingStateOfUsersFailed$: Observable<Action>;
19
- SendChannelUpdateModelTriggered$: Observable<Action>;
20
- SendChannelUpdateModelFailed$: Observable<Action>;
21
- ReceiveChannelUpdateModelTriggered$: Observable<Action>;
22
- ReceiveChannelUpdateModelFailed$: Observable<Action>;
23
- SendingSignalTriggered$: Observable<Action>;
24
- SendingSignalFailed$: Observable<Action>;
25
- ReceiveSignalTriggered$: Observable<Action>;
26
- ReceiveSignalFailed$: Observable<Action>;
27
- constructor(actions$: Actions);
28
- static ɵfac: i0.ɵɵFactoryDeclaration<MessageEffects, never>;
29
- static ɵprov: i0.ɵɵInjectableDeclaration<MessageEffects>;
30
- }
31
- //# sourceMappingURL=chat.effects.d.ts.map
1
+ import { Action } from "@ngrx/store";
2
+ import { Observable } from "rxjs";
3
+ import { Actions } from "@ngrx/effects";
4
+ import * as i0 from "@angular/core";
5
+ export declare class MessageEffects {
6
+ private actions$;
7
+ MessageTrigged$: Observable<Action>;
8
+ MessageFailed$: Observable<Action>;
9
+ ReceiveMessageTrigged$: Observable<Action>;
10
+ ReceiveMessageFailed$: Observable<Action>;
11
+ PresenceEventTriggered$: Observable<Action>;
12
+ PresenceEventFailed$: Observable<Action>;
13
+ CountTriggered$: Observable<Action>;
14
+ CountFailed$: Observable<Action>;
15
+ InitalStateOfUsersTriggered$: Observable<Action>;
16
+ InitalStateOfUsersFailed$: Observable<Action>;
17
+ RequestingStateOfUsersTriggered$: Observable<Action>;
18
+ RequestingStateOfUsersFailed$: Observable<Action>;
19
+ SendChannelUpdateModelTriggered$: Observable<Action>;
20
+ SendChannelUpdateModelFailed$: Observable<Action>;
21
+ ReceiveChannelUpdateModelTriggered$: Observable<Action>;
22
+ ReceiveChannelUpdateModelFailed$: Observable<Action>;
23
+ SendingSignalTriggered$: Observable<Action>;
24
+ SendingSignalFailed$: Observable<Action>;
25
+ ReceiveSignalTriggered$: Observable<Action>;
26
+ ReceiveSignalFailed$: Observable<Action>;
27
+ constructor(actions$: Actions);
28
+ static ɵfac: i0.ɵɵFactoryDeclaration<MessageEffects, never>;
29
+ static ɵprov: i0.ɵɵInjectableDeclaration<MessageEffects>;
30
+ }
@@ -1,2 +1 @@
1
- export declare const allSharedModuleEffects: any;
2
- //# sourceMappingURL=index.d.ts.map
1
+ export declare const allSharedModuleEffects: any;
@@ -1,18 +1,17 @@
1
- import { Actions } from "@ngrx/effects";
2
- import { Observable } from "rxjs";
3
- import { Action, Store } from "@ngrx/store";
4
- import { State } from "../reducers/index";
5
- import { MenuItemService } from "../../services/feature.service";
6
- import * as i0 from "@angular/core";
7
- export declare class MenuItemsEffects {
8
- private actions$;
9
- private menuItemService;
10
- private store$;
11
- authenticate$: Observable<Action>;
12
- showValidationMessagesForMenuItems$: Observable<Action>;
13
- exceptionHandled$: Observable<Action>;
14
- constructor(actions$: Actions, menuItemService: MenuItemService, store$: Store<State>);
15
- static ɵfac: i0.ɵɵFactoryDeclaration<MenuItemsEffects, never>;
16
- static ɵprov: i0.ɵɵInjectableDeclaration<MenuItemsEffects>;
17
- }
18
- //# sourceMappingURL=menuitems.effects.d.ts.map
1
+ import { Actions } from "@ngrx/effects";
2
+ import { Observable } from "rxjs";
3
+ import { Action, Store } from "@ngrx/store";
4
+ import { State } from "../reducers/index";
5
+ import { MenuItemService } from "../../services/feature.service";
6
+ import * as i0 from "@angular/core";
7
+ export declare class MenuItemsEffects {
8
+ private actions$;
9
+ private menuItemService;
10
+ private store$;
11
+ authenticate$: Observable<Action>;
12
+ showValidationMessagesForMenuItems$: Observable<Action>;
13
+ exceptionHandled$: Observable<Action>;
14
+ constructor(actions$: Actions, menuItemService: MenuItemService, store$: Store<State>);
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<MenuItemsEffects, never>;
16
+ static ɵprov: i0.ɵɵInjectableDeclaration<MenuItemsEffects>;
17
+ }