@thetradeengineorg1/snova-shell-module 0.0.259 → 0.0.261

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 (291) hide show
  1. package/README.md +24 -24
  2. package/bundles/thetradeengineorg1-snova-shell-module.umd.js +18874 -18887
  3. package/bundles/thetradeengineorg1-snova-shell-module.umd.js.map +1 -1
  4. package/esm2015/lib/globaldependencies/components/avatar.component.js +33 -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 +121 -121
  23. package/esm2015/lib/shell-components/components/Payments/company-information.js +558 -558
  24. package/esm2015/lib/shell-components/components/Payments/company-plans.component.js +636 -636
  25. package/esm2015/lib/shell-components/components/Payments/document.component.js +129 -129
  26. package/esm2015/lib/shell-components/components/Payments/payment-method.component.js +90 -90
  27. package/esm2015/lib/shell-components/components/Payments/product-service.component.js +438 -438
  28. package/esm2015/lib/shell-components/components/Payments/purchase-more-licenses.js +249 -249
  29. package/esm2015/lib/shell-components/components/Payments/transactions.component.js +172 -172
  30. package/esm2015/lib/shell-components/components/admin-layout/admin-layout.component.js +350 -350
  31. package/esm2015/lib/shell-components/components/all-work-items-dialog/all-work-items-dialog.component.js +102 -102
  32. package/esm2015/lib/shell-components/components/confirmation-dialog/confirmation-dialog.component.js +126 -139
  33. package/esm2015/lib/shell-components/components/export-import-configuration/export-configuration.component.js +502 -502
  34. package/esm2015/lib/shell-components/components/feed-time/feed-time-dialog.component.js +98 -98
  35. package/esm2015/lib/shell-components/components/feed-time/feed-time.component.js +87 -87
  36. package/esm2015/lib/shell-components/components/header-side/header-side.component.js +2342 -2344
  37. package/esm2015/lib/shell-components/components/header-top/header-top.component.js +489 -489
  38. package/esm2015/lib/shell-components/components/lives/lives-welcome-page.js +55 -55
  39. package/esm2015/lib/shell-components/components/menu/menu.component.js +3413 -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 +110 -110
  42. package/esm2015/lib/shell-components/components/notifications/notifications.component.js +534 -534
  43. package/esm2015/lib/shell-components/components/sidebar-top/sidebar-top.component.js +39 -39
  44. package/esm2015/lib/shell-components/components/sidenav/side-bar.component.js +148 -148
  45. package/esm2015/lib/shell-components/components/sidenav/sidenav.component.js +439 -439
  46. package/esm2015/lib/shell-components/components/submit-feedback/submit-feedback.component.js +75 -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 +161 -161
  124. package/esm2015/lib/shell-components/shell.module.js +450 -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 +16984 -16997
  147. package/fesm2015/thetradeengineorg1-snova-shell-module.js.map +1 -1
  148. package/lib/globaldependencies/components/avatar.component.d.ts +10 -10
  149. package/lib/globaldependencies/components/componentbase.d.ts +455 -455
  150. package/lib/globaldependencies/constants/feature-ids.d.ts +448 -448
  151. package/lib/globaldependencies/constants/localstorage-properties.d.ts +37 -37
  152. package/lib/globaldependencies/helpers/dom.helper.d.ts +7 -7
  153. package/lib/globaldependencies/helpers/fontawesome-icons.d.ts +1 -1
  154. package/lib/globaldependencies/helpers/moment-utc-date-adapter.d.ts +9 -9
  155. package/lib/globaldependencies/helpers/window.helper.d.ts +12 -12
  156. package/lib/globaldependencies/intercepter/jwt.interceptor.d.ts +11 -11
  157. package/lib/globaldependencies/pipes/fetchSizedAndCachedImage.pipe.d.ts +8 -8
  158. package/lib/globaldependencies/pipes/highLightText.pipe.d.ts +8 -8
  159. package/lib/globaldependencies/pipes/orderby-pipe.d.ts +9 -9
  160. package/lib/globaldependencies/pipes/removeSpecialCharacters.pipe.d.ts +8 -8
  161. package/lib/globaldependencies/pipes/sanitize.pipe.d.ts +11 -11
  162. package/lib/globaldependencies/pipes/softlabels.pipes.d.ts +8 -8
  163. package/lib/globaldependencies/pipes/utctolocaltime.pipe.d.ts +8 -8
  164. package/lib/globaldependencies/pipes/utctolocaltimewithdate.pipe.d.ts +8 -8
  165. package/lib/globaldependencies/pipes/workflowstatus.pipes.d.ts +8 -8
  166. package/lib/shell-components/components/Payments/account.component.d.ts +14 -14
  167. package/lib/shell-components/components/Payments/company-information.d.ts +62 -62
  168. package/lib/shell-components/components/Payments/company-plans.component.d.ts +47 -47
  169. package/lib/shell-components/components/Payments/document.component.d.ts +20 -20
  170. package/lib/shell-components/components/Payments/payment-method.component.d.ts +15 -15
  171. package/lib/shell-components/components/Payments/product-service.component.d.ts +48 -48
  172. package/lib/shell-components/components/Payments/purchase-more-licenses.d.ts +37 -37
  173. package/lib/shell-components/components/Payments/transactions.component.d.ts +28 -28
  174. package/lib/shell-components/components/admin-layout/admin-layout.component.d.ts +67 -67
  175. package/lib/shell-components/components/all-work-items-dialog/all-work-items-dialog.component.d.ts +32 -32
  176. package/lib/shell-components/components/confirmation-dialog/confirmation-dialog.component.d.ts +32 -32
  177. package/lib/shell-components/components/export-import-configuration/export-configuration.component.d.ts +60 -60
  178. package/lib/shell-components/components/feed-time/feed-time-dialog.component.d.ts +33 -33
  179. package/lib/shell-components/components/feed-time/feed-time.component.d.ts +27 -27
  180. package/lib/shell-components/components/header-side/header-side.component.d.ts +220 -220
  181. package/lib/shell-components/components/header-side/header-side.component.d.ts.map +1 -1
  182. package/lib/shell-components/components/header-top/header-top.component.d.ts +40 -40
  183. package/lib/shell-components/components/lives/lives-welcome-page.d.ts +14 -14
  184. package/lib/shell-components/components/menu/menu.component.d.ts +220 -220
  185. package/lib/shell-components/components/menu/searchTask.enum.d.ts +8 -8
  186. package/lib/shell-components/components/notifications/announcement-dialog.component.d.ts +27 -27
  187. package/lib/shell-components/components/notifications/notifications.component.d.ts +53 -53
  188. package/lib/shell-components/components/sidebar-top/sidebar-top.component.d.ts +10 -10
  189. package/lib/shell-components/components/sidenav/side-bar.component.d.ts +23 -23
  190. package/lib/shell-components/components/sidenav/sidenav.component.d.ts +17 -17
  191. package/lib/shell-components/components/submit-feedback/submit-feedback.component.d.ts +25 -25
  192. package/lib/shell-components/constants/api-urls.d.ts +1051 -1051
  193. package/lib/shell-components/constants/available-languages.d.ts +7 -7
  194. package/lib/shell-components/constants/channel-names.d.ts +37 -37
  195. package/lib/shell-components/constants/menu-categories.d.ts +5 -5
  196. package/lib/shell-components/constants/notification-routes.d.ts +5 -5
  197. package/lib/shell-components/constants/notification-type-ids.d.ts +41 -41
  198. package/lib/shell-components/enum/recentSearchType.enum.d.ts +11 -11
  199. package/lib/shell-components/models/AppMenuItemModel.d.ts +12 -12
  200. package/lib/shell-components/models/AppNotification.d.ts +12 -12
  201. package/lib/shell-components/models/AssetAssignedNotificationModel.d.ts +10 -10
  202. package/lib/shell-components/models/ChannelUpdateModel.d.ts +47 -47
  203. package/lib/shell-components/models/EmployeeStatusModel.d.ts +11 -11
  204. package/lib/shell-components/models/IAdjust-screen-options.d.ts +4 -4
  205. package/lib/shell-components/models/IBadge.d.ts +4 -4
  206. package/lib/shell-components/models/IChildItem.d.ts +7 -7
  207. package/lib/shell-components/models/ILayout-change-options.d.ts +4 -4
  208. package/lib/shell-components/models/IMenuItem.d.ts +14 -14
  209. package/lib/shell-components/models/IlayoutConf.d.ts +10 -10
  210. package/lib/shell-components/models/IntroModel.d.ts +3 -3
  211. package/lib/shell-components/models/MessageDetails.d.ts +55 -55
  212. package/lib/shell-components/models/MessageTypingDetails.d.ts +9 -9
  213. package/lib/shell-components/models/NewProjectCreatedNotificationModel.d.ts +8 -8
  214. package/lib/shell-components/models/NewProjectFeatureNotificationModel.d.ts +8 -8
  215. package/lib/shell-components/models/NotificationsOutPutModel.d.ts +41 -41
  216. package/lib/shell-components/models/ProjectSearchCriteriaInputModel.d.ts +10 -10
  217. package/lib/shell-components/models/RecentSearchModel.d.ts +14 -14
  218. package/lib/shell-components/models/ReportConfigAssignedNotification.d.ts +9 -9
  219. package/lib/shell-components/models/ReportSubmittedNotification.d.ts +10 -10
  220. package/lib/shell-components/models/RoleUpdatedNotification.d.ts +7 -7
  221. package/lib/shell-components/models/UserStoryAssignedNotification.d.ts +8 -8
  222. package/lib/shell-components/models/archiveUserStoryModel.d.ts +7 -7
  223. package/lib/shell-components/models/companieslist.model.d.ts +8 -8
  224. package/lib/shell-components/models/company-model.d.ts +31 -31
  225. package/lib/shell-components/models/company-payment-model.d.ts +18 -18
  226. package/lib/shell-components/models/dragedWidget.d.ts +16 -16
  227. package/lib/shell-components/models/employee-List.d.ts +8 -8
  228. package/lib/shell-components/models/employee.d.ts +60 -60
  229. package/lib/shell-components/models/entityRoleFeature.d.ts +9 -9
  230. package/lib/shell-components/models/export-configuration-model.d.ts +8 -8
  231. package/lib/shell-components/models/export-data.module.d.ts +6 -6
  232. package/lib/shell-components/models/goalApprovedNotificationModel.d.ts +8 -8
  233. package/lib/shell-components/models/import-configuration-model.d.ts +3 -3
  234. package/lib/shell-components/models/initialStatusofUsers.d.ts +5 -5
  235. package/lib/shell-components/models/invoiceOutput-model.d.ts +9 -9
  236. package/lib/shell-components/models/leaveApplicationNotifiction.d.ts +7 -7
  237. package/lib/shell-components/models/multiChartsScheduling.d.ts +9 -9
  238. package/lib/shell-components/models/parkUserStoryInputModel.d.ts +7 -7
  239. package/lib/shell-components/models/project.d.ts +28 -28
  240. package/lib/shell-components/models/recentSearchApiModel.d.ts +6 -6
  241. package/lib/shell-components/models/searchCriteriaInputModelBase.d.ts +10 -10
  242. package/lib/shell-components/models/shellModulesInfo.d.ts +16 -16
  243. package/lib/shell-components/models/softlabels-model.d.ts +66 -66
  244. package/lib/shell-components/models/sprintReplanRequestedModel.d.ts +7 -7
  245. package/lib/shell-components/models/sprintStartedNotificationModel.d.ts +7 -7
  246. package/lib/shell-components/models/store-model.d.ts +13 -13
  247. package/lib/shell-components/models/store-search-model.d.ts +7 -7
  248. package/lib/shell-components/models/themes.model.d.ts +9 -9
  249. package/lib/shell-components/models/timesheetenabledisable.d.ts +16 -16
  250. package/lib/shell-components/models/user.d.ts +40 -40
  251. package/lib/shell-components/models/userStory.d.ts +188 -188
  252. package/lib/shell-components/models/userStoryCommentNotificationModel.d.ts +6 -6
  253. package/lib/shell-components/models/userStoryUpdateNotificationModel.d.ts +6 -6
  254. package/lib/shell-components/models/userstory-custom-fields.model.d.ts +6 -6
  255. package/lib/shell-components/models/validation.model.d.ts +5 -5
  256. package/lib/shell-components/models/widgetlist.d.ts +28 -28
  257. package/lib/shell-components/models/workspaceList.d.ts +19 -19
  258. package/lib/shell-components/services/authentication.service.d.ts +18 -18
  259. package/lib/shell-components/services/chat.service.d.ts +16 -16
  260. package/lib/shell-components/services/common-used.service.d.ts +45 -45
  261. package/lib/shell-components/services/feature.service.d.ts +19 -19
  262. package/lib/shell-components/services/google-analytics.service.d.ts +9 -9
  263. package/lib/shell-components/services/layout.service.d.ts +23 -23
  264. package/lib/shell-components/services/payment.service.d.ts +19 -19
  265. package/lib/shell-components/services/recentSearch.service.d.ts +16 -16
  266. package/lib/shell-components/services/shell.modules.service.d.ts +9 -9
  267. package/lib/shell-components/services/signalr.service.d.ts +25 -25
  268. package/lib/shell-components/services/theme.service.d.ts +14 -14
  269. package/lib/shell-components/shell.module.d.ts +119 -119
  270. package/lib/shell-components/shell.routing.d.ts +2 -2
  271. package/lib/shell-components/store/actions/authentication.actions.d.ts +327 -327
  272. package/lib/shell-components/store/actions/chat.actions.d.ts +399 -399
  273. package/lib/shell-components/store/actions/menuitems.actions.d.ts +51 -51
  274. package/lib/shell-components/store/actions/notification-validator.action.d.ts +25 -25
  275. package/lib/shell-components/store/actions/notifications.actions.d.ts +116 -116
  276. package/lib/shell-components/store/effects/authentication.effects.d.ts +54 -54
  277. package/lib/shell-components/store/effects/chat.effects.d.ts +30 -30
  278. package/lib/shell-components/store/effects/index.d.ts +1 -1
  279. package/lib/shell-components/store/effects/menuitems.effects.d.ts +17 -17
  280. package/lib/shell-components/store/effects/notification-validator.effects.d.ts +21 -21
  281. package/lib/shell-components/store/effects/notifications.effects.d.ts +23 -23
  282. package/lib/shell-components/store/reducers/authentication.reducers.d.ts +30 -30
  283. package/lib/shell-components/store/reducers/chat.reducers.d.ts +17 -17
  284. package/lib/shell-components/store/reducers/index.d.ts +59 -59
  285. package/lib/shell-components/store/reducers/menuitems.reducers.d.ts +11 -11
  286. package/lib/shell-components/store/reducers/notification-validator.reducers.d.ts +5 -5
  287. package/lib/shell-components/store/reducers/notifications.reducers.d.ts +10 -10
  288. package/package.json +1 -1
  289. package/public-api.d.ts +82 -82
  290. package/store/reducers/index.d.ts +24 -24
  291. package/thetradeengineorg1-snova-shell-module.d.ts +5 -5
