@thetradeengineorg1/snova-shell-module 0.0.261 → 0.0.262
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +24 -24
- package/bundles/thetradeengineorg1-snova-shell-module.umd.js +13734 -18921
- package/bundles/thetradeengineorg1-snova-shell-module.umd.js.map +1 -1
- package/esm2015/lib/globaldependencies/components/avatar.component.js +28 -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 +50 -121
- package/esm2015/lib/shell-components/components/Payments/company-information.js +262 -558
- package/esm2015/lib/shell-components/components/Payments/company-plans.component.js +138 -636
- package/esm2015/lib/shell-components/components/Payments/document.component.js +57 -129
- package/esm2015/lib/shell-components/components/Payments/payment-method.component.js +32 -90
- package/esm2015/lib/shell-components/components/Payments/product-service.component.js +143 -438
- package/esm2015/lib/shell-components/components/Payments/purchase-more-licenses.js +152 -249
- package/esm2015/lib/shell-components/components/Payments/transactions.component.js +60 -172
- package/esm2015/lib/shell-components/components/admin-layout/admin-layout.component.js +250 -350
- package/esm2015/lib/shell-components/components/all-work-items-dialog/all-work-items-dialog.component.js +89 -102
- package/esm2015/lib/shell-components/components/confirmation-dialog/confirmation-dialog.component.js +90 -126
- package/esm2015/lib/shell-components/components/export-import-configuration/export-configuration.component.js +357 -502
- package/esm2015/lib/shell-components/components/feed-time/feed-time-dialog.component.js +85 -98
- package/esm2015/lib/shell-components/components/feed-time/feed-time.component.js +83 -87
- package/esm2015/lib/shell-components/components/header-side/header-side.component.js +1617 -2342
- package/esm2015/lib/shell-components/components/header-top/header-top.component.js +93 -489
- package/esm2015/lib/shell-components/components/lives/lives-welcome-page.js +26 -55
- package/esm2015/lib/shell-components/components/menu/menu.component.js +2478 -3413
- package/esm2015/lib/shell-components/components/menu/searchTask.enum.js +10 -10
- package/esm2015/lib/shell-components/components/notifications/announcement-dialog.component.js +73 -110
- package/esm2015/lib/shell-components/components/notifications/notifications.component.js +449 -534
- package/esm2015/lib/shell-components/components/sidebar-top/sidebar-top.component.js +33 -39
- package/esm2015/lib/shell-components/components/sidenav/side-bar.component.js +81 -148
- package/esm2015/lib/shell-components/components/sidenav/sidenav.component.js +43 -439
- package/esm2015/lib/shell-components/components/submit-feedback/submit-feedback.component.js +71 -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 +228 -161
- package/esm2015/lib/shell-components/shell.module.js +449 -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 +12640 -17069
- package/fesm2015/thetradeengineorg1-snova-shell-module.js.map +1 -1
- package/lib/globaldependencies/components/avatar.component.d.ts +10 -11
- package/lib/globaldependencies/components/componentbase.d.ts +455 -456
- package/lib/globaldependencies/constants/feature-ids.d.ts +448 -449
- package/lib/globaldependencies/constants/localstorage-properties.d.ts +37 -38
- package/lib/globaldependencies/helpers/dom.helper.d.ts +7 -8
- package/lib/globaldependencies/helpers/fontawesome-icons.d.ts +1 -2
- package/lib/globaldependencies/helpers/moment-utc-date-adapter.d.ts +9 -10
- package/lib/globaldependencies/helpers/window.helper.d.ts +12 -13
- package/lib/globaldependencies/intercepter/jwt.interceptor.d.ts +11 -12
- package/lib/globaldependencies/pipes/fetchSizedAndCachedImage.pipe.d.ts +8 -9
- package/lib/globaldependencies/pipes/highLightText.pipe.d.ts +8 -9
- package/lib/globaldependencies/pipes/orderby-pipe.d.ts +9 -10
- package/lib/globaldependencies/pipes/removeSpecialCharacters.pipe.d.ts +8 -9
- package/lib/globaldependencies/pipes/sanitize.pipe.d.ts +11 -12
- package/lib/globaldependencies/pipes/softlabels.pipes.d.ts +8 -9
- package/lib/globaldependencies/pipes/utctolocaltime.pipe.d.ts +8 -9
- package/lib/globaldependencies/pipes/utctolocaltimewithdate.pipe.d.ts +8 -9
- package/lib/globaldependencies/pipes/workflowstatus.pipes.d.ts +8 -9
- package/lib/shell-components/components/Payments/account.component.d.ts +14 -15
- package/lib/shell-components/components/Payments/company-information.d.ts +62 -63
- package/lib/shell-components/components/Payments/company-plans.component.d.ts +47 -48
- package/lib/shell-components/components/Payments/document.component.d.ts +20 -21
- package/lib/shell-components/components/Payments/payment-method.component.d.ts +15 -16
- package/lib/shell-components/components/Payments/product-service.component.d.ts +48 -49
- package/lib/shell-components/components/Payments/purchase-more-licenses.d.ts +37 -38
- package/lib/shell-components/components/Payments/transactions.component.d.ts +28 -29
- package/lib/shell-components/components/admin-layout/admin-layout.component.d.ts +67 -68
- package/lib/shell-components/components/all-work-items-dialog/all-work-items-dialog.component.d.ts +32 -33
- package/lib/shell-components/components/confirmation-dialog/confirmation-dialog.component.d.ts +32 -33
- package/lib/shell-components/components/export-import-configuration/export-configuration.component.d.ts +60 -61
- package/lib/shell-components/components/feed-time/feed-time-dialog.component.d.ts +33 -34
- package/lib/shell-components/components/feed-time/feed-time.component.d.ts +27 -28
- package/lib/shell-components/components/header-side/header-side.component.d.ts +220 -221
- package/lib/shell-components/components/header-top/header-top.component.d.ts +40 -41
- package/lib/shell-components/components/lives/lives-welcome-page.d.ts +14 -15
- package/lib/shell-components/components/menu/menu.component.d.ts +220 -221
- package/lib/shell-components/components/menu/searchTask.enum.d.ts +8 -9
- package/lib/shell-components/components/notifications/announcement-dialog.component.d.ts +27 -28
- package/lib/shell-components/components/notifications/notifications.component.d.ts +53 -54
- package/lib/shell-components/components/sidebar-top/sidebar-top.component.d.ts +10 -11
- package/lib/shell-components/components/sidenav/side-bar.component.d.ts +23 -24
- package/lib/shell-components/components/sidenav/sidenav.component.d.ts +17 -18
- package/lib/shell-components/components/submit-feedback/submit-feedback.component.d.ts +25 -26
- package/lib/shell-components/constants/api-urls.d.ts +1051 -1052
- package/lib/shell-components/constants/available-languages.d.ts +7 -8
- package/lib/shell-components/constants/channel-names.d.ts +37 -38
- package/lib/shell-components/constants/menu-categories.d.ts +5 -6
- package/lib/shell-components/constants/notification-routes.d.ts +5 -6
- package/lib/shell-components/constants/notification-type-ids.d.ts +41 -42
- package/lib/shell-components/enum/recentSearchType.enum.d.ts +11 -12
- package/lib/shell-components/models/AppMenuItemModel.d.ts +12 -13
- package/lib/shell-components/models/AppNotification.d.ts +12 -13
- package/lib/shell-components/models/AssetAssignedNotificationModel.d.ts +10 -11
- package/lib/shell-components/models/ChannelUpdateModel.d.ts +47 -48
- package/lib/shell-components/models/EmployeeStatusModel.d.ts +11 -12
- package/lib/shell-components/models/IAdjust-screen-options.d.ts +4 -5
- package/lib/shell-components/models/IBadge.d.ts +4 -5
- package/lib/shell-components/models/IChildItem.d.ts +7 -8
- package/lib/shell-components/models/ILayout-change-options.d.ts +4 -5
- package/lib/shell-components/models/IMenuItem.d.ts +14 -15
- package/lib/shell-components/models/IlayoutConf.d.ts +10 -11
- package/lib/shell-components/models/IntroModel.d.ts +3 -4
- package/lib/shell-components/models/MessageDetails.d.ts +55 -56
- package/lib/shell-components/models/MessageTypingDetails.d.ts +9 -10
- package/lib/shell-components/models/NewProjectCreatedNotificationModel.d.ts +8 -9
- package/lib/shell-components/models/NewProjectFeatureNotificationModel.d.ts +8 -9
- package/lib/shell-components/models/NotificationsOutPutModel.d.ts +41 -42
- package/lib/shell-components/models/ProjectSearchCriteriaInputModel.d.ts +10 -11
- package/lib/shell-components/models/RecentSearchModel.d.ts +14 -15
- package/lib/shell-components/models/ReportConfigAssignedNotification.d.ts +9 -10
- package/lib/shell-components/models/ReportSubmittedNotification.d.ts +10 -11
- package/lib/shell-components/models/RoleUpdatedNotification.d.ts +7 -8
- package/lib/shell-components/models/UserStoryAssignedNotification.d.ts +8 -9
- package/lib/shell-components/models/archiveUserStoryModel.d.ts +7 -8
- package/lib/shell-components/models/companieslist.model.d.ts +8 -9
- package/lib/shell-components/models/company-model.d.ts +31 -32
- package/lib/shell-components/models/company-payment-model.d.ts +18 -19
- package/lib/shell-components/models/dragedWidget.d.ts +16 -17
- package/lib/shell-components/models/employee-List.d.ts +8 -9
- package/lib/shell-components/models/employee.d.ts +60 -61
- package/lib/shell-components/models/entityRoleFeature.d.ts +9 -10
- package/lib/shell-components/models/export-configuration-model.d.ts +8 -9
- package/lib/shell-components/models/export-data.module.d.ts +6 -7
- package/lib/shell-components/models/goalApprovedNotificationModel.d.ts +8 -9
- package/lib/shell-components/models/import-configuration-model.d.ts +3 -4
- package/lib/shell-components/models/initialStatusofUsers.d.ts +5 -6
- package/lib/shell-components/models/invoiceOutput-model.d.ts +9 -10
- package/lib/shell-components/models/leaveApplicationNotifiction.d.ts +7 -8
- package/lib/shell-components/models/multiChartsScheduling.d.ts +9 -10
- package/lib/shell-components/models/parkUserStoryInputModel.d.ts +7 -8
- package/lib/shell-components/models/project.d.ts +28 -29
- package/lib/shell-components/models/recentSearchApiModel.d.ts +6 -7
- package/lib/shell-components/models/searchCriteriaInputModelBase.d.ts +10 -11
- package/lib/shell-components/models/shellModulesInfo.d.ts +16 -17
- package/lib/shell-components/models/softlabels-model.d.ts +66 -67
- package/lib/shell-components/models/sprintReplanRequestedModel.d.ts +7 -8
- package/lib/shell-components/models/sprintStartedNotificationModel.d.ts +7 -8
- package/lib/shell-components/models/store-model.d.ts +13 -14
- package/lib/shell-components/models/store-search-model.d.ts +7 -8
- package/lib/shell-components/models/themes.model.d.ts +9 -10
- package/lib/shell-components/models/timesheetenabledisable.d.ts +16 -17
- package/lib/shell-components/models/user.d.ts +40 -41
- package/lib/shell-components/models/userStory.d.ts +188 -189
- package/lib/shell-components/models/userStoryCommentNotificationModel.d.ts +6 -7
- package/lib/shell-components/models/userStoryUpdateNotificationModel.d.ts +6 -7
- package/lib/shell-components/models/userstory-custom-fields.model.d.ts +6 -7
- package/lib/shell-components/models/validation.model.d.ts +5 -6
- package/lib/shell-components/models/widgetlist.d.ts +28 -29
- package/lib/shell-components/models/workspaceList.d.ts +19 -20
- package/lib/shell-components/services/authentication.service.d.ts +18 -19
- package/lib/shell-components/services/chat.service.d.ts +16 -17
- package/lib/shell-components/services/common-used.service.d.ts +45 -46
- package/lib/shell-components/services/feature.service.d.ts +19 -20
- package/lib/shell-components/services/google-analytics.service.d.ts +9 -10
- package/lib/shell-components/services/layout.service.d.ts +23 -24
- package/lib/shell-components/services/payment.service.d.ts +19 -20
- package/lib/shell-components/services/recentSearch.service.d.ts +16 -17
- package/lib/shell-components/services/shell.modules.service.d.ts +9 -10
- package/lib/shell-components/services/signalr.service.d.ts +25 -26
- package/lib/shell-components/services/theme.service.d.ts +14 -15
- package/lib/shell-components/shell.module.d.ts +119 -120
- package/lib/shell-components/shell.routing.d.ts +2 -3
- package/lib/shell-components/store/actions/authentication.actions.d.ts +327 -328
- package/lib/shell-components/store/actions/chat.actions.d.ts +399 -400
- package/lib/shell-components/store/actions/menuitems.actions.d.ts +51 -52
- package/lib/shell-components/store/actions/notification-validator.action.d.ts +25 -26
- package/lib/shell-components/store/actions/notifications.actions.d.ts +116 -117
- package/lib/shell-components/store/effects/authentication.effects.d.ts +54 -55
- package/lib/shell-components/store/effects/chat.effects.d.ts +30 -31
- package/lib/shell-components/store/effects/index.d.ts +1 -2
- package/lib/shell-components/store/effects/menuitems.effects.d.ts +17 -18
- package/lib/shell-components/store/effects/notification-validator.effects.d.ts +21 -22
- package/lib/shell-components/store/effects/notifications.effects.d.ts +23 -24
- package/lib/shell-components/store/reducers/authentication.reducers.d.ts +30 -31
- package/lib/shell-components/store/reducers/chat.reducers.d.ts +17 -18
- package/lib/shell-components/store/reducers/index.d.ts +59 -60
- package/lib/shell-components/store/reducers/menuitems.reducers.d.ts +11 -12
- package/lib/shell-components/store/reducers/notification-validator.reducers.d.ts +5 -6
- package/lib/shell-components/store/reducers/notifications.reducers.d.ts +10 -11
- package/package.json +2 -5
- package/public-api.d.ts +82 -83
- package/store/reducers/index.d.ts +24 -25
- package/thetradeengineorg1-snova-shell-module.d.ts +5 -6
- package/lib/globaldependencies/components/avatar.component.d.ts.map +0 -1
- package/lib/globaldependencies/components/componentbase.d.ts.map +0 -1
- package/lib/globaldependencies/constants/feature-ids.d.ts.map +0 -1
- package/lib/globaldependencies/constants/localstorage-properties.d.ts.map +0 -1
- package/lib/globaldependencies/helpers/dom.helper.d.ts.map +0 -1
- package/lib/globaldependencies/helpers/fontawesome-icons.d.ts.map +0 -1
- package/lib/globaldependencies/helpers/moment-utc-date-adapter.d.ts.map +0 -1
- package/lib/globaldependencies/helpers/window.helper.d.ts.map +0 -1
- package/lib/globaldependencies/intercepter/jwt.interceptor.d.ts.map +0 -1
- package/lib/globaldependencies/pipes/fetchSizedAndCachedImage.pipe.d.ts.map +0 -1
- package/lib/globaldependencies/pipes/highLightText.pipe.d.ts.map +0 -1
- package/lib/globaldependencies/pipes/orderby-pipe.d.ts.map +0 -1
- package/lib/globaldependencies/pipes/removeSpecialCharacters.pipe.d.ts.map +0 -1
- package/lib/globaldependencies/pipes/sanitize.pipe.d.ts.map +0 -1
- package/lib/globaldependencies/pipes/softlabels.pipes.d.ts.map +0 -1
- package/lib/globaldependencies/pipes/utctolocaltime.pipe.d.ts.map +0 -1
- package/lib/globaldependencies/pipes/utctolocaltimewithdate.pipe.d.ts.map +0 -1
- package/lib/globaldependencies/pipes/workflowstatus.pipes.d.ts.map +0 -1
- package/lib/shell-components/components/Payments/account.component.d.ts.map +0 -1
- package/lib/shell-components/components/Payments/company-information.d.ts.map +0 -1
- package/lib/shell-components/components/Payments/company-plans.component.d.ts.map +0 -1
- package/lib/shell-components/components/Payments/document.component.d.ts.map +0 -1
- package/lib/shell-components/components/Payments/payment-method.component.d.ts.map +0 -1
- package/lib/shell-components/components/Payments/product-service.component.d.ts.map +0 -1
- package/lib/shell-components/components/Payments/purchase-more-licenses.d.ts.map +0 -1
- package/lib/shell-components/components/Payments/transactions.component.d.ts.map +0 -1
- package/lib/shell-components/components/admin-layout/admin-layout.component.d.ts.map +0 -1
- package/lib/shell-components/components/all-work-items-dialog/all-work-items-dialog.component.d.ts.map +0 -1
- package/lib/shell-components/components/confirmation-dialog/confirmation-dialog.component.d.ts.map +0 -1
- package/lib/shell-components/components/export-import-configuration/export-configuration.component.d.ts.map +0 -1
- package/lib/shell-components/components/feed-time/feed-time-dialog.component.d.ts.map +0 -1
- package/lib/shell-components/components/feed-time/feed-time.component.d.ts.map +0 -1
- package/lib/shell-components/components/header-side/header-side.component.d.ts.map +0 -1
- package/lib/shell-components/components/header-top/header-top.component.d.ts.map +0 -1
- package/lib/shell-components/components/lives/lives-welcome-page.d.ts.map +0 -1
- package/lib/shell-components/components/menu/menu.component.d.ts.map +0 -1
- package/lib/shell-components/components/menu/searchTask.enum.d.ts.map +0 -1
- package/lib/shell-components/components/notifications/announcement-dialog.component.d.ts.map +0 -1
- package/lib/shell-components/components/notifications/notifications.component.d.ts.map +0 -1
- package/lib/shell-components/components/sidebar-top/sidebar-top.component.d.ts.map +0 -1
- package/lib/shell-components/components/sidenav/side-bar.component.d.ts.map +0 -1
- package/lib/shell-components/components/sidenav/sidenav.component.d.ts.map +0 -1
- package/lib/shell-components/components/submit-feedback/submit-feedback.component.d.ts.map +0 -1
- package/lib/shell-components/constants/api-urls.d.ts.map +0 -1
- package/lib/shell-components/constants/available-languages.d.ts.map +0 -1
- package/lib/shell-components/constants/channel-names.d.ts.map +0 -1
- package/lib/shell-components/constants/menu-categories.d.ts.map +0 -1
- package/lib/shell-components/constants/notification-routes.d.ts.map +0 -1
- package/lib/shell-components/constants/notification-type-ids.d.ts.map +0 -1
- package/lib/shell-components/enum/recentSearchType.enum.d.ts.map +0 -1
- package/lib/shell-components/models/AppMenuItemModel.d.ts.map +0 -1
- package/lib/shell-components/models/AppNotification.d.ts.map +0 -1
- package/lib/shell-components/models/AssetAssignedNotificationModel.d.ts.map +0 -1
- package/lib/shell-components/models/ChannelUpdateModel.d.ts.map +0 -1
- package/lib/shell-components/models/EmployeeStatusModel.d.ts.map +0 -1
- package/lib/shell-components/models/IAdjust-screen-options.d.ts.map +0 -1
- package/lib/shell-components/models/IBadge.d.ts.map +0 -1
- package/lib/shell-components/models/IChildItem.d.ts.map +0 -1
- package/lib/shell-components/models/ILayout-change-options.d.ts.map +0 -1
- package/lib/shell-components/models/IMenuItem.d.ts.map +0 -1
- package/lib/shell-components/models/IlayoutConf.d.ts.map +0 -1
- package/lib/shell-components/models/IntroModel.d.ts.map +0 -1
- package/lib/shell-components/models/MessageDetails.d.ts.map +0 -1
- package/lib/shell-components/models/MessageTypingDetails.d.ts.map +0 -1
- package/lib/shell-components/models/NewProjectCreatedNotificationModel.d.ts.map +0 -1
- package/lib/shell-components/models/NewProjectFeatureNotificationModel.d.ts.map +0 -1
- package/lib/shell-components/models/NotificationsOutPutModel.d.ts.map +0 -1
- package/lib/shell-components/models/ProjectSearchCriteriaInputModel.d.ts.map +0 -1
- package/lib/shell-components/models/RecentSearchModel.d.ts.map +0 -1
- package/lib/shell-components/models/ReportConfigAssignedNotification.d.ts.map +0 -1
- package/lib/shell-components/models/ReportSubmittedNotification.d.ts.map +0 -1
- package/lib/shell-components/models/RoleUpdatedNotification.d.ts.map +0 -1
- package/lib/shell-components/models/UserStoryAssignedNotification.d.ts.map +0 -1
- package/lib/shell-components/models/archiveUserStoryModel.d.ts.map +0 -1
- package/lib/shell-components/models/companieslist.model.d.ts.map +0 -1
- package/lib/shell-components/models/company-model.d.ts.map +0 -1
- package/lib/shell-components/models/company-payment-model.d.ts.map +0 -1
- package/lib/shell-components/models/dragedWidget.d.ts.map +0 -1
- package/lib/shell-components/models/employee-List.d.ts.map +0 -1
- package/lib/shell-components/models/employee.d.ts.map +0 -1
- package/lib/shell-components/models/entityRoleFeature.d.ts.map +0 -1
- package/lib/shell-components/models/export-configuration-model.d.ts.map +0 -1
- package/lib/shell-components/models/export-data.module.d.ts.map +0 -1
- package/lib/shell-components/models/goalApprovedNotificationModel.d.ts.map +0 -1
- package/lib/shell-components/models/import-configuration-model.d.ts.map +0 -1
- package/lib/shell-components/models/initialStatusofUsers.d.ts.map +0 -1
- package/lib/shell-components/models/invoiceOutput-model.d.ts.map +0 -1
- package/lib/shell-components/models/leaveApplicationNotifiction.d.ts.map +0 -1
- package/lib/shell-components/models/multiChartsScheduling.d.ts.map +0 -1
- package/lib/shell-components/models/parkUserStoryInputModel.d.ts.map +0 -1
- package/lib/shell-components/models/project.d.ts.map +0 -1
- package/lib/shell-components/models/recentSearchApiModel.d.ts.map +0 -1
- package/lib/shell-components/models/searchCriteriaInputModelBase.d.ts.map +0 -1
- package/lib/shell-components/models/shellModulesInfo.d.ts.map +0 -1
- package/lib/shell-components/models/softlabels-model.d.ts.map +0 -1
- package/lib/shell-components/models/sprintReplanRequestedModel.d.ts.map +0 -1
- package/lib/shell-components/models/sprintStartedNotificationModel.d.ts.map +0 -1
- package/lib/shell-components/models/store-model.d.ts.map +0 -1
- package/lib/shell-components/models/store-search-model.d.ts.map +0 -1
- package/lib/shell-components/models/themes.model.d.ts.map +0 -1
- package/lib/shell-components/models/timesheetenabledisable.d.ts.map +0 -1
- package/lib/shell-components/models/user.d.ts.map +0 -1
- package/lib/shell-components/models/userStory.d.ts.map +0 -1
- package/lib/shell-components/models/userStoryCommentNotificationModel.d.ts.map +0 -1
- package/lib/shell-components/models/userStoryUpdateNotificationModel.d.ts.map +0 -1
- package/lib/shell-components/models/userstory-custom-fields.model.d.ts.map +0 -1
- package/lib/shell-components/models/validation.model.d.ts.map +0 -1
- package/lib/shell-components/models/widgetlist.d.ts.map +0 -1
- package/lib/shell-components/models/workspaceList.d.ts.map +0 -1
- package/lib/shell-components/services/authentication.service.d.ts.map +0 -1
- package/lib/shell-components/services/chat.service.d.ts.map +0 -1
- package/lib/shell-components/services/common-used.service.d.ts.map +0 -1
- package/lib/shell-components/services/feature.service.d.ts.map +0 -1
- package/lib/shell-components/services/google-analytics.service.d.ts.map +0 -1
- package/lib/shell-components/services/layout.service.d.ts.map +0 -1
- package/lib/shell-components/services/payment.service.d.ts.map +0 -1
- package/lib/shell-components/services/recentSearch.service.d.ts.map +0 -1
- package/lib/shell-components/services/shell.modules.service.d.ts.map +0 -1
- package/lib/shell-components/services/signalr.service.d.ts.map +0 -1
- package/lib/shell-components/services/theme.service.d.ts.map +0 -1
- package/lib/shell-components/shell.module.d.ts.map +0 -1
- package/lib/shell-components/shell.routing.d.ts.map +0 -1
- package/lib/shell-components/store/actions/authentication.actions.d.ts.map +0 -1
- package/lib/shell-components/store/actions/chat.actions.d.ts.map +0 -1
- package/lib/shell-components/store/actions/menuitems.actions.d.ts.map +0 -1
- package/lib/shell-components/store/actions/notification-validator.action.d.ts.map +0 -1
- package/lib/shell-components/store/actions/notifications.actions.d.ts.map +0 -1
- package/lib/shell-components/store/effects/authentication.effects.d.ts.map +0 -1
- package/lib/shell-components/store/effects/chat.effects.d.ts.map +0 -1
- package/lib/shell-components/store/effects/index.d.ts.map +0 -1
- package/lib/shell-components/store/effects/menuitems.effects.d.ts.map +0 -1
- package/lib/shell-components/store/effects/notification-validator.effects.d.ts.map +0 -1
- package/lib/shell-components/store/effects/notifications.effects.d.ts.map +0 -1
- package/lib/shell-components/store/reducers/authentication.reducers.d.ts.map +0 -1
- package/lib/shell-components/store/reducers/chat.reducers.d.ts.map +0 -1
- package/lib/shell-components/store/reducers/index.d.ts.map +0 -1
- package/lib/shell-components/store/reducers/menuitems.reducers.d.ts.map +0 -1
- package/lib/shell-components/store/reducers/notification-validator.reducers.d.ts.map +0 -1
- package/lib/shell-components/store/reducers/notifications.reducers.d.ts.map +0 -1
- package/public-api.d.ts.map +0 -1
- package/store/reducers/index.d.ts.map +0 -1
- package/thetradeengineorg1-snova-shell-module.d.ts.map +0 -1
|
@@ -1,40 +1,40 @@
|
|
|
1
|
-
import { Injectable } from '@angular/core';
|
|
2
|
-
import { LocalStorageProperties } from '../constants/localstorage-properties';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "ngx-cookie-service";
|
|
5
|
-
export class JwtInterceptor {
|
|
6
|
-
constructor(cookieService) {
|
|
7
|
-
this.cookieService = cookieService;
|
|
8
|
-
}
|
|
9
|
-
intercept(request, next) {
|
|
10
|
-
let environment = JSON.parse(localStorage.getItem(LocalStorageProperties.Environment));
|
|
11
|
-
let currentUser = this.cookieService.get(LocalStorageProperties.CurrentUser);
|
|
12
|
-
let currentCulture = this.cookieService.get(LocalStorageProperties.CurrentCulture);
|
|
13
|
-
if (currentCulture === 'null' || currentCulture === 'undefined') {
|
|
14
|
-
currentCulture = 'en';
|
|
15
|
-
}
|
|
16
|
-
if (currentUser) {
|
|
17
|
-
request = request.clone({
|
|
18
|
-
setHeaders: {
|
|
19
|
-
Authorization: `Bearer ${currentUser}`,
|
|
20
|
-
CurrentCulture: currentCulture != null && currentCulture != "" ? currentCulture : 'en'
|
|
21
|
-
}
|
|
22
|
-
});
|
|
23
|
-
}
|
|
24
|
-
if (!environment.production && environment.useTestAuthenticator) {
|
|
25
|
-
request = request.clone({
|
|
26
|
-
setHeaders: {
|
|
27
|
-
Authorization: `Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJuYW1laWQiOiIxMjcxMzNmMS00NDI3LTQxNDktOWRkNi1iMDJlMGUwMzY5NzEiLCJDb21wYW55IjoiNGFmZWI0NDQtZTgyNi00Zjk1LWFjNDEtMjE3NWUzNmEwYzE2IiwiaXNzIjoiaHR0cDovL215LnRva2VuaXNzdWVyLmNvbSIsImF1ZCI6Imh0dHA6Ly9teS53ZWJzaXRlLmNvbSIsImV4cCI6MTk4MjA4MTI0NywibmJmIjoxNTUwMDg0ODQ3fQ.yUHRfy1aCW9F_CvbBZmuK-mOWf5YrftathYJ0HYjd6Q`
|
|
28
|
-
}
|
|
29
|
-
});
|
|
30
|
-
}
|
|
31
|
-
var updatedHandler = next.handle(request);
|
|
32
|
-
return updatedHandler;
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
JwtInterceptor.ɵfac =
|
|
36
|
-
JwtInterceptor.ɵprov =
|
|
37
|
-
(
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import { Injectable } from '@angular/core';
|
|
2
|
+
import { LocalStorageProperties } from '../constants/localstorage-properties';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "ngx-cookie-service";
|
|
5
|
+
export class JwtInterceptor {
|
|
6
|
+
constructor(cookieService) {
|
|
7
|
+
this.cookieService = cookieService;
|
|
8
|
+
}
|
|
9
|
+
intercept(request, next) {
|
|
10
|
+
let environment = JSON.parse(localStorage.getItem(LocalStorageProperties.Environment));
|
|
11
|
+
let currentUser = this.cookieService.get(LocalStorageProperties.CurrentUser);
|
|
12
|
+
let currentCulture = this.cookieService.get(LocalStorageProperties.CurrentCulture);
|
|
13
|
+
if (currentCulture === 'null' || currentCulture === 'undefined') {
|
|
14
|
+
currentCulture = 'en';
|
|
15
|
+
}
|
|
16
|
+
if (currentUser) {
|
|
17
|
+
request = request.clone({
|
|
18
|
+
setHeaders: {
|
|
19
|
+
Authorization: `Bearer ${currentUser}`,
|
|
20
|
+
CurrentCulture: currentCulture != null && currentCulture != "" ? currentCulture : 'en'
|
|
21
|
+
}
|
|
22
|
+
});
|
|
23
|
+
}
|
|
24
|
+
if (!environment.production && environment.useTestAuthenticator) {
|
|
25
|
+
request = request.clone({
|
|
26
|
+
setHeaders: {
|
|
27
|
+
Authorization: `Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJuYW1laWQiOiIxMjcxMzNmMS00NDI3LTQxNDktOWRkNi1iMDJlMGUwMzY5NzEiLCJDb21wYW55IjoiNGFmZWI0NDQtZTgyNi00Zjk1LWFjNDEtMjE3NWUzNmEwYzE2IiwiaXNzIjoiaHR0cDovL215LnRva2VuaXNzdWVyLmNvbSIsImF1ZCI6Imh0dHA6Ly9teS53ZWJzaXRlLmNvbSIsImV4cCI6MTk4MjA4MTI0NywibmJmIjoxNTUwMDg0ODQ3fQ.yUHRfy1aCW9F_CvbBZmuK-mOWf5YrftathYJ0HYjd6Q`
|
|
28
|
+
}
|
|
29
|
+
});
|
|
30
|
+
}
|
|
31
|
+
var updatedHandler = next.handle(request);
|
|
32
|
+
return updatedHandler;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
JwtInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.1", ngImport: i0, type: JwtInterceptor, deps: [{ token: i1.CookieService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
36
|
+
JwtInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.1.1", ngImport: i0, type: JwtInterceptor });
|
|
37
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.1", ngImport: i0, type: JwtInterceptor, decorators: [{
|
|
38
|
+
type: Injectable
|
|
39
|
+
}], ctorParameters: function () { return [{ type: i1.CookieService }]; } });
|
|
40
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiand0LmludGVyY2VwdG9yLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc2hlbGwtbW9kdWxlLWNvbXBvbmVudHMvc2hlbGwtY29tcG9uZW50cy9zcmMvbGliL2dsb2JhbGRlcGVuZGVuY2llcy9pbnRlcmNlcHRlci9qd3QuaW50ZXJjZXB0b3IudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUszQyxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSxzQ0FBc0MsQ0FBQzs7O0FBSTlFLE1BQU0sT0FBTyxjQUFjO0lBQ3ZCLFlBQW9CLGFBQTRCO1FBQTVCLGtCQUFhLEdBQWIsYUFBYSxDQUFlO0lBQUksQ0FBQztJQUVyRCxTQUFTLENBQUMsT0FBeUIsRUFBRSxJQUFpQjtRQUNsRCxJQUFJLFdBQVcsR0FBRyxJQUFJLENBQUMsS0FBSyxDQUFDLFlBQVksQ0FBQyxPQUFPLENBQUMsc0JBQXNCLENBQUMsV0FBVyxDQUFDLENBQUMsQ0FBQztRQUV2RixJQUFJLFdBQVcsR0FBRyxJQUFJLENBQUMsYUFBYSxDQUFDLEdBQUcsQ0FBQyxzQkFBc0IsQ0FBQyxXQUFXLENBQUMsQ0FBQztRQUM3RSxJQUFJLGNBQWMsR0FBRyxJQUFJLENBQUMsYUFBYSxDQUFDLEdBQUcsQ0FBQyxzQkFBc0IsQ0FBQyxjQUFjLENBQUMsQ0FBQztRQUVuRixJQUFJLGNBQWMsS0FBSyxNQUFNLElBQUksY0FBYyxLQUFLLFdBQVcsRUFBRTtZQUM3RCxjQUFjLEdBQUcsSUFBSSxDQUFDO1NBQ3pCO1FBQ0QsSUFBSSxXQUFXLEVBQUU7WUFDYixPQUFPLEdBQUcsT0FBTyxDQUFDLEtBQUssQ0FBQztnQkFDcEIsVUFBVSxFQUFFO29CQUNSLGFBQWEsRUFBRSxVQUFVLFdBQVcsRUFBRTtvQkFDdEMsY0FBYyxFQUFFLGNBQWMsSUFBSSxJQUFJLElBQUksY0FBYyxJQUFJLEVBQUUsQ0FBQyxDQUFDLENBQUMsY0FBYyxDQUFDLENBQUMsQ0FBQyxJQUFJO2lCQUN6RjthQUNKLENBQUMsQ0FBQztTQUNOO1FBQ0QsSUFBSSxDQUFDLFdBQVcsQ0FBQyxVQUFVLElBQUksV0FBVyxDQUFDLG9CQUFvQixFQUFFO1lBQzdELE9BQU8sR0FBRyxPQUFPLENBQUMsS0FBSyxDQUFDO2dCQUNwQixVQUFVLEVBQUU7b0JBQ1IsYUFBYSxFQUFFLGdXQUFnVztpQkFDbFg7YUFDSixDQUFDLENBQUM7U0FDTjtRQUVELElBQUksY0FBYyxHQUFHLElBQUksQ0FBQyxNQUFNLENBQUMsT0FBTyxDQUFDLENBQUM7UUFDMUMsT0FBTyxjQUFjLENBQUM7SUFDMUIsQ0FBQzs7MkdBOUJRLGNBQWM7K0dBQWQsY0FBYzsyRkFBZCxjQUFjO2tCQUYxQixVQUFVIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSW5qZWN0YWJsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBIdHRwUmVxdWVzdCwgSHR0cEhhbmRsZXIsIEh0dHBFdmVudCwgSHR0cEludGVyY2VwdG9yIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uL2h0dHAnO1xyXG5pbXBvcnQgeyBPYnNlcnZhYmxlIH0gZnJvbSAncnhqcyc7XHJcbmltcG9ydCB7IGRlbGF5IH0gZnJvbSAncnhqcy9vcGVyYXRvcnMnO1xyXG5pbXBvcnQgeyBDb29raWVTZXJ2aWNlIH0gZnJvbSAnbmd4LWNvb2tpZS1zZXJ2aWNlJztcclxuaW1wb3J0IHsgTG9jYWxTdG9yYWdlUHJvcGVydGllcyB9IGZyb20gJy4uL2NvbnN0YW50cy9sb2NhbHN0b3JhZ2UtcHJvcGVydGllcyc7XHJcblxyXG5ASW5qZWN0YWJsZSgpXHJcblxyXG5leHBvcnQgY2xhc3MgSnd0SW50ZXJjZXB0b3IgaW1wbGVtZW50cyBIdHRwSW50ZXJjZXB0b3Ige1xyXG4gICAgY29uc3RydWN0b3IocHJpdmF0ZSBjb29raWVTZXJ2aWNlOiBDb29raWVTZXJ2aWNlKSB7IH1cclxuXHJcbiAgICBpbnRlcmNlcHQocmVxdWVzdDogSHR0cFJlcXVlc3Q8YW55PiwgbmV4dDogSHR0cEhhbmRsZXIpOiBPYnNlcnZhYmxlPEh0dHBFdmVudDxhbnk+PiB7XHJcbiAgICAgICAgbGV0IGVudmlyb25tZW50ID0gSlNPTi5wYXJzZShsb2NhbFN0b3JhZ2UuZ2V0SXRlbShMb2NhbFN0b3JhZ2VQcm9wZXJ0aWVzLkVudmlyb25tZW50KSk7XHJcblxyXG4gICAgICAgIGxldCBjdXJyZW50VXNlciA9IHRoaXMuY29va2llU2VydmljZS5nZXQoTG9jYWxTdG9yYWdlUHJvcGVydGllcy5DdXJyZW50VXNlcik7XHJcbiAgICAgICAgbGV0IGN1cnJlbnRDdWx0dXJlID0gdGhpcy5jb29raWVTZXJ2aWNlLmdldChMb2NhbFN0b3JhZ2VQcm9wZXJ0aWVzLkN1cnJlbnRDdWx0dXJlKTtcclxuXHJcbiAgICAgICAgaWYgKGN1cnJlbnRDdWx0dXJlID09PSAnbnVsbCcgfHwgY3VycmVudEN1bHR1cmUgPT09ICd1bmRlZmluZWQnKSB7XHJcbiAgICAgICAgICAgIGN1cnJlbnRDdWx0dXJlID0gJ2VuJztcclxuICAgICAgICB9XHJcbiAgICAgICAgaWYgKGN1cnJlbnRVc2VyKSB7XHJcbiAgICAgICAgICAgIHJlcXVlc3QgPSByZXF1ZXN0LmNsb25lKHtcclxuICAgICAgICAgICAgICAgIHNldEhlYWRlcnM6IHtcclxuICAgICAgICAgICAgICAgICAgICBBdXRob3JpemF0aW9uOiBgQmVhcmVyICR7Y3VycmVudFVzZXJ9YCxcclxuICAgICAgICAgICAgICAgICAgICBDdXJyZW50Q3VsdHVyZTogY3VycmVudEN1bHR1cmUgIT0gbnVsbCAmJiBjdXJyZW50Q3VsdHVyZSAhPSBcIlwiID8gY3VycmVudEN1bHR1cmUgOiAnZW4nXHJcbiAgICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgIH0pO1xyXG4gICAgICAgIH1cclxuICAgICAgICBpZiAoIWVudmlyb25tZW50LnByb2R1Y3Rpb24gJiYgZW52aXJvbm1lbnQudXNlVGVzdEF1dGhlbnRpY2F0b3IpIHtcclxuICAgICAgICAgICAgcmVxdWVzdCA9IHJlcXVlc3QuY2xvbmUoe1xyXG4gICAgICAgICAgICAgICAgc2V0SGVhZGVyczoge1xyXG4gICAgICAgICAgICAgICAgICAgIEF1dGhvcml6YXRpb246IGBCZWFyZXIgZXlKMGVYQWlPaUpLVjFRaUxDSmhiR2NpT2lKSVV6STFOaUo5LmV5SnVZVzFsYVdRaU9pSXhNamN4TXpObU1TMDBOREkzTFRReE5Ea3RPV1JrTmkxaU1ESmxNR1V3TXpZNU56RWlMQ0pEYjIxd1lXNTVJam9pTkdGbVpXSTBORFF0WlRneU5pMDBaamsxTFdGak5ERXRNakUzTldVek5tRXdZekUySWl3aWFYTnpJam9pYUhSMGNEb3ZMMjE1TG5SdmEyVnVhWE56ZFdWeUxtTnZiU0lzSW1GMVpDSTZJbWgwZEhBNkx5OXRlUzUzWldKemFYUmxMbU52YlNJc0ltVjRjQ0k2TVRrNE1qQTRNVEkwTnl3aWJtSm1Jam94TlRVd01EZzBPRFEzZlEueVVIUmZ5MWFDVzlGX0N2YkJabXVLLW1PV2Y1WXJmdGF0aFlKMEhZamQ2UWBcclxuICAgICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgfSk7XHJcbiAgICAgICAgfVxyXG4gICAgICAgIFxyXG4gICAgICAgIHZhciB1cGRhdGVkSGFuZGxlciA9IG5leHQuaGFuZGxlKHJlcXVlc3QpO1xyXG4gICAgICAgIHJldHVybiB1cGRhdGVkSGFuZGxlcjtcclxuICAgIH1cclxufSJdfQ==
|
|
@@ -1,36 +1,36 @@
|
|
|
1
|
-
import { Pipe, Injectable } from "@angular/core";
|
|
2
|
-
import { LocalStorageProperties } from '../../globaldependencies/constants/localstorage-properties';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export class FetchSizedAndCachedImagePipe {
|
|
5
|
-
transform(imageFullPath, width, height) {
|
|
6
|
-
if (!imageFullPath) {
|
|
7
|
-
return null;
|
|
8
|
-
}
|
|
9
|
-
var queryString = imageFullPath;
|
|
10
|
-
var widthString = width == "" ? "" : "width=" + width;
|
|
11
|
-
var heightString = height == "" ? "" : "height=" + height;
|
|
12
|
-
if (widthString !== "" && heightString !== "") {
|
|
13
|
-
queryString += "?" + widthString + "&" + heightString;
|
|
14
|
-
}
|
|
15
|
-
else if (widthString !== "") {
|
|
16
|
-
queryString += "?" + widthString;
|
|
17
|
-
}
|
|
18
|
-
else if (heightString !== "") {
|
|
19
|
-
queryString += "?" + heightString;
|
|
20
|
-
}
|
|
21
|
-
let environment = JSON.parse(localStorage.getItem(LocalStorageProperties.Environment));
|
|
22
|
-
var returnedImage = environment.apiURL + "remote.axd?" + queryString;
|
|
23
|
-
return returnedImage;
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
FetchSizedAndCachedImagePipe.ɵfac =
|
|
27
|
-
FetchSizedAndCachedImagePipe.ɵpipe =
|
|
28
|
-
FetchSizedAndCachedImagePipe.ɵprov =
|
|
29
|
-
(
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import { Pipe, Injectable } from "@angular/core";
|
|
2
|
+
import { LocalStorageProperties } from '../../globaldependencies/constants/localstorage-properties';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export class FetchSizedAndCachedImagePipe {
|
|
5
|
+
transform(imageFullPath, width, height) {
|
|
6
|
+
if (!imageFullPath) {
|
|
7
|
+
return null;
|
|
8
|
+
}
|
|
9
|
+
var queryString = imageFullPath;
|
|
10
|
+
var widthString = width == "" ? "" : "width=" + width;
|
|
11
|
+
var heightString = height == "" ? "" : "height=" + height;
|
|
12
|
+
if (widthString !== "" && heightString !== "") {
|
|
13
|
+
queryString += "?" + widthString + "&" + heightString;
|
|
14
|
+
}
|
|
15
|
+
else if (widthString !== "") {
|
|
16
|
+
queryString += "?" + widthString;
|
|
17
|
+
}
|
|
18
|
+
else if (heightString !== "") {
|
|
19
|
+
queryString += "?" + heightString;
|
|
20
|
+
}
|
|
21
|
+
let environment = JSON.parse(localStorage.getItem(LocalStorageProperties.Environment));
|
|
22
|
+
var returnedImage = environment.apiURL + "remote.axd?" + queryString;
|
|
23
|
+
return returnedImage;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
FetchSizedAndCachedImagePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.1", ngImport: i0, type: FetchSizedAndCachedImagePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
27
|
+
FetchSizedAndCachedImagePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.1.1", ngImport: i0, type: FetchSizedAndCachedImagePipe, name: "fetchSizedAndCachedImage" });
|
|
28
|
+
FetchSizedAndCachedImagePipe.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.1.1", ngImport: i0, type: FetchSizedAndCachedImagePipe, providedIn: 'root' });
|
|
29
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.1", ngImport: i0, type: FetchSizedAndCachedImagePipe, decorators: [{
|
|
30
|
+
type: Pipe,
|
|
31
|
+
args: [{ name: "fetchSizedAndCachedImage", pure: true }]
|
|
32
|
+
}, {
|
|
33
|
+
type: Injectable,
|
|
34
|
+
args: [{ providedIn: 'root' }]
|
|
35
|
+
}] });
|
|
36
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmV0Y2hTaXplZEFuZENhY2hlZEltYWdlLnBpcGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zaGVsbC1tb2R1bGUtY29tcG9uZW50cy9zaGVsbC1jb21wb25lbnRzL3NyYy9saWIvZ2xvYmFsZGVwZW5kZW5jaWVzL3BpcGVzL2ZldGNoU2l6ZWRBbmRDYWNoZWRJbWFnZS5waXBlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxJQUFJLEVBQWlCLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNoRSxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSw0REFBNEQsQ0FBQzs7QUFNcEcsTUFBTSxPQUFPLDRCQUE0QjtJQUN2QyxTQUFTLENBQUMsYUFBcUIsRUFBRSxLQUFhLEVBQUUsTUFBYztRQUM1RCxJQUFJLENBQUMsYUFBYSxFQUFFO1lBQ2xCLE9BQU8sSUFBSSxDQUFDO1NBQ2I7UUFFRCxJQUFJLFdBQVcsR0FBRyxhQUFhLENBQUM7UUFFaEMsSUFBSSxXQUFXLEdBQUcsS0FBSyxJQUFJLEVBQUUsQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQyxRQUFRLEdBQUcsS0FBSyxDQUFDO1FBQ3RELElBQUksWUFBWSxHQUFHLE1BQU0sSUFBSSxFQUFFLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUMsU0FBUyxHQUFHLE1BQU0sQ0FBQztRQUUxRCxJQUFJLFdBQVcsS0FBSyxFQUFFLElBQUksWUFBWSxLQUFLLEVBQUUsRUFBRTtZQUM3QyxXQUFXLElBQUksR0FBRyxHQUFHLFdBQVcsR0FBRyxHQUFHLEdBQUcsWUFBWSxDQUFDO1NBQ3ZEO2FBQU0sSUFBSSxXQUFXLEtBQUssRUFBRSxFQUFFO1lBQzdCLFdBQVcsSUFBSSxHQUFHLEdBQUcsV0FBVyxDQUFDO1NBQ2xDO2FBQU0sSUFBSSxZQUFZLEtBQUssRUFBRSxFQUFFO1lBQzlCLFdBQVcsSUFBSSxHQUFHLEdBQUcsWUFBWSxDQUFDO1NBQ25DO1FBRUQsSUFBSSxXQUFXLEdBQUcsSUFBSSxDQUFDLEtBQUssQ0FBQyxZQUFZLENBQUMsT0FBTyxDQUFDLHNCQUFzQixDQUFDLFdBQVcsQ0FBQyxDQUFDLENBQUM7UUFDdkYsSUFBSSxhQUFhLEdBQUcsV0FBVyxDQUFDLE1BQU0sR0FBRyxhQUFhLEdBQUcsV0FBVyxDQUFDO1FBRXJFLE9BQU8sYUFBYSxDQUFDO0lBQ3ZCLENBQUM7O3lIQXZCVSw0QkFBNEI7dUhBQTVCLDRCQUE0Qjs2SEFBNUIsNEJBQTRCLGNBRmYsTUFBTTsyRkFFbkIsNEJBQTRCO2tCQUp4QyxJQUFJO21CQUFDLEVBQUUsSUFBSSxFQUFFLDBCQUEwQixFQUFFLElBQUksRUFBRSxJQUFJLEVBQUU7O2tCQUVyRCxVQUFVO21CQUFDLEVBQUUsVUFBVSxFQUFFLE1BQU0sRUFBRSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IFBpcGUsIFBpcGVUcmFuc2Zvcm0sIEluamVjdGFibGUgfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xyXG5pbXBvcnQgeyBMb2NhbFN0b3JhZ2VQcm9wZXJ0aWVzIH0gZnJvbSAnLi4vLi4vZ2xvYmFsZGVwZW5kZW5jaWVzL2NvbnN0YW50cy9sb2NhbHN0b3JhZ2UtcHJvcGVydGllcyc7XHJcblxyXG5AUGlwZSh7IG5hbWU6IFwiZmV0Y2hTaXplZEFuZENhY2hlZEltYWdlXCIsIHB1cmU6IHRydWUgfSlcclxuXHJcbkBJbmplY3RhYmxlKHsgcHJvdmlkZWRJbjogJ3Jvb3QnIH0pXHJcblxyXG5leHBvcnQgY2xhc3MgRmV0Y2hTaXplZEFuZENhY2hlZEltYWdlUGlwZSBpbXBsZW1lbnRzIFBpcGVUcmFuc2Zvcm0ge1xyXG4gIHRyYW5zZm9ybShpbWFnZUZ1bGxQYXRoOiBzdHJpbmcsIHdpZHRoOiBzdHJpbmcsIGhlaWdodDogc3RyaW5nKTogc3RyaW5nIHtcclxuICAgIGlmICghaW1hZ2VGdWxsUGF0aCkge1xyXG4gICAgICByZXR1cm4gbnVsbDtcclxuICAgIH1cclxuXHJcbiAgICB2YXIgcXVlcnlTdHJpbmcgPSBpbWFnZUZ1bGxQYXRoO1xyXG5cclxuICAgIHZhciB3aWR0aFN0cmluZyA9IHdpZHRoID09IFwiXCIgPyBcIlwiIDogXCJ3aWR0aD1cIiArIHdpZHRoO1xyXG4gICAgdmFyIGhlaWdodFN0cmluZyA9IGhlaWdodCA9PSBcIlwiID8gXCJcIiA6IFwiaGVpZ2h0PVwiICsgaGVpZ2h0O1xyXG5cclxuICAgIGlmICh3aWR0aFN0cmluZyAhPT0gXCJcIiAmJiBoZWlnaHRTdHJpbmcgIT09IFwiXCIpIHtcclxuICAgICAgcXVlcnlTdHJpbmcgKz0gXCI/XCIgKyB3aWR0aFN0cmluZyArIFwiJlwiICsgaGVpZ2h0U3RyaW5nO1xyXG4gICAgfSBlbHNlIGlmICh3aWR0aFN0cmluZyAhPT0gXCJcIikge1xyXG4gICAgICBxdWVyeVN0cmluZyArPSBcIj9cIiArIHdpZHRoU3RyaW5nO1xyXG4gICAgfSBlbHNlIGlmIChoZWlnaHRTdHJpbmcgIT09IFwiXCIpIHtcclxuICAgICAgcXVlcnlTdHJpbmcgKz0gXCI/XCIgKyBoZWlnaHRTdHJpbmc7XHJcbiAgICB9XHJcblxyXG4gICAgbGV0IGVudmlyb25tZW50ID0gSlNPTi5wYXJzZShsb2NhbFN0b3JhZ2UuZ2V0SXRlbShMb2NhbFN0b3JhZ2VQcm9wZXJ0aWVzLkVudmlyb25tZW50KSk7XHJcbiAgICB2YXIgcmV0dXJuZWRJbWFnZSA9IGVudmlyb25tZW50LmFwaVVSTCArIFwicmVtb3RlLmF4ZD9cIiArIHF1ZXJ5U3RyaW5nO1xyXG5cclxuICAgIHJldHVybiByZXR1cm5lZEltYWdlO1xyXG4gIH1cclxufVxyXG4iXX0=
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
import { Pipe, Injectable } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export class HighLightTextPipe {
|
|
4
|
-
transform(value, searchText) {
|
|
5
|
-
if (searchText == null || searchText == "") {
|
|
6
|
-
return value;
|
|
7
|
-
}
|
|
8
|
-
const regex = new RegExp(searchText, 'gi');
|
|
9
|
-
return value.replace(regex, (match) => `<strong>${match.replace(/\*/g, '')}</strong>`);
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
HighLightTextPipe.ɵfac =
|
|
13
|
-
HighLightTextPipe.ɵpipe =
|
|
14
|
-
HighLightTextPipe.ɵprov =
|
|
15
|
-
(
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import { Pipe, Injectable } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export class HighLightTextPipe {
|
|
4
|
+
transform(value, searchText) {
|
|
5
|
+
if (searchText == null || searchText == "") {
|
|
6
|
+
return value;
|
|
7
|
+
}
|
|
8
|
+
const regex = new RegExp(searchText, 'gi');
|
|
9
|
+
return value.replace(regex, (match) => `<strong>${match.replace(/\*/g, '')}</strong>`);
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
HighLightTextPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.1", ngImport: i0, type: HighLightTextPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
13
|
+
HighLightTextPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.1.1", ngImport: i0, type: HighLightTextPipe, name: "highLightText" });
|
|
14
|
+
HighLightTextPipe.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.1.1", ngImport: i0, type: HighLightTextPipe, providedIn: 'root' });
|
|
15
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.1", ngImport: i0, type: HighLightTextPipe, decorators: [{
|
|
16
|
+
type: Pipe,
|
|
17
|
+
args: [{
|
|
18
|
+
name: 'highLightText'
|
|
19
|
+
}]
|
|
20
|
+
}, {
|
|
21
|
+
type: Injectable,
|
|
22
|
+
args: [{ providedIn: 'root' }]
|
|
23
|
+
}] });
|
|
24
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGlnaExpZ2h0VGV4dC5waXBlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc2hlbGwtbW9kdWxlLWNvbXBvbmVudHMvc2hlbGwtY29tcG9uZW50cy9zcmMvbGliL2dsb2JhbGRlcGVuZGVuY2llcy9waXBlcy9oaWdoTGlnaHRUZXh0LnBpcGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLElBQUksRUFBaUIsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQVFoRSxNQUFNLE9BQU8saUJBQWlCO0lBQzVCLFNBQVMsQ0FBQyxLQUFhLEVBQUUsVUFBa0I7UUFDekMsSUFBSyxVQUFVLElBQUksSUFBSSxJQUFJLFVBQVUsSUFBSSxFQUFFLEVBQzNDO1lBQ0UsT0FBTyxLQUFLLENBQUM7U0FDZDtRQUNELE1BQU0sS0FBSyxHQUFHLElBQUksTUFBTSxDQUFDLFVBQVUsRUFBRSxJQUFJLENBQUMsQ0FBQztRQUMzQyxPQUFPLEtBQUssQ0FBQyxPQUFPLENBQUMsS0FBSyxFQUFFLENBQUMsS0FBSyxFQUFFLEVBQUUsQ0FBQyxXQUFXLEtBQUssQ0FBQyxPQUFPLENBQUMsS0FBSyxFQUFDLEVBQUUsQ0FBQyxXQUFXLENBQUMsQ0FBQztJQUN4RixDQUFDOzs4R0FSVSxpQkFBaUI7NEdBQWpCLGlCQUFpQjtrSEFBakIsaUJBQWlCLGNBRkosTUFBTTsyRkFFbkIsaUJBQWlCO2tCQU43QixJQUFJO21CQUFDO29CQUNKLElBQUksRUFBRSxlQUFlO2lCQUN0Qjs7a0JBRUEsVUFBVTttQkFBQyxFQUFFLFVBQVUsRUFBRSxNQUFNLEVBQUUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBQaXBlLCBQaXBlVHJhbnNmb3JtLCBJbmplY3RhYmxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcblxyXG5AUGlwZSh7XHJcbiAgbmFtZTogJ2hpZ2hMaWdodFRleHQnXHJcbn0pXHJcblxyXG5ASW5qZWN0YWJsZSh7IHByb3ZpZGVkSW46ICdyb290JyB9KVxyXG5cclxuZXhwb3J0IGNsYXNzIEhpZ2hMaWdodFRleHRQaXBlIGltcGxlbWVudHMgUGlwZVRyYW5zZm9ybSB7XHJcbiAgdHJhbnNmb3JtKHZhbHVlOiBzdHJpbmcsIHNlYXJjaFRleHQ6IHN0cmluZyk6IHN0cmluZyB7XHJcbiAgICBpZiAoIHNlYXJjaFRleHQgPT0gbnVsbCB8fCBzZWFyY2hUZXh0ID09IFwiXCIpXHJcbiAgICB7XHJcbiAgICAgIHJldHVybiB2YWx1ZTtcclxuICAgIH1cclxuICAgIGNvbnN0IHJlZ2V4ID0gbmV3IFJlZ0V4cChzZWFyY2hUZXh0LCAnZ2knKTtcclxuICAgIHJldHVybiB2YWx1ZS5yZXBsYWNlKHJlZ2V4LCAobWF0Y2gpID0+IGA8c3Ryb25nPiR7bWF0Y2gucmVwbGFjZSgvXFwqL2csJycpfTwvc3Ryb25nPmApO1xyXG4gIH1cclxufVxyXG4iXX0=
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
import { Pipe, Injectable } from '@angular/core';
|
|
2
|
-
import * as moment from "moment";
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export class OrderByPipe {
|
|
5
|
-
transform(notifications) {
|
|
6
|
-
if (notifications && notifications.length > 0) {
|
|
7
|
-
notifications = notifications.sort((notificationSortAscModel, notificationSortDescModel) => {
|
|
8
|
-
return moment.utc(notificationSortDescModel.createdDateTime).diff(moment.utc(notificationSortAscModel.createdDateTime));
|
|
9
|
-
});
|
|
10
|
-
return notifications;
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
OrderByPipe.ɵfac =
|
|
15
|
-
OrderByPipe.ɵpipe =
|
|
16
|
-
OrderByPipe.ɵprov =
|
|
17
|
-
(
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import { Pipe, Injectable } from '@angular/core';
|
|
2
|
+
import * as moment from "moment";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export class OrderByPipe {
|
|
5
|
+
transform(notifications) {
|
|
6
|
+
if (notifications && notifications.length > 0) {
|
|
7
|
+
notifications = notifications.sort((notificationSortAscModel, notificationSortDescModel) => {
|
|
8
|
+
return moment.utc(notificationSortDescModel.createdDateTime).diff(moment.utc(notificationSortAscModel.createdDateTime));
|
|
9
|
+
});
|
|
10
|
+
return notifications;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
OrderByPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.1", ngImport: i0, type: OrderByPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
15
|
+
OrderByPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.1.1", ngImport: i0, type: OrderByPipe, name: "orderBy" });
|
|
16
|
+
OrderByPipe.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.1.1", ngImport: i0, type: OrderByPipe, providedIn: 'root' });
|
|
17
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.1", ngImport: i0, type: OrderByPipe, decorators: [{
|
|
18
|
+
type: Pipe,
|
|
19
|
+
args: [{ name: 'orderBy' }]
|
|
20
|
+
}, {
|
|
21
|
+
type: Injectable,
|
|
22
|
+
args: [{ providedIn: 'root' }]
|
|
23
|
+
}] });
|
|
24
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib3JkZXJieS1waXBlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc2hlbGwtbW9kdWxlLWNvbXBvbmVudHMvc2hlbGwtY29tcG9uZW50cy9zcmMvbGliL2dsb2JhbGRlcGVuZGVuY2llcy9waXBlcy9vcmRlcmJ5LXBpcGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLElBQUksRUFBaUIsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2hFLE9BQU8sS0FBSyxNQUFNLE1BQU0sUUFBUSxDQUFDOztBQU9qQyxNQUFNLE9BQU8sV0FBVztJQUVwQixTQUFTLENBQUMsYUFBa0M7UUFDeEMsSUFBSSxhQUFhLElBQUksYUFBYSxDQUFDLE1BQU0sR0FBRyxDQUFDLEVBQUU7WUFDM0MsYUFBYSxHQUFHLGFBQWEsQ0FBQyxJQUFJLENBQUMsQ0FBQyx3QkFBd0IsRUFBRSx5QkFBeUIsRUFBRSxFQUFFO2dCQUN2RixPQUFPLE1BQU0sQ0FBQyxHQUFHLENBQUMseUJBQXlCLENBQUMsZUFBZSxDQUFDLENBQUMsSUFBSSxDQUFDLE1BQU0sQ0FBQyxHQUFHLENBQUMsd0JBQXdCLENBQUMsZUFBZSxDQUFDLENBQUMsQ0FBQztZQUM1SCxDQUFDLENBQUMsQ0FBQztZQUNILE9BQU8sYUFBYSxDQUFDO1NBRXhCO0lBQ0wsQ0FBQzs7d0dBVlEsV0FBVztzR0FBWCxXQUFXOzRHQUFYLFdBQVcsY0FGRSxNQUFNOzJGQUVuQixXQUFXO2tCQUp2QixJQUFJO21CQUFDLEVBQUUsSUFBSSxFQUFFLFNBQVMsRUFBRTs7a0JBRXhCLFVBQVU7bUJBQUMsRUFBRSxVQUFVLEVBQUUsTUFBTSxFQUFFIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgUGlwZSwgUGlwZVRyYW5zZm9ybSwgSW5qZWN0YWJsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgKiBhcyBtb21lbnQgZnJvbSBcIm1vbWVudFwiO1xyXG5pbXBvcnQgeyBOb3RpZmljYXRpb25Nb2RlbCB9IGZyb20gJy4uLy4uL3NoZWxsLWNvbXBvbmVudHMvbW9kZWxzL05vdGlmaWNhdGlvbnNPdXRQdXRNb2RlbCc7XHJcblxyXG5AUGlwZSh7IG5hbWU6ICdvcmRlckJ5JyB9KVxyXG5cclxuQEluamVjdGFibGUoeyBwcm92aWRlZEluOiAncm9vdCcgfSlcclxuXHJcbmV4cG9ydCBjbGFzcyBPcmRlckJ5UGlwZSBpbXBsZW1lbnRzIFBpcGVUcmFuc2Zvcm0ge1xyXG5cclxuICAgIHRyYW5zZm9ybShub3RpZmljYXRpb25zOiBOb3RpZmljYXRpb25Nb2RlbFtdKTogYW55W10ge1xyXG4gICAgICAgIGlmIChub3RpZmljYXRpb25zICYmIG5vdGlmaWNhdGlvbnMubGVuZ3RoID4gMCkge1xyXG4gICAgICAgICAgICBub3RpZmljYXRpb25zID0gbm90aWZpY2F0aW9ucy5zb3J0KChub3RpZmljYXRpb25Tb3J0QXNjTW9kZWwsIG5vdGlmaWNhdGlvblNvcnREZXNjTW9kZWwpID0+IHtcclxuICAgICAgICAgICAgICAgIHJldHVybiBtb21lbnQudXRjKG5vdGlmaWNhdGlvblNvcnREZXNjTW9kZWwuY3JlYXRlZERhdGVUaW1lKS5kaWZmKG1vbWVudC51dGMobm90aWZpY2F0aW9uU29ydEFzY01vZGVsLmNyZWF0ZWREYXRlVGltZSkpO1xyXG4gICAgICAgICAgICB9KTtcclxuICAgICAgICAgICAgcmV0dXJuIG5vdGlmaWNhdGlvbnM7XHJcblxyXG4gICAgICAgIH1cclxuICAgIH1cclxufSJdfQ==
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
import { Pipe, Injectable } from "@angular/core";
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export class RemoveSpecialCharactersPipe {
|
|
4
|
-
transform(sourceText) {
|
|
5
|
-
if (!sourceText) {
|
|
6
|
-
return null;
|
|
7
|
-
}
|
|
8
|
-
var sourceText = sourceText.replace(/-/g, "");
|
|
9
|
-
return sourceText.replace(/[^a-zA-Z0-9\s]/g, '');
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
RemoveSpecialCharactersPipe.ɵfac =
|
|
13
|
-
RemoveSpecialCharactersPipe.ɵpipe =
|
|
14
|
-
RemoveSpecialCharactersPipe.ɵprov =
|
|
15
|
-
(
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import { Pipe, Injectable } from "@angular/core";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export class RemoveSpecialCharactersPipe {
|
|
4
|
+
transform(sourceText) {
|
|
5
|
+
if (!sourceText) {
|
|
6
|
+
return null;
|
|
7
|
+
}
|
|
8
|
+
var sourceText = sourceText.replace(/-/g, "");
|
|
9
|
+
return sourceText.replace(/[^a-zA-Z0-9\s]/g, '');
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
RemoveSpecialCharactersPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.1", ngImport: i0, type: RemoveSpecialCharactersPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
13
|
+
RemoveSpecialCharactersPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.1.1", ngImport: i0, type: RemoveSpecialCharactersPipe, name: "removeSpecialCharacters" });
|
|
14
|
+
RemoveSpecialCharactersPipe.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.1.1", ngImport: i0, type: RemoveSpecialCharactersPipe, providedIn: 'root' });
|
|
15
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.1", ngImport: i0, type: RemoveSpecialCharactersPipe, decorators: [{
|
|
16
|
+
type: Pipe,
|
|
17
|
+
args: [{ name: "removeSpecialCharacters", pure: true }]
|
|
18
|
+
}, {
|
|
19
|
+
type: Injectable,
|
|
20
|
+
args: [{ providedIn: 'root' }]
|
|
21
|
+
}] });
|
|
22
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVtb3ZlU3BlY2lhbENoYXJhY3RlcnMucGlwZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NoZWxsLW1vZHVsZS1jb21wb25lbnRzL3NoZWxsLWNvbXBvbmVudHMvc3JjL2xpYi9nbG9iYWxkZXBlbmRlbmNpZXMvcGlwZXMvcmVtb3ZlU3BlY2lhbENoYXJhY3RlcnMucGlwZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsSUFBSSxFQUFpQixVQUFVLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBTWhFLE1BQU0sT0FBTywyQkFBMkI7SUFDdEMsU0FBUyxDQUFDLFVBQWtCO1FBQzFCLElBQUksQ0FBQyxVQUFVLEVBQUU7WUFDZixPQUFPLElBQUksQ0FBQztTQUNiO1FBQ0QsSUFBSSxVQUFVLEdBQUcsVUFBVSxDQUFDLE9BQU8sQ0FBQyxJQUFJLEVBQUUsRUFBRSxDQUFDLENBQUM7UUFDOUMsT0FBTyxVQUFVLENBQUMsT0FBTyxDQUFDLGlCQUFpQixFQUFFLEVBQUUsQ0FBQyxDQUFDO0lBQ25ELENBQUM7O3dIQVBVLDJCQUEyQjtzSEFBM0IsMkJBQTJCOzRIQUEzQiwyQkFBMkIsY0FGZCxNQUFNOzJGQUVuQiwyQkFBMkI7a0JBSnZDLElBQUk7bUJBQUMsRUFBRSxJQUFJLEVBQUUseUJBQXlCLEVBQUUsSUFBSSxFQUFFLElBQUksRUFBRTs7a0JBRXBELFVBQVU7bUJBQUMsRUFBRSxVQUFVLEVBQUUsTUFBTSxFQUFFIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgUGlwZSwgUGlwZVRyYW5zZm9ybSwgSW5qZWN0YWJsZSB9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XHJcblxyXG5AUGlwZSh7IG5hbWU6IFwicmVtb3ZlU3BlY2lhbENoYXJhY3RlcnNcIiwgcHVyZTogdHJ1ZSB9KVxyXG5cclxuQEluamVjdGFibGUoeyBwcm92aWRlZEluOiAncm9vdCcgfSlcclxuXHJcbmV4cG9ydCBjbGFzcyBSZW1vdmVTcGVjaWFsQ2hhcmFjdGVyc1BpcGUgaW1wbGVtZW50cyBQaXBlVHJhbnNmb3JtIHtcclxuICB0cmFuc2Zvcm0oc291cmNlVGV4dDogc3RyaW5nKTogc3RyaW5nIHtcclxuICAgIGlmICghc291cmNlVGV4dCkge1xyXG4gICAgICByZXR1cm4gbnVsbDtcclxuICAgIH1cclxuICAgIHZhciBzb3VyY2VUZXh0ID0gc291cmNlVGV4dC5yZXBsYWNlKC8tL2csIFwiXCIpO1xyXG4gICAgcmV0dXJuIHNvdXJjZVRleHQucmVwbGFjZSgvW15hLXpBLVowLTlcXHNdL2csICcnKTtcclxuICB9XHJcbn0iXX0=
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
import { Pipe, Injectable } from "@angular/core";
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@angular/platform-browser";
|
|
4
|
-
export class SanitizeHtmlPipe {
|
|
5
|
-
constructor(_sanitizer) {
|
|
6
|
-
this._sanitizer = _sanitizer;
|
|
7
|
-
}
|
|
8
|
-
transform(v) {
|
|
9
|
-
return this._sanitizer.bypassSecurityTrustHtml(v);
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
SanitizeHtmlPipe.ɵfac =
|
|
13
|
-
SanitizeHtmlPipe.ɵpipe =
|
|
14
|
-
SanitizeHtmlPipe.ɵprov =
|
|
15
|
-
(
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import { Pipe, Injectable } from "@angular/core";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "@angular/platform-browser";
|
|
4
|
+
export class SanitizeHtmlPipe {
|
|
5
|
+
constructor(_sanitizer) {
|
|
6
|
+
this._sanitizer = _sanitizer;
|
|
7
|
+
}
|
|
8
|
+
transform(v) {
|
|
9
|
+
return this._sanitizer.bypassSecurityTrustHtml(v);
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
SanitizeHtmlPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.1", ngImport: i0, type: SanitizeHtmlPipe, deps: [{ token: i1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe });
|
|
13
|
+
SanitizeHtmlPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.1.1", ngImport: i0, type: SanitizeHtmlPipe, name: "sanitizeHtml" });
|
|
14
|
+
SanitizeHtmlPipe.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.1.1", ngImport: i0, type: SanitizeHtmlPipe, providedIn: 'root' });
|
|
15
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.1", ngImport: i0, type: SanitizeHtmlPipe, decorators: [{
|
|
16
|
+
type: Pipe,
|
|
17
|
+
args: [{
|
|
18
|
+
name: 'sanitizeHtml'
|
|
19
|
+
}]
|
|
20
|
+
}, {
|
|
21
|
+
type: Injectable,
|
|
22
|
+
args: [{ providedIn: 'root' }]
|
|
23
|
+
}], ctorParameters: function () { return [{ type: i1.DomSanitizer }]; } });
|
|
24
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2FuaXRpemUucGlwZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NoZWxsLW1vZHVsZS1jb21wb25lbnRzL3NoZWxsLWNvbXBvbmVudHMvc3JjL2xpYi9nbG9iYWxkZXBlbmRlbmNpZXMvcGlwZXMvc2FuaXRpemUucGlwZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsSUFBSSxFQUFpQixVQUFVLEVBQUUsTUFBTSxlQUFlLENBQUM7OztBQVNoRSxNQUFNLE9BQU8sZ0JBQWdCO0lBRXpCLFlBQW9CLFVBQXdCO1FBQXhCLGVBQVUsR0FBVixVQUFVLENBQWM7SUFDNUMsQ0FBQztJQUVELFNBQVMsQ0FBQyxDQUFTO1FBQ2YsT0FBTyxJQUFJLENBQUMsVUFBVSxDQUFDLHVCQUF1QixDQUFDLENBQUMsQ0FBQyxDQUFDO0lBQ3RELENBQUM7OzZHQVBRLGdCQUFnQjsyR0FBaEIsZ0JBQWdCO2lIQUFoQixnQkFBZ0IsY0FGSCxNQUFNOzJGQUVuQixnQkFBZ0I7a0JBTjVCLElBQUk7bUJBQUM7b0JBQ0YsSUFBSSxFQUFFLGNBQWM7aUJBQ3ZCOztrQkFFQSxVQUFVO21CQUFDLEVBQUUsVUFBVSxFQUFFLE1BQU0sRUFBRSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IFBpcGUsIFBpcGVUcmFuc2Zvcm0sIEluamVjdGFibGUgfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xyXG5pbXBvcnQgeyBEb21TYW5pdGl6ZXIsIFNhZmVIdG1sIH0gZnJvbSAnQGFuZ3VsYXIvcGxhdGZvcm0tYnJvd3Nlcic7XHJcblxyXG5AUGlwZSh7XHJcbiAgICBuYW1lOiAnc2FuaXRpemVIdG1sJ1xyXG59KVxyXG5cclxuQEluamVjdGFibGUoeyBwcm92aWRlZEluOiAncm9vdCcgfSlcclxuXHJcbmV4cG9ydCBjbGFzcyBTYW5pdGl6ZUh0bWxQaXBlIGltcGxlbWVudHMgUGlwZVRyYW5zZm9ybSB7XHJcblxyXG4gICAgY29uc3RydWN0b3IocHJpdmF0ZSBfc2FuaXRpemVyOiBEb21TYW5pdGl6ZXIpIHtcclxuICAgIH1cclxuXHJcbiAgICB0cmFuc2Zvcm0odjogc3RyaW5nKTogU2FmZUh0bWwge1xyXG4gICAgICAgIHJldHVybiB0aGlzLl9zYW5pdGl6ZXIuYnlwYXNzU2VjdXJpdHlUcnVzdEh0bWwodik7XHJcbiAgICB9XHJcbn0iXX0=
|