@jmruthers/pace-core 0.5.109 → 0.5.111
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +22 -0
- package/dist/{AuthService-DrHrvXNZ.d.ts → AuthService-CVgsgtaZ.d.ts} +8 -0
- package/dist/{DataTable-5HITILXS.js → DataTable-5W2HVLLV.js} +8 -8
- package/dist/{UnifiedAuthProvider-A7I23UCN.js → UnifiedAuthProvider-LUM3QLS5.js} +3 -3
- package/dist/{api-5I3E47G2.js → api-SIZPFBFX.js} +5 -3
- package/dist/{audit-65VNHEV2.js → audit-5JI5T3SL.js} +2 -2
- package/dist/{chunk-P72NKAT5.js → chunk-2BIDKXQU.js} +157 -120
- package/dist/chunk-2BIDKXQU.js.map +1 -0
- package/dist/{chunk-S4D3Z723.js → chunk-ACYQNYHB.js} +7 -7
- package/dist/{chunk-D6MEKC27.js → chunk-EFVQBYFN.js} +2 -2
- package/dist/{chunk-EZ64QG2I.js → chunk-I5YM5BGS.js} +2 -2
- package/dist/{chunk-Q7APDV6H.js → chunk-IWJYNWXN.js} +13 -5
- package/dist/chunk-IWJYNWXN.js.map +1 -0
- package/dist/{chunk-YFMENCR4.js → chunk-JE2GFA3O.js} +3 -3
- package/dist/{chunk-AUXS7XSO.js → chunk-MW73E7SP.js} +35 -11
- package/dist/chunk-MW73E7SP.js.map +1 -0
- package/dist/{chunk-F6TSYCKP.js → chunk-PXXS26G5.js} +68 -29
- package/dist/chunk-PXXS26G5.js.map +1 -0
- package/dist/{chunk-UW2DE6JX.js → chunk-TD4BXGPE.js} +4 -4
- package/dist/{chunk-EYSXQ756.js → chunk-TDFBX7KJ.js} +2 -2
- package/dist/{chunk-WWNOVFDC.js → chunk-UGVU7L7N.js} +52 -90
- package/dist/chunk-UGVU7L7N.js.map +1 -0
- package/dist/{chunk-2W4WKJVF.js → chunk-X7SPKHYZ.js} +290 -255
- package/dist/chunk-X7SPKHYZ.js.map +1 -0
- package/dist/{chunk-3TKTL5AZ.js → chunk-ZL45MG76.js} +60 -60
- package/dist/chunk-ZL45MG76.js.map +1 -0
- package/dist/components.js +10 -10
- package/dist/hooks.d.ts +11 -1
- package/dist/hooks.js +9 -7
- package/dist/hooks.js.map +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.js +13 -13
- package/dist/providers.d.ts +2 -2
- package/dist/providers.js +2 -2
- package/dist/rbac/index.d.ts +46 -29
- package/dist/rbac/index.js +9 -9
- package/dist/utils.js +1 -1
- package/docs/api/classes/ColumnFactory.md +1 -1
- package/docs/api/classes/ErrorBoundary.md +1 -1
- package/docs/api/classes/InvalidScopeError.md +4 -4
- package/docs/api/classes/MissingUserContextError.md +4 -4
- package/docs/api/classes/OrganisationContextRequiredError.md +4 -4
- package/docs/api/classes/PermissionDeniedError.md +4 -4
- package/docs/api/classes/PublicErrorBoundary.md +1 -1
- package/docs/api/classes/RBACAuditManager.md +8 -8
- package/docs/api/classes/RBACCache.md +8 -8
- package/docs/api/classes/RBACEngine.md +9 -8
- package/docs/api/classes/RBACError.md +4 -4
- package/docs/api/classes/RBACNotInitializedError.md +4 -4
- package/docs/api/classes/SecureSupabaseClient.md +1 -1
- package/docs/api/classes/StorageUtils.md +1 -1
- package/docs/api/enums/FileCategory.md +1 -1
- package/docs/api/interfaces/AggregateConfig.md +1 -1
- package/docs/api/interfaces/ButtonProps.md +1 -1
- package/docs/api/interfaces/CardProps.md +1 -1
- package/docs/api/interfaces/ColorPalette.md +1 -1
- package/docs/api/interfaces/ColorShade.md +1 -1
- package/docs/api/interfaces/DataAccessRecord.md +1 -1
- package/docs/api/interfaces/DataRecord.md +1 -1
- package/docs/api/interfaces/DataTableAction.md +1 -1
- package/docs/api/interfaces/DataTableColumn.md +1 -1
- package/docs/api/interfaces/DataTableProps.md +1 -1
- package/docs/api/interfaces/DataTableToolbarButton.md +1 -1
- package/docs/api/interfaces/EmptyStateConfig.md +1 -1
- package/docs/api/interfaces/EnhancedNavigationMenuProps.md +1 -1
- package/docs/api/interfaces/FileDisplayProps.md +1 -1
- package/docs/api/interfaces/FileMetadata.md +1 -1
- package/docs/api/interfaces/FileReference.md +1 -1
- package/docs/api/interfaces/FileSizeLimits.md +1 -1
- package/docs/api/interfaces/FileUploadOptions.md +1 -1
- package/docs/api/interfaces/FileUploadProps.md +1 -1
- package/docs/api/interfaces/FooterProps.md +1 -1
- package/docs/api/interfaces/InactivityWarningModalProps.md +1 -1
- package/docs/api/interfaces/InputProps.md +1 -1
- package/docs/api/interfaces/LabelProps.md +1 -1
- package/docs/api/interfaces/LoginFormProps.md +1 -1
- package/docs/api/interfaces/NavigationAccessRecord.md +1 -1
- package/docs/api/interfaces/NavigationContextType.md +1 -1
- package/docs/api/interfaces/NavigationGuardProps.md +1 -1
- package/docs/api/interfaces/NavigationItem.md +1 -1
- package/docs/api/interfaces/NavigationMenuProps.md +1 -1
- package/docs/api/interfaces/NavigationProviderProps.md +1 -1
- package/docs/api/interfaces/Organisation.md +1 -1
- package/docs/api/interfaces/OrganisationContextType.md +1 -1
- package/docs/api/interfaces/OrganisationMembership.md +1 -1
- package/docs/api/interfaces/OrganisationProviderProps.md +1 -1
- package/docs/api/interfaces/OrganisationSecurityError.md +1 -1
- package/docs/api/interfaces/PaceAppLayoutProps.md +27 -27
- package/docs/api/interfaces/PaceLoginPageProps.md +4 -4
- package/docs/api/interfaces/PageAccessRecord.md +1 -1
- package/docs/api/interfaces/PagePermissionContextType.md +1 -1
- package/docs/api/interfaces/PagePermissionGuardProps.md +1 -1
- package/docs/api/interfaces/PagePermissionProviderProps.md +1 -1
- package/docs/api/interfaces/PaletteData.md +1 -1
- package/docs/api/interfaces/PermissionEnforcerProps.md +1 -1
- package/docs/api/interfaces/ProtectedRouteProps.md +1 -1
- package/docs/api/interfaces/PublicErrorBoundaryProps.md +1 -1
- package/docs/api/interfaces/PublicErrorBoundaryState.md +1 -1
- package/docs/api/interfaces/PublicLoadingSpinnerProps.md +1 -1
- package/docs/api/interfaces/PublicPageFooterProps.md +1 -1
- package/docs/api/interfaces/PublicPageHeaderProps.md +1 -1
- package/docs/api/interfaces/PublicPageLayoutProps.md +1 -1
- package/docs/api/interfaces/RBACConfig.md +19 -8
- package/docs/api/interfaces/RBACLogger.md +5 -5
- package/docs/api/interfaces/RoleBasedRouterContextType.md +8 -8
- package/docs/api/interfaces/RoleBasedRouterProps.md +10 -10
- package/docs/api/interfaces/RouteAccessRecord.md +10 -10
- package/docs/api/interfaces/RouteConfig.md +19 -6
- package/docs/api/interfaces/SecureDataContextType.md +1 -1
- package/docs/api/interfaces/SecureDataProviderProps.md +1 -1
- package/docs/api/interfaces/StorageConfig.md +1 -1
- package/docs/api/interfaces/StorageFileInfo.md +1 -1
- package/docs/api/interfaces/StorageFileMetadata.md +1 -1
- package/docs/api/interfaces/StorageListOptions.md +1 -1
- package/docs/api/interfaces/StorageListResult.md +1 -1
- package/docs/api/interfaces/StorageUploadOptions.md +1 -1
- package/docs/api/interfaces/StorageUploadResult.md +1 -1
- package/docs/api/interfaces/StorageUrlOptions.md +1 -1
- package/docs/api/interfaces/StyleImport.md +1 -1
- package/docs/api/interfaces/SwitchProps.md +1 -1
- package/docs/api/interfaces/ToastActionElement.md +1 -1
- package/docs/api/interfaces/ToastProps.md +1 -1
- package/docs/api/interfaces/UnifiedAuthContextType.md +1 -1
- package/docs/api/interfaces/UnifiedAuthProviderProps.md +1 -1
- package/docs/api/interfaces/UseInactivityTrackerOptions.md +1 -1
- package/docs/api/interfaces/UseInactivityTrackerReturn.md +1 -1
- package/docs/api/interfaces/UsePublicEventOptions.md +1 -1
- package/docs/api/interfaces/UsePublicEventReturn.md +1 -1
- package/docs/api/interfaces/UsePublicFileDisplayOptions.md +1 -1
- package/docs/api/interfaces/UsePublicFileDisplayReturn.md +1 -1
- package/docs/api/interfaces/UsePublicRouteParamsReturn.md +1 -1
- package/docs/api/interfaces/UseResolvedScopeOptions.md +1 -1
- package/docs/api/interfaces/UseResolvedScopeReturn.md +1 -1
- package/docs/api/interfaces/UserEventAccess.md +1 -1
- package/docs/api/interfaces/UserMenuProps.md +1 -1
- package/docs/api/interfaces/UserProfile.md +1 -1
- package/docs/api/modules.md +44 -43
- package/docs/api-reference/hooks.md +8 -4
- package/docs/architecture/rpc-function-standards.md +3 -1
- package/docs/best-practices/common-patterns.md +3 -3
- package/docs/best-practices/deployment.md +10 -4
- package/docs/best-practices/performance.md +11 -3
- package/docs/core-concepts/organisations.md +8 -8
- package/docs/core-concepts/permissions.md +133 -72
- package/docs/documentation-index.md +0 -2
- package/docs/migration/rbac-migration.md +65 -66
- package/docs/rbac/README.md +114 -38
- package/docs/rbac/advanced-patterns.md +15 -22
- package/docs/rbac/api-reference.md +63 -16
- package/docs/rbac/examples.md +12 -12
- package/docs/rbac/getting-started.md +19 -19
- package/docs/rbac/quick-start.md +110 -35
- package/docs/rbac/troubleshooting.md +127 -3
- package/package.json +1 -1
- package/src/components/DataTable/components/__tests__/ActionButtons.test.tsx +913 -0
- package/src/components/DataTable/components/__tests__/ColumnFilter.test.tsx +609 -0
- package/src/components/DataTable/components/__tests__/EmptyState.test.tsx +434 -0
- package/src/components/DataTable/components/__tests__/LoadingState.test.tsx +120 -0
- package/src/components/DataTable/components/__tests__/PaginationControls.test.tsx +519 -0
- package/src/components/DataTable/examples/__tests__/HierarchicalActionsExample.test.tsx +316 -0
- package/src/components/DataTable/examples/__tests__/InitialPageSizeExample.test.tsx +211 -0
- package/src/components/FileUpload/FileUpload.tsx +2 -8
- package/src/components/NavigationMenu/NavigationMenu.test.tsx +38 -4
- package/src/components/NavigationMenu/NavigationMenu.tsx +71 -6
- package/src/components/PaceAppLayout/PaceAppLayout.test.tsx +193 -63
- package/src/components/PaceAppLayout/PaceAppLayout.tsx +102 -135
- package/src/components/PaceAppLayout/__tests__/PaceAppLayout.accessibility.test.tsx +41 -2
- package/src/components/PaceAppLayout/__tests__/PaceAppLayout.integration.test.tsx +61 -6
- package/src/components/PaceAppLayout/__tests__/PaceAppLayout.performance.test.tsx +71 -21
- package/src/components/PaceAppLayout/__tests__/PaceAppLayout.security.test.tsx +113 -41
- package/src/components/PaceAppLayout/__tests__/PaceAppLayout.unit.test.tsx +155 -45
- package/src/components/PaceLoginPage/PaceLoginPage.tsx +30 -1
- package/src/hooks/__tests__/usePermissionCache.simple.test.ts +63 -5
- package/src/hooks/__tests__/usePermissionCache.unit.test.ts +156 -72
- package/src/hooks/__tests__/useRBAC.unit.test.ts +4 -38
- package/src/hooks/index.ts +1 -1
- package/src/hooks/useFileDisplay.ts +51 -0
- package/src/hooks/usePermissionCache.test.ts +112 -68
- package/src/hooks/usePermissionCache.ts +55 -15
- package/src/rbac/README.md +81 -39
- package/src/rbac/__tests__/adapters.comprehensive.test.tsx +3 -3
- package/src/rbac/__tests__/engine.comprehensive.test.ts +15 -6
- package/src/rbac/__tests__/rbac-core.test.tsx +1 -1
- package/src/rbac/__tests__/rbac-engine-core-logic.test.ts +57 -4
- package/src/rbac/__tests__/rbac-engine-simplified.test.ts +3 -2
- package/src/rbac/adapters.tsx +4 -4
- package/src/rbac/api.test.ts +39 -15
- package/src/rbac/api.ts +27 -9
- package/src/rbac/audit.test.ts +2 -2
- package/src/rbac/audit.ts +14 -5
- package/src/rbac/cache.test.ts +12 -0
- package/src/rbac/cache.ts +29 -9
- package/src/rbac/components/EnhancedNavigationMenu.test.tsx +1 -1
- package/src/rbac/components/NavigationGuard.tsx +14 -14
- package/src/rbac/components/NavigationProvider.test.tsx +1 -1
- package/src/rbac/components/PagePermissionGuard.tsx +22 -38
- package/src/rbac/components/PagePermissionProvider.test.tsx +1 -1
- package/src/rbac/components/PermissionEnforcer.tsx +19 -15
- package/src/rbac/components/RoleBasedRouter.tsx +16 -9
- package/src/rbac/components/__tests__/NavigationGuard.test.tsx +123 -107
- package/src/rbac/components/__tests__/PagePermissionGuard.test.tsx +2 -2
- package/src/rbac/components/__tests__/PermissionEnforcer.test.tsx +121 -103
- package/src/rbac/config.ts +2 -0
- package/src/rbac/docs/event-based-apps.md +6 -6
- package/src/rbac/engine.ts +27 -7
- package/src/rbac/hooks/useCan.test.ts +29 -2
- package/src/rbac/hooks/usePermissions.test.ts +25 -25
- package/src/rbac/hooks/usePermissions.ts +47 -23
- package/src/rbac/hooks/useRBAC.simple.test.ts +1 -8
- package/src/rbac/hooks/useRBAC.test.ts +3 -40
- package/src/rbac/hooks/useRBAC.ts +0 -55
- package/src/rbac/hooks/useResolvedScope.ts +23 -31
- package/src/rbac/permissions.test.ts +11 -7
- package/src/rbac/security.test.ts +2 -2
- package/src/rbac/security.ts +23 -8
- package/src/rbac/types.test.ts +2 -2
- package/src/rbac/types.ts +1 -2
- package/src/services/EventService.ts +41 -13
- package/src/services/__tests__/EventService.test.ts +25 -4
- package/src/services/interfaces/IEventService.ts +1 -0
- package/src/utils/file-reference.ts +9 -0
- package/dist/chunk-2W4WKJVF.js.map +0 -1
- package/dist/chunk-3TKTL5AZ.js.map +0 -1
- package/dist/chunk-AUXS7XSO.js.map +0 -1
- package/dist/chunk-F6TSYCKP.js.map +0 -1
- package/dist/chunk-P72NKAT5.js.map +0 -1
- package/dist/chunk-Q7APDV6H.js.map +0 -1
- package/dist/chunk-WWNOVFDC.js.map +0 -1
- package/docs/rbac/breaking-changes-v3.md +0 -222
- package/docs/rbac/migration-guide.md +0 -260
- /package/dist/{DataTable-5HITILXS.js.map → DataTable-5W2HVLLV.js.map} +0 -0
- /package/dist/{UnifiedAuthProvider-A7I23UCN.js.map → UnifiedAuthProvider-LUM3QLS5.js.map} +0 -0
- /package/dist/{api-5I3E47G2.js.map → api-SIZPFBFX.js.map} +0 -0
- /package/dist/{audit-65VNHEV2.js.map → audit-5JI5T3SL.js.map} +0 -0
- /package/dist/{chunk-S4D3Z723.js.map → chunk-ACYQNYHB.js.map} +0 -0
- /package/dist/{chunk-D6MEKC27.js.map → chunk-EFVQBYFN.js.map} +0 -0
- /package/dist/{chunk-EZ64QG2I.js.map → chunk-I5YM5BGS.js.map} +0 -0
- /package/dist/{chunk-YFMENCR4.js.map → chunk-JE2GFA3O.js.map} +0 -0
- /package/dist/{chunk-UW2DE6JX.js.map → chunk-TD4BXGPE.js.map} +0 -0
- /package/dist/{chunk-EYSXQ756.js.map → chunk-TDFBX7KJ.js.map} +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[@jmruthers/pace-core - v0.5.
|
|
1
|
+
[@jmruthers/pace-core - v0.5.111](../README.md) / [Exports](../modules.md) / PaceAppLayoutProps
|
|
2
2
|
|
|
3
3
|
# Interface: PaceAppLayoutProps
|
|
4
4
|
|
|
@@ -43,7 +43,7 @@ The name of the application to be displayed in the header.
|
|
|
43
43
|
|
|
44
44
|
#### Defined in
|
|
45
45
|
|
|
46
|
-
[packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx:
|
|
46
|
+
[packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx:122](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx#L122)
|
|
47
47
|
|
|
48
48
|
___
|
|
49
49
|
|
|
@@ -55,7 +55,7 @@ Optional navigation items for the header menu. If not provided, uses default nav
|
|
|
55
55
|
|
|
56
56
|
#### Defined in
|
|
57
57
|
|
|
58
|
-
[packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx:
|
|
58
|
+
[packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx:124](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx#L124)
|
|
59
59
|
|
|
60
60
|
___
|
|
61
61
|
|
|
@@ -67,7 +67,7 @@ Show/hide event selector in the header
|
|
|
67
67
|
|
|
68
68
|
#### Defined in
|
|
69
69
|
|
|
70
|
-
[packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx:
|
|
70
|
+
[packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx:126](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx#L126)
|
|
71
71
|
|
|
72
72
|
___
|
|
73
73
|
|
|
@@ -79,7 +79,7 @@ Custom actions to display in the header (between event selector and user menu)
|
|
|
79
79
|
|
|
80
80
|
#### Defined in
|
|
81
81
|
|
|
82
|
-
[packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx:
|
|
82
|
+
[packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx:128](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx#L128)
|
|
83
83
|
|
|
84
84
|
___
|
|
85
85
|
|
|
@@ -91,7 +91,7 @@ Custom logo component (overrides default logo)
|
|
|
91
91
|
|
|
92
92
|
#### Defined in
|
|
93
93
|
|
|
94
|
-
[packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx:
|
|
94
|
+
[packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx:130](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx#L130)
|
|
95
95
|
|
|
96
96
|
___
|
|
97
97
|
|
|
@@ -103,7 +103,7 @@ URL to navigate to when logo is clicked (defaults to '/dashboard')
|
|
|
103
103
|
|
|
104
104
|
#### Defined in
|
|
105
105
|
|
|
106
|
-
[packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx:
|
|
106
|
+
[packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx:132](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx#L132)
|
|
107
107
|
|
|
108
108
|
___
|
|
109
109
|
|
|
@@ -115,7 +115,7 @@ Custom user menu component (overrides default user menu)
|
|
|
115
115
|
|
|
116
116
|
#### Defined in
|
|
117
117
|
|
|
118
|
-
[packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx:
|
|
118
|
+
[packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx:134](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx#L134)
|
|
119
119
|
|
|
120
120
|
___
|
|
121
121
|
|
|
@@ -127,7 +127,7 @@ Custom className for the header
|
|
|
127
127
|
|
|
128
128
|
#### Defined in
|
|
129
129
|
|
|
130
|
-
[packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx:
|
|
130
|
+
[packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx:136](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx#L136)
|
|
131
131
|
|
|
132
132
|
___
|
|
133
133
|
|
|
@@ -139,7 +139,7 @@ Show/hide user menu
|
|
|
139
139
|
|
|
140
140
|
#### Defined in
|
|
141
141
|
|
|
142
|
-
[packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx:
|
|
142
|
+
[packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx:138](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx#L138)
|
|
143
143
|
|
|
144
144
|
___
|
|
145
145
|
|
|
@@ -151,7 +151,7 @@ Enable layout-level permission enforcement
|
|
|
151
151
|
|
|
152
152
|
#### Defined in
|
|
153
153
|
|
|
154
|
-
[packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx:
|
|
154
|
+
[packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx:140](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx#L140)
|
|
155
155
|
|
|
156
156
|
___
|
|
157
157
|
|
|
@@ -163,7 +163,7 @@ Default permission to check for all routes (when enforcePermissions is true)
|
|
|
163
163
|
|
|
164
164
|
#### Defined in
|
|
165
165
|
|
|
166
|
-
[packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx:
|
|
166
|
+
[packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx:142](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx#L142)
|
|
167
167
|
|
|
168
168
|
___
|
|
169
169
|
|
|
@@ -175,7 +175,7 @@ Route-specific permissions mapping
|
|
|
175
175
|
|
|
176
176
|
#### Defined in
|
|
177
177
|
|
|
178
|
-
[packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx:
|
|
178
|
+
[packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx:144](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx#L144)
|
|
179
179
|
|
|
180
180
|
___
|
|
181
181
|
|
|
@@ -187,7 +187,7 @@ Fallback component to show when user lacks permission
|
|
|
187
187
|
|
|
188
188
|
#### Defined in
|
|
189
189
|
|
|
190
|
-
[packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx:
|
|
190
|
+
[packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx:146](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx#L146)
|
|
191
191
|
|
|
192
192
|
___
|
|
193
193
|
|
|
@@ -199,7 +199,7 @@ Enable permission-based navigation filtering
|
|
|
199
199
|
|
|
200
200
|
#### Defined in
|
|
201
201
|
|
|
202
|
-
[packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx:
|
|
202
|
+
[packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx:148](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx#L148)
|
|
203
203
|
|
|
204
204
|
___
|
|
205
205
|
|
|
@@ -211,7 +211,7 @@ Custom permission page ID mapping
|
|
|
211
211
|
|
|
212
212
|
#### Defined in
|
|
213
213
|
|
|
214
|
-
[packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx:
|
|
214
|
+
[packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx:150](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx#L150)
|
|
215
215
|
|
|
216
216
|
___
|
|
217
217
|
|
|
@@ -223,7 +223,7 @@ Enable strict mode to prevent bypassing permission checks (default: true)
|
|
|
223
223
|
|
|
224
224
|
#### Defined in
|
|
225
225
|
|
|
226
|
-
[packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx:
|
|
226
|
+
[packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx:154](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx#L154)
|
|
227
227
|
|
|
228
228
|
___
|
|
229
229
|
|
|
@@ -235,7 +235,7 @@ Enable page-level permission enforcement (default: false)
|
|
|
235
235
|
|
|
236
236
|
#### Defined in
|
|
237
237
|
|
|
238
|
-
[packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx:
|
|
238
|
+
[packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx:156](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx#L156)
|
|
239
239
|
|
|
240
240
|
___
|
|
241
241
|
|
|
@@ -247,7 +247,7 @@ Default page permission fallback component
|
|
|
247
247
|
|
|
248
248
|
#### Defined in
|
|
249
249
|
|
|
250
|
-
[packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx:
|
|
250
|
+
[packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx:158](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx#L158)
|
|
251
251
|
|
|
252
252
|
___
|
|
253
253
|
|
|
@@ -259,7 +259,7 @@ Enable audit logging for all permission checks (default: true)
|
|
|
259
259
|
|
|
260
260
|
#### Defined in
|
|
261
261
|
|
|
262
|
-
[packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx:
|
|
262
|
+
[packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx:160](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx#L160)
|
|
263
263
|
|
|
264
264
|
___
|
|
265
265
|
|
|
@@ -286,7 +286,7 @@ Callback when page access is denied
|
|
|
286
286
|
|
|
287
287
|
#### Defined in
|
|
288
288
|
|
|
289
|
-
[packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx:
|
|
289
|
+
[packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx:162](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx#L162)
|
|
290
290
|
|
|
291
291
|
___
|
|
292
292
|
|
|
@@ -313,7 +313,7 @@ Callback when strict mode violation occurs
|
|
|
313
313
|
|
|
314
314
|
#### Defined in
|
|
315
315
|
|
|
316
|
-
[packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx:
|
|
316
|
+
[packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx:164](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx#L164)
|
|
317
317
|
|
|
318
318
|
___
|
|
319
319
|
|
|
@@ -325,7 +325,7 @@ Enable role-based routing (default: false)
|
|
|
325
325
|
|
|
326
326
|
#### Defined in
|
|
327
327
|
|
|
328
|
-
[packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx:
|
|
328
|
+
[packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx:168](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx#L168)
|
|
329
329
|
|
|
330
330
|
___
|
|
331
331
|
|
|
@@ -337,7 +337,7 @@ Route configuration for role-based routing
|
|
|
337
337
|
|
|
338
338
|
#### Defined in
|
|
339
339
|
|
|
340
|
-
[packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx:
|
|
340
|
+
[packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx:170](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx#L170)
|
|
341
341
|
|
|
342
342
|
___
|
|
343
343
|
|
|
@@ -349,7 +349,7 @@ Fallback route for unauthorized access
|
|
|
349
349
|
|
|
350
350
|
#### Defined in
|
|
351
351
|
|
|
352
|
-
[packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx:
|
|
352
|
+
[packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx:186](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx#L186)
|
|
353
353
|
|
|
354
354
|
___
|
|
355
355
|
|
|
@@ -376,7 +376,7 @@ Callback when route access is denied
|
|
|
376
376
|
|
|
377
377
|
#### Defined in
|
|
378
378
|
|
|
379
|
-
[packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx:
|
|
379
|
+
[packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx:188](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx#L188)
|
|
380
380
|
|
|
381
381
|
___
|
|
382
382
|
|
|
@@ -403,4 +403,4 @@ Callback when route strict mode violation occurs
|
|
|
403
403
|
|
|
404
404
|
#### Defined in
|
|
405
405
|
|
|
406
|
-
[packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx:
|
|
406
|
+
[packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx:190](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx#L190)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[@jmruthers/pace-core - v0.5.
|
|
1
|
+
[@jmruthers/pace-core - v0.5.111](../README.md) / [Exports](../modules.md) / PaceLoginPageProps
|
|
2
2
|
|
|
3
3
|
# Interface: PaceLoginPageProps
|
|
4
4
|
|
|
@@ -20,7 +20,7 @@ The name of the application to be displayed on the login form.
|
|
|
20
20
|
|
|
21
21
|
#### Defined in
|
|
22
22
|
|
|
23
|
-
[packages/core/src/components/PaceLoginPage/PaceLoginPage.tsx:
|
|
23
|
+
[packages/core/src/components/PaceLoginPage/PaceLoginPage.tsx:135](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/PaceLoginPage/PaceLoginPage.tsx#L135)
|
|
24
24
|
|
|
25
25
|
___
|
|
26
26
|
|
|
@@ -32,7 +32,7 @@ The path to redirect to upon successful login. Defaults to `/`.
|
|
|
32
32
|
|
|
33
33
|
#### Defined in
|
|
34
34
|
|
|
35
|
-
[packages/core/src/components/PaceLoginPage/PaceLoginPage.tsx:
|
|
35
|
+
[packages/core/src/components/PaceLoginPage/PaceLoginPage.tsx:137](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/PaceLoginPage/PaceLoginPage.tsx#L137)
|
|
36
36
|
|
|
37
37
|
___
|
|
38
38
|
|
|
@@ -44,4 +44,4 @@ Whether to check app access using RBAC. Defaults to false.
|
|
|
44
44
|
|
|
45
45
|
#### Defined in
|
|
46
46
|
|
|
47
|
-
[packages/core/src/components/PaceLoginPage/PaceLoginPage.tsx:
|
|
47
|
+
[packages/core/src/components/PaceLoginPage/PaceLoginPage.tsx:139](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/PaceLoginPage/PaceLoginPage.tsx#L139)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[@jmruthers/pace-core - v0.5.
|
|
1
|
+
[@jmruthers/pace-core - v0.5.111](../README.md) / [Exports](../modules.md) / RBACConfig
|
|
2
2
|
|
|
3
3
|
# Interface: RBACConfig
|
|
4
4
|
|
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
- [mockPermissions](RBACConfig.md#mockpermissions)
|
|
14
14
|
- [cache](RBACConfig.md#cache)
|
|
15
15
|
- [audit](RBACConfig.md#audit)
|
|
16
|
+
- [security](RBACConfig.md#security)
|
|
16
17
|
|
|
17
18
|
## Properties
|
|
18
19
|
|
|
@@ -22,7 +23,7 @@
|
|
|
22
23
|
|
|
23
24
|
#### Defined in
|
|
24
25
|
|
|
25
|
-
[packages/core/src/rbac/config.ts:
|
|
26
|
+
[packages/core/src/rbac/config.ts:17](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/config.ts#L17)
|
|
26
27
|
|
|
27
28
|
___
|
|
28
29
|
|
|
@@ -32,7 +33,7 @@ ___
|
|
|
32
33
|
|
|
33
34
|
#### Defined in
|
|
34
35
|
|
|
35
|
-
[packages/core/src/rbac/config.ts:
|
|
36
|
+
[packages/core/src/rbac/config.ts:18](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/config.ts#L18)
|
|
36
37
|
|
|
37
38
|
___
|
|
38
39
|
|
|
@@ -42,7 +43,7 @@ ___
|
|
|
42
43
|
|
|
43
44
|
#### Defined in
|
|
44
45
|
|
|
45
|
-
[packages/core/src/rbac/config.ts:
|
|
46
|
+
[packages/core/src/rbac/config.ts:19](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/config.ts#L19)
|
|
46
47
|
|
|
47
48
|
___
|
|
48
49
|
|
|
@@ -52,7 +53,7 @@ ___
|
|
|
52
53
|
|
|
53
54
|
#### Defined in
|
|
54
55
|
|
|
55
|
-
[packages/core/src/rbac/config.ts:
|
|
56
|
+
[packages/core/src/rbac/config.ts:20](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/config.ts#L20)
|
|
56
57
|
|
|
57
58
|
___
|
|
58
59
|
|
|
@@ -62,7 +63,7 @@ ___
|
|
|
62
63
|
|
|
63
64
|
#### Defined in
|
|
64
65
|
|
|
65
|
-
[packages/core/src/rbac/config.ts:
|
|
66
|
+
[packages/core/src/rbac/config.ts:21](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/config.ts#L21)
|
|
66
67
|
|
|
67
68
|
___
|
|
68
69
|
|
|
@@ -79,7 +80,7 @@ ___
|
|
|
79
80
|
|
|
80
81
|
#### Defined in
|
|
81
82
|
|
|
82
|
-
[packages/core/src/rbac/config.ts:
|
|
83
|
+
[packages/core/src/rbac/config.ts:22](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/config.ts#L22)
|
|
83
84
|
|
|
84
85
|
___
|
|
85
86
|
|
|
@@ -96,4 +97,14 @@ ___
|
|
|
96
97
|
|
|
97
98
|
#### Defined in
|
|
98
99
|
|
|
99
|
-
[packages/core/src/rbac/config.ts:
|
|
100
|
+
[packages/core/src/rbac/config.ts:26](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/config.ts#L26)
|
|
101
|
+
|
|
102
|
+
___
|
|
103
|
+
|
|
104
|
+
### security
|
|
105
|
+
|
|
106
|
+
• `Optional` **security**: `Partial`\<`RBACSecurityConfig`\>
|
|
107
|
+
|
|
108
|
+
#### Defined in
|
|
109
|
+
|
|
110
|
+
[packages/core/src/rbac/config.ts:30](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/config.ts#L30)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[@jmruthers/pace-core - v0.5.
|
|
1
|
+
[@jmruthers/pace-core - v0.5.111](../README.md) / [Exports](../modules.md) / RBACLogger
|
|
2
2
|
|
|
3
3
|
# Interface: RBACLogger
|
|
4
4
|
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
|
|
35
35
|
#### Defined in
|
|
36
36
|
|
|
37
|
-
[packages/core/src/rbac/config.ts:
|
|
37
|
+
[packages/core/src/rbac/config.ts:34](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/config.ts#L34)
|
|
38
38
|
|
|
39
39
|
___
|
|
40
40
|
|
|
@@ -59,7 +59,7 @@ ___
|
|
|
59
59
|
|
|
60
60
|
#### Defined in
|
|
61
61
|
|
|
62
|
-
[packages/core/src/rbac/config.ts:
|
|
62
|
+
[packages/core/src/rbac/config.ts:35](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/config.ts#L35)
|
|
63
63
|
|
|
64
64
|
___
|
|
65
65
|
|
|
@@ -84,7 +84,7 @@ ___
|
|
|
84
84
|
|
|
85
85
|
#### Defined in
|
|
86
86
|
|
|
87
|
-
[packages/core/src/rbac/config.ts:
|
|
87
|
+
[packages/core/src/rbac/config.ts:36](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/config.ts#L36)
|
|
88
88
|
|
|
89
89
|
___
|
|
90
90
|
|
|
@@ -109,4 +109,4 @@ ___
|
|
|
109
109
|
|
|
110
110
|
#### Defined in
|
|
111
111
|
|
|
112
|
-
[packages/core/src/rbac/config.ts:
|
|
112
|
+
[packages/core/src/rbac/config.ts:37](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/config.ts#L37)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[@jmruthers/pace-core - v0.5.
|
|
1
|
+
[@jmruthers/pace-core - v0.5.111](../README.md) / [Exports](../modules.md) / RoleBasedRouterContextType
|
|
2
2
|
|
|
3
3
|
# Interface: RoleBasedRouterContextType
|
|
4
4
|
|
|
@@ -32,7 +32,7 @@ Get all accessible routes for current user
|
|
|
32
32
|
|
|
33
33
|
#### Defined in
|
|
34
34
|
|
|
35
|
-
[packages/core/src/rbac/components/RoleBasedRouter.tsx:
|
|
35
|
+
[packages/core/src/rbac/components/RoleBasedRouter.tsx:120](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/components/RoleBasedRouter.tsx#L120)
|
|
36
36
|
|
|
37
37
|
___
|
|
38
38
|
|
|
@@ -58,7 +58,7 @@ Check if user can access a specific route
|
|
|
58
58
|
|
|
59
59
|
#### Defined in
|
|
60
60
|
|
|
61
|
-
[packages/core/src/rbac/components/RoleBasedRouter.tsx:
|
|
61
|
+
[packages/core/src/rbac/components/RoleBasedRouter.tsx:123](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/components/RoleBasedRouter.tsx#L123)
|
|
62
62
|
|
|
63
63
|
___
|
|
64
64
|
|
|
@@ -84,7 +84,7 @@ Get route configuration for a path
|
|
|
84
84
|
|
|
85
85
|
#### Defined in
|
|
86
86
|
|
|
87
|
-
[packages/core/src/rbac/components/RoleBasedRouter.tsx:
|
|
87
|
+
[packages/core/src/rbac/components/RoleBasedRouter.tsx:126](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/components/RoleBasedRouter.tsx#L126)
|
|
88
88
|
|
|
89
89
|
___
|
|
90
90
|
|
|
@@ -104,7 +104,7 @@ Get route access history
|
|
|
104
104
|
|
|
105
105
|
#### Defined in
|
|
106
106
|
|
|
107
|
-
[packages/core/src/rbac/components/RoleBasedRouter.tsx:
|
|
107
|
+
[packages/core/src/rbac/components/RoleBasedRouter.tsx:129](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/components/RoleBasedRouter.tsx#L129)
|
|
108
108
|
|
|
109
109
|
___
|
|
110
110
|
|
|
@@ -124,7 +124,7 @@ Clear route access history
|
|
|
124
124
|
|
|
125
125
|
#### Defined in
|
|
126
126
|
|
|
127
|
-
[packages/core/src/rbac/components/RoleBasedRouter.tsx:
|
|
127
|
+
[packages/core/src/rbac/components/RoleBasedRouter.tsx:132](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/components/RoleBasedRouter.tsx#L132)
|
|
128
128
|
|
|
129
129
|
___
|
|
130
130
|
|
|
@@ -136,7 +136,7 @@ Check if strict mode is enabled
|
|
|
136
136
|
|
|
137
137
|
#### Defined in
|
|
138
138
|
|
|
139
|
-
[packages/core/src/rbac/components/RoleBasedRouter.tsx:
|
|
139
|
+
[packages/core/src/rbac/components/RoleBasedRouter.tsx:135](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/components/RoleBasedRouter.tsx#L135)
|
|
140
140
|
|
|
141
141
|
___
|
|
142
142
|
|
|
@@ -148,4 +148,4 @@ Check if audit logging is enabled
|
|
|
148
148
|
|
|
149
149
|
#### Defined in
|
|
150
150
|
|
|
151
|
-
[packages/core/src/rbac/components/RoleBasedRouter.tsx:
|
|
151
|
+
[packages/core/src/rbac/components/RoleBasedRouter.tsx:138](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/components/RoleBasedRouter.tsx#L138)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[@jmruthers/pace-core - v0.5.
|
|
1
|
+
[@jmruthers/pace-core - v0.5.111](../README.md) / [Exports](../modules.md) / RoleBasedRouterProps
|
|
2
2
|
|
|
3
3
|
# Interface: RoleBasedRouterProps
|
|
4
4
|
|
|
@@ -26,7 +26,7 @@ Route configuration
|
|
|
26
26
|
|
|
27
27
|
#### Defined in
|
|
28
28
|
|
|
29
|
-
[packages/core/src/rbac/components/RoleBasedRouter.tsx:
|
|
29
|
+
[packages/core/src/rbac/components/RoleBasedRouter.tsx:143](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/components/RoleBasedRouter.tsx#L143)
|
|
30
30
|
|
|
31
31
|
___
|
|
32
32
|
|
|
@@ -38,7 +38,7 @@ Fallback route for unauthorized access
|
|
|
38
38
|
|
|
39
39
|
#### Defined in
|
|
40
40
|
|
|
41
|
-
[packages/core/src/rbac/components/RoleBasedRouter.tsx:
|
|
41
|
+
[packages/core/src/rbac/components/RoleBasedRouter.tsx:146](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/components/RoleBasedRouter.tsx#L146)
|
|
42
42
|
|
|
43
43
|
___
|
|
44
44
|
|
|
@@ -50,7 +50,7 @@ Child components
|
|
|
50
50
|
|
|
51
51
|
#### Defined in
|
|
52
52
|
|
|
53
|
-
[packages/core/src/rbac/components/RoleBasedRouter.tsx:
|
|
53
|
+
[packages/core/src/rbac/components/RoleBasedRouter.tsx:149](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/components/RoleBasedRouter.tsx#L149)
|
|
54
54
|
|
|
55
55
|
___
|
|
56
56
|
|
|
@@ -62,7 +62,7 @@ Enable strict mode to prevent bypassing (default: true)
|
|
|
62
62
|
|
|
63
63
|
#### Defined in
|
|
64
64
|
|
|
65
|
-
[packages/core/src/rbac/components/RoleBasedRouter.tsx:
|
|
65
|
+
[packages/core/src/rbac/components/RoleBasedRouter.tsx:152](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/components/RoleBasedRouter.tsx#L152)
|
|
66
66
|
|
|
67
67
|
___
|
|
68
68
|
|
|
@@ -74,7 +74,7 @@ Enable audit logging (default: true)
|
|
|
74
74
|
|
|
75
75
|
#### Defined in
|
|
76
76
|
|
|
77
|
-
[packages/core/src/rbac/components/RoleBasedRouter.tsx:
|
|
77
|
+
[packages/core/src/rbac/components/RoleBasedRouter.tsx:155](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/components/RoleBasedRouter.tsx#L155)
|
|
78
78
|
|
|
79
79
|
___
|
|
80
80
|
|
|
@@ -102,7 +102,7 @@ Callback when route access is attempted
|
|
|
102
102
|
|
|
103
103
|
#### Defined in
|
|
104
104
|
|
|
105
|
-
[packages/core/src/rbac/components/RoleBasedRouter.tsx:
|
|
105
|
+
[packages/core/src/rbac/components/RoleBasedRouter.tsx:158](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/components/RoleBasedRouter.tsx#L158)
|
|
106
106
|
|
|
107
107
|
___
|
|
108
108
|
|
|
@@ -129,7 +129,7 @@ Callback when strict mode violation occurs
|
|
|
129
129
|
|
|
130
130
|
#### Defined in
|
|
131
131
|
|
|
132
|
-
[packages/core/src/rbac/components/RoleBasedRouter.tsx:
|
|
132
|
+
[packages/core/src/rbac/components/RoleBasedRouter.tsx:161](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/components/RoleBasedRouter.tsx#L161)
|
|
133
133
|
|
|
134
134
|
___
|
|
135
135
|
|
|
@@ -141,7 +141,7 @@ Maximum number of access records to keep in history
|
|
|
141
141
|
|
|
142
142
|
#### Defined in
|
|
143
143
|
|
|
144
|
-
[packages/core/src/rbac/components/RoleBasedRouter.tsx:
|
|
144
|
+
[packages/core/src/rbac/components/RoleBasedRouter.tsx:164](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/components/RoleBasedRouter.tsx#L164)
|
|
145
145
|
|
|
146
146
|
___
|
|
147
147
|
|
|
@@ -153,4 +153,4 @@ Custom unauthorized component
|
|
|
153
153
|
|
|
154
154
|
#### Defined in
|
|
155
155
|
|
|
156
|
-
[packages/core/src/rbac/components/RoleBasedRouter.tsx:
|
|
156
|
+
[packages/core/src/rbac/components/RoleBasedRouter.tsx:167](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/rbac/components/RoleBasedRouter.tsx#L167)
|