@@ -1,22 +1,22 @@
1
- import { Actions } from "@ngrx/effects";
2
- import { Observable } from "rxjs";
3
- import { ToastrService } from "ngx-toastr";
4
- import { Store } from "@ngrx/store";
5
- import { State } from "../../store/reducers/index";
6
- import { SoftLabelPipe } from '../../../globaldependencies/pipes/softlabels.pipes';
7
- import { SoftLabelConfigurationModel } from '../../models/softlabels-model';
8
- import * as i0 from "@angular/core";
9
- export declare class NotificationValidatorEffects {
10
- private actions;
11
- private toastr;
12
- private store;
13
- private softLabelPipe;
14
- softLabels$: Observable<SoftLabelConfigurationModel[]>;
15
- softLabel: SoftLabelConfigurationModel[];
16
- showException: Observable<any>;
17
- showValidation: Observable<any>;
18
- constructor(actions: Actions, toastr: ToastrService, store: Store<State>, softLabelPipe: SoftLabelPipe);
19
- static ɵfac: i0.ɵɵFactoryDeclaration<NotificationValidatorEffects, never>;
20
- static ɵprov: i0.ɵɵInjectableDeclaration<NotificationValidatorEffects>;
21
- }
1
+ import { Actions } from "@ngrx/effects";
2
+ import { Observable } from "rxjs";
3
+ import { ToastrService } from "ngx-toastr";
4
+ import { Store } from "@ngrx/store";
5
+ import { State } from "../../store/reducers/index";
6
+ import { SoftLabelPipe } from '../../../globaldependencies/pipes/softlabels.pipes';
7
+ import { SoftLabelConfigurationModel } from '../../models/softlabels-model';
8
+ import * as i0 from "@angular/core";
9
+ export declare class NotificationValidatorEffects {
10
+ private actions;
11
+ private toastr;
12
+ private store;
13
+ private softLabelPipe;
14
+ softLabels$: Observable<SoftLabelConfigurationModel[]>;
15
+ softLabel: SoftLabelConfigurationModel[];
16
+ showException: Observable<any>;
17
+ showValidation: Observable<any>;
18
+ constructor(actions: Actions, toastr: ToastrService, store: Store<State>, softLabelPipe: SoftLabelPipe);
19
+ static ɵfac: i0.ɵɵFactoryDeclaration<NotificationValidatorEffects, never>;
20
+ static ɵprov: i0.ɵɵInjectableDeclaration<NotificationValidatorEffects>;
21
+ }
22
22
  //# sourceMappingURL=notification-validator.effects.d.ts.map
