@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,172 +1,172 @@
|
|
|
1
|
-
import { Component, Inject } from "@angular/core";
|
|
2
|
-
import { MAT_DIALOG_DATA } from "@angular/material/dialog";
|
|
3
|
-
import '../../../globaldependencies/helpers/fontawesome-icons';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
import * as i1 from "../../services/payment.service";
|
|
6
|
-
import * as i2 from "ngx-toastr";
|
|
7
|
-
import * as i3 from "@angular/flex-layout/flex";
|
|
8
|
-
import * as i4 from "@angular/material/card";
|
|
9
|
-
import * as i5 from "@angular/material/list";
|
|
10
|
-
import * as i6 from "@angular/router";
|
|
11
|
-
import * as i7 from "@angular/material/divider";
|
|
12
|
-
import * as i8 from "@swimlane/ngx-datatable";
|
|
13
|
-
import * as i9 from "@angular/material/button";
|
|
14
|
-
import * as i10 from "@angular/common";
|
|
15
|
-
function TransactionsComponent_ng_template_25_Template(rf, ctx) { if (rf & 1) {
|
|
16
|
-
i0.ɵɵtext(0);
|
|
17
|
-
i0.ɵɵpipe(1, "date");
|
|
18
|
-
} if (rf & 2) {
|
|
19
|
-
const row_r5 = ctx.row;
|
|
20
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(1, 1, row_r5 == null ? null : row_r5.createdDateTime), " ");
|
|
21
|
-
} }
|
|
22
|
-
function TransactionsComponent_ng_template_27_Template(rf, ctx) { if (rf & 1) {
|
|
23
|
-
const _r8 = i0.ɵɵgetCurrentView();
|
|
24
|
-
i0.ɵɵelementStart(0, "span");
|
|
25
|
-
i0.ɵɵelementStart(1, "a", 17);
|
|
26
|
-
i0.ɵɵlistener("click", function TransactionsComponent_ng_template_27_Template_a_click_1_listener() { const restoredCtx = i0.ɵɵrestoreView(_r8); const row_r6 = restoredCtx.row; const ctx_r7 = i0.ɵɵnextContext(); return ctx_r7.downloadInvoice(row_r6.pdfUrl); });
|
|
27
|
-
i0.ɵɵtext(2);
|
|
28
|
-
i0.ɵɵelementEnd();
|
|
29
|
-
i0.ɵɵelementEnd();
|
|
30
|
-
} if (rf & 2) {
|
|
31
|
-
const row_r6 = ctx.row;
|
|
32
|
-
i0.ɵɵadvance(2);
|
|
33
|
-
i0.ɵɵtextInterpolate(row_r6 == null ? null : row_r6.details);
|
|
34
|
-
} }
|
|
35
|
-
function TransactionsComponent_ng_template_29_Template(rf, ctx) { if (rf & 1) {
|
|
36
|
-
i0.ɵɵtext(0);
|
|
37
|
-
} if (rf & 2) {
|
|
38
|
-
const row_r9 = ctx.row;
|
|
39
|
-
i0.ɵɵtextInterpolate1(" ", row_r9 == null ? null : row_r9.product, " ");
|
|
40
|
-
} }
|
|
41
|
-
function TransactionsComponent_ng_template_31_Template(rf, ctx) { if (rf & 1) {
|
|
42
|
-
i0.ɵɵtext(0);
|
|
43
|
-
} if (rf & 2) {
|
|
44
|
-
const row_r10 = ctx.row;
|
|
45
|
-
i0.ɵɵtextInterpolate1(" ", row_r10 == null ? null : row_r10.amount, " ");
|
|
46
|
-
} }
|
|
47
|
-
function TransactionsComponent_ng_template_33_Template(rf, ctx) { if (rf & 1) {
|
|
48
|
-
i0.ɵɵtext(0);
|
|
49
|
-
} if (rf & 2) {
|
|
50
|
-
const row_r11 = ctx.row;
|
|
51
|
-
i0.ɵɵtextInterpolate1(" ", row_r11 == null ? null : row_r11.status, " ");
|
|
52
|
-
} }
|
|
53
|
-
export class TransactionsComponent {
|
|
54
|
-
constructor(data, paymentService, toastr, cdRef) {
|
|
55
|
-
this.data = data;
|
|
56
|
-
this.paymentService = paymentService;
|
|
57
|
-
this.toastr = toastr;
|
|
58
|
-
this.cdRef = cdRef;
|
|
59
|
-
this.selectedTab = "Invoices";
|
|
60
|
-
this.isAnyOperationIsInprogress = false;
|
|
61
|
-
this.isFromRoute = false;
|
|
62
|
-
this.invoiceList = [];
|
|
63
|
-
}
|
|
64
|
-
ngOnInit() {
|
|
65
|
-
this.getAllTransactions();
|
|
66
|
-
}
|
|
67
|
-
onTabClick(selectedName) {
|
|
68
|
-
this.selectedTab = selectedName;
|
|
69
|
-
this.getAllTransactions();
|
|
70
|
-
}
|
|
71
|
-
getAllTransactions() {
|
|
72
|
-
this.invoices = [];
|
|
73
|
-
this.paymentService.getAllTransactions(this.selectedTab).subscribe((responseData) => {
|
|
74
|
-
if (responseData.success == true) {
|
|
75
|
-
this.invoices = responseData.data;
|
|
76
|
-
}
|
|
77
|
-
else {
|
|
78
|
-
this.toastr.error(responseData.apiResponseMessages[0].message);
|
|
79
|
-
}
|
|
80
|
-
});
|
|
81
|
-
}
|
|
82
|
-
downloadInvoice(pdfLink) {
|
|
83
|
-
window.open(pdfLink);
|
|
84
|
-
}
|
|
85
|
-
}
|
|
86
|
-
TransactionsComponent.ɵfac = function TransactionsComponent_Factory(t) { return new (t || TransactionsComponent)(i0.ɵɵdirectiveInject(MAT_DIALOG_DATA), i0.ɵɵdirectiveInject(i1.PaymentService), i0.ɵɵdirectiveInject(i2.ToastrService), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef)); };
|
|
87
|
-
TransactionsComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: TransactionsComponent, selectors: [["app-transactions-component"]], decls: 34, vars: 19, consts: [["fxLayout", "row wrap", "fxFlex", "", "fxFlex", "100"], ["fxFlex", "100", "fxFlex.gt-sm", "20", "fxFlex.gt-md", "300px"], [1, "profile-sidebar", "pb-0", "pt-0", "custom-box", "w3rt-card", "organisation-management", "mb-0", "mt-0"], [1, "profile-nav"], [1, "pt-0"], ["routerLinkActive", "list-item-active", 1, "role-card", 3, "click"], ["fxFlex", "100", "fxFlex.gt-sm", "80", "fxFlex.gt-md", "calc(100% - 300px)", 1, "organisation-pages", "organisation-pages-1"], ["fxFlex", "", "fxFlex", "100"], [1, "ml-1", "mt-05"], [1, "activity-data", "no-drag", "accessible-ip-height"], [1, "btrak", 3, "columnMode", "headerHeight", "footerHeight", "rowHeight", "limit", "rows", "scrollbarH", "virtualization"], ["minWidth", "150", "name", "DATE ISSUED", "prop", "createdDateTime", 3, "flexGrow", "sortable"], ["ngx-datatable-cell-template", ""], ["minWidth", "150", "name", "DETAILS", "prop", "details", 3, "flexGrow", "sortable"], ["minWidth", "150", "name", "PRODUCT(S)", "prop", "product", 3, "flexGrow", "sortable"], ["minWidth", "150", "name", "AMOUNT", "prop", "amount", 3, "flexGrow", "sortable"], ["minWidth", "150", "name", "STATUS", "prop", "status", 3, "flexGrow", "sortable"], ["mat-button", "", "color", "accent", 1, "pl-0", 3, "click"]], template: function TransactionsComponent_Template(rf, ctx) { if (rf & 1) {
|
|
88
|
-
i0.ɵɵelementStart(0, "div", 0);
|
|
89
|
-
i0.ɵɵelementStart(1, "div", 1);
|
|
90
|
-
i0.ɵɵelementStart(2, "mat-card", 2);
|
|
91
|
-
i0.ɵɵelementStart(3, "div", 3);
|
|
92
|
-
i0.ɵɵelementStart(4, "mat-nav-list", 4);
|
|
93
|
-
i0.ɵɵelementContainerStart(5);
|
|
94
|
-
i0.ɵɵelementStart(6, "mat-list-item", 5);
|
|
95
|
-
i0.ɵɵlistener("click", function TransactionsComponent_Template_mat_list_item_click_6_listener() { return ctx.onTabClick("Invoices"); });
|
|
96
|
-
i0.ɵɵtext(7, " Invoices ");
|
|
97
|
-
i0.ɵɵelementEnd();
|
|
98
|
-
i0.ɵɵelement(8, "mat-divider");
|
|
99
|
-
i0.ɵɵelementContainerEnd();
|
|
100
|
-
i0.ɵɵelementContainerStart(9);
|
|
101
|
-
i0.ɵɵelementStart(10, "mat-list-item", 5);
|
|
102
|
-
i0.ɵɵlistener("click", function TransactionsComponent_Template_mat_list_item_click_10_listener() { return ctx.onTabClick("Payments"); });
|
|
103
|
-
i0.ɵɵtext(11, " Payments ");
|
|
104
|
-
i0.ɵɵelementEnd();
|
|
105
|
-
i0.ɵɵelement(12, "mat-divider");
|
|
106
|
-
i0.ɵɵelementContainerEnd();
|
|
107
|
-
i0.ɵɵelementContainerStart(13);
|
|
108
|
-
i0.ɵɵelementStart(14, "mat-list-item", 5);
|
|
109
|
-
i0.ɵɵlistener("click", function TransactionsComponent_Template_mat_list_item_click_14_listener() { return ctx.onTabClick("All"); });
|
|
110
|
-
i0.ɵɵtext(15, " All ");
|
|
111
|
-
i0.ɵɵelementEnd();
|
|
112
|
-
i0.ɵɵelement(16, "mat-divider");
|
|
113
|
-
i0.ɵɵelementContainerEnd();
|
|
114
|
-
i0.ɵɵelementEnd();
|
|
115
|
-
i0.ɵɵelementEnd();
|
|
116
|
-
i0.ɵɵelementEnd();
|
|
117
|
-
i0.ɵɵelementEnd();
|
|
118
|
-
i0.ɵɵelementStart(17, "div", 6);
|
|
119
|
-
i0.ɵɵelementStart(18, "div", 7);
|
|
120
|
-
i0.ɵɵelementStart(19, "h4", 8);
|
|
121
|
-
i0.ɵɵtext(20);
|
|
122
|
-
i0.ɵɵelementEnd();
|
|
123
|
-
i0.ɵɵelement(21, "hr");
|
|
124
|
-
i0.ɵɵelementStart(22, "div", 9);
|
|
125
|
-
i0.ɵɵelementStart(23, "ngx-datatable", 10);
|
|
126
|
-
i0.ɵɵelementStart(24, "ngx-datatable-column", 11);
|
|
127
|
-
i0.ɵɵtemplate(25, TransactionsComponent_ng_template_25_Template, 2, 3, "ng-template", 12);
|
|
128
|
-
i0.ɵɵelementEnd();
|
|
129
|
-
i0.ɵɵelementStart(26, "ngx-datatable-column", 13);
|
|
130
|
-
i0.ɵɵtemplate(27, TransactionsComponent_ng_template_27_Template, 3, 1, "ng-template", 12);
|
|
131
|
-
i0.ɵɵelementEnd();
|
|
132
|
-
i0.ɵɵelementStart(28, "ngx-datatable-column", 14);
|
|
133
|
-
i0.ɵɵtemplate(29, TransactionsComponent_ng_template_29_Template, 1, 1, "ng-template", 12);
|
|
134
|
-
i0.ɵɵelementEnd();
|
|
135
|
-
i0.ɵɵelementStart(30, "ngx-datatable-column", 15);
|
|
136
|
-
i0.ɵɵtemplate(31, TransactionsComponent_ng_template_31_Template, 1, 1, "ng-template", 12);
|
|
137
|
-
i0.ɵɵelementEnd();
|
|
138
|
-
i0.ɵɵelementStart(32, "ngx-datatable-column", 16);
|
|
139
|
-
i0.ɵɵtemplate(33, TransactionsComponent_ng_template_33_Template, 1, 1, "ng-template", 12);
|
|
140
|
-
i0.ɵɵelementEnd();
|
|
141
|
-
i0.ɵɵelementEnd();
|
|
142
|
-
i0.ɵɵelementEnd();
|
|
143
|
-
i0.ɵɵelementEnd();
|
|
144
|
-
i0.ɵɵelementEnd();
|
|
145
|
-
i0.ɵɵelementEnd();
|
|
146
|
-
} if (rf & 2) {
|
|
147
|
-
i0.ɵɵadvance(20);
|
|
148
|
-
i0.ɵɵtextInterpolate(ctx.selectedTab);
|
|
149
|
-
i0.ɵɵadvance(3);
|
|
150
|
-
i0.ɵɵproperty("columnMode", "flex")("headerHeight", 35)("footerHeight", 50)("rowHeight", 50)("limit", 10)("rows", ctx.invoices)("scrollbarH", true)("virtualization", false);
|
|
151
|
-
i0.ɵɵadvance(1);
|
|
152
|
-
i0.ɵɵproperty("flexGrow", 1)("sortable", true);
|
|
153
|
-
i0.ɵɵadvance(2);
|
|
154
|
-
i0.ɵɵproperty("flexGrow", 1)("sortable", true);
|
|
155
|
-
i0.ɵɵadvance(2);
|
|
156
|
-
i0.ɵɵproperty("flexGrow", 1)("sortable", true);
|
|
157
|
-
i0.ɵɵadvance(2);
|
|
158
|
-
i0.ɵɵproperty("flexGrow", 1)("sortable", true);
|
|
159
|
-
i0.ɵɵadvance(2);
|
|
160
|
-
i0.ɵɵproperty("flexGrow", 1)("sortable", true);
|
|
161
|
-
} }, directives: [i3.DefaultLayoutDirective, i3.DefaultFlexDirective, i4.MatCard, i5.MatNavList, i5.MatListItem, i6.RouterLinkActive, i7.MatDivider, i8.DatatableComponent, i8.DataTableColumnDirective, i8.DataTableColumnCellDirective, i9.MatAnchor], pipes: [i10.DatePipe], encapsulation: 2 });
|
|
162
|
-
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TransactionsComponent, [{
|
|
163
|
-
type: Component,
|
|
164
|
-
args: [{
|
|
165
|
-
selector: "app-transactions-component",
|
|
166
|
-
templateUrl: "./transactions.component.html"
|
|
167
|
-
}]
|
|
168
|
-
}], function () { return [{ type: undefined, decorators: [{
|
|
169
|
-
type: Inject,
|
|
170
|
-
args: [MAT_DIALOG_DATA]
|
|
171
|
-
}] }, { type: i1.PaymentService }, { type: i2.ToastrService }, { type: i0.ChangeDetectorRef }]; }, null); })();
|
|
172
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJhbnNhY3Rpb25zLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NoZWxsLW1vZHVsZS1jb21wb25lbnRzL3NoZWxsLWNvbXBvbmVudHMvc3JjL2xpYi9zaGVsbC1jb21wb25lbnRzL2NvbXBvbmVudHMvUGF5bWVudHMvdHJhbnNhY3Rpb25zLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NoZWxsLW1vZHVsZS1jb21wb25lbnRzL3NoZWxsLWNvbXBvbmVudHMvc3JjL2xpYi9zaGVsbC1jb21wb25lbnRzL2NvbXBvbmVudHMvUGF5bWVudHMvdHJhbnNhY3Rpb25zLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQVUsTUFBTSxFQUFnQyxNQUFNLGVBQWUsQ0FBQztBQUN4RixPQUFPLEVBQTJCLGVBQWUsRUFBRSxNQUFNLDBCQUEwQixDQUFDO0FBSXBGLE9BQU8sdURBQXVELENBQUM7Ozs7Ozs7Ozs7Ozs7SUNvQ25DLFlBQ0o7Ozs7SUFESSxxR0FDSjs7OztJQUtDLDRCQUFNO0lBQUMsNkJBQWdGO0lBQXRDLG1RQUFxQztJQUFDLFlBQWtCO0lBQUEsaUJBQUk7SUFBQSxpQkFBTzs7O0lBQTdCLGVBQWtCO0lBQWxCLDREQUFrQjs7O0lBTXRHLFlBQ0o7OztJQURJLHVFQUNKOzs7SUFLSSxZQUNKOzs7SUFESSx3RUFDSjs7O0lBS0ksWUFDSjs7O0lBREksd0VBQ0o7O0FEcER4QixNQUFNLE9BQU8scUJBQXFCO0lBWWhDLFlBQTRDLElBQVMsRUFDNUMsY0FBOEIsRUFDOUIsTUFBcUIsRUFDdEIsS0FBd0I7UUFIWSxTQUFJLEdBQUosSUFBSSxDQUFLO1FBQzVDLG1CQUFjLEdBQWQsY0FBYyxDQUFnQjtRQUM5QixXQUFNLEdBQU4sTUFBTSxDQUFlO1FBQ3RCLFVBQUssR0FBTCxLQUFLLENBQW1CO1FBWmhDLGdCQUFXLEdB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QUUsK0JBQStCO2FBQzdDOztzQkFjYyxNQUFNO3VCQUFDLGVBQWUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIE9uSW5pdCwgSW5qZWN0LCBWaWV3Q2hpbGQsIENoYW5nZURldGVjdG9yUmVmIH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcclxuaW1wb3J0IHsgTWF0RGlhbG9nLCBNYXREaWFsb2dSZWYsIE1BVF9ESUFMT0dfREFUQSB9IGZyb20gXCJAYW5ndWxhci9tYXRlcmlhbC9kaWFsb2dcIjtcclxuaW1wb3J0IHsgTWF0T3B0aW9uIH0gZnJvbSBcIkBhbmd1bGFyL21hdGVyaWFsL2NvcmVcIjtcclxuaW1wb3J0IHsgTWF0VGFiQ2hhbmdlRXZlbnQgfSBmcm9tIFwiQGFuZ3VsYXIvbWF0ZXJpYWwvdGFic1wiO1xyXG5pbXBvcnQgeyBUb2FzdHJTZXJ2aWNlIH0gZnJvbSAnbmd4LXRvYXN0cic7XHJcbmltcG9ydCAnLi4vLi4vLi4vZ2xvYmFsZGVwZW5kZW5jaWVzL2hlbHBlcnMvZm9udGF3ZXNvbWUtaWNvbnMnO1xyXG5pbXBvcnQgeyBJbnZvaWNlT3V0cHV0TW9kZWwgfSBmcm9tICcuLi8uLi9tb2RlbHMvaW52b2ljZU91dHB1dC1tb2RlbCc7XHJcbmltcG9ydCB7IFBheW1lbnRTZXJ2aWNlIH0gZnJvbSAnLi4vLi4vc2VydmljZXMvcGF5bWVudC5zZXJ2aWNlJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiBcImFwcC10cmFuc2FjdGlvbnMtY29tcG9uZW50XCIsXHJcbiAgdGVtcGxhdGVVcmw6IFwiLi90cmFuc2FjdGlvbnMuY29tcG9uZW50Lmh0bWxcIlxyXG59KVxyXG5cclxuZXhwb3J0IGNsYXNzIFRyYW5zYWN0aW9uc0NvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XHJcblxyXG5cclxuICBzZWxlY3RlZFRhYjogc3RyaW5nID0gXCJJbnZvaWNlc1wiO1xyXG4gIHNlbGVjdGVkVGFiSW5kZXg6IG51bWJlcjtcclxuICBwYXltZW50RGV0YWlscyA6IGFueTtcclxuICBpc0FueU9wZXJhdGlvbklzSW5wcm9ncmVzcyA6IGJvb2xlYW4gPSBmYWxzZTtcclxuICBpc0Zyb21Sb3V0ZSA6IGJvb2xlYW4gPSBmYWxzZTtcclxuICBpbnZvaWNlRGV0YWlscyA6IEludm9pY2VPdXRwdXRNb2RlbDtcclxuICBpbnZvaWNlTGlzdCA6IEludm9pY2VPdXRwdXRNb2RlbFtdID0gW107XHJcbiAgaW52b2ljZXMgOiBhbnk7XHJcbiAgcGF5bWVudHMgOiBhbnk7XHJcbiAgY29uc3RydWN0b3IoQEluamVjdChNQVRfRElBTE9HX0RBVEEpIHB1YmxpYyBkYXRhOiBhbnlcclxuICAscHJpdmF0ZSBwYXltZW50U2VydmljZTogUGF5bWVudFNlcnZpY2VcclxuICAscHJpdmF0ZSB0b2FzdHI6IFRvYXN0clNlcnZpY2UsXHJcbiAgcHJpdmF0ZSBjZFJlZjogQ2hhbmdlRGV0ZWN0b3JSZWYpIHtcclxuXHJcbiAgfVxyXG5cclxuICBuZ09uSW5pdCgpIHtcclxuICAgdGhpcy5nZXRBbGxUcmFuc2FjdGlvbnMoKTtcclxuICB9XHJcbiAgb25UYWJDbGljayhzZWxlY3RlZE5hbWUpe1xyXG4gICAgICB0aGlzLnNlbGVjdGVkVGFiID0gc2VsZWN0ZWROYW1lO1xyXG4gICAgICB0aGlzLmdldEFsbFRyYW5zYWN0aW9ucygpO1xyXG4gIH1cclxuXHJcbiAgZ2V0QWxsVHJhbnNhY3Rpb25zKCl7XHJcbiAgICB0aGlzLmludm9pY2VzID0gW107XHJcbiAgICB0aGlzLnBheW1lbnRTZXJ2aWNlLmdldEFsbFRyYW5zYWN0aW9ucyh0aGlzLnNlbGVjdGVkVGFiKS5zdWJzY3JpYmUoKHJlc3BvbnNlRGF0YTogYW55KSA9PiB7XHJcbiAgICAgIGlmIChyZXNwb25zZURhdGEuc3VjY2VzcyA9PSB0cnVlKSB7XHJcbiAgICAgICAgdGhpcy5pbnZvaWNlcyA9IHJlc3BvbnNlRGF0YS5kYXRhO1xyXG4gICAgICB9XHJcbiAgICAgIGVsc2Uge1xyXG4gICAgICAgIHRoaXMudG9hc3RyLmVycm9yKHJlc3BvbnNlRGF0YS5hcGlSZXNwb25zZU1lc3NhZ2VzWzBdLm1lc3NhZ2UpO1xyXG4gICAgICB9XHJcbiAgfSk7XHJcbiAgfVxyXG5cclxuICBkb3dubG9hZEludm9pY2UocGRmTGluayl7XHJcbiAgICB3aW5kb3cub3BlbihwZGZMaW5rKTtcclxuICB9XHJcbiAgXHJcbn1cclxuIiwiPGRpdiBmeExheW91dD1cInJvdyB3cmFwXCIgZnhGbGV4IGZ4RmxleD1cIjEwMFwiPlxyXG4gICAgPGRpdiBmeEZsZXg9XCIxMDBcIiBmeEZsZXguZ3Qtc209XCIyMFwiIGZ4RmxleC5ndC1tZD1cIjMwMHB4XCI+XHJcbiAgICAgICAgPG1hdC1jYXJkIGNsYXNzPVwicHJvZmlsZS1zaWRlYmFyIHBiLTAgcHQtMCBjdXN0b20tYm94IHczcnQtY2FyZCBvcmdhbmlzYXRpb24tbWFuYWdlbWVudCBtYi0wIG10LTBcIj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cInByb2ZpbGUtbmF2XCI+XHJcbiAgICAgICAgICAgICAgICA8bWF0LW5hdi1saXN0IGNsYXNzPVwicHQtMFwiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxuZy1jb250YWluZXI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxtYXQtbGlzdC1pdGVtIChjbGljayk9XCJvblRhYkNsaWNrKCdJbnZvaWNlcycpXCIgY2xhc3M9XCJyb2xlLWNhcmRcIiByb3V0ZXJMaW5rQWN0aXZlPVwibGlzdC1pdGVtLWFjdGl2ZVwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgSW52b2ljZXNcclxuICAgICAgICAgICAgICAgICAgICAgICAgPC9tYXQtbGlzdC1pdGVtPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8bWF0LWRpdmlkZXI+PC9tYXQtZGl2aWRlcj5cclxuICAgICAgICAgICAgICAgICAgICA8L25nLWNvbnRhaW5lcj5cclxuICAgICAgICAgICAgICAgICAgICA8bmctY29udGFpbmVyPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8bWF0LWxpc3QtaXRlbSAoY2xpY2spPVwib25UYWJDbGljaygnUGF5bWVudHMnKVwiIGNsYXNzPVwicm9sZS1jYXJkXCIgcm91dGVyTGlua0FjdGl2ZT1cImxpc3QtaXRlbS1hY3RpdmVcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIFBheW1lbnRzXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvbWF0LWxpc3QtaXRlbT5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPG1hdC1kaXZpZGVyPjwvbWF0LWRpdmlkZXI+XHJcbiAgICAgICAgICAgICAgICAgICAgPC9uZy1jb250YWluZXI+XHJcbiAgICAgICAgICAgICAgICAgICAgPG5nLWNvbnRhaW5lcj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPG1hdC1saXN0LWl0ZW0gKGNsaWNrKT1cIm9uVGFiQ2xpY2soJ0FsbCcpXCIgY2xhc3M9XCJyb2xlLWNhcmRcIiByb3V0ZXJMaW5rQWN0aXZlPVwibGlzdC1pdGVtLWFjdGl2ZVwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgQWxsXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvbWF0LWxpc3QtaXRlbT5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPG1hdC1kaXZpZGVyPjwvbWF0LWRpdmlkZXI+XHJcbiAgICAgICAgICAgICAgICAgICAgPC9uZy1jb250YWluZXI+XHJcbiAgICAgICAgICAgICAgICA8L21hdC1uYXYtbGlzdD5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPC9tYXQtY2FyZD5cclxuICAgIDwvZGl2PlxyXG5cclxuICAgIDxkaXYgZnhGbGV4PVwiMTAwXCIgZnhGbGV4Lmd0LXNtPVwiODBcIiBmeEZsZXguZ3QtbWQ9XCJjYWxjKDEwMCUgLSAzMDBweClcIlxyXG4gICAgICAgIGNsYXNzPVwib3JnYW5pc2F0aW9uLXBhZ2VzIG9yZ2FuaXNhdGlvbi1wYWdlcy0xXCI+XHJcbiAgICAgICAgPGRpdiBmeEZsZXggZnhGbGV4PVwiMTAwXCI+XHJcbiAgICAgICAgICAgIDxoNCBjbGFzcz1cIm1sLTEgbXQtMDVcIj57e3NlbGVjdGVkVGFifX08L2g0PlxyXG4gICAgICAgICAgICA8aHI+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJhY3Rpdml0eS1kYXRhIG5vLWRyYWcgYWNjZXNzaWJsZS1pcC1oZWlnaHRcIj5cclxuICAgICAgICAgICAgICAgIDxuZ3gtZGF0YXRhYmxlIGNsYXNzPVwiYnRyYWtcIiBbY29sdW1uTW9kZV09XCInZmxleCdcIlxyXG4gICAgICAgICAgICAgICAgICAgIFtoZWFkZXJIZWlnaHRdPVwiMzVcIiBbZm9vdGVySGVpZ2h0XT1cIjUwXCIgW3Jvd0hlaWdodF09XCI1MFwiIFtsaW1pdF09XCIxMFwiIFtyb3dzXT1cImludm9pY2VzXCJcclxuICAgICAgICAgICAgICAgICAgICBbc2Nyb2xsYmFySF09XCJ0cnVlXCIgW3ZpcnR1YWxpemF0aW9uXT1cImZhbHNlXCJcclxuICAgICAgICAgICAgICAgICAgICA+XHJcbiAgICAgICAgICAgICAgICAgICAgPG5neC1kYXRhdGFibGUtY29sdW1uIG1pbldpZHRoPVwiMTUwXCIgbmFtZT1cIkRBVEUgSVNTVUVEXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgW2ZsZXhHcm93XT1cIjFcIiBbc29ydGFibGVdPVwidHJ1ZVwiIHByb3A9XCJjcmVhdGVkRGF0ZVRpbWVcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPG5nLXRlbXBsYXRlIGxldC1yb3c9XCJyb3dcIiBuZ3gtZGF0YXRhYmxlLWNlbGwtdGVtcGxhdGU+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICB7eyByb3c/LmNyZWF0ZWREYXRlVGltZSB8IGRhdGUgfX1cclxuICAgICAgICAgICAgICAgICAgICAgICAgPC9uZy10ZW1wbGF0ZT5cclxuICAgICAgICAgICAgICAgICAgICA8L25neC1kYXRhdGFibGUtY29sdW1uPlxyXG4gICAgICAgICAgICAgICAgICAgIDxuZ3gtZGF0YXRhYmxlLWNvbHVtbiBtaW5XaWR0aD1cIjE1MFwiIG5hbWU9XCJERVRBSUxTXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgW2ZsZXhHcm93XT1cIjFcIiBbc29ydGFibGVdPVwidHJ1ZVwiIHByb3A9XCJkZXRhaWxzXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxuZy10ZW1wbGF0ZSBsZXQtcm93PVwicm93XCIgbmd4LWRhdGF0YWJsZS1jZWxsLXRlbXBsYXRlPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW4+IDxhIG1hdC1idXR0b24gY29sb3I9XCJhY2NlbnRcIiBjbGFzcz1cInBsLTBcIiAoY2xpY2spPVwiZG93bmxvYWRJbnZvaWNlKHJvdy5wZGZVcmwpXCI+e3sgcm93Py5kZXRhaWxzIH19PC9hPjwvc3Bhbj4gIFxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8L25nLXRlbXBsYXRlPlxyXG4gICAgICAgICAgICAgICAgICAgIDwvbmd4LWRhdGF0YWJsZS1jb2x1bW4+XHJcbiAgICAgICAgICAgICAgICAgICAgPG5neC1kYXRhdGFibGUtY29sdW1uIG1pbldpZHRoPVwiMTUwXCIgbmFtZT1cIlBST0RVQ1QoUylcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICBbZmxleEdyb3ddPVwiMVwiIFtzb3J0YWJsZV09XCJ0cnVlXCIgcHJvcD1cInByb2R1Y3RcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPG5nLXRlbXBsYXRlIGxldC1yb3c9XCJyb3dcIiBuZ3gtZGF0YXRhYmxlLWNlbGwtdGVtcGxhdGU+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICB7eyByb3c/LnByb2R1Y3QgfX1cclxuICAgICAgICAgICAgICAgICAgICAgICAgPC9uZy10ZW1wbGF0ZT5cclxuICAgICAgICAgICAgICAgICAgICA8L25neC1kYXRhdGFibGUtY29sdW1uPlxyXG4gICAgICAgICAgICAgICAgICAgIDxuZ3gtZGF0YXRhYmxlLWNvbHVtbiBtaW5XaWR0aD1cIjE1MFwiIG5hbWU9XCJBTU9VTlRcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICBbZmxleEdyb3ddPVwiMVwiIFtzb3J0YWJsZV09XCJ0cnVlXCIgcHJvcD1cImFtb3VudFwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8bmctdGVtcGxhdGUgbGV0LXJvdz1cInJvd1wiIG5neC1kYXRhdGFibGUtY2VsbC10ZW1wbGF0ZT5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIHt7IHJvdz8uYW1vdW50IH19XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvbmctdGVtcGxhdGU+XHJcbiAgICAgICAgICAgICAgICAgICAgPC9uZ3gtZGF0YXRhYmxlLWNvbHVtbj5cclxuICAgICAgICAgICAgICAgICAgICA8bmd4LWRhdGF0YWJsZS1jb2x1bW4gbWluV2lkdGg9XCIxNTBcIiBuYW1lPVwiU1RBVFVTXCIgW2ZsZXhHcm93XT1cIjFcIlxyXG4gICAgICAgICAgICAgICAgICAgIFtzb3J0YWJsZV09XCJ0cnVlXCIgcHJvcD1cInN0YXR1c1wiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8bmctdGVtcGxhdGUgbGV0LXJvdz1cInJvd1wiIG5neC1kYXRhdGFibGUtY2VsbC10ZW1wbGF0ZT5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIHt7IHJvdz8uc3RhdHVzIH19XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvbmctdGVtcGxhdGU+XHJcbiAgICAgICAgICAgICAgICAgICAgPC9uZ3gtZGF0YXRhYmxlLWNvbHVtbj5cclxuICAgICAgICAgICAgICAgIDwvbmd4LWRhdGF0YWJsZT5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICA8L2Rpdj5cclxuPC9kaXY+Il19
|
|
1
|
+
import { Component, Inject } from "@angular/core";
|
|
2
|
+
import { MAT_DIALOG_DATA } from "@angular/material/dialog";
|
|
3
|
+
import '../../../globaldependencies/helpers/fontawesome-icons';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
import * as i1 from "../../services/payment.service";
|
|
6
|
+
import * as i2 from "ngx-toastr";
|
|
7
|
+
import * as i3 from "@angular/flex-layout/flex";
|
|
8
|
+
import * as i4 from "@angular/material/card";
|
|
9
|
+
import * as i5 from "@angular/material/list";
|
|
10
|
+
import * as i6 from "@angular/router";
|
|
11
|
+
import * as i7 from "@angular/material/divider";
|
|
12
|
+
import * as i8 from "@swimlane/ngx-datatable";
|
|
13
|
+
import * as i9 from "@angular/material/button";
|
|
14
|
+
import * as i10 from "@angular/common";
|
|
15
|
+
function TransactionsComponent_ng_template_25_Template(rf, ctx) { if (rf & 1) {
|
|
16
|
+
i0.ɵɵtext(0);
|
|
17
|
+
i0.ɵɵpipe(1, "date");
|
|
18
|
+
} if (rf & 2) {
|
|
19
|
+
const row_r5 = ctx.row;
|
|
20
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(1, 1, row_r5 == null ? null : row_r5.createdDateTime), " ");
|
|
21
|
+
} }
|
|
22
|
+
function TransactionsComponent_ng_template_27_Template(rf, ctx) { if (rf & 1) {
|
|
23
|
+
const _r8 = i0.ɵɵgetCurrentView();
|
|
24
|
+
i0.ɵɵelementStart(0, "span");
|
|
25
|
+
i0.ɵɵelementStart(1, "a", 17);
|
|
26
|
+
i0.ɵɵlistener("click", function TransactionsComponent_ng_template_27_Template_a_click_1_listener() { const restoredCtx = i0.ɵɵrestoreView(_r8); const row_r6 = restoredCtx.row; const ctx_r7 = i0.ɵɵnextContext(); return ctx_r7.downloadInvoice(row_r6.pdfUrl); });
|
|
27
|
+
i0.ɵɵtext(2);
|
|
28
|
+
i0.ɵɵelementEnd();
|
|
29
|
+
i0.ɵɵelementEnd();
|
|
30
|
+
} if (rf & 2) {
|
|
31
|
+
const row_r6 = ctx.row;
|
|
32
|
+
i0.ɵɵadvance(2);
|
|
33
|
+
i0.ɵɵtextInterpolate(row_r6 == null ? null : row_r6.details);
|
|
34
|
+
} }
|
|
35
|
+
function TransactionsComponent_ng_template_29_Template(rf, ctx) { if (rf & 1) {
|
|
36
|
+
i0.ɵɵtext(0);
|
|
37
|
+
} if (rf & 2) {
|
|
38
|
+
const row_r9 = ctx.row;
|
|
39
|
+
i0.ɵɵtextInterpolate1(" ", row_r9 == null ? null : row_r9.product, " ");
|
|
40
|
+
} }
|
|
41
|
+
function TransactionsComponent_ng_template_31_Template(rf, ctx) { if (rf & 1) {
|
|
42
|
+
i0.ɵɵtext(0);
|
|
43
|
+
} if (rf & 2) {
|
|
44
|
+
const row_r10 = ctx.row;
|
|
45
|
+
i0.ɵɵtextInterpolate1(" ", row_r10 == null ? null : row_r10.amount, " ");
|
|
46
|
+
} }
|
|
47
|
+
function TransactionsComponent_ng_template_33_Template(rf, ctx) { if (rf & 1) {
|
|
48
|
+
i0.ɵɵtext(0);
|
|
49
|
+
} if (rf & 2) {
|
|
50
|
+
const row_r11 = ctx.row;
|
|
51
|
+
i0.ɵɵtextInterpolate1(" ", row_r11 == null ? null : row_r11.status, " ");
|
|
52
|
+
} }
|
|
53
|
+
export class TransactionsComponent {
|
|
54
|
+
constructor(data, paymentService, toastr, cdRef) {
|
|
55
|
+
this.data = data;
|
|
56
|
+
this.paymentService = paymentService;
|
|
57
|
+
this.toastr = toastr;
|
|
58
|
+
this.cdRef = cdRef;
|
|
59
|
+
this.selectedTab = "Invoices";
|
|
60
|
+
this.isAnyOperationIsInprogress = false;
|
|
61
|
+
this.isFromRoute = false;
|
|
62
|
+
this.invoiceList = [];
|
|
63
|
+
}
|
|
64
|
+
ngOnInit() {
|
|
65
|
+
this.getAllTransactions();
|
|
66
|
+
}
|
|
67
|
+
onTabClick(selectedName) {
|
|
68
|
+
this.selectedTab = selectedName;
|
|
69
|
+
this.getAllTransactions();
|
|
70
|
+
}
|
|
71
|
+
getAllTransactions() {
|
|
72
|
+
this.invoices = [];
|
|
73
|
+
this.paymentService.getAllTransactions(this.selectedTab).subscribe((responseData) => {
|
|
74
|
+
if (responseData.success == true) {
|
|
75
|
+
this.invoices = responseData.data;
|
|
76
|
+
}
|
|
77
|
+
else {
|
|
78
|
+
this.toastr.error(responseData.apiResponseMessages[0].message);
|
|
79
|
+
}
|
|
80
|
+
});
|
|
81
|
+
}
|
|
82
|
+
downloadInvoice(pdfLink) {
|
|
83
|
+
window.open(pdfLink);
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
TransactionsComponent.ɵfac = function TransactionsComponent_Factory(t) { return new (t || TransactionsComponent)(i0.ɵɵdirectiveInject(MAT_DIALOG_DATA), i0.ɵɵdirectiveInject(i1.PaymentService), i0.ɵɵdirectiveInject(i2.ToastrService), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef)); };
|
|
87
|
+
TransactionsComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: TransactionsComponent, selectors: [["app-transactions-component"]], decls: 34, vars: 19, consts: [["fxLayout", "row wrap", "fxFlex", "", "fxFlex", "100"], ["fxFlex", "100", "fxFlex.gt-sm", "20", "fxFlex.gt-md", "300px"], [1, "profile-sidebar", "pb-0", "pt-0", "custom-box", "w3rt-card", "organisation-management", "mb-0", "mt-0"], [1, "profile-nav"], [1, "pt-0"], ["routerLinkActive", "list-item-active", 1, "role-card", 3, "click"], ["fxFlex", "100", "fxFlex.gt-sm", "80", "fxFlex.gt-md", "calc(100% - 300px)", 1, "organisation-pages", "organisation-pages-1"], ["fxFlex", "", "fxFlex", "100"], [1, "ml-1", "mt-05"], [1, "activity-data", "no-drag", "accessible-ip-height"], [1, "btrak", 3, "columnMode", "headerHeight", "footerHeight", "rowHeight", "limit", "rows", "scrollbarH", "virtualization"], ["minWidth", "150", "name", "DATE ISSUED", "prop", "createdDateTime", 3, "flexGrow", "sortable"], ["ngx-datatable-cell-template", ""], ["minWidth", "150", "name", "DETAILS", "prop", "details", 3, "flexGrow", "sortable"], ["minWidth", "150", "name", "PRODUCT(S)", "prop", "product", 3, "flexGrow", "sortable"], ["minWidth", "150", "name", "AMOUNT", "prop", "amount", 3, "flexGrow", "sortable"], ["minWidth", "150", "name", "STATUS", "prop", "status", 3, "flexGrow", "sortable"], ["mat-button", "", "color", "accent", 1, "pl-0", 3, "click"]], template: function TransactionsComponent_Template(rf, ctx) { if (rf & 1) {
|
|
88
|
+
i0.ɵɵelementStart(0, "div", 0);
|
|
89
|
+
i0.ɵɵelementStart(1, "div", 1);
|
|
90
|
+
i0.ɵɵelementStart(2, "mat-card", 2);
|
|
91
|
+
i0.ɵɵelementStart(3, "div", 3);
|
|
92
|
+
i0.ɵɵelementStart(4, "mat-nav-list", 4);
|
|
93
|
+
i0.ɵɵelementContainerStart(5);
|
|
94
|
+
i0.ɵɵelementStart(6, "mat-list-item", 5);
|
|
95
|
+
i0.ɵɵlistener("click", function TransactionsComponent_Template_mat_list_item_click_6_listener() { return ctx.onTabClick("Invoices"); });
|
|
96
|
+
i0.ɵɵtext(7, " Invoices ");
|
|
97
|
+
i0.ɵɵelementEnd();
|
|
98
|
+
i0.ɵɵelement(8, "mat-divider");
|
|
99
|
+
i0.ɵɵelementContainerEnd();
|
|
100
|
+
i0.ɵɵelementContainerStart(9);
|
|
101
|
+
i0.ɵɵelementStart(10, "mat-list-item", 5);
|
|
102
|
+
i0.ɵɵlistener("click", function TransactionsComponent_Template_mat_list_item_click_10_listener() { return ctx.onTabClick("Payments"); });
|
|
103
|
+
i0.ɵɵtext(11, " Payments ");
|
|
104
|
+
i0.ɵɵelementEnd();
|
|
105
|
+
i0.ɵɵelement(12, "mat-divider");
|
|
106
|
+
i0.ɵɵelementContainerEnd();
|
|
107
|
+
i0.ɵɵelementContainerStart(13);
|
|
108
|
+
i0.ɵɵelementStart(14, "mat-list-item", 5);
|
|
109
|
+
i0.ɵɵlistener("click", function TransactionsComponent_Template_mat_list_item_click_14_listener() { return ctx.onTabClick("All"); });
|
|
110
|
+
i0.ɵɵtext(15, " All ");
|
|
111
|
+
i0.ɵɵelementEnd();
|
|
112
|
+
i0.ɵɵelement(16, "mat-divider");
|
|
113
|
+
i0.ɵɵelementContainerEnd();
|
|
114
|
+
i0.ɵɵelementEnd();
|
|
115
|
+
i0.ɵɵelementEnd();
|
|
116
|
+
i0.ɵɵelementEnd();
|
|
117
|
+
i0.ɵɵelementEnd();
|
|
118
|
+
i0.ɵɵelementStart(17, "div", 6);
|
|
119
|
+
i0.ɵɵelementStart(18, "div", 7);
|
|
120
|
+
i0.ɵɵelementStart(19, "h4", 8);
|
|
121
|
+
i0.ɵɵtext(20);
|
|
122
|
+
i0.ɵɵelementEnd();
|
|
123
|
+
i0.ɵɵelement(21, "hr");
|
|
124
|
+
i0.ɵɵelementStart(22, "div", 9);
|
|
125
|
+
i0.ɵɵelementStart(23, "ngx-datatable", 10);
|
|
126
|
+
i0.ɵɵelementStart(24, "ngx-datatable-column", 11);
|
|
127
|
+
i0.ɵɵtemplate(25, TransactionsComponent_ng_template_25_Template, 2, 3, "ng-template", 12);
|
|
128
|
+
i0.ɵɵelementEnd();
|
|
129
|
+
i0.ɵɵelementStart(26, "ngx-datatable-column", 13);
|
|
130
|
+
i0.ɵɵtemplate(27, TransactionsComponent_ng_template_27_Template, 3, 1, "ng-template", 12);
|
|
131
|
+
i0.ɵɵelementEnd();
|
|
132
|
+
i0.ɵɵelementStart(28, "ngx-datatable-column", 14);
|
|
133
|
+
i0.ɵɵtemplate(29, TransactionsComponent_ng_template_29_Template, 1, 1, "ng-template", 12);
|
|
134
|
+
i0.ɵɵelementEnd();
|
|
135
|
+
i0.ɵɵelementStart(30, "ngx-datatable-column", 15);
|
|
136
|
+
i0.ɵɵtemplate(31, TransactionsComponent_ng_template_31_Template, 1, 1, "ng-template", 12);
|
|
137
|
+
i0.ɵɵelementEnd();
|
|
138
|
+
i0.ɵɵelementStart(32, "ngx-datatable-column", 16);
|
|
139
|
+
i0.ɵɵtemplate(33, TransactionsComponent_ng_template_33_Template, 1, 1, "ng-template", 12);
|
|
140
|
+
i0.ɵɵelementEnd();
|
|
141
|
+
i0.ɵɵelementEnd();
|
|
142
|
+
i0.ɵɵelementEnd();
|
|
143
|
+
i0.ɵɵelementEnd();
|
|
144
|
+
i0.ɵɵelementEnd();
|
|
145
|
+
i0.ɵɵelementEnd();
|
|
146
|
+
} if (rf & 2) {
|
|
147
|
+
i0.ɵɵadvance(20);
|
|
148
|
+
i0.ɵɵtextInterpolate(ctx.selectedTab);
|
|
149
|
+
i0.ɵɵadvance(3);
|
|
150
|
+
i0.ɵɵproperty("columnMode", "flex")("headerHeight", 35)("footerHeight", 50)("rowHeight", 50)("limit", 10)("rows", ctx.invoices)("scrollbarH", true)("virtualization", false);
|
|
151
|
+
i0.ɵɵadvance(1);
|
|
152
|
+
i0.ɵɵproperty("flexGrow", 1)("sortable", true);
|
|
153
|
+
i0.ɵɵadvance(2);
|
|
154
|
+
i0.ɵɵproperty("flexGrow", 1)("sortable", true);
|
|
155
|
+
i0.ɵɵadvance(2);
|
|
156
|
+
i0.ɵɵproperty("flexGrow", 1)("sortable", true);
|
|
157
|
+
i0.ɵɵadvance(2);
|
|
158
|
+
i0.ɵɵproperty("flexGrow", 1)("sortable", true);
|
|
159
|
+
i0.ɵɵadvance(2);
|
|
160
|
+
i0.ɵɵproperty("flexGrow", 1)("sortable", true);
|
|
161
|
+
} }, directives: [i3.DefaultLayoutDirective, i3.DefaultFlexDirective, i4.MatCard, i5.MatNavList, i5.MatListItem, i6.RouterLinkActive, i7.MatDivider, i8.DatatableComponent, i8.DataTableColumnDirective, i8.DataTableColumnCellDirective, i9.MatAnchor], pipes: [i10.DatePipe], encapsulation: 2 });
|
|
162
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TransactionsComponent, [{
|
|
163
|
+
type: Component,
|
|
164
|
+
args: [{
|
|
165
|
+
selector: "app-transactions-component",
|
|
166
|
+
templateUrl: "./transactions.component.html"
|
|
167
|
+
}]
|
|
168
|
+
}], function () { return [{ type: undefined, decorators: [{
|
|
169
|
+
type: Inject,
|
|
170
|
+
args: [MAT_DIALOG_DATA]
|
|
171
|
+
}] }, { type: i1.PaymentService }, { type: i2.ToastrService }, { type: i0.ChangeDetectorRef }]; }, null); })();
|
|
172
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJhbnNhY3Rpb25zLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NoZWxsLW1vZHVsZS1jb21wb25lbnRzL3NoZWxsLWNvbXBvbmVudHMvc3JjL2xpYi9zaGVsbC1jb21wb25lbnRzL2NvbXBvbmVudHMvUGF5bWVudHMvdHJhbnNhY3Rpb25zLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NoZWxsLW1vZHVsZS1jb21wb25lbnRzL3NoZWxsLWNvbXBvbmVudHMvc3JjL2xpYi9zaGVsbC1jb21wb25lbnRzL2NvbXBvbmVudHMvUGF5bWVudHMvdHJhbnNhY3Rpb25zLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQVUsTUFBTSxFQUFnQyxNQUFNLGVBQWUsQ0FBQztBQUN4RixPQUFPLEVBQTJCLGVBQWUsRUFBRSxNQUFNLDBCQUEwQixDQUFDO0FBSXBGLE9BQU8sdURBQXVELENBQUM7Ozs7Ozs7Ozs7Ozs7SUNvQ25DLFlBQ0o7Ozs7SUFESSxxR0FDSjs7OztJQUtDLDRCQUFNO0lBQUMsNkJBQWdGO0lBQXRDLG1RQUFxQztJQUFDLFlBQWtCO0lBQUEsaUJBQUk7SUFBQSxpQkFBTzs7O0lBQTdCLGVBQWtCO0lBQWxCLDREQUFrQjs7O0lBTXRHLFlBQ0o7OztJQURJLHVFQUNKOzs7SUFLSSxZQUNKOzs7SUFESSx3RUFDSjs7O0lBS0ksWUFDSjs7O0lBREksd0VBQ0o7O0FEcER4QixNQUFNLE9BQU8scUJBQXFCO0lBWWhDLFlBQTRDLElBQVMsRUFDNUMsY0FBOEIsRUFDOUIsTUFBcUIsRUFDdEIsS0FBd0I7UUFIWSxTQUFJLEdBQUosSUFBSSxDQUFLO1FBQzVDLG1CQUFjLEdBQWQsY0FBYyxDQUFnQjtRQUM5QixXQUFNLEdBQU4sTUFBTSxDQUFlO1FBQ3RCLFVBQUssR0FBTCxLQUFLLENBQW1CO1FBWmhDLGdCQUFXLEdB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QUUsK0JBQStCO2FBQzdDOztzQkFjYyxNQUFNO3VCQUFDLGVBQWUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIE9uSW5pdCwgSW5qZWN0LCBWaWV3Q2hpbGQsIENoYW5nZURldGVjdG9yUmVmIH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcbmltcG9ydCB7IE1hdERpYWxvZywgTWF0RGlhbG9nUmVmLCBNQVRfRElBTE9HX0RBVEEgfSBmcm9tIFwiQGFuZ3VsYXIvbWF0ZXJpYWwvZGlhbG9nXCI7XG5pbXBvcnQgeyBNYXRPcHRpb24gfSBmcm9tIFwiQGFuZ3VsYXIvbWF0ZXJpYWwvY29yZVwiO1xuaW1wb3J0IHsgTWF0VGFiQ2hhbmdlRXZlbnQgfSBmcm9tIFwiQGFuZ3VsYXIvbWF0ZXJpYWwvdGFic1wiO1xuaW1wb3J0IHsgVG9hc3RyU2VydmljZSB9IGZyb20gJ25neC10b2FzdHInO1xuaW1wb3J0ICcuLi8uLi8uLi9nbG9iYWxkZXBlbmRlbmNpZXMvaGVscGVycy9mb250YXdlc29tZS1pY29ucyc7XG5pbXBvcnQgeyBJbnZvaWNlT3V0cHV0TW9kZWwgfSBmcm9tICcuLi8uLi9tb2RlbHMvaW52b2ljZU91dHB1dC1tb2RlbCc7XG5pbXBvcnQgeyBQYXltZW50U2VydmljZSB9IGZyb20gJy4uLy4uL3NlcnZpY2VzL3BheW1lbnQuc2VydmljZSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogXCJhcHAtdHJhbnNhY3Rpb25zLWNvbXBvbmVudFwiLFxuICB0ZW1wbGF0ZVVybDogXCIuL3RyYW5zYWN0aW9ucy5jb21wb25lbnQuaHRtbFwiXG59KVxuXG5leHBvcnQgY2xhc3MgVHJhbnNhY3Rpb25zQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcblxuXG4gIHNlbGVjdGVkVGFiOiBzdHJpbmcgPSBcIkludm9pY2VzXCI7XG4gIHNlbGVjdGVkVGFiSW5kZXg6IG51bWJlcjtcbiAgcGF5bWVudERldGFpbHMgOiBhbnk7XG4gIGlzQW55T3BlcmF0aW9uSXNJbnByb2dyZXNzIDogYm9vbGVhbiA9IGZhbHNlO1xuICBpc0Zyb21Sb3V0ZSA6IGJvb2xlYW4gPSBmYWxzZTtcbiAgaW52b2ljZURldGFpbHMgOiBJbnZvaWNlT3V0cHV0TW9kZWw7XG4gIGludm9pY2VMaXN0IDogSW52b2ljZU91dHB1dE1vZGVsW10gPSBbXTtcbiAgaW52b2ljZXMgOiBhbnk7XG4gIHBheW1lbnRzIDogYW55O1xuICBjb25zdHJ1Y3RvcihASW5qZWN0KE1BVF9ESUFMT0dfREFUQSkgcHVibGljIGRhdGE6IGFueVxuICAscHJpdmF0ZSBwYXltZW50U2VydmljZTogUGF5bWVudFNlcnZpY2VcbiAgLHByaXZhdGUgdG9hc3RyOiBUb2FzdHJTZXJ2aWNlLFxuICBwcml2YXRlIGNkUmVmOiBDaGFuZ2VEZXRlY3RvclJlZikge1xuXG4gIH1cblxuICBuZ09uSW5pdCgpIHtcbiAgIHRoaXMuZ2V0QWxsVHJhbnNhY3Rpb25zKCk7XG4gIH1cbiAgb25UYWJDbGljayhzZWxlY3RlZE5hbWUpe1xuICAgICAgdGhpcy5zZWxlY3RlZFRhYiA9IHNlbGVjdGVkTmFtZTtcbiAgICAgIHRoaXMuZ2V0QWxsVHJhbnNhY3Rpb25zKCk7XG4gIH1cblxuICBnZXRBbGxUcmFuc2FjdGlvbnMoKXtcbiAgICB0aGlzLmludm9pY2VzID0gW107XG4gICAgdGhpcy5wYXltZW50U2VydmljZS5nZXRBbGxUcmFuc2FjdGlvbnModGhpcy5zZWxlY3RlZFRhYikuc3Vic2NyaWJlKChyZXNwb25zZURhdGE6IGFueSkgPT4ge1xuICAgICAgaWYgKHJlc3BvbnNlRGF0YS5zdWNjZXNzID09IHRydWUpIHtcbiAgICAgICAgdGhpcy5pbnZvaWNlcyA9IHJlc3BvbnNlRGF0YS5kYXRhO1xuICAgICAgfVxuICAgICAgZWxzZSB7XG4gICAgICAgIHRoaXMudG9hc3RyLmVycm9yKHJlc3BvbnNlRGF0YS5hcGlSZXNwb25zZU1lc3NhZ2VzWzBdLm1lc3NhZ2UpO1xuICAgICAgfVxuICB9KTtcbiAgfVxuXG4gIGRvd25sb2FkSW52b2ljZShwZGZMaW5rKXtcbiAgICB3aW5kb3cub3BlbihwZGZMaW5rKTtcbiAgfVxuICBcbn1cbiIsIjxkaXYgZnhMYXlvdXQ9XCJyb3cgd3JhcFwiIGZ4RmxleCBmeEZsZXg9XCIxMDBcIj5cbiAgICA8ZGl2IGZ4RmxleD1cIjEwMFwiIGZ4RmxleC5ndC1zbT1cIjIwXCIgZnhGbGV4Lmd0LW1kPVwiMzAwcHhcIj5cbiAgICAgICAgPG1hdC1jYXJkIGNsYXNzPVwicHJvZmlsZS1zaWRlYmFyIHBiLTAgcHQtMCBjdXN0b20tYm94IHczcnQtY2FyZCBvcmdhbmlzYXRpb24tbWFuYWdlbWVudCBtYi0wIG10LTBcIj5cbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJwcm9maWxlLW5hdlwiPlxuICAgICAgICAgICAgICAgIDxtYXQtbmF2LWxpc3QgY2xhc3M9XCJwdC0wXCI+XG4gICAgICAgICAgICAgICAgICAgIDxuZy1jb250YWluZXI+XG4gICAgICAgICAgICAgICAgICAgICAgICA8bWF0LWxpc3QtaXRlbSAoY2xpY2spPVwib25UYWJDbGljaygnSW52b2ljZXMnKVwiIGNsYXNzPVwicm9sZS1jYXJkXCIgcm91dGVyTGlua0FjdGl2ZT1cImxpc3QtaXRlbS1hY3RpdmVcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBJbnZvaWNlc1xuICAgICAgICAgICAgICAgICAgICAgICAgPC9tYXQtbGlzdC1pdGVtPlxuICAgICAgICAgICAgICAgICAgICAgICAgPG1hdC1kaXZpZGVyPjwvbWF0LWRpdmlkZXI+XG4gICAgICAgICAgICAgICAgICAgIDwvbmctY29udGFpbmVyPlxuICAgICAgICAgICAgICAgICAgICA8bmctY29udGFpbmVyPlxuICAgICAgICAgICAgICAgICAgICAgICAgPG1hdC1saXN0LWl0ZW0gKGNsaWNrKT1cIm9uVGFiQ2xpY2soJ1BheW1lbnRzJylcIiBjbGFzcz1cInJvbGUtY2FyZFwiIHJvdXRlckxpbmtBY3RpdmU9XCJsaXN0LWl0ZW0tYWN0aXZlXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgUGF5bWVudHNcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvbWF0LWxpc3QtaXRlbT5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxtYXQtZGl2aWRlcj48L21hdC1kaXZpZGVyPlxuICAgICAgICAgICAgICAgICAgICA8L25nLWNvbnRhaW5lcj5cbiAgICAgICAgICAgICAgICAgICAgPG5nLWNvbnRhaW5lcj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxtYXQtbGlzdC1pdGVtIChjbGljayk9XCJvblRhYkNsaWNrKCdBbGwnKVwiIGNsYXNzPVwicm9sZS1jYXJkXCIgcm91dGVyTGlua0FjdGl2ZT1cImxpc3QtaXRlbS1hY3RpdmVcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBBbGxcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvbWF0LWxpc3QtaXRlbT5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxtYXQtZGl2aWRlcj48L21hdC1kaXZpZGVyPlxuICAgICAgICAgICAgICAgICAgICA8L25nLWNvbnRhaW5lcj5cbiAgICAgICAgICAgICAgICA8L21hdC1uYXYtbGlzdD5cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L21hdC1jYXJkPlxuICAgIDwvZGl2PlxuXG4gICAgPGRpdiBmeEZsZXg9XCIxMDBcIiBmeEZsZXguZ3Qtc209XCI4MFwiIGZ4RmxleC5ndC1tZD1cImNhbGMoMTAwJSAtIDMwMHB4KVwiXG4gICAgICAgIGNsYXNzPVwib3JnYW5pc2F0aW9uLXBhZ2VzIG9yZ2FuaXNhdGlvbi1wYWdlcy0xXCI+XG4gICAgICAgIDxkaXYgZnhGbGV4IGZ4RmxleD1cIjEwMFwiPlxuICAgICAgICAgICAgPGg0IGNsYXNzPVwibWwtMSBtdC0wNVwiPnt7c2VsZWN0ZWRUYWJ9fTwvaDQ+XG4gICAgICAgICAgICA8aHI+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiYWN0aXZpdHktZGF0YSBuby1kcmFnIGFjY2Vzc2libGUtaXAtaGVpZ2h0XCI+XG4gICAgICAgICAgICAgICAgPG5neC1kYXRhdGFibGUgY2xhc3M9XCJidHJha1wiIFtjb2x1bW5Nb2RlXT1cIidmbGV4J1wiXG4gICAgICAgICAgICAgICAgICAgIFtoZWFkZXJIZWlnaHRdPVwiMzVcIiBbZm9vdGVySGVpZ2h0XT1cIjUwXCIgW3Jvd0hlaWdodF09XCI1MFwiIFtsaW1pdF09XCIxMFwiIFtyb3dzXT1cImludm9pY2VzXCJcbiAgICAgICAgICAgICAgICAgICAgW3Njcm9sbGJhckhdPVwidHJ1ZVwiIFt2aXJ0dWFsaXphdGlvbl09XCJmYWxzZVwiXG4gICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgPG5neC1kYXRhdGFibGUtY29sdW1uIG1pbldpZHRoPVwiMTUwXCIgbmFtZT1cIkRBVEUgSVNTVUVEXCJcbiAgICAgICAgICAgICAgICAgICAgICAgIFtmbGV4R3Jvd109XCIxXCIgW3NvcnRhYmxlXT1cInRydWVcIiBwcm9wPVwiY3JlYXRlZERhdGVUaW1lXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICA8bmctdGVtcGxhdGUgbGV0LXJvdz1cInJvd1wiIG5neC1kYXRhdGFibGUtY2VsbC10ZW1wbGF0ZT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICB7eyByb3c/LmNyZWF0ZWREYXRlVGltZSB8IGRhdGUgfX1cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvbmctdGVtcGxhdGU+XG4gICAgICAgICAgICAgICAgICAgIDwvbmd4LWRhdGF0YWJsZS1jb2x1bW4+XG4gICAgICAgICAgICAgICAgICAgIDxuZ3gtZGF0YXRhYmxlLWNvbHVtbiBtaW5XaWR0aD1cIjE1MFwiIG5hbWU9XCJERVRBSUxTXCJcbiAgICAgICAgICAgICAgICAgICAgICAgIFtmbGV4R3Jvd109XCIxXCIgW3NvcnRhYmxlXT1cInRydWVcIiBwcm9wPVwiZGV0YWlsc1wiPlxuICAgICAgICAgICAgICAgICAgICAgICAgPG5nLXRlbXBsYXRlIGxldC1yb3c9XCJyb3dcIiBuZ3gtZGF0YXRhYmxlLWNlbGwtdGVtcGxhdGU+XG4gICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW4+IDxhIG1hdC1idXR0b24gY29sb3I9XCJhY2NlbnRcIiBjbGFzcz1cInBsLTBcIiAoY2xpY2spPVwiZG93bmxvYWRJbnZvaWNlKHJvdy5wZGZVcmwpXCI+e3sgcm93Py5kZXRhaWxzIH19PC9hPjwvc3Bhbj4gIFxuICAgICAgICAgICAgICAgICAgICAgICAgPC9uZy10ZW1wbGF0ZT5cbiAgICAgICAgICAgICAgICAgICAgPC9uZ3gtZGF0YXRhYmxlLWNvbHVtbj5cbiAgICAgICAgICAgICAgICAgICAgPG5neC1kYXRhdGFibGUtY29sdW1uIG1pbldpZHRoPVwiMTUwXCIgbmFtZT1cIlBST0RVQ1QoUylcIlxuICAgICAgICAgICAgICAgICAgICAgICAgW2ZsZXhHcm93XT1cIjFcIiBbc29ydGFibGVdPVwidHJ1ZVwiIHByb3A9XCJwcm9kdWN0XCI+XG4gICAgICAgICAgICAgICAgICAgICAgICA8bmctdGVtcGxhdGUgbGV0LXJvdz1cInJvd1wiIG5neC1kYXRhdGFibGUtY2VsbC10ZW1wbGF0ZT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICB7eyByb3c/LnByb2R1Y3QgfX1cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvbmctdGVtcGxhdGU+XG4gICAgICAgICAgICAgICAgICAgIDwvbmd4LWRhdGF0YWJsZS1jb2x1bW4+XG4gICAgICAgICAgICAgICAgICAgIDxuZ3gtZGF0YXRhYmxlLWNvbHVtbiBtaW5XaWR0aD1cIjE1MFwiIG5hbWU9XCJBTU9VTlRcIlxuICAgICAgICAgICAgICAgICAgICAgICAgW2ZsZXhHcm93XT1cIjFcIiBbc29ydGFibGVdPVwidHJ1ZVwiIHByb3A9XCJhbW91bnRcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxuZy10ZW1wbGF0ZSBsZXQtcm93PVwicm93XCIgbmd4LWRhdGF0YWJsZS1jZWxsLXRlbXBsYXRlPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIHt7IHJvdz8uYW1vdW50IH19XG4gICAgICAgICAgICAgICAgICAgICAgICA8L25nLXRlbXBsYXRlPlxuICAgICAgICAgICAgICAgICAgICA8L25neC1kYXRhdGFibGUtY29sdW1uPlxuICAgICAgICAgICAgICAgICAgICA8bmd4LWRhdGF0YWJsZS1jb2x1bW4gbWluV2lkdGg9XCIxNTBcIiBuYW1lPVwiU1RBVFVTXCIgW2ZsZXhHcm93XT1cIjFcIlxuICAgICAgICAgICAgICAgICAgICBbc29ydGFibGVdPVwidHJ1ZVwiIHByb3A9XCJzdGF0dXNcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxuZy10ZW1wbGF0ZSBsZXQtcm93PVwicm93XCIgbmd4LWRhdGF0YWJsZS1jZWxsLXRlbXBsYXRlPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIHt7IHJvdz8uc3RhdHVzIH19XG4gICAgICAgICAgICAgICAgICAgICAgICA8L25nLXRlbXBsYXRlPlxuICAgICAgICAgICAgICAgICAgICA8L25neC1kYXRhdGFibGUtY29sdW1uPlxuICAgICAgICAgICAgICAgIDwvbmd4LWRhdGF0YWJsZT5cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbjwvZGl2PiJdfQ==
|