@thetradeengineorg1/snova-shell-module 0.0.260 → 0.0.261
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +24 -24
- package/bundles/thetradeengineorg1-snova-shell-module.umd.js +18874 -18874
- package/bundles/thetradeengineorg1-snova-shell-module.umd.js.map +1 -1
- package/esm2015/lib/globaldependencies/components/avatar.component.js +33 -33
- 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 -121
- package/esm2015/lib/shell-components/components/Payments/company-information.js +558 -558
- package/esm2015/lib/shell-components/components/Payments/company-plans.component.js +636 -636
- package/esm2015/lib/shell-components/components/Payments/document.component.js +129 -129
- package/esm2015/lib/shell-components/components/Payments/payment-method.component.js +90 -90
- package/esm2015/lib/shell-components/components/Payments/product-service.component.js +438 -438
- package/esm2015/lib/shell-components/components/Payments/purchase-more-licenses.js +249 -249
- package/esm2015/lib/shell-components/components/Payments/transactions.component.js +172 -172
- package/esm2015/lib/shell-components/components/admin-layout/admin-layout.component.js +350 -350
- package/esm2015/lib/shell-components/components/all-work-items-dialog/all-work-items-dialog.component.js +102 -102
- package/esm2015/lib/shell-components/components/confirmation-dialog/confirmation-dialog.component.js +126 -126
- package/esm2015/lib/shell-components/components/export-import-configuration/export-configuration.component.js +502 -502
- package/esm2015/lib/shell-components/components/feed-time/feed-time-dialog.component.js +98 -98
- package/esm2015/lib/shell-components/components/feed-time/feed-time.component.js +87 -87
- package/esm2015/lib/shell-components/components/header-side/header-side.component.js +2342 -2342
- package/esm2015/lib/shell-components/components/header-top/header-top.component.js +489 -489
- package/esm2015/lib/shell-components/components/lives/lives-welcome-page.js +55 -55
- package/esm2015/lib/shell-components/components/menu/menu.component.js +3413 -3413
- package/esm2015/lib/shell-components/components/menu/searchTask.enum.js +10 -10
- package/esm2015/lib/shell-components/components/notifications/announcement-dialog.component.js +110 -110
- package/esm2015/lib/shell-components/components/notifications/notifications.component.js +534 -534
- package/esm2015/lib/shell-components/components/sidebar-top/sidebar-top.component.js +39 -39
- package/esm2015/lib/shell-components/components/sidenav/side-bar.component.js +148 -148
- package/esm2015/lib/shell-components/components/sidenav/sidenav.component.js +439 -439
- package/esm2015/lib/shell-components/components/submit-feedback/submit-feedback.component.js +75 -75
- 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 +161 -161
- package/esm2015/lib/shell-components/shell.module.js +450 -450
- 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 +16979 -16979
- package/fesm2015/thetradeengineorg1-snova-shell-module.js.map +1 -1
- package/lib/globaldependencies/components/avatar.component.d.ts +10 -10
- package/lib/globaldependencies/components/componentbase.d.ts +455 -455
- package/lib/globaldependencies/constants/feature-ids.d.ts +448 -448
- package/lib/globaldependencies/constants/localstorage-properties.d.ts +37 -37
- package/lib/globaldependencies/helpers/dom.helper.d.ts +7 -7
- package/lib/globaldependencies/helpers/fontawesome-icons.d.ts +1 -1
- package/lib/globaldependencies/helpers/moment-utc-date-adapter.d.ts +9 -9
- package/lib/globaldependencies/helpers/window.helper.d.ts +12 -12
- package/lib/globaldependencies/intercepter/jwt.interceptor.d.ts +11 -11
- package/lib/globaldependencies/pipes/fetchSizedAndCachedImage.pipe.d.ts +8 -8
- package/lib/globaldependencies/pipes/highLightText.pipe.d.ts +8 -8
- package/lib/globaldependencies/pipes/orderby-pipe.d.ts +9 -9
- package/lib/globaldependencies/pipes/removeSpecialCharacters.pipe.d.ts +8 -8
- package/lib/globaldependencies/pipes/sanitize.pipe.d.ts +11 -11
- package/lib/globaldependencies/pipes/softlabels.pipes.d.ts +8 -8
- package/lib/globaldependencies/pipes/utctolocaltime.pipe.d.ts +8 -8
- package/lib/globaldependencies/pipes/utctolocaltimewithdate.pipe.d.ts +8 -8
- package/lib/globaldependencies/pipes/workflowstatus.pipes.d.ts +8 -8
- package/lib/shell-components/components/Payments/account.component.d.ts +14 -14
- package/lib/shell-components/components/Payments/company-information.d.ts +62 -62
- package/lib/shell-components/components/Payments/company-plans.component.d.ts +47 -47
- package/lib/shell-components/components/Payments/document.component.d.ts +20 -20
- package/lib/shell-components/components/Payments/payment-method.component.d.ts +15 -15
- package/lib/shell-components/components/Payments/product-service.component.d.ts +48 -48
- package/lib/shell-components/components/Payments/purchase-more-licenses.d.ts +37 -37
- package/lib/shell-components/components/Payments/transactions.component.d.ts +28 -28
- package/lib/shell-components/components/admin-layout/admin-layout.component.d.ts +67 -67
- package/lib/shell-components/components/all-work-items-dialog/all-work-items-dialog.component.d.ts +32 -32
- package/lib/shell-components/components/confirmation-dialog/confirmation-dialog.component.d.ts +32 -32
- package/lib/shell-components/components/export-import-configuration/export-configuration.component.d.ts +60 -60
- package/lib/shell-components/components/feed-time/feed-time-dialog.component.d.ts +33 -33
- package/lib/shell-components/components/feed-time/feed-time.component.d.ts +27 -27
- package/lib/shell-components/components/header-side/header-side.component.d.ts +220 -220
- package/lib/shell-components/components/header-top/header-top.component.d.ts +40 -40
- package/lib/shell-components/components/lives/lives-welcome-page.d.ts +14 -14
- package/lib/shell-components/components/menu/menu.component.d.ts +220 -220
- package/lib/shell-components/components/menu/searchTask.enum.d.ts +8 -8
- package/lib/shell-components/components/notifications/announcement-dialog.component.d.ts +27 -27
- package/lib/shell-components/components/notifications/notifications.component.d.ts +53 -53
- package/lib/shell-components/components/sidebar-top/sidebar-top.component.d.ts +10 -10
- package/lib/shell-components/components/sidenav/side-bar.component.d.ts +23 -23
- package/lib/shell-components/components/sidenav/sidenav.component.d.ts +17 -17
- package/lib/shell-components/components/submit-feedback/submit-feedback.component.d.ts +25 -25
- package/lib/shell-components/constants/api-urls.d.ts +1051 -1051
- package/lib/shell-components/constants/available-languages.d.ts +7 -7
- package/lib/shell-components/constants/channel-names.d.ts +37 -37
- package/lib/shell-components/constants/menu-categories.d.ts +5 -5
- package/lib/shell-components/constants/notification-routes.d.ts +5 -5
- package/lib/shell-components/constants/notification-type-ids.d.ts +41 -41
- package/lib/shell-components/enum/recentSearchType.enum.d.ts +11 -11
- package/lib/shell-components/models/AppMenuItemModel.d.ts +12 -12
- package/lib/shell-components/models/AppNotification.d.ts +12 -12
- package/lib/shell-components/models/AssetAssignedNotificationModel.d.ts +10 -10
- package/lib/shell-components/models/ChannelUpdateModel.d.ts +47 -47
- package/lib/shell-components/models/EmployeeStatusModel.d.ts +11 -11
- package/lib/shell-components/models/IAdjust-screen-options.d.ts +4 -4
- package/lib/shell-components/models/IBadge.d.ts +4 -4
- package/lib/shell-components/models/IChildItem.d.ts +7 -7
- package/lib/shell-components/models/ILayout-change-options.d.ts +4 -4
- package/lib/shell-components/models/IMenuItem.d.ts +14 -14
- package/lib/shell-components/models/IlayoutConf.d.ts +10 -10
- package/lib/shell-components/models/IntroModel.d.ts +3 -3
- package/lib/shell-components/models/MessageDetails.d.ts +55 -55
- package/lib/shell-components/models/MessageTypingDetails.d.ts +9 -9
- package/lib/shell-components/models/NewProjectCreatedNotificationModel.d.ts +8 -8
- package/lib/shell-components/models/NewProjectFeatureNotificationModel.d.ts +8 -8
- package/lib/shell-components/models/NotificationsOutPutModel.d.ts +41 -41
- package/lib/shell-components/models/ProjectSearchCriteriaInputModel.d.ts +10 -10
- package/lib/shell-components/models/RecentSearchModel.d.ts +14 -14
- package/lib/shell-components/models/ReportConfigAssignedNotification.d.ts +9 -9
- package/lib/shell-components/models/ReportSubmittedNotification.d.ts +10 -10
- package/lib/shell-components/models/RoleUpdatedNotification.d.ts +7 -7
- package/lib/shell-components/models/UserStoryAssignedNotification.d.ts +8 -8
- package/lib/shell-components/models/archiveUserStoryModel.d.ts +7 -7
- package/lib/shell-components/models/companieslist.model.d.ts +8 -8
- package/lib/shell-components/models/company-model.d.ts +31 -31
- package/lib/shell-components/models/company-payment-model.d.ts +18 -18
- package/lib/shell-components/models/dragedWidget.d.ts +16 -16
- package/lib/shell-components/models/employee-List.d.ts +8 -8
- package/lib/shell-components/models/employee.d.ts +60 -60
- package/lib/shell-components/models/entityRoleFeature.d.ts +9 -9
- package/lib/shell-components/models/export-configuration-model.d.ts +8 -8
- package/lib/shell-components/models/export-data.module.d.ts +6 -6
- package/lib/shell-components/models/goalApprovedNotificationModel.d.ts +8 -8
- package/lib/shell-components/models/import-configuration-model.d.ts +3 -3
- package/lib/shell-components/models/initialStatusofUsers.d.ts +5 -5
- package/lib/shell-components/models/invoiceOutput-model.d.ts +9 -9
- package/lib/shell-components/models/leaveApplicationNotifiction.d.ts +7 -7
- package/lib/shell-components/models/multiChartsScheduling.d.ts +9 -9
- package/lib/shell-components/models/parkUserStoryInputModel.d.ts +7 -7
- package/lib/shell-components/models/project.d.ts +28 -28
- package/lib/shell-components/models/recentSearchApiModel.d.ts +6 -6
- package/lib/shell-components/models/searchCriteriaInputModelBase.d.ts +10 -10
- package/lib/shell-components/models/shellModulesInfo.d.ts +16 -16
- package/lib/shell-components/models/softlabels-model.d.ts +66 -66
- package/lib/shell-components/models/sprintReplanRequestedModel.d.ts +7 -7
- package/lib/shell-components/models/sprintStartedNotificationModel.d.ts +7 -7
- package/lib/shell-components/models/store-model.d.ts +13 -13
- package/lib/shell-components/models/store-search-model.d.ts +7 -7
- package/lib/shell-components/models/themes.model.d.ts +9 -9
- package/lib/shell-components/models/timesheetenabledisable.d.ts +16 -16
- package/lib/shell-components/models/user.d.ts +40 -40
- package/lib/shell-components/models/userStory.d.ts +188 -188
- package/lib/shell-components/models/userStoryCommentNotificationModel.d.ts +6 -6
- package/lib/shell-components/models/userStoryUpdateNotificationModel.d.ts +6 -6
- package/lib/shell-components/models/userstory-custom-fields.model.d.ts +6 -6
- package/lib/shell-components/models/validation.model.d.ts +5 -5
- package/lib/shell-components/models/widgetlist.d.ts +28 -28
- package/lib/shell-components/models/workspaceList.d.ts +19 -19
- package/lib/shell-components/services/authentication.service.d.ts +18 -18
- package/lib/shell-components/services/chat.service.d.ts +16 -16
- package/lib/shell-components/services/common-used.service.d.ts +45 -45
- package/lib/shell-components/services/feature.service.d.ts +19 -19
- package/lib/shell-components/services/google-analytics.service.d.ts +9 -9
- package/lib/shell-components/services/layout.service.d.ts +23 -23
- package/lib/shell-components/services/payment.service.d.ts +19 -19
- package/lib/shell-components/services/recentSearch.service.d.ts +16 -16
- package/lib/shell-components/services/shell.modules.service.d.ts +9 -9
- package/lib/shell-components/services/signalr.service.d.ts +25 -25
- package/lib/shell-components/services/theme.service.d.ts +14 -14
- package/lib/shell-components/shell.module.d.ts +119 -119
- package/lib/shell-components/shell.routing.d.ts +2 -2
- package/lib/shell-components/store/actions/authentication.actions.d.ts +327 -327
- package/lib/shell-components/store/actions/chat.actions.d.ts +399 -399
- package/lib/shell-components/store/actions/menuitems.actions.d.ts +51 -51
- package/lib/shell-components/store/actions/notification-validator.action.d.ts +25 -25
- package/lib/shell-components/store/actions/notifications.actions.d.ts +116 -116
- package/lib/shell-components/store/effects/authentication.effects.d.ts +54 -54
- package/lib/shell-components/store/effects/chat.effects.d.ts +30 -30
- package/lib/shell-components/store/effects/index.d.ts +1 -1
- package/lib/shell-components/store/effects/menuitems.effects.d.ts +17 -17
- package/lib/shell-components/store/effects/notification-validator.effects.d.ts +21 -21
- package/lib/shell-components/store/effects/notifications.effects.d.ts +23 -23
- package/lib/shell-components/store/reducers/authentication.reducers.d.ts +30 -30
- package/lib/shell-components/store/reducers/chat.reducers.d.ts +17 -17
- package/lib/shell-components/store/reducers/index.d.ts +59 -59
- package/lib/shell-components/store/reducers/menuitems.reducers.d.ts +11 -11
- package/lib/shell-components/store/reducers/notification-validator.reducers.d.ts +5 -5
- package/lib/shell-components/store/reducers/notifications.reducers.d.ts +10 -10
- package/package.json +1 -1
- package/public-api.d.ts +82 -82
- package/store/reducers/index.d.ts +24 -24
- package/thetradeengineorg1-snova-shell-module.d.ts +5 -5
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import { OnInit } from "@angular/core";
|
|
2
|
-
import { StoreManagementService } from "@thetradeengineorg1/snova-document-management";
|
|
3
|
-
import '../../../globaldependencies/helpers/fontawesome-icons';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class DocumentComponent implements OnInit {
|
|
6
|
-
private storeManagementService;
|
|
7
|
-
data: any;
|
|
8
|
-
selectedTab: string;
|
|
9
|
-
selectedTabIndex: number;
|
|
10
|
-
paymentDetails: any;
|
|
11
|
-
isAnyOperationIsInprogress: boolean;
|
|
12
|
-
isFromRoute: boolean;
|
|
13
|
-
dashboardUpdateInProgress: boolean;
|
|
14
|
-
constructor(storeManagementService: StoreManagementService, data: any);
|
|
15
|
-
ngOnInit(): void;
|
|
16
|
-
downloadFile(): void;
|
|
17
|
-
downloadPdf(pdf: any): void;
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DocumentComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DocumentComponent, "app-document-component", never, {}, {}, never, never>;
|
|
20
|
-
}
|
|
1
|
+
import { OnInit } from "@angular/core";
|
|
2
|
+
import { StoreManagementService } from "@thetradeengineorg1/snova-document-management";
|
|
3
|
+
import '../../../globaldependencies/helpers/fontawesome-icons';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class DocumentComponent implements OnInit {
|
|
6
|
+
private storeManagementService;
|
|
7
|
+
data: any;
|
|
8
|
+
selectedTab: string;
|
|
9
|
+
selectedTabIndex: number;
|
|
10
|
+
paymentDetails: any;
|
|
11
|
+
isAnyOperationIsInprogress: boolean;
|
|
12
|
+
isFromRoute: boolean;
|
|
13
|
+
dashboardUpdateInProgress: boolean;
|
|
14
|
+
constructor(storeManagementService: StoreManagementService, data: any);
|
|
15
|
+
ngOnInit(): void;
|
|
16
|
+
downloadFile(): void;
|
|
17
|
+
downloadPdf(pdf: any): void;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DocumentComponent, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DocumentComponent, "app-document-component", never, {}, {}, never, never>;
|
|
20
|
+
}
|
|
21
21
|
//# sourceMappingURL=document.component.d.ts.map
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { OnInit } from "@angular/core";
|
|
2
|
-
import '../../../globaldependencies/helpers/fontawesome-icons';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class PaymentMethodComponent implements OnInit {
|
|
5
|
-
data: any;
|
|
6
|
-
selectedTab: string;
|
|
7
|
-
selectedTabIndex: number;
|
|
8
|
-
paymentDetails: any;
|
|
9
|
-
isAnyOperationIsInprogress: boolean;
|
|
10
|
-
isFromRoute: boolean;
|
|
11
|
-
constructor(data: any);
|
|
12
|
-
ngOnInit(): void;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PaymentMethodComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PaymentMethodComponent, "app-payment-method-component", never, {}, {}, never, never>;
|
|
15
|
-
}
|
|
1
|
+
import { OnInit } from "@angular/core";
|
|
2
|
+
import '../../../globaldependencies/helpers/fontawesome-icons';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class PaymentMethodComponent implements OnInit {
|
|
5
|
+
data: any;
|
|
6
|
+
selectedTab: string;
|
|
7
|
+
selectedTabIndex: number;
|
|
8
|
+
paymentDetails: any;
|
|
9
|
+
isAnyOperationIsInprogress: boolean;
|
|
10
|
+
isFromRoute: boolean;
|
|
11
|
+
constructor(data: any);
|
|
12
|
+
ngOnInit(): void;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PaymentMethodComponent, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PaymentMethodComponent, "app-payment-method-component", never, {}, {}, never, never>;
|
|
15
|
+
}
|
|
16
16
|
//# sourceMappingURL=payment-method.component.d.ts.map
|
|
@@ -1,49 +1,49 @@
|
|
|
1
|
-
import { OnInit } from "@angular/core";
|
|
2
|
-
import { MatDialog } from "@angular/material/dialog";
|
|
3
|
-
import { Router } from '@angular/router';
|
|
4
|
-
import { CookieService } from 'ngx-cookie-service';
|
|
5
|
-
import { ToastrService } from 'ngx-toastr';
|
|
6
|
-
import '../../../globaldependencies/helpers/fontawesome-icons';
|
|
7
|
-
import { PaymentService } from '../../services/payment.service';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
export declare class ProductAndServicesComponent implements OnInit {
|
|
10
|
-
data: any;
|
|
11
|
-
private toastr;
|
|
12
|
-
private paymentService;
|
|
13
|
-
router: Router;
|
|
14
|
-
private cookieService;
|
|
15
|
-
dialog: MatDialog;
|
|
16
|
-
selectedTab: string;
|
|
17
|
-
selectedTabIndex: number;
|
|
18
|
-
paymentDetails: any;
|
|
19
|
-
isSubscriptionCancel: boolean;
|
|
20
|
-
isAnyOperationIsInprogress: boolean;
|
|
21
|
-
isFromRoute: boolean;
|
|
22
|
-
totalNoOfActiveUsers: any;
|
|
23
|
-
totalNoOfPurchases: any;
|
|
24
|
-
isShowRenewal: boolean;
|
|
25
|
-
productName: string;
|
|
26
|
-
isTrailValid: boolean;
|
|
27
|
-
noOfDays: any;
|
|
28
|
-
company: any;
|
|
29
|
-
renewalDate: any;
|
|
30
|
-
isCancelled: boolean;
|
|
31
|
-
subscriptionType: any;
|
|
32
|
-
isLoading: boolean;
|
|
33
|
-
paymentHistory: any;
|
|
34
|
-
closeBookingPopup: any;
|
|
35
|
-
constructor(data: any, toastr: ToastrService, paymentService: PaymentService, router: Router, cookieService: CookieService, dialog: MatDialog);
|
|
36
|
-
ngOnInit(): void;
|
|
37
|
-
cancelSubscription(): void;
|
|
38
|
-
getActiveUsersCount(): void;
|
|
39
|
-
getPurchasedLicensesCount(): void;
|
|
40
|
-
navigateToSubscription(): void;
|
|
41
|
-
purchaseMoreLicenses(): void;
|
|
42
|
-
navigateToPlans(): void;
|
|
43
|
-
getPaymentHistory(): void;
|
|
44
|
-
openpop(closeBookingPopup: any): void;
|
|
45
|
-
close(): void;
|
|
46
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ProductAndServicesComponent, never>;
|
|
47
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProductAndServicesComponent, "app-product-services-component", never, {}, {}, never, never>;
|
|
48
|
-
}
|
|
1
|
+
import { OnInit } from "@angular/core";
|
|
2
|
+
import { MatDialog } from "@angular/material/dialog";
|
|
3
|
+
import { Router } from '@angular/router';
|
|
4
|
+
import { CookieService } from 'ngx-cookie-service';
|
|
5
|
+
import { ToastrService } from 'ngx-toastr';
|
|
6
|
+
import '../../../globaldependencies/helpers/fontawesome-icons';
|
|
7
|
+
import { PaymentService } from '../../services/payment.service';
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
9
|
+
export declare class ProductAndServicesComponent implements OnInit {
|
|
10
|
+
data: any;
|
|
11
|
+
private toastr;
|
|
12
|
+
private paymentService;
|
|
13
|
+
router: Router;
|
|
14
|
+
private cookieService;
|
|
15
|
+
dialog: MatDialog;
|
|
16
|
+
selectedTab: string;
|
|
17
|
+
selectedTabIndex: number;
|
|
18
|
+
paymentDetails: any;
|
|
19
|
+
isSubscriptionCancel: boolean;
|
|
20
|
+
isAnyOperationIsInprogress: boolean;
|
|
21
|
+
isFromRoute: boolean;
|
|
22
|
+
totalNoOfActiveUsers: any;
|
|
23
|
+
totalNoOfPurchases: any;
|
|
24
|
+
isShowRenewal: boolean;
|
|
25
|
+
productName: string;
|
|
26
|
+
isTrailValid: boolean;
|
|
27
|
+
noOfDays: any;
|
|
28
|
+
company: any;
|
|
29
|
+
renewalDate: any;
|
|
30
|
+
isCancelled: boolean;
|
|
31
|
+
subscriptionType: any;
|
|
32
|
+
isLoading: boolean;
|
|
33
|
+
paymentHistory: any;
|
|
34
|
+
closeBookingPopup: any;
|
|
35
|
+
constructor(data: any, toastr: ToastrService, paymentService: PaymentService, router: Router, cookieService: CookieService, dialog: MatDialog);
|
|
36
|
+
ngOnInit(): void;
|
|
37
|
+
cancelSubscription(): void;
|
|
38
|
+
getActiveUsersCount(): void;
|
|
39
|
+
getPurchasedLicensesCount(): void;
|
|
40
|
+
navigateToSubscription(): void;
|
|
41
|
+
purchaseMoreLicenses(): void;
|
|
42
|
+
navigateToPlans(): void;
|
|
43
|
+
getPaymentHistory(): void;
|
|
44
|
+
openpop(closeBookingPopup: any): void;
|
|
45
|
+
close(): void;
|
|
46
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ProductAndServicesComponent, never>;
|
|
47
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ProductAndServicesComponent, "app-product-services-component", never, {}, {}, never, never>;
|
|
48
|
+
}
|
|
49
49
|
//# sourceMappingURL=product-service.component.d.ts.map
|
|
@@ -1,38 +1,38 @@
|
|
|
1
|
-
import { OnInit } from "@angular/core";
|
|
2
|
-
import { MatDialogRef } from "@angular/material/dialog";
|
|
3
|
-
import { Router } from '@angular/router';
|
|
4
|
-
import { ToastrService } from 'ngx-toastr';
|
|
5
|
-
import { SPINNER } from 'ngx-ui-loader';
|
|
6
|
-
import '../../../globaldependencies/helpers/fontawesome-icons';
|
|
7
|
-
import { PaymentService } from '../../services/payment.service';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
export declare class PurchaseMoreLicensesComponent implements OnInit {
|
|
10
|
-
data: any;
|
|
11
|
-
dialogRef: MatDialogRef<PurchaseMoreLicensesComponent>;
|
|
12
|
-
private toastr;
|
|
13
|
-
router: Router;
|
|
14
|
-
private paymentService;
|
|
15
|
-
handler: any;
|
|
16
|
-
totalAmount: any;
|
|
17
|
-
isAnyOperationIsInprogress: boolean;
|
|
18
|
-
isFromRoute: boolean;
|
|
19
|
-
activeUsers: any;
|
|
20
|
-
planInterval: any;
|
|
21
|
-
noOfPurchases: any;
|
|
22
|
-
selectedPlanName: any;
|
|
23
|
-
subscriptionType: string;
|
|
24
|
-
companyMainLogo: any;
|
|
25
|
-
isDisable: boolean;
|
|
26
|
-
isNewSub: boolean;
|
|
27
|
-
spinnerType: SPINNER;
|
|
28
|
-
isSucessPay: boolean;
|
|
29
|
-
constructor(data: any, dialogRef: MatDialogRef<PurchaseMoreLicensesComponent>, toastr: ToastrService, router: Router, paymentService: PaymentService);
|
|
30
|
-
ngOnInit(): void;
|
|
31
|
-
close(): void;
|
|
32
|
-
costCalculation(): void;
|
|
33
|
-
pay(): void;
|
|
34
|
-
close2(): void;
|
|
35
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PurchaseMoreLicensesComponent, never>;
|
|
36
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PurchaseMoreLicensesComponent, "app-purchase-licenses", never, {}, {}, never, never>;
|
|
37
|
-
}
|
|
1
|
+
import { OnInit } from "@angular/core";
|
|
2
|
+
import { MatDialogRef } from "@angular/material/dialog";
|
|
3
|
+
import { Router } from '@angular/router';
|
|
4
|
+
import { ToastrService } from 'ngx-toastr';
|
|
5
|
+
import { SPINNER } from 'ngx-ui-loader';
|
|
6
|
+
import '../../../globaldependencies/helpers/fontawesome-icons';
|
|
7
|
+
import { PaymentService } from '../../services/payment.service';
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
9
|
+
export declare class PurchaseMoreLicensesComponent implements OnInit {
|
|
10
|
+
data: any;
|
|
11
|
+
dialogRef: MatDialogRef<PurchaseMoreLicensesComponent>;
|
|
12
|
+
private toastr;
|
|
13
|
+
router: Router;
|
|
14
|
+
private paymentService;
|
|
15
|
+
handler: any;
|
|
16
|
+
totalAmount: any;
|
|
17
|
+
isAnyOperationIsInprogress: boolean;
|
|
18
|
+
isFromRoute: boolean;
|
|
19
|
+
activeUsers: any;
|
|
20
|
+
planInterval: any;
|
|
21
|
+
noOfPurchases: any;
|
|
22
|
+
selectedPlanName: any;
|
|
23
|
+
subscriptionType: string;
|
|
24
|
+
companyMainLogo: any;
|
|
25
|
+
isDisable: boolean;
|
|
26
|
+
isNewSub: boolean;
|
|
27
|
+
spinnerType: SPINNER;
|
|
28
|
+
isSucessPay: boolean;
|
|
29
|
+
constructor(data: any, dialogRef: MatDialogRef<PurchaseMoreLicensesComponent>, toastr: ToastrService, router: Router, paymentService: PaymentService);
|
|
30
|
+
ngOnInit(): void;
|
|
31
|
+
close(): void;
|
|
32
|
+
costCalculation(): void;
|
|
33
|
+
pay(): void;
|
|
34
|
+
close2(): void;
|
|
35
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PurchaseMoreLicensesComponent, never>;
|
|
36
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PurchaseMoreLicensesComponent, "app-purchase-licenses", never, {}, {}, never, never>;
|
|
37
|
+
}
|
|
38
38
|
//# sourceMappingURL=purchase-more-licenses.d.ts.map
|
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
import { OnInit, ChangeDetectorRef } from "@angular/core";
|
|
2
|
-
import { ToastrService } from 'ngx-toastr';
|
|
3
|
-
import '../../../globaldependencies/helpers/fontawesome-icons';
|
|
4
|
-
import { InvoiceOutputModel } from '../../models/invoiceOutput-model';
|
|
5
|
-
import { PaymentService } from '../../services/payment.service';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class TransactionsComponent implements OnInit {
|
|
8
|
-
data: any;
|
|
9
|
-
private paymentService;
|
|
10
|
-
private toastr;
|
|
11
|
-
private cdRef;
|
|
12
|
-
selectedTab: string;
|
|
13
|
-
selectedTabIndex: number;
|
|
14
|
-
paymentDetails: any;
|
|
15
|
-
isAnyOperationIsInprogress: boolean;
|
|
16
|
-
isFromRoute: boolean;
|
|
17
|
-
invoiceDetails: InvoiceOutputModel;
|
|
18
|
-
invoiceList: InvoiceOutputModel[];
|
|
19
|
-
invoices: any;
|
|
20
|
-
payments: any;
|
|
21
|
-
constructor(data: any, paymentService: PaymentService, toastr: ToastrService, cdRef: ChangeDetectorRef);
|
|
22
|
-
ngOnInit(): void;
|
|
23
|
-
onTabClick(selectedName: any): void;
|
|
24
|
-
getAllTransactions(): void;
|
|
25
|
-
downloadInvoice(pdfLink: any): void;
|
|
26
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionsComponent, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TransactionsComponent, "app-transactions-component", never, {}, {}, never, never>;
|
|
28
|
-
}
|
|
1
|
+
import { OnInit, ChangeDetectorRef } from "@angular/core";
|
|
2
|
+
import { ToastrService } from 'ngx-toastr';
|
|
3
|
+
import '../../../globaldependencies/helpers/fontawesome-icons';
|
|
4
|
+
import { InvoiceOutputModel } from '../../models/invoiceOutput-model';
|
|
5
|
+
import { PaymentService } from '../../services/payment.service';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class TransactionsComponent implements OnInit {
|
|
8
|
+
data: any;
|
|
9
|
+
private paymentService;
|
|
10
|
+
private toastr;
|
|
11
|
+
private cdRef;
|
|
12
|
+
selectedTab: string;
|
|
13
|
+
selectedTabIndex: number;
|
|
14
|
+
paymentDetails: any;
|
|
15
|
+
isAnyOperationIsInprogress: boolean;
|
|
16
|
+
isFromRoute: boolean;
|
|
17
|
+
invoiceDetails: InvoiceOutputModel;
|
|
18
|
+
invoiceList: InvoiceOutputModel[];
|
|
19
|
+
invoices: any;
|
|
20
|
+
payments: any;
|
|
21
|
+
constructor(data: any, paymentService: PaymentService, toastr: ToastrService, cdRef: ChangeDetectorRef);
|
|
22
|
+
ngOnInit(): void;
|
|
23
|
+
onTabClick(selectedName: any): void;
|
|
24
|
+
getAllTransactions(): void;
|
|
25
|
+
downloadInvoice(pdfLink: any): void;
|
|
26
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionsComponent, never>;
|
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TransactionsComponent, "app-transactions-component", never, {}, {}, never, never>;
|
|
28
|
+
}
|
|
29
29
|
//# sourceMappingURL=transactions.component.d.ts.map
|
|
@@ -1,68 +1,68 @@
|
|
|
1
|
-
import { OnInit, AfterViewInit, OnDestroy } from "@angular/core";
|
|
2
|
-
import { Router } from "@angular/router";
|
|
3
|
-
import { TranslateService } from "@ngx-translate/core";
|
|
4
|
-
import { Observable, Subject } from "rxjs";
|
|
5
|
-
import { Store } from "@ngrx/store";
|
|
6
|
-
import { CookieService } from "ngx-cookie-service";
|
|
7
|
-
import { Actions } from "@ngrx/effects";
|
|
8
|
-
import { Location } from "@angular/common";
|
|
9
|
-
import { SoftLabelConfigurationModel } from "../../models/softlabels-model";
|
|
10
|
-
import { LayoutService } from '../../services/layout.service';
|
|
11
|
-
import { UserStory } from '../../models/userStory';
|
|
12
|
-
import * as SharedModuleState from "../../store/reducers/index";
|
|
13
|
-
import '../../../globaldependencies/helpers/fontawesome-icons';
|
|
14
|
-
import { CommonService } from '../../services/common-used.service';
|
|
15
|
-
import { PubNubAngular } from 'pubnub-angular2';
|
|
16
|
-
import { SPINNER } from 'ngx-ui-loader';
|
|
17
|
-
import { SignalrService } from "../../services/signalr.service";
|
|
18
|
-
import * as i0 from "@angular/core";
|
|
19
|
-
export declare class AdminLayoutComponent implements OnInit, AfterViewInit, OnDestroy {
|
|
20
|
-
private router;
|
|
21
|
-
translate: TranslateService;
|
|
22
|
-
private layout;
|
|
23
|
-
private store;
|
|
24
|
-
private cookieService;
|
|
25
|
-
private actionUpdates$;
|
|
26
|
-
private location;
|
|
27
|
-
private commonService;
|
|
28
|
-
private pubnub;
|
|
29
|
-
private signalr;
|
|
30
|
-
isModuleLoading: Boolean;
|
|
31
|
-
private moduleLoaderSub;
|
|
32
|
-
private layoutConfSub;
|
|
33
|
-
private routerEventSub;
|
|
34
|
-
private mediaSub;
|
|
35
|
-
softLabels$: Observable<SoftLabelConfigurationModel[]>;
|
|
36
|
-
softLabels: SoftLabelConfigurationModel[];
|
|
37
|
-
scrollConfig: {};
|
|
38
|
-
layoutConf: any;
|
|
39
|
-
display: boolean;
|
|
40
|
-
userStories$: Observable<UserStory[]>;
|
|
41
|
-
show: boolean;
|
|
42
|
-
userStories: UserStory[];
|
|
43
|
-
userStory: UserStory;
|
|
44
|
-
anyOperationInProgressForAutoLogging$: Observable<boolean>;
|
|
45
|
-
ngDestroyed$: Subject<unknown>;
|
|
46
|
-
dashboardPage: boolean;
|
|
47
|
-
bgcolor: any;
|
|
48
|
-
private sub;
|
|
49
|
-
userstory: string;
|
|
50
|
-
loading: boolean;
|
|
51
|
-
totalLoadingTime: number;
|
|
52
|
-
interval: any;
|
|
53
|
-
spinnerType: SPINNER;
|
|
54
|
-
constructor(router: Router, translate: TranslateService, layout: LayoutService, store: Store<SharedModuleState.State>, cookieService: CookieService, actionUpdates$: Actions, location: Location, commonService: CommonService, pubnub: PubNubAngular, signalr: SignalrService);
|
|
55
|
-
ngOnInit(): void;
|
|
56
|
-
onResize(event: any): void;
|
|
57
|
-
Opened(event: any): void;
|
|
58
|
-
getSoftLabelConfigurations(): void;
|
|
59
|
-
getSoftLabels(): void;
|
|
60
|
-
ngAfterViewInit(): void;
|
|
61
|
-
scrollToTop(selector: string): void;
|
|
62
|
-
ngOnDestroy(): void;
|
|
63
|
-
closeSidebar(): void;
|
|
64
|
-
startTimer(): void;
|
|
65
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdminLayoutComponent, never>;
|
|
66
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AdminLayoutComponent, "app-admin-layout", never, {}, {}, never, never>;
|
|
67
|
-
}
|
|
1
|
+
import { OnInit, AfterViewInit, OnDestroy } from "@angular/core";
|
|
2
|
+
import { Router } from "@angular/router";
|
|
3
|
+
import { TranslateService } from "@ngx-translate/core";
|
|
4
|
+
import { Observable, Subject } from "rxjs";
|
|
5
|
+
import { Store } from "@ngrx/store";
|
|
6
|
+
import { CookieService } from "ngx-cookie-service";
|
|
7
|
+
import { Actions } from "@ngrx/effects";
|
|
8
|
+
import { Location } from "@angular/common";
|
|
9
|
+
import { SoftLabelConfigurationModel } from "../../models/softlabels-model";
|
|
10
|
+
import { LayoutService } from '../../services/layout.service';
|
|
11
|
+
import { UserStory } from '../../models/userStory';
|
|
12
|
+
import * as SharedModuleState from "../../store/reducers/index";
|
|
13
|
+
import '../../../globaldependencies/helpers/fontawesome-icons';
|
|
14
|
+
import { CommonService } from '../../services/common-used.service';
|
|
15
|
+
import { PubNubAngular } from 'pubnub-angular2';
|
|
16
|
+
import { SPINNER } from 'ngx-ui-loader';
|
|
17
|
+
import { SignalrService } from "../../services/signalr.service";
|
|
18
|
+
import * as i0 from "@angular/core";
|
|
19
|
+
export declare class AdminLayoutComponent implements OnInit, AfterViewInit, OnDestroy {
|
|
20
|
+
private router;
|
|
21
|
+
translate: TranslateService;
|
|
22
|
+
private layout;
|
|
23
|
+
private store;
|
|
24
|
+
private cookieService;
|
|
25
|
+
private actionUpdates$;
|
|
26
|
+
private location;
|
|
27
|
+
private commonService;
|
|
28
|
+
private pubnub;
|
|
29
|
+
private signalr;
|
|
30
|
+
isModuleLoading: Boolean;
|
|
31
|
+
private moduleLoaderSub;
|
|
32
|
+
private layoutConfSub;
|
|
33
|
+
private routerEventSub;
|
|
34
|
+
private mediaSub;
|
|
35
|
+
softLabels$: Observable<SoftLabelConfigurationModel[]>;
|
|
36
|
+
softLabels: SoftLabelConfigurationModel[];
|
|
37
|
+
scrollConfig: {};
|
|
38
|
+
layoutConf: any;
|
|
39
|
+
display: boolean;
|
|
40
|
+
userStories$: Observable<UserStory[]>;
|
|
41
|
+
show: boolean;
|
|
42
|
+
userStories: UserStory[];
|
|
43
|
+
userStory: UserStory;
|
|
44
|
+
anyOperationInProgressForAutoLogging$: Observable<boolean>;
|
|
45
|
+
ngDestroyed$: Subject<unknown>;
|
|
46
|
+
dashboardPage: boolean;
|
|
47
|
+
bgcolor: any;
|
|
48
|
+
private sub;
|
|
49
|
+
userstory: string;
|
|
50
|
+
loading: boolean;
|
|
51
|
+
totalLoadingTime: number;
|
|
52
|
+
interval: any;
|
|
53
|
+
spinnerType: SPINNER;
|
|
54
|
+
constructor(router: Router, translate: TranslateService, layout: LayoutService, store: Store<SharedModuleState.State>, cookieService: CookieService, actionUpdates$: Actions, location: Location, commonService: CommonService, pubnub: PubNubAngular, signalr: SignalrService);
|
|
55
|
+
ngOnInit(): void;
|
|
56
|
+
onResize(event: any): void;
|
|
57
|
+
Opened(event: any): void;
|
|
58
|
+
getSoftLabelConfigurations(): void;
|
|
59
|
+
getSoftLabels(): void;
|
|
60
|
+
ngAfterViewInit(): void;
|
|
61
|
+
scrollToTop(selector: string): void;
|
|
62
|
+
ngOnDestroy(): void;
|
|
63
|
+
closeSidebar(): void;
|
|
64
|
+
startTimer(): void;
|
|
65
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdminLayoutComponent, never>;
|
|
66
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdminLayoutComponent, "app-admin-layout", never, {}, {}, never, never>;
|
|
67
|
+
}
|
|
68
68
|
//# sourceMappingURL=admin-layout.component.d.ts.map
|
package/lib/shell-components/components/all-work-items-dialog/all-work-items-dialog.component.d.ts
CHANGED
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
import { EventEmitter, OnInit, ViewContainerRef, Compiler } from "@angular/core";
|
|
2
|
-
import { MatDialogRef } from "@angular/material/dialog";
|
|
3
|
-
import { ActivatedRoute } from "@angular/router";
|
|
4
|
-
import { CustomAppBaseComponent } from '../../../globaldependencies/components/componentbase';
|
|
5
|
-
import { ShellModulesService } from '../../services/shell.modules.service';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class WorkItemsDialogComponent extends CustomAppBaseComponent implements OnInit {
|
|
8
|
-
private projectModulesService;
|
|
9
|
-
private compiler;
|
|
10
|
-
private vcr;
|
|
11
|
-
reportsDialog: MatDialogRef<WorkItemsDialogComponent>;
|
|
12
|
-
data: any;
|
|
13
|
-
private route;
|
|
14
|
-
closeReportsSheetPopup: EventEmitter<any>;
|
|
15
|
-
private ngModuleRef;
|
|
16
|
-
allWorkitemsComponent: any;
|
|
17
|
-
widgetListinputs: any;
|
|
18
|
-
allWorkItemsinputs: {
|
|
19
|
-
isPopup: boolean;
|
|
20
|
-
};
|
|
21
|
-
injector: any;
|
|
22
|
-
allWorkItemsoutputs: {
|
|
23
|
-
closePopUp: (event: any) => void;
|
|
24
|
-
};
|
|
25
|
-
constructor(projectModulesService: ShellModulesService, compiler: Compiler, vcr: ViewContainerRef, reportsDialog: MatDialogRef<WorkItemsDialogComponent>, data: any, route: ActivatedRoute);
|
|
26
|
-
onNoClick(): void;
|
|
27
|
-
closeDialog(event: any): void;
|
|
28
|
-
ngOnInit(): void;
|
|
29
|
-
loadComponent(): void;
|
|
30
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<WorkItemsDialogComponent, never>;
|
|
31
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<WorkItemsDialogComponent, "work-items-dailogue", never, {}, { "closeReportsSheetPopup": "closeReportsSheetPopup"; }, never, never>;
|
|
32
|
-
}
|
|
1
|
+
import { EventEmitter, OnInit, ViewContainerRef, Compiler } from "@angular/core";
|
|
2
|
+
import { MatDialogRef } from "@angular/material/dialog";
|
|
3
|
+
import { ActivatedRoute } from "@angular/router";
|
|
4
|
+
import { CustomAppBaseComponent } from '../../../globaldependencies/components/componentbase';
|
|
5
|
+
import { ShellModulesService } from '../../services/shell.modules.service';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class WorkItemsDialogComponent extends CustomAppBaseComponent implements OnInit {
|
|
8
|
+
private projectModulesService;
|
|
9
|
+
private compiler;
|
|
10
|
+
private vcr;
|
|
11
|
+
reportsDialog: MatDialogRef<WorkItemsDialogComponent>;
|
|
12
|
+
data: any;
|
|
13
|
+
private route;
|
|
14
|
+
closeReportsSheetPopup: EventEmitter<any>;
|
|
15
|
+
private ngModuleRef;
|
|
16
|
+
allWorkitemsComponent: any;
|
|
17
|
+
widgetListinputs: any;
|
|
18
|
+
allWorkItemsinputs: {
|
|
19
|
+
isPopup: boolean;
|
|
20
|
+
};
|
|
21
|
+
injector: any;
|
|
22
|
+
allWorkItemsoutputs: {
|
|
23
|
+
closePopUp: (event: any) => void;
|
|
24
|
+
};
|
|
25
|
+
constructor(projectModulesService: ShellModulesService, compiler: Compiler, vcr: ViewContainerRef, reportsDialog: MatDialogRef<WorkItemsDialogComponent>, data: any, route: ActivatedRoute);
|
|
26
|
+
onNoClick(): void;
|
|
27
|
+
closeDialog(event: any): void;
|
|
28
|
+
ngOnInit(): void;
|
|
29
|
+
loadComponent(): void;
|
|
30
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<WorkItemsDialogComponent, never>;
|
|
31
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WorkItemsDialogComponent, "work-items-dailogue", never, {}, { "closeReportsSheetPopup": "closeReportsSheetPopup"; }, never, never>;
|
|
32
|
+
}
|
|
33
33
|
//# sourceMappingURL=all-work-items-dialog.component.d.ts.map
|
package/lib/shell-components/components/confirmation-dialog/confirmation-dialog.component.d.ts
CHANGED
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
import { OnInit } from "@angular/core";
|
|
2
|
-
import { MatDialogRef } from "@angular/material/dialog";
|
|
3
|
-
import { Store } from "@ngrx/store";
|
|
4
|
-
import { State } from "../../store/reducers/index";
|
|
5
|
-
import { Actions } from "@ngrx/effects";
|
|
6
|
-
import { Router, ActivatedRoute } from "@angular/router";
|
|
7
|
-
import { Subject, Observable } from "rxjs";
|
|
8
|
-
import '../../../globaldependencies/helpers/fontawesome-icons';
|
|
9
|
-
import { CommonService } from '../../services/common-used.service';
|
|
10
|
-
import { CookieService } from 'ngx-cookie-service';
|
|
11
|
-
import * as i0 from "@angular/core";
|
|
12
|
-
/** @dynamic */
|
|
13
|
-
export declare class ConfirmationDialogComponent implements OnInit {
|
|
14
|
-
dialogRef: MatDialogRef<ConfirmationDialogComponent>;
|
|
15
|
-
private route;
|
|
16
|
-
private store;
|
|
17
|
-
private actionUpdates$;
|
|
18
|
-
private router;
|
|
19
|
-
private commonService;
|
|
20
|
-
private cookieService;
|
|
21
|
-
data: any;
|
|
22
|
-
private window;
|
|
23
|
-
ngDestroyed$: Subject<unknown>;
|
|
24
|
-
demoDataDeletionLoading$: Observable<boolean>;
|
|
25
|
-
constructor(dialogRef: MatDialogRef<ConfirmationDialogComponent>, route: ActivatedRoute, store: Store<State>, actionUpdates$: Actions, router: Router, commonService: CommonService, cookieService: CookieService, data: any, window: Window);
|
|
26
|
-
ngOnInit(): void;
|
|
27
|
-
Delete(): void;
|
|
28
|
-
CancelDelete(): void;
|
|
29
|
-
GetWorkSpaces(): void;
|
|
30
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmationDialogComponent, never>;
|
|
31
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmationDialogComponent, "app-confirmation-dialog", never, {}, {}, never, never>;
|
|
32
|
-
}
|
|
1
|
+
import { OnInit } from "@angular/core";
|
|
2
|
+
import { MatDialogRef } from "@angular/material/dialog";
|
|
3
|
+
import { Store } from "@ngrx/store";
|
|
4
|
+
import { State } from "../../store/reducers/index";
|
|
5
|
+
import { Actions } from "@ngrx/effects";
|
|
6
|
+
import { Router, ActivatedRoute } from "@angular/router";
|
|
7
|
+
import { Subject, Observable } from "rxjs";
|
|
8
|
+
import '../../../globaldependencies/helpers/fontawesome-icons';
|
|
9
|
+
import { CommonService } from '../../services/common-used.service';
|
|
10
|
+
import { CookieService } from 'ngx-cookie-service';
|
|
11
|
+
import * as i0 from "@angular/core";
|
|
12
|
+
/** @dynamic */
|
|
13
|
+
export declare class ConfirmationDialogComponent implements OnInit {
|
|
14
|
+
dialogRef: MatDialogRef<ConfirmationDialogComponent>;
|
|
15
|
+
private route;
|
|
16
|
+
private store;
|
|
17
|
+
private actionUpdates$;
|
|
18
|
+
private router;
|
|
19
|
+
private commonService;
|
|
20
|
+
private cookieService;
|
|
21
|
+
data: any;
|
|
22
|
+
private window;
|
|
23
|
+
ngDestroyed$: Subject<unknown>;
|
|
24
|
+
demoDataDeletionLoading$: Observable<boolean>;
|
|
25
|
+
constructor(dialogRef: MatDialogRef<ConfirmationDialogComponent>, route: ActivatedRoute, store: Store<State>, actionUpdates$: Actions, router: Router, commonService: CommonService, cookieService: CookieService, data: any, window: Window);
|
|
26
|
+
ngOnInit(): void;
|
|
27
|
+
Delete(): void;
|
|
28
|
+
CancelDelete(): void;
|
|
29
|
+
GetWorkSpaces(): void;
|
|
30
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmationDialogComponent, never>;
|
|
31
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmationDialogComponent, "app-confirmation-dialog", never, {}, {}, never, never>;
|
|
32
|
+
}
|
|
33
33
|
//# sourceMappingURL=confirmation-dialog.component.d.ts.map
|