@@ -1,24 +1,24 @@
1
- import { Actions } from "@ngrx/effects";
2
- import { Observable } from "rxjs";
3
- import { Action } from "@ngrx/store";
4
- import { TranslateService } from "@ngx-translate/core";
5
- import { MenuItemService } from "../../services/feature.service";
6
- import * as i0 from "@angular/core";
7
- export declare class NotificationEffect {
8
- private actions$;
9
- private menuItemService;
10
- private translateService;
11
- validationMessages: any[];
12
- exceptionMessage: any;
13
- loadNotifications$: Observable<Action>;
14
- loadAllNotifications$: Observable<Action>;
15
- showValidationMessagesForProjectList$: Observable<Action>;
16
- exceptionHandled$: Observable<Action>;
17
- UpsertUnreadNotifications$: Observable<Action>;
18
- showValidationMessagesForCanteenFoodItem$: Observable<Action>;
19
- ClearAllUnreadNotifications$: Observable<Action>;
20
- constructor(actions$: Actions, menuItemService: MenuItemService, translateService: TranslateService);
21
- static ɵfac: i0.ɵɵFactoryDeclaration<NotificationEffect, never>;
22
- static ɵprov: i0.ɵɵInjectableDeclaration<NotificationEffect>;
23
- }
1
+ import { Actions } from "@ngrx/effects";
2
+ import { Observable } from "rxjs";
3
+ import { Action } from "@ngrx/store";
4
+ import { TranslateService } from "@ngx-translate/core";
5
+ import { MenuItemService } from "../../services/feature.service";
6
+ import * as i0 from "@angular/core";
7
+ export declare class NotificationEffect {
8
+ private actions$;
9
+ private menuItemService;
10
+ private translateService;
11
+ validationMessages: any[];
12
+ exceptionMessage: any;
13
+ loadNotifications$: Observable<Action>;
14
+ loadAllNotifications$: Observable<Action>;
15
+ showValidationMessagesForProjectList$: Observable<Action>;
16
+ exceptionHandled$: Observable<Action>;
17
+ UpsertUnreadNotifications$: Observable<Action>;
18
+ showValidationMessagesForCanteenFoodItem$: Observable<Action>;
19
+ ClearAllUnreadNotifications$: Observable<Action>;
20
+ constructor(actions$: Actions, menuItemService: MenuItemService, translateService: TranslateService);
21
+ static ɵfac: i0.ɵɵFactoryDeclaration<NotificationEffect, never>;
22
+ static ɵprov: i0.ɵɵInjectableDeclaration<NotificationEffect>;
23
+ }
24
24
  //# sourceMappingURL=notifications.effects.d.ts.map
@@ -1,31 +1,31 @@
1
- import { Action } from "@ngrx/store";
2
- import { UserModel } from '../../models/user';
3
- import { ThemeModel } from '../../models/themes.model';
4
- import { EntityRoleFeatureModel } from '../../models/entityRoleFeature';
5
- import { TimesheetDisableorEnable } from '../../models/timesheetenabledisable';
6
- export interface State {
7
- errorWhileLoggingIn: string;
8
- userId: string;
9
- userName: string;
10
- userModel: UserModel;
11
- loadingEntityFeatures: boolean;
12
- loadingUserEntityFeatures: boolean;
13
- deletingDemoData: boolean;
14
- loadingRoleFeatures: boolean;
15
- userToken: string;
16
- userLoggedIn: boolean;
17
- userLoggingIn: boolean;
18
- roleFeatures: any[];
19
- entityTypeRoleFeatures: EntityRoleFeatureModel[];
20
- rolePermissionsList: EntityRoleFeatureModel[];
21
- themeModel: ThemeModel;
22
- gettingUserStoreId: boolean;
23
- userStoreId: string;
24
- isStartEnabled: boolean;
25
- companySettingsModel: any[];
26
- TimeSheetRestrictedData: TimesheetDisableorEnable;
27
- isTimeSheetFetching: boolean;
28
- }
29
- export declare const initialState: State;
30
- export declare function reducer(state: State, action: Action): State;
1
+ import { Action } from "@ngrx/store";
2
+ import { UserModel } from '../../models/user';
3
+ import { ThemeModel } from '../../models/themes.model';
4
+ import { EntityRoleFeatureModel } from '../../models/entityRoleFeature';
5
+ import { TimesheetDisableorEnable } from '../../models/timesheetenabledisable';
6
+ export interface State {
7
+ errorWhileLoggingIn: string;
8
+ userId: string;
9
+ userName: string;
10
+ userModel: UserModel;
11
+ loadingEntityFeatures: boolean;
12
+ loadingUserEntityFeatures: boolean;
13
+ deletingDemoData: boolean;
14
+ loadingRoleFeatures: boolean;
15
+ userToken: string;
16
+ userLoggedIn: boolean;
17
+ userLoggingIn: boolean;
18
+ roleFeatures: any[];
19
+ entityTypeRoleFeatures: EntityRoleFeatureModel[];
20
+ rolePermissionsList: EntityRoleFeatureModel[];
21
+ themeModel: ThemeModel;
22
+ gettingUserStoreId: boolean;
23
+ userStoreId: string;
24
+ isStartEnabled: boolean;
25
+ companySettingsModel: any[];
26
+ TimeSheetRestrictedData: TimesheetDisableorEnable;
27
+ isTimeSheetFetching: boolean;
28
+ }
29
+ export declare const initialState: State;
30
+ export declare function reducer(state: State, action: Action): State;
31
31
  //# sourceMappingURL=authentication.reducers.d.ts.map
