@thetradeengineorg1/snova-shell-module 0.0.260 → 0.0.261
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +24 -24
- package/bundles/thetradeengineorg1-snova-shell-module.umd.js +18874 -18874
- package/bundles/thetradeengineorg1-snova-shell-module.umd.js.map +1 -1
- package/esm2015/lib/globaldependencies/components/avatar.component.js +33 -33
- package/esm2015/lib/globaldependencies/components/componentbase.js +538 -538
- package/esm2015/lib/globaldependencies/constants/feature-ids.js +449 -449
- package/esm2015/lib/globaldependencies/constants/localstorage-properties.js +38 -38
- package/esm2015/lib/globaldependencies/helpers/dom.helper.js +70 -70
- package/esm2015/lib/globaldependencies/helpers/fontawesome-icons.js +144 -144
- package/esm2015/lib/globaldependencies/helpers/moment-utc-date-adapter.js +37 -37
- package/esm2015/lib/globaldependencies/helpers/window.helper.js +32 -32
- package/esm2015/lib/globaldependencies/intercepter/jwt.interceptor.js +40 -40
- package/esm2015/lib/globaldependencies/pipes/fetchSizedAndCachedImage.pipe.js +36 -36
- package/esm2015/lib/globaldependencies/pipes/highLightText.pipe.js +24 -24
- package/esm2015/lib/globaldependencies/pipes/orderby-pipe.js +24 -24
- package/esm2015/lib/globaldependencies/pipes/removeSpecialCharacters.pipe.js +22 -22
- package/esm2015/lib/globaldependencies/pipes/sanitize.pipe.js +24 -24
- package/esm2015/lib/globaldependencies/pipes/softlabels.pipes.js +346 -346
- package/esm2015/lib/globaldependencies/pipes/utctolocaltime.pipe.js +23 -23
- package/esm2015/lib/globaldependencies/pipes/utctolocaltimewithdate.pipe.js +25 -25
- package/esm2015/lib/globaldependencies/pipes/workflowstatus.pipes.js +27 -27
- package/esm2015/lib/shell-components/components/Payments/account.component.js +121 -121
- package/esm2015/lib/shell-components/components/Payments/company-information.js +558 -558
- package/esm2015/lib/shell-components/components/Payments/company-plans.component.js +636 -636
- package/esm2015/lib/shell-components/components/Payments/document.component.js +129 -129
- package/esm2015/lib/shell-components/components/Payments/payment-method.component.js +90 -90
- package/esm2015/lib/shell-components/components/Payments/product-service.component.js +438 -438
- package/esm2015/lib/shell-components/components/Payments/purchase-more-licenses.js +249 -249
- package/esm2015/lib/shell-components/components/Payments/transactions.component.js +172 -172
- package/esm2015/lib/shell-components/components/admin-layout/admin-layout.component.js +350 -350
- package/esm2015/lib/shell-components/components/all-work-items-dialog/all-work-items-dialog.component.js +102 -102
- package/esm2015/lib/shell-components/components/confirmation-dialog/confirmation-dialog.component.js +126 -126
- package/esm2015/lib/shell-components/components/export-import-configuration/export-configuration.component.js +502 -502
- package/esm2015/lib/shell-components/components/feed-time/feed-time-dialog.component.js +98 -98
- package/esm2015/lib/shell-components/components/feed-time/feed-time.component.js +87 -87
- package/esm2015/lib/shell-components/components/header-side/header-side.component.js +2342 -2342
- package/esm2015/lib/shell-components/components/header-top/header-top.component.js +489 -489
- package/esm2015/lib/shell-components/components/lives/lives-welcome-page.js +55 -55
- package/esm2015/lib/shell-components/components/menu/menu.component.js +3413 -3413
- package/esm2015/lib/shell-components/components/menu/searchTask.enum.js +10 -10
- package/esm2015/lib/shell-components/components/notifications/announcement-dialog.component.js +110 -110
- package/esm2015/lib/shell-components/components/notifications/notifications.component.js +534 -534
- package/esm2015/lib/shell-components/components/sidebar-top/sidebar-top.component.js +39 -39
- package/esm2015/lib/shell-components/components/sidenav/side-bar.component.js +148 -148
- package/esm2015/lib/shell-components/components/sidenav/sidenav.component.js +439 -439
- package/esm2015/lib/shell-components/components/submit-feedback/submit-feedback.component.js +75 -75
- package/esm2015/lib/shell-components/constants/api-urls.js +1052 -1052
- package/esm2015/lib/shell-components/constants/available-languages.js +25 -25
- package/esm2015/lib/shell-components/constants/channel-names.js +38 -38
- package/esm2015/lib/shell-components/constants/menu-categories.js +6 -6
- package/esm2015/lib/shell-components/constants/notification-routes.js +6 -6
- package/esm2015/lib/shell-components/constants/notification-type-ids.js +42 -42
- package/esm2015/lib/shell-components/enum/recentSearchType.enum.js +13 -13
- package/esm2015/lib/shell-components/models/AppMenuItemModel.js +3 -3
- package/esm2015/lib/shell-components/models/AppNotification.js +17 -17
- package/esm2015/lib/shell-components/models/AssetAssignedNotificationModel.js +12 -12
- package/esm2015/lib/shell-components/models/ChannelUpdateModel.js +3 -3
- package/esm2015/lib/shell-components/models/EmployeeStatusModel.js +3 -3
- package/esm2015/lib/shell-components/models/IAdjust-screen-options.js +2 -2
- package/esm2015/lib/shell-components/models/IBadge.js +2 -2
- package/esm2015/lib/shell-components/models/IChildItem.js +2 -2
- package/esm2015/lib/shell-components/models/ILayout-change-options.js +2 -2
- package/esm2015/lib/shell-components/models/IMenuItem.js +2 -2
- package/esm2015/lib/shell-components/models/IlayoutConf.js +2 -2
- package/esm2015/lib/shell-components/models/IntroModel.js +3 -3
- package/esm2015/lib/shell-components/models/MessageDetails.js +3 -3
- package/esm2015/lib/shell-components/models/MessageTypingDetails.js +3 -3
- package/esm2015/lib/shell-components/models/NewProjectCreatedNotificationModel.js +10 -10
- package/esm2015/lib/shell-components/models/NewProjectFeatureNotificationModel.js +10 -10
- package/esm2015/lib/shell-components/models/NotificationsOutPutModel.js +22 -22
- package/esm2015/lib/shell-components/models/ProjectSearchCriteriaInputModel.js +3 -3
- package/esm2015/lib/shell-components/models/RecentSearchModel.js +5 -5
- package/esm2015/lib/shell-components/models/ReportConfigAssignedNotification.js +11 -11
- package/esm2015/lib/shell-components/models/ReportSubmittedNotification.js +12 -12
- package/esm2015/lib/shell-components/models/RoleUpdatedNotification.js +9 -9
- package/esm2015/lib/shell-components/models/UserStoryAssignedNotification.js +13 -13
- package/esm2015/lib/shell-components/models/archiveUserStoryModel.js +10 -10
- package/esm2015/lib/shell-components/models/companieslist.model.js +3 -3
- package/esm2015/lib/shell-components/models/company-model.js +7 -7
- package/esm2015/lib/shell-components/models/company-payment-model.js +3 -3
- package/esm2015/lib/shell-components/models/dragedWidget.js +3 -3
- package/esm2015/lib/shell-components/models/employee-List.js +3 -3
- package/esm2015/lib/shell-components/models/employee.js +4 -4
- package/esm2015/lib/shell-components/models/entityRoleFeature.js +3 -3
- package/esm2015/lib/shell-components/models/export-configuration-model.js +3 -3
- package/esm2015/lib/shell-components/models/export-data.module.js +8 -8
- package/esm2015/lib/shell-components/models/goalApprovedNotificationModel.js +9 -9
- package/esm2015/lib/shell-components/models/import-configuration-model.js +3 -3
- package/esm2015/lib/shell-components/models/initialStatusofUsers.js +3 -3
- package/esm2015/lib/shell-components/models/invoiceOutput-model.js +3 -3
- package/esm2015/lib/shell-components/models/leaveApplicationNotifiction.js +9 -9
- package/esm2015/lib/shell-components/models/multiChartsScheduling.js +11 -11
- package/esm2015/lib/shell-components/models/parkUserStoryInputModel.js +10 -10
- package/esm2015/lib/shell-components/models/project.js +3 -3
- package/esm2015/lib/shell-components/models/recentSearchApiModel.js +3 -3
- package/esm2015/lib/shell-components/models/searchCriteriaInputModelBase.js +3 -3
- package/esm2015/lib/shell-components/models/shellModulesInfo.js +7 -7
- package/esm2015/lib/shell-components/models/softlabels-model.js +7 -7
- package/esm2015/lib/shell-components/models/sprintReplanRequestedModel.js +9 -9
- package/esm2015/lib/shell-components/models/sprintStartedNotificationModel.js +9 -9
- package/esm2015/lib/shell-components/models/store-model.js +3 -3
- package/esm2015/lib/shell-components/models/store-search-model.js +4 -4
- package/esm2015/lib/shell-components/models/themes.model.js +3 -3
- package/esm2015/lib/shell-components/models/timesheetenabledisable.js +4 -4
- package/esm2015/lib/shell-components/models/user.js +8 -8
- package/esm2015/lib/shell-components/models/userStory.js +3 -3
- package/esm2015/lib/shell-components/models/userStoryCommentNotificationModel.js +9 -9
- package/esm2015/lib/shell-components/models/userStoryUpdateNotificationModel.js +9 -9
- package/esm2015/lib/shell-components/models/userstory-custom-fields.model.js +3 -3
- package/esm2015/lib/shell-components/models/validation.model.js +2 -2
- package/esm2015/lib/shell-components/models/widgetlist.js +6 -6
- package/esm2015/lib/shell-components/models/workspaceList.js +3 -3
- package/esm2015/lib/shell-components/services/authentication.service.js +96 -96
- package/esm2015/lib/shell-components/services/chat.service.js +67 -67
- package/esm2015/lib/shell-components/services/common-used.service.js +263 -263
- package/esm2015/lib/shell-components/services/feature.service.js +101 -101
- package/esm2015/lib/shell-components/services/google-analytics.service.js +24 -24
- package/esm2015/lib/shell-components/services/layout.service.js +68 -68
- package/esm2015/lib/shell-components/services/payment.service.js +103 -103
- package/esm2015/lib/shell-components/services/recentSearch.service.js +90 -90
- package/esm2015/lib/shell-components/services/shell.modules.service.js +24 -24
- package/esm2015/lib/shell-components/services/signalr.service.js +113 -113
- package/esm2015/lib/shell-components/services/theme.service.js +161 -161
- package/esm2015/lib/shell-components/shell.module.js +450 -450
- package/esm2015/lib/shell-components/shell.routing.js +16 -16
- package/esm2015/lib/shell-components/store/actions/authentication.actions.js +260 -260
- package/esm2015/lib/shell-components/store/actions/chat.actions.js +248 -248
- package/esm2015/lib/shell-components/store/actions/menuitems.actions.js +39 -39
- package/esm2015/lib/shell-components/store/actions/notification-validator.action.js +19 -19
- package/esm2015/lib/shell-components/store/actions/notifications.actions.js +74 -74
- package/esm2015/lib/shell-components/store/effects/authentication.effects.js +503 -503
- package/esm2015/lib/shell-components/store/effects/chat.effects.js +139 -139
- package/esm2015/lib/shell-components/store/effects/index.js +13 -13
- package/esm2015/lib/shell-components/store/effects/menuitems.effects.js +53 -53
- package/esm2015/lib/shell-components/store/effects/notification-validator.effects.js +56 -56
- package/esm2015/lib/shell-components/store/effects/notifications.effects.js +116 -116
- package/esm2015/lib/shell-components/store/reducers/authentication.reducers.js +86 -86
- package/esm2015/lib/shell-components/store/reducers/chat.reducers.js +68 -68
- package/esm2015/lib/shell-components/store/reducers/index.js +80 -80
- package/esm2015/lib/shell-components/store/reducers/menuitems.reducers.js +56 -56
- package/esm2015/lib/shell-components/store/reducers/notification-validator.reducers.js +13 -13
- package/esm2015/lib/shell-components/store/reducers/notifications.reducers.js +38 -38
- package/esm2015/public-api.js +92 -92
- package/esm2015/store/reducers/index.js +47 -47
- package/esm2015/thetradeengineorg1-snova-shell-module.js +4 -4
- package/fesm2015/thetradeengineorg1-snova-shell-module.js +16979 -16979
- package/fesm2015/thetradeengineorg1-snova-shell-module.js.map +1 -1
- package/lib/globaldependencies/components/avatar.component.d.ts +10 -10
- package/lib/globaldependencies/components/componentbase.d.ts +455 -455
- package/lib/globaldependencies/constants/feature-ids.d.ts +448 -448
- package/lib/globaldependencies/constants/localstorage-properties.d.ts +37 -37
- package/lib/globaldependencies/helpers/dom.helper.d.ts +7 -7
- package/lib/globaldependencies/helpers/fontawesome-icons.d.ts +1 -1
- package/lib/globaldependencies/helpers/moment-utc-date-adapter.d.ts +9 -9
- package/lib/globaldependencies/helpers/window.helper.d.ts +12 -12
- package/lib/globaldependencies/intercepter/jwt.interceptor.d.ts +11 -11
- package/lib/globaldependencies/pipes/fetchSizedAndCachedImage.pipe.d.ts +8 -8
- package/lib/globaldependencies/pipes/highLightText.pipe.d.ts +8 -8
- package/lib/globaldependencies/pipes/orderby-pipe.d.ts +9 -9
- package/lib/globaldependencies/pipes/removeSpecialCharacters.pipe.d.ts +8 -8
- package/lib/globaldependencies/pipes/sanitize.pipe.d.ts +11 -11
- package/lib/globaldependencies/pipes/softlabels.pipes.d.ts +8 -8
- package/lib/globaldependencies/pipes/utctolocaltime.pipe.d.ts +8 -8
- package/lib/globaldependencies/pipes/utctolocaltimewithdate.pipe.d.ts +8 -8
- package/lib/globaldependencies/pipes/workflowstatus.pipes.d.ts +8 -8
- package/lib/shell-components/components/Payments/account.component.d.ts +14 -14
- package/lib/shell-components/components/Payments/company-information.d.ts +62 -62
- package/lib/shell-components/components/Payments/company-plans.component.d.ts +47 -47
- package/lib/shell-components/components/Payments/document.component.d.ts +20 -20
- package/lib/shell-components/components/Payments/payment-method.component.d.ts +15 -15
- package/lib/shell-components/components/Payments/product-service.component.d.ts +48 -48
- package/lib/shell-components/components/Payments/purchase-more-licenses.d.ts +37 -37
- package/lib/shell-components/components/Payments/transactions.component.d.ts +28 -28
- package/lib/shell-components/components/admin-layout/admin-layout.component.d.ts +67 -67
- package/lib/shell-components/components/all-work-items-dialog/all-work-items-dialog.component.d.ts +32 -32
- package/lib/shell-components/components/confirmation-dialog/confirmation-dialog.component.d.ts +32 -32
- package/lib/shell-components/components/export-import-configuration/export-configuration.component.d.ts +60 -60
- package/lib/shell-components/components/feed-time/feed-time-dialog.component.d.ts +33 -33
- package/lib/shell-components/components/feed-time/feed-time.component.d.ts +27 -27
- package/lib/shell-components/components/header-side/header-side.component.d.ts +220 -220
- package/lib/shell-components/components/header-top/header-top.component.d.ts +40 -40
- package/lib/shell-components/components/lives/lives-welcome-page.d.ts +14 -14
- package/lib/shell-components/components/menu/menu.component.d.ts +220 -220
- package/lib/shell-components/components/menu/searchTask.enum.d.ts +8 -8
- package/lib/shell-components/components/notifications/announcement-dialog.component.d.ts +27 -27
- package/lib/shell-components/components/notifications/notifications.component.d.ts +53 -53
- package/lib/shell-components/components/sidebar-top/sidebar-top.component.d.ts +10 -10
- package/lib/shell-components/components/sidenav/side-bar.component.d.ts +23 -23
- package/lib/shell-components/components/sidenav/sidenav.component.d.ts +17 -17
- package/lib/shell-components/components/submit-feedback/submit-feedback.component.d.ts +25 -25
- package/lib/shell-components/constants/api-urls.d.ts +1051 -1051
- package/lib/shell-components/constants/available-languages.d.ts +7 -7
- package/lib/shell-components/constants/channel-names.d.ts +37 -37
- package/lib/shell-components/constants/menu-categories.d.ts +5 -5
- package/lib/shell-components/constants/notification-routes.d.ts +5 -5
- package/lib/shell-components/constants/notification-type-ids.d.ts +41 -41
- package/lib/shell-components/enum/recentSearchType.enum.d.ts +11 -11
- package/lib/shell-components/models/AppMenuItemModel.d.ts +12 -12
- package/lib/shell-components/models/AppNotification.d.ts +12 -12
- package/lib/shell-components/models/AssetAssignedNotificationModel.d.ts +10 -10
- package/lib/shell-components/models/ChannelUpdateModel.d.ts +47 -47
- package/lib/shell-components/models/EmployeeStatusModel.d.ts +11 -11
- package/lib/shell-components/models/IAdjust-screen-options.d.ts +4 -4
- package/lib/shell-components/models/IBadge.d.ts +4 -4
- package/lib/shell-components/models/IChildItem.d.ts +7 -7
- package/lib/shell-components/models/ILayout-change-options.d.ts +4 -4
- package/lib/shell-components/models/IMenuItem.d.ts +14 -14
- package/lib/shell-components/models/IlayoutConf.d.ts +10 -10
- package/lib/shell-components/models/IntroModel.d.ts +3 -3
- package/lib/shell-components/models/MessageDetails.d.ts +55 -55
- package/lib/shell-components/models/MessageTypingDetails.d.ts +9 -9
- package/lib/shell-components/models/NewProjectCreatedNotificationModel.d.ts +8 -8
- package/lib/shell-components/models/NewProjectFeatureNotificationModel.d.ts +8 -8
- package/lib/shell-components/models/NotificationsOutPutModel.d.ts +41 -41
- package/lib/shell-components/models/ProjectSearchCriteriaInputModel.d.ts +10 -10
- package/lib/shell-components/models/RecentSearchModel.d.ts +14 -14
- package/lib/shell-components/models/ReportConfigAssignedNotification.d.ts +9 -9
- package/lib/shell-components/models/ReportSubmittedNotification.d.ts +10 -10
- package/lib/shell-components/models/RoleUpdatedNotification.d.ts +7 -7
- package/lib/shell-components/models/UserStoryAssignedNotification.d.ts +8 -8
- package/lib/shell-components/models/archiveUserStoryModel.d.ts +7 -7
- package/lib/shell-components/models/companieslist.model.d.ts +8 -8
- package/lib/shell-components/models/company-model.d.ts +31 -31
- package/lib/shell-components/models/company-payment-model.d.ts +18 -18
- package/lib/shell-components/models/dragedWidget.d.ts +16 -16
- package/lib/shell-components/models/employee-List.d.ts +8 -8
- package/lib/shell-components/models/employee.d.ts +60 -60
- package/lib/shell-components/models/entityRoleFeature.d.ts +9 -9
- package/lib/shell-components/models/export-configuration-model.d.ts +8 -8
- package/lib/shell-components/models/export-data.module.d.ts +6 -6
- package/lib/shell-components/models/goalApprovedNotificationModel.d.ts +8 -8
- package/lib/shell-components/models/import-configuration-model.d.ts +3 -3
- package/lib/shell-components/models/initialStatusofUsers.d.ts +5 -5
- package/lib/shell-components/models/invoiceOutput-model.d.ts +9 -9
- package/lib/shell-components/models/leaveApplicationNotifiction.d.ts +7 -7
- package/lib/shell-components/models/multiChartsScheduling.d.ts +9 -9
- package/lib/shell-components/models/parkUserStoryInputModel.d.ts +7 -7
- package/lib/shell-components/models/project.d.ts +28 -28
- package/lib/shell-components/models/recentSearchApiModel.d.ts +6 -6
- package/lib/shell-components/models/searchCriteriaInputModelBase.d.ts +10 -10
- package/lib/shell-components/models/shellModulesInfo.d.ts +16 -16
- package/lib/shell-components/models/softlabels-model.d.ts +66 -66
- package/lib/shell-components/models/sprintReplanRequestedModel.d.ts +7 -7
- package/lib/shell-components/models/sprintStartedNotificationModel.d.ts +7 -7
- package/lib/shell-components/models/store-model.d.ts +13 -13
- package/lib/shell-components/models/store-search-model.d.ts +7 -7
- package/lib/shell-components/models/themes.model.d.ts +9 -9
- package/lib/shell-components/models/timesheetenabledisable.d.ts +16 -16
- package/lib/shell-components/models/user.d.ts +40 -40
- package/lib/shell-components/models/userStory.d.ts +188 -188
- package/lib/shell-components/models/userStoryCommentNotificationModel.d.ts +6 -6
- package/lib/shell-components/models/userStoryUpdateNotificationModel.d.ts +6 -6
- package/lib/shell-components/models/userstory-custom-fields.model.d.ts +6 -6
- package/lib/shell-components/models/validation.model.d.ts +5 -5
- package/lib/shell-components/models/widgetlist.d.ts +28 -28
- package/lib/shell-components/models/workspaceList.d.ts +19 -19
- package/lib/shell-components/services/authentication.service.d.ts +18 -18
- package/lib/shell-components/services/chat.service.d.ts +16 -16
- package/lib/shell-components/services/common-used.service.d.ts +45 -45
- package/lib/shell-components/services/feature.service.d.ts +19 -19
- package/lib/shell-components/services/google-analytics.service.d.ts +9 -9
- package/lib/shell-components/services/layout.service.d.ts +23 -23
- package/lib/shell-components/services/payment.service.d.ts +19 -19
- package/lib/shell-components/services/recentSearch.service.d.ts +16 -16
- package/lib/shell-components/services/shell.modules.service.d.ts +9 -9
- package/lib/shell-components/services/signalr.service.d.ts +25 -25
- package/lib/shell-components/services/theme.service.d.ts +14 -14
- package/lib/shell-components/shell.module.d.ts +119 -119
- package/lib/shell-components/shell.routing.d.ts +2 -2
- package/lib/shell-components/store/actions/authentication.actions.d.ts +327 -327
- package/lib/shell-components/store/actions/chat.actions.d.ts +399 -399
- package/lib/shell-components/store/actions/menuitems.actions.d.ts +51 -51
- package/lib/shell-components/store/actions/notification-validator.action.d.ts +25 -25
- package/lib/shell-components/store/actions/notifications.actions.d.ts +116 -116
- package/lib/shell-components/store/effects/authentication.effects.d.ts +54 -54
- package/lib/shell-components/store/effects/chat.effects.d.ts +30 -30
- package/lib/shell-components/store/effects/index.d.ts +1 -1
- package/lib/shell-components/store/effects/menuitems.effects.d.ts +17 -17
- package/lib/shell-components/store/effects/notification-validator.effects.d.ts +21 -21
- package/lib/shell-components/store/effects/notifications.effects.d.ts +23 -23
- package/lib/shell-components/store/reducers/authentication.reducers.d.ts +30 -30
- package/lib/shell-components/store/reducers/chat.reducers.d.ts +17 -17
- package/lib/shell-components/store/reducers/index.d.ts +59 -59
- package/lib/shell-components/store/reducers/menuitems.reducers.d.ts +11 -11
- package/lib/shell-components/store/reducers/notification-validator.reducers.d.ts +5 -5
- package/lib/shell-components/store/reducers/notifications.reducers.d.ts +10 -10
- package/package.json +1 -1
- package/public-api.d.ts +82 -82
- package/store/reducers/index.d.ts +24 -24
- package/thetradeengineorg1-snova-shell-module.d.ts +5 -5
|
@@ -1,8 +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
8
|
//# sourceMappingURL=available-languages.d.ts.map
|
|
@@ -1,38 +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
38
|
//# sourceMappingURL=channel-names.d.ts.map
|
|
@@ -1,6 +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
6
|
//# sourceMappingURL=menu-categories.d.ts.map
|
|
@@ -1,6 +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
6
|
//# sourceMappingURL=notification-routes.d.ts.map
|
|
@@ -1,42 +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
42
|
//# sourceMappingURL=notification-type-ids.d.ts.map
|
|
@@ -1,12 +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
12
|
//# sourceMappingURL=recentSearchType.enum.d.ts.map
|
|
@@ -1,13 +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
13
|
//# sourceMappingURL=AppMenuItemModel.d.ts.map
|
|
@@ -1,13 +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
13
|
//# sourceMappingURL=AppNotification.d.ts.map
|
|
@@ -1,11 +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
11
|
//# sourceMappingURL=AssetAssignedNotificationModel.d.ts.map
|
|
@@ -1,48 +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
48
|
//# sourceMappingURL=ChannelUpdateModel.d.ts.map
|
|
@@ -1,12 +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
12
|
//# sourceMappingURL=EmployeeStatusModel.d.ts.map
|
|
@@ -1,5 +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
5
|
//# sourceMappingURL=IAdjust-screen-options.d.ts.map
|
|
@@ -1,5 +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
5
|
//# sourceMappingURL=IBadge.d.ts.map
|
|
@@ -1,8 +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
8
|
//# sourceMappingURL=IChildItem.d.ts.map
|
|
@@ -1,5 +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
5
|
//# sourceMappingURL=ILayout-change-options.d.ts.map
|
|
@@ -1,15 +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
15
|
//# sourceMappingURL=IMenuItem.d.ts.map
|
|
@@ -1,11 +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
11
|
//# sourceMappingURL=IlayoutConf.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare class IntroModel {
|
|
2
|
-
userId: any;
|
|
3
|
-
}
|
|
1
|
+
export declare class IntroModel {
|
|
2
|
+
userId: any;
|
|
3
|
+
}
|
|
4
4
|
//# sourceMappingURL=IntroModel.d.ts.map
|
|
@@ -1,56 +1,56 @@
|
|
|
1
|
-
export declare class MessageDetails {
|
|
2
|
-
id: any;
|
|
3
|
-
senderUserId: string;
|
|
4
|
-
textMessage: string;
|
|
5
|
-
senderName: string;
|
|
6
|
-
messageType: string;
|
|
7
|
-
isDeleted: boolean;
|
|
8
|
-
isEdited: boolean;
|
|
9
|
-
channelId: string;
|
|
10
|
-
receiverUserId: string;
|
|
11
|
-
channelName: string;
|
|
12
|
-
receiverName: string;
|
|
13
|
-
parentMessageId: number;
|
|
14
|
-
isPinned: boolean;
|
|
15
|
-
reactedByUserId: boolean;
|
|
16
|
-
isStarted: boolean;
|
|
17
|
-
taggedMembersIds: any;
|
|
18
|
-
fromUserId: string;
|
|
19
|
-
messageDateTime: Date;
|
|
20
|
-
threadCount: any;
|
|
21
|
-
messageTypeId: any;
|
|
22
|
-
isAddedToChannel: boolean;
|
|
23
|
-
lastReplyDateTime: Date;
|
|
24
|
-
filePath: string;
|
|
25
|
-
fileType: string;
|
|
26
|
-
receiverProfileImage: string;
|
|
27
|
-
senderProfileImage: string;
|
|
28
|
-
unreadMessageCount: any;
|
|
29
|
-
deviceId: string;
|
|
30
|
-
messageReceiveDate: string;
|
|
31
|
-
messageReceiveTime: string;
|
|
32
|
-
activityTrackerStatus: boolean;
|
|
33
|
-
timeStamp: any;
|
|
34
|
-
fileName: string;
|
|
35
|
-
refreshChannels: boolean;
|
|
36
|
-
refreshUsers: boolean;
|
|
37
|
-
isFromChannelRename: boolean;
|
|
38
|
-
isFromChannelArchive: boolean;
|
|
39
|
-
isFromAddMember: boolean;
|
|
40
|
-
isFromRemoveMember: boolean;
|
|
41
|
-
isFromBackend: boolean;
|
|
42
|
-
taggedMembersIdsXml: string;
|
|
43
|
-
reportMessage: string;
|
|
44
|
-
isThreadMessage: boolean;
|
|
45
|
-
isFromStarred: boolean;
|
|
46
|
-
title: string;
|
|
47
|
-
body: string;
|
|
48
|
-
messageSentStatus: string;
|
|
49
|
-
isFromReadOnly: boolean;
|
|
50
|
-
isReadOnly: boolean;
|
|
51
|
-
userName: string;
|
|
52
|
-
fromUserProfileImage: string;
|
|
53
|
-
fromChannelImage: boolean;
|
|
54
|
-
pubnubChannelNameOfMessage: Array<String>;
|
|
55
|
-
}
|
|
1
|
+
export declare class MessageDetails {
|
|
2
|
+
id: any;
|
|
3
|
+
senderUserId: string;
|
|
4
|
+
textMessage: string;
|
|
5
|
+
senderName: string;
|
|
6
|
+
messageType: string;
|
|
7
|
+
isDeleted: boolean;
|
|
8
|
+
isEdited: boolean;
|
|
9
|
+
channelId: string;
|
|
10
|
+
receiverUserId: string;
|
|
11
|
+
channelName: string;
|
|
12
|
+
receiverName: string;
|
|
13
|
+
parentMessageId: number;
|
|
14
|
+
isPinned: boolean;
|
|
15
|
+
reactedByUserId: boolean;
|
|
16
|
+
isStarted: boolean;
|
|
17
|
+
taggedMembersIds: any;
|
|
18
|
+
fromUserId: string;
|
|
19
|
+
messageDateTime: Date;
|
|
20
|
+
threadCount: any;
|
|
21
|
+
messageTypeId: any;
|
|
22
|
+
isAddedToChannel: boolean;
|
|
23
|
+
lastReplyDateTime: Date;
|
|
24
|
+
filePath: string;
|
|
25
|
+
fileType: string;
|
|
26
|
+
receiverProfileImage: string;
|
|
27
|
+
senderProfileImage: string;
|
|
28
|
+
unreadMessageCount: any;
|
|
29
|
+
deviceId: string;
|
|
30
|
+
messageReceiveDate: string;
|
|
31
|
+
messageReceiveTime: string;
|
|
32
|
+
activityTrackerStatus: boolean;
|
|
33
|
+
timeStamp: any;
|
|
34
|
+
fileName: string;
|
|
35
|
+
refreshChannels: boolean;
|
|
36
|
+
refreshUsers: boolean;
|
|
37
|
+
isFromChannelRename: boolean;
|
|
38
|
+
isFromChannelArchive: boolean;
|
|
39
|
+
isFromAddMember: boolean;
|
|
40
|
+
isFromRemoveMember: boolean;
|
|
41
|
+
isFromBackend: boolean;
|
|
42
|
+
taggedMembersIdsXml: string;
|
|
43
|
+
reportMessage: string;
|
|
44
|
+
isThreadMessage: boolean;
|
|
45
|
+
isFromStarred: boolean;
|
|
46
|
+
title: string;
|
|
47
|
+
body: string;
|
|
48
|
+
messageSentStatus: string;
|
|
49
|
+
isFromReadOnly: boolean;
|
|
50
|
+
isReadOnly: boolean;
|
|
51
|
+
userName: string;
|
|
52
|
+
fromUserProfileImage: string;
|
|
53
|
+
fromChannelImage: boolean;
|
|
54
|
+
pubnubChannelNameOfMessage: Array<String>;
|
|
55
|
+
}
|
|
56
56
|
//# sourceMappingURL=MessageDetails.d.ts.map
|