@thetradeengineorg1/snova-shell-module 0.0.1
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 -0
- package/bundles/thetradeengineorg1-snova-shell-module.umd.js +13896 -0
- package/bundles/thetradeengineorg1-snova-shell-module.umd.js.map +1 -0
- package/esm2015/lib/globaldependencies/components/componentbase.js +538 -0
- package/esm2015/lib/globaldependencies/constants/feature-ids.js +449 -0
- package/esm2015/lib/globaldependencies/constants/localstorage-properties.js +38 -0
- package/esm2015/lib/globaldependencies/helpers/dom.helper.js +70 -0
- package/esm2015/lib/globaldependencies/helpers/fontawesome-icons.js +144 -0
- package/esm2015/lib/globaldependencies/helpers/moment-utc-date-adapter.js +37 -0
- package/esm2015/lib/globaldependencies/helpers/window.helper.js +32 -0
- package/esm2015/lib/globaldependencies/intercepter/jwt.interceptor.js +40 -0
- package/esm2015/lib/globaldependencies/pipes/fetchSizedAndCachedImage.pipe.js +36 -0
- package/esm2015/lib/globaldependencies/pipes/highLightText.pipe.js +24 -0
- package/esm2015/lib/globaldependencies/pipes/orderby-pipe.js +24 -0
- package/esm2015/lib/globaldependencies/pipes/removeSpecialCharacters.pipe.js +22 -0
- package/esm2015/lib/globaldependencies/pipes/sanitize.pipe.js +24 -0
- package/esm2015/lib/globaldependencies/pipes/softlabels.pipes.js +346 -0
- package/esm2015/lib/globaldependencies/pipes/utctolocaltime.pipe.js +23 -0
- package/esm2015/lib/globaldependencies/pipes/utctolocaltimewithdate.pipe.js +25 -0
- package/esm2015/lib/globaldependencies/pipes/workflowstatus.pipes.js +27 -0
- package/esm2015/lib/shell-components/components/Payments/account.component.js +50 -0
- package/esm2015/lib/shell-components/components/Payments/company-information.js +262 -0
- package/esm2015/lib/shell-components/components/Payments/company-plans.component.js +138 -0
- package/esm2015/lib/shell-components/components/Payments/document.component.js +57 -0
- package/esm2015/lib/shell-components/components/Payments/payment-method.component.js +32 -0
- package/esm2015/lib/shell-components/components/Payments/product-service.component.js +143 -0
- package/esm2015/lib/shell-components/components/Payments/purchase-more-licenses.js +152 -0
- package/esm2015/lib/shell-components/components/Payments/transactions.component.js +60 -0
- package/esm2015/lib/shell-components/components/admin-layout/admin-layout.component.js +250 -0
- package/esm2015/lib/shell-components/components/all-work-items-dialog/all-work-items-dialog.component.js +89 -0
- package/esm2015/lib/shell-components/components/confirmation-dialog/confirmation-dialog.component.js +90 -0
- package/esm2015/lib/shell-components/components/export-import-configuration/export-configuration.component.js +357 -0
- package/esm2015/lib/shell-components/components/feed-time/feed-time-dialog.component.js +85 -0
- package/esm2015/lib/shell-components/components/feed-time/feed-time.component.js +83 -0
- package/esm2015/lib/shell-components/components/header-side/header-side.component.js +1642 -0
- package/esm2015/lib/shell-components/components/header-top/header-top.component.js +93 -0
- package/esm2015/lib/shell-components/components/lives/lives-welcome-page.js +26 -0
- package/esm2015/lib/shell-components/components/menu/menu.component.js +2478 -0
- package/esm2015/lib/shell-components/components/menu/searchTask.enum.js +10 -0
- package/esm2015/lib/shell-components/components/notifications/announcement-dialog.component.js +73 -0
- package/esm2015/lib/shell-components/components/notifications/notifications.component.js +449 -0
- package/esm2015/lib/shell-components/components/sidebar-top/sidebar-top.component.js +33 -0
- package/esm2015/lib/shell-components/components/sidenav/side-bar.component.js +81 -0
- package/esm2015/lib/shell-components/components/sidenav/sidenav.component.js +43 -0
- package/esm2015/lib/shell-components/components/submit-feedback/submit-feedback.component.js +71 -0
- package/esm2015/lib/shell-components/constants/api-urls.js +1052 -0
- package/esm2015/lib/shell-components/constants/available-languages.js +25 -0
- package/esm2015/lib/shell-components/constants/channel-names.js +38 -0
- package/esm2015/lib/shell-components/constants/menu-categories.js +6 -0
- package/esm2015/lib/shell-components/constants/notification-routes.js +6 -0
- package/esm2015/lib/shell-components/constants/notification-type-ids.js +42 -0
- package/esm2015/lib/shell-components/enum/recentSearchType.enum.js +13 -0
- package/esm2015/lib/shell-components/models/AppMenuItemModel.js +3 -0
- package/esm2015/lib/shell-components/models/AppNotification.js +17 -0
- package/esm2015/lib/shell-components/models/AssetAssignedNotificationModel.js +12 -0
- package/esm2015/lib/shell-components/models/ChannelUpdateModel.js +3 -0
- package/esm2015/lib/shell-components/models/EmployeeStatusModel.js +3 -0
- package/esm2015/lib/shell-components/models/IAdjust-screen-options.js +2 -0
- package/esm2015/lib/shell-components/models/IBadge.js +2 -0
- package/esm2015/lib/shell-components/models/IChildItem.js +2 -0
- package/esm2015/lib/shell-components/models/ILayout-change-options.js +2 -0
- package/esm2015/lib/shell-components/models/IMenuItem.js +2 -0
- package/esm2015/lib/shell-components/models/IlayoutConf.js +2 -0
- package/esm2015/lib/shell-components/models/IntroModel.js +3 -0
- package/esm2015/lib/shell-components/models/MessageDetails.js +3 -0
- package/esm2015/lib/shell-components/models/MessageTypingDetails.js +3 -0
- package/esm2015/lib/shell-components/models/NewProjectCreatedNotificationModel.js +10 -0
- package/esm2015/lib/shell-components/models/NewProjectFeatureNotificationModel.js +10 -0
- package/esm2015/lib/shell-components/models/NotificationsOutPutModel.js +22 -0
- package/esm2015/lib/shell-components/models/ProjectSearchCriteriaInputModel.js +3 -0
- package/esm2015/lib/shell-components/models/RecentSearchModel.js +5 -0
- package/esm2015/lib/shell-components/models/ReportConfigAssignedNotification.js +11 -0
- package/esm2015/lib/shell-components/models/ReportSubmittedNotification.js +12 -0
- package/esm2015/lib/shell-components/models/RoleUpdatedNotification.js +9 -0
- package/esm2015/lib/shell-components/models/UserStoryAssignedNotification.js +13 -0
- package/esm2015/lib/shell-components/models/archiveUserStoryModel.js +10 -0
- package/esm2015/lib/shell-components/models/companieslist.model.js +3 -0
- package/esm2015/lib/shell-components/models/company-model.js +7 -0
- package/esm2015/lib/shell-components/models/company-payment-model.js +3 -0
- package/esm2015/lib/shell-components/models/dragedWidget.js +3 -0
- package/esm2015/lib/shell-components/models/employee-List.js +3 -0
- package/esm2015/lib/shell-components/models/employee.js +4 -0
- package/esm2015/lib/shell-components/models/entityRoleFeature.js +3 -0
- package/esm2015/lib/shell-components/models/export-configuration-model.js +3 -0
- package/esm2015/lib/shell-components/models/export-data.module.js +8 -0
- package/esm2015/lib/shell-components/models/goalApprovedNotificationModel.js +9 -0
- package/esm2015/lib/shell-components/models/import-configuration-model.js +3 -0
- package/esm2015/lib/shell-components/models/initialStatusofUsers.js +3 -0
- package/esm2015/lib/shell-components/models/invoiceOutput-model.js +3 -0
- package/esm2015/lib/shell-components/models/leaveApplicationNotifiction.js +9 -0
- package/esm2015/lib/shell-components/models/multiChartsScheduling.js +11 -0
- package/esm2015/lib/shell-components/models/parkUserStoryInputModel.js +10 -0
- package/esm2015/lib/shell-components/models/project.js +3 -0
- package/esm2015/lib/shell-components/models/recentSearchApiModel.js +3 -0
- package/esm2015/lib/shell-components/models/searchCriteriaInputModelBase.js +3 -0
- package/esm2015/lib/shell-components/models/shellModulesInfo.js +7 -0
- package/esm2015/lib/shell-components/models/softlabels-model.js +7 -0
- package/esm2015/lib/shell-components/models/sprintReplanRequestedModel.js +9 -0
- package/esm2015/lib/shell-components/models/sprintStartedNotificationModel.js +9 -0
- package/esm2015/lib/shell-components/models/store-model.js +3 -0
- package/esm2015/lib/shell-components/models/store-search-model.js +4 -0
- package/esm2015/lib/shell-components/models/themes.model.js +3 -0
- package/esm2015/lib/shell-components/models/timesheetenabledisable.js +4 -0
- package/esm2015/lib/shell-components/models/user.js +8 -0
- package/esm2015/lib/shell-components/models/userStory.js +3 -0
- package/esm2015/lib/shell-components/models/userStoryCommentNotificationModel.js +9 -0
- package/esm2015/lib/shell-components/models/userStoryUpdateNotificationModel.js +9 -0
- package/esm2015/lib/shell-components/models/userstory-custom-fields.model.js +3 -0
- package/esm2015/lib/shell-components/models/validation.model.js +2 -0
- package/esm2015/lib/shell-components/models/widgetlist.js +6 -0
- package/esm2015/lib/shell-components/models/workspaceList.js +3 -0
- package/esm2015/lib/shell-components/services/authentication.service.js +96 -0
- package/esm2015/lib/shell-components/services/chat.service.js +67 -0
- package/esm2015/lib/shell-components/services/common-used.service.js +263 -0
- package/esm2015/lib/shell-components/services/feature.service.js +101 -0
- package/esm2015/lib/shell-components/services/google-analytics.service.js +24 -0
- package/esm2015/lib/shell-components/services/layout.service.js +68 -0
- package/esm2015/lib/shell-components/services/payment.service.js +103 -0
- package/esm2015/lib/shell-components/services/recentSearch.service.js +90 -0
- package/esm2015/lib/shell-components/services/shell.modules.service.js +24 -0
- package/esm2015/lib/shell-components/services/signalr.service.js +113 -0
- package/esm2015/lib/shell-components/services/theme.service.js +161 -0
- package/esm2015/lib/shell-components/shell.module.js +436 -0
- package/esm2015/lib/shell-components/shell.routing.js +16 -0
- package/esm2015/lib/shell-components/store/actions/authentication.actions.js +260 -0
- package/esm2015/lib/shell-components/store/actions/chat.actions.js +248 -0
- package/esm2015/lib/shell-components/store/actions/menuitems.actions.js +39 -0
- package/esm2015/lib/shell-components/store/actions/notification-validator.action.js +19 -0
- package/esm2015/lib/shell-components/store/actions/notifications.actions.js +74 -0
- package/esm2015/lib/shell-components/store/effects/authentication.effects.js +503 -0
- package/esm2015/lib/shell-components/store/effects/chat.effects.js +139 -0
- package/esm2015/lib/shell-components/store/effects/index.js +13 -0
- package/esm2015/lib/shell-components/store/effects/menuitems.effects.js +53 -0
- package/esm2015/lib/shell-components/store/effects/notification-validator.effects.js +56 -0
- package/esm2015/lib/shell-components/store/effects/notifications.effects.js +116 -0
- package/esm2015/lib/shell-components/store/reducers/authentication.reducers.js +86 -0
- package/esm2015/lib/shell-components/store/reducers/chat.reducers.js +68 -0
- package/esm2015/lib/shell-components/store/reducers/index.js +80 -0
- package/esm2015/lib/shell-components/store/reducers/menuitems.reducers.js +56 -0
- package/esm2015/lib/shell-components/store/reducers/notification-validator.reducers.js +13 -0
- package/esm2015/lib/shell-components/store/reducers/notifications.reducers.js +38 -0
- package/esm2015/public-api.js +90 -0
- package/esm2015/store/reducers/index.js +47 -0
- package/esm2015/thetradeengineorg1-snova-shell-module.js +5 -0
- package/fesm2015/thetradeengineorg1-snova-shell-module.js +12808 -0
- package/fesm2015/thetradeengineorg1-snova-shell-module.js.map +1 -0
- package/lib/globaldependencies/components/componentbase.d.ts +455 -0
- package/lib/globaldependencies/constants/feature-ids.d.ts +448 -0
- package/lib/globaldependencies/constants/localstorage-properties.d.ts +37 -0
- package/lib/globaldependencies/helpers/dom.helper.d.ts +7 -0
- package/lib/globaldependencies/helpers/fontawesome-icons.d.ts +1 -0
- package/lib/globaldependencies/helpers/moment-utc-date-adapter.d.ts +9 -0
- package/lib/globaldependencies/helpers/window.helper.d.ts +12 -0
- package/lib/globaldependencies/intercepter/jwt.interceptor.d.ts +11 -0
- package/lib/globaldependencies/pipes/fetchSizedAndCachedImage.pipe.d.ts +8 -0
- package/lib/globaldependencies/pipes/highLightText.pipe.d.ts +8 -0
- package/lib/globaldependencies/pipes/orderby-pipe.d.ts +9 -0
- package/lib/globaldependencies/pipes/removeSpecialCharacters.pipe.d.ts +8 -0
- package/lib/globaldependencies/pipes/sanitize.pipe.d.ts +11 -0
- package/lib/globaldependencies/pipes/softlabels.pipes.d.ts +8 -0
- package/lib/globaldependencies/pipes/utctolocaltime.pipe.d.ts +8 -0
- package/lib/globaldependencies/pipes/utctolocaltimewithdate.pipe.d.ts +8 -0
- package/lib/globaldependencies/pipes/workflowstatus.pipes.d.ts +8 -0
- package/lib/shell-components/components/Payments/account.component.d.ts +14 -0
- package/lib/shell-components/components/Payments/company-information.d.ts +62 -0
- package/lib/shell-components/components/Payments/company-plans.component.d.ts +47 -0
- package/lib/shell-components/components/Payments/document.component.d.ts +20 -0
- package/lib/shell-components/components/Payments/payment-method.component.d.ts +15 -0
- package/lib/shell-components/components/Payments/product-service.component.d.ts +48 -0
- package/lib/shell-components/components/Payments/purchase-more-licenses.d.ts +37 -0
- package/lib/shell-components/components/Payments/transactions.component.d.ts +28 -0
- package/lib/shell-components/components/admin-layout/admin-layout.component.d.ts +67 -0
- package/lib/shell-components/components/all-work-items-dialog/all-work-items-dialog.component.d.ts +32 -0
- package/lib/shell-components/components/confirmation-dialog/confirmation-dialog.component.d.ts +32 -0
- package/lib/shell-components/components/export-import-configuration/export-configuration.component.d.ts +60 -0
- package/lib/shell-components/components/feed-time/feed-time-dialog.component.d.ts +33 -0
- package/lib/shell-components/components/feed-time/feed-time.component.d.ts +27 -0
- package/lib/shell-components/components/header-side/header-side.component.d.ts +216 -0
- package/lib/shell-components/components/header-top/header-top.component.d.ts +40 -0
- package/lib/shell-components/components/lives/lives-welcome-page.d.ts +14 -0
- package/lib/shell-components/components/menu/menu.component.d.ts +220 -0
- package/lib/shell-components/components/menu/searchTask.enum.d.ts +8 -0
- package/lib/shell-components/components/notifications/announcement-dialog.component.d.ts +27 -0
- package/lib/shell-components/components/notifications/notifications.component.d.ts +53 -0
- package/lib/shell-components/components/sidebar-top/sidebar-top.component.d.ts +10 -0
- package/lib/shell-components/components/sidenav/side-bar.component.d.ts +23 -0
- package/lib/shell-components/components/sidenav/sidenav.component.d.ts +17 -0
- package/lib/shell-components/components/submit-feedback/submit-feedback.component.d.ts +25 -0
- package/lib/shell-components/constants/api-urls.d.ts +1051 -0
- package/lib/shell-components/constants/available-languages.d.ts +7 -0
- package/lib/shell-components/constants/channel-names.d.ts +37 -0
- package/lib/shell-components/constants/menu-categories.d.ts +5 -0
- package/lib/shell-components/constants/notification-routes.d.ts +5 -0
- package/lib/shell-components/constants/notification-type-ids.d.ts +41 -0
- package/lib/shell-components/enum/recentSearchType.enum.d.ts +11 -0
- package/lib/shell-components/models/AppMenuItemModel.d.ts +12 -0
- package/lib/shell-components/models/AppNotification.d.ts +12 -0
- package/lib/shell-components/models/AssetAssignedNotificationModel.d.ts +10 -0
- package/lib/shell-components/models/ChannelUpdateModel.d.ts +47 -0
- package/lib/shell-components/models/EmployeeStatusModel.d.ts +11 -0
- package/lib/shell-components/models/IAdjust-screen-options.d.ts +4 -0
- package/lib/shell-components/models/IBadge.d.ts +4 -0
- package/lib/shell-components/models/IChildItem.d.ts +7 -0
- package/lib/shell-components/models/ILayout-change-options.d.ts +4 -0
- package/lib/shell-components/models/IMenuItem.d.ts +14 -0
- package/lib/shell-components/models/IlayoutConf.d.ts +10 -0
- package/lib/shell-components/models/IntroModel.d.ts +3 -0
- package/lib/shell-components/models/MessageDetails.d.ts +55 -0
- package/lib/shell-components/models/MessageTypingDetails.d.ts +9 -0
- package/lib/shell-components/models/NewProjectCreatedNotificationModel.d.ts +8 -0
- package/lib/shell-components/models/NewProjectFeatureNotificationModel.d.ts +8 -0
- package/lib/shell-components/models/NotificationsOutPutModel.d.ts +41 -0
- package/lib/shell-components/models/ProjectSearchCriteriaInputModel.d.ts +10 -0
- package/lib/shell-components/models/RecentSearchModel.d.ts +14 -0
- package/lib/shell-components/models/ReportConfigAssignedNotification.d.ts +9 -0
- package/lib/shell-components/models/ReportSubmittedNotification.d.ts +10 -0
- package/lib/shell-components/models/RoleUpdatedNotification.d.ts +7 -0
- package/lib/shell-components/models/UserStoryAssignedNotification.d.ts +8 -0
- package/lib/shell-components/models/archiveUserStoryModel.d.ts +7 -0
- package/lib/shell-components/models/companieslist.model.d.ts +8 -0
- package/lib/shell-components/models/company-model.d.ts +31 -0
- package/lib/shell-components/models/company-payment-model.d.ts +18 -0
- package/lib/shell-components/models/dragedWidget.d.ts +16 -0
- package/lib/shell-components/models/employee-List.d.ts +8 -0
- package/lib/shell-components/models/employee.d.ts +60 -0
- package/lib/shell-components/models/entityRoleFeature.d.ts +9 -0
- package/lib/shell-components/models/export-configuration-model.d.ts +8 -0
- package/lib/shell-components/models/export-data.module.d.ts +6 -0
- package/lib/shell-components/models/goalApprovedNotificationModel.d.ts +8 -0
- package/lib/shell-components/models/import-configuration-model.d.ts +3 -0
- package/lib/shell-components/models/initialStatusofUsers.d.ts +5 -0
- package/lib/shell-components/models/invoiceOutput-model.d.ts +9 -0
- package/lib/shell-components/models/leaveApplicationNotifiction.d.ts +7 -0
- package/lib/shell-components/models/multiChartsScheduling.d.ts +9 -0
- package/lib/shell-components/models/parkUserStoryInputModel.d.ts +7 -0
- package/lib/shell-components/models/project.d.ts +28 -0
- package/lib/shell-components/models/recentSearchApiModel.d.ts +6 -0
- package/lib/shell-components/models/searchCriteriaInputModelBase.d.ts +10 -0
- package/lib/shell-components/models/shellModulesInfo.d.ts +16 -0
- package/lib/shell-components/models/softlabels-model.d.ts +66 -0
- package/lib/shell-components/models/sprintReplanRequestedModel.d.ts +7 -0
- package/lib/shell-components/models/sprintStartedNotificationModel.d.ts +7 -0
- package/lib/shell-components/models/store-model.d.ts +13 -0
- package/lib/shell-components/models/store-search-model.d.ts +7 -0
- package/lib/shell-components/models/themes.model.d.ts +9 -0
- package/lib/shell-components/models/timesheetenabledisable.d.ts +16 -0
- package/lib/shell-components/models/user.d.ts +40 -0
- package/lib/shell-components/models/userStory.d.ts +188 -0
- package/lib/shell-components/models/userStoryCommentNotificationModel.d.ts +6 -0
- package/lib/shell-components/models/userStoryUpdateNotificationModel.d.ts +6 -0
- package/lib/shell-components/models/userstory-custom-fields.model.d.ts +6 -0
- package/lib/shell-components/models/validation.model.d.ts +5 -0
- package/lib/shell-components/models/widgetlist.d.ts +28 -0
- package/lib/shell-components/models/workspaceList.d.ts +19 -0
- package/lib/shell-components/services/authentication.service.d.ts +18 -0
- package/lib/shell-components/services/chat.service.d.ts +16 -0
- package/lib/shell-components/services/common-used.service.d.ts +45 -0
- package/lib/shell-components/services/feature.service.d.ts +19 -0
- package/lib/shell-components/services/google-analytics.service.d.ts +9 -0
- package/lib/shell-components/services/layout.service.d.ts +23 -0
- package/lib/shell-components/services/payment.service.d.ts +19 -0
- package/lib/shell-components/services/recentSearch.service.d.ts +16 -0
- package/lib/shell-components/services/shell.modules.service.d.ts +9 -0
- package/lib/shell-components/services/signalr.service.d.ts +25 -0
- package/lib/shell-components/services/theme.service.d.ts +14 -0
- package/lib/shell-components/shell.module.d.ts +117 -0
- package/lib/shell-components/shell.routing.d.ts +2 -0
- package/lib/shell-components/store/actions/authentication.actions.d.ts +327 -0
- package/lib/shell-components/store/actions/chat.actions.d.ts +399 -0
- package/lib/shell-components/store/actions/menuitems.actions.d.ts +51 -0
- package/lib/shell-components/store/actions/notification-validator.action.d.ts +25 -0
- package/lib/shell-components/store/actions/notifications.actions.d.ts +116 -0
- package/lib/shell-components/store/effects/authentication.effects.d.ts +54 -0
- package/lib/shell-components/store/effects/chat.effects.d.ts +30 -0
- package/lib/shell-components/store/effects/index.d.ts +1 -0
- package/lib/shell-components/store/effects/menuitems.effects.d.ts +17 -0
- package/lib/shell-components/store/effects/notification-validator.effects.d.ts +21 -0
- package/lib/shell-components/store/effects/notifications.effects.d.ts +23 -0
- package/lib/shell-components/store/reducers/authentication.reducers.d.ts +30 -0
- package/lib/shell-components/store/reducers/chat.reducers.d.ts +17 -0
- package/lib/shell-components/store/reducers/index.d.ts +59 -0
- package/lib/shell-components/store/reducers/menuitems.reducers.d.ts +11 -0
- package/lib/shell-components/store/reducers/notification-validator.reducers.d.ts +5 -0
- package/lib/shell-components/store/reducers/notifications.reducers.d.ts +10 -0
- package/package.json +22 -0
- package/public-api.d.ts +80 -0
- package/store/reducers/index.d.ts +24 -0
- package/thetradeengineorg1-snova-shell-module.d.ts +5 -0
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { CookieService } from "ngx-cookie-service";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class GoogleAnalyticsService {
|
|
4
|
+
private cookieService;
|
|
5
|
+
constructor(cookieService: CookieService);
|
|
6
|
+
eventEmitter(eventCategory: string, eventAction: string, eventLabel?: string, eventValue?: number): void;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GoogleAnalyticsService, never>;
|
|
8
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<GoogleAnalyticsService>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { BehaviorSubject } from "rxjs";
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import { Router } from "@angular/router";
|
|
4
|
+
import { ILayoutConf } from '../models/IlayoutConf';
|
|
5
|
+
import { ILayoutChangeOptions } from '../models/ILayout-change-options';
|
|
6
|
+
import { IAdjustScreenOptions } from '../models/IAdjust-screen-options';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class LayoutService {
|
|
9
|
+
private router;
|
|
10
|
+
layoutConf: ILayoutConf;
|
|
11
|
+
layoutConfSubject: BehaviorSubject<ILayoutConf>;
|
|
12
|
+
layoutConf$: Observable<ILayoutConf>;
|
|
13
|
+
isMobile: boolean;
|
|
14
|
+
currentRoute: string;
|
|
15
|
+
fullWidthRoutes: any[];
|
|
16
|
+
constructor(router: Router);
|
|
17
|
+
setAppLayout(): void;
|
|
18
|
+
publishLayoutChange(lc: ILayoutConf, opt?: ILayoutChangeOptions): void;
|
|
19
|
+
adjustLayout(options?: IAdjustScreenOptions): void;
|
|
20
|
+
isSm(): boolean;
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LayoutService, never>;
|
|
22
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<LayoutService>;
|
|
23
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
2
|
+
import { CookieService } from 'ngx-cookie-service';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import { CompanyPaymentUpsertModel } from '../models/company-payment-model';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class PaymentService {
|
|
7
|
+
private http;
|
|
8
|
+
private cookieService;
|
|
9
|
+
constructor(http: HttpClient, cookieService: CookieService);
|
|
10
|
+
cancelSubscription(): Observable<any>;
|
|
11
|
+
getAllInvoices(transaction: any): Observable<any>;
|
|
12
|
+
getActiveUsersCount(): Observable<Object>;
|
|
13
|
+
getPurchasedLicensesCount(): Observable<Object>;
|
|
14
|
+
upsertCompanyPayments(companyPaymentDetails: CompanyPaymentUpsertModel): Observable<Object>;
|
|
15
|
+
getPaymentHistory(): Observable<any>;
|
|
16
|
+
getAllTransactions(transaction: any): Observable<any>;
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PaymentService, never>;
|
|
18
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<PaymentService>;
|
|
19
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { HttpClient } from "@angular/common/http";
|
|
2
|
+
import { Observable } from "rxjs";
|
|
3
|
+
import { RecentSearchModel, SearchTaskTypeModel } from "../models/RecentSearchModel";
|
|
4
|
+
import { RecentSearchApiModel } from '../models/recentSearchApiModel';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class RecentSearchService {
|
|
7
|
+
private http;
|
|
8
|
+
constructor(http: HttpClient);
|
|
9
|
+
getSearchMenuItems(search: any): Observable<any[]>;
|
|
10
|
+
insertRecentSearch(search: RecentSearchApiModel): Observable<Object>;
|
|
11
|
+
getRecentSearch(): Observable<RecentSearchModel[]>;
|
|
12
|
+
searchGoalTasks(searchText: string): Observable<SearchTaskTypeModel[]>;
|
|
13
|
+
searchMenuData(retrieveDashboards: boolean): Observable<Object>;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RecentSearchService, never>;
|
|
15
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<RecentSearchService>;
|
|
16
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { shellModulesInfo } from '../models/shellModulesInfo';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ShellModulesService {
|
|
4
|
+
private _allModules;
|
|
5
|
+
constructor(config: shellModulesInfo);
|
|
6
|
+
get allModules(): shellModulesInfo;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ShellModulesService, [{ optional: true; }]>;
|
|
8
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ShellModulesService>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { CookieService } from 'ngx-cookie-service';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import { NotificationModel } from '../models/NotificationsOutPutModel';
|
|
4
|
+
import { HttpClient } from '@angular/common/http';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class SignalrService {
|
|
7
|
+
private cookieService;
|
|
8
|
+
private http;
|
|
9
|
+
private connection;
|
|
10
|
+
private proxy;
|
|
11
|
+
notifications$: any;
|
|
12
|
+
notifications: any;
|
|
13
|
+
constructor(cookieService: CookieService, http: HttpClient);
|
|
14
|
+
initializeSignalRConnection(): void;
|
|
15
|
+
private onMessageReceived;
|
|
16
|
+
getNotifications(): void;
|
|
17
|
+
addToNotificationItem(item: any): void;
|
|
18
|
+
addToNotificationList(item: any): void;
|
|
19
|
+
removeItemFromNotifications(id: any): void;
|
|
20
|
+
removeAllNotifications(): void;
|
|
21
|
+
upsertReadNewNotifications(notifications: NotificationModel[]): Observable<Object>;
|
|
22
|
+
getNotificationsFromApi(): Observable<void>;
|
|
23
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SignalrService, never>;
|
|
24
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<SignalrService>;
|
|
25
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class ThemeService {
|
|
3
|
+
egretThemes: {
|
|
4
|
+
name: string;
|
|
5
|
+
baseColor: string;
|
|
6
|
+
isActive: boolean;
|
|
7
|
+
companyThemeId: string;
|
|
8
|
+
}[];
|
|
9
|
+
activatedThemeName: String;
|
|
10
|
+
constructor();
|
|
11
|
+
changeTheme(theme: any): void;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ThemeService, never>;
|
|
13
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ThemeService>;
|
|
14
|
+
}
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
+
import { HttpClient } from '@angular/common/http';
|
|
3
|
+
import { CustomAppBaseComponent } from '../globaldependencies/components/componentbase';
|
|
4
|
+
import { SoftLabelPipe } from '../globaldependencies/pipes/softlabels.pipes';
|
|
5
|
+
import { WorkflowStatusFilterPipe } from '../globaldependencies/pipes/workflowstatus.pipes';
|
|
6
|
+
import { FetchSizedAndCachedImagePipe } from '../globaldependencies/pipes/fetchSizedAndCachedImage.pipe';
|
|
7
|
+
import { SanitizeHtmlPipe } from '../globaldependencies/pipes/sanitize.pipe';
|
|
8
|
+
import { AdminLayoutComponent } from './components/admin-layout/admin-layout.component';
|
|
9
|
+
import { ConfirmationDialogComponent } from './components/confirmation-dialog/confirmation-dialog.component';
|
|
10
|
+
import { HeaderSideComponent } from './components/header-side/header-side.component';
|
|
11
|
+
import { HeaderTopComponent } from './components/header-top/header-top.component';
|
|
12
|
+
import { MenuComponent } from './components/menu/menu.component';
|
|
13
|
+
import { AnnoucementDialogComponent } from './components/notifications/announcement-dialog.component';
|
|
14
|
+
import { NotificationsComponent } from './components/notifications/notifications.component';
|
|
15
|
+
import { SidebarTopComponent } from './components/sidebar-top/sidebar-top.component';
|
|
16
|
+
import { SidenavComponent } from './components/sidenav/sidenav.component';
|
|
17
|
+
import { WorkItemsDialogComponent } from './components/all-work-items-dialog/all-work-items-dialog.component';
|
|
18
|
+
import { shellModulesInfo } from './models/shellModulesInfo';
|
|
19
|
+
import { FeedBackSubmissionComponent } from './components/submit-feedback/submit-feedback.component';
|
|
20
|
+
import { FeedTimeComponent } from './components/feed-time/feed-time.component';
|
|
21
|
+
import { FeedTimeDialogComponent } from './components/feed-time/feed-time-dialog.component';
|
|
22
|
+
import { TranslateHttpLoader } from '@ngx-translate/http-loader';
|
|
23
|
+
import { ExportConfigurationDialogComponent } from './components/export-import-configuration/export-configuration.component';
|
|
24
|
+
import { SideBarComponent } from './components/sidenav/side-bar.component';
|
|
25
|
+
import { AccountAndBillingComponent } from './components/Payments/account.component';
|
|
26
|
+
import { ProductAndServicesComponent } from './components/Payments/product-service.component';
|
|
27
|
+
import { CompanyInformationComponent } from './components/Payments/company-information';
|
|
28
|
+
import { DocumentComponent } from './components/Payments/document.component';
|
|
29
|
+
import { TransactionsComponent } from './components/Payments/transactions.component';
|
|
30
|
+
import { PaymentMethodComponent } from './components/Payments/payment-method.component';
|
|
31
|
+
import { PurchaseMoreLicensesComponent } from './components/Payments/purchase-more-licenses';
|
|
32
|
+
import { CompanyPlansComponent } from './components/Payments/company-plans.component';
|
|
33
|
+
import { LiveWelcomePageComponent } from './components/lives/lives-welcome-page';
|
|
34
|
+
import * as i0 from "@angular/core";
|
|
35
|
+
import * as i1 from "./components/admin-layout/admin-layout.component";
|
|
36
|
+
import * as i2 from "./components/confirmation-dialog/confirmation-dialog.component";
|
|
37
|
+
import * as i3 from "./components/export-import-configuration/export-configuration.component";
|
|
38
|
+
import * as i4 from "./components/header-side/header-side.component";
|
|
39
|
+
import * as i5 from "./components/header-top/header-top.component";
|
|
40
|
+
import * as i6 from "./components/menu/menu.component";
|
|
41
|
+
import * as i7 from "./components/notifications/announcement-dialog.component";
|
|
42
|
+
import * as i8 from "./components/notifications/notifications.component";
|
|
43
|
+
import * as i9 from "./components/sidebar-top/sidebar-top.component";
|
|
44
|
+
import * as i10 from "./components/sidenav/sidenav.component";
|
|
45
|
+
import * as i11 from "../globaldependencies/pipes/removeSpecialCharacters.pipe";
|
|
46
|
+
import * as i12 from "../globaldependencies/components/componentbase";
|
|
47
|
+
import * as i13 from "../globaldependencies/pipes/softlabels.pipes";
|
|
48
|
+
import * as i14 from "../globaldependencies/pipes/highLightText.pipe";
|
|
49
|
+
import * as i15 from "../globaldependencies/pipes/utctolocaltimewithdate.pipe";
|
|
50
|
+
import * as i16 from "../globaldependencies/pipes/workflowstatus.pipes";
|
|
51
|
+
import * as i17 from "../globaldependencies/pipes/fetchSizedAndCachedImage.pipe";
|
|
52
|
+
import * as i18 from "../globaldependencies/pipes/orderby-pipe";
|
|
53
|
+
import * as i19 from "../globaldependencies/pipes/utctolocaltime.pipe";
|
|
54
|
+
import * as i20 from "../globaldependencies/pipes/sanitize.pipe";
|
|
55
|
+
import * as i21 from "./components/all-work-items-dialog/all-work-items-dialog.component";
|
|
56
|
+
import * as i22 from "./components/feed-time/feed-time-dialog.component";
|
|
57
|
+
import * as i23 from "./components/submit-feedback/submit-feedback.component";
|
|
58
|
+
import * as i24 from "./components/feed-time/feed-time.component";
|
|
59
|
+
import * as i25 from "./components/sidenav/side-bar.component";
|
|
60
|
+
import * as i26 from "./components/Payments/account.component";
|
|
61
|
+
import * as i27 from "./components/Payments/product-service.component";
|
|
62
|
+
import * as i28 from "./components/Payments/company-information";
|
|
63
|
+
import * as i29 from "./components/Payments/document.component";
|
|
64
|
+
import * as i30 from "./components/Payments/transactions.component";
|
|
65
|
+
import * as i31 from "./components/Payments/payment-method.component";
|
|
66
|
+
import * as i32 from "./components/Payments/purchase-more-licenses";
|
|
67
|
+
import * as i33 from "./components/Payments/company-plans.component";
|
|
68
|
+
import * as i34 from "./components/lives/lives-welcome-page";
|
|
69
|
+
import * as i35 from "@angular/router";
|
|
70
|
+
import * as i36 from "@angular/common";
|
|
71
|
+
import * as i37 from "@angular/flex-layout";
|
|
72
|
+
import * as i38 from "@angular/material/button";
|
|
73
|
+
import * as i39 from "@ngx-translate/core";
|
|
74
|
+
import * as i40 from "@ncstate/sat-popover";
|
|
75
|
+
import * as i41 from "@snovasys/snova-ndc-dynamic";
|
|
76
|
+
import * as i42 from "@angular/material/card";
|
|
77
|
+
import * as i43 from "@angular/material/progress-bar";
|
|
78
|
+
import * as i44 from "@fortawesome/angular-fontawesome";
|
|
79
|
+
import * as i45 from "@angular/material/input";
|
|
80
|
+
import * as i46 from "@angular/forms";
|
|
81
|
+
import * as i47 from "@angular/material/tooltip";
|
|
82
|
+
import * as i48 from "@angular/material/icon";
|
|
83
|
+
import * as i49 from "@angular/material/snack-bar";
|
|
84
|
+
import * as i50 from "@angular/material/select";
|
|
85
|
+
import * as i51 from "@angular/material/dialog";
|
|
86
|
+
import * as i52 from "@angular/material/menu";
|
|
87
|
+
import * as i53 from "@angular/material/sidenav";
|
|
88
|
+
import * as i54 from "@angular/material/list";
|
|
89
|
+
import * as i55 from "@angular/material/toolbar";
|
|
90
|
+
import * as i56 from "@angular/material/grid-list";
|
|
91
|
+
import * as i57 from "@angular/material/progress-spinner";
|
|
92
|
+
import * as i58 from "ng-pick-datetime";
|
|
93
|
+
import * as i59 from "ngx-ui-loader";
|
|
94
|
+
import * as i60 from "@angular/material/tabs";
|
|
95
|
+
import * as i61 from "@angular/material/table";
|
|
96
|
+
import * as i62 from "ngx-dropzone";
|
|
97
|
+
import * as i63 from "@swimlane/ngx-datatable";
|
|
98
|
+
import * as i64 from "ngx-timeago";
|
|
99
|
+
import * as i65 from "@snovasys/snova-avatar";
|
|
100
|
+
import * as i66 from "ngx-toastr";
|
|
101
|
+
import * as i67 from "@ngrx/store";
|
|
102
|
+
import * as i68 from "@ngrx/effects";
|
|
103
|
+
import * as i69 from "ngx-perfect-scrollbar";
|
|
104
|
+
import * as i70 from "@angular/material/checkbox";
|
|
105
|
+
import * as i71 from "@angular/material/badge";
|
|
106
|
+
import * as i72 from "ng-push-ivy";
|
|
107
|
+
import * as i73 from "@snovasys/snova-document-management";
|
|
108
|
+
import * as i74 from "@snovasys/snova-file-uploader";
|
|
109
|
+
export declare function HttpLoaderFactory(httpClient: HttpClient): TranslateHttpLoader;
|
|
110
|
+
export declare const COMPONENTS: (typeof CustomAppBaseComponent | typeof SoftLabelPipe | typeof WorkflowStatusFilterPipe | typeof FetchSizedAndCachedImagePipe | typeof SanitizeHtmlPipe | typeof AdminLayoutComponent | typeof ConfirmationDialogComponent | typeof WorkItemsDialogComponent | typeof FeedTimeDialogComponent | typeof AnnoucementDialogComponent | typeof ExportConfigurationDialogComponent | typeof HeaderSideComponent | typeof HeaderTopComponent | typeof MenuComponent | typeof NotificationsComponent | typeof SidebarTopComponent | typeof SidenavComponent | typeof FeedBackSubmissionComponent | typeof FeedTimeComponent | typeof SideBarComponent | typeof AccountAndBillingComponent | typeof PurchaseMoreLicensesComponent | typeof ProductAndServicesComponent | typeof CompanyInformationComponent | typeof DocumentComponent | typeof TransactionsComponent | typeof PaymentMethodComponent | typeof CompanyPlansComponent | typeof LiveWelcomePageComponent)[];
|
|
111
|
+
export declare class ShellModule {
|
|
112
|
+
constructor();
|
|
113
|
+
static forChild(config: shellModulesInfo): ModuleWithProviders<ShellModule>;
|
|
114
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ShellModule, never>;
|
|
115
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ShellModule, [typeof i1.AdminLayoutComponent, typeof i2.ConfirmationDialogComponent, typeof i3.ExportConfigurationDialogComponent, typeof i4.HeaderSideComponent, typeof i5.HeaderTopComponent, typeof i6.MenuComponent, typeof i7.AnnoucementDialogComponent, typeof i8.NotificationsComponent, typeof i9.SidebarTopComponent, typeof i10.SidenavComponent, typeof i11.RemoveSpecialCharactersPipe, typeof i12.CustomAppBaseComponent, typeof i11.RemoveSpecialCharactersPipe, typeof i13.SoftLabelPipe, typeof i14.HighLightTextPipe, typeof i15.UtcToLocalTimeWithDatePipe, typeof i16.WorkflowStatusFilterPipe, typeof i17.FetchSizedAndCachedImagePipe, typeof i18.OrderByPipe, typeof i19.UtcToLocalTimePipe, typeof i20.SanitizeHtmlPipe, typeof i21.WorkItemsDialogComponent, typeof i22.FeedTimeDialogComponent, typeof i23.FeedBackSubmissionComponent, typeof i24.FeedTimeComponent, typeof i25.SideBarComponent, typeof i26.AccountAndBillingComponent, typeof i27.ProductAndServicesComponent, typeof i28.CompanyInformationComponent, typeof i29.DocumentComponent, typeof i30.TransactionsComponent, typeof i31.PaymentMethodComponent, typeof i32.PurchaseMoreLicensesComponent, typeof i33.CompanyPlansComponent, typeof i34.LiveWelcomePageComponent], [typeof i35.RouterModule, typeof i36.CommonModule, typeof i37.FlexLayoutModule, typeof i38.MatButtonModule, typeof i39.TranslateModule, typeof i40.SatPopoverModule, typeof i41.DynamicModule, typeof i42.MatCardModule, typeof i43.MatProgressBarModule, typeof i44.FontAwesomeModule, typeof i45.MatInputModule, typeof i46.FormsModule, typeof i47.MatTooltipModule, typeof i48.MatIconModule, typeof i46.ReactiveFormsModule, typeof i49.MatSnackBarModule, typeof i50.MatSelectModule, typeof i51.MatDialogModule, typeof i52.MatMenuModule, typeof i53.MatSidenavModule, typeof i54.MatListModule, typeof i55.MatToolbarModule, typeof i56.MatGridListModule, typeof i57.MatProgressSpinnerModule, typeof i58.OwlDateTimeModule, typeof i59.NgxUiLoaderModule, typeof i60.MatTabsModule, typeof i61.MatTableModule, typeof i62.NgxDropzoneModule, typeof i63.NgxDatatableModule, typeof i58.OwlNativeDateTimeModule, typeof i64.TimeagoModule, typeof i65.SnovasysAvatarModule, typeof i66.ToastrModule, typeof i67.StoreFeatureModule, typeof i68.ɵngrx_modules_effects_effects_c, typeof i69.PerfectScrollbarModule, typeof i70.MatCheckboxModule, typeof i62.NgxDropzoneModule, typeof i71.MatBadgeModule, typeof i72.PushNotificationsModule, typeof i73.DocumentManagementModule, typeof i74.DropZoneModule], [typeof i1.AdminLayoutComponent, typeof i2.ConfirmationDialogComponent, typeof i3.ExportConfigurationDialogComponent, typeof i4.HeaderSideComponent, typeof i5.HeaderTopComponent, typeof i6.MenuComponent, typeof i7.AnnoucementDialogComponent, typeof i8.NotificationsComponent, typeof i9.SidebarTopComponent, typeof i10.SidenavComponent, typeof i11.RemoveSpecialCharactersPipe, typeof i12.CustomAppBaseComponent, typeof i11.RemoveSpecialCharactersPipe, typeof i13.SoftLabelPipe, typeof i14.HighLightTextPipe, typeof i15.UtcToLocalTimeWithDatePipe, typeof i16.WorkflowStatusFilterPipe, typeof i17.FetchSizedAndCachedImagePipe, typeof i18.OrderByPipe, typeof i19.UtcToLocalTimePipe, typeof i20.SanitizeHtmlPipe, typeof i21.WorkItemsDialogComponent, typeof i22.FeedTimeDialogComponent, typeof i23.FeedBackSubmissionComponent, typeof i24.FeedTimeComponent, typeof i25.SideBarComponent, typeof i26.AccountAndBillingComponent, typeof i27.ProductAndServicesComponent, typeof i28.CompanyInformationComponent, typeof i29.DocumentComponent, typeof i30.TransactionsComponent, typeof i31.PaymentMethodComponent, typeof i32.PurchaseMoreLicensesComponent, typeof i33.CompanyPlansComponent, typeof i34.LiveWelcomePageComponent]>;
|
|
116
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ShellModule>;
|
|
117
|
+
}
|
|
@@ -0,0 +1,327 @@
|
|
|
1
|
+
import { Action } from "@ngrx/store";
|
|
2
|
+
import { UserModel } from '../../models/user';
|
|
3
|
+
import { EntityRoleFeatureModel } from '../../models/entityRoleFeature';
|
|
4
|
+
import { ThemeModel } from '../../models/themes.model';
|
|
5
|
+
import { ValidationModel } from '../../models/validation.model';
|
|
6
|
+
import { StoreModel } from '../../models/store-model';
|
|
7
|
+
import { StoreSearchModel } from '../../models/store-search-model';
|
|
8
|
+
import { CompanysettingsModel } from '../../models/company-model';
|
|
9
|
+
export declare enum AuthenticationActionTypes {
|
|
10
|
+
AuthenticateUser = "[Snovasys-Shell] [Authentication] Authenticate User",
|
|
11
|
+
Authenticated = "[Snovasys-Shell] [Authentication] Authenticated",
|
|
12
|
+
CompanyWorkItemStartFunctionalityRequired = "[Snovasys-Shell] [Authentication] CompanyWorkItemStartFunctionalityRequired",
|
|
13
|
+
CompanyWorkItemStartFunctionalityRequiredFailed = "[Snovasys-Shell] [Authentication] CompanyWorkItemStartFunctionalityRequired Failed",
|
|
14
|
+
CompanyWorkItemStartFunctionalityRequiredSuccess = "[Snovasys-Shell] [Authentication] CompanyWorkItemStartFunctionalityRequired Success",
|
|
15
|
+
SignedOff = "[Snovasys-Shell] [Authentication] Signed Off",
|
|
16
|
+
UserDetailsFetching = "[Snovasys-Shell] [Authentication] Fetching User Details",
|
|
17
|
+
UserDetailsFetched = "[Snovasys-Shell] [Authentication] Fetched User Details",
|
|
18
|
+
UserInitialDetailsFetched = "[Snovasys-Shell] [Authentication] Fetched User Initial Details",
|
|
19
|
+
UserInitialDetailsFetchedCompleted = "[Snovasys-Shell] [Authentication] Fetched User Initial Details Completed",
|
|
20
|
+
UserDetailsFetchedAfterLogin = "[Snovasys-Shell] [Authentication] Fetched User Details After Login",
|
|
21
|
+
UserDetailsFetchedAfterCompanyLogin = "[Snovasys-Shell] [Authentication] Fetched User Details After Company Login",
|
|
22
|
+
AuthenticationFailed = "[Snovasys-Shell] [Authentication] Authentication Failed",
|
|
23
|
+
RoleDetailsFetchOnReload = "[Snovasys-Shell] [Authentication] Role Details Fetched On Reload",
|
|
24
|
+
RoleDetailsFetched = "[Snovasys-Shell] [Authentication] Role Details Fetched",
|
|
25
|
+
InitializeAfterLoginData = "[Snovasys-Shell] [Authentication] Initialize after login data",
|
|
26
|
+
RolesFetchTriggered = "[Snovasys-Shell] [Authentication] Fetching Roles Triggered",
|
|
27
|
+
RolesFetchFailed = "[Snovasys-Shell] [Authentication] Fetching Roles Failed",
|
|
28
|
+
EntityRolesFetchTriggered = "[Snovasys-Shell] [Authentication] Fetching Entity Roles Triggered",
|
|
29
|
+
EntityRoleDetailsFetched = "[Snovasys-Shell] [Authentication] Entity Role Details Fetched",
|
|
30
|
+
EntityRolesByUserIdFetchTriggered = "[Snovasys-Shell] [Authentication] Fetching Entity Roles By UserId Triggered",
|
|
31
|
+
EntityReolesByUserIdFetchCompleted = "[Snovasys-Shell] [Authentication] Fetching EntityRoles By UserId Completed",
|
|
32
|
+
EntityRolesByUserIdFetchFailed = "[Snovasys-Shell] [Authentication] Fetching EntityRoles By UserId Failed",
|
|
33
|
+
GetCompanyThemeTriggered = "[Snovasys-Shell] [Authentication] GEt Company Theme Triggered",
|
|
34
|
+
GetCompanyThemeCompleted = "[Snovasys-Shell] [Authentication] GEt Company Theme Completed",
|
|
35
|
+
GetCompanyThemeFailed = "[Snovasys-Shell] [Authentication] GEt Company Theme Failed",
|
|
36
|
+
ClearDemoDataTriggred = "[Snovasys-Shell] [Authentication] Clear Demo Data Triggred",
|
|
37
|
+
ClearDemoDataCompleted = "[Snovasys-Shell] [Authentication] Clear Demo Data Completed",
|
|
38
|
+
ClearDemoDataFailed = "[Snovasys-Shell] [Authentication] Clear Demo Data Failed",
|
|
39
|
+
GetUserStoreIdTriggered = "[Snovasys-Shell] [Authentication] Get User Store Id Triggered",
|
|
40
|
+
GetUserStoreIdCompleted = "[Snovasys-Shell] [Authentication] Get User Store Id Completed",
|
|
41
|
+
GetUserStoreIdFailed = "[Snovasys-Shell] [Authentication] Get User Store Id Failed",
|
|
42
|
+
ExceptionHandled = "[Snovasys-Shell] [Authentication] Exception Handling",
|
|
43
|
+
AuthenticateNewUser = "[Snovasys-Shell] [Authentication] Authenticate New User",
|
|
44
|
+
GetCompanySettingsTriggered = "[Snovasys-Shell] [Authentication] Get Company Settings Triggered",
|
|
45
|
+
GetCompanySettingsCompleted = "[Snovasys-Shell] [Authentication] Get Company Settings Completed",
|
|
46
|
+
GetCompanySettingsFailed = "[Snovasys-Shell] [Authentication] Get Company Settings Failed",
|
|
47
|
+
FetchTimeSheetButtonDetails = "[Snovasys-Shell] [Authentication] Get Time Sheet Button Details"
|
|
48
|
+
}
|
|
49
|
+
export declare class AuthenticateUser implements Action {
|
|
50
|
+
userName: string;
|
|
51
|
+
password: string;
|
|
52
|
+
type: AuthenticationActionTypes;
|
|
53
|
+
userId: string;
|
|
54
|
+
userToken: string;
|
|
55
|
+
userModel: UserModel;
|
|
56
|
+
errorMessage: string;
|
|
57
|
+
isStartEnabled: boolean;
|
|
58
|
+
loginData: any;
|
|
59
|
+
constructor(userName: string, password: string);
|
|
60
|
+
}
|
|
61
|
+
export declare class AuthenticateNewUser implements Action {
|
|
62
|
+
userName: string;
|
|
63
|
+
type: AuthenticationActionTypes;
|
|
64
|
+
userId: string;
|
|
65
|
+
userToken: string;
|
|
66
|
+
userModel: UserModel;
|
|
67
|
+
errorMessage: string;
|
|
68
|
+
constructor(userName: string);
|
|
69
|
+
}
|
|
70
|
+
export declare class Authenticated implements Action {
|
|
71
|
+
userName: string;
|
|
72
|
+
userToken: string;
|
|
73
|
+
type: AuthenticationActionTypes;
|
|
74
|
+
userId: string;
|
|
75
|
+
password: string;
|
|
76
|
+
errorMessage: string;
|
|
77
|
+
userModel: UserModel;
|
|
78
|
+
isStartEnabled: boolean;
|
|
79
|
+
loginData: any;
|
|
80
|
+
constructor(userName: string, userToken: string);
|
|
81
|
+
}
|
|
82
|
+
export declare class CompanyWorkItemStartFunctionalityRequired implements Action {
|
|
83
|
+
type: AuthenticationActionTypes;
|
|
84
|
+
userId: string;
|
|
85
|
+
password: string;
|
|
86
|
+
errorMessage: string;
|
|
87
|
+
userModel: UserModel;
|
|
88
|
+
userName: string;
|
|
89
|
+
userToken: string;
|
|
90
|
+
loginData: any;
|
|
91
|
+
isStartEnabled: boolean;
|
|
92
|
+
constructor();
|
|
93
|
+
}
|
|
94
|
+
export declare class CompanyWorkItemStartFunctionalityRequiredSuccess implements Action {
|
|
95
|
+
isStartEnabled: boolean;
|
|
96
|
+
type: AuthenticationActionTypes;
|
|
97
|
+
userId: string;
|
|
98
|
+
password: string;
|
|
99
|
+
errorMessage: string;
|
|
100
|
+
userModel: UserModel;
|
|
101
|
+
userName: string;
|
|
102
|
+
loginData: any;
|
|
103
|
+
userToken: string;
|
|
104
|
+
constructor(isStartEnabled: boolean);
|
|
105
|
+
}
|
|
106
|
+
export declare class AuthenticationFailed implements Action {
|
|
107
|
+
errorMessage: string;
|
|
108
|
+
type: AuthenticationActionTypes;
|
|
109
|
+
userName: string;
|
|
110
|
+
userToken: string;
|
|
111
|
+
userId: string;
|
|
112
|
+
password: string;
|
|
113
|
+
userModel: UserModel;
|
|
114
|
+
isStartEnabled: boolean;
|
|
115
|
+
loginData: any;
|
|
116
|
+
constructor(errorMessage: string);
|
|
117
|
+
}
|
|
118
|
+
export declare class SignedOff implements Action {
|
|
119
|
+
type: AuthenticationActionTypes;
|
|
120
|
+
userName: string;
|
|
121
|
+
userToken: string;
|
|
122
|
+
userId: string;
|
|
123
|
+
password: string;
|
|
124
|
+
userModel: UserModel;
|
|
125
|
+
errorMessage: string;
|
|
126
|
+
isStartEnabled: boolean;
|
|
127
|
+
loginData: any;
|
|
128
|
+
constructor();
|
|
129
|
+
}
|
|
130
|
+
export declare class UserDetailsFetched implements Action {
|
|
131
|
+
userModel: UserModel;
|
|
132
|
+
type: AuthenticationActionTypes;
|
|
133
|
+
userName: string;
|
|
134
|
+
userToken: string;
|
|
135
|
+
userId: string;
|
|
136
|
+
password: string;
|
|
137
|
+
errorMessage: string;
|
|
138
|
+
isStartEnabled: boolean;
|
|
139
|
+
loginData: any;
|
|
140
|
+
constructor(userModel: UserModel);
|
|
141
|
+
}
|
|
142
|
+
export declare class UserDetailsFetchedAfterLogin implements Action {
|
|
143
|
+
userModel: UserModel;
|
|
144
|
+
type: AuthenticationActionTypes;
|
|
145
|
+
userName: string;
|
|
146
|
+
userToken: string;
|
|
147
|
+
userId: string;
|
|
148
|
+
password: string;
|
|
149
|
+
errorMessage: string;
|
|
150
|
+
isStartEnabled: boolean;
|
|
151
|
+
loginData: any;
|
|
152
|
+
constructor(userModel: UserModel);
|
|
153
|
+
}
|
|
154
|
+
export declare class UserDetailsFetchedAfterCompanyLogin implements Action {
|
|
155
|
+
userModel: UserModel;
|
|
156
|
+
type: AuthenticationActionTypes;
|
|
157
|
+
userName: string;
|
|
158
|
+
userToken: string;
|
|
159
|
+
userId: string;
|
|
160
|
+
password: string;
|
|
161
|
+
errorMessage: string;
|
|
162
|
+
isStartEnabled: boolean;
|
|
163
|
+
loginData: any;
|
|
164
|
+
constructor(userModel: UserModel);
|
|
165
|
+
}
|
|
166
|
+
export declare class UserInitialDetailsFetched implements Action {
|
|
167
|
+
userModel: UserModel;
|
|
168
|
+
type: AuthenticationActionTypes;
|
|
169
|
+
userName: string;
|
|
170
|
+
userToken: string;
|
|
171
|
+
userId: string;
|
|
172
|
+
password: string;
|
|
173
|
+
errorMessage: string;
|
|
174
|
+
isStartEnabled: boolean;
|
|
175
|
+
loginData: any;
|
|
176
|
+
constructor(userModel: UserModel);
|
|
177
|
+
}
|
|
178
|
+
export declare class UserInitialDetailsFetchedCompleted implements Action {
|
|
179
|
+
userInitialData: any;
|
|
180
|
+
type: AuthenticationActionTypes;
|
|
181
|
+
userName: string;
|
|
182
|
+
userToken: string;
|
|
183
|
+
userId: string;
|
|
184
|
+
password: string;
|
|
185
|
+
errorMessage: string;
|
|
186
|
+
isStartEnabled: boolean;
|
|
187
|
+
loginData: any;
|
|
188
|
+
userModel: UserModel;
|
|
189
|
+
constructor(userInitialData: any);
|
|
190
|
+
}
|
|
191
|
+
export declare class FetchTimeSheetButtonDetails implements Action {
|
|
192
|
+
type: AuthenticationActionTypes;
|
|
193
|
+
userName: string;
|
|
194
|
+
userToken: string;
|
|
195
|
+
userId: string;
|
|
196
|
+
password: string;
|
|
197
|
+
errorMessage: string;
|
|
198
|
+
isStartEnabled: boolean;
|
|
199
|
+
loginData: any;
|
|
200
|
+
userModel: UserModel;
|
|
201
|
+
constructor();
|
|
202
|
+
}
|
|
203
|
+
export declare class UserDetailsFetching implements Action {
|
|
204
|
+
loginData: any;
|
|
205
|
+
type: AuthenticationActionTypes;
|
|
206
|
+
userName: string;
|
|
207
|
+
userToken: string;
|
|
208
|
+
userId: string;
|
|
209
|
+
password: string;
|
|
210
|
+
errorMessage: string;
|
|
211
|
+
isStartEnabled: boolean;
|
|
212
|
+
userModel: UserModel;
|
|
213
|
+
constructor(loginData: any);
|
|
214
|
+
}
|
|
215
|
+
export declare class RoleDetailsFetched implements Action {
|
|
216
|
+
roleFeatures: any[];
|
|
217
|
+
type: AuthenticationActionTypes;
|
|
218
|
+
constructor(roleFeatures: any[]);
|
|
219
|
+
}
|
|
220
|
+
export declare class RoleDetailsFetchOnReload implements Action {
|
|
221
|
+
type: AuthenticationActionTypes;
|
|
222
|
+
constructor();
|
|
223
|
+
}
|
|
224
|
+
export declare class InitializeAfterLoginData implements Action {
|
|
225
|
+
type: AuthenticationActionTypes;
|
|
226
|
+
constructor();
|
|
227
|
+
}
|
|
228
|
+
export declare class RolesFetchTriggered implements Action {
|
|
229
|
+
type: AuthenticationActionTypes;
|
|
230
|
+
constructor();
|
|
231
|
+
}
|
|
232
|
+
export declare class RolesFetchFailed implements Action {
|
|
233
|
+
validationMessages: string[];
|
|
234
|
+
type: AuthenticationActionTypes;
|
|
235
|
+
constructor(validationMessages: string[]);
|
|
236
|
+
}
|
|
237
|
+
export declare class EntityRolesFetchTriggered implements Action {
|
|
238
|
+
projectId: string;
|
|
239
|
+
type: AuthenticationActionTypes;
|
|
240
|
+
constructor(projectId: string);
|
|
241
|
+
}
|
|
242
|
+
export declare class EntityRolesByUserIdFetchTriggered implements Action {
|
|
243
|
+
projectId: string;
|
|
244
|
+
requiredType: string;
|
|
245
|
+
isSprintType: boolean;
|
|
246
|
+
type: AuthenticationActionTypes;
|
|
247
|
+
constructor(projectId: string, requiredType: string, isSprintType: boolean);
|
|
248
|
+
}
|
|
249
|
+
export declare class EntityRoleDetailsFetched implements Action {
|
|
250
|
+
entityTypeRoleFeatures: EntityRoleFeatureModel[];
|
|
251
|
+
type: AuthenticationActionTypes;
|
|
252
|
+
constructor(entityTypeRoleFeatures: EntityRoleFeatureModel[]);
|
|
253
|
+
}
|
|
254
|
+
export declare class EntityReolesByUserIdFetchCompleted implements Action {
|
|
255
|
+
entityTypeRoleFeatures: EntityRoleFeatureModel[];
|
|
256
|
+
type: AuthenticationActionTypes;
|
|
257
|
+
constructor(entityTypeRoleFeatures: EntityRoleFeatureModel[]);
|
|
258
|
+
}
|
|
259
|
+
export declare class EntityRolesByUserIdFetchFailed implements Action {
|
|
260
|
+
validationMessages: ValidationModel[];
|
|
261
|
+
type: AuthenticationActionTypes;
|
|
262
|
+
constructor(validationMessages: ValidationModel[]);
|
|
263
|
+
}
|
|
264
|
+
export declare class ClearDemoDataTriggred implements Action {
|
|
265
|
+
type: AuthenticationActionTypes;
|
|
266
|
+
constructor();
|
|
267
|
+
}
|
|
268
|
+
export declare class ClearDemoDataCompleted implements Action {
|
|
269
|
+
companyId: string;
|
|
270
|
+
type: AuthenticationActionTypes;
|
|
271
|
+
constructor(companyId: string);
|
|
272
|
+
}
|
|
273
|
+
export declare class ClearDemoDataFailed implements Action {
|
|
274
|
+
validationMessages: ValidationModel[];
|
|
275
|
+
type: AuthenticationActionTypes;
|
|
276
|
+
constructor(validationMessages: ValidationModel[]);
|
|
277
|
+
}
|
|
278
|
+
export declare class GetCompanyThemeTriggered implements Action {
|
|
279
|
+
type: AuthenticationActionTypes;
|
|
280
|
+
constructor();
|
|
281
|
+
}
|
|
282
|
+
export declare class GetCompanyThemeCompleted implements Action {
|
|
283
|
+
themeModel: ThemeModel;
|
|
284
|
+
type: AuthenticationActionTypes;
|
|
285
|
+
constructor(themeModel: ThemeModel);
|
|
286
|
+
}
|
|
287
|
+
export declare class GetCompanyThemeFailed implements Action {
|
|
288
|
+
validationMessages: ValidationModel[];
|
|
289
|
+
type: AuthenticationActionTypes;
|
|
290
|
+
constructor(validationMessages: ValidationModel[]);
|
|
291
|
+
}
|
|
292
|
+
export declare class GetUserStoreIdTriggered implements Action {
|
|
293
|
+
searchUserStoreDetailsModel: StoreSearchModel;
|
|
294
|
+
type: AuthenticationActionTypes;
|
|
295
|
+
constructor(searchUserStoreDetailsModel: StoreSearchModel);
|
|
296
|
+
}
|
|
297
|
+
export declare class GetUserStoreIdCompleted implements Action {
|
|
298
|
+
userStoreDetails: StoreModel;
|
|
299
|
+
type: AuthenticationActionTypes;
|
|
300
|
+
constructor(userStoreDetails: StoreModel);
|
|
301
|
+
}
|
|
302
|
+
export declare class GetCompanySettingsTriggered implements Action {
|
|
303
|
+
companySettingsModel: CompanysettingsModel;
|
|
304
|
+
type: AuthenticationActionTypes;
|
|
305
|
+
constructor(companySettingsModel: CompanysettingsModel);
|
|
306
|
+
}
|
|
307
|
+
export declare class GetCompanySettingsCompleted implements Action {
|
|
308
|
+
companySettingsModel: any[];
|
|
309
|
+
type: AuthenticationActionTypes;
|
|
310
|
+
constructor(companySettingsModel: any[]);
|
|
311
|
+
}
|
|
312
|
+
export declare class GetCompanySettingsFailed implements Action {
|
|
313
|
+
validationMessages: ValidationModel[];
|
|
314
|
+
type: AuthenticationActionTypes;
|
|
315
|
+
constructor(validationMessages: ValidationModel[]);
|
|
316
|
+
}
|
|
317
|
+
export declare class GetUserStoreIdFailed implements Action {
|
|
318
|
+
validationMessages: any[];
|
|
319
|
+
type: AuthenticationActionTypes;
|
|
320
|
+
constructor(validationMessages: any[]);
|
|
321
|
+
}
|
|
322
|
+
export declare class ExceptionHandled implements Action {
|
|
323
|
+
errorMessage: string;
|
|
324
|
+
type: AuthenticationActionTypes;
|
|
325
|
+
constructor(errorMessage: string);
|
|
326
|
+
}
|
|
327
|
+
export declare type AuthenticationActions = AuthenticateUser | Authenticated | SignedOff | UserDetailsFetching | UserDetailsFetched | UserDetailsFetchedAfterLogin | UserDetailsFetchedAfterCompanyLogin | UserInitialDetailsFetched | UserInitialDetailsFetchedCompleted | AuthenticationFailed | CompanyWorkItemStartFunctionalityRequired | CompanyWorkItemStartFunctionalityRequiredSuccess | AuthenticateNewUser;
|