@@ -1,18 +1,18 @@
1
- import { ChatWebActions } from "../actions/chat.actions";
2
- import { MessageDetails } from "../../models/MessageDetails";
3
- import { EmployeeStatusModel } from "../../models/EmployeeStatusModel";
4
- import { InitialStatusOfUsers } from "../../models/initialStatusofUsers";
5
- import { ChannelUpdateModel } from "../../models/ChannelUpdateModel";
6
- import { MessageTypingDetails } from '../../models/MessageTypingDetails';
7
- export interface State {
8
- error: string;
9
- messageDetails: MessageDetails;
10
- employeeStatusModel: EmployeeStatusModel;
11
- messageCount: number;
12
- initialStateOfUsers: InitialStatusOfUsers;
13
- gotColleagues: boolean;
14
- channelUpdateModel: ChannelUpdateModel;
15
- messageTypingDetails: MessageTypingDetails;
16
- }
17
- export declare function reducer(state: State, action: ChatWebActions): State;
1
+ import { ChatWebActions } from "../actions/chat.actions";
2
+ import { MessageDetails } from "../../models/MessageDetails";
3
+ import { EmployeeStatusModel } from "../../models/EmployeeStatusModel";
4
+ import { InitialStatusOfUsers } from "../../models/initialStatusofUsers";
5
+ import { ChannelUpdateModel } from "../../models/ChannelUpdateModel";
6
+ import { MessageTypingDetails } from '../../models/MessageTypingDetails';
7
+ export interface State {
8
+ error: string;
9
+ messageDetails: MessageDetails;
10
+ employeeStatusModel: EmployeeStatusModel;
11
+ messageCount: number;
12
+ initialStateOfUsers: InitialStatusOfUsers;
13
+ gotColleagues: boolean;
14
+ channelUpdateModel: ChannelUpdateModel;
15
+ messageTypingDetails: MessageTypingDetails;
16
+ }
17
+ export declare function reducer(state: State, action: ChatWebActions): State;
18
18
  //# sourceMappingURL=chat.reducers.d.ts.map
