@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,23 +1,23 @@
|
|
|
1
|
-
import { Pipe, Injectable } from '@angular/core';
|
|
2
|
-
import * as moment from "moment";
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export class UtcToLocalTimePipe {
|
|
5
|
-
transform(utcDate) {
|
|
6
|
-
if (!utcDate) {
|
|
7
|
-
return null;
|
|
8
|
-
}
|
|
9
|
-
const localDate = moment.utc(utcDate).local().format();
|
|
10
|
-
return localDate;
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
UtcToLocalTimePipe.ɵfac = function UtcToLocalTimePipe_Factory(t) { return new (t || UtcToLocalTimePipe)(); };
|
|
14
|
-
UtcToLocalTimePipe.ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "utcToLocalTime", type: UtcToLocalTimePipe, pure: true });
|
|
15
|
-
UtcToLocalTimePipe.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: UtcToLocalTimePipe, factory: UtcToLocalTimePipe.ɵfac, providedIn: 'root' });
|
|
16
|
-
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(UtcToLocalTimePipe, [{
|
|
17
|
-
type: Pipe,
|
|
18
|
-
args: [{ name: 'utcToLocalTime' }]
|
|
19
|
-
}, {
|
|
20
|
-
type: Injectable,
|
|
21
|
-
args: [{ providedIn: 'root' }]
|
|
22
|
-
}], null, null); })();
|
|
23
|
-
//# 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 UtcToLocalTimePipe {
|
|
5
|
+
transform(utcDate) {
|
|
6
|
+
if (!utcDate) {
|
|
7
|
+
return null;
|
|
8
|
+
}
|
|
9
|
+
const localDate = moment.utc(utcDate).local().format();
|
|
10
|
+
return localDate;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
UtcToLocalTimePipe.ɵfac = function UtcToLocalTimePipe_Factory(t) { return new (t || UtcToLocalTimePipe)(); };
|
|
14
|
+
UtcToLocalTimePipe.ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "utcToLocalTime", type: UtcToLocalTimePipe, pure: true });
|
|
15
|
+
UtcToLocalTimePipe.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: UtcToLocalTimePipe, factory: UtcToLocalTimePipe.ɵfac, providedIn: 'root' });
|
|
16
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(UtcToLocalTimePipe, [{
|
|
17
|
+
type: Pipe,
|
|
18
|
+
args: [{ name: 'utcToLocalTime' }]
|
|
19
|
+
}, {
|
|
20
|
+
type: Injectable,
|
|
21
|
+
args: [{ providedIn: 'root' }]
|
|
22
|
+
}], null, null); })();
|
|
23
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidXRjdG9sb2NhbHRpbWUucGlwZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NoZWxsLW1vZHVsZS1jb21wb25lbnRzL3NoZWxsLWNvbXBvbmVudHMvc3JjL2xpYi9nbG9iYWxkZXBlbmRlbmNpZXMvcGlwZXMvdXRjdG9sb2NhbHRpbWUucGlwZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsSUFBSSxFQUFpQixVQUFVLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDaEUsT0FBTyxLQUFLLE1BQU0sTUFBTSxRQUFRLENBQUM7O0FBTWpDLE1BQU0sT0FBTyxrQkFBa0I7SUFDM0IsU0FBUyxDQUFDLE9BQVk7UUFDbEIsSUFBSSxDQUFDLE9BQU8sRUFBRTtZQUNWLE9BQU8sSUFBSSxDQUFDO1NBQ2Y7UUFFRCxNQUFNLFNBQVMsR0FBRyxNQUFNLENBQUMsR0FBRyxDQUFDLE9BQU8sQ0FBQyxDQUFDLEtBQUssRUFBRSxDQUFDLE1BQU0sRUFBRSxDQUFDO1FBQ3ZELE9BQU8sU0FBUyxDQUFDO0lBQ3JCLENBQUM7O29GQVJRLGtCQUFrQjt5RkFBbEIsa0JBQWtCO3dFQUFsQixrQkFBa0IsV0FBbEIsa0JBQWtCLG1CQUZMLE1BQU07dUZBRW5CLGtCQUFrQjtjQUo5QixJQUFJO2VBQUMsRUFBRSxJQUFJLEVBQUUsZ0JBQWdCLEVBQUU7O2NBRS9CLFVBQVU7ZUFBQyxFQUFFLFVBQVUsRUFBRSxNQUFNLEVBQUUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBQaXBlLCBQaXBlVHJhbnNmb3JtLCBJbmplY3RhYmxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgKiBhcyBtb21lbnQgZnJvbSBcIm1vbWVudFwiO1xuXG5AUGlwZSh7IG5hbWU6ICd1dGNUb0xvY2FsVGltZScgfSlcblxuQEluamVjdGFibGUoeyBwcm92aWRlZEluOiAncm9vdCcgfSlcblxuZXhwb3J0IGNsYXNzIFV0Y1RvTG9jYWxUaW1lUGlwZSBpbXBsZW1lbnRzIFBpcGVUcmFuc2Zvcm0ge1xuICAgIHRyYW5zZm9ybSh1dGNEYXRlOiBhbnkpOiBzdHJpbmcge1xuICAgICAgICBpZiAoIXV0Y0RhdGUpIHtcbiAgICAgICAgICAgIHJldHVybiBudWxsO1xuICAgICAgICB9XG4gICAgICAgIFxuICAgICAgICBjb25zdCBsb2NhbERhdGUgPSBtb21lbnQudXRjKHV0Y0RhdGUpLmxvY2FsKCkuZm9ybWF0KCk7XG4gICAgICAgIHJldHVybiBsb2NhbERhdGU7XG4gICAgfVxufSJdfQ==
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
import { Pipe, Injectable } from '@angular/core';
|
|
2
|
-
import * as moment from "moment";
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export class UtcToLocalTimeWithDatePipe {
|
|
5
|
-
transform(utcDate) {
|
|
6
|
-
if (!utcDate) {
|
|
7
|
-
return null;
|
|
8
|
-
}
|
|
9
|
-
var temp = '2019-10-11T';
|
|
10
|
-
var date = temp.toString().concat(utcDate);
|
|
11
|
-
const localDate = moment.utc(date).local().format();
|
|
12
|
-
return localDate;
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
UtcToLocalTimeWithDatePipe.ɵfac = function UtcToLocalTimeWithDatePipe_Factory(t) { return new (t || UtcToLocalTimeWithDatePipe)(); };
|
|
16
|
-
UtcToLocalTimeWithDatePipe.ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "utcToLocalTimeWithDate", type: UtcToLocalTimeWithDatePipe, pure: true });
|
|
17
|
-
UtcToLocalTimeWithDatePipe.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: UtcToLocalTimeWithDatePipe, factory: UtcToLocalTimeWithDatePipe.ɵfac, providedIn: 'root' });
|
|
18
|
-
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(UtcToLocalTimeWithDatePipe, [{
|
|
19
|
-
type: Pipe,
|
|
20
|
-
args: [{ name: 'utcToLocalTimeWithDate' }]
|
|
21
|
-
}, {
|
|
22
|
-
type: Injectable,
|
|
23
|
-
args: [{ providedIn: 'root' }]
|
|
24
|
-
}], null, null); })();
|
|
25
|
-
//# 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 UtcToLocalTimeWithDatePipe {
|
|
5
|
+
transform(utcDate) {
|
|
6
|
+
if (!utcDate) {
|
|
7
|
+
return null;
|
|
8
|
+
}
|
|
9
|
+
var temp = '2019-10-11T';
|
|
10
|
+
var date = temp.toString().concat(utcDate);
|
|
11
|
+
const localDate = moment.utc(date).local().format();
|
|
12
|
+
return localDate;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
UtcToLocalTimeWithDatePipe.ɵfac = function UtcToLocalTimeWithDatePipe_Factory(t) { return new (t || UtcToLocalTimeWithDatePipe)(); };
|
|
16
|
+
UtcToLocalTimeWithDatePipe.ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "utcToLocalTimeWithDate", type: UtcToLocalTimeWithDatePipe, pure: true });
|
|
17
|
+
UtcToLocalTimeWithDatePipe.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: UtcToLocalTimeWithDatePipe, factory: UtcToLocalTimeWithDatePipe.ɵfac, providedIn: 'root' });
|
|
18
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(UtcToLocalTimeWithDatePipe, [{
|
|
19
|
+
type: Pipe,
|
|
20
|
+
args: [{ name: 'utcToLocalTimeWithDate' }]
|
|
21
|
+
}, {
|
|
22
|
+
type: Injectable,
|
|
23
|
+
args: [{ providedIn: 'root' }]
|
|
24
|
+
}], null, null); })();
|
|
25
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidXRjdG9sb2NhbHRpbWV3aXRoZGF0ZS5waXBlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc2hlbGwtbW9kdWxlLWNvbXBvbmVudHMvc2hlbGwtY29tcG9uZW50cy9zcmMvbGliL2dsb2JhbGRlcGVuZGVuY2llcy9waXBlcy91dGN0b2xvY2FsdGltZXdpdGhkYXRlLnBpcGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLElBQUksRUFBaUIsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2hFLE9BQU8sS0FBSyxNQUFNLE1BQU0sUUFBUSxDQUFDOztBQU1qQyxNQUFNLE9BQU8sMEJBQTBCO0lBQ25DLFNBQVMsQ0FBQyxPQUFlO1FBQ3JCLElBQUksQ0FBQyxPQUFPLEVBQUU7WUFDVixPQUFPLElBQUksQ0FBQztTQUNmO1FBRUQsSUFBSSxJQUFJLEdBQUcsYUFBYSxDQUFDO1FBQ3pCLElBQUksSUFBSSxHQUFHLElBQUksQ0FBQyxRQUFRLEVBQUUsQ0FBQyxNQUFNLENBQUMsT0FBTyxDQUFDLENBQUM7UUFDM0MsTUFBTSxTQUFTLEdBQUcsTUFBTSxDQUFDLEdBQUcsQ0FBQyxJQUFJLENBQUMsQ0FBQyxLQUFLLEVBQUUsQ0FBQyxNQUFNLEVBQUUsQ0FBQztRQUNwRCxPQUFPLFNBQVMsQ0FBQztJQUNyQixDQUFDOztvR0FWUSwwQkFBMEI7eUdBQTFCLDBCQUEwQjtnRkFBMUIsMEJBQTBCLFdBQTFCLDBCQUEwQixtQkFGYixNQUFNO3VGQUVuQiwwQkFBMEI7Y0FKdEMsSUFBSTtlQUFDLEVBQUUsSUFBSSxFQUFFLHdCQUF3QixFQUFFOztjQUV2QyxVQUFVO2VBQUMsRUFBRSxVQUFVLEVBQUUsTUFBTSxFQUFFIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgUGlwZSwgUGlwZVRyYW5zZm9ybSwgSW5qZWN0YWJsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0ICogYXMgbW9tZW50IGZyb20gXCJtb21lbnRcIjtcblxuQFBpcGUoeyBuYW1lOiAndXRjVG9Mb2NhbFRpbWVXaXRoRGF0ZScgfSlcblxuQEluamVjdGFibGUoeyBwcm92aWRlZEluOiAncm9vdCcgfSlcblxuZXhwb3J0IGNsYXNzIFV0Y1RvTG9jYWxUaW1lV2l0aERhdGVQaXBlIGltcGxlbWVudHMgUGlwZVRyYW5zZm9ybSB7XG4gICAgdHJhbnNmb3JtKHV0Y0RhdGU6IHN0cmluZyk6IHN0cmluZyB7XG4gICAgICAgIGlmICghdXRjRGF0ZSkge1xuICAgICAgICAgICAgcmV0dXJuIG51bGw7XG4gICAgICAgIH1cblxuICAgICAgICB2YXIgdGVtcCA9ICcyMDE5LTEwLTExVCc7XG4gICAgICAgIHZhciBkYXRlID0gdGVtcC50b1N0cmluZygpLmNvbmNhdCh1dGNEYXRlKTtcbiAgICAgICAgY29uc3QgbG9jYWxEYXRlID0gbW9tZW50LnV0YyhkYXRlKS5sb2NhbCgpLmZvcm1hdCgpO1xuICAgICAgICByZXR1cm4gbG9jYWxEYXRlO1xuICAgIH1cbn0iXX0=
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
import { Injectable, Pipe } from "@angular/core";
|
|
2
|
-
import * as _ from "underscore";
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export class WorkflowStatusFilterPipe {
|
|
5
|
-
transform(workflowStatus, field, workflowStatusId) {
|
|
6
|
-
if (!workflowStatusId) {
|
|
7
|
-
return workflowStatus;
|
|
8
|
-
}
|
|
9
|
-
else {
|
|
10
|
-
var workflowStatus = _.filter(workflowStatus, function (s) {
|
|
11
|
-
return !workflowStatusId.includes(s.userStoryStatusId);
|
|
12
|
-
});
|
|
13
|
-
return workflowStatus;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
WorkflowStatusFilterPipe.ɵfac = function WorkflowStatusFilterPipe_Factory(t) { return new (t || WorkflowStatusFilterPipe)(); };
|
|
18
|
-
WorkflowStatusFilterPipe.ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "workflowStatusFilter", type: WorkflowStatusFilterPipe, pure: true });
|
|
19
|
-
WorkflowStatusFilterPipe.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: WorkflowStatusFilterPipe, factory: WorkflowStatusFilterPipe.ɵfac, providedIn: 'root' });
|
|
20
|
-
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(WorkflowStatusFilterPipe, [{
|
|
21
|
-
type: Pipe,
|
|
22
|
-
args: [{ name: "workflowStatusFilter" }]
|
|
23
|
-
}, {
|
|
24
|
-
type: Injectable,
|
|
25
|
-
args: [{ providedIn: 'root' }]
|
|
26
|
-
}], null, null); })();
|
|
27
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import { Injectable, Pipe } from "@angular/core";
|
|
2
|
+
import * as _ from "underscore";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export class WorkflowStatusFilterPipe {
|
|
5
|
+
transform(workflowStatus, field, workflowStatusId) {
|
|
6
|
+
if (!workflowStatusId) {
|
|
7
|
+
return workflowStatus;
|
|
8
|
+
}
|
|
9
|
+
else {
|
|
10
|
+
var workflowStatus = _.filter(workflowStatus, function (s) {
|
|
11
|
+
return !workflowStatusId.includes(s.userStoryStatusId);
|
|
12
|
+
});
|
|
13
|
+
return workflowStatus;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
WorkflowStatusFilterPipe.ɵfac = function WorkflowStatusFilterPipe_Factory(t) { return new (t || WorkflowStatusFilterPipe)(); };
|
|
18
|
+
WorkflowStatusFilterPipe.ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "workflowStatusFilter", type: WorkflowStatusFilterPipe, pure: true });
|
|
19
|
+
WorkflowStatusFilterPipe.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: WorkflowStatusFilterPipe, factory: WorkflowStatusFilterPipe.ɵfac, providedIn: 'root' });
|
|
20
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(WorkflowStatusFilterPipe, [{
|
|
21
|
+
type: Pipe,
|
|
22
|
+
args: [{ name: "workflowStatusFilter" }]
|
|
23
|
+
}, {
|
|
24
|
+
type: Injectable,
|
|
25
|
+
args: [{ providedIn: 'root' }]
|
|
26
|
+
}], null, null); })();
|
|
27
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoid29ya2Zsb3dzdGF0dXMucGlwZXMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zaGVsbC1tb2R1bGUtY29tcG9uZW50cy9zaGVsbC1jb21wb25lbnRzL3NyYy9saWIvZ2xvYmFsZGVwZW5kZW5jaWVzL3BpcGVzL3dvcmtmbG93c3RhdHVzLnBpcGVzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxVQUFVLEVBQUUsSUFBSSxFQUFpQixNQUFNLGVBQWUsQ0FBQztBQUNoRSxPQUFPLEtBQUssQ0FBQyxNQUFNLFlBQVksQ0FBQzs7QUFNaEMsTUFBTSxPQUFPLHdCQUF3QjtJQUNuQyxTQUFTLENBQUMsY0FBcUIsRUFBRSxLQUFhLEVBQUUsZ0JBQXdCO1FBRXRFLElBQUksQ0FBQyxnQkFBZ0IsRUFBRTtZQUNyQixPQUFPLGNBQWMsQ0FBQztTQUN2QjthQUNJO1lBRUgsSUFBSSxjQUFjLEdBQUcsQ0FBQyxDQUFDLE1BQU0sQ0FBQyxjQUFjLEVBQUUsVUFBVSxDQUFDO2dCQUV2RCxPQUFPLENBQUMsZ0JBQWdCLENBQUMsUUFBUSxDQUFDLENBQUMsQ0FBQyxpQkFBaUIsQ0FBQyxDQUFDO1lBQ3pELENBQUMsQ0FBQyxDQUFDO1lBQ0gsT0FBTyxjQUFjLENBQUM7U0FDdkI7SUFFSCxDQUFDOztnR0FmVSx3QkFBd0I7cUdBQXhCLHdCQUF3Qjs4RUFBeEIsd0JBQXdCLFdBQXhCLHdCQUF3QixtQkFGWCxNQUFNO3VGQUVuQix3QkFBd0I7Y0FKcEMsSUFBSTtlQUFDLEVBQUUsSUFBSSxFQUFFLHNCQUFzQixFQUFFOztjQUVyQyxVQUFVO2VBQUMsRUFBRSxVQUFVLEVBQUUsTUFBTSxFQUFFIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSW5qZWN0YWJsZSwgUGlwZSwgUGlwZVRyYW5zZm9ybSB9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XG5pbXBvcnQgKiBhcyBfIGZyb20gXCJ1bmRlcnNjb3JlXCI7XG5cbkBQaXBlKHsgbmFtZTogXCJ3b3JrZmxvd1N0YXR1c0ZpbHRlclwiIH0pXG5cbkBJbmplY3RhYmxlKHsgcHJvdmlkZWRJbjogJ3Jvb3QnIH0pXG5cbmV4cG9ydCBjbGFzcyBXb3JrZmxvd1N0YXR1c0ZpbHRlclBpcGUgaW1wbGVtZW50cyBQaXBlVHJhbnNmb3JtIHtcbiAgdHJhbnNmb3JtKHdvcmtmbG93U3RhdHVzOiBhbnlbXSwgZmllbGQ6IHN0cmluZywgd29ya2Zsb3dTdGF0dXNJZDogc3RyaW5nKTogYW55W10ge1xuXG4gICAgaWYgKCF3b3JrZmxvd1N0YXR1c0lkKSB7XG4gICAgICByZXR1cm4gd29ya2Zsb3dTdGF0dXM7XG4gICAgfVxuICAgIGVsc2Uge1xuXG4gICAgICB2YXIgd29ya2Zsb3dTdGF0dXMgPSBfLmZpbHRlcih3b3JrZmxvd1N0YXR1cywgZnVuY3Rpb24gKHMpIHtcblxuICAgICAgICByZXR1cm4gIXdvcmtmbG93U3RhdHVzSWQuaW5jbHVkZXMocy51c2VyU3RvcnlTdGF0dXNJZCk7XG4gICAgICB9KTtcbiAgICAgIHJldHVybiB3b3JrZmxvd1N0YXR1cztcbiAgICB9XG5cbiAgfVxufSJdfQ==
|
|
@@ -1,121 +1,121 @@
|
|
|
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 "@angular/flex-layout/flex";
|
|
6
|
-
import * as i2 from "@angular/material/tabs";
|
|
7
|
-
import * as i3 from "@angular/common";
|
|
8
|
-
import * as i4 from "./product-service.component";
|
|
9
|
-
import * as i5 from "./company-information";
|
|
10
|
-
import * as i6 from "./transactions.component";
|
|
11
|
-
import * as i7 from "./document.component";
|
|
12
|
-
const _c0 = ["class", "component"];
|
|
13
|
-
function AccountAndBillingComponent_ng_template_6_Template(rf, ctx) { if (rf & 1) {
|
|
14
|
-
i0.ɵɵtext(0, " Products & Services ");
|
|
15
|
-
} }
|
|
16
|
-
function AccountAndBillingComponent_ng_template_8_Template(rf, ctx) { if (rf & 1) {
|
|
17
|
-
i0.ɵɵtext(0, " Company Info ");
|
|
18
|
-
} }
|
|
19
|
-
function AccountAndBillingComponent_ng_template_10_Template(rf, ctx) { if (rf & 1) {
|
|
20
|
-
i0.ɵɵtext(0, " Transactions ");
|
|
21
|
-
} }
|
|
22
|
-
function AccountAndBillingComponent_ng_template_12_Template(rf, ctx) { if (rf & 1) {
|
|
23
|
-
i0.ɵɵtext(0, " Documents ");
|
|
24
|
-
} }
|
|
25
|
-
function AccountAndBillingComponent_div_13_Template(rf, ctx) { if (rf & 1) {
|
|
26
|
-
i0.ɵɵelementStart(0, "div");
|
|
27
|
-
i0.ɵɵelement(1, "app-product-services-component", 11);
|
|
28
|
-
i0.ɵɵelementEnd();
|
|
29
|
-
} }
|
|
30
|
-
function AccountAndBillingComponent_div_14_Template(rf, ctx) { if (rf & 1) {
|
|
31
|
-
i0.ɵɵelementStart(0, "div");
|
|
32
|
-
i0.ɵɵelement(1, "app-company-information-component", 11);
|
|
33
|
-
i0.ɵɵelementEnd();
|
|
34
|
-
} }
|
|
35
|
-
function AccountAndBillingComponent_div_15_Template(rf, ctx) { if (rf & 1) {
|
|
36
|
-
i0.ɵɵelementStart(0, "div");
|
|
37
|
-
i0.ɵɵelement(1, "app-transactions-component");
|
|
38
|
-
i0.ɵɵelementEnd();
|
|
39
|
-
} }
|
|
40
|
-
function AccountAndBillingComponent_div_16_Template(rf, ctx) { if (rf & 1) {
|
|
41
|
-
i0.ɵɵelementStart(0, "div");
|
|
42
|
-
i0.ɵɵelement(1, "app-document-component", 11);
|
|
43
|
-
i0.ɵɵelementEnd();
|
|
44
|
-
} }
|
|
45
|
-
export class AccountAndBillingComponent {
|
|
46
|
-
constructor(data) {
|
|
47
|
-
this.data = data;
|
|
48
|
-
}
|
|
49
|
-
ngOnInit() {
|
|
50
|
-
this.selectedTabIndex = 1;
|
|
51
|
-
this.selectedTab = "Products & Services";
|
|
52
|
-
}
|
|
53
|
-
onTabClick(event) {
|
|
54
|
-
if (event.tab.textLabel.includes("Products & Services")) {
|
|
55
|
-
this.selectedTab = "Products & Services";
|
|
56
|
-
}
|
|
57
|
-
else if (event.tab.textLabel.includes("Company Info")) {
|
|
58
|
-
this.selectedTab = "Company Info";
|
|
59
|
-
}
|
|
60
|
-
else if (event.tab.textLabel.includes("Transactions")) {
|
|
61
|
-
this.selectedTab = "Transactions";
|
|
62
|
-
}
|
|
63
|
-
else if (event.tab.textLabel.includes("Documents")) {
|
|
64
|
-
this.selectedTab = "Documents";
|
|
65
|
-
}
|
|
66
|
-
else if (event.tab.textLabel.includes("Payment Method")) {
|
|
67
|
-
this.selectedTab = "Payment Method";
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
AccountAndBillingComponent.ɵfac = function AccountAndBillingComponent_Factory(t) { return new (t || AccountAndBillingComponent)(i0.ɵɵdirectiveInject(MAT_DIALOG_DATA)); };
|
|
72
|
-
AccountAndBillingComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AccountAndBillingComponent, selectors: [["app-account", 8, "component"]], attrs: _c0, decls: 17, vars: 6, consts: [["fxLayout", "row wrap"], ["fxLayout", "row wrap", 1, "p-02", "full-width", "project-statuslist", "projectStatus-page", "projectStatus-page-header"], ["fxFlex", ""], [1, "projectStatus-tabs", "project-tabs-container", 3, "selectedIndex", "selectedTabChange"], ["label", "empty"], ["label", "Products & Services"], ["mat-tab-label", ""], ["label", "Company Info"], ["label", "Transactions"], ["label", "Documents"], [4, "ngIf"], ["fxLayout", "column"]], template: function AccountAndBillingComponent_Template(rf, ctx) { if (rf & 1) {
|
|
73
|
-
i0.ɵɵelementStart(0, "div", 0);
|
|
74
|
-
i0.ɵɵelementStart(1, "div", 1);
|
|
75
|
-
i0.ɵɵelementStart(2, "div", 2);
|
|
76
|
-
i0.ɵɵelementStart(3, "mat-tab-group", 3);
|
|
77
|
-
i0.ɵɵlistener("selectedTabChange", function AccountAndBillingComponent_Template_mat_tab_group_selectedTabChange_3_listener($event) { return ctx.onTabClick($event); });
|
|
78
|
-
i0.ɵɵelement(4, "mat-tab", 4);
|
|
79
|
-
i0.ɵɵelementStart(5, "mat-tab", 5);
|
|
80
|
-
i0.ɵɵtemplate(6, AccountAndBillingComponent_ng_template_6_Template, 1, 0, "ng-template", 6);
|
|
81
|
-
i0.ɵɵelementEnd();
|
|
82
|
-
i0.ɵɵelementStart(7, "mat-tab", 7);
|
|
83
|
-
i0.ɵɵtemplate(8, AccountAndBillingComponent_ng_template_8_Template, 1, 0, "ng-template", 6);
|
|
84
|
-
i0.ɵɵelementEnd();
|
|
85
|
-
i0.ɵɵelementStart(9, "mat-tab", 8);
|
|
86
|
-
i0.ɵɵtemplate(10, AccountAndBillingComponent_ng_template_10_Template, 1, 0, "ng-template", 6);
|
|
87
|
-
i0.ɵɵelementEnd();
|
|
88
|
-
i0.ɵɵelementStart(11, "mat-tab", 9);
|
|
89
|
-
i0.ɵɵtemplate(12, AccountAndBillingComponent_ng_template_12_Template, 1, 0, "ng-template", 6);
|
|
90
|
-
i0.ɵɵelementEnd();
|
|
91
|
-
i0.ɵɵelementEnd();
|
|
92
|
-
i0.ɵɵelementEnd();
|
|
93
|
-
i0.ɵɵelementEnd();
|
|
94
|
-
i0.ɵɵelementEnd();
|
|
95
|
-
i0.ɵɵtemplate(13, AccountAndBillingComponent_div_13_Template, 2, 0, "div", 10);
|
|
96
|
-
i0.ɵɵtemplate(14, AccountAndBillingComponent_div_14_Template, 2, 0, "div", 10);
|
|
97
|
-
i0.ɵɵtemplate(15, AccountAndBillingComponent_div_15_Template, 2, 0, "div", 10);
|
|
98
|
-
i0.ɵɵtemplate(16, AccountAndBillingComponent_div_16_Template, 2, 0, "div", 10);
|
|
99
|
-
} if (rf & 2) {
|
|
100
|
-
i0.ɵɵadvance(3);
|
|
101
|
-
i0.ɵɵproperty("selectedIndex", ctx.selectedTabIndex)("@.disabled", true);
|
|
102
|
-
i0.ɵɵadvance(10);
|
|
103
|
-
i0.ɵɵproperty("ngIf", ctx.selectedTab == "Products & Services");
|
|
104
|
-
i0.ɵɵadvance(1);
|
|
105
|
-
i0.ɵɵproperty("ngIf", ctx.selectedTab == "Company Info");
|
|
106
|
-
i0.ɵɵadvance(1);
|
|
107
|
-
i0.ɵɵproperty("ngIf", ctx.selectedTab == "Transactions");
|
|
108
|
-
i0.ɵɵadvance(1);
|
|
109
|
-
i0.ɵɵproperty("ngIf", ctx.selectedTab == "Documents");
|
|
110
|
-
} }, directives: [i1.DefaultLayoutDirective, i1.DefaultFlexDirective, i2.MatTabGroup, i2.MatTab, i2.MatTabLabel, i3.NgIf, i4.ProductAndServicesComponent, i5.CompanyInformationComponent, i6.TransactionsComponent, i7.DocumentComponent], encapsulation: 2 });
|
|
111
|
-
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AccountAndBillingComponent, [{
|
|
112
|
-
type: Component,
|
|
113
|
-
args: [{
|
|
114
|
-
selector: "app-account.component",
|
|
115
|
-
templateUrl: "./account.component.html"
|
|
116
|
-
}]
|
|
117
|
-
}], function () { return [{ type: undefined, decorators: [{
|
|
118
|
-
type: Inject,
|
|
119
|
-
args: [MAT_DIALOG_DATA]
|
|
120
|
-
}] }]; }, null); })();
|
|
121
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
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 "@angular/flex-layout/flex";
|
|
6
|
+
import * as i2 from "@angular/material/tabs";
|
|
7
|
+
import * as i3 from "@angular/common";
|
|
8
|
+
import * as i4 from "./product-service.component";
|
|
9
|
+
import * as i5 from "./company-information";
|
|
10
|
+
import * as i6 from "./transactions.component";
|
|
11
|
+
import * as i7 from "./document.component";
|
|
12
|
+
const _c0 = ["class", "component"];
|
|
13
|
+
function AccountAndBillingComponent_ng_template_6_Template(rf, ctx) { if (rf & 1) {
|
|
14
|
+
i0.ɵɵtext(0, " Products & Services ");
|
|
15
|
+
} }
|
|
16
|
+
function AccountAndBillingComponent_ng_template_8_Template(rf, ctx) { if (rf & 1) {
|
|
17
|
+
i0.ɵɵtext(0, " Company Info ");
|
|
18
|
+
} }
|
|
19
|
+
function AccountAndBillingComponent_ng_template_10_Template(rf, ctx) { if (rf & 1) {
|
|
20
|
+
i0.ɵɵtext(0, " Transactions ");
|
|
21
|
+
} }
|
|
22
|
+
function AccountAndBillingComponent_ng_template_12_Template(rf, ctx) { if (rf & 1) {
|
|
23
|
+
i0.ɵɵtext(0, " Documents ");
|
|
24
|
+
} }
|
|
25
|
+
function AccountAndBillingComponent_div_13_Template(rf, ctx) { if (rf & 1) {
|
|
26
|
+
i0.ɵɵelementStart(0, "div");
|
|
27
|
+
i0.ɵɵelement(1, "app-product-services-component", 11);
|
|
28
|
+
i0.ɵɵelementEnd();
|
|
29
|
+
} }
|
|
30
|
+
function AccountAndBillingComponent_div_14_Template(rf, ctx) { if (rf & 1) {
|
|
31
|
+
i0.ɵɵelementStart(0, "div");
|
|
32
|
+
i0.ɵɵelement(1, "app-company-information-component", 11);
|
|
33
|
+
i0.ɵɵelementEnd();
|
|
34
|
+
} }
|
|
35
|
+
function AccountAndBillingComponent_div_15_Template(rf, ctx) { if (rf & 1) {
|
|
36
|
+
i0.ɵɵelementStart(0, "div");
|
|
37
|
+
i0.ɵɵelement(1, "app-transactions-component");
|
|
38
|
+
i0.ɵɵelementEnd();
|
|
39
|
+
} }
|
|
40
|
+
function AccountAndBillingComponent_div_16_Template(rf, ctx) { if (rf & 1) {
|
|
41
|
+
i0.ɵɵelementStart(0, "div");
|
|
42
|
+
i0.ɵɵelement(1, "app-document-component", 11);
|
|
43
|
+
i0.ɵɵelementEnd();
|
|
44
|
+
} }
|
|
45
|
+
export class AccountAndBillingComponent {
|
|
46
|
+
constructor(data) {
|
|
47
|
+
this.data = data;
|
|
48
|
+
}
|
|
49
|
+
ngOnInit() {
|
|
50
|
+
this.selectedTabIndex = 1;
|
|
51
|
+
this.selectedTab = "Products & Services";
|
|
52
|
+
}
|
|
53
|
+
onTabClick(event) {
|
|
54
|
+
if (event.tab.textLabel.includes("Products & Services")) {
|
|
55
|
+
this.selectedTab = "Products & Services";
|
|
56
|
+
}
|
|
57
|
+
else if (event.tab.textLabel.includes("Company Info")) {
|
|
58
|
+
this.selectedTab = "Company Info";
|
|
59
|
+
}
|
|
60
|
+
else if (event.tab.textLabel.includes("Transactions")) {
|
|
61
|
+
this.selectedTab = "Transactions";
|
|
62
|
+
}
|
|
63
|
+
else if (event.tab.textLabel.includes("Documents")) {
|
|
64
|
+
this.selectedTab = "Documents";
|
|
65
|
+
}
|
|
66
|
+
else if (event.tab.textLabel.includes("Payment Method")) {
|
|
67
|
+
this.selectedTab = "Payment Method";
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
AccountAndBillingComponent.ɵfac = function AccountAndBillingComponent_Factory(t) { return new (t || AccountAndBillingComponent)(i0.ɵɵdirectiveInject(MAT_DIALOG_DATA)); };
|
|
72
|
+
AccountAndBillingComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AccountAndBillingComponent, selectors: [["app-account", 8, "component"]], attrs: _c0, decls: 17, vars: 6, consts: [["fxLayout", "row wrap"], ["fxLayout", "row wrap", 1, "p-02", "full-width", "project-statuslist", "projectStatus-page", "projectStatus-page-header"], ["fxFlex", ""], [1, "projectStatus-tabs", "project-tabs-container", 3, "selectedIndex", "selectedTabChange"], ["label", "empty"], ["label", "Products & Services"], ["mat-tab-label", ""], ["label", "Company Info"], ["label", "Transactions"], ["label", "Documents"], [4, "ngIf"], ["fxLayout", "column"]], template: function AccountAndBillingComponent_Template(rf, ctx) { if (rf & 1) {
|
|
73
|
+
i0.ɵɵelementStart(0, "div", 0);
|
|
74
|
+
i0.ɵɵelementStart(1, "div", 1);
|
|
75
|
+
i0.ɵɵelementStart(2, "div", 2);
|
|
76
|
+
i0.ɵɵelementStart(3, "mat-tab-group", 3);
|
|
77
|
+
i0.ɵɵlistener("selectedTabChange", function AccountAndBillingComponent_Template_mat_tab_group_selectedTabChange_3_listener($event) { return ctx.onTabClick($event); });
|
|
78
|
+
i0.ɵɵelement(4, "mat-tab", 4);
|
|
79
|
+
i0.ɵɵelementStart(5, "mat-tab", 5);
|
|
80
|
+
i0.ɵɵtemplate(6, AccountAndBillingComponent_ng_template_6_Template, 1, 0, "ng-template", 6);
|
|
81
|
+
i0.ɵɵelementEnd();
|
|
82
|
+
i0.ɵɵelementStart(7, "mat-tab", 7);
|
|
83
|
+
i0.ɵɵtemplate(8, AccountAndBillingComponent_ng_template_8_Template, 1, 0, "ng-template", 6);
|
|
84
|
+
i0.ɵɵelementEnd();
|
|
85
|
+
i0.ɵɵelementStart(9, "mat-tab", 8);
|
|
86
|
+
i0.ɵɵtemplate(10, AccountAndBillingComponent_ng_template_10_Template, 1, 0, "ng-template", 6);
|
|
87
|
+
i0.ɵɵelementEnd();
|
|
88
|
+
i0.ɵɵelementStart(11, "mat-tab", 9);
|
|
89
|
+
i0.ɵɵtemplate(12, AccountAndBillingComponent_ng_template_12_Template, 1, 0, "ng-template", 6);
|
|
90
|
+
i0.ɵɵelementEnd();
|
|
91
|
+
i0.ɵɵelementEnd();
|
|
92
|
+
i0.ɵɵelementEnd();
|
|
93
|
+
i0.ɵɵelementEnd();
|
|
94
|
+
i0.ɵɵelementEnd();
|
|
95
|
+
i0.ɵɵtemplate(13, AccountAndBillingComponent_div_13_Template, 2, 0, "div", 10);
|
|
96
|
+
i0.ɵɵtemplate(14, AccountAndBillingComponent_div_14_Template, 2, 0, "div", 10);
|
|
97
|
+
i0.ɵɵtemplate(15, AccountAndBillingComponent_div_15_Template, 2, 0, "div", 10);
|
|
98
|
+
i0.ɵɵtemplate(16, AccountAndBillingComponent_div_16_Template, 2, 0, "div", 10);
|
|
99
|
+
} if (rf & 2) {
|
|
100
|
+
i0.ɵɵadvance(3);
|
|
101
|
+
i0.ɵɵproperty("selectedIndex", ctx.selectedTabIndex)("@.disabled", true);
|
|
102
|
+
i0.ɵɵadvance(10);
|
|
103
|
+
i0.ɵɵproperty("ngIf", ctx.selectedTab == "Products & Services");
|
|
104
|
+
i0.ɵɵadvance(1);
|
|
105
|
+
i0.ɵɵproperty("ngIf", ctx.selectedTab == "Company Info");
|
|
106
|
+
i0.ɵɵadvance(1);
|
|
107
|
+
i0.ɵɵproperty("ngIf", ctx.selectedTab == "Transactions");
|
|
108
|
+
i0.ɵɵadvance(1);
|
|
109
|
+
i0.ɵɵproperty("ngIf", ctx.selectedTab == "Documents");
|
|
110
|
+
} }, directives: [i1.DefaultLayoutDirective, i1.DefaultFlexDirective, i2.MatTabGroup, i2.MatTab, i2.MatTabLabel, i3.NgIf, i4.ProductAndServicesComponent, i5.CompanyInformationComponent, i6.TransactionsComponent, i7.DocumentComponent], encapsulation: 2 });
|
|
111
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AccountAndBillingComponent, [{
|
|
112
|
+
type: Component,
|
|
113
|
+
args: [{
|
|
114
|
+
selector: "app-account.component",
|
|
115
|
+
templateUrl: "./account.component.html"
|
|
116
|
+
}]
|
|
117
|
+
}], function () { return [{ type: undefined, decorators: [{
|
|
118
|
+
type: Inject,
|
|
119
|
+
args: [MAT_DIALOG_DATA]
|
|
120
|
+
}] }]; }, null); })();
|
|
121
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWNjb3VudC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9zaGVsbC1tb2R1bGUtY29tcG9uZW50cy9zaGVsbC1jb21wb25lbnRzL3NyYy9saWIvc2hlbGwtY29tcG9uZW50cy9jb21wb25lbnRzL1BheW1lbnRzL2FjY291bnQuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vc2hlbGwtbW9kdWxlLWNvbXBvbmVudHMvc2hlbGwtY29tcG9uZW50cy9zcmMvbGliL3NoZWxsLWNvbXBvbmVudHMvY29tcG9uZW50cy9QYXltZW50cy9hY2NvdW50LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQVUsTUFBTSxFQUFhLE1BQU0sZUFBZSxDQUFDO0FBQ3JFLE9BQU8sRUFBMkIsZUFBZSxFQUFFLE1BQU0sMEJBQTBCLENBQUM7QUFHcEYsT0FBTyx1REFBdUQsQ0FBQzs7Ozs7Ozs7Ozs7SUNLdkMscUNBQ0o7OztJQUlJLDhCQUNKOzs7SUFJSSw4QkFDSjs7O0lBSUksMkJBQ0o7OztJQVlwQiwyQkFBa0Q7SUFDOUMscURBQW1GO0lBQ3ZGLGlCQUFNOzs7SUFDTiwyQkFBMkM7SUFDdkMsd0RBQXlGO0lBQzdGLGlCQUFNOzs7SUFDTiwyQkFBMkM7SUFDdkMsNkNBQXlEO0lBQzdELGlCQUFNOzs7SUFDTiwyQkFBd0M7SUFDcEMsNkNBQW1FO0lBQ3ZFLGlCQUFNOztBRHJDTixNQUFNLE9BQU8sMEJBQTBCO0lBS3JDLFlBQTRDLElBQVM7UUFBVCxTQUFJLEdBQUosSUFBSSxDQUFLO0lBRXJELENBQUM7SUFFRCxRQUFRO1FBRU4sSUFBSSxDQUFDLGdCQUFnQixHQUFHLENBQUMsQ0FBQztRQUMxQixJQUFJLENBQUMsV0FBVyxHQUFHLHFCQUFxQixDQUFDO0lBQzNDLENBQUM7SUFFRCxVQUFVLENBQUMsS0FBd0I7UUFDakMsSUFBSSxLQUFLLENBQUMsR0FBRyxDQUFDLFNBQVMsQ0FBQyxRQUFRLENBQUMscUJBQXFCLENBQUMsRUFBRTtZQUN2RCxJQUFJLENBQUMsV0FBVyxHQUFHLHFCQUFxQixDQUFDO1NBQzFDO2FBQ0ksSUFBSSxLQUFLLENBQUMsR0FBRyxDQUFDLFNBQVMsQ0FBQyxRQUFRLENBQUMsY0FBYyxDQUFDLEVBQUU7WUFDckQsSUFBSSxDQUFDLFdBQVcsR0FBRyxjQUFjLENBQUM7U0FDbkM7YUFDSSxJQUFJLEtBQUssQ0FBQyxHQUFHLENBQUMsU0FBUyxDQUFDLFFBQVEsQ0FBQyxjQUFjLENBQUMsRUFBRTtZQUNyRCxJQUFJLENBQUMsV0FBVyxHQUFHLGNBQWMsQ0FBQztTQUNuQzthQUNJLElBQUksS0FBSyxDQUFDLEdBQUcsQ0FBQyxTQUFTLENBQUMsUUFBUSxDQUFDLFdBQVcsQ0FBQyxFQUFFO1lBQ2xELElBQUksQ0FBQyxXQUFXLEdBQUcsV0FBVyxDQUFDO1NBQ2hDO2FBQ0ksSUFBSSxLQUFLLENBQUMsR0FBRyxDQUFDLFNBQVMsQ0FBQyxRQUFRLENBQUMsZ0JBQWdCLENBQUMsRUFBRTtZQUN2RCxJQUFJLENBQUMsV0FBVyxHQUFHLGdCQUFnQixDQUFDO1NBQ3JDO0lBRUgsQ0FBQzs7b0dBaENVLDBCQUEwQix1QkFLakIsZUFBZTs2RUFMeEIsMEJBQTBCO1FDWHZDLDhCQUF5QjtRQUNyQiw4QkFBaUg7UUFDN0csOEJBQVk7UUFDUix3Q0FDaUU7UUFBN0QsNElBQXFCLHNCQUFrQixJQUFDO1FBQ3hDLDZCQUNVO1FBQ1Ysa0NBQXFDO1FBQ2pDLDJGQUVjO1FBQ2xCLGlCQUFVO1FBQ1Ysa0NBQThCO1FBQzFCLDJGQUVjO1FBQ2xCLGlCQUFVO1FBQ1Ysa0NBQThCO1FBQzFCLDZGQUVjO1FBQ2xCLGlCQUFVO1FBQ1YsbUNBQTJCO1FBQ3ZCLDZGQUVjO1FBQ2xCLGlCQUFVO1FBTWQsaUJBQWdCO1FBQ3BCLGlCQUFNO1FBQ1YsaUJBQU07UUFDVixpQkFBTTtRQUVOLDhFQUVNO1FBQ04sOEVBRU07UUFDTiw4RUFFTTtRQUNOLDhFQUVNOztRQTdDdUUsZUFBa0M7UUFBbEMsb0RBQWtDLG9CQUFBO1FBa0N6RyxnQkFBMEM7UUFBMUMsK0RBQTBDO1FBRzFDLGVBQW1DO1FBQW5DLHdEQUFtQztRQUduQyxlQUFtQztRQUFuQyx3REFBbUM7UUFHbkMsZUFBZ0M7UUFBaEMscURBQWdDOzt1RkRuQ3pCLDBCQUEwQjtjQUx0QyxTQUFTO2VBQUM7Z0JBQ1QsUUFBUSxFQUFFLHVCQUF1QjtnQkFDakMsV0FBVyxFQUFFLDBCQUEwQjthQUN4Qzs7c0JBT2MsTUFBTTt1QkFBQyxlQUFlIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBPbkluaXQsIEluamVjdCwgVmlld0NoaWxkIH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcbmltcG9ydCB7IE1hdERpYWxvZywgTWF0RGlhbG9nUmVmLCBNQVRfRElBTE9HX0RBVEEgfSBmcm9tIFwiQGFuZ3VsYXIvbWF0ZXJpYWwvZGlhbG9nXCI7XG5pbXBvcnQgeyBNYXRPcHRpb24gfSBmcm9tIFwiQGFuZ3VsYXIvbWF0ZXJpYWwvY29yZVwiO1xuaW1wb3J0IHsgTWF0VGFiQ2hhbmdlRXZlbnQgfSBmcm9tIFwiQGFuZ3VsYXIvbWF0ZXJpYWwvdGFic1wiO1xuaW1wb3J0ICcuLi8uLi8uLi9nbG9iYWxkZXBlbmRlbmNpZXMvaGVscGVycy9mb250YXdlc29tZS1pY29ucyc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogXCJhcHAtYWNjb3VudC5jb21wb25lbnRcIixcbiAgdGVtcGxhdGVVcmw6IFwiLi9hY2NvdW50LmNvbXBvbmVudC5odG1sXCJcbn0pXG5cbmV4cG9ydCBjbGFzcyBBY2NvdW50QW5kQmlsbGluZ0NvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XG5cblxuICBzZWxlY3RlZFRhYjogc3RyaW5nO1xuICBzZWxlY3RlZFRhYkluZGV4OiBudW1iZXI7XG4gIGNvbnN0cnVjdG9yKEBJbmplY3QoTUFUX0RJQUxPR19EQVRBKSBwdWJsaWMgZGF0YTogYW55KSB7XG4gICAgXG4gIH1cblxuICBuZ09uSW5pdCgpIHtcbiAgIFxuICAgIHRoaXMuc2VsZWN0ZWRUYWJJbmRleCA9IDE7XG4gICAgdGhpcy5zZWxlY3RlZFRhYiA9IFwiUHJvZHVjdHMgJiBTZXJ2aWNlc1wiO1xuICB9XG5cbiAgb25UYWJDbGljayhldmVudDogTWF0VGFiQ2hhbmdlRXZlbnQpIHtcbiAgICBpZiAoZXZlbnQudGFiLnRleHRMYWJlbC5pbmNsdWRlcyhcIlByb2R1Y3RzICYgU2VydmljZXNcIikpIHtcbiAgICAgIHRoaXMuc2VsZWN0ZWRUYWIgPSBcIlByb2R1Y3RzICYgU2VydmljZXNcIjtcbiAgICB9XG4gICAgZWxzZSBpZiAoZXZlbnQudGFiLnRleHRMYWJlbC5pbmNsdWRlcyhcIkNvbXBhbnkgSW5mb1wiKSkge1xuICAgICAgdGhpcy5zZWxlY3RlZFRhYiA9IFwiQ29tcGFueSBJbmZvXCI7XG4gICAgfVxuICAgIGVsc2UgaWYgKGV2ZW50LnRhYi50ZXh0TGFiZWwuaW5jbHVkZXMoXCJUcmFuc2FjdGlvbnNcIikpIHtcbiAgICAgIHRoaXMuc2VsZWN0ZWRUYWIgPSBcIlRyYW5zYWN0aW9uc1wiO1xuICAgIH1cbiAgICBlbHNlIGlmIChldmVudC50YWIudGV4dExhYmVsLmluY2x1ZGVzKFwiRG9jdW1lbnRzXCIpKSB7XG4gICAgICB0aGlzLnNlbGVjdGVkVGFiID0gXCJEb2N1bWVudHNcIjtcbiAgICB9XG4gICAgZWxzZSBpZiAoZXZlbnQudGFiLnRleHRMYWJlbC5pbmNsdWRlcyhcIlBheW1lbnQgTWV0aG9kXCIpKSB7XG4gICAgICB0aGlzLnNlbGVjdGVkVGFiID0gXCJQYXltZW50IE1ldGhvZFwiO1xuICAgIH1cblxuICB9XG5cbn1cbiIsIjxkaXYgZnhMYXlvdXQ9XCJyb3cgd3JhcFwiPlxuICAgIDxkaXYgY2xhc3M9XCJwLTAyIGZ1bGwtd2lkdGggcHJvamVjdC1zdGF0dXNsaXN0IHByb2plY3RTdGF0dXMtcGFnZSBwcm9qZWN0U3RhdHVzLXBhZ2UtaGVhZGVyXCIgZnhMYXlvdXQ9XCJyb3cgd3JhcFwiPlxuICAgICAgICA8ZGl2IGZ4RmxleD5cbiAgICAgICAgICAgIDxtYXQtdGFiLWdyb3VwIGNsYXNzPVwicHJvamVjdFN0YXR1cy10YWJzIHByb2plY3QtdGFicy1jb250YWluZXJcIiBbc2VsZWN0ZWRJbmRleF09XCJzZWxlY3RlZFRhYkluZGV4XCJcbiAgICAgICAgICAgICAgICAoc2VsZWN0ZWRUYWJDaGFuZ2UpPVwib25UYWJDbGljaygkZXZlbnQpXCIgW0AuZGlzYWJsZWRdPVwidHJ1ZVwiPlxuICAgICAgICAgICAgICAgIDxtYXQtdGFiIGxhYmVsPVwiZW1wdHlcIj5cbiAgICAgICAgICAgICAgICA8L21hdC10YWI+XG4gICAgICAgICAgICAgICAgPG1hdC10YWIgbGFiZWw9XCJQcm9kdWN0cyAmIFNlcnZpY2VzXCI+XG4gICAgICAgICAgICAgICAgICAgIDxuZy10ZW1wbGF0ZSBtYXQtdGFiLWxhYmVsPlxuICAgICAgICAgICAgICAgICAgICAgICAgUHJvZHVjdHMgJiBTZXJ2aWNlc1xuICAgICAgICAgICAgICAgICAgICA8L25nLXRlbXBsYXRlPlxuICAgICAgICAgICAgICAgIDwvbWF0LXRhYj5cbiAgICAgICAgICAgICAgICA8bWF0LXRhYiBsYWJlbD1cIkNvbXBhbnkgSW5mb1wiPlxuICAgICAgICAgICAgICAgICAgICA8bmctdGVtcGxhdGUgbWF0LXRhYi1sYWJlbD5cbiAgICAgICAgICAgICAgICAgICAgICAgIENvbXBhbnkgSW5mb1xuICAgICAgICAgICAgICAgICAgICA8L25nLXRlbXBsYXRlPlxuICAgICAgICAgICAgICAgIDwvbWF0LXRhYj5cbiAgICAgICAgICAgICAgICA8bWF0LXRhYiBsYWJlbD1cIlRyYW5zYWN0aW9uc1wiPlxuICAgICAgICAgICAgICAgICAgICA8bmctdGVtcGxhdGUgbWF0LXRhYi1sYWJlbD5cbiAgICAgICAgICAgICAgICAgICAgICAgIFRyYW5zYWN0aW9uc1xuICAgICAgICAgICAgICAgICAgICA8L25nLXRlbXBsYXRlPlxuICAgICAgICAgICAgICAgIDwvbWF0LXRhYj5cbiAgICAgICAgICAgICAgICA8bWF0LXRhYiBsYWJlbD1cIkRvY3VtZW50c1wiPlxuICAgICAgICAgICAgICAgICAgICA8bmctdGVtcGxhdGUgbWF0LXRhYi1sYWJlbD5cbiAgICAgICAgICAgICAgICAgICAgICAgIERvY3VtZW50c1xuICAgICAgICAgICAgICAgICAgICA8L25nLXRlbXBsYXRlPlxuICAgICAgICAgICAgICAgIDwvbWF0LXRhYj5cbiAgICAgICAgICAgICAgICA8IS0tIDxtYXQtdGFiIGxhYmVsPVwiUGF5bWVudCBNZXRob2RcIj5cbiAgICAgICAgICAgICAgICAgICAgPG5nLXRlbXBsYXRlIG1hdC10YWItbGFiZWw+XG4gICAgICAgICAgICAgICAgICAgICAgICBQYXltZW50IE1ldGhvZFxuICAgICAgICAgICAgICAgICAgICA8L25nLXRlbXBsYXRlPlxuICAgICAgICAgICAgICAgIDwvbWF0LXRhYj4gLS0+XG4gICAgICAgICAgICA8L21hdC10YWItZ3JvdXA+XG4gICAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuPC9kaXY+XG5cbjxkaXYgKm5nSWY9XCJzZWxlY3RlZFRhYiA9PSAnUHJvZHVjdHMgJiBTZXJ2aWNlcydcIj5cbiAgICA8YXBwLXByb2R1Y3Qtc2VydmljZXMtY29tcG9uZW50IGZ4TGF5b3V0PVwiY29sdW1uXCI+PC9hcHAtcHJvZHVjdC1zZXJ2aWNlcy1jb21wb25lbnQ+XG48L2Rpdj5cbjxkaXYgKm5nSWY9XCJzZWxlY3RlZFRhYiA9PSAnQ29tcGFueSBJbmZvJ1wiPlxuICAgIDxhcHAtY29tcGFueS1pbmZvcm1hdGlvbi1jb21wb25lbnQgZnhMYXlvdXQ9XCJjb2x1bW5cIj48L2FwcC1jb21wYW55LWluZm9ybWF0aW9uLWNvbXBvbmVudD5cbjwvZGl2PlxuPGRpdiAqbmdJZj1cInNlbGVjdGVkVGFiID09ICdUcmFuc2FjdGlvbnMnXCI+XG4gICAgPGFwcC10cmFuc2FjdGlvbnMtY29tcG9uZW50PjwvYXBwLXRyYW5zYWN0aW9ucy1jb21wb25lbnQ+XG48L2Rpdj5cbjxkaXYgKm5nSWY9XCJzZWxlY3RlZFRhYiA9PSAnRG9jdW1lbnRzJ1wiPlxuICAgIDxhcHAtZG9jdW1lbnQtY29tcG9uZW50IGZ4TGF5b3V0PVwiY29sdW1uXCI+PC9hcHAtZG9jdW1lbnQtY29tcG9uZW50PlxuPC9kaXY+XG48IS0tIDxkaXYgKm5nSWY9XCJzZWxlY3RlZFRhYiA9PSAnUGF5bWVudCBNZXRob2QnXCI+XG4gICAgPGFwcC1wYXltZW50LW1ldGhvZC1jb21wb25lbnQ+PC9hcHAtcGF5bWVudC1tZXRob2QtY29tcG9uZW50PlxuPC9kaXY+ICAtLT4iXX0=
|