@plumile/backoffice-react 0.1.104 → 0.1.106

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 (757) hide show
  1. package/lib/esm/_virtual/_rolldown/runtime.js +7 -0
  2. package/lib/esm/auth/AuthRefreshNotice.js +38 -0
  3. package/lib/esm/auth/AuthRefreshNotice.js.map +1 -0
  4. package/lib/esm/auth/TotpQrCode.js +28 -0
  5. package/lib/esm/auth/TotpQrCode.js.map +1 -0
  6. package/lib/esm/auth/authRefreshNotice.css.js +7 -0
  7. package/lib/esm/auth/authRefreshNotice.css.js.map +1 -0
  8. package/lib/esm/{AuthPanel-BaIRFGbX.js → auth/login/AuthPanel.js} +7 -7
  9. package/lib/esm/auth/login/AuthPanel.js.map +1 -0
  10. package/lib/esm/auth/login/EmailCapturePanel.js +50 -0
  11. package/lib/esm/auth/login/EmailCapturePanel.js.map +1 -0
  12. package/lib/esm/auth/login/LoginFlow.js +130 -0
  13. package/lib/esm/auth/login/LoginFlow.js.map +1 -0
  14. package/lib/esm/auth/login/MethodChooser.js +49 -0
  15. package/lib/esm/auth/login/MethodChooser.js.map +1 -0
  16. package/lib/esm/auth/login/MfaChallengeForm.js +80 -0
  17. package/lib/esm/auth/login/MfaChallengeForm.js.map +1 -0
  18. package/lib/esm/auth/login/OidcButtons.js +29 -0
  19. package/lib/esm/auth/login/OidcButtons.js.map +1 -0
  20. package/lib/esm/auth/login/PasskeyLoginForm.js +81 -0
  21. package/lib/esm/auth/login/PasskeyLoginForm.js.map +1 -0
  22. package/lib/esm/auth/login/PasswordLoginPanel.js +37 -0
  23. package/lib/esm/auth/login/PasswordLoginPanel.js.map +1 -0
  24. package/lib/esm/auth/login/loginPage.css.js +7 -0
  25. package/lib/esm/auth/login/loginPage.css.js.map +1 -0
  26. package/lib/esm/auth/login/synchronizeAuthStatusQuery.js +10 -0
  27. package/lib/esm/auth/login/synchronizeAuthStatusQuery.js.map +1 -0
  28. package/lib/esm/{AcceptInvitationScreen-B1IPafwD.js → auth/pages/AcceptInvitationScreen.js} +13 -13
  29. package/lib/esm/auth/pages/AcceptInvitationScreen.js.map +1 -0
  30. package/lib/esm/{PasswordResetCompleteScreen-Cgg96DPo.js → auth/pages/PasswordResetCompleteScreen.js} +10 -10
  31. package/lib/esm/auth/pages/PasswordResetCompleteScreen.js.map +1 -0
  32. package/lib/esm/{PasswordResetRequestScreen-I1nFvGLd.js → auth/pages/PasswordResetRequestScreen.js} +10 -10
  33. package/lib/esm/auth/pages/PasswordResetRequestScreen.js.map +1 -0
  34. package/lib/esm/{VerifyEmailScreen-Br5KyHjg.js → auth/pages/VerifyEmailScreen.js} +7 -7
  35. package/lib/esm/auth/pages/VerifyEmailScreen.js.map +1 -0
  36. package/lib/esm/components/backoffice/actions/BackofficeEntityActionFormDialog.js +591 -0
  37. package/lib/esm/components/backoffice/actions/BackofficeEntityActionFormDialog.js.map +1 -0
  38. package/lib/esm/components/backoffice/actions/LazyBackofficeEntityActionFormDialog.js +26 -0
  39. package/lib/esm/components/backoffice/actions/LazyBackofficeEntityActionFormDialog.js.map +1 -0
  40. package/lib/esm/components/backoffice/actions/backofficeEntityActionFormDialog.css.js +7 -0
  41. package/lib/esm/components/backoffice/actions/backofficeEntityActionFormDialog.css.js.map +1 -0
  42. package/lib/esm/{toastViewAction-DJkv_4p9.js → components/backoffice/actions/toastViewAction.js} +2 -2
  43. package/lib/esm/{toastViewAction-DJkv_4p9.js.map → components/backoffice/actions/toastViewAction.js.map} +1 -1
  44. package/lib/esm/{buildDataTableColumns-DGPjPK4N.js → components/backoffice/columns/buildDataTableColumns.js} +18 -18
  45. package/lib/esm/{buildDataTableColumns-DGPjPK4N.js.map → components/backoffice/columns/buildDataTableColumns.js.map} +1 -1
  46. package/lib/esm/components/backoffice/detail/BackofficeAuditMetadataPanel.js +31 -0
  47. package/lib/esm/components/backoffice/detail/BackofficeAuditMetadataPanel.js.map +1 -0
  48. package/lib/esm/components/backoffice/detail/BackofficeDetailBadgeRow.js +22 -0
  49. package/lib/esm/components/backoffice/detail/BackofficeDetailBadgeRow.js.map +1 -0
  50. package/lib/esm/components/backoffice/detail/BackofficeDetailErrorList.js +40 -0
  51. package/lib/esm/components/backoffice/detail/BackofficeDetailErrorList.js.map +1 -0
  52. package/lib/esm/components/backoffice/detail/BackofficeDetailField.js +30 -0
  53. package/lib/esm/components/backoffice/detail/BackofficeDetailField.js.map +1 -0
  54. package/lib/esm/components/backoffice/detail/BackofficeDetailFlagTag.css.js +7 -0
  55. package/lib/esm/components/backoffice/detail/BackofficeDetailFlagTag.css.js.map +1 -0
  56. package/lib/esm/components/backoffice/detail/BackofficeDetailFlagTag.js +24 -0
  57. package/lib/esm/components/backoffice/detail/BackofficeDetailFlagTag.js.map +1 -0
  58. package/lib/esm/components/backoffice/detail/BackofficeDetailLayout.js +20 -0
  59. package/lib/esm/components/backoffice/detail/BackofficeDetailLayout.js.map +1 -0
  60. package/lib/esm/components/backoffice/detail/BackofficeDetailPayload.js +18 -0
  61. package/lib/esm/components/backoffice/detail/BackofficeDetailPayload.js.map +1 -0
  62. package/lib/esm/components/backoffice/detail/BackofficeDetailRelationLink.js +56 -0
  63. package/lib/esm/components/backoffice/detail/BackofficeDetailRelationLink.js.map +1 -0
  64. package/lib/esm/components/backoffice/detail/BackofficeDetailRelationList.js +11 -0
  65. package/lib/esm/components/backoffice/detail/BackofficeDetailRelationList.js.map +1 -0
  66. package/lib/esm/components/backoffice/detail/BackofficeDetailRelationListBlock.js +123 -0
  67. package/lib/esm/components/backoffice/detail/BackofficeDetailRelationListBlock.js.map +1 -0
  68. package/lib/esm/components/backoffice/detail/BackofficeDetailSection.js +36 -0
  69. package/lib/esm/components/backoffice/detail/BackofficeDetailSection.js.map +1 -0
  70. package/lib/esm/components/backoffice/detail/BackofficeDetailTaggedValue.js +18 -0
  71. package/lib/esm/components/backoffice/detail/BackofficeDetailTaggedValue.js.map +1 -0
  72. package/lib/esm/components/backoffice/detail/BackofficeEntityRefLink.js +17 -0
  73. package/lib/esm/components/backoffice/detail/BackofficeEntityRefLink.js.map +1 -0
  74. package/lib/esm/components/backoffice/detail/BackofficeEntitySummaryHeader.js +72 -0
  75. package/lib/esm/components/backoffice/detail/BackofficeEntitySummaryHeader.js.map +1 -0
  76. package/lib/esm/components/backoffice/detail/BackofficeEnumLabel.js +11 -0
  77. package/lib/esm/components/backoffice/detail/BackofficeEnumLabel.js.map +1 -0
  78. package/lib/esm/components/backoffice/detail/BackofficeKpiStrip.js +35 -0
  79. package/lib/esm/components/backoffice/detail/BackofficeKpiStrip.js.map +1 -0
  80. package/lib/esm/components/backoffice/detail/BackofficeLifecycleTimelineSection.js +37 -0
  81. package/lib/esm/components/backoffice/detail/BackofficeLifecycleTimelineSection.js.map +1 -0
  82. package/lib/esm/components/backoffice/detail/BackofficePayloadInspectorSection.js +36 -0
  83. package/lib/esm/components/backoffice/detail/BackofficePayloadInspectorSection.js.map +1 -0
  84. package/lib/esm/components/backoffice/detail/BackofficeReferenceValue.js +22 -0
  85. package/lib/esm/components/backoffice/detail/BackofficeReferenceValue.js.map +1 -0
  86. package/lib/esm/components/backoffice/detail/BackofficeRelationsSummaryGrid.js +43 -0
  87. package/lib/esm/components/backoffice/detail/BackofficeRelationsSummaryGrid.js.map +1 -0
  88. package/lib/esm/components/backoffice/detail/BackofficeScopeStack.js +28 -0
  89. package/lib/esm/components/backoffice/detail/BackofficeScopeStack.js.map +1 -0
  90. package/lib/esm/components/backoffice/detail/BackofficeStatusMetaBadge.js +27 -0
  91. package/lib/esm/components/backoffice/detail/BackofficeStatusMetaBadge.js.map +1 -0
  92. package/lib/esm/components/backoffice/detail/BackofficeTokenUsageBreakdown.js +37 -0
  93. package/lib/esm/components/backoffice/detail/BackofficeTokenUsageBreakdown.js.map +1 -0
  94. package/lib/esm/components/backoffice/detail/BackofficeUsageCostBreakdown.js +84 -0
  95. package/lib/esm/components/backoffice/detail/BackofficeUsageCostBreakdown.js.map +1 -0
  96. package/lib/esm/components/backoffice/detail/backofficeAuditMetadataPanel.css.js +7 -0
  97. package/lib/esm/components/backoffice/detail/backofficeAuditMetadataPanel.css.js.map +1 -0
  98. package/lib/esm/components/backoffice/detail/backofficeDetailBadgeRow.css.js +7 -0
  99. package/lib/esm/components/backoffice/detail/backofficeDetailBadgeRow.css.js.map +1 -0
  100. package/lib/esm/components/backoffice/detail/backofficeDetailErrorList.css.js +7 -0
  101. package/lib/esm/components/backoffice/detail/backofficeDetailErrorList.css.js.map +1 -0
  102. package/lib/esm/components/backoffice/detail/backofficeDetailField.css.js +15 -0
  103. package/lib/esm/components/backoffice/detail/backofficeDetailField.css.js.map +1 -0
  104. package/lib/esm/components/backoffice/detail/backofficeDetailLayout.css.js +7 -0
  105. package/lib/esm/components/backoffice/detail/backofficeDetailLayout.css.js.map +1 -0
  106. package/lib/esm/components/backoffice/detail/backofficeDetailRelationLink.css.js +7 -0
  107. package/lib/esm/components/backoffice/detail/backofficeDetailRelationLink.css.js.map +1 -0
  108. package/lib/esm/components/backoffice/detail/backofficeDetailRelationList.css.js +7 -0
  109. package/lib/esm/components/backoffice/detail/backofficeDetailRelationList.css.js.map +1 -0
  110. package/lib/esm/components/backoffice/detail/backofficeDetailSection.css.js +7 -0
  111. package/lib/esm/components/backoffice/detail/backofficeDetailSection.css.js.map +1 -0
  112. package/lib/esm/components/backoffice/detail/backofficeDetailTaggedValue.css.js +7 -0
  113. package/lib/esm/components/backoffice/detail/backofficeDetailTaggedValue.css.js.map +1 -0
  114. package/lib/esm/components/backoffice/detail/backofficeEntitySummaryHeader.css.js +7 -0
  115. package/lib/esm/components/backoffice/detail/backofficeEntitySummaryHeader.css.js.map +1 -0
  116. package/lib/esm/components/backoffice/detail/backofficeKpiStrip.css.js +7 -0
  117. package/lib/esm/components/backoffice/detail/backofficeKpiStrip.css.js.map +1 -0
  118. package/lib/esm/components/backoffice/detail/backofficeLifecycleTimelineSection.css.js +7 -0
  119. package/lib/esm/components/backoffice/detail/backofficeLifecycleTimelineSection.css.js.map +1 -0
  120. package/lib/esm/components/backoffice/detail/backofficePayloadInspectorSection.css.js +7 -0
  121. package/lib/esm/components/backoffice/detail/backofficePayloadInspectorSection.css.js.map +1 -0
  122. package/lib/esm/components/backoffice/detail/backofficeReferenceValue.css.js +7 -0
  123. package/lib/esm/components/backoffice/detail/backofficeReferenceValue.css.js.map +1 -0
  124. package/lib/esm/components/backoffice/detail/backofficeRelationsSummaryGrid.css.js +7 -0
  125. package/lib/esm/components/backoffice/detail/backofficeRelationsSummaryGrid.css.js.map +1 -0
  126. package/lib/esm/components/backoffice/detail/backofficeScopeStack.css.js +7 -0
  127. package/lib/esm/components/backoffice/detail/backofficeScopeStack.css.js.map +1 -0
  128. package/lib/esm/components/backoffice/detail/backofficeStatusMetaBadge.css.js +7 -0
  129. package/lib/esm/components/backoffice/detail/backofficeStatusMetaBadge.css.js.map +1 -0
  130. package/lib/esm/components/backoffice/detail/backofficeUsageCostBreakdown.css.js +7 -0
  131. package/lib/esm/components/backoffice/detail/backofficeUsageCostBreakdown.css.js.map +1 -0
  132. package/lib/esm/components/backoffice/detail/createBackofficeEntityLinkProps.js +21 -0
  133. package/lib/esm/components/backoffice/detail/createBackofficeEntityLinkProps.js.map +1 -0
  134. package/lib/esm/components/backoffice/detail/detailPayloadUtils.js +17 -0
  135. package/lib/esm/components/backoffice/detail/detailPayloadUtils.js.map +1 -0
  136. package/lib/esm/{BackofficeErrorBoundary-BwRVSDHU.js → components/backoffice/errors/BackofficeErrorBoundary.js} +2 -2
  137. package/lib/esm/{BackofficeErrorBoundary-BwRVSDHU.js.map → components/backoffice/errors/BackofficeErrorBoundary.js.map} +1 -1
  138. package/lib/esm/components/backoffice/filters/BackofficeFilterAction.js +46 -0
  139. package/lib/esm/components/backoffice/filters/BackofficeFilterAction.js.map +1 -0
  140. package/lib/esm/components/backoffice/filters/DeferredFilterSearchInput.js +67 -0
  141. package/lib/esm/components/backoffice/filters/DeferredFilterSearchInput.js.map +1 -0
  142. package/lib/esm/components/backoffice/filters/EntityFilterValue.js +46 -0
  143. package/lib/esm/components/backoffice/filters/EntityFilterValue.js.map +1 -0
  144. package/lib/esm/components/backoffice/filters/EntityIdFilterField.js +65 -0
  145. package/lib/esm/components/backoffice/filters/EntityIdFilterField.js.map +1 -0
  146. package/lib/esm/components/backoffice/filters/backofficeFilterAction.css.js +7 -0
  147. package/lib/esm/components/backoffice/filters/backofficeFilterAction.css.js.map +1 -0
  148. package/lib/esm/components/backoffice/filters/deferredFilterSearchInput.css.js +7 -0
  149. package/lib/esm/components/backoffice/filters/deferredFilterSearchInput.css.js.map +1 -0
  150. package/lib/esm/components/backoffice/filters/entityIdFilterField.css.js +7 -0
  151. package/lib/esm/components/backoffice/filters/entityIdFilterField.css.js.map +1 -0
  152. package/lib/esm/components/backoffice/hub/BackofficeHubTemplate.js +83 -0
  153. package/lib/esm/components/backoffice/hub/BackofficeHubTemplate.js.map +1 -0
  154. package/lib/esm/components/backoffice/hub/backofficeHubTemplate.css.js +7 -0
  155. package/lib/esm/components/backoffice/hub/backofficeHubTemplate.css.js.map +1 -0
  156. package/lib/esm/{BackofficePermissionsContext-CmWwudBU.js → components/backoffice/layout/BackofficePermissionsContext.js} +2 -2
  157. package/lib/esm/{BackofficePermissionsContext-CmWwudBU.js.map → components/backoffice/layout/BackofficePermissionsContext.js.map} +1 -1
  158. package/lib/esm/components/backoffice/layout/backofficeSidebarActions.css.js +7 -0
  159. package/lib/esm/components/backoffice/layout/backofficeSidebarActions.css.js.map +1 -0
  160. package/lib/esm/components/backoffice/layout/breadcrumb/BackofficeRightPageLayout.js +10 -0
  161. package/lib/esm/components/backoffice/layout/breadcrumb/BackofficeRightPageLayout.js.map +1 -0
  162. package/lib/esm/components/backoffice/layout/breadcrumb/BackofficeTopbarBreadcrumb.js +69 -0
  163. package/lib/esm/components/backoffice/layout/breadcrumb/BackofficeTopbarBreadcrumb.js.map +1 -0
  164. package/lib/esm/components/backoffice/layout/breadcrumb/BackofficeTopbarPortal.js +12 -0
  165. package/lib/esm/components/backoffice/layout/breadcrumb/BackofficeTopbarPortal.js.map +1 -0
  166. package/lib/esm/{BackofficeTopbarPortalContext-CphoSrZD.js → components/backoffice/layout/breadcrumb/BackofficeTopbarPortalContext.js} +2 -2
  167. package/lib/esm/components/backoffice/layout/breadcrumb/BackofficeTopbarPortalContext.js.map +1 -0
  168. package/lib/esm/components/backoffice/layout/breadcrumb/assertValidBreadcrumb.js +16 -0
  169. package/lib/esm/components/backoffice/layout/breadcrumb/assertValidBreadcrumb.js.map +1 -0
  170. package/lib/esm/components/backoffice/layout/breadcrumb/backofficeTopbarBreadcrumb.css.js +7 -0
  171. package/lib/esm/components/backoffice/layout/breadcrumb/backofficeTopbarBreadcrumb.css.js.map +1 -0
  172. package/lib/esm/{buildBreadcrumbs-C9cyiXb7.js → components/backoffice/layout/breadcrumb/buildBreadcrumbs.js} +7 -3
  173. package/lib/esm/components/backoffice/layout/breadcrumb/buildBreadcrumbs.js.map +1 -0
  174. package/lib/esm/components/backoffice/layout/breadcrumb/types.js +0 -0
  175. package/lib/esm/components/backoffice/layout/buildSidebarSections.js +301 -0
  176. package/lib/esm/components/backoffice/layout/buildSidebarSections.js.map +1 -0
  177. package/lib/esm/components/backoffice/layout/mapViewerToSidebarProfileView.js +18 -0
  178. package/lib/esm/components/backoffice/layout/mapViewerToSidebarProfileView.js.map +1 -0
  179. package/lib/esm/components/backoffice/layout/sidebarUtils.js +98 -0
  180. package/lib/esm/components/backoffice/layout/sidebarUtils.js.map +1 -0
  181. package/lib/esm/components/backoffice/list/RowFlagsCell.css.js +7 -0
  182. package/lib/esm/components/backoffice/list/RowFlagsCell.css.js.map +1 -0
  183. package/lib/esm/components/backoffice/list/RowFlagsCell.js +37 -0
  184. package/lib/esm/components/backoffice/list/RowFlagsCell.js.map +1 -0
  185. package/lib/esm/components/backoffice/lists/BackofficeListToolbar.js +33 -0
  186. package/lib/esm/components/backoffice/lists/BackofficeListToolbar.js.map +1 -0
  187. package/lib/esm/components/backoffice/lists/backofficeListToolbar.css.js +13 -0
  188. package/lib/esm/components/backoffice/lists/backofficeListToolbar.css.js.map +1 -0
  189. package/lib/esm/components/backoffice/overview/BackofficeOverviewLayout.js +31 -0
  190. package/lib/esm/components/backoffice/overview/BackofficeOverviewLayout.js.map +1 -0
  191. package/lib/esm/components/backoffice/overview/backofficeOverviewLayout.css.js +7 -0
  192. package/lib/esm/components/backoffice/overview/backofficeOverviewLayout.css.js.map +1 -0
  193. package/lib/esm/components/backoffice/pickers/EntityIdPickerDialog.js +117 -0
  194. package/lib/esm/components/backoffice/pickers/EntityIdPickerDialog.js.map +1 -0
  195. package/lib/esm/components/backoffice/pickers/entityIdPickerDialog.css.js +7 -0
  196. package/lib/esm/components/backoffice/pickers/entityIdPickerDialog.css.js.map +1 -0
  197. package/lib/esm/components/backoffice/pickers/shared/EntityPickerList.js +27 -0
  198. package/lib/esm/components/backoffice/pickers/shared/EntityPickerList.js.map +1 -0
  199. package/lib/esm/components/backoffice/pickers/shared/EntityPickerRowBase.js +23 -0
  200. package/lib/esm/components/backoffice/pickers/shared/EntityPickerRowBase.js.map +1 -0
  201. package/lib/esm/components/backoffice/pickers/shared/EntityPickerShell.js +28 -0
  202. package/lib/esm/components/backoffice/pickers/shared/EntityPickerShell.js.map +1 -0
  203. package/lib/esm/components/backoffice/pickers/types.js +0 -0
  204. package/lib/esm/components/backoffice/refs/BackofficeEntityIdRef.js +35 -0
  205. package/lib/esm/components/backoffice/refs/BackofficeEntityIdRef.js.map +1 -0
  206. package/lib/esm/components/backoffice/refs/BackofficeEntityLink.js +30 -0
  207. package/lib/esm/components/backoffice/refs/BackofficeEntityLink.js.map +1 -0
  208. package/lib/esm/components/backoffice/refs/BackofficeRelatedCountLink.js +65 -0
  209. package/lib/esm/components/backoffice/refs/BackofficeRelatedCountLink.js.map +1 -0
  210. package/lib/esm/components/backoffice/refs/backofficeEntityIdRef.css.js +7 -0
  211. package/lib/esm/components/backoffice/refs/backofficeEntityIdRef.css.js.map +1 -0
  212. package/lib/esm/components/backoffice/refs/backofficeRelatedCountLink.css.js +7 -0
  213. package/lib/esm/components/backoffice/refs/backofficeRelatedCountLink.css.js.map +1 -0
  214. package/lib/esm/components/backoffice/routing/BackofficeContentBoundary.js +24 -0
  215. package/lib/esm/components/backoffice/routing/BackofficeContentBoundary.js.map +1 -0
  216. package/lib/esm/components/backoffice/routing/BackofficeContentError.js +27 -0
  217. package/lib/esm/components/backoffice/routing/BackofficeContentError.js.map +1 -0
  218. package/lib/esm/components/backoffice/routing/BackofficeContentFallback.js +47 -0
  219. package/lib/esm/components/backoffice/routing/BackofficeContentFallback.js.map +1 -0
  220. package/lib/esm/components/backoffice/routing/BackofficeRouteFallback.js +25 -0
  221. package/lib/esm/components/backoffice/routing/BackofficeRouteFallback.js.map +1 -0
  222. package/lib/esm/components/backoffice/routing/BackofficeRoutePendingBar.js +12 -0
  223. package/lib/esm/components/backoffice/routing/BackofficeRoutePendingBar.js.map +1 -0
  224. package/lib/esm/components/backoffice/routing/backofficeContentBoundary.css.js +7 -0
  225. package/lib/esm/components/backoffice/routing/backofficeContentBoundary.css.js.map +1 -0
  226. package/lib/esm/components/backoffice/routing/backofficeContentError.css.js +7 -0
  227. package/lib/esm/components/backoffice/routing/backofficeContentError.css.js.map +1 -0
  228. package/lib/esm/components/backoffice/routing/backofficeContentFallback.css.js +7 -0
  229. package/lib/esm/components/backoffice/routing/backofficeContentFallback.css.js.map +1 -0
  230. package/lib/esm/components/backoffice/routing/backofficeRouteFallback.css.js +7 -0
  231. package/lib/esm/components/backoffice/routing/backofficeRouteFallback.css.js.map +1 -0
  232. package/lib/esm/components/backoffice/routing/backofficeRoutePendingBar.css.js +7 -0
  233. package/lib/esm/components/backoffice/routing/backofficeRoutePendingBar.css.js.map +1 -0
  234. package/lib/esm/components/backoffice/scaffolds/BackofficeEntityDetailScaffold.js +12 -0
  235. package/lib/esm/components/backoffice/scaffolds/BackofficeEntityDetailScaffold.js.map +1 -0
  236. package/lib/esm/components/backoffice/scaffolds/BackofficeEntityListScaffold.js +506 -0
  237. package/lib/esm/components/backoffice/scaffolds/BackofficeEntityListScaffold.js.map +1 -0
  238. package/lib/esm/components/backoffice/scaffolds/BackofficeListFilterContext.js +40 -0
  239. package/lib/esm/components/backoffice/scaffolds/BackofficeListFilterContext.js.map +1 -0
  240. package/lib/esm/components/backoffice/scaffolds/BackofficeTabbedDetailShell.js +24 -0
  241. package/lib/esm/components/backoffice/scaffolds/BackofficeTabbedDetailShell.js.map +1 -0
  242. package/lib/esm/components/backoffice/scaffolds/backofficeEntityListScaffold.css.js +7 -0
  243. package/lib/esm/components/backoffice/scaffolds/backofficeEntityListScaffold.css.js.map +1 -0
  244. package/lib/esm/components/backoffice/scaffolds/backofficeTabbedDetailShell.css.js +7 -0
  245. package/lib/esm/components/backoffice/scaffolds/backofficeTabbedDetailShell.css.js.map +1 -0
  246. package/lib/esm/components/backoffice/shared/BackofficeFilterableCell.js +41 -0
  247. package/lib/esm/components/backoffice/shared/BackofficeFilterableCell.js.map +1 -0
  248. package/lib/esm/components/backoffice/shared/BackofficeFormattedCurrency.js +17 -0
  249. package/lib/esm/components/backoffice/shared/BackofficeFormattedCurrency.js.map +1 -0
  250. package/lib/esm/components/backoffice/shared/BackofficeFormattedNumber.js +17 -0
  251. package/lib/esm/components/backoffice/shared/BackofficeFormattedNumber.js.map +1 -0
  252. package/lib/esm/components/backoffice/shared/BackofficeInlineFilterRow.js +12 -0
  253. package/lib/esm/components/backoffice/shared/BackofficeInlineFilterRow.js.map +1 -0
  254. package/lib/esm/components/backoffice/shared/backofficeFilterableCell.css.js +16 -0
  255. package/lib/esm/components/backoffice/shared/backofficeFilterableCell.css.js.map +1 -0
  256. package/lib/esm/components/backoffice/shared/backofficeInlineFilterRow.css.js +7 -0
  257. package/lib/esm/components/backoffice/shared/backofficeInlineFilterRow.css.js.map +1 -0
  258. package/lib/esm/components/backoffice/tools/BackofficeToolsDocPanel.js +41 -0
  259. package/lib/esm/components/backoffice/tools/BackofficeToolsDocPanel.js.map +1 -0
  260. package/lib/esm/components/backoffice/tools/BackofficeToolsErrorFallback.js +48 -0
  261. package/lib/esm/components/backoffice/tools/BackofficeToolsErrorFallback.js.map +1 -0
  262. package/lib/esm/components/backoffice/tools/BackofficeToolsJsonForm.js +63 -0
  263. package/lib/esm/components/backoffice/tools/BackofficeToolsJsonForm.js.map +1 -0
  264. package/lib/esm/components/backoffice/tools/BackofficeToolsQueryBoundary.js +35 -0
  265. package/lib/esm/components/backoffice/tools/BackofficeToolsQueryBoundary.js.map +1 -0
  266. package/lib/esm/components/backoffice/tools/backofficeToolsDocPanel.css.js +7 -0
  267. package/lib/esm/components/backoffice/tools/backofficeToolsDocPanel.css.js.map +1 -0
  268. package/lib/esm/components/backoffice/tools/backofficeToolsForm.css.js +7 -0
  269. package/lib/esm/components/backoffice/tools/backofficeToolsForm.css.js.map +1 -0
  270. package/lib/esm/components/backoffice/tools/backofficeToolsJsonForm.css.js +7 -0
  271. package/lib/esm/components/backoffice/tools/backofficeToolsJsonForm.css.js.map +1 -0
  272. package/lib/esm/components/backoffice/tools/parseToolJson.js +13 -0
  273. package/lib/esm/components/backoffice/tools/parseToolJson.js.map +1 -0
  274. package/lib/esm/filters/filterHelpers.js +26 -0
  275. package/lib/esm/filters/filterHelpers.js.map +1 -0
  276. package/lib/esm/hooks/useAuth.js +444 -0
  277. package/lib/esm/hooks/useAuth.js.map +1 -0
  278. package/lib/esm/hooks/useBackofficeAuth.js +89 -0
  279. package/lib/esm/hooks/useBackofficeAuth.js.map +1 -0
  280. package/lib/esm/hooks/useBackofficeInfiniteScrollSentinel.js +39 -0
  281. package/lib/esm/hooks/useBackofficeInfiniteScrollSentinel.js.map +1 -0
  282. package/lib/esm/hooks/useBackofficeListRefetch.js +50 -0
  283. package/lib/esm/hooks/useBackofficeListRefetch.js.map +1 -0
  284. package/lib/esm/{useBackofficeListUrlState-D4fx5O7u.js → hooks/useBackofficeListUrlState.js} +2 -2
  285. package/lib/esm/hooks/useBackofficeListUrlState.js.map +1 -0
  286. package/lib/esm/hooks/useBackofficeLoadMore.js +18 -0
  287. package/lib/esm/hooks/useBackofficeLoadMore.js.map +1 -0
  288. package/lib/esm/hooks/useBackofficeSessionAuth.js +33 -0
  289. package/lib/esm/hooks/useBackofficeSessionAuth.js.map +1 -0
  290. package/lib/esm/hooks/useBackofficeSidebarPins.js +89 -0
  291. package/lib/esm/hooks/useBackofficeSidebarPins.js.map +1 -0
  292. package/lib/esm/hooks/useConditionalSubscription.js +63 -0
  293. package/lib/esm/hooks/useConditionalSubscription.js.map +1 -0
  294. package/lib/esm/hooks/useCopyToClipboard.js +31 -0
  295. package/lib/esm/hooks/useCopyToClipboard.js.map +1 -0
  296. package/lib/esm/hooks/useInfiniteConnection.js +95 -0
  297. package/lib/esm/hooks/useInfiniteConnection.js.map +1 -0
  298. package/lib/esm/hooks/useRefetchNeededReload.js +23 -0
  299. package/lib/esm/hooks/useRefetchNeededReload.js.map +1 -0
  300. package/lib/esm/hooks/useSidebarGroupCollapse.js +70 -0
  301. package/lib/esm/hooks/useSidebarGroupCollapse.js.map +1 -0
  302. package/lib/esm/i18n/createI18nInstance.js +68 -0
  303. package/lib/esm/i18n/createI18nInstance.js.map +1 -0
  304. package/lib/esm/i18n/locales/en/backofficeReact.js +436 -0
  305. package/lib/esm/i18n/locales/en/backofficeReact.js.map +1 -0
  306. package/lib/esm/i18n/locales/fr/backofficeReact.js +439 -0
  307. package/lib/esm/i18n/locales/fr/backofficeReact.js.map +1 -0
  308. package/lib/esm/i18n/mergeResourceLanguages.js +22 -0
  309. package/lib/esm/i18n/mergeResourceLanguages.js.map +1 -0
  310. package/lib/esm/i18n/resources.js +23 -0
  311. package/lib/esm/i18n/resources.js.map +1 -0
  312. package/lib/esm/i18n/useBackofficeFormats.js +23 -0
  313. package/lib/esm/i18n/useBackofficeFormats.js.map +1 -0
  314. package/lib/esm/i18n/useBackofficeReactTranslation.js +9 -0
  315. package/lib/esm/i18n/useBackofficeReactTranslation.js.map +1 -0
  316. package/lib/esm/i18n/useReviewStatusLabel.js +19 -0
  317. package/lib/esm/i18n/useReviewStatusLabel.js.map +1 -0
  318. package/lib/esm/index.js +73 -0
  319. package/lib/esm/modules/base64.js +21 -0
  320. package/lib/esm/modules/base64.js.map +1 -0
  321. package/lib/esm/modules/formatFileSize.js +28 -0
  322. package/lib/esm/modules/formatFileSize.js.map +1 -0
  323. package/lib/esm/modules/sharedSchemaTypes.js +0 -0
  324. package/lib/esm/modules/webauthn.js +33 -0
  325. package/lib/esm/modules/webauthn.js.map +1 -0
  326. package/lib/esm/node_modules/@babel/runtime/helpers/arrayLikeToArray.js +15 -0
  327. package/lib/esm/node_modules/@babel/runtime/helpers/arrayLikeToArray.js.map +1 -0
  328. package/lib/esm/node_modules/@babel/runtime/helpers/arrayWithoutHoles.js +15 -0
  329. package/lib/esm/node_modules/@babel/runtime/helpers/arrayWithoutHoles.js.map +1 -0
  330. package/lib/esm/node_modules/@babel/runtime/helpers/defineProperty.js +20 -0
  331. package/lib/esm/node_modules/@babel/runtime/helpers/defineProperty.js.map +1 -0
  332. package/lib/esm/node_modules/@babel/runtime/helpers/interopRequireDefault.js +13 -0
  333. package/lib/esm/node_modules/@babel/runtime/helpers/interopRequireDefault.js.map +1 -0
  334. package/lib/esm/node_modules/@babel/runtime/helpers/iterableToArray.js +13 -0
  335. package/lib/esm/node_modules/@babel/runtime/helpers/iterableToArray.js.map +1 -0
  336. package/lib/esm/node_modules/@babel/runtime/helpers/nonIterableSpread.js +13 -0
  337. package/lib/esm/node_modules/@babel/runtime/helpers/nonIterableSpread.js.map +1 -0
  338. package/lib/esm/node_modules/@babel/runtime/helpers/objectSpread2.js +33 -0
  339. package/lib/esm/node_modules/@babel/runtime/helpers/objectSpread2.js.map +1 -0
  340. package/lib/esm/node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js +19 -0
  341. package/lib/esm/node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js.map +1 -0
  342. package/lib/esm/node_modules/@babel/runtime/helpers/toConsumableArray.js +18 -0
  343. package/lib/esm/node_modules/@babel/runtime/helpers/toConsumableArray.js.map +1 -0
  344. package/lib/esm/node_modules/@babel/runtime/helpers/toPrimitive.js +22 -0
  345. package/lib/esm/node_modules/@babel/runtime/helpers/toPrimitive.js.map +1 -0
  346. package/lib/esm/node_modules/@babel/runtime/helpers/toPropertyKey.js +17 -0
  347. package/lib/esm/node_modules/@babel/runtime/helpers/toPropertyKey.js.map +1 -0
  348. package/lib/esm/node_modules/@babel/runtime/helpers/typeof.js +18 -0
  349. package/lib/esm/node_modules/@babel/runtime/helpers/typeof.js.map +1 -0
  350. package/lib/esm/node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js +19 -0
  351. package/lib/esm/node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js.map +1 -0
  352. package/lib/esm/node_modules/@vanilla-extract/recipes/dist/createRuntimeFn-62c9670f.esm.js +80 -0
  353. package/lib/esm/node_modules/@vanilla-extract/recipes/dist/createRuntimeFn-62c9670f.esm.js.map +1 -0
  354. package/lib/esm/node_modules/fbjs/lib/areEqual.js +42 -0
  355. package/lib/esm/node_modules/fbjs/lib/areEqual.js.map +1 -0
  356. package/lib/esm/node_modules/invariant/browser.js +30 -0
  357. package/lib/esm/node_modules/invariant/browser.js.map +1 -0
  358. package/lib/esm/node_modules/relay-test-utils/index.js +11 -0
  359. package/lib/esm/node_modules/relay-test-utils/index.js.map +1 -0
  360. package/lib/esm/node_modules/relay-test-utils/lib/RelayMockPayloadGenerator.js +288 -0
  361. package/lib/esm/node_modules/relay-test-utils/lib/RelayMockPayloadGenerator.js.map +1 -0
  362. package/lib/esm/node_modules/relay-test-utils/lib/RelayModernMockEnvironment.js +183 -0
  363. package/lib/esm/node_modules/relay-test-utils/lib/RelayModernMockEnvironment.js.map +1 -0
  364. package/lib/esm/node_modules/relay-test-utils/lib/RelayResolverTestUtils.js +19 -0
  365. package/lib/esm/node_modules/relay-test-utils/lib/RelayResolverTestUtils.js.map +1 -0
  366. package/lib/esm/node_modules/relay-test-utils/lib/index.js +21 -0
  367. package/lib/esm/node_modules/relay-test-utils/lib/index.js.map +1 -0
  368. package/lib/esm/node_modules/relay-test-utils/lib/unwrapContainer.js +16 -0
  369. package/lib/esm/node_modules/relay-test-utils/lib/unwrapContainer.js.map +1 -0
  370. package/lib/esm/pages/BackofficeAcceptInvitationPage.js +24 -0
  371. package/lib/esm/pages/BackofficeAcceptInvitationPage.js.map +1 -0
  372. package/lib/esm/pages/BackofficeDashboardPage.helpers.js +18 -0
  373. package/lib/esm/pages/BackofficeDashboardPage.helpers.js.map +1 -0
  374. package/lib/esm/pages/BackofficeDashboardPage.js +266 -0
  375. package/lib/esm/pages/BackofficeDashboardPage.js.map +1 -0
  376. package/lib/esm/pages/BackofficeEntityDetailLayoutPage.js +18 -0
  377. package/lib/esm/pages/BackofficeEntityDetailLayoutPage.js.map +1 -0
  378. package/lib/esm/pages/BackofficeEntityDetailPage.helpers.js +14 -0
  379. package/lib/esm/pages/BackofficeEntityDetailPage.helpers.js.map +1 -0
  380. package/lib/esm/pages/BackofficeEntityDetailPage.js +474 -0
  381. package/lib/esm/pages/BackofficeEntityDetailPage.js.map +1 -0
  382. package/lib/esm/pages/BackofficeEntityDetailPage.view-helpers.js +414 -0
  383. package/lib/esm/pages/BackofficeEntityDetailPage.view-helpers.js.map +1 -0
  384. package/lib/esm/{BackofficeEntityDetailUnknownPageRedirect-xupMeril.js → pages/BackofficeEntityDetailUnknownPageRedirect.js} +3 -3
  385. package/lib/esm/pages/BackofficeEntityDetailUnknownPageRedirect.js.map +1 -0
  386. package/lib/esm/pages/BackofficeEntityListPage.helpers.js +37 -0
  387. package/lib/esm/pages/BackofficeEntityListPage.helpers.js.map +1 -0
  388. package/lib/esm/pages/BackofficeEntityListPage.js +381 -0
  389. package/lib/esm/pages/BackofficeEntityListPage.js.map +1 -0
  390. package/lib/esm/pages/BackofficeHubPage.js +122 -0
  391. package/lib/esm/pages/BackofficeHubPage.js.map +1 -0
  392. package/lib/esm/pages/BackofficeLayoutPage.js +273 -0
  393. package/lib/esm/pages/BackofficeLayoutPage.js.map +1 -0
  394. package/lib/esm/pages/BackofficeLoginPage.js +47 -0
  395. package/lib/esm/pages/BackofficeLoginPage.js.map +1 -0
  396. package/lib/esm/{BackofficePasswordResetCompletePage-OApMUiOi.js → pages/BackofficePasswordResetCompletePage.js} +17 -17
  397. package/lib/esm/pages/BackofficePasswordResetCompletePage.js.map +1 -0
  398. package/lib/esm/{BackofficePasswordResetRequestPage-DPDImb37.js → pages/BackofficePasswordResetRequestPage.js} +14 -15
  399. package/lib/esm/pages/BackofficePasswordResetRequestPage.js.map +1 -0
  400. package/lib/esm/{BackofficeVerifyEmailPage-DHuSOxDf.js → pages/BackofficeVerifyEmailPage.js} +17 -17
  401. package/lib/esm/pages/BackofficeVerifyEmailPage.js.map +1 -0
  402. package/lib/esm/pages/backofficeDashboardPage.css.js +7 -0
  403. package/lib/esm/pages/backofficeDashboardPage.css.js.map +1 -0
  404. package/lib/esm/pages/backofficeEntityDetailPage.css.js +7 -0
  405. package/lib/esm/pages/backofficeEntityDetailPage.css.js.map +1 -0
  406. package/lib/esm/pages/backofficeEntityListPage.css.js +7 -0
  407. package/lib/esm/pages/backofficeEntityListPage.css.js.map +1 -0
  408. package/lib/esm/pages/dashboard/DashboardMetricGroup.js +25 -0
  409. package/lib/esm/pages/dashboard/DashboardMetricGroup.js.map +1 -0
  410. package/lib/esm/pages/dashboard/DashboardPanel.js +15 -0
  411. package/lib/esm/pages/dashboard/DashboardPanel.js.map +1 -0
  412. package/lib/esm/pages/dashboard/DashboardQuickActions.js +27 -0
  413. package/lib/esm/pages/dashboard/DashboardQuickActions.js.map +1 -0
  414. package/lib/esm/pages/dashboard/DashboardStatusList.js +28 -0
  415. package/lib/esm/pages/dashboard/DashboardStatusList.js.map +1 -0
  416. package/lib/esm/pages/dashboard/dashboardMetricGroup.css.js +8 -0
  417. package/lib/esm/pages/dashboard/dashboardMetricGroup.css.js.map +1 -0
  418. package/lib/esm/pages/dashboard/dashboardPanel.css.js +7 -0
  419. package/lib/esm/pages/dashboard/dashboardPanel.css.js.map +1 -0
  420. package/lib/esm/pages/dashboard/dashboardQuickActions.css.js +7 -0
  421. package/lib/esm/pages/dashboard/dashboardQuickActions.css.js.map +1 -0
  422. package/lib/esm/pages/dashboard/dashboardStatusList.css.js +7 -0
  423. package/lib/esm/pages/dashboard/dashboardStatusList.css.js.map +1 -0
  424. package/lib/esm/{BackofficeEntityDetailLayoutContext-DeuH5PCW.js → pages/detail/BackofficeEntityDetailLayoutContext.js} +2 -2
  425. package/lib/esm/pages/detail/BackofficeEntityDetailLayoutContext.js.map +1 -0
  426. package/lib/esm/pages/detail/buildTabsItems.js +10 -0
  427. package/lib/esm/pages/detail/buildTabsItems.js.map +1 -0
  428. package/lib/esm/{pageResolution-hAQA5C6S.js → pages/detail/pageResolution.js} +2 -2
  429. package/lib/esm/pages/detail/pageResolution.js.map +1 -0
  430. package/lib/esm/provider/BackofficeConfigContext.js +12 -0
  431. package/lib/esm/provider/BackofficeConfigContext.js.map +1 -0
  432. package/lib/esm/provider/BackofficeProvider.js +171 -0
  433. package/lib/esm/provider/BackofficeProvider.js.map +1 -0
  434. package/lib/esm/provider/entityRegistry.js +95 -0
  435. package/lib/esm/provider/entityRegistry.js.map +1 -0
  436. package/lib/esm/provider/lazyValue.js +14 -0
  437. package/lib/esm/provider/lazyValue.js.map +1 -0
  438. package/lib/esm/provider/types.js +0 -0
  439. package/lib/esm/provider/useBackofficeEntityLoader.js +141 -0
  440. package/lib/esm/provider/useBackofficeEntityLoader.js.map +1 -0
  441. package/lib/esm/{useBackofficeLazyValue-CoIAK-5N.js → provider/useBackofficeLazyValue.js} +15 -7
  442. package/lib/esm/provider/useBackofficeLazyValue.js.map +1 -0
  443. package/lib/esm/relay/RelayProvider.js +13 -0
  444. package/lib/esm/relay/RelayProvider.js.map +1 -0
  445. package/lib/esm/relay/connectionUtils.js +19 -0
  446. package/lib/esm/relay/connectionUtils.js.map +1 -0
  447. package/lib/esm/relay/createInlineDataReader.js +2 -0
  448. package/lib/esm/relay/createInlineReader.js +7 -0
  449. package/lib/esm/relay/createInlineReader.js.map +1 -0
  450. package/lib/esm/relay/envHelpers.js +55 -0
  451. package/lib/esm/relay/envHelpers.js.map +1 -0
  452. package/lib/esm/{environment-DQfVyWHJ.js → relay/environment.js} +90 -100
  453. package/lib/esm/relay/environment.js.map +1 -0
  454. package/lib/esm/relay/identityView.js +6 -0
  455. package/lib/esm/relay/identityView.js.map +1 -0
  456. package/lib/esm/{mutationResult-CcQMY13J.js → relay/mutationResult.js} +2 -2
  457. package/lib/esm/relay/mutationResult.js.map +1 -0
  458. package/lib/esm/{useRelayEnvironment-vQ86aW-n.js → relay/useRelayEnvironment.js} +2 -2
  459. package/lib/esm/relay/useRelayEnvironment.js.map +1 -0
  460. package/lib/esm/{backofficeAuthPaths-2KMmkBLv.js → router/backofficeAuthPaths.js} +2 -2
  461. package/lib/esm/router/backofficeAuthPaths.js.map +1 -0
  462. package/lib/esm/router/createBackofficeRoutes.js +322 -0
  463. package/lib/esm/router/createBackofficeRoutes.js.map +1 -0
  464. package/lib/esm/storybook/relay/RelayStory.css.js +7 -0
  465. package/lib/esm/storybook/relay/RelayStory.css.js.map +1 -0
  466. package/lib/esm/storybook/relay/RelayStory.js +86 -0
  467. package/lib/esm/storybook/relay/RelayStory.js.map +1 -0
  468. package/lib/esm/storybook/relay/mockResolvers.js +99 -0
  469. package/lib/esm/storybook/relay/mockResolvers.js.map +1 -0
  470. package/lib/esm/storybook/relay/relay-test-utils.d.js +0 -0
  471. package/lib/esm/style.css +1 -1
  472. package/lib/esm/style.js +1 -0
  473. package/lib/esm/subscriptions/useCursorResumableSubscription.js +29 -0
  474. package/lib/esm/subscriptions/useCursorResumableSubscription.js.map +1 -0
  475. package/lib/types/auth/AuthRefreshNotice.d.ts +14 -0
  476. package/lib/types/auth/AuthRefreshNotice.d.ts.map +1 -0
  477. package/lib/types/auth/TotpQrCode.d.ts +17 -0
  478. package/lib/types/auth/TotpQrCode.d.ts.map +1 -0
  479. package/lib/types/auth/authRefreshNotice.css.d.ts +4 -0
  480. package/lib/types/auth/authRefreshNotice.css.d.ts.map +1 -0
  481. package/lib/types/auth/login/LoginFlow.d.ts.map +1 -1
  482. package/lib/types/auth/login/MfaChallengeForm.d.ts.map +1 -1
  483. package/lib/types/auth/login/PasskeyLoginForm.d.ts.map +1 -1
  484. package/lib/types/auth/pages/AcceptInvitationScreen.d.ts.map +1 -1
  485. package/lib/types/components/backoffice/actions/BackofficeEntityActionFormDialog.d.ts.map +1 -1
  486. package/lib/types/components/backoffice/actions/LazyBackofficeEntityActionFormDialog.d.ts.map +1 -1
  487. package/lib/types/components/backoffice/actions/backofficeEntityActionFormDialog.css.d.ts +4 -0
  488. package/lib/types/components/backoffice/actions/backofficeEntityActionFormDialog.css.d.ts.map +1 -1
  489. package/lib/types/components/backoffice/detail/BackofficeAuditMetadataPanel.d.ts +19 -0
  490. package/lib/types/components/backoffice/detail/BackofficeAuditMetadataPanel.d.ts.map +1 -0
  491. package/lib/types/components/backoffice/detail/BackofficeDetailRelationLink.d.ts +3 -5
  492. package/lib/types/components/backoffice/detail/BackofficeDetailRelationLink.d.ts.map +1 -1
  493. package/lib/types/components/backoffice/detail/BackofficeDetailRelationListBlock.d.ts +3 -4
  494. package/lib/types/components/backoffice/detail/BackofficeDetailRelationListBlock.d.ts.map +1 -1
  495. package/lib/types/components/backoffice/detail/BackofficeDetailSection.d.ts.map +1 -1
  496. package/lib/types/components/backoffice/detail/BackofficeEntityRefLink.d.ts +15 -0
  497. package/lib/types/components/backoffice/detail/BackofficeEntityRefLink.d.ts.map +1 -0
  498. package/lib/types/components/backoffice/detail/BackofficeEntitySummaryHeader.d.ts +34 -0
  499. package/lib/types/components/backoffice/detail/BackofficeEntitySummaryHeader.d.ts.map +1 -0
  500. package/lib/types/components/backoffice/detail/BackofficeEnumLabel.d.ts +9 -0
  501. package/lib/types/components/backoffice/detail/BackofficeEnumLabel.d.ts.map +1 -0
  502. package/lib/types/components/backoffice/detail/BackofficeKpiStrip.d.ts +17 -0
  503. package/lib/types/components/backoffice/detail/BackofficeKpiStrip.d.ts.map +1 -0
  504. package/lib/types/components/backoffice/detail/BackofficeLifecycleTimelineSection.d.ts +20 -0
  505. package/lib/types/components/backoffice/detail/BackofficeLifecycleTimelineSection.d.ts.map +1 -0
  506. package/lib/types/components/backoffice/detail/BackofficePayloadInspectorSection.d.ts +15 -0
  507. package/lib/types/components/backoffice/detail/BackofficePayloadInspectorSection.d.ts.map +1 -0
  508. package/lib/types/components/backoffice/detail/BackofficeReferenceValue.d.ts +9 -0
  509. package/lib/types/components/backoffice/detail/BackofficeReferenceValue.d.ts.map +1 -0
  510. package/lib/types/components/backoffice/detail/BackofficeRelationsSummaryGrid.d.ts +17 -0
  511. package/lib/types/components/backoffice/detail/BackofficeRelationsSummaryGrid.d.ts.map +1 -0
  512. package/lib/types/components/backoffice/detail/BackofficeScopeStack.d.ts +13 -0
  513. package/lib/types/components/backoffice/detail/BackofficeScopeStack.d.ts.map +1 -0
  514. package/lib/types/components/backoffice/detail/BackofficeStatusMetaBadge.d.ts +13 -0
  515. package/lib/types/components/backoffice/detail/BackofficeStatusMetaBadge.d.ts.map +1 -0
  516. package/lib/types/components/backoffice/detail/BackofficeTokenUsageBreakdown.d.ts +18 -0
  517. package/lib/types/components/backoffice/detail/BackofficeTokenUsageBreakdown.d.ts.map +1 -0
  518. package/lib/types/components/backoffice/detail/BackofficeUsageCostBreakdown.d.ts +31 -0
  519. package/lib/types/components/backoffice/detail/BackofficeUsageCostBreakdown.d.ts.map +1 -0
  520. package/lib/types/components/backoffice/detail/backofficeAuditMetadataPanel.css.d.ts +5 -0
  521. package/lib/types/components/backoffice/detail/backofficeAuditMetadataPanel.css.d.ts.map +1 -0
  522. package/lib/types/components/backoffice/detail/backofficeDetailField.css.d.ts +1 -0
  523. package/lib/types/components/backoffice/detail/backofficeDetailField.css.d.ts.map +1 -1
  524. package/lib/types/components/backoffice/detail/backofficeDetailLayout.css.d.ts.map +1 -1
  525. package/lib/types/components/backoffice/detail/backofficeDetailRelationLink.css.d.ts +2 -0
  526. package/lib/types/components/backoffice/detail/backofficeDetailRelationLink.css.d.ts.map +1 -1
  527. package/lib/types/components/backoffice/detail/backofficeEntitySummaryHeader.css.d.ts +12 -0
  528. package/lib/types/components/backoffice/detail/backofficeEntitySummaryHeader.css.d.ts.map +1 -0
  529. package/lib/types/components/backoffice/detail/backofficeKpiStrip.css.d.ts +5 -0
  530. package/lib/types/components/backoffice/detail/backofficeKpiStrip.css.d.ts.map +1 -0
  531. package/lib/types/components/backoffice/detail/backofficeLifecycleTimelineSection.css.d.ts +3 -0
  532. package/lib/types/components/backoffice/detail/backofficeLifecycleTimelineSection.css.d.ts.map +1 -0
  533. package/lib/types/components/backoffice/detail/backofficePayloadInspectorSection.css.d.ts +4 -0
  534. package/lib/types/components/backoffice/detail/backofficePayloadInspectorSection.css.d.ts.map +1 -0
  535. package/lib/types/components/backoffice/detail/backofficeReferenceValue.css.d.ts +3 -0
  536. package/lib/types/components/backoffice/detail/backofficeReferenceValue.css.d.ts.map +1 -0
  537. package/lib/types/components/backoffice/detail/backofficeRelationsSummaryGrid.css.d.ts +6 -0
  538. package/lib/types/components/backoffice/detail/backofficeRelationsSummaryGrid.css.d.ts.map +1 -0
  539. package/lib/types/components/backoffice/detail/backofficeScopeStack.css.d.ts +5 -0
  540. package/lib/types/components/backoffice/detail/backofficeScopeStack.css.d.ts.map +1 -0
  541. package/lib/types/components/backoffice/detail/backofficeStatusMetaBadge.css.d.ts +2 -0
  542. package/lib/types/components/backoffice/detail/backofficeStatusMetaBadge.css.d.ts.map +1 -0
  543. package/lib/types/components/backoffice/detail/backofficeUsageCostBreakdown.css.d.ts +7 -0
  544. package/lib/types/components/backoffice/detail/backofficeUsageCostBreakdown.css.d.ts.map +1 -0
  545. package/lib/types/components/backoffice/detail/createBackofficeEntityLinkProps.d.ts +30 -0
  546. package/lib/types/components/backoffice/detail/createBackofficeEntityLinkProps.d.ts.map +1 -0
  547. package/lib/types/components/backoffice/errors/BackofficeErrorBoundary.stories.d.ts +12 -0
  548. package/lib/types/components/backoffice/errors/BackofficeErrorBoundary.stories.d.ts.map +1 -0
  549. package/lib/types/components/backoffice/filters/BackofficeFilterAction.d.ts +4 -4
  550. package/lib/types/components/backoffice/filters/BackofficeFilterAction.d.ts.map +1 -1
  551. package/lib/types/components/backoffice/filters/DeferredFilterSearchInput.d.ts +13 -0
  552. package/lib/types/components/backoffice/filters/DeferredFilterSearchInput.d.ts.map +1 -0
  553. package/lib/types/components/backoffice/filters/EntityIdFilterField.d.ts +4 -0
  554. package/lib/types/components/backoffice/filters/EntityIdFilterField.d.ts.map +1 -1
  555. package/lib/types/components/backoffice/filters/EntityIdFilterField.stories.d.ts +12 -0
  556. package/lib/types/components/backoffice/filters/EntityIdFilterField.stories.d.ts.map +1 -0
  557. package/lib/types/components/backoffice/filters/deferredFilterSearchInput.css.d.ts +3 -0
  558. package/lib/types/components/backoffice/filters/deferredFilterSearchInput.css.d.ts.map +1 -0
  559. package/lib/types/components/backoffice/filters/entityIdFilterField.css.d.ts +3 -0
  560. package/lib/types/components/backoffice/filters/entityIdFilterField.css.d.ts.map +1 -1
  561. package/lib/types/components/backoffice/hub/BackofficeHubTemplate.d.ts +36 -0
  562. package/lib/types/components/backoffice/hub/BackofficeHubTemplate.d.ts.map +1 -0
  563. package/lib/types/{pages/backofficeHubPage.css.d.ts → components/backoffice/hub/backofficeHubTemplate.css.d.ts} +5 -3
  564. package/lib/types/components/backoffice/hub/backofficeHubTemplate.css.d.ts.map +1 -0
  565. package/lib/types/components/backoffice/layout/breadcrumb/BackofficeTopbarBreadcrumb.d.ts.map +1 -1
  566. package/lib/types/components/backoffice/layout/breadcrumb/BackofficeTopbarPortalContext.d.ts +2 -0
  567. package/lib/types/components/backoffice/layout/breadcrumb/BackofficeTopbarPortalContext.d.ts.map +1 -1
  568. package/lib/types/components/backoffice/layout/breadcrumb/backofficeTopbarBreadcrumb.css.d.ts +3 -0
  569. package/lib/types/components/backoffice/layout/breadcrumb/backofficeTopbarBreadcrumb.css.d.ts.map +1 -1
  570. package/lib/types/components/backoffice/layout/breadcrumb/buildBreadcrumbs.d.ts +2 -2
  571. package/lib/types/components/backoffice/layout/breadcrumb/buildBreadcrumbs.d.ts.map +1 -1
  572. package/lib/types/components/backoffice/layout/buildSidebarSections.d.ts +1 -0
  573. package/lib/types/components/backoffice/layout/buildSidebarSections.d.ts.map +1 -1
  574. package/lib/types/components/backoffice/layout/sidebarUtils.d.ts +2 -1
  575. package/lib/types/components/backoffice/layout/sidebarUtils.d.ts.map +1 -1
  576. package/lib/types/components/backoffice/lists/BackofficeListToolbar.d.ts +16 -0
  577. package/lib/types/components/backoffice/lists/BackofficeListToolbar.d.ts.map +1 -0
  578. package/lib/types/components/backoffice/lists/backofficeListToolbar.css.d.ts +16 -0
  579. package/lib/types/components/backoffice/lists/backofficeListToolbar.css.d.ts.map +1 -0
  580. package/lib/types/components/backoffice/overview/BackofficeOverviewLayout.stories.d.ts +11 -0
  581. package/lib/types/components/backoffice/overview/BackofficeOverviewLayout.stories.d.ts.map +1 -0
  582. package/lib/types/components/backoffice/pickers/EntityIdPickerDialog.d.ts +1 -1
  583. package/lib/types/components/backoffice/pickers/EntityIdPickerDialog.d.ts.map +1 -1
  584. package/lib/types/components/backoffice/pickers/entityIdPickerDialog.css.d.ts +2 -0
  585. package/lib/types/components/backoffice/pickers/entityIdPickerDialog.css.d.ts.map +1 -1
  586. package/lib/types/components/backoffice/pickers/shared/EntityPickerList.d.ts.map +1 -1
  587. package/lib/types/components/backoffice/pickers/shared/EntityPickerShell.d.ts.map +1 -1
  588. package/lib/types/components/backoffice/pickers/types.d.ts +1 -1
  589. package/lib/types/components/backoffice/pickers/types.d.ts.map +1 -1
  590. package/lib/types/components/backoffice/refs/BackofficeEntityIdRef.d.ts +4 -4
  591. package/lib/types/components/backoffice/refs/BackofficeEntityIdRef.d.ts.map +1 -1
  592. package/lib/types/components/backoffice/refs/BackofficeEntityLink.d.ts +15 -0
  593. package/lib/types/components/backoffice/refs/BackofficeEntityLink.d.ts.map +1 -0
  594. package/lib/types/components/backoffice/refs/BackofficeRelatedCountLink.d.ts.map +1 -1
  595. package/lib/types/components/backoffice/refs/backofficeRelatedCountLink.css.d.ts +2 -0
  596. package/lib/types/components/backoffice/refs/backofficeRelatedCountLink.css.d.ts.map +1 -1
  597. package/lib/types/components/backoffice/routing/BackofficeContentError.d.ts +1 -1
  598. package/lib/types/components/backoffice/routing/BackofficeContentError.d.ts.map +1 -1
  599. package/lib/types/components/backoffice/routing/BackofficeRouteFallback.d.ts +4 -0
  600. package/lib/types/components/backoffice/routing/BackofficeRouteFallback.d.ts.map +1 -1
  601. package/lib/types/components/backoffice/scaffolds/BackofficeEntityDetailScaffold.d.ts.map +1 -1
  602. package/lib/types/components/backoffice/scaffolds/BackofficeEntityListScaffold.d.ts +10 -6
  603. package/lib/types/components/backoffice/scaffolds/BackofficeEntityListScaffold.d.ts.map +1 -1
  604. package/lib/types/components/backoffice/scaffolds/BackofficeListFilterContext.d.ts +3 -3
  605. package/lib/types/components/backoffice/scaffolds/BackofficeListFilterContext.d.ts.map +1 -1
  606. package/lib/types/components/backoffice/scaffolds/BackofficeTabbedDetailShell.stories.d.ts +11 -0
  607. package/lib/types/components/backoffice/scaffolds/BackofficeTabbedDetailShell.stories.d.ts.map +1 -0
  608. package/lib/types/components/backoffice/scaffolds/backofficeEntityListScaffold.css.d.ts.map +1 -1
  609. package/lib/types/components/backoffice/shared/BackofficeFilterableCell.d.ts +13 -0
  610. package/lib/types/components/backoffice/shared/BackofficeFilterableCell.d.ts.map +1 -0
  611. package/lib/types/components/backoffice/shared/BackofficeFormattedCurrency.d.ts +9 -0
  612. package/lib/types/components/backoffice/shared/BackofficeFormattedCurrency.d.ts.map +1 -0
  613. package/lib/types/components/backoffice/shared/BackofficeFormattedNumber.d.ts +9 -0
  614. package/lib/types/components/backoffice/shared/BackofficeFormattedNumber.d.ts.map +1 -0
  615. package/lib/types/components/backoffice/shared/backofficeFilterableCell.css.d.ts +12 -0
  616. package/lib/types/components/backoffice/shared/backofficeFilterableCell.css.d.ts.map +1 -0
  617. package/lib/types/components/backoffice/shared/backofficeInlineFilterRow.css.d.ts.map +1 -1
  618. package/lib/types/components/backoffice/tools/BackofficeToolsDocPanel.d.ts +11 -0
  619. package/lib/types/components/backoffice/tools/BackofficeToolsDocPanel.d.ts.map +1 -0
  620. package/lib/types/components/backoffice/tools/BackofficeToolsErrorFallback.d.ts +8 -0
  621. package/lib/types/components/backoffice/tools/BackofficeToolsErrorFallback.d.ts.map +1 -0
  622. package/lib/types/components/backoffice/tools/BackofficeToolsJsonForm.d.ts +15 -0
  623. package/lib/types/components/backoffice/tools/BackofficeToolsJsonForm.d.ts.map +1 -0
  624. package/lib/types/components/backoffice/tools/BackofficeToolsQueryBoundary.d.ts +7 -0
  625. package/lib/types/components/backoffice/tools/BackofficeToolsQueryBoundary.d.ts.map +1 -0
  626. package/lib/types/components/backoffice/tools/backofficeToolsDocPanel.css.d.ts +8 -0
  627. package/lib/types/components/backoffice/tools/backofficeToolsDocPanel.css.d.ts.map +1 -0
  628. package/lib/types/components/backoffice/tools/backofficeToolsForm.css.d.ts +7 -0
  629. package/lib/types/components/backoffice/tools/backofficeToolsForm.css.d.ts.map +1 -0
  630. package/lib/types/components/backoffice/tools/backofficeToolsJsonForm.css.d.ts +4 -0
  631. package/lib/types/components/backoffice/tools/backofficeToolsJsonForm.css.d.ts.map +1 -0
  632. package/lib/types/components/backoffice/tools/parseToolJson.d.ts +2 -0
  633. package/lib/types/components/backoffice/tools/parseToolJson.d.ts.map +1 -0
  634. package/lib/types/filters/filterHelpers.d.ts +3 -3
  635. package/lib/types/filters/filterHelpers.d.ts.map +1 -1
  636. package/lib/types/hooks/useAuth.d.ts.map +1 -1
  637. package/lib/types/hooks/useBackofficeInfiniteScrollSentinel.d.ts.map +1 -1
  638. package/lib/types/hooks/useBackofficeListRefetch.d.ts +7 -3
  639. package/lib/types/hooks/useBackofficeListRefetch.d.ts.map +1 -1
  640. package/lib/types/hooks/useBackofficeListUrlState.d.ts +2 -2
  641. package/lib/types/hooks/useBackofficeListUrlState.d.ts.map +1 -1
  642. package/lib/types/hooks/useInfiniteConnection.d.ts +37 -0
  643. package/lib/types/hooks/useInfiniteConnection.d.ts.map +1 -0
  644. package/lib/types/i18n/resources.d.ts +138 -7
  645. package/lib/types/i18n/resources.d.ts.map +1 -1
  646. package/lib/types/index.d.ts +31 -0
  647. package/lib/types/index.d.ts.map +1 -1
  648. package/lib/types/pages/BackofficeDashboardPage.d.ts.map +1 -1
  649. package/lib/types/pages/BackofficeEntityDetailPage.d.ts.map +1 -1
  650. package/lib/types/pages/BackofficeEntityDetailPage.view-helpers.d.ts +3 -8
  651. package/lib/types/pages/BackofficeEntityDetailPage.view-helpers.d.ts.map +1 -1
  652. package/lib/types/pages/BackofficeEntityListPage.d.ts +2 -2
  653. package/lib/types/pages/BackofficeEntityListPage.d.ts.map +1 -1
  654. package/lib/types/pages/BackofficeEntityListPage.helpers.d.ts +8 -4
  655. package/lib/types/pages/BackofficeEntityListPage.helpers.d.ts.map +1 -1
  656. package/lib/types/pages/BackofficeHubPage.d.ts.map +1 -1
  657. package/lib/types/pages/BackofficeLayoutPage.d.ts.map +1 -1
  658. package/lib/types/pages/BackofficePasswordResetCompletePage.d.ts.map +1 -1
  659. package/lib/types/pages/BackofficePasswordResetRequestPage.d.ts.map +1 -1
  660. package/lib/types/pages/BackofficeVerifyEmailPage.d.ts.map +1 -1
  661. package/lib/types/pages/backofficeDashboardPage.css.d.ts +1 -14
  662. package/lib/types/pages/backofficeDashboardPage.css.d.ts.map +1 -1
  663. package/lib/types/pages/backofficeEntityDetailPage.css.d.ts +2 -0
  664. package/lib/types/pages/backofficeEntityDetailPage.css.d.ts.map +1 -1
  665. package/lib/types/pages/dashboard/DashboardMetricGroup.d.ts +14 -0
  666. package/lib/types/pages/dashboard/DashboardMetricGroup.d.ts.map +1 -0
  667. package/lib/types/pages/dashboard/DashboardPanel.d.ts +9 -0
  668. package/lib/types/pages/dashboard/DashboardPanel.d.ts.map +1 -0
  669. package/lib/types/pages/dashboard/DashboardQuickActions.d.ts +13 -0
  670. package/lib/types/pages/dashboard/DashboardQuickActions.d.ts.map +1 -0
  671. package/lib/types/pages/dashboard/DashboardStatusList.d.ts +13 -0
  672. package/lib/types/pages/dashboard/DashboardStatusList.d.ts.map +1 -0
  673. package/lib/types/pages/dashboard/dashboardMetricGroup.css.d.ts +4 -0
  674. package/lib/types/pages/dashboard/dashboardMetricGroup.css.d.ts.map +1 -0
  675. package/lib/types/pages/dashboard/dashboardPanel.css.d.ts +2 -0
  676. package/lib/types/pages/dashboard/dashboardPanel.css.d.ts.map +1 -0
  677. package/lib/types/pages/dashboard/dashboardQuickActions.css.d.ts +5 -0
  678. package/lib/types/pages/dashboard/dashboardQuickActions.css.d.ts.map +1 -0
  679. package/lib/types/pages/dashboard/dashboardStatusList.css.d.ts +6 -0
  680. package/lib/types/pages/dashboard/dashboardStatusList.css.d.ts.map +1 -0
  681. package/lib/types/provider/BackofficeProvider.d.ts.map +1 -1
  682. package/lib/types/provider/types.d.ts +5 -1
  683. package/lib/types/provider/types.d.ts.map +1 -1
  684. package/lib/types/relay/connectionUtils.d.ts +10 -0
  685. package/lib/types/relay/connectionUtils.d.ts.map +1 -0
  686. package/lib/types/router/createBackofficeRoutes.d.ts.map +1 -1
  687. package/lib/types/storybook/relay/RelayStory.css.d.ts +5 -0
  688. package/lib/types/storybook/relay/RelayStory.css.d.ts.map +1 -0
  689. package/lib/types/storybook/relay/RelayStory.d.ts +35 -0
  690. package/lib/types/storybook/relay/RelayStory.d.ts.map +1 -0
  691. package/lib/types/storybook/relay/mockResolvers.d.ts +3 -0
  692. package/lib/types/storybook/relay/mockResolvers.d.ts.map +1 -0
  693. package/lib/types/subscriptions/useCursorResumableSubscription.d.ts +16 -0
  694. package/lib/types/subscriptions/useCursorResumableSubscription.d.ts.map +1 -0
  695. package/package.json +24 -9
  696. package/lib/esm/AcceptInvitationScreen-B1IPafwD.js.map +0 -1
  697. package/lib/esm/AuthPanel-BaIRFGbX.js.map +0 -1
  698. package/lib/esm/BackofficeAcceptInvitationPage-BfRsORii.js +0 -24
  699. package/lib/esm/BackofficeAcceptInvitationPage-BfRsORii.js.map +0 -1
  700. package/lib/esm/BackofficeDashboardPage-CZAcZwRc.js +0 -344
  701. package/lib/esm/BackofficeDashboardPage-CZAcZwRc.js.map +0 -1
  702. package/lib/esm/BackofficeDetailPayload-P61MDRLE.js +0 -94
  703. package/lib/esm/BackofficeDetailPayload-P61MDRLE.js.map +0 -1
  704. package/lib/esm/BackofficeEntityActionFormDialog-BgMuhyU8.js +0 -512
  705. package/lib/esm/BackofficeEntityActionFormDialog-BgMuhyU8.js.map +0 -1
  706. package/lib/esm/BackofficeEntityDetailLayoutContext-DeuH5PCW.js.map +0 -1
  707. package/lib/esm/BackofficeEntityDetailLayoutPage-Duc_DcIV.js +0 -18
  708. package/lib/esm/BackofficeEntityDetailLayoutPage-Duc_DcIV.js.map +0 -1
  709. package/lib/esm/BackofficeEntityDetailPage-ChxBrqz8.js +0 -1053
  710. package/lib/esm/BackofficeEntityDetailPage-ChxBrqz8.js.map +0 -1
  711. package/lib/esm/BackofficeEntityDetailUnknownPageRedirect-xupMeril.js.map +0 -1
  712. package/lib/esm/BackofficeEntityListPage-BACvfX6c.js +0 -404
  713. package/lib/esm/BackofficeEntityListPage-BACvfX6c.js.map +0 -1
  714. package/lib/esm/BackofficeHubPage-BsUXulN0.js +0 -136
  715. package/lib/esm/BackofficeHubPage-BsUXulN0.js.map +0 -1
  716. package/lib/esm/BackofficeLayoutPage-r6dXo9SI.js +0 -699
  717. package/lib/esm/BackofficeLayoutPage-r6dXo9SI.js.map +0 -1
  718. package/lib/esm/BackofficeLoginPage-BMPhO1cr.js +0 -46
  719. package/lib/esm/BackofficeLoginPage-BMPhO1cr.js.map +0 -1
  720. package/lib/esm/BackofficePasswordResetCompletePage-OApMUiOi.js.map +0 -1
  721. package/lib/esm/BackofficePasswordResetRequestPage-DPDImb37.js.map +0 -1
  722. package/lib/esm/BackofficeRightPageLayout-BZb7LhT-.js +0 -53
  723. package/lib/esm/BackofficeRightPageLayout-BZb7LhT-.js.map +0 -1
  724. package/lib/esm/BackofficeTopbarPortalContext-CphoSrZD.js.map +0 -1
  725. package/lib/esm/BackofficeVerifyEmailPage-DHuSOxDf.js.map +0 -1
  726. package/lib/esm/EntityFilterValue-BWUdPBwp.js +0 -78
  727. package/lib/esm/EntityFilterValue-BWUdPBwp.js.map +0 -1
  728. package/lib/esm/EntityIdPickerDialog-Yhmr-WsV.js +0 -308
  729. package/lib/esm/EntityIdPickerDialog-Yhmr-WsV.js.map +0 -1
  730. package/lib/esm/LazyBackofficeEntityActionFormDialog-uyYFFJGM.js +0 -522
  731. package/lib/esm/LazyBackofficeEntityActionFormDialog-uyYFFJGM.js.map +0 -1
  732. package/lib/esm/PasswordResetCompleteScreen-Cgg96DPo.js.map +0 -1
  733. package/lib/esm/PasswordResetRequestScreen-I1nFvGLd.js.map +0 -1
  734. package/lib/esm/VerifyEmailScreen-Br5KyHjg.js.map +0 -1
  735. package/lib/esm/backoffice-react.js +0 -1687
  736. package/lib/esm/backoffice-react.js.map +0 -1
  737. package/lib/esm/backofficeAuthPaths-2KMmkBLv.js.map +0 -1
  738. package/lib/esm/buildBreadcrumbs-C9cyiXb7.js.map +0 -1
  739. package/lib/esm/environment-DQfVyWHJ.js.map +0 -1
  740. package/lib/esm/loginPage.css-B7Io_DuU.js +0 -6
  741. package/lib/esm/loginPage.css-B7Io_DuU.js.map +0 -1
  742. package/lib/esm/mutationResult-CcQMY13J.js.map +0 -1
  743. package/lib/esm/pageResolution-hAQA5C6S.js.map +0 -1
  744. package/lib/esm/sidebarUtils-BZETlHea.js +0 -74
  745. package/lib/esm/sidebarUtils-BZETlHea.js.map +0 -1
  746. package/lib/esm/synchronizeAuthStatusQuery-BoPKMrP1.js +0 -324
  747. package/lib/esm/synchronizeAuthStatusQuery-BoPKMrP1.js.map +0 -1
  748. package/lib/esm/useAuth-CheTnq60.js +0 -544
  749. package/lib/esm/useAuth-CheTnq60.js.map +0 -1
  750. package/lib/esm/useBackofficeAuth-DVAXNAjP.js +0 -89
  751. package/lib/esm/useBackofficeAuth-DVAXNAjP.js.map +0 -1
  752. package/lib/esm/useBackofficeLazyValue-CoIAK-5N.js.map +0 -1
  753. package/lib/esm/useBackofficeListUrlState-D4fx5O7u.js.map +0 -1
  754. package/lib/esm/useBackofficeReactTranslation-Btt58EIo.js +0 -18
  755. package/lib/esm/useBackofficeReactTranslation-Btt58EIo.js.map +0 -1
  756. package/lib/esm/useRelayEnvironment-vQ86aW-n.js.map +0 -1
  757. package/lib/types/pages/backofficeHubPage.css.d.ts.map +0 -1
