@cccsaurora/howler-ui 2.12.0-dev.32 → 2.12.0-dev.34
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/execute.d.ts +1 -1
- package/api/action/execute.js +2 -2
- package/api/action/index.d.ts +3 -3
- package/api/action/index.js +4 -4
- package/api/action/operations.d.ts +1 -1
- package/api/action/operations.js +2 -2
- package/api/analytic/comments/index.d.ts +2 -2
- package/api/analytic/comments/index.js +2 -2
- package/api/analytic/comments/react.js +2 -2
- package/api/analytic/favourite.js +2 -2
- package/api/analytic/index.d.ts +6 -6
- package/api/analytic/index.js +6 -6
- package/api/analytic/notebooks/index.d.ts +1 -1
- package/api/analytic/notebooks/index.js +2 -2
- package/api/analytic/owner.d.ts +1 -1
- package/api/analytic/owner.js +2 -2
- package/api/analytic/rules.d.ts +1 -1
- package/api/analytic/rules.js +2 -2
- package/api/auth/apikey.js +3 -3
- package/api/auth/index.d.ts +2 -2
- package/api/auth/index.js +3 -3
- package/api/auth/login.js +3 -3
- package/api/configs/index.d.ts +1 -1
- package/api/configs/index.js +1 -1
- package/api/dossier/hit.d.ts +1 -1
- package/api/dossier/hit.js +1 -1
- package/api/dossier/index.d.ts +1 -1
- package/api/dossier/index.js +1 -1
- package/api/help.js +1 -1
- package/api/hit/assign.d.ts +1 -1
- package/api/hit/assign.js +2 -2
- package/api/hit/comments/index.d.ts +2 -2
- package/api/hit/comments/index.js +2 -2
- package/api/hit/comments/react.js +2 -2
- package/api/hit/index.d.ts +6 -6
- package/api/hit/index.js +6 -6
- package/api/hit/labels.d.ts +2 -2
- package/api/hit/labels.js +2 -2
- package/api/hit/overwrite.d.ts +1 -1
- package/api/hit/overwrite.js +2 -2
- package/api/hit/transition.d.ts +2 -2
- package/api/hit/transition.js +2 -2
- package/api/index.d.ts +13 -13
- package/api/index.js +18 -18
- package/api/notebook/environments.js +2 -2
- package/api/notebook/index.d.ts +3 -3
- package/api/notebook/index.js +2 -2
- package/api/overview/index.d.ts +1 -1
- package/api/overview/index.js +1 -1
- package/api/search/action.d.ts +2 -2
- package/api/search/action.js +2 -2
- package/api/search/analytic.d.ts +2 -2
- package/api/search/analytic.js +2 -2
- package/api/search/count/hit.d.ts +1 -1
- package/api/search/count/hit.js +2 -2
- package/api/search/count/index.d.ts +1 -1
- package/api/search/count/index.js +3 -3
- package/api/search/dossier.d.ts +2 -2
- package/api/search/dossier.js +2 -2
- package/api/search/eql/hit.d.ts +2 -2
- package/api/search/eql/hit.js +2 -2
- package/api/search/facet/hit.d.ts +1 -1
- package/api/search/facet/hit.js +2 -2
- package/api/search/facet/index.d.ts +1 -1
- package/api/search/facet/index.js +3 -3
- package/api/search/fields/hit.d.ts +1 -1
- package/api/search/fields/hit.js +2 -2
- package/api/search/fields/index.d.ts +2 -2
- package/api/search/fields/index.js +4 -4
- package/api/search/fields/user.d.ts +1 -1
- package/api/search/fields/user.js +3 -3
- package/api/search/grouped/hit.d.ts +2 -2
- package/api/search/grouped/hit.js +2 -2
- package/api/search/grouped/index.d.ts +2 -2
- package/api/search/grouped/index.js +4 -4
- package/api/search/grouped/user.d.ts +2 -2
- package/api/search/grouped/user.js +2 -2
- package/api/search/histogram/hit.d.ts +1 -1
- package/api/search/histogram/hit.js +2 -2
- package/api/search/histogram/index.d.ts +1 -1
- package/api/search/histogram/index.js +3 -3
- package/api/search/hit.d.ts +4 -4
- package/api/search/hit.js +4 -4
- package/api/search/index.d.ts +13 -13
- package/api/search/index.js +14 -14
- package/api/search/overview.d.ts +2 -2
- package/api/search/overview.js +2 -2
- package/api/search/sigma/hit.d.ts +2 -2
- package/api/search/sigma/hit.js +2 -2
- package/api/search/template.d.ts +2 -2
- package/api/search/template.js +2 -2
- package/api/search/user.d.ts +2 -2
- package/api/search/user.js +2 -2
- package/api/search/view.d.ts +2 -2
- package/api/search/view.js +2 -2
- package/api/template/index.d.ts +1 -1
- package/api/template/index.js +1 -1
- package/api/user/avatar/index.js +2 -2
- package/api/user/groups.js +2 -2
- package/api/user/index.d.ts +4 -4
- package/api/user/index.js +4 -4
- package/api/user/whoami.d.ts +1 -1
- package/api/user/whoami.js +2 -2
- package/api/view/favourite.js +2 -2
- package/api/view/index.d.ts +2 -2
- package/api/view/index.js +2 -2
- package/commons/components/app/AppConfigs.d.ts +3 -3
- package/commons/components/app/AppContexts.d.ts +5 -5
- package/commons/components/app/AppDefaults.d.ts +1 -1
- package/commons/components/app/AppNotificationService.d.ts +1 -1
- package/commons/components/app/AppProvider.d.ts +4 -4
- package/commons/components/app/AppProvider.js +10 -10
- package/commons/components/app/AppSearchService.d.ts +1 -1
- package/commons/components/app/AppSkeleton.js +3 -3
- package/commons/components/app/hooks/index.d.ts +18 -18
- package/commons/components/app/hooks/index.js +18 -18
- package/commons/components/app/hooks/useApp.js +1 -1
- package/commons/components/app/hooks/useAppBanner.js +1 -1
- package/commons/components/app/hooks/useAppBar.js +1 -1
- package/commons/components/app/hooks/useAppBreadcrumbs.js +1 -1
- package/commons/components/app/hooks/useAppConfigs.js +2 -2
- package/commons/components/app/hooks/useAppLanguage.js +1 -1
- package/commons/components/app/hooks/useAppLayout.js +1 -1
- package/commons/components/app/hooks/useAppLeftNav.js +1 -1
- package/commons/components/app/hooks/useAppLogo.js +2 -2
- package/commons/components/app/hooks/useAppNotification.js +1 -1
- package/commons/components/app/hooks/useAppQuickSearch.js +1 -1
- package/commons/components/app/hooks/useAppSearchService.d.ts +1 -1
- package/commons/components/app/hooks/useAppSearchService.js +1 -1
- package/commons/components/app/hooks/useAppSitemap.d.ts +1 -1
- package/commons/components/app/hooks/useAppSitemap.js +1 -1
- package/commons/components/app/hooks/useAppSwitcher.js +1 -1
- package/commons/components/app/hooks/useAppTheme.js +1 -1
- package/commons/components/app/hooks/useAppUser.d.ts +1 -1
- package/commons/components/app/hooks/useAppUser.js +1 -1
- package/commons/components/app/providers/AppBarProvider.d.ts +2 -2
- package/commons/components/app/providers/AppBarProvider.js +8 -8
- package/commons/components/app/providers/AppBreadcrumbsProvider.js +5 -5
- package/commons/components/app/providers/AppLayoutProvider.js +7 -7
- package/commons/components/app/providers/AppLeftNavProvider.js +5 -5
- package/commons/components/app/providers/AppNotificationProvider.d.ts +1 -1
- package/commons/components/app/providers/AppNotificationProvider.js +1 -1
- package/commons/components/app/providers/AppQuickSearchProvider.d.ts +1 -1
- package/commons/components/app/providers/AppQuickSearchProvider.js +6 -6
- package/commons/components/app/providers/AppSearchServiceProvider.d.ts +1 -1
- package/commons/components/app/providers/AppSearchServiceProvider.js +2 -2
- package/commons/components/app/providers/AppSwitcherProvider.js +2 -2
- package/commons/components/app/providers/AppUserProvider.d.ts +1 -1
- package/commons/components/app/providers/AppUserProvider.js +1 -1
- package/commons/components/breadcrumbs/BreadcrumbIcon.d.ts +1 -1
- package/commons/components/breadcrumbs/BreadcrumbIcon.js +1 -1
- package/commons/components/breadcrumbs/BreadcrumbLastItem.d.ts +1 -1
- package/commons/components/breadcrumbs/BreadcrumbLastItem.js +2 -2
- package/commons/components/breadcrumbs/BreadcrumbLinkItem.d.ts +1 -1
- package/commons/components/breadcrumbs/BreadcrumbLinkItem.js +2 -2
- package/commons/components/breadcrumbs/BreadcrumbList.d.ts +1 -1
- package/commons/components/breadcrumbs/BreadcrumbList.js +3 -3
- package/commons/components/breadcrumbs/Breadcrumbs.js +2 -2
- package/commons/components/display/AppAvatar.js +1 -1
- package/commons/components/display/AppListEmpty.d.ts +1 -1
- package/commons/components/display/AppListEmpty.js +1 -1
- package/commons/components/display/AppToc.js +3 -3
- package/commons/components/display/hooks/useAppColor.js +1 -1
- package/commons/components/leftnav/LeftNavDrawer.js +3 -3
- package/commons/components/leftnav/LeftNavGroup.d.ts +1 -1
- package/commons/components/leftnav/LeftNavGroup.js +2 -2
- package/commons/components/leftnav/LeftNavItem.d.ts +1 -1
- package/commons/components/leftnav/LeftNavItem.js +1 -1
- package/commons/components/notification/Notification.js +4 -4
- package/commons/components/notification/elements/NotificationCloseButton.d.ts +1 -1
- package/commons/components/notification/elements/NotificationCloseButton.js +1 -1
- package/commons/components/notification/elements/NotificationContainer.d.ts +2 -2
- package/commons/components/notification/elements/NotificationContainer.js +5 -5
- package/commons/components/notification/elements/NotificationEndOfPage.js +1 -1
- package/commons/components/notification/elements/NotificationItems.d.ts +2 -2
- package/commons/components/notification/elements/NotificationItems.js +2 -2
- package/commons/components/notification/elements/item/NotificationItem.d.ts +1 -1
- package/commons/components/notification/elements/item/NotificationItem.js +6 -6
- package/commons/components/notification/elements/item/NotificationItemAuthor.d.ts +1 -1
- package/commons/components/notification/elements/item/NotificationItemContent.d.ts +1 -1
- package/commons/components/notification/elements/item/NotificationItemContent.js +1 -1
- package/commons/components/notification/elements/item/NotificationItemDate.d.ts +1 -1
- package/commons/components/notification/elements/item/NotificationItemDate.js +1 -1
- package/commons/components/notification/elements/item/NotificationItemTitle.d.ts +1 -1
- package/commons/components/notification/elements/item/NotificationItemTitle.js +1 -1
- package/commons/components/notification/index.d.ts +2 -2
- package/commons/components/notification/index.js +2 -2
- package/commons/components/pages/PageCenter.d.ts +1 -1
- package/commons/components/pages/PageCenter.js +2 -2
- package/commons/components/pages/PageContent.d.ts +1 -1
- package/commons/components/pages/PageContent.js +1 -1
- package/commons/components/pages/PageFullScreen.js +3 -3
- package/commons/components/pages/PageFullWidth.js +1 -1
- package/commons/components/pages/PageHeader.js +1 -1
- package/commons/components/search/AppSearch.js +4 -4
- package/commons/components/search/AppSearchResult.js +3 -3
- package/commons/components/topnav/AppBar.js +9 -9
- package/commons/components/topnav/AppName.js +1 -1
- package/commons/components/topnav/AppSwitcher.js +1 -1
- package/commons/components/topnav/Notifications.js +2 -2
- package/commons/components/topnav/ThemeSelection.js +3 -3
- package/commons/components/topnav/ThemeSelectionIcon.js +2 -2
- package/commons/components/topnav/UserProfile.d.ts +1 -1
- package/commons/components/topnav/UserProfile.js +3 -3
- package/commons/components/utils/hooks/useLocalStorageItem.js +1 -1
- package/commons/components/utils/hooks/useThemeBuilder.d.ts +1 -1
- package/commons/components/utils/hooks/useThemeBuilder.js +1 -1
- package/components/app/App.js +51 -51
- package/components/app/AppContainer.js +1 -1
- package/components/app/drawers/ApiKeyDrawer.js +5 -5
- package/components/app/drawers/AssignUserDrawer.js +5 -5
- package/components/app/drawers/ViewGroupsDrawer.d.ts +1 -1
- package/components/app/hooks/useTitle.js +2 -2
- package/components/app/providers/AnalyticProvider.d.ts +1 -1
- package/components/app/providers/AnalyticProvider.js +3 -3
- package/components/app/providers/ApiConfigProvider.d.ts +1 -1
- package/components/app/providers/AppDrawerProvider.js +1 -1
- package/components/app/providers/AvatarProvider.js +2 -2
- package/components/app/providers/CustomPluginProvider.js +1 -1
- package/components/app/providers/DossierProvider.d.ts +1 -1
- package/components/app/providers/DossierProvider.js +3 -3
- package/components/app/providers/FavouritesProvider.js +1 -1
- package/components/app/providers/FieldProvider.d.ts +1 -1
- package/components/app/providers/FieldProvider.js +2 -2
- package/components/app/providers/HitProvider.d.ts +1 -1
- package/components/app/providers/HitProvider.js +2 -2
- package/components/app/providers/HitSearchProvider.d.ts +3 -3
- package/components/app/providers/HitSearchProvider.js +7 -7
- package/components/app/providers/LocalStorageProvider.d.ts +1 -1
- package/components/app/providers/LocalStorageProvider.js +2 -2
- package/components/app/providers/OverviewProvider.d.ts +2 -2
- package/components/app/providers/OverviewProvider.js +1 -1
- package/components/app/providers/ParameterProvider.js +1 -1
- package/components/app/providers/SocketProvider.js +5 -5
- package/components/app/providers/TemplateProvider.d.ts +2 -2
- package/components/app/providers/TemplateProvider.js +2 -2
- package/components/app/providers/UserListProvider.d.ts +1 -1
- package/components/app/providers/UserListProvider.js +2 -2
- package/components/app/providers/ViewProvider.d.ts +1 -1
- package/components/app/providers/ViewProvider.js +5 -5
- package/components/elements/Comment.d.ts +3 -3
- package/components/elements/Comment.js +4 -4
- package/components/elements/EditRow.js +1 -1
- package/components/elements/PluginChip.js +1 -1
- package/components/elements/PluginTypography.js +1 -1
- package/components/elements/ThemedEditor.js +2 -2
- package/components/elements/UserList.js +1 -1
- package/components/elements/addons/layout/FlexPort.js +1 -1
- package/components/elements/addons/layout/FlexVertical.d.ts +1 -1
- package/components/elements/addons/layout/FlexVertical.js +1 -1
- package/components/elements/addons/layout/vsbox/VSBox.js +1 -1
- package/components/elements/addons/lists/TuiList.js +1 -1
- package/components/elements/addons/lists/TuiListBase.js +2 -2
- package/components/elements/addons/lists/hooks/useTuiListKeyboard.js +2 -2
- package/components/elements/addons/lists/table/TuiTable.js +1 -1
- package/components/elements/addons/lists/table/TuiTableBody.js +1 -1
- package/components/elements/addons/lists/table/TuiTableHead.js +1 -1
- package/components/elements/addons/search/phrase/Phrase.d.ts +1 -1
- package/components/elements/addons/search/phrase/Phrase.js +1 -1
- package/components/elements/display/Classification.js +1 -1
- package/components/elements/display/HandlebarsMarkdown.js +2 -2
- package/components/elements/display/HowlerAvatar.js +3 -3
- package/components/elements/display/HowlerAvatarHeader.d.ts +1 -1
- package/components/elements/display/ItemManager.d.ts +2 -2
- package/components/elements/display/ItemManager.js +5 -5
- package/components/elements/display/Markdown.js +1 -1
- package/components/elements/display/Modal.js +1 -1
- package/components/elements/display/UserPageWrapper.d.ts +1 -1
- package/components/elements/display/UserPageWrapper.js +1 -1
- package/components/elements/display/features/DevelopmentBanner.js +2 -2
- package/components/elements/display/features/DevelopmentIcon.js +2 -2
- package/components/elements/display/handlebars/helpers.js +4 -4
- package/components/elements/display/icons/BundleButton.js +1 -1
- package/components/elements/display/icons/SocketBadge.js +1 -1
- package/components/elements/display/json/JSONViewer.js +4 -4
- package/components/elements/display/json/worker.js +1 -1
- package/components/elements/display/modals/ConfirmDeleteModal.js +1 -1
- package/components/elements/display/modals/ConfirmNotebookModal.js +1 -1
- package/components/elements/display/modals/CreateActionModal.js +3 -3
- package/components/elements/display/modals/RationaleModal.js +2 -2
- package/components/elements/hit/HitActions.d.ts +1 -1
- package/components/elements/hit/HitActions.js +11 -11
- package/components/elements/hit/HitBanner.d.ts +1 -1
- package/components/elements/hit/HitBanner.js +5 -5
- package/components/elements/hit/HitBannerTooltip.d.ts +1 -1
- package/components/elements/hit/HitCard.js +2 -2
- package/components/elements/hit/HitComments.d.ts +2 -2
- package/components/elements/hit/HitComments.js +7 -7
- package/components/elements/hit/HitDetails.d.ts +1 -1
- package/components/elements/hit/HitDetails.js +1 -1
- package/components/elements/hit/HitLabels.d.ts +1 -1
- package/components/elements/hit/HitLabels.js +4 -4
- package/components/elements/hit/HitNotebooks.d.ts +2 -2
- package/components/elements/hit/HitNotebooks.js +6 -6
- package/components/elements/hit/HitOutline.d.ts +1 -1
- package/components/elements/hit/HitOutline.js +1 -1
- package/components/elements/hit/HitOverview.d.ts +1 -1
- package/components/elements/hit/HitOverview.js +2 -2
- package/components/elements/hit/HitQuickSearch.d.ts +2 -2
- package/components/elements/hit/HitQuickSearch.js +2 -2
- package/components/elements/hit/HitRelated.d.ts +1 -1
- package/components/elements/hit/HitSummary.d.ts +2 -2
- package/components/elements/hit/HitSummary.js +10 -10
- package/components/elements/hit/HitWorklog.d.ts +2 -2
- package/components/elements/hit/HitWorklog.js +4 -4
- package/components/elements/hit/actions/DropdownActions.js +1 -1
- package/components/elements/hit/aggregate/HitGraph.js +8 -8
- package/components/elements/hit/elements/Assigned.d.ts +1 -1
- package/components/elements/hit/elements/Assigned.js +2 -2
- package/components/elements/hit/elements/EscalationChip.d.ts +1 -1
- package/components/elements/hit/elements/EscalationChip.js +1 -1
- package/components/elements/hit/elements/HitTimestamp.d.ts +1 -1
- package/components/elements/hit/elements/HitTimestamp.js +2 -2
- package/components/elements/hit/outlines/DefaultOutline.d.ts +2 -2
- package/components/elements/hit/outlines/DefaultOutline.js +2 -2
- package/components/elements/hit/outlines/al/AssemblyLineRules.d.ts +1 -1
- package/components/elements/hit/related/PivotLink.d.ts +2 -2
- package/components/elements/hit/related/PivotLink.js +1 -1
- package/components/elements/hit/related/RelatedLink.js +3 -3
- package/components/elements/view/ViewTitle.js +1 -1
- package/components/hooks/useHitActions.d.ts +2 -2
- package/components/hooks/useHitActions.js +8 -8
- package/components/hooks/useHitSelection.d.ts +2 -2
- package/components/hooks/useHitSelection.js +4 -4
- package/components/hooks/useMyApi.js +1 -1
- package/components/hooks/useMyLocalStorage.d.ts +2 -2
- package/components/hooks/useMyLocalStorage.js +4 -4
- package/components/hooks/useMyPreferences.d.ts +1 -1
- package/components/hooks/useMyPreferences.js +3 -3
- package/components/hooks/useMySearch.d.ts +2 -2
- package/components/hooks/useMySearch.js +4 -4
- package/components/hooks/useMySitemap.d.ts +1 -1
- package/components/hooks/useMyTheme.d.ts +1 -1
- package/components/hooks/useMyUser.d.ts +2 -2
- package/components/hooks/useMyUserFunctions.d.ts +1 -1
- package/components/hooks/useMyUserFunctions.js +13 -13
- package/components/hooks/useMyUserList.js +1 -1
- package/components/hooks/useMyUtils.js +1 -1
- package/components/logins/Login.js +4 -4
- package/components/logins/auth/OAuthLogin.js +3 -3
- package/components/logins/hooks/useLogin.d.ts +1 -1
- package/components/logins/hooks/useLogin.js +9 -9
- package/components/routes/404.js +1 -1
- package/components/routes/ErrorOccured.js +2 -2
- package/components/routes/Logout.js +3 -3
- package/components/routes/action/edit/ActionEditor.d.ts +2 -2
- package/components/routes/action/edit/ActionEditor.js +9 -9
- package/components/routes/action/shared/ActionReportDisplay.d.ts +1 -1
- package/components/routes/action/shared/ActionReportDisplay.js +1 -1
- package/components/routes/action/shared/OperationEntry.d.ts +2 -2
- package/components/routes/action/shared/OperationEntry.js +2 -2
- package/components/routes/action/shared/OperationStep.d.ts +1 -1
- package/components/routes/action/shared/OperationStep.js +5 -5
- package/components/routes/action/useMyActionFunctions.d.ts +4 -4
- package/components/routes/action/useMyActionFunctions.js +4 -4
- package/components/routes/action/view/ActionDetails.js +9 -9
- package/components/routes/action/view/ActionSearch.js +11 -11
- package/components/routes/action/view/Integrations.js +2 -2
- package/components/routes/admin/users/UserEditor.js +7 -7
- package/components/routes/admin/users/UserSearch.js +15 -15
- package/components/routes/advanced/QueryBuilder.js +10 -10
- package/components/routes/advanced/QueryEditor.js +3 -3
- package/components/routes/advanced/RuleModal.js +9 -9
- package/components/routes/advanced/eqlCompletionProvider.js +1 -1
- package/components/routes/advanced/historyCompletionProvider.js +2 -2
- package/components/routes/advanced/luceneCompletionProvider.js +3 -3
- package/components/routes/advanced/yamlCompletionProvider.js +1 -1
- package/components/routes/analytics/AnalyticComments.d.ts +1 -1
- package/components/routes/analytics/AnalyticComments.js +8 -8
- package/components/routes/analytics/AnalyticDetails.js +10 -10
- package/components/routes/analytics/AnalyticHitComments.d.ts +1 -1
- package/components/routes/analytics/AnalyticHitComments.js +6 -6
- package/components/routes/analytics/AnalyticNotebooks.d.ts +1 -1
- package/components/routes/analytics/AnalyticNotebooks.js +7 -7
- package/components/routes/analytics/AnalyticOverview.d.ts +1 -1
- package/components/routes/analytics/AnalyticOverview.js +5 -5
- package/components/routes/analytics/AnalyticOverviews.d.ts +1 -1
- package/components/routes/analytics/AnalyticOverviews.js +2 -2
- package/components/routes/analytics/AnalyticSearch.js +13 -13
- package/components/routes/analytics/AnalyticTemplates.d.ts +1 -1
- package/components/routes/analytics/AnalyticTemplates.js +2 -2
- package/components/routes/analytics/RuleView.d.ts +1 -1
- package/components/routes/analytics/RuleView.js +3 -3
- package/components/routes/analytics/TriageSettings.d.ts +1 -1
- package/components/routes/analytics/TriageSettings.js +4 -4
- package/components/routes/analytics/widgets/Assessment.d.ts +1 -1
- package/components/routes/analytics/widgets/Assessment.js +3 -3
- package/components/routes/analytics/widgets/Created.d.ts +1 -1
- package/components/routes/analytics/widgets/Created.js +3 -3
- package/components/routes/analytics/widgets/Detection.d.ts +1 -1
- package/components/routes/analytics/widgets/Detection.js +1 -1
- package/components/routes/analytics/widgets/Escalation.d.ts +1 -1
- package/components/routes/analytics/widgets/Escalation.js +3 -3
- package/components/routes/analytics/widgets/Stacked.d.ts +1 -1
- package/components/routes/analytics/widgets/Stacked.js +2 -2
- package/components/routes/analytics/widgets/Status.d.ts +1 -1
- package/components/routes/analytics/widgets/Status.js +1 -1
- package/components/routes/dossiers/DossierCard.d.ts +1 -1
- package/components/routes/dossiers/DossierCard.js +2 -2
- package/components/routes/dossiers/DossierEditor.js +4 -4
- package/components/routes/dossiers/Dossiers.js +8 -8
- package/components/routes/dossiers/LeadEditor.d.ts +1 -1
- package/components/routes/dossiers/LeadEditor.js +2 -2
- package/components/routes/dossiers/LeadForm.d.ts +1 -1
- package/components/routes/dossiers/PivotForm.d.ts +2 -2
- package/components/routes/dossiers/PivotForm.js +2 -2
- package/components/routes/help/ActionDocumentation.js +3 -3
- package/components/routes/help/ActionIntroductionDocumentation.js +5 -5
- package/components/routes/help/ApiDocumentation.js +10 -10
- package/components/routes/help/AuthDocumentation.js +3 -3
- package/components/routes/help/BundleDocumentation.js +1 -1
- package/components/routes/help/ClientDocumentation.js +3 -3
- package/components/routes/help/Help.js +4 -4
- package/components/routes/help/HitBannerDocumentation.js +4 -4
- package/components/routes/help/HitDocumentation.js +2 -2
- package/components/routes/help/HitLabelsDocumentation.js +1 -1
- package/components/routes/help/HitLinksDocumentation.js +2 -2
- package/components/routes/help/HitSchemaDocumentation.js +3 -3
- package/components/routes/help/NotebookDocumentation.js +3 -3
- package/components/routes/help/OverviewDocumentation.js +3 -3
- package/components/routes/help/RetentionDocumentation.js +7 -7
- package/components/routes/help/SearchDocumentation.js +4 -4
- package/components/routes/help/TemplateDocumentation.js +5 -5
- package/components/routes/help/ViewDocumentation.js +3 -3
- package/components/routes/hits/search/BundleParentMenu.d.ts +1 -1
- package/components/routes/hits/search/BundleParentMenu.js +4 -4
- package/components/routes/hits/search/BundleScroller.js +1 -1
- package/components/routes/hits/search/CustomSort.js +2 -2
- package/components/routes/hits/search/HitBrowser.js +10 -10
- package/components/routes/hits/search/HitContextMenu.js +9 -9
- package/components/routes/hits/search/HitQuery.js +5 -5
- package/components/routes/hits/search/InformationPane.js +33 -33
- package/components/routes/hits/search/SearchPane.js +21 -21
- package/components/routes/hits/search/ViewLink.js +3 -3
- package/components/routes/hits/search/grid/AddColumnModal.js +3 -3
- package/components/routes/hits/search/grid/EnchancedCell.js +1 -1
- package/components/routes/hits/search/grid/HitGrid.js +12 -12
- package/components/routes/hits/search/grid/HitRow.d.ts +1 -1
- package/components/routes/hits/search/grid/HitRow.js +8 -8
- package/components/routes/hits/search/shared/CustomSpan.js +1 -1
- package/components/routes/hits/search/shared/HitFilter.js +4 -4
- package/components/routes/hits/search/shared/HitSort.js +2 -2
- package/components/routes/hits/search/shared/QuerySettings.js +2 -2
- package/components/routes/hits/search/shared/SearchSpan.js +3 -3
- package/components/routes/hits/view/HitViewer.js +29 -29
- package/components/routes/hits/view/LeadRenderer.d.ts +2 -2
- package/components/routes/hits/view/LeadRenderer.js +1 -1
- package/components/routes/home/AddNewCard.d.ts +1 -1
- package/components/routes/home/AddNewCard.js +3 -3
- package/components/routes/home/AnalyticCard.js +2 -2
- package/components/routes/home/ViewCard.js +6 -6
- package/components/routes/home/index.js +8 -8
- package/components/routes/overviews/OverviewCard.d.ts +1 -1
- package/components/routes/overviews/OverviewCard.js +2 -2
- package/components/routes/overviews/OverviewEditor.js +2 -2
- package/components/routes/overviews/OverviewViewer.js +9 -9
- package/components/routes/overviews/Overviews.js +8 -8
- package/components/routes/overviews/startingTemplate.js +1 -1
- package/components/routes/settings/AdminSection.js +1 -1
- package/components/routes/settings/LocalSection.js +4 -4
- package/components/routes/settings/ProfileSection.d.ts +1 -1
- package/components/routes/settings/ProfileSection.js +3 -3
- package/components/routes/settings/SecuritySection.d.ts +1 -1
- package/components/routes/settings/SecuritySection.js +8 -8
- package/components/routes/settings/Settings.js +5 -5
- package/components/routes/templates/TemplateCard.d.ts +1 -1
- package/components/routes/templates/TemplateEditor.d.ts +1 -1
- package/components/routes/templates/TemplateEditor.js +4 -4
- package/components/routes/templates/TemplateViewer.js +10 -10
- package/components/routes/templates/Templates.js +9 -9
- package/components/routes/views/ViewComposer.js +19 -19
- package/components/routes/views/Views.js +13 -13
- package/i18n.js +6 -6
- package/index.js +2 -2
- package/models/entities/HowlerUser.d.ts +1 -1
- package/models/socket/HitUpdate.d.ts +1 -1
- package/package.json +120 -49
- package/plugins/HowlerPlugin.d.ts +11 -11
- package/plugins/store.d.ts +1 -1
- package/rest/AxiosClient.d.ts +2 -2
- package/rest/AxiosClient.js +1 -1
- package/rest/FetchClient.d.ts +2 -2
- package/rest/index.d.ts +1 -1
- package/utils/actionUtils.d.ts +2 -2
- package/utils/hitFunctions.d.ts +1 -1
- package/utils/localStorage.d.ts +1 -1
- package/utils/sessionStorage.js +1 -1
- package/utils/socketUtils.d.ts +2 -2
package/api/search/dossier.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { hpost, joinUri } from 'api';
|
|
2
|
-
import { uri as parentUri } from 'api/search';
|
|
1
|
+
import { hpost, joinUri } from '@cccsaurora/howler-ui/api';
|
|
2
|
+
import { uri as parentUri } from '@cccsaurora/howler-ui/api/search';
|
|
3
3
|
export const uri = () => {
|
|
4
4
|
return joinUri(parentUri(), 'dossier');
|
|
5
5
|
};
|
package/api/search/eql/hit.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { HowlerEQLSearchRequest, HowlerEQLSearchResponse } from 'api/search';
|
|
2
|
-
import type { Hit } from 'models/entities/generated/Hit';
|
|
1
|
+
import type { HowlerEQLSearchRequest, HowlerEQLSearchResponse } from '@cccsaurora/howler-ui/api/search';
|
|
2
|
+
import type { Hit } from '@cccsaurora/howler-ui/models/entities/generated/Hit';
|
|
3
3
|
export declare const uri: () => string;
|
|
4
4
|
export declare const post: (request?: HowlerEQLSearchRequest) => Promise<HowlerEQLSearchResponse<Hit>>;
|
package/api/search/eql/hit.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { hpost, joinAllUri } from 'api';
|
|
2
|
-
import { uri as parentUri } from 'api/search';
|
|
1
|
+
import { hpost, joinAllUri } from '@cccsaurora/howler-ui/api';
|
|
2
|
+
import { uri as parentUri } from '@cccsaurora/howler-ui/api/search';
|
|
3
3
|
export const uri = () => {
|
|
4
4
|
return joinAllUri(parentUri(), 'hit', 'eql');
|
|
5
5
|
};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import type { HowlerFacetSearchRequest, HowlerFacetSearchResponse } from 'api/search/facet';
|
|
1
|
+
import type { HowlerFacetSearchRequest, HowlerFacetSearchResponse } from '@cccsaurora/howler-ui/api/search/facet';
|
|
2
2
|
export declare const uri: (field: string) => string;
|
|
3
3
|
export declare const post: (field: string, request?: HowlerFacetSearchRequest) => Promise<HowlerFacetSearchResponse>;
|
package/api/search/facet/hit.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { hpost, joinAllUri } from 'api';
|
|
2
|
-
import { uri as parentUri } from 'api/search/facet';
|
|
1
|
+
import { hpost, joinAllUri } from '@cccsaurora/howler-ui/api';
|
|
2
|
+
import { uri as parentUri } from '@cccsaurora/howler-ui/api/search/facet';
|
|
3
3
|
export const uri = (field) => {
|
|
4
4
|
return joinAllUri(parentUri(), 'hit', field);
|
|
5
5
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { joinUri } from 'api';
|
|
2
|
-
import { uri as parentUri } from 'api/search';
|
|
3
|
-
import * as hit from 'api/search/facet/hit';
|
|
1
|
+
import { joinUri } from '@cccsaurora/howler-ui/api';
|
|
2
|
+
import { uri as parentUri } from '@cccsaurora/howler-ui/api/search';
|
|
3
|
+
import * as hit from '@cccsaurora/howler-ui/api/search/facet/hit';
|
|
4
4
|
export const uri = () => {
|
|
5
5
|
return joinUri(parentUri(), 'facet');
|
|
6
6
|
};
|
package/api/search/fields/hit.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { hget, joinUri } from 'api';
|
|
2
|
-
import { indexed, uri as parentUri } from 'api/search/fields';
|
|
1
|
+
import { hget, joinUri } from '@cccsaurora/howler-ui/api';
|
|
2
|
+
import { indexed, uri as parentUri } from '@cccsaurora/howler-ui/api/search/fields';
|
|
3
3
|
export const uri = () => {
|
|
4
4
|
return joinUri(parentUri(), 'hit');
|
|
5
5
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as hit from 'api/search/fields/hit';
|
|
2
|
-
import * as user from 'api/search/fields/user';
|
|
1
|
+
import * as hit from '@cccsaurora/howler-ui/api/search/fields/hit';
|
|
2
|
+
import * as user from '@cccsaurora/howler-ui/api/search/fields/user';
|
|
3
3
|
export type SearchField = {
|
|
4
4
|
key?: string;
|
|
5
5
|
default: boolean;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { uri as parentUri } from 'api/search';
|
|
2
|
-
import * as hit from 'api/search/fields/hit';
|
|
3
|
-
import * as user from 'api/search/fields/user';
|
|
1
|
+
import { uri as parentUri } from '@cccsaurora/howler-ui/api/search';
|
|
2
|
+
import * as hit from '@cccsaurora/howler-ui/api/search/fields/hit';
|
|
3
|
+
import * as user from '@cccsaurora/howler-ui/api/search/fields/user';
|
|
4
4
|
// import urlJoin from 'url-join';
|
|
5
|
-
import { joinUri } from 'api';
|
|
5
|
+
import { joinUri } from '@cccsaurora/howler-ui/api';
|
|
6
6
|
export const uri = () => {
|
|
7
7
|
return joinUri(parentUri(), 'fields');
|
|
8
8
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as api from 'api';
|
|
2
|
-
import { indexed, uri as parentUri } from 'api/search/fields';
|
|
1
|
+
import * as api from '@cccsaurora/howler-ui/api';
|
|
2
|
+
import { indexed, uri as parentUri } from '@cccsaurora/howler-ui/api/search/fields';
|
|
3
3
|
// import urlJoin from 'url-join';
|
|
4
|
-
import { joinUri } from 'api';
|
|
4
|
+
import { joinUri } from '@cccsaurora/howler-ui/api';
|
|
5
5
|
export const uri = () => {
|
|
6
6
|
return joinUri(parentUri(), 'user');
|
|
7
7
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { HowlerGroupedSearchRequest, HowlerGroupedSearchResponse } from 'api/search/grouped';
|
|
2
|
-
import type { Hit } from 'models/entities/generated/Hit';
|
|
1
|
+
import type { HowlerGroupedSearchRequest, HowlerGroupedSearchResponse } from '@cccsaurora/howler-ui/api/search/grouped';
|
|
2
|
+
import type { Hit } from '@cccsaurora/howler-ui/models/entities/generated/Hit';
|
|
3
3
|
export declare const uri: (field: string) => string;
|
|
4
4
|
export declare const post: (field: string, request?: HowlerGroupedSearchRequest) => Promise<HowlerGroupedSearchResponse<Hit>>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { hpost, joinAllUri } from 'api';
|
|
2
|
-
import { uri as parentUri } from 'api/search/grouped';
|
|
1
|
+
import { hpost, joinAllUri } from '@cccsaurora/howler-ui/api';
|
|
2
|
+
import { uri as parentUri } from '@cccsaurora/howler-ui/api/search/grouped';
|
|
3
3
|
export const uri = (field) => {
|
|
4
4
|
return joinAllUri(parentUri(), 'hit', field);
|
|
5
5
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as hit from 'api/search/grouped/hit';
|
|
2
|
-
import * as user from 'api/search/grouped/user';
|
|
1
|
+
import * as hit from '@cccsaurora/howler-ui/api/search/grouped/hit';
|
|
2
|
+
import * as user from '@cccsaurora/howler-ui/api/search/grouped/user';
|
|
3
3
|
export declare const uri: () => string;
|
|
4
4
|
export type HowlerGroupedSearchRequest = {
|
|
5
5
|
group_sort?: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { joinUri } from 'api';
|
|
2
|
-
import { uri as parentUri } from 'api/search';
|
|
3
|
-
import * as hit from 'api/search/grouped/hit';
|
|
4
|
-
import * as user from 'api/search/grouped/user';
|
|
1
|
+
import { joinUri } from '@cccsaurora/howler-ui/api';
|
|
2
|
+
import { uri as parentUri } from '@cccsaurora/howler-ui/api/search';
|
|
3
|
+
import * as hit from '@cccsaurora/howler-ui/api/search/grouped/hit';
|
|
4
|
+
import * as user from '@cccsaurora/howler-ui/api/search/grouped/user';
|
|
5
5
|
export const uri = () => {
|
|
6
6
|
return joinUri(parentUri(), 'grouped');
|
|
7
7
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { HowlerGroupedSearchRequest, HowlerGroupedSearchResponse } from 'api/search/grouped';
|
|
2
|
-
import type { HowlerUser } from 'models/entities/HowlerUser';
|
|
1
|
+
import type { HowlerGroupedSearchRequest, HowlerGroupedSearchResponse } from '@cccsaurora/howler-ui/api/search/grouped';
|
|
2
|
+
import type { HowlerUser } from '@cccsaurora/howler-ui/models/entities/HowlerUser';
|
|
3
3
|
export type HowlerApiUser = Omit<HowlerUser, 'username'> & {
|
|
4
4
|
uname: string;
|
|
5
5
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { hpost, joinAllUri } from 'api';
|
|
2
|
-
import { uri as parentUri } from 'api/search/grouped';
|
|
1
|
+
import { hpost, joinAllUri } from '@cccsaurora/howler-ui/api';
|
|
2
|
+
import { uri as parentUri } from '@cccsaurora/howler-ui/api/search/grouped';
|
|
3
3
|
export const uri = (field) => {
|
|
4
4
|
return joinAllUri(parentUri(), 'user', field);
|
|
5
5
|
};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import type { HowlerHistogramSearchRequest, HowlerHistogramSearchResponse } from 'api/search/histogram';
|
|
1
|
+
import type { HowlerHistogramSearchRequest, HowlerHistogramSearchResponse } from '@cccsaurora/howler-ui/api/search/histogram';
|
|
2
2
|
export declare const uri: (field: string) => string;
|
|
3
3
|
export declare const post: (field: string, request?: HowlerHistogramSearchRequest) => Promise<HowlerHistogramSearchResponse>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { hpost, joinAllUri } from 'api';
|
|
2
|
-
import { uri as parentUri } from 'api/search/histogram';
|
|
1
|
+
import { hpost, joinAllUri } from '@cccsaurora/howler-ui/api';
|
|
2
|
+
import { uri as parentUri } from '@cccsaurora/howler-ui/api/search/histogram';
|
|
3
3
|
export const uri = (field) => {
|
|
4
4
|
return joinAllUri(parentUri(), 'hit', field);
|
|
5
5
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { joinUri } from 'api';
|
|
2
|
-
import { uri as parentUri } from 'api/search';
|
|
3
|
-
import * as hit from 'api/search/histogram/hit';
|
|
1
|
+
import { joinUri } from '@cccsaurora/howler-ui/api';
|
|
2
|
+
import { uri as parentUri } from '@cccsaurora/howler-ui/api/search';
|
|
3
|
+
import * as hit from '@cccsaurora/howler-ui/api/search/histogram/hit';
|
|
4
4
|
export const uri = () => {
|
|
5
5
|
return joinUri(parentUri(), 'histogram');
|
|
6
6
|
};
|
package/api/search/hit.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import type { HowlerSearchRequest, HowlerSearchResponse } from 'api/search';
|
|
2
|
-
import type { Hit } from 'models/entities/generated/Hit';
|
|
3
|
-
import * as eql from 'api/search/eql/hit';
|
|
4
|
-
import * as sigma from 'api/search/sigma/hit';
|
|
1
|
+
import type { HowlerSearchRequest, HowlerSearchResponse } from '@cccsaurora/howler-ui/api/search';
|
|
2
|
+
import type { Hit } from '@cccsaurora/howler-ui/models/entities/generated/Hit';
|
|
3
|
+
import * as eql from '@cccsaurora/howler-ui/api/search/eql/hit';
|
|
4
|
+
import * as sigma from '@cccsaurora/howler-ui/api/search/sigma/hit';
|
|
5
5
|
export declare const uri: () => string;
|
|
6
6
|
export declare const post: (request?: HowlerSearchRequest) => Promise<HowlerSearchResponse<Hit>>;
|
|
7
7
|
export { eql, sigma };
|
package/api/search/hit.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { hpost, joinUri } from 'api';
|
|
2
|
-
import { uri as parentUri } from 'api/search';
|
|
3
|
-
import * as eql from 'api/search/eql/hit';
|
|
4
|
-
import * as sigma from 'api/search/sigma/hit';
|
|
1
|
+
import { hpost, joinUri } from '@cccsaurora/howler-ui/api';
|
|
2
|
+
import { uri as parentUri } from '@cccsaurora/howler-ui/api/search';
|
|
3
|
+
import * as eql from '@cccsaurora/howler-ui/api/search/eql/hit';
|
|
4
|
+
import * as sigma from '@cccsaurora/howler-ui/api/search/sigma/hit';
|
|
5
5
|
export const uri = () => {
|
|
6
6
|
return joinUri(parentUri(), 'hit');
|
|
7
7
|
};
|
package/api/search/index.d.ts
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import * as action from 'api/search/action';
|
|
2
|
-
import * as analytic from 'api/search/analytic';
|
|
3
|
-
import * as count from 'api/search/count';
|
|
4
|
-
import * as dossier from 'api/search/dossier';
|
|
5
|
-
import * as facet from 'api/search/facet';
|
|
6
|
-
import * as fields from 'api/search/fields';
|
|
7
|
-
import * as grouped from 'api/search/grouped';
|
|
8
|
-
import * as histogram from 'api/search/histogram';
|
|
9
|
-
import * as hit from 'api/search/hit';
|
|
10
|
-
import * as overview from 'api/search/overview';
|
|
11
|
-
import * as template from 'api/search/template';
|
|
12
|
-
import * as user from 'api/search/user';
|
|
13
|
-
import * as view from 'api/search/view';
|
|
1
|
+
import * as action from '@cccsaurora/howler-ui/api/search/action';
|
|
2
|
+
import * as analytic from '@cccsaurora/howler-ui/api/search/analytic';
|
|
3
|
+
import * as count from '@cccsaurora/howler-ui/api/search/count';
|
|
4
|
+
import * as dossier from '@cccsaurora/howler-ui/api/search/dossier';
|
|
5
|
+
import * as facet from '@cccsaurora/howler-ui/api/search/facet';
|
|
6
|
+
import * as fields from '@cccsaurora/howler-ui/api/search/fields';
|
|
7
|
+
import * as grouped from '@cccsaurora/howler-ui/api/search/grouped';
|
|
8
|
+
import * as histogram from '@cccsaurora/howler-ui/api/search/histogram';
|
|
9
|
+
import * as hit from '@cccsaurora/howler-ui/api/search/hit';
|
|
10
|
+
import * as overview from '@cccsaurora/howler-ui/api/search/overview';
|
|
11
|
+
import * as template from '@cccsaurora/howler-ui/api/search/template';
|
|
12
|
+
import * as user from '@cccsaurora/howler-ui/api/search/user';
|
|
13
|
+
import * as view from '@cccsaurora/howler-ui/api/search/view';
|
|
14
14
|
export declare const uri: () => string;
|
|
15
15
|
export type HowlerSearchRequest = {
|
|
16
16
|
query: string;
|
package/api/search/index.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { joinUri, uri as parentUri } from 'api';
|
|
2
|
-
import * as action from 'api/search/action';
|
|
3
|
-
import * as analytic from 'api/search/analytic';
|
|
4
|
-
import * as count from 'api/search/count';
|
|
5
|
-
import * as dossier from 'api/search/dossier';
|
|
6
|
-
import * as facet from 'api/search/facet';
|
|
7
|
-
import * as fields from 'api/search/fields';
|
|
8
|
-
import * as grouped from 'api/search/grouped';
|
|
9
|
-
import * as histogram from 'api/search/histogram';
|
|
10
|
-
import * as hit from 'api/search/hit';
|
|
11
|
-
import * as overview from 'api/search/overview';
|
|
12
|
-
import * as template from 'api/search/template';
|
|
13
|
-
import * as user from 'api/search/user';
|
|
14
|
-
import * as view from 'api/search/view';
|
|
1
|
+
import { joinUri, uri as parentUri } from '@cccsaurora/howler-ui/api';
|
|
2
|
+
import * as action from '@cccsaurora/howler-ui/api/search/action';
|
|
3
|
+
import * as analytic from '@cccsaurora/howler-ui/api/search/analytic';
|
|
4
|
+
import * as count from '@cccsaurora/howler-ui/api/search/count';
|
|
5
|
+
import * as dossier from '@cccsaurora/howler-ui/api/search/dossier';
|
|
6
|
+
import * as facet from '@cccsaurora/howler-ui/api/search/facet';
|
|
7
|
+
import * as fields from '@cccsaurora/howler-ui/api/search/fields';
|
|
8
|
+
import * as grouped from '@cccsaurora/howler-ui/api/search/grouped';
|
|
9
|
+
import * as histogram from '@cccsaurora/howler-ui/api/search/histogram';
|
|
10
|
+
import * as hit from '@cccsaurora/howler-ui/api/search/hit';
|
|
11
|
+
import * as overview from '@cccsaurora/howler-ui/api/search/overview';
|
|
12
|
+
import * as template from '@cccsaurora/howler-ui/api/search/template';
|
|
13
|
+
import * as user from '@cccsaurora/howler-ui/api/search/user';
|
|
14
|
+
import * as view from '@cccsaurora/howler-ui/api/search/view';
|
|
15
15
|
export const uri = () => {
|
|
16
16
|
return joinUri(parentUri(), 'search');
|
|
17
17
|
};
|
package/api/search/overview.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { HowlerSearchRequest, HowlerSearchResponse } from 'api/search';
|
|
2
|
-
import type { Template } from 'models/entities/generated/Template';
|
|
1
|
+
import type { HowlerSearchRequest, HowlerSearchResponse } from '@cccsaurora/howler-ui/api/search';
|
|
2
|
+
import type { Template } from '@cccsaurora/howler-ui/models/entities/generated/Template';
|
|
3
3
|
export declare const uri: () => string;
|
|
4
4
|
export declare const post: (request?: HowlerSearchRequest) => Promise<HowlerSearchResponse<Template>>;
|
package/api/search/overview.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { hpost, joinUri } from 'api';
|
|
2
|
-
import { uri as parentUri } from 'api/search';
|
|
1
|
+
import { hpost, joinUri } from '@cccsaurora/howler-ui/api';
|
|
2
|
+
import { uri as parentUri } from '@cccsaurora/howler-ui/api/search';
|
|
3
3
|
export const uri = () => {
|
|
4
4
|
return joinUri(parentUri(), 'overview');
|
|
5
5
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { HowlerSearchResponse, HowlerSigmaSearchRequest } from 'api/search';
|
|
2
|
-
import type { Hit } from 'models/entities/generated/Hit';
|
|
1
|
+
import type { HowlerSearchResponse, HowlerSigmaSearchRequest } from '@cccsaurora/howler-ui/api/search';
|
|
2
|
+
import type { Hit } from '@cccsaurora/howler-ui/models/entities/generated/Hit';
|
|
3
3
|
export declare const uri: () => string;
|
|
4
4
|
export declare const post: (request?: HowlerSigmaSearchRequest) => Promise<HowlerSearchResponse<Hit>>;
|
package/api/search/sigma/hit.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { hpost, joinAllUri } from 'api';
|
|
2
|
-
import { uri as parentUri } from 'api/search';
|
|
1
|
+
import { hpost, joinAllUri } from '@cccsaurora/howler-ui/api';
|
|
2
|
+
import { uri as parentUri } from '@cccsaurora/howler-ui/api/search';
|
|
3
3
|
export const uri = () => {
|
|
4
4
|
return joinAllUri(parentUri(), 'hit', 'sigma');
|
|
5
5
|
};
|
package/api/search/template.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { HowlerSearchRequest, HowlerSearchResponse } from 'api/search';
|
|
2
|
-
import type { Template } from 'models/entities/generated/Template';
|
|
1
|
+
import type { HowlerSearchRequest, HowlerSearchResponse } from '@cccsaurora/howler-ui/api/search';
|
|
2
|
+
import type { Template } from '@cccsaurora/howler-ui/models/entities/generated/Template';
|
|
3
3
|
export declare const uri: () => string;
|
|
4
4
|
export declare const post: (request?: HowlerSearchRequest) => Promise<HowlerSearchResponse<Template>>;
|
package/api/search/template.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { hpost, joinUri } from 'api';
|
|
2
|
-
import { uri as parentUri } from 'api/search';
|
|
1
|
+
import { hpost, joinUri } from '@cccsaurora/howler-ui/api';
|
|
2
|
+
import { uri as parentUri } from '@cccsaurora/howler-ui/api/search';
|
|
3
3
|
export const uri = () => {
|
|
4
4
|
return joinUri(parentUri(), 'template');
|
|
5
5
|
};
|
package/api/search/user.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { HowlerSearchRequest, HowlerSearchResponse } from 'api/search';
|
|
2
|
-
import type { HowlerUser } from 'models/entities/HowlerUser';
|
|
1
|
+
import type { HowlerSearchRequest, HowlerSearchResponse } from '@cccsaurora/howler-ui/api/search';
|
|
2
|
+
import type { HowlerUser } from '@cccsaurora/howler-ui/models/entities/HowlerUser';
|
|
3
3
|
export type HowlerApiUser = Omit<HowlerUser, 'username'> & {
|
|
4
4
|
uname: string;
|
|
5
5
|
};
|
package/api/search/user.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { hpost, joinUri } from 'api';
|
|
2
|
-
import { uri as parentUri } from 'api/search';
|
|
1
|
+
import { hpost, joinUri } from '@cccsaurora/howler-ui/api';
|
|
2
|
+
import { uri as parentUri } from '@cccsaurora/howler-ui/api/search';
|
|
3
3
|
export const uri = () => {
|
|
4
4
|
return joinUri(parentUri(), 'user');
|
|
5
5
|
};
|
package/api/search/view.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { HowlerSearchRequest, HowlerSearchResponse } from 'api/search';
|
|
2
|
-
import type { View } from 'models/entities/generated/View';
|
|
1
|
+
import type { HowlerSearchRequest, HowlerSearchResponse } from '@cccsaurora/howler-ui/api/search';
|
|
2
|
+
import type { View } from '@cccsaurora/howler-ui/models/entities/generated/View';
|
|
3
3
|
export declare const uri: () => string;
|
|
4
4
|
export declare const post: (request?: HowlerSearchRequest) => Promise<HowlerSearchResponse<View>>;
|
package/api/search/view.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { hpost, joinUri } from 'api';
|
|
2
|
-
import { uri as parentUri } from 'api/search';
|
|
1
|
+
import { hpost, joinUri } from '@cccsaurora/howler-ui/api';
|
|
2
|
+
import { uri as parentUri } from '@cccsaurora/howler-ui/api/search';
|
|
3
3
|
export const uri = () => {
|
|
4
4
|
return joinUri(parentUri(), 'view');
|
|
5
5
|
};
|
package/api/template/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { Template } from 'models/entities/generated/Template';
|
|
1
|
+
import type { Template } from '@cccsaurora/howler-ui/models/entities/generated/Template';
|
|
2
2
|
export declare const uri: (id?: string) => string;
|
|
3
3
|
export declare const get: () => Promise<Template[]>;
|
|
4
4
|
export declare const post: (newData: Partial<Template>) => Promise<Template>;
|
package/api/template/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { hdelete, hget, hpost, hput, joinAllUri, joinUri, uri as parentUri } from 'api';
|
|
1
|
+
import { hdelete, hget, hpost, hput, joinAllUri, joinUri, uri as parentUri } from '@cccsaurora/howler-ui/api';
|
|
2
2
|
export const uri = (id) => {
|
|
3
3
|
return id ? joinAllUri(parentUri(), 'template', id) : joinUri(parentUri(), 'template');
|
|
4
4
|
};
|
package/api/user/avatar/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { hget, joinUri } from 'api';
|
|
2
|
-
import { uri as parentUri } from 'api/user';
|
|
1
|
+
import { hget, joinUri } from '@cccsaurora/howler-ui/api';
|
|
2
|
+
import { uri as parentUri } from '@cccsaurora/howler-ui/api/user';
|
|
3
3
|
export const uri = (username) => {
|
|
4
4
|
return joinUri(joinUri(parentUri(), 'avatar'), username);
|
|
5
5
|
};
|
package/api/user/groups.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { hget, joinUri } from 'api';
|
|
2
|
-
import { uri as parentUri } from 'api/user';
|
|
1
|
+
import { hget, joinUri } from '@cccsaurora/howler-ui/api';
|
|
2
|
+
import { uri as parentUri } from '@cccsaurora/howler-ui/api/user';
|
|
3
3
|
export const uri = () => {
|
|
4
4
|
return joinUri(parentUri(), 'groups');
|
|
5
5
|
};
|
package/api/user/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as avatar from 'api/user/avatar';
|
|
2
|
-
import * as groups from 'api/user/groups';
|
|
3
|
-
import * as whoami from 'api/user/whoami';
|
|
4
|
-
import type { HowlerUser } from 'models/entities/HowlerUser';
|
|
1
|
+
import * as avatar from '@cccsaurora/howler-ui/api/user/avatar';
|
|
2
|
+
import * as groups from '@cccsaurora/howler-ui/api/user/groups';
|
|
3
|
+
import * as whoami from '@cccsaurora/howler-ui/api/user/whoami';
|
|
4
|
+
import type { HowlerUser } from '@cccsaurora/howler-ui/models/entities/HowlerUser';
|
|
5
5
|
export declare const uri: (username?: string) => string;
|
|
6
6
|
export declare const get: (username: string) => Promise<HowlerUser>;
|
|
7
7
|
export declare const put: (username: string, newData: Partial<HowlerUser> | {
|
package/api/user/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { hget, hput, joinUri, uri as parentUri } from 'api';
|
|
2
|
-
import * as avatar from 'api/user/avatar';
|
|
3
|
-
import * as groups from 'api/user/groups';
|
|
4
|
-
import * as whoami from 'api/user/whoami';
|
|
1
|
+
import { hget, hput, joinUri, uri as parentUri } from '@cccsaurora/howler-ui/api';
|
|
2
|
+
import * as avatar from '@cccsaurora/howler-ui/api/user/avatar';
|
|
3
|
+
import * as groups from '@cccsaurora/howler-ui/api/user/groups';
|
|
4
|
+
import * as whoami from '@cccsaurora/howler-ui/api/user/whoami';
|
|
5
5
|
export const uri = (username) => {
|
|
6
6
|
const _uri = joinUri(parentUri(), 'user');
|
|
7
7
|
return username ? joinUri(_uri, username) : _uri;
|
package/api/user/whoami.d.ts
CHANGED
package/api/user/whoami.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { hget, joinUri } from 'api';
|
|
2
|
-
import { uri as parentUri } from 'api/user';
|
|
1
|
+
import { hget, joinUri } from '@cccsaurora/howler-ui/api';
|
|
2
|
+
import { uri as parentUri } from '@cccsaurora/howler-ui/api/user';
|
|
3
3
|
export const uri = () => {
|
|
4
4
|
return joinUri(parentUri(), 'whoami');
|
|
5
5
|
};
|
package/api/view/favourite.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { hdelete, hpost, joinAllUri } from 'api';
|
|
2
|
-
import { uri as parentUri } from 'api/view';
|
|
1
|
+
import { hdelete, hpost, joinAllUri } from '@cccsaurora/howler-ui/api';
|
|
2
|
+
import { uri as parentUri } from '@cccsaurora/howler-ui/api/view';
|
|
3
3
|
export const uri = (id) => {
|
|
4
4
|
return joinAllUri(parentUri(), id, 'favourite');
|
|
5
5
|
};
|
package/api/view/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as favourite from 'api/view/favourite';
|
|
2
|
-
import type { View } from 'models/entities/generated/View';
|
|
1
|
+
import * as favourite from '@cccsaurora/howler-ui/api/view/favourite';
|
|
2
|
+
import type { View } from '@cccsaurora/howler-ui/models/entities/generated/View';
|
|
3
3
|
export declare const uri: (id?: string) => string;
|
|
4
4
|
export declare const get: () => Promise<View[]>;
|
|
5
5
|
export declare const post: (newData: Partial<View>) => Promise<View>;
|
package/api/view/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { hdelete, hget, hpost, hput, joinAllUri, joinUri, uri as parentUri } from 'api';
|
|
2
|
-
import * as favourite from 'api/view/favourite';
|
|
1
|
+
import { hdelete, hget, hpost, hput, joinAllUri, joinUri, uri as parentUri } from '@cccsaurora/howler-ui/api';
|
|
2
|
+
import * as favourite from '@cccsaurora/howler-ui/api/view/favourite';
|
|
3
3
|
export const uri = (id) => {
|
|
4
4
|
return id ? joinAllUri(parentUri(), 'view', id) : joinUri(parentUri(), 'view');
|
|
5
5
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Components, PaletteMode, PaletteOptions, Theme } from '@mui/material';
|
|
2
|
-
import type { AppUserValidatedProp } from 'commons/components/app/AppUserService';
|
|
3
|
-
import type { GravatarD } from 'commons/components/display/AppAvatar';
|
|
2
|
+
import type { AppUserValidatedProp } from '@cccsaurora/howler-ui/commons/components/app/AppUserService';
|
|
3
|
+
import type { GravatarD } from '@cccsaurora/howler-ui/commons/components/display/AppAvatar';
|
|
4
4
|
import type { ReactElement, ReactNode } from 'react';
|
|
5
5
|
import type { To } from 'react-router-dom';
|
|
6
6
|
export type AppConfigs = {
|
|
@@ -35,7 +35,7 @@ export type AppPreferenceConfigs = {
|
|
|
35
35
|
notificationURLs?: string[];
|
|
36
36
|
};
|
|
37
37
|
export type AppThemeConfigs = {
|
|
38
|
-
components?: Components<Omit<Theme, 'components'>>;
|
|
38
|
+
components?: Components<Omit<Theme, '@cccsaurora/howler-ui/components'>>;
|
|
39
39
|
palette?: AppPaletteConfigs;
|
|
40
40
|
appbar?: AppBarThemeConfigs;
|
|
41
41
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import type { PaletteMode } from '@mui/material';
|
|
2
|
-
import type { AppConfigs, AppLayoutMode, AppLeftNavElement, AppSwitcherItem } from 'commons/components/app/AppConfigs';
|
|
3
|
-
import type { ItemComponentProps } from 'commons/components/app/AppNotificationService';
|
|
4
|
-
import type { AppSearchItem, AppSearchMode, AppSearchService } from 'commons/components/app/AppSearchService';
|
|
5
|
-
import type { AppUser, AppUserService } from 'commons/components/app/AppUserService';
|
|
6
|
-
import type { BreadcrumbItem } from 'commons/components/app/hooks/useAppSitemap';
|
|
2
|
+
import type { AppConfigs, AppLayoutMode, AppLeftNavElement, AppSwitcherItem } from '@cccsaurora/howler-ui/commons/components/app/AppConfigs';
|
|
3
|
+
import type { ItemComponentProps } from '@cccsaurora/howler-ui/commons/components/app/AppNotificationService';
|
|
4
|
+
import type { AppSearchItem, AppSearchMode, AppSearchService } from '@cccsaurora/howler-ui/commons/components/app/AppSearchService';
|
|
5
|
+
import type { AppUser, AppUserService } from '@cccsaurora/howler-ui/commons/components/app/AppUserService';
|
|
6
|
+
import type { BreadcrumbItem } from '@cccsaurora/howler-ui/commons/components/app/hooks/useAppSitemap';
|
|
7
7
|
import { type ReactElement } from 'react';
|
|
8
8
|
export type AppContextType = {
|
|
9
9
|
configs: AppConfigs;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AppLeftNavConfigs, AppPreferenceConfigs, AppSiteMapConfigs, AppThemeConfigs, AppTopNavConfigs } from 'commons/components/app/AppConfigs';
|
|
1
|
+
import type { AppLeftNavConfigs, AppPreferenceConfigs, AppSiteMapConfigs, AppThemeConfigs, AppTopNavConfigs } from '@cccsaurora/howler-ui/commons/components/app/AppConfigs';
|
|
2
2
|
export declare const AppDefaultsPreferencesConfigs: AppPreferenceConfigs;
|
|
3
3
|
export declare const AppDefaultsLeftNavConfigs: AppLeftNavConfigs;
|
|
4
4
|
export declare const AppDefaultsTopNavConfigs: AppTopNavConfigs;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import type { AppPreferenceConfigs, AppSiteMapConfigs, AppThemeConfigs } from 'commons/components/app/AppConfigs';
|
|
2
|
-
import { type AppNotificationService } from 'commons/components/app/AppContexts';
|
|
3
|
-
import type { AppSearchService } from 'commons/components/app/AppSearchService';
|
|
4
|
-
import type { AppUser, AppUserService } from 'commons/components/app/AppUserService';
|
|
1
|
+
import type { AppPreferenceConfigs, AppSiteMapConfigs, AppThemeConfigs } from '@cccsaurora/howler-ui/commons/components/app/AppConfigs';
|
|
2
|
+
import { type AppNotificationService } from '@cccsaurora/howler-ui/commons/components/app/AppContexts';
|
|
3
|
+
import type { AppSearchService } from '@cccsaurora/howler-ui/commons/components/app/AppSearchService';
|
|
4
|
+
import type { AppUser, AppUserService } from '@cccsaurora/howler-ui/commons/components/app/AppUserService';
|
|
5
5
|
import { type ReactNode } from 'react';
|
|
6
6
|
export type AppProviderProps<U extends AppUser> = {
|
|
7
7
|
preferences?: AppPreferenceConfigs;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import { StyledEngineProvider, ThemeProvider, useMediaQuery } from '@mui/material';
|
|
3
|
-
import { AppStorageKeys } from 'commons/components/app/AppConstants';
|
|
4
|
-
import { AppContext } from 'commons/components/app/AppContexts';
|
|
5
|
-
import { AppDefaultsPreferencesConfigs } from 'commons/components/app/AppDefaults';
|
|
6
|
-
import AppBarProvider from 'commons/components/app/providers/AppBarProvider';
|
|
7
|
-
import AppLayoutProvider from 'commons/components/app/providers/AppLayoutProvider';
|
|
8
|
-
import AppLeftNavProvider from 'commons/components/app/providers/AppLeftNavProvider';
|
|
9
|
-
import AppSnackbarProvider from 'commons/components/app/providers/AppSnackbarProvider';
|
|
10
|
-
import AppUserProvider from 'commons/components/app/providers/AppUserProvider';
|
|
11
|
-
import useLocalStorageItem from 'commons/components/utils/hooks/useLocalStorageItem';
|
|
12
|
-
import useThemeBuilder from 'commons/components/utils/hooks/useThemeBuilder';
|
|
3
|
+
import { AppStorageKeys } from '@cccsaurora/howler-ui/commons/components/app/AppConstants';
|
|
4
|
+
import { AppContext } from '@cccsaurora/howler-ui/commons/components/app/AppContexts';
|
|
5
|
+
import { AppDefaultsPreferencesConfigs } from '@cccsaurora/howler-ui/commons/components/app/AppDefaults';
|
|
6
|
+
import AppBarProvider from '@cccsaurora/howler-ui/commons/components/app/providers/AppBarProvider';
|
|
7
|
+
import AppLayoutProvider from '@cccsaurora/howler-ui/commons/components/app/providers/AppLayoutProvider';
|
|
8
|
+
import AppLeftNavProvider from '@cccsaurora/howler-ui/commons/components/app/providers/AppLeftNavProvider';
|
|
9
|
+
import AppSnackbarProvider from '@cccsaurora/howler-ui/commons/components/app/providers/AppSnackbarProvider';
|
|
10
|
+
import AppUserProvider from '@cccsaurora/howler-ui/commons/components/app/providers/AppUserProvider';
|
|
11
|
+
import useLocalStorageItem from '@cccsaurora/howler-ui/commons/components/utils/hooks/useLocalStorageItem';
|
|
12
|
+
import useThemeBuilder from '@cccsaurora/howler-ui/commons/components/utils/hooks/useThemeBuilder';
|
|
13
13
|
import i18n from 'i18n';
|
|
14
14
|
import { useCallback, useMemo } from 'react';
|
|
15
15
|
const { LS_KEY_DARK_MODE } = AppStorageKeys;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AppSearchServiceState } from 'commons/components/app/AppContexts';
|
|
1
|
+
import type { AppSearchServiceState } from '@cccsaurora/howler-ui/commons/components/app/AppContexts';
|
|
2
2
|
import type { ReactElement } from 'react';
|
|
3
3
|
export type AppSearchMode = 'inline' | 'fullscreen';
|
|
4
4
|
export type AppSearchItem<T = any> = {
|