@cccsaurora/howler-ui 2.12.0-dev.33 → 2.12.0-dev.35

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.
Files changed (488) hide show
  1. package/api/action/execute.d.ts +1 -1
  2. package/api/action/execute.js +2 -2
  3. package/api/action/index.d.ts +3 -3
  4. package/api/action/index.js +4 -4
  5. package/api/action/operations.d.ts +1 -1
  6. package/api/action/operations.js +2 -2
  7. package/api/analytic/comments/index.d.ts +2 -2
  8. package/api/analytic/comments/index.js +2 -2
  9. package/api/analytic/comments/react.js +2 -2
  10. package/api/analytic/favourite.js +2 -2
  11. package/api/analytic/index.d.ts +6 -6
  12. package/api/analytic/index.js +6 -6
  13. package/api/analytic/notebooks/index.d.ts +1 -1
  14. package/api/analytic/notebooks/index.js +2 -2
  15. package/api/analytic/owner.d.ts +1 -1
  16. package/api/analytic/owner.js +2 -2
  17. package/api/analytic/rules.d.ts +1 -1
  18. package/api/analytic/rules.js +2 -2
  19. package/api/auth/apikey.js +3 -3
  20. package/api/auth/index.d.ts +2 -2
  21. package/api/auth/index.js +3 -3
  22. package/api/auth/login.js +3 -3
  23. package/api/configs/index.d.ts +1 -1
  24. package/api/configs/index.js +1 -1
  25. package/api/dossier/hit.d.ts +1 -1
  26. package/api/dossier/hit.js +1 -1
  27. package/api/dossier/index.d.ts +1 -1
  28. package/api/dossier/index.js +1 -1
  29. package/api/help.js +1 -1
  30. package/api/hit/assign.d.ts +1 -1
  31. package/api/hit/assign.js +2 -2
  32. package/api/hit/comments/index.d.ts +2 -2
  33. package/api/hit/comments/index.js +2 -2
  34. package/api/hit/comments/react.js +2 -2
  35. package/api/hit/index.d.ts +6 -6
  36. package/api/hit/index.js +6 -6
  37. package/api/hit/labels.d.ts +2 -2
  38. package/api/hit/labels.js +2 -2
  39. package/api/hit/overwrite.d.ts +1 -1
  40. package/api/hit/overwrite.js +2 -2
  41. package/api/hit/transition.d.ts +2 -2
  42. package/api/hit/transition.js +2 -2
  43. package/api/index.d.ts +13 -13
  44. package/api/index.js +18 -18
  45. package/api/notebook/environments.js +2 -2
  46. package/api/notebook/index.d.ts +3 -3
  47. package/api/notebook/index.js +2 -2
  48. package/api/overview/index.d.ts +1 -1
  49. package/api/overview/index.js +1 -1
  50. package/api/search/action.d.ts +2 -2
  51. package/api/search/action.js +2 -2
  52. package/api/search/analytic.d.ts +2 -2
  53. package/api/search/analytic.js +2 -2
  54. package/api/search/count/hit.d.ts +1 -1
  55. package/api/search/count/hit.js +2 -2
  56. package/api/search/count/index.d.ts +1 -1
  57. package/api/search/count/index.js +3 -3
  58. package/api/search/dossier.d.ts +2 -2
  59. package/api/search/dossier.js +2 -2
  60. package/api/search/eql/hit.d.ts +2 -2
  61. package/api/search/eql/hit.js +2 -2
  62. package/api/search/facet/hit.d.ts +1 -1
  63. package/api/search/facet/hit.js +2 -2
  64. package/api/search/facet/index.d.ts +1 -1
  65. package/api/search/facet/index.js +3 -3
  66. package/api/search/fields/hit.d.ts +1 -1
  67. package/api/search/fields/hit.js +2 -2
  68. package/api/search/fields/index.d.ts +2 -2
  69. package/api/search/fields/index.js +4 -4
  70. package/api/search/fields/user.d.ts +1 -1
  71. package/api/search/fields/user.js +3 -3
  72. package/api/search/grouped/hit.d.ts +2 -2
  73. package/api/search/grouped/hit.js +2 -2
  74. package/api/search/grouped/index.d.ts +2 -2
  75. package/api/search/grouped/index.js +4 -4
  76. package/api/search/grouped/user.d.ts +2 -2
  77. package/api/search/grouped/user.js +2 -2
  78. package/api/search/histogram/hit.d.ts +1 -1
  79. package/api/search/histogram/hit.js +2 -2
  80. package/api/search/histogram/index.d.ts +1 -1
  81. package/api/search/histogram/index.js +3 -3
  82. package/api/search/hit.d.ts +4 -4
  83. package/api/search/hit.js +4 -4
  84. package/api/search/index.d.ts +13 -13
  85. package/api/search/index.js +14 -14
  86. package/api/search/overview.d.ts +2 -2
  87. package/api/search/overview.js +2 -2
  88. package/api/search/sigma/hit.d.ts +2 -2
  89. package/api/search/sigma/hit.js +2 -2
  90. package/api/search/template.d.ts +2 -2
  91. package/api/search/template.js +2 -2
  92. package/api/search/user.d.ts +2 -2
  93. package/api/search/user.js +2 -2
  94. package/api/search/view.d.ts +2 -2
  95. package/api/search/view.js +2 -2
  96. package/api/template/index.d.ts +1 -1
  97. package/api/template/index.js +1 -1
  98. package/api/user/avatar/index.js +2 -2
  99. package/api/user/groups.js +2 -2
  100. package/api/user/index.d.ts +4 -4
  101. package/api/user/index.js +4 -4
  102. package/api/user/whoami.d.ts +1 -1
  103. package/api/user/whoami.js +2 -2
  104. package/api/view/favourite.js +2 -2
  105. package/api/view/index.d.ts +2 -2
  106. package/api/view/index.js +2 -2
  107. package/commons/components/app/AppConfigs.d.ts +3 -3
  108. package/commons/components/app/AppContexts.d.ts +5 -5
  109. package/commons/components/app/AppDefaults.d.ts +1 -1
  110. package/commons/components/app/AppNotificationService.d.ts +1 -1
  111. package/commons/components/app/AppProvider.d.ts +4 -4
  112. package/commons/components/app/AppProvider.js +10 -10
  113. package/commons/components/app/AppSearchService.d.ts +1 -1
  114. package/commons/components/app/AppSkeleton.js +3 -3
  115. package/commons/components/app/hooks/index.d.ts +18 -18
  116. package/commons/components/app/hooks/index.js +18 -18
  117. package/commons/components/app/hooks/useApp.js +1 -1
  118. package/commons/components/app/hooks/useAppBanner.js +1 -1
  119. package/commons/components/app/hooks/useAppBar.js +1 -1
  120. package/commons/components/app/hooks/useAppBreadcrumbs.js +1 -1
  121. package/commons/components/app/hooks/useAppConfigs.js +2 -2
  122. package/commons/components/app/hooks/useAppLanguage.js +1 -1
  123. package/commons/components/app/hooks/useAppLayout.js +1 -1
  124. package/commons/components/app/hooks/useAppLeftNav.js +1 -1
  125. package/commons/components/app/hooks/useAppLogo.js +2 -2
  126. package/commons/components/app/hooks/useAppNotification.js +1 -1
  127. package/commons/components/app/hooks/useAppQuickSearch.js +1 -1
  128. package/commons/components/app/hooks/useAppSearchService.d.ts +1 -1
  129. package/commons/components/app/hooks/useAppSearchService.js +1 -1
  130. package/commons/components/app/hooks/useAppSitemap.d.ts +1 -1
  131. package/commons/components/app/hooks/useAppSitemap.js +1 -1
  132. package/commons/components/app/hooks/useAppSwitcher.js +1 -1
  133. package/commons/components/app/hooks/useAppTheme.js +1 -1
  134. package/commons/components/app/hooks/useAppUser.d.ts +1 -1
  135. package/commons/components/app/hooks/useAppUser.js +1 -1
  136. package/commons/components/app/providers/AppBarProvider.d.ts +2 -2
  137. package/commons/components/app/providers/AppBarProvider.js +8 -8
  138. package/commons/components/app/providers/AppBreadcrumbsProvider.js +5 -5
  139. package/commons/components/app/providers/AppLayoutProvider.js +7 -7
  140. package/commons/components/app/providers/AppLeftNavProvider.js +5 -5
  141. package/commons/components/app/providers/AppNotificationProvider.d.ts +1 -1
  142. package/commons/components/app/providers/AppNotificationProvider.js +1 -1
  143. package/commons/components/app/providers/AppQuickSearchProvider.d.ts +1 -1
  144. package/commons/components/app/providers/AppQuickSearchProvider.js +6 -6
  145. package/commons/components/app/providers/AppSearchServiceProvider.d.ts +1 -1
  146. package/commons/components/app/providers/AppSearchServiceProvider.js +2 -2
  147. package/commons/components/app/providers/AppSwitcherProvider.js +2 -2
  148. package/commons/components/app/providers/AppUserProvider.d.ts +1 -1
  149. package/commons/components/app/providers/AppUserProvider.js +1 -1
  150. package/commons/components/breadcrumbs/BreadcrumbIcon.d.ts +1 -1
  151. package/commons/components/breadcrumbs/BreadcrumbIcon.js +1 -1
  152. package/commons/components/breadcrumbs/BreadcrumbLastItem.d.ts +1 -1
  153. package/commons/components/breadcrumbs/BreadcrumbLastItem.js +2 -2
  154. package/commons/components/breadcrumbs/BreadcrumbLinkItem.d.ts +1 -1
  155. package/commons/components/breadcrumbs/BreadcrumbLinkItem.js +2 -2
  156. package/commons/components/breadcrumbs/BreadcrumbList.d.ts +1 -1
  157. package/commons/components/breadcrumbs/BreadcrumbList.js +3 -3
  158. package/commons/components/breadcrumbs/Breadcrumbs.js +2 -2
  159. package/commons/components/display/AppAvatar.js +1 -1
  160. package/commons/components/display/AppListEmpty.d.ts +1 -1
  161. package/commons/components/display/AppListEmpty.js +1 -1
  162. package/commons/components/display/AppToc.js +3 -3
  163. package/commons/components/display/hooks/useAppColor.js +1 -1
  164. package/commons/components/leftnav/LeftNavDrawer.js +3 -3
  165. package/commons/components/leftnav/LeftNavGroup.d.ts +1 -1
  166. package/commons/components/leftnav/LeftNavGroup.js +2 -2
  167. package/commons/components/leftnav/LeftNavItem.d.ts +1 -1
  168. package/commons/components/leftnav/LeftNavItem.js +1 -1
  169. package/commons/components/notification/Notification.js +4 -4
  170. package/commons/components/notification/elements/NotificationCloseButton.d.ts +1 -1
  171. package/commons/components/notification/elements/NotificationCloseButton.js +1 -1
  172. package/commons/components/notification/elements/NotificationContainer.d.ts +2 -2
  173. package/commons/components/notification/elements/NotificationContainer.js +5 -5
  174. package/commons/components/notification/elements/NotificationEndOfPage.js +1 -1
  175. package/commons/components/notification/elements/NotificationItems.d.ts +2 -2
  176. package/commons/components/notification/elements/NotificationItems.js +2 -2
  177. package/commons/components/notification/elements/item/NotificationItem.d.ts +1 -1
  178. package/commons/components/notification/elements/item/NotificationItem.js +6 -6
  179. package/commons/components/notification/elements/item/NotificationItemAuthor.d.ts +1 -1
  180. package/commons/components/notification/elements/item/NotificationItemContent.d.ts +1 -1
  181. package/commons/components/notification/elements/item/NotificationItemContent.js +1 -1
  182. package/commons/components/notification/elements/item/NotificationItemDate.d.ts +1 -1
  183. package/commons/components/notification/elements/item/NotificationItemDate.js +1 -1
  184. package/commons/components/notification/elements/item/NotificationItemTitle.d.ts +1 -1
  185. package/commons/components/notification/elements/item/NotificationItemTitle.js +1 -1
  186. package/commons/components/notification/index.d.ts +2 -2
  187. package/commons/components/notification/index.js +2 -2
  188. package/commons/components/pages/PageCenter.d.ts +1 -1
  189. package/commons/components/pages/PageCenter.js +2 -2
  190. package/commons/components/pages/PageContent.d.ts +1 -1
  191. package/commons/components/pages/PageContent.js +1 -1
  192. package/commons/components/pages/PageFullScreen.js +3 -3
  193. package/commons/components/pages/PageFullWidth.js +1 -1
  194. package/commons/components/pages/PageHeader.js +1 -1
  195. package/commons/components/search/AppSearch.js +4 -4
  196. package/commons/components/search/AppSearchResult.js +3 -3
  197. package/commons/components/topnav/AppBar.js +9 -9
  198. package/commons/components/topnav/AppName.js +1 -1
  199. package/commons/components/topnav/AppSwitcher.js +1 -1
  200. package/commons/components/topnav/Notifications.js +2 -2
  201. package/commons/components/topnav/ThemeSelection.js +3 -3
  202. package/commons/components/topnav/ThemeSelectionIcon.js +2 -2
  203. package/commons/components/topnav/UserProfile.d.ts +1 -1
  204. package/commons/components/topnav/UserProfile.js +3 -3
  205. package/commons/components/utils/hooks/useLocalStorageItem.js +1 -1
  206. package/commons/components/utils/hooks/useThemeBuilder.d.ts +1 -1
  207. package/commons/components/utils/hooks/useThemeBuilder.js +1 -1
  208. package/components/app/App.js +51 -51
  209. package/components/app/AppContainer.js +1 -1
  210. package/components/app/drawers/ApiKeyDrawer.js +5 -5
  211. package/components/app/drawers/AssignUserDrawer.js +5 -5
  212. package/components/app/drawers/ViewGroupsDrawer.d.ts +1 -1
  213. package/components/app/hooks/useTitle.js +2 -2
  214. package/components/app/providers/AnalyticProvider.d.ts +1 -1
  215. package/components/app/providers/AnalyticProvider.js +3 -3
  216. package/components/app/providers/ApiConfigProvider.d.ts +1 -1
  217. package/components/app/providers/AppDrawerProvider.js +1 -1
  218. package/components/app/providers/AvatarProvider.js +2 -2
  219. package/components/app/providers/CustomPluginProvider.js +1 -1
  220. package/components/app/providers/DossierProvider.d.ts +1 -1
  221. package/components/app/providers/DossierProvider.js +3 -3
  222. package/components/app/providers/FavouritesProvider.js +1 -1
  223. package/components/app/providers/FieldProvider.d.ts +1 -1
  224. package/components/app/providers/FieldProvider.js +2 -2
  225. package/components/app/providers/HitProvider.d.ts +1 -1
  226. package/components/app/providers/HitProvider.js +2 -2
  227. package/components/app/providers/HitSearchProvider.d.ts +3 -3
  228. package/components/app/providers/HitSearchProvider.js +7 -7
  229. package/components/app/providers/LocalStorageProvider.d.ts +1 -1
  230. package/components/app/providers/LocalStorageProvider.js +2 -2
  231. package/components/app/providers/OverviewProvider.d.ts +2 -2
  232. package/components/app/providers/OverviewProvider.js +1 -1
  233. package/components/app/providers/ParameterProvider.js +1 -1
  234. package/components/app/providers/SocketProvider.js +5 -5
  235. package/components/app/providers/TemplateProvider.d.ts +2 -2
  236. package/components/app/providers/TemplateProvider.js +2 -2
  237. package/components/app/providers/UserListProvider.d.ts +1 -1
  238. package/components/app/providers/UserListProvider.js +2 -2
  239. package/components/app/providers/ViewProvider.d.ts +1 -1
  240. package/components/app/providers/ViewProvider.js +5 -5
  241. package/components/elements/Comment.d.ts +3 -3
  242. package/components/elements/Comment.js +4 -4
  243. package/components/elements/EditRow.js +1 -1
  244. package/components/elements/PluginChip.js +1 -1
  245. package/components/elements/PluginTypography.js +1 -1
  246. package/components/elements/ThemedEditor.js +2 -2
  247. package/components/elements/UserList.js +1 -1
  248. package/components/elements/addons/layout/FlexPort.js +1 -1
  249. package/components/elements/addons/layout/FlexVertical.d.ts +1 -1
  250. package/components/elements/addons/layout/FlexVertical.js +1 -1
  251. package/components/elements/addons/layout/vsbox/VSBox.js +1 -1
  252. package/components/elements/addons/lists/TuiList.js +1 -1
  253. package/components/elements/addons/lists/TuiListBase.js +2 -2
  254. package/components/elements/addons/lists/hooks/useTuiListKeyboard.js +2 -2
  255. package/components/elements/addons/lists/table/TuiTable.js +1 -1
  256. package/components/elements/addons/lists/table/TuiTableBody.js +1 -1
  257. package/components/elements/addons/lists/table/TuiTableHead.js +1 -1
  258. package/components/elements/addons/search/phrase/Phrase.d.ts +1 -1
  259. package/components/elements/addons/search/phrase/Phrase.js +1 -1
  260. package/components/elements/display/Classification.js +1 -1
  261. package/components/elements/display/HandlebarsMarkdown.js +2 -2
  262. package/components/elements/display/HowlerAvatar.js +3 -3
  263. package/components/elements/display/HowlerAvatarHeader.d.ts +1 -1
  264. package/components/elements/display/ItemManager.d.ts +2 -2
  265. package/components/elements/display/ItemManager.js +5 -5
  266. package/components/elements/display/Markdown.js +1 -1
  267. package/components/elements/display/Modal.js +1 -1
  268. package/components/elements/display/UserPageWrapper.d.ts +1 -1
  269. package/components/elements/display/UserPageWrapper.js +1 -1
  270. package/components/elements/display/features/DevelopmentBanner.js +2 -2
  271. package/components/elements/display/features/DevelopmentIcon.js +2 -2
  272. package/components/elements/display/handlebars/helpers.js +4 -4
  273. package/components/elements/display/icons/BundleButton.js +1 -1
  274. package/components/elements/display/icons/SocketBadge.js +1 -1
  275. package/components/elements/display/json/JSONViewer.js +4 -4
  276. package/components/elements/display/json/worker.js +1 -1
  277. package/components/elements/display/modals/ConfirmDeleteModal.js +1 -1
  278. package/components/elements/display/modals/ConfirmNotebookModal.js +1 -1
  279. package/components/elements/display/modals/CreateActionModal.js +3 -3
  280. package/components/elements/display/modals/RationaleModal.js +2 -2
  281. package/components/elements/hit/HitActions.d.ts +1 -1
  282. package/components/elements/hit/HitActions.js +11 -11
  283. package/components/elements/hit/HitBanner.d.ts +1 -1
  284. package/components/elements/hit/HitBanner.js +5 -5
  285. package/components/elements/hit/HitBannerTooltip.d.ts +1 -1
  286. package/components/elements/hit/HitCard.js +2 -2
  287. package/components/elements/hit/HitComments.d.ts +2 -2
  288. package/components/elements/hit/HitComments.js +7 -7
  289. package/components/elements/hit/HitDetails.d.ts +1 -1
  290. package/components/elements/hit/HitDetails.js +1 -1
  291. package/components/elements/hit/HitLabels.d.ts +1 -1
  292. package/components/elements/hit/HitLabels.js +4 -4
  293. package/components/elements/hit/HitNotebooks.d.ts +2 -2
  294. package/components/elements/hit/HitNotebooks.js +6 -6
  295. package/components/elements/hit/HitOutline.d.ts +1 -1
  296. package/components/elements/hit/HitOutline.js +1 -1
  297. package/components/elements/hit/HitOverview.d.ts +1 -1
  298. package/components/elements/hit/HitOverview.js +2 -2
  299. package/components/elements/hit/HitQuickSearch.d.ts +2 -2
  300. package/components/elements/hit/HitQuickSearch.js +2 -2
  301. package/components/elements/hit/HitRelated.d.ts +1 -1
  302. package/components/elements/hit/HitSummary.d.ts +2 -2
  303. package/components/elements/hit/HitSummary.js +10 -10
  304. package/components/elements/hit/HitWorklog.d.ts +2 -2
  305. package/components/elements/hit/HitWorklog.js +4 -4
  306. package/components/elements/hit/actions/DropdownActions.js +1 -1
  307. package/components/elements/hit/aggregate/HitGraph.js +8 -8
  308. package/components/elements/hit/elements/Assigned.d.ts +1 -1
  309. package/components/elements/hit/elements/Assigned.js +2 -2
  310. package/components/elements/hit/elements/EscalationChip.d.ts +1 -1
  311. package/components/elements/hit/elements/EscalationChip.js +1 -1
  312. package/components/elements/hit/elements/HitTimestamp.d.ts +1 -1
  313. package/components/elements/hit/elements/HitTimestamp.js +2 -2
  314. package/components/elements/hit/outlines/DefaultOutline.d.ts +2 -2
  315. package/components/elements/hit/outlines/DefaultOutline.js +2 -2
  316. package/components/elements/hit/outlines/al/AssemblyLineRules.d.ts +1 -1
  317. package/components/elements/hit/related/PivotLink.d.ts +2 -2
  318. package/components/elements/hit/related/PivotLink.js +1 -1
  319. package/components/elements/hit/related/RelatedLink.js +3 -3
  320. package/components/elements/view/ViewTitle.js +1 -1
  321. package/components/hooks/useHitActions.d.ts +2 -2
  322. package/components/hooks/useHitActions.js +8 -8
  323. package/components/hooks/useHitSelection.d.ts +2 -2
  324. package/components/hooks/useHitSelection.js +4 -4
  325. package/components/hooks/useMyApi.js +1 -1
  326. package/components/hooks/useMyLocalStorage.d.ts +2 -2
  327. package/components/hooks/useMyLocalStorage.js +4 -4
  328. package/components/hooks/useMyPreferences.d.ts +1 -1
  329. package/components/hooks/useMyPreferences.js +3 -3
  330. package/components/hooks/useMySearch.d.ts +2 -2
  331. package/components/hooks/useMySearch.js +4 -4
  332. package/components/hooks/useMySitemap.d.ts +1 -1
  333. package/components/hooks/useMyTheme.d.ts +1 -1
  334. package/components/hooks/useMyUser.d.ts +2 -2
  335. package/components/hooks/useMyUserFunctions.d.ts +1 -1
  336. package/components/hooks/useMyUserFunctions.js +13 -13
  337. package/components/hooks/useMyUserList.js +1 -1
  338. package/components/hooks/useMyUtils.js +1 -1
  339. package/components/logins/Login.js +4 -4
  340. package/components/logins/auth/OAuthLogin.js +3 -3
  341. package/components/logins/hooks/useLogin.d.ts +1 -1
  342. package/components/logins/hooks/useLogin.js +9 -9
  343. package/components/routes/404.js +1 -1
  344. package/components/routes/ErrorOccured.js +2 -2
  345. package/components/routes/Logout.js +3 -3
  346. package/components/routes/action/edit/ActionEditor.d.ts +2 -2
  347. package/components/routes/action/edit/ActionEditor.js +9 -9
  348. package/components/routes/action/shared/ActionReportDisplay.d.ts +1 -1
  349. package/components/routes/action/shared/ActionReportDisplay.js +1 -1
  350. package/components/routes/action/shared/OperationEntry.d.ts +2 -2
  351. package/components/routes/action/shared/OperationEntry.js +2 -2
  352. package/components/routes/action/shared/OperationStep.d.ts +1 -1
  353. package/components/routes/action/shared/OperationStep.js +5 -5
  354. package/components/routes/action/useMyActionFunctions.d.ts +4 -4
  355. package/components/routes/action/useMyActionFunctions.js +4 -4
  356. package/components/routes/action/view/ActionDetails.js +9 -9
  357. package/components/routes/action/view/ActionSearch.js +11 -11
  358. package/components/routes/action/view/Integrations.js +2 -2
  359. package/components/routes/admin/users/UserEditor.js +7 -7
  360. package/components/routes/admin/users/UserSearch.js +15 -15
  361. package/components/routes/advanced/QueryBuilder.js +10 -10
  362. package/components/routes/advanced/QueryEditor.js +3 -3
  363. package/components/routes/advanced/RuleModal.js +9 -9
  364. package/components/routes/advanced/eqlCompletionProvider.js +1 -1
  365. package/components/routes/advanced/historyCompletionProvider.js +2 -2
  366. package/components/routes/advanced/luceneCompletionProvider.js +3 -3
  367. package/components/routes/advanced/yamlCompletionProvider.js +1 -1
  368. package/components/routes/analytics/AnalyticComments.d.ts +1 -1
  369. package/components/routes/analytics/AnalyticComments.js +8 -8
  370. package/components/routes/analytics/AnalyticDetails.js +10 -10
  371. package/components/routes/analytics/AnalyticHitComments.d.ts +1 -1
  372. package/components/routes/analytics/AnalyticHitComments.js +6 -6
  373. package/components/routes/analytics/AnalyticNotebooks.d.ts +1 -1
  374. package/components/routes/analytics/AnalyticNotebooks.js +7 -7
  375. package/components/routes/analytics/AnalyticOverview.d.ts +1 -1
  376. package/components/routes/analytics/AnalyticOverview.js +5 -5
  377. package/components/routes/analytics/AnalyticOverviews.d.ts +1 -1
  378. package/components/routes/analytics/AnalyticOverviews.js +2 -2
  379. package/components/routes/analytics/AnalyticSearch.js +13 -13
  380. package/components/routes/analytics/AnalyticTemplates.d.ts +1 -1
  381. package/components/routes/analytics/AnalyticTemplates.js +2 -2
  382. package/components/routes/analytics/RuleView.d.ts +1 -1
  383. package/components/routes/analytics/RuleView.js +3 -3
  384. package/components/routes/analytics/TriageSettings.d.ts +1 -1
  385. package/components/routes/analytics/TriageSettings.js +4 -4
  386. package/components/routes/analytics/widgets/Assessment.d.ts +1 -1
  387. package/components/routes/analytics/widgets/Assessment.js +3 -3
  388. package/components/routes/analytics/widgets/Created.d.ts +1 -1
  389. package/components/routes/analytics/widgets/Created.js +3 -3
  390. package/components/routes/analytics/widgets/Detection.d.ts +1 -1
  391. package/components/routes/analytics/widgets/Detection.js +1 -1
  392. package/components/routes/analytics/widgets/Escalation.d.ts +1 -1
  393. package/components/routes/analytics/widgets/Escalation.js +3 -3
  394. package/components/routes/analytics/widgets/Stacked.d.ts +1 -1
  395. package/components/routes/analytics/widgets/Stacked.js +2 -2
  396. package/components/routes/analytics/widgets/Status.d.ts +1 -1
  397. package/components/routes/analytics/widgets/Status.js +1 -1
  398. package/components/routes/dossiers/DossierCard.d.ts +1 -1
  399. package/components/routes/dossiers/DossierCard.js +2 -2
  400. package/components/routes/dossiers/DossierEditor.js +4 -4
  401. package/components/routes/dossiers/Dossiers.js +8 -8
  402. package/components/routes/dossiers/LeadEditor.d.ts +1 -1
  403. package/components/routes/dossiers/LeadEditor.js +2 -2
  404. package/components/routes/dossiers/LeadForm.d.ts +1 -1
  405. package/components/routes/dossiers/PivotForm.d.ts +2 -2
  406. package/components/routes/dossiers/PivotForm.js +2 -2
  407. package/components/routes/help/ActionDocumentation.js +3 -3
  408. package/components/routes/help/ActionIntroductionDocumentation.js +5 -5
  409. package/components/routes/help/ApiDocumentation.js +10 -10
  410. package/components/routes/help/AuthDocumentation.js +3 -3
  411. package/components/routes/help/BundleDocumentation.js +1 -1
  412. package/components/routes/help/ClientDocumentation.js +3 -3
  413. package/components/routes/help/Help.js +4 -4
  414. package/components/routes/help/HitBannerDocumentation.js +4 -4
  415. package/components/routes/help/HitDocumentation.js +2 -2
  416. package/components/routes/help/HitLabelsDocumentation.js +1 -1
  417. package/components/routes/help/HitLinksDocumentation.js +2 -2
  418. package/components/routes/help/HitSchemaDocumentation.js +3 -3
  419. package/components/routes/help/NotebookDocumentation.js +3 -3
  420. package/components/routes/help/OverviewDocumentation.js +3 -3
  421. package/components/routes/help/RetentionDocumentation.js +7 -7
  422. package/components/routes/help/SearchDocumentation.js +4 -4
  423. package/components/routes/help/TemplateDocumentation.js +5 -5
  424. package/components/routes/help/ViewDocumentation.js +3 -3
  425. package/components/routes/hits/search/BundleParentMenu.d.ts +1 -1
  426. package/components/routes/hits/search/BundleParentMenu.js +4 -4
  427. package/components/routes/hits/search/BundleScroller.js +1 -1
  428. package/components/routes/hits/search/CustomSort.js +2 -2
  429. package/components/routes/hits/search/HitBrowser.js +10 -10
  430. package/components/routes/hits/search/HitContextMenu.js +9 -9
  431. package/components/routes/hits/search/HitQuery.js +5 -5
  432. package/components/routes/hits/search/InformationPane.js +33 -33
  433. package/components/routes/hits/search/SearchPane.js +21 -21
  434. package/components/routes/hits/search/ViewLink.js +3 -3
  435. package/components/routes/hits/search/grid/AddColumnModal.js +3 -3
  436. package/components/routes/hits/search/grid/EnchancedCell.js +1 -1
  437. package/components/routes/hits/search/grid/HitGrid.js +12 -12
  438. package/components/routes/hits/search/grid/HitRow.d.ts +1 -1
  439. package/components/routes/hits/search/grid/HitRow.js +8 -8
  440. package/components/routes/hits/search/shared/CustomSpan.js +1 -1
  441. package/components/routes/hits/search/shared/HitFilter.js +4 -4
  442. package/components/routes/hits/search/shared/HitSort.js +2 -2
  443. package/components/routes/hits/search/shared/QuerySettings.js +2 -2
  444. package/components/routes/hits/search/shared/SearchSpan.js +3 -3
  445. package/components/routes/hits/view/HitViewer.js +29 -29
  446. package/components/routes/hits/view/LeadRenderer.d.ts +2 -2
  447. package/components/routes/hits/view/LeadRenderer.js +1 -1
  448. package/components/routes/home/AddNewCard.d.ts +1 -1
  449. package/components/routes/home/AddNewCard.js +3 -3
  450. package/components/routes/home/AnalyticCard.js +2 -2
  451. package/components/routes/home/ViewCard.js +6 -6
  452. package/components/routes/home/index.js +8 -8
  453. package/components/routes/overviews/OverviewCard.d.ts +1 -1
  454. package/components/routes/overviews/OverviewCard.js +2 -2
  455. package/components/routes/overviews/OverviewEditor.js +2 -2
  456. package/components/routes/overviews/OverviewViewer.js +9 -9
  457. package/components/routes/overviews/Overviews.js +8 -8
  458. package/components/routes/overviews/startingTemplate.js +1 -1
  459. package/components/routes/settings/AdminSection.js +1 -1
  460. package/components/routes/settings/LocalSection.js +4 -4
  461. package/components/routes/settings/ProfileSection.d.ts +1 -1
  462. package/components/routes/settings/ProfileSection.js +3 -3
  463. package/components/routes/settings/SecuritySection.d.ts +1 -1
  464. package/components/routes/settings/SecuritySection.js +8 -8
  465. package/components/routes/settings/Settings.js +5 -5
  466. package/components/routes/templates/TemplateCard.d.ts +1 -1
  467. package/components/routes/templates/TemplateEditor.d.ts +1 -1
  468. package/components/routes/templates/TemplateEditor.js +4 -4
  469. package/components/routes/templates/TemplateViewer.js +10 -10
  470. package/components/routes/templates/Templates.js +9 -9
  471. package/components/routes/views/ViewComposer.js +19 -19
  472. package/components/routes/views/Views.js +13 -13
  473. package/i18n.js +6 -6
  474. package/index.js +2 -2
  475. package/models/entities/HowlerUser.d.ts +1 -1
  476. package/models/socket/HitUpdate.d.ts +1 -1
  477. package/package.json +31 -1
  478. package/plugins/HowlerPlugin.d.ts +11 -11
  479. package/plugins/store.d.ts +1 -1
  480. package/rest/AxiosClient.d.ts +2 -2
  481. package/rest/AxiosClient.js +1 -1
  482. package/rest/FetchClient.d.ts +2 -2
  483. package/rest/index.d.ts +1 -1
  484. package/utils/actionUtils.d.ts +2 -2
  485. package/utils/hitFunctions.d.ts +1 -1
  486. package/utils/localStorage.d.ts +1 -1
  487. package/utils/sessionStorage.js +1 -1
  488. package/utils/socketUtils.d.ts +2 -2
