@cccsaurora/howler-ui 2.18.0 → 2.19.0-cases.1051
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/api/action/index.d.ts +5 -4
- package/api/action/index.js +8 -8
- package/api/analytic/index.d.ts +3 -2
- package/api/analytic/index.js +4 -4
- package/api/analytic/owner.d.ts +2 -1
- package/api/analytic/owner.js +2 -2
- package/api/analytic/rules.d.ts +2 -1
- package/api/analytic/rules.js +2 -2
- package/api/dossier/index.d.ts +4 -3
- package/api/dossier/index.js +6 -6
- package/api/hit/index.d.ts +3 -2
- package/api/hit/index.js +4 -4
- package/api/hit/labels.d.ts +3 -2
- package/api/hit/labels.js +4 -4
- package/api/hit/overwrite.d.ts +2 -1
- package/api/hit/overwrite.js +2 -2
- package/api/hit/transition.d.ts +2 -1
- package/api/hit/transition.js +2 -2
- package/api/index.d.ts +9 -4
- package/api/index.js +18 -10
- package/api/overview/index.d.ts +4 -3
- package/api/overview/index.js +6 -6
- package/api/search/case.d.ts +4 -0
- package/api/search/case.js +8 -0
- package/api/search/facet/hit.d.ts +1 -3
- package/api/search/facet/index.d.ts +3 -1
- package/api/search/index.d.ts +2 -1
- package/api/search/index.js +2 -1
- package/api/search/overview.d.ts +2 -2
- package/api/socket/index.d.ts +3 -0
- package/api/socket/index.js +6 -0
- package/api/socket/viewers.d.ts +2 -0
- package/api/socket/viewers.js +8 -0
- package/api/socket/viewers.test.js +44 -0
- package/api/template/index.d.ts +4 -3
- package/api/template/index.js +6 -6
- package/api/user/index.d.ts +2 -1
- package/api/user/index.js +2 -2
- package/api/v2/case/index.d.ts +9 -0
- package/api/v2/case/index.js +21 -0
- package/api/v2/case/items.d.ts +6 -0
- package/api/v2/case/items.js +18 -0
- package/api/v2/case/rules.d.ts +6 -0
- package/api/v2/case/rules.js +18 -0
- package/api/v2/index.d.ts +4 -0
- package/api/v2/index.js +6 -0
- package/api/v2/search/facet.d.ts +3 -0
- package/api/v2/search/facet.js +12 -0
- package/api/v2/search/index.d.ts +5 -0
- package/api/v2/search/index.js +24 -0
- package/api/view/index.d.ts +4 -3
- package/api/view/index.js +6 -6
- package/commons/components/leftnav/LeftNavDrawer.js +1 -1
- package/components/app/App.d.ts +1 -0
- package/components/app/App.js +64 -13
- package/components/app/hooks/useMatchers.d.ts +1 -1
- package/components/app/hooks/useMatchers.js +23 -11
- package/components/app/hooks/useMatchers.test.js +22 -22
- package/components/app/hooks/useTitle.js +5 -5
- package/components/app/providers/FavouritesProvider.js +2 -6
- package/components/app/providers/ModalProvider.d.ts +2 -0
- package/components/app/providers/ModalProvider.js +5 -1
- package/components/app/providers/ParameterProvider.d.ts +9 -2
- package/components/app/providers/ParameterProvider.js +165 -240
- package/components/app/providers/ParameterProvider.test.js +346 -94
- package/components/app/providers/RecordProvider.d.ts +23 -0
- package/components/app/providers/{HitProvider.js → RecordProvider.js} +42 -42
- package/components/app/providers/{HitSearchProvider.d.ts → RecordSearchProvider.d.ts} +6 -6
- package/components/app/providers/{HitSearchProvider.js → RecordSearchProvider.js} +12 -17
- package/components/app/providers/{HitSearchProvider.test.js → RecordSearchProvider.test.js} +52 -71
- package/components/app/providers/SearchResponseProvider.d.ts +21 -0
- package/components/app/providers/SearchResponseProvider.js +81 -0
- package/components/app/providers/SearchResponseProvider.test.d.ts +1 -0
- package/components/app/providers/SearchResponseProvider.test.js +406 -0
- package/components/app/providers/SocketProvider.d.ts +11 -2
- package/components/app/providers/SocketProvider.js +18 -5
- package/components/app/providers/UserListProvider.js +28 -8
- package/components/app/providers/ViewProvider.test.js +4 -1
- package/components/elements/ContextMenu.d.ts +56 -0
- package/components/elements/ContextMenu.js +109 -0
- package/components/elements/ContextMenu.test.d.ts +1 -0
- package/components/elements/ContextMenu.test.js +215 -0
- package/components/{routes/overviews/OverviewEditor.js → elements/MarkdownEditor.js} +3 -3
- package/components/elements/ObjectDetails.d.ts +6 -0
- package/components/elements/{hit/HitDetails.js → ObjectDetails.js} +17 -17
- package/components/elements/PluginTypography.d.ts +2 -1
- package/components/elements/PluginTypography.js +3 -2
- package/components/elements/UserList.d.ts +5 -2
- package/components/elements/UserList.js +18 -8
- package/components/elements/addons/buttons/CustomButton.test.d.ts +1 -0
- package/components/elements/addons/buttons/CustomButton.test.js +106 -0
- package/components/elements/addons/layout/FlexOne.test.d.ts +1 -0
- package/components/elements/addons/layout/FlexOne.test.js +30 -0
- package/components/elements/addons/lists/TuiListBase.js +4 -0
- package/components/elements/addons/lists/TuiListElement.js +6 -3
- package/components/elements/addons/lists/index.d.ts +1 -0
- package/components/elements/addons/search/SearchPagination.d.ts +2 -1
- package/components/elements/addons/search/SearchPagination.js +4 -4
- package/components/elements/addons/search/SearchPagination.test.d.ts +1 -0
- package/components/elements/addons/search/SearchPagination.test.js +80 -0
- package/components/elements/addons/search/SearchTotal.test.d.ts +1 -0
- package/components/elements/addons/search/SearchTotal.test.js +47 -0
- package/components/elements/addons/search/phrase/Phrase.js +1 -1
- package/components/elements/case/CaseCard.d.ts +12 -0
- package/components/elements/case/CaseCard.js +42 -0
- package/components/elements/case/CasePreview.d.ts +6 -0
- package/components/elements/case/CasePreview.js +17 -0
- package/components/elements/case/StatusIcon.d.ts +5 -0
- package/components/elements/case/StatusIcon.js +13 -0
- package/components/elements/display/ChipPopper.d.ts +1 -1
- package/components/elements/display/ChipPopper.js +6 -5
- package/components/elements/display/DocumentationButton.test.d.ts +1 -0
- package/components/elements/display/DocumentationButton.test.js +84 -0
- package/components/elements/display/DynamicTabs.test.d.ts +1 -0
- package/components/elements/display/DynamicTabs.test.js +93 -0
- package/components/elements/display/HowlerAvatar.js +2 -1
- package/components/elements/display/HowlerCard.js +1 -1
- package/components/elements/display/HowlerCard.test.d.ts +1 -0
- package/components/elements/display/HowlerCard.test.js +51 -0
- package/components/elements/display/Image.test.d.ts +1 -0
- package/components/elements/display/Image.test.js +79 -0
- package/components/elements/display/ItemManager.d.ts +2 -2
- package/components/elements/display/ItemManager.js +1 -1
- package/components/elements/display/Markdown.js +9 -2
- package/components/elements/display/Modal.js +2 -0
- package/components/elements/display/QueryResultText.test.d.ts +1 -0
- package/components/elements/display/QueryResultText.test.js +48 -0
- package/components/elements/display/TextDivider.test.d.ts +1 -0
- package/components/elements/display/TextDivider.test.js +43 -0
- package/components/elements/display/TypingIndicator.test.d.ts +1 -0
- package/components/elements/display/TypingIndicator.test.js +33 -0
- package/components/elements/display/modals/ConfirmDeleteModal.d.ts +4 -0
- package/components/elements/display/modals/ConfirmDeleteModal.js +4 -2
- package/components/elements/hit/HitActions.js +4 -4
- package/components/elements/hit/HitBanner.d.ts +1 -0
- package/components/elements/hit/HitBanner.js +34 -51
- package/components/elements/hit/HitCard.d.ts +2 -0
- package/components/elements/hit/HitCard.js +7 -7
- package/components/elements/hit/HitLabels.js +2 -2
- package/components/elements/hit/HitOutline.d.ts +1 -0
- package/components/elements/hit/HitOutline.js +3 -3
- package/components/elements/hit/{HitQuickSearch.d.ts → HitPreview.d.ts} +3 -3
- package/components/elements/hit/{HitQuickSearch.js → HitPreview.js} +10 -4
- package/components/elements/hit/HitSummary.d.ts +2 -1
- package/components/elements/hit/HitSummary.js +9 -7
- package/components/elements/hit/aggregate/HitGraph.js +8 -8
- package/components/elements/hit/elements/AnalyticLink.d.ts +9 -0
- package/components/elements/hit/elements/AnalyticLink.js +22 -0
- package/components/elements/hit/elements/Assigned.d.ts +2 -0
- package/components/elements/hit/elements/Assigned.js +21 -16
- package/components/elements/hit/elements/Assigned.test.d.ts +1 -0
- package/components/elements/hit/elements/Assigned.test.js +65 -0
- package/components/elements/hit/outlines/DefaultOutline.js +1 -1
- package/components/elements/hit/related/RelatedRecords.js +63 -0
- package/components/elements/observable/ObservableCard.d.ts +6 -0
- package/components/elements/observable/ObservableCard.js +22 -0
- package/components/elements/observable/ObservablePreview.d.ts +6 -0
- package/components/elements/observable/ObservablePreview.js +12 -0
- package/components/elements/{hit/HitComments.d.ts → record/RecordComments.d.ts} +5 -4
- package/components/elements/{hit/HitComments.js → record/RecordComments.js} +29 -28
- package/components/{routes/hits/search/HitContextMenu.d.ts → elements/record/RecordContextMenu.d.ts} +3 -3
- package/components/elements/record/RecordContextMenu.js +268 -0
- package/components/elements/record/RecordContextMenu.test.d.ts +1 -0
- package/components/{routes/hits/search/HitContextMenu.test.js → elements/record/RecordContextMenu.test.js} +190 -39
- package/components/elements/record/RecordRelated.d.ts +7 -0
- package/components/elements/record/RecordRelated.js +34 -0
- package/components/elements/{hit/HitWorklog.d.ts → record/RecordWorklog.d.ts} +4 -3
- package/components/elements/{hit/HitWorklog.js → record/RecordWorklog.js} +15 -13
- package/components/elements/view/ViewTitle.d.ts +1 -0
- package/components/elements/view/ViewTitle.js +9 -2
- package/components/hooks/useHitActions.d.ts +1 -1
- package/components/hooks/useHitActions.js +4 -4
- package/components/hooks/useMyApi.d.ts +1 -1
- package/components/hooks/useMyPreferences.js +12 -2
- package/components/hooks/useMySearch.js +2 -2
- package/components/hooks/useMySitemap.js +4 -1
- package/components/hooks/useMyTheme.js +9 -2
- package/components/hooks/{useHitSelection.d.ts → useRecordSelection.d.ts} +2 -2
- package/components/hooks/{useHitSelection.js → useRecordSelection.js} +12 -33
- package/components/hooks/useRelatedRecords.d.ts +13 -0
- package/components/hooks/useRelatedRecords.js +32 -0
- package/components/routes/403.d.ts +3 -0
- package/components/routes/403.js +10 -0
- package/components/routes/403.test.d.ts +1 -0
- package/components/routes/403.test.js +27 -0
- package/components/routes/404.test.d.ts +1 -0
- package/components/routes/404.test.js +26 -0
- package/components/routes/ErrorBoundary.test.d.ts +1 -0
- package/components/routes/ErrorBoundary.test.js +43 -0
- package/components/routes/ErrorOccured.test.d.ts +1 -0
- package/components/routes/ErrorOccured.test.js +35 -0
- package/components/routes/Logout.test.d.ts +1 -0
- package/components/routes/Logout.test.js +59 -0
- package/components/routes/action/edit/ActionEditor.js +3 -3
- package/components/routes/action/useMyActionFunctions.js +9 -3
- package/components/routes/action/view/ActionDetails.js +15 -2
- package/components/routes/action/view/ActionSearch.js +32 -20
- package/components/routes/action/view/markdown/integrations.en.md.js +1 -1
- package/components/routes/action/view/markdown/integrations.fr.md.js +1 -1
- package/components/routes/advanced/QueryBuilder.js +1 -1
- package/components/routes/advanced/QueryEditor.js +3 -3
- package/components/routes/advanced/historyCompletionProvider.js +3 -3
- package/components/routes/analytics/AnalyticDetails.js +12 -8
- package/components/routes/analytics/AnalyticSearch.js +7 -7
- package/components/routes/cases/CaseViewer.d.ts +2 -0
- package/components/routes/cases/CaseViewer.js +44 -0
- package/components/routes/cases/CaseViewer.test.d.ts +1 -0
- package/components/routes/cases/CaseViewer.test.js +133 -0
- package/components/routes/cases/Cases.d.ts +2 -0
- package/components/routes/cases/Cases.js +147 -0
- package/components/routes/cases/constants.d.ts +6 -0
- package/components/routes/cases/constants.js +6 -0
- package/components/routes/cases/detail/AlertPanel.d.ts +6 -0
- package/components/routes/cases/detail/AlertPanel.js +33 -0
- package/components/routes/cases/detail/CaseAssets.d.ts +11 -0
- package/components/routes/cases/detail/CaseAssets.js +104 -0
- package/components/routes/cases/detail/CaseAssets.test.d.ts +1 -0
- package/components/routes/cases/detail/CaseAssets.test.js +167 -0
- package/components/routes/cases/detail/CaseDashboard.d.ts +7 -0
- package/components/routes/cases/detail/CaseDashboard.js +66 -0
- package/components/routes/cases/detail/CaseDetails.d.ts +6 -0
- package/components/routes/cases/detail/CaseDetails.js +70 -0
- package/components/routes/cases/detail/CaseOverview.d.ts +7 -0
- package/components/routes/cases/detail/CaseOverview.js +43 -0
- package/components/routes/cases/detail/CaseRules.d.ts +7 -0
- package/components/routes/cases/detail/CaseRules.js +57 -0
- package/components/routes/cases/detail/CaseRules.test.d.ts +1 -0
- package/components/routes/cases/detail/CaseRules.test.js +221 -0
- package/components/routes/cases/detail/CaseSidebar.d.ts +8 -0
- package/components/routes/cases/detail/CaseSidebar.js +107 -0
- package/components/routes/cases/detail/CaseSidebar.test.d.ts +1 -0
- package/components/routes/cases/detail/CaseSidebar.test.js +266 -0
- package/components/routes/cases/detail/CaseTask.d.ts +11 -0
- package/components/routes/cases/detail/CaseTask.js +66 -0
- package/components/routes/cases/detail/CaseTimeline.d.ts +12 -0
- package/components/routes/cases/detail/CaseTimeline.js +106 -0
- package/components/routes/cases/detail/CaseTimeline.test.d.ts +1 -0
- package/components/routes/cases/detail/CaseTimeline.test.js +320 -0
- package/components/routes/cases/detail/CreateRuleDialog.d.ts +9 -0
- package/components/routes/cases/detail/CreateRuleDialog.js +163 -0
- package/components/routes/cases/detail/CreateRuleDialog.test.d.ts +1 -0
- package/components/routes/cases/detail/CreateRuleDialog.test.js +259 -0
- package/components/routes/cases/detail/ItemPage.d.ts +6 -0
- package/components/routes/cases/detail/ItemPage.js +95 -0
- package/components/routes/cases/detail/RelatedCasePanel.d.ts +6 -0
- package/components/routes/cases/detail/RelatedCasePanel.js +34 -0
- package/components/routes/cases/detail/TaskPanel.d.ts +7 -0
- package/components/routes/cases/detail/TaskPanel.js +52 -0
- package/components/routes/cases/detail/aggregates/CaseAggregate.d.ts +11 -0
- package/components/routes/cases/detail/aggregates/CaseAggregate.js +24 -0
- package/components/routes/cases/detail/aggregates/SourceAggregate.d.ts +6 -0
- package/components/routes/cases/detail/aggregates/SourceAggregate.js +26 -0
- package/components/routes/cases/detail/assets/Asset.d.ts +14 -0
- package/components/routes/cases/detail/assets/Asset.js +12 -0
- package/components/routes/cases/detail/assets/Asset.test.d.ts +1 -0
- package/components/routes/cases/detail/assets/Asset.test.js +72 -0
- package/components/routes/cases/detail/sidebar/CaseFolder.d.ts +20 -0
- package/components/routes/cases/detail/sidebar/CaseFolder.js +83 -0
- package/components/routes/cases/detail/sidebar/CaseFolder.test.d.ts +1 -0
- package/components/routes/cases/detail/sidebar/CaseFolder.test.js +295 -0
- package/components/routes/cases/detail/sidebar/CaseFolderContextMenu.d.ts +34 -0
- package/components/routes/cases/detail/sidebar/CaseFolderContextMenu.js +103 -0
- package/components/routes/cases/detail/sidebar/CaseFolderContextMenu.test.d.ts +1 -0
- package/components/routes/cases/detail/sidebar/CaseFolderContextMenu.test.js +363 -0
- package/components/routes/cases/detail/sidebar/FolderEntry.d.ts +25 -0
- package/components/routes/cases/detail/sidebar/FolderEntry.js +88 -0
- package/components/routes/cases/detail/sidebar/FolderEntry.test.d.ts +1 -0
- package/components/routes/cases/detail/sidebar/FolderEntry.test.js +206 -0
- package/components/routes/cases/detail/sidebar/RootDropZone.d.ts +5 -0
- package/components/routes/cases/detail/sidebar/RootDropZone.js +33 -0
- package/components/routes/cases/detail/sidebar/types.d.ts +9 -0
- package/components/routes/cases/detail/sidebar/utils.d.ts +3 -0
- package/components/routes/cases/detail/sidebar/utils.js +29 -0
- package/components/routes/cases/detail/sidebar/utils.test.d.ts +1 -0
- package/components/routes/cases/detail/sidebar/utils.test.js +82 -0
- package/components/routes/cases/hooks/useCase.d.ts +13 -0
- package/components/routes/cases/hooks/useCase.js +69 -0
- package/components/routes/cases/hooks/useCase.test.d.ts +1 -0
- package/components/routes/cases/hooks/useCase.test.js +141 -0
- package/components/routes/cases/modals/AddToCaseModal.d.ts +7 -0
- package/components/routes/cases/modals/AddToCaseModal.js +59 -0
- package/components/routes/cases/modals/AddToCaseModal.test.d.ts +1 -0
- package/components/routes/cases/modals/AddToCaseModal.test.js +313 -0
- package/components/routes/cases/modals/CaseRecordRow.d.ts +9 -0
- package/components/routes/cases/modals/CaseRecordRow.js +15 -0
- package/components/routes/cases/modals/CreateCaseModal.d.ts +7 -0
- package/components/routes/cases/modals/CreateCaseModal.js +55 -0
- package/components/routes/cases/modals/CreateCaseModal.test.d.ts +1 -0
- package/components/routes/cases/modals/CreateCaseModal.test.js +358 -0
- package/components/routes/cases/modals/RenameItemModal.d.ts +9 -0
- package/components/routes/cases/modals/RenameItemModal.js +48 -0
- package/components/routes/cases/modals/ResolveModal.d.ts +7 -0
- package/components/routes/cases/modals/ResolveModal.js +116 -0
- package/components/routes/cases/modals/ResolveModal.test.d.ts +1 -0
- package/components/routes/cases/modals/ResolveModal.test.js +454 -0
- package/components/routes/cases/modals/hooks.d.ts +7 -0
- package/components/routes/cases/modals/hooks.js +44 -0
- package/components/routes/cases/modals/types.d.ts +5 -0
- package/components/routes/cases/search/CaseAssigneeFilter.d.ts +6 -0
- package/components/routes/cases/search/CaseAssigneeFilter.js +33 -0
- package/components/routes/cases/search/CaseAssigneeFilter.test.d.ts +1 -0
- package/components/routes/cases/search/CaseAssigneeFilter.test.js +127 -0
- package/components/routes/cases/search/CaseDateFilter.d.ts +13 -0
- package/components/routes/cases/search/CaseDateFilter.js +26 -0
- package/components/routes/cases/search/CaseDateFilter.test.d.ts +1 -0
- package/components/routes/cases/search/CaseDateFilter.test.js +115 -0
- package/components/routes/cases/search/CaseStatusFilter.d.ts +6 -0
- package/components/routes/cases/search/CaseStatusFilter.js +13 -0
- package/components/routes/cases/search/CaseStatusFilter.test.d.ts +1 -0
- package/components/routes/cases/search/CaseStatusFilter.test.js +86 -0
- package/components/routes/dossiers/DossierEditor.js +2 -2
- package/components/routes/dossiers/DossierEditor.test.js +1 -1
- package/components/routes/dossiers/Dossiers.js +25 -19
- package/components/routes/help/ActionIntroductionDocumentation.js +1 -1
- package/components/routes/help/ApiDocumentation.js +1 -1
- package/components/routes/help/HitBannerDocumentation.js +1 -0
- package/components/routes/help/HitDocumentation.js +1 -3
- package/components/routes/help/markdown/en/client.md.js +1 -1
- package/components/routes/help/markdown/en/retention.md.js +1 -1
- package/components/routes/help/markdown/fr/client.md.js +1 -1
- package/components/routes/help/markdown/fr/retention.md.js +1 -1
- package/components/routes/hits/search/InformationPane.d.ts +1 -0
- package/components/routes/hits/search/InformationPane.js +50 -63
- package/components/routes/hits/search/LayoutSettings.js +3 -3
- package/components/routes/hits/search/QuerySettings.js +2 -1
- package/components/routes/hits/search/QuerySettings.test.js +14 -9
- package/components/routes/hits/search/{HitBrowser.js → RecordBrowser.js} +9 -9
- package/components/routes/hits/search/{HitQuery.d.ts → RecordQuery.d.ts} +2 -2
- package/components/routes/hits/search/{HitQuery.js → RecordQuery.js} +6 -6
- package/components/routes/hits/search/SearchPane.js +26 -49
- package/components/routes/hits/search/ViewLink.js +3 -3
- package/components/routes/hits/search/ViewLink.test.js +8 -8
- package/components/routes/hits/search/grid/AddColumnModal.js +5 -4
- package/components/routes/hits/search/grid/EnhancedCell.d.ts +2 -1
- package/components/routes/hits/search/grid/EnhancedCell.js +2 -2
- package/components/routes/hits/search/grid/HitGrid.js +20 -18
- package/components/routes/hits/search/grid/{HitRow.d.ts → RecordRow.d.ts} +3 -2
- package/components/routes/hits/search/grid/{HitRow.js → RecordRow.js} +10 -8
- package/components/routes/hits/search/shared/CustomSpan.js +7 -7
- package/components/routes/hits/search/shared/CustomSpan.test.d.ts +1 -0
- package/components/routes/hits/search/shared/CustomSpan.test.js +170 -0
- package/components/routes/hits/search/shared/IndexPicker.d.ts +2 -0
- package/components/routes/hits/search/shared/IndexPicker.js +20 -0
- package/components/routes/hits/view/HitViewer.js +12 -13
- package/components/routes/home/AddNewCard.js +1 -1
- package/components/routes/home/AddNewCard.test.d.ts +1 -0
- package/components/routes/home/AddNewCard.test.js +86 -0
- package/components/routes/home/ViewCard.js +47 -41
- package/components/routes/home/ViewRefresh.test.d.ts +1 -0
- package/components/routes/home/ViewRefresh.test.js +79 -0
- package/components/routes/observables/ObservableViewer.d.ts +7 -0
- package/components/routes/observables/ObservableViewer.js +27 -0
- package/components/routes/overviews/OverviewCard.test.d.ts +1 -0
- package/components/routes/overviews/OverviewCard.test.js +108 -0
- package/components/routes/overviews/OverviewViewer.js +18 -10
- package/components/routes/overviews/Overviews.js +25 -19
- package/components/routes/overviews/template/en.md.js +1 -1
- package/components/routes/overviews/template/fr.md.js +1 -1
- package/components/routes/settings/LocalSection.js +2 -1
- package/components/routes/settings/SettingsSection.test.d.ts +1 -0
- package/components/routes/settings/SettingsSection.test.js +19 -0
- package/components/routes/templates/TemplateCard.d.ts +3 -1
- package/components/routes/templates/TemplateCard.js +8 -4
- package/components/routes/templates/TemplateCard.test.d.ts +1 -0
- package/components/routes/templates/TemplateCard.test.js +115 -0
- package/components/routes/templates/TemplateViewer.js +62 -16
- package/components/routes/templates/Templates.js +35 -13
- package/components/routes/views/ViewComposer.js +46 -19
- package/components/routes/views/Views.js +21 -14
- package/locales/en/translation.json +146 -8
- package/locales/fr/translation.json +144 -8
- package/models/WithMetadata.d.ts +2 -1
- package/models/entities/generated/ApiType.d.ts +1 -1
- package/models/entities/generated/AttachmentsFile.d.ts +12 -0
- package/models/entities/generated/Case.d.ts +28 -0
- package/models/entities/generated/DestinationOriginal.d.ts +19 -0
- package/models/entities/generated/EmailAttachment.d.ts +8 -0
- package/models/entities/generated/EmailParent.d.ts +19 -0
- package/models/entities/generated/Enrichments.d.ts +7 -0
- package/models/entities/generated/EnrichmentsIndicator.d.ts +21 -0
- package/models/entities/generated/Hit.d.ts +2 -0
- package/models/entities/generated/Howler.d.ts +1 -5
- package/models/entities/generated/HttpResponse.d.ts +11 -0
- package/models/entities/generated/Item.d.ts +9 -0
- package/models/entities/generated/Observable.d.ts +85 -0
- package/models/entities/generated/ObservableCloud.d.ts +20 -0
- package/models/entities/generated/ObservableDestination.d.ts +23 -0
- package/models/entities/generated/ObservableEmail.d.ts +30 -0
- package/models/entities/generated/ObservableFile.d.ts +36 -0
- package/models/entities/generated/ObservableHowler.d.ts +42 -0
- package/models/entities/generated/ObservableHttp.d.ts +11 -0
- package/models/entities/generated/ObservableObserver.d.ts +21 -0
- package/models/entities/generated/ObservableOrganization.d.ts +7 -0
- package/models/entities/generated/ObservableProcess.d.ts +34 -0
- package/models/entities/generated/ObservableSource.d.ts +23 -0
- package/models/entities/generated/ObservableThreat.d.ts +21 -0
- package/models/entities/generated/ObservableTls.d.ts +12 -0
- package/models/entities/generated/ObserverIngress.d.ts +9 -0
- package/models/entities/generated/Rule.d.ts +6 -9
- package/models/entities/generated/Task.d.ts +10 -0
- package/models/entities/generated/Threat.d.ts +2 -2
- package/models/entities/generated/{Enrichment.d.ts → ThreatEnrichment.d.ts} +1 -1
- package/models/entities/generated/UserUser.d.ts +2 -0
- package/models/entities/generated/View.d.ts +1 -0
- package/models/socket/CaseUpdate.d.ts +5 -0
- package/models/socket/ViewersUpdate.d.ts +4 -0
- package/package.json +147 -132
- package/plugins/clue/components/ClueTypography.js +2 -2
- package/plugins/clue/utils.d.ts +2 -1
- package/rest/FetchClient.test.d.ts +1 -0
- package/rest/FetchClient.test.js +81 -0
- package/setupTests.js +5 -0
- package/tests/mocks.d.ts +11 -1
- package/tests/mocks.js +12 -7
- package/tests/server-handlers.js +6 -1
- package/tests/utils.d.ts +4 -0
- package/tests/utils.js +20 -0
- package/utils/Throttler.test.d.ts +1 -0
- package/utils/Throttler.test.js +135 -0
- package/utils/actionUtils.test.d.ts +1 -0
- package/utils/actionUtils.test.js +140 -0
- package/utils/constants.d.ts +5 -3
- package/utils/constants.js +7 -0
- package/utils/hitFunctions.d.ts +2 -1
- package/utils/hitFunctions.js +4 -4
- package/utils/hitFunctions.test.d.ts +1 -0
- package/utils/hitFunctions.test.js +52 -0
- package/utils/localStorage.test.d.ts +1 -0
- package/utils/localStorage.test.js +96 -0
- package/utils/menuUtils.js +1 -1
- package/utils/menuUtils.test.d.ts +1 -0
- package/utils/menuUtils.test.js +198 -0
- package/utils/sessionStorage.test.d.ts +1 -0
- package/utils/sessionStorage.test.js +81 -0
- package/utils/socketUtils.d.ts +14 -0
- package/utils/socketUtils.js +17 -1
- package/utils/socketUtils.test.d.ts +1 -0
- package/utils/socketUtils.test.js +59 -0
- package/utils/stringUtils.test.d.ts +1 -0
- package/utils/stringUtils.test.js +159 -0
- package/utils/typeUtils.d.ts +7 -0
- package/utils/typeUtils.js +27 -0
- package/utils/utils.test.d.ts +1 -0
- package/utils/utils.test.js +292 -0
- package/utils/viewUtils.js +3 -0
- package/utils/viewUtils.test.d.ts +1 -0
- package/utils/viewUtils.test.js +45 -0
- package/utils/xsrf.test.d.ts +1 -0
- package/utils/xsrf.test.js +41 -0
- package/components/app/providers/HitProvider.d.ts +0 -22
- package/components/elements/display/icons/BundleButton.d.ts +0 -6
- package/components/elements/display/icons/BundleButton.js +0 -32
- package/components/elements/hit/HitRelated.d.ts +0 -6
- package/components/elements/hit/HitRelated.js +0 -7
- package/components/routes/help/BundleDocumentation.d.ts +0 -3
- package/components/routes/help/BundleDocumentation.js +0 -12
- package/components/routes/help/markdown/en/bundles.md.js +0 -1
- package/components/routes/help/markdown/fr/bundles.md.js +0 -1
- package/components/routes/hits/search/BundleParentMenu.d.ts +0 -6
- package/components/routes/hits/search/BundleParentMenu.js +0 -32
- package/components/routes/hits/search/BundleScroller.d.ts +0 -2
- package/components/routes/hits/search/BundleScroller.js +0 -6
- package/components/routes/hits/search/HitContextMenu.js +0 -229
- /package/{components/app/providers/HitSearchProvider.test.d.ts → api/socket/viewers.test.d.ts} +0 -0
- /package/components/{routes/hits/search/HitContextMenu.test.d.ts → app/providers/RecordSearchProvider.test.d.ts} +0 -0
- /package/components/{routes/overviews/OverviewEditor.d.ts → elements/MarkdownEditor.d.ts} +0 -0
- /package/components/elements/hit/{HitDetails.d.ts → related/RelatedRecords.d.ts} +0 -0
- /package/components/routes/hits/search/{HitBrowser.d.ts → RecordBrowser.d.ts} +0 -0
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"*": "All values",
|
|
3
|
+
"Protected B": "Protected B",
|
|
4
|
+
"Unclassified//Official Use Only": "Unclassified//Official Use Only",
|
|
5
|
+
"actions.error": "Action \"{{action}}\" had error(s): {{messages}}",
|
|
3
6
|
"actions.running": "Action \"{{action}}\" is executing.",
|
|
4
|
-
"actions.succeeded": "Action \"{{action}}\" completed successfully.",
|
|
5
7
|
"actions.skipped": "Action \"{{action}}\" was skipped: {{messages}}",
|
|
6
|
-
"actions.
|
|
8
|
+
"actions.succeeded": "Action \"{{action}}\" completed successfully.",
|
|
7
9
|
"add": "Add",
|
|
8
10
|
"adminmenu": "Admin menu",
|
|
9
11
|
"adminmenu.config": "Configuration",
|
|
@@ -13,6 +15,7 @@
|
|
|
13
15
|
"analytic.notebook.error.minFields": "Name and link are required.",
|
|
14
16
|
"analytic.notebook.link": "Link",
|
|
15
17
|
"analytic.notebook.name": "Name",
|
|
18
|
+
"analytic.open": "Open Analytic",
|
|
16
19
|
"any": "Any",
|
|
17
20
|
"api.user.apikey.removed": "API key removed successfully.",
|
|
18
21
|
"api.user.apikey.updated": "New API key added successfully.",
|
|
@@ -24,6 +27,9 @@
|
|
|
24
27
|
"apikey.impersonate": "Impersonate",
|
|
25
28
|
"apikey.read": "Read",
|
|
26
29
|
"apikey.write": "Write",
|
|
30
|
+
"app.drawer.hit.assessment.assessor": "Assessor",
|
|
31
|
+
"app.drawer.hit.assessment.unknown.name": "Unknown",
|
|
32
|
+
"app.drawer.hit.assignment.assignee": "Assignee",
|
|
27
33
|
"app.drawer.hit.assignment.autocomplete.label": "Choose Assignee",
|
|
28
34
|
"app.drawer.hit.assignment.description": "Choose a user to assign this hit to.",
|
|
29
35
|
"app.drawer.hit.assignment.success": "User assigned to hit sucessfully.",
|
|
@@ -81,6 +87,8 @@
|
|
|
81
87
|
"comments.edit.stop": "Stop Editing",
|
|
82
88
|
"comments.edited": "Edited",
|
|
83
89
|
"comments.quote": "Quote Reply",
|
|
90
|
+
"complete": "Complete",
|
|
91
|
+
"crisis": "Crisis",
|
|
84
92
|
"custom": "Custom",
|
|
85
93
|
"date.range.1.day": "The last day",
|
|
86
94
|
"date.range.1.month": "The last month",
|
|
@@ -106,8 +114,12 @@
|
|
|
106
114
|
"drawer.expand": "Expand Menu",
|
|
107
115
|
"duplicates.omitted": "Some duplicate entries have been omitted.",
|
|
108
116
|
"edit": "Edit",
|
|
117
|
+
"enabled": "Enabled",
|
|
118
|
+
"event.module": "Event Module",
|
|
119
|
+
"event.type": "Event Type",
|
|
109
120
|
"features.warning.description": "This feature is undergoing active development, and is not yet in a finished state. You may encounter bugs or instability.",
|
|
110
121
|
"features.warning.title": "Feature In Active Development",
|
|
122
|
+
"focus": "Main focus",
|
|
111
123
|
"global": "Global",
|
|
112
124
|
"help.actions.introduction": "Introduction to Actions",
|
|
113
125
|
"help.hit.banner.description": "See the below hit banner example for the hit keys necessary to properly populate it. If you have any additional questions, ask in the HOWLER support channel.",
|
|
@@ -164,16 +176,21 @@
|
|
|
164
176
|
"hit.header.assignment": "Assignment: {{user}}",
|
|
165
177
|
"hit.header.assignment.add": "Assign to a user",
|
|
166
178
|
"hit.header.assignment.change": "Change assignment",
|
|
167
|
-
"hit.header.bundlesize": "{{hits}} hits",
|
|
168
179
|
"hit.header.escalation": "Escalation Level: ",
|
|
169
180
|
"hit.header.indicators": "Indicators",
|
|
181
|
+
"hit.header.link": "Open Link",
|
|
170
182
|
"hit.header.rationale": "Rationale",
|
|
183
|
+
"hit.header.related": "{{count}} related records",
|
|
171
184
|
"hit.header.scrutiny": "Scrutiny: ",
|
|
172
185
|
"hit.header.status": "Status: ",
|
|
173
186
|
"hit.header.summary": "Summary",
|
|
174
187
|
"hit.header.target": "Target",
|
|
175
188
|
"hit.header.threat": "Threat",
|
|
189
|
+
"hit.header.view.case": "View case {{id}}",
|
|
190
|
+
"hit.header.view.hit": "View hit {{id}}",
|
|
191
|
+
"hit.header.view.observable": "View observable {{id}}",
|
|
176
192
|
"hit.header.votes": "Votes: ",
|
|
193
|
+
"hit.howler.related": "{{count}} related records",
|
|
177
194
|
"hit.label": "Labels",
|
|
178
195
|
"hit.label.category.assignments": "Category: Assignments - Specifies what analyst or team of analysts is assigned to triaging this hit.",
|
|
179
196
|
"hit.label.category.campaign": "Catergory: Campaign - Identifies ongoing campaigns from specific malware families or phishing initiatives. They should only be considered correct attributions if the hit is promoted to evidence.",
|
|
@@ -189,15 +206,16 @@
|
|
|
189
206
|
"hit.label.edit.add.error.duplicate": "Duplicated label not allowed",
|
|
190
207
|
"hit.label.edit.add.error.empty": "Can't add an empty label",
|
|
191
208
|
"hit.label.edit.add.label": "New label value",
|
|
209
|
+
"hit.label.edit.desc": "Add or remove labels",
|
|
192
210
|
"hit.notebook.confirm.dialog": "A notebook with that name already exists in your environment, do you wish to overwrite it?",
|
|
193
211
|
"hit.notebook.confirm.title": "Overwrite existing notebook?",
|
|
194
212
|
"hit.notebook.error.failToPost": "Failed to send notebook to Jupyterhub, make sure your user environment is running.",
|
|
195
213
|
"hit.notebook.goTo": "Go to Jupyterhub",
|
|
196
214
|
"hit.notebook.select": "Please Select a notebook",
|
|
197
215
|
"hit.notebook.tooltip": "Open in Jupyterhub",
|
|
216
|
+
"hit.open": "Open Hit",
|
|
198
217
|
"hit.overview.missing": "No overview has been created for this hit. In order to create an overview, press the add button to the right.",
|
|
199
218
|
"hit.panel.aggregation.run": "Create Summary",
|
|
200
|
-
"hit.panel.analytic.open": "Open Analytic",
|
|
201
219
|
"hit.panel.bundles.open": "Parent Bundles",
|
|
202
220
|
"hit.panel.bundles.open.prompt": "Open Parent Bundle",
|
|
203
221
|
"hit.panel.close": "Close",
|
|
@@ -210,9 +228,12 @@
|
|
|
210
228
|
"hit.panel.exclude": "Exclude By",
|
|
211
229
|
"hit.panel.hit.noselection": "No hit has been selected",
|
|
212
230
|
"hit.panel.include": "Include By",
|
|
213
|
-
"hit.panel.open": "Open Hit Viewer",
|
|
214
231
|
"hit.panel.view.layout": "Change View Panel",
|
|
215
232
|
"hit.quicksearch": "Search by assignment, analytic, detection or status",
|
|
233
|
+
"hit.related.tab.case": "Cases",
|
|
234
|
+
"hit.related.tab.hit": "Hits",
|
|
235
|
+
"hit.related.tab.links": "Links",
|
|
236
|
+
"hit.related.tab.observable": "Observables",
|
|
216
237
|
"hit.search.aggregate.button": "Create Summary",
|
|
217
238
|
"hit.search.button": "Perform search",
|
|
218
239
|
"hit.search.custom": "Custom Sort",
|
|
@@ -221,6 +242,9 @@
|
|
|
221
242
|
"hit.search.filter.fields": "Fields",
|
|
222
243
|
"hit.search.filter.label": "Lookup Filters",
|
|
223
244
|
"hit.search.filter.values": "Values",
|
|
245
|
+
"hit.search.index": "Indexes",
|
|
246
|
+
"hit.search.index.hit": "Hits",
|
|
247
|
+
"hit.search.index.observable": "Observables",
|
|
224
248
|
"hit.search.invalid": "Invalid Query",
|
|
225
249
|
"hit.search.keyboard": "Keyboard shortcuts",
|
|
226
250
|
"hit.search.keyboard.no_shortcuts": "No shortcuts",
|
|
@@ -258,6 +282,7 @@
|
|
|
258
282
|
"hit.summary.subtitle": "Limited to a maximum of 10 000 hits.",
|
|
259
283
|
"hit.summary.title": "Summary of Hits Over Time",
|
|
260
284
|
"hit.summary.zoom.reset": "Reset Zoom",
|
|
285
|
+
"hit.view.overview": "Overview",
|
|
261
286
|
"hit.viewer.aggregate": "Summary",
|
|
262
287
|
"hit.viewer.comments": "Comments",
|
|
263
288
|
"hit.viewer.data": "Raw Data",
|
|
@@ -293,6 +318,33 @@
|
|
|
293
318
|
"modal.action.empty": "Action Name cannot be empty.",
|
|
294
319
|
"modal.action.label": "Action Name",
|
|
295
320
|
"modal.action.title": "Save Action",
|
|
321
|
+
"modal.cases.add_to_case": "Add to Case",
|
|
322
|
+
"modal.cases.add_to_case.full_path": "Full path: {{path}}",
|
|
323
|
+
"modal.cases.add_to_case.items_section": "Alert Placement",
|
|
324
|
+
"modal.cases.add_to_case.path_invalid": "Path must not start or end with a /",
|
|
325
|
+
"modal.cases.add_to_case.select_case": "Search Cases",
|
|
326
|
+
"modal.cases.add_to_case.select_path": "Select Folder Path",
|
|
327
|
+
"modal.cases.add_to_case.title": "Item Title",
|
|
328
|
+
"modal.cases.alerts.resolved": "Resolved Alerts",
|
|
329
|
+
"modal.cases.create_case": "Create Case",
|
|
330
|
+
"modal.cases.create_case.escalation": "Escalation",
|
|
331
|
+
"modal.cases.create_case.full_path": "Full path: {{path}}",
|
|
332
|
+
"modal.cases.create_case.item.path": "Folder Path (optional)",
|
|
333
|
+
"modal.cases.create_case.item.title": "Item Title",
|
|
334
|
+
"modal.cases.create_case.items_section": "Alert Placement",
|
|
335
|
+
"modal.cases.create_case.overview": "Case Overview (Markdown, optional)",
|
|
336
|
+
"modal.cases.create_case.summary": "Short Case Summary",
|
|
337
|
+
"modal.cases.create_case.title": "Case Title",
|
|
338
|
+
"modal.cases.rename_item": "Rename Item",
|
|
339
|
+
"modal.cases.rename_item.error.empty": "Name cannot be empty",
|
|
340
|
+
"modal.cases.rename_item.error.slash": "Name cannot contain '/'",
|
|
341
|
+
"modal.cases.rename_item.error.taken": "An item already exists at this path",
|
|
342
|
+
"modal.cases.rename_item.folder_path": "Folder: {{path}}",
|
|
343
|
+
"modal.cases.rename_item.new_name": "New Name",
|
|
344
|
+
"modal.cases.resolve": "Resolve Case",
|
|
345
|
+
"modal.cases.resolve.allow_unresolved": "Resolve this case even if some alerts remain unresolved.",
|
|
346
|
+
"modal.cases.resolve.allow_unresolved.aria_label": "Allow unresolved alerts",
|
|
347
|
+
"modal.cases.resolve.description": "When resolving a case, you must either assess all open alerts, or add an assessment to the alerts.",
|
|
296
348
|
"modal.confirm.delete.description": "Are you sure you want to delete this item?",
|
|
297
349
|
"modal.confirm.delete.title": "Confirm Deletion",
|
|
298
350
|
"modal.rationale.description": "Provide a rationale that succinctly explains to other analysts why you are confident in this assessment.",
|
|
@@ -314,6 +366,8 @@
|
|
|
314
366
|
"modal.rule.title": "Create a New Rule",
|
|
315
367
|
"no.data": "No Data",
|
|
316
368
|
"none": "None",
|
|
369
|
+
"normal": "Normal Priority",
|
|
370
|
+
"observable.open": "Open Observable",
|
|
317
371
|
"on": "on",
|
|
318
372
|
"open": "Open",
|
|
319
373
|
"operations.add_label": "Add Label",
|
|
@@ -331,8 +385,64 @@
|
|
|
331
385
|
"outline.assemblyline.tags": "Tags",
|
|
332
386
|
"overview.search": "Search Hit Data",
|
|
333
387
|
"owner": "Owner",
|
|
388
|
+
"page.403.description": "You do not have permission to access this page.",
|
|
389
|
+
"page.403.title": "403: Access Forbidden",
|
|
334
390
|
"page.404.description": "The page you are looking for cannot be found...",
|
|
335
391
|
"page.404.title": "404: Not found",
|
|
392
|
+
"page.cases.assets": "Assets",
|
|
393
|
+
"page.cases.assets.empty": "No assets found.",
|
|
394
|
+
"page.cases.assets.filter_by_type": "Filter by type:",
|
|
395
|
+
"page.cases.assets.seen_in": "Seen in",
|
|
396
|
+
"page.cases.assets.type.hash": "Hash",
|
|
397
|
+
"page.cases.assets.type.hosts": "Host",
|
|
398
|
+
"page.cases.assets.type.id": "ID",
|
|
399
|
+
"page.cases.assets.type.ids": "ID",
|
|
400
|
+
"page.cases.assets.type.ip": "IP",
|
|
401
|
+
"page.cases.assets.type.signature": "Signature",
|
|
402
|
+
"page.cases.assets.type.uri": "URI",
|
|
403
|
+
"page.cases.assets.type.user": "User",
|
|
404
|
+
"page.cases.created": "Created",
|
|
405
|
+
"page.cases.dashboard": "Dashboard",
|
|
406
|
+
"page.cases.dashboard.alerts": "Alerts",
|
|
407
|
+
"page.cases.dashboard.cases": "Related Cases",
|
|
408
|
+
"page.cases.dashboard.duration": "Duration",
|
|
409
|
+
"page.cases.dashboard.indicators": "Indicators",
|
|
410
|
+
"page.cases.dashboard.target": "Targets",
|
|
411
|
+
"page.cases.dashboard.tasks": "Tasks",
|
|
412
|
+
"page.cases.dashboard.threat": "Threats",
|
|
413
|
+
"page.cases.detail.participants": "Participants",
|
|
414
|
+
"page.cases.detail.properties": "Properties",
|
|
415
|
+
"page.cases.detail.status": "Status",
|
|
416
|
+
"page.cases.detail.viewers": "Active Viewers",
|
|
417
|
+
"page.cases.escalation": "Escalation",
|
|
418
|
+
"page.cases.folder.drop.root": "Place here to move to root",
|
|
419
|
+
"page.cases.rules": "Rules",
|
|
420
|
+
"page.cases.rules.author": "Author",
|
|
421
|
+
"page.cases.rules.create": "Create Rule",
|
|
422
|
+
"page.cases.rules.delete.confirm": "Delete this rule?",
|
|
423
|
+
"page.cases.rules.destination": "Alert Destination Path",
|
|
424
|
+
"page.cases.rules.destination.help": "Handlebars template for the case item path (e.g. alerts/{{howler.analytic}})",
|
|
425
|
+
"page.cases.rules.empty": "No correlation rules configured.",
|
|
426
|
+
"page.cases.rules.no_expiry": "No expiry",
|
|
427
|
+
"page.cases.rules.query": "Match Query",
|
|
428
|
+
"page.cases.rules.timeframe": "Rule Expiry",
|
|
429
|
+
"page.cases.sidebar.folder.remove": "Remove folder",
|
|
430
|
+
"page.cases.sidebar.item.open": "Open item",
|
|
431
|
+
"page.cases.sidebar.item.remove": "Remove item",
|
|
432
|
+
"page.cases.sidebar.item.rename": "Rename item",
|
|
433
|
+
"page.cases.sources": "Sources",
|
|
434
|
+
"page.cases.status.in-progress": "In Progress",
|
|
435
|
+
"page.cases.status.on-hold": "On Hold",
|
|
436
|
+
"page.cases.status.open": "Open",
|
|
437
|
+
"page.cases.status.resolved": "Resolved",
|
|
438
|
+
"page.cases.timeline": "Timeline",
|
|
439
|
+
"page.cases.timeline.empty": "No events match the selected filters.",
|
|
440
|
+
"page.cases.timeline.filter.escalation": "Escalation",
|
|
441
|
+
"page.cases.timeline.filter.escalation.empty": "No escalation levels found.",
|
|
442
|
+
"page.cases.timeline.filter.label": "Show only",
|
|
443
|
+
"page.cases.timeline.filter.mitre": "MITRE ATT&CK",
|
|
444
|
+
"page.cases.timeline.filter.mitre.empty": "No tactics or techniques found.",
|
|
445
|
+
"page.cases.updated": "Updated",
|
|
336
446
|
"page.dashboard.settings.edit": "Edit Dashboard",
|
|
337
447
|
"page.dashboard.settings.refreshRate": "Refresh Rate",
|
|
338
448
|
"page.dashboard.title": "Dashboard",
|
|
@@ -383,6 +493,8 @@
|
|
|
383
493
|
"page.settings.local.results.count.description": "How many results should we show per page when showing search results?",
|
|
384
494
|
"page.settings.local.search.width": "Maximum Results Width",
|
|
385
495
|
"page.settings.local.search.width.description": "The maximum size (in pixels) the results column in the search page.",
|
|
496
|
+
"page.settings.local.show.hit.summary.graph": "Show the Hit Summary Graph in Hit Search",
|
|
497
|
+
"page.settings.local.show.hit.summary.graph.description": "Shows the Hit Summary Graph in the Hit Search",
|
|
386
498
|
"page.settings.local.title": "UI Preferences",
|
|
387
499
|
"page.settings.profile.table.email": "Email",
|
|
388
500
|
"page.settings.profile.table.groups": "Groups",
|
|
@@ -403,6 +515,8 @@
|
|
|
403
515
|
"page.user.search.column.groups": "Groups",
|
|
404
516
|
"page.user.search.column.username": "Username",
|
|
405
517
|
"page.user.search.prompt": "Search by username, fullname, email or group",
|
|
518
|
+
"pages.cases.detail.participants": "Participants",
|
|
519
|
+
"pages.cases.detail.status": "Status",
|
|
406
520
|
"password": "New Password",
|
|
407
521
|
"password.confirm": "Confirm Password",
|
|
408
522
|
"password.match": "Password and Confirm Password must match",
|
|
@@ -416,6 +530,7 @@
|
|
|
416
530
|
"personalization.showbreadcrumbs": "Show Breadcrumbs",
|
|
417
531
|
"personalization.sticky": "Sticky Topbar",
|
|
418
532
|
"query": "Query",
|
|
533
|
+
"query.invalid": "Invalid query",
|
|
419
534
|
"quicksearch.aria": "search",
|
|
420
535
|
"quicksearch.placeholder": "Search ...",
|
|
421
536
|
"rationale.default": "Hit assessed as {{assessment}}",
|
|
@@ -435,6 +550,7 @@
|
|
|
435
550
|
"route.actions.edit": "Edit",
|
|
436
551
|
"route.actions.execute": "Execute",
|
|
437
552
|
"route.actions.manager": "Action Manager",
|
|
553
|
+
"route.actions.manager.delete.success": "Action removed.",
|
|
438
554
|
"route.actions.name": "Action Name",
|
|
439
555
|
"route.actions.open": "Open Query",
|
|
440
556
|
"route.actions.operation.add": "Add New Operation",
|
|
@@ -495,9 +611,11 @@
|
|
|
495
611
|
"route.analytics.deleted": "Deleted Rule!",
|
|
496
612
|
"route.analytics.detection.title": "Hits Ingested in the Last Three Months by Detection",
|
|
497
613
|
"route.analytics.detections": "Detections:",
|
|
614
|
+
"route.analytics.dropdown.detection": "Detection",
|
|
498
615
|
"route.analytics.escalation.title": "Escalation of Created Hits",
|
|
499
616
|
"route.analytics.filter.rule": "Filter on Rules",
|
|
500
617
|
"route.analytics.ingestion.title": "Number of Hits Created",
|
|
618
|
+
"route.analytics.manager.search": "Search Analytics",
|
|
501
619
|
"route.analytics.overview.description": "Description",
|
|
502
620
|
"route.analytics.overview.empty.description": "There are no existing hits for this analytic. Statistics cannot be shown.",
|
|
503
621
|
"route.analytics.overview.empty.title": "No Statistics to Show",
|
|
@@ -531,6 +649,16 @@
|
|
|
531
649
|
"route.analytics.triage.title": "Triage Settings",
|
|
532
650
|
"route.analytics.updated": "Analytic Updated!",
|
|
533
651
|
"route.analytics.view": "View Analytic",
|
|
652
|
+
"route.cases": "Cases",
|
|
653
|
+
"route.cases.create": "Create Case",
|
|
654
|
+
"route.cases.filter.assignee": "Assignee",
|
|
655
|
+
"route.cases.filter.assignees": "Assignees",
|
|
656
|
+
"route.cases.filter.date": "Date Range",
|
|
657
|
+
"route.cases.filter.myself": "Myself",
|
|
658
|
+
"route.cases.filter.status": "Status",
|
|
659
|
+
"route.cases.manager.search": "Search Cases",
|
|
660
|
+
"route.cases.search.prompt": "Search cases by title, summary, description, participants or task details",
|
|
661
|
+
"route.cases.view": "View Case",
|
|
534
662
|
"route.clear": "Clear query",
|
|
535
663
|
"route.dossiers": "Dossiers",
|
|
536
664
|
"route.dossiers.create": "New Dossier",
|
|
@@ -548,7 +676,7 @@
|
|
|
548
676
|
"route.dossiers.manager.icon": "Lead Icon",
|
|
549
677
|
"route.dossiers.manager.icon.description": "Specify an icon using the iconify ID. To browse icons, click the button to the right.",
|
|
550
678
|
"route.dossiers.manager.label.en": "English Title",
|
|
551
|
-
"route.dossiers.manager.label.fr": "Titre
|
|
679
|
+
"route.dossiers.manager.label.fr": "Titre francais",
|
|
552
680
|
"route.dossiers.manager.lead.create": "Create a new lead by pressing the button to the right.",
|
|
553
681
|
"route.dossiers.manager.openinsearch": "Open in Search",
|
|
554
682
|
"route.dossiers.manager.personal": "Personal",
|
|
@@ -556,7 +684,7 @@
|
|
|
556
684
|
"route.dossiers.manager.pivot.format": "Pivot format",
|
|
557
685
|
"route.dossiers.manager.pivot.icon": "Pivot Icon",
|
|
558
686
|
"route.dossiers.manager.pivot.label.en": "English Title",
|
|
559
|
-
"route.dossiers.manager.pivot.label.fr": "Titre
|
|
687
|
+
"route.dossiers.manager.pivot.label.fr": "Titre francais",
|
|
560
688
|
"route.dossiers.manager.pivot.mapping.custom": "Custom Value",
|
|
561
689
|
"route.dossiers.manager.pivot.mapping.field": "Hit Field",
|
|
562
690
|
"route.dossiers.manager.pivot.mapping.key": "Key",
|
|
@@ -593,8 +721,10 @@
|
|
|
593
721
|
"route.help.actions": "Action Documentation",
|
|
594
722
|
"route.help.api": "API Documentation",
|
|
595
723
|
"route.help.auth": "Authentication",
|
|
724
|
+
"route.help.bundles": "Hit Bundles",
|
|
596
725
|
"route.help.client": "Howler Client",
|
|
597
726
|
"route.help.hit": "Hit Documentation",
|
|
727
|
+
"route.help.hit.banner": "Hit Banner Documentation",
|
|
598
728
|
"route.help.main": "Dashboard",
|
|
599
729
|
"route.help.notebook": "Notebook Documentation",
|
|
600
730
|
"route.help.overviews": "Overviews",
|
|
@@ -644,7 +774,7 @@
|
|
|
644
774
|
"route.overviews.default": "Default",
|
|
645
775
|
"route.overviews.detection": "Choose Detection",
|
|
646
776
|
"route.overviews.manager.delete": "Delete Overview",
|
|
647
|
-
"route.overviews.manager.delete.success": "Overview
|
|
777
|
+
"route.overviews.manager.delete.success": "Overview removed.",
|
|
648
778
|
"route.overviews.manager.search": "Search Overviews",
|
|
649
779
|
"route.overviews.prompt": "Activate autocomplete using [ctrl + space].",
|
|
650
780
|
"route.overviews.search.prompt": "Search by title, content, analytic or detection.",
|
|
@@ -662,6 +792,11 @@
|
|
|
662
792
|
"route.templates.default": "Default",
|
|
663
793
|
"route.templates.detection": "Choose Detection",
|
|
664
794
|
"route.templates.global": "Global",
|
|
795
|
+
"route.templates.manager.delete.success": "Template removed.",
|
|
796
|
+
"route.templates.manager.error.action": "Click to open quick fix options",
|
|
797
|
+
"route.templates.manager.error.message": "Invalid Detection",
|
|
798
|
+
"route.templates.manager.error.modal.description": "The template fields are read only and will not be used. Do you want to remove the template?",
|
|
799
|
+
"route.templates.manager.error.modal.title": "Template detection no longer exists",
|
|
665
800
|
"route.templates.manager.global": "Global",
|
|
666
801
|
"route.templates.manager.open": "Open View",
|
|
667
802
|
"route.templates.manager.personal": "Personal",
|
|
@@ -681,6 +816,7 @@
|
|
|
681
816
|
"route.views.manager": "View Manager",
|
|
682
817
|
"route.views.manager.all": "All",
|
|
683
818
|
"route.views.manager.default": "Default View",
|
|
819
|
+
"route.views.manager.delete.success": "View removed.",
|
|
684
820
|
"route.views.manager.favourites": "Show favourites only",
|
|
685
821
|
"route.views.manager.global": "Global",
|
|
686
822
|
"route.views.manager.open": "Open View",
|
|
@@ -703,10 +839,12 @@
|
|
|
703
839
|
"rule.interval.thirty.minutes": "Every thirty minutes",
|
|
704
840
|
"rule.interval.three.hours": "Every three hours",
|
|
705
841
|
"save": "Save",
|
|
842
|
+
"search.layout.settings": "Edit search result layout",
|
|
706
843
|
"search.open": "Open Search",
|
|
707
844
|
"search.result.showing": "Showing {{offset}} to {{length}} of {{total}} results",
|
|
708
845
|
"search.result.showing.single": "No results",
|
|
709
846
|
"search.total": "There are a total of {{count}} hits matching this query.",
|
|
847
|
+
"started": "Started",
|
|
710
848
|
"templates.edit.analytic": "Edit analytic template",
|
|
711
849
|
"templates.edit.detection": "Edit detection template",
|
|
712
850
|
"to": "to",
|