@@ -1,60 +1,60 @@
1
- import { ActionReducerMap, MemoizedSelector } from "@ngrx/store";
2
- import { MemoizedSelectorWithProps } from '@ngrx/store/src/selector';
3
- import { Dictionary } from '@ngrx/entity';
4
- import { UserModel } from '../../models/user';
5
- import { ThemeModel } from '../../models/themes.model';
6
- import { IMenuItem } from '../../models/IMenuItem';
7
- import { NotificationOutputModel } from '../../models/NotificationsOutPutModel';
8
- import * as fromRoot from "../../../../store/reducers/index";
9
- import * as fromAuthentication from "./authentication.reducers";
10
- import * as fromMenuItems from "./menuitems.reducers";
11
- import { EntityRoleFeatureModel } from '../../models/entityRoleFeature';
12
- import { TimesheetDisableorEnable } from '../../models/timesheetenabledisable';
13
- import * as fromNotifications from "./notifications.reducers";
14
- import * as fromNotificationValidator from "./notification-validator.reducers";
15
- import * as fromChatMessenger from "./chat.reducers";
16
- export interface SharedModuleState {
17
- notifications: fromNotifications.State;
18
- authenticationRecord: fromAuthentication.State;
19
- menuItems: fromMenuItems.State;
20
- notificationValidator: fromNotificationValidator.State;
21
- chatMessenger: fromChatMessenger.State;
22
- }
23
- export interface State extends fromRoot.State {
24
- sharedManagement: SharedModuleState;
25
- }
26
- export declare const reducers: ActionReducerMap<SharedModuleState>;
27
- export declare const getSharedState: MemoizedSelector<State, SharedModuleState, import("@ngrx/store").DefaultProjectorFn<SharedModuleState>>;
28
- export declare const getAuthenticationState: MemoizedSelector<State, fromAuthentication.State, import("@ngrx/store").DefaultProjectorFn<fromAuthentication.State>>;
29
- export declare const getTimeShettButtonDetails: MemoizedSelector<State, TimesheetDisableorEnable, import("@ngrx/store").DefaultProjectorFn<TimesheetDisableorEnable>>;
30
- export declare const isTimeSheetFetching: MemoizedSelector<State, boolean, import("@ngrx/store").DefaultProjectorFn<boolean>>;
31
- export declare const getIsStartEnabled: MemoizedSelector<State, boolean, import("@ngrx/store").DefaultProjectorFn<boolean>>;
32
- export declare const getIfUserIsAuthenticated: MemoizedSelector<State, boolean, import("@ngrx/store").DefaultProjectorFn<boolean>>;
33
- export declare const getIfUserIsLoggingIn: MemoizedSelector<State, boolean, import("@ngrx/store").DefaultProjectorFn<boolean>>;
34
- export declare const getAuthenticatedUserRecord: MemoizedSelector<State, fromAuthentication.State, import("@ngrx/store").DefaultProjectorFn<fromAuthentication.State>>;
35
- export declare const getAuthenticatedUserModel: MemoizedSelector<State, UserModel, import("@ngrx/store").DefaultProjectorFn<UserModel>>;
36
- export declare const getErrorWhileUserIsLoggingIn: MemoizedSelector<State, string, import("@ngrx/store").DefaultProjectorFn<string>>;
37
- export declare const getAllRoleFeatures: MemoizedSelector<State, any[], import("@ngrx/store").DefaultProjectorFn<any[]>>;
38
- export declare const getAllEntityTypeRoleFeatures: MemoizedSelector<State, EntityRoleFeatureModel[], import("@ngrx/store").DefaultProjectorFn<EntityRoleFeatureModel[]>>;
39
- export declare const getAllRoleFeaturesByUserId: MemoizedSelector<State, EntityRoleFeatureModel[], import("@ngrx/store").DefaultProjectorFn<EntityRoleFeatureModel[]>>;
40
- export declare const getDemoRecordsDataDeletion: MemoizedSelector<State, boolean, import("@ngrx/store").DefaultProjectorFn<boolean>>;
41
- export declare const getThemeModel: MemoizedSelector<State, ThemeModel, import("@ngrx/store").DefaultProjectorFn<ThemeModel>>;
42
- export declare const getCompanySettings: MemoizedSelector<State, any[], import("@ngrx/store").DefaultProjectorFn<any[]>>;
43
- export declare const getEntityRolePermissionsByProjectId: MemoizedSelectorWithProps<State, any, any, import("@ngrx/store").DefaultProjectorFn<any>>;
44
- export declare const getUserStoreId: MemoizedSelector<State, string, import("@ngrx/store").DefaultProjectorFn<string>>;
45
- export declare const doesUserHavePermission: MemoizedSelectorWithProps<State, any, boolean, import("@ngrx/store").DefaultProjectorFn<boolean>>;
46
- export declare const getRoleFeaturesLoading: MemoizedSelector<State, boolean, import("@ngrx/store").DefaultProjectorFn<boolean>>;
47
- export declare const doesUserHavePermissionForEntityTypeFeature: MemoizedSelectorWithProps<State, any, boolean, import("@ngrx/store").DefaultProjectorFn<boolean>>;
48
- export declare const getEntityFeaturesLoading: MemoizedSelector<State, boolean, import("@ngrx/store").DefaultProjectorFn<boolean>>;
49
- export declare const getUserEntityFeaturesLoading: MemoizedSelector<State, boolean, import("@ngrx/store").DefaultProjectorFn<boolean>>;
50
- export declare const getMenuItemsState: MemoizedSelector<State, fromMenuItems.State, import("@ngrx/store").DefaultProjectorFn<fromMenuItems.State>>;
51
- export declare const getMenuItemsIds: (state: State) => string[] | number[], getMenuItemsEntities: (state: State) => Dictionary<IMenuItem>, getMenuItemsAll: (state: State) => IMenuItem[], getMenuItemsTotal: (state: State) => number;
52
- export declare const getMenuItemsLoading: MemoizedSelector<State, boolean, import("@ngrx/store").DefaultProjectorFn<boolean>>;
53
- export declare const getMenuCategory: MemoizedSelector<State, string, import("@ngrx/store").DefaultProjectorFn<string>>;
54
- export declare const getCurrentActiveMenuCategoryMenuItems: MemoizedSelector<State, IMenuItem[], import("@ngrx/store").DefaultProjectorFn<IMenuItem[]>>;
55
- export declare const getNotificationsState: MemoizedSelector<State, fromNotifications.State, import("@ngrx/store").DefaultProjectorFn<fromNotifications.State>>;
56
- export declare const getNotificationIds: (state: State) => string[] | number[], getNotificationEntities: (state: State) => Dictionary<NotificationOutputModel>, getNotificationAll: (state: State) => NotificationOutputModel[], getNotificationTotal: (state: State) => number;
57
- export declare const getNotificationUnreadTotal: MemoizedSelector<State, number, import("@ngrx/store").DefaultProjectorFn<number>>;
58
- export declare const getNotificationsLoading: MemoizedSelector<State, boolean, import("@ngrx/store").DefaultProjectorFn<boolean>>;
59
- export declare const getChatMessengerState: MemoizedSelector<State, fromChatMessenger.State, import("@ngrx/store").DefaultProjectorFn<fromChatMessenger.State>>;
1
+ import { ActionReducerMap, MemoizedSelector } from "@ngrx/store";
2
+ import { MemoizedSelectorWithProps } from '@ngrx/store/src/selector';
3
+ import { Dictionary } from '@ngrx/entity';
4
+ import { UserModel } from '../../models/user';
5
+ import { ThemeModel } from '../../models/themes.model';
6
+ import { IMenuItem } from '../../models/IMenuItem';
7
+ import { NotificationOutputModel } from '../../models/NotificationsOutPutModel';
8
+ import * as fromRoot from "../../../../store/reducers/index";
9
+ import * as fromAuthentication from "./authentication.reducers";
10
+ import * as fromMenuItems from "./menuitems.reducers";
11
+ import { EntityRoleFeatureModel } from '../../models/entityRoleFeature';
12
+ import { TimesheetDisableorEnable } from '../../models/timesheetenabledisable';
13
+ import * as fromNotifications from "./notifications.reducers";
14
+ import * as fromNotificationValidator from "./notification-validator.reducers";
15
+ import * as fromChatMessenger from "./chat.reducers";
16
+ export interface SharedModuleState {
17
+ notifications: fromNotifications.State;
18
+ authenticationRecord: fromAuthentication.State;
19
+ menuItems: fromMenuItems.State;
20
+ notificationValidator: fromNotificationValidator.State;
21
+ chatMessenger: fromChatMessenger.State;
22
+ }
23
+ export interface State extends fromRoot.State {
24
+ sharedManagement: SharedModuleState;
25
+ }
26
+ export declare const reducers: ActionReducerMap<SharedModuleState>;
27
+ export declare const getSharedState: MemoizedSelector<State, SharedModuleState, import("@ngrx/store").DefaultProjectorFn<SharedModuleState>>;
28
+ export declare const getAuthenticationState: MemoizedSelector<State, fromAuthentication.State, import("@ngrx/store").DefaultProjectorFn<fromAuthentication.State>>;
29
+ export declare const getTimeShettButtonDetails: MemoizedSelector<State, TimesheetDisableorEnable, import("@ngrx/store").DefaultProjectorFn<TimesheetDisableorEnable>>;
30
+ export declare const isTimeSheetFetching: MemoizedSelector<State, boolean, import("@ngrx/store").DefaultProjectorFn<boolean>>;
31
+ export declare const getIsStartEnabled: MemoizedSelector<State, boolean, import("@ngrx/store").DefaultProjectorFn<boolean>>;
32
+ export declare const getIfUserIsAuthenticated: MemoizedSelector<State, boolean, import("@ngrx/store").DefaultProjectorFn<boolean>>;
33
+ export declare const getIfUserIsLoggingIn: MemoizedSelector<State, boolean, import("@ngrx/store").DefaultProjectorFn<boolean>>;
34
+ export declare const getAuthenticatedUserRecord: MemoizedSelector<State, fromAuthentication.State, import("@ngrx/store").DefaultProjectorFn<fromAuthentication.State>>;
35
+ export declare const getAuthenticatedUserModel: MemoizedSelector<State, UserModel, import("@ngrx/store").DefaultProjectorFn<UserModel>>;
36
+ export declare const getErrorWhileUserIsLoggingIn: MemoizedSelector<State, string, import("@ngrx/store").DefaultProjectorFn<string>>;
37
+ export declare const getAllRoleFeatures: MemoizedSelector<State, any[], import("@ngrx/store").DefaultProjectorFn<any[]>>;
38
+ export declare const getAllEntityTypeRoleFeatures: MemoizedSelector<State, EntityRoleFeatureModel[], import("@ngrx/store").DefaultProjectorFn<EntityRoleFeatureModel[]>>;
39
+ export declare const getAllRoleFeaturesByUserId: MemoizedSelector<State, EntityRoleFeatureModel[], import("@ngrx/store").DefaultProjectorFn<EntityRoleFeatureModel[]>>;
40
+ export declare const getDemoRecordsDataDeletion: MemoizedSelector<State, boolean, import("@ngrx/store").DefaultProjectorFn<boolean>>;
41
+ export declare const getThemeModel: MemoizedSelector<State, ThemeModel, import("@ngrx/store").DefaultProjectorFn<ThemeModel>>;
42
+ export declare const getCompanySettings: MemoizedSelector<State, any[], import("@ngrx/store").DefaultProjectorFn<any[]>>;
43
+ export declare const getEntityRolePermissionsByProjectId: MemoizedSelectorWithProps<State, any, any, import("@ngrx/store").DefaultProjectorFn<any>>;
44
+ export declare const getUserStoreId: MemoizedSelector<State, string, import("@ngrx/store").DefaultProjectorFn<string>>;
45
+ export declare const doesUserHavePermission: MemoizedSelectorWithProps<State, any, boolean, import("@ngrx/store").DefaultProjectorFn<boolean>>;
46
+ export declare const getRoleFeaturesLoading: MemoizedSelector<State, boolean, import("@ngrx/store").DefaultProjectorFn<boolean>>;
47
+ export declare const doesUserHavePermissionForEntityTypeFeature: MemoizedSelectorWithProps<State, any, boolean, import("@ngrx/store").DefaultProjectorFn<boolean>>;
48
+ export declare const getEntityFeaturesLoading: MemoizedSelector<State, boolean, import("@ngrx/store").DefaultProjectorFn<boolean>>;
49
+ export declare const getUserEntityFeaturesLoading: MemoizedSelector<State, boolean, import("@ngrx/store").DefaultProjectorFn<boolean>>;
50
+ export declare const getMenuItemsState: MemoizedSelector<State, fromMenuItems.State, import("@ngrx/store").DefaultProjectorFn<fromMenuItems.State>>;
51
+ export declare const getMenuItemsIds: (state: State) => string[] | number[], getMenuItemsEntities: (state: State) => Dictionary<IMenuItem>, getMenuItemsAll: (state: State) => IMenuItem[], getMenuItemsTotal: (state: State) => number;
52
+ export declare const getMenuItemsLoading: MemoizedSelector<State, boolean, import("@ngrx/store").DefaultProjectorFn<boolean>>;
53
+ export declare const getMenuCategory: MemoizedSelector<State, string, import("@ngrx/store").DefaultProjectorFn<string>>;
54
+ export declare const getCurrentActiveMenuCategoryMenuItems: MemoizedSelector<State, IMenuItem[], import("@ngrx/store").DefaultProjectorFn<IMenuItem[]>>;
55
+ export declare const getNotificationsState: MemoizedSelector<State, fromNotifications.State, import("@ngrx/store").DefaultProjectorFn<fromNotifications.State>>;
56
+ export declare const getNotificationIds: (state: State) => string[] | number[], getNotificationEntities: (state: State) => Dictionary<NotificationOutputModel>, getNotificationAll: (state: State) => NotificationOutputModel[], getNotificationTotal: (state: State) => number;
57
+ export declare const getNotificationUnreadTotal: MemoizedSelector<State, number, import("@ngrx/store").DefaultProjectorFn<number>>;
58
+ export declare const getNotificationsLoading: MemoizedSelector<State, boolean, import("@ngrx/store").DefaultProjectorFn<boolean>>;
59
+ export declare const getChatMessengerState: MemoizedSelector<State, fromChatMessenger.State, import("@ngrx/store").DefaultProjectorFn<fromChatMessenger.State>>;
60
60
  //# sourceMappingURL=index.d.ts.map