@@ -1,1687 +0,0 @@
1
- import { a as e, i as t, n, o as r, r as i, s as a, t as o } from "./environment-DQfVyWHJ.js";
2
- import { t as s } from "./useRelayEnvironment-vQ86aW-n.js";
3
- import { n as c, r as l, t as u } from "./useBackofficeReactTranslation-Btt58EIo.js";
4
- import { l as d, s as f, t as p } from "./sidebarUtils-BZETlHea.js";
5
- import { a as m, i as h, n as g, r as _, t as v } from "./useAuth-CheTnq60.js";
6
- import { n as y, t as b } from "./synchronizeAuthStatusQuery-BoPKMrP1.js";
7
- import { t as x } from "./AcceptInvitationScreen-B1IPafwD.js";
8
- import { t as S } from "./PasswordResetCompleteScreen-Cgg96DPo.js";
9
- import { t as C } from "./PasswordResetRequestScreen-I1nFvGLd.js";
10
- import { t as ee } from "./VerifyEmailScreen-Br5KyHjg.js";
11
- import { t as te } from "./BackofficeErrorBoundary-BwRVSDHU.js";
12
- import { i as ne, n as re, t as ie } from "./EntityFilterValue-BWUdPBwp.js";
13
- import { i as ae, t as oe } from "./EntityIdPickerDialog-Yhmr-WsV.js";
14
- import { a as w, i as se, r as ce, t as le } from "./BackofficeDetailPayload-P61MDRLE.js";
15
- import { t as ue } from "./useBackofficeListUrlState-D4fx5O7u.js";
16
- import { i as de, n as fe, r as pe, t as me } from "./mutationResult-CcQMY13J.js";
17
- import { t as he } from "./pageResolution-hAQA5C6S.js";
18
- import { t as ge } from "./buildDataTableColumns-DGPjPK4N.js";
19
- import { t as _e } from "./BackofficeRightPageLayout-BZb7LhT-.js";
20
- import { StrictMode as ve, useCallback as T, useContext as ye, useEffect as E, useMemo as D, useRef as be, useState as O, useSyncExternalStore as xe } from "react";
21
- import { createInstance as Se } from "i18next";
22
- import { I18nextProvider as Ce, initReactI18next as we, useTranslation as Te } from "react-i18next";
23
- import { HttpRedirect as Ee, Link as De, RouterRenderer as Oe, RoutingContext as ke, createRouter as Ae, getResourcePage as k, r as je } from "@plumile/router";
24
- import { BackofficeTabs as Me, DetailPageTemplate as Ne, SidebarSearchSvg as Pe, Spinner as Fe, ThemeProvider as Ie, cx as Le } from "@plumile/ui";
25
- import Re from "i18next-browser-languagedetector";
26
- import * as A from "react-relay";
27
- import { jsx as j, jsxs as M } from "react/jsx-runtime";
28
- import { BACKOFFICE_LIST_DEFAULTS as ze } from "@plumile/backoffice-core/constants.js";
29
- import { resolveBackofficeLoadedFacetModule as N } from "@plumile/backoffice-core/resolve.js";
30
- import { buildBackofficeFallbackListHref as Be, buildBackofficeListLink as P } from "@plumile/backoffice-core/state/buildListHref.js";
31
- import { setWhereValue as Ve } from "@plumile/backoffice-core/filters/where.js";
32
- //#region src/i18n/createI18nInstance.ts
33
- var He = { maximumFractionDigits: 2 }, Ue = {
34
- style: "currency",
35
- currency: "USD",
36
- maximumFractionDigits: 2
37
- }, We = { dateStyle: "medium" }, Ge = {
38
- dateStyle: "medium",
39
- timeStyle: "short"
40
- }, Ke = { style: "percent" };
41
- function qe(e) {
42
- return Array.isArray(e) ? e[0] : e;
43
- }
44
- function F(e) {
45
- if (e == null) return "";
46
- if (typeof e == "string" || typeof e == "number" || typeof e == "boolean" || typeof e == "bigint") return String(e);
47
- if (typeof e == "symbol") return e.toString();
48
- if (e instanceof Date) return e.toISOString();
49
- try {
50
- return JSON.stringify(e);
51
- } catch {
52
- return "";
53
- }
54
- }
55
- function I(e, t, n) {
56
- if (t == null) return F(e);
57
- let r = qe(n);
58
- if (t === "number" && typeof e == "number") return new Intl.NumberFormat(r, He).format(e);
59
- if (t === "currency" && typeof e == "number") return new Intl.NumberFormat(r, Ue).format(e);
60
- if (t === "percent" && typeof e == "number") return new Intl.NumberFormat(r, Ke).format(e);
61
- if ((t === "date" || t === "datetime") && e != null) {
62
- let n;
63
- if (n = e instanceof Date ? e : typeof e == "string" || typeof e == "number" ? new Date(e) : new Date(F(e)), !Number.isNaN(n.getTime())) return t === "date" ? new Intl.DateTimeFormat(r, We).format(n) : new Intl.DateTimeFormat(r, Ge).format(n);
64
- }
65
- return F(e);
66
- }
67
- async function Je(e) {
68
- let { resources: t, lng: n, fallbackLng: r = "en", initOptions: i = {}, instance: a = Se(), useLanguageDetector: o = !1, detection: s } = e, { interpolation: c, ...l } = i;
69
- o && a.use(Re), a.use(we);
70
- try {
71
- let e = {
72
- ...l,
73
- resources: t,
74
- fallbackLng: r,
75
- interpolation: {
76
- escapeValue: !1,
77
- ...c
78
- }
79
- };
80
- n != null && (e.lng = n);
81
- let u = s ?? i.detection;
82
- o && u != null && (e.detection = u), await a.init(e);
83
- let { formatter: d } = a.services;
84
- d != null && (d.add("number", (e, t) => I(e, "number", t)), d.add("currency", (e, t) => I(e, "currency", t)), d.add("percent", (e, t) => I(e, "percent", t)), d.add("date", (e, t) => I(e, "date", t)), d.add("datetime", (e, t) => I(e, "datetime", t)));
85
- } catch {}
86
- return a;
87
- }
88
- var Ye = {
89
- actions: {
90
- form: {
91
- cancel: "Cancel",
92
- errors: {
93
- invalidJson: "{{label}} must be valid JSON.",
94
- invalidJsonArray: "{{label}} must be a valid JSON array.",
95
- invalidJsonObject: "{{label}} must be a valid JSON object.",
96
- invalidNumber: "{{label}} must be a valid number.",
97
- invalidPayload: "The submitted payload is invalid.",
98
- required: "{{label}} is required."
99
- }
100
- },
101
- view: "View"
102
- },
103
- auth: {
104
- acceptInvitation: {
105
- actions: { backToLogin: "Back to login" },
106
- errors: {
107
- alreadyAccepted: "This invitation has already been accepted.",
108
- default: "Unable to accept invitation.",
109
- emailMismatch: "This invitation was sent to a different email address.",
110
- expired: "Invitation link has expired.",
111
- invalidToken: "Invitation link is invalid.",
112
- missingToken: "Invitation link is missing or invalid.",
113
- passwordMismatch: "Password and confirmation do not match.",
114
- passwordPolicyViolation: "Your password does not meet policy requirements.",
115
- rateLimited: "Too many attempts. Please try again later."
116
- },
117
- form: {
118
- confirmLabel: "Confirm password",
119
- confirmPlaceholder: "Confirm your password",
120
- passwordLabel: "Password",
121
- passwordPlaceholder: "Create a password",
122
- submit: "Accept invitation"
123
- },
124
- mfaSubtitle: "Enter the verification code to continue.",
125
- mfaTitle: "Verify your identity",
126
- status: {
127
- success: "Invitation accepted.",
128
- workingButton: "Working..."
129
- },
130
- subtitle: "Create your account to join.",
131
- title: "Accept invitation"
132
- },
133
- emailCapture: {
134
- continue: "Continue",
135
- description: "Enter your work email to continue.",
136
- emailLabel: "Work email",
137
- emailPlaceholder: "you@company.com",
138
- forgotPassword: "Forgot your password?"
139
- },
140
- loginFlow: {
141
- errors: {
142
- accountLocked: "Too many attempts. Try again later.",
143
- emailRequired: "Enter an email address to continue.",
144
- invalidCredentials: "Email or password is incorrect.",
145
- invalidEmail: "Enter a valid email address.",
146
- passkeyUnavailable: "Passkeys are not available.",
147
- rateLimited: "Too many attempts. Please try again later.",
148
- tryAgain: "Something went wrong. Please try again."
149
- },
150
- methods: { title: "Choose a sign-in method" },
151
- passkey: {
152
- description: "Use the passkey associated with {{email}}.",
153
- title: "Use a passkey"
154
- },
155
- subtitle: {
156
- default: "Choose a sign-in method to continue.",
157
- mfa: "Enter the verification code to continue."
158
- },
159
- title: {
160
- default: "Sign in",
161
- mfa: "Two-factor authentication"
162
- }
163
- },
164
- methodChooser: {
165
- actions: { back: "Back" },
166
- locked: "Too many attempts. Try again later.",
167
- lockedWithTime: "Too many attempts. Try again at {{time}}.",
168
- methods: {
169
- other: "{{method}}",
170
- passkey: "Passkey",
171
- password: "Password"
172
- },
173
- prompt: "Choose how to sign in for <strong>{{email}}</strong>."
174
- },
175
- mfa: {
176
- actions: {
177
- back: "Back",
178
- submit: "Verify"
179
- },
180
- errors: {
181
- expired: "Verification session expired. Please try again.",
182
- invalidChallenge: "Verification session is invalid. Restart the login.",
183
- invalidCode: "Invalid code. Try again.",
184
- shortCode: "Enter the 6-digit code.",
185
- tooManyAttempts: "Too many attempts. Try again later.",
186
- verificationFailed: "Verification failed. Try again."
187
- },
188
- form: {
189
- label: "Verification code",
190
- placeholder: "123456"
191
- },
192
- helper: {
193
- default: "Enter the 6-digit code from your authenticator.",
194
- withEmail: "Enter the 6-digit code sent to {{email}}."
195
- }
196
- },
197
- oidc: { buttons: {
198
- apple: "Continue with Apple",
199
- generic: "Continue with single sign-on",
200
- google: "Continue with Google"
201
- } },
202
- passkey: {
203
- actions: {
204
- showMethods: "Use another method",
205
- submit: "Continue with passkey",
206
- submitting: "Waiting for passkey..."
207
- },
208
- errors: {
209
- challengeExpired: "Passkey request expired. Try again.",
210
- emailRequired: "Enter your email to continue.",
211
- failed: "Passkey sign-in failed.",
212
- invalidAssertion: "Passkey response is invalid. Try again.",
213
- invalidChallenge: "Passkey request is invalid. Try again.",
214
- invalidEmail: "Enter a valid email address.",
215
- locked: "Too many attempts. Try again later.",
216
- lockedWithTime: "Too many attempts. Try again at {{time}}.",
217
- notAvailable: "Passkeys are not available on this device.",
218
- notFound: "No passkey found for this account."
219
- },
220
- form: {
221
- emailLabel: "Email",
222
- emailPlaceholder: "you@company.com"
223
- },
224
- helper: "Use a passkey instead of your password."
225
- },
226
- passwordLogin: {
227
- forgotPassword: "Forgot your password?",
228
- title: "Sign in"
229
- },
230
- passwordResetComplete: {
231
- errors: {
232
- expired: "This reset link has expired.",
233
- invalid: "Reset link is invalid or expired.",
234
- minLength: "Password must be at least {{minLength}} characters.",
235
- mismatch: "Passwords do not match.",
236
- missingToken: "Reset link is missing or invalid.",
237
- policyViolation: "Your new password does not meet policy requirements."
238
- },
239
- form: {
240
- confirmLabel: "Confirm password",
241
- confirmPlaceholder: "Re-enter your password",
242
- description: "Enter a new password for your account.",
243
- passwordLabel: "Password",
244
- passwordPlaceholder: "Enter a new password",
245
- submit: "Update password",
246
- title: "New password"
247
- },
248
- subtitle: "Choose a strong password to secure your account.",
249
- success: {
250
- action: "Back to login",
251
- description: "Your password has been changed.",
252
- helper: "You can now sign in with your new password.",
253
- title: "Password updated"
254
- },
255
- title: "Set a new password"
256
- },
257
- passwordResetRequest: {
258
- errors: {
259
- emailRequired: "Enter an email address.",
260
- invalidEmail: "Please enter a valid email address.",
261
- rateLimited: "Too many requests. Please wait and try again.",
262
- startFailed: "Unable to start password reset."
263
- },
264
- form: {
265
- description: "Enter the email for your account.",
266
- emailLabel: "Email",
267
- emailPlaceholder: "you@company.com",
268
- submit: "Send reset link"
269
- },
270
- sent: {
271
- action: "Send another email",
272
- description: "We sent a reset link to {{email}}.",
273
- helper: "If you don't see it, check spam or try again.",
274
- title: "Check your email"
275
- },
276
- title: "Reset your password"
277
- },
278
- verifyEmail: {
279
- actions: {
280
- continue: "Continue",
281
- return: "Back to login"
282
- },
283
- errors: {
284
- alreadyVerified: "This email address is already verified.",
285
- expired: "This verification link has expired.",
286
- invalid: "Verification link is invalid or expired.",
287
- missingToken: "Verification link is missing or invalid."
288
- },
289
- status: {
290
- success: "Email verified. You can continue.",
291
- verifying: "Verifying...",
292
- verifyingButton: "Verifying"
293
- },
294
- subtitle: "Confirm your email address to continue.",
295
- title: "Verify your email"
296
- }
297
- },
298
- common: {
299
- actions: {
300
- change: "Change",
301
- clear: "Clear",
302
- close: "Close",
303
- copied: "Copied",
304
- copy: "Copy",
305
- pick: "Pick",
306
- retry: "Retry"
307
- },
308
- boolean: {
309
- no: "No",
310
- yes: "Yes"
311
- },
312
- loading: "Loading...",
313
- notAvailable: "N/A"
314
- },
315
- dashboard: {
316
- actions: {
317
- openList: "Open list",
318
- openTool: "Open tool"
319
- },
320
- subtitle: "Overview of the Work context.",
321
- title: "Dashboard"
322
- },
323
- detail: { notFound: "Not found" },
324
- emptyState: {
325
- listEmpty: {
326
- description: "There are no records to display.",
327
- title: "No results"
328
- },
329
- listEmptyFiltered: {
330
- actions: { reset: "Reset filters" },
331
- description: "No results match the current filters."
332
- }
333
- },
334
- filters: {
335
- actions: { filterBy: "Filter by {{label}}" },
336
- all: "All {{label}}",
337
- allFilters: "All filters",
338
- allFiltersWithCount_one: "All filters ({{count}})",
339
- allFiltersWithCount_other: "All filters ({{count}})",
340
- boolean: {
341
- no: "No",
342
- yes: "Yes"
343
- },
344
- placeholders: {
345
- search: "Search {{label}}",
346
- unresolved: "Unresolved ID"
347
- },
348
- sections: { default: "Filters" }
349
- },
350
- flags: {
351
- agentManaged: {
352
- agentManaged: "Agent managed",
353
- userManaged: "User managed"
354
- },
355
- capability: {
356
- allowed: "Allowed",
357
- denied: "Denied"
358
- },
359
- default: {
360
- default: "Default",
361
- notDefault: "Not default"
362
- },
363
- deployedProduction: {
364
- deployed: "Deployed",
365
- notDeployed: "Not deployed"
366
- },
367
- enabled: {
368
- disabled: "Disabled",
369
- enabled: "Enabled"
370
- },
371
- encrypted: {
372
- encrypted: "Encrypted",
373
- notEncrypted: "Not encrypted"
374
- },
375
- failure: {
376
- failed: "Failed",
377
- ok: "OK"
378
- },
379
- forced: {
380
- forced: "Forced",
381
- normal: "Normal"
382
- },
383
- locked: {
384
- locked: "Locked",
385
- unlocked: "Unlocked"
386
- }
387
- },
388
- format: {
389
- currency: "{{value, currency}}",
390
- number: "{{value, number}}",
391
- percent: "{{value, percent}}"
392
- },
393
- history: "",
394
- hub: {
395
- empty: {
396
- description: "No available item matches the current filters.",
397
- title: "No items"
398
- },
399
- itemKinds: {
400
- entity: "List",
401
- tool: "Tool"
402
- },
403
- search: { placeholder: "Search" },
404
- subtitle: "Choose an item to continue."
405
- },
406
- list: {
407
- actions: {
408
- refresh: "Refresh",
409
- retry: "Retry"
410
- },
411
- errors: {
412
- tableFailed: "The table failed to load.",
413
- title: "Table error"
414
- },
415
- loadMore: {
416
- end: "End of results",
417
- loading: "Loading more…"
418
- },
419
- showing: "Showing {{shown, number}} of {{total, number}}",
420
- title: ""
421
- },
422
- overview: "",
423
- picker: {
424
- errors: { loadFailed: "Failed to load." },
425
- searchPlaceholder: { default: "Search..." },
426
- searchRequired: "Enter an ID to search.",
427
- title: "Select an ID",
428
- unavailable: "Picker not available for {{entity}}."
429
- },
430
- relations: {
431
- labelWithCount_one: "{{label}} ({{count}})",
432
- labelWithCount_other: "{{label}} ({{count}})",
433
- menu: { label: "Relations" },
434
- viewList: "View list"
435
- },
436
- review: { status: {
437
- approved: "Approved",
438
- changesRequested: "Changes requested",
439
- pending: "Pending",
440
- unknown: "Unknown"
441
- } },
442
- sidebar: {
443
- actions: {
444
- pin: "Pin",
445
- reorder: "Reorder",
446
- unpin: "Unpin"
447
- },
448
- items: { dashboard: "Dashboard" },
449
- profile: {
450
- actions: { signOut: "Sign out" },
451
- menuAriaLabel: "Open profile menu",
452
- title: "Profile",
453
- unknownUser: "Unknown user"
454
- },
455
- search: { placeholder: "Search…" },
456
- sections: {
457
- pinned: "Pinned",
458
- recent: "Recent"
459
- }
460
- },
461
- tools: { output: "Output" }
462
- }, Xe = {
463
- actions: {
464
- form: {
465
- cancel: "Annuler",
466
- errors: {
467
- invalidJson: "{{label}} doit être un JSON valide.",
468
- invalidJsonArray: "{{label}} doit être un tableau JSON valide.",
469
- invalidJsonObject: "{{label}} doit être un objet JSON valide.",
470
- invalidNumber: "{{label}} doit être un nombre valide.",
471
- invalidPayload: "La charge utile soumise est invalide.",
472
- required: "{{label}} est requis."
473
- }
474
- },
475
- view: "Voir"
476
- },
477
- auth: {
478
- acceptInvitation: {
479
- actions: { backToLogin: "Retour à la connexion" },
480
- errors: {
481
- alreadyAccepted: "Cette invitation a déjà été acceptée.",
482
- default: "Impossible d'accepter l'invitation.",
483
- emailMismatch: "Cette invitation a été envoyée à une autre adresse email.",
484
- expired: "Le lien d'invitation a expiré.",
485
- invalidToken: "Le lien d'invitation est invalide.",
486
- missingToken: "Le lien d'invitation est manquant ou invalide.",
487
- passwordMismatch: "Le mot de passe et sa confirmation ne correspondent pas.",
488
- passwordPolicyViolation: "Votre mot de passe ne respecte pas la politique de sécurité.",
489
- rateLimited: "Trop de tentatives. Veuillez réessayer plus tard."
490
- },
491
- form: {
492
- confirmLabel: "Confirmer le mot de passe",
493
- confirmPlaceholder: "Confirmez votre mot de passe",
494
- passwordLabel: "Mot de passe",
495
- passwordPlaceholder: "Créez un mot de passe",
496
- submit: "Accepter l'invitation"
497
- },
498
- mfaSubtitle: "Entrez le code de vérification pour continuer.",
499
- mfaTitle: "Vérifiez votre identité",
500
- status: {
501
- success: "Invitation acceptée.",
502
- workingButton: "Traitement..."
503
- },
504
- subtitle: "Créez votre compte pour rejoindre.",
505
- title: "Accepter l'invitation"
506
- },
507
- emailCapture: {
508
- continue: "Continuer",
509
- description: "Entrez votre email professionnel pour continuer.",
510
- emailLabel: "Email professionnel",
511
- emailPlaceholder: "vous@entreprise.com",
512
- forgotPassword: "Mot de passe oublié ?"
513
- },
514
- loginFlow: {
515
- errors: {
516
- accountLocked: "Trop de tentatives. Veuillez réessayer plus tard.",
517
- emailRequired: "Entrez une adresse email pour continuer.",
518
- invalidCredentials: "Email ou mot de passe incorrect.",
519
- invalidEmail: "Entrez une adresse email valide.",
520
- passkeyUnavailable: "Les passkeys ne sont pas disponibles.",
521
- rateLimited: "Trop de tentatives. Veuillez réessayer plus tard.",
522
- tryAgain: "Une erreur est survenue. Veuillez réessayer."
523
- },
524
- methods: { title: "Choisissez une méthode de connexion" },
525
- passkey: {
526
- description: "Utilisez la passkey associée à {{email}}.",
527
- title: "Utiliser une passkey"
528
- },
529
- subtitle: {
530
- default: "Choisissez une méthode de connexion pour continuer.",
531
- mfa: "Entrez le code de vérification pour continuer."
532
- },
533
- title: {
534
- default: "Se connecter",
535
- mfa: "Authentification à deux facteurs"
536
- }
537
- },
538
- methodChooser: {
539
- actions: { back: "Retour" },
540
- locked: "Trop de tentatives. Veuillez réessayer plus tard.",
541
- lockedWithTime: "Trop de tentatives. Veuillez réessayer à {{time}}.",
542
- methods: {
543
- other: "{{method}}",
544
- passkey: "Passkey",
545
- password: "Mot de passe"
546
- },
547
- prompt: "Choisissez comment vous connecter pour <strong>{{email}}</strong>."
548
- },
549
- mfa: {
550
- actions: {
551
- back: "Retour",
552
- submit: "Vérifier"
553
- },
554
- errors: {
555
- expired: "La session de vérification a expiré. Réessayez.",
556
- invalidChallenge: "La session de vérification est invalide. Reprenez la connexion.",
557
- invalidCode: "Code invalide. Réessayez.",
558
- shortCode: "Entrez le code à 6 chiffres.",
559
- tooManyAttempts: "Trop de tentatives. Veuillez réessayer plus tard.",
560
- verificationFailed: "La vérification a échoué. Réessayez."
561
- },
562
- form: {
563
- label: "Code de vérification",
564
- placeholder: "123456"
565
- },
566
- helper: {
567
- default: "Entrez le code à 6 chiffres de votre authentificateur.",
568
- withEmail: "Entrez le code à 6 chiffres envoyé à {{email}}."
569
- }
570
- },
571
- oidc: { buttons: {
572
- apple: "Continuer avec Apple",
573
- generic: "Continuer avec un SSO",
574
- google: "Continuer avec Google"
575
- } },
576
- passkey: {
577
- actions: {
578
- showMethods: "Utiliser une autre méthode",
579
- submit: "Continuer avec la passkey",
580
- submitting: "En attente de la passkey..."
581
- },
582
- errors: {
583
- challengeExpired: "La demande de passkey a expiré. Réessayez.",
584
- emailRequired: "Entrez votre email pour continuer.",
585
- failed: "Échec de la connexion par passkey.",
586
- invalidAssertion: "La réponse de passkey est invalide. Réessayez.",
587
- invalidChallenge: "La demande de passkey est invalide. Réessayez.",
588
- invalidEmail: "Entrez une adresse email valide.",
589
- locked: "Trop de tentatives. Veuillez réessayer plus tard.",
590
- lockedWithTime: "Trop de tentatives. Veuillez réessayer à {{time}}.",
591
- notAvailable: "Les passkeys ne sont pas disponibles sur cet appareil.",
592
- notFound: "Aucune passkey n'est associée à ce compte."
593
- },
594
- form: {
595
- emailLabel: "Email",
596
- emailPlaceholder: "vous@entreprise.com"
597
- },
598
- helper: "Utilisez une passkey à la place de votre mot de passe."
599
- },
600
- passwordLogin: {
601
- forgotPassword: "Mot de passe oublié ?",
602
- title: "Se connecter"
603
- },
604
- passwordResetComplete: {
605
- errors: {
606
- expired: "Ce lien de réinitialisation a expiré.",
607
- invalid: "Le lien de réinitialisation est invalide ou expiré.",
608
- minLength: "Le mot de passe doit contenir au moins {{minLength}} caractères.",
609
- mismatch: "Les mots de passe ne correspondent pas.",
610
- missingToken: "Le lien de réinitialisation est manquant ou invalide.",
611
- policyViolation: "Votre nouveau mot de passe ne respecte pas la politique de sécurité."
612
- },
613
- form: {
614
- confirmLabel: "Confirmer le mot de passe",
615
- confirmPlaceholder: "Saisissez à nouveau votre mot de passe",
616
- description: "Entrez un nouveau mot de passe pour votre compte.",
617
- passwordLabel: "Mot de passe",
618
- passwordPlaceholder: "Entrez un nouveau mot de passe",
619
- submit: "Mettre à jour le mot de passe",
620
- title: "Nouveau mot de passe"
621
- },
622
- subtitle: "Choisissez un mot de passe robuste pour sécuriser votre compte.",
623
- success: {
624
- action: "Retour à la connexion",
625
- description: "Votre mot de passe a été modifié.",
626
- helper: "Vous pouvez maintenant vous connecter avec votre nouveau mot de passe.",
627
- title: "Mot de passe mis à jour"
628
- },
629
- title: "Définir un nouveau mot de passe"
630
- },
631
- passwordResetRequest: {
632
- errors: {
633
- emailRequired: "Entrez une adresse email.",
634
- invalidEmail: "Veuillez saisir une adresse email valide.",
635
- rateLimited: "Trop de demandes. Veuillez patienter puis réessayer.",
636
- startFailed: "Impossible de démarrer la réinitialisation."
637
- },
638
- form: {
639
- description: "Entrez l'email de votre compte.",
640
- emailLabel: "Email",
641
- emailPlaceholder: "vous@entreprise.com",
642
- submit: "Envoyer le lien de réinitialisation"
643
- },
644
- sent: {
645
- action: "Envoyer un autre email",
646
- description: "Nous avons envoyé un lien de réinitialisation à {{email}}.",
647
- helper: "Si vous ne le voyez pas, vérifiez les spams ou réessayez.",
648
- title: "Vérifiez votre email"
649
- },
650
- title: "Réinitialiser votre mot de passe"
651
- },
652
- verifyEmail: {
653
- actions: {
654
- continue: "Continuer",
655
- return: "Retour à la connexion"
656
- },
657
- errors: {
658
- alreadyVerified: "Cette adresse email est déjà vérifiée.",
659
- expired: "Ce lien de vérification a expiré.",
660
- invalid: "Le lien de vérification est invalide ou expiré.",
661
- missingToken: "Le lien de vérification est manquant ou invalide."
662
- },
663
- status: {
664
- success: "Email vérifié. Vous pouvez continuer.",
665
- verifying: "Vérification...",
666
- verifyingButton: "Vérification"
667
- },
668
- subtitle: "Confirmez votre adresse email pour continuer.",
669
- title: "Vérifier votre email"
670
- }
671
- },
672
- common: {
673
- actions: {
674
- change: "Modifier",
675
- clear: "Effacer",
676
- close: "Fermer",
677
- copied: "Copié",
678
- copy: "Copier",
679
- pick: "Choisir",
680
- retry: "Réessayer"
681
- },
682
- boolean: {
683
- no: "Non",
684
- yes: "Oui"
685
- },
686
- loading: "Chargement...",
687
- notAvailable: "N/D"
688
- },
689
- dashboard: {
690
- actions: {
691
- openList: "Ouvrir la liste",
692
- openTool: "Ouvrir l'outil"
693
- },
694
- subtitle: "Vue d'ensemble du contexte Work.",
695
- title: "Tableau de bord"
696
- },
697
- detail: { notFound: "Introuvable" },
698
- emptyState: {
699
- listEmpty: {
700
- description: "Aucun enregistrement à afficher.",
701
- title: "Aucun résultat"
702
- },
703
- listEmptyFiltered: {
704
- actions: { reset: "Réinitialiser les filtres" },
705
- description: "Aucun résultat ne correspond aux filtres actuels."
706
- }
707
- },
708
- filters: {
709
- actions: { filterBy: "Filtrer par {{label}}" },
710
- all: "Tous {{label}}",
711
- allFilters: "Tous les filtres",
712
- allFiltersWithCount_one: "Tous les filtres ({{count}})",
713
- allFiltersWithCount_many: "Tous les filtres ({{count}})",
714
- allFiltersWithCount_other: "Tous les filtres ({{count}})",
715
- boolean: {
716
- no: "Non",
717
- yes: "Oui"
718
- },
719
- placeholders: {
720
- search: "Rechercher {{label}}",
721
- unresolved: "ID introuvable"
722
- },
723
- sections: { default: "Filtres" }
724
- },
725
- flags: {
726
- agentManaged: {
727
- agentManaged: "Géré par un agent",
728
- userManaged: "Géré par un utilisateur"
729
- },
730
- capability: {
731
- allowed: "Autorisé",
732
- denied: "Refusé"
733
- },
734
- default: {
735
- default: "Par défaut",
736
- notDefault: "Non par défaut"
737
- },
738
- deployedProduction: {
739
- deployed: "Déployé",
740
- notDeployed: "Non déployé"
741
- },
742
- enabled: {
743
- disabled: "Désactivé",
744
- enabled: "Activé"
745
- },
746
- encrypted: {
747
- encrypted: "Chiffré",
748
- notEncrypted: "Non chiffré"
749
- },
750
- failure: {
751
- failed: "Échoué",
752
- ok: "OK"
753
- },
754
- forced: {
755
- forced: "Forcé",
756
- normal: "Normal"
757
- },
758
- locked: {
759
- locked: "Verrouillé",
760
- unlocked: "Déverrouillé"
761
- }
762
- },
763
- format: {
764
- currency: "{{value, currency}}",
765
- number: "{{value, number}}",
766
- percent: "{{value, percent}}"
767
- },
768
- history: "",
769
- hub: {
770
- empty: {
771
- description: "Aucun élément disponible ne correspond aux filtres actuels.",
772
- title: "Aucun élément"
773
- },
774
- itemKinds: {
775
- entity: "Liste",
776
- tool: "Outil"
777
- },
778
- search: { placeholder: "Rechercher" },
779
- subtitle: "Choisissez un élément pour continuer."
780
- },
781
- list: {
782
- actions: {
783
- refresh: "Actualiser",
784
- retry: "Réessayer"
785
- },
786
- errors: {
787
- tableFailed: "Le tableau n'a pas pu se charger.",
788
- title: "Erreur du tableau"
789
- },
790
- loadMore: {
791
- end: "Fin des résultats",
792
- loading: "Chargement…"
793
- },
794
- showing: "Affichage de {{shown, number}} sur {{total, number}}",
795
- title: ""
796
- },
797
- overview: "",
798
- picker: {
799
- errors: { loadFailed: "Échec du chargement." },
800
- searchPlaceholder: { default: "Rechercher..." },
801
- searchRequired: "Saisissez un ID pour rechercher.",
802
- title: "Sélectionner un ID",
803
- unavailable: "Sélecteur indisponible pour {{entity}}."
804
- },
805
- relations: {
806
- labelWithCount_one: "{{label}} ({{count}})",
807
- labelWithCount_many: "{{label}} ({{count}})",
808
- labelWithCount_other: "{{label}} ({{count}})",
809
- menu: { label: "Relations" },
810
- viewList: "Voir la liste"
811
- },
812
- review: { status: {
813
- approved: "Approuvé",
814
- changesRequested: "Modifications demandées",
815
- pending: "En attente",
816
- unknown: "Inconnu"
817
- } },
818
- sidebar: {
819
- actions: {
820
- pin: "Épingler",
821
- reorder: "Réordonner",
822
- unpin: "Désépingler"
823
- },
824
- items: { dashboard: "Tableau de bord" },
825
- profile: {
826
- actions: { signOut: "Se déconnecter" },
827
- menuAriaLabel: "Ouvrir le menu profil",
828
- title: "Profil",
829
- unknownUser: "Utilisateur inconnu"
830
- },
831
- search: { placeholder: "Rechercher..." },
832
- sections: {
833
- pinned: "Épinglés",
834
- recent: "Récents"
835
- }
836
- },
837
- tools: { output: "Résultat" }
838
- }, L = (e) => typeof e == "object" && !!e && !Array.isArray(e), Ze = (e) => L(e) ? e : {};
839
- function Qe(...e) {
840
- let t = {};
841
- return e.forEach((e) => {
842
- Object.entries(e).forEach(([e, n]) => {
843
- let r = t[e];
844
- if (L(r) && L(n)) {
845
- t[e] = Qe(Ze(r), Ze(n));
846
- return;
847
- }
848
- t[e] = n;
849
- });
850
- }), t;
851
- }
852
- //#endregion
853
- //#region src/i18n/resources.ts
854
- var $e = {
855
- en: { backofficeReact: Ye },
856
- fr: { backofficeReact: Xe }
857
- }, et = (e) => typeof e == "object" && !!e, R = (e) => et(e) ? e : {};
858
- function tt(e = {}) {
859
- let t = {}, n = $e;
860
- return new Set([...Object.keys(n), ...Object.keys(e)]).forEach((r) => {
861
- let i = R(n[r]), a = R(e[r]);
862
- t[r] = {
863
- ...i,
864
- ...a,
865
- backofficeReact: Qe(R(i.backofficeReact), R(a.backofficeReact))
866
- };
867
- }), t;
868
- }
869
- //#endregion
870
- //#region src/relay/RelayProvider.tsx
871
- var { RelayEnvironmentProvider: nt } = A, rt = ({ children: e }) => (xe(a, () => t().generation, () => t().generation), /* @__PURE__ */ j(nt, {
872
- environment: n(),
873
- children: e
874
- })), { loadQuery: z, usePreloadedQuery: it } = A, at = k("WrapperPage", async () => ({ default: (await import("@plumile/ui")).WrapperPage })), ot = k("BackofficeLayoutPage", async () => import("./BackofficeLayoutPage-r6dXo9SI.js")), st = k("BackofficeEntityListPage", async () => import("./BackofficeEntityListPage-BACvfX6c.js")), ct = k("BackofficeEntityDetailPage", async () => import("./BackofficeEntityDetailPage-ChxBrqz8.js")), lt = k("BackofficeEntityDetailLayoutPage", async () => import("./BackofficeEntityDetailLayoutPage-Duc_DcIV.js")), ut = k("BackofficeEntityDetailUnknownPageRedirect", async () => import("./BackofficeEntityDetailUnknownPageRedirect-xupMeril.js")), dt = k("BackofficeDashboardPage", async () => import("./BackofficeDashboardPage-CZAcZwRc.js")), ft = k("BackofficeHubPage", async () => import("./BackofficeHubPage-BsUXulN0.js")), pt = k("BackofficeLoginPage", async () => import("./BackofficeLoginPage-BMPhO1cr.js")), mt = k("BackofficePasswordResetRequestPage", async () => import("./BackofficePasswordResetRequestPage-DPDImb37.js")), ht = k("BackofficePasswordResetCompletePage", async () => import("./BackofficePasswordResetCompletePage-OApMUiOi.js")), gt = k("BackofficeVerifyEmailPage", async () => import("./BackofficeVerifyEmailPage-DHuSOxDf.js")), _t = k("BackofficeAcceptInvitationPage", async () => import("./BackofficeAcceptInvitationPage-BfRsORii.js")), vt = (e) => {
875
- let t = e.trim();
876
- return t === "" || t === "/" ? "" : t.replace(/^\/+|\/+$/g, "");
877
- }, yt = (e) => {
878
- let t = e.trim();
879
- return t === "" ? "/" : `/${t}`.replace(/\/+/g, "/");
880
- }, B = (e, t) => {
881
- let n = t.replace(/^\/+|\/+$/g, "");
882
- return e === "" ? n : n === "" ? e : `${e}/${n}`;
883
- }, bt = (e, t) => yt(B(e, t)), V = (e, t) => {
884
- let n = yt(e), r = t === "" ? "" : `/${t}`;
885
- return r !== "" && n.startsWith(r) ? n.slice(r.length).replace(/^\/+/, "") : n.replace(/^\/+/, "");
886
- }, xt = (e, t) => {
887
- if (e?.routes == null) return null;
888
- for (let n = e.routes.length - 1; n >= 0; --n) {
889
- let r = e.routes[n];
890
- if (r != null) {
891
- let e = t.get(r);
892
- if (e != null) return e;
893
- }
894
- }
895
- return null;
896
- }, St = (e) => {
897
- let t = new URLSearchParams();
898
- return Object.entries(e).forEach(([e, n]) => {
899
- if (n != null) {
900
- if (Array.isArray(n)) {
901
- n.forEach((n) => {
902
- n != null && t.append(e, String(n));
903
- });
904
- return;
905
- }
906
- t.set(e, String(n));
907
- }
908
- }), t;
909
- }, H = je;
910
- function Ct(e) {
911
- let { basePath: t, entityManifest: n, entityRegistry: r, sidebar: i, auth: a, dashboard: o } = e, s = vt(t), c = B(s, "login"), l = B(s, "login/reset"), u = B(s, "login/reset/complete"), m = B(s, "verify-email"), h = B(s, "accept-invitation"), g = bt(s, "login"), _ = f(n, i), v = d(_, i), y = p(_, i), b = /* @__PURE__ */ new Map();
912
- y.forEach((e, t) => {
913
- b.set(t, e.groupId);
914
- });
915
- let x = /* @__PURE__ */ new WeakMap(), S = /* @__PURE__ */ new WeakMap(), C = i?.permissionsQuery, ee = async ({ context: e }) => {
916
- let t = await a.session.load();
917
- return {
918
- permissionsQuery: C == null ? null : z(e.relayEnvironment, C, {}),
919
- authStatusQuery: t.authStatusQuery == null ? null : z(e.relayEnvironment, t.authStatusQuery, {}, { fetchPolicy: "network-only" })
920
- };
921
- }, te = H({
922
- path: "",
923
- resourcePage: dt,
924
- prepare: async () => (o == null || await o.load(), null),
925
- render: ({ Component: e }) => e == null ? null : /* @__PURE__ */ j(e, {})
926
- }), ne = Object.values(n).filter((e) => e.kind === "list-detail"), re = v.map((e) => {
927
- let t = H({
928
- path: V(e.hub.href, s),
929
- resourcePage: ft,
930
- prepare: () => ({
931
- hubId: e.hub.id,
932
- hub: e.hub
933
- }),
934
- render: ({ prepared: e, Component: t }) => t == null ? null : /* @__PURE__ */ j(t, { prepared: e })
935
- });
936
- return e.groupId != null && S.set(t, e.groupId), t;
937
- }), ie = ne.map((e) => {
938
- let t = e.routes.list, n = V(t, s), i = [];
939
- if (e.hasList) {
940
- let t = H({
941
- path: "",
942
- resourcePage: st,
943
- prepare: async ({ context: t, query: n }) => {
944
- let { config: i } = await r.loadListEntity(e.id), { list: a, listUrlCodec: o, listDefaults: s } = i;
945
- if (o == null || s == null) throw Error(`Backoffice entity ${e.id} does not expose a list configuration.`);
946
- let c = St(n), l = o.parse(c), { pageSize: u } = ze, d = {
947
- where: l.where,
948
- sort: l.sort ?? s.sort,
949
- count: u,
950
- cursor: null
951
- }, f = a.buildVariables == null ? d : a.buildVariables(d), p = z(t.relayEnvironment, a.query, f);
952
- return {
953
- entityId: e.id,
954
- entityManifest: e,
955
- entityConfig: i,
956
- query: p
957
- };
958
- },
959
- render: ({ prepared: e, Component: t }) => {
960
- if (t == null) return null;
961
- let n = e;
962
- return /* @__PURE__ */ j(t, {
963
- entityManifest: n.entityManifest,
964
- config: n.entityConfig,
965
- prepared: n
966
- });
967
- }
968
- });
969
- x.set(t, e.id), i.push(t);
970
- }
971
- let a = H({
972
- path: ":id",
973
- resourcePage: lt,
974
- prepare: async ({ context: t, variables: n }) => {
975
- let { config: i } = await r.loadDetailLayoutEntity(e.id), a = String(n.id ?? ""), o = i.layoutPage.buildVariables == null ? { variables: { id: a } } : i.layoutPage.buildVariables({ id: a }), s = z(t.relayEnvironment, i.layoutPage.query, o.variables);
976
- return {
977
- entityId: e.id,
978
- entityManifest: e,
979
- entityConfig: i,
980
- layoutQuery: s,
981
- id: a
982
- };
983
- },
984
- render: ({ children: e, prepared: t, Component: n }) => {
985
- if (n == null) return null;
986
- let r = t;
987
- return /* @__PURE__ */ j(n, {
988
- entityManifest: r.entityManifest,
989
- config: r.entityConfig,
990
- prepared: r,
991
- children: e
992
- });
993
- },
994
- children: [
995
- H({
996
- path: "",
997
- resourcePage: at,
998
- prepare: ({ variables: t }) => {
999
- let n = String(t.id ?? "").trim();
1000
- return { redirectTo: n === "" ? null : e.routes.detailPage(n, e.defaultDetailPageId ?? "overview") };
1001
- },
1002
- render: ({ prepared: e }) => {
1003
- let t = e.redirectTo ?? null;
1004
- if (t == null) return null;
1005
- throw new Ee(t);
1006
- }
1007
- }),
1008
- ...(e.detailPages ?? []).map((t) => H({
1009
- path: t.pathSegment,
1010
- resourcePage: ct,
1011
- prepare: async ({ context: n, variables: i }) => {
1012
- let a = String(i.id ?? ""), o = await r.loadDetailPageEntity(e.id, t.id), s = o.config.page.buildVariables == null ? { variables: { id: a } } : o.config.page.buildVariables({ id: a }), c = z(n.relayEnvironment, o.config.page.query, s.variables);
1013
- return {
1014
- entityId: e.id,
1015
- entityManifest: e,
1016
- entityConfig: o.config,
1017
- detailId: s.detailId,
1018
- id: a,
1019
- pageConfig: o.config,
1020
- pageQuery: c,
1021
- pageId: t.id,
1022
- pagePath: t.pathSegment
1023
- };
1024
- },
1025
- render: ({ prepared: e, Component: t }) => {
1026
- if (t == null) return null;
1027
- let n = e;
1028
- return /* @__PURE__ */ j(t, {
1029
- entityManifest: n.entityManifest,
1030
- config: n.entityConfig,
1031
- prepared: n
1032
- });
1033
- }
1034
- })),
1035
- H({
1036
- path: ":pagePath",
1037
- resourcePage: ut,
1038
- prepare: async ({ variables: t }) => {
1039
- let n = await r.loadDetailLayoutEntity(e.id), i = String(t.id ?? ""), a = String(t.pagePath ?? "");
1040
- return {
1041
- entityManifest: e,
1042
- entityConfig: n.config,
1043
- id: i,
1044
- pagePath: a
1045
- };
1046
- },
1047
- render: ({ prepared: e, Component: t }) => {
1048
- if (t == null) return null;
1049
- let n = e;
1050
- return /* @__PURE__ */ j(t, {
1051
- entityManifest: n.entityManifest,
1052
- config: n.entityConfig,
1053
- prepared: n
1054
- });
1055
- }
1056
- })
1057
- ]
1058
- });
1059
- return x.set(a, e.id), i.push(a), H({
1060
- path: n,
1061
- children: i,
1062
- resourcePage: at
1063
- });
1064
- }), ae = Object.values(n).filter((e) => e.kind === "tool").map((t) => {
1065
- let n = H({
1066
- path: V(t.routes.list, s),
1067
- resourcePage: e.toolsOperationPage ?? null,
1068
- prepare: async () => {
1069
- let e = await r.loadToolEntity(t.id);
1070
- return {
1071
- entityId: t.id,
1072
- entityManifest: t,
1073
- entityConfig: e.config
1074
- };
1075
- },
1076
- render: ({ prepared: e, Component: t }) => {
1077
- if (t == null) return null;
1078
- let n = e;
1079
- return /* @__PURE__ */ j(t, {
1080
- entityManifest: n.entityManifest,
1081
- operation: n.entityConfig.tool.operation,
1082
- toolId: n.entityConfig.id
1083
- });
1084
- }
1085
- });
1086
- return x.set(n, t.id), n;
1087
- }), oe = H({
1088
- path: s,
1089
- resourcePage: ot,
1090
- prepare: ee,
1091
- render: ({ children: e, prepared: t, route: n, Component: r }) => {
1092
- if (r == null) return null;
1093
- let o = t, s = xt(n, x), c = s == null ? xt(n, S) : b.get(s) ?? null, l = null, u = a.session.get()?.authStatusQuery ?? null;
1094
- if (u != null && o?.authStatusQuery != null) {
1095
- l = it(u, o.authStatusQuery);
1096
- let { isLoggedIn: e } = l;
1097
- if (!e) throw new Ee(g);
1098
- }
1099
- return /* @__PURE__ */ j(r, {
1100
- permissionsQuery: i?.permissionsQuery,
1101
- prepared: o?.permissionsQuery ?? null,
1102
- authStatus: l,
1103
- activeGroupId: c,
1104
- children: e
1105
- });
1106
- },
1107
- children: [
1108
- te,
1109
- ...re,
1110
- ...ie,
1111
- ...ae
1112
- ]
1113
- }), w = [
1114
- H({
1115
- path: c,
1116
- resourcePage: pt,
1117
- prepare: async ({ context: e }) => {
1118
- let t = await a.login.load();
1119
- return { query: z(e.relayEnvironment, t.loginQuery, {}) };
1120
- },
1121
- render: ({ prepared: e, Component: t }) => t == null ? null : /* @__PURE__ */ j(t, { prepared: e })
1122
- }),
1123
- H({
1124
- path: l,
1125
- resourcePage: mt,
1126
- prepare: async () => (await a.passwordResetRequest.load(), null),
1127
- render: ({ Component: e }) => e == null ? null : /* @__PURE__ */ j(e, {})
1128
- }),
1129
- H({
1130
- path: u,
1131
- resourcePage: ht,
1132
- prepare: async () => (await a.passwordResetComplete.load(), null),
1133
- render: ({ Component: e }) => e == null ? null : /* @__PURE__ */ j(e, {})
1134
- }),
1135
- H({
1136
- path: m,
1137
- resourcePage: gt,
1138
- prepare: async () => (await a.verifyEmail.load(), null),
1139
- render: ({ Component: e }) => e == null ? null : /* @__PURE__ */ j(e, {})
1140
- })
1141
- ];
1142
- return (a.hasAcceptInvitation === !0 || a.acceptInvitation != null) && w.push(H({
1143
- path: h,
1144
- resourcePage: _t,
1145
- prepare: async () => (await a.acceptInvitation?.load(), null),
1146
- render: ({ Component: e }) => e == null ? null : /* @__PURE__ */ j(e, {})
1147
- })), w.push(oe), w;
1148
- }
1149
- //#endregion
1150
- //#region src/components/backoffice/routing/backofficeRouteFallback.css.ts
1151
- var wt = "txvbqb9ip txvbqbai7 txvbqbcp txvbqbdoy txvbqbk5p txvbqbu7g txvbqbaop txvbqbv43 txvbqbva1", Tt = "txvbqbva3", Et = () => {
1152
- let { t: e, i18n: t } = Te("backofficeReact", { useSuspense: !1 }), n = "Loading...";
1153
- return t.isInitialized && (n = e("common.loading")), /* @__PURE__ */ M("div", {
1154
- className: wt,
1155
- role: "status",
1156
- "aria-live": "polite",
1157
- "aria-busy": "true",
1158
- children: [/* @__PURE__ */ j(Fe, { size: 28 }), /* @__PURE__ */ j("div", {
1159
- className: Tt,
1160
- children: n
1161
- })]
1162
- });
1163
- }, Dt = "_11exksg1 txvbqbv45 txvbqbptp txvbqbt7y txvbqbdqg txvbqbl7g txvbqb2k txvbqbu7g txvbqbuwp", Ot = "_11exksg2 txvbqbcgg txvbqbuog", kt = () => /* @__PURE__ */ j("div", {
1164
- className: Dt,
1165
- "aria-hidden": "true",
1166
- children: /* @__PURE__ */ j("div", { className: Ot })
1167
- }), At = "cache-first", U = "detail-page", W = "detail-layout", G = "list", K = "picker", q = "tool", J = (e) => e.kind === "list-detail", jt = (e) => e.kind === "tool", Y = (e, t, n) => t === U ? `${e}:${t}:${n ?? ""}` : `${e}:${t}`, Mt = (e) => e instanceof Error ? e : Error(String(e)), X = (e) => e?.status !== "loaded" || e.module == null ? null : e.module, Z = (e, t) => {
1168
- let n = e[t];
1169
- if (n == null) throw Error(`Unknown backoffice entity: ${t}`);
1170
- return n;
1171
- }, Nt = (e, t) => {
1172
- let n = /* @__PURE__ */ new Map(), r = (t) => e[t] ?? null, i = async (e, t, r) => {
1173
- if ((t?.mode ?? At) === "cache-first") {
1174
- let t = X(n.get(e));
1175
- if (t != null) return t;
1176
- let r = n.get(e);
1177
- if (r?.status === "loading" && r.promise != null) return r.promise;
1178
- }
1179
- let i = r().then((t) => (n.set(e, {
1180
- status: "loaded",
1181
- module: t
1182
- }), t)).catch((t) => {
1183
- let r = Mt(t);
1184
- throw n.set(e, {
1185
- status: "error",
1186
- error: r
1187
- }), r;
1188
- });
1189
- return n.set(e, {
1190
- status: "loading",
1191
- promise: i
1192
- }), i;
1193
- };
1194
- return {
1195
- getManifest: r,
1196
- getLoadedListEntity: (e) => X(n.get(Y(e, G))),
1197
- getLoadedPickerEntity: (e) => X(n.get(Y(e, K))),
1198
- getLoadedDetailLayoutEntity: (e) => X(n.get(Y(e, W))),
1199
- getLoadedDetailPageEntity: (e, t) => X(n.get(Y(e, U, t))),
1200
- getLoadedToolEntity: (e) => X(n.get(Y(e, q))),
1201
- loadListEntity: async (n, r) => {
1202
- let a = Z(e, n);
1203
- if (!J(a)) throw Error(`Backoffice entity ${n} does not expose a list facet.`);
1204
- let o = a.facets.list;
1205
- if (o == null) throw Error(`Backoffice entity ${n} does not expose a list facet.`);
1206
- return i(Y(n, G), r, async () => {
1207
- let e = N(a, await o(), t);
1208
- if (e.kind !== G) throw Error(`Backoffice entity ${n} did not resolve to a list facet.`);
1209
- return e;
1210
- });
1211
- },
1212
- loadPickerEntity: async (n, r) => {
1213
- let a = Z(e, n);
1214
- if (!J(a)) throw Error(`Backoffice entity ${n} does not expose a picker facet.`);
1215
- let o = a.facets.picker;
1216
- if (o == null) throw Error(`Backoffice entity ${n} does not expose a picker facet.`);
1217
- return i(Y(n, K), r, async () => {
1218
- let e = N(a, await o(), t);
1219
- if (e.kind !== K) throw Error(`Backoffice entity ${n} did not resolve to a picker facet.`);
1220
- return e;
1221
- });
1222
- },
1223
- loadDetailLayoutEntity: async (n, r) => {
1224
- let a = Z(e, n);
1225
- if (!J(a)) throw Error(`Backoffice entity ${n} does not expose a detail-layout facet.`);
1226
- return i(Y(n, W), r, async () => {
1227
- let e = N(a, await a.facets.detailLayout(), t);
1228
- if (e.kind !== W) throw Error(`Backoffice entity ${n} did not resolve to a detail-layout facet.`);
1229
- return e;
1230
- });
1231
- },
1232
- loadDetailPageEntity: async (n, r, a) => {
1233
- let o = Z(e, n);
1234
- if (!J(o)) throw Error(`Backoffice entity ${n} does not expose a detail-page facet.`);
1235
- return i(Y(n, U, r), a, async () => {
1236
- let e = N(o, await o.facets.detailPage(r), t);
1237
- if (e.kind !== U) throw Error(`Backoffice entity ${n} did not resolve to a detail-page facet.`);
1238
- return e;
1239
- });
1240
- },
1241
- loadToolEntity: async (n, r) => {
1242
- let a = Z(e, n);
1243
- if (!jt(a)) throw Error(`Backoffice entity ${n} does not expose a tool facet.`);
1244
- return i(Y(n, q), r, async () => {
1245
- let e = N(a, await a.facets.tool(), t);
1246
- if (e.kind !== q) throw Error(`Backoffice entity ${n} did not resolve to a tool facet.`);
1247
- return e;
1248
- });
1249
- }
1250
- };
1251
- }, Q = (e) => e.trim() === "" || e === "/" ? "/" : e.startsWith("/") ? e.endsWith("/") ? e.slice(0, -1) : e : `/${e}`, Pt = (e, t) => {
1252
- let n = Q(t), r = Q(e);
1253
- return r === "/" || n === r || n.startsWith(`${r}/`) ? n : n === "/" ? r : `${r}${n}`;
1254
- }, Ft = (e, t) => Object.fromEntries(Object.entries(e).map(([e, n]) => [e, {
1255
- ...n,
1256
- routes: {
1257
- list: Pt(t, n.routes.list),
1258
- detail: (e) => Pt(t, n.routes.detail(e)),
1259
- detailPage: (e, r) => Pt(t, n.routes.detailPage(e, r))
1260
- }
1261
- }])), It = ({ routes: e, context: t, instrumentations: n }) => {
1262
- let [r, i] = O(null);
1263
- return E(() => {
1264
- let r = Ae(e, {
1265
- context: t,
1266
- instrumentations: n
1267
- });
1268
- return i(r), () => {
1269
- r.cleanup();
1270
- };
1271
- }, [
1272
- t,
1273
- n,
1274
- e
1275
- ]), r;
1276
- }, Lt = ({ routes: e, instrumentations: t }) => {
1277
- let n = s(), r = It({
1278
- routes: e,
1279
- context: D(() => ({ relayEnvironment: n }), [n]),
1280
- instrumentations: t
1281
- });
1282
- return r == null ? /* @__PURE__ */ j(Et, {}) : /* @__PURE__ */ j(ke.Provider, {
1283
- value: r.context,
1284
- children: /* @__PURE__ */ j(Oe, {
1285
- enableTransition: !0,
1286
- fallback: /* @__PURE__ */ j(Et, {}),
1287
- pending: /* @__PURE__ */ j(kt, {})
1288
- })
1289
- });
1290
- }, Rt = (e) => {
1291
- let t = Q(e.basePath ?? "/"), n = D(() => Ft(e.entityManifest, t), [t, e.entityManifest]), r = D(() => Nt(n, { basePath: t }), [t, n]), i = e.graphql;
1292
- E(() => {
1293
- o({
1294
- httpUrl: i.httpUrl ?? i.endpoint,
1295
- wsUrl: i.wsUrl ?? i.wsEndpoint,
1296
- getDataId: i.getDataId,
1297
- logEvents: i.logEvents,
1298
- getAuthHeaders: i.getAuthHeaders
1299
- });
1300
- }, [
1301
- i.endpoint,
1302
- i.getAuthHeaders,
1303
- i.getDataId,
1304
- i.httpUrl,
1305
- i.logEvents,
1306
- i.wsEndpoint,
1307
- i.wsUrl
1308
- ]);
1309
- let a = D(() => tt(e.i18n?.resources ?? {}), [e.i18n?.resources]), s = D(() => e.i18n?.instance ?? Se(), [e.i18n?.instance]);
1310
- return E(() => {
1311
- let t = e.i18n?.initOptions ?? {}, n = t.defaultNS ?? "translations", r = t.ns ?? [
1312
- "backofficeReact",
1313
- "translations",
1314
- "ui"
1315
- ];
1316
- Je({
1317
- resources: a,
1318
- lng: e.i18n?.lng,
1319
- fallbackLng: e.i18n?.fallbackLng,
1320
- initOptions: {
1321
- ...t,
1322
- defaultNS: n,
1323
- ns: r
1324
- },
1325
- instance: s,
1326
- useLanguageDetector: e.i18n?.useLanguageDetector,
1327
- detection: e.i18n?.detection
1328
- }).catch(console.error);
1329
- }, [
1330
- s,
1331
- a,
1332
- e.i18n?.initOptions,
1333
- e.i18n?.detection,
1334
- e.i18n?.fallbackLng,
1335
- e.i18n?.lng,
1336
- e.i18n?.useLanguageDetector
1337
- ]), /* @__PURE__ */ j(ve, { children: /* @__PURE__ */ j(Ce, {
1338
- i18n: s,
1339
- children: /* @__PURE__ */ j(Ie, { children: /* @__PURE__ */ j(rt, { children: /* @__PURE__ */ j(c, {
1340
- value: D(() => ({
1341
- basePath: t,
1342
- entities: n,
1343
- entityManifest: n,
1344
- entityRegistry: r,
1345
- filterColumnAliases: e.filterColumnAliases,
1346
- sidebar: e.sidebar,
1347
- dashboard: e.dashboard,
1348
- auth: e.auth,
1349
- graphql: e.graphql
1350
- }), [
1351
- t,
1352
- e.auth,
1353
- e.dashboard,
1354
- n,
1355
- r,
1356
- e.filterColumnAliases,
1357
- e.graphql,
1358
- e.sidebar
1359
- ]),
1360
- children: /* @__PURE__ */ j(Lt, {
1361
- routes: D(() => Ct({
1362
- basePath: t,
1363
- entityManifest: n,
1364
- entityRegistry: r,
1365
- sidebar: e.sidebar,
1366
- auth: e.auth,
1367
- dashboard: e.dashboard,
1368
- toolsOperationPage: e.toolsOperationPage
1369
- }), [
1370
- t,
1371
- n,
1372
- r,
1373
- e.auth,
1374
- e.dashboard,
1375
- e.toolsOperationPage,
1376
- e.sidebar
1377
- ]),
1378
- instrumentations: e.instrumentations
1379
- })
1380
- }) }) })
1381
- }) });
1382
- }, zt = (e) => {
1383
- let t = null, n = null;
1384
- return {
1385
- get: () => t,
1386
- load: async () => t ?? (n ??= e().then((e) => (t = e, e)).finally(() => {
1387
- n = null;
1388
- }), n)
1389
- };
1390
- }, Bt = (e, t) => {
1391
- let n = e ?? [], r = t ?? [];
1392
- return n.length === r.length ? n.every((e, t) => e === r[t]) : !1;
1393
- };
1394
- function $(e, t, n) {
1395
- let { filters: r } = e.list;
1396
- return r.find((e) => String(e.whereKey ?? e.id) === t && Bt(e.path, n)) ?? null;
1397
- }
1398
- function Vt(e, t, n) {
1399
- let r = $(e, t);
1400
- if (r != null) return r;
1401
- let { [t]: i } = n ?? {};
1402
- if (i != null) {
1403
- let t = $(e, i);
1404
- if (t != null) return t;
1405
- }
1406
- return $(e, `${t}Contains`) ?? null;
1407
- }
1408
- function Ht(e, t) {
1409
- return t == null ? !1 : e.kind === "boolean" ? typeof t == "boolean" : e.kind === "entityId" ? typeof t == "string" && t.trim() !== "" : typeof t == "number" ? String(t).trim() !== "" : typeof t == "string" ? t.trim() !== "" : !1;
1410
- }
1411
- //#endregion
1412
- //#region src/components/backoffice/filters/backofficeFilterAction.css.ts
1413
- var Ut = "hwnq700 txvbqb9jg txvbqbcp txvbqbdoy txvbqbtxp txvbqbc6p txvbqblag txvbqb1qy txvbqb1cp txvbqb1qg txvbqbf7 txvbqbv0t txvbqbva1 txvbqbv txvbqb3b txvbqb78 txvbqb6w txvbqb7k", Wt = "txvbqbtx7 txvbqbc67", Gt = (e, t) => e(t), Kt = (e) => {
1414
- let { t } = Te(), { t: n } = u(), { filterColumnAliases: r } = l(), { whereKey: i, value: a, path: o, label: s, listConfig: c } = e, d = ne(), f = null;
1415
- if (c == null ? d != null && (f = d.config) : f = c, f == null) return null;
1416
- let p = $(f, i, o);
1417
- if (p == null && o == null && (p = Vt(f, i, r)), p == null || !Ht(p, a)) return null;
1418
- let m = Gt(p.label, t), h = s ?? n("filters.actions.filterBy", { label: m }), g = /* @__PURE__ */ j(Pe, {
1419
- width: 14,
1420
- height: 14,
1421
- className: Wt,
1422
- "aria-hidden": "true"
1423
- });
1424
- if (d != null) return /* @__PURE__ */ j("button", {
1425
- type: "button",
1426
- className: Ut,
1427
- title: h,
1428
- "aria-label": h,
1429
- onClick: () => {
1430
- d.applyFilter(i, a, o);
1431
- },
1432
- children: g
1433
- });
1434
- let _ = Ve(f.listDefaults?.where ?? f.list.defaultState?.where ?? null, i, a, o);
1435
- return /* @__PURE__ */ j(De, {
1436
- to: P(f, { where: _ }),
1437
- className: Ut,
1438
- children: g
1439
- });
1440
- }, qt = "txvbqb9ip txvbqbai7 txvbqbap7", Jt = "txvbqb9ip txvbqbai7 txvbqbaop", Yt = "txvbqb9iy txvbqbbwy txvbqbap7 txvbqbcg", Xt = "txvbqb9ip txvbqbai7 txvbqbap7", Zt = "txvbqb9ip txvbqbai7 txvbqbap7", Qt = ({ summary: e, aside: t, children: n, className: r }) => {
1441
- let i = null;
1442
- e != null && (i = /* @__PURE__ */ j("div", {
1443
- className: Jt,
1444
- children: e
1445
- }));
1446
- let a = null;
1447
- t != null && (a = /* @__PURE__ */ j("aside", {
1448
- className: Zt,
1449
- children: t
1450
- }));
1451
- let o = null;
1452
- return (n != null || a != null) && (o = /* @__PURE__ */ j("div", {
1453
- className: Xt,
1454
- children: n
1455
- })), /* @__PURE__ */ M("div", {
1456
- className: Le(qt, r),
1457
- children: [i, /* @__PURE__ */ M("div", {
1458
- className: Yt,
1459
- children: [o, a]
1460
- })]
1461
- });
1462
- }, $t = "txvbqbv9z txvbqb3d txvbqbvwr", en = ({ count: e, entity: t, where: n }) => {
1463
- let { entities: r, entityRegistry: i } = l(), a = ye(ke), o = 0;
1464
- typeof e == "number" && Number.isFinite(e) && (o = e);
1465
- let s = r[t];
1466
- if (s == null) return /* @__PURE__ */ j("span", { children: o });
1467
- let c = i.getLoadedListEntity(t), u;
1468
- u = c == null ? Be(s.routes.list, n) : P(c.config, { where: n });
1469
- let d = async (e) => {
1470
- let r = P((await i.loadListEntity(t)).config, { where: n }), a = "";
1471
- r.search !== "" && (a = `?${r.search}`), e.push({
1472
- pathname: r.pathname,
1473
- search: a,
1474
- hash: ""
1475
- });
1476
- };
1477
- return /* @__PURE__ */ j(De, {
1478
- to: u,
1479
- className: $t,
1480
- onClick: (e) => {
1481
- if (c != null || a == null || e.defaultPrevented || e.button !== 0 || e.metaKey || e.altKey || e.ctrlKey || e.shiftKey) return;
1482
- e.preventDefault();
1483
- let { history: t } = a;
1484
- d(t).catch(() => {
1485
- if (typeof u == "string") {
1486
- let e = new URL(u, window.location.origin);
1487
- t.push({
1488
- pathname: e.pathname,
1489
- search: e.search,
1490
- hash: e.hash
1491
- });
1492
- return;
1493
- }
1494
- let e = "";
1495
- u.search !== "" && (e = `?${u.search}`), t.push({
1496
- pathname: u.pathname,
1497
- search: e,
1498
- hash: ""
1499
- });
1500
- });
1501
- },
1502
- children: o
1503
- });
1504
- }, tn = "txvbqb9ip", nn = "txvbqb9ip txvbqbai7 txvbqbaop", rn = ({ headerNode: e, tabs: t, activeId: n, children: r }) => {
1505
- let i = null;
1506
- return t != null && t.length > 1 && n != null && (i = /* @__PURE__ */ j(Me, {
1507
- items: t,
1508
- activeId: n,
1509
- onChange: () => {},
1510
- className: tn
1511
- })), /* @__PURE__ */ j(Ne, {
1512
- headerNode: e,
1513
- tabsNode: i,
1514
- children: /* @__PURE__ */ j("div", {
1515
- className: nn,
1516
- children: r
1517
- })
1518
- });
1519
- }, an = "txvbqb9jg txvbqbcp txvbqbany txvbqbajy", on = ({ children: e, className: t }) => /* @__PURE__ */ j("span", {
1520
- className: Le(an, t),
1521
- children: e
1522
- }), sn = [];
1523
- function cn() {
1524
- return Reflect.get(A, "default") ?? A;
1525
- }
1526
- var ln = cn();
1527
- function un(e, n) {
1528
- let r = ln.useRelayEnvironment(), [i, o] = O(null), [s, c] = O(!1), [l, u] = O(!1), d = xe(a, () => t().generation, () => t().generation), { enabled: f = !0, deps: p = sn, getVariables: m } = n, h = T(() => {
1529
- try {
1530
- return m == null ? e.variables : m();
1531
- } catch {
1532
- return null;
1533
- }
1534
- }, [e.variables, m]), g = D(() => h(), [h]), _ = D(() => {
1535
- if (g == null) return null;
1536
- try {
1537
- return JSON.stringify(g);
1538
- } catch {
1539
- return null;
1540
- }
1541
- }, [g]), v = !!f, y = v && g != null && s && i == null && !l, b = be(null);
1542
- return E(() => {
1543
- let t = null, n = h();
1544
- return v && n != null && (o(null), u(!1), c(!0), t = ln.requestSubscription(r, {
1545
- subscription: e.subscription,
1546
- variables: n,
1547
- cacheConfig: e.cacheConfig,
1548
- configs: e.configs,
1549
- onCompleted: () => {
1550
- u(!0), c(!1), e.onCompleted?.();
1551
- },
1552
- onError: (t) => {
1553
- o(t), c(!1), e.onError?.(t);
1554
- },
1555
- onNext: e.onNext,
1556
- updater: e.updater
1557
- }), b.current = t), () => {
1558
- if (c(!1), t != null) try {
1559
- t.dispose();
1560
- } catch {}
1561
- b.current === t && (b.current = null);
1562
- };
1563
- }, [
1564
- e,
1565
- p,
1566
- r,
1567
- v,
1568
- h,
1569
- _,
1570
- d
1571
- ]), {
1572
- active: y,
1573
- completed: l,
1574
- error: i
1575
- };
1576
- }
1577
- //#endregion
1578
- //#region src/hooks/useCopyToClipboard.ts
1579
- var dn = "copy-to-clipboard-fallback";
1580
- function fn(e) {
1581
- if (typeof document > "u") return;
1582
- let t = document.getElementById(dn);
1583
- t ?? (t = document.createElement("textarea"), t.id = dn, t.setAttribute("readonly", ""), t.style.position = "absolute", t.style.left = "-9999px", t.style.top = "0", t.style.opacity = "0", document.body.appendChild(t)), t.value = e, t.select(), document.execCommand("copy");
1584
- }
1585
- function pn(e = 2e3) {
1586
- let [t, n] = O(null), r = be(null);
1587
- return E(() => () => {
1588
- r.current != null && window.clearTimeout(r.current);
1589
- }, []), {
1590
- copiedKey: t,
1591
- copy: T(async (t, i) => {
1592
- let a = !1, o;
1593
- if (typeof navigator < "u" && (o = navigator.clipboard), o != null) try {
1594
- await o.writeText(t), a = !0;
1595
- } catch {
1596
- a = !1;
1597
- }
1598
- return a ||= (fn(t), !0), i != null && (n(i), r.current != null && window.clearTimeout(r.current), r.current = window.setTimeout(() => {
1599
- n(null), r.current = null;
1600
- }, e)), a;
1601
- }, [e])
1602
- };
1603
- }
1604
- //#endregion
1605
- //#region src/hooks/useRefetchNeededReload.ts
1606
- function mn(e) {
1607
- let [t, n] = O(null);
1608
- return E(() => {
1609
- n(null);
1610
- }, [e]), {
1611
- reason: t,
1612
- onRefetchNeeded: T((e) => {
1613
- n(e ?? "UNKNOWN");
1614
- }, []),
1615
- reload: T(() => {
1616
- window.location.reload();
1617
- }, []),
1618
- clear: T(() => {
1619
- n(null);
1620
- }, [])
1621
- };
1622
- }
1623
- //#endregion
1624
- //#region src/i18n/useReviewStatusLabel.ts
1625
- function hn() {
1626
- let { t: e } = u();
1627
- function t(t) {
1628
- if (t == null) return e("review.status.unknown");
1629
- switch (t) {
1630
- case "APPROVED": return e("review.status.approved");
1631
- case "CHANGES_REQUESTED": return e("review.status.changesRequested");
1632
- case "PENDING": return e("review.status.pending");
1633
- default: return e("review.status.unknown");
1634
- }
1635
- }
1636
- return { getReviewStatusLabel: t };
1637
- }
1638
- //#endregion
1639
- //#region src/modules/base64.ts
1640
- function gn(e) {
1641
- if (typeof e != "string") throw TypeError("encodeUtf8ToBase64 expects a string input.");
1642
- if (typeof globalThis.btoa == "function") {
1643
- let t = encodeURIComponent(e).replace(/%([0-9A-F]{2})/g, (e, t) => String.fromCharCode(Number.parseInt(t, 16)));
1644
- return globalThis.btoa(t);
1645
- }
1646
- throw Error("No base64 encoder is available in this environment.");
1647
- }
1648
- function _n(e) {
1649
- if (typeof e != "string") throw TypeError("decodeBase64ToUtf8 expects a string input.");
1650
- if (typeof globalThis.atob == "function") {
1651
- let t = globalThis.atob(e), n = Array.from(t, (e) => `%${e.charCodeAt(0).toString(16).padStart(2, "0")}`).join("");
1652
- return decodeURIComponent(n);
1653
- }
1654
- throw Error("No base64 decoder is available in this environment.");
1655
- }
1656
- //#endregion
1657
- //#region src/modules/formatFileSize.ts
1658
- var vn = [
1659
- "B",
1660
- "KB",
1661
- "MB",
1662
- "GB",
1663
- "TB"
1664
- ], yn = 1024, bn = (e, t) => {
1665
- if (t === "B") return Math.round(e).toString();
1666
- let n = 1;
1667
- return e >= 10 && (n = 0), e.toFixed(n);
1668
- };
1669
- function xn(e) {
1670
- let t = e;
1671
- Number.isFinite(e) || (t = 0);
1672
- let n = t < 0, r = Math.abs(t), i = 0;
1673
- for (; r >= yn && i < vn.length - 1;) r /= yn, i += 1;
1674
- let a = vn[i] ?? "B", o = r;
1675
- return n && (o = -r), {
1676
- value: o,
1677
- unit: a,
1678
- displayValue: bn(o, a)
1679
- };
1680
- }
1681
- //#endregion
1682
- //#region src/relay/createInlineReader.ts
1683
- var { readInlineData: Sn } = A, Cn = (e) => (t) => Sn(e, t), wn = (e) => e;
1684
- //#endregion
1685
- export { x as AcceptInvitationScreen, w as BackofficeDetailBadgeRow, se as BackofficeDetailField, le as BackofficeDetailPayload, ce as BackofficeDetailSection, te as BackofficeErrorBoundary, Kt as BackofficeFilterAction, on as BackofficeInlineFilterRow, Qt as BackofficeOverviewLayout, Rt as BackofficeProvider, en as BackofficeRelatedCountLink, _e as BackofficeRightPageLayout, rn as BackofficeTabbedDetailShell, ie as EntityFilterValue, re as EntityFilterValueText, ae as EntityIdFilterField, oe as EntityIdPickerDialog, y as LoginFlow, S as PasswordResetCompleteScreen, C as PasswordResetRequestScreen, rt as RelayProvider, ee as VerifyEmailScreen, $e as backofficeReactI18nResources, g as base64UrlToBuffer, _ as bufferToBase64Url, ge as buildDataTableColumns, o as configureRelayEnvironment, zt as createBackofficeLazyValue, Je as createI18nInstance, Cn as createInlineDataReader, v as createUseAuth, _n as decodeBase64ToUtf8, gn as encodeUtf8ToBase64, xn as formatFileSize, n as getEnvironment, i as getNetwork, t as getRelayTransportSnapshot, wn as identityView, h as mapWebAuthnRegistrationError, m as parseSignCount, e as reconnectRelayWebSocket, me as requireField, fe as requireLinkedRecordId, r as resetRelayStore, pe as resolveAgentStartOutcome, de as resolveMutationOutcome, he as resolveVisibleDetailPages, a as subscribeRelayTransport, b as synchronizeAuthStatusQuery, l as useBackofficeConfig, ue as useBackofficeListUrlState, un as useConditionalSubscription, pn as useCopyToClipboard, mn as useRefetchNeededReload, hn as useReviewStatusLabel, tt as withBackofficeReactI18nResources };
1686
-
1687
- //# sourceMappingURL=backoffice-react.js.map