@thetradeengineorg1/snova-shell-module 0.0.262 → 0.0.263
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.
- package/README.md +24 -24
- package/bundles/thetradeengineorg1-snova-shell-module.umd.js +19022 -13748
- package/bundles/thetradeengineorg1-snova-shell-module.umd.js.map +1 -1
- package/esm2015/lib/globaldependencies/components/avatar.component.js +33 -28
- package/esm2015/lib/globaldependencies/components/componentbase.js +538 -538
- package/esm2015/lib/globaldependencies/constants/feature-ids.js +449 -449
- package/esm2015/lib/globaldependencies/constants/localstorage-properties.js +38 -38
- package/esm2015/lib/globaldependencies/helpers/dom.helper.js +70 -70
- package/esm2015/lib/globaldependencies/helpers/fontawesome-icons.js +144 -144
- package/esm2015/lib/globaldependencies/helpers/moment-utc-date-adapter.js +37 -37
- package/esm2015/lib/globaldependencies/helpers/window.helper.js +32 -32
- package/esm2015/lib/globaldependencies/intercepter/jwt.interceptor.js +40 -40
- package/esm2015/lib/globaldependencies/pipes/fetchSizedAndCachedImage.pipe.js +36 -36
- package/esm2015/lib/globaldependencies/pipes/highLightText.pipe.js +24 -24
- package/esm2015/lib/globaldependencies/pipes/orderby-pipe.js +24 -24
- package/esm2015/lib/globaldependencies/pipes/removeSpecialCharacters.pipe.js +22 -22
- package/esm2015/lib/globaldependencies/pipes/sanitize.pipe.js +24 -24
- package/esm2015/lib/globaldependencies/pipes/softlabels.pipes.js +346 -346
- package/esm2015/lib/globaldependencies/pipes/utctolocaltime.pipe.js +23 -23
- package/esm2015/lib/globaldependencies/pipes/utctolocaltimewithdate.pipe.js +25 -25
- package/esm2015/lib/globaldependencies/pipes/workflowstatus.pipes.js +27 -27
- package/esm2015/lib/shell-components/components/Payments/account.component.js +121 -50
- package/esm2015/lib/shell-components/components/Payments/company-information.js +558 -262
- package/esm2015/lib/shell-components/components/Payments/company-plans.component.js +636 -138
- package/esm2015/lib/shell-components/components/Payments/document.component.js +129 -57
- package/esm2015/lib/shell-components/components/Payments/payment-method.component.js +90 -32
- package/esm2015/lib/shell-components/components/Payments/product-service.component.js +438 -143
- package/esm2015/lib/shell-components/components/Payments/purchase-more-licenses.js +249 -152
- package/esm2015/lib/shell-components/components/Payments/transactions.component.js +172 -60
- package/esm2015/lib/shell-components/components/admin-layout/admin-layout.component.js +350 -250
- package/esm2015/lib/shell-components/components/all-work-items-dialog/all-work-items-dialog.component.js +102 -89
- package/esm2015/lib/shell-components/components/confirmation-dialog/confirmation-dialog.component.js +126 -90
- package/esm2015/lib/shell-components/components/export-import-configuration/export-configuration.component.js +502 -357
- package/esm2015/lib/shell-components/components/feed-time/feed-time-dialog.component.js +98 -85
- package/esm2015/lib/shell-components/components/feed-time/feed-time.component.js +87 -83
- package/esm2015/lib/shell-components/components/header-side/header-side.component.js +2342 -1617
- package/esm2015/lib/shell-components/components/header-top/header-top.component.js +489 -93
- package/esm2015/lib/shell-components/components/lives/lives-welcome-page.js +55 -26
- package/esm2015/lib/shell-components/components/menu/menu.component.js +3429 -2478
- package/esm2015/lib/shell-components/components/menu/searchTask.enum.js +10 -10
- package/esm2015/lib/shell-components/components/notifications/announcement-dialog.component.js +110 -73
- package/esm2015/lib/shell-components/components/notifications/notifications.component.js +534 -449
- package/esm2015/lib/shell-components/components/sidebar-top/sidebar-top.component.js +39 -33
- package/esm2015/lib/shell-components/components/sidenav/side-bar.component.js +148 -81
- package/esm2015/lib/shell-components/components/sidenav/sidenav.component.js +439 -43
- package/esm2015/lib/shell-components/components/submit-feedback/submit-feedback.component.js +75 -71
- package/esm2015/lib/shell-components/constants/api-urls.js +1052 -1052
- package/esm2015/lib/shell-components/constants/available-languages.js +25 -25
- package/esm2015/lib/shell-components/constants/channel-names.js +38 -38
- package/esm2015/lib/shell-components/constants/menu-categories.js +6 -6
- package/esm2015/lib/shell-components/constants/notification-routes.js +6 -6
- package/esm2015/lib/shell-components/constants/notification-type-ids.js +42 -42
- package/esm2015/lib/shell-components/enum/recentSearchType.enum.js +13 -13
- package/esm2015/lib/shell-components/models/AppMenuItemModel.js +3 -3
- package/esm2015/lib/shell-components/models/AppNotification.js +17 -17
- package/esm2015/lib/shell-components/models/AssetAssignedNotificationModel.js +12 -12
- package/esm2015/lib/shell-components/models/ChannelUpdateModel.js +3 -3
- package/esm2015/lib/shell-components/models/EmployeeStatusModel.js +3 -3
- package/esm2015/lib/shell-components/models/IAdjust-screen-options.js +2 -2
- package/esm2015/lib/shell-components/models/IBadge.js +2 -2
- package/esm2015/lib/shell-components/models/IChildItem.js +2 -2
- package/esm2015/lib/shell-components/models/ILayout-change-options.js +2 -2
- package/esm2015/lib/shell-components/models/IMenuItem.js +2 -2
- package/esm2015/lib/shell-components/models/IlayoutConf.js +2 -2
- package/esm2015/lib/shell-components/models/IntroModel.js +3 -3
- package/esm2015/lib/shell-components/models/MessageDetails.js +3 -3
- package/esm2015/lib/shell-components/models/MessageTypingDetails.js +3 -3
- package/esm2015/lib/shell-components/models/NewProjectCreatedNotificationModel.js +10 -10
- package/esm2015/lib/shell-components/models/NewProjectFeatureNotificationModel.js +10 -10
- package/esm2015/lib/shell-components/models/NotificationsOutPutModel.js +22 -22
- package/esm2015/lib/shell-components/models/ProjectSearchCriteriaInputModel.js +3 -3
- package/esm2015/lib/shell-components/models/RecentSearchModel.js +5 -5
- package/esm2015/lib/shell-components/models/ReportConfigAssignedNotification.js +11 -11
- package/esm2015/lib/shell-components/models/ReportSubmittedNotification.js +12 -12
- package/esm2015/lib/shell-components/models/RoleUpdatedNotification.js +9 -9
- package/esm2015/lib/shell-components/models/UserStoryAssignedNotification.js +13 -13
- package/esm2015/lib/shell-components/models/archiveUserStoryModel.js +10 -10
- package/esm2015/lib/shell-components/models/companieslist.model.js +3 -3
- package/esm2015/lib/shell-components/models/company-model.js +7 -7
- package/esm2015/lib/shell-components/models/company-payment-model.js +3 -3
- package/esm2015/lib/shell-components/models/dragedWidget.js +3 -3
- package/esm2015/lib/shell-components/models/employee-List.js +3 -3
- package/esm2015/lib/shell-components/models/employee.js +4 -4
- package/esm2015/lib/shell-components/models/entityRoleFeature.js +3 -3
- package/esm2015/lib/shell-components/models/export-configuration-model.js +3 -3
- package/esm2015/lib/shell-components/models/export-data.module.js +8 -8
- package/esm2015/lib/shell-components/models/goalApprovedNotificationModel.js +9 -9
- package/esm2015/lib/shell-components/models/import-configuration-model.js +3 -3
- package/esm2015/lib/shell-components/models/initialStatusofUsers.js +3 -3
- package/esm2015/lib/shell-components/models/invoiceOutput-model.js +3 -3
- package/esm2015/lib/shell-components/models/leaveApplicationNotifiction.js +9 -9
- package/esm2015/lib/shell-components/models/multiChartsScheduling.js +11 -11
- package/esm2015/lib/shell-components/models/parkUserStoryInputModel.js +10 -10
- package/esm2015/lib/shell-components/models/project.js +3 -3
- package/esm2015/lib/shell-components/models/recentSearchApiModel.js +3 -3
- package/esm2015/lib/shell-components/models/searchCriteriaInputModelBase.js +3 -3
- package/esm2015/lib/shell-components/models/shellModulesInfo.js +7 -7
- package/esm2015/lib/shell-components/models/softlabels-model.js +7 -7
- package/esm2015/lib/shell-components/models/sprintReplanRequestedModel.js +9 -9
- package/esm2015/lib/shell-components/models/sprintStartedNotificationModel.js +9 -9
- package/esm2015/lib/shell-components/models/store-model.js +3 -3
- package/esm2015/lib/shell-components/models/store-search-model.js +4 -4
- package/esm2015/lib/shell-components/models/themes.model.js +3 -3
- package/esm2015/lib/shell-components/models/timesheetenabledisable.js +4 -4
- package/esm2015/lib/shell-components/models/user.js +8 -8
- package/esm2015/lib/shell-components/models/userStory.js +3 -3
- package/esm2015/lib/shell-components/models/userStoryCommentNotificationModel.js +9 -9
- package/esm2015/lib/shell-components/models/userStoryUpdateNotificationModel.js +9 -9
- package/esm2015/lib/shell-components/models/userstory-custom-fields.model.js +3 -3
- package/esm2015/lib/shell-components/models/validation.model.js +2 -2
- package/esm2015/lib/shell-components/models/widgetlist.js +6 -6
- package/esm2015/lib/shell-components/models/workspaceList.js +3 -3
- package/esm2015/lib/shell-components/services/authentication.service.js +96 -96
- package/esm2015/lib/shell-components/services/chat.service.js +67 -67
- package/esm2015/lib/shell-components/services/common-used.service.js +263 -263
- package/esm2015/lib/shell-components/services/feature.service.js +101 -101
- package/esm2015/lib/shell-components/services/google-analytics.service.js +24 -24
- package/esm2015/lib/shell-components/services/layout.service.js +68 -68
- package/esm2015/lib/shell-components/services/payment.service.js +103 -103
- package/esm2015/lib/shell-components/services/recentSearch.service.js +90 -90
- package/esm2015/lib/shell-components/services/shell.modules.service.js +24 -24
- package/esm2015/lib/shell-components/services/signalr.service.js +113 -113
- package/esm2015/lib/shell-components/services/theme.service.js +228 -228
- package/esm2015/lib/shell-components/shell.module.js +450 -449
- package/esm2015/lib/shell-components/shell.routing.js +16 -16
- package/esm2015/lib/shell-components/store/actions/authentication.actions.js +260 -260
- package/esm2015/lib/shell-components/store/actions/chat.actions.js +248 -248
- package/esm2015/lib/shell-components/store/actions/menuitems.actions.js +39 -39
- package/esm2015/lib/shell-components/store/actions/notification-validator.action.js +19 -19
- package/esm2015/lib/shell-components/store/actions/notifications.actions.js +74 -74
- package/esm2015/lib/shell-components/store/effects/authentication.effects.js +503 -503
- package/esm2015/lib/shell-components/store/effects/chat.effects.js +139 -139
- package/esm2015/lib/shell-components/store/effects/index.js +13 -13
- package/esm2015/lib/shell-components/store/effects/menuitems.effects.js +53 -53
- package/esm2015/lib/shell-components/store/effects/notification-validator.effects.js +56 -56
- package/esm2015/lib/shell-components/store/effects/notifications.effects.js +116 -116
- package/esm2015/lib/shell-components/store/reducers/authentication.reducers.js +86 -86
- package/esm2015/lib/shell-components/store/reducers/chat.reducers.js +68 -68
- package/esm2015/lib/shell-components/store/reducers/index.js +80 -80
- package/esm2015/lib/shell-components/store/reducers/menuitems.reducers.js +56 -56
- package/esm2015/lib/shell-components/store/reducers/notification-validator.reducers.js +13 -13
- package/esm2015/lib/shell-components/store/reducers/notifications.reducers.js +38 -38
- package/esm2015/public-api.js +92 -92
- package/esm2015/store/reducers/index.js +47 -47
- package/esm2015/thetradeengineorg1-snova-shell-module.js +4 -4
- package/fesm2015/thetradeengineorg1-snova-shell-module.js +17152 -12640
- package/fesm2015/thetradeengineorg1-snova-shell-module.js.map +1 -1
- package/lib/globaldependencies/components/avatar.component.d.ts +11 -10
- package/lib/globaldependencies/components/avatar.component.d.ts.map +1 -0
- package/lib/globaldependencies/components/componentbase.d.ts +456 -455
- package/lib/globaldependencies/components/componentbase.d.ts.map +1 -0
- package/lib/globaldependencies/constants/feature-ids.d.ts +449 -448
- package/lib/globaldependencies/constants/feature-ids.d.ts.map +1 -0
- package/lib/globaldependencies/constants/localstorage-properties.d.ts +38 -37
- package/lib/globaldependencies/constants/localstorage-properties.d.ts.map +1 -0
- package/lib/globaldependencies/helpers/dom.helper.d.ts +8 -7
- package/lib/globaldependencies/helpers/dom.helper.d.ts.map +1 -0
- package/lib/globaldependencies/helpers/fontawesome-icons.d.ts +2 -1
- package/lib/globaldependencies/helpers/fontawesome-icons.d.ts.map +1 -0
- package/lib/globaldependencies/helpers/moment-utc-date-adapter.d.ts +10 -9
- package/lib/globaldependencies/helpers/moment-utc-date-adapter.d.ts.map +1 -0
- package/lib/globaldependencies/helpers/window.helper.d.ts +13 -12
- package/lib/globaldependencies/helpers/window.helper.d.ts.map +1 -0
- package/lib/globaldependencies/intercepter/jwt.interceptor.d.ts +12 -11
- package/lib/globaldependencies/intercepter/jwt.interceptor.d.ts.map +1 -0
- package/lib/globaldependencies/pipes/fetchSizedAndCachedImage.pipe.d.ts +9 -8
- package/lib/globaldependencies/pipes/fetchSizedAndCachedImage.pipe.d.ts.map +1 -0
- package/lib/globaldependencies/pipes/highLightText.pipe.d.ts +9 -8
- package/lib/globaldependencies/pipes/highLightText.pipe.d.ts.map +1 -0
- package/lib/globaldependencies/pipes/orderby-pipe.d.ts +10 -9
- package/lib/globaldependencies/pipes/orderby-pipe.d.ts.map +1 -0
- package/lib/globaldependencies/pipes/removeSpecialCharacters.pipe.d.ts +9 -8
- package/lib/globaldependencies/pipes/removeSpecialCharacters.pipe.d.ts.map +1 -0
- package/lib/globaldependencies/pipes/sanitize.pipe.d.ts +12 -11
- package/lib/globaldependencies/pipes/sanitize.pipe.d.ts.map +1 -0
- package/lib/globaldependencies/pipes/softlabels.pipes.d.ts +9 -8
- package/lib/globaldependencies/pipes/softlabels.pipes.d.ts.map +1 -0
- package/lib/globaldependencies/pipes/utctolocaltime.pipe.d.ts +9 -8
- package/lib/globaldependencies/pipes/utctolocaltime.pipe.d.ts.map +1 -0
- package/lib/globaldependencies/pipes/utctolocaltimewithdate.pipe.d.ts +9 -8
- package/lib/globaldependencies/pipes/utctolocaltimewithdate.pipe.d.ts.map +1 -0
- package/lib/globaldependencies/pipes/workflowstatus.pipes.d.ts +9 -8
- package/lib/globaldependencies/pipes/workflowstatus.pipes.d.ts.map +1 -0
- package/lib/shell-components/components/Payments/account.component.d.ts +15 -14
- package/lib/shell-components/components/Payments/account.component.d.ts.map +1 -0
- package/lib/shell-components/components/Payments/company-information.d.ts +63 -62
- package/lib/shell-components/components/Payments/company-information.d.ts.map +1 -0
- package/lib/shell-components/components/Payments/company-plans.component.d.ts +48 -47
- package/lib/shell-components/components/Payments/company-plans.component.d.ts.map +1 -0
- package/lib/shell-components/components/Payments/document.component.d.ts +21 -20
- package/lib/shell-components/components/Payments/document.component.d.ts.map +1 -0
- package/lib/shell-components/components/Payments/payment-method.component.d.ts +16 -15
- package/lib/shell-components/components/Payments/payment-method.component.d.ts.map +1 -0
- package/lib/shell-components/components/Payments/product-service.component.d.ts +49 -48
- package/lib/shell-components/components/Payments/product-service.component.d.ts.map +1 -0
- package/lib/shell-components/components/Payments/purchase-more-licenses.d.ts +38 -37
- package/lib/shell-components/components/Payments/purchase-more-licenses.d.ts.map +1 -0
- package/lib/shell-components/components/Payments/transactions.component.d.ts +29 -28
- package/lib/shell-components/components/Payments/transactions.component.d.ts.map +1 -0
- package/lib/shell-components/components/admin-layout/admin-layout.component.d.ts +68 -67
- package/lib/shell-components/components/admin-layout/admin-layout.component.d.ts.map +1 -0
- package/lib/shell-components/components/all-work-items-dialog/all-work-items-dialog.component.d.ts +33 -32
- package/lib/shell-components/components/all-work-items-dialog/all-work-items-dialog.component.d.ts.map +1 -0
- package/lib/shell-components/components/confirmation-dialog/confirmation-dialog.component.d.ts +33 -32
- package/lib/shell-components/components/confirmation-dialog/confirmation-dialog.component.d.ts.map +1 -0
- package/lib/shell-components/components/export-import-configuration/export-configuration.component.d.ts +61 -60
- package/lib/shell-components/components/export-import-configuration/export-configuration.component.d.ts.map +1 -0
- package/lib/shell-components/components/feed-time/feed-time-dialog.component.d.ts +34 -33
- package/lib/shell-components/components/feed-time/feed-time-dialog.component.d.ts.map +1 -0
- package/lib/shell-components/components/feed-time/feed-time.component.d.ts +28 -27
- package/lib/shell-components/components/feed-time/feed-time.component.d.ts.map +1 -0
- package/lib/shell-components/components/header-side/header-side.component.d.ts +221 -220
- package/lib/shell-components/components/header-side/header-side.component.d.ts.map +1 -0
- package/lib/shell-components/components/header-top/header-top.component.d.ts +41 -40
- package/lib/shell-components/components/header-top/header-top.component.d.ts.map +1 -0
- package/lib/shell-components/components/lives/lives-welcome-page.d.ts +15 -14
- package/lib/shell-components/components/lives/lives-welcome-page.d.ts.map +1 -0
- package/lib/shell-components/components/menu/menu.component.d.ts +221 -220
- package/lib/shell-components/components/menu/menu.component.d.ts.map +1 -0
- package/lib/shell-components/components/menu/searchTask.enum.d.ts +9 -8
- package/lib/shell-components/components/menu/searchTask.enum.d.ts.map +1 -0
- package/lib/shell-components/components/notifications/announcement-dialog.component.d.ts +28 -27
- package/lib/shell-components/components/notifications/announcement-dialog.component.d.ts.map +1 -0
- package/lib/shell-components/components/notifications/notifications.component.d.ts +54 -53
- package/lib/shell-components/components/notifications/notifications.component.d.ts.map +1 -0
- package/lib/shell-components/components/sidebar-top/sidebar-top.component.d.ts +11 -10
- package/lib/shell-components/components/sidebar-top/sidebar-top.component.d.ts.map +1 -0
- package/lib/shell-components/components/sidenav/side-bar.component.d.ts +24 -23
- package/lib/shell-components/components/sidenav/side-bar.component.d.ts.map +1 -0
- package/lib/shell-components/components/sidenav/sidenav.component.d.ts +18 -17
- package/lib/shell-components/components/sidenav/sidenav.component.d.ts.map +1 -0
- package/lib/shell-components/components/submit-feedback/submit-feedback.component.d.ts +26 -25
- package/lib/shell-components/components/submit-feedback/submit-feedback.component.d.ts.map +1 -0
- package/lib/shell-components/constants/api-urls.d.ts +1052 -1051
- package/lib/shell-components/constants/api-urls.d.ts.map +1 -0
- package/lib/shell-components/constants/available-languages.d.ts +8 -7
- package/lib/shell-components/constants/available-languages.d.ts.map +1 -0
- package/lib/shell-components/constants/channel-names.d.ts +38 -37
- package/lib/shell-components/constants/channel-names.d.ts.map +1 -0
- package/lib/shell-components/constants/menu-categories.d.ts +6 -5
- package/lib/shell-components/constants/menu-categories.d.ts.map +1 -0
- package/lib/shell-components/constants/notification-routes.d.ts +6 -5
- package/lib/shell-components/constants/notification-routes.d.ts.map +1 -0
- package/lib/shell-components/constants/notification-type-ids.d.ts +42 -41
- package/lib/shell-components/constants/notification-type-ids.d.ts.map +1 -0
- package/lib/shell-components/enum/recentSearchType.enum.d.ts +12 -11
- package/lib/shell-components/enum/recentSearchType.enum.d.ts.map +1 -0
- package/lib/shell-components/models/AppMenuItemModel.d.ts +13 -12
- package/lib/shell-components/models/AppMenuItemModel.d.ts.map +1 -0
- package/lib/shell-components/models/AppNotification.d.ts +13 -12
- package/lib/shell-components/models/AppNotification.d.ts.map +1 -0
- package/lib/shell-components/models/AssetAssignedNotificationModel.d.ts +11 -10
- package/lib/shell-components/models/AssetAssignedNotificationModel.d.ts.map +1 -0
- package/lib/shell-components/models/ChannelUpdateModel.d.ts +48 -47
- package/lib/shell-components/models/ChannelUpdateModel.d.ts.map +1 -0
- package/lib/shell-components/models/EmployeeStatusModel.d.ts +12 -11
- package/lib/shell-components/models/EmployeeStatusModel.d.ts.map +1 -0
- package/lib/shell-components/models/IAdjust-screen-options.d.ts +5 -4
- package/lib/shell-components/models/IAdjust-screen-options.d.ts.map +1 -0
- package/lib/shell-components/models/IBadge.d.ts +5 -4
- package/lib/shell-components/models/IBadge.d.ts.map +1 -0
- package/lib/shell-components/models/IChildItem.d.ts +8 -7
- package/lib/shell-components/models/IChildItem.d.ts.map +1 -0
- package/lib/shell-components/models/ILayout-change-options.d.ts +5 -4
- package/lib/shell-components/models/ILayout-change-options.d.ts.map +1 -0
- package/lib/shell-components/models/IMenuItem.d.ts +15 -14
- package/lib/shell-components/models/IMenuItem.d.ts.map +1 -0
- package/lib/shell-components/models/IlayoutConf.d.ts +11 -10
- package/lib/shell-components/models/IlayoutConf.d.ts.map +1 -0
- package/lib/shell-components/models/IntroModel.d.ts +4 -3
- package/lib/shell-components/models/IntroModel.d.ts.map +1 -0
- package/lib/shell-components/models/MessageDetails.d.ts +56 -55
- package/lib/shell-components/models/MessageDetails.d.ts.map +1 -0
- package/lib/shell-components/models/MessageTypingDetails.d.ts +10 -9
- package/lib/shell-components/models/MessageTypingDetails.d.ts.map +1 -0
- package/lib/shell-components/models/NewProjectCreatedNotificationModel.d.ts +9 -8
- package/lib/shell-components/models/NewProjectCreatedNotificationModel.d.ts.map +1 -0
- package/lib/shell-components/models/NewProjectFeatureNotificationModel.d.ts +9 -8
- package/lib/shell-components/models/NewProjectFeatureNotificationModel.d.ts.map +1 -0
- package/lib/shell-components/models/NotificationsOutPutModel.d.ts +42 -41
- package/lib/shell-components/models/NotificationsOutPutModel.d.ts.map +1 -0
- package/lib/shell-components/models/ProjectSearchCriteriaInputModel.d.ts +11 -10
- package/lib/shell-components/models/ProjectSearchCriteriaInputModel.d.ts.map +1 -0
- package/lib/shell-components/models/RecentSearchModel.d.ts +15 -14
- package/lib/shell-components/models/RecentSearchModel.d.ts.map +1 -0
- package/lib/shell-components/models/ReportConfigAssignedNotification.d.ts +10 -9
- package/lib/shell-components/models/ReportConfigAssignedNotification.d.ts.map +1 -0
- package/lib/shell-components/models/ReportSubmittedNotification.d.ts +11 -10
- package/lib/shell-components/models/ReportSubmittedNotification.d.ts.map +1 -0
- package/lib/shell-components/models/RoleUpdatedNotification.d.ts +8 -7
- package/lib/shell-components/models/RoleUpdatedNotification.d.ts.map +1 -0
- package/lib/shell-components/models/UserStoryAssignedNotification.d.ts +9 -8
- package/lib/shell-components/models/UserStoryAssignedNotification.d.ts.map +1 -0
- package/lib/shell-components/models/archiveUserStoryModel.d.ts +8 -7
- package/lib/shell-components/models/archiveUserStoryModel.d.ts.map +1 -0
- package/lib/shell-components/models/companieslist.model.d.ts +9 -8
- package/lib/shell-components/models/companieslist.model.d.ts.map +1 -0
- package/lib/shell-components/models/company-model.d.ts +32 -31
- package/lib/shell-components/models/company-model.d.ts.map +1 -0
- package/lib/shell-components/models/company-payment-model.d.ts +19 -18
- package/lib/shell-components/models/company-payment-model.d.ts.map +1 -0
- package/lib/shell-components/models/dragedWidget.d.ts +17 -16
- package/lib/shell-components/models/dragedWidget.d.ts.map +1 -0
- package/lib/shell-components/models/employee-List.d.ts +9 -8
- package/lib/shell-components/models/employee-List.d.ts.map +1 -0
- package/lib/shell-components/models/employee.d.ts +61 -60
- package/lib/shell-components/models/employee.d.ts.map +1 -0
- package/lib/shell-components/models/entityRoleFeature.d.ts +10 -9
- package/lib/shell-components/models/entityRoleFeature.d.ts.map +1 -0
- package/lib/shell-components/models/export-configuration-model.d.ts +9 -8
- package/lib/shell-components/models/export-configuration-model.d.ts.map +1 -0
- package/lib/shell-components/models/export-data.module.d.ts +7 -6
- package/lib/shell-components/models/export-data.module.d.ts.map +1 -0
- package/lib/shell-components/models/goalApprovedNotificationModel.d.ts +9 -8
- package/lib/shell-components/models/goalApprovedNotificationModel.d.ts.map +1 -0
- package/lib/shell-components/models/import-configuration-model.d.ts +4 -3
- package/lib/shell-components/models/import-configuration-model.d.ts.map +1 -0
- package/lib/shell-components/models/initialStatusofUsers.d.ts +6 -5
- package/lib/shell-components/models/initialStatusofUsers.d.ts.map +1 -0
- package/lib/shell-components/models/invoiceOutput-model.d.ts +10 -9
- package/lib/shell-components/models/invoiceOutput-model.d.ts.map +1 -0
- package/lib/shell-components/models/leaveApplicationNotifiction.d.ts +8 -7
- package/lib/shell-components/models/leaveApplicationNotifiction.d.ts.map +1 -0
- package/lib/shell-components/models/multiChartsScheduling.d.ts +10 -9
- package/lib/shell-components/models/multiChartsScheduling.d.ts.map +1 -0
- package/lib/shell-components/models/parkUserStoryInputModel.d.ts +8 -7
- package/lib/shell-components/models/parkUserStoryInputModel.d.ts.map +1 -0
- package/lib/shell-components/models/project.d.ts +29 -28
- package/lib/shell-components/models/project.d.ts.map +1 -0
- package/lib/shell-components/models/recentSearchApiModel.d.ts +7 -6
- package/lib/shell-components/models/recentSearchApiModel.d.ts.map +1 -0
- package/lib/shell-components/models/searchCriteriaInputModelBase.d.ts +11 -10
- package/lib/shell-components/models/searchCriteriaInputModelBase.d.ts.map +1 -0
- package/lib/shell-components/models/shellModulesInfo.d.ts +17 -16
- package/lib/shell-components/models/shellModulesInfo.d.ts.map +1 -0
- package/lib/shell-components/models/softlabels-model.d.ts +67 -66
- package/lib/shell-components/models/softlabels-model.d.ts.map +1 -0
- package/lib/shell-components/models/sprintReplanRequestedModel.d.ts +8 -7
- package/lib/shell-components/models/sprintReplanRequestedModel.d.ts.map +1 -0
- package/lib/shell-components/models/sprintStartedNotificationModel.d.ts +8 -7
- package/lib/shell-components/models/sprintStartedNotificationModel.d.ts.map +1 -0
- package/lib/shell-components/models/store-model.d.ts +14 -13
- package/lib/shell-components/models/store-model.d.ts.map +1 -0
- package/lib/shell-components/models/store-search-model.d.ts +8 -7
- package/lib/shell-components/models/store-search-model.d.ts.map +1 -0
- package/lib/shell-components/models/themes.model.d.ts +10 -9
- package/lib/shell-components/models/themes.model.d.ts.map +1 -0
- package/lib/shell-components/models/timesheetenabledisable.d.ts +17 -16
- package/lib/shell-components/models/timesheetenabledisable.d.ts.map +1 -0
- package/lib/shell-components/models/user.d.ts +41 -40
- package/lib/shell-components/models/user.d.ts.map +1 -0
- package/lib/shell-components/models/userStory.d.ts +189 -188
- package/lib/shell-components/models/userStory.d.ts.map +1 -0
- package/lib/shell-components/models/userStoryCommentNotificationModel.d.ts +7 -6
- package/lib/shell-components/models/userStoryCommentNotificationModel.d.ts.map +1 -0
- package/lib/shell-components/models/userStoryUpdateNotificationModel.d.ts +7 -6
- package/lib/shell-components/models/userStoryUpdateNotificationModel.d.ts.map +1 -0
- package/lib/shell-components/models/userstory-custom-fields.model.d.ts +7 -6
- package/lib/shell-components/models/userstory-custom-fields.model.d.ts.map +1 -0
- package/lib/shell-components/models/validation.model.d.ts +6 -5
- package/lib/shell-components/models/validation.model.d.ts.map +1 -0
- package/lib/shell-components/models/widgetlist.d.ts +29 -28
- package/lib/shell-components/models/widgetlist.d.ts.map +1 -0
- package/lib/shell-components/models/workspaceList.d.ts +20 -19
- package/lib/shell-components/models/workspaceList.d.ts.map +1 -0
- package/lib/shell-components/services/authentication.service.d.ts +19 -18
- package/lib/shell-components/services/authentication.service.d.ts.map +1 -0
- package/lib/shell-components/services/chat.service.d.ts +17 -16
- package/lib/shell-components/services/chat.service.d.ts.map +1 -0
- package/lib/shell-components/services/common-used.service.d.ts +46 -45
- package/lib/shell-components/services/common-used.service.d.ts.map +1 -0
- package/lib/shell-components/services/feature.service.d.ts +20 -19
- package/lib/shell-components/services/feature.service.d.ts.map +1 -0
- package/lib/shell-components/services/google-analytics.service.d.ts +10 -9
- package/lib/shell-components/services/google-analytics.service.d.ts.map +1 -0
- package/lib/shell-components/services/layout.service.d.ts +24 -23
- package/lib/shell-components/services/layout.service.d.ts.map +1 -0
- package/lib/shell-components/services/payment.service.d.ts +20 -19
- package/lib/shell-components/services/payment.service.d.ts.map +1 -0
- package/lib/shell-components/services/recentSearch.service.d.ts +17 -16
- package/lib/shell-components/services/recentSearch.service.d.ts.map +1 -0
- package/lib/shell-components/services/shell.modules.service.d.ts +10 -9
- package/lib/shell-components/services/shell.modules.service.d.ts.map +1 -0
- package/lib/shell-components/services/signalr.service.d.ts +26 -25
- package/lib/shell-components/services/signalr.service.d.ts.map +1 -0
- package/lib/shell-components/services/theme.service.d.ts +15 -14
- package/lib/shell-components/services/theme.service.d.ts.map +1 -0
- package/lib/shell-components/shell.module.d.ts +120 -119
- package/lib/shell-components/shell.module.d.ts.map +1 -0
- package/lib/shell-components/shell.routing.d.ts +3 -2
- package/lib/shell-components/shell.routing.d.ts.map +1 -0
- package/lib/shell-components/store/actions/authentication.actions.d.ts +328 -327
- package/lib/shell-components/store/actions/authentication.actions.d.ts.map +1 -0
- package/lib/shell-components/store/actions/chat.actions.d.ts +400 -399
- package/lib/shell-components/store/actions/chat.actions.d.ts.map +1 -0
- package/lib/shell-components/store/actions/menuitems.actions.d.ts +52 -51
- package/lib/shell-components/store/actions/menuitems.actions.d.ts.map +1 -0
- package/lib/shell-components/store/actions/notification-validator.action.d.ts +26 -25
- package/lib/shell-components/store/actions/notification-validator.action.d.ts.map +1 -0
- package/lib/shell-components/store/actions/notifications.actions.d.ts +117 -116
- package/lib/shell-components/store/actions/notifications.actions.d.ts.map +1 -0
- package/lib/shell-components/store/effects/authentication.effects.d.ts +55 -54
- package/lib/shell-components/store/effects/authentication.effects.d.ts.map +1 -0
- package/lib/shell-components/store/effects/chat.effects.d.ts +31 -30
- package/lib/shell-components/store/effects/chat.effects.d.ts.map +1 -0
- package/lib/shell-components/store/effects/index.d.ts +2 -1
- package/lib/shell-components/store/effects/index.d.ts.map +1 -0
- package/lib/shell-components/store/effects/menuitems.effects.d.ts +18 -17
- package/lib/shell-components/store/effects/menuitems.effects.d.ts.map +1 -0
- package/lib/shell-components/store/effects/notification-validator.effects.d.ts +22 -21
- package/lib/shell-components/store/effects/notification-validator.effects.d.ts.map +1 -0
- package/lib/shell-components/store/effects/notifications.effects.d.ts +24 -23
- package/lib/shell-components/store/effects/notifications.effects.d.ts.map +1 -0
- package/lib/shell-components/store/reducers/authentication.reducers.d.ts +31 -30
- package/lib/shell-components/store/reducers/authentication.reducers.d.ts.map +1 -0
- package/lib/shell-components/store/reducers/chat.reducers.d.ts +18 -17
- package/lib/shell-components/store/reducers/chat.reducers.d.ts.map +1 -0
- package/lib/shell-components/store/reducers/index.d.ts +60 -59
- package/lib/shell-components/store/reducers/index.d.ts.map +1 -0
- package/lib/shell-components/store/reducers/menuitems.reducers.d.ts +12 -11
- package/lib/shell-components/store/reducers/menuitems.reducers.d.ts.map +1 -0
- package/lib/shell-components/store/reducers/notification-validator.reducers.d.ts +6 -5
- package/lib/shell-components/store/reducers/notification-validator.reducers.d.ts.map +1 -0
- package/lib/shell-components/store/reducers/notifications.reducers.d.ts +11 -10
- package/lib/shell-components/store/reducers/notifications.reducers.d.ts.map +1 -0
- package/package.json +5 -2
- package/public-api.d.ts +83 -82
- package/public-api.d.ts.map +1 -0
- package/store/reducers/index.d.ts +25 -24
- package/store/reducers/index.d.ts.map +1 -0
- package/thetradeengineorg1-snova-shell-module.d.ts +6 -5
- package/thetradeengineorg1-snova-shell-module.d.ts.map +1 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"chat.actions.d.ts","sourceRoot":"","sources":["../../../../../../shell-module-components/shell-components/src/lib/shell-components/store/actions/chat.actions.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,51 +1,52 @@
|
|
|
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
|
+
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
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"menuitems.actions.d.ts","sourceRoot":"","sources":["../../../../../../shell-module-components/shell-components/src/lib/shell-components/store/actions/menuitems.actions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AACrC,OAAO,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AACjE,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAC;AAEhE,oBAAY,mBAAmB;IAC7B,wBAAwB,8DAA8D;IACtF,wBAAwB,8DAA8D;IACtF,qBAAqB,2DAA2D;IAChF,gBAAgB,mDAAmD;IACnE,uBAAuB,2DAA2D;CACnF;AAED,qBAAa,wBAAyB,YAAW,MAAM;IAKlC,YAAY,EAAE,MAAM;IAJvC,IAAI,sBAAgD;IACpD,SAAS,EAAE,gBAAgB,EAAE,CAAC;IAC9B,kBAAkB,EAAE,eAAe,EAAE,CAAC;IACtC,YAAY,EAAE,MAAM,CAAC;gBACF,YAAY,EAAE,MAAM;CACxC;AAED,qBAAa,wBAAyB,YAAW,MAAM;IAKlC,SAAS,EAAE,gBAAgB,EAAE;IAJhD,IAAI,sBAAgD;IACpD,kBAAkB,EAAE,eAAe,EAAE,CAAC;IACtC,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,MAAM,CAAC;gBACF,SAAS,EAAE,gBAAgB,EAAE;CACjD;AAED,qBAAa,qBAAsB,YAAW,MAAM;IAK/B,kBAAkB,EAAE,eAAe,EAAE;IAJxD,IAAI,sBAA6C;IACjD,SAAS,EAAE,gBAAgB,EAAE,CAAC;IAC9B,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,MAAM,CAAC;gBACF,kBAAkB,EAAE,eAAe,EAAE;CACzD;AAED,qBAAa,uBAAwB,YAAW,MAAM;IAKjC,YAAY,EAAE,MAAM;IAJvC,IAAI,sBAA+C;IACnD,SAAS,EAAE,gBAAgB,EAAE,CAAC;IAC9B,kBAAkB,EAAE,eAAe,EAAE,CAAC;IACtC,YAAY,EAAE,MAAM,CAAC;gBACF,YAAY,EAAE,MAAM;CACxC;AAGD,qBAAa,gBAAiB,YAAW,MAAM;IAK1B,YAAY,EAAE,MAAM;IAJvC,IAAI,sBAAwC;IAC5C,SAAS,EAAE,gBAAgB,EAAE,CAAC;IAC9B,kBAAkB,EAAE,eAAe,EAAE,CAAC;IACtC,YAAY,EAAE,MAAM,CAAC;gBACF,YAAY,EAAE,MAAM;CACxC;AAED,oBAAY,gBAAgB,GACxB,wBAAwB,GACxB,wBAAwB,GACxB,qBAAqB,GACrB,uBAAuB,GACvB,gBAAgB,CAAC"}
|
|
@@ -1,25 +1,26 @@
|
|
|
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
|
+
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
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"notification-validator.action.d.ts","sourceRoot":"","sources":["../../../../../../shell-module-components/shell-components/src/lib/shell-components/store/actions/notification-validator.action.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AACrC,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAC;AAEhE,oBAAY,qBAAqB;IAC/B,qBAAqB,sCAAsC;IAC3D,sBAAsB,uCAAuC;CAC9D;AAED,qBAAa,qBAAsB,YAAW,MAAM;IAE/B,OAAO,EAAE;QAAE,OAAO,EAAE,MAAM,CAAA;KAAE;IAD/C,QAAQ,CAAC,IAAI,+CAA+C;gBACzC,OAAO,EAAE;QAAE,OAAO,EAAE,MAAM,CAAA;KAAE;CAChD;AAGD,qBAAa,sBAAuB,YAAW,MAAM;IAEhC,OAAO,EAAE;QAAE,kBAAkB,EAAE,eAAe,EAAE,CAAA;KAAE;IADrE,QAAQ,CAAC,IAAI,gDAAgD;gBAC1C,OAAO,EAAE;QAAE,kBAAkB,EAAE,eAAe,EAAE,CAAA;KAAE;CACtE;AAED,oBAAY,gBAAgB,GAAG,qBAAqB,GAChD,sBAAsB,CAAC"}
|
|
@@ -1,116 +1,117 @@
|
|
|
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
|
+
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
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"notifications.actions.d.ts","sourceRoot":"","sources":["../../../../../../shell-module-components/shell-components/src/lib/shell-components/store/actions/notifications.actions.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,54 +1,55 @@
|
|
|
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
|
+
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
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"authentication.effects.d.ts","sourceRoot":"","sources":["../../../../../../shell-module-components/shell-components/src/lib/shell-components/store/effects/authentication.effects.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAkB,MAAM,eAAe,CAAC;AACxD,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AACrC,OAAO,EAAE,UAAU,EAAY,MAAM,MAAM,CAAC;AAyC5C,OAAO,EAAE,qBAAqB,EAAE,MAAM,uCAAuC,CAAC;AAC9E,OAAO,EAAE,eAAe,EAAE,MAAM,gCAAgC,CAAC;AACjE,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAEnD,OAAO,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAG3C,OAAO,EAAE,aAAa,EAAE,MAAM,oCAAoC,CAAC;;AAGnE,eAAe;AAEf,qBAEa,qBAAqB;IA+mB9B,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,qBAAqB;IAC7B,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,cAAc;IACtB,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,MAAM;IACE,OAAO,CAAC,MAAM;IArnBhC,kBAAkB,EAAE,GAAG,EAAE,CAAC;IAC1B,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,OAAO,CAAC;IACtB,SAAS,EAAE,GAAG,CAAC;IAEf,aAAa,EAAE,UAAU,CAAC,MAAM,CAAC,CA4B/B;IAGF,oBAAoB,EAAE,UAAU,CAAC,MAAM,CAAC,CA4BtC;IAGF,cAAc,EAAE,UAAU,CAAC,MAAM,CAAC,CAchC;IAGF,0CAA0C,EAAE,UAAU,CAAC,MAAM,CAAC,CAU5D;IAgBF,sBAAsB,EAAE,UAAU,CAAC,MAAM,CAAC,CAKxC;IAGF,8BAA8B,EAAE,UAAU,CAAC,MAAM,CAAC,CAUhD;IAgBF,qCAAqC,EAAE,UAAU,CAAC,MAAM,CAAC,CAUvD;IAIF,kCAAkC,EAAE,UAAU,CAAC,MAAM,CAAC,CASpD;IAGF,2BAA2B,EAAE,UAAU,CAAC,MAAM,CAAC,CAgB7C;IAGF,gCAAgC,EAAE,UAAU,CAAC,MAAM,CAAC,CAWlD;IAyFF,2CAA2C,EAAE,UAAU,CAAC,MAAM,CAAC,CAiB7D;IAGF,yBAAyB,EAAE,UAAU,CAAC,MAAM,CAAC,CAW3C;IAGF,qBAAqB,EAAE,UAAU,CAAC,MAAM,CAAC,CASvC;IA6BF,oBAAoB,EAAE,UAAU,CAAC,MAAM,CAAC,CAgBtC;IAGF,mDAAmD,EAAE,UAAU,CAAC,MAAM,CAAC,CAwCrE;IAGF,0BAA0B,EAAE,UAAU,CAAC,MAAM,CAAC,CAiB5C;IAGF,qCAAqC,EAAE,UAAU,CAC/C,MAAM,CACP,CAgBC;IAGF,qCAAqC,EAAE,UAAU,CAC/C,MAAM,CACP,CAUC;IAGF,yCAAyC,EAAE,UAAU,CACnD,MAAM,CACP,CAUC;IAGF,2BAA2B,EAAE,UAAU,CAAC,MAAM,CAAC,CAkB7C;IAGF,cAAc,EAAE,UAAU,CAAC,MAAM,CAAC,CAkBhC;IAGF,6BAA6B,EAAE,UAAU,CACvC,MAAM,CACP,CASC;IAgCF,sBAAsB,EAAE,UAAU,CAAC,MAAM,CAAC,CAgBxC;IAGF,wCAAwC,EAAE,UAAU,CAAC,MAAM,CAAC,CAQ1D;IAGF,iBAAiB,EAAE,UAAU,CAAC,MAAM,CAAC,CAQnC;gBAGQ,QAAQ,EAAE,OAAO,EACjB,qBAAqB,EAAE,qBAAqB,EAC5C,WAAW,EAAE,aAAa,EAC1B,aAAa,EAAE,aAAa,EAC5B,cAAc,EAAE,eAAe,EAC/B,aAAa,EAAE,aAAa,EAC5B,MAAM,EAAE,aAAa,EACL,MAAM,EAAE,MAAM;yCAtnB7B,qBAAqB;6CAArB,qBAAqB;CAwnBjC"}
|
|
@@ -1,30 +1,31 @@
|
|
|
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
|
+
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
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"chat.effects.d.ts","sourceRoot":"","sources":["../../../../../../shell-module-components/shell-components/src/lib/shell-components/store/effects/chat.effects.ts"],"names":[],"mappings":"AAiCA,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AACrC,OAAO,EAAE,UAAU,EAAQ,MAAM,MAAM,CAAC;AACxC,OAAO,EAAE,OAAO,EAAkB,MAAM,eAAe,CAAC;;AAIxD,qBAEa,cAAc;IAmMX,OAAO,CAAC,QAAQ;IAhM5B,eAAe,EAAE,UAAU,CAAC,MAAM,CAAC,CAOjC;IAGF,cAAc,EAAE,UAAU,CAAC,MAAM,CAAC,CAOhC;IAGF,sBAAsB,EAAE,UAAU,CAAC,MAAM,CAAC,CAOxC;IAGF,qBAAqB,EAAE,UAAU,CAAC,MAAM,CAAC,CAOvC;IAGF,uBAAuB,EAAE,UAAU,CAAC,MAAM,CAAC,CAOzC;IAGF,oBAAoB,EAAE,UAAU,CAAC,MAAM,CAAC,CAOtC;IAEF,eAAe,EAAE,UAAU,CAAC,MAAM,CAAC,CAOjC;IAGF,YAAY,EAAE,UAAU,CAAC,MAAM,CAAC,CAO9B;IAGF,4BAA4B,EAAE,UAAU,CAAC,MAAM,CAAC,CAO9C;IAGF,yBAAyB,EAAE,UAAU,CAAC,MAAM,CAAC,CAO3C;IAEF,gCAAgC,EAAE,UAAU,CAAC,MAAM,CAAC,CAOlD;IAGF,6BAA6B,EAAE,UAAU,CAAC,MAAM,CAAC,CAO/C;IAEF,gCAAgC,EAAE,UAAU,CAAC,MAAM,CAAC,CAOlD;IAGF,6BAA6B,EAAE,UAAU,CAAC,MAAM,CAAC,CAO/C;IAEF,mCAAmC,EAAE,UAAU,CAAC,MAAM,CAAC,CAOrD;IAGF,gCAAgC,EAAE,UAAU,CAAC,MAAM,CAAC,CAOlD;IAEF,uBAAuB,EAAE,UAAU,CAAC,MAAM,CAAC,CAOzC;IAGF,oBAAoB,EAAE,UAAU,CAAC,MAAM,CAAC,CAOtC;IAEF,uBAAuB,EAAE,UAAU,CAAC,MAAM,CAAC,CAOzC;IAGF,oBAAoB,EAAE,UAAU,CAAC,MAAM,CAAC,CAOtC;gBACkB,QAAQ,EAAE,OAAO;yCAnM5B,cAAc;6CAAd,cAAc;CAqM1B"}
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
export declare const allSharedModuleEffects: any;
|
|
1
|
+
export declare const allSharedModuleEffects: any;
|
|
2
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../shell-module-components/shell-components/src/lib/shell-components/store/effects/index.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,sBAAsB,EAAE,GAMpC,CAAC"}
|