@@ -1,12 +1,12 @@
1
- import { Action } from "@ngrx/store";
2
- import { EntityState, EntityAdapter } from "@ngrx/entity";
3
- import { IMenuItem } from '../../models/IMenuItem';
4
- export interface State extends EntityState<IMenuItem> {
5
- error: string;
6
- menuItemsLoading: boolean;
7
- menuCategory: string;
8
- }
9
- export declare const menuItemsAdapter: EntityAdapter<IMenuItem>;
10
- export declare const initialState: State;
11
- export declare function reducer(state: State, action: Action): State;
1
+ import { Action } from "@ngrx/store";
2
+ import { EntityState, EntityAdapter } from "@ngrx/entity";
3
+ import { IMenuItem } from '../../models/IMenuItem';
4
+ export interface State extends EntityState<IMenuItem> {
5
+ error: string;
6
+ menuItemsLoading: boolean;
7
+ menuCategory: string;
8
+ }
9
+ export declare const menuItemsAdapter: EntityAdapter<IMenuItem>;
10
+ export declare const initialState: State;
11
+ export declare function reducer(state: State, action: Action): State;
12
12
  //# sourceMappingURL=menuitems.reducers.d.ts.map
@@ -1,6 +1,6 @@
1
- import { ValidationAction } from "../actions/notification-validator.action";
2
- export interface State {
3
- show: boolean;
4
- }
5
- export declare function reducer(state: State, action: ValidationAction): State;
1
+ import { ValidationAction } from "../actions/notification-validator.action";
2
+ export interface State {
3
+ show: boolean;
4
+ }
5
+ export declare function reducer(state: State, action: ValidationAction): State;
6
6
  //# sourceMappingURL=notification-validator.reducers.d.ts.map
@@ -1,11 +1,11 @@
1
- import { EntityState, EntityAdapter } from "@ngrx/entity";
2
- import { NotificationActions } from "../actions/notifications.actions";
3
- import { NotificationOutputModel } from '../../models/NotificationsOutPutModel';
4
- export interface State extends EntityState<NotificationOutputModel> {
5
- loadingNotifications: boolean;
6
- }
7
- export declare function sortByDateTime(a: NotificationOutputModel, b: NotificationOutputModel): any;
8
- export declare const notificationsAdapter: EntityAdapter<NotificationOutputModel>;
9
- export declare const initialState: State;
10
- export declare function reducer(state: State, action: NotificationActions): State;
1
+ import { EntityState, EntityAdapter } from "@ngrx/entity";
2
+ import { NotificationActions } from "../actions/notifications.actions";
3
+ import { NotificationOutputModel } from '../../models/NotificationsOutPutModel';
4
+ export interface State extends EntityState<NotificationOutputModel> {
5
+ loadingNotifications: boolean;
6
+ }
7
+ export declare function sortByDateTime(a: NotificationOutputModel, b: NotificationOutputModel): any;
8
+ export declare const notificationsAdapter: EntityAdapter<NotificationOutputModel>;
9
+ export declare const initialState: State;
10
+ export declare function reducer(state: State, action: NotificationActions): State;
11
11
  //# sourceMappingURL=notifications.reducers.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thetradeengineorg1/snova-shell-module",
