@thetradeengineorg1/snova-shell-module 0.0.3 → 0.0.4
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/bundles/thetradeengineorg1-snova-shell-module.umd.js +5926 -774
- package/bundles/thetradeengineorg1-snova-shell-module.umd.js.map +1 -1
- package/esm2015/lib/globaldependencies/components/componentbase.js +9 -9
- package/esm2015/lib/globaldependencies/helpers/moment-utc-date-adapter.js +11 -11
- package/esm2015/lib/globaldependencies/intercepter/jwt.interceptor.js +6 -6
- package/esm2015/lib/globaldependencies/pipes/fetchSizedAndCachedImage.pipe.js +11 -11
- package/esm2015/lib/globaldependencies/pipes/highLightText.pipe.js +13 -13
- package/esm2015/lib/globaldependencies/pipes/orderby-pipe.js +11 -11
- package/esm2015/lib/globaldependencies/pipes/removeSpecialCharacters.pipe.js +11 -11
- package/esm2015/lib/globaldependencies/pipes/sanitize.pipe.js +13 -13
- package/esm2015/lib/globaldependencies/pipes/softlabels.pipes.js +13 -13
- package/esm2015/lib/globaldependencies/pipes/utctolocaltime.pipe.js +11 -11
- package/esm2015/lib/globaldependencies/pipes/utctolocaltimewithdate.pipe.js +11 -11
- package/esm2015/lib/globaldependencies/pipes/workflowstatus.pipes.js +11 -11
- package/esm2015/lib/shell-components/components/Payments/account.component.js +91 -20
- package/esm2015/lib/shell-components/components/Payments/company-information.js +322 -26
- package/esm2015/lib/shell-components/components/Payments/company-plans.component.js +509 -11
- package/esm2015/lib/shell-components/components/Payments/document.component.js +90 -18
- package/esm2015/lib/shell-components/components/Payments/payment-method.component.js +76 -18
- package/esm2015/lib/shell-components/components/Payments/product-service.component.js +317 -22
- package/esm2015/lib/shell-components/components/Payments/purchase-more-licenses.js +119 -22
- package/esm2015/lib/shell-components/components/Payments/transactions.component.js +132 -20
- package/esm2015/lib/shell-components/components/admin-layout/admin-layout.component.js +119 -20
- package/esm2015/lib/shell-components/components/all-work-items-dialog/all-work-items-dialog.component.js +29 -16
- package/esm2015/lib/shell-components/components/confirmation-dialog/confirmation-dialog.component.js +55 -19
- package/esm2015/lib/shell-components/components/export-import-configuration/export-configuration.component.js +174 -29
- package/esm2015/lib/shell-components/components/feed-time/feed-time-dialog.component.js +29 -16
- package/esm2015/lib/shell-components/components/feed-time/feed-time.component.js +20 -16
- package/esm2015/lib/shell-components/components/header-side/header-side.component.js +763 -73
- package/esm2015/lib/shell-components/components/header-top/header-top.component.js +417 -21
- package/esm2015/lib/shell-components/components/lives/lives-welcome-page.js +39 -10
- package/esm2015/lib/shell-components/components/menu/menu.component.js +962 -74
- package/esm2015/lib/shell-components/components/notifications/announcement-dialog.component.js +57 -20
- package/esm2015/lib/shell-components/components/notifications/notifications.component.js +99 -14
- package/esm2015/lib/shell-components/components/sidebar-top/sidebar-top.component.js +19 -13
- package/esm2015/lib/shell-components/components/sidenav/side-bar.component.js +80 -13
- package/esm2015/lib/shell-components/components/sidenav/sidenav.component.js +419 -23
- package/esm2015/lib/shell-components/components/submit-feedback/submit-feedback.component.js +17 -13
- package/esm2015/lib/shell-components/services/authentication.service.js +7 -7
- package/esm2015/lib/shell-components/services/chat.service.js +9 -9
- package/esm2015/lib/shell-components/services/common-used.service.js +7 -7
- package/esm2015/lib/shell-components/services/feature.service.js +7 -7
- package/esm2015/lib/shell-components/services/google-analytics.service.js +6 -6
- package/esm2015/lib/shell-components/services/layout.service.js +6 -6
- package/esm2015/lib/shell-components/services/payment.service.js +7 -7
- package/esm2015/lib/shell-components/services/recentSearch.service.js +9 -9
- package/esm2015/lib/shell-components/services/shell.modules.service.js +11 -11
- package/esm2015/lib/shell-components/services/signalr.service.js +9 -9
- package/esm2015/lib/shell-components/services/theme.service.js +6 -6
- package/esm2015/lib/shell-components/shell.module.js +185 -181
- package/esm2015/lib/shell-components/store/effects/authentication.effects.js +9 -9
- package/esm2015/lib/shell-components/store/effects/chat.effects.js +6 -6
- package/esm2015/lib/shell-components/store/effects/menuitems.effects.js +6 -6
- package/esm2015/lib/shell-components/store/effects/notification-validator.effects.js +6 -6
- package/esm2015/lib/shell-components/store/effects/notifications.effects.js +6 -6
- package/fesm2015/thetradeengineorg1-snova-shell-module.js +5322 -911
- package/fesm2015/thetradeengineorg1-snova-shell-module.js.map +1 -1
- package/lib/globaldependencies/components/componentbase.d.ts +1 -0
- package/lib/globaldependencies/components/componentbase.d.ts.map +1 -0
- package/lib/globaldependencies/constants/feature-ids.d.ts +1 -0
- package/lib/globaldependencies/constants/feature-ids.d.ts.map +1 -0
- package/lib/globaldependencies/constants/localstorage-properties.d.ts +1 -0
- package/lib/globaldependencies/constants/localstorage-properties.d.ts.map +1 -0
- package/lib/globaldependencies/helpers/dom.helper.d.ts +1 -0
- package/lib/globaldependencies/helpers/dom.helper.d.ts.map +1 -0
- package/lib/globaldependencies/helpers/fontawesome-icons.d.ts +1 -0
- package/lib/globaldependencies/helpers/fontawesome-icons.d.ts.map +1 -0
- package/lib/globaldependencies/helpers/moment-utc-date-adapter.d.ts +1 -0
- package/lib/globaldependencies/helpers/moment-utc-date-adapter.d.ts.map +1 -0
- package/lib/globaldependencies/helpers/window.helper.d.ts +1 -0
- package/lib/globaldependencies/helpers/window.helper.d.ts.map +1 -0
- package/lib/globaldependencies/intercepter/jwt.interceptor.d.ts +1 -0
- package/lib/globaldependencies/intercepter/jwt.interceptor.d.ts.map +1 -0
- package/lib/globaldependencies/pipes/fetchSizedAndCachedImage.pipe.d.ts +1 -0
- package/lib/globaldependencies/pipes/fetchSizedAndCachedImage.pipe.d.ts.map +1 -0
- package/lib/globaldependencies/pipes/highLightText.pipe.d.ts +1 -0
- package/lib/globaldependencies/pipes/highLightText.pipe.d.ts.map +1 -0
- package/lib/globaldependencies/pipes/orderby-pipe.d.ts +1 -0
- package/lib/globaldependencies/pipes/orderby-pipe.d.ts.map +1 -0
- package/lib/globaldependencies/pipes/removeSpecialCharacters.pipe.d.ts +1 -0
- package/lib/globaldependencies/pipes/removeSpecialCharacters.pipe.d.ts.map +1 -0
- package/lib/globaldependencies/pipes/sanitize.pipe.d.ts +1 -0
- package/lib/globaldependencies/pipes/sanitize.pipe.d.ts.map +1 -0
- package/lib/globaldependencies/pipes/softlabels.pipes.d.ts +1 -0
- package/lib/globaldependencies/pipes/softlabels.pipes.d.ts.map +1 -0
- package/lib/globaldependencies/pipes/utctolocaltime.pipe.d.ts +1 -0
- package/lib/globaldependencies/pipes/utctolocaltime.pipe.d.ts.map +1 -0
- package/lib/globaldependencies/pipes/utctolocaltimewithdate.pipe.d.ts +1 -0
- package/lib/globaldependencies/pipes/utctolocaltimewithdate.pipe.d.ts.map +1 -0
- package/lib/globaldependencies/pipes/workflowstatus.pipes.d.ts +1 -0
- package/lib/globaldependencies/pipes/workflowstatus.pipes.d.ts.map +1 -0
- package/lib/shell-components/components/Payments/account.component.d.ts +1 -0
- package/lib/shell-components/components/Payments/account.component.d.ts.map +1 -0
- package/lib/shell-components/components/Payments/company-information.d.ts +1 -0
- package/lib/shell-components/components/Payments/company-information.d.ts.map +1 -0
- package/lib/shell-components/components/Payments/company-plans.component.d.ts +1 -0
- package/lib/shell-components/components/Payments/company-plans.component.d.ts.map +1 -0
- package/lib/shell-components/components/Payments/document.component.d.ts +2 -1
- package/lib/shell-components/components/Payments/document.component.d.ts.map +1 -0
- package/lib/shell-components/components/Payments/payment-method.component.d.ts +1 -0
- 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 +1 -0
- 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 +1 -0
- package/lib/shell-components/components/Payments/purchase-more-licenses.d.ts.map +1 -0
- package/lib/shell-components/components/Payments/transactions.component.d.ts +1 -0
- 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 +1 -0
- 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 +1 -0
- 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 +1 -0
- 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 +1 -0
- 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 +1 -0
- 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 +1 -0
- 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 +2 -1
- 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 +1 -0
- 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 +1 -0
- package/lib/shell-components/components/lives/lives-welcome-page.d.ts.map +1 -0
- package/lib/shell-components/components/menu/menu.component.d.ts +1 -0
- package/lib/shell-components/components/menu/menu.component.d.ts.map +1 -0
- package/lib/shell-components/components/menu/searchTask.enum.d.ts +1 -0
- package/lib/shell-components/components/menu/searchTask.enum.d.ts.map +1 -0
- package/lib/shell-components/components/notifications/announcement-dialog.component.d.ts +1 -0
- package/lib/shell-components/components/notifications/announcement-dialog.component.d.ts.map +1 -0
- package/lib/shell-components/components/notifications/notifications.component.d.ts +1 -0
- 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 +1 -0
- 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 +1 -0
- package/lib/shell-components/components/sidenav/side-bar.component.d.ts.map +1 -0
- package/lib/shell-components/components/sidenav/sidenav.component.d.ts +1 -0
- 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 +1 -0
- package/lib/shell-components/components/submit-feedback/submit-feedback.component.d.ts.map +1 -0
- package/lib/shell-components/constants/api-urls.d.ts +1 -0
- package/lib/shell-components/constants/api-urls.d.ts.map +1 -0
- package/lib/shell-components/constants/available-languages.d.ts +1 -0
- package/lib/shell-components/constants/available-languages.d.ts.map +1 -0
- package/lib/shell-components/constants/channel-names.d.ts +1 -0
- package/lib/shell-components/constants/channel-names.d.ts.map +1 -0
- package/lib/shell-components/constants/menu-categories.d.ts +1 -0
- package/lib/shell-components/constants/menu-categories.d.ts.map +1 -0
- package/lib/shell-components/constants/notification-routes.d.ts +1 -0
- package/lib/shell-components/constants/notification-routes.d.ts.map +1 -0
- package/lib/shell-components/constants/notification-type-ids.d.ts +1 -0
- package/lib/shell-components/constants/notification-type-ids.d.ts.map +1 -0
- package/lib/shell-components/enum/recentSearchType.enum.d.ts +1 -0
- package/lib/shell-components/enum/recentSearchType.enum.d.ts.map +1 -0
- package/lib/shell-components/models/AppMenuItemModel.d.ts +1 -0
- package/lib/shell-components/models/AppMenuItemModel.d.ts.map +1 -0
- package/lib/shell-components/models/AppNotification.d.ts +1 -0
- package/lib/shell-components/models/AppNotification.d.ts.map +1 -0
- package/lib/shell-components/models/AssetAssignedNotificationModel.d.ts +1 -0
- package/lib/shell-components/models/AssetAssignedNotificationModel.d.ts.map +1 -0
- package/lib/shell-components/models/ChannelUpdateModel.d.ts +1 -0
- package/lib/shell-components/models/ChannelUpdateModel.d.ts.map +1 -0
- package/lib/shell-components/models/EmployeeStatusModel.d.ts +1 -0
- package/lib/shell-components/models/EmployeeStatusModel.d.ts.map +1 -0
- package/lib/shell-components/models/IAdjust-screen-options.d.ts +1 -0
- package/lib/shell-components/models/IAdjust-screen-options.d.ts.map +1 -0
- package/lib/shell-components/models/IBadge.d.ts +1 -0
- package/lib/shell-components/models/IBadge.d.ts.map +1 -0
- package/lib/shell-components/models/IChildItem.d.ts +1 -0
- package/lib/shell-components/models/IChildItem.d.ts.map +1 -0
- package/lib/shell-components/models/ILayout-change-options.d.ts +1 -0
- package/lib/shell-components/models/ILayout-change-options.d.ts.map +1 -0
- package/lib/shell-components/models/IMenuItem.d.ts +1 -0
- package/lib/shell-components/models/IMenuItem.d.ts.map +1 -0
- package/lib/shell-components/models/IlayoutConf.d.ts +1 -0
- package/lib/shell-components/models/IlayoutConf.d.ts.map +1 -0
- package/lib/shell-components/models/IntroModel.d.ts +1 -0
- package/lib/shell-components/models/IntroModel.d.ts.map +1 -0
- package/lib/shell-components/models/MessageDetails.d.ts +1 -0
- package/lib/shell-components/models/MessageDetails.d.ts.map +1 -0
- package/lib/shell-components/models/MessageTypingDetails.d.ts +1 -0
- package/lib/shell-components/models/MessageTypingDetails.d.ts.map +1 -0
- package/lib/shell-components/models/NewProjectCreatedNotificationModel.d.ts +1 -0
- package/lib/shell-components/models/NewProjectCreatedNotificationModel.d.ts.map +1 -0
- package/lib/shell-components/models/NewProjectFeatureNotificationModel.d.ts +1 -0
- package/lib/shell-components/models/NewProjectFeatureNotificationModel.d.ts.map +1 -0
- package/lib/shell-components/models/NotificationsOutPutModel.d.ts +1 -0
- package/lib/shell-components/models/NotificationsOutPutModel.d.ts.map +1 -0
- package/lib/shell-components/models/ProjectSearchCriteriaInputModel.d.ts +1 -0
- package/lib/shell-components/models/ProjectSearchCriteriaInputModel.d.ts.map +1 -0
- package/lib/shell-components/models/RecentSearchModel.d.ts +1 -0
- package/lib/shell-components/models/RecentSearchModel.d.ts.map +1 -0
- package/lib/shell-components/models/ReportConfigAssignedNotification.d.ts +1 -0
- package/lib/shell-components/models/ReportConfigAssignedNotification.d.ts.map +1 -0
- package/lib/shell-components/models/ReportSubmittedNotification.d.ts +1 -0
- package/lib/shell-components/models/ReportSubmittedNotification.d.ts.map +1 -0
- package/lib/shell-components/models/RoleUpdatedNotification.d.ts +1 -0
- package/lib/shell-components/models/RoleUpdatedNotification.d.ts.map +1 -0
- package/lib/shell-components/models/UserStoryAssignedNotification.d.ts +1 -0
- package/lib/shell-components/models/UserStoryAssignedNotification.d.ts.map +1 -0
- package/lib/shell-components/models/archiveUserStoryModel.d.ts +1 -0
- package/lib/shell-components/models/archiveUserStoryModel.d.ts.map +1 -0
- package/lib/shell-components/models/companieslist.model.d.ts +1 -0
- package/lib/shell-components/models/companieslist.model.d.ts.map +1 -0
- package/lib/shell-components/models/company-model.d.ts +1 -0
- package/lib/shell-components/models/company-model.d.ts.map +1 -0
- package/lib/shell-components/models/company-payment-model.d.ts +1 -0
- package/lib/shell-components/models/company-payment-model.d.ts.map +1 -0
- package/lib/shell-components/models/dragedWidget.d.ts +1 -0
- package/lib/shell-components/models/dragedWidget.d.ts.map +1 -0
- package/lib/shell-components/models/employee-List.d.ts +1 -0
- package/lib/shell-components/models/employee-List.d.ts.map +1 -0
- package/lib/shell-components/models/employee.d.ts +1 -0
- package/lib/shell-components/models/employee.d.ts.map +1 -0
- package/lib/shell-components/models/entityRoleFeature.d.ts +1 -0
- package/lib/shell-components/models/entityRoleFeature.d.ts.map +1 -0
- package/lib/shell-components/models/export-configuration-model.d.ts +1 -0
- package/lib/shell-components/models/export-configuration-model.d.ts.map +1 -0
- package/lib/shell-components/models/export-data.module.d.ts +1 -0
- package/lib/shell-components/models/export-data.module.d.ts.map +1 -0
- package/lib/shell-components/models/goalApprovedNotificationModel.d.ts +1 -0
- package/lib/shell-components/models/goalApprovedNotificationModel.d.ts.map +1 -0
- package/lib/shell-components/models/import-configuration-model.d.ts +1 -0
- package/lib/shell-components/models/import-configuration-model.d.ts.map +1 -0
- package/lib/shell-components/models/initialStatusofUsers.d.ts +1 -0
- package/lib/shell-components/models/initialStatusofUsers.d.ts.map +1 -0
- package/lib/shell-components/models/invoiceOutput-model.d.ts +1 -0
- package/lib/shell-components/models/invoiceOutput-model.d.ts.map +1 -0
- package/lib/shell-components/models/leaveApplicationNotifiction.d.ts +1 -0
- package/lib/shell-components/models/leaveApplicationNotifiction.d.ts.map +1 -0
- package/lib/shell-components/models/multiChartsScheduling.d.ts +1 -0
- package/lib/shell-components/models/multiChartsScheduling.d.ts.map +1 -0
- package/lib/shell-components/models/parkUserStoryInputModel.d.ts +1 -0
- package/lib/shell-components/models/parkUserStoryInputModel.d.ts.map +1 -0
- package/lib/shell-components/models/project.d.ts +1 -0
- package/lib/shell-components/models/project.d.ts.map +1 -0
- package/lib/shell-components/models/recentSearchApiModel.d.ts +1 -0
- package/lib/shell-components/models/recentSearchApiModel.d.ts.map +1 -0
- package/lib/shell-components/models/searchCriteriaInputModelBase.d.ts +1 -0
- package/lib/shell-components/models/searchCriteriaInputModelBase.d.ts.map +1 -0
- package/lib/shell-components/models/shellModulesInfo.d.ts +1 -0
- package/lib/shell-components/models/shellModulesInfo.d.ts.map +1 -0
- package/lib/shell-components/models/softlabels-model.d.ts +1 -0
- package/lib/shell-components/models/softlabels-model.d.ts.map +1 -0
- package/lib/shell-components/models/sprintReplanRequestedModel.d.ts +1 -0
- package/lib/shell-components/models/sprintReplanRequestedModel.d.ts.map +1 -0
- package/lib/shell-components/models/sprintStartedNotificationModel.d.ts +1 -0
- package/lib/shell-components/models/sprintStartedNotificationModel.d.ts.map +1 -0
- package/lib/shell-components/models/store-model.d.ts +1 -0
- package/lib/shell-components/models/store-model.d.ts.map +1 -0
- package/lib/shell-components/models/store-search-model.d.ts +1 -0
- package/lib/shell-components/models/store-search-model.d.ts.map +1 -0
- package/lib/shell-components/models/themes.model.d.ts +1 -0
- package/lib/shell-components/models/themes.model.d.ts.map +1 -0
- package/lib/shell-components/models/timesheetenabledisable.d.ts +1 -0
- package/lib/shell-components/models/timesheetenabledisable.d.ts.map +1 -0
- package/lib/shell-components/models/user.d.ts +1 -0
- package/lib/shell-components/models/user.d.ts.map +1 -0
- package/lib/shell-components/models/userStory.d.ts +1 -0
- package/lib/shell-components/models/userStory.d.ts.map +1 -0
- package/lib/shell-components/models/userStoryCommentNotificationModel.d.ts +1 -0
- package/lib/shell-components/models/userStoryCommentNotificationModel.d.ts.map +1 -0
- package/lib/shell-components/models/userStoryUpdateNotificationModel.d.ts +1 -0
- package/lib/shell-components/models/userStoryUpdateNotificationModel.d.ts.map +1 -0
- package/lib/shell-components/models/userstory-custom-fields.model.d.ts +1 -0
- package/lib/shell-components/models/userstory-custom-fields.model.d.ts.map +1 -0
- package/lib/shell-components/models/validation.model.d.ts +1 -0
- package/lib/shell-components/models/validation.model.d.ts.map +1 -0
- package/lib/shell-components/models/widgetlist.d.ts +1 -0
- package/lib/shell-components/models/widgetlist.d.ts.map +1 -0
- package/lib/shell-components/models/workspaceList.d.ts +1 -0
- package/lib/shell-components/models/workspaceList.d.ts.map +1 -0
- package/lib/shell-components/services/authentication.service.d.ts +1 -0
- package/lib/shell-components/services/authentication.service.d.ts.map +1 -0
- package/lib/shell-components/services/chat.service.d.ts +1 -0
- package/lib/shell-components/services/chat.service.d.ts.map +1 -0
- package/lib/shell-components/services/common-used.service.d.ts +1 -0
- package/lib/shell-components/services/common-used.service.d.ts.map +1 -0
- package/lib/shell-components/services/feature.service.d.ts +1 -0
- package/lib/shell-components/services/feature.service.d.ts.map +1 -0
- package/lib/shell-components/services/google-analytics.service.d.ts +1 -0
- package/lib/shell-components/services/google-analytics.service.d.ts.map +1 -0
- package/lib/shell-components/services/layout.service.d.ts +1 -0
- package/lib/shell-components/services/layout.service.d.ts.map +1 -0
- package/lib/shell-components/services/payment.service.d.ts +1 -0
- package/lib/shell-components/services/payment.service.d.ts.map +1 -0
- package/lib/shell-components/services/recentSearch.service.d.ts +1 -0
- package/lib/shell-components/services/recentSearch.service.d.ts.map +1 -0
- package/lib/shell-components/services/shell.modules.service.d.ts +1 -0
- package/lib/shell-components/services/shell.modules.service.d.ts.map +1 -0
- package/lib/shell-components/services/signalr.service.d.ts +1 -0
- package/lib/shell-components/services/signalr.service.d.ts.map +1 -0
- package/lib/shell-components/services/theme.service.d.ts +1 -0
- package/lib/shell-components/services/theme.service.d.ts.map +1 -0
- package/lib/shell-components/shell.module.d.ts +2 -1
- package/lib/shell-components/shell.module.d.ts.map +1 -0
- package/lib/shell-components/shell.routing.d.ts +1 -0
- package/lib/shell-components/shell.routing.d.ts.map +1 -0
- package/lib/shell-components/store/actions/authentication.actions.d.ts +1 -0
- package/lib/shell-components/store/actions/authentication.actions.d.ts.map +1 -0
- package/lib/shell-components/store/actions/chat.actions.d.ts +1 -0
- package/lib/shell-components/store/actions/chat.actions.d.ts.map +1 -0
- package/lib/shell-components/store/actions/menuitems.actions.d.ts +1 -0
- package/lib/shell-components/store/actions/menuitems.actions.d.ts.map +1 -0
- package/lib/shell-components/store/actions/notification-validator.action.d.ts +1 -0
- package/lib/shell-components/store/actions/notification-validator.action.d.ts.map +1 -0
- package/lib/shell-components/store/actions/notifications.actions.d.ts +1 -0
- package/lib/shell-components/store/actions/notifications.actions.d.ts.map +1 -0
- package/lib/shell-components/store/effects/authentication.effects.d.ts +1 -0
- package/lib/shell-components/store/effects/authentication.effects.d.ts.map +1 -0
- package/lib/shell-components/store/effects/chat.effects.d.ts +1 -0
- package/lib/shell-components/store/effects/chat.effects.d.ts.map +1 -0
- package/lib/shell-components/store/effects/index.d.ts +1 -0
- package/lib/shell-components/store/effects/index.d.ts.map +1 -0
- package/lib/shell-components/store/effects/menuitems.effects.d.ts +1 -0
- package/lib/shell-components/store/effects/menuitems.effects.d.ts.map +1 -0
- package/lib/shell-components/store/effects/notification-validator.effects.d.ts +1 -0
- package/lib/shell-components/store/effects/notification-validator.effects.d.ts.map +1 -0
- package/lib/shell-components/store/effects/notifications.effects.d.ts +1 -0
- package/lib/shell-components/store/effects/notifications.effects.d.ts.map +1 -0
- package/lib/shell-components/store/reducers/authentication.reducers.d.ts +1 -0
- package/lib/shell-components/store/reducers/authentication.reducers.d.ts.map +1 -0
- package/lib/shell-components/store/reducers/chat.reducers.d.ts +1 -0
- package/lib/shell-components/store/reducers/chat.reducers.d.ts.map +1 -0
- package/lib/shell-components/store/reducers/index.d.ts +1 -0
- package/lib/shell-components/store/reducers/index.d.ts.map +1 -0
- package/lib/shell-components/store/reducers/menuitems.reducers.d.ts +1 -0
- package/lib/shell-components/store/reducers/menuitems.reducers.d.ts.map +1 -0
- package/lib/shell-components/store/reducers/notification-validator.reducers.d.ts +1 -0
- package/lib/shell-components/store/reducers/notification-validator.reducers.d.ts.map +1 -0
- package/lib/shell-components/store/reducers/notifications.reducers.d.ts +1 -0
- package/lib/shell-components/store/reducers/notifications.reducers.d.ts.map +1 -0
- package/package.json +5 -5
- package/public-api.d.ts +1 -0
- package/public-api.d.ts.map +1 -0
- package/store/reducers/index.d.ts +1 -0
- package/store/reducers/index.d.ts.map +1 -0
- package/thetradeengineorg1-snova-shell-module.d.ts +1 -0
- package/thetradeengineorg1-snova-shell-module.d.ts.map +1 -0
|
@@ -7,15 +7,398 @@ import { MenuCategories } from '../../constants/menu-categories';
|
|
|
7
7
|
import '../../../globaldependencies/helpers/fontawesome-icons';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
import * as i1 from "@ngrx/store";
|
|
10
|
-
import * as i2 from "@angular/
|
|
11
|
-
import * as i3 from "@angular/material/
|
|
12
|
-
import * as i4 from "@angular/
|
|
13
|
-
import * as i5 from "@angular/
|
|
14
|
-
import * as i6 from "@angular/
|
|
15
|
-
import * as i7 from "@angular/
|
|
16
|
-
import * as i8 from "@angular/material/
|
|
10
|
+
import * as i2 from "@angular/common";
|
|
11
|
+
import * as i3 from "@angular/material/divider";
|
|
12
|
+
import * as i4 from "@angular/flex-layout/extended";
|
|
13
|
+
import * as i5 from "@angular/material/button";
|
|
14
|
+
import * as i6 from "@angular/router";
|
|
15
|
+
import * as i7 from "@angular/material/tooltip";
|
|
16
|
+
import * as i8 from "@angular/material/icon";
|
|
17
17
|
import * as i9 from "@angular/flex-layout/flex";
|
|
18
18
|
import * as i10 from "@ngx-translate/core";
|
|
19
|
+
function SidenavComponent_div_1_div_5_button_1_Template(rf, ctx) { if (rf & 1) {
|
|
20
|
+
i0.ɵɵelementStart(0, "button", 11);
|
|
21
|
+
i0.ɵɵelementStart(1, "mat-icon");
|
|
22
|
+
i0.ɵɵtext(2);
|
|
23
|
+
i0.ɵɵelementEnd();
|
|
24
|
+
i0.ɵɵelementEnd();
|
|
25
|
+
} if (rf & 2) {
|
|
26
|
+
const item_r3 = i0.ɵɵnextContext().$implicit;
|
|
27
|
+
i0.ɵɵpropertyInterpolate1("routerLink", "/", item_r3.state, "");
|
|
28
|
+
i0.ɵɵproperty("matTooltip", item_r3.tooltip);
|
|
29
|
+
i0.ɵɵadvance(2);
|
|
30
|
+
i0.ɵɵtextInterpolate(item_r3.icon);
|
|
31
|
+
} }
|
|
32
|
+
function SidenavComponent_div_1_div_5_Template(rf, ctx) { if (rf & 1) {
|
|
33
|
+
i0.ɵɵelementStart(0, "div", 9);
|
|
34
|
+
i0.ɵɵtemplate(1, SidenavComponent_div_1_div_5_button_1_Template, 3, 3, "button", 10);
|
|
35
|
+
i0.ɵɵelementEnd();
|
|
36
|
+
} if (rf & 2) {
|
|
37
|
+
const item_r3 = ctx.$implicit;
|
|
38
|
+
i0.ɵɵadvance(1);
|
|
39
|
+
i0.ɵɵproperty("ngIf", !item_r3.disabled && item_r3.type === "icon");
|
|
40
|
+
} }
|
|
41
|
+
const _c0 = function () { return { margin: "0 -24px" }; };
|
|
42
|
+
function SidenavComponent_div_1_Template(rf, ctx) { if (rf & 1) {
|
|
43
|
+
i0.ɵɵelementStart(0, "div", 4);
|
|
44
|
+
i0.ɵɵelementStart(1, "div", 5);
|
|
45
|
+
i0.ɵɵelement(2, "mat-divider", 6);
|
|
46
|
+
i0.ɵɵelementStart(3, "span", 7);
|
|
47
|
+
i0.ɵɵtext(4);
|
|
48
|
+
i0.ɵɵelementEnd();
|
|
49
|
+
i0.ɵɵelementEnd();
|
|
50
|
+
i0.ɵɵtemplate(5, SidenavComponent_div_1_div_5_Template, 2, 1, "div", 8);
|
|
51
|
+
i0.ɵɵpipe(6, "async");
|
|
52
|
+
i0.ɵɵelementEnd();
|
|
53
|
+
} if (rf & 2) {
|
|
54
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
55
|
+
i0.ɵɵadvance(2);
|
|
56
|
+
i0.ɵɵproperty("ngStyle", i0.ɵɵpureFunction0(5, _c0));
|
|
57
|
+
i0.ɵɵadvance(2);
|
|
58
|
+
i0.ɵɵtextInterpolate(ctx_r0.iconTypeMenuTitle);
|
|
59
|
+
i0.ɵɵadvance(1);
|
|
60
|
+
i0.ɵɵproperty("ngForOf", i0.ɵɵpipeBind1(6, 3, ctx_r0.menuItems$));
|
|
61
|
+
} }
|
|
62
|
+
function SidenavComponent_li_3_div_1_Template(rf, ctx) { if (rf & 1) {
|
|
63
|
+
i0.ɵɵelementStart(0, "div", 15);
|
|
64
|
+
i0.ɵɵelement(1, "mat-divider");
|
|
65
|
+
i0.ɵɵelementStart(2, "span", 16);
|
|
66
|
+
i0.ɵɵpipe(3, "translate");
|
|
67
|
+
i0.ɵɵtext(4);
|
|
68
|
+
i0.ɵɵpipe(5, "translate");
|
|
69
|
+
i0.ɵɵelementEnd();
|
|
70
|
+
i0.ɵɵelementEnd();
|
|
71
|
+
} if (rf & 2) {
|
|
72
|
+
const item_r6 = i0.ɵɵnextContext().$implicit;
|
|
73
|
+
i0.ɵɵadvance(2);
|
|
74
|
+
i0.ɵɵpropertyInterpolate("matTooltip", i0.ɵɵpipeBind1(3, 2, item_r6.name));
|
|
75
|
+
i0.ɵɵadvance(2);
|
|
76
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(5, 4, item_r6.name));
|
|
77
|
+
} }
|
|
78
|
+
const _c1 = function (a0) { return { background: a0 }; };
|
|
79
|
+
function SidenavComponent_li_3_div_2_a_1_span_8_Template(rf, ctx) { if (rf & 1) {
|
|
80
|
+
i0.ɵɵelementStart(0, "span", 6);
|
|
81
|
+
i0.ɵɵtext(1);
|
|
82
|
+
i0.ɵɵelementEnd();
|
|
83
|
+
} if (rf & 2) {
|
|
84
|
+
const badge_r17 = ctx.$implicit;
|
|
85
|
+
i0.ɵɵclassMapInterpolate1("menuitem-badge mat-bg-", badge_r17.color, "");
|
|
86
|
+
i0.ɵɵproperty("ngStyle", i0.ɵɵpureFunction1(5, _c1, badge_r17.color));
|
|
87
|
+
i0.ɵɵadvance(1);
|
|
88
|
+
i0.ɵɵtextInterpolate(badge_r17.value);
|
|
89
|
+
} }
|
|
90
|
+
function SidenavComponent_li_3_div_2_a_1_Template(rf, ctx) { if (rf & 1) {
|
|
91
|
+
i0.ɵɵelementStart(0, "a", 22);
|
|
92
|
+
i0.ɵɵelementStart(1, "mat-icon");
|
|
93
|
+
i0.ɵɵtext(2);
|
|
94
|
+
i0.ɵɵelementEnd();
|
|
95
|
+
i0.ɵɵelementStart(3, "span", 23);
|
|
96
|
+
i0.ɵɵpipe(4, "translate");
|
|
97
|
+
i0.ɵɵtext(5);
|
|
98
|
+
i0.ɵɵpipe(6, "translate");
|
|
99
|
+
i0.ɵɵelementEnd();
|
|
100
|
+
i0.ɵɵelement(7, "span", 24);
|
|
101
|
+
i0.ɵɵtemplate(8, SidenavComponent_li_3_div_2_a_1_span_8_Template, 2, 7, "span", 25);
|
|
102
|
+
i0.ɵɵelementEnd();
|
|
103
|
+
} if (rf & 2) {
|
|
104
|
+
const item_r6 = i0.ɵɵnextContext(2).$implicit;
|
|
105
|
+
i0.ɵɵpropertyInterpolate1("routerLink", "/", item_r6.state, "");
|
|
106
|
+
i0.ɵɵadvance(2);
|
|
107
|
+
i0.ɵɵtextInterpolate(item_r6.icon);
|
|
108
|
+
i0.ɵɵadvance(1);
|
|
109
|
+
i0.ɵɵpropertyInterpolate("matTooltip", i0.ɵɵpipeBind1(4, 5, item_r6.name));
|
|
110
|
+
i0.ɵɵadvance(2);
|
|
111
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(6, 7, item_r6.name));
|
|
112
|
+
i0.ɵɵadvance(3);
|
|
113
|
+
i0.ɵɵproperty("ngForOf", item_r6.badges);
|
|
114
|
+
} }
|
|
115
|
+
function SidenavComponent_li_3_div_2_a_2_span_8_Template(rf, ctx) { if (rf & 1) {
|
|
116
|
+
i0.ɵɵelementStart(0, "span", 6);
|
|
117
|
+
i0.ɵɵtext(1);
|
|
118
|
+
i0.ɵɵelementEnd();
|
|
119
|
+
} if (rf & 2) {
|
|
120
|
+
const badge_r20 = ctx.$implicit;
|
|
121
|
+
i0.ɵɵclassMapInterpolate1("menuitem-badge mat-bg-", badge_r20.color, "");
|
|
122
|
+
i0.ɵɵproperty("ngStyle", i0.ɵɵpureFunction1(5, _c1, badge_r20.color));
|
|
123
|
+
i0.ɵɵadvance(1);
|
|
124
|
+
i0.ɵɵtextInterpolate(badge_r20.value);
|
|
125
|
+
} }
|
|
126
|
+
function SidenavComponent_li_3_div_2_a_2_Template(rf, ctx) { if (rf & 1) {
|
|
127
|
+
i0.ɵɵelementStart(0, "a", 26);
|
|
128
|
+
i0.ɵɵelementStart(1, "mat-icon");
|
|
129
|
+
i0.ɵɵtext(2);
|
|
130
|
+
i0.ɵɵelementEnd();
|
|
131
|
+
i0.ɵɵelementStart(3, "span", 23);
|
|
132
|
+
i0.ɵɵpipe(4, "translate");
|
|
133
|
+
i0.ɵɵtext(5);
|
|
134
|
+
i0.ɵɵpipe(6, "translate");
|
|
135
|
+
i0.ɵɵelementEnd();
|
|
136
|
+
i0.ɵɵelement(7, "span", 24);
|
|
137
|
+
i0.ɵɵtemplate(8, SidenavComponent_li_3_div_2_a_2_span_8_Template, 2, 7, "span", 25);
|
|
138
|
+
i0.ɵɵelementEnd();
|
|
139
|
+
} if (rf & 2) {
|
|
140
|
+
const item_r6 = i0.ɵɵnextContext(2).$implicit;
|
|
141
|
+
i0.ɵɵproperty("href", item_r6.state, i0.ɵɵsanitizeUrl);
|
|
142
|
+
i0.ɵɵadvance(2);
|
|
143
|
+
i0.ɵɵtextInterpolate(item_r6.icon);
|
|
144
|
+
i0.ɵɵadvance(1);
|
|
145
|
+
i0.ɵɵpropertyInterpolate("matTooltip", i0.ɵɵpipeBind1(4, 5, item_r6.name));
|
|
146
|
+
i0.ɵɵadvance(2);
|
|
147
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(6, 7, item_r6.name));
|
|
148
|
+
i0.ɵɵadvance(3);
|
|
149
|
+
i0.ɵɵproperty("ngForOf", item_r6.badges);
|
|
150
|
+
} }
|
|
151
|
+
function SidenavComponent_li_3_div_2_a_3_span_8_Template(rf, ctx) { if (rf & 1) {
|
|
152
|
+
i0.ɵɵelementStart(0, "span", 6);
|
|
153
|
+
i0.ɵɵtext(1);
|
|
154
|
+
i0.ɵɵelementEnd();
|
|
155
|
+
} if (rf & 2) {
|
|
156
|
+
const badge_r23 = ctx.$implicit;
|
|
157
|
+
i0.ɵɵclassMapInterpolate1("menuitem-badge mat-bg-", badge_r23.color, "");
|
|
158
|
+
i0.ɵɵproperty("ngStyle", i0.ɵɵpureFunction1(5, _c1, badge_r23.color));
|
|
159
|
+
i0.ɵɵadvance(1);
|
|
160
|
+
i0.ɵɵtextInterpolate(badge_r23.value);
|
|
161
|
+
} }
|
|
162
|
+
function SidenavComponent_li_3_div_2_a_3_Template(rf, ctx) { if (rf & 1) {
|
|
163
|
+
i0.ɵɵelementStart(0, "a", 26);
|
|
164
|
+
i0.ɵɵelementStart(1, "mat-icon");
|
|
165
|
+
i0.ɵɵtext(2);
|
|
166
|
+
i0.ɵɵelementEnd();
|
|
167
|
+
i0.ɵɵelementStart(3, "span", 23);
|
|
168
|
+
i0.ɵɵpipe(4, "translate");
|
|
169
|
+
i0.ɵɵtext(5);
|
|
170
|
+
i0.ɵɵpipe(6, "translate");
|
|
171
|
+
i0.ɵɵelementEnd();
|
|
172
|
+
i0.ɵɵelement(7, "span", 24);
|
|
173
|
+
i0.ɵɵtemplate(8, SidenavComponent_li_3_div_2_a_3_span_8_Template, 2, 7, "span", 25);
|
|
174
|
+
i0.ɵɵelementEnd();
|
|
175
|
+
} if (rf & 2) {
|
|
176
|
+
const item_r6 = i0.ɵɵnextContext(2).$implicit;
|
|
177
|
+
i0.ɵɵproperty("href", item_r6.state, i0.ɵɵsanitizeUrl);
|
|
178
|
+
i0.ɵɵadvance(2);
|
|
179
|
+
i0.ɵɵtextInterpolate(item_r6.icon);
|
|
180
|
+
i0.ɵɵadvance(1);
|
|
181
|
+
i0.ɵɵpropertyInterpolate("matTooltip", i0.ɵɵpipeBind1(4, 5, item_r6.name));
|
|
182
|
+
i0.ɵɵadvance(2);
|
|
183
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(6, 7, item_r6.name));
|
|
184
|
+
i0.ɵɵadvance(3);
|
|
185
|
+
i0.ɵɵproperty("ngForOf", item_r6.badges);
|
|
186
|
+
} }
|
|
187
|
+
function SidenavComponent_li_3_div_2_a_4_span_8_Template(rf, ctx) { if (rf & 1) {
|
|
188
|
+
i0.ɵɵelementStart(0, "span", 6);
|
|
189
|
+
i0.ɵɵtext(1);
|
|
190
|
+
i0.ɵɵelementEnd();
|
|
191
|
+
} if (rf & 2) {
|
|
192
|
+
const badge_r26 = ctx.$implicit;
|
|
193
|
+
i0.ɵɵclassMapInterpolate1("menuitem-badge mat-bg-", badge_r26.color, "");
|
|
194
|
+
i0.ɵɵproperty("ngStyle", i0.ɵɵpureFunction1(5, _c1, badge_r26.color));
|
|
195
|
+
i0.ɵɵadvance(1);
|
|
196
|
+
i0.ɵɵtextInterpolate(badge_r26.value);
|
|
197
|
+
} }
|
|
198
|
+
function SidenavComponent_li_3_div_2_a_4_Template(rf, ctx) { if (rf & 1) {
|
|
199
|
+
i0.ɵɵelementStart(0, "a", 26);
|
|
200
|
+
i0.ɵɵelementStart(1, "mat-icon");
|
|
201
|
+
i0.ɵɵtext(2);
|
|
202
|
+
i0.ɵɵelementEnd();
|
|
203
|
+
i0.ɵɵelementStart(3, "span", 23);
|
|
204
|
+
i0.ɵɵpipe(4, "translate");
|
|
205
|
+
i0.ɵɵtext(5);
|
|
206
|
+
i0.ɵɵpipe(6, "translate");
|
|
207
|
+
i0.ɵɵelementEnd();
|
|
208
|
+
i0.ɵɵelement(7, "span", 24);
|
|
209
|
+
i0.ɵɵtemplate(8, SidenavComponent_li_3_div_2_a_4_span_8_Template, 2, 7, "span", 25);
|
|
210
|
+
i0.ɵɵelementEnd();
|
|
211
|
+
} if (rf & 2) {
|
|
212
|
+
const item_r6 = i0.ɵɵnextContext(2).$implicit;
|
|
213
|
+
i0.ɵɵproperty("href", item_r6.state, i0.ɵɵsanitizeUrl);
|
|
214
|
+
i0.ɵɵadvance(2);
|
|
215
|
+
i0.ɵɵtextInterpolate(item_r6.icon);
|
|
216
|
+
i0.ɵɵadvance(1);
|
|
217
|
+
i0.ɵɵpropertyInterpolate("matTooltip", i0.ɵɵpipeBind1(4, 5, item_r6.name));
|
|
218
|
+
i0.ɵɵadvance(2);
|
|
219
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(6, 7, item_r6.name));
|
|
220
|
+
i0.ɵɵadvance(3);
|
|
221
|
+
i0.ɵɵproperty("ngForOf", item_r6.badges);
|
|
222
|
+
} }
|
|
223
|
+
function SidenavComponent_li_3_div_2_a_5_span_8_Template(rf, ctx) { if (rf & 1) {
|
|
224
|
+
i0.ɵɵelementStart(0, "span", 6);
|
|
225
|
+
i0.ɵɵtext(1);
|
|
226
|
+
i0.ɵɵelementEnd();
|
|
227
|
+
} if (rf & 2) {
|
|
228
|
+
const badge_r29 = ctx.$implicit;
|
|
229
|
+
i0.ɵɵclassMapInterpolate1("menuitem-badge mat-bg-", badge_r29.color, "");
|
|
230
|
+
i0.ɵɵproperty("ngStyle", i0.ɵɵpureFunction1(5, _c1, badge_r29.color));
|
|
231
|
+
i0.ɵɵadvance(1);
|
|
232
|
+
i0.ɵɵtextInterpolate(badge_r29.value);
|
|
233
|
+
} }
|
|
234
|
+
function SidenavComponent_li_3_div_2_a_5_Template(rf, ctx) { if (rf & 1) {
|
|
235
|
+
i0.ɵɵelementStart(0, "a", 27);
|
|
236
|
+
i0.ɵɵelementStart(1, "mat-icon");
|
|
237
|
+
i0.ɵɵtext(2);
|
|
238
|
+
i0.ɵɵelementEnd();
|
|
239
|
+
i0.ɵɵelementStart(3, "span", 23);
|
|
240
|
+
i0.ɵɵpipe(4, "translate");
|
|
241
|
+
i0.ɵɵtext(5);
|
|
242
|
+
i0.ɵɵpipe(6, "translate");
|
|
243
|
+
i0.ɵɵelementEnd();
|
|
244
|
+
i0.ɵɵelement(7, "span", 24);
|
|
245
|
+
i0.ɵɵtemplate(8, SidenavComponent_li_3_div_2_a_5_span_8_Template, 2, 7, "span", 25);
|
|
246
|
+
i0.ɵɵelementStart(9, "mat-icon", 28);
|
|
247
|
+
i0.ɵɵtext(10, "keyboard_arrow_right");
|
|
248
|
+
i0.ɵɵelementEnd();
|
|
249
|
+
i0.ɵɵelementEnd();
|
|
250
|
+
} if (rf & 2) {
|
|
251
|
+
const item_r6 = i0.ɵɵnextContext(2).$implicit;
|
|
252
|
+
i0.ɵɵadvance(2);
|
|
253
|
+
i0.ɵɵtextInterpolate(item_r6.icon);
|
|
254
|
+
i0.ɵɵadvance(1);
|
|
255
|
+
i0.ɵɵpropertyInterpolate("matTooltip", i0.ɵɵpipeBind1(4, 4, item_r6.name));
|
|
256
|
+
i0.ɵɵadvance(2);
|
|
257
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(6, 6, item_r6.name));
|
|
258
|
+
i0.ɵɵadvance(3);
|
|
259
|
+
i0.ɵɵproperty("ngForOf", item_r6.badges);
|
|
260
|
+
} }
|
|
261
|
+
function SidenavComponent_li_3_div_2_ul_6_li_1_a_1_Template(rf, ctx) { if (rf & 1) {
|
|
262
|
+
i0.ɵɵelementStart(0, "a", 22);
|
|
263
|
+
i0.ɵɵtext(1);
|
|
264
|
+
i0.ɵɵelementStart(2, "span", 31);
|
|
265
|
+
i0.ɵɵtext(3);
|
|
266
|
+
i0.ɵɵpipe(4, "translate");
|
|
267
|
+
i0.ɵɵelementEnd();
|
|
268
|
+
i0.ɵɵelement(5, "span", 24);
|
|
269
|
+
i0.ɵɵelementEnd();
|
|
270
|
+
} if (rf & 2) {
|
|
271
|
+
const itemLvL2_r32 = i0.ɵɵnextContext().$implicit;
|
|
272
|
+
const ctx_r33 = i0.ɵɵnextContext(4);
|
|
273
|
+
i0.ɵɵpropertyInterpolate("routerLink", itemLvL2_r32.state ? "/" + itemLvL2_r32.state : "");
|
|
274
|
+
i0.ɵɵadvance(1);
|
|
275
|
+
i0.ɵɵtextInterpolate1(" ", ctx_r33.showTooltip, " ");
|
|
276
|
+
i0.ɵɵadvance(1);
|
|
277
|
+
i0.ɵɵproperty("matTooltip", itemLvL2_r32.name.length > 30 ? itemLvL2_r32.name : "");
|
|
278
|
+
i0.ɵɵadvance(1);
|
|
279
|
+
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(4, 4, itemLvL2_r32.name), " ");
|
|
280
|
+
} }
|
|
281
|
+
function SidenavComponent_li_3_div_2_ul_6_li_1_a_2_Template(rf, ctx) { if (rf & 1) {
|
|
282
|
+
i0.ɵɵelementStart(0, "a", 22);
|
|
283
|
+
i0.ɵɵelementStart(1, "span", 32);
|
|
284
|
+
i0.ɵɵtext(2);
|
|
285
|
+
i0.ɵɵpipe(3, "translate");
|
|
286
|
+
i0.ɵɵelementEnd();
|
|
287
|
+
i0.ɵɵelement(4, "span", 24);
|
|
288
|
+
i0.ɵɵelementEnd();
|
|
289
|
+
} if (rf & 2) {
|
|
290
|
+
const itemLvL2_r32 = i0.ɵɵnextContext().$implicit;
|
|
291
|
+
const item_r6 = i0.ɵɵnextContext(3).$implicit;
|
|
292
|
+
i0.ɵɵpropertyInterpolate2("routerLink", "", item_r6.state ? "/" + item_r6.state : "", "/", itemLvL2_r32.state, "");
|
|
293
|
+
i0.ɵɵadvance(2);
|
|
294
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(3, 3, itemLvL2_r32.name));
|
|
295
|
+
} }
|
|
296
|
+
function SidenavComponent_li_3_div_2_ul_6_li_1_a_3_Template(rf, ctx) { if (rf & 1) {
|
|
297
|
+
i0.ɵɵelementStart(0, "a", 27);
|
|
298
|
+
i0.ɵɵelementStart(1, "span", 32);
|
|
299
|
+
i0.ɵɵtext(2);
|
|
300
|
+
i0.ɵɵpipe(3, "translate");
|
|
301
|
+
i0.ɵɵelementEnd();
|
|
302
|
+
i0.ɵɵelement(4, "span", 24);
|
|
303
|
+
i0.ɵɵelementStart(5, "mat-icon", 28);
|
|
304
|
+
i0.ɵɵtext(6, "keyboard_arrow_right");
|
|
305
|
+
i0.ɵɵelementEnd();
|
|
306
|
+
i0.ɵɵelementEnd();
|
|
307
|
+
} if (rf & 2) {
|
|
308
|
+
const itemLvL2_r32 = i0.ɵɵnextContext().$implicit;
|
|
309
|
+
i0.ɵɵadvance(2);
|
|
310
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(3, 1, itemLvL2_r32.name));
|
|
311
|
+
} }
|
|
312
|
+
function SidenavComponent_li_3_div_2_ul_6_li_1_ul_4_li_1_Template(rf, ctx) { if (rf & 1) {
|
|
313
|
+
i0.ɵɵelementStart(0, "li", 12);
|
|
314
|
+
i0.ɵɵelementStart(1, "a", 22);
|
|
315
|
+
i0.ɵɵelementStart(2, "span", 34);
|
|
316
|
+
i0.ɵɵtext(3);
|
|
317
|
+
i0.ɵɵpipe(4, "translate");
|
|
318
|
+
i0.ɵɵelementEnd();
|
|
319
|
+
i0.ɵɵelementEnd();
|
|
320
|
+
i0.ɵɵelementEnd();
|
|
321
|
+
} if (rf & 2) {
|
|
322
|
+
const itemLvL3_r42 = ctx.$implicit;
|
|
323
|
+
const itemLvL2_r32 = i0.ɵɵnextContext(2).$implicit;
|
|
324
|
+
const item_r6 = i0.ɵɵnextContext(3).$implicit;
|
|
325
|
+
i0.ɵɵadvance(1);
|
|
326
|
+
i0.ɵɵpropertyInterpolate3("routerLink", "", item_r6.state ? "/" + item_r6.state : "", "", itemLvL2_r32.state ? "/" + itemLvL2_r32.state : "", "/", itemLvL3_r42.state, "");
|
|
327
|
+
i0.ɵɵadvance(2);
|
|
328
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(4, 4, itemLvL3_r42.name));
|
|
329
|
+
} }
|
|
330
|
+
function SidenavComponent_li_3_div_2_ul_6_li_1_ul_4_Template(rf, ctx) { if (rf & 1) {
|
|
331
|
+
i0.ɵɵelementStart(0, "ul", 33);
|
|
332
|
+
i0.ɵɵtemplate(1, SidenavComponent_li_3_div_2_ul_6_li_1_ul_4_li_1_Template, 5, 6, "li", 3);
|
|
333
|
+
i0.ɵɵelementEnd();
|
|
334
|
+
} if (rf & 2) {
|
|
335
|
+
const itemLvL2_r32 = i0.ɵɵnextContext().$implicit;
|
|
336
|
+
i0.ɵɵadvance(1);
|
|
337
|
+
i0.ɵɵproperty("ngForOf", itemLvL2_r32.sub);
|
|
338
|
+
} }
|
|
339
|
+
function SidenavComponent_li_3_div_2_ul_6_li_1_Template(rf, ctx) { if (rf & 1) {
|
|
340
|
+
i0.ɵɵelementStart(0, "li", 12);
|
|
341
|
+
i0.ɵɵtemplate(1, SidenavComponent_li_3_div_2_ul_6_li_1_a_1_Template, 6, 6, "a", 18);
|
|
342
|
+
i0.ɵɵtemplate(2, SidenavComponent_li_3_div_2_ul_6_li_1_a_2_Template, 5, 5, "a", 18);
|
|
343
|
+
i0.ɵɵtemplate(3, SidenavComponent_li_3_div_2_ul_6_li_1_a_3_Template, 7, 3, "a", 20);
|
|
344
|
+
i0.ɵɵtemplate(4, SidenavComponent_li_3_div_2_ul_6_li_1_ul_4_Template, 2, 1, "ul", 30);
|
|
345
|
+
i0.ɵɵelementEnd();
|
|
346
|
+
} if (rf & 2) {
|
|
347
|
+
const itemLvL2_r32 = ctx.$implicit;
|
|
348
|
+
i0.ɵɵadvance(1);
|
|
349
|
+
i0.ɵɵproperty("ngIf", itemLvL2_r32.type === "applicationlink");
|
|
350
|
+
i0.ɵɵadvance(1);
|
|
351
|
+
i0.ɵɵproperty("ngIf", itemLvL2_r32.type !== "dropDown" && itemLvL2_r32.type !== "applicationlink");
|
|
352
|
+
i0.ɵɵadvance(1);
|
|
353
|
+
i0.ɵɵproperty("ngIf", itemLvL2_r32.type === "dropDown");
|
|
354
|
+
i0.ɵɵadvance(1);
|
|
355
|
+
i0.ɵɵproperty("ngIf", itemLvL2_r32.type === "dropDown");
|
|
356
|
+
} }
|
|
357
|
+
function SidenavComponent_li_3_div_2_ul_6_Template(rf, ctx) { if (rf & 1) {
|
|
358
|
+
i0.ɵɵelementStart(0, "ul", 29);
|
|
359
|
+
i0.ɵɵtemplate(1, SidenavComponent_li_3_div_2_ul_6_li_1_Template, 5, 4, "li", 3);
|
|
360
|
+
i0.ɵɵelementEnd();
|
|
361
|
+
} if (rf & 2) {
|
|
362
|
+
const item_r6 = i0.ɵɵnextContext(2).$implicit;
|
|
363
|
+
i0.ɵɵadvance(1);
|
|
364
|
+
i0.ɵɵproperty("ngForOf", item_r6.sub);
|
|
365
|
+
} }
|
|
366
|
+
function SidenavComponent_li_3_div_2_Template(rf, ctx) { if (rf & 1) {
|
|
367
|
+
i0.ɵɵelementStart(0, "div", 17);
|
|
368
|
+
i0.ɵɵtemplate(1, SidenavComponent_li_3_div_2_a_1_Template, 9, 9, "a", 18);
|
|
369
|
+
i0.ɵɵtemplate(2, SidenavComponent_li_3_div_2_a_2_Template, 9, 9, "a", 19);
|
|
370
|
+
i0.ɵɵtemplate(3, SidenavComponent_li_3_div_2_a_3_Template, 9, 9, "a", 19);
|
|
371
|
+
i0.ɵɵtemplate(4, SidenavComponent_li_3_div_2_a_4_Template, 9, 9, "a", 19);
|
|
372
|
+
i0.ɵɵtemplate(5, SidenavComponent_li_3_div_2_a_5_Template, 11, 8, "a", 20);
|
|
373
|
+
i0.ɵɵtemplate(6, SidenavComponent_li_3_div_2_ul_6_Template, 2, 1, "ul", 21);
|
|
374
|
+
i0.ɵɵelementEnd();
|
|
375
|
+
} if (rf & 2) {
|
|
376
|
+
const item_r6 = i0.ɵɵnextContext().$implicit;
|
|
377
|
+
i0.ɵɵadvance(1);
|
|
378
|
+
i0.ɵɵproperty("ngIf", item_r6.type === "link");
|
|
379
|
+
i0.ɵɵadvance(1);
|
|
380
|
+
i0.ɵɵproperty("ngIf", item_r6.type === "extLink");
|
|
381
|
+
i0.ɵɵadvance(1);
|
|
382
|
+
i0.ɵɵproperty("ngIf", item_r6.type === "extLink");
|
|
383
|
+
i0.ɵɵadvance(1);
|
|
384
|
+
i0.ɵɵproperty("ngIf", item_r6.type === "extLink");
|
|
385
|
+
i0.ɵɵadvance(1);
|
|
386
|
+
i0.ɵɵproperty("ngIf", item_r6.type === "dropDown");
|
|
387
|
+
i0.ɵɵadvance(1);
|
|
388
|
+
i0.ɵɵproperty("ngIf", item_r6.type === "dropDown");
|
|
389
|
+
} }
|
|
390
|
+
function SidenavComponent_li_3_Template(rf, ctx) { if (rf & 1) {
|
|
391
|
+
i0.ɵɵelementStart(0, "li", 12);
|
|
392
|
+
i0.ɵɵtemplate(1, SidenavComponent_li_3_div_1_Template, 6, 6, "div", 13);
|
|
393
|
+
i0.ɵɵtemplate(2, SidenavComponent_li_3_div_2_Template, 7, 6, "div", 14);
|
|
394
|
+
i0.ɵɵelementEnd();
|
|
395
|
+
} if (rf & 2) {
|
|
396
|
+
const item_r6 = ctx.$implicit;
|
|
397
|
+
i0.ɵɵadvance(1);
|
|
398
|
+
i0.ɵɵproperty("ngIf", item_r6.type === "separator");
|
|
399
|
+
i0.ɵɵadvance(1);
|
|
400
|
+
i0.ɵɵproperty("ngIf", !item_r6.disabled && item_r6.type !== "separator" && item_r6.type !== "icon");
|
|
401
|
+
} }
|
|
19
402
|
export class SidenavComponent {
|
|
20
403
|
constructor(store) {
|
|
21
404
|
this.store = store;
|
|
@@ -25,19 +408,32 @@ export class SidenavComponent {
|
|
|
25
408
|
this.store.dispatch(new GetAllMenuItemsTriggered(MenuCategories.Main));
|
|
26
409
|
}
|
|
27
410
|
}
|
|
28
|
-
SidenavComponent.ɵfac =
|
|
29
|
-
SidenavComponent.ɵcmp = i0.ɵɵ
|
|
30
|
-
i0.ɵɵ
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2lkZW5hdi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9zaGVsbC1tb2R1bGUtY29tcG9uZW50cy9zaGVsbC1jb21wb25lbnRzL3NyYy9saWIvc2hlbGwtY29tcG9uZW50cy9jb21wb25lbnRzL3NpZGVuYXYvc2lkZW5hdi5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9zaGVsbC1tb2R1bGUtY29tcG9uZW50cy9zaGVsbC1jb21wb25lbnRzL3NyYy9saWIvc2hlbGwtY29tcG9uZW50cy9jb21wb25lbnRzL3NpZGVuYXYvc2lkZW5hdi50ZW1wbGF0ZS5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUE0QyxNQUFNLGVBQWUsQ0FBQztBQUMzRixPQUFPLEVBQVMsTUFBTSxFQUFFLE1BQU0sYUFBYSxDQUFDO0FBRTVDLE9BQU8sS0FBSyxvQkFBb0IsTUFBTSw4QkFBOEIsQ0FBQztBQUdyRSxPQUFPLEVBQXVCLHdCQUF3QixFQUFFLE1BQU0sdUNBQXVDLENBQUM7QUFDdEcsT0FBTyxFQUFFLEdBQUcsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBRXJDLE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSxpQ0FBaUMsQ0FBQztBQUNqRSxPQUFPLHVEQUF1RCxDQUFDOzs7Ozs7Ozs7Ozs7QUFPL0QsTUFBTSxPQUFPLGdCQUFnQjtJQVEzQixZQUFvQixLQUFtQjtRQUFuQixVQUFLLEdBQUwsS0FBSyxDQUFjO0lBQUksQ0FBQztJQUU1QyxRQUFRO1FBQ04sSUFBSSxDQUFDLFVBQVUsR0FBRyxJQUFJLENBQUMsS0FBSyxDQUFDLElBQUksQ0FDL0IsTUFBTSxDQUFDLG9CQUFvQixDQUFDLHFDQUFxQyxDQUFDLEVBQ2xFLEdBQUcsQ0FBQyxRQUFRLENBQUMsRUFBRSxDQUFDLE9BQU8sQ0FBQyxHQUFHLENBQUMsUUFBUSxDQUFDLENBQUMsQ0FDdkMsQ0FBQztRQUVGLElBQUksQ0FBQyxLQUFLLENBQUMsUUFBUSxDQUFDLElBQUksd0JBQXdCLENBQUMsY0FBYyxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUM7SUFDekUsQ0FBQzs7NkdBakJVLGdCQUFnQjtpR0FBaEIsZ0JBQWdCLHVMQ2pCN0IsdzRNQW1ITTsyRkRsR08sZ0JBQWdCO2tCQUw1QixTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSxhQUFhO29CQUN2QixXQUFXLEVBQUUseUJBQXlCO2lCQUN2Qzs0RkFHOEIsbUJBQW1CO3NCQUEvQyxLQUFLO3VCQUFDLGFBQWE7Z0JBQ1csaUJBQWlCO3NCQUEvQyxLQUFLO3VCQUFDLGVBQWUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIElucHV0LCBWaWV3Q2hpbGQsIEVsZW1lbnRSZWYsIENoYW5nZURldGVjdG9yUmVmIH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcclxuaW1wb3J0IHsgU3RvcmUsIHNlbGVjdCB9IGZyb20gXCJAbmdyeC9zdG9yZVwiO1xyXG5pbXBvcnQgeyBTdGF0ZSB9IGZyb20gXCIuLy4uLy4uL3N0b3JlL3JlZHVjZXJzL2luZGV4XCI7XHJcbmltcG9ydCAqIGFzIHNoYXJlZE1vZHVsZVJlZHVjZXJzIGZyb20gXCIuLy4uLy4uL3N0b3JlL3JlZHVjZXJzL2luZGV4XCI7XHJcblxyXG5pbXBvcnQgeyBPYnNlcnZhYmxlIH0gZnJvbSBcInJ4anNcIjtcclxuaW1wb3J0IHsgTWVudUl0ZW1BY3Rpb25UeXBlcywgR2V0QWxsTWVudUl0ZW1zVHJpZ2dlcmVkIH0gZnJvbSBcIi4uLy4uL3N0b3JlL2FjdGlvbnMvbWVudWl0ZW1zLmFjdGlvbnNcIjtcclxuaW1wb3J0IHsgdGFwIH0gZnJvbSBcInJ4anMvb3BlcmF0b3JzXCI7XHJcbmltcG9ydCB7IElNZW51SXRlbSB9IGZyb20gJy4uLy4uL21vZGVscy9JTWVudUl0ZW0nO1xyXG5pbXBvcnQgeyBNZW51Q2F0ZWdvcmllcyB9IGZyb20gJy4uLy4uL2NvbnN0YW50cy9tZW51LWNhdGVnb3JpZXMnO1xyXG5pbXBvcnQgJy4uLy4uLy4uL2dsb2JhbGRlcGVuZGVuY2llcy9oZWxwZXJzL2ZvbnRhd2Vzb21lLWljb25zJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiBcImFwcC1zaWRlbmF2XCIsXHJcbiAgdGVtcGxhdGVVcmw6IFwiLi9zaWRlbmF2LnRlbXBsYXRlLmh0bWxcIlxyXG59KVxyXG5cclxuZXhwb3J0IGNsYXNzIFNpZGVuYXZDb21wb25lbnQge1xyXG4gIEBJbnB1dChcImhhc0ljb25NZW51XCIpIHB1YmxpYyBoYXNJY29uVHlwZU1lbnVJdGVtOiBib29sZWFuO1xyXG4gIEBJbnB1dChcImljb25NZW51VGl0bGVcIikgcHVibGljIGljb25UeXBlTWVudVRpdGxlOiBzdHJpbmc7XHJcblxyXG4gIHB1YmxpYyBtZW51SXRlbXMkOiBPYnNlcnZhYmxlPElNZW51SXRlbVtdPjtcclxuXHJcbiAgc2hvd1Rvb2x0aXA6IGFueTtcclxuXHJcbiAgY29uc3RydWN0b3IocHJpdmF0ZSBzdG9yZTogU3RvcmU8U3RhdGU+KSB7IH1cclxuXHJcbiAgbmdPbkluaXQoKSB7XHJcbiAgICB0aGlzLm1lbnVJdGVtcyQgPSB0aGlzLnN0b3JlLnBpcGUoXHJcbiAgICAgIHNlbGVjdChzaGFyZWRNb2R1bGVSZWR1Y2Vycy5nZXRDdXJyZW50QWN0aXZlTWVudUNhdGVnb3J5TWVudUl0ZW1zKSxcclxuICAgICAgdGFwKG1lbnVMaXN0ID0+IGNvbnNvbGUubG9nKG1lbnVMaXN0KSlcclxuICAgICk7XHJcblxyXG4gICAgdGhpcy5zdG9yZS5kaXNwYXRjaChuZXcgR2V0QWxsTWVudUl0ZW1zVHJpZ2dlcmVkKE1lbnVDYXRlZ29yaWVzLk1haW4pKTtcclxuICB9XHJcbn1cclxuIiwiPGRpdiBjbGFzcz1cInNpZGVuYXYtaG9sZFwiPlxyXG4gIDxkaXYgY2xhc3M9XCJpY29uLW1lbnVcIiAqbmdJZj1cImhhc0ljb25UeXBlTWVudUl0ZW1cIj5cclxuICAgIDwhLS0gSWNvbiBtZW51IHNlcGFyYXRvciAtLT5cclxuICAgIDxkaXYgY2xhc3M9XCJtdC0xIG1iLTEgbmF2LWl0ZW0tc2VwXCI+XHJcbiAgICAgIDxtYXQtZGl2aWRlciBbbmdTdHlsZV09XCJ7IG1hcmdpbjogJzAgLTI0cHgnIH1cIj48L21hdC1kaXZpZGVyPlxyXG4gICAgICA8c3BhbiBjbGFzcz1cInRleHQtbXV0ZWQgaWNvbi1tZW51LXRpdGxlXCI+e3sgaWNvblR5cGVNZW51VGl0bGUgfX08L3NwYW4+XHJcbiAgICA8L2Rpdj5cclxuICAgIDwhLS0gSWNvbiBtZW51IGl0ZW1zIC0tPlxyXG4gICAgPGRpdiBjbGFzcz1cImljb24tbWVudS1pdGVtXCIgKm5nRm9yPVwibGV0IGl0ZW0gb2YgKG1lbnVJdGVtcyQgfCBhc3luYylcIj5cclxuICAgICAgPGJ1dHRvbiAqbmdJZj1cIiFpdGVtLmRpc2FibGVkICYmIGl0ZW0udHlwZSA9PT0gJ2ljb24nXCIgbWF0LXJhaXNlZC1idXR0b24gbWF0VG9vbHRpcENsYXNzPVwidG9vbHRpcENsYXNzLW1hdFwiIFttYXRUb29sdGlwXT1cIml0ZW0udG9vbHRpcFwiXHJcbiAgICAgICAgcm91dGVyTGluaz1cIi97eyBpdGVtLnN0YXRlIH19XCIgcm91dGVyTGlua0FjdGl2ZT1cIm1hdC1iZy1wcmltYXJ5XCI+XHJcbiAgICAgICAgPG1hdC1pY29uPnt7IGl0ZW0uaWNvbiB9fTwvbWF0LWljb24+XHJcbiAgICAgIDwvYnV0dG9uPlxyXG4gICAgPC9kaXY+XHJcbiAgPC9kaXY+XHJcblxyXG4gIDx1bCBhcHBEcm9wZG93biBjbGFzcz1cInNpZGVuYXZcIj5cclxuICAgIDxsaSAqbmdGb3I9XCJsZXQgaXRlbSBvZiAobWVudUl0ZW1zJCB8IGFzeW5jKVwiIGFwcERyb3Bkb3duTGluayByb3V0ZXJMaW5rQWN0aXZlPVwib3BlblwiPlxyXG4gICAgICA8ZGl2IGNsYXNzPVwibmF2LWl0ZW0tc2VwXCIgKm5nSWY9XCJpdGVtLnR5cGUgPT09ICdzZXBhcmF0b3InXCI+XHJcbiAgICAgICAgPG1hdC1kaXZpZGVyPjwvbWF0LWRpdmlkZXI+XHJcbiAgICAgICAgPHNwYW4gY2xhc3M9XCJ0ZXh0LW11dGVkXCIgbWF0VG9vbHRpcENsYXNzPVwidG9vbHRpcENsYXNzLW1hdFwiIG1hdFRvb2x0aXA9XCJ7e2l0ZW0ubmFtZSAgfCB0cmFuc2xhdGUgfX1cIj57eyBpdGVtLm5hbWUgfCB0cmFuc2xhdGUgfX08L3NwYW4+XHJcbiAgICAgIDwvZGl2PlxyXG4gICAgICA8ZGl2ICpuZ0lmPVwiXHJcbiAgICAgICAgICAhaXRlbS5kaXNhYmxlZCAmJiBpdGVtLnR5cGUgIT09ICdzZXBhcmF0b3InICYmIGl0ZW0udHlwZSAhPT0gJ2ljb24nXHJcbiAgICAgICAgXCIgY2xhc3M9XCJsdmwxXCI+XHJcbiAgICAgICAgPGEgcm91dGVyTGluaz1cIi97eyBpdGVtLnN0YXRlIH19XCIgYXBwRHJvcGRvd25Ub2dnbGUgbWF0UmlwcGxlICpuZ0lmPVwiaXRlbS50eXBlID09PSAnbGluaydcIj5cclxuICAgICAgICAgIDxtYXQtaWNvbj57eyBpdGVtLmljb24gfX08L21hdC1pY29uPlxyXG4gICAgICAgICAgPHNwYW4gY2xhc3M9XCJpdGVtLW5hbWUgbHZsMVwiIG1hdFRvb2x0aXBDbGFzcz1cInRvb2x0aXBDbGFzcy1tYXRcIiBtYXRUb29sdGlwPVwie3tpdGVtLm5hbWUgIHwgdHJhbnNsYXRlIH19XCI+e3sgaXRlbS5uYW1lIHwgdHJhbnNsYXRlIH19PC9zcGFuPlxyXG4gICAgICAgICAgPHNwYW4gZnhGbGV4Pjwvc3Bhbj5cclxuICAgICAgICAgIDxzcGFuIGNsYXNzPVwibWVudWl0ZW0tYmFkZ2UgbWF0LWJnLXt7IGJhZGdlLmNvbG9yIH19XCIgW25nU3R5bGVdPVwieyBiYWNrZ3JvdW5kOiBiYWRnZS5jb2xvciB9XCJcclxuICAgICAgICAgICAgKm5nRm9yPVwibGV0IGJhZGdlIG9mIGl0ZW0uYmFkZ2VzXCI+e3sgYmFkZ2UudmFsdWUgfX08L3NwYW4+XHJcbiAgICAgICAgPC9hPlxyXG4gICAgICAgIDxhIFtocmVmXT1cIml0ZW0uc3RhdGVcIiBhcHBEcm9wZG93blRvZ2dsZSBtYXRSaXBwbGUgKm5nSWY9XCJpdGVtLnR5cGUgPT09ICdleHRMaW5rJ1wiIHRhcmdldD1cIl9ibGFua1wiPlxyXG4gICAgICAgICAgPG1hdC1pY29uPnt7IGl0ZW0uaWNvbiB9fTwvbWF0LWljb24+XHJcbiAgICAgICAgICA8c3BhbiBjbGFzcz1cIml0ZW0tbmFtZSBsdmwxXCIgbWF0VG9vbHRpcENsYXNzPVwidG9vbHRpcENsYXNzLW1hdFwiIG1hdFRvb2x0aXA9XCJ7e2l0ZW0ubmFtZSAgfCB0cmFuc2xhdGUgfX1cIj57eyBpdGVtLm5hbWUgfCB0cmFuc2xhdGUgfX08L3NwYW4+XHJcbiAgICAgICAgICA8c3BhbiBmeEZsZXg+PC9zcGFuPlxyXG4gICAgICAgICAgPHNwYW4gY2xhc3M9XCJtZW51aXRlbS1iYWRnZSBtYXQtYmcte3sgYmFkZ2UuY29sb3IgfX1cIiBbbmdTdHlsZV09XCJ7IGJhY2tncm91bmQ6IGJhZGdlLmNvbG9yIH1cIlxyXG4gICAgICAgICAgICAqbmdGb3I9XCJsZXQgYmFkZ2Ugb2YgaXRlbS5iYWRnZXNcIj57eyBiYWRnZS52YWx1ZSB9fTwvc3Bhbj5cclxuICAgICAgICA8L2E+XHJcblxyXG4gICAgICAgIDxhIFtocmVmXT1cIml0ZW0uc3RhdGVcIiBhcHBEcm9wZG93blRvZ2dsZSBtYXRSaXBwbGUgKm5nSWY9XCJpdGVtLnR5cGUgPT09ICdleHRMaW5rJ1wiIHRhcmdldD1cIl9ibGFua1wiPlxyXG4gICAgICAgICAgPG1hdC1pY29uPnt7IGl0ZW0uaWNvbiB9fTwvbWF0LWljb24+XHJcbiAgICAgICAgICA8c3BhbiBjbGFzcz1cIml0ZW0tbmFtZSBsdmwxXCIgbWF0VG9vbHRpcENsYXNzPVwidG9vbHRpcENsYXNzLW1hdFwiIG1hdFRvb2x0aXA9XCJ7e2l0ZW0ubmFtZSAgfCB0cmFuc2xhdGUgfX1cIj57eyBpdGVtLm5hbWUgfCB0cmFuc2xhdGUgfX08L3NwYW4+XHJcbiAgICAgICAgICA8c3BhbiBmeEZsZXg+PC9zcGFuPlxyXG4gICAgICAgICAgPHNwYW4gY2xhc3M9XCJtZW51aXRlbS1iYWRnZSBtYXQtYmcte3sgYmFkZ2UuY29sb3IgfX1cIiBbbmdTdHlsZV09XCJ7IGJhY2tncm91bmQ6IGJhZGdlLmNvbG9yIH1cIlxyXG4gICAgICAgICAgICAqbmdGb3I9XCJsZXQgYmFkZ2Ugb2YgaXRlbS5iYWRnZXNcIj57eyBiYWRnZS52YWx1ZSB9fTwvc3Bhbj5cclxuICAgICAgICA8L2E+XHJcblxyXG4gICAgICAgIDxhIFtocmVmXT1cIml0ZW0uc3RhdGVcIiBhcHBEcm9wZG93blRvZ2dsZSBtYXRSaXBwbGUgKm5nSWY9XCJpdGVtLnR5cGUgPT09ICdleHRMaW5rJ1wiIHRhcmdldD1cIl9ibGFua1wiPlxyXG4gICAgICAgICAgPG1hdC1pY29uPnt7IGl0ZW0uaWNvbiB9fTwvbWF0LWljb24+XHJcbiAgICAgICAgICA8c3BhbiBjbGFzcz1cIml0ZW0tbmFtZSBsdmwxXCIgbWF0VG9vbHRpcENsYXNzPVwidG9vbHRpcENsYXNzLW1hdFwiIG1hdFRvb2x0aXA9XCJ7e2l0ZW0ubmFtZSAgfCB0cmFuc2xhdGUgfX1cIj57eyBpdGVtLm5hbWUgfCB0cmFuc2xhdGUgfX08L3NwYW4+XHJcbiAgICAgICAgICA8c3BhbiBmeEZsZXg+PC9zcGFuPlxyXG4gICAgICAgICAgPHNwYW4gY2xhc3M9XCJtZW51aXRlbS1iYWRnZSBtYXQtYmcte3sgYmFkZ2UuY29sb3IgfX1cIiBbbmdTdHlsZV09XCJ7IGJhY2tncm91bmQ6IGJhZGdlLmNvbG9yIH1cIlxyXG4gICAgICAgICAgICAqbmdGb3I9XCJsZXQgYmFkZ2Ugb2YgaXRlbS5iYWRnZXNcIj57eyBiYWRnZS52YWx1ZSB9fTwvc3Bhbj5cclxuICAgICAgICA8L2E+XHJcblxyXG4gICAgICAgIDwhLS0gRHJvcERvd24gLS0+XHJcbiAgICAgICAgPGEgKm5nSWY9XCJpdGVtLnR5cGUgPT09ICdkcm9wRG93bidcIiBhcHBEcm9wZG93blRvZ2dsZSBtYXRSaXBwbGU+XHJcbiAgICAgICAgICA8bWF0LWljb24+e3sgaXRlbS5pY29uIH19PC9tYXQtaWNvbj5cclxuICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaXRlbS1uYW1lIGx2bDFcIiBtYXRUb29sdGlwQ2xhc3M9XCJ0b29sdGlwQ2xhc3MtbWF0XCIgbWF0VG9vbHRpcD1cInt7aXRlbS5uYW1lICB8IHRyYW5zbGF0ZSB9fVwiPnt7IGl0ZW0ubmFtZSB8IHRyYW5zbGF0ZSB9fTwvc3Bhbj5cclxuICAgICAgICAgIDxzcGFuIGZ4RmxleD48L3NwYW4+XHJcbiAgICAgICAgICA8c3BhbiBjbGFzcz1cIm1lbnVpdGVtLWJhZGdlIG1hdC1iZy17eyBiYWRnZS5jb2xvciB9fVwiIFtuZ1N0eWxlXT1cInsgYmFja2dyb3VuZDogYmFkZ2UuY29sb3IgfVwiXHJcbiAgICAgICAgICAgICpuZ0Zvcj1cImxldCBiYWRnZSBvZiBpdGVtLmJhZGdlc1wiPnt7IGJhZGdlLnZhbHVlIH19PC9zcGFuPlxyXG4gICAgICAgICAgPG1hdC1pY29uIGNsYXNzPVwibWVudS1jYXJldFwiPmtleWJvYXJkX2Fycm93X3JpZ2h0PC9tYXQtaWNvbj5cclxuICAgICAgICA8L2E+XHJcbiAgICAgICAgPCEtLSBMRVZFTCAyIC0tPlxyXG4gICAgICAgIDx1bCBjbGFzcz1cInN1Ym1lbnUgbHZsMlwiIGFwcERyb3Bkb3duICpuZ0lmPVwiaXRlbS50eXBlID09PSAnZHJvcERvd24nXCI+XHJcbiAgICAgICAgICA8bGkgKm5nRm9yPVwibGV0IGl0ZW1MdkwyIG9mIGl0ZW0uc3ViXCIgYXBwRHJvcGRvd25MaW5rIHJvdXRlckxpbmtBY3RpdmU9XCJvcGVuXCI+XHJcblxyXG4gICAgICAgICAgICA8YSByb3V0ZXJMaW5rPVwie3sgaXRlbUx2TDIuc3RhdGUgPyAnLycraXRlbUx2TDIuc3RhdGUgOiAnJ319XCIgYXBwRHJvcGRvd25Ub2dnbGVcclxuICAgICAgICAgICAgICAqbmdJZj1cIml0ZW1MdkwyLnR5cGUgPT09ICdhcHBsaWNhdGlvbmxpbmsnXCIgbWF0UmlwcGxlPlxyXG4gICAgICAgICAgICAgIHt7c2hvd1Rvb2x0aXB9fVxyXG4gICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaXRlbS1uYW1lIGx2bDIgaGlkZS1jb250ZW50LW92ZXJmbG93XCIgbWF0VG9vbHRpcENsYXNzPVwidG9vbHRpcENsYXNzLW1hdFwiIFttYXRUb29sdGlwXT1cIml0ZW1MdkwyLm5hbWUubGVuZ3RoID4gMzAgPyBpdGVtTHZMMi5uYW1lIDogJydcIlxyXG4gICAgICAgICAgICAgICAgbWF0VG9vbHRpcFNob3dEZWxheT1cIjMwMFwiPnt7XHJcbiAgICAgICAgICAgIGl0ZW1MdkwyLm5hbWUgfCB0cmFuc2xhdGVcclxuICAgICAgICAgIH19XHJcbiAgICAgICAgICAgICAgPC9zcGFuPlxyXG4gICAgICAgICAgICAgIDxzcGFuIGZ4RmxleD48L3NwYW4+XHJcbiAgICAgICAgICAgIDwvYT5cclxuXHJcbiAgICAgICAgICAgIDxhIHJvdXRlckxpbms9XCJ7eyBpdGVtLnN0YXRlID8gJy8nICsgaXRlbS5zdGF0ZSA6ICcnIH19L3t7XHJcbiAgICAgICAgICAgICAgICBpdGVtTHZMMi5zdGF0ZVxyXG4gICAgICAgICAgICAgIH19XCIgYXBwRHJvcGRvd25Ub2dnbGUgKm5nSWY9XCJpdGVtTHZMMi50eXBlICE9PSAnZHJvcERvd24nICYmIGl0ZW1MdkwyLnR5cGUgIT09ICdhcHBsaWNhdGlvbmxpbmsnXCJcclxuICAgICAgICAgICAgICBtYXRSaXBwbGU+XHJcbiAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJpdGVtLW5hbWUgbHZsMlwiPnt7XHJcbiAgICAgICAgICAgICAgICBpdGVtTHZMMi5uYW1lIHwgdHJhbnNsYXRlXHJcbiAgICAgICAgICAgICAgfX08L3NwYW4+XHJcbiAgICAgICAgICAgICAgPHNwYW4gZnhGbGV4Pjwvc3Bhbj5cclxuICAgICAgICAgICAgPC9hPlxyXG5cclxuICAgICAgICAgICAgPGEgKm5nSWY9XCJpdGVtTHZMMi50eXBlID09PSAnZHJvcERvd24nXCIgYXBwRHJvcGRvd25Ub2dnbGUgbWF0UmlwcGxlPlxyXG4gICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaXRlbS1uYW1lIGx2bDJcIj57e1xyXG4gICAgICAgICAgICAgICAgaXRlbUx2TDIubmFtZSB8IHRyYW5zbGF0ZVxyXG4gICAgICAgICAgICAgIH19PC9zcGFuPlxyXG4gICAgICAgICAgICAgIDxzcGFuIGZ4RmxleD48L3NwYW4+XHJcbiAgICAgICAgICAgICAgPG1hdC1pY29uIGNsYXNzPVwibWVudS1jYXJldFwiPmtleWJvYXJkX2Fycm93X3JpZ2h0PC9tYXQtaWNvbj5cclxuICAgICAgICAgICAgPC9hPlxyXG5cclxuICAgICAgICAgICAgPCEtLSBMRVZFTCAzIC0tPlxyXG4gICAgICAgICAgICA8dWwgY2xhc3M9XCJzdWJtZW51IGx2bDNcIiBhcHBEcm9wZG93biAqbmdJZj1cIml0ZW1MdkwyLnR5cGUgPT09ICdkcm9wRG93bidcIj5cclxuICAgICAgICAgICAgICA8bGkgKm5nRm9yPVwibGV0IGl0ZW1MdkwzIG9mIGl0ZW1MdkwyLnN1YlwiIGFwcERyb3Bkb3duTGluayByb3V0ZXJMaW5rQWN0aXZlPVwib3BlblwiPlxyXG4gICAgICAgICAgICAgICAgPGEgcm91dGVyTGluaz1cInt7IGl0ZW0uc3RhdGUgPyAnLycgKyBpdGVtLnN0YXRlIDogJycgfX17e1xyXG4gICAgICAgICAgICAgICAgICAgIGl0ZW1MdkwyLnN0YXRlID8gJy8nICsgaXRlbUx2TDIuc3RhdGUgOiAnJ1xyXG4gICAgICAgICAgICAgICAgICB9fS97eyBpdGVtTHZMMy5zdGF0ZSB9fVwiIGFwcERyb3Bkb3duVG9nZ2xlIG1hdFJpcHBsZT5cclxuICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJpdGVtLW5hbWUgbHZsM1wiPnt7XHJcbiAgICAgICAgICAgICAgICAgICAgaXRlbUx2TDMubmFtZSB8IHRyYW5zbGF0ZVxyXG4gICAgICAgICAgICAgICAgICB9fTwvc3Bhbj5cclxuICAgICAgICAgICAgICAgIDwvYT5cclxuICAgICAgICAgICAgICA8L2xpPlxyXG4gICAgICAgICAgICA8L3VsPlxyXG4gICAgICAgICAgPC9saT5cclxuICAgICAgICA8L3VsPlxyXG4gICAgICA8L2Rpdj5cclxuICAgIDwvbGk+XHJcbiAgPC91bD5cclxuPC9kaXY+Il19
|
|
411
|
+
SidenavComponent.ɵfac = function SidenavComponent_Factory(t) { return new (t || SidenavComponent)(i0.ɵɵdirectiveInject(i1.Store)); };
|
|
412
|
+
SidenavComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SidenavComponent, selectors: [["app-sidenav"]], inputs: { hasIconTypeMenuItem: ["hasIconMenu", "hasIconTypeMenuItem"], iconTypeMenuTitle: ["iconMenuTitle", "iconTypeMenuTitle"] }, decls: 5, vars: 4, consts: [[1, "sidenav-hold"], ["class", "icon-menu", 4, "ngIf"], ["appDropdown", "", 1, "sidenav"], ["appDropdownLink", "", "routerLinkActive", "open", 4, "ngFor", "ngForOf"], [1, "icon-menu"], [1, "mt-1", "mb-1", "nav-item-sep"], [3, "ngStyle"], [1, "text-muted", "icon-menu-title"], ["class", "icon-menu-item", 4, "ngFor", "ngForOf"], [1, "icon-menu-item"], ["mat-raised-button", "", "matTooltipClass", "tooltipClass-mat", "routerLinkActive", "mat-bg-primary", 3, "matTooltip", "routerLink", 4, "ngIf"], ["mat-raised-button", "", "matTooltipClass", "tooltipClass-mat", "routerLinkActive", "mat-bg-primary", 3, "matTooltip", "routerLink"], ["appDropdownLink", "", "routerLinkActive", "open"], ["class", "nav-item-sep", 4, "ngIf"], ["class", "lvl1", 4, "ngIf"], [1, "nav-item-sep"], ["matTooltipClass", "tooltipClass-mat", 1, "text-muted", 3, "matTooltip"], [1, "lvl1"], ["appDropdownToggle", "", "matRipple", "", 3, "routerLink", 4, "ngIf"], ["appDropdownToggle", "", "matRipple", "", "target", "_blank", 3, "href", 4, "ngIf"], ["appDropdownToggle", "", "matRipple", "", 4, "ngIf"], ["class", "submenu lvl2", "appDropdown", "", 4, "ngIf"], ["appDropdownToggle", "", "matRipple", "", 3, "routerLink"], ["matTooltipClass", "tooltipClass-mat", 1, "item-name", "lvl1", 3, "matTooltip"], ["fxFlex", ""], [3, "class", "ngStyle", 4, "ngFor", "ngForOf"], ["appDropdownToggle", "", "matRipple", "", "target", "_blank", 3, "href"], ["appDropdownToggle", "", "matRipple", ""], [1, "menu-caret"], ["appDropdown", "", 1, "submenu", "lvl2"], ["class", "submenu lvl3", "appDropdown", "", 4, "ngIf"], ["matTooltipClass", "tooltipClass-mat", "matTooltipShowDelay", "300", 1, "item-name", "lvl2", "hide-content-overflow", 3, "matTooltip"], [1, "item-name", "lvl2"], ["appDropdown", "", 1, "submenu", "lvl3"], [1, "item-name", "lvl3"]], template: function SidenavComponent_Template(rf, ctx) { if (rf & 1) {
|
|
413
|
+
i0.ɵɵelementStart(0, "div", 0);
|
|
414
|
+
i0.ɵɵtemplate(1, SidenavComponent_div_1_Template, 7, 6, "div", 1);
|
|
415
|
+
i0.ɵɵelementStart(2, "ul", 2);
|
|
416
|
+
i0.ɵɵtemplate(3, SidenavComponent_li_3_Template, 3, 2, "li", 3);
|
|
417
|
+
i0.ɵɵpipe(4, "async");
|
|
418
|
+
i0.ɵɵelementEnd();
|
|
419
|
+
i0.ɵɵelementEnd();
|
|
420
|
+
} if (rf & 2) {
|
|
421
|
+
i0.ɵɵadvance(1);
|
|
422
|
+
i0.ɵɵproperty("ngIf", ctx.hasIconTypeMenuItem);
|
|
423
|
+
i0.ɵɵadvance(2);
|
|
424
|
+
i0.ɵɵproperty("ngForOf", i0.ɵɵpipeBind1(4, 2, ctx.menuItems$));
|
|
425
|
+
} }, directives: [i2.NgIf, i2.NgForOf, i3.MatDivider, i2.NgStyle, i4.DefaultStyleDirective, i5.MatButton, i6.RouterLinkActive, i7.MatTooltip, i6.RouterLink, i8.MatIcon, i6.RouterLinkWithHref, i9.DefaultFlexDirective], pipes: [i2.AsyncPipe, i10.TranslatePipe], encapsulation: 2 });
|
|
426
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SidenavComponent, [{
|
|
427
|
+
type: Component,
|
|
428
|
+
args: [{
|
|
429
|
+
selector: "app-sidenav",
|
|
430
|
+
templateUrl: "./sidenav.template.html"
|
|
431
|
+
}]
|
|
432
|
+
}], function () { return [{ type: i1.Store }]; }, { hasIconTypeMenuItem: [{
|
|
433
|
+
type: Input,
|
|
434
|
+
args: ["hasIconMenu"]
|
|
435
|
+
}], iconTypeMenuTitle: [{
|
|
436
|
+
type: Input,
|
|
437
|
+
args: ["iconMenuTitle"]
|
|
438
|
+
}] }); })();
|
|
439
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2lkZW5hdi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9zaGVsbC1tb2R1bGUtY29tcG9uZW50cy9zaGVsbC1jb21wb25lbnRzL3NyYy9saWIvc2hlbGwtY29tcG9uZW50cy9jb21wb25lbnRzL3NpZGVuYXYvc2lkZW5hdi5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9zaGVsbC1tb2R1bGUtY29tcG9uZW50cy9zaGVsbC1jb21wb25lbnRzL3NyYy9saWIvc2hlbGwtY29tcG9uZW50cy9jb21wb25lbnRzL3NpZGVuYXYvc2lkZW5hdi50ZW1wbGF0ZS5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUE0QyxNQUFNLGVBQWUsQ0FBQztBQUMzRixPQUFPLEVBQVMsTUFBTSxFQUFFLE1BQU0sYUFBYSxDQUFDO0FBRTVDLE9BQU8sS0FBSyxvQkFBb0IsTUFBTSw4QkFBOEIsQ0FBQztBQUdyRSxPQUFPLEVBQXVCLHdCQUF3QixFQUFFLE1BQU0sdUNBQXVDLENBQUM7QUFDdEcsT0FBTyxFQUFFLEdBQUcsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBRXJDLE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSxpQ0FBaUMsQ0FBQztBQUNqRSxPQUFPLHVEQUF1RCxDQUFDOzs7Ozs7Ozs7Ozs7O0lDRHpELGtDQUNtRTtJQUNqRSxnQ0FBVTtJQUFBLFlBQWU7SUFBQSxpQkFBVztJQUN0QyxpQkFBUzs7O0lBRlAsK0RBQThCO0lBRDRFLDRDQUEyQjtJQUUzSCxlQUFlO0lBQWYsa0NBQWU7OztJQUg3Qiw4QkFBc0U7SUFDcEUsb0ZBR1M7SUFDWCxpQkFBTTs7O0lBSkssZUFBNEM7SUFBNUMsbUVBQTRDOzs7O0lBUnpELDhCQUFtRDtJQUVqRCw4QkFBb0M7SUFDbEMsaUNBQTZEO0lBQzdELCtCQUF5QztJQUFBLFlBQXVCO0lBQUEsaUJBQU87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Q1QsUUFBUSxFQUFFLGFBQWE7Z0JBQ3ZCLFdBQVcsRUFBRSx5QkFBeUI7YUFDdkM7d0RBRzhCLG1CQUFtQjtrQkFBL0MsS0FBSzttQkFBQyxhQUFhO1lBQ1csaUJBQWlCO2tCQUEvQyxLQUFLO21CQUFDLGVBQWUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIElucHV0LCBWaWV3Q2hpbGQsIEVsZW1lbnRSZWYsIENoYW5nZURldGVjdG9yUmVmIH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcclxuaW1wb3J0IHsgU3RvcmUsIHNlbGVjdCB9IGZyb20gXCJAbmdyeC9zdG9yZVwiO1xyXG5pbXBvcnQgeyBTdGF0ZSB9IGZyb20gXCIuLy4uLy4uL3N0b3JlL3JlZHVjZXJzL2luZGV4XCI7XHJcbmltcG9ydCAqIGFzIHNoYXJlZE1vZHVsZVJlZHVjZXJzIGZyb20gXCIuLy4uLy4uL3N0b3JlL3JlZHVjZXJzL2luZGV4XCI7XHJcblxyXG5pbXBvcnQgeyBPYnNlcnZhYmxlIH0gZnJvbSBcInJ4anNcIjtcclxuaW1wb3J0IHsgTWVudUl0ZW1BY3Rpb25UeXBlcywgR2V0QWxsTWVudUl0ZW1zVHJpZ2dlcmVkIH0gZnJvbSBcIi4uLy4uL3N0b3JlL2FjdGlvbnMvbWVudWl0ZW1zLmFjdGlvbnNcIjtcclxuaW1wb3J0IHsgdGFwIH0gZnJvbSBcInJ4anMvb3BlcmF0b3JzXCI7XHJcbmltcG9ydCB7IElNZW51SXRlbSB9IGZyb20gJy4uLy4uL21vZGVscy9JTWVudUl0ZW0nO1xyXG5pbXBvcnQgeyBNZW51Q2F0ZWdvcmllcyB9IGZyb20gJy4uLy4uL2NvbnN0YW50cy9tZW51LWNhdGVnb3JpZXMnO1xyXG5pbXBvcnQgJy4uLy4uLy4uL2dsb2JhbGRlcGVuZGVuY2llcy9oZWxwZXJzL2ZvbnRhd2Vzb21lLWljb25zJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiBcImFwcC1zaWRlbmF2XCIsXHJcbiAgdGVtcGxhdGVVcmw6IFwiLi9zaWRlbmF2LnRlbXBsYXRlLmh0bWxcIlxyXG59KVxyXG5cclxuZXhwb3J0IGNsYXNzIFNpZGVuYXZDb21wb25lbnQge1xyXG4gIEBJbnB1dChcImhhc0ljb25NZW51XCIpIHB1YmxpYyBoYXNJY29uVHlwZU1lbnVJdGVtOiBib29sZWFuO1xyXG4gIEBJbnB1dChcImljb25NZW51VGl0bGVcIikgcHVibGljIGljb25UeXBlTWVudVRpdGxlOiBzdHJpbmc7XHJcblxyXG4gIHB1YmxpYyBtZW51SXRlbXMkOiBPYnNlcnZhYmxlPElNZW51SXRlbVtdPjtcclxuXHJcbiAgc2hvd1Rvb2x0aXA6IGFueTtcclxuXHJcbiAgY29uc3RydWN0b3IocHJpdmF0ZSBzdG9yZTogU3RvcmU8U3RhdGU+KSB7IH1cclxuXHJcbiAgbmdPbkluaXQoKSB7XHJcbiAgICB0aGlzLm1lbnVJdGVtcyQgPSB0aGlzLnN0b3JlLnBpcGUoXHJcbiAgICAgIHNlbGVjdChzaGFyZWRNb2R1bGVSZWR1Y2Vycy5nZXRDdXJyZW50QWN0aXZlTWVudUNhdGVnb3J5TWVudUl0ZW1zKSxcclxuICAgICAgdGFwKG1lbnVMaXN0ID0+IGNvbnNvbGUubG9nKG1lbnVMaXN0KSlcclxuICAgICk7XHJcblxyXG4gICAgdGhpcy5zdG9yZS5kaXNwYXRjaChuZXcgR2V0QWxsTWVudUl0ZW1zVHJpZ2dlcmVkKE1lbnVDYXRlZ29yaWVzLk1haW4pKTtcclxuICB9XHJcbn1cclxuIiwiPGRpdiBjbGFzcz1cInNpZGVuYXYtaG9sZFwiPlxyXG4gIDxkaXYgY2xhc3M9XCJpY29uLW1lbnVcIiAqbmdJZj1cImhhc0ljb25UeXBlTWVudUl0ZW1cIj5cclxuICAgIDwhLS0gSWNvbiBtZW51IHNlcGFyYXRvciAtLT5cclxuICAgIDxkaXYgY2xhc3M9XCJtdC0xIG1iLTEgbmF2LWl0ZW0tc2VwXCI+XHJcbiAgICAgIDxtYXQtZGl2aWRlciBbbmdTdHlsZV09XCJ7IG1hcmdpbjogJzAgLTI0cHgnIH1cIj48L21hdC1kaXZpZGVyPlxyXG4gICAgICA8c3BhbiBjbGFzcz1cInRleHQtbXV0ZWQgaWNvbi1tZW51LXRpdGxlXCI+e3sgaWNvblR5cGVNZW51VGl0bGUgfX08L3NwYW4+XHJcbiAgICA8L2Rpdj5cclxuICAgIDwhLS0gSWNvbiBtZW51IGl0ZW1zIC0tPlxyXG4gICAgPGRpdiBjbGFzcz1cImljb24tbWVudS1pdGVtXCIgKm5nRm9yPVwibGV0IGl0ZW0gb2YgKG1lbnVJdGVtcyQgfCBhc3luYylcIj5cclxuICAgICAgPGJ1dHRvbiAqbmdJZj1cIiFpdGVtLmRpc2FibGVkICYmIGl0ZW0udHlwZSA9PT0gJ2ljb24nXCIgbWF0LXJhaXNlZC1idXR0b24gbWF0VG9vbHRpcENsYXNzPVwidG9vbHRpcENsYXNzLW1hdFwiIFttYXRUb29sdGlwXT1cIml0ZW0udG9vbHRpcFwiXHJcbiAgICAgICAgcm91dGVyTGluaz1cIi97eyBpdGVtLnN0YXRlIH19XCIgcm91dGVyTGlua0FjdGl2ZT1cIm1hdC1iZy1wcmltYXJ5XCI+XHJcbiAgICAgICAgPG1hdC1pY29uPnt7IGl0ZW0uaWNvbiB9fTwvbWF0LWljb24+XHJcbiAgICAgIDwvYnV0dG9uPlxyXG4gICAgPC9kaXY+XHJcbiAgPC9kaXY+XHJcblxyXG4gIDx1bCBhcHBEcm9wZG93biBjbGFzcz1cInNpZGVuYXZcIj5cclxuICAgIDxsaSAqbmdGb3I9XCJsZXQgaXRlbSBvZiAobWVudUl0ZW1zJCB8IGFzeW5jKVwiIGFwcERyb3Bkb3duTGluayByb3V0ZXJMaW5rQWN0aXZlPVwib3BlblwiPlxyXG4gICAgICA8ZGl2IGNsYXNzPVwibmF2LWl0ZW0tc2VwXCIgKm5nSWY9XCJpdGVtLnR5cGUgPT09ICdzZXBhcmF0b3InXCI+XHJcbiAgICAgICAgPG1hdC1kaXZpZGVyPjwvbWF0LWRpdmlkZXI+XHJcbiAgICAgICAgPHNwYW4gY2xhc3M9XCJ0ZXh0LW11dGVkXCIgbWF0VG9vbHRpcENsYXNzPVwidG9vbHRpcENsYXNzLW1hdFwiIG1hdFRvb2x0aXA9XCJ7e2l0ZW0ubmFtZSAgfCB0cmFuc2xhdGUgfX1cIj57eyBpdGVtLm5hbWUgfCB0cmFuc2xhdGUgfX08L3NwYW4+XHJcbiAgICAgIDwvZGl2PlxyXG4gICAgICA8ZGl2ICpuZ0lmPVwiXHJcbiAgICAgICAgICAhaXRlbS5kaXNhYmxlZCAmJiBpdGVtLnR5cGUgIT09ICdzZXBhcmF0b3InICYmIGl0ZW0udHlwZSAhPT0gJ2ljb24nXHJcbiAgICAgICAgXCIgY2xhc3M9XCJsdmwxXCI+XHJcbiAgICAgICAgPGEgcm91dGVyTGluaz1cIi97eyBpdGVtLnN0YXRlIH19XCIgYXBwRHJvcGRvd25Ub2dnbGUgbWF0UmlwcGxlICpuZ0lmPVwiaXRlbS50eXBlID09PSAnbGluaydcIj5cclxuICAgICAgICAgIDxtYXQtaWNvbj57eyBpdGVtLmljb24gfX08L21hdC1pY29uPlxyXG4gICAgICAgICAgPHNwYW4gY2xhc3M9XCJpdGVtLW5hbWUgbHZsMVwiIG1hdFRvb2x0aXBDbGFzcz1cInRvb2x0aXBDbGFzcy1tYXRcIiBtYXRUb29sdGlwPVwie3tpdGVtLm5hbWUgIHwgdHJhbnNsYXRlIH19XCI+e3sgaXRlbS5uYW1lIHwgdHJhbnNsYXRlIH19PC9zcGFuPlxyXG4gICAgICAgICAgPHNwYW4gZnhGbGV4Pjwvc3Bhbj5cclxuICAgICAgICAgIDxzcGFuIGNsYXNzPVwibWVudWl0ZW0tYmFkZ2UgbWF0LWJnLXt7IGJhZGdlLmNvbG9yIH19XCIgW25nU3R5bGVdPVwieyBiYWNrZ3JvdW5kOiBiYWRnZS5jb2xvciB9XCJcclxuICAgICAgICAgICAgKm5nRm9yPVwibGV0IGJhZGdlIG9mIGl0ZW0uYmFkZ2VzXCI+e3sgYmFkZ2UudmFsdWUgfX08L3NwYW4+XHJcbiAgICAgICAgPC9hPlxyXG4gICAgICAgIDxhIFtocmVmXT1cIml0ZW0uc3RhdGVcIiBhcHBEcm9wZG93blRvZ2dsZSBtYXRSaXBwbGUgKm5nSWY9XCJpdGVtLnR5cGUgPT09ICdleHRMaW5rJ1wiIHRhcmdldD1cIl9ibGFua1wiPlxyXG4gICAgICAgICAgPG1hdC1pY29uPnt7IGl0ZW0uaWNvbiB9fTwvbWF0LWljb24+XHJcbiAgICAgICAgICA8c3BhbiBjbGFzcz1cIml0ZW0tbmFtZSBsdmwxXCIgbWF0VG9vbHRpcENsYXNzPVwidG9vbHRpcENsYXNzLW1hdFwiIG1hdFRvb2x0aXA9XCJ7e2l0ZW0ubmFtZSAgfCB0cmFuc2xhdGUgfX1cIj57eyBpdGVtLm5hbWUgfCB0cmFuc2xhdGUgfX08L3NwYW4+XHJcbiAgICAgICAgICA8c3BhbiBmeEZsZXg+PC9zcGFuPlxyXG4gICAgICAgICAgPHNwYW4gY2xhc3M9XCJtZW51aXRlbS1iYWRnZSBtYXQtYmcte3sgYmFkZ2UuY29sb3IgfX1cIiBbbmdTdHlsZV09XCJ7IGJhY2tncm91bmQ6IGJhZGdlLmNvbG9yIH1cIlxyXG4gICAgICAgICAgICAqbmdGb3I9XCJsZXQgYmFkZ2Ugb2YgaXRlbS5iYWRnZXNcIj57eyBiYWRnZS52YWx1ZSB9fTwvc3Bhbj5cclxuICAgICAgICA8L2E+XHJcblxyXG4gICAgICAgIDxhIFtocmVmXT1cIml0ZW0uc3RhdGVcIiBhcHBEcm9wZG93blRvZ2dsZSBtYXRSaXBwbGUgKm5nSWY9XCJpdGVtLnR5cGUgPT09ICdleHRMaW5rJ1wiIHRhcmdldD1cIl9ibGFua1wiPlxyXG4gICAgICAgICAgPG1hdC1pY29uPnt7IGl0ZW0uaWNvbiB9fTwvbWF0LWljb24+XHJcbiAgICAgICAgICA8c3BhbiBjbGFzcz1cIml0ZW0tbmFtZSBsdmwxXCIgbWF0VG9vbHRpcENsYXNzPVwidG9vbHRpcENsYXNzLW1hdFwiIG1hdFRvb2x0aXA9XCJ7e2l0ZW0ubmFtZSAgfCB0cmFuc2xhdGUgfX1cIj57eyBpdGVtLm5hbWUgfCB0cmFuc2xhdGUgfX08L3NwYW4+XHJcbiAgICAgICAgICA8c3BhbiBmeEZsZXg+PC9zcGFuPlxyXG4gICAgICAgICAgPHNwYW4gY2xhc3M9XCJtZW51aXRlbS1iYWRnZSBtYXQtYmcte3sgYmFkZ2UuY29sb3IgfX1cIiBbbmdTdHlsZV09XCJ7IGJhY2tncm91bmQ6IGJhZGdlLmNvbG9yIH1cIlxyXG4gICAgICAgICAgICAqbmdGb3I9XCJsZXQgYmFkZ2Ugb2YgaXRlbS5iYWRnZXNcIj57eyBiYWRnZS52YWx1ZSB9fTwvc3Bhbj5cclxuICAgICAgICA8L2E+XHJcblxyXG4gICAgICAgIDxhIFtocmVmXT1cIml0ZW0uc3RhdGVcIiBhcHBEcm9wZG93blRvZ2dsZSBtYXRSaXBwbGUgKm5nSWY9XCJpdGVtLnR5cGUgPT09ICdleHRMaW5rJ1wiIHRhcmdldD1cIl9ibGFua1wiPlxyXG4gICAgICAgICAgPG1hdC1pY29uPnt7IGl0ZW0uaWNvbiB9fTwvbWF0LWljb24+XHJcbiAgICAgICAgICA8c3BhbiBjbGFzcz1cIml0ZW0tbmFtZSBsdmwxXCIgbWF0VG9vbHRpcENsYXNzPVwidG9vbHRpcENsYXNzLW1hdFwiIG1hdFRvb2x0aXA9XCJ7e2l0ZW0ubmFtZSAgfCB0cmFuc2xhdGUgfX1cIj57eyBpdGVtLm5hbWUgfCB0cmFuc2xhdGUgfX08L3NwYW4+XHJcbiAgICAgICAgICA8c3BhbiBmeEZsZXg+PC9zcGFuPlxyXG4gICAgICAgICAgPHNwYW4gY2xhc3M9XCJtZW51aXRlbS1iYWRnZSBtYXQtYmcte3sgYmFkZ2UuY29sb3IgfX1cIiBbbmdTdHlsZV09XCJ7IGJhY2tncm91bmQ6IGJhZGdlLmNvbG9yIH1cIlxyXG4gICAgICAgICAgICAqbmdGb3I9XCJsZXQgYmFkZ2Ugb2YgaXRlbS5iYWRnZXNcIj57eyBiYWRnZS52YWx1ZSB9fTwvc3Bhbj5cclxuICAgICAgICA8L2E+XHJcblxyXG4gICAgICAgIDwhLS0gRHJvcERvd24gLS0+XHJcbiAgICAgICAgPGEgKm5nSWY9XCJpdGVtLnR5cGUgPT09ICdkcm9wRG93bidcIiBhcHBEcm9wZG93blRvZ2dsZSBtYXRSaXBwbGU+XHJcbiAgICAgICAgICA8bWF0LWljb24+e3sgaXRlbS5pY29uIH19PC9tYXQtaWNvbj5cclxuICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaXRlbS1uYW1lIGx2bDFcIiBtYXRUb29sdGlwQ2xhc3M9XCJ0b29sdGlwQ2xhc3MtbWF0XCIgbWF0VG9vbHRpcD1cInt7aXRlbS5uYW1lICB8IHRyYW5zbGF0ZSB9fVwiPnt7IGl0ZW0ubmFtZSB8IHRyYW5zbGF0ZSB9fTwvc3Bhbj5cclxuICAgICAgICAgIDxzcGFuIGZ4RmxleD48L3NwYW4+XHJcbiAgICAgICAgICA8c3BhbiBjbGFzcz1cIm1lbnVpdGVtLWJhZGdlIG1hdC1iZy17eyBiYWRnZS5jb2xvciB9fVwiIFtuZ1N0eWxlXT1cInsgYmFja2dyb3VuZDogYmFkZ2UuY29sb3IgfVwiXHJcbiAgICAgICAgICAgICpuZ0Zvcj1cImxldCBiYWRnZSBvZiBpdGVtLmJhZGdlc1wiPnt7IGJhZGdlLnZhbHVlIH19PC9zcGFuPlxyXG4gICAgICAgICAgPG1hdC1pY29uIGNsYXNzPVwibWVudS1jYXJldFwiPmtleWJvYXJkX2Fycm93X3JpZ2h0PC9tYXQtaWNvbj5cclxuICAgICAgICA8L2E+XHJcbiAgICAgICAgPCEtLSBMRVZFTCAyIC0tPlxyXG4gICAgICAgIDx1bCBjbGFzcz1cInN1Ym1lbnUgbHZsMlwiIGFwcERyb3Bkb3duICpuZ0lmPVwiaXRlbS50eXBlID09PSAnZHJvcERvd24nXCI+XHJcbiAgICAgICAgICA8bGkgKm5nRm9yPVwibGV0IGl0ZW1MdkwyIG9mIGl0ZW0uc3ViXCIgYXBwRHJvcGRvd25MaW5rIHJvdXRlckxpbmtBY3RpdmU9XCJvcGVuXCI+XHJcblxyXG4gICAgICAgICAgICA8YSByb3V0ZXJMaW5rPVwie3sgaXRlbUx2TDIuc3RhdGUgPyAnLycraXRlbUx2TDIuc3RhdGUgOiAnJ319XCIgYXBwRHJvcGRvd25Ub2dnbGVcclxuICAgICAgICAgICAgICAqbmdJZj1cIml0ZW1MdkwyLnR5cGUgPT09ICdhcHBsaWNhdGlvbmxpbmsnXCIgbWF0UmlwcGxlPlxyXG4gICAgICAgICAgICAgIHt7c2hvd1Rvb2x0aXB9fVxyXG4gICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaXRlbS1uYW1lIGx2bDIgaGlkZS1jb250ZW50LW92ZXJmbG93XCIgbWF0VG9vbHRpcENsYXNzPVwidG9vbHRpcENsYXNzLW1hdFwiIFttYXRUb29sdGlwXT1cIml0ZW1MdkwyLm5hbWUubGVuZ3RoID4gMzAgPyBpdGVtTHZMMi5uYW1lIDogJydcIlxyXG4gICAgICAgICAgICAgICAgbWF0VG9vbHRpcFNob3dEZWxheT1cIjMwMFwiPnt7XHJcbiAgICAgICAgICAgIGl0ZW1MdkwyLm5hbWUgfCB0cmFuc2xhdGVcclxuICAgICAgICAgIH19XHJcbiAgICAgICAgICAgICAgPC9zcGFuPlxyXG4gICAgICAgICAgICAgIDxzcGFuIGZ4RmxleD48L3NwYW4+XHJcbiAgICAgICAgICAgIDwvYT5cclxuXHJcbiAgICAgICAgICAgIDxhIHJvdXRlckxpbms9XCJ7eyBpdGVtLnN0YXRlID8gJy8nICsgaXRlbS5zdGF0ZSA6ICcnIH19L3t7XHJcbiAgICAgICAgICAgICAgICBpdGVtTHZMMi5zdGF0ZVxyXG4gICAgICAgICAgICAgIH19XCIgYXBwRHJvcGRvd25Ub2dnbGUgKm5nSWY9XCJpdGVtTHZMMi50eXBlICE9PSAnZHJvcERvd24nICYmIGl0ZW1MdkwyLnR5cGUgIT09ICdhcHBsaWNhdGlvbmxpbmsnXCJcclxuICAgICAgICAgICAgICBtYXRSaXBwbGU+XHJcbiAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJpdGVtLW5hbWUgbHZsMlwiPnt7XHJcbiAgICAgICAgICAgICAgICBpdGVtTHZMMi5uYW1lIHwgdHJhbnNsYXRlXHJcbiAgICAgICAgICAgICAgfX08L3NwYW4+XHJcbiAgICAgICAgICAgICAgPHNwYW4gZnhGbGV4Pjwvc3Bhbj5cclxuICAgICAgICAgICAgPC9hPlxyXG5cclxuICAgICAgICAgICAgPGEgKm5nSWY9XCJpdGVtTHZMMi50eXBlID09PSAnZHJvcERvd24nXCIgYXBwRHJvcGRvd25Ub2dnbGUgbWF0UmlwcGxlPlxyXG4gICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaXRlbS1uYW1lIGx2bDJcIj57e1xyXG4gICAgICAgICAgICAgICAgaXRlbUx2TDIubmFtZSB8IHRyYW5zbGF0ZVxyXG4gICAgICAgICAgICAgIH19PC9zcGFuPlxyXG4gICAgICAgICAgICAgIDxzcGFuIGZ4RmxleD48L3NwYW4+XHJcbiAgICAgICAgICAgICAgPG1hdC1pY29uIGNsYXNzPVwibWVudS1jYXJldFwiPmtleWJvYXJkX2Fycm93X3JpZ2h0PC9tYXQtaWNvbj5cclxuICAgICAgICAgICAgPC9hPlxyXG5cclxuICAgICAgICAgICAgPCEtLSBMRVZFTCAzIC0tPlxyXG4gICAgICAgICAgICA8dWwgY2xhc3M9XCJzdWJtZW51IGx2bDNcIiBhcHBEcm9wZG93biAqbmdJZj1cIml0ZW1MdkwyLnR5cGUgPT09ICdkcm9wRG93bidcIj5cclxuICAgICAgICAgICAgICA8bGkgKm5nRm9yPVwibGV0IGl0ZW1MdkwzIG9mIGl0ZW1MdkwyLnN1YlwiIGFwcERyb3Bkb3duTGluayByb3V0ZXJMaW5rQWN0aXZlPVwib3BlblwiPlxyXG4gICAgICAgICAgICAgICAgPGEgcm91dGVyTGluaz1cInt7IGl0ZW0uc3RhdGUgPyAnLycgKyBpdGVtLnN0YXRlIDogJycgfX17e1xyXG4gICAgICAgICAgICAgICAgICAgIGl0ZW1MdkwyLnN0YXRlID8gJy8nICsgaXRlbUx2TDIuc3RhdGUgOiAnJ1xyXG4gICAgICAgICAgICAgICAgICB9fS97eyBpdGVtTHZMMy5zdGF0ZSB9fVwiIGFwcERyb3Bkb3duVG9nZ2xlIG1hdFJpcHBsZT5cclxuICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJpdGVtLW5hbWUgbHZsM1wiPnt7XHJcbiAgICAgICAgICAgICAgICAgICAgaXRlbUx2TDMubmFtZSB8IHRyYW5zbGF0ZVxyXG4gICAgICAgICAgICAgICAgICB9fTwvc3Bhbj5cclxuICAgICAgICAgICAgICAgIDwvYT5cclxuICAgICAgICAgICAgICA8L2xpPlxyXG4gICAgICAgICAgICA8L3VsPlxyXG4gICAgICAgICAgPC9saT5cclxuICAgICAgICA8L3VsPlxyXG4gICAgICA8L2Rpdj5cclxuICAgIDwvbGk+XHJcbiAgPC91bD5cclxuPC9kaXY+Il19
|
package/esm2015/lib/shell-components/components/submit-feedback/submit-feedback.component.js
CHANGED
|
@@ -56,16 +56,20 @@ export class FeedBackSubmissionComponent extends CustomAppBaseComponent {
|
|
|
56
56
|
});
|
|
57
57
|
}
|
|
58
58
|
}
|
|
59
|
-
FeedBackSubmissionComponent.ɵfac =
|
|
60
|
-
FeedBackSubmissionComponent.ɵcmp = i0.ɵɵ
|
|
61
|
-
i0.ɵɵ
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
59
|
+
FeedBackSubmissionComponent.ɵfac = function FeedBackSubmissionComponent_Factory(t) { return new (t || FeedBackSubmissionComponent)(i0.ɵɵdirectiveInject(i1.ShellModulesService), i0.ɵɵdirectiveInject(i0.ViewContainerRef), i0.ɵɵdirectiveInject(i1.ShellModulesService), i0.ɵɵdirectiveInject(i0.Compiler)); };
|
|
60
|
+
FeedBackSubmissionComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: FeedBackSubmissionComponent, selectors: [["app-submit-feedback"]], outputs: { closeDialog: "closeDialog" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 5, consts: [[3, "ndcDynamicFactory", "ndcDynamicComponent", "ndcDynamicInjector", "ndcDynamicInputs", "ndcDynamicOutputs"]], template: function FeedBackSubmissionComponent_Template(rf, ctx) { if (rf & 1) {
|
|
61
|
+
i0.ɵɵelement(0, "ndc-dynamic", 0);
|
|
62
|
+
} if (rf & 2) {
|
|
63
|
+
i0.ɵɵproperty("ndcDynamicFactory", ctx.shellFeedbackComponent)("ndcDynamicComponent", ctx.shellFeedbackComponent)("ndcDynamicInjector", ctx.injector)("ndcDynamicInputs", ctx.componentInputs)("ndcDynamicOutputs", ctx.outputs);
|
|
64
|
+
} }, directives: [i2.DynamicComponent, i2.DynamicDirective], encapsulation: 2 });
|
|
65
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FeedBackSubmissionComponent, [{
|
|
66
|
+
type: Component,
|
|
67
|
+
args: [{
|
|
68
|
+
selector: 'app-submit-feedback',
|
|
69
|
+
templateUrl: 'submit-feedback.component.html',
|
|
70
|
+
encapsulation: ViewEncapsulation.None,
|
|
71
|
+
}]
|
|
72
|
+
}], function () { return [{ type: i1.ShellModulesService }, { type: i0.ViewContainerRef }, { type: i1.ShellModulesService }, { type: i0.Compiler }]; }, { closeDialog: [{
|
|
73
|
+
type: Output
|
|
74
|
+
}] }); })();
|
|
75
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3VibWl0LWZlZWRiYWNrLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NoZWxsLW1vZHVsZS1jb21wb25lbnRzL3NoZWxsLWNvbXBvbmVudHMvc3JjL2xpYi9zaGVsbC1jb21wb25lbnRzL2NvbXBvbmVudHMvc3VibWl0LWZlZWRiYWNrL3N1Ym1pdC1mZWVkYmFjay5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9zaGVsbC1tb2R1bGUtY29tcG9uZW50cy9zaGVsbC1jb21wb25lbnRzL3NyYy9saWIvc2hlbGwtY29tcG9uZW50cy9jb21wb25lbnRzL3N1Ym1pdC1mZWVkYmFjay9zdWJtaXQtZmVlZGJhY2suY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBVSxpQkFBaUIsRUFBdUUsTUFBTSxFQUFFLFlBQVksRUFBc0MsTUFBTSxlQUFlLENBQUM7QUFDcE0sT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0sc0RBQXNELENBQUM7QUFDOUYsT0FBTyx1REFBdUQsQ0FBQztBQUMvRCxPQUFPLEVBQUUsZUFBZSxFQUFRLE1BQU0sZUFBZSxDQUFDO0FBRXRELE9BQU8sS0FBSyxDQUFDLE1BQU0sWUFBWSxDQUFDOzs7O0FBU2hDLE1BQU0sT0FBTywyQkFBNEIsU0FBUSxzQkFBc0I7SUFZbkUsWUFDWSxtQkFBd0MsRUFDeEMsR0FBcUIsRUFBUyxxQkFBMEMsRUFBVSxRQUFrQjtRQUM1RyxLQUFLLEVBQUUsQ0FBQztRQUZBLHdCQUFtQixHQUFuQixtQkFBbUIsQ0FBcUI7UUFDeEMsUUFBRyxHQUFILEdBQUcsQ0FBa0I7UUFBUywwQkFBcUIsR0FBckIscUJBQXFCLENBQXFCO1FBQVUsYUFBUSxHQUFSLFFBQVEsQ0FBVTtRQVhoSCxZQUFPLEdBQUc7WUFDTixXQUFXLEVBQUUsSUFBSSxDQUFDLEVBQUUsQ0FBQyxJQUFJLENBQUMsY0FBYyxDQUFDLElBQUksQ0FBQztTQUNqRCxDQUFDO1FBRVEsZ0JBQVcsR0FBRyxJQUFJLFlBQVksRUFBVSxDQUFDO0lBU25ELENBQUM7SUFFRCxRQUFRO1FBQ0osSUFBSSxDQUFDLFFBQVEsR0FBRyxJQUFJLENBQUMsR0FBRyxDQUFDLFFBQVEsQ0FBQztRQUNsQyxLQUFLLENBQUMsUUFBUSxFQUFFLENBQUM7UUFDakIsSUFBSSxDQUFDLGFBQWEsRUFBRSxDQUFDO0lBQ3pCLENBQUM7SUFFRCxjQUFjLENBQUMsSUFBSTtRQUNmLElBQUksQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDO0lBQ2hDLENBQUM7SUFFRCxhQUFhO1FBQ1QscURBQXFEO1FBQ3JELElBQUksTUFBTSxHQUFHLElBQUksQ0FBQyxxQkFBcUIsQ0FBQyxTQUFTLENBQUMsQ0FBQztRQUNuRCxJQUFJLE9BQU8sR0FBRyxJQUFJLENBQUMsS0FBSyxDQUFDLFlBQVksQ0FBQyxPQUFPLENBQUMsU0FBUyxDQUFDLENBQUMsQ0FBQztRQUMxRCxJQUFJLE1BQU0sR0FBRyxDQUFDLENBQUMsSUFBSSxDQUFDLE9BQU8sRUFBRSxVQUFVLE1BQVcsSUFBRyxPQUFPLE1BQU0sQ0FBQyxpQkFBaUIsSUFBSSx1QkFBdUIsQ0FBQSxDQUFDLENBQUMsQ0FBQyxDQUFDO1FBQ25ILElBQUksSUFBSSxHQUFHLE1BQU0sQ0FBQyxNQUFNLENBQUMsaUJBQWlCLENBQUMsQ0FBQztRQUUzQyxJQUFJLEVBQWdEO2FBQ2hELElBQUksQ0FBQyxzQkFBc0IsQ0FBQyxFQUFFO1lBQzNCLElBQUksc0JBQXNCLFlBQVksZUFBZSxFQUFFO2dCQUNuRCxnQkFBZ0I7Z0JBQ2hCLE9BQU8sc0JBQXNCLENBQUM7YUFDakM7aUJBQU07Z0JBQ0gsSUFBSTtvQkFDQSxTQUFTO29CQUNULE9BQU8sSUFBSSxDQUFDLFFBQVEsQ0FBQyxrQkFBa0IsQ0FBQyxzQkFBc0IsQ0FBQyxDQUFDO2lCQUNuRTtnQkFBQyxPQUFPLEdBQUcsRUFBRTtvQkFDVixNQUFNLEdBQUcsQ0FBQztpQkFDYjthQUNKO1FBQ0wsQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLENBQUMsYUFBbUMsRUFBRSxFQUFFO1lBRTVDLE1BQU0sZ0JBQWdCLEdBQUksYUFBYSxDQUFDLFVBQXlDLENBQUMsZ0JBQWdCLENBQUM7WUFFbkcsSUFBSSxxQkFBcUIsR0FBUyxnQkFBaUIsQ0FBQyxVQUFVLENBQUM7WUFFL0QsSUFBSSxDQUFDLFdBQVcsR0FBRyxhQUFhLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsQ0FBQztZQUV2RCxJQUFJLGdCQUFnQixHQUFHLHFCQUFxQixDQUFDLElBQUksQ0FBQyxjQUFjLENBQUMsRUFBRSxDQUMvRCxjQUFjLENBQUMsSUFBSSxLQUFLLGVBQWUsQ0FDMUMsQ0FBQztZQUVGLElBQUksQ0FBQyxzQkFBc0IsR0FBRyxJQUFJLENBQUMsV0FBVyxDQUFDLHdCQUF3QixDQUFDLHVCQUF1QixDQUFDLGdCQUFnQixDQUFDLG1CQUFtQixDQUFDLENBQUM7UUFDMUksQ0FBQyxDQUFDLENBQUM7SUFDWCxDQUFDOztzR0E5RFEsMkJBQTJCOzhFQUEzQiwyQkFBMkI7UUNkeEMsaUNBR2M7O1FBSEQsOERBQTRDLG1EQUFBLG9DQUFBLHlDQUFBLGtDQUFBOzt1RkRjNUMsMkJBQTJCO2NBTnZDLFNBQVM7ZUFBQztnQkFDUCxRQUFRLEVBQUUscUJBQXFCO2dCQUMvQixXQUFXLEVBQUUsZ0NBQWdDO2dCQUM3QyxhQUFhLEVBQUUsaUJBQWlCLENBQUMsSUFBSTthQUN4Qzs4SkFTYSxXQUFXO2tCQUFwQixNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBPbkluaXQsIFZpZXdFbmNhcHN1bGF0aW9uLCBOZ01vZHVsZVJlZiwgTmdNb2R1bGVGYWN0b3J5TG9hZGVyLCBJbmplY3QsIFZpZXdDb250YWluZXJSZWYsIElucHV0LCBPdXRwdXQsIEV2ZW50RW1pdHRlciwgQ29tcG9uZW50RmFjdG9yeVJlc29sdmVyLCBDb21waWxlciB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBDdXN0b21BcHBCYXNlQ29tcG9uZW50IH0gZnJvbSAnLi4vLi4vLi4vZ2xvYmFsZGVwZW5kZW5jaWVzL2NvbXBvbmVudHMvY29tcG9uZW50YmFzZSc7XHJcbmltcG9ydCAnLi4vLi4vLi4vZ2xvYmFsZGVwZW5kZW5jaWVzL2hlbHBlcnMvZm9udGF3ZXNvbWUtaWNvbnMnO1xyXG5pbXBvcnQgeyBOZ01vZHVsZUZhY3RvcnksIFR5cGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgU2hlbGxNb2R1bGVzU2VydmljZSB9IGZyb20gJy4uLy4uL3NlcnZpY2VzL3NoZWxsLm1vZHVsZXMuc2VydmljZSc7XHJcbmltcG9ydCAqIGFzIF8gZnJvbSBcInVuZGVyc2NvcmVcIjtcclxudHlwZSBNb2R1bGVXaXRoQ29tcG9uZW50U2VydmljZSA9IFR5cGU8YW55PiAmIHsgY29tcG9uZW50U2VydmljZTogVHlwZTxhbnk+IH07XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICAgIHNlbGVjdG9yOiAnYXBwLXN1Ym1pdC1mZWVkYmFjaycsXHJcbiAgICB0ZW1wbGF0ZVVybDogJ3N1Ym1pdC1mZWVkYmFjay5jb21wb25lbnQuaHRtbCcsXHJcbiAgICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxyXG59KVxyXG5cclxuZXhwb3J0IGNsYXNzIEZlZWRCYWNrU3VibWlzc2lvbkNvbXBvbmVudCBleHRlbmRzIEN1c3RvbUFwcEJhc2VDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xyXG5cclxuICAgIGNvbXBvbmVudElucHV0czogYW55O1xyXG4gICAgb3V0cHV0cyA9IHtcclxuICAgICAgICBjbG9zZURpYWxvZzogdHlwZSA9PiB0aGlzLmNsb3NlRGlhbG9nUmVmKHR5cGUpXHJcbiAgICB9O1xyXG5cclxuICAgIEBPdXRwdXQoKSBjbG9zZURpYWxvZyA9IG5ldyBFdmVudEVtaXR0ZXI8c3RyaW5nPigpO1xyXG4gICAgcHJpdmF0ZSBuZ01vZHVsZVJlZjogTmdNb2R1bGVSZWY8YW55PjtcclxuICAgIGluamVjdG9yOiBhbnk7XHJcbiAgICBzaGVsbEZlZWRiYWNrQ29tcG9uZW50OiBhbnk7XHJcblxyXG4gICAgY29uc3RydWN0b3IoXHJcbiAgICAgICAgcHJpdmF0ZSBzaGVsbE1vZHVsZXNTZXJ2aWNlOiBTaGVsbE1vZHVsZXNTZXJ2aWNlLFxyXG4gICAgICAgIHByaXZhdGUgdmNyOiBWaWV3Q29udGFpbmVyUmVmLHByaXZhdGUgcHJvamVjdE1vZHVsZXNTZXJ2aWNlOiBTaGVsbE1vZHVsZXNTZXJ2aWNlLCBwcml2YXRlIGNvbXBpbGVyOiBDb21waWxlcikge1xyXG4gICAgICAgIHN1cGVyKCk7XHJcbiAgICB9XHJcblxyXG4gICAgbmdPbkluaXQoKSB7XHJcbiAgICAgICAgdGhpcy5pbmplY3RvciA9IHRoaXMudmNyLmluamVjdG9yO1xyXG4gICAgICAgIHN1cGVyLm5nT25Jbml0KCk7XHJcbiAgICAgICAgdGhpcy5sb2FkQ29tcG9uZW50KCk7XHJcbiAgICB9XHJcblxyXG4gICAgY2xvc2VEaWFsb2dSZWYoZGF0YSkge1xyXG4gICAgICAgIHRoaXMuY2xvc2VEaWFsb2cuZW1pdChkYXRhKTtcclxuICAgIH1cclxuXHJcbiAgICBsb2FkQ29tcG9uZW50KCkge1xyXG4gICAgICAgIC8vIHZhciBtb2R1bGVzID0gdGhpcy5zaGVsbE1vZHVsZXNTZXJ2aWNlW1wibW9kdWxlc1wiXTtcclxuICAgICAgICB2YXIgbG9hZGVyID0gdGhpcy5wcm9qZWN0TW9kdWxlc1NlcnZpY2VbXCJtb2R1bGVzXCJdO1xyXG4gICAgICAgIHZhciBtb2R1bGVzID0gSlNPTi5wYXJzZShsb2NhbFN0b3JhZ2UuZ2V0SXRlbShcIk1vZHVsZXNcIikpO1xyXG4gICAgICAgIHZhciBtb2R1bGUgPSBfLmZpbmQobW9kdWxlcywgZnVuY3Rpb24gKG1vZHVsZTogYW55KXsgcmV0dXJuIG1vZHVsZS5tb2R1bGVQYWNrYWdlTmFtZSA9PSAnRmVlZGJhY2tQYWNrYWdlTW9kdWxlJyB9KTtcclxuICAgICAgICB2YXIgcGF0aCA9IGxvYWRlclttb2R1bGUubW9kdWxlUGFja2FnZU5hbWVdO1xyXG5cclxuICAgICAgICAocGF0aCgpIGFzIFByb21pc2U8TmdNb2R1bGVGYWN0b3J5PGFueT4gfCBUeXBlPGFueT4+KVxyXG4gICAgICAgICAgICAudGhlbihlbGVtZW50TW9kdWxlT3JGYWN0b3J5ID0+IHtcclxuICAgICAgICAgICAgICAgIGlmIChlbGVtZW50TW9kdWxlT3JGYWN0b3J5IGluc3RhbmNlb2YgTmdNb2R1bGVGYWN0b3J5KSB7XHJcbiAgICAgICAgICAgICAgICAgICAgLy8gaWYgVmlld0VuZ2luZVxyXG4gICAgICAgICAgICAgICAgICAgIHJldHVybiBlbGVtZW50TW9kdWxlT3JGYWN0b3J5O1xyXG4gICAgICAgICAgICAgICAgfSBlbHNlIHtcclxuICAgICAgICAgICAgICAgICAgICB0cnkge1xyXG4gICAgICAgICAgICAgICAgICAgICAgICAvLyBpZiBJdnlcclxuICAgICAgICAgICAgICAgICAgICAgICAgcmV0dXJuIHRoaXMuY29tcGlsZXIuY29tcGlsZU1vZHVsZUFzeW5jKGVsZW1lbnRNb2R1bGVPckZhY3RvcnkpO1xyXG4gICAgICAgICAgICAgICAgICAgIH0gY2F0Y2ggKGVycikge1xyXG4gICAgICAgICAgICAgICAgICAgICAgICB0aHJvdyBlcnI7XHJcbiAgICAgICAgICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICB9KS50aGVuKChtb2R1bGVGYWN0b3J5OiBOZ01vZHVsZUZhY3Rvcnk8YW55PikgPT4ge1xyXG5cclxuICAgICAgICAgICAgICAgIGNvbnN0IGNvbXBvbmVudFNlcnZpY2UgPSAobW9kdWxlRmFjdG9yeS5tb2R1bGVUeXBlIGFzIE1vZHVsZVdpdGhDb21wb25lbnRTZXJ2aWNlKS5jb21wb25lbnRTZXJ2aWNlO1xyXG5cclxuICAgICAgICAgICAgICAgIHZhciBhbGxDb21wb25lbnRzSW5Nb2R1bGUgPSAoPGFueT5jb21wb25lbnRTZXJ2aWNlKS5jb21wb25lbnRzO1xyXG5cclxuICAgICAgICAgICAgICAgIHRoaXMubmdNb2R1bGVSZWYgPSBtb2R1bGVGYWN0b3J5LmNyZWF0ZSh0aGlzLmluamVjdG9yKTtcclxuXHJcbiAgICAgICAgICAgICAgICB2YXIgY29tcG9uZW50RGV0YWlscyA9IGFsbENvbXBvbmVudHNJbk1vZHVsZS5maW5kKGVsZW1lbnRJbkFycmF5ID0+XHJcbiAgICAgICAgICAgICAgICAgICAgZWxlbWVudEluQXJyYXkubmFtZSA9PT0gXCJGZWVkYmFjayBjb21wXCJcclxuICAgICAgICAgICAgICAgICk7XHJcblxyXG4gICAgICAgICAgICAgICAgdGhpcy5zaGVsbEZlZWRiYWNrQ29tcG9uZW50ID0gdGhpcy5uZ01vZHVsZVJlZi5jb21wb25lbnRGYWN0b3J5UmVzb2x2ZXIucmVzb2x2ZUNvbXBvbmVudEZhY3RvcnkoY29tcG9uZW50RGV0YWlscy5jb21wb25lbnRUeXBlT2JqZWN0KTtcclxuICAgICAgICAgICAgfSk7XHJcbiAgICB9XHJcblxyXG59XHJcbiIsIjxuZGMtZHluYW1pYyBbbmRjRHluYW1pY0ZhY3RvcnldPVwic2hlbGxGZWVkYmFja0NvbXBvbmVudFwiXHJcbiAgICBbbmRjRHluYW1pY0NvbXBvbmVudF09XCJzaGVsbEZlZWRiYWNrQ29tcG9uZW50XCIgW25kY0R5bmFtaWNJbmplY3Rvcl09XCJpbmplY3RvclwiXHJcbiAgICBbbmRjRHluYW1pY0lucHV0c109XCJjb21wb25lbnRJbnB1dHNcIiBbbmRjRHluYW1pY091dHB1dHNdPVwib3V0cHV0c1wiPlxyXG48L25kYy1keW5hbWljPiJdfQ==
|