@jmruthers/pace-core 0.5.126 → 0.5.128
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/dist/{DataTable-6FN7XDXA.js → DataTable-3Z5HLOWF.js} +6 -6
- package/dist/{PublicLoadingSpinner-CaoRbHvJ.d.ts → PublicLoadingSpinner-CUAnTvcg.d.ts} +41 -21
- package/dist/{UnifiedAuthProvider-6C47WIML.js → UnifiedAuthProvider-CQDZRJIS.js} +3 -3
- package/dist/{chunk-QXGLU2O5.js → chunk-27MGXDD6.js} +282 -147
- package/dist/chunk-27MGXDD6.js.map +1 -0
- package/dist/{chunk-ZBLK676C.js → chunk-3CG5L6RN.js} +1 -19
- package/dist/chunk-3CG5L6RN.js.map +1 -0
- package/dist/{chunk-35ZDPMBM.js → chunk-BYXRHAIF.js} +3 -3
- package/dist/{chunk-IJOZZOGT.js → chunk-CQZU6TFE.js} +5 -5
- package/dist/{chunk-C43QIDN3.js → chunk-CTJRBUX2.js} +2 -2
- package/dist/{chunk-R4CRQUJJ.js → chunk-ENE3AB75.js} +463 -453
- package/dist/chunk-ENE3AB75.js.map +1 -0
- package/dist/{chunk-ESJTIADP.js → chunk-F64FFPOZ.js} +5 -15
- package/dist/{chunk-ESJTIADP.js.map → chunk-F64FFPOZ.js.map} +1 -1
- package/dist/{chunk-4MXVZVNS.js → chunk-TGIY2AR2.js} +2 -2
- package/dist/{chunk-XN6GWKMV.js → chunk-VZ5OR6HD.js} +161 -14
- package/dist/chunk-VZ5OR6HD.js.map +1 -0
- package/dist/{chunk-QWNJCQXZ.js → chunk-ZV77RZMU.js} +2 -2
- package/dist/{chunk-NZGLXZGP.js → chunk-ZYZCRSBD.js} +3 -54
- package/dist/chunk-ZYZCRSBD.js.map +1 -0
- package/dist/components.d.ts +1 -1
- package/dist/components.js +9 -9
- package/dist/hooks.js +7 -7
- package/dist/index.d.ts +1 -1
- package/dist/index.js +12 -12
- package/dist/providers.js +2 -2
- package/dist/rbac/index.js +7 -7
- package/dist/utils.d.ts +1 -1
- 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 +1 -1
- package/docs/api/classes/MissingUserContextError.md +1 -1
- package/docs/api/classes/OrganisationContextRequiredError.md +1 -1
- package/docs/api/classes/PermissionDeniedError.md +1 -1
- package/docs/api/classes/PublicErrorBoundary.md +1 -1
- package/docs/api/classes/RBACAuditManager.md +1 -1
- package/docs/api/classes/RBACCache.md +1 -1
- package/docs/api/classes/RBACEngine.md +1 -1
- package/docs/api/classes/RBACError.md +1 -1
- package/docs/api/classes/RBACNotInitializedError.md +1 -1
- 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/EventAppRoleData.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/GrantEventAppRoleParams.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 +1 -1
- 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 +10 -62
- package/docs/api/interfaces/PublicPageLayoutProps.md +1 -1
- package/docs/api/interfaces/RBACConfig.md +1 -1
- package/docs/api/interfaces/RBACLogger.md +1 -1
- package/docs/api/interfaces/RevokeEventAppRoleParams.md +1 -1
- package/docs/api/interfaces/RoleBasedRouterContextType.md +1 -1
- package/docs/api/interfaces/RoleBasedRouterProps.md +1 -1
- package/docs/api/interfaces/RoleManagementResult.md +1 -1
- package/docs/api/interfaces/RouteAccessRecord.md +1 -1
- package/docs/api/interfaces/RouteConfig.md +1 -1
- 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 +53 -28
- package/docs/api-reference/components.md +24 -0
- package/docs/api-reference/types.md +28 -0
- package/docs/architecture/rpc-function-standards.md +39 -5
- package/docs/implementation-guides/data-tables.md +55 -10
- package/docs/implementation-guides/permission-enforcement.md +4 -0
- package/docs/rbac/super-admin-guide.md +43 -5
- package/package.json +1 -1
- package/src/components/Button/Button.tsx +1 -1
- package/src/components/DataTable/__tests__/DataTable.export.test.tsx +702 -0
- package/src/components/DataTable/components/DataTableCore.tsx +55 -36
- package/src/components/DataTable/components/ImportModal.tsx +134 -2
- package/src/components/DataTable/index.ts +3 -1
- package/src/components/DataTable/types.ts +68 -0
- package/src/components/Dialog/Dialog.tsx +0 -13
- package/src/components/FileDisplay/FileDisplay.tsx +76 -0
- package/src/components/Header/Header.tsx +5 -0
- package/src/components/PaceAppLayout/PaceAppLayout.tsx +72 -50
- package/src/components/PaceAppLayout/__tests__/PaceAppLayout.security.test.tsx +81 -1
- package/src/components/PublicLayout/PublicPageFooter.tsx +1 -1
- package/src/components/PublicLayout/PublicPageHeader.tsx +69 -128
- package/src/components/PublicLayout/PublicPageLayout.tsx +4 -4
- package/src/components/PublicLayout/PublicPageProvider.tsx +12 -3
- package/src/components/PublicLayout/__tests__/PublicPageFooter.test.tsx +1 -1
- package/src/components/PublicLayout/__tests__/PublicPageHeader.test.tsx +3 -18
- package/src/hooks/__tests__/useAppConfig.unit.test.ts +3 -1
- package/src/hooks/__tests__/usePermissionCache.unit.test.ts +11 -5
- package/src/hooks/__tests__/usePublicRouteParams.unit.test.ts +8 -7
- package/src/hooks/__tests__/useSecureDataAccess.unit.test.tsx +41 -46
- package/src/hooks/public/usePublicFileDisplay.ts +176 -7
- package/src/hooks/public/usePublicRouteParams.ts +0 -12
- package/src/hooks/useAppConfig.ts +15 -6
- package/src/hooks/usePermissionCache.test.ts +12 -4
- package/src/hooks/usePermissionCache.ts +3 -19
- package/src/hooks/useSecureDataAccess.ts +0 -63
- package/src/services/EventService.ts +0 -19
- package/dist/chunk-NZGLXZGP.js.map +0 -1
- package/dist/chunk-QXGLU2O5.js.map +0 -1
- package/dist/chunk-R4CRQUJJ.js.map +0 -1
- package/dist/chunk-XN6GWKMV.js.map +0 -1
- package/dist/chunk-ZBLK676C.js.map +0 -1
- /package/dist/{DataTable-6FN7XDXA.js.map → DataTable-3Z5HLOWF.js.map} +0 -0
- /package/dist/{UnifiedAuthProvider-6C47WIML.js.map → UnifiedAuthProvider-CQDZRJIS.js.map} +0 -0
- /package/dist/{chunk-35ZDPMBM.js.map → chunk-BYXRHAIF.js.map} +0 -0
- /package/dist/{chunk-IJOZZOGT.js.map → chunk-CQZU6TFE.js.map} +0 -0
- /package/dist/{chunk-C43QIDN3.js.map → chunk-CTJRBUX2.js.map} +0 -0
- /package/dist/{chunk-4MXVZVNS.js.map → chunk-TGIY2AR2.js.map} +0 -0
- /package/dist/{chunk-QWNJCQXZ.js.map → chunk-ZV77RZMU.js.map} +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[@jmruthers/pace-core - v0.5.
|
|
1
|
+
[@jmruthers/pace-core - v0.5.128](../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:124](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx#L124)
|
|
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:126](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx#L126)
|
|
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:128](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx#L128)
|
|
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:130](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx#L130)
|
|
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:132](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx#L132)
|
|
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:134](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx#L134)
|
|
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:136](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx#L136)
|
|
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:138](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx#L138)
|
|
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:140](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx#L140)
|
|
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:142](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx#L142)
|
|
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:144](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx#L144)
|
|
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:146](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx#L146)
|
|
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:148](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx#L148)
|
|
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:150](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx#L150)
|
|
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:152](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx#L152)
|
|
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:156](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx#L156)
|
|
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:158](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx#L158)
|
|
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:160](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx#L160)
|
|
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:162](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx#L162)
|
|
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:164](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx#L164)
|
|
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:166](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx#L166)
|
|
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:170](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx#L170)
|
|
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:172](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx#L172)
|
|
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:188](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx#L188)
|
|
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:190](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx#L190)
|
|
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:192](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/PaceAppLayout/PaceAppLayout.tsx#L192)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[@jmruthers/pace-core - v0.5.
|
|
1
|
+
[@jmruthers/pace-core - v0.5.128](../README.md) / [Exports](../modules.md) / PublicPageHeaderProps
|
|
2
2
|
|
|
3
3
|
# Interface: PublicPageHeaderProps
|
|
4
4
|
|
|
@@ -14,11 +14,7 @@
|
|
|
14
14
|
- [showAppLogo](PublicPageHeaderProps.md#showapplogo)
|
|
15
15
|
- [className](PublicPageHeaderProps.md#classname)
|
|
16
16
|
- [children](PublicPageHeaderProps.md#children)
|
|
17
|
-
- [customAppLogo](PublicPageHeaderProps.md#customapplogo)
|
|
18
17
|
- [customEventLogo](PublicPageHeaderProps.md#customeventlogo)
|
|
19
|
-
- [logoUrl](PublicPageHeaderProps.md#logourl)
|
|
20
|
-
- [logoAlt](PublicPageHeaderProps.md#logoalt)
|
|
21
|
-
- [logoHref](PublicPageHeaderProps.md#logohref)
|
|
22
18
|
|
|
23
19
|
## Properties
|
|
24
20
|
|
|
@@ -30,7 +26,7 @@ The event data for this public page
|
|
|
30
26
|
|
|
31
27
|
#### Defined in
|
|
32
28
|
|
|
33
|
-
[packages/core/src/components/PublicLayout/PublicPageHeader.tsx:
|
|
29
|
+
[packages/core/src/components/PublicLayout/PublicPageHeader.tsx:62](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/PublicLayout/PublicPageHeader.tsx#L62)
|
|
34
30
|
|
|
35
31
|
___
|
|
36
32
|
|
|
@@ -42,7 +38,7 @@ The event code for this public page
|
|
|
42
38
|
|
|
43
39
|
#### Defined in
|
|
44
40
|
|
|
45
|
-
[packages/core/src/components/PublicLayout/PublicPageHeader.tsx:
|
|
41
|
+
[packages/core/src/components/PublicLayout/PublicPageHeader.tsx:64](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/PublicLayout/PublicPageHeader.tsx#L64)
|
|
46
42
|
|
|
47
43
|
___
|
|
48
44
|
|
|
@@ -54,7 +50,7 @@ Optional page title
|
|
|
54
50
|
|
|
55
51
|
#### Defined in
|
|
56
52
|
|
|
57
|
-
[packages/core/src/components/PublicLayout/PublicPageHeader.tsx:
|
|
53
|
+
[packages/core/src/components/PublicLayout/PublicPageHeader.tsx:66](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/PublicLayout/PublicPageHeader.tsx#L66)
|
|
58
54
|
|
|
59
55
|
___
|
|
60
56
|
|
|
@@ -66,7 +62,7 @@ Optional page description
|
|
|
66
62
|
|
|
67
63
|
#### Defined in
|
|
68
64
|
|
|
69
|
-
[packages/core/src/components/PublicLayout/PublicPageHeader.tsx:
|
|
65
|
+
[packages/core/src/components/PublicLayout/PublicPageHeader.tsx:68](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/PublicLayout/PublicPageHeader.tsx#L68)
|
|
70
66
|
|
|
71
67
|
___
|
|
72
68
|
|
|
@@ -78,7 +74,7 @@ Whether to show the event logo (default: true)
|
|
|
78
74
|
|
|
79
75
|
#### Defined in
|
|
80
76
|
|
|
81
|
-
[packages/core/src/components/PublicLayout/PublicPageHeader.tsx:
|
|
77
|
+
[packages/core/src/components/PublicLayout/PublicPageHeader.tsx:70](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/PublicLayout/PublicPageHeader.tsx#L70)
|
|
82
78
|
|
|
83
79
|
___
|
|
84
80
|
|
|
@@ -90,7 +86,7 @@ Whether to show the app logo (default: true)
|
|
|
90
86
|
|
|
91
87
|
#### Defined in
|
|
92
88
|
|
|
93
|
-
[packages/core/src/components/PublicLayout/PublicPageHeader.tsx:
|
|
89
|
+
[packages/core/src/components/PublicLayout/PublicPageHeader.tsx:72](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/PublicLayout/PublicPageHeader.tsx#L72)
|
|
94
90
|
|
|
95
91
|
___
|
|
96
92
|
|
|
@@ -102,7 +98,7 @@ Custom CSS classes for the header
|
|
|
102
98
|
|
|
103
99
|
#### Defined in
|
|
104
100
|
|
|
105
|
-
[packages/core/src/components/PublicLayout/PublicPageHeader.tsx:
|
|
101
|
+
[packages/core/src/components/PublicLayout/PublicPageHeader.tsx:74](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/PublicLayout/PublicPageHeader.tsx#L74)
|
|
106
102
|
|
|
107
103
|
___
|
|
108
104
|
|
|
@@ -114,19 +110,7 @@ Custom content to display in the header
|
|
|
114
110
|
|
|
115
111
|
#### Defined in
|
|
116
112
|
|
|
117
|
-
[packages/core/src/components/PublicLayout/PublicPageHeader.tsx:
|
|
118
|
-
|
|
119
|
-
___
|
|
120
|
-
|
|
121
|
-
### customAppLogo
|
|
122
|
-
|
|
123
|
-
• `Optional` **customAppLogo**: `ReactNode`
|
|
124
|
-
|
|
125
|
-
Custom app logo component (overrides logoUrl and auto-generated path)
|
|
126
|
-
|
|
127
|
-
#### Defined in
|
|
128
|
-
|
|
129
|
-
[packages/core/src/components/PublicLayout/PublicPageHeader.tsx:95](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/PublicLayout/PublicPageHeader.tsx#L95)
|
|
113
|
+
[packages/core/src/components/PublicLayout/PublicPageHeader.tsx:76](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/PublicLayout/PublicPageHeader.tsx#L76)
|
|
130
114
|
|
|
131
115
|
___
|
|
132
116
|
|
|
@@ -138,40 +122,4 @@ Custom event logo component
|
|
|
138
122
|
|
|
139
123
|
#### Defined in
|
|
140
124
|
|
|
141
|
-
[packages/core/src/components/PublicLayout/PublicPageHeader.tsx:
|
|
142
|
-
|
|
143
|
-
___
|
|
144
|
-
|
|
145
|
-
### logoUrl
|
|
146
|
-
|
|
147
|
-
• `Optional` **logoUrl**: `string`
|
|
148
|
-
|
|
149
|
-
URL to the app logo image (overrides auto-generated path, but customAppLogo takes precedence)
|
|
150
|
-
|
|
151
|
-
#### Defined in
|
|
152
|
-
|
|
153
|
-
[packages/core/src/components/PublicLayout/PublicPageHeader.tsx:99](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/PublicLayout/PublicPageHeader.tsx#L99)
|
|
154
|
-
|
|
155
|
-
___
|
|
156
|
-
|
|
157
|
-
### logoAlt
|
|
158
|
-
|
|
159
|
-
• `Optional` **logoAlt**: `string`
|
|
160
|
-
|
|
161
|
-
Alt text for the app logo (defaults to appName from useAppConfig)
|
|
162
|
-
|
|
163
|
-
#### Defined in
|
|
164
|
-
|
|
165
|
-
[packages/core/src/components/PublicLayout/PublicPageHeader.tsx:101](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/PublicLayout/PublicPageHeader.tsx#L101)
|
|
166
|
-
|
|
167
|
-
___
|
|
168
|
-
|
|
169
|
-
### logoHref
|
|
170
|
-
|
|
171
|
-
• `Optional` **logoHref**: `string`
|
|
172
|
-
|
|
173
|
-
URL to navigate to when app logo is clicked
|
|
174
|
-
|
|
175
|
-
#### Defined in
|
|
176
|
-
|
|
177
|
-
[packages/core/src/components/PublicLayout/PublicPageHeader.tsx:103](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/PublicLayout/PublicPageHeader.tsx#L103)
|
|
125
|
+
[packages/core/src/components/PublicLayout/PublicPageHeader.tsx:78](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/PublicLayout/PublicPageHeader.tsx#L78)
|