3
- "version": "0.0.259",
3
+ "version": "0.0.261",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },
package/public-api.d.ts CHANGED
@@ -1,83 +1,83 @@
1
- export * from './lib/shell-components/shell.module';
2
- import { AdminLayoutComponent } from './lib/shell-components/components/admin-layout/admin-layout.component';
3
- import { ConfirmationDialogComponent } from './lib/shell-components/components/confirmation-dialog/confirmation-dialog.component';
4
- import { HeaderSideComponent } from './lib/shell-components/components/header-side/header-side.component';
5
- import { HeaderTopComponent } from './lib/shell-components/components/header-top/header-top.component';
6
- import { MenuComponent } from './lib/shell-components/components/menu/menu.component';
7
- import { AnnoucementDialogComponent } from './lib/shell-components/components/notifications/announcement-dialog.component';
8
- import { NotificationsComponent } from './lib/shell-components/components/notifications/notifications.component';
9
- import { SidebarTopComponent } from './lib/shell-components/components/sidebar-top/sidebar-top.component';
10
- import { SidenavComponent } from './lib/shell-components/components/sidenav/sidenav.component';
11
- import { ShellModulesService } from './lib/shell-components/services/shell.modules.service';
12
- import { shellModulesInfo } from './lib/shell-components/models/shellModulesInfo';
13
- import { AvailableLangs } from './lib/shell-components/constants/available-languages';
14
- import { ShellRouts } from './lib/shell-components/shell.routing';
15
- import { CompanyPlansComponent } from './lib/shell-components/components/Payments/company-plans.component';
16
- import { PaymentMethodComponent } from './lib/shell-components/components/Payments/payment-method.component';
17
- import { HighLightTextPipe } from './lib/globaldependencies/pipes/highLightText.pipe';
18
- import { OrderByPipe } from './lib/globaldependencies/pipes/orderby-pipe';
19
- import { UtcToLocalTimePipe } from './lib/globaldependencies/pipes/utctolocaltime.pipe';
20
- import { UtcToLocalTimeWithDatePipe } from './lib/globaldependencies/pipes/utctolocaltimewithdate.pipe';
21
- import { WorkflowStatusFilterPipe } from './lib/globaldependencies/pipes/workflowstatus.pipes';
22
- import { WorkItemsDialogComponent } from './lib/shell-components/components/all-work-items-dialog/all-work-items-dialog.component';
23
- import { ExportConfigurationDialogComponent } from './lib/shell-components/components/export-import-configuration/export-configuration.component';
24
- import { FeedTimeDialogComponent } from './lib/shell-components/components/feed-time/feed-time-dialog.component';
25
- import { FeedTimeComponent } from './lib/shell-components/components/feed-time/feed-time.component';
26
- import { AccountAndBillingComponent } from './lib/shell-components/components/Payments/account.component';
27
- import { CompanyInformationComponent } from './lib/shell-components/components/Payments/company-information';
28
- import { DocumentComponent } from './lib/shell-components/components/Payments/document.component';
29
- import { ProductAndServicesComponent } from './lib/shell-components/components/Payments/product-service.component';
30
- import { PurchaseMoreLicensesComponent } from './lib/shell-components/components/Payments/purchase-more-licenses';
31
- import { TransactionsComponent } from './lib/shell-components/components/Payments/transactions.component';
32
- import { SideBarComponent } from './lib/shell-components/components/sidenav/side-bar.component';
33
- import { FeedBackSubmissionComponent } from './lib/shell-components/components/submit-feedback/submit-feedback.component';
34
- import { SanitizeHtmlPipe } from './lib/globaldependencies/pipes/sanitize.pipe';
35
- import { FetchSizedAndCachedImagePipe } from './lib/globaldependencies/pipes/fetchSizedAndCachedImage.pipe';
36
- import { RemoveSpecialCharactersPipe } from './lib/globaldependencies/pipes/removeSpecialCharacters.pipe';
37
- import { SoftLabelPipe } from './lib/globaldependencies/pipes/softlabels.pipes';
38
- import { CustomAppBaseComponent } from './lib/globaldependencies/components/componentbase';
39
- import { LiveWelcomePageComponent } from './lib/shell-components/components/lives/lives-welcome-page';
40
- import { AvatarComponent } from './lib/globaldependencies/components/avatar.component';
41
- export { AdminLayoutComponent };
42
- export { ConfirmationDialogComponent };
43
- export { HeaderSideComponent };
44
- export { HeaderTopComponent };
45
- export { MenuComponent };
46
- export { AnnoucementDialogComponent };
47
- export { NotificationsComponent };
48
- export { SidebarTopComponent };
49
- export { SidenavComponent };
50
- export { ShellModulesService };
51
- export { shellModulesInfo };
52
- export { ShellRouts };
53
- export { AvatarComponent };
54
- export { MessageActionTypes, CountTriggered, MessageTriggered, ChatWebActions, SendChannelUpdateModelTriggered, ReceiveChannelUpdateModelCompleted, SendingSignalTriggered, ReceiveSignalCompleted, MessageCompleted, PresenceEventCompleted, InitalStateOfUsersCompleted, ReceiveMessageCompleted, ReceiveMessageTriggered, RequestingStateOfUsersTriggered } from './lib/shell-components/store/actions/chat.actions';
55
- export { State } from './lib/shell-components/store/reducers/chat.reducers';
56
- export * from './lib/shell-components/store/reducers/index';
57
- export { AvailableLangs };
58
- export { CustomAppBaseComponent };
59
- export { RemoveSpecialCharactersPipe };
60
- export { SoftLabelPipe };
61
- export { UtcToLocalTimeWithDatePipe };
62
- export { WorkflowStatusFilterPipe };
63
- export { FetchSizedAndCachedImagePipe };
64
- export { OrderByPipe };
65
- export { UtcToLocalTimePipe };
66
- export { SanitizeHtmlPipe };
67
- export { WorkItemsDialogComponent };
68
- export { FeedTimeDialogComponent };
69
- export { ExportConfigurationDialogComponent };
70
- export { FeedBackSubmissionComponent };
71
- export { FeedTimeComponent };
72
- export { HighLightTextPipe };
73
- export { SideBarComponent };
74
- export { AccountAndBillingComponent };
75
- export { PurchaseMoreLicensesComponent };
76
- export { ProductAndServicesComponent };
77
- export { CompanyInformationComponent };
78
- export { DocumentComponent };
79
- export { TransactionsComponent };
80
- export { PaymentMethodComponent };
81
- export { CompanyPlansComponent };
82
- export { LiveWelcomePageComponent };
1
+ export * from './lib/shell-components/shell.module';
2
+ import { AdminLayoutComponent } from './lib/shell-components/components/admin-layout/admin-layout.component';
3
+ import { ConfirmationDialogComponent } from './lib/shell-components/components/confirmation-dialog/confirmation-dialog.component';
4
+ import { HeaderSideComponent } from './lib/shell-components/components/header-side/header-side.component';
5
+ import { HeaderTopComponent } from './lib/shell-components/components/header-top/header-top.component';
6
+ import { MenuComponent } from './lib/shell-components/components/menu/menu.component';
7
+ import { AnnoucementDialogComponent } from './lib/shell-components/components/notifications/announcement-dialog.component';
8
+ import { NotificationsComponent } from './lib/shell-components/components/notifications/notifications.component';
9
+ import { SidebarTopComponent } from './lib/shell-components/components/sidebar-top/sidebar-top.component';
10
+ import { SidenavComponent } from './lib/shell-components/components/sidenav/sidenav.component';
11
+ import { ShellModulesService } from './lib/shell-components/services/shell.modules.service';
12
+ import { shellModulesInfo } from './lib/shell-components/models/shellModulesInfo';
13
+ import { AvailableLangs } from './lib/shell-components/constants/available-languages';
14
+ import { ShellRouts } from './lib/shell-components/shell.routing';
15
+ import { CompanyPlansComponent } from './lib/shell-components/components/Payments/company-plans.component';
16
+ import { PaymentMethodComponent } from './lib/shell-components/components/Payments/payment-method.component';
17
+ import { HighLightTextPipe } from './lib/globaldependencies/pipes/highLightText.pipe';
18
+ import { OrderByPipe } from './lib/globaldependencies/pipes/orderby-pipe';
19
+ import { UtcToLocalTimePipe } from './lib/globaldependencies/pipes/utctolocaltime.pipe';
20
+ import { UtcToLocalTimeWithDatePipe } from './lib/globaldependencies/pipes/utctolocaltimewithdate.pipe';
21
+ import { WorkflowStatusFilterPipe } from './lib/globaldependencies/pipes/workflowstatus.pipes';
22
+ import { WorkItemsDialogComponent } from './lib/shell-components/components/all-work-items-dialog/all-work-items-dialog.component';
23
+ import { ExportConfigurationDialogComponent } from './lib/shell-components/components/export-import-configuration/export-configuration.component';
24
+ import { FeedTimeDialogComponent } from './lib/shell-components/components/feed-time/feed-time-dialog.component';
25
+ import { FeedTimeComponent } from './lib/shell-components/components/feed-time/feed-time.component';
26
+ import { AccountAndBillingComponent } from './lib/shell-components/components/Payments/account.component';
27
+ import { CompanyInformationComponent } from './lib/shell-components/components/Payments/company-information';
28
+ import { DocumentComponent } from './lib/shell-components/components/Payments/document.component';
29
+ import { ProductAndServicesComponent } from './lib/shell-components/components/Payments/product-service.component';
30
+ import { PurchaseMoreLicensesComponent } from './lib/shell-components/components/Payments/purchase-more-licenses';
31
+ import { TransactionsComponent } from './lib/shell-components/components/Payments/transactions.component';
32
+ import { SideBarComponent } from './lib/shell-components/components/sidenav/side-bar.component';
33
+ import { FeedBackSubmissionComponent } from './lib/shell-components/components/submit-feedback/submit-feedback.component';
34
+ import { SanitizeHtmlPipe } from './lib/globaldependencies/pipes/sanitize.pipe';
35
+ import { FetchSizedAndCachedImagePipe } from './lib/globaldependencies/pipes/fetchSizedAndCachedImage.pipe';
36
+ import { RemoveSpecialCharactersPipe } from './lib/globaldependencies/pipes/removeSpecialCharacters.pipe';
37
+ import { SoftLabelPipe } from './lib/globaldependencies/pipes/softlabels.pipes';
38
+ import { CustomAppBaseComponent } from './lib/globaldependencies/components/componentbase';
39
+ import { LiveWelcomePageComponent } from './lib/shell-components/components/lives/lives-welcome-page';
40
+ import { AvatarComponent } from './lib/globaldependencies/components/avatar.component';
41
+ export { AdminLayoutComponent };
42
+ export { ConfirmationDialogComponent };
43
+ export { HeaderSideComponent };
44
+ export { HeaderTopComponent };
45
+ export { MenuComponent };
46
+ export { AnnoucementDialogComponent };
47
+ export { NotificationsComponent };
48
+ export { SidebarTopComponent };
49
+ export { SidenavComponent };
50
+ export { ShellModulesService };
51
+ export { shellModulesInfo };
52
+ export { ShellRouts };
53
+ export { AvatarComponent };
54
+ export { MessageActionTypes, CountTriggered, MessageTriggered, ChatWebActions, SendChannelUpdateModelTriggered, ReceiveChannelUpdateModelCompleted, SendingSignalTriggered, ReceiveSignalCompleted, MessageCompleted, PresenceEventCompleted, InitalStateOfUsersCompleted, ReceiveMessageCompleted, ReceiveMessageTriggered, RequestingStateOfUsersTriggered } from './lib/shell-components/store/actions/chat.actions';
55
+ export { State } from './lib/shell-components/store/reducers/chat.reducers';
56
+ export * from './lib/shell-components/store/reducers/index';
57
+ export { AvailableLangs };
58
+ export { CustomAppBaseComponent };
59
+ export { RemoveSpecialCharactersPipe };
60
+ export { SoftLabelPipe };
61
+ export { UtcToLocalTimeWithDatePipe };
62
+ export { WorkflowStatusFilterPipe };
63
+ export { FetchSizedAndCachedImagePipe };
64
+ export { OrderByPipe };
65
+ export { UtcToLocalTimePipe };
66
+ export { SanitizeHtmlPipe };
67
+ export { WorkItemsDialogComponent };
68
+ export { FeedTimeDialogComponent };
69
+ export { ExportConfigurationDialogComponent };
70
+ export { FeedBackSubmissionComponent };
71
+ export { FeedTimeComponent };
72
+ export { HighLightTextPipe };
73
+ export { SideBarComponent };
74
+ export { AccountAndBillingComponent };
75
+ export { PurchaseMoreLicensesComponent };
76
+ export { ProductAndServicesComponent };
77
+ export { CompanyInformationComponent };
78
+ export { DocumentComponent };
79
+ export { TransactionsComponent };
80
+ export { PaymentMethodComponent };
81
+ export { CompanyPlansComponent };
82
+ export { LiveWelcomePageComponent };
83
83
  //# sourceMappingURL=public-api.d.ts.map
@@ -1,25 +1,25 @@
1
- import { ActionReducerMap, ActionReducer, MetaReducer } from "@ngrx/store";
2
- import * as fromRouter from "@ngrx/router-store";
3
- /**
4
- * Every reducer module's default export is the reducer function itself. In
5
- * addition, each module should export a type or interface that describes
6
- * the state of the reducer plus any selector functions. The `* as`
7
- * notation packages up all of the exports into a single object.
8
- */
9
- /**
10
- * As mentioned, we treat each reducer like a table in a database. This means
11
- * our top level state interface is just a map of keys to inner state types.
12
- */
13
- export interface State {
14
- router: fromRouter.RouterReducerState;
15
- }
16
- /**
17
- * Our state is composed of a map of action reducer functions.
18
- * These reducer functions are called with each dispatched action
19
- * and the current or initial state and return a new immutable state.
20
- */
21
- export declare const reducers: ActionReducerMap<State>;
22
- export declare function logger(reducer: ActionReducer<State>): ActionReducer<State>;
23
- export declare function clearState(reducer: any): (state: any, action: any) => any;
24
- export declare const metaReducers: MetaReducer<State>[];
1
+ import { ActionReducerMap, ActionReducer, MetaReducer } from "@ngrx/store";
2
+ import * as fromRouter from "@ngrx/router-store";
3
+ /**
4
+ * Every reducer module's default export is the reducer function itself. In
5
+ * addition, each module should export a type or interface that describes
6
+ * the state of the reducer plus any selector functions. The `* as`
7
+ * notation packages up all of the exports into a single object.
8
+ */
9
+ /**
10
+ * As mentioned, we treat each reducer like a table in a database. This means
11
+ * our top level state interface is just a map of keys to inner state types.
12
+ */
13
+ export interface State {
14
+ router: fromRouter.RouterReducerState;
15
+ }
16
+ /**
17
+ * Our state is composed of a map of action reducer functions.
18
+ * These reducer functions are called with each dispatched action
19
+ * and the current or initial state and return a new immutable state.
20
+ */
21
+ export declare const reducers: ActionReducerMap<State>;
22
+ export declare function logger(reducer: ActionReducer<State>): ActionReducer<State>;
23
+ export declare function clearState(reducer: any): (state: any, action: any) => any;
24
+ export declare const metaReducers: MetaReducer<State>[];
25
25
  //# sourceMappingURL=index.d.ts.map