@@ -1,11 +1,11 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import { Skeleton, useTheme } from '@mui/material';
3
- import api from 'api';
3
+ import api from '@cccsaurora/howler-ui/api';
4
4
  import 'chartjs-adapter-moment';
5
- import useMyChart from 'components/hooks/useMyChart';
5
+ import useMyChart from '@cccsaurora/howler-ui/components/hooks/useMyChart';
6
6
  import { forwardRef, useEffect, useMemo, useState } from 'react';
7
7
  import { Doughnut } from 'react-chartjs-2';
8
- import { ESCALATION_COLORS } from 'utils/constants';
8
+ import { ESCALATION_COLORS } from '@cccsaurora/howler-ui/utils/constants';
9
9
  const Escalation = forwardRef(({ analytic, maxWidth = '45%' }, ref) => {
10
10
  const theme = useTheme();
11
11
  const { doughnut } = useMyChart();
@@ -1,5 +1,5 @@
1
1
  import 'chartjs-adapter-moment';
2
- import type { Analytic } from 'models/entities/generated/Analytic';
2
+ import type { Analytic } from '@cccsaurora/howler-ui/models/entities/generated/Analytic';
3
3
  declare const Stacked: import("react").ForwardRefExoticComponent<{
4
4
  analytic: Analytic;
5
5
  field: string;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import { Skeleton } from '@mui/material';
3
- import api from 'api';
3
+ import api from '@cccsaurora/howler-ui/api';
4
4
  import 'chartjs-adapter-moment';
5
- import useMyChart from 'components/hooks/useMyChart';
5
+ import useMyChart from '@cccsaurora/howler-ui/components/hooks/useMyChart';
6
6
  import sum from 'lodash-es/sum';
7
7
  import { forwardRef, useCallback, useEffect, useMemo, useState } from 'react';
8
8
  import { Line } from 'react-chartjs-2';
@@ -1,5 +1,5 @@
1
1
  import 'chartjs-adapter-moment';
2
- import type { Analytic } from 'models/entities/generated/Analytic';
2
+ import type { Analytic } from '@cccsaurora/howler-ui/models/entities/generated/Analytic';
3
3
  declare const Status: import("react").ForwardRefExoticComponent<{
4
4
  analytic: Analytic;
5
5
  } & import("react").RefAttributes<any>>;
@@ -2,7 +2,7 @@ import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import { useTheme } from '@mui/material';
3
3
  import 'chartjs-adapter-moment';
4
4
  import { forwardRef } from 'react';
5
- import { STATUS_COLORS } from 'utils/constants';
5
+ import { STATUS_COLORS } from '@cccsaurora/howler-ui/utils/constants';
6
6
  import Stacked from './Stacked';
7
7
  const Status = forwardRef(({ analytic }, ref) => {
8
8
  const theme = useTheme();
@@ -1,4 +1,4 @@
1
- import type { Dossier } from 'models/entities/generated/Dossier';
1
+ import type { Dossier } from '@cccsaurora/howler-ui/models/entities/generated/Dossier';
2
2
  import type { FC } from 'react';
3
3
  declare const DossierCard: FC<{
4
4
  dossier: Dossier;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { Delete, Language, Person } from '@mui/icons-material';
3
3
  import { Box, Card, IconButton, Stack, Tooltip, Typography } from '@mui/material';
4
- import FlexOne from 'components/elements/addons/layout/FlexOne';
5
- import HowlerAvatar from 'components/elements/display/HowlerAvatar';
4
+ import FlexOne from '@cccsaurora/howler-ui/components/elements/addons/layout/FlexOne';
5
+ import HowlerAvatar from '@cccsaurora/howler-ui/components/elements/display/HowlerAvatar';
6
6
  import { useTranslation } from 'react-i18next';
7
7
  const DossierCard = ({ dossier, className, onDelete }) => {
8
8
  const { t } = useTranslation();
@@ -2,10 +2,10 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { iconExists } from '@iconify/react/dist/iconify.js';
3
3
  import { Language, Person, Save } from '@mui/icons-material';
4
4
  import { Box, CircularProgress, Fab, Paper, Stack, Tab, Tabs, TextField, ToggleButton, ToggleButtonGroup, Tooltip, Typography, useMediaQuery } from '@mui/material';
5
- import api from 'api';
6
- import PageCenter from 'commons/components/pages/PageCenter';
7
- import { ParameterContext } from 'components/app/providers/ParameterProvider';
8
- import useMyApi from 'components/hooks/useMyApi';
5
+ import api from '@cccsaurora/howler-ui/api';
6
+ import PageCenter from '@cccsaurora/howler-ui/commons/components/pages/PageCenter';
7
+ import { ParameterContext } from '@cccsaurora/howler-ui/components/app/providers/ParameterProvider';
8
+ import useMyApi from '@cccsaurora/howler-ui/components/hooks/useMyApi';
9
9
  import { isEqual, omit, uniqBy } from 'lodash-es';
10
10
  import { memo, useCallback, useEffect, useMemo, useState } from 'react';
11
11
  import { useTranslation } from 'react-i18next';
@@ -1,17 +1,17 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import { Topic } from '@mui/icons-material';
3
3
  import { Typography } from '@mui/material';
4
- import api from 'api';
5
- import { TuiListProvider } from 'components/elements/addons/lists';
6
- import { TuiListMethodContext } from 'components/elements/addons/lists/TuiListProvider';
7
- import ItemManager from 'components/elements/display/ItemManager';
8
- import useMyApi from 'components/hooks/useMyApi';
9
- import { useMyLocalStorageItem } from 'components/hooks/useMyLocalStorage';
10
- import useMySnackbar from 'components/hooks/useMySnackbar';
4
+ import api from '@cccsaurora/howler-ui/api';
5
+ import { TuiListProvider } from '@cccsaurora/howler-ui/components/elements/addons/lists';
6
+ import { TuiListMethodContext } from '@cccsaurora/howler-ui/components/elements/addons/lists/TuiListProvider';
7
+ import ItemManager from '@cccsaurora/howler-ui/components/elements/display/ItemManager';
8
+ import useMyApi from '@cccsaurora/howler-ui/components/hooks/useMyApi';
9
+ import { useMyLocalStorageItem } from '@cccsaurora/howler-ui/components/hooks/useMyLocalStorage';
10
+ import useMySnackbar from '@cccsaurora/howler-ui/components/hooks/useMySnackbar';
11
11
  import { useCallback, useContext, useEffect, useState } from 'react';
12
12
  import { useTranslation } from 'react-i18next';
13
13
  import { useNavigate, useSearchParams } from 'react-router-dom';
14
- import { StorageKey } from 'utils/constants';
14
+ import { StorageKey } from '@cccsaurora/howler-ui/utils/constants';
15
15
  import DossierCard from './DossierCard';
16
16
  const DossiersBase = () => {
17
17
  const { t } = useTranslation();
@@ -1,4 +1,4 @@
1
- import type { Lead } from 'models/entities/generated/Lead';
1
+ import type { Lead } from '@cccsaurora/howler-ui/models/entities/generated/Lead';
2
2
  import { type FC } from 'react';
3
3
  export interface LeadFormProps {
4
4
  lead?: Lead;
@@ -3,9 +3,9 @@ import { Icon, iconExists } from '@iconify/react/dist/iconify.js';
3
3
  import { useMonaco } from '@monaco-editor/react';
4
4
  import { Delete, OpenInNew } from '@mui/icons-material';
5
5
  import { Autocomplete, Button, IconButton, Stack, TextField, Typography, useTheme } from '@mui/material';
6
- import ThemedEditor from 'components/elements/ThemedEditor';
6
+ import ThemedEditor from '@cccsaurora/howler-ui/components/elements/ThemedEditor';
7
7
  import { merge } from 'lodash-es';
8
- import howlerPluginStore from 'plugins/store';
8
+ import howlerPluginStore from '@cccsaurora/howler-ui/plugins/store';
9
9
  import { useCallback, useEffect, useMemo } from 'react';
10
10
  import { useTranslation } from 'react-i18next';
11
11
  import { usePluginStore } from 'react-pluggable';
@@ -1,4 +1,4 @@
1
- import type { Dossier } from 'models/entities/generated/Dossier';
1
+ import type { Dossier } from '@cccsaurora/howler-ui/models/entities/generated/Dossier';
2
2
  import { type Dispatch, type FC, type SetStateAction } from 'react';
3
3
  declare const LeadForm: FC<{
4
4
  dossier: Dossier;
@@ -1,5 +1,5 @@
1
- import type { Dossier } from 'models/entities/generated/Dossier';
2
- import type { Pivot } from 'models/entities/generated/Pivot';
1
+ import type { Dossier } from '@cccsaurora/howler-ui/models/entities/generated/Dossier';
2
+ import type { Pivot } from '@cccsaurora/howler-ui/models/entities/generated/Pivot';
3
3
  import { type Dispatch, type FC, type SetStateAction } from 'react';
4
4
  export interface PivotFormProps {
5
5
  pivot: Pivot;
@@ -2,10 +2,10 @@ import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-run
2
2
  import { Icon, iconExists } from '@iconify/react/dist/iconify.js';
3
3
  import { Add, Delete, OpenInNew, Remove } from '@mui/icons-material';
4
4
  import { Alert, Autocomplete, Button, Divider, IconButton, Paper, Stack, Tab, Tabs, TextField, Typography, useTheme } from '@mui/material';
5
- import { ApiConfigContext } from 'components/app/providers/ApiConfigProvider';
5
+ import { ApiConfigContext } from '@cccsaurora/howler-ui/components/app/providers/ApiConfigProvider';
6
6
  import isNull from 'lodash-es/isNull';
7
7
  import merge from 'lodash-es/merge';
8
- import howlerPluginStore from 'plugins/store';
8
+ import howlerPluginStore from '@cccsaurora/howler-ui/plugins/store';
9
9
  import { Fragment, useCallback, useContext, useMemo, useState } from 'react';
10
10
  import { useTranslation } from 'react-i18next';
11
11
  import { usePluginStore } from 'react-pluggable';
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { Box, Stack, Tab, Typography, useMediaQuery, useTheme } from '@mui/material';
3
- import PageCenter from 'commons/components/pages/PageCenter';
4
- import { useScrollRestoration } from 'components/hooks/useScrollRestoration';
5
- import howlerPluginStore from 'plugins/store';
3
+ import PageCenter from '@cccsaurora/howler-ui/commons/components/pages/PageCenter';
4
+ import { useScrollRestoration } from '@cccsaurora/howler-ui/components/hooks/useScrollRestoration';
5
+ import howlerPluginStore from '@cccsaurora/howler-ui/plugins/store';
6
6
  import React, { useCallback, useMemo, useState } from 'react';
7
7
  import { useTranslation } from 'react-i18next';
8
8
  import { usePluginStore } from 'react-pluggable';
@@ -1,14 +1,14 @@
1
1
  import { Fragment as _Fragment, jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { Close, Search } from '@mui/icons-material';
3
3
  import { IconButton, ListItemText, MenuItem, Select, Stack } from '@mui/material';
4
- import api from 'api';
5
- import { useAppUser } from 'commons/components/app/hooks';
6
- import Phrase from 'components/elements/addons/search/phrase/Phrase';
7
- import Markdown from 'components/elements/display/Markdown';
4
+ import api from '@cccsaurora/howler-ui/api';
5
+ import { useAppUser } from '@cccsaurora/howler-ui/commons/components/app/hooks';
6
+ import Phrase from '@cccsaurora/howler-ui/components/elements/addons/search/phrase/Phrase';
7
+ import Markdown from '@cccsaurora/howler-ui/components/elements/display/Markdown';
8
8
  import { difference } from 'lodash-es';
9
9
  import { useEffect, useMemo, useState } from 'react';
10
10
  import { useTranslation } from 'react-i18next';
11
- import { VALID_ACTION_TRIGGERS } from 'utils/constants';
11
+ import { VALID_ACTION_TRIGGERS } from '@cccsaurora/howler-ui/utils/constants';
12
12
  import QueryResultText from '../../elements/display/QueryResultText';
13
13
  import ActionReportDisplay from '../action/shared/ActionReportDisplay';
14
14
  import OperationStep from '../action/shared/OperationStep';
@@ -1,20 +1,20 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { Help } from '@mui/icons-material';
3
3
  import { Chip, Paper, Stack, Table, TableBody, TableCell, TableContainer, TableHead, TableRow, Tooltip, Typography, useMediaQuery, useTheme } from '@mui/material';
4
- import api from 'api';
5
- import { useAppUser } from 'commons/components/app/hooks';
6
- import PageCenter from 'commons/components/pages/PageCenter';
7
- import Markdown from 'components/elements/display/Markdown';
8
- import useMyApi from 'components/hooks/useMyApi';
9
- import { useScrollRestoration } from 'components/hooks/useScrollRestoration';
4
+ import api from '@cccsaurora/howler-ui/api';
5
+ import { useAppUser } from '@cccsaurora/howler-ui/commons/components/app/hooks';
6
+ import PageCenter from '@cccsaurora/howler-ui/commons/components/pages/PageCenter';
7
+ import Markdown from '@cccsaurora/howler-ui/components/elements/display/Markdown';
8
+ import useMyApi from '@cccsaurora/howler-ui/components/hooks/useMyApi';
9
+ import { useScrollRestoration } from '@cccsaurora/howler-ui/components/hooks/useScrollRestoration';
10
10
  import { useEffect, useState } from 'react';
11
11
  import { Trans, useTranslation } from 'react-i18next';
12
12
  import { Fragment } from 'react/jsx-runtime';
13
13
  const APIKEY_LABELS = {
14
- R: 'apikey.read',
15
- W: 'apikey.write',
16
- E: 'apikey.extended',
17
- I: 'apikey.impersonate'
14
+ R: '@cccsaurora/howler-ui/apikey.read',
15
+ W: '@cccsaurora/howler-ui/apikey.write',
16
+ E: '@cccsaurora/howler-ui/apikey.extended',
17
+ I: '@cccsaurora/howler-ui/apikey.impersonate'
18
18
  };
19
19
  const ApiDocumentation = () => {
20
20
  const { t } = useTranslation();
@@ -1,7 +1,7 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
- import PageCenter from 'commons/components/pages/PageCenter';
3
- import Markdown from 'components/elements/display/Markdown';
4
- import { useScrollRestoration } from 'components/hooks/useScrollRestoration';
2
+ import PageCenter from '@cccsaurora/howler-ui/commons/components/pages/PageCenter';
3
+ import Markdown from '@cccsaurora/howler-ui/components/elements/display/Markdown';
4
+ import { useScrollRestoration } from '@cccsaurora/howler-ui/components/hooks/useScrollRestoration';
5
5
  import { useMemo } from 'react';
6
6
  import { useTranslation } from 'react-i18next';
7
7
  import AUTH_EN from './markdown/en/authentication.md';
@@ -1,5 +1,5 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
- import Markdown from 'components/elements/display/Markdown';
2
+ import Markdown from '@cccsaurora/howler-ui/components/elements/display/Markdown';
3
3
  import { useMemo } from 'react';
4
4
  import { useTranslation } from 'react-i18next';
5
5
  import BUNDLES_EN from './markdown/en/bundles.md';
@@ -1,9 +1,9 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
- import PageCenter from 'commons/components/pages/PageCenter';
3
- import Markdown from 'components/elements/display/Markdown';
2
+ import PageCenter from '@cccsaurora/howler-ui/commons/components/pages/PageCenter';
3
+ import Markdown from '@cccsaurora/howler-ui/components/elements/display/Markdown';
4
4
  import { useMemo } from 'react';
5
5
  import { useTranslation } from 'react-i18next';
6
- import { useScrollRestoration } from 'components/hooks/useScrollRestoration';
6
+ import { useScrollRestoration } from '@cccsaurora/howler-ui/components/hooks/useScrollRestoration';
7
7
  import CLIENT_EN from './markdown/en/client.md';
8
8
  import CLIENT_FR from './markdown/fr/client.md';
9
9
  const ClientDocumentation = () => {
@@ -1,10 +1,10 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { HelpCenter, OpenInNew } from '@mui/icons-material';
3
3
  import { Button, Card, CardActions, CardContent, CardHeader, Divider, Grid, IconButton, Stack, Typography } from '@mui/material';
4
- import PageCenter from 'commons/components/pages/PageCenter';
5
- import useMyPreferences from 'components/hooks/useMyPreferences';
6
- import { useScrollRestoration } from 'components/hooks/useScrollRestoration';
7
- import howlerPluginStore from 'plugins/store';
4
+ import PageCenter from '@cccsaurora/howler-ui/commons/components/pages/PageCenter';
5
+ import useMyPreferences from '@cccsaurora/howler-ui/components/hooks/useMyPreferences';
6
+ import { useScrollRestoration } from '@cccsaurora/howler-ui/components/hooks/useScrollRestoration';
7
+ import howlerPluginStore from '@cccsaurora/howler-ui/plugins/store';
8
8
  import { useMemo } from 'react';
9
9
  import { useTranslation } from 'react-i18next';
10
10
  import { usePluginStore } from 'react-pluggable';
@@ -1,9 +1,9 @@
1
1
  import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { CardContent, Divider, Typography } from '@mui/material';
3
- import HowlerCard from 'components/elements/display/HowlerCard';
4
- import JSONViewer from 'components/elements/display/json/JSONViewer';
5
- import HitBanner from 'components/elements/hit/HitBanner';
6
- import { HitLayout } from 'components/elements/hit/HitLayout';
3
+ import HowlerCard from '@cccsaurora/howler-ui/components/elements/display/HowlerCard';
4
+ import JSONViewer from '@cccsaurora/howler-ui/components/elements/display/json/JSONViewer';
5
+ import HitBanner from '@cccsaurora/howler-ui/components/elements/hit/HitBanner';
6
+ import { HitLayout } from '@cccsaurora/howler-ui/components/elements/hit/HitLayout';
7
7
  import { useMemo } from 'react';
8
8
  import { useTranslation } from 'react-i18next';
9
9
  const HitBannerDocumentation = () => {
@@ -1,7 +1,7 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { Box, Stack, Tab, Typography, useMediaQuery, useTheme } from '@mui/material';
3
- import PageCenter from 'commons/components/pages/PageCenter';
4
- import { useScrollRestoration } from 'components/hooks/useScrollRestoration';
3
+ import PageCenter from '@cccsaurora/howler-ui/commons/components/pages/PageCenter';
4
+ import { useScrollRestoration } from '@cccsaurora/howler-ui/components/hooks/useScrollRestoration';
5
5
  import { useCallback, useState } from 'react';
6
6
  import { useTranslation } from 'react-i18next';
7
7
  import { useSearchParams } from 'react-router-dom';
@@ -2,7 +2,7 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { useTranslation } from 'react-i18next';
3
3
  import { Chip, Paper, Stack, Table, TableBody, TableCell, TableContainer, TableHead, TableRow } from '@mui/material';
4
4
  import { capitalize } from 'lodash-es';
5
- import { LABEL_TYPES } from 'utils/constants';
5
+ import { LABEL_TYPES } from '@cccsaurora/howler-ui/utils/constants';
6
6
  const HitLabelsDocumentation = () => {
7
7
  const { t } = useTranslation();
8
8
  return (_jsxs(Stack, { children: [_jsx("h1", { children: t('help.hit.labels.title') }), _jsx(TableContainer, { component: Paper, children: _jsxs(Table, { children: [_jsx(TableHead, { children: _jsxs(TableRow, { children: [_jsx(TableCell, { children: t('page.documentation.labels.name') }), _jsx(TableCell, { children: t('page.documentation.labels.description') }), _jsx(TableCell, { children: t('page.documentation.labels.example') })] }) }), _jsx(TableBody, { children: Object.entries(LABEL_TYPES).map(([label, details]) => (_jsxs(TableRow, { children: [_jsx(TableCell, { children: capitalize(label) }), _jsx(TableCell, { children: t(`hit.label.category.${label}`).replace(/.+ - /, '') }), _jsx(TableCell, { children: _jsx(Chip, { icon: details?.icon ?? undefined, variant: "filled", size: "small", label: label, sx: [
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
- import Markdown from 'components/elements/display/Markdown';
2
+ import Markdown from '@cccsaurora/howler-ui/components/elements/display/Markdown';
3
3
  import { useContext, useMemo } from 'react';
4
4
  import { useTranslation } from 'react-i18next';
5
- import { ApiConfigContext } from 'components/app/providers/ApiConfigProvider';
5
+ import { ApiConfigContext } from '@cccsaurora/howler-ui/components/app/providers/ApiConfigProvider';
6
6
  import LINKS_EN from './markdown/en/links.md';
7
7
  import LINKS_FR from './markdown/fr/links.md';
8
8
  const HitLinksDocumentation = () => {
@@ -1,12 +1,12 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
2
2
  import { Clear } from '@mui/icons-material';
3
3
  import { Alert, AlertTitle, Box, Chip, IconButton, InputAdornment, Stack, Table, TableBody, TableCell, TableHead, TableRow, TextField, Typography, useTheme } from '@mui/material';
4
- import Markdown from 'components/elements/display/Markdown';
4
+ import Markdown from '@cccsaurora/howler-ui/components/elements/display/Markdown';
5
5
  import { memo, useCallback, useContext, useMemo, useState } from 'react';
6
6
  import { useTranslation } from 'react-i18next';
7
7
  import { useSearchParams } from 'react-router-dom';
8
- import Throttler from 'utils/Throttler';
9
- import { ApiConfigContext } from 'components/app/providers/ApiConfigProvider';
8
+ import Throttler from '@cccsaurora/howler-ui/utils/Throttler';
9
+ import { ApiConfigContext } from '@cccsaurora/howler-ui/components/app/providers/ApiConfigProvider';
10
10
  import SCHEMA_EN from './markdown/en/schema.md';
11
11
  import SCHEMA_FR from './markdown/fr/schema.md';
12
12
  const THROTTLER = new Throttler(300);
@@ -1,7 +1,7 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
- import PageCenter from 'commons/components/pages/PageCenter';
3
- import Markdown from 'components/elements/display/Markdown';
4
- import { useScrollRestoration } from 'components/hooks/useScrollRestoration';
2
+ import PageCenter from '@cccsaurora/howler-ui/commons/components/pages/PageCenter';
3
+ import Markdown from '@cccsaurora/howler-ui/components/elements/display/Markdown';
4
+ import { useScrollRestoration } from '@cccsaurora/howler-ui/components/hooks/useScrollRestoration';
5
5
  import { useTranslation } from 'react-i18next';
6
6
  import NOTEBOOK_EN from './markdown/en/notebook.md';
7
7
  import NOTEBOOK_FR from './markdown/fr/notebook.md';
@@ -1,7 +1,7 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
- import PageCenter from 'commons/components/pages/PageCenter';
3
- import HandlebarsMarkdown from 'components/elements/display/HandlebarsMarkdown';
4
- import { useScrollRestoration } from 'components/hooks/useScrollRestoration';
2
+ import PageCenter from '@cccsaurora/howler-ui/commons/components/pages/PageCenter';
3
+ import HandlebarsMarkdown from '@cccsaurora/howler-ui/components/elements/display/HandlebarsMarkdown';
4
+ import { useScrollRestoration } from '@cccsaurora/howler-ui/components/hooks/useScrollRestoration';
5
5
  import { useMemo } from 'react';
6
6
  import ErrorBoundary from '../ErrorBoundary';
7
7
  import { startingTemplate } from '../overviews/startingTemplate';
@@ -1,14 +1,14 @@
1
1
  import { jsxs as _jsxs, jsx as _jsx } from "react/jsx-runtime";
2
- import PageCenter from 'commons/components/pages/PageCenter';
3
- import Markdown from 'components/elements/display/Markdown';
4
- import { useScrollRestoration } from 'components/hooks/useScrollRestoration';
2
+ import PageCenter from '@cccsaurora/howler-ui/commons/components/pages/PageCenter';
3
+ import Markdown from '@cccsaurora/howler-ui/components/elements/display/Markdown';
4
+ import { useScrollRestoration } from '@cccsaurora/howler-ui/components/hooks/useScrollRestoration';
5
5
  import { useContext, useEffect, useMemo, useState } from 'react';
6
6
  import { useTranslation } from 'react-i18next';
7
7
  import { Skeleton } from '@mui/material';
8
- import api from 'api';
9
- import { ApiConfigContext } from 'components/app/providers/ApiConfigProvider';
10
- import HitCard from 'components/elements/hit/HitCard';
11
- import { HitLayout } from 'components/elements/hit/HitLayout';
8
+ import api from '@cccsaurora/howler-ui/api';
9
+ import { ApiConfigContext } from '@cccsaurora/howler-ui/components/app/providers/ApiConfigProvider';
10
+ import HitCard from '@cccsaurora/howler-ui/components/elements/hit/HitCard';
11
+ import { HitLayout } from '@cccsaurora/howler-ui/components/elements/hit/HitLayout';
12
12
  import AUTH_EN from './markdown/en/retention.md';
13
13
  import AUTH_FR from './markdown/fr/retention.md';
14
14
  const RetentionDocumentation = () => {
@@ -1,10 +1,10 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
2
2
  import { ExpandMore } from '@mui/icons-material';
3
3
  import { Accordion, AccordionDetails, AccordionSummary, Box, Card, Chip, emphasize, Stack, styled, Tab, Table, TableBody, TableCell, TableHead, TableRow, Typography, useMediaQuery, useTheme } from '@mui/material';
4
- import { useAppBar, useAppLayout, useAppUser } from 'commons/components/app/hooks';
5
- import PageCenter from 'commons/components/pages/PageCenter';
6
- import { ApiConfigContext } from 'components/app/providers/ApiConfigProvider';
7
- import { useScrollRestoration } from 'components/hooks/useScrollRestoration';
4
+ import { useAppBar, useAppLayout, useAppUser } from '@cccsaurora/howler-ui/commons/components/app/hooks';
5
+ import PageCenter from '@cccsaurora/howler-ui/commons/components/pages/PageCenter';
6
+ import { ApiConfigContext } from '@cccsaurora/howler-ui/components/app/providers/ApiConfigProvider';
7
+ import { useScrollRestoration } from '@cccsaurora/howler-ui/components/hooks/useScrollRestoration';
8
8
  import { memo, useContext, useMemo } from 'react';
9
9
  import { useTranslation } from 'react-i18next';
10
10
  import { useLocation } from 'react-router-dom';
@@ -1,10 +1,10 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { Card, CardContent, Stack } from '@mui/material';
3
- import PageCenter from 'commons/components/pages/PageCenter';
4
- import Markdown from 'components/elements/display/Markdown';
5
- import { HitLayout } from 'components/elements/hit/HitLayout';
6
- import DefaultOutline from 'components/elements/hit/outlines/DefaultOutline';
7
- import { useScrollRestoration } from 'components/hooks/useScrollRestoration';
3
+ import PageCenter from '@cccsaurora/howler-ui/commons/components/pages/PageCenter';
4
+ import Markdown from '@cccsaurora/howler-ui/components/elements/display/Markdown';
5
+ import { HitLayout } from '@cccsaurora/howler-ui/components/elements/hit/HitLayout';
6
+ import DefaultOutline from '@cccsaurora/howler-ui/components/elements/hit/outlines/DefaultOutline';
7
+ import { useScrollRestoration } from '@cccsaurora/howler-ui/components/hooks/useScrollRestoration';
8
8
  import moment from 'moment';
9
9
  import { useMemo } from 'react';
10
10
  import { useTranslation } from 'react-i18next';
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import { Search } from '@mui/icons-material';
3
- import PageCenter from 'commons/components/pages/PageCenter';
4
- import Markdown from 'components/elements/display/Markdown';
5
- import { useScrollRestoration } from 'components/hooks/useScrollRestoration';
3
+ import PageCenter from '@cccsaurora/howler-ui/commons/components/pages/PageCenter';
4
+ import Markdown from '@cccsaurora/howler-ui/components/elements/display/Markdown';
5
+ import { useScrollRestoration } from '@cccsaurora/howler-ui/components/hooks/useScrollRestoration';
6
6
  import { useMemo } from 'react';
7
7
  import { useTranslation } from 'react-i18next';
8
8
  import VIEWS_EN from './markdown/en/views.md';
@@ -1,4 +1,4 @@
1
- import type { Hit } from 'models/entities/generated/Hit';
1
+ import type { Hit } from '@cccsaurora/howler-ui/models/entities/generated/Hit';
2
2
  import type { FC } from 'react';
3
3
  declare const BundleParentMenu: FC<{
4
4
  bundle: Hit;
@@ -1,10 +1,10 @@
1
1
  import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { AccountTree } from '@mui/icons-material';
3
3
  import { IconButton, Paper, Popover, Skeleton, Stack, Tooltip } from '@mui/material';
4
- import api from 'api';
5
- import HowlerCard from 'components/elements/display/HowlerCard';
6
- import HitBanner from 'components/elements/hit/HitBanner';
7
- import { HitLayout } from 'components/elements/hit/HitLayout';
4
+ import api from '@cccsaurora/howler-ui/api';
5
+ import HowlerCard from '@cccsaurora/howler-ui/components/elements/display/HowlerCard';
6
+ import HitBanner from '@cccsaurora/howler-ui/components/elements/hit/HitBanner';
7
+ import { HitLayout } from '@cccsaurora/howler-ui/components/elements/hit/HitLayout';
8
8
  import { useCallback, useEffect, useState } from 'react';
9
9
  import { useTranslation } from 'react-i18next';
10
10
  import { useNavigate } from 'react-router-dom';
@@ -1,5 +1,5 @@
1
1
  import { Fragment as _Fragment, jsx as _jsx } from "react/jsx-runtime";
2
- import { useScrollRestoration } from 'components/hooks/useScrollRestoration';
2
+ import { useScrollRestoration } from '@cccsaurora/howler-ui/components/hooks/useScrollRestoration';
3
3
  export const BundleScroller = ({ children }) => {
4
4
  useScrollRestoration('hitscrollbar');
5
5
  return _jsx(_Fragment, { children: children });
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { ArrowDownward, ArrowUpward, Cancel } from '@mui/icons-material';
3
3
  import { Autocomplete, Chip, Grid, MenuItem, Select, Stack, TextField } from '@mui/material';
4
- import { FieldContext } from 'components/app/providers/FieldProvider';
5
- import { ParameterContext } from 'components/app/providers/ParameterProvider';
4
+ import { FieldContext } from '@cccsaurora/howler-ui/components/app/providers/FieldProvider';
5
+ import { ParameterContext } from '@cccsaurora/howler-ui/components/app/providers/ParameterProvider';
6
6
  import { uniqBy } from 'lodash-es';
7
7
  import { memo, useContext, useEffect, useMemo, useState } from 'react';
8
8
  import { useTranslation } from 'react-i18next';
@@ -1,22 +1,22 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { ChevronLeft, Close, ManageSearch } from '@mui/icons-material';
3
3
  import { Box, Card, Checkbox, Collapse, Drawer, Fab, IconButton, Stack, Tooltip, Typography, useMediaQuery, useTheme } from '@mui/material';
4
- import { HitContext } from 'components/app/providers/HitProvider';
5
- import HitSearchProvider, { HitSearchContext } from 'components/app/providers/HitSearchProvider';
6
- import ParameterProvider, { ParameterContext } from 'components/app/providers/ParameterProvider';
7
- import { ViewContext } from 'components/app/providers/ViewProvider';
8
- import FlexOne from 'components/elements/addons/layout/FlexOne';
9
- import FlexPort from 'components/elements/addons/layout/FlexPort';
10
- import HitSummary from 'components/elements/hit/HitSummary';
11
- import { useMyLocalStorageItem } from 'components/hooks/useMyLocalStorage';
12
- import ErrorBoundary from 'components/routes/ErrorBoundary';
4
+ import { HitContext } from '@cccsaurora/howler-ui/components/app/providers/HitProvider';
5
+ import HitSearchProvider, { HitSearchContext } from '@cccsaurora/howler-ui/components/app/providers/HitSearchProvider';
6
+ import ParameterProvider, { ParameterContext } from '@cccsaurora/howler-ui/components/app/providers/ParameterProvider';
7
+ import { ViewContext } from '@cccsaurora/howler-ui/components/app/providers/ViewProvider';
8
+ import FlexOne from '@cccsaurora/howler-ui/components/elements/addons/layout/FlexOne';
9
+ import FlexPort from '@cccsaurora/howler-ui/components/elements/addons/layout/FlexPort';
10
+ import HitSummary from '@cccsaurora/howler-ui/components/elements/hit/HitSummary';
11
+ import { useMyLocalStorageItem } from '@cccsaurora/howler-ui/components/hooks/useMyLocalStorage';
12
+ import ErrorBoundary from '@cccsaurora/howler-ui/components/routes/ErrorBoundary';
13
13
  import { isNull } from 'lodash-es';
14
14
  import moment from 'moment';
15
15
  import { memo, useCallback, useEffect, useMemo, useState } from 'react';
16
16
  import { Trans, useTranslation } from 'react-i18next';
17
17
  import { useLocation, useParams, useSearchParams } from 'react-router-dom';
18
18
  import { useContextSelector } from 'use-context-selector';
19
- import { StorageKey } from 'utils/constants';
19
+ import { StorageKey } from '@cccsaurora/howler-ui/utils/constants';
20
20
  import InformationPane from './InformationPane';
21
21
  import SearchPane from './SearchPane';
22
22
  import HitGrid from './grid/HitGrid';
@@ -1,16 +1,16 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { Assignment, Edit, HowToVote, KeyboardArrowRight, OpenInNew, QueryStats, SettingsSuggest, Terminal } from '@mui/icons-material';
3
3
  import { Box, Divider, Fade, ListItemIcon, ListItemText, Menu, MenuItem, MenuList, Paper } from '@mui/material';
4
- import api from 'api';
5
- import { AnalyticContext } from 'components/app/providers/AnalyticProvider';
6
- import { ApiConfigContext } from 'components/app/providers/ApiConfigProvider';
7
- import { HitContext } from 'components/app/providers/HitProvider';
8
- import { TOP_ROW, VOTE_OPTIONS } from 'components/elements/hit/actions/SharedComponents';
9
- import useHitActions from 'components/hooks/useHitActions';
10
- import useMyApi from 'components/hooks/useMyApi';
11
- import useMyActionFunctions from 'components/routes/action/useMyActionFunctions';
4
+ import api from '@cccsaurora/howler-ui/api';
5
+ import { AnalyticContext } from '@cccsaurora/howler-ui/components/app/providers/AnalyticProvider';
6
+ import { ApiConfigContext } from '@cccsaurora/howler-ui/components/app/providers/ApiConfigProvider';
7
+ import { HitContext } from '@cccsaurora/howler-ui/components/app/providers/HitProvider';
8
+ import { TOP_ROW, VOTE_OPTIONS } from '@cccsaurora/howler-ui/components/elements/hit/actions/SharedComponents';
9
+ import useHitActions from '@cccsaurora/howler-ui/components/hooks/useHitActions';
10
+ import useMyApi from '@cccsaurora/howler-ui/components/hooks/useMyApi';
11
+ import useMyActionFunctions from '@cccsaurora/howler-ui/components/routes/action/useMyActionFunctions';
12
12
  import { capitalize, groupBy } from 'lodash-es';
13
- import howlerPluginStore from 'plugins/store';
13
+ import howlerPluginStore from '@cccsaurora/howler-ui/plugins/store';
14
14
  import { useCallback, useContext, useEffect, useMemo, useState } from 'react';
15
15
  import { useTranslation } from 'react-i18next';
16
16
  import { usePluginStore } from 'react-pluggable';
@@ -2,16 +2,16 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { useMonaco } from '@monaco-editor/react';
3
3
  import { Height, Search } from '@mui/icons-material';
4
4
  import { Badge, Box, Card, Skeleton, Tooltip, alpha, useTheme } from '@mui/material';
5
- import { ParameterContext } from 'components/app/providers/ParameterProvider';
6
- import TuiIconButton from 'components/elements/addons/buttons/CustomIconButton';
7
- import QueryEditor from 'components/routes/advanced/QueryEditor';
5
+ import { ParameterContext } from '@cccsaurora/howler-ui/components/app/providers/ParameterProvider';
6
+ import TuiIconButton from '@cccsaurora/howler-ui/components/elements/addons/buttons/CustomIconButton';
7
+ import QueryEditor from '@cccsaurora/howler-ui/components/routes/advanced/QueryEditor';
8
8
  import HistoryIcon from '@mui/icons-material/History';
9
- import { HitSearchContext } from 'components/app/providers/HitSearchProvider';
9
+ import { HitSearchContext } from '@cccsaurora/howler-ui/components/app/providers/HitSearchProvider';
10
10
  import { memo, useCallback, useEffect, useMemo, useRef, useState } from 'react';
11
11
  import { useTranslation } from 'react-i18next';
12
12
  import { useLocation } from 'react-router-dom';
13
13
  import { useContextSelector } from 'use-context-selector';
14
- import { sanitizeMultilineLucene } from 'utils/stringUtils';
14
+ import { sanitizeMultilineLucene } from '@cccsaurora/howler-ui/utils/stringUtils';
15
15
  const DEFAULT_MULTILINE_HEIGHT = 250;
16
16
  const PROMPT_CONTEXT = 'isHitQuery && !suggestWidgetVisible && !renameInputVisible && !inSnippetMode && !quickFixWidgetVisible';
17
17
  const HitQuery = ({ searching = false, disabled = false, compact = false, triggerSearch, onChange }) => {