@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":"api-urls.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/shell-components/constants/api-urls.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0hCnB,CAAA"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
export declare const AvailableLangs: {
|
|
2
|
-
languages: {
|
|
3
|
-
name: string;
|
|
4
|
-
code: string;
|
|
5
|
-
surname: string;
|
|
6
|
-
}[];
|
|
7
|
-
};
|
|
1
|
+
export declare const AvailableLangs: {
|
|
2
|
+
languages: {
|
|
3
|
+
name: string;
|
|
4
|
+
code: string;
|
|
5
|
+
surname: string;
|
|
6
|
+
}[];
|
|
7
|
+
};
|
|
8
|
+
//# sourceMappingURL=available-languages.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"available-languages.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/shell-components/constants/available-languages.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc;;;;;;CAuB1B,CAAA"}
|
|
@@ -1,37 +1,38 @@
|
|
|
1
|
-
export declare const ChannelNames: {
|
|
2
|
-
Channel_TaskAssignments: string;
|
|
3
|
-
Channel_RoleUpdates: string;
|
|
4
|
-
Channel_StatusReportSubmission: string;
|
|
5
|
-
Channel_StatusConfigAssign: string;
|
|
6
|
-
Channel_MultiChartsScheduling: string;
|
|
7
|
-
Channel_AssetAssignment: string;
|
|
8
|
-
Channel_NewProject: string;
|
|
9
|
-
Channel_ProjectMemberRole: string;
|
|
10
|
-
Channel_GoalApprovedFromReplan: string;
|
|
11
|
-
Channel_UserStoryUpdateNotification: string;
|
|
12
|
-
Channel_AnnouncementNotification: string;
|
|
13
|
-
Channel_UserStoryComment: string;
|
|
14
|
-
Channel_SprintStarted: string;
|
|
15
|
-
Channel_SprintRequestedToReplan: string;
|
|
16
|
-
Channel_PeroformanceNotification: string;
|
|
17
|
-
Channel_ReminderNotification: string;
|
|
18
|
-
Channel_ProjectFeature: string;
|
|
19
|
-
Channel_UserStoryArchive: string;
|
|
20
|
-
Channel_UserStoryPark: string;
|
|
21
|
-
Channel_GenericActivityNotification: string;
|
|
22
|
-
Channel_LeaveApplied: string;
|
|
23
|
-
Channel_ApproveLeave: string;
|
|
24
|
-
Channel_RejectLeave: string;
|
|
25
|
-
Channel_Resignation: string;
|
|
26
|
-
Channel_ApproveResignation: string;
|
|
27
|
-
Channel_RejectResignation: string;
|
|
28
|
-
Channel_AutoTimesheetSubmission: string;
|
|
29
|
-
Channel_ProbationAssignNotification: string;
|
|
30
|
-
Channel_ReviewAssignToEmployeeNotification: string;
|
|
31
|
-
Channel_ReviewSubmittedByEmployeeNotification: string;
|
|
32
|
-
Channel_ReviewInvitationNotificationModel: string;
|
|
33
|
-
Channel_PerformanceReviewSubmittedByEmployeeNotification: string;
|
|
34
|
-
Channel_PerformanceReviewInvitationNotificationModel: string;
|
|
35
|
-
Channel_PerformanceReviewAssignToEmployeeNotification: string;
|
|
36
|
-
Channel_PurchaseExecutionAssignToEmployeeNotification: string;
|
|
37
|
-
};
|
|
1
|
+
export declare const ChannelNames: {
|
|
2
|
+
Channel_TaskAssignments: string;
|
|
3
|
+
Channel_RoleUpdates: string;
|
|
4
|
+
Channel_StatusReportSubmission: string;
|
|
5
|
+
Channel_StatusConfigAssign: string;
|
|
6
|
+
Channel_MultiChartsScheduling: string;
|
|
7
|
+
Channel_AssetAssignment: string;
|
|
8
|
+
Channel_NewProject: string;
|
|
9
|
+
Channel_ProjectMemberRole: string;
|
|
10
|
+
Channel_GoalApprovedFromReplan: string;
|
|
11
|
+
Channel_UserStoryUpdateNotification: string;
|
|
12
|
+
Channel_AnnouncementNotification: string;
|
|
13
|
+
Channel_UserStoryComment: string;
|
|
14
|
+
Channel_SprintStarted: string;
|
|
15
|
+
Channel_SprintRequestedToReplan: string;
|
|
16
|
+
Channel_PeroformanceNotification: string;
|
|
17
|
+
Channel_ReminderNotification: string;
|
|
18
|
+
Channel_ProjectFeature: string;
|
|
19
|
+
Channel_UserStoryArchive: string;
|
|
20
|
+
Channel_UserStoryPark: string;
|
|
21
|
+
Channel_GenericActivityNotification: string;
|
|
22
|
+
Channel_LeaveApplied: string;
|
|
23
|
+
Channel_ApproveLeave: string;
|
|
24
|
+
Channel_RejectLeave: string;
|
|
25
|
+
Channel_Resignation: string;
|
|
26
|
+
Channel_ApproveResignation: string;
|
|
27
|
+
Channel_RejectResignation: string;
|
|
28
|
+
Channel_AutoTimesheetSubmission: string;
|
|
29
|
+
Channel_ProbationAssignNotification: string;
|
|
30
|
+
Channel_ReviewAssignToEmployeeNotification: string;
|
|
31
|
+
Channel_ReviewSubmittedByEmployeeNotification: string;
|
|
32
|
+
Channel_ReviewInvitationNotificationModel: string;
|
|
33
|
+
Channel_PerformanceReviewSubmittedByEmployeeNotification: string;
|
|
34
|
+
Channel_PerformanceReviewInvitationNotificationModel: string;
|
|
35
|
+
Channel_PerformanceReviewAssignToEmployeeNotification: string;
|
|
36
|
+
Channel_PurchaseExecutionAssignToEmployeeNotification: string;
|
|
37
|
+
};
|
|
38
|
+
//# sourceMappingURL=channel-names.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"channel-names.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/shell-components/constants/channel-names.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoCxB,CAAA"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
export declare const MenuCategories: {
|
|
2
|
-
Main: string;
|
|
3
|
-
Admin: string;
|
|
4
|
-
Reports: string;
|
|
5
|
-
};
|
|
1
|
+
export declare const MenuCategories: {
|
|
2
|
+
Main: string;
|
|
3
|
+
Admin: string;
|
|
4
|
+
Reports: string;
|
|
5
|
+
};
|
|
6
|
+
//# sourceMappingURL=menu-categories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"menu-categories.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/shell-components/constants/menu-categories.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc;;;;CAI1B,CAAA"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
export declare const ChannelRoutes: {
|
|
2
|
-
ViewWorkItem: string;
|
|
3
|
-
ViewAccount: string;
|
|
4
|
-
EditPurchaseExecution: string;
|
|
5
|
-
};
|
|
1
|
+
export declare const ChannelRoutes: {
|
|
2
|
+
ViewWorkItem: string;
|
|
3
|
+
ViewAccount: string;
|
|
4
|
+
EditPurchaseExecution: string;
|
|
5
|
+
};
|
|
6
|
+
//# sourceMappingURL=notification-routes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"notification-routes.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/shell-components/constants/notification-routes.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,aAAa;;;;CAIzB,CAAA"}
|
|
@@ -1,41 +1,42 @@
|
|
|
1
|
-
import { Guid } from "guid-typescript";
|
|
2
|
-
export declare class NotificationTypeIds {
|
|
3
|
-
static Notification_WorkItemAssignedToUser: Guid;
|
|
4
|
-
static Notification_RoleUpdated: Guid;
|
|
5
|
-
static Status_Report_Sumitted: Guid;
|
|
6
|
-
static Status_Report_Config_Created: Guid;
|
|
7
|
-
static Multiple_Charts_Scheduling_created: Guid;
|
|
8
|
-
static Assets_Assignment: Guid;
|
|
9
|
-
static Announcement_Received: Guid;
|
|
10
|
-
static Reminder_Notification: Guid;
|
|
11
|
-
static Performance_Received: Guid;
|
|
12
|
-
static NewProjectCreatedNotificationId: Guid;
|
|
13
|
-
static ProjectMemberRoleAddedNotificationId: Guid;
|
|
14
|
-
static GoalApprovedFromReplan: Guid;
|
|
15
|
-
static USerStoryUpdateNotificationId: Guid;
|
|
16
|
-
static SprintStarted: Guid;
|
|
17
|
-
static PushNotificationForUserStoryComment: Guid;
|
|
18
|
-
static GoalRequestdForREplan: Guid;
|
|
19
|
-
static SprintRequestdForREplan: Guid;
|
|
20
|
-
static AdhocUSerStoryUpdateNotificationId: Guid;
|
|
21
|
-
static Notification_AdhocWorkItemAssignedToUser: Guid;
|
|
22
|
-
static UserStoryArchive: Guid;
|
|
23
|
-
static UserStoryPark: Guid;
|
|
24
|
-
static ProjectFeature: Guid;
|
|
25
|
-
static GenericNotificationActivity: Guid;
|
|
26
|
-
static LeaveApplication: Guid;
|
|
27
|
-
static ApproveLeaveApplication: Guid;
|
|
28
|
-
static RejectLeaveApplication: Guid;
|
|
29
|
-
static ResignationNotification: Guid;
|
|
30
|
-
static ResignationApprovalNotification: Guid;
|
|
31
|
-
static ResignationRejectionNotification: Guid;
|
|
32
|
-
static AutoTimeSheetSubmissionNotification: Guid;
|
|
33
|
-
static ProbationAssignNotification: Guid;
|
|
34
|
-
static ReviewAssignToEmployeeNotification: Guid;
|
|
35
|
-
static ReviewSubmittedByEmployeeNotification: Guid;
|
|
36
|
-
static ReviewInvitationNotification: Guid;
|
|
37
|
-
static PerformanceReviewSubmittedByEmployeeNotification: Guid;
|
|
38
|
-
static PerformanceReviewInvitationNotificationModel: Guid;
|
|
39
|
-
static PerformanceReviewAssignToEmployeeNotification: Guid;
|
|
40
|
-
static PurchaseShipmentNotificationId: Guid;
|
|
41
|
-
}
|
|
1
|
+
import { Guid } from "guid-typescript";
|
|
2
|
+
export declare class NotificationTypeIds {
|
|
3
|
+
static Notification_WorkItemAssignedToUser: Guid;
|
|
4
|
+
static Notification_RoleUpdated: Guid;
|
|
5
|
+
static Status_Report_Sumitted: Guid;
|
|
6
|
+
static Status_Report_Config_Created: Guid;
|
|
7
|
+
static Multiple_Charts_Scheduling_created: Guid;
|
|
8
|
+
static Assets_Assignment: Guid;
|
|
9
|
+
static Announcement_Received: Guid;
|
|
10
|
+
static Reminder_Notification: Guid;
|
|
11
|
+
static Performance_Received: Guid;
|
|
12
|
+
static NewProjectCreatedNotificationId: Guid;
|
|
13
|
+
static ProjectMemberRoleAddedNotificationId: Guid;
|
|
14
|
+
static GoalApprovedFromReplan: Guid;
|
|
15
|
+
static USerStoryUpdateNotificationId: Guid;
|
|
16
|
+
static SprintStarted: Guid;
|
|
17
|
+
static PushNotificationForUserStoryComment: Guid;
|
|
18
|
+
static GoalRequestdForREplan: Guid;
|
|
19
|
+
static SprintRequestdForREplan: Guid;
|
|
20
|
+
static AdhocUSerStoryUpdateNotificationId: Guid;
|
|
21
|
+
static Notification_AdhocWorkItemAssignedToUser: Guid;
|
|
22
|
+
static UserStoryArchive: Guid;
|
|
23
|
+
static UserStoryPark: Guid;
|
|
24
|
+
static ProjectFeature: Guid;
|
|
25
|
+
static GenericNotificationActivity: Guid;
|
|
26
|
+
static LeaveApplication: Guid;
|
|
27
|
+
static ApproveLeaveApplication: Guid;
|
|
28
|
+
static RejectLeaveApplication: Guid;
|
|
29
|
+
static ResignationNotification: Guid;
|
|
30
|
+
static ResignationApprovalNotification: Guid;
|
|
31
|
+
static ResignationRejectionNotification: Guid;
|
|
32
|
+
static AutoTimeSheetSubmissionNotification: Guid;
|
|
33
|
+
static ProbationAssignNotification: Guid;
|
|
34
|
+
static ReviewAssignToEmployeeNotification: Guid;
|
|
35
|
+
static ReviewSubmittedByEmployeeNotification: Guid;
|
|
36
|
+
static ReviewInvitationNotification: Guid;
|
|
37
|
+
static PerformanceReviewSubmittedByEmployeeNotification: Guid;
|
|
38
|
+
static PerformanceReviewInvitationNotificationModel: Guid;
|
|
39
|
+
static PerformanceReviewAssignToEmployeeNotification: Guid;
|
|
40
|
+
static PurchaseShipmentNotificationId: Guid;
|
|
41
|
+
}
|
|
42
|
+
//# sourceMappingURL=notification-type-ids.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"notification-type-ids.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/shell-components/constants/notification-type-ids.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAC;AAEvC,qBAAa,mBAAmB;IAC9B,OAAc,mCAAmC,EAAE,IAAI,CAErD;IACF,OAAc,wBAAwB,EAAE,IAAI,CAE1C;IACF,OAAc,sBAAsB,EAAE,IAAI,CAExC;IACF,OAAc,4BAA4B,EAAE,IAAI,CAE9C;IACF,OAAc,kCAAkC,EAAE,IAAI,CAEpD;IACF,OAAc,iBAAiB,EAAE,IAAI,CAEnC;IACF,OAAc,qBAAqB,EAAE,IAAI,CAEvC;IACF,OAAc,qBAAqB,EAAE,IAAI,CAEvC;IACF,OAAc,oBAAoB,EAAE,IAAI,CAEtC;IACF,OAAc,+BAA+B,EAAG,IAAI,CAAsD;IAC1G,OAAc,oCAAoC,EAAG,IAAI,CAAsD;IAC/G,OAAc,sBAAsB,EAAG,IAAI,CAAsD;IACjG,OAAc,6BAA6B,EAAG,IAAI,CAAsD;IACxG,OAAc,aAAa,EAAG,IAAI,CAAsD;IACxF,OAAc,mCAAmC,EAAG,IAAI,CAAsD;IAC9G,OAAc,qBAAqB,EAAG,IAAI,CAAsD;IAChG,OAAc,uBAAuB,EAAG,IAAI,CAAsD;IAClG,OAAc,kCAAkC,EAAG,IAAI,CAAsD;IAC7G,OAAc,wCAAwC,EAAG,IAAI,CAAsD;IACnH,OAAc,gBAAgB,EAAG,IAAI,CAAsD;IAC3F,OAAc,aAAa,EAAG,IAAI,CAAsD;IACxF,OAAc,cAAc,EAAE,IAAI,CAAsD;IACxF,OAAc,2BAA2B,EAAE,IAAI,CAAsD;IACrG,OAAc,gBAAgB,EAAE,IAAI,CAAsD;IAC1F,OAAc,uBAAuB,EAAE,IAAI,CAAsD;IACjG,OAAc,sBAAsB,EAAE,IAAI,CAAsD;IAChG,OAAc,uBAAuB,EAAE,IAAI,CAAsD;IACjG,OAAc,+BAA+B,EAAE,IAAI,CAAsD;IACzG,OAAc,gCAAgC,EAAE,IAAI,CAAsD;IAC1G,OAAc,mCAAmC,EAAE,IAAI,CAAsD;IAC7G,OAAc,2BAA2B,EAAE,IAAI,CAAsD;IACrG,OAAc,kCAAkC,EAAE,IAAI,CAAsD;IAC5G,OAAc,qCAAqC,EAAE,IAAI,CAAsD;IAC/G,OAAc,4BAA4B,EAAE,IAAI,CAAsD;IACtG,OAAc,gDAAgD,EAAE,IAAI,CAAsD;IAC1H,OAAc,4CAA4C,EAAE,IAAI,CAAsD;IACtH,OAAc,6CAA6C,EAAE,IAAI,CAAsD;IACvH,OAAc,8BAA8B,EAAG,IAAI,CAAsD;CAC1G"}
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
export declare enum RecentSearchType {
|
|
2
|
-
menu = 1,
|
|
3
|
-
dashboard = 2,
|
|
4
|
-
widget = 3,
|
|
5
|
-
employee = 4,
|
|
6
|
-
project = 5,
|
|
7
|
-
workItemOrBug = 6,
|
|
8
|
-
adhoc = 7,
|
|
9
|
-
goal = 8,
|
|
10
|
-
sprint = 9
|
|
11
|
-
}
|
|
1
|
+
export declare enum RecentSearchType {
|
|
2
|
+
menu = 1,
|
|
3
|
+
dashboard = 2,
|
|
4
|
+
widget = 3,
|
|
5
|
+
employee = 4,
|
|
6
|
+
project = 5,
|
|
7
|
+
workItemOrBug = 6,
|
|
8
|
+
adhoc = 7,
|
|
9
|
+
goal = 8,
|
|
10
|
+
sprint = 9
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=recentSearchType.enum.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"recentSearchType.enum.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/shell-components/enum/recentSearchType.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,gBAAgB;IACxB,IAAI,IAAI;IACR,SAAS,IAAI;IACb,MAAM,IAAI;IACV,QAAQ,IAAI;IACZ,OAAO,IAAI;IACX,aAAa,IAAI;IACjB,KAAK,IAAI;IACT,IAAI,IAAI;IACR,MAAM,IAAI;CACb"}
|
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
export declare class AppMenuItemModel {
|
|
2
|
-
id: string;
|
|
3
|
-
menuCategory: string;
|
|
4
|
-
processedOrderNumber: string;
|
|
5
|
-
parentMenu: string;
|
|
6
|
-
menu: string;
|
|
7
|
-
type: string;
|
|
8
|
-
toolTip: string;
|
|
9
|
-
state: string;
|
|
10
|
-
icon: string;
|
|
11
|
-
parentMenuItemId: string;
|
|
12
|
-
}
|
|
1
|
+
export declare class AppMenuItemModel {
|
|
2
|
+
id: string;
|
|
3
|
+
menuCategory: string;
|
|
4
|
+
processedOrderNumber: string;
|
|
5
|
+
parentMenu: string;
|
|
6
|
+
menu: string;
|
|
7
|
+
type: string;
|
|
8
|
+
toolTip: string;
|
|
9
|
+
state: string;
|
|
10
|
+
icon: string;
|
|
11
|
+
parentMenuItemId: string;
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=AppMenuItemModel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AppMenuItemModel.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/shell-components/models/AppMenuItemModel.ts"],"names":[],"mappings":"AAAA,qBAAa,gBAAgB;IACpB,EAAE,EAAE,MAAM,CAAC;IACX,YAAY,EAAE,MAAM,CAAC;IACrB,oBAAoB,EAAE,MAAM,CAAC;IAC7B,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,gBAAgB,EAAE,MAAM,CAAC;CACjC"}
|
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
export declare class AppNotification {
|
|
2
|
-
id: string;
|
|
3
|
-
notificationTypeGuid: string;
|
|
4
|
-
notificationSummary: string;
|
|
5
|
-
notificationCreatedDateTime: any;
|
|
6
|
-
notification: string;
|
|
7
|
-
icon: string;
|
|
8
|
-
route: string;
|
|
9
|
-
color: string;
|
|
10
|
-
isRead: boolean;
|
|
11
|
-
loadFromCaseInsensitiveObject(appNotification: any): void;
|
|
12
|
-
}
|
|
1
|
+
export declare class AppNotification {
|
|
2
|
+
id: string;
|
|
3
|
+
notificationTypeGuid: string;
|
|
4
|
+
notificationSummary: string;
|
|
5
|
+
notificationCreatedDateTime: any;
|
|
6
|
+
notification: string;
|
|
7
|
+
icon: string;
|
|
8
|
+
route: string;
|
|
9
|
+
color: string;
|
|
10
|
+
isRead: boolean;
|
|
11
|
+
loadFromCaseInsensitiveObject(appNotification: any): void;
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=AppNotification.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AppNotification.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/shell-components/models/AppNotification.ts"],"names":[],"mappings":"AAAA,qBAAa,eAAe;IACnB,EAAE,EAAE,MAAM,CAAC;IACX,oBAAoB,EAAE,MAAM,CAAC;IAC7B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,2BAA2B,EAAE,GAAG,CAAC;IACjC,YAAY,EAAE,MAAM,CAAC;IACrB,IAAI,EAAE,MAAM,CAAoB;IAChC,KAAK,EAAE,MAAM,CAAY;IACzB,KAAK,EAAE,MAAM,CAAa;IAC1B,MAAM,EAAE,OAAO,CAAS;IAE/B,6BAA6B,CAAC,eAAe,EAAE,GAAG;CAQnD"}
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import { NotificationOutputModel } from "./NotificationsOutPutModel";
|
|
2
|
-
import { Guid } from "guid-typescript";
|
|
3
|
-
export declare class AssetAssignedNotification extends NotificationOutputModel {
|
|
4
|
-
notificationAssignedByUserGuid: Guid;
|
|
5
|
-
notificationAssignedToUserGuid: Guid;
|
|
6
|
-
assetId: Guid;
|
|
7
|
-
assetsNames: string;
|
|
8
|
-
assetNumbers: string;
|
|
9
|
-
loadFromCaseInsensitiveObject(assetNotification: any): void;
|
|
10
|
-
}
|
|
1
|
+
import { NotificationOutputModel } from "./NotificationsOutPutModel";
|
|
2
|
+
import { Guid } from "guid-typescript";
|
|
3
|
+
export declare class AssetAssignedNotification extends NotificationOutputModel {
|
|
4
|
+
notificationAssignedByUserGuid: Guid;
|
|
5
|
+
notificationAssignedToUserGuid: Guid;
|
|
6
|
+
assetId: Guid;
|
|
7
|
+
assetsNames: string;
|
|
8
|
+
assetNumbers: string;
|
|
9
|
+
loadFromCaseInsensitiveObject(assetNotification: any): void;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=AssetAssignedNotificationModel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AssetAssignedNotificationModel.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/shell-components/models/AssetAssignedNotificationModel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,4BAA4B,CAAC;AACrE,OAAO,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAC;AAEvC,qBAAa,yBAA0B,SAAQ,uBAAuB;IAClE,8BAA8B,EAAE,IAAI,CAAC;IACrC,8BAA8B,EAAE,IAAI,CAAC;IACrC,OAAO,EAAG,IAAI,CAAC;IACf,WAAW,EAAG,MAAM,CAAC;IACrB,YAAY,EAAG,MAAM,CAAC;IAEtB,6BAA6B,CAAC,iBAAiB,EAAE,GAAG;CAQrD"}
|
|
@@ -1,47 +1,48 @@
|
|
|
1
|
-
export declare class ChannelUpdateModel {
|
|
2
|
-
activityTrackerStatus: boolean;
|
|
3
|
-
channelId: string;
|
|
4
|
-
channelName: string;
|
|
5
|
-
deviceId: string;
|
|
6
|
-
fileName: string;
|
|
7
|
-
filePath: string;
|
|
8
|
-
fileType: string;
|
|
9
|
-
fromChannelImage: boolean;
|
|
10
|
-
fromUserId: string;
|
|
11
|
-
id: string;
|
|
12
|
-
isActivityMessage: boolean;
|
|
13
|
-
isActivityStatusUpdated: boolean;
|
|
14
|
-
isAddedToChannel: boolean;
|
|
15
|
-
isChannelMember: boolean;
|
|
16
|
-
isDeleted: boolean;
|
|
17
|
-
isEdited: boolean;
|
|
18
|
-
isFromAddMember: boolean;
|
|
19
|
-
isFromBackend: boolean;
|
|
20
|
-
isFromChannelArchive: boolean;
|
|
21
|
-
isFromChannelRename: boolean;
|
|
22
|
-
isFromReadOnly: boolean;
|
|
23
|
-
isFromRemoveMember: boolean;
|
|
24
|
-
isRead: boolean;
|
|
25
|
-
isReadOnly: boolean;
|
|
26
|
-
mACAddress: string;
|
|
27
|
-
messageDateTime: Date;
|
|
28
|
-
messageReceiveDate: Date;
|
|
29
|
-
messageReceiveTime: any;
|
|
30
|
-
messageType: string;
|
|
31
|
-
messageTypeId: string;
|
|
32
|
-
receiverName: string;
|
|
33
|
-
receiverProfileImage: string;
|
|
34
|
-
receiverUserId: string;
|
|
35
|
-
refreshChannels: boolean;
|
|
36
|
-
refreshUsers: boolean;
|
|
37
|
-
reportMessage: any;
|
|
38
|
-
senderName: string;
|
|
39
|
-
senderProfileImage: string;
|
|
40
|
-
senderUserId: string;
|
|
41
|
-
textMessage: string;
|
|
42
|
-
timeStamp: null;
|
|
43
|
-
unreadMessageCount: number;
|
|
44
|
-
updatedDateTime: any;
|
|
45
|
-
body: string;
|
|
46
|
-
title: string;
|
|
47
|
-
}
|
|
1
|
+
export declare class ChannelUpdateModel {
|
|
2
|
+
activityTrackerStatus: boolean;
|
|
3
|
+
channelId: string;
|
|
4
|
+
channelName: string;
|
|
5
|
+
deviceId: string;
|
|
6
|
+
fileName: string;
|
|
7
|
+
filePath: string;
|
|
8
|
+
fileType: string;
|
|
9
|
+
fromChannelImage: boolean;
|
|
10
|
+
fromUserId: string;
|
|
11
|
+
id: string;
|
|
12
|
+
isActivityMessage: boolean;
|
|
13
|
+
isActivityStatusUpdated: boolean;
|
|
14
|
+
isAddedToChannel: boolean;
|
|
15
|
+
isChannelMember: boolean;
|
|
16
|
+
isDeleted: boolean;
|
|
17
|
+
isEdited: boolean;
|
|
18
|
+
isFromAddMember: boolean;
|
|
19
|
+
isFromBackend: boolean;
|
|
20
|
+
isFromChannelArchive: boolean;
|
|
21
|
+
isFromChannelRename: boolean;
|
|
22
|
+
isFromReadOnly: boolean;
|
|
23
|
+
isFromRemoveMember: boolean;
|
|
24
|
+
isRead: boolean;
|
|
25
|
+
isReadOnly: boolean;
|
|
26
|
+
mACAddress: string;
|
|
27
|
+
messageDateTime: Date;
|
|
28
|
+
messageReceiveDate: Date;
|
|
29
|
+
messageReceiveTime: any;
|
|
30
|
+
messageType: string;
|
|
31
|
+
messageTypeId: string;
|
|
32
|
+
receiverName: string;
|
|
33
|
+
receiverProfileImage: string;
|
|
34
|
+
receiverUserId: string;
|
|
35
|
+
refreshChannels: boolean;
|
|
36
|
+
refreshUsers: boolean;
|
|
37
|
+
reportMessage: any;
|
|
38
|
+
senderName: string;
|
|
39
|
+
senderProfileImage: string;
|
|
40
|
+
senderUserId: string;
|
|
41
|
+
textMessage: string;
|
|
42
|
+
timeStamp: null;
|
|
43
|
+
unreadMessageCount: number;
|
|
44
|
+
updatedDateTime: any;
|
|
45
|
+
body: string;
|
|
46
|
+
title: string;
|
|
47
|
+
}
|
|
48
|
+
//# sourceMappingURL=ChannelUpdateModel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChannelUpdateModel.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/shell-components/models/ChannelUpdateModel.ts"],"names":[],"mappings":"AAAA,qBAAa,kBAAkB;IAC3B,qBAAqB,EAAE,OAAO,CAAC;IAC/B,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,UAAU,EAAE,MAAM,CAAA;IAClB,EAAE,EAAE,MAAM,CAAC;IACX,iBAAiB,EAAE,OAAO,CAAC;IAC3B,uBAAuB,EAAE,OAAO,CAAC;IACjC,gBAAgB,EAAE,OAAO,CAAC;IAC1B,eAAe,EAAE,OAAO,CAAC;IACzB,SAAS,EAAE,OAAO,CAAC;IACnB,QAAQ,EAAE,OAAO,CAAC;IAClB,eAAe,EAAE,OAAO,CAAC;IACzB,aAAa,EAAE,OAAO,CAAC;IACvB,oBAAoB,EAAE,OAAO,CAAC;IAC9B,mBAAmB,EAAE,OAAO,CAAC;IAC7B,cAAc,EAAE,OAAO,CAAC;IACxB,kBAAkB,EAAE,OAAO,CAAC;IAC5B,MAAM,EAAE,OAAO,CAAC;IAChB,UAAU,EAAE,OAAO,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,eAAe,EAAE,IAAI,CAAC;IACtB,kBAAkB,EAAE,IAAI,CAAC;IACzB,kBAAkB,EAAE,GAAG,CAAC;IACxB,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,EAAE,MAAM,CAAC;IACtB,YAAY,EAAE,MAAM,CAAC;IACrB,oBAAoB,EAAE,MAAM,CAAC;IAC7B,cAAc,EAAE,MAAM,CAAC;IACvB,eAAe,EAAE,OAAO,CAAC;IACzB,YAAY,EAAE,OAAO,CAAA;IACrB,aAAa,EAAE,GAAG,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,IAAI,CAAA;IACf,kBAAkB,EAAE,MAAM,CAAC;IAC3B,eAAe,EAAE,GAAG,CAAC;IACrB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;CACjB"}
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
export declare class EmployeeStatusModel {
|
|
2
|
-
action: String;
|
|
3
|
-
actualChannel: String;
|
|
4
|
-
channel: String;
|
|
5
|
-
occupancy: number;
|
|
6
|
-
subscribedChannel: String;
|
|
7
|
-
subscription: String;
|
|
8
|
-
timestamp: number;
|
|
9
|
-
timetoken: String;
|
|
10
|
-
uuid: String;
|
|
11
|
-
}
|
|
1
|
+
export declare class EmployeeStatusModel {
|
|
2
|
+
action: String;
|
|
3
|
+
actualChannel: String;
|
|
4
|
+
channel: String;
|
|
5
|
+
occupancy: number;
|
|
6
|
+
subscribedChannel: String;
|
|
7
|
+
subscription: String;
|
|
8
|
+
timestamp: number;
|
|
9
|
+
timetoken: String;
|
|
10
|
+
uuid: String;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=EmployeeStatusModel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EmployeeStatusModel.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/shell-components/models/EmployeeStatusModel.ts"],"names":[],"mappings":"AAAA,qBAAa,mBAAmB;IACrB,MAAM,EAAE,MAAM,CAAC;IACf,aAAa,EAAE,MAAM,CAAC;IACtB,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,YAAY,EAAC,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;CACvB"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
export interface IAdjustScreenOptions {
|
|
2
|
-
browserEvent?: any;
|
|
3
|
-
route?: string;
|
|
4
|
-
}
|
|
1
|
+
export interface IAdjustScreenOptions {
|
|
2
|
+
browserEvent?: any;
|
|
3
|
+
route?: string;
|
|
4
|
+
}
|
|
5
|
+
//# sourceMappingURL=IAdjust-screen-options.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IAdjust-screen-options.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/shell-components/models/IAdjust-screen-options.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,oBAAoB;IACjC,YAAY,CAAC,EAAE,GAAG,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
export interface IBadge {
|
|
2
|
-
color: string;
|
|
3
|
-
value: string;
|
|
4
|
-
}
|
|
1
|
+
export interface IBadge {
|
|
2
|
+
color: string;
|
|
3
|
+
value: string;
|
|
4
|
+
}
|
|
5
|
+
//# sourceMappingURL=IBadge.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IBadge.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/shell-components/models/IBadge.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,MAAM;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;CACf"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
export interface IChildItem {
|
|
2
|
-
type?: string;
|
|
3
|
-
name: string;
|
|
4
|
-
state?: string;
|
|
5
|
-
icon?: string;
|
|
6
|
-
sub?: IChildItem[];
|
|
7
|
-
}
|
|
1
|
+
export interface IChildItem {
|
|
2
|
+
type?: string;
|
|
3
|
+
name: string;
|
|
4
|
+
state?: string;
|
|
5
|
+
icon?: string;
|
|
6
|
+
sub?: IChildItem[];
|
|
7
|
+
}
|
|
8
|
+
//# sourceMappingURL=IChildItem.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IChildItem.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/shell-components/models/IChildItem.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,UAAU;IACzB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,GAAG,CAAC,EAAE,UAAU,EAAE,CAAC;CACpB"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
export interface ILayoutChangeOptions {
|
|
2
|
-
duration?: number;
|
|
3
|
-
transitionClass?: boolean;
|
|
4
|
-
}
|
|
1
|
+
export interface ILayoutChangeOptions {
|
|
2
|
+
duration?: number;
|
|
3
|
+
transitionClass?: boolean;
|
|
4
|
+
}
|
|
5
|
+
//# sourceMappingURL=ILayout-change-options.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ILayout-change-options.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/shell-components/models/ILayout-change-options.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,oBAAoB;IACjC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,eAAe,CAAC,EAAE,OAAO,CAAC;CAC7B"}
|
|
@@ -1,14 +1,15 @@
|
|
|
1
|
-
import { IBadge } from "./IBadge";
|
|
2
|
-
import { IChildItem } from "./IChildItem";
|
|
3
|
-
export interface IMenuItem {
|
|
4
|
-
id: string;
|
|
5
|
-
type: string;
|
|
6
|
-
menu?: string;
|
|
7
|
-
state?: string;
|
|
8
|
-
icon?: string;
|
|
9
|
-
tooltip?: string;
|
|
10
|
-
disabled?: boolean;
|
|
11
|
-
sub?: IChildItem[];
|
|
12
|
-
badges?: IBadge[];
|
|
13
|
-
menuCategory: string;
|
|
14
|
-
}
|
|
1
|
+
import { IBadge } from "./IBadge";
|
|
2
|
+
import { IChildItem } from "./IChildItem";
|
|
3
|
+
export interface IMenuItem {
|
|
4
|
+
id: string;
|
|
5
|
+
type: string;
|
|
6
|
+
menu?: string;
|
|
7
|
+
state?: string;
|
|
8
|
+
icon?: string;
|
|
9
|
+
tooltip?: string;
|
|
10
|
+
disabled?: boolean;
|
|
11
|
+
sub?: IChildItem[];
|
|
12
|
+
badges?: IBadge[];
|
|
13
|
+
menuCategory: string;
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=IMenuItem.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IMenuItem.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/shell-components/models/IMenuItem.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE1C,MAAM,WAAW,SAAS;IACxB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,GAAG,CAAC,EAAE,UAAU,EAAE,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,YAAY,EAAE,MAAM,CAAC;CACtB"}
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
export interface ILayoutConf {
|
|
2
|
-
navigationPos?: string;
|
|
3
|
-
sidebarStyle?: string;
|
|
4
|
-
dir?: string;
|
|
5
|
-
layoutInTransition?: boolean;
|
|
6
|
-
isMobile?: boolean;
|
|
7
|
-
useBreadcrumb?: boolean;
|
|
8
|
-
breadcrumb?: string;
|
|
9
|
-
topbarFixed?: boolean;
|
|
10
|
-
}
|
|
1
|
+
export interface ILayoutConf {
|
|
2
|
+
navigationPos?: string;
|
|
3
|
+
sidebarStyle?: string;
|
|
4
|
+
dir?: string;
|
|
5
|
+
layoutInTransition?: boolean;
|
|
6
|
+
isMobile?: boolean;
|
|
7
|
+
useBreadcrumb?: boolean;
|
|
8
|
+
breadcrumb?: string;
|
|
9
|
+
topbarFixed?: boolean;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=IlayoutConf.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IlayoutConf.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/shell-components/models/IlayoutConf.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,WAAW;IACxB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,OAAO,CAAC;CACzB"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
export declare class IntroModel {
|
|
2
|
-
userId: any;
|
|
3
|
-
}
|
|
1
|
+
export declare class IntroModel {
|
|
2
|
+
userId: any;
|
|
3
|
+
}
|
|
4
|
+
//# sourceMappingURL=IntroModel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IntroModel.d.ts","sourceRoot":"","sources":["../../../../../shell-module-components/shell-components/src/lib/shell-components/models/IntroModel.ts"],"names":[],"mappings":"AAAA,qBAAa,UAAU;IACnB,MAAM,EAAG,GAAG,CAAC;CAChB"}
|