@thetradeengineorg1/snova-shell-module 0.0.262 → 0.0.263
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 +19022 -13748
- package/bundles/thetradeengineorg1-snova-shell-module.umd.js.map +1 -1
- package/esm2015/lib/globaldependencies/components/avatar.component.js +33 -28
- 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 -50
- package/esm2015/lib/shell-components/components/Payments/company-information.js +558 -262
- package/esm2015/lib/shell-components/components/Payments/company-plans.component.js +636 -138
- package/esm2015/lib/shell-components/components/Payments/document.component.js +129 -57
- package/esm2015/lib/shell-components/components/Payments/payment-method.component.js +90 -32
- package/esm2015/lib/shell-components/components/Payments/product-service.component.js +438 -143
- package/esm2015/lib/shell-components/components/Payments/purchase-more-licenses.js +249 -152
- package/esm2015/lib/shell-components/components/Payments/transactions.component.js +172 -60
- package/esm2015/lib/shell-components/components/admin-layout/admin-layout.component.js +350 -250
- package/esm2015/lib/shell-components/components/all-work-items-dialog/all-work-items-dialog.component.js +102 -89
- package/esm2015/lib/shell-components/components/confirmation-dialog/confirmation-dialog.component.js +126 -90
- package/esm2015/lib/shell-components/components/export-import-configuration/export-configuration.component.js +502 -357
- package/esm2015/lib/shell-components/components/feed-time/feed-time-dialog.component.js +98 -85
- package/esm2015/lib/shell-components/components/feed-time/feed-time.component.js +87 -83
- package/esm2015/lib/shell-components/components/header-side/header-side.component.js +2342 -1617
- package/esm2015/lib/shell-components/components/header-top/header-top.component.js +489 -93
- package/esm2015/lib/shell-components/components/lives/lives-welcome-page.js +55 -26
- package/esm2015/lib/shell-components/components/menu/menu.component.js +3429 -2478
- package/esm2015/lib/shell-components/components/menu/searchTask.enum.js +10 -10
- package/esm2015/lib/shell-components/components/notifications/announcement-dialog.component.js +110 -73
- package/esm2015/lib/shell-components/components/notifications/notifications.component.js +534 -449
- package/esm2015/lib/shell-components/components/sidebar-top/sidebar-top.component.js +39 -33
- package/esm2015/lib/shell-components/components/sidenav/side-bar.component.js +148 -81
- package/esm2015/lib/shell-components/components/sidenav/sidenav.component.js +439 -43
- package/esm2015/lib/shell-components/components/submit-feedback/submit-feedback.component.js +75 -71
- package/esm2015/lib/shell-components/constants/api-urls.js +1052 -1052
- package/esm2015/lib/shell-components/constants/available-languages.js +25 -25
- package/esm2015/lib/shell-components/constants/channel-names.js +38 -38
- package/esm2015/lib/shell-components/constants/menu-categories.js +6 -6
- package/esm2015/lib/shell-components/constants/notification-routes.js +6 -6
- package/esm2015/lib/shell-components/constants/notification-type-ids.js +42 -42
- package/esm2015/lib/shell-components/enum/recentSearchType.enum.js +13 -13
- package/esm2015/lib/shell-components/models/AppMenuItemModel.js +3 -3
- package/esm2015/lib/shell-components/models/AppNotification.js +17 -17
- package/esm2015/lib/shell-components/models/AssetAssignedNotificationModel.js +12 -12
- package/esm2015/lib/shell-components/models/ChannelUpdateModel.js +3 -3
- package/esm2015/lib/shell-components/models/EmployeeStatusModel.js +3 -3
- package/esm2015/lib/shell-components/models/IAdjust-screen-options.js +2 -2
- package/esm2015/lib/shell-components/models/IBadge.js +2 -2
- package/esm2015/lib/shell-components/models/IChildItem.js +2 -2
- package/esm2015/lib/shell-components/models/ILayout-change-options.js +2 -2
- package/esm2015/lib/shell-components/models/IMenuItem.js +2 -2
- package/esm2015/lib/shell-components/models/IlayoutConf.js +2 -2
- package/esm2015/lib/shell-components/models/IntroModel.js +3 -3
- package/esm2015/lib/shell-components/models/MessageDetails.js +3 -3
- package/esm2015/lib/shell-components/models/MessageTypingDetails.js +3 -3
- package/esm2015/lib/shell-components/models/NewProjectCreatedNotificationModel.js +10 -10
- package/esm2015/lib/shell-components/models/NewProjectFeatureNotificationModel.js +10 -10
- package/esm2015/lib/shell-components/models/NotificationsOutPutModel.js +22 -22
- package/esm2015/lib/shell-components/models/ProjectSearchCriteriaInputModel.js +3 -3
- package/esm2015/lib/shell-components/models/RecentSearchModel.js +5 -5
- package/esm2015/lib/shell-components/models/ReportConfigAssignedNotification.js +11 -11
- package/esm2015/lib/shell-components/models/ReportSubmittedNotification.js +12 -12
- package/esm2015/lib/shell-components/models/RoleUpdatedNotification.js +9 -9
- package/esm2015/lib/shell-components/models/UserStoryAssignedNotification.js +13 -13
- package/esm2015/lib/shell-components/models/archiveUserStoryModel.js +10 -10
- package/esm2015/lib/shell-components/models/companieslist.model.js +3 -3
- package/esm2015/lib/shell-components/models/company-model.js +7 -7
- package/esm2015/lib/shell-components/models/company-payment-model.js +3 -3
- package/esm2015/lib/shell-components/models/dragedWidget.js +3 -3
- package/esm2015/lib/shell-components/models/employee-List.js +3 -3
- package/esm2015/lib/shell-components/models/employee.js +4 -4
- package/esm2015/lib/shell-components/models/entityRoleFeature.js +3 -3
- package/esm2015/lib/shell-components/models/export-configuration-model.js +3 -3
- package/esm2015/lib/shell-components/models/export-data.module.js +8 -8
- package/esm2015/lib/shell-components/models/goalApprovedNotificationModel.js +9 -9
- package/esm2015/lib/shell-components/models/import-configuration-model.js +3 -3
- package/esm2015/lib/shell-components/models/initialStatusofUsers.js +3 -3
- package/esm2015/lib/shell-components/models/invoiceOutput-model.js +3 -3
- package/esm2015/lib/shell-components/models/leaveApplicationNotifiction.js +9 -9
- package/esm2015/lib/shell-components/models/multiChartsScheduling.js +11 -11
- package/esm2015/lib/shell-components/models/parkUserStoryInputModel.js +10 -10
- package/esm2015/lib/shell-components/models/project.js +3 -3
- package/esm2015/lib/shell-components/models/recentSearchApiModel.js +3 -3
- package/esm2015/lib/shell-components/models/searchCriteriaInputModelBase.js +3 -3
- package/esm2015/lib/shell-components/models/shellModulesInfo.js +7 -7
- package/esm2015/lib/shell-components/models/softlabels-model.js +7 -7
- package/esm2015/lib/shell-components/models/sprintReplanRequestedModel.js +9 -9
- package/esm2015/lib/shell-components/models/sprintStartedNotificationModel.js +9 -9
- package/esm2015/lib/shell-components/models/store-model.js +3 -3
- package/esm2015/lib/shell-components/models/store-search-model.js +4 -4
- package/esm2015/lib/shell-components/models/themes.model.js +3 -3
- package/esm2015/lib/shell-components/models/timesheetenabledisable.js +4 -4
- package/esm2015/lib/shell-components/models/user.js +8 -8
- package/esm2015/lib/shell-components/models/userStory.js +3 -3
- package/esm2015/lib/shell-components/models/userStoryCommentNotificationModel.js +9 -9
- package/esm2015/lib/shell-components/models/userStoryUpdateNotificationModel.js +9 -9
- package/esm2015/lib/shell-components/models/userstory-custom-fields.model.js +3 -3
- package/esm2015/lib/shell-components/models/validation.model.js +2 -2
- package/esm2015/lib/shell-components/models/widgetlist.js +6 -6
- package/esm2015/lib/shell-components/models/workspaceList.js +3 -3
- package/esm2015/lib/shell-components/services/authentication.service.js +96 -96
- package/esm2015/lib/shell-components/services/chat.service.js +67 -67
- package/esm2015/lib/shell-components/services/common-used.service.js +263 -263
- package/esm2015/lib/shell-components/services/feature.service.js +101 -101
- package/esm2015/lib/shell-components/services/google-analytics.service.js +24 -24
- package/esm2015/lib/shell-components/services/layout.service.js +68 -68
- package/esm2015/lib/shell-components/services/payment.service.js +103 -103
- package/esm2015/lib/shell-components/services/recentSearch.service.js +90 -90
- package/esm2015/lib/shell-components/services/shell.modules.service.js +24 -24
- package/esm2015/lib/shell-components/services/signalr.service.js +113 -113
- package/esm2015/lib/shell-components/services/theme.service.js +228 -228
- package/esm2015/lib/shell-components/shell.module.js +450 -449
- 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 +17152 -12640
- package/fesm2015/thetradeengineorg1-snova-shell-module.js.map +1 -1
- package/lib/globaldependencies/components/avatar.component.d.ts +11 -10
- package/lib/globaldependencies/components/avatar.component.d.ts.map +1 -0
- package/lib/globaldependencies/components/componentbase.d.ts +456 -455
- package/lib/globaldependencies/components/componentbase.d.ts.map +1 -0
- package/lib/globaldependencies/constants/feature-ids.d.ts +449 -448
- package/lib/globaldependencies/constants/feature-ids.d.ts.map +1 -0
- package/lib/globaldependencies/constants/localstorage-properties.d.ts +38 -37
- package/lib/globaldependencies/constants/localstorage-properties.d.ts.map +1 -0
- package/lib/globaldependencies/helpers/dom.helper.d.ts +8 -7
- package/lib/globaldependencies/helpers/dom.helper.d.ts.map +1 -0
- package/lib/globaldependencies/helpers/fontawesome-icons.d.ts +2 -1
- package/lib/globaldependencies/helpers/fontawesome-icons.d.ts.map +1 -0
- package/lib/globaldependencies/helpers/moment-utc-date-adapter.d.ts +10 -9
- package/lib/globaldependencies/helpers/moment-utc-date-adapter.d.ts.map +1 -0
- package/lib/globaldependencies/helpers/window.helper.d.ts +13 -12
- package/lib/globaldependencies/helpers/window.helper.d.ts.map +1 -0
- package/lib/globaldependencies/intercepter/jwt.interceptor.d.ts +12 -11
- package/lib/globaldependencies/intercepter/jwt.interceptor.d.ts.map +1 -0
- package/lib/globaldependencies/pipes/fetchSizedAndCachedImage.pipe.d.ts +9 -8
- package/lib/globaldependencies/pipes/fetchSizedAndCachedImage.pipe.d.ts.map +1 -0
- package/lib/globaldependencies/pipes/highLightText.pipe.d.ts +9 -8
- package/lib/globaldependencies/pipes/highLightText.pipe.d.ts.map +1 -0
- package/lib/globaldependencies/pipes/orderby-pipe.d.ts +10 -9
- package/lib/globaldependencies/pipes/orderby-pipe.d.ts.map +1 -0
- package/lib/globaldependencies/pipes/removeSpecialCharacters.pipe.d.ts +9 -8
- package/lib/globaldependencies/pipes/removeSpecialCharacters.pipe.d.ts.map +1 -0
- package/lib/globaldependencies/pipes/sanitize.pipe.d.ts +12 -11
- package/lib/globaldependencies/pipes/sanitize.pipe.d.ts.map +1 -0
- package/lib/globaldependencies/pipes/softlabels.pipes.d.ts +9 -8
- package/lib/globaldependencies/pipes/softlabels.pipes.d.ts.map +1 -0
- package/lib/globaldependencies/pipes/utctolocaltime.pipe.d.ts +9 -8
- package/lib/globaldependencies/pipes/utctolocaltime.pipe.d.ts.map +1 -0
- package/lib/globaldependencies/pipes/utctolocaltimewithdate.pipe.d.ts +9 -8
- package/lib/globaldependencies/pipes/utctolocaltimewithdate.pipe.d.ts.map +1 -0
- package/lib/globaldependencies/pipes/workflowstatus.pipes.d.ts +9 -8
- package/lib/globaldependencies/pipes/workflowstatus.pipes.d.ts.map +1 -0
- package/lib/shell-components/components/Payments/account.component.d.ts +15 -14
- package/lib/shell-components/components/Payments/account.component.d.ts.map +1 -0
- package/lib/shell-components/components/Payments/company-information.d.ts +63 -62
- package/lib/shell-components/components/Payments/company-information.d.ts.map +1 -0
- package/lib/shell-components/components/Payments/company-plans.component.d.ts +48 -47
- package/lib/shell-components/components/Payments/company-plans.component.d.ts.map +1 -0
- package/lib/shell-components/components/Payments/document.component.d.ts +21 -20
- package/lib/shell-components/components/Payments/document.component.d.ts.map +1 -0
- package/lib/shell-components/components/Payments/payment-method.component.d.ts +16 -15
- package/lib/shell-components/components/Payments/payment-method.component.d.ts.map +1 -0
- package/lib/shell-components/components/Payments/product-service.component.d.ts +49 -48
- package/lib/shell-components/components/Payments/product-service.component.d.ts.map +1 -0
- package/lib/shell-components/components/Payments/purchase-more-licenses.d.ts +38 -37
- package/lib/shell-components/components/Payments/purchase-more-licenses.d.ts.map +1 -0
- package/lib/shell-components/components/Payments/transactions.component.d.ts +29 -28
- package/lib/shell-components/components/Payments/transactions.component.d.ts.map +1 -0
- package/lib/shell-components/components/admin-layout/admin-layout.component.d.ts +68 -67
- package/lib/shell-components/components/admin-layout/admin-layout.component.d.ts.map +1 -0
- package/lib/shell-components/components/all-work-items-dialog/all-work-items-dialog.component.d.ts +33 -32
- package/lib/shell-components/components/all-work-items-dialog/all-work-items-dialog.component.d.ts.map +1 -0
- package/lib/shell-components/components/confirmation-dialog/confirmation-dialog.component.d.ts +33 -32
- package/lib/shell-components/components/confirmation-dialog/confirmation-dialog.component.d.ts.map +1 -0
- package/lib/shell-components/components/export-import-configuration/export-configuration.component.d.ts +61 -60
- package/lib/shell-components/components/export-import-configuration/export-configuration.component.d.ts.map +1 -0
- package/lib/shell-components/components/feed-time/feed-time-dialog.component.d.ts +34 -33
- package/lib/shell-components/components/feed-time/feed-time-dialog.component.d.ts.map +1 -0
- package/lib/shell-components/components/feed-time/feed-time.component.d.ts +28 -27
- package/lib/shell-components/components/feed-time/feed-time.component.d.ts.map +1 -0
- package/lib/shell-components/components/header-side/header-side.component.d.ts +221 -220
- package/lib/shell-components/components/header-side/header-side.component.d.ts.map +1 -0
- package/lib/shell-components/components/header-top/header-top.component.d.ts +41 -40
- package/lib/shell-components/components/header-top/header-top.component.d.ts.map +1 -0
- package/lib/shell-components/components/lives/lives-welcome-page.d.ts +15 -14
- package/lib/shell-components/components/lives/lives-welcome-page.d.ts.map +1 -0
- package/lib/shell-components/components/menu/menu.component.d.ts +221 -220
- package/lib/shell-components/components/menu/menu.component.d.ts.map +1 -0
- package/lib/shell-components/components/menu/searchTask.enum.d.ts +9 -8
- package/lib/shell-components/components/menu/searchTask.enum.d.ts.map +1 -0
- package/lib/shell-components/components/notifications/announcement-dialog.component.d.ts +28 -27
- package/lib/shell-components/components/notifications/announcement-dialog.component.d.ts.map +1 -0
- package/lib/shell-components/components/notifications/notifications.component.d.ts +54 -53
- package/lib/shell-components/components/notifications/notifications.component.d.ts.map +1 -0
- package/lib/shell-components/components/sidebar-top/sidebar-top.component.d.ts +11 -10
- package/lib/shell-components/components/sidebar-top/sidebar-top.component.d.ts.map +1 -0
- package/lib/shell-components/components/sidenav/side-bar.component.d.ts +24 -23
- package/lib/shell-components/components/sidenav/side-bar.component.d.ts.map +1 -0
- package/lib/shell-components/components/sidenav/sidenav.component.d.ts +18 -17
- package/lib/shell-components/components/sidenav/sidenav.component.d.ts.map +1 -0
- package/lib/shell-components/components/submit-feedback/submit-feedback.component.d.ts +26 -25
- package/lib/shell-components/components/submit-feedback/submit-feedback.component.d.ts.map +1 -0
- package/lib/shell-components/constants/api-urls.d.ts +1052 -1051
- package/lib/shell-components/constants/api-urls.d.ts.map +1 -0
- package/lib/shell-components/constants/available-languages.d.ts +8 -7
- package/lib/shell-components/constants/available-languages.d.ts.map +1 -0
- package/lib/shell-components/constants/channel-names.d.ts +38 -37
- package/lib/shell-components/constants/channel-names.d.ts.map +1 -0
- package/lib/shell-components/constants/menu-categories.d.ts +6 -5
- package/lib/shell-components/constants/menu-categories.d.ts.map +1 -0
- package/lib/shell-components/constants/notification-routes.d.ts +6 -5
- package/lib/shell-components/constants/notification-routes.d.ts.map +1 -0
- package/lib/shell-components/constants/notification-type-ids.d.ts +42 -41
- package/lib/shell-components/constants/notification-type-ids.d.ts.map +1 -0
- package/lib/shell-components/enum/recentSearchType.enum.d.ts +12 -11
- package/lib/shell-components/enum/recentSearchType.enum.d.ts.map +1 -0
- package/lib/shell-components/models/AppMenuItemModel.d.ts +13 -12
- package/lib/shell-components/models/AppMenuItemModel.d.ts.map +1 -0
- package/lib/shell-components/models/AppNotification.d.ts +13 -12
- package/lib/shell-components/models/AppNotification.d.ts.map +1 -0
- package/lib/shell-components/models/AssetAssignedNotificationModel.d.ts +11 -10
- package/lib/shell-components/models/AssetAssignedNotificationModel.d.ts.map +1 -0
- package/lib/shell-components/models/ChannelUpdateModel.d.ts +48 -47
- package/lib/shell-components/models/ChannelUpdateModel.d.ts.map +1 -0
- package/lib/shell-components/models/EmployeeStatusModel.d.ts +12 -11
- package/lib/shell-components/models/EmployeeStatusModel.d.ts.map +1 -0
- package/lib/shell-components/models/IAdjust-screen-options.d.ts +5 -4
- package/lib/shell-components/models/IAdjust-screen-options.d.ts.map +1 -0
- package/lib/shell-components/models/IBadge.d.ts +5 -4
- package/lib/shell-components/models/IBadge.d.ts.map +1 -0
- package/lib/shell-components/models/IChildItem.d.ts +8 -7
- package/lib/shell-components/models/IChildItem.d.ts.map +1 -0
- package/lib/shell-components/models/ILayout-change-options.d.ts +5 -4
- package/lib/shell-components/models/ILayout-change-options.d.ts.map +1 -0
- package/lib/shell-components/models/IMenuItem.d.ts +15 -14
- package/lib/shell-components/models/IMenuItem.d.ts.map +1 -0
- package/lib/shell-components/models/IlayoutConf.d.ts +11 -10
- package/lib/shell-components/models/IlayoutConf.d.ts.map +1 -0
- package/lib/shell-components/models/IntroModel.d.ts +4 -3
- package/lib/shell-components/models/IntroModel.d.ts.map +1 -0
- package/lib/shell-components/models/MessageDetails.d.ts +56 -55
- package/lib/shell-components/models/MessageDetails.d.ts.map +1 -0
- package/lib/shell-components/models/MessageTypingDetails.d.ts +10 -9
- package/lib/shell-components/models/MessageTypingDetails.d.ts.map +1 -0
- package/lib/shell-components/models/NewProjectCreatedNotificationModel.d.ts +9 -8
- package/lib/shell-components/models/NewProjectCreatedNotificationModel.d.ts.map +1 -0
- package/lib/shell-components/models/NewProjectFeatureNotificationModel.d.ts +9 -8
- package/lib/shell-components/models/NewProjectFeatureNotificationModel.d.ts.map +1 -0
- package/lib/shell-components/models/NotificationsOutPutModel.d.ts +42 -41
- package/lib/shell-components/models/NotificationsOutPutModel.d.ts.map +1 -0
- package/lib/shell-components/models/ProjectSearchCriteriaInputModel.d.ts +11 -10
- package/lib/shell-components/models/ProjectSearchCriteriaInputModel.d.ts.map +1 -0
- package/lib/shell-components/models/RecentSearchModel.d.ts +15 -14
- package/lib/shell-components/models/RecentSearchModel.d.ts.map +1 -0
- package/lib/shell-components/models/ReportConfigAssignedNotification.d.ts +10 -9
- package/lib/shell-components/models/ReportConfigAssignedNotification.d.ts.map +1 -0
- package/lib/shell-components/models/ReportSubmittedNotification.d.ts +11 -10
- package/lib/shell-components/models/ReportSubmittedNotification.d.ts.map +1 -0
- package/lib/shell-components/models/RoleUpdatedNotification.d.ts +8 -7
- package/lib/shell-components/models/RoleUpdatedNotification.d.ts.map +1 -0
- package/lib/shell-components/models/UserStoryAssignedNotification.d.ts +9 -8
- package/lib/shell-components/models/UserStoryAssignedNotification.d.ts.map +1 -0
- package/lib/shell-components/models/archiveUserStoryModel.d.ts +8 -7
- package/lib/shell-components/models/archiveUserStoryModel.d.ts.map +1 -0
- package/lib/shell-components/models/companieslist.model.d.ts +9 -8
- package/lib/shell-components/models/companieslist.model.d.ts.map +1 -0
- package/lib/shell-components/models/company-model.d.ts +32 -31
- package/lib/shell-components/models/company-model.d.ts.map +1 -0
- package/lib/shell-components/models/company-payment-model.d.ts +19 -18
- package/lib/shell-components/models/company-payment-model.d.ts.map +1 -0
- package/lib/shell-components/models/dragedWidget.d.ts +17 -16
- package/lib/shell-components/models/dragedWidget.d.ts.map +1 -0
- package/lib/shell-components/models/employee-List.d.ts +9 -8
- package/lib/shell-components/models/employee-List.d.ts.map +1 -0
- package/lib/shell-components/models/employee.d.ts +61 -60
- package/lib/shell-components/models/employee.d.ts.map +1 -0
- package/lib/shell-components/models/entityRoleFeature.d.ts +10 -9
- package/lib/shell-components/models/entityRoleFeature.d.ts.map +1 -0
- package/lib/shell-components/models/export-configuration-model.d.ts +9 -8
- package/lib/shell-components/models/export-configuration-model.d.ts.map +1 -0
- package/lib/shell-components/models/export-data.module.d.ts +7 -6
- package/lib/shell-components/models/export-data.module.d.ts.map +1 -0
- package/lib/shell-components/models/goalApprovedNotificationModel.d.ts +9 -8
- package/lib/shell-components/models/goalApprovedNotificationModel.d.ts.map +1 -0
- package/lib/shell-components/models/import-configuration-model.d.ts +4 -3
- package/lib/shell-components/models/import-configuration-model.d.ts.map +1 -0
- package/lib/shell-components/models/initialStatusofUsers.d.ts +6 -5
- package/lib/shell-components/models/initialStatusofUsers.d.ts.map +1 -0
- package/lib/shell-components/models/invoiceOutput-model.d.ts +10 -9
- package/lib/shell-components/models/invoiceOutput-model.d.ts.map +1 -0
- package/lib/shell-components/models/leaveApplicationNotifiction.d.ts +8 -7
- package/lib/shell-components/models/leaveApplicationNotifiction.d.ts.map +1 -0
- package/lib/shell-components/models/multiChartsScheduling.d.ts +10 -9
- package/lib/shell-components/models/multiChartsScheduling.d.ts.map +1 -0
- package/lib/shell-components/models/parkUserStoryInputModel.d.ts +8 -7
- package/lib/shell-components/models/parkUserStoryInputModel.d.ts.map +1 -0
- package/lib/shell-components/models/project.d.ts +29 -28
- package/lib/shell-components/models/project.d.ts.map +1 -0
- package/lib/shell-components/models/recentSearchApiModel.d.ts +7 -6
- package/lib/shell-components/models/recentSearchApiModel.d.ts.map +1 -0
- package/lib/shell-components/models/searchCriteriaInputModelBase.d.ts +11 -10
- package/lib/shell-components/models/searchCriteriaInputModelBase.d.ts.map +1 -0
- package/lib/shell-components/models/shellModulesInfo.d.ts +17 -16
- package/lib/shell-components/models/shellModulesInfo.d.ts.map +1 -0
- package/lib/shell-components/models/softlabels-model.d.ts +67 -66
- package/lib/shell-components/models/softlabels-model.d.ts.map +1 -0
- package/lib/shell-components/models/sprintReplanRequestedModel.d.ts +8 -7
- package/lib/shell-components/models/sprintReplanRequestedModel.d.ts.map +1 -0
- package/lib/shell-components/models/sprintStartedNotificationModel.d.ts +8 -7
- package/lib/shell-components/models/sprintStartedNotificationModel.d.ts.map +1 -0
- package/lib/shell-components/models/store-model.d.ts +14 -13
- package/lib/shell-components/models/store-model.d.ts.map +1 -0
- package/lib/shell-components/models/store-search-model.d.ts +8 -7
- package/lib/shell-components/models/store-search-model.d.ts.map +1 -0
- package/lib/shell-components/models/themes.model.d.ts +10 -9
- package/lib/shell-components/models/themes.model.d.ts.map +1 -0
- package/lib/shell-components/models/timesheetenabledisable.d.ts +17 -16
- package/lib/shell-components/models/timesheetenabledisable.d.ts.map +1 -0
- package/lib/shell-components/models/user.d.ts +41 -40
- package/lib/shell-components/models/user.d.ts.map +1 -0
- package/lib/shell-components/models/userStory.d.ts +189 -188
- package/lib/shell-components/models/userStory.d.ts.map +1 -0
- package/lib/shell-components/models/userStoryCommentNotificationModel.d.ts +7 -6
- package/lib/shell-components/models/userStoryCommentNotificationModel.d.ts.map +1 -0
- package/lib/shell-components/models/userStoryUpdateNotificationModel.d.ts +7 -6
- package/lib/shell-components/models/userStoryUpdateNotificationModel.d.ts.map +1 -0
- package/lib/shell-components/models/userstory-custom-fields.model.d.ts +7 -6
- package/lib/shell-components/models/userstory-custom-fields.model.d.ts.map +1 -0
- package/lib/shell-components/models/validation.model.d.ts +6 -5
- package/lib/shell-components/models/validation.model.d.ts.map +1 -0
- package/lib/shell-components/models/widgetlist.d.ts +29 -28
- package/lib/shell-components/models/widgetlist.d.ts.map +1 -0
- package/lib/shell-components/models/workspaceList.d.ts +20 -19
- package/lib/shell-components/models/workspaceList.d.ts.map +1 -0
- package/lib/shell-components/services/authentication.service.d.ts +19 -18
- package/lib/shell-components/services/authentication.service.d.ts.map +1 -0
- package/lib/shell-components/services/chat.service.d.ts +17 -16
- package/lib/shell-components/services/chat.service.d.ts.map +1 -0
- package/lib/shell-components/services/common-used.service.d.ts +46 -45
- package/lib/shell-components/services/common-used.service.d.ts.map +1 -0
- package/lib/shell-components/services/feature.service.d.ts +20 -19
- package/lib/shell-components/services/feature.service.d.ts.map +1 -0
- package/lib/shell-components/services/google-analytics.service.d.ts +10 -9
- package/lib/shell-components/services/google-analytics.service.d.ts.map +1 -0
- package/lib/shell-components/services/layout.service.d.ts +24 -23
- package/lib/shell-components/services/layout.service.d.ts.map +1 -0
- package/lib/shell-components/services/payment.service.d.ts +20 -19
- package/lib/shell-components/services/payment.service.d.ts.map +1 -0
- package/lib/shell-components/services/recentSearch.service.d.ts +17 -16
- package/lib/shell-components/services/recentSearch.service.d.ts.map +1 -0
- package/lib/shell-components/services/shell.modules.service.d.ts +10 -9
- package/lib/shell-components/services/shell.modules.service.d.ts.map +1 -0
- package/lib/shell-components/services/signalr.service.d.ts +26 -25
- package/lib/shell-components/services/signalr.service.d.ts.map +1 -0
- package/lib/shell-components/services/theme.service.d.ts +15 -14
- package/lib/shell-components/services/theme.service.d.ts.map +1 -0
- package/lib/shell-components/shell.module.d.ts +120 -119
- package/lib/shell-components/shell.module.d.ts.map +1 -0
- package/lib/shell-components/shell.routing.d.ts +3 -2
- package/lib/shell-components/shell.routing.d.ts.map +1 -0
- package/lib/shell-components/store/actions/authentication.actions.d.ts +328 -327
- package/lib/shell-components/store/actions/authentication.actions.d.ts.map +1 -0
- package/lib/shell-components/store/actions/chat.actions.d.ts +400 -399
- package/lib/shell-components/store/actions/chat.actions.d.ts.map +1 -0
- package/lib/shell-components/store/actions/menuitems.actions.d.ts +52 -51
- package/lib/shell-components/store/actions/menuitems.actions.d.ts.map +1 -0
- package/lib/shell-components/store/actions/notification-validator.action.d.ts +26 -25
- package/lib/shell-components/store/actions/notification-validator.action.d.ts.map +1 -0
- package/lib/shell-components/store/actions/notifications.actions.d.ts +117 -116
- package/lib/shell-components/store/actions/notifications.actions.d.ts.map +1 -0
- package/lib/shell-components/store/effects/authentication.effects.d.ts +55 -54
- package/lib/shell-components/store/effects/authentication.effects.d.ts.map +1 -0
- package/lib/shell-components/store/effects/chat.effects.d.ts +31 -30
- package/lib/shell-components/store/effects/chat.effects.d.ts.map +1 -0
- package/lib/shell-components/store/effects/index.d.ts +2 -1
- package/lib/shell-components/store/effects/index.d.ts.map +1 -0
- package/lib/shell-components/store/effects/menuitems.effects.d.ts +18 -17
- package/lib/shell-components/store/effects/menuitems.effects.d.ts.map +1 -0
- package/lib/shell-components/store/effects/notification-validator.effects.d.ts +22 -21
- package/lib/shell-components/store/effects/notification-validator.effects.d.ts.map +1 -0
- package/lib/shell-components/store/effects/notifications.effects.d.ts +24 -23
- package/lib/shell-components/store/effects/notifications.effects.d.ts.map +1 -0
- package/lib/shell-components/store/reducers/authentication.reducers.d.ts +31 -30
- package/lib/shell-components/store/reducers/authentication.reducers.d.ts.map +1 -0
- package/lib/shell-components/store/reducers/chat.reducers.d.ts +18 -17
- package/lib/shell-components/store/reducers/chat.reducers.d.ts.map +1 -0
- package/lib/shell-components/store/reducers/index.d.ts +60 -59
- package/lib/shell-components/store/reducers/index.d.ts.map +1 -0
- package/lib/shell-components/store/reducers/menuitems.reducers.d.ts +12 -11
- package/lib/shell-components/store/reducers/menuitems.reducers.d.ts.map +1 -0
- package/lib/shell-components/store/reducers/notification-validator.reducers.d.ts +6 -5
- package/lib/shell-components/store/reducers/notification-validator.reducers.d.ts.map +1 -0
- package/lib/shell-components/store/reducers/notifications.reducers.d.ts +11 -10
- package/lib/shell-components/store/reducers/notifications.reducers.d.ts.map +1 -0
- package/package.json +5 -2
- package/public-api.d.ts +83 -82
- package/public-api.d.ts.map +1 -0
- package/store/reducers/index.d.ts +25 -24
- package/store/reducers/index.d.ts.map +1 -0
- package/thetradeengineorg1-snova-shell-module.d.ts +6 -5
- package/thetradeengineorg1-snova-shell-module.d.ts.map +1 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"feature-ids.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/globaldependencies/constants/feature-ids.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,37 +1,38 @@
|
|
|
1
|
-
export declare const LocalStorageProperties: {
|
|
2
|
-
CurrentUserId: string;
|
|
3
|
-
CurrentUser: string;
|
|
4
|
-
CurrentCulture: string;
|
|
5
|
-
CompanyId: string;
|
|
6
|
-
CompanyName: string;
|
|
7
|
-
CompanyMainLogo: string;
|
|
8
|
-
CompanyMiniLogo: string;
|
|
9
|
-
DefaultDashboard: string;
|
|
10
|
-
CompanyDetails: string;
|
|
11
|
-
CompanySettings: string;
|
|
12
|
-
FromLogIn: string;
|
|
13
|
-
CompanyTheme: string;
|
|
14
|
-
SearchClick: string;
|
|
15
|
-
RoleFeatures: string;
|
|
16
|
-
UserRoleFeatures: string;
|
|
17
|
-
EntityRoleFeatures: string;
|
|
18
|
-
SoftLabels: string;
|
|
19
|
-
RecentSearches: string;
|
|
20
|
-
Dashboards: string;
|
|
21
|
-
ExpensesFileCount: string;
|
|
22
|
-
UserModel: string;
|
|
23
|
-
Environment: string;
|
|
24
|
-
AddOrEditCustomAppIsRequired: string;
|
|
25
|
-
LoadFavouriteWidgets: string;
|
|
26
|
-
LoadRecentSearches: string;
|
|
27
|
-
MenuItems: string;
|
|
28
|
-
FavouriteWidgets: string;
|
|
29
|
-
UserReferenceId: string;
|
|
30
|
-
UserLoggedInCount: string;
|
|
31
|
-
DisplayWelComeNote: string;
|
|
32
|
-
RedirectionUrl: string;
|
|
33
|
-
SideBarMenuItems: string;
|
|
34
|
-
ChatId: string;
|
|
35
|
-
IntroModules: string;
|
|
36
|
-
EnableTeamDashboard: string;
|
|
37
|
-
};
|
|
1
|
+
export declare const LocalStorageProperties: {
|
|
2
|
+
CurrentUserId: string;
|
|
3
|
+
CurrentUser: string;
|
|
4
|
+
CurrentCulture: string;
|
|
5
|
+
CompanyId: string;
|
|
6
|
+
CompanyName: string;
|
|
7
|
+
CompanyMainLogo: string;
|
|
8
|
+
CompanyMiniLogo: string;
|
|
9
|
+
DefaultDashboard: string;
|
|
10
|
+
CompanyDetails: string;
|
|
11
|
+
CompanySettings: string;
|
|
12
|
+
FromLogIn: string;
|
|
13
|
+
CompanyTheme: string;
|
|
14
|
+
SearchClick: string;
|
|
15
|
+
RoleFeatures: string;
|
|
16
|
+
UserRoleFeatures: string;
|
|
17
|
+
EntityRoleFeatures: string;
|
|
18
|
+
SoftLabels: string;
|
|
19
|
+
RecentSearches: string;
|
|
20
|
+
Dashboards: string;
|
|
21
|
+
ExpensesFileCount: string;
|
|
22
|
+
UserModel: string;
|
|
23
|
+
Environment: string;
|
|
24
|
+
AddOrEditCustomAppIsRequired: string;
|
|
25
|
+
LoadFavouriteWidgets: string;
|
|
26
|
+
LoadRecentSearches: string;
|
|
27
|
+
MenuItems: string;
|
|
28
|
+
FavouriteWidgets: string;
|
|
29
|
+
UserReferenceId: string;
|
|
30
|
+
UserLoggedInCount: string;
|
|
31
|
+
DisplayWelComeNote: string;
|
|
32
|
+
RedirectionUrl: string;
|
|
33
|
+
SideBarMenuItems: string;
|
|
34
|
+
ChatId: string;
|
|
35
|
+
IntroModules: string;
|
|
36
|
+
EnableTeamDashboard: string;
|
|
37
|
+
};
|
|
38
|
+
//# sourceMappingURL=localstorage-properties.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"localstorage-properties.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/globaldependencies/constants/localstorage-properties.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoClC,CAAA"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
export declare function removeClass(el: any, className: any): void;
|
|
2
|
-
export declare function addClass(el: any, className: any): void;
|
|
3
|
-
export declare function findClosest(el: any, className: any): any;
|
|
4
|
-
export declare function hasClass(el: any, className: any): boolean;
|
|
5
|
-
export declare function toggleClass(el: any, className: any): void;
|
|
6
|
-
export declare function changeTheme(themes: any[], themeName: string): void;
|
|
7
|
-
export declare function ieChatjsFix(): void;
|
|
1
|
+
export declare function removeClass(el: any, className: any): void;
|
|
2
|
+
export declare function addClass(el: any, className: any): void;
|
|
3
|
+
export declare function findClosest(el: any, className: any): any;
|
|
4
|
+
export declare function hasClass(el: any, className: any): boolean;
|
|
5
|
+
export declare function toggleClass(el: any, className: any): void;
|
|
6
|
+
export declare function changeTheme(themes: any[], themeName: string): void;
|
|
7
|
+
export declare function ieChatjsFix(): void;
|
|
8
|
+
//# sourceMappingURL=dom.helper.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dom.helper.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/globaldependencies/helpers/dom.helper.ts"],"names":[],"mappings":"AAAA,wBAAgB,WAAW,CAAC,EAAE,KAAA,EAAE,SAAS,KAAA,QAUxC;AACD,wBAAgB,QAAQ,CAAC,EAAE,KAAA,EAAE,SAAS,KAAA,QAcrC;AACD,wBAAgB,WAAW,CAAC,EAAE,KAAA,EAAE,SAAS,KAAA,OAUxC;AACD,wBAAgB,QAAQ,CAAC,EAAE,KAAA,EAAE,SAAS,KAAA,WAIrC;AACD,wBAAgB,WAAW,CAAC,EAAE,KAAA,EAAE,SAAS,KAAA,QAQxC;AACD,wBAAgB,WAAW,CAAC,MAAM,EAAE,GAAG,EAAE,EAAE,SAAS,EAAE,MAAM,QAK3D;AACD,wBAAgB,WAAW,SAO1B"}
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|
|
2
|
+
//# sourceMappingURL=fontawesome-icons.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fontawesome-icons.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/globaldependencies/helpers/fontawesome-icons.ts"],"names":[],"mappings":""}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
import { MomentDateAdapter } from '@angular/material-moment-adapter';
|
|
2
|
-
import { Moment } from 'moment';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class MomentUtcDateAdapter extends MomentDateAdapter {
|
|
5
|
-
constructor(dateLocale: string);
|
|
6
|
-
createDate(year: number, month: number, date: number): Moment;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MomentUtcDateAdapter, [{ optional: true; }]>;
|
|
8
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<MomentUtcDateAdapter>;
|
|
9
|
-
}
|
|
1
|
+
import { MomentDateAdapter } from '@angular/material-moment-adapter';
|
|
2
|
+
import { Moment } from 'moment';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class MomentUtcDateAdapter extends MomentDateAdapter {
|
|
5
|
+
constructor(dateLocale: string);
|
|
6
|
+
createDate(year: number, month: number, date: number): Moment;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MomentUtcDateAdapter, [{ optional: true; }]>;
|
|
8
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<MomentUtcDateAdapter>;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=moment-utc-date-adapter.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"moment-utc-date-adapter.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/globaldependencies/helpers/moment-utc-date-adapter.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AACrE,OAAO,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;;AAGhC,qBACa,oBAAqB,SAAQ,iBAAiB;gBAER,UAAU,EAAE,MAAM;IAInE,UAAU,CAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,GAAG,MAAM;yCANlD,oBAAoB;6CAApB,oBAAoB;CA0BhC"}
|
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
import { ClassProvider, FactoryProvider, InjectionToken } from "@angular/core";
|
|
2
|
-
export declare const WINDOW: InjectionToken<unknown>;
|
|
3
|
-
export declare function _window(): any;
|
|
4
|
-
export declare abstract class WindowRef {
|
|
5
|
-
get nativeWindow(): Window;
|
|
6
|
-
}
|
|
7
|
-
export declare class BrowserWindowRef extends WindowRef {
|
|
8
|
-
constructor();
|
|
9
|
-
get nativeWindow(): Window;
|
|
10
|
-
}
|
|
11
|
-
export declare const windowProvider: FactoryProvider;
|
|
12
|
-
export declare const WINDOW_PROVIDERS: (ClassProvider | FactoryProvider)[];
|
|
1
|
+
import { ClassProvider, FactoryProvider, InjectionToken } from "@angular/core";
|
|
2
|
+
export declare const WINDOW: InjectionToken<unknown>;
|
|
3
|
+
export declare function _window(): any;
|
|
4
|
+
export declare abstract class WindowRef {
|
|
5
|
+
get nativeWindow(): Window;
|
|
6
|
+
}
|
|
7
|
+
export declare class BrowserWindowRef extends WindowRef {
|
|
8
|
+
constructor();
|
|
9
|
+
get nativeWindow(): Window;
|
|
10
|
+
}
|
|
11
|
+
export declare const windowProvider: FactoryProvider;
|
|
12
|
+
export declare const WINDOW_PROVIDERS: (ClassProvider | FactoryProvider)[];
|
|
13
|
+
//# sourceMappingURL=window.helper.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"window.helper.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/globaldependencies/helpers/window.helper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAE/E,eAAO,MAAM,MAAM,yBAAoC,CAAC;AAExD,wBAAgB,OAAO,IAAI,GAAG,CAE7B;AAED,8BAAsB,SAAS;IAC7B,IAAI,YAAY,IAAI,MAAM,CAEzB;CACF;AACD,qBAAa,gBAAiB,SAAQ,SAAS;;IAI7C,IAAI,YAAY,IAAI,MAAM,CAEzB;CACF;AAKD,eAAO,MAAM,cAAc,EAAE,eAI5B,CAAC;AACF,eAAO,MAAM,gBAAgB,qCAG5B,CAAC"}
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
import { HttpRequest, HttpHandler, HttpEvent, HttpInterceptor } from '@angular/common/http';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { CookieService } from 'ngx-cookie-service';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class JwtInterceptor implements HttpInterceptor {
|
|
6
|
-
private cookieService;
|
|
7
|
-
constructor(cookieService: CookieService);
|
|
8
|
-
intercept(request: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<JwtInterceptor, never>;
|
|
10
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<JwtInterceptor>;
|
|
11
|
-
}
|
|
1
|
+
import { HttpRequest, HttpHandler, HttpEvent, HttpInterceptor } from '@angular/common/http';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import { CookieService } from 'ngx-cookie-service';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class JwtInterceptor implements HttpInterceptor {
|
|
6
|
+
private cookieService;
|
|
7
|
+
constructor(cookieService: CookieService);
|
|
8
|
+
intercept(request: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<JwtInterceptor, never>;
|
|
10
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<JwtInterceptor>;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=jwt.interceptor.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"jwt.interceptor.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/globaldependencies/intercepter/jwt.interceptor.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,WAAW,EAAE,SAAS,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAC5F,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAElC,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;;AAGnD,qBAEa,cAAe,YAAW,eAAe;IACtC,OAAO,CAAC,aAAa;gBAAb,aAAa,EAAE,aAAa;IAEhD,SAAS,CAAC,OAAO,EAAE,WAAW,CAAC,GAAG,CAAC,EAAE,IAAI,EAAE,WAAW,GAAG,UAAU,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC;yCAH1E,cAAc;6CAAd,cAAc;CA+B1B"}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { PipeTransform } from "@angular/core";
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class FetchSizedAndCachedImagePipe implements PipeTransform {
|
|
4
|
-
transform(imageFullPath: string, width: string, height: string): string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FetchSizedAndCachedImagePipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<FetchSizedAndCachedImagePipe, "fetchSizedAndCachedImage">;
|
|
7
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<FetchSizedAndCachedImagePipe>;
|
|
8
|
-
}
|
|
1
|
+
import { PipeTransform } from "@angular/core";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class FetchSizedAndCachedImagePipe implements PipeTransform {
|
|
4
|
+
transform(imageFullPath: string, width: string, height: string): string;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FetchSizedAndCachedImagePipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<FetchSizedAndCachedImagePipe, "fetchSizedAndCachedImage">;
|
|
7
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<FetchSizedAndCachedImagePipe>;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=fetchSizedAndCachedImage.pipe.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fetchSizedAndCachedImage.pipe.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/globaldependencies/pipes/fetchSizedAndCachedImage.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAc,MAAM,eAAe,CAAC;;AAGhE,qBAIa,4BAA6B,YAAW,aAAa;IAChE,SAAS,CAAC,aAAa,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,MAAM;yCAD5D,4BAA4B;uCAA5B,4BAA4B;6CAA5B,4BAA4B;CAwBxC"}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class HighLightTextPipe implements PipeTransform {
|
|
4
|
-
transform(value: string, searchText: string): string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<HighLightTextPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<HighLightTextPipe, "highLightText">;
|
|
7
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<HighLightTextPipe>;
|
|
8
|
-
}
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class HighLightTextPipe implements PipeTransform {
|
|
4
|
+
transform(value: string, searchText: string): string;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HighLightTextPipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<HighLightTextPipe, "highLightText">;
|
|
7
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<HighLightTextPipe>;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=highLightText.pipe.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"highLightText.pipe.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/globaldependencies/pipes/highLightText.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAc,MAAM,eAAe,CAAC;;AAEhE,qBAMa,iBAAkB,YAAW,aAAa;IACrD,SAAS,CAAC,KAAK,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,GAAG,MAAM;yCADzC,iBAAiB;uCAAjB,iBAAiB;6CAAjB,iBAAiB;CAS7B"}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import { NotificationModel } from '../../shell-components/models/NotificationsOutPutModel';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class OrderByPipe implements PipeTransform {
|
|
5
|
-
transform(notifications: NotificationModel[]): any[];
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<OrderByPipe, never>;
|
|
7
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<OrderByPipe, "orderBy">;
|
|
8
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<OrderByPipe>;
|
|
9
|
-
}
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import { NotificationModel } from '../../shell-components/models/NotificationsOutPutModel';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class OrderByPipe implements PipeTransform {
|
|
5
|
+
transform(notifications: NotificationModel[]): any[];
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OrderByPipe, never>;
|
|
7
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<OrderByPipe, "orderBy">;
|
|
8
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<OrderByPipe>;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=orderby-pipe.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"orderby-pipe.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/globaldependencies/pipes/orderby-pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAc,MAAM,eAAe,CAAC;AAEhE,OAAO,EAAE,iBAAiB,EAAE,MAAM,wDAAwD,CAAC;;AAE3F,qBAIa,WAAY,YAAW,aAAa;IAE7C,SAAS,CAAC,aAAa,EAAE,iBAAiB,EAAE,GAAG,GAAG,EAAE;yCAF3C,WAAW;uCAAX,WAAW;6CAAX,WAAW;CAWvB"}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { PipeTransform } from "@angular/core";
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class RemoveSpecialCharactersPipe implements PipeTransform {
|
|
4
|
-
transform(sourceText: string): string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RemoveSpecialCharactersPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<RemoveSpecialCharactersPipe, "removeSpecialCharacters">;
|
|
7
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<RemoveSpecialCharactersPipe>;
|
|
8
|
-
}
|
|
1
|
+
import { PipeTransform } from "@angular/core";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class RemoveSpecialCharactersPipe implements PipeTransform {
|
|
4
|
+
transform(sourceText: string): string;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RemoveSpecialCharactersPipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<RemoveSpecialCharactersPipe, "removeSpecialCharacters">;
|
|
7
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<RemoveSpecialCharactersPipe>;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=removeSpecialCharacters.pipe.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"removeSpecialCharacters.pipe.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/globaldependencies/pipes/removeSpecialCharacters.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAc,MAAM,eAAe,CAAC;;AAEhE,qBAIa,2BAA4B,YAAW,aAAa;IAC/D,SAAS,CAAC,UAAU,EAAE,MAAM,GAAG,MAAM;yCAD1B,2BAA2B;uCAA3B,2BAA2B;6CAA3B,2BAA2B;CAQvC"}
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
import { PipeTransform } from "@angular/core";
|
|
2
|
-
import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class SanitizeHtmlPipe implements PipeTransform {
|
|
5
|
-
private _sanitizer;
|
|
6
|
-
constructor(_sanitizer: DomSanitizer);
|
|
7
|
-
transform(v: string): SafeHtml;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SanitizeHtmlPipe, never>;
|
|
9
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<SanitizeHtmlPipe, "sanitizeHtml">;
|
|
10
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<SanitizeHtmlPipe>;
|
|
11
|
-
}
|
|
1
|
+
import { PipeTransform } from "@angular/core";
|
|
2
|
+
import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class SanitizeHtmlPipe implements PipeTransform {
|
|
5
|
+
private _sanitizer;
|
|
6
|
+
constructor(_sanitizer: DomSanitizer);
|
|
7
|
+
transform(v: string): SafeHtml;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SanitizeHtmlPipe, never>;
|
|
9
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<SanitizeHtmlPipe, "sanitizeHtml">;
|
|
10
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<SanitizeHtmlPipe>;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=sanitize.pipe.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sanitize.pipe.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/globaldependencies/pipes/sanitize.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAc,MAAM,eAAe,CAAC;AAChE,OAAO,EAAE,YAAY,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAC;;AAEnE,qBAMa,gBAAiB,YAAW,aAAa;IAEtC,OAAO,CAAC,UAAU;gBAAV,UAAU,EAAE,YAAY;IAG5C,SAAS,CAAC,CAAC,EAAE,MAAM,GAAG,QAAQ;yCALrB,gBAAgB;uCAAhB,gBAAgB;6CAAhB,gBAAgB;CAQ5B"}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { PipeTransform } from "@angular/core";
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class SoftLabelPipe implements PipeTransform {
|
|
4
|
-
transform(searchText: string, softLabels: any[]): string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SoftLabelPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<SoftLabelPipe, "softLabelsPipe">;
|
|
7
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<SoftLabelPipe>;
|
|
8
|
-
}
|
|
1
|
+
import { PipeTransform } from "@angular/core";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class SoftLabelPipe implements PipeTransform {
|
|
4
|
+
transform(searchText: string, softLabels: any[]): string;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SoftLabelPipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<SoftLabelPipe, "softLabelsPipe">;
|
|
7
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<SoftLabelPipe>;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=softlabels.pipes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"softlabels.pipes.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/globaldependencies/pipes/softlabels.pipes.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,aAAa,EAAE,MAAM,eAAe,CAAC;;AAEhE,qBAIa,aAAc,YAAW,aAAa;IACjD,SAAS,CAAC,UAAU,EAAE,MAAM,EAAE,UAAU,EAAE,GAAG,EAAE,GAAG,MAAM;yCAD7C,aAAa;uCAAb,aAAa;6CAAb,aAAa;CA8UzB"}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class UtcToLocalTimePipe implements PipeTransform {
|
|
4
|
-
transform(utcDate: any): string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<UtcToLocalTimePipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<UtcToLocalTimePipe, "utcToLocalTime">;
|
|
7
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<UtcToLocalTimePipe>;
|
|
8
|
-
}
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class UtcToLocalTimePipe implements PipeTransform {
|
|
4
|
+
transform(utcDate: any): string;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UtcToLocalTimePipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<UtcToLocalTimePipe, "utcToLocalTime">;
|
|
7
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<UtcToLocalTimePipe>;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=utctolocaltime.pipe.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utctolocaltime.pipe.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/globaldependencies/pipes/utctolocaltime.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAc,MAAM,eAAe,CAAC;;AAGhE,qBAIa,kBAAmB,YAAW,aAAa;IACpD,SAAS,CAAC,OAAO,EAAE,GAAG,GAAG,MAAM;yCADtB,kBAAkB;uCAAlB,kBAAkB;6CAAlB,kBAAkB;CAS9B"}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class UtcToLocalTimeWithDatePipe implements PipeTransform {
|
|
4
|
-
transform(utcDate: string): string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<UtcToLocalTimeWithDatePipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<UtcToLocalTimeWithDatePipe, "utcToLocalTimeWithDate">;
|
|
7
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<UtcToLocalTimeWithDatePipe>;
|
|
8
|
-
}
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class UtcToLocalTimeWithDatePipe implements PipeTransform {
|
|
4
|
+
transform(utcDate: string): string;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UtcToLocalTimeWithDatePipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<UtcToLocalTimeWithDatePipe, "utcToLocalTimeWithDate">;
|
|
7
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<UtcToLocalTimeWithDatePipe>;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=utctolocaltimewithdate.pipe.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utctolocaltimewithdate.pipe.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/globaldependencies/pipes/utctolocaltimewithdate.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAc,MAAM,eAAe,CAAC;;AAGhE,qBAIa,0BAA2B,YAAW,aAAa;IAC5D,SAAS,CAAC,OAAO,EAAE,MAAM,GAAG,MAAM;yCADzB,0BAA0B;uCAA1B,0BAA0B;6CAA1B,0BAA0B;CAWtC"}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { PipeTransform } from "@angular/core";
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class WorkflowStatusFilterPipe implements PipeTransform {
|
|
4
|
-
transform(workflowStatus: any[], field: string, workflowStatusId: string): any[];
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<WorkflowStatusFilterPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<WorkflowStatusFilterPipe, "workflowStatusFilter">;
|
|
7
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<WorkflowStatusFilterPipe>;
|
|
8
|
-
}
|
|
1
|
+
import { PipeTransform } from "@angular/core";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class WorkflowStatusFilterPipe implements PipeTransform {
|
|
4
|
+
transform(workflowStatus: any[], field: string, workflowStatusId: string): any[];
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<WorkflowStatusFilterPipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<WorkflowStatusFilterPipe, "workflowStatusFilter">;
|
|
7
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<WorkflowStatusFilterPipe>;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=workflowstatus.pipes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"workflowstatus.pipes.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/globaldependencies/pipes/workflowstatus.pipes.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,aAAa,EAAE,MAAM,eAAe,CAAC;;AAGhE,qBAIa,wBAAyB,YAAW,aAAa;IAC5D,SAAS,CAAC,cAAc,EAAE,GAAG,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE,gBAAgB,EAAE,MAAM,GAAG,GAAG,EAAE;yCADrE,wBAAwB;uCAAxB,wBAAwB;6CAAxB,wBAAwB;CAgBpC"}
|
|
@@ -1,14 +1,15 @@
|
|
|
1
|
-
import { OnInit } from "@angular/core";
|
|
2
|
-
import { MatTabChangeEvent } from "@angular/material/tabs";
|
|
3
|
-
import '../../../globaldependencies/helpers/fontawesome-icons';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class AccountAndBillingComponent implements OnInit {
|
|
6
|
-
data: any;
|
|
7
|
-
selectedTab: string;
|
|
8
|
-
selectedTabIndex: number;
|
|
9
|
-
constructor(data: any);
|
|
10
|
-
ngOnInit(): void;
|
|
11
|
-
onTabClick(event: MatTabChangeEvent): void;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AccountAndBillingComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AccountAndBillingComponent, "app-account.component", never, {}, {}, never, never>;
|
|
14
|
-
}
|
|
1
|
+
import { OnInit } from "@angular/core";
|
|
2
|
+
import { MatTabChangeEvent } from "@angular/material/tabs";
|
|
3
|
+
import '../../../globaldependencies/helpers/fontawesome-icons';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class AccountAndBillingComponent implements OnInit {
|
|
6
|
+
data: any;
|
|
7
|
+
selectedTab: string;
|
|
8
|
+
selectedTabIndex: number;
|
|
9
|
+
constructor(data: any);
|
|
10
|
+
ngOnInit(): void;
|
|
11
|
+
onTabClick(event: MatTabChangeEvent): void;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AccountAndBillingComponent, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AccountAndBillingComponent, "app-account.component", never, {}, {}, never, never>;
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=account.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"account.component.d.ts","sourceRoot":"","sources":["../../../../../../shell-module-components/shell-components/src/lib/shell-components/components/Payments/account.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAqB,MAAM,eAAe,CAAC;AAGrE,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,uDAAuD,CAAC;;AAE/D,qBAKa,0BAA2B,YAAW,MAAM;IAKX,IAAI,EAAE,GAAG;IAFrD,WAAW,EAAE,MAAM,CAAC;IACpB,gBAAgB,EAAE,MAAM,CAAC;gBACmB,IAAI,EAAE,GAAG;IAIrD,QAAQ;IAMR,UAAU,CAAC,KAAK,EAAE,iBAAiB;yCAfxB,0BAA0B;2CAA1B,0BAA0B;CAkCtC"}
|
|
@@ -1,62 +1,63 @@
|
|
|
1
|
-
import { OnInit, ChangeDetectorRef } from "@angular/core";
|
|
2
|
-
import { CookieService } from 'ngx-cookie-service';
|
|
3
|
-
import { ToastrService } from 'ngx-toastr';
|
|
4
|
-
import '../../../globaldependencies/helpers/fontawesome-icons';
|
|
5
|
-
import { CommonService } from '../../services/common-used.service';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class CompanyInformationComponent implements OnInit {
|
|
8
|
-
data: any;
|
|
9
|
-
private cdRef;
|
|
10
|
-
private cookieService;
|
|
11
|
-
private commonService;
|
|
12
|
-
private toastr;
|
|
13
|
-
selectedTab: string;
|
|
14
|
-
selectedTabIndex: number;
|
|
15
|
-
companyDetails: any;
|
|
16
|
-
companyId: any;
|
|
17
|
-
company: any;
|
|
18
|
-
isAnyOperationIsInprogress: boolean;
|
|
19
|
-
isFromRoute: boolean;
|
|
20
|
-
isCompanyname: boolean;
|
|
21
|
-
isVat: boolean;
|
|
22
|
-
isPrimaryAdd: boolean;
|
|
23
|
-
vat: any;
|
|
24
|
-
primaryAdd: string;
|
|
25
|
-
companyName: string;
|
|
26
|
-
editVat: boolean;
|
|
27
|
-
show: boolean;
|
|
28
|
-
validationMsg: string;
|
|
29
|
-
showErorr: boolean;
|
|
30
|
-
isEditAddress: boolean;
|
|
31
|
-
primaryCompanyAddress: any;
|
|
32
|
-
exportDataLoading: boolean;
|
|
33
|
-
isProgress: boolean;
|
|
34
|
-
isCompanyEdit: boolean;
|
|
35
|
-
isCompanyAddEdit: boolean;
|
|
36
|
-
isCompanyVatEdit: boolean;
|
|
37
|
-
idFromEdit: boolean;
|
|
38
|
-
isFromEdit: boolean;
|
|
39
|
-
isvatFromEdit: boolean;
|
|
40
|
-
constructor(data: any, cdRef: ChangeDetectorRef, cookieService: CookieService, commonService: CommonService, toastr: ToastrService);
|
|
41
|
-
ngOnInit(): void;
|
|
42
|
-
getCompanyById(): void;
|
|
43
|
-
getCompany(): void;
|
|
44
|
-
getCompanyAdd(): void;
|
|
45
|
-
getCompanyVat(): void;
|
|
46
|
-
addvat(): void;
|
|
47
|
-
Editvat(): void;
|
|
48
|
-
cancelCompanyVat(): void;
|
|
49
|
-
Save(): void;
|
|
50
|
-
Savevat(): void;
|
|
51
|
-
Saveadd(): void;
|
|
52
|
-
cancelCompany(): void;
|
|
53
|
-
addAddress(): void;
|
|
54
|
-
editAddress(): void;
|
|
55
|
-
cancel(): void;
|
|
56
|
-
cancelCompanyadd(): void;
|
|
57
|
-
editCompany(): void;
|
|
58
|
-
companynameclick(): void;
|
|
59
|
-
mouseover(event: any): void;
|
|
60
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CompanyInformationComponent, never>;
|
|
61
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CompanyInformationComponent, "app-company-information-component", never, {}, {}, never, never>;
|
|
62
|
-
}
|
|
1
|
+
import { OnInit, ChangeDetectorRef } from "@angular/core";
|
|
2
|
+
import { CookieService } from 'ngx-cookie-service';
|
|
3
|
+
import { ToastrService } from 'ngx-toastr';
|
|
4
|
+
import '../../../globaldependencies/helpers/fontawesome-icons';
|
|
5
|
+
import { CommonService } from '../../services/common-used.service';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class CompanyInformationComponent implements OnInit {
|
|
8
|
+
data: any;
|
|
9
|
+
private cdRef;
|
|
10
|
+
private cookieService;
|
|
11
|
+
private commonService;
|
|
12
|
+
private toastr;
|
|
13
|
+
selectedTab: string;
|
|
14
|
+
selectedTabIndex: number;
|
|
15
|
+
companyDetails: any;
|
|
16
|
+
companyId: any;
|
|
17
|
+
company: any;
|
|
18
|
+
isAnyOperationIsInprogress: boolean;
|
|
19
|
+
isFromRoute: boolean;
|
|
20
|
+
isCompanyname: boolean;
|
|
21
|
+
isVat: boolean;
|
|
22
|
+
isPrimaryAdd: boolean;
|
|
23
|
+
vat: any;
|
|
24
|
+
primaryAdd: string;
|
|
25
|
+
companyName: string;
|
|
26
|
+
editVat: boolean;
|
|
27
|
+
show: boolean;
|
|
28
|
+
validationMsg: string;
|
|
29
|
+
showErorr: boolean;
|
|
30
|
+
isEditAddress: boolean;
|
|
31
|
+
primaryCompanyAddress: any;
|
|
32
|
+
exportDataLoading: boolean;
|
|
33
|
+
isProgress: boolean;
|
|
34
|
+
isCompanyEdit: boolean;
|
|
35
|
+
isCompanyAddEdit: boolean;
|
|
36
|
+
isCompanyVatEdit: boolean;
|
|
37
|
+
idFromEdit: boolean;
|
|
38
|
+
isFromEdit: boolean;
|
|
39
|
+
isvatFromEdit: boolean;
|
|
40
|
+
constructor(data: any, cdRef: ChangeDetectorRef, cookieService: CookieService, commonService: CommonService, toastr: ToastrService);
|
|
41
|
+
ngOnInit(): void;
|
|
42
|
+
getCompanyById(): void;
|
|
43
|
+
getCompany(): void;
|
|
44
|
+
getCompanyAdd(): void;
|
|
45
|
+
getCompanyVat(): void;
|
|
46
|
+
addvat(): void;
|
|
47
|
+
Editvat(): void;
|
|
48
|
+
cancelCompanyVat(): void;
|
|
49
|
+
Save(): void;
|
|
50
|
+
Savevat(): void;
|
|
51
|
+
Saveadd(): void;
|
|
52
|
+
cancelCompany(): void;
|
|
53
|
+
addAddress(): void;
|
|
54
|
+
editAddress(): void;
|
|
55
|
+
cancel(): void;
|
|
56
|
+
cancelCompanyadd(): void;
|
|
57
|
+
editCompany(): void;
|
|
58
|
+
companynameclick(): void;
|
|
59
|
+
mouseover(event: any): void;
|
|
60
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CompanyInformationComponent, never>;
|
|
61
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CompanyInformationComponent, "app-company-information-component", never, {}, {}, never, never>;
|
|
62
|
+
}
|
|
63
|
+
//# sourceMappingURL=company-information.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"company-information.d.ts","sourceRoot":"","sources":["../../../../../../shell-module-components/shell-components/src/lib/shell-components/components/Payments/company-information.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAmC,iBAAiB,EAAE,MAAM,eAAe,CAAC;AAItG,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACnD,OAAO,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAG3C,OAAO,uDAAuD,CAAC;AAE/D,OAAO,EAAE,aAAa,EAAE,MAAM,oCAAoC,CAAC;;AAEnE,qBAKa,2BAA4B,YAAW,MAAM;IA6BZ,IAAI,EAAE,GAAG;IAAE,OAAO,CAAC,KAAK;IAAqB,OAAO,CAAC,aAAa;IAAiB,OAAO,CAAC,aAAa;IAAiB,OAAO,CAAC,MAAM;IA3BnL,WAAW,EAAE,MAAM,CAAC;IACpB,gBAAgB,EAAE,MAAM,CAAC;IACzB,cAAc,EAAE,GAAG,CAAC;IACpB,SAAS,EAAE,GAAG,CAAC;IACf,OAAO,EAAE,GAAG,CAAC;IACb,0BAA0B,EAAE,OAAO,CAAS;IAC5C,WAAW,EAAE,OAAO,CAAS;IAC7B,aAAa,EAAE,OAAO,CAAC;IACvB,KAAK,EAAE,OAAO,CAAC;IACf,YAAY,EAAE,OAAO,CAAC;IACtB,GAAG,EAAE,GAAG,CAAC;IACT,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,EAAE,OAAO,CAAS;IACzB,IAAI,EAAE,OAAO,CAAC;IACd,aAAa,EAAE,MAAM,CAAC;IACtB,SAAS,EAAE,OAAO,CAAC;IACnB,aAAa,EAAE,OAAO,CAAS;IAC/B,qBAAqB,EAAE,GAAG,CAAC;IAC3B,iBAAiB,EAAE,OAAO,CAAS;IACnC,UAAU,EAAE,OAAO,CAAS;IAC5B,aAAa,EAAE,OAAO,CAAQ;IAC9B,gBAAgB,EAAE,OAAO,CAAS;IAClC,gBAAgB,EAAE,OAAO,CAAC;IAC1B,UAAU,EAAE,OAAO,CAAC;IACpB,UAAU,EAAE,OAAO,CAAC;IACpB,aAAa,EAAE,OAAO,CAAC;gBACqB,IAAI,EAAE,GAAG,EAAU,KAAK,EAAE,iBAAiB,EAAU,aAAa,EAAE,aAAa,EAAU,aAAa,EAAE,aAAa,EAAU,MAAM,EAAE,aAAa;IAIlM,QAAQ;IAQR,cAAc;IAiBd,UAAU;IAUV,aAAa;IAab,aAAa;IAab,MAAM;IAON,OAAO;IAQP,gBAAgB;IAMhB,IAAI;IAyCJ,OAAO;IAqBP,OAAO;IAqBP,aAAa;IAIb,UAAU;IAQV,WAAW;IAOX,MAAM;IAGN,gBAAgB;IAMhB,WAAW;IAQX,gBAAgB;IAchB,SAAS,CAAC,KAAK,KAAA;yCAxPJ,2BAA2B;2CAA3B,2BAA2B;CA6